.header {
  background-color: #EBF5F0;
  position: relative;
  z-index: 50;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.header__sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-c-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-left: 15px;
}

.header_fixed {
  /* position: fixed; */
  width: 100%;
  top: 0;
}

.bs {
  -webkit-box-shadow: 0px -6px 18px -10px rgba(0, 0, 0, 0.75) !important;
          box-shadow: 0px -6px 18px -10px rgba(0, 0, 0, 0.75) !important;
}
.bs .header__wrapper {
  padding: 10px 0;
}

.logo a img {
  max-width: 222px;
}

.main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: -25px;
}
.main_nav ul li {
  margin-right: 28px;
  padding: 10px 0;
  text-align: center;
}
.main_nav ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #5B5B5B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_nav ul li a:hover {
  color: #49A679;
}

.lang_wrapp {
  position: relative;
}

.lang {
  position: absolute;
  top: -9px;
}
.lang__list {
  position: relative;
  padding: 0px 22px 5px 10px;
  overflow: hidden;
  max-height: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.lang__list::after {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  content: "";
  width: 17px;
  height: 10px;
  background-image: url("../img/icons/arrow_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.lang__list li {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #5B5B5B;
  cursor: pointer;
  margin-top: 10px;
}
.lang__list li:first-child {
  margin-top: 0;
}
.lang__list li:hover {
  color: #49A679;
}
.lang:hover .lang__list {
  max-height: 300px;
  background: #EBF5F0;
}
.lang:hover .lang__list::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lang .lang-show {
  max-height: 300px;
  background: #EBF5F0;
}
.lang .lang-show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.login_link {
  margin-left: 120px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #5B5B5B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.login_link:hover {
  color: #49A679;
}

.header-contact__phones {
  background-image: url("../img/icons/phone1.png");
  background-repeat: no-repeat;
  background-position: center left -5px;
  background-size: 38px;
  padding-left: 30px;
}
.header-contact__phones a {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #5B5B5B;
}
.header-contact__request {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: lowercase;
  color: #49A679;
}

.mob_menu_btn {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}
.mob_menu_btn__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 18px;
  width: 20px;
}
.mob_menu_btn__burger span {
  width: 20px;
  height: 3px;
  border-radius: 20px;
  display: block;
  background: #49A679;
  margin-left: 0 !important;
}
.mob_menu_btn__burger span:nth-child(1) {
  width: 20px;
}
.mob_menu_btn__burger span:nth-child(2) {
  width: 17px;
}
.mob_menu_btn__burger span:nth-child(3) {
  width: 12px;
}
.mob_menu_btn span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #5B5B5B;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
}

@media (max-width: 1480px) {
  .logo a img {
    max-width: 180px;
  }

  .main_nav ul {
    padding: 0 4px;
    margin-bottom: -18px;
  }
  .main_nav ul li {
    margin-right: 13px;
    padding: 5px 0;
  }
  .main_nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }

  .lang__list::after {
    top: 3px;
  }
  .lang__list li {
    font-size: 16px;
    line-height: 18px;
  }

  .login_link {
    font-size: 16px;
    line-height: 18px;
    margin-left: 90px;
  }

  .header-contact__phones {
    background-position: center left 0px;
    background-size: 26px;
    padding-left: 27px;
  }
  .header-contact__phones a {
    font-size: 14px;
    line-height: 16px;
    color: #5B5B5B;
  }
  .header-contact__request {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1140px) {
  .mob_menu_btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .bg-shadow {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.219);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-c-wrapp {
    position: absolute;
    z-index: 100;
    min-height: 100vh;
    height: 100vh;
    margin-left: 0;
    width: 400px;
    background-color: #EBF5F0;
    top: 0;
    left: -1000px;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll;
    padding: 50px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 1140px) and (max-height: 420px) {
  .header-c-wrapp {
    padding-top: 150px;
  }
}
@media (max-width: 1140px) {
  .bg-shadow__active {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1140px) {
  .menu_showed {
    left: 0;
  }
}
@media (max-width: 1140px) {
  .main_nav {
    margin-top: 50px;
  }
  .main_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .main_nav ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1140px) {
  .header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__sec1 {
    margin: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 1140px) {
  .lang_wrapp {
    margin: 15px 0;
  }
}
@media (max-width: 1140px) {
  .lang {
    position: relative;
  }
}
@media (max-width: 1140px) {
  .login_link {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1140px) {
  .close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1000;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("../img/icons/close.svg");
            mask-image: url("../img/icons/close.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #5B5B5B;
    cursor: pointer;
  }
}
@media (max-width: 520px) {
  .header-c-wrapp {
    width: 300px;
  }
}
body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #5B5B5B;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1640px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.chat_section {
  position: fixed;
  bottom: 30px;
  right: 139px;
  z-index: 90;
}
.chat_section__btn {
  border: none;
  background-color: transparent;
}
.chat_section__btn img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .chat_section {
    right: 29px;
  }
  .chat_section__btn {
    max-width: 80px;
  }
}
.main-section {
  background-image: url("../img/main-bg-2.webp");
  background-position: right bottom;
}
.main-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-section__section .main-title {
  margin-top: 187px;
  margin-bottom: 24px;
}
.main-section__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 108px;
}
.main-section__btns .btn_1 {
  margin-right: 45px;
}
.main-section__btns .btn_1:last-child {
  margin-right: 0;
}
.main-section .social_list_white {
  margin-top: 147px;
  margin-bottom: 10px;
}
.main-section .social_list_white .ok_s, .main-section .social_list_white .vk_s, .main-section .social_list_white .fb_s, .main-section .social_list_white .insta_s {
  background-color: #5B5B5B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-section .social_list_white .ok_s:hover, .main-section .social_list_white .vk_s:hover, .main-section .social_list_white .fb_s:hover, .main-section .social_list_white .insta_s:hover {
  opacity: 0.7;
}

@media (max-width: 1500px) {
  .main-section {
    background-size: 700px;
    background-position: bottom right -150px;
  }
}
@media (max-width: 1250px) {
  .main-section {
    background-size: 650px;
    background-position: bottom right -190px;
  }
}
@media (max-width: 1160px) {
  .main-section {
    background-size: 650px;
    background-position: bottom right -190px;
  }
  .main-section .main-title {
    margin-top: 127px;
    margin-bottom: 24px;
    font-size: 50px;
    line-height: 65px;
  }
  .main-section .txt1 {
    font-size: 26px;
    line-height: 32px;
  }
  .main-section__btns {
    margin-top: 60px;
  }
  .main-section .btn_1 {
    font-size: 24px;
    line-height: 28px;
    height: 70px;
    min-width: 280px;
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .main-section {
    background-size: 500px;
    background-position: bottom right -120px;
  }
  .main-section .main-title {
    margin-top: 97px;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 55px;
  }
  .main-section .txt1 {
    font-size: 20px;
    line-height: 24px;
  }
  .main-section__btns {
    margin-top: 60px;
  }
  .main-section .btn_1 {
    font-size: 20px;
    line-height: 24px;
    height: 60px;
    min-width: 240px;
    margin-right: 15px;
  }
  .main-section .social_list_white {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .main-section {
    background-size: 300px;
    background-position: bottom right -20px;
  }
  .main-section .main-title {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 34px;
  }
  .main-section .txt1 {
    font-size: 18px;
    line-height: 22px;
  }
  .main-section__btns {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-section .btn_1 {
    font-size: 18px;
    line-height: 20px;
    height: 40px;
    min-width: 200px;
    margin-right: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .main-section .social_list_white {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-section .social_list_white .ok_s, .main-section .social_list_white .vk_s, .main-section .social_list_white .fb_s, .main-section .social_list_white .insta_s {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.vacancies {
  padding: 150px 0;
}
.vacancies__wrapper {
  text-align: center;
}
.vacancies__container {
  margin-top: 126px;
  position: relative;
}
.vacancies .vac_btn_prev {
  position: absolute;
  z-index: 3;
  top: 46%;
  left: -10px;
}
.vacancies .vac_btn_next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  z-index: 3;
  top: 46%;
  right: -10px;
}
.vacancies__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 50px;
}
.vacancies__item {
  width: 355px;
  max-width: 355px;
  background-color: #EBF5F0;
  background-color: #EBF5F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px 15px 15px 15px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: 0 auto;
  margin-bottom: 15px;
}
.vacancies .vacancie {
  padding: 6px;
  padding-top: 27px;
}
.vacancies .vacancie__title {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  text-align: center;
  color: #999999;
}
.vacancies .vacancie__num {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #49A679;
  margin-bottom: 13px;
}
.vacancies .vacancie__wrap {
  background-color: #fff;
  text-align: left;
  border-radius: 15px 15px 15px 15px;
  padding: 45px 15px 23px 23px;
}
.vacancies .vacancie__line {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}
.vacancies .vacancie__line .li_ico {
  display: block;
  width: 28px;
  text-align: center;
}
.vacancies .vacancie__line .li_ico img {
  max-width: 100%;
}
.vacancies .vacancie__line p {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #5B5B5B;
  margin-left: 20px;
}
.vacancies .vacancie .vacancie_btn {
  min-width: 160px;
  width: 260px;
  height: 60px;
  min-height: 60px;
  font-size: 18px;
  line-height: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 1640px) {
  .vacancies__item {
    width: 325px;
    max-width: 325px;
  }
}
@media (max-width: 1520px) {
  .vacancies__item {
    width: 310px;
    max-width: 310px;
  }
  .vacancies .vacancie__wrap {
    padding: 45px 10px 23px 15px;
  }
  .vacancies .vacancie__line p {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 1438px) {
  .vacancies__item {
    width: 280px;
    max-width: 280px;
  }
  .vacancies .vacancie__line .li_ico {
    width: 23px;
  }
  .vacancies .vacancie__line p {
    font-size: 16px;
    line-height: 18px;
  }
  .vacancies .vacancie .vacancie_btn {
    font-size: 16px;
    list-style: 18px;
    min-width: 160px;
    width: 220px;
  }
}
@media (max-width: 1320px) {
  .vacancies__item {
    width: 260px;
    max-width: 260px;
  }
  .vacancies .vacancie__line .li_ico {
    width: 23px;
  }
  .vacancies .vacancie__line p {
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .vacancies .vacancie .vacancie_btn {
    font-size: 14px;
    list-style: 16px;
    min-width: 160px;
    width: 200px;
  }
}
@media (max-width: 1240px) {
  .vacancies__item {
    width: 300px;
    max-width: 300px;
  }
}
@media (max-width: 1100px) {
  .vacancies__item {
    width: 265px;
    max-width: 265px;
  }
}
@media (max-width: 992px) {
  .vacancies {
    padding: 80px 0;
  }
  .vacancies__container {
    margin-top: 80px;
  }
  .vacancies__item {
    width: 300px;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .vacancies {
    padding: 80px 0;
  }
  .vacancies .btn_arr_1 {
    width: 33px;
    height: 33px;
  }
  .vacancies .btn_arr_1 span {
    height: 21px;
  }
  .vacancies .btn_arr_1 span svg {
    max-height: 100%;
  }
  .vacancies__container {
    margin-top: 50px;
  }
  .vacancies__item {
    width: 270px;
    max-width: 270px;
  }
  .vacancies .vacancie__title {
    font-size: 18px;
    line-height: 22px;
  }
  .vacancies .vacancie__num {
    font-size: 28px;
    line-height: 36px;
  }
  .vacancies .vacancie .vacancie_btn {
    min-height: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .vacancies__item {
    width: 250px;
    max-width: 250px;
  }

  .vacancies__slider {
    padding: 0;
  }
}
.advantage {
  background-color: #EBF5F0;
  padding-top: 141px;
  padding-bottom: 108px;
}
.advantage__wrapper {
  text-align: center;
}
.advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 127px;
}
.advantage__item {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantage__img {
  height: 220px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.advantage__img svg {
  width: 100%;
  max-height: 214px;
}
.advantage__text {
  margin: 0 auto;
  margin-top: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #5B5B5B;
}

@media (max-width: 1340px) {
  .advantage__img {
    max-width: 200px;
    max-height: 160px;
  }
  .advantage__img svg {
    max-height: 100%;
  }
}
@media (max-width: 992px) {
  .advantage {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .advantage__list {
    margin-top: 100px;
  }
  .advantage__img {
    max-width: 180px;
    max-height: 140px;
  }
  .advantage__img svg {
    max-height: 100%;
  }
  .advantage__text {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .advantage {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .advantage .title_1::before {
    display: none;
  }
  .advantage__list {
    margin-top: 80px;
  }
  .advantage__img {
    max-width: 160px;
    max-height: 100px;
  }
  .advantage__img svg {
    max-height: 100%;
  }
  .advantage__text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 18px;
    max-width: 270px;
  }
}
.salary {
  margin-top: 65px;
}
.salary__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.salary__left {
  margin-right: 50px;
}
.salary__left img {
  max-height: 582px;
  margin-left: -30px;
}
.salary__right {
  width: 100%;
  background-color: #49A679;
  height: 516px;
}
.salary__info {
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.salary__info p {
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 1400px) {
  .salary__left {
    margin-right: 10px;
  }
  .salary__left img {
    max-height: 482px;
  }
  .salary__right {
    height: 416px;
  }
}
@media (max-width: 1140px) {
  .salary__left {
    margin-right: 10px;
  }
  .salary__info {
    height: 100%;
  }
  .salary__info p {
    font-size: 55px;
    line-height: 150%;
  }
}
@media (max-width: 992px) {
  .salary__left {
    margin-right: 10px;
  }
  .salary__left img {
    height: 348px;
  }
  .salary__info {
    height: 100%;
  }
  .salary__info p {
    font-size: 36px;
  }
  .salary__right {
    height: 316px;
  }
}
@media (max-width: 768px) {
  .salary__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .salary__left {
    margin-right: 0;
  }
  .salary__left img {
    height: 248px;
    margin-left: 0;
  }
  .salary__info {
    height: 100%;
  }
  .salary__info p {
    font-size: 29px;
  }
  .salary__right {
    height: 200px;
  }
}
.about_us {
  padding-top: 158px;
  padding-bottom: 148px;
}
.about_us__wrapper {
  text-align: center;
  position: relative;
}
.about_us .figure_1 {
  position: absolute;
  top: 0;
  left: 0;
}
.about_us .figure_2 {
  position: absolute;
  top: 300px;
  left: 70px;
}
.about_us .figure_3 {
  position: absolute;
  bottom: 150px;
  right: 0;
}
.about_us .figure_4 {
  position: absolute;
  bottom: -100px;
  right: 100px;
}
.about_us__content {
  position: relative;
  z-index: 2;
}
.about_us__text {
  display: block;
  padding-top: 118px;
  padding-bottom: 70px;
  max-width: 870px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #5B5B5B;
}

@media (max-width: 992px) {
  .about_us {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about_us__text {
    font-size: 20px;
    line-height: 25px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .about_us {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about_us__text {
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .about_us .figure_1 img, .about_us .figure_2 img, .about_us .figure_3 img, .about_us .figure_4 img {
    max-width: 50%;
  }
  .about_us .figure_4 {
    bottom: 0;
    right: 30px;
  }
}
.reviews {
  background-color: #EBF5F0;
  padding-top: 89px;
  padding-bottom: 144px;
  position: relative;
}
.reviews__wrapper {
  text-align: center;
  position: relative;
}
.reviews .arr-prev {
  position: absolute;
  z-index: 2;
  top: 53%;
  left: 0px;
}
.reviews .arr-next {
  position: absolute;
  z-index: 2;
  top: 53%;
  right: 0px;
}
.reviews__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 75px;
  position: relative;
}
.reviews__item {
  margin: 0 auto;
  width: 397px;
  min-width: 397px;
  height: 411px;
  background-image: url("../img/reviews_bg.png");
  background-size: contain;
  padding: 100px 27px 70px 27px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews__text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #5B5B5B;
}
.reviews__date {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #999999;
}

@media (max-width: 1360px) {
  .reviews__item {
    margin: 0 auto;
    width: 320px;
    min-width: 320px;
    padding: 70px 22px 40px 22px;
    height: 335px;
  }
  .reviews__text {
    font-size: 18px;
    line-height: 20px;
  }
  .reviews__date {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1145px) {
  .reviews__item {
    margin: 0 auto;
    width: 397px;
    min-width: 397px;
    height: 411px;
    padding: 100px 27px 70px 27px;
  }
  .reviews__text {
    font-size: 22px;
    line-height: 24px;
  }
  .reviews__date {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .reviews {
    padding-top: 69px;
    padding-bottom: 60px;
  }
  .reviews__slider {
    margin-top: 50px;
  }
  .reviews__item {
    margin: 0 auto;
    width: 320px;
    min-width: 320px;
    padding: 70px 22px 40px 22px;
    height: 335px;
  }
  .reviews__text {
    font-size: 18px;
    line-height: 20px;
  }
  .reviews__date {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .reviews__item {
    margin: 0 auto;
    width: 270px;
    min-width: 270px;
    height: 300px;
    padding: 60px 20px 50px 20px;
  }
  .reviews__text {
    font-size: 16px;
    line-height: 18px;
  }
  .reviews__date {
    font-size: 14px;
    line-height: 16px;
  }
  .reviews .btn_arr_1 {
    width: 33px;
    height: 33px;
  }
  .reviews .btn_arr_1 span {
    height: 21px;
  }
  .reviews .btn_arr_1 span svg {
    max-height: 100%;
  }
}
.section-news {
  padding-top: 158px;
  padding-bottom: 124px;
}
.section-news__wrapper {
  text-align: center;
}
.section-news__list {
  margin-top: 128px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-news .read_all {
  margin: 0 auto;
}

.news_item {
  width: 526px;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 34px;
}
.news_item:last-child {
  margin-right: 0;
}
.news_item__img {
  display: block;
  min-width: 100%;
  overflow: hidden;
}
.news_item__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news_item__img img {
  width: 100%;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.news_item__date {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #999999;
  margin-top: 24px;
}
.news_item__text {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B;
  margin-top: 12px;
}
.news_item__read {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #49A679;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 16px;
}
.news_item__read:hover {
  color: #49A679;
  opacity: 0.7;
}

@media (max-width: 992px) {
  .section-news__list {
    overflow-x: scroll;
  }
  .section-news__list::-webkit-scrollbar {
    width: 0;
  }

  .news_item {
    min-width: 220px;
  }
  .news_item__date {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
  .news_item__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 9px;
  }
  .news_item__read {
    font-size: 18px;
    line-height: 24px;
    margin-top: 13px;
  }
}
@media (max-width: 768px) {
  .section-news__list {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .section-news {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .news_item {
    min-width: 220px;
  }
  .news_item__date {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
  .news_item__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
  }
  .news_item__read {
    font-size: 16px;
    line-height: 20px;
    margin-top: 13px;
  }
}
.contact-page {
  overflow: hidden;
}
.contact-page__wrapper {
  text-align: left;
  position: relative;
}
.contact-page__wrapper .title_1 {
  display: block;
  margin-left: 122px !important;
  margin-top: 52px;
  margin-bottom: 70px;
}
.contact-page .figure5 {
  position: absolute;
  z-index: 0;
  top: -30px;
  left: -100px;
}
.contact-page .figure5 svg {
  width: 180px;
}
.contact-page .figure6 {
  position: absolute;
  z-index: 0;
  top: 30px;
  right: -100px;
}
.contact-page .figure7 {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 200px;
}
.contact-page .figure8 {
  position: absolute;
  z-index: 0;
  bottom: -40px;
  right: -60px;
}
.contact-page__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contact-page__sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.contact-page__sec2 {
  margin-left: 60px;
  margin-right: 100px;
}
.contact-page__secmob {
  display: none;
}
.contact-page .weglad {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #49A679;
  margin-top: 226px;
  margin-bottom: 57px;
}
.contact-page .social_list_white {
  margin-top: 30px;
  padding-left: 59px;
}
.contact-page .social_list_white .ok_s, .contact-page .social_list_white .vk_s, .contact-page .social_list_white .fb_s, .contact-page .social_list_white .insta_s {
  background-color: #49A679;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .social_list_white .ok_s:hover, .contact-page .social_list_white .vk_s:hover, .contact-page .social_list_white .fb_s:hover, .contact-page .social_list_white .insta_s:hover {
  opacity: 0.7;
}

.contact_phone2,
.contact_email2 {
  padding-left: 59px;
}
.contact_phone2 li a,
.contact_email2 li a {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  color: #5B5B5B;
}

.contact_phone2 {
  margin-top: 18px;
  background-image: url("/img/icons/tel.svg");
  background-position: left center;
}

.contact_email2 {
  margin-top: 23px;
  background-image: url("/img/icons/mail.svg");
  background-position: left center;
}

.contact_form {
  max-width: 430px;
  margin-bottom: 91px;
}
.contact_form .inp_1 {
  width: 100%;
  height: 62px;
}

.txt01 {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 40px;
}

.inp_1 {
  border: 1px solid #5B5B5B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 19px 23px 19px 23px;
  background: transparent;
}

.inp_1::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.inp_1::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.inp_1:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.inp_1::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.inp_1,
.inp_1::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.textarea1 {
  resize: none;
  min-height: 235px;
  margin-bottom: 44px;
  background: transparent;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.textarea1::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.textarea1::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.textarea1:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.textarea1::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.textarea1::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.submit_1.btn_1 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 66px;
  height: 66px;
  max-height: 66px;
  font-size: 24px;
  line-height: 29px;
}

@media (max-width: 1450px) {
  .contact-page__sec2 {
    margin-left: 15px;
    margin-right: 20px;
  }
  .contact-page__sec2 img {
    max-width: 350px;
  }
}
@media (max-width: 1290px) {
  .contact-page__sec2 img {
    max-width: 300px;
  }
}
@media (max-width: 1250px) {
  .contact-page__sec2 img {
    max-width: 260px;
  }

  .contact_form {
    max-width: 320px;
  }
}
@media (max-width: 1100px) {
  .contact-page__sec2 {
    display: none;
  }
  .contact-page__sec3 {
    margin-left: 70px;
  }
}
@media (max-width: 992px) {
  .contact-page .figure5 svg,
.contact-page .figure6 svg,
.contact-page .figure7 svg,
.contact-page .figure8 svg {
    max-width: 70%;
  }
  .contact-page .figure5 {
    top: -50px;
    left: -60px;
  }
  .contact-page .figure6 {
    top: -50px;
    right: -150px;
  }
  .contact-page .figure7 {
    top: -50px;
    right: 100px;
  }
  .contact-page .figure8 {
    bottom: -90px;
    right: -60px;
  }
  .contact-page .title_3 {
    font-size: 26px;
    line-height: 32px;
  }
  .contact-page .contact_phone2,
.contact-page .contact_email2 {
    padding-left: 49px;
    background-size: 8%;
  }
  .contact-page .contact_phone2 li a,
.contact-page .contact_email2 li a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #5B5B5B;
  }
  .contact-page .social_list_white {
    padding-left: 49px;
  }
  .contact-page .weglad {
    display: none;
  }
  .contact-page__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-page__sec1 {
    padding-bottom: 426px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .contact-page__sec3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-page__secmob {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-page__secmob .weglad {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    font-size: 32px;
    line-height: 36px;
  }
  .contact-page__sec2 {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-page__sec2 img {
    max-width: 260px;
  }
}
@media (max-width: 768px) {
  .contact-page .figure5 {
    top: 0px;
    left: -90px;
  }
  .contact-page .figure5 svg {
    max-width: 50%;
  }
  .contact-page .figure6 {
    top: 70px;
    right: -170px;
  }
  .contact-page .figure6 svg {
    max-width: 50%;
  }
  .contact-page .figure7 {
    top: -50px;
    right: -50px;
  }
  .contact-page .figure7 svg {
    max-width: 50%;
  }
  .contact-page .figure8 {
    bottom: -80px;
    right: -50px;
  }
  .contact-page .figure8 svg {
    max-width: 50%;
  }
  .contact-page__wrapper {
    text-align: center;
  }
  .contact-page__wrapper .title_1 {
    display: inline-block;
    margin-left: 0 !important;
    margin-bottom: 50px;
  }
  .contact-page__sec1 {
    padding-bottom: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
  }
  .contact-page__sec1 .co_top {
    max-width: 300px;
    text-align: left;
  }
  .contact-page__sec2 img {
    max-width: 200px;
  }
  .contact-page .title_3 {
    font-size: 20px;
    line-height: 24px;
  }
  .contact-page .contact_phone2,
.contact-page .contact_email2 {
    padding-left: 39px;
  }
  .contact-page .contact_phone2 li a,
.contact-page .contact_email2 li a {
    font-size: 16px;
    line-height: 22px;
  }
  .contact-page .social_list_white {
    padding-left: 39px;
    margin-top: 20px;
  }
  .contact-page .social_list_white li {
    margin-right: 10px;
  }
  .contact-page .social_list_white .ok_s, .contact-page .social_list_white .vk_s, .contact-page .social_list_white .fb_s, .contact-page .social_list_white .insta_s {
    width: 35px;
    height: 35px;
  }
  .contact-page .txt01 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page__sec3 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .contact-page__secmob .weglad {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .contact-page__secmob .weglad p {
    font-size: 20px;
    line-height: 26px;
  }
  .contact-page .inp_1 {
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    padding: 19px 15px 19px 15px;
  }
  .contact-page .inp_1::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .inp_1::-moz-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .inp_1:-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .inp_1::-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .inp_1::placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .textarea1 {
    min-height: 150px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 25px;
  }
  .contact-page .textarea1::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .textarea1::-moz-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .textarea1:-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .textarea1::-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .textarea1::placeholder {
    font-size: 14px;
    line-height: 16px;
  }
  .contact-page .submit_1.btn_1 {
    min-height: 50px;
    height: 50px;
    max-height: 50px;
    font-size: 18px;
    line-height: 20px;
  }
  .contact-page .contact_form {
    margin-bottom: 40px;
    margin-bottom: 40px;
  }
}
.about-page_page {
  overflow: hidden;
}

.about-page {
  padding-bottom: 72px;
}
.about-page__wrapper .title_1 {
  margin-left: 122px;
  margin-top: 52px;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.about-page__section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 114px;
}
.about-page .sec_1_about_t {
  max-width: 55%;
  position: relative;
}
.about-page .sec_1_about_t .fg0 {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: -40px;
}
.about-page .sec_1_about_t .fg0 img {
  max-width: 180px;
}
.about-page .sec_1_about_t p {
  position: relative;
  z-index: 1;
}
.about-page .sec_2_about_t {
  margin: 0 40px;
  position: relative;
}
.about-page .sec_2_about_t .fg_1 {
  position: absolute;
  z-index: 0;
  top: -90px;
  left: -75px;
}
.about-page .sec_2_about_t .fg_2 {
  position: absolute;
  z-index: 0;
  top: -100px;
  right: -110px;
}
.about-page .sec_2_about_t .fg_3 {
  position: absolute;
  z-index: 0;
  bottom: -140px;
  right: -120px;
}
.about-page .sec_2_about_t img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about-page .glad_1_0 {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #49A679;
  text-align: center;
  margin-top: 10px;
}
.about-page__section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.about-page .sec_1_ab {
  padding: 0 65px;
}
.about-page .sec_2_ab {
  max-width: 999px;
}
.about-page__section3 .glad_1_0 {
  margin-top: 17px;
}

.text_02 {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  color: #5B5B5B;
}

.text-gr {
  font-weight: 600;
  color: #49A679;
}

.text-block_1 p {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 160%;
  color: #5B5B5B;
}

.important {
  font-weight: 600;
  font-size: 28px;
  color: #49A679;
}

.bold {
  font-weight: 600;
  color: #5B5B5B;
}

.cust_item {
  font-weight: 600;
  color: #5B5B5B;
  position: relative;
  padding-left: 24px;
}
.cust_item::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #49A679;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .about-page__section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-bottom: 120px;
  }
  .about-page .sec_1_about_t {
    max-width: 100%;
  }
  .about-page .sec_2_about_t {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .about-page .sec_2_about_t img {
    max-width: 400px;
  }
  .about-page .sec_2_about_t .fg_1 {
    top: -60px;
    left: 100px;
  }
  .about-page .sec_2_about_t .fg_1 img {
    max-width: 80%;
  }
  .about-page .sec_2_about_t .fg_2 {
    top: -100px;
    right: 7%;
  }
  .about-page .sec_2_about_t .fg_2 img {
    max-width: 80%;
  }
  .about-page .sec_2_about_t .fg_3 {
    bottom: -100px;
    right: 10%;
  }
  .about-page .sec_2_about_t .fg_3 img {
    max-width: 80%;
  }
  .about-page .text_02 {
    font-size: 20px;
    line-height: 37px;
  }
  .about-page .glad_1_0 {
    font-size: 32px;
    line-height: 40px;
  }
  .about-page__section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .about-page .sec_1_ab {
    margin-bottom: 50px;
  }
  .about-page .sec_1_ab img {
    max-width: 400px;
  }
  .about-page .text-gr {
    font-size: 22px;
  }
  .about-page .important {
    font-size: 22px;
  }
  .about-page .text-block_1 p {
    font-size: 20px;
    line-height: 160%;
  }
  .about-page .cust_item::before {
    top: 8px;
  }
}
@media (max-width: 768px) {
  .about-page__wrapper .title_1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about-page__section1 {
    margin-bottom: 70px;
  }
  .about-page .sec_1_about_t {
    max-width: 100%;
  }
  .about-page .sec_1_about_t .fg0 img {
    max-width: 100px;
  }
  .about-page .sec_2_about_t {
    margin-bottom: 40px;
  }
  .about-page .sec_2_about_t img {
    max-width: 85%;
  }
  .about-page .sec_2_about_t .fg_1 {
    top: -20px;
    left: -5%;
  }
  .about-page .sec_2_about_t .fg_1 img {
    max-width: 50%;
  }
  .about-page .sec_2_about_t .fg_2 {
    top: -40px;
    right: -9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-page .sec_2_about_t .fg_2 img {
    max-width: 50%;
  }
  .about-page .sec_2_about_t .fg_3 {
    bottom: -50px;
    right: -5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-page .sec_2_about_t .fg_3 img {
    max-width: 50%;
  }
  .about-page .text_02 {
    font-size: 14px;
    line-height: 24px;
  }
  .about-page .glad_1_0 {
    font-size: 20px;
    line-height: 26px;
  }
  .about-page__section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .about-page .sec_1_ab {
    margin-bottom: 40px;
  }
  .about-page .sec_1_ab img {
    max-width: 100%;
  }
  .about-page .text-gr {
    font-size: 22px;
  }
  .about-page .important {
    font-size: 18px;
  }
  .about-page .text-block_1 p {
    font-size: 14px;
    line-height: 160%;
  }
  .about-page .text-block_1 .glad_1_0 {
    font-size: 20px;
    line-height: 26px;
  }
  .about-page .cust_item {
    padding-left: 15px;
  }
  .about-page .cust_item::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
}
.how-start {
  padding: 96px 0 195px 0;
}
.how-start__wrapper {
  text-align: center;
  overflow: hidden;
}
.how-start__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 107px;
}
.how-start__item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-start__item_wrap p {
  margin-top: 48px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #5B5B5B;
}
.how-start__item {
  width: 406px;
  height: 342px;
  background: #FFFFFF;
  border: 3px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how-start__item img {
  max-width: 90%;
  max-height: 90%;
}
.how-start__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  background: #49A679;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-top: -50px;
  margin-left: 15px;
  margin-right: 15px;
}
.how-start__next svg {
  max-height: 37px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1430px) {
  .how-start__item {
    width: 316px;
    height: 252px;
  }
}
@media (max-width: 1155px) {
  .how-start__item {
    width: 246px;
    height: 242px;
  }
}
@media (max-width: 992px) {
  .how-start {
    padding: 90px 0 140px 0;
  }
  .how-start__container {
    margin-top: 70px;
  }
  .how-start__item_wrap {
    padding: 0 10px;
  }
  .how-start__item_wrap p {
    font-size: 20px;
    line-height: 22px;
  }
  .how-start__item {
    width: 216px;
    height: 222px;
  }
  .how-start__next {
    width: 45px;
    height: 45px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .how-start__next svg {
    max-height: 28px;
  }
}
@media (max-width: 890px) {
  .how-start {
    padding: 90px 0 140px 0;
  }
  .how-start__container {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .how-start .title_1::before {
    display: none;
  }
  .how-start__item_wrap {
    padding: 0 10px;
  }
  .how-start__item_wrap p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 25px;
  }
  .how-start__item {
    width: 220px;
    height: 200px;
  }
  .how-start__next {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .how-start__next svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.fig_ure_2_0,
.fig_ure_2_1,
.fig_ure_2_2,
.fig_ure_2_3 {
  position: absolute;
}

.vacancy-page_page {
  position: relative;
  overflow: hidden;
}

.fig_ure_2_0 {
  top: 170px;
  left: -205px;
}

.fig_ure_2_1 {
  bottom: 270px;
  left: 50px;
}

.fig_ure_2_2 {
  right: 50px;
  bottom: 420px;
}

.fig_ure_2_3 {
  right: 60px;
  bottom: 100px;
}

.vacancy-page {
  padding-top: 52px;
  padding-bottom: 136px;
  position: relative;
  z-index: 2;
}
.vacancy-page .title_1 {
  margin-left: 122px;
}
.vacancy-page__txt1 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #49A679;
  max-width: 625px;
  margin-top: 27px;
  margin-bottom: 38px;
}
.vacancy-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vac_s_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}
.vac_s_m__title1 {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
.vac_s_m__list1 {
  width: 100%;
  margin-bottom: 24px;
}
.vac_s_m__list1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.vac_s_m__list1 li span {
  width: 240px;
}
.vac_s_m__list1 li p {
  font-size: 22px;
}
.vac_s_m__as {
  max-width: 449px;
  background: #49A679;
  padding: 13px 15px 29px 33px;
}
.vac_s_m__title2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #49A679;
  margin-bottom: 6px;
}
.vac_s_m__title3 {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #49A679;
  margin-bottom: 5px;
}
.vac_s_m__txt2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B;
}
.vac_s_m__bs {
  margin-left: 64px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B;
}
.vac_s_m__list2 {
  margin-bottom: 42px;
}
.vac_s_m__list2 li {
  position: relative;
  margin-bottom: 3px;
  margin-left: 30px;
}
.vac_s_m__list2 li::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 8px;
  width: 5px;
  height: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background-color: #49A679;
  border: 2px solid #5B5B5B;
}

.sec_0_30 {
  margin-bottom: 26px;
}

.peculiarities {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.peculiarities span {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.sec_0_31 {
  margin-bottom: 26px;
}
.sec_0_31:last-child {
  margin-bottom: 0;
}
.sec_0_31 h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.vacancy-page__sec2 {
  min-width: 423px;
  max-width: 423px;
  padding-top: 50px;
  margin-left: 45px;
}

.vacancy_mininfo {
  background: #EBF5F0;
  border: 1px solid #8CBFBE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  padding: 13px 54px;
  margin-bottom: 80px;
}

.vacancy__line_2 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}
.vacancy__line_2:last-child {
  margin-bottom: 0;
}
.vacancy__line_2 .li_ico {
  display: block;
  width: 28px;
  text-align: center;
}
.vacancy__line_2 .li_ico img {
  max-width: 100%;
}
.vacancy__line_2 p {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #5B5B5B;
  margin-left: 20px;
}

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

@media (max-width: 1500px) {
  .vac_s_m__bs {
    margin-left: 30px;
  }

  .vacancy-page__sec2 {
    margin-left: 15px;
  }
}
@media (max-width: 1400px) {
  .vacancy-page__sec2 {
    min-width: 280px;
    max-width: 280px;
  }

  .vacancy_mininfo {
    padding: 13px 20px;
  }

  .vacancy__line_2 {
    margin-bottom: 15px;
    padding-right: 10px;
  }
  .vacancy__line_2 .li_ico {
    width: 18px;
  }
  .vacancy__line_2 p {
    font-size: 18px;
    line-height: 23px;
    margin-left: 10px;
  }
}
@media (max-width: 1255px) {
  .vac_s_m {
    font-size: 18px;
    line-height: 21px;
  }
  .vac_s_m__as {
    max-width: 400px;
    padding: 13px 15px 20px 23px;
  }
  .vac_s_m__title1 {
    font-size: 30px;
    line-height: 38px;
  }
  .vac_s_m__list1 li {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 5px;
  }
  .vac_s_m__list1 li span {
    min-width: 180px;
    max-width: 180px;
  }
  .vac_s_m__list1 li p {
    font-size: 16px;
  }
  .vac_s_m .peculiarities {
    font-size: 16px;
    line-height: 18px;
  }
  .vac_s_m .peculiarities span {
    font-size: 20px;
    line-height: 24px;
  }
  .vac_s_m .sec_0_31 h6 {
    font-size: 20px;
  }
}
@media (max-width: 1140px) {
  .vac_s_m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .vac_s_m__as {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .vacancy-page .title_1 {
    margin-left: 93px;
    font-size: 38px;
  }

  .vac_s_m__bs {
    margin-left: 0;
  }

  .vacancy-page__sec1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fig_ure_2_0 img,
.fig_ure_2_1 img,
.fig_ure_2_2 img,
.fig_ure_2_3 img {
    width: 80%;
  }

  .fig_ure_2_0 {
    top: 70px;
    left: -205px;
  }

  .fig_ure_2_1 {
    bottom: 55%;
    left: 0px;
  }

  .fig_ure_2_2 {
    right: -100px;
    bottom: 50%;
  }

  .fig_ure_2_3 {
    right: -60px;
    bottom: 100px;
  }

  .vacancy-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .vacancy-page {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .vacancy-page .title_1 {
    font-size: 22px;
    line-height: 30px;
    margin-left: 55px;
  }

  .vacancy-page__txt1 {
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
    margin-top: 23px;
    margin-bottom: 32px;
  }

  .vac_s_m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 14px;
    line-height: 16px;
  }
  .vac_s_m__as {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .vac_s_m__title1 {
    font-size: 20px;
    line-height: 22px;
  }

  .vac_s_m__list1 li {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 5px;
  }
  .vac_s_m__list1 li span {
    min-width: 150px;
    max-width: 150px;
  }
  .vac_s_m__list1 li p {
    font-size: 14px;
  }

  .peculiarities {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
  }
  .peculiarities span {
    font-weight: bold;
    font-size: 16px !important;
    line-height: 18px;
  }

  .sec_0_31 {
    margin-bottom: 16px;
  }

  .sec_0_31 {
    margin-bottom: 16px;
  }
  .sec_0_31 h6 {
    font-size: 16px !important;
  }

  .vac_s_m__title2 {
    font-size: 20px;
    line-height: 22px;
  }

  .vac_s_m__list2 {
    margin-bottom: 27px;
  }
  .vac_s_m__list2 li {
    font-size: 14px;
    line-height: 16px;
  }

  .vac_s_m__txt2 {
    font-size: 14px;
    line-height: 16px;
  }

  .vacancy-page__sec2 {
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
  }

  .vacancy_mininfo {
    margin-bottom: 20px;
  }

  .vacancy__line_2 p {
    font-size: 16px;
    line-height: 18px;
  }

  .vacancy_img_sec {
    text-align: center;
  }
}
.fig_ure_3_0,
.fig_ure_3_1,
.fig_ure_3_2,
.fig_ure_3_3 {
  position: absolute;
}

.fig_ure_3_0 {
  left: 50px;
  top: 30px;
}

.fig_ure_3_1 {
  right: 300px;
  top: 50px;
}

.fig_ure_3_2 {
  right: 0px;
  top: 50px;
}

.fig_ure_3_3 {
  right: 50px;
  bottom: 30px;
}

.blog {
  position: relative;
  padding: 52px 0 44px 0;
  z-index: inherit;
  overflow: hidden;
}
.blog__container {
  max-width: 1309px;
  margin: 0 auto;
}
.blog__pre_txt {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #5B5B5B;
  margin-top: 30px;
}

.blog-page__wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.blog_list {
  margin-top: 30px;
  margin-bottom: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog_item__wrp {
  width: 397px;
  height: 540px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #EBF5F0;
  padding: 44px 6px 6px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.blog_item__image img {
  width: 100%;
}
.blog_item__content {
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog_item__title {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
}
.blog_item__title h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;
  color: #49A679;
  text-align: center;
}
.blog_item__read {
  width: 271px;
  height: 62px;
  background: #49A679;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_item__read:hover {
  opacity: 0.8;
  color: #FFFFFF;
}

.blog_end_txt {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #49A679;
  margin-left: -122px;
}

@media (max-width: 1565px) {
  .blog .title_1 {
    margin-left: 122px;
  }

  .blog_end_txt {
    margin-left: 0;
  }
}
@media (max-width: 1275px) {
  .blog_item__wrp {
    height: 520px;
    width: 350px;
  }
}
@media (max-width: 1230px) {
  .blog_item__wrp {
    height: 500px;
    width: 330px;
  }
}
@media (max-width: 1070px) {
  .blog_item__wrp {
    height: 480px;
    width: 310px;
  }
  .blog_item__title {
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 38px;
  }
  .blog_item__title h5 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 998px) {
  .fig_ure_3_0 {
    left: -50px;
    top: 30px;
  }

  .fig_ure_3_1 {
    right: 50px;
    top: 300px;
  }

  .fig_ure_3_2 {
    right: -160px;
    top: 460px;
  }

  .fig_ure_3_3 {
    right: -50px;
    bottom: 130px;
  }

  .blog {
    text-align: center;
  }
  .blog .title_1 {
    margin-left: 0px;
  }
  .blog .blog__pre_txt {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .blog_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .blog_item {
    margin-bottom: 30px;
  }
  .blog_item:last-child {
    margin-bottom: 0;
  }
  .blog_item__wrp {
    height: 500px;
    width: 380px;
  }
}
@media (max-width: 768px) {
  .blog {
    text-align: center;
  }
  .blog .title_1 {
    margin: 0 auto !important;
    text-align: center;
  }

  .blog_list {
    margin-bottom: 40px;
  }

  .blog_item__wrp {
    height: 440px;
  }
  .blog_item__title {
    height: 60px;
    margin-top: 15px;
  }
  .blog_item__title h5 {
    font-size: 22px;
    line-height: 24px;
  }

  .blog_item__read {
    width: 271px;
    height: 56px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .blog_end_txt {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 430px) {
  .blog_item__wrp {
    width: 100%;
  }
}
@media (max-width: 365px) {
  .blog_item__wrp {
    height: 420px;
  }
}
@media (max-width: 340px) {
  .blog_item__wrp {
    height: 400px;
  }
}
.fig_ure_4_0,
.fig_ure_4_1,
.fig_ure_4_2,
.fig_ure_4_3 {
  position: absolute;
  z-index: -1;
}

.fig_ure_4_0 {
  top: 170px;
  left: -100px;
}

.fig_ure_4_1 {
  top: 700px;
  left: 120px;
}

.fig_ure_4_2 {
  right: -150px;
  top: 120px;
}

.fig_ure_4_3 {
  right: -50px;
  top: 700px;
}

.questionnaire {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 52px;
}
.questionnaire__container {
  max-width: 1300px;
  margin: 0 auto;
}
.questionnaire__section {
  margin-top: 48px;
  margin-bottom: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.questionnaire__main {
  width: 356px;
  background: #49A679;
  padding: 37px 32px;
}
.questionnaire__image img {
  width: 100%;
}
.questionnaire .l_title_q {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 23px 0;
}
.questionnaire__list_1 li {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.questionnaire__list_1 li i {
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.questionnaire__list_1 li i img {
  max-height: 30px;
}
.questionnaire__list_1 li p, .questionnaire__list_1 li span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.questionnaire__list_1 li span {
  font-weight: 600;
  padding-left: 5px;
}
.questionnaire__info {
  background: #EBF5F0;
  border: 1px solid #8CBFBE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  margin-left: 14px;
  padding: 104px 73px;
}
.questionnaire .pers_name {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #49A679;
  margin-bottom: 50px;
}
.questionnaire .title_info_01 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #49A679;
  margin-bottom: 15px;
}
.questionnaire .txt_sec_04 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B;
  max-width: 597px;
  margin-bottom: 39px;
}

@media (max-width: 1430px) {
  .questionnaire .title_1 {
    margin-left: 122px;
  }
}
@media (max-width: 992px) {
  .questionnaire__main {
    padding: 24px;
    width: 340px;
  }
  .questionnaire__info {
    padding: 45px 23px;
  }
}
@media (max-width: 768px) {
  .questionnaire {
    padding-top: 30px;
  }
  .questionnaire__container {
    text-align: center;
  }
  .questionnaire .title_1 {
    text-align: center;
    margin-left: 0px;
  }
  .questionnaire__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .questionnaire__main {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 15px;
  }
  .questionnaire__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .questionnaire__image img {
    max-width: 280px;
  }
  .questionnaire__list_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .questionnaire__list_1 li {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 12px;
  }
  .questionnaire__list_1 li i img {
    max-height: 25px;
    max-width: 27px;
  }
  .questionnaire__list_1 li p, .questionnaire__list_1 li span {
    font-size: 14px;
    line-height: 16px;
  }
  .questionnaire__list_1 li span {
    padding-left: 5px;
  }
  .questionnaire__info {
    width: 100%;
    margin-left: 0;
    padding: 25px 15px;
  }
  .questionnaire .l_title_q {
    font-size: 18px;
    text-align: center;
  }
  .questionnaire .pers_name {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .questionnaire .title_info_01 {
    font-size: 16px;
    line-height: 18px;
  }
  .questionnaire .txt_sec_04 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 564px) {
  .questionnaire__list_1 {
    margin: 0 auto;
    width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .questionnaire__list_1 li {
    width: 100%;
    padding-right: 10px;
  }
}
.fig_ure_5_0,
.fig_ure_5_1,
.fig_ure_5_2,
.fig_ure_5_3 {
  position: absolute;
  z-index: -1;
}

.fig_ure_5_0 {
  top: -30px;
  left: -90px;
}

.fig_ure_5_1 {
  top: 0px;
  right: 215px;
}

.fig_ure_5_2 {
  top: 0px;
  right: -95px;
}

.fig_ure_5_3 {
  right: -170px;
  bottom: -50px;
}

.lang-courses-page__wrapper {
  position: relative;
}

.lang-courses {
  overflow: hidden;
  padding-top: 55px;
}
.lang-courses__top_img_mob {
  display: none;
}
.lang-courses__top_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
}
.lang-courses__top_s .title_1 {
  margin-left: 122px;
}
.lang-courses__top_s p {
  margin-top: 21px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #49A679;
  max-width: 1055px;
  margin-bottom: 50px;
}
.lang-courses__top_s p span {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}
.lang-courses__top_s img {
  margin-left: 15px;
}

.programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.programs__item {
  width: 380px;
  min-width: 380px;
  background: #EBF5F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  padding: 26px 6px 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 10px;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.programs__min_lbl {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #999999;
}
.programs__name {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #49A679;
  margin-bottom: 10px;
}
.programs__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0 0 15px 15px;
  padding: 17px 24px;
}
.programs__main ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #5B5B5B;
  position: relative;
  margin-left: 15px;
}
.programs__main ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 8px;
  width: 5px;
  height: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #49A679;
  border: 2px solid #5B5B5B;
}
.programs__enroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 260px;
  height: 60px;
  background: #49A679;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 0;
}
.programs__enroll:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
.programs .bold_0 {
  font-weight: 600;
}
.programs .nxt_list {
  margin-top: 16px;
}

.section23 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #5B5B5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section23__txt {
  margin-top: 123px;
}
.section23__list {
  margin-top: 16px;
}
.section23__list li {
  position: relative;
  margin-left: 35px;
}
.section23__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 14px;
  width: 5px;
  height: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #49A679;
  border: 2px solid #5B5B5B;
}
.section23 img {
  margin-left: 15px;
}
.section23 .b_txt_gr {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #49A679;
  margin-top: 75px;
  margin-bottom: 40px;
}
.section23 .b_bold {
  font-weight: bold;
  color: #49A679;
}

@media (max-width: 1235px) {
  .section23 img {
    max-width: 350px;
  }
}
@media (max-width: 1150px) {
  .lang-courses__top_s img {
    max-width: 330px;
  }
}
@media (max-width: 992px) {
  .fig_ure_5_0 {
    top: 0px;
    left: -40px;
  }
  .fig_ure_5_0 img {
    max-width: 50%;
  }

  .fig_ure_5_1 {
    top: 0px;
    right: 70px;
  }
  .fig_ure_5_1 img {
    max-width: 50%;
  }

  .fig_ure_5_2 {
    top: 40px;
    right: -210px;
  }
  .fig_ure_5_2 img {
    max-width: 50%;
  }

  .fig_ure_5_3 {
    right: -90px;
    bottom: -20px;
  }
  .fig_ure_5_3 img {
    max-width: 50%;
  }

  .lang-courses .title_1 {
    margin-left: 65px;
  }
  .lang-courses .title_1::before {
    width: 60px;
    left: -65px;
  }
  .lang-courses__top_s p {
    margin-top: 21px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .lang-courses__top_s p span {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
  }
  .lang-courses__top_s img {
    max-width: 270px;
  }

  .section23 {
    font-size: 18px;
    line-height: 24px;
  }
  .section23__txt {
    margin-top: 70px;
  }
  .section23 .b_txt_gr {
    font-size: 28px;
    line-height: 32px;
    margin-top: 75px;
    margin-bottom: 40px;
  }
  .section23 img {
    max-width: 260px;
  }

  .programs__min_lbl {
    font-size: 20px;
    line-height: 25px;
  }
  .programs__name {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .fig_ure_5_1 {
    display: none;
  }

  .fig_ure_5_2 {
    display: none;
  }

  .lang-courses {
    padding-top: 35px;
  }
  .lang-courses__top_img_mob {
    display: block !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
    max-width: 200px !important;
  }
  .lang-courses .title_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 35px;
  }
  .lang-courses .title_1::before {
    width: 30px;
    left: -35px;
  }
  .lang-courses__top_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .lang-courses__top_s p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .lang-courses__top_s p span {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
  }
  .lang-courses__top_s img {
    display: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 270px;
  }

  .section23 {
    font-size: 14px;
    line-height: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .section23__txt {
    margin-top: 30px;
  }
  .section23 .b_txt_gr {
    font-size: 22px;
    line-height: 26px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .section23__list li {
    margin-left: 25px;
  }
  .section23__list li::before {
    left: -20px;
    top: 14px;
  }
  .section23 .woman-flag_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section23 img {
    max-width: 180px;
    margin: 0 auto !important;
    text-align: center;
  }

  .programs__min_lbl {
    font-size: 16px;
    line-height: 22px;
  }
  .programs__name {
    font-size: 20px;
    line-height: 24px;
  }
  .programs__item {
    width: 300px;
    min-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .programs__main {
    padding: 15px 15px;
  }
  .programs__main ul li {
    font-size: 14px;
    line-height: 17px;
  }
  .programs__enroll {
    font-size: 16px;
    line-height: 16px;
    border-radius: 12px;
    height: 50px;
    width: 220px;
    margin-top: 15px;
  }
}
.vacancys_page {
  padding-top: 52px;
  padding-bottom: 143px;
}
.vacancys_page .title_1 {
  margin-left: 122px;
}
.vacancys_page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
}

.vacancys_page__filter {
  background: #EBF5F0;
  min-width: 295px;
  max-width: 295px;
  margin-right: 46px;
  padding: 36px 23px 80px 32px;
}

.filter_title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #5B5B5B;
  margin-bottom: 16px;
}

.filter_sec1 {
  margin-bottom: 45px;
}
.filter_sec1__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.filter_sec1__wrp .filter-radio-btn {
  width: 50%;
}

.filter_sec2 {
  margin-bottom: 45px;
}
.filter_sec2__wrp {
  margin-top: 10px;
}

.filter-radio-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-radio-btn span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #5B5B5B;
  margin-top: 6px;
}

.filter-radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #5B5B5B;
}

.filter-radio-btn:hover input ~ .checkmark {
  background-color: transparent;
}

.filter-radio-btn input:checked ~ .checkmark {
  background-color: #49A679;
}

.flx_701 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.filter_lang_list {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  color: #5B5B5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 9px;
}
.filter_lang_list li {
  margin-right: 4px;
}

.inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-content input[type=radio] {
  display: none;
}

.inner-content div {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 1px solid #5B5B5B;
  cursor: pointer;
  margin-left: 9px;
}

.inner-content input[type=radio]:checked ~ label div {
  background-color: #49A679;
}

.inner-content {
  direction: rtl;
}

.lang_Lang_name {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #5B5B5B;
}

.filter_lang_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}
.filter_lang_item:last-child {
  margin-bottom: 0;
}

.vacancys_table {
  margin-bottom: 75px;
}
.vacancys_table__head {
  mix-blend-mode: normal;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vacancys_table__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #49A679;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #8CBFBE;
}
.vacancys_table__h-item {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  border-right: 1px solid #8CBFBE;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vacancys_table__h-item:last-child {
  border-right: none;
}
.vacancys_table__h-item:nth-child(1) {
  min-width: 127px;
}
.vacancys_table__h-item:nth-child(2) {
  min-width: 294px;
}
.vacancys_table__h-item:nth-child(3) {
  width: 100%;
}
.vacancys_table__h-item:nth-child(4) {
  min-width: 221px;
}
.vacancys_table__row_i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EBF5F0;
  mix-blend-mode: normal;
  border: 1px solid #8CBFBE;
  border-right: 1px solid #8CBFBE;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vacancys_table__row_i:last-child {
  border-radius: 0 0 10px 10px;
}
.vacancys_table__t-item {
  border-right: 1px solid #8CBFBE;
  min-height: 257px;
}
.vacancys_table__t-item:last-child {
  border-radius: none;
  border-right: none;
}
.vacancys_table__t-item:nth-child(1) {
  min-width: 127px;
  text-align: center;
  padding-top: 95px;
}
.vacancys_table__t-item:nth-child(1) span {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #49A679;
}
.vacancys_table__t-item:nth-child(2) {
  min-width: 294px;
  padding-top: 23px;
  padding-left: 35px;
}
.vacancys_table__t-item:nth-child(3) {
  width: 100%;
  padding: 23px 12px 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vacancys_table__t-item:nth-child(4) {
  width: 221px;
  min-width: 221px;
  padding-top: 81px;
}
.vacancys_table .rb_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p_txt_2_9 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5B5B5B;
  padding-right: 40px;
}

.vac_read_more_1 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #49A679;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vac_read_more_1 i {
  margin-left: 10px;
}
.vac_read_more_1:hover {
  opacity: 0.8;
}

.vac_read_more_2 {
  width: 158px;
  height: 59px;
  background: #49A679;
  mix-blend-mode: normal;
  border: 1px solid #8CBFBE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
.vac_read_more_2:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.vac_inf_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.vac_inf_1:last-child {
  margin-bottom: 0;
}
.vac_inf_1 .li_ico {
  width: 30px;
  margin-right: 15px;
}
.vac_inf_1 .li_ico img {
  width: 28px;
  max-height: 28px;
}
.vac_inf_1 p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B;
}

.all_vacancy_btn {
  width: 392px;
  height: 92px;
  background: #49A679;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.all_vacancy_btn:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.mob-lbl {
  display: none;
}

@media (max-width: 1335px) {
  .vacancys_page__filter {
    margin-right: 15px;
  }

  .vacancys_table__h-item:nth-child(1) {
    min-width: 100px;
  }
  .vacancys_table__h-item:nth-child(2) {
    min-width: 244px;
  }
  .vacancys_table__h-item:nth-child(4) {
    min-width: 150px;
  }
  .vacancys_table__t-item:nth-child(1) {
    min-width: 100px;
  }
  .vacancys_table__t-item:nth-child(2) {
    min-width: 244px;
    padding-top: 23px;
    padding-left: 15px;
  }
  .vacancys_table__t-item:nth-child(3) {
    width: 100%;
    padding: 23px 12px 12px 15px;
  }
  .vacancys_table__t-item:nth-child(4) {
    width: 150px;
    min-width: 150px;
  }

  .vac_inf_1 p {
    font-size: 15px;
    line-height: 19px;
  }

  .vac_read_more_2 {
    font-size: 15px;
    width: 120px;
  }
}
@media (max-width: 1140px) {
  .vacancys_page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .vacancys_page__filter {
    padding: 15px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .filter_sec1,
.filter_sec2,
.filter_sec3 {
    margin: 20px 0;
    width: 250px;
  }
}
@media (max-width: 992px) {
  .filter_title {
    font-size: 14px;
    line-height: 16px;
  }

  .vacancys_table {
    margin-bottom: 50px;
  }
  .vacancys_table__h-item:nth-child(2) {
    min-width: 203px;
  }
  .vacancys_table__h-item:nth-child(4) {
    min-width: 125px;
  }
  .vacancys_table__t-item:nth-child(1) span {
    font-size: 20px;
  }
  .vacancys_table__t-item:nth-child(2) {
    min-width: 203px;
    padding-top: 23px;
    padding-left: 10px;
  }
  .vacancys_table__t-item:nth-child(4) {
    min-width: 125px;
  }

  .vac_inf_1 .li_ico {
    width: 20px;
    margin-right: 7px;
  }
  .vac_inf_1 .li_ico img {
    width: 20px;
    max-height: 20px;
  }
  .vac_inf_1 p {
    font-size: 14px;
  }

  .p_txt_2_9 {
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .vac_read_more_2 {
    font-size: 14px;
    width: 110px;
  }

  .all_vacancy_btn {
    font-size: 26px;
    line-height: 34px;
    width: 330px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .vacancys_page-page__wrapper {
    text-align: center;
  }

  .vacancys_page__container {
    text-align: left;
  }

  .vacancys_page {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .vacancys_page .title_1 {
    margin-left: 0;
  }
  .vacancys_page__filter {
    margin-bottom: 20px;
    padding: 15px;
  }
  .vacancys_page__container {
    margin-top: 30px;
  }

  .filter_sec1,
.filter_sec2,
.filter_sec3 {
    margin: 10px 0;
  }

  .vacancys_table {
    border-top: 1px solid #8CBFBE !important;
  }
  .vacancys_table__head {
    display: none;
  }
  .vacancys_table__row_i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-right: 1px solid #8CBFBE;
  }
  .vacancys_table__t-item {
    border-right: none;
    min-height: 0;
    min-width: 100%;
    max-width: 100%;
    padding: 12px;
  }
  .vacancys_table__t-item:nth-child(1) {
    padding-top: 10px;
  }
  .vacancys_table__t-item:nth-child(2) {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vacancys_table__t-item:nth-child(3) {
    padding-top: 10px;
  }
  .vacancys_table__t-item:nth-child(4) {
    padding-top: 20px;
  }
  .vacancys_table__t-item:nth-child(4) {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vacancys_table .vac_inf_1 {
    margin-bottom: 10px;
    width: 280px;
  }
  .vacancys_table .rb_btn_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .vacancys_table .vac_read_more_2 {
    min-width: 175px;
    height: 30px;
    border-radius: 5px;
    padding: 10px 15px;
    margin-left: 10px;
  }

  .mob-lbl {
    display: block;
  }

  .all_vacancy_btn {
    font-size: 20px;
    line-height: 24px;
    width: 280px;
    height: 60px;
  }
}
/* TEST PAGE */
.test_page {
  overflow: hidden;
}
.test_page__wrapper {
  position: relative;
}
.test_page .title_1 {
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  margin-left: 122px !important;
}
.test_page .title_1::before {
  top: 30px;
}

.test_start {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #5B5B5B;
  padding-bottom: 400px;
}
.test_start a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #49A679;
}
.test_start a:hover {
  color: #49A679;
  text-decoration: none;
}

.btn_test_start {
  float: right;
  margin-right: 200px;
  margin-top: 100px;
  border: none;
  width: 260px;
  height: 60px;
  right: 242px;
  bottom: 674px;
  background: #49A679;
  border-radius: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_test_start:hover {
  opacity: 0.8;
}

.todo_wrp {
  margin-bottom: 50px;
}

.todo {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #49A679;
}

.progress {
  width: 100%;
  height: 40px;
  background: #EBF5F0;
  margin: 0 auto;
  margin-bottom: 45px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.progress_line {
  position: absolute;
  left: 0;
  top: 0;
  background: #49A679;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.item_done {
  display: none;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.test_text_1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test_text_1__sec1 {
  position: relative;
  z-index: 2;
  background: #49A679;
  border: 1px solid #B7B7B7;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  max-width: 1293px;
  padding: 40px 144px 40px 70px;
  margin-right: 20px;
}
.test_text_1__sec1 h5 {
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.test_text_1__sec1 p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: #FFFFFF;
  padding-left: 200px;
}
.test_text_1__sec2 {
  position: relative;
  padding-top: 100px;
  margin-left: 150px;
  z-index: 1;
  top: -60px;
  max-width: 1393px;
  background: #EBF5F0;
  border-radius: 10px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 280px;
}
.test_text_1__sec2 h5 {
  font-style: italic;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: left;
  color: #5B5B5B;
  margin-bottom: 20px;
}
.test_text_1__sec2 p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #5B5B5B;
}

.q_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.q_item:last-child {
  margin-bottom: 0;
}
.q_item__num {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #2C2C2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  display: block;
}
.q_item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #2C2C2C;
  margin-bottom: 18px;
}
.q_item__option1 {
  margin-bottom: 18px;
}
.q_item__option1:last-child {
  margin-bottom: 0 !important;
}
.q_item__option1 input,
.q_item__option1 label {
  cursor: pointer;
}

.rd_test_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rd_test_1__label1 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #FFFFFF;
  width: 35px;
  height: 35px;
  background: #49A679;
  border: 1px solid #5B5B5B;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.rd_test_1__label2 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #5B5B5B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.rd_test_1[type=radio]:checked + .rd_test_1__label1 {
  background-color: #fff !important;
  color: #2C2C2C;
}

.q_item_type2__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.q_item_type2__input {
  display: none;
}
.q_item_type2__input[type=radio]:checked + .q_item_type2__label {
  background-color: #fff !important;
  color: #2C2C2C;
  border-bottom: 2px solid #49A679;
}
.q_item_type2__label {
  height: 35px;
  width: 100px;
  background: #49A679;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.test_buttons_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.test_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 180px;
  height: 60px;
  background: #49A679;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 0 30px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.test_btn:hover {
  opacity: 0.9;
}
.test_btn svg {
  height: 28px;
}
.test_btn span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
}

.test_btn_prev {
  padding-left: 13px;
  padding-right: 19px;
}

.test_btn_next {
  padding-left: 19px;
  padding-right: 13px;
}
.test_btn_next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.test_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.test_video iframe {
  width: 1140px;
  height: 426px;
}

.test_table1 {
  max-width: 1380px;
  margin: 0 auto;
  background: #EBF5F0;
  border-radius: 10px;
  margin-bottom: 100px;
}
.test_table1__head {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 30px;
  background: #49A679;
  border-radius: 10px;
}
.test_table1__body {
  padding: 15px 43px;
}
.test_table1__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #5B5B5B;
  padding: 20px 20px 20px 0;
}
.test_table1__line:last-child {
  border-bottom: none;
}
.test_table1__num {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #49A679;
  margin-right: 20px;
}
.test_table1__num span {
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.test_table1__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #2C2C2C;
}
.test_table1__text p span {
  color: #49A679;
  padding-right: 20px;
}

.sp_bold_1 {
  font-weight: 700;
}

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

.q_item__option2__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.q_item__option2 {
  position: relative;
  margin: 25px 25px;
}
.q_item__option2 .rd_test_1__label1 {
  position: absolute;
  top: calc(50% - 17px);
  left: -18px;
}
.q_item__option2 .rd_test_1__label2 {
  width: 488px;
  min-height: 340px;
  background: #FFFFFF;
  border: 2px solid #49A679;
  border-radius: 10px;
  display: block;
  padding: 22px 27px;
}
@media (max-width: 1150px) {
  .q_item__option2 .rd_test_1__label2 {
    width: 380px;
  }
}
.q_item__option2 .rd_test_1__label2 p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #5B5B5B;
}
.q_item__option2 .rd_test_1__label2 .sp_bold_2 {
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: center !important;
}
.q_item__option2 .rd_test_1__label2 .qio2_link {
  font-style: italic;
  font-weight: 300;
}

.todo_2 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #2C2C2C;
  margin-top: 15px;
}

.test_text_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1397px;
  border: 2px solid #49A679;
  border-radius: 10px;
  margin: 0 auto;
  padding: 48px 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.test_text_2__col {
  border-right: 1px solid #49A679;
  padding: 0 37px;
  max-width: 450px;
}
.test_text_2__col:last-child {
  border-right: none;
}
.test_text_2__col p {
  text-align: justify;
}
.test_text_2__name {
  font-style: italic;
}
.test_text_2__name span {
  font-weight: 700;
}

.test_text_3 {
  padding: 34px 60px;
  background: #FFFFFF;
  border: 2px solid #49A679;
  border-radius: 10px;
  max-width: 1238px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.test_text_3 p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #2C2C2C;
}
.test_text_3__title1 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #2C2C2C;
  border-bottom: 1px solid #49A679;
  padding-bottom: 15px;
}
.test_text_3__title2 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: #2C2C2C;
  margin-bottom: 20px;
}
.test_text_3__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 37px;
}
.test_text_3 img {
  margin-left: 50px;
  width: 320px;
}

.test_text_4 {
  max-width: 1238px;
  background: #FFFFFF;
  border: 2px solid #49A679;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px;
}
.test_text_4 h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #2C2C2C;
  text-align: center;
  margin-bottom: 35px;
}
.test_text_4__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test_text_4__sec p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #2C2C2C;
  margin-right: 50px;
}
.test_text_4__sec p .bld {
  font-weight: 500;
}
.test_text_4__sec img {
  min-width: 100%;
}

.test_text_5 {
  max-width: 1200px;
  background: #FFFFFF;
  border: 2px solid #49A679;
  border-radius: 10px;
  padding: 45px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.test_text_5 h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #000000;
  padding-bottom: 17px;
  border-bottom: 1px solid #49A679;
  margin-bottom: 15px;
}
.test_text_5__img {
  margin-bottom: 40px;
}
.test_text_5__img img {
  width: 100%;
}
.test_text_5__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 220%;
  color: #000000;
}

.inline_input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inline_input i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29px;
  height: 29px;
  background: #49A679;
  border: 1px solid #5B5B5B;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #FFFFFF;
}
.inline_input input {
  height: 26px;
  width: 132px;
  background: #FFFFFF;
  border: 1px solid #5B5B5B;
  border-left: none;
  padding-left: 4px;
  font-size: 18px !important;
}

.test_text_6 {
  max-width: 1238px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  background: #FFFFFF;
  border: 2px solid #49A679;
  border-radius: 10px;
  padding: 50px 50px 15px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.test_text_6__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 220%;
  color: #000000;
}
.test_text_6__img {
  max-width: 350px;
}
.test_text_6__img img {
  max-width: 100%;
}

.slide {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slide.active {
  display: block;
}

.testSlider {
  display: none;
}

.test_buttons_container {
  display: none;
}

.testSlider__active {
  display: block;
}

.hide_0101 {
  display: none;
}

.show0101 {
  display: block;
}

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

.test_form {
  margin-top: 70px;
  margin-bottom: 70px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #5B5B5B;
  text-align: center;
}
.test_form a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #49A679;
}
.test_form a:hover {
  color: #49A679;
  text-decoration: none;
}
.test_form h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #383838;
  text-align: center;
  margin-bottom: 40px;
}
.test_form__wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.test_form__form {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.test_result__result {
  margin-top: 100px;
  margin-bottom: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #5B5B5B;
}
.test_result__text {
  margin-top: 70px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #5B5B5B;
}
.test_result__text a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #49A679;
}
.test_result__text a:hover {
  color: #49A679;
  text-decoration: none;
}
.test_result__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.test_result__btn {
  margin: 10px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  width: 280px;
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #49A679;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.test_result__btn:hover {
  color: #fff;
  opacity: 0.8;
}

.test_page_result .progress_line {
  width: 100%;
}

@media (max-width: 1240px) {
  .test_page .title_1 {
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 90px !important;
    font-size: 40px;
    line-height: 120%;
  }
  .test_page .title_1::before {
    top: 20px;
    width: 70px;
    left: -80px;
  }
}
@media (max-width: 998px) {
  .test_page .title_1 {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 90px !important;
    font-size: 30px;
    line-height: 120%;
  }
  .test_page .title_1::before {
    top: 20px;
    width: 70px;
    left: -80px;
  }
  .test_page .progress {
    height: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
  }
  .test_page .todo_wrp {
    margin-bottom: 30px;
  }
  .test_page .todo {
    font-size: 22px;
    line-height: 26px;
  }
  .test_page .todo_2 {
    font-size: 18px;
    line-height: 22px;
  }

  .test_buttons_container {
    margin: 60px 0;
  }

  .test_text_1__sec1 {
    max-width: 1293px;
    padding: 40px 50px 40px 30px;
    margin-right: 20px;
  }
  .test_text_1__sec1 h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .test_text_1__sec1 p {
    font-size: 18px;
    line-height: 22px;
    padding-left: 200px;
  }
  .test_text_1__sec2 {
    padding-top: 100px;
    margin-left: 50px;
    top: -60px;
    max-width: 1393px;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .test_text_1__sec2 h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .test_text_1__sec2 p {
    font-size: 18px;
    line-height: 22px;
  }

  .q_item {
    margin-bottom: 30px;
  }
  .q_item__num {
    font-size: 20px;
    line-height: 24px;
    width: 30px;
  }
  .q_item__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .rd_test_1__label2 {
    font-size: 16px;
  }

  .q_item__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .q_item__num {
    font-size: 18px;
    width: 30px;
  }

  .rd_test_1__label1 {
    width: 27px;
    height: 27px;
    font-size: 16px;
    margin-right: 10px;
  }

  .q_item__option1 {
    margin-bottom: 10px;
  }

  .test_table1 {
    margin-bottom: 70px;
  }
  .test_table1__head {
    font-size: 26px;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .test_table1__body {
    padding: 15px 23px;
  }
  .test_table1__line {
    padding: 15px 15px 15px 0;
  }
  .test_table1__num {
    font-size: 26px;
    margin-right: 15px;
  }
  .test_table1__num span {
    width: 45px;
  }
  .test_table1__text {
    font-size: 16px;
  }
  .test_table1__text p span {
    padding-right: 15px;
  }

  .q_item__option2 {
    margin: 15px 15px;
  }
  .q_item__option2 .rd_test_1__label1 {
    left: -13px;
  }
  .q_item__option2 .rd_test_1__label2 {
    width: 320px;
    min-height: 280px;
    padding: 17px 22px;
  }
  .q_item__option2 .rd_test_1__label2 p {
    font-size: 14px;
  }

  .test_text_2 {
    padding: 35px 15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .test_text_2__col {
    padding: 0 20px;
    max-width: 450px;
  }

  .test_text_3 {
    padding: 34px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .test_text_3 p {
    font-size: 16px;
  }
  .test_text_3__title1 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .test_text_3__title2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .test_text_3__sec {
    margin-top: 30px;
  }
  .test_text_3 img {
    margin-left: 25px;
    width: 300px;
  }

  .test_text_4 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
  }
  .test_text_4 h5 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .test_text_4__sec p {
    font-size: 16px;
    margin-right: 30px;
  }
  .test_text_4__sec img {
    min-width: 100%;
  }

  .test_text_5 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
  }
  .test_text_5 h5 {
    font-size: 30px;
    padding-bottom: 17px;
    margin-bottom: 15px;
  }
  .test_text_5__img {
    margin-bottom: 15px;
  }
  .test_text_5__text {
    font-style: normal;
    font-size: 16px;
    line-height: 220%;
    color: #000000;
  }

  .inline_input i {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .inline_input input {
    height: 23px;
    width: 120px;
    font-size: 14px !important;
  }

  .test_text_6 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 25px 25px 15px 25px;
  }
  .test_text_6__text {
    font-size: 16px;
    line-height: 210%;
  }
  .test_text_6__img {
    max-width: 250px;
  }
  .test_text_6__img img {
    max-width: 100%;
  }

  .test_form {
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .test_form h5 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .test_form__form {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .test_result__result {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
  }
  .test_result__text {
    margin-top: 40px;
    font-size: 16px;
  }
  .test_result__btn {
    margin: 10px 10px;
    font-size: 20px;
    width: 240px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .test_page .title_1 {
    margin-left: 0 !important;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .test_page .title_1::before {
    display: none;
  }
  .test_page .todo {
    font-size: 16px;
    line-height: 20px;
  }
  .test_page .todo_2 {
    font-size: 14px;
    line-height: 16px;
  }

  .test_buttons_container {
    margin: 40px 0;
  }

  .test_btn {
    width: 130px;
    height: 42px;
    border-radius: 5px;
    margin: 0 10px;
  }
  .test_btn svg {
    height: 20px;
  }
  .test_btn span {
    font-size: 18px;
    line-height: 110%;
  }

  .test_btn_prev {
    padding-left: 9px;
    padding-right: 13px;
  }

  .test_btn_next {
    padding-left: 13px;
    padding-right: 9px;
  }

  .test_text_1__sec1 {
    padding: 20px 20px 20px 15px;
    margin-right: 15px;
  }
  .test_text_1__sec1 h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .test_text_1__sec1 p {
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
  }
  .test_text_1__sec2 {
    padding-top: 50px;
    margin-left: 15px;
    top: -40px;
    max-width: 1393px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .test_text_1__sec2 h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .test_text_1__sec2 p {
    font-size: 14px;
    line-height: 16px;
  }

  .rd_test_1__label2 {
    font-size: 14px;
  }

  .q_item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .q_item__num {
    font-size: 16px;
    width: 27px;
  }

  .rd_test_1__label1 {
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-right: 8px;
  }

  .q_item__option1 {
    margin-bottom: 10px;
  }

  .q_item_type2__label {
    height: 25px;
    width: 75px;
    font-size: 14px;
    line-height: 16px;
    margin-right: 15px;
  }

  .test_video {
    margin-bottom: 40px;
  }
  .test_video iframe {
    max-width: 450px;
    height: 226px;
  }

  .test_table1 {
    margin-bottom: 40px;
  }
  .test_table1__head {
    font-size: 18px;
    padding: 15px 10px;
    border-radius: 5px;
  }
  .test_table1__body {
    padding: 10px 15px;
  }
  .test_table1__line {
    padding: 15px 10px 10px 0;
  }
  .test_table1__num {
    font-size: 22px;
    margin-right: 10px;
  }
  .test_table1__num span {
    width: 40px;
  }
  .test_table1__text {
    font-size: 14px;
  }
  .test_table1__text p span {
    padding-right: 10px;
  }

  .q_item__option2 {
    margin: 15px 15px;
  }
  .q_item__option2 .rd_test_1__label2 {
    width: 100%;
    min-height: 100px;
    border-radius: 10px;
    padding: 15px 20px;
  }
  .q_item__option2 .rd_test_1__label2 p {
    font-size: 14px;
  }

  .test_text_2 {
    padding: 15px 15px;
    margin-top: 35px;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .test_text_2__col {
    padding: 15px 0px;
    max-width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #49A679;
  }
  .test_text_2__col:last-child {
    border-bottom: none;
  }
  .test_text_2__col p {
    font-size: 14px;
  }

  .test_text_3 {
    padding: 20px 15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .test_text_3 p {
    font-size: 14px;
  }
  .test_text_3__title1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .test_text_3__title2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .test_text_3__sec {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .test_text_3 img {
    margin-top: 25px;
    margin-left: 0px;
    width: 250px;
  }

  .test_text_4 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .test_text_4 h5 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .test_text_4__sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .test_text_4__sec p {
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .test_text_4__sec img {
    min-width: 100%;
  }

  .test_text_5 {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .test_text_5 h5 {
    font-size: 20px;
    padding-bottom: 17px;
    margin-bottom: 15px;
  }
  .test_text_5__img {
    margin-bottom: 15px;
  }
  .test_text_5__text {
    font-style: normal;
    font-size: 14px;
    line-height: 180%;
  }

  .inline_input i {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .inline_input input {
    height: 20px;
    width: 120px;
    font-size: 14px !important;
  }

  .test_form {
    margin-top: 15px;
    font-size: 14px;
  }
  .test_form h5 {
    font-size: 20px;
  }
  .test_form__form {
    margin-top: 20px;
  }

  .test_result__result {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .test_result__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .test_result__btn {
    margin: 5px 10px;
    font-size: 14px;
    width: 200px;
    height: 45px;
  }
}
/* END TEST PAGE */
.footer {
  background-color: #5B5B5B;
  padding: 61px 0 54px 0;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .sec12_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__sec2 {
  margin-left: 114px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__menu li {
  margin-right: 57px;
  margin-bottom: 10px;
}
.footer__menu li:last-child {
  margin-right: 0;
}
.footer__menu li a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer__mail {
  margin-top: 49px;
}
.footer__mail p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.footer__mail a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: lowercase;
  color: #FFFFFF;
}
.footer__sec3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 230px;
}
.footer__sec3 .social_list_white {
  margin-top: 43px;
}
.footer__phone {
  margin-top: 12px;
}
.footer__phone li a {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.social_list_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social_list_white li {
  margin-right: 14px;
}
.social_list_white li:last-child {
  margin-right: 0;
}
.social_list_white .ok_s,
.social_list_white .vk_s,
.social_list_white .fb_s,
.social_list_white .insta_s {
  display: block;
  width: 44px;
  height: 44px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.social_list_white .ok_s {
  -webkit-mask-image: url("../img/icons/ok.svg");
          mask-image: url("../img/icons/ok.svg");
}
.social_list_white .vk_s {
  -webkit-mask-image: url("../img/icons/vk.svg");
          mask-image: url("../img/icons/vk.svg");
}
.social_list_white .fb_s {
  -webkit-mask-image: url("../img/icons/fb.svg");
          mask-image: url("../img/icons/fb.svg");
}
.social_list_white .insta_s {
  -webkit-mask-image: url("../img/icons/insta.svg");
          mask-image: url("../img/icons/insta.svg");
}

@media (max-width: 992px) {
  .footer__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__sec2 {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer__sec3 {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sec12_wrp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__logo img {
    max-width: 180px;
  }
  .footer__menu li {
    margin-right: 10px;
  }
  .footer__menu li:last-child {
    margin-right: 0;
  }
  .footer__menu li a {
    font-size: 14px;
    line-height: 16px;
  }
  .footer__mail p {
    font-size: 14px;
    line-height: 16px;
  }
  .footer__mail a {
    font-size: 16px;
    line-height: 18px;
  }
  .footer__phone li a {
    font-size: 16px;
    line-height: 18px;
  }
  .footer .social_list_white li a {
    width: 32px;
    height: 32px;
  }
}
.main-title {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 72px;
  line-height: 88px;
  color: #49A679;
}

.title_1 {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #5B5B5B;
  position: relative;
  display: inline-block;
}
.title_1::before {
  display: block;
  content: "";
  height: 3px;
  background: #49A679;
  border-radius: 20px;
  width: 102px;
  position: absolute;
  top: 50%;
  left: -122px;
}
@media (max-width: 992px) {
  .title_1 {
    font-size: 42px;
    line-height: 53px;
  }
  .title_1::before {
    width: 85px;
    left: -92px;
  }
}
@media (max-width: 768px) {
  .title_1 {
    font-size: 26px;
    line-height: 32px;
  }
  .title_1::before {
    width: 45px;
    left: -55px;
  }
}
.title_1__num {
  font-family: "Montserrat", sans-serif;
}

.title_3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #5B5B5B;
}

.btn_1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  background-color: #49A679;
  border-radius: 15px;
  height: 102px;
  min-width: 402px;
  width: 0 auto;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px;
}
.btn_1:hover {
  opacity: 0.8;
}
@media (max-width: 992px) {
  .btn_1 {
    font-size: 32px;
    line-height: 38px;
    height: 80px;
    min-width: 340px;
    width: 0 auto;
  }
}
@media (max-width: 768px) {
  .btn_1 {
    font-size: 22px;
    line-height: 26px;
    height: 60px;
    min-width: 200px;
    width: 0 auto;
  }
}

.btn_1_2 {
  background-color: #5B5B5B;
}

.btn_arr_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #49A679;
  width: 52px;
  height: 52px;
  background: #49A679;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_arr_1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_arr_1:hover {
  background: #3c976b;
}

.arr-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.txt1 {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #5B5B5B;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
div.page--error > .header{
  flex-grow: 0;
}
.page--error .blog{
  flex-grow:1;
  display: flex;
  align-items: center;
}

.footer{
  flex-grow: 0;
}
