@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BebasNeue/BebasNeue-Bold/BebasNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue/BebasNeue-Bold/BebasNeue-Bold.woff2") format("woff2"), url("../fonts/BebasNeue/BebasNeue-Bold/BebasNeue-Bold.woff") format("woff"), url("../fonts/BebasNeue/BebasNeue-Bold/BebasNeue-Bold.ttf") format("truetype"); }

a {
  text-decoration: none;
  color: #233143;
  display: inline-block; }

a:focus,
a:active {
  outline: none; }

h1 span,
h2 span,
h3 span {
  display: block; }

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.1em; }

h1 {
  font-size: 52px; }

h1 + .clarify {
  font-size: 18px;
  margin-top: 28px; }

h2 {
  font-size: 48px; 
	margin-bottom: 25px; }

h2 + .clarify {
  margin-top: 25px;
  opacity: .9;
  line-height: 1.5em; }

h2 + .flex-wrap {
  margin-top: 38px; }
  h2 + .flex-wrap .clarify {
    margin-right: 50px;
    opacity: .9;
    line-height: 1.5em; }
    h2 + .flex-wrap .clarify p:not(:first-child) {
      margin-top: 20px; }
    h2 + .flex-wrap .clarify .list {
      font-size: 14px;
      margin-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      h2 + .flex-wrap .clarify .list ul:first-child {
        margin-right: 55px; }
      h2 + .flex-wrap .clarify .list li:not(:first-child) {
        margin-top: 5px; }

h3 {
  font-size: 28px; }
  h3 + .clarify {
    margin-top: 20px;
    opacity: .9;
    line-height: 1.5em; }
    h3 + .clarify p:not(:first-child) {
      margin-top: 20px; }

.bold {
  font-weight: 700; }

.mark {
  color: #4b92ce; }

.main-wrap {
  overflow: hidden;
  background-color: #f0f0f0; }
  .main-wrap .content {
    max-width: 1500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .main-wrap section {
    position: relative; }
  .main-wrap section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #fff; }

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

strong {
	font-weight: 700;
}

.flex-wrap + .flex-wrap {
  margin-top: 70px; }

body.index {
  background-color: #fff; }

body.disabled {
  overflow: hidden;
}

body {
	transition: .15s;
  line-height: 1.4em;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #233143;
  cursor: default;
  background-color: #fff;
  overflow-x: hidden; }
.content{max-width: 1500px;padding: 0 60px;}
.container{max-width: 1200px;padding: 0 15px;}
.content, .container{
  margin: 0 auto;
  position: relative; }

body aside .btn-green:hover,
body section .btn-green:hover,
body header .btn-green:hover,
body footer .btn-green:hover {
  background-color: #c9cae7 !important; 
  color: #181f2d
  }

body aside .btn-white:hover,
body section .btn-white:hover,
body header .btn-white:hover {
  background-color: #4b92ce;
  color: #fff; }

.sticky-wrapper {
	z-index: 9;
	position: relative;
}
header + .sticky-wrapper {
	margin-bottom: 40px;
}
header .sticky-wrapper {
	height: 88px !important;
}

.btn-white:hover {
  background-color: #4b92ce;
  color: #fff; }

.btn-green {
  color: #fff;
  background-color: #4b92ce; }

.btn-white {
  border: 1px solid #4b92ce; }

.btn {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  text-transform: uppercase;
  line-height: 50px;
  height: 50px;
  font-weight: 700; }

.clarify-img {
  font-size: 14px;
  opacity: .5;
  text-align: center; }

section {
  position: relative;
  z-index: 3;
  background-color: #fff; }
  section > .content {
    -webkit-transition: .25s ease .25s;
    -o-transition: .25s ease .25s;
    transition: .25s ease .25s; }
  section.disabled > .content {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: .7;
    -webkit-filter: blur(20px);
    filter: blur(20px); }

main {
  position: relative;
  z-index: 3; }

.main-wrap main {
	flex-grow: 1;
	width: 0;
  background-color: #f0f0f0;
  padding: 50px 0 100px; }
  .main-wrap main section {
    position: relative;
    background-color: #fff;
    padding: 70px 0 70px 75px; }
  .main-wrap main section:not(:first-child) {
    margin-top: 50px; }

.animated-borders li, .service-a {
  position: relative; }
.service-a span{display: block;}
.animated-borders li a {
    height: 100%;
    display: block; 
}

.animated-borders .border, .service-a .border{
  position: absolute;
  background-color: #4b92ce;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  z-index: 9; }

.animated-borders .b-t {
  top: 0;
  left: 0;
  width: 0;
  height: 3px; }

.animated-borders .b-r {
  top: 0;
  right: 0;
  width: 3px;
  height: 0; }

.animated-borders .b-b {
  bottom: 0;
  right: 0;
  height: 3px;
  width: 0; }

.animated-borders .b-l {
  bottom: 0;
  left: 0;
  width: 3px;
  height: 0; }

.animated-borders a {
  display: block;
  height: 100%;
  width: 100%; }
.shareblock{margin:55px 0 50px;border-top:1px solid #E8E8E8;border-bottom: 1px solid #E8E8E8;padding-top: 50px;}
.questionsmore{margin-top:15px;}
.questionsmore a{position: relative;padding: 25px 15px;border:1px solid #e8e9ea;text-align: center;font-weight: bold;}
.sharethis-inline-share-buttons, .ya-share2{margin:10px 0 10px;}
.ya-share2 .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon{height: 30px;width:30px;background-size:30px;}
.sharebuttons{font-weight: bold;font-size: 20px;margin:15px 0 45px;}
.sharebuttons a{color:#fff;background: #3C5B96;border-radius: 5px;position: relative;padding:14px 25px 15px 62px;margin-right: 6px;
	margin-bottom: 10px;}
.sharebtn{margin-bottom:10px;}
.sharebtn span{border-bottom: 1px dashed #233143;font-weight:bold;font-size: 16px;}
.sharebuttons a:hover, .header__download:hover, .questionvideo__youtube:hover{transform: translateY(-1px);}
.sharebuttons a svg{position: absolute;top:50%;left:29px;transform: translateY(-50%);}
.sharebuttons a.sharebuttons--vk{background: #5382B6;}
.sharebuttons a.sharebuttons--ok{background: #EC8225;}
.sharebuttons a.sharebuttons--ins{background: linear-gradient(94.32deg, #C42E91 0%, #F99848 100%), #5956D7;}
.sharebuttons a.sharebuttons--youtube{background: #CD0000;}
.animated-borders li:hover .b-t, .service-a:hover .b-t, .docs__item:hover .b-t, .questionsmore a:hover .b-t{
  width: 100%; }

.animated-borders li:hover .b-r, .service-a:hover .b-r, .docs__item:hover .b-r, .questionsmore a:hover .b-r{
  height: 100%; }

.animated-borders li:hover .b-b, .service-a:hover .b-b, .docs__item:hover .b-b, .questionsmore a:hover .b-b{
  width: 100%; }

.animated-borders li:hover .b-l, .service-a:hover .b-l, .docs__item:hover .b-l, .questionsmore a:hover .b-l{
  height: 100%; }

.is_stuck + div {
  min-width: 210px; }

.bullets {
  font-size: 15px;
  line-height: 1.2em;
  margin-top: 22px; }
  .bullets ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 600px; }
  .bullets li {
    margin-top: 28px;
    padding: 5px 0 5px 20px;
    border-left: 3px solid #4b92ce;
    width: 50%; }
  .bullets .caption {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px; }
  .bullets .clarify {
    margin-top: 5px;
    font-size: 14px;
    opacity: .7; }

b {
  font-weight: 700; }

.slick-slide {
  outline: none; }

.breadcrumbs {
	margin-top: 80px;
  font-size: 12px;
  opacity: .6; }
  .breadcrumbs a:hover {
    color: #4b92ce; }
  .breadcrumbs a {
    -webkit-transition: .05s;
    -o-transition: .05s;
    transition: .05s;
    color: #233143; }
  .breadcrumbs ul {
  	flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .breadcrumbs li {
    position: relative; }
  .breadcrumbs li:last-child {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		max-width: 200px;
  }
  .breadcrumbs li:not(:last-child) {
    margin-right: 20px; }
  .breadcrumbs li:not(:last-child):before {
    content: '»';
    right: -13px;
    top: 50%;
    margin-top: -14px;
    position: absolute; }

#bullets {
  position: relative;
  z-index: 2;
  background-color: #fff; }
  #bullets ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #bullets li {
    padding: 20px;
    min-width: 270px;
    max-width: 270px;
    background-color: #343437;
    color: #fff; }
  #bullets .caption {
    font-weight: 700; }
  #bullets .clarify {
  	line-height: 1.2em;
    font-size: 14px; }
  #bullets .info {
    padding-left: 20px;
    border-left: 3px solid #4b92ce; }
  #bullets .btn-wrap {
    margin-top: 70px;
    text-align: center; }
    #bullets .btn-wrap .btn:hover {
      color: #fff; }
    #bullets .btn-wrap .btn {
      color: #4b92ce;
      font-size: 16px;
      padding: 0 30px;
      line-height: 50px;
      height: 50px; }
#trust .list .img{max-width: 200px;margin:auto;height: 70px;line-height: 70px;}
#trust .list img{display:inline-block;height: auto;max-height: 70px;vertical-align: middle;}
.staff__table, .staff__content{text-align: left;}
.staff__wrap .popup{max-width: 570px;}
.staff__table{width:100%;border-bottom:1px solid #E8E8E8;margin-bottom: 15px;}
.staff__table tr td{padding-bottom: 20px;vertical-align: middle;}
.staff__table tr td:first-child{width:90px;}
.staff__image{width: 70px;height: 70px;border-radius: 100%;background-size: cover;background-position: 50%;background-repeat: no-repeat;}
.staff__name{font-size: 20px;}
.staff__position{font-size: 14px;}
.staff__title{font-weight: 600;margin-bottom: 10px;}
.staff__wrap p{margin-bottom: 20px;}
.departments__row{margin-top: 30px;}
.departments{border: 1px solid #E8E8E8;padding: 20px 30px 30px;}
.departments__table{margin-bottom: 10px;width:100%;}
.departments__title{font-weight: bold;}
.departments__phones, .departments__mail{padding-left: 30px;}
.departments__heading{font-size: 14px;font-weight: bold;opacity: 0.85;}
.departments__phones{background:url(../img/phone.svg) no-repeat 0 5px;margin-bottom: 10px;}
.departments__mail{background:url(../img/mail.svg) no-repeat 0 5px;}
.departments__mail a{font-weight: bold;color: #4b92ce;opacity: 0.85;}
.departments__mail a:hover{opacity: 1;}
.departments__table a:hover, .contacts-soc-icons a:hover{transform: translateY(-1px);}
.contacts-soc-icons{vertical-align: middle;}
.phones .email a{font-weight: bold;color: #4b92ce;}
.departments__table tr td{vertical-align: middle;}
.departments__table tr td:last-child{text-align: right;}
.departments__viber:hover circle, .departments__viber:hover path:not(.departments__viberpath){fill:#834995;}
.departments__whatsapp:hover circle{fill:#2AB200;}
.departments__tg:hover circle{fill:#2CA5E0;}
#services.ourservices{padding-top: 100px;}
.topblock__left a{font-size:15px;color:rgba(255,255,255,0.85);margin-right: 35px;}
.topblock__left a:last-child{margin-right: 0;}
.section{padding-bottom: 100px;border-bottom:1px solid #E8E8E8;margin-bottom: 100px;}
.project h1{margin-bottom: 30px;}
.projectsider .item{margin: 0 1px;}
.project__row{margin-top:60px;font-weight:bold;}
.project__row img{margin-bottom: 15px;}
.projectsider__item{font-size:14px;line-height: 135%;border: 1px solid #E8E8E8;position: relative;padding: 20px 20px 45px;box-sizing: border-box;}
.projectsider__label{font-weight:bold;color: #fff;background: #4b92ce;padding: 8px 23px;position: absolute;left:0;top:30px;}
.projectsider__title{font-weight: bold;text-transform: uppercase;margin:15px 0 10px;}
.projectsider__text{opacity: 0.85;margin-bottom: 15px;}
.projectsider__btn{font-weight: bold;}
.projectsider__btn a{color: #4b92ce;}
.projectsider__btn a:hover{color: #233143;}
.projectsider .slick-dots{text-align: center;position: absolute;left:0;right:0;bottom: 22px;}
.projectsider .slick-dots li{display: inline-block;margin-right: 5px;}
.projectsider .slick-dots button{width: 9px;height: 9px;border-radius: 100%;border: 1px solid #ACADB2;background:#fff;font-size: 0;outline: none;}
.projectsider .slick-dots .slick-active button{background: #4b92ce;border-color: #4b92ce;}
.partnersection p{margin-bottom: 55px;}
.producers__col{padding:20px;margin-bottom: 20px;border:1px solid #ccc;text-align: center;}
.producers__text{font-size: 14px;opacity: .7;line-height: 1.4em;}
.producers__row{margin-top:70px;}
.banner{color:#fff;background:url(../img/banner.png) no-repeat 0 0;padding:55px 70px 60px 70px;margin-top:80px;background-size: cover;position: relative;}
.banner__content{max-width: 660px;}
.banner__text{font-size: 36px;line-height: 115%;margin-bottom: 30px;}
.banner__contact{padding-left: 30px;font-size: 21px;margin-bottom: 14px;}
.banner__contact a, .banner__contact a:focus{color: #fff;}
.banner__text span, .banner__contact a:hover{color:#4b92ce;}
.banner__phone{background:url(../img/phone.svg) no-repeat 0 3px;}
.banner__mobile{background:url(../img/mobile.svg) no-repeat 0 2px;}
.banner__mail{background:url(../img/mail.svg) no-repeat 0 7px;}
.banner__btn{display:inline-block;font-size: 14px;color: #4b92ce;border: 1px solid #4b92ce;cursor: pointer;padding:11px 24px;margin-top:15px;}
.banner__btn:hover{color: #fff;background:#4b92ce;}
.banner__img{position: absolute;bottom: 0;right:90px;}
.banner__label{font-size: 14px;line-height: 115%;position: absolute;bottom: 60px;right:0;padding:14px 19px;background: #4b92ce;z-index: 1;}
.banner__label:after{content:"";position: absolute;left:19px;top:-22px;border:7px solid transparent;border-bottom: 15px solid #4b92ce;}
.banner__label b{font-size: 18px;font-weight: bold;display:block;}
.docs__row{display: flex;flex-wrap: wrap;}
.docs__item{width:50%;padding:30px 15px;border: 1px solid #E5E5E5;margin:-1px 0 0 -1px;position: relative;display: none;}
.docs__item table td{vertical-align: top;}
.docs__item table td:first-child{width:125px;padding-right: 10px;}
.docs__item img{max-width: 100%;height: auto;display: inline-block;}
.docs__itemtitle{font-weight: bold;font-size: 20px;margin-bottom: 10px;}
.docs__itemtext{font-size: 16px;line-height: 125%;margin-bottom: 20px;}
.docs__span, .docs__file{text-transform: uppercase;}
.docs__a{line-height: 1;padding-left: 40px;position: relative;margin-bottom: 20px;}
.docs__file{font-size: 15px;color:#fff;font-family: 'Bebas Neue';position: absolute;top:0;left:0;background:url(../img/fil.svg) no-repeat 0 0;
min-width: 34px;text-align: center;padding: 13px 0 6px;}
.docs__size{font-size: 12px;opacity: 0.6;display: block;line-height: 1.4;}
.docs__name{font-weight: bold;font-size: 15px;opacity: 0.85;}
.docs__a:hover .docs__name, .animated-borders .docs__more a{color: #4b92ce;}
.docs__wrap .popup{text-align: left;max-width: 510px;}
.animated-borders .docs__more a{display: inline-block;font-size: 16px;border-bottom: 1px dashed #4b92ce;line-height: 1;width:auto;}
.animated-borders .docs__more a:hover{border-color: transparent;}
.partner__col{-ms-flex: 0 0 14.2857%;flex: 0 0 14.2857%;max-width: 14.2857%;margin-bottom: 15px;}
.partner__inner{background: #F3F3F3;border-radius: 5px;text-align: center;font-weight: bold;padding: 25px 3px 23px;border:2px solid #F3F3F3;}
.partner__inner img{margin:0 auto 7px;max-height: 70px;}
.partner__inner--dark{border-color: #4b92ce;}
.partner__left{-ms-flex: 0 0 28.5714%;flex: 0 0 28.5714%;max-width: 28.5714%;}
.partner__right{-ms-flex: 0 0 71.4285%;flex: 0 0 71.428%;max-width: 71.428%;}
.partner__border{font-weight: bold;font-size: 14px;margin:0 20px;border:2px solid #E8E8E8;border-top:none;text-align: center;min-height: 80px;position: relative;}
#dealers .partner__border .btn, #dealers .btn.see-more{width:auto;height: 50px;line-height: 50px;padding: 0 27px;}
#dealers .btn.see-more{border:1px solid #4b92ce;background:#fff;margin-top: 20px;}
#dealers .btn.see-more:hover{background:#4b92ce;}
#dealers .btn.see-more, #dealers .btn.see-more:focus{outline: none;}
.partner__span{position: absolute;bottom: -15px;padding: 0 45px;background:#fff;left:50%; transform: translateX(-50%);display: inline-block;}
#proizvoditel p, #proizvoditel ul{margin-bottom:15px;}
#dealers #pdopage .btn{width:auto;margin-top:20px;}
.docs #pdopage{margin-bottom: 0;}
.purpose{margin-bottom: 30px;}
.purpose__title{font-weight: bold;font-size: 28px;text-transform: uppercase;}
.purpose__text{font-size: 24px;line-height: 135%;padding:30px 0;border-top:2px solid  #4b92ce;border-bottom: 2px solid  #4b92ce;margin:20px 0 40px;}
.header-menu a.header__download{color:#fff;font-size: 14px;line-height: 17px;font-weight: 700;text-transform: uppercase;padding:11px 16px 9px 54px;
	background:url(../img/svg/telegram.svg) no-repeat 15px 50% #4b92ce;}
.header-menu a.header__download span{font-weight:400;font-size: 13px;display: block;}
.header-menu .phones{max-width: 230px;font-weight: bold;font-size: 18px;text-align: right;line-height: 1;margin-left: 15px;}
.header-menu .callback.desktop{font-size: 12px;color: #4b92ce;border-bottom: 1px dashed #4b92ce;display: inline-block;cursor: pointer;}
.header-menu .callback.desktop:hover{border-bottom-color:transparent;}
header .header-menu .mobile .phones{margin:auto;}
.objects__menu li{display: inline-block;margin-right: 15px;border-bottom: 3px solid #e0dfe0;cursor: pointer;}
.objects__menu li:last-child{margin-right: 0;}
.objects__menu li:hover, .objects__menu li.active{border-color: #4b92ce;}
.whywe{border:2px solid #4b92ce;padding:15px;background:#e5ecf6;}
.whywe p{margin-bottom: 15px;}
.whywe h3{display: table;text-transform: uppercase;color: #fff;background:#4b92ce;margin:-32px auto 15px;font-size:20px;padding:5px 40px;}
.whywe ul{width:95%;margin:0 auto;}
.whywe ul li, .chartext ul li{padding:0 0 5px 15px;position: relative;box-sizing: border-box;}
.whywe ul li, .chartext ul li{width:49%;display: inline-block;vertical-align: top;}
.whywe ul li:before, .chartext ul li:before{display: block;content:"";width:8px;height: 8px;background:#4b92ce;position: absolute;top:9px;left:0;}
#section__faq{font-weight: 700;}
 #recommended .rec-list .rec-img {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
#contacts-page .email{margin-left: -30px;}
.row.partnerimg__row{margin:0 -5px;}
.row.partnerimg__row .col-12{padding-left: 5px;padding-right: 5px;}
.note{font-size: 13px;margin-top: 10px;}
.header-menu a[href^=tel]:hover, footer a[href^=tel]:hover, .phones a:hover, .social a:hover, .departments a:hover, .email a:hover, .second-nav a:hover{color: #4b92ce;}
.departments .departments__mail a:hover, .phones .email a[href^=mailto]:hover{color:#233143;}
a, .topblock__center svg, .banner__btn, .docs__name, .header-menu .callback.desktop, .objects__menu li{transition: all .25s ease 0s;-webkit-transition: all .25s ease 0s;-moz-transition: all .25s ease 0s;-o-transition: all .25s ease 0s;}
@media only screen and (max-width: 1200px) {
  .banner__img{right:-20px;}
  .banner__content{max-width: 605px;}
  .content {
    padding: 0 30px; }
  body {
    font-size: 16px; }
  h1 {
    font-size: 48px; }
  .main-wrap .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .main-wrap .content section:before {
      display: none; }
  .main-wrap main {
  	width: 100%;
    padding-top: 0; }
  .main-wrap main section {
    padding: 70px; }
    #bullets ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #bullets ul li {
      margin-top: 20px;
      max-width: 48%;
      width: 100%; }
header .sticky-wrapper {
	height: 66px !important;
}}

@media only screen and (max-width: 991px) {
  .departments{margin-bottom: 30px;}
  .main-wrap main section {
    padding: 70px 20px; }
  .main-wrap .content {
    padding: 0; }
  .main-wrap main {
    max-width: 100%; }
  #proizvoditel .flex-wrap.about-korea {
    margin-top: 0; } }

@media only screen and (max-width: 767px) {
  #top-index{background:url(../img/mobile.jpg) center no-repeat;background-size: cover;}
  #top-index:before{display: block;content:"";background-color: rgba(52, 52, 55, 0.8);position: absolute;top:0;bottom: 0;right:0;left:0;}
  .whywe ul li, .chartext ul li{width:100%;}
  .purpose__text{padding:15px 0;}
  .departments__table, .departments__table tbody, .departments__table tr, .departments__table td{display:block;}
  .departments__table tr td:last-child{text-align: left;margin-top:10px;}
  h1, h2 {
    font-size: 31px; }
  .breadcrumbs {
    font-size: 15px; }
  #bullets ul li {
    max-width: 100%; }
	header + .sticky-wrapper.is-sticky .second-nav{
		top: 56px !important;	
	}}

@media only screen and (max-width: 500px) {
  body {
    font-size: 18px; }
  .breadcrumbs {
    font-size: 16px; }
  .bullets li {
    width: 100%; }
  .bullets .caption {
  	font-size: 13px !important;
    margin-bottom: 10px; }
  .bullets .clarify {
    font-size: 17px; } }

@-webkit-keyframes wave-country-label {
  0% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg); }
  50% {
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg); }
  100% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg); } }

@keyframes wave-country-label {
  0% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg); }
  50% {
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg); }
  100% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg); } }

@-webkit-keyframes wave-shadow {
  0% {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25); }
  50% {
    -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.25); }
  100% {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25); } }

@keyframes wave-shadow {
  0% {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25); }
  50% {
    -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.25); }
  100% {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
  	margin: 0 auto;
  	max-width: 100%;
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/* 
header.index_header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4; }

header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e7e9e9; }
  header .top-line {
    background-color: #f6f6f6; }
    header .top-line .content {
      height: 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    header .top-line ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    header .top-line li {
      position: relative; }
    header .top-line li:not(:first-child) {
      margin-left: 65px; }
    header .top-line li:last-child {
      margin-left: 55px; }
    header .top-line li:before {
      content: '';
      position: absolute;
      top: 50%; }
    header .top-line li:first-child {
      font-size: 13px; }
    header .top-line li:first-child:before {
      width: 17px;
      height: 17px;
      top: 50%;
      margin-top: -9px;
      background: url(../img/svg/work_timea.svg) center no-repeat;
      left: -25px; }
    header .top-line li:nth-child(2):before {
      width: 21px;
      height: 14px;
      left: -27px;
      margin-top: -7px;
      background: url(../img/svg/email.svg) center no-repeat; }
    header .top-line li:nth-child(3):before {
      width: 17px;
      height: 17px;
      background: url(../img/svg/skype.svg) center no-repeat;
      left: -25px;
      margin-top: -8px; }
    header .top-line .company-clarify {
      opacity: .5;
      font-size: 12px; }
    header .top-line .company-info {
      font-size: 14px; }
      header .top-line .company-info li:first-child p {
        opacity: .7; }

.header-menu {
  padding: 20px 0;
  font-weight: 700;
  background-color: #fff; }
  .header-menu .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-menu nav {
    margin-left: 140px; }
    .header-menu nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .header-menu nav li:not(:first-child) {
      margin-left: 25px; }
    .header-menu nav a {
      -webkit-transition: .05s;
      -o-transition: .05s;
      transition: .05s; }
    .header-menu nav a:hover {
      color: #4b92ce; }
  .header-menu a {
    color: #233143; }
  .header-menu .phones:hover {
    border-top: 1px solid #e7e9e9;
    border-left: 1px solid #e7e9e9;
    border-right: 1px solid #e7e9e9; }
    .header-menu .phones:hover .hidden-phones {
      border-bottom: 1px solid #e7e9e9;
      border-left: 1px solid #e7e9e9;
      border-right: 1px solid #e7e9e9;
      opacity: 1; }
      .header-menu .phones:hover .hidden-phones li:first-child {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s; }
      .header-menu .phones:hover .hidden-phones li:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
      .header-menu .phones:hover .hidden-phones li {
        opacity: 1; }
  .header-menu .phones:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 30px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    right: 12px;
    border-right: 7px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid tarnsparent; }
  .header-menu .phones {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 1.5em;
    font-size: 14px;
    margin-left: 70px;
    position: relative;
    padding: 15px 30px 0; }
    .header-menu .phones .hidden-phones {
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      background-color: #fff;
      position: absolute;
      top: 100%;
      left: -1px;
      padding-left: 30px;
      padding-bottom: 15px;
      width: calc(100% + 2px);
      opacity: 0; }
      .header-menu .phones .hidden-phones li {
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
        opacity: 0;
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0; }
  .header-menu .btn {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    margin-left: 20px;
    font-size: 12px;
    color: #4b92ce;
    border: 1px solid #4b92ce;
    padding: 0 20px;
    cursor: pointer; }

@media only screen and (max-width: 1365px) {
  .header-menu nav {
    margin-left: 30px; }
  .header-menu .phones {
    margin-left: 30px; } }

@media only screen and (max-width: 1200px) {
  header {
    position: relative;
    z-index: 2; }
  .header-menu {
    padding: 10px 0; }
    .header-menu .content {
      position: relative;
      padding-left: 25%; }
    .header-menu nav {
      margin-left: 0;
      left: 0;
      position: absolute; }
      .header-menu nav ul {
        z-index: 9;
        position: fixed;
        display: block;
        width: 100vw;
        height: 100vh;
        font-size: 21px;
        top: -100vh;
        left: 0;
        opacity: 1;
        text-align: center;
        -webkit-transition: .5s ease .9s;
        -o-transition: .5s ease .9s;
        transition: .5s ease .9s;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        padding: 0 0 60px 0;
        background-color: rgba(17, 64, 47, 0.95);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .header-menu nav ul.active {
          opacity: 1;
          transition-delay: 0s;
          -webkit-transform: translateY(100vh);
          -ms-transform: translateY(100vh);
          transform: translateY(100vh); }
          .header-menu nav ul.active li {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0); }
        .header-menu nav ul li {
          opacity: 0;
          -webkit-transition: .35s;
          -o-transition: .35s;
          transition: .35s;
          -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
          transform: translateY(-30px); }
        .header-menu nav ul li:first-child {
          -webkit-transition-delay: .1s;
          -o-transition-delay: .1s;
          transition-delay: .1s; }
        .header-menu nav ul li:nth-child(2) {
          -webkit-transition-delay: .2s;
          -o-transition-delay: .2s;
          transition-delay: .2s; }
        .header-menu nav ul li:nth-child(3) {
          -webkit-transition-delay: .3s;
          -o-transition-delay: .3s;
          transition-delay: .3s; }
        .header-menu nav ul li:nth-child(4) {
          -webkit-transition-delay: .4s;
          -o-transition-delay: .4s;
          transition-delay: .4s; }
          .header-menu nav ul.active li:first-child {
          -webkit-transition-delay: .5s;
          -o-transition-delay: .5s;
          transition-delay: .5s; }
        .header-menu nav ul.active li:nth-child(2) {
          -webkit-transition-delay: .55s;
          -o-transition-delay: .55s;
          transition-delay: .55s; }
        .header-menu nav ul.active li:nth-child(3) {
          -webkit-transition-delay: .6s;
          -o-transition-delay: .6s;
          transition-delay: .6s; }
        .header-menu nav ul.active li:nth-child(4) {
          -webkit-transition-delay: .65s;
          -o-transition-delay: .65s;
          transition-delay: .65s; }
        .header-menu nav ul a {
          color: #fff; }
        .header-menu nav ul li:not(:first-child) {
          margin-top: 25px;
          margin-left: 0; }
      .header-menu nav .mobile-nav {
        position: relative;
        width: 35px;
        height: 25px;
        z-index: 11; }
        .header-menu nav .mobile-nav.active:before, .header-menu nav .mobile-nav.active:after {
          background-color: #ccc; }
        .header-menu nav .mobile-nav.active div {
          -webkit-transition: background-color .25s ease, -webkit-transform .35s ease .5s;
          transition: background-color .25s ease, -webkit-transform .35s ease .5s;
          -o-transition: background-color .25s ease, transform .35s ease .5s;
          transition: background-color .25s ease, transform .35s ease .5s;
          transition: background-color .25s ease, transform .35s ease .5s, -webkit-transform .35s ease .5s;
          -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
          transform: translateX(10px);
          background-color: #fff; }
        .header-menu nav .mobile-nav div {
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s;
          position: absolute;
          background-color: #000;
          height: 1px;
          width: 100%;
          top: 50%;
          left: 60px; }
        .header-menu nav .mobile-nav:before, .header-menu nav .mobile-nav:after {
          content: '';
          position: absolute;
          height: 1px;
          width: 100%;
          left: 60px;
          background-color: #000; }
        .header-menu nav .mobile-nav:before {
          top: 0; }
        .header-menu nav .mobile-nav:after {
          bottom: 0; } }

@media only screen and (max-width: 991px) {
  .header-menu .content {
    padding-left: 20%; }
  .header-menu .phones {
    margin-left: 0;
    padding-top: 0; }
    .header-menu .phones:before {
      top: 15px; }
  .header-menu .btn {
    margin-left: 0; }
  .header-menu .logo {
    max-width: 180px; }
    .header-menu .logo img {
      max-width: 100%; } }

@media only screen and (max-width: 900px) {
  header .top-line {
    display: none; } }

@media only screen and (max-width: 767px) {
  header {
    border-bottom: none; }
  .header-menu nav .mobile-nav {
    top: -40px; }
    .header-menu nav .mobile-nav:before, .header-menu nav .mobile-nav:after,
    .header-menu nav .mobile-nav div {
      left: 30px; }
  .header-menu {
    padding-top: 20px; }
    .header-menu .content {
      padding-left: 0;
      padding-right: 0;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .header-menu .logo {
      max-width: 100%;
      width: 100%;
      margin-bottom: 20px; }
      .header-menu .logo img {
        margin: 0 auto;
        display: block; }
  header {
    padding-bottom: 25px; }
  .header-menu .logo {
    margin-bottom: 35px; } } */

header .logo {
	max-width: 242px;
}
header .logo img {
	max-width: 100%;
}
header {
	z-index: 99;
	border-bottom: 1px solid #E2E3E4;
	transition: z-index 1s ease 1s;
}
header.active {
	transition: z-index 0s ease 0s;
}
.header-menu nav ul.active li:nth-child(5) {
	opacity: 1;
	transform: translateY(0px);
}
header .mobile .phones a:not(:first-child) {
	margin-top: 5px;
}
header .mobile .phones a {
	display: block;
}
header .mobile .phones:hover {
	border: none;
}
header .mobile .phones {
	border: none;
	font-size: 18px;
	margin:auto;
}
header .mobile .phones:before {
	display: none;
}
header .mobile {
	display: none;
}
.top-sec {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #fff; }
  .top-sec .flex-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 75px; }
    .top-sec .flex-wrap .right-side {
      min-width: 480px;
      text-align: center; }
  .top-sec .flex-wrap.small-top {
    margin-top: 0; }
  .top-sec .btn-wrap {
    margin-top: 50px; }
    .top-sec .btn-wrap .btn {
      padding: 0 30px;
      font-size: 14px; }

@media only screen and (max-width: 1199px) {
	.header-menu nav ul li:nth-child(5) {
		transition: .35s ease .7s;
		opacity: 0;
		transform: translateY(-30px);
	}
}
@media only screen and (max-width: 991px) {
  .top-sec .flex-wrap .right-side {
    padding-top: 55px;
    min-width: 270px;
    margin-left: 20px; }
    .top-sec .flex-wrap .right-side img {
      max-width: 100%; } }

@media only screen and (max-width: 767px) {
	header .desktop.phones,	header .desktop.callback, .header__download {
		display: none;
	}
	header .mobile {
		display: block;
	}
  .top-sec .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .top-sec .flex-wrap .left-side {
      margin-top: 50px; } }
.left-side p, .left-side h1{margin-bottom: 10px;}
.aside-wrap {
  min-width: 210px;
  max-width: 210px;
  width: 210px; }

aside {
  padding-bottom: 50px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  background-color: #f0f0f0;
  padding-top: 150px;
  font-size: 13px; }
  aside a:hover {
    color: #4b92ce; }
  aside a {
    -webkit-transition: .05s;
    -o-transition: .05s;
    transition: .05s;
    color: #1d252b; }
  aside li.active a {
    color: #4b92ce; }
  aside li:not(:first-child) {
    margin-top: 25px; }
  aside .btn-wrap {
    margin-top: 35px; }
  aside .btn {
    text-transform: none;
    border: 1px solid #4b92ce;
    padding: 0 20px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s; }

@media only screen and (max-width: 1200px) {
  .aside-wrap.is_stuck {
    left: 0;
    padding: 0 20px 0 50px; }
  .aside-wrap {
    height: 85px;
    position: relative;
    z-index: 88; }
  .aside-fixed {
  	overflow: auto;
  	width: 100%;
    padding: 0 20px;
    background-color: #f0f0f0;
  }
  aside {
    padding: 20px 0;
    min-width: 970px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    aside ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      aside ul li:not(:first-child) {
        margin-top: 0;
        margin-left: 20px; }
  aside a {
  	white-space: nowrap;
  }
  aside .btn-wrap {
  	white-space: nowrap;
    margin-top: 0;
    margin-left: 25px; }
  .aside-wrap {
    min-width: 100%; } }

@media only screen and (max-width: 991px) {
  aside {
    padding-right: 20px;
    font-size: 15px; } }

@media only screen and (max-width: 500px) {
	aside .btn-wrap,
	aside nav {
		font-size: 18px;
	}
}

#proizvoditel .about-korea .left-side:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 120%;
  top: 0;
  left: -55px;
  background: url(../img/svg/korean_map.svg) calc(50% - 123px) 55px no-repeat; }

#proizvoditel .about-korea .left-side {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  width: 410px;
  min-width: 410px; }

#proizvoditel .about-korea .country-label-wrapper {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: wave-country-label 5s ease infinite;
  animation: wave-country-label 5s ease infinite;
  padding-bottom: 25px; }

#proizvoditel .about-korea .country-label {
  text-align: left;
  width: 230px;
  padding: 15px 15px 30px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  -webkit-animation: wave-shadow 5s ease infinite;
  animation: wave-shadow 5s ease infinite; }
  #proizvoditel .about-korea .country-label .slick-prev {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 10;
    margin-right: 0;
    height: 50px;
    width: 25px;
    cursor: pointer;
    opacity: .35;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s; }
  #proizvoditel .about-korea .country-label .slick-next {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
    height: 50px;
    width: 25px;
    cursor: pointer;
    opacity: .35;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s; }
  #proizvoditel .about-korea .country-label .slick-next:hover,
  #proizvoditel .about-korea .country-label .slick-prev:hover {
    opacity: .7; }
  #proizvoditel .about-korea .country-label .slick-prev:before,
  #proizvoditel .about-korea .country-label .slick-prev:after {
    content: '';
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: absolute;
    height: 1px;
    width: 13px;
    background-color: #000;
    top: 50%;
    margin-top: -5px;
    left: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
  #proizvoditel .about-korea .country-label .slick-prev:before {
    -webkit-transform: rotateZ(35deg);
    -ms-transform: rotate(35deg);
    transform: rotateZ(35deg); }
  #proizvoditel .about-korea .country-label .slick-prev:after {
    -webkit-transform: rotateZ(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotateZ(-35deg); }
  #proizvoditel .about-korea .country-label .slick-next:before,
  #proizvoditel .about-korea .country-label .slick-next:after {
    content: '';
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: absolute;
    height: 1px;
    width: 13px;
    background-color: #000;
    top: 50%;
    margin-top: -5px;
    left: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; }
  #proizvoditel .about-korea .country-label .slick-next:before {
    -webkit-transform: rotateZ(35deg);
    -ms-transform: rotate(35deg);
    transform: rotateZ(35deg); }
  #proizvoditel .about-korea .country-label .slick-next:after {
    -webkit-transform: rotateZ(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotateZ(-35deg); }
  #proizvoditel .about-korea .country-label .triangle {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 100%;
    left: 50%; }
  #proizvoditel .about-korea .country-label .triangle:after {
    content: '';
    position: absolute;
    width: 250%;
    height: 100%;
    background-color: #fff;
    bottom: 100%;
    left: -35px; }
  #proizvoditel .about-korea .country-label .triangle:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    margin-top: -15px;
    margin-left: -10px;
    -webkit-transform: rotateZ(60deg) skewX(25deg);
    -ms-transform: rotate(60deg) skewX(25deg);
    transform: rotateZ(60deg) skewX(25deg);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); }

#proizvoditel .about-korea .country-label-top {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#proizvoditel .about-korea .country-label-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase; }

#proizvoditel .about-korea .country-label-content {
  padding-bottom: 30px;
  position: relative;
  border-top: 1px solid #f4f4f4;
  padding-top: 10px; }
  #proizvoditel .about-korea .country-label-content .items:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    left: -2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
    z-index: 9; }
  #proizvoditel .about-korea .country-label-content .items:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    right: -2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    z-index: 9; }
  #proizvoditel .about-korea .country-label-content .items {
    margin-left: 30px;
    width: 70%; }
  #proizvoditel .about-korea .country-label-content .slick-slide {
    padding-left: 10px;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #proizvoditel .about-korea .country-label-content .slick-dots {
    position: absolute;
    width: 230px;
    bottom: -35px;
    left: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #proizvoditel .about-korea .country-label-content .slick-dots li:not(:first-child) {
      margin-left: 5px; }
    #proizvoditel .about-korea .country-label-content .slick-dots li.slick-active button {
      -webkit-box-shadow: inset 0 0 0 5px #4b92ce;
      box-shadow: inset 0 0 0 5px #4b92ce; }
    #proizvoditel .about-korea .country-label-content .slick-dots button {
      outline: none;
      cursor: pointer;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: none;
      -webkit-box-shadow: inset 0 0 0 1px #4b92ce;
      box-shadow: inset 0 0 0 1px #4b92ce;
      background-color: #fff;
      font-size: 0; }

#proizvoditel .about-korea .country-label-txt {
  opacity: .9;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em; }

#proizvoditel .about-korea .country-label-num {
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 47px;
  font-family: 'Bebas Neue'; }

#proizvoditel .about-korea .right-side {
  padding-top: 130px;
  padding-bottom: 130px; }

#proizvoditel .history-line {
  font-size: 14px;
  text-align: center; }
  #proizvoditel .history-line ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #proizvoditel .history-line li.active .year {
    color: #4b92ce; }
  #proizvoditel .history-line li {
    width: 25%;
    -webkit-box-shadow: inset 0 0 0 1px #e3e4e5;
    box-shadow: inset 0 0 0 1px #e3e4e5; }
  #proizvoditel .history-line li:not(:last-child) {
    padding: 35px 0; }
  #proizvoditel .history-line li:not(:last-child) {
    margin-right: -1px; }
    #proizvoditel .history-line li:not(:last-child) .clarify {
      opacity: .6; }
  #proizvoditel .history-line li:last-child a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative; }
  #proizvoditel .history-line li:last-child a:before,
  #proizvoditel .history-line li:last-child a:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #4b92ce;
    opacity: 1;
    top: 50%;
    margin-top: -2px;
    left: 100%;
    margin-left: -40px;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; }
  #proizvoditel .history-line li:last-child a:before {
    -webkit-transform: rotateZ(35deg);
    -ms-transform: rotate(35deg);
    transform: rotateZ(35deg); }
  #proizvoditel .history-line li:last-child a:after {
    -webkit-transform: rotateZ(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotateZ(-35deg); }
  #proizvoditel .history-line li:last-child .clarify {
    margin-top: 0;
    opacity: .9;
    line-height: 1.5em; }
  #proizvoditel .history-line .year {
    font-size: 42px;
    font-family: 'Bebas Neue'; }
  #proizvoditel .history-line .clarify {
    margin-top: 15px;
    line-height: 1.5em; }

#proizvoditel .geografy {
  height: 380px;
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background: #343437 url(../img/svg/booster_map.svg) calc(50% + 290px) top no-repeat;
  background-size: auto 115%;
  margin-top: 100px; }
  #proizvoditel .geografy h3 {
  	position: relative;
  	z-index: 2;
    font-size: 36px; }
  #proizvoditel .geografy .clarify {
  	position: relative;
  	z-index: 2;
    font-family: 'PT Sans';
    max-width: 410px;
    font-size: 16px; }

@media only screen and (max-width: 1199px) {
  #proizvoditel .history-line li:last-child a {
    padding-top: 20px; }
  #proizvoditel .history-line li:last-child a:before, #proizvoditel .history-line li:last-child a:after {
    margin-top: -35px;
    left: 50%;
    margin-left: 0; } }

@media only screen and (max-width: 1200px) {
	#proizvoditel .about-korea .left-side,
	#proizvoditel .about-korea .right-side {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 991px) {
	#proizvoditel .about-korea .country-label-wrapper {
		padding-left: 40px;
	}
	#proizvoditel .about-korea .left-side {
		padding-bottom: 100px;
		padding-left: 30px;
	}
	#proizvoditel .about-korea .left-side:before {
		left: -20px;
		top: -44px;
		height: 110%;
	}
	#proizvoditel .about-korea .right-side {
		padding-top: 0;
		padding-bottom: 0;
	}
  #proizvoditel .illu {
    text-align: center; }
  #proizvoditel .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #proizvoditel .history-line .clarify p {
    display: inline; }
  #proizvoditel .geografy .clarify {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); } }
@media only screen and (max-width: 850px) {
	#proizvoditel .geografy {
		justify-content: flex-start;
		padding-top: 40px;
		height: 420px;
		-webkit-background-size: 500px;
		background-size: 500px;
		background-position: right bottom;
	}
}

@media only screen and (max-width: 767px) {
  #proizvoditel .history-line ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #proizvoditel .history-line li {
    margin-top: -1px;
    width: 50%; }
  #proizvoditel .about-korea .left-side:after {
    content: '';
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: -5px;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
    background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1)); }
  #proizvoditel .geografy:before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0, 0, 0, .5);
  	z-index: 1;
  }
  #proizvoditel .geografy {
  	position: relative;
    padding-left: 20px;
    padding-right: 20px;} }

#features {
  padding-bottom: 120px; }
  #features h2 {
    font-size: 44px; }
  #features .bullets {
    margin-top: 20px; }
    #features .bullets ul, .dopul ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .dopul ul{align-items: flex-start;}
    #features .bullets li {
      margin-top: 30px;
      padding-left: 28px;
      border-left: 3px solid #c9cae7;
      width: 50%; }
      .dopul li{line-height: 1.1;padding:5px 15px 5px 20px;margin-bottom: 30px; border-left: 3px solid #4b92ce;width:33.33%;}
      .dopinner .dopul li, #mainadv .dopul li{width:50%;}
      .dopul .caption{font-size:18px;font-weight: 700;text-transform: uppercase;}
      .dopul .clarify{margin-top: 5px;opacity: .7;font-size: 14px;}
    #features .bullets .caption {
      font-weight: 700; }
    #features .bullets .clarify {
      font-size: 14px;
      opacity: .9;
      line-height: 1.5em; }
  #features .features-label {
    margin-top: 90px;
    height: 370px;
    position: relative;
    background: url(../img/why-dont.jpg) center 0px no-repeat;
    background-size: contain; }
  #features .play-btn {
  	position: absolute;
  	height: 70px;
  	width: 70px;
  	border-radius: 50%;
  	top: 110px;
  	left: 50%;
  	margin-left: -255px;
  	background: #4b92ce url(../img/play.png) 30px no-repeat;
  	box-shadow: 0 5px 20px rgba(61, 216, 157, 0.8);
  }
  #features .play-btn:before {
  	content: 'Смотреть видео';
  	position: absolute;
  	top: 100%;
  	margin-top: 5px;
  	left: -12px;
  	white-space: nowrap;
  	color: #fff;
  	font-size: 12px;
  	font-weight: 700;
  	text-transform: uppercase;
  }
  #features .features-label-box {
    padding: 40px;
    position: relative;
    top: -50px;
    line-height: 1.5em;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-left: auto;
    margin-right: 40px;
    max-width: 425px; }
    #features .features-label-box .notion {
      color: #4b92ce;
      font-size: 11px;
      font-weight: 700;
      font-family: 'PT Sans';
      text-transform: uppercase; }
    #features .features-label-box h3 {
      margin-top: 20px;
      font-size: 28px; }
    #features .features-label-box .clarify {
      line-height: 1.75em;
      font-size: 11px;
      border-top: 1px solid #e0e0e1;
      margin-top: 35px;
      padding-top: 35px; }
      #features .features-label-box .clarify p {
        margin: 0; }
    #features .features-label-box .caption {
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700; }

@media only screen and (max-width: 991px) {
  .dopul li{width:50%;}
  #features h2 span {
    display: inline;
  }
  #features .features-label {
  	background-size: cover;
  	height: 300px;
  }
  #features .features-label-box {
  	margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dopul li, .dopinner .dopul li, #mainadv .dopul li{width:100%;}
  #features.booster {
  	padding-bottom: 570px;
  }
  #features h2 {
    line-height: 1.2em;
    font-size: 30px; }
  #features .play-btn {
  	margin-left: -38px;
  }
  #features .features-label-box {
  	top: 106%;
  	margin-right: auto;
  }
  #features .features-label-box .notion {
    font-size: 13px; }
  #features .features-label-box .clarify {
    font-size: 14px; } }

@media only screen and (max-width: 500px) {
	#features .features-label-box {
		max-width: 100%;
		top: 100%;
	}
	#features .bullets ul {
		-ms-align-items: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#features .play-btn:before {
		left: -18px;
	}
}

#model-range.swep .list li{
	overflow: hidden;
}
#model-range .model-range-list {
  text-align: center;
  margin-top: 55px; }
  #model-range .model-range-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #model-range .model-range-list li {
    margin-top: -1px;
    margin-left: -1px;
    width: 33.33%; }
    #model-range .model-range-list li a {
      position: relative;
      height: 100%;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      -webkit-box-shadow: inset 0 0 0 1px #e3e4e5;
      box-shadow: inset 0 0 0 1px #e3e4e5;
      display: block;
      padding: 35px 20px;
      width: 100%; }
  #model-range .model-range-list li:last-child {
    background-color: #f7f7f7; }
    #model-range .model-range-list li:last-child a:hover .model-img {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    #model-range .model-range-list li:last-child a:hover .model-name {
      color: #4b92ce; }
    #model-range .model-range-list li:last-child .model-img {
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
    #model-range .model-range-list li:last-child .model-name {
      -webkit-transition: .05s;
      -o-transition: .05s;
      transition: .05s;
      margin-top: 0;
      padding-left: 20px;
      display: inline-block;
      background: url(../img/svg/download_small.svg) left center no-repeat;
      font-size: 16px; }
  #model-range .model-range-list .model-name {
    margin-top: 20px;
    font-weight: 700; }
  #model-range .model-range-list .model-clarify {
    margin-top: 10px;
    opacity: .6;
    font-size: 14px;
    line-height: 1.5em; }

#model-range .faq a {
  display: block;
  width: 100%;
}
#model-range .faq {
  margin-top: 90px; }
  #model-range .faq > .caption:before, .faq > .caption:before {
    content: '?';
    position: absolute;
    opacity: .1;
    font-size: 80px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center; }
  #model-range .faq > .caption, .faq > .caption {
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px; }

#model-range .tabs,  .faq .tabs{
  margin-top: 20px; }
  #model-range .tabs ul,  .faq .tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #model-range .tabs li,  .faq .tabs li {
    margin-top: 50px;
    width: 100%;
    max-width: 47%;
    padding-bottom: 15px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    border-bottom: 1px solid #e3e4e5; }
  #model-range .tabs li:before,  .faq .tabs li:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: .20s;
    -o-transition: .20s;
    transition: .20s; }
  #model-range .tabs li:hover:before,  .faq .tabs  li:hover:before{
    width: 100%;
    background-color: #4b92ce; }
  #model-range .tabs .caption {
    font-size: 17px;
    font-weight: 700;
    padding-right: 50px;
    position: relative;
    cursor: pointer; }
    #model-range .tabs .caption .open,   .faq .tabs .caption .open{
      position: absolute;
      top: 5px;
      right: 0;
      height: 30px;
      width: 30px; }
    #model-range .tabs .caption .open:before,
    #model-range .tabs .caption .open:after, .faq .tabs .caption .open:before, .faq .tabs .caption .open:after{
      -webkit-transition: .20s;
      -o-transition: .20s;
      transition: .20s;
      content: '';
      position: absolute;
      top: 12px;
      right: 0;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      width: 25px;
      height: 2px;
      background-color: #4b92ce; }
    #model-range .tabs .caption .open:before,  .faq .tabs .caption .open:before{
      -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
      transform: rotateZ(45deg); }
    #model-range .tabs .caption .open:after, .faq .tabs .caption .open:after {
      -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg); }
      #documentation .faq{margin-bottom:30px;font-weight: bold;}

#model-range .list {
  margin-top: 70px;
  text-align: center; }
  #model-range .list .caption {
    margin-top: 20px;
    font-weight: 700; }
  #model-range .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #model-range .list li:not(:last-child) {
    border-right: none; }
  #model-range .list li {
    border: 1px solid #e3e4e5;
    margin-left: -4px;
    width: 33.33%; }
    #model-range .list li a:hover .img img {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    #model-range .list li a {
      padding-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  #model-range .list .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block; }
    #model-range .list .icon img {
      vertical-align: middle; }
  #model-range .list li:first-child .icon {
    background-color: #ff5e37;
    -webkit-box-shadow: 0 5px 30px rgba(255, 94, 55, 0.7);
    box-shadow: 0 5px 30px rgba(255, 94, 55, 0.7); }
  #model-range .list li:nth-child(2) .icon {
    background-color: #36c0f4;
    -webkit-box-shadow: 0 5px 30px rgba(54, 192, 244, 0.7);
    box-shadow: 0 5px 30px rgba(54, 192, 244, 0.7); }
  #model-range .list li:nth-child(3) .icon {
    background-color: #222225;
    -webkit-box-shadow: 0 5px 30px rgba(34, 34, 37, 0.7);
    box-shadow: 0 5px 30px rgba(34, 34, 37, 0.7); }
  #model-range .list .img {
    margin-top: 45px; }
    #model-range .list .img img {
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
      transform: translateY(15px);
      display: block; }

@media only screen and (max-width: 1199px) {
  #model-range .model-range-list li a {
    padding: 35px 20px; } }

@media only screen and (max-width: 991px) {
  #model-range .model-range-list li {
    width: 50%; }
  #model-range .tabs .caption {
    font-size: 15px;
    padding-right: 30px; } }
@media only screen and (max-width: 767px) {
	#model-range_par .model-range-list .model-image {
		margin-bottom: 25px;
	}
  #model-range .model-range-list li {
  	width: 100%;
  }
  #model-range .tabs li {
  	width: 100%;
  	max-width: 100%;
  }
	
}

#documentation .doc-list {
  margin-top: 50px; }
  #documentation .doc-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #documentation .doc-list li:not(:last-child) {
    margin-right: 27px; }
  #documentation .doc-list li:before {
  	color:#4b92ce;background:#fff;
    content: attr(data-format);
    position: absolute;
    top: -10px;
    padding: 0 10px;
    line-height: 1.5em;
    left: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 3;
   /* -webkit-transition: .25s ease .1s;
    -o-transition: .25s ease .1s;
    transition: .25s ease .1s;*/ }
  #documentation .doc-list li:hover .doc-name {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  #documentation .doc-list li img {
    -webkit-transition:  all 2s;
    -o-transition:  all 2s;
    transition: all 2s;
  }
  #documentation .doc-list li:hover:before {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  #documentation .doc-list li:hover a:before {
    opacity: 1;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s; }
  #documentation .doc-list li:hover a:after {
    opacity: 1;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s; }
  #documentation .doc-list li {
    position: relative;
    height: 275px;
    line-height: 275px;
    width: 222px; }
    #documentation .doc-list li a:before,
    #documentation .doc-list li a:after {
      content: '';
      position: absolute;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      z-index: 2; }
    #documentation .doc-list li a:before {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #fff;
      opacity: 0; }
       #documentation .doc-list li a:hover:before{background-color: #c9cae7;opacity: 0.8;}
    #documentation .doc-list li a:after {
      width: 33px;
      height: 33px;
      content: '+';
      font-size: 68px;
      font-weight: 300;
      font-family: 'Open Sans';
      text-transform: uppercase;
      line-height: 1em;
      color: #fff;
      top: 50%;
      left: 50%;
      margin-top: -27px;
      margin-left: -17px;
      opacity: 0; }
    #documentation .doc-list li a {
      overflow: hidden;
      border: 1px solid #e3e4e5;
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      #documentation .doc-list li a img {
        position: absolute;
        z-index: 1;
        max-width: 100%;
        max-height: 70%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
     }
  #documentation .doc-list .doc-name {
    -moz-transition: .25s ease .1s;
    -webkit-transition: .25s ease .1s;
    -o-transition: .25s ease .1s;
    transition: .25s ease .1s;
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    margin-top: auto;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 700; }
.char__row table tr td:first-child{width:30px;}
.char__row table tr td{vertical-align: top;}
.char__title{font-weight: bold;line-height: 1;}
.char__row .col-12:not(:last-child){margin-bottom:15px;}
@media only screen and (max-width: 767px) {
  #documentation .doc-list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #documentation .doc-list ul li {
      width: 50%;
      margin: 20px 25%;
      height: initial;
      line-height: 1em; }
      #documentation .doc-list ul li img {
        max-width: 100%;
        width: 100%;
        position: relative; }
      #documentation .doc-list ul li .doc-name {
        margin-top: 10px; } }

#use-range .range-list {
  margin-top: 50px; }
  #use-range .range-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #use-range .range-list li:nth-child(even) {
    margin-right: 65px; }
  #use-range.product-services .range-list li:nth-child(even){margin-right:0;}
  #use-range .range-list li {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 370px;
    width: 100%; }
  #use-range .range-list .range-icon img {
  	max-width: 100%;
  }
  #use-range .range-list .range-icon {
    min-width: 70px;
    width: 70px; }
  #use-range .range-list .range-info {
    line-height: 1.3em;
    padding-left: 20px;
    font-size: 15px; }
    #use-range .range-list .range-info > p {
      opacity: .9;
      line-height: 1.5em; }
    #use-range .range-list .range-info .caption {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 5px; }

@media only screen and (max-width: 1199px) {
  #use-range .range-list li {
    max-width: 47%; }
    #use-range .range-list li:nth-child(even) {
      margin-right: 0; } }

@media only screen and (max-width: 767px) {
  #use-range .range-list li {
    max-width: 100%; } }

#objects-page {
	z-index: 4;
	background: none;
}
#objects.common h2 {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 28px; }
  #objects.common h2:before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 30px;
    background-color: #4b92ce; }

#objects .objects-list.product {
	max-width: 100%;
}
.objects-list[data-initialized="true"] {
	padding: 25px 50px 0;
}
#objects-page .objects-list .slider .slick-prev:hover,
#objects .objects-list .slider .slick-prev:hover,
#objects .objects-list .slider .slick-prev:hover, .projectsider .slick-prev:hover {
	-webkit-mask-image: url(../img/svg/arrow_left.svg);
	mask-image: url(../img/svg/arrow_left.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background: #4b92ce;
}
#objects .objects-list .slider .slick-next:hover,
#objects .objects-list .slider .slick-next:hover,
#objects-page .objects-list .slider .slick-next:hover, .projectsider .slick-next:hover {
	-webkit-mask-image: url(../img/svg/arrow_right.svg);
	mask-image: url(../img/svg/arrow_right.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	
	background: #4b92ce;
}
#objects .objects-list .slider .slick-next,
#objects .objects-list .slider .slick-prev,
#objects-page .objects-list .slider .slick-prev,
#objects-page .objects-list .slider .slick-next,  .projectsider .slick-prev, .projectsider .slick-next{
	position: absolute;
	top: 35%;
	height: 25px;
	width: 25px;
	cursor: pointer;
	z-index: 9;
}
.projectsider .slick-prev, .projectsider .slick-next{top:50%;margin-top:-12px;}
#objects .objects-list .slider .slick-next,
#objects-page .objects-list .slider .slick-next, .projectsider .slick-next {
	left: 100%;
	margin-left: 10px;
	background: url(../img/svg/arrow_right.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.projectsider .slick-next{margin-left:0;}
#objects .objects-list .slider .slick-prev,
#objects-page .objects-list .slider .slick-prev, .projectsider .slick-prev {
	right: 100%;
	margin-right: 10px;
	background: url(../img/svg/arrow_left.svg) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.projectsider .slick-prev{margin-right: 0;}
#objects .objects-list .slider .slick-track,
#objects-page .objects-list .slider .slick-track {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
#objects .objects-list .slider .item,
#objects-page .objects-list .slider .item {
	text-align: center;
	height: initial;
	margin-right: 10px;
	margin-left: 10px;
}
#objects .objects-list .slider .item a,
#objects-page .objects-list .slider .item a {
	width: 100%;
}
#objects .objects-list .slider,
#objects-page .objects-list .slider {
	position: relative;
	max-width: 100%;
}
#objects .objects-list,
#objects-page .objects-list {
	padding-top: 25px;
  margin-top: 20px; }
  #objects .objects-list ul,
  #objects-page .objects-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #objects-page .object-logo {
  	max-width: 120px;
  }
  #objects .objects-list a,
  #objects-page .objects-list a {
  	height: 100%;
  	-ms-display: flex;
  	-webkit-display: flex;
  	display: flex;
  	-ms-flex-direction: column;
  	-webkit-flex-direction: column;
  	flex-direction: column;
  	-ms-justify-content: flex-start;
  	-webkit-justify-content: flex-start;
  	justify-content: flex-start;
  	-ms-align-items: stretch;
  	-webkit-align-items: stretch;
  	align-items: stretch;
  }
  #objects .objects-list li:hover .object-img img,
  #objects-page .objects-list li:hover .object-img img {
    -webkit-transition: 15s;
    -o-transition: 15s;
    transition: 15s;
    -webkit-transform: scale(1.5) rotateZ(5deg);
    -ms-transform: scale(1.5) rotate(5deg);
    transform: scale(1.5) rotateZ(5deg); }
  #objects .objects-list a:hover .object-img:before,
  #objects-page .objects-list a:hover .object-img:before {
    opacity: .9;
    line-height: 1.5em;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  #objects .objects-list a:hover .object-img:after,
  #objects-page .objects-list a:hover .object-img:after {
    opacity: 1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  #objects .objects-list li,
  #objects-page .objects-list li {
    width: 31%;
    margin-top: 40px; }
    #objects .objects-list li,
    #objects-page .objects-list li {
      margin: 40px 1% 0; }
    #objects .objects-list .item a,
    #objects-page .objects-list .item a {
    	display: flex;
    	align-items: stretch;
    	justify-content: flex-start;
    	flex-direction: column;
    	height: 100%;
      width: 100%; }
  #objects .objects-list .object-logo,
  #objects-page .objects-list .object-logo {
  	max-width: 100px;
  }
  #objects .objects-list .object-logo img,
  #objects-page .objects-list .object-logo img {
    max-width: 100%; }
  #objects .objects-list .object-img:after,
  #objects-page .objects-list .object-img:after {
    content: 'Смотреть кейс';
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    border: 1px solid #fff;
    z-index: 2; }
  #objects .objects-list .object-img:before,
  #objects-page .objects-list .object-img:before {
    content: '';
    z-index: 1;
    position: absolute;
    -webkit-transition: .25s ease .2s;
    -o-transition: .25s ease .2s;
    transition: .25s ease .2s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c9cae7;
    opacity: 0; }
  #objects .objects-list .object-img,
  #objects-page .objects-list .object-img {
	 display: flex;
	 align-items: center;
    overflow: hidden;
    max-height: 200px;
    position: relative; }
    #objects-page .objects-list .object-img{height: 250px;}
    #objects .objects-list .object-img img,
    #objects-page .objects-list .object-img img {
      width: 100%;
      -webkit-transition: 1s ease .1s;
      -o-transition: 1s ease .1s;
      transition: 1s ease .1s;
      max-width: 100%;
      display: block; }
  #objects .objects-list .object-info,
  #objects-page .objects-list .object-info {
  	flex-grow: 1;
  	text-align: left;
    line-height: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    border-right: 1px solid #e8e9ea;
    border-left: 1px solid #e8e9ea;
    border-bottom: 1px solid #e8e9ea; }

@media only screen and (max-width: 1200px) {
  #objects .objects-list li, #objects-page .objects-list li {
    min-width: initial; }
  #objects .objects-list .object-info, #objects-page .objects-list .object-info {
    height: initial; } }

@media only screen and (max-width: 991px) {
	#objects .objects-list li, #objects-page .objects-list li {
		width: 48%;
	}
	#objects .objects-list .slider .slick-next,
	#objects .objects-list .slider .slick-prev,
	#objects-page .objects-list .slider .slick-prev,
	#objects-page .objects-list .slider .slick-next {
		top: 22%;
	}
	#objects .objects-list .object-logo, #objects-page .objects-list .object-logo {
		margin-top: 25px;
	}
  #objects .objects-list .object-info, #objects-page .objects-list .object-info {
  	padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }


@media only screen and (max-width: 599px) {
	#objects .objects-list .slider .slick-next,
	#objects .objects-list .slider .slick-prev,
	#objects-page .objects-list .slider .slick-prev,
	#objects-page .objects-list .slider .slick-next {
		top: 28%;
	}
}
@media only screen and (max-width: 500px) {
  #objects .objects-list .object-info, #objects-page .objects-list .object-info {
    padding: 20px 10px; }
  #objects .objects-list li, #objects-page .objects-list li {
    width: 100%; }
    #objects .objects-list li .object-name, #objects-page .objects-list li .object-name {
      font-size: 21px; } }
.product-services{margin-top:20px;}
#recommended.common, .dop {
  margin-top: 100px; }
  #recommended.common h2 {
    font-size: 28px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
    #recommended.common h2:before {
      content: '';
      position: absolute;
      height: 2px;
      bottom: 0;
      left: 0;
      width: 30px;
      background-color: #4b92ce; }

#recommended .rec-list {
  text-align: center;
  margin-top: 50px; }
  #recommended .rec-list ul, .questionsmore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #recommended .rec-list li {
    width: 33.33%;
    margin-right: -1px; }
  .questionsmore a{width:25%;margin-right: -1px;}
    #recommended .rec-list li a {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: start;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-box-align: stretch;
	    -webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    -ms-flex-direction: column;
	    -webkit-flex-direction: column;
	    flex-direction: column;
      position: relative;
      padding: 50px 8px 30px;
      height: 100%;
      width: 100%;
      border: 1px solid #e8e9ea; }
  }
  #recommended .rec-list .rec-img {
  	-ms-flex-grow: 1;
  	-webkit-flex-grow: 1;
  	flex-grow: 1;
  }
  #recommended .rec-list .rec-name {
  	min-height: 50px;
    margin-top: 30px;
    font-weight: 700; }

#recommended .content {
	display: block;
}
#recommended .rec-list img {
	max-height: 260px;
  max-width: 100%; }

@media only screen and (max-width: 991px) {
  #recommended {
    padding-bottom: 20px;
    margin-bottom: 100px; } }

@media only screen and (max-width: 767px) {
  #recommended .rec-list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #recommended .rec-list li {
    width: 50%; }
 }

@media only screen and (max-width: 500px) {
  #recommended .rec-list li {
    width: 100%;
  }

}
.pagetitle-service {
	padding-right: 315px;
	line-height: 1.2em;
}
@media only screen and (max-width: 1199px) {
	.pagetitle-service {
		padding-right: 0;
	}
}
#contact-us.services {
	padding: 170px 0;
}
#contact-us.case {
	padding-top: 50px;
  max-width: 850px;
  margin: 0 auto 200px;
  background-color: #fff; }
  #contact-us.case .contact-us-box {
    position: relative; }
  #contact-us.case h2,
  #contact-us.case .btn-wrap {
    background-color: #fff; }
  #contact-us.case .btn-wrap {
    margin-left: -150px;
    bottom: -20px; }

#contact-us.common {
  margin-top: 200px;
  background-color: #fff;
  margin-bottom: 180px; }
  #contact-us.common h2,
  #contact-us.common .btn-wrap {
    background-color: #fff; }

#contact-us:before {
  display: none; }

#contact-us {
  text-align: center;
  background-color: #f0f0f0; }
  #contact-us .contact-us-box {
    padding: 0 60px 60px;
    margin: 0 auto;
    position: relative;
    max-width: 850px;
    box-shadow: 0 0 0 2px #4b92ce; }
  #contact-us .email p {
    padding-left: 30px;
    background: url(../img/svg/email.svg) left center no-repeat;
    display: inline-block;
  }
  #contact-us .email {
    margin-top: 40px;
    text-align: center;
    font-weight: 700; }
  #contact-us h2 {
    background-color: #f0f0f0;
    padding: 0 30px;
    font-size: 46px;
    margin-top: -30px;
    position: relative;
    display: inline-block;
    top: -10px; }
  #contact-us .caption {
    opacity: .6;
    color: #233143;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 700; }
  #contact-us ul {
    padding-top: 5%;
    padding-left: 40px;
    height: 85px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #contact-us .contact-us-box ul li:nth-child(2) {
    	padding-left: 60px;
    }
    #contact-us ul li {
      margin-top: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 50%;
      width: 100%; }
  #contact-us .phone-num[data-mobile="1"]:after {
  	content: '';
  }
  #contact-us .phone-num[data-mobile=""]:after {
  	content: '';
  }
  #contact-us .phone-num:after {
  	margin-left: 10px;
  	opacity: .8;
  	line-height: 1.3em;
    font-size: 14px;
  }
  #contact-us .phone-num p {
  	display: inline-block;
  }
  #contact-us .phone-num {
    margin-right: 25px;
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 21px;
    font-weight: 700; }
  #contact-us .btn-wrap {
    margin-top: 15px;
    padding: 0 40px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -150px;
    display: inline-block; }
  #contact-us .btn {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    line-height: 45px;
    height: 45px;
    background-color: #4b92ce;
    color: #fff;
    font-size: 14px;
    padding: 0 50px; }
.questionvideo{background: #F6F6F6;border-radius: 5px;padding:40px 20px;margin:40px 0;}
.questionvideoinner{max-width: 718px;margin:auto;}
.questionvideo__title{font-weight: bold;font-size: 30px;}
.questionvideo svg{margin-right: 5px;}
#qa-page .clarify a.questionvideo__youtube{background: #CD0000;border-radius: 5px;color: #fff;font-size:14px;text-decoration: none;
font-weight: bold;padding:6px 20px;}
#qa-page .clarify .questionvideoinner table{min-width: 0;margin-bottom: 15px;}
#qa-page .clarify .questionvideoinner table tr td{padding:0;}
#qa-page .clarify .questionvideoinner table tr td+td{border:none;text-align: right;}
.questionvideo__youtube svg, .questionvideo__youtube span{vertical-align: middle;}
@media only screen and (max-width: 1400px) {
  .partner__span{padding:0 25px;}
  .partner__inner{font-size:15px;}
}
@media only screen and (max-width: 1199px) {
	#contact-us.services {
  	padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  #contact-us {
    padding: 0 30px; }
    #contact-us .clarify p {
      display: inline; }
  #contact-us.case .contact-us-box {
    padding: 0 30px 60px; }
  #contact-us ul li {
    max-width: 50%; }
  #contact-us .phone-num {
    font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .questionvideo{padding:15px;}
  .questionvideoinner iframe{height: 200px;}
  .questionvideoinner table, .questionvideoinner tbody, .questionvideoinner tr, .questionvideoinner td{display: block;}
  .questionvideo__title{font-size: 20px;margin-bottom: 5px;}
  #qa-page .clarify .questionvideoinner table tr td+td{text-align: left;}
	#contact-us.common {
		margin-top: 100px;
	}
	#contact-us h2 {
		font-size: 32px;
	}
	#contact-us .contact-us-box ul li:nth-child(2) {
		padding-left: 0;
	}
  #contact-us .phone-num {
    font-size: 21px; }
  #contact-us ul {
  	height: initial;
  	-webkit-display: inline-flex;
  	-ms-display: inline-flex;
  	display: inline-flex;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	text-align: left;
  }
  #contact-us ul li {
    max-width: 100%; }
  #contact-us ul li:nth-child(even) {
    padding-left: 0; }
  #contact-us.case {
    margin-bottom: 100px; }
  #contact-us .contact-us-box {
    padding-right: 10px;
    padding-left: 10px; } 
  .questionsmore{flex-wrap: wrap;}
  .questionsmore a{width:100%;}
}

footer {
  background-color: #29282b;
  color: #fff;
  position: relative;
  z-index: 2; }
  footer a {
    color: #fff; }
  footer .footer-top {
    border-bottom: 1px solid #3f3f3f;
    padding: 80px 0;
    position: relative; }
    footer .footer-top > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
    footer .footer-top .to-up:hover:before,
    footer .footer-top .to-up:hover:after {
      background-color: #4b92ce; }
    footer .footer-top .to-up:hover {
      opacity: .7;
      -webkit-box-shadow: 0 0 0 1px #4b92ce;
      box-shadow: 0 0 0 1px #4b92ce; }
    footer .footer-top .to-up {
      position: absolute;
      width: 38px;
      height: 38px;
      -webkit-box-shadow: 0 0 0 1px #fff;
      box-shadow: 0 0 0 1px #fff;
      opacity: .25;
      top: 87px;
      right: 0;
      cursor: pointer;
      -webkit-transition: .1s;
      -o-transition: .1s;
      transition: .1s; }
    footer .footer-top .to-up:before,
    footer .footer-top .to-up:after {
      content: '';
      position: absolute;
      height: 15px;
      width: 1px;
      background-color: #fff;
      top: 13px;
      left: 50%;
      -webkit-transition: .1s;
      -o-transition: .1s;
      transition: .1s;
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top; }
    footer .footer-top .to-up:before {
      -webkit-transform: rotateZ(35deg);
      -ms-transform: rotate(35deg);
      transform: rotateZ(35deg); }
    footer .footer-top .to-up:after {
      -webkit-transform: rotateZ(-35deg);
      -ms-transform: rotate(-35deg);
      transform: rotateZ(-35deg); }
  footer .footer-logo {
    max-width: 210px; }
    footer .footer-logo img {
      max-width: 100%; }
  footer .about-company {
    line-height: 1.5em;
    font-size: 13px;
    margin-top: 20px;
    opacity: .5; }
  footer .footer-nav {
    font-size: 16px;
    font-weight: 700; }
    footer .footer-nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 240px; }
    footer .footer-nav li {
      width: 95px; }
    footer .footer-nav a {
      -webkit-transition: .05s;
      -o-transition: .05s;
      transition: .05s; }
    footer .footer-nav a:hover {
      color: #4b92ce; }
  footer .footer-addr {
    max-width: 225px;
    font-size: 14px; }
    footer .footer-addr p, footer .footer-addr a {
      opacity: .8; }
    footer .footer-addr ul {
      margin-top: 10px; }
      footer .footer-addr ul li {
        margin-top: 5px; }
      footer .footer-addr ul p, footer .footer-addr ul a {
        padding-left: 30px; }
    footer .footer-addr li:first-child p {
      background: url(../img/svg/email.svg) left center no-repeat; }
    footer .footer-addr li:nth-child(2) a {
      background: url(../img/svg/skype.svg) 1px center no-repeat; }
  footer .footer-phones {
    margin-right: 70px;
    font-size: 14px; }
    footer .footer-phones > a {
      opacity: .8;
      display: block; }
  footer .btn-wrap {
    margin-top: 20px; }
  footer .btn {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    font-size: 12px;
    color: #fff;
    background-color: #4b92ce;
    padding: 0 20px;
    line-height: 40px;
    height: 40px; }
  footer .footer-bottom {
    padding: 40px 0; }
    footer .footer-bottom ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    footer .footer-bottom li {
      width: 33.33%; }
    footer .footer-bottom .copyright {
      font-size: 15px;
      opacity: .9;
      line-height: 1.5em; }
    footer .footer-bottom .social ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      flex-wrap: wrap; }
    footer .footer-bottom .social li {
      overflow: hidden;
      width: auto; }
    footer .footer-bottom .social a:hover {
      opacity: 1; }
    footer .footer-bottom .social a {
      -webkit-transition: .1s;
      -o-transition: .1s;
      transition: .1s;
      opacity: .3;
      overflow: hidden;
      border-radius: 50%;
      display: block; }
    /*footer .footer-bottom .social li:not(:last-child) {
      margin-right: 23px; }*/
    footer .footer-bottom .developed-by {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: right; }
      footer .footer-bottom .developed-by > p {
        font-size: 13px;
        opacity: .5;
        margin-right: 15px; }
      footer .footer-bottom .developed-by a:hover {
        color: #4b92ce; }
      footer .footer-bottom .developed-by a {
        -webkit-transition: .05s;
        -o-transition: .05s;
        transition: .05s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      footer .footer-bottom .developed-by img {
        margin-right: 5px; }

@media only screen and (max-width: 1200px) {
  footer .footer-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 25px; }
  footer .footer-top {
    position: relative; }
  footer .footer-nav ul {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer .footer-nav ul li {
      width: initial; }
    footer .footer-nav ul li:not(:last-child) {
      margin-right: 20px; }
  footer .footer-top .to-up {
    top: 20px;
    z-index: 1; }
  footer .footer-phones {
    margin-right: 0; } }

@media only screen and (max-width: 991px) {
  footer .footer-bottom {
    padding-top: 95px;
    position: relative; }
    footer .footer-bottom ul {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    footer .footer-bottom li {
      width: 50%; }
    footer .footer-bottom .social {
      position: absolute;
      top: 15px;
      left: 0;
      text-align: center;
      width: 100%; } }

@media only screen and (max-width: 767px) {
  footer .footer-bottom .developed-by {
    width: 70%; }
  footer .footer-top {
  	padding: 115px 0 60px;
  }
  footer .footer-top > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .footer-top > ul .footer-logo,
    footer .footer-top > ul .footer-addr {
      width: 100%;
      max-width: 100%; }
    footer .footer-top > ul .footer-addr {
      margin-top: 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .footer-top > ul .footer-addr ul {
        margin-top: 0; }
      footer .footer-top > ul .footer-addr li:first-child {
        margin-top: 0; }
  footer .footer-phones > div div:first-child,
  footer .footer-phones > div div:nth-child(2) {
  	margin-right: 15px;
  }
  footer .footer-phones > div {
  	height: 60px;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-webkit-display: flex;
  	-ms-display: flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  footer .footer-phones {
    margin-top: 25px; }
  footer .about-company {
    margin-top: 5px; }
  footer .footer-bottom .social li {
    min-width: 40px; } }

@media only screen and (max-width: 500px) {
  footer .about-company {
    font-size: 16px; }
  footer .footer-nav {
    font-size: 18px; }
    footer .footer-nav ul {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  footer .footer-addr {
    font-size: 16px; } }

#features .left-side {
  max-width: 600px; }

#features .right-side {
  text-align: center;
  width: 300px; }

#features .list {
  margin-top: 100px; }
  #features .list > .caption {
    font-size: 28px;
    text-align: center;
    font-weight: 700; }

#features .bullets {
  font-size: 14px; }
  #features .bullets ul {
    max-width: 100%; }
  #features .bullets .caption {
    font-size: 18px; }
  #features .bullets .clarify {
    margin-top: 5px;
    opacity: .7; }

#features .geografy {
  position: relative;
  padding: 60px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background: #343437 url(../img/svg/map_dark.svg) calc(100% - 30px) calc(50% - 10px) no-repeat;
  background-size: auto 90%;
  margin-top: 150px; }
  #features .geografy .label {
    position: absolute;
    right: 50px;
    bottom: 30px;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background-color: #4b92ce;
    -webkit-box-shadow: 0 7px 19px rgba(61, 216, 157, 0.3);
    box-shadow: 0 7px 19px rgba(61, 216, 157, 0.3);
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #features .geografy .label .caption {
      font-weight: 700;
      font-size: 60px;
      line-height: 1em; }
      #features .geografy .label .caption span {
        vertical-align: middle; }
      #features .geografy .label .caption span:first-child {
        margin-right: -10px; }
      #features .geografy .label .caption .num {
        font-size: 100px; }
    #features .geografy .label .clarify {
      font-size: 17px;
      font-weight: 700;
      margin-top: 15px;
      line-height: 1.1em; }
  #features .geografy h3 {
    font-size: 36px; }
  #features .geografy .clarify {
    font-family: 'PT Sans';
    max-width: 410px;
    font-size: 16px; }
    #features .geografy .clarify li:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -3px;
      width: 5px;
      height: 5px;
      background-color: #4b92ce;
      left: 0; }
    #features .geografy .clarify li {
      padding-left: 15px;
      position: relative; }
    #features .geografy .clarify li:not(:first-child) {
      margin-top: 5px; }
  #features .geografy .notion {
    margin: 25px 0 45px; }

.chart {
  position: relative; }
  .chart svg:hover circle {
    stroke-dasharray: 90; }
  .chart svg {
    position: absolute;
    top: 0;
    left: 0; }
    .chart svg circle {
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotateZ(-60deg);
      -ms-transform: rotate(-60deg);
      transform: rotateZ(-60deg);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      stroke: #e34f26;
      stroke-width: 5;
      stroke-dasharray: 133;
      fill: #fff; }
  .chart img {
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    background: white; }

@media only screen and (max-width: 900px) {
  #features .geografy {
  	padding-top: 450px;
  	margin-top: 70px;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0.75))), url(../img/svg/map_dark.svg) center 20px no-repeat;
    background:  url(../img/svg/map_dark.svg) center 20px no-repeat;
    background:  url(../img/svg/map_dark.svg) center 20px no-repeat;
    background: url(../img/svg/map_dark.svg) center 20px no-repeat;
    background-color: #343437; }
  #features .geografy .label {
    width: 160px;
  	top: 250px;
  	right: calc(50% - 220px);
    height: 160px; }
  #features .geografy .label .caption .num {
    font-size: 70px; } }

@media only screen and (max-width: 500px) {
  #features .geografy {
  	padding-top: 420px;
  	-webkit-background-size: 88%;
  	background-size: 88%;
  }
	
}
	

#model-range_par .model-range-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  #model-range_par .model-range-list .hit:after {
    content: '';
    position: absolute;
    right: 94px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    top: 18px;
    border-right: 17px solid #fff;
    border-left: 17px solid transparent;
    border-bottom: 17px solid transparent; }
  #model-range_par .model-range-list li:after {
  	content: '';
  	position: absolute;
  	z-index: 10;
  	top: 20px;
  	right: 100px;
  	width: 0;
		height: 0;
		border-style: solid;
		border-width: 12.5px 0 12.5px 20px;
		border-color: transparent transparent transparent #ffffff;
  }
  #model-range_par .model-range-list li:before {
    content: attr(data-label);
    z-index: 10;
    top: 20px;
    right: -10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px 0 37px;
    text-align: center;
    background-color: #ffc709;
    position: absolute;
    height: 25px; }
  #model-range_par .model-range-list li[data-label="--"]:before {
  	display: none;
  }
  #model-range_par .model-range-list li {
    margin-top: -4px;
    padding: 0 20px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    border: 1px solid #e8e9ea; }
    #model-range_par .model-range-list li a {
      display: block;
      height: 100%;
      padding: 50px 0 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  #model-range_par .model-range-list li:not(:first-child) {
    border-top: none; }
  #model-range_par .model-range-list .model-image img {
  	display: block;
  	max-width: 100%;
  	margin: 0 auto;
  }
  #model-range_par .model-range-list .model-image {
    max-width: 400px;
    width: 100%;
    text-align: center; }
  #model-range_par .model-range-list .model-info {
    max-width: 470px; }
  #model-range_par .model-range-list .caption {
    font-size: 21px;
    font-weight: 700; }
  #model-range_par .model-range-list .clarify {
    margin-top: 15px;
    font-size: 16px;
    opacity: .85; }
  #model-range_par .model-range-list .features {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5em; }
    #model-range_par .model-range-list .features > div:not(:first-child) {
      margin-left: 60px; }
    #model-range_par .model-range-list .features .ft {
		  display: flex;
		  justify-content: center;
		  align-items: flex-start;
		  flex-direction: column;
    	min-height: 42px;
      padding-left: 45px; }
    #model-range_par .model-range-list .features .ft1 {
      background: url(../img/svg/par_icon1.svg) left center no-repeat; }
    #model-range_par .model-range-list .features .ft2 {
      background: url(../img/svg/par_icon2.svg) left center no-repeat; }
    #model-range_par .model-range-list .features p {
      opacity: .7; }
  #model-range_par .model-range-list .btn-wrap {
    margin-top: 50px; }
    #model-range_par .model-range-list .btn-wrap .btn:hover {
      color: #fff; }
    #model-range_par .model-range-list .btn-wrap .btn {
      font-size: 14px;
      color: #4b92ce;
      padding: 0 40px; }

#model-range_par .faq a {
	width: 100%;
	display: block;
}
#model-range_par .faq {
  margin-top: 90px; }
  #model-range_par .faq > .caption:before {
    content: '?';
    position: absolute;
    opacity: .1;
    font-size: 80px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center; }
  #model-range_par .faq > .caption {
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px; }

#model-range_par .tabs {
  margin-top: 20px; }
  #model-range_par .tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #model-range_par .tabs li {
    margin-top: 50px;
    width: 100%;
    max-width: 47%;
    padding-bottom: 15px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative; }
  #model-range_par .tabs li:before {
    content: '';
    position: absolute;
    background-color: #e3e4e5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: .20s;
    -o-transition: .20s;
    transition: .20s; }
  #model-range_par .tabs li:hover:before {
    height: 3px;
    background-color: #4b92ce; }
  #model-range_par .tabs .caption {
    font-size: 17px;
    padding-right: 50px;
    font-weight: 700;
    position: relative;
    cursor: pointer; }
    #model-range_par .tabs .caption .open {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 30px;
      width: 30px; }
    #model-range_par .tabs .caption .open:before,
    #model-range_par .tabs .caption .open:after {
      -webkit-transition: .20s;
      -o-transition: .20s;
      transition: .20s;
      content: '';
      position: absolute;
      top: 12px;
      right: 0;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      width: 25px;
      height: 2px;
      background-color: #4b92ce; }
    #model-range_par .tabs .caption .open:before {
      -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
      transform: rotateZ(45deg); }
    #model-range_par .tabs .caption .open:after {
      -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg); }

@media only screen and (max-width: 992px) {
	#model-range_par .model-range-list .features {
		flex-direction: column;
		align-items: flex-start;
	}
	#model-range_par .model-range-list .features > div:not(:first-child) {
		margin-left: 0;
		margin-top: 25px;
	}
}
@media only screen and (max-width: 767px) {
  #model-range .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #model-range_par .model-range-list li a {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  #model-range_par .tabs li {
  	max-width: 100%;
  	width: 100%;
  }
  #model-range .list li {
  	border: none;
  	max-width: 100%;
  	width: 100%;
  	box-shadow: 0 0 0 1px #e3e4e5; } }

@media only screen and (max-width: 501px) {
  #model-range_par h2 + .clarify p{
    font-size: 17px !important;
  }
}

#leasing .flex-wrap {
  border: 1px solid #e3e4e5;
  padding: 50px 20px; }

#leasing .leasing-img img {
  max-width: 100%;
  display: block;
}
#leasing .leasing-img {
  padding-top: 25px;
  width: 330px;
  text-align: center;
  min-width: 330px;
  position: relative;
  margin-right: 70px; }
  #leasing .leasing-img .label {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #4b92ce;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 240px;
    right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #leasing .leasing-img .label .caption {
      font-size: 24px;
      font-weight: 700; }
    #leasing .leasing-img .label .clarify {
      font-size: 12px; }

#leasing .notion {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4b92ce; }

#leasing h2 {
  margin-top: 15px; }

#leasing .clarify {
  font-size: 16px; }

#leasing .bullets {
  margin-top: 5px;
  font-weight: 700; }

#leasing .btn-wrap {
  margin-top: 40px; }

#leasing .btn {
  padding: 0 40px;
  font-size: 13px; }

#siemens .list,
#soft-par .list {
  text-align: center;
  margin-top: 50px; }
  #siemens .list ul,
  #soft-par .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #siemens .list li,
  #soft-par .list li {
  	margin-top: -1px;
    margin-left: -1px;
    width: 33.33%;
    -webkit-box-shadow: inset 0 0 0 1px #e3e4e5;
    box-shadow: inset 0 0 0 1px #e3e4e5;
    position: relative; }
    #siemens .list li[data-label="--"]:before,
    #soft-par .list li[data-label="--"]:before {
    	display: none;
    }
    #siemens .list li:before,
    #soft-par .list li:before {
    	content: attr(data-label);
	    z-index: 10;
	    top: 20px;
	    right: 0;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 700;
	    padding: 0 20px;
	    text-align: center;
	    background-color: #ffc709;
	    position: absolute;
	    height: 25px;
    }
    #siemens .list li a,
    #soft-par .list li a {
      display: block;
      height: 100%;
      width: 100%;
      padding: 50px 0 60px; }
  #siemens .list img,
  #soft-par .list img {
    max-height: 260px;
    max-width: 170px; }
  #siemens .list .caption,
  #soft-par .list .caption {
    margin-top: 30px;
    padding: 0 50px;
    font-weight: 700; }

@media only screen and (max-width: 991px) {
  #leasing .leasing-img {
    max-width: 250px;
    min-width: 250px;
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  #siemens .list .caption,
  #soft-par .list .caption {
    margin-top: 30px;
    padding: 0 20px;
    font-weight: 700; }
  #leasing .flex-wrap .leasing-img {
    margin-bottom: 35px;
  }
  #leasing .flex-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #siemens .list ul, #soft-par .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #siemens .list li, #soft-par .list li {
    width: 50%; }
    #siemens .list li img, #soft-par .list li img {
      max-width: 100%; } }

#proizvoditel_swep .features-box {
  font-size: 15px;
  color: #fff;
  width: 400px; }
  #proizvoditel_swep .features-box .num {
    margin-right: 15px;
    font-family: 700;
    font-family: 'Bebas Neue';
    font-size: 42px;
    min-width: 100px;
    width: 100px;
    text-align: right;
    color: #4b92ce; }
  #proizvoditel_swep .features-box ul:before {
    content: '';
    position: absolute;
    background: url(../img/sweden.png) center no-repeat;
    height: 172px;
    width: 172px;
    bottom: -90px;
    right: -85px; }
  #proizvoditel_swep .features-box ul {
    position: relative;
    border-radius: 10px;
    width: 320px;
    background-color: #313134; }
  #proizvoditel_swep .features-box li {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #proizvoditel_swep .features-box li:not(:first-child) {
    border-top: 1px solid #404043; }

#proizvoditel_swep .tech-char {
  font-size: 14px;
  margin-top: 140px; }
  #proizvoditel_swep .tech-char h3 {
    margin-bottom: 40px;
    text-align: center; }
  #proizvoditel_swep .tech-char tr td:nth-child(2) {
    font-weight: 700; }
  #proizvoditel_swep .tech-char td {
    padding-left: 30px;
    vertical-align: middle;
    height: 60px;
    width: 270px;
    border-collapse: collapse;
    border: 1px solid #e3e4e5; }

#proizvoditel_swep table {
	max-width: 65%;
}
#proizvoditel_swep .work-environment {
  color: #fff;
  background-color: #313134;
  padding: 30px;
  width: 35%;
  font-weight: 700; }
  #proizvoditel_swep .work-environment .caption {
    text-align: center;
    font-size: 18px; }
  #proizvoditel_swep .work-environment ul {
    margin-top: 10px;
    line-height: 1.2em; }
  #proizvoditel_swep .work-environment li {
    width: 49%;
    display: inline-block;
    margin-top: 25px;
    padding-left: 15px;
    position: relative; }
  #proizvoditel_swep .work-environment li:nth-child(even) {
    padding-left: 30px; }
  #proizvoditel_swep .work-environment li:nth-child(even):before {
    left: 15px; }
  #proizvoditel_swep .work-environment li:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #4b92ce;
    top: 5px;
    left: 0; }

@media only screen and (max-width: 1200px) {
  #proizvoditel_swep .tech-char .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #proizvoditel_swep .tech-char table {
  	max-width: 100%;
    width: 100%; }
  #proizvoditel_swep .tech-char .work-environment {
    max-width: 50%;
    width: 100%;
    margin: 50px auto 0; }
    #proizvoditel_swep .tech-char {
    	margin-top: 70px;
    }}

@media only screen and (max-width: 767px) {
  #proizvoditel_swep .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  #proizvoditel_swep .flex-wrap + .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #proizvoditel_swep .flex-wrap + .flex-wrap .right-side {
    	margin-top: 65px;
    }
    #proizvoditel_swep .flex-wrap .right-side {
      margin-bottom: 35px; }
  #proizvoditel_swep .tech-char .work-environment {
    max-width: 100%; } 
}

#top-index {
  margin: 0;
  padding: 240px 0 100px;
  position: relative;
  /*height: 300px;*/
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  min-height: 100vh;

  background-color: rgba(52, 52, 55, 0.8);  }
  #top-index .content {
    width: 100%; }
  #top-index h1, #top-index h2 {font-size: 65px; font-weight: 400;text-transform: uppercase;margin-bottom: 10px;}
  #top-index .slick-slider {
    position: static; }
  #top-index .cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25; }
  #top-index .cover {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%; }
    #top-index .cover img {
      height: 100%; }
  #top-index .slider {
    width: 900px;
    margin: 0 auto; }
    #top-index .slider .slick-next:hover svg path,
    #top-index .slider .slick-prev:hover svg path{
      fill: #4b92ce; }
    #top-index .slider .slick-next,
    #top-index .slider .slick-prev {
      cursor: pointer;
      position: absolute;
      width: 30px;
      height: 20px;
      top: 50%;
      margin-top: -10px; }
  /*  #top-index .slider .slick-next:before,
    #top-index .slider .slick-next:after,
    #top-index .slider .slick-prev:before,
    #top-index .slider .slick-prev:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      top: 50%;
      margin-top: -1px;
      background-color: #fff; }
    #top-index .slider .slick-next:before,
    #top-index .slider .slick-next:after {
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center; }
    #top-index .slider .slick-prev:before,
    #top-index .slider .slick-prev:after {
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    #top-index .slider .slick-next:before {
      -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
      transform: rotateZ(45deg); }
    #top-index .slider .slick-prev:after {
      -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg); }
    #top-index .slider .slick-prev:before {
      -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
      transform: rotateZ(45deg); }
    #top-index .slider .slick-next:after {
      -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg); }*/
    #top-index .slider .slick-next {
      right: 60px; }
    #top-index .slider .slick-prev {
      left: 60px; }
.mainslider h1 b, .mainslider h2 b{font-weight:bold;display: block;}
.slider_btn a, .slider_btn a:focus{color: #fff;}
.slider_btn a{font-size: 14px;text-transform: uppercase;font-weight:bold;padding:16px 46px;background: #4b92ce;border: 1px solid #4b92ce;}
.slider_btn a:hover{color:#4b92ce;background:#fff;}
.slider_text span{color:#4b92ce;text-decoration: underline;}
.slider_content{max-width: 680px;}
.slider_text{max-width: 335px;margin-bottom: 30px;}
.topblock{position: absolute;bottom: 15px;left:0;right:0;}
.topblock, .topblock a{color: #fff;}
.topblock a:hover{color:#4b92ce;}
.slider__numberwrap{position: absolute;bottom:50%;margin-top:-14px;left:0;right:0;}
.slider__number{font-size: 16px;color:rgba(255,255,255,0.65);max-width: 900px;margin:0 auto;text-align: right;}
.slider__number span{font-size: 24px;color:#fff;}
.topblock__center svg{position: relative;animation: jump 3s infinite;}
@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
.slider__progresswrap{position: absolute;top:-28px;left:0;right: 0;}
.slider__container{position: relative;max-width: 900px;margin:auto;}
.slider__progress{height: 3px;background:rgba(255,255,255,0.2);max-width: 100px;position: relative;}
.slider__progress div{position: absolute;top:0;left:0;height: 3px;background: #4b92ce;}
@media only screen and (max-width: 1199px) {
  #top-index {
  /*  background: url(../img/index-top.jpg) center no-repeat;*/
    background-size: cover; } }

@media only screen and (max-width: 991px) {
  #top-index h1,
  #top-index h2 {
    font-size: 36px; }
  #top-index .slider {
    width: 100%;
    padding: 0 75px; } }

@media only screen and (max-width: 767px) {
    #top-index h1,
    #top-index h2 {
      font-size: 34px;
    }
    #top-index h1 span,
    #top-index h2 span {
      display: inline !important;
    }
    #top-index {
      min-height: 0;
      padding: 250px 0 180px;
    }
    .slider__numberwrap{bottom: -40px;margin:0;}
    .slider__number{text-align: center;}
    #top-index .slider .slick-next {
      right: 30px; }
    #top-index .slider .slick-prev {
      left: 0; }
  #top-index .slider {
    padding: 0 20px;
    text-align: center;
  }
  .slider__progress{margin:auto;}
  .slider_content{max-width: 100%;}
}
#category-services .service-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10%;
}
#category-services .service-list .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 82px;
}
#category-services .service-list .img {
	flex-shrink: 0;
	max-width: 130px;
	width: 100%;
	max-height: 100px;
}
#category-services .service-list .btn:hover {
	text-decoration: underline;	
}
#category-services .service-list .btn {
	font-size: 12px;
	color: #4b92ce;
	font-weight: 700;
	height: auto;
	width: auto;
}
#category-services .service-list .clarify {
	font-size: 15px;
	line-height: 1.2em;
}
#category-services .btn-full:hover {
	color: #fff;background:#4b92ce;
}
#category-services .btn-full {
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #4b92ce;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 13px;
	color: #1d252b;
}
#category-services .service-list .caption {
	color: #233143;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#category-services .service-list .info {
	padding-left: 5%;
}
#category-services .service-list li, .animated-borders a.service-a {
	padding: 4%;
	display: flex;
	width: 50%;
	border: 1px solid #e2e3e4;
	margin-top: -1px;
	margin-left: -1px;
}
#category-product {
	text-align: center;
}
#category-product h2,
#category-product .clarify {
	text-align: left;
}
#category-product .img {
	max-height: 170px;
	display: flex;
	flex-grow: 1;
	align-items: center;
}
#category-product img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 170px;
	display: block;
}
#category-product .card-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 15% 7%;
}
#category-product .hover-content .caption {
	color: #fff;
	padding-top: 0 !important;
	padding-bottom: 7%;
	text-align: center;
	flex-grow: 0 !important;
}
#category-product .hover-content {
	transform: translateY(-102%);
	padding: 7%;
	font-size: 14px;
	transition: .25s;
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35,49,67,.9);
	color: #fff;
}
#category-product > ul > li > .card-content .caption {
	transition: .1s;
	flex-grow: 1;
	padding-top: 5%;
}
#category-product > ul > li:hover .card-content > .caption {
	opacity: 0;
}
#category-product > ul > li:hover .hover-content {
	transform: none;
}
#category-product > ul > li {
	margin-top: -1px;
	margin-left: -1px;
	overflow: hidden;
	position: relative;
	width: 33.33%;
	border: 1px solid #e7e8e9;
}
#category-product > ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10%;
}
#category-product .btn:hover {
	text-decoration: underline;
}
#category-product .btn {
	color: #4b92ce;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
#category-product .text li + li {
	margin-top: 7px;
}
#category-product .text {
	text-align: left;
	color: #fff;
	flex-grow: 1;
}
#category-product .caption {
	color: #233143;
	font-weight: 700;
	font-size: 18px;
}
.animated-borders a.service-a{height: auto;}
.callus{font-size:24px;color:#fff;background: url(../img/callus.jpg) no-repeat center center;padding: 60px 0;position: relative;z-index: 3;background-size: cover;}
.callus__title{font-weight: bold;font-size: 36px;margin-bottom: 10px;}
.callus__btn{font-size: 14px;text-align: center;}
.callus__btn a{padding: 0 32px;border:1px solid #4b92ce;}
.callus__btn a:hover{color:#4b92ce;background:#fff;}
.newstext{padding: 0 30px 42px;}
.light-btn{color: #4b92ce;padding: 0 30px;}
#about + .aboutsection{margin-bottom:80px;}
.aboutsection{color:#fff;padding: 51px 0 12px;font-weight: 700;background: url(../img/map.jpg) no-repeat top center;position: relative;z-index: 4;background-size: cover;}
.aboutsection:before, #cards:before, .callus:before{background: linear-gradient(90deg, #343338 0%, rgba(52, 51, 56, 0.8716) 48.12%, rgba(52, 51, 56, 0.65) 100%);
transform: matrix(-1, 0, 0, 1, 0, 0);content:"";position: absolute;top:0;right:0;left:0;bottom: 0;}
.aboutsection h2{font-size:52px;padding-bottom: 20px;}
.about__col{margin-bottom: 50px;max-width: 390px;}
.about__number{font-size: 54px;color: #4b92ce;line-height: 1;padding-right: 20px;}
.about__number span{font-size: 24px;}
.about__text{line-height: 23px;}
.aboutsection .notion{font-size: 21px;line-height: 27px;margin-bottom: 53px;max-width: 780px;}
.aboutsection__title{font-weight: bold;font-size: 64px;color: #4b92ce;text-align: center;margin: 70px 0 0 -67px;line-height: 1.3;}
.about__colwrap{font-weight:400;margin-top:-100px;}
.about__col span{margin-left:5px;}
.col-12.about__img{padding-left: 0;}
.about__col tr td{vertical-align: middle;}
.header-menu nav li ul li a:hover{color:rgba(35,49,67,0.5);}
.text-center{text-align: center;}
.ourservices__btn{margin-top:70px;}
.clear{clear:both;}
#any-question .left-side .img {
	width: 150px;
	height: 150px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
	#any-question .left-side .img {
	    width: 100px !important;
	    min-width: 100px !important;
	    max-height: 100px !important;
	    min-height: 100px !important;
	    height: auto !important;
	}
	.partner__right, .partner__span{display: none;}
	.partner__col{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
	.partnerimg__row{justify-content: center;}
	.partner__left{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.partner__border{border:none;margin:0;min-height: 0;}
}
@media only screen and (max-width: 991px) {
	#category-services .service-list .info {
		padding-top: 5%;
		padding-left: 0;
	}
	#category-services .service-list li, .animated-borders a.service-a {
		flex-direction: column;
	}
	.slider__container, .slider__number{max-width: 558px;}
	.topblock__left a{margin-right: 15px;}
}
@media only screen and (max-width: 767px) {
	#category-product > ul > li {
		width: 100%;
	}
	#category-product .card-content .caption {
		padding-bottom: 5%;
	}
	#category-product .card-content {
		padding: 7%;
	}
	.partner__col{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
}
#catalog {
  padding: 100px 0; }
  #catalog .list {
    margin-top: 20px;
    text-align: center; }
    #catalog .list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /*  #catalog .list li:last-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border: none; }*/
    #catalog .list li:not(:nth-child(3n+1)) {
      border-left: none; }
    #catalog .list li:nth-child(4),
    #catalog .list li:nth-child(5),
    #catalog .list li:nth-child(6) {
      border-top: none; }
    #catalog .list li {
      margin-top: -4px;
     /* margin-left: -4px;*/
      border: 1px solid #e3e4e5;
      width: 33.33%; }
      #catalog .list li > a {
        padding-bottom: 60px;
        padding-top: 55px; }
    #catalog .list .cat-img {
      height: 124px;
      line-height: 124px;
      margin-bottom: 35px;
      padding: 2px; }
      #catalog .list .cat-img img {
        vertical-align: middle;
        max-width: 90%;
        max-height: 100%;}
    #catalog .list .caption {font-size: 21px;
    	padding: 0 20px;
      margin-top: 10px;
      font-weight: 700; }
    #catalog  .btn-wrap{text-align: right;}
    #catalog .list .btn-wrap .btn:hover, #catalog .btn-wrap .btn:hover {
      color: #fff; }
    #catalog .list .btn-wrap .btn, #catalog .btn-wrap .btn {
      font-size: 14px;
      color: #4b92ce;
      display: inline-block;
      padding: 0 38px; height: 50px;line-height: 50px;}

@media only screen and (max-width: 991px) {
  #catalog .list li > a {
    padding-bottom: 50px; } }

@media only screen and (max-width: 767px) {
  #catalog .list ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #catalog .list li {
    width: 49%;
    margin: 0;
    margin-left: -1px;
    margin-top: -1px; }
  #catalog .list li:not(:nth-child(3n+1)) {
    border-left: 1px solid #e3e4e5; } }
@media only screen and (max-width: 500px) {
  #catalog .list ul li {
    width: 100%;
  }
/*  #catalog .list li:last-child {
    border-left: none;
    margin-top: 25px;
  }*/

}

#catalog-page {
  padding: 40px 0 120px; }
  #catalog-page h1 {
    margin: 100px 0 50px; }
  #catalog-page .list > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #catalog-page .list > ul > li {
      margin-left: -1px;
      margin-top: -1px;
      border: 1px solid #ccc;
      width: 33.33%;
      padding: 0 20px 40px; }
      #catalog-page .list > ul > li ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      #catalog-page .list > ul > li li:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #4b92ce;
        top: 10px;
        left: 0; }
      #catalog-page .list li a[title]:after {
        font-size: 11px;
        content: attr(title);
        padding: 0 5px;
        white-space: nowrap;
        line-height: 1.7em;
        background-color: #ffbc0f;
        color: #fff;
        margin-left: 10px;
        top: 2px; }
      #catalog-page .list > ul > li li:not(:first-child) {
        margin-top: 10px; }
      #catalog-page .list > ul > li a[href=""] {
      	pointer-events: none;
      }
      #catalog-page .list > ul > li li {
        overflow: initial;
        font-size: 16px;
        color: rgba(35, 49, 67, 0.85);
        position: relative;
        padding-left: 15px;
        line-height: 1.3em; }
      #catalog-page .list > ul > li a:hover {
        color: #4b92ce; }
    #catalog-page .list > ul .caption a {
    	position: relative;
    	width: auto;
    }
    #catalog-page .list > ul .caption a + a:not(:empty):before {
    	content: '/';
    	margin: 0 5px;
    }
    #catalog-page .list > ul .caption {
    	display: flex;
    	flex-wrap: wrap;
      margin-bottom: 15px;
      font-size: 21px;
      font-weight: 700; }
  #catalog-page .list .img {
    margin-bottom: 15px;
    padding-top: 30px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  #catalog-page .list img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block; }
  #catalog-page .list .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px; }
    #catalog-page .list .items .item:not(:first-child) {
    	display: none;
    }
    #catalog-page .list .tabs p.active {
      color: #4b92ce;
      border-color: #4b92ce; }
    #catalog-page .list .tabs p:empty {
    	display: none;
    }
    #catalog-page .list .tabs p {
      cursor: pointer;
      padding: 0 10px;
      border: 1px solid #ccc; }
    #catalog-page .list .tabs p:not(:first-child) {
      margin-left: 12px; }

@media only screen and (max-width: 1200px) {
  #catalog-page .list > ul > li {
    padding: 10px 20px 30px; } }

@media only screen and (max-width: 991px) {
  #catalog-page .list > ul > li {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  #catalog-page .list > ul .caption {
    font-size: 16px; } }

@media only screen and (max-width: 500px) {
  #catalog-page .list > ul > li {
    width: 100%; }
  #catalog-page .list > ul .caption {
    font-size: 27px;
    margin-bottom: 25px; }
  #catalog-page .list > ul > li li {
    font-size: 19px; }
  #catalog-page .list .tabs {
    margin: 25px auto;
    font-size: 21px;
    line-height: 45px; }
    #catalog-page .list .tabs div {
      padding: 0 25px; } }

#brands.objects {
  padding-top: 150px; }
#brands.objects .item{height: 70px;line-height: 65px;text-align: center;}
#brands.objects .item img{display: inline-block;max-height: 70px;vertical-align: middle;}
#brands {
  padding: 80px 0 120px;
  text-align: center;
  background-color: #f0f0f0; }
  #brands .slider {
    position: relative;
    padding: 0 50px;
    max-width: 830px;
    margin: 50px auto; }
  #brands .slider .prev-arr,
  #brands .slider .next-arr {
  	position: absolute;
  	top: 0;
  	cursor: pointer;
  	width: 20px;
  	height: 20px;
  	background: url(../img/svg/template-arr.svg) center no-repeat;
  	-webkit-background-size: contain;
  	background-size: contain;
  }
  #brands .slider .prev-arr {
  	left: 0;
  	transform: rotateZ(90deg);
  }
  #brands .slider .next-arr {
  	right: 0;
  	transform: rotateZ(-90deg);
  }
  #brands .clarify {
    max-width: 830px;
    margin: 0 auto; }
  #brands .slick-dots {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #brands .slick-dots li:not(:first-child) {
      margin-left: 10px; }
    #brands .slick-dots li.slick-active button {
      -webkit-box-shadow: inset 0 0 0 10px #00e89f;
      box-shadow: inset 0 0 0 10px #00e89f; }
    #brands .slick-dots button:hover {
      -webkit-box-shadow: inset 0 0 0 2px #00e89f;
      box-shadow: inset 0 0 0 2px #00e89f; }
    #brands .slick-dots button:focus {
      outline: none; }
    #brands .slick-dots button {
      -webkit-transition: .15s;
      -o-transition: .15s;
      transition: .15s;
      cursor: pointer;
      font-size: 0;
      border: none;
      border-radius: 50%;
      background-color: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #00e89f;
      box-shadow: inset 0 0 0 1px #00e89f;
      width: 10px;
      height: 10px; }
.openmenu{position: absolute;right:0;z-index: 1;top:0;display:none;}
@media (min-width: 1201px) and (max-width: 1250px) {
  .header-menu .phones{padding:6px 3px 0;}
}
@media (min-width: 1201px) {
  .header-menu nav ul li{position: relative;}
  .header-menu nav ul li ul{position: absolute;background:#fff;width:345px;white-space: normal;line-height: 1.1;
    padding-top: 20px;transition: .3s;transform: translateY(50%);opacity: 0;visibility: hidden;display: block;}
  .header-menu nav ul li:hover ul{transform: translateY(0);opacity: 1;visibility: visible;}
  .header-menu nav ul li ul li{border-bottom: 1px solid #E2E3E4;border-right: 1px solid #E2E3E4;border-left: 1px solid #E2E3E4;}
  .header-menu nav ul li ul li:first-child{border-top: 1px solid #E2E3E4;}
  .header-menu nav ul li ul li a{padding:23px 40px;display:block;}
  .header-menu nav ul li ul li:not(:first-child){margin:0;}
}
@media (max-width: 1200px) {
  .withsubmenu .openmenu{display:block;}
}
@media only screen and (max-width: 992px) {
  #brands h2 {
    font-size: 36px; }
}

#product .descr.slick-slide ul li {
	position: relative;
	padding-left: 15px;
	margin-top: 15px;
}
#product .descr.slick-slide ul li:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 10px;
	top: 13px;
	left: 0;
	background-color: #4b92ce;
}
#product .flex-wrap.top {
	justify-content: flex-start;
}
#product {
  padding: 40px 0 120px; }
	#product [data-video=""]{
		display: none;
	}
  #product h1 {
    font-size: 44px; }
  #product .breadcrumbs {
    margin-bottom: 70px; }
  #product .flex-wrap.top .left-side {
    margin-right: 230px;
    max-width: 470px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
  #product .flex-wrap.top .item:focus {
    outline: none; }
  #product .flex-wrap.top .gallery {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 100px;
    max-width: 80px; }
    #product .flex-wrap.top .gallery .next-arrow {
    	margin-top: 10px;
      -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
      transform: rotateZ(90deg); }
    #product .flex-wrap.top .gallery .prev-arrow {
      margin-bottom: 10px;
      -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
      transform: rotateZ(90deg); }
    #product .flex-wrap.top .gallery .prev-arrow:hover,
    #product .flex-wrap.top .gallery .next-arrow:hover {
    	opacity: .7;
    }
    #product .flex-wrap.top .gallery .prev-arrow,
    #product .flex-wrap.top .gallery .next-arrow {
      text-align: center;
      cursor: pointer; }
    #product .flex-wrap.top .gallery .item:not(:first-child) {
      margin-top: 10px; }
    #product .flex-wrap.top .gallery .item.slick-current {
      border: 1px solid #4b92ce; }
    #product .flex-wrap.top .gallery .item {
    	cursor: pointer;
      border: 1px solid #ccc; }
    #product .flex-wrap.top .gallery img {
      max-height: 100%;
      max-width: 100%;
      margin: 0 auto; }
  #product [data-tech="0"] {
  	display: none;
  }
  #product .flex-wrap.top .preview {
    left: 150px;
    max-width: 450px;
    width: 100%; }
    #product .flex-wrap.top .preview img {
    	margin: 0 auto;
      max-width: 100%; }
  #product .flex-wrap.top .right-side .tabs {
    margin: 35px 0; }
    #product .flex-wrap.top .right-side .tabs ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    #product .flex-wrap.top .right-side .tabs li:hover {
      border-bottom: 1px dashed transparent; }
    #product .flex-wrap.top .right-side .tabs li {
      cursor: pointer;
      font-size: 14px;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
    .service-ul{margin-bottom:40px;}
    #product .flex-wrap.top .right-side .tabs li:first-child {
      margin-right: 30px; }
  #product .flex-wrap.top .right-side > ul li:not(:first-child), .service-ul li:not(:first-child) {
    margin-top: 15px; }
  #product .flex-wrap.top .right-side > ul li, .service-ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-size: 16px;
    align-items: center; }
  #product .flex-wrap.top .right-side > ul .icon, .service-ul li .icon{
    margin-right: 20px;
    max-width: 25px; }
    #product .flex-wrap.top .right-side > ul .icon img, .service-ul li .icon img{
      max-width: 100%; }
  #product .flex-wrap.top .right-side .btn-wrap, .service-ul .btn-wrap{
    margin-top: 40px; }
  #product .flex-wrap.top .right-side .btn, .service-ul  .btn{
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 50px; }
  #product .bullets {
    margin-top: 100px; }
    #product .bullets ul {
      max-width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #product .bullets ul li {
        border-left: none;
        padding: 20px;
        background-color: #343437;
        color: #fff;
        max-width: 270px; }
      #product .bullets ul .info {
        border-left: 3px solid #4b92ce;
        padding-left: 20px; }
  #product .flex-wrap.tabs {
    margin-top: 100px; }
    #product .flex-wrap.tabs .tabs {
    	font-size: 26px;
      border-bottom: 1px solid #ccc; }
      #product .flex-wrap.tabs .tabs ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 700; }
      #product .flex-wrap.tabs .tabs li:first-child {
        margin-right: 30px; }
      #product .flex-wrap.tabs .tabs li.active:before {
        height: 2px; }
      #product .flex-wrap.tabs .tabs li.active {
        opacity: 1; }
      #product .flex-wrap.tabs .tabs li:before {
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
        content: '';
        position: absolute;
        height: 0;
        background-color: #4b92ce;
        width: 30px;
        bottom: 0;
        left: 0; }
      #product .flex-wrap.tabs .tabs li {
        cursor: pointer;
        padding-bottom: 10px;
        position: relative;
        opacity: .7; }
    #product .flex-wrap.tabs .left-side {
      max-width: 770px;
      width: 100%; }
    #product .flex-wrap.tabs .tabs-content a {
    	color: #4b92ce;
    	text-decoration: underline;
    }
    #product .flex-wrap.tabs .descr img {
    	max-width: 99%;
    	height: initial;
    }
    #product .flex-wrap.tabs .video iframe{
    	max-width: 99%;
    	margin-left: 1%;
    }
    #product .flex-wrap.tabs .tabs-content {
      margin-top: 20px;
      font-size: 16px; }
      #product .flex-wrap.tabs .tabs-content p:not(:first-child) {
        margin-top: 20px; }
    #product .flex-wrap.tabs .right-side {
      max-width: 270px;
      width: 100%; }
      #product .flex-wrap.tabs .right-side > .caption:before {
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
        content: '';
        position: absolute;
        height: 2px;
        background-color: #4b92ce;
        width: 30px;
        bottom: 0;
        left: 0; }
      #product .flex-wrap.tabs .right-side > .caption {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        font-weight: 700;
        position: relative; }
      #product .flex-wrap.tabs .right-side li:not(:first-child) {
        margin-top: 20px; }
      #product .flex-wrap.tabs .right-side ul {
        margin-top: 20px; }
      #product .flex-wrap.tabs .right-side li a:hover {
        color: #4b92ce; }
      #product .flex-wrap.tabs .right-side li a {
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s; }
      #product .flex-wrap.tabs .right-side li {
        background: url(../img/download-file.png) left top no-repeat;
        padding-left: 50px;
        padding-bottom: 5px; }
        #product .flex-wrap.tabs .right-side li .caption {
          line-height: 1.5em;
          font-size: 14px;
          font-weight: 700; }
        #product .flex-wrap.tabs .right-side li .file {
          line-height: 1.5em;
          opacity: .6;
          font-size: 13px; }
  #product .tech-char {
    margin-top: 100px; }
    #product .tech-char > .caption {
      font-weight: 700;
      font-size: 26px;
      border-bottom: 1px solid #ccc;
      position: relative;
      padding-bottom: 15px; }
      #product .tech-char > .caption:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #4b92ce; }
    #product .tech-char .table {
    	margin-bottom: 35px;
      overflow: auto; }
      #product .tech-char .table .caption {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        margin: 70px 0 35px; }
        #product .tech-char .table .caption p:empty {
        	display: none;
        }
        #product .tech-char .table .caption p {
        	position: relative;
        	padding-left: 10px;
        }
        #product .tech-char .table .caption p:before {
          content: '';
          position: absolute;
          height: 5px;
          width: 5px;
          background-color: #4b92ce;
          border-radius: 50%;
          top: 50%;
          margin-top: -3px;
          left: 0; }
    #product .tech-char table[data-columns="8"] [colspan="13"] ~ td {
    	display: none;
    }
    #product .tech-char table tr:first-child a,
    #product .tech-char table [colspan="13"] a,
    #product .tech-char table [colspan="7"] a {
    	text-decoration: none;
    	color: #000;
    	pointer-events: none;
    }
    #product .tech-char table a[href=""] {
    	color: #233143;
    	text-decoration: none;
    	pointer-events: none;
    }
    #product .tech-char table a:not([href=""]) {
    	padding-left: 25px;
    }
    #product .tech-char table a:not([href=""]):before {
    	content: '';
    	position: absolute;
    	left: 0;
    	top: 50%;
    	margin-top: -10px;
    	width: 20px;
    	height: 20px;
    	background: url(../img/svg/right.svg) center no-repeat;
    }
    #product .tech-char table a {
    	color: #4b92ce;
    	position: relative;
    	text-decoration: none;
			font-weight: 700;
    }
    #product .tech-char table a:hover{color:#233143;text-decoration: underline;}
    #product .tech-char table {
      min-width: 930px;
      border-bottom: 1px solid #ccc;
      font-size: 15px;
      width: 99%;
      text-align: center; }
    #product table[data-columns="2"] tr td:nth-child(2) ~ td,
    #product table[data-columns="3"] tr td:nth-child(3) ~ td,
    #product table[data-columns="4"] tr td:nth-child(4) ~ td,
    #product table[data-columns="5"] tr td:nth-child(5) ~ td,
    #product table[data-columns="6"] tr td:nth-child(6) ~ td,
    #product table[data-columns="7"] tr td:nth-child(7) ~ td,
    #product table[data-columns="8"] tr td:nth-child(8) ~ td,
    #product table[data-columns="9"] tr td:nth-child(9) ~ td,
    #product table[data-columns="10"] tr td:nth-child(10) ~ td,
    #product table[data-columns="11"] tr td:nth-child(11) ~ td {
    	display: none;
    }
    #product .tech-char td[colspan="7"] ~ * {
    	display: none;
    }
    #product .tech-char td[colspan="13"],
    #product .tech-char td[colspan="7"] {
      font-weight: 700;
      text-transform: uppercase;
      vertical-align: bottom; }
    #product .tech-char td {
      height: 50px;
      overflow: hidden;
      vertical-align: middle;
      position: relative; }
    #product .tech-char tr:not(:first-child):hover {
      background: #c9cae7;
    }
    #product .tech-char tr:not(:first-child) {
    	transition: .07s;cursor:pointer;
      border-top: 1px solid #ccc; }
    #product .tech-char tr:first-child {
      font-weight: 700; }
    #product .tech-char tr td:not(:first-child) {
      padding: 5px 10px;
      border-left: 1px solid #ccc; }
    #product .tech-char tr td:first-child {
      text-align: left; }
      #product .tech-char tr td:first-child .wrap .box:not(:last-child):before {
        width: 100%;
        left: 0; }
    #product .tech-char .separate {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      #product .tech-char .separate .name {
        padding-top: 10px; }
      #product .tech-char .separate > * {
        width: 50%; }
    #product .tech-char .wrap {
      position: relative;
      min-height: 50px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #product .tech-char .wrap > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        min-height: 50px;
        vertical-align: middle; }
      #product .tech-char .wrap .box:not(:last-child):before {
        content: '';
        position: absolute;
        height: 1px;
        width: 140%;
        bottom: 0;
        left: -20%;
        background-color: #ccc; }
    #product .tech-char .table + .notion {
      font-weight: 700;
      margin: 30px 0 10px;
      font-size: 14px; }
      #product .tech-char .table + .notion + .clarify {
        font-size: 14px; }
  #product .xtra-tools[data-disable="1"] {
  	display: none;
  }
  #product .xtra-tools {
    margin-top: 80px;
    border: 1px solid #ccc;
    padding: 40px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #product .xtra-tools .left-side {
      max-width: 650px; }
    #product .xtra-tools .caption {
      font-weight: 700;
      font-size: 24px; }
    #product .xtra-tools .clarify {
      margin: 10px 0 35px; }
    #product .xtra-tools .list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #product .xtra-tools .list li:before {
      content: '';
      height: 5px;
      width: 5px;
      background-color: #4b92ce;
      top: 10px;
      left: 0;
      position: absolute; }
    #product .xtra-tools .list li {
      position: relative;
      padding-left: 15px;
      width: 50%; }
    #product .xtra-tools .btn:hover {
      color: #fff; }
    #product .xtra-tools .btn {
      white-space: nowrap;
      color: #4b92ce;
      font-size: 14px;
      padding: 0 30px; }

@media only screen and (max-width: 1199px) {
	#product .flex-wrap.tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #product .flex-wrap.tabs .right-side {
      margin-top: 35px; }
  #product .flex-wrap.tabs .left-side {
    margin-right: 20px; }
  #product .bullets ul {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    #product .bullets ul li {
      max-width: 47%; }
  #product .flex-wrap.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #product .flex-wrap.top .left-side {
    margin-right: 0;
    margin-bottom: 100px; } }

@media only screen and (max-width: 991px) {
  #product .xtra-tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    #product .xtra-tools .right-side {
      margin-bottom: 35px; }
    #product .xtra-tools .btn {
      font-size: 15px; } }

@media only screen and (max-width: 767px) {
	#product .flex-wrap.top .preview {
		max-width: 300px;
	}
  #product .bullets ul li {
  	width: 100%;
    max-width: 100%; }
   #product .flex-wrap.top .gallery {
   	margin-right: 60px;
   } }
@media only screen and (max-width: 500px) {
	#product .flex-wrap.top .right-side .btn {
		width: 100%;
		line-height: 65px;
		height: 65px;
		text-align: center;
		font-size: 21px;
	}
}

.sticky-wrapper.is-sticky .second-nav.show {
	transform: translateY(80px) translateZ(0);
}
.second-nav + section .breadcrumbs {
	margin-top: 40px;
}
.second-nav {
	transition: .25s;
  transform: translateZ(0);
  line-height: 50px;
  height: 50px;
  background-color: #262c34;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 95px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: 9; }
  .second-nav li:not(:first-child) {
    margin-left: 50px; }
  .second-nav .active a {
    color: #4b92ce; }
  .second-nav a {
    color: #fff; }
  .second-nav ul {
  	white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

@media only screen and (max-width: 991px) {
  .header-menu .phones{font-size: 17px;}
  .header-menu a.header__download{padding:11px 10px 9px 50px;line-height: 14px;}
  .header-menu a.header__download, .header-menu a.header__download span{font-size: 9px;}
  .second-nav {
    font-size: 12px; }
    .second-nav li:not(:first-child) {
      margin-left: 35px; } }

@media only screen and (max-width: 767px) {
	.second-nav {
		margin-top: 76px;
	}
  .second-nav .content {
    overflow: auto; }
  .second-nav ul {
    min-width: 650px; } }

#about {
  padding: 0 0 90px; }
  #about .breadcrumbs {
    margin-bottom: 70px; }
  #about .left-side {
    max-width: 650px; }
    #about .left-side .notion {
      font-weight: 700;
      margin-bottom: 35px;
      font-size: 21px; }
    #about .left-side h1 {
      margin-bottom: 45px; }
    #about .left-side .clarify a:hover {
      border-bottom: 1px solid transparent; }
    #about .left-side .clarify a {
      border-bottom: 1px solid #4b92ce;
      color: #4b92ce; }
    #about .left-side .clarify p:not(:first-child) {
      margin-top: 20px; }
  #about .right-side .img {
	  max-width: 100%;
    position: relative; }
	#about .right-side .img img {
	  max-width: 100%;
    }
    #about .right-side .img .label {
      position: absolute;
      height: 200px;
      width: 200px;
      border-radius: 50%;
      background-color: #4b92ce;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      bottom: 0;
      right: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 15px;
      -webkit-box-shadow: 0 5px 30px rgb(59 153 217 / 50%);
      box-shadow: 0 5px 30px rgb(59 153 217 / 50%); }
	  @media (max-width: 767px) {
		#about .right-side .img .label {
			border: 2px solid #fff;
		}
	  }
      #about .right-side .img .label .caption {
        line-height: 1em;
        font-weight: 700;
        font-size: 84px; }
      #about .right-side .img .label .clarify {
        font-size: 17px;
        font-family: "PT Sans"; }
  #about .right-side .download {
    margin-top: 50px;
    text-align: center; }
    #about .right-side .download a{
      text-align: left;
      display: inline-block;
      padding-left: 50px;
      background: url(../img/download-file.png) left center no-repeat; }
    .topblock__download{text-align: right;}
    .topblock__download a{font-size: 14px;font-weight: 400;text-transform: uppercase;padding-left: 50px;text-align: left;
    	background: url(../img/file.svg) left center no-repeat;}
    .topblock__download a b{font-weight: bold;display: block;}
    .topblock__center{text-align: center;}
      #about .right-side .download a > p {
        font-weight: 700;
        font-size: 14px; }
    #about .right-side .download .file {
      font-size: 13px; }
    #about .right-side .download a:hover {
      color: #4b92ce; }
  #about .flex-wrap.features .caption {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px; }
  #about .flex-wrap.features {
  	font-size: 15px;
  }
  #about .flex-wrap.features .left-side {
    margin-right: 30px;
    min-width: 770px;
    max-width: 770px; }
    #about .flex-wrap.features .left-side .list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #about .flex-wrap.features .left-side .list li {
      padding-right: 55px;
      margin-top: 20px;
      position: relative;
      width: 50%;
      padding-left: 15px; }
      #about .flex-wrap.features .left-side .list li:before {
        content: '';
        position: absolute;
        height: 5px;
        width: 5px;
        background-color: #4b92ce;
        top: 10px;
        left: 0; }
  #about .flex-wrap.features .right-side .caption {
    margin-bottom: 30px; }
  #about .cards {
    margin-top: 90px; }
    #about .cards ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #about .cards li:nth-child(odd) {
      background-color: #343437;
      color: #fff;
      padding-left: 150px; }
      #about .cards li:nth-child(even) .clarify {
      	font-size: 16px;
      }
      #about .cards li:nth-child(odd) .clarify {
      	font-size: 15px;
        opacity: .6; }
    #about .cards li:first-child {
      background: #343437 url(../img/card-icon-1.png) 30px center no-repeat; }
    #about .cards li:nth-child(2) {
      background: #f2f2f2 url(../img/card-icon-2.png) calc(100% - 30px) center no-repeat; }
    #about .cards li:nth-child(3) {
      background: #343437 url(../img/card-icon-3.png) 30px center no-repeat; }
    #about .cards li:nth-child(4) {
      background: #f2f2f2 url(../img/card-icon-4.png) 30px center no-repeat; }
    #about .cards li:nth-child(5) {
      background: #343437 url(../img/card-icon-5.png) 30px center no-repeat; }
    #about .cards li:nth-child(6) {
      background: #f2f2f2 url(../img/card-icon-6.png) 30px center no-repeat; }
    #about .cards li {
      padding: 30px;
      width: 33.33%; }
      #about .cards li .caption {
        line-height: 1em;
        font-size: 54px;
        font-weight: 700; }

@media only screen and (max-width: 991px) {
	#about .right-side .img .label {
		right: initial;
		left: 260px;
	}
  .flex-wrap.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .flex-wrap.about .right-side {
    margin-bottom: 50px;
  }
  #about .right-side .download {
    text-align: left;
  }
  .flex-wrap.features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .flex-wrap.features .right-side {
      margin-top: 50px; }
  #about .cards li {
    width: 50%; }
  #about .flex-wrap.features .left-side {
    min-width: 100%; } }

@media only screen and (max-width: 767px) {
  #about .flex-wrap.features .left-side .list li {
    width: 100%; }
  #about .cards li {
    width: 100%; }
  #about .left-side {
    margin-top: 25px; } }
#supply{margin-bottom:100px;}
#supply .flex-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px; }

#supply .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#supply .list li {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 31%;
  margin-right: 2%; }
  #supply .list li img, .row .producers__img img {
  	max-width: 100%;display: inline-block;vertical-align: middle;height: auto;max-height: 65px;
  }
  #supply .list li .img, .producers__img {
    height: 65px;line-height: 65px;
    margin-bottom: 10px; }
  #supply .list li .clarify {
    font-size: 14px;
    opacity: .7;
    line-height: 1.4em; }

#supply .clarify {
	max-width: 1100px;
}
#supply .right-side{margin-top: 20px;  max-width: 290px;  min-width: 290px;}
#supply .right-side, .producers__content {
  color: #fff;
  padding: 40px 20px;
  background: #343437 url(../img/svg/about_sertificates.svg) calc(100% + 50px) 118% no-repeat;
  -webkit-background-size: 87%;
  background-size: 87%;
  font-size: 14px; }
  #supply .right-side .caption, .producers__content .caption{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700; }
  #supply .right-side li:not(:first-child), .producers__content li:not(:first-child){
    margin-top: 15px; }
  #supply .right-side li, .producers__content li{
    padding-left: 15px;
    position: relative; }
    #supply .right-side li:before, .producers__content li:before{
      content: '';
      position: absolute;
      height: 5px;
      width: 5px;
      background-color: #4b92ce;
      top: 10px;
      left: 0; }

#supply .flex-wrap + .notion {
  position: relative;
  padding: 40px 0;
  margin: 100px 0;
  text-align: center;
  font-size: 22px; }
  #supply .flex-wrap + .notion:before, #supply .flex-wrap + .notion:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    background-color: #4b92ce; }
  #supply .flex-wrap + .notion:after {
    top: 0; }
  #supply .flex-wrap + .notion:before {
    bottom: 0; }

@media only screen and (max-width: 991px) {
	#supply .flex-wrap .caption {
		max-width: 430px;
	}
	#supply .flex-wrap .right-side li:first-child {
		margin-right: 25px;
	}
	#supply .flex-wrap .right-side li {
		max-width: 230px;
		display: inline-block;
	}
	#supply .flex-wrap .right-side li:first-child {
		max-width: 200px;
	}
	#supply .flex-wrap .right-side {
		min-width: 100%;
		background: #343437 url(../img/svg/about_sertificates.svg) calc(100% - 15px) 118% no-repeat;
		-webkit-background-size: 170px;
		background-size: 170px;
	}
	#supply .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #supply .list li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  #supply .clarify {
  	max-width: 100%;
  }
  #supply .list li {
    min-width: 100%; }
    #supply .list li img {
      max-width: 100%; }
  #supply .flex-wrap .right-side {
  	min-width: 100%;
  	background: #343437 url(../img/svg/about_sertificates.svg) calc(100% - 61px) 118% no-repeat;
  	-webkit-background-size: 170px;
  	background-size: 170px;
  }
  #supply .flex-wrap + .notion p {
    display: inline; } }

#cards {
  padding: 90px 0;position: relative;
  background: url(../img/cards.jpg) 50% 50% no-repeat;
  color: #fff; }
  #cards h2 {
    font-size: 44px; }
  #cards .list {
    margin-top: 50px;
    font-size: 14px; }
    #cards .list .caption {
      font-size: 18px;
      font-weight: 700; }
    #cards .list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #cards .list li > p {
    	opacity: .7;
    }
    #cards .list li {
      padding: 5px 0 5px 15px;
      border-left: 5px solid #4b92ce;
      margin-top: 35px;
      width: 30%; }

@media only screen and (max-width: 767px) {
  #cards h2,
  #cards h1 {
    font-size: 36px; }
  #cards .list li {
    width: 50%; } }

#news {
  padding-top: 100px; }
  #news .flex-wrap {
    margin-bottom: 45px;
  }
  #news h2 {
  	margin: 0;
    font-size: 48px; }
  #news .wrap {
    padding: 40px;
    border: 1px solid #ccc; }
  #news .all-news:hover:before {
  	transform: rotateZ(-90deg) translateY(2px);
  }
  #news .all-news {
  	font-weight: 700;
  	position: relative;
  	padding-right: 20px;
  	color: #4b92ce;
  }
 
  #news .all-news:before {
  	transition: .2s;
  	content: '';
  	width: 14px;
  	height: 20px;
  	position: absolute;
  	top: 50%;
  	margin-top: -10px;
  	right: 0;
  	background: url(../img/svg/template-arr.svg) center no-repeat;
  	-webkit-background-size: contain;
  	background-size: contain;
  	transform: rotateZ(-90deg);
  }
  #news ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  #news li {
  	width: 32%; }
    #news li .clarify {
      -webkit-transition: .05s;
      -o-transition: .05s;
      transition: .05s;
      font-weight: 700; }
  #news .date {
  	padding: 25px 0 17px;
    font-size: 12px;
    opacity: .6; }
  #news a:hover .clarify {
    color: #4b92ce; }
  #news li a {
  	display: block;border: 1px solid #E5E5E5;
  }
  #news .img__inner {
  	/* overflow: hidden;
  	display: flex;
  	align-items: center; */
  	overflow: hidden;
  	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #news .img {
  	height: 239px;
    overflow: hidden;
    position: relative;
  }
  #news img {
		position: absolute;
    display: block;
    max-width: 100%;
    width: 100%;
  }

@media only screen and (max-width: 767px) {
  #news .list a {
    display: block;
    width: 100%;
  }
  #news img {
    display: block;
    margin: 0 auto;
  }
  #news li .clarify {
    padding-right: 0;
  }
  #news ul {
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #news li {
    margin-top: 35px;
    width: 100%; } }

#trust {
  padding: 120px 0; }
  #trust .right-side .btn:hover {
    color: #fff; }
  #trust .right-side .btn {
    padding: 0 30px;
    color: #4b92ce;
    font-size: 14px;
    line-height: 50px;
    white-space: nowrap;
    height: 50px; }
  #trust img {
  	max-width: 100%;
  }
  #trust .list {
    margin-top: 35px; }
    #trust .list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #trust .list li {
      width: 25%;
      border: 1px solid #ccc;
      text-align: center;
      margin-top: -1px;
      margin-left: -1px;
      -webkit-transition: .1s;
      -o-transition: .1s;
      transition: .1s; }
      #trust .list li a:hover {
      	filter: grayscale(0%);
      }
      #trust .list li a {
        display: block;
        transition: .25s;
        filter: grayscale(100%);
        padding: 20px 0; } }

@media only screen and (max-width: 991px) {
  #trust .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #trust .right-side .btn {
    margin-top: 25px; } }

@media only screen and (max-width: 767px) {
  #trust .flex-wrap {
  	flex-direction: column;
  }
  #trust .left-side {
  	margin-bottom: 25px;
    min-width: 100%; }
  #trust .list li {
    width: 50%; } }

#services {
	position: relative;
	z-index: 4;
	padding-top: 30px; }
  #services .caption {
  	margin-bottom: 10px;
  	line-height: 1.2em;
  	font-size: 21px;
    font-weight: 700; }
  #services h1 + .clarify {
    max-width: 900px; }
  #services .breadcrumbs {
    margin-bottom: 70px; }
#services .list {
	padding-top: 5%;
	display: flex;
	flex-wrap: wrap;
}
#services .list li:nth-child(odd), #services .list .service-a:nth-child(odd){
	margin-right: 2%;
}
#services .list li:nth-child(2) ~ li, #services .list .service-a:nth-child(2) ~ li {
	margin-top: 25px;
}
#services .list li, #services .list .service-a {
	padding: 3%;
	border: 1px solid #e5e5e5;
	width: 49%;
	display: flex;
}
#services .list a:hover .btn{
	text-decoration: underline;
}
#services .list a {
	height: auto;
	width: auto;
	margin-top: 30px;
	font-size: 14px;
	color: #4b92ce;
}
#services .list .info {
	padding-left: 5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#services .list .clarify, #services .list .caption{color: #233143;}
#services .list .clarify {
	opacity: .85;
	font-size: 14px;
	line-height: 1.2em;
	flex-grow: 1;
}
#services .list .img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	max-height: 115px;
}
#services .content {
	position: relative;
	padding-bottom: 5%;
}
#services .list .img {
	max-width: 150px;
	width: 100%;
	flex-shrink: 0;
}
#services .bullets {
	position: absolute;
	left: 0;
	bottom: -180px;
	width: 100%;
	padding: 0 3%;
}
#services .bullets .info {
	padding-left: 7%;
}
#services .bullets .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#services .bullets .img {
	max-width: 100px;
	width: 100%;
	flex-shrink: 0;
}
#services .bullets ul {
	justify-content: space-between;
	align-items: stretch;
	max-width: 100%;
}
#services .bullets .caption {
	font-size: 47px;
	line-height: 1.2em;
	text-transform: uppercase;
}
#services .bullets li {
	margin-top: 0;
	display: flex;
	width: 32%;
	padding: 30px;
	border-left: 0;
	background-color: #343437;
	color: #fff;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media only screen and (max-width: 1200px) {
	.service-page .content {
		padding-bottom: 5%;
	}
	#services .content {
		padding-bottom: 13%;
	}
	#services.ourservices .content{padding-bottom: 0;}
	#services .bullets li {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 3% 2% 4%;
	}
	#services .bullets .img {
		max-height: 85px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#services .bullets .info {
		padding-left: 0;
	}
	#services .bullets .caption {
		margin-top: 15px;
		font-size: 36px;
	}	
  #services {
    padding-bottom: 100px; } }

@media only screen and (max-width: 991px) {
  #services .clarify {
    font-size: 17px; }
  #services .list {
    margin-top: 0; }
    #services .list ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #services .list ul li {
        margin-top: 75px;
        width: 44%; }
  #services .list li {
  	flex-direction: column;
  }
  #services .list .info {
  	padding-top: 5%;
  }
  #services .clarify {
  	font-size: 14px;
  	line-height: 1.2em;
  }
  #services .caption {
    font-size: 15px; } }

@media only screen and (max-width: 767px) {
	.service-page .content {
		padding-bottom: 20%;
	}
	.service-page > .content {
		padding-bottom: 5%;
	}
	#services .bullets .img {
		max-width: 60px;
		max-height: 50px;
	}
  #services .bullets .caption {
		font-size: 28px !important;
  }
}
@media only screen and (max-width: 599px) {
	#services .content {
		padding-bottom: 40%;
	}
	#services .bullets ul {
		flex-wrap: wrap;
	}
	#services .bullets .info {
		padding-left: 7%;
	}
	#services .bullets li + li {
		margin-top: 15px;
	}
	#services .bullets {
		bottom: -250px;
	}
	#services .bullets li {
		width: 100%;
		flex-direction: row;
		text-align: left;
	}
}
@media only screen and (max-width: 500px) {
  #services .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    #services .list .clarify {
    	font-size: 16px;
    }
    #services .list ul li {
      width: 100%; }
  #services .caption {
    font-size: 18px; }
  #services .clarify {
    font-size: 18px; } }

#testimonials {
  padding-bottom: 165px; }
  #testimonials .caption {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px; }
  #testimonials h1 + .clarify {
    max-width: 900px; }
  #testimonials .breadcrumbs {
    margin-bottom: 70px; }
  #testimonials .list {
    text-align: center;
    margin-top: 55px; }
    #testimonials .list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: distribute;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #testimonials .list li {
      margin: 50px 1% 0;
      width: 23%; }
    #testimonials .list .icon img {
    	max-width: 100%;
    }
    #testimonials .list .icon {
      max-width: 210px;
      position: relative;
      margin: 0 auto;
      border: 1px solid #ccc; }
    #testimonials .list .icon a:after {
    	content: '+';
    	position: absolute;
    	left: 0;
    	width: 100%;
    	text-align: center;
    	top: 50%;
    	color: #fff;
    	font-weight: 300;
    	font-size: 72px;
    	opacity: 0;
    	transition: .35s ease 0s;
    	margin-top: -10px;
    }
    #testimonials .list .icon a:before {
    	content: '';
    	transition: .35s .2s;
    	font-weight: 300;
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	opacity: 0;
    	background-color: #4b92ce;
    }
    #testimonials .list .icon a:hover:before {
    	opacity: .7;
    	transition-delay: 0s;
    }
    #testimonials .list .icon a:hover:after {
    	opacity: 1;
    	transition-delay: .2s;
    }
    #testimonials .list a[href=""] {
    	display: none;
    }
    #testimonials .list a {
      color: #4b92ce;
      position: relative;
      display: block;
      z-index: 1;
      font-size: 14px;
      font-weight: 700; }

@media only screen and (max-width: 991px) {
	#testimonials .list li {
		width: 31%;
	}	
}

@media only screen and (max-width: 500px) {
  #testimonials .caption {
    font-size: 21px; }
  #testimonials .list a {
    margin-top: 15px;
    font-size: 17px;
    text-transform: uppercase; }
  #testimonials .list li {
    width: 100%; } }

#dealers {
  padding-bottom: 150px; }
  #dealers .breadcrumbs {
    margin-bottom: 70px; }
  #dealers .left-side > .clarify {
    margin-top: 25px; }
    #dealers .left-side > .clarify p:not(:first-child) {
      margin-top: 15px; }
  #dealers .list {
    margin-top: 55px; }
    #dealers .list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #dealers .list li {
      margin-top: 40px;
      max-width: 50%;
      width: 100%; }
    #dealers .list .caption {
      margin-top: 10px;
      font-weight: 700; }
  #dealers .right-side {
  	max-width: 364px;
  }
  #dealers .left-side {
    max-width: 770px; }
  #dealers .form-box {
    padding: 40px 30px;
    background-color: #f3f3f3; }
    #dealers .form-box label {
      font-size: 15px;
      margin-bottom: 10px;
      display: inline-block; }
    #dealers .form-box .caption {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 15px; }
    #dealers .form-box select,
    #dealers .form-box input,
    #dealers .form-box textarea {
      border: 1px solid #e6e6e6; }
      #dealers .form-box select:focus,
      #dealers .form-box input:focus,
      #dealers .form-box textarea:focus {
      	box-shadow: inset 0 0 0 1px #4b92ce;
        outline: none; }
    #dealers .form-box select,
    #dealers .form-box input {
      width: 100%;
      height: 43px;
      line-height: 43px;
      padding-left: 20px; }
    #dealers .form-box textarea {
      width: 100%;
      height: 100px;
      resize: vertical; }
    #dealers .form-box .holder {
      margin-top: 20px; }
  #dealers .btn-wrap {
    margin-top: 25px; }
  #dealers .btn {
    border: none;
    width: 100%;
    line-height: 58px;
    height: 58px; }

@media only screen and (max-width: 991px) {
  #dealers .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #dealers .list {
    text-align: center;
    margin-bottom: 100px; }
   #dealers .list.docs__row{text-align: left;margin-bottom: 0;}
   .banner__img{position: relative;right:0;display: block;margin:15px auto 0;max-width: 100%;height: auto;}
   .banner{padding: 15px 15px 0;}
   .banner__text{font-size: 25px;}
   .banner__content{max-width: 100%;}
   .docs__item{width:100%;}
}

@media only screen and (max-width: 767px) {
  #dealers .flex-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } 
    .docs__item table, .docs__item tbody, .docs__item tr, .docs__item td{display: block;}
}

@media only screen and (max-width: 500px) {
  #dealers .form-box select, #dealers .form-box input {
    line-height: 58px;
    height: 58px;
    font-size: 19px; }
  #dealers .form-box label {
    font-size: 19px; }
  #dealers .form-box .caption {
    font-size: 19px; }
  #dealers .form-box .btn {
    font-size: 21px;
    line-height: 68px;
    height: 68px; } }

#news-page {
  padding-bottom: 150px; }
  #news-page .breadcrumbs {
    margin-bottom: 70px; }
  #news-page .list a {
    width: 100%;
    height: 100%;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-direction: column;
	  -webkit-flex-direction: column;
	  -o-flex-direction: column;
	  flex-direction: column;
    
  }
  #news-page .list {
    margin-top: 60px; }
    #news-page .list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: flex-start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #news-page .list li:nth-child(3n+2) {
      margin: 40px 1.5% 0;
    }
    #news-page .list li:nth-child(6) ~ li {
    	display: none;
    }
    #news-page.full .list li:nth-child(6) ~ li {
    	display: block;
    }
    #news-page .list li {
      margin-top: 40px;
      max-width: 31%;
      width: 100%;
      padding-bottom: 50px;
      -webkit-box-shadow: 0 0 0 1px #e8e8e8;
      box-shadow: 0 0 0 1px #e8e8e8; }
    #news-page .list .img__inner {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	display: flex;
    	align-items: center;
    }
    #news-page .list .img {
    	position: relative;
    	padding-bottom: 55.5%;
    	overflow: hidden;
    }
    #news-page .list .img img {
    	position: absolute;
      display: block;
      max-width: 100%;
      width: 100%; }
    #news-page .list a:hover .clarify {
      color: #4b92ce; }
    #news-page .list .date {
      margin: 40px 0 30px;
      padding-left: 30px;
      font-size: 12px;
      opacity: .6; }
    #news-page .list .clarify {
      padding: 0 30px;
      font-size: 17px;
      font-weight: 700; }
  #news-page .btn-wrap {
    text-align: center;
    margin-top: 85px; }
    #news-page .btn-wrap .btn:before {
    	content: 'Показать все';
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }
    #news-page.full .btn-wrap .btn:before {
    	content: 'Скрыть';
    }
    #news-page .btn-wrap .btn {
      position: relative;
      line-height: 55px;
      height: 55px;
      width: 100%;
      border: 1px solid #dfdfdf;
      font-size: 13px;
      font-weight: 700; }
      #news-page .btn-wrap .btn:hover {
      	color: #4b92ce;
        border-color: #4b92ce; }

@media only screen and (max-width: 992px) {
	#news-page .list li:nth-child(3n+2) {
		margin-right: 0;
		margin-left: 0;
	}
	#news-page .list li:nth-child(2n) {
		margin-left: 2%;
	}
  #news-page .list li {
    max-width: 49%; } }
}
@media only screen and (max-width: 1200px) {
  #news-page .list .clarify {
    padding: 0 15px; } }

@media only screen and (max-width: 767px) {
  #news-page .list .clarify {
    font-size: 15px; }
  #news-page .list {
    margin-top: 35px; }
    #news-page .list li {
      max-width: 47%; }
  #news-page .breadcrumbs {
    margin-bottom: 45px; } }

@media only screen and (max-width: 500px) {
  #news-page .list li {
    max-width: 100%; }
  #news-page .list .date {
    font-size: 17px; }
  #news-page .list .clarify {
    font-size: 21px; }
  #news-page .btn-wrap .btn {
    font-size: 21px;
    line-height: 75px;
    height: 75px; } }

#news-article {
  padding-bottom: 150px; }
  #news-article .breadcrumbs {
    margin-bottom: 70px; }
  #news-article h1 + .date {
    margin: 30px 0 60px;
    font-size: 12px;
    opacity: .6; }
  #news-article .clarify li {
  	position: relative;
  	padding-left: 20px;
  }
  #news-article .clarify li:before {
  	content: '';
		position: absolute;
		height: 1px;
		width: 10px;
		top: 13px;
		left: 0;
		background-color: #4b92ce;
  }
  #news-article .clarify {
    max-width: 830px; }
    #news-article .clarify p:not(:first-child) {
      margin-top: 15px; }
    #news-article .clarify a {
      text-decoration: underline;
      color: #4b92ce;
      margin-top: 15px; }
      #news-article .clarify a:hover {
        text-decoration: none; }
    #news-article .clarify img {
      max-width: 100%;
      margin-top: 50px;
      display: block; }
  #news-article .btn-wrap {
    margin-top: 100px; }
  #news-article .btn {
    padding: 0 55px;
    border: 1px solid #dedede;
    line-height: 55px;
    height: 55px;
    font-size: 13px;
    position: relative; }
    #news-article .btn:hover {
      color: #4b92ce;
      background-color: transparent;
      border-color: #4b92ce; }
      #news-article .btn:hover:before {
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px); }
    #news-article .btn:before {
      -webkit-transition: .15s;
      -o-transition: .15s;
      transition: .15s;
      content: url(../img/btn-arr.png);
      position: absolute;
      top: 50%;
      left: 35px;
      margin-top: -27px; }

#vacancy {
  padding-bottom: 150px; }
  #vacancy .breadcrumbs {
    margin-bottom: 70px; }
  #vacancy h1 + .clarify {
    margin-top: 40px; }
    #vacancy h1 + .clarify a {
      color: #4b92ce; }
  #vacancy .tabs {
    margin-top: 60px; }
  #vacancy .tab {
    padding: 30px 40px 0;
    font-size: 16px;
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6; }
    #vacancy .tab:not(:first-child) {
      margin-top: 30px; }
    #vacancy .tab.active .caption:before {
      -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
      transform: rotateZ(180deg); }
    #vacancy .tab > .caption:hover {
    	color: #4b92ce;
    }
    #vacancy .tab > .caption {
      position: relative;
      cursor: pointer;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 30px; }
      #vacancy .tab > .caption:before {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        content: url(../img/arrow.png);
        position: absolute;
        top: 50%;
        margin-top: -20px;
        right: 40px; }
      #vacancy .tab > .caption p:first-child {
        font-weight: 700;
        font-size: 24px; }
      #vacancy .tab > .caption p:not(:first-child) {
        margin-top: 5px; }
  #vacancy .hidden-content {
    padding-bottom: 40px;
    padding-top: 30px;
    max-width: 570px;
    width: 100%;
    display: none; }
    #vacancy .hidden-content > .caption {
      font-weight: 700;
      margin-bottom: 25px; }
    #vacancy .hidden-content ul + p {
      margin-top: 15px; }
    #vacancy .hidden-content li {
      position: relative;
      padding-left: 15px; }
      #vacancy .hidden-content li:not(:first-child) {
        margin-top: 15px; }
      #vacancy .hidden-content li:before {
        content: '';
        position: absolute;
        height: 5px;
        width: 5px;
        background-color: #4b92ce;
        top: 10px;
        left: 0; }

@media only screen and (max-width: 991px) {
  #vacancy .tab > .caption {
    padding-right: 60px; }
  #vacancy .tab > .caption:before {
    right: 0; } }

#qa {
  padding-bottom: 150px; }
  #qa .breadcrumbs {
    margin-bottom: 80px; }
  #qa .left-side {
    max-width: 770px;
    width: 100%;
    margin-right: 30px; }
    #qa .left-side > .clarify {
      margin: 30px 0 35px; }
  #qa .tags {
    margin-bottom: 40px; }
    #qa .tags ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #qa .tags li {
      margin-top: 15px;
      line-height: 30px;
      height: 30px;
      background-color: #fff;
      border-radius: 15px;
      padding: 0 20px;
      text-transform: uppercase;
      font-size: 12px;
      -webkit-box-shadow: inset 0 0 0 1px #e0dfe0;
      box-shadow: inset 0 0 0 1px #e0dfe0;
      cursor: pointer; }
      #qa .tags li:hover {
        -webkit-box-shadow: inset 0 0 0 1px #4b92ce;
        box-shadow: inset 0 0 0 1px #4b92ce; }
      #qa .tags li.active {
      	box-shadow: none;
        background-color: #4b92ce;
        color: #fff; }
      #qa .tags li:not(:first-child) {
        margin-left: 20px; }
  #qa .tab a:hover:before {
	  content: url(../img/svg/template-arr-green.svg);
  }
  #qa .tab a:hover {
  	color: #4b92ce;
  }
  #qa .tab a {
  	display: block;
  	position: relative;
  }
  #qa .tab {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 0 0 1px #f0f0f0;
    box-shadow: 0 0 0 1px #f0f0f0; }
    #qa .tab:not(:first-child) {
      margin-top: 30px; }
    #qa .tab a:before {
      content: url(../img/svg/template-arr.svg);
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 20px;
      -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotateZ(-90deg); }
    #qa .tab a > .caption {
      padding: 30px 40px;
      font-weight: 700;
      font-size: 21px;
      max-width: 600px;
      width: 100%; }
    #qa .tab .tag{margin-top: 20px;}
    #qa .tab .tag, .question__category {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 11px;
      opacity: .6; }
      .question__category{display: block;margin-top:10px;}
  #qa .right-side {
    max-width: 370px;
    width: 100%; }
  #qa .form-box {
    padding: 45px 35px;
    background-color: #f2f2f2; }
    #qa .form-box .holder:not(:first-child) {
      margin-top: 20px; }
    #qa .form-box > .caption {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 15px; }
    #qa .form-box form {
      margin-top: 25px; }
    #qa .form-box input, #qa .form-box textarea {
      width: 100%;
      border: 1px solid #e6e6e6; }
    #qa .form-box textarea {
      height: 100px; }
    #qa .form-box input:focus,
    #qa .form-box textarea:focus {
    	outline: none;
    	box-shadow: inset 0 0 0 1px #4b92ce;
    }
    #qa .form-box input {
      padding-left: 15px;
      line-height: 43px;
      height: 43px; }
    #qa .form-box label {
      font-size: 15px;
      display: block;
      margin-bottom: 10px; }
    #qa .form-box .btn-wrap {
      margin-top: 25px; }
    #qa .form-box .btn {
      line-height: 58px;
      height: 58px;
      width: 100%;
      border: none; }

@media only screen and (max-width: 1365px) {
  header .header-menu .phones{margin-left: 0;padding:5px 13px 0;max-width: 190px;font-size:16px;}
  header .header-menu nav{margin-left: 20px;}
  #qa .tab a > .caption {
    font-size: 17px;
    padding: 20px 100px 20px 20px;
    line-height: 1.2em; } }

@media only screen and (max-width: 1200px) {
  #qa {
    padding-bottom: 100px; }
    #qa .flex-wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #qa .flex-wrap .left-side {
        margin-right: 0; }
      #qa .flex-wrap .right-side {
        margin-top: 50px; }
  #qa .tab:before {
    top: initial;
    bottom: 20px; } }

@media only screen and (max-width: 500px) {
  #qa .right-side {
    max-width: 100%; }
  #qa .form-box > .caption {
    font-size: 23px; }
  #qa .form-box label {
    font-size: 19px; } }

#qa-page h1 {
	max-width: 960px;
}
#qa-page {
  padding-bottom: 150px; }
  #qa-page .breadcrumbs {
    margin-bottom: 70px; }
  #qa-page .clarify {
  	overflow: auto;
  }
  #qa-page .clarify table {
  	width: 100%;
  	min-width: 900px;
  }
  #qa-page .clarify table tr td {
  	vertical-align: middle;
  	padding: 0 5px;
  }
  #qa-page .clarify table tr td+td {
  	border-left: 1px solid #ccc;
  }
  #qa-page .clarify table tr+tr {
  	border-top: 1px solid #ccc;
  }
  #qa-page .clarify a {
  	color: #4b92ce;
  	text-decoration: underline;
  }
  #qa-page .clarify li {
  	position: relative;
  	padding-left: 15px;
  }
  #qa-page .clarify li:before {
  	content: '';
    position: absolute;
    height: 1px;
    width: 10px;
    top: 13px;
    left: 0;
    background-color: #4b92ce;
  }
  #qa-page .clarify {
    /*max-width: 900px;*/
    width: 100%; }
    #qa-page .clarify p:not(:first-child) {
      margin-top: 15px; }
  #qa-page .btn-wrap {
    margin-top: 100px; }
  #qa-page .btn {
    line-height: 55px;
    height: 55px;
    font-size: 13px;
    padding: 0 45px 0 65px;
    position: relative; }
    #qa-page .btn:hover {
      color: #232323;
      background-color: #fff; }
      #qa-page .btn:hover:before {
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px); }
    #qa-page .btn:before {
      -webkit-transition: .15s;
      -o-transition: .15s;
      transition: .15s;
      content: url(../img/btn-arr.png);
      position: absolute;
      top: 50%;
      left: 40px;
      margin-top: -25px; }
@media only screen and (max-width: 500px) {
  #qa-page .clarify {
    font-size: 19px; } }

#objects-page .breadcrumbs {
  margin-top: 122px;
  margin-bottom: 70px; }

#objects-page .clarify {
  max-width: 800px;
  width: 100%;
  margin-bottom: 55px; }

#objects-page .tags, .objectchar {
  max-width: 970px;
  width: 100%; }
  #objects-page .tags [data-category="парогенераторы газ/дизель"] {
  	-webkit-order: 1;
  	-ms-order: 1;
  	order: 1;
  }
  #objects-page .tags [data-category="электрические парогенераторы"] {
  	-webkit-order: 2;
  	-ms-order: 2;
  	order: 2;
  }
  #objects-page .tags [data-category="теплообменники"] {
  	-webkit-order: 3;
  	-ms-order: 3;
  	order: 3;
  }
  #objects-page .tags [data-category="вспомогательное котельное оборудование"] {
  	-webkit-order: 4;
  	-ms-order: 4;
  	order: 4;
  }
  #objects-page .tags ul, .objectchar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #objects-page .tags li.active, .objectchar li.active {
    background-color: #4b92ce;
    border-color: transparent;
    opacity: 1;
    color: #fff; }
  #objects-page .object-name {
  	line-height: 1.1em;
  }
  #objects-page .tags li, .objectchar li {
    cursor: pointer;
    margin-top: 15px;
    opacity: .7;
	  text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 0 20px;
    border: 1px solid #e0dfe0;
    border-radius: 15px;
    transition: .1s;
    margin: 15px 10px 0; }
    #objects-page .tags li:hover, .objectchar li:hover {
    	opacity: 1;
      border: 1px solid #4b92ce; }

#objects-page .objects-list li {
  margin-top: 40px; }

#objects-page .list {
  margin-top: 110px;
  color: #fff;
  font-size: 15px;
  margin-bottom: -70px; }
  #objects-page .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #objects-page .list li {
    background-color: #2e2d30;
    max-width: 31%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px; }
    #objects-page .list li .mark {
      font-size: 70px;
      font-weight: 700;
      margin-right: 20px; }

@media only screen and (max-width: 1200px) {
  #objects-page .list li .mark {
    font-size: 42px; } }

@media only screen and (max-width: 991px) {
	#objects-page .objects-list li {
		text-align: center;
	}
  #objects-page .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    #objects-page .list li .mark {
      margin-bottom: 25px;
      margin-right: 0;
      font-size: 51px; }
  #objects-page .tags li {
    height: 30px;
    line-height: 30px;
    border-radius: 18px; } }

@media only screen and (max-width: 767px) {
  #objects-page .list {
    margin-top: 55px; }
    #objects-page .list ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #objects-page .list li {
      max-width: 100%; }
      #objects-page .list li:not(:first-child) {
        margin-top: 15px; } }

@media only screen and (max-width: 500px) {
  #objects-page {
    padding-bottom: 20px; }
    #objects-page .content {
      padding: 0 20px; }
    #objects-page .tags li {
      margin: 15px 10px 0; }
  #objects-page .list {
    font-size: 18px;
    margin-bottom: 0; } }

#case {
  padding-bottom: 100px; }
  #case .breadcrumbs {
    margin: 122px 0 70px; }
  #case h1 {
    max-width: 970px; }

#about-customer .flex-wrap {
  background-color: #f2f2f2;
  padding: 40px 40px 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

#about-customer .images {
  max-width: 570px;
  width: 100%;
  position: relative;
  margin-right: 70px; }
  #about-customer .images img {
    max-width: 100%;
    display: block; }
  #about-customer .images .img-1 {
    max-width: 460px;
    max-height: 420px; }
  #about-customer .images .img-2 {
    position: absolute;
    bottom: -50px;
    right: -50px;
    max-width: 300px;
    max-height: 300px; }

#about-customer .about {
  max-width: 500px;
  width: 100%;
  font-size: 15px; }
  #about-customer .about .caption {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative; }
    #about-customer .about .caption:before {
      content: '';
      position: absolute;
      height: 1px;
      width: 60px;
      right: 100%;
      margin-right: 20px;
      top: 50%;
      margin-top: -1px;
      background-color: #4b92ce; }
  #about-customer .about .clarify {
    margin-top: 10px; }
  #about-customer .about .ft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px; }
  #about-customer .about .ft p:not(:empty) {
  	width: 100%;
  }
  #about-customer .about .ft .mark:not(:empty) {
  	width: initial;
  }
  #about-customer .about .mark {
    margin-right: 20px;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    font-size: 70px;
    font-family: 'Bebas Neue'; }

#about-customer .goals {
  margin: 100px 0; }
  #about-customer .goals .caption {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 50px; }
  #about-customer .goals ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #about-customer .goals li {
    width: 30%;
    position: relative;
    padding-left: 40px;
    margin-top: 50px; }
    #about-customer .goals li:nth-child(3n+2) {
      margin: 50px 5% 0; }
    #about-customer .goals li:first-child:before {
      content: '1.'; }
    #about-customer .goals li:nth-child(2):before {
      content: '2.'; }
    #about-customer .goals li:nth-child(3):before {
      content: '3.'; }
    #about-customer .goals li:nth-child(4):before {
      content: '4.'; }
    #about-customer .goals li:nth-child(5):before {
      content: '5.'; }
    #about-customer .goals li:nth-child(6):before {
      content: '6.'; }
    #about-customer .goals li:before {
      line-height: 1em;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 42px;
      font-family: 'Bebas Neue';
      font-weight: 700; }

@media only screen and (max-width: 1200px) {
  #about-customer .images .img-2 {
    top: 100%;
    margin-top: -50px;
    left: 25px;
    right: initial;
    max-width: 250px; }
  #about-customer .about .caption:before {
    width: 35px; }
  #about-customer .goals .caption {
    margin-bottom: 15px; }
  #about-customer .goals {
    margin: 150px 0 100px; } }

@media only screen and (max-width: 767px) {
  #about-customer .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #about-customer .images .img-2 {
    position: relative;
    left: 15px;
    top: 0;
    margin-top: -50px; }
  #about-customer .about .caption:before {
    display: none; }
  #about-customer .about {
    margin-top: 50px;
    font-size: 19px; } }

@media only screen and (max-width: 500px) {
  #about-customer .about .caption {
    font-size: 21px; }
  #about-customer .goals {
    margin: 100px 0; }
  #about-customer .goals li {
    width: 100%;
    font-size: 21px; }
  #about-customer .goals li:nth-child(3n+2) {
    margin: 50px 0 0; } }

#solution {
  padding: 100px 0;
  color: #fff;
  background-color: #343437; }
  #solution h2 {
    font-size: 28px;
    text-align: center; }
    #solution h2 + .clarify {
      padding-top: 20px;
      max-width: 800px;
      margin: 20px auto 0;
      text-align: center;
      position: relative; }
      #solution h2 + .clarify:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background-color: #4b92ce;
        top: 0;
        left: 50%;
        margin-left: -30px; }
  #solution .slider-wrap {
  	display: flex;
  	padding: 0 25px;
	  justify-content: center;
  }
  #solution .slider {
    max-width: 930px;
    width: 100%;
    margin: 50px auto 100px;
    position: relative; }
    .service-slider{max-width: 100%;}
    .service-slider .slider{max-width: 930px;width: 100%;margin:0 auto 30px;position: relative;}
    .service-slider{margin:auto;}
    #solution .slider img, .service-slider img {
      margin: 0 auto;
      max-width: 99%; }
    #solution .slider .next-arrow:hover,
    #solution .slider .prev-arrow:hover,  .service-slider .next-arrow:hover, .service-slider .prev-arrow:hover {
    	opacity: .7;
    }
    #solution .slider .next-arrow,
    #solution .slider .prev-arrow,  .service-slider .next-arrow, .service-slider .prev-arrow{
      width: 40px;
      cursor: pointer;
      position: absolute; }
    .service-slider .next-arrow, .service-slider .prev-arrow, .service-slider .slick-dots{z-index: 1;}
    #solution .slider .next-arrow, .service-slider .next-arrow{
      -webkit-transform: rotatez(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotatez(-90deg);
      top: 50%;
      margin-top: -35px;
      margin-left: 15px; }
    #solution .slider .next-arrow{left: 100%;}
    .service-slider .next-arrow{right:0;}
    #solution .slider .prev-arrow, .service-slider .prev-arrow{
      margin-right: 15px;
      -webkit-transform: rotatez(90deg);
      -ms-transform: rotate(90deg);
      transform: rotatez(90deg);
      top: 50%;
      margin-top: -35px;
      right: 100%; }
    .service-slider .prev-arrow{left:0;}
    #solution .slider .slick-dots, .service-slider .slick-dots {
      margin-top: 15px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .service-slider .slick-dots{margin:0;}
      #solution .slider .slick-dots li:not(:first-child), .service-slider .slick-dots li:not(:first-child){
        margin-left: 15px; }
      #solution .slider .slick-dots li.slick-active button, .service-slider .slick-dots li.slick-active button{
        -webkit-box-shadow: inset 0 0 0 10px #4b92ce;
        box-shadow: inset 0 0 0 10px #4b92ce; }
      #solution .slider .slick-dots button:focus, .service-slider .slick-dots button:focus{
        outline: none; }
      #solution .slider .slick-dots button, .service-slider .slick-dots button {
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 0 1px #4b92ce;
        box-shadow: inset 0 0 0 1px #4b92ce;
        font-size: 1px;
        border-radius: 50%;
        border: none;
        width: 15px;
        height: 15px; }
  #solution .flex-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
      #solution .flex-wrap + .flex-wrap .left-side {
        margin-right: 0; }
    #solution .flex-templates li:nth-child(even) img {
    	margin-left: auto;
    }
    #solution .flex-templates li:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    #solution .flex-wrap .img {
    	position: relative;
    }
    #solution .flex-wrap .left-side {
      margin-right: 100px;
      max-width: 650px;
      width: 100%; }
    #solution .flex-wrap .right-side {
      max-width: 570px;
      width: 100%; }
      #solution .flex-wrap .right-side .txt {
        padding-left: 25px;
        border-left: 1px solid #4b92ce; }
        #solution .flex-wrap .right-side .txt p:not(:first-child) {
          margin-top: 15px; }
    #solution .flex-wrap img {
      max-width: 100%;
      display: block; }

@media only screen and (max-width: 767px) {
  #solution .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #solution .flex-wrap .left-side {
      margin-right: 0;
      margin-bottom: 50px; }
    #solution .flex-wrap + .flex-wrap,
    #solution .flex-templates li:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #solution .flex-wrap + .flex-wrap .left-side {
        margin-left: 0; } }

@media only screen and (max-width: 500px) {
  #solution h2 {
    font-size: 38px; } }

#case-equipment {
  background-color: #f2f2f2;
  padding: 100px 0; }
  #case-equipment h2 {
  	font-size: 28px;
    margin-bottom: 50px; }
  #case-equipment .slider img {
  	max-width: 150px;
  }
  #case-equipment .slider {
    max-width: 95%;
    margin: 0 auto;
    position: relative; }
    #case-equipment .slider .prev-arrow:hover,
    #case-equipment .slider .next-arrow:hover {
    	opacity: .7;
    }
    #case-equipment .slider .prev-arrow,
    #case-equipment .slider .next-arrow {
      position: absolute;
      top: 50%;
      cursor: pointer;
      margin-top: -15px; }
    #case-equipment .slider .next-arrow {
      left: 100%;
      margin-left: 15px;
      -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotateZ(-90deg); }
    #case-equipment .slider .prev-arrow {
      -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
      right: 100%;
      margin-right: 15px; }
    #case-equipment .slider .slick-dots {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 35px; }
      #case-equipment .slider .slick-dots li:not(:first-child) {
        margin-left: 15px; }
      #case-equipment .slider .slick-dots li.slick-active button {
        -webkit-box-shadow: inset 0 0 0 10px #4b92ce;
        box-shadow: inset 0 0 0 10px #4b92ce; }
      #case-equipment .slider .slick-dots button {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 0 0 1px #4b92ce;
        box-shadow: inset 0 0 0 1px #4b92ce;
        background-color: transparent;
        cursor: pointer;
        font-size: 1px;
        border: none;
        width: 15px;
        height: 15px; }
        #case-equipment .slider .slick-dots button:focus {
          outline: none; }
  #case-equipment .item:hover {
  	box-shadow: inset 0 0 0 3px #4b92ce;
  }
  #case-equipment .item {
  	transition: .25s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    padding: 30px;
    margin: 0 15px; }
    #case-equipment .item .txt li {
    	position: relative;
    	padding-left: 20px;
    }
    #case-equipment .item .txt li:before {
			content: '';
			position: absolute;
			height: 1px;
			width: 10px;
			top: 13px;
			left: 0;
			background-color: #4b92ce;
    }
    #case-equipment .item .txt {
      font-size: 16px;
    }
    #case-equipment .item .img {
      margin-right: 20px; }
    #case-equipment .item .caption {
      font-weight: 700;
      margin-bottom: 15px; }
    #case-equipment .item .txt p:not(:first-child) {
      margin-top: 5px; }
    #case-equipment .item .btn-wrap {
      margin-top: 35px; }
      #case-equipment .item .btn-wrap .btn {
        font-size: 14px;
        padding: 0 20px;
        text-transform: none; }

@media only screen and (max-width: 1365px) {
  #case-equipment .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #case-equipment .item .img {
      margin-bottom: 25px; } }

@media only screen and (max-width: 500px) {
  #case-equipment .item .caption {
    font-size: 19px; } }

[data-disable="1"] {
	display: none;
}
[data-disable="1"] + #contact-us {
	padding-top: 130px;
}
#case-review {
  padding: 100px 0; }
  #case-review h2 {
    font-size: 28px;
    margin-bottom: 30px; }
  #case-review .review-box .img {
  	flex-grow: 1;
  }
  #case-review .review-box {
    background-color: #f3f3f3;
    padding: 70px 50px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #case-review .review-box a {
    	position: relative;
    }
    #case-review .review-box a:hover .hover-bg:before {
    	opacity: .7;
    	transition-delay: 0s;
    }
    #case-review .review-box a:hover .hover-bg:after {
    	opacity: 1;
    	transition-delay: .2s;
    }
    #case-review .review-box img {
    	max-width: 200px;
    	display: block;
    }
    #case-review .review-box .hover-bg {
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: 100%;
    	width: 100%;
    }
    #case-review .review-box .hover-bg:before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background-color: #4b92ce;
    	opacity: 0;
    	transition: .35s ease .2s;
    }
    #case-review .review-box .hover-bg:after {
    	content: '+';
    	opacity: 0;
    	transition: .35s ease 0s;
    	position: absolute;
    	text-align: center;
    	width: 100%;
    	top: 50%;
    	left: 0;
    	margin-top: -20px;
    	font-size: 72px;
    	font-weight: 300;
    	color: #fff;
    	transition: .35s ease 0s;
    }
      #case-review .review-box a:hover .hover-bg:before {
    	opacity: .7;
    	transition-delay: 0s;
    }
    #case-review .review-box a:hover .hover-bg:after {
    	opacity: 1;
    	transition-delay: .2s;
    }
    #case-review .review-box img {
    	max-width: 200px;
    	display: block;
    }
    #case-review .review-box .hover-bg {
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: 100%;
    	width: 100%;
    }
    #case-review .review-box .hover-bg:before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background-color: #4b92ce;
    	opacity: 0;
    	transition: .35s ease .2s;
    }
    #case-review .review-box .hover-bg:after {
    	content: '+';
    	opacity: 0;
    	transition: .35s ease 0s;
    	position: absolute;
    	text-align: center;
    	width: 100%;
    	top: 50%;
    	left: 0;
    	margin-top: -20px;
    	font-size: 72px;
    	font-weight: 300;
    	color: #fff;
    	transition: .35s ease 0s;
    }
    #case-review .review-box a:hover .hover-bg:before {
    	opacity: .7;
    	transition-delay: 0s;
    }
    #case-review .review-box a:before {
    	content: '';
    	transition: .35s ease .2s;
    	z-index: 1;
    	position: absolute;
    	top: -20%;
    	left: -20%;
    	width: 150%;
    	height: 140%;
    	background: url(../img/border-review.png) center no-repeat;
    	-webkit-background-size: contain;
    	background-size: contain;
    }
    #case-review .review-box .review-txt {
    	margin-right: 10%;
    	margin-left: 6%;
    }
    #case-review .review-box .review-txt > p {
      opacity: .85; }
    #case-review .review-box .review-txt > p:not(:first-child) {
      margin-top: 15px; }
    #case-review .review-box .review-person {
      margin-top: 70px;
      text-align: right; }
      #case-review .review-box .review-person .wrap {
        text-align: left;
        display: inline-block; }

@media only screen and (max-width: 767px) {
	#case-review .review-box .review-txt {
		margin-top: 40px;
	}
  #case-review .review-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #case-review .review-box .img {
    margin-right: 0; } }

#contacts-page {
  padding: 0 0 100px;
  font-size: 16px; }
  #contacts-page .breadcrumbs {
    margin: 122px 0 70px; }
  #contacts-page h1 {
    margin-bottom: 60px; }
  #contacts-page .left-side {
    max-width: 570px;
    width: 100%; }
  #contacts-page .shedule {
    margin-top: 15px; }
  #contacts-page .phones {
    margin: 50px 0;
    position: relative;
    padding-left: 30px; }
    #contacts-page .phones:before {
      content: url(../img/contacts-phone.png);
      position: absolute;
      left: 0;
      top: 5px; }
  #contacts-page .phones b,
  #contacts-page .social b {
    font-size: 14px;
    text-transform: uppercase; }
  #contacts-page .email a,  #contacts-page .skype a, .contactsul .telegram a {
  	display: block;
  }
  #contacts-page .email, #contacts-page .skype, .contactsul li {
    padding-left: 30px;
    position: relative; }
  .contactsul li.contacts-soc-icons{padding-left: 0;}
    #contacts-page .email:before,
    #contacts-page .skype:before, .contactsul li:before, .left-side li.viber:before {
      position: absolute;
      left: 0;
      top: 2px; }
  #contacts-page .email:before {
    content: url(../img/contacts-email.png); }
  #contacts-page .skype:before {
    content: url(../img/contacts-skype.png); }
  .contactsul li{margin-bottom: 40px;}
  .contactsul li.telegram:before{content: url(../img/telegram.svg);}
  .contactsul li.viber:before, .left-side li.viber:before{content: url(../img/viber.svg);}
  .left-side li.viber{padding-left: 30px;}
  .contactsul li.whatsapp:before{content: url(../img/whatsapp.svg);}
  #contacts-page .flex-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #contacts-page .flex-wrap ul li[data-mobile="1"] a:before {
    	content: 'РњРѕР±.';
    }
    #contacts-page .flex-wrap ul li[data-mobile=""] a:before {
    	content: 'Р“РѕСЂ.';
    }
    #contacts-page .flex-wrap ul li a {
    	position: relative;
    }
    #contacts-page .flex-wrap ul li a:before {
    	position: absolute;
    	bottom: 0;
    	line-height: 1.5em;
    	left: 100%;
    	margin-left: 15px;
    }
    #contacts-page .flex-wrap ul li:first-child {
    	-webkit-order: 1;
    	-ms-order: 1;
    	order: 1;
    }
    #contacts-page .flex-wrap ul li:nth-child(2) {
    	-webkit-order: 2;
    	-ms-order: 2;
    	order: 2;
    }
    #contacts-page .flex-wrap ul li:nth-child(3) {
    	-webkit-order: 3;
    	-ms-order: 3;
    	order: 3;
    }
    #contacts-page .flex-wrap ul li:nth-child(4) {
    	-webkit-order: 4;
    	-ms-order: 4;
    	order: 4;
    }
    #contacts-page .flex-wrap ul li:nth-child(4) ~ * {
    	-webkit-order: 5;
    	-ms-order: 5;
    	order: 5;
    }
    #contacts-page .flex-wrap ul li {
    	position: relative;
      max-width: 270px;
      width: 100%; }
  #contacts-page .right-side {
    font-size: 14px; }
    #contacts-page .right-side .wrap {
      position: relative;
      background-color: #f1f1f1;
      -webkit-box-shadow: inset 0 0 0 1px #e6e7e8;
      box-shadow: inset 0 0 0 1px #e6e7e8;
      padding: 40px 50px; }
      #contacts-page .right-side .wrap:before {
        content: '';
        position: absolute;
        height: 40px;
        width: 40px;
        top: 0;
        right: 0;
        background: #fff -webkit-linear-gradient(45deg, #4b92ce 50%, #fff 50.1%);
        background: #fff -o-linear-gradient(45deg, #4b92ce 50%, #fff 50.1%);
        background: #fff linear-gradient(45deg, #4b92ce 50%, #fff 50.1%); }
    #contacts-page .right-side .caption {
      margin-bottom: 25px;
      font-size: 21px;
      font-weight: 700; }
    #contacts-page .right-side .clarify {
      margin-bottom: 25px; }
    #contacts-page .right-side .download {
      margin-top: 25px;
      line-height: 1em;
      font-size: 14px; }
      #contacts-page .right-side .download a:hover:before {
      	opacity: 0;
      }
      #contacts-page .right-side .download a {
      	position: relative;
        color: #4b92ce; }
      #contacts-page .right-side .download a:before {
      	content: '';
      	position: absolute;
      	height: 1px;
      	width: 100%;
      	transition: .15s;
      	top: 100%;
      	left: 0;
      	background-color: #4b92ce;
      }

@media only screen and (max-width: 767px) {
  #contacts-page .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #contacts-page .right-side {
    margin-top: 35px; } }

#map {
  overflow: hidden;
  height: 70vh; }
  #map iframe {
    margin-top: -112px;
    height: 70vh;
    width: 100%;
    display: block; }
  #map .place-card.place-card-large {
    display: none !important;
    opacity: 0; }
#any-question a[href^=mailto]{color: #4b92ce;}
#any-question a[href^=mailto]:hover{text-decoration: underline;}
#any-question {
  padding: 100px 0 150px; }
  #any-question h2, #any-question .clarify {
    text-align: center; }
  #any-question .flex-wrap {
    margin-top: 50px; }
  #any-question .left-side {
    max-width: 700px;
    width: 100%; }
    #any-question .left-side li {
    display: table;width:100%;
    /*  display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; */}
      .staff__img,  #any-question .info, .staff__btn{display: table-cell;}
      .staff__img,  #any-question .info{vertical-align: top;}
      .staff__btn{vertical-align: middle;text-align: right;}
      .staff__img{width:170px;}
      #any-question .left-side li:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 25px;
        border-bottom: 1px solid #e8e8e8; }
    #any-question .left-side .img img {
      display: block;
    }
    #any-question .left-side .img {
      border-radius: 50%;
      overflow: hidden;
      margin-right: 30px; }
    #any-question .left-side .name {
      font-size: 21px; }
    #any-question .left-side .position {
      font-size: 14px; }
    #any-question .left-side .phone {
      padding: 18px 0 7px;
      font-size: 19px; }
    #any-question .left-side .email p:not(:first-child) {
      margin-top: 5px;
    }
    #any-question .left-side .email {
      font-weight: 700;
      color: #4b92ce; }
  #any-question .right-side {
    max-width: 364px;
    width: 100%; }
    #any-question .right-side .form-box {
      padding: 40px 30px 60px;
      background-color: #f3f3f3; }
    #any-question .right-side .caption {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase; }
    #any-question .right-side form {
      margin-top: 40px; }
    #any-question .right-side label {
    	font-size: 15px;
    	margin-bottom: 10px;
      display: block; }
    #any-question .right-side input, #any-question .right-side textarea {
      padding-left: 20px;
      border: 1px solid #e6e6e6;
      width: 100%; }
      #any-question .right-side input:focus, #any-question .right-side textarea:focus {
        outline: none; }
    #any-question .right-side textarea {
      padding-top: 10px;
      display: block;
      height: 100px;
      resize: vertical; }
    #any-question .right-side input:focus,
    #any-question .right-side textarea:focus {
    	box-shadow: inset 0 0 0 1px #4b92ce;
    }
    #any-question .right-side input {
      line-height: 45px;
      height: 45px; }
    #any-question .right-side .holder:not(:first-child) {
      margin-top: 20px; }
    #any-question .right-side button {
      margin-top: 25px;
      border: none;
      width: 100%;
      text-transform: uppercase;
      line-height: 48px;
      height: 48px; }

@media only screen and (max-width: 1199px) {
  #any-question .left-side {
    margin-right: 20px; } }

@media only screen and (max-width: 991px) {
  #any-question .left-side .img {
    max-width: 100px;
    width: 100%; }
    #any-question .left-side .img img {
      max-width: 100%; } }

body.disabled, .notscrolled{
	overflow: hidden;
}
.notscrolled{height: 100vh;}
.popup-wrap.active {
	pointer-events: initial;
	opacity: 1;
	transition-delay: 0s;
}
.popup-wrap.active .popup {
	opacity: 1;
	transition-delay: .2s;
}
.popup-wrap {
	position: fixed;
	height: 100vh;
	width: 100%;
	overflow: auto;
	line-height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	text-align: center;
	z-index: 99;
	pointer-events: none;
	opacity: 0;
	transition: .4s ease .2s;
}
.popup {
	margin: 20px 0;
	transition: .4s ease 0s;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 390px;
	width: 100%;
	opacity: 0;
	line-height: 1.2em;
	padding: 30px;
	background-color: #fff;
}
.popup .close {
	transition: .35s;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.popup .close:hover {
	transform: rotateZ(90deg);
	opacity: .7;
}
.popup .close:before, .popup .close:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #4b92ce;
	left: 0;
	top: 50%;
	transform: rotateZ(45deg);
}
.popup .close:after {
	transform: rotateZ(-45deg);
}
.popup .caption {
	font-size: 21px;
	font-weight: 700;
}
.popup .clarify {
	margin-top: 15px;
	line-height: 1.2em;
	font-size: 14px;
}
.popup form {
	margin-top: 25px;
	text-align: left;
}
.popup .holder:not(:first-child) {
	margin-top: 20px;
}
.popup label {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 5px;
}
.popup input {
	width: 100%;
	line-height: 43px;
	height: 43px;
	padding-left: 15px;
	border: 1px solid #e6e6e6;
}
.popup textarea {
	width: 100%;
	height: 100px;
	padding: 15px;
	border: 1px solid #e6e6e6;
	resize: vertical;
	font-family: 'PT Sans', sans-serif;
}
.popup button {
	border: none;
	width: 100%;
	line-height: 58px;
	height: 58px;
}
.popup .btn-wrap {
	margin-top: 30px;
}
summary:focus {
	outline: none;
}

.popup-wrap.how-we-work .popup,
.popup-wrap.quiz2 .popup {
	max-width: 770px;
	width: 100%;
}
.popup-wrap.how-we-work .caption,
.popup-wrap.quiz2 .caption {
	font-size: 24px;
	text-transform: uppercase;
}
.popup-wrap.how-we-work .mark-box,
.popup-wrap.quiz2 .mark-box {
	font-size: 13px;
	text-align: left;
	margin-top: 25px;
	background: #f2f2f2;
	padding: 15px;
}
.popup-wrap.how-we-work .mark-box a,
.popup-wrap.quiz2 .mark-box a {
	color: #4b92ce;
	font-weight: 700;
	text-decoration: underline;
}
.popup-wrap.how-we-work .heading,
.popup-wrap.quiz2 .heading {
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e2e3e4;
	position: relative;
}
.popup-wrap.how-we-work .holder:not(:first-child),
.popup-wrap.quiz2 .holder:not(:first-child) {
	margin-top: 10px;
}
.popup-wrap.how-we-work .heading:before,
.popup-wrap.quiz2 .heading:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	bottom: 0;
	left: 0;
	background-color: #4b92ce;
}
.popup-wrap.how-we-work .heading:not(:first-child),
.popup-wrap.quiz2 .heading:not(:first-child) {
	margin-top: 40px;
}
.popup-wrap.how-we-work .heading + .holder,
.popup-wrap.quiz2 .heading + .holder {
	margin-top: 35px;
}
.popup-wrap.how-we-work .holder,
.popup-wrap.quiz2 .holder {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.popup-wrap.how-we-work .holder.comment,
.popup-wrap.quiz2 .holder.comment {
	align-items: flex-start;
	margin-top: 20px;
}
.popup-wrap.how-we-work select + span,
.popup-wrap.how-we-work input + span,
.popup-wrap.quiz2 select + span,
.popup-wrap.quiz2 input + span {
	margin-left: 10px;
	max-width: 95px;
	width: 100%;
}
.popup-wrap.how-we-work .holder span,
.popup-wrap.how-we-work .holder label,
.popup-wrap.quiz2 .holder span,
.popup-wrap.quiz2 .holder label {
	font-size: 14px;
	font-weight: 700;
}
.popup-wrap.how-we-work .holder label:first-child,
.popup-wrap.quiz2 .holder label:first-child {
	min-width: 200px;
	max-width: 200px;
	line-height: 1.2em;
	padding-right: 27px;
}
.popup-wrap.how-we-work input,
.popup-wrap.quiz2 input {
	max-width: 370px;
	width: 100%;
}
.popup-wrap.how-we-work .holder-daerator,
.popup-wrap.how-we-work .holder-gas-pressure,
.popup-wrap.how-we-work .holder-economizer,
.popup-wrap.how-we-work .holder-temp-cond,
.popup-wrap.how-we-work .holder-pressure,
.popup-wrap.quiz2.booster .holder-daerator,
.popup-wrap.quiz2.booster .holder-gas-pressure,
.popup-wrap.quiz2.booster .holder-economizer,
.popup-wrap.quiz2 .holder-temp-cond,
.popup-wrap.quiz2 .holder-pressure {
	display: none;
}
.popup-wrap.how-we-work .holder-daerator.active,
.popup-wrap.how-we-work .holder-gas-pressure.active,
.popup-wrap.how-we-work .holder-economizer.active,
.popup-wrap.how-we-work .holder-temp-cond.active,
.popup-wrap.how-we-work .holder-pressure.active,
.popup-wrap.quiz2.booster .holder-daerator.active,
.popup-wrap.quiz2.booster .holder-gas-pressure.active,
.popup-wrap.quiz2.booster .holder-economizer.active,
.popup-wrap.quiz2 .holder-temp-cond.active,
.popup-wrap.quiz2 .holder-pressure.active {
	display: flex;
}
.popup-wrap.how-we-work .holder-percent input,
.popup-wrap.quiz2 .holder-percent input {
	opacity: 0;
	pointer-events: none;
}
.popup-wrap.how-we-work .holder-percent,
.popup-wrap.quiz2 .holder-percent {
	display: none;
}
.popup-wrap.how-we-work .holder-percent-cold,
.popup-wrap.how-we-work .holder-percent-hot,
.popup-wrap.quiz2 .holder-percent-cold,
.popup-wrap.quiz2 .holder-percent-hot {
	display: flex;
}
.popup-wrap.quiz2 .holder-percent-hot input[name="РџСЂРѕС†РµРЅС‚РЅРѕРµ СЃРѕРґРµСЂР¶Р°РЅРёРµ (Р“РѕСЂ.)"],
.popup-wrap.quiz2 .holder-percent-cold input[name="РџСЂРѕС†РµРЅС‚РЅРѕРµ СЃРѕРґРµСЂР¶Р°РЅРёРµ (РҐРѕР».)"] {
	opacity: 1;
	pointer-events: initial;
}
.popup-wrap.quiz2 select[name="Р Р°СЃС‡РµС‚РЅРѕРµ РґР°РІР»РµРЅРёРµ"],
.popup-wrap.quiz2 select[name="Р Р°СЃС‡РµС‚РЅР°СЏ С‚РµРјРїРµСЂР°С‚СѓСЂР°"] {
	max-width: 370px;
	width: 100%;
}
.popup-wrap.quiz2 input[name="РњРѕС‰РЅРѕСЃС‚СЊ"] {
	max-width: 235px;
	margin-right: 10px;
}
.popup-wrap.quiz2 input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.popup-wrap.quiz2 input[type="radio"] + label {
	vertical-align: middle;
	font-weight: 400;
	margin-bottom: 0;
}
.popup-wrap.quiz2 label ~ .radio:not(:first-child) {
	margin-right: 25px;
}
.popup-wrap.quiz2 select {
	border: 1px solid #e6e6e6;
	line-height: 43px;
	height: 43px;
	padding: 0 0 0 10px;
}
.popup-wrap.how-we-work .wrap,
.popup-wrap.quiz2 .wrap {
	position: relative;
	margin-top: 35px;
}
.popup-wrap.quiz2 .wrap select {
	width: 100%;
}
.popup-wrap.how-we-work .wrap:before,
.popup-wrap.quiz2 .wrap:before {
	position: absolute;
	bottom: 100%;
	font-weight: 700;
	font-size: 12px;
	left: 0;
	margin-bottom: 10px;;
}
.popup-wrap.quiz2 .wrap.env-hot:before {
	content: 'Р“РѕСЂ.';
	color: #e00b0b;
}
.popup-wrap.quiz2 .wrap.env-cold:before {
	content: 'РҐРѕР».';
	color: #0971d8;
}
.popup-wrap.how-we-work .holder-type,
.popup-wrap.quiz2 .holder-type {
	white-space: nowrap;
}
.popup-wrap.quiz2 .wrap.env-hot,
.popup-wrap.quiz2 input[name="РњР°СЃСЃРѕРІС‹Р№ СЂР°СЃС…РѕРґ"],
.popup-wrap.quiz2 input[name="Р”РѕРїСѓСЃС‚РёРјС‹Рµ РїРѕС‚РµСЂРё РґР°РІР»РµРЅРёСЏ РІ РџРўРћ"],
.popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС‹С…РѕРґРµ РёР· РџРўРћ"],
.popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС…РѕРґРµ РІ РџРўРћ"],
.popup-wrap.quiz2 input[name="РџСЂРѕС†РµРЅС‚РЅРѕРµ СЃРѕРґРµСЂР¶Р°РЅРёРµ (Р“РѕСЂ.)"],
.popup-wrap.quiz2 input[name="РџСЂРѕРёР·РІРѕРґРёС‚РµР»СЊРЅРѕСЃС‚СЊ РєР°Р¶РґРѕРіРѕ РєРѕС‚Р»Р° (РњРёРЅ.)"],
.popup-wrap.quiz2 input[name="Р Р°Р±РѕС‡РµРµ РґР°РІР»РµРЅРёРµ РїР°СЂР° (РњРёРЅ.)"],
.popup-wrap.quiz2 input[name="РњРѕС‰РЅРѕСЃС‚СЊ"],
.popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° РїР°СЂР° (РњРёРЅ.)"] {
	margin-right: 10px;
}
.popup-wrap.quiz2 input[name="Р”РѕРїСѓСЃС‚РёРјС‹Рµ РїРѕС‚РµСЂРё РґР°РІР»РµРЅРёСЏ РІ РџРўРћ"],
.popup-wrap.quiz2 input[name="Р”РѕРїСѓСЃС‚РёРјС‹Рµ РїРѕС‚РµСЂРё РґР°РІР»РµРЅРёСЏ РІ РџРўРћ2"],
.popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС‹С…РѕРґРµ РёР· РџРўРћ"],
.popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС‹С…РѕРґРµ РёР· РџРўРћ2"],
.popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС…РѕРґРµ РІ РџРўРћ"],
.popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС…РѕРґРµ РІ РџРўРћ2"],
.popup-wrap.quiz2 input[name="РњР°СЃСЃРѕРІС‹Р№ СЂР°СЃС…РѕРґ"],
.popup-wrap.quiz2 input[name="РњР°СЃСЃРѕРІС‹Р№ СЂР°СЃС…РѕРґ2"],
.popup-wrap.quiz2 input[name="РџСЂРѕС†РµРЅС‚РЅРѕРµ СЃРѕРґРµСЂР¶Р°РЅРёРµ (Р“РѕСЂ.)"],
.popup-wrap.quiz2 input[name="РџСЂРѕС†РµРЅС‚РЅРѕРµ СЃРѕРґРµСЂР¶Р°РЅРёРµ (РҐРѕР».)"],
.popup-wrap.quiz2 input[name="РџСЂРѕРёР·РІРѕРґРёС‚РµР»СЊРЅРѕСЃС‚СЊ РєР°Р¶РґРѕРіРѕ РєРѕС‚Р»Р° (РњРёРЅ.)"],
.popup-wrap.quiz2 input[name="РџСЂРѕРёР·РІРѕРґРёС‚РµР»СЊРЅРѕСЃС‚СЊ РєР°Р¶РґРѕРіРѕ РєРѕС‚Р»Р° (РњР°РєСЃ.)"],
.popup-wrap.quiz2 input[name="Р Р°Р±РѕС‡РµРµ РґР°РІР»РµРЅРёРµ РїР°СЂР° (РњР°РєСЃ.)"],
.popup-wrap.quiz2 input[name="Р Р°Р±РѕС‡РµРµ РґР°РІР»РµРЅРёРµ РїР°СЂР° (РњРёРЅ.)"],
.popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° РїР°СЂР° (РњРёРЅ.)"],
.popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° РїР°СЂР° (РњР°РєСЃ.)"],
.popup-wrap.quiz2 input[name="РњРѕС‰РЅРѕСЃС‚СЊ"],
.popup-wrap.quiz2 select[name="РњРѕС‰РЅРѕСЃС‚СЊ-С‚РёРї"],
.popup-wrap.quiz2 input[name="РљРѕР»-РІРѕ РєРѕС‚Р»РѕРІ"],
.popup-wrap.quiz2 .wrap.env-hot,
.popup-wrap.quiz2 .wrap.env-cold {
	max-width: 180px;
	width: 100%;
}
.popup-wrap.quiz2 input[name="РљРѕР»-РІРѕ РєРѕС‚Р»РѕРІ"] {
	max-width: 100px;
	width: 100%;
}
.popup-wrap.quiz2 select[name="Р”РѕРїСѓСЃС‚РёРјС‹Рµ РїРѕС‚РµСЂРё РґР°РІР»РµРЅРёСЏ РІ РџРўРћ (РўРёРї)"] {
	padding: 0 10px;
}
.popup-wrap.quiz2 select[name="РљРѕР»РёС‡РµСЃС‚РІРѕ РџРўРћ СЃ СѓРєР°Р·Р°РЅРЅРѕР№ РЅР°РіСЂСѓР·РєРѕР№"],
.popup-wrap.quiz2 select[name="Р Р°Р·Р±РёС‚СЊ СѓРєР°Р·Р°РЅРЅСѓСЋ РЅР°РіСЂСѓР·РєСѓ РЅР°"] {
	padding-right: 15px;
}
.popup-wrap.quiz2 .holder-field + .holder-radio,
.popup-wrap.quiz2 .holder-radio + .holder-field {
	margin-top: 25px;
}
.popup-wrap.how-we-work .btn-wrap button,
.popup-wrap.quiz2 .btn-wrap button {
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
}
.radios {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.radios .radio + .radio {
	margin-left: 15px;
}
#fail-404 {
	padding: 90px 0 190px;
}
#fail-404 .caption {
	font-weight: 700;
	margin-top: 55px;
}
#fail-404 .may-be {
	margin-top: 40px;
}
#fail-404 .may-be a {
	display: block;
	color: #4b92ce;
	font-size: 16px;
	text-decoration: underline;
}
.popup-wrap .holder.file input {
	display: none;
}
.popup-wrap .btn-green:hover {
	background-color: rgba(59, 217, 158, 0.8) !important;
}
.popup-wrap .file .remove-file:before,
.popup-wrap .file .remove-file:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: red;
	top: 10px;
	left: 0;
}
.popup-wrap .file .remove-file:before {
	transform: rotateZ(45deg);
}
.popup-wrap .file .remove-file:after {
	transform: rotateZ(-45deg);
}
.popup-wrap .file .remove-file:hover {
	transform: rotateZ(90deg);
}
.popup-wrap .file .remove-file {
	width: 20px;
	height: 20px;
	top: 50%;
	position: absolute;
	margin-top: -10px;
	margin-left: 5px;
	left: 100%;
	cursor: pointer;
	transition: .25s;
}
.popup-wrap #add-more-file:hover {
	text-decoration: none;
}
.popup-wrap #add-more-file {
	color: #39da9e;
	text-decoration: underline;
	width: 200px;
	text-align: center;
	display: block;
	cursor: pointer;
}
.popup-wrap .file-list {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.popup-wrap .holder.file .file:first-child .remove-file {
	display: none;
}
.popup-wrap .holder.file .file {
	margin-top: 15px;
	display: flex;
	align-items: center;
	position: relative;
}
.popup-wrap .holder.file .btn-green {
	line-height: 38px;
	height: 38px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 25px;
}
.popup-wrap .holder.file .file-name {
	opacity: .85;
	margin-left: 10px;
	font-weight: 400;
	font-size: 14px;
}
.popup-wrap .holder.file label {
	margin-bottom: 0;
}
.popup-wrap .holder.file .descr {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	
}
#fail-404 h1 {
	font-size: 133px;
	font-family: "PT Sans";
}
@media only screen and (max-width: 767px) {
	.radios .radio + .radio {
		margin-left: 0;
	}
	.popup-wrap.quiz2 .holder.holder-type {
		align-items: flex-start;
		
	}
	.holder-type .radios {
		flex-direction: column;
		align-items: flex-start;
	}
	.holder-type .radios .radio + .radio {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 600px) {
	.popup-wrap.quiz2 .holder + .holder {
		margin-top: 15px;
	}
	.popup-wrap.quiz2 .holder {
		flex-wrap: wrap;
	}
	.popup-wrap.quiz2 .holder label:first-child {
		max-width: 100%;
		width: 100%;
	}
	.popup-wrap.quiz2 input[name="Р”РѕРїСѓСЃС‚РёРјС‹Рµ РїРѕС‚РµСЂРё РґР°РІР»РµРЅРёСЏ РІ РџРўРћ"], .popup-wrap.quiz2 input[name="Р”РѕРїСѓСЃС‚РёРјС‹Рµ РїРѕС‚РµСЂРё РґР°РІР»РµРЅРёСЏ РІ РџРўРћ2"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС‹С…РѕРґРµ РёР· РџРўРћ"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС‹С…РѕРґРµ РёР· РџРўРћ2"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС…РѕРґРµ РІ РџРўРћ"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС…РѕРґРµ РІ РџРўРћ"], .popup-wrap.quiz2 input[name="РњР°СЃСЃРѕРІС‹Р№ СЂР°СЃС…РѕРґ"], .popup-wrap.quiz2 input[name="РњР°СЃСЃРѕРІС‹Р№ СЂР°СЃС…РѕРґ2"], .popup-wrap.quiz2 input[name="РџСЂРѕС†РµРЅС‚РЅРѕРµ СЃРѕРґРµСЂР¶Р°РЅРёРµ (Р“РѕСЂ.)"], .popup-wrap.quiz2 input[name="РџСЂРѕС†РµРЅС‚РЅРѕРµ СЃРѕРґРµСЂР¶Р°РЅРёРµ (РҐРѕР».)"], .popup-wrap.quiz2 input[name="РџСЂРѕРёР·РІРѕРґРёС‚РµР»СЊРЅРѕСЃС‚СЊ РєР°Р¶РґРѕРіРѕ РєРѕС‚Р»Р° (РњРёРЅ.)"], .popup-wrap.quiz2 input[name="РџСЂРѕРёР·РІРѕРґРёС‚РµР»СЊРЅРѕСЃС‚СЊ РєР°Р¶РґРѕРіРѕ РєРѕС‚Р»Р° (РњР°РєСЃ.)"], .popup-wrap.quiz2 input[name="Р Р°Р±РѕС‡РµРµ РґР°РІР»РµРЅРёРµ РїР°СЂР° (РњР°РєСЃ.)"], .popup-wrap.quiz2 input[name="Р Р°Р±РѕС‡РµРµ РґР°РІР»РµРЅРёРµ РїР°СЂР° (РњРёРЅ.)"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° РїР°СЂР° (РњРёРЅ.)"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° РїР°СЂР° (РњР°РєСЃ.)"], .popup-wrap.quiz2 input[name="РњРѕС‰РЅРѕСЃС‚СЊ"], .popup-wrap.quiz2 select[name="РњРѕС‰РЅРѕСЃС‚СЊ-С‚РёРї"], .popup-wrap.quiz2 input[name="РљРѕР»-РІРѕ РєРѕС‚Р»РѕРІ"], .popup-wrap.quiz2 .wrap.env-hot, .popup-wrap.quiz2 .wrap.env-cold {
		max-width: 35%;
	}
}
@media only screen and (max-width: 500px) {
	.popup-wrap.quiz2 input[name="Р”РѕРїСѓСЃС‚РёРјС‹Рµ РїРѕС‚РµСЂРё РґР°РІР»РµРЅРёСЏ РІ РџРўРћ"], .popup-wrap.quiz2 input[name="Р”РѕРїСѓСЃС‚РёРјС‹Рµ РїРѕС‚РµСЂРё РґР°РІР»РµРЅРёСЏ РІ РџРўРћ2"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС‹С…РѕРґРµ РёР· РџРўРћ"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС‹С…РѕРґРµ РёР· РџРўРћ2"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС…РѕРґРµ РІ РџРўРћ"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС…РѕРґРµ РІ РџРўРћ"], .popup-wrap.quiz2 input[name="РњР°СЃСЃРѕРІС‹Р№ СЂР°СЃС…РѕРґ"], .popup-wrap.quiz2 input[name="РњР°СЃСЃРѕРІС‹Р№ СЂР°СЃС…РѕРґ2"], .popup-wrap.quiz2 input[name="РџСЂРѕС†РµРЅС‚РЅРѕРµ СЃРѕРґРµСЂР¶Р°РЅРёРµ (Р“РѕСЂ.)"], .popup-wrap.quiz2 input[name="РџСЂРѕС†РµРЅС‚РЅРѕРµ СЃРѕРґРµСЂР¶Р°РЅРёРµ (РҐРѕР».)"], .popup-wrap.quiz2 input[name="РџСЂРѕРёР·РІРѕРґРёС‚РµР»СЊРЅРѕСЃС‚СЊ РєР°Р¶РґРѕРіРѕ РєРѕС‚Р»Р° (РњРёРЅ.)"], .popup-wrap.quiz2 input[name="РџСЂРѕРёР·РІРѕРґРёС‚РµР»СЊРЅРѕСЃС‚СЊ РєР°Р¶РґРѕРіРѕ РєРѕС‚Р»Р° (РњР°РєСЃ.)"], .popup-wrap.quiz2 input[name="Р Р°Р±РѕС‡РµРµ РґР°РІР»РµРЅРёРµ РїР°СЂР° (РњР°РєСЃ.)"], .popup-wrap.quiz2 input[name="Р Р°Р±РѕС‡РµРµ РґР°РІР»РµРЅРёРµ РїР°СЂР° (РњРёРЅ.)"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° РїР°СЂР° (РњРёРЅ.)"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° РїР°СЂР° (РњР°РєСЃ.)"], .popup-wrap.quiz2 input[name="РњРѕС‰РЅРѕСЃС‚СЊ"], .popup-wrap.quiz2 select[name="РњРѕС‰РЅРѕСЃС‚СЊ-С‚РёРї"], .popup-wrap.quiz2 input[name="РљРѕР»-РІРѕ РєРѕС‚Р»РѕРІ"], .popup-wrap.quiz2 .wrap.env-hot, .popup-wrap.quiz2 .wrap.env-cold {
		max-width: 100%;
	}
	.popup-wrap.quiz2 select + span, .popup-wrap.quiz2 input + span {
		max-width: 100%;
	}
	.popup-wrap.quiz2 .holder select,
	.popup-wrap.quiz2 .holder input:not([type="radio"]) {
		max-width: 100%;
		width: 100%;
	}
	.popup-wrap.quiz2 .wrap.env-hot, .popup-wrap.quiz2 input[name="РњР°СЃСЃРѕРІС‹Р№ СЂР°СЃС…РѕРґ"], .popup-wrap.quiz2 input[name="Р”РѕРїСѓСЃС‚РёРјС‹Рµ РїРѕС‚РµСЂРё РґР°РІР»РµРЅРёСЏ РІ РџРўРћ"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС‹С…РѕРґРµ РёР· РџРўРћ"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° СЃСЂРµРґС‹ РЅР° РІС…РѕРґРµ РІ РџРўРћ"], .popup-wrap.quiz2 input[name="percent-hot"], .popup-wrap.quiz2 input[name="РџСЂРѕРёР·РІРѕРґРёС‚РµР»СЊРЅРѕСЃС‚СЊ РєР°Р¶РґРѕРіРѕ РєРѕС‚Р»Р° (РњРёРЅ.)"], .popup-wrap.quiz2 input[name="Р Р°Р±РѕС‡РµРµ РґР°РІР»РµРЅРёРµ РїР°СЂР° (РњРёРЅ.)"], .popup-wrap.quiz2 input[name="РњРѕС‰РЅРѕСЃС‚СЊ"], .popup-wrap.quiz2 input[name="РўРµРјРїРµСЂР°С‚СѓСЂР° РїР°СЂР° (РњРёРЅ.)"] {
		margin-right: 0;
	}
	.popup-wrap.quiz2 .holder input + input,
	.popup-wrap.quiz2 .holder input + select,
	.popup-wrap.quiz2 .holder select + select {
		margin-top: 5px;
	}
}
.g-recaptcha {
	margin-top: 25px;
}
.service-page {
	margin-top: 30px;
}
.service-page .main-content {
	padding-bottom: 50px;
}
.service-page .content {
	display: flex;
}
.breadcrumbs.service {
	padding-top: 30px;
	margin-bottom: 70px;
}
#service-info-sec {
	padding-top: 30px;
}
.service-page .aside .all-services .caption {
	opacity: .5;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 25px;
}
.service-page .aside .all-services li + li {
	margin-top: 15px;
}
.service-page .aside .all-services .current a, #service-info-sec .text a {
	color: #4b92ce;
}
#service-info-sec .text a:hover{color:#000;}
.service-page .aside .all-services a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
}
.service-page .aside .all-services a:hover {
	color: #4b92ce;
}
.service-page .aside .btn-green:hover {
	color: #4b92ce;
	background-color: #fff;
}
.service-page .aside .btn-green-inv:hover {
	color: #fff;
	background-color: #4b92ce;
}
.service-page .aside .btn-green-inv {
	margin-top: 15px;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #4b92ce;
	border: 1px solid #4b92ce;
}
.service-page .aside .btn-green {
	width: 100%;
	font-size: 16px;
	border: 1px solid #4b92ce;
	text-align: center;
}
.service-page .aside .all-services {
	background-color: #343437;
	padding: 30px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.service-page .main-content {
	padding-right: 2%;
}
.service-page .aside .download .file {
	opacity: .6;
	font-size: 13px;
	font-weight: 400;
}
.service-page .aside .download {
	margin-top: 25px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	color: #233143;
	padding: 10px 0 10px 50px;
	background: url('../img/download-file.png') 0 50% no-repeat;
}
.service-page .aside {
	max-width: 300px;
	width: 100%;
	padding-bottom: 50px;
	flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
	.service-page .main-content {
		padding-right: 0;
	}
	.service-page .aside .aside-inner {
		display: flex;
		align-items: center;
	}
	.service-page .aside .all-services {
		margin-bottom: 0;
	}
	.service-page .aside .aside-xtra {
		padding-left: 5%;
	}
	.service-page .aside {
		max-width: 100%;
	}
	.service-page .content {
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 599px) {
	.service-page .aside .aside-xtra {
		padding: 5% 5% 0;
	}
	.service-page .aside .aside-inner {
		flex-direction: column;
		align-items: stretch;
	}
}
#service-info-sec .breadcrumbs {
	margin-bottom: 70px;
}
#service-info-sec .text {
	opacity: .85;
	font-size: 18px;
	line-height: 1.2em;
	padding-bottom: 35px;
}
#service-info-sec .text li:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #5adeac;
	top: 10px;
	left: 0;
}
#service-info-sec .text li {
	padding-left: 25px;
	position: relative;
}
#service-info-sec .text li + li {
	margin-top: 10px;
}
#service-info-sec .text ul {
	margin-top: 25px;
}
#service-info-sec .text p {
	margin-bottom: 20px;
}
#service-info-sec .pnr-range {
	padding-bottom: 50px;
	padding-top: 25px;
}
#service-info-sec .pnr-range .img img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#service-info-sec .pnr-range .info {
	margin-left: 20px;
}
#service-info-sec .pnr-range .img {
	max-width: 80px;
	width: 100%;
	flex-shrink: 0;
}
#service-info-sec .pnr-range .clarify {
	font-size: 15px;
	line-height: 1.2em;
	opacity: .85;
}
#service-info-sec .pnr-range .caption {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#service-info-sec .pnr-range li:nth-child(2) ~ li {
	margin-top: 35px;
}
#service-info-sec .pnr-range li {
	width: 50%;
	padding-right: 5%;
	display: flex;
}
#service-info-sec .pnr-range .list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
#service-info-sec .pnr-range .title {
	font-size: 21px;
	font-weight: 700;
	color: #233143;
}
#service-info-sec .equipment {
	margin-top: 50px;
}
#service-info-sec .equipment .list li a:hover {
	color: #4b92ce;
}
#service-info-sec .equipment .list li a {
	display: block;
	height: 100%;
	padding: 40px 20px 35px;
	line-height: 1.2em;
}
#service-info-sec .equipment .list .img {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 160px;
	height: 100%;
}
#service-info-sec .equipment .list img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	max-height: 160px;
}
#service-info-sec .equipment .list li {
	text-align: center;
	width: 33.33%;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #e2e3e4;
	font-size: 18px;
	font-weight: 700;
}
#service-info-sec .equipment .list {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
#service-info-sec .equipment .btn:hover, #pdopage .btn:hover, #sheetpage .btn.btn-more:hover {
	color: #fff;
	background-color: #4b92ce;
}
#service-info-sec .equipment .btn{margin-top: 25px; padding: 0 35px;display: inline-block;}
#service-info-sec .equipment .btn, #pdopage .btn, #sheetpage .btn.btn-more {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #4b92ce;
	border: 1px solid #4b92ce;
	line-height: 50px;
	height: 50px;
}
#pdopage .info .btn{border:none;}
#pdopage .info .btn:hover{color:#4b92ce;background-color: transparent;}
#pdopage{margin-bottom:30px;width:100%;}
#pdopage .btn, #sheetpage .btn.btn-more{background:transparent;}
#pdopage .rows + .btn.btn-more, #sheetpage .rows + .btn.btn-more{margin-top:30px;}
.btn:focus{outline: none;}
#service-info-sec .equipment .title {
	font-size: 21px;
	font-weight: 700;
	color: #233143;
}
#service-info-sec .license {
	border: 1px solid #f0f1f1;
	padding: 40px 30px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 30px;
}
#service-info-sec .license ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
#service-info-sec .license li:nth-child(2) + li {
	margin-top: 15px;
}
#service-info-sec .license li {
	display: flex;
	width: 50%;
}
#service-info-sec .license .img img {
	display: block;
	max-width: 100%;
}
#service-info-sec .license .img a:after {
	content: '+';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 46px;
	font-weight: 300;
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	transition: .25s;
}
#service-info-sec .license .img a:before {
  content: '';
  transition: .35s;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #4b92ce;
}
#service-info-sec .license .img a:hover:after {
	opacity: 1;
}
#service-info-sec .license .img a:hover:before {
	opacity: .85;
}
#service-info-sec .license .img a {
	position: relative;
}
#service-info-sec .license .img {
	max-width: 90px;
	margin-right: 15px;
	flex-shrink: 0;
}
#service-info-sec .license .caption {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .aboutsection__title{margin-left:0;}
	#service-info-sec .equipment .list .img {
		max-height: 130px;
	}
	#service-info-sec .equipment .list li {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	#service-info-sec .license li + li {
		margin-top: 15px;
	}
	#service-info-sec .license li {
		width: 100%;
	}
	#service-info-sec .pnr-range .list {
		flex-direction: column;
	}
	#service-info-sec .pnr-range li {
		width: 100%;
	}
	#service-info-sec .pnr-range li:first-child ~ li {
		margin-top: 35px;
	}
}
#how-we-work {
	margin-top: 25px;
	padding-bottom: 50px;
}
#how-we-work .content {
	display: block;
}
#how-we-work h2:before {
	content: '';
	position: absolute;С€
	background-color: #4b92ce;
	height: 2px;
	width: 40px;
	bottom: -1px;
	left: 0;
}
#how-we-work .list li {
	counter-increment: counter;
	width: 18%;
	margin-right: 2%;
	margin-top: 40px;
	min-width: 200px;
}
#how-we-work .list {
	counter-reset: counter;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.2em;
}
#how-we-work .list .clarify {
	opacity: .85;
}
#how-we-work .list .caption:before {
	content: counter(counter)'.';
	margin-right: 5px;
}
#how-we-work .list .caption {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
}
#how-we-work .list .img {
	margin-bottom: 25px;
}
#how-we-work .list img {
	max-width: 100%;
	display: block;
	max-height: 100px;
}
#how-we-work .list .btn-green {
	line-height: 38px;
	height: 38px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
	width: 100%;
	display: inline-block;
}
#how-we-work h2 {
	padding-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	border-bottom: 1px solid #f1f1f2;
	position: relative;
}
#objects.service .content {
	display: block;
}
#objects.service {
	z-index: 4;
	margin-top: 35px;
	margin-bottom: 200px;
}
#objects.service h2:before {
	content: '';
	position: absolute;
	background-color: #4b92ce;
	height: 2px;
	width: 40px;
	bottom: -1px;
	left: 0;
}
#objects.service h2 {
	padding-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	border-bottom: 1px solid #f1f1f2;
	position: relative;
}
#objects.services .content {
	padding-bottom: 180px;
}
#contact-us.services {
	margin-top: 100px;
}
#contact-us.services .bullets {
	position: absolute;
	left: 0;
	top: -320px;
	width: 100%;
	padding: 0 5%;
}
#contact-us.services .bullets .info {
	padding-left: 10%;
}
#objects.services .bullets .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#contact-us.services .bullets .img {
	max-width: 100px;
	width: 100%;
	flex-shrink: 0;
}
#contact-us.services .bullets ul {
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
	max-width: 100%;
	height: auto;
	padding-left: 0;
}
#contact-us.services .bullets .caption {
	font-size: 47px;
	line-height: 1.2em;
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
	margin: 0;
}
#contact-us.services .bullets li {
	margin-top: 0;
	display: flex;
	width: 32%;
	padding: 2%;
	border-left: 0;
	background-color: #343437;
	color: #fff;
}
@media only screen and (max-width: 1199px) {
	#contact-us.services .bullets {
		top: -380px;
	}
	#contact-us.services.service .bullets {
		top: -300px;
	}
	#contact-us.services .bullets img {
		max-width: 100%;
	}
	#contact-us.services .bullets .img {
		max-width: 70px;
	}
	#contact-us.services .bullets .caption {
		font-size: 36px;
	}
	#contact-us.services .bullets .info {
		padding-left: 0;
		padding-top: 5%;
	}
	#contact-us.services .bullets li {
		flex-direction: column;
		text-align: center;
	}
}
#contact-us {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.product-services#category-services .service-list{padding-top: 40px;}
.gallery_col a:before{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0; background:url(../img/plus.png) no-repeat 50% 50% #c9cae7;}
.gallery_col a:hover:before{opacity:0.6;}
.gallery_col a{position:relative;}
.row img{display: block;max-width: 100%;height: auto;}
.question__name, .service-page .content.content__gallery{display: block;}
#gallery_slider{margin:0 -15px;text-align: center;}
#gallery_slider img{height: auto;margin:auto;}
#gallery_slider .slick-prev, #gallery_slider .slick-next{position: absolute;z-index: 1;top:50%;margin-top: -25px;cursor:pointer;}
#gallery_slider .slick-prev:hover, #gallery_slider .slick-next:hover{opacity: 0.8;}
#gallery_slider .slick-prev{left:20px;}
#gallery_slider .slick-next{right:20px;}
#gallery_slider .item{padding:0 15px;}
.mailsend{margin-top:10px;}
.model-img img{display: inline-block;max-width: 100%;height: auto;max-height: 220px;}
.partner__label{font-weight: bold;text-align: center;margin-bottom: 5px;width:100%;}
#product .tech-char table a:not([href=""]):before, #product .tech-char table a:not([href=""]), .gallery_col a:before, .sharebuttons a,
#gallery_slider .slick-prev, #gallery_slider .slick-next{transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;
  -moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;}
@media (min-width: 576px) {
	.col-sm-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
   }
}
@media (min-width: 768px) {
  #contacts-page .right-side{margin-top:-95px;}
  .hidden-ds{display: none;}
  #news li a:hover .img__inner img, #news-page li a:hover .img__inner img{transform: scale(1.05);}
  #news li a .img__inner img, #news-page li a .img__inner img{transition: all 2s;}
  .departments__title{min-height: 35px;}
  .youtube{float: right;width:36%;margin-left: 10px;}
  #product .tech-char table a:not([href=""]):before{left:-44px;opacity: 0;}
  #product .tech-char table tr:hover a:not([href=""]):before{left:0;opacity: 1;}
  #product .tech-char table a:not([href=""]){padding-left: 0;}
  #product .tech-char table tr:hover a:not([href=""]){padding-left: 25px;}
  #product .tech-char table tr td:first-child{width:20%;}
  .about__col:first-child{margin-left:-82px;}
  .about__col:nth-child(2){margin-left:20px;}
  .about__col:nth-child(3){margin-left:95px;}
  .about__col:nth-child(4){margin-left:50px;}
  .about__col:last-child{margin-left:-63px;}
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  	.col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
   }
	.col-md-5 {
	    -ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
	.col-md-2 {
	    -ms-flex: 0 0 16.666667%;
	    flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	}
	.col-md-3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	  }
	 .col-md-8 {
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	  }
	.col-md-9 {
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;
	  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
	.col-lg-2 {
	    -ms-flex: 0 0 16.666667%;
	    flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	}
  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .offset-lg-1{margin-left:8.333333%}

   .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
@media (min-width: 1200px){
  .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-xl-5 {
	    -ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
}
	#services.ourservices .list{padding:0;}
	#services.ourservices .list .service-a{padding:4% 3% 2% 4%;display: block;float: left;height: 216px;}
	#services.ourservices .list{display: block;}
	#services.ourservices .list .clarify{margin-bottom: 10px;}
	#services.ourservices .list .service-a:first-child .clarify{margin-bottom: 30px;}
	#services.ourservices .list .service-a:not(:first-child) .img{float: left;}
	#services.ourservices .list .service-a:first-child .img{margin:0 auto 30px;max-width: 250px;}
	#services.ourservices .list .service-a:first-child .info{align-items: center;}
	#services.ourservices .list .service-a:first-child .caption{font-size: 36px;}
	#services.ourservices .list .service-a:nth-child(even){margin-right: 1%;}
	#services.ourservices .list .service-a:nth-child(odd){margin-left: 1%;margin-right: 0;}
	#services.ourservices .list .service-a:nth-child(2), #services.ourservices .list .service-a:nth-child(3){margin-left: 1%;margin-right: 0;}
	#services.ourservices .list .service-a:first-child{text-align: center;padding: 77px 2% 4%;margin-left: 0;margin-right: 1%;height: 462px;}
	.ourservices .service-a:nth-child(4){clear:left;}
}
@media (min-width: 1200px) {
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-1{margin-left:8.333333%}
}
@media only screen and (max-width: 1024px) {
  #any-question .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #any-question .flex-wrap .right-side {
      margin-top: 50px; }
    #any-question .flex-wrap .form-box {
      margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  .aboutsection{background-position: top left;}
  .aboutsection__title{margin-top:0;text-align: left;font-size: 38px;}
  .about__colwrap{margin-top:30px;}
  .about__col, .about__col tbody, .about__col tr, .about__col td{display: block;}
	#contact-us.services .bullets .caption {
		font-size: 28px !important;
	}
	#contact-us.services.service {
		padding-top: 0;
	}
	#contact-us.services.service .bullets {
		top: -180px;
	}
	.callus__btn{text-align: left;margin-top:20px;}
	#catalog .btn-wrap{text-align: left;}
	#news .flex-wrap{flex-wrap: wrap;}
	#services .list li, #services .list .service-a{width:100%;}
	#services .list li:nth-child(odd), #services .list .service-a:nth-child(odd){margin-right: 0;}
	.topblock{display: none;}
	.slider_text{max-width: 100%;text-align: center;}
	#news h2{width:100%;margin-bottom: 20px;}
	.projectsider{margin-top:30px;}
	.banner__label{bottom: 15px;padding: 14px;}
}
@media only screen and (max-width: 599px) {
	#contact-us.services.service .bullets {
		top: -80px;
	}
	#contact-us.services {
		padding: 150px 0 100px;
	}
	#contact-us.services.service .content {
		padding-bottom: 0;
	}
	#contact-us.services .bullets {
		margin-top: 0;
		position: relative;
		top: -100px;
		left: 0;
	}
	#contact-us.services .bullets ul {
		margin-top: 0;
	}
	#contact-us.services .bullets li + li {
		margin-top: 15px;
	}
	#contact-us.services .bullets li {
		width: 100%;
	}
	#any-question .left-side li, .staff__img, #any-question .info, .staff__btn{display: block;}
	.staff__img{width:100%;}
	.staff__btn{text-align: left;}
	#any-question .info{margin:10px 0;}
	
}
@media (max-width: 575px) {
	.project__row img{margin-bottom: 5px;}
	.project__row .col-12{margin-bottom: 20px;}
	.partner__col{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}

.content__gallery.onmain {
	position: relative;
	z-index: 5;
	background: #fff;
	padding: 80px 0;
}