@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Обнуление */
* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    border: 0;
    box-sizing: border-box;
    color: #FFF;
    /* text-wrap: balance; */
}
*:focus {
    outline: none;
}
a, a:link, a:visited  {
    text-decoration: none;
}
a:hover  {
    text-decoration: none;
}
::placeholder {
    color: #FFF;
}
body {
    background: #2F2F2F;
    overflow-x: hidden;
}
.strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 146%;
}
button {
    cursor: pointer;
}
input:active, input:focus  {
    outline: none;
    outline-offset: 0;
}
button:hover {
    color: #CF803F;
    background-color: #FFF;
    transition: 0.3s;
}
a:hover:not(.header__phone, .footer__msgroup a, .footer__num-link, .modal__overlay, .no_hover) {
    color: #FFF;
    background-color: #CF803F;
    transition: 0.3s;
}
#gift__submit:hover {
    color: #CF803F;
    background-color: #FFF;
    transition: 0.3s;
}

#forma__submit:hover {
    color: #CF803F;
    background-color: #FFF;
    transition: 0.3s;
}

.navbar {
    display: none;
}

.header {
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #2F2F2F;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: center;
}
.header__content {
    max-width: 1600px;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    background-color: #2F2F2F;
    border-radius: 0 0 20px 20px;
}
.header__logo {
    width: 296px;
    height: 115px;
    margin-left: 7px;
    background: url(../img/logo/logo.svg) no-repeat;
}
.header__links {
    display: flex;
    height: 95px;
    align-items: center;
}
.header__phone {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.header__tg {
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background: #CF803F url(../img/icons/tg.svg) no-repeat;
    background-size: 24px 24px;
    background-position: 50% 50%;
    margin-left: 30px;
}
.header__whats-app {
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background: #CF803F url(../img/icons/wa.svg) no-repeat;
    background-size: 24px 24px;
    background-position: 50% 50%;
    margin-left: 10px;
}
.header__links .header__tg:hover {
    background: #FFF url(../img/icons/tg_hover.svg) no-repeat;
    background-size: 24px 24px;
    background-position: 50% 50%;
}
.header__links .header__whats-app:hover {
    background: #FFF url(../img/icons/wa_hover.svg) no-repeat;
    background-size: 24px 24px;
    background-position: 50% 50%;
}
.header__price {
    width: 220px;
    height: 58px;
    border-radius: 60px;
    background: #CF803F;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 10px;
}

.main__container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
.container {
    max-width: 1600px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.container:first-child {
    margin-top: 125px;
}
.main-block {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.main-block__text {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.main-block__title {
    margin-top: 40px;
    font-size: 87px;
    width: 97%;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.main-block__pretitle {
    font-size: 66px;
    width: 97%;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.main-block__description {
    font-size: 24px;
    width: 94%;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 28px;
}
.main-block__list_1 {
    background: #2F2F2F url(../img/icons/1.svg) no-repeat;
    box-shadow: -20px -5px 37px 2px rgba(32, 32, 32, 0.6);
    background-position: 25px 25px;
    width: 96%;
    height: 100px;
    border-radius: 20px;
    margin-top: 57px;
    padding-left: 115px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.main-block__list_1::before {
    content: "";
    width: 171px;
    height: 171px;
    top: -218px;
    right: -100px;
    position: absolute;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}
.main-block__list_2 {
    background: #2F2F2F url(../img/icons/2.svg) no-repeat;
    box-shadow: -20px -5px 37px 2px rgba(32, 32, 32, 0.6);
    background-position: 25px 25px;
    width: 96%;
    height: 100px;
    border-radius: 20px;
    margin-top: 25px;
    padding-left: 115px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.main-block__list_2::before  {
    content: "";
    width: 171px;
    height: 171px;
    top: -218px;
    right: -100px;
    position: absolute;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}
.main-block__list_3 {
    background: #2F2F2F url(../img/icons/3.svg) no-repeat;
    box-shadow: -20px -5px 37px 2px rgba(32, 32, 32, 0.6);
    background-position: 25px 25px;
    width: 96%;
    height: 100px;
    border-radius: 20px;
    margin-top: 25px;
    padding-left: 115px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.main-block__list_3::before  {
    content: "";
    width: 131px;
    height: 141px;
    top: -218px;
    right: -50px;
    position: absolute;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}
.main-block__list_4 {
    background: #2F2F2F url(../img/icons/4.svg) no-repeat;
    box-shadow: -20px -5px 37px 2px rgba(32, 32, 32, 0.6);
    background-position: 25px 25px;
    width: 96%;
    height: 100px;
    border-radius: 20px;
    margin-top: 25px;
    padding-left: 115px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.main-block__list_4::before  {
    content: "";
    width: 171px;
    height: 171px;
    top: -278px;
    right: -250px;
    position: absolute;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}
.main-block__buttons {
    display: flex;
    margin-top: 56px;
    margin-left: 5px;
}
.main-block__price {
    width: 290px;
    height: 58px;
    border-radius: 60px;
    background: #CF803F;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    line-height: 58px;
    text-align: center;
}
.main-block__whatsapp {
    width: 290px;
    height: 58px;
    border-radius: 60px;
    border: 1px solid #CF803F;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    line-height: 58px;
    text-align: center;
    margin-left: 30px;
}
.slider__title {
    position: absolute;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    line-height: 58px;
    text-align: center;
    height: 58px;
    width: 174px;
    border-radius: 60px;
    border: 1px solid #FFF;
    margin-left: 30px;
    margin-top: 30px;
}
.slider__listik {
    position: absolute;
    width: 386px;
    height: 311px;
    right: 0;
    background: url(../img/icons/list1.svg) no-repeat;
}
.slider__desk {
    position: absolute;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: lowercase;
    line-height: 52px;
    text-align: center;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #FFF;
    margin-left: 30px;
    bottom: 105px;
}
.slider__desk:nth-child(1) {
    width: 79px;
}
.slider__desk:nth-child(2) {
    width: 99px;
}
.slider__desk:nth-child(3) {
    width: 95px;
}

.slider__desk span {
    font-size: 18px;
    font-weight: 400;
}
.slider__desk-dop {
    position: absolute;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    width: 184px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #FFF;
    margin-left: 30px;
    bottom: 38px;
}
.main-block__slider {
    width: 48%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    min-width: 0;
    align-items: flex-start;
}
.main-block__slider-m {
    display: none;
}
.slider__item {
    width: 100%;
    height: auto;
    position: relative;
}
.slider__item img {
    width: 100%;
    border-radius: 20px;
    height: auto;
    background: #656565 url(../img/main_block/slider/orange.png) no-repeat;
}
/* Ограничивающая оболочка */
.slick-list {
    overflow: hidden;
    width: 100%;
}
/* Лента слайдов */
.slick-track {
    display: flex;
    width: 100%;
    height: auto;
    min-width: 0;
}
.slick-dots {
    display: flex;
    position: absolute;
    bottom: 17px;
    right: 12px;
}
.slick-dots li {
    list-style: none;
}
.slick-dots li:nth-child(1) button {
    background: #646464 url(../img/main_block/slider/smm_3.png) no-repeat;
    background-size: 100%;
}
.slick-dots li:nth-child(2) button {
    background: #646464 url(../img/main_block/slider/smm_2.png) no-repeat;
    background-size: 100%;
}
.slick-dots li:nth-child(3) button {
    background: #646464 url(../img/main_block/slider/smm_1.png) no-repeat;
    background-size: 100%;
}
.slick-dots li button {
    font-size: 0;
    background-color: #646464;
    width: 100px;
    height: 128px;
    margin-left: 20px;
    border-radius: 25px 0 0 0;
}
.slick-dots li.slick-active button{
    border: solid #CF803F 2px;
}

.calc {
    position: relative;
    width: 100%;
}
.calc::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 216px;
    top: -77px;
    right: 0;
    background: url(../img/icons/list2.svg) no-repeat;
}
.calculation {
    position: relative;
    width: 100%;
    height: 302px;
    display: flex;
    margin-top: 115px;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 20px;
}

.calculation_my {
    
    height: 160px;
    margin-top: 205px;
    margin-bottom: 30px;
    
}

.calculation::before {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    left: -190px;
    bottom: 110px;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}
.calculation::after {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    right: -190px;
    top: 110px;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}
.calculation__title {
    z-index: 1;
    margin-top: 50px;
    text-align: center;
    width: 100%;
    height: 75px;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.calculation__text {
    z-index: 1;
    width: 49%;
    margin-top: 10px;
    margin-left: 35px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%; /* 29.2px */
    margin-bottom: 22px;
}
.calculation__button {
    margin-top: 16px;
    margin-left: auto;
    margin-right: 144px;
    width: 33.8%;
    height: 72px;
    border-radius: 72px;
    background:#CF803F url(../img/icons/5.svg) no-repeat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    padding-left: 9%;
    background-position: right 25.5% top 14px;
    line-height: 72px;
    z-index: 1;
}

.comfort {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.comfort__img {
    width: 48%;
    vertical-align: center;
    position: relative;
}
.comfort__img-m {
    display: none;
}
.comfort__img img {
    width: 100%;
}
.comfort__img::after {
    content: "";
    position: absolute;
    top: -28px;
    right: -182px;
    width: 520px;
    height: 400px;
    z-index: -1;
    background: url(../img/icons/list3.svg) no-repeat;
    opacity: 0.2;
}
.comfort__text {
    width: 48%;
}
.comfort__title {
    margin-top: 30px;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.comfort__title__span {
    color: #CF803F;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.comfort__pretitle {
    margin-top: 50px;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.comfort__pretitle__span {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.comfort__desk {
    margin-top: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.comfort__desk__span {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.comfort__list {
    margin-left: 70px;
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.comfort__list__1 {
    margin-top: 50px;
    width: 63%;
}
.comfort__list__2 {
    margin-top: 31px;
    width: 68%;
}
.comfort__list__3 {
    margin-top: 32px;
    width: 80%;
}
.br-m {
    display: none;
}
.comfort__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    background: url(../img/icons/1.svg) no-repeat;
    width: 50px;
    height: 50px;
}
.comfort__list__strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.advantages {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 117px;
}
.advantages__title {
    text-align: center;
    width: 100%;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.advantages__blocks {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.advantages__block {
    width: 31.2%;
    border-radius: 20px;
    background-color: #212121;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantages__block__img {
    width: 86%;
    margin-top: 35px;
    border-radius: 5px;
}
.advantages__block__img img {
    width: 100%;
    height: auto;
}
.advantages__block__img img {
    border-radius: 6px;
}
.advantages__block__title {
    margin-top: 22px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 85%;
}
.advantages__block__text {
    margin-top: 25px;
    padding-right: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
    margin-left: 15px;
    margin-bottom: 35px;
}

.gift {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 120px;
    border-radius: 20px;
}
.gift__content {
    border-radius: 20px;
    width: 56%;
    overflow: hidden;
    position: relative;
}
.gift__content::before {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    left: -190px;
    top: -190px;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
    z-index: -1;
}
.gift__img {
    width: 44%;
    display: flex;
    justify-content: flex-end;
    border-radius: 21px;
    max-height: 620px;
}
.gift__img img {
    border-radius: 21px;
    width: 100%;
    height: auto;
}
.gift__title {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 50px;
    margin-left: 40px;
}
.gift__img-m {
    display: none;
}
.gift__text {
    width: 75%;
    margin-left: 40px;
    margin-top: 40px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.gift__promo {
    margin-top: 37px;
    margin-left: 40px;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 146%; /* 52.56px */
    text-transform: uppercase;
}
.gift__promo__span {
    color: #CF803F;
}
.gift__form {
    display: flex;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 30px;
}
.gift__post-form {
    width: 100%;
    display: flex;
}
.gift__post-form input {
    width: 26.6%;
    height: 72px;
    margin-left: 18px;
    text-align: center;
    border-radius: 72px;
    border: 1px solid #FFF;
    background-color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
}
.gift__post-form input:first-child {
    margin-left: 40px;
}
#gift__submit {
    width: 100%;
    color: #FFF;
    margin-left: 10px;
    font-weight: 800;
    text-align: left;
    background: #CF803F url(../img/icons/5.svg) no-repeat;
    padding-left: 20%;
    border: none;
    background-position: right 22% top 14px;
    cursor: pointer;
    position: relative;
    height: 72px;
    border-radius: 72px;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
}
#gift__submit:hover {
    background-color: #FFF;
    color: #CF803F;
}
.gift__polit {
    width: 31.6%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    text-align: center;
    font-size: 12px;
}
.gift__polit .modal__polit {
    margin-top: 7px;
    margin-left: 10px;
}
.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 138px;
    width: 100%;
    position: relative;
}
.listik {
    overflow: hidden;
    display: flex;
    position: absolute;
    background: url(../img/icons/list4.svg) no-repeat;
    opacity: 0.4;
    width: 386px;
    right: -145px;
    top: -17px;
    height: 408px;
}
.product__title {
    width: 100%;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
.product__block {
    z-index: 1;
    background-color: #2F2F2F;
    width: 48%;
    display: flex;
    height: 240px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: -20px -5px 37px 2px rgba(32, 32, 32, 0.6);
}
.product__block-left {
    width: 32%;
}
.product__block-right {
    width: 68%;
    height: 100%;
    display: flex;
    align-items: center;
}
.product__block-img {
    margin-left: 20px;
    display: flex;
    align-items: center;
    width: 90%;
    height: 100%;
}
.product__block-img img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}
.product__block-content {
    margin-left: 28px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product__block-content img {
    display: none;
}
.product__block-text {
    margin-top: 27px;
    margin-right: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product__block-text_m {
    display: none;
}

.size {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.size__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.size__box:nth-child(2n) {
    width: 35%;
}
.size__box:nth-child(2n+1) {
    width: 31.5%;
}
.size__title-small {
    margin-top: 35px;
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.size__title-big {
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.size__title-average {
    margin-top: 35px;
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.size__img-small {
    margin-top: 0px;
}
.size__box img {
    width: 100%;
    height: auto;
}
.size__img_m-small {
    display: none;
}
.size__img_m-average {
    display: none;
}
.size__img_m-big {
    display: none;
}
.size__img-big {
    margin-top: -40px;
    position: relative;
}
.size__img-big::before {
    content: "";
    position: absolute;
    max-width: 1920px;
    width: 98vw;
    left: -120%;
    bottom: 110px;
    border-radius: 50%;
    height: 333px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 57.26%, #FFF 84.44%);
    filter: blur(116.5px);
    z-index: -1;
}
.size__img-average {
    margin-top: -10px;
}
.size__desk1 {
    width: 500px;
    height: 535px;
    margin-top: 55px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(47, 47, 47, 0.00) 41.15%, #2F2F2F 100%);
    box-shadow: 0px 72px 47px -14px rgba(0, 0, 0, 0.42);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.size__desk2 {
    width: 500px;
    height: 590px;
    margin-top: 40px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(47, 47, 47, 0.00) 41.15%, #2F2F2F 100%);
    box-shadow: 0px 72px 47px -14px rgba(0, 0, 0, 0.42);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.size__desk3 {
    width: 500px;
    height: 535px;
    margin-top: 58px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(47, 47, 47, 0.00) 41.15%, #2F2F2F 100%);
    box-shadow: 0px 72px 47px -14px rgba(0, 0, 0, 0.42);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.size__line {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 29px;
    display: flex;
    justify-content: space-between;
    height: 26px;
    margin-top: 0px;
    width: 86%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.size__line .size__line-first {
    display: flex;
    margin-bottom: 15px;
    margin-right: 4px;
    align-self: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.size__line-text {
    display: flex;
    margin-bottom: 15px;
    margin-right: 4px;
    align-self: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
sup {
    font-size: 12px;
}
.size__line-text span {
    display: flex;
    font-size: 20px;
    margin-left: 7px;
    align-self: last baseline;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.size__calc {
    width: 280px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 72px;
    border: 1.2px solid #CF803F;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    background-color: #2F2F2F;
    margin-right: auto;
    margin-left: auto;
}

.dop {
    width: 100%;
    margin-top: 120px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.dop__title {
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.dop__blocks-content {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.dop__blocks-content_m {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}
.dop__blocks {
    background-color: #212121;
    width: 31%;
    margin-bottom: 47px;
    height: 420px;
    border-radius: 20px;
    background-color: 212121;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dop__img {
    margin-top: 35px;
    width: 86%;
}
.dop__img img {
    border-radius: 6px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.mobile__swiper {
    display: none;
}
.swiper-slide {
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: flex;
}
.mobile__swiper {
    width: 100%;
}
.dop__text {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 85%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.calc2 {
    position: relative;
    width: 100%;
}
.calc2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 216px;
    top: -77px;
    right: 0;
    background: url(../img/icons/list2.svg) no-repeat;
}
.calculation2 {
    position: relative;
    width: 100%;
    height: 302px;
    display: flex;
    margin-top: 120px;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 20px;
}
.calculation2::before {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    left: -190px;
    bottom: 110px;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}
.calculation2::after {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    right: -190px;
    top: 110px;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}

.gallery__title {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.gallery {
    margin: auto auto;
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery__img {
    display: flex;
    width: 33.333%;
}
.gallery__img img {
    width: 100%;
    height: auto;
}
.gallery__button {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
    height: 58px;
    margin-top: 30px;
    line-height: 58px;
    background: none;
    border-radius: 60px;
    border: 1px solid #CF803F;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    justify-content: center;
}
@keyframes show {
    0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes hide {
    0% {opacity: 1;}
  100% {opacity: 0;}
}

.preforma {
    margin-top: 133px;
    width: 100%;
    position: relative;
}
.preforma::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 216px;
    top: -77px;
    right: 0;
    background: url(../img/icons/list2.svg) no-repeat;
}
.forma {
    width: 100%;
    height: 477px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.forma::before {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    left: -190px;
    bottom: 285px;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}
.forma::after {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    right: -190px;
    top: 161px;
    border-radius: 50%;
    background-color: #CF803F;
    filter: blur(198px);
}
.forma__content {
    width: 49%;
    z-index: 1;
}
.forma__form {
    width: 48%;
    z-index: 1;
}
.forma__title {
    margin: 50px;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.forma__text {
    margin-left: 50px;
    margin-top: 113px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%; /* 29.2px */
}
.forma__post-form {
    width: 100%;
    height: 100%;
    margin-top: 53px;
    display: flex;
    flex-direction: column;
}
.forma__post-form input {
    margin-top: 40px;
    margin-right: 80px;
    margin-left: auto;
    width: 70.5%;
    height: 72px;
    border-radius: 72px;
    border: 1px solid #FFF;
    background-color: #666;
    line-height: 72px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
#forma__submit {
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    background: #CF803F url(../img/icons/5.svg) no-repeat;
    padding-left: 21%;
    background-position: right 32% top 14px;
    cursor: pointer;
}
.forma__post-form input::placeholder {
    color: white;
}
.forma__post-form .modal__polit {
    align-self: center;
    display: flex;
    margin-top: 10px;
    margin-left: 50px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 96.9%; /* 11.628px */
}

footer {
    margin-top: 120px;
    width: 100%;
    background: #212121;
    overflow: hidden;
}
.footer {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 1600px;
    width: 100%;
    justify-content: space-between;
    background: #212121;
}
.footer__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 48%;
}
.footer__logo {
    display: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 223px;
    height: 86px;
    margin-top: 10px;
    background: url(../img/logo/logo.svg) no-repeat;
    background-size: 100% 100%;
}
.footer__map {
    width: 48%;
    height: 100%;
}
.footer__contact {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 50px;
}
.footer__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 30px;
}
.footer__num {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer__num-link {
    color: #CF803F;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.footer__tg {
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background: #CF803F url(../img/icons/tg.svg) no-repeat;
    background-size: 24px 24px;
    background-position: 50% 50%;
    margin-left: 20px;
}
.footer__num .footer__tg:hover {
    background: #FFF url(../img/icons/tg_hover.svg) no-repeat;
    background-size: 24px 24px;
    background-position: 50% 50%;
}
.footer__whats-app {
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background: #CF803F url(../img/icons/wa.svg) no-repeat;
    background-size: 24px 24px;
    background-position: 50% 50%;
    margin-left: 30px;
}
.footer__num .footer__whats-app:hover {
    background: #FFF url(../img/icons/wa_hover.svg) no-repeat;
    background-size: 24px 24px;
    background-position: 50% 50%;
}
.footer__button {
    width: 443px;
    height: 72px;
    border-radius: 72px;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    padding-left: 40px;
    background: #CF803F url(../img/icons/5.svg) no-repeat;
    background-position: right 40px top 14px;
    margin-top: 20px;
}
.footer__info {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-right: 15px;
}
.footer__info div {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 136.9%; /* 24.642px */
    text-transform: uppercase;
}
.footer__info div:nth-child(1) {
    width: 270px;
}
.footer__link {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.footer__polit {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px; /* 16.428px */
    text-transform: lowercase;
    color: #666;
    position: relative;
}
.footer__polit .no_hover {
    color: #666;
}
.footer__msgroup a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.4px; /* 16.428px */
    text-transform: lowercase;
    color: #666;
    margin-bottom: 30px;
}
.footer__msgroup .no_hover {
    color: #666;
}
.footer__map-block {
    width: 48vw;
    position: relative;
}
.footer__map-block iframe {
    width: 48vw;
    max-width: 920px;
    height: 540px;
}
.map__button {
    position: absolute;
    line-height: 72px;
    text-align: left;
    width: 360px;
    height: 72px;
    border-radius: 72px;
    border: 1px solid #CF803F;
    left: 23px;
    top: 26px;
    background: none;
    background: #CF803F url(../img/icons/5.svg) no-repeat;
    background-position: right 40px top 14px;
    padding-left: 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}
.footer__map-block .map__button:hover {
    background-color: #FFF;
    color: #CF803F;
}
#modal__blocks, #modal__blocks-eks, #modal-true, #modal__small, #modal__average, #modal__big {
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    width: 100%;
    background-color: #212121;
    box-shadow: -20px -5px 37px 2px rgba(32, 32, 32, 0.6);
    border-radius: 20px;
    color: #000;
    margin-top: auto;
    margin-bottom: auto;
    cursor: default;
    animation: show .5s;
    position: relative;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 4;
}
.modal__title {
    color: #CF803F;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.modal-true_text {
    color: #CF803F;
    font-size: 18px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
.modal__close {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    background: none;
    color: #646464;
    font-size: 32px;
    width: 32px;
    font-weight: 700;
    cursor: pointer;
}
.fancybox-button {
    display: none;
}
.fancybox-close-small {
    display: none;
}
.modal__close:hover {
    background: none;
}
.modal__forma {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal__form, .modal__form-small, .modal__form-big, .modal__form-average {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal__form input, .modal__form-small input, .modal__form-big input, .modal__form-average input {
    background-color: #666;
    height: 72px;
    width: 300px;
    border-radius: 72px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}
.modal__form-eks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal__form-eks input {
    background-color: #666;
    height: 72px;
    width: 300px;
    border-radius: 72px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}
#modal__submit, #modal__submit-eks, #modal__submit-small, #modal__submit-big, #modal__submit-average {
    background-color: #CF803F;
    font-weight: 800;
    position: relative;
}
#modal__submit:hover, #modal__submit-eks:hover, #modal__submit-small:hover, #modal__submit-small:hover, #modal__submit-big:hover, #modal__submit-average:hover {
    background-color: #FFF;
    color: #CF803F;
    transition: 0.3s;
    cursor: pointer;
}
.modal__polit {
    color: #FFF;
    text-align: center;
    width: 300px;
    font-size: 12px;
    display: inline-flex;
}
input[type=checkbox] {
    width: 24px;
}
.checkbox__input{
    display: none;
}
.checkbox__input:checked + .checkbox__label::after {
    transform: scale(1);
}
.checkbox__label {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 280px;
}
.checkbox__label span {
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    opacity: 0.8;
}
.checkbox__label a {
    color: #CF803F;
}
.checkbox__label::before {
    content: "";
    align-self: flex-start;
    flex: 0 0 24px;
    height: 24px;
    background-color: none;
    border: 1px solid #646464;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}
.checkbox__label::after {
    content: "";
    transition: transform 0.3s ease 0s;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 5px;
    font-size: 20px;
    font-weight: 800;
    background: url(../img/icons/ok.svg) no-repeat;
    color: #CF803F;
    transform: scale(0);
    cursor: pointer;
}
.modal__error {
    margin-bottom: 20px;
    display: none;
}
.loader {
    color: #ffffff;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    margin-bottom: 50px;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  }
  
  @keyframes mltShdSpin {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 
      0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, 
      -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
      -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
       -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
       -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
       -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
       -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
      0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  
  @keyframes round {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
  }
  /* Акция до конца января */
  .dop_color {
    color: #CF803F;
  }
  .promo__text {
    text-align: center;
    font-size: 36px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }
  .promo__button {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
  }
  @media (max-width: 1330px) {
    .promo__text {
        font-size: 32px;
    }
  }
  @media (max-width: 1190px) {
    .promo__text {
        font-size: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }
  }
  @media (max-width: 800px) {
    .promo__text {
        display: block;
        margin-top: 20px;
        font-size: 16px;
    }
  }