* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
    scroll-behavior: smooth;
}

body {
    background: whitesmoke;
    line-height: normal;
}

.main-wrapper {
    max-width: 480px;
    margin: 0 auto;
    background: white;
}

b {
    font-weight: 700;
}

.header {
    background: #252525;
}

.container {
    padding: 0 10px;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.header_star {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-weight: 700;
}

.header_star svg {
    margin-right: 5px;
}

.header_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header_logo .logo {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-weight: 700;
}

.intro .title {
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    padding: 10px;
    text-transform: uppercase;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper2 img {
    width: 90% !important;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: white;
}

.swiper-button-next {
    border-radius: 6px 0 0 6px;
}

.swiper-button-prev {
    border-radius: 0 6px 6px 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 50px;
    background: black;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 23px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}

.main-image {
    position: relative;
}

.main-image .label {
    position: absolute;
    left: 0;
    top: 20px;
    background: #E34040;
    border-radius: 0px 5px 5px 0px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 3;
}

.main-image .table-size {
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #252525;
    border-radius: 0px 5px 5px 0px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 3;
}

.table-size .text {
    font-size: 9px;
}

.table-size .num {
    font-size: 16px;
}


.top-price.mobile {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 0;
    transform: translate(0, -35px);
    height: 66px;
    margin-bottom: -15px;

    align-items: center;
    background: #FAFAFA;
    padding: 5px 28px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    max-width: 325px;
    position: relative;
    z-index: 3;
}

.top-price .old-price {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #626262;
    width: 90px;
    font-weight: 500;
}

.top-price .old-price .value {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: relative;
    font-weight: 700;
}

.top-price .discount {
    width: 55px;
    height: 55px;
    background: #E34040;
    border-radius: 50px;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    margin: 0 5px;
    font-weight: 700;
}

.discount .value {
    font-size: 19px;
    line-height: 1.1;
}

.top-price .current-price {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #252525;
    width: 110px;
    font-weight: 700;
}

.top-price .current-price .text {
    font-weight: 400;
}

.top-price .current-price .value {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
}

.intro-bullets {
    margin-bottom: 25px;
}

.bullets-wrap {
    width: 95%;
    display: flex;
    justify-content: space-between;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-gap: 15px;
    /* max-width: 400px; */
    margin: 0 auto;
}

.bullet-item {
    width: 33%;
}

.bullet-item p {
    text-align: center;
    font-size: 14px;
}

.timer-wrap {
    width: 100%;
    display: block;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    padding: 20px 0;
}


.timer-wrap .tit {
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    margin-bottom: 13px;
    /* margin-top: 20px; */
    text-align: center;
}

.timer {
    margin-bottom: 30px;
    width: 100%;
    /* max-width: 230px; */
    margin: 0 auto;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.timer .timer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer .timer_item .count {
    display: flex;
    margin-bottom: 4px;
}

.timer .toc {
    font-weight: 500;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000;
    height: 35px;
}

.timer .timer_item .count span {
    background: black;
    border-radius: 5px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 30px;
    height: 40px;
    margin: 0 2px;
}

.timer .timer_item .count span {
    font-size: 27px;
    line-height: 1;
    width: 35px;
    height: 55px;
    margin: 0 2px;
}

.timer .timer_item .text {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
}

.btn-color {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 23px;
    box-sizing: border-box;
    max-width: 325px;
    width: 100%;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #4267b2;
    -webkit-box-shadow: 0 0 0 10px rgb(99 140 215 / 30%);
    -moz-box-shadow: 0 0 0 10px rgba(99, 140, 215, 0.3);
    box-shadow: 0 0 0 10px rgb(99 140 215 / 30%);
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 15px;
}

.btn-color:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    animation: sheens 3s infinite;
}

@keyframes sheens {

    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

.top_count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 15px;
    color: #252525;
    margin-top: 25px;
}

.top_count span {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E34040;
    color: white;
    border-radius: 20px;
    margin: 0 5px;
    font-weight: 800;
}

.description {
    padding: 45px 0;
}

.description .container {
    padding: 0 20px;
}

.description-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 30px;
    text-align: center;
}

.person-top {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.person-top img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.person-text .name {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
}

.person-text .position {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.person-content {
    background-color: #638cd729;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 1px 1px 4px #bababa;
}

.person-content p {
    text-align: center;
    font-size: 15px;
}

.catalog-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    margin-bottom: 30px;
}

.catalog-item:not(:last-child) {
    margin-bottom: 40px;
}

.catalog-swiper .swiper-wrapper {
    padding-bottom: 35px;
}

.catalog-swiper .table-size {
    bottom: 70px;
}

.catalog-swiper .swiper-pagination {
    bottom: 15px;
}

.swiper-pagination-bullet-active {
    background: #4267b2;
}

.catalog-content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 35px;
    gap: 15px;
}

.catalog-item-title {
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-content .container .left-side {
    padding-left: 15px;
    border-left: 2px solid #E34040;
}

.catalog-content .container .left-side p {
    /* font-style: italic; */
    font-size: 15px;
    line-height: 1.5;
}

.catalog-content .container .right-side {
    width: 100%;
    max-width: 145px;
}

.catalog-content .container .old-price {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 700;
    text-align: right;
}

.catalog-content .container .new-price {
    font-weight: 800;
    font-size: 30px;
    text-align: right;
    color: #E34040;
    text-shadow: 1px 1px 1px #d1d1d1;
}

.section-sizes {
    padding: 30px 0;
}

.section-sizes .container {
    padding: 0 20px;
}

.section-sizes .container p {
    line-height: 1.4;
    margin-bottom: 10px;
}

.sizes-wrap {
    background: #FFF6E1;
    border-radius: 5px;
    padding: 25px 12px;
}

.tit-sizes {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    color: #252525;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-bottom: 20px;
}


.sizes-table {
    border-collapse: collapse;
    padding: 25px 12px;
    width: 100%;
    color: #252525;
    font-weight: 500;
    font-size: 12px;
    line-height: 300%;
}

.sizes-table tr:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
}

tr td {
    text-align: center;
}

tr:nth-child(1) td {
    /* min-width: 50px; */
}

tr:nth-child(1) td {
    line-height: 140%;
    font-weight: 600;
    text-align: center;
}

/* tr:nth-child(1) td:nth-child(1) {
    font-family: "MontserratMedium";
    font-weight: normal;
} */

tr:nth-child(2n) {
    background: #fff;
}

.sec-table tbody tr td {
    font-weight: bold;
    text-align: center;
}

.help-info {
    padding: 20px 0;
}

.help-info .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}

.help-info .img-wrap img {
    max-width: 160px;
}

.help-info .img-wrap div {
    font-size: 12px;
}

.help-info .img-wrap {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.help-info .text {
    font-size: 14px;
    line-height: 17px;
}

.reviews {
    padding-top: 30px;
    padding-bottom: 20px;
}

.reviews .container {
    padding: 0 20px;
}

.reviews .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}

.reviews .top .text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    font-weight: 500;
}

.reviews .top .text span {
    color: #E34040;
}

.reviews .top .rating {
    display: flex;
    align-items: center;
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 30px;
}

.reviews .top .rating img {
    margin-right: 20px;
}

.reviewsSwiper .swiper-wrapper {
    padding-bottom: 40px;
}

.reviewsSwiper img {
    border: 2px solid #E34040 !important;
    width: 300px;
    margin: 0 auto;
}

.reviewsSwiper .swiper-button-next,
.reviewsSwiper .swiper-button-prev {
    background: #6c6c6c;
}

.sec-ask {
    background-color: #FFF6E1;
    padding: 40px 0 25px;
}

.sec-ask .container {
    padding: 0 20px;
}

.sec-ask .title-mob {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 30px;
    text-align: center;
}

.ask-wrap .list-icons {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    /* grid-gap: 20px; */
    /* display: flex; */
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.ask-wrap .icon-item {
    width: 100%;
    /* max-width: 142px; */
    margin-right: 0;
    margin-bottom: 30px;
}

.ask-wrap .icon-item .img-wrap {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.ask-wrap .icon-item img {
    width: 50px;
    height: auto;
}

.ask-wrap .icon-item .img-wrap span {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #E34040;
    transform: translate(10px, 25px);
}

.ask-wrap .icon-item .tit {
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    font-weight: 700;
    margin-bottom: 10px;
}

.ask-wrap .icon-item .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
}

.advantages {
    padding-top: 40px;
    padding-bottom: 40px;
}

.advantages .container {
    padding: 0 20px;
}

.advantages .title {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 30px;
    text-align: center;
}

.advantages .list-advantages {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.advantages .list-advantages .advantages-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: flex;
}

.advantages .list-advantages img {
    width: 60px;
    margin-right: 20px;
}

.advantages .list-advantages .advantages-item .tit {
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 20px;
    font-weight: 700;
}

.advantages .list-advantages .advantages-item .text {
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    font-weight: 500;
}

.section-bottom .title.main {
    padding-top: 30px;
    padding-bottom: 33px;
    margin-bottom: 0;
    background: #FFF8E7;
    text-align: center;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.3;
}

.section-bottom .title span {
    color: #E34040;
}

.section-bottom .form-wrap {
    background: #252525;
    border-radius: 5px;
    padding: 20px 30px;
    width: 90%;
    margin: 0 auto;
    /* width: 100%; */
    /* max-width: 450px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 380px; */
    padding: 20px;
}

.form-wrap .title {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.form-wrap .timer .timer_item .count span {
    background: white;
    color: black;
}

.form-wrap .timer .timer_item .text {
    color: white;
}

.form-wrap .timer .toc {
    color: white;
}

.form-wrap form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;
}

label img {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    left: 18px;
    height: 20px;
    pointer-events: none;
}

.field {
    padding: 22px 0;
    padding-left: 50px;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: rgba(37, 37, 37, 0.85);
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: none;
}

input.inp {
    font-family: "MontserratMedium";
    /* padding: 22px 0; */
    padding-left: 50px;
    font-weight: normal;
    /* font-size: 16px; */
    /* line-height: 20px; */
    font-size: 15px;
    line-height: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(37, 37, 37, 0.85);
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
}

footer {
    padding: 20px 0;
}
.footer_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .tit {
    font-weight: 600;
    font-size: 17px;
    line-height: 156%;
    color: #252525;
    text-align: center;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.list-logo {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

footer .bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

footer .cont {
    width: 100%;
    max-width: 350px;
    font-weight: 500;
    font-size: 12px;
    line-height: 156%;
    text-align: center;
    color: #252525;
}

footer .links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .links a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #252525;
    margin-bottom: 8px;
    text-align: right;
}