

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*! jQuery UI - v1.11.4 - 2016-03-11
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Roboto%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */



.jspContainer {
  overflow: hidden;
  outline: none;
  position: relative;
}

.jspPane {
  position: absolute;
  outline: none!important;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: 0 0;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: 0 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: 0 0;
  position: relative;
}

.jspDrag {
  background: #bfcad4;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 5px;
  transition: 200ms opacity;
}

.jspDrag:hover {
  opacity: .8;
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 5px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
}

*.jspCorner {
  margin: 0 -3px 0 0;
}

.jspCorner
 {
  height: 100%;
}





@media screen and (max-width:767px) {

  body.is-menu-open {
    overflow: hidden;
  }

  body.is-menu-open .header__menu {
    display: block;
  }

  body.is-menu-open .burger__line:first-child {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  body.is-menu-open .burger__line:nth-child(2) {
    opacity: 0;
  }

  body.is-menu-open .burger__line:last-child {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

body.overflowHidden {
  overflow: hidden;
}

body.overflow-h {
  overflow: hidden!important;
}

body.index-p {
  background: #ecf0f3;
}

@media (min-width:768px) {
  body.index-p .section__left {
    width: 260px;
  }

  body.index-p .main {
    margin-top: -70px;
    padding-top: 70px;
    overflow-x: hidden;
  }
}

@media (max-width:767px) {
  body.tooltip-is-show {
    overflow: hidden;
  }
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  border: none;
  outline: none;
}

fieldset {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.scroll {
  outline: none;
}

@media (min-width:768px) {
  .scroll {
    height: 100%;
  }

  .scroll .jspPane {
    width: 100%!important;
    padding-right: 15px!important;
  }
}

@media screen and (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) {
  .visible-xs {
    display: none!important;
  }
}

.container {
  margin: 0 auto;
}

@media (min-width:768px) {
  .container {
    width: 1130px;
    padding: 0 15px;
  }
}

@media screen and (max-width:767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .comagic-sitephone-label.comagic-sitephone-label--right,
  .lt-label-mobile {
    right: 10px!important;
    left: auto!important;
  }
}

.icon-adv-1 {
  width: 65.234px;
  height: 81.155px;
}

.icon-arror-left-thin,
.icon-arror-right-thin {
  width: 161px;
  height: 299.1px;
}

.icon-arrow-down {
  width: 299.1px;
  height: 161px;
}

.icon-arrow-right {
  width: 27.7px;
  height: 48.8px;
}

.icon-arrow-up {
  width: 299.1px;
  height: 161px;
}

.icon-close {
  width: 38.9px;
  height: 39.8px;
}

.icon-lock {
  width: 12.8px;
  height: 16.8px;
}

.icon-mail {
  width: 16.3px;
  height: 12.3px;
}

.icon-pdf {
  width: 342.1px;
  height: 451.6px;
}

.icon-phone {
  width: 91.8px;
  height: 91.8px;
}

.icon-plus {
  width: 10px;
  height: 10px;
}

.icon-search {
  width: 200.9px;
  height: 201px;
}

.icon-tel {
  width: 16.7px;
  height: 16.7px;
}



@media (min-width:768px) {
  .button:active {
    box-shadow: inset 0 4px 8px rgba(0,0,0,.3);
  }
}

.button.blue {
  background: #00539f;
}

.button.blue:hover {
  background: #0060b9;
}

.button.blue--reverse {
  color: #00539f;
  line-height: 42px;
  padding-top: 0;
  border: 2px solid #00539f;
}

.button.blue--reverse:hover {
  border-color: #0060b9;
  background: #fff;
  color: #0060b9;
}

.button.white {
  background: #fff;
  color: #00539f;
  text-transform: uppercase;
  font-size: 13px;
  position: fixed;
  left: 0;
  bottom: -70px;
  z-index: 10;
  background: #fff url(../images/tmp/mail-pic.png) 20% 19px no-repeat;
}

.button.white:hover {
  background: #ccc;
}

.button.border-gray,
.button.red-border {
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.button.red-border {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  border: 1px solid #ee2b32;
}

.button.red-border .red-border__text,
.button.red-border svg {
  position: relative;
  z-index: 2;
}

.button.red-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ee2b32;
  transition: 500ms ease-out;
}

.button.red-border:hover::before,
.filter__row--fix-width label {
  width: 100%;
}

.button.red-border svg {
  fill: #fff;
  vertical-align: middle;
}

.button.border-gray {
  background: 0 0;
  border: 1px solid #c6ccd3;
  color: #9ea6b2;
  font-size: 16px;
  padding-left: 32px;
  padding-right: 51px;
}

.button.border-gray:hover {
  background-color: #c6ccd3;
  color: #fff;
}

.button.border-gray::after {
  position: absolute;
  top: 16px;
  right: 25px;
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/tmp/arr-down.png);
}

.button .icon-arrow-right {
  width: 8px;
  height: 14px;
}

@media (min-width:768px) {
  .button .icon-arrow-right:last-child {
    margin-left: 25px;
  }
}

a.button {
  display: inline-block;
  padding-top: 13px;
}

.fieldset {
  margin: 0 0 10px;
  position: relative;
}

.fieldset--service-fix {
  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;
}

.label,
label {
  font-family: "Roboto",sans-serif;
}

.label {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 0 13px;
}

.label-form {
  display: inline-block;
  color: #9fa7ac;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}

.error .forms__input {
  border-color: #fd6969;
}




@media (min-width:768px) {
  .checkbox:hover {
    color: #6d7986;
  }
}

@media screen and (max-width:767px) {
  .checkbox {
    line-height: 16px;
  }
}



@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 200ms ease-out;
}

@media screen and (max-width:767px) {
  .header {
    height: 60px;
    background: #fff;
  }
}

.header.is-inner {
  box-shadow: 0 15px 25px rgba(0,0,0,.1);
}

@media (max-width:767px) {
  .header.is-inner {
    z-index: 11;
  }
}

@media (min-width:768px) {
  .header.is-inner {
    background: #fff;
  }

  .header.is-inner .header__logo {
    visibility: visible;
    opacity: 1;
  }
}

.header .container {
  position: relative;
  height: inherit;
}

@media (min-width:768px) {
  .header .container {
    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;
  }

  .header .container>.header__contact {
    display: none;
  }

  .header__logo {
    position: absolute;
    left: -50px;
    top: 12px;
    transition: 300ms ease-out;
    visibility: hidden;
    opacity: 0;
  }
}

@media screen and (max-width:767px) {
  .header__logo {
    position: absolute;
    left: 20px;
    top: 15px;
  }
}

.logo {
  display: block;
}

@media screen and (max-width:767px) {
  .logo {
    width: 100%;
    height: 100%;
  }
}

.logo img {
  max-width: 100%;
}

@media (max-width:767px) {
  .logo img {
    max-width: 71px!important;
  }
}

@media (min-width:768px) {
  .header__menu {
    width: 100%;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}

@media screen and (max-width:767px) {
  .header__menu {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #385caf;
    display: none;
    overflow: auto;
  }

  .header__menu .header__contact {
    display: none;
  }
}

@media (min-width:768px) {
  .header__lang {
    padding-left: 50px;
    font-family: "Roboto",sans-serif;
  }
}

@media screen and (max-width:767px) {
  .header__lang {
    width: 70px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid rgba(255,255,255,.2);
  }
}

.lang__link {
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width:768px) {
  .lang__link {
    transition: 300ms ease-out;
  }

  .lang__link:hover {
    color: #00539f;
  }

  .lang__link:active {
    opacity: .6;
  }
}

@media screen and (max-width:767px) {
  .lang__link {
    display: block;
    height: 100%;
    text-align: center;
    padding-top: 22px;
  }
}

@media (min-width:768px) {
  .header__nav {
    height: 30px;
    margin: 0 30px;
    padding: 0 15px;
    border-left: 1px solid #c0cad4;
    border-right: 1px solid #c0cad4;
    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;
  }

  .nav:after {
    display: table;
    content: "";
    clear: both;
  }
}

@media screen and (max-width:767px) {
  .nav {
    margin-top: 60px;
  }
}

@media (min-width:768px) {
  .nav__item {
    float: left;
    margin: 0 20px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
  }
}

@media screen and (max-width:767px) {
  .nav__item {
    font-size: 18px;
    border-top: 1px solid rgba(255,255,255,.2);
  }
}

@media (min-width:768px) {
  .nav__link {
    transition: 300ms ease-out;
  }

  .nav__link:hover {
    color: #00539f;
  }

  .nav__link:active {
    opacity: .6;
  }
}

@media screen and (max-width:767px) {
  .nav__link {
    display: block;
    padding: 20px;
  }
}

.header__contact,
.wrap__box p {
  font-family: "Roboto",sans-serif;
}

@media (min-width:768px) {
  .header__contact {
    width: 120px;
    font-size: 12px;
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width:767px) {
  .header__contact {
    padding-top: 11px;
    margin: 0 0 0 95px;
  }
}

.header__phone {
  font-weight: 700;
  margin-top: 5px;
}

@media (max-width:767px) {
  .header__phone {
    width: 130px;
  }
}

.header__auth {
  cursor: pointer;
}

@media (min-width:768px) {
  .header__auth,
  .header__auth svg {
    transition: 300ms ease-out;
  }

  .header__auth:hover svg {
    fill: #00539f;
  }

  .header__auth:active {
    opacity: .3;
  }
}

@media screen and (max-width:767px) {
  .header__auth {
    height: 60px;
    position: absolute;
    top: 0;
  }

  .header__auth a {
    height: 100%;
    display: block;
    padding: 22px 20px 0;
  }

  .header__auth svg {
    fill: #fff;
    vertical-align: middle;
    position: relative;
    top: -4px;
    margin-right: 10px;
  }
}

.auth__title {
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width:768px) {
  .auth__title {
    display: none;
  }
}

.header__search {
  position: relative;
  right: -52px;
}

@media screen and (max-width:767px) {
  .header__search {
    position: absolute;
    right: 0;
    top: 0;
    border-top: 1px solid rgba(255,255,255,.2);
    border-left: 1px solid rgba(255,255,255,.2);
  }
}

.search__control {
  cursor: pointer;
}

@media (min-width:768px) {
  .search__control:hover svg {
    fill: #00539f;
  }
}

@media screen and (max-width:767px) {
  .search__control {
    width: 60px;
    height: 60px;
    position: relative;
  }

  .search__control svg {
    fill: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.search__control svg {
  width: 16px;
  height: 15px;
  transition: 300ms ease-out;
}

.header__burger,
.tab-content>div {
  display: none;
}

@media screen and (max-width:767px) {
  .header__burger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.burger {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #385caf;
  padding-top: 24px;
}

.burger__line {
  width: 16px;
  height: 2px;
  background: #fff;
  margin: 0 auto 3px;
  transition: 300ms ease-out;
}

.burger__line,
.header__auth {
  position: relative;
}

.header__auth::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: transparent;
  top: -4px;
  left: -6px;
}

.main {
  min-height: calc(100% - 271px);
}

.main__title {
  color: #3f464e;
  line-height: 1;
}

.main__title--white {
  color: #fff;
}

.main__title--p-white {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 35px;
  font-family: "Roboto",sans-serif;
}

@media (max-width:767px) {
  .main__title--p-white {
    line-height: 25px;
  }
}

@media (min-width:768px) {
  .main__title {
    font-size: 60px;
  }
}

@media screen and (max-width:767px) {
  .main__title {
    font-size: 30px;
  }
}

.medium__title {
  position: relative;
  color: #3f464e;
  font-weight: 700;
  margin: 0 0 30px;
}

@media (min-width:768px) {
  .medium__title {
    font-size: 23px;
    line-height: 30px;
  }
}

@media screen and (max-width:767px) {
  .medium__title {
    font-size: 20px;
  }
}

.small__title {
  color: #3f464e;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

@media (max-width:767px) {
  .small__title {
    font-size: 16px;
    padding-right: 35px;
  }
}

.main__letter {
  color: #fff;
  position: absolute;
  font-size: 300px;
  font-weight: 900;
  line-height: 63px;
  text-transform: uppercase;
}

.main__letter--color {
  color: #dae1e7;
}

@media screen and (max-width:767px) {
  .main__letter {
    display: none;
  }
}

.main__letter.from {
  top: 10px;
  left: -100px;
}

.main__letter.to {
  bottom: -57px;
  right: -90px;
}

.main__letter.to--fix {
  bottom: 10px;
  right: -126px;
}

.main__slider {
  position: relative;
  z-index: 2;
}

@media (min-width:768px) {
  .main__slider {
    height: 640px;
  }

  .main__slider .swiper-pagination {
    width: 2px;
    top: 191px;
    left: -31px;
  }

  .main__slider .swiper-pagination-bullet {
    height: 32px;
    width: 2px;
    background: #c0cad4;
    opacity: 1;
    display: block;
    margin: 0 0 9px!important;
    border-radius: 0;
    transition: 200ms ease-out;
    position: relative;
  }

  .main__slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    background: 0 0;
    width: 16px;
    height: 32px;
    left: -7px;
    top: 0;
  }
}

@media (min-width:768px) and (min-width:1200px) {
  .main__slider .swiper-pagination-bullet:hover {
    background: #ef2c30;
  }
}

@media (min-width:768px) {
  .main__slider .swiper-pagination-bullet-active {
    background: #ef2c30;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .main__slider {
    height: 480px;
  }

  .main__slider .swiper-pagination {
    top: 32px;
    left: -29px;
  }
}

@media screen and (max-width:767px) {
  .main__slider {
    height: calc(100vh - 60px);
    margin: 0 -20px;
  }

  .main__slider .swiper-pagination {
    bottom: 20px;
    left: 0;
    right: 0;
  }

  .main__slider .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background: #c0cad4;
    opacity: 1;
    margin: 0 5px!important;
    border-radius: 0;
  }

  .main__slider .swiper-pagination-bullet-active {
    background: #ef2c30;
  }
}

.main__slider .tab-content {
  height: 100%;
}

.main__slider .swiper-pagination {
  z-index: 2;
}

@media (min-width:768px) {
  .main__tab-nav {
    position: absolute;
    right: -150px;
    top: 130px;
    z-index: 2;
  }
}

@media screen and (max-width:767px) {
  .main__tab-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}

@media (min-width:768px) {
  .tab-nav {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media screen and (max-width:767px) {
  .tab-nav {
    display: table;
    width: 100%;
  }
}

.tab-nav__link {
  color: #3f464e;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: 300ms ease-out;
}

@media (min-width:768px) {
  .tab-nav__link {
    height: 60px;
    float: left;
    padding: 23px 30px 0;
    border: 2px solid #fff;
  }
}

@media screen and (max-width:767px) {
  .tab-nav__link {
    width: 50%;
    font-size: 10px;
    height: 40px;
    padding: 5px;
    background: #ecf0f3;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }

  .tab-nav__link.is-active:before {
    opacity: 1;
  }

  .tab-nav__link:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    opacity: 0;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
  }
}

.tab-nav__link.is-active,
.tab-nav__link:hover {
  color: #00539f;
  background: #fff;
}

.main__logo {
  width: 159px;
  position: absolute;
  top: 50px;
  left: 13px;
  right: 0;
  margin: auto;
  z-index: 3;
}

@media (min-width:768px) and (max-height:768px) {
  .main__logo {
    top: 31px;
  }
}

@media screen and (max-width:767px) {
  .main__logo {
    display: none;
  }
}

.main__logo img {
  max-width: 100%;
}

.case__main-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
  margin: 0 0 25px;
}

@media (min-width:768px) and (max-height:768px) {
  .case__main-title {
    max-width: 560px;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:767px) {
  .case__main-title {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 20px;
  }
}

.case__description {
  max-width: 420px;
  margin: 0 0 35px;
}

@media (min-width:768px) and (max-height:768px) {
  .case__description {
    margin: 0 0 20px;
  }
}

@media screen and (max-width:767px) {
  .case__description {
    margin: 0 0 15px;
  }

  .case__button {
    width: 40px;
    height: 40px;
  }

  .case__button .button {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
  }

  .case__button .button span {
    display: none;
  }

  .case__button .button svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (min-width:768px) {
  .main__content {
    padding: 70px 0;
    position: relative;
    z-index: 3;
  }

  .main__content:after {
    display: table;
    content: "";
    clear: both;
  }
}

@media screen and (max-width:767px) {
  .main__content {
    padding: 25px 0;
  }
}

.section {
  position: relative;
}

@media (min-width:768px) {
  .section {
    width: 840px;
    float: left;
  }
}

@media screen and (max-width:767px) {
  .section {
    margin-bottom: 35px;
  }
}

@media (min-width:768px) {
  .aside {
    width: 220px;
    float: right;
  }

  .section__row:after {
    display: table;
    content: "";
    clear: both;
  }

  .section__left {
    width: 250px;
    /* float: left; */
    float: right;
  }

  .section__right {
    width: calc(100% - 280px);
    float: right;
  }
}

@media screen and (max-width:767px) {
  .section__right .wrap__box {
    padding: 0;
  }
}

.tab-content>div:first-child {
  display: block;
}

.filter__burger {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #9fa7ac;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 3;
}

@media (min-width:768px) {
  .filter__burger {
    display: none;
  }
}

.filter__burger img,
.filter__close svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.filter {
  background: #fff;
}

@media screen and (max-width:767px) {
  .filter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    background: #fff;
    overflow: auto;
    z-index: 20;
    display: none;
    overflow-x: hidden;
  }

  .filter.is-open {
    display: block;
  }
}

.filter__head {
  height: 60px;
  background: #fff;
  box-shadow: 0 15px 25px rgba(0,0,0,.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (min-width:768px) {
  .filter__head {
    display: none;
  }
}

.filter__close {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.filter__close svg {
  width: 10px;
  height: 10px;
}

.filter__head-title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 20px 30px;
}

.filter-tab {
  display: table;
  width: 100%;
}

.filter-tab__link {
  display: table-cell;
  vertical-align: middle;
  height: 55px;
  background: #bfc9d4;
  color: #3f464e;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: 200ms;
  border-bottom: 5px solid #f6f7f9;
}

.filter-tab__link:hover {
  background: #ced6de;
}

.filter-tab__link.is-active,
.filter__body {
  border: 5px solid #f6f7f9;
  border-bottom: none;
}

.filter-tab__link.is-active {
  color: #000;
  background: #fff;
}

.filter__body {
  padding: 25px 20px 0;
  border-top: none;
}

@media (max-width:767px) {
  .filter__body {
    padding-bottom: 15px;
  }
}

.filter__row {
  margin-bottom: 20.5px;
}

.filter__row:after {
  display: table;
  content: "";
  clear: both;
}

.filter__row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .filter__row .checkbox {
    display: block;
  }
}

.filter__location,
.wrap__box li {
  position: relative;
}

.filter__location .input {
  padding-left: 35px;
}

.filter__pin,
.plus__icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

.filter__shift {
  width: 33px;
  height: 33px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: #00539f url(../images/change-icon.png) center no-repeat;
  border-radius: 50%;
  transition: 300ms ease-out;
}

.filter__shift:hover {
  background-color: #0060b9;
}

.filter__shift:active {
  box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
}

.checkbox-half {
  width: 50%;
  float: left;
}

.advanced-search__link {
  cursor: pointer;
  color: #00539f;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: 300ms ease-out;
}

.advanced-search__link:hover {
  opacity: .7;
}

.plus__icon {
  width: 24px;
  height: 24px;
  background: #eceff2;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
}

.plus__icon svg {
  left: 0;
  right: 0;
  fill: #9ea6b2;
}

.filter__submit {
  margin: 30px -20px -15px;
}

.filter__submit .button,
.news-list__image img {
  width: 100%;
}

.filter__submit--fix-border {
  border-top: 5px solid #f6f7f9;
}

.filter__submit--fix-border .button,
.filter__submit--fix-border-size .button {
  width: calc(100% + 10px);
  position: relative;
  left: -5px;
}

@media (min-width:768px) {
  .tile__grid {
    margin: 0 -10px;
  }

  .tile__grid:after {
    display: table;
    content: "";
    clear: both;
  }

  .tile__grid.tiles--4 .tile__col {
    width: 25%;
  }
}

.tile__grid--service {
  margin-top: 30px;
}

@media (min-width:768px) {
  .tile__col {
    width: 50%;
    float: left;
    padding: 0 10px 20px;
  }
}

.tile {
  display: block;
  background: #fff;
  position: relative;
}

@media (min-width:768px) {
  .tile {
    height: 170px;
    padding: 25px 30px;
    transition: 300ms ease-out;
  }

  .tile:hover {
    box-shadow: 0 3px 30px rgba(0,0,0,.1);
  }

  .tile:hover .tile__bg {
    opacity: 1;
  }

  .tile:hover .tile__cat,
  .tile:hover .tile__subtitle,
  .tile:hover .tile__title {
    color: #fff;
  }

  .tile:hover .tile__tip {
    opacity: 0;
  }

  .tile:active {
    box-shadow: none;
  }
}

@media screen and (max-width:767px) {
  .tile {
    height: 140px;
    padding: 20px 30px 20px 20px;
    margin-bottom: 20px;
  }
}

.tile--project:hover {
  box-shadow: 0 3px 30px rgba(0,0,0,.1);
}

.tile--project:hover .tile__bg {
  opacity: 1;
}

.tile--project:hover .tile__title {
  color: #3f464e;
}

.tile--project:hover .tile__subtitle {
  color: #00539f;
}

.social-sharing .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon:active,
.social-sharing .ya-share2__container_size_m .ya-share2__item_service_gplus .ya-share2__icon:active,
.social-sharing .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon:active,
.social-sharing .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon:active,
.tile--project:active {
  box-shadow: none;
}

.tile__bg,
.tile__bg::after {
  width: 100%;
  height: 100%;
  position: absolute;
}

.tile__bg {
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  opacity: 0;
}

.tile__bg::after {
  content: "";
  background-color: #00539f;
  opacity: .6;
}

.tile__subtitle,
.tile__title {
  position: relative;
  color: #3f464e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.tile__subtitle {
  color: #00539f;
  font-family: Roboto;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.tile__cat {
  color: #9fa7ac;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

@media (min-width:768px) {
  .tile__cat {
    position: absolute;
    left: 30px;
    bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .tile__cat {
    position: absolute;
    left: 20px;
    bottom: 17px;
  }
}

.news-list__elem,
.tile__tip {
  font-family: "Roboto",sans-serif;
}

.tile__tip {
  width: 80px;
  height: 20px;
  color: #fff;
  font-size: 9px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  right: -30px;
  top: 30px;
  text-align: center;
  background: #35ba7c;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: 300ms ease-out;
}

.tile__tip.blue {
  background: #2e81f3;
}

.tile__tip.orange {
  background: #f26522;
}

.news-list__elem {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dde1e4;
}

@media (min-width:768px) {
  .news-list__elem:first-child .news-list__title {
    font-size: 18px;
    line-height: 25px;
  }

  .news-list__elem:hover .news-list__title {
    color: #2e81f3;
  }
}

@media screen and (max-width:767px) {
  .news-list__elem {
    padding-bottom: 20px;
  }
}

.news-list__elem:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.news-list__image {
  font-size: 0;
  margin-bottom: 25px;
}

.news-list__date {
  color: #9ea6b2;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px;
}

@media (min-width:768px) {
  .news-list__date {
    font-size: 13px;
  }
}

.news-list__title {
  color: #3f464e;
  line-height: 20px;
  transition: 300ms ease-out;
}

@media (min-width:768px) {
  .news-list__title {
    font-size: 15px;
  }

  .aside__bottom {
    padding-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .aside__bottom {
    padding-bottom: 10px;
  }
}

.aside__link {
  color: #2e81f3;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: 300ms ease-out;
}

.aside__link:hover {
  color: #5e9ef6;
}

.partners {
  background: #fff;
}

@media (min-width:768px) {
  .partners {
    padding: 40px 0;
  }
}

@media screen and (max-width:767px) {
  .partners {
    padding: 25px 0;
  }
}

@media (min-width:768px) {
  .partner__list {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width:767px) {
  .partner__list:after {
    display: table;
    content: "";
    clear: both;
  }

  .partner__item {
    width: 50%;
    height: 60px;
    float: left;
    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;
  }

  .partner__item img {
    max-width: 90%;
  }
}

.wrap__box {
  max-width: 800px;
  margin: auto;
  color: #3f464e;
}

@media (min-width:768px) {
  .wrap__box {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width:767px) {
  .wrap__box {
    padding: 0 20px;
    line-height: 25px;
  }

  .wrap__box--service {
    padding: 0;
  }
}

.wrap__box h3,
.wrap__box h4 {
  font-weight: 700;
  margin: 0 0 25px;
}

.wrap__box h3 {
  line-height: 1;
  font-size: 25px;
}

@media screen and (max-width:767px) {
  .wrap__box h3 {
    font-size: 20px;
  }
}

.wrap__box h4 {
  color: #3f464e;
  font-size: 18px;
}

@media (min-width:768px) {
  .wrap__box p {
    margin-bottom: 50px;
  }
}

@media screen and (max-width:767px) {
  .wrap__box p {
    margin-bottom: 30px;
  }
}

@media (min-width:768px) {
  .wrap__box img {
    margin-bottom: 50px;
  }
}

@media screen and (max-width:767px) {
  .wrap__box img {
    margin-bottom: 30px;
  }
}

.wrap__box a {
  color: #385caf;
}

@media (min-width:768px) {
  .wrap__box a {
    transition: 200ms;
  }

  .wrap__box a:hover {
    color: #6685ce;
  }

  .wrap__box>ol,
  .wrap__box>ul {
    padding: 0 90px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width:767px) {
  .wrap__box>ol,
  .wrap__box>ul {
    margin-bottom: 35px;
  }
}

.vacancy__left-block h3.label-form,
.wrap__box ol,
.wrap__box ul {
  font-family: "Roboto",sans-serif;
}

.wrap__box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: #ef2c30;
  border-radius: 50%;
}

@media (min-width:768px) {
  .wrap__box ul li:before {
    top: 12px;
  }
}

@media screen and (max-width:767px) {
  .wrap__box ul li:before {
    top: 10px;
  }
}

.wrap__box ol {
  counter-reset: list;
}

@media screen and (max-width:767px) {
  .wrap__box ol {
    padding-left: 10px;
  }
}

.wrap__box ol>li:before {
  counter-increment: list;
  content: counter(list);
  width: 27px;
  height: 27px;
  color: #ef2c30;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  background: #ecf0f3;
  position: absolute;
  left: -15px;
  top: 2px;
  border-radius: 50%;
}

@media screen and (max-width:767px) {
  .wrap__box ol>li {
    padding-left: 35px;
  }

  .wrap__box ol>li:before {
    left: -10px;
  }
}

@media (min-width:768px) {
  .wrap__box li {
    padding-left: 25px;
    margin-bottom: 25px;
  }

  .wrap__box li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:767px) {
  .wrap__box li {
    padding-left: 15px;
    margin-bottom: 25px;
  }
}

.error-image img,
.wrap__box img {
  max-width: 100%;
}

.page__head {
  position: relative;
  z-index: 3;
}

@media (min-width:768px) {
  .page__head {
    margin-top: 70px;
  }
}

@media screen and (max-width:767px) {
  .page__head {
    margin-top: 35px;
  }
}

.page__head--top {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 315px;
  margin-top: -69px;
}

.page__head--top::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00539f;
  opacity: .5;
}

@media (max-width:767px) {
  .page__head--top {
    margin-top: -34px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.page__head--print-pic {
  position: absolute;
  top: 0;
  right: 0;
}

.page__head--print-pic a:hover {
  opacity: .8;
}



.page__description {
  color: #9ea6b2;
  font-family: "Roboto",sans-serif;
}

@media (min-width:768px) {
  .page__description {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width:767px) {
  .page__description {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

.wide__control {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

@media (min-width:768px) {
  .wide__control {
    top: 0;
    bottom: 0;
  }

  .wide__control.prev {
    right: calc(50% + (800px/2));
    left: 0;
  }

  .wide__control.prev svg {
    right: 50px;
  }

  .wide__control.next {
    left: calc(50% + (800px/2));
    right: 0;
  }

  .wide__control.next svg {
    left: 50px;
  }
}

@media screen and (max-width:767px) {
  .wide__control {
    height: 35px;
    top: 63%;
    width: 50%;
  }

  .wide__control.prev {
    left: 0;
  }

  .wide__control.prev svg {
    left: 20px;
  }

  .wide__control.next {
    right: 0;
  }

  .wide__control.next svg {
    right: 20px;
  }
}

.wide__control svg {
  width: 14px;
  height: 26px;
  fill: #231f20;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width:767px) {
  .wide__control svg {
    width: 7px;
    height: 13px;
    fill: #fff;
  }
}

.caption-label {
  color: #9ea6b2;
  font-family: "Tahoma",sans-serif;
  font-size: 13px;
  line-height: 20px;
}

@media (min-width:768px) {
  .video__box {
    background: #ecf0f3;
    padding: 70px 0;
    margin: 50px 0;
  }
}

@media screen and (max-width:767px) {
  .video__box {
    margin-bottom: 30px;
  }
}

.video-frame {
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width:767px) {
  .video-frame {
    width: auto;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 67%;
    margin-bottom: 15px;
  }

  .video-frame iframe {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

.wrap__row {
  text-align: center;
}

@media (min-width:768px) {
  .wrap__row {
    margin: 75px 0 0;
  }

  .wrap__row:after {
    display: table;
    content: "";
    clear: both;
  }
}

@media screen and (max-width:767px) {
  .wrap__row {
    margin: 70px 0 30px;
  }
}

.wrap__col {
  position: relative;
}

@media (min-width:768px) {
  .wrap__col {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width:767px) {
  .wrap__col+.wrap__col {
    margin-top: 50px;
  }
}

.wrap__advantage {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width:767px) {
  .wrap__advantage {
    text-align: center;
  }
}

.wrap__advantage p {
  width: 245px;
  color: #9ea6b2;
  font-size: 18px;
  line-height: 25px;
}

.wrap__advantage-num {
  color: #ef2c30;
  font-size: 100px;
  font-weight: 100;
  line-height: 99px;
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .wrap__advantage-num {
    font-size: 80px;
  }
}

.wrap__advantage-img {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.wrap__table {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width:767px) {
  .wrap__table {
    overflow-x: auto;
    margin: 0 -20px 30px;
  }
}

.wrap__table table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.wrap__table tr:nth-child(2n+1) {
  background: #f5f7f9;
}

.wrap__table th {
  color: #fff;
  font-weight: 400;
  padding: 15px 40px;
  background: #9da3ae;
}

.wrap__table td:last-child,
.wrap__table td:nth-last-child(2),
.wrap__table th:last-child,
.wrap__table th:nth-last-child(2) {
  text-align: right;
}

.wrap__table td {
  padding: 15px 40px;
}

@media (max-width:767px) {
  .wrap__table td {
    font-size: .89em;
    padding: 15px 27px;
  }
}

@media (min-width:768px) {
  .image-left {
    float: left;
    margin: 0 45px 45px 0;
  }
}

@media screen and (max-width:767px) {
  .image-left {
    margin: 0 0 30px;
  }
}

.wrap--background {
  background: #fff;
  padding: 70px 0;
  position: relative;
}

@media (max-width:767px) {
  .wrap--background {
    padding: 30px 0;
  }
}

.wrap--padding {
  padding: 50px 0 45px;
}

@media (max-width:767px) {
  .wrap--padding-mobile {
    padding: 45px 0;
  }
}

.tile__load {
  margin-top: 30px;
  text-align: center;
}

.little-round {
  display: inline-block;
  position: relative;
  top: 3px;
  border: 1px solid #abb0ba;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  color: #abb0ba;
  cursor: pointer;
}

.little-round::before {
  position: absolute;
  content: "?";
  top: -4px;
  left: 5px;
  font-size: 14px;
}

.body__404 {
  background: #ecf0f3;
}



@media (max-width:767px) {
  .footer--fix {
    padding-bottom: 31px;
  }
}

@media (min-width:768px) {
  .footer__bottom {
    padding: 45px 0;
  }

  .footer__bottom .container:after {
    display: table;
    content: "";
    clear: both;
  }
}

@media screen and (max-width:767px) {
  .footer__bottom {
    padding: 110px 0 15px;
    position: relative;
  }
}

.footer__copy {
  color: #3f464e;
  font-family: "Tahoma",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.footer__copy p {
  opacity: .7;
}

@media (min-width:768px) {
  .footer__copy {
    width: 590px;
    float: left;
    padding-left: 145px;
    position: relative;
  }

  .footer__copy p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:767px) {
  .footer__copy {
    font-size: 12px;
    line-height: 14px;
  }

  .footer__copy p {
    margin-bottom: 10px;
  }
}

@media (min-width:768px) {
  .footer__logo {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width:767px) {
  .footer__logo {
    display: none;
  }
}

@media (min-width:768px) {
  .footer__right {
    width: 420px;
    float: right;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width:767px) {
  .footer__contact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width:768px) {
  .footer__contact-item+.footer__contact-item {
    margin-top: 20px;
  }

  .footer__contact-item a {
    transition: 300ms ease-out;
  }

  .footer__contact-item a:hover {
    opacity: .6;
  }
}

@media screen and (max-width:767px) {
  .footer__contact-item {
    border-bottom: 1px solid #edeff1;
  }

  .footer__contact-item a {
    padding: 22px 20px;
    display: block;
  }

  .footer__contact-item:first-child {
    display: none;
  }
}

.footer__contact-icon {
  width: 35px;
  height: 35px;
  background: #eceff2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
}

.footer__contact-icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #9da3ae;
}

.footer__contact-icon .icon-pdf {
  width: 12px;
  height: 15px;
}

.footer__contact-icon .icon-phone {
  width: 15px;
  height: 15px;
}

.footer__contact-icon .icon-mail-feedback {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/mail.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.footer__contact-title {
  color: #1f4fa2;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer__developer {
  color: #9ea6b2;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width:767px) {
  .footer__developer {
    padding-top: 10px;
    text-align: center;
  }
}

.footer__developer p {
  margin-bottom: 5px;
}

@media screen and (max-width:767px) {
  .footer__developer p {
    opacity: .7;
  }
}

.footer__developer a {
  transition: 300ms ease-out;
}

.footer__developer a:hover {
  opacity: .6;
}

.feedback__item a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}

.feedback__item a:hover {
  opacity: .8;
}

.feedback__rSide-btn {
  z-index: 1;
  position: absolute;
  right: -165px;
  top: 90px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.feedback__rSide-btn a,
.feedback__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feedback__rSide-btn a {
  color: #00539f;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  line-height: 20px;
  border: 2px solid #bfcad4;
  transition: 300ms ease-out;
  height: 57px;
  text-transform: uppercase;
  -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;
  background-image: url(../images/tmp/mail-pic.png);
  background-repeat: no-repeat;
  background-position: 9% 20px;
  letter-spacing: 1px;
  width: 235px;
}

.feedback__rSide-btn a:hover {
  background-color: #fff;
}

.feedback__row {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width:768px) {
  .feedback__row .feedback__item {
    margin-right: 40px;
  }
}

@media (max-width:767px) {
  .feedback__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.feedback--full-width .feedback__title,
.feedback--side .feedback__title {
  font-family: Raleway;
  font-weight: 700;
  line-height: 30px;
  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;
}

.feedback--side .feedback__title {
  background: #f6f7f9;
  height: 55px;
  padding-left: 20px;
  color: #000;
  font-size: 15px;
}

.feedback--full-width .feedback__title {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #3f464e;
  font-size: 25px;
}

@media (max-width:767px) {
  .feedback--full-width .feedback__title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px;
  }
}

.feedback__textarea {
  min-height: 50px!important;
}

@media (max-width:767px) {
  .feedback__textarea {
    min-height: 120px!important;
  }
}

.feedback--full-width-page .feedback__title {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #3f464e;
  font-family: Raleway;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  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;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px;
  }
}

.feedback--side .feedback__inputs {
  min-height: 660px;
  border-left: 2px solid #f6f7f9;
  border-right: 2px solid #f6f7f9;
  padding-left: 15px;
  padding-right: 15px;
}

.feedback--full-width .feedback__inputs,
.feedback--full-width-page .feedback__inputs {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback--side .feedback__item {
  position: relative;
  padding-top: 25px;
}

.feedback--side .feedback__item:last-child {
  padding-bottom: 20px;
}

.feedback--side .feedback__item::-webkit-input-placeholder {
  color: #c0392b;
}

.feedback--side .feedback__item:-ms-input-placeholder {
  color: #c0392b;
}

.feedback--side .feedback__item::placeholder {
  color: #c0392b;
}

.feedback--full-width .feedback__item,
.feedback--full-width-page .feedback__item {
  position: relative;
  margin-bottom: 38px;
}

.feedback--full-width .feedback__item:nth-child(1) {
  width: 340px;
}

.feedback--full-width .feedback__item:nth-child(2) {
  width: 720px;
}

.feedback--full-width .feedback__item:nth-child(3),
.feedback--full-width .feedback__item:nth-child(4),
.feedback--full-width .feedback__item:nth-child(5) {
  width: 340px;
}

.feedback--full-width .feedback__item:nth-child(6) {
  width: 100%;
  min-height: 55px;
}

.feedback--full-width .feedback__item::-webkit-input-placeholder {
  color: #c0392b;
}

.feedback--full-width .feedback__item:-ms-input-placeholder {
  color: #c0392b;
}

.feedback--full-width .feedback__item::placeholder {
  color: #c0392b;
}

.feedback--full-width-page .feedback__item--fix-width {
  width: 100%!important;
  position: relative;
  margin-bottom: 20px;
}

.feedback--full-width-page .feedback__item:nth-child(1) {
  width: 340px;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__item:nth-child(1) {
    width: 100%;
  }
}

.feedback--full-width-page .feedback__item:nth-child(2) {
  width: 340px;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__item:nth-child(2) {
    width: 100%;
  }
}

.feedback--full-width-page .feedback__item:nth-child(3) {
  width: 340px;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__item:nth-child(3) {
    width: 100%;
  }
}

.feedback--full-width-page .feedback__item:nth-child(4) {
  width: 340px;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__item:nth-child(4) {
    width: 100%;
  }
}

.feedback--full-width-page .feedback__item:nth-child(5) {
  width: 340px;
  margin-right: 0;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__item:nth-child(5) {
    width: 100%;
  }
}

.feedback--full-width-page .feedback__item:nth-child(6) {
  width: 340px;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__item:nth-child(6) {
    width: 100%;
  }
}

.feedback--full-width-page .feedback__item:nth-child(7) {
  width: 100%;
  min-height: 55px;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__item:nth-child(7) {
    width: 100%;
  }
}

.feedback--full-width-page .feedback__item:last-child,
.search__checkbox label:last-child {
  margin-right: 0;
}

.feedback--full-width-page .feedback__item::-webkit-input-placeholder {
  color: #c0392b;
}

.feedback--full-width-page .feedback__item:-ms-input-placeholder {
  color: #c0392b;
}

.feedback--full-width-page .feedback__item::placeholder {
  color: #c0392b;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__item:nth-child(1),
  .feedback--full-width-page .feedback__item:nth-child(2),
  .feedback--full-width-page .feedback__item:nth-child(3),
  .feedback--full-width-page .feedback__item:nth-child(4),
  .feedback--full-width-page .feedback__item:nth-child(5),
  .feedback--full-width-page .feedback__item:nth-child(6),
  .feedback--full-width-page .feedback__item:nth-child(7) {
    width: 100%;
  }
}

@media (min-width:768px) {
  .feedback--mobile {
    display: none;
  }
}

@media (max-width:767px) {
  .feedback--mobile {
    display: none;
  }

  .feedback--mobile .tooltip__head,
  .feedback--mobile-page .tooltip__head {
    box-shadow: 0 1px 20px rgba(0,0,0,.2);
  }

  .feedback--mobile,
  .feedback--mobile-page {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 11;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
  }
}

.feedback--side .feedback__submit .button {
  width: 100%;
}

.feedback--full-width .feedback__submit .button {
  min-width: 340px;
  margin-bottom: 70px;
}

@media (max-width:767px) {
  .feedback--full-width .feedback__submit .button {
    min-width: 100%;
  }
}

.feedback--full-width-page .feedback__submit .button {
  min-width: 340px;
  margin-bottom: 70px;
}

@media (max-width:767px) {
  .feedback--full-width-page .feedback__submit .button {
    min-width: 100%;
  }
}

.feedback__radio-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.button__file {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  background: url(../images/file.png) no-repeat center center;
  transition: 200ms;
}

@media (max-width:767px) {
  .button__file {
    display: none;
  }
}

.feedback--side .button__file {
  bottom: 10px;
}

.feedback--full-width .button__file:hover,
.feedback--full-width-page .button__file:hover,
.feedback--side .button__file:hover {
  opacity: .6;
}

.feedback--full-width .button__file input,
.feedback--full-width-page .button__file input,
.feedback--side .button__file input,
.forms__user-input--textarea .button__file input,
.landing-form__row--column .button__file input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(3) translate3d(-50%,0,0);
  transform: scale(3) translate3d(-50%,0,0);
}

.feedback--full-width .button__file,
.feedback--full-width-page .button__file {
  right: 10px;
  bottom: 10px;
}

.feedback--bg-white {
  background: #fff;
}

.feedback--full-width .is-hidden,
.feedback--full-width-page .is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media (max-width:767px) {
  .feedback--full-width-page .is-hidden {
    display: none;
  }
}

.feedback--full-width .is-hide,
.feedback--full-width-page .is-hide {
  display: none;
}

@media (max-width:767px) {
  .feedback--full-width-page .is-hide {
    display: none;
  }
}

.feedback--side .is-hidden {
  display: none;
}

.feedback__files {
  width: 100%;
}

.feedback__item--fix-width .input-file__list {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .section__service {
    margin: 50px 0 0;
    position: relative;
  }
}

@media screen and (max-width:767px) {
  .section__service {
    margin: 35px 0 0;
  }

  .section__service .medium__title {
    font-size: 16px;
    font-weight: 400;
  }
}

.js-serviceList {
  display: none;
}

.js-serviceList.is-show {
  display: block;
}

.service__bg {
  width: 100%;
  min-height: 436px;
  background: url(../images/tmp/oilgas__bg.png) no-repeat;
  background-size: contain;
}

.service__list {
  position: static;
}

@media (min-width:768px) {
  .service__list .tile__col {
    width: 33.33%;
  }
}

@media (max-width:767px) {
  .service__list .medium__title>.filter__burger {
    top: -5px;
    right: 0;
  }

  .service__list>.filter__burger {
    top: 25px;
    right: 20px;
  }
}

@media (min-width:768px) {
  .service__block-text+.contact__block {
    margin-top: -35px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width:767px) {
  .service__block-text+.contact__block {
    margin-top: -65px;
    padding-bottom: 10px;
  }
}

.service__block-text .small__title {
  margin-bottom: 35px;
}

.service__block-text .number__list>li p,
.service__block-text p {
  color: #3d464f;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 60px;
}

.service__block-text .wrap__box {
  margin-bottom: 90px;
}

@media (max-width:767px) {
  .service__block-text .wrap__box--service li {
    padding-left: 40px;
  }

  .service__block-text .wrap__box--service li::before {
    left: 25px;
  }
}

.service__block-text .dot__list,
.service__block-text .number__list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.service__block-text .number__list>li {
  display: inline-block;
  vertical-align: top;
  color: #3f464e;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  padding-left: 35px;
  width: 100%;
}

.service__block-text .number__list>li::before {
  top: 0;
  left: 0;
}

.service__block-text .number__list>li p {
  width: 90%;
  margin-bottom: 5px;
  font-family: Roboto;
}

@media (max-width:767px) {
  .service__block-text .number__list>li p {
    width: 100%;
  }
}

.service__block-text .dot__list {
  margin-top: 20px;
}

#service__fix-margin,
.service__block-text .dot__list--fix {
  margin-bottom: 20px;
}

.service__block-text .dot__list>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-left: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width:767px) {
  .service__block-text .dot__list>li {
    min-width: 100%;
  }
}

.service__block-text .dot__list>li:nth-child(2n-1) .tooltip {
  left: -44px;
}

@media (max-width:767px) {
  .service__block-text .dot__list>li:nth-child(2n-1) .tooltip {
    left: 0;
    z-index: 11;
  }
}

.service__block-text .dot__list>li:nth-child(2n) .tooltip {
  left: -433px;
}

@media (max-width:767px) {
  .service__block-text .dot__list>li:nth-child(2n) .tooltip {
    left: 0;
    z-index: 11;
  }
}

.service__block-text .dot__list>li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: #ef2c30;
  border-radius: 50%;
}

@media (min-width:768px) {
  .service__block-text .dot__list>li:before {
    top: 12px;
  }
}

@media screen and (max-width:767px) {
  .service__block-text .dot__list>li:before {
    top: 10px;
  }
}

[data-height]:not(.header) {
  overflow: hidden;
  transition: 400ms height;
  position: relative;
}

[data-height]:not(.header).is-full-open:before {
  opacity: 0;
}

[data-height]:not(.header):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  pointer-events: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.01) 1%,#fff 100%);
  transition: 200ms;
}

[data-height]:not(.is-toggle-link-show)+.detailed__link {
  display: none;
}

[data-height]:not(.header) .wrap__box:last-child {
  margin-bottom: 20px;
}

.tab-service-block .tab-service:last-child {
  display: none;
}

.detailed__link {
  display: inline-block;
  margin-bottom: 35px;
  color: #00539f;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.detailed__link--fix-margin-right {
  margin-right: 27px;
}

.detailed__link:hover {
  color: #0688ff;
}

.detailed__link>svg {
  display: inline-block;
  margin-left: 7px;
  fill: #00539f;
  width: 10px;
  height: 6px;
}

.detailed__link.is-active>svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-tip-white {
  width: 19px;
  height: 19px;
  background: url(../images/tmp/answer-symbol-2.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  cursor: pointer;
}

.tooltip,
.tooltip__triangle {
  position: absolute;
  display: none;
}

.tooltip {
  background: #fff;
  width: 818px;
  min-height: 417px;
  box-shadow: 2px 4px 20px rgba(1,2,2,.15);
  padding: 15px 30px;
  z-index: 3;
  top: 40px;
}

.tooltip__triangle {
  top: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 4;
}

@media (max-width:767px) {
  .tooltip {
    overflow-y: scroll;
  }
}

.tooltip__close {
  position: absolute;
  background: 0 0;
  width: 25px;
  height: 25px;
  outline: none;
  font-size: 0;
  left: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.tooltip__close::after,
.tooltip__close::before {
  position: absolute;
  content: "";
  background: #1f1a1b;
  width: 13px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
}

.tooltip__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tooltip__head {
  min-height: 60px;
  position: relative;
  background: #fff;
  width: 100%;
  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;
}

.tooltip__head--shadow {
  box-shadow: 0 1px 20px rgba(0,0,0,.2);
}

@media (max-width:767px) {
  .tooltip {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: #f9f9f9;
    padding: 0;
  }
}

.tooltip .small__title {
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .tooltip .small__title {
    padding: 20px 30px;
  }
}

.tooltip__list {
  margin-bottom: 50px;
}

.tooltip__list>li {
  display: inline-block;
  vertical-align: top;
  color: #3d464f;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width:767px) {
  .tooltip__list>li {
    width: 100%;
    padding-left: 40px;
    padding-right: 23px;
  }
}

.tooltip__list>li:last-child {
  margin-left: auto;
}

.tooltip__text {
  opacity: .7;
  color: #3f464e;
  font-family: Tahoma;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width:767px) {
  .tooltip__text {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 25px;
  }
}

.tooltip--show {
  display: block;
}

.tooltip__wrapper {
  position: relative;
  margin-left: 5px;
}

.tooltip__vacancy {
  position: absolute;
  width: 100%;
  min-width: 320px;
  height: auto;
  top: 35px;
  min-height: auto;
}

.tooltip__vacancy::after {
  content: "";
  position: absolute;
  left: 562px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (min-width:768px) {
  .tooltip__vacancy {
    max-width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .tooltip__vacancy::after {
    left: 150px;
  }
}

@media (max-width:767px) {
  .tooltip__vacancy {
    top: 0%;
    position: fixed;
  }

  .tooltip__vacancy .tooltip__text {
    padding-top: 25px;
  }
}

@media (min-width:768px) {
  .page-top__block {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-top__container .two-columns,
.page-top__text {
  font-family: Roboto;
  color: #3d464f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width:767px) {
  .page-top__container .two-columns {
    font-size: 16px;
    line-height: 22px;
  }
}

.page-top__text {
  margin-bottom: 42px;
  width: 49%;
}

@media (max-width:767px) {
  .page-top__text {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

.solution__block {
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
}

@media (min-width:768px) {
  .solution__block {
    height: 189px;
  }
}

.solution__block a {
  transition: 300ms ease-out;
}

.solution__block a:hover {
  opacity: .8;
}

@media (min-width:768px) {
  .solution__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width:767px) {
  .solution__block {
    width: 100%;
  }
}

.solution__img {
  width: 189px;
  height: 189px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width:767px) {
  .solution__img {
    width: 100%;
  }
}

.solution__promo {
  display: block;
  width: 655px;
  padding: 25px 33px;
  border-right: 1px solid #edf0f3;
}

@media (max-width:767px) {
  .solution__promo {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #edf0f3;
  }
}

.solution__title {
  color: #3f464e;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}

.solution__text {
  color: #3d464f;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.solution__for {
  width: 254px;
  padding: 28px;
}

@media (max-width:767px) {
  .solution__for {
    min-height: 159px;
  }
}

.two-columns {
  -webkit-column-count: 2;
  column-count: 2;
  font-size: 16px;
  line-height: 21px;
  color: #3d464f;
}

@media (min-width:768px) {
  .two-columns {
    margin-bottom: 15px;
  }
}

@media (max-width:767px) {
  .two-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .two-columns p {
    margin-bottom: 20px;
  }
}

.oilgas__bg {
  width: 100%;
  min-height: 436px;
  background: url(../images/tmp/oilgas.png) no-repeat;
  background-size: contain;
  position: relative;
}

@media (min-width:768px) {
  .oilgas__wrap--background-fix {
    padding: 60px 0 0;
  }
}

@media (min-width:767px) {
  .oilgas-js__padding-fix {
    padding-bottom: 40px;
  }
}

.oilgas__map-marker {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #3d464f;
  padding-left: 23px;
  position: relative;
  display: table;
}

.oilgas__map-marker:hover {
  opacity: .9;
}

.oilgas__map-marker::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ee2b32;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.oilgas__map-marker--1 {
  top: 255px;
  left: 74px;
}

.oilgas__map-marker--2 {
  top: 124px;
  left: 139px;
}

.oilgas__map-marker--3 {
  top: 150px;
  left: 178px;
}

.oilgas__map-marker--4 {
  top: 157px;
  left: 468px;
}

.oilgas__map-marker--5 {
  top: 169px;
  left: 635px;
}

.oilgas__block {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  background: #fff;
  z-index: 5;
}

@media (max-width:767px) {
  .oilgas__block:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .oilgas__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    min-height: 189px;
  }

  .oilgas__block:nth-child(3n-2)::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: url(../images/tmp/oilgas__dashes-1.png) no-repeat;
    width: 296px;
    height: 232px;
    left: 330px;
    top: 67%;
  }

  .oilgas__block:nth-child(3n-1)::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: url(../images/tmp/oilgas__dashes-2.png) no-repeat;
    width: 191px;
    height: 229px;
    top: 67%;
    left: 145px;
  }

  .oilgas__block:nth-child(3n)::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: url(../images/tmp/oilgas__dashes-3.png) no-repeat;
    width: 475px;
    height: 232px;
    left: 147px;
    top: 70%;
    background-size: contain;
  }

  .oilgas__block:last-child::after {
    background: 0 0;
  }
}

@media (max-width:767px) {
  .oilgas__block {
    width: 100%;
  }

  .oilgas__block:nth-child(3n-2)::after {
    position: absolute;
    content: "";
    background: url(../images/tmp/oilgas__dashes-1-m.png) no-repeat;
    width: 129px;
    height: 133px;
    left: 115px;
    top: 93%;
    z-index: -1;
  }

  .oilgas__block:nth-child(3n-1)::after {
    position: absolute;
    content: "";
    background: url(../images/tmp/oilgas__dashes-2-m.png) no-repeat;
    width: 79px;
    height: 131px;
    top: 93%;
    left: 45px;
    z-index: -1;
  }

  .oilgas__block:nth-child(3n)::after {
    position: absolute;
    content: "";
    background: url(../images/tmp/oilgas__dashes-3-m.png) no-repeat;
    width: 184px;
    height: 133px;
    top: 96%;
    left: 49px;
    background-size: contain;
    z-index: -1;
  }

  .oilgas__block:last-child::after {
    background: 0 0;
  }
}

.oilgas__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}

@media (min-width:768px) {
  .oilgas__img {
    width: 189px;
    min-height: 189px;
  }
}

@media (max-width:767px) {
  .oilgas__img {
    padding-bottom: 40%;
    min-height: 119px;
  }
}

.oilgas__img::before,
.oilgas__text::before {
  width: 100%;
  left: 0;
  position: absolute;
  content: "";
}

.oilgas__img::before {
  top: 0;
  background-color: #1f4fa2;
  opacity: .6;
  height: 100%;
}

.oilgas__num {
  position: absolute;
  color: #fff;
  font-family: Raleway;
  font-size: 50px;
  font-weight: 300;
  line-height: 20px;
  padding-top: 10px;
  border-top: 2px solid #ee2b32;
  left: 30px;
  top: 28px;
}

.oilgas__promo {
  width: 613px;
  padding: 25px 33px;
  position: relative;
  background: #fff;
}

.oilgas__promo .detailed__link {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .oilgas__promo {
    width: 100%;
    min-height: 193px;
  }
}

.oilgas__text,
.oilgas__title {
  color: #3f464e;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}

.oilgas__text {
  overflow: hidden;
  color: #3d464f;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  min-height: 70px;
}

.oilgas__text::before {
  height: 30px;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
}

.questionnaire__block {
  padding: 60px 0;
  background: url(../images/tmp/questionarie__list.png) no-repeat;
}

@media (min-width:768px) {
  .questionnaire__block {
    background-position: 100% center;
  }
}

@media (max-width:767px) {
  .questionnaire__block {
    background-position: 100% 50px;
    background-size: 53px 62px;
  }

  .questionnaire__block>.medium__title {
    width: 70%;
  }
}

.questionnaire__text {
  color: #3d464f;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

@media (min-width:768px) {
  .questionnaire__text {
    width: 550px;
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  .questionnaire__text {
    margin-bottom: 20px;
  }

  .questionnaire__btn {
    width: 100%;
    text-align: center;
  }
}

.radio {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #3f464e;
  margin: 0 15px 10px 0;
  position: relative;
  transition: 200ms ease-out;
}

@media (min-width:768px) {
  .radio:hover {
    color: #6d7986;
  }
}

@media screen and (max-width:767px) {
  .radio {
    line-height: 16px;
  }
}

.radio span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


@media (min-width:768px) {
  .city-select__background {
    text-align: center;
    font-size: 0;
    overflow: auto;
  }

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

.city-select {
  position: relative;
  background: #fff;
  width: 1040px;
  padding: 20px;
}

@media (min-width:768px) {
  .city-select {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-height:768px) {
  .city-select {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

@media (max-width:767px) {
  .city-select {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    padding-bottom: 100px;
    margin: 0 auto;
    overflow: auto;
  }
}

.city-select__list {
  font-size: 15px;
  line-height: 25px;
  margin-top: 30px;
}

@media (max-width:767px) {
  .city-select__list {
    padding: 0 20px;
  }
}

.city-select__item {
  font-size: 15px;
  line-height: 25px;
  font-family: "Roboto",sans-serif;
  margin: 10px 0;
}

.city-select .hr--second {
  margin: 10px 0;
}

.city-select a {
  cursor: pointer;
}

.city-select a:hover,
.js-city-select:hover {
  color: #00539f;
}

.city-select__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:767px) {
  .city-select__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.city-select__block {
  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;
}

.city-select__background {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(158,166,178,.8);
}

.city-select__background--show {
  display: block;
}

.city-select__close {
  position: absolute;
  background: 0 0;
  width: 25px;
  height: 25px;
  outline: none;
  font-size: 0;
  right: 15px;
  cursor: pointer;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.city-select__close--mobile {
  top: 13px;
}

@media (max-width:767px) {
  .city-select__close {
    background-image: none;
  }

  .city-select__close::after,
  .city-select__close::before {
    position: absolute;
    content: "";
    background: #9fa4af;
    width: 13px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
  }

  .city-select__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.js-city-select {
  cursor: pointer;
}

.select {
  width: 100%;
  text-align: left;
}

.select select {
  opacity: 0!important;
  width: 0!important;
  height: 0!important;
}

.select.opened .jq-selectbox__select {
  border-color: #aab7c6;
}

.select.opened .jq-selectbox__trigger {
  top: 21px;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.select.error .jq-selectbox__select {
  border-color: #fd6969;
}

.select .jq-selectbox__select {
  width: 100%;
  height: 46px;
  color: #3f464e;
  background: #fff;
  font-size: 13px;
  line-height: 1.2;
  border: 1px solid #aab7c6;
  white-space: nowrap;
  overflow: hidden;
  padding: 15px 30px 15px 20px;
  position: relative;
  cursor: pointer;
  z-index: 2;
  transition: 300ms ease-out;
}

@media (min-width:768px) {
  .select .jq-selectbox__select:hover {
    border-color: #c1c8d0;
  }
}

.select .jq-selectbox__select-text {
  width: 100%;
  font-family: "Roboto",sans-serif;
  display: inline-block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.select .jq-selectbox__select-text.placeholder,
.select li {
  color: #3f464e;
}

.select .jq-selectbox__trigger::after {
  position: absolute;
  content: "";
  right: 17px;
  top: 10px;
  border: 5px solid transparent;
  border-bottom: 5px solid #2b78e4;
}

.select .jq-selectbox__trigger::before {
  position: absolute;
  content: "";
  right: 17px;
  top: 25px;
  border: 5px solid transparent;
  border-top: 5px solid #2b78e4;
}

.select .jq-selectbox__dropdown {
  background: #fff;
  width: 100%;
  border: 1px solid #b7bfc5;
  border-top: none;
  top: 45px;
}

.select ul {
  max-height: 250px;
}

.select li {
  display: block;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  padding: 7px 20px;
}

.select li:hover {
  color: #fff;
  background: #2b78e4;
}

.fieldset>.js-input-number {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.jq-number__spin.minus {
  right: 17px;
  top: 60px;
  border: 5px solid transparent;
  border-top: 5px solid #2b78e4;
}

.jq-number__spin.plus {
  right: 17px;
  top: 45px;
  border: 5px solid transparent;
  border-bottom: 5px solid #2b78e4;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

@media (min-width:768px) {
  .geography__map-line {
    border-top: 1px solid #fff;
    padding-top: 35px;
  }
}

.geography__city {
  border: 5px solid #f6f7f9;
  background: #fff;
}

@media (min-width:768px) {
  .geography__city {
    min-height: 550px;
  }
}

@media screen and (max-width:767px) {
  .geography__city {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    border: none;
    z-index: 11;
    width: 100%;
  }
}

.geography__head {
  background: #15449e;
  height: 50px;
  width: 100%;
  color: white;
  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;
  padding: 0 20px;
  z-index: 20;
}

@media (min-width:768px) {
  .geography__head .tooltip__close {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .geography__head {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 1px 20px rgba(0,0,0,.2);
  }
}

.geography__head .tooltip__close {
  left: 25px;
}

.geography__all-list {
  padding: 25px 5px 35px 20px;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width:768px) {
  .geography__all-list {
    height: 500px;
  }
}

@media screen and (max-width:767px) {
  .geography__all-list {
    height: 100%;
    background: #fff;
    padding: 95px 30px 25px;
    overflow: auto;
  }
}

.geography__list {
  text-transform: uppercase;
  padding: 0;
  color: #15449e;
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto",sans-serif;
  
}

@media screen and (max-width:767px) {
  .geography__list {
    margin-bottom: 10px;
  }
}

.geography__list:last-child {
  margin-bottom: 0;
}

.geography__list>span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 200ms;
}

.geography__list>span:hover {
  color: #00539f;
  fill: #00539f;
}

.geography__list.is-open {
  font-weight: 700;
  color: #00539f;
}

@media screen and (max-width:767px) {
  .geography__list.is-open {
    margin-bottom: 20px;
  }
}

.geography__list.is-open .geography__label>svg {
  fill: #00539f;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.geography__list.is-open .geography__item {
  display: block;
}

.geography__list-link {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  z-index: 2;
  padding-top: 2px;
}

@media (min-width:768px) {
  .geography__list-link {
    top: 35px;
  }
}

@media screen and (max-width:767px) {
  .geography__list-link {
    display: none;
  }
}

.geography__item {
  display: none;
  text-transform: none;
  color: #15449e;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 10px;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .geography__item {
    margin-top: 4px;
    padding: 3px 0;
  }
}

.geography__item.is-selected,
.geography__item:hover,
.geography__label.is-selected {
  color: #00539f;
}

.geography__label {
  cursor: pointer;
  position: relative;
}

.geography__label>svg {
  display: inline-block;
  margin-left: 7px;
  width: 10px;
  height: 6px;
}

@media screen and (max-width:767px) {
  .geography__label {
    padding: 5px 0;
  }
}

.geography__btn button {
  width: 100%;
  margin-top: 20px;
}

.slider {
  height: 100%;
}

@media (min-width:768px) {
  .slider .swiper-slide-active .slide__line,
  .slider .swiper-slide-active .slider__slide-content {
    display: block;
  }

  .slider .slide__line,
  .slider .slider__slide-content {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .slider {
    height: 100%;
  }
}

.slider .swiper-container {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.slider__slide {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper__nav {
  position: absolute;
  z-index: 2;
}

@media (min-width:768px) {
  .swiper__nav {
    bottom: 50px;
    left: -30px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .swiper__nav {
    bottom: 49px;
  }
}

@media screen and (max-width:767px) {
  .swiper__nav {
    left: 10px;
    right: 10px;
    bottom: 0;
  }
}

.swiper__control {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 300ms ease-out;
}

@media (min-width:768px) {
  .swiper__control {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
  }

  .swiper__control:hover {
    background: #fff;
  }
}

@media screen and (max-width:767px) {
  .swiper__control {
    width: 30px;
    height: 30px;
    float: left;
  }

  .swiper__control:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .swiper__control:last-child {
    float: right;
  }

  .swiper__control:last-child:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

.swiper__control.swiper-button-disabled {
  opacity: .3;
  pointer-events: none;
}

.swiper__control svg {
  width: 26px;
  height: 14px;
  fill: #231f20;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width:767px) {
  .swiper__control svg {
    display: none;
  }
}

.slide__video,
.slide__video video,
.slide__video::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide__video {
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.slide__video::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #234fa6;
  opacity: .7;
  z-index: 2;
}

.slide__video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width:1025px) {
  .slide__video video {
    display: none;
  }
}

.slider-video__video {
  visibility: visible!important;
}

.slider-video__video:not(.is-show) {
  width: 0;
  height: 0;
  top: -1000px;
  left: -1000px;
}

.slider-video__video:not(.is-show) video {
  width: 0;
  height: 0;
}

@media screen and (max-width:767px) {
  .slider-video__video video {
    display: block;
  }
}

.slider-minitext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #9ea6b2;
  font-size: 13px;
  line-height: 20px;
  font-family: "Tahoma",sans-serif;
}

@media (min-width:768px) {
  .slider-minitext {
    width: 800px;
    margin: 0 auto;
  }
}

@media (max-width:767px) {
  .slider-minitext {
    width: 100%;
    padding: 0 20px;
  }
}

.slider-minitext__number {
  width: 10%;
}

.slider-minitext__text {
  width: 90%;
}

.slide__line {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}

@media (min-width:768px) {
  .slide__line {
    opacity: 0;
    transition: 500ms 1000ms;
  }
}

@media screen and (max-width:767px) {
  .slide__line {
    display: none;
  }
}

.slide__line .svg-line {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slide__line .svg-line:first-child {
  opacity: 0;
}

@media (max-width:1024px) {
  .slide__line .svg-line:first-child {
    display: none;
  }
}

.slide__line.slide__line-1 {
  bottom: 37px;
  left: -2px!important;
}

@media (min-width:768px) and (max-height:768px) {
  .slide__line.slide__line-1 {
    bottom: 83px;
    left: -20px!important;
  }

  .slide__line.slide__line-1 .svg-line {
    width: 115%;
  }
}

.slide__line.slide__line-2 {
  bottom: 87px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide__line.slide__line-2 {
    bottom: 80px;
  }
}

.slide__line.slide__line-3 {
  top: -172px;
  left: 20px;
  right: 20px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide__line.slide__line-3 {
    top: -195px;
    left: 40px;
    right: -20px;
  }
}

.slide__line.slide__line-4 {
  bottom: 85px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide__line.slide__line-4 {
    bottom: 87px;
  }
}

.slide__line.slide__line-5 {
  bottom: 50px;
  left: -5px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide__line.slide__line-5 {
    bottom: 82px;
    left: 0;
  }

  .slide__line-md {
    display: none;
  }
}

.slide__line-sm {
  height: 1000px;
  display: none;
}

@media (min-width:768px) and (max-height:768px) {
  .slide__line-sm {
    display: block;
  }
}

.slider__slide-flex {
  height: 100%;
  padding: 50px;
  text-align: 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;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .slider__slide-flex {
    padding: 50px 20px;
  }
}

@media (min-width:768px) {
  .main__slider-title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 100;
    margin-top: -22px;
    margin-left: 18px;
  }

  .main__slider-title span {
    display: block;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .main__slider-title {
    font-size: 60px;
    line-height: 70px;
    margin-top: 8px;
    margin-left: 23px;
  }
}

@media screen and (max-width:767px) {
  .main__slider-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}

.slide__overlay {
  width: 50%;
  background: #00539f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.slide__case {
  max-width: 670px;
  position: absolute;
  left: 125px;
  bottom: 70px;
}

@media screen and (max-width:767px) {
  .slide__case {
    left: 20px;
    right: 20px;
    bottom: 55px;
  }
}

.slide__case p {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

@media screen and (max-width:767px) {
  .slide__case p {
    line-height: 20px;
  }
}

.slider__wide {
  position: relative;
}

@media (min-width:768px) {
  .slider__wide {
    margin-bottom: 50px;
  }

  .slider__wide .swiper-slide {
    width: 800px;
  }

  .slider__wide .swiper-slide.swiper-slide-active .slide:before {
    opacity: 0;
  }

  .slider__wide .swiper-slide.swiper-slide-active .caption-label {
    opacity: 1;
  }

  .slider__wide .swiper-slide .caption-label {
    opacity: 0;
    transition: 300ms ease-out;
  }
}

@media screen and (max-width:767px) {
  .slider__wide {
    margin-bottom: 30px;
  }

  .slider__wide .caption-label {
    padding: 0 20px 0 70px;
    position: relative;
  }

  .slider__wide .caption-label .slide__count {
    position: absolute;
    left: 20px;
  }
}

.slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 20px;
}

@media (min-width:768px) {
  .slide {
    width: 100%;
    height: 500px;
    position: relative;
  }

  .slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: 0 0;
    opacity: .8;
    transition: 300ms ease-out;
  }
}

@media screen and (max-width:767px) {
  .slide {
    padding-bottom: 67%;
  }
}

.slide-bg-case {
  height: 100%;
}

.slide__count {
  margin-right: 20px;
}

.slider__slide-content {
  width: 100%;
}

.js-caseSwiper .swiper-slide-active .animation-item-1,
.js-caseSwiper .swiper-slide-active .animation-item-2,
.js-caseSwiper .swiper-slide-active .animation-item-3,
.js-caseSwiper .swiper-slide-active .animation-item-4,
.js-caseSwiper .swiper-slide-active .animation-item-5,
.js-mainSwiper .swiper-slide-active--animation .animation-item-1,
.js-mainSwiper .swiper-slide-active--animation .animation-item-2,
.js-mainSwiper .swiper-slide-active--animation .animation-item-3,
.js-mainSwiper .swiper-slide-active--animation .animation-item-4,
.js-mainSwiper .swiper-slide-active--animation .animation-item-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.js-caseSwiper .swiper-slide-active .animation-item-6,
.js-mainSwiper .swiper-slide-active--animation .animation-item-6 {
  width: 50%;
  opacity: 1;
}

.js-caseSwiper .swiper-slide-active .animation-item-scale,
.js-mainSwiper .swiper-slide-active--animation .animation-item-scale {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.js-caseSwiper .swiper-slide-active .slide__line,
.js-mainSwiper .swiper-slide-active--animation .slide__line {
  opacity: 1;
}

.js-caseSwiper .swiper-slide-active .slide__line [id*=Dashed],
.js-mainSwiper .swiper-slide-active--animation .slide__line [id*=Dashed] {
  opacity: .3;
}

.is-animation-hide .animation-item-1,
.is-animation-hide .animation-item-2,
.is-animation-hide .animation-item-3,
.is-animation-hide .animation-item-4,
.is-animation-hide .animation-item-5 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.is-animation-hide .animation-item-6 {
  width: 0%;
}

.is-animation-hide .animation-item-scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.is-animation-hide .slide__line {
  transition: 500ms;
  opacity: 0;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 2500;
  }

  to {
    stroke-dashoffset: 5000;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 2500;
  }

  to {
    stroke-dashoffset: 5000;
  }
}

@-webkit-keyframes dash_sec {
  0% {
    stroke-dashoffset: 3500;
  }

  to {
    stroke-dashoffset: 7000;
  }
}

@keyframes dash_sec {
  0% {
    stroke-dashoffset: 3500;
  }

  to {
    stroke-dashoffset: 7000;
  }
}

@-webkit-keyframes dash_third {
  0% {
    stroke-dashoffset: 3000;
  }

  to {
    stroke-dashoffset: 6000;
  }
}

@keyframes dash_third {
  0% {
    stroke-dashoffset: 3000;
  }

  to {
    stroke-dashoffset: 6000;
  }
}

@media (min-width:768px) {
  .animation-item-1,
  .animation-item-2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  .animation-item-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 400ms 300ms ease-out;
  }

  .animation-item-2 {
    transition: 400ms 550ms ease-out;
  }

  .animation-item-3 {
    display: block;
    transition: 400ms 650ms ease-out;
  }

  .animation-item-3,
  .animation-item-4,
  .animation-item-5 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  .animation-item-4 {
    display: block;
    transition: 400ms 850ms ease-out;
  }

  .animation-item-5 {
    transition: 400ms 950ms ease-out;
  }

  .animation-item-6 {
    opacity: 0;
    width: 0%;
    transition: 400ms 200ms ease-out;
  }

  .animation-item-scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 3s 400ms ease-out;
  }
}

.slide-2__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 230px;
  margin-top: 81px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-2__block {
    margin-top: 90px;
  }
}

@media (max-width:767px) {
  .slide-2__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    text-align: left;
  }
}

.slide-2__item {
  width: 250px;
}

.slide-2__item:first-child {
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.slide-2__item:first-child .slide-2__img {
  top: 11px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-2__item:first-child .slide-2__img {
    top: 25px;
    background-size: 33%;
  }

  .slide-2__item:nth-child(2) .slide-2__img {
    top: 15px;
    left: -4px;
    background-size: 29%;
  }
}

.slide-2__item:last-child {
  -webkit-transform: translate3d(-5px,0,0);
  transform: translate3d(-5px,0,0);
}

.slide-2__item:last-child .slide-2__img {
  top: 7px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-2__item:last-child .slide-2__img {
    top: 21px;
    background-size: 40%;
  }
}

.slide-2__img {
  position: relative;
  min-height: 114px;
  margin-bottom: 46px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-2__img {
    margin-bottom: 50px;
  }
}

.slide-2__text {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-family: "Roboto",sans-serif;
  text-align: center;
}

@media (max-width:767px) {
  .slide-2__title {
    font-family: "Raleway","Roboto",sans-serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px;
  }

  .slide-2__list-item {
    list-style: disc;
    margin-left: 17px;
    margin-bottom: 23px;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 18px;
  }
}

.slide-3__block-1 {
  min-height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px 0 65px;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 102px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-3__block-1 {
    min-height: 190px;
    padding: 0 65px 0 107px;
    margin-top: 16px;
  }
}

@media (max-width:767px) {
  .slide-3__block-1 {
    padding: 0;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.slide-3__block-1-text {
  font-family: "Raleway","Roboto",sans-serif;
  font-weight: 100;
  font-size: 60px;
  line-height: 70px;
}

.slide-3__block-1-text.sm {
  display: none;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-3__block-1-text {
    font-size: 40px;
    line-height: 40px;
    max-width: 350px;
    padding-top: 85px;
  }

  .slide-3__block-1-text br,
  .slide-3__block-1-text.md {
    display: none;
  }

  .slide-3__block-1-text.sm {
    width: 450px;
    max-width: 450px;
    margin-left: -40px;
    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;
  }
}

@media (max-width:767px) {
  .slide-3__block-1-text {
    font-size: 30px;
    line-height: 35px;
  }
}

.slide-3__block-1-img {
  min-height: 230px;
  width: 230px;
  position: relative;
  top: -47px;
  right: 80px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-3__block-1-img {
    min-height: 190px;
  }
}

@media (max-height:768px) {
  .slide-3__block-1-img {
    top: 21px;
    background-position: left 85%;
    background-size: 50%;
  }
}

.slide-3__block-1-num {
  font-size: 100px;
  font-weight: 300;
  margin-right: 22px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-3__block-1-num {
    width: 190px;
  }
}

.slide-3__block-2 {
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 82px 0 71px;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px;
  top: 23px;
  position: relative;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-3__block-2 {
    padding: 0 65px 0 71px;
    top: 59px;
  }
}

@media (max-width:767px) {
  .slide-3__block-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.slide-3__block-2-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:767px) {
  .slide-3__block-2-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    width: 50%;
  }
}

.slide-3__block-2-number {
  font-family: "Raleway","Roboto",sans-serif;
  font-size: 50px;
  line-height: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  font-weight: 300;
}

@media (min-width:768px) {
  .slide-3__block-2-number {
    letter-spacing: -3px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-3__block-2-number {
    letter-spacing: 0;
  }
}

@media (max-width:767px) {
  .slide-3__block-2-number {
    font-size: 28px;
    line-height: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.slide-3__block-2-number::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 51px;
  background: #ee2b32;
  top: -10px;
  left: 0;
}

@media (max-width:767px) {
  .slide-3__block-2-number::before {
    width: 21px;
  }
}

.slide-3__block-2-text {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-left: 17px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (min-width:768px) {
  .slide-3__block-2-text {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }
}

@media (max-width:767px) {
  .slide-3__block-2-text {
    margin-left: 0;
  }
}

.slide-4__head {
  font-family: "Raleway","Roboto",sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  margin-bottom: 40px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-4__head {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 35px;
  }
}

@media (max-width:767px) {
  .slide-4__head {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .slide-4__head--fix {
    position: relative;
    top: -10px;
  }
}

.slide-4__number {
  font-family: "Raleway","Roboto",sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .slide-4__number {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-4__number {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.slide-4__text {
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
}

@media (max-width:767px) {
  .slide-4__text {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    padding-right: 20px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-4__text {
    font-size: 15px;
    line-height: 20px;
    max-width: 300px;
  }
}

.slide-4__text::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 51px;
  background: #ee2b32;
  top: -20px;
  left: 0;
}

@media (max-width:767px) {
  .slide-4__text::before {
    width: 21px;
    top: -9px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-4__text::before {
    top: -13px;
  }
}

@media (max-width:767px) {
  .slide-4__text--fix {
    position: relative;
    top: -10px;
  }
}

.slide-4__block-1 {
  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;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 60px;
  margin-top: 145px;
}

@media (min-width:768px) {
  .slide-4__block-1 {
    padding: 0 80px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-4__block-1 {
    margin-bottom: 30px;
    margin-top: 70px;
  }

  .slide-4__block-1 br {
    display: none;
  }
}

@media (max-width:767px) {
  .slide-4__block-1 {
    margin: 0 0 40px;
  }
}

.slide-4__block-1-item {
  width: 320px;
}

@media (min-width:768px) {
  .slide-4__block-1-item:last-child {
    margin-right: 40px;
  }

  .slide-4__block-1-item:last-child .slide-4__number {
    margin-bottom: 35px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-4__block-1-item:last-child .slide-4__number {
    margin-bottom: 23px;
  }
}

@media (max-width:767px) {
  .slide-4__block-1-item {
    width: 50%;
  }
}

.slide-4__block-2 {
  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;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

@media (min-width:768px) {
  .slide-4__block-2 {
    padding: 0 70px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-4__block-2 {
    padding: 0 80px;
    position: relative;
    top: 10px;
  }
}

.slide-4__block-2-item {
  width: 320px;
}

@media (min-width:768px) {
  .slide-4__block-2-item:last-child {
    margin-right: 40px;
  }
}

@media (max-width:767px) {
  .slide-4__block-2-item {
    width: 50%;
  }
}

.slide-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 95px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  margin-top: 150px;
}

@media (max-width:767px) {
  .slide-5 {
    margin-top: 0;
    padding: 0;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5 {
    margin-top: 150px;
    padding: 0 50px;
    -webkit-transform: translate3d(45px,0,0);
    transform: translate3d(45px,0,0);
  }
}

@media (max-width:767px) {
  .slide-5 p {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

.slide-5__head {
  font-family: "Raleway","Roboto",sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  margin-bottom: 70px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5__head {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .slide-5__head br {
    display: none;
  }
}

.slide-5__text {
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  line-height: 25px;
  position: relative;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5__text {
    font-size: 15px;
    line-height: 19px;
    max-width: 260px;
  }

  .slide-5__text br {
    display: none;
  }
}

.slide-5__text::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 51px;
  background: #ee2b32;
  top: -35px;
  left: 0;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5__text::before {
    top: -15px;
  }
}

.slide-5__block {
  width: 350px;
  position: relative;
  top: -20px;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5__block:first-child {
    width: 410px;
    padding-top: 89px;
  }
}

.slide-5__block--column {
  -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;
}

@media (min-width:768px) {
  .slide-5__block--column {
    top: 25px;
    left: 47px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5__block--column {
    top: -9px;
    left: -41px;
  }
}

.slide-5__item {
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  line-height: 23px;
  padding-left: 110px;
  margin-bottom: 50px;
  min-height: 80px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5__item {
    font-size: 15px;
    margin-bottom: 25px;
    padding-left: 105px;
  }
}

.slide-5__item:nth-child(1) {
  background-image: url(../images/slide-5-img-1.png);
}

@media (min-width:768px) {
  .slide-5__item:nth-child(1) {
    background-position: 0 9px;
  }
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5__item:nth-child(1) {
    background-position: 7px 18px;
  }
}

.slide-5__item:nth-child(2) {
  background-image: url(../images/slide-5-img-2.png);
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5__item:nth-child(2) {
    background-position: 4px 2px;
  }
}

.slide-5__item:nth-child(3) {
  background-image: url(../images/slide-5-img-3.png);
}

@media (min-width:768px) and (max-height:768px) {
  .slide-5__item:nth-child(3) {
    background-position: 0 9px;
    background-size: 21%;
  }
}

@media (max-height:768px) {
  .slide-5__item {
    background-size: 17%;
    background-position: left center;
  }
}

.js-slide-video-check {
  cursor: default!important;
}

#video-slide-6 {
  cursor: pointer;
  z-index: 3;
}

.banner__slider {
  position: relative;
  z-index: 2;
}

@media (min-width:768px) {
  .banner__slider {
    padding-top: 40px;
    margin-bottom: 49px;
  }

  .banner__slider .swiper-pagination {
    top: 0;
    right: 0;
    bottom: auto;
  }
}

@media (max-width:767px) {
  .banner__slider {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .banner__slider .swiper-pagination {
    top: auto;
    right: 50%;
    margin-right: -60px;
    bottom: 49px;
  }
}

.banner__slider .swiper-pagination-bullet {
  width: 33px;
  height: 2px;
  margin-left: 7px;
  background-color: #c0cad4;
  border-radius: 0;
  position: relative;
}

.banner__slider .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  background: 0 0;
  width: 33px;
  height: 16px;
  left: 0;
  top: -7px;
}

.banner__slider .swiper-pagination-bullet-active {
  background-color: #ef2c30;
}

.banner__slide {
  position: relative;
  background-repeat: no-repeat;
  background-color: #00539f;
  background-size: 50% 100%;
  background-position: 100% 0;
}

@media (min-width:768px) {
  .banner__slide {
    height: 170px;
  }
}

@media (max-width:767px) {
  .banner__slide {
    padding: 35px 20px;
    height: 300px;
    background-size: cover;
  }
}

.banner__slide:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #00539f;
  opacity: .6;
  z-index: 1;
}

.banner__link::before,
.banner__slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
}

.banner__slide::before {
  background: #00539f;
  width: 50%;
}

.banner__text {
  color: #fff;
  font-family: Raleway;
  z-index: 2;
}

@media (min-width:768px) {
  .banner__text {
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    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;
    font-size: 50px;
    line-height: 55px;
    font-weight: 200;
  }
}

@media (max-width:767px) {
  .banner__text {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
  }
}

.banner__link {
  width: 49px;
  height: 49px;
  border: 1px solid #ee2b32;
  z-index: 2;
  cursor: pointer;
  transition: 300ms ease-out;
}

.banner__link::before {
  width: 0%;
  background: #ee2b32;
  transition: 500ms ease-out;
}

.banner__link:hover::before {
  width: 100%;
}

.banner__link svg {
  width: 8px;
  height: 14px;
  fill: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width:768px) {
  .banner__link {
    position: absolute;
    right: 30px;
    top: 59px;
  }
}

@media (max-width:767px) {
  .banner__link {
    display: inline-block;
    position: relative;
    margin-top: 15px;
  }
}


@media (max-width:767px) {
  .pop-up--background {
    top: 70px;
    cursor: pointer;
  }
}




@media (min-width:768px) {
  .close-search-btn {
    top: 5px;
    right: -55px;
    opacity: 0;
  }
}

@media (min-width:768px) and (max-width:1260px) {
  .close-search-btn {
    right: -1%;
  }
}

@media (max-width:767px) {
  .close-search-btn {
    min-height: 60px;
  }
}

.close-search-btn::after,
.close-search-btn::before {
  background: #000;
  width: 16px;
}

@media (max-width:767px) {
  .close-search-btn::after,
  .close-search-btn::before {
    background: #fff;
  }
}

@media (min-width:768px) {
  .header,
  .slider .swiper-container {
    transition: 500ms linear transform,500ms linear opacity;
  }

  .main__tab-nav {
    z-index: 1;
    transition: 500ms 1000ms linear transform,500ms 1000ms linear opacity;
  }

  .main__logo img,
  .swiper-pagination,
  .swiper__nav {
    transition: 500ms 1000ms linear opacity;
  }

  .main__letter.from,
  .main__letter.to {
    transition: 500ms 1500ms linear opacity,500ms 1500ms linear transform;
  }

  .index-animation .header {
    opacity: 0;
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
  }

  .index-animation .slider .swiper-container {
    opacity: 0;
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
  }

  .index-animation .main__tab-nav {
    opacity: 0;
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
  }

  .index-animation .main__logo img,
  .index-animation .swiper-pagination,
  .index-animation .swiper__nav {
    opacity: 0;
  }

  .index-animation .main__letter.from {
    opacity: 0;
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
  }

  .index-animation .main__letter.to {
    opacity: 0;
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 40px;
  margin-bottom: 20px;
}

.breadcrumbs__item {
  margin-right: 35px;
  position: relative;
  padding-left: 0!important;
  margin-bottom: 0!important;
}

.breadcrumbs__item:hover {
  opacity: .8;
}

.breadcrumbs__item::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -20px;
  width: 5px;
  height: 5px;
  background: url(../images/tmp/round.png);
}

.breadcrumbs--dark .breadcrumbs__item:last-child::after,
.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__item::before {
  position: static!important;
}

.breadcrumbs--dark {
  color: #3f464e;
  padding-top: 0;
}

.breadcrumbs--dark a {
  color: #3f464e!important;
}

.breadcrumbs--dark .breadcrumbs__item:hover {
  opacity: .7;
}

.breadcrumbs--dark .breadcrumbs__item::after {
  background: url(../images/tmp/round-dark.png);
}

.breadcrumbs__active {
  opacity: .5;
}

.breadcrumbs__active:hover {
  opacity: .5!important;
}

@media (max-width:767px) {
  .office--wrap {
    padding-top: 50px;
  }
}

@media (min-width:768px) {
  .office--medium__title {
    line-height: 1;
    margin-bottom: 25px;
  }
}

.office__print-btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width:767px) {
  .office__print-btn {
    display: none;
  }
}

.office__print-btn:hover {
  opacity: .8;
}

.office--border-fix {
  border-bottom: 5px solid #f6f7f9;
  padding-bottom: 15px;
}

.office--title-padding-fix {
  padding-top: 50px;
}

@media (max-width:767px) {
  .office--text-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .office--text-column-left {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }
}

.office--text-column-right {
  font-size: 15px;
  line-height: 25px;
}

.office--text-column-right .detailed__link {
  margin-top: 15px;
}

@media (max-width:767px) {
  .office--text-column-right {
    width: 100%!important;
  }
}

.office__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.office__item {
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .office__item {
    width: 100%;
  }
}

.office__item--all {
  width: 49%;
}

@media (max-width:767px) {
  .office__item--all {
    width: 100%;
  }
}

.office__item .label-form {
  margin-top: 12px;
}

.office__text {
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #3f464e;
}

@media (max-width:767px) {
  .office__text {
    margin-bottom: 10px;
  }
}

.office__text--email {
  color: #00539f;
}

.landing-page .feedback__submit span>a:hover,
.office__text--email:hover {
  color: #0688ff;
}

.office__bg {
  background: url(../images/tmp/office-one.jpg) no-repeat;
  width: 100%;
  background-size: cover;
}

@media (min-width:768px) {
  .office__bg {
    min-height: 315px;
  }
}

@media (max-width:767px) {
  .office__bg {
    min-height: 460px;
    background-position: center center;
  }
}

.office__list {
  padding-bottom: 15px;
}

.office__list-item,
.office__list-title {
  font-family: "Roboto",sans-serif;
  display: block;
  margin-bottom: 15px;
}

.office__list-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.office__list-item {
  font-weight: 400;
  font-size: 14px;
}

.office__list-item:last-child {
  margin-bottom: 0;
}

.office__list-item:hover {
  color: #00539f;
}

@media (min-width:768px) {
  .office__map {
    background: url(../images/map-russia__full.png) no-repeat;
    background-size: contain;
    min-height: 436px;
    position: relative;
  }
}

@media (max-width:767px) {
  .office__map {
    background: url(../images/map-russia.png) no-repeat;
    background-size: contain;
    min-height: 200px;
  }
}

.office__map-marker {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #3d464f;
  padding-left: 23px;
  position: absolute;
  display: table;
  cursor: pointer;
}

.office__map-marker span {
  font-size: 0;
  line-height: 15px;
  transition: 400ms ease-out;
}

.office__map-marker:hover span {
  font-size: 15px;
}

.office__map-marker--big::before,
.office__map-marker--small::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ee2b32;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
}

.office__map-marker--small::before {
  width: 9px;
  height: 9px;
}

.office__map-marker:hover {
  background-color: #fff;
  border-radius: 30px;
  padding-right: 10px;
  z-index: 500;
}

[data-tab-service="#offices-tab"] .office__map-marker--1 {
  top: 168px;
  left: 112px;
}

[data-tab-service="#offices-tab"] .office__map-marker--2 {
  top: 243px;
  left: 31px;
}

[data-tab-service="#offices-tab"] .office__map-marker--3 {
  top: 256px;
  left: 30px;
}

[data-tab-service="#offices-tab"] .office__map-marker--4 {
  top: 240px;
  left: 58px;
}

[data-tab-service="#offices-tab"] .office__map-marker--5 {
  top: 253px;
  left: 83px;
}

[data-tab-service="#offices-tab"] .office__map-marker--6 {
  top: 107px;
  left: 130px;
}

[data-tab-service="#offices-tab"] .office__map-marker--7 {
  top: 310px;
  left: 350px;
}

[data-tab-service="#offices-tab"] .office__map-marker--8 {
  top: 230px;
  left: 114px;
}

[data-tab-service="#offices-tab"] .office__map-marker--9 {
  top: 209px;
  left: 119px;
}

[data-tab-service="#offices-tab"] .office__map-marker--10 {
  top: 147px;
  left: 87px;
}

[data-tab-service="#offices-tab"] .office__map-marker--11 {
  top: 172px;
  left: 155px;
}

[data-tab-service="#offices-tab"] .office__map-marker--12 {
  top: 239px;
  left: 142px;
}

[data-tab-service="#offices-tab"] .office__map-marker--13 {
  top: 250px;
  left: 230px;
}

[data-tab-service="#offices-tab"] .office__map-marker--14 {
  top: 256px;
  left: 250px;
}

[data-tab-service="#offices-tab"] .office__map-marker--15 {
  top: 238px;
  left: 314px;
}

[data-tab-service="#offices-tab"] .office__map-marker--16 {
  top: 312px;
  left: 449px;
}

[data-tab-service="#offices-tab"] .office__map-marker--17 {
  top: 399px;
  left: 701px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--1 {
  top: 168px;
  left: 112px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--2 {
  top: 243px;
  left: 31px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--3 {
  top: 207px;
  left: 202px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--4 {
  top: 252px;
  left: 272px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--5 {
  top: 253px;
  left: 83px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--6 {
  top: 107px;
  left: 130px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--7 {
  top: 310px;
  left: 350px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--8 {
  top: 188px;
  left: 132px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--9 {
  top: 228px;
  left: 154px;
}

[data-tab-service="#stocks-tab"] .office__map-marker--10 {
  top: 238px;
  left: 224px;
}

#offices-tab,
#stocks-tab {
  height: 425px;
}

.error .input {
  border-color: #fd6969!important;
}

.map-container {
  width: 800px;
  height: 520px;
  position: relative;
}

@media screen and (max-width:767px) {
  .map-container {
    width: 100%;
    height: 200px;
  }
}

.map-list {
  height: 100%;
}

.map-list__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-out;
}

.map-list__item:not(.is-active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
}

.map-list__item.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.map-svg {
  height: 100%;
  text-align: center;
}

.map-svg svg {
  width: 100%;
  height: 100%;
}

.map-svg g {
  cursor: pointer;
}

.map-svg path,
.map-svg polygon {
  transition: 200ms ease;
}
.map-svg .is-selected polyline,
.map-svg .is-hover polyline{
  fill: #62625e !important;
}

.map-svg .is-hover path,
.map-svg .is-hover polygon,
.map-svg .is-selected path,
.map-svg .is-selected polygon {
  fill: #62625e !important;
}

.g-map {
  height: 315px;
}

@media screen and (max-width:767px) {
  .g-map {
    height: 460px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

#Other {
  cursor: default!important;
  pointer-events: none;
}

.input-file__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  padding-right: 20px;
  position: relative;
  margin-bottom: 7px;
}

.input-file__item input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.input-file__del {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
  background-color: transparent;
}

.input-file__del::after,
.input-file__del::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  top: 0%;
  background-color: #9ea4af;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-file__del::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page__head--fix-clientsandprojects {
  margin-bottom: 40px;
}

.medium__title--fix-margin-bottom {
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .office__item--fix-margin-right {
    margin-right: 65px;
  }

  .office__block--fix-no-flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pop-up--background--fix {
    height: 70px;
    background: 0 0;
    display: block;
  }
}

@media (max-width:767px) {
  .pop-up--background--fix {
    background: linear-gradient(rgba(0,0,0,0) 50px,rgba(0,0,0,.5) 50px);
  }

  #Layer_search1 {
    top: 2px;
  }

  .wrap--company {
    padding-top: 0;
  }
}

.company__slider-top path,
.company__slider-top svg>circle,
.hide-letters {
  opacity: 0;
}

.js-toggle-content .office__item {
  margin-bottom: 0;
}

textarea.forms__input,
textarea.input {
  resize: vertical;
}

textarea.input {
  min-height: 120px;
  padding: 15px 15px 12px;
  padding-right: 35px!important;
  padding-left: 30px!important;
}

.list-tip {
  margin-bottom: 0!important;
  cursor: pointer;
  opacity: .8;
}

@media (min-width:768px) {
  [lang=en] .main__tab-nav {
    top: 143px;
    right: -160px;
  }

  [lang=en] .slide-letter--fix {
    letter-spacing: -6px;
    word-spacing: 30px;
  }
}

@media screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
  [lang=en] .slide-letter--fix {
    letter-spacing: -6px;
    word-spacing: 0;
  }
}

@media (max-height:768px) {
  [lang=en] .slide-letter--fix {
    letter-spacing: 0;
    word-spacing: 0;
  }

  [lang=en] .slide__line.slide__line--eng-fix {
    left: -29px!important;
  }
}

@media (min-width:768px) {
  .oilgas__wrap .from {
    top: 82px;
    left: 179px;
  }

  .oilgas__wrap .to--fix {
    bottom: 77px;
    right: -126px;
  }
}

@media (max-width:767px) {
  .clients .filter__submit {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
  }

  .clients .filter__body {
    padding-bottom: 46px;
  }
}

@media (min-width:767px) {
  .clients .filter__body {
    border-top: 5px solid #f6f7f9;
  }
}

.main--hidden {
  overflow-x: hidden;
}

.input.js-autocomplete {
  height: 50px;
}

@media (min-width:768px) {
  .feedback--fix-height .select .jq-selectbox__select {
    height: 40px;
    padding: 12px 30px 15px 20px;
  }

  .feedback--fix-height .input {
    height: 40px;
  }

  .feedback--fix-height .feedback__textarea {
    min-height: 40px!important;
  }

  .feedback--fix-height textarea.input {
    padding: 12px 15px 10px;
  }

  .feedback--fix-height .select .jq-selectbox__trigger::before {
    top: 23px;
  }

  .feedback--fix-height .select .jq-selectbox__trigger::after {
    top: 6px;
  }

  .feedback--fix-height .select .jq-selectbox__dropdown {
    top: 40px;
  }

  .feedback--fix-height .label-form {
    margin-bottom: 7px;
  }

  .feedback--fix-height .feedback__item {
    margin-bottom: 32px;
  }

  .feedback--fix-height button.blue {
    height: 50px;
  }
}

@media screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
  .slide-3__block-1-num {
    padding-right: 150px;
  }

  body {
    min-height: 125%;
  }

  .slide__video {
    visibility: hidden;
  }
}

@media screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
  body {
    min-height: 165%;
  }

  .main {
    height: auto;
  }

  .slide__video {
    visibility: hidden;
  }
}

@media (max-height:769px) {
  .hidden-480 {
    display: none!important;
  }

  .visible-480 {
    display: block!important;
  }
}

@media (min-height:770px) {
  .visible-480 {
    display: none!important;
  }

  .hidden-480 {
    display: block!important;
  }
}

#OTHER,
.submit-disabled {
  pointer-events: none;
}


.load-arrow-down {
  width: 8px;
  height: 13px;
  background: url(../images/tmp/arr-down.png) no-repeat;
  background-position: center;
  display: block;
  margin-left: 10px;
}

[data-height]::before {
  z-index: 1;
}

@media (min-width:768px) {
  .wrap__box .wide__control {
    width: 50px;
  }

  .wrap__box .wide__control.prev {
    left: 50px;
    right: auto;
  }

  .wrap__box .wide__control.next {
    left: auto;
    right: 50px;
  }
}

.js-toggle-content-link {
  position: relative;
}

.js-toggle-content-link::before {
  position: absolute;
  content: "";
  background-image: url(../images/blue-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  top: 12px;
  right: -20px;
}

.js-toggle-content-link svg,
.landing-form__row .select li.disabled,
.social-sharing .ya-share2__container_size_m .ya-share2__counter::before,
.social-sharing li::before {
  display: none;
}

.is-active.js-toggle-content-link::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 11px;
}

@media (max-width:767px) {
  .wrap__box .small__title {
    padding-right: 0;
  }

  .wrap__box .slider__wide .caption-label {
    padding: 0;
  }

  .wrap__box .slider__wide .slide {
    padding-bottom: 100%;
  }

  .wrap__box .slider__wide .wide__control svg {
    fill: #000;
  }

  .wrap__box .slider__wide .wide__control {
    top: 20%;
  }
}

@media (min-width:768px) {
  .logo img {
    max-width: 81px;
  }
}

@media (max-width:767px) {
  .logo img {
    max-width: 71px;
  }

  .service__block-text img {
    max-width: 100%;
    height: auto;
  }

  .clients .filter__submit {
    margin: 30px -20px 0;
  }
}

.map-svg g,
div {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width:767px) {
  .comagic-sitephone-label,
  .lt-label-mobile {
    position: fixed!important;
    top: 50%!important;
  }

  .lt-label-mobile {
    top: auto!important;
    left: auto!important;
    bottom: 20px!important;
    right: 20px!important;
  }
}

@media (min-width:768px) {
  .geography__city {
    position: relative;
    z-index: 1;
  }

  .wrap.wrap--background {
    /*overflow: hidden;*/
  }

  #mapAsia .map-svg {
    -webkit-transform: scale(3) translate(-63px,34px);
    -ms-transform: scale(3) translate(-63px,34px);
    transform: scale(3) translate(-63px,34px);
  }

  #mapEurope .map-svg {
    -webkit-transform: scale(4.1) translate(-26px,73px);
    -ms-transform: scale(4.1) translate(-26px,73px);
    transform: scale(4.1) translate(-26px,73px);
  }

  #mapNorthAmerica .map-svg {
    -webkit-transform: scale(1.7) translate(183px,81px);
    -ms-transform: scale(1.7) translate(183px,81px);
    transform: scale(1.7) translate(183px,81px);
  }

  #mapCIS .map-svg {
    -webkit-transform: scale(3.7) translate(62px,35px);
    -ms-transform: scale(3.7) translate(62px,35px);
    transform: scale(3.7) translate(62px,35px);
  }

  .section__service.geography__map-line {
    background-color: #ecf0f3;
    padding-bottom: 90px;
    border-top: none;
    padding-top: 0;
  }

  .section__service.geography__map-line .container {
    position: relative;
    border-top: 1px solid #fff;
    padding-top: 60px;
  }

  .section__service.geography__map-line .container .medium__title {
    margin-bottom: 20px;
  }

  .section__service.geography__map-line .geography__list-link {
    top: 60px;
  }

  .wrap--map-fix {
    padding-bottom: 0;
    min-height: 700px;
  }
}



@media (max-width:767px) {
  .social-sharing .ya-share2__container_size_m .ya-share2__counter {
    display: none;
  }
}

@media (min-width:768px) {
  .company--main__title {
    font-weight: 200;
  }
}

@media (max-width:767px) {
  .company--main__title {
    font-weight: 400;
  }
}

@media (min-width:768px) {
  .company--medium__title {
    font-size: 25px;
    margin-bottom: 0;
  }
}

@media (max-width:767px) {
  .company--medium__title {
    font-size: 20px;
    font-weight: 900;
  }
}

@media (min-width:768px) {
  .company--second-main__title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 100;
  }
}

@media (max-width:767px) {
  .company--second-main__title {
    font-weight: 200;
    font-size: 30px;
    line-height: 1;
  }
}

.company__slider {
  height: 600px;
  position: relative;
  z-index: 2;
}

.company__slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0!important;
}

.company__slider .swiper-slide.swiper-slide-active .company__slide-info {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.company__slider .swiper-slide.swiper-slide-active .company__slide-top,
.company__slider .swiper-slide.swiper-slide-active .company__top-text-marker:before,
.company__slider-top.is-animation-next .circleAnimate,
.company__slider-top.is-animation-prev .circleAnimateReverse {
  opacity: 1;
}

.company__slider .swiper-slide.swiper-slide-active .company__top-text {
  color: #fff;
  opacity: 1;
}

.company__slider .swiper-slide.swiper-slide-active .company__slide-logo {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 500ms 1500ms;
}

.company__swiper__nav {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: -70px;
  left: 90px;
}

.company__slider-flex {
  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;
  height: 100%;
  z-index: 2;
  position: relative;
  padding: 235px 40px 40px;
}

.company__slide-top {
  font-family: "Raleway","Roboto",sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: .01em;
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 0;
  transition: 300ms 1500ms;
}

.company__slide-info {
  position: relative;
  opacity: 0;
  transition: 500ms 1600ms;
  -webkit-transform: translate3d(150px,0,0);
  transform: translate3d(150px,0,0);
}

.company__slide-text-block {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 850px;
}

.company__slide-title {
  font-weight: 100;
  font-size: 50px;
  line-height: 55px;
  position: relative;
  margin-bottom: 50px;
}

.company__slide-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 51px;
  bottom: -29px;
  left: 0;
  background-color: #ee2b32;
}

.company__slide-text {
  width: 47%;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.company__slide-text--fix {
  width: 640px;
}

.company__slide-logo {
  position: absolute;
  top: 120px;
  left: 125px;
  transition: 500ms 0ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.company__top-text {
  color: transparent;
  opacity: 0;
  transition: 300ms 1500ms color;
}

.company__top-text-marker {
  text-align: center;
  position: absolute;
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  line-height: 55px;
  width: 130px;
  cursor: pointer;
}

.company__top-text-marker::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: -12px;
  left: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0ms 1500ms;
}

.company__top-text-marker-1 {
  top: 70px;
  left: 445px;
}

.company__top-text-marker-2 {
  top: 105px;
  left: 685px;
}

.company__top-text-marker-2::before {
  top: 50px;
}

.company__top-text-marker-3 {
  top: 71px;
  left: 922px;
}

.company__inner-block {
  background-color: #fff;
  min-height: 400px;
  box-sizing: border-box;
  padding: 40px 60px 0;
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .company__inner-block {
    margin-top: 60px;
  }
}

@media (max-width:767px) {
  .company__inner-block {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }
}

.company__promo,
.vacancy__show-block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width:768px) {
  .company__promo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width:767px) {
  .company__promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company__promo-item {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #3f464e;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company__promo-item:nth-child(1) img {
  height: 68px;
  width: 60px;
}

.company__promo-item:nth-child(2) img {
  height: 65px;
  width: 74px;
}

.company__promo-item:nth-child(3) img {
  height: 82px;
  width: 75px;
}

.company__promo-item:nth-child(4) img {
  margin-right: 15px;
  width: 77px;
  height: 88px;
}

.company__promo-item:nth-child(5) img {
  margin-right: 39px;
  width: 64px;
  height: 72px;
}

@media (min-width:768px) {
  .company__promo-item {
    margin-right: 50px;
    margin-top: 55px;
    width: 293px;
    min-height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .company__promo-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:767px) {
  .company__promo-item {
    margin-bottom: 20px;
    min-height: 60px;
    background-size: 55px 60px;
  }

  .company__promo-item br {
    display: none;
  }
}

@media (min-width:768px) {
  .company__promo-item img {
    margin-right: 30px;
  }
}

@media (max-width:767px) {
  .company__promo-item img {
    margin-right: 20px;
  }
}

.company__inner-blocks,
.company__promo-item--align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company__promo-item--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company__inner-blocks {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.company__about-item {
  width: 260px;
  min-height: 170px;
  background-color: #fff;
  position: relative;
  padding: 25px 30px;
  font-family: "Raleway","Roboto",sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #3f464e;
}

@media (max-width:767px) {
  .company__about-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.company__about-item .detailed__link {
  position: absolute;
  left: 30px;
  bottom: 20px;
  margin-bottom: 0;
}

.company__indicators,
.company__info-block {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company__indicators .main__title {
  width: 100%;
  margin-bottom: 35px;
}

@media (max-width:767px) {
  .company__indicators>div {
    margin-bottom: 20px;
  }
}

.company__info-block {
  width: 555px;
  min-height: 360px;
  box-sizing: border-box;
  background-image: url(../images/tmp/indicators__bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width:768px) {
  .company__info-block {
    padding: 58px 60px 10px;
  }
}

@media (max-width:767px) {
  .company__info-block {
    padding: 30px 20px;
  }
}

.company__info-block-item {
  position: relative;
  color: #fff;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 113px;
  padding-top: 10px;
  margin-bottom: 15px;
}

.company__info-block-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #ee2b32;
}

.company__info-block-item--number {
  font-family: "Raleway","Roboto",sans-serif;
  font-size: 50px;
  font-weight: 100;
}

.company__info-block-item--text {
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.company__mini-slider,
.company__mini-slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company__mini-slider {
  box-sizing: border-box;
  min-height: 360px;
  width: 254px;
  text-align: left;
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width:767px) {
  .company__mini-slider {
    width: 100%;
  }
}

.company__mini-slider .swiper-pagination {
  top: auto;
  right: auto;
  left: 30px;
  bottom: 25px;
}

.company__mini-slider p {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.company__mini-slider .swiper-slide {
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company__mini-slider .swiper-pagination-bullet {
  width: 33px;
  height: 2px;
  margin-left: 7px;
  background-color: #c0cad4;
  border-radius: 0;
  position: relative;
}

.company__mini-slider .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  background: 0 0;
  width: 33px;
  height: 16px;
  left: 0;
  top: -7px;
}

.company__mini-slider .swiper-pagination-bullet-active {
  background-color: #ef2c30;
}

.company__mini-slider .first-slider {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.company__mini-slider .first-slider img {
  margin-bottom: 60px;
}

.company__mini-slider .second-slider {
  padding: 40px 30px;
}

.company__mini-slider .second-slider__title {
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  font-family: "Raleway","Roboto",sans-serif;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.company__mini-slider .second-slider__text {
  background: url(../images/tmp/slider-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 195px;
  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: 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;
  text-align: center;
}

.company__mini-slider .second-slider__numbers {
  font-size: 50px;
  font-weight: 300;
  font-family: "Raleway","Roboto",sans-serif;
  color: #fff;
}

.company__mini-slider .second-slider__letters {
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 20px;
}

@media (max-width:767px) {
  .company__mini-slider .second-slider__letters {
    max-width: 195px;
  }

  .company__text-slider {
    min-height: 325px;
    padding: 35px 20px;
    background-color: #466bb5;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .company__text-slider__item {
    border-bottom: 1px solid #8fa5d1;
  }
}

.company__text-slider__item:last-child {
  border-bottom: none;
}

@media (max-width:767px) {
  .company__text-slider__title {
    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;
    font-family: "Raleway","Roboto",sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-left: 70px;
    height: 63px;
    position: relative;
    background-position: left 50%;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
  }
}

.company__text-slider__title>svg {
  fill: #fff;
  width: 14px;
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.company__text-slider__title.active>svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 25px;
}

.company__text-slider__info {
  display: none;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 37px;
  color: #fff;
}

.company__slider-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.company__slider-line {
  width: calc(100% - 5px);
  margin-top: 57px;
  margin-left: -5px;
  position: relative;
}

.company__slider-line:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 100%;
  height: 99px;
  background-image: url(../images/slider-company-line.png);
  background-repeat: no-repeat;
}

.ie .company__slide-logo {
  transition: 500ms 0ms!important;
}

.ie .company__top-text {
  transition: 300ms 0ms color;
}

.ie .company__top-text-marker:before {
  transition: 0ms 0ms;
}

.ie .company__slide-info {
  transition: 500ms 0ms;
}

.search__title {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.search__main-title {
  font-weight: 200;
}

.search__medium__title {
  margin-bottom: 0;
  font-weight: 900;
}

@media (max-width:767px) {
  .search__ico {
    width: 20px;
    height: 20px;
    background: 0 0;
    position: absolute;
    top: 14px;
    right: 74px;
  }
}

.search__ico svg {
  width: 20px;
  height: 20px;
}

.search__checkbox label {
  margin-right: 36px;
}

.search__filter a.desc img,
.search__label a.desc>svg {
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

.search__input-block {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (min-width:768px) {
  .search__input-block {
    width: 100%;
  }
}

@media (max-width:767px) {
  .search__input-block .filter {
    background: linear-gradient(to bottom,#fff 370px,rgba(0,0,0,.3) 370px);
  }
}

@media (min-width:768px) {
  .search__input {
    margin-bottom: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width:767px) {
  .search__input,
  .search__input-wrap {
    position: relative;
  }

  .search__input-wrap .filter__burger {
    width: 46px;
    height: 46px;
    top: 0;
    margin-left: 10px;
    border-color: #aab7c6;
  }
}

@media (min-width:768px) {
  .search__input input {
    width: calc(100% - 126px);
  }
}

@media (max-width:767px) {
  .search__input input {
    width: calc(100% - 60px);
    padding-right: 40px;
  }
}

@media (min-width:768px) {
  .search__input button {
    width: 126px;
  }
}

.search__wrap-bg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search__filter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 170px;
}

.search__filter,
.search__filter-text {
  font-family: "Roboto",sans-serif;
  font-size: 14px;
}

.search__filter {
  margin-left: 31px;
  color: #3f464e;
}

.search__filter:hover,
.vacancy__checkbox+img:hover,
.vacancy__feedback__inputs label a:hover {
  opacity: .8;
}

.search__filter img {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.search__filter-text {
  font-weight: 400;
  color: #9ea6b2;
}

.search__label svg {
  width: 11px;
  height: 6px;
  margin-left: 10px;
}

.search__result-item {
  min-height: 189px;
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .search__result-item {
    height: 189px;
  }
}

.search__result-item:first-child {
  margin-top: 50px;
}

.search__result-item:last-child {
  margin-bottom: 0;
}

.search__result-link {
  height: 189px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

@media (max-width:767px) {
  .search__result-link {
    min-height: 189px;
    height: auto;
  }
}

.search__result-link:hover {
  opacity: .9;
}

.search__result-img {
  width: 189px;
  height: 189px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width:767px) {
  .search__result-img {
    display: none;
  }
}

@media (min-width:768px) {
  .search__result-img+.search__result-text-block {
    width: calc(100% - 189px);
  }
}

.search__result-text-block {
  padding: 30px;
}

@media (min-width:768px) {
  .search__result-text-block {
    width: 100%;
  }
}

@media (max-width:767px) {
  .search__result-text-block {
    padding: 18px;
  }
}

.search__result-text-block b {
  display: inline-block;
  font-weight: 700;
  background-color: #ecf0f3;
  padding: 0 3px;
}

.search__result-info {
  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;
  margin-bottom: 10px;
}

.search__result-block,
.search__result-data {
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #9ea6b2;
}

.search__result-block {
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  color: #00539f;
}

.search__result-title {
  font-family: "Raleway","Roboto",sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #3f464e;
  margin-bottom: 10px;
}

.search__result-text,
.vacancy__feedback__inputs b {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #3d464f;
}

@media (max-width:767px) {
  .search__result-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.vacancy__wrap {
  top: 45px;
  position: relative;
  padding-bottom: 70px;
}

@media (max-width:767px) {
  .vacancy__wrap {
    padding-bottom: 40px;
  }
}

.vacancy__feedback__inputs {
  min-height: 10px!important;
  padding-bottom: 10px;
}

.vacancy__feedback__inputs .g-map {
  width: 220px;
  height: 220px;
}

@media (max-width:767px) {
  .vacancy__feedback__inputs .g-map {
    width: 100%;
    margin: 0;
  }
}

.vacancy__feedback__inputs b {
  display: block;
  font-size: 18px;
  color: #3f464e;
  padding-right: 30px;
}

.vacancy__feedback__inputs label {
  width: 100%;
  margin-bottom: 7px;
}

.vacancy__feedback__inputs span {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding-right: 22px;
}

.vacancy__button__file {
  bottom: 2px!important;
  background-position: left 5px;
  width: 100%;
  position: relative;
  height: 20px;
}

.vacancy__detailed__link {
  padding-left: 35px!important;
  margin-bottom: 0;
}

.vacancy__feedback__item {
  padding-bottom: 10px!important;
}

@media (min-width:768px) {
  .vacancy__main__title {
    font-weight: 200;
  }
}

.vacancy__two-columns {
  margin-bottom: 50px;
}

@media (max-width:767px) {
  .vacancy__two-columns:last-child {
    margin-bottom: 0;
  }
}

.vacancy__main-block .feedback {
  margin-bottom: 20px;
}

@media (max-width:767px) {
  .vacancy__main-block .feedback {
    margin-bottom: 1px;
  }
}

@media (min-width:768px) {
  .vacancy__main-block .medium__title {
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
  }
}

.vacancy__gray-bg {
  border-bottom: 2px solid #f6f7f9;
  background: #f6f7f9;
}

@media (max-width:767px) {
  .vacancy__feedback__title {
    font-size: 20px!important;
    line-height: 25px!important;
    font-weight: 900!important;
  }
}

.vacancy__hr {
  margin: 0 0 30px;
}

.vacancy--medium__title {
  font-weight: 900;
  font-size: 25px;
  line-height: 25px;
}

.vacancy--medium__title-2 {
  font-weight: 900;
  font-size: 20px;
}

.vacancy__checkbox,
.vacancy__main-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vacancy__checkbox {
  margin: 0;
}

.vacancy__checkbox+img {
  margin-left: 10px;
  cursor: pointer;
}

.vacancy__main-block {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:767px) {
  .vacancy__main-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width:768px) {
  .vacancy__left-block {
    width: 260px;
  }
}

@media (max-width:767px) {
  .vacancy__left-block {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width:768px) {
  .vacancy__left-block .feedback__item-margin {
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .vacancy__left-block .feedback__item:last-child {
    padding-bottom: 0;
  }
}

.vacancy__left-block .feedback__item img {
  margin-bottom: 9px;
  width: 100%;
}

@media (max-width:767px) {
  .vacancy__left-block [for=user-phone]+b {
    padding-bottom: 20px;
  }

  .vacancy__left-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.vacancy__left-block .vacancy__solo-item {
  padding-top: 0;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .vacancy__right-block {
    width: calc(100% - 340px);
  }
}

@media (max-width:767px) {
  .vacancy__right-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 60px;
  }
}

.vacancy__text {
  margin-bottom: 55px;
}

@media (max-width:767px) {
  .vacancy__text {
    margin-bottom: 75px;
  }
}

.vacancy__hight-text {
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #3d464f;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .vacancy__hight-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.vacancy__low-text {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #3d464f;
  margin-bottom: 20px;
}

.vacancy__show-block li {
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 170px;
  position: relative;
}

.vacancy__show-block li:hover {
  box-shadow: 0 3px 30px rgba(0,0,0,.1);
}

@media (min-width:768px) {
  .vacancy__show-block li {
    width: 260px;
    margin-right: 20px;
  }

  .vacancy__show-block li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width:767px) {
  .vacancy__show-block li {
    width: 100%;
  }
}

.vacancy-hire {
  padding: 25px 30px;
  display: block;
  height: 100%;
  width: 100%;
}

.vacancy-hire__title {
  position: relative;
  color: #3f464e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.vacancy-hire__cat {
  color: #9fa7ac;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.vacancy__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.vacancy__columns>p,
.vacancy__columns>ul {
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #3d464f;
}

@media (min-width:768px) {
  .vacancy__columns>p {
    width: 380px;
    margin-right: 50px;
  }
}

@media (max-width:767px) {
  .vacancy__columns>p {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (min-width:768px) {
  .vacancy__columns>ul {
    width: 355px;
  }
}

@media (max-width:767px) {
  .vacancy__columns>ul {
    width: 100%;
  }
}

@media (min-width:768px) {
  .vacancy__columns+.button {
    width: 236px;
    height: 50px;
  }
}

.vacancy__study {
  background-position: 100% 115px;
}

@media (max-width:767px) {
  .vacancy__study {
    background-position: 100% 50px;
    background-size: 63px 50px;
  }
}

.vacancy__study .button {
  text-align: center;
}

.dot__list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.dot__list>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 7px;
}

@media (max-width:767px) {
  .dot__list>li {
    min-width: 100%;
  }
}

.dot__list>li:nth-child(2n-1) .tooltip {
  left: -44px;
}

@media (max-width:767px) {
  .dot__list>li:nth-child(2n-1) .tooltip {
    left: 0;
    z-index: 11;
  }
}

.dot__list>li:nth-child(2n) .tooltip {
  left: -420px;
}

@media (max-width:767px) {
  .dot__list>li:nth-child(2n) .tooltip {
    left: 0;
    z-index: 11;
  }
}

.dot__list>li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: #ef2c30;
  border-radius: 50%;
}

@media (min-width:768px) {
  .dot__list>li:before {
    top: 12px;
  }
}

@media screen and (max-width:767px) {
  .dot__list>li:before {
    top: 10px;
  }
}

.line__list {
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.line__list>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width:767px) {
  .line__list>li {
    min-width: 100%;
  }
}

.line__list>li:nth-child(2n-1) .tooltip {
  left: -44px;
}

@media (max-width:767px) {
  .line__list>li:nth-child(2n-1) .tooltip {
    left: 0;
    z-index: 11;
  }
}

.line__list>li:nth-child(2n) .tooltip {
  left: -420px;
}

@media (max-width:767px) {
  .line__list>li:nth-child(2n) .tooltip {
    left: 0;
    z-index: 11;
  }
}

.line__list>li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 1px;
  background: #ef2c30;
}

@media (min-width:768px) {
  .line__list>li:before {
    top: 12px;
  }
}

@media screen and (max-width:767px) {
  .line__list>li:before {
    top: 10px;
  }
}

@media (min-width:768px) {
  .ie .office__item {
    width: 50%;
  }

  .ie .office__item:first-child {
    padding-right: 2%;
  }
}

.ie .company__mini-slider .second-slider__text {
  height: 195px;
}

.ie .company__mini-slider .second-slider__letters,
.landing-page .wrap--background hr {
  width: 100%;
}

.ie .company__promo-item {
  background-size: auto;
}

.ie .office__map-marker::before {
  top: 15px;
}

.ie .input-file__del::after,
.ie .input-file__del::before {
  right: 40%!important;
}

.ie .feedback__radio-block {
  height: 46px;
}

.ie .icon-mail,
.ie .icon-tel {
  width: 16px;
  fill: transparent;
  stroke: transparent;
  background-size: 100%!important;
}

.ie .icon-mail {
  top: 2px;
  background: url(../images/mail.svg) no-repeat;
  height: 13px;
}

.ie .icon-tel {
  height: 16px;
  background: url(../images/tel.svg) no-repeat;
}

.slider-video__btn-block {
  border: 1px solid #a8b8d5;
  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;
  width: 288px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%,60px);
  -ms-transform: translate(-50%,60px);
  transform: translate(-50%,60px);
  height: 88px;
}

.slider-video__btn-block--left {
  border-right: 1px solid #a8b8d5;
  width: 88px;
  background: url(../images/big-arrow-right.png);
  background-size: 23px 27px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  height: 87px;
}

.slider-video__btn-block--left a {
  display: block;
  width: 100%;
  height: 88px;
}

.slider-video__btn-block--right {
  padding: 25px 30px;
  text-align: left;
}

.slider-video__btn-block--right__time,
.slider-video__btn-block--right__title {
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}

.slider-video__btn-block--right__time {
  font-weight: 400;
  font-size: 12px;
}

.slider-video__video {
  z-index: 3;
}

@media print {
  .detailed__link,
  .feedback,
  .feedback--side,
  .filter,
  .footer,
  .footer--fix,
  .footer__bottom,
  .from,
  .is-active,
  .js-toggle-content-link,
  .main__letter,
  .main__letter--color,
  .main__tab-nav,
  .office__map,
  .office__print-btn,
  .print-hide,
  .section__left,
  .service__list,
  .tile__load,
  .too {
    display: none!important;
  }

  .header {
    position: relative!important;
  }

  #vacancy,
  .feedback__rSide-btn,
  .header__burger,
  .header__contact,
  .header__menu,
  .office--text-column,
  .office--title-padding-fix,
  .search__result-img,
  .social-sharing {
    display: none!important;
  }

  .section__right {
    width: 100%!important;
  }

  .oilgas__block,
  .questionnaire__btn,
  .vacancy__left-block .feedback {
    display: block!important;
  }

  body {
    padding-top: 0!important;
  }

  .page__head,
  body {
    margin-top: 0!important;
  }

  .wrap {
    padding-bottom: 0!important;
  }

  .service__block-text .wrap__box {
    margin-bottom: 0!important;
  }

  .hiding-item,
  .is-full-open,
  .is-toggle-link-show,
  .js-toggle-content,
  .office__block,
  .office__item,
  .office__item p,
  .office__item--all,
  .office__text,
  .oilgas__text,
  .page-top__block,
  .page-top__container {
    height: auto!important;
  }

  .js-toggle-content:before {
    display: none;
  }

  .g-map .gm-style .gm-style-cc a,
  .g-map .gm-style .gm-style-cc span,
  .g-map .gm-style .gm-style-mtc div {
    display: none!important;
    font-size: 0!important;
  }
}

@media (min-width:768px) {
  .company__inner-block {
    min-height: 395px;
  }

  .company__inner-block .medium__title {
    -webkit-transform: translate(1px,5px);
    -ms-transform: translate(1px,5px);
    transform: translate(1px,5px);
  }

  .company__inner-block .company__promo-item {
    font-size: 14px;
  }

  .company__inner-block .company__promo-item:nth-child(1) {
    -webkit-transform: translate(5px,15px);
    -ms-transform: translate(5px,15px);
    transform: translate(5px,15px);
  }

  .company__inner-block .company__promo-item:nth-child(1) img {
    -webkit-transform: translate(5px,3px);
    -ms-transform: translate(5px,3px);
    transform: translate(5px,3px);
  }

  .company__inner-block .company__promo-item:nth-child(2) {
    -webkit-transform: translate(37px,15px);
    -ms-transform: translate(37px,15px);
    transform: translate(37px,15px);
  }

  .company__inner-block .company__promo-item:nth-child(2) img {
    -webkit-transform: translate(5px,4px);
    -ms-transform: translate(5px,4px);
    transform: translate(5px,4px);
  }

  .company__inner-block .company__promo-item:nth-child(3) {
    -webkit-transform: translate(67px,13px);
    -ms-transform: translate(67px,13px);
    transform: translate(67px,13px);
  }

  .company__inner-block .company__promo-item:nth-child(3) img {
    -webkit-transform: translate(7px,-7px);
    -ms-transform: translate(7px,-7px);
    transform: translate(7px,-7px);
  }

  .company__inner-block .company__promo-item:nth-child(4) {
    -webkit-transform: translate(3px,-10px);
    -ms-transform: translate(3px,-10px);
    transform: translate(3px,-10px);
  }

  .company__inner-block .company__promo-item:nth-child(4) img {
    -webkit-transform: translate(-10px,0);
    -ms-transform: translate(-10px,0);
    transform: translate(-10px,0);
  }

  .company__inner-block .company__promo-item:nth-child(5) {
    -webkit-transform: translate(37px,-5px);
    -ms-transform: translate(37px,-5px);
    transform: translate(37px,-5px);
  }

  .company__inner-block .company__promo-item:nth-child(5) img {
    -webkit-transform: translate(15px,4px);
    -ms-transform: translate(15px,4px);
    transform: translate(15px,4px);
  }
}

@media (max-width:767px) {
  .company__inner-block .company__promo-item:nth-child(1) img {
    width: 42px;
    height: 48px;
    margin-right: 30px;
    -webkit-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    transform: translate(5px,5px);
  }

  .company__inner-block .company__promo-item:nth-child(2) img {
    width: 52px;
    height: 47px;
  }

  .company__inner-block .company__promo-item:nth-child(3) img {
    width: 53px;
    height: 58px;
  }

  .company__inner-block .company__promo-item:nth-child(4) img {
    width: 55px;
    height: 63px;
  }

  .company__inner-block .company__promo-item:nth-child(5) img {
    width: 49px;
    height: 45px;
    margin-right: 20px;
  }
}

@media (min-width:768px) {
  .contact__block {
    padding-bottom: 60px;
  }

  .contact__block:first-child {
    padding-top: 60px;
  }
}

@media screen and (max-width:767px) {
  .contact__block {
    padding-bottom: 40px;
  }

  .contact__block:first-child {
    padding-top: 40px;
  }
}

@media (min-width:768px) {
  .contact__block-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact__block-col {
    width: 50%;
  }
}

@media screen and (max-width:767px) {
  .contact__block-col {
    padding-left: 100px;
    position: relative;
  }
}

@media (min-width:768px) {
  .manager__item {
    min-height: 115px;
    padding: 15px 0 0 115px;
    position: relative;
  }
}

.manager__cover {
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width:767px) {
  .manager__cover {
    width: 80px;
    height: 80px;
  }
}

.manager__title {
  font-size: 15px;
  font-weight: 700;
  color: #3f464e;
  margin-bottom: 15px;
}

.manager__label,
.manager__mail,
.manager__tel {
  font-size: 15px;
  font-family: "Roboto",sans-serif;
  color: #3d464f;
}

.manager__mail,
.manager__tel {
  margin: 15px 0;
  color: #00539f;
  padding-left: 30px;
  position: relative;
}

.manager__mail svg {
  width: 17px;
  position: absolute;
  left: 0;
  top: 4px;
  fill: transparent;
  stroke: #9da3ae;
}

@media screen and (max-width:767px) {
  .manager__mail svg {
    top: 2px;
  }
}

.manager__tel {
  color: #3d464f;
}

.manager__tel svg {
  width: 18px;
  position: absolute;
  left: 2px;
  fill: transparent;
  stroke: #9da3ae;
}

.landing-page--popup-open {
  overflow: hidden!important;
}

@media (max-width:767px) {
  .landing-page .container {
    padding: 0 19px;
  }

  .landing-page .wrap--padding {
    padding: 30px 0;
  }
}

.landing-page .page__head--top::after {
  background: 0 0;
  opacity: .7;
}

.landing-page .main__title {
  padding-top: 77px;
}

@media (max-width:767px) {
  .landing-page .main__title {
    padding-top: 10px;
  }
}

.landing-page .marked-list>li,
.landing-page .medium__title {
  font-weight: 800;
}

@media (max-width:767px) {
  .landing-page .main__title--p-white {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

.landing-page .wrap--background p {
  color: #717679;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.landing-page .feedback__item span,
.landing-page .wrap--background p>span {
  color: #ef2c30;
}

.landing-page .feedback {
  margin-top: 30px;
}

.landing-page hr {
  margin-top: 32px;
  width: 51px;
  margin-left: 2px;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .landing-page hr {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.landing-page .landing-page__parallax {
  background-image: url(../images/landing-paralax-bg.jpg);
  background-size: cover;
  min-height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-attachment: fixed;
  width: 100%;
}

@media (max-width:767px) {
  .landing-page .landing-page__parallax {
    padding-bottom: 40px;
    background-attachment: scroll;
  }
}

.landing-page .submain__title {
  font-weight: 200;
  color: #3f464e;
  font-size: 50px;
  font-family: "Raleway","Roboto",sans-serif;
}

@media (max-width:767px) {
  .landing-page .submain__title {
    font-size: 30px;
    font-weight: 400;
  }
}

.landing-page .feedback--full-width-page .feedback__item {
  margin-bottom: 28px;
}

.landing-page .feedback--full-width-page .feedback__submit .button {
  margin-bottom: 0;
}

.landing-page .feedback__item sup {
  line-height: 1;
}

.landing-page .feedback__item .input {
  height: 40px;
  border: 1px solid transparent;
}

.landing-page textarea.input {
  min-height: 40px!important;
}

@media (max-width:767px) {
  .landing-page .feedback__submit {
    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;
  }
}

.landing-page .feedback__submit button {
  margin-right: 35px;
}

@media (max-width:767px) {
  .landing-page .feedback__submit button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.landing-page .feedback__submit .checkbox {
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 28px;
}

@media (max-width:767px) {
  .landing-page .feedback__submit .checkbox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 25px;
  }
}

.landing-page .feedback__submit .checkbox span::before {
  top: 6px;
  background: #fff;
}

@media (max-width:767px) {
  .landing-page .feedback__submit .checkbox span::before {
    top: 1px;
  }
}

.landing-page .feedback__submit .checkbox span::after {
  top: 8px;
}

@media (max-width:767px) {
  .landing-page .feedback__submit .checkbox span::after {
    top: 3px;
  }
}

.landing-page .checkbox {
  display: inline-block!important;
}

.landing-page .checkbox.error span::before {
  border-color: #fd6969!important;
}

.landing-page .feedback__submit span>a {
  display: inline-block;
  color: #00539f;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.landing-page button[disabled] {
  opacity: .5;
  cursor: default;
}

.landing-page .landing-form__row span a {
  color: #00539f;
}

.landing-page .label-form {
  color: #717679;
}

.competetion {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.competetion__block {
  max-width: 505px;
}

@media (max-width:767px) {
  .competetion__block {
    margin-bottom: 35px;
  }

  .competetion__block:last-child {
    margin-bottom: 0;
  }
}

.marked-list>li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 44px;
  font-size: 15px;
  line-height: 25px;
  color: #3f464e;
}

@media (max-width:767px) {
  .marked-list>li {
    margin-bottom: 35px;
    padding-left: 44px;
  }
}

.marked-list>li>ul {
  padding-top: 20px;
  font-family: "Roboto",sans-serif;
}

@media (max-width:767px) {
  .marked-list>li>ul {
    padding-top: 10px;
  }
}

.marked-list>li:last-child {
  margin-bottom: 0;
}

.marked-list>li::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #ecf0f3;
  top: -4px;
  left: 0;
}

.marked-list>li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 11px;
  border-bottom: 2px solid #ef2c30;
  border-right: 2px solid #ef2c30;
  top: 3px;
  left: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.parallax {
  overflow: hidden;
}

.parallax,
.parallax .container {
  position: relative;
}

.parallax__section {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #3f464e;
  margin-top: 50px;
}

@media (max-width:767px) {
  .parallax__section {
    margin-top: 40px;
  }
}

.parallax__block {
  width: calc(25% - 32px);
}

@media (max-width:767px) {
  .parallax__block {
    width: 100%;
  }
}

.parallax__item {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
}

@media (max-width:767px) {
  .parallax__item {
    margin-bottom: 20px;
  }
}

.parallax__item>ul {
  font-weight: 400;
  font-family: "Roboto",sans-serif;
}

.parallax__item li {
  margin: 15px 0;
  font-size: 15px;
  line-height: 25px;
}

.parallax__btns {
  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;
  margin-bottom: 35px;
  margin-top: 58px;
}

@media (max-width:767px) {
  .parallax__btns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.parallax__btns>a {
  margin-right: 30px;
  padding-left: 49px;
  padding-right: 49px;
}

@media (max-width:767px) {
  .parallax__btns>a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

.parallax__btns>a:last-child {
  margin-right: 0;
}

@media (max-width:767px) {
  .parallax__btns>a:last-child {
    margin-bottom: 0;
  }
}

.advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #3f464e;
  margin-bottom: 5px;
}

.advantages__item {
  width: calc(33.3% - 41px);
  margin-right: 55px;
  margin-top: 50px;
}

@media (max-width:767px) {
  .advantages__item {
    width: 100%;
    margin-right: 0;
  }
}

.advantages__item:nth-child(3n) {
  margin-right: 0;
}

.advantages__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.advantages__title h3 {
  margin-left: 24px;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
}

.advantages__title img {
  max-width: 100%;
  height: auto;
}

.advantages__content {
  font-size: 15px;
  line-height: 25px;
  font-family: "Roboto",sans-serif;
}

.bonus {
  background: #00539f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media (max-width:767px) {
  .bonus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bonus__part {
  padding: 40px;
  width: 50%;
}

@media (max-width:767px) {
  .bonus__part {
    width: 100%;
    padding: 30px 23px;
  }
}

.bonus__part--title {
  color: #fff;
  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;
  background-image: url(../images/bonus-img-1.png);
  background-size: cover;
  position: relative;
}

@media (max-width:767px) {
  .bonus__part--title {
    min-height: 140px;
  }
}

.bonus__part--title h2 {
  font-size: 50px;
  font-weight: 100;
  position: relative;
}

@media (max-width:767px) {
  .bonus__part--title h2 {
    font-weight: 400;
    font-size: 30px;
  }
}

.bonus__part--title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(31,79,162,.6);
  top: 0;
  left: 0;
}

.bonus__part ul,
.landing-form__form p {
  color: #fff;
  font-family: "Roboto",sans-serif;
}

.landing-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(236,240,243,.9);
  color: #3f464e;
  display: none;
  text-align: center;
  font-size: 0;
  overflow: auto;
}

@media (max-width:767px) {
  .landing-form {
    z-index: 11;
  }
}

.landing-form::after,
.landing-form__form {
  display: inline-block;
  vertical-align: middle;
}

.landing-form::after {
  content: "";
  height: 100%;
  width: 0;
}

.landing-form__form {
  background-color: #fff;
  padding: 33px 39px;
  max-width: 630px;
  width: 630px;
  text-align: left;
  position: relative;
}

@media (max-width:767px) {
  .landing-form__form {
    padding: 0;
  }
}

.landing-form__form hr {
  width: 100%;
  background: #c0cad4;
  height: 1px;
  margin-bottom: 15px;
}

@media (max-width:767px) {
  .landing-form__form hr {
    display: none;
  }
}

.landing-form__form p {
  color: #9fa7ac;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width:767px) {
  .landing-form__form p {
    padding: 20px;
  }
}

.landing-form__form p span,
.landing-form__item span {
  color: #ee2b32;
}

.landing-form__form form {
  margin-top: 25px;
}

@media (max-width:767px) {
  .landing-form__form form {
    padding: 20px;
    margin-top: 0;
  }
}

.landing-form__row {
  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;
  margin-bottom: 20px;
}

.landing-form__row .select li {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
}

.landing-form__row .select li:hover {
  background-color: #00539f;
}

.landing-form__row:last-child {
  margin-bottom: 0;
}

.landing-form__row--file-add {
  margin-bottom: 0;
}

.landing-form__row--file-add ul {
  width: 100%;
}

.landing-form__row--file-add li:last-child {
  margin-bottom: 20px;
}

.landing-form__row--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.landing-form__row--column textarea.input {
  padding-left: 31px!important;
  padding-right: 24px!important;
  min-height: 115px!important;
}

.landing-form__row--column .button__file {
  left: 5px;
  bottom: 5px;
}

@media (max-width:767px) {
  .landing-form__row--column .button__file {
    display: none;
  }

  .landing-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.landing-form__row .input {
  height: 40px;
}

.landing-form__item {
  width: 253px;
}

@media (max-width:767px) {
  .landing-form__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .landing-form__item:last-child {
    margin-bottom: 0;
  }
}

.landing-form__item--full {
  width: 100%;
}

.landing-form__title {
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

@media (max-width:767px) {
  .landing-form__title {
    font-size: 15px;
    padding: 22px 20px;
    box-shadow: 0 3px 15px rgba(0,0,0,.12);
  }
}

.landing-form__response {
  font-weight: 700;
  color: #333;
}

@media (min-width:768px) {
  .landing-form__response {
    font-size: 16pt;
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

@media (max-width:767px) {
  .landing-form__response {
    font-size: 11pt;
  }
}

.landing-form__close {
  position: absolute;
  background: 0 0;
  width: 25px;
  height: 25px;
  outline: none;
  font-size: 0;
  right: 0;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width:767px) {
  .landing-form__close {
    top: 15px;
    right: 20px;
  }
}

.landing-form__send-order {
  top: 70px;
  margin-bottom: 70px;
}

@media (max-width:767px) {
  .landing-form__send-order {
    top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

.landing-form__request-call {
  top: 0;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .landing-form__request-call {
    width: 100%;
  }
}

.bx-auth .bx-auth-table {
  border-collapse: collapse;
  margin: 20px 0;
}

.bx-auth .bx-auth-table td {
  padding: 0 10px 10px 0;
}

.bx-auth {
  margin: 30px 0;
}

.bx-auth .main__title {
  margin-bottom: 30px;
}

.content-wrapper .inner-wrap h2{
z-index: 9;
}
