/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap'); */
  

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%
}

h3,
p {
    margin: 0
}

.wrapper {
    background: #fff;
    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: 920px;
    padding: 0 10px
}

.header {
    width: 100%;
    border-bottom: 1px solid rgba(32, 54, 86, .2)
}

.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: 42px 10px
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__burger {
    display: none
}

.header__link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #203656;
    opacity: .6
}

.header__link-active {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fe5472), to(#ff9b85));
    background: linear-gradient(90deg, #fe5472 0, #ff9b85 100%);
    border-radius: 50px;
    padding: 12px 15px;
    color: #fff;
    opacity: 1
}

.header__link:not(:last-child) {
    margin-right: 40px
}

.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__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;
    width: 44.31px;
    height: 44.31px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fe5472), to(#ff9b85));
    background: linear-gradient(90deg, #fe5472 0, #ff9b85 100%);
    border-radius: 50px
}

.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;
    padding: 50px 10px
}

.intro__title {
    max-width: 1010px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #203656
}

.intro__user {
    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;
    padding: 20px 0
}

.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', sans-serif;
    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', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #203656;
    opacity: .8;
    margin-left: 8px
}

.intro__result {
    position: relative;
    width: 100%;
    height: 437px;
    background: url(../images/result-bg.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    -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
}

.intro__result-before {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fe5472), to(#ff9b85));
    background: linear-gradient(90deg, #fe5472 0, #ff9b85 100%);
    border-radius: 0 20px 0 0;
    padding: 10px 40px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    left: -36px;
    top: 36px
}

.intro__result-after {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fe5472), to(#ff9b85));
    background: linear-gradient(90deg, #fe5472 0, #ff9b85 100%);
    border-radius: 20px 0 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 10px 40px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    right: -50px;
    top: 50px
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.blog {
    width: 100%
}

.blog__container {
    border: 1px solid rgba(32, 54, 86, .2);
    border-radius: 20px;
    margin-top: 50px;
    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;
    -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', sans-serif;
    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 h3 {
    margin-top: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: right;
    text-transform: uppercase;
    color: #203656
}

.blog__list {
    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;
    border: 1px solid rgba(32, 54, 86, .2);
    padding: 30px;
    border-radius: 20px;
    margin-top: 25px;
    max-width: 700px;
    width: 100%
}

.blog__item {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog__item-text {
    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;
    margin-right: 25px
}

.blog__item-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
    text-transform: uppercase;
    color: #203656
}

.blog__item-description {
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #333;
    opacity: .8
}

.blog__result {
    position: relative;
    margin-top: 25px;
    width: 100%;
    height: 440px;
    background: url(../images/blog-result.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    -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__result-before {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fe5472), to(#ff9b85));
    background: linear-gradient(90deg, #fe5472 0, #ff9b85 100%);
    border-radius: 0 20px 0 0;
    padding: 10px 40px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    left: -34px;
    top: 34px
}

.blog__result-after {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fe5472), to(#ff9b85));
    background: linear-gradient(90deg, #fe5472 0, #ff9b85 100%);
    border-radius: 20px 0 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 10px 40px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    right: -50px;
    top: 50px
}

.form {
    width: 100%;
    margin-top: 50px
}

.form__product {
    max-width: 220px
}

.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', sans-serif;
    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', sans-serif;
    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%;
    margin: 30px auto 0 auto;
    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;
    border: 1px solid rgba(32, 54, 86, .2);
    border-radius: 20px;
    padding: 40px
}

.form--main {
    width: 100%;
    max-width: 460px;
}

.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;
    position: relative;
}

.form__target-input label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #203656;
    opacity: .8
}
label.error {
    font-size: 12px;
    line-height: 14px;
    color: #e32929;
}
.form__target-input input {
    width: 100%;
    outline: 0;
    border: 1px solid rgba(32, 54, 86, .4);
    border-radius: 20px;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 16px;
    height: 70px
}

.form__target-btn {
    position: relative;
    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', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9)
}

.comments {
    width: 100%
}

.comments__container {
    border: 1px solid rgba(32, 54, 86, .2);
    border-radius: 20px;
    margin-top: 50px;
    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', sans-serif;
    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-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', sans-serif;
    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-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', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #203656
}

.comments__comment-time {
    font-family: 'Montserrat', sans-serif;
    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', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #203656;
    opacity: .6;
    margin-right: 8px
}

.comments__comment-like p {
    font-family: 'Montserrat', sans-serif;
    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', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #203656;
    opacity: .6;
    margin-right: 8px
}

.comments__comment-link p {
    font-family: 'Montserrat', sans-serif;
    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', sans-serif;
    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
}

@media (max-width:1199px) {
    .header__socials {
        display: none
    }
}

@media (max-width:991px) {
    .header__container {
        padding: 20px 10px
    }

    .header__list {
        display: none
    }

    .header__burger {
        display: block
    }
}

@media (max-width:767px) {
    .intro__title {
        font-size: 20px;
        text-align: right
    }

    .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__result {
        background: url(../images/result-bg-sm.webp) no-repeat;
        background-position: center center;
        background-size: cover;
        height: 227px
    }

    .blog__container {
        padding: 20px
    }

    .blog__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog__item img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .blog__item-text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
        margin-top: 25px
    }

    .blog__item-title {
        text-align: center
    }

    .blog__item-description {
        text-align: center
    }

    .blog__result {
        background: url(../images/blog-result-sm.webp) no-repeat;
        background-position: center center;
        background-size: cover;
        height: 200px
    }

    .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: 20px
    }

    .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
    }
}