@-webkit-keyframes moveinleft{0%{opacity:0;-webkit-transform:translateX(400px);transform:translateX(400px)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes moveinleft{0%{opacity:0;-webkit-transform:translateX(400px);transform:translateX(400px)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes moveinright{0%{opacity:0;-webkit-transform:translateX(-400px);transform:translateX(-400px)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes moveinright{0%{opacity:0;-webkit-transform:translateX(-400px);transform:translateX(-400px)}100%{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}.heading-primary{font-size:4.2rem;font-weight:900;margin-bottom:.7rem}@media only screen and (min-width:64em){.heading-primary{font-size:5.4rem;margin-bottom:.4rem}}.heading-secondary{font-size:2.2rem;margin-bottom:3.8rem;text-align:center;font-weight:700}@media only screen and (min-width:64em){.heading-secondary{font-size:3.2rem;margin-bottom:7.8rem}}html{font-family:montserrat,sans-serif;font-size:62.5%;height:100%}@media only screen and (min-width:160em){html{font-size:100%}}@media only screen and (min-width:2000px){html{font-size:83.33333%}}body{height:100%;scroll-behavior:smooth;text-rendering:optimizeSpeed;font-weight:400;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:#000;line-height:1.2;min-width:320px;position:relative;overflow-x:hidden}*{-webkit-box-sizing:inherit;box-sizing:inherit;margin:0;padding:0}::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}a{cursor:pointer;color:#fff;text-decoration:none}a:link,a:visited{color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}audio,canvas,iframe,img,svg,video{vertical-align:middle}textarea{vertical-align:middle;resize:none}section{position:relative}.page{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;min-height:100vh}.container{position:relative;margin:0 auto;max-width:114rem;width:100%}@media only screen and (max-width:1139px){.container{padding:0 10px}}.bg{background-image:url(../img/background-offer-mobile.jpg);background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;background-position:center 0}@media only screen and (min-width:26.5725em){.bg{background-image:url(../img/background-offer.jpg)}}.lock{overflow:hidden}.nav{position:fixed;top:0;left:100%;background-color:#d39416;height:100vh;width:100%;-webkit-transition:ease-in left .3s;-o-transition:ease-in left .3s;transition:ease-in left .3s}@media only screen and (min-width:48em){.nav{position:relative;height:auto;left:0;background-color:transparent;margin-bottom:7rem}}.nav__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:5rem 0;font-size:2rem;font-weight:700}@media only screen and (min-width:48em){.nav__list{padding:1rem 0;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1.3rem;font-weight:300}}@media only screen and (min-width:64em){.nav__list{padding:1.3rem 9.8rem}}.nav__item{width:100%;text-align:center}.nav__item:not(:last-child){margin-bottom:1.5rem}.nav__item.active a:link,.nav__item.active a:visited{color:#000}.nav__item.active a::before{background:#000}@media only screen and (min-width:48em){.nav__item{width:auto}.nav__item:not(:last-child){margin-bottom:0}}.nav__link{position:relative;padding-bottom:.5rem}.nav__link:before{content:"";position:absolute;width:100%;height:.1rem;bottom:0;left:0;background:#fff;visibility:hidden;-webkit-border-radius:.5rem;border-radius:.5rem;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.25s linear;-o-transition:.25s linear;transition:.25s linear}.nav__link:focus:before,.nav__link:hover:before{visibility:visible;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.nav.open{overflow:scroll;left:0}.burger{position:relative;width:3rem;height:2.2rem;background:0 0;border:transparent;cursor:pointer;z-index:1}.burger:focus{outline:1px dashed #d39416;outline-offset:.8rem;-moz-outline-radius:99.9rem}.burger:focus.open{outline:1px dashed #000}.burger span{position:relative;display:block;-webkit-border-radius:.3rem;border-radius:.3rem;width:100%;height:.3rem;background-color:#d39416;-webkit-transition:background-color .2s ease-in,top .2s ease-in,bottom .2s ease-in,-webkit-transform .2s ease-in;transition:background-color .2s ease-in,top .2s ease-in,bottom .2s ease-in,-webkit-transform .2s ease-in;-o-transition:transform .2s ease-in,background-color .2s ease-in,top .2s ease-in,bottom .2s ease-in;transition:transform .2s ease-in,background-color .2s ease-in,top .2s ease-in,bottom .2s ease-in;transition:transform .2s ease-in,background-color .2s ease-in,top .2s ease-in,bottom .2s ease-in,-webkit-transform .2s ease-in}.burger span+span{margin-top:6.5px}.burger span:nth-child(1){top:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.burger span:nth-child(2){-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.burger span:nth-child(3){bottom:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.burger.open>span{background-color:#000}.burger.open>span:nth-child(1){top:9.5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.burger.open>span:nth-child(2){-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.burger.open>span:nth-child(3){bottom:9.5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}@media only screen and (min-width:48em){.burger{display:none}}.contacts__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;font-size:0;font-weight:500}@media only screen and (min-width:48em){.contacts__list{font-size:1.8rem;margin-top:1.3rem}}.contacts__list--footer{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%;font-size:1.5rem;margin-bottom:2rem}@media only screen and (min-width:64em){.contacts__list--footer{width:auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}}.contacts__item{position:relative;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.contacts__item:not(:last-child){margin-right:.9rem}.contacts__item:hover{opacity:.85}@media only screen and (min-width:48em){.contacts__item:not(:last-child){margin-right:3rem}}.contacts__item--footer{width:100%;text-align:center}.contacts__item--footer:not(:last-child){margin-bottom:1.1rem}.contacts__item--footer:nth-child(1){-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.contacts__item--footer:nth-child(2){-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}@media only screen and (min-width:64em){.contacts__item--footer{text-align:left;width:auto}}@media only screen and (min-width:64em){.contacts__item--footer:not(:last-child){margin-bottom:0;margin-right:0;margin-left:3rem}}.contacts__icon{display:inline-block;position:relative;z-index:2}@media only screen and (min-width:48em){.contacts__icon{margin-right:1rem}}.contacts__icon--footer{width:2.1rem;height:2.1rem;margin-right:1rem}@media only screen and (min-width:64em){.contacts__icon--footer{margin-right:1rem}}.form{margin-bottom:6rem;padding:0 1.3rem}@media only screen and (min-width:64em){.form{padding:0}}.form__input-group{max-width:33rem;width:100%;margin:0 auto;margin-bottom:2rem}@media only screen and (min-width:64em){.form__input-group{margin:0;margin-bottom:2rem}}.form__input-wrap{padding:.1rem;-webkit-border-radius:.9rem;border-radius:.9rem;background:-webkit-gradient(linear,left top,left bottom,from(#18a5d7),to(#9a33fe));background:-o-linear-gradient(#18a5d7,#9a33fe);background:-webkit-linear-gradient(#18a5d7,#9a33fe);background:linear-gradient(#18a5d7,#9a33fe);overflow:hidden}.form__input{-webkit-border-radius:.9rem;border-radius:.9rem;border:none;padding:1.8rem 2.6rem;width:100%;background-color:#0d0715;color:#c1bfbf;font-size:1.4rem;line-height:1.57143;outline:0}.form__submit{padding:1.8rem 1rem 2rem 1rem;-webkit-border-radius:.9rem;border-radius:.9rem;background-image:-webkit-gradient(linear,left bottom,left top,from(#b16f23),to(#ffc404));background-image:-o-linear-gradient(bottom,#b16f23 0,#ffc404 100%);background-image:-webkit-linear-gradient(bottom,#b16f23 0,#ffc404 100%);background-image:linear-gradient(0deg,#b16f23 0,#ffc404 100%);cursor:pointer;max-width:33rem;width:100%;margin:0 auto;border:none;font-size:1.6rem;line-height:1.375;font-weight:800;text-transform:uppercase;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.form__submit:hover{background-image:-webkit-gradient(linear,left bottom,left top,from(#c57b26),to(#fcc615));background-image:-o-linear-gradient(bottom,#c57b26 0,#fcc615 100%);background-image:-webkit-linear-gradient(bottom,#c57b26 0,#fcc615 100%);background-image:linear-gradient(0deg,#c57b26 0,#fcc615 100%);-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.header{background-color:rgba(13,7,21,.9)}.header__inner{padding:1rem 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media only screen and (min-width:48em){.header__inner{padding:0;padding-bottom:.9rem}}.logo{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (min-width:48em){.logo{position:relative;top:auto;left:auto;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.logo--footer{margin-bottom:3rem!important}@media only screen and (min-width:64em){.logo--footer{margin-bottom:0!important}}.logo__img{width:15.3rem}@media only screen and (min-width:48em){.logo__img{width:auto}}.logo__img--footer{width:auto;margin:0 auto}.offer{padding-top:6.4rem;padding-bottom:5.6rem}@media only screen and (min-width:48em){.offer{padding-top:0}}@media only screen and (min-width:64em){.offer__inner{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}.offer__details{position:relative;z-index:20;text-align:center;}@media only screen and (min-width:64em){.offer__details{max-width:36rem;width:100%;text-align:left;padding-left:3rem;margin-right:6rem}}.offer__sub-heading{font-size:2.4rem;line-height:1.66667;margin-bottom:3rem}@media only screen and (min-width:64em){.offer__sub-heading{font-size:2.8rem;line-height:1.42857;margin-bottom:4.5rem}}.offer__text{font-size:1.6rem;line-height:1.375;margin-bottom:2.6rem}@media only screen and (min-width:64em){.offer__text{text-align:center;margin-bottom:4.4rem}}.offer__mockup{position:relative;z-index:10;max-width:33.1rem;width:100%;margin:0 auto}@media only screen and (min-width:64em){.offer__mockup{margin-top:1.5rem;max-width:71.8rem}}.features{padding-top:5.7rem}.features__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;max-width:100rem;margin:0 auto}@media only screen and (min-width:1140px){.features__list{max-width:unset;margin:0 -1.5rem}}.features__item{max-width:50.2rem;width:100%;margin-right:auto;margin-left:auto;margin-bottom:5.3rem;text-align:center;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.features__item:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.features__item:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.features__item:nth-child(2){-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.features__item:nth-child(3){-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.features__item:nth-child(4){-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.features__item:nth-child(5){-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.features__item:nth-child(6){-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}@media only screen and (min-width:64em){.features__item:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}}@media only screen and (min-width:64em){.features__item:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}}@media only screen and (min-width:64em){.features__item:nth-child(3){-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}}@media only screen and (min-width:64em){.features__item:nth-child(4){-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}}@media only screen and (min-width:64em){.features__item:nth-child(5){-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}}@media only screen and (min-width:64em){.features__item:nth-child(6){-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}}@media only screen and (min-width:48em){.features__item{margin-bottom:7.4rem}}@media only screen and (min-width:64em){.features__item{max-width:36rem}}.features__icon{margin:0 auto;margin-bottom:2.4rem}.features__title{font-size:1.8rem;font-weight:700;color:#dd9e12;margin-bottom:1.2rem}.features__text{font-size:1.4rem;padding:0 3rem}.description{padding-top:5.7rem;padding-bottom:5.2rem;background-image:url(../img/background-mobile.jpg);background-position:center 0;background-repeat:no-repeat}.description h2,.description h3,.description h4{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:2.4rem}.description p{font-size:1.6rem;line-height:1.5;margin-bottom:3rem}.description p+h2,.description p+h3,.description p+h4{margin-top:5.4rem}.description ul{font-size:1.6rem;line-height:1.5;margin-bottom:2.1rem}.description ul+h2,.description ul+h3,.description ul+h4{margin-top:5.4rem}.description li{position:relative;margin-bottom:1rem;padding-left:4.4rem}.description li::before{display:block;position:absolute;top:0;left:0;-webkit-border-radius:50%;border-radius:50%;width:2.5rem;height:2.5rem;content:"";background-color:#f4c136}.description li::after{display:block;position:absolute;top:.8rem;left:.8rem;-webkit-border-radius:50%;border-radius:50%;width:.9rem;height:.9rem;content:"";background-color:#fff}.description li.list-header{padding:0;margin-bottom:2rem}.description li.list-header::after,.description li.list-header::before{display:none}@media only screen and (min-width:26.5625em){.description{background-image:url(../img/background.jpg)}}@media only screen and (min-width:64em){.description{padding-top:12.8rem;padding-bottom:12.4rem}}@media only screen and (min-width:64em){.description h2,.description h3,.description h4{font-size:3.2rem;margin-bottom:3.3rem}}@media only screen and (min-width:64em){.description p{margin-bottom:3rem}}@media only screen and (min-width:64em){.description p+h2,.description p+h3,.description p+h4{margin-top:4.9rem}.description ul+h2,.description ul+h3,.description ul+h4{margin-top:4.9rem}}@media only screen and (min-width:64em){.description ul{margin-bottom:2.9rem}}@media only screen and (min-width:64em){.description li{padding-left:6.6rem;margin-bottom:2.5rem}}@media only screen and (min-width:64em){.description li::before{left:2.1rem}}@media only screen and (min-width:64em){.description li::after{left:2.9rem}}@media only screen and (min-width:64em){.description li.list-header{margin-bottom:3.8rem}}.footer{padding-bottom:3rem}@media only screen and (min-width:64em){.footer{padding-bottom:0}}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:64em){.footer__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}.footer__copyright{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2;font-size:1.2rem;font-weight:300;text-align:center}@media only screen and (min-width:64em){.footer__copyright{width:auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1;text-align:left;margin-top:1.3rem}}.nav-footer{text-align:center;margin-bottom:1rem}.nav-footer__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:64em){.nav-footer__list{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 7.6rem}}.nav-footer__item{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2;width:100%;font-weight:300;font-size:1.3rem;margin-bottom:1.1rem}.nav-footer__item:nth-child(1){-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.nav-footer__item:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.nav-footer__item:nth-child(3){-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.nav-footer__item:nth-child(4){-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.nav-footer__item:nth-child(5){-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}@media only screen and (min-width:64em){.nav-footer__item:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}}@media only screen and (min-width:64em){.nav-footer__item:nth-child(3){-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}}@media only screen and (min-width:64em){.nav-footer__item:nth-child(4){-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}}@media only screen and (min-width:64em){.nav-footer__item:nth-child(5){-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}}.nav-footer__link:hover{text-decoration:underline}.breadcrumbs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:25px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.breadcrumbs div{padding:10px}.menu_info{font-size:18px;line-height:22px;margin-top:40px}.menu_info li{margin-bottom:20px}.no-validate{background:rgba(100,0,0,.8);color:#fff}