@charset "UTF-8";.common{font-size:10px;scroll-behavior:smooth}.common *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.common__body{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;font-size:14px;font-weight:400;color:#000;min-height:100vh;margin:0;font-family:Open Sans,sans-serif;line-height:1.2}.common_no-scroll{overflow:hidden}.inner{max-width:1230px;padding:0 30px}.inner,.main{width:100%;margin:0 auto}.main{flex-grow:1}.semibold{font-weight:500}.link-full{position:absolute;width:100%;height:100%;left:0;top:0;cursor:pointer;z-index:10}.text-color{color:#cda756}.anchor{width:0;height:0}img{border:none}h1,h2,h3,h4,h5,h6{margin:0}p{margin:0 0 20px;min-height:1px}p:last-child{margin:0}a{color:inherit;text-decoration:none}b{font-weight:700}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-size:13px;font-weight:400;color:#919191;font-style:italic}input:-moz-placeholder,input::-moz-placeholder,select:-moz-placeholder,select::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder{font-size:13px;font-weight:400;color:#919191;font-style:italic}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{font-size:13px;font-weight:400;color:#919191;font-style:italic}textarea{overflow:auto}select::-ms-expand,textarea::-ms-expand{display:none}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;display:none}.desktop,.medium,.tablet{display:none}.mobile{display:block}.button{font-size:14px;font-weight:500;color:#fff;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding:9px 12.5px;min-height:4rem;border-radius:5rem;display:inline-flex;background-image:linear-gradient(90deg,#46cefe 0,#4532c0);position:relative;text-align:center;width:100%;transition:all .2s linear;cursor:pointer;border:none}.button:hover{background-image:linear-gradient(90deg,#46dbfd 0,#543deb)}.button:active{background-image:linear-gradient(90deg,#36a0c6 0,#32248f)}.button:active:after{content:none}.button:after{position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;background-image:linear-gradient(90deg,#4b98ad 0,#34297c);border-radius:5rem;top:5px;z-index:-1}.button_small{padding:9px 3rem}.button_standart-text,.button_standart-text span{font-size:14px}.button_large{width:100%;padding-left:2rem;padding-right:2rem}.button_gradient{width:100%}.button_gradient:after{background:linear-gradient(90deg,#46cefe 0,#4532c0);top:0}.button_gradient:before{position:absolute;width:calc(100% - 3px);height:calc(100% - 3px);top:1.5px;left:1.5px;content:"";display:block;background:#fff;border-radius:4.7rem;z-index:0;cursor:pointer}.button_gradient:active,.button_gradient:active:after,.button_gradient:active:before{background-image:linear-gradient(90deg,#46dbfd 0,#543deb)}.button_gradient:active span{background:none;-webkit-background-clip:initial;-webkit-text-fill-color:initial}.button_gradient span{background:linear-gradient(90deg,#46cefe 0,#4532c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.list{padding-left:0;margin:0;list-style-type:none}.list li{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;margin-bottom:10px}.list li:before{content:"";width:4px;min-width:4px;height:4px;border-radius:100%;background:#000;display:block;margin-top:7.5px;margin-right:7px}.list_color li:before{background:#d0b571}.list_molded li{margin-bottom:0}.list_light{color:#888}.list_light li:before{background:#888}.list_bullet-molded li:before{margin-right:5px}.list-ol,.list-ol li{padding-left:20px}.list-ol li{margin-bottom:5px}.title{font-size:2.5rem;text-transform:uppercase}.subtitle,.title{font-weight:700;color:#010101}.subtitle{font-size:2.1rem}.subtitle_special{color:#cda756}.title-secondary{font-size:2.1rem;font-weight:700;color:#010101;text-transform:uppercase}.elem-group{display:flex;flex-flow:row;justify-content:flex-start;align-items:flex-start}.elem-group__icon{margin-right:2rem}.title-group{display:flex;flex-flow:row;justify-content:flex-start;align-items:center}.title-group__icon{margin-right:2.5rem}.link{font-weight:500}.link_inner{font-size:inherit;font-weight:400;border-bottom:1px dotted;color:inherit}.link:hover{color:#4532c0}.input{border-radius:5px;border:1px solid #bfbfbf;padding-left:17px;height:4rem;width:100%}.input:invalid:not(:focus):not(:placeholder-shown){border-color:#f05858}.input:focus{border-color:#72d8ff}.popup{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:200}.popup_large .popup__content{padding-left:3rem;padding-right:3rem}.popup_large .popup__scroll{padding-right:2rem}.popup_active{display:flex}.popup__close-bg{position:absolute;background:hsla(0,0%,94%,.9);top:0;left:0;width:100%;height:100%;cursor:pointer}.popup__content{background:#fff;position:relative;padding:3rem 0 3rem 3rem;border-radius:10px;margin:0 10px;width:100%;max-width:110rem;max-height:60rem;overflow:hidden;color:initial}.popup__content_small{max-width:85rem}.popup__content_small .popup__scroll{max-height:52rem}.popup__content_alt{background:#cade04;max-width:35rem;padding:3rem 5rem}.popup__close{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;width:2rem;height:2rem;cursor:pointer;position:absolute;top:25px;right:25px;color:#bdc5cb}.popup__scroll{width:100%;height:100%;max-height:46rem;overflow-y:auto;overflow-x:hidden;padding-right:3rem}.popup__scroll::-webkit-scrollbar-track{background:#ebebeb}.popup__scroll::-webkit-scrollbar{width:5px;height:6px}.popup__scroll::-webkit-scrollbar-thumb{background-color:#cda756}.popup__scroll:hover::-webkit-scrollbar-thumb{background:#cda756}.popup__header{margin-bottom:2rem}.popup__activation{cursor:pointer}.popup__close-img{width:2rem}.popup__title{font-size:2.2rem;font-weight:600;color:inherit;text-align:center;margin-bottom:2rem}.popup__button{text-align:center;margin-top:2rem}.swiper-button-prev{left:-11rem;background-image:url(/img/4d491ae0c04ca8f7c65ce62e98bc9455-52.png);background-size:cover}.swiper-button-next{right:-11rem;background-image:url(/img/b807bde68a584274b76c667b99bed6d6-52.png);background-size:cover;margin-right:1px}.swiper-button-next,.swiper-button-prev{outline:none;font-size:12px;position:static;background-image:none;margin-top:0;width:auto;height:auto}.swiper-button-next span,.swiper-button-prev span{padding-top:7rem;display:block;line-height:normal;background:linear-gradient(90deg,#46cefe 0,#4532c0);background-clip:text;-webkit-background-clip:text;color:transparent;width:8rem;padding:0}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:1}.buy{color:#212121}.buy__title{font-size:16px;font-weight:500;color:#cda756;margin-bottom:4rem}.buy__info{font-size:2rem;margin-bottom:15px}.buy__subtitle{margin-bottom:4rem}.form{font-size:13px}.form__row{margin-bottom:2.5rem}.form__item .label{font-weight:500;padding:0 0 12px 7px;display:block}.form__cols{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start}.form__col{margin-bottom:3rem;flex-grow:1;width:100%}.form__col:last-of-type{margin-bottom:0}.form__footnote{margin-top:13px}.form__tip{color:#636363}.footer{font-size:13px;font-weight:inherit;color:#c7c7c7;padding:2.5rem 0;width:100%}.footer__content{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;max-width:1060px;margin:auto}.footer__copyright{text-align:right;flex-grow:1}.footer__details{white-space:nowrap}.footer__description{max-width:45rem;margin-left:5rem}.footer__description a{text-decoration:underline}.main-screen{padding:8.5rem 0 24rem;min-height:89rem;background-repeat:no-repeat;background-position:100% 100%;background-size:cover;max-width:100vw;overflow:hidden}.main-screen_top{background-image:url(/img/6d5d2bf472ccd2601d8d0cc7c491411f-453.jpg)}.main-screen_bottom{background-image:url(/img/20672b3966d12ea5e7723ab54821b20c-375.jpg);padding-top:9rem;min-height:76rem;position:relative;padding-bottom:40rem}.main-screen_bottom .main-screen__description{margin-bottom:5px}.main-screen__logo{max-width:100%;display:block}.main-screen__subtitle{font-size:17px;font-weight:500;color:#212121;line-height:1.4;margin-bottom:3.5rem}.main-screen__content{max-width:69rem}.main-screen__list{margin-bottom:2rem;font-size:15px}.main-screen__button{position:relative;z-index:1;text-align:center;display:inline-block;margin-top:2rem}.main-screen__button-footnote{font-size:15px;font-weight:inherit;color:#6a6969;margin-top:15px}.main-screen__button-footnote-focus{font-size:inherit;font-weight:500;color:#2731be;font-style:italic}.main-screen__title{font-size:17px;font-weight:700;color:inherit;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;font-style:italic;position:relative;display:inline-block;line-height:1.5}.main-screen__logo-small{position:absolute;max-width:20rem;top:10px;left:10rem}.main-screen__description{font-size:15px;margin-top:-5px;line-height:normal;margin-bottom:3.5rem}.main-screen__title-dash{margin-bottom:3.5rem}.main-screen__title-dash:before{content:"\2014";position:absolute;top:-2px;left:-2.5rem}.main-screen__author{font-size:13px;font-weight:inherit;color:#fff;text-align:right;position:absolute;bottom:0;right:-13%;margin:auto}.main-screen__author-img{display:block;max-height:33rem}.main-screen__author-name{position:absolute;right:100%;bottom:15px;opacity:.5;width:14rem}.main-screen__author-inner{position:absolute;width:100%;height:100%;top:0;left:0;max-width:1170px;margin:auto;right:0}@media (max-width:340px){.main-screen__logo-small{max-width:18rem;top:13px;left:10.2rem}}.advatages{padding:10.5rem 0 16.5rem}.advatages__title{margin-bottom:7rem}.advatages__row{display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.advatages__illustration{max-width:80%;margin-bottom:3.5rem}.advatages__description p{margin-bottom:15px;font-size:13px}.advatages__list{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;display:grid;grid-template-columns:repeat(auto-fit,minmax(23rem,1fr));grid-gap:5rem 4rem;margin-top:4rem}.reasons{padding-bottom:4rem}.reasons__title{margin-bottom:5.5rem}.reasons__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(21rem,1fr));grid-gap:3rem 3rem;margin-bottom:12rem;display:none}.reasons__icon{margin-bottom:2rem;height:6.2rem}.reasons__item-title{margin-bottom:15px}.reasons__details{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;margin-bottom:7rem}.reasons__details-illustration{-o-object-fit:cover;object-fit:cover;display:none}.reasons__details-title{margin-bottom:15px}.reasons__details-title .title-group{flex-wrap:wrap}.reasons__details-title .title-group__icon{margin-bottom:15px}.reasons__details-subtitle{font-size:15px;font-weight:500;color:#d0b571;margin-bottom:3.5rem}.reasons__details-button{margin-top:3.5rem}.banner{padding:8rem 0 21.5rem;background-size:cover;background-position:bottom}.banner_1{background-image:url(/img/0d767113051b6ab31623166630751b80-375.jpg)}.banner_2{background-image:url(/img/23df8ab09f78af51a338898c7bedc44d-375.jpg)}.banner_3{background-image:url(/img/6004f3e6cede602385298daf28a9c2df-375.jpg)}.banner_4{background-image:url(/img/a9e57f907325936d6ad6058bbe9ec8a8-375.jpg)}.banner__content{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-end;padding-left:3.5rem}.banner__description{max-width:69rem;position:relative}.banner__description:before{font-size:inherit;font-weight:700;color:#c89b81;content:"\2014";position:absolute;top:0;left:-2rem}.banner__description p{font-size:16px;font-weight:700;color:#212121}.banner__footnote{font-size:12px;font-weight:300;color:#0f0f0f;font-style:italic}.banner__button{margin-top:3.5rem;margin-left:-3.5rem;position:relative;z-index:1}.progress{padding-top:10rem;padding-bottom:8.5rem}.progress .elem-group__icon{margin-right:10px;min-width:8rem;text-align:center}.progress__title{margin-bottom:15px}.progress__subtitle{max-width:81rem;margin-bottom:7.5rem}.progress__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));grid-gap:4.5rem 13.5rem;justify-content:center}.problems{padding-top:10.5rem;padding-bottom:1rem}.problems__title{margin-bottom:5rem}.problems__item{margin-bottom:8rem;page-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid}.problems__item-title{margin-bottom:3rem}.problems__item-description p{margin-bottom:2.5rem}.problems__popup-btn{margin-top:5rem;margin-bottom:3rem}.steps{background-size:cover;background-position:right -14.5rem center;background-repeat:no-repeat;padding-top:10.5rem;padding-bottom:10.5rem}.steps__title{margin-bottom:5rem}.steps__item-title{margin-bottom:2.5rem}.steps__slider{position:relative}.steps__subtitle{color:#888;margin-bottom:4rem;margin-top:-4rem}.steps__slider-nav{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin-top:5rem}.price{padding-top:10.5rem;padding-bottom:10.5rem}.price__title{margin-bottom:5rem}.price__item-title{margin-bottom:2.5rem}.price__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,28rem));grid-gap:3rem 14rem}.price__item-button{margin-top:2.5rem}.price__item{padding-bottom:2rem}.price__item-old{font-size:2.1rem;font-weight:500;color:#cda756;margin-top:5px;margin-bottom:2rem;display:block}.price__item-old-value{color:#000;text-transform:uppercase}.price__item-old-value_small{font-size:14px}.price__item-actual{font-size:3.3rem;font-weight:500;color:#cda756;margin-top:2rem;text-transform:uppercase}.price__item-actual_small{font-size:14px}.price__slider-nav{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin-bottom:4rem}.price__item-subtitle{margin-bottom:5px;display:block}.faq{background:url(/img/7128637004292d370f2960d018c11536-1920.jpg) no-repeat 50%;background-size:cover;padding-top:12rem;padding-bottom:10rem}.faq__title{margin-bottom:6.5rem}.faq__item-title{margin-bottom:4rem}.faq__item{box-shadow:10px 10px 15px 0 hsla(0,0%,67%,.7);border-radius:5px;padding:5.5rem 5rem 6rem;background:#fff;margin-bottom:2.5rem;page-break-inside:avoid;-webkit-column-break-inside:avoid;break-inside:avoid;padding-bottom:4rem}.faq__item_invisible{opacity:0}.faq__list{-webkit-column-count:2;column-count:2;-webkit-column-gap:2.5rem;column-gap:2.5rem}.faq__details-title{font-size:16px;font-weight:500;color:#cda756;margin-bottom:5rem}.faq__details-question{font-size:16px;font-weight:700;color:#212121;font-style:italic;margin-bottom:3.5rem}.faq__details-item{margin-bottom:7rem}.faq__details-item:last-child{margin-bottom:0}.feedbacks{padding-bottom:7.5rem}.feedbacks__title{margin-bottom:5.5rem}.feedbacks__item-title{font-size:2.4rem;font-weight:inherit;color:#cda756;font-style:italic;margin-bottom:2rem}.feedbacks__button{margin-top:3rem;text-align:center}.feedbacks__slider{max-width:92rem}.feedbacks__description{display:flex;flex-flow:column-reverse nowrap;justify-content:flex-start;align-items:flex-start}.feedbacks__illustration-img{max-width:14rem;max-height:23rem;-o-object-fit:cover;object-fit:cover;margin-right:4.5rem}.feedbacks__illustration-item{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;margin-bottom:4.5rem}.feedbacks__illustration-date{color:#868686}.feedbacks__slider{position:relative}.feedbacks__slider-nav{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin-bottom:5rem}.history{padding-top:10rem;padding-bottom:11rem}.history__title{margin-bottom:2rem}.history__subtitle{font-size:13px;font-weight:inherit;color:#747474;margin-bottom:7rem;max-width:71rem}.history__list{max-width:106rem}.history__item-title{font-size:2.4rem;font-weight:inherit;color:#cda756;font-style:italic;margin-bottom:2rem}.history__item-description{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start}.history__button{white-space:nowrap;margin-top:2rem}.history__item{margin-bottom:5rem}.history__item:last-of-type{margin-bottom:0}.history__item-table td{vertical-align:top}.history__item-table td:first-of-type{padding-right:2.5rem}.history__details-title{font-size:2.5rem;font-weight:500;color:#cda756;margin-bottom:20px}.history__details-info{margin-bottom:7.5rem}.history__details-description{margin-bottom:4rem}