html {
    font-size: 10px;
    height: 100%
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

h3,
p {
    margin: 0
}

.wrapper {
    background: #f8f8f8;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative
}

._container {
    position: relative;
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 10px
}

._container-sm {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px
}

.header {
    width: 100%
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 10px
}

.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__socials svg:not(:last-child) {
    margin-right: 30px
}

.header__logo {
    font-family: "Raleway";
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #203656
}

.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__search {
    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;
    margin-left: 50px
}

.subheader {
    width: 100%;
    border-top: 1px solid rgba(32, 54, 86, .2);
    border-bottom: 1px solid rgba(32, 54, 86, .2)
}

.subheader__container {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.subheader__burger {
    display: none
}

.subheader__socials {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subheader__socials svg:not(:last-child) {
    margin-right: 30px
}

.subheader__link {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: rgba(32, 54, 86, .6)
}

.subheader__link-active {
    font-weight: 700;
    color: #203656
}

.news {
    width: 100%;
    margin-top: 25px
}

.news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%
}

.news__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news__item-info span {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 10px;
    line-height: 110%;
    color: #4c5b6b;
    opacity: .6
}

.news__item-info p {
    margin-top: 8px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #203656;
    opacity: .8
}

.news__item img {
    margin-right: 20px
}

.intro {
    width: 100%
}

.intro__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;
    margin-top: 25px;
    margin-bottom: 337px;
    background: url(../img/content/intro-img.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px
}

.intro__user {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intro__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.intro__info span {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #203656;
    opacity: .8;
    margin: 0 12px
}

.intro__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro__count-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intro__count-item:not(:last-child) {
    margin-right: 30px
}

.intro__count-item span {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #203656;
    opacity: .8;
    margin-left: 8px
}

.intro__circle {
    position: absolute;
    top: 53px;
    right: 173px
}

.intro__content {
    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;
    max-width: 830px;
    margin: 0 auto;
    width: 100%;
    padding: 40px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 337px
}

.intro__text {
    margin-top: 15px;
    max-width: 600px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #203656;
    opacity: .6
}

.intro__title {
    margin-top: 20px;
    font-family: "Raleway";
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(32, 54, 86, .6)
}

.intro__title b {
    font-weight: 700;
    color: #203656
}

.intro__alert {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    padding: 10px 18px;
    background: #e00041;
    border-radius: 33px
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.blog {
    width: 100%
}

.blog__container {
    margin-top: 50px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.blog__img {
    width: 100%;
    margin-top: 25px;
    -webkit-filter: drop-shadow(0 10px 45px rgba(32, 54, 86, .15));
    filter: drop-shadow(0 10px 45px rgba(32, 54, 86, .15));
    border-radius: 20px
}

.blog p {
    margin-top: 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: rgba(51, 51, 51, .8)
}

.blog p b {
    font-size: 18px;
    font-weight: 600
}

.blog p a {
    color: #2f80ed;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline
}

.blog ul {
    margin-top: 25px
}

.blog li {
    list-style-type: disc;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #333;
    opacity: .8
}

.blog h3 {
    margin-top: 25px;
    font-family: "Raleway";
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: right;
    text-transform: uppercase;
    color: #203656
}

.form {
    width: 100%;
    margin-top: 50px
}

.form__product {
    max-width: 200px
}

.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__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, .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: .8
}

.form__target-input input {
    width: 100%;
    outline: 0;
    border: 1px solid rgba(32, 54, 86, .4);
    border-radius: 20px;
    margin-top: 10px;
    background: #f8f8f8;
    padding: 0 15px;
    font-size: 16px;
    height: 70px
}

.form__target-input select {
    width: 100%;
    outline: 0;
    border: 1px solid rgba(32, 54, 86, .4);
    border-radius: 20px;
    margin-top: 10px;
    background: #f8f8f8;
    padding: 0 15px;
    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, .47);
    box-shadow: 0 10px 22px rgba(227, 41, 41, .47);
    border-radius: 10px;
    font-family: "Raleway";
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9)
}

.comments {
    width: 100%
}

.comments__container {
    border-radius: 20px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comments__title {
    text-align: right;
    font-family: "Raleway";
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-align: right;
    text-transform: uppercase;
    color: #203656
}

.comments__comment {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px rgba(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-img {
    margin-top: 10px
}

.comments__comment-img img {
    max-width: 150px;
    border-radius: 15px
}

.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, .9);
    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-main a {
    color: #2f80ed;
    font-weight: 700
}

.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: .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: .6;
    margin-right: 8px
}

.comments__comment-like p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #203656;
    opacity: .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: .6;
    margin-right: 8px
}

.comments__comment-link p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #203656;
    opacity: .6
}

.comments__btn {
    padding: 25px 38px;
    background: #e32929;
    -webkit-box-shadow: 0 10px 22px rgba(227, 41, 41, .47);
    box-shadow: 0 10px 22px rgba(227, 41, 41, .47);
    border-radius: 10px;
    font-family: "Raleway";
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
    margin: 50px auto 0 auto;
    white-space: nowrap
}

body.js-popup {
    overflow-y: hidden
}

.js-d-none {
    display: none !important
}

@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:991px) {
    .header__container {
        padding: 15px 10px
    }
}

@media (max-width:767px) {
    .header__socials {
        display: none
    }

    .subheader__container {
        padding: 15px 10px
    }

    .subheader__burger {
        display: block
    }

    .subheader__socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .subheader__link {
        display: none
    }

    .news {
        display: none
    }

    .intro__info img {
        width: 38px;
        height: 38px
    }

    .intro__info span {
        font-size: 14px
    }

    .intro__count-item:nth-child(1),
    .intro__count-item:nth-child(3),
    .intro__count-item:nth-child(4) {
        display: none
    }

    .intro__circle {
        width: 122px;
        top: 22px;
        right: 22px;
        height: 122px
    }

    .intro__content {
        padding: 15px
    }

    .intro__text {
        font-size: 14px
    }

    .intro__title {
        font-size: 19px
    }

    .intro__alert {
        font-size: 14px
    }

    .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__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
    }
}