@font-face {
  font-family: 'Adelle Light';
  src: url('fonts/Adelle/Light/eot');
  src: url('fonts/Adelle/Light/eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Adelle/Light/woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Adelle/Light/woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/Adelle/Light/ttf') format('truetype');
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Adelle Regular';
  src: url('fonts/Adelle/Regular/eot');
  src: url('fonts/Adelle/Regular/eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Adelle/Regular/woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Adelle/Regular/woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/Adelle/Regular/ttf') format('truetype');
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Adelle Thin';
  src: url('fonts/Adelle/Thin/eot');
  src: url('fonts/Adelle/Thin/eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Adelle/Thin/woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Adelle/Thin/woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/Adelle/Thin/ttf') format('truetype');
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
* {
  margin: 0;
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
nav,
section,
summary,
video {
  display: block;
}
html {
  min-height: 100%;
  position: relative;
  font-size: 15px;
  overflow-x: hidden;
}
body {
  background: #ffffff;
  font-size: 15px;
  font-family: 'Roboto', Helvetica, Arial;
  line-height: 1.333em;
  color: #393b45;
  min-width: 320px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
html,
body {
  -webkit-text-size-adjust: 100%;
}
.grey {
  color: #808080;
}
.red {
  color: #ec1919;
}
h1,
h2,
h3,
h4 {
  padding: 0 0 0.6em 0;
  font-weight: normal;
  line-height: 1.33em;
  color: #393b45;
  font-family: 'Adelle Thin', Helvetica, Arial;
}
h1 {
  font-size: 23px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
input[type=text],
textarea {
  border: 1px solid #393b45;
  color: #393b45;
  font-family: 'Roboto', Helvetica, Arial;
  background: #fff;
}
input[type=text]:hover,
textarea:hover {
  border-color: #393b45;
}
input[type=text]:focus,
textarea:focus {
  border-color: #393b45;
}
form input[name=_csrf_token] {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #0084a0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 500;
}
a:hover {
  color: #ff7300;
}
a.active {
  color: #393b45;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.underline-force,
.underline-force:hover {
  text-decoration: underline;
}
.jsLink {
  color: #0084a0;
  border-bottom: 1px dashed #0084a0;
  cursor: pointer;
}
.jsLink:hover {
  color: #ff7300;
  border-bottom-color: transparent;
}
.c {
  zoom: 1;
}
.c:before,
.c:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.c:after {
  clear: both;
}
.cb {
  clear: both;
}
.h {
  display: none;
}
.transparent {
  visibility: hidden;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.fl-r {
  float: right;
}
.fl-l {
  float: left;
}
.w-nw {
  white-space: nowrap;
}
[class^=list-] {
  list-style-type: none;
}
@-webkit-keyframes preloader {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation={(@grad/90)});
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation={(@grad/90)});
  }
}
@-moz-keyframes preloader {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation={(@grad/90)});
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation={(@grad/90)});
  }
}
@-o-keyframes preloader {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation={(@grad/90)});
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation={(@grad/90)});
  }
}
@keyframes preloader {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation={(@grad/90)});
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation={(@grad/90)});
  }
}
.el-preloader {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  font-size: 15px;
  border: solid 0.2em rgba(0, 132, 160, 0.25);
  border-top-color: #0084a0;
  z-index: 0;
  -webkit-animation: preloader 2s linear 0s infinite;
  -moz-animation: preloader 2s linear 0s infinite;
  -o-animation: preloader 2s linear 0s infinite;
  animation: preloader 2s linear 0s infinite;
}
.content-text {
  font-family: 'Roboto', Helvetica, Arial;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
.content-text p {
  padding-bottom: 0.6em;
  color: #808080;
  line-height: 1.23em;
}
.content-text p.lead {
  font-size: 1.55em;
  color: #000000;
}
.content-text p.black {
  color: #000000 !important;
}
.content-text ul:not(.gor) {
  padding-bottom: 1em;
}
.content-text ul:not(.gor) li {
  padding: 0 0 .5em 2em;
  position: relative;
  list-style: none;
  color: #808080;
}
.content-text ul:not(.gor) li:before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #000000;
}
.content-text * + ul:not(.gor) {
  padding-top: .5em;
}
.content-text img {
  max-width: 100%;
  margin: 15px 0;
}
.content-text img[align=left] {
  margin-right: 15px;
}
.content-text img[align=right] {
  margin-left: 15px;
}
.content-text h1 {
  font-size: 2.7em;
}
.content-text h2 {
  font-size: 1.7em;
}
.content-text h3 {
  font-size: 1em;
  font-family: 'Roboto', Helvetica, Arial;
  font-weight: 700;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4 {
  padding: .3em 0 .6em 0;
}
.content-text h1:first-child,
.content-text h2:first-child,
.content-text h3:first-child,
.content-text h4:first-child {
  padding-top: 0;
}
.el-inner {
  position: relative;
  margin: 0 auto;
  width: 980px;
}
.el-inner:before {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
}
.container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.container.vGutter {
  margin: 30px auto;
}
.grid:not(.slick-slider) {
  margin: 0 -20px;
}
.grid:not(.slick-slider) > * {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.grid:not(.slick-slider).vertMarg {
  margin: -20px;
}
.list-nav {
  font-size: 18px;
  margin-left: -1.33em;
}
.list-nav li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-left: 1.33em;
}
.list-nav li a {
  display: block;
  height: 2.44em;
  line-height: 2.34em;
  padding: 0 1.2em;
  border: 2px dotted transparent;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.list-nav li a:hover {
  color: #ff7300;
  border-color: #ff7300;
}
.list-nav li a.active {
  border: 2px solid #000000;
  color: #000000;
}
.list-nav.vert {
  margin: 0;
}
.list-nav.vert li {
  margin: 0;
  display: block;
}
.list-nav.vert li a {
  height: auto;
  padding: .7em 1.1em;
  border: 1px dashed transparent;
}
.list-nav.vert li a span {
  display: block;
  color: #0084a0;
  line-height: 1.4em;
}
.list-nav.vert li a small {
  display: block;
  font-size: .83em;
  color: #b2b2b2;
  line-height: 1.4em;
  font-weight: 300;
}
.list-nav.vert li a:hover {
  border-color: transparent;
}
.list-nav.vert li a:hover span,
.list-nav.vert li a:hover small {
  color: #ff7300;
}
.list-nav.vert li a.active {
  border-color: #000000;
}
.list-nav.vert li a.active span,
.list-nav.vert li a.active small {
  color: #000000;
}
.list-nav-mini {
  font-size: 15px;
}
header {
  position: relative;
  z-index: 2;
  background: #ffffff;
}
header #menuToggle {
  display: none;
}
header .el-logo {
  position: relative;
  height: 5em;
  width: auto;
  display: block;
  color: #000000;
  font-size: 30px;
}
header .el-logo:before {
  content: '';
  position: absolute;
  height: 5em;
  width: 13.533em;
  background: url(images/logo_new.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
header .el-logo strong {
  position: absolute;
  line-height: 1em;
  font-weight: 700;
  white-space: nowrap;
  left: 2.33em;
  top: 43%;
  text-transform: uppercase;
  visibility: hidden;
}
header .el-logo small {
  font-weight: 400;
  position: absolute;
  font-size: .43em;
  left: 5.38em;
  line-height: 1em;
  top: 67%;
  visibility: hidden;
}
header .grid .col {
  padding-top: 0;
  padding-bottom: 0;
}
header .grid .col.col:first-of-type {
  width: 33.33333333%;
}
header .grid .col.col:last-of-type {
  width: 66.66666667%;
}
.el-select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.el-select .value {
  padding: 0 2.4em 0 .8em;
  height: 2.93em;
  line-height: 2.66em;
  color: #0084a0;
  border: 2px solid transparent;
}
.el-select .value:after {
  content: '';
  position: absolute;
  right: .93em;
  top: 1.21em;
  background-image: url(images/ico-arrow-select.png);
  background-size: 1.066em .53em;
  width: 1.066em;
  height: .53em;
}
.el-select select:hover + .value {
  color: #ff7300 !important;
}
.el-select select:hover + .value:after {
  background-image: url(images/ico-arrow-select-hover.png) !important;
}
.el-select select {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  cursor: pointer;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
}
.el-select .ico-en {
  display: inline-block;
  width: 22px;
  height: 13px;
  background: url(images/ico-en.png) 0 0 no-repeat;
  background-size: 22px 13px;
  margin-left: .666em;
  position: relative;
  top: 1px;
}
.dots {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 3;
}
.dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  background: #7df4ff;
  border: 2px solid transparent;
  cursor: pointer;
}
.dots li button:focus {
  outline: none;
}
.dots li button:hover {
  background: #ff7300;
}
.dots li.slick-active button {
  border-color: #ffffff;
  background: none;
}
.dots li + li {
  margin-left: 25px;
}
.content-slider {
  overflow: hidden;
  padding-bottom: 40px !important;
}
.content-slider .slick-list {
  overflow: hidden;
}
.content-slider .slide {
  float: left;
}
.content-slider .slick-dots {
  position: absolute;
  text-align: center;
  font-size: 0;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
}
.content-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.content-slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  background: #7df4ff;
  border: 2px solid transparent;
  cursor: pointer;
}
.content-slider .slick-dots li button:focus {
  outline: none;
}
.content-slider .slick-dots li button:hover {
  background: #ff7300;
}
.content-slider .slick-dots li.slick-active button {
  border-color: #ffffff;
  background: none;
}
.content-slider .slick-dots li + li {
  margin-left: 25px;
}
.content-slider .slick-dots li button {
  background: #0084a0;
}
.content-slider .slick-dots li.slick-active button {
  border-color: #000000;
}
.b-block1__promo-lines {
  padding-right: .6em !important;
}
.b-block1__promo-line_1,
.b-block1__promo-line_2,
.b-block1__promo-line_3 {
  text-transform: uppercase;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.b-block1__promo-line_1 {
  font-size: 1.5em;
  margin-top: -.1em;
  letter-spacing: -.09ex;
}
a:hover ~ .b-block1__promo-line_1 {
  color: #ff7300;
}
.b-block1__promo-line_2 {
  font-size: .6em;
  font-weight: 400;
  margin-top: -.1em;
}
a:hover ~ .b-block1__promo-line_2 {
  color: #ff7300;
}
.b-block1__promo-line_3 {
  font-size: .38em;
  font-weight: 500;
  margin-top: .3em;
}
.b-block1__promo-line_4,
.b-block1__promo-line_5 {
  vertical-align: top;
  display: inline-block;
  color: #003255;
  line-height: 1;
}
.b-block1__promo-line_4 {
  font-size: 1.1em;
  letter-spacing: -.09ex;
}
.b-block1__promo-line_5 {
  font-family: 'Adelle Regular', Helvetica, Arial;
  font-size: .3em;
  text-align: left;
  margin-top: .2em;
  margin-left: 1.5em;
}
.page-main > * {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.page-main .b-promo {
  padding: 5% 0 8%;
  font-size: 80px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-main .b-promo .bg {
  overflow: hidden;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(128, 128, 128, 0.15);
  background-position: center bottom;
}
.page-main .b-promo .container {
  position: relative;
  z-index: 3;
}
.page-main .b-promo .col {
  width: 41.66666667%;
}
.page-main .b-promo .caption {
  font-family: 'Adelle Thin', Helvetica, Arial;
  line-height: 1em;
  padding-bottom: .75em;
}
.page-main .b-promo .desc {
  font-size: .37em;
  line-height: 1.3em;
  font-family: 'Adelle Thin', Helvetica, Arial;
}
.page-main .b-promo .next {
  position: absolute;
  left: 50%;
  bottom: 10%;
  margin-left: -75px;
  width: 150px;
}
.page-main .b-block1 {
  padding: .75em 0 .3em;
  font-size: 100px;
}
.page-main .b-block1 .container > .grid > .col {
  width: 50%;
}
.page-main .b-block1 .container > .grid > .col .col {
  width: 50%;
}
.page-main .b-block1 .container > .grid > .col > .grid:first-of-type {
  position: relative;
  color: #0084a0;
  text-align: right;
}
.page-main .b-block1 .container > .grid > .col > .grid:first-of-type a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.page-main .b-block1 .container > .grid > .col > .grid:last-of-type {
  text-align: right;
  margin-top: -.03em;
}
.page-main .b-block1 .container > .grid > .col + .col {
  padding-top: .38em;
}
.page-main .b-block1 .container > .grid > .col + .col p {
  font-weight: 300;
  font-size: .28em;
  line-height: 1.25em;
  padding-bottom: 1em;
}
.page-main .b-block1 .grid {
  overflow: hidden;
}
.page-main .b-block1 .grid .slick-list {
  overflow: hidden;
}
.page-main .b-block1 .grid .col {
  float: left;
}
.page-main .b-block1 .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 3;
  bottom: 60px;
  left: 0;
  width: 66.66666667%;
}
.page-main .b-block1 .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.page-main .b-block1 .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  background: #7df4ff;
  border: 2px solid transparent;
  cursor: pointer;
}
.page-main .b-block1 .slick-dots li button:focus {
  outline: none;
}
.page-main .b-block1 .slick-dots li button:hover {
  background: #ff7300;
}
.page-main .b-block1 .slick-dots li.slick-active button {
  border-color: #ffffff;
  background: none;
}
.page-main .b-block1 .slick-dots li + li {
  margin-left: 25px;
}
.page-main .b-block1 .slick-dots li button {
  background: #0084a0;
}
.page-main .b-block2 {
  font-size: 50px;
}
.page-main .b-block2 .grid .slide {
  width: 50%;
}
.page-main .b-block2 .grid .slide > div {
  position: relative;
  overflow: hidden;
}
.page-main .b-block2 .grid .slide > div:before {
  content: '';
  padding-top: 63.5%;
  display: block;
}
.page-main .b-block2 .grid .slide > div .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-main .b-block2 .grid .slide > div .img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-main .b-block2 .grid .slide > div > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  line-height: 1em;
  color: #ffffff;
  z-index: 1;
}
.page-main .b-block2 .grid .slide > div > a .caption {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  font-family: 'Adelle Thin', Helvetica, Arial;
}
.page-main .b-block2 .grid .slide > div > a .desc {
  display: block;
  font-size: 0.4em;
  line-height: 1.2em;
  font-family: 'Adelle Light', Helvetica, Arial;
  padding: 2em 0;
}
.page-main .b-block2 .grid .slide > div > a .more {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  line-height: 1.4em;
  color: #7df4ff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-main .b-block2 .grid .slide > div:hover .img {
  width: 106%;
  height: 106%;
  margin: -3%;
}
.page-main .b-block2 .grid .slide > div:hover .more {
  color: #ff7300;
}
.page-main .b-block2 .grid .slide[data-num="1"] > div .img:before {
  background: #0084a0;
  filter: alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.page-main .b-block2 .grid .slide[data-num="2"] > div .img:before {
  background: #ff7300;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.page-main .b-block2 .grid .slide + .slide > div:hover .more {
  color: #ffffff;
}
.page-main .b-block2 .slick-slider {
  overflow: hidden;
  padding-bottom: 40px !important;
}
.page-main .b-block2 .slick-slider .slick-list {
  overflow: hidden;
}
.page-main .b-block2 .slick-slider .slide {
  float: left;
}
.page-main .b-block2 .slick-slider .slick-dots {
  position: absolute;
  text-align: center;
  font-size: 0;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-main .b-block2 .slick-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.page-main .b-block2 .slick-slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  background: #7df4ff;
  border: 2px solid transparent;
  cursor: pointer;
}
.page-main .b-block2 .slick-slider .slick-dots li button:focus {
  outline: none;
}
.page-main .b-block2 .slick-slider .slick-dots li button:hover {
  background: #ff7300;
}
.page-main .b-block2 .slick-slider .slick-dots li.slick-active button {
  border-color: #ffffff;
  background: none;
}
.page-main .b-block2 .slick-slider .slick-dots li + li {
  margin-left: 25px;
}
.page-main .b-block2 .slick-slider .slick-dots li button {
  background: #0084a0;
}
.page-main .b-block2 .slick-slider .slick-dots li.slick-active button {
  border-color: #000000;
}
.page-main .b-block4 {
  border-top: 1px dashed #000000;
  position: relative;
  padding-top: .5em;
  font-size: 100px;
}
.page-main .b-block4 img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.page-main .b-block4 .part1,
.page-main .b-block4 .part2 {
  font-weight: 500;
  font-size: .35em;
  line-height: 1.3em;
  color: #003255;
  text-transform: uppercase;
  position: absolute;
  top: 2.5em;
  width: 12em;
}
.page-main .b-block4 .part1 {
  right: 50%;
  margin-right: 4em;
  text-align: right;
}
.page-main .b-block4 .part2 {
  left: 50%;
  margin-left: 5em;
}
.page-main .b-block4 .part3 {
  white-space: nowrap;
  color: #003255;
  position: absolute;
  top: 4em;
  left: 50%;
  margin-left: 2.2em;
  font-size: .8em;
}
.page-main .b-block4 .part3 i {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  background: url(images/main-bl4-2.png) 0 0 no-repeat;
  background-size: 1.125em 1.125em;
  vertical-align: top;
  position: relative;
  top: -.13em;
  margin-right: .125em;
}
.page-main .b-block4 .part3 b {
  line-height: .8em;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
}
.page-main .b-block4 .part3 b small {
  font-size: .75em;
}
.page-main .b-block4 .part3 b span {
  letter-spacing: -0.1ex;
}
.page-main .b-block4 .part3 > small {
  font-size: .25em;
  font-family: 'Adelle Light', Helvetica, Arial;
  display: inline-block;
  line-height: 1.15em;
  padding: 1.05em 0 0 .75em;
}
.page-main .b-block5 {
  border-bottom: 1px dashed #000000;
  padding: .3em 0 0.5em;
  font-size: 100px;
}
.page-main .b-block5 .grid {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.page-main .b-block5 .grid .slide {
  width: 25%;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
.page-main .b-block5 .grid .slide a {
  text-align: center;
  display: block;
  margin: -.15em;
  padding: .15em .15em .2em;
}
.page-main .b-block5 .grid .slide a strong {
  font-weight: 500;
  font-size: .18em;
  line-height: 1.333em;
  padding: 1.333em 0 2em;
  display: block;
}
.page-main .b-block5 .grid .slide a small {
  color: #b2b2b2;
  position: absolute;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: .15em;
  width: 100%;
  left: 0;
  bottom: 1.5em;
  font-weight: 300;
}
.page-main .b-block5 .grid .slide a img {
  display: block;
  max-width: 100%;
}
.page-main .b-block5 .grid .slide a:hover small {
  color: #ff7300;
}
.page-main .b-block5 .grid .slide:hover {
  background: #fff1e6;
}
.page-main .b-block5 .slick-slider {
  overflow: hidden;
  padding-bottom: 40px !important;
}
.page-main .b-block5 .slick-slider .slick-list {
  overflow: hidden;
}
.page-main .b-block5 .slick-slider .slide {
  float: left;
}
.page-main .b-block5 .slick-slider .slick-dots {
  position: absolute;
  text-align: center;
  font-size: 0;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-main .b-block5 .slick-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.page-main .b-block5 .slick-slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  background: #7df4ff;
  border: 2px solid transparent;
  cursor: pointer;
}
.page-main .b-block5 .slick-slider .slick-dots li button:focus {
  outline: none;
}
.page-main .b-block5 .slick-slider .slick-dots li button:hover {
  background: #ff7300;
}
.page-main .b-block5 .slick-slider .slick-dots li.slick-active button {
  border-color: #ffffff;
  background: none;
}
.page-main .b-block5 .slick-slider .slick-dots li + li {
  margin-left: 25px;
}
.page-main .b-block5 .slick-slider .slick-dots li button {
  background: #0084a0;
}
.page-main .b-block5 .slick-slider .slick-dots li.slick-active button {
  border-color: #000000;
}
.page-main .b-block5 .slick-slider .slick-track {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.page-inner {
  background: #f7f7f7;
}
.page-inner .b-promo {
  position: relative;
}
.page-inner .b-promo:before,
.page-inner .b-promo:after {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
}
.page-inner .b-promo:before {
  top: 0;
  background: #f7f7f7;
}
.page-inner .b-promo:after {
  bottom: 0;
  background: #ededed;
}
.page-inner .b-promo .container {
  position: relative;
  z-index: 1;
}
.page-inner .b-promo .container > img {
  display: block;
  max-width: 100%;
}
.page-inner .b-promo:last-child {
  padding-bottom: 80px;
}
.page-inner .b-promo + div {
  background: #ededed;
}
.b-slider {
  font-size: 100px;
}
.b-slider .grid {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.b-slider .grid .col:first-of-type {
  width: 66.66666667%;
  padding: 0;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: url() center center no-repeat;
  background-size: cover;
}
.b-slider .grid .col:last-of-type {
  float: right;
  width: 33.33333333%;
  min-height: 550px;
}
.b-slider .grid .col:last-of-type .content-text {
  font-size: .18em;
  padding: 1.5em 1.7em;
}
.b-slider .grid .col:last-of-type .content-text,
.b-slider .grid .col:last-of-type .content-text h1,
.b-slider .grid .col:last-of-type .content-text h2,
.b-slider .grid .col:last-of-type .content-text h3,
.b-slider .grid .col:last-of-type .content-text p {
  color: #ffffff;
  padding-bottom: 1.1em;
}
.b-slider .slide {
  background: #0084a0;
  float: left;
}
.b-slider .slick-list {
  overflow: hidden;
}
.b-slider .slick-prev,
.b-slider .slick-next {
  border: none;
  padding: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  width: 33.33333333%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
  background: none;
}
.b-slider .slick-prev:before,
.b-slider .slick-next:before {
  content: '';
  background: url(images/) 0 0 no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  visibility: hidden;
}
.b-slider .slick-prev:hover:before,
.b-slider .slick-next:hover:before {
  visibility: visible;
}
.b-slider .slick-prev.slick-disabled,
.b-slider .slick-next.slick-disabled {
  display: none !important;
}
.b-slider .slick-prev:focus,
.b-slider .slick-next:focus {
  outline: none;
}
.b-slider .slick-prev {
  left: 0;
}
.b-slider .slick-prev:before {
  left: 30px;
  background-image: url(images/ico-arrow-slider-left.png);
}
.b-slider .slick-next {
  margin-right: 33.33333333%;
  right: 0;
}
.b-slider .slick-next:before {
  right: 30px;
  background-image: url(images/ico-arrow-slider-right.png);
}
.b-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 3;
  bottom: 60px;
  left: 0;
  width: 66.66666667%;
}
.b-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.b-slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  background: #7df4ff;
  border: 2px solid transparent;
  cursor: pointer;
}
.b-slider .slick-dots li button:focus {
  outline: none;
}
.b-slider .slick-dots li button:hover {
  background: #ff7300;
}
.b-slider .slick-dots li.slick-active button {
  border-color: #ffffff;
  background: none;
}
.b-slider .slick-dots li + li {
  margin-left: 25px;
}
.touchevents .b-slider .slick-prev,
.touchevents .b-slider .slick-next {
  display: none !important;
}
.b-solutions-advantages {
  font-size: 18px;
  padding: 2em 0;
  margin-bottom: 1em;
}
.b-solutions-advantages > .container > .grid .col {
  width: 50%;
}
.b-solutions-advantages > .container > .grid .col ul:not(.slick-slider) {
  margin: 0 -20px;
}
.b-solutions-advantages > .container > .grid .col ul:not(.slick-slider) > * {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.b-solutions-advantages > .container > .grid .col ul:not(.slick-slider).vertMarg {
  margin: -20px;
}
.b-solutions-advantages > .container > .grid .col ul li {
  width: 50%;
  list-style: none;
  padding-top: 0 !important;
  padding-bottom: 16px !important;
}
.blockWithVertMenu {
  font-size: 100px;
  padding: .4em 0 .4em;
}
.blockWithVertMenu > .container > .grid {
  zoom: 1;
}
.blockWithVertMenu > .container > .grid:before,
.blockWithVertMenu > .container > .grid:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.blockWithVertMenu > .container > .grid:after {
  clear: both;
}
.blockWithVertMenu > .container > .grid > .col:first-of-type {
  float: right;
  width: 66.66666667%;
}
.blockWithVertMenu > .container > .grid > .col:first-of-type .content-text h2 {
  margin-top: .37em;
}
.blockWithVertMenu > .container > .grid > .col:first-of-type .content-text h1 a {
  display: block;
}
.blockWithVertMenu > .container > .grid > .col:last-of-type {
  float: left;
  width: 33.33333333%;
}
.blockWithVertMenu > .container > .grid > .col:last-of-type h2 {
  margin-top: .6em;
  margin-bottom: .5em;
  font-size: .3em;
  font-family: 'Adelle Thin', Helvetica, Arial;
}
.blockWithVertMenu > .container > .grid > .col:last-of-type h1 {
  margin-bottom: .34em;
  font-size: .5em;
  font-family: 'Adelle Thin', Helvetica, Arial;
}
.blockWithCaption {
  font-size: 100px;
  padding: .3em 0 .3em;
}
.blockWithCaption > .container > .grid > .col:first-of-type {
  width: 33.33333333%;
}
.blockWithCaption > .container > .grid > .col:first-of-type h1 {
  font-size: .5em;
  font-family: 'Adelle Thin', Helvetica, Arial;
}
.blockWithCaption > .container > .grid > .col:first-of-type h2 {
  font-size: .3em;
  font-family: 'Adelle Thin', Helvetica, Arial;
}
.blockWithCaption > .container > .grid > .col:last-of-type {
  width: 66.66666667%;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text {
  font-size: .18em;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text p {
  color: #808080;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text p:first-child {
  margin-top: .4em;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor {
  padding-bottom: 2em;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor:not(.slick-slider) {
  margin: 0 -20px;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor:not(.slick-slider) > * {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor:not(.slick-slider).vertMarg {
  margin: -20px;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor li {
  width: 25%;
  list-style: none;
  line-height: 1.2em;
  color: #000000;
  padding-bottom: 1em !important;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor li:before {
  content: '+';
  display: block;
  padding-bottom: 1em;
  font-weight: 500;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor:first-child li {
  padding-top: 0.3em !important;
}
.blockWithCaption > .container > .grid > .col:last-of-type .content-text h3:first-child {
  margin-top: .2em;
}
.blockWithCaption.b-caption {
  padding: .7em 0 .4em;
}
.blockWithCaption.b-caption > .container > .grid > .col:last-of-type .content-text {
  font-size: .28em;
}
.blockWithCaption.b-caption > .container > .grid > .col:last-of-type .content-text p {
  color: #000000;
}
.blockWithCaption.b-caption > .container > .grid > .col:last-of-type .content-text p:first-child {
  margin-top: .55em;
}
.blockWithCaption.b-caption + .blockWithCaption:not(.borderDashedTop) {
  padding-top: 0;
  margin-top: -.2em;
}
.form-contacts-search {
  display: block;
  background: #bbf0f5;
  margin: -20px -20px -0.4em;
  position: relative;
  top: -.4em;
  padding: 20px;
}
.form-contacts-search .field label {
  font-size: .18em;
  display: block;
  line-height: 1.9;
  margin-top: .555em;
}
.form-contacts-search .field input {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 2.222em;
  padding: 0 .5em;
}
.form-contacts-search .field input:focus {
  outline: none;
}
.page-news .content-text p {
  color: #000000;
}
.page-news .content-text p:first-child {
  margin-top: 0.6em;
}
.page-contacts .blockWithCaption > .container > .grid > .col:last-of-type .content-text {
  margin-top: 1.05em;
}
.b-contactsToFollow h3 {
  padding-top: 1em !important;
  padding-bottom: 1.5em !important;
  font-size: 18px !important;
}
.b-contactsToFollow dl {
  font-size: .83em;
  line-height: 1.3em;
}
.b-contactsToFollow dl:not(.slick-slider) {
  margin: 0 -20px;
}
.b-contactsToFollow dl:not(.slick-slider) > * {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.b-contactsToFollow dl:not(.slick-slider).vertMarg {
  margin: -20px;
}
.b-contactsToFollow dl dt {
  width: 8.33333333%;
  white-space: nowrap;
  font-weight: 500;
  padding-top: 0 !important;
  padding-bottom: .8em !important;
}
.b-contactsToFollow dl dt.only {
  width: 50%;
}
.b-contactsToFollow dl dt b + span {
  font-weight: 300;
}
.b-contactsToFollow dl dd {
  width: 41.66666667%;
  padding-top: 0 !important;
  padding-bottom: .8em !important;
  line-height: 1.4em;
}
.b-contactsToFollow dl dd.auto {
  width: auto;
}
p + .b-contactsToFollow {
  padding-top: 1em;
  clear: both;
}
.content-text .b-contactsToFollow dl dd {
  padding-right: 0 !important;
}
.page-contacts-search .content-text .col {
  float: none;
  width: 50%;
}
.page-contacts-search .content-text .b-contactsToFollow h3,
.page-contacts-search .content-text .b-contactsToFollow h1 {
  font-size: 1.666em !important;
  font-family: 'Adelle Thin', Helvetica, Arial;
  padding-bottom: .333em !important;
}
.page-contacts-search .content-text .b-contactsToFollow dl {
  max-width: 320px;
  min-width: 300px;
}
.page-contacts-search .content-text .b-contactsToFollow dl dt {
  width: 25%;
  line-height: 2em;
  padding-bottom: 0 !important;
}
.page-contacts-search .content-text .b-contactsToFollow dl dt.auto {
  width: auto;
}
.page-contacts-search .content-text .b-contactsToFollow dl dd {
  width: 75%;
  line-height: 2em;
  color: #808080;
  padding-bottom: 0 !important;
}
.page-contacts-search .content-text .b-contactsToFollow dl dd.auto {
  width: auto;
  margin-left: -20px;
  color: #393b45;
}
.page-contacts-search .content-text .b-contactsToFollow .col {
  padding-top: 0;
  padding-bottom: 0;
}
.page-contacts-search .b-employees {
  padding-top: .4em;
}
.page-contacts-search .b-employees h3 {
  font-size: .3em !important;
  font-family: 'Adelle Thin', Helvetica, Arial;
  padding-bottom: .6em !important;
}
.page-contacts-search .b-employees h3 i {
  color: #ff7300;
  font-style: normal;
}
.page-contacts-search .b-employees > .grid > .col {
  width: 50%;
  position: relative;
}
.page-contacts-search .b-employees > .grid > .col:hover {
  background: #ededed;
  cursor: pointer;
}
.page-contacts-search .b-employees > .grid > .col:hover .el-human-preview strong {
  color: #ff7300;
}
.page-contacts-search .b-employees > .grid > .col.open {
  width: 100%;
  margin: 20px 0;
  background: #ededed;
  cursor: default;
}
.page-contacts-search .b-employees > .grid > .col.open .el-human-preview {
  display: none;
}
.page-contacts-search .b-employees > .grid > .col.open .el-human-more {
  display: block;
}
.page-contacts-search .b-employees .el-human-preview {
  overflow: hidden;
}
.page-contacts-search .b-employees .el-human-preview img {
  float: left;
  display: block;
  width: 1em;
  height: 1em;
  margin-right: .3em;
}
.page-contacts-search .b-employees .el-human-preview img[src=""] {
  opacity: 0;
}
.page-contacts-search .b-employees .el-human-preview strong {
  font-weight: 500;
  display: block;
  font-size: .18em;
  padding-top: .777em;
  color: #0084a0;
}
.page-contacts-search .b-employees .el-human-preview span {
  padding-top: .5em;
  display: block;
  font-size: .15em;
  line-height: 1.4em;
}
.page-contacts-search .b-employees .el-human-more {
  display: none;
}
.page-contacts-search .b-employees .el-human-more .col {
  padding-top: 0;
  padding-bottom: 0;
  width: 50%;
}
.page-contacts-search .b-employees .el-human-more .col img {
  display: block;
  width: 3.5em;
  max-width: 100%;
}
.page-contacts-search .b-employees .el-human-more .caption {
  font-family: 'Adelle Thin', Helvetica, Arial;
  font-size: .3em;
  padding: 1em 0;
}
.page-contacts-search .b-employees .el-human-more dl {
  font-size: .15em;
  line-height: 2em;
}
.page-contacts-search .b-employees .el-human-more dl dt,
.page-contacts-search .b-employees .el-human-more dl dd {
  display: inline-block;
  vertical-align: top;
}
.page-contacts-search .b-employees .el-human-more dl dt {
  width: 16.66666667%;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
  top: 1px;
}
.page-contacts-search .b-employees .el-human-more dl dd {
  color: #808080;
  width: 83.33333333%;
}
.page-contacts-search .b-employees .el-human-more dl dd b {
  color: #393b45;
  font-weight: 500;
}
.page-contacts-office .b-contactsToFollow {
  padding: 40px 0 20px;
}
.b-files .col + .col ul {
  font-size: .18em;
}
.b-files .col + .col ul:not(.slick-slider) {
  margin: 0 -20px;
}
.b-files .col + .col ul:not(.slick-slider) > * {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.b-files .col + .col ul:not(.slick-slider).vertMarg {
  margin: -20px;
}
.b-files .col + .col ul li {
  width: 25%;
  list-style: none;
  padding-top: 5px !important;
}
.b-files .col + .col ul li a {
  color: #000000;
  line-height: 1.4em;
}
.b-files .col + .col ul li a strong {
  display: block;
  font-weight: 500;
  color: #0084a0;
}
.b-files .col + .col ul li a b {
  display: block;
  font-weight: 500;
  padding-bottom: 1em;
}
.b-files .col + .col ul li a span {
  display: block;
  font-weight: 300;
  white-space: nowrap;
}
.b-files .col + .col ul li a:hover strong {
  color: #ff7300;
}
.borderDashedTop {
  border-top: 1px dashed #000000;
}
.b-4cols-linksWithDesc {
  font-size: 25px;
  padding: 1.4em 0 1.8em 0;
}
.b-4cols-linksWithDesc .grid {
  text-align: center;
}
.b-4cols-linksWithDesc .grid .col {
  width: 25%;
  text-align: left;
}
.b-4cols-linksWithDesc .grid .col a {
  display: block;
}
.b-4cols-linksWithDesc .grid .col a strong {
  display: block;
  font-family: 'Adelle Light', Helvetica, Arial;
  font-weight: 300;
}
.b-4cols-linksWithDesc .grid .col a span {
  display: block;
  padding-top: 2.2em;
  font-size: 0.72em;
  font-weight: 300;
  line-height: 1.333em;
  color: #393b45;
}
.menu-smart {
  padding: 20px 0;
  background: #ffffff;
  border: 2px solid transparent;
  border-width: 2px 0 2px 0;
}
.menu-smart .onlyMobile label {
  display: inline-block;
  vertical-align: top;
  line-height: 2.66em;
  border: 2px solid transparent;
}
.menu-smart .onlyComputer label {
  font-size: 18px;
  display: inline-block;
  height: 2.44em;
  line-height: 2.34em;
  font-weight: 700;
  padding: 0 1em 0 0;
  vertical-align: top;
  border: 1px solid transparent;
  border-width: 1px 0 1px 0;
}
.menu-smart .onlyComputer ul {
  display: inline-block;
  vertical-align: top;
}
.menu-inner {
  border-bottom: 1px dashed #000000;
  overflow: hidden;
}
.menu-inner .list-nav {
  margin-top: 2px;
  padding: .8em 0;
}
.menu-inner .list-nav li {
  padding: .311em 0;
}
.b-applyToPosition {
  background: #c9f1f4;
}
.b-applyToPosition > .container > .grid > .col:first-of-type h1 {
  width: 100%;
}
.b-applyToPosition > .container > .grid > .col:last-of-type {
  margin-top: 0;
  padding-top: 0;
}
.b-applyToPosition .form-answer {
  padding: 20px 0;
}
.b-applyToPosition form .col {
  width: 50%;
  font-size: 100px;
}
.b-applyToPosition form .col .field {
  line-height: 0;
}
.b-applyToPosition form .col .field label {
  display: block;
  font-size: .18em;
  line-height: 40px;
}
.b-applyToPosition form .col .field b.need {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -3px;
  color: #0084a0;
}
.b-applyToPosition form .col .field input,
.b-applyToPosition form .col .field textarea {
  border: 2px solid #000000;
  font-size: .18em;
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.b-applyToPosition form .col .field input.fail,
.b-applyToPosition form .col .field textarea.fail {
  border-color: #ec1919;
}
.b-applyToPosition form .col .field textarea {
  line-height: 20px;
  height: 140px;
  padding: 15px;
}
.b-applyToPosition form .col .field.field-file {
  position: relative;
  height: 60px;
  white-space: nowrap;
  cursor: pointer;
}
.b-applyToPosition form .col .field.field-file input {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
}
.b-applyToPosition form .col .field.field-file .value {
  font-size: .18em;
  position: relative;
  z-index: 1;
  height: 60px;
  line-height: 58px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px dashed #0084a0;
  color: #0084a0;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  width: 170px;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-weight: 500;
}
.b-applyToPosition form .col .field.field-file .value.choosed {
  border-color: #000000;
  color: #000000;
}
.b-applyToPosition form .col .field.field-file .info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  font-size: .18em;
  line-height: 20px;
}
.b-applyToPosition form .col .field.field-file .info strong {
  font-weight: 500;
  color: #0084a0;
}
.b-applyToPosition form .col .field.field-file .info b {
  font-weight: 500;
}
.b-applyToPosition form .col .field.field-file .info span {
  font-weight: 300;
}
.b-applyToPosition form .col .field.field-file:hover .info strong {
  color: #ff7300;
}
.b-applyToPosition form .col .field.field-file:hover .value {
  border-color: #ff7300;
  color: #ff7300;
}
.b-applyToPosition form .col .field.field-file.fail .value {
  border-color: #ec1919;
  color: #ec1919;
}
.b-applyToPosition form .col .field.field-file.fail .info strong {
  color: #ec1919;
}
.b-applyToPosition form .col .field button {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  line-height: 60px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #0084a0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 200px;
  text-align: center;
  color: #ffffff;
  font-size: .2em;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}
.b-applyToPosition form .col .field button:focus {
  outline: none;
}
.b-applyToPosition form .col .field button:hover {
  filter: alpha(opacity=85);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
.b-applyToPosition form .col .field button[disabled] {
  background: #808080;
}
.b-applyToPosition form .col .field.fail input,
.b-applyToPosition form .col .field.fail textarea,
.b-applyToPosition form .col .field.fail .value {
  border-color: #ec1919;
}
.b-applyToPosition form .col .field + .field {
  padding-top: 20px;
}
.b-applyToPosition form.preload .field-submit {
  position: relative;
}
.b-applyToPosition form.preload .field-submit:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  font-size: 15px;
  border: solid 0.2em rgba(0, 132, 160, 0.25);
  border-top-color: #0084a0;
  z-index: 0;
  -webkit-animation: preloader 2s linear 0s infinite;
  -moz-animation: preloader 2s linear 0s infinite;
  -o-animation: preloader 2s linear 0s infinite;
  animation: preloader 2s linear 0s infinite;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin: 15px 0 0 0;
}
.b-contacts {
  background: #f2f2f2;
  position: relative;
  z-index: 2;
}
.b-page:not(.page-main) + .b-contacts .menu-smart {
  background: #424655;
  padding: 10px 0;
}
.b-page:not(.page-main) + .b-contacts .menu-smart label {
  color: #ffffff;
}
.b-page:not(.page-main) + .b-contacts .menu-smart a {
  color: #7df4ff;
}
.b-page:not(.page-main) + .b-contacts .menu-smart a:hover {
  color: #ff7300;
  border-color: #ff7300;
}
.b-page:not(.page-main) + .b-contacts .menu-smart a.active {
  color: #ffffff;
  border-color: #ffffff;
}
.b-page:not(.page-main) + .b-contacts .menu-smart .el-select .value {
  color: #7df4ff;
}
.b-page:not(.page-main) + .b-contacts .menu-smart .el-select .value:after {
  background-image: url(images/ico-arrow-select-light.png);
}
.b-page:not(.page-main) + .b-contacts .menu-smart.fixed {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.b-page:not(.page-main) + .b-contacts .b-map {
  display: none;
}
.b-map {
  font-size: 100px;
  overflow: hidden;
  padding: .5em 0;
}
.b-map .col-city {
  position: relative;
  width: 33.33333333%;
  z-index: 1;
}
.b-map .col-city h2 {
  margin-top: .9em;
  font-size: .5em;
}
.b-map .col-city ul li {
  display: none;
  list-style: none;
}
.b-map .col-city ul li.active {
  display: block;
}
.b-map .col-city dl {
  font-size: .18em;
  line-height: 1.7em;
}
.b-map .col-city dl:not(.slick-slider) {
  margin: 0 -20px;
}
.b-map .col-city dl:not(.slick-slider) > * {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.b-map .col-city dl:not(.slick-slider).vertMarg {
  margin: -20px;
}
.b-map .col-city dl dt {
  width: 25%;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  font-weight: 500;
  white-space: nowrap;
}
.b-map .col-city dl dd {
  width: 75%;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 10px !important;
  font-weight: 300;
}
.b-map .col-city dl dd a,
.b-map .col-city dl dd b {
  font-weight: 500;
}
.b-map .col-city .map-info {
  font-size: .15em;
  padding-top: 5em;
  white-space: nowrap;
}
.b-map .col-city .map-info .example {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-weight: 500;
  padding: 0 25px 0 25px;
}
.b-map .col-city .map-info .example .office + span {
  color: #0084a0;
}
.b-map .col-city .map-info .example .el-map-point {
  top: 9px;
  left: 10px;
}
.b-map .col-map {
  width: 66.66666667%;
  position: relative;
}
.b-world {
  width: 970px;
  height: 600px;
  position: relative;
  float: right;
  overflow: hidden;
}
.b-world img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.b-world img.regular {
  z-index: 1;
}
.b-world img.hover,
.b-world img.cur {
  z-index: 10;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.b-world img.cur {
  z-index: 20;
}
.b-world img.base {
  z-index: 100;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.b-world img.active {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.b-world .line {
  transform-origin: 0 100%;
  height: 0;
  border: 1px dashed #ff7300;
  position: absolute;
  display: none;
  z-index: 102;
}
.b-world .line.active {
  display: block;
}
.el-map-point {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  z-index: 101;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.el-map-point.office {
  background: #0084a0;
}
.el-map-point.port {
  background: #000000;
}
.el-map-point.active {
  background: #ff7300;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}
.el-map-point.active:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: -9px 0 0 -9px;
}
.el-map-point.choosed {
  background: #ff7300;
}
footer {
  background: #343743;
  padding: .6em 0 .4em 0;
  font-size: 100px;
  position: relative;
  z-index: 2;
}
footer .grid.menu {
  font-size: .25em;
}
footer .grid.menu .col {
  width: 25%;
}
footer .grid.menu .col .caption {
  color: #ffffff;
  font-family: 'Adelle Thin', Helvetica, Arial;
}
footer .grid.menu .col ul {
  padding-top: 1.6em;
}
footer .grid.menu .col ul li {
  list-style: none;
  font-weight: 500;
  font-size: 0.6em;
  line-height: 1.4em;
  padding-bottom: 0.6em;
}
footer .grid.menu .col ul li a {
  color: #7df4ff;
}
footer .grid.menu .col ul li a:hover {
  color: #ff7300;
}
footer .grid + .grid {
  margin-top: .5em;
}
footer .grid + .grid > .col {
  width: 100%;
}
footer .grid + .grid > .col .grid {
  margin: -20px;
}
footer .grid + .grid > .col .grid .col {
  width: 50%;
}
footer .grid + .grid > .col .grid .col:last-of-type {
  text-align: right;
}
footer .grid + .grid .el-select {
  font-size: 15px;
}
footer .grid + .grid .el-select .value {
  color: #7df4ff;
  border: 2px solid rgba(125, 244, 255, 0.5);
  width: 14em;
}
footer .grid + .grid .el-select .value:after {
  background-image: url(images/ico-arrow-select-light.png);
}
footer .grid + .grid .el-copy {
  color: #95a1cf;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0 0;
  font-size: .15em;
}
footer .grid + .grid .el-copy b {
  font-weight: 500;
}
footer .grid + .grid .el-devellab {
  position: relative;
  color: rgba(149, 161, 207, 0.2);
  display: inline-block;
  vertical-align: top;
  font-size: .15em;
  padding-top: 2.3em;
  margin-top: -.6em;
}
footer .grid + .grid .el-devellab:hover:hover {
  color: #ff7300;
}
footer .grid + .grid .el-devellab:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 9em;
  height: 2em;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('images/devellab.svg');
  background-size: 101% 100%;
}
footer .grid + .grid ul.social {
  display: inline-block;
  vertical-align: top;
}
footer .grid + .grid ul.social li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
footer .grid + .grid ul.social li + li {
  margin-left: 15px;
}
footer .grid + .grid a[class^=social] {
  display: inline-block;
  width: .5em;
  height: .5em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: .48em .48em;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
footer .grid + .grid a[class^=social]:hover {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
footer .grid + .grid a[class^=social].social-1 {
  background-image: url(images/ico-fb.png);
}
footer .grid + .grid a[class^=social].social-2 {
  background-image: url(images/ico-tw.png);
}
footer .grid + .grid a[class^=social].social-3 {
  background-image: url(images/ico-lk.png);
}
footer .grid + .grid a[class^=social].social-4 {
  background-image: url(images/ico-yt.png);
}
footer .grid + .grid a[class^=social].social-5 {
  background-image: url(images/ico-gl.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .el-logo:before {
    background-image: url(images/logo_new@2x.png);
  }
  .page-main .b-block4 .part3 i {
    background-image: url(images/main-bl4-2@2x.png);
  }
  footer .grid + .grid .el-select .value:after {
    background-image: url(images/ico-arrow-select-light@2x.png);
  }
  footer .grid + .grid .el-select select:hover + .value:after {
    background-image: url(images/ico-arrow-select-hover@2x.png);
  }
  footer .grid + .grid .el-select .ico-en {
    background-image: url(images/ico-en@2x.png);
  }
  footer .grid + .grid a[class^=social].social-1 {
    background-image: url(images/ico-fb@2x.png);
  }
  footer .grid + .grid a[class^=social].social-2 {
    background-image: url(images/ico-tw@2x.png);
  }
  footer .grid + .grid a[class^=social].social-3 {
    background-image: url(images/ico-lk@2x.png);
  }
  footer .grid + .grid a[class^=social].social-4 {
    background-image: url(images/ico-yt@2x.png);
  }
  footer .grid + .grid a[class^=social].social-5 {
    background-image: url(images/ico-gl@2x.png);
  }
  .b-slider .slick-prev:before {
    background-image: url(images/ico-arrow-slider-left@2x.png);
  }
  .b-slider .slick-next:before {
    background-image: url(images/ico-arrow-slider-right@2x.png);
  }
}
.onlyMobile {
  display: none;
}
.onlyComputer {
  display: block;
}
@media screen and (min-width: 1400px) {
  .page-news .content-text p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  header .menuToggle {
    display: none !important;
  }
  header nav ul {
    margin-top: 60px;
    font-size: 18px;
    margin-left: -1.33em;
    margin-left: -2.53em;
  }
  header nav ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-left: 1.33em;
  }
  header nav ul li a {
    display: block;
    height: 2.44em;
    line-height: 2.34em;
    padding: 0 1.2em;
    border: 2px dotted transparent;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  header nav ul li a:hover {
    color: #ff7300;
    border-color: #ff7300;
  }
  header nav ul li a.active {
    border: 2px solid #000000;
    color: #000000;
  }
  header nav ul.vert {
    margin: 0;
  }
  header nav ul.vert li {
    margin: 0;
    display: block;
  }
  header nav ul.vert li a {
    height: auto;
    padding: .7em 1.1em;
    border: 1px dashed transparent;
  }
  header nav ul.vert li a span {
    display: block;
    color: #0084a0;
    line-height: 1.4em;
  }
  header nav ul.vert li a small {
    display: block;
    font-size: .83em;
    color: #b2b2b2;
    line-height: 1.4em;
    font-weight: 300;
  }
  header nav ul.vert li a:hover {
    border-color: transparent;
  }
  header nav ul.vert li a:hover span,
  header nav ul.vert li a:hover small {
    color: #ff7300;
  }
  header nav ul.vert li a.active {
    border-color: #000000;
  }
  header nav ul.vert li a.active span,
  header nav ul.vert li a.active small {
    color: #000000;
  }
}
@media screen and (max-width: 1400px) {
  .page-contacts-search .b-employees .el-human-more .col {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .content-text h1 {
    font-size: 2.2em;
  }
  .content-text h2 {
    font-size: 2em;
  }
  .content-text h3 {
    font-size: 1.8em;
  }
  .container {
    max-width: 960px;
  }
  header .el-logo {
    font-size: 24px;
  }
  header nav ul {
    margin-top: 47px;
    font-size: 15px;
  }
  .list-nav {
    font-size: 15px;
  }
  .menu-smart .onlyComputer label {
    font-size: 15px;
  }
  .page-main .b-promo {
    padding: 5% 0 8%;
    font-size: 60px;
  }
  .page-main .b-block1 {
    font-size: 72px;
  }
  .page-main .b-block1 .container > .grid > .col:first-child {
    position: relative;
    top: -.25em;
  }
  .page-main .b-block2 {
    font-size: 39px;
  }
  .page-main .b-block4 {
    font-size: 80px;
  }
  .page-main .b-block4 img {
    max-width: 960px;
  }
  .page-main .b-block5 {
    font-size: 70px;
  }
  .b-4cols-linksWithDesc {
    font-size: 20px;
  }
  .b-4cols-linksWithDesc .grid .col a strong {
    font-size: .9em;
  }
  .b-4cols-linksWithDesc .grid .col a span {
    padding-top: 1.7em;
  }
  footer {
    font-size: 80px;
  }
  footer .grid + .grid .el-select {
    font-size: 13px;
  }
  footer .grid + .grid .el-copy {
    padding: 0 0 0 0;
  }
  footer .grid + .grid ul.social li + li {
    margin-left: 10px;
  }
  .blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor li {
    width: 33.33333333%;
  }
  .blockWithCaption.b-caption {
    font-size: 70px;
  }
  .b-contactsToFollow dl dt {
    width: 16.66666667%;
    padding-right: 40px;
  }
  .b-contactsToFollow dl dd {
    width: 33.33333333%;
    padding-left: 0;
  }
  .b-files .col + .col ul li {
    width: 33.33333333%;
  }
  .b-slider .grid .col:last-of-type {
    min-height: 450px;
  }
  .b-slider .grid .col:last-of-type .content-text {
    font-size: .15em;
  }
  .b-map {
    padding: .2em 0;
  }
  .b-map .col-city h2 {
    font-size: .36em;
  }
  .b-map .col-city dl {
    font-size: .15em;
  }
  .b-map .col-city dl dt {
    width: 25%;
  }
  .b-map .col-city dl dd {
    width: 75%;
  }
  .b-world {
    -moz-transform: scale(0.6, 0.6) translate(30%, -25%);
    -ms-transform: scale(0.6, 0.6) translate(30%, -25%);
    -webkit-transform: scale(0.6, 0.6) translate(30%, -25%);
    -o-transform: scale(0.6, 0.6) translate(30%, -25%);
    transform: scale(0.6, 0.6) translate(30%, -25%);
    margin-bottom: -170px;
  }
  .b-applyToPosition form .col .field.field-file .value {
    width: 90px;
  }
  .blockWithVertMenu > .container > .grid > .col:first-of-type .content-text h2 {
    margin-top: .27em;
  }
  .blockWithVertMenu > .container > .grid > .col:first-of-type .content-text h1 {
    margin-top: .13em;
  }
}
@media screen and (max-width: 999px) {
  .content-text h1 {
    font-size: 2.2em;
  }
  .content-text h2 {
    font-size: 2em;
  }
  .content-text h3 {
    font-size: 1.8em;
  }
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  header {
    height: 50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header .el-logo {
    font-size: 18px;
    height: 2.777em;
    display: inline-block;
    margin-left: 2em;
  }
  header .el-logo:before {
    top: 0;
    background-image: url(images/logo_new_mini.png);
    height: 2.777em;
    width: 12.222em;
  }
  header .el-logo small {
    display: none;
  }
  header nav {
    display: none;
  }
  header .menuToggle {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 48px;
    height: 48px;
    top: 1px;
    left: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  header .menuToggle:hover,
  header .menuToggle:focus,
  header .menuToggle:active {
    filter: alpha(opacity=65);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
  header .menuToggle .ac-gn-menuicon-bread {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  header .menuToggle .ac-gn-menuicon-bread.ac-gn-menuicon-bread-top {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 4;
  }
  header .menuToggle .ac-gn-menuicon-bread.ac-gn-menuicon-bread-bottom {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  header .menuToggle .ac-gn-menuicon-bread .ac-gn-menuicon-bread-crust {
    display: block;
    width: 18px;
    height: 2px;
    background: #0084a0;
    position: absolute;
    left: 16px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
  }
  header .menuToggle .ac-gn-menuicon-bread .ac-gn-menuicon-bread-crust.ac-gn-menuicon-bread-crust-top {
    top: 22px;
    -webkit-transition: -webkit-transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  header .menuToggle .ac-gn-menuicon-bread .ac-gn-menuicon-bread-crust.ac-gn-menuicon-bread-crust-bottom {
    bottom: 22px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  header #menuToggle:checked + .menuToggle {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation={(@grad/90)});
  }
  header #menuToggle:checked + .menuToggle .ac-gn-menuicon-bread-top {
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #menuToggle:checked + .menuToggle .ac-gn-menuicon-bread-bottom {
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #menuToggle:checked + .menuToggle .ac-gn-menuicon-bread-crust-top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  header #menuToggle:checked + .menuToggle .ac-gn-menuicon-bread-crust-bottom {
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header #menuToggle:checked ~ .col nav {
    display: block;
    background: #fff1e6;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  header #menuToggle:checked ~ .col nav ul {
    padding: 15px 0;
  }
  header #menuToggle:checked ~ .col nav ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-weight: 500;
  }
  header #menuToggle:checked ~ .col nav ul li a {
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
  }
  header #menuToggle:checked ~ .col nav ul li a:hover {
    background: #ffd9bc;
  }
  .list-nav {
    font-size: 15px;
  }
  .page-main .b-promo {
    padding: 5% 0 8%;
    font-size: 40px;
  }
  .page-main .b-promo .col {
    width: 50%;
    max-width: 360px;
  }
  .page-main .b-promo .next {
    display: none;
  }
  .page-main .b-block1 {
    font-size: 50px;
  }
  .page-main .b-block1 .container > .grid > .col:first-child {
    position: relative;
    top: -.5em;
  }
  .page-main .b-block2 {
    font-size: 37px;
  }
  .page-main .b-block2 .container {
    padding: 0;
  }
  .page-main .b-block2 .grid {
    margin: 0;
  }
  .page-main .b-block2 .grid .slide {
    padding: 0;
  }
  .page-main .b-block4 {
    font-size: 70px;
  }
  .page-main .b-block5 {
    font-size: 70px;
  }
  .page-main .b-block5 .grid {
    margin: 0 -10px;
  }
  .page-main .b-block5 .grid .col {
    padding: 10px;
  }
  .b-4cols-linksWithDesc {
    font-size: 18px;
  }
  footer {
    font-size: 76px;
  }
  footer .grid + .grid .col:last-of-type {
    width: 100%;
  }
  footer .grid + .grid .col:last-of-type .col .el-copy {
    display: block;
    padding-top: 1em;
  }
  footer .grid + .grid .col:last-of-type .col .el-devellab {
    margin-top: -.3em;
  }
  .menu-smart {
    padding: 0;
    font-size: 15px;
  }
  .onlyMobile {
    display: block !important;
  }
  .onlyComputer {
    display: none !important;
  }
  .blockWithVertMenu {
    padding: .2em 0;
  }
  .blockWithCaption > .container > .grid > .col {
    width: 100% !important;
  }
  .blockWithCaption > .container > .grid > .col:last-of-type {
    margin-top: -.3em;
  }
  .blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor li {
    width: 33.33333333%;
  }
  .blockWithCaption.b-caption {
    font-size: 70px;
    padding: .5em 0 .5em;
  }
  .b-contactsToFollow dl dt {
    width: 16.66666667%;
    padding-bottom: 1em;
  }
  .b-contactsToFollow dl dt.only {
    width: 100%;
  }
  .b-contactsToFollow dl dd,
  .b-contactsToFollow dl dd.auto {
    width: 83.33333333%;
    padding-bottom: 1em;
  }
  .b-solutions-advantages {
    font-size: 15px;
  }
  .b-slider {
    margin: 0 -30px;
  }
  .b-slider .grid .col:last-of-type {
    min-height: 450px;
  }
  .b-slider .grid .col:last-of-type .content-text {
    font-size: .15em;
  }
  .b-map {
    padding: .2em 0;
  }
  .b-map .col-city h2 {
    font-size: .3em;
  }
  .b-map .col-city dl {
    font-size: .13em;
  }
  .b-map .col-city dl dt {
    width: 25%;
  }
  .b-map .col-city dl dd {
    width: 75%;
    padding-right: 0 !important;
  }
  .b-world {
    -moz-transform: scale(0.5, 0.5) translate(45%, -25%);
    -ms-transform: scale(0.5, 0.5) translate(45%, -25%);
    -webkit-transform: scale(0.5, 0.5) translate(45%, -25%);
    -o-transform: scale(0.5, 0.5) translate(45%, -25%);
    transform: scale(0.5, 0.5) translate(45%, -25%);
    margin: 0 0 -170px -50px;
  }
  .page-contacts-search .content-text .col {
    width: 100%;
  }
  .page-contacts-search .b-employees > .grid > .col {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .page-main .b-block2 {
    font-size: 35px;
  }
  .page-main .b-block4 {
    font-size: 60px;
  }
  .b-map .col-city {
    width: 41.66666667%;
  }
  .b-map .col-map {
    width: 58.33333333%;
  }
  .b-world {
    -moz-transform: scale(0.4, 0.4) translate(65%, -55%);
    -ms-transform: scale(0.4, 0.4) translate(65%, -55%);
    -webkit-transform: scale(0.4, 0.4) translate(65%, -55%);
    -o-transform: scale(0.4, 0.4) translate(65%, -55%);
    transform: scale(0.4, 0.4) translate(65%, -55%);
  }
}
@media screen and (max-width: 799px) {
  .page-main .b-block1 {
    font-size: 43px;
  }
  .page-main .b-block2 {
    font-size: 29px;
  }
  .page-main .b-block4 {
    font-size: 55px;
  }
  .b-slider .grid .col:first-of-type {
    width: 50%;
  }
  .b-slider .grid .col:last-of-type {
    width: 50%;
    min-height: 350px;
  }
  .b-slider .slick-prev,
  .b-slider .slick-next {
    width: 25%;
  }
  .b-slider .slick-next {
    margin-right: 50%;
  }
  .b-slider .slick-dots {
    width: 50%;
  }
  .b-map .col-city {
    width: 50%;
  }
  .b-map .col-city .map-info {
    padding-top: 2em;
  }
  .b-map .col-map {
    width: 50%;
  }
  .b-world {
    -moz-transform: scale(0.35, 0.35) translate(80%, -75%);
    -ms-transform: scale(0.35, 0.35) translate(80%, -75%);
    -webkit-transform: scale(0.35, 0.35) translate(80%, -75%);
    -o-transform: scale(0.35, 0.35) translate(80%, -75%);
    transform: scale(0.35, 0.35) translate(80%, -75%);
  }
}
@media screen and (max-width: 699px) {
  .page-main .b-block2 {
    font-size: 27px;
  }
  .page-main .b-block4 {
    font-size: 50px;
  }
  .b-world {
    -moz-transform: scale(0.3, 0.3) translate(110%, -85%);
    -ms-transform: scale(0.3, 0.3) translate(110%, -85%);
    -webkit-transform: scale(0.3, 0.3) translate(110%, -85%);
    -o-transform: scale(0.3, 0.3) translate(110%, -85%);
    transform: scale(0.3, 0.3) translate(110%, -85%);
  }
}
@media screen and (max-width: 639px) {
  .content-text h1 {
    font-size: 2em;
  }
  .content-text h2 {
    font-size: 1.5em;
  }
  .content-text h3 {
    font-size: 1em;
  }
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  header {
    text-align: center;
  }
  header nav {
    text-align: left;
  }
  .page-main .b-promo {
    padding: 5% 0;
    font-size: 40px;
  }
  .page-main .b-promo .col {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
    max-width: none;
  }
  .page-main .b-block2 {
    font-size: 41px;
  }
  .page-main .b-block2 .grid .slide {
    width: 100%;
  }
  .page-main .b-block4 {
    font-size: 65px;
  }
  .page-main .b-block4 .part1,
  .page-main .b-block4 .part2 {
    position: static;
    text-align: center;
    margin: 0 auto;
    width: 19em;
  }
  .page-main .b-block4 .part3 {
    position: static;
    margin: .5em auto 0;
    width: 4.5em;
  }
  .page-main .b-block5 .grid .col {
    width: 50%;
  }
  .b-4cols-linksWithDesc .grid {
    text-align: left;
  }
  .b-4cols-linksWithDesc .grid .col {
    width: 50%;
  }
  footer {
    font-size: 90px;
    padding: .4em 0 .4em 0;
  }
  footer .grid.menu .col {
    width: 50%;
  }
  footer .grid + .grid {
    margin-top: .2em;
  }
  footer .grid + .grid > .col .grid {
    margin: -20px;
  }
  footer .grid + .grid > .col .grid .col {
    width: 100%;
    text-align: center !important;
    padding: 10px 20px;
  }
  footer .grid + .grid > .col .grid .col .el-copy {
    display: block;
  }
  footer .grid + .grid > .col .grid .col .el-devellab {
    margin-top: 1em;
    padding-top: 2.5em;
  }
  footer .grid + .grid > .col .grid .col .el-devellab:before {
    left: 50%;
    margin-left: -4.5em;
  }
  .blockWithCaption {
    font-size: 80px;
    padding-bottom: 0 !important;
  }
  .blockWithCaption > .container > .grid > .col:first-of-type {
    padding-top: 0 !important;
  }
  .blockWithCaption > .container > .grid > .col:first-of-type h1,
  .blockWithCaption > .container > .grid > .col:first-of-type h2 {
    padding-bottom: 0 !important;
  }
  .blockWithCaption > .container > .grid > .col:last-of-type .content-text {
    font-size: .225em;
  }
  .blockWithCaption > .container > .grid > .col:last-of-type .content-text ul.gor li {
    width: 50%;
  }
  .blockWithCaption.b-caption > .container > .grid > .col:last-of-type .content-text {
    font-size: .3em;
  }
  .blockWithVertMenu > .container > .grid > .col:first-of-type {
    float: none;
    width: 100%;
  }
  .blockWithVertMenu > .container > .grid > .col:last-of-type {
    border-top: 1px dashed #000000;
    float: none;
    width: 100%;
  }
  .blockWithVertMenu > .container > .grid > .col:last-of-type h1,
  .blockWithVertMenu > .container > .grid > .col:last-of-type h2 {
    padding-bottom: 0;
  }
  .b-files .col + .col ul li {
    width: 33.33333333%;
  }
  .b-solutions-advantages > .container > .grid .col {
    width: 100%;
  }
  .b-slider .grid .col:first-of-type {
    position: relative;
    height: auto;
    padding-top: 60%;
    width: 100%;
  }
  .b-slider .grid .col:last-of-type {
    float: none;
    width: 100%;
    padding-bottom: 60px;
    min-height: auto;
  }
  .b-slider .grid .col:last-of-type .content-text {
    padding-top: 2.5em;
  }
  .b-slider .slick-prev,
  .b-slider .slick-next {
    width: 50%;
    height: 45%;
  }
  .b-slider .slick-prev {
    left: 0;
  }
  .b-slider .slick-next {
    margin-right: 0;
  }
  .b-slider .slick-dots {
    width: 100%;
    bottom: auto;
    top: 55px;
    padding-top: 60%;
  }
  .b-map {
    padding: 0 0 .2em;
  }
  .b-map .col-city {
    width: 100%;
  }
  .b-map .col-city h2 {
    margin-top: .22em;
    font-size: .23em;
  }
  .b-map .col-map {
    display: none;
  }
  .b-map .map-info {
    display: none;
  }
  .b-contactsToFollow dl dt {
    width: 25%;
  }
  .b-contactsToFollow dl dd,
  .b-contactsToFollow dl dd.auto {
    width: 75%;
  }
  .b-applyToPosition form .col {
    width: 100%;
    font-size: 80px;
    padding-top: 0 !important;
  }
  .b-applyToPosition form .col .field.field-file .value {
    width: 100px;
  }
  .form-contacts-search {
    top: -.2em;
    margin-bottom: -.2em;
  }
  .page-contacts-search .b-employees .el-human-more dl dt {
    width: 33.33333333%;
  }
  .page-contacts-search .b-employees .el-human-more dl dd {
    width: 66.66666667%;
  }
}
@media screen and (max-width: 499px) {
  .page-main .b-block1 .container > .grid > .col {
    display: block;
    width: 100%;
  }
  .page-main .b-block1 .container > .grid > .col .grid {
    text-align: left !important;
  }
  .page-main .b-block1 .container > .grid > .col:last-child {
    margin-top: -1em;
  }
  .page-main .b-block2 {
    font-size: 32px;
  }
  .page-main .b-block4 {
    font-size: 45px;
  }
  .b-files .col + .col ul li {
    width: 50%;
  }
}
@media screen and (max-width: 399px) {
  .page-main .b-block1 .container > .grid > .col > .grid:last-of-type .col {
    padding-right: 0;
    font-size: 50px;
  }
  .page-main .b-block2 {
    font-size: 27px;
  }
  .page-main .b-block4 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 999px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 999px) and (min-device-pixel-ratio: 2), only screen and (max-width: 999px) and (min-resolution: 192dpi), only screen and (max-width: 999px) and (min-resolution: 2dppx) {
  header .el-logo:before {
    background-image: url(images/logo_new_mini@2x.png);
  }
}

