@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: optional;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: 700;
  font-display: optional;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-display: optional;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: 400;
  font-display: optional;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-display: optional;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Black.woff") format("woff");
  font-weight: 800;
  font-display: optional;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-display: optional;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-display: optional;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-display: optional;
}
@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana.woff") format("woff");
  font-weight: 400;
  font-display: optional;
}



* body *,
body *,
* {
  outline: none;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

p,
ul,
ol,
li,
a,
input,
textarea,
label,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  background: rgba(0, 0, 0, 0);
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}


.fancybox-active {
  height: 100% !important;
}

body {
  font-family: "TTNorms", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  color: #000;
  text-align: center;
}
h2.front-page {
  font-size: 32px;
}
h2.small-title {
  font-size: 36px;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
sup {
    top: -0.5em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1240px;
}

.button {
  display: inline-block;
  padding: 16px 40px;
  background: #39a96b;
  color: #fff;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
.button:hover {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}

.site-header {
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 1000;

  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; 
}
.sticky-header .site-header {
  top: 0;
  position: fixed;
}
.site-header.nav-up {
  transform: translateY(-106px);
}

.header__container {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
.header__menu i {
  color: #009f69;
  font-size: 40px;
}
.header__logo {
  padding: 38px 0 28px;
  margin-right: 77px;
}
.header__nav {
  height: 100%;
}
.header__nav ul {
  height: 100%;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
}
.header__nav ul li.current_page_item {
  background-color: #f2f2f2;
  border-bottom: 5px solid #2a9e6c;
}
.header__nav ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  position: relative;
}
header .socials a {
  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
.header__nav a:hover,
header .socials a:hover {
  color: #39a96b;
}

.header__nav li ul.sub-menu {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  width: 335px;
  height: auto !important;
  margin: 0;
  padding: 10px 15px 15px;
  list-style: none;
  border-top: 5px solid #2a9e6c;
  z-index: -1;

  opacity: 0;
  visibility: hidden;

  background: #fff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
}
.header__nav ul.sub-menu li {
  width: 100%;
  text-align: left;
  display: block;
  transition: none;
}
.header__nav li ul.sub-menu li {
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
}
.header__nav ul.sub-menu li.current_page_item {
  background-color: #fff;
  border-bottom: none;
}
.header__nav li ul.sub-menu li a {
  font-weight: 500;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}
.header__nav li ul.sub-menu li.current-menu-item a {
  font-weight: 700;
  color: #39a96b;
}
.header__nav ul .menu-item-has-children > .sub-menu.visible-menu,
.header__nav ul .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.socials {
  transition: 0.3s linear;
  font-size: 20px;
  display: flex;
  align-items: flex-end;
}
.footer .socials {
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.socials a {
  margin-left: 18px;
  display: block;
}
.footer .socials a {
  margin-bottom: 7px;
}

section.bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 106px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bnr__bg {
  overflow: hidden;
}
.bnr__bg img {
  width: 100%;
}

.bnr__title {
  display: block;
  width: 100%;
  min-width: 280px;
  height: auto;
  min-height: 96px;
  margin-bottom: 50px; 
  
  font-family: "TTNorms", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 80px;
  color: #000; 
  text-align: center; 
}
.bnr__title span {
  color: #39a96b;
}
.bnr__search {
  margin: 0 auto;
  max-width: 700px;
}
.bnr__search form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr__search-field {
  margin-bottom: 12px;
  position: relative;
  display: flex;
  width: 100%;
}
.bnr__search-icon {
  width: 24px;
}
.bnr__search-field input {
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 14px 60px 14px 30px;
  border-radius: 32px;
  font-size: 21px;
  cursor: pointer;
}
.bnr__search-field input::-webkit-input-placeholder {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}
.bnr__search-field input::-moz-placeholder {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}
.bnr__search-field input:-ms-input-placeholder {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}
.bnr__search-field input::-ms-input-placeholder {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}
.bnr__search-field input::placeholder {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}
.bnr__search-field button {
  padding: 0 17px;
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr__search select, .vacancy-all__filter-container select {
  display: none;
}
.bnr__search .nice-select {
  width: calc(50% - 66px);
  height: 50px;
  font-weight: 500;
  color: #fff;
  font-size: 21px;
  line-height: 50px;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 32px;
  border: none;
}
.bnr__search .nice-select .current {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bnr__search .nice-select .list {
  background: #999;
  width: 100%;
  max-height: 320px;
  border-radius: 25px;
  overflow: auto;
}
.bnr__search .nice-select .option {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  min-height: 30px;
  white-space: normal;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
}
.bnr__search .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.bnr__search .nice-select .option:hover,
.bnr__search .nice-select .option.focus,
.bnr__search .nice-select .option.selected.focus {
  background: rgba(0, 0, 0, 0.7);
}
.bnr__search button {
  font-weight: 500;
  font-size: 21px;
  padding: 8px 40px;
}

.vacancy-all__filter-container .nice-select .current {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vacancy-all__filter-container .nice-select .list {
  min-width: 100%;
  max-height: 300px;
  overflow: auto;
  border-radius: 10px;
}
.vacancy-all__filter-container .nice-select .option {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  min-height: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
}

section.about {
  background: #f7f7f7;
  margin-top: 28px;
}
.about__title {
  margin-bottom: 40px;
}
.about__container {
  padding: 40px 0 48px;
}
.about__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__item {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 264px;
  margin-bottom: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: calc(33.3333% - 11px);
  transition: 0.3s linear;
}
.about__item:hover {
  box-shadow: none;
  background: transparent;
}
.about__figures {
  margin-top: 12px;
  font-size: 60px;
}
.about__type {
  margin: 5px 0 10px;
  text-align: center;
  display: block;
  font-size: 10px;
  color: #6e6e6e;
}
.about__text {
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}
.benefit__container {
  padding: 80px 0 100px;
}
.benefit__title {
  margin-bottom: 55px;
}
.benefit__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.figure2:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: calc(50% - 122px);
  border-style: solid;
  border-width: 0 122px 208px 122px;
  border-color: transparent transparent #00a4f0 transparent;
  z-index: 1;
}
.figure4:before {
  content: "";
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  right: 0;
  width: 80px;
  z-index: -1;
  height: 160px;
  background-color: #ffd634;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}
.figure1:before {
  content: url(../image/benefit/figure-1.png);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
.figure3:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 60%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 23px solid #ff0a6c;
  z-index: 1;
  background-color: transparent;
}
.benefit__content > div {
  position: relative;
  transform: scale(1);
  transition: 0.3s linear;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  width: calc(33.3333% - 90px);
}
.benefit__content > div:hover .benefit__item {
  -webkit-animation-name: rotate_benefit !important;
  animation-name: rotate_benefit !important;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes rotate_benefit {
  50% {
    transform: scale(-1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotate_benefit {
  50% {
    transform: scale(-1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.benefit__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 214px;
  width: 214px;
  border-radius: 50%;
}

.benefit__img {
  margin-bottom: 20px;
  z-index: 2;
}
.benefit__text {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  z-index: 2;
}
.assets__item {
  position: relative;
  cursor: pointer;
}
.assets__item:after {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0;
  transition: 0.3s opacity;
  content: "";
  background: url(../image/btn_play.png) center no-repeat;
  background-size: 100px;
  z-index: 0;
  left: calc(50% - 50px);
  top: calc(50% - 90px);
}
.assets__item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s opacity;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  z-index: 0;
  left: 0;
  top: 0;
}
.assets__item:hover:after, .assets__item:hover:before {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .assets__item:after {
    width: 50px;
    height: 50px;
    background-size: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
  }
}

.assets__item-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 100%;
  height: 80px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 8px 34px;
  background: rgba(255, 255, 255, 1);
  opacity: 0;

  -webkit-transition: all 0.4s;
  -moz-transition:    all 0.4s;
  -o-transition:      all 0.4s;
  -ms-transition:     all 0.4s;
  transition:         all 0.4s;
}
.assets__item:hover .assets__item-title {
  opacity: 1;
}
.assets .slick-dots {
  left: 0;
}
.reasons {
  padding-top: 78px;
  background: #f7f7f7;
}
.reasons__title {
  margin-bottom: 50px;
}
.reasons__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reasons__item {
  text-align: center;
  color: #000;
  margin-bottom: 55px;
  width: calc(25% - 55px);
}

.reasons__photo {
  position: relative;
  width: 186px;
  height: 186px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.reason__img {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.figures {
  position: absolute;
  width: 100%;
  height: 100%;
}
.style1 .figure-third {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 1;
}

.style1:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 73px;
  top: calc(50% - 34px);
  right: -10px;
  z-index: 0;
  background-color: #ff0a6c;
}
.style1 .figure-first {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid #127a6f;
  z-index: 1;
  bottom: 0;
  left: 30px;
}
.style2 .figure-second {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #ff0a6c;
  z-index: 1;
  bottom: calc(50% - 15px);
  left: 0;
}
.style2 .figure-first {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: rotate(45deg);
  width: 15px;
  z-index: 1;
  height: 30px;
  background-color: #ffd634;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}
.style2 .figure-third {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff0a6c;
  top: 30px;
  left: 0;
  z-index: 1;
}
.style2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 70px;
  background-color: #ffcd05;
  top: 0;
  left: -10px;
  z-index: 0;
}
.style4:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #ff0a6c;
  left: 0;
  bottom: 30px;
  z-index: 1;
}
.style4 .figure-first {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid #127a6f;
  z-index: 1;
  top: 25px;
  left: 0;
}
.style5 .figure-second {
  position: absolute;
  z-index: 1;
  top: 0;
  border-style: solid;
  right: 38px;
  border-width: 0 18px 30px 18px;
  border-color: transparent transparent #00a6f0 transparent;
}
.style5:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 70px;
  background-color: #0ea07f;
  z-index: 0;
  left: -20px;
  bottom: 0;
}
.style7:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 150px;
  top: calc(50% - 75px);
  right: -10px;
  z-index: 0;
  background-color: #ffcd05;
}
.style6:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 80px;
  top: 10px;
  right: 0;
  z-index: 0;
  background-color: #0ea07f;
}
.style6 .figure-first {
  position: absolute;
  transform: rotate(45deg);
  right: 10px;
  bottom: 0;
  width: 20px;
  z-index: 1;
  height: 40px;
  background-color: #ffd634;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}
.style8 .figure-first {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.style8:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 50px;
  top: 10px;
  left: 10px;
  z-index: 0;
  background-color: #ff0a6c;
}

.reasons__photo img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reasons__name {
  font-size: 28px;
  margin-bottom: 5px;
}
.reasons__post {
  font-size: 14px;
  margin-bottom: 20px;
}
.reasons__text p {
  font-size: 11px;
  font-weight: 400;
  color: #4d4d4d;
}
.reasons__link-icon {
  width: 48px;
}

.assets__container {
  padding: 55px 0 78px;
}
.assets__title {
  margin-bottom: 40px;
}
.assets__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}

.assets__content .slick-slide, .prof__photos-slider .slick-slide {
  flex-direction: column;
  margin: 0 19px;
  justify-content: center;
  align-items: center;
}
.assets__content .slick-next, .colls__content .slick-next, .prof__photos-slider .slick-next, .prof__captain-comments-slider .slick-next {
  right: -35px;
  transform: translateY(-50%);
}
.assets__content .slick-prev, .colls__content .slick-prev, .prof__photos-slider .slick-prev, .prof__captain-comments-slider .slick-prev {
  left: -35px;
  transform: translateY(-50%) scale(-1, 1);
}
.assets__content .slick-arrow, .colls__content .slick-arrow, .prof__photos-slider .slick-arrow, .prof__captain-comments-slider .slick-arrow {
  /*background: url(../image/arrow_right.png) center top no-repeat;*/
  transition: 0.3s all;
  opacity: 0.7;
  height: 78px;
  width: 30px;
  position: absolute;
  top: 50%;
  z-index: 4;
}
.assets__content .slick-arrow:after,
.assets__content .slick-arrow:before,
.prof__photos-slider .slick-arrow:after,
.prof__photos-slider .slick-arrow:before,
.prof__captain-comments-slider .slick-arrow:after,
.prof__captain-comments-slider .slick-arrow:before {
  position: absolute;
  width: 8px;
  height: 45px;
  border-radius: 5px;
  background: #ccc;
  content: "";
  right: 0;
}
.colls__content .slick-arrow:after,
.colls__content .slick-arrow:before {
  position: absolute;
  width: 8px;
  height: 45px;
  border-radius: 5px;
  background: #fff;
  content: "";
  right: 0;
}
.assets__content .slick-arrow:after, .colls__content .slick-arrow:after, .prof__photos-slider .slick-arrow:after, .prof__captain-comments-slider .slick-arrow:after {
  bottom: 0;
  transform: rotate(25deg);
}
.assets__content .slick-arrow:before, .colls__content .slick-arrow:before, .prof__photos-slider .slick-arrow:before, .prof__captain-comments-slider .slick-arrow:before {
  top: 0;
  transform: rotate(-25deg);
}
.assets__content .slick-arrow:hover, .colls__content .slick-arrow:hover, .prof__photos-slider .slick-arrow:hover, .prof__captain-comments-slider .slick-arrow:hover {
  opacity: 1;
}

.assets__content .slick-slide > div:last-of-type .assets__item {
  margin-bottom: 0;
}

.assets__content .slick-dots li, .prof__photos-slider .slick-dots li, .prof__captain-comments-slider .slick-dots li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #f7f7f7;
  border: 1px solid #38a669;
  transition: 0.3s all;
}

.assets__content .slick-dots li.slick-active, .prof__photos-slider .slick-dots li.slick-active, .prof__captain-comments-slider .slick-dots li.slick-active {
  background: #38a669;
}

.assets__item {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  width: calc(50% - 39px);
}

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

.colls {
  background: #38a669;
}
.colls__container {
  padding: 48px 0 90px;
}
.colls__title {
  color: #fff;
  margin-bottom: 50px;
}
.colls__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.colls__content .slick-dots li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #f7f7f7;
  border: 1px solid #ffcd05;
  transition: 0.3s all;
}

.colls__content .slick-dots li.slick-active {
  background: #ffcd05;
}

.colls__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 20px;
  height: 412px;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
  width: calc(33.3333% - 23px);
  background: #3aad6e;
  transition: 0.3s linear;
}
.colls__item:hover {
  background-color: #1b8c4ea6;
}
.colls__item a {
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 32px;
  background: #ffcd05;
}

section.colls .reasons__text p {
  color: #fff;
}

section.vacancies {
  background-color: #f7f7f7;
}
.vacancies__container {
  text-align: center;
  padding: 48px 0 86px;
}
.vacancies__title {
  margin-bottom: 72px;
}
.vacancies__content {
  margin-bottom: 80px;
  text-align: left;
}
.vacancies__select {
  padding: 0 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.vacancies__content div.name {
  width: 50%;
}
.vacancies__content div.category,
.vacancies__content div.location {
  text-align: right;
  width: 25%;
  padding-left: 20px;
}
.vacancies__select > div {
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  color: #777777;
  font-size: 28px;
  font-weight: 500;
}
.vacancies__select > div + div {
  justify-content: flex-end;
}
.vacancies__select i {
  margin-left: 20px;
}
.vacancies__item {
  padding: 40px 20px;
  color: #000;
  font-size: 26px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.vacancies__item:hover {
  transition: all 0.3s;
  box-shadow: -2px 3px 15px 8px #eaeaea;
}
.vacancies__item:not(:last-child) {
  border-bottom: 1px solid #cacaca;
}
.vacancies__item .location,
.vacancies__item .category {
  font-weight: 500;
  color: #2a9e6c;
}
.vacancies__sub-title {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.socials_subscribe a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2e2f33;
  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
.socials_subscribe a:first-child {
    margin-left: 0;
}
.socials_subscribe a:hover {
  opacity: .8;
}
/*============Employer======================*/

.bnr-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100% - 106px);
}
.page-template-template-employer .bnr-top {
  background-position: center bottom;
}
.single-post .bnr-top {
  background-position: center;
}
.bnr-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.41);
}
.bnr-top__title {
  font-size: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  color: #fff;
}
.single-post .bnr-top__title {
  font-size: 60px;
}

.team__container {
  text-align: center;
  padding: 90px 0 80px;
}
.team__title {
  margin-bottom: 26px;
}
.team__text {
  width: 100%;
  max-width: 675px;
  margin: 72px auto 0;
  font-size: 18px;
  font-weight: 500;
}
.team__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(33.3333% - 22px);
}
.team__item:hover .team__item-img img {
  transform: scale(1.1);
}
.team__item-img {
  margin-bottom: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team__item-img img {
  transition: 0.3s linear;
  transform: scale(1);
  max-width: 300px;
  max-height: 300px;
}
.team__item-text {
  max-width: 240px;
  font-size: 22px;
}
.garantee__title {
  margin-bottom: 45px;
}
.garantee__item {
  margin-bottom: 36px;
  height: 457px;
  position: relative;
}
.garantee__img {
  overflow: hidden;
  width: 50%;
  max-height: 414px;
  position: absolute;
}
.garantee__img img {
  width: 100%;
  height: auto;
}
.garantee__item.top {
  padding: 40px 0 0 38px;
}
.garantee__item.top .garantee__img {
  top: 0;
  left: 0;
  z-index: 1;

  -webkit-transition: all 1s ease;
  -moz-transition:    all 1s ease;
  -o-transition:      all 1s ease;
  -ms-transition:     all 1s ease;
  transition:         all 1s ease;
}
.garantee__item.top .garantee__img:hover {
  left: -20px;
}
.garantee__text {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #0ea07f;
}
.garantee__item.top .garantee__text {
  justify-content: flex-end;
}
.garantee__item.bottom {
  padding: 0 38px 40px 0;
}
.garantee__item.bottom .garantee__img {
  bottom: 0;
  right: 0;
  z-index: 1;

  -webkit-transition: all 1s ease;
  -moz-transition:    all 1s ease;
  -o-transition:      all 1s ease;
  -ms-transition:     all 1s ease;
  transition:         all 1s ease;
}
.garantee__item.bottom .garantee__img:hover {
  right: -20px;
}
.garantee__item.bottom .garantee__text {
  justify-content: flex-start;
}
.garantee__text ul {
  padding: 0 115px;
  width: 50%;
}
.garantee__list-icon {
  position: relative;
  width: 30px;
  height: 34px;
  margin-right: 24px;
}
.garantee__list-icon i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.garantee__text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  list-style-type: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.garantee__text ul li i {
  font-size: 34px;
}
.garantee__text ul li p {
  width: calc(100% - 54px);
}

.safety__container {
  padding: 72px 0 220px;
}
.safety__title {
  margin-bottom: 36px;
}
.safety__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.safety__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  width: calc(33.3333% - 15px);
}
.safety__img {
  margin-bottom: 27px;
  max-width: 369px;
  max-height: 246px;
}
.safety__img img {
  width: 100%;
  height: auto;
  width: 100%;
    height: 230px;
    object-fit: cover;
}
.safety__text p {
  padding: 0 21px;
  max-width: 369px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.button__more {
  font-size: 21px;
  margin-top: 42px;
  margin-bottom: 7px;
  text-align: center;
  font-weight: 500;
  display: block;
  color: #ebeaeb;
}
.button__more button {
  font-weight: 500;
}
.button__more span {
  font-size: 18px;
  display: block;
  margin-top: 24px;
  color: #4d4d4d;
}

/*============Employer / End======================*/

/*============Maker======================*/

.env__container {
  padding: 70px 0 95px;
}
.env__title {
  margin-bottom: 64px;
}
.env__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.env__item {
  text-align: left;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  width: calc(50% - 16px);
}

.env__item-img {
  max-height: 380px;
  position: relative;
  overflow: hidden;
}
.env__item-img img {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 568px;
  height: 100%;
}

.env__item-img:hover .env__item-text {
  display: flex;
}
.env__item-text {
  background-image: url(../image/maker/icons/icon-link.png);
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: 5% 6%;
  display: none;
  padding: 0 103px;
  font-size: 40px;
  color: #fff;
  align-items: center;
  justify-content: center;
  background-color: rgba(14, 160, 127, 0.93);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.project {
  background-color: #f7f7f7;
}
.projects__container {
  padding: 86px 0 177px;
}
.projects__title {
  margin-bottom: 90px;
}
.projects__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.projects__item {
  text-align: center;
  width: calc(25% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.projects__item:hover .projects__img img {
  transform: scale(1.1);
}
.projects__img {
  display: flex;
  justify-content: center;
  margin-bottom: 53px;
}
.projects__img img {
  transition: 0.3s linear;
  transform: scale(1);
  width: auto;
  max-height: 135px;
}
.projects__text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.bnr-bottom {
  position: relative;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 830px;
}
.bnr-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-color: rgba(6, 21, 22, 0.34);
}
.bnr-bottom__container {
  padding-top: 20%;
  width: 70%;
  margin: 0 auto;
}
.bnr-bottom__content {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bnr-bottom__left {
  text-align: left;
  width: calc(70% - 65px);
}
.bnr-bottom__title {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 44px;
  text-align: left;
  color: #fff;
  font-size: 65px;
}
.bnr-bottom__title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100px;
  height: 10px;
  display: block;
  background-color: #0ea07f;
}
.bnr-bottom__text {
  font-size: 18px;
  font-weight: 500;
}

.bnr-bottom__right {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  width: calc(30% - 65px);
}
.bnr-bottom__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr-bottom__item:not(:last-child) {
  margin-bottom: 50px;
}
.bnr-bottom__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40% - 12px);
}
.bnr-bottom__item-img img {
  width: auto;
  max-height: 80px;
}
.bnr-bottom__item-text {
  text-align: left;
  width: calc(60% - 12px);
  display: flex;
  align-items: center;
}
.perks {
  background-color: #369d64;
}
.perks__container {
  padding: 45px 0 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.perks__location {
  background-color: #2e8957;
  border-radius: 32px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 115px;
}
.perks__location-button {
  border-radius: 32px;
  background-color: transparent;
  color: #ebeaeb;
  font-weight: 500;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 70px;
  position: relative;
  z-index: 2;
}
.perks__location-button.active {
  color: #000;
  background-color: transparent;
}
.perks__location-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  background: #fff;
  border-radius: 32px;
  content: "";
  z-index: 1;
  transition: 0.3s all;
}
.perks__info {
  display: flex;
  justify-content: space-between;
}
.perks__info-item {
  position: relative;
  max-width: 155px;
}
.perks__info-item:not(:last-child) {
  margin-right: 120px;
}
.perks__info-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 15px;
  height: 100px;
}
.perks__info-img img {
  max-width: 100px;
  max-height: 100px;
}
.perks__info-text {
  padding-top: 58px;
  background-image: url(../image/maker/icons/icon-tick.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: top center;
  text-align: left;
  font-size: 18px;
  color: #ebeaeb;
  font-weight: 500;
}
.perks__info-item:not(:last-child):after {
  position: absolute;
  top: 50%;
  left: 75%;
  content: "";
  display: block;
  width: 197px;
  height: 4px;
  background-color: #46cf83;
}
.perks__info.right .perks__info-item:nth-child(3):after {
  display: none;
}
.perks__info.right {
  display: none;
}

/*============Maker / End======================*/

/*============Quality ======================*/

.stages__container {
  padding: 134px 0 125px;
}
.stages__text {
  margin-bottom: 115px;
  font-size: 40px;
  text-align: center;
}

section.stages .team__content {
  justify-content: space-between;
}
section.stages .team__item {
  width: calc(33.3333% - 40px);
}
section.stages .team__item-img {
  margin-bottom: 56px;
}
section.stages .team__item-text {
  text-align: center;
  max-width: 300px;
}

.records__container {
  padding-bottom: 113px;
}
.records__title {
  margin-bottom: 77px;
}
.records__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.records__item {
  max-width: 340px;
  display: flex;
  align-items: flex-start;
}
.records__item:first-child {
  margin-right: 128px;
}
.records__img {
  padding-top: 20px;
}
.records__img img {
  max-width: 123px;
  max-height: 116px;
}
.records__info {
  margin-left: 38px;
  text-align: left;
  color: #000;
}
.records__info-number {
  font-weight: 300;
  font-size: 142px;
}
.records__info-text {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.records__info-note {
  margin-top: 21px;
  color: #3e3236;
  font-size: 15px;
  font-weight: 500;
}

.companies-map__container, .map-tax__container {
  padding-bottom: 160px;
}
.companies-map__title {
  margin-bottom: 62px;
}
.companies-map__content {
  align-items: center;
  height: auto;
  max-width: 1160px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.companies-map__content img {
  width: 100%;
  max-height: 1100px;
}

/*============Quality / End======================*/

/*============Partner======================*/

.codex {
  background-color: #f7f7f7;
}
.wrapper {
}
.codex__container {
  padding: 120px 0 75px;
  color: #000;
}
section.codex .team__item-img {
  margin-bottom: 45px;
}
.codex-top__text {
  margin-bottom: 20px;
  font-size: 40px;
}
.codex-bottom__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 80px;
}
section.codex .team__content {
  justify-content: space-between;
  margin-bottom: 67px;
}
section.codex .team__item {
  width: calc(33.3333% - 46px);
  text-align: center;
}

.concepts__container {
  padding: 120px 0 0;
}
.concepts__item {
  margin-bottom: 100px;
}
.concepts__item:nth-child(even) .concepts__img {
  order: 2;
}
.concepts__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 72px;
}
.concepts__item:nth-child(n + 2) .concepts__img {
  display: flex;

  align-items: center;
}
.concepts__img {
  width: 50%;
}
.concepts__img.top {
  padding: 45px 25px 70px;
  border: 1px solid #c8c8c8;
}
.concepts__img.top .concepts__img-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.concepts__img.top .concepts__img-left img {
  max-width: 170px;
  max-height: 200px;
}
.concepts__img-left {
  width: calc(40% - 20px);
}
.concepts__img-text {
  font-weight: 500;
  font-size: 18px;
  width: calc(60% - 20px);
}
.concepts__img-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.concepts__img-item:first-child {
  padding-bottom: 55px;
  border-bottom: 1px solid #c8c8c8;
}
.concepts__img-item:last-child {
  padding-top: 45px;
}
/*.concepts__img img {
  max-width: 590px;
  max-height: 392px;
}*/
.concepts__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(45% - 36px);
}
.concepts__title {
  text-align: left;
  margin-bottom: 55px;
}
.concepts__text {
  font-size: 18px;
  font-weight: 500;
}
.concepts__text ul {
  padding: 0 60px 0 40px;
}
.concepts__text ul li {
  padding-left: 55px;
  background-image: url(../image/partner/icon-tick.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 31px;
}
.concepts__text ul li:first-child {
  margin-bottom: 65px;
}

/*============Partner / End======================*/

/*============Students======================*/

.features__container {
  padding: 107px 0 90px;
  display: flex;
}
.features__left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  width: 50%;
}
.features__title {
  text-align: left;
  margin-bottom: 35px;
}
.features__text {
  margin-bottom: 75px;
  font-weight: 500;
  font-size: 18px;
  color: #4d4d4d;
}
.features__list {
  height: 100%;
  position: relative;
}
.features__top {
  display: none;
}
.features__right {
  width: 50%;
}
.features__list > div {
  position: absolute;
  top: 0;
  left: 0;
}
.features__list-item {
  width: 130%;
  height: 108px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: rgba(14, 160, 127, 0.86);
}
.features__list-item span {
  width: 40%;
}
.features__list-item:not(:last-child) {
  margin-bottom: 12px;
}
.features__list-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
.features__list-item__img img {
  max-width: 80px;
  max-height: 70px;
}
.features__right img {
  width: 100%;
  max-width: 582px;
  max-height: 708px;
}
.education {
  height: 958px;
}
.education__container {
  position: relative;
  text-align: center;
  color: #fff;
}
.education__title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 105px;
}
.education__note {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 65px;
}
.education__info {
  display: flex;
  justify-content: center;
}
.education__info-item {
  flex-wrap: wrap;
  font-size: 88px;
  padding: 35px 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
}
.education__info div + div {
  margin-left: 30px;
}
.education__info-item:not(:nth-child(2)) {
  width: 30%;
}
.education__info-item:nth-child(2) {
  width: 40%;
}
.education__info-item span {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
}

.courses {
  background-color: #f7f7f7;
  padding-bottom: 105px;
}
.courses__top {
  padding: 42px 0 100px;
}
.courses__top-note {
  margin-bottom: 53px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #4d4d4d;
}
.courses__top-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.courses__top-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(33.3333% - 35px);
}

.courses__top-item:hover .courses__top-img img {
  -webkit-filter: unset;
  filter: unset;
}
.courses__top-title {
  height: 72px;
  padding-left: 25px;
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
}
.courses__top-img {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.courses__top-img.blue:after {
  position: absolute;
  content: "";
  background-color: rgba(14, 160, 127, 0.7);
  left: 0;
  top: 50%;
  z-index: 1;
  width: 75%;
  height: 33%;

  -webkit-transition: all 1s ease;
  -moz-transition:    all 1s ease;
  -o-transition:      all 1s ease;
  -ms-transition:     all 1s ease;
  transition:         all 1s ease;
}
.courses__top-img.yellow:after {
  position: absolute;
  content: "";
  background-color: rgba(255, 214, 52, 0.7);
  right: 13%;
  top: -8%;
  z-index: 1;
  height: 70%;
  width: 35%;

  -webkit-transition: all 1s ease;
  -moz-transition:    all 1s ease;
  -o-transition:      all 1s ease;
  -ms-transition:     all 1s ease;
  transition:         all 1s ease;
}
.courses__top-img.pink:after {
  position: absolute;
  content: "";
  background-color: rgba(255, 10, 108, 0.7);
  right: 0;
  top: 0;
  z-index: 1;
  width: 70%;
  height: 30%;

  -webkit-transition: all 1s ease;
  -moz-transition:    all 1s ease;
  -o-transition:      all 1s ease;
  -ms-transition:     all 1s ease;
  transition:         all 1s ease;
}
.courses__top-item:hover .courses__top-img.blue:after {
  top: 0;
}
.courses__top-item:hover .courses__top-img.yellow:after {
  right: 52%;
}
.courses__top-item:hover .courses__top-img.pink:after {
  top: 70%;
}
.courses__top-img img {
  transition: 0.3s linear;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 100%;
  max-width: 317px;
  max-height: 310px;
}
.courses__top-item a.active {
  background-color: #f8ac16;
}
.courses__top-item a {
  border-radius: 32px;
  margin: 0 auto;
  width: 130px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0ea07f;

  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
.courses__top-item a:hover {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}

/*==========Вкладки=======================*/
.courses__sections {
  background-color: #f7f7f7;
}
.courses__sections > div {
  display: none;
}

.training {
  padding: 0 0 55px;
}

.training__step .step__item {
  margin: 0 auto;
}
.training__step .training__step-content {
  margin-bottom: 30px;
}
.training__step.last .step__item-img {
  background-color: unset;
}
.training__step-text {
  max-width: 600px;
  margin: 15px auto 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.training__step-content {
  position: relative;

  margin: 90px 0 85px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.step__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.training__step.last .step__item-img:before,
.step__item:not(:first-child) .step__item-img:before {
  position: absolute;
  top: calc(50% - 17px);
  left: -34%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  width: 35px;
  height: 35px;
  background-color: #f8ac16;
}
.training__step.last .step__item-img:before {
  left: -15%;
}
.practice .training__step-content .step__item-img:before,
.training > div:nth-child(2) .step__item-img:before {
  left: -55%;
}
.step__item-img {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.step__item-img img {
  max-width: 240px;
  max-height: 235px;
}

.step__item-info {
  max-width: 200px;
  color: #110f0c;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.training__text {
  padding-bottom: 80px;
  font-size: 20px;
  text-align: center;
}
.training__vacancies {
  padding: 100px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  background-color: #3aad6e;
}
.training__vacancies h2 {
  color: #fff;
  margin-bottom: 30px;
}
.training__vacancies-text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
.training__vacancies .button {
  background-color: #ffcd05;
  color: #000;
}
.training__vacancies .button {
  margin-right: 10px;
}
.form_students {
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  height: 100%;
}
#popupwrap.pactive {
  opacity: 1;
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.modal-student-wrapper {
  width: 50%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 30px;
  z-index: 999999;
  border-radius: 30px;
}

.title-modal-student-wrapper {
  display: inline-block;
  width: calc(100% - 15px);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #39a96b;
  border-bottom: solid 1px #b6b6b6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.close-modal-stud {
  display: inline-block;
  font-size: 30px;
  color: #b6b6b6;
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 10px;
}
img.close-img-new {
  width: 15px;
}
.graduates-students-form.graduates-students-form-line1 {
  margin-bottom: 0px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.graduates-students-form div {
  display: block;
  width: calc(50% - 15px);
  padding-right: 15px;
  float: left;
  margin-bottom: 5px;
}
.graduates-students-form div span {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #6d6d6d;
}

.graduates-students-form div span {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #6d6d6d;
}
.graduates-students-form select.wpcf7-form-control.wpcf7-select {
  background-image: linear-gradient(45deg, transparent 50%, #b6b6b6 50%),
    linear-gradient(135deg, #b6b6b6 50%, transparent 50%),
    linear-gradient(to right, white, white);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.graduates-students-form select.wpcf7-form-control.wpcf7-select {
  outline: none;
  border: solid 1px #b6b6b6;
  box-shadow: none;
  padding-right: 30px;
  max-width: 100%;
  display: block;
  padding: 10px;
  width: 100%;
  border-radius: 30px;
}
.title-graduates-students-form {
  font-size: 18px;
  line-height: 18px;
  color: #2b2b2b;
  display: inline-block !important;
  width: 100% !important;
  margin-bottom: 10px;
}
.graduates-students-form-end {
  width: calc(100% - 15px);
  display: inline-block;
}
.graduates-students-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ellipsis;
}
.graduates-students-form span.wpcf7-form-control-wrap.goven span {
  margin: 0 0;
}
.graduates-students-form div textarea,
.graduates-students-form div input {
  width: 100%;
  outline: none;
  border: solid 1px #b6b6b6;
  font-family: "Verdana";
  font-size: 16px;
  color: #000;
  box-shadow: none;
  max-width: 100%;
  padding: 10px;
  display: block;
  border-radius: 30px;
}
.graduates-students-form div select {
}
.graduates-students-form span.wpcf7-list-item input {
  width: auto;
}
.graduates-students-form div input {
  font-size: 14px;
  display: inline;
}
.graduates-students-form input[type="checkbox"] {
  display: inline;
  width: auto;
  margin: 3px 3px 3px 4px;
}
.graduates-students-form.graduates-students-form-line6 span.wpcf7-list-item {
  margin-left: 0;
}
.practice__step-text {
  text-align: center;
  max-width: 600px;
  margin: 25px auto 0;
  font-size: 18px;
}
.practice .button__more a {
  background-color: #ffcd05;
  color: #000;
}
.graduates-students-form {
  vertical-align: top;
}
.graduates-students-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.graduates-students-form.graduates-students-form-line6 div {
  display: block;
  width: calc(100% - 15px);
}
.graduates-students-form .graduates-students-form-100 div {
  width: 100% !important;
}
.graduates-students-form-100 {
  width: 100% !important;
}
.graduates-students-form-end .graduates-students-form-right {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
}
.graduates-students-form-left {
  color: #6d6d6d;
  font-size: 14px;
  display: inline-block;
  line-height: 48px;
  vertical-align: top;
}
span.close-modal-now {
  color: #3d3d3d;
  font-size: 16px;
  margin-right: 25px;
  cursor: pointer;
}
.graduates-students-form-right input.wpcf7-form-control.wpcf7-submit {
  background-color: #39a96b;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 16px 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;

  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
} 
.graduates-students-form-end span.ajax-loader {
  position: absolute;
  right: 10px;
  top: 18px;
}
.graduates-students-form div textarea {
  width: calc(100% - 15px) !important;
}
.graduates-students-form.graduates-students-form-line2 > div,
.graduates-students-form.graduates-students-form-line4 > div,
.graduates-students-form.graduates-students-form-line6 > div,
.graduates-students-form.graduates-students-form-line1 > div {
  margin-bottom: 5px;
}
span.wpcf7-form-control-wrap.interested span.wpcf7-list-item.last,
span.wpcf7-form-control-wrap.goven span.wpcf7-list-item.last {
  display: none;
}
.graduates-students-form span.wpcf7-list-item-label {
  margin: 0;
  width: calc(100% - 30px);
  line-height: 18px;
  vertical-align: top;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .graduates-students-form div {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-student-wrapper {
    pointer-events: auto;
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
  }
}

.practice .training__step-content {
  margin-bottom: 70px;
}

.practice__reviews {
  padding: 135px 0 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.practice__reviews-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding-bottom: 50px;  
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  max-width: 318px;
  width: calc(33.3333% - 22px);
  border-radius: 8px;
}

.practice__reviews-img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.practice__reviews-img img {
  width: 100%;
  max-width: 320px;
  max-height: 205px;
}
.practice__reviews-text {
  margin: 45px 0 20px;
  padding: 0 20px;
}
.practice__reviews-info span {
  padding: 0 20px;
  margin: 0;
  display: inline-block;
}

.meetings__title {
  margin-bottom: 25px;
}
.meetings__text {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 50px;
  font-weight: 500;
  font-size: 18px;
}
.meetings__item {
  max-height: 435px;
  background-image: url(../image/students/top.png);
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: 45% 0;
  background-color: #ff0a6c;
  display: flex;
  margin-bottom: 25px;
}
.meetings__item-photo {
  width: 50%;
  overflow: hidden;
}
.meetings__item-photo img {
  width: 100%;
  max-width: 490px;
  height: 100%;
}

.meetings__item-text {
  background-image: url(../image/students/bottom.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 180% 500%;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 70%;
}
.meetings__item-text div + div {
  margin-top: 47px;
}
.meetings__img img {
  width: 100%;
  max-height: 543px;
}
.meetings .button {
  background-color: #ff0a6c;
}
.meetings__item-text > div {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.meetings__item-text span {
  max-width: 280px;
}
.meeting__item-number {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/*==========Вкладки / End=======================*/
.work-map__container {
  padding: 105px 0 90px;
}
.work-map__title {
  margin-bottom: 17px;
}

.work-map__img {
  position: relative;
  margin: 15px 0 35px;
}

/*.work-map__img .button__more {
  position: absolute;
  bottom: 55px;
  left: calc(50% - 120px);
}*/
.work-map__img .button {
  background-color: #ff0a6c;
}
.work-map__text,
.work-map__note {
  margin: 0 auto;
  max-width: 70%;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.digital__container {
  padding-top: 100px;
  padding-bottom: 255px;
}
.digital__title {
  margin-bottom: 40px;
}
.digital__email {
  text-align: center;

  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}
.digital__email a {
  color: #ff0a6c;
  font-family: "GothamPro";
  font-weight: 700;
}
.digital__text {
  margin: 0 auto 95px;
  text-align: center;
  max-width: 360px;
  font-size: 18px;
  font-weight: 400;
}
.digital__channels {
  display: flex;
  justify-content: center;
}
.digital__channels a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 17px;

  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
.digital__channels a:hover {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}
.digital__channels a:not(:last-child) {
  margin-right: 25px;
}
.digital__channels i {
  border-radius: 10px;
  color: #fff;
  font-size: 65px;
}
.digital__instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.digital__facebook {
  background-color: #4368b0;
}
.digital__tiktok {
  background-color: #000;
}
.digital__youtube {
  background: linear-gradient(180deg, rgb(237, 60, 112), rgb(226, 51, 38));
}
.digital__youtube i {
  color: #fceaec;
}
.digital__twitter i {
  color: #def2fc;
}
.digital__twitter {
  background-color: #27a8e0;
}
/*============Students / End======================*/
/*============  Progress ======================*/

.progress__container {
  padding: 50px 0 91px;
  border-bottom: 2px solid #e4e7df;
}
.progress__content {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.progress__item {
  text-align: center;
  width: calc(33.3333% - 60px);
}
.progress__item-text {
  max-width: 290px;
  line-height: 1.2;
  margin: 28px auto 0;
  font-weight: 500;
  font-size: 18px;
}
.progress__item-text strong {
  font-size: 24px;
}
.progress__item-text span {
  font-size: 60px;
}
.chart__container {
  padding: 103px 0 127px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.chart__numbers {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: calc(25% - 25px);
}
.chart__item {
  display: flex;
  align-items: center;
}
.chart__item-circle {
  margin-right: 16px;
  border: 6px solid;
  flex-shrink: 0;
  border-radius: 50%;
  width: 51px;
  height: 51px;
}
.chart__item-text {
  font-weight: 500;
  font-size: 18px;
}
.chart__item-text strong {
  font-weight: 900;
  font-size: 30px;
}
.chart__donut {
  width: calc(50% - 25px);
}
.donut {
  margin: 0 auto;
  max-width: 480px;
}

.circle-number {
  font-size: 90px;
}
.circle-currency {
  font-size: 36px;
}
.circle-text {
  font-size: 18px;
}
section.areas {
  background-color: #f7f7f7;
}
.areas__container {
  padding: 56px 0 10px;
}
.areas__content {
  margin-top: 78px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.areas__item {
  max-width: 314px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333% - 43px);
  margin-bottom: 83px;

  -webkit-transition: all 0.3s linear;
  -moz-transition:    all 0.3s linear;
  -o-transition:      all 0.3s linear;
  -ms-transition:     all 0.3s linear;
  transition:         all 0.3s linear;
}
.areas__item img {
  width: 100%;
}
.areas__item:hover {
  transform: scale(1.1);
}
.areas__item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 17px);
  height: calc(100% - 17px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  background-color: rgba(32, 32, 32, 0.5);
  border-radius: 50%;
}
.areas__item-text span {
  max-width: 240px;
}
.news__container {
  padding: 75px 0 12px;
}
.news__title {
  margin-bottom: 60px;
}
section.news .safety__item {
  align-items: flex-start;
  max-width: 352px;
  margin-bottom: 84px;
}
section.news .safety__img {
  margin-bottom: 20px;
}
.news__data {
  font-weight: 500;
  color: #c4c4c4;
  font-size: 14px;
  margin-bottom: 5px;
}
.news__text {
  line-height: 1.4;
  color: #000;
  font-size: 16px;
}

/*============Progress / End======================*/
/*============Potential======================*/
.potential__sections > div {
  display: none;
}
.potential__container {
  padding: 53px 0 79px;
}
.potential__text {
  max-width: 880px;  
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  margin: 0 auto;
  margin-bottom: 75px;
}
.potential__text p + p {
  margin-top: 27px;
}
.potential__content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.potential__item {
  width: 33.3333%;
  background-color: #f3f3f3;
  font-size: 20px;
  color: #000000;
}
.potential__item a {
  padding: 28px 15px 28px 22px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.potential__item:first-child {
  border-radius: 0 0 0 30px;
}
.potential__item:last-child {
  border-radius: 0 0 30px 0;
}
.potential__item + .potential__item {
  border-left: 2px solid #e5e5e5;
}

.potential__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30% - 8px);
}
.potential__item-text {
  width: calc(70% - 8px);
}
.potential__item.active {
  background-color: #2a9e6d;
  color: #fff;
  z-index: 1;
}
.potential__item.active svg path {
  fill: #fff;
}

.vacancy-slider__thmb-item {
  background-color: #f3f3f3;
  cursor: pointer;
}
.vacancy-slider__thmb-item span {
  padding: 28px 15px 28px 22px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacancy-slider__thmb .slick-slide:first-child .vacancy-slider__thmb-item {
  border-radius: 0 0 0 30px;
}
.vacancy-slider__thmb .slick-slide:last-child .vacancy-slider__thmb-item {
  border-radius: 0 0 30px 0;
}
.vacancy-slider__thmb-item {
  border-left: 2px solid #e5e5e5;
}
.vacancy-slider__thmb .slick-slide:first-child .vacancy-slider__thmb-item {
  border-left: 0px solid #e5e5e5;
}
.vacancy-slider__thmb .slick-slide.slick-current .vacancy-slider__thmb-item {
  background-color: #2a9e6d;
  color: #fff;
  z-index: 1;
}

.aid {
  padding: 44px 0 0;
}
.prof {
  padding: 44px 0 0;
}
.prof__container:nth-child(even) {
  background-color: #f7f7f7;
}
.prof__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.prof__title {
  width: 100%;
  margin-bottom: 21px;
  font-size: 36px;
  color: #000000;
}
.prof__title_h4 {
  font-size: 28px;
}
.company_name {
  display: block;
  padding: 5px 0;
}
.factory {
  display: block;
  padding: 0 0 5px;
}
.prof__item-left {
  font-size: 18px;
  width: calc(50% - 30px);
  font-weight: 500;
  color: #000;
  line-height: 1.4;  
}
.prof .prof__container:first-child .prof__item-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prof__item-right {
  width: calc(50% - 30px);
}
.prof__item-full-width {
  display: inline-block;
  width: 100%;
  margin: 40px 0 0;
}
.prof__item-data {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-top: 20px;  
}
.prof__item-data div {
  display: block;
  color: #2a9e6d;
}
.prof__item-data {
  margin-bottom: 20px;
}
.prof__item-data span {
  margin-right: 4px;
  font-size: 48px;
  font-weight: 700;
}
.prof__video {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a9e6d;
  color: #fff;
  border-radius: 24px;
  font-size: 16px;
  line-height: 1.4;
  margin: 20px auto 0;
  max-width: 192px;
  height: 48px;
}
.prof__item.top {
  margin-bottom: 7%;
}
.prof__item.top .prof__item-right {
  justify-content: space-around;
}
.prof__item.bottom {
  padding: 85px 0 105px;
}
.prof__item.bottom .prof__item-right {
  position: relative;
}

.prof__item-photos,
.prof__item-comments {
  width: 288px;
  height: 288px;
  overflow: hidden;
  position: relative;
}

.prof__item-photos {
  margin-right: auto;
}
.prof__item-photos + .prof__item-photos {
  margin-left: auto;
  margin-right: 0;
}
.prof__item-photos span,
.prof__item-comments span {
  padding: 0 24px 35px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(32, 32, 32, 0.4),
    rgba(32, 32, 32, 0.4)
  );
}
.prof__btn-wrap {
  text-align: center;
  display:none;
}

.prof__photos-slider .slick-slide {
  margin: 0 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1.2;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.prof__photos-slider .slide-image {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 280px;
  height: 280px;
  overflow: hidden;
}
.prof__photos-slider .slide-image img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.prof__photos-slider .slide-text {
  display: block;
  text-align: center;
  padding: 0 0 5px;
}

.practice__reviews.prof__captain-comments-slider {
  padding: 0;
}
.prof__captain-comments-slider .practice__reviews-item {
  max-width: 100%;
  box-shadow: none;
} 

.prof__captain-comments-slider .slick-slide {
  margin: 15px;
}
.prof__captain-comments-slider .practice__reviews-img img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aid__container:nth-child(2) {
  margin: 40px 0 93px;
}
.aid__container:nth-child(4) {
  display: none;
}
.aid__photo {
  overflow: hidden;
  margin-bottom: 26px;
  width: calc(50% - 15px);
}
.aid__scale {
  width: 100%;
}
.aid__photo img,
.aid__scale img {
  width: 100%;
}
.aid .prof__item-left p + p {
  margin-top: 25px;
}
.aid__results {
  padding: 33px 21px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #ffe404;
}
.aid__results-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 54px;
  width: 100%;
}
.aid__results-item:nth-child(2) {
  padding-right: 21px;
  text-align: center;
  width: 35%;
  padding-bottom: 16px;
}
.aid__results-item:last-child {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0 5px 0 34px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 65%;
  padding-bottom: 16px;
}
.aid__results-subitem {
  width: calc(50% - 13px);
}
.aid__results-text {
  margin-bottom: 16px;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}
.aid__results__number {
  margin-bottom: 2px;
  color: #2a9e6d;
  font-size: 48px;
}
.aid__results-item span {
  font-size: 15px;
  font-weight: 500;
}
.aid__container:nth-child(3) .prof__item {
  position: relative;
}
.aid__container:nth-child(3) {
  padding: 76px 0 66px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../image/potential/bg.jpg);
}
.aid__container:nth-child(3):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(42, 158, 109, 0.93);
}
.aid__visit {
  margin-top: -130px;
  padding: 32px 41px 65px 31px;
  background: #ffffff;
  box-shadow: 0px 16px 60px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.aid__visit .prof__title {
  margin-top: 36px;
  margin-bottom: 22px;
}
.aid__visit span {
  margin-top: 24px;
  display: block;
  font-size: 12px;
}
.aid__comment {
  display: flex;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
}
.aid__comment + .aid__comment {
  margin-top: 25px;
}
.aid__comment-text p + p {
  margin-top: 10px;
}
.aid__comment-name {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 24px;
}
.aid__visit .button {
  margin-top: 22px;
}
.aid__comment-post {
  margin-bottom: 12px;
}
.aid__comment-img {
  margin-bottom: 9px;
  margin-right: 17px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  flex-shrink: 0;
}
.aid__recommend {
  padding-top: 70px;
}
.insp {
  padding-top: 44px;
}
.insp__container:nth-child(even) {
  padding: 56px 0 95px;
  background-position: center;
  background-repeat: no-repeat;
}
.insp__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.insp__item-topic {
  position: relative;
  width: calc(50% - 15px);
  margin-bottom: 26px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.insp__item-topic img {
  width: 100%;
}
.insp__item-topic span {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(58, 57, 57, 0.8);
}

.insp__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insp__img img {
  width: 100%;
}
.insp__link {
  font-weight: 700;
  display: block;
  margin-top: 26px;
  color: #2a9e6d;
}
.insp__container:nth-child(3) {
  padding: 85px 0;
  background: url(../image/potential/bg-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.program {
  overflow: hidden;
  z-index: 2;
  position: relative;
  background: linear-gradient(
    130deg,
    rgba(247, 211, 15, 1) 34%,
    rgba(247, 192, 11, 1) 100%
  );
}
.program__container {
  font-family: "GothamPro";
  padding: 60px 0 300px;
}
.program__subtitle {
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.program__title {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 79px;
}
.program__text {
  width: calc(45% - 50px);
  font-size: 20px;
  font-family: "Verdana";
  font-weight: 400;
}
.program__content {
  display: flex;
  align-items: center;
}
.program__results {
  width: calc(55% - 50px);
  position: absolute;
  right: 0;
  bottom: 73px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}
.program__results > div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 40px 100px 45px;
}
.program__results-title {
  max-width: 370px;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.program__results-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 700px;
}
.program__results-left,
.program__results-right {
  width: calc(50% - 20px);
}
.program__results-info span {
  text-align: center;
  max-width: 160px;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.program__results-right > span {
  text-align: left;
}
.program__results-all {
  font-size: 126px;
  color: #ef483f;
}
.program__results-among + .program__results-among {
  margin-top: 10px;
}
.program__results-among {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -moz-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;  
  justify-content: flex-start;
}
.program__results-among span {
  text-align: left;
  text-transform: initial;
  font-weight: 500;
}
.program__results-among div {
  margin-right: 20px;
  font-size: 70px;
  font-weight: 300;
  width: 115px;
  min-width: 115px;
}
.shape-1 {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: -1;
}
.shape-1 {
  width: 105%;
}
.shape-1 img,
.shape-2 img {
  width: 100%;
}
.shape-2 {
  z-index: 3;
  position: absolute;
  bottom: -77px;
  right: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;/* 16:9 - 56.25% (4:3 - 75%)*/
  width: 100%;
  margin: 0 auto;
  height: 0;
  overflow: hidden;

  border: none;
  outline: none;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*============Potential / End======================*/
/*=============Culture============================*/
.part__sections > div {
  display: none;
}
.culture__container {
  padding: 53px 0 50px;
}
.culture__title {
  margin-bottom: 106px;
  text-transform: uppercase;
}

section.culture .potential__item {
  width: 20%;
}
section.culture .potential__item a {
  flex-direction: column;
  align-items: flex-start;
}
section.culture .potential__item-text,
section.culture .potential__item-img {
  width: auto;
}

.teamwork {
  padding: 50px 0 115px;
}
.teamwork .team__item-text {
  font-size: 22px;
  max-width: 330px;
  text-align: center;
}
.teamwork .team__item-img img {
  width: 100%;
  max-width: 360px;
  max-height: 360px;
}
.teamwork .team__item {
  width: calc(33.3333% - 18px);
}
.teamwork .team__content {
  justify-content: space-between;
}

.variety__container {
  padding: 88px 0 159px;
}
.variety__container_btn {
  padding-top: 50px;
}
.variety__item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.variety__img {
  width: calc(53% - 26px);
  display: flex;
  max-height: 400px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.variety__img img {
  width: 100%;
  height: 100%;
}
.variety__text {
  font-size: 28px;
  line-height: 1.8;
  color: #000000;
  display: flex;
  justify-content: center;
  width: calc(47% - 26px);
}

.variety__link {
  margin-top: 18px;
  color: #2a9e6d;
  text-decoration: underline;
  font-size: 16px;
  display: block;
}
.variety__btn {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}
.variety__item:nth-child(odd) .variety__img {
  border-radius: 0 200px 200px 0;
}
.variety__item:nth-child(even) .variety__img {
  border-radius: 200px 0 0 200px;
}
.variety__item:nth-child(even) .variety__text {
  order: -1;
}
.types__container {
  padding: 5px 0 29px;
}
.types .variety__text p {
  font-weight: 500;
}
.types .variety__text {
  padding: 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 29px 0;
  border: 4px solid;
}
.types .variety__item {
  align-items: stretch;
  margin-bottom: 49px;
}
.types__title {
  margin-bottom: 58px;
}
.types__item-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
.types__item .variety__text > div {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.types .variety__item:nth-child(odd) .variety__text {
  border-radius: 0 300px 300px 0;
  border-left: none;
}
.types .variety__item:nth-child(even) .variety__text {
  border-radius: 300px 0 0 300px;
  border-right: none;
}
.types .variety__item:nth-child(odd) .variety__img {
  border-radius: 200px 0 0 200px;
}
.types .variety__item:nth-child(even) .variety__img {
  border-radius: 0 200px 200px 0;
}

.types .variety__img,
.types .variety__text {
  width: 50%;
}
.types-bottom__title {
  color: #fff;
  margin-bottom: 76px;
}
.types-bottom {
  padding: 60px 0 59px;
  background-color: #2a9e6d;
}
.types-bottom .team__content {
  justify-content: space-between;
}
.types-bottom .team__item {
  width: calc(33.3333% - 10px);
}
.types-bottom .team__item-img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #f3f3f3;
}
.types-bottom .team__item-img {
  width: 100%;
  overflow: hidden;
  border: 14px solid rgba(255, 255, 255, 0.3);
}
.types-bottom__text {
  color: #fff;
  max-width: 326px;
  margin: 0 auto;
}
.types-bottom__text h3 {
  margin-bottom: 23px;
  font-size: 36px;
  font-weight: 800;
}
.types-bottom .team__item-img {
  margin-bottom: 41px;
}
.types-bottom__text div {
  font-weight: 500;
  line-height: 1.4;
  font-size: 20px;
}
.types-bottom .team__content {
  margin-bottom: 84px;
}
.types-bottom__link {
  overflow: hidden;
  margin: 0 auto;
  max-width: 318px;
  height: 70px;
  font-size: 16px;
  display: block;
  color: #000;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
.types-bottom__link:hover {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}
.types-bottom__link span {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.balance__container {
  padding: 24px 0 60px;
}
.balance__text {
  font-size: 24px;
  margin-bottom: 72px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
.balance__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.balance__item {
  margin-bottom: 43px;
  text-align: center;
}
.balance__item-text {
  margin-top: 40px;
  max-width: 400px;
  font-size: 30px;
}
.balance__item span {
  margin-top: 34px;
  margin-left: auto;
  max-width: 300px;
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 1.4;
}
.balance__bottom {
  background-image: url(../image/culture/balance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.balance__bottom > div {
  padding: 120px 160px 20px;
  background-color: rgba(34, 31, 31, 0.3);
  width: 100%;
  min-height: 275px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.balance__bottom > img {
  width: 100%;
}
.balance__bottom-item {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  width: calc(33.3333% - 10px);
}
.trust__container {
  padding: 0 0 73px;
}
.trust__item {
  overflow: hidden;
  margin-bottom: 62px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trust__item:nth-child(even) .trust__img {
  order: 2;
}
.trust__img img {
  width: 100%;
}
.trust__img {
  overflow: hidden;
  width: calc(55% - 15px);
}
.trust__text {
  width: calc(45% - 15px);
}
.trust__title {
  margin-bottom: 30px;
  font-size: 58px;
  line-height: 1;
  color: #20ad9b;
}
.trust__text > div {
  font-size: 36px;
  font-weight: 400;
  color: rgba(10, 10, 7, 0.8);
}
/************Vacancy****************************/
.vacancy__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vacancy__info.top {
  align-items: center;
  padding: 51px 0 50px;
}
.vacancy__info.bottom {
  padding: 65px 0 76px;
}
.vacancy__name {
  width: calc(50% - 10px);
  font-size: 60px;
  text-transform: capitalize;
  color: #b0b0b0;
}
.vacancy__info-demands {
  width: calc(50% - 10px);
}
.vacancy__info-demands li {
  max-width: 550px;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.vacancy__info-demands li + li {
  margin-top: 31px;
}
.vacancy__info-demands li:before {
  margin-top: 6px;
  content: "";
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-radius: 50%;
  background: url(../image/vacancy/tick.svg) no-repeat center, #80b144;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 26px;
}
.vacancy__info-title {
  margin-bottom: 47px;
  text-transform: uppercase;
  text-align: left;
}
.vacancy__contacts {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  order: 2;
  width: calc(50% - 10px);
}
.vacancy__contacts-img {
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vacancy__contacts-img img {
  width: 100%;
}
.vacancy__contacts-info span {
  font-size: 14px;
  color: #969696;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-bottom: 4px;
}
.vacancy__contacts-name {
  font-size: 24px;
  margin-bottom: 29px;
}
.vacancy__contacts-save {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  width: 174px;
  padding: 0 5px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  background-color: #767676;
}
.vacancy__conditions {
  background-color: #f3f3f3;
  padding: 84px 0 93px;
}
.vacancy__conditions-container ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.vacancy__conditions-container ul li {
  width: 33.3333%;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vacancy__conditions-img {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.vacancy-reply {
  position: relative;
  background-color: #2a9e6d;
}
.vacancy-reply:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/vacancy/vacancy-bg.jpg);
}
.vacancy-reply__container {
  flex-wrap: wrap;
  padding: 69px 0 70px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.vacancy-reply__info {
  padding-left: 109px;
  max-width: 500px;
  width: 60%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../image/vacancy/hand-shake.svg);
  background-size: 90px;
}
.vacancy-reply__title {
  margin-bottom: 17px;
  text-align: left;
  font-size: 36px;
  color: #202020;
}
.vacancy-reply__text {
  margin-bottom: 38px;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
}
.vacancy-reply__copy {
  display: block;
  background-position: left center;
  padding-left: 45px;
  background-image: url(../image/vacancy/copy.svg);
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 16px;
  line-height: 1.4;
  color: #ecdd69;
}
.vacancy-reply__share {
  margin-top: 150px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.vacancy-reply__share a {
  margin-left: 25px;
}
.vacancy-reply__share a i {
  color: #ecdd69;
  font-size: 20px;
}
.vacancy-reply__form {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.vacancy-reply__form form {
  max-width: 356px;
  width: 100%;
}
.vacancy-reply__form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.vacancy-reply__form input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.vacancy-reply__form input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.vacancy-reply__form input::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.vacancy-reply__form input::placeholder {
  color: #fff;
  font-size: 16px;
}
.vacancy-reply__form input {
  font-family: "Verdana";
  margin-bottom: 47px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 30px;
  height: 60px;
  padding: 0 28px;
  width: 100%;
}
.vacancy-reply__form .button {
  height: 60px;
  margin-top: 24px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
  color: #221f1f;
}

.vacancy-all_item-filters-panel {
  width: 90%;
}
.vacancy-all_item-row {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vacancy-all__tag-filter {
  margin-bottom: 0;
}
.vacancy-all__tag-filter .vacancy-all__item-wrap-label {
  margin-right: 10px;
}
.vacancy-all__tag-filter .vacancy-all__item-img {
  margin-bottom: 0;
}
.vacancy-all__item {
  display: flex;
  flex-direction: column;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;  
  justify-content: flex-start;
  width: calc(30% - 4px);
  margin-right: 4px;
}
.vacancy-all__item .nice-select {
  border-radius: 10px;
}
.vacancy-all__item-img {
  width: 30px !important;
  height: 30px;
  margin-bottom: 13px;
}
.vacancy-all__item-img img {
  display: block;
  width: 100%;
}
.vacancy-all__item-title {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 13px;
}
.vacancy-all__item div,
.vacancy-all__item select,
.vacancy-all__item button {
  width: 100%;
}
.vacancy-all__item_big {
  width: calc(40% - 4px);
}
.vacancy-all__item_small {
  width: 10%;
}
.vacancy-all__filter {
  padding-top: 25px;
  padding-bottom: 35px;
  background-color: #38a669;
}
.vacancy-all__filter form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.vacancy-all__filter form select,
.vacancy-all__filter form input {
  padding: 10px 15px;
  background-color: #fff;
  border: none;
  height: 42px;
  border-radius: 10px;
}
.vacancy-all__filter form input {
  border-radius: 10px 0 0px 10px;
}
.vacancy-all__filter-search button {
  border-radius: 0px 10px 10px 0px;
}
.vacancy-all__filter-btn {
  margin-top: 78px;
  height: 42px;
  background-color: #ffcd05;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;

  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
.vacancy-all__filter-btn:hover {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3); 
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}
.vacancy-all__filter-search {
  align-items: stretch;
  display: flex;
}
.vacancy-all__filter-search i {
  color: #38a669;
}
.vacancy-all__filter-search input {
  width: 90%;
}
.vacancy-all__filter-search button {
  width: 10%;
  background-color: #fff;
}
.vacancy-all__container {
  padding: 50px 0 100px;
}
.vacancy__item {
  font-weight: 500;
  color: #4d4d4d;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 15px 18px;
  border-radius: 6px 0 0 6px;
  border-left: 5px solid #38a669;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 6px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.vacancy-all__title {
  text-align: left;
  margin-bottom: 30px;
}
.vacancy__item > div {
  margin-bottom: 10px;
}
.vacancy__item-title {
  margin-bottom: 10px;
    font-family: system-ui;
  font-weight: 700;
  font-size: 26px;
  color: #000;
  width: 70%;
}
.vacancy__item-img img {
  max-width: 100px;
}
.vacancy__item-img, .vacancy__item-location {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.job-tag-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-filter-tag {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    color: #1f1f1f;
    padding: 5px 10px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    margin: 0px 4px 4px 0px;
}
.show-tags, .hide-tags {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    color: #1f1f1f;
    padding: 5px 10px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    margin: 0px 4px 4px 0px;
}
.item-filter-tag:hover, .item-filter-tag:focus, .item-filter-tag.active-tag, .show-tags:hover, .hide-tags:hover {
    background: #1b8c4ea6;
    color: #fff;
}
.item-filter-tag.hidden-tag, .hide-tags {
    display: none;
}

.vacancy__item-about {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.vacancy__item-time {
  text-align: right;
  width: 100%;
  font-size: 14px;
}
.vacancy__item-location i {
  margin-right: 10px;
  color: #38a669;
}
.vacancy__item-time {
  width: 50%;
}
.vacancy__item-company {
  width: 100%;
  color: #054413db;
  font-size: 17px;
  font-weight: 700;
}
.vacancy__item-cat-link {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  margin-right: 10px;
}
.vacancy__item-tag-link {
  color: #777777;
  margin-right: 10px;
}
.vacancy-all__list {
  margin-bottom: 60px;
}
.vacancy-info__item-cat-link, .vacancy-info__item-tag-link {
  margin-right: 10px;
}
.vacancy-info__item-cat-link {
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination__list {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
.pagination__list li:first-child,
.pagination__list li:last-child {
  border: none;
  color: #fff;
  background: #38a669ad;
}
.pagination__list li:nth-child(2),
.pagination__list li:nth-last-child(2) {
  background: #38a669;
  border: none;
  color: #fff;
}
ul.pagination__list li.active {
  background: #38a669;
    border: none;
    color: #fff;
}
.pagination__list li + li {
  margin-left: 8px;
}
.pagination__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
.pagination__list li a:hover {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}
.pagination__list li {
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  width: 40px;
  height: 40px;
}
.vacancy-slider__thmb .slick-list {
  justify-content: center;
}
.vacancy-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.vacancy-title .title {
  font-size: 54px;
  font-family: system-ui;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .vacancy-slider__list-icons {
    display: flex;
    flex-wrap: wrap;
  }
  .vacancy-slider__list-icons li {
    width: 33.333%
  }
  .vacancy-title .title {
    font-size: 48px;
    font-family: system-ui;
  font-weight: 700;
  }  
}

.vacancy-slider__content ul.vacancy-slider__list-icons li::before {
  display: none;
}
.vacancy-slider__content ul.vacancy-slider__list-icons li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vacancy-slider__icon-wrap {
  width: 36px;
  min-width: 36px;
  margin-right: 40px;
}
.vacancy-slider__bg-2 img {
  filter: grayscale(1);
  opacity: 0.3;
}
.vacancy-slider__bg-2.vacancy-slider__bg-2_first img {
  filter: grayscale(0);
  opacity: 1;
}
.vacancy-slider__content {
  height: auto;
  display: flex;
  align-items: center;
}
.vacancy-slider__main .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.vacancy-slider__thmb-item {
  width: 100%;
}
.vacancy-slider__main-item {
  width: 100%;
}
.vacancy-slider__main .slick-arrow {
  top: calc(50% - 48px);
}
.vacancy-slider__content .col p strong{
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}

.bg_gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");  
  filter: gray;
  -webkit-filter: grayscale(1);
}
/*=============Culture/End========================*/
.footer {
  background: #000;
}
.footer__container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1240px;
}
.footer__top {
  padding: 60px 0 40px;
  display: flex;
  align-items: flex-start;
}
.footer__top-links {
  width: 75%;
  display: flex;
}
.footer__top-links > div {
  margin-right: 60px;
}
.footer__top-links span {
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #7b8b99;
}
.footer__nav_1 {
  width: 30%;
}
.footer__nav_2 {
  width: 70%;
}
.footer__nav ul {
  text-transform: uppercase;
  font-size: 16px;
  color: #7b8b99;
  display: flex;
  flex-wrap: wrap;
}
.footer__nav ul li {
  margin: 0 0 18px;
  padding: 0;
  position: relative;
}
.footer__nav_1 ul li {
  width: 100%;
}
.footer__nav_2 ul li {
  width: 50%;
}
.footer__nav li ul.sub-menu {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.footer__nav ul.sub-menu li {
  width: 100%;
  text-align: left;
  display: block;
}
.footer__nav li ul.sub-menu li {
  margin: 0;
  padding: 0;
}
.footer__nav li ul.sub-menu li a {
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s;
}
.footer__nav li ul.sub-menu li.current-menu-item a {
  font-weight: 700;
  color: #fff;
}
.footer__nav ul li a:hover,
.footer__nav li ul.sub-menu li a:hover, .tel-footer:hover, .footer__info-link:hover {
  color: #39a96b;
}
.footer__top-info {
  width: 25%;
  position: relative;
}
.footer_logo_ww {
  width: 150px;
}
.tel-footer {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
  line-height: 24px;
  transition: all 0.4s;
}

/**********/
.footer__bottom {
  padding: 15px 0 7px;
  display: flex;
  justify-content: center;
  background: #181414;
}
.footer__bottom-policy {
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 600px;
  color: #fff;
  line-height: 1.5;
}
.footer__bottom-policy a {
  text-decoration: underline;
}
.footer__bottom-policy button {
  margin-left: 12px;
  text-transform: uppercase;
  color: #52e85f;
}
.soc-footer {
  margin-top: 30px;
}
.soc-footer p {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.footer__info-link {
  font-size: 13px;
  display: block;
  margin-top: 35px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s;
}
footer .socials a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2e2f33;
  margin-left: 0;

  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -o-transition:      all 0.3s;
  -ms-transition:     all 0.3s;
  transition:         all 0.3s;
}
footer .socials a:hover {
  color: #39a96b;
}
footer .socials a:first-child {
  margin-left: 0;
}
.permission {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.permission__text {
  font-weight: 400;
  margin-bottom: 11px;
  width: 70%;
  font-size: 14px;
  line-height: 1;
  padding-left: 10px;
}
.permission__text h2 {
  text-align: left;
  font-weight: 400;
  color: #295133;
  text-transform: uppercase;
  font-family: "Arial", Arial, Tahoma, sans-serif;
}
.permission__text p {
  margin-top: 5px;
  color: #000;
  font-family: helvetica-roman, Arial, Tahoma, sans-serif !important;
}
.permission__privacy {
  font-weight: 400;
  font-size: 17px;
  color: #666666;
  text-decoration: underline;
  font-family: "Arial", Arial, Tahoma, sans-serif;
}
.permission__privacy:hover {
  color: #295133;
}
.permission__actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.permission__accept {
  width: 134px;
  height: 51px;
  color: #fff;
  font-size: 16px;
  background: #295133;
  font-weight: 600;
  font-family: "Arial", Arial, Tahoma, sans-serif;
}
.permission__logo {
  width: 30%;
}
.permission__logo img {
  width: 120px;
}

#modal-cookie-policy {
  visibility: hidden;
  width: 100%;
  /*max-width: 630px;
  max-height: 300px;
  padding: 40px 30px 20px 30px;*/
  padding: 20px 50px;
  position: fixed;
  bottom: 0;
  background: #e5e5e5;
  /*margin: 20px auto;
  margin-top: 10%;*/
  border-top: 6px #295133 solid;
}

.the_content_wrapper {
  padding-bottom: 50px;
}
.the_content_wrapper h1,
.the_content_wrapper h3 {
  font-family: "helvetica-bold", Arial, Tahoma, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.the_content_wrapper h1 {
  font-size: 28px;
  line-height: 29px;
}
.the_content_wrapper h3 {
  font-size: 24px;
  line-height: 29px;
}
.the_content_wrapper p {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin: 15px 0;
}
.the_content_wrapper p a {
  color: #0c0707;
  font-weight: 600;
  text-decoration: underline;
}
.the_content_wrapper ul {
  list-style: disc outside;
  margin: 0;
}
.the_content_wrapper ul li {
  color: #000 !important;
  margin-bottom: 0px !important;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 5px 0 5px 25px;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 22px;
}
.the_content_wrapper ul li:before {
  content: "";
  display: block;
  background: url(/content/themes/kernel/assets/image/icons/fa-check-circle.svg)
    no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 9px;
}

.colls__content:not(.slick-initialized),
.assets__content:not(.slick-initialized) {
  opacity: 0;
}
.colls__content.slick-initialized,
.assets__content.slick-initialized {
  opacity: 1;
}
/*
.garantee__text ul li i {
    position: relative;
} */
.check {
  position: absolute;
  width: 85%;
  top: 3px;
  left: 2px;
}
.check-stroke {
  stroke-opacity: 0;
  stroke: #ffffff;
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
}
.map-tax__container ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.map-tax__container ul li {
  display: inline-block;
  padding: 9px 20px;
  background: #39a96b;
  color: #fff;
  border-radius: 32px;
  margin-right: 10px;
  cursor: pointer;
}
.map-tax__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.perks__location_for-map {
  margin-top: 40px;
  margin-bottom: 40px;
}
.perks__location-active_dark {
  background: #efefef;
}

.popup.active {
  overflow: auto;
}
.single-vacancy .form input {
  font-family: "Verdana";
  margin-bottom: 0;
  margin-top: 37px;
}
.single-vacancy .form input[name="firstname"] {
  margin-top: 0;
  margin-bottom: 0;
}
.popup__close_form {
  display: block!important;
  position: absolute;
  right: 20px;
  top: 30px;
}
.upload-file__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #969696;
  border-radius: 30px;
  border: 1px solid #c4c4c4;
  background: #f3f3f3;
  margin-top: 37px;
}
.upload-file__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.4px;
  height: 0.4px;
}
.upload-file__label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 6px 62px 6px 28px;
    cursor: pointer;
}
.field-wrap.attach-col .selected_file {
  position: relative;
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #39a96b;
  visibility: hidden;
}
.field-wrap.attach-col .note_attach {
  position: relative;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
  color: #636366;
  display: block;
  text-align: center;
}
.field-wrap.attach-col .note_attach span {
  font-weight: 600;
}
.field-wrap.attach-col .sm-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #373736;
  opacity: 1;
  top: -40px;
}
#wpcf7-f2285-p1277-o1 .wpcf7-not-valid-tip {
  font-size: 0.8em;
  line-height: 1;
  padding-left: 20px;
}

.error404 .site-header {
  border-bottom: 1px solid #F2F2F2;
}
.error-404__title {
  margin-top: 125px;
  font-weight: bold;
  font-size: 48px;
  line-height: 140%;
  max-width: 572px;  
  text-transform: uppercase;
  color: #000000;
  position: relative;
  z-index: 1;
}
.error-404__img {  
  width: 100%;
  max-width: 1150px;
  height: auto;
  z-index: 0;
  margin-top: -180px;
  margin-left: -25px;
  margin-bottom: 50px;
}
.error-404__ct {
  background: #F7F7F7;
  padding: 47px 0;
}
.error-404__subtitle {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;

  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 34px;
}
.error-404__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-404_link {
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  height: 59px;
  width: 243px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;

  color: #221F1F;
  background: #ECC022;
  margin: 0 19px 15px;
}
.dev {
  position: absolute;
  bottom: 0;
  left: -200px;
  color:  #7b8b99;
  font-size: 12px;
}
.dev a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.dev a:hover {
  color: #39a96b;
}


@media screen and (max-width: 1340px) {
  .assets__content .slick-next, .colls__content .slick-next, .prof__photos-slider .slick-next, .prof__captain-comments-slider .slick-next {
    right: 0px;
  }
  .assets__content .slick-prev, .colls__content .slick-prev, .prof__photos-slider .slick-prev, .prof__captain-comments-slider .slick-prev {
    left: 0px;
  }
  .error-404__img {
    margin-left: 0;
  }
}

@media screen and (max-width: 1240px) {
    .insp__container:nth-child(even) {
        padding: 56px 0;
    }
    .vacancies__item {
      font-size: 24px;
      padding: 25px 15px;
    }
    .vacancies__content div.name {
      width: 40%;
    }
    .vacancies__content div.category, .vacancies__content div.location {
        width: 30%;
    }
}

@media screen and (max-width: 1170px) and (min-width: 921px) {
  .aid__results-item:nth-child(2) {
    width: 45%;
  }
  .aid__results-item:last-child {
    width: 55%;
  }
  .aid__results-subitem {
    margin-bottom: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 1170px) {
  .program__container {
    padding: 60px 0 207px;
  }
  .program__text {
    width: calc(40% - 50px);
  }
  .program__results {
    width: calc(60% - 50px);
  }
  .shape-1 {
    bottom: -77px;
  }

  .header__logo {
    margin-right: 40px;
  }
  .header__nav ul {
    font-size: 12px;
  }
  .header__nav ul li {
    padding: 0 10px;
  }
  .bnr__title {
    font-size: 80px;
  }
  .benefit__content > div,
  .team__item {
    width: 33.3333%;
  }
  .reasons__item {
    width: 25%;
  }
  .concepts__item:nth-child(even) .concepts__img img {
    width: 100%;
  }
  .concepts__title {
    margin-bottom: 35px;
    font-size: 35px;
  }
  .concepts__img img {
    height: auto;
  }
  .bnr-top__title {
    font-size: 105px;
  }
  .bnr-top__title_grp {
    font-size: 90px;
  }
  .garantee__text ul {
    padding: 0 80px;
  }
  .bnr-bottom__container {
    padding: 25% 20px 0;
    width: 100%;
  }
  .bnr-bottom__left {
    width: calc(70% - 30px);
  }
  .bnr-bottom__right {
    width: calc(30% - 30px);
  }
  .bnr-bottom__item-text {
    width: 60%;
  }
  .bnr-bottom__item-img {
    width: 40%;
  }
  .step__item:not(:last-child) .step__item-img:before {
    left: -25%;
  }

  .training > div:nth-child(2) .step__item-img:before {
    left: -45%;
  }
  .footer .socials {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .socials a {
    margin-left: 7px;
    margin-right: 7px;
  }
  footer .socials a:first-child {
    margin-left: 7px;
  }
}

@media screen and (max-width: 1109px) {
  .assets__item-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1070px) {
  .program__title {
    font-size: 50px;
    margin-bottom: 45px;
  }
  .program__text {
    margin-bottom: 54px;
  }
  .program__container {
    padding: 60px 0 0;
  }
  .program__content {
    flex-wrap: wrap;
  }
  .program__text {
    width: 100%;
  }
  .shape-1 {
    width: auto;
  }
  .shape-2 {
    bottom: -8px;
    right: unset;
    left: 0;
  }
  .program__results > div {
    position: unset;
    padding: 40px 40px 40px 45px;
  }
  .program__results {
    max-width: 600px;
    margin: 0 auto 100px;
    border-radius: 20px;
    width: 100%;
    position: static;
  }
  .types__item-title {
    font-size: 32px;
  }
  .types__item .variety__text > div {
    font-size: 18px;
  }
  .donut {
    margin: 0 auto 20px;
  }
  .chart__donut {
    width: 100%;
    order: -1;
  }
  .chart__item {
    margin: 0 auto 20px;
  }

  .chart__numbers {
    width: 50%;
  }
  .trust__title {
    font-size: 45px;
  }
  .trust__text > div {
    font-size: 30px;
  }
  .variety__text {
    font-size: 20px;
  }
  .types-bottom .team__item {
    width: calc(50% - 10px);
    max-width: 360px;
    margin-bottom: 40px;
  }
  .types-bottom .team__content {
    margin-bottom: 40px;
    justify-content: space-around;
  }
  .teamwork .team__item {
    margin-bottom: 40px;
    width: 50%;
  }
  .teamwork .team__content {
    justify-content: space-around;
  }
  .education__title {
    font-size: 45px;
    margin-bottom: 50px;
  }
  .education__info-item {
    font-size: 70px;
  }
  .header__menu {
    display: flex;
  }
  .header__logo {
    margin-right: 0;
  }
  .bnr__title {
    font-size: 80px;
  }
  .single-post .bnr-top__title {
    font-size: 50px;
  }
  section.bnr {
    height: 900px;
  }
  .reasons__content {
    justify-content: center;
  }
  .reasons__item,
  .training__step:first-child .step__item {
    width: 33.3333%;
  }

  .team__item-text {
    font-size: 18px;
  }
  .codex-top__text,
  h2.small-title,
  .stages__text {
    font-size: 30px;
  }
  .concepts__text ul li:first-child {
    margin-bottom: 45px;
  }
  .concepts__text ul {
    padding: 0 0 0 40px;
  }
  .team__content {
    justify-content: space-between;
  }
  section.stages .team__item,
  .team__item {
    width: calc(33.3333% - 20px);
  }
  .garantee__text ul li {
    font-size: 16px;
  }
  .garantee__item {
    height: 400px;
  }
  .garantee__text ul {
    padding: 0 40px;
  }
  .env__item-text {
    font-size: 33px;
  }
  .projects__item {
    width: calc(25% - 40px);
  }
  .bnr-bottom__title {
    font-size: 55px;
  }
  /*.perks__info-item:not(:last-child):after,
    .header__nav {
        display: none;
    }*/
  .perks__info.right {
    width: 100%;
  }
  .perks__info.right .perks__info-item {
    width: calc(25% - 15px);
  }
  .perks__info.right .perks__info-item:not(:last-child) {
    margin-right: 0;
  }

  .features__list-item span {
    width: 60%;
  }
  .features__list > div {
    bottom: 20px;
    top: unset;
  }

  .features__left {
    padding: 0 50px 0 0;
  }
  .practice__reviews-item {
    margin-bottom: 30px;
  }
  .training__step-content {
    flex-wrap: wrap;
  }

  .practice .training__step-content .step__item-img:before,
  .training > div:nth-child(2) .step__item-img:before,
  .step__item:not(:last-child) .step__item-img:before {
    left: -36%;
  }

  header nav {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    left: -100%;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    z-index: 5;
    background: rgba(157, 204, 140, 0.98);
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    transition: 0.3s all;
  }

  header.active .header__menu {
    position: fixed;
    z-index: 6;
  }

  header.active .header__menu i {
    color: #000;
  }

  header.active nav {
    left: 0;
  }

  .header__nav ul li.current {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: unset;
  }

  .header__nav ul {
    flex-wrap: wrap;
    font-size: 16px;
    align-content: center;
    height: auto;
  }

  .header__nav ul li {
    margin: 10px 0;
    width: 100%;
    height: auto;
    justify-content: center;
  }

  .header__nav a:hover {
    color: #fff;
  }

  .header__nav ul li.current-menu-item a {
    border-bottom: 2px solid #000;
  }
  .header__nav ul li.current-menu-item ul.sub-menu a  {
    border-bottom: 0;
  }

  .header__nav ul li {
    flex-direction: column;
  }
  .header__nav li ul.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    padding: 5px;
    border-top: none;
    background: transparent;
    box-shadow: none;
  }
  .header__nav ul.sub-menu li {
    text-align: center;
    margin: 0;
  }
  .header__nav li ul.sub-menu li a {
    font-size: 13px;
    padding: 5px 0;
    width: auto;
  }
  .header__nav li ul.sub-menu li.current-menu-item a {
    color: #000;
  }
  .header__nav ul li.current_page_item {
    background-color: transparent;
    border-bottom: none;
  }
  .header__nav ul.sub-menu li.current_page_item {
    background-color: transparent;
    border-bottom: none;
  }

  .areas__item {
    width: calc(33.3333% - 30px);
  }

  .insp__container:nth-child(even) {
        padding: 50px 0;
  }
  .vacancies__select > div {
    font-size: 24px;
  }
  .vacancies__item {
    font-size: 22px;
  }
  
}

@media screen and (max-width: 920px) {
  .vacancy-all__item_small {
    width: 100%;
    margin-right: 0;
  }
  .vacancy-all_item-filters-panel {
    width: 100%;
    margin-right: 0;
  }
  .vacancy-all__filter form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .vacancy-all__filter-btn {
    margin-top: 20px;
  }
  .vacancy-all__filter-btn {
    font-size: 18px;
  }
  .vacancy__name {
    font-size: 56px;
  }
  .types .variety__text {
    padding: 0 40px;
    margin: 15px 0;
  }
  .insp__container:nth-child(even) .prof__item {
    align-items: center;
  }
  .aid__recommend {
    margin-bottom: 10px;
  }
  section.news .safety__content,
  .areas__content {
    justify-content: space-around;
  }
  .areas__item {
    width: calc(50% - 30px);
  }
  .assets__item {
    margin-bottom: 40px;
  }

  .colls__item {
    max-width: 380px;
  }

  .bnr__title {
    font-size: 67px;
  }
  section.bnr-top,
  section.bnr {
    height: 800px;
  }
  .about__item {
    width: calc(50% - 11px);
  }
  .footer__top-links {
    margin-right: 0;
  }
  .aid__recommend,
  .aid__container:last-child .prof__item-right,
  .concepts__info,
  .concepts__img {
    width: 100%;
  }
  .concepts__img {
    order: 1;
  }
  .concepts__info {
    max-width: 700px;
    text-align: center;
    padding: 0 30px;
    margin: 0 auto 40px;
  }
  .concepts__title {
    text-align: center;
  }
  .concepts__item:nth-child(n + 2) .concepts__img {
    display: flex;
    justify-content: center;
  }
  .concepts__text ul {
    padding: 0 40px;
    text-align: left;
  }
  section.stages .team__item,
  .team__item {
    width: 50%;
    margin-bottom: 40px;
  }
  section.stages .team__content,
  .team__content {
    justify-content: center;
  }
  .garantee__item.top,
  .garantee__item.bottom {
    padding: 40px 0;
  }
  .garantee__item.top .garantee__img {
    padding-left: 40px;
  }

  .garantee__item.bottom .garantee__img {
    padding-right: 40px;
  }

  .garantee__img,
  .garantee__item,
  .features__list > div {
    position: static;
  }
  .garantee__item {
    align-items: center;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #0ea07f;
  }
  .garantee__text,
  .projects__item {
    width: 50%;
  }
  .projects__item {
    margin-bottom: 35px;
  }
  .projects__text {
    max-width: 320px;
  }
  .garantee__text ul {
    width: 100%;
  }
  .garantee__item.bottom .garantee__img {
    order: 2;
  }
  .garantee__img {
    display: flex;
    align-items: center;
  }
  .safety__item {
    width: calc(50% - 30px);
  }
  .safety__text p {
    font-size: 16px;
  }

  .features__top {
    display: block;
    width: 60%;
  }
  .features__container {
    flex-wrap: wrap;
  }
  .features__list {
    display: flex;
    align-items: center;
  }
  .features__text {
    margin-bottom: 20px;
  }
  .courses__top-title {
    padding-left: 0;
    font-size: 25px;
  }

  .training__step:nth-child(2) .step__item,
  .training__step:first-child .step__item {
    margin-bottom: 55px;
    width: 50%;
  }
  .training > div:nth-child(2) .step__item-img:before,
  .training__step:first-child .step__item-img:before,
  .features__left .features__title,
  .features__left .features__text {
    display: none;
  }
  .insp__container:nth-child(even) {
        padding: 35px 0;
  }  
  .vacancies__item {
    font-size: 20px;
    line-height: 1;
  }
  .error-404__title {
    margin-top: 80px;
  }
  .error-404__img {
    margin-top: -70px;
  }
}
@media screen and (max-width: 850px) {
  .vacancy-reply__form .button {
    margin: 0 auto;
    display: block;
  }
  .vacancy-reply__text {
    margin-bottom: 20px;
  }
  .vacancy-reply__info {
    padding-left: 0;
  }
  .vacancy-reply__title {
    margin-bottom: 35px;
    font-size: 32px;

    padding-left: 80px;
    text-align: center;
  }
  .vacancy__info-demands {
    max-width: 600px;
    margin: 0 auto;
  }
  .vacancy__info-demands li + li {
    margin-top: 20px;
  }
  .vacancy-reply__form form,
  .vacancy-reply__info {
    max-width: 450px;
    margin: 0 auto;
  }
  .vacancy-reply__share {
    margin-top: 20px;
  }
  .vacancy__contacts,
  .vacancy-reply__form {
    margin-top: 40px;
    justify-content: center;
  }
  .vacancy__name {
    text-align: center;
    margin-bottom: 40px;
  }

  .types__item-title {
    font-size: 30px;
  }
  .trust__title {
    font-size: 36px;
  }

  .trust__text > div {
    font-size: 26px;
  }
  .variety__text,
  .types__item .variety__text > div {
    font-size: 16px;
  }

  .balance__bottom > div {
    padding: 45px 65px;
  }
  .potential__item {
    font-size: 16px;
  }
  .prof__item-left,
  .prof__item-right,
  .vacancy__name,
  .vacancy__info-demands,
  .vacancy__contacts,
  .vacancy-reply__info,
  .vacancy-reply__form {
    width: 100%;
  }
  .prof__item-left,
  .vacancy__info-title {
    margin-bottom: 30px;
  }
  .prof__item.bottom .prof__item-right > div {
    position: unset;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .prof__item-photos,
  .prof__item-comments {
    margin: 0;
    margin-bottom: 20px;
  }
  .aid__container:nth-child(2) {
    margin: 40px 0 20%;
  }
  .aid__comment + .aid__comment {
    margin-top: 70px;
  }
  .prof__item-data {
    margin-bottom: 20px;
  }
  .insp__container:nth-child(3) .prof__item-left > div {
    width: 55%;
  }
  .insp__container:nth-child(even) {
    background-color: #f0ed00;
    background-image: none!important;
    padding: 50px 0;
  }
  .progress__item {
    width: calc(33.3333% - 30px);
  }
  .benefit__content > div,
  .records__item {
    width: 50%;
  }
  .stages__container {
    padding: 100px 0;
  }
  .records__item:first-child {
    margin-right: 0;
  }
  .records__content {
    justify-content: space-between;
  }
  .bnr-top__title {
    font-size: 95px;
  }
  .bnr-top__title_grp {
    font-size: 90px;
  }
  .single-post .bnr-top__title {
    font-size: 45px;
  }
  .bnr-bottom__left,
  .bnr-bottom__right {
    width: 100%;
  }
  .bnr-bottom__right {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .bnr-bottom__item {
    width: calc(33.3333% - 10px);
  }
  .meetings__item-text {
    font-size: 16px;
  }
  .meetings__item-text div + div {
    margin-top: 30px;
  }
  .meeting__item-number {
    width: 40px;
    height: 40px;
  }
  .practice__reviews-item {
    font-size: 14px;
  }
  .bnr__title {
    font-size: 55px;
  }
  .vacancy-title .title {
    font-size: 40px;
    font-family: system-ui;
  font-weight: 700;
  }  
  .vacancy-slider__thmb .slick-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;    
  }
  .vacancy-slider__thmb .slick-track .slick-slide {
    display: flex;
    width: 100%!important;
  }
  .vacancy-slider__thmb .slick-slide:first-child .vacancy-slider__thmb-item, .vacancy-slider__thmb .slick-slide:last-child .vacancy-slider__thmb-item {
    border-radius: 0;
  }
  .vacancy-slider__thmb-item {
    border-left: 0; 
  }
  .vacancy-slider__thmb-item span {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .vacancy-info .vacancy-info__item {
    width: 50%;
  }
  .vacancy-slider__bg-2.vacancy-slider__bg-2_first {
    display: none;
  }
  .vacancies__select > div {
    font-size: 23px;
  }
  .vacancies__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .assets__content .slick-dots {
    left: 0;
    right: 0;
  }
  .assets__content .slick-arrow {
    height: 56px;
  }
  .assets__content .slick-arrow:after,
  .assets__content .slick-arrow:before {
    width: 3px;
    height: 30px;
  }
  .assets__content .slick-next, .colls__content .slick-next, .prof__photos-slider .slick-next, .prof__captain-comments-slider .slick-next {
    right: 8px;
  }
  .assets__content .slick-prev, .colls__content .slick-prev, .prof__photos-slider .slick-prev, .prof__captain-comments-slider .slick-prev {
    left: 8px;
  }
  .colls__content.slick-dotted.slick-slider {
    overflow: hidden;
  }
  .footer__nav ul li {
    width: 100%;
  }
  .footer__nav ul.sub-menu li {
    text-align: center;
  }
  .footer__nav ul li:last-child {
    width: 100%;
  }
  .footer__top-info {
    width: 100%;
    text-align: center;    
  }
  .footer__top-links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .vacancy-all__filter-btn {
    width: 100px;
  }
  .vacancy__conditions-container ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  .vacancy__conditions-container ul li {
    width: 50%;
  }
  .types .variety__item:nth-child(even) .variety__text {
    order: 1;
  }
  .types .variety__item {
    max-width: 600px;
    margin: 0 auto 20px;
    max-height: 100%;
  }
  .types .variety__item:nth-child(odd) .variety__img {
    border-radius: 100px 0 0 0;
  }

  .types .variety__item:nth-child(odd) .variety__text {
    border-radius: 0 0 100px 0;
    border-left: 4px solid;
  }
  .types .variety__item:nth-child(even) .variety__text {
    border-radius: 0 0 0 100px;
    border-right: 4px solid;
  }

  .types .variety__item:nth-child(even) .variety__img {
    border-radius: 0 100px 0 0;
  }
  .types .variety__text {
    border-top: none;
    padding: 35px;
    margin: 0;
  }
  .teamwork .team__item,
  .balance__bottom-item,
  .types .variety__img,
  .types .variety__text {
    width: 100%;
  }
  .balance__bottom-item img {
    transform: rotate(90deg);
  }
  .balance__bottom-item:nth-child(even) {
    display: block;
    margin: 40px 0;
  }
  .balance__bottom {
    border-radius: 60px;
    text-align: center;
  }
  .types-bottom__text h3 {
    font-size: 30px;
  }
  .types-bottom .team__item {
    width: 100%;
  }
  .progress__content {
    justify-content: space-around;
  }
  .progress__item {
    margin-bottom: 40px;
    width: calc(50% - 30px);
  }
  .bnr__title {
    font-size: 52px;
  }  
  section.bnr-top,
  section.bnr {
    height: 600px;
  }
  .reasons__item {
    width: 50%;
  }
  .footer__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__top .socials {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .footer__top-links {
    width: 100%;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;;
  }
  .footer__nav_1, .footer__nav_2 {
    width: 100%;
    text-align: center;
  }
  .footer__top-links > div {
    width: 33.3333%;
    margin-right: 0;
    text-align: center;
  }
  .records__item {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .records__item:first-child {
    margin-bottom: 20px;
  }
  section.codex .team__item,
  .team__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .concepts__img-text {
    font-size: 14px;
  }
  .vacancies__content {
    overflow-x: auto;
    margin-bottom: 40px;
  }
  .vacancies__select > div {
    font-size: 21px;
  }
  .vacancies__item {
    font-size: 16px;
  }
  .team__text {
    padding: 0 15px;
  }
  .bnr-top__title {
    font-size: 80px;
  }
  .single-post .bnr-top__title {
    font-size: 40px;
  }
  .garantee__img,
  .garantee__text,
  .bnr-bottom__item-text,
  .bnr-bottom__item-img,
  .practice__reviews-item {
    width: 100%;
  }
  .bnr-bottom__item-text {
    text-align: center;
    margin-top: 20px;
    justify-content: center;
  }
  .garantee__img {
    margin-bottom: 30px;
    padding: 0 40px;
  }
  .garantee__item.bottom .garantee__img {
    order: -1;
  }
  .env__item-text {
    font-size: 25px;
  }
  .bnr-bottom__title,
  .education__title {
    font-size: 40px;
  }
  .bnr-bottom:before {
    height: 100%;
  }
  .education__info-item {
    padding: 30px 0 20px;
    font-size: 35px;
  }
  .vacancy-all__item, .vacancy-all__item_big {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vacancy-all_item-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .dev { 
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 675px) {
  .program__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .courses__top-title {
    height: auto;
  }
  .program__results-all {
    font-size: 90px;
  }
  .program__results-among div {
    font-size: 60px;
    width: 95px;
    min-width: 95px;
  }

  .trust__title {
    font-size: 30px;
  }

  .trust__text > div {
    font-size: 20px;
  }
  section.culture .potential__item {
    width: 100%;
  }
  section.culture .potential__item a {
    flex-direction: initial;
    align-items: center;
  }
  section.culture .potential__item-img {
    width: 30%;
  }
  section.culture .potential__item-text {
    margin-left: 10px;
    width: 70%;
  }

  .variety__img,
  .variety__text {
    width: 100%;
  }
  .variety__item:nth-child(even) .variety__text {
    order: 1;
  }
  .variety .variety__text {
    padding: 0 10px;
    text-align: center;
  }
  .variety__text {
    margin-top: 15px;
  }

  .variety__item:nth-child(odd) .variety__img {
    border-radius: 0 100px 0 100px;
  }
  .variety__item:nth-child(even) .variety__img {
    border-radius: 100px 0 100px 0;
  }
  .potential__item {
    font-size: 20px;
  }
  .potential__item {
    width: 100%;
  }
  .potential__item + .potential__item {
    border-top: 2px solid #e5e5e5;
    border-left: none;
  }
  .potential__item:last-child {
    border-radius: 0 0 30px 0;
  }
  .potential__item:first-child {
    border-radius: 30px 0 0 0;
  }

  section.news .safety__item {
    width: calc(50% - 20px);
  }
  .bnr__title {
    font-size: 44px;
  }
  .bnr__search .nice-select {
    width: calc(50% - 66px);
  }
  .bnr__search > button {
    margin: 0 auto;
  }
  .footer__bottom-policy {
    padding: 0 15px;
    font-size: 14px;
  }
  section.stages .team__item,
  .safety__item,
  .env__item,
  .projects__item,
  .features__list-item,
  .meetings__item-photo,
  .meetings__item-text,
  .areas__item {
    width: 100%;
  }
  .bnr-top__title {
    font-size: 70px;
  }
  .single-post .bnr-top__title {
    font-size: 35px;
  }
  .perks__location-button {
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
  }
  .perks__info.right {
    flex-wrap: wrap;
  }
  .perks__info.right .perks__info-item {
    width: calc(50% - 35px);
    max-width: 100%;
    margin-bottom: 40px;
  }
  .perks__container {
    padding: 45px 0 100px;
  }
  .digital__channels a {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
  .digital__channels i {
    font-size: 30px;
  }
  .features__left {
    padding: 0;
    width: 100%;
    order: 2;
  }
  .features__right,
  .features__top {
    width: 100%;
    text-align: center;
  }
  .features__title {
    text-align: center;
  }
  .courses__top-info {
    justify-content: center;
  }
  .courses__top-item:first-child .courses__top-title,
  .meetings__item-photo {
    margin-bottom: 25px;
  }
  .courses__top-title {
    padding-left: 20px;
  }
  .courses__top-item {
    margin-bottom: 30px;
    width: auto;
  }
  .courses__top {
    padding-bottom: 60px;
  }
  .meetings__item {
    background-image: unset;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
    max-height: 100%;
  }
  .meetings__item-text {
    background-image: unset;
  }
  .meetings__item-photo {
    text-align: center;
  }
  .vacancy-info .vacancy-info__item {
    width: 100%;
  }
  .vacancies__select > div {
    font-size: 19px;
  }
  .vacancies__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .program__container {
    padding: 40px 0 0;
  }
  .program__subtitle {
    font-size: 14px;
  }
  .program__text {
    font-size: 18px;
  }
  .program__results {
    margin: 0 auto 70px;
  }
  .program__results-title {
    margin: 0 auto 20px;
    text-align: center;
  }
  .program__results-left {
    margin-bottom: 20px;
  }
  .program__results-left,
  .program__results-right {
    width: 100%;
  }
  .program__results-right {
    display: flex;
    flex-wrap: wrap;
  }
  .program__results-right > span,
  .program__results-all,
  .program__results-info span {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 10px;
  }

  .program__results-among span {
    text-align: left;
  }

  .pagination__list li:nth-child(n + 4) {
    display: none;
  }
  .pagination__list li:nth-last-child(-n + 3),
  .pagination__list li:nth-last-child(4) {
    display: block;
  }
  .vacancy-all__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .vacancy-all__item_big {
    width: 100%;
  }
  
  .prof__item-data {
    text-align: center;
  }
  .chart__item {
    margin: 0 auto 20px 0;
  }
  .chart__numbers,
  .vacancy__conditions-container ul li {
    width: 100%;
  }
  .teamwork,
  .trust__container,
  .variety__container,
  .balance__container,
  .chart__container,
  .prof {
    padding: 30px 0 80px;
  }
  .aid {
    padding: 30px 0 0;
  }
  .types__container {
    padding: 30px 0 30px;
  }
  .trust__img,
  .trust__text {
    width: 100%;
  }
  .trust__item:nth-child(even) .trust__img {
    order: -1;
  }
  .trust__item {
    border: 2px solid #20ad9b70;
    border-radius: 20px;
  }
  .trust__text {
    padding: 0 20px 20px;
  }
  .insp__container:nth-child(3) {
    position: relative;
  }
  .insp__container:nth-child(3):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(229, 229, 229, 0.9) 30.86%,
      rgba(229, 229, 229, 0.5) 49.27%
    );
  }
  .insp__container:nth-child(3) .prof__item-left > div {
    width: 100%;
  }
  .insp__container:nth-child(3) .prof__item {
    z-index: 1;
    position: relative;
  }
  .aid__results-subitem {
    width: 100%;
    margin-bottom: 10px;
  }
  .potential__container {
    padding: 30px 0 45px;
  }
  .aid__photo {
    width: calc(50% - 9px);
  }
  .aid__visit .prof__title {
    margin-top: 20px;
  }
  .aid__visit {
    padding: 24px 20px 34px 20px;
  }
  .prof__title,
  .program__title {
    font-size: 32px;
  }
  .aid .prof__item-left p + p {
    margin-top: 12px;
  }
  .aid__results-item:nth-child(2) {
    width: 45%;
  }
  .aid__results-item:last-child {
    width: 55%;
  }

  section.news .safety__content {
    justify-content: center;
  }
  .progress__item,
  section.news .safety__item {
    width: 100%;
  }
  section.news .safety__item {
    margin-bottom: 45px;
  }
  .assets__item,
  .vacancy-reply__form input {
    margin-bottom: 30px;
  }
  .colls__item {
    padding: 20px 0;
  }
  .reasons__name {
    font-size: 24px;
  }
  .reasons__text p {
    font-size: 14px;
  }

  .colls__item {
    margin: 0 5px;
    max-width: unset;
  }
  .bnr__title {
    font-size: 36px;
  }
  .bnr-top__title {
    font-size: 60px;
  }

  .bnr__search {
    flex-direction: column;
    text-align: center;
  }
  .bnr__search form {
    justify-content: center;
  }
  .bnr__search .nice-select {
    width: 100%;
    margin: 0 auto 12px;
  }
  .benefit__content > div {
    width: 100%;
    margin-bottom: 50px;
  }
  .about__item,
  .work-map__text,
  .work-map__note {
    width: 100%;
  }
  .codex-top__text {
    font-size: 25px;
  }
  .codex-bottom__text,
  .concepts__text,
  .work-map__text,
  .work-map__note,
  .features__list-item {
    font-size: 16px;
  }
  .concepts__text ul {
    padding: 0;
  }
  /*.work-map__img .button__more {
    bottom: 0;
  }*/
  header .socials {
    display: none;
  }
  .header__logo {
    margin: 0 auto;
  }
  .education__info {
    flex-wrap: wrap;
  }
  .education__title {
    font-size: 30px;
  }
  .education__info-item:nth-child(2),
  .education__info-item:not(:nth-child(2)) {
    width: calc(50% - 20px);
  }
  .education__info-item:last-child {
    margin-left: 0;
  }
  .education__info-item,
  .education__note,
  .education__title {
    margin-bottom: 30px;
  }
  .training__vacancies {
    padding: 100px 20px 80px;
  }
  .training__step:nth-child(2) .step__item,
  .training__step:first-child .step__item {
    width: 100%;
  }
  .assets__item-title {
    font-size: 16px;
    padding: 8px;
  }
  .vacancy-title .title {
    font-size: 32px;
    font-family: system-ui;
    font-weight: 700;
  }
  .vacancies__select, .vacancies__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacancies__select > div {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .vacancies__select > div + div {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vacancies__select div.name, .vacancies__select div.category, .vacancies__select div.location {
    text-align: center;
  }
  .vacancies__content div.name, .vacancies__content div.category, .vacancies__content div.location {
    padding-left: 0;
    width: 100%;
  }
  .vacancies__item div.name, .vacancies__item div.category, .vacancies__item div.location {
    text-align: left;
    margin-bottom: 5px;
  }
  .vacancies__select > div {
    font-size: 24px;
  }
  .vacancies__item {
    font-size: 18px;
  }
  .error-404__title {
    font-size: 44px;
    line-height: 1.1;
  }
  .error-404__img {
    margin-top: 0;
  }
}
@media screen and (max-width: 470px) {
  .program__results > div {
    padding: 40px 20px 40px 20px;
  }
  .program__results {
    margin: 0 auto 50px;
  }
  .vacancy__item-img {
    width: 100%;
    order: -1;
    justify-content: flex-end;
  }
  .vacancy__item-title, .vacancy__item-location {
    width: 100%;
  }
  .vacancy__item-location {
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;  
    justify-content: flex-start;
  }  
  .aid__container:nth-child(2) {
    margin: 40px 0 25%;
  }
  .balance__bottom > div {
    padding: 40px;
  }
  .balance__item-text {
    font-size: 24px;
  }
  .types__item-title {
    font-size: 30px;
  }
  .types__item .variety__text > div {
    font-size: 18px;
  }
  .aid__comment-img {
    float: left;
  }
  .aid__comment {
    display: unset;
  }
  .aid__results-item:nth-child(2),
  .aid__results-item:last-child {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .aid__results-item:last-child {
    border-left: none;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
  }
  .insp__item-topic {
    width: 100%;
  }
  .bnr__title {
    font-size: 27px;
  }
  .bnr-top__title,
  .vacancy__name {
    font-size: 45px;
  }
  .single-post .bnr-top__title {
    font-size: 30px;
  }

  .bnr__search .nice-select {
    width: 100%;
  }
  .reasons__item,
  .concepts__img img,
  .bnr-bottom__item {
    width: 100%;
  }
  .footer__top-links,
  .bnr-bottom__right {
    flex-wrap: wrap;
  }
  .footer__top-links > div {
    width: 100%;
    margin-bottom: 30px;
  }
  h2.small-title,
  .stages__text,
  .digital__channels i,
  .education__title {
    font-size: 25px;
  }
  .records__item {
    flex-direction: column;
    align-items: center;
  }
  .records__info {
    text-align: center;
    margin-left: 0;
  }
  .codex-top__text,
  h2.small-title,
  .bnr-bottom__title {
    font-size: 28px;
  }
  .concepts__info {
    padding: 0;
  }
  .garantee__text ul,
  .garantee__item.bottom .garantee__img,
  .garantee__item.top .garantee__img {
    padding: 0 30px;
  }
  .env__item-text {
    background-size: 30px;
    font-size: 20px;
  }
  .bnr-bottom__text {
    font-size: 14px;
  }
  .bnr-bottom__item-text {
    justify-content: flex-start;
    text-align: left;
    width: 60%;
  }
  .bnr-bottom__item-img {
    width: 40%;
  }

  .perks__location-button {
    font-size: 18px;
  }
  .perks__info.left .perks__info-item:first-child {
    margin-right: 70px;
  }
  .perks__info-item:not(:last-child):after {
    display: none;
  }
  .perks__info-text {
    font-size: 16px;
  }
  .digital__channels a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .digital__channels a:not(:last-child) {
    margin-right: 18px;
  }
  .education__info-item {
    padding: 20px 0;
    font-size: 20px;
  }
  .meetings .button__more {
    font-size: 16px;
  }
  .meetings .button {
    padding: 16px 20px;
  }
  .meeting__item-number {
    max-width: 40px;
    width: 100%;
  }
  .meetings__item-text > div {
    margin: 0;
  }
  .assets__item-title {
    font-size: 13px;
    padding: 8px;
  }
  .error-404__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .error-404__title {
    font-size: 30px;
  }
  .error-404__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .program__results {
    margin: 0 auto 25px;
  }
  .program__results-right > span {
    margin-bottom: 15px;
  }
  .vacancy-reply__share a {
    margin-left: 18px;
  }
  .pagination__list li {
    width: 34px;
    height: 34px;
  }
  .vacancy-all__item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .vacancy-all__item:last-child {
    margin-bottom: 0;
  }
  .vacancy__name {
    font-size: 40px;
  }
  .vacancy__contacts {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .vacancy__contacts-save {
    margin: 0 auto;
  }
  .vacancy__contacts-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .prof__item-left {
    font-size: 16px;
  }
  .reasons__photo {
    max-width: 120px;
    max-height: 120px;
  }

  .colls__item a img {
    max-width: 35px;
  }

  .bnr__title {
    font-size: 23px;
  }
  .bnr-top__title {
    font-size: 35px;
  }
  .single-post .bnr-top__title {
    font-size: 25px;
  }
  .footer__bottom-policy {
    font-size: 12px;
  }
  .concepts__img-left,
  .concepts__img-text,
  .bnr__search .nice-select {
    width: 100%;
  }
  .concepts__img-left {
    margin-bottom: 20px;
  }
  .meetings__item-text {
    font-size: 14px;
  }
  .training__vacancies .button__more {
    font-size: 17px;
  }
  .assets__item-title {
    font-size: 10px;
    padding: 8px 4px;
    height: 56px;
  }
  .item-filter-tag {
    white-space: normal;
  }
  .footer .socials a {
    margin-left: 2px;
    margin-right: 2px;
  }
  footer .socials a:first-child {
    margin-left: 2px;
  }
}


/*images_logo*/
.images_logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.scale_img {
  flex: 0 0 25%;
  text-align: center;
  position: relative;
}
.scale_img::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #6d3c19;
  right: -30px;
  top: 60px;
  z-index: -1;
}
.scale_img:last-child:before {
  display: none;
}
.scale_img img {
  width: 115px;
  height: 115px;
}
.num_progects {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 20px;

}
.num_progect {
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 100px;
  font-size: 45px;
  margin: 10px 15px;
  position: relative;
}
.number {
  color: #fff;
}
.progect_title {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.num_progects::before {
  content: '';
  position: absolute;
  background-image: url(../../img/arrow_down.png);
  width: 45px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
/**/
@media only screen and (max-width: 600px) {
  .scale_img {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .num_progects {
    justify-content: space-around;
  }
  .num_progects {
    margin-top: 0px;
  }
  .progect_title {
    width: 100%;
    text-align: center;
  }
  .scale_img::before {
    display: none;
  }
}

.screen-reader-text
{
  display:none;
}

.nav-previous {
  display: none;
}

/*.grecaptcha-badge {visibility: hidden;}*/


.title-info.item-amount_taxes {
    font-size: 15px;
}

.cusp {
  color: #fff;
  padding-top: 16px;
  font-size: 14px;
}

.nice-select.link_category {
    margin-top: 12px;
    width: 100%;
}

h5.title_link_category{
  text-align: center;
    width: 100%;
    margin-top: 12px;
    color: #000;
    text-shadow: 2px 2px 4px white;
    font-size: 20px;
 }
 
 .job-tag-filter.link_category_2 {
    margin-top: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.item-filter-tag-n{
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    padding: 0 12px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    border: none;
    display: inline-block;
    margin-bottom: 5px;
}

.item-filter-tag-n:hover, .item-filter-tag-n:active { 
    background: #39a96b;
}

.university {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.university__container{
  display: inline-block;
  max-width: 1258px;
  margin: 60px 0px; 
}

.university__container h2.university__title{
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  line-height: 106px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.university__container .university__text{
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #FFF200;
  max-width: 880px;
}

.university__container .university__number{
  display: inline-block;
  width: 100%;
  background-color: #fff;
  margin-bottom: 66px;
  margin-top: 66px;
  padding: 25px;
}

.university__container .university__number .university__number__item{
  display: inline-block;
  width: 33.333%;
  padding: 25px;
  float: left;
}

.university__container .university__number .university__number__item .university__number__item__img{
  display: inline-block;
  width: 100px;
  float: left;
}

.university__container .university__number .university__number__item .university__number__item__text{
  display: inline-block;
  width: calc(100% - 100px);
  float: left;
  padding-left: 26px;
}

.university__container .university__number .university__number__item .university__number__item__text h4{
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 71px;
  color: #010101;
}

.university__container .university__number .university__number__item .university__number__item__text h5{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #010101;
}

.university__container .university__number .university__number__item .university__number__item__text h4 span{
  font-size: 18px;
  line-height: 21px;
}

.university__container .university__link__text {
    display: inline-block;
    width: 60%;
    float: left;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    color: #FFFFFF;
}

.university__container .university__link__button{
    display: inline-block;
    width: 40%;
    float: left;
    text-align: center;
}
.university__container .university__link__button a{
  height: 80px;
  background: #FFF200;
  border-radius: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  padding: 20px 40px;
-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.university__container .university__link__button a:hover, .university__container .university__link__button a:focus, .university__container .university__link__button a:active{
  -webkit-box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 30%);
}

@media only screen and (max-width: 900px) {
  .university__container .university__number .university__number__item{
    width: 100%;
  }
  .university__container .university__link__text{
    width: 100%;
  }
  .university__container .university__link__button{
    width: 100%;
  }

  .university__container h2.university__title {
    font-size: 60px;
    line-height: 70px;
  }
  .university__container .university__text{
    text-align: center;
  }

  .university__container .university__link__text{
    margin-bottom: 40px;
  }
  .university__top {
      text-align: center;
  }  
}

@media only screen and (max-width: 600px) {
  .university__container h2.university__title {
      font-size: 45px;
      line-height: 50px;
  }
  .university__container .university__text {
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
  }
}

/*** page Graduate  Recruitment Program ***/
.bnr-top_grp:before {
  background-color: rgba(0, 0, 0, 0.53);
}
.bnr-top_grp {
  min-height: 560px;
  background-position: center;
}
.bnr-top__title_grp {
  line-height: 1;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.bnr-top__grp-text {
  position: relative;
  text-align: left;
  line-height: 1.2;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  max-width: 600px;
}
.bnr-top__btn {
  border-radius: 32px;
  margin: 0 auto;
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ffa918;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  font-size: 22px;
}
.grp-steps__btn:hover {
  -webkit-box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 30%);
}
.grp-sec-2 {
  background: #f7f7f7;
  padding-top: 90px;
  padding-bottom: 110px;
}
.grp-sec-2__title, .grp-sec-4__title, .grp-sec-5__title {
  text-align: left;
  margin-bottom: 65px;
  padding-left: 5%;
}
.grp-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
}
.grp-sec__left {
  width: 46%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  
}
.grp-sec__right {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 0 75px;
}

.grp-list {
    padding: 0;
    max-width: 430px;
}
.grp-list li {
    padding-left: 65px;
    padding-bottom: 6px;
    background-image: url(/content/themes/kernel/assets/image/partner/icon-tick.png);
    background-position: 0% 10%;
    background-repeat: no-repeat;
    background-size: 28px;
    margin-bottom: 15px;

    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
}
.grp-list li:last-child {
  margin-bottom: 0;
}

.grp-sec.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

  -moz-box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;  
  justify-content: flex-end;
}
.grp-sec.reverse .grp-sec__left {
  width: 49.5%;
}
.grp-sec.reverse .grp-sec__right {
  width: 46%;
  padding: 15px 40px 0 0;
}
.grp-sec.reverse .grp-list {
  max-width: 450px;
}

.grp-sec-3 {
  padding-top: 45px;
  padding-bottom: 57px;
}
.grp-sec-3__title {
  max-width: 780px;
  text-align: left;
  margin-bottom: 32px;
  padding-left: 60px;
}
.grp-program {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0px 75px 65px;

  background-image: url(/content/themes/kernel/assets/image/grp/sec3_bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.grp-program__item {
  width: 28%;
  margin-right: 4.5%;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grp-program__item:last-child {
  margin-right: 0;
}
.grp-program__head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  margin-bottom: 30px;
  margin-left: -15px; 
}
.grp-program__icon {
  -o-object-fit: contain;
  object-fit: contain;
}
.grp-program__title {
  font-size: 28px;
  font-weight: bold;
}
.grp-program__text {
  font-size: 21px;
  font-weight: 500;
}

.grp-sec-4 {
  padding-top: 0px;
  padding-bottom: 45px;
}
.grp-sec-4 .grp-sec__img-wrap {
  margin-top: -40px;
}

.grp-sec-5 {
  padding-top: 62px;
  padding-bottom: 115px;
  background: #f7f7f7;
}
.grp-sec-5 .grp-sec__img-wrap {
  margin-top: -20px;
}

.grp-sec-6 {
  padding-top: 65px;
  padding-bottom: 200px;
}
.grp-sec-6__title {
  text-align: center;
  margin-bottom: 45px;
  padding-left: 5%;
}
.grp-steps {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  margin: 0 -10px;
}
.grp-steps__item-wrap {  
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 32%;
  padding: 0 10px;
}
.grp-steps__item {  
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  width: 100%;
  height: 100%;
  padding: 30px 20px 40px;
  background: #f7f7f7;
}
.grp-steps__head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 165px;
  height: 185px;
  position: relative;

  margin-bottom: 5px;
}
.grp-steps__head_3 {
  width: 185px;
  height: 185px;
}
.grp-steps__icon {
  -o-object-fit: contain;
  object-fit: contain;
}
.grp-steps__title {
  position: absolute;
  font-size: 102px;
  font-weight: bold;
  color: #fff;

  top: 0;
    left: 50%;
    transform: translate(-50%, 10%);
}
.grp-steps__text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 77px;
}
.grp-steps__title_2 {
  left: 55%;
}
.grp-steps__title_3 {
  left: 60%;
}
.grp-steps__btn {
    border-radius: 32px;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ffa918;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.grp-steps__btn:hover {
    -webkit-box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 30%);
}
.grp-steps__btn img {
  width: 40px;
}
.grp-sec-6__text {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}
.grp-sec-6__text a {
  text-decoration: underline;
  color: #00a6f0;
}

.title-modal-start-wrapper {
    display: block;
    width: calc(100% - 15px);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
    padding-left: 20px;
}
.form_start .upload-file__wrapper {
  margin-top: 0;
}
.popup .form_start .btn-block {
    margin-top: 15px;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 2em 0 1em;
}
.form.form_start input, .form_start .form__input-file {
  margin-top: 0;
  margin-bottom: 0; 
  font-family: "Verdana"; 
}
.form_start .button_wi {
  padding-right: 30px;
}
.form_start .btn-block .col {
  margin: 0 auto;
}
.attach-col .wpcf7-not-valid-tip {
  padding-left: 20px;
  line-height: 1;
}
.upload-file__text-cv, .upload-file__text-solution {
  font-family: "Verdana";
}

.popup__content_grp .wpcf7 form .wpcf7-response-output {
  border-radius: 30px;
}

.success-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  width: 100%;
  padding: 6px 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #000;
  border-radius: 30px;
  border: 2px solid #2a9e6d;
}
.cv-invalid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 6px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #000;
  border-radius: 30px;
  border: 2px solid #ffb900;
  margin-top: 2em; 
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
.popup__content_grp .wpcf7 form .wpcf7-response-output {
  border-color: #ffb900;
}
.attach-col .files-solution, .attach-col .files-cv {
  position: absolute;
}
.attach-col .files-solution .wpcf7-not-valid-tip, .attach-col .files-cv .wpcf7-not-valid-tip {
  padding-left: 0;
  line-height: 1;
  min-width: 260px;
  position: relative;
  top: 40px;
}

.grp-steps__text {
  font-size: 24px;
  min-height: 140px;
  margin-bottom: 20px;
}
.grp-steps__head_4 {
  width: 145px;
}
#webinar-block {
  font-size: 20px;
  text-align: center;
  padding: 40px;
}
#webinar-block a {
  text-decoration: underline;
  color: #00a6f0;
}
.button_wb {
  position: relative;
  padding-left: 50px;
  padding-right: 30px;
}
.button_wb .button__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
}
.button_wb .ajax-loader {
    position: absolute;
    right: -70px;
    top: 15px;
}

.popup-wb, .popup-wbl {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(196, 196, 196, .6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.popup-wb.active, .popup-wbl.active {
    opacity: 1;
    visibility: visible;
    overflow: auto;
}
.popup-wb.active .popup__content, .popup-wbl.active .popup__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.popup-wb .form_wb .btn-block {
    margin-top: 15px;
}
.form_wb .btn-block .col {
    margin: 0 auto;
}
.form.form_wb input {
  margin-top: 0;
  margin-bottom: 0; 
  font-family: "Verdana"; 
}
.popup__content_grp-wb .wpcf7 form .wpcf7-response-output {
  border-radius: 30px;
}
.success-block-wb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  width: 100%;
  padding: 6px 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #000;
  border-radius: 30px;
  border: 2px solid #2a9e6d;
}

.hidden {
  display: none;
}

#breadcrumbs {
  padding: 6px 0;
  border-top: 1px solid #000;
}
#breadcrumbs .breadcrumb_last {
  font-weight: normal;
}



/*** Media ***/
@media screen and (max-width: 1440px) {
  .grp-steps__item-wrap {
    width: 40%;
  }
}
@media screen and (max-width: 1280px) {
  .grp-program {
    padding: 55px 0px 65px 20px;
  }
  .grp-sec-2__title, .grp-sec-3__title, .grp-sec-4__title, .grp-sec-5__title, .grp-sec-6__title {
    padding-left: 0;
  }
  .grp-sec {
    padding-left: 0;
  }
    
}
@media screen and (max-width: 1200px) {
  .grp-program__item {
    width: 29%;
    margin-right: 5%;
  }
  .grp-program__text {
    font-size: 18px;
  }
  .grp-steps__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .grp-program {
      padding: 40px 0px 65px 20px;
  }
  .grp-program__item {
    width: 30%;
  }
  .grp-program__title {
      font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .grp-program__item {
      width: 29%;
  }
  .grp-program__head {
    height: 32px;
  }
  .grp-sec__left, .grp-sec.reverse .grp-sec__left, .grp-sec__right, .grp-sec.reverse .grp-sec__right {
      width: 50%;
  }
  .grp-sec__right {
    padding: 0 0 0 40px;
  }
  .grp-sec.reverse .grp-sec__right {
        padding: 0 40px 0 0;
  }
  .grp-steps__text {
    min-height: 110px;
    margin-bottom: 50px;
  }
  .grp-steps {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      margin: 0 auto;      
  }
  .grp-steps__item-wrap {
    width: 50%;
    margin-bottom: 20px;
  }
  .grp-steps__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 850px) {
  .bnr-top__grp-text {
    font-size: 30px;
  }  
  .grp-program {
    background-image: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
   margin-left: 0;
    padding: 20px;      
  }
  .grp-program__item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      padding: 40px 0px 40px 60px;
      position: relative;     
  }
  .grp-program__item:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    content: '';

    width: 70%;
      height: 50%;
      -webkit-transform: skew(20deg);
      -moz-transform: skew(20deg);
      -o-transform: skew(20deg);
  }
  .grp-program__item:after {
    position: absolute;
    z-index: 0;
    top: 49.5%;
    left: 0;
    display: block;
    content: '';

    width: 70%;
      height: 50%;
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -o-transform: skew(-20deg);     
  }
  .grp-program__item:nth-child(1):before, .grp-program__item:nth-child(1):after {
    background: #0ea07f;
  }
  .grp-program__item:nth-child(2):before, .grp-program__item:nth-child(2):after {
    background: #37a468;
  }
  .grp-program__item:nth-child(3):before, .grp-program__item:nth-child(3):after {
    background: #ffcd05;
  }
  .grp-program__head {
      height: 43px;
      z-index: 1;
  }
  .grp-program__title {
      font-size: 28px;
  }
  .grp-program__text {
      font-size: 21px;
      z-index: 1;
  }
  .grp-sec-2 {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .grp-sec-5 {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .grp-sec-6 {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .grp-sec-4 .grp-sec__img-wrap, .grp-sec-5 .grp-sec__img-wrap {
      margin-top: 0;
  }  

}
@media screen and (max-width: 768px) {
  .grp-sec {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .grp-sec__left, .grp-sec.reverse .grp-sec__left, .grp-sec__right, .grp-sec.reverse .grp-sec__right {
      width: 100%;
  }
  .grp-sec__right {
    padding: 0;
  }
  .grp-sec.reverse .grp-sec__right {
        padding: 0;
  }
  .grp-sec__left {
    margin-bottom: 40px;
  }
  .grp-program__item:before, .grp-program__item:after {
    width: 60%;
  }
}
@media screen and (max-width: 667px) {
  .grp-steps {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      margin: 0 auto;      
  }
  .grp-steps__item-wrap {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .grp-steps__item {
    padding: 40px 20px;
  }
  .grp-steps__text {
      min-height: 0;
      margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .bnr-top__grp-text {
      font-size: 28px;
  }
  .grp-sec-2__title, .grp-sec-3__title, .grp-sec-4__title, .grp-sec-5__title, .grp-sec-6__title {
      margin-bottom: 30px;
  }
  .grp-program__item:before, .grp-program__item:after {
    width: 99%;
  }
  .attach-col .files-solution .wpcf7-not-valid-tip, .attach-col .files-cv .wpcf7-not-valid-tip {
    min-width: 0;
  }
}
@media screen and (max-width: 380px) {
  .bnr-top__grp-text {
      font-size: 22px;
  }
  .grp-list li {
    font-size: 18px;
  }
  .grp-program__item {
    padding: 40px 0px 40px 30px;
  }
  .grp-program__head {
        margin-left: -20px;
  }
  .grp-program__title {
      font-size: 25px;
  }
  .grp-program__text br {
    display: none;
  }
  .grp-program {
    padding: 20px 10px 20px 20px; 
  }
}
/*** end of page Graduate  Recruitment Program ***/
/*** page Progress-2 ***/
.progress__container {
    padding: 110px 0 120px;
    border-bottom: none;
}
.progress__content {
    margin-top: 65px;
} 
.progress__title, .agro-heroes__title {
  text-align: left;
}
.progress__item {
    width: 33.3333%;
}
.progress__item-img {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;

  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  height: 110px;
}
.progress__item-text {
  max-width: 100%;
  font-size: 22.5px;
  margin: 17px auto 0;
}
.progress__item-text strong {
    font-size: 58px;
    margin-bottom: 12px;
    display: block;
}
.chart {
  background-color: #0033ab;
  padding: 85px 0 25px;
}
.chart__title {
  color: #ffce01;
  text-align: left;
}
.chart__item {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.chart__item-text {
  color: #f7f7f7;
  font-weight: 400;
    font-size: 26px;
    line-height: 1.1;
}
.chart__item-text strong {
    font-weight: 700;
    font-size: 50px;
} 
.chart__container {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding: 75px 0 0;
} 
.chart__numbers {
  width: calc(50% - 25px);
} 
.chart__item {
  margin-bottom: 78px;
}
.chart__item-circle {
  width: 96px;
  height: 96px;
  text-align: center;
  border: none;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 20px;
} 
.sec-6 {
  padding-top: 87px;
  padding-bottom: 37px;
}

.sec-6 .sec-header__text {
  max-width: 780px;
}

.sec-6__wrap {
  width: 100%;
}

.ah-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;

  margin: 30px -12px 0;
}

.ah-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  padding: 0 12px;
  margin-bottom: 30px;
}

.ah-grid__item-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.ah-grid__item-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s opacity;
    content: "";
    background: rgba(0, 0, 0, 0.66);
    z-index: 0;
    left: 0;
    top: 0;
}
.ah-grid__item:hover .ah-grid__item-wrap:before {
  opacity: 1;
}

.ah-grid__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  
}

.ah-grid__read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  width: 165px;
  border-radius: 8px;
  background-color: #ffcc01;
  font-weight: 500;
  font-size: 21.5px;
  cursor: pointer;

  position: absolute;
  bottom: 0px;
  right: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ah-grid__item:hover .ah-grid__read-more {
  bottom: 26px;
  opacity: 1;
}

.perks__location.perks__location_for-map {
  background-color: #0033ab;
}

@media screen and (max-width: 1280px) {
  .progress__item-text span, .progress__item-text strong {
    font-size: 48px;
  }
  .chart__item-text strong {
    font-size: 44px;
  }
}
@media screen and (max-width: 1070px) {
  .progress__item-text span, .progress__item-text strong {
    font-size: 32px;
  }
  .chart__numbers {
      width: 50%;
  }
  .chart__item {
    margin: 0 0 50px;
  }
  .chart__item-text strong {
    font-size: 36px;
  }
  .chart__item-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .chart__item-text strong {
    font-size: 30px;
  }
  .chart__item-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .ah-grid__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .progress__item {
      margin-bottom: 40px;
      width: calc(50% - 30px);
  }
}
@media screen and (max-width: 740px) {
  .chart__item-text strong {
      font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  .progress__title, .agro-heroes__title, .chart__title {
      text-align: center;
  }
  .progress__item {
      width: 100%;
  }
  .chart__numbers {
      width: 100%;
  }
  .ah-grid__item {
    width: 100%;
    margin-bottom: 60px;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ah-grid__read-more {
    position: relative;
    opacity: 1;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
  .ah-grid__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ah-grid__icon {
    margin-bottom: 20px;
  }
  .ah-grid__item:hover .ah-grid__read-more {
    bottom: auto;
  }
  .ah-grid__item-wrap:before {
    display: none;
  }
  .sec-6 {
    padding-top: 60px;
    }
}
.popup .btn-block .row .col {
  text-align: center;
}
.wpcf7-spinner {
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 12px) ;
  top: calc(100% + 2px);
}

@media screen and (max-width: 480px) {  
  .progress__container {
    padding: 50px 0 90px;
    border-bottom: none;
  }
  
}
/*** end of page Progress-2 ***/

/*** page OAU ***/
.page-template-template-oau .wrapper {
    max-width: 1260px;
} 
.bnr-top_oau {
    min-height: 940px;
    background-position: center;
}
.bnr-top__title_oau {
    line-height: 1;
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.oau-sec-2 {
  background-color: #f7f7f7;
  padding-top: 110px;
  padding-bottom: 85px;
}
.oau-sec-2__title {
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.oau-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.oau-sec__left {
    width: 54.5%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.oau-sec__right {
    width: 45.5%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding-left: 10%;  
}
.oau-sec-2__subtitle {
  text-align: left;
  margin-bottom: 24px;
  max-width: 375px;
}
.oau-sec-2__descr {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 375px;
}
.oau-sec-3 {
  padding-top: 85px;
  padding-bottom: 110px;
}
.oau-sec-3__container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.oau-sec-3__left {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding-left: 4%;  
  padding-bottom: 65px;
}
.oau-sec-3__title {
  text-align: left;
  margin-bottom: 20px;
}
.oau-sec-3__text {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 475px;
}
.oau-sec-3__right {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.oau-sec-3__list-item {
  width: 100%;
  height: 118px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  background-color: #3f9f7e;
  margin-bottom: 18px;
}
.oau-sec-3__list-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
}
.oau-sec-3__list-item__img img {
    max-width: 65px;
    max-height: 53px;
}
.oau-sec-3__list-item span {
    padding-left: 10px;
    width: calc(100% - 125px);
}
.aou-sec-4 {
  padding-bottom: 200px;
}
.oau-sec-4__img-wrap {
  width: 100%;
  height: 730px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.oau-sec-4__prof {
  background-color: #3f9f7e;
  padding: 55px 120px 65px;
  margin-top: -470px;
  width: 100%;
  min-height: 555px;
  position: relative;
}
.aou-sec-4 .oau-sec-4__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 42px;
  line-height: 1.2;
  text-align: left;
}
.oau-sec-4__list {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.oau-sec-4__list li {
    padding-left: 50px;
    background-image: url(/content/themes/kernel/img/check-ico_yellow.svg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 32px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    width: 40%;
    min-height: 65px;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.oau-sec-4__btn-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.aou-sec-4__btn-more {
    height: 84px;
    background: #FFF200;
    border-radius: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #282828;
    padding: 20px 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.aou-sec-4__btn-more:hover {
    -webkit-box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 30%);
}

/*** Media ***/
@media screen and (max-width: 1600px) {
  .bnr-top_oau {
    min-height: 600px;
    background-position: center;
  }
  .bnr-top__title_oau {
    margin-top: 40px;
  }
  .oau-sec-2__descr, .oau-sec-3__text, .oau-sec-4__list li {
    font-size: 21px;
  }
  .oau-sec-3__list-item {
    font-size: 22px;
  }
  .aou-sec-4 .oau-sec-4__title {
    font-size: 40px;
  }
}  
@media screen and (max-width: 1280px) {
  .oau-sec-2 {
    padding-top: 80px;
  }
  .oau-sec-2__title {
    font-size: 32px;
  }
  .oau-sec-3__left {
    padding-right: 4%;
  }
  .oau-sec-4__prof {
    padding: 55px 65px 65px;
  }
  .oau-sec-4__list li {
    width: 45%;
  }
}
@media screen and (max-width: 740px) {
  .oau-sec__left {
    width: 100%;
    margin-bottom: 30px;    
  }
  .oau-sec__right {
    width: 100%;
    padding-left: 0;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .oau-sec-2__descr, .oau-sec-3__text {
    max-width: 100%;
    text-align: center;
  }
  .oau-sec-3__left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .oau-sec-3__right {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .oau-sec-4__list li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .aou-sec-4 .oau-sec-4__title {
    font-size: 34px;
  }
  .oau-sec-4__prof {
    padding: 50px 20px 50px;
  }
  .oau-sec-2__descr, .oau-sec-3__text {
    font-size: 20px;
  }
  .oau-sec-4__list li {
    font-size: 18px;
  }
  .oau-sec-3__list-item {
    font-size: 20px;
  }
  .oau-sec-2__title {
    font-size: 24px;
  }
  .oau-sec-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .oau-sec-3 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
/*** end of page OAU ***/

/*** page EVP ***/
.bnr-top_evp {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}  
.bnr-top_evp .bnr-top__container {
  margin-bottom: 100px;
}
.bnr-top__title_evp {
  text-align: left; 
  margin-left: 13%; 
}
.bnr-top__grp-text_evt {
  text-align: left;
  margin-left: 13%;
}
.bnr-top__grp-text_evt {
  font-size: 42px;
}
.evp-sec-2 {
  padding-top: 120px;
  padding-bottom: 300px;
}
.evp-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}  
.evp-sec__scheme {
  width: 719px;
  height: 719px;
  position: relative;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.evp-sec__text {
  width: calc(100% - 719px);
  padding-left: 8.8%;
}
.evp-sec__scheme-title {
  font-size: 98px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 295px;
  left: 255px;
}
.evp-figure {
  position: absolute;

  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;  
}
.evp-figure:hover, .evp-figure.active {
  filter: contrast(160%);
}
.evp-figure-1 {
  top: 0;
  left: 0;
}
.evp-figure-2 {
  top: -8px;
  left: 318px;
}
.evp-figure-3 {
  top: 208px;
  left: 458px;
}
.evp-figure-4 {
  top: 493px;
  left: 190px;
}
.evp-figure-5 {
  top: 289px;
  left: -7px;
}
.evp-sec-2__subtitle {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 46px;
}
.grp-list_evp li {
  margin-bottom: 25px;
}

.tabs__caption .evp-figure:not(.active) {
  cursor: pointer;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}



@media screen and (max-width: 1600px) {
  .evp-sec__text {
    width: calc(100% - 600px);
    padding-left: 5.5%;
  }
  .evp-sec-2__subtitle {
    margin-top: 8px;
  }
  .evp-sec__scheme {
    width: 600px;
    height: 600px;
  }
  .evp-figure-1 {
    width: 287px;
    top: 0;
    left: 6px;
  }
  .evp-figure-2 {
    width: 297px;
    top: -5px;
    left: 270px;
  }
  .evp-figure-3 {
    width: 213px;
    top: 177px;
    left: 388px;
  }
  .evp-figure-4 {
    width: 335px;
    top: 415px;
    left: 164px;
  }
  .evp-figure-5 {
    width: 209px;
    top: 244px;
    left: 0px;
  }
  .evp-sec__scheme-title {
    font-size: 84px;
    top: 248px;
    left: 218px;
  }
  .evp-sec__text {
    margin-top: 0;
  } 
}
@media screen and (max-width: 1280px) {
  .evp-sec__text {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1070px) {
  .evp-sec {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .evp-sec__text {
    margin-top: 40px;
    width: 100%;
  }
  .evp-sec__scheme {
    margin: 0 auto;
  }
  .tabs__content {
    max-width: 480px;
    margin: 0 auto;
  }
  .evp-sec-2__subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .bnr-top__grp-text_evt {
    font-size: 30px;
  }  
}
@media screen and (max-width: 767px) {
  .evp-sec-2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .evp-sec__scheme {
    width: 400px;
    height: 400px;
  }
  .evp-figure-1 {
    width: 171px;
    top: 0;
    left: 0;
  }
  .evp-figure-2 {
    width: 177px;
    top: -3px;
    left: 158px;
  }
  .evp-figure-3 {
    width: 127px;
    top: 102px;
    left: 228px;
  }
  .evp-figure-4 {
    width: 200px;
    top: 242px;
    left: 95px;
  }
  .evp-figure-5 {
    width: 125px;
    top: 143px;
    left: -2px;
  }
  .evp-sec__scheme-title {
    font-size: 48px;
    top: 150px;
    left: 130px;
  }
  .evp-sec__text {
    margin-top: 0;
  } 
  .bnr-top__title_evp {
    margin-left: 0; 
  }
  .bnr-top__grp-text_evt {
    margin-left: 0;
  } 
}
@media screen and (max-width: 568px) {
  .evp-sec__scheme {
    width: 360px;
    height: 360px;
  }
  .evp-sec__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bnr-top__grp-text_evt {
      font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .evp-sec__scheme {
    width: 280px;
    height: 280px;
  }
  .evp-figure-1 {
    width: 137px;
    top: 0;
    left: 0;
  }
  .evp-figure-2 {
    width: 142px;
    top: -3px;
    left: 125px;
  }
  .evp-figure-3 {
    width: 102px;
    top: 82px;
    left: 182px;
  }
  .evp-figure-4 {
    width: 160px;
    top: 195px;
    left: 75px;
  }
  .evp-figure-5 {
    width: 100px;
    top: 114px;
    left: -2px;
  }
  .evp-sec__scheme-title {
    font-size: 40px;
    top: 120px;
    left: 100px;
  }
}
@media screen and (max-width: 380px) {
  .bnr-top__grp-text_evt {
      font-size: 22px;
  }
}
/*** end of page EVP ***/