<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

ul {
    list-style: none;
    padding: unset;
}

a {
    text-decoration: none;
}

/* a:hover {
    color: #0052B1;
} */

img {
    width: 100%;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    position: relative;
}

select {
    cursor: pointer;
}

option {
    cursor: pointer;
}

.body__back {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1003;
    display: none;
}

.header-top {
    background-color: #F0F4F6;
    border-bottom: 1px solid #DADADA;
    position: fixed;
    width: 100%;
    z-index: 1000000;
}

.first-section {
    padding: 50px 0;
}

.header-top__login-in {
    display: flex;
    color: #000;
    text-decoration: none;
}

.header-banner__login {
    display: none;
}

.header-top__left-side {
    display: flex;
    padding: 12px 0 12px 18px;
    align-items: center;
}

.header-top__image {
    margin-right: 4.5px;
}

.header-top__title {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: unset;
    font-weight: 500;
    font-style: normal;
}

.header-top__price {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    color: #0052B1;
}

.header-top__login {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
}

.header-top__right-side {
    display: flex;
    justify-content: flex-end;
    padding: 12px 0;
    align-items: center;
}

.header-banner {
    background-color: black;
}

.header-banner__nav-line {
    padding: 20px 0;

}

.header-banner__nav-wrapper {
    position: fixed; 
    /*margin-top: 46px;*/
    z-index: 2000;
    width: 100%;
    background-color: black;
}

.header-banner__logo {
    height: 38px;
    width: 146px;
    /*margin-right: 43px;*/
    margin:auto;
    display:block;
}

.navigation__list {
    display: flex;
    margin-bottom: unset;
}

.navigation__item {
    margin: 0 15px;
    display: inline-block;
}

.burger-menu {
    position: fixed;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #fff;
    width: 289px;
    right: -200%;
    top: 0;
    z-index: 1003;
    transition-duration: 1s;
    padding: 19px 18px;
    overflow: auto;
    transition: none;
}

.burger-menu__social-link {
    text-decoration: none;
    margin: 0 6px;
}

.burger-menu__social {
    display: flex;
    justify-content: center;
}

.burger-menu .header-top__left-side {
    padding: 34px 0 22px 46px;
    margin-bottom: 22px;
    position: relative;
    border-bottom: 1px solid #C4C4C4;
}

.burger-menu__login-box {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
}

.burger-menu #login-men {
    width: 40px;
    height: 30px;
    margin-right: 5px;
}

.burger-menu #plane {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(20px, 28px);
}

.burger-menu .header-top__login {
    padding-top: 2px;
}

.burger-menu .header-banner__burger-but {
    background-color: transparent;
}

.burger-menu .header-banner__burger-but::before {
    transform: rotate(45deg);
    width: 20px;
}

.burger-menu .header-banner__burger-but::after {
    transform: rotate(-45deg);
    width: 20px;
}

.navigation__link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.navigation__link:hover {
    color: #0052B1;
}

.navigation__wrapper {
    display: flex;
    align-items: center;
}

.banner-content {
    padding: 254px 0 227px 0;
}

.banner-content--padding {
    padding: 130px 0 61px 0;
}

.banner-content__title {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
}

.banner-content__main-title {
    font-size: 64px;
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.banner-content__main-title--size {
    font-size: 45px;
    text-transform: unset;
    max-width: 700px;
    margin-bottom: 4%;
    color: white;
}

.banner-content__image {
    object-fit: cover;
}

.banner-content__text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    display: block;
    color: white;
    /* border-left: 2px solid #0052B1; */
    font-style: italic;
 
    /* padding-left: 15px; */
    line-height: 33px;
    /*margin-bottom: 9%;*/
}

.banner-content__button {
    font-family: 'Montserrat';
    font-size: 16px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 32px;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-style: normal;
}

.banner-content__arrow {
    margin-left: 10px;
}

.banner-content__image-box {
    position: relative;
    z-index: 1000;
}

.banner-content__image-box--elements::before {
    content: "";
    position: absolute;
    top: -19%;
    left: -7%;
    z-index: 1000;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #0052B1;
    border-radius: 50%;
}

.banner-content__image-box--elements::after {
    content: "";
    position: absolute;
    top: 0;
    left: -11%;
    z-index: 1000;
    display: block;
    width: 426px;
    height: 426px;
    background-color: #0052B1;
    border-radius: 50%;
    z-index: -1;
}

.banner-content__image {
    position: absolute;
    top: -41%;
    left: -33%;
    pointer-events: none;
    width: unset;
}

.banner-content__image--position {
    left: 9%;
}

.many-steps__wrap {
    margin-top: -118px;
    z-index: 1001;
    position: relative;
}

.many-steps__sub-ico {
    display: none;
}

.many-steps__container {
    display: flex;
    padding-top: 42px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.many-steps__subtitle {
    font-size: 13px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    color: #0052B1;
    text-transform: uppercase;
}

.many-steps__title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #000;
    max-width: 205px;
}

.many-steps__text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #696969;
}

.many-steps__icon {
    margin: 20px 15px 0 15px;
}

.the-threads__main-title-box {
    text-align: center;
}

.the-threads__main-title {
    font-size: 33px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    margin-top: 8%;
    margin-bottom: 27px;
}

.the-threads__price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.the-threads__price-wrapper {
    display: flex;
    justify-content: space-between;
}

.the-threads__title {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.the-threads__price:first-child {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    color: #000;
    font-style: normal;
    padding-left: 15px;
    padding-right: 15px;
}

.the-threads__price:last-child {
    font-family: 'Montserrat';
    color: #0052B1;
    font-weight: 600;
    font-size: 18px;
}

.the-threads__image-wrapper {
    margin-bottom: 20px;
}

.slider-box {
    display: flex;
    align-items: center;
    max-width: 100%;
    position: relative;
}

.slider-box .slick-dots {
    position: absolute;
    display: flex;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 45px);
}

.slider-box .slick-dots li {
    margin: 0 10px;

}

.slider-box .slick-dots button {
    font-size: 0;
    border-radius: 50%;

}

.slider-box .slick-dots .slick-active button {
    width: 10px;
    height: 10px;
    outline: none;
    background: transparent;
}

.slider-box__item {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 85px;
    margin: 0 30px;
}

.slider-box__item img {
    width: unset;
    max-width: 100%;
}

.slider-box__wrapper {
    position: relative;
}

.left-arrow {
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.right-arrow {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.the-brands {
    padding-bottom: 47px;
}

.the-reviews {
    background-color: #F0F4F6;
    padding-bottom: 91px;
}

.the-reviews__main-title {
    margin-top: 52px;
    margin-bottom: 58px;
}

.the-reviews__info-box {
    background-color: #fff;
    padding: 60px 60px 195px 60px;
}

.the-reviews__subtitle {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.the-reviews__title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 38px;
    color: #000;
    margin-bottom: 21px;
}

.the-reviews__text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #000;
    max-width: 458px;
    line-height: 1.45;
    margin-bottom: 27px;

}

.the-reviews__text-NY {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.the-reviews__text-NY::before {
    content: " ";
    width: 87px;
    height: 2px;
    background-color: #0052B1;
    display: inline-block;
    margin-right: 18px;
}

.the-reviews__link {
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    height: 50px;
    padding: 0 26px 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.the-reviews__widget-box {
    display: flex;
}

.the-reviews__plan-box {
    margin-left: 50px;
}

.the-reviews__plan {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 6px;
}

.the-reviews__plan-widget-row {
    display: flex;
    justify-content: space-between;
}

.the-reviews__plan-widget {
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
}

.the-reviews__facebook {
    padding-left: 7px;
}

.second-slider__wrapper {
    padding: unset;
    position: relative;
    height: 631px;
}

.second-slider__wrapper img {
    height: 100%;
    object-fit: cover;
}

.second-slider__wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 21%;
    width: 100%;
    background: linear-gradient(181.43deg, rgba(196, 196, 196, 0) 10.22%, #000000 118.78%);
}

.second-slider {
    position: relative;
}

.second-slider .slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    transform: translate(-21%, -63%);
}

.second-slider .slick-dots li {
    margin: 0 20px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border: 1px solid transparent;
}

.second-slider .slick-dots button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    outline: none;
}

.second-slider .slick-dots button::after {
    content: ".";
}

.second-slider .slick-dots .slick-active {
    border: 1px solid #fff !important;
    border-radius: 50%;
}

.second-slider__image {
    width: 100%;
}

.the-faqs {
    padding-bottom: 78px;
}

.the-faqs__main-title {
    margin-top: 66px;
    margin-bottom: 58px;
}

.the-faqs__title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    display: flex;
    margin-bottom: 20px;
}

.the-faqs__title::before {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #0052B1;
    margin-right: 13px;
}

.the-faqs__text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    max-width: 322px;
    line-height: 1.7;
}

.the-faqs__link {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.the-faqs__box-wrapper {
    padding-bottom: 11px;
    padding-top: 11px;
}

.main {
    position: relative;
    z-index: 1000;
    background-color: #F0F4F6;
    padding: 42px 0;
}

.main__pagination {
    display: flex;
    justify-content: center;
    margin: 0 -19px;
    margin-bottom: 65px;
    position: relative;
}

.main__dots-item {
    width: 4px;
    height: 4px;
}

.pagination__item {
    display: flex;
    width: 50px;
    height: 46px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    margin: 19px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

.pagination__active {
    width: 49px;
    height: 46px;
    border: 2px solid #000;
    color: #000 !important;
    background-color: #F0F4F6 !important;
}

.pagination__color {
    background-color: #000;
    color: #fff;
}

.main-content-box {
    display: none;

}
@media screen and (max-width: 769px) {
    .waistzoom {
        zoom: 92%; 
    }
}

.active-content {
    display: block;
}

.section-steps__title,
.section-steps__main-title,
.section-steps__subtitle {
    margin: 0 auto;
    text-align: center;
}

.section-steps__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #0052B1;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.section-steps__main-title {
    white-space: nowrap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
}

.section-steps__subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 32px;
    max-width: 740px;
    line-height: 26px;
}

.clothes {
    margin-bottom: 36px;
}

.clothes__box-inner {
    /* border: 3px solid transparent; */
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

/* .clothes__box-inner div{
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 17px;
} */

/* .clothes__box-inner::after {
    position: absolute;
    top: 4%;
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    /* background-color: #fff; */
    /* border-radius: 50%;
    content: url("../images/notSelected.webp");
    padding-top: 5px; */

/* } */

.clothes__image {
    /* border-radius: 10px; */
    /* margin-bottom: 17px; */
    background: linear-gradient(180deg, #CCC 0%, #FFF 100%, #FFF 100%);
}

.clothes__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 20px;
}

.clothes__subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #696969;
    padding-left: 20px;
    padding-bottom: 15px;
    display: block;
}

.clothes__box-inner--active {
    border: 3px solid #65C466 !important;
}

/* .clothes__box-inner--active.clothes__box-inner::after {
    content: url("../images/selected.png");
} */

.button-next {
    display: inline-flex;
    justify-content: space-between;
    width: 130px;
    /* justify-content: center; */
    align-items: center;
    background-color: #000;
    padding: 14px 15px;
    margin: 0 11px 17px 11px;
    border: 1px solid transparent;
    /* border-radius: 100px; */
}

.button-prev {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    padding: 14px 16px;
}

.button-next__text {
    color: #fff;
    margin-right: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.button-prev__text {
    color: #000;
    margin-right: 0;
    margin-left: 10px;
}

.section-steps__subtitle--width {
    max-width: unset;
    margin-bottom: 36px;
}

.logos-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -16px -11px;
    margin-bottom: 15px;
}
.brands-list {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -11px;
    margin-bottom: 15px;
}

.logos-list__item {
    /* flex: 0 1 18%; */
    position: relative;
    height: 58px;
    background-color: white;
    margin: 6px;
    border-radius: 100px;
    border: 3px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos-list__item img{
    /* height: 50px; */
    max-height: 50px;
    max-width: 150px;
    width: auto;
    margin: 0px 2rem;
    padding: 0.3rem 0px;
}
.brands-list__item {
    /* flex: 0 1 18%; */
    position: relative;
    height: 58px;
    background-color: white;
    margin: 6px;
    border-radius: 100px;
    border: 3px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-list__item img{
    /* height: 50px; */
    max-width: 150px;
    max-height: 50px;
    width: auto;
    margin: 0px 2rem;
    padding: 0.5rem 0px;
}

.logo-active-item {
    border: 3px solid #65C466;
}

.logos-list__image {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
.brands-list__image {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.other__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 17px;
}

.other__excited {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 17px;
}

.other__span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #696969;
}

.other__input {
    width: 100%;
    height: 47px;
    max-width: 457px;
    border: none;
    border: 1px solid #dadada;
    outline: none;
    margin-bottom: 36px;
    padding: 0 10px;
}

.excited__input {
    width: 100%;
    height: 47px;
    max-width: 457px;
    border: none;
    border: 1px solid #dadada;
    outline: none;
    margin-bottom: 36px;
    padding: 0 10px;
}

.size__list {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.size__item {
    max-width: 137px;
    width: 100%;
    height: 50px;
    background-color: white;
    border: 3px solid transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 5px;
    border-radius: 5px;
}
.answer {
    text-align: center;
    /* max-width: 137px; */
    /* width: 100%; */
    /* height: 50px; */
    padding: .3rem .8rem;
    background-color: white;
    border: 3px solid transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 5px;
    border-radius: 5px;
}

.size__active-item {
    border: 3px solid #007AFF;
}
.answer__active-item {
    border: 3px solid #007AFF;
}

.section-steps__subtitle--margin {
    margin-bottom: 40px;
}

.section-steps__subtitle--margin {
    margin-bottom: 16px;
}

.size__item--width {
    max-width: 90px;
    margin: 10px;
}

.size__list--width {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.steps3__subtitle--margin {
    margin-bottom: 40px;
}

.size__list--mabo {
    margin-bottom: 12px;
}

.checkbox-cont {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.checkbox__box {
    margin-right: 15px;
}

.checkbox__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #696969;
    max-width: 700px;
}

.dropdown-select {
    background-color: white;
    border-radius: 8px;
    border: 3px solid transparent;
    outline: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 11px 122px 11px 15px;
    max-width: 200px;
}

.dropdown-select__item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    background-color: white;
    font-size: 18px;
}

.dropdown-select--another {
    font-size: 16px;
    color: #696969;
    padding: 11px 40px 11px 15px;
    /*margin-bottom: 65px;*/
}

.dropdown-select__item--another {
    font-size: 16px;
    color: #696969;
}

.dropdown-select__active {
    border: 3px solid #007AFF;
}

.footer {
    background-color: #000;
    padding: 65px 0 50px 0;
}

.social__rights {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #fff
}

.footer__navigation,
.footer__another-links {
    display: flex;
    justify-content: space-between;
}

.footer__another-links,
.footer__nav-box {
    max-width: 570px;
    width: 100%;
}

.footer__another-links {
    margin-top: 28px;
}

.footer__navi-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 20px;
}

.footer__navigation-link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
}

.footer__another-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
}

.footer__logo-link {
    display: inline-block;
    margin-bottom: 25px;
}

.footer__social {
    display: flex;
    align-items: center;
    margin: 0 -13px;
}

.footer__social-item {
    padding: 0 13px;
    margin-bottom: 16px;
}

.footer__logo-hidden {
    display: none;
}

.form__title {
    margin-bottom: 21px;
}

.select__inner {
    /* new was auto */
    margin: 0 3rem;
    max-width: 498px;
    position: relative;
}

.select__element::after {
    content: url("../images/arrow.png");
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

.form__input {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    display: block;
    background-color: white;
    border: 3px solid transparent;
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 33px;
}

.form__input--padding {
    padding-bottom: 39px;
    margin-bottom: 50px;
    font-size: 16px;
}

.form__subtitle {
    max-width: 520px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.form__input:focus {
    border: none;
    border: 3px solid #007AFF;
}

.form__complete-box {
    max-width: 776px;
    background-color: #007AFF;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px 0;
    margin-top: 27px;
}

.form__title--white {
    color: #fff;
}

.form__subtitle--white {
    color: #fff;
}

.form__button-final {
    margin: 0 auto;
    background-color: #000;
    outline: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 13px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form__svg {
    margin-left: 10px;
}

.form__email {
    position: relative;
}

.dropdown__mabo {
    margin-bottom: 56px;
}

.dropdown__mabo-another {
    margin-bottom: 65px;
}

.email__message {
    bottom: -23px;
    left: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    max-width: 498px;
    margin: 0 auto;
    display: none;
    color: #FC2837;
    font-size: 14px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.section-steps__titles {
    position: relative;
}

@media screen and (min-width: 992px){
    .limitSelection{
        transform: translateY(-12px);

    }
    .section-steps__titles{
        max-height: 146px;

    }
    .clothes&gt;div{
        width: auto;
    }
    .section-box{
        display: flex;
        flex-direction: column;
    }
    .clothes{
        margin-right: auto;
        margin-left: auto;
    }
    .logos-list__item, .brands-list__item{
        width: 184px;
    }

    .clothes__subtitle{
        font-size: 14px;
        padding-right: .5rem;
    }
}

.error__choice {
    position: absolute;
    width: 100%;
    top: -28%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 18px;
    color: #0052B1;
    text-align: center;
}

@media screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1182px;
    }


}

@media screen and (max-width: 1399px) {
    .the-reviews__info-box {
        padding-bottom: 15px;
    }

    .banner-content__image {
        left: -45%;
    }

    .banner-content__image--position {
        left: 11%;
    }
}

@media screen and (max-width: 1280px) {
    .banner-content__image {
        top: -25px;
        max-width: 692px;
    }

    .banner-content__image--position {
        top: 7%;
        left: 9%;
    }

    .banner-content__image-box--elements::after {
        left: -6%;
        width: 320px;
        height: 320px;
    }
}

@media screen and (max-width: 1200px) {
    .logos-list__item {
        /* flex: 0 1 22%; */
    }
    .brands-list__item {
        /* flex: 0 1 22%; */
    }
    .main__pagination::after {
        content: url("../images/small-dots.svg");
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(40px, 8px);
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .banner-content__image--position {
        max-width: 220px !important;
    }

    .banner-content__image-box--elements::before {
        top: 2.5%;
        left: -4%;
        width: 45px;
        height: 45px;
    }

    .banner-content__image-box--elements::after {
        width: 299px;
        height: 299px;
        top: 15%;
    }

}

@media screen and (max-width: 1199px) {
    .banner-content__image {
        top: 9%;
    }

    .banner-content__image--position {
        top: 20%;
    }

    .the-reviews__plan-box {
        margin-left: 10px;
    }

    .second-slider .slick-dots {
        transform: translate(-9%, -63%);
    }

    .banner-content__image-box--elements::after {
        top: 24%;
    }

}

@media screen and (max-width: 1080px) {
    .left-arrow,
    .right-arrow {
        display: none;
    }

    .the-faqs__box-wrapper {
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 992px) {
    .brands-list__item img, .logos-list__item img{
        max-width: 100px;
        margin: 0px .5rem;
        /* padding: 0.4rem 0px; */
    }
    .brands-list__item, .logos-list__item{
        height: 55px;
        /* padding: 0.4rem 0px; */
    }

    .logos-list{
        overflow: scroll;
        max-height: calc(100vh - 330px);
    }

    .footer-logo{
        flex-direction: column;
    }
    .footer-logo a{
        margin-bottom: 1rem;
    }

    .banner-content__image {
        top: 52%;
        max-width: 528px;
    }

    .banner-content__image--position {
        top: 13%;
    }

    .the-reviews__text {
        font-size: 15px;
    }

    .the-reviews__info-box {
        padding-top: 30px;
    }

    .second-slider .slick-dots li {
        margin: 0 10px;
    }

    .navigation__link {
        font-size: 13px;
    }

    .navigation__wrapper {
        justify-content: flex-end;
    }

    .banner-content__image-box--elements::after {
        left: -15%;
    }

    .logos-list__item {
        /* flex: 0 1 30%; */
    }
    .brands-list__item {
        /* flex: 0 1 30%; */
    }
}

@media screen and (max-width: 768px) {

    .nav-back button{
        top: .3rem !important;
    }
    .nav-home button{
        top: .3rem !important;
    }

    .clothes3__item img{
        max-height: 150px;
        max-width: 130px;

    }

    .dropdown-select{
        padding: 11px 40px 11px 15px !important;
        max-width: none;
        width: 300px;
    }

    .mb-7{
        margin-bottom: 10rem !important;
    }

    .mt-7{
        margin-top: 1rem !important;
    }
    .mt-14{
        margin-top: 1rem !important;
    }

    .HW-M{
        flex-direction: column;
        align-items: center;
        justify-content: space-around !important;
    }

    .select__inner{
        margin: 0px;
    }

    .HW-M label[for="id_height"], .HW-M label[for="id_weight"]{
        display: none;
    }

    .clothes__box-inner{
        display: flex;
        /* width: 340px; */
        /* border: 1px solid lightgray; */
        margin-bottom: 1rem;
        /* transform: translateX(-120px); */
        max-width: 448px;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
    }
    .clothes__box-inner&gt;div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-left: .8rem;
        background-color: white;
    }

    .clothes__image{
        /* border-radius: 0px; */
        /* border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; */
        max-width: 150px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        transform: scale(1.1) translateX(5px);
        z-index: -1;
    }

    .clothes{
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .clothes__title{
        font-size: 14px;
    }
    .clothes__subtitle{
        font-size: 14px ;
    }



    .header-top {
        display: none;
    }

    .header-top__image {
        margin-right: 22.5px;
    }

    .header-banner__logo {
        height: 33px;
        width: 123px;
    }

    .header-banner__login {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header-banner__nav-line {
        justify-content: space-between;
        padding: 12px 0;
        position: fixed;
        width: 100vw;
        max-width: 768px;
        background-color: black;
        z-index: 100;
        top: 0;
        left: 0;
        /* left: 50%; */
        /* transform: translate(-48%, 0); */
    }

    .navigation__wrapper {
        display: none;
    }

    .banner-content__arrow {
        height: 14px;
    }

    .banner-content {
        padding: 100px 0 0 0;
    }

    .banner-content--padding {
        padding: 60px 0 0 0;
    }

    .banner-content__title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .banner-content__main-title {
        font-size: 31px;
    }

    .banner-content__main-title--size {
        font-size: 25px;
        margin-bottom: 2%;
        text-align:center;
    }

    .banner-content__text {
        font-size: 15px;
        line-height: 1.7em;
        text-align:center;
        /* border-left: 0px solid #0052B1; */
        font-style: italic;
        padding-left: 0px;
    }

    .many-steps__title {
        padding-top: 12px;
    }

    .banner-content__button {
        font-size: 13px;
        padding: 11px 15px;
    }

    .many-steps {
        padding-left: 32px;
    }

    .many-steps__wrap {
        margin-top: unset;
    }

    .banner-content__image {
        position: static;
    }

    .banner-content__image-box {
        display: flex;
        justify-content: flex-end;
    }

    .banner-content__image-box--elements {
        max-width: 210px;
        margin: 0 auto;
        zoom:50%;
    }

    .banner-content__image-box--elements::after {
        left: 50%;
        top: 23%;
        transform: translate(-50%, 0);
    }

    .banner-content__image-box--elements::before {
        top: 12.5%;
        left: -6%;
        width: 45px;
        height: 45px;
    }

    .banner-content__image {
        max-width: 350px;
        width: 100%;
    }

    .the-brands {
        padding-bottom: 18px;
    }

    .the-reviews__title-row {
        display: none;
    }

    .the-threads__main-title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .the-threads__image-wrapper {
        margin-bottom: 10px;
    }

    .slider-box__item {
        margin: 0 15px;
    }

    .slider-box__item img {
        width: 70%;
    }

    .footer__navigation,
    .footer__another-links,
    .footer__logo-container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .footer__logo-container {
        order: 2;
    }

    .footer__logo-link {
        display: none;
    }

    .footer__logo-hidden {
        display: inline-block;
    }

    .second-slider .slick-dots {
        transform: translate(50%, -63%);
        right: 50%;
    }

    .the-reviews__info-box {
        background-color: #F0F4F6;
        padding: 20px;
    }

    .the-threads__price-wrapper {
        margin-bottom: 20px;
    }

    .many-steps__sub-box {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .many-steps__subtitle {
        margin-bottom: unset;
        margin-left: 10px;
    }

    .many-steps__sub-ico {
        display: block;
    }

    .footer__nav-box {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        max-width: 200px;
        margin: 0 auto;
    }

    .footer__another-links {
        margin-bottom: 23px;
    }

    .social__rights {
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding-top: 16px;
        max-width: 328px;
    }

    .the-faqs {
        padding-bottom: 40px;
    }

    .footer {
        padding-bottom: 15px;
    }

    .header-banner__burger-but-box {
        display: flex;
        cursor: pointer;
        height: 20px;
        width: 25px;
        align-items: center;
        margin-right: 4px;
    }

    .header-banner__burger-but {
        width: 25px;
        height: 2px;
        background-color: #000;
        display: inline-block;
        position: relative;
    }

    .header-banner__burger-but::before {
        content: "";
        width: 25px;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0, -7px);
        display: inline-block;
    }

    .header-banner__burger-but::after {
        content: "";
        width: 25px;
        height: 2px;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(0, 7px);
        display: inline-block;
    }

    .many-steps__container {
        flex-direction: column;
        position: relative;
        padding-bottom: 11px;
        padding-top: 23px;
    }

    .many-steps__subtitle {
        margin-left: 40px;
    }

    .many-steps__icon {
        margin: unset;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(10px, 12px);
    }

    .the-reviews {
        padding-bottom: 67px;
    }

    .the-faqs {
        padding-left: 6px;
        padding-bottom: 25px;
    }

    .the-faqs__box-wrapper {
        margin-bottom: 15px;
    }

    .the-faqs__main-title {
        margin-top: 47px;
        margin-bottom: 27px;
    }

    .the-faqs__title {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .footer {
        padding: 55px 0 50px 0;
    }

    .footer__logo-link {
        margin-bottom: 4px;
    }

    .footer__navigation-item {
        margin-bottom: 6px;
    }

    .footer__another-link {
        margin-bottom: 12px;
    }

    .footer__social-item {
        margin-bottom: 27px;
    }

    .footer__another-links {
        margin-bottom: 28px;
        margin-top: 23px;
    }

    .burger-navi__list {
        flex-direction: column;
    }

    .burger-navi__link {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .burger-navi__item {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .burger-menu .navigation {
        margin-top: 29px;
        margin-bottom: 171px;
    }

    .second-slider__wrapper {
        height: unset;
    }

    .banner-content__image {
        height: 100%;
        display: block;
        margin: 0 auto;
    }

    .slider-box .slick-dots {
        transform: translate(50%, 20px);
    }

    .clothes__box-inner::after {
        display: none;
    }

    .section-steps__main-title {
        font-size: 18px;
    }

    .section-steps__subtitle {
        font-size: 12px;
    }

    .clothes__title {
        /* font-size: 10px; */
        padding-left: 18px;
    }

    .clothes__box-inner {
        /* margin: 0 -5px; */
    }

    .clothes__subtitle {
        /* font-size: 10px; */
        padding-left: 18px;
        padding-right: 10px;
        padding-bottom: 5px;
    }

    .main {
        padding: 6px 0;
    }

    .pagination__active {
        width: 34px;
        height: 34px;
    }

    .pagination__item {
        width: 35px;
        height: 35px;
        margin: 15px;
    }

    .main__pagination {
        margin-bottom: 18px;
    }

    .clothes__image {
        /* border-radius: 5px; */
        /* padding-bottom: 6px; */
    }

    .section-steps__main-title {
        margin-bottom: 7px;
        /* max-width: 200px; */
    }

    .section-steps__subtitle {
        margin-bottom: 10px;
        line-height: 1.3em;
    }

    .clothes {
        margin-bottom: 25px;
    }

    .logos-list {
        margin: -16px 5px;
        margin-bottom: 20px;
    }
    .brands-list {
        margin: -16px 5px;
        margin-bottom: 20px;
    }

    .logos-list__item {
        /* flex: 0 1 30%; */
        /* height: 35px; */
        margin: 6px 5px;
        /* border-radius: 5px; */
    }
    .brands-list__item {
        /* flex: 0 1 30%; */
        /* height: 35px; */
        margin: 6px 5px;
        /* border-radius: 5px; */
    }
    .brands-list__item img, .logos-list__item img{
        max-width: 60px
    }

    .other__title {
        font-size: 16px;
    }

    .other__span {
        font-size: 14px;
    }
    
    .other__excited {
        font-size: 16px;
    }

    .other__input {
        margin-bottom: 34px;
    }
    
    .excited__input {
        margin-bottom: 34px;
    }

    .size__item {
        font-size: 14px;
        max-width: 100px;
        height: 37px;
        margin: 8px 5px !important;
    }
    /* .answer {
        font-size: 14px;
        max-width: 100px;
        height: 37px;
        margin: 8px 5px !important;
    } */

    .size__list {
        margin-bottom: 14px;
    }

    .form__title {
        max-width: unset;
    }

    .form__title {
        margin-bottom: 17px;
    }

    .form__input {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .form__subtitle {
        margin-bottom: 32px;
    }

    .form__title--white {
        font-size: 24px;
        max-width: unset;
    }

    .form__complete-box {
        padding: 43px 0;
    }

    .error__choice {
        top: -20%;
        font-size: 15px;
    }

    .main__pagination::after{
        transform: translate(31px, 4px);
    }
    .dropdown__mabo{
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px){
    .phone-box{
        width: 75% !important;
    }
    .clothes__subtitle{
        min-height: 63px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .second-slider__item .row {
        flex-direction: column;
        align-items: center;
    }

    .the-reviews__info-box,
    .second-slider__wrapper {
        max-width: 500px;
        width: 100%;
    }

    .second-slider .slick-dots {
        transform: translate(-64%, -63%);
    }

    .select__inner{
        margin: 0 1rem !important;
    }

}

@media screen and (max-width: 540px) {
    .header-banner__nav-line {
        max-width: unset;
        transform: none;
        left: unset;
    }
}

@media screen and (max-width: 480px) {
    .the-reviews__widget-box {
        flex-direction: column;
    }

    .the-reviews__link {
        margin-bottom: 10px;
    }

    .the-reviews__plan-box {
        margin: 0 auto;
    }

    .slider-box .slick-dots li {
        margin: 0 5px;

    }

    /* .dropdown-select {
        width: 100%;
    } */
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .banner-content__image-box--elements::after {
        width: 281px;
        height: 281px;
    }
}

@media screen and (max-width: 335px) {
    .logos-list {
        justify-content: center;
    }
    .brands-list {
        justify-content: center;
    }

    .logos-list__item {
        /* flex: 0 1 20%;
        height: 35px; */
        margin: 5px 5px;
    }
    .brands-list__item {
        /* flex: 0 1 20%;
        height: 35px; */
        margin: 5px 5px;
    }
}
@media screen and (max-width: 1323px) and (min-width: 1160px) {
    .clothes{
        flex-direction: column;
    }
    .clothes__box-inner{
        margin-bottom: 1rem !important;
    }
    
}
@media screen and (max-width: 992px) and (min-width:767px) {
    .clothes{
        flex-direction: column;
    }
    .clothes__box-inner{
        margin-bottom: 1rem !important;
    }
    
}
@media screen and (min-width: 769px) {
    .clothes__box-inner{
        max-width:340px;
        width: calc(100vw - 84rem);
        min-width: 270px;
        margin:auto;
    }
}
.savingFinal{
    color:white;
}
.saving{
    padding-top:15px;
    /* new */
    background-color: black;
    color: white;
    display: none;
    height: 54px;
    width: 200px;
    text-align: center;
}

.idStyleNext,.idColorNext,.idBottomFitNext,.idShopAtNext,.idExcitedNext,
.idTopSizeNext,.idWaistNext,.idShoeNext,.idEmailNext,.saving{
    /* display: none; */
    background-color: #7B7878;
}
.idDOB{
    max-width: 200px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}
.shopAtOther {
    max-width:260px;
}

.excitedOther {
    max-width:260px;
}

.black-link{
    color: black;
    text-decoration: underline;
}
.hideme{
    display: none !important;
}

.VIP{
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

/* NEW */

.choices-title{
    font-weight: bold;
    color: #646464;
    text-align: center;
    font-size: 18px;
}

.current-choices {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 13px;
    /* color: #696969; */
    padding-left: 10px;
    padding-bottom: 1-px;
    display: block;
    line-height: 1.5em;
    /* new */
    width: 100%;
    max-width: 400px;
    padding: 0 2rem;
    border-right: 0.75px solid rgba(0, 0, 0, 0.1);
}

.sub-title{
    color: rgb(69, 69, 69);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 0.8rem 0.8rem 0.6rem 0.8rem;
    margin-bottom: 0px !important;
}
.sub-desc{
    color: #7B7B7B;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding-left: .8rem;
    margin-bottom: 0px !important;
}

.choice-active{
    width: 100%;
    height: 43px;
    /* background: rgba(0, 0, 0, 0.05); */
    background: white;
    border-radius: 16px;
}

.selected{
    color: black !important;
}

.sub-container{
    margin-bottom: .5rem;
}

#accordionChoices{
    display: none;
}

@media screen and (max-width: 1160px){
    #idChoices{
        display: none;
    }
    #accordionChoices{
        display: block;
    }
}

.button-next-marker{
    pointer-events: none;
    color: white !important;
}

.mb-7{
    margin-bottom: 7rem;
}
.mt-7{
    margin-top: 7rem;
}
.mt-14{
    margin-top: 14rem;
}

.accordion-button{
    border: none;
}
.accordion-button::after{
    margin-left: 1rem;
}
.accordion-button:focus{
    border-color: transparent;
    box-shadow: none;
}

.nav-back button, .nav-home button{
    background: none;
    outline: none;
    border: none;
    color: white;
    position: absolute;
    z-index: 110;
}

.nav-back button{
    top: 1rem;
    left: 1rem;
}
.nav-home button{
    top: 1rem;
    right: 1rem;
}

.demo-mobile-picker-inline{
    min-height: 220px;
}

.idDOBNext{
    width: auto;
}

@media screen and (max-width: 500px){
    .idDOBNext{
        width: 130px;
    }
}

.excitedOtherContainer{
    display: none;
}

</pre></body></html>