:root {
  --bg-light: #F6F9FD;
  --bg-blue: #DEEFFA;
  --bg-dark: #2B4965;

  --color-main: #181818;

  --white: #fff;

  --color-blue: #77C5F1;
  --color-blue--dark: #32B0E5;

  --color-pink: #FBE2F4;
  --color-pink--dark: #F1A2C7;

  --color-green: #D4F6ED;
  --color-green--dark: #1CB600;

  --color-grey: #ECEFF4;
  --color-grey--dark: #224A68;

  --btn-blue: #57AFE0;
  --btn-blue--hover: #6ABCEA;
  --btn-blue--hover-light: #A7D4EF;

  --container: 1080px;
}

html, body, #page {
  height: 100%;
}

#page {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Ubuntu", sans-serif;
  color: var(--color-main);
  background: var(--bg-light);
}

.container {
  max-width: 1080px;
  padding: 0 20px;
}

button,
button:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}



.section--blue {
  position: relative;
}

.section--blue:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  border-radius: 30px;
  background: var(--color-blue);
  transition: .15s;
}


.border {
  border-radius: 30px;
}
.white-box {
  background: var(--white);
  border-radius: 20px;
}

h1 {
  font-size: 60px;
  font-weight: bold;
}

.title--white {
  color: var(--white);
}

.title--white span {
  color: var(--bg-dark);
}

.hidden {
  display: none;
}

.section,
.article-editor.section {
  margin: 0 0 140px;
}

.page-vacancy .related {
  padding: 0;
  background: transparent;
  margin: 140px 0;
}

.section.first {
  margin: 0 0 120px;
}

.section__meta {
  text-align: center;
  margin: 0 0 60px;
}

.section__meta .block-title {
  margin: 0 0 20px;
  line-height: 1;
}



.section__meta .block-desc {
  max-width: 420px;
  margin: 0 auto;
}

.title-box {
  color: var(--color-grey--dark);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.block-title {
  font-size: 40px;
  font-weight: bold;
  color: var(--color-grey--dark);
}

.page-title {
  color: var(--color-grey--dark);
}

.page-title span,
.block-title span {
  color: var(--color-blue--dark);
}

.story__title.block-title {
  font-size: 35px;
}

.video-wrap {
  padding: 56.25% 0 0 0;
  background: #000;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.video-box, .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story__video button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(43, 73, 101, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0px, -50%) scale(1);
  padding: 0;
  transition: .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story__video button:hover {
  transform: translate(0px, -50%) scale(1.25);
}

.video-box {
  background-size: cover;
  background-position: center;
}

iframe {
  border: 0!important;
}


.editor,
.editor li,
.editor p,
.block-desc,
.slider-item__desc {
  font-size: 16px;
  color: var(--color-main);
  line-height: 140%;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  transition: .25s;
}

a:hover {
  text-decoration: none;
}


.link {
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  display: flex;
  align-items: center;
}

.header-blue .link__arrow {
  background: var(--btn-blue--hover);
}

.link__arrow {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-blue--hover-light);
}



.card__link svg,
.link__arrow svg {
  fill: #fff;
}

.link__text {
  padding: 0 15px;
  background: var(--btn-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  transition: .25s;
}

.link:hover .link__text,
.btn-loading .link__text {
  background: var(--btn-blue--hover-light);
}

.header-blue .link:hover .link__text {
  background: var(--btn-blue--hover);
}

.link span {
  border-radius: 50px;
}

#page {
  padding-top: 0px;
  position: relative;
}

.site-header {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40px;
}

.header-blue .top__menu div > ul > li.current-menu-item > a:before,
.page-template-page-company .header-blue .top__menu div > ul > li:nth-child(2) > a:before {
  opacity: 1;
  border: 1px solid #ffff;
  background: transparent;
}

.btn-mobile {
  display: none;
}

.top {
  display: flex;
  align-items: center;
}

.top .link {
  margin-left: 45px;
}

.top__menu {
  margin-left: auto;
}
.menu-item-has-children:hover ul.dropdown-menu {
  display: block;
}

.site-header .dropdown-menu {
  border-radius: 20px;
  border: 0;
  padding: 5px;
  margin: 0;
  min-width: 240px;
  transform: translate(-38%, 0px)!important;
  box-shadow: 0 4px 14px 0 rgba(61, 61, 61, 0.05);
  background: #fff;
}

.site-header .dropdown-menu a {
  color: var(--color-grey--dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  padding: 12px 45px 12px 62px;
  position: relative;
  border-radius: 50px;
  display: block;
}

.site-header .dropdown-menu a:before,
.site-header .dropdown-menu a:after {
  content: '';
  display: block;
  position: absolute;
}

.site-header .dropdown-menu a:after {
  border-radius: 20px;
  background: rgba(223, 243, 254, 0.7);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .25s;
  z-index: -1;
}


.site-header .dropdown-menu a:hover:after {
    opacity: 1;
}

.site-header .dropdown-menu a:before {
  width: 40px;
  height: 20px;
  left: 14px;
  top: 12px;
}

.dropdown-toggle::after {
  display: none!important;
}

.site-header .dropdown-menu .icon-1 a:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/menu-1.svg) no-repeat center;
  background-size: contain;
}

.site-header .dropdown-menu .icon-2 a:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/menu-2.svg) no-repeat center;
  background-size: contain;
}

.site-header .dropdown-menu .icon-3 a:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/menu-3.svg) no-repeat center;
  background-size: contain;
}

.site-header .dropdown-menu .icon-4 a:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/menu-4.svg) no-repeat center;
  background-size: contain;
}

.top__menu div > ul {
  display: flex;
}

.top__menu div > ul > li {
  margin-left: 10px;
  padding-bottom: 10px;
  transform: translate(0px, 5px);
}
.header-light .top__menu div > ul > li > a {
  color: var(--bg-dark);
}
.top__menu div > ul > li > a {
  padding: 4px 10px;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.top__menu {
  font-size: 14px;
  font-weight: 500;
}

.top__menu div > ul > li > a:hover:before {
  opacity: 1;
}

.top__menu div > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255 255 255 / 15%);
  z-index: -1;
  border-radius: 20px;
  opacity: 0;
  transition: .25s;
}
.header-light .top__menu div > ul > li.current-menu-item > a,
.header-light .top__menu div > ul > li > a:hover,
.single-vacancy .header-light .top__menu div > ul > li:first-child > a {
  color: var(--btn-blue);
}

.header-light .top__menu div > ul > li.current-menu-item > a:before,
.single-vacancy .header-light .top__menu div > ul > li:first-child > a:before {
  border: 1px solid var(--btn-blue);
  opacity: 1;
}





.first {
  text-align: center;
  color: var(--white);
  margin: 0px 0px 0;
  overflow: hidden;
  position: relative;
}
.first .container {
  overflow: hidden;
}

.first .container:before {
  height: 225px;
  background: linear-gradient(180deg, rgba(119,197,241,1) 0%, rgb(119 197 241 / 87%) 80%, rgba(119,197,241,0) 100%);
  z-index: 1;
  border-radius: 30px 30px 0 0;
  left: 20px;
  right: 20px;
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
.light-circle--2 {
  display: none;
}

.light-circle {
  border-radius: 50%;
  border: 1px dashed #fff;
  position: absolute;
  bottom: 135px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 836px;
  height: 836px;
}



.first .container {
  position: relative;
}

.first .items {
    position: relative;
    z-index: 1;
}

.first h1 {
  font-size: 70px;
  line-height: 1.05;
  margin: 160px 0 30px;
  position: relative;
  z-index: 1;
}

.first p {
  max-width: 365px;
  margin: 0 auto;
  font-size: 16px;
}




.link-circle {
  display: flex;
  align-items: center;
  width: 124px;
  height: 124px;
  position: relative;
  border-radius: 50%;
}
.link-circle img {
  width: 80%;
}

.link-circle span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  transition: .25s;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.link-circle .logo__default {
  opacity: 1;
}

.link-circle .logo__hover {
  opacity: 0;
}

.link-circle:hover .logo__default {
  opacity: 0;
}

.link-circle:hover .logo__hover {
  opacity: 1;
}

.link-circle:after,
.link-circle:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.link-circle:before {
  background: #fff; 
  opacity: 0;
  transition: .25s;
}

.link-circle:after {
  border: 1px dashed var(--white);
  opacity: 1;
  transition: .25s;
  background: var(--color-blue);
}

.link-circle:hover:before {
  opacity: 1;
}

.link-circle:hover:after {
  opacity: 0;
}


.first .items {
  position: relative;
  margin: 45px auto 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 260px;
  max-width: 900px;
}

.first .items > div:first-child, .first .items > div:last-child {
  position: absolute;
  top: 0;
  transform: translate(0px, -230%);
}

.first .items > div:first-child {
  left: -15px;
}

.first .items > div:last-child {
  right: -15px;
}

.first .item:nth-child(1) span {
  transform: translate(0px, -53%);
}
.first .item:nth-child(4) span {
  transform: translate(0px, -55%);
}
.first .item:nth-child(3) span {
  transform: translate(0%, -29%);
}
.first .item:nth-child(2) span {
  transform: translate(0%, -38%);
}

.story__box {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  row-gap: 70px;
}

.story__box h2 {
  margin: 0;
  grid-area: 1 / 1 / 2 / 2;
  max-width: 492px;
  margin-right: 30px;
}

.story__desc {
  grid-area: 1 / 2 / 2 / 3;
}

.story__video {
  grid-area: 2 / 1 / 3 / 3;
}

.story__desc > a {
  margin-top: 25px;
}

.horizon__brands {
  padding: 50px 30px;
  text-align: center;
}
.horizon__box {
  display: grid;
  grid-template-columns: 7fr 5fr;
  column-gap: 28px;
}

.horizon__brands .editor {
  max-width: 320px;
  text-align: center;
  margin: 15px auto 90px;
}

.horizon__numbers {
  border-top: 1px dashed var(--btn-blue);
  border-bottom: 1px dashed var(--btn-blue);
  padding: 35px 0;
  max-width: 380px;
  margin: 0 auto;
}

.horizon__numbers > p {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--btn-blue);
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
}

.horizon__numbers > p > span {
  font-size: 70px;
  margin-right: 10px;
  line-height: 1;
}

.horizon__box .edge {
  display: flex;
  align-items: center;
  padding: 40px 30px;
}

.horizon__box .edge__img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.horizon__box .edge__img img {
  max-width: 80px;
  max-height: 80px;
}

.horizon__box .edge h3 {
  margin: 0 0 10px;
}

.horizon__box .edges {
  display: grid;
  gap: 28px;
}

.invite__bottom {
  display: none;
}

.invite__meta .block-title {
  margin: 0;
}
.invite__meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}

.single #main {
  padding-top: 180px;
}


.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 28px;
  row-gap: 35px;
}



.comp--blue,
.card--blue .card__main {
  background: #DFF3FE;
}
.card--blue .card__position {
  background: #32B0E5;
}


.comp--grey,
.card--grey .card__main {
  background: #ECEFF4;
}
.card--grey .card__position {
  background: #224A68;
}

.comp--pink,
.card--pink .card__main {
  background: #FBE2F4;
}
.card--pink .card__position {
  background: #F1A2C7;
}

.comp--green,
.card--green .card__main {
  background: #D4F6ED;
}

.card--green .card__position {
  background: #1CB600;
}










.card {
  border-radius: 20px;
  background: var(--white);
  border: 0;
  box-shadow: 0 4px 24px 0 rgba(160, 207, 237, 0.1);
  position: relative;
  transition: .25s;
}
.card:hover {
  box-shadow: 0 4px 24px 0 rgba(5, 20, 31, 0.1);
}
.card__link:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}
.card__main {
  border-radius: 15px;
  margin: 5px;
  background: #e5e5e5;
  padding: 20px;
  min-height: 268px;
}



.cities, 
.card__date {
  border-radius: 50px;
  background: #fff;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 500;
  color: #7790A4;
  display: inline-flex;

}

.cities span {
  position: relative;
}

.cities span:after {
  content: ',';
  display: inline-block;
}

.cities span:first-child:after,
.cities span:last-child:after {
  display: none;
}
.cities span:last-child {
  margin: 0;
}

.cities span {
  margin-right: 5px;
}

.card__top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 26px;
  flex-wrap: wrap;
}

.card__position {
  display: inline-flex;
  background: grey;
  padding: 6px 6px 6px 14px;
  font-size: 11px;
  color: #fff;
  border-radius: 40px;
  min-width: 60px;
  line-height: 1;
  position: relative;
  margin: 0 0 5px;
}

.card__position:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(7px, -60%);
}

.card__title {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-main);
}

.card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: var(--color-blue);
  border-radius: 50%;
}

.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px 25px;
}

.card__logo img {
  max-height: 46px;
  max-width: 90px;
}

.section.brand {
  padding: 100px 0;
  background: #E8F0FA;
  border-radius: 30px;
  margin-left: 20px;
  margin-right: 20px;
}


.brand__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.brand__item {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 131px;
  position: relative;
}

.brand__item .img-hover {
  opacity: 0;
}

.brand__item:hover .img-hover {
  opacity: 1;
}

.brand__item:hover .img-def {
  opacity: 0;
}

.brand__item span {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transition: .25s;
}

.brand__item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  border-radius: 20px;
  transition: .25s;
  opacity: 0;
}

.brand__item:hover:before {
  opacity: 1;
}



.growth__block {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 28px;
}

.indicator__items {
  display: grid;
  gap: 28px;
}

.indicator__item {
  padding: 50px 16px;
  text-align: center;
}

.indicator__item .editor {
  max-width: 277px;
  margin: 0 auto 28px;
  text-align: center;
}

.indicator__item img {
  max-height: 110px;
}



.company .title-box {
  margin: 0 0 15px;
}

.company {
    text-align: center;
    padding: 50px 16px;
}

.company .editor {
    max-width: 380px;
    margin: 0 auto;
}

.company__year span {
    color: var(--color-grey--dark);
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.company__year {
    padding: 25px 0;
    border-top: 1px dashed var(--btn-blue);
    border-bottom: 1px dashed var(--btn-blue);
    max-width: 216px;
    margin: 90px auto 50px;
}

.company__empl {
    display: flex;
    flex-direction: column;
    color: var(--btn-blue);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.company__empl span {
    font-size: 68px;
    line-height: 1;
}

.company__empl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/emp-arrow.svg) no-repeat center;
  width: 215px;
  height: 82px;
  left: 50%;
  transform: translate(-50%, 57%);
  background-size: contain;
}

.slider-main .slick-slide {
  height: 495px;
  border-radius: 20px;
  overflow: hidden;
}



.thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 495px;

}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.history__block > div {
  width: 100%;
  overflow: hidden;
}

.slider-thumb .slick-list.draggable {
  padding-left: 0!important;
}


.history {
  background: #B8DDF2;
  border-radius: 30px;
  padding: 100px 0;
  position: relative;
}

.prev, .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--color-blue);
  transition: .25s;
}

.prev:focus, 
.next:focus {
  border: 1px solid var(--color-blue);
}

.slider__arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider__arrows {

}

.prev svg, 
.next svg {
  fill: var(--color-blue);
}

.prev svg {
  transform: rotate(180deg);
}

.prev:hover,
.next:hover {
  background:  var(--color-blue);
}
.prev:hover svg,
.next:hover svg {
  fill: #fff;
}

.slider__wrap {
  /*
  position: absolute;
  width: 50%;
  bottom: 100px;*/
}
.history__right {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
}

.slider__arrows {
  margin-top: auto;
}
.history__right .title-block {
  margin-right: calc((100vw - var(--container))/2 + 30px);
}

.slick-active .slider-block {
  background: #fff;
}

.slider-main {
    max-width: 445px;
}
.slider__wrap {
  margin: 0 0 60px;
}

.history .title-block {
  font-size: 30px;
  font-weight: bold;
  color: var(--white);
}

.history .title-block span {
  color: var(--color-grey--dark);
}
.history .title-block {
  margin-bottom: 45px;
}
.slider-block {
  padding: 20px;
  border-radius: 15px;
  background: #A5D6F2;
}




.slider-item__year {
  font-weight: bold;
  font-size: 18px;
  background: #77C5F1;
  color: #fff;
  padding: 10px;
  display: inline-flex;
  border-radius: 50px;
  line-height: 1;
}

.slider-item__title {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-grey--dark);
}

.slider-block {
  display: flex!important;
  align-items: flex-start;
  gap: 25px;
}
.slider-thumb .slick-slide {
  margin: 0 0px;
}

.slider-thumb {
  margin: 0 0px;
}

.slider-thumb .slick-slide > div {
  padding-right: 15px;
}


.cycle__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}


.cycle__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 38px;
  column-gap: 70px;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-grey--dark);
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}

.cycle__items p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 89px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/dekor-box.svg) no-repeat center;
  background-size: contain;
  padding-top: 29px;
  line-height: 1.2;
  position: relative;
}

.cycle__items p:nth-child(1):before, .cycle__items p:nth-child(3):before {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  border-bottom: 1px dashed var(--color-blue--dark);
  position: absolute;
  right: 0;
  transform: translate(100%, -100%);
}

.cycle__items p:nth-child(1):after, .cycle__items p:nth-child(2):after {
  content: '';
  display: block;
  width: 1px;
  height: 35px;
  transform: translate(0%, 103%);
  border-left: 1px dashed var(--color-blue--dark);
  position: absolute;
  bottom: 0;
}

.cycle-block {
  padding: 30px;
}

.outlets {
  text-align: center;
  padding: 50px 30px;
}

.outlets .title-box {
  margin: 0 0 10px;
}
.group {
  background: #E8F0FA;
  padding: 120px 0 140px;
  border-radius: 30px 30px 0 0;
}
.group__meta h2 {
  margin: 0 0 30px;
}

.group__meta .block-desc {
  max-width: 265px;
  margin: 0 0 50px;
}

.group__meta .block-desc span {
  font-weight: bold;
  color: var(--bg-dark);
}

.group__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.group__block {
  display: grid;
  grid-template-columns: 4.8fr 7.2fr;
  gap: 28px;
}

.tab__title {
  font-size: 20px;
  color: var(--color-blue--dark);
  font-weight: 500;
  background: #fff;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  padding: 10px;
  line-height: 1;
}

.tab__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.tab__title span img {
  max-width: 17px;
  max-height: 17px;
}



.tab__editor ul li:last-child {
  margin: 0;
}
.tab__editor ul li {
  position: relative;
  padding-left: 24px;
  margin: 0 0 20px;
  line-height: 130%;
}

.tab__editor ul li:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
}

.tab__editor ul li:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/star-list.svg) no-repeat center;
  position: absolute;
  top: 4px;
  left: 0;
}

.tab {
  padding: 45px 26px;
  background: rgb(165 214 242 / 30%);
  border-radius: 20px;
  flex-grow: 0;
  transition: .25s;
}

.panel__img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel__img img {
  max-width: 50px;
  max-height: 50px;
}

.panel__title {
  min-height: 140px;
  position: relative;
}

.panel__title span {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-blue--dark);
  bottom: 0;
  transform: translate(-31%, -175%) rotate(-90deg);
  display: block;
  min-width: 126px;
}

.tabs {
  display: flex;
  align-items: normal;
  gap: 10px;
}

.tab {
  position: relative;
}

.tab__panel {
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.tab__main {
  position: absolute;
  top: 45px;
  left: 26px;
  width: calc(0% - 52px);
  height: calc(100% - 90px);
  overflow: hidden;
}
.filter .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  height: 56px;
}

.tab.open .tab__main {
  width: calc(100% - 52px);
}
.tab.open .tab__panel {
  display: none;
}

.tab__editor.editor {
  height: 115px;
  overflow-y: scroll;
  padding-right: 5px;
  min-width: 330px;
}


.card__city .cities {
  flex-wrap: wrap;
}

.select2-container--default .select2-results {
  padding-right: 0px;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow-y: scroll;
  max-height: 268px;
}


.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
}

.tab__editor.editor::-webkit-scrollbar {
  width: 4px;
}


.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--btn-blue--hover-light);
  border-radius: 2px;
}

.tab__editor.editor::-webkit-scrollbar-thumb {
  background-color: var(--btn-blue--hover-light);
  border-radius: 2px;
}


.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
}

.tab__editor.editor::-webkit-scrollbar-track {
  background-color: transparent;
}

.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: 2px;
  scrollbar-color: var(--btn-blue--hover-light);
}

.tab__editor.editor {
  scrollbar-width: 2px;
  scrollbar-color: var(--btn-blue--hover-light);
}

.tab.open {
  flex-grow: 1;
  transition: .25s;
}

.tab__title {
  margin: 0 0 34px;
}

.outlets .editor {
  margin: 0 0 35px;
}


.first.company-first .container:before {
  display: none;
}

.first p {
  color: #fff;
}

.circle-images {
  position: relative;
  padding-top: 450px;
}

.circle-logo {
  width: 23.5%;
  left: 0;
  transform: translate(53%, -48%);
  right: 0;
  margin: 0 auto;
  background: #fff;
}

.circle-logo.circle-img img {
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-height: 24%;
}

.section.company-first {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.first__inner {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}


.circle-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  bottom: -20px;
}

.circle-img:before {
  content: '';
  display: block;
  padding-top: 100%;
  border-radius: 50%;
}

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

.img-number-1 {
  width: 22%;
  left: 0;
  transform: translate(-97%, -50%);
}

.img-number-2 {
  width: 8.7%;
  left: 0;
  transform: translate(-171%, 11%);
}

.img-number-3 {
  width: 17.3%;
  left: 0;
  transform: translate(-27%, 21%);
}

.img-number-4 {
  width: 35.1%;
  left: 0;
  transform: translate(40%, 26%);
}

.img-number-5 {
  width: 23%;
  left: 0;
  transform: translate(43%, 68%);
  right: 0;
  margin: 0 auto;
}

.img-number-6 {
  width: 5.3%;
  left: 0;
  transform: translate(385%, -96%);
  right: 0;
  margin: 0 auto;
}

.img-number-7 {
  width: 10.1%;
  left: 0;
  transform: translate(312%, -49%);
  right: 0;
  margin: 0 auto;
}

.img-number-8 {
  width: 12.5%;
  left: 0;
  transform: translate(264%, -143%);
  right: 0;
  margin: 0 auto;
}

.img-number-9 {
  width: 39.424%;
  left: 0;
  transform: translate(151%, 35%);
  right: 0;
  margin: 0 auto;
}

.first.company-first .container {
  overflow: visible;
}





.sphere-items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sphere:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.sphere.sphere--1 {
  position: relative;
  width: 836px;
  z-index: 1;
}

.sphere {
  border: 1px dashed #32B0E5;
  border-radius: 50%;
}

.sphere.sphere--2, .sphere.sphere--3 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.sphere--2 {
  width: 573px;
  z-index: 2;
}

.sphere--3 {
  width: 306px;
  z-index: 3;
}
.sphere:after {
  content: '';
  display: block;
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(1deg, rgb(246 249 253) 0%, rgb(246 249 253) 50%, rgb(255 255 255 / 0%) 100%);
}
.years-sphera {
  max-height: 673px;
  overflow: hidden;
}
.sphera-block {
  position: relative;
}
span.year {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-blue--dark);
  border: 1px dashed var(--color-blue--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: .35s;
  background: #f6f9fd;
}
.year-circle {
  cursor: pointer;
}
.year-circle:hover .year-desc {
  opacity: 1;
  display: block;
}
.year-desc {
  opacity: 0;
  transition: .35s;
  display: none;
}
.year-circle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 3;
}
.year-circle:hover span.year {
  background: var(--color-blue--dark);
  border: 1px solid var(--color-blue--dark);
  color: #fff;
}

.year-desc {
  font-size: 16px;
  max-width: 254px;
  text-align: center;
  position: absolute;
  width: 254px;
  bottom: 0;
  transform: translate(0px, 100%);
  padding-top: 10px;
}


.sphera-block {
  position: relative;
}

















.year-num-1 {
  top: 50%;
  transform: translate(668%, -251%);
}

.year-num-2 {
  transform: translate(1051%, -133%);
  top: 50%;
}

.year-num-3 {
  transform: translate(396%, -260%);
  top: 50%;
}

.year-num-4 {
  transform: translate(729%, 173%);
  top: 0;
}

.year-num-5 {
  top: 0;
  transform: translate(1035%, 226%);
}

.year-num-6 {
  top: 0;
  transform: translate(425%, 70%);
}

.year-num-7 {
  top: 0;
  left: auto;
  right: 0;
  transform: translate(-167%, 405%);
}

.sphera--6 .year-num-1 {
  transform: translate(822%, -307%);
}

.sphera--6 .year-num-2 {
  transform: translate(397%, -260%);
}

.sphera--6 .year-num-3 {
  transform: translate(729%, -523%);
}

.sphera--6 .year-num-4 {
  transform: translate(427%, 68%);
}

.sphera--6 .year-num-5 {
  transform: translate(1080%, 2%);
}

.sphera--6 .year-num-6 {
  transform: translate(1470%, 402%);
}

.sphera--8 .year-num-8 {
  top: 0;
  left: auto;
  right: 0;
  transform: translate(-171%, 399%);
}
.sphera--8 .year-num-7 {
  transform: translate(-562%, 2%);
}

.sphera--10 .year-num-2 {
  transform: translate(1067%, -18%);
  top: 50%;
}
.sphera--10 .year-num-3 {
  transform: translate(341%, -67%);
  top: 50%;
}
.sphera--10 .year-num-4 {
  transform: translate(522%, 271%);
  top: 0;
}

.sphera--10 .year-num-5 {
  top: 0;
  transform: translate(887%, 173%);
}
.sphera--10 .year-num-6 {
  top: 0;
  transform: translate(1177%, 332%);
  text-align: center;
  line-height: 1;
}
.sphera--10 .year-num-7 {
  top: 0;
  left: 0;
  right: auto;
  transform: translate(160%, 413%);
}
.sphera--10 .year-num-8 {
  top: 0;
  left: 0;
  right: auto;
  transform: translate(488%, 37%);
}

.sphera--10 .year-num-9 {
  top: 0;
  left: 0;
  right: auto;
  transform: translate(1164%, 37%);
}

.sphera--10 .year-num-10 {
  top: 0;
  left: auto;
  right: 0;
  transform: translate(-125%, 603%);
}


.year-desc {
  line-height: 1.2;
}





.info__links svg {
  fill: var(--color-blue--dark);
}

.info__links a {
  background: #E2F2FB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  color: var(--color-blue--dark);
  font-size: 16px;
  font-weight: 500;
  min-height: 42px;
  min-width: 42px;
}

.info__links a:hover {
  color: #fff;
  background: var(--color-blue);
}

.info__links a:hover svg {
  fill: #fff;
}

.info__links a.comp__link {
  padding: 0 15px;
}

.info__links a.comp__link svg {
  margin-right: 8px;
}

.info__links {
  margin: 27px 0 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.info__blocks {
  margin: 0 0 110px;
}







.page-error .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-error .block-title {
  font-size: 60px;
  text-align: center;
  max-width: 745px;
  margin: 0 auto 55px;
}


.page-error section {
  padding: 170px 0;
}
.page-error {
  padding: 104px 0 0 0;
}








.page-category,
.page-post,
.page-in {
  padding-top: 180px;
}




.banner:before {
  content: '';
  display: block;
  padding-top: 44.712%;
}
.banner {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  margin: 0 0 60px;
}

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




.empl__item {
  box-shadow: 0 4px 24px 0 rgba(160, 207, 237, 0.1);
  background: #fff;
  border-radius: 40px;
  padding: 30px 20px;
}

.empl__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 17px;
  row-gap: 25px;
}

.emp__img {
  background: #DFF3FE;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.empl__name {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 10px;
}

.empl__position {
  font-size: 12px;
  text-align: center;
  color: var(--color-blue--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  line-height: 1;
}

.empl__position span {
  margin: 0 3px;
}

.empl__phone {
  text-align: center;
}
.empl__phone a {
  color: var(--color-main);
  font-size: 14px;
}

.page-title {
  line-height: 128%;
  margin: 0 0 50px;
}
.section-contactus .block-title {
  margin: 0 0 35px;
}

.contact__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.contact__box {
  background: var(--bg-blue);
  border-radius: 30px;
  padding: 25px 25px 30px 25px;
  position: relative;
}

.contact__box p, .contact__box a {
  font-size: 18px;
  color: var(--color-main);
}

.contact__img {
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--color-blue);
  margin: 0 0 45px;
}

.contact__img svg {
  max-height: 18px;
}

.sites {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sites a {
  color: var(--color-blue--dark);
  font-size: 18px;
  font-weight: bold;
}

.sites a:hover {
  color: #429ACA;
}

.contact__info a:hover {
  color: var(--color-blue--dark);
}

.contact__box:nth-child(1):before, .contact__box:nth-child(2):before {
  content: '';
  display: block;
  width: calc(100% - 60px);
  height: 4px;
  border: 2px dashed var(--bg-blue);
  position: absolute;
  bottom: 0;
  transform: translate(0px, 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.contact__box:nth-child(1):after, .contact__box:nth-child(3):after {
  content: '';
  display: block;
  width: 4px;
  height: calc(100% - 60px);
  border-left: 4px dashed var(--bg-blue);
  position: absolute;
  bottom: 0;
  transform: translate(100%, -50%);
  left: auto;
  right: 0;
  top: 50%;
}


.posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
  column-gap: 28px;
}

.post {
  box-shadow: 0 4px 24px 0 rgba(160, 207, 237, 0.1);
  background: #fff;
  border-radius: 20px;
  padding: 5px 5px 25px 5px;
  position: relative;
}

.post__img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 15px;
}

.post__label {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 54px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
}
.post__img:before {
  content: '';
  display: block;
  padding-top: 70.13%;
}

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

.post__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #7790a4;
  margin: 0 0 15px;
}

.post__title {
  margin: 0;
}
.post__date, .post__title {
  padding: 0 25px;
}
.post__title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 129%;
  color: var(--color-grey--dark);
  display: block;
  margin: 0;
  min-height: 42px;
}

.post:hover .post__title a {
  color: var(--color-blue--dark);
}

.post__title a:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.archive .page-title {
  max-width: 670px;
}

.additional-content .block-title {
  margin: 0 0 40px;
}
.additional-content .post__img:before {
  padding-top: 82.08%;
}



.article-meta .container {
  position: relative;
}

a.back {
  position: absolute;
  top: 10px;
  left: 20px;
  color: rgb(34 74 104 / 60%);
  font-weight: 500;
  font-size: 14px;
}

a.back svg {
  fill: rgb(34 74 104 / 60%);
  transform: rotate(180deg);
  margin-right: 10px;
  transition: .25s;
}

.article-meta {}

a.back:hover {
  color: var(--btn-blue);
}

a.back:hover svg {
  fill: var(--btn-blue);
}

h1.block-title {}

.article-meta .block-title {
  font-size: 45px;
  margin: 0 0 28px;
}

.article-meta .article__date {
  font-size: 14px;
  color: #7790A4;
  margin: 0 0 30px;
}









.article-editor .editor p, .article-editor .editor ul, .article-editor .editor ol {
  margin: 0 0 20px;
}

.article-editor .editor p:last-child, .article-editor .editor ul:last-child, .article-editor .editor ol:last-child {
  margin: 0;
}

.article-editor .editor li {
  position: relative;
  padding-left: 21px;
  margin: 0 0 15px;
}

.article-editor .editor li:last-child {
  margin: 0;
}

.article-editor .editor li:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--btn-blue);
  position: absolute;
  left: 0;
  top: 7px;
}




.article-editor h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 40px 0 15px;
}

.article-editor h2, 
.article-editor h3, 
.article-editor h4, 
.article-editor h5, 
.article-editor h6 {
  color: var(--color-grey--dark);
  font-weight: bold;
}

.article-editor h3,
.article-editor h4,
.article-editor h5,
.article-editor h6 {
  font-size: 18px;
  margin: 30px 0 25px;
}

.article-editor {
  margin: 0 0 60px;
}

.gallery-item {
  padding: 0 10px;
}

.gallery-slider .slick-list.draggable {
  margin: 0 -10px;
}

.gallery-item__img {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.gallery-item__img:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.gallery-item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.gallery {
  position: relative;
}

.gallery > button {
  position: absolute;
  top: 50%;
}

.gallery > button.prev {
  transform: translate(calc(-100% - 20px), -50%);
  left: 0;
}

.gallery > button.next {
  transform: translate(calc(100% + 20px), -50%);
  right: 0;
}

.article-gallery {
  margin: 0 0 60px;
}



.related {
  margin-top: 120px;
  padding: 120px 0 140px;
  border-radius: 30px 30px 0 0;
  background: #E8F0FA;
}

.related-slider .post__img.post__size:before {
  content: '';
  display: block;
  padding-top: 81%;
}

.related .container,
.company-vacancy .container {
  position: relative;
}

.related-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 20px;
}

.related-slider__item {
  padding: 0 14px;
}

.related-slider .slick-list.draggable,
.related-slider-vac .slick-list.draggable {
  margin: 0 -14px;
}

.related-slider {
  margin-top: 35px;
}

.vacancy__side {
  position: sticky;
  top: 30px;
}

.page-vacancy .related-slider__item,
.company-vacancy .related-slider__item {
  padding: 14px;
}

.page-vacancy .card:hover {
  box-shadow: 0 4px 14px 0 rgba(5, 20, 31, 0.1);
}

.page-vacancy .related-slider {
  margin-top: 20px;
}

.comp {
  box-shadow: 0 4px 24px 0 rgba(160, 207, 237, 0.1);
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.comp__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136px;
}

.comp__logo img {
  max-width: 155px;
  width: 100%;
}


.comp__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 129%;
  margin: 20px 0 15px;
  text-align: center;
  color: var(--color-grey--dark);
}

.comp__slogan {
  font-weight: 400;
  font-size: 16px;
  line-height: 134%;
  text-align: center;
  max-width: 186px;
  margin: 0 auto 15px;
}

.comp__social a {
  background: #E2F2FB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  color: var(--color-blue--dark);
  font-size: 16px;
  font-weight: 500;
  min-height: 35px;
  min-width: 35px;
  margin: 0 5px;
}

.comp__social a svg {
  fill: var(--color-blue--dark);
}

.comp__social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp__social a:hover {
  color: #fff;
  background: var(--color-blue);
}

.comp__social a:hover svg {
  fill: #fff;
}

.comp__url {
  display: flex;
  padding: 25px 28px 28px;
  border-top: 1px solid #EDF5FF;
  margin-top: 25px;
  flex-direction: column;
  gap: 5px;
}


.copm__site {
  background: #EBF7FC;
  color: var(--color-blue--dark);
}

.copm__site svg {
  fill: var(--color-blue--dark);
}

.copm__site:hover {
  background: var(--color-blue);
  color: #fff;
}

.copm__site:hover svg {
  fill: #fff;
}

.comp__more {
  background: var(--btn-blue);
  color: #fff;
}

.comp__more svg {
  fill: #fff;
}

.comp__more:hover {
  background: #429ACA;
  color: #fff;
}

.comp__more:hover svg {
  fill: #fff;
}




.comp__url a {
  border-radius: 50px;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
  height: 41px;
}

.comp__url a svg {
  margin: 0 7px 0 0;
}

.vacancy__main {
  box-shadow: 0 4px 24px 0 rgba(160, 207, 237, 0.1);
  background: #fff;
  border-radius: 30px;
  padding: 20px 25px 60px;
}

.vacancy__nav a.back {
  position: relative;
  top: 0;
  left: 0;
}

.vacancy__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDF5FF;
}

.vacancy__content h1 {
  font-size: 30px;
  margin: 0 0 15px;
}
.vacancy__content {
  padding: 30px 35px 30px;
  border-bottom: 1px solid #EDF5FF;
  margin: 0 0 30px;
}

.vacancy .article-editor {
  margin: 0;
}

.vacancy__meta .cities {
  color: #7A92A4;
  padding: 8px 10px;
  border-radius: 50px;
  border: 1px solid #EDF5FF;
}

.vacancy__meta span {
  line-height: 1;
}

.vacancy__meta .cities {
  height: 30px;
  display: inline-flex;
}

.vacancy__meta .cities span {
  position: relative;
  top: 1px;
}

.vacancy__meta .cities span:first-child {
  top: 0;
}

.vacancy__date {
  color: #7A92A4;
  padding: 8px 10px;
  border-radius: 50px;
  border: 1px solid #EDF5FF;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
  height: 30px;
  line-height: 1.2;
}
.vacancy__meta {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 40px;
}

.vacancies-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 35px;
  column-gap: 28px;
}


footer .form-box__title {
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin: 0 0 15px;
  line-height: 1;
}

footer .form-box__subtitle {
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
}

footer .btn.btn-primary.btn-file span:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/form/form-file-light.svg) no-repeat center;
}

footer .file-input-new #fileTypeMessage {
  color: #fff;
}

footer .file-input-new .btn.btn-primary.btn-file span {
  color: #fff;
}

footer .file-preview .fileinput-remove {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/form/file-remove-light.svg) no-repeat center;
}

footer .file-footer-caption {
  color: #fff;
}

footer .field--accept p a {
  color: #fff;
}
footer .link__arrow {
  background: var(--btn-blue--hover);
}

footer .field--submit button:hover .link__text{
  background: var(--btn-blue--hover);
}
.footer-box__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer-box__form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer form.sent {
  background: #D4F6ED;
  border-radius: 20px;
  padding: 35px 30px;
}
.footer-box__form > div {
  max-width: 446px;
}

.footer-box__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-box__logo > div {
  
}


.site-foote__inner {
  background: var(--bg-dark);
  border-radius: 30px;
  margin: 0 20px 20px;
}

.footer-box__menu li a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}

.footer-box__menu li a:hover {
  color: #4CB9E7;
}

.footer-box__menu ul {
  display: flex;
  gap: 40px;
}

.footer-box__menu {
  display: flex;
  justify-content: space-between;
}

.footer-box__menu {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(232, 240, 250, 0.1);
}

.footer-box__bottom a, .footer-box__bottom {
  font-size: 14px;
  color: rgb(255 255 255 / 80%);
}

.footer-box__bottom a:hover {
  color: #4CB9E7;
}

.footer-box__bottom {
  padding: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-box__bottom a img {
  margin-left: 20px;
}

.footer-box__main {
  padding: 75px 0 65px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {

}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

p {
  margin-bottom: 0em;
}



img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}


.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}


button:focus {
  border: 0;
  box-shadow: none;
  outline: none;
} 



.kv-upload-progress.hide {
  display: none;
}

.fileinput-cancel-button {
  display: none;
}

.kv-file-content {
  display: none!important;
}
.file-input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.file-input-new .btn.btn-primary.btn-file {
  display: flex;
}


.btn.btn-primary.btn-file:focus,
.btn.btn-primary.btn-file:active,
.btn.btn-primary.btn-file {
  background: transparent;
  height: 90px;
  font-weight: 600;
  font-size: 14px;
  color: #224a68;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.file-footer-caption {
  font-size: 14px;
  font-weight: 600;
  color: #224A68;
}

.file-preview {
  display: inline-flex!important;
  align-items: center;
  gap: 10px;
}

.btn.btn-primary.btn-file span {
  display: none;
}

.file-input-new .btn.btn-primary.btn-file span {
  display: flex;
  align-items: center;
  top: -10px;
  position: relative;
  z-index: 2;
  opacity: 1;
}

.btn.btn-primary.btn-file span {
  opacity: 0;
}

.btn.btn-primary.btn-file span:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/form/form-file-dark.svg) no-repeat center;
  margin-right: 5px;
}

.btn-file input[type=file] {
  z-index: 3;
}
.fileinput-upload-button {
  display: none;
}
.success {
  display: none;
}
.wpcf7-response-output {
  display: none!important;
}
.sent .form-box {
  display: none;
}

.vacancy__form form.sent {
  background: #D4F6ED;
}
.sent .success {
  display: block;
  font-size: 18px;
  color: #224A68;
  font-weight: bold;
}

.vacancy__form form {
  border-radius: 20px;
  padding: 35px 30px;
  background: #e8f0fa;
  margin: 0 35px;
}

.form-box__title {
  color: var(--color-grey--dark);
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}

.form-box__subtitle {
  font-size: 14px;
  margin: 0 0 35px;
}

.form-box__field {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}

.field:nth-child(1) {
  grid-area: auto / 1 / auto / 2;
}

.field:nth-child(2) {
  grid-area: auto / 2 / auto / 3;
}

.field--file, .field--submit, .field--accept {
  grid-area: auto / 1 / auto / 3;
}

.field input::placeholder {
  color: #2B4965;
  opacity: .4;
}

.field input {
  font-size: 14px;
  color: var(--bg-dark);
  background: #fff;
  border: 0;
  border-radius: 10px;
  padding: 13px 22px;
  display: block;
  height: auto;
}

.field--submit button {
  background: transparent;
  width: 100%;
  padding: 0;
}
.field--submit br {
  display: none;
}

.field input:focus {
  outline: none;
  box-shadow: none;
}

.field--submit .link__text {
  flex: 1 0 auto;
}

.field--accept p {
  font-size: 11px;
  color: #7A92A4;
}

.field--accept p a {
  font-weight: 500;
  color: #224A68;
  text-decoration: underline;
}

.field--accept p a:hover {
  color: #4CB9E7;
}



.btn.btn-primary.btn-file {
  background: transparent;
  height: 90px;
  font-weight: 600;
  font-size: 14px;
  color: #224a68;
  box-shadow: none!important;
}
.file-input {
  border: 1px dashed #aab6c1;
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
  height: 90px;
}
#fileTypeMessage {
  display: none;
}
.file-input-new #fileTypeMessage {
  display: block;
  font-size: 12px;
  color: #2B4965;
  opacity: 0.4;
  transform: translate(0px, 13px);
}
span.wpcf7-not-valid-tip {
  color: #E96A6A;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.wpcf7-not-valid ~ .bg-type {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 3px;
  background: rgba(233, 106, 106, 0.3);
  z-index: 1;
  border-radius: 8px;
}
.file-preview {
  border-radius: 0!important;
  border: 0!important;
  padding: 0!important;
  width: 100%!important;
  margin-bottom: 0!important;
  z-index: 4;
}

.file-footer-caption samp {
  display: none!important;
}

.file-actions {
  display: none!important;
}
.fileinput-remove-button {
  display: none!important;
}


body .kv-upload-progress,
body .progress,
body .file-thumb-loading {
  display: none!important;
}



.file-preview {
  display: flex!important;
  justify-content: center;
  align-items: center;
}

.file-preview .fileinput-remove {
  position: relative!important;
  order: 2;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/form/file-remove-dark.svg) no-repeat center;
  opacity: 1;
  font-size: 0;
  width: 16px;
  height: 17px;
  background-size: contain;
}

.page-company .group {
  padding: 0;
  background: transparent;
}
.filter-box {
  padding: 180px 0 75px;
}

.filter {
  position: relative;
}
section.filter-box {
  margin: 0 0 60px;
}
li.sf-field-reset {
  position: absolute;
  right: 0;
  bottom: 0;
}
li.sf-field-reset {
  position: absolute;
  right: 0;
  bottom: 0;
 
}
.vac-count {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  min-height: 21px;
}

li.sf-field-reset a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.select2-container--default .select2-selection--single {
  box-shadow: 0 4px 14px 0 rgba(87, 175, 224, 0.4);
}
li.sf-field-reset a:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/clean.svg) no-repeat center;
  background-size: contain;
  margin-left: 5px;
  line-height: 1;
  transition: .25s;
}
li.sf-field-reset a:hover:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/clean-dark.svg) no-repeat center;
  background-size: contain;
  margin-left: 5px;
}
li.sf-field-reset a:hover {
  color: #224A68
}
.filter form ul > li {
  padding: 0;
}

li.sf-field-reset {
  position: absolute;
}

.filter .searchandfilter ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.filter .select2-container {
  width: 100%!important;
}
span.select2-search.select2-search--dropdown {
  display: none;
}
.select2-container--open .select2-dropdown--below {
  transform: translate(0px, 47px);
}


.select2-container--open .select2-selection__rendered:before {
  transform: translate(0px, -50%) rotate(180deg);
}

.select2-selection__rendered:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%) rotate(0deg);
  right: 15px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-arrow.svg) no-repeat center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: .25s;
}

span.select2-selection__arrow {
  display: none!important;
}

.select2-selection__rendered:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  border: 1px solid #77C5F1;
  transform: translate(0px, -50%);
  left: 5px;
  background: #77C5F1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transition: .25s;
}



.select2-results__option {
  position: relative;
}

.select2-results__option:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0px, -50%);
  background: transparent;
  transition: .25s;
}



.select2-results__options li.select2-results__option:nth-child(1) {
  display: none!important;
}


.select2-results__options[id*="sort_order"] li.select2-results__option:nth-child(1) {
  display: block!important;
}

.select2-results__options[id*="sort_order"] .select2-results__option {
  padding: 12px 22px;
}

.sort-box > span:first-child {
  font-size: 14px;
  color: #7790A4;
  margin-right: 0px;
  position: relative;
  right: -15px;

}
.tax-meta h1 {
  margin: 0;
}
.tax-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
}

.sort-box .select2-container--default .select2-selection--single {
  box-shadow: none;
}


.sort-box .select2-container--default .select2-selection--single {
  background-color: transparent;
}

.sort-box .select2-selection__rendered:after {
  display: none;
}

.sort-box .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  padding-right: 30px;
}

.sort-box  .select2-selection__rendered:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/sort-dark.svg) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 18px;
  right: 0;
  transform: translate(0px, -50%);
}

.sort-box .select2-container .select2-selection--single {
  height: auto;
}

.sort-box  .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
}

.sort-box span.select2.select2-container {
  width: auto!important;
}

.select2-results__options[id*="companies"] li.select2-results__option:before {
  width: 31px;
  height: 15px;
  background-size: contain;
  left: 9px;
}

.select2-results__options[id*="companies"] {
  padding: 12px 12px 12px 65px;
}

.select2-results__options[id*="companies"] li.select2-results__option:nth-child(2):before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/comp1.svg) no-repeat center;
}

.select2-results__options[id*="companies"] li.select2-results__option:nth-child(3):before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/comp3.svg) no-repeat center;
}

.select2-results__options[id*="companies"] li.select2-results__option:nth-child(4):before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/comp4.svg) no-repeat center;
}

.select2-results__options[id*="companies"] li.select2-results__option:nth-child(5):before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/comp5.svg) no-repeat center;
}

.select2-results__options[id*="companies"] li.select2-results__option:nth-child(6):before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/comp2.svg) no-repeat center;
}




.select2-results__options[id*="city"] li.select2-results__option:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-1-h.svg) no-repeat center;
}

.select2-results__options[id*="position"] li.select2-results__option:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-3-h.svg) no-repeat center;
}

.select2-results__options[id*="specialization"] li.select2-results__option:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-4-h.svg) no-repeat center;
}










.sf-field-post-meta-city .select2-selection__rendered:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-1.svg) no-repeat center #77C5F1;
}

 .sf-field-post-meta-city .select2-container--open .select2-selection__rendered:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-1-h.svg) no-repeat center #fff;
}



.sf-field-taxonomy-companies .select2-selection__rendered:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-2.svg) no-repeat center #77C5F1;
  background-size: 20px;
}

.sf-field-taxonomy-companies .select2-container--open  .select2-selection__rendered:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-2-h.svg) no-repeat center #fff;
  background-size: 20px;
}




.sf-field-post-meta-position .select2-selection__rendered:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-3.svg) no-repeat center #77C5F1;
}

 .sf-field-post-meta-position .select2-container--open .select2-selection__rendered:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-3-h.svg) no-repeat center #fff;
}


.sf-field-post-meta-specialization .select2-selection__rendered:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-4.svg) no-repeat center #77C5F1;
  background-size: 16px;
}

.sf-field-post-meta-specialization .select2-container--open .select2-selection__rendered:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/images/filter/filter-4-h.svg) no-repeat center #fff;
  background-size: 16px;
}

rect#test-sq {
  fill: none;
}

.step span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #77C5F1;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 12px;
}

.step__name {
  font-size: 20px;
  font-weight: bold;
  color: #224A68;
  line-height: 1;
}

.step__img {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.step {
  position: relative;
  padding: 29px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.section-step {
  background: #E8F0FA;
  
  border-radius: 30px 30px 0 0;
  position: relative;
}
.section-step .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
}

.way-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.steps {
  display: flex;
  flex-direction: column;
}
.step-items--2 {
  margin-left: auto;
}
.step-items--1 {
  margin: 0 0 175px;
}
.step-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 862px;
  width: 100%;
}

.steps .block-title {
  margin: 0 0 45px;
}

.section-step .test1 {
  display: none;
}

.link.loadmore .link__arrow {
  transform: rotate(90deg);
}
.link.loadmore {
  background: transparent;
  padding: 0;
  margin: 50px auto 0;
}


.home footer,
.page-template-page-company footer,
.page-template-page-vacancies footer,
.single-post footer {
  background: #E8F0FA;
}


form {
  animation: showForm 0.85s;
}


@keyframes showForm {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-step {
  margin-top: 120px;
}



.company-vacancy.related .card:hover {
  box-shadow: 0 4px 12px 0 rgba(5, 20, 31, 0.1);
}

li.sf-field-sort_order {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.first .items .item,
.circle-images > div,
.empl__items > div {
  opacity: 0;
}

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

  .step-items {
    max-width: 100%;
    width: 100%;
  }

  .tax-meta {
    margin: 0 0 25px;
  }

  .tax-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

  .sort-box > span:first-child {
    right: 0px;
  }

  .way-block {
    pointer-events: none;
    z-index: -1;
    opacity: 0;
  }

  .step-items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .step-items--1 {
    margin: 0 0 10px;
  }
  .section-step .container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .steps .block-title {
    margin: 0 0 35px;
  }
  .step__name {
    font-size: 16px;
    margin-right: 45px;
  }
  .select2-container--open .select2-dropdown--below {
    transform: translate(0px, 0px);
  }
  .page-template-page-vacancies .site-header .container {
    padding: 0 40px;
  }
  .filter {
    padding: 0 20px;
  }
  li.sf-field-reset {
    right: 20px;
  }
  section.filter-box {
    margin: 0 0 30px;
}
  .filter .searchandfilter ul {
    grid-template-columns: 1fr 1fr;
  }
  .filter-box {
    padding: 135px 0 70px;
  }
  .section-step {
    margin-top: 80px;
  }
  .link.loadmore {
    margin: 25px auto 0;
  }
  footer form.sent {
    background: #D4F6ED;
    border-radius: 20px;
    padding: 15px 20px;
  }
  .success p {
    text-align: center;
    font-size: 14px;
  }
  .select2-container--open:before {
    /*content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(23 21 21 / 10%);
    z-index: 3;*/
  }

  .select2-dropdown.select2-dropdown--below {
    position: fixed;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: calc(100% - 40px)!important;
  }
  span.select2-container.select2-container--default.select2-container--open:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(23 21 21 / 20%);
    z-index: 3;
  }
 
  .history__right .slider-block {
    flex-direction: column;
    gap: 15px;
  }

  .history__right .title-block {
    margin-right: 20px;
  }
  .group__block {
    grid-template-columns: 3.5fr 7.2fr;
    gap: 20px;
  }
  .history .title-block {
    font-size: 20px;
  }


  /*bg header blue */

  .home .site-header .container,
  .page-template-page-company .site-header .container {
    padding: 0 40px;
  }

  /*body.open .first.section--blue:before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
  }*/

  /* END bg header blue */

  .footer-box__logo img {
    max-width: 80%;
  }

  .sites {
    gap: 15px;
    flex-wrap: wrap;
  }

  .sites a {
    line-height: 1;
  }

  .page-title {
    font-size: 40px;
    margin: 0 0 35px;
  }
  .empl__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 13px;
    row-gap: 13px;
  }

  .gallery {
    position: relative;
    padding-bottom: 60px;
  }

  .gallery > button {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .gallery > button.prev {
      transform: translate(calc(-100% + 18px), 0);
  }

  .gallery > button.next {
      transform: translate(calc(100% - 18px), 0);
  }

  .archive .page-title{
    font-size: 40px;
    margin: 0 0 35px;
  }

  .posts {
    row-gap: 20px;
    column-gap: 15px;
  }

  .additional-content .block-title {
    margin: 0 0 35px;
  }


  .page-error .block-title {
    font-size: 40px;
    text-align: center;
    max-width: 365px;
  }

  .page-error section {
    padding: 160px 0;
  }
  .circle-images {
    padding-top: 38%;
  }

  .first.company-first .container {
    max-width: 80%;
  }



  .section.brand {
    padding: 50px 10px;
    background: #E8F0FA;
    border-radius: 30px;  
  }
  
  .brand__item,
  .brand__item:before {
    border-radius: 10px;
  }

  .cards {
    column-gap: 20px;
    row-gap: 30px;
  }

  .invite__meta {
    margin: 0 0 35px;
  }

  .horizon__box {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .horizon__box .edge__img img {
    max-width: 70px;
    max-height: 70px;
  }

  .horizon__box .edge__img {
    width: 70px;
    height: 70px;
  }

  .horizon__brands .editor {
    margin: 15px auto 70px;
  }

  .horizon__numbers {
    padding: 25px 0;
  }

  .home .site-header .container {
    padding: 0 40px;
  }

  .block-title {
    font-size: 35px;
  }
  
  .story__title.block-title {
    font-size: 25px;
  }

  .section,
  .article-editor.section {
    margin: 0 0 80px;
  }
  .page-vacancy .related {
    margin: 80px 0;
  }
  .section.first {
    margin: 0 0 60px;
  }

  .section__meta {
    margin: 0 0 35px;
  }
}





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

.info__blocks,
.years-sphera {
  margin: 0 0 20px;
}

.sphera--6 .year-num-5 {
  margin-left: 48px;
}
.sphera--6 .year-desc {
  font-size: 13px;
}
.sphera--6 .year-num-3, .sphera--6 .year-num-4 {
  margin-left: 65px;
}
.sphera--6 .year-num-2 {
  margin-left: 53px;
}
.sphera--6 .year-num-1, .sphera--6 .year-num-6 {
  margin-left: 20px;
}

.sphera--8 .sphera-block {
  gap: 15px;
}

.sphera--6 .year-circle,
.sphera--8 .year-circle,
.sphera--10 .year-circle {
  position: relative;
  top: 0;
  transform: translate(0px, 0px);
  flex-direction: row;
  align-items: center;
}
.sphera--8 .year-num-4, .sphera--8 .year-num-5 {
  margin-left: 65px;
}
.sphera--8 .year-num-3, .sphera--8 .year-num-6 {
  margin-left: 56px;
}
.sphera--8 .year-num-2, .sphera--8 .year-num-7 {
  margin-left: 37px;
}
.sphera--8 .year-num-1, .sphera--8 .year-num-8 {
  margin-left: 11px;
}

.sphera--10 .sphera-block {
  gap: 12px;
}

.sphera--10.years-sphera:before {
  transform: translate(-84%, -50%);
}

.sphere.sphere--2, .sphere.sphere--3 {
  display: none;
}



.sphera--10 .year-num-2, .sphera--10 .year-num-9 {
  margin-left: 38px;
}

.sphera--10 .year-num-3, .sphera--10 .year-num-8 {
  margin-left: 65px;
}

.sphera--10 .year-num-4, .sphera--10 .year-num-7 {
  margin-left: 80px;
}

.sphera--10 .year-num-5, .sphera--10 .year-num-6 {
  margin-left: 90px;
}












.sphera--six .year-num-2 {
 
}
.sphera--six .year-num-3 {
  
}
.sphera--six .year-num-4 {
  
}
.sphera--six .year-num-5 {
  
}





.sphera--7 .year-num-2 {
  margin-left: 38px;
}
.sphera--7 .year-num-3 {
  margin-left: 60px;
}
.sphera--7 .year-num-4 {
  margin-left: 70px;
}
.sphera--7 .year-num-5 {
  margin-left: 60px;
}
.sphera--7 .year-num-6 {
  margin-left: 38px;
}





.sphera--nine .year-num-2 {

}
.sphera--nine .year-num-3 {
  
}
.sphera--nine .year-num-4 {
  
}
.sphera--nine .year-num-5 {
  
}
.sphera--nine .year-num-6 {
  
}

.sphera--nine .year-num-7 {
  
}

.sphera--nine .year-num-8 {
  
}

.years-sphera:before {
  content: '';
  display: block;
  width: 836px;
  height: 836px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-87%, -50%);
  border-radius: 50%;
  border: 1px dashed #32B0E5;
}
.years-sphera {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.sphere:after {
  display: none;
}

.years-sphera {
  max-height: none;
  overflow: hidden;
}
.year-circle {
    position: relative;
    top: 0;
    transform: translate(0px, 0px);
    flex-direction: row;
    align-items: center;
}

.year-desc {
    opacity: 1;
    display: block;
    position: relative;
    width: 100%;
    transform: translate(0px, 0px);
    text-align: left;
    padding-top: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.2;
    max-width: 100%;
}

span.year {
    font-size: 12px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    border: 0;
    background: var(--color-blue--dark);
    color: #fff;
}

.sphera-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
}

.sphere-items {
  display: none;
}
}

















.vacancy__nav .link__arrow {
  width: 36px;
}
.vacancy__nav .link, .vacancy__nav .link__arrow {
  height: 36px;
}

.mobile {
  display: none;
}
.title-block.title-mobile {
  display: none;
}
.header-light .logo__light {
  opacity: 0;
}
@media only screen and (max-width: 991px) {


  .site-header .dropdown-menu a:before {
    width: 80px;
    height: 40px;
  }








  .header-light .top__menu div > ul > li.current-menu-item > a, .header-light .top__menu div > ul > li > a:hover, .single-vacancy .header-light .top__menu div > ul > li:first-child > a {
    color: #fff;
  }
  .header-light .top__menu div > ul > li.current-menu-item > a:before, .single-vacancy .header-light .top__menu div > ul > li:first-child > a:before {
    border: 0px solid var(--btn-blue);
    opacity: 1;
}
  .top__menu div > ul > li > a:before {
    border-radius: 40px;
  }
  .slider-thumb .slick-list.draggable {
    padding-left: 20px!important;
  }
  .slider-main .slick-slide > div {
    text-align: center;
  }
  .slider-thumb .slick-slide > div {
    padding-right: 5px;
  }
  .slider__wrap .slider-block {
    background: #fff;
  }
  .thumb {
    height: 320px;
    max-width: 487px;
  }
  .title-block.title-mobile {
    display: block;
    margin: 0 0 20px;
  }
  .history__block {
    grid-template-columns: 1fr;
  }
  .history__right {
    position: relative;
    padding: 0;
    margin: 20px 0 0px;
    width: 100%;
  } 

  .slider-main {
    max-width: 100%;
  }
  .slider-main .slick-slide {
    height: auto;
  }

  .thumb {
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
  }

  .history .history__right .title-block {
    display: none;
  }

  .slider__wrap {
    margin: 0 0 35px;
  }
  .history .slider__arrows {
    padding: 0 20px;
  }
  .history {
    padding: 50px 0;
  }

  .growth__block {
    gap: 20px;
  }

  .group__block {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .group {
    padding: 50px 0 80px;
  }

  .group__block {
    position: relative;
    padding-bottom: 85px;
  }
  .group__nav {
      position: absolute;
      bottom: 0;
  }

  body.open, body.open #page {
    overflow: hidden;
  }

  .open .header-light .logo__dark {
    opacity: 0;
  }
  .open .header-light .logo__light {
    opacity: 1;
  }


  .header-light .top__logo {
    width: 123px;
    height: 65px;
    position: relative;
  }
  .header-light .top__logo img {
    position: absolute;
    left: 0;
    top: 0;
    transition: .0s;
    transition-delay: 0.05s;
  }

  .footer-box__main {
    grid-template-columns: 1fr;
  }
  .footer-box__logo {
    justify-content: center;
  }
  .footer-box__logo img {
    max-width: 200px;
    margin: 0 0 50px;
  }
  .footer-box__form {
    justify-content: center;
  }
  .footer-box__main {
    padding: 50px 0;
  }
  .mobile {
    display: inline-block;
  }
  .desktop-text {
    display: none;
  }
  .vacancy__nav a.back {
    margin: 0;
  }
  .vacancy__main {
    padding: 25px 15px;
  }
  .vacancy__content {
    padding: 25px 10px;
  }
  .vacancy__form form {
    padding: 25px 20px;
    margin: 0 10px;
  }
  .form-box__field {
    grid-template-columns: 1fr;
  }
  .file-input-new #fileTypeMessage {
    font-size: 11px;
    text-align: center;
  }
  .field--accept p {
    text-align: center;
  }

  .form-box__field > div {
      grid-area: auto!important;
  }
  .vacancy__side {
    position: relative;
    top: 0;
    margin-top: 30px;
  }

  .comp__title {
    line-height: 1;
  }

  .page-vacancy .related-slider__item,
  .company-vacancy .related-slider__item  {
    padding: 14px 3px;
  }

  .related-slider__item {
    padding: 0 3px;
  }

  .related-slider .slick-list.draggable,
  .related-slider-vac .slick-list.draggable {
    margin: 0 -3px;
  }

  .gallery-item {
    padding: 0 3px;
  }

  .gallery-slider .slick-list.draggable {
    margin: 0 -3px;
  }

  .article-meta .block-title {
    font-size: 36px;
  }

  .banner, .article-editor, .article-gallery {
    margin: 0 0 35px;
  }


  .article-editor h2 {
    margin: 35px 0 15px;
  }

  .related {
    margin-top: 80px;
    padding: 50px 0 80px;
  }

  a.back {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 30px;
    display: inline-block;
  }





  .posts {
    grid-template-columns: 1fr 1fr;
  }

  .brand__item {
    min-height: 90px;
  }

  .brand__item img {
    max-height: 90px;
  }

  .brand__items {
    gap: 20px;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
  }

  .footer-box__menu li a {
    font-size: 14px;
  }

  .footer-box__menu ul {
    gap: 20px;
  }

  .footer-box__bottom {
    font-size: 12px;
  }

  .story__box {
    grid-template-columns: 1.3fr 1fr;
    row-gap: 50px;
  }

  .top__logo {
    position: relative;
    z-index: 1;
  }

  .site-header .container {
    transition: .3s;
    transition-delay: 0.05s;
  }

  .site-header .dropdown-menu {
    display: block;
    transform: translate(0%, 0px)!important;
    position: relative;
    padding: 0;
    box-shadow: none;
    background: transparent;
    width: 100%;
    top: 0;
  }

  .site-header .dropdown-menu a:before {
    top: 4px;
  }

  .site-header .dropdown-menu a:after {
    background: rgb(255 255 255 / 10%);
  }

  .site-header .dropdown-menu .current-menu-item a:after {
    opacity: 1;
  }

  .dropdown-menu li:last-child {
    margin: 0;
  }
  .dropdown-menu li {
      margin: 0 0 5px;
  }

  .site-header .dropdown-menu a {
    color: #fff;
    font-size: 18px;
    padding: 11px 20px 11px 110px;
  }

  .header-light .top__menu div > ul > li.current-menu-item > a {
    color: #fff;
  }
  .header-light .top__menu div > ul > li.current-menu-item > a:before {
    border: 0px solid var(--btn-blue);
  }

  .top__menu div > ul > li > a:before {
    background: rgb(255 255 255 / 10%);
  }

  .header-light .top__menu div > ul > li > a {
    color: #fff;
  }

  .top__menu div > ul > li {
    margin-left: 0px;
    padding-bottom: 0px;
    transform: translate(0px, 0px);
  }

  .site-header {
    top: 35px;
  }
  .top__menu div > ul {
    flex-direction: column;
    padding: 0 20px;
  }
  .top__menu div > ul > li {
    margin: 0 0 15px;
  }
  .top__menu div > ul > li > a {
    font-size: 25px;
    padding: 8px 20px;
  }

  .top.open .top__menu {
   transform: translate(0%, 0px);
    /*scale: 1;
    display: none;*/
  }

  .top .top__menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-blue);
    display: block;
    padding-top: 160px;
    transform: translate(101%, 0px);
    transition: .2s;
    /*scale: 0;
    display: none;*/
  }

  .site-header .containe {
    transition: .25s;
  }
  .open .site-header .container {
    padding: 0 20px;
  }

  .top.open .top__menu #menu-main > ul {
      display: flex;
      flex-direction: column;
      padding: 0 20px;
  }

  .top.open .top__menu #menu-main > ul > li > a {
      font-size: 25px;
      padding: 8px 20px;
  }

  .top.open .top__menu #menu-main > ul > li {
      margin: 0 0 15px;
  }

  .btn-mobile {
    margin-left: auto;
  }

  .first .container:before {
    height: 165px;
  }

  
  .light-circle {
    bottom: 135px;
    width: 540px;
    height: 540px;
  }

  .first .items {
    gap: 160px;
    max-width: 540px;
    margin: 45px auto 100px;
  }

  .first .items > div:last-child {
    right: -65px;
  }

  .first .items > div:first-child {
    left: -65px;
  }

  .top > .link {
    display: none;
  }

  .btn-mobile {
    display: block;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--btn-blue--hover);
    position: relative;
    padding: 0;
  }

  .btn-mobile:before, 
  .btn-mobile:after {
    content: '';
    display: block;
    height: 1px;
    background: var(--white);
    width: 21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transition: .1s;
    position: absolute;
  }

  .btn-mobile.open:before, 
  .btn-mobile.open:after {
    width: 15px;
  }

  .btn-mobile span {
      top: 50%;
      transform: translate(0px, -50%);
      width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
  }

  .btn-mobile:before {
      transform: translate(0px, calc(-50% - 3px)) rotate(0deg);
  }

  .btn-mobile.open:before {
    transform: translate(0px, calc(-50% - 0px)) rotate(45deg);
  }

  .btn-mobile:after {
      transform: translate(0px, calc(-50% + 3px)) rotate(0deg);
  }

  .btn-mobile.open:after {
    transform: translate(0px, calc(-50% - 0px)) rotate(-45deg);
  }

  .first h1 {
    font-size: 45px;
  }


  .first .container:after {
    width: 540px;
    height: 540px;
  }

  .thumb {
    height: 320px;
  }

}

@media only screen and (max-width: 860px) {
  .cycle__block {
    grid-template-columns: 1fr;
  }
  .cycle__items p {
    font-size: 11px;
  }
}


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

  .filter .select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px;
  }

  .sort-box {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 5px;
  }
  .tax-meta {
    gap: 15px;
  }
  .select2-selection__rendered:after {
    width: 30px;
    height: 30px;
    background-size: 14px!important;
  }
  .filter .searchandfilter ul {
    grid-template-columns: 1fr;
  }
  .thumb {
    height: 220px;
  }
  .growth__block {
    grid-template-columns: 1fr;
  }
  .company__empl {
    padding-bottom: 50px;
  }

  .company__empl:after {
    bottom: 50px;
  }

  .contact__box:nth-child(1):after, 
  .contact__box:nth-child(3):after {
    display: none;
  }

  .contact__box:nth-child(3):before {
    content: '';
    display: block;
    width: calc(100% - 60px);
    height: 4px;
    border: 2px dashed var(--bg-blue);
    position: absolute;
    bottom: 0;
    transform: translate(0px, 100%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .emp__img {
    width: 110px;
    height: 110px;
  }

  .empl__position span {
    height: 0;
    opacity: 0;
  }
  .empl__position {
      flex-direction: column;
      line-height: 1.25;
  }
  .empl__item {
    border-radius: 20px;
    padding: 15px;
  }
  .empl__name {
    font-size: 15px;
  }
  .empl__phone {
    text-align: center;
    font-size: 14px;
  }
  .contact__info {
    min-height: 40px;
    display: flex;
    align-items: flex-end;
    padding-right: 40px;
    line-height: 1.2;
  }
  .contact__img {
    margin: 0 0 23px;
  }

  .contact__box {
    padding: 25px;
  }
  .contact__block {
    grid-template-columns: 1fr;
  }

  .empl__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-contact .page-title br {
    display: none;
  }

  .related-arrow {
    position: relative;
    right: 0;
    margin-top: 35px;
  }

  .circle-images {
    padding-top: 460px;
  }

  .first.company-first h1 {
    margin: 130px 0 30px;
    font-size: 40px;
  }

  .page-company .first p {
    display: block;
  }

  .first.company-first .container {
    max-width: 335px;
    width: 100%;
  }

  .img-number-1 {
    width: 200px;
    left: 0;
    transform: translate(-35%, -77%);
  }
  .circle-logo.circle-img {
    bottom: auto;
    top: 0;
    transform: translate(37%, 57%);
    width: 134px;
  }
  .img-number-2 {
    width: 120px;
    left: 0;
    transform: translate(-11%, -22%);
  }

  .img-number-3 {
    width: 30px;
    left: 0;
    transform: translate(368%, -540%);
  }

  .img-number-4 {
    width: 226px;
    left: 0;
    transform: translate(98%, -22%);
  }

  .img-number-5 {
    width: 84px;
    left: 0;
    transform: translate(93%, 8%);
    right: 0;
    margin: 0 auto;
  }


  .img-number-6 {
    width: 56px;
    left: 0;
    transform: translate(52%, -325%);
    right: 0;
    margin: 0 auto;
  }



  .img-number-7 {
    width: 78px;
    left: 0;
    transform: translate(29%, -120%);
    right: 0;
    margin: 0 auto;
  }

  .img-number-8 {
    width: 50px;
    left: 0;
    transform: translate(-9%, -69%);
    right: 0;
    margin: 0 auto;
  }

  .img-number-9 {
    display: none;
  }

  .brand__item {
    min-height: 80px;
  }
  
  .brand__item img {
    max-height: 80px;
  }

  .brand__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .invite__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }

  .footer-box__menu ul {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .invite__meta > a {
    display: none;
  }
  .invite__meta {
      flex-direction: column;
  }
  .invite__meta .block-title span {
      display: block;
  }

  .invite__meta .block-title {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
  }

  .footer-box__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-box__menu > div {
      display: flex;
      justify-content: center;
  }

  .footer-box__logo img {
    max-height: 98px;
  }

  .footer-box__main {
    padding: 50px 0 35px;
  }

  .footer-box__bottom > span {
    margin: 0 0 20px;
  }
  .footer-box__bottom {
      display: flex;
      flex-direction: column;
  }

  .footer-box__main {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .horizon__box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .horizon__numbers > p {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .horizon__numbers > p > span {
    font-size: 50px;
  }


  .horizon__qty img {
    max-height: 56px;
  }
  .story__box .story__desc {
    margin: 0 0 50px;
  }
  .story__box h2 {
      margin: 0 0 30px;
  }
  .story__box > div {
      grid-area: auto;
  }
  .story__box {
      grid-template-columns: 1fr;
      gap: 0;
  }

  .first .container:before {
    height: 313px;
  }
  .light-circle {
    bottom: 100px;
    width: 460px;
    height: 460px;
  }

  .link-circle {
    width: 84px;
    height: 84px;
  }

  .link-circle img {
    max-width: 70px;
}

  .first .items {
    gap: 140px;
    max-width: 460px;
    margin: 45px auto 100px;
  }

  .first .items > div:last-child {
    right: -40px;
  }

  .first .items > div:first-child {
    left: -40px;
  }

}

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

  .section.story .story__box .story__desc {
    margin: 0 0 50px;
  }
  .info__links a.comp__link {
    padding: 0 8px;
  }
  .info__links {
    gap: 6px;
    flex-wrap: wrap;
  }

  .info__links a {
    min-height: 36px;
    min-width: 36px;
  }

  .story__box .story__desc {
    margin: 0 0 0px;
  }
   .succes-cat .banner:before {
    content: '';
    display: block;
    padding-top: 82%;
  }
  .gallery-slider .slick-list.draggable {
    margin: 0 0px;
  }
  .article-gallery .container {
    padding: 0;
  }
  .gallery-item__img:before {
    padding-top: 62%;
  }
  .banner:before {
    content: '';
    display: block;
    padding-top: 65.675%;
  }

  .cards {
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }

}

.group-mobile {
  display: none;
}

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

  .sort-box span.select2.select2-container {
    display: inline-flex;
    justify-content: flex-start;
    text-align: left;
  }

  .sort-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
  }

  .sphera--10 .year-desc {
    font-size: 12px;
  }

  .group-mobile {
    display: block;
  }


  .group-slick__slide {
    padding: 45px 30px;
    border-radius: 30px;
    background: #D4E8F8;
  }

  .group-slick .slick-track{
    display: flex !important;
  }

  .group-slick .slick-slide {
      height: inherit !important;
  }

  .group-slick .slick-slide div {
    height: 100%;
  }

  .group-slick__inner {
    padding: 0 3px;
  }
  .group .slick-list.draggable {
    padding-left: 17px!important;
  }
  .group-arrow {
    display: flex;
    gap: 10px;
    margin-top: 35px;
  }
  .group .group__meta,
  .group-arrow {
    padding: 0 20px;
  }

  .group__block {
    position: relative;
    padding-bottom: 0px;
  }

  .group .container {
    padding: 0;
  }

  .group__slider, 
  .group__nav {
    display: none;
  }

  .page-vacancy .related .container {
    padding: 0;
  }

  .page-vacancy .related .related-arrow, .page-vacancy .related h2 {
    padding: 0 20px;
  }

  .posts {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .first p {
    display: none;
  }

  .first h1 {
    margin: 220px 0 0px;
  }

  .first .items > div:last-child {
    right: auto;
    transform: translate(-30px, 12%);

  }
  .first .items > div:first-child {
    left: auto;
    transform: translate(0%, 30%);
  }

  .first .items > div:nth-child(3) {
    transform: translate(-45px, -10px);
  }
  .first .item:nth-child(2) {
    transform: translate(0%, 30%);
  }

  .first .items {
    column-gap: 60px;
    row-gap: 75px;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 188px;
  }

  .first .item {
    position: relative!important;
  }

  .first__inner {
    position: relative;
    overflow: hidden;
  }

  .light-circle--1 {
    transform: translate(-50%, -265px);
  }

  .light-circle--2 {
    transform: translate(-50%, -130px);
    display: block;
  }
  
  .light-circle {
    bottom: 0px;
    width: 640px;
    height: 640px;
    left: 50%;
  }

  .light-circle.light-circle--2 {
    width: 740px;
    height: 740px;
  }

}


button.slick-disabled {
  opacity: .4!important;
}
@media only screen and (max-width: 530px) {
  .related-slider .slick-list.draggable,
  .related-slider-vac .slick-list.draggable {
    margin: 0 0px;
  }
  .related .container {  
    padding: 0;
  }
  .related .block-title {
    padding: 0 20px;
  }
  .related-arrow {
    padding: 0 20px;
  }
  .related-slider .slick-list.draggable {
   /* padding-left: 0!important;*/
  }
}

@media only screen and (max-width: 460px) {
  .light-circle.light-circle--2 {
    width: 520px;
    height: 520px;
  }

  .light-circle {
    width: 460px;
    height: 460px;
  }

  .brand__item {
    min-height: 70px;
  }
  
  .brand__item img {
    max-height: 70px;
  }
}










/* .select2-container--default .select2-results > .select2-results__options {
 max-height: 180px !important;
}
@media only screen and (max-width: 460px) {
.select2-dropdown.select2-dropdown--below {
position: fixed;
top: 180px;

max-height: 180px;
}
} */

