/* Scss Document */

:root {
    --px: 20px;
    --font12: 12px;
    --font13: 13px;
    --font14: 14px;
    --font15: 15px;
    --font16: 16px;
    --font17: 17px;
    --font18: 18px;
    --font20: 20px;
    --font21: 21px;
    --font24: 24px;
    --font25: 25px;
    --font30: 30px;
}
.f2 {
    font-family: "Roboto";
}
.fz12 {
    font-size: var(--font12);
}
.fz13 {
    font-size: var(--font13);
}
.fz14 {
    font-size: var(--font14);
}
.fz15 {
    font-size: var(--font15);
}
.fz16 {
    font-size: var(--font16);
}
.fz17 {
    font-size: var(--font17);
}
.fz18 {
    font-size: var(--font18);
}
.fz20 {
    font-size: var(--font20);
}
.fz21 {
    font-size: var(--font21);
}
.fz24 {
    font-size: var(--font24);
}
.fz25 {
    font-size: var(--font25);
}
.fz30 {
    font-size: var(--font30);
}
.text-center {
    text-align: center;
}
.fw300 {
    font-weight: 300;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 100;
}
.bold {
    font-weight: 700;
}
.fw800 {
    font-weight: 800;
}
.lh {
    line-height: 1;
}
.lh110 {
    line-height: 110%;
}
.lh120 {
    line-height: 120%;
}
.lh130 {
    line-height: 130%;
}
.lh140 {
    line-height: 140%;
}
.lh150 {
    line-height: 150%;
}
.lh160 {
    line-height: 160%;
}
.lh170 {
    line-height: 170%;
}
.lh180 {
    line-height: 180%;
}
.lh190 {
    line-height: 190%;
}
.lh200 {
    line-height: 200%;
}
.db {
    display: block;
}
.dib {
    display: inline-block;
}
.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dif {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.fxs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.fxg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.fxww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.aie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.grid-col-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.grid-col-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}
.cover {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}
.last > *:last-child {
    margin-bottom: 0;
}
.center {
    text-align: center;
}
.mc {
    margin-left: auto;
    margin-right: auto;
}
.no-under {
    text-decoration: none;
}
.ttu {
    text-transform: uppercase;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.posr {
    position: relative;
}
.block {
    display: block;
}
.gap-5 {
    gap: 5px;
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.gap-20 {
    gap: 20px;
}
.gap-25 {
    gap: 25px;
}
.gap-30 {
    gap: 30px;
}
.gap-35 {
    gap: 35px;
}
.gap-40 {
    gap: 40px;
}
.gap-45 {
    gap: 45px;
}
.gap-50 {
    gap: 50px;
}
.gap-55 {
    gap: 55px;
}
.gap-65 {
    gap: 65px;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}
.z-4 {
    z-index: 4;
}
.z-5 {
    z-index: 5;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-60 {
    z-index: 60;
}
.z-70 {
    z-index: 70;
}
.z-80 {
    z-index: 80;
}
.z-90 {
    z-index: 90;
}
.z-100 {
    z-index: 100;
}
.op-10 {
    opacity: 0.1;
}
.op-20 {
    opacity: 0.2;
}
.op-30 {
    opacity: 0.3;
}
.op-40 {
    opacity: 0.4;
}
.op-50 {
    opacity: 0.5;
}
.op-55 {
    opacity: 0.55;
}
.op-60 {
    opacity: 0.6;
}
.op-65 {
    opacity: 0.65;
}
.op-70 {
    opacity: 0.7;
}
.op-80 {
    opacity: 0.8;
}
.op-90 {
    opacity: 0.9;
}
.round-5 {
    border-radius: 5px;
}
.round-6 {
    border-radius: 6px;
}
.round-7 {
    border-radius: 7px;
}
.round-8 {
    border-radius: 8px;
}
.round-9 {
    border-radius: 9px;
}
.round-10 {
    border-radius: 10px;
}
.round-11 {
    border-radius: 11px;
}
.round-12 {
    border-radius: 12px;
}
.round-13 {
    border-radius: 13px;
}
.round-14 {
    border-radius: 14px;
}
.round-15 {
    border-radius: 15px;
}
.round-20 {
    border-radius: 20px;
}
.round-25 {
    border-radius: 25px;
}
.round-30 {
    border-radius: 30px;
}
.round-35 {
    border-radius: 35px;
}
.round-40 {
    border-radius: 40px;
}
.round-45 {
    border-radius: 45px;
}
.round-full {
    border-radius: 100%;
}
.h-full {
    height: 100%;
}
.w-full {
    width: 100%;
}
.oh {
    overflow: hidden;
}
.tar {
    text-align: right;
}
.pointer {
    cursor: pointer;
}
input[type=text],
input[type=tel],
input[type=email] {
    font-family: "Roboto";
    outline: none;
}
input[type=submit],
button {
    outline: none;
    cursor: pointer;
    font-family: "Roboto";
}
svg {
    display: block;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-1 {
    margin-bottom: 1px;
}
.mb-2 {
    margin-bottom: 2px;
}
.mb-3 {
    margin-bottom: 3px;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-6 {
    margin-bottom: 6px;
}
.mb-7 {
    margin-bottom: 7px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-9 {
    margin-bottom: 9px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-11 {
    margin-bottom: 11px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-13 {
    margin-bottom: 13px;
}
.mb-14 {
    margin-bottom: 14px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-0 {
    margin-top: 0px;
}
.mt-1 {
    margin-top: 1px;
}
.mt-2 {
    margin-top: 2px;
}
.mt-3 {
    margin-top: 3px;
}
.mt-4 {
    margin-top: 4px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-6 {
    margin-top: 6px;
}
.mt-7 {
    margin-top: 7px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-9 {
    margin-top: 9px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.ml-0 {
    margin-left: 0px;
}
.ml-1 {
    margin-left: 1px;
}
.ml-2 {
    margin-left: 2px;
}
.ml-3 {
    margin-left: 3px;
}
.ml-4 {
    margin-left: 4px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-6 {
    margin-left: 6px;
}
.ml-7 {
    margin-left: 7px;
}
.ml-8 {
    margin-left: 8px;
}
.ml-9 {
    margin-left: 9px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-65 {
    margin-left: 65px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-85 {
    margin-left: 85px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-95 {
    margin-left: 95px;
}
.ml-100 {
    margin-left: 100px;
}
.mr-0 {
    margin-right: 0px;
}
.mr-0 {
    margin-right: 0px;
}
.mr-0 {
    margin-right: 0px;
}
.mr-1 {
    margin-right: 1px;
}
.mr-2 {
    margin-right: 2px;
}
.mr-3 {
    margin-right: 3px;
}
.mr-4 {
    margin-right: 4px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-6 {
    margin-right: 6px;
}
.mr-7 {
    margin-right: 7px;
}
.mr-8 {
    margin-right: 8px;
}
.mr-9 {
    margin-right: 9px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-65 {
    margin-right: 65px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-85 {
    margin-right: 85px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-95 {
    margin-right: 95px;
}
.mr-100 {
    margin-right: 100px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pb-1 {
    padding-bottom: 1px;
}
.pb-2 {
    padding-bottom: 2px;
}
.pb-3 {
    padding-bottom: 3px;
}
.pb-4 {
    padding-bottom: 4px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-6 {
    padding-bottom: 6px;
}
.pb-7 {
    padding-bottom: 7px;
}
.pb-8 {
    padding-bottom: 8px;
}
.pb-9 {
    padding-bottom: 9px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-11 {
    padding-bottom: 11px;
}
.pb-12 {
    padding-bottom: 12px;
}
.pb-13 {
    padding-bottom: 13px;
}
.pb-14 {
    padding-bottom: 14px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-0 {
    padding-top: 0px;
}
.pt-1 {
    padding-top: 1px;
}
.pt-2 {
    padding-top: 2px;
}
.pt-3 {
    padding-top: 3px;
}
.pt-4 {
    padding-top: 4px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-6 {
    padding-top: 6px;
}
.pt-7 {
    padding-top: 7px;
}
.pt-8 {
    padding-top: 8px;
}
.pt-9 {
    padding-top: 9px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pl-0 {
    padding-left: 0px;
}
.pl-1 {
    padding-left: 1px;
}
.pl-2 {
    padding-left: 2px;
}
.pl-3 {
    padding-left: 3px;
}
.pl-4 {
    padding-left: 4px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-6 {
    padding-left: 6px;
}
.pl-7 {
    padding-left: 7px;
}
.pl-8 {
    padding-left: 8px;
}
.pl-9 {
    padding-left: 9px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 85px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-95 {
    padding-left: 95px;
}
.pl-100 {
    padding-left: 100px;
}
.pr-0 {
    padding-right: 0px;
}
.pr-0 {
    padding-right: 0px;
}
.pr-0 {
    padding-right: 0px;
}
.pr-1 {
    padding-right: 1px;
}
.pr-2 {
    padding-right: 2px;
}
.pr-3 {
    padding-right: 3px;
}
.pr-4 {
    padding-right: 4px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-6 {
    padding-right: 6px;
}
.pr-7 {
    padding-right: 7px;
}
.pr-8 {
    padding-right: 8px;
}
.pr-9 {
    padding-right: 9px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 85px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-95 {
    padding-right: 95px;
}
.pr-100 {
    padding-right: 100px;
}
.p-0 {
    padding-right: 0px;
}
.p-0 {
    padding: 0px;
}
.p-0 {
    padding: 0px;
}
.p-1 {
    padding: 1px;
}
.p-2 {
    padding: 2px;
}
.p-3 {
    padding: 3px;
}
.p-4 {
    padding: 4px;
}
.p-5 {
    padding: 5px;
}
.p-6 {
    padding: 6px;
}
.p-7 {
    padding: 7px;
}
.p-8 {
    padding: 8px;
}
.p-9 {
    padding: 9px;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-25 {
    padding: 25px;
}
.p-30 {
    padding: 30px;
}
.p-35 {
    padding: 35px;
}
.p-40 {
    padding: 40px;
}
.p-45 {
    padding: 45px;
}
.p-50 {
    padding: 50px;
}
.p-60 {
    padding: 60px;
}
.p-65 {
    padding: 65px;
}
.p-70 {
    padding: 70px;
}
.p-75 {
    padding: 75px;
}
.p-80 {
    padding: 80px;
}
.p-85 {
    padding: 85px;
}
.p-90 {
    padding: 90px;
}
.p-95 {
    padding: 95px;
}
.p-100 {
    padding: 100px;
}

/* Scss Document */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
#page {
    position: relative;
}
a,
img {
    outline: none;
}
* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Scss Document */

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 15px;
}
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}
.clr:before,
.clr:after {
    content: " ";
    display: table;
    clear: both;
}
input::-webkit-input-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}
input::-moz-placeholder {
    text-indent: 0px;
    -moz-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}
input:-moz-placeholder {
    text-indent: 0px;
    -moz-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}
input:-ms-input-placeholder {
    text-indent: 0px;
    -ms-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}
input:focus::-webkit-input-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}
input:focus::-moz-placeholder {
    text-indent: -500px;
    -moz-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}
input:focus:-moz-placeholder {
    text-indent: -500px;
    -moz-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}
input:focus:-ms-input-placeholder {
    text-indent: -500px;
    -ms-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}
input[placeholder] {
    text-overflow: ellipsis;
}
input::-moz-placeholder {
    text-overflow: ellipsis;
}
input:-moz-placeholder {
    text-overflow: ellipsis;
}
input:-ms-input-placeholder {
    text-overflow: ellipsis;
}
input[type=submit],
input[type=button],
button {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body {
    color: #111;
    font-family: "Roboto";
    font-size: 14px;
    background-color: #fff;
}
a {
    text-decoration: none;
}
img,
svg {
    display: block;
}
.tr {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.thumb img {
    width: 100%;
    height: auto;
}
.img-full img {
    width: 100%;
    height: auto;
}
.hide {
    display: none;
}
.def {
    color: #000;
}
.defss {
    color: #000;
    font-size: 20px;
}
.fff {
    color: #fff;
}
.bg-f9 {
    background-color: #F9F9F9;
}
.gray {
    color: rgba(47, 47, 50, 0.55);
}
.gray2 {
    color: rgba(47, 47, 50, 0.85);
}
.red {
    color: #e7a6b6;
}
.bg-red {
    background-color: #DEB5BD;
}

.bg-blue {
    background-color: #D0CCCD;
}

#page {
    min-height: 100vh;
}
.wrap {
    max-width: 1200px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.header {
    padding: 20px 0;
}
.header-top {
    padding: 20px;
    border-bottom: 1px solid rgba(44, 44, 45, 0.05);
}
.header-top a:hover {
    color: #e7a6b6;
}
.header-contact path {
    fill-opacity: 0.1;
}
.header-button a:hover path {
    fill: #e7a6b6;
    fill-opacity: 1;
}
.header-menu a.def {
    padding: 10px 0;
}
.header-menu a.def:hover:before {
    width: 100%;
}
.header-menu a.def:before {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #e7a6b6;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-menu a.active:before {
    width: 100%;
}
.logo img {
    width: auto;
    height: 50px;
}
.path-top-right {
    gap: 70px;
}
.col-left {
    width: 300px;
}
.search-input {
    border: 1px solid #eadfe3;
    padding: 15px 20px;
    border-radius: 10px;
}
.search-button {
    background-color: transparent;
    border-width: 0;
    top: 0;
    right: 0;
    width: 52px;
}
.cart-widget svg {
    width: auto;
    height: 20px;
}
.cart-widget span {
    top: -5px;
    left: calc(50% + 3px);
    width: 16px;
    height: 16px;
    font-size: 10px;
}
.hero-baner {
    height: 300px;
}
.hero-list-item {
    background: linear-gradient(135deg, #fbf4f6, #f1e6ea);
    padding: 20px;
    border-radius: 10px;
}
.open-menu-catalog {
    padding: 20px;
}
.catalog-menu {
    padding: 20px;
    background: linear-gradient(145deg, #f6edef 0, #f6edef 100%);
}
.catalog-menu ul:first-child {
    background-color: rgb(240.9, 226.8, 229.9333333333);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.catalog-menu li {
    display: block;
    margin-left: 14px;
}
.catalog-menu li:nth-child(1n+2) {
    margin-top: 10px;
}
.catalog-menu a {
    color: #000;
}
.catalog-menu a:hover {
    text-decoration: underline;
}
.product .title {
    color: #333;
}
.product .info {
    background-color: #f6f1f2;
    border-radius: 10px;
}
.product .btn {
    color: rgba(0, 0, 0, 0.8);
    border: none;
}
.product .second-button-wrapper {
    display: none;
    gap: 10px;
    justify-content: space-between;
}
.product .second-button-wrapper * {
 flex-grow: 1;
}
.product .btn.first-but , .product .btn.second-but {
    
}
@media (max-width: 1240px) {
    .wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
    .gap-45 {
        gap: 20px;
    }
    .col-left {
        width: 260px;
    }
    .header-menu ul {
        gap: 24px;
    }
}
@media (max-width: 992px) {
    .header-top {
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .panel {
        top: 36px;
        left: 0;
        padding: 17px 0;
        z-index: 15;
        position: fixed;
    }
    .panel-button a {
        width: 50px;
        height: 50px;
    }
    .panel.fixed {
        top: 0;
    }
    .panel-path {
        background-color: #3B3B3B;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 34px;
    }
    .panel-path .inner {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .panel-path a[href^="tel:"] {
        color: #F9F9F9;
    }
    .panel-path .btn {
        height: 63px;
    }
    .panel-path .has-email {
        border-bottom: 1px solid rgba(249, 249, 249, 0.05);
        padding-bottom: 15px;
    }
    .panel-path .place path {
        fill: #F9F9F9;
    }
    .panel-social svg {
        width: 50px;
        height: auto;
    }
    .open-menu {
        background-color: #3B3B3B;
        width: 50px;
        height: 50px;
    }
    .open-menu.active .on {
        display: none;
    }
    .open-menu.active .off {
        display: block;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: rgba(59, 59, 59, 0.5);
        width: 100%;
        padding: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        visibility: hidden;
    }
    .header.active {
        visibility: visible;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .header .wrap {
        margin: 0;
    }
    .header-menu {
        width: 300px;
        height: 100vh;
        background-color: #f1e6ea;
        padding: 15px 15px 15px 15px;
    }
    #page {
        padding-top: 120px;
    }
    .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .col-left {
        width: 100%;
    }
    .header-menu a.def:before {
        bottom: 0;
    }
    .hero-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .catalog-menu {
        border-radius: 10px;
    }
    .content-right {
        padding-top: 20px;
    }
    .main-product-row {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
		 margin-top: 120px;
    }
    .flex_992 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .block_992,
    .show_992 {
        display: block;
    }
    .hide_992 {
        display: none;
    }
    .mobil {
        padding-left: 32px;
    }
}
@media (max-width: 767px) {
    .hero-baner {
        padding: 25px 10px;
    }
    .panel .logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .main-product-row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .flex_767 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .block_767,
    .show_767 {
        display: block;
    }
    .hide_767 {
        display: none;
    }
}
@media (max-width: 550px) {
    .hero-baner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .header-top .wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .flex_550 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .block_550,
    .show_550 {
        display: block;
    }
    .hide_550 {
        display: none;
    }
}
@media (max-width: 450px) {
    .main-product-row {
        gap: 30px 10px;
    }
    .main-product-row .p-15 {
        padding: 10px;
    }
    .main-product-row .fz18 {
        font-size: 15px;
    }
    .main-product-row .btn {
        text-align: center;
       
    }
    .main-product-row .btn img {
        display: none;
    }
}

.price {
	
	 font-size: 24px;
}

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.bg-red:hover {
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  background-color: rgb(225.5840707965, 145.9159292035, 165.5265486726);
}
.btn.bg-red img {
  width: auto;
  height: 20px;
}