@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url('../fonts/Proxima Nova Condensed Bold.eot');
  src: local('☺'), url('../fonts/Proxima Nova Condensed Bold.woff') format('woff'), url('../fonts/Proxima Nova Condensed Bold.ttf') format('truetype'), url('../fonts/Proxima Nova Condensed Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url('../fonts/Proxima Nova Condensed Bold Italic.eot');
  src: local('☺'), url('../fonts/Proxima Nova Condensed Bold Italic.woff') format('woff'), url('../fonts/Proxima Nova Condensed Bold Italic.ttf') format('truetype'), url('../fonts/Proxima Nova Condensed Bold Italic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url('../fonts/Proxima Nova Condensed Light.eot');
  src: local('☺'), url('../fonts/Proxima Nova Condensed Light.woff') format('woff'), url('../fonts/Proxima Nova Condensed Light.ttf') format('truetype'), url('../fonts/Proxima Nova Condensed Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url('../fonts/Proxima Nova Condensed Light Italic.eot');
  src: local('☺'), url('../fonts/Proxima Nova Condensed Light Italic.woff') format('woff'), url('../fonts/Proxima Nova Condensed Light Italic.ttf') format('truetype'), url('../fonts/Proxima Nova Condensed Light Italic.svg') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url('../fonts/Proxima Nova Condensed Regular.eot');
  src: local('☺'), url('../fonts/Proxima Nova Condensed Regular.woff') format('woff'), url('../fonts/Proxima Nova Condensed Regular.ttf') format('truetype'), url('../fonts/Proxima Nova Condensed Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url('../fonts/Proxima Nova Condensed Regular Italic.eot');
  src: local('☺'), url('../fonts/Proxima Nova Condensed Regular Italic.woff') format('woff'), url('../fonts/Proxima Nova Condensed Regular Italic.ttf') format('truetype'), url('../fonts/Proxima Nova Condensed Regular Italic.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova Extra Condensed';
  src: url('../fonts/Proxima Nova Extra Condensed Bold.eot');
  src: local('☺'), url('../fonts/Proxima Nova Extra Condensed Bold.woff') format('woff'), url('../fonts/Proxima Nova Extra Condensed Bold.ttf') format('truetype'), url('../fonts/Proxima Nova Extra Condensed Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Extra Condensed';
  src: url('../fonts/Proxima Nova Extra Condensed Bold Italic.eot');
  src: local('☺'), url('../fonts/Proxima Nova Extra Condensed Bold Italic.woff') format('woff'), url('../fonts/Proxima Nova Extra Condensed Bold Italic.ttf') format('truetype'), url('../fonts/Proxima Nova Extra Condensed Bold Italic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova Extra Condensed';
  src: url('../fonts/Proxima Nova Extra Condensed Light.eot');
  src: local('☺'), url('../fonts/Proxima Nova Extra Condensed Light.woff') format('woff'), url('../fonts/Proxima Nova Extra Condensed Light.ttf') format('truetype'), url('../fonts/Proxima Nova Extra Condensed Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Extra Condensed';
  src: url('../fonts/Proxima Nova Extra Condensed Light Italic.eot');
  src: local('☺'), url('../fonts/Proxima Nova Extra Condensed Light Italic.woff') format('woff'), url('../fonts/Proxima Nova Extra Condensed Light Italic.ttf') format('truetype'), url('../fonts/Proxima Nova Extra Condensed Light Italic.svg') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova Extra Condensed';
  src: url('../fonts/Proxima Nova Extra Condensed Regular.eot');
  src: local('☺'), url('../fonts/Proxima Nova Extra Condensed Regular.woff') format('woff'), url('../fonts/Proxima Nova Extra Condensed Regular.ttf') format('truetype'), url('../fonts/Proxima Nova Extra Condensed Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Extra Condensed';
  src: url('../fonts/Proxima Nova Extra Condensed Regular Italic.eot');
  src: local('☺'), url('../fonts/Proxima Nova Extra Condensed Regular Italic.woff') format('woff'), url('../fonts/Proxima Nova Extra Condensed Regular Italic.ttf') format('truetype'), url('../fonts/Proxima Nova Extra Condensed Regular Italic.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}

*{
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::selection {
  background: #1680bc;
  color: #fff;
}
*::-moz-selection {
  background: #1680bc;
  color: #fff;
}
*::-webkit-selection{
  background: #1680bc;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #777;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #555;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover{
  background-color: #eee;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #aaa;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

form input::-webkit-input-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form input:-webkit-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form input::-moz-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form input:-moz-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form input::-ms-input-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form input::-ms-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form input::placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }

form textarea::-webkit-input-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form textarea:-webkit-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form textarea::-moz-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form textarea:-moz-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form textarea::-ms-input-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form textarea::-ms-placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }
form textarea::placeholder { color: #4c4c4c; font-family: 'Proxima Nova Extra Condensed'; letter-spacing: 0.05em; }

body{
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 400;
  width: 100%;
}

img,
iframe{
  max-width: 100%;
  height: auto;
}

.block .messages{
  display: none !important;
}
.form-item label{
  font-weight: 400;
  margin: 0 0 5px;
  color: #4c4c4c;
  font-family: 'Proxima Nova Extra Condensed';
  letter-spacing: 0.05em;
}
.form-item label .form-required{
  display: none;
}
.form-item input,
.form-item textarea,
.form-item select{
  border: 1px solid #768db4;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  resize: none;
  padding: 3px 20px;
  width: 100%;
  outline: none;
  color: #4c4c4c;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  display: block;
  font-family: 'Proxima Nova Extra Condensed';
  letter-spacing: 0.05em;
}
.form-item textarea{
  padding: 7px 15px;
}

.form-item input{
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: red !important;
  /* background: #fef5f1 !important; */
}
form .form-item{
  position: relative;
  margin: 0 0 15px;
}
form .form-item.webform-component-textarea{
  margin: 25px 0 0;
}
.block--webform .messages,
#la-webform-page .messages{
  display: none !important;
}
.form-item .description{
  display: none;
  /* font-size: 13px;
  line-height: 1;
  color: red;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute; */
}
/* .form-item input.error + .description,
.form-item select.error + .description,
.form-item textarea.error + .description{
  display: block;
} */

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  font-family: 'Proxima Nova Extra Condensed', sans-serif;
  margin: 0;
}

ol,ul{
  padding-left: 20px;
}

.wrap-line{
  float: left;
  width: 100%;
  position: relative;
}
#home-main .wrap-line{
  z-index: 2;
}

.wrap-grid{
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

#page{
  float: left;
  width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Proxima Nova Condensed', sans-serif;
  font-weight: 300;
}

table{
  background: none;
  border: none;
  border-top: 1px solid #768db4;
  text-align: left;
  position: relative;
}
table tbody{
  background: none;
  border: none;
}
table thead{
  background: none;
  border: none;
}
table thead:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15px;
  z-index: 1;
  background: #fff;
  border-top: 1px solid #768db4;
}
table tr{
  background: none;
  border: none;
}
table tbody tr:nth-child(2n+1){
  background: #dfe5ee;
}
table td{
  font-size: 15px;
  line-height: 1;
  font-family: 'Proxima Nova Extra Condensed';
  font-weight: 300;
  letter-spacing: 0.1;
  background: none;
  border: none;
  padding: 3px 10px;
  position: relative;
}
table td + td,
table th + th{
  border-left: 1px solid #768db4;
}
table th{
  color: #768db4;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Proxima Nova Extra Condensed';
  letter-spacing: 0.15em;
  background: none;
  border: none;
  padding: 15px 10px 20px;
  position: relative;
}
table strong{
  color: #768db4;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Proxima Nova Extra Condensed';
  letter-spacing: 0.15em;
  background: none;
  border: none;
}

a{
  color: #768db4;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}

.block-button,
.block-button,
form .form-actions{
  width: 100%;
  text-align: right;
  margin: 15px 0 0;
}
.block-button .button,
form .form-actions input{
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  background: #768db4 url('../images/icon-button.jpg') right center no-repeat;
  background-size: contain;
  border: 1px solid #768db4;
  padding: 5px 45px 5px 15px;
  position: relative;
  min-width: 360px;
  text-align: center;
  outline: none;
}
.block-button .button.button-download{
  background: #768db4 url('../images/icon-download.jpg') right center no-repeat;
}
.block-button .button:hover,
form .form-actions input:hover{
  background-color: #fff;
  color: #768db4;
}

.region-wrap-title,
.region-wrap-content{
  float: left;
  width: 100%;
}

pre.laweb-code{
  font-size: 12px;
  line-height: 1;
}

/* ====================================================================================== */

.not-front #content{
  padding-left: 70px;
  position: relative;
  z-index: 3;
}

.region-title{
  font-family: 'Proxima Nova Extra Condensed', sans-serif;
  font-size: 39px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  height: 39px;
  display: block;
  margin: 0 0 70px;
  margin-left: 70px;
}
.not-front .region-title{
  margin: 0 0 40px;
}
.region-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -23px;
  height: 1px;
  width: 80px;
  background: #c22821;
  z-index: 3;
}
.region-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  height: 15px;
  width: 100%;
  background: #768db4;
  z-index: 3;
  border-right: 12px solid #c22821;
}
.region-title span {
  color: #768db4;
  font-size: 39px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 39px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  -ms-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
.region-title.animate-title span {
  height: 0;
}
.region-title.animate-title.view-title span {
  height: 39px;
}
#block-webform-1 .region-title.view-title span,
#block-webform-2 .region-title.view-title span{
  height: 78px;
}
.region-title.animate-title:before{
  width: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.region-title.animate-title.view-title:before{
  width: 80px;
}

.la-block{
  width: auto;
  display: block;
  margin-left: 70px;
}


.block .block-title,
.la-block .block-title{
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 40px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #768db4;
}
.block .block-title.animate-title,
.la-block .block-title.animate-title{
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.block .block-title.animate-title.view-title,
.la-block .block-title.animate-title.view-title{
  opacity: 1;
  -webkit-transition: all 1.6s ease 0.3s;
  -moz-transition: all 1.6s ease 0.3s;
  -o-transition: all 1.6s ease 0.3s;
  -ms-transition: all 1.6s ease 0.3s;
  transition: all 1.6s ease 0.3s;
}

.field--type-text-with-summary ul,
.field--type-text-long ul,
#page .text ul,
.la-block ul{
  margin: 0.6em 0 1em;
  list-style-type: none; /* Убираем исходные маркеры */
  counter-reset: num; /* Задаём имя счетчика */
  padding: 0;
  color: #000;
}
.field--type-text-with-summary ul li::before,
.field--type-text-long ul li::before,
.la-block ul li::before,
#page .text ul li::before{
  content: "\f0c8"; 
  color: #249446;
  font-family: "FontAwesome";
  font-size: 0.65em;
  line-height: 1;
  padding-bottom: 0.1em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
  line-height: inherit;
}

.ajax-progress{
  position: absolute;
  left: 0;
  /* left: 50%; */
  /* margin-left: -100px; */
  /* text-align: center; */
  /* width: 200px; */
}


html,
body.home,
.home #page{
  height: 100%;
}
#region-head{
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: url('../images/bg-001.jpg') center no-repeat;
  background-size: cover;
}
#region-head:before{
  content: "";
  height: 42px;
  position: absolute;
  z-index: 21;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
body.load #region-head{
  background: none;
}
#region-head .la-table{
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 6;
}
#region-head .la-table-cell{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

#region-top{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
}
body.admin-menu #region-top{
  top: 30px;
}

#slot-02{
  margin-left: 0;
  margin-right: 290px;
  background: #fff;
  height: 36px;
  display: block;
  border-left: 12px solid #c22821;
  padding-left: 15px;
}
#slot-01{
  position: absolute;
  background: #fff;
  height: 36px;
  width: 70px;
  left: 15px; 
  top: 0;
  display: block;
  z-index: 1;
}
#slot-03{
  position: absolute;
  background: #fff;
  height: 36px;
  right: 15px; 
  width: 260px;
  top: 0;
  display: block;
  z-index: 1;
  border-left: 12px solid #c22821;
}
#slot-02,
#slot-03{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.not-front #slot-01,
.not-front #slot-02,
.not-front #slot-03{
  background: #768db4;
}

#region-menu{
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 98;
  left: 0;
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#page.scroll-menu #region-menu,
#region-menu{
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 998;
  left: 50%;
  width: 600px;
  margin-left: -350px;
  background: none;
}
body.admin-bar #page.scroll-menu #region-menu,
body.admin-bar #page #region-menu{
  top: 30px;
}
body.admin-bar #page.scroll-menu #region-top,
body.admin-bar #page #region-top{
  top: 30px;
}
#page #block-menu,
#page.scroll-menu #block-menu,
.not-front #block-menu{
  padding: 7px 0;
}
.not-front #block-menu{
  float: right;
  width: 590px;
}

#region-menu .inslot{
  height: 36px;
  top: -36px;
  background: #fff;
  z-index: 1;
  display: block;
  position: absolute;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#region-menu .inslot-1{
  width: 50%;
  right: 50%;
  margin-right: 585px;
}
#region-menu .inslot-2{
  width: 30px;
  right: 50%;
  margin-right: 485px;
}
#region-menu .inslot-3{
  width: 50%;
  left: 50%;
  margin-left: 585px;
}
#region-menu .inslot-4{
  width: 30px;
  left: 50%;
  margin-left: 295px;
}

#page.scroll-menu #region-menu .inslot{
  position: fixed;
  top: 0;
  display: none;
}


#block-menu{
  padding: 10px 0;
  position: relative;
  font-weight: 400;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#block-menu ul.menu{
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
#block-menu ul.menu li{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 15px;
  position: relative;
}
#block-menu ul.menu li a{
  font-size: 16px;
  line-height: 16px;
  display: block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
#block-menu ul.menu li a:hover{
  color: #768db4;
}
#block-menu ul.menu li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
.not-front #block-menu ul.menu li a{
  color: #fff;
}
.not-front #block-menu ul.menu li a:hover{
  color: #c22821;
  color: #fff;
}
.not-front #block-menu ul.menu li + li:before {
  background: #fff;
}

#block-menu ul.menu li a:before{
  content: "";
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  position: absolute;
  background: #c22821;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#block-menu ul.menu li a:hover:before{
  width: 100%;
}

#block-one-screen{
  margin-left: 70px;
  background: #fff;
  padding: 20px 400px 20px 260px;
  position: relative;
}
#block-one-screen .site-name{
  display: block;
  margin: 0;
}
#block-one-screen .site-name a{
  text-decoration: none;
  outline: none;
  position: absolute;
  left: 30px;
  top: 10px;
  bottom: 10px;
  width: 0;
  padding: 0 0 0 200px;
  overflow: hidden;
  color: #fff;
  background: url('../images/logo.png') left center no-repeat;
}
#block-one-screen .block-button{
  position: absolute;
  right: -15px;
  margin: 0;
  top: 50%;
  margin-top: -15px;
  z-index: 3;
}
#block-one-screen .text{
  color: #225692;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.15em;
}
#block-one-screen .text p{
  margin: 0;
}

#block-logo{
  float: left;
}
.home #block-logo{
  opacity: 1;
}
#block-logo a{
  text-decoration: none;
  outline: none;
  width: 120px;
  padding: 36px 0 0;
  height: 0;
  display: block;
  overflow: hidden;
  color: #fff;
  background: url('../images/logo-white2.png') left center no-repeat;
  position: relative;
  z-index: 9;
}

.home #page.scroll-menu #block-logo,
.home .not-front #block-logo{
  opacity: 1;
}

#block-top-phone{
  float: right;
  padding: 3px 0;
  padding-right: 10px;
}
#block-top-phone a{
  color: #225592;
  line-height: 20px;
  font-size: 20px;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  padding: 5px 10px;
  display: block;
  letter-spacing: 0.05em;
}
.not-front #block-top-phone a{
  color: #fff;
}

#block-lang{
  float: left;
  width: 40px;
  position: relative;
  height: 36px;
  font-weight: 700;
  margin-left: 0;
  text-transform: uppercase;
}
#block-lang ul{
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 81;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #768db4;
}
#block-lang ul li{
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-lang ul li a,
#block-lang ul li span{
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 23px;
  padding: 3px 0;
  text-decoration: none;
  outline: none;
  font-weight: 400;
  text-align: center;
}
#block-lang ul li:hover{
  background: #c22821;
}
#block-lang ul li a:hover{
  color: #fff;
}
#block-lang ul li.current-lang{
  position: absolute;
  top: -36px;
  width: 100%;
  z-index: 1;
  background: #768db4;
  display: block;
}
#block-lang ul li.current-lang:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
}
#block-lang ul li.current-lang a{
  padding: 8px 0;
  font-size: 16px;
  line-height: 20px;
}
#block-lang:hover ul li{
  display: block;
}
#block-lang:hover ul li.current-lang,
.not-front #block-lang ul li.current-lang{
  background: #fff;
}
#block-lang:hover ul li.current-lang a,
.not-front #block-lang ul li.current-lang a{
  color: #768db4;
}

#block-webform-1{
  float: left;
  width: 50%;
  padding-right: 15px;
}
#block-webform-2{
  float: left;
  width: 50%;
  padding-left: 15px;
}
#block-webform-1 .wrap-content,
#block-webform-2 .wrap-content{
  background: #edf0f5;
  padding: 45px 0 70px 70px;
  position: relative;
}
#block-webform-1 .wrap-content:before{
  content: "";
  position: absolute;
  height: 23px;
  left: 70px;
  width: 30px;
  top: 0;
  background: #fff;
  z-index: 1;
}
#block-webform-2 .wrap-content:before{
  content: "";
  position: absolute;
  height: 23px;
  right: 260px;
  width: 30px;
  top: 0;
  background: #fff;
  z-index: 1;
}
#block-webform-1 .wrap-content .block-button,
#block-webform-2 .wrap-content .block-button{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#block-webform-1 .wrap-content .text,
#block-webform-2 .wrap-content .text{
  font-size: 18px;
  line-height: 1.4;
  color: #768db4;
  font-weight: 500;
  margin: 30px 0 0;
  padding-right: 30px;
}

#block-webform-1 .region-title,
#block-webform-2 .region-title{
  height: 78px;
  margin: 0 0 60px;
}
/* #block-webform-1 .region-title span,
#block-webform-2 .region-title span{
  height: 0;
} */

#home-webforms-3{
  margin: -20px 0 0;
}

#block-webform-3{
  float: left;
  width: 100%;
  padding-left: 70px;
  margin: 0;
}
#block-webform-3 .block-title{
  margin: 0 0 10px;
}
#block-webform-3 .block-content .text{
  margin: 0 0 30px;
}
#block-webform-3 .la-webform{
  position: relative;
  padding-right: 460px;
}
#block-webform-3 .la-webform .form-actions{
  margin: 0;
}
#block-webform-3 .la-webform .form-actions input{
  position: absolute;
  right: 0;
  bottom: 0;
}

#block-home-about{
  margin-top: 35px;
  position: relative;
  background: #3a5178;
}
#block-home-about .block-info{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 200px;
}
#block-home-about .block-info:before{
  content: "";
  position: absolute;
  width: 30px;
  height: 70px;
  top: 50%;
  z-index: 1;
  background: #fff;
}
#block-home-about .block-info .img{
  margin: -35px 0 0;
  position: relative;
  z-index: 2;
}
#block-home-about .block-info .img img{
  display: block;
  width: 100%;
}
#block-home-about .block-info .short-text{
  margin-top: 25px;
  padding-left: 54px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#block-home-about .block-content{
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 40px 60px 60px 225px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
#block-home-about .block-content:before{
  content: "";
  background: #fff;
  width: 30px;
  height: 36px;
  z-index: 1;
  bottom: 0;
  right: 260px;
  position: absolute;
}
#block-home-about .bgimg{
  background: url('../images/bg-002.jpg') center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
}
#block-home-catalog{
  position: relative;
}
#block-home-catalog .block-content .text{
  font-size: 18px;
  line-height: 1.4;
  color: #768db4;
  max-width: 740px;
  font-weight: 700;
}
#block-home-catalog .block-content .text p{
  margin: 1em 0;
}
#block-home-catalog .block-content .text > p:first-child{
  margin-top: 0;
}
#block-home-catalog .block-content .text ul,
#block-home-catalog .block-content .text ol{
  font-size: 21px;
  font-weight: 500;
}
#block-home-catalog .block-button{
  margin: 0;
}
#block-home-catalog .block-button .button{
  position: absolute;
  right: 0;
  bottom: 0;
}

#block-home-seotext{
  font-size: 17px;
}
#block-home-seotext .block-title{
  margin: 0 0 20px;
}
#block-home-seotext .block-content{
  position: relative;
  max-height: 460px;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#block-home-seotext .block-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: url('../images/shadow-text.png') center bottom repeat no-repeat;
}
#block-home-seotext .block-content p{
  margin: 1em 0;
}
#block-home-seotext .block-content h1,
#block-home-seotext .block-content h2,
#block-home-seotext .block-content h3,
#block-home-seotext .block-content h4,
#block-home-seotext .block-content h5,
#block-home-seotext .block-content h6{
  font-weight: 400;
  color: #768db4;
  text-transform: uppercase;
  margin: 1em 0;
  font-family: 'Proxima Nova Condensed', sans-serif;
}

#block-home-seotext.open .block-content{
  max-height: 1200px;
  margin: 0 0 40px;
}
#block-home-seotext.open .block-content:before {
  height: 0;
}
#block-home-seotext.open .block-button{
  display: none;
}

#block-home-documents .block-content{
  position: relative;
  padding-right: 420px;
}
#block-home-documents .block-content .block-text{
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 360px;
  min-height: 220px;
  padding: 30px 60px 30px 30px;
  background: #768db4;
  color: #fff;
  border-right: 12px solid #c22821;
}
#block-home-documents .block-content .block-text .text{
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
#block-home-documents .block-content .block-text .img{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 0.26;
  background: url('../images/46546.jpg') center no-repeat;
  background-size: cover;
}
#block-home-documents .block-content .files .items{
  display: inline-block;
  width: 100%;
}
#block-home-documents .block-content .files .item{
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
#block-home-documents .block-content .files .item .file{
  float: left;
  width: 50%;
}
#block-home-documents .block-content .files .item .file-1{
  padding-right: 15px;
}
#block-home-documents .block-content .files .item .file-2{
  padding-left: 15px;
}
#block-home-documents .block-content .files .item .file-1 .button{
  font-size: 15px;
  line-height: 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  background: #768db4 url('../images/icon-download.jpg') right center no-repeat;
  background-size: contain;
  border: 1px solid #768db4;
  padding: 5px 35px 5px 5px;
  position: relative;
  width: 100%;
  text-align: center;
  outline: none;
}
#block-home-documents .block-content .files .item .file-1 .button:hover{
  background-color: #fff;
  color: #768db4;
}

#block-home-documents .block-content .files .item .file-2 .button{
  font-size: 15px;
  line-height: 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  background: url('../images/icon-download.jpg') right center no-repeat;
  background-size: contain;
  border: 1px solid #768db4;
  padding: 5px 35px 5px 5px;
  position: relative;
  width: 100%;
  text-align: center;
  outline: none;
  color: #768db4;
}
#block-home-documents .block-content .files .item .file-2 .button:hover{
  background-color: #768db4;
  color: #fff;
}

#home-contacts{
  border-bottom: 12px solid #c22821;
  overflow: hidden;
}
#home-contacts .region-wrap-content{
  background: url('../images/bgimg/all2.jpg') center no-repeat;
  background-size: cover;
  position: relative;
}
#home-contacts .region-wrap-content:before{
  position: absolute;
  width: 50%;
  left: 50%;
  margin-left: 585px;
  height: 40px;
  top: 0;
  background: #fff;
  content: "";
  z-index: 2;
}
#home-contacts .region-wrap-content:after{
  position: absolute;
  width: 50%;
  right: 50%;
  margin-right: 585px;
  height: 40px;
  top: 0;
  background: #fff;
  content: "";
  z-index: 2;
}

#block-home-contacts{
  margin: 0;
  position: relative;
}
#block-home-contacts .block-map{
  position: relative;
  overflow: hidden;
  width: 490px;
  height: 500px;
}
#block-home-contacts .block-map:before{
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute
}
#block-home-contacts .block-map .img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#fade-menu,
#menu-triger{
  display: none;
}
#block-home-contacts .block-map iframe{
  display: block;
  width: 100% !important;
  height: 600px !important;
  margin: -100px 0 0;
}
#block-home-contacts .block-contacs-text{
  width: 360px;
  position: absolute;
  right: 0;
  top: -20px;
  background: #768db4;
  color: #fff;
  padding: 30px 30px;
}
#block-home-contacts .block-contacs-text .logo{
  display: block;
  width: 100%;
  height: 60px;
  background: url('../images/logo-white.png') left center no-repeat;
  margin: 5px 0 0;
}
#block-home-contacts .block-contacs-text .text{
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin: 25px 0 0;
}
#block-home-contacts .block-contacs-text .text a{
  color: #fff;
  text-decoration: none;
}
#block-home-contacts .block-contacs-text .text a:hover{
  text-decoration: underline;
}
#block-home-contacts .block-contacs-text .text p{
  margin: 0;
}

#block-home-services .view-services{
  float: left;
  width: 100%;
}
#block-home-services .views-row{
  float: left;
  width: 100%;
  margin-left: -100%;
  margin-bottom: 30px;
}
#block-home-services .views-row .block-name{
  float: left;
  width: 20%;
  position: relative;
  z-index: 3;
  top: 0;
  padding-right: 20px;
  margin: 0 0 50px;
}
#block-home-services .views-row .block-name:after{
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 30px;
  text-align: left;
  bottom: -35px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  z-index: 6;
  color: #768db4;
  opacity: 1;
}
#block-home-services .views-row.open .block-name:after{
  bottom: -50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#block-home-services .views-row .block-name:before{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -60px;
  height: 10px;
  z-index: 6;
  background: #768db4;
}
#block-home-services .views-row.open .block-name:before{
  width: 60px;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
#block-home-services .views-row .block-text{
  float: left;
  width: 100%;
  clear: both;
}
#block-home-services .views-row-1,
#block-home-services .views-row-6{
  margin-left: 0;
  clear: both;
}

#block-home-services .views-row-2 .block-name,
#block-home-services .views-row-7 .block-name{
  margin-left: 20%;
}
#block-home-services .views-row-3 .block-name,
#block-home-services .views-row-8 .block-name{
  margin-left: 40%;
}
#block-home-services .views-row-4 .block-name,
#block-home-services .views-row-9 .block-name{
  margin-left: 60%;
}
#block-home-services .views-row-5 .block-name,
#block-home-services .views-row-10 .block-name{
  margin-left: 80%;
}

#block-home-services .views-row .block-name .item-icon{
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #768db4;
  cursor: pointer;
  position: relative;
  margin: 0 0 20px;
  top: 0;
}
#block-home-services .views-row .block-name .item-icon .icon{
  position: absolute;
  width: 46px;
  height: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  z-index: 1;
  display: block;
}
#block-home-services .views-row .block-name .item-icon .icon-2,
#block-home-services .views-row.open .block-name .item-icon .icon-1{
  opacity: 0;
}

#block-home-services .views-row.open .block-name .item-icon .icon-2{
  opacity: 1;
}
#block-home-services .views-row.open .block-name .item-icon{
  background: #768db4;
  top: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home-services .region-wrap-content{
  overflow: hidden;
}

#block-home-services .views-row .block-name .name{
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  min-height: 46px;
  position: relative;
  top: 0;
}
#block-home-services .views-row.open .block-name .name{
  top: 25px;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
#block-home-services .views-row .block-name .item-icon:hover + .name,
#block-home-services .views-row .block-name .name:hover{
  color: #768db4;
}

#block-home-services .views-row .block-text{
  position: relative;
}
#block-home-services .views-row .block-text .block-wrap{
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#block-home-services .views-row .block-text:before{
  background: url('../images/shadow1.jpg') center top repeat no-repeat;
  content: "";
  left: -200%;
  top: 0;
  width: 500%;
  height: 30px;
  z-index: 1;
  position: absolute;
}
#block-home-services .views-row .block-text:after{
  background: url('../images/shadow2.jpg') center top repeat no-repeat;
  content: "";
  left: -200%;
  bottom: 0;
  width: 500%;
  height: 30px;
  z-index: 1;
  position: absolute;
}
#block-home-services .views-row.open .block-text .block-wrap{
  max-height: 600px;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
#block-home-services .views-row .block-text .text{
  padding: 60px 65px 60px 225px;
  font-size: 18px;
  line-height: 1.4;
  color: #768db4;
  font-weight: 500;
  position: relative;
  z-index: 3;
}

#block-home-services .views-row .block-text .bg{
  position: absolute;
  left: -200px;
  top: 30px;
  width: 400px;
  bottom: 0;
  z-index: 3;
  opacity: 0.03;
}
#block-home-services .views-row .block-text .bg2{
  position: absolute;
  left: -50%;
  top: 0;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index: 1;
  margin-left: -220px;
}

#block-home-services .views-row .block-text:before,
#block-home-services .views-row .block-text:after{
  height: 0;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#block-home-services .views-row.open .block-text:before,
#block-home-services .views-row.open .block-text:after{
  height: 30px;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

#block-home-commands{
  position: relative;
}

.region-arrow{
  height: 60px;
  margin: 20px 0;
}
.region-arrow .wrap-grid{
  position: static;
}
.la-arrow-left{
  text-align: left;
}
.la-arrow-right,
.la-arrow-rihgt{
  text-align: right;
}
.la-arrow-next{
  display: inline-block;
  width: 20px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  z-index: 91;
  position: relative;
}
.la-arrow-next .fa {
  color: #768db4;
  font-size: 21px;
  line-height: 15px;
  height: 15px;
  margin: 0;
  display: block;
}

.la-arrow-next-4 .fa:nth-child(1){
  opacity: 0.4;
  -webkit-animation: arrow-next1 3s ease-in-out infinite;
  -moz-animation: arrow-next1 3s ease-in-out infinite;
  -ms-animation: arrow-next1 3s ease-in-out infinite;
  -o-animation: arrow-next1 3s ease-in-out infinite;
  animation: arrow-next1 3s ease-in-out infinite;
}
.la-arrow-next-4 .fa:nth-child(2){
  opacity: 0.4;
  -webkit-animation: arrow-next2 3s ease-in-out infinite;
  -moz-animation: arrow-next2 3s ease-in-out infinite;
  -ms-animation: arrow-next2 3s ease-in-out infinite;
  -o-animation: arrow-next2 3s ease-in-out infinite;
  animation: arrow-next2 3s ease-in-out infinite;
}
.la-arrow-next-4 .fa:nth-child(3){
  opacity: 0.4;
  -webkit-animation: arrow-next3 3s ease-in-out infinite;
  -moz-animation: arrow-next3 3s ease-in-out infinite;
  -ms-animation: arrow-next3 3s ease-in-out infinite;
  -o-animation: arrow-next3 3s ease-in-out infinite;
  animation: arrow-next3 3s ease-in-out infinite;
}
.la-arrow-next-4 .fa:nth-child(4){
  opacity: 0.4;
  -webkit-animation: arrow-next4 3s ease-in-out infinite;
  -moz-animation: arrow-next4 3s ease-in-out infinite;
  -ms-animation: arrow-next4 3s ease-in-out infinite;
  -o-animation: arrow-next4 3s ease-in-out infinite;
  animation: arrow-next4 3s ease-in-out infinite;
}

@keyframes arrow-next1{
  from{
    opacity: 0.4;
  }
  25%{
    opacity: 1;
  }
  50%{
    opacity: 0.4;
  }
  75%{
    opacity: 0.4;
  }
  to{
    opacity: 0.4;
  }
}
@keyframes arrow-next2{
  from{
    opacity: 0.4;
  }
  25%{
    opacity: 0.4;
  }
  50%{
    opacity: 1;
  }
  75%{
    opacity: 0.4;
  }
  to{
    opacity: 0.4;
  }
}
@keyframes arrow-next3{
  from{
    opacity: 0.4;
  }
  25%{
    opacity: 0.4;
  }
  50%{
    opacity: 0.4;
  }
  75%{
    opacity: 1;
  }
  to{
    opacity: 0.4;
  }
}
@keyframes arrow-next4{
  from{
    opacity: 0.4;
  }
  25%{
    opacity: 0.4;
  }
  50%{
    opacity: 0.4;
  }
  75%{
    opacity: 0.4;
  }
  to{
    opacity: 1;
  }
}

#home-webforms{
  margin-top: 30px;
}
#home-webforms .bl-wrap-flex{
  display: flex;
  width: 100%;
  justify-content: center;
}
#home-webforms .bl-wrap-flex .block{
  display: flex;
  width: 50%;
}
#home-seotext{
  margin-top: 80px;
  margin-bottom: 80px;
}

#home-main,
#main{
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#home-main .main-img{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  background: url('../images/bgicon-01.jpg') left 65px no-repeat,
              url('../images/bgicon-02.jpg') right 620px no-repeat,
              url('../images/bgicon-03.jpg') left 1200px no-repeat,
              url('../images/bgicon-04.jpg') right 1860px no-repeat,
              url('../images/bgicon-05.jpg') left 2280px no-repeat,
              url('../images/bgicon-06.jpg') right 3200px no-repeat,
              url('../images/bgicon-07.jpg') left 3800px no-repeat;
}

#main .main-img{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  background: url('../images/bgpage2.jpg') left 585px no-repeat,
              url('../images/bgpage1.jpg') right 120px no-repeat;
}

#block-home-commands .block-content{
  width: 100%;
  position: relative;
  padding-right: 360px;
  float: left;
}
#block-home-commands .block-content:before{
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 40px;
  z-index: 13;
  background: #fff;
  position: absolute;
}
#block-home-commands .block-content:after{
  content: "";
  right: 260px;
  top: 0;
  width: 30px;
  height: 14px;
  z-index: 13;
  background: #fff;
  position: absolute;
}
#block-home-commands .block-content .block-text{
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 360px;
  min-height: 220px;
  padding: 30px 60px 30px 30px;
  background: #768db4;
  color: #fff;
  border-right: 12px solid #c22821;
}
#block-home-commands .block-content .block-text .text{
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
#block-home-commands .block-content .block-text .img{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 0.26;
  background: url('../images/765.jpg') center no-repeat;
  background-size: cover;
}
#block-home-commands .block-content .block-img{
  position: relative;
  float: left;
  width: 100%;
}
#block-home-commands .block-content .block-img .la-img{
  width: 50%;
  float: left;
}
#block-home-commands .block-content .block-img .la-img img{
  width: 100%;
  height: auto;
  display: block;
}

.la-masonry,
.masonry,
.la-masonry *,
.masonry *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

#block-bgimg{
  position: absolute;
  /* left: -150%; */
  top: 0;
  /* width: 400%; */
  /* height: 100%; */
  width: 100%;
  left: 0;
  z-index: 1;
  float: left;
  text-align: center;
}
#block-bgimg .bgimg-position{
  height: 100%;
  width: auto;
  display: inline-block;
  position: relative;
}
#block-bgimg .img-full{
  display: block;
  /* min-width: 100%; */
  /* min-width: auto; */
  /* height: 100%; */
  width: 100%;
  min-height: 100%;
  opacity: 0;
}
#block-bgimg .bgimg-images{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
}
#block-bgimg .bgimg-images img{
  height: 100%;
  display: block;
  float: left;
  width: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#block-one-screen{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

form .laweb-confirmation{

}
form .laweb-confirmation .text-confirmation{
  position: fixed;
  left: 50%;
  margin-left: -270px;
  top: 50px;
  z-index: 9999;
  background: #fff;
  padding: 35px 0;
  width: 540px;
}
form .laweb-confirmation .text{
  display: block;
  background: #768db4;
  color: #fff;
  text-align: center;
  margin: 0 !important;
  font-size: 18px;
  line-height: 1.6;
  padding: 40px 20px;
}
form .laweb-confirmation .text p + p{
  margin: 15px 0 0;
}
form .laweb-confirmation .fade-confirmation{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9991;
  background: rgba(0, 0, 0, 0.65);
}
form .laweb-confirmation .close{
  position: absolute;
  right: 5px;
  top: 5px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background: url('../images/icon-close.png') center no-repeat;
}


#home-contacts .region-wrap-content{
  position: relative;
  overflow: hidden
}
#home-contacts .region-wrap-content .wrap-grid{
  z-index: 3;
  position: relative;
}

#block-bgimg2{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  float: left;
  text-align: center;
}
#block-bgimg2 .bgimg-position{
  height: 100%;
  width: auto;
  display: inline-block;
  position: relative;
}
#block-bgimg2 .img-full{
  display: block;
  width: 100%;
  min-height: 100%;
  opacity: 0;
}
#block-bgimg2 .bgimg-images{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
}
#block-bgimg2 .bgimg-images img{
  height: 100%;
  display: block;
  float: left;
  width: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

#la-footer{
  float: left;
  width: 100%;
  height: 0;
  clear: both;
}
.to-home{
  margin: 0 0 60px;
}
.to-home a{
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Proxima Nova Extra Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-left: 125px;
  background: url('../images/to-home.png') left center no-repeat;
}
.to-home a:hover{
  color: #c22821;
}
#la-webform-page form{
  position: relative;
}
#la-webform-page .form-item{
  padding-right: 450px;
}
#la-webform-page .form-item .form-item{
  padding: 0;
}
#la-webform-page .form-actions{
  margin: 0;
  padding: 0;
}
#la-webform-page .form-actions input{
  position: absolute;
  right: 0;
  bottom: 0;
}
#la-webform-page .form-item.webform-component-markup{
  padding: 0;
  color: #768db4;
  margin: 0 0 30px;
  font-weight: 500;
}
#page .form-type-radio,
#la-webform-page .form-item .form-type-radio,
#page .form-type-checkbox,
#la-webform-page .form-item .form-type-checkbox{
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
#page .form-type-radio input,
#page .form-type-checkbox input{
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
#page .form-type-radio label,
#page .form-type-checkbox label{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 5px;
  cursor: pointer;
}
#page .form-type-radio label:before,
#page .form-type-checkbox label:before{
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  border: 1px solid #cc5c58;
  z-index: 1;
}
#page .form-type-radio label:after,
#page .form-type-checkbox label:after{
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  background: #cc5c58;
  z-index: 2;
  opacity: 0;
}
#page .form-type-radio label.checked,
#page .form-type-checkbox label.checked{
  color: #c22821;
}
#page .form-type-radio label.checked:after,
#page .form-type-checkbox label.checked:after{
  opacity: 1;
}
#page .webform-component-radios,
#page .webform-component-checkboxes{
  margin: 20px 0 20px;
}
#page .webform-component-radios > label,
#page .webform-component-checkboxes > label{
  font-weight: 400;
  margin: 0 0 10px;
}
#la-webform-page form .form-item.webform-component-textarea{
  margin: 12px 0 0;
}

.page-node-1 #la-webform-page .form-item,
.page-node-38 #la-webform-page .form-item,
.page-node-39 #la-webform-page .form-item{
  padding-right: 0;
}
.page-node-1 #la-webform-page form .la-form-center,
.page-node-38 #la-webform-page form .la-form-center,
.page-node-39 #la-webform-page form .la-form-center{
  position: relative;
  padding-right: 450px;
}
.page-node-1 #la-webform-page form,
.page-node-38 #la-webform-page form,
.page-node-39 #la-webform-page form{
  display: inline-block;
  width: 100%;
}
.page-node-1 #la-webform-page .form-item.webform-component--type,
.page-node-38 #la-webform-page .form-item.webform-component--type,
.page-node-39 #la-webform-page .form-item.webform-component--type{
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  margin: 0;
}
#la-webform-page .form-item.webform-component-markup.webform-component--opisanie{
  padding-right: 450px;
  font-size: 0.9em;
  line-height: 1.6;
  margin: 40px 0 0;
}
#la-webform-page .la-form-center .form-item.webform-component-markup.webform-component--opisanie{
  padding-right: 0;
}


.page-node-40 #content .node .field--name-body,
.page-node-41 #content .node .field--name-body,
.page-node-42 #content .node .field--name-body{
  font-size: 1.8em;
}
form .webform-component-file{
  margin: 30px 0 15px;
}
form .webform-component-file label{
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  background: #249446 url('../images/icon-upload.jpg') right center no-repeat;
  background-size: contain;
  border: 1px solid #768db4;
  padding: 5px 33px 5px 3px;
  position: relative;
  min-width: 290px;
  text-align: center;
  outline: none;
  font-family: 'Proxima Nova Condensed';
  letter-spacing: 0;
}
form .webform-component-file label:hover{
  background-color: #c12821;
}
form .webform-component-file .description{
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
}
form .webform-component-file .form-managed-file{

}
form .webform-component-file .form-managed-file input{
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
}
#la-webform-page .la-item-file,
#la-webform-page .la-item-file,
#la-webform-page .la-item-file{
  display: inline-block;
  width: 100%;
}
#la-webform-page .la-item-file .files-left,
#la-webform-page .la-item-file .files-left,
#la-webform-page .la-item-file .files-left{
  float: left;
  width: 50%;
  padding-right: 15px;
}
#la-webform-page .la-item-file .webform-component-file label{
  width: 100%;
  min-width: 0;
}
#la-webform-page .la-item-file .files-right,
#la-webform-page .la-item-file .files-right,
#la-webform-page .la-item-file .files-right{
  float: left;
  width: 50%;
  padding-left: 15px;
}
#la-webform-page .la-item-file .la-files-links,
#la-webform-page .la-item-file .la-files-links,
#la-webform-page .la-item-file .la-files-links{
  margin: 30px 0 15px;
}
#la-webform-page .la-item-file .la-files-links .button,
#la-webform-page .la-item-file .la-files-links .button,
#la-webform-page .la-item-file .la-files-links .button{
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  background: #768db4 url('../images/icon-button.jpg') right center no-repeat;
  background-size: contain;
  border: 1px solid #768db4;
  padding: 5px 33px 5px 3px;
  position: relative;
  /* min-width: 360px; */
  text-align: center;
  outline: none;
  width: 100%;
}
#la-webform-page .la-item-file .la-files-links .button.button-download,
#la-webform-page .la-item-file .la-files-links .button.button-download,
#la-webform-page .la-item-file .la-files-links .button.button-download{
  background: #768db4 url('../images/icon-download.jpg') right center no-repeat;
  background-size: contain;
}
#la-webform-page .la-item-file .la-files-links .button + .button,
#la-webform-page .la-item-file .la-files-links .button + .button,
#la-webform-page .la-item-file .la-files-links .button + .button{
  margin: 10px 0 0;
}
#la-webform-page .la-item-file .la-files-links .button:hover,
#la-webform-page .la-item-file .la-files-links .button:hover,
#la-webform-page .la-item-file .la-files-links .button:hover{
  background-color: #fff;
  color: #768db4;
}
#la-webform-page .form-item.la-item-oborudovanie{
  position: relative;
}
#la-webform-page .form-item.la-item-oborudovanie .button{
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  background: #768db4 url('../images/icon-button.jpg') right center no-repeat;
  background-size: contain;
  border: 1px solid #768db4;
  padding: 5px 33px 5px 3px;
  position: relative;
  min-width: 260px;
  text-align: center;
  outline: none;
  position: absolute;
  right: 450px;
  top: 27px;
  z-index: 1;
}
#la-webform-page .form-item.la-item-oborudovanie .button:hover{
  background-color: #fff;
  color: #768db4;
}
#la-webform-page .form-item.la-item-oborudovanie .form-type-radio label{
  background: #fff;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
#la-webform-page .form-item.la-item-oborudovanie .form-type-radio label:before,
#la-webform-page .form-item.la-item-oborudovanie .form-type-radio label:after{
  left:  -30px;
}
#la-webform-page .form-item.la-item-oborudovanie .form-type-radio:nth-child(1){
  position: relative;
}
#la-webform-page .form-item.la-item-oborudovanie .form-type-radio:nth-child(1):before{
  content: "";
  left: 50px;
  right: 280px;
  top: 50%;
  height: 1px;
  background: #768db4;
  position: absolute;
}

/* .la-edit-block{
  position: relative;
}
.edit-block a{
  position: absolute;
  right: 0;
  top: 0;
  padding: 25px 0 0;
  height: 0;
  width: 25px;
  line-height: 40px;
  overflow: hidden;
  z-index: 91;
}
#block-home-services .views-row .block-name .edit-block a{
  right: 20px;
}
.edit-block a:before{
  content: "\f040";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  background: #F44336;
  color: #fff;
} */





@media (min-aspect-ratio: 16/9) {
  #block-bgimg{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    float: left;
    text-align: center;
  }
  #block-bgimg .bgimg-position{
    height: 100%;
    width: auto;
    display: inline-block;
    position: relative;
  }
  #block-bgimg .img-full{
    display: block;
    width: 100%;
    min-height: 100%;
    opacity: 0;
  }
}

@media (max-aspect-ratio: 16/9) {
  #block-bgimg{
    position: absolute;
    left: -150%;
    top: 0;
    width: 400%;
    height: 100%;
    z-index: 1;
    float: left;
    text-align: center;
  }
  #block-bgimg .bgimg-position{
    height: 100%;
    width: auto;
    display: inline-block;
    position: relative;
  }
  #block-bgimg .img-full{
    display: block;
    min-width: auto;
    height: 100%;
    width: auto;
    opacity: 0;
  }
}




@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  #block-logo a{
    background: url('../images/logo-small@2x.png') left center no-repeat;
    background-size: 104px 24px;
  }
  .not-front #block-logo a{
    background: url('../images/logo-white2@2x.png') left center no-repeat;
    background-size: 82px 19px;
  }
  #block-one-screen .site-name a{
    background: url('../images/logo@2x.png') left center no-repeat;
    background-size: 178px 73px;
  }
  .block-button .button, form .form-actions input{
    background-image: url('../images/icon-button@2x.jpg');
    background-size: contain;
  }
  .block-button .button.button-download,
  #block-home-documents .block-content .files .item .file-1 .button,
  #block-home-documents .block-content .files .item .file-2 .button{
    background-image: url('../images/icon-download@2x.jpg');
    background-size: contain;
  }
  #block-home-contacts .block-contacs-text .logo{
    background: url('../images/logo-white.png') left center no-repeat;
    background-size: 142px 57px;
  }
  .to-home a{
    background: url('../images/to-home@2x.png') left center no-repeat;
    background-size: 97px 23px;
  }
  form .webform-component-file label{
    background: #249446 url('../images/icon-upload@2x.jpg') right center no-repeat;
    background-size: contain;
  }
}

.error404 #page{
  padding: 0;
}
#region-404{
  position: relative;
  background: #3e4148;
}
#region-404 + #footer{
  display: none;
}
#region-404 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg-404.jpg') center no-repeat;
  background-size: cover;
  opacity: 0.5;
}
#block-404{
  position: relative;
  z-index: 9;
  padding: 120px 0 20px;
  min-height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
}
#block-404 .title{
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
#block-404 .bl-wrap{
  position: relative;
  width: 100%;
  color: #fff;
  padding-right: 50%;
}
#block-404 .text{
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
#block-404 .text2{
  font-size: 22px;
  line-height: 1.2;
  margin-top: 7px;
}
#block-404 .wrap-buttons{
  margin-top: 40px;
}
.error404 #home-contacts .region-wrap-title{
  display: none;
}
#block-404 .button{
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #768db4;
  border: none;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-width: 245px;
  z-index: 9;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

#main{
  padding: 75px 0 125px;
}

#block-home-blog .block-button{
  margin-top: 40px;
}

.view-blog{
  margin: 0 -10px;
}
.view-blog .items{
  display: flex;
  flex-wrap: wrap;
}
.view-blog .item{
  width: 33.3333%;
  padding: 0 10px;
  display: flex;
}
.view-blog .item:nth-child(3n+1){
  clear: both;
}
.view-blog .item:nth-child(n+4){
  margin-top: 20px;
}
.view-blog .card{
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.view-blog .item .img{
  display: block;
  position: relative;
}
.view-blog .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-blog .item a.over-link{
  display: block;
  outline: none;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-decoration: none;
  outline: none;
  opacity: 0;
}
.view-blog .item .card-cont{
  padding: 10px 15px;
}
.view-blog .item .name{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  display: block;
  font-family: 'Proxima Nova Extra Condensed', sans-serif;
}
.view-blog .item .text{
  font-weight: 15px;
  line-height: 1.2;
  margin-top: 3px;
}
.view-blog .item .card:hover .name{
  color: #c22821;
}
.view-blog .item .type{
  font-size: 11px;
  line-height: 1;
  padding: 0 15px 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.view-blog .item .type span{
  display: inline-block;
  padding: 5px 7px;
  color: #fff;
  background: #067632;
  border-radius: 3px;
}
.view-blog .item .type.type-post span{
  background: #020791;
}
.view-blog .item .type.type-review span{
  color: #fff;
  background: #e34015;
}


.pagination{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.pagination ul{
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination ul li{
  display: inline-block;
  padding: 0;
  margin: 0 1px 5px;
  list-style: none;
  vertical-align: middle;
}
.pagination ul li a{
  font-size: 15px;
  display: block;
  line-height: 15px;
  text-decoration: none;
  outline: none;
  color: #000;
  font-weight: 400;
  padding: 5px 7px;
}
.pagination ul li a:hover{
  background: #ecf2fb;
  color: #005595;
}
.pagination ul li a.active{
  color: #fff;
  padding: 5px 7px;
  background: #005595;
  font-weight: 400;
}


.node--article {
  padding-left: 70px;
  overflow: hidden;
}
.node--article .la-node-head {
  background: #768db4;
  position: relative;
  color: #fff;
  padding: 20px 510px 20px 25px;
  min-height: 285px;
  margin: 0 0 40px;
}
.node--article .la-node-head:after {
  content: "";
  left: -70px;
  top: 0;
  width: 20px;
  z-index: 1;
  position: absolute;
  height: 100%;
  background: #768db4;
}
.node--article .la-node-head:before {
  content: "";
  left: -70px;
  top: 0;
  width: 20px;
  z-index: 2;
  position: absolute;
  height: 56px;
  background: #c22821;
}
.node--article .la-node-head .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 480px;
  height: 100%;
  z-index: 1;
}
.node--article .la-node-head .title {
  font-size: 43px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: 'Proxima Nova Extra Condensed',sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.node--article .la-node-head .info-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.node--article .field--type-text-with-summary,
.node--article .field--type-text-long{
  font-size: 18px;
}
.node--article .field--type-text-with-summary h2,
.node--article .field--type-text-long h2{
    margin: 0;
    position: relative;
}
.node--article .field--type-text-with-summary h1,
.node--article .field--type-text-long h1{
    background: #768db4;
    position: relative;
    color: #fff;
    padding: 20px 20px 20px 20px;
    font-weight: 600;
}
.node--article .field--type-text-with-summary h2,
.node--article .field--type-text-long h2{
  text-transform: uppercase;
  margin: 1em 0 0.6em;
  line-height: 1.2;
  color: #416daa;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.node--article .field--type-text-with-summary h3,
.node--article .field--type-text-long h3{
  text-transform: uppercase;
  margin: 1em 0 0.6em;
  line-height: 1.2;
  color: #416daa;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.node--article .field--type-text-with-summary h1,
.node--article .field--type-text-long h1{
  font-size: 2.6em;
}
.node--article .field--type-text-with-summary h2,
.node--article .field--type-text-long h2{
  font-size: 2.1em;
}
.node--article .field--type-text-with-summary h3,
.node--article .field--type-text-long h3{
  font-size: 2em;
}
.node--article .field--type-text-with-summary h4,
.node--article .field--type-text-long h4{
  font-size: 1.8em;
}