@font-face {
 font-family: 'Inter';
 src: url('/local/templates/.default/assets/fonts/Inter-Regular.woff2') format('woff2'),
  url('/local/templates/.default/assets/fonts/Inter-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: 'Inter';
 src: url('/local/templates/.default/assets/fonts/Inter-Light.woff2') format('woff2'),
  url('/local/templates/.default/assets/fonts/Inter-Light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}

/*@font-face {
 font-family: 'Inter';
 src: url('/local/templates/.default/assets/fonts/Inter-ExtraBold.woff2') format('woff2'),
  url('/local/templates/.default/assets/fonts/Inter-ExtraBold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}*/

@font-face {
 font-family: 'Inter';
 src: url('/local/templates/.default/assets/fonts/Inter-Bold.woff2') format('woff2'),
  url('/local/templates/.default/assets/fonts/Inter-Bold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}

/*@font-face {
 font-family: 'Inter';
 src: url('/local/templates/.default/assets/fonts/Inter-Black.woff2') format('woff2'),
  url('/local/templates/.default/assets/fonts/Inter-Black.woff') format('woff');
 font-weight: 900;
 font-style: normal;
 font-display: swap;
}*/

@font-face {
 font-family: 'Inter';
 src: url('/local/templates/.default/assets/fonts/Inter-Medium.woff2') format('woff2'),
  url('/local/templates/.default/assets/fonts/Inter-Medium.woff') format('woff');
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}

/*@font-face {
 font-family: 'Inter';
 src: url('/local/templates/.default/assets/fonts/Inter-Thin.woff2') format('woff2'),
  url('/local/templates/.default/assets/fonts/Inter-Thin.woff') format('woff');
 font-weight: 100;
 font-style: normal;
 font-display: swap;
}*/

@font-face {
 font-family: 'Inter';
 src: url('/local/templates/.default/assets/fonts/Inter-SemiBold.woff2') format('woff2'),
  url('/local/templates/.default/assets/fonts/Inter-SemiBold.woff') format('woff');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}



@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/.default/assets/fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('/local/templates/.default/assets/fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/.default/assets/fonts/Ubuntu-Light.woff2') format('woff2'),
        url('/local/templates/.default/assets/fonts/Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/.default/assets/fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
        url('/local/templates/.default/assets/fonts/Ubuntu-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/.default/assets/fonts/Ubuntu-Italic.woff2') format('woff2'),
        url('/local/templates/.default/assets/fonts/Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/.default/assets/fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('/local/templates/.default/assets/fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/.default/assets/fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('/local/templates/.default/assets/fonts/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



html {min-width: 320px;}

 body {position: relative; margin: 0; padding: 0px 0 0 0; height: auto !important; min-height: 100%; min-width:320px; font-family: 'Ubuntu', sans-serif;}
 html > body {padding: 0;}
 img {padding: 0; margin: 0; border: 0;}
 .cleaner {clear: both;}
 a:hover {text-decoration: none;}
input::-moz-placeholder {opacity: 1; color: #363636;}
input::-webkit-input-placeholder {opacity: 1; color: #363636;}
input.error::-moz-placeholder {opacity: 1; color: color: #A6A6A6;}
input.error::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
input:focus::-moz-placeholder {opacity: 0!important;}
input:focus::-webkit-input-placeholder {opacity: 0!important;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
textarea::-moz-placeholder {opacity: 1; color: #A6A6A6;}
textarea::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
textarea:focus::-moz-placeholder {opacity: 0;}
textarea:focus::-webkit-input-placeholder {opacity: 0;}
a {color: #5E603E;}
* {outline: none; box-sizing: border-box; }
.all {width:100%; max-width: 1450px; margin: 0 auto; padding: 0 40px; box-sizing: border-box; position: relative;}
form {padding: 0; margin: 0; border: 0;}
form fieldset {padding: 0; margin: 0; border: 0;}
button, a {transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
p {padding: 0; margin: 0;}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
 /* display: none; <- Crashes Chrome on hover */
 -webkit-appearance: none;
 margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


h1, h2, h3 {font-family: 'Ubuntu';}

.container {position: relative; width:100%; max-width: 1180px; overflow: hidden; margin: 0 auto; padding: 70px 40px 0;}

.block {position: absolute; left: -99999px; transition: opacity 0.3s ease; opacity: 0; min-height: calc(100dvh - 138px); padding: 70px 0 190px; width: 100%;}
.block.active {opacity: 1; position: relative; left: auto;}

.toppanel {text-align: center;}
.logo {margin: 0 0 0px; text-align: center;}
.toppanel h2 {font-size: 30px; line-height: 130%; color: #363636; font-weight: normal; margin: 0 0 10px; padding: 0;}
.toppanel h1 {margin: 0 0 30px; padding: 0; font-size: 40px; line-height: 130%; font-weight: 500; color: #363636;}
.toppanel h1:last-child {margin-bottom: 50px;}
.toppanel h1 small {display: block; font-weight: normal; font-size: 28px; line-height: 130%;}
.toppanel .descr {margin: 0 0 70px; font-size: 28px; line-height: 130%; color: #363636;}

.back-arr {position: absolute; font-family: 'Inter'; top: -53px; left: 0; font-size: 13px; line-height: 180%; color: #BDC2A4; font-weight: 500; cursor: pointer; display: flex; align-items: center;}
.back-arr:before {content: ''; display: block; width: 60px; height: 20px; background: url(/local/templates/.default/assets/img/back-arr.svg) center center no-repeat; margin: 0 15px 0 0;}

.pic-txt {display: flex; align-items: center;}
.pic-txt.flex-start {align-items: flex-start;}
.pic-txt.small {max-width: 720px; margin-left: auto; margin-right: auto;}
.pic-txt.small .pic {width: 320px;}
.pic-txt.small .txt {width: calc(100% - 320px);}
.pic-txt .pic {width: 50%;}
.pic-txt .pic img {display: block; width: 100%;}
.pic-txt .pic .item {display: block; background: center center/cover; width: 100%;}
.pic-txt .pic .item:before {content: ''; padding-top: 90%; display: block;}
.pic-txt .pic .owl-carousel .owl-nav {display: none;}
.pic-txt .pic .owl-carousel .owl-dots {position: absolute; display: flex; justify-content: center; left: 0; bottom: 40px; width: 100%;}
.pic-txt .pic .owl-carousel .owl-dots .owl-dot {margin: 0 10px; width: 6px; height: 6px; border-radius: 50%; background: #fff;}
.pic-txt .pic .owl-carousel .owl-dots .owl-dot.active {background: #5E603E;}
.pic-txt .txt {font-size: 24px; line-height: 130%; color: #363636; padding: 0 0 0 60px; width: 50%; max-width: 540px;}
.pic-txt .txt ul {font-size: 18px; line-height: 120%; padding: 0; margin: 0; list-style-type: none;}
.pic-txt .txt ul li {padding-left: 37px; position: relative;}
.pic-txt .txt ul li:before {content: ''; display: block; position: absolute; width: 25px; height: 25px; background: url(/local/templates/.default/assets/img/el-bullet.svg) center center no-repeat; left: 0; top: 0;}
.pic-txt .txt ul li + li {margin-top: 30px;}
.pic-txt .txt h3 {font-size: 28px; line-height: 130%; margin: 0 0 30px; font-weight: 500;}
.pic-txt .txt .form-txt {padding-top: 11px;}

.pic-txt .form .field {margin: 0 0 35px;}
.pic-txt .form .field input {height: 42px; border: 0; font-family: inherit; border-bottom: 1px solid #BDC2A4; width: 100%; padding: 0; font-size: 18px; font-weight: 500; color: #BDC2A4;}
.pic-txt .form .field input:focus {border-color: #5E603E;}

.pic-txt .form label.file-inp {margin: 0 0 20px; position: relative; display: flex; align-items: center; cursor: pointer; font-size: 13px; color: #363636; line-height: 110%;}
.pic-txt .form label.file-inp input {position: absolute; left: -999999px;}
.pic-txt .form label.file-inp:before {content: ''; display: block; width: 30px; height: 30px; margin: 0 8px 0 0; background: url(/local/templates/.default/assets/img/file-inp.svg) center center/contain no-repeat;}

.pic-txt .form label.checkbox {margin: 0 0 42px; font-size: 13px; color: #363636; line-height: 110%; display: flex; align-items: center; cursor: pointer;}
.pic-txt .form label.checkbox input {position: absolute; left: -999999px;}
.pic-txt .form label.checkbox input:checked + i:before {content: ''; display: block; position: absolute; width: 12px; height: 12px; background: #BDC2A4; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.pic-txt .form label.checkbox i {position: relative; border: 1px solid #BDC2A4; display: block; width: 20px; height: 20px; margin: 0 10px 0 0;}
.pic-txt .form label.checkbox span {width: calc(100% - 30px);}

.pic-txt .form .submit {color: #363636; height: 90px; line-height: 88px; display: table; font-size: 16px; font-weight: 600; text-transform: uppercase; font-family: inherit; cursor: pointer; transition: all 0.3s ease; border: 1px solid #BDC2A4; padding: 0 50px; min-width: 360px; background: none;}
.pic-txt .form .submit:hover {background: #BDC2A4; color: #fff;}


.btn {border-radius: 3px; margin: 40px 0 0 0; color: #5E603E; font-size: 16px; text-transform: uppercase; font-weight: 500; display: table; width: 100%; text-align: center; height: 101px; line-height: 99px; text-decoration: none; border: 1px solid #BDC2A4;}
.btn:hover {background: #F5F5F5; color: #BDC2A4; border-color: #5E603E;}
.big {font-weight: 500; margin: 0 0 30px; font-size: 28px; line-height: 130%;}

.progressbar {box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.1); overflow: hidden; position: absolute; bottom: 60px; width: 100%; max-width: 100%; left: 50%; transform: translateX(-50%); height: 10px; border-radius: 8px; background: #FAFAFA;}
.progressbar .fill {position: absolute; top: 0; left: 0; bottom: 0; background: linear-gradient(to right, #5E603E, #E7E9C4); border-radius: 10px;}

.toppanel + .under-block {padding-top: 0;}
.under-block {max-width: 927px; margin: 0 auto; text-align: center; font-size: 18px; line-height: 160%; color: #363636; padding: 50px 0 0 0;}
.under-block.long {max-width: 100%;}
.under-block .title {display: table; max-width: 590px; margin: 0 auto 25px; font-size: 30px; line-height: 120%;}
.under-block p + .title {margin-top: 50px;}
.under-block .btns {flex-wrap: wrap; display: flex; justify-content: center;}
.under-block .btns.vars .btn {height: 63px; line-height: 61px; width: calc(50% - 30px); margin: 0 15px 30px; font-size: 18px;}
.under-block .btns.vars {padding-bottom: 30px;}
.under-block .btns .btn {margin: 0 15px; width: 355px; font-size: 36px;}
.under-block .btns .btn.small {width: 227px;}
.under-block .btns .btn.medium {font-size: 25px; width: 315px; margin-bottom: 30px;}
.under-block small {display: block; font-size: 15px; line-height: 150%; padding: 50px 0 0 0;}
.under-block > .btn {margin: 0 auto; width: auto; padding: 0 40px; min-width: 400px;}

.under-block .access-txt {font-size: 20px; margin: 0 0 15px;}
.under-block .access-txt img {display: inline-block; margin: 0 0 -3px;}

.under-block h3 {font-size: 28px; font-weight: 500; padding: 0; margin: 0 0 50px;}
.under-block .advantages {display: flex; justify-content: space-between;}
.under-block .advantages .item {width: calc(100% / 3 - 30px); font-size: 18px; line-height: 110%;}
.under-block .advantages .item .num {width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 20px; background: #BDC2A4; color: #fff; font-size: 28px; font-weight: 500; line-height: 80px;}

.form-txt {font-size: 24px; line-height: 110%; color: #363636; margin: 0 0 43px; text-align: center;} 
.form-txt .subtitle {font-size: 28px; line-height: 130%; margin: 0 0 10px; font-weight: 600;}
.form-txt .subtitle:last-child {margin: 15px 0 0 0;}
.form-txt small {font-size: 18px; line-height: 110%; display: block;}

.celeb {text-align: left; display: flex; justify-content: center; align-items: center; margin: 70px 0 35px; font-size: 30px; line-height: 120%;}
.celeb img {margin:0 26px 0 0; display: block;}
.celeb-small {font-size: 18px; line-height: 160%;}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
* {max-height: 9999999px; -webkit-appearance: none!important;}

@media screen and (max-width: 1300px) {
.pic-txt .txt {padding-left: 40px;}
.pic-txt .pic .item:before {padding-top: 120%;}
}

@media screen and (max-width: 1000px) {
.under-block .btns .btn.medium {width: 100%;}
.pic-txt .form .submit {color: #363636!important;}
.celeb {display: block; font-size: 22px; text-align: center;}
.celeb img {display: table; margin:0 auto 20px;}
.under-block .advantages {display: block;}
.under-block .advantages .item {width: 100%; padding: 0;}
.under-block .advantages .item + .item {margin-top: 30px;}
.pic-txt .form .submit {min-width: 100%;}
.under-block .btns .btn.medium {margin-bottom: 0; font-size: 20px;}
.under-block .btns.vars .btn {margin: 0; width: 100%; line-height: 130%;}
.under-block .btns .btn.small {width: 100%;}
.pic-txt .txt h3 {font-size: 22px;}
.under-block > .btn {padding-top: 10px; padding-bottom: 10px; min-width: 100%; display: flex; align-items: center; min-height: 50px; justify-content: center;}
.pic-txt .pic .item:before {padding-top: 80%;}
.pic-txt .txt ul li {text-align: left;}
.under-block .btns {display: block;}
.under-block .btns .btn {font-size: 20px; width: 100%; margin: 0;}
.under-block .btns .btn + .btn {margin-top: 10px;}
.under-block .title {font-size: 20px;}
.toppanel h1:last-child {margin-bottom: 30px;}
.big {font-size: 22px;}
.pic-txt.small .pic {width: 100%;}
.pic-txt.small .txt {width: 100%; max-width: 100%; font-size: 20px;}
.progressbar {bottom: 0;}
.back-arr {top: -80px;}
.container {padding: 50px 20px;}
.logo img {width: 120px;}
.block {padding-bottom: 50px; padding-top: 50px;}
.toppanel h2 {font-size: 20px;}
.toppanel h1 {font-size: 26px;}
.toppanel h1 small {font-size: 22px;}
.toppanel .descr {font-size: 18px; margin: 0 0 40px;}
.pic-txt {display: block;}
.pic-txt .txt {font-size: 18px; max-width: 100%; text-align: center; width: 100%; padding: 50px 0 0 0;}
.btn {padding: 15px 20px; line-height: 130%; height: auto;}
.pic-txt .pic {width: 100%;}
}
.js-error {
    border: 1px solid red !important;
}