@font-face{font-family:NautilusPompilius;src:url(../fonts/nautilus.eot);src:url(../fonts/nautilus.eot#iefix) format("embedded-opentype"),url(../fonts/nautilus.woff) format("woff"),url(../fonts/nautilus.ttf) format("truetype"),url(../fonts/nautilus.svg) format("svg")}

.wrap-all {
	opacity: 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.loader {
  position: fixed;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.loader > div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: tomato;
  transform: scale(0);
  transform-origin: center center;
  animation: loader 2s infinite linear;
}
.loader > div:nth-of-type(1), .loader > div:nth-of-type(5), .loader > div:nth-of-type(9) {
  animation-delay: 0.4s;
}
.loader > div:nth-of-type(4), .loader > div:nth-of-type(8) {
  animation-delay: 0.2s;
}
.loader > div:nth-of-type(2), .loader > div:nth-of-type(6) {
  animation-delay: 0.6s;
}
.loader > div:nth-of-type(3) {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1fb1c7f3bf948a6f2ca5e35eca5a47cf)
 * Config saved to config.json and https://gist.github.com/1fb1c7f3bf948a6f2ca5e35eca5a47cf
 *//*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */@font-face{font-family:Rubik;font-style:normal;font-weight:400;src:local('Rubik'),local('Rubik-Regular'),url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nFrXk.ttf) format('truetype')}@font-face{font-family:Rubik;font-style:normal;font-weight:500;src:local('Rubik Medium'),local('Rubik-Medium'),url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7EyjmmZ8WU.ttf) format('truetype')}@font-face{font-family:Rubik;font-style:normal;font-weight:700;src:local('Rubik Bold'),local('Rubik-Bold'),url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7F6iGmZ8WU.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fABc9.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype')}html{font-family:sans-serif}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:#337ab7;text-decoration:none}.call-phone p a,a:focus,a:hover,footer .politics,footer ul li p{text-decoration:underline}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}h1{font-size:2em}mark{background:#ff0;color:#000}.img-thumbnail,body{background-color:#fff}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.line-top a img,img{vertical-align:middle}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}*,:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a:focus,a:hover{color:#23527c}a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}figure{margin:0}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}.sr-only,abbr,acronym,fieldset,hr,img{border:0}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0)}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}[role=button]{cursor:pointer}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.line-top ul li:hover::before,q:after,q:before{content:''}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}body,html{-webkit-text-size-adjust:none;-ms-text-size-adjust:none}table{border-collapse:collapse;border-spacing:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}.call-phone,.form,.get-licens,.text-center,.what{text-align:center}button,input,textarea{outline:0;-webkit-appearance:none}.container{width:100%;overflow:hidden;float:left}.container .row-center{width:100%;max-width:1200px;margin:0 auto}.multilayer-parallax{position:absolute;z-index:1000;top:0!important;width:100%;left:0!important;right:-60px;height:0}.multilayer-parallax .parallax{position:absolute;z-index:2100}.multilayer-parallax .item-1{width:469px;height:615px;background:url(../img/parallax/1.png) no-repeat;background-size:cover}.multilayer-parallax .item-2{width:572px;height:936px;background:url(../img/parallax/2.png) no-repeat;background-size:cover}.multilayer-parallax .item-3{width:319px;height:371px;background:url(../img/parallax/3.png) no-repeat;background-size:cover}.multilayer-parallax .item-4{width:426px;height:429px;background:url(../img/parallax/4.png) no-repeat;background-size:cover}.multilayer-parallax .item-5{width:414px;height:467px;background:url(../img/parallax/5.png) no-repeat;background-size:cover}.multilayer-parallax .item-6{width:361px;height:428px;background:url(../img/parallax/6.png) no-repeat;background-size:cover}.multilayer-parallax .radius-big{width:203px;height:214px;background:url(../img/parallax/radius-big.png) no-repeat;background-size:cover}.multilayer-parallax .radius-small{width:163px;height:167px;background:url(../img/parallax/radius-small.png) no-repeat;background-size:cover}.multilayer-parallax .parallax-1{top:1600px;left:0}.multilayer-parallax .parallax-2{top:2000px;right:0}.multilayer-parallax .parallax-3{top:3800px;left:4%}.multilayer-parallax .parallax-4{top:3700px;right:4%}.multilayer-parallax .parallax-5{top:6500px;left:4%}.multilayer-parallax .parallax-6{top:7000px;right:4%}.multilayer-parallax .parallax-7{top:7000px;left:0}.multilayer-parallax .parallax-8{top:150px;left:3%}.multilayer-parallax .parallax-9{top:150px;right:22%}.multilayer-parallax .parallax-10{top:780px;left:15%}.multilayer-parallax .parallax-11{top:1580px;right:15%}.multilayer-parallax .parallax-12{top:2880px;left:10%}.multilayer-parallax .parallax-13{top:3280px;right:8%}.multilayer-parallax .parallax-14{top:5780px;right:8%}.multilayer-parallax .parallax-15{top:6050px;left:3%}.multilayer-parallax .parallax-16{top:7950px;right:10%}.call-phone{height:30px;display:none;position:fixed;bottom:0;z-index:3000;width:100%;background:rgba(0,0,0,.9)}.call-phone p{line-height:30px;color:#fff;font-size:17px;font-family:Rubik,sans-serif;font-weight:400}.call-phone p a{color:#ec3333;font-weight:700}.form .text-form,.form .title-form{color:#2f3540;font-family:Rubik,sans-serif}.form{background-color:#fff}.form .title-form{font-size:30px;font-weight:700}.form .text-form{font-size:19px;font-weight:400;line-height:30px}.form form{margin-top:30px;padding:0 100px}.form form input,.form form textarea{margin-bottom:10px;width:100%;height:60px;border-radius:5px;border:1px solid #e0e0e0;background-color:#fafafa;color:#777779;font-family:Roboto,sans-serif;font-size:16px;padding:0 20px;font-weight:300}.button-standart p,.section-title{font-family:Rubik,sans-serif;font-weight:500;text-transform:uppercase}.form form textarea{padding:20px;height:150px;resize:none}.form form input:focus,.form form textarea:focus{border:1px solid #777779}.form form .button-standart{width:100%}.section-title{font-size:36px;line-height:40px;color:#2f3540}.white{color:#fff}.button-standart{transition:.5s ease all;cursor:pointer;box-shadow:0 20px 30px rgba(236,51,51,.3);border-radius:5px;background-color:#ec3333;padding:22px 50px 18px;display:inline-block}.button-standart:hover{background:#ea1c1c}.button-standart p{color:#fff;font-size:13px;letter-spacing:1.3px}.line-top a,.line-top ul li{font-weight:400;color:#fff;font-family:Rubik,sans-serif}.arcticmodal-container,.arcticmodal-overlay{z-index:6000}.line-top{position:fixed;top:0;height:70px;z-index:4000;border-bottom:1px solid rgba(255,255,255,.1)}.line-top .logo{margin:3px 0;cursor:pointer}.line-top .menu-btn{display:none}.line-top ul{float:right;margin-right:85px}.line-top ul li{cursor:pointer;padding:22px 0 17px;margin:0 7px;font-size:16px;display:inline-block;overflow:hidden;position:relative}.line-top ul li:hover::before{height:6px;background:#ec1515;position:absolute;top:0;width:100%}.line-top a{font-size:20px;float:right;display:block;margin:17px 0}.line-top a img{margin:-3px 10px 0 0}.fixed{background:rgba(0,0,0,.9)}header{background:url(../img/background/header.jpg) top center no-repeat;background-size:cover;overflow:visible!important}header .row-center{display:table;position:relative;padding:275px 0 215px}.about .pechat,header .row-center::before{position:absolute;content:''}header .row-center::before{width:575px;height:743px;top:80px;right:-140px;background:url(../img/decor/gerb.png)}header h1{color:#fff;font-family:Rubik,sans-serif;font-size:48px;font-weight:500;line-height:50px;text-transform:uppercase}header .text{color:#fff;margin-top:20px;font-family:Rubik,sans-serif;font-size:28px;font-weight:400;line-height:40px}.about .inform p,.about .text{color:#2f3540;font-family:Roboto,sans-serif}header .text strong{font-weight:500;text-transform:uppercase}header .button-standart{margin-top:40px}.about{background:#fff;padding:100px 0}.about .licens{display:inline-block;margin:0 0 -90px -25px}.about .section-title{margin:15px 0 30px}.about .text{margin-bottom:10px;font-size:16px;font-weight:300;line-height:30px}.about .pechat{width:381px;height:208px;background:url(../img/decor/pechat.png) no-repeat;top:310px}.about .inform{margin-top:35px;border:1px solid #e0e0e0;position:relative;background-color:#f5f5f5}.about .inform img{position:absolute;top:-5px;left:15px;margin:auto;bottom:0}.about .inform p{font-size:14px;font-weight:300;padding:20px 55px 20px 95px;line-height:24px}.get-licens .info-text,.what .item .text{color:#2f3540;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;display:inline-block}.what{padding:100px 0;background:#fafafa}.what .section-title{margin-bottom:70px}.what .item{margin-bottom:60px}.what .item .icon{width:200px;height:100px;display:inline-block;position:relative}.what .item .icon img{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.what .item .text{margin-top:40px;max-width:370px;line-height:24px}.get-licens{padding:100px 0 60px;overflow:visible}.get-licens .info-text{margin:20px 0 60px;max-width:975px;line-height:30px}.get-licens .label{border-radius:25px;display:inline-block;padding:0 40px;background-color:#fafafa;margin-bottom:40px}.get-licens .label .red{color:#ec3333}.get-licens .label .green{color:#5cb406}.get-licens .label p{font-family:Rubik,sans-serif;font-size:18px;font-weight:500;line-height:50px;text-transform:uppercase}.get-licens ul li .text,.get-licens ul li .title{color:#2f3540;font-family:Roboto,sans-serif;font-size:16px;line-height:24px}.get-licens ul{margin-left:85px}.get-licens ul li{position:relative;text-align:left;margin-bottom:35px}.get-licens ul li::before{position:absolute;width:53px;height:53px;content:'';left:-70px}.get-licens ul li .title{font-weight:700}.get-licens ul li .text{margin-top:7px;font-weight:300}.get-licens .red li::before{background:url(../img/icon/box-red.svg) no-repeat}.get-licens .green li{margin-bottom:50px}.get-licens .green li::before{top:0;bottom:0;margin:auto;background:url(../img/icon/box-green.svg) no-repeat}.get-licens .button-standart{position:relative}.get-licens .button-standart::before{right:50%;margin:auto;width:300px;height:130px;bottom:-150px;position:absolute;content:'';background:url(../img/decor/line.svg) no-repeat}.etaps{background:url(../img/background/etaps.jpg) top center no-repeat;background-size:cover;text-align:center;padding:100px 0 15px}.etaps .section-title{margin-bottom:100px}.etaps .item-1 .icon::before,.etaps .item-2 .icon::before,.etaps .item-4 .icon::before{width:230px;top:0;bottom:0;right:-253px;height:2px;margin:auto;position:absolute;content:'';background:url(../img/decor/dot-230.png) no-repeat}.etaps .item-3 .icon::after,.etaps .item-4 .icon::after{width:675px;height:2px;margin:auto;position:absolute;background:url(../img/decor/dot-675.png) no-repeat;top:0;bottom:0;content:''}.etaps .item-4 .icon::after{left:-695px}.etaps .item-3 .icon::after{right:-695px}.etaps .item{margin-bottom:85px}.etaps .item .icon{width:130px;display:inline-block;height:130px;box-shadow:0 20px 30px rgba(0,0,0,.5);background-color:#fff;position:relative}.etaps .item .icon img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.etaps .item .icon .number{width:40px;height:40px;top:-20px;left:-20px;box-shadow:0 10px 20px rgba(236,21,21,.3);background-color:#ec1515;position:absolute}.etaps .item .icon .number p{color:#fff;font-family:Rubik,sans-serif;font-size:24px;line-height:40px;font-weight:400;text-transform:uppercase}.etaps .item .text{color:#fff;max-width:350px;display:inline-block;margin-top:30px;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;line-height:24px}.big-form .title,.big-form .title strong,.big-form ul li .text{font-family:Rubik,sans-serif}.big-form{overflow:visible;background:#d23232}.big-form .title{color:#fff;margin:90px 0 40px;font-size:30px;text-align:center;font-weight:400;line-height:40px}.big-form .title strong{font-weight:700}.big-form ul{margin-left:85px}.big-form ul li{color:#fff;position:relative;text-align:left}.partner,.sertificat,.specialist{text-align:center}.big-form ul li::before{position:absolute;width:53px;height:53px;top:0;bottom:0;margin:auto;content:'';left:-70px;background:url(../img/icon/box-white.svg);box-shadow:0 20px 30px rgba(0,0,0,.15)}.big-form ul li .text{color:#fff;font-size:18px;font-weight:400;line-height:26px}.request .item .text,.request .item .title{font-family:Roboto,sans-serif;font-size:16px;line-height:24px;color:#2f3540}.big-form ul li:not(:last-child){margin-bottom:50px}.big-form .form{height:560px;position:relative;box-shadow:0 30px 50px rgba(0,0,0,.05)}.big-form .form::after,.big-form .form::before{width:100%;height:20px;background:#fff;left:0;content:''}.big-form .form::before{position:absolute;top:-20px}.big-form .form::after{bottom:-20px;position:absolute}.big-form .form .title-form{padding-top:90px}.sertificat{background:#fafafa;padding:100px 0}.sertificat .section-title{margin-bottom:80px}.sertificat .ramka{box-shadow:0 10px 20px rgba(0,0,0,.05);display:inline-block}.sertificat .ramka:hover .sert{position:absolute}.sertificat .ramka:hover .sert::before{position:absolute;top:0;right:0;content:'';bottom:0;left:0;background:url(../img/icon/plus.svg) center center no-repeat rgba(24,26,31,.9)}.sertificat .ramka .sert{position:relative;position:absolute;left:50%;top:50%;overflow:hidden;width:75%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.sertificat .ramka .ram,.sertificat .ramka .sert img{max-width:100%}.partner{background:url(../img/background/partner.jpg) top center no-repeat;background-size:cover;padding:100px 0 200px}.partner .section-title{margin-bottom:85px}.partner .box{width:100%;height:120px;border:1px solid #e0e0e0;background-color:#fff}.partner .owl-carousel li img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;transition:.5s ease all;-webkit-filter:grayscale(1);filter:grayscale(1)}.partner .owl-carousel li:hover img{-webkit-filter:grayscale(0)!important;filter:grayscale(0)!important}.partner .owl-nav{bottom:0;height:1px;width:100%;top:-75px;position:absolute;margin:auto;display:block!important}.partner .owl-nav .owl-next,.partner .owl-nav .owl-prev{width:50px;height:50px;position:absolute;background:url(../img/icon/slider-button.svg) no-repeat!important}.partner .owl-nav .owl-prev{left:-65px}.partner .owl-nav .owl-next{right:-65px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.request{padding:100px 0}.request .section-title{margin-bottom:80px}.request .item{border:1px solid #e0e0e0;padding:23px 20px;position:relative;cursor:pointer;margin-bottom:-1px}.request .item::before{width:20px;height:13px;background:url(../img/icon/arrow.svg) no-repeat;position:absolute;top:25px;content:'';right:25px}.request .item .title{font-weight:700;padding-right:40px}.request .item .text{display:none;font-weight:300;position:relative;margin:20px 0 0 20px}.request .item .text::before{width:2px;height:100%;background-color:#ec3333;position:absolute;content:'';top:0;left:-20px}.request [data-active="1"]::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.request [data-active="1"] .text{display:block}.contact{padding:0!important}.contact .absolute{position:absolute;width:100%;z-index:1000;height:0}.contact .absolute .box{margin-top:50px;width:100%;box-shadow:0 30px 50px rgba(0,0,0,.2);background-color:#fff;text-align:center;padding:40px 0 50px}.contact .absolute .box .title{color:#2f3540;font-family:Rubik,sans-serif;font-size:36px;font-weight:400;line-height:40px}.contact .absolute .box img{margin:40px 0 10px}.contact .absolute .box .text{color:#2f3540;font-family:Roboto,sans-serif;font-size:14px;font-weight:300}.contact .absolute .box .title-info{margin:45px 0 10px;color:#2f3540;font-family:Rubik,sans-serif;font-size:18px;font-weight:400}.contact .absolute .box .text-info{color:#2f3540;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;line-height:24px}.contact .absolute .box .phone{margin:30px 0 15px;display:inline-block;color:#2f3540;font-family:Rubik,sans-serif;font-size:30px;font-weight:400}.contact #map{width:100%;height:710px}footer{background:#1e232b;padding:0!important}footer .text{opacity:.5;color:#fff;margin:30px 0 20px;font-family:Roboto,sans-serif;font-size:12px;font-weight:300}footer hr{height:1px;background:#2f3540!important;opacity:.1!important;width:100%;margin:0}footer ul{margin:30px 0}footer ul li p{display:inline-block;color:#fff;font-family:Rubik,sans-serif;font-size:13px;font-weight:400;line-height:24px;transition:.5s ease all;cursor:pointer}footer ul li p:hover{color:#ec3333}footer .politics{color:#fff;font-family:Roboto,sans-serif;font-size:12px;font-weight:300;cursor:pointer;margin:5px 0;transition:.5s ease all}.popup-politics .text,.popup-politics .title,.specialist .owl-carousel li .name,.specialist .owl-carousel li .title{font-family:Rubik,sans-serif}footer .politics:hover{color:#ec3333}.popup-request,.popup-standart{max-width:570px}.popup-politics{background:#fff;padding:20px;max-width:1200px}.popup-politics .title{color:#2f3540;font-size:30px;margin:20px 0 0;font-weight:700}.popup-politics .text:nth-child(1),.popup-politics .title:nth-child(1){margin-top:0}.popup-politics .text{color:#2f3540;font-size:16px;font-weight:400;margin-top:10px;line-height:30px}.popup{position:relative}.popup .arcticmodal-close{position:absolute;width:60px;right:0;top:-70px;height:60px;cursor:pointer;background-color:#fff}.popup .arcticmodal-close img{position:absolute;top:0;margin:auto;right:0;bottom:0;left:0}.popup .form{padding:110px 0 120px}.specialist{padding:100px 0}.specialist .owl-carousel{text-align:left;margin-top:80px}.specialist .owl-carousel li img{max-width:100%}.specialist .owl-carousel li .name{color:#2f3540;font-size:24px;font-weight:500;line-height:32px}.specialist .owl-carousel li .title{color:#2f3540;font-size:18px;font-weight:400;line-height:40px;margin-top:15px}.specialist .owl-carousel li .text{color:#2f3540;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;margin-left:30px;line-height:24px;position:relative}.specialist .owl-carousel li .text::before{width:2px;height:100%;background:#ec3333;position:absolute;left:-20px;content:''}.specialist .owl-carousel li .button-standart{margin:40px 0}.specialist .owl-nav{bottom:0;height:1px;width:100%;top:-75px;position:absolute;margin:auto;display:block!important}.specialist .owl-nav .owl-next,.specialist .owl-nav .owl-prev{width:55px;height:55px;position:absolute;background:url(../img/icon/slider-button-red.svg) no-repeat!important}.specialist .owl-nav .owl-next:hover,.specialist .owl-nav .owl-prev:hover{background:url(../img/icon/slider-button-white.svg) no-repeat!important}.specialist .owl-nav .owl-prev{left:-165px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.specialist .owl-nav .owl-prev:hover{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.specialist .owl-nav .owl-next{right:-165px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.specialist .owl-nav .owl-next:hover{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.wrap{position:relative;overflow:hidden}@media all and (max-width:1900px){.multilayer-parallax .parallax-1{left:-300px}.multilayer-parallax .parallax-3,.multilayer-parallax .parallax-5,.multilayer-parallax .parallax-7{left:-200px}.multilayer-parallax .parallax-2{right:-300px}.multilayer-parallax .parallax-4,.multilayer-parallax .parallax-6{right:-200px}}@media all and (max-width:1500px){.multilayer-parallax{display:none}}@media all and (max-width:1300px){header .row-center::before{right:-170px}}@media all and (max-width:1200px){.line-top{overflow:visible;height:70px}.line-top .menu-btn{display:block;width:36px;cursor:pointer;position:absolute;top:20px;right:15px;height:26px;background:url(../img/icon/menu.svg) no-repeat}.line-top ul,[data-active-menu="1"]{background:rgba(0,0,0,.9)}.line-top ul{position:absolute;right:0;width:100%;top:70px;display:none;margin:0}.line-top ul li{margin:0;padding:10px 20px;width:100%;display:inline-block}.line-top ul li:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.line-top ul li:hover{color:#ec3333}.line-top ul li::before{display:none}.line-top a{margin:19px 70px 17px 0}header .row-center{padding:275px 0 215px}header .button-standart{margin-top:30px}[data-active-menu="1"] .menu-btn{background:url(../img/icon/close-menu.svg) no-repeat}[data-active-menu="1"] ul{display:block}.about .pechat,.what .item .text br{display:none}.form .text-form{font-size:17px}.form form{padding:0 50px}.button-standart{padding:22px 35px 18px}.big-form ul li .text{font-size:16px}.specialist{padding:100px 0 60px}.specialist .owl-nav .owl-prev{left:-65px}.specialist .owl-nav .owl-next{right:-65px}header .row-center::before{right:-370px}.about .licens{max-width:100%;margin-left:0;margin-bottom:-50px}.about .button-standart{margin-top:0}}@media all and (max-width:991px){.big-form,.get-licens{padding-bottom:100px}.big-form .form::after,.big-form .form::before,.etaps .item-1 .icon::after,.etaps .item-1 .icon::before,.etaps .item-2 .icon::after,.etaps .item-2 .icon::before,.etaps .item-3 .icon::after,.etaps .item-3 .icon::before,.etaps .item-4 .icon::after,.etaps .item-4 .icon::before,.etaps .item-5 .icon::after,.etaps .item-5 .icon::before,.get-licens .button-standart::before,header .row-center::before{display:none}.popup{margin-top:70px}.about .section-title{margin-top:50px}.about img{margin-top:50px!important}.big-form .form{margin-top:100px}.specialist .owl-carousel li{text-align:center}.specialist .owl-carousel li .name,.specialist .owl-carousel li .text,.specialist .owl-carousel li .title,footer ul li{text-align:left}.specialist .owl-carousel li img{margin-bottom:50px}.partner{padding:100px 0}footer{text-align:center}footer .text{margin-bottom:0}.contact .absolute{position:relative;height:auto}.contact .absolute .box{margin-bottom:50px}.contact #map{height:300px}}@media all and (max-width:767px){.about .inform img,.form .text-form br,.line-top a,header h1 br{display:none}.line-top ul li{font-size:16px}header .row-center{padding:110px 0 50px}header h1{font-size:25px;line-height:33px;max-width:370px}.about .text,header .text{font-size:16px;line-height:24px}.about{padding:50px 0}.about .licens{margin-bottom:0}.about .section-title{margin-top:0}.about .inform p{padding:20px}.get-licens,.what{padding:50px 0}.section-title{font-size:24px;line-height:30px}.what .section-title{margin-bottom:50px}.what .item{margin-bottom:45px}.what .item .text{margin-top:20px}.get-licens .info-text{line-height:24px}.etaps{padding:50px 0 0}.etaps .item,.etaps .section-title{margin-bottom:50px}.big-form{padding:50px 0}.big-form .title{margin:0 0 50px}.big-form .form{margin-top:50px;height:auto;padding-bottom:50px}.big-form .form .title-form{padding:50px 15px 0}.form .title-form{font-size:18px;line-height:26px}.form form{padding:0 20px}.form form input{height:50px;font-size:14px}.form form textarea{font-size:14px;height:120px}.partner .owl-nav,.specialist .owl-nav{height:auto;position:relative;text-align:center}.form form .button-standart{padding:17px 50px 15px}.form .text-form{font-size:14px;line-height:20px;padding:0 20px;max-width:400px;display:inline-block}.popup .form{padding:30px 0}.specialist{padding:50px 0 40px}.specialist .owl-carousel{margin:45px 0 -10px}.specialist .owl-carousel li img{margin-bottom:45px}.specialist .owl-carousel li .button-standart{margin:40px 0}.specialist .owl-nav{top:10px}.specialist .owl-nav .owl-prev{margin:0 10px;display:inline-block;position:relative;left:0}.specialist .owl-nav .owl-next{margin:0 10px;right:0;display:inline-block;position:relative}.sertificat .ramka,.sertificat .section-title{margin-bottom:50px}.sertificat{padding:50px 0 0}.sertificat .ramka{position:relative}.sertificat .ramka .sert{padding:0;max-width:80%}.partner,.request{padding:50px 0}.partner .section-title{margin-bottom:45px}.partner .owl-nav{top:35px}.partner .owl-nav .owl-prev{margin:0 10px;display:inline-block;position:relative;left:0}.partner .owl-nav .owl-next{margin:0 10px;right:0;display:inline-block;position:relative}.request .section-title{margin-bottom:45px}.contact .absolute .box .title{font-size:25px;line-height:32px}footer{padding-bottom:30px!important}footer .text{margin:50px 0 30px}footer ul{margin:0}footer ul li{text-align:center}footer hr{margin-top:40px!important}.popup-politics .title{font-size:18px;line-height:24px}.popup-politics .text{font-size:16px;line-height:24px}.call-phone{display:block}}