@import url('advantagesgrid.css');

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  background: transparent;
}

*:focus, *:active, *:hover {
  outline: none;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

ol, ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: '\201C', '\201D', '\2018', '\2019';
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type='checkbox'], input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button, input, select[multiple], textarea {
  background-image: none;
}

input, select, textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input, textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

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

body {
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
}

.nowrap {
  white-space: nowrap;
}

.vjs-resize-manager {
  display: none;
}

img.cover, video.cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: left top;';
}

.content-page {
  opacity: 0;
  overflow: hidden;
  position: relative;
}

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

.button {
  display: inline-block !important;
  width: auto !important;
  min-width: 240px;
  padding: 19px !important;
  font-size: 20px;
  line-height: 1.4;
  text-align: center !important;
  color: #fff !important;
  border-radius: 32.5px;
  border: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #021789;
}

.button:hover {
  background-color: #0533be;
}

.link {
  display: table;
  position: relative;
}

.link_animate:hover span {
  background: transparent;
}

.link_animate:hover span:before {
  opacity: 0;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
}

.link_animate:hover span:after {
  -webkit-transform: translate(180%, 0);
  -ms-transform: translate(180%, 0);
  transform: translate(180%, 0);
  opacity: 1;
}

.link_animate span {
  display: block;
  width: 21px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1.5px;
}

.link_animate span:before {
  content: '';
  height: 100%;
  width: 100%;
  background: #b5b4b4;
  display: block;
  -webkit-transform: translate(-900%, 0);
  -ms-transform: translate(-900%, 0);
  transform: translate(-900%, 0);
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  transform: translate(150%, 0);
}

.link_animate span:after {
  content: '';
  background: #b5b4b4;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  -webkit-transform: translate(-900%, 0);
  -ms-transform: translate(-900%, 0);
  transform: translate(-900%, 0);
  opacity: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
}

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.container {
  max-width: 1194px;
}

.grey {
  color: #dbdbdb;
}

.title {
  position: relative;
  z-index: 1;
  /* margin-bottom: 60px; */
  max-width: 877px;
}

.title span {
  display: block;
  font-size: 34px;
  line-height: 1.41;
  letter-spacing: -0.4px;
  color: #212121;
}

.title span a {
  color: #021789;
  text-decoration: none;
}
.second-title span,
.second-title h3 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  color: #212121;
}

.second-title {
  margin-bottom: 32px;
}

.padding {
  padding-bottom: 140px;
}

.second-padding {
  padding-bottom: 88px;
}

.third-padding {
  padding-bottom: 44px;
}

.content h1, .content .h1 {
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
  color: #212121;
}

.content h2, .content .h2 {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #212121;
  font-weight: 600;
}

.content p {
  margin-bottom: 28px;
  font-size: 16px;
  color: #757575;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.content h3, .content .h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  color: #212121;
  font-weight: 600;
}
.tabslist-content__item .content h2, .tabslist-content__item .content .h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: #757575;
}

.fls-services {
  overflow: hidden;
  height: 333px;
}

.fls-services__container {
  position: relative;
  height: 333px;
  position: absolute;
  width: 100%;
}

.fls-services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
  padding-left: 0;
  margin: 0;
  z-index: 1;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  cursor: move;
  left: 0;
}

.fls-services__link,
.fls-services__item-line,
.fls-services__image,
.circle-item,
.fls-services__circle {
  opacity: 0;
  -webkit-transition: opacity 600ms ease-in-out;
  -o-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}

.fls-services__item:first-child .circle-item,
.fls-services__item:first-child .fls-services__circle,
.fls-services__item:first-child .fls-services__item-line {
  opacity: 1;
}
.fls-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 228px;
  z-index: 1;
}

.fls-services__item:first-child .content-item {
  width: 264px;
}

.fls-services__item:first-child .fls-services__image img {
  margin-left: 40px;
}

.fls-services__item:first-child .fls-services__text {
  padding-left: 56px;
}

.circle-item {
  width: 80px;
}

.fls-services__image, .fls-services__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 158px;
  text-decoration: none;
}

.fls-services__text {
  text-align: center;
  padding: 0;
  margin: 0 -26px;
}

.fls-services__item:first-child .fls-services__text {
  margin: 0px -10px 0px -26px;
}
.fls-services__link {
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.fls-services__link:hover {
  color: #021789
}

.fls-services__item-line {
  height: 4px;
  width: 100%;
  background-color: #f1f1f1;
  margin-bottom: 13px;
}

.fls-services__image img {
  opacity: 1;
  width: 100%;
}

.fls-services__circle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  margin-top: 120px;
  margin-left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* -webkit-box-shadow: -36px 38px 0 0px #FFF, 36px -38px 0 0px #fff, 0px 0px 0px 4px #f1f1f1;
  box-shadow: -36px 38px 0 0px #FFF, 36px -38px 0 0px #fff, 0px 0px 0px 4px #f1f1f1; */
  border: 4px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circle-item.left {
  margin-left: -4px;
}
.left .fls-services__circle-block {
  border-color: transparent transparent transparent #f1f1f1 ;
}
.circle-item.right {
  margin-left: -80px;
  margin-right: -4px;
}
.right .fls-services__circle-block {
  border-color: transparent #f1f1f1 transparent transparent;
}
.fls-services__circle {
  border: 3px solid #031D94;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.content {
  margin-bottom: 56px;
}

.lead-title {
  position: relative;
  margin-bottom: 66px;
}

.content ul {
  margin-bottom: 28px;
  padding: 0
}

.content ul li {
  position: relative;
  margin-bottom: 5px;
  color: #757575;
  font-size: 16px;
  line-height: 1.4;
  text-align: left
}

.content ul li:before, .tab-content ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 12px 0 0
}

.content ul li:before {
  background-color: #757575;
}

.content {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  /* color: #757575; */
}

.content-lg .h3, .content-lg h3 {
  font-size: 20px;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin: 7px 0 25px;
}

.content-lg h3, .content-lg .h3 {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 1.4;
  color: #212121;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.content h6, .content .h6 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #757575;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.content-lg>ul {
  margin-bottom: 28px;
  padding: 0;
}

.it-block ul li, .privacy-block ul li, .privacy-block ol li {
  position: relative;
  margin-bottom: 5px;
  color: #757575;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.it-block ul li:before, .areas ul li:before, .privacy-block ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #757575;
  vertical-align: middle;
}

.areas ul li:before, .privacy-block ul li:before {
  margin: 0 12px 0 0;
}

.it-block ul li:before {
  margin: 0 16px 0 -20px;
}

.numbers ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 12px 0 0;
}

.grows-tab .tabslist-content__item .content li, .grows-tab .tabslist-content__item .content p, .grows-tab .tabslist-content__item .content {
  font-size: 16px;
}
.tabslist-content__contact {
  margin-bottom: 46px;
}
.content-lg {
  margin-bottom: 56px;
}

.content-lg .numbers div[class*="col"]:nth-child(even) {
  padding: 0 16px 0 8px;
}

.content-lg .numbers div[class*="col"] {
  padding: 0 16px 0 16px;
}

.content p:last-child {
  margin-bottom: 0;
}

.main-content.content p {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  color: #212121;
  margin-top: -31px;
  margin-bottom: 59px;
}

.content-lg p {
  letter-spacing: 0;
  line-height: 30px;
  color: #212121;
  margin-bottom: 24px;
  font-size: 20px;
}
@media (max-width:575.5px) {
  .content-lg p {
    font-size: 16px;
    line-height: 20px;
  }
}

.content-lg>.lead-title~p, .page-nav+.grows-content .content-lg>p:first-child {
  margin-bottom: 32px;
  color: #212121;
}

.content-lg > .numbers ~ p  {
  color: #757575;
  max-width: 1040px;
  line-height: 28px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.nav__logo img {
  display: block;
  max-width: 100%;
  height:100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-lg>p+.areas, .content-lg>p+.tabslists {
  margin-top: 74px;
}

.content-lg>p+.pluses {
  margin-top: 57px;
}

.content-lg>p+.logos {
  margin-top: 34px;
}

.content-lg>p+.logos .logo {
  margin-top: 32px;
}

.content-lg>.lead-title~p+.second-title {
  margin-top: 55px;
}

.content-lg>.second-title+.numbers {
  margin-top: -35px;
}

/* .content-lg > .second-title + .tabslists {
  margin-top: 0px;
  padding-top: 6px;
} */

.tabslists__container {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabslist {
  display: inline-block;
  min-height: 49px;
  margin-right: -8px;
}

.tab-head {
  font-size: 22px;
  padding: 20px;
  cursor: pointer;
}

.tab-content {
  max-width: 100%;
  left: 0;
  bottom: -24px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  -webkit-transition: all 900ms ease-in-out;
  -o-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}

.tabslist.active .tab-content {
  visibility: visible;
  opacity: 1;
  clip: auto;
  width: auto;
  height: auto;
  margin: auto;
}

.content-lg>.numbers+p {
  margin-top: 65px;
}

.content-lg>p+.second-title {
  margin-top: 56px;
}

.privacy-block {
  margin-bottom: 40px;
}

.privacy-block p {
  margin-bottom: 16px;
  color: #757575;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}

.logos .logo img {
  max-height: 50px;
}

.privacy-block:first-child p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.privacy-block:first-child {
  margin-bottom: 40px;
}

.header-privacy {
  display: block;
  position: relative;
  padding-top: 94px;
  padding-bottom: 40px;
}

.header-vacancy .breadcrumbs {
  margin-bottom: 10px;
}

.header-privacy .breadcrumbs {
  margin-bottom: 24px;
}

.header-privacy__title span, .header-privacy__title {
  display: block;
  color: #021789;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}

.tab-content ul {
  margin-left: 17px;
  margin-bottom: 23px;
}

@media (min-width: 576px) {
  .tab-content {
    bottom: -40px;
  }
  .tabslists .tabslist-col:nth-child(2), .tabslists .tab-col:nth-child(2) {
    padding-left: 0;
  }
  .header-privacy {
    padding-top: 131px;
    padding-bottom: 40px;
  }
  .content-lg>.second-title+.numbers {
    margin-top: -64px;
  }
  /* .content-lg > .second-title + .tabslists {
    margin-top: 0px;
    padding-top: 1px;
  } */
  .content-lg {
    margin-bottom: 88px;
  }
  .lead-title {
    margin-bottom: 80px;
  }
  .header-privacy+.grows-content .content-lg>p:first-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .tab-content {
    bottom: -24px;
  }
  .tabslist {
    height: 70px;
  }
  .tabslists .tabslist-col:nth-child(2), .tabslists .tab-col:nth-child(2) {
    padding-left: 15px;
  }
  .header-privacy {
    padding-top: 155px;
    padding-bottom: 80px;
  }
  .header-privacy__title span, .header-privacy__title {
    font-size: 45px;
    letter-spacing: -0.5px;
    line-height: 60px;
  }
  .header-privacy .breadcrumbs {
    margin-bottom: 38px;
  }
  .header-vacancy {
    padding-top: 130px;
    padding-bottom: 178px;
  }
  .privacy-block:first-child p, .privacy-block:first-child p span {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .privacy-block:first-child {
    margin-bottom: 75px;
  }
  .logos .logo img {
    max-height: 72px;
  }
  .header-privacy+.grows-content .content-lg>p:first-child {
    margin-bottom: 74px;
  }
  .content-lg h3, .content-lg .h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
    color: #212121;
    font-weight: 600;
  }
  .content h6, .content .h6 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.content a {
  color: #021789;
  font-size: 16px;
  text-decoration: none;
}

@media (min-width: 992px) {
  .content a {
    font-size: 20px;
  }
}

.content blockquote {
  position: relative;
  margin-left: 14px;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 24px;
}
.download-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  padding-left: 43px;
  text-decoration: none;
}

.download-contacts:last-child {
  margin-bottom: -5px;
}
.download-contacts img {
  display: block;
  height: 16px;
  width: 14px;
  margin-right: 10px;
}
.download-contacts .contact-link {
  color: #212121;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}
@media (min-width: 576px) {
  .content blockquote {
    margin-bottom: 60px;
    margin-left: 54px;
    padding-top: 38px;
    padding-right: 74px;
    padding-left: 26px;
  }
}

@media (min-width: 992px) {
  .download-contacts {
    padding-left: 0;
  }
  .download-contacts:last-child {
    margin-bottom: -12px;
  }
  .download-contacts {
    margin: 5px 0 24px -2px;
  }
  .download-contacts img {
    height: 28px;
    width: 24px;
    margin-right: 17px;
  }
  .content blockquote {
    margin-bottom: 84px;
    margin-left: 54px;
    padding-top: 38px;
    padding-right: 92px;
    padding-left: 32px;
  }
}

.content blockquote:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #e0e0e0;
}

@media (min-width: 576px) {
  .content blockquote:before {
    top: 32px;
    height: calc(100% - 25px);
  }
  .privacy-block {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .content-lg .logos .logo {
    margin-right: 50px;
  }
  .privacy-block {
    margin-bottom: 72px;
  }
  .content blockquote:before {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    width: 4px;
    height: calc(100% - 25px);
    background-color: #e0e0e0;
  }
}

.content blockquote p {
  margin-bottom: 0;
  color: #212121;
}
.content blockquote p,
.content blockquote p a {
  font-size: 14px;
  line-height: 1.43;
}

@media (min-width: 992px) {
  .content blockquote p {
    margin-bottom: 0;
    text-align: left;
    color: #212121;
  }
  .content blockquote p,
  .content blockquote p a  {
    font-size: 16px;
    line-height: 1.5;
  }
}

.content .text__content li, .content .text__content p, .content .text__content span {
  font-size: 14px;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-wrap .logo {
  display: block;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.logos .logo img, .logos-wrap .logo img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-logos.logos,
.reality-logos.logos,
.iot-logos.logos,
.bc-logos.logos {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-logos.logos .logo {
  width: 11%;
  margin-right: 45px;
  margin-top: 32px;
  min-width: 81px;
  max-height: 60px;
}

.main-logos.logos .logo,
.reality-logos.logos .logo,
.iot-logos.logos .logo,
.bc-logos.logos .logo {
  margin-bottom: 0;
}

.main-logos.logos .logo:first-child:nth-last-child(2) {
  margin-right: 93px;
  margin-bottom: 0px;
}

.main-logos.logos .logo:nth-last-child(1) {
  margin-right: 0;
  margin-bottom: 0px;
}

.it-content.row div[class*="col-"]:first-child .it-block:last-child {
  margin-bottom: 40px;
}

.it-block {
  margin-bottom: 40px;
}

.it-block ul {
  margin-left: 36px;
  margin-bottom: 22px;
  padding-top: 2px;
}

.privacy-block ul, .privacy-block ol {
  margin-left: 18px;
  margin-bottom: 22px;
  padding-top: 0px;
}

.it-block ul:last-child, .privacy-block ul:last-child, .privacy-block ol:last-child {
  margin-bottom: 0;
}

.it-block ul link {
  margin-bottom: 0;
  margin-top: 16px;
  padding-left: 18px;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 16px;
}

.privacy-block ul li {
  padding-left: 18px;
}

.privacy-block ul li, .privacy-block ol li {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}

.areas ul li:before, .it-block ul li:before, .privacy-block ul li:before {
  margin-right: 16px;
  margin-top: 0;
  margin-left: -19px;
}

.it-block:last-child {
  margin-bottom: 0;
}

.it-block__description {
  position: relative;
  z-index: 1;
  margin-left: 1px;
}

.it-block__description+.it-block__logos {
  margin-top: 8px;
}

.it-block h3, .it-block .h3 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 16px;
}

.it-block span, .it-block p, .it-block a {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}

.it-block p {
  color: #757575;
  margin-top: 16px;
}

.it-block p+p {
  margin-top: 20px;
}

.it-block p {
  margin-bottom: 0;
}

.it-block ul:not(:last-child) {
  margin-bottom: 0;
}

.it-block ul+p, .privacy-block ul+p, .privacy-block ol+p {
  margin-top: 24px;
}

.privacy-block ul li:first-child, .privacy-block ol li:first-child {
  margin-top: 0;
}

.it-block__logos {
  margin-top: 0px;
}

.it-block__logos .logo {
  width: 30%;
  margin-top: 16px;
  margin-bottom: 0;
  margin-right: 14px;
}

.three-part .it-block__logos {
  margin-right: 0;
}

.three-part .it-block__logos .logo {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  margin: 0 13px 0 5px;
}

.three-part .it-block__description .h3, .three-part .it-block__description h3 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.three-part .it-block .h3, .three-part .it-block h3 {
  margin-bottom: 17px;
}

.it-block__logos .logo:nth-child(3n) {
  margin-right: 0px;
}

.it-block__logos+.it-block__logos p:first-child {
  margin-top: 25px;
}

.it-block__logos p:last-child {
  margin-bottom: 0;
}

.it-block__logos+.it-block__description {
  margin-top: 23px;
}

.areas__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.areas__overlay ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 0;
}

.areas__overlay ul li:before {
  margin-right: 16px;
  margin-top: 6px;
  background-color: #fff;
}

.areas__block-title + .areas__block-text {
  margin-top:16px;
}
.areas .areas__block-title,
.areas .areas__block-text {
  font-size: 16px;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-bottom: 17px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.areas.rd-areas .areas__block-title {
  font-size: 18px !important;
}

.areas.rd-areas .areas__block-title,
.areas.rd-areas .areas__block-text {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  text-align: left;
}

.rd-areas .areas__overlay {
  background-color: transparent;
  transition: background-color 0.2s ease-in;
}
.rd-areas .areas__overlay:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.areas.rd-areas .areas__overlay .areas__block-text {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.areas.rd-areas .areas__overlay:hover .areas__block-text {
  opacity: 1;
}

.rd-areas .areas__icon+.areas__block-title,
.rd-areas .areas__icon+.areas__block-text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 17px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  text-align: left;
  margin-top: 0;
}

.ai-areas .areas__overlay ul li, .ai-areas .areas__block-title,
.ai-areas .areas__overlay ul li, .ai-areas .areas__block-text {
  color: rgb(255, 255, 255);
}

.main-areas .areas__block-title, .rd-areas .areas__block-title,
.main-areas .areas__block-text, .rd-areas .areas__block-text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.main-areas .areas__overlay {
  min-height: 100%;
  padding: 47px 24px 29px;
}

.ai-areas .areas__block {
  background-position-x: 70%;
}

.ai-areas.areas .areas__overlay {
  padding: 38px 20px 33px 25px;
}

.areas__icon,
.fls-icons__image {
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

.gridTab__item-icon-image {
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

.areas__overlay ul {
  padding-left: 17px;
  margin-bottom: 0px;
}

.ai-areas .areas__overlay ul {
  padding-left: 35px;
}

.areas__overlay ul li:first-child {
  margin-top: 0;
}

.areas .areas__block {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.tabslists img {
  height: auto;
  min-height: 200px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.three-part {
  margin-bottom: 24px;
}

.three-part .it-block .h3, .three-part .it-block h3 {
  margin-bottom: 0;
}

.three-part .it-block__logos .logo {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin: 16px 11px 0 2px;
}

.three-part .it-block__logos .logo:nth-child(3n) {
  margin-right: 0;
}

.areas .areas__content, .pluses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.it-block ul li:first-child {
  margin-top: 16px;
}

.it-block ul li {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 16px;
}
.country-offices__wrap {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px)
}
.country-offices__container {
    justify-content: center;
    margin-top: 40px;
}
.fls-icons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fls-icons__item-block, .country-offices__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 140px;
  width: 140px;
  text-decoration: none;
  color: #212121;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  position: relative;
  z-index: 1; /* matters! */
}
.country-offices__item-block {
  overflow: hidden;
  position: relative;
  height: 260px;
  width: 100%;
  min-width: 260px;
}
.country-offices__item-block img {
  z-index: -1;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.country-offices__item-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(2,23,137,.6) 20%, rgba(2,23,137,0) 66%);
}
.country-offices__item-block:hover img {
  -webkit-transition: .3s;
  transition: .3s;
  width: 110%;
  height: 110%;
}

.country-offices__text {
  max-width: 200px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  bottom: 40px;
  color: #ffffff;
  overflow: hidden;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 40%), -1px -1px 1px rgb(0 0 0 / 40%), -1px 1px 1px rgb(0 0 0 / 40%), 1px -1px 1px rgb(0 0 0 / 40%);
}
.country-offices__item {
  width: calc(25% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px;
}
@media (max-width:1190px) {
    .country-offices__item {
      width: calc(50% - 30px);
    }
}
@media (max-width:990px) {
    .country-offices__item {
      width: calc(100% - 30px);
    }
}

.fls-icons__item-block::before {
  content: "";
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0533BE), to(#021789));
  background: -o-linear-gradient(top, #0533BE 0%, #021789 100%);
  background: linear-gradient(180deg, #0533BE 0%, #021789 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1
}
.fls-icons_pictures .fls-icons__item-block::before {
  content: none;
}
.fls-icons__item-block:hover::before {
  opacity: 1;
}
.fls-icons__text {
  max-width: 110px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.country-offices__text {
  max-width: 200px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  bottom: 40px;
  color: #ffffff;
  overflow: hidden;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 40%), -1px -1px 1px rgb(0 0 0 / 40%), -1px 1px 1px rgb(0 0 0 / 40%), 1px -1px 1px rgb(0 0 0 / 40%);
}
.fls-icons__image {
  margin: 10px 0 17px;
  min-height: 56px;
  width: 56px;
  -webkit-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
}
.fls-icons_pictures .fls-icons__image {
  transition-duration: 100ms;
}
.fls-icons__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4px;
}
.second-title + .fls-icons {
  margin-top: 46px;
}
.title + .fls-icons_pictures {
  margin-top: 43px;
}

.fls-icons_pictures .fls-icons__item-block:hover .fls-icons__text {
  margin-top: 23px;
}
@media (min-width:576px) {
  .fls-icons_pictures .fls-icons__item-block:hover .fls-icons__text {
    margin-top: 30px;
  }
  .title + .fls-icons_pictures {
    margin-top: 18px;
  }
  .second-title + .fls-icons {
    margin-top: -19px;
    margin-bottom: -11px;
  }
  .fls-icons__image {
    margin: 20px 0 17px;
  }
  .fls-icons__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 0px;
  }
  .fls-icons__item-block {
    height: 159px;
    width: 159px;
  }
  .it-block ul {
    margin-left: 17px;
  }
  .ai-areas.areas .areas__overlay {
    padding: 38px 37px 33px 31px;
  }
  .areas .areas__block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .three-part {
    margin-bottom: 28px;
  }
  .three-part:nth-child(3) {
    margin-bottom: 0px;
  }
}

.content-lg .areas__icon {
  height: 45px;
  width: 45px;
}

.it-content {
  margin: 0;
}
@media (min-width: 576px) {
  .columned-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    grid-auto-rows: minmax(100px, auto);
  }
}
@media (min-width: 992px) {
  .columned-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.columned-grid .it-block h3 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}
.columned-grid .it-block {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .fls-icons_pictures .fls-icons__item-block:hover .fls-icons__text {
    margin-top: 59px;
  }
  .title + .fls-icons_pictures {
    margin-top: 54px;
  }
  .second-title + .fls-icons {
    margin-top: -8px;
    margin-bottom: 0px;
  }
  .fls-icons__image {
    margin: 56px 0 32px;
  }
  .fls-icons__text {
    max-width: 160px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .fls-icons__item-block {

    height: 291px;
    width: 291px;
  }
  .fls-icons__image {
    min-height: 80px;
    width: 80px;
  }
  .content-lg .logos:last-child {
    padding-bottom: 11px;
  }
  .it-block__logos .logos:last-child {
    padding-bottom: 0;
  }
  .three-part {
    margin-bottom: 0;
  }
  .three-part:nth-child(2) {
    padding-left: 5px;
  }
  .three-part:nth-child(3) {
    padding-left: 0;
    margin-left: -5px;
  }
  .three-part .it-block .h3, .three-part .it-block h3 {
    margin-bottom: 23px;
  }
  .three-part .it-block__logos {
    margin-right: 65px;
  }
  .three-part .it-block__logos .logo {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 25px 0 0;
  }
  .three-part .it-block__description .h3, .three-part .it-block__description h3 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .areas__overlay ul li {
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .areas__overlay ul {
    padding-left: 57px;
    margin-bottom: 0px;
  }
  .ai-areas.areas .areas__overlay {
    padding: 41px 48px 66px;
  }
  .ai-areas .areas__block {
    background-position-x: center;
  }
  .areas .areas__block-title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .areas ul li:before, .it-block ul li:before, .privacy-block ul li:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 12px 0 0;
  }
  .it-block ul li:before, .privacy-block ul li:before {
    background-color: #757575;
  }
  .areas ul li:before {
    background-color: #ffffff;
  }
  .content-lg>.lead-title~p, .page-nav+.grows-content .content-lg>p:first-child {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .content-lg>.numbers~p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .grows-content .content span, .grows-content .content p, .grows-content .content a, .grows-content .content li {
    font-size: 20px;
  }
  .content ul li {
    font-size: 20px;
    line-height: 1.4;
  }
  .content h2, .content .h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.4;
  }
  /* .tabslists {
    min-height: 463px;
  } */
  .tabslist-content__item .content h2, .tabslist-content__item .content .h2 {
    font-size: 16px;
  }
  .content-lg {
    margin-bottom: 128px;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .lead-title {
    margin-bottom: 100px;
  }
  .lead-title+p {
    margin-top: -4px;
  }
  .grows-content .header-title {
    padding-top: 100px;
  }
  .it-block {
    margin-bottom: 64px;
  }
  .it-block ul, .privacy-block ul {
    margin-left: 24px;
    margin-bottom: 39px;
  }
  .privacy-block ol {
    margin-left: 57px;
    margin-bottom: 39px;
  }
  .it-block ul li {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .privacy-block ul li, .privacy-block ol li {
    margin-bottom: 0;
    margin-top: 24px;
  }
  .areas ul li:before, .it-block ul li:before, .privacy-block ul li:before {
    margin-right: 16px;
    margin-top: -2px;
    margin-left: -25px;
  }
  .it-block:last-child {
    margin-bottom: 0;
  }
  .it-block h3, .it-block .h3 {
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 25px;
  }
  .it-block span, .it-block p, .it-block a, .it-block ul li {
    font-size: 20px;
    letter-spacing: 0.15px;
    line-height: 28px;
  }
  .it-block ul li:first-child {
    margin-top: 24px;
  }
  .privacy-block p {
    margin-bottom: 24px;
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 24px;
  }
  .privacy-block ul li, .privacy-block ol li {
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 24px;
  }
  .it-block p {
    margin-bottom: 24px;
    margin-right: 15px;
  }
  .it-block__logos p:first-child {
    margin: 24px 0 0;
  }
  .it-block__logos+.it-block__logos p:first-child {
    margin-top: 32px;
  }
  .it-block__logos p:last-child {
    margin-bottom: 0;
  }
  .it-block__logos+.it-block__description {
    margin-top: 32px;
  }
  .content-lg .text__content span, .content-lg .text__content p, .content-lg .text__content a, .content-lg .text__content li {
    font-size: 20px;
  }
  .content.rd-content.lg-content {
    max-width: 997px;
  }
  .content.rd-content {
    max-width: 530px;
  }
  .content.lg-content span, .content.lg-content p, .content.lg-content a, .content.lg-content li {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 67px;
  }
  .grows-content .sp-slide-text .content li, .grows-content .sp-slide-text .content p, .grows-content .sp-slide-text .content {
    font-size: 20px;
  }
  .grows-tab .header-title {
    padding-top: 130px;
    margin-bottom: 100px;
  }
  .grows-tab .tabslist-content__item .content li, .grows-tab .tabslist-content__item .content p, .grows-tab .tabslist-content__item .content {
    font-size: 20px;
  }
  .grows-tab .sp-slide-text .content li, .grows-tab .sp-slide-text .content p, .grows-tab .sp-slide-text .content {
    font-size: 20px;
  }
  .grows-tab .content .text__content span, .grows-tab .content .text__content p, .grows-tab .content .text__content a, .grows-tab .content .text__content li {
    font-size: 20px;
  }
  .header-title {
    padding-top: 164px;
    margin-bottom: 133px;
  }
  .areas__title {
    font-size: 24px;
    margin-bottom: 58px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .areas .areas__icon {
    height: 62px;
    width: 62px;
    margin-bottom: 20px;
  }
  .areas__overlay ul li {
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .areas__overlay ul li:last-child {
    margin-bottom: 0;
  }
  .areas__overlay ul li span {
    display: block;
  }
  .tab-content ul li:before, .areas__overlay ul li:before, .numbers ul li:before {
    width: 7px;
    height: 7px;
    margin-right: 17px;
    margin-top: 0;
    margin-left: -23px;
  }
  .tab-content ul li:before {
    margin-left: -23px;
  }
  .areas__overlay ul li:before {
    margin-right: 16px;
    margin-top: 9px;
  }
}

.blog-content__content .content p {
  color: #212121;
}

.blog-content__content .content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.blog-content__content .content ol li, .blog-content__content .content ul li {
  color: #000;
}

.blog-content__content em {
  font-style: italic;
}

.vacancy-inner strong,
.vacancy-inner b,
.vacancy-list strong,
.vacancy-list b,
.blog-content__content strong,
.grows-content strong,
.grows-content b {
  font-weight: 600;
}

.fls-services ul.fls-services__list li.fls-services__item:before {
  content: none;
}

.content ol {
  counter-reset: counter;
  margin-bottom: 28px;
  padding: 0;
}

.content ol li {
  position: relative;
  margin-bottom: 28px;
  font-size: 20px;
  color: #757575;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

@media (min-width: 992px) {
  .content ol li {
    font-size: 20px;
  }
  .it-content.row .col-md-6:nth-child(even), .it-content.row .col-sm-6:nth-child(even) {
    padding-left: 12px;
  }
}

.content ol li:before {
  content: counter(counter) ".";
  counter-increment: counter;
  display: inline-block;
  margin-right: 12px;
}

.content .black, .content-lg .black {
  color: #212121;
}

.content .text {
  position: relative;
  z-index: 5;
}

.content .text.load {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.content .text_down {
  margin-top: -30px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .content .text_down {
    margin-top: -60px;
  }
  .content-lg .numbers div[class*="col-"], .content-lg .numbers div[class*="col-"]:nth-child(even) {
    padding: 0 12px;
  }
  .it-content.row .col-md-6:nth-child(even), .it-content.row .col-sm-6:nth-child(even) {
    padding-left: 16px;
  }
}

@media (min-width: 992px) {
  .content .text_down {
    margin-top: -70px;
  }
  .content-lg .numbers div[class*="col"], .content-lg .numbers div[class*="col"]:nth-child(even) {
    padding: 0 15px;
  }
}

.content .text_up {
  margin-bottom: -30px;
}

@media (min-width: 768px) {
  .content .text_up {
    margin-bottom: -60px;
  }
}

@media (min-width: 992px) {
  .content .text_up {
    margin-bottom: -70px;
  }
}

.content .text_left {
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (min-width: 768px) {
  .content .text_left {
    padding-right: 22%;
  }
}

@media (min-width: 768px) {
  .content .text_left .text__content {
    padding: 25px 80px 55px 15px;
  }
}

@media (min-width: 992px) {
  .content .text_left .text__content {
    padding: 88px 110px 50px 15px;
  }
}

.content .text_left .text__content:before {
  right: 0;
}

.content .text_right {
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (min-width: 768px) {
  .content .text_right {
    padding-left: 22%;
  }
}

@media (min-width: 768px) {
  .content .text_right .text__content {
    padding: 25px 15px 55px 80px;
  }
}

@media (min-width: 992px) {
  .content .text_right .text__content {
    padding: 88px 15px 50px 110px;
  }
}

.content .text_right .text__content:before {
  left: 0;
}

.content .text__content {
  position: relative;
  padding: 30px 30px 40px 20px;
}

.content .text__content:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-image: -o-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#ffffff)) !important;
  background-image: linear-gradient(to top, #f5f5f5, #ffffff) !important;
  z-index: -1;
}

.form-reg__overlay {
  visibility: hidden;
  opacity: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  position: fixed;
  top: 0;
  left: 0;
  /*background-image: -o-linear-gradient(bottom, #f5f5f5bd, #ffffffd4);*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5bd), to(#ffffffd4));*/
  /*background-image: linear-gradient(to top, #f5f5f5bd, #ffffffd4);*/
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

html.overlay {
  overflow: hidden;
}

html.overlay .form-reg__overlay {
  visibility: visible;
  opacity: 1;
  clip: auto;
  width: 100vw;
  height: 100%;
  margin: auto;
}

html.overlay .form-reg__popup {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
  height: 320px;
  min-width: 320px;
  min-height: 320px;
  -webkit-box-shadow: 0px 0px 25px -16px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 25px -16px rgba(0,0,0,0.4);
  z-index: 1000;
}
.form-reg__popup .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.form-reg__popup .close:hover {
  opacity: 1;
}
.form-reg__popup .close:before, .form-reg__popup .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #021789;
}
.form-reg__popup .close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-reg__popup .close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.slick-arrow:hover>path {
  fill: #021789;
}

.slick-arrow path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-dots {
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.max-height {
  max-height: 100vh!important;
}

.max-height:before {
  opacity: 1!important;
  background-color: #fff!important;
}

.slick-dots li {
  display: inline-block;
  margin: 0 12px;
  width: 12px;
}

.slick-dots li:only-child {
  display: none;
  opacity: 0;
}

.slick-dots li.slick-active button {
  width: 7px;
  height: 7px;
  border: 1px solid #021789;
  background-color: #fff;
}

@media (min-width: 992px) {
  .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
  }
}

.slick-dots button {
  font-size: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #e0e0e0;
  border: none;
}

@media (min-width: 992px) {
  .slick-dots button {
    width: 4px;
    height: 4px;
  }
}

.nextArrow {
  -webkit-transform: rotate(-180deg) translateY(-50%);
  -ms-transform: rotate(-180deg) translateY(-50%);
  transform: rotate(-180deg) translateY(-50%);
  margin-top: -24px;
}

#video-in-banner, #video-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  z-index: 100;
}

.icon-video_close {
  position: absolute;
  z-index: 4;
  top: 15px;
  right: 15px;
  background-image: url(../images/icon-11.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.icon-video_pause {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/video-controls/Play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  z-index: 4;
  cursor: pointer;
  display: none;
}

.video-js {
  z-index: -1;
  opacity: 0;
  display: none;
}

.video-js.close {
  z-index: -1 !important;
  opacity: 0 !important;
}

.video-js .vjs-tech {
  -o-object-fit: cover;
  object-fit: cover;
}

.video-js .vjs-control-bar {
  height: 50px !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: transparent;
  background-image: -o-linear-gradient(bottom, #000 0%, transparent 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(to top, #000 0%, transparent 100%);
}

.video-js .vjs-progress-control {
  display: none;
  padding-left: 35px;
}

.video-js.vjs-playing {
  opacity: 1;
  z-index: 3;
}

.video-js.vjs-paused {
  opacity: 1;
  z-index: 3;
}

.video-js.vjs-paused .icon-video_pause {
  display: block;
}

.vjs-remaining-time, .vjs-fullscreen-control {
  display: none !important;
}

.vjs-volume-bar {
  margin-top: 24px !important;
  left: 15px;
}

.vjs-playing>.vjs-icon-placeholder:before, .vjs-mute-control>.vjs-icon-placeholder:before {
  content: '' !important;
  background-image: url(../images/video-controls/Volume.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  margin: 0 15px;
}

.vjs-mute-control>.vjs-icon-placeholder:before {
  background-image: url(../images/video-controls/Volume.svg);
}

.vjs-mute-control.vjs-vol-0>.vjs-icon-placeholder:before {
  background-image: url(../images/video-controls/Volume-off.svg);
}

.vjs-play-control.vjs-paused>.vjs-icon-placeholder:before {
  content: '' !important;
  background-image: url(../images/video-controls/Play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  margin: 0 15px;
}

.vjs-playing>.vjs-icon-placeholder:before {
  background-image: url(../images/video-controls/Pause.svg);
}

.sp-fade-arrows {
  bottom: 0;
}

@media (min-width: 992px) {
  .sp-fade-arrows {
    bottom: -36px;
  }
}

.i.i-clip {
  position: relative;
  width: 25px;
  height: 27px;
  display: inline-block;
}
.i.i-clip:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/icon-10_black.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.i.i-clip .st0 {
  fill:#212121;
}
.file-label:hover .i.i-clip .st0 {
  fill:#021789;
}
.about {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-top-about .about__content {
  padding-bottom: 105px;
}

.about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -58px;
}

.about__logo {
  display: block;
  padding-top: 154px;
  width: 246px;
}

.about__content {
  position: relative;
  padding-top: 140px;
  padding-left: 65px;
  padding-bottom: 250px;
  width: calc(100% - 246px);
}

.content-lg .about__content {
  padding-top: 140px;
  padding-left: 61px;
  padding-bottom: 0;
  margin-bottom: 19px;
}

.about__text {
  position: relative;
  top: 1px;
  z-index: 1;
  font-size: 34px;
  line-height: 1.41;
  letter-spacing: -.4px;
  color: #212121;
}

.about__text a {
  font-size: 34px;
  line-height: 1.41;
  letter-spacing: -0.4px;
  color: #021789;
  text-decoration: none;
}

.container-sm {
  width: 100%;
  max-width: 665px;
  padding: 0 15px;
  margin: 0 auto;
}

.about-remote__cards {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about-remote__card {
  width: calc(25% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  min-height: 202px
}
.about-remote__card .about-remote__title {
  margin-top: 24px;
  color: #101010;
  font-size: 20px;
}
.about-remote__card p {
  height: 100%;
  font-size: 16px;
  letter-spacing: .15px;
  line-height: 24px;
  text-align: center;
  padding: 26px 0 14px;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis
}
.grows-content .about-remote__cards.steps-wrap {
  padding-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grows-content .about-remote__cards.steps-wrap > div {
  margin-bottom: 30px;
}
.about-remote__cards.steps-wrap .about-remote__card {
  margin-bottom: 0;
  min-height: 100%;
  width: 100%;
  padding: 38px 54px;
  background-color: rgba(245,245,245,0.4);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about-remote__cards.steps-wrap .about-remote__image {
  padding-top: 0;
  height: 100px;
  max-width: 100px;
}
.about-remote__cards.steps-wrap .about-remote__card .about-remote__title {
  width: 100%;
  margin-top: 24px;
  color: #101010;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 0;
}
.about-remote__cards.steps-wrap .about-remote__card p {
  text-align: left;
  padding-top: 12px;
  padding-bottom: 0;
  height: auto;
  overflow: initial;
}
.about-remote__cards.steps-wrap .about-remote__card.large-card {
  padding: 54px 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-remote__cards.steps-wrap .about-remote__card.large-card .about-remote__image {
  margin-right: 43px;
}
.about-remote__cards.steps-wrap .about-remote__card.large-card .about-remote__title {
  margin-top: 0;
}
.about-remote__cards.steps-wrap .about-remote__card.large-card p {
  line-height: 32px;
}

@media (max-width:992px) and (min-width:576px) {
  .about-remote__cards .about-remote__card {
    width: calc(50% - 24px);
  }
  .about-remote__cards.steps-wrap.row {
    margin-left: -9px;
    margin-right: -9px;
  }
  .about-remote__cards.steps-wrap > div {
    padding-left: 9px;
    padding-right: 9px;
  }
  .grows-content .about-remote__cards.steps-wrap > div {
    margin-bottom: 18px;
  }
  .about-remote__cards.steps-wrap .about-remote__card {
    padding: 25px;
  }
  .about-remote__cards.steps-wrap .about-remote__card .about-remote__image {
    height: 80px;
  }
  .about-remote__cards.steps-wrap .about-remote__card .about-remote__title {
    font-size: 16px;
  }
  .about-remote__cards.steps-wrap .about-remote__card p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card {
    padding: 52px 35px;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card .about-remote__image {
    margin-right: 30px;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card p {
    line-height: 20px;
  }
}
@media (max-width:575.5px) {
  .about-remote__cards .about-remote__card {
    width: calc(100% - 24px);
  }
  .grows-content .about-remote__cards.steps-wrap > div {
    margin-bottom: 18px;
  }
  .about-remote__cards.steps-wrap .about-remote__card {
    padding: 30px 40px;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card .about-remote__image {
    margin-right: 0;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card .about-remote__title {
    margin-top: 24px;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card p {
    line-height: 20px;
  }
}
@media (max-width:370px) {
  .about-remote__cards.steps-wrap .about-remote__card {
    padding: 25px;
  }
  .about-remote__cards.steps-wrap .about-remote__card .about-remote__image {
    height: 80px;
  }
  .about-remote__cards.steps-wrap .about-remote__card .about-remote__title {
    font-size: 16px;
  }
  .about-remote__cards.steps-wrap .about-remote__card p {
    padding-top: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card .about-remote__image {
    margin-right: 0;
    height: 80px;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card .about-remote__title {
    margin-top: 24px;
    font-size: 16px;
  }
  .about-remote__cards.steps-wrap .about-remote__card.large-card p {
    font-size: 14px;
    line-height: 20px;
  }
}


.page-nav {
  margin: 42px 0 63px 0;
  position: relative;
}
.page-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-nav .share {
  padding-bottom: 0px;
  margin-right: -18px;
  border-bottom: none;
  margin-right: -2px;
}

.page-nav .share__title {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-right: 4px;
}

.page-nav .share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-nav .breadcrumbs__link {
  font-size: 14px;
  letter-spacing: 0.25px;
}

.page-nav .breadcrumbs {
  margin-left: -6px;
}

@media screen and (max-width: 767.99px) {
  .logos-wrap .logo img {
    width: 70%;
  }
  .about-remote__card p {
    padding: 10px 0 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px
  }
}

@media screen and (max-width: 375px) {
  .about-remote__card {
    padding: 16px 15px;
  }
  .about-remote__card p {
    font-size: 12px;
  }
}

.about-remote__card.large {
  padding: 39px;
  max-width: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 180px;
  margin-bottom: 46px
}

.about-remote__card.large p {
  text-align: left;
  padding: 5px 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

.about-remote__card.large .about-remote__image {
  padding-top: 0;
}

.about-remote__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0;
  height: 100%;
  min-width: 100px;
  width: 100px
}

.about-remote__image img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  max-width: 100%
}

.about-remote__cards {
  margin-top: 0;
}

.main-about .about__content {
  padding-left: 0px;
  padding-right: 65px;
  padding-bottom: 35px;
}

.terms__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 48px;
}

.terms__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%
}

.terms__term:first-child {
  margin-right: 2%
}

.terms__term p {
  font-size: 16px;
  letter-spacing: .15px;
  line-height: 24px;
  margin: 26px 36px 0 0
}

.terms__term img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .container-sm {
    max-width: 906px;
  }
  .grows-content .header-title.remote-title {
    /* padding-top: 66px; */
    padding-top: 0;
  }
  .grows-content .about-remote__cards {
    padding: 42px 0 28px;
  }
  .grows-content .header-title.remote-title .h1:after, .grows-tab .about-remote__title-block h1.about-remote__title:after {
    bottom: -31px;
  }
  .header-title.remote-title {
    margin-bottom: 96px;
  }
  .grows-tab .about-remote__title-block.header-title {
    padding-top: 132px;
    margin-bottom: 89px;
  }
  .about-remote__image {
    padding-top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .about-remote__cards {
    padding: 3px 0 0px;
  }
  .grows-tab .header-title.remote-title {
    margin-bottom: 66px;
  }
}

@media (max-width: 767.99px) {
  .about-remote__cards {
    padding: 0px 0 44px;
  }
  .about-remote__card.large {
    margin-bottom: 0
  }
  .about-remote__card.large p {
    font-size: 16px;
    letter-spacing: .15px;
    line-height: 24px
  }
  .about-remote__image {
    padding-top: 0
  }
  .terms__block {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly
  }
  .terms__term:first-child {
    margin-right: 4.7%
  }
  .terms__term p {
    margin: 26px 0 0
  }
}

@media (max-width: 670px) {
  .about-remote__cards {
    padding: 18px 0 5px;
  }
  .about-remote__card {
    margin-bottom: 16px;
  }
  .about-remote__card.large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 10px;
    margin-bottom: 16px
  }
  .about-remote__card.large p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px 0 0;
    text-align: center;
    height: 100%;
  }
  .terms {
    padding-top: 20px;
  }
  .terms__title {
    margin: 0 0 38px;
  }
  .terms__title:after {
    width: 21px;
  }
  .terms__term {
    margin-top: 33px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .terms__term:first-child {
    margin-right: 0;
  }
  .terms__term p {
    margin: 9px 25px 0 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .terms__term p:last-child {
    margin-bottom: 10px
  }
}

.numbers__icon {
  margin-bottom: 50px;
  display: block;
  width: 42px;
  height: 46px;
}

.numbers__icon img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.numbers__icon-item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.numbers__number {
  margin-bottom: 9px;
  font-size: 56px;
  line-height: 1.3;
  letter-spacing: -1.2px;
  color: #212121;
}

.numbers__text {
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
  max-width: 196px;
}

.numbers.three-in-row-numbers .numbers__text {
  max-width: 283px;
}

.content-lg .numbers__item {
  margin-top: 64px;
}

.three-in-row-numbers {
  /* padding-bottom: 113px; */
  /* padding-top: 38px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.numbers__icon {
  width: 57px;
  height: 57px;
  margin-bottom: 32px;
}

.numbers.three-in-row-numbers.row>div:nth-child(2) .numbers__item {
  margin-left: 13%;
}

.numbers.three-in-row-numbers.row>div:nth-child(3) .numbers__item {
  margin-left: 25%;
}

.numbers.three-in-row-numbers.row>div:nth-child(4) .numbers__item {
  margin-left: 7%;
}

.numbers.three-in-row-numbers.row>div:nth-child(5) .numbers__item {
  margin-left: 19%;
}

@media (min-width: 768.99px) {
  .numbers__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
  }
}

.advantages-content {
  position: relative;
  display: block;
  z-index: 1;
}

.advantages-content .content h2, .advantages-content .content .h2 {
  font-weight: 500;
  text-align: left;
  color: #757575;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  text-align: left;
  color: #757575;
  margin-bottom: 40px;
}

.advantages-content .slider-pro~.h2, .advantages-content .slider-pro~h2 {
  margin-top: 140px;
}

.vacancy-title a {
  text-decoration: none;
  font-size: 30px;
  color: #021789;
}

.vacancy-title {
  margin-top: 30px;
}

.tab-content ul li:before {
  background-color: #212121;
  margin-right: 15px;
}

.numbers ul li:before {
  content: '';
  display: inline-block;
  background-color: #212121;
  margin-right: 12px;
  margin-top: 0;
  margin-left: -24px;
}

/* .areas .areas__block-title {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
} */

.pluses .pluses__block-title {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 25px;
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.lead-title~.pluses .pluses__block-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-bottom: 23px;
}

.pluses .pluses__overlay {
  display: block;
  height: 100%;
  text-decoration: none;
}

.areas .areas__icon+.areas__block-title {
  padding-left: 2px;
  margin-bottom: 0;
}

.pluses .pluses__block-text p {
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  letter-spacing: 0.15px;
  line-height: 24px;
}

a.pluses__overlay:hover {
  background-color: rgba(255, 255, 255, 0.726);
}

a.pluses__overlay:hover .pluses__block-title, a.pluses__overlay:hover .pluses__block-text p {
  color: #212121;
}

.areas__icon svg {
  width: 16%;
}

.areas .areas__block, .pluses .pluses__block {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-areas .areas__block:hover .areas__overlay {
  background-color: rgba(255, 255, 255, 0.726);
}

.main-areas .areas__block:hover .areas__block-title,
.main-areas .areas__block:hover .areas__block-text {
  color: #000;
}

.main-areas .areas__block:hover .areas__icon svg path {
  fill: #000;
}

.areas__block .areas__icon {
  background: #fff;
}

.main-areas .areas__block:hover .areas__icon {
  background: #000;
}
.fls-icons__item-block .fls-icons__image{
  background: #021789;
}
.fls-icons__item-block:hover {
  color: #fff;
}
.fls-icons__item-block:hover .fls-icons__image{
  background: #fff;
}
.fls-icons_pictures .fls-icons__item-block:hover .fls-icons__image{
  background: transparent;
}
.fls-icons__picture {
  display: block;
  position: absolute;
  left: 0;
  top:0;
  height: 100%;
  width: 100%;
  background-size: contain;
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.fls-icons__item-block:hover .fls-icons__picture {
  visibility: visible;
  opacity: 1;
  clip: auto;
  margin: auto;
}
.main-areas .areas__overlay {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.pluses .pluses__block:nth-child(odd) {
  margin-right: 24px;
}

.pluses {
  margin-top: -24px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.pluses .pluses__block {
  margin-top: 24px;
  -ms-flex-preferred-size: calc(50% - 12px);
  flex-basis: calc(50% - 12px);
}

.pluses__overlay {
  padding: 48px 80px 41px 31px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.areas+.second-title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-lg .numbers+.second-title {
  margin-top: 150px;
}

.areas .areas__icon {
  margin-bottom: 19px;
}

.rd-areas .areas__block {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.rd-areas .areas__icon {
  height: 62px;
  width: 62px;
  margin-bottom: 10px;
}

.rd-areas .areas__block-title,
.rd-areas .areas__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 4px;
}

.rd-areas .areas__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 57px 19px 47px;
  height: 100%;
}

.experience {
  margin-bottom: -51px;
}

.experience__item {
  min-height: 216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.experience__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 128px;
  width: 128px;
  border-radius: 50%;
  background-color: rgba(189, 189, 189, 0.1);
}

.experience__icon img {
  width: 56px;
  height: 56px;
  display: block;
}

.experience__icon {
  margin-bottom: 24px;
}

.experience__text {
  text-transform: uppercase;
  max-width: 204px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}

.experience__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tab-content ul li {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .experience {
    margin-bottom: -30px;
  }
  .experience__block {
    margin-top: 22px;
  }
  .experience__item {
    min-height: 243px;
  }
  .rd-areas .areas__block {
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);
  }
  .rd-areas .areas__block-title,
  .rd-areas .areas__block-text {
    margin-left: 4px;
  }
  .rd-areas .areas__icon {
    margin-bottom: 10px;
  }
  .rd-areas .areas__overlay {
    padding: 57px 25px 47px;
  }
  .it-block ul+p, .privacy-block ul+p, .privacy-block ol+p {
    margin-top: 32px;
  }
  .privacy-block ul+p, .privacy-block ol+p {
    margin-top: 25px;
  }
  .privacy-block ul, .privacy-block ol {
    margin-bottom: 22px;
    padding-top: 0px;
  }
  .privacy-block ul {
    margin-left: 17px;
  }
  .privacy-block ol {
    margin-left: 31px;
  }
  .four-in-row.logos .logo {
    margin: 16px 0 0;
  }
  .it-block h3, .it-block .h3 {
    margin-bottom: 17px;
  }
  .it-block ul {
    padding-top: 0px;
    margin-bottom: 32px;
  }
  .privacy-block ul, .privacy-block ol {
    padding-top: 0px;
    margin-bottom: 25px;
  }
  .it-block ul li, .privacy-block ul li {
    padding-left: 33px;
  }
  .it-block__description {
    margin-left: 0px;
  }
  .banner-image__item {
    padding-bottom: 64%;
  }
  .tab-content ul li {
    margin-top: 11.7px;
    margin-bottom: 0;
  }
  .numbers__item ul li {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .tab-content ul {
    margin-left: 30px;
  }
  .tab-content ul li:before {
    margin-left: -20px;
  }
  .numbers__item ul {
    margin-left: 16px;
  }
  .content-lg .title+.numbers {
    padding-top: 22px;
  }
  .content-lg .title+.second-title {
    margin-top: -28px;
    margin-bottom: 5px;
  }
  .content-lg .title+.second-title span {
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .content-lg .title+.numbers.three-in-row-numbers {
    padding-bottom: 0;
  }
  .content-lg .second-title {
    margin-bottom: 40px;
  }
  .areas+.second-title {
    margin-top: 56px;
    margin-bottom: 6px;
  }
  /* .tabslists + .second-title {
    margin-top: 56px;
    margin-bottom: 0px;
  } */
  .content-lg .numbers+.second-title {
    margin-top: 120px;
  }
  .main-areas .areas__overlay {
    padding: 47px 30px 28px;
  }
  .it-content.row div[class*="col-"]:first-child .it-block:last-child, .it-content.row div[class*="col-"]:first-child .it-block:last-child {
    margin-bottom: 0px;
  }
}

.content-lg .numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-lg .numbers .col-12 {
  padding: 0 30px 0 0!important;
}
.content-lg .lead-title ~ p + .three-in-row-numbers {
  margin-top: -23px;
}
.numbers-with-arrows > div[class*="col-"]{
  position: relative;
}

.three-in-row-numbers.numbers-with-arrows > div[class*="col-"] .numbers__text {
  max-width: 230px;
}
.three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:before {
  content: 'next';
}
.three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:first-child:before {
  content: none;
}
.three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:before {
  position: absolute;
  font-size: 18px;
  top: 139px;
  left: -29%;
  font-family: swiper-icons;
  font-weight: bold;
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #021789;
}


.three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:nth-child(2):before {
  left: -7%;
}
.three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:nth-child(3):before {
  left: 4.7%;
}
.three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:nth-child(4):before {
  left: -12.2%;
}
.three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:nth-child(5):before {
  left: -0.4%;
}
@media (min-width: 992px) {

  .numbers__item ul {
    margin-left: 57px;
  }
  .privacy-block ul {
    margin-left: 24px;
  }
  .privacy-block ol {
    margin-left: 55px;
  }
  .privacy-block ul, .privacy-block ol {
    margin-top: -5px;
    margin-bottom: 22px;
    padding-top: 0;
  }
  .experience {
    margin-bottom: -24px;
  }
  .experience__block {
    margin-top: 39px;
  }
  .experience__item {
    min-height: 274px;
  }
  .experience__icon img {
    width: 72px;
    height: 72px;
  }
  .experience__icon {
    height: 144px;
    width: 144px;
    margin-bottom: 33px;
  }
  .rd-areas .areas__block {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
  .rd-areas .areas__block-title,
  .rd-areas .areas__block-text {
    margin-top: 38px;
    margin-bottom: 50px;
    margin-left: 0;
    letter-spacing: 0px;
  }
  .rd-areas .areas__icon+.areas__block-title {
    margin-top: 0;
    margin-left: 6px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .rd-areas .areas__overlay {
    padding: 67px 40px 54px;
  }
  .rd-areas .areas__icon {
    height: 72px;
    width: 72px;
    margin-bottom: 16px;
  }
  .content-lg .second-title {
    margin-bottom: 56px;
  }
  .content-lg .search-prof__content {
    padding-bottom: 12px;
  }
  .content-lg .numbers+.second-title {
    margin-top: 150px;
  }
  .advantages-content .content h2, .advantages-content .content .h2 {
    margin-bottom: 58px;
    font-size: 16px;
    line-height: 1.5;
  }
  .content-lg .numbers {
    padding-top: 0px;
    margin-top: -64px;
  }
  .content-lg .numbers+p {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .content-lg>p+p {
    margin-top: 29px;
    margin-bottom: 0;
  }
  .content-lg>p+.second-title {
    margin-top: 84px;
  }
  .content-lg>.lead-title~p+.second-title, .page-nav+.grows-content .content-lg>p:first-child+.second-title {
    margin-top: 80px;
  }
  .content-lg .second-title+.numbers {
    margin-top: -79px;
  }
  .content-lg .second-title+.tabslists {
    margin-top: -18px;
  }
  .four-in-row.logos .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin: 24px 0 0;
  }
  .four-in-row.logos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .content-lg>.numbers~p {
    margin-bottom: 29px;
  }
  .content-lg .title+.numbers {
    margin-top: 43px;
    padding-top: 0px;
  }
  .content-lg .numbers+.second-title {
    margin-top: 176px;
  }
  .content-lg .title+.numbers.three-in-row-numbers {
    margin-top: 29px;
  }
  .content-lg .title+.last-news__content {
    margin-top: 60px;
    margin-bottom: -7px;
  }
  .content-lg .title+.second-title {
    margin-top: 29px;
    margin-bottom: 42px;
  }
  .content-lg .three-in-row-numbers.numbers+.second-title {
    margin-top: 189px;
  }
  .content-lg .second-title+.fls-services {
    margin-bottom: -32px;
  }
  .content-lg .areas+.second-title {
    margin-top: 88px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .advantages-content .content li, .advantages-content .content, .advantages-content .content p {
    font-size: 20px;
    line-height: 1.5;
  }
}

.advantages-content .sliderPro {
  padding-top: 20px;
}

.advantages-content .sliderPro+.sliderPro {
  margin-top: -150px;
}

@media (min-width: 992px) {
  .advantages-content .slider-pro_content .sp-slide-text {
    padding: 82px 106px 47px 25px;
  }
}

@media (min-width: 992px) {
  .advantages-content .slider-pro_content .sp-slide-text .content li, .advantages-content .slider-pro_content .sp-slide-text .content, .advantages-content .slider-pro_content .sp-slide-text .content p {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .advantages-content .slider-pro_content .sp-slide-text .content h6 {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .advantages-content .text__content li, .advantages-content .text__content span, .advantages-content .text__content p {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .advantages-content .text__content h6 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.banner-image {
  padding-bottom: 55px;
}

@media (min-width: 768px) {
  .banner-image {
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .content-lg .title+.second-title span {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .banner-image {
    margin-bottom: 140px;
    padding-top: 60px;
  }
}

.banner-image__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 133px;
}

@media (min-width: 992px) {
  .banner-image__item {
    padding-bottom: 58%;
  }
}

.banner-image__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-image__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 23, 137, 0.298);
  z-index: 1;
}

.banner-image__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-image__text {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 22px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .banner-image__text {
    left: 20px;
    bottom: 34px;
  }

}

@media (min-width: 992px) {
  .banner-image__text {
    bottom: 64px;
    left: 40px;
    font-size: 20px;
  }
}

/*
.advantages-grid {
  margin-bottom: 90px;
  display: block;
}

@media (min-width: 992px) {
  .advantages-grid {
    margin-bottom: 130px;
  }
  .main-areas .areas__overlay {
    padding: 73px 46px 54px;
  }
}

.advantages-grid__list-items {
  display: none;
}

.advantages-grid__row {
  position: relative;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .advantages-grid__row:nth-child(3), .advantages-grid__row:nth-child(1) {
    padding-left: 260px;
  }
}

@media (min-width: 992px) {
  .it-block h3, .it-block .h3 {
    margin-bottom: 24px;
  }
  .it-block ul+p {
    margin-top: 40px;
  }
  .privacy-block ul+p, .privacy-block ol+p {
    margin-top: 32px;
  }
  .it-block h3, .it-block .h3 {
    margin-bottom: 25px;
  }
  .content-lg .logos {
    margin-top: -15px;
  }
  .content-lg .four-in-row.logos {
    margin-top: -23px;
    padding-bottom: 0;
  }
  .advantages-grid__row:nth-child(3), .advantages-grid__row:nth-child(1) {
    padding-left: 710px;
  }
}

@media (min-width: 1200px) {
  .advantages-grid__row:nth-child(3), .advantages-grid__row:nth-child(1) {
    padding-left: 592px;
  }
}

.advantages-grid__row:nth-child(2) .advantages-grid__item {
  width: 288px;
}

@media (min-width: 576px) {
  .advantages-grid__row:nth-child(2) {
    padding-left: 180px;
  }
}

@media (min-width: 992px) {
  .advantages-grid__row:nth-child(2) {
    padding-left: 510px;
  }
}

@media (min-width: 1200px) {
  .advantages-grid__row:nth-child(2) {
    padding-left: 318px;
  }
}

.advantages-grid__row:nth-child(4) .advantages-grid__item {
  width: 288px;
}

@media (min-width: 576px) {
  .advantages-grid__row:nth-child(4) {
    padding-left: 350px;
  }
}

@media (min-width: 992px) {
  .advantages-grid__row:nth-child(4) {
    padding-left: 790px;
  }
}

@media (min-width: 1200px) {
  .advantages-grid__row:nth-child(4) {
    padding-left: 720px;
  }
}

@media (min-width: 576px) {
  .advantages-grid__row:nth-child(5) {
    padding-left: 280px;
  }
}

@media (min-width: 992px) {
  .advantages-grid__row:nth-child(5) {
    padding-left: 710px;
  }
}

@media (min-width: 1200px) {
  .advantages-grid__row:nth-child(5) {
    padding-left: 490px;
  }
}

.advantages-grid__row:nth-child(6) .advantages-grid__item {
  width: 288px;
}

@media (min-width: 576px) {
  .advantages-grid__row:nth-child(6) {
    padding-left: 150px;
  }
}

@media (min-width: 992px) {
  .advantages-grid__row:nth-child(6) {
    padding-left: 510px;
  }
}

@media (min-width: 1200px) {
  .advantages-grid__row:nth-child(6) {
    padding-left: 320px;
  }
}

.advantages-grid__content {
  position: relative;
  left: 0;
  width: 900px;
}

@media (min-width: 576px) {
  .advantages-grid__content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1400px;
  }
}

@media (min-width: 992px) {
  .advantages-grid__content {
    width: 2600px;
  }
}

.advantages-grid__item-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.advantages-grid__item-text {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  width: calc(100vw - 40px);
  height: 288px;
  color: #757575;
  line-height: 1.33;
  white-space: normal;
  background-color: #fff;
  z-index: 1;
  font-size: 14px;
  padding: 40px 22px 15px 22px;
}

@media (min-width: 576px) {
  .advantages-grid__item-text {
    position: relative;
    left: 0;
    width: 472px;
    height: initial;
    padding: 55px 39px 15px 34px;
  }
}

@media (min-width: 992px) {
  .advantages-grid__item-text {
    width: 672px;
    padding: 80px 130px 15px 98px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .advantages-grid__item-text {
    width: 812px;
    padding: 110px 130px 15px 98px;
    font-size: 24px;
  }
}

.advantages-grid__item {
  display: inline-block;
  width: 144px;
}

@media (min-width: 576px) {
  .advantages-grid__item {
    width: 206px !important;
  }
}

@media (min-width: 992px) {
  .advantages-grid__item {
    width: 306px !important;
  }
}

@media (min-width: 1200px) {
  .advantages-grid__item {
    width: 400px !important;
  }
}

.advantages-grid__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

 */

.advantages-header {
  display: block;
}

.advantages-header .share, .grows-tab .share {
  border-bottom: none;
}

.a2a_kit {
  display: flex;
}

.advantages-header .share .pluso-wrap a, .advantages-header .share .a2a_default_style a, .grows-tab .share .pluso-wrap a, .grows-tab .share .a2a_default_style a {
  margin: 0 30px !important;
  width: 23px !important;
  height: 22px !important;
}

@media (max-width: 767.99px) {
  .advantages-header .share .pluso-wrap a, .advantages-header .share .a2a_default_style a, .grows-tab .share .pluso-wrap a, .grows-tab .share .a2a_default_style a {
    margin: 0 16px !important;
    width: 17px !important;
    height: 17px !important;
  }
}

.advantages-header .share .pluso-wrap a svg, .advantages-header .share .a2a_default_style a svg, .grows-tab .share .pluso-wrap a svg, .grows-tab .share .a2a_default_style a svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.pluso-more {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (min-width: 992px) {
  .advantages-header .content {
    margin-bottom: 140px;
    max-width: 904px;
  }
}

.advantages-header .content li, .advantages-header .content p, .advantages-header .content {
  font-size: 16px;
}

@media (min-width: 992px) {
  .advantages-header .content li, .advantages-header .content p, .advantages-header .content {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .advantages-header .header-title {
    padding-top: 128px;
  }
}

.advantages-tabs {
  display: block;
}
.advantages-tabs .gridTab__item-icon {
  min-height: 49px;
}
.advantages-tabs__title {
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
  color: #757575;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .advantages-tabs__title {
    margin-bottom: 58px;
    font-size: 16px;
    line-height: 1.5;
  }
}

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

.gridTab__item-icon {
  margin-bottom: 7px;
}

@media (min-width: 992px) {
  .gridTab__item-icon {
    width: auto;
    height: auto;
    margin-bottom: 28px;
  }
}

.gridTab__item-icon img {
  max-width: 100%;
  max-height: 100%;
}

.gridTab__item-title-content {
  position: relative;
  max-width: 167px;
  /*min-width: 131px;*/
  padding-bottom: 30px;
}
.gridTab__item-title-content::before {
  content: "";
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(302.43deg, #0533BE 0%, #021789 100%);
  background: linear-gradient(147.57deg, #0533BE 0%, #021789 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}

@media (min-width: 992px) {
  .gridTab__item-title-content:hover::before {
    opacity: 1;
  }
  .gridTab__item-title-content {
    max-width: 308px;
    padding: 34px 40px 40px;
    border-radius: 4px;
  }

}
.gridTab__item-title {
  position: relative;
  padding: 15px 15px 12px 14px !important;
  z-index: 10;
  border: none !important;
  background-color: transparent !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}


@media (min-width: 992px) {
  .gridTab__item-title {
    padding: 15px 15px 8px 0 !important;
  }
}



.gridTab__item-title span {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  color: #212121;
}

@media (min-width: 992px) {
  .gridTab__item-title span {
    max-width: 160px;
    font-size: 20px;
  }
}

.gridTab__item-title.is-active {
  padding-top: 15px !important;
}

@media (min-width: 768px) {
  .gridTab__item-title.is-active {
    padding-top: 60px !important;
  }
}


.gridTab__item-title.is-active+.gridTab__item-content:before {
  opacity: 1;
}

.gridTab__item-content {
  position: relative;
  border: none !important;
  padding-top: 15px !important;
}
.gridTab__item-title-content .gridTab__item-icon-image {
  background: #021789;
  height: 32px;
}
.gridTab__item-text {
  position: relative
}
.gridTab__item-close {
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out ;
  -o-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
}
@media (max-width: 540px){
  .gridTab__item-close {
    /*display: none!important;*/
    /*transform: translateY(-50px);*/
  }
}
.gridTab__item-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 2px;
  background-color: #212121;
}
.gridTab__item-close span.line-1 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.gridTab__item-title.is-active .gridTab__item-close {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gridTab__item-text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  padding-right: 18px;
}
@media (min-width: 768px){
  .gridTab__item-title-content .gridTab__item-icon-image {
    height: 36px;
  }
}
@media (min-width: 992px) {
  .gridTab__item-text {
    padding-right: 0;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .gridTab__item-close {
    display: none!important;
  }
  .gridTab__item-title-content:hover .gridTab__item-icon-image {
    background: #fff;
  }
  .gridTab__item-title-content:hover > .gridTab__item-text {
    color: #fff;
  }
  .gridTab__item-content {
    padding-top: 40px;
  }
  .gridTab__item-title-content .gridTab__item-icon-image {
    height: 41px;
  }
}

.gridTab__item-content:before {
  content: '';
  position: absolute;
  background-image: -o-linear-gradient(bottom, #fafafa, #ffffff);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#ffffff));
  background-image: linear-gradient(to top, #fafafa, #ffffff);
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 100px);
  height: 248px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  z-index: -1;
}

.gridTab__item-content .content li, .gridTab__item-content .content, .gridTab__item-content .content p {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 992px) {
  .gridTab__item-content .content li, .gridTab__item-content .content, .gridTab__item-content .content p {
    font-size: 20px;
  }
}

.blog-content {
  display: block;
  margin-bottom: 76px;
}

@media (min-width: 992px) {
  .blog-content {
    margin-bottom: 140px;
  }
}

.blog-content__image {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 495px;
  margin-bottom: 55px;
}

@media (min-width: 576px) {
  .blog-content__image {
    padding-bottom: 80%;
  }
}

@media (min-width: 768px) {
  .blog-content__image {
    margin-bottom: 63px;
    padding-bottom: 50%;
  }
}

@media (min-width: 992px) {
  .blog-content__image {
    margin-bottom: 140px;
  }
}

.blog-content__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-content__content {
  width: 100%;
  /* max-width: 288px; */
  margin: 0 auto;
}

/* @media (min-width: 576px) {
  .blog-content__content {
    max-width: 463px;
  }
} */

@media (min-width: 992px) {
  .blog-content__content {
    max-width: 811px;
  }
}

.blog-content .content {
  margin-bottom: 58px;
}

@media (min-width: 992px) {
  .blog-content .content {
    margin-bottom: 90px;
  }
}

.share {
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 992px) {
  .share {
    padding-bottom: 38px;
  }
}

.share__title {
  display: inline-block;
  font-size: 14px;
  line-height: 1.43;
  color: #757575;
}

@media (min-width: 992px) {
  .share__title {
    margin-right: 15px;
    font-size: 20px;
  }
}

.share__list {
  display: inline-block;
}

.a2a_svg {
  background-color: inherit !important;
}

.a2a_svg svg {
  display: none !important;
}

.share .pluso-wrap, .share .a2a_default_style {
  top: 2px;
  padding: 0 !important;
}

.share .pluso-wrap a, .share .a2a_default_style a {
  margin: 0 16px !important;
  width: 18px !important;
  height: 18px !important;
  position: relative;
}

@media (min-width: 992px) {
  .share .pluso-wrap a, .share .a2a_default_style a {
    margin: 0 10px !important;
    width: 23px !important;
    height: 23px !important;
  }
  .page-nav .share .a2a_default_style a {
    margin: 3px 16px 0 !important;
    width: 16px !important;
    height: 16px !important;
  }
}

.page-nav .share .a2a_default_style a {
  margin: 0px 16px 0 !important;
  width: 16px !important;
  height: 16px !important;
}

.page-nav .share .a2a_default_style a:nth-child(3) {
  margin-right: 0!important;
}

.share .pluso-wrap a:hover .svg-item1, .share .pluso-wrap a:hover .svg-item, .share .a2a_default_style a:hover .svg-item1, .share .a2a_default_style a:hover .svg-item {
  fill: #021789;
}

.pluso-wrap a, .a2a_default_style a {
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: contain;
}

[class*="a2a_button_"] {
  transform: scale(1.5, 1.5);
}

.pluso-facebook, .a2a_button_facebook {
  background-image: url(../images/social-fb.svg) !important;
}

.pluso-facebook:hover, .a2a_button_facebook:hover {
  background-image: url(../images/social-fb_color.svg) !important;
}

.pluso-vkontakte, .a2a_button_vk {
  background-image: url(../images/social-vk.svg) !important;
}

.pluso-vkontakte:hover, .a2a_button_vk:hover {
  background-image: url(../images/social-vk_color.svg) !important;
}

.a2a_button_twitter {
  background-image: url(../images/social-twitter.svg) !important;
}

.a2a_button_twitter:hover {
  background-image: url(../images/social-twitter_color.svg) !important;
}

.pluso-linkedin, .a2a_button_linkedin {
  background-image: url(../images/social-linkidin.svg) !important;
}

.pluso-linkedin:hover, .a2a_button_linkedin:hover {
  background-image: url(../images/social-linkidin_color.svg) !important;
}

.share .pluso-wrap a svg, .share .a2a_default_style a svg {
  z-index: -1;
}

@media (min-width: 992px) {
  .share .a2a_default_style a svg, .share .pluso-wrap a svg {
    max-width: initial;
    max-height: initial;
  }
}

.share .pluso-wrap a .svg-item1, .share .pluso-wrap a .svg-item, .share .a2a_default_style a .svg-item1, .share .a2a_default_style a .svg-item {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-header {
  position: relative;
  display: block;
  margin-bottom: 70px;
  padding-top: 112px;
}

@media (min-width: 992px) {
  .blog-header {
    margin-bottom: 118px;
    padding-top: 190px;
  }
}

.blog-header:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 528px;
  /*background-image: -o-linear-gradient(top, #f5f5f5, #fff);*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));*/
  /*background-image: linear-gradient(to bottom, #f5f5f5, #fff);*/
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  will-change: transform;
  z-index: -1;
}

.blog-header__link {
  display: none;
  margin-bottom: 17px;
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #757575;
  text-decoration: none;
}

@media (min-width: 992px) {
  .blog-header__link {
    margin-bottom: 36px;
    line-height: 1.5;
    font-size: 16px;
  }
}

.blog-header__date {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  color: #757575;
}

.blog-header__title {
  position: relative;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.4;
  color: #021789;
}

@media (min-width: 992px) {
  .blog-header__title {
    font-size: 34px;
    line-height: 1.41;
    letter-spacing: -0.4px;
    text-align: left;
  }
}

.blog-header__title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 31px;
  height: 3px;
  background-image: -o-linear-gradient(353deg, #0533be, #021789);
  background-image: linear-gradient(97deg, #0533be, #021789);
}

@media (min-width: 992px) {
  .blog-header__title:after {
    width: 54px;
    height: 4px;
  }
}

.blog-header_article {
  padding-top: 110px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .blog-header_article {
    padding-top: 124px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .blog-header_article {
    padding-top: 145px;
    margin-bottom: 84px;
  }
}

.blog-header_article .blog-header__date {
  display: block;
}

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

@media (min-width: 992px) {
  .blog-header_article .blog-header__date {
    display: block;
  }
}

.blog-header_article .blog-header__link {
  display: block;
}
.blog-header_article .blog-header__link:hover {
  color: #021789;
}
.blog-header_article .blog-header__title {
  max-width: 100%;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: -0.5px;
}

.blog-header_article .blog-header__title:after {
  display: none;
}

@media (min-width: 768px) {
  .blog-header_article .blog-header__title {
    max-width: 65%;
    line-height: 1.33;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .blog-header_article .blog-header__title {
    max-width: 820px;
    font-size: 45px;
    letter-spacing: -0.5px;
  }
}

.blog-list {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-list {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .blog-list {
    padding-bottom: 60px;
  }
}

.blog-list__content {
  margin-bottom: 0;
}

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

@media (min-width: 992px) {
  .blog-list__content {
    padding-bottom: 10px;
  }
}

.blog-list__item {
  position: static;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .blog-list__item {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .blog-list__item:nth-child(2) {
    margin-top: 32px;
  }
}

@media (min-width: 992px) {
  .blog-list__item:nth-child(2) {
    margin-top: 78px;
  }
}

@media (min-width: 768px) {
  .blog-list__item:nth-child(even) .card-news {
    padding-right: 0;
    padding-left: 33px;
  }
}

@media (min-width: 992px) {
  .blog-list__item:nth-child(even) .card-news {
    padding-left: 55px;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .blog-list__item .card-news {
    margin-bottom: 16px;
    padding-right: 33px;
  }
}

@media (min-width: 992px) {
  .blog-list__item .card-news {
    margin-bottom: 32px;
    padding-right: 55px;
  }
}

.blog-list__link {
  position: relative;
}
.container .blog-list__link {
  position: absolute;
  width: 100vw;
  left: 0;
}

.blog-list .link,
.last-news__link {
  font-size: 20px;
  text-decoration: none;
  color: #757575;
}

.blog-list .link:hover,
.last-news__link:hover {
  color: #021789;
}

.blog-list .link:hover span:before,
.blog-list .link:hover span:after,
.last-news__link:hover span:before,
.last-news__link:hover span:after {
  background: #021789;
}
.blog-slider-else {
  display: block;
  position: relative;
  max-width: 100%;
}

.blog-slider-else__title {
  margin-bottom: 38px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  color: #757575;
}

@media (min-width: 992px) {
  .blog-slider-else__title {
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.blog-slider-else__slider {
  margin-bottom: 128px;
}

.blog-slider-else__slider .slick-track {
  margin-left: 0;
}

@media (min-width: 768px) {
  .blog-slider-else__slider {
    margin-bottom: 164px;
  }
}

@media (min-width: 992px) {
  .blog-slider-else__slider {
    margin-bottom: 266px;
  }
}

.blog-slider-else__item {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .blog-slider-else__item {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (min-width: 992px) {
  .blog-slider-else__item {
    padding-right: 55px;
    padding-left: 55px;
  }
}

@media (min-width: 768px) {
  .blog-slider-else__item:nth-child(even) {
    margin-top: 42px;
  }
}

@media (min-width: 992px) {
  .blog-slider-else__item:nth-child(even) {
    margin-top: 78px;
  }
}

.blog-slider-else .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .blog-slider-else .slick-list {
    margin-left: -33px;
    margin-right: -33px;
  }
}

@media (min-width: 992px) {
  .blog-slider-else .slick-list {
    margin-left: -55px;
    margin-right: -55px;
  }
}

.blog-slider-else .slick-arrow {
  display: none !important;
  top: 43%;
  z-index: 10;
}

@media (min-width: 992px) {
  .blog-slider-else .slick-arrow {
    display: block !important;
  }
}

.blog-slider-else .nextArrow {
  right: -62px;
}

.blog-slider-else .prevArrow {
  left: -62px;
}

.blog-slider-else .slick-dots {
  bottom: -42px;
}

@media (min-width: 768px) {
  .blog-slider-else .slick-dots {
    bottom: -60px;
  }
}

@media (min-width: 992px) {
  .blog-slider-else .slick-dots {
    bottom: -60px;
  }
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item:last-child .breadcrumbs__link:after {
  display: none;
}

.breadcrumbs__link {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #757575;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.breadcrumbs__link:after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.breadcrumbs__link:hover {
  color: #021789;
}

.breadcrumbs__link:hover:after {
  color: #757575;
}

.card-news {
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.card-news:hover .card-news__image-item {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-news:hover .card-news__title {
  left: 0;
}

.card-news__link {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.card-news__image {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 59%;
  overflow: hidden;
}

.card-news__image.swipe .card-news__color {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.card-news__color {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.card-news__image-item {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.blog-list .blog-list__content .card-news__link .card-news__title {
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  left: -21px;
  padding-left: 21px;
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
}

.card-news__title {
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  left: -21px;
  padding-left: 21px;
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
}

.card-news__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #021789;
}

.blog-list .blog-list__content .card-news__link .card-news__date {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #757575;
}

.card-news__date {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #757575;
}

.contact-form {
  position: relative;
  display: block;
  padding-bottom: 90px;
  z-index: 1;
}

.main-contact-form {
  padding-top: 108px;
}

.contact-form .content-lg {
  margin-bottom: 0;
}

.contact_row {
  padding-top: 20px;
  padding-left: 13px;
  max-width: 887px;
  margin: 0 auto;
}

.contact_row_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}

.contact_row_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.contact_row_block:nth-child(3) svg {
  margin-top: 0px;
}

.contact_row_block.first {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact_row_block.last {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact_row_block:first-child svg {
  margin-top: 15px;
}

.contact_row_block:first-child .contact-box {
  padding-top: 15px;
}

.contact_row_block svg {
  margin-right: 15px;
}

.contact-form:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(100% - 150px);
  width: 76%;
  height: 639px;
  /*background-image: -o-linear-gradient(bottom, #f5f5f5, #fff);*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#fff));*/
  /*background-image: linear-gradient(to top, #f5f5f5, #fff);*/
  -webkit-transform: translate(160%, 0);
  -ms-transform: translate(160%, 0);
  transform: translate(160%, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  will-change: transform;
  z-index: -1;
}

@media (min-width: 768px) {
  .contact-form:before {
    width: 84%;
  }
}

@media (min-width: 992px) {
  .contact-form:before {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .contact-form:before {
    width: 76%;
  }
}

.contact-form .disable .contact-form__button {
  cursor: default;
  background-color: #e0e0e0 !important;
  white-space: nowrap;
}


.contact-form.decorBig input, .contact-form.decorBig textarea {
  background-color: transparent;
}

.contact-form__title {
  margin-bottom: 46px;
}

.contact-form__title-item {
  text-align: center;
  font-size: 34px;
  line-height: 1.41;
  color: #212121;
}

.contact-form__title-item_color {
  color: #021789;
}

.contact-form__text-answer {
  position: absolute;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  display: none;
  color: #50c159;
}

.contact-form__text-answer_danger {
  color: #ef5350;
}

.contact-form__item {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
  padding-right: 55px;
  padding-left: 55px;
}

.contact-form__item:nth-child(1) {
  padding-left: 100px;
}

.contact-form__item:nth-child(2) {
  padding-right: 110px;
}

.contact-form__text {
  display: block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 21px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form__text span {
  width: auto !important;
  display: inline-block !important;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.contact-form__text img {
  margin-left: 30px;
}

.contact-form__icon {
  position: relative;
  top: 3px;
  display: inline-block;
  text-decoration: none;
}

.contact-form__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form__form textarea {
  display: block;
  width: 100%;
  padding-bottom: 21px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 3px solid #f5f5f5;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #212121;
  padding-top: 0;
  margin-top: 37px;
  height: 195px;
}

.contact-form__item .group label {
  color: #757575;
}

.contact-form__form input,
.contact-form__form .select .current {
  display: block;
  width: 100%;
  margin-top: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 3px solid #f5f5f5;
}

.contact-form__form input,
.contact-form__item .group label,
.contact-form__form .select .current {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #212121;
}
.contact-form__form .select {
  position: relative;
}
.contact-form__form .select.open .list {
  pointer-events: initial;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 1;
  visibility: visible;
}
.contact-form__form .select.open .current:after {
    -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  transform: rotate(45deg);
  bottom: 16px;
}
.contact-form__form .select .current {
  height: 51px;
  cursor: pointer;
  color: #757575;
  padding-right: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-form__form .select .current:after {
    -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: '';
  position: absolute;
  right: 20px;
  bottom: 23px;
  width: 12px;
  height: 12px;
  border: 2.3px solid #757575;
  border-bottom: none;
  border-right: none;
  transform: rotate(225deg);
}
.contact-form__form .select .list {
  pointer-events: none;
  z-index: 3;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.13);
  width: 100%;
  padding: 10px 0;
  max-height: 320px;
  overflow-y: scroll;
}
.contact-form__form .select .list label {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  position: static;
  display: block;
  width: 100%;
  pointer-events: initial;
}
.contact-form__form .select .list label:hover {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background-color: #f5f5f5;
}
.contact-form__form .select .list span {
  padding: 10px 20px;
  border-bottom: 2px solid #f5f5f5;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #8b8b8b;
}
.contact-form__form .select .list li:last-of-type span {
  border-bottom: none;
}
.contact-form__form .select .list input:checked + span {
  background-color: #eaeaea;
}
.contact-form__form .select .list input {
  display: none;
}
.contact-form__form .select.focus .current {
  color: #212121;
}
.contact-form__form .select.focus~label {
  transition: .3s ease all;
  top: -13px;
  left: 0;
  font-size: 12px;
  color: #212121;
}
@media (max-width: 991.99px) {
  .contact-form__form .select .current {
    padding-right: 28px;
  }
  .contact-form__form .select .current:after {
    right: 10px;
    bottom: 16px;
    width: 9px;
    height: 9px;
  }
  .contact-form__form .select.open .current:after {
    bottom: 12px;
  }
  .contact-form__form .select .list {
    padding: 4px 0;
    max-height: 240px;
  }
  .contact-form__form .select .list span {
    font-size: 14px;
    padding: 6px 12px;
  }
}

.contact-form__form input.false,
.contact-form__item .group.false input,
.contact-form__item .group.false select,
.contact-form__item .group.false span:not(.select span),
.contact-form__item .group.false .select .current {
  color: #ef5350;
  border-color: #ffebee;
}

.contact-form__item .group.false span {
  border: none;
}

.contact-form__form input.false::-webkit-input-placeholder {
  color: #ef5350;
}

.contact-form__form input.false::-moz-placeholder {
  color: #ef5350;
}

.contact-form__form input.false:-ms-input-placeholder {
  color: #ef5350;
}

.contact-form__form input.false::-ms-input-placeholder {
  color: #ef5350;
}

.contact-form__form input.false::placeholder,
.contact-form__item .group.false label {
  color: #ef5350;
}

.contact-form__form textarea::-webkit-input-placeholder, .contact-form__form input::-webkit-input-placeholder {
  color: #757575;
}

.contact-form__form textarea::-moz-placeholder, .contact-form__form input::-moz-placeholder {
  color: #757575;
}

.contact-form__form textarea:-ms-input-placeholder, .contact-form__form input:-ms-input-placeholder {
  color: #757575;
}

.contact-form__form textarea::-ms-input-placeholder, .contact-form__form input::-ms-input-placeholder {
  color: #757575;
}

.contact-form__form textarea::placeholder,
.contact-form__form input::placeholder,
.contact-form__item .group label {
  color: #757575;
}

.file-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 21px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #212121;
  cursor: pointer;
}

.file-label:hover span, .file-label:hover span.add-file {
  color: #021789;
}

.file-label:hover .i:before {
  background-image: url(../images/icon-10.svg);
}

.file-label .i {
  margin: 1px 16px 0 1px;
}

.file-label>span {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.file-label span.add-file {
  position: relative;
  padding: 0;
  color: #212121;
  vertical-align: baseline;
  text-align: start;
}

.file-label span.add-file span {
  color: #757575;
  vertical-align: baseline;
}

/* .file-label span.add-file.withFile:before { */
.group.false .file-label span.add-file.withFile:before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  content: attr(data-default);
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 72px 0px rgba(0, 0, 0, 0.059);
  box-shadow: 0 0 72px 0px rgba(0, 0, 0, 0.059);
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.group.false .file-label span.add-file.withFile:hover:before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  visibility: visible;
}

.footer {
  display: block;
  z-index: 1;
}

.footer__content {
  position: relative;
}

.footer .menu {
  text-align: center;
  margin: 0 140px 0;
}
.footer .menu__link:hover {
  color: #021789;
}
.footer #menu-footermenusecond.menu {
  margin-bottom: 38px;
}

.social-menu {
  margin-bottom: 8px;
  text-align: center;
}

.social-menu__item {
  margin: 0 16px;
  position: relative;
  width: 33px;
  height: 33px;
  display: inline-block;
}

.social-menu__link {
  display: block;
}

.social-menu__link .svg-item1,
.social-menu__link .svg-item,
.social-networks__link .svg-item,
.social-networks__link .svg-item1 {
  fill: #021789;
}
.social-menu__link:hover .svg-item1,
.social-menu__link:hover .svg-item,
.social-networks__link:hover .svg-item,
.social-networks__link:hover .svg-item1 {
  opacity: .8;
}

.social-menu__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-menu__link .svg-item1, .social-menu__link .svg-item {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.part {
  position: absolute;
  right: 0px;
  top: 0;
}

.part__image {
  display: block;
}

.part__text {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.43;
  color: #757575;
}

.grows-content {
  display: block;
  position: relative;
  z-index: 1;
}

.grows-content .header-title {
  padding-top: 40px;
}

.blockquote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
  margin-bottom: 56px;
}

.blockquote-info {
  width: 120px;
  margin-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content .blockquote-wrapper blockquote {
  margin-left: 0;
  width: calc(100% - 195px);
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

.content .blockquote-wrapper blockquote:before {
  position: absolute;
  height: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blockquote-image {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.blockquote-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.blockquote-title {
  color: #858585;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.blockquote-subtitle {
  color: #858585;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.grows-tab {
  display: block;
  position: relative;
  z-index: 1;
}

.grows-tab .header-title {
  padding-top: 55px;
}

.grows-tab .header-title h1:after, .grows-tab .header-title .h1:after, .grows-content .lead-title h1:after, .grows-content .lead-title .h1:after, .grows-content .header-title h1:after, .grows-content .header-title .h1:after {
  bottom: -32px;
}

.grows-tab .tabslist-content {
  margin-bottom: 0;
}

.header-title {
  position: relative;
  display: block;
  padding-top: 50px;
  margin-bottom: 75px;
}
.page-nav + .grows-tab > .header-title,
.page-nav + .history,
.page-nav + .advantages-header > .header-title {
  padding-top: 0;
}
.header-vacancy {
  padding-bottom: 0;
}
.about__logo + .about__content {
  display: table;
}
.about__logo + .about__content > .about__text {
  height: 94px;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header-title {
    padding-top: 120px;
    margin-bottom: 86px;
  }
}

.lead-title h1, .lead-title .h1 {
  position: relative;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  margin-right: 10px;
  color: #021789;
}

.grows-content .header-title .h1:after,
.grows-tab .header-title .h1:after,
.header-title h1:after,
.grows-content .lead-title .h1:after,
.grows-content .lead-title h1:after,
.header-title_contact  h1:after,
.header-title_contact .h1:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 31px;
  height: 2px;
  background-color: #021789;
}

@media (min-width: 768px) {
  .header-title h1:after,
  .header-title .h1:after,
  .grows-tab .header-title .h1:after,
  .header-title_contact  h1:after,
  .header-title_contact .h1:after,
  .grows-tab .lead-title h1:after,
  .grows-content .lead-title .h1:after,
  .grows-tab .lead-title .h1:after {
    height: 3px;
  }
}
.header-title_contact h1:after,
.header-title_contact .h1:after {
  bottom: -25px;
  width: 23px;
}
@media (min-width: 576px) {
  .header-title:after {
    width: 70%;
  }
  .header-title_contact h1:after, .header-title_contact .h1:after {
    width: 31px;
  }
  .tabslist-content__item .contact-form__item {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .content p {
    font-size: 20px;
    line-height: 1.4;
  }
  .tabslist-content__item .contact-form__form form {
    margin-right: 92px;
  }
  .tabslist-content__item .gglcptch.gglcptch_v2 {
    margin-left: -50px;
  }
  .tabslist-content__item .contact-form__item{
    padding: 0 110px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
  .tabslist-content__item .contact-form__checkbox {
    margin-top: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* .tabslist-content__contact .contact-form__item:nth-child(1) {
    padding-left: 0;
    padding-right: 155px;
  } */
  .header-title:after {
    width: 73%;
    height: 495px;
  }
  .header-title h1:after,
  .header-title .h1:after,
  .grows-content .header-title .h1:after,
  .grows-tab .header-title .h1:after,
  .header-title_contact h1:after,
  .header-title_contact .h1:after,
  .grows-content .lead-title .h1:after,
  .grows-content .lead-title h1:after {
    bottom: -33px;
    width: 54px;
    height: 4px;
  }
}

.header-title h1, .header-title .h1 {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #021789;
}

.content-lg .header-title h1, .content-lg .header-title .h1 {
  position: static;
}

.header-title_contact {
  padding-top: 118px;
  margin-bottom: 56px;
}
.header-title_contact h1,
.header-title_contact .h1{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}

.tablist_contact .tabs-head__item {
  margin-top: 9px;
}
.tablist_contact .tablist-head {
  margin-bottom: 0px;
}
.blog-content .wp-block-image figcaption {
  text-align: center;
}
@media (min-width: 768px) {
  .header-title h1, .header-title .h1, .lead-title h1, .lead-title .h1 {
    font-size: 30px;
  }
  .header-title_contact {
    padding-top: 131px;
    margin-bottom: 71px;
  }
  .header-title_contact h1,
  .header-title_contact .h1 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
}

@media (min-width: 460px) {
  .header-title h1, .header-title .h1 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .header-title_contact {
    padding-top: 185px;
    margin-bottom: 122px;
  }
  .header-title h1,
  .header-title .h1,
  .lead-title .h1,
  .lead-title h1 {
    font-size: 34px;
    letter-spacing: -0.4px;
    line-height: 48px;
  }
  .page-nav+.grows-content .lead-title .h1, .page-nav+.grows-content .lead-title h1 {
    padding-top: 3px;
  }
}

.header-title .social-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.header-vacancy.trueTown .header-vacancy__title span:after {
  display: none;
}

.header-vacancy.trueTown .breadcrumbs {
  margin-bottom: 33px;
}

.header-vacancy.noTabs {
  padding-bottom: 100px;
}

.header-vacancy__town {
  margin-left: 1px;
  font-size: 20px;
  line-height: 1.4;
  color: #021789;
}

.header-single-vacancy__container {
  width: 80%;
}

.header-vacancy__additional {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 16px;
  line-height: 1.33;
  width: 80%;
}

.header-vacancy__additional > * {
  display: flex;
  flex-direction: column;
  position: relative;
  width: auto;
  padding: 16px 16px 5px 36px;
  margin-right: 50px;
}

.header-vacancy__additional > *:last-child {
  margin-right: 0;
}

.header-vacancy__title span,
.header-single-vacancy__title {
  display: block;
  position: relative;
  margin-bottom: 32px;
  font-size: 34px;
  color: #021789;
  line-height: 1.4;
  letter-spacing: -0.4px;
}

.header-vacancy__title span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 54px;
  height: 4px;
  background-image: -o-linear-gradient(353deg, #0533be, #021789);
  background-image: linear-gradient(97deg, #0533be, #021789);
}

.header-vacancy__title_big span {
  font-size: 45px;
}

.header-vacancy .social-menu {
  display: none;
}

@media (min-width: 768px) {
  .header-vacancy .social-menu {
    display: block;
    margin-right: 64px;
    margin-top: 13px;
  }
  .header-vacancy__town {
    margin-left: 2px;
  }
}

.header-vacancy .social-menu__item {
  margin: 0 0 0 60px;
}

.header-privacy+.grows-content p:first-child, .privacy-block {
  max-width: 960px;
}

.history-content {
  position: relative;
  display: block;
}

.history-content .content {
  max-width: 1020px;
  margin-bottom: 70px;
}

.history-content .content .h2, .history-content .content h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: #757575;
}

@media (min-width: 992px) {
  .history-content .content .h2, .history-content .content h2 {
    font-size: 16px;
    margin-bottom: 57px;
  }
}

.history-content .content li, .history-content .content, .history-content .content p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.33;
  text-align: left;
}

@media (min-width: 992px) {
  .history-content .content li, .history-content .content, .history-content .content p {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.values {
  margin-bottom: 140px;
  padding-top: 30px;
}

.values__item-letter {
  -ms-flex: 0 0 22%;
  -webkit-box-flex: 0;
  flex: 0 0 22%;
  max-width: 22%;
}

.values__item-content {
  -ms-flex: 0 0 78%;
  -webkit-box-flex: 0;
  flex: 0 0 78%;
  max-width: 78%;
}

.values__content {
  max-width: 640px;
}

.values__letter {
  font-size: 72px;
  width: 50px;
  text-align: center;
  letter-spacing: -2.8px;
  margin-left: 60px;
  text-transform: uppercase;
  color: #212121;
}

.values__item {
  margin-bottom: 100px;
}

.values__text {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #757575;
}

.values__text_black {
  color: #212121;
}

.history {
  padding-top: 55px;
  display: block;
}

@media (min-width: 768px) {
  .history {
    padding-top: 90px;
  }
}

@media (min-width: 992px) {
  .history {
    padding-top: 134px;
  }
}

.history__title {
  position: relative;
  margin-bottom: 80px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #021789;
}

.history__title:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 54px;
  height: 2px;
  background-image: -o-linear-gradient(353deg, #0533be, #021789);
  background-image: linear-gradient(97deg, #0533be, #021789);
}

.issoft-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  margin: 63px 7px 0;
  min-height: 42px;
  min-width: 230px;
  white-space: normal;
  text-align: center;
  padding: 8px 40px;
  font-size: 15px;
  line-height: 23px;
  border-radius: 32.5px;
  background-image: -webkit-linear-gradient(331deg, #0533be, #021789);
  background-image: -o-linear-gradient(331deg, #0533be, #021789);
  background-image: linear-gradient(119deg, #0533be, #021789);
  color: white;
  border: none;
  text-decoration: none;
}
.issoft-more-btn:focus {
  outline: none;
}
.single-vacancy-banner__section .container {
  padding: 0;
}
.single-vacancy-banner {
  background: linear-gradient(147.57deg, #0D41E2 0%, rgba(1,22,138,0.91) 100%);
}
.single-vacancy-banner .banner-section__title p {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.single-vacancy-banner .banner-section__title p span {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0px;
  width: 100%;
}
.single-vacancy-banner .banner-section__btn > a {
  height: 38px;
  font-size: 14px;
  width: 123px!important;
  border: 1px solid #EEEEEE !important;
  border-radius: 32.5px;
  padding: 18px 58px !important;
  letter-spacing: 0.5px;
  line-height: 28px;
  white-space: nowrap;
}
.single-vacancy-banner.banner-section .banner-section__content {
  width: 91.8%;
}

@media (min-width: 768px) {
  .history__title:after {
    height: 3px;
  }
}

@media (min-width: 992px) {
  .history__title:after {
    height: 4px;
  }
}

.history .sliderPro {
  padding-top: 60px;
}

.history .sliderPro .content p {
  color: #212121;
}

.last-news {
  display: block;
}

.last-news__link {
  font-size: 20px;
  line-height: 1.4;
  color: #757575;
  text-decoration: none;
}

.last-news__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.last-news__item {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 32px;
  padding-right: 55px;
}

.last-news__item:nth-child(even) {
  margin-top: 78px;
  padding-left: 55px;
  padding-right: 0;
}

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

.main-last-news {
  padding-top: 13px;
}

.map {
  margin-bottom: 57px;
}

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

@media (min-width: 992px) {
  .map {
    margin-bottom: 130px;
  }
}

.map__text {
  max-width: 1000px;
  padding-top: 0;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .map__text {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .map__text .content li, .map__text .content, .map__text .content p {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .map__text .content h6 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.map__tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
  overflow: hidden;
}

.map__tabs-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 416px;
}
.map__tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .map__tabs-content {
    padding-bottom: 40%;
  }
}

.map__tab-content-item>div {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map__tab-content-item>div>ymaps:not(:first-child) {
  display: none;
}

.map__tab-item {
  margin-top: 30px;
  width: calc(50% - 10px);
  padding-right: 0;
  line-height: 1.43;
  text-align: left;
  font-size: 0;
}

.map__tab-item:nth-child(2n-1) {
  margin-right: 20px;
}

@media (min-width: 576px) {
  .map__tabs {
    margin-right: -30px;
  }
  .map__tab-item {
    width: 33.33%;
    padding-right: 30px;
  }
  .map__tab-item:nth-child(2n-1) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .map__tab-item {
    margin-top: 60px;
    width: 25%;
  }
}

.map__tab-item span {
  font-size: 14px;
  color: #757575;
}


@media (min-width: 992px) {
  .map__tab-item span {
    font-size: 20px;
  }
}

.map__tab-link {
  margin-top: 8px;
  font-size: 14px;
  color: #212121;
  cursor: pointer;
}

@media (min-width: 992px) {
  .map__tab-link {
    font-size: 20px;
    margin-top: 18px;
  }
}

.map__tab-link.active {
  color: #021789;
  cursor: default;
}

.top-text_container {
  overflow: hidden;
}

.top-text_subcontainer {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
}

.top-text {
  height: 20px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.06px;
  text-align: center;
  width: 100%;
}

.top-text:hover {
  color: #021789;
}

.tc-height-3 {
  height: 60px;
}

.tc-height-2 {
  height: 40px;
}

.tc-height-1 {
  height: 20px;
}

.nav {
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  display: block;
  z-index: 3;
}

.nav_opasity {
  opacity: 0;
}

.nav__logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav__logo > a {
  min-height: 100%;
}

.nav__lang-link {
  display: none;
}

@media (min-width: 992.1px) {
  .nav__lang-link {
    display: block;
  }
  .nav__lang {
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 992px) {
  .nav__logo {
    left: 15px;
  }
}
.nav__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav #vacancy {
  fill: #fff;
}

.logo {
  display: block;
}

.menu__item {
  display: inline-block;
}

.menu__link {
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  color: #757575;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (max-width: 1400px) {
  .nav__menu:not(.nav__menu-mobile) {
    max-width: calc(100% - 145px);
    margin-left: 50px;
  }
  .nav__menu:not(.nav__menu-mobile)>ul {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.nav__menu .menu-item-has-children .sub-menu {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  clip: rect(0 0 0 0);
  width: 100%;
  height: 1px;
  margin: -1px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav__menu>.menu>.menu__item>.menu__link {
  display: block;
  position: relative;
}


/*.nav__menu .menu-item-has-children:hover>.sub-menu,*/
.nav__menu .menu-item-has-children.show>.sub-menu {
  visibility: visible;
  opacity: 1;
  clip: auto;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


.nav__menu .menu-item-has-children .sub-menu .menu__item {
  visibility: hidden;
  opacity: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*.nav__menu .menu-item-has-children:hover .sub-menu>.menu__item,*/
.nav__menu .menu-item-has-children.show .sub-menu>.menu__item {
  visibility: visible;
  opacity: 1;
  clip: auto;
  width: auto;
  height: auto;
  margin: 10px 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  /*.nav__menu .menu-item-has-children:hover .sub-menu>.menu__item,*/
  .nav__menu .menu-item-has-children.show .sub-menu>.menu__item {
    visibility: visible;
    opacity: 1;
    clip: auto;
    width: auto;
    height: auto;
    margin: 10px 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}

.nav__menu .sub-menu a.menu__link {
  white-space: nowrap;
  display: block;
}

.nav__menu .sub-menu a.menu__item {
  margin-bottom: 0;
}

.nav__menu>.menu>.menu__item {
  position: relative;
}

.arrow {
  position: absolute;
  height: 7px;
  width: 7px;
  top: 16px;
  right: 7px;
  z-index: 1;
}

.arrow::before, .arrow::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*.nav__menu .menu-item-has-children:hover>.menu__link .arrow::before,*/
.nav__menu .menu-item-has-children.show>.menu__link .arrow::before {
  left: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.nav__menu .menu-item-has-children:hover>.menu__link .arrow::after,*/
.nav__menu .menu-item-has-children.show>.menu__link .arrow::after {
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .nav__menu .menu-item-has-children .sub-menu{
    margin-top: 11px;
  }
}
.arrow::before {
  left: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #757575;
}

.arrow::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #757575;
}

@media (min-width: 993px) {
  .nav__menu .sub-menu a.menu__link {
    color: #ffffff;
  }
  .nav__menu>.menu>.menu__item>.menu__link {
    padding: 10px 16px;
    border-radius: 22px;
    z-index: 1;
    margin: 0 3px;
  }
  .nav__menu>.menu>.menu__item>.menu__link.active {
    color: #ffffff;
  }
  .nav__menu>.menu>.menu__item>.menu__link:hover,
  .nav__menu .menu__item.current-menu-item:not(.menu-item-has-children)>.menu__link,
  .nav__menu .menu__item.current-menu-ancestor>.menu__link {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .nav__menu .menu__item.current-menu-item:not(.menu-item-has-children) > .menu__link {
    color: #ffffff;
  }
  .nav__menu>.menu>.menu__item:hover:not(.menu-item-has-children)>.menu__link {
    color: #ffffff;
  }

  /*.nav__menu>.menu>.current-menu-ancestor.menu-item-has-children:hover>.menu__link,*/
  .nav__menu>.menu>.current-menu-ancestor.menu-item-has-children>.menu__link:hover {
    /* color: #757575; */ /* COCW-602 */
  }
  .nav__menu>.menu>.current-menu-ancestor.menu-item-has-children>.menu__link,
  .video .nav__menu>.menu>.menu__item>.menu__link:hover,
  .video .nav__menu .menu__item.current-menu-item:not(.menu-item-has-children)>.menu__link,
  .nav__menu>.menu>.menu__item:not(.menu-item-has-children)>.menu__link:hover,
  .nav__menu>.menu>.menu__item:hover:not(.menu-item-has-children)>.menu__link {
    color: #ffffff;
  }
  .nav__menu .sub-menu>.menu__item {
    padding: 7px 0;
  }
  .nav__menu .sub-menu .menu__link {
    margin: 0;
  }
  .nav__menu>.menu>.menu__item.menu-item-has-children>.menu__link {
    padding-right: 27px;
    padding-top: 10px;
    padding-left: 16px;
    padding-bottom: 10px;
  }

  .nav__menu .menu-item-has-children>.sub-menu {
    position: absolute;
    border-radius: 22px;
    border-bottom: none;
    right: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /*.nav__menu .menu-item-has-children:hover>.sub-menu .menu__item,*/
  .nav__menu .menu-item-has-children.show>.sub-menu .menu__item {
    margin: 0;
    display: flex;
    align-items: center;
  }
  /*.nav__menu .menu-item-has-children:hover>.sub-menu,*/
  .nav__menu .menu-item-has-children.show>.sub-menu {
    margin-top: 0;
    padding: 12px 26px 12px 17px;
  }
  .video .arrow::before, .video .arrow::after, .nav__menu .menu__item.current-menu-item>.arrow::after, .nav__menu .menu__item.current-menu-item>.arrow::before {
    background-color: #ffffff;
  }

  .nav__menu .menu-item-has-children.current-menu-ancestor>.menu__link .arrow::after,
  .nav__menu .menu-item-has-children.current-menu-ancestor>.menu__link .arrow::before {
    background-color: #ffffff;
  }
  .nav__menu .menu-item-has-children.current-menu-ancestor:hover>.menu__link .arrow::after,
  .nav__menu .menu-item-has-children.current-menu-ancestor:hover>.menu__link .arrow::before,
  .nav__menu .menu-item-has-children.current-menu-ancestor>.menu__link:hover .arrow::after,
  .nav__menu .menu-item-has-children.current-menu-ancestor>.menu__link:hover .arrow::before {
    /*background-color: #757575;*/ /* COCW-602 */
  }
  .video .nav__menu .menu-item-has-children.current-menu-item>.menu__link .arrow::after,
  .video .nav__menu .menu-item-has-children.current-menu-ancestor>.menu__link .arrow::before {
    background-color: #ffffff!important;
  }
  .single-vacancy-banner__section.banner-section .banner-section__content {
    width: 703px;
    height: 189px;
  }
  /*.nav__menu .menu-item-has-children:hover .menu__link, .nav__menu>.menu>.menu__item.menu-item-has-children>.menu__link:hover,*/
  .nav__menu .menu-item-has-children.show .menu__link, .nav__menu>.menu>.menu__item.menu-item-has-children>.menu__link:hover {
    background: none;
  }

  .hide-hover-item .nav__menu .menu-item-has-children>.menu__link .arrow::after,
  .hide-hover-item .nav__menu .menu-item-has-children>.menu__link .arrow::before {
    background-color:#757575!important;
  }
  .hide-hover-item .nav__menu>.menu>.menu__item>.menu__link {
    background: none!important;
  }
  .hide-hover-item .nav__menu>.menu>.menu__item>.menu__link {
    color: #757575!important;
  }
  .hide-hover-item .video .nav__menu .menu-item-has-children>.menu__link .arrow::after,
  .hide-hover-item .video .nav__menu .menu-item-has-children>.menu__link .arrow::before {
    background-color: #ffffff!important;
  }
  .hide-hover-item .video .nav__menu>.menu>.menu__item>.menu__link {
    color: #ffffff!important;
  }
}
.video #scroll-button {
  position: absolute;
  bottom: 12px;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
}
@media (max-width: 993px) {
  .video #scroll-button {
    display:none;
  }
}

:root {
  --scroll-to-top-size:32px;
  --percentage: 0;
}
#scroll-to-top, #scroll-to-top:after {
  width: calc(2 * var(--scroll-to-top-size));
  height: calc(2 * var(--scroll-to-top-size));
  border-radius: var(--scroll-to-top-size);
  position: fixed;
  right: 24px;
  bottom: 24px;
}
#scroll-to-top:before {
  z-index: 9998;
  counter-reset: tmpscrollval calc(var(--percentage));
  content: counter(tmpscrollval) '%';
  color: rgba(255,255,255,0.5);
  font-size: 12px;
}
#scroll-to-top:after {
  content: '';
  z-index: 9998;
  border: 2px solid transparent;
  background: conic-gradient(
      white 0deg,
      white calc(3.6deg * var(--percentage)),
      rgba(0,0,0,0.25) calc(3.6deg * var(--percentage))
  ) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
#scroll-to-top {
  opacity: calc(var(--percentage) / 3);
  z-index: 9999;
  background: rgba(40, 40, 40, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#scroll-to-top-content {
  transform: scaleY(-1);
}

.button-menu {
  position: absolute;
  top: -10px;
  right: 15px;
  display: none;
  width: 21px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 3;
  cursor: pointer;
}

.button-menu span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #021789;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  border-radius: 15px;
}

.button-menu span:nth-child(1) {
  top: 0;
}

.button-menu span:nth-child(2) {
  top: 8px;
}

.button-menu span:nth-child(3) {
  top: 16px;
}

.button-menu--open span {
  background-color: #757575;
  width: 23px;
}

.button-menu--open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.button-menu--open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.button-menu--open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
}

.search-prof {
  display: block;
}

.main-search-prof .search-prof {
  padding-bottom: 12px;
}

.main-search-prof .search-prof__title a {
  position: absolute;
  right: 0;
  top: 356px;
}

.search-prof.load .flyLinks {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.search-prof__content {
  position: relative;
  padding-top: 140px;
}

.content-lg .search-prof__content {
  position: relative;
  padding-top: 138px;
}

.search-prof__title {
  margin-bottom: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-prof__title span {
  font-size: 34px;
  color: #212121;
  letter-spacing: -0.4px;
}

.search-prof__title a {
  margin-right: 42px;
  text-decoration: underline;
  font-size: 20px;
  color: #021789;
  z-index: 2;
}

.search-prof__form {
  position: relative;
  margin-bottom: 168px;
  border-radius: 44.5px;
  height: 90px;
  z-index: 2;
  background-color: #fff;
  padding: 6px;
}

.search-prof__form.col-filter-2 form {
  flex-wrap: nowrap;
}

.col-filter-2 .search-prof__form-item.filter {
  width: 50%;
}

.search-prof__form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(354deg, #0533be, #021789);
  background-image: linear-gradient(96deg, #0533be, #021789);
  border-radius: 44.5px;
}

.search-prof__form form {
  position: relative;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  border-radius: 44.5px;
  padding: 6px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-prof__form-item {
  min-width: 20%;
}

.search-prof__form-item.filter {
  margin: 0 0 0 auto;
  padding-right: 15px;
}

.search-prof__form-item.filter:first-child {
  margin: 0;
  padding-left: 15px;
}

.search-prof__form-item.filter.radio .filter__item:before,
.search-prof__form-item.filter.radio .filter__item_search:before {
  border-radius: 50%;
  border: 3px solid #ffffff;
  background-image: none;
  box-shadow: 0px 0px 0 1px #757575;
  width: 14px;
  height: 14px;
}
.search-prof__form-item.filter.radio .filter__item.active:before,
.search-prof__form-item.filter.radio .filter__item_search.active:before {
  background-color: #021789;
}

@media (min-width: 993px) {
  .nav__menu:not(.nav__menu-mobile) {
    display: block;
  }
  .issoft-more-btn {
    height: 65px;
    width: 97%;
    font-size: 20px;
    line-height: 28px;
  }
}

.search-prof__form-item select {
  display: none;
}

.search-prof__form-item .filter__box {
  width: 100%;
}

.search-prof__select {
  width: 100%;
}

.search-prof__select.selectize-dropdown {
  margin-left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 34px 42px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 34px 42px 0 rgba(0, 0, 0, 0.06);
}

.search-prof__select_prof {
  margin-left: -6px;
}

.search-prof__select .selectize-input,
.search-prof__form-item .filter__title {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
  border-radius: 30px 0 0 30px;
  background-color: #fff;
  cursor: pointer;
}

.search-prof__select .selectize-input {
  padding: 19px 20px 19px 37px;
}

.search-prof__form-item .filter__title {
  padding: 19px 34px 19px 48px;
}

.search-prof__select .selectize-input:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 14px;
  height: 8px;
  background-image: url(../images/icon-5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.search-prof__select .selectize-input.dropdown-active {
  border-radius: 30px 0 0 0;
}

.search-prof__select .selectize-input.dropdown-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-prof__select .selectize-input input {
  display: none;
}
.selectize-dropdown-content {
  max-height: 300px;
  overflow-y: auto;
}
.search-prof__select .selectize-dropdown-content .option {
  position: relative;
  padding: 14px 20px 16px 37px;
  font-size: 20px;
  line-height: 1.4;
  color: #757575;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.search-prof__select .selectize-dropdown-content .option:hover {
  color: #212121;
}

.search-prof__select .selectize-dropdown-content .option.active {
  color: #212121;
}

.search-prof__select .selectize-dropdown-content .option.selected {
  color: #212121;
}

.search-prof__select .selectize-dropdown-content .option.selected:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 37px;
  width: 8px;
  height: 8px;
  background-color: #021789;
  border-radius: 50%;
}

.search-prof__button {
  min-width: 100%;
  background-image: -o-linear-gradient(331deg, #0533be, #021789);
  background-image: linear-gradient(119deg, #0533be, #021789);
}

.flyLinks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.flyLinks a {
  text-decoration: underline;
  font-size: inherit;
}

.flyLinks .flyLinks__item {
  position: absolute;
}

.flyLinks .flyLinks__item.l {
  font-size: 56px;
}

.flyLinks .flyLinks__item.m {
  font-size: 34px;
}

.flyLinks .flyLinks__item.s {
  font-size: 24px;
}

.flyLinks .flyLinks__link {
  font-weight: 300;
  letter-spacing: -1.2px;
  color: #e0e0e0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.flyLinks__link:hover {
  color: #021789;
}

.flyLinks .flyLinks__item:nth-child(1) {
  left: -30px;
  top: 10px;
}

.flyLinks .flyLinks__item:nth-child(2) {
  left: 10%;
  top: 20px;
  font-size: 24px;
}

.flyLinks .flyLinks__item:nth-child(3) {
  left: 40%;
  top: 10px;
}

.flyLinks .flyLinks__item:nth-child(4) {
  left: 78%;
  top: 10px;
}

.flyLinks .flyLinks__item:nth-child(5) {
  left: 56%;
  top: 110px;
}

.flyLinks .flyLinks__item:nth-child(6) {
  left: 99%;
  top: 100px;
}

.flyLinks .flyLinks__item:nth-child(7) {
  left: 29%;
  top: 183px;
}

.flyLinks .flyLinks__item:nth-child(8) {
  left: -90px;
  top: 220px;
}

.flyLinks .flyLinks__item:nth-child(9) {
  right: -60px;
  top: 410px;
}

.flyLinks .flyLinks__item:nth-child(10) {
  left: 22%;
  top: 384px;
}

.flyLinks .flyLinks__item:nth-child(11) {
  left: 62%;
  top: 400px;
}

.flyLinks .flyLinks__item:nth-child(12) {
  left: -20px;
  top: 420px;
}

.flyLinks .flyLinks__item:nth-child(13) {
  left: 52%;
  top: 460px;
}

.flyLinks .flyLinks__item:nth-child(14) {
  left: 48%;
  top: 356px;
}

.slider-date {
  white-space: nowrap;
}

.slider-date__item {
  margin-right: 120px;
  font-size: 16px;
  color: #757575;
  text-decoration: none;
}

.slider-date__item.active {
  color: #021789;
}

.sliderPro {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 20px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .sliderPro {
    padding-top: 50px;
  }
  .top-text {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.08px;
  }
  .tc-height-3 {
    height: 90px;
  }
  .tc-height-2 {
    height: 60px;
  }
  .tc-height-1 {
    height: 30px;
  }
}
.nav__lang-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
  color: #757575;
  white-space: nowrap;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav__lang-submenu {
  visibility: hidden;
  opacity: 0;
  clip: rect(0 0 0 0);
  min-width: 100%;
  right: 0;
  left: auto;
  height: 1px;
  margin: -1px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .sliderPro {
    padding-top: 72px;
  }
  .nav__lang {
    position: absolute;
  }
  .nav__lang-item {
    padding: 7px 0;
  }
  .nav__lang-item-link {
    color: #fff;
  }
  .nav__lang-link {
    color: #757575;
    padding: 12px 16px;
    border-radius: 22px;
    text-transform: uppercase;
    z-index: 1;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .video .nav__lang-link {
    color: #fff;
  }
  .video .nav__lang-link:hover {
    color: #fff;
  }
  .nav__lang-submenu {
    position: absolute;
    border-radius: 22px;
    border-bottom: none;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.nav__lang-link:hover ~ .nav__lang-submenu,
.nav__lang.show .nav__lang-submenu {
  margin-top: 0;
  padding: 8px 14px;
  visibility: visible;
  opacity: 1;
  clip: auto;
  min-width: 100%;
  height: auto;
  margin: auto;
}
.sliderPro .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after, .sliderPro .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  display: none;
}

.sliderPro+.sliderPro {
  z-index: 1;
}

@media (min-width: 992px) {
  .sliderPro+.sliderPro {
    margin-top: -200px;
  }
}

.sliderPro.load .sp-image-container:after {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.sliderPro .sp-image-container {
  position: relative;
  overflow: hidden;
}

.sliderPro .sp-image-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sliderPro .sBg {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.sliderPro .sBg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  z-index: 1;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.sliderPro .sBg.active:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.sliderPro .sp-bottom-thumbnails {
  position: absolute;
  top: 0;
  overflow: visible;
}

.sliderPro .sp-thumbnail-title {
  font-size: 16px;
  color: #757575;
  text-decoration: none;
}

.sliderPro .sp-selected-thumbnail .sp-thumbnail-title {
  color: #021789;
}

.sliderPro .sp-arrows {
  top: auto;
  margin: 0;
  opacity: 1;
}

.sliderPro .sp-previous-arrow {
  left: auto;
  right: 75px;
}

@media (min-width: 992px) {
  .sliderPro .sp-previous-arrow {
    right: 130px;
  }
}

.sliderPro .sp-next-arrow {
  left: auto;
  right: 26px;
}

@media (min-width: 992px) {
  .sliderPro .sp-next-arrow {
    right: 44px;
  }
}

.sliderPro .sp-arrow {
  bottom: 35px;
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}

@media (min-width: 992px) {
  .sliderPro .sp-arrow {
    bottom: 98px;
    width: 24px;
    height: 44px;
  }
}

.sliderPro .sp-arrow:before {
  display: none;
}

.sliderPro .sp-arrow:after {
  display: none;
}

.sliderPro .sp-arrow #about-us_by {
  fill: #ffffff;
}

.sliderPro .sp-arrow:hover #about-us_by {
  fill: #021789;
}

.sliderPro .sp-arrow svg {
  width: 100%;
  height: 100%;
}

.sliderPro .sp-arrow #about-us_by {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sliderPro .sp-layer {
  width: 80%;
  background-color: transparent;
}

.sliderPro .sp-layer span {
  position: absolute;
  width: 70.5%;
  top: 50px;
  z-index: 3;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #212121;
}

.sliderPro .sp-layer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 275px;
  /*background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));*/
  /*background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);*/
}

.sliderPro .sp-mask {
  overflow: visible;
}

.sliderPro img.sp-image, .sliderPro img.sp-thumbnail {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.sliderPro .sp-slide {
  opacity: 0;
  background-color: #000;
}

.sliderPro .sp-slide__background {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
}

.sliderPro .sp-slide__background-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  z-index: 10;
  background-color: #212121;
}

.sliderPro .sp-slide.sp-selected {
  opacity: 1;
}

.sliderPro .sp-slide.sp-selected .sp-slide__background {
  opacity: 1;
}

.sliderPro .sp-slide.sp-selected .sp-slide__background-item {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.sliderPro .sp-slide.load .sp-slide-text {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.sp-slide-text {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  padding: 55px 22px 21px 22px;
  background-color: transparent;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  will-change: transform;
}

@media (min-width: 768px) {
  .sp-slide-text {
    width: 80%;
    padding: 55px 40px;
    top: calc(100% - 36px);
  }
}

@media (min-width: 992px) {
  .sp-slide-text {
    top: calc(100% - 52px);
    width: 80%;
    padding: 50px 50px 100px 32px;
  }
}

.sp-slide-text .content {
  position: relative;
  z-index: 2;
}

.sp-slide-text .content li span, .sp-slide-text .content p {
  font-size: 14px;
}

@media (min-width: 992px) {
  .sp-slide-text .content li span, .sp-slide-text .content p {
    font-size: 20px;
  }
}

.sp-slide-text:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-image: -o-linear-gradient(top, #f5f5f5, #ffffff) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff)) !important;
  background-image: linear-gradient(to bottom, #f5f5f5, #ffffff) !important;
  z-index: 1;
}

.slider-pro_content .sp-slide-text {
  border: none;
  margin-right: -1px;
  margin-bottom: -2px;
}

@media (min-width: 992px) {
  .slider-pro_content .sp-slide-text {
    padding: 88px 110px 124px 18px;
  }
}

.slider-prof-vacancy {
  margin-bottom: 156px;
}

.slider-prof-vacancy .cardLink__decor {
  display: none;
  opacity: 0;
}

.slider-prof {
  display: block;
}

.slider-prof__title {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  color: #757575;
}

.slider-prof .slick-arrow {
  top: 90px;
}

.slider-prof .nextArrow {
  right: -45px;
}

.slider-prof .prevArrow {
  left: -40px;
}

.slider-prof .slick-slide {
  display: inline-block;
  width: auto;
  max-width: initial;
}

.copyright {
  text-align: center;
  margin-bottom: 57px;
  margin-top: 10px;
  color: #757575;
  font-size: 0.85rem;
}

.slider-prof .slick-track {
  padding-top: 15px;
  /* width: 100% !important; */
}

.slider-prof .slick-list {
  padding-bottom: 40px;
}

.main-search-prof .slider-prof .slick-list {
  padding-bottom: 0px;
  overflow: unset;
}

.slider-prof-mail .cardLink {
  min-height: 200px;
}
.slider-prof .row {
  margin-top: -30px;
}
.slider-prof .row .slick-list {
  overflow: hidden;
  padding-bottom: 30px;
}
.slider-prof .cardLink {
  margin-top: 30px;
}

.cardLink {
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  position: relative;
  display: block;
  padding: 28px;
  border-radius: 4px;
  background: #FAFAFA;
  border-radius: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cardLink:hover {
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  background: #f4f4f4d6;
}

.cardLink__info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.cardLink__info .cardLink__town {
  position: relative;
  margin-right: auto;
  padding-left: 30px;
}

.exchange .cardLink__exchange,
.remote .cardLink__remote,
.cardLink__info .cardLink__town:before {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-size: 100%;
  height: 24px;
}

.cardLink__info > * {
    margin: 0 12px 0 0;
}

.cardLink__info > *:last-child {
    margin: 0;
}

.exchange .cardLink__exchange {
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  background-image: url(../Icon_Exchange.svg);
}

.remote .cardLink__remote {
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  background-image: url(../Icon_Remote.svg);
}

.cardLink__title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
  z-index: 1;
}

.cardLink__state {
  margin-bottom: 12px;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
}

.cardLink__town {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #848484;
}

.social-networks {
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 768px) {
  .social-networks {
    text-align: center;
    display: flex;
    gap: 15px;
  }
}

.social-networks__item {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 16px 8px 0;
}

@media (min-width: 768px) {
  .social-networks__item {
    margin: 0 8px 8px;
  }
  .tabslist-content__contact .social-networks__item {
    margin: 5px 8px;
  }
}

@media (min-width: 992px) {
  .social-networks__item {
    width: 34px;
    height: 34px;
    margin: 0 16px;
  }
}

.social-networks__item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  /* COCW-579 */
  /*max-width: 90%;*/
  /*max-height: 80%;*/
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #0533be;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  will-change: transform;
  overflow: hidden;
}

.splash:after {
  content: '';
  display: block;
  background-color: #021789;
  position: fixed;
  width: 100%;
  height: 100%;
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 1;
}

.splash.initial {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.splash.initial:after {
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.splash__content {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 10;
}

.splash__text {
  text-align: center;
  max-width: 100%;
  font-size: 45px;
  color: #fff;
}

.tablist {
  display: block;
}

@media (min-width: 992px) {
  .tablist .content {
    max-width: 1010px;
    margin-bottom: 85px;
  }
}

.tablist .content p {
  font-size: 16px;
}

@media (min-width: 768px) {
  .tablist .content p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .tablist .content p {
    font-size: 20px;
  }
}

.tablist .content {
  font-size: 16px;
}

@media (min-width: 768px) {
  .tablist .content {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .tablist .content {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .tablist .content a {
    font-size: 20px;
  }
}

.tablist-head {
  margin-bottom: 40px;
  font-size: 0;
}

.content-lg .tabslists {
  margin-bottom: 40px;
}

.content-lg .tabslists.animate-load {
  margin-bottom: 134px;
}
@media (min-width: 576px) {
  .content-lg .tabslists.animate-load {
    margin-bottom: 129px;
  }

  .tabslist-content__item .content p:first-child {
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  .tablist-head {
    margin-bottom: 50px;
  }
  .tablist_contact .tablist-head {
    margin-bottom: 24px;
  }
  .content-lg .tabslists {
    margin-bottom: 50px;
  }
  .content-lg .lead-title+.tabslists {
    margin-bottom: 128px;
  }
}

@media (min-width: 992px) {
  .tabslist-content__item .content p{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin-right: 40px;
  }
  .tabslist-content__item .content p:first-child {
    margin-top: 84px;
  }
  .tablist_contact .tablist-head {
    margin-bottom: 60px;
  }
  .content-lg .tabslists.animate-load {
    margin-bottom: 160px;
  }
  .tablist-head {
    margin-bottom: 83px;
  }
  .content-lg .tabslists {
    margin-bottom: 55px;
  }
  .content-lg .lead-title+.tabslists {
    margin-bottom: 157px;
  }
}

.tablist-head__item, .tab-head {
  display: inline-block;
  margin: 0 2px 2px 0;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.43;
  color: #757575;
  border: 2px solid transparent;
  cursor: pointer;
}

@media (min-width: 992px) {
  .content-lg .tab-head {
    padding: 10px 14px;
    font-size: 20px;
    line-height: 1.4;
  }
  .tablist-head__item, .tab-head {
    padding: 12px 18px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.tablist-head__item.active, .tabslist.active .tab-head {
  color: #021789;
  border: 2px solid #021789;
  cursor: default;
}

.tab-head h2,
.tab-head h3,
.tab-head h4 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.tabslists .tab-head h3,
.tabslists .tab-head h4,
.tabslists .tab-head .h4,
.tabslists .tab-head .h3 {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .tabslist-content {
    margin-bottom: 85px;
  }
}

.content-lg .tab-content p, .content-lg .tab-content ul li, .content-lg .numbers ul li {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 16px;
  color: #212121;
}

@media (min-width: 992px) {
  .tabslist-content {
    margin-bottom: 127px;
  }
  .content-lg .tab-content p, .content-lg .tab-content ul {
    margin-right: 20px;
  }
  .tab-content ul {
    margin-left: 36px;
  }
  .content-lg .tab-content p, .content-lg .tab-content ul li {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    color: #212121;
  }
  .content-lg .numbers ul li {
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 24px;
    color: #212121;
  }
  /* .tabslist-content p {
    margin-bottom: 0px;
  } */
}

.tabslist-content .contact-link {
  display: block;
}

.contact-box .contact-link {
  display: block;
}

.link-file {
  display: block;
  text-decoration: underline !important;
}

@media (min-width: 768px) {
  .tabslist-content__contact .contact-box:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    margin-left: -4px;
  }
  .tabslist-content__contact .contact-box:nth-child(2) .contact-link {
    font-size: 16px;
  }
  .link-file {
    display: inline-block;
  }
}

.contact-link, .contact-link span a {
  font-size: 16px;
  line-height: 1.5;
  color: #757575;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}

.contact-link:hover, .contact-link span a:hover {
  color: #021789;
}

@media (min-width: 992px) {
  .tabslist-content__contact .contact-box:nth-child(2) {
    margin-left: -30px;
  }
  .tabslist-content__contact .social-networks__item {
    margin: 0 18px 8px 0px;
  }
  .tabslist-content__contact {
    margin-right: 100px;
  }
  .tabslist-content__contact .contact-box:nth-child(2) .contact-link {
    font-size: 24px;
  }
  .contact-link {
    font-size: 24px;
  }
  .footer .contact-link {
    font-size: 16px;
  }
}

.contact-text {
  font-size: 16px;
  line-height: 1.5;
  color: #757575;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
}

@media (min-width: 992px) {
  .contact-text {
    margin: 0 auto;
    max-width: 333px;
    font-size: 24px;
  }
}

.tabs-leadership {
  display: block;
}

.tabs-leadership__title {
  margin-bottom: 34px;
  font-size: 12px;
  text-transform: uppercase;
  color: #757575;
}

@media (min-width: 992px) {
  .tabs-leadership__title {
    margin-bottom: 58px;
    font-size: 16px;
  }
}

.tabs-leadership__head {
  margin-bottom: 80px;
}

.tabs-leadership__head-item {
  display: inline-block;
  border: 2px solid transparent;
  margin-right: 6px;
  padding: 14px 14px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #757575;
  cursor: pointer;
}

.tabs-leadership__head-item.active {
  border: 2px solid #021789;
  color: #021789;
}

.tabs-leadership__content-item {
  margin-right: -74px;
  margin-left: -74px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tabs-leadership__content-item.left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.tabs-leadership__content-item.right {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.tabs-leadership__content-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.tabs-leadership__content-item:nth-child(odd) .tabs-leadership__item {
  padding-top: 0;
}

.tabs-leadership__item {
  display: inline-block;
  width: 50%;
  padding-left: 74px;
  padding-right: 74px;
}

.leadership__content {
  text-align: right;
}

.leadership__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  margin-bottom: 70px;
  overflow: hidden;
}

.leadership__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.leadership__image.swipe .leadership__color {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.leadership__color {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  z-index: 2;
}

.leadership__name {
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
}

.leadership__prof {
  font-size: 20px;
  line-height: 1.4;
  color: #757575;
  margin-bottom: 128px;
}

.vacancy-inner {
  display: block;
  margin-bottom: 190px;
  font-size: 20px;
  line-height: 1.4;
}
.vacancy-inner .content-intro {
  margin-bottom: 50px;
}
.vacancy-inner h3 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.vacancy-inner ul {
  margin: 0 0 -10px 0;
  padding: 0;
}

.vacancy-inner ul li {
  position: relative;
  padding-left: 10px;
}

.vacancy-inner ul li:before {
  content: '-';
  position: absolute;
  left: 0;
}
@media (max-width: 767.99px) {
  .vacancy-inner {
    font-size: 16px;
  }
  .vacancy-inner h3 {
    margin-top: 50px;
  }
}

.recruiter, .related-vacancies {
  margin-top: 30px;
  max-width: 354px;
}

.related-vacancies {
  margin-top: 80px;
}

.recruiter__images {
  position: relative;
  margin-bottom: 44px;
}

.recruiter__images:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 140px;
  left: -54px;
  width: 100%;
  height: 150%;
  /*background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));*/
  /*background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);*/
}

.recruiter__images img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 1;
  border-radius: 2px;
}

.recruiter__title {
  position: relative;
  z-index: 1;
  margin-left: 20px;
  margin-bottom: 34px;
  padding-top: 10px;
  padding-left: 28px;
  padding-bottom: 18px;
  border-left: 4px solid #e0e0e0;
}

.recruiter__prof {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
}

.recruiter__name {
  font-size: 24px;
  line-height: 1.33;
  color: #212121;
}

.recruiter__contacts {
  position: relative;
  z-index: 1;
  margin-left: 52px;
}

.recruiter__contacts-item {
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
}

.recruiter__contacts-item a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #212121;
  text-decoration: none;
}

.recruiter__contacts-item.resume-send a {
  border: 2px solid #021789;
  color: #021789;
  cursor: pointer;
  padding: 10px 16px;
  white-space: nowrap;
}

.recruiter__contacts-item.resume-send {
  margin-top: 22px;
}

.recruiter__contacts-item a:hover {
  color: #021789;
}

.related-vacancy__title {
  position: relative;
  font-size: 24px;
  line-height: 1.33;
  color: #212121;
  margin-bottom: 20px;
}

.related-vacancy__wrap {
  width: 100%;
  margin-bottom: 20px;
}

.vacancy-list {
  display: block;
  position: relative;
}

.vacancy-list__text p {
  color: #000;
}

.vacancy-list__content {
  /*max-width: 1010px;*/
  margin-bottom: 80px;
}

.tabs-head {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  /* max-height: 90px; */
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.no-vacancy {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  visibility: visible;
  margin-right: 0;
  background: linear-gradient(147.57deg, #0533BE 0%, #021789 100%);
  padding: 40px 35px;
  color: #fff;
  display: flex;
  align-items: center;
}
.no-vacancy.hidden {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.no-vacancy span {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  margin-right: 20px;
}

.no-vacancy .row {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between!important;
  width: 100%;
}

.no-vacancy a {
  border: 2px solid #eee;
  border-radius: 32.5px;
  display: block;
  text-decoration: none;
  padding: 10px 35px;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.no-vacancy a:hover {
  background-color: #eee;
  color: #021789;
}

.tabs-head.children .tabs-head__icon-all {
  display: none;
}

.tabs-head__icon-all {
  position: absolute;
  top: 40px;
  right: 10px;
  display: none !important;
  padding: 10px;
  cursor: pointer;
}

.tabs-head__item, .tabs-head__item-second-row {
  margin: 0 2px 2px 0;
  display: inline-block;
}

.tabs-head__item span, .tabs-head__item-second-row span {
  border: 2px solid transparent;
  display: inline-block;
  margin-right: 2px;
  padding: 10px 13px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #757575;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.tabs-head__item.active, .tabs-head__item-second-row.active {
  pointer-events: none;
}

.tabs-head__item.active span, .tabs-head__item-second-row.active span {
  border: 2px solid #021789;
  color: #021789;
  cursor: default;
}

.filter {
  margin-right: 10px;
  margin-bottom: 40px;
}

.filter:last-child {
  margin-right: 106px;
}

.filter:first-child {
  margin-right: 0;
}

.filter-row .cities {
    margin-right: 0;
}

.filter:before, .filter:after {
  content: '';
  display: table;
  clear: both;
}

.filter:after {
  clear: both;
}

.filter__box {
  position: relative;
  right: 0;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .filter__box:hover {
    z-index: 3;
    -webkit-box-shadow: 0 0 72px 0px rgba(0, 0, 0, 0.059);
    box-shadow: 0 0 72px 0px rgba(0, 0, 0, 0.059);
  }

  .filter__box:hover .filter__drop {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    visibility: visible;
  }

  .filter__box:hover .filter__title:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
}
.filter__box.on {
  -webkit-box-shadow: 0 0 72px 0px rgba(0, 0, 0, 0.059);
  box-shadow: 0 0 72px 0px rgba(0, 0, 0, 0.059);
  z-index: 3;
}

.filter__box.on .filter__drop {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  visibility: visible;
}

.filter__box.on .filter__title:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.filter__title {
  position: relative;
  width: auto;
  cursor: pointer;
  padding: 16px 34px 16px 48px;
  background-color: #fff;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.filter__title:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 10px;
  height: 6px;
  background-image: url(../images/icon-5.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.filter.single .filter__title {
  cursor: default;
}

.filter.single .filter__title:after {
  display: none;
}

.filter_title__city:before,
.header-vacancy__city:before,
.header-vacancy__remote:before,
.filter_title__remote:before,
.header-vacancy__exchange:before,
.filter_title__exchange:before,
.filter_title__vacancy:before,
.cardLink__info .cardLink__town:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.cardLink__info .cardLink__town:before {
  top: 11px;
  left: 0;
  margin: 0;
}

.cardLink__info .cardLink__town:before,
.filter_title__city:before,
.header-vacancy__city:before {
  background-image: url(../Icon_Location.svg);
}

.header-vacancy__remote:before,
.filter_title__remote:before {
  background-image: url(../Icon_Remote.svg);
}

.header-vacancy__exchange:before,
.filter_title__exchange:before {
  background-image: url(../Icon_Exchange.svg);
}

.filter_title__vacancy:before {
  background-image: url(../Icon_Vacancy.svg);
}

.search-prof__form-item .filter_title__city:before,
.search-prof__form-item .filter_title__vacancy:before,
.search-prof__form-item .filter_title__exchange:before {
  left: 8px;
  width: 28px;
  height: 28px;
  background-size: 28px;
}

.header-vacancy__city:before,
.header-vacancy__remote:before,
.header-vacancy__exchange:before {
  top: 27px;
  left: 0;
  width: 28px;
  height: 28px;
}

.filter__drop {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 10px 42px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 42px 0px rgba(0, 0, 0, 0.12);
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: auto;
  min-width: 100%;
  left: 0;
  min-width: 210px;
  width: 100%;
  padding: 20px;
  display: none;
  z-index: 1;
  background-color: #fff;
}

.filter__drop > * {
  cursor: pointer;
}

.filter__item,
.filter__item_search {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}

.filter__item_search {
  font-size: 16px;
  line-height: 1;
}

.filter__item:last-child,
.filter__item_search:last-child {
  margin-bottom: 0;
}

.filter__item span,
.filter__item_search span {
  display: block;
  color: #757575;
  cursor: pointer;
}

.filter__item:before,
.filter__item_search:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    width: 16px;
    height: 16px;
    background-image: url(../uncheck.svg);
    background-repeat: no-repeat;
    background-position: 0 0;

}

.filter__item.active span,
.filter__item_search.active span {
  color: #212121;
}

.filter__item.active:before,
.filter__item_search.active:before {
    background-image: url(../check.svg);
}

.tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tabs-contet:not(.greenhouse .tabs-contet) {
  width: 100% !important;
}
.tabs:not(.greenhouse) .filter-row {
  width: 100%;
}
.tabs:not(.greenhouse) .filter-row .cities {
  margin-right: auto;
}
.tabs:not(.greenhouse) .filter-row .remote {
  margin-right: 0;
}
.tabs-contet {
  width: calc(100% - 293px);
  margin-bottom: 55px;
}

.tabs-contet__item {
  border-top: 2px solid #eeeeee;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tabs-head__item-second-row.left, .tabs-contet__item.left {
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}

.tabs-head__item-second-row.right, .tabs-contet__item.right {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.tabs-head__item-second-row.act, .tabs-contet__item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  overflow-anchor: none;
}

.vacancy-prof {
  display: block;
  text-decoration: none;
  border-bottom: 2px solid #eeeeee;
  line-height: 1.4;
}

.vacancy-prof > div {
  padding: 20px 0;
  min-height: 100px;
}

.vacancy-prof .no-vacancies {
  padding-top: 30px;
  margin: 30px 0 0 0;
  border-top: 2px solid #eeeeee;
  display: inline-block;
  line-height: 1.5;
}

.vacancy-prof__header {
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

/*30px*/
.vacancy-prof__countries {
  margin-top: 4px;
  margin-left: 16px;
  height: fit-content;
  min-width: 120px;
  font-size: 16px;
  color: #212121;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vacancy-prof__countries span {
  color: #757575;
}

.m-row__1 {
  margin-top: 30px;
  margin-bottom: 0;
}

.m-row__2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.vacancy-prof__name:after,
.vacancy-prof.hot .vacancy-prof__name:after,
.vacancy__title-hot:after,
.hot .cardLink__title:after {
  content: '';
  display: inline;
  position: absolute;
  height: 24px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.vacancy-prof__flame,
.vacancy-prof__remote,
.vacancy-prof__exchange {
opacity: 0;
display: inline-block;
position: relative;
content: '';
background-size: 100%;
height: 24px;
background-position: center;
background-repeat: no-repeat;
margin-left: 16px;
}

.vacancy-prof.hot .vacancy-prof__name:after,
.vacancy-prof__flame,
.vacancy__title-hot:after,
.hot .cardLink__title:after {
min-width: 24px;
max-width: 24px;
width: 24px;
background-image: url(../Icon_Hot.svg);
float: right;
margin-left: 8px;
}

.vacancy__title-hot:after {
bottom: 13px;
}

.vacancy-prof__remote {
min-width: 24px;
max-width: 24px;
width: 24px;
margin-left: 0;
background-image: url(../Icon_Remote.svg);
}

.vacancy-prof__exchange {
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  background-image: url(../Icon_Exchange.svg);
}

.vacancy-prof.hot .vacancy-prof__flame,
.vacancy-prof.remote .vacancy-prof__remote,
.vacancy-prof.exchange .vacancy-prof__exchange
{
  opacity: 1;
}

.vacancy-prof a, .vacancy-prof a:visited {
font-size: 16px;
color: #fff;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
padding-top: 10px;
}

.vacancy-prof a:hover, .vacancy-prof a:focus, .vacancy-prof a:active {
color: #021789;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.vacancy-prof.hidden {
display: none !important;
}

.vacancy-prof__name,
.cardLink__title {
display: inline;
position: relative;
font-size: 20px;
line-height: 1.4;
text-align: left;
color: #212121;
padding-right: 24px;
}

.slider-prof .cardLink__title {
margin-bottom: 10px;
}

.vacancy-prof__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.vacancy-prof__town {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
font-size: 16px;
line-height: 1.5;
color: #757575;
margin-top: 8px;
text-align: end;
}

.tabs__link {
  margin-bottom: 110px;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #757575;
  text-decoration: none;
}

.more-vacancies {
  margin-top: 55px;
  display: none;
}

.vacancy-row {
  max-width: 700px;
  display: block;
  margin-bottom: 66px;
  z-index: 1;
  position: relative;
}

.vacancy-row__description {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: #757575;
}

.vacancy-row__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: #212121;
  font-weight: 500;
}

.vacancy-row p {
  font-size: 20px;
  line-height: 1.4;
  /*color: #757575;*/
}

.vacancy-row ul {
  margin: 0 0 -10px 0;
  padding: 0;
}

.vacancy-row ul li {
  position: relative;
  padding-left: 10px;
  font-size: 20px;
  line-height: 1.4;
  /*color: #757575;*/
}

.vacancy-row ul li:before {
  content: '-';
  position: absolute;
  left: 0;
}

.list-technology {
  font-size: 0;
}

.list-technology_color .list-technology__item {
  background-color: rgba(5, 51, 190, 0.1);
  color: #021789;
}

.list-technology__item {
  display: inline-block;
  position: static;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 53px;
  font-size: 13px;
  line-height: 1.54;
  text-align: center;
  background-color: #eeeeee;
  color: #212121;
}

.video-banner {
  position: relative;
  display: block;
}

.video-banner:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 68%;
  height: 639px;
  /*background-image: -o-linear-gradient(bottom, #f5f5f5, #fff);*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#fff));*/
  /*background-image: linear-gradient(to top, #f5f5f5, #fff);*/
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  will-change: transform;
}

.video-banner__content {
  z-index: 1;
  position: relative;
  height: 660px;
  overflow: hidden;
}

.video-banner__video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.video-banner__text {
  position: absolute;
  top: 50%;
  left: 78px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-banner__title {
  margin-bottom: 26px;
  font-size: 45px;
  line-height: 1.36;
  color: #fff;
}

.video-banner__title span {
  display: block;
}

.video-banner__title span span {
  display: inline-block;
}

.video-banner__link {
  font-size: 20px;
  line-height: 1.4;
  color: #757575;
  text-decoration: none;
}

.video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: .2;
  background-color: #000;
  z-index: 1;
}

.video__content {
  position: absolute;
  top: 64%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 800px;
  z-index: 2;
}

.video__title {
  margin-top: 23px;
  letter-spacing: -1.3px;
  margin-bottom: 38px;
  font-size: 56px;
  line-height: 1.36;
  color: #fff;
}

.video__title span {
  display: block;
}

.video__title span span {
  display: inline-block;
}

.video__link {
  font-size: 20px;
  line-height: 1.4;
  color: #757575;
  text-decoration: none;
}

.video__nav {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  clip: rect(0, auto, auto, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.video__nav .button-menu span {
  background-color: #fff;
}

.video__nav .button-menu--open span {
  background-color: #757575;
}

.video #video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.video #video.initial {
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.video .nav {
  z-index: 5;
}

.video .nav_opasity {
  opacity: 1;
}

.video .menu__link {
  color: #fff;
}

.video .menu__link:hover {
  text-decoration: none;
  /* color: #212121; */
}

.rd-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 43px;
}

.same-height-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.same-height-block .rd-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.same-height-block .rd-content p:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-reg__title {
  /* position: absolute;
  bottom: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
  padding: 0 30px;
  text-align: center;
  line-height: 1.4;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
}

.form-reg__title_true {
  color: #44A038;
}

.form-reg__title_false {
  color: #EF5350;
}

.form-reg__title_hidden {
  display:none;
}

.contact-form__checkbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.contact-form__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding-right: 40px;
  padding-left: 0px;
  padding-top: 9px;
}

.contact-form__checkbox label span.contact-form__checkbox-text {
  color: #757575;
  padding-left: 17px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.contact-form__checkbox input[type="checkbox"] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 14px;
  margin-top: 3px;
  margin-left: 2px;
  height: 14px;
}

.recaptcha-show {
  display: block;
  margin: 0 auto;
  width: 310px;
}

.step-image {
  position: relative;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  min-height: 143px;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.step-text {
  font-size: 20px;
  color: #212121;
  line-height: 28px
}

.vacancy-list__text .content p {
  color: #757575;
  font-size: 20px;
  line-height: 28px;
}

.vacancy-list__text .content p strong {
  color: #212121;
}

.step-arrow {
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.vacancy-infographics-step:last-child .step-arrow {
  display: none;
}

.rect-long {
  height: 2px;
  width: 62px;
  border-radius: 1px;
  background-color: #757575;
}

.rect-up {
  margin-bottom: 2px;
  height: 2px;
  width: 10px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  border-radius: 1px;
  background-color: #757575;
}

.rect-down {
  margin-top: 2px;
  height: 2px;
  width: 10px;
  -webkit-transform: scaleY(-1) rotate(-40deg);
      -ms-transform: scaleY(-1) rotate(-40deg);
          transform: scaleY(-1) rotate(-40deg);
  border-radius: 1px;
  background-color: #757575;
}

.vacancy-infographics {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 50px;
  margin-bottom: 100px;
}

.vacancy-list__text .content h2, .vacancy-list__text .content .h2,
.tablist_contact .content h2, .tablist_contact .content .h2 {
  font-size: 24px;
  line-height: 24px;
  color: #021789;
  font-weight: normal;
  margin-bottom: 60px;
  position: relative;
}

.vacancy-list__text .content h2:after, .vacancy-list__text .content .h2:after,
.tablist_contact .content h2:after, .tablist_contact .content .h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 54px;
  height: 4px;
  background-image: -o-linear-gradient(353deg, #0533be, #021789);
  background-image: linear-gradient(97deg, #0533be, #021789);
}

.history-content .content p strong {
  color: #212121;
}

.logos-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1360px) {
  .flyLinks .flyLinks__item:nth-child(1) {
    left: 0;
  }
  .flyLinks .flyLinks__item:nth-child(5) {
    left: auto;
    right: 50px;
  }
  .flyLinks .flyLinks__item:nth-child(6) {
    left: 70%;
  }
  .flyLinks .flyLinks__item:nth-child(7) {
    left: 0;
    top: 194px;
  }
  .flyLinks .flyLinks__item:nth-child(8) {
    top: 184px;
    right: 0;
    left: auto;
  }
  .flyLinks .flyLinks__item:nth-child(9) {
    top: 444px;
    right: 10px;
    left: auto;
  }
  .flyLinks .flyLinks__item:nth-child(10) {
    left: 26%;
    top: 353px;
  }
  .flyLinks .flyLinks__item:nth-child(11) {
    left: 0;
  }
  .flyLinks .flyLinks__item:nth-child(12) {
    top: 440px;
    left: 30%;
  }
}

@media (max-width: 1199.99px) {
  .cardLink__title {
    font-size: 16px;
  }
  .cardLink__state {
    font-size: 16px;
  }
  .no-vacancy {
    margin-right: 0;
  }
  .contact-form__item:nth-child(1) {
    padding-left: 55px;
  }
  .contact-form__item:nth-child(2) {
    padding-right: 55px;
  }
  .contact-form__text span {
    font-size: 16px;
  }
  .contact-form__text img {
    width: 60px;
  }
  .file-label {
    font-size: 16px;
  }
  .file-label svg {
    top: -4px;
  }
}

@media (min-width: 993px) {
  .vacancy-list__text .content h2:after, .vacancy-list__text .content .h2:after {
    width: 40px;
    height: 3px;
  }
  .nav__menu:not(.nav__menu-mobile) {
    display: block;
  }
}

.footer .contact-box {
  text-align: center;
}

.footer .contact-box.adr {
  text-align: left;
}


.footer__content .menu__item {
  margin-bottom: 24px;
}
@media (max-width: 991.99px) {
  .vacancy-list__text .content h2,
  .vacancy-list__text .content .h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 50px;
  }
  .about__logo + .about__content > .about__text {
    height: 70px;
  }
  .tabslist-content__item .content p:last-child{
    margin-bottom: 84px;
  }
  .menu__item {
    margin-bottom: 24px;
  }
  .video {
    max-height: 660px;
    min-height: 550px;
  }
  .footer .menu {
    margin: 0 50px 0;
  }
  .content-lg .numbers .col-12 {
    padding: 0!important;
  }
  .content-lg .numbers .col-12:nth-child(even) {
    padding: 0 0 0 15px!important;
  }
  .lead-title~.pluses .pluses__block-title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .lead-title~.pluses .pluses__overlay {
    padding: 38px 32px 25px;
  }
  .content-lg .card-news__image {
    padding-bottom: 68%;
  }
  .content-lg .last-news__item:nth-child(even) {
    margin-top: 43px;
  }
  .pluses .pluses__block-title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .pluses .pluses__block-text p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .pluses .pluses__overlay {
    padding: 38px 32px 40px;
  }
  .footer #menu-footermenusecond.menu {
    margin-bottom: 33px;
  }
  .main-last-news {
    padding-top: 0px;
  }
  .page-nav .breadcrumbs {
    margin-left: -1px;
  }
  .page-nav .share__list {
    margin-top: 0px;
  }
  .page-nav .share {
    margin-right: 3px;
  }
  .page-nav .share .a2a_default_style a {
    margin: 3px 15px !important;
    width: 12px !important;
    height: 12px !important;
  }
  @media (max-width: 575px) {
    .page-nav .share .a2a_default_style a {
      transform: scale(3);
    }
  }
  .page-nav .share__title {
    margin-right: 23px;
  }
  .page-nav {
    margin: 42px 0 59px 0;
  }
  .numbers {
    padding-top: 34px;
  }
  .breadcrumbs__link {
    font-size: 12px;
    line-height: 1.3;
  }
  .blockquote-info {
    margin-right: 35px;
  }
  .content .blockquote-wrapper blockquote {
    width: calc(100% - 155px);
  }
  .vacancy-prof.hot .vacancy-prof__town::before {
    min-width: 12px;
    width: 12px;
    max-width: 12px;
    height: 16px;
  }
  .no-vacancy {
    margin-right: 0;
  }
  .no-vacancy .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
  .no-vacancy a {
    height: 45px;
    padding: 18px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    border: 1px solid #eee;
  }
  .no-vacancy__content {
    width: 100%;
  }
  .no-vacancy {
    padding: 27px 19px;
  }
  .no-vacancy span {
    margin-right: 0;
    margin-bottom: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    max-width: 244px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-vacancy {
    padding-top: 116px;
    padding-bottom: 46px;
  }
  .header-vacancy__title span {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .header-vacancy__title span::after {
    bottom: -24px;
    width: 31px;
    height: 3px;
  }
  .header-vacancy__town {
    font-size: 14px;
  }
  .header-vacancy .breadcrumbs {
    margin-bottom: 16px;
  }
  .header-vacancy .social-menu {
    margin-top: 7px;
    margin-right: 0;
  }
  .header-vacancy .social-menu__item {
    margin-left: 32px;
  }
  .header-vacancy.trueTown .header-vacancy__title span {
    font-size: 24px;
  }
  .header-vacancy.trueTown .breadcrumbs {
    margin-bottom: 18px;
  }
  .vacancy-row {
    max-width: 374px;
    margin-bottom: 55px;
  }
  .vacancy-row__title {
    font-size: 15px;
  }
  .vacancy-row__description {
    font-size: 15px;
  }
  .vacancy-row__content p {
    font-size: 15px;
  }
  .vacancy-row__content ul li {
    font-size: 15px;
  }
  .recruiter, .related-vacancies {
    margin-top: 18px;
  }
  .recruiter__images:after {
    left: -32px;
    top: 100px;
  }
  .recruiter__title {
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 18px;
    border-left: 2px solid #e0e0e0;
  }
  .recruiter__prof {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .recruiter__name, .related-vacancy__title {
    font-size: 20px;
  }
  .recruiter__contacts {
    margin-left: 30px;
  }
  .recruiter__contacts-item {
    font-size: 15px;
  }
  .list-technology__item {
    font-size: 12px;
  }
  .tabs__link {
    font-size: 15px;
  }
  .tabs-head {
    margin-bottom: 10px;
  }
  .tabs-head__item span, .tabs-head__item-second-row span {
    padding: 8px 10px;
    font-size: 15px;
  }
  .filter {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .filter__title {
    padding: 12px 40px 12px 48px;
  }
  .filter_title__exchange:before,
  .filter_title__city:before,
  .filter_title__remote:before,
  .filter_title__vacancy:before,
  .vacancy-prof__exchange,
  .vacancy-prof__remote,
  .vacancy-prof__flame,
  .vacancy-prof.hot .vacancy-prof__name:after,
  .vacancy__title-hot:after,
  .search-prof__form-item .filter__title:before,
  .remote .cardLink__remote,
  .exchange .cardLink__exchange,
  .cardLink__info .cardLink__town:before,
  .hot .cardLink__title:after
  {
      height: 20px;
      width: 20px;
      background-size: 20px;
  }
  .filter__title span {
    font-size: 14px;
  }
  .filter__box {
      float: left;
  }
  .filter__drop {
    padding: 12px;
  }
  .filter__item {
    margin-bottom: 20px;
  }
  .filter__item:last-child,
  .filter__item_search:last-child {
    margin-bottom: 10px;
  }
  .filter__item span,
  .filter__item_search span {
    font-size: 14px;
  }
  .tabs-contet {
    margin-right: 0;
    margin-bottom: 48px;
  }
  .vacancy-prof > div {
    min-height: 100px;
  }
  .vacancy-prof__name {
    font-size: 15px;
  }
  .vacancy-prof__flame, .vacancy-prof__remote, .vacancy-prof__exchange {
    margin-left: 4px;
  }
  .vacancy-prof__town {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .history__title {
    font-size: 20px;
  }
  .history__title:after {
    width: 32px;
  }
  .history-content .content {
    margin-bottom: 20px;
  }
  .values {
    margin-bottom: 80px;
  }
  .values__item {
    margin-bottom: 55px;
  }
  .values__letter {
    margin-left: 30px;
    font-size: 56px;
  }
  .values__text {
    font-size: 14px;
  }
  .sliderPro .sp-mask, .sliderPro .sp-slide, .sliderPro .sp-image-container {
    height: 354px !important;
  }
  .sliderPro .sp-image {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 0 !important;
  }
  .sliderPro .sp-slide-text:after {
    height: 220px;
  }
  .sliderPro .sp-slide-text span {
    font-size: 14px;
  }
  .sliderPro .sp-thumbnail-title {
    font-size: 12px;
  }
  .tabs-leadership__head {
    margin-bottom: 55px;
  }
  .tabs-leadership__head-item {
    padding: 10px 13px;
    font-size: 14px;
  }
  .tabs-leadership__content-item {
    margin-left: -33px;
    margin-right: -33px;
  }
  .tabs-leadership__content-item:nth-child(odd) .tabs-leadership__item:nth-child(2) {
    padding-top: 68px;
  }
  .tabs-leadership__content-item:nth-child(even) .tabs-leadership__item:nth-child(1) {
    padding-top: 68px;
  }
  .tabs-leadership__item {
    padding-left: 33px;
    padding-right: 33px;
  }
  .leadership__image {
    margin-bottom: 44px;
  }
  .leadership__prof {
    margin-bottom: 68px;
    font-size: 14px;
  }
  .leadership__name {
    font-size: 14px;
  }
  .splash__text {
    font-size: 24px;
  }
  .nav {
    position: absolute;
  }
  .container {
    max-width: 668px;
  }
  .button {
    width: auto;
    min-width: initial;
    padding-left: 30px !important;
    padding-right: 34px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    font-size: 14px;
  }
  .padding {
    padding-bottom: 70px;
  }
  .title {
    margin-bottom: 43px;
  }
  .content-lg .title {
    margin-bottom: 43px;
  }
  /* .content-lg .title + .numbers {
    margin-top: 64px;
  } */
  .title span {
    font-size: 20px;
    max-width: 578px;
    letter-spacing: 0px;
  }
  .numbers__number {
    padding-top: 4px;
    margin-bottom: 6px;
  }
  .three-in-row-numbers {
    padding-bottom: 60px;
  }
  .fls-services {
    height: 270px;
    padding-top: 0px;
    margin-bottom: -38px;
    margin-top: -26px;
  }
  .main-content.grows-content .content p {
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 38px;
  }
  .button-menu {
    display: block;
  }
  .nav {
    top: 42px;
  }
  .nav__menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    background-image: -o-linear-gradient(top, #f5f5f5, #fff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
    background-image: linear-gradient(to bottom, #f5f5f5, #fff);
  }
  .nav__content {
    position: static;
  }
  .nav__logo {
    width: 73px;
  }
  .nav__logo img {
    width: 100%;
  }
  .nav .menu {
    margin-top: 10px;
    height: auto;
    max-height: 100%;
  }
  .nav .menu__item {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  .nav .menu__item:last-child {
    margin-top: 76px;
  }
  .menu__item.active .menu__link {
    color: #212121;
  }
  .menu__item.current-menu-ancestor>.menu__link, .menu__item.current-menu-item .menu__link {
    color: #212121;
  }
  .menu__item.current-menu-ancestor .arrow:before, .menu__item.current-menu-ancestor .arrow:after {
    background: #212121;
  }
  .nav .menu__item>.menu__link {
    display: block;
    padding: 6px 0;
    line-height: 24px;
    text-align: center;
  }
  .nav .menu__link {
    color: #757575;
  }
  .nav__menu .menu-item-has-children .sub-menu {
    border-bottom: 1px solid #E0E0E0;
    padding: 11px 0;
    margin: 0 0 -20px;
  }

  /*.nav__menu .menu-item-has-children:hover>.sub-menu,*/
  .nav__menu .menu-item-has-children.show>.sub-menu {
   padding: 11px 0;
    margin: 0 20px;
  }
  .video__title {
    margin-bottom: 35px;
    font-size: 34px;
    line-height: 1.4;
  }
  .video__link {
    font-size: 14px;
  }
  .video__content {
    max-width: 100%;
    padding-right: 15px;
    top: calc(50% - 10px);
  }
  .video .menu__link {
    color: #757575;
  }
  .about {
    padding-bottom: 80px;
  }
  .about:after,
  .about__title:before {
    width: 60%;
  }
  .about__title:before {
    height: 140%;
  }
  .about__title {
    margin-bottom: 0px;
  }
  .about__logo {
    padding-top: 101px;
    width: 40%;
  }
  .about__logo img {
    width: 140px;
  }
  .about .about__content {
    padding-top: 90px;
    padding-bottom: 134px;
    width: 60%;
  }
  .content-lg .about__content {
    margin-bottom: 41px;
    padding-top: 90px;
    padding-left: 54px;
    padding-right: 5px;
    width: 60%;
  }
  .about__text, .about__text a {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .numbers__icon {
    margin-bottom: 23px;
  }
  .numbers__number {
    font-size: 34px;
  }
  .numbers__text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .search-prof__form.col-filter-2 form {
    flex-wrap: wrap;
  }
  .search-prof__title {
    margin-bottom: 40px;
  }
  .main-search-prof .search-prof__title {
    margin-bottom: 46px;
  }
  .search-prof__title span {
    font-size: 20px;
  }
  .search-prof__title a {
    font-size: 14px;
  }
  .search-prof__content {
    padding-top: 110px;
  }
  .search-prof__form {
    margin-bottom: 140px;
    height: auto;
    padding: 5px;
    border-width: 4px;
  }
  .search-prof__form,
  .search-prof__form form {
    justify-content: center;
    border-radius: 40px;
  }
  .search-prof__button {
    width: 100% !important;
    font-size: 14px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .search-prof__form-item .filter__title {
    font-size: 14px;
    padding: 12px 40px;
  }
  .search-prof__select .selectize-input {
    font-size: 14px;
    padding: 12px 20px 12px 29px;
  }
  .search-prof__select .selectize-input:after {
    width: 10px;
    height: 6px;
    right: 13px;
  }
  .search-prof__select .selectize-dropdown-content .option {
    padding-left: 30px;
    font-size: 14px;
  }
  .search-prof__select .selectize-dropdown-content .option.selected:after {
    right: 36px;
    width: 4px;
    height: 4px;
  }
  .flyLinks .flyLinks__item.l {
    font-size: 34px;
  }
  .flyLinks .flyLinks__item.m {
    font-size: 20px;
  }
  .flyLinks .flyLinks__item.s {
    font-size: 16px;
  }
  .flyLinks .flyLinks__item:nth-child(1) {
    left: -20px;
  }
  .flyLinks .flyLinks__item:nth-child(5) {
    right: 0px;
    left: auto;
  }
  .flyLinks .flyLinks__item:nth-child(6) {
    left: 50%;
    top: 130px;
  }
  .flyLinks .flyLinks__item:nth-child(7) {
    top: 180px;
    left: 0px;
  }
  .flyLinks .flyLinks__item:nth-child(8) {
    top: 270px;
  }
  .flyLinks .flyLinks__item:nth-child(9) {
    top: 262px;
    right: 136px;
  }
  .flyLinks .flyLinks__item:nth-child(10) {
    top: 290px;
  }
  .flyLinks .flyLinks__item:nth-child(11) {
    top: 310px;
  }
  .flyLinks .flyLinks__item:nth-child(12) {
    top: 240px;
  }
  .flyLinks .flyLinks__item:nth-child(13) {
    top: 320px;
  }
  .flyLinks .flyLinks__item:nth-child(14) {
    top: 266px;
  }
  .slider-prof-mail .cardLink {
    min-height: 150px;
  }
  .cardLink {
    padding: 31px 11px;
  }
  .flyLinks .flyLinks__item:nth-child(2) {
    font-size: 16px;
  }
  .cardLink:hover {
    -webkit-box-shadow: 0 14px 22px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 14px 22px 0 rgba(0, 0, 0, 0.06);
  }
  .cardLink__title {
    font-size: 14px;
    white-space: normal;
    padding-right: 20px;
  }
  .cardLink__state {
    font-size: 14px;
  }
  .cardLink__town {
    font-size: 12px;
  }
  .cardLink__info > * {
    margin: 0 6px 0 0;
  }
  .cardLink__info .cardLink__town:before {
    top: 9px;
  }
  .cardLink__info .cardLink__town {
    padding-left: 24px;
  }
  .video-banner:after {
    height: 55%;
  }
  .video-banner__text {
    left: 43px;
  }
  .video-banner__title {
    font-size: 24px;
  }
  .video-banner__content {
    height: 470px;
  }
  .video-banner__video {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .video-banner__link {
    font-size: 14px;
  }
  .card-news__title {
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
    left: -10px;
  }
  .content-lg .card-news__title {
    margin-bottom: 8px;
  }
  .content-lg .card-news__title {
    margin-bottom: 7px;
    margin-right: -7px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .content-lg .last-news__link {
    margin-top: 19px;
  }
  .card-news__title:before {
    width: 2px;
  }
  .card-news__date {
    font-size: 12px;
  }
  .card-news__image {
    margin-bottom: 12px;
  }
  .content-lg .card-news__image {
    min-height: 197px;
  }
  .card-news__image-item {
    width: 100%;
  }
  .last-news__item {
    margin-bottom: 16px;
    padding-right: 33px;
  }
  .last-news__item:nth-child(even) {
    margin-top: 32px;
    padding-right: 0;
    padding-left: 33px;
  }
  .last-news__link {
    font-size: 14px;
  }
  .blog-list__link:before,
  .last-news__link-container:before {
    bottom: -50px;
    height: 462px;
  }
  .blog-list .link {
    font-size: 14px;
  }
  .vacancy-inner {
    margin-bottom: 170px;
  }
  .contact-form {
    padding-bottom: 56px;
  }
  .main-contact-form {
    padding-top: 50px;
  }
  .contact-form__title {
    margin-bottom: 12px;
  }
  .contact-form:before {
    height: 400px;
    bottom: calc(100% - 80px);
  }
  .contact-form__title-item {
    font-size: 20px;
  }
  .contact-form__item {
    margin-bottom: 0px;
    padding: 0 32px;
  }
  .contact-form__item:nth-child(1) {
    padding-left: 44px;
  }
  .contact-form__item:nth-child(2) {
    padding-right: 44px;
  }
  .contact-form__text {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .contact-form__text span {
    font-size: 14px;
  }
  .contact-form__text img {
    width: 44px;
    margin-left: 10px;
  }
  .contact-form__form input,
  .contact-form__form .group .select .current,
  .contact-form__item .group input {
    padding-bottom: 8px;
    padding-top: 8px;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    border-bottom: 2px solid #f5f5f5;
    height: 36px;
  }
  .contact-form__item .group label {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .contact-form__form textarea {
    height: 144px;
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    border-bottom: 2px solid #f5f5f5;
  }
  .file-label {
    padding-top: 26px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .file-label svg {
    margin-right: 12px;
    width: 15px;
    height: auto;
    top: 2px;
  }
  .i.i-clip {
    width: 14px;
    height: 14px;
    margin: 0px 13px 0px 1px;
  }
  .contact-form__checkbox label span.contact-form__checkbox-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .part__text {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .part__image {
    width: 62px;
  }
  .part__image img {
    max-width: 100%;
  }
  .social-menu {
    margin-bottom: 30px;
  }
  .social-menu__item {
    width: 17px;
    height: 17px;
  }
  /* COCW-575 */
  /*.social-menu__item svg {*/
  /*  max-width: 12px;*/
  /*  max-height: 12px;*/
  /*}*/
  .tabslist-content__contact .social-networks__item svg {
    /* COCW-579 */
    /*max-width: 10px;*/
    /*max-height: 10px;*/
  }
  .footer .menu__link {
    margin-left: 13px;
    margin-right: 13px;
    font-size: 12px;
  }
  .slider-prof__title {
    margin-bottom: 23px;
    font-size: 12px;
  }
  .slider-prof .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-lg .slider-prof:last-child {
    margin-bottom: -8px;
  }
  .slider-prof [class*='col'] {
    padding: 0 10px;
  }
  .slider-prof .slick-dots {
    bottom: -10px;
  }
  .slider-prof .slick-dots button {
    width: 2px;
    height: 2px;
  }
  .slider-prof .slick-dots li {
    margin: 0 8px;
  }
  .slider-prof .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
  }
  .slider-prof-vacancy {
    margin-bottom: 80px;
  }
  .arrow {
    right: -16px;
  }
  .nav__menu>.menu>.menu__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  .search-prof .search-prof__title a {
    top: 300px;
  }
  .numbers.three-in-row-numbers .numbers__text {
    max-width: 157px;
  }
  .numbers.three-in-row-numbers.row>div:nth-child(2) .numbers__item {
    margin-left: 10%;
  }
  .numbers.three-in-row-numbers.row>div:nth-child(3) .numbers__item {
    margin-left: 20%;
  }
  .numbers.three-in-row-numbers.row>div:nth-child(4) .numbers__item {
    margin-left: 5%;
  }
  .numbers.three-in-row-numbers.row>div:nth-child(5) .numbers__item {
    margin-left: 15%;
  }
  .second-title span {
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .fls-services__text {
    margin: 0 -11px;
  }
  .fls-services__image, .fls-services__text {
    height: 103px;
  }
  .fls-services__item-line {
    margin: 18px 0;
  }
  .fls-services__image img {
    width: 59px;
  }
  .fls-services__item:first-child .content-item {
    width: 198px;
  }
  .fls-services__link {
    font-size: 16px;
    line-height: 24px;
  }
  .fls-services__circle-block {
    margin-top: 90px;
  }
  .content-item {
    width: 160px;
  }
  .fls-services__container {
    height: 270px;
  }
  .numbers {
    padding-top: 0px;
  }
  .content-lg .numbers {
    margin-top: -64px;
  }
  .content-lg .main-search-prof {
    padding-top: 100px;
  }
  .main-areas .areas__content {
    padding-top: 0px;
  }
  .fls-services__item-line {
    margin: 22px 0;
  }
  .main-logos.logos .logo {
    width: 11%;
    min-width: 89px;
    margin: 35px 58px 0px 0px;
  }
  .reality-logos.logos .logo,
  .iot-logos.logos .logo,
  .bc-logos.logos .logo {
    width: 11%;
    min-width: 89px;
    margin: 35px 19px 0px 0px;
  }
  .main-logos.logos .logo:first-child:nth-last-child(2),
  .reality-logos.logos .logo:first-child:nth-last-child(2),
  .iot-logos.logos .logo:first-child:nth-last-child(2),
  .bc-logos.logos .logo:first-child:nth-last-child(2) {
    margin-right: 58px;
  }
  .main-logos.logos .logo:nth-child(5n),
  .reality-logos.logos .logo:nth-child(5n),
  .iot-logos.logos .logo:nth-child(5n),
  .bc-logos.logos .logo:nth-child(5n) {
    margin-right: 0;
  }
  .contact_row_block {
    padding: 0 8px;
  }
  .contact_row_block.last {
    padding-right: 0;
  }
  .contact_row_block.first {
    padding-left: 0;
  }
  .contact-box .contact-link, .contact-box .contact-link span a {
    font-size: 14px;
  }
  .contact_row {
    padding-top: 4px;
    padding-left: 0px;
  }
  .copyright {
    margin-top: 4px;
    margin-bottom: 33px;
    font-size: 0.75rem;
  }
  .part {
    right: 30px;
  }
  .footer__content {
    position: static;
  }
  .footer {
    position: relative;
  }
  .single-vacancy-banner .banner-section__title {
    margin-top: 8px;
  }
  .single-vacancy-banner .banner-section__title p span {
    margin-bottom: 12px;
  }
  .header-single-vacancy__container,
  .header-vacancy__additional {
    width: 100%;
    flex-wrap: wrap;
  }
  .header-single-vacancy__title {
      width: 90%;
      font-size: 24px;
      line-height: 30px;
  }
  .header-vacancy__additional > * {
    width: auto;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 16px 5px 30px;
  }
  .header-vacancy__exchange {
    max-width: 50%;
  }
  .header-vacancy__city:before,
  .header-vacancy__remote:before,
  .header-vacancy__exchange:before {
    top: 25px;
    height: 20px;
    width: 20px;
    background-size: 20px;
  }
  .vacancy__title-hot:after {
    bottom: 7px;
  }
}

@media (max-width: 767.99px) {
  .download-contacts {
    padding-left: 0;
  }
  .download-contacts:last-child {
    margin-bottom: 12px;
  }
  .download-contacts:first-child {
    margin-top: -15px;
    margin-bottom: 9px;
  }
  .tabslist-content__item .content p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .tabslist-content__item .content p:last-child {
    margin-bottom: -40px;
  }
  .tabslist-content__item .content p:first-child {
    margin-top: 28px;
  }
  .tabslist-content__contact .contact-box {
    margin-top: 40px;
  }
  .logos-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .nav__lang-mobile-link {
    color: #757575;
  }
  .tabs-head {
    padding-right: 40px;
  }
  .values__letter {
    margin-left: 10px;
  }
  .leadership {
    text-align: center !important;
  }
  .leadership__content {
    text-align: center !important;
  }
  .leadership__image {
    margin-bottom: 40px;
  }
  .leadership__prof {
    margin-bottom: 30px;
  }
  .tabs-leadership {
    margin-bottom: 60px;
  }
  .tabs-leadership .slick-dots {
    bottom: -10px;
  }
  .tabs-leadership__item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .tabs-leadership__head {
    margin-bottom: 42px;
  }
  .tabs-leadership__content {
    max-width: 400px;
    margin: 0 auto;
  }
  .tabs-leadership__content-item {
    height: auto !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs-leadership__content-item:nth-child(even) .tabs-leadership__item:nth-child(1) {
    padding-top: 0;
  }
  .tabs-leadership__content-item:nth-child(odd) .tabs-leadership__item:nth-child(2) {
    padding-top: 0;
  }
  .splash__text {
    font-size: 20px;
  }
  .video__title {
    margin-top: 36px;
    margin-bottom: 35px;
    letter-spacing: -0.4px;
  }
  .about {
    padding-bottom: 0;
  }
  .numbers__item {
    margin: 0;
  }
  .search-prof {
    position: relative;
    padding-bottom: 34px;
  }
  .main-search-prof {
    padding-bottom: 9px;
  }
  .search-prof__title span {
    font-size: 16px;
  }
  .search-prof .search-prof__title a {
    position: absolute;
    margin-right: -14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
  }
  .search-prof__content {
    padding-top: 62px;
  }
  .main-search-prof .search-prof__content {
    padding-top: 100px;
  }
  .main-search-prof .search-prof__title span {
    font-size: 19px;
    letter-spacing: 0.6px;
  }
  .flyLinks .flyLinks__item:nth-child(1) {
    top: 20px;
    left: 0;
  }
  .flyLinks .flyLinks__item:nth-child(2) {
    top: 10px;
    left: 25%;
  }
  .flyLinks .flyLinks__item:nth-child(3) {
    top: 0;
    left: unset;
    right: 20%;
  }
  .flyLinks .flyLinks__item:nth-child(4) {
    top: 10px;
    right: 0;
    left: initial;
  }
  .flyLinks .flyLinks__item:nth-child(5) {
    top: 82px;
  }
  .flyLinks .flyLinks__item:nth-child(6) {
    top: 95px;
    right: 0;
  }
  .flyLinks .flyLinks__item:nth-child(7) {
    top: 140px;
  }
  .flyLinks .flyLinks__item:nth-child(8) {
    left: 70%;
    top: 50px;
  }
  .flyLinks .flyLinks__item:nth-child(9) {
    top: 234px;
    right: 10px;
  }
  .flyLinks .flyLinks__item:nth-child(10) {
    top: 200px;
  }
  .flyLinks .flyLinks__item:nth-child(11) {
    top: 260px;
    left: 45%;
  }
  .flyLinks .flyLinks__item:nth-child(12) {
    left: 0;
  }
  .flyLinks .flyLinks__item:nth-child(13) {
    top: 255px;
    left: 13%;
  }
  .flyLinks .flyLinks__item:nth-child(14) {
    top: 210px;
    left: 64%;
  }
  .video-banner__content {
    height: 410px;
  }
  .video-banner__title {
    font-size: 20px;
  }
  .video-banner__text {
    left: 20px;
  }
  .header-vacancy.trueTown .header-vacancy__title span {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .header-vacancy.trueTown .header-vacancy__town {
    font-size: 12px;
  }
  .vacancy-inner {
    margin-bottom: 80px;
  }
  .vacancy-row__title {
    font-size: 16px;
  }
  .vacancy-row__content p {
    font-size: 16px;
  }
  .list-technology__item {
    font-size: 9px;
  }
  .recruiter, .related-vacancies {
    max-width: 200px;
    margin: 0 auto;
  }
  .recruiter__images {
    margin-bottom: 30px;
  }
  .header-vacancy__social-list {
    width: 100%;
  }
  .share .pluso-wrap a:first-child, .share .a2a_default_style a:first-child {
    margin-left: 0!important;
  }
  .nav__content {
    top: 13px;
  }
}

@media (max-width: 682px) {
  .nav .menu__item {
    margin: 12px 0;
  }
  .nav .menu__item:last-child {
    margin-top: 28px;
  }
  .video .menu__link {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .part {
    right: 0px;
  }
  .contact-form__text {
    position: absolute;
    bottom: 0px;
    text-align: center;
  }
  .search-prof__form-item {
    width: 100% !important;
  }
  .search-prof__form-item:nth-child(3) {
    margin-left: 0;
  }
  .search-prof__form {
    display: block;
    height: auto;
    margin-bottom: 116px;
    padding: 5px;
    border-width: 4px;
    border-radius: 28.5px;
    background-color: #fff;
  }
  .search-prof__form-item.filter,
  .search-prof__form-item.filter:first-child {
    padding: 0 5px;
  }
  .search-prof__form:before {
    border-radius: 28.5px;
  }
  .search-prof__form form {
    border-radius: 24px;
  }
  .search-prof__button {
    width: 100% !important;
    font-size: 14px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .search-prof__select {
    width: auto;
  }
  .search-prof__select_town, .search-prof__select_prof {
    margin-left: -5px;
  }
  .search-prof__select .selectize-input {
    font-size: 14px;
    padding: 15px 20px 14px 20px;
    border-radius: 22px;
  }
  .search-prof__select .selectize-input:after {
    right: 20px;
  }
  .search-prof__select .selectize-input.dropdown-active {
    border-radius: 22px;
  }
  .search-prof__select .selectize-dropdown {
    position: absolute;
    z-index: 10;
  }
  .search-prof__select .selectize-dropdown-content .option {
    padding-left: 20px;
    font-size: 14px;
  }
  .search-prof__select .selectize-dropdown-content .option.selected:after {
    right: 22px;
    width: 4px;
    height: 4px;
  }
  .slider-prof {
    max-height: 236px;
  }
  /* .tabs-head__icon-all {
    display: block !important;
  } */
  .numbers.three-in-row-numbers .row>div:nth-child(2) .numbers__item {
    margin-left: 0%;
  }
  .numbers.three-in-row-numbers .row>div:nth-child(3) .numbers__item {
    margin-left: 0%;
  }
  .numbers.three-in-row-numbers .row>div:nth-child(4) .numbers__item {
    margin-left: 0%;
  }
  .numbers.three-in-row-numbers .row>div:nth-child(5) .numbers__item {
    margin-left: 0%;
  }
  .cardLink__info {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cardLink {
    min-height: 180px;
    padding: 16px;
  }
  .cardLink__info .cardLink__town:before {
    display: none;
  }
  .cardLink__info .cardLink__town {
    width: 100%;
    padding: 0;
    margin: 0 5px 5px 0;
  }
  .cardLink__info > *{
    margin: 0 5px 0 0;
  }
}
.tabslist-content__item .content .text__content p:first-child {
  margin-top: 0;
}
@media (max-width: 575px) {
  .footer .contact-box:first-child {
    margin-left: 44px;
  }
}
@media (max-width: 520px) {
  .footer .contact-box:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.content-lg>.lead-title~p+.it-content {
  margin-top: 74px;
}

@media (min-width: 657px) and (max-width: 768px) {
  .content-lg>p+.logos .logo:nth-child(6n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .vacancy-infographics {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .grows-tab .header-title h1:after, .grows-content .header-title .h1:after, .grows-content .lead-title h1:after, .grows-content .lead-title .h1:after, .header-title .h1:after {
    bottom: -24px;
  }
  .grows-content .lead-title .h1:after {
    width: 31px;
  }
  .header-title__content .share {
    width: 100%;
    margin-top: 20px;
  }
  .vacancy-list__text .content h2, .vacancy-list__text .content .h2 {
    font-size: 17px;
    line-height: 19px;
  }
  .vacancy-list__text .content h2:after, .vacancy-list__text .content .h2:after {
    bottom: -20px;
    width: 23px;
    height: 2px;
  }
  .tablist_contact .content h2:after {
    bottom: -10px;
  }
  .share__list {
    margin-top: 20px;
  }
  .main-logos.logos {
    margin-bottom: -4px;
  }
  .main-logos.logos .logo img,
  .reality-logos.logos .logo img,
  .iot-logos.logos .logo img,
  .bc-logos.logos .logo img {
    width: 70%;
    max-height: 47px;
  }
  .main-logos.logos .logo img,
  .reality-logos.logos .logo img,
  .iot-logos.logos .logo img,
  .bc-logos.logos .logo img {
    width: 100%;
  }
  .step-image {
    margin-bottom: 30px;
  }
  .vacancy-infographics-step {
    width: 100%;
    margin-bottom: 50px;
  }
  .step-arrow {
    display: none;
  }
  .content-lg>.lead-title~p, .page-nav+.grows-content .content-lg>p:first-child {
    margin-bottom: 24px;
  }
  .content-lg>p+.areas, .content-lg>p+.experience, .content-lg>p+.tabslists {
    margin-top: 55px;
  }
  .content-lg>p+.pluses {
    margin-top: 32px;
  }
  .content-lg>p+.logos {
    margin-top: -16px;
  }
  .content-lg>p+.logos .logo {
    margin-top: 15px;
    margin-right: 21px;
  }
  .content-lg>.lead-title~p+.it-content {
    margin-top: 56px;
  }
}

@media (min-width: 320px) and (max-width: 411px) {
  .main-logos.logos .logo:nth-child(3n + 0),
  .reality-logos.logos .logo:nth-child(3n + 0),
  .iot-logos.logos .logo:nth-child(3n + 0),
  .bc-logos.logos .logo:nth-child(3n + 0),
  .content-lg .second-title+.main-logos.logos .logo:nth-child(3n + 0),
  .content-lg .second-title+.reality-logos.logos .logo:nth-child(3n + 0),
  .content-lg .second-title+.iot-logos.logos .logo:nth-child(3n + 0),
  .content-lg .second-title+.bc-logos.logos .logo:nth-child(3n + 0) {
    margin-right: 0px;
  }
}

@media (min-width: 1400px) {
  .nav__logo {
    left: -110px;
  }
  .nav__lang {
    right: 0;
    -webkit-transform: translateX(88px);
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.header-vacancy__social-list .share {
  padding-bottom: 25px;
  border-bottom: none;
}

@media (min-width: 992px) {
  .header-vacancy__social-list .share .pluso-wrap a, .header-vacancy__social-list .share .a2a_default_style a {
    margin: 0 30px !important;
  }
  .header-vacancy__social-list .share .pluso-wrap a svg, .header-vacancy__social-list .share .a2a_default_style a svg {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}

@media (max-width: 992px) {
  .content-lg .tab-content p, .content-lg .tab-content ul li {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
  }
  .content-lg .numbers__item ul li {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 16px;
    margin-top: 16px;
    padding-left: 35px;
  }
  .content-lg .numbers__item ul {
    margin-top: 18px;
  }
  .numbers ul li:before {
    margin: 0px 16px 0 -20px;
  }
  .tabslists .tablist-head__item, .tabslists .tab-head {
    margin: 0 2px 8px 0;
    padding: 10px 14px 7px 13px;
  }
  .tablist_contact .content h2 {
    font-size: 15px;
    margin-bottom: 50px;
  }
  .vacancy-list__text .content {
    font-size: 16px;
    line-height: 24px;
  }
  .step-image img {
    width: 70%;
  }
  .step-arrow {
    zoom: .5;
  }
  .step-text {
    font-size: 16px;
    line-height: 24px;
  }
  .vacancy-list__text .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-form__checkbox label {
    max-width: 552px;
    padding-right: 0px;
  }
  .contact-form__checkbox label p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
}

.devider {
  clear: both;
  display: block;
}

@media (min-width: 768px) {
  .tabs-leadership__content-item:nth-child(odd) .tabs-leadership__item:nth-child(1) {
    padding-top: 0;
  }
  .tabs-leadership__content-item:nth-child(odd) .tabs-leadership__item:nth-child(2) {
    padding-top: 175px;
  }
  .tabs-leadership__content-item:nth-child(even) .tabs-leadership__item:nth-child(1) {
    padding-top: 0;
  }
  .tabs-leadership__content-item:nth-child(even) .tabs-leadership__item:nth-child(2) {
    padding-top: 175px;
  }
  .link_animate span {
    width: 24px;
    height: 2px;
  }
  .vacancy-infographics-step {
    width: 30%;
  }
  .logos-wrap .logo {
    display: block;
    width: 30%;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 20px;
  }
  .devider {
    display: none;
  }
}

@media (min-width: 992px) {
  .link_animate span {
    top: 54%;
    width: 30px;
  }
}

.blog-slider-else__slider ul li:before {
  display: none;
}

.blog-slider-else__slider ul.slick-dots li {
  position: relative;
}

.blog-slider-else__slider ul.slick-dots li button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.advantages-content .card-news__image, .vacancy-list .card-news__image {
  position: relative;
}

.advantages-content .card-news__image:hover:after, .vacancy-list .card-news__image:hover:after {
  opacity: 1;
}

.advantages-content .card-news__image:after, .vacancy-list .card-news__image:after {
  content: '';
  background-image: url(../images/play-icon.png);
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .8;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.bottom-line {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.bottom-line .tags {
  width: 100%;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .bottom-line {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-line .tags .tags__title {
    font-weight: normal;
    font-size: 20px;
  }
  .bottom-line .share .share__title {
    font-weight: normal;
    font-size: 20px;
  }
}

.bottom-line .tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-line .tags .tags__title {
  color: #757575;
  font-size: 16px;
  line-height: 28px;
  padding-right: 15px;
  font-weight: lighter;
}

.bottom-line .share {
  border-bottom: 0;
  padding-bottom: 0;
}

.bottom-line .share .share__title {
  color: #757575;
  font-size: 16px;
  line-height: 28px;
  padding-right: 5px;
  margin-right: 0;
  font-weight: lighter;
}

.bottom-line .share .share__list {
  margin-bottom: 0;
}

.bottom-line .share .share__list .pluso-010010100110-06 .pluso-wrap a, .bottom-line .share .share__list .a2a_default_style a {
  background-size: 15px 16px;
  margin: 0!important;
  -ms-background-position-y: bottom!important;
  background-position-y: bottom!important;
}

.bottom-line .share .share__list .pluso-010010100110-06 .pluso-wrap, .bottom-line .share .share__list .a2a_default_style {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tags__list a {
  border: 1px solid #021789;
  border-radius: 2px;
  padding: 6px 10px;
  color: #021789;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.filter-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-row .relocate, .filter-row .remote, .filter-row .exchange {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-row .relocate .filter__box, .filter-row .remote .filter__box, .filter-row .exchange .filter__box {
  right: unset;
  display: -moz-flex!important;
  display: -ms-flex!important;
  display: -o-flex!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}

.filter-row .remote .filter__box {
  padding-right: 20px;
}

.filter-row .relocate .filter__box label, .filter-row .remote .filter__box label, .filter-row .exchange .filter__box label {
white-space: nowrap;
padding: 12px 10px 12px 48px;
}

.banner-section .banner-section__content {
  height: 200px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner-section__title {
  width: 100%;
  margin-top: 10px;
}

.banner-section__title p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
  font-weight: 300;
}

.banner-section__btn {
  width: 100%;
  text-align: center;
  margin-top: -60px;
}

.banner-section__btn a {
  height: 45px;
  width: 133px!important;
  min-width: unset!important;
  padding: 0!important;
  border-radius: 32.5px;
  display: -moz-flex!important;
  display: -ms-flex!important;
  display: -o-flex!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: -o-linear-gradient(302.43deg, #0533BE 0%, #021789 100%);
  background: linear-gradient(147.57deg, #0533BE 0%, #021789 100%);
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.13);
  margin: 0 auto;
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-section {
  margin-bottom: 100px;
  margin-top: -50px;
}
.single-vacancy-banner__section.banner-section {
  margin-bottom: 100px;
  margin-top: 0;
}

.partners-form {
  z-index: 1;
  position: relative;
}

.partners-form .text-center {
  position: relative;
}

.partners-form .contact-form__form textarea::-webkit-input-placeholder, .partners-form .contact-form__form input::-webkit-input-placeholder {
  color: #757575;
}

.partners-form .contact-form__form textarea::-webkit-input-placeholder,
.partners-form .contact-form__form textarea::-moz-placeholder,
.partners-form .contact-form__form textarea:-ms-input-placeholder,
.partners-form .contact-form__form textarea::-ms-input-placeholder,
.partners-form .contact-form__form textarea::placeholder,
.partners-form .contact-form__form input::-webkit-input-placeholder,
.partners-form .contact-form__form input::-moz-placeholder,
.partners-form .contact-form__form input:-ms-input-placeholder,
.partners-form .contact-form__form input::-ms-input-placeholder,
.partners-form .contact-form__form input::placeholder {
  color: #757575;
}

.partners-form .disable .contact-form__button {
  cursor: default;
  background-color: #e0e0e0 !important;
  white-space: nowrap;
}
.contact-form__form .contact-form__button {
  min-width: 132px;
}
@media (min-width: 768px) {
  .blog-list~.contact-form {
    margin-top: -100px;
  }
  .banner-section {
    margin-bottom: 200px;
    margin-top: -100px;
  }
  .partners-form .contact-form__item {
    margin: 0 auto;
  }
  .partners-form {
    margin-bottom: 81px;
  }
}

@media (min-width: 992px) {
  .partners-form {
    margin-bottom: 97px;
  }
  .contact-form__form .contact-form__button {
    min-width: 243px;
  }
  .tablist .contact-form__button {
    margin-right: 107px;
  }
  .blog-list~.contact-form {
    margin-top: -200px;
  }
  .blog-list__item {
    min-height: 250px!important;
  }
  .banner-section {
    margin-bottom: 300px;
    margin-top: -200px;
  }
  .banner-section__title p {
    font-size: 24px;
    line-height: 34px;
    max-width: 400px;
  }
  .banner-section__btn a {
    height: 65px;
    width: 185px!important;
    min-width: unset!important;
    padding: 0!important;
    border-radius: 32.5px;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: -o-linear-gradient(302.43deg, #0533BE 0%, #021789 100%);
    background: linear-gradient(147.57deg, #0533BE 0%, #021789 100%);
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.13);
    margin: 0 auto;
    font-weight: 300;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-decoration: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-section .banner-section__content {
    height: 370px;
  }
  .single-vacancy-banner__section.banner-section .banner-section__content {
    height: 189px;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .banner-section__title {
    margin-top: 30px;
  }
  .single-vacancy-banner > .banner-section__title {
    margin-top: 2px;
  }
  .banner-section__btn {
    margin-top: -110px;
  }
  .single-vacancy-banner .banner-section__btn {
    margin-top: 11px;
  }
  .single-vacancy-banner .banner-section__title p span {
    font-size: 30px;
  }
  .single-vacancy-banner .banner-section__title p {
    font-size: 16px;
  }
  .partners-form .form-reg__title {
    font-size: 20px;
  }
  .form-reg__title {
    max-width: 100%;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .blog-list~.contact-form {
    margin-top: -200px;
  }
  .blog-list__item {
    min-height: 470px!important;
  }
  .banner-section {
    margin-bottom: 340px;
    margin-top: -200px;
  }
}

.blue-theme.syntaxhighlighter .gutter .line {
  border-right: 3px solid #021789!important;
  color: #757575!important;
  font-family: 'Roboto', sans-serif!important;
}

.blue-theme.syntaxhighlighter .keyword, .blue-theme.syntaxhighlighter .string, .blue-theme.syntaxhighlighter .string a {
  color: #021789!important;
}

.blue-theme.syntaxhighlighter a, .blue-theme.syntaxhighlighter table, .blue-theme.syntaxhighlighter table td, .blue-theme.syntaxhighlighter table tr, .blue-theme.syntaxhighlighter table tbody, .blue-theme.syntaxhighlighter table thead, .blue-theme.syntaxhighlighter table caption, .blue-theme.syntaxhighlighter textarea {
  font-size: 20px!important;
}
.blue-theme.syntaxhighlighter div, .blue-theme.syntaxhighlighter code, .blue-theme.syntaxhighlighter .line  {
  font-size: 14px!important;
}

.vacancy-form .contact-form__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.vacancy-form .recaptcha-show {
  margin-bottom: 20px;
}

.vacancy-form .form-reg__title {
  bottom: unset;
  margin-top: 20px;
  width: 100%;
}

.vacancy-form.contact-form__form form {
  width: 100%;
}
@media (max-width: 992px){
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:before {
    top: 115px;
  }
  .content-lg .lead-title ~ p + .three-in-row-numbers {
    margin-top: -25px;
    margin-bottom: -20px;
  }
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"] .numbers__text {
    max-width: 157px;
  }
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:nth-child(2):before {
    left: -6.4%;
  }
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:nth-child(3):before {
    left: 2.3%;
  }
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:nth-child(4):before {
    left: -10.6%;
  }
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:nth-child(5):before {
    left: -2.1%;
  }
}
@media (max-width: 767px) {
  .blog-content__image {
    padding-bottom: 50vh;
  }
  .blog-content__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .related-vacancies {
    margin-top: 40px;
  }
  .vacancy-form.contact-form__form {
    max-width: 270px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .filter.cities {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"] .numbers__text {
    max-width: 96px;
  }
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:before {
    top: 56%;
    font-size: 13px;
    left: auto!important;
    right: 19px;
  }
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:first-child:before {
    content: 'next';
  }
  .three-in-row-numbers.numbers-with-arrows > div[class*="col-"]:last-child:before {
    content: none;
  }
  .content-lg .three-in-row-numbers.numbers-with-arrows > div[class*="col-"] .numbers__item {
    margin-top: 32px;
  }
  .content-lg .lead-title ~ p + .three-in-row-numbers {
    margin-top: -17px;
    margin-bottom: -3px;
  }
  .content-lg .numbers .col-12:nth-child(even) {
    padding: 0!important;
  }
  .content-lg .numbers__item ul {
    margin-top: 21px;
  }
  .blog-content__image {
    padding-bottom: 30vh;
  }
  .file-label span.add-file {
    margin-right: 45px;
  }
  .content-lg .tabslists {
    margin-bottom: 23px;
  }
  .content-lg .lead-title+.tabslists {
    margin-bottom: 80px;
  }
  /* .tabslists {
    margin-top: -18px;
  }
  .tabslists .tablist-head {
    margin-bottom: 23px;
    margin-right: -3px;
  }
  .tabslists .tabslist-col:nth-child(odd) {
    margin-bottom: 23px;
  }
  .tabslists .tabslist-col:nth-child(2) {
    padding-left: 15px;
  }
  .tabslists.animate-load {
    margin-bottom: 113px;
  } */
}

@media (max-width: 1199px) {
  .pluso-010010100110-06 .pluso-wrap a, .pluso-010010100110-06 .a2a_default_style a {
    background-size: contain!important;
  }
}

.contact_row .col-12.address-list svg {
  min-width: 24px;
}

.advantages-content .sliderPro:last-child {
  margin-bottom: 40px;
}

.title-block {
  position: absolute;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 67%;
  color: #fff;
  z-index: 2;
}

.title-block .title {
  margin: 0;
  font-size: 56px;
  line-height: 86px;
  letter-spacing: -1.17px;
}

.title-block .title-sentences {
  margin-left: 0;
}

.title-block .title-sentence {
  max-width: 540px;
  margin: 14px 0 0;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: .28px;
  line-height: 40px;
  cursor: pointer;
}

.advantages-content .sliderPro:last-child {
  margin-bottom: 40px;
}

.vacancy-list__text.mt-70 {
  margin-top: 70px;
}

.content-page .contact-form::before {
  content: none;
}

.vacancy-prof.hot .vacancy-prof__town::before {
  margin-top: auto;
  margin-bottom: auto;
}

.blog-slider-else .card-news__title {
  color: #757575;
  font-size: 16px;
}

@media(min-width: 992px) {
  .blog-slider-else .card-news__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .title-block .title {
    font-size: 34px;
    letter-spacing: -.4px;
    line-height: 48px;
  }

  .title-block .title-sentence {
    max-width: 325px;
    font-size: 20px;
    letter-spacing: .19px;
    line-height: 28px;
  }

  .filter__drop {
    left: 0;
  }
}

@media screen and (max-width: 670px) {
  .title-block .title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }

  .title-block .title-sentence {
    font-size: 18px;
    letter-spacing: .17px;
    line-height: 24px
  }
}

@media (max-width: 575.99px) {
  .lead-title~.pluses .pluses__overlay {
    padding: 38px 24px 23px;
  }
  .content-lg .card-news__title {
    margin-right: 0;
  }
  .content-lg .last-news__item:nth-child(even) {
    margin-top: 33px;
  }
  .content-lg .last-news__link {
    margin-top: 32px;
  }
  .main-contact-form .contact-form__title {
    margin-bottom: 34px;
  }
  .main-contact-form span.add-file {
    margin-right: 45px;
  }
  .main-contact-form .contact-form__checkbox label {
    padding-top: 13px;
  }
  .grows-content .lead-title h1:after, .grows-content .lead-title .h1:after {
    width: 23px;
  }
  .content-lg>.lead-title~p {
    margin-bottom: 24px;
    margin-right: 12px;
  }
  .content-lg>p+.areas, .content-lg>p+.experience, .content-lg>p+.tabslists {
    margin-top: 41px;
  }
  .content-lg>p+.pluses {
    margin-top: -8px;
  }
  .content-lg>p+.logos {
    margin-top: -25px;
  }
  .content-lg>p+.logos .logo {
    margin-top: 16px;
    margin-right: 7px;
  }
  .content-lg>p+.logos .logo:nth-child(3n) {
    margin-right: -12px;
  }
  .content-lg>.lead-title~p+.it-content {
    margin-top: 40px;
  }
  .page-nav+.grows-content .content-lg>p:first-child {
    margin-bottom: 41px;
    margin-right: 6px;
  }
  .page-nav .share__title {
    display: none;
  }
  .pluses .pluses__overlay {
    padding: 38px 24px 41px;
  }
  .pluses .pluses__block:nth-child(odd) {
    margin-right: 0;
  }
  .pluses .pluses__block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .pluses .pluses__block-title {
    margin-bottom: 16px;
  }
  .pluses__block-text {
    max-width: 240px;
  }
  .pluses__block-text p {
    margin-bottom: 25px;
  }
  .numbers.three-in-row-numbers.row>div:nth-child(2) .numbers__item {
    margin-left: 0;
  }
  .file-label {
    margin-top: 0px;
    margin-bottom: 7px;
    text-align: center;
  }
  .contact-form {
    padding-bottom: 0px;
  }
  .slider-prof .slick-dots {
    bottom: -50px;
  }
  .search-prof {
    padding-bottom: 104px;
  }
  .contact-form__form form {
    display: block;
  }
  .contact-form__item {
    position: static;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form__item:nth-child(1) {
    padding-left: 0;
  }
  .contact-form__item:nth-child(2) {
    padding-right: 0;
  }
  .three-in-row-numbers.row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .three-in-row-numbers.row .col-sm-4:nth-child(even) {
    padding: 0 6px 0 10px;
  }
  .three-in-row-numbers.row .col-sm-4:nth-child(odd) {
    padding: 0 15px 0 14px;
  }
  .three-in-row-numbers .numbers__item {
    padding-bottom: 40px;
  }
  .main-content.grows-content .content p {
    font-size: 14px;
    line-height: 21px;
  }
  .second-title span {
    letter-spacing: 0.5px;
  }
  .card-news__image {
    padding-bottom: 69%;
  }
  .last-news__link {
    margin-top: 29px;
  }
  .main-contact-form {
    padding-top: 0px;
  }
  .contact-form__checkbox label span.contact-form__checkbox-text {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .blockquote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
    margin-top: 32px;
  }
  .blockquote-info {
    margin-right: 0;
    margin-bottom: 22px;
  }
  .content .blockquote-wrapper blockquote {
    width: 100%;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 16px;
  }
  .copyright {
    margin-top: 8px;
    padding: 0 15px;
    font-size: 12px;
  }
  .video {
    max-height: 417px;
    min-height: 300px;
  }
  .about:after {
    width: 70%;
  }
  .about__title:before {
    width: 62%;
  }
  .about__text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .about__title {
    display: block;
  }
  .about .about__content {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
  }
  .content-lg .about__content {
    width: 100%;
    margin-bottom: -56px;
    padding: 0;
  }
  .main-top-about .about__content {
    padding: 0px 0 27px;
    margin: 0;
    width: 100%;
  }
  .about__content:after {
    width: 60%;
    top: -90px;
    height: 300px;
  }
  .about__logo {
    width: 100%;
    padding-top: 56px;
    margin-bottom: 38px;
  }
  .about__logo img {
    width: 110px;
  }
  .content-lg .numbers__icon {
    margin-bottom: 23px;
  }
  .content-lg .numbers__text {
    max-width: 134px;
  }
  .content-lg .numbers__item {
    margin-top: 40px;
  }
  .content-lg .title {
    margin-bottom: 40px;
  }
  .content-lg .title+.second-title {
    margin-top: -22px;
    margin-bottom: 36px;
  }
  .content-lg .title+.second-title span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .last-news__content {
    display: block;
  }
  .last-news__item {
    max-width: 100%;
    padding-right: 0;
  }
  .last-news__item:nth-child(even) {
    padding-left: 0;
  }
  .card-news__image {
    margin-bottom: 19px;
  }
  .contact-form:before {
    width: 88%;
  }
  .footer {
    padding-top: 0px;
  }
  .footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer #menu-footermenusecond.menu {
    margin-bottom: 82px;
  }
  .footer .menu__item {
    margin-top:0;
    text-align: center;
  }
  .social-menu {
    padding-top: 21px;
    margin-bottom: 0;
    padding-bottom: 41px;
  }
  .cardLink__title {
    white-space: normal;
  }
  .main-search-prof .search-prof__title a {
    top: 330px;
    left: 50%;
  }
  .content-lg .title+.numbers {
    padding-top: 0;
  }
  .content-lg .numbers {
    margin-top: -40px;
  }
  .main-areas .areas__block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .second-padding {
    padding-bottom: 54px;
  }
  .fls-services__list {
    padding-left: 23px;
  }
  .fls-services__container {
    height: 239px;
    margin-top: -30px;
  }
  .second-title span {
    font-size: 19px;
  }
  .part {
    bottom: 373px;
    left: 50%;
    top: initial;
    right: initial;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .footer__content {
    padding-bottom: 0px;
  }
  .contact_row_block.last, .contact_row_block.first, .contact_row_block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .menu {
    margin: 0 20px 0;
  }
  .footer #menu-footermenu.menu {
    margin-top: 40px;
  }
  .contact-box .contact-link {
    font-size: 16px;
  }
  .download-contacts .contact-link {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 24px;
  }
  .contact_row_block {
    margin-bottom: 36px;
  }
  .contact_row_block.address-list {
    margin-bottom: 27px;
  }
  .contact_row_block svg {
    margin-right: 20px;
  }
  .contact_row_inner {
    min-width: 226px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact_row_block.first, .contact_row_block.last, .contact_row_block {
    padding: 0;
    margin-left: 15%;
  }
  .search-prof {
    padding-bottom: 57px;
    padding-top: 56px;
  }
  .content-lg .search-prof {
    padding-bottom: 0;
    padding-top: 56px;
  }
  .content-lg .main-search-prof {
    padding-bottom: 55px;
  }
  .contact-form__form {
    position: relative;
    padding-bottom: 15px;
  }
  .contact-form__form form {
    display: block;
  }
  .contact-form__item {
    position: static;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form__item:nth-child(1) {
    padding-left: 0;
  }
  .contact-form__item:nth-child(2) {
    padding-right: 0;
  }
  .three-in-row-numbers.row {
    padding-bottom: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .three-in-row-numbers.row .col-sm-4:nth-child(even) {
    padding: 0 6px 0 10px;
  }
  .three-in-row-numbers.row .col-sm-4:nth-child(odd) {
    padding: 0 10px 0 16px;
  }
  .three-in-row-numbers .numbers__item {
    padding-bottom: 0;
  }
  .numbers.three-in-row-numbers.row>div:nth-child(4) .numbers__item {
    margin-left: 0;
  }
  .logos .logo {
    margin-top: 14px;
    width: 33%;
  }
  .main-logos.logos .logo,
  .reality-logos.logos .logo,
  .iot-logos.logos .logo,
  .bc-logos.logos .logo {
    margin-top: 19px;
  }
  .main-content.grows-content .content p {
    font-size: 14px;
    line-height: 21px;
  }
  .content-lg .second-title+.logos {
    margin-top: -23px;
    margin-bottom: 0px;
  }
  .content-lg .second-title+.main-logos {
    margin-top: -27px;
  }
  .content-lg .second-title+.main-logos.logos .logo {
    margin-right: 21px;
  }
  .content-lg .second-title+.reality-logos.logos .logo,
  .content-lg .second-title+.iot-logos.logos .logo,
  .content-lg .second-title+.bc-logos.logos .logo {
    margin-right: 11px;
  }
  .second-title span {
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .card-news__image {
    padding-bottom: 69%;
  }
  .last-news__link {
    margin-top: 29px;
  }
  .main-contact-form {
    padding-top: 0px;
  }
  .contact-form__checkbox label span.contact-form__checkbox-text {
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .content-lg .card-news__image {
    min-height: 160px;
  }
  .main-search-prof .search-prof__content {
    padding-top: 56px;
    max-width: none;
  }
  .content-lg .numbers+.second-title {
    margin-top: 93px;
  }
  .numbers.three-in-row-numbers.row>div:nth-child(3) .numbers__item, .numbers.three-in-row-numbers.row>div:nth-child(5) .numbers__item {
    margin-left: 0;
  }
  .fls-services {
    margin-bottom: -63px;
    margin-top: 0px;
    padding-top: 6px;
  }
  .footer .menu__link {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.page-nav:before,
.kc__wrap:before {
  height: 374px;
  top: -43px;
}
.page-nav:before,
.kc__wrap:before {
  width: 74.5%;
}

@media screen and (max-width:540px) {
  .page-nav:before {
    height: 302px;
    top: -23px;
  }
  .kc__wrap:before {
    height: 302px;
    top: -49px;
  }
  .page-nav:before {
    width: 62%;
  }
  .kc__wrap:before {
    width: 95%;
  }
  .page-nav .breadcrumbs {
    max-width: 160px;
  }
  .page-nav .breadcrumbs__link, .page-nav .share__title {
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 16px;
  }
  .page-nav .share .a2a_default_style a {
    margin: 0 11px !important;
  }
  .page-nav .share .a2a_default_style {
    padding: 2px 0 !important;
  }
  .page-nav {
    margin: 23px 0 57px 0;
  }
  .video__title span {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .flyLinks .flyLinks__item:nth-child(13) {
    top: 255px;
    left: 70%;
  }
  .flyLinks .flyLinks__item:nth-child(14) {
    top: 320px;
    left: 84%;
  }
  .flyLinks .flyLinks__item:nth-child(12) {
    top: 310px;
  }
  .flyLinks .flyLinks__item:nth-child(11) {
    top: 270px;
    left: 25%;
  }
  .flyLinks .flyLinks__item:nth-child(10) {
    top: 240px;
    left: 5%;
  }
  .flyLinks .flyLinks__item:nth-child(9) {
    top: 290px;
  }
  .file-label {
    margin-top: 0px;
    margin-bottom: 11px;
    text-align: center;
  }
  .contact-form {
    padding-bottom: 0px;
  }
  .slider-prof .slick-dots {
    bottom: -50px;
  }
  .header-vacancy__exchange {
    max-width: 100%;
    width: 100%;
  }
  .header-vacancy__additional {
    justify-content: flex-start;
  }
}
@media screen and (max-width:521px) {
  .part {
    bottom: 413px;
  }
}
.second-title h3 {
  font-weight: inherit;
  margin: inherit;
}

.contact-form__form .group {
  position: relative;
}
.contact-form__form .group textarea {
  resize: none;
}
.contact-form__form .group input.focus ~ label,
.contact-form__form .group input:focus ~ label,
.contact-form__form .group textarea.focus ~ label,
.contact-form__form .group textarea:focus ~ label {
  font-size: 12px;
  line-height: 1;
  color: #212121;
}
.contact-form__form .group input.focus ~ label,
.contact-form__form .group input:focus ~ label {
  top: -11px;
  left: 0;
}
.contact-form__form .group textarea.focus ~ label,
.contact-form__form .group textarea:focus ~ label {
  top: -26px;
  left: 0;
}

.contact-form__form .group label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.contact-form__form .contact-form__checkbox.group label,
.contact-form__form .group label.file-label {
  position: relative;
  pointer-events: all;
}
.contact-form__form .group textarea ~ label {
  top: 0;
}
@media (max-width: 991.99px){
  .contact-form__form .group input.focus ~ label,
  .contact-form__form .group input:focus ~ label,
  .contact-form__form .group textarea.focus ~ label,
  .contact-form__form .group textarea:focus ~ label {
    font-size: 10px;
  }
  .contact-form__form .group input.focus ~ label,
  .contact-form__form .group input:focus ~ label {
    top: -7px;
  }
  .contact-form__form .group textarea.focus ~ label,
  .contact-form__form .group textarea:focus ~ label {
    top: -38px;
    left: 0;
  }
}
@media (max-width: 576px) {
  .contact-form__form .group textarea.focus~label, .contact-form__form .group textarea:focus~label {
    top: -18px;
  }
}
.ai-animate .page-nav .share__title,
.reality-animate .page-nav .share__title,
.iot-animate .page-nav .share__title,
.bc-animate .page-nav .share__title {
  display: none;
}
/* animation bg */
.lead-title ~ .three-in-row-numbers.numbers-with-arrows:before,
.page-nav:before,
.kc__wrap:before,
.about:after,
.about__title:before,
.lead-title ~ .fls-services:before,
.lead-title ~ .numbers:before,
.rd-areas:after,
.title ~ .numbers:after,
.header-title:after,
.header-privacy:before,
.tabslists:after,
.last-news__link-container:before,
.blog-list__link:before,
.blog-slider-else:before,
.header-vacancy:before,
.numbered-steps:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  will-change: transform;
  z-index: -1;
}
/*
TRANSLATE FROM RIGHT - default
*/
.about:after,
.rd-areas:after,
.about__title:before,
.header-title:after,
.tabslists:after,
.title ~ .numbers:after,
.last-news__link-container:before,
.blog-list__link:before,
.blog-slider-else:before {
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  right: 0;
  left: auto;
}
/*
TRANSLATE FROM LEFT
*/
.lead-title ~ .three-in-row-numbers.numbers-with-arrows:before,
.page-nav:before,
.kc__wrap:before,
.header-privacy:before,
.lead-title  ~ .fls-services:before,
.lead-title  ~ .numbers:before,
.main-animate .title ~ .numbers:not(.three-in-row-numbers):after {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  right: auto;
  left: 0;
}
/*
GRADIENT FROM BOTTOM - default
*/
.title ~ .numbers:after,
.tabslists:after,
.last-news__link-container:before,
.blog-list__link:before,
.blog-slider-else:before {
  /*background-image: -o-linear-gradient(bottom, #f5f5f5, #ffffff);*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#ffffff));*/
  /*background-image: linear-gradient(to top, #f5f5f5, #ffffff);*/
  top: auto;
}
/*
GRADIENT FROM TOP
*/
.lead-title ~ .three-in-row-numbers.numbers-with-arrows:before,
.page-nav:before,
.kc__wrap:before,
.header-privacy:before,
.lead-title ~ .fls-services:before,
.lead-title ~ .numbers:before,
.about:after,
.about__title:before,
.rd-areas:after,
.header-title:after,
.contact-form.decorBig:before,
.header-vacancy:before,
.numbered-steps:after {
  /*background-image: -o-linear-gradient(top, #f5f5f5, #fff);*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));*/
  /*background-image: linear-gradient(to bottom, #f5f5f5, #fff);*/
  bottom: auto;
}

/*
TRANSLATE AFTER LOAD
*/
.contact-form.decorBig.load:before {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.lead-title ~ .three-in-row-numbers.numbers-with-arrows.load:before,
.page:not(.os-animate) .page-nav.load:before,
.kc__wrap.load:before,
.header-privacy.load:before,
.er-animate .lead-title ~ .numbers.load:before,
.ux-animate .lead-title ~ .fls-services.load:before,
.main-animate .load.about__title:before,
.main-animate .title ~ .load.numbers:after,
.about.load:after,
.header-title.load:after,
.tabslists.load:after,
.rd-areas.load:after,
.blog-header.load:before,
.blog-list__link.load:before,
.last-news__link-container.load:before,
.blog-slider-else.load:before,
.contact-form.load:before,
.history-content__decor.load,
.history-content__decor.load,
.numbered-steps.load:before,
.header-vacancy.load:before
.numbered-steps.load:after {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*
End TRANSLATE AFTER LOAD
*/

.header-vacancy:before {
  top: 0;
  width: 100%;
  height: 288px;
}
.contact-form.decorBig:before {
  top: -130px;
  right: 50%;
  width: 90%;
  height: 495px;
}

.blog-slider-else:before {
  width: 60%;
  height: 430px;
}

.blog-list__link:before {
  bottom: -100px;
  width: 70%;
  height: 714px;
}
.last-news__link-container:before {
  bottom: -101px;
  width: 74.2%;
  height: 714px;
}
.contact-form.decorBig:before {
  width: calc(100% + 30px);
  height: 800px;
  top: -45px;
  right: 50%;
  margin-left: -15px;
  margin-right: -15px;
}
.title ~ .numbers:after {
  height: 497px;
  width: 75.1%;
}
.main-animate .title ~ .numbers:not(.three-in-row-numbers):after {
  top: 7px;
}
.main-animate .title ~ .numbers.three-in-row-numbers:after {
  top: 177px;
}

.tabslists:after {
  right: 0;
  bottom: -78px;
  width: 83%;
  height: 365px;
}
.qa-animate .tabslists:after {
  width: 83%;
}
.rd-areas:after {
  width: 0;
  height: 0;
  top:auto;
}
.er-animate .lead-title ~ .numbers.load:before,
.ux-animate .lead-title ~ .fls-services.load:before {
  height: 302px;
  width: 73%;
  top: -25px;
}
.lead-title ~ .three-in-row-numbers.numbers-with-arrows.load:before {
  height: 302px;
  width: 100%;
  top: -48px;
}
.header-title:after {
  height: 302px;
  width: 61.9%;
  top:0;
}
.header-privacy:before {
  height: 302px;
  width: 73.1%;
  top:0;
}
@media (max-width: 576px) {
  .contact-form.decorBig:before {
    height: 414px;
    width: 90%;
    top: -130px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 400px) {
  .main-animate .title ~ .numbers.three-in-row-numbers:after {
    top: 95px;
  }
}
@media (min-width: 478px){
  .main-animate .title ~ .numbers:not(.three-in-row-numbers):after {
    top: -40px;
  }
}
@media (min-width: 600px) {
  .main-animate .title ~ .numbers.three-in-row-numbers:after {
    top: 35px;
  }
}
@media (min-width: 768px) {
  .header-title:after {
    width: 70.2%;
  }
  .header-privacy:before {
    width: 80.7%;
  }
  .er-animate .lead-title ~ .numbers.load:before {
    height: 509px;
    width: 85.8%;
    top: -41px;
  }
  .lead-title ~ .three-in-row-numbers.numbers-with-arrows.load:before{
    height: 509px;
    width: 100%;
    top: -49px;
  }
  .ux-animate .lead-title ~ .fls-services.load:before {
    height: 292px;
    width: 85.8%;
    top: -41px;
  }
  .rd-areas:after {
    width: 70%;
    height: 428px;
    bottom: -134px;
  }
  .tabslists:after {
    right: 0;
    bottom: -71px;
    width: 75%;
    height: 434px;
  }
  .qa-animate .tabslists:after {
    width: 75%;
  }
  .ai-animate .page-nav .share__title,
  .reality-animate .page-nav .share__title,
  .iot-animate .page-nav .share__title,
  .bc-animate .page-nav .share__title {
    display: inline-block;
  }

  .blog-slider-else:before {
    height: 456px;
    bottom: -90px;
    width: 72%;
  }
  .last-news__link-container:before {
    bottom: -65px;
  }
  .title ~ .numbers:after {
    height: 349px;
    width: 77.1%;
  }
  .main-animate .title ~ .numbers:after {
    top: -192px;
  }
  .main-animate .title ~ .numbers.three-in-row-numbers:after {
    top: 173px;
    width: 70.9%;
  }
}

@media (min-width: 992px) {
  .er-animate .lead-title ~ .numbers.load:before {
    width: 81.7%;
    top: -63px;
  }
  .lead-title ~ .three-in-row-numbers.numbers-with-arrows.load:before {
    width: 69.7%;
    top: -63px;
}
  .ux-animate .lead-title ~ .fls-services.load:before {
    width: 69.6%;
    top: -63px;
  }
  .rd-areas:after {
    width: 72.3%;
    height: 516px;
    bottom: -164px;
  }
  .tabslists:after {
    right: 0;
    bottom: -106px;
    width: 72%;
    height: 509px;
  }
  .qa-animate .tabslists:after {
    width: 72%;
    height: 509px;
  }
  .reality-animate .page-nav .share__title,
  .ai-animate .page-nav .share__title,
  .iot-animate .page-nav .share__title,
  .bc-animate .page-nav .share__title {
    display: none;
  }
  .header-vacancy:before {
    height: 374px;
  }
  .contact-form.decorBig:before {
    height: 495px;
  }
  .blog-slider-else:before {
    bottom: -100px;
    height: 706px;
    width: 75%;
  }
  .last-news__link-container:before,
  .blog-list__link:before {
    bottom: -100px;
    width: 72.2%;
    height: 645px;
  }
  .header-title:after {
    width: 62%;
    height: 302px;
  }
  .header-privacy:before {
    width: 81.3%;
    height: 420px;
  }
  .about:after {
    width: 75%;
    height: 60%;
  }
  .about__title:before {
    width: 73.6%;
    height: 200%;
  }
  .page-nav:before {
    height: 509px;
    top: -42px;
    width: 69.5%;
  }
  .kc__wrap:before {
    height: 509px;
    top: -83px;
    width: 71.7%;
  }
  .ai-animate .page-nav:before,
  .reality-animate .page-nav:before,
  .iot-animate .page-nav:before,
  .bc-animate .page-nav:before {
    width: 81.9%;
  }
  .title ~ .numbers:after {
    width: 69.5%;
    height: 509px;
  }
  .main-animate .title ~ .numbers:not(.three-in-row-numbers):after {
    top: -55px;
  }
  .main-animate .title ~ .numbers.three-in-row-numbers:after {
    top: 177px;
    width: 69.6%;
  }
}

.history-content__decor {
  position: absolute;
  width: 50%;
  height: 740px;
  right: 0;
  top: 53%;
  /*background-image: -o-linear-gradient(right, #f5f5f5, #ffffff);*/
  /*background-image: -webkit-gradient(linear, right top, left top, from(#f5f5f5), to(#ffffff));*/
  /*background-image: linear-gradient(to left, #f5f5f5, #ffffff);*/
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  will-change: transform;
  z-index: -1;
}
.history-content__decor {
  display: none;
}
.show {
  opacity: 1!important;
}
.history .sp-grab {
  cursor: pointer;
}
.syntaxhighlighter::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.syntaxhighlighter::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 5px;
}

.syntaxhighlighter::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
.search-prof__select.custom-scroll .selectize-dropdown-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.search-prof__select.custom-scroll .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 5px;
}

.search-prof__select.custom-scroll .selectize-dropdown-content::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
.search-prof__select.custom-scroll .selectize-dropdown-content {
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .search-prof__select.custom-scroll .selectize-dropdown-content {
    max-height: 145px;
  }
}
.hide-pagination {
  display: none;
}

.tabslist-content .slider-pro:first-child {
  padding-top: 0;
  margin-top: -40px;
}

h4, .h4, h5, .h5 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}
.content ol li {
  margin-bottom: 6px;
}

.hiring-week-animate ol {
  list-style: decimal;
}

.grows-content .content .h2 {
  color: #757575;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 57px;
}

.grows-content .slider-image-with-title~p {
  margin-bottom: 32px;
  text-align: left;
  color: #212121;
}

@media screen and (max-width: 768px) {
  .grows-content .slider-image-with-title {
    margin-bottom: 27px;
  }
}

@media (max-width: 991.99px) {
  .grows-content  .content,
  .grows-content  .content .h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .grows-content .slider-image-with-title~.content {
    margin-bottom: 20px;
  }
  .grows-content .slider-image-with-title~p {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.image-with-title__item {
  margin-top: 0;
  padding: 0 15px;
}

.image-with-title__item .card-news__image {
  padding-bottom: 120%;
}

.image-with-title__item .card-news__title {
  color: #757575;
}

@media (min-width: 768px) {
  .image-with-title__item {
    padding: 0 33px;
  }
}

@media (min-width: 992px) {
  .image-with-title__item {
    padding: 0 55px;
  }
}

.slider-image-with-title {
  display: block;
  position: relative;
  max-width: 100%;
  padding-bottom: 57px;
}

.slider-image-with-title .slick-list {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .slider-image-with-title .slick-list {
    margin: 0 -33px 60px -33px;
  }
}

@media (min-width: 992px) {
  .slider-image-with-title .slick-list {
    margin: 0 -55px 60px -55px;
  }
}

.slider-image-with-title .slick-arrow {
  display: none !important;
  top: 43%;
  z-index: 10;
}

@media (min-width: 992px) {
  .slider-image-with-title .slick-arrow {
    display: block !important;
  }
}

.slider-image-with-title .nextArrow {
  right: -62px;
}

.slider-image-with-title .prevArrow {
  left: -62px;
}

.slider-image-with-title .slick-dots {
  bottom: -42px;
}

@media (min-width: 768px) {
  .slider-image-with-title .slick-dots {
    bottom: -60px;
  }
}

@media (min-width: 992px) {
  .slider-image-with-title .slick-dots {
    bottom: -60px;
  }
}

@media (min-width: 993px) and (max-width: 1300px) {
  .filter__drop {
      left: 0;
  }
}

@media (max-width: 576px) {
.vacancy-prof > div {
  padding: 10px 0;
}

.m-row__1,
.m-row__2,
.vacancy-prof__content {
  margin-top: 0;
  margin-bottom: 0;
}

.vacancy-prof__remote {
  margin-bottom: 12px;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.vacancy-prof__remote,
.vacancy-prof__exchange {
  opacity: 1;
  display: none;
}

.vacancy-prof.remote .vacancy-prof__remote,
.vacancy-prof.exchange .vacancy-prof__exchange {
  display: inline-block;
}
}

.hiring-week-animate .it-content {
  margin-bottom: 20px;
}
.hiring-week-animate .three-part .it-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hiring-week-animate .three-part .it-block:last-child {
  margin-bottom: 40px;
}
.hiring-week-animate .three-part .it-block__logos {
  margin-top: 0;
  min-height: 48px;
}
.hiring-week-animate .three-part .it-block__logos .logo {
  margin-top: 0;
  height: 48px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hiring-week-animate .three-part .it-block__logos .logo img {
  max-height: 100%;
}
.hiring-week-animate .it-content.row div[class*="col-"]:first-child .it-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) and (min-width: 576px){
  .hiring-week-animate .three-part {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .hiring-week-animate .three-part .it-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width:575.5px) {
  .hiring-week-animate .three-part .it-block__logos {
    min-height: initial;
  }
}
@media (max-width:370px) {
  .hiring-week-animate .three-part {
    margin-bottom: 40px;
  }
  .hiring-week-animate .three-part .it-block__logos .logo {
    height: 32px;
  }
}

.o-btn {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding: 0 26px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #021789;
  border-radius: 19.5px;
  color: #1D2E7F;
  font-size: 16px;
  letter-spacing: -0.08px;
  text-decoration: none;
}
.o-btn:hover {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #021789;
  color: #fff;
}
.tabslists .button {
  margin-top: 60px;
  padding-top: 14px !important;
  padding-bottom: 15px !important;
  text-decoration: none;
}

.testimonials-title {
  margin-top: 90px;
}
.after-form .testimonials-title {
  margin-top: 0;
}

.testimonials {
  width: 100%;
}
.testimonials__item {
  margin-top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.testimonials__item:first-child {
  margin-top: 0;
}
.testimonials__item .person {
  width: 496px;
  max-width: 100%;
}
.testimonials__item .person .photo {
  position: relative;
  width: 100%;
  height: 385px;
}
.testimonials__item .person .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials__item .person .text {
  margin-top: 16px;
  font-size: 20px;
  line-height: 32px;
}
.testimonials__item .testimonial {
  width: calc(100% - 496px);
  padding-left: 69px;
  font-size: 20px;
  line-height: 30px;
}
.testimonials__item .testimonial p {
  font-size: 20px;
  line-height: 30px;
}
.testimonials__item:nth-child(2n) .testimonial {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-left: 0;
  padding-right: 56px;
}
.after-form .testimonials {
  max-width: 100%;
}
.after-form .testimonials__item .person {
  width: 263px;
}
.after-form .testimonials__item .person .photo {
  position: relative;
  width: 100%;
  height: 263px;
}
@media (max-width: 991.5px) and (min-width: 768px) {
  .tabslists .button {
    margin-top: 40px;
  }
  .testimonials__item {
    margin-top: 80px;
  }
  .testimonials__item .person {
    width: 290px;
  }
  .testimonials__item .person .photo {
    height: 230px;
  }
  .testimonials__item .person .text {
    font-size: 18px;
    line-height: 24px;
  }
  .testimonials__item .testimonial {
    width: calc(100% - 290px);
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .testimonials__item .testimonial p {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonials__item:nth-child(2n) .testimonial {
    padding-right: 40px;
  }
  .after-form .testimonials__item .person {
    width: 215px;
  }
  .after-form .testimonials__item .person .photo {
    height: 215px;
  }
}
@media (max-width: 767.5px) {
  .testimonials-title {
    margin-top: 80px;
  }
  .tabslists .button {
    margin-top: 30px;
  }
  .testimonials__item {
    display: block;
    margin-top: 60px;
  }
  .testimonials__item .testimonial {
    margin-top: 26px;
    width: 100%;
    padding: 0 !important;
    font-size: 14px;
    line-height: 22px;
  }
  .testimonials__item .testimonial p {
    font-size: 14px;
    line-height: 22px;
  }
  .testimonials__item .person {
    width: 460px;
  }
  .testimonials__item .person .photo {
    height: 330px;
  }
  .testimonials__item .person .text {
    font-size: 16px;
    line-height: 24px;
  }
  .after-form .testimonials__item .person {
    width: 100%;
  }
  .after-form .testimonials__item .person .photo {
    width: 263px;
    height: 263px;
  }
  .after-form .testimonials__item .testimonial {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .after-form .testimonials__item .testimonial p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 370px) {
  .testimonials-title {
    margin-top: 60px;
  }
  .testimonials__item .person {
    width: 100%;
  }
  .testimonials__item .person .photo {
    height: 228px;
  }
  .after-form .testimonials__item .person .photo {
    height: 180px;
    width: 180px;
  }
}
/* .gallery-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.gallery-wrap__item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-wrap__item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.gallery-wrap__item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.gallery-wrap__item:nth-child(3) {
  grid-area: 3 / 1 / 4 / 2;
}
.gallery-wrap__item:nth-child(4) {
  grid-area: 2 / 2 / 4 / 3;
} */
.gallery-wrap {
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-wrap__item {
  position: relative;
  width: calc(50% - 30px);
  margin: 15px;
  height: 565px;
}
.gallery-wrap__item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-wrap[data-count="4"] .gallery-wrap__item:nth-child(4n-1),
.gallery-wrap[data-count="4"] .gallery-wrap__item:nth-child(4n-2) {
  height: 268px;
}
.gallery-wrap[data-count="4"] .gallery-wrap__item:nth-child(4n) {
  margin-top: -281px;
}

.gallery-wrap[data-count="3"] .gallery-wrap__item {
  height: 335px;
  width: calc(66.3% - 30px);
}
.gallery-wrap[data-count="3"] .gallery-wrap__item:nth-child(3n-1) {
  height: 700px;
  width: calc(33.7% - 30px);
}
.gallery-wrap[data-count="3"] .gallery-wrap__item:nth-child(3n) {
  margin-top: -350px;
}
.gallery-wrap[data-count="3"]:last-of-type .gallery-wrap__item:nth-child(3n-1){
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.gallery-wrap[data-count="3"]:last-of-type .gallery-wrap__item:nth-child(3n){
  margin-left: auto;
}

.gallery-wrap[data-count="1"] .gallery-wrap__item {
  width: calc(100% - 30px);
  height: 673px;
}
@media (max-width: 992px) {
  .gallery-wrap {
    margin-bottom: 60px;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .gallery-wrap__item {
    width: calc(50% - 20px);
    margin: 10px;
    height: 309px;
  }

  .gallery-wrap[data-count="4"] .gallery-wrap__item:nth-child(4n-1),
  .gallery-wrap[data-count="4"] .gallery-wrap__item:nth-child(4n-2) {
    height: 191px;
  }
  .gallery-wrap[data-count="4"] .gallery-wrap__item:nth-child(4n) {
    margin-top: -108px;
  }

  .gallery-wrap[data-count="3"] .gallery-wrap__item {
    height: 180px;
    width: calc(66.3% - 20px);
  }
  .gallery-wrap[data-count="3"] .gallery-wrap__item:nth-child(3n-1) {
    height: 383px;
    width: calc(33.7% - 20px);
  }
  .gallery-wrap[data-count="3"] .gallery-wrap__item:nth-child(3n) {
    margin-top: -190px;
  }
  .gallery-wrap[data-count="1"] .gallery-wrap__item {
    width: calc(100% - 20px);
    height: 400px;
  }
}
@media (max-width: 575.99px) {
  .gallery-wrap {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .gallery-wrap__item {
    width: calc(100% - 20px) !important;
    margin: 16px 10px 0px 10px !important;
    height: 240px !important;
  }
}
@media (max-width: 370px) {
  .gallery-wrap__item {
    height: 190px !important;
  }
}

#school-form .contact-form__form .group textarea {
  height: 120px;
}

.timetable {
  width: 100%;
  margin-bottom: 120px;
}
.timetable__row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 0;
  font-size: 20px;
  border-bottom: 2px solid rgba(0,0,0,0.1);
}
.timetable__row:first-child {
  color: #757575;
  padding-top: 0;
  padding-bottom: 24px;
}
.timetable__col {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timetable__col:nth-child(4n) {
  padding-left: 50px;
}
.timetable__col a:not(.o-btn) {
  font-size: 20px;
  color: #000000;
  text-decoration: none;
}
.timetable__col a:not(.o-btn):hover {
  color: #021789;
}
.timetable .o-btn {
  white-space: nowrap;
  text-align: right;
}
.timetable h3 {
  color: #021789;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 992px) {
  .timetable__row {
    font-size: 16px;
  }
  .timetable__row:first-child {
    display: none;
  }
  .timetable__row:nth-child(2) {
    padding-top: 0;
  }
  .timetable__col {
    margin-top: 30px;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .timetable__col:before {
    content: attr(data-title);
    margin-bottom: 6px;
    color: #757575;
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 16px;
  }
  .timetable__col:first-child {
    margin-top: 0;
    margin-bottom: -6px;
  }
  .timetable__col:nth-child(4) {
    padding-left: 0;
  }
  .timetable .o-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.map [role="dialog"] {
  border-radius: 11px;
  background-color: #FFFFFF;
  box-shadow: none;
  white-space: nowrap;
  padding: 10px 15px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.gm-style-iw-t:after, .map [role="dialog"] button {
  display: none !important;
}
@media (max-width: 768px) {
  .map [role="dialog"] {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 420px) {
  .map [role="dialog"], .gm-style-iw-tc {
    display: none;
  }
}

[tooltip] {
  position: relative;
}

[tooltip]::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  margin-top: 8px;
  z-index: 99;
  opacity: 0;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(0%);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  min-width: 120px;
  border-radius: 5px;
  pointer-events: none;
  margin-top: 8px;
  padding: 4px;
  z-index: 99;
  opacity: 0;
}

[tooltip]:hover::after,
[tooltip]:hover::before {
  opacity: 1;
  transition-delay: 1.0s;
  transition: all 0.5s;
}

@media (min-width: 993px) and (max-width: 1300px) {
  .filter__drop {
      left: 0;
  }
}

@media (max-width: 576px) {
  [tooltip]:hover::after,
  [tooltip]:hover::before {
    opacity: 0;
  }

  .show-tooltip[tooltip]::after,
  .show-tooltip[tooltip]::before {
    opacity: 1;
    transition-delay: 1.0s;
    transition: all 0.5s;
  }

  .vacancy-prof > div {
      padding: 10px 0;
  }

  .m-row__1,
  .m-row__2,
  .vacancy-prof__content,
  .vacancy-prof__header {
      margin-top: 0;
      margin-bottom: 0;
  }

  .vacancy-prof__remote {
      margin-bottom: 12px;
  }

  .vacancy-prof__remote,
  .vacancy-prof__exchange {
      opacity: 1;
      display: none;
  }

  .vacancy-prof.remote .vacancy-prof__remote,
  .vacancy-prof.exchange .vacancy-prof__exchange {
      display: inline-block;
  }
}

.hw-banner {
  overflow: hidden;
  z-index: 4;
  width: 100%;
  min-height: 96px;
  position: absolute;
  left: 0px;
  top: 100vh;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: linear-gradient(90deg, #1D2E7F 70.38%, rgba(29, 46, 127, 0) 94.1%);
}
.hw-banner.slides-1 {
  background: linear-gradient(90deg, #1D2E7F 33.96%, rgba(29, 46, 127, 0) 63.78%);
}
.hw-banner.slides-2 {
  background: linear-gradient(90deg, #1D2E7F 53.92%, rgba(29, 46, 127, 0) 77.64%);
}
.hw-banner.fixed {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hw-banner.hidden {
  -webkit-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  -webkit-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}
.hw-banner .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hw-banner__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.hw-banner__list {
  height: 100%;
  max-width: calc(100% - 80px);
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.hw-banner__list .slick-list {
  margin: 0 -2px;
  width: calc(100% + 4px);
}
.hw-banner__list .slick-track  {
  height: 100%;
}
.hw-banner__item {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  padding: 16px 32px 16px 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.hw-banner__item:before {
  margin-right: 15px;
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow-circle-right-thin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hw-banner__item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0.86%, #FBFBFB 49.53%, rgba(251, 251, 251, 0) 96.48%);
}
.hw-banner__item:last-child {
  padding-right: 0;
}
.hw-banner__item:last-child:after {
  display: none;
}
.hw-banner__item:hover {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: .8;
}
.hw-banner__list .slick-arrow {
  z-index: 1;
  border: none;
  background: none;
  font-size: 0;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/ar-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hw-banner__list .slick-arrow.slick-prev {
  position: absolute;
  right: initial;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.hw-banner.slides-1 .hw-banner__item:before {
  display: block;
}
@media (min-width: 1400px) {
  .hw-banner__title {
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .hw-banner__list {
    margin-left: 0;
  }
  .hw-banner__item:first-child {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .hw-banner {
    min-height: initial;
    background: #1D2E7F;
  }
  .hw-banner.slides-2 {
    background: linear-gradient(90deg, #1D2E7F 77.63%, rgba(29, 46, 127, 0) 97.1%);
  }
  .hw-banner__title {
    font-size: 22px;
    line-height: 28px;
  }
  .hw-banner__item {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991.99px) {
  .hw-banner {
    top: 660px;
  }
  .hw-banner.slides-1 {
    background: linear-gradient(90deg, #1D2E7F 39.19%, rgba(29, 46, 127, 0) 66.86%);
  }
  .hw-banner.slides-2 {
    background: linear-gradient(90deg, #1D2E7F 73.63%, rgba(29, 46, 127, 0) 94.1%);
  }
  .hw-banner .container {
    max-width: 100%;
  }
  .hw-banner__title {
    font-size: 16px;
    line-height: 22px;
  }
  .hw-banner__list {
    margin-left: 0;
  }
  .hw-banner__item {
    padding: 12px 26px 12px 25px;
  }
  .hw-banner__item:before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .hw-banner__item:after {
    width: 1px;
  }
  .hw-banner__item {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767.99px) {
  .hw-banner {
    background: #1D2E7F !important;
  }
  .hw-banner__list {
    margin-left: 25px;
  }
}
@media (max-width: 600px) {
  .hw-banner__item:before {
    display: none;
  }
}
@media (max-width: 575.99px) {
  .hw-banner {
    top: 417px;
  }
}
@media (max-width: 500px) {
  .hw-banner__item {
    padding: 12px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hw-banner__item:after {
    display: none;
  }
  .header-title {
    margin-bottom: 50px;
  }
  .grows-tab .header-title h1:after, .grows-content .header-title .h1:after, .grows-content .lead-title h1:after, .grows-content .lead-title .h1:after, .header-title .h1:after {
      bottom: -13px;
      height: 1.5px;
  }
}

body:not(.with-main-banner) .hw-banner {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body.with-hw-banner:not(.with-main-banner) .content-page {
  margin-top: 96px;
}
@media (max-width: 1200px) {
  body.with-hw-banner:not(.with-main-banner) .content-page {
    margin-top: 88px;
  }
}
@media (max-width: 991.99px) {
  body.with-hw-banner:not(.with-main-banner) .content-page {
    margin-top: 64px;
  }
}

.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
@media (max-width: 991.99px) {
  .alignright {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.cli-nav-link {
  margin-right: 10px !important;
}
.cli-switch .cli-slider:after {
  top: 2px;
}
.cli-subtab-section {
  margin-top: 5px;
  border-radius: 5px;
  padding: 7px 15px;
  cursor: pointer;
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
.cli-tab-section .cli-tab-content {
  padding: 5px 20px 20px 20px;
  background-color: #f2f2f2;
  border-radius: 0 0 10px 10px;
}
.cli-tab-section .cli-tab-pane {
  padding-top: 15px;
  border-top: 1px solid #cfcfcf;
}
.cli-tab-content .cli-tab-header a:before {
  display: none;
}
.cli-subtab-section .cli-nav-link {
  margin: 5px 0;
}
.cli-subtab-section .cli-switch {
  margin: 5px 0;
  height: 20px;
  width: 97px;
}
.cli-subtab-section .cli-switch .cli-slider {
  margin-left: auto;
  background-color: #a5a5a5;
}
.cli-subtab-section.cli-subtab-active .cli-slider {
    background-color: #61a229;
}
.cli-subtab-section.cli-subtab-active .cli-slider:before {
  transform: translateX(18px);
}
.cli-subtab-section.cli-subtab-active .cli-slider:after {
  content: attr(data-cli-enable);
}
@media (min-width: 991px) {
  .cli-tab-container .cli-row {
    padding-right: 20px;
  }
}
@media (max-width: 460px) {
  .wt-cli-cookie-description {
    font-size: 12px;
  }
  .cli-subtab-section {
    padding: 4px 10px;
    font-size: 12px;
  }
  .cli-subtab-section .cli-switch {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    width: auto;
  }
}

.numbered-container {
  position: relative;
}
.numbered-steps {
  margin-bottom: 100px;
  padding-bottom: 60px;
}
.numbered-steps:after {
  height: 60%;
  width: 117%;
  bottom: 0;
  -ms-transform: translate(100%, 0) rotate(180deg);
  -webkit-transform: translate(100%, 0) rotate(180deg);
  transform: translate(100%, 0) rotate(180deg);
  right: 0;
  left: auto;
}
.numbered-steps.load:after {
  -webkit-transform: translate(50%, 0) rotate(180deg);
  -ms-transform: translate(50%, 0) rotate(180deg);
  transform: translate(50%, 0) rotate(180deg);
}
.numbered-steps>div{
  min-height: 100%;
}
.numbered-steps .steps {
  position: relative;
  padding: 40px 0;
  counter-reset: steps;
}
.numbered-steps .steps:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: calc(100% - 80px);
  background-image: url(../images/numbered_steps_line.svg);
  background-repeat: repeat;
  background-position: top center;
}
.numbered-steps .steps li {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #101010;
}
.numbered-steps .steps li:last-child {
  margin-bottom: 0;
}
.numbered-steps .steps li:before {
  content: counter(steps);
  counter-increment: steps;
  margin-right: 29px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 34px;
  color: #212121;
}
.numbered-steps .image {
  position: relative;
  height: 100%;
  min-height: 300px;
  max-height: 800px;
  width: 100%;
}
.numbered-steps .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 992px) {
  .numbered-steps .steps {
    padding: 20px 0;
  }
  .numbered-steps .steps:before {
    left: 26px;
  }
  .numbered-steps .steps li:before {
    width: 56px;
    height: 56px;
    margin-right: 20px;
    font-size: 30px;
  }
  .numbered-steps .steps li {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .numbered-steps {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .numbered-steps:after {
    display: none;
  }
  .numbered-steps>div {
    min-height: auto;
  }
  .numbered-steps .steps {
    padding: 0;
    margin-bottom: 50px;
  }
  .numbered-steps .steps li {
    margin-bottom: 50px;
  }
  .numbered-steps .image {
    width: auto;
    height: auto;
  }
  .numbered-steps .image img {
    height: auto;
    max-width: 400px;
    position: static;
    transform: none;
  }
}
@media (max-width: 370px) {
  .numbered-steps .steps li:before {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .numbered-steps .steps li {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.term-exchange .second-padding {
  padding-bottom: 0;
}
.term-exchange .logos {
  margin-top: 0 !important;
}
.term-exchange .content-lg {
  margin-bottom: 80px;
}
.term-exchange .about-remote__card {
  background-color: rgba(189, 189, 189, .3);
  padding: 25px 20px;
}
.term-exchange .about-remote__card p {
  padding: 20px 0 0 0;
  font-size: 20px;
}
.term-exchange .about-remote__card .desc p {
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: initial;
}
.term-exchange .about-remote__cards {
  padding: 0;
  margin-bottom: 80px;
}
.term-exchange .grows-content.growth .content {
  margin-bottom: 80px;
}
.term-exchange .grows-content .header-title {
  padding-top: 0;
}
@media (min-width: 992px) {
  .term-exchange .logos .logo {
    width: 100%;
    margin-top: 50px;
  }
  .term-exchange .logos .logo:first-child {
    margin-top: 0;
  }
  .term-exchange .it-content .it-block p {
    margin: 0;
    margin-top: 40px;
  }
  .term-exchange .it-content .it-block p:first-child {
    margin-top: 0;
  }
}
@media (max-width: 991.9px) {
  .term-exchange .content-lg {
    margin-bottom: 60px;
  }
  .term-exchange .it-block {
    margin-bottom: 30px !important;
  }
  .term-exchange .logos {
    width: 100%;
  }
  .term-exchange .logos .logo {
    width: auto;
    margin-right: 30px;
  }
  .term-exchange .logos .logo:last-child {
    margin-right: 0;
  }
  .term-exchange .about-remote__cards {
    margin-bottom: 60px;
  }
  .term-exchange .about-remote__card {
    padding: 35px 20px;
    min-height: 150px;
  }
  .term-exchange .about-remote__image {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575.5px) {
  .term-exchange .about-remote__card {
    padding: 30px 17px 17px 10px;
    min-height: 133px;
  }
  .term-exchange .about-remote__image {
    width: 40px;
    height: 40px;
  }
  .about-remote__cards .about-remote__card {
    width: calc(50% - 24px);
  }
  .term-exchange .about-remote__card p {
    font-size: 14px;
    padding-top: 12px;
  }
  .term-exchange .about-remote__card .desc p {
    font-size: 10px;
    padding-top: 3px;
  }
}

@media (max-width: 430px) {
  .main-search-prof .slider-prof .slick-list {
    padding-right: 100px;
  }
}

.tabs-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 34px;
}
.tabs-top h2 {
  font-size: 24px;
  line-height: 32px;
  color: #021789;
}
.tabs-top .tabs-nav-btn {
  display: none;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.tabs-top .tabs-nav-btn:before {
  content: '';
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../images/filter-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.vacancy-search {
  position: relative;
  width: 268px;
  max-width: calc(100% - 140px);
  height: 32px;
  border-bottom: 1px solid #E0E0E0;
}
.vacancy-search input {
  width: 100%;
  padding-right: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border: none;
}
.vacancy-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
}

.tabs-nav {
  z-index: 1;
  padding: 20px;
  margin-left: auto;
  width: 268px;
  background-color: #F6F6F6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-nav__item {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #757575;
}
.tabs-nav__item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.tabs-nav__title {
  padding-bottom: 0;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
.tabs-nav__list {
  margin-left: -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs-nav__category-dropdown {
  display: none;
  padding: 13px 8px;
  padding-top: 3px;
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  background: #FFFFFF;
  border-radius: 20px;
}
.tabs-nav__category-dropdown.open {
  display: block;
}
.tabs-nav__category-dropdown ul {
  margin-left: -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs-nav__category-dropdown li {
  padding: 0 13px;
  background: #F6F6F6;
  border-radius: 20px;
  font-size: 12px;
  border: 1px solid #F6F6F6;
}
.tabs-nav__category {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 9px;
  height: 27px;
  line-height: 27px;
  white-space: nowrap;
  background: #FFFFFF;
  border-radius: 25px;
  font-weight: 400;
  font-size: 14px;
  color: #212121;
  border: 1px solid #fff;
}
.tabs-nav__category:before {
  display: none;
}
.tabs-nav__category span {
  color: #212121;
}
.tabs-nav__category .decorate {
  opacity: 0;
  width: 100%;
  z-index: -1;
  height: 27px;
  width: calc(100% + 79px);
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-color: #fff;
}
.tabs-nav__category .decorate:before,
.tabs-nav__category .decorate:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  bottom: -2px;
  width: 39px;
  height: calc(100% + 8px);
  background-color: #f6f6f6;
  z-index: 1;
}
.tabs-nav__category .decorate:after {
  left: initial;
  right: -1px;
  border-bottom-left-radius: 24px;
}
.tabs-nav__category .decorate:before {
  border-bottom-right-radius: 24px;
}

.tabs-nav__category.with-dropdown {
  padding-right: 26px;
}
.tabs-nav__category.with-dropdown:after {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  content: '';
  position: absolute;
  right: 11px;
  top: 13px;
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/ar-top-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tabs-nav__category.active {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-color: #021789;
}
.tabs-nav__category.active.all {
  pointer-events: none;
}
.tabs-nav__category.with-dropdown.open .decorate {
  opacity: 1;
}
.tabs-nav__category.with-dropdown.open:after {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.tabs-nav .mobile-header {
  display: none;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 15px;
  padding: 18px 20px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.tabs-nav .mobile-header h4 {
  padding-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  color: #021789;
}
.tabs-nav .mobile-header .close {
  width: 20px;
  height: 20px;
  background-image: url(../images/close-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.vacancy-overlay {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #212121;
}
.vacancy-overlay.active {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0.8;
  visibility: visible;
}
@media (max-width: 991.99px) {
  .vacancy-search {
    width: 224px;
  }
  .tabs-contet {
    width: calc(100% - 254px)
  }
  .tabs-nav {
    padding: 15px;
    width: 224px;
  }
  .tabs-nav__title {
    font-size: 14px;
  }
  .tabs-nav__category {
    font-size: 12px;
  }

  .vacancy-prof>div {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    align-content: flex-start;
    min-height: initial;
    padding: 18px 0;
  }
  .vacancy-prof__header {
    position: relative;
    width: 100%;
  }
  .vacancy-prof__town {
    margin-top: 12px;
    height: 20px;
  }
  .vacancy-prof__content {
    margin-top: -20px;
    margin-left: auto;
  }
  .vacancy-prof__countries {
    margin-top: -16px;
    margin-left: 10px;
    min-width: 80px;
    font-size: 12px;
  }
  .vacancy-prof__remote,
  .vacancy-prof__exchange {
    min-width: 20px;
  }
}
@media (max-width: 640px) {
  .vacancy-search {
    height: 30px;
    width: 190px;
  }
  .vacancy-search input {
    font-size: 14px;
  }
  .vacancy-search button {
    width: 20px;
    height: 20px;
  }
  .tabs-top {
    padding-bottom: 20px;
  }
  .tabs-top h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .tabs-top .tabs-nav-btn {
    display: flex;
  }
  .tabs-contet {
    width: 100%;
  }
  .tabs-nav {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: translateX(-100%);
    overflow-y: scroll;
    padding: 0 20px;
    padding-bottom: 30px;
    height: 100vh;
    width: 240px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .tabs-nav.active {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: translateX(0);
  }
  .tabs-nav .mobile-header {
    display: flex;
  }
}

a[href="#pll_switcher"] {
  font-size: 0px;
}
a[href="#pll_switcher"] + UL.sub-menu > LI.menu__item  {
  display: flex;
}

a[href="#pll_switcher"]:after,
a[href="#pll_switcher"] + UL.sub-menu > LI.menu__item:after {
  margin-left: 8px;
  padding: 2px 5px;
  border: 1px solid rgba(0 0 0 / 50%);
  background: white;
  border-radius: 4px;
  display: inline-block;
  color: black;
  font-size: 12px;
  line-height: 24px;
  height: 30px;
}

a[href="#pll_switcher"] + UL.sub-menu > LI > A {
  padding-right:50px;
}
a[href="#pll_switcher"] + UL.sub-menu > LI.menu__item:after {
  margin-left:-40px;
}
a[href="#pll_switcher"] + UL.sub-menu > LI.menu__item:after,
html[lang="ru"] a[href="#pll_switcher"]:after {
  pointer-events:none;
}

a[href="#pll_switcher"] + UL.sub-menu > LI.menu__item[id$="-ru"]:after,
html[lang="ru"] a[href="#pll_switcher"]:after {
  content: "RU";
}
a[href="#pll_switcher"] + UL.sub-menu > LI.menu__item[id$="-ka"]:after,
html[lang="ka"] a[href="#pll_switcher"]:after {
  content: "GE";
}
a[href="#pll_switcher"] + UL.sub-menu > LI.menu__item[id$="-en"]:after,
html[lang="en"] a[href="#pll_switcher"]:after {
  content: "EN";
}

/* imported content */
.vacancy-row__content ul li {
  position: relative;
  margin-bottom: 5px;
  color: #757575;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
}
.vacancy-row__content ul li:before {
  background-color: #757575;
}
.vacancy-row__content  ul li:before, .tab-content ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
.grows-content h2 {
  margin: 32px 0 48px;
}
@media (max-width: 991.99px) {
  .vacancy-row__content.vacancy-row__content ul li {
    font-size: 15px;
  }
}

.logos {
  transition: max-height 0.5s ease-in-out;
  max-height:2000px;
  overflow-y: hidden;
}
.logos.collapsed {
  max-height: 90px;
}
.logos.collapsed:after {
  content:"";
  position:absolute;
  width:100%;
  height:80px;
  background: linear-gradient(to top, white, rgba(255,255,255,0));
  bottom: 0;
}
.logos + .logos-expander {
  opacity: 0%;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.logos.collapsed + .logos-expander {
  opacity: 100%;
  pointer-events: all;
  /*padding-bottom: 30px;*/
}
.logos-expander {
  display: inline-block;
  text-align: center;
  position:relative;
  width:100%;
}
.logos-expander .expander {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #bbb;
  background: white;
  position: absolute;
}
.logos-expander .expander:after {
  content: "+";
  color:#bbb;
}
.logos-expander .expander:hover:after {
  color:#999;
}

.logos-expander:before {
  content: "";
  display:block;
  position:absolute;
  width: 100%;
  background: linear-gradient(to right, white, #bbb, white);
  height:2px;
  left: 0;
  top: 19px;
}


/* instagram feed */
.instagram-tabs .container .instagram-feed {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: 32px;
}
.instagram-tabs .container .instagram-feed .instagram-item {
  min-width: calc( 25% - 24px );
  display:block;
}
@media (max-width:992px) {
  .instagram-tabs .container .instagram-feed {
    gap: 24px;
  }
  .instagram-tabs .container .instagram-feed .instagram-item {
    min-width: calc( 33.333333% - 16px );
  }
}
@media (max-width:576px) {
  .instagram-tabs .container .instagram-feed {
    gap: 16px;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(6, calc(50% - 8px));
  }
  .instagram-tabs .container .instagram-feed::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
  }
  .instagram-tabs .container .instagram-feed .instagram-item {
    min-width: calc( 50% - 8px );
  }
  .instagram-tabs .container .instagram-bullets {
    display: none;
  }
}

.instagram-tabs .container .instagram-feed .instagram-item .instagram-image {
  display:block;
  object-fit: contain;
  width: 100%;
}
.instagram-tabs .container .instagram-bullets {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.instagram-tabs .container .instagram-bullet {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 88%, 1);
  margin: 0px 8px;
  cursor: pointer;
}
.instagram-tabs .container .instagram-bullet.active {
  background-color: hsla(230, 63%, 31%, 1);
}


.instagram-tabs {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .instagram-tabs {
    padding-bottom: 130px;
  }
}

@media (min-width: 992px) {
  .instagram-tabs {
    padding-bottom: 214px;
  }
}


.faqs-tabs {}
details.faq-item {
  border-top: 2px solid hsla(0, 0%, 92%, 1);
  padding-right:30px;
}
details.faq-item:hover {
  background-color: hsla(0, 0%, 95%, 1);
}
.faqs-tabs details.faq-item p {
  color: #212121;
  font-size: 16px;
  line-height: 24px;
}
details.faq-item[open] {
  padding-bottom: 16px;
}
details.faq-item[open] summary.faq-question {
  margin-bottom: 16px;
}
details.faq-item:last-child {
  border-bottom: 2px solid hsla(0, 0%, 92%, 1);
}
summary.faq-question {
  padding: 16px 0;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  position:relative;
}
summary.faq-question:after {
  display: inline-block;
  content: "+";
  color: hsla(0, 0%, 74%, 1);
  position:absolute;
  font-size: 30px;
  right: -20px;
  top: 16px;
}
details.faq-item[open] summary.faq-question:after {
  font-size: 45px;
  content: "-";
  right: -17px;
}

/* COCW-858 */
.slick-dots {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.slick-dots LI {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 88%, 1);
  margin: 0px 8px;
  cursor: pointer;
}
.slick-dots LI.slick-active > [role=tab], .slick-dots LI.slick-active {
  background-color: hsla(230, 63%, 31%, 1);
}
