html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style-position: inside;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

html, body {
  height: 100%;
}

label, button, input[type=submit], input[type=button] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Chivo", sans-serif;
}

ul,
li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

.container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn {
  width: 240px;
  height: 64px;
  border: 0;
  outline: 0;
  background-color: white;
  font-size: 18px;
  font-weight: 400;
  color: #153736;
  -webkit-box-shadow: 0 0 25px 20px rgba(12, 31, 30, 0.1);
          box-shadow: 0 0 25px 20px rgba(12, 31, 30, 0.1);
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.btn:hover {
  background-color: #f1f1f1;
}
.btn.yellow {
  background-color: #DEBB2F;
  color: white;
}
.btn.yellow:hover {
  background-color: #f1f1f1;
  color: #153736;
}

a.btn {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn.hover-green {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn.hover-green:hover {
  background-color: #153736;
  color: white;
}

.btn-filter {
  height: 44px;
  padding: 0 29px;
  border: 2px solid #153736;
  outline: 0;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  color: #153736;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.btn-filter:hover {
  background-color: white;
}
.btn-filter.active {
  padding-left: 53px;
  background-color: white;
  background-image: url("../images/icons/check-line.svg");
  background-repeat: no-repeat;
  background-position: center left 27px;
}
.btn-filter.active:hover {
  background-color: transparent;
}

.btn-slider {
  display: block;
  min-width: 64px;
  width: 64px;
  height: 64px;
  background-color: white;
  border: 1px solid #153736;
  outline: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-slider:hover {
  background-color: #e7ebeb;
}

.section-title {
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  line-height: 74px;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.inline-styles p {
  font-weight: 400;
  color: #153736;
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 11px;
}
.inline-styles h2 {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  color: #153736;
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.inline-styles img {
  margin-top: 15px;
  margin-bottom: 55px;
}

.mt-0 {
  margin-top: 0 !important;
}

.ml-70 {
  margin-left: 70px;
}

.header {
  width: 100%;
  height: 75px;
  position: relative;
  z-index: 100;
}
.header_fixed {
  position: fixed;
  top: 0;
  height: 75px;
  width: 100%;
  background-color: #153736;
}
.header_fixed .header_logo_link {
  display: block;
  padding: 119px 59px 40px 0;
  background-color: #153736;
  position: relative;
}
.header_fixed .header_logo_link::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 700%;
  background-color: #153736;
  top: 0;
  left: -700%;
}
.header_fixed .header_logo_link .logo-mob {
  display: none;
}
.header_fixed .header_nav ul li:not(:last-child) {
  margin-right: 39px;
}
.header_fixed .header_nav .header_nav-link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 4px;
}
.header_fixed .header_nav .header_nav-link:hover::before {
  width: 100%;
}
.header_fixed .header_nav .header_nav-link::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: white;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.header_fixed .header_contact {
  display: none;
}
.header_fixed .header_contact_btn {
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 60px;
  height: 60px;
  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;
}
.header_fixed .header_contact_btn svg {
  width: 35px;
  height: 33px;
}
.header_fixed .header_contact_btn svg path {
  fill: white;
}
.header_fixed .header_more {
  margin: 0 80px 0 90px;
}
.header_fixed .header_more_text {
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.header_fixed .header_more_btn {
  width: 35px;
  height: 25px;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 16px;
}
.header_fixed .header_more_btn:hover span::before {
  top: -13px;
}
.header_fixed .header_more_btn:hover span::after {
  top: 13px;
}
.header_fixed .header_more_btn.active span {
  background-color: transparent;
}
.header_fixed .header_more_btn.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_fixed .header_more_btn.active span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_fixed .header_more_btn span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: white;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.header_fixed .header_more_btn span::after, .header_fixed .header_more_btn span::before {
  position: absolute;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: white;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header_fixed .header_more_btn span::before {
  top: -10px;
  left: 0;
}
.header_fixed .header_more_btn span::after {
  top: 10px;
  left: 0;
}
.header_fixed .header_btn .btn {
  width: 144px;
  height: 42px;
  font-size: 16px;
}
.header_fixed .header_btn .btn:hover {
  background-color: #d9dfdf;
}
.header_full-nav {
  position: fixed;
  top: 75px;
  left: 0;
  height: calc(100vh - 75px);
  width: 100%;
  padding: 80px 20px 60px 20px;
  background-color: #153736;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header_full-nav.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.header_full-nav_nav {
  height: calc(100% - 130px);
  padding-top: 70px;
}
.header_full-nav_nav-link {
  font-family: "Overpass", sans-serif;
  text-decoration: none;
  color: white;
  font-size: 7vh;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 40px;
}
.header_full-nav_nav-link.active {
  color: #738786;
}
.header_full-nav_nav-link:hover {
  color: #738786;
}
@media only screen and (max-height: 900px) {
  .header_full-nav_nav {
    padding-top: 0;
    height: unset;
  }
  .header_full-nav_nav .header_full-nav_nav-link {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 54px;
  }
}
.header_full-nav_block {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_full-nav span {
  color: white;
  font-size: 22px;
}
.header_full-nav_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_full-nav_social_link {
  display: block;
  margin-left: 40px;
}
.header_full-nav_social_link svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-top: 5px;
}
.header_full-nav_social_link svg path, .header_full-nav_social_link svg rect, .header_full-nav_social_link svg circle {
  fill: white;
}
.header_full-nav_social_link svg path {
  width: 100%;
  height: 100%;
}
.header_full-nav_social_link:hover svg path, .header_full-nav_social_link:hover svg rect, .header_full-nav_social_link:hover svg circle {
  fill: #738786;
}

.hero {
  width: 100%;
  min-height: calc(100vh - 72px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100vh - 72px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero_wrapp_content {
  max-width: 960px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero_wrapp_content_left {
  max-width: 820px;
  width: 100%;
}
.hero_wrapp_content_left_top {
  width: 100%;
  background-color: #153736;
  padding: 103px 85px 15px 111px;
  position: relative;
  z-index: 5;
}
.hero_wrapp_content_left_top .hero_title {
  font-family: "Overpass", sans-serif;
  color: white;
  font-size: 72px;
  font-weight: 900;
  line-height: 86px;
}
.hero_wrapp_content_left_top .hero_text {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  margin-top: 6px;
}
.hero_wrapp_content_left_top .hero_btn {
  -webkit-transform: translateY(47px);
          transform: translateY(47px);
}
.hero_wrapp_content_left_bottom {
  display: block;
  width: 100%;
  height: 138px;
  background-color: white;
  position: relative;
}
.hero_wrapp_content_left_bottom::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 700%;
  background-color: white;
  top: 0;
  left: -700%;
}
.hero_wrapp_content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero_wrapp_content_right_btn {
  width: 140px;
  min-width: 140px;
  height: 138px;
  border: 0;
  outline: 0;
  background-color: #153736;
  font-size: 12px;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
.hero_wrapp_content_right_btn:hover .hero_wrapp_content_right_btn_icon {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.hero_wrapp_content_right_btn_icon {
  margin: 0 auto;
  margin-top: 20px;
  width: 15px;
  height: 17px;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media only screen and (max-height: 700px) {
  .hero {
    background-size: auto 108%;
    background-position: left 57% bottom 40px !important;
  }
}
.about {
  padding-top: 150px;
  margin-bottom: 84px;
}
.about .about_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .about_wrapp .about_image {
  position: relative;
}
.about .about_wrapp .about_image_block {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 219px;
  height: 219px;
  -webkit-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
}
.about .about_wrapp .about_image_block span {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #153736;
  -webkit-box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
          box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
}
.about .about_wrapp .about_image_wrapp {
  position: relative;
  z-index: 3;
  padding: 0 0 108% 0;
  overflow: hidden;
  width: 403px;
  min-width: 403px;
  margin-left: 50px;
  -webkit-box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
          box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
}
.about .about_wrapp .about_image_wrapp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about .about_wrapp .about_content {
  margin-left: 7.6%;
  width: 100%;
}
.about .about_wrapp .about_content_top .section-title {
  margin-top: -5px;
}
.about .about_wrapp .about_content_top_block {
  padding-left: 73px;
  padding-top: 48px;
  position: relative;
}
.about .about_wrapp .about_content_top_block::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #153736;
  top: 56px;
  left: 3px;
}
.about .about_wrapp .about_content_top_block h3 {
  font-family: "Overpass", sans-serif;
  color: #153736;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  max-width: 640px;
  letter-spacing: -0.2px;
}
.about .about_wrapp .about_content_top_block_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .about_wrapp .about_content_top_block_wrapp_left {
  max-width: 560px;
  width: 100%;
}
.about .about_wrapp .about_content_top_block_wrapp_left p {
  font-size: 22px;
  color: #153736;
  line-height: 42px;
  font-weight: 400;
  margin-top: 14px;
}
.about .about_wrapp .about_content_top_block_wrapp_left .btn {
  margin-top: 40px;
}
.about .about_wrapp .about_content_top_block_wrapp_right {
  margin-left: 9.9%;
  margin-top: 27px;
}
.about .about_wrapp .about_content_top_block_wrapp_right .about_circle {
  width: 331px;
  height: 331px;
  display: block;
  border-radius: 100%;
  border: 11px solid #3E6DB9;
  border-top-color: #1CBE6D;
  border-left-color: #DEBA2E;
  border-bottom-color: #674AA2;
  overflow: hidden;
  -webkit-box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
          box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
}
.about .about_wrapp .about_content_top_block_wrapp_right .about_circle img {
  min-width: 319px;
  height: 319px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-top: -5px;
  margin-left: -5px;
}

.vacancies {
  background-color: #e7ebeb;
  width: 100%;
  margin-top: 84px;
  margin-bottom: 160px;
  padding-top: 152px;
}
.vacancies .vacancies_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vacancies .vacancies_wrapp_left .vacancies-btn {
  margin-top: 30px;
}
.vacancies .vacancies_wrapp_left .vacancies-btn_image {
  width: 460px;
  height: 813px;
  margin-top: 83px;
  position: relative;
}
.vacancies .vacancies_wrapp_left .vacancies-btn_image_block {
  width: 219px;
  height: 219px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50px, 120px);
          transform: translate(50px, 120px);
}
.vacancies .vacancies_wrapp_left .vacancies-btn_image_block span {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #153736;
  -webkit-box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
          box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
}
.vacancies .vacancies_wrapp_left .vacancies-btn_image img {
  max-width: 600px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transform: translate(-140px, 70px);
          transform: translate(-140px, 70px);
  -webkit-box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
          box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
  position: relative;
  z-index: 5;
}
.vacancies .vacancies_wrapp_right {
  padding-top: 7px;
  padding-bottom: 161px;
  max-width: 1055px;
  width: 100%;
  margin-left: 30px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-nav {
  font-size: 0;
  margin-left: 15px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-nav .btn-filter {
  margin-bottom: 10px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-nav .btn-filter:not(:last-child) {
  margin-right: 10px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider {
  min-height: calc((270px * 3) - 40px);
  margin-top: 42px;
  position: relative;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-wrapper {
  height: calc(240px * 3) !important;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-slide {
  padding: 0 !important;
  height: 230px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide {
  width: 100%;
  height: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  border: 2px solid #153736;
  position: relative;
  margin-left: 15px;
  text-decoration: none;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide:hover .vacancies-slide_btn {
  background-color: #e7ebeb;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type {
  position: absolute;
  font-size: 20px;
  color: #153736;
  font-weight: 700;
  padding: 8px 30px;
  top: -20px;
  left: -15px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type.yellow {
  background-color: #debb2f;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type.blue {
  background-color: #3f6eba;
  color: white;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type.purple {
  background-color: #674ba3;
  color: white;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left {
  padding: 53px 64px 43px 74px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_title {
  text-decoration: none;
  font-size: 26px;
  color: #153736;
  font-weight: 700;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_local {
  margin: 13px 0;
  font-size: 22px;
  color: #153736;
  font-weight: 400;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_salary,
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_employmant {
  font-size: 22px;
  color: #153736;
  font-weight: 400;
  margin-top: 3px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_employmant {
  margin-left: 75px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_right .vacancies-slide_btn {
  min-width: 63px;
  width: 63px;
  height: 63px;
  border-top: 2px solid #153736;
  border-left: 2px solid #153736;
  background-color: white;
  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: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-btns {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-btns button:first-child {
  margin-right: 11px;
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-btns button:first-child svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.vacancies .vacancies_wrapp_right .vacancies-content .vacancies-btns button:last-child svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.vacancies .vacancies_wrapp_right .vacancies-content-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.clients {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.clients_block {
  max-width: 1220px;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
  background-color: white;
  -webkit-box-shadow: 0 40px 25px 20px rgba(12, 31, 30, 0.1);
          box-shadow: 0 40px 25px 20px rgba(12, 31, 30, 0.1);
}
.clients_text {
  max-width: 951px;
  margin: 0 auto;
  margin-top: 28px;
}
.clients_text p {
  font-size: 22px;
  line-height: 42px;
  font-weight: 400;
  color: #153736;
}
.clients_btns {
  font-size: 0;
  margin-top: 48px;
}
.clients_btns .btn:first-child {
  margin-right: 10px;
}
.clients_btns .btn {
  -webkit-transform: translateY(31px);
          transform: translateY(31px);
}

.sectors {
  width: 100%;
  background-color: #153736;
  padding-top: 315px;
  margin-top: -128px;
  padding-bottom: 227px;
}
.sectors_block {
  text-align: center;
}
.sectors_title .section-title {
  color: white;
}
.sectors_text {
  max-width: 764px;
  margin: 0 auto;
  margin-top: 28px;
}
.sectors_text p {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
}
.sectors_text .btn:hover {
  background-color: #ccc;
}
.sectors .container {
  position: relative;
}
.sectors_circles {
  position: absolute;
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  padding-right: 40px;
}
.sectors_circle {
  position: relative;
  width: 330px;
  height: 330px;
  border-radius: 100%;
  overflow: hidden;
  border: 10px solid #debb2f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #debb2f;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.sectors_circle:hover {
  background-color: #907817;
}
.sectors_circle_text {
  color: white;
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  text-align: center;
  z-index: 10;
}
.sectors_circle_desc {
  opacity: 0;
  text-align: center;
  background-color: #debb2f;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.sectors_circle_desc p {
  font-size: 17px;
  line-height: 30px;
  color: white;
}
.sectors_circle:nth-child(1) {
  -webkit-transform: translateY(-324px);
          transform: translateY(-324px);
}
.sectors_circle:nth-child(1):hover {
  -webkit-transform: translateY(-324px);
          transform: translateY(-324px);
}
.sectors_circle:nth-child(2) {
  border-color: #1cbf6e;
  background-color: #1cbf6e;
  margin-right: 5.5%;
}
.sectors_circle:nth-child(2):hover {
  background-color: #0f663b;
}
.sectors_circle:nth-child(3) {
  border-color: #3f6eba;
  background-color: #3f6eba;
}
.sectors_circle:nth-child(3):hover {
  background-color: #25416e;
}
.sectors_circle:nth-child(4) {
  border-color: #674ba3;
  background-color: #674ba3;
  -webkit-transform: translateY(-324px);
          transform: translateY(-324px);
}
.sectors_circle:nth-child(4):hover {
  background-color: #3b2b5d;
  -webkit-transform: translateY(-324px);
          transform: translateY(-324px);
}
.sectors.about-us {
  margin-top: 220px;
  padding-top: 105px;
}
.sectors.about-us .sectors_text {
  max-width: 645px;
}
.sectors.about-us .sectors_text .btn {
  margin-top: 40px;
}
.sectors.about-us .sectors_circles {
  padding-right: 20px;
}
.sectors.about-us .sectors_circle {
  min-width: 330px;
}
.sectors.about-us .sectors_circle:nth-child(1) {
  -webkit-transform: translateY(-520px);
          transform: translateY(-520px);
}
.sectors.about-us .sectors_circle:nth-child(2) {
  border-color: #1cbf6e;
  background-color: #1cbf6e;
  margin-right: 0;
  margin-left: -102px;
  -webkit-transform: translateY(-205px);
          transform: translateY(-205px);
}
.sectors.about-us .sectors_circle:nth-child(2):hover {
  background-color: #2ee088;
}
.sectors.about-us .sectors_circle:nth-child(3) {
  border-color: #fff;
  background-color: rgba(21, 55, 54, 0.64);
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
.sectors.about-us .sectors_circle:nth-child(3):hover {
  background-color: rgba(35, 92, 90, 0.64);
}
.sectors.about-us .sectors_circle:nth-child(4) {
  border-color: #3f6eba;
  background-color: #3f6eba;
  -webkit-transform: translateY(-205px);
          transform: translateY(-205px);
  margin-right: -107px;
}
.sectors.about-us .sectors_circle:nth-child(4):hover {
  background-color: #628aca;
}
.sectors.about-us .sectors_circle:nth-child(5) {
  border-color: #674ba3;
  background-color: #674ba3;
  -webkit-transform: translateY(-520px);
          transform: translateY(-520px);
}
.sectors.about-us .sectors_circle:nth-child(5):hover {
  background-color: #8268b9;
}

.events {
  margin-top: 160px;
  margin-bottom: 160px;
}
.events_wrapp {
  padding-left: 7.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.events_left {
  width: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events_btn {
  margin-top: 17px;
}
.events_slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.events_slider-btns .btn-slider {
  margin-top: 40px;
}
.events_slider-btns .btn-slider:first-child {
  margin-right: 10px;
}
.events_slider-btns .btn-slider:first-child svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.events_right {
  overflow: hidden;
  padding-bottom: 70px;
  padding-left: 15px;
  width: 78.1%;
  margin-left: auto;
}
.events_right_slider-btns {
  display: none;
}
.events_right_btn {
  display: none;
}
.events .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.events_slider {
  width: 100%;
  overflow: visible;
}
.events_slider_slide {
  -webkit-box-shadow: 0 20px 10px 0px rgba(12, 31, 30, 0.15);
          box-shadow: 0 20px 10px 0px rgba(12, 31, 30, 0.15);
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.events_slider_image {
  height: 340px;
}
.events_slider_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.events_slider_content {
  background-color: #153736;
  padding: 54px;
}
.events_slider_content_date span {
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.events_slider_content_title {
  margin-top: 15px;
}
.events_slider_content_title h3 {
  color: white;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.events.in-house .events_btn .btn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.events.in-house .events_btn .btn:hover {
  background-color: #1CBF6E;
  color: white;
}

.testimonials {
  position: relative;
}
.testimonials_wrapp {
  padding-top: 139px;
  width: 100%;
}
.testimonials_title {
  margin-left: 118px;
}
.testimonials_image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: -11px;
  right: 0;
  -webkit-box-shadow: 0 40px 25px 20px rgba(12, 31, 30, 0.1);
          box-shadow: 0 40px 25px 20px rgba(12, 31, 30, 0.1);
}
.testimonials_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials_slider {
  position: relative;
  margin-top: 33px;
  max-width: 920px;
  width: 100%;
  margin-left: 0;
  padding: 71px 120px 67px 120px;
  background-color: #153736;
  background-image: url("../images/icons/_.svg");
  background-repeat: no-repeat;
  background-position: 80px 70px;
  color: white;
}
.testimonials_slider_btns {
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonials_slider_btns button:first-child {
  margin-bottom: 10px;
}
.testimonials_slider_btns button:first-child svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testimonials_slide h3 {
  color: white;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
}
.testimonials_slide p {
  color: white;
  font-size: 22px;
  font-weight: 300;
  line-height: 42px;
  margin: 13px 0;
}
.testimonials_bottom {
  color: #153736;
  font-size: 22px;
  line-height: 42px;
  font-weight: 400;
  padding-top: 34px;
  padding-left: 120px;
}

.contact {
  margin-top: 168px;
}
.contact_title {
  margin-left: 178px;
}
.contact_title .section-title {
  font-size: 86px;
  line-height: 100px;
}
.contact_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
.contact_info {
  position: relative;
  max-width: 660px;
  width: 100%;
  background-color: #153736;
  padding-left: 184px;
  padding-top: 107px;
  color: white;
}
.contact_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500%;
  width: 500%;
  height: 100%;
  background-color: #153736;
}
.contact_info_row {
  margin-bottom: 52px;
}
.contact_info_row:last-child {
  margin-top: 62px;
  margin-bottom: 42px;
}
.contact_info_row span {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  display: block;
}
.contact_info_row a {
  margin-top: 10px;
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: white;
  text-decoration: none;
}
.contact_info_row a:hover {
  text-decoration: underline;
}
.contact_info_row p {
  font-size: 22px;
  line-height: 34px;
}
.contact_form {
  max-width: calc(100% - 660px);
  width: 100%;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact_form form {
  max-width: 781px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 50px 58px 50px 58px 50px 58px 64px;
  grid-template-rows: 50px 50px 50px 64px;
  grid-gap: 58px 60px;
}
.contact_form form > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.contact_form form > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.contact_form form > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.contact_form form > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.contact_form form > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.contact_form form > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.contact_form form > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.contact_form form > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.contact_form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_form_block.select {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.contact_form_block span {
  font-size: 22px;
  line-height: 22px;
  color: #153736;
  font-weight: 400;
}
.contact_form_block input {
  width: 100%;
  background-color: white;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #153736;
  color: #153736;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 29px;
}
.contact_form_block input::-webkit-input-placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.contact_form_block input::-moz-placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.contact_form_block input:-ms-input-placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.contact_form_block input::-ms-input-placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.contact_form_block input::placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.contact_form_block input:-webkit-autofill, .contact_form_block input:-webkit-autofill:hover, .contact_form_block input:-webkit-autofill:focus, .contact_form_block input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.contact_form_block input:-webkit-autofill {
  -webkit-text-fill-color: #153736 !important;
}
.contact_form_block.button {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -10px;
}
.contact_form_block .btn {
  background-color: #153736;
  color: white;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.contact_form_block .btn:hover {
  background-color: white;
  color: #153736;
}
.contact_form .select2-container {
  max-width: 360px;
  margin-left: 38px;
}
.contact_bottom {
  background-color: #153736;
  padding-top: 29px;
}
.contact_bottom_block {
  padding-left: 203px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_bottom span {
  color: white;
  font-size: 22px;
}
.contact_bottom_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_bottom_social_link {
  margin-left: 40px;
  display: block;
}
.contact_bottom_social_link svg {
  margin-top: 5px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.contact_bottom_social_link svg path, .contact_bottom_social_link svg rect, .contact_bottom_social_link svg circle {
  fill: white;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.contact_bottom_social_link svg path {
  width: 100%;
  height: 100%;
}
.contact_bottom_social_link:hover svg path, .contact_bottom_social_link:hover svg rect, .contact_bottom_social_link:hover svg circle {
  fill: #738786;
}

select.safari-10 {
  -webkit-appearance: none;
  margin-top: -5px;
  max-width: 360px;
  width: 100%;
  margin-left: 35px;
  border: 0;
  outline: 0;
  border-radius: 0;
  border-bottom: 1px solid #153736;
  background-color: transparent;
  height: 50px;
  color: #153736;
  font-size: 22px;
  line-height: 22px;
  padding-left: 0;
  padding-bottom: 20px;
  background-image: url("../images/icons/form-arrow.png");
  background-repeat: no-repeat;
  background-position: top 30% right;
}
select.safari-10.green {
  border-bottom-color: white;
  color: white;
}
select.safari-10.m-w-full {
  max-width: 100%;
  margin-left: 0;
}
select.safari-10.mt-42 {
  margin-top: 42px;
}

.footer {
  background-color: #153736;
}
.footer_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 180px;
  padding: 89px 0px 110px 185px;
}
.footer_right {
  text-align: right;
}
.footer_right span, .footer_right a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.footer_right a {
  position: relative;
}
.footer_right a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: white;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.footer_right a:hover::before {
  width: 100%;
}
.footer_right p {
  margin-top: 32px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: white;
}
.footer .contact_info {
  display: none;
}
.footer .contact_bottom {
  display: none;
}

.select2-search--dropdown {
  display: none;
}

.select2-container {
  max-width: 500px;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #153736;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #153736;
  font-size: 22px;
  line-height: 22px;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  width: 14px;
  height: 8px;
  background-image: url("../images/icons/form-arrow.png");
}

.banner {
  width: 100%;
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .container {
  height: 100%;
}
.banner_wrapp {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner_content {
  position: relative;
  background-color: #153736;
  padding: 106px 70px 0px 0px;
  max-width: 820px;
  width: 100%;
}
.banner_content::before {
  width: 700%;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -700%;
  background-color: inherit;
}
.banner_content h1 {
  font-family: "Overpass", sans-serif;
  font-size: 72px;
  font-weight: 900;
  color: white;
  line-height: 86px;
}
.banner_content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  color: white;
}
.banner_content .btn {
  margin-top: 16px;
  -webkit-transform: translateY(31px);
          transform: translateY(31px);
}

.info_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px;
}
.info_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info_content h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  color: #153736;
  margin-bottom: 22px;
}
.info_content p {
  max-width: 730px;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  color: #153736;
}
.info_content .btn {
  margin-top: 39px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.info_right {
  width: 718px;
  margin-left: 60px;
  position: relative;
}
.info_box {
  max-width: calc(100% - 52px);
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  padding: 55px;
  margin-top: 80px;
  position: relative;
  z-index: 20;
  background-color: white;
}
.info_box p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  color: #153736;
}
.info_box h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  color: #153736;
}
.info_box .btn {
  margin-top: 47px;
}
.info_cube {
  width: 358px;
  height: 358px;
  display: block;
  position: absolute;
  top: -172px;
  right: 0;
}
.info_cube span {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #153736;
}

.video {
  margin-top: 170px;
}
.video_title {
  text-align: center;
}
.video_title h2 {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  color: #153736;
}
.video_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

.insight-day {
  width: 100%;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
}
.insight-day .container {
  height: 100%;
}
.insight-day_wrapp {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.insight-day_content {
  -webkit-transform: translateY(105px);
          transform: translateY(105px);
  max-width: 820px;
  width: 100%;
  background-color: #E7EBEB;
  padding: 70px 108px 73px;
}
.insight-day_content h1 {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 70px;
  color: #153736;
  margin-bottom: 30px;
}
.insight-day_content h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #153736;
}
.insight-day_content p {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #153736;
  margin-top: 28px;
}
.insight-day_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.insight-day_top img {
  height: 37.54px;
}

.desc {
  margin-top: 195px;
}
.desc_wrapp {
  max-width: 1050px;
  margin: 0 auto;
}
.desc_wrapp .btn {
  margin-top: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.practive-team {
  margin-top: 160px;
  background-color: #E7EBEB;
  padding-top: 148px;
}
.practive-team_title {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 74px;
  color: #153736;
  text-align: center;
}
.practive-team_grid {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.practive-team_card {
  width: calc(25% - 22px);
  background-color: #153736;
}
.practive-team_card:not(:nth-child(4n)) {
  margin-right: 29px;
}
.practive-team_card img {
  width: 100%;
  display: block;
}
.practive-team_card-desc {
  background-color: #153736;
  color: white;
  padding: 47px 47px 75px;
  min-height: 232px;
  position: relative;
}
.practive-team_card-desc h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}
.practive-team_card-desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.practive-team_card-desc a {
  position: absolute;
  bottom: 37px;
  left: 47px;
  display: block;
}
.practive-team_card-desc a svg path, .practive-team_card-desc a svg line {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.practive-team_card-desc a:hover svg path, .practive-team_card-desc a:hover svg line {
  fill: #acacac;
}

.about.insight {
  margin-top: 173px;
  padding-top: 0;
}
.about.insight .about_content_top_block {
  max-width: 901px;
}
.about.insight .about_content_top_block .btn {
  margin-top: 19px;
}
.about.insight .about_wrapp .about_content {
  margin-left: 3.9%;
}
.about.insight .about_wrapp .about_image {
  margin-top: 157px;
}
.about.insight .about_wrapp .about_image_wrapp {
  width: 465px;
  padding: 0 0 95% 0;
}

.testimonials.insight .testimonials_wrapp {
  padding-top: 76px;
}
.testimonials.insight .testimonials_slider {
  margin: 0 auto;
  padding: 53px 120px 54px 115px;
}
.testimonials.insight .testimonials_bottom {
  max-width: 920px;
  margin: 0 auto;
}

.history {
  overflow: hidden;
  margin-top: 365px;
  margin-bottom: 92px;
}
.history_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history_top_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 115px;
  margin-top: 35px;
}
.history_top_btns .btn-slider:first-child {
  margin-right: 10px;
}
.history_top_btns .btn-slider:first-child svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.history_title {
  max-width: 540px;
}
.history_title h2 {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 74px;
  color: #153736;
}
.history_slider {
  overflow: visible;
  margin-top: 75px;
  padding-left: 80px;
}
.history_slider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #153736;
  top: 117px;
  left: 0;
}
.history_slide {
  padding-bottom: 70px;
}
.history_slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 27px;
  border-left: 1px solid #153736;
  padding-bottom: 15px;
}
.history_slide-top img {
  min-width: 104px;
  max-width: 104px;
  height: 104px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.history_slide-top h3 {
  font-family: "Overpass", sans-serif;
  color: #153736;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  margin-left: 27px;
  height: 104px;
}
.history_slide-box {
  margin-top: 30px;
  background-color: white;
  padding: 35px;
  -webkit-box-shadow: 0px 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0px 40px 30px 0px rgba(12, 31, 30, 0.25);
}
.history_slide-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #153736;
}

.about.workforus {
  padding-top: 132px;
}
.about.workforus .about_content_top_block {
  margin-bottom: 55px;
}
.about.workforus .about_content_top_block h3 {
  max-width: 600px;
}
.about.workforus .about_wrapp .about_image {
  margin-top: 157px;
}
.about.workforus .about_content_block {
  max-width: 800px;
  margin-bottom: 30px;
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about.workforus .about_content_block span {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  color: #153736;
}
.about.workforus .about_content_block-right {
  padding-left: 34px;
}
.about.workforus .about_content_block-right p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  color: #153736;
}
.about.workforus .about_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 48px;
  padding-right: 32px;
}
.about.workforus .about_bottom-left {
  margin-right: 40px;
  max-width: 584px;
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about.workforus .about_bottom-left img {
  width: 100%;
  display: block;
}
.about.workforus .about_bottom-left .about_circle {
  position: relative;
  z-index: 40;
  margin-top: 30px;
  margin-right: -115px;
  width: 209px;
  height: 209px;
  display: block;
  border-radius: 100%;
  border: 6px solid #3E6DB9;
  border-top-color: #1CBE6D;
  border-left-color: #DEBA2E;
  border-bottom-color: #674AA2;
  overflow: hidden;
  -webkit-box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
          box-shadow: 0px 40px 30px 0px rgba(21, 55, 54, 0.25);
}
.about.workforus .about_bottom-left .about_circle img {
  min-width: 212px;
  height: 212px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-top: -5px;
  margin-left: -5px;
}
.about.workforus .about_bottom-right {
  margin-top: -47px;
}
.about.workforus .about_bottom-right .testimonials_wrapp {
  padding-top: 0;
}

.we-are-looking {
  background-color: #E7EBEB;
  margin-top: 150px;
  padding-top: 150px;
}
.we-are-looking_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.we-are-looking_content {
  width: 414px;
}
.we-are-looking_content .btn {
  margin-top: 32px;
}
.we-are-looking_title h2 {
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-size: 62px;
  line-height: 74px;
  color: #153736;
}
.we-are-looking_right {
  width: calc(100% - 414px);
  margin-top: -100px;
  -webkit-transform: translateY(110px);
          transform: translateY(110px);
}
.we-are-looking_slider {
  width: 100%;
}
.we-are-looking_image {
  padding-bottom: 88%;
  position: relative;
  overflow: hidden;
}
.we-are-looking_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.we-are-looking .swiper-slide {
  height: unset;
  background-color: #153736;
}
.we-are-looking_desc {
  background-color: #153736;
  color: white;
  padding: 43px 47px 53px;
}
.we-are-looking_desc h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 19px;
}
.we-are-looking_desc p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.benefits {
  padding: 0 20px;
  padding-top: 273px;
}
.benefits_box {
  position: relative;
  z-index: 10;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  background-color: white;
}
.benefits_title {
  text-align: center;
}
.benefits_title h2 {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  color: #153736;
}
.benefits_grid {
  max-width: calc(100% - 234px);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  margin-top: 77px;
  padding: 0 0px 90px;
  -ms-grid-columns: 1fr 113px 1fr 113px 1fr 113px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 116px 113px;
}
.benefits_card {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits_card-img {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.benefits_card img {
  width: 100px;
  margin-bottom: 30px;
}
.benefits_card p {
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  color: #153736;
}

.sectors.three {
  margin-top: -160px;
}
.sectors.three .sectors_circle {
  -webkit-transition: border-width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: border-width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: border-width 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: border-width 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.sectors.three .sectors_circle:hover {
  border-width: 0;
}
.sectors.three .sectors_circle_text {
  position: absolute;
  top: 43%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sectors.three .sectors_circle:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.sectors.three .sectors_circle:hover .sectors_circle_text {
  top: 35px;
}
.sectors.three .sectors_circle:hover .sectors_circle_desc {
  opacity: 1;
}
.sectors.three .sectors_circle:nth-child(1) {
  -webkit-transform: translateY(-125px);
          transform: translateY(-125px);
  margin-left: 110px;
}
.sectors.three .sectors_circle:nth-child(1):hover {
  -webkit-transform: translateY(-125px) scale(1.3);
          transform: translateY(-125px) scale(1.3);
}
.sectors.three .sectors_circle:nth-child(2) {
  margin-right: 0;
}
.sectors.three .sectors_circle:nth-child(2) .sectors_circle_desc {
  background-color: #1CBF6E;
}
.sectors.three .sectors_circle:nth-child(3) {
  -webkit-transform: translateY(-125px);
          transform: translateY(-125px);
  margin-right: 90px;
}
.sectors.three .sectors_circle:nth-child(3):hover {
  -webkit-transform: translateY(-125px) scale(1.3);
          transform: translateY(-125px) scale(1.3);
}
.sectors.three .sectors_circle:nth-child(3):hover .sectors_circle_text {
  top: 35px;
}
.sectors.three .sectors_circle:nth-child(3):hover .sectors_circle_desc {
  background-color: #3F6EBA;
  padding-top: 120px;
}
.sectors.three .sectors_circle:nth-child(3) .sectors_circle_text {
  top: 38%;
}

.how-we-hire {
  background-color: #E7EBEB;
  padding-top: 330px;
  padding-bottom: 140px;
}
.how-we-hire_title h2 {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  color: #153736;
}
.how-we-hire_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 53px 1fr 53px 1fr 53px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 53px;
  margin-top: 75px;
}
.how-we-hire_card-title {
  border-left: 1px solid #153736;
  padding-left: 30px;
  min-height: 118px;
}
.how-we-hire_card-title h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  color: #153736;
}
.how-we-hire_card-desc {
  border-left: 1px solid #153736;
  background-color: white;
  padding: 35px;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
}
.how-we-hire_card-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #153736;
}

.vacancies.workForUs {
  background-color: white;
  padding-top: 120px;
  margin-bottom: 100px;
  margin-bottom: 0;
}
.vacancies.workForUs .vacancies_wrapp_right .vacancies-content .vacancies-slider {
  margin-top: 0;
}
.vacancies.workForUs .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type {
  color: white;
  background-color: #153736;
}
.vacancies.workForUs .vacancies_wrapp_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vacancies.workForUs .vacancies_block {
  margin-top: 173px;
  position: relative;
  left: -55px;
  max-width: 576px;
  width: 100%;
}
.vacancies.workForUs .vacancies_block-shape {
  position: absolute;
  top: -86px;
  left: -86px;
  width: 358px;
  height: 358px;
  display: block;
  z-index: 5;
}
.vacancies.workForUs .vacancies_block-shape span {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #153736;
}
.vacancies.workForUs .vacancies_block_box {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0px 40px 30px 0px rgba(12, 31, 30, 0.25);
  padding: 55px;
  position: relative;
  background-color: white;
  z-index: 10;
}
.vacancies.workForUs .vacancies_block_box h3 {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  color: #153736;
  margin-bottom: 16px;
}
.vacancies.workForUs .vacancies_block_box p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  color: #153736;
  margin-bottom: 12px;
}
.vacancies.workForUs .vacancies_block_box .btn {
  margin-top: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.banner.co-sec .banner_content {
  padding-left: 108px;
  background-color: #DEBB2F;
}
.banner.co-sec .banner_content::before {
  display: none;
}
.banner.co-sec .btn:hover {
  background-color: #DEBB2F;
}

.info.co-sec .info_cube span {
  background-color: #DEBB2F;
}

.vacancies.more {
  padding-top: 84px;
  background-color: white;
  margin-bottom: 0;
}
.vacancies.more .vacancies_wrapp_right .vacancies-content .vacancies-slider {
  margin-top: 0;
}
.vacancies.more .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_employmant {
  margin-left: 65px;
}
.vacancies.more .vacancies_wrapp_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vacancies.more .vacancies-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 55px;
  margin-top: 8px;
}
.vacancies.more .vacancies-btns .btn-slider:first-child {
  margin-bottom: 10px;
}
.vacancies.more .vacancies-btns .btn-slider:first-child svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.vacancies.more .vacancies-btns .btn-slider:last-child svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.vacancies.co-sec .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type {
  background-color: #DEBB2F;
}

.team {
  background-color: #E7EBEB;
  padding-top: 150px;
}
.team_title {
  text-align: center;
}
.team_title h2 {
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-size: 62px;
  line-height: 74px;
  color: #153736;
}
.team_grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -135px;
  -webkit-transform: translateY(190px);
          transform: translateY(190px);
}
.team_card {
  width: calc(25% - 22px);
  margin-bottom: 29px;
  -webkit-box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.25);
}
.team_card:not(:nth-child(4n)) {
  margin-right: 29px;
}
.team_card:last-child {
  margin-right: 0;
}
.team_card-img {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.team_card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.team_card-desc {
  background-color: #DEBB2F;
  padding: 47px;
}
.team_card-desc h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: white;
}
.team_card-desc p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: white;
}

.testimonials.co-sec .testimonials_slider {
  background-color: #DEBB2F;
}

.banner.in-house .banner_content {
  padding-left: 108px;
  background-color: #1CBF6E;
}
.banner.in-house .banner_content::before {
  display: none;
}
.banner.in-house .btn:hover {
  background-color: #1CBF6E;
}

.info.in-house .info_cube span {
  background-color: #1CBF6E;
}

.vacancies.in-house .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type {
  background-color: #1CBF6E;
  color: white;
}

.team.in-house .team_grid {
  max-width: 1225px;
  margin: -135px auto 0 auto;
}
.team.in-house .team_card {
  width: calc(33.33% - 22px);
}
.team.in-house .team_card:not(:nth-child(4n)) {
  margin-right: 0;
}
.team.in-house .team_card:not(:nth-child(3n)) {
  margin-right: 29px;
}
.team.in-house .team_card-desc {
  background-color: #1CBF6E;
}

.testimonials.in-house .testimonials_slider {
  background-color: #1CBF6E;
}

.banner.private-practice .banner_content {
  padding-left: 108px;
  background-color: #3F6EBA;
}
.banner.private-practice .banner_content::before {
  display: none;
}
.banner.private-practice .btn:hover {
  background-color: #3F6EBA;
  color: white;
}

.info.private-practice .info_cube span {
  background-color: #3F6EBA;
}

.vacancies.private-practice .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type {
  background-color: #3F6EBA;
  color: white;
}

.team.private-practice .team_card-desc {
  background-color: #3F6EBA;
}

.testimonials.private-practice .testimonials_slider {
  background-color: #3F6EBA;
}

.banner.middle-east .banner_content {
  padding-left: 108px;
  background-color: #674BA3;
}
.banner.middle-east .banner_content::before {
  display: none;
}
.banner.middle-east .btn:hover {
  background-color: #674BA3;
  color: white;
}

.info.middle-east .info_cube span {
  background-color: #674BA3;
}

.vacancies.middle-east .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type {
  background-color: #674BA3;
  color: white;
}

.team.middle-east .team_card-desc {
  background-color: #674BA3;
}

.testimonials.middle-east .testimonials_slider {
  background-color: #674BA3;
}

.info-video {
  margin-top: 127px;
}
.info-video_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-video_content {
  max-width: 842px;
}
.info-video_content h2 {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  color: #153736;
}
.info-video_content_block {
  margin-top: 44px;
  padding-left: 70px;
  position: relative;
}
.info-video_content_block::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #153736;
  left: 0;
  top: 14px;
}
.info-video_content_block h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  color: #153736;
  margin-bottom: 20px;
}
.info-video_content_block p {
  font-size: 22px;
  font-weight: 400;
  color: #153736;
  line-height: 42px;
  max-width: 660px;
  margin-bottom: 10px;
}
.info-video_content_block .btn {
  margin-top: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.info-video_video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 265px;
  position: relative;
}
.info-video_video-shape {
  position: absolute;
  width: 411px;
  height: 411px;
  display: block;
  top: 215px;
  right: 0;
}
.info-video_video-shape span {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #153736;
}
.info-video_video img {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  display: block;
}

.events.insight {
  background-color: #E7EBEB;
  padding-top: 155px;
  padding-bottom: 145px;
}
.events.insight .events_left {
  width: 340px;
}
.events.insight .events_slider-btns {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.events.insight .events_slider {
  padding-left: 15px;
  padding-bottom: 30px;
}
.events.insight .events_slider_content {
  background-color: #E7EBEB;
}
.events.insight .events_slider_content h3 {
  font-size: 26px;
  color: #153736;
  font-weight: 700;
  line-height: 36px;
}
.events.insight .events_slider_content .btn {
  margin-top: 25px;
}
.events.insight .events_slider_slide {
  height: 100%;
  -webkit-box-shadow: 0px 20px 15px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0px 20px 15px 0px rgba(12, 31, 30, 0.25);
}
.events.insight .events_slider_slide.register .events_slider_content .btn, .events.insight .events_slider_slide.completed .events_slider_content .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #0c1f1e;
  color: white;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.events.insight .events_slider_slide.register .events_slider_content .btn:hover, .events.insight .events_slider_slide.completed .events_slider_content .btn:hover {
  background-color: #e7ebeb;
  color: #153736;
}
.events.insight .events_slider_slide.completed .events_slider_content {
  background-color: #153736;
}
.events.insight .events_slider_slide.completed .events_slider_content h3 {
  color: white;
}
.events.insight .events_slider_image {
  background-color: white;
  padding: 31px;
  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;
}
.events.insight .events_slider_image img {
  width: unset;
  height: unset;
}

.faqs {
  background-color: #153736;
  margin-top: 160px;
  padding-top: 150px;
}
.faqs_title {
  text-align: center;
}
.faqs_title h2 {
  color: white;
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
}
.faqs_block {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: -13px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.faqs_block .accordionjs .acc_section {
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
}
.faqs_block .accordionjs .acc_section.acc_active .acc_head::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faqs_block .accordionjs .acc_section .acc_head {
  border-radius: 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #153736;
  padding: 31px 100px 31px 50px;
  border: 0;
  position: relative;
}
.faqs_block .accordionjs .acc_section .acc_head::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 8px;
  background-color: #153736;
  display: block;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faqs_block .accordionjs .acc_section .acc_head::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 8px;
  background-color: #153736;
  display: block;
  right: 50px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faqs_block .accordionjs .acc_section .acc_content {
  background-color: white;
  padding: 0 50px 14px;
}
.faqs_block .accordionjs .acc_section .acc_content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  color: #153736;
}

.banner.search .banner_content {
  margin: 0 auto;
  max-width: 960px;
  background-color: white;
  text-align: center;
  padding-left: 70px;
  -webkit-box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.05);
          box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.05);
}
.banner.search .banner_content::before {
  display: none;
}
.banner.search .banner_content .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.banner.search .banner_content h1, .banner.search .banner_content p {
  color: #153736;
}

.info.search .info_box {
  margin-top: 30px;
}
.info.search .info_box .btn {
  margin-top: 19px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.info.search .info_content {
  margin-top: 15px;
}
.info.search .info_content h2 {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  color: #153736;
  margin-bottom: 41px;
}

.meet-team {
  background-color: #E7EBEB;
  margin-top: 162px;
  padding-top: 153px;
  padding-bottom: 153px;
}
.meet-team_grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.meet-team_content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding-right: 90px;
}
.meet-team_content h2 {
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-size: 62px;
  line-height: 74px;
  color: #153736;
}
.meet-team_content_block {
  position: relative;
  padding-left: 70px;
  margin-top: 42px;
}
.meet-team_content_block::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 14px;
  background-color: #153736;
}
.meet-team_content_block p {
  font-size: 22px;
  color: #153736;
  line-height: 42px;
  font-weight: 400;
}
.meet-team_card {
  width: calc(100% - 22px);
  margin-top: 22px;
  margin-left: 22px;
}
.meet-team_card:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
}
.meet-team_card-img {
  position: relative;
  padding-bottom: 90%;
}
.meet-team_card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.meet-team_card-desc {
  background-color: #153736;
  color: white;
  min-height: 197px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
}
.meet-team_card-desc h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}
.meet-team_card-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.meet-team_card-desc_bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.meet-team_card-desc_bottom a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: white;
  text-decoration: none;
}
.meet-team_card-desc_bottom .icon {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.testimonials.search {
  margin-top: 170px;
}

.we-offer {
  background-color: #E7EBEB;
  margin-top: 150px;
  padding-top: 155px;
  padding-bottom: 130px;
}
.we-offer_wrapp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.we-offer_content {
  max-width: 787px;
  width: 100%;
}
.we-offer_content h2 {
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-size: 62px;
  line-height: 74px;
}
.we-offer_content_block {
  padding-left: 70px;
  margin-top: 44px;
  color: #153736;
  position: relative;
}
.we-offer_content_block::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #153736;
  top: 14px;
  left: 0;
}
.we-offer_content_block h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 23px;
}
.we-offer_content_block p {
  font-size: 22px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}
.we-offer_right {
  margin-left: 40px;
  margin-right: 60px;
  padding-top: 177px;
}
.we-offer_right_block {
  color: #153736;
  margin-bottom: 42px;
}
.we-offer_right_block h3 {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  margin-bottom: 20px;
}
.we-offer_right_block h4 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}

.history.search {
  margin-top: 165px;
}
.history.search .history_top_btns {
  margin-top: 0;
}
.history.search .history_slide-top h3 {
  margin-left: 0;
}

.mentoring {
  margin-top: 255px;
}
.mentoring_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mentoring_content {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #153736;
}
.mentoring_content h2 {
  font-family: "Chivo", sans-serif;
  font-size: 62px;
  line-height: 74px;
  font-weight: 800;
}
.mentoring_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  max-width: 870px;
}
.mentoring_content_flex img {
  margin-top: 25px;
  min-width: 228px;
  max-width: 228px;
  height: 228px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 50px;
}
.mentoring_content h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}
.mentoring_content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  max-width: 750px;
}
.mentoring_content .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 25px;
}
.mentoring_right {
  margin-top: 100px;
  width: 631px;
  position: relative;
}
.mentoring_right-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 358px;
  height: 358px;
}
.mentoring_right-shape span {
  width: inherit;
  height: inherit;
  display: block;
  background-color: #153736;
}
.mentoring_right_block {
  position: relative;
  z-index: 20;
  margin-top: 180px;
  padding: 58px 55px 55px;
  width: 500px;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  background-color: white;
}
.mentoring_right_block h3 {
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
}
.mentoring_right_block-imgs {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-hero_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact-hero_left {
  background-color: #153736;
  color: white;
  padding-top: 185px;
  min-height: 514px;
  width: 50%;
  position: relative;
}
.contact-hero_left::before {
  position: absolute;
  content: "";
  width: 700%;
  height: 100%;
  background-color: #153736;
  top: 0;
  left: -700%;
}
.contact-hero_content {
  padding-left: 110px;
}
.contact-hero_content h1 {
  font-family: "Overpass", sans-serif;
  font-size: 72px;
  line-height: 86px;
  font-weight: 900;
}
.contact-hero_content a {
  color: white;
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
}
.contact-hero_right {
  width: 50%;
  padding-top: 121px;
  padding-left: 70px;
}
.contact-hero_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 42px 30px;
}
.contact-hero_card {
  padding-top: 20px;
}
.contact-hero_card h3 {
  font-family: "Overpass", sans-serif;
  color: #153736;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
}
.contact-hero_card a {
  font-size: 18px;
  color: #153736;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}
.contact-hero_card.co-sec {
  border-top: 9px solid #DEBB2F;
}
.contact-hero_card.in-house {
  border-top: 9px solid #1CBF6E;
}
.contact-hero_card.private-practice {
  border-top: 9px solid #3F6EBA;
}
.contact-hero_card.middle-east {
  border-top: 9px solid #674BA3;
}

.addresses {
  margin-top: 113px;
  margin-bottom: 230px;
}
.addresses_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addresses_card {
  max-width: 777px;
  width: 100%;
  position: relative;
}
.addresses_card:last-child {
  margin-left: 40px;
}
.addresses_card-img {
  width: calc(100% - 177px);
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
}
.addresses_card-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.addresses_card-desc {
  position: absolute;
  z-index: 20;
  bottom: -58px;
  right: 0;
  background-color: white;
  max-width: 477px;
  width: 100%;
  padding: 43px 40px 40px;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
}
.addresses_card-desc h3 {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  color: #153736;
}
.addresses_card-desc a, .addresses_card-desc p {
  text-decoration: none;
  color: #153736;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.addresses_card-desc p.mt-15 {
  margin-top: 15px;
}

.search-input {
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 2px solid white;
  margin-bottom: 40px;
  padding-bottom: 23px;
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  background-image: url("../images/insights/search.png");
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
}
.search-input::-webkit-input-placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
.search-input::-moz-placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
.search-input:-ms-input-placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
.search-input::-ms-input-placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
.search-input::placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.banner.insights .banner_content {
  padding-left: 108px;
}
.banner.insights .banner_content::before {
  display: none;
}
.banner.insights .banner_content .search-input {
  margin-top: 30px;
}

.search-insights_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.search-insights_filter {
  width: 60%;
  padding-top: 70px;
}
.search-insights_filter button {
  background-color: transparent;
  border: 1px solid #153736;
  outline: 0;
  color: #153736;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  padding: 10px 30px;
  min-width: 200px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.search-insights_block {
  margin-top: -180px;
  width: 675px;
  background-color: white;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  color: #153736;
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.search-insights_block-type {
  background-color: #153736;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  display: block;
  position: absolute;
  padding: 0px 30px;
  top: -20px;
  left: -20px;
}
.search-insights_block h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}
.search-insights_block span {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.search-insights_block .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 30px;
}
.search-insights_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 33px 30px;
  margin-top: 90px;
}
.search-insights_card {
  width: 100%;
}
.search-insights_card-img {
  position: relative;
  padding-bottom: 87%;
}
.search-insights_card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-insights_card-desc {
  background-color: #153736;
  color: white;
  padding: 47px;
  min-height: 280px;
}
.search-insights_card-desc p {
  font-size: 16px;
  font-weight: 400;
}
.search-insights_card-desc h3 {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.banner.insight-details {
  height: 900px;
}
.banner.insight-details .banner_content {
  padding-left: 110px;
  margin-bottom: -105px;
  padding-bottom: 43px;
}
.banner.insight-details .banner_content::before {
  display: none;
}
.banner.insight-details .banner_content h1 {
  font-size: 62px;
  line-height: 70px;
  margin-bottom: 10px;
}
.banner.insight-details .banner_content_top {
  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;
  margin-bottom: 25px;
}
.banner.insight-details .banner_content_top p {
  font-size: 26px;
  font-weight: 700;
}
.banner.insight-details .banner_content_top_social {
  margin-right: 37px;
}
.banner.insight-details .banner_content_top_social a {
  margin-left: 33px;
  text-decoration: none;
}

.insight-post_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 197px;
}
.insight-post_right {
  width: 388px;
  padding-top: 10px;
}
.insight-post_card {
  width: 100%;
  position: sticky;
  top: 100px;
}
.insight-post_card .meet-team_card {
  width: 100%;
  margin: 0;
}
.insight-post_card .meet-team_card-desc {
  background-color: #DEBB2F;
}
.insight-post_card-share {
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 55px;
}
.insight-post_card-social {
  margin-top: 15px;
}
.insight-post_card-social a {
  margin-right: 37px;
  text-decoration: none;
}
.insight-post .post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 80px 0 110px;
}
.insight-post .post_bottom {
  margin-top: 90px;
}
.insight-post .post_bottom-social {
  margin-bottom: 20px;
}
.insight-post .post_bottom-social a {
  text-decoration: none;
  margin-right: 31px;
}
.insight-post .post_bottom p {
  font-size: 16px;
  line-height: 42px;
}
.insight-post .post_bottom .btn {
  margin-top: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.job-search-hero_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job-search-hero_left {
  position: relative;
  min-height: 514px;
  width: 50%;
  background-color: #153736;
  padding-left: 110px;
  padding-bottom: 40px;
}
.job-search-hero_left::before {
  position: absolute;
  content: "";
  width: 700%;
  height: 100%;
  top: 0;
  left: -700%;
  background-color: #153736;
}
.job-search-hero_content {
  margin-top: 185px;
  color: white;
}
.job-search-hero_content h1 {
  font-family: "Overpass", sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 86px;
}
.job-search-hero_content .search-input {
  margin-top: 40px;
}
.job-search-hero_right {
  width: 50%;
  min-height: 514px;
}
.job-search-hero_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 58px 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 42px;
  grid-gap: 58px 58px;
  margin-top: 135px;
}
.job-search-hero_form input {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 19px;
  margin-top: -6px;
  border: 0;
  outline: 0;
  border-bottom: 2px solid #153736;
}
.job-search-hero_form input::-webkit-input-placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.job-search-hero_form input::-moz-placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.job-search-hero_form input:-ms-input-placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.job-search-hero_form input::-ms-input-placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.job-search-hero_form input::placeholder {
  color: #153736;
  font-size: 22px;
  font-weight: 400;
}
.job-search-hero_form .btn {
  margin-left: auto;
  -ms-grid-column: 2;
  grid-column: 2;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #153736;
  color: white;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.job-search-hero_form .btn:hover {
  background-color: #e7ebeb;
  color: #153736;
}

.job-search_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 147px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job-search_filters {
  width: 468px;
}
.job-search_filters-block {
  background-color: #153736;
  width: 100%;
  padding: 80px 54px;
}
.job-search_filters-block h3 {
  color: white;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  line-height: 46px;
  font-size: 30px;
  margin-bottom: 32px;
}
.job-search_filters-block input {
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 2px solid white;
  color: white;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  padding-bottom: 23px;
  margin-top: 37px;
}
.job-search_filters-block input.keyword {
  margin-top: 0;
}
.job-search_filters-block input.keyword::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.job-search_filters-block input.keyword::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.job-search_filters-block input.keyword:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.job-search_filters-block input.keyword::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.job-search_filters-block input.keyword::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.job-search_filters-block input::-webkit-input-placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
}
.job-search_filters-block input::-moz-placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
}
.job-search_filters-block input:-ms-input-placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
}
.job-search_filters-block input::-ms-input-placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
}
.job-search_filters-block input::placeholder {
  color: white;
  font-size: 22px;
  font-weight: 400;
}
.job-search_filters-block-box {
  margin-top: 20px;
}
.job-search_filters-block-box span {
  border: 1px solid white;
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  padding: 5px 14px 5px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-search_filters-block-box span svg {
  margin-right: 9px;
  cursor: pointer;
}
.job-search_filters-block .select2-container--default .select2-selection--single {
  background-color: #153736;
  border-color: white;
}
.job-search_filters-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
}
.job-search_filters-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../images/icons/form-arrow-white.png");
}
.job-search_filters-block .select2-container {
  margin-top: 42px;
}
.job-search_filters-block .btn {
  display: block;
  margin: 60px auto 0 auto;
}
.job-search_grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  max-width: 1040px;
  margin-left: 50px;
}
.job-search_card {
  position: relative;
  border: 2px solid #153736;
  color: #153736;
  padding: 54px 87px 33px 75px;
  margin-bottom: 60px;
}
.job-search_card.middle-east .type {
  background-color: #674BA3;
}
.job-search_card.private-practice .type {
  background-color: #3F6EBA;
}
.job-search_card.in-house .type {
  background-color: #1CBF6E;
}
.job-search_card.co-sec .type {
  background-color: #DEBB2F;
  color: #153736;
}
.job-search_card .type {
  background-color: #153736;
  display: inline-block;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  padding: 1px 28px;
  position: absolute;
  top: -22px;
  left: -16px;
}
.job-search_card a {
  text-decoration: none;
  color: #153736;
}
.job-search_card h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}
.job-search_card p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
}
.job-search_card .flex p:last-child {
  margin-left: 80px;
}
.job-search_card_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62px;
  height: 62px;
  border-top: 2px solid #153736;
  border-left: 2px solid #153736;
  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: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.job-search_card_btn:hover {
  background-color: #e7ebeb;
}

.job-hero_content {
  margin-top: 175px;
}
.job-hero_content .type {
  background-color: #DEBB2F;
  display: inline-block;
  color: #153736;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  padding: 1px 30px;
}
.job-hero_content-title {
  margin-top: 24px;
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 86px;
  margin-bottom: 27px;
}
.job-hero_content_block {
  color: #153736;
  margin-bottom: 20px;
}
.job-hero_content .label {
  color: #153736;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.job-hero_content .text {
  color: #153736;
  margin-top: 5px;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
}

.job-post_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 87px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job-post_right {
  width: 388px;
  margin-left: 40px;
  padding-top: 8px;
}
.job-post_right_card .meet-team_card {
  width: 100%;
  margin: 0;
  margin-bottom: 48px;
}
.job-post_right_card .meet-team_card-desc {
  background-color: #DEBB2F;
}
.job-post_right_card .btn {
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.job-post_right_card .btn.yellow {
  margin-bottom: 30px;
}
.job-post .post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1050px;
}
.job-post .post_bottom {
  font-size: 0;
  margin-top: 90px;
}
.job-post .post_bottom .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.job-post .post_bottom .btn.yellow {
  margin-right: 30px;
}

.vacancies.job {
  margin-top: 160px;
  background-color: #E7EBEB;
  padding-top: 155px;
}
.vacancies.job .vacancies-btns {
  margin-top: 155px;
}

.event-hero {
  position: relative;
}
.event-hero_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 514px;
  background-color: #153736;
  position: relative;
  padding-top: 180px;
  padding-left: 110px;
  padding-right: 40px;
}
.event-hero_wrapp::before {
  position: absolute;
  content: "";
  width: 700%;
  height: 100%;
  display: block;
  background-color: #153736;
  top: 0;
  left: -700%;
}
.event-hero_wrapp h1 {
  color: white;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 86px;
}
.event-hero_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.event-hero_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-info_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-info_right {
  width: 675px;
  display: block;
  position: relative;
}
.event-info_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 100px;
  color: #153736;
  margin-top: 97px;
}
.event-info_content h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}
.event-info_content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 10px;
  max-width: 720px;
}
.event-info_card {
  width: 100%;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  padding: 55px;
  background-color: white;
  display: block;
  margin-top: -15px;
  position: relative;
  z-index: 10;
}
.event-info_card-type {
  background-color: #153736;
  color: white;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  padding: 1px 30px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.event-info_card-date {
  background-color: #153736;
  color: white;
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  padding: 14px 19px;
}
.event-info_card h3 {
  margin-top: 20px;
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}
.event-info_card .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 35px;
}
.event-info_shape {
  width: 358px;
  height: 358px;
  display: block;
  position: absolute;
  top: 160px;
  right: -85px;
  z-index: 5;
}
.event-info_shape span {
  width: inherit;
  height: inherit;
  display: block;
  background-color: #153736;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
}

.headstart_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 152px;
}
.headstart_left {
  width: 568px;
  margin-top: 295px;
  position: relative;
}
.headstart_left-shape {
  top: -110px;
  left: 0;
  width: 219px;
  height: 219px;
  display: block;
  position: absolute;
  z-index: 5;
}
.headstart_left-shape span {
  width: inherit;
  height: inherit;
  display: block;
  background-color: #153736;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
}
.headstart_card {
  position: relative;
  z-index: 10;
  width: 605px;
  padding: 55px;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  color: #153736;
  background-color: white;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}
.headstart_card h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.headstart_card p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
}
.headstart_card .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 30px;
}
.headstart_right {
  max-width: 955px;
  width: 100%;
  color: #153736;
}
.headstart_right h2 {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
}
.headstart_right_content {
  position: relative;
  padding-left: 80px;
  margin-top: 45px;
}
.headstart_right_content::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #153736;
  left: 13px;
  top: 12px;
}
.headstart_right_content h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}
.headstart_right_content .pl-120 {
  padding-left: 120px;
}
.headstart_right_content .-mt-25 {
  margin-top: -25px;
}
.headstart_right_content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 12px;
}
.headstart_right_content .btn {
  margin-top: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nq-team {
  background-color: #E7EBEB;
  padding-top: 150px;
  padding-bottom: 120px;
  margin-top: 160px;
}
.nq-team_title {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  color: #153736;
}
.nq-team_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.nq-team_col {
  max-width: 727px;
  width: 100%;
}
.nq-team_col:first-child {
  margin-right: 40px;
}
.nq-team_card {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nq-team_card img {
  width: 56.4%;
  height: 388px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nq-team_card-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  background-color: #153736;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nq-team_card-desc h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 13px;
}
.nq-team_card-desc p {
  font-size: 18px;
}
.nq-team_card-desc a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.nq-team_card-desc .mt-30 {
  display: inline-block;
  margin-top: 30px;
}
.nq-team_content {
  color: #153736;
  padding-left: 70px;
  margin-top: 57px;
  position: relative;
}
.nq-team_content::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #153736;
  left: 0;
  top: 14px;
}
.nq-team_content p {
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 10px;
}

.testimonials-event {
  margin-top: -77px;
}
.testimonials-event .container {
  max-width: 1375px;
}
.testimonials-event_card {
  width: 520px;
  background-color: white;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  padding: 55px;
  margin-left: auto;
  margin-top: -210px;
  position: relative;
}
.testimonials-event_card h3 {
  font-family: "Overpass", sans-serif;
  color: #153736;
  font-size: 30px;
  font-weight: 700;
}
.testimonials-event_card .btn {
  margin-top: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.roles {
  margin-top: 155px;
  overflow: hidden;
}
.roles .container {
  max-width: 1620px;
}
.roles-title {
  color: #153736;
  text-align: center;
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
}
.roles_slider {
  overflow: visible;
  margin-top: 50px;
}
.roles .swiper-slide {
  width: 100%;
  height: 194px;
  color: #153736;
  padding: 55px;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  background-color: white;
}
.roles .swiper-slide p {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}

.sectors.candidates {
  margin-top: -85px;
  padding-top: 250px;
}
.sectors.candidates .sectors_circle:nth-child(1) {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  margin-left: 100px;
}
.sectors.candidates .sectors_circle:nth-child(4) {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  margin-right: 100px;
}

.vacancies.candidates {
  margin-top: 0;
  padding-top: 325px;
}

.top-hero_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 180px;
}
.top-hero_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #153736;
  padding-right: 50px;
}
.top-hero_left h1 {
  font-family: "Overpass", sans-serif;
  font-size: 72px;
  line-height: 900;
  line-height: 86px;
  margin-bottom: 47px;
}
.top-hero_left h3 {
  max-width: 870px;
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}
.top-hero_left p {
  max-width: 940px;
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 10px;
}
.top-hero_left .btn {
  margin-top: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-hero_right {
  width: 512px;
}
.top-hero_card {
  width: 100%;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  padding: 40px;
  padding-bottom: 80px;
  text-align: center;
}
.top-hero_card-mainImg {
  width: 100%;
}
.top-hero_card p {
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  margin-top: 10px;
}
.top-hero_card-logo {
  margin-top: 20px;
}
.top-hero_card .btn {
  margin-top: 65px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.categories {
  background-color: #E7EBEB;
  margin-top: 260px;
  padding-top: 150px;
  padding-bottom: 140px;
}
.categories-title {
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  text-align: center;
}
.categories_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  margin-top: 55px;
}
.categories_card {
  width: 100%;
  -webkit-box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.25);
  background-color: #153736;
}
.categories_card-img {
  position: relative;
  padding-bottom: 72.5%;
}
.categories_card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories_card-desc {
  padding: 30px 25px;
  min-height: 260px;
  color: white;
  background-color: #153736;
}
.categories_card-desc h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}
.categories_card-desc p {
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}

.judge {
  padding-top: 150px;
  padding-bottom: 140px;
}
.judge_title {
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  text-align: center;
}
.judge_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  margin-top: 56px;
}
.judge_card {
  width: 100%;
  -webkit-box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0px rgba(12, 31, 30, 0.25);
  background-color: white;
}
.judge_card-img {
  width: 100%;
  position: relative;
  padding-bottom: 82%;
}
.judge_card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.judge_card-desc {
  padding: 30px 25px;
  color: #153736;
}
.judge_card-desc h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}
.judge_card-desc p {
  font-size: 18px;
  line-height: 22px;
  margin-top: 8px;
}
.judge_card-desc .mt-30 {
  margin-top: 30px;
}

.association {
  background-color: #E7EBEB;
  margin-top: 36px;
  padding-top: 140px;
  padding-bottom: 150px;
}
.association_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.association_content {
  max-width: 1060px;
  width: 100%;
}
.association_content_block {
  color: #153736;
  max-width: 855px;
  padding-left: 70px;
  margin-top: 48px;
  position: relative;
}
.association_content_block::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #153736;
  top: 14px;
  left: 0;
}
.association_content_block p {
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 10px;
}
.association_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 190px;
}
.association_right .event-info_card {
  -webkit-transform: translateX(-90px);
          transform: translateX(-90px);
}
.association_right .event-info_shape {
  right: 0;
  top: 15px;
}
.association_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.association_title h2 {
  color: #153736;
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
}
.association_title img {
  height: 87px;
  display: block;
  margin-left: 30px;
}

.key-date_block {
  -webkit-box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.25);
  background-color: white;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  text-align: center;
  padding-top: 100px;
  color: #153736;
}
.key-date_block-title {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  margin-bottom: 40px;
}
.key-date_block-label {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}
.key-date_block-label.mt-30 {
  margin-top: 30px;
}
.key-date_block-text {
  font-size: 22px;
  line-height: 42px;
  margin-top: 4px;
}
.key-date_block_bottom {
  background-color: #153736;
  max-width: 544px;
  margin: 0 auto;
  padding: 70px 0;
  -webkit-transform: translateY(65px);
          transform: translateY(65px);
}
.key-date_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 37px;
  margin-bottom: 55px;
}
.key-date_counter span {
  font-family: "Overpass", sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
}
.key-date_counter div {
  margin-right: 16px;
  margin-left: 16px;
}
.key-date_counter p {
  font-size: 18px;
}

.top-hero.winners {
  padding-bottom: 155px;
}

.group {
  background-color: #E7EBEB;
  padding-top: 150px;
  padding-bottom: 145px;
}
.group_title {
  font-family: "Overpass", sans-serif;
  color: #153736;
  font-size: 62px;
  font-weight: 800;
  line-height: 74px;
  text-align: center;
}
.group_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  margin-top: 55px;
}
.group_grid .team_card {
  width: 100%;
  -webkit-box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.25);
          box-shadow: 0 40px 30px 0 rgba(12, 31, 30, 0.25);
  margin-bottom: 0;
}
.group_grid .team_card:not(:nth-child(4n)) {
  margin-right: 0;
}
.group_grid .team_card-img {
  padding-bottom: 82%;
}
.group_grid .team_card-desc {
  background-color: white;
  padding: 25px;
  min-height: 170px;
}
.group_grid .team_card-desc h3, .group_grid .team_card-desc p {
  color: #153736;
}
.group.green {
  background-color: white;
  padding-top: 165px;
}
.group.green .group_grid .team_card-desc {
  background-color: #153736;
}
.group.green .group_grid .team_card-desc h3, .group.green .group_grid .team_card-desc p {
  color: white;
}

.judge.green {
  background-color: #153736;
}
.judge.green .judge_title {
  color: white;
}
.judge.green .judge_card-desc {
  background-color: white;
}

.association.winners {
  background-color: white;
  margin-top: 0;
  padding-bottom: 0;
}

.page-not-found {
  width: 100%;
  height: 100vh;
  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;
}
.page-not-found_wrapp {
  text-align: center;
  background-color: #153736;
  padding: 70px;
  max-width: 500px;
  width: 100%;
}
.page-not-found_title {
  margin-bottom: 10px;
}
.page-not-found_title h1 {
  color: white;
  font-size: 64px;
}
.page-not-found p {
  color: white;
  font-size: 20px;
}
.page-not-found a {
  margin-top: 20px;
}

@media only screen and (max-width: 1820px) {
  .event-info_shape {
    right: -20px;
  }
}
@media only screen and (max-width: 1800px) {
  .events.insight .events_slider_content .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1700px) {
  .sectors.candidates .sectors_circle:nth-child(1) {
    margin-left: 50px;
  }
  .sectors.candidates .sectors_circle:nth-child(4) {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1600px) {
  .section-title {
    font-size: 57px;
    line-height: 67px;
  }

  .hero_wrapp_content_left {
    max-width: 740px;
  }
  .hero_wrapp_content_left_top {
    padding: 80px 65px 15px 65px;
  }
  .hero_wrapp_content_left_top .hero_title {
    font-size: 57px;
    line-height: 70px;
  }

  .events_right {
    padding-left: 50px;
  }

  .contact_title .section-title {
    font-size: 62px;
    line-height: 74px;
  }

  .headstart_card {
    -webkit-transform: none;
            transform: none;
  }
  .headstart_left-shape {
    left: -20px;
  }
  .headstart_right_content h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .about .about_wrapp .about_content {
    margin-left: 5.6%;
  }
  .about .about_wrapp .about_image_wrapp {
    min-width: 360px;
    width: 360px;
  }

  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_employmant {
    margin-left: 40px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-slide {
    height: 260px !important;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-wrapper {
    height: calc(287px * 3) !important;
  }

  .sectors_circle {
    width: 280px;
    height: 280px;
  }

  .testimonials_slider {
    max-width: 800px;
  }

  .info_right {
    width: 560px;
  }

  .sectors.about-us .sectors_circle {
    min-width: 280px;
  }

  .association_right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 380px;
  }
  .association_right .event-info_card {
    -webkit-transform: none;
            transform: none;
  }

  .association_right .event-info_shape {
    right: -20px;
  }

  .sectors.three .sectors_circle_desc {
    padding-top: 130px;
  }

  .sectors.three .sectors_circle:nth-child(3):hover .sectors_circle_desc {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 1430px) {
  .hero_wrapp_content_left_bottom {
    height: 90px;
  }
  .hero_wrapp_content_right_btn {
    min-width: 90px;
    width: 90px;
    height: 90px;
  }
  .hero_wrapp_content_right_btn_icon {
    margin-top: 10px;
  }

  .vacancies .vacancies_wrapp_right {
    margin-left: 50px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-slide {
    height: 290px !important;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-wrapper {
    height: calc(317px * 3) !important;
  }
}
@media only screen and (max-width: 1400px) {
  .header_fixed .header_nav ul li:not(:last-child) {
    margin-right: 25px;
  }
  .header_fixed .header_more {
    margin: 0 40px;
  }
  .header_fixed .header_logo_link .logo-desk {
    width: 250px;
    height: 50px;
  }

  .about .about_wrapp .about_content {
    margin-left: 3.6%;
  }
  .about .about_wrapp .about_content_top_block {
    padding-left: 45px;
  }
  .about .about_wrapp .about_content_top_block_wrapp_right .about_circle {
    width: 300px;
    height: 300px;
  }
  .about .about_wrapp .about_content_top_block_wrapp_right .about_circle img {
    min-width: 300px;
    height: 300px;
  }

  .sectors_text {
    max-width: 600px;
  }

  .events_slider_image {
    height: 300px;
  }
  .events_slider_content {
    padding: 35px;
  }

  .contact_title {
    margin-left: 120px;
  }
  .contact_info {
    max-width: 580px;
    padding-left: 120px;
  }
  .contact_form {
    max-width: calc(100% - 580px);
  }
  .contact_bottom_block {
    padding-left: 140px;
  }

  .footer_wrapp {
    padding-left: 120px;
  }
  .footer_logo svg {
    width: 250px;
    height: 100px;
  }

  .info-video_video-shape {
    width: 320px;
    height: 320px;
  }

  .mentoring_right {
    width: 495px;
  }
  .mentoring_right_block {
    width: 445px;
    margin-top: 120px;
  }
  .mentoring_right-shape {
    width: 300px;
    height: 300px;
  }

  .addresses_card-desc {
    max-width: 430px;
    bottom: -125px;
  }

  .search-insights_block {
    width: 540px;
  }

  .banner.insights .banner_content {
    max-width: 680px;
  }

  .insight-post_right {
    width: 300px;
  }
  .insight-post .post {
    padding-left: 0px;
  }

  .job-post_right {
    width: 300px;
  }

  .event-info_right {
    width: 480px;
  }

  .headstart_card {
    width: 480px;
  }

  .top-hero_right {
    width: 380px;
  }

  .categories_grid {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  .judge_grid {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .association_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .association_title img {
    margin-left: 0;
  }

  .association_content_block {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1300px) {
  .contact_form {
    padding-left: 40px;
  }
  .contact_form form {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 50px 58px 50px 58px 50px 58px 50px 58px 50px 58px 50px;
    grid-template-rows: repeat(6, 50px);
    margin-bottom: 50px;
  }
  .contact_form form > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contact_form form > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .contact_form form > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .contact_form form > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .contact_form form > *:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .contact_form form > *:nth-child(6) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .contact_form_block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .about.workforus .testimonials_slider {
    max-width: 675px;
  }

  .how-we-hire_grid {
    -ms-grid-columns: 1fr 53px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .info-video_wrapp {
    display: block;
  }
  .info-video_content {
    max-width: 100%;
  }
  .info-video_content_block p {
    max-width: 100%;
  }
  .info-video_video {
    max-width: 600px;
    padding-top: 100px;
    margin: 0 auto;
  }
  .info-video_video-shape {
    top: 100px;
  }

  .meet-team_content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }

  .meet-team_grid {
    grid-gap: 22px;
  }

  .meet-team_card {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .meet-team_card:nth-child(4) {
    grid-column: unset;
  }

  .mentoring_content_flex {
    display: block;
  }
  .mentoring_content_flex img {
    margin-bottom: 30px;
  }

  .job-search-hero_left {
    padding-left: 0;
    padding-right: 20px;
    width: 40%;
  }
  .job-search-hero_right {
    width: 60%;
  }

  .group_grid {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  .practive-team_card {
    width: calc(33.33% - 22px);
    margin-bottom: 29px;
  }

  .practive-team_card:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .practive-team_card:not(:nth-child(3n)) {
    margin-right: 29px;
  }

  .job-search_filters {
    width: 380px;
  }
}
@media only screen and (max-width: 1250px) {
  .about .about_wrapp .about_image_block {
    width: 150px;
    height: 150px;
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
  }
  .about .about_wrapp .about_image_wrapp {
    width: 320px;
    min-width: 320px;
    margin-left: 30px;
  }
  .about .about_wrapp .about_content_top_block_wrapp_right .about_circle {
    width: 240px;
    height: 240px;
  }
  .about .about_wrapp .about_content_top_block_wrapp_right .about_circle img {
    min-width: 240px;
    height: 240px;
  }

  .sectors {
    padding-bottom: 0;
  }
  .sectors_text {
    max-width: 764px;
  }
  .sectors_circles {
    max-width: 600px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
    position: relative;
    margin: 0 auto;
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    margin-top: -100px;
  }
  .sectors_circle:nth-child(1) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .sectors_circle:nth-child(2) {
    margin-right: 0;
  }
  .sectors_circle:nth-child(4) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sectors.candidates .sectors_circle:nth-child(1) {
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .sectors.candidates .sectors_circle:nth-child(4) {
    margin-right: 0;
    -webkit-transform: none;
            transform: none;
  }

  .sectors.about-us .sectors_circle {
    -webkit-transform: none !important;
            transform: none !important;
    margin: unset !important;
    margin-bottom: 30px !important;
  }

  .sectors.about-us .sectors_circles {
    padding-right: 0;
  }

  .sectors.three .sectors_circle {
    -webkit-transform: none !important;
            transform: none !important;
    margin: unset !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .header_fixed .header_nav {
    display: none;
  }

  .hero_wrapp {
    padding-left: 0;
  }

  .vacancies .container {
    padding-left: 10px;
  }
  .vacancies .vacancies_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vacancies .vacancies_wrapp_left {
    padding-left: 10px;
  }
  .vacancies .vacancies_wrapp_left .vacancies-btn {
    display: none;
  }
  .vacancies .vacancies_wrapp_left .vacancies-btn_image {
    display: none;
  }
  .vacancies .vacancies_wrapp_right {
    padding-top: 30px;
    padding-bottom: 0;
    margin-left: 0;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-nav {
    margin-left: 10px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-slide {
    height: 240px !important;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-wrapper {
    height: calc(267px * 3) !important;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content-btn .btn {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }

  .events_wrapp {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .events_right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .events_right_slider-btns {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .events_right_slider-btns button:first-child {
    margin-right: 10px;
  }
  .events_right_slider-btns button:first-child svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .events_right_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .events_btn {
    display: none;
  }
  .events_slider-btns {
    display: none;
  }

  .testimonials_image {
    height: 60%;
  }

  .info_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info_cube {
    display: none;
  }
  .info_right {
    margin-left: 0;
  }
  .info__cube {
    display: none;
  }
  .info_box {
    margin-top: 30px;
  }

  .about.workforus .about_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about.workforus .about_bottom-left {
    margin-bottom: 110px;
    position: relative;
  }
  .about.workforus .about_bottom-left .about_circle {
    position: absolute;
    top: 125px;
    right: -80px;
  }

  .vacancies.workForUs {
    margin-bottom: 170px;
  }
  .vacancies.workForUs .vacancies_block {
    left: 0;
  }
  .vacancies.workForUs .vacancies_block_box {
    margin-bottom: 40px;
  }

  .banner.co-sec .banner_content {
    padding-left: 20px;
  }

  .banner.in-house .banner_content {
    padding-left: 20px;
  }

  .banner.private-practice .banner_content {
    padding-left: 20px;
  }

  .banner.middle-east .banner_content {
    padding-left: 20px;
  }

  .vacancies.more .vacancies-btns {
    margin-right: 0;
  }

  .team_card-desc {
    padding: 20px;
  }

  .meet-team_grid {
    -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .meet-team_content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }

  .mentoring_wrapp {
    display: block;
  }
  .mentoring_content_flex {
    max-width: 100%;
  }
  .mentoring_right {
    max-width: 495px;
    width: 100%;
  }
  .mentoring_right_block {
    margin-top: 70px;
    max-width: 445px;
    width: 100%;
  }
  .mentoring_right-shape {
    top: -75px;
  }

  .contact-hero_left {
    width: 40%;
  }
  .contact-hero_content {
    padding-left: 0px;
  }
  .contact-hero_right {
    width: 60%;
  }

  .addresses_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .addresses_card:last-child {
    margin-left: 0;
    margin-top: 170px;
  }

  .search-insights_block {
    margin-top: 60px;
  }

  .search-insights_grid {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .vacancies.job .vacancies-btns {
    margin-top: 40px;
  }

  .event-hero_wrapp {
    padding-left: 0;
  }

  .headstart_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headstart_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .nq-team_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nq-team_col:first-child {
    margin-right: 0;
    margin-bottom: 70px;
  }

  .testimonials-event_card {
    margin-top: 0;
    margin-left: 0;
  }

  .association_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .association_content_block {
    max-width: 100%;
  }

  .association_right {
    max-width: 480px;
    min-width: unset;
  }

  .sectors_circle:nth-child(1):hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .sectors_circle:nth-child(4):hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media only screen and (max-width: 1100px) {
  .benefits_grid {
    grid-gap: 116px 30px;
  }

  .search-insights_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-insights_filter {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .search-insights_block {
    width: 100%;
    max-width: 540px;
  }

  .event-info_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-info_content {
    margin-right: 0;
  }
  .event-info_right {
    margin-top: 70px;
  }
  .event-info_card {
    margin-top: 0;
  }

  .top-hero_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-hero_left {
    padding-right: 0;
  }

  .categories_grid {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .banner {
    height: 660px;
  }

  .about .about_wrapp {
    display: block;
  }
  .about .about_wrapp .about_content {
    margin-left: 0;
  }
  .about .about_wrapp .about_content_top_block_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about_wrapp .about_content_top_block_wrapp_right {
    margin-left: 0;
    margin-top: 60px;
  }
  .about .about_wrapp .about_content_top_block_wrapp_right .about_circle {
    width: 285px;
    height: 285px;
  }
  .about .about_wrapp .about_content_top_block_wrapp_right .about_circle img {
    min-width: 285px;
    height: 285px;
  }
  .about .about_wrapp .about_content_top_block_wrapp_left .btn {
    margin-top: 27px;
  }
  .about .about_wrapp .about_image {
    margin-bottom: 63px;
  }
  .about .about_wrapp .about_image_wrapp {
    padding-bottom: 0;
    min-width: unset;
    width: 360px;
    max-width: 360px;
    height: 400px;
  }

  .testimonials_wrapp {
    padding-top: 0;
  }
  .testimonials_image {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .testimonials_title {
    margin-bottom: 40px;
    margin-left: 0;
  }
  .testimonials_slider {
    padding: 40px 50px;
    background-position: 15px 45px;
    background-size: 20px;
  }
  .testimonials_bottom {
    padding-left: 20px;
  }

  .contact_title {
    margin-left: 0;
  }
  .contact_info {
    padding-left: 0;
    max-width: 430px;
  }
  .contact_form {
    max-width: calc(100% - 430px);
  }
  .contact_bottom_block {
    padding-left: 20px;
  }

  .footer_wrapp {
    padding-left: 0;
  }

  .history {
    margin-top: 260px;
  }
  .history_slider {
    padding-left: 0;
  }

  .we-are-looking_wrapp {
    display: block;
  }
  .we-are-looking_right {
    width: 100%;
    margin-top: 40px;
  }

  .benefits_grid {
    max-width: 100%;
    padding-left: 30;
    padding-right: 30;
  }
  .benefits_card img {
    width: 70px;
  }

  .team_card {
    width: calc(33.33% - 20px);
  }
  .team_card:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .team_card:not(:nth-child(3n)) {
    margin-right: 25px;
  }

  .we-offer_wrapp {
    display: block;
  }
  .we-offer_content {
    max-width: 100%;
  }
  .we-offer_right {
    margin-left: 70px;
    padding-top: 60px;
  }

  .contact-hero_left {
    width: 100%;
  }
  .contact-hero_right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-hero_wrapp {
    display: block;
  }

  .banner.insight-details .banner_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insight-post .post {
    padding-right: 0;
  }
  .insight-post_wrapp {
    display: block;
  }
  .insight-post_right {
    margin-top: 40px;
  }

  .job-search-hero_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-search-hero_left {
    width: 100%;
  }
  .job-search-hero_right {
    width: 100%;
  }
  .job-search-hero_form {
    padding-left: 0;
  }

  .job-post_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-post_right {
    margin-top: 40px;
    margin-left: 0;
  }

  .event-hero {
    min-height: 514px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .event-hero_wrapp {
    width: 100%;
    z-index: 10;
    min-height: unset;
    padding: 106px 70px 30px 0px;
  }

  .event-hero_image {
    width: 100%;
  }

  .group_grid {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .insight-day_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .insight-day_top img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .insight-day_top h4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .insight-day_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .practive-team_card {
    width: calc(50% - 22px);
    margin-bottom: 29px;
  }

  .practive-team_card:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .practive-team_card:not(:nth-child(2n)) {
    margin-right: 29px;
  }

  .about.insight .about_wrapp .about_image_wrapp {
    padding: 0;
  }

  .about .about_wrapp .about_content_top_block {
    padding-right: 20px;
  }

  .job-search_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-search_filters {
    margin-bottom: 50px;
    width: 100%;
  }
  .job-search_filters .select2-container {
    max-width: 100%;
  }
  .job-search_grid {
    margin-left: 0;
  }
}
@media only screen and (max-width: 990px) {
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-slide {
    height: 290px !important;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-wrapper {
    height: calc(317px * 3) !important;
  }
}
@media only screen and (max-width: 900px) {
  .meet-team_grid {
    -ms-grid-columns: 1fr 22px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .meet-team_content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .search-insights_grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 870px) {
  .testimonials {
    padding-bottom: 100px;
  }
  .testimonials_slider_btns {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    bottom: -170px;
    right: 50%;
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonials_slider_btns button:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .testimonials.insight .testimonials_slider_btns {
    bottom: -200px;
  }

  .contact_info {
    display: none;
  }
  .contact_form {
    max-width: 100%;
    padding-left: 0;
  }
  .contact_form form {
    max-width: 100%;
  }
  .contact_bottom {
    display: none;
  }

  .footer_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_right {
    text-align: left;
  }
  .footer .contact_info {
    display: block;
  }
  .footer .contact_bottom {
    display: block;
    margin-bottom: 70px;
  }
  .footer .contact_bottom_block {
    padding-left: 0;
  }

  .about.workforus .about_bottom {
    display: block;
  }
  .about.workforus .about_bottom-left {
    position: relative;
  }
  .about.workforus .about_bottom-left .about_circle {
    display: block;
    min-width: 140px;
    width: 140px;
    height: 140px;
    right: 95px;
    top: 150px;
  }
  .about.workforus .about_bottom-left .about_circle img {
    max-width: 140px;
    min-width: 140px;
    height: 140px;
  }
  .about.workforus .about_bottom-right {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider {
    min-height: auto !important;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-wrapper {
    height: calc(100% + 20px) !important;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .swiper-slide {
    height: unset !important;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide {
    margin-top: 20px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left {
    padding: 38px 0px 64px 40px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-btns button:first-child svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-btns button:last-child svg {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 220px;
    height: 60px;
  }

  .section-title {
    font-size: 40px;
    line-height: 42px;
  }

  .header_fixed {
    height: 80px;
  }
  .header_fixed .header_logo_link {
    padding: 0;
  }
  .header_fixed .header_logo_link .logo-desk {
    display: none;
  }
  .header_fixed .header_logo_link .logo-mob {
    display: block;
  }
  .header_fixed .header_logo_link::before {
    display: none;
  }
  .header_fixed .header_contact {
    display: block;
    margin-right: 18px;
  }
  .header_fixed .header_more {
    margin: 0;
  }
  .header_fixed .header_more_text {
    display: none;
  }
  .header_fixed .header_more_btn {
    width: 60px;
    height: 60px;
    background-color: white;
    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;
  }
  .header_fixed .header_more_btn span {
    background-color: #153736;
  }
  .header_fixed .header_more_btn span::before, .header_fixed .header_more_btn span::after {
    background-color: #153736;
  }
  .header_fixed .header_btn {
    display: none;
  }

  .hero {
    background-position: 57% top;
    min-height: calc(100vh - 102px);
  }
  .hero_wrapp {
    padding-right: 0;
    height: calc(100vh - 102px);
  }
  .hero_wrapp_content_left_top {
    padding: 40px 40px 20px 40px;
  }
  .hero_wrapp_content_left_top .hero_title {
    font-size: 40px;
    line-height: 46px;
  }
  .hero_wrapp_content_left_top .hero_text {
    font-size: 18px;
    line-height: 28px;
  }
  .hero_wrapp_content_left_bottom {
    display: none;
  }
  .hero_wrapp_content_right_btn {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .hero_wrapp_content_right_btn:hover .hero_wrapp_content_right_btn_icon {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hero_wrapp_content_right_btn span {
    display: none;
  }
  .hero_wrapp_content_right_btn_icon {
    margin-top: 0;
  }

  .about .about_wrapp .about_image_block {
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
  }
  .about .about_wrapp .about_image_wrapp {
    margin-left: 20px;
  }
  .about .about_wrapp .about_content_top_block {
    padding-left: 20px;
  }
  .about .about_wrapp .about_content_top_block::before {
    width: 8px;
    height: 8px;
  }
  .about .about_wrapp .about_content_top_block h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .about .about_wrapp .about_content_top_block p {
    font-size: 18px;
    line-height: 28px;
  }

  .btn-filter {
    font-size: 16px;
    height: 36px;
    padding: 0 20px;
  }
  .btn-filter.active {
    padding-left: 37px;
    background-position: center left 13px;
  }

  .vacancies {
    padding-top: 80px;
    margin-bottom: 90px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_type {
    font-size: 16px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left {
    padding-right: 40px;
    padding-bottom: 0;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_title {
    font-size: 22px;
    line-height: 32px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_local {
    font-size: 18px;
    line-height: 28px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_salary, .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_employmant {
    font-size: 18px;
    line-height: 28px;
    margin-left: 0;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_salary span, .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_employmant span {
    display: block;
    margin-bottom: 10px;
  }
  .vacancies .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .clients_block {
    padding-top: 50px;
  }
  .clients_text p {
    font-size: 18px;
    line-height: 28px;
  }
  .clients_btns {
    margin-top: 10px;
  }

  .sectors {
    padding-top: 260px;
  }
  .sectors_text p {
    font-size: 18px;
    line-height: 28px;
  }
  .sectors_circle_text {
    font-size: 20px;
    line-height: 30px;
  }
  .sectors_circle_desc {
    padding-top: 60px;
  }
  .sectors_circle_desc p {
    font-size: 14px;
  }

  .sectors.three .sectors_circle_desc {
    padding-top: 80px;
  }

  .sectors.three .sectors_circle:nth-child(3):hover .sectors_circle_desc {
    padding-top: 140px;
  }

  .events {
    margin-bottom: 60px;
    margin-top: 270px !important;
  }
  .events_slider_content {
    padding: 30px;
  }
  .events_slider_content_title h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .testimonials .container {
    padding: 0;
  }
  .testimonials_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonials_image {
    width: calc(100% - 40px);
  }
  .testimonials_slider {
    padding: 56px 40px;
    background-position: 10px 55px;
  }
  .testimonials_slide h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .testimonials_slide p {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonials_bottom {
    padding-left: 40px;
  }
  .testimonials.insight .testimonials_slider {
    padding: 56px 40px;
  }

  .contact {
    margin-top: 100px;
  }
  .contact_title .section-title {
    font-size: 46px;
    line-height: 46px;
  }
  .contact_form form {
    margin-bottom: 80px;
    grid-gap: 40px 0px;
  }
  .contact_form_block span {
    font-size: 18px;
    line-height: 28px;
  }
  .contact_form_block input {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  .contact_form_block input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact_form_block input::-moz-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact_form_block input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact_form_block input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact_form_block input::placeholder {
    font-size: 18px;
    line-height: 28px;
  }
  .contact_form .select2-container {
    margin-left: 20px;
  }

  .footer_wrapp {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_logo svg {
    width: 183px;
    height: 77px;
  }
  .footer .contact_info {
    padding-top: 40px;
  }
  .footer .contact_info_row {
    margin-bottom: 30px;
  }
  .footer .contact_info_row:last-child {
    margin-top: 0;
  }
  .footer .contact_info_row span, .footer .contact_info_row p {
    font-size: 18px;
    line-height: 28px;
  }
  .footer .contact_info_row a {
    font-size: 24px;
    line-height: 36px;
  }
  .footer .contact_bottom {
    padding-top: 10px;
  }
  .footer .contact_bottom span {
    font-size: 18px;
    line-height: 28px;
    margin-top: 3px;
  }
  .footer .contact_bottom_social_link {
    margin-left: 30px;
  }
  .footer .right span, .footer .right a {
    font-size: 18px;
    line-height: 28px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 28px;
  }

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

  .banner_content h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .banner_content p {
    font-size: 18px;
    line-height: 28px;
  }

  .info_content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .info_content p {
    font-size: 18px;
    line-height: 28px;
  }
  .info_box p {
    font-size: 18px;
    line-height: 28px;
  }

  .video_title h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .history_title h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .history_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history_top_btns {
    margin-left: 0;
  }
  .history .history_slider::before {
    top: 87px;
  }
  .history_slide-top h3 {
    font-size: 24px;
    height: 72px;
  }
  .history_slide-top img {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
  }
  .history_slide-box p {
    font-size: 16px;
  }

  .about.workforus .about_content_block {
    padding-left: 0;
    display: block;
  }
  .about.workforus .about_content_block-right {
    padding-left: 0;
  }
  .about.workforus .about_content_block span {
    font-size: 30px;
  }
  .about.workforus .about_content_block p {
    font-size: 18px;
    line-height: 28px;
  }
  .about.workforus .about_bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .about.workforus .testimonials_slider_btns {
    bottom: -200px;
  }

  .we-are-looking_content {
    width: 100%;
  }

  .we-are-looking_title h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .we-are-looking_desc {
    padding: 25px;
  }
  .we-are-looking_desc h4 {
    font-size: 20px;
    line-height: 31px;
  }
  .we-are-looking_desc p {
    font-size: 18px;
    line-height: 31px;
  }

  .benefits_title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .benefits_grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits_card p {
    font-size: 20px;
  }

  .how-we-hire_title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .how-we-hire_card-title {
    min-height: 70px;
  }
  .how-we-hire_card-title h3 {
    font-size: 24px;
  }
  .how-we-hire_card-desc {
    padding: 24px;
  }
  .how-we-hire_card-desc p {
    font-size: 16px;
    line-height: 26px;
  }

  .vacancies.workForUs .vacancies_block_box {
    padding: 25px;
  }
  .vacancies.workForUs .vacancies_block_box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .vacancies.workForUs .vacancies_block_box p {
    font-size: 18px;
    line-height: 30px;
  }

  .info_box {
    padding: 24px;
  }
  .info_box h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .vacancies.more .vacancies_wrapp_right .vacancies-content .vacancies-slider .vacancies-slide_left .vacancies-slide_employmant {
    margin-left: 0;
  }

  .team_title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .team_card-desc h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .team_card-desc p {
    font-size: 16px;
  }

  .team_card {
    width: calc(50% - 20px);
  }
  .team_card:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .team_card:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .team.in-house .team_card {
    width: calc(50% - 20px);
  }
  .team.in-house .team_card:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .team.in-house .team_card:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .info-video_content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .info-video_content_block {
    padding-left: 50px;
  }
  .info-video_content_block h4 {
    font-size: 21px;
    line-height: 31px;
  }
  .info-video_content_block p {
    font-size: 16px;
    line-height: 30px;
  }

  .info-video_video-shape {
    display: none;
  }
  .info-video_video img {
    -webkit-transform: none;
            transform: none;
  }

  .faqs {
    padding-top: 80px;
  }
  .faqs_title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .faqs_block .accordionjs .acc_section .acc_head {
    font-size: 20px;
    padding: 10px 40px 10px 20px;
  }
  .faqs_block .accordionjs .acc_section .acc_head::before, .faqs_block .accordionjs .acc_section .acc_head::after {
    width: 20px;
    height: 4px;
    right: 20px;
  }
  .faqs_block .accordionjs .acc_section .acc_content {
    padding: 0 20px 14px;
  }
  .faqs_block .accordionjs .acc_section .acc_content p {
    font-size: 16px;
    line-height: 30px;
  }

  .info.search .info_content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .meet-team_content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .meet-team_content_block {
    padding-left: 50px;
  }
  .meet-team_content_block p {
    font-size: 16px;
    line-height: 30px;
  }

  .meet-team_card-desc h3 {
    font-size: 20px;
  }
  .meet-team_card-desc p, .meet-team_card-desc a {
    font-size: 16px;
  }

  .we-offer_content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .we-offer_content_block {
    padding-left: 50px;
  }
  .we-offer_content_block h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .we-offer_content_block p {
    font-size: 16px;
    line-height: 30px;
  }

  .we-offer_right {
    margin-left: 50px;
  }
  .we-offer_right_block h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .we-offer_right_block h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .history.search .history_top_btns {
    margin-top: 40px;
  }

  .mentoring_content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .mentoring_content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .mentoring_content p {
    font-size: 16px;
    line-height: 30px;
  }
  .mentoring_right_block {
    padding: 25px;
  }
  .mentoring_right_block h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .mentoring_right_block-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mentoring_right_block-imgs img {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-hero_left {
    padding-top: 150px;
    min-height: 375px;
  }
  .contact-hero_content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .contact-hero_content a {
    font-size: 16px;
  }
  .contact-hero_card h3 {
    font-size: 22px;
  }
  .contact-hero_card a {
    font-size: 16px;
  }

  .addresses_card-desc h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .addresses_card-desc a, .addresses_card-desc p {
    font-size: 16px;
  }

  .banner.insights .banner_content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .banner.insights .banner_content .search-input {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .banner.insights .banner_content .search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .banner.insights .banner_content .search-input::-moz-placeholder {
    font-size: 16px;
  }
  .banner.insights .banner_content .search-input:-ms-input-placeholder {
    font-size: 16px;
  }
  .banner.insights .banner_content .search-input::-ms-input-placeholder {
    font-size: 16px;
  }
  .banner.insights .banner_content .search-input::placeholder {
    font-size: 16px;
  }

  .search-insights_block-type {
    font-size: 17px;
  }
  .search-insights_block h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .search-insights_block span {
    font-size: 16px;
  }

  .search-insights_filter button {
    font-size: 16px;
    padding: 0 30px;
    min-width: 150px;
  }

  .search-insights_card-desc {
    padding: 25px;
    min-width: 220px;
  }
  .search-insights_card-desc h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .banner.insight-details .banner_content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner.insight-details .banner_content_top p {
    font-size: 22px;
    line-height: 32px;
  }

  .inline-styles p {
    font-size: 16px;
    line-height: 30px;
  }
  .inline-styles h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .insight-post_card-share {
    font-size: 22px;
    line-height: 32px;
  }

  .job-search-hero_content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .job-search-hero_content .search-input {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .job-search-hero_content .search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .job-search-hero_content .search-input::-moz-placeholder {
    font-size: 16px;
  }
  .job-search-hero_content .search-input:-ms-input-placeholder {
    font-size: 16px;
  }
  .job-search-hero_content .search-input::-ms-input-placeholder {
    font-size: 16px;
  }
  .job-search-hero_content .search-input::placeholder {
    font-size: 16px;
  }

  .job-hero_content .type {
    font-size: 16px;
  }
  .job-hero_content-title {
    font-size: 40px;
    line-height: 50px;
  }
  .job-hero_content .label {
    font-size: 14px;
  }
  .job-hero_content .text {
    font-size: 22px;
  }
  .job-hero_content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-hero_content .ml-70 {
    margin-left: 0;
  }

  .event-hero_wrapp h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .event-info_shape {
    display: none;
  }
  .event-info_content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .event-info_content p {
    font-size: 16px;
    line-height: 30px;
  }
  .event-info_card-type {
    font-size: 16px;
  }
  .event-info_card-date {
    font-size: 22px;
    line-height: 32px;
  }
  .event-info_card h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .headstart_left {
    width: 100%;
    margin-top: 70px;
  }
  .headstart_left-shape {
    display: none;
  }
  .headstart_right h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .headstart_right_content {
    padding-left: 60px;
  }
  .headstart_right_content h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .headstart_right_content .pl-120 {
    padding-left: 0;
  }
  .headstart_right_content p {
    font-size: 16px;
    line-height: 30px;
  }
  .headstart_card h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .headstart_card p {
    font-size: 16px;
    line-height: 30px;
  }

  .nq-team_title {
    font-size: 40px;
    line-height: 50px;
  }
  .nq-team_card {
    width: 100%;
  }
  .nq-team_card img {
    height: 320px;
  }
  .nq-team_card-desc h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .nq-team_card-desc p, .nq-team_card-desc a {
    font-size: 16px;
  }
  .nq-team_content {
    padding-left: 50px;
  }
  .nq-team_content p {
    font-size: 16px;
    line-height: 30px;
  }

  .testimonials-event_card {
    padding: 25px;
  }
  .testimonials-event_card h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .roles-title {
    font-size: 40px;
    line-height: 50px;
  }
  .roles .swiper-slide {
    height: 150px;
  }
  .roles .swiper-slide p {
    font-size: 22px;
    line-height: 32px;
  }

  .top-hero_left h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .top-hero_left h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .top-hero_left p {
    font-size: 16px;
    line-height: 30px;
  }

  .categories-title {
    font-size: 40px;
    line-height: 50px;
  }
  .categories_grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .categories_card-desc h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .categories_card-desc p {
    font-size: 16px;
    line-height: 30px;
  }

  .judge_title {
    font-size: 40px;
    line-height: 50px;
  }
  .judge_grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .judge_card-desc h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .judge_card-desc p {
    font-size: 16px;
    line-height: 30px;
  }

  .association_title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .association_title img {
    height: 40px;
  }

  .association_content_block {
    padding-right: 0;
    padding-left: 50px;
  }
  .association_content_block p {
    font-size: 16px;
    line-height: 30px;
  }

  .association_right {
    padding-top: 70px;
  }

  .key-date_block-title {
    font-size: 40px;
    line-height: 50px;
  }
  .key-date_block-label {
    font-size: 22px;
    line-height: 32px;
  }
  .key-date_block-text {
    font-size: 16px;
    line-height: 30px;
  }
  .key-date_block span {
    font-size: 22px;
  }

  .key-date_counter div {
    margin-left: 5px;
    margin-right: 5px;
  }
  .key-date_counter p {
    font-size: 16px;
  }

  .group_title {
    font-size: 40px;
    line-height: 50px;
  }

  .group_grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .insight-day_content h4 {
    font-size: 22px;
  }
  .insight-day_content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .insight-day_content p {
    font-size: 16px;
    line-height: 30px;
  }

  .practive-team_title {
    font-size: 40px;
    line-height: 50px;
  }

  .practive-team_card-desc {
    padding: 25px;
  }
  .practive-team_card-desc h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .practive-team_card-desc p {
    font-size: 16px;
    line-height: 30px;
  }

  .job-search_filters-block {
    padding: 25px;
  }
  .job-search_filters-block h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .job-search_filters-block input {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .job-search_filters-block input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .job-search_filters-block input::-moz-placeholder {
    font-size: 16px;
  }
  .job-search_filters-block input:-ms-input-placeholder {
    font-size: 16px;
  }
  .job-search_filters-block input::-ms-input-placeholder {
    font-size: 16px;
  }
  .job-search_filters-block input::placeholder {
    font-size: 16px;
  }
  .job-search_filters-block-box span {
    font-size: 16px;
  }

  .job-search_card {
    padding-left: 30px;
  }
  .job-search_card h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .job-search_card .type {
    font-size: 16px;
  }
  .job-search_card p {
    font-size: 16px;
    line-height: 30px;
  }

  .page-not-found_title h1 {
    font-size: 40px;
  }
  .page-not-found p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 660px) {
  .sectors_circle {
    width: 158px;
    height: 158px;
    border-width: 5px;
  }
  .sectors_circle:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .sectors_circle:nth-child(1):hover {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .sectors_circle:hover {
    -webkit-transform: scale(2);
            transform: scale(2);
    z-index: 20;
  }
  .sectors_circle:nth-child(4):hover {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .sectors_circles {
    width: 100%;
    max-width: 336px;
    margin-top: -50px;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }

  .events {
    margin-top: 175px !important;
  }

  .sectors.about-us .sectors_circle {
    min-width: 158px;
  }

  .how-we-hire_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner.search .banner_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mentoring_right-shape {
    display: none;
  }

  .history {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .info_right {
    width: 100%;
    margin-right: 0;
  }
  .info_box {
    max-width: 100%;
    padding: 25px;
  }

  .meet-team_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .meet-team_content {
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .contact-hero_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .addresses_card-desc {
    position: static;
    max-width: 100%;
  }
  .addresses_card-img {
    width: 100%;
  }
  .addresses_card:last-child {
    margin-top: 100px;
  }

  .banner.insight-details .banner_content_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner.insight-details .banner_content_top p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .banner.insight-details .banner_content_top_social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
  .banner.insight-details .banner_content_top_social a {
    margin-left: 0;
    margin-right: 33px;
  }

  .job-search-hero_form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .job-search-hero_form .select2-container {
    max-width: 100%;
  }
  .job-search-hero_form .btn {
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .judge_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 550px) {
  .clients_block {
    padding-left: 0;
    padding-right: 0;
  }
  .clients_title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .clients_text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .clients_btns .btn {
    width: calc(50% - 5px);
  }

  .search-insights_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .search-insights_card-desc {
    min-height: unset;
  }

  .event-info_right {
    width: 100%;
  }
  .event-info_card {
    padding: 45px 25px 25px;
  }

  .headstart_card {
    width: 100%;
    padding: 25px;
  }

  .nq-team_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nq-team_card img {
    width: 100%;
  }

  .testimonials-event_card {
    width: 100%;
  }

  .categories_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .group_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .practive-team_card {
    width: 100%;
  }
  .practive-team_card:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .job-search_card .flex {
    display: block;
  }
  .job-search_card .flex p:last-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .btn-filter {
    padding: 0 12px;
  }

  .about.workforus .about_bottom-left .about_circle {
    top: 110px;
  }

  .page-not-found_wrapp {
    padding: 70px 24px;
  }
}
@media only screen and (max-width: 440px) {
  .about .about_wrapp .about_image::before {
    width: 120px;
    height: 120px;
  }
  .about .about_wrapp .about_image_wrapp {
    max-width: calc(100% - 20px);
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }

  .team_card {
    width: 100%;
  }
  .team_card:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .team.in-house .team_card {
    width: 100%;
  }
  .team.in-house .team_card:not(:nth-child(2n)) {
    margin-right: 0px;
  }

  .top-hero_right {
    width: 100%;
  }

  .about.insight .about_wrapp .about_image_wrapp {
    padding: 0 0 95% 0;
  }
}
@media only screen and (max-width: 360px) {
  .hero_wrapp_content_left_top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about .about_wrapp .about_circle {
    margin-left: -23px;
  }

  .sectors {
    padding-bottom: 15px;
  }
  .sectors_circle {
    width: 130px;
    height: 130px;
  }
}
/*# sourceMappingURL=style.css.map */