.geo .container > p {
  font-family: Work Sans;
  font-size: 14px;
  line-height: 32px;
  max-width: 700px;
  margin: 0;
}
@media only screen and (max-width: 1180px) {
  .geo .container {
    padding: 0 20px;
  }
}
.geo h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
}
.geo__pc {
  width: 100%;
  height: 553px;
  background: url('/assets/images/geo-map.webp') 50% no-repeat;
  object-fit: cover;
  border-radius: 32px;
  margin: 64px 0 96px;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .geo__pc {
    background: none;
    height: auto;
  }
}
.geo__mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 32px 0 64px;
}
@media only screen and (max-width: 1180px) {
  .geo__mobile {
    display: block;
    position: static;
  }
}
.geo__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-decoration: none;
  color: #242c33;
}
.geo__item i {
  width: 50px;
  height: 50px;
  margin-right: 16px;
  display: inline-block;
}
@media only screen and (min-width: 1180px) {
  .geo__item {
    position: absolute;
    width: 100px;
    height: 60px;
  }
  .geo__item i {
    display: none;
  }
  .geo__item:first-child {
    top: 83px;
    right: 416px;
  }
  .geo__item:nth-child(2) {
    top: 106px;
    right: 600px;
  }
  .geo__item:nth-child(3) {
    top: 260px;
    right: 660px;
  }
  .geo__item:nth-child(5) {
    top: 20px;
    right: 565px;
  }
  .geo__item:nth-child(4) {
    top: 220px;
    right: 310px;
  }
}

.geo__country {
  font-family: Work Sans;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (min-width: 1180px) {
  .geo__country {
    display: none;
  }
}
@font-face {
  font-family: revicons;
  fallback: fallback;
}
.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, transition;
}
.react-multiple-carousel__arrow {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  border-radius: 35px;
  z-index: 1000;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  min-width: 43px;
  min-height: 43px;
  opacity: 1;
  cursor: pointer;
}
.react-multiple-carousel__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.react-multiple-carousel__arrow:before {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: revicons;
  text-align: center;
  z-index: 2;
  position: relative;
}
.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
}
.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}
.react-multiple-carousel__arrow--left:before {
  content: '\e824';
}
.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}
.react-multiple-carousel__arrow--right:before {
  content: '\e825';
}
.react-multi-carousel-dot-list {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.react-multi-carousel-dot button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  transition: background 0.5s;
  border: 2px solid grey;
  padding: 0;
  margin: 0 6px 0 0;
  outline: 0;
  cursor: pointer;
}
.react-multi-carousel-dot button:hover:active,
.react-multi-carousel-dot--active button {
  background: #080808;
}
.react-multi-carousel-item {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }
  .react-multi-carousel-track {
    overflow: visible !important;
  }
}
[dir='rtl'].react-multi-carousel-list {
  direction: rtl;
}
.rtl.react-multiple-carousel__arrow--right {
  right: auto;
  left: calc(4% + 1px);
}
.rtl.react-multiple-carousel__arrow--right:before {
  content: '\e824';
}
.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}
.rtl.react-multiple-carousel__arrow--left:before {
  content: '\e825';
}
@keyframes home_lang_1 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes home_lang_2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.hot {
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .hot {
    padding: 0 20px;
  }
}
.hot h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1180px) {
  .hot h2 {
    padding: 0 16px;
  }
}
.hot .react-multi-carousel-list {
  padding-bottom: 48px;
}
.hot .react-multi-carousel-dot button {
  border-color: rgba(63, 77, 89, 0.3);
}
.hot .react-multi-carousel-dot--active button {
  background-color: #242c33;
}
.hot__animate {
  height: auto;
  max-width: 986px;
  margin: 0 auto;
  position: relative;
  top: -32px;
}
@media only screen and (max-width: 1180px) {
  .hot__animate {
    max-width: 660px;
  }
  .hot__animate li {
    display: inline-flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 690px) {
  .hot__animate {
    max-width: 100%;
  }
}
.hot__list {
  position: absolute;
  transition: animation-play-state 0.5s ease;
  bottom: 0;
  height: 428px;
  width: 960px;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hot__item {
  display: inline-block;
  width: 300px;
  height: 440px;
  border-radius: 32px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: -1px 25px 21px -12px rgba(220, 227, 232, 0.65);
  color: #2d3740;
}
.hot__item:hover .hot__name {
  color: #f2880c;
}
.hot__img {
  width: 100%;
  height: 280px;
  background-color: #f2880c;
}
.hot__img-1 {
  background: url(/img/hot/1.png) top no-repeat;
  background-size: cover;
}
.hot__img-2 {
  background: url(/img/hot/2.png) top no-repeat;
  background-size: cover;
}
.hot__img-3 {
  background: url(/img/hot/3.png) top no-repeat;
  background-size: cover;
}
.hot__img-4 {
  background: url(/img/hot/4.png) top no-repeat;
  background-size: cover;
}
.hot__img-5 {
  background: url(/img/hot/5.png) top no-repeat;
  background-size: cover;
}
.hot__img-6 {
  background: url(/img/hot/6.png) top no-repeat;
  background-size: cover;
}
.hot__img-7 {
  background: url(/img/hot/7.png) top no-repeat;
  background-size: cover;
}
.hot__img-8 {
  background: url(/img/hot/8.png) top no-repeat;
  background-size: cover;
}
.hot__img-9 {
  background: url(/img/hot/9.png) top no-repeat;
  background-size: cover;
}
.hot__content {
  padding: 24px 24px 36px;
  background: #f2f5f7;
  background: linear-gradient(135deg, #f2f5f7, #fff);
}
.hot__name {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px;
  transition: 0.3s;
}
.hot__name,
.hot__place {
  color: #2d3740;
  font-family: Work Sans ExtraBold;
}
.hot__place {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 22px;
  margin: 16px 0;
}
.hot__place i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(/ico/map.svg) 50% no-repeat;
}
.hot__salary-to {
  font-size: 12px;
  font-family: Work Sans ExtraBold;
}
.hot__salary-value {
  color: #f28200;
  font-size: 24px;
  line-height: 24px;
  font-family: Work Sans ExtraBold;
}
.nav {
  display: flex;
  justify-content: center;
}
.nav .header__phones {
  margin-top: 16px;
  display: none;
}
@media only screen and (max-width: 1080px) {
  .nav .header__phones {
    display: flex;
  }
}
.nav__overlay {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .nav__overlay {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    flex-direction: column;
    top: 0;
    width: 100vw;
    padding: 24px;
    height: 100vh;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .nav__overlay.active {
    visibility: visible;
    z-index: 9;
    opacity: 1;
    left: 0;
  }
  .nav {
    position: fixed;
    background-color: #fff;
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 0;
    left: -200vw;
    width: 300px;
    height: 100vh;
    transition: 0.3s;
    padding: 80px 32px 32px 64px;
  }
  .nav.active {
    left: 0;
    box-shadow: 10px 0 38px 0 rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    z-index: 400;
  }
}
.nav__link {
  margin: 0 16px;
  display: inline-block;
  padding: 24px 0;
  font-family: Work Sans;
  text-decoration: none;
  color: #2d3740;
  border-bottom: 4px solid transparent;
  transition: background-color 0.3s ease;
}
.nav__link:hover {
  color: #f28200;
}
@media only screen and (max-width: 1080px) {
  .nav__link {
    margin: 0;
    display: inline-block;
    padding: 8px 0;
  }
}
.nav__link.active {
  color: #f28200;
  border-bottom: 4px solid #f28200;
}
.nav__dropdown {
  position: absolute;
  left: 8px;
  top: 48px;
  width: 300px;
  padding: 8px 0 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.5);
  z-index: 2;
  transform-origin: top right;
  transition: 0.2s;
}
@media only screen and (max-width: 1080px) {
  .nav__dropdown {
    width: auto;
    padding-left: 16px;
    padding-top: 0;
    position: static;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
}
.nav__dropdown-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border: 1px solid #f1f1f4;
  border-radius: 12px;
  padding: 8px;
}
@media only screen and (max-width: 1080px) {
  .nav__dropdown-inner {
    padding: 4px 0;
    box-shadow: none;
    background-color: transparent;
    border: none;
  }
}
.nav__dropdown-inner .nav__link {
  margin: 0;
  padding: 8px 40px;
}
@media only screen and (max-width: 1080px) {
  .nav__dropdown-inner .nav__link {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    padding: 8px;
  }
}
.nav__dropdown-inner .nav__link:hover {
  background-color: #f3f5f7;
  margin: 0;
  border-radius: 4px;
}
@media only screen and (max-width: 1080px) {
  .nav__dropdown-inner .nav__link:hover {
    background-color: transparent;
  }
}
.nav__hasitems {
  position: relative;
  display: flex;
  align-items: center;
}
.nav__hasitems .nav__link {
  margin-right: 0;
}
.nav__hasitems .nav__link:hover ~ i {
  transition: 0.3s;
  background: url(/ico/arrow-menu-active.svg) center top 25px no-repeat;
}
@media only screen and (max-width: 1080px) {
  .nav__hasitems {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.nav__hasitems i {
  display: inline-block;
  width: 20px;
  height: 70px;
  background: url(/ico/arrow-menu.svg) center top 25px no-repeat;
}
@media only screen and (max-width: 1080px) {
  .nav__hasitems i {
    display: none;
  }
}
.nav__hasitems .active + i {
  background: url(/ico/arrow-menu-active.svg) center top 25px no-repeat;
}
.nav__hasitems:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.nav__dropdown-inner .nav__link,
.nav__dropdown-inner .nav__link.active {
  border: none;
}
.head {
  background: #3f4d59;
  background: linear-gradient(180deg, #3f4d59, #242c33);
  display: flex;
  justify-content: space-between;
  height: 550px;
  border-radius: 32px;
  margin-top: 48px;
}
@media only screen and (max-width: 1180px) {
  .head {
    flex-direction: column-reverse;
    height: auto;
    width: calc(100% - 32px);
    border-radius: 16px;
  }
}
.head__content {
  padding: 80px 200px 0 80px;
  width: 720px;
}
@media only screen and (max-width: 1180px) {
  .head__content {
    padding: 32px;
    width: 100%;
  }
}
.head__content h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 64px 0 32px;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
  .head__content h1 {
    margin-top: 32px;
  }
}
.head__content p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  opacity: 0.6;
  margin: 0 0 30px;
}
.head__logo {
  display: inline-block;
  width: 162px;
  height: 32px;
  background: url('/assets/images/logo-white.svg') 50% no-repeat;
  background-size: 100%;
}
.head__img {
  background: url('/assets/images/man-hero.webp') 50% no-repeat;
  background-size: contain;
  width: 338px;
  height: 485px;
  position: absolute;
  top: 27px;
  right: 186px;
}
@media only screen and (max-width: 1180px) {
  .head__img {
    width: 250px;
    height: 360px;
    background: url('/assets/images/man-hero.webp') 50% no-repeat;
    background-size: contain;
    top: -35px;
    right: -16px;
  }
}
@media only screen and (max-width: 768px) {
  .head__img {
    width: 200px;
    height: 300px;
  }
}
.head__right {
  position: relative;
  background: #f28200;
  background: linear-gradient(35deg, #f28200, #f5c242);
  width: 350px;
  height: 100%;
  background-size: cover;
  border-radius: 0 32px 32px 0;
}
@media only screen and (max-width: 1180px) {
  .head__right {
    width: 100%;
    height: 240px;
    border-radius: 16px 16px 0 0;
  }
}
.benefits {
  margin-top: 64px;
  padding-bottom: 96px;
}
@media only screen and (max-width: 1180px) {
  .benefits {
    padding-bottom: 64px;
  }
}
.benefits > p {
  font-family: Work Sans;
  font-size: 14px;
  line-height: 32px;
  margin: 0;
  width: 700px;
}
@media only screen and (max-width: 1180px) {
  .benefits > p {
    padding: 0 16px;
    width: 100%;
  }
}
.benefits h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1180px) {
  .benefits h2 {
    padding: 0 16px;
  }
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
  gap: 24px;
  margin: 64px 0;
}
@media only screen and (max-width: 1180px) {
  .benefits__list {
    width: 100%;
    padding: 0 16px 16px;
    overflow-x: scroll;
  }
}
.benefits__item {
  padding: 32px 24px 0;
  border-radius: 16px;
  background: #f2f5f7;
  background: linear-gradient(0deg, rgba(242, 245, 247, 0), #f2f5f7);
}
@media only screen and (max-width: 1180px) {
  .benefits__item {
    width: 220px;
  }
}
.benefits__item .h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 32px 0 0;
  color: #2d3740;
  font-family: Work Sans;
  display: block;
}
.benefits__item p {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 28px;
  font-family: Work Sans;
  color: #59656f;
}
.benefits__item-img {
  width: 60px;
  height: 60px;
}
.service-benefits h2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1180px) {
  .service-benefits h2 {
    padding: 0 16px;
  }
}
.service-benefits .benefits__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px 20px;
  gap: 32px 20px;
  margin: 64px 0;
}
@media only screen and (max-width: 1180px) {
  .service-benefits .benefits__list {
    width: 100%;
    display: flex;
    padding: 0 16px 32px;
    overflow-x: scroll;
  }
  .service-benefits .benefits__item {
    width: 280px;
    flex-shrink: 0;
  }
}
.service-benefits .benefits__item:first-child .benefits__item-img {
  background: url('/assets/images/benefits/1.svg') 50% no-repeat;
  background-size: contain;
}
.service-benefits .benefits__item:nth-child(2) .benefits__item-img {
  background: url('/assets/images/benefits/2.svg') 50% no-repeat;
  background-size: contain;
}
.service-benefits .benefits__item:nth-child(3) .benefits__item-img {
  background: url('/assets/images/benefits/3.svg') 50% no-repeat;
  background-size: contain;
}
.service-benefits .benefits__item:nth-child(4) .benefits__item-img {
  background: url('/assets/images/benefits/4.svg') 50% no-repeat;
  background-size: contain;
}
.service-benefits .benefits__item:nth-child(5) .benefits__item-img {
  background: url('/assets/images/benefits/5.svg') 50% no-repeat;
  background-size: contain;
}
.service-benefits .benefits__item:nth-child(6) .benefits__item-img {
  background: url('/assets/images/benefits/1.svg') 50% no-repeat;
  background-size: contain;
}
.service-benefits .benefits__item:nth-child(7) .benefits__item-img {
  background: url('/assets/images/benefits/2.svg') 50% no-repeat;
  background-size: contain;
}
.service-benefits .benefits__item:nth-child(8) .benefits__item-img {
  background: url('/assets/images/benefits/5.svg') 50% no-repeat;
  background-size: contain;
}
.benefits__item:first-child .benefits__item-img {
  background: url('/assets/images/benefits/1.svg') 50% no-repeat;
  background-size: contain;
}
.benefits__item:nth-child(2) .benefits__item-img {
  background: url('/assets/images/benefits/2.svg') 50% no-repeat;
  background-size: contain;
}
.benefits__item:nth-child(3) .benefits__item-img {
  background: url('/assets/images/benefits/3.svg') 50% no-repeat;
  background-size: contain;
}
.benefits__item:nth-child(4) .benefits__item-img {
  background: url('/assets/images/benefits/4.svg') 50% no-repeat;
  background-size: contain;
}
.benefits__item:nth-child(5) .benefits__item-img {
  background: url('/assets/images/benefits/5.svg') 50% no-repeat;
  background-size: contain;
}
.hot__wrap {
  background-color: #f2f5f7;
  margin: 64px 0 128px;
  border-radius: 32px;
}
.process-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0;
}
@media only screen and (max-width: 1180px) {
  .process-home {
    padding: 64px 16px;
  }
}
.process-home h2 {
  width: 100%;
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
}
.process-home__list {
  display: flex;
  padding: 64px 0 90px;
}
@media only screen and (max-width: 1180px) {
  .process-home__list {
    padding: 36px 0 0;
    flex-direction: column;
    align-items: center;
  }
}
.process-home__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 196.6666666667px;
  padding: 0 16px;
}
@media only screen and (max-width: 1180px) {
  .process-home__item {
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.process-home__item .h3 {
  font-size: 64px;
  line-height: 40px;
  margin: 0 0 32px;
  color: #f28200;
  font-family: Work Sans;
}
.process-home__item h4 {
  color: #2d3740;
  font-size: 20px;
  line-height: 40px;
  margin: 16px 0 32px;
  font-family: Work Sans;
}
@media only screen and (max-width: 1180px) {
  .process-home__item h4 {
    margin: 0 0 4px;
  }
}
.process-home__item span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50vh;
  background-color: #f2f5f7;
}
@media only screen and (max-width: 1180px) {
  .process-home__item span {
    display: none;
  }
}
.process-home__item p {
  text-align: center;
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width: 1180px) {
  .process-home__item p {
    text-align: left;
  }
}
.process-home__text {
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .process-home__text {
    text-align: left;
    padding-left: 16px;
  }
}
.services-home {
  padding-bottom: 128px;
}
@media only screen and (max-width: 1180px) {
  .services-home {
    padding-bottom: 64px;
  }
}
.services-home > p {
  font-family: Work Sans;
  font-size: 14px;
  line-height: 32px;
  margin: 0;
  width: 700px;
}
@media only screen and (max-width: 1180px) {
  .services-home > p {
    padding: 0 16px;
    width: 100%;
  }
}
.services-home h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1180px) {
  .services-home h2 {
    padding: 0 16px;
  }
}
.services-home__container {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 64px;
}
@media only screen and (max-width: 1180px) {
  .services-home__container {
    flex-direction: column;
  }
}
.services-home__list {
  display: flex;
  flex-direction: column;
  width: 582px;
}
@media only screen and (max-width: 1180px) {
  .services-home__list {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}
.services-home__list:first-child .services-home__item:first-child {
  background: #f2f5f7 url('/assets/images/services/1.svg') top 24px left 32px
    no-repeat;
}
.services-home__list:first-child .services-home__item:nth-child(2) {
  background: #f2f5f7 url('/assets/images/services/2.svg') top 24px left 32px
    no-repeat;
}
.services-home__list:first-child .services-home__item:nth-child(3) {
  background: #f2f5f7 url('/assets/images/services/3.svg') top 24px left 32px
    no-repeat;
}
.services-home__list:last-child .services-home__item:first-child {
  background: #f2f5f7 url('/assets/images/services/4.svg') top 24px left 32px
    no-repeat;
}
.services-home__list:last-child .services-home__item:nth-child(2) {
  background: #f2f5f7 url('/assets/images/services/5.svg') top 24px left 32px
    no-repeat;
}
.services-home__list:last-child .services-home__item:nth-child(3) {
  background: #f2f5f7 url('/assets/images/services/6.svg') top 24px left 32px
    no-repeat;
}
.services-home__item {
  padding: 80px 24px 32px;
  margin-bottom: 16px;
  width: 582px;
  border-radius: 16px;
}
@media only screen and (max-width: 1180px) {
  .services-home__item {
    width: 100%;
  }
}
.services-home__item .h3 {
  font-size: 18px;
  display: block;
  line-height: 40px;
  color: #2d3740;
  margin: 0 0 4px;
  font-family: Work Sans;
}
.services-home__item p {
  font-size: 14px;
  line-height: 25px;
}
.values-home > p {
  font-family: Work Sans;
  font-size: 14px;
  line-height: 32px;
  margin: 0 0 32px;
  max-width: 700px;
}
@media only screen and (max-width: 1180px) {
  .values-home > p {
    padding: 0 16px;
  }
}
.values-home h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1180px) {
  .values-home h2 {
    padding: 0 16px;
  }
}
.values-home__container {
  display: flex;
}
@media only screen and (max-width: 1180px) {
  .values-home__container {
    flex-direction: column-reverse;
  }
}
.values-home__block {
  width: 50%;
}
@media only screen and (max-width: 1180px) {
  .values-home__block {
    width: 100%;
  }
}
.values-home__block > p {
  font-family: Work Sans;
  font-size: 14px;
  line-height: 32px;
  margin: 0;
  width: 536px;
}
@media only screen and (max-width: 1180px) {
  .values-home__block > p {
    padding: 0 16px;
    width: 100%;
  }
}
.values-home__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 54px;
}
@media only screen and (max-width: 1180px) {
  .values-home__list {
    padding: 64px 16px 0;
  }
}
.values-home__item {
  margin-bottom: 32px;
  width: 252px;
}
@media only screen and (max-width: 1180px) {
  .values-home__item {
    width: 100%;
  }
}
.values-home__item .h3 {
  margin: 0 0 4px;
  display: block;
  color: #2d3740;
  font-size: 18px;
  line-height: 32px;
  font-family: Work Sans;
}
.values-home__item p {
  font-size: 14px;
  line-height: 25px;
  color: #2d3740;
}
.sign {
  background: #2d3740;
  border-radius: 32px;
  padding: 100px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  .sign {
    border-radius: 0;
  }
}
.sign .h3 {
  display: block;
  color: #fff;
  font-family: Work Sans;
  font-size: 24px;
  margin: 0 0 10px;
}
.sign p {
  color: #fff;
  opacity: 0.6;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.sign__head {
  background: url('/assets/images/man-head.webp') 0 no-repeat;
  background-size: contain;
  padding: 16px 0 16px 124px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1180px) {
  .sign__head {
    background-position: top;
    background-size: 40%;
    padding: 124px 16px 0;
  }
}
.sign__text {
  background: url('/assets/images/format-quote.svg') 0 no-repeat;
  padding-left: 124px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  .sign__text {
    padding-left: 96px;
  }
}
.sign__img {
  width: 262px;
  height: 98px;
  background: url('/assets/images/login.svg') 50% no-repeat;
}
.search-home {
  position: relative;
  height: 380px;
  padding: 70px 80px;
  border-radius: 32px;
  background: linear-gradient(180deg, #f2880c, #e57b00);
}
.search-home .nav__link {
  display: inline-block;
  padding: 20px 32px;
  font-size: 14px;
  font-family: Work Sans;
  color: #fff;
  text-decoration: none;
  border-radius: 50vh;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #fff !important;
  color: #2d3740;
  margin-top: 64px;
}
.search-home__name {
  font-family: Work Sans;
  position: relative;
}
.search-home__name b {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  opacity: 0.7;
}
@media only screen and (max-width: 1180px) {
  .search-home__name b {
    font-size: 12px;
  }
}
.search-home__name b:last-child {
  top: -50px;
  font-size: 16px;
  opacity: 0.5;
}
@media only screen and (max-width: 1180px) {
  .search-home__name b:last-child {
    font-size: 10px;
  }
  .search-home {
    height: auto;
    width: calc(100% - 32px);
    padding: 48px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .search-home a {
    margin-top: auto;
    z-index: 2;
  }
}
.search-home > p {
  font-size: 18px;
  color: #fff;
  padding-left: 32px;
  max-width: 500px;
}
@media only screen and (max-width: 1180px) {
  .search-home > p {
    padding: 0 80px 0 0;
    margin-bottom: 200px;
  }
}
.search-home__input {
  display: inline-flex;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.08);
  padding: 16px 32px;
  border-radius: 50vh;
  max-width: 700px;
}
@media only screen and (max-width: 1180px) {
  .search-home__input {
    padding: 16px;
    width: 100%;
    max-width: 400px;
  }
}
.search-home__input span {
  font-size: 24px;
}
@media only screen and (max-width: 1180px) {
  .search-home__input span {
    font-size: 14px;
  }
}
.search-home__input * {
  color: #fff;
}
.search-home__bg {
  background: url('/assets/images/man-like.webp') 50% no-repeat;
  width: 328px;
  height: 445px;
  position: absolute;
  right: 128px;
  bottom: 0;
  background-size: contain;
}
@media only screen and (max-width: 1180px) {
  .search-home__bg {
    width: 252px;
    height: 344px;
    right: -16px;
  }
}
.ico,
.ico-search {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.ico-search {
}
@media only screen and (max-width: 1180px) {
  .ico-search {
    width: 24px;
    height: 24px;
    background-size: contain !important;
  }
}
.links {
  background: #3f4d59;
  background: linear-gradient(180deg, #3f4d59, #242c33);
  border-radius: 32px;
  padding: 70px;
  color: #fff;
  position: relative;
  margin-bottom: 128px;
}
.links > p {
  max-width: 580px;
  font-family: Work Sans;
  font-size: 14px;
  line-height: 32px;
}
@media only screen and (max-width: 1180px) {
  .links {
    height: auto;
    width: calc(100% - 32px);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 64px;
  }
  .links a {
    margin-top: auto;
    z-index: 2;
  }
}
.links__bg {
  position: absolute;
  bottom: 0;
  right: -70px;
  width: 596px;
  height: 547px;
  background: url('/assets/images/man-section-links.webp') 50% no-repeat !important;
}
@media only screen and (max-width: 1180px) {
  .links__bg {
    width: 338px;
    height: 311px;
    right: -56px;
    background-size: contain !important;
  }
}
.links__list {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
  margin: 52px 0;
}
.links .nav__link {
  display: inline-block;
  background: hsla(0, 0%, 100%, 0.05) url('/assets/images/search.svg') center
    left 32px no-repeat;
  color: #fff;
  border-radius: 16px;
  line-height: 40px;
  padding: 16px 32px 16px 72px;
  margin: 0 8px 8px 0;
  text-decoration: none;
  font-size: 16px;
  font-family: Work Sans;
}
@media only screen and (max-width: 1180px) {
  .links .nav__link {
    font-size: 12px;
    padding: 8px 24px 8px 64px;
    background-size: 24px;
    background-position: left 24px center;
  }
}
.telegram {
  display: flex;
  background-color: #f2f5f7;
  border-radius: 32px;
  padding: 32px 0 64px;
  max-width: 940px;
  margin: 0 auto;
}
.telegram-alone {
  max-width: 1180px;
  padding: 64px 120px;
  margin: 64px auto;
  border-radius: 32px;
}
@media only screen and (max-width: 1180px) {
  .telegram-alone {
    margin: 64px 16px;
  }
  .telegram {
    max-width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .telegram {
    padding: 32px 16px;
  }
}
@media only screen and (max-width: 750px) {
  .telegram {
    flex-direction: column;
    align-items: center;
  }
  .telegram .h2 {
    text-align: center;
    padding: 0 20px;
    display: block;
    width: 100%;
  }
}
.telegram__ico {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 32px;
  background: url(/ico/telegram.svg) 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .telegram__ico {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 750px) {
  .telegram__ico {
    margin: 0 0 32px;
  }
}
.telegram__content .h2 {
  margin: 0 0 18px;
  display: block;
  font-family: Work Sans;
  font-size: 24px;
  line-height: 32px;
  color: #2d3740;
}
.telegram__bot {
  display: flex;
  align-items: flex-end;
}
.telegram__bot a {
  display: inline-block;
  width: 240px;
  text-align: center;
  margin-left: 32px;
}
@media only screen and (max-width: 1180px) {
  .telegram__bot {
    flex-direction: column;
    align-items: flex-start;
  }
  .telegram__bot a {
    margin: 32px 0 0;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 750px) {
  .telegram__bot {
    align-items: center;
  }
  .telegram__bot a {
    margin: 16px 0 0;
  }
}
.telegram__list {
  display: flex;
  justify-content: space-between;
  width: 556px;
}
@media only screen and (max-width: 750px) {
  .telegram__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.telegram__list p {
  width: 164px;
  margin: 0;
  padding-top: 40px;
  font-size: 14px;
  background: url(/ico/tg-checkmark.svg) 0 0 no-repeat;
}
@media only screen and (max-width: 750px) {
  .telegram__list p {
    background-position: top;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 16px;
  }
}
