@charset "UTF-8";
html {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

button, textarea {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1303px;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

body.active {
  overflow: hidden;
  height: 100vh;
  position: fixed;
}
body.active header .menu_burger .burger_btn span {
  display: none;
}
body.active header .menu_burger .burger_btn .plus {
  display: block;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  padding: 27px 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav li {
  margin: 0 15px;
}
header .nav li a {
  color: #000;
  font-size: 15px;
  display: inline-flex;
}
header .nav li a:hover {
  color: #1A43BD;
}
header .contacts {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .contacts a {
  color: #000;
  display: inline-flex;
}
header .langs {
  width: 100%;
  max-width: 191px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .langs a {
  width: 37px;
  height: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
header .langs a.active, header .langs a:hover {
  border-radius: 5px;
  background: #1A43BD;
  color: #fff;
}
header .menu_burger {
  position: relative;
}
header .menu_burger.active .dropdown {
  opacity: 1;
  visibility: visible;
}
header .menu_burger .burger_btn {
  width: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  padding: 0;
  margin: 0;
}
header .menu_burger .burger_btn span {
  margin-bottom: 8px;
  height: 4px;
  border-radius: 4px;
  background: #000;
  width: 100%;
  transition: 0.3s;
}
header .menu_burger .burger_btn span:last-child {
  margin-bottom: 0;
}
header .menu_burger .burger_btn:hover span {
  background: #1A43BD;
}
header .menu_burger .burger_btn .plus {
  display: none;
}
header .menu_burger .dropdown {
  position: absolute;
  width: 243px;
  background: #FFF;
  box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.06);
  padding: 18px 20px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin-top: 27px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header .menu_burger .dropdown li {
  width: 100%;
}
header .menu_burger .dropdown li a {
  padding: 18px 5px;
  color: #000;
  text-align: center;
  font-size: 20px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
header .menu_burger .dropdown li a:hover {
  color: #1A43BD;
}

.main_section {
  width: 100%;
  position: relative;
  padding-top: 177px;
  padding-bottom: 75px;
  z-index: 2;
}
.main_section .back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 634px;
}
.main_section .container {
  position: relative;
  z-index: 2;
}
.main_section h1 {
  margin-bottom: 15px;
}
.main_section .text {
  width: 100%;
  color: #000;
  font-size: 25px;
  line-height: 140.6%;
  max-width: 702px;
  margin-bottom: 108px;
}
.main_section .text span {
  color: #1A43BD;
}
.main_section .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_section .bottom .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 21px;
  border-radius: 2000px;
  width: calc(50% - 10px);
  background: #0E0E0E;
}
.main_section .bottom .btn.find_work {
  background: #1A43BD;
}

h1 {
  width: 100%;
  color: #000;
  font-size: 59.514px;
  font-weight: 700;
  line-height: 140.6%;
  text-transform: uppercase;
}
h1 span {
  color: #1A43BD;
}

.banner_wrap {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.banner_wrap .img {
  width: 100%;
}
.banner_wrap .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  top: 0;
}
.banner_wrap .btn_cont {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 140px;
}
.banner_wrap .btn_cont .scroll_btn {
  display: inline-flex;
  position: relative;
  z-index: 4;
  margin-top: -20px;
}
.banner_wrap .btn_cont .img_new {
  position: absolute;
  right: 0;
  z-index: 3;
  top: -113px;
  width: 369px;
}

.why_first_work {
  width: 100%;
  background: #1A43BD;
  position: relative;
  padding-top: 51px;
  padding-bottom: 67px;
}
.why_first_work.why_first_work_modded {
  margin-bottom: 50px;
  overflow: hidden;
}
.why_first_work.why_first_work_modded ol {
  list-style: none;
  margin-bottom: 30px;
}
.why_first_work.why_first_work_modded ol li {
  position: relative;
  padding-left: 25px;
  color: #FFF;
  font-size: 20px;
  line-height: 120%;
}
.why_first_work.why_first_work_modded ol li::before {
  content: "—";
  position: absolute;
  color: #FFF;
  font-size: 20px;
  left: 0;
  top: 0;
}
.why_first_work .container {
  position: relative;
  z-index: 2;
}
.why_first_work .back_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 775px;
}
.why_first_work h2 {
  margin-bottom: 50px;
}
.why_first_work p {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 30px;
}
.why_first_work p:last-child {
  margin-bottom: 0;
}
.why_first_work ul {
  width: 100%;
  max-width: 867px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}
.why_first_work ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  margin-bottom: 20px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  border-radius: 2000px;
  border: 1px solid #1136A4;
  background: rgba(255, 255, 255, 0.08);
}

h2 {
  width: 100%;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
}

.actual_vacancies {
  width: 100%;
  padding-top: 48px;
  position: relative;
  z-index: 2;
}
.actual_vacancies h2 {
  color: #000;
  margin-bottom: 39px;
}
.actual_vacancies .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.actual_vacancies .show_all_vacancies {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  border-radius: 2000px;
  background: #1A43BD;
  margin-top: 43px;
}
.actual_vacancies .show_all_vacancies figure {
  margin-left: 5px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.vacancies_wrap {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.vacancies_wrap .vacancy_item {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  position: relative;
  padding: 45px 20px 24px;
  overflow: hidden;
  min-height: 351px;
}
.vacancies_wrap .vacancy_item .img_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  border-radius: 12px;
}
.vacancies_wrap .vacancy_item .overlay {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
}
.vacancies_wrap .vacancy_item .country {
  width: 100%;
  color: #FFF;
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.vacancies_wrap .vacancy_item .name {
  width: 100%;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.vacancies_wrap .vacancy_item .price {
  width: 100%;
  color: #FFF;
  font-size: 31px;
  position: relative;
  z-index: 3;
}
.vacancies_wrap .vacancy_item .send_resume {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  padding: 14px 20px;
  border-radius: 2000px;
  background: #1A43BD;
  left: 20px;
  bottom: 24px;
  z-index: 3;
}

.work_in_best_companies {
  width: 100%;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work_in_best_companies .back {
  position: absolute;
  right: -408px;
  top: -206px;
  z-index: 1;
  max-width: 1308px;
}
.work_in_best_companies .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.work_in_best_companies .left_cont {
  width: calc(50% - 10px);
}
.work_in_best_companies .left_cont h2 {
  color: #000;
  margin-bottom: 42px;
}
.work_in_best_companies .left_cont .text {
  width: 100%;
  max-width: 323px;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 42px;
}
.work_in_best_companies .right_cont {
  width: calc(50% - 10px);
}
.work_in_best_companies .right_cont .img {
  width: 100%;
}
.work_in_best_companies .right_cont .mob_img {
  display: none;
}

.iti--separate-dial-code .iti__selected-flag {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.iti {
  width: 100%;
  z-index: 5;
}

label.error {
  display: none !important;
}

.our_partners {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-bottom: 58px;
  padding-top: 50px;
}
.our_partners h2 {
  color: #000;
  margin-bottom: 37px;
}
.our_partners ul {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.our_partners ul li {
  margin: 0 10px;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.standart_form {
  width: 100%;
}
.standart_form input {
  width: 100%;
  height: 75px;
  margin-bottom: 11px;
  border-radius: 15px;
  background: #F2F2F2;
  padding: 0 46px;
  color: #A9A9A9;
  font-size: 18px;
  border: none;
  border: 1px solid transparent;
}
.standart_form input.error {
  border: 1px solid red;
}
.work_in_best_companies .standart_form .resume_file{
  border-radius: 15px;
  background: #F2F2F2;
}
.work_in_best_companies .standart_form .resume_file,.leave_questions .standart_form .resume_file{
  height: 75px;
}
.standart_form .iti {
  margin-bottom: 15px;
}
.standart_form .resume_file {
  display: flex;
  height: 60px;
  position: relative;
  border-radius: 15px;
  background: #FFF;
  width: 100%;
}
.standart_form .resume_file .cont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #A9A9A9;
  font-size: 18px;
  padding-left: 46px;
}
.standart_form .resume_file .remove_file{
  position: absolute;
  display: none;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
  z-index: 3;
  padding: 10px;
}
.standart_form .resume_file.active .remove_file{
  display: inline-flex;
}
.standart_form .resume_file .cont .img {
  margin-right: 10px;
}
.standart_form .resume_file input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.standart_form .resume_file input.error + label + .cont{
  color: red;
}
.standart_form button {
  margin-top: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  text-transform: capitalize;
  padding: 18px 43px;
  border-radius: 100px;
  background: #1A43BD;
}

.leave_questions {
  width: 100%;
  padding: 66px 0;
  background: #1A43BD;
}
.leave_questions .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leave_questions .left_cont {
  width: calc(50% - 10px);
}
.leave_questions .left_cont h2 {
  color: #fff;
  margin-bottom: 17px;
}
.leave_questions .left_cont .text {
  width: 100%;
  color: #FFF;
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 28px;
}
.leave_questions .left_cont .standart_form input {
  background: #fff;
}
.leave_questions .left_cont .standart_form button {
  background: #000;
}
.leave_questions .right_cont {
  width: calc(50% - 10px);
}
.leave_questions .right_cont .img {
  width: 100%;
  border-radius: 15px;
}

footer {
  width: 100%;
}
footer .top_content {
  width: 100%;
  background: #0E0E0E;
  padding-top: 48px;
  padding-bottom: 38px;
}
footer .bottom_content {
  width: 100%;
  background: #1A43BD;
  padding: 24px;
  display: flex;
  justify-content: center;
}
footer .bottom_content a {
  color: #F1ECE5;
  text-align: center;
  font-size: 18px;
  text-decoration: underline;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

footer .left_cont{
  width: 100%;
  max-width: 643px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .right_cont{
  width: 100%;
  max-width: 502px;
  margin-right: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer .right_cont .list{
  width: 100%;
  max-width: 233px;
}

footer .right_cont .list li{
  width: 100%;
  margin-bottom: 17px;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .right_cont .list li p{
  width: calc(100% - 24px);
  padding-left: 7px;
  padding-top: 2px;
}

footer .right_cont #map{
  width: 237px;
  height: 215px;
}

footer .right_cont .list li p a{
  color: #fff;
}

footer .right_cont .list li:last-child{
  margin-bottom: 0;
}

footer .scroll_top_btn {
  right: 33px;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: #fff;
}
footer .logo {
  display: inline-flex;
  margin-right: 59px;
}
footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .wrap .title {
  width: 100%;
  color: #FFF;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .wrap .text {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 38px;
  max-width: 429px;
}
footer .wrap ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .wrap ul li {
  margin-right: 15px;
}
footer .wrap ul li a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
footer .wrap ul li a:hover {
  background: #1A43BD;
}

.responsive_wrapper {
  width: 100%;
  position: fixed;
  top: 76px;
  right: 0;
  left: 0;
  bottom: 0;
  height: calc(100vh - 76px);
  z-index: 10;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.responsive_wrapper.active {
  opacity: 1;
  visibility: visible;
}
.responsive_wrapper .inside {
  width: 100%;
  padding: 35px 20px 30px;
}
.responsive_wrapper .inside .nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.responsive_wrapper .inside .nav li {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.responsive_wrapper .inside .nav li:last-child {
  margin-bottom: 0;
}
.responsive_wrapper .inside .nav li a {
  color: #000;
  font-size: 20px;
  display: inline-flex;
  padding: 20px 0;
  text-align: center;
}
.responsive_wrapper .inside .nav li a:hover {
  color: #1A43BD;
}
.responsive_wrapper .inside .contacts {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.responsive_wrapper .inside .contacts a {
  color: #000;
  display: inline-flex;
}
.responsive_wrapper .inside .langs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.responsive_wrapper .inside .langs li {
  margin-bottom: 40px;
}
.responsive_wrapper .inside .langs li:last-child {
  margin-bottom: 0;
}
.responsive_wrapper .inside .langs a {
  width: 37px;
  height: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 120%;
}
.responsive_wrapper .inside .langs a.active, .responsive_wrapper .inside .langs a:hover {
  border-radius: 5px;
  background: #1A43BD;
  color: #fff;
}

.main_section_vacancy {
  width: 100%;
  padding-top: 104px;
  padding-bottom: 38px;
}
.main_section_vacancy .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main_section_vacancy .right_cont {
  width: calc(100% - 195px);
  padding-left: 20px;
}

.filter_cont {
  width: 100%;
  max-width: 195px;
  border-radius: 22px;
  border: 1px solid #000;
  background: #FFF;
  padding: 17px 13px;
}
.filter_cont .title {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.filter_cont .filter_row {
  width: 100%;
  margin-bottom: 15px;
}
.filter_cont .filter_row:last-child {
  margin-bottom: 0;
}
.filter_cont .filter_row .filter_name {
  width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.filter_cont .filter_row .filter_checkbox {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.filter_cont .filter_row .filter_checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.filter_cont .filter_row .filter_checkbox input:checked + .default {
  border-color: #1A43BD;
}
.filter_cont .filter_row .filter_checkbox input:checked + .default > .active {
  opacity: 1;
}
.filter_cont .filter_row .filter_checkbox .default {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid #000;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter_cont .filter_row .filter_checkbox .default .active {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #1A43BD;
  opacity: 0;
}
.filter_cont .filter_row .filter_checkbox .text {
  width: calc(100% - 18px);
  padding-left: 10px;
  color: #000;
  font-size: 15px;
}
.filter_cont .filter_row .prices {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter_cont .filter_row .prices input {
  width: calc(50% - 6px);
  height: 27px;
  border-radius: 5px;
  border: 1px solid #000;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 15px;
}
.filter_cont .filter_row .prices input::placeholder {
  color: #000;
  text-align: center;
  font-size: 15px;
}
.filter_cont .btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  padding: 12px;
  border-radius: 2000px;
  background: #1A43BD;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal_wrap {
  display: none;
  width: 100%;
  max-width: 743px;
  padding: 0;
  border-radius: 25px;
  background: #EBEBEB;
}
.modal_wrap .modal_container {
  width: 100%;
  padding: 90px 55px 60px;
}
.modal_wrap form .btn {
  background: #000;
  width: 100%;
}
.modal_wrap .standart_form input {
  height: 60px;
  background: #fff;
}

.thanks_modal h2{
  color: #000;
  margin-bottom: 30px;
}

.fancybox-slide--html .fancybox-close-small {
  top: 31px;
  right: 31px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small svg {
  width: 20px;
  height: auto;
}

.employees_section {
  width: 100%;
  margin-top: 103px;
  position: relative;
  padding-top: 423px;
  padding-bottom: 42px;
}
.employees_section .back_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.employees_section .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 3;
}

.employees_section .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  
}
.employees_section .list li {
  margin-right: 15px;
}
.employees_section .list li a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #1A43BD;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.employees_section .list li a figure{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.employees_section .list li a:hover {
  background: #000;
}
.employees_section .phone_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  padding: 13px 14px;
  border-radius: 25px;
  border: 1px solid #1A43BD;
  background: #FFF;
  margin-left: 31px;
}
.employees_section .phone_item img {
  margin-right: 17px;
}

.blue_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  padding: 18px 20px;
  border-radius: 2000px;
  background: #1A43BD;
}

.how_going_employing {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 25px;
}
.how_going_employing h2 {
  color: #000;
  margin-bottom: 5px;
}
.how_going_employing .row_item {
  width: 100%;
  border-bottom: 2px solid #1A43BD;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.how_going_employing .row_item .number {
  color: #1A43BD;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  width: 79px;
}
.how_going_employing .row_item .content {
  width: calc(100% - 79px);
  padding-left: 9px;
}
.how_going_employing .row_item .content .title {
  width: 100%;
  color: #1A43BD;
  font-size: 25px;
  font-weight: 700;
  padding-top: 5px;
}
.how_going_employing .row_item .content .text {
  width: 100%;
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  line-height: 120%;
}
.how_going_employing .blue_btn {
  margin-top: 45px;
}

.faq_section {
  width: 100%;
  padding-bottom: 83px;
}
.faq_section h2 {
  color: #000;
  margin-bottom: 10px;
}
.faq_section .faq_row {
  width: 100%;
  border-bottom: 2px solid #1A43BD;
  padding: 20px 0;
}
.faq_section .faq_row.active button img {
  transform: none;
}
.faq_section .faq_row button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  padding: 0;
}
.faq_section .faq_row button p {
  width: calc(100% - 47px);
}
.faq_section .faq_row button img {
  transform: rotate(180deg);
}
.faq_section .faq_row .text {
  width: 100%;
  color: #000;
  font-size: 20px;
  display: none;
  padding-top: 10px;
}
.faq_section .faq_row .text ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.faq_section .faq_row .text ul li {
  line-height: 120%;
}
.faq_section .faq_row .text p {
  width: 100%;
  line-height: 120%;
}
.faq_section .faq_row .text strong {
  font-weight: 700;
}

.reviews_section {
  width: 100%;
  padding-top: 153px;
  position: relative;
  padding-bottom: 55px;
}
.reviews_section.reviews_section_modded {
  padding-bottom: 34px;
}
.reviews_section.reviews_section_modded .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews_section.reviews_section_modded h2 {
  color: #000;
  margin-bottom: 34px;
  font-size: 35px;
  text-align: center;
}
.reviews_section.reviews_section_modded2 {
  padding-top: 0;
  padding-bottom: 52px;
}
.reviews_section .back_img {
  position: absolute;
  z-index: 1;
  max-width: 1000px;
  top: 0;
  right: 0;
}
.reviews_section .container {
  position: relative;
  z-index: 2;
}
.reviews_section .slider_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews_section .slider_wrap .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.reviews_section .slider_wrap .slider {
  width: calc(100% - 216px);
  margin-left: -63px;
  margin-right: -63px;
}
.reviews_section .slider_wrap .slider .slick-slide {
  margin: 0 63px;
}
.reviews_section .slider_wrap .slider .slick-slide img {
  max-width: 100%;
}
.reviews_section .dots_wrap {
  width: 100%;
  margin-top: 35px;
}

.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  margin: 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li.slick-active button {
  background: #1A43BD;
  border: 1px solid #1A43BD;
}
.slick-dots li button {
  font-size: 0;
  text-indent: -10000px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  padding: 0;
}

.video_section {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 39px;
}
.video_section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video_section h2 {
  color: #000;
  margin-bottom: 35px;
}
.video_section .wrap {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.video_section .wrap .item {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.video_section .wrap .item iframe {
  width: 100% !important;
}

.close_full_cicle_personal {
  width: 100%;
  padding-top: 46px;
  padding-bottom: 31px;
}
.close_full_cicle_personal h2 {
  color: #000;
  margin-bottom: 39px;
}
.close_full_cicle_personal .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.close_full_cicle_personal .wrap .block {
  width: calc(50% - 10px);
  border-radius: 25px;
  background: #EBEBEB;
  padding: 20px;
  margin-bottom: 15px;
}
.close_full_cicle_personal .wrap .block .number {
  width: 100%;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
.close_full_cicle_personal .wrap .block .title {
  width: 100%;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.close_full_cicle_personal .wrap .block .title::before {
  content: "";
  position: absolute;
  width: 83px;
  height: 2px;
  background: #1A43BD;
  left: 0;
  bottom: -12px;
}
.close_full_cicle_personal .wrap .block .text {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 120%;
}
.close_full_cicle_personal .wrap .block .text ul {
  padding-left: 20px;
  list-style-type: disc;
  width: 100%;
}

.lets_business {
  width: 100%;
  padding-top: 54px;
  position: relative;
  padding-bottom: 105px;
  overflow: hidden;
}
.lets_business .back_img {
  position: absolute;
  max-width: 729px;
  left: 0;
  top: 0;
  z-index: 1;
}
.lets_business .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lets_business h2 {
  color: #000;
  text-align: center;
  margin-bottom: 35px;
  text-transform: uppercase;
  max-width: 1016px;
}
.lets_business h2 span {
  color: #1A43BD;
}
.lets_business .blue_btn {
  width: 100%;
  max-width: 262px;
}

.standart_modal h2 {
  font-size: 35px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.standart_modal h2 span {
  color: #1A43BD;
}
.standart_modal .text {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 140.6%;
  margin-bottom: 30px;
}
.standart_modal .text span {
  color: #1A43BD;
}
.standart_modal form .blue_btn {
  background: #1A43BD;
  width: 100%;
}

.vacancies_wrap .no_res{
  width: 100%;
  margin-top: 30px;
  padding-left: 20px;
  margin-bottom: 40px;
}

.standart_form .checkbox_label{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.standart_form .checkbox_label input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}

.standart_form .checkbox_label .default{
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

.standart_form .checkbox_label .default .active{
  background: #1A43BD;
  width: 18px;
  height: 18px;
  opacity: 0;
}

.standart_form .checkbox_label input:checked + .default > .active,.standart_form .checkbox_label input:checked + label + .default > .active{
  opacity: 1;
}

.standart_form .checkbox_label p{
  width: calc(100% - 24px);
  padding-left: 10px;
  font-size: 18px;
}

.standart_form .checkbox_label input.error + label + .default{
  border-color: red;
}

.standart_form .checkbox_label input.error + label + .default + p{
  color: red;
}

.leave_questions .standart_form .checkbox_label .default{
  border-color: #fff;
}

.leave_questions .standart_form .checkbox_label .default .active{
  background: #fff;
}

.leave_questions .standart_form .checkbox_label p{
  color: #fff;
}

.text_section_page_own{
  width: 100%;
  padding: 120px 0;
}

.text_section_page_own strong{
  font-weight: bold;
}

.text_section_page_own p,.text_section_page_own ul li,.text_section_page_own ol li{
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
}

.text_section_page_own ul{
  padding-left: 20px;
  list-style-type: disc;
}
