.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: 700;
  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: 700;
  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: fixed;
    display: none;
    z-index: 100;
    min-height: 100vh;
    height: 100vh;
    margin-left: 0;
    width: 400px;
    background-color: #EBF5F0;
    top: 0;
    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 {
  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 {
  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 {
  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;
}

.vacancy_1 {
  padding-top: 52px;
  padding-bottom: 119px;
}

.vacancy_1_main {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 8px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 8px 50px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 15px 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 50px;
}

.vacancy_1_main__item {
  margin-right: 50px;
}

.vacancy_1_main__item:last-child {
  margin-right: 0;
}

.vacancy_1_main__item span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5B5B5B;
  display: inline-block;
  margin-bottom: 7px;
}

.vacancy_1_main__item p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #5B5B5B;
}

.vacancy_1_section_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vacancy_1_section_w_item {
  margin-bottom: 20px;
  width: 50%;
}

.vacancy_1_section_w_item:nth-child(odd) {
  padding-right: 10px;
}

.vacancy_1_section_w_item:nth-child(even) {
  padding-left: 10px;
}

.vacancy_1_section {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 8px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 8px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding-top: 2px;
  padding-bottom: 45px;
  height: 100%;
}

.vacancy_1_section__top {
  background: #49A679;
  border-radius: 15px 15px 0 0;
  padding: 17px;
}

.vacancy_1_section__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.vacancy_1_section__title_2 {
  background: #EBF5F0;
  padding: 17px;
  text-align: center;
  margin-top: 50px;
}

.vacancy_1_section__title_2 span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #49A679;
}

.vacancy_1_section__txt {
  margin-top: 33px;
  padding: 0 50px;
}

.vacancy_1_section__txt p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5B5B5B;
  margin-bottom: 20px;
}

.vacancy_1_section__txt p:last-child {
  margin-bottom: 0;
}

.vacancy_1_section__txt ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.vacancy_1_section__txt ul li:last-child {
  margin-bottom: 0;
}

.vacancy_1_section__txt ul li::before {
  position: absolute;
  left: 0;
  top: 7.5px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #49A679;
  border-radius: 50px;
}

.vacancy_1_section__txt ul p {
  margin-bottom: 0;
}

.vacancy_1_section__details {
  padding-top: 20px;
}

.vacancy_1_section__det_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 50px;
  background: #FFFFFF;
  margin-bottom: 5px;
}

.vacancy_1_section__det_line:last-child {
  margin-bottom: 0;
}

.vacancy_1_section__det_line:nth-child(even) {
  background: #EBF5F0;
}

.vacancy_1_section__det_item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy_1_section__det_item:nth-child(1) {
  padding-right: 5px;
}

.vacancy_1_section__det_item:nth-child(2) {
  padding-left: 5px;
}

.vacancy_1_section__det_item img {
  margin-right: 20px;
  width: 45px;
  height: 45px;
}

.vacancy_1_section__det_item p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B;
}

.vacancy_1_section__det_item span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5B5B5B;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
}

.vacancy_1-page__wrapper {
  position: relative;
  z-index: 2;
}

.vacancy_1-page .fg0_0 {
  position: absolute;
  left: 0 auto;
  right: -100px !important;
  top: 500px !important;
}

.vacancy_1-page .fg_1 {
  position: absolute;
  left: -30px;
  top: 500px !important;
}

.vacancy_1-page .fg_2 {
  position: absolute;
  left: -290px;
  top: 140px;
}

.vacancy_1-page .fg_3 {
  position: absolute;
  right: -90px;
  top: 760px !important;
}

@media (max-width: 1200px) {
  .vacancy_1_section__det_line {
    padding: 10px 15px;
  }

  .vacancy_1_section__det_item img {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }

  .vacancy_1_section_w_item {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 992px) {
  .vacancy_1-page .fg0_0 {
    display: none;
  }

  .vacancy_1-page .fg_1 {
    display: none;
  }

  .vacancy_1-page .fg_2 {
    display: none;
  }

  .vacancy_1-page .fg_3 {
    display: none;
  }
}

@media (max-width: 768px) {
  .vacancy_1_section_w_item:last-child {
    margin-bottom: 0;
  }

  .vacancy_1_main {
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 10px 5px 10px;
    min-width: 100%;
  }

  .vacancy_1_main__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .vacancy_1_main__item span {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
  }

  .vacancy_1_main__item p {
    font-size: 16px;
    line-height: 20px;
  }

  .vacancy_1_section__det_line {
    padding: 10px 8px;
    margin-bottom: 0;
  }

  .vacancy_1_section__det_item img {
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }

  .vacancy_1_section_w_item {
    margin-bottom: 40px;
  }

  .vacancy_1_section__title {
    font-size: 18px;
    line-height: 22px;
  }

  .vacancy_1_section__det_item span {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
  }

  .vacancy_1_section__det_item p {
    font-size: 14px;
    line-height: 17px;
  }

  .vacancy_1_section__title_2 {
    margin-top: 30px;
    padding: 10px;
  }

  .vacancy_1_section__title_2 span {
    font-size: 18px;
    line-height: 22px;
  }

  .vacancy_1_section__txt {
    margin-top: 20px;
    padding: 0px 10px;
  }

  .vacancy_1_section__txt p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .vacancy_1_section__txt ul li::before {
    top: 6.3px;
  }

  .vacancy_1_section {
    padding-bottom: 30px;
  }

  .vacancy_1 {
    padding-top: 38px;
    padding-bottom: 30px;
  }
}

.vacancy_1 {
  overflow: hidden;
}

.vacancy_1 .container {
  position: relative;
}

.vacancy_1 .fg0 {
  position: absolute;
  left: -30px;
  top: 50px;
}

.vacancy_1 .fg_1 {
  position: absolute;
  right: 500px;
  top: 40px;
}

.vacancy_1 .fg_2 {
  position: absolute;
  right: -110px;
}

.vacancy_1 .fg_3 {
  position: absolute;
  right: -90px;
  top: 670px;
}

.vacancies-catalog__container {
  position: relative;
  z-index: 2;
}

.vacancies-catalog .title_1 {
  margin-left: 122px;
  margin-bottom: 48px;
}

.vacancies_filter {
  padding: 30px 25px;
  background: #D8F5E7;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  width: 100%;
  margin-right: 30px;
  position: relative;
}

.dropdown__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
  border-radius: 4px;
  min-height: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 40px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.dropdown__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/icons/arr_after.svg") 100% 100%;
  pointer-events: none;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.dropdown__button_active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.dropdown__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 35px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(136, 145, 157, 0.3019607843);
  box-shadow: 0px 10px 20px 0px rgba(136, 145, 157, 0.3019607843);
  border: 1px solid #e6eaed;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.dropdown__list_visible {
  opacity: 1;
  visibility: visible;
}

.dropdown__list-item {
  margin: 0;
  padding: 0;
  padding: 8px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.dropdown__list-item_active {
  background: #f5f8fa;
}

.dropdown__list-item:hover {
  background: rgba(245, 248, 250, 0.5647058824);
}

.dropdown__input_hidden {
  display: none;
}

.btn_search_v {
  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-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background: #49A679;
  border: 1px solid #49A679;
  border-radius: 5px;
  height: 36px;
  min-width: 227px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_search_v:hover {
  opacity: 0.8;
}

.v_filter_additional {
  background: #D8F5E7;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-width: 220px;
  padding: 25px 22px 40px 22px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.v_filter_additional .dropdown {
  margin-bottom: 20px;
  margin-right: 0;
}

.v_filter_additional .dropdown:last-child {
  margin-bottom: 40px;
}

.v_filter_additional .btn_search_v {
  width: 100%;
  height: 50px;
  border-radius: 10px;
}

.v_filter_additional__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.vacancies-catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancies-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vacancies-catalog__item {
  width: 33.33%;
  min-height: 100%;
  margin-bottom: 20px;
  padding-right: 30px;
}

.vacancies-catalog__item:nth-child(3n+3) {
  padding-right: 0;
}

.vacancies-catalog__item-container {
  border: 6px solid #EBF5F0;
  background: #FFFFFF;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
}

.vacancies-catalog .v-vac-top {
  background: #EBF5F0;
  border: 6px solid #EBF5F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 11px 11px 15px;
}

.vacancies-catalog .v-vac-top__number {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B;
}

.vacancies-catalog .v-vac-top__price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B;
}

.vacancies-catalog .v-vac-top__like {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 50px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.vacancies-catalog .v-vac-top__like svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vacancies-catalog .v-vac-top__like:hover .v-vac-top__like__no svg path {
  fill: #49A679;
}

.vacancies-catalog .v-vac-top__like__no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vacancies-catalog .v-vac-top__like__yes {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}

.vacancies-catalog .v-vac-top__like__true .v-vac-top__like__no {
  display: none;
}

.vacancies-catalog .v-vac-top__like__true .v-vac-top__like__yes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-vac_info_list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-left: 14px;
  padding-right: 14px;
}

.v-vac_info_list1 li {
  width: 50%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5B5B5B;
  margin-bottom: 20px;
}

.v-vac_info_list1 li:nth-child(odd) {
  padding-right: 20px;
}

.v-vac_title_2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #5B5B5B;
  background: #EBF5F0;
  padding: 16px 8px;
}

.v-vac_txt {
  padding: 30px 14px 40px 14px;
}

.v-vac_read_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  background: #49A679;
  border-radius: 15px;
  width: 237px;
  height: 60px;
  margin-bottom: 32px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.v-vac_read_more:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.v_load_more {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  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;
  color: #FFFFFF;
  width: 329px;
  height: 70px;
  background: #49A679;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  margin: 0 auto;
  margin-top: 38px;
}

.v_load_more:hover {
  opacity: 0.8;
}

@media (max-width: 1440px) {
  .vacancies-catalog__item {
    padding-right: 15px;
  }

  .v_filter_additional {
    margin-right: 20px;
  }
}

@media (max-width: 1240px) {
  .vacancies-catalog__item {
    width: 50%;
  }

  .vacancies-catalog__item:nth-child(3n+3) {
    padding-right: 15px;
  }

  .vacancies-catalog__item:nth-child(2n+2) {
    padding-right: 0;
  }
}

@media (max-width: 1140px) {
  .vacancies-catalog__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .v_filter_additional {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .v_filter_additional__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .fg0 {
    display: none;
  }

  .fg_3 {
    display: none;
  }

  .fg_1 {
    display: none;
  }

  .fg_2 {
    display: none;
  }

  .vacancies_filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .vacancies_filter .dropdown {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .vacancies_filter .btn_search_v {
    width: 100%;
  }

  .v-vac_txt {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
  }

  .v-vac_title_2 {
    font-size: 18px;
    line-height: 22px;
  }

  .btn_search_v {
    max-height: 36px;
    border-radius: 5px !important;
  }

  .v-vac_read_more {
    height: 36px;
    border-radius: 5px !important;
    width: calc(100% - 18px);
    font-size: 14px;
    line-height: 17px;
  }

  .vacancies-catalog .title_1 {
    margin-bottom: 40px;
    margin-left: 90px;
  }

  .v_load_more {
    border-radius: 15px;
    width: 285px;
    height: 64px;
    font-size: 22px;
    line-height: 26px;
    margin-top: 28px;
  }

  .v-vac_info_list1 li:nth-child(odd) {
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .v_filter_additional {
    padding: 30px 15px 40px 15px;
  }

  .vacancies_filter {
    padding: 30px 15px;
  }

  .vacancy_1 {
    padding-top: 24px;
    padding-bottom: 70px;
  }

  .vacancies-catalog__item {
    width: 100%;
    padding-right: 0px;
  }

  .vacancies-catalog__item:nth-child(3n+3) {
    padding-right: 0px !important;
  }

  .vacancies-catalog__item:nth-child(2n+2) {
    padding-right: 0;
  }

  .v-vac_title_2 {
    font-size: 16px;
    line-height: 20px;
  }

  .v-vac_txt {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
  }

  .vacancies-catalog .v-vac-top__number {
    font-size: 16px;
    line-height: 20px;
  }

  .vacancies-catalog .v-vac-top__price {
    font-size: 16px;
    line-height: 20px;
  }

  .vacancies-catalog .v-vac-top {
    padding: 5px 14px;
  }

  .v-vac_info_list1 {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
  }

  .v-vac_info_list1 li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .v-vac_info_list1 li:nth-child(odd) {
    padding-right: 5px;
  }

  .vacancies-catalog .title_1 {
    margin-bottom: 40px;
    margin-left: 50px;
  }

  .v_load_more {
    border-radius: 15px;
    width: 255px;
    height: 54px;
    font-size: 20px;
    line-height: 24px;
    margin-top: 28px;
  }
}

/* .anketa_slide {
  display: none;
} */

.anketa_slide.active {
  display: block;
}

.anketa_page .title_1 {
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  margin-left: 122px !important;
}

.elem-title-1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #5B5B5B;
  margin-bottom: 18px;
}

.elm-textarea-1,
.elm-input-1 {
  resize: none;
  border: 1px solid #5B5B5B;
  border-radius: 12px;
  padding: 19px 25px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  color: #5B5B5B;
  opacity: 0.5;
}

.elm-textarea-1::-webkit-input-placeholder,
.elm-input-1::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #5B5B5B;
}

.elm-textarea-1::-moz-placeholder,
.elm-input-1::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #5B5B5B;
}

.elm-textarea-1:-ms-input-placeholder,
.elm-input-1:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #5B5B5B;
}

.elm-textarea-1::-ms-input-placeholder,
.elm-input-1::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #5B5B5B;
}

.elm-textarea-1::placeholder,
.elm-input-1::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #5B5B5B;
}

.elm-textarea-1:focus,
.elm-input-1:focus {
  border: 1px solid #5B5B5B;
  opacity: 1;
}

.elm-textarea-1 {
  min-height: 120px;
}

.elm-input-withicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px;
  position: relative;
}

.elm-input-withicon .elm-input-1__icon {
  position: absolute;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elm-input-withicon .elm-input-1__icon img,
.elm-input-withicon .elm-input-1__icon svg {
  width: 23px;
}

.elm-input-withicon input {
  left: 0;
  width: 100%;
  height: 100%;
  padding: 19px 25px;
  padding-left: 62px;
  background: transparent;
  background: #fff;
}

.elm-input-withicon:focus {
  margin-left: 100px;
}

.elm-input-withicon svg,
.elm-input-withicon img {
  position: absolute;
  max-width: 22px;
  left: 25px;
}

.elm-input-withicon input {
  background-repeat: no-repeat;
  background-position: center left 25px;
  padding-left: 62px;
}

.input-error input {
  opacity: 1;
  border: 1px solid #FF9999;
}

.input-error input:focus {
  border: 1px solid #FF9999;
}

.input-error-text {
  margin-top: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FF0000;
}

.elem-label-1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5B5B5B;
  margin-bottom: 8px;
  display: inline-block;
}

.elem-checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.elem-checkbox-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elem-checkbox-1__label1 {
  min-width: 22px;
  width: 22px;
  height: 22px;
  min-height: 22px;
  background: #fff;
  border: 1px solid rgba(91, 91, 91, 0.4);
  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: 23px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.elem-checkbox-1__label1_after {
  /* display: none; */
  border: 1px solid rgba(91, 91, 91, 0.4);
  background: #fff;
  margin-right: 23px;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(/static/img/icons/elem-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.elem-checkbox-1__label2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  color: #5B5B5B;
  cursor: pointer;
}

.elem-checkbox-1[type=checkbox]:checked+.elem-checkbox-1__label1 {
  background: #fff !important;
}

.elem-checkbox-1[type=checkbox]:checked+.elem-checkbox-1__label1:after {
  display: block;
}

.elem-radio-wrap {
  margin-bottom: 10px;
}

.elem-radio-wrap [type=radio]:checked,
.elem-radio-wrap [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

/*//////////////////////////////////////////////*/

.anketa-illnesses-item .min-wrp-flx .elem-radio-wrap [type=radio]:checked,
.anketa-illnesses-item .min-wrp-flx .elem-radio-wrap [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  top: -99px;
}

/*//////////////////////////////////////////////*/

.elem-radio-wrap [type=radio]:checked+label,
.elem-radio-wrap [type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #666;
}

.elem-radio-wrap [type=radio]:checked+label:before,
.elem-radio-wrap [type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(91, 91, 91, 0.4);
  border-radius: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.elem-radio-wrap [type=radio]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.elem-radio-wrap [type=radio]:checked+label::before {
  width: 22px;
  height: 22px;
  border: 5px solid #49A679;
  background: #E8F3EE;
}

.elem-radio-wrap label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  color: #5B5B5B;
}

.elem-prev-1 {
  width: 60px;
  height: 60px;
  background: #E8F3EE;
  border: 1px solid #49A679;
  border-radius: 100px;
  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.3s;
  transition: 0.3s;
}

.elem-prev-1:hover {
  background: #1D774B;
  border: 1px solid #49A679;
}

.elem-prev-1:hover svg path {
  stroke: #fff;
}

.elem-next-1.anketa_next {
  width: 100%;
}

.elem-next-1 {
  background: #49A679;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  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;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.elem-next-1 svg {
  margin-left: 6px;
}

.elem-next-1:hover {
  background: #1D774B;
}

.elem-add-1,
.elem-add-2 {
  width: 100%;
  min-height: 67px;
  background: #E8F3EE;
  border: 1px solid #49A679;
  border-radius: 100px;
  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.3s;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  color: #49A679;
}

.elem-add-1 svg,
.elem-add-2 svg {
  margin-right: 15px;
}

.elem-add-1 svg rect,
.elem-add-2 svg rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.elem-add-1:hover,
.elem-add-2:hover {
  color: #FFFFFF;
  background: #49A679;
  border: 1px solid #49A679;
}

.elem-add-1:hover svg rect,
.elem-add-2:hover svg rect {
  fill: #fff;
}



.elem-fileselect-1 {
  min-height: 60px;
  background: #E8F3EE;
  border: 1px solid #49A679;
  border-radius: 100px;
  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;
  padding-left: 46px;
  padding-right: 46px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  color: #49A679;
  cursor: pointer;
}

.elem-fileselect-1 svg {
  margin-right: 15px;
}

.elem-fileselect-1 svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.elem-fileselect-1:hover {
  color: #FFFFFF;
  background: #49A679;
  border: 1px solid #49A679;
}

.elem-fileselect-1:hover svg path {
  fill: #fff;
}

.elem-counter-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elem-counter-1__input input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(91, 91, 91, 0.4);
  border-radius: 12px;
  height: 60px;
  text-align: center;
  width: 220px;
  margin-left: 26px;
  margin-right: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  text-align: center;
  color: #5B5B5B;
}

.elem-counter-1__input input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  text-align: center;
  color: #909090;
  border: none;
}

.elem-counter-1__input input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  text-align: center;
  color: #909090;
  border: none;
}

.elem-counter-1__input input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  text-align: center;
  color: #909090;
  border: none;
}

.elem-counter-1__input input::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  text-align: center;
  color: #909090;
  border: none;
}

.elem-counter-1__input input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  text-align: center;
  color: #909090;
  border: none;
}

.elem-counter-1__input input:focus,
.elem-counter-1__input input:hover {
  border: 1px solid #5B5B5B;
}

.elem-counter-1__input input::-webkit-outer-spin-button,
.elem-counter-1__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.elem-counter-1__pluse {
  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: 60px;
  width: 120px;
  border-radius: 100px;
  border: 1px solid #49A679;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.elem-counter-1__pluse svg rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.elem-counter-1__pluse:hover {
  background: #1D774B;
}

.elem-counter-1__pluse:hover svg rect {
  fill: #fff;
}

.elem-counter-1__minus {
  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: 60px;
  width: 120px;
  border-radius: 100px;
  border: 1px solid #49A679;
  background: #E8F3EE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*/////////////////////////////////////////////////////////////////////////////////////////*/

.elem-button {
  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-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  color: #53ab7f;
  height: 65px;
  width: 200px;
  border-radius: 20px;
  border: 4px solid #53ab7f;
  background: #e8f3ee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}

.elem-button:hover {
  background: #1D774B;
  color: white;
  border: 4px solid #1D774B;
}

.elem-row-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 5%;
}

.anketa-illnesses {
  display: none;
  position: absolute;
  width: 60rem;
  height: 30rem;
  top: 32rem;
  left: 8.5%;
  background-color: #c9f9da;
  border-radius: 1rem;
  border: 1px solid black;
  z-index: 4;
}

.anketa-allnesses-shadow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 50%;
  z-index: 3;
  top: 0;
  left: 0;
}

.anketa-illnesses-body {
  overflow: scroll;
  width: 100%;
  height: 28rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.anketa-illnesses-item {
  width: 50%;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 44px;
  padding-bottom: 44px;
  margin-bottom: 0;
}

.anketa-illnesses-item:nth-child(odd) {
  border-right: 1px solid rgba(91, 91, 91, 0.2);
}

.anketa-illnesses-item:nth-child(3),
.anketa-illnesses-item:nth-child(4),
.anketa-illnesses-item:nth-child(7),
.anketa-illnesses-item:nth-child(8),
.anketa-illnesses-item:nth-child(11),
.anketa-illnesses-item:nth-child(12),
.anketa-illnesses-item:nth-child(15),
.anketa-illnesses-item:nth-child(16),
.anketa-illnesses-item:nth-child(19),
.anketa-illnesses-item:nth-child(20),
.anketa-illnesses-item:nth-child(23),
.anketa-illnesses-item:nth-child(24),
.anketa-illnesses-item:nth-child(27),
.anketa-illnesses-item:nth-child(28),
.anketa-illnesses-item:nth-child(31),
.anketa-illnesses-item:nth-child(32) {
  background-color: white;
}

.elm-input-2 {
  resize: none;
  border: 1px solid #5B5B5B;
  border-radius: 12px;
  padding: 0px 0px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  color: #5B5B5B;
  opacity: 0.5;
}

.elm-input-withicon .elm-input-2 {
  background-repeat: no-repeat;
  background-position: center left 25px;
  padding-left: 20px;
}

.anketa-illnesses-menu {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  background-color: #c9f9da;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.anketa-illnesses-menu-topic {
  width: 95.5%;
  text-align: center;
  padding-top: 0.5%;
}

.anketa-illnesses-menu-close img {
  width: 100%;
  height: 100%;
  align-items: end;
  cursor: pointer;
}

.elem-textarea-search {
  position: relative;
}

.elem-textarea-search::after {
  display: block;
  position: absolute;
  content: "";
  top: 24px;
  right: 30px;
  height: 13px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elem-textarea-search__results {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 200px;
  top: 120px;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 22px 40px rgba(40, 102, 72, 0.11), 0px 4.4px 6.5px rgba(40, 102, 72, 0.055);
  box-shadow: 0px 22px 40px rgba(40, 102, 72, 0.11), 0px 4.4px 6.5px rgba(40, 102, 72, 0.055);
  border-radius: 0px 0px 12px 12px;
  overflow: scroll;
}

.elem-textarea-search__item {
  padding: 18px 27px;
}

.elem-textarea-search__item:nth-child(odd) {
  background: rgba(232, 243, 238, 0.4);
}

.elem-textarea-search .elem-checkbox-wrap {
  margin-bottom: 0;
}

.elem-textarea-search .elem-checkbox-wrap textarea {
  display: none;
}

.elem-textarea-search__active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.elem-textarea-search__active .elm-textarea-1 {
  border-radius: 12px 12px 0px 0px;
  opacity: 1;
}

.elem-textarea-search__active .elem-textarea-search__results {
  display: block;
  overflow: scroll;
}

/*/////////////////////////////////////////////////////////////////////////////////////////*/
.elem-counter-1__minus svg rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.elem-counter-1__minus:hover {
  background: #1D774B;
}

.elem-counter-1__minus:hover svg rect {
  fill: #fff;
}

.elem-datepicker label {
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
  color: #B0BEC5;
  border: 1px solid #ECEFF1;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

.elem-datepicker input:focus {
  outline: none;
}

.elem-datepicker #ui-datepicker-div {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.elem-datepicker table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

table.ui-datepicker-calendar {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 22px 40px rgba(40, 102, 72, 0.11), 0px 4.4px 6.5px rgba(40, 102, 72, 0.055);
  box-shadow: 0px 22px 40px rgba(40, 102, 72, 0.11), 0px 4.4px 6.5px rgba(40, 102, 72, 0.055);
  border-radius: 12px;
  border: 1px solid #5B5B5B;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #78909C;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.9rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #49A679;
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a>span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 500;
  font-size: 0.8rem;
}

.ui-datepicker-year,
.ui-datepicker-month {
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
}

.anketa-top-line {
  background: #49A679;
  /* border-radius: 15px 15px 0px 0px; */
  min-height: 74px;
  width: 100%;
  padding: 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anketa_slide:first-child .anketa-top-line {
  border-radius: 15px 15px 0px 0px;
}

.anketa-top-line__step {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #49A679;
  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: 10px 16px;
  background: #FFFFFF;
  border-radius: 100px;
  min-width: 80px;
}

.anketa-top-line__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 5px;
  margin-left: 17px;
}

.anketa_Slider {
  -webkit-box-shadow: 0px 0px 129px rgba(40, 102, 72, 0.03), 0px 0px 67.2864px rgba(40, 102, 72, 0.021696), 0px 0px 31.5792px rgba(40, 102, 72, 0.016848), 0px 0px 13.8288px rgba(40, 102, 72, 0.013152), 0px 0px 5.9856px rgba(40, 102, 72, 0.008304);
  box-shadow: 0px 0px 129px rgba(40, 102, 72, 0.03), 0px 0px 67.2864px rgba(40, 102, 72, 0.021696), 0px 0px 31.5792px rgba(40, 102, 72, 0.016848), 0px 0px 13.8288px rgba(40, 102, 72, 0.013152), 0px 0px 5.9856px rgba(40, 102, 72, 0.008304);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 94px;
  display: block;
}

.anketa-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 54px;
}

.anketa-content__wrapper.elem-add-form {
  padding-top: 0;
  margin-bottom: 50px;
}

.wrpfullwidth {
  padding-top: 54px !important;
  width: 100%;
}

.wrpfullwidth .anketa-section {
  width: 100%;
}

.wrpfullwidth .anketa-section-item:last-child {
  margin-bottom: 0;
}

.anketa-section {
  width: 50%;
}

.anketa-section:nth-child(2) {
  margin-left: 60px;
}

.anketa-section-fullwidth {
  width: 100%;
}

.anketa-section-fullwidth:nth-child(2) {
  margin-left: 0;
}

.anketa-section-fullwidth .anketa-section-item {
  width: 100%;
}

.anketa-section-item {
  margin-bottom: 52px;
}

.anketa_photo {
  overflow: hidden;
}

.anketa_photo img {
  min-width: 100%;
  max-width: 100%;
  border-radius: 12px;
}

.min-wrp-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.min-wrp-flx .elem-radio-wrap {
  margin-right: 20px;
  margin-bottom: 10px;
}

.secfonf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.secfonf .elem-input-wrap {
  width: 50%;
}

.secfonf .elem-checkbox-wrap {
  width: 50%;
  margin-bottom: 18px;
  margin-left: 22px;
}

.secfonfN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.secfonfN .elem-input-wrap:nth-child(1) {
  width: 40%;
}

.secfonfN .elem-input-wrap:nth-child(2) {
  width: 60%;
  margin-bottom: 20px;
  margin-left: 22px;
}

.elem-input-wrap {
  margin-bottom: 20px;
}

.elem-input-wrap:last-child {
  margin-bottom: 0;
}

#anketaphonoid {
  display: none;
}

.anketa-file-upload-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anketa-file-upload-area .elem-fileselect-1 {
  min-width: 290px;
}

.anketa-file-upload-area span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #5B5B5B;
  margin-left: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mb0 {
  margin-bottom: 0;
}

.anketa-section-full-flxwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anketa-section-full-flxwrap .anketa-section-item {
  width: calc(50% - 16px);
  padding-right: 29px;
}

.anketa-section-full-flxwrap .anketa-section-item:nth-child(even) {
  margin-left: 32px;
}

.anketa-list-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anketa-list-radios .anketa-section-item {
  width: 25%;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 44px;
  padding-bottom: 44px;
  margin-bottom: 0;
  border-right: 1px solid rgba(91, 91, 91, 0.2);
}

.anketa-list-radios .anketa-section-item .min-wrp-flx {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.anketa-list-radios .anketa-section-item .min-wrp-flx .elem-radio-wrap {
  margin-bottom: 10px;
}

.anketa-list-radios .anketa-section-item:nth-child(4n+4) {
  border-right: none;
}

.anketa-list-radios .anketa-section-item:nth-child(n+5):nth-child(-n+8) {
  background-color: #E8F3EE;
}

.anketa-list-radios .anketa-section-item:nth-child(n+13):nth-child(-n+16) {
  background-color: #E8F3EE;
}

.anketa-list-radios .anketa-section-item:nth-child(n+21):nth-child(-n+24) {
  background-color: #E8F3EE;
}

.anketa-list-radios .anketa-section-item:nth-child(n+29):nth-child(-n+32) {
  background-color: #E8F3EE;
}

.anketa-list-radios .anketa-section-item:nth-child(n+37):nth-child(-n+40) {
  background-color: #E8F3EE;
}

.anketa-list-radios .anketa-section-item:nth-child(n+45):nth-child(-n+48) {
  background-color: #E8F3EE;
}

.anketa-list-radios .anketa-section-item:nth-child(n+53):nth-child(-n+56) {
  background-color: #E8F3EE;
}

.anketa-list-radios .anketa-section-item:nth-child(n+61):nth-child(-n+64) {
  background-color: #E8F3EE;
}

.anketa-list-radios .anketa-section-item:nth-child(1),
.anketa-list-radios .anketa-section-item:nth-child(5),
.anketa-list-radios .anketa-section-item:nth-child(9),
.anketa-list-radios .anketa-section-item:nth-child(13),
.anketa-list-radios .anketa-section-item:nth-child(17),
.anketa-list-radios .anketa-section-item:nth-child(21),
.anketa-list-radios .anketa-section-item:nth-child(25),
.anketa-list-radios .anketa-section-item:nth-child(29),
.anketa-list-radios .anketa-section-item:nth-child(33),
.anketa-list-radios .anketa-section-item:nth-child(37),
.anketa-list-radios .anketa-section-item:nth-child(41),
.anketa-list-radios .anketa-section-item:nth-child(45),
.anketa-list-radios .anketa-section-item:nth-child(49),
.anketa-list-radios .anketa-section-item:nth-child(54),
.anketa-list-radios .anketa-section-item:nth-child(59),
.anketa-list-radios .anketa-section-item:nth-child(64) {
  padding-left: 60px;
}

.anketa-list-radios .anketa-section-item:nth-child(4),
.anketa-list-radios .anketa-section-item:nth-child(8),
.anketa-list-radios .anketa-section-item:nth-child(12),
.anketa-list-radios .anketa-section-item:nth-child(16),
.anketa-list-radios .anketa-section-item:nth-child(20),
.anketa-list-radios .anketa-section-item:nth-child(24),
.anketa-list-radios .anketa-section-item:nth-child(28),
.anketa-list-radios .anketa-section-item:nth-child(32),
.anketa-list-radios .anketa-section-item:nth-child(36),
.anketa-list-radios .anketa-section-item:nth-child(40),
.anketa-list-radios .anketa-section-item:nth-child(44),
.anketa-list-radios .anketa-section-item:nth-child(48),
.anketa-list-radios .anketa-section-item:nth-child(52),
.anketa-list-radios .anketa-section-item:nth-child(56),
.anketa-list-radios .anketa-section-item:nth-child(60),
.anketa-list-radios .anketa-section-item:nth-child(64) {
  padding-right: 60px;
}

.elem-input-search {
  position: relative;
}

.elem-input-search::after {
  display: block;
  position: absolute;
  content: "";
  top: 24px;
  right: 30px;
  height: 13px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/static/img/icons/arrsearch.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.elem-input-search__results {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 200px;
  top: 62px;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 22px 40px rgba(40, 102, 72, 0.11), 0px 4.4px 6.5px rgba(40, 102, 72, 0.055);
  box-shadow: 0px 22px 40px rgba(40, 102, 72, 0.11), 0px 4.4px 6.5px rgba(40, 102, 72, 0.055);
  border-radius: 0px 0px 12px 12px;
}

.elem-input-search__item {
  padding: 18px 27px;
}

.elem-input-search__item:nth-child(odd) {
  background: rgba(232, 243, 238, 0.4);
}

.elem-input-search .elem-checkbox-wrap {
  margin-bottom: 0;
}

.elem-input-search .elem-checkbox-wrap input {
  display: none;
}

.elem-input-search__active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.elem-input-search__active .elm-input-1 {
  border-radius: 12px 12px 0px 0px;
  opacity: 1;
}

.elem-input-search__active .elem-input-search__results {
  display: block;
  overflow: scroll;
}

.btnadd_place {
  padding-top: 0;
}

.show_more_item {
  padding-top: 60px;
  padding-bottom: 60px;
}

.add_block_lan {
  display: none;
}

.add_block_lan_show {
  display: block !important;
}

.wrpwithoutpadding {
  padding-top: 0;
}

.anketa-section_flxwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anketa-section_flxwrap .anketa-section-item {
  width: calc(50% - 30px);
}

.anketa-section_flxwrap .anketa-section-item:nth-child(2n+2) {
  margin-left: 60px;
}

.anketa_step_7 .anketa-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anketa_step_7 .anketa-section .anketa-section-item {
  width: calc(50% - 30px);
}

.anketa_step_7 .anketa-section .anketa-section-item:nth-child(2) {
  margin-left: 60px;
}

.anketa_step_7 .anketa-section .anketa-section-item:nth-child(3) {
  width: 100%;
}

.anketa_step_7 .anketa-section .anketa-section-item:nth-child(6) {
  margin-left: 0px;


}

.anketa_step_7 .anketa-section .anketa-section-item:nth-child(7) {
  margin-left: 60px;
}

.anketa_step_7 .anketa-section .anketa-section-item:nth-child(8) {
  margin-left: 0px;
}

.anketa_step_7 .anketa-section .anketa-section-item:nth-child(9) {
  margin-left: 60px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 1024px) {
  .elem-button {
    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-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    color: #53ab7f;
    height: 65px;
    width: 200px;
    border-radius: 20px;
    border: 4px solid #53ab7f;
    background: #e8f3ee;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 1024px) {
  .anketa_step_7 .anketa-section {
    width: 100%;
  }

  .anketa_step_7 .anketa-section .anketa-section-item {
    width: calc(50% - 20px);
  }

  .anketa_step_7 .anketa-section .anketa-section-item:nth-child(1) {
    width: 100%;
  }

  .anketa_step_7 .anketa-section .anketa-section-item:nth-child(2) {
    width: 100%;
    margin-left: 0px;
  }

  .anketa_step_7 .anketa-section .anketa-section-item:nth-child(3) {
    width: 100%;
  }

  .anketa_step_7 .anketa-section .anketa-section-item:nth-child(4) {
    width: 100%;
  }

  .anketa_step_7 .anketa-section .anketa-section-item:nth-child(5) {
    width: 50%;
    margin-left: 0px;
  }

  .anketa_step_7 .anketa-section .anketa-section-item:nth-child(6) {
    width: 100%;
  }

  .anketa_step_7 .anketa-section .anketa-section-item:nth-child(7) {
    margin-left: 0px;
    width: 100%;
  }

}

@media (max-width: 1024px) {
  .anketa-section_flxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .anketa-section_flxwrap .anketa-section-item {
    width: 100%;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(2n+2) {
    margin-left: 0px;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(1) {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(2) {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(3) {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(4) {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(5) {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(6) {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(7) {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(8) {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(9) {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }

  .anketa-section_flxwrap .anketa-section-item:nth-child(10) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.anketa-section_w_100 {
  width: 100%;
}

.wrpfullwidth__003 {
  padding-top: 0 !important;
  padding-bottom: 52px;
}

.anketa-bottom {
  background: #FFFFFF;
  padding: 52px 58px 48px 58px;
}

.anketa-bottom__wrapper {
  /* border-top: 1px solid rgba(91, 91, 91, 0.2); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-top: 46px; */
}

.anketa-bottom__wrapper1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.anketa-bottom__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  width: 100%;
}

.anketa-bottom__navigation .elem-prev-1 {
  margin-right: 15px;
}

.anketa-bottom__container {
  width: 100%;
  padding-right: 30px;
}

.anceta-progress-percent-wrapp {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #5B5B5B;
  margin-bottom: 11px;
}

.anceta-progress-percent {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #49A679;
}

.anketa-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  background: #E8F3EE;
  border-radius: 100px;
  margin-bottom: 0;
}

.anketa-progress .anketa-progress_line {
  border-radius: 100px;
}

.anketa-progress_line {
  position: absolute;
  left: 0;
  top: 0;
  background: #49A679;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.anketa_thanks__wrapper {
  display: block;
  padding: 130px 0;
}

.anketa_thanks h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #5B5B5B;
  text-align: center;
  margin-bottom: 40px;
}

.anketa_thanks p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #5B5B5B;
  text-align: center;
}

.btn_anketa_09 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  color: #FFFFFF;
  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;
  padding: 18px 40px;
  background: #49A679;
  border-radius: 100px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_anketa_09:hover {
  background: #1D774B;
}

.anketa_thanks__bottom {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1240px) {
  .anketa_page .title_1 {
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 90px !important;
    font-size: 42px;
    line-height: 120%;
  }

  .anketa_page .title_1::before {
    top: 20px;
    width: 70px;
    left: -80px;
  }

  .anketa-section:nth-child(2) {
    margin-left: 40px;
  }

  .anketa-list-radios .anketa-section-item {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 54px;
    padding-bottom: 67px;
  }

  .anketa-list-radios .anketa-section-item:nth-child(1),
  .anketa-list-radios .anketa-section-item:nth-child(5),
  .anketa-list-radios .anketa-section-item:nth-child(9),
  .anketa-list-radios .anketa-section-item:nth-child(13),
  .anketa-list-radios .anketa-section-item:nth-child(17),
  .anketa-list-radios .anketa-section-item:nth-child(21),
  .anketa-list-radios .anketa-section-item:nth-child(25),
  .anketa-list-radios .anketa-section-item:nth-child(29),
  .anketa-list-radios .anketa-section-item:nth-child(33),
  .anketa-list-radios .anketa-section-item:nth-child(37),
  .anketa-list-radios .anketa-section-item:nth-child(41),
  .anketa-list-radios .anketa-section-item:nth-child(45),
  .anketa-list-radios .anketa-section-item:nth-child(49),
  .anketa-list-radios .anketa-section-item:nth-child(54),
  .anketa-list-radios .anketa-section-item:nth-child(59),
  .anketa-list-radios .anketa-section-item:nth-child(64) {
    padding-left: 31px;
  }

  .anketa-list-radios .anketa-section-item:nth-child(4),
  .anketa-list-radios .anketa-section-item:nth-child(8),
  .anketa-list-radios .anketa-section-item:nth-child(12),
  .anketa-list-radios .anketa-section-item:nth-child(16),
  .anketa-list-radios .anketa-section-item:nth-child(20),
  .anketa-list-radios .anketa-section-item:nth-child(24),
  .anketa-list-radios .anketa-section-item:nth-child(28),
  .anketa-list-radios .anketa-section-item:nth-child(32),
  .anketa-list-radios .anketa-section-item:nth-child(36),
  .anketa-list-radios .anketa-section-item:nth-child(40),
  .anketa-list-radios .anketa-section-item:nth-child(44),
  .anketa-list-radios .anketa-section-item:nth-child(48),
  .anketa-list-radios .anketa-section-item:nth-child(52),
  .anketa-list-radios .anketa-section-item:nth-child(56),
  .anketa-list-radios .anketa-section-item:nth-child(60),
  .anketa-list-radios .anketa-section-item:nth-child(64) {
    padding-right: 31px;
  }
}

@media (max-width: 1240px) and (max-width: 1025px) {
  .anketa-file-upload-area {
    -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;
  }

  .anketa-file-upload-area span {
    margin-left: 0;
    margin-top: 18px;
  }
}

@media (max-width: 1024px) {
  .anketa-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .anketa-section {
    width: 100%;
  }

  .anketa-section:nth-child(2) {
    margin-left: 0px;
  }

  .anketa-section-ver01 {
    border-bottom: 1px solid rgba(91, 91, 91, 0.4);
    margin-bottom: 75px;
    padding-bottom: 30px;
  }

  .anketa-section-full-flxwrap .anketa-section-item {
    width: 100%;
    margin-left: 0 !important;
    padding-right: 0;
  }

  .anketa-list-radios .anketa-section-item {
    width: 50%;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 44px;
    padding-bottom: 53px;
    border-right: 1px solid rgba(91, 91, 91, 0.2);
    background-color: #E8F3EE;
  }

  .anketa-list-radios .anketa-section-item .min-wrp-flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .anketa-list-radios .anketa-section-item .min-wrp-flx .elem-radio-wrap {
    margin-bottom: 10px;
  }

  .anketa-list-radios .anketa-section-item:nth-child(2n+2) {
    border-right: none;
  }

  .anketa-list-radios .anketa-section-item:nth-child(1),
  .anketa-list-radios .anketa-section-item:nth-child(2),
  .anketa-list-radios .anketa-section-item:nth-child(5),
  .anketa-list-radios .anketa-section-item:nth-child(6),
  .anketa-list-radios .anketa-section-item:nth-child(9),
  .anketa-list-radios .anketa-section-item:nth-child(10),
  .anketa-list-radios .anketa-section-item:nth-child(13),
  .anketa-list-radios .anketa-section-item:nth-child(14),
  .anketa-list-radios .anketa-section-item:nth-child(17),
  .anketa-list-radios .anketa-section-item:nth-child(18),
  .anketa-list-radios .anketa-section-item:nth-child(21),
  .anketa-list-radios .anketa-section-item:nth-child(22),
  .anketa-list-radios .anketa-section-item:nth-child(25),
  .anketa-list-radios .anketa-section-item:nth-child(26),
  .anketa-list-radios .anketa-section-item:nth-child(29),
  .anketa-list-radios .anketa-section-item:nth-child(30),
  .anketa-list-radios .anketa-section-item:nth-child(33),
  .anketa-list-radios .anketa-section-item:nth-child(34),
  .anketa-list-radios .anketa-section-item:nth-child(37),
  .anketa-list-radios .anketa-section-item:nth-child(38),
  .anketa-list-radios .anketa-section-item:nth-child(41),
  .anketa-list-radios .anketa-section-item:nth-child(42),
  .anketa-list-radios .anketa-section-item:nth-child(45),
  .anketa-list-radios .anketa-section-item:nth-child(46),
  .anketa-list-radios .anketa-section-item:nth-child(49),
  .anketa-list-radios .anketa-section-item:nth-child(50),
  .anketa-list-radios .anketa-section-item:nth-child(52) {
    background-color: #fff !important;
  }

  .anketa-list-radios .anketa-section-item:nth-child(1),
  .anketa-list-radios .anketa-section-item:nth-child(5),
  .anketa-list-radios .anketa-section-item:nth-child(9),
  .anketa-list-radios .anketa-section-item:nth-child(13),
  .anketa-list-radios .anketa-section-item:nth-child(17),
  .anketa-list-radios .anketa-section-item:nth-child(21),
  .anketa-list-radios .anketa-section-item:nth-child(25),
  .anketa-list-radios .anketa-section-item:nth-child(29),
  .anketa-list-radios .anketa-section-item:nth-child(33),
  .anketa-list-radios .anketa-section-item:nth-child(37),
  .anketa-list-radios .anketa-section-item:nth-child(41),
  .anketa-list-radios .anketa-section-item:nth-child(45),
  .anketa-list-radios .anketa-section-item:nth-child(49),
  .anketa-list-radios .anketa-section-item:nth-child(54),
  .anketa-list-radios .anketa-section-item:nth-child(59),
  .anketa-list-radios .anketa-section-item:nth-child(64) {
    padding-left: 45px;
  }

  .anketa-list-radios .anketa-section-item:nth-child(4),
  .anketa-list-radios .anketa-section-item:nth-child(8),
  .anketa-list-radios .anketa-section-item:nth-child(12),
  .anketa-list-radios .anketa-section-item:nth-child(16),
  .anketa-list-radios .anketa-section-item:nth-child(20),
  .anketa-list-radios .anketa-section-item:nth-child(24),
  .anketa-list-radios .anketa-section-item:nth-child(28),
  .anketa-list-radios .anketa-section-item:nth-child(32),
  .anketa-list-radios .anketa-section-item:nth-child(36),
  .anketa-list-radios .anketa-section-item:nth-child(40),
  .anketa-list-radios .anketa-section-item:nth-child(44),
  .anketa-list-radios .anketa-section-item:nth-child(48),
  .anketa-list-radios .anketa-section-item:nth-child(52),
  .anketa-list-radios .anketa-section-item:nth-child(56),
  .anketa-list-radios .anketa-section-item:nth-child(60),
  .anketa-list-radios .anketa-section-item:nth-child(64) {
    padding-right: 45px;
  }

  .anketa-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .anketa-illnesses {
    display: none;
    position: absolute;
    width: 900px;
    height: 30rem;
    top: 32rem;
    left: 8.5%;
    background-color: #c9f9da;
    border-radius: 1rem;
    border: 1px solid black;
    z-index: 4;
  }
}

@media (max-width: 998px) {
  .anketa_page .title_1 {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 90px !important;
    font-size: 32px;
    line-height: 120%;
  }

  .anketa_page .title_1::before {
    top: 20px;
    width: 70px;
    left: -80px;
  }

  .anketa-illnesses {
    display: none;
    position: absolute;
    width: 700px;
    height: 30rem;
    top: 32rem;
    left: 8.5%;
    background-color: #c9f9da;
    border-radius: 1rem;
    border: 1px solid black;
    z-index: 4;
  }
}

@media (max-width: 768px) {
  .anketa_page .title_1 {
    margin-left: 0 !important;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .anketa-illnesses {
    display: none;
    position: absolute;
    width: 500px;
    height: 30rem;
    top: 32rem;
    left: 8.5%;
    background-color: #c9f9da;
    border-radius: 1rem;
    border: 1px solid black;
    z-index: 4;
  }

  .anketa-illnesses-menu {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    background-color: #c9f9da;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    padding-right: 5px;
  }

  .anketa-illnesses-menu-close img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 640px) {

  /*///////////////////////////////////////*/
  .anketa-illnesses {
    display: none;
    position: absolute;
    width: 360px;
    height: 30rem;
    top: 32rem;
    left: 8.5%;
    background-color: #c9f9da;
    border-radius: 1rem;
    border: 1px solid black;
    z-index: 4;
  }

  .anketa-illnesses-menu-topic h3 {
    display: none;
  }

  /*///////////////////////////////////////*/
  .anketa_Slider {
    border-radius: 5px;
    margin-bottom: 0;
  }

  .elem-input-search::after {
    right: 18px;
  }

  .anketa_page__container {
    position: relative;
    left: 0;
    right: 0;
    width: 100vw;
    left: -10px;
  }

  .anketa-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .anketa-top-line {
    padding: 20px 10px 20px 10px;
    -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;
    border-radius: 5px 5px 0px 0px;
  }

  .anketa-top-line__title {
    margin-left: 0;
    margin-top: 17px;
  }

  .elem-title-1 {
    font-size: 22px;
  }

  .anketa-section-item {
    margin-bottom: 40px;
  }

  .elem-counter-1__input input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 12px;
    height: 60px;
    width: 120px;
    margin-left: 20px !important;
    margin-right: 20px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .elem-counter-1__pluse {
    height: 60px;
    width: 100px;
    min-width: 80px;
  }

  .elem-counter-1__minus {
    height: 60px;
    width: 100px;
    min-width: 80px;
    border-radius: 100px;
  }

  /*//////////////////////////////////////////////////////////////////////*/
  .elem-button {
    height: 60px;
    width: 150px;
    min-width: 80px;
    border-radius: 16px;
  }

  /*//////////////////////////////////////////////////////////////////////*/
  .anketa-list-radios .anketa-section-item {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    border-right: none;
    background-color: #E8F3EE;
  }

  .anketa-list-radios .anketa-section-item .min-wrp-flx .elem-radio-wrap {
    margin-bottom: 10px;
  }

  .anketa-list-radios .anketa-section-item:nth-child(odd) {
    background-color: #fff !important;
  }

  .anketa-list-radios .anketa-section-item:nth-child(even) {
    background-color: #E8F3EE !important;
  }

  .anketa-list-radios .anketa-section-item:nth-child(1),
  .anketa-list-radios .anketa-section-item:nth-child(5),
  .anketa-list-radios .anketa-section-item:nth-child(9),
  .anketa-list-radios .anketa-section-item:nth-child(13),
  .anketa-list-radios .anketa-section-item:nth-child(17),
  .anketa-list-radios .anketa-section-item:nth-child(21),
  .anketa-list-radios .anketa-section-item:nth-child(25),
  .anketa-list-radios .anketa-section-item:nth-child(29),
  .anketa-list-radios .anketa-section-item:nth-child(33),
  .anketa-list-radios .anketa-section-item:nth-child(37),
  .anketa-list-radios .anketa-section-item:nth-child(41),
  .anketa-list-radios .anketa-section-item:nth-child(45),
  .anketa-list-radios .anketa-section-item:nth-child(49),
  .anketa-list-radios .anketa-section-item:nth-child(54),
  .anketa-list-radios .anketa-section-item:nth-child(59),
  .anketa-list-radios .anketa-section-item:nth-child(64) {
    padding-left: 17px;
  }

  .anketa-list-radios .anketa-section-item:nth-child(4),
  .anketa-list-radios .anketa-section-item:nth-child(8),
  .anketa-list-radios .anketa-section-item:nth-child(12),
  .anketa-list-radios .anketa-section-item:nth-child(16),
  .anketa-list-radios .anketa-section-item:nth-child(20),
  .anketa-list-radios .anketa-section-item:nth-child(24),
  .anketa-list-radios .anketa-section-item:nth-child(28),
  .anketa-list-radios .anketa-section-item:nth-child(32),
  .anketa-list-radios .anketa-section-item:nth-child(36),
  .anketa-list-radios .anketa-section-item:nth-child(40),
  .anketa-list-radios .anketa-section-item:nth-child(44),
  .anketa-list-radios .anketa-section-item:nth-child(48),
  .anketa-list-radios .anketa-section-item:nth-child(52),
  .anketa-list-radios .anketa-section-item:nth-child(56),
  .anketa-list-radios .anketa-section-item:nth-child(60),
  .anketa-list-radios .anketa-section-item:nth-child(64) {
    padding-right: 17px;
  }

  .secfonf {
    -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;
  }

  .secfonf .elem-checkbox-wrap {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 32px;
  }

  .secfonf .elem-input-wrap {
    width: 100%;
  }

  .secfonf .elem-checkbox-wrap {
    width: 100%;
  }

  .secfonf .elem-checkbox-1__label1 {
    margin-right: 12px;
  }

  .secfonfN {
    -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;
  }

  .secfonfN .elem-input-wrap {
    width: 100%;
  }

  .elem-add-1,
  .elem-add-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .anketa-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .anketa-bottom .anketa-bottom__wrapper {
    -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;
  }

  .anketa-bottom .anketa-bottom__container {
    padding-right: 0;
  }

  .anketa-bottom .anketa-progress {
    margin-bottom: 20px;
  }

  .anketa_thanks__wrapper {
    padding: 90px 20px;
  }

  .anketa_thanks h5 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .anketa_thanks p {
    font-size: 20px;
  }

  .btn_anketa_09 {
    font-size: 20px;
    padding: 18px 40px;
  }

  .anketa_thanks__bottom {
    margin-top: 70px;
  }
}

.anketa-list-radios .anketa-section-item .min-wrp-flx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.anketa-list-radios .elem-title-1 {
  order: -1;
}

@media screen and (max-width: 640px) {
  .anketa-list-radios .anketa-section-item .min-wrp-flx {
    flex-direction: row;
    align-items: center;
  }

  .anketa-list-radios .min-wrp-flx .elem-title-1 {
    margin-right: 10px;
    margin-top: 20px;
    order: 1;
  }

  .anketa-list-radios .anketa-section-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

input[disabled] {
  pointer-events: none
}

.elem-numButton-1 {
  width: 60px;
  height: 60px;
  background: #E8F3EE;
  border: 1px solid #49A679;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  margin-top: 15px;
  color: Black;
  font-size: 25px;
  font-weight: bold;
  -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;
  font-family: "Montserrat", sans-serif;
}

.elem-numButton-1:hover {
  background: #1D774B;
  color: white;
  border: 1px solid #49A679;
}

.elem-numButton-1__after {
  width: 60px;
  height: 60px;
  background: #1D774B;
  border: 1px solid #49A679;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  margin-top: 15px;
  color: white;
  font-size: 25px;
  font-weight: bold;
  -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;
  font-family: "Montserrat", sans-serif;
}


/* Project 35 css start */
#p35Form .testSlider-wrapper {
  padding-bottom: 60px;
}

.hidden {
  display: none;
}

.toggle-button {

  display: inline-block;
  height: 40px;
  width: 90px;

  border-radius: 60px;

  border: 1px solid #b7b7b7;

  position: relative;
  z-index: 1;

  cursor: pointer;
}

.toggle-button::after {
  content: "";
  display: block;
  height: 35px;
  width: 35px;

  border-radius: 50%;

  background-color: #49A679;
  transform: translateX(0px);
  z-index: 2;
  margin: 1px;
}

.toggle-button,
.toggle-button::after {
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked~.toggle-button {
  background-color: #49A679;
}

input[type="checkbox"]:checked~.toggle-button::after {
  background-color: #fff;
  transform: translateX(49px);
}

.anketa-list-radios.half>.anketa-section-item {
  width: 50%;
}

.anketa-list-radios.half .anketa-section-item:nth-child(1) {
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.anketa-list-radios.half .anketa-section-item:nth-of-type(even) {
  border-right: none;
}

.anketa-section--lang2 {
  display: none;
}

.btn-add-language {
  width: 50px;
  height: 50px;

  background-color: #49A679;
  color: #fff;
  border: none;
  border-radius: 12px;

  position: absolute;

  right: 25%;
  top: 50%;

  transform: translateY(-50%);
}


.elm-textarea-1.low-height {
  min-height: 60px;
}

.anketa-section-item.salary {
  margin-top: 0;
}

.anketa-section-item.salary .elem-input-search {
  margin-top: 30px;
}

.elm-input-withicon input.short-pl {
  padding-left: 25px;
}

.inner-padding>input {
  margin-top: 20px;
}

.anketa-section-item--row {
  display: flex;
  gap: 2px;
}

.anketa-section-item--row>input {
  width: auto;
}

.anketa-section-item.checkbox .elem-checkbox-1__label1 {
  background: no-repeat center !important;
}

.anketa-section-item.checkbox .elem-checkbox-1[type=checkbox]:checked+.elem-checkbox-1__label1 {
  background: url('/static/img/icons/elem-checked.svg') no-repeat center !important;

}

.phone-code {
  max-width: 100px;
}

.phone-number {
  flex-grow: 1;
}

.anketa-section-item.checkbox {
  cursor: pointer;
}

@media(max-width:1024px) {
  .btn-add-language {
    display: none;
  }

  .anketa-section--lang2 {
    display: block;
    margin-top: 30px;
  }
}

.elem-input-search__results.high {
  height: 450px;
}

.elm-textarea-1.low-height {
  min-height: 60px;
}

.add-note {
  margin-top: 18px;
}

.short-input-pl .elm-input-withicon input {
  padding-left: 25px;
}

.elem-input-wrap.months,
.elem-input-wrap.years {
  margin-top: 25px;
  margin-bottom: 0;
}

.phoneCodesNumbers,
.euCountries {
  margin-bottom: 0;
}

.phoneCodesNumbers .elem-input-search::after {
  content: unset;
}

.anketa-list-radios.half .anketa-section-item:nth-child(5) {
  padding-left: 31px;
}

.anketa-section-item.toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media(max-width: 600px) {
  .add-note {
    order: 5;
    margin-top: 0;
    text-align: center;
  }

  .slide-2 .anketa-list-radios .checkbox .min-wrp-flx {
    flex-direction: column;
    align-items: flex-start;

  }

  .slide-2 .anketa-list-radios .checkbox .min-wrp-flx .add-note {
    text-align: left;
  }

  .add-note+.add-note {
    margin-top: 10px;
  }

  .anketa-list-radios.half .anketa-section-item:nth-child(1) {
    padding: 0;
  }

  .anketa-section-item--row {
    flex-direction: column;
  }

  .phone-code {
    max-width: unset;
  }

  .citizenBLMDGEAR-additional {
    padding: 10px 17px;
  }
}

/* Project 35 css end */
#nineC .elem-add-form {
  display: none;
}
