
.form {
    width: 100%;
    margin-top: 50px;
}
.form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__product {
    max-width: 320px;
    width: 100%;
}
.form__price-old {
    position: relative;
    font-family: "Raleway";
    font-weight: 700;
    font-size: 26.051px;
    line-height: 120%;
    text-transform: uppercase;
    color: #203656;
}
.form__price-old::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 110%;
    background: #203656;
    left: -5%;
    top: 50%;
}
.form__price-new {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 41.6816px;
    line-height: 120%;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fe5472), to(#ff9b85));
    background: linear-gradient(90deg, #fe5472 0, #ff9b85 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.form__target {
    width: 100%;
    max-width: 460px;
    margin: 30px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(32, 54, 86, 0.2);
    border-radius: 20px;
    padding: 40px;
}
.form__target-input {
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.form__target-input label {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #203656;
    opacity: 0.8;
}
.form__target-input input {

    width: 100%;
    outline: 0;
    border: 1px solid rgba(32, 54, 86, 0.4);
    border-radius: 20px;
    margin-top: 10px;
    background: #f8f8f8;
    padding: 0 5px;
    font-size: 16px;
    height: 70px;
}
.form__target-btn {
    border: 0;
    padding: 25px 38px;
    background: #e32929;
    -webkit-box-shadow: 0 10px 22px rgba(227, 41, 41, 0.47);
    box-shadow: 0 10px 22px rgba(227, 41, 41, 0.47);
    border-radius: 10px;
    font-family: "Raleway";
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}
.comments {
    width: 100%;
}
.comments__container {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
}
.comments__title {
    text-align: center;
    font-family: "Raleway";
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    color: #203656;
}
.comments__comment {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.comments__comment-answer {
    border-top: 1px solid rgba(32, 54, 86, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 30px;
    padding-top: 20px;
}
.comments__comment-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comments__comment-main {
    margin-top: 30px;
    padding: 20px;
    background: #f4f5f7;
    border-radius: 15px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(32, 54, 86, 0.9);
}
.comments__comment-main a {
    color: #2f80ed;
    font-weight: 700;
}
.comments__comment-imgs {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.comments__comment-imgs img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    width: 102.5px;
    height: 130px;
}
.comments__comment-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.comments__comment-name {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #203656;
}
.comments__comment-time {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #203656;
    opacity: 0.6;
    margin-top: 5px;
}
.comments__comment-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comments__comment-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}
.comments__comment-bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comments__comment-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}
.comments__comment-like svg {
    margin-right: 8px;
}
.comments__comment-like span {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #203656;
    opacity: 0.6;
    margin-right: 8px;
}
.comments__comment-like p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #203656;
    opacity: 0.6;
}
.comments__comment-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}
.comments__comment-link svg {
    margin-right: 8px;
}
.comments__comment-link span {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #203656;
    opacity: 0.6;
    margin-right: 8px;
}
.comments__comment-link p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #203656;
    opacity: 0.6;
}
.comments__btn {
    padding: 25px 38px;
    background: #e32929;
    -webkit-box-shadow: 0 10px 22px rgba(227, 41, 41, 0.47);
    box-shadow: 0 10px 22px rgba(227, 41, 41, 0.47);
    border-radius: 10px;
    font-family: "Raleway";
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin: 50px auto 20px auto;
    white-space: nowrap;
}
.mt-5 {
    margin-top: 5px;
}
.pt-5 {
    padding-top: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.pr-5 {
    padding-right: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.pb-5 {
    padding-bottom: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.pl-5 {
    padding-left: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.pl-10 {
    padding-left: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.pr-15 {
    padding-right: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.ml-15 {
    margin-left: 15px;
}
.pl-15 {
    padding-left: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.pl-20 {
    padding-left: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.pt-25 {
    padding-top: 25px;
}
.mr-25 {
    margin-right: 25px;
}
.pr-25 {
    padding-right: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.ml-25 {
    margin-left: 25px;
}
.pl-25 {
    padding-left: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.pt-35 {
    padding-top: 35px;
}
.mr-35 {
    margin-right: 35px;
}
.pr-35 {
    padding-right: 35px;
}
.mb-35 {
    margin-bottom: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.ml-35 {
    margin-left: 35px;
}
.pl-35 {
    padding-left: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.mr-40 {
    margin-right: 40px;
}
.pr-40 {
    padding-right: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.ml-40 {
    margin-left: 40px;
}
.pl-40 {
    padding-left: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.pt-45 {
    padding-top: 45px;
}
.mr-45 {
    margin-right: 45px;
}
.pr-45 {
    padding-right: 45px;
}
.mb-45 {
    margin-bottom: 45px;
}
.pb-45 {
    padding-bottom: 45px;
}
.ml-45 {
    margin-left: 45px;
}
.pl-45 {
    padding-left: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.mr-50 {
    margin-right: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ml-50 {
    margin-left: 50px;
}
.pl-50 {
    padding-left: 50px;
}
.mt-75 {
    margin-top: 75px;
}
.pt-75 {
    padding-top: 75px;
}
.mr-75 {
    margin-right: 75px;
}
.pr-75 {
    padding-right: 75px;
}
.mb-75 {
    margin-bottom: 75px;
}
.pb-75 {
    padding-bottom: 75px;
}
.ml-75 {
    margin-left: 75px;
}
.pl-75 {
    padding-left: 75px;
}
.mt-100 {
    margin-top: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.mr-100 {
    margin-right: 100px;
}
.pr-100 {
    padding-right: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ml-100 {
    margin-left: 100px;
}
.pl-100 {
    padding-left: 100px;
}
.w-5 {
    width: 5%;
}
.h-5 {
    height: 5%;
}
.maxw-5 {
    max-width: 5%;
}
.maxh-5 {
    max-height: 5%;
}
.w-10 {
    width: 10%;
}
.h-10 {
    height: 10%;
}
.maxw-10 {
    max-width: 10%;
}
.maxh-10 {
    max-height: 10%;
}
.w-15 {
    width: 15%;
}
.h-15 {
    height: 15%;
}
.maxw-15 {
    max-width: 15%;
}
.maxh-15 {
    max-height: 15%;
}
.w-20 {
    width: 20%;
}
.h-20 {
    height: 20%;
}
.maxw-20 {
    max-width: 20%;
}
.maxh-20 {
    max-height: 20%;
}
.w-25 {
    width: 25%;
}
.h-25 {
    height: 25%;
}
.maxw-25 {
    max-width: 25%;
}
.maxh-25 {
    max-height: 25%;
}
.w-30 {
    width: 30%;
}
.h-30 {
    height: 30%;
}
.maxw-30 {
    max-width: 30%;
}
.maxh-30 {
    max-height: 30%;
}
.w-35 {
    width: 35%;
}
.h-35 {
    height: 35%;
}
.maxw-35 {
    max-width: 35%;
}
.maxh-35 {
    max-height: 35%;
}
.w-40 {
    width: 40%;
}
.h-40 {
    height: 40%;
}
.maxw-40 {
    max-width: 40%;
}
.maxh-40 {
    max-height: 40%;
}
.w-45 {
    width: 45%;
}
.h-45 {
    height: 45%;
}
.maxw-45 {
    max-width: 45%;
}
.maxh-45 {
    max-height: 45%;
}
.w-50 {
    width: 50%;
}
.h-50 {
    height: 50%;
}
.maxw-50 {
    max-width: 50%;
}
.maxh-50 {
    max-height: 50%;
}
.w-75 {
    width: 75%;
}
.h-75 {
    height: 75%;
}
.maxw-75 {
    max-width: 75%;
}
.maxh-75 {
    max-height: 75%;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.maxw-100 {
    max-width: 100%;
}
.maxh-100 {
    max-height: 100%;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex-fill-no-shrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.flex-fill-100per {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
body.js-popup {
    overflow-y: hidden;
}
.js-d-none {
    display: none !important;
}
.b-lazy {
    opacity: 0;
}
.b-loaded {
    opacity: 1;
}
.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-links-telegram {
    background-color: #007ebd;
}
.social-links-telegram:hover {
    background-color: #00aeff;
}
.social-links-telegram svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    margin-right: 2px;
}
.social-links-facebook {
    background-color: #3754a0;
}
.social-links-facebook:hover {
    background-color: #1178f2;
}
.social-links-facebook svg {
    width: 6px;
    height: 13px;
    fill: #fff;
}
.social-links-youtube {
    background-color: #b71a20;
}
.social-links-youtube:hover {
    background-color: #fe0000;
}
.social-links-youtube svg {
    width: 13px;
    height: 9px;
    fill: #fff;
}
.icon-like {
    fill: #4c5b6b;
}
@font-face {
    font-family: "Cairo";
    src: url(../fonts/Cairo-Regular.woff2) format("woff2"), url(../fonts/Cairo-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.comments__comment-main img {
    max-width: 250px;
    border-radius: 5px;
}
.mt-5 {
    margin-top: 5px;
}
.pt-5 {
    padding-top: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.pr-5 {
    padding-right: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
.pb-5 {
    padding-bottom: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.pl-5 {
    padding-left: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.pl-10 {
    padding-left: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.pr-15 {
    padding-right: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.ml-15 {
    margin-left: 15px;
}
.pl-15 {
    padding-left: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.pl-20 {
    padding-left: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.pt-25 {
    padding-top: 25px;
}
.mr-25 {
    margin-right: 25px;
}
.pr-25 {
    padding-right: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.ml-25 {
    margin-left: 25px;
}
.pl-25 {
    padding-left: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.pt-35 {
    padding-top: 35px;
}
.mr-35 {
    margin-right: 35px;
}
.pr-35 {
    padding-right: 35px;
}
.mb-35 {
    margin-bottom: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.ml-35 {
    margin-left: 35px;
}
.pl-35 {
    padding-left: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.mr-40 {
    margin-right: 40px;
}
.pr-40 {
    padding-right: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.ml-40 {
    margin-left: 40px;
}
.pl-40 {
    padding-left: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.pt-45 {
    padding-top: 45px;
}
.mr-45 {
    margin-right: 45px;
}
.pr-45 {
    padding-right: 45px;
}
.mb-45 {
    margin-bottom: 45px;
}
.pb-45 {
    padding-bottom: 45px;
}
.ml-45 {
    margin-left: 45px;
}
.pl-45 {
    padding-left: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.mr-50 {
    margin-right: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ml-50 {
    margin-left: 50px;
}
.pl-50 {
    padding-left: 50px;
}
.mt-75 {
    margin-top: 75px;
}
.pt-75 {
    padding-top: 75px;
}
.mr-75 {
    margin-right: 75px;
}
.pr-75 {
    padding-right: 75px;
}
.mb-75 {
    margin-bottom: 75px;
}
.pb-75 {
    padding-bottom: 75px;
}
.ml-75 {
    margin-left: 75px;
}
.pl-75 {
    padding-left: 75px;
}
.mt-100 {
    margin-top: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.mr-100 {
    margin-right: 100px;
}
.pr-100 {
    padding-right: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ml-100 {
    margin-left: 100px;
}
.pl-100 {
    padding-left: 100px;
}
.w-5 {
    width: 5%;
}
.h-5 {
    height: 5%;
}
.maxw-5 {
    max-width: 5%;
}
.maxh-5 {
    max-height: 5%;
}
.w-10 {
    width: 10%;
}
.h-10 {
    height: 10%;
}
.maxw-10 {
    max-width: 10%;
}
.maxh-10 {
    max-height: 10%;
}
.w-15 {
    width: 15%;
}
.h-15 {
    height: 15%;
}
.maxw-15 {
    max-width: 15%;
}
.maxh-15 {
    max-height: 15%;
}
.w-20 {
    width: 20%;
}
.h-20 {
    height: 20%;
}
.maxw-20 {
    max-width: 20%;
}
.maxh-20 {
    max-height: 20%;
}
.w-25 {
    width: 25%;
}
.h-25 {
    height: 25%;
}
.maxw-25 {
    max-width: 25%;
}
.maxh-25 {
    max-height: 25%;
}
.w-30 {
    width: 30%;
}
.h-30 {
    height: 30%;
}
.maxw-30 {
    max-width: 30%;
}
.maxh-30 {
    max-height: 30%;
}
.w-35 {
    width: 35%;
}
.h-35 {
    height: 35%;
}
.maxw-35 {
    max-width: 35%;
}
.maxh-35 {
    max-height: 35%;
}
.w-40 {
    width: 40%;
}
.h-40 {
    height: 40%;
}
.maxw-40 {
    max-width: 40%;
}
.maxh-40 {
    max-height: 40%;
}
.w-45 {
    width: 45%;
}
.h-45 {
    height: 45%;
}
.maxw-45 {
    max-width: 45%;
}
.maxh-45 {
    max-height: 45%;
}
.w-50 {
    width: 50%;
}
.h-50 {
    height: 50%;
}
.maxw-50 {
    max-width: 50%;
}
.maxh-50 {
    max-height: 50%;
}
.w-75 {
    width: 75%;
}
.h-75 {
    height: 75%;
}
.maxw-75 {
    max-width: 75%;
}
.maxh-75 {
    max-height: 75%;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.maxw-100 {
    max-width: 100%;
}
.maxh-100 {
    max-height: 100%;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex-fill-no-shrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.flex-fill-100per {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
body.js-popup {
    overflow-y: hidden;
}
.js-d-none {
    display: none !important;
}
.b-lazy {
    opacity: 0;
}
.b-loaded {
    opacity: 1;
}
.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-links-telegram {
    background-color: #007ebd;
}
.social-links-telegram:hover {
    background-color: #00aeff;
}
.social-links-telegram svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    margin-right: 2px;
}
.social-links-facebook {
    background-color: #3754a0;
}
.social-links-facebook:hover {
    background-color: #1178f2;
}
.social-links-facebook svg {
    width: 6px;
    height: 13px;
    fill: #fff;
}
.social-links-youtube {
    background-color: #b71a20;
}
.social-links-youtube:hover {
    background-color: #fe0000;
}
.social-links-youtube svg {
    width: 13px;
    height: 9px;
    fill: #fff;
}
.icon-like {
    fill: #4c5b6b;
}
@font-face {
    font-family: "Cairo";
    src: url(../fonts/Cairo-Regular.woff2) format("woff2"), url(../fonts/Cairo-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@media (max-width: 1199px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 140px;
    }
    .111111111111111__menu {
        display: none;
    }
    .intro__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .intro__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 991px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 180px;
    }
    .main-with-sitebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-with-sitebar main {
        width: 100%;
    }
    .main-with-sitebar aside > div {
        width: calc(50% - 10px);
    }
    .main-with-sitebar aside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .blog__product {
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 140px;
    }
    .111111111111111 {
        top: 20px;
    }
 
    .111111111111111__social {
        display: none;
    }
    .intro__container {
        padding: 115px 10px 30px 10px;
    }
    .intro__img {
        width: 100%;
    }
    .intro__title {
        font-size: 17px;
    }
    .intro__subtitle {
        font-size: 14px;
    }
    .intro__description {
        font-size: 14px;
    }
    .intro__user-item:nth-child(3) {
        display: none;
    }
    .intro__user-item span {
        font-size: 14px;
    }
    .blog__product {
        max-width: 200px;
    }
    .blog p {
        font-size: 14px;
    }
    .blog h5 {
        font-size: 14px;
    }
    .blog li {
        font-size: 14px;
    }
    .blog__alert-text {
        font-size: 14px;
    }
    .blog__list-text {
        font-size: 16px;
    }
    .form__target {
        padding: 20px;
    }
    .form__target-input label {
        font-size: 14px;
    }
    .form__target-input input {
        height: 55px;
        font-size: 14px;
    }
    .form__target-btn {
        padding: 19px;
        font-size: 14px;
    }
    .comments__container {
        padding-top: 30px;
    }
    .comments__comment {
        padding: 20px;
    }
    .comments__comment-main {
        padding: 15px;
    }
    .comments__comment-like p {
        display: none;
    }
    .comments__comment-link p {
        display: none;
    }
    .comments__btn {
        font-size: 14px;
        padding: 19px;
    }
    .social-links-telegram,
    .social-links-facebook,
    .social-links-youtube {
        width: 25px;
        height: 25px;
    }
    .social-links-telegram,
    .social-links-facebook,
    .social-links-youtube {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 639px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 120px;
    }
    .main-with-sitebar aside > div {
        width: 100%;
    }
    .main-with-sitebar aside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .blog__product {
        max-width: 180px;
    }
}
@media (max-width: 479px) {
    .main-content {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .comments__comment-imgs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .comments__btn {
        width: 100%;
        white-space: wrap;
        text-align: center;
    }
}
