html {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
}
body {
   margin: 0;
   padding: 0;
   width: 100%;
}
.page {
   position: relative;
   min-height: 100%;
   padding-top: 105px;
}
* html .page {
   height: 100%;
}
.wrap {
   width: 1140px;
   margin: 0 auto;
   position: relative;
}
.page p {
   line-height: 2;
}
.page a, .page img, .page input {
   outline: none;
   border: 0;
}
* {
   margin: 0px;
   padding: 0px;
}
body {
   font-family: 'HelveticaNeueCyr';
   color: #2d2d2d;
   font-size: 14px;
   background: #fff;
}
img {
   border: 0;
}
h2, .heading-2 {
   text-align: center;
   font-size: 36px;
   color: #2d2d2d;
   text-transform: uppercase;
}
h2:after, .heading-2:after {
   content: '';
   display: block;
   width: 62px;
   height: 2px;
   background: #b6b6b6;
   margin: 26px auto;
}
.clear:after {
   content: '';
   display: table;
   clear: both;
}
a {
   text-decoration: none;
   color: #1960b5;
}
li {
   list-style: none;
}
a:hover {
   text-decoration: none;
}
div, a, span, small, input, textarea, ul, li {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.button {
   font-size: 0;
}
.button a, .button span {
   display: inline-block !important;
   position: relative;
   height: 38px;
   line-height: 38px;
   padding-right: 34px;
   padding-left: 54px;
   font-size: 11px;
   color: #ffffff;
   border-radius: 4px;
   font-weight: bold;
   background: #1960b5;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}
.button a:hover {
   background: #2d2d2d;
}
.items a:hover .button span {
   color: #2d2d2d;
   background: #fff;
}
.button a:before, .button span:before {
   content: '';
   display: block;
   position: absolute;
   left: 30px;
   top: 50%;
   margin-top: -6px;
   width: 8px;
   height: 12px;
   background: url(../img/readmore.png);
}
.button span:after {
   content: '';
   display: block;
   position: absolute;
   left: 30px;
   top: 50%;
   margin-top: -6px;
   width: 8px;
   height: 12px;
   opacity: 0;
   background: url(../img/readmore-b.png);
   -webkit-transition: opacity 0.3s;
   -o-transition: opacity 0.3s;
   transition: opacity 0.3s;
}
.items a:hover .button span:after {
   opacity: 1;
}
form {
   font-size: 0;
}
.page input[type="text"], .page input[type="tel"], .page input[type="email"], textarea {
   height: 51px;
   width: 100%;
   font-size: 14px !important;
   font-family: 'HelveticaNeueCyr' !important;
   outline: 0;
   border-radius: 6px;
   padding-left: 45px;
   padding-right: 10px;
   border: 1px solid #e9e9e9;
   background-color: #fff;
   cursor: pointer;
   vertical-align: middle;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}
.page textarea {
   height: 214px;
   padding: 15px 15px 15px 45px;
}
.page input[type="submit"] {
   height: 56px;
   padding-right: 55px;
   padding-left: 85px;
   font-size: 14px;
   color: #ffffff;
   text-transform: uppercase;
   border-radius: 6px;
   font-weight: bold;
   background: url(../img/submit.png) no-repeat 55px center #1960b5;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
   cursor: pointer;
}
.page input[type="submit"]:hover {
   background-color: #2d2d2d;
}
.page input::-webkit-input-placeholder {
   color: #e1e1e1;
   font-size: 14px;
   transition: 0.3s;
}
.page input::-moz-placeholder {
   color: #e1e1e1;
   font-size: 14px;
   transition: 0.3s;
}
.page input:-moz-placeholder {
   color: #e1e1e1;
   font-size: 14px;
   transition: 0.3s;
}
.page input:-ms-input-placeholder {
   color: #e1e1e1;
   font-size: 14px;
   transition: 0.3s;
}
.page textarea::-webkit-input-placeholder {
   color: #e1e1e1;
   font-size: 14px;
   transition: 0.3s;
}
.page textarea::-moz-placeholder {
   color: #e1e1e1;
   font-size: 14px;
   transition: 0.3s;
}
.page textarea:-moz-placeholder {
   color: #e1e1e1;
   font-size: 14px;
   transition: 0.3s;
}
.page textarea:-ms-input-placeholder {
   color: #e1e1e1;
   font-size: 14px;
   transition: 0.3s;
}
.page input[type="text"]::-webkit-input-placeholder, input[type="phone"]::-webkit-input-placeholder {
   text-indent: 0px;
   transition: text-indent 0.6s ease;
}
.page input[type="text"]::-moz-placeholder, input[type="phone"]::-moz-placeholder {
   text-indent: 0px;
   transition: text-indent 1s ease;
}
.page input[type="text"]:-moz-placeholder, input[type="phone"]:-moz-placeholder {
   text-indent: 0px;
   transition: text-indent 1s ease;
}
.page input[type="text"]:-ms-input-placeholder, input[type="phone"]:-ms-input-placeholder {
   text-indent: 0px;
   transition: text-indent 1s ease;
}
.page input[type="text"]:focus::-webkit-input-placeholder, input[type="phone"]:focus::-webkit-input-placeholder {
   text-indent: 120%;
   transition: text-indent 1s ease;
}
.page input[type="text"]:focus::-moz-placeholder, input[type="phone"]:focus::-moz-placeholder {
   text-indent: 120%;
   transition: text-indent 1s ease;
}
.page input[type="text"]:focus:-moz-placeholder, input[type="phone"]:focus:-moz-placeholder {
   text-indent: 120%;
   transition: text-indent 1s ease;
}
.page input[type="text"]:focus:-ms-input-placeholder, input[type="phone"]:focus:-ms-input-placeholder {
   text-indent: 120%;
   transition: text-indent 1s ease;
}
.page textarea:focus::-webkit-input-placeholder {
   opacity: 0;
   transition: opacity 1s ease;
}
.page textarea:focus::-moz-placeholder {
   opacity: 0;
   transition: opacity 1s ease;
}
.page textarea:focus:-moz-placeholder {
   opacity: 0;
   transition: opacity 1s ease;
}
.page textarea:focus:-ms-input-placeholder {
   opacity: 0;
   transition: opacity 1s ease;
}
.top {
   height: 105px;
   padding-top: 15px;
   overflow: hidden;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 300;
   background: #fff;
   -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
   -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
   box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
}
.top .logo {
   float: left;
   height: 76px;
   line-height: 76px;
   margin-right: 80px;
   -webkit-transition: opacity 0.3s;
   -o-transition: opacity 0.3s;
   transition: opacity 0.3s;
}
.top .logo:hover {
   opacity: 0.5;
}
.toggle {
   display: none;
}
.menu {
   float: left;
   height: 76px;
}
.menu li {
   float: left;
   margin-right: 30px;
}
.menu a {
   text-decoration: none;
   text-transform: uppercase;
   display: block;
   height: 76px;
   line-height: 76px;
   font-size: 11px;
   color: #2d2d2d;
   font-weight: bold;
   border-bottom: 2px solid transparent;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}
.menu a:hover {
   color: #1960b5;
   border-bottom-color: #1960b5;
}
.lgn {
   float: right;
   height: 76px;
   line-height: 76px;
}
.lgn img {
   vertical-align: middle;
}
.lgn span {
   margin: 0 14px;
}
.slider {
   /*height: 33,59375vw;*/
   /* Response height */
   height: 645px;
   overflow: hidden;
   margin-bottom: 60px;
}
.slider .item {
   height: 645px;
   position: relative;
   background-position: center top;
}
.slider .inner {
   text-align: center;
   vertical-align: middle;
   width: 1140px;
   height: 645px;
   display: table-cell;
   color: #fff;
}
.slider h1, .slider h3 {
   font-size: 48px;
   margin-bottom: 10px;
}
.slider .description {
   font-size: 14px;
   margin-bottom: 15px;
}
.slider .view-report {
   font-size: 0;
}
.slider .view-report a {
   display: inline-block;
   position: relative;
   height: 56px;
   line-height: 56px;
   padding-right: 34px;
   padding-left: 64px;
   font-size: 12px;
   color: #2d2d2d;
   background: #fff;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
   border-radius: 5px;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}
.slider .view-report a:hover {
   background: #1960b5;
   color: #fff;
}
.slider .view-report a:before {
   content: '';
   display: block;
   background: url(../img/eye.png);
   width: 15px;
   height: 10px;
   position: absolute;
   left: 33px;
   top: 50%;
   margin-top: -5px;
}
.slider .view-report a:after {
   content: '';
   display: block;
   background: url(../img/eye-w.png);
   width: 15px;
   height: 10px;
   position: absolute;
   left: 33px;
   top: 50%;
   margin-top: -5px;
   opacity: 0;
   -webkit-transition: opacity 0.3s;
   -o-transition: opacity 0.3s;
   transition: opacity 0.3s;
}
.slider .view-report a:hover:after {
   opacity: 1;
}
.slider .owl-controls {
   position: absolute;
   left: 0;
   top: 50%;
   margin-top: -22px;
   width: 100%;
}
.slider .owl-nav {
   width: 1140px;
   position: relative;
   margin: 0 auto;
}
.slider .owl-nav div {
   font-size: 0;
   width: 26px;
   height: 45px;
   -webkit-transition: opacity 0.3s;
   -o-transition: opacity 0.3s;
   transition: opacity 0.3s;
}
.slider .owl-nav div:hover {
   opacity: 0.5;
}
.slider .owl-prev {
   background: url(../img/prev.png);
   float: left;
}
.slider .owl-next {
   background: url(../img/next.png);
   float: right;
}
.owl-dots {
   display: none;
}
.services {
   margin-bottom: 60px;
}
.services .items {
   text-align: center;
   font-size: 0;
}
.services .item {
   display: inline-block;
   vertical-align: top;
   width: 261px;
   margin-right: 119px;
   margin-bottom: 70px;
}
.services .item:nth-child(3n) {
   margin-right: 0;
}
.services .image {
   height: 261px;
   line-height: 261px;
   font-size: 0;
   border-radius: 50%;
   overflow: hidden;
   margin-bottom: 10px;
}
.services .image img {
   max-height: 100%;
   max-width: 100%;
   width: auto;
   vertical-align: middle;
}
.services h3 {
   font-size: 18px;
   text-transform: uppercase;
   margin-bottom: 15px;
   color: #1960b5;
   min-height: 40px;
}
.services .desc {
   font-size: 13px;
   margin-bottom: 20px;
   min-height: 48px;
   line-height: 20px;
}
.technics .items {
   text-align: center;
   font-size: 0;
}
.technics .item {
   display: inline-block;
   vertical-align: top;
   width: 264px;
   margin-right: 28px;
   margin-bottom: 60px;
}
.technics .item:last-child {
   margin-right: 0;
}
.technics .item a {
   text-decoration: 0;
   display: block;
   padding: 16px 16px 30px;
   color: #2d2d2d;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}
.technics .item a:hover {
   background: #1a569e;
   color: #fff;
}
.technics span {
   display: block;
}
.technics .image {
   height: 200px;
   line-height: 200px;
   font-size: 0;
   overflow: hidden;
   margin-bottom: 10px;
}
.technics .image img {
   height: 100%;
   width: auto;
   vertical-align: middle;
}
.technics .title {
   font-size: 18px;
   text-transform: uppercase;
   margin-bottom: 15px;
}
.technics .desc {
   font-size: 14px;
   margin-bottom: 20px;
   min-height: 48px;
   line-height: 20px;
}
.about-us {
   margin-bottom: 80px;
   text-align: center;
}
.about-us p {
   margin-bottom: 50px;
   line-height: 20px;
}
.clients {
   margin-bottom: 130px;
}
.client-slider {
   padding: 0 80px;
}
.client-slider .item {
   font-size: 0;
   height: 90px;
   line-height: 90px;
   position: relative;
   z-index: 100;
   text-align: center;
}
.client-slider .owl-item img {
   width: auto !important;
   max-width: 100% !important;
   display: inline-block !important;
   vertical-align: middle;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}
.client-slider .item:hover img {
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   filter: url('css/grayscale.svg#greyscale');
   filter: gray;
   -webkit-filter: grayscale(1);
}
.client-slider .owl-nav div {
   font-size: 0;
   width: 18px;
   height: 30px;
   -webkit-transition: opacity 0.3s;
   -o-transition: opacity 0.3s;
   transition: opacity 0.3s;
}
.client-slider .owl-nav div:hover {
   opacity: 0.5;
}
.client-slider .owl-prev {
   background: url(../img/prev-client.png);
   position: absolute;
   left: -80px;
   top: 50%;
   margin-top: -15px;
}
.client-slider .owl-next {
   background: url(../img/next-client.png);
   position: absolute;
   right: -80px;
   top: 50%;
   margin-top: -15px;
}
.advantages {
   margin-bottom: 30px;
}
.advantages .wrap:before {
   content: '';
   display: block;
   width: 62px;
   height: 2px;
   background: #b6b6b6;
   position: absolute;
   left: 540px;
   top: 47px;
}
.advantages .fl-l {
   float: left;
   width: 540px;
}
.advantages .fl-r {
   float: right;
   width: 480px;
}
.advantages h2 {
   font-size: 24px;
   margin-bottom: 50px;
}
.advantages h2:after {
   display: none;
}
.advantages dl {
   color: #626262;
   line-height: 20px;
}
.advantages dt {
   padding-left: 55px;
   margin-bottom: 18px;
}
.advantages dd {
   margin-bottom: 5px;
}
.advantages dd:before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   position: relative;
   top: -1px;
   margin-right: 10px;
   width: 7px;
   height: 7px;
   background: #626262;
}
.advantages .fl-l p, .advantages .fl-r p {
   color: #626262;
   line-height: 20px;
}
.projects {
   margin-bottom: 30px;
}
.projects .items {
   font-size: 0;
}
.projects .item {
   width: 285px;
   height: 205px;
   display: inline-block;
   overflow: hidden;
}
.projects a {
   width: 285px;
   height: 205px;
   position: relative;
   overflow: hidden;
   font-size: 0;
   display: block;
   color: #fff;
}
.projects .item img {
   width: 100%;
   height: 100%;
}
.projects .header {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: rgba(25, 96, 181, 0.7);
   padding: 10px;
   -webkit-transition: background 0.3s;
   -o-transition: background 0.3s;
   transition: background 0.3s;
}
.projects a:hover .header {
   background: rgba(25, 96, 181, 0.95);
}
.projects h3 {
   font-size: 14px;
   text-transform: uppercase;
   margin-bottom: 5px;
}
.projects .desc {
   font-size: 12px;
}
.feedback {
   background: #f7f7f7;
   padding: 60px 0;
}
.feedback form {
   width: 800px;
   margin: 0 auto;
}
.feedback .fl-l {
   float: left;
   width: 305px;
}
.feedback .fl-r {
   float: right;
   width: 462px;
}
.feedback input[type="text"] {
   margin-bottom: 30px;
   background-position: 14px center;
   background-repeat: no-repeat;
}
.feedback input[type="text"]:nth-child(1) {
   background-image: url(../img/name.png);
}
.feedback input[type="text"]:nth-child(2) {
   background-image: url(../img/phone.png);
}
.feedback input[type="text"]:nth-child(3) {
   background-image: url(../img/email.png);
}
.feedback textarea {
   background-image: url(../img/message.png);
   background-repeat: no-repeat;
   background-position: 16px 18px;
   resize: none;
}
.feedback .button {
   text-align: center;
}
.map-block {
   position: relative;
   height: 465px;
   padding-top: 40px;
}
.map-block .map {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 10;
}
.map-block .contacts {
   width: 400px;
   background: rgba(25, 96, 181, 0.85);
   position: relative;
   z-index: 20;
   padding: 64px 22px;
   color: #fff;
}
.map-block .title {
   text-align: center;
   font-size: 36px;
   text-transform: uppercase;
   font-weight: bold;
   margin-bottom: 45px;
}
.map-block .row {
   font-size: 18px;
}
.map-block .row+.row {
   margin-top: 15px;
}
.footer {
   background: #1960b5;
   height: 76px;
   line-height: 76px;
}
.footer img {
   vertical-align: middle;
}
.footer .logo {
   float: left;
   margin-right: 60px;
   -webkit-transition: opacity 0.3s;
   -o-transition: opacity 0.3s;
   transition: opacity 0.3s;
}
.footer .logo:hover {
   opacity: 0.5;
}
.footer .copyright {
   font-size: 10px;
   font-weight: bold;
   float: left;
   color: #fff;
}
.footer .megaplan {
   float: right;
}
/* New style */
.satb {
    background: #0060B9;
    color: #fff;
    padding: 17px;
    border-radius: 10px;
}