@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@media (max-width: 991px) {
  html {
    scroll-padding-top: 20px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a:focus,
button:focus {
  outline: none;
}

input {
  border: none;
  outline: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

/*body {
  position: relative;
  min-width: 320px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  overflow-x: hidden;
}*/

.body-lock {
  overflow: hidden;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 560px) {
  .container {
    padding: 0 7px;
  }
}

.career-page__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  color: #313131;
}
@media (max-width: 1600px) {
  .career-page__title {
    font-size: 30px;
  }
}
@media (max-width: 1250px) {
  .career-page__title {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .career-page__title {
    font-size: 20px;
  }
}
.career-page__text-big {
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  color: #313131;
}
@media (max-width: 1600px) {
  .career-page__text-big {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .career-page__text-big {
    font-size: 26px;
  }
}
@media (max-width: 1250px) {
  .career-page__text-big {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .career-page__text-big {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .career-page__text-big {
    font-size: 14px;
  }
}

.text-orange {
  color: #FF5C02;
}

.s-hero {
  height: 782px;
  position: relative;
  background-color: #F3F3F3;
}
@media (max-width: 991px) {
  .s-hero {
    height: 558px;
  }
}
@media (max-width: 560px) {
  .s-hero {
    height: 383px;
  }
}
.s-hero__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1250px) {
  .s-hero__bg {
    left: -15%;
  }
}
@media (max-width: 991px) {
  .s-hero__bg {
    left: 0;
    height: 80%;
  }
}
@media (max-width: 560px) {
  .s-hero__bg {
    height: 60%;
  }
}
.s-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.s-hero__container {
  position: relative;
  z-index: 1;
  padding: 63px 10px 10px;
}
@media (max-width: 991px) {
  .s-hero__container {
    padding: 0;
    padding-top: 85px;
  }
}
@media (max-width: 560px) {
  .s-hero__container {
    padding-top: 75px;
  }
}
.s-hero__content {
  max-width: 737px;
}
.s-hero__title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .s-hero__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .s-hero__title {
    max-width: 250px;
  }
}
.s-hero__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 1600px) {
  .s-hero__text {
    font-size: 22px;
  }
}
@media (max-width: 1250px) {
  .s-hero__text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .s-hero__text {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .s-hero__text {
    font-size: 14px;
  }
}

.breadcrumbs {
  margin-bottom: 44px;
  display: flex;
  gap: 13px;
  font-size: 13px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #313131;
}
.breadcrumbs__item a {
  color: #999999;
  transition: color 0.3s;
}
.breadcrumbs__item a:hover {
  color: #313131;
}

.s-consulting-career{
  padding: 171px 0 175px;
}
@media (max-width: 1600px) {
  .s-consulting-career{
    padding: 70px 0;
  }
}
@media (max-width: 1250px) {
  .s-consulting-career {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .s-consulting-career{
    padding: 35px 0;
  }
}
.s-consulting__text {
  margin-bottom: 146px;
  max-width: 1725px;
}
@media (max-width: 1600px) {
  .s-consulting__text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1250px) {
  .s-consulting__text {
    margin-bottom: 20px;
  }
}

.s-consulting__text-left {
  max-width: 577px;
  flex-shrink: 0;
  line-height: 150%;
}
@media (max-width: 1250px) {
  .s-consulting__text-left {
    max-width: none;
  }
}
.s-consulting__text-right {
  max-width: 923px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #313131;
}
@media (max-width: 1600px) {
  .s-consulting__text-right {
    font-size: 22px;
  }
}
@media (max-width: 1400px) {
  .s-consulting__text-right {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .s-consulting__text-right {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .s-consulting__text-right {
    font-size: 14px;
  }
}
.s-consulting__box {
  display: flex;
  align-items: flex-end;
  gap: 47px;
}
@media (max-width: 1250px) {
  .s-consulting__box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.s-vacancy {
  padding: 113px 0 206px;
  background-color: #F3F3F3;
  background-image: url("images/actual-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
@media (max-width: 1600px) {
  .s-vacancy {
    padding: 80px 0 170px;
  }
}
@media (max-width: 991px) {
  .s-vacancy {
    padding: 50px 0 138px;
    background-image: url("images/actual-bg-tab.jpg");
  }
}
@media (max-width: 560px) {
  .s-vacancy {
    padding: 30px 0 90px;
    background-image: url("images/actual-bg-mob.jpg");
  }
}
.s-vacancy__box {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1250px) {
  .s-vacancy__box {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .s-vacancy__box {
    margin-bottom: 11px;
    justify-content: space-between;
  }
}
@media (max-width: 560px) {
  .s-vacancy__box {
    margin-bottom: 7px;
  }
}
.s-vacancy__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.s-vacancy__btn {
  position: static;
  margin-top: 0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
}
.s-vacancy__btn::after {
  display: none;
}
.s-vacancy__btn svg rect, .s-vacancy__btn svg path {
  transition: stroke 0.3s;
}
.s-vacancy__btn:hover svg rect, .s-vacancy__btn:hover svg path {
  stroke: #313131;
}
.s-vacancy__null {
  display: none;
  padding-top: 6px;
  padding-bottom: 35px;
  max-width: 923px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 1250px) {
  .s-vacancy__null {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .s-vacancy__null {
    font-size: 18px;
  }
}
.s-vacancy__null.visible {
  display: block;
}
.s-vacancy__swiper {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .s-vacancy__swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px 0;
  }
}
@media (max-width: 560px) {
  .s-vacancy__swiper {
    margin-left: -7px;
    margin-right: -7px;
    padding: 0 7px;
  }
}
.s-vacancy .swiper-wrapper {
  align-items: stretch;
}
.s-vacancy .swiper-slide {
  height: auto;
}
.s-vacancy__slide {
  height: 100%;
  display: block;
  clip-path: polygon(98.402% 6.516%, 43.798% 6.516%, 43.798% 6.516%, 43.784% 6.511%, 43.769% 6.506%, 43.754% 6.503%, 43.739% 6.501%, 43.724% 6.499%, 43.709% 6.498%, 43.695% 6.497%, 43.68% 6.497%, 43.665% 6.496%, 43.65% 6.496%, 41.377% 6.496%, 41.377% 6.496%, 41.106% 6.485%, 40.837% 6.45%, 40.571% 6.393%, 40.309% 6.314%, 40.053% 6.213%, 39.803% 6.092%, 39.561% 5.951%, 39.327% 5.791%, 39.103% 5.611%, 38.89% 5.414%, 34.624% 1.083%, 34.624% 1.083%, 34.41% 0.885%, 34.186% 0.706%, 33.952% 0.545%, 33.71% 0.404%, 33.46% 0.283%, 33.204% 0.183%, 32.942% 0.104%, 32.676% 0.046%, 32.407% 0.012%, 32.136% 0%, 1.845% 0%, 1.845% 0%, 1.545% 0.029%, 1.261% 0.112%, 0.996% 0.246%, 0.754% 0.425%, 0.539% 0.645%, 0.355% 0.901%, 0.205% 1.19%, 0.094% 1.507%, 0.024% 1.847%, 0% 2.205%, 0% 98.11%, 0% 98.11%, 0.021% 98.417%, 0.081% 98.707%, 0.177% 98.978%, 0.305% 99.226%, 0.463% 99.446%, 0.648% 99.635%, 0.855% 99.789%, 1.082% 99.904%, 1.325% 99.975%, 1.581% 100%, 98.419% 100%, 98.419% 100%, 98.675% 99.975%, 98.918% 99.904%, 99.145% 99.789%, 99.352% 99.635%, 99.537% 99.446%, 99.695% 99.226%, 99.823% 98.978%, 99.919% 98.707%, 99.979% 98.417%, 100% 98.11%, 100% 8.406%, 100% 8.406%, 99.975% 8.1%, 99.911% 7.809%, 99.813% 7.538%, 99.682% 7.29%, 99.522% 7.07%, 99.337% 6.881%, 99.129% 6.727%, 98.902% 6.612%, 98.659% 6.541%, 98.402% 6.516%);
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 4px 8.5px 0px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
@media (hover: hover) {
  .s-vacancy__slide:hover {
    transform: translateY(-15px);
  }
  .s-vacancy__slide:hover .s-vacancy__block-top {
    background-color: #FF5C02;
  }
  .s-vacancy__slide:hover .s-vacancy__block-top svg path:first-child {
    fill: #ffffff;
  }
  .s-vacancy__slide:hover .s-vacancy__block-top svg path:nth-child(2) {
    fill: #FF5C02;
  }
  .s-vacancy__slide:hover .s-vacancy__arrow::before {
    transform: scale(1.2);
  }
}
.s-vacancy__block-top {
  padding: 34px 40px;
  border-bottom: 1px solid #F3F3F3;
  transition: background-color 0.3s;
}
@media (max-width: 991px) {
  .s-vacancy__block-top {
    padding: 19px 27px;
  }
}
@media (max-width: 560px) {
  .s-vacancy__block-top {
    padding: 18px 13px;
  }
}
.s-vacancy__block-top svg path {
  transition: fill 0.3s;
}
.s-vacancy__block-center {
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .s-vacancy__block-center {
    padding: 20px 27px;
  }
}
@media (max-width: 560px) {
  .s-vacancy__block-center {
    padding: 13px;
    padding-bottom: 15px;
  }
}
.s-vacancy__block-bottom {
  display: flex;
  justify-content: flex-end;
  padding: 0 40px 40px;
}
@media (max-width: 991px) {
  .s-vacancy__block-bottom {
    padding: 0 26px 27px;
  }
}
@media (max-width: 560px) {
  .s-vacancy__block-bottom {
    padding: 0 13px 15px;
  }
}
.s-vacancy__title-small {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
}
@media (max-width: 1600px) {
  .s-vacancy__title-small {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .s-vacancy__title-small {
    font-size: 18px;
  }
}
@media (max-width: 1250px) {
  .s-vacancy__title-small {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.s-vacancy__text {
  font-size: 16px;
  line-height: 200%;
  color: #000000;
}
@media (max-width: 1250px) {
  .s-vacancy__text {
    font-size: 14px;
    line-height: 150%;
  }
}
.s-vacancy__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
}
.s-vacancy__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #313131;
  z-index: -1;
  transition: transform 0.3s;
}

.s-care {
  padding: 185px 0 65px;
}
@media (max-width: 1600px) {
  .s-care {
    padding: 120px 0 65px;
  }
}
@media (max-width: 1250px) {
  .s-care {
    padding: 100px 0 65px;
  }
}
@media (max-width: 991px) {
  .s-care {
    padding: 50px 0;
  }
}
@media (max-width: 560px) {
  .s-care {
    padding: 67px 0;
  }
}
.s-care__title {
  margin-bottom: 180px;
}
@media (max-width: 1600px) {
  .s-care__title {
    margin-bottom: 90px;
  }
}
@media (max-width: 1250px) {
  .s-care__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .s-care__title {
    padding-left: 7px;
    margin-bottom: 52px;
  }
}
.s-care__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1400px) {
  .s-care__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .s-care__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .s-care__list {
    grid-template-columns: 1fr;
  }
}
.s-care__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 326px;
  padding: 100px 35px 35px;
  border-radius: 9px;
}
@media (max-width: 991px) {
  .s-care__item {
    min-height: 246px;
    padding: 90px 20px 35px;
  }
}
@media (max-width: 560px) {
  .s-care__item {
    min-height: 200px;
    padding: 40px 10px 25px;
  }
}
.s-care__item-grey {
  color: #ffffff;
  background-color: #808080;
}
.s-care__item-light {
  color: #313131;
  background-color: #E6E6E6;
}
.s-care__item-orange {
  color: #ffffff;
  background-color: #FF5C02;
}
.s-care__item-null {
  padding: 0;
}
@media (max-width: 1400px) {
  .s-care__item-null {
    display: none;
  }
}
@media (max-width: 1400px) {
  .s-care__item.order-6 {
    order: 6;
  }
}
@media (max-width: 560px) {
  .s-care__item.order-6 {
    order: 5;
  }
}
@media (max-width: 991px) {
  .s-care__item.order-3 {
    order: 3;
  }
}
@media (max-width: 991px) {
  .s-care__item.order-4 {
    order: 4;
  }
}
@media (max-width: 991px) {
  .s-care__item.order-5 {
    order: 5;
  }
}
@media (max-width: 560px) {
  .s-care__item.order-5 {
    order: 6;
  }
}
.s-care__icon {
  position: absolute;
  top: 35px;
  right: 35px;
}
@media (max-width: 991px) {
  .s-care__icon {
    top: 20px;
  }
}
@media (max-width: 560px) {
  .s-care__icon {
    top: 9px;
    right: 20px;
  }
}
.s-care__title-small {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1600px) {
  .s-care__title-small {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .s-care__title-small {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .s-care__title-small {
    max-width: calc(100% - 80px);
  }
}
.s-care__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}
@media (max-width: 1600px) {
  .s-care__text {
    font-size: 14px;
  }
}


.s-services_new {
  margin: 0 auto;
  margin-bottom: 81px;
  max-width: 976px;
}
.s-services__box {
  padding: 0 10px;
 /* margin-bottom: 30px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.s-services__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 200%;
  color: #000000;
}
.s-services__btn-box {
  display: flex;
  gap: 13px;
}
.s-services__btn {
  position: static;
  margin-top: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  overflow: hidden;
}
.s-services__btn::after {
  display: none;
}
.s-services__btn svg rect,
.s-services__btn svg path {
  transition: stroke 0.3s;
}
.s-services__btn:hover svg rect, .s-services__btn:hover svg path {
  stroke: #313131;
}
.s-services_new .swiper-wrapper {
  align-items: stretch;
}
.s-services_new .swiper-slide {
  height: auto;
}
.s-services__slide {
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-services__link {
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 6px;
  background: #F3F3F3;
  transition: box-shadow 0.3s;
}
@media (max-width: 560px) {
  .s-services__link {
    padding: 30px 10px;
    gap: 10px;
  }
}
.s-services__text {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  transition: color 0.3s;
}
@media (max-width: 560px) {
  .s-services__text {
    gap: 10px;
    font-size: 14px;
    line-height: 150%;
  }
}
.s-services__text::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  background-color: #313131;
  transition: background-color 0.3s;
}
.s-services__arrow svg path {
  transform: stroke 0.3s;
}

@media (hover: hover) {
  .s-services__link:hover {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  }
  .s-services__link:hover .s-services__text {
    color: #FF5C02;
  }
  .s-services__link:hover .s-services__text::before {
    background-color: #FF5C02;
  }
  .s-services__link:hover .s-services__arrow svg path {
    stroke: #FF5C02;
  }
}
@media (hover: none) {
  .s-services__link:active {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  }
  .s-services__link:active .s-services__text {
    color: #FF5C02;
  }
  .s-services__link:active .s-services__text::before {
    background-color: #FF5C02;
  }
  .s-services__link:active .s-services__arrow svg path {
    stroke: #FF5C02;
  }
}

.s-vacancy__btn-next svg, .s-vacancy__btn-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.s-vacancy__btn-next.swiper-button-disabled, .s-vacancy__btn-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
