:root {
  --id-red: #ff4c42;
  --id-gray: #4c4b4d;
  --id-gray-light: #ededed;
  --id-black: #212121;
}

body {
  background: #f7f7f7;
  color: var(--id-black);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.body_oh {
  overflow: hidden;
}

img.check_mark.lazyloaded {
  width: 20px;
}

h1,
.id-title_h1 {
  font-family: "Steppe", sans-serif;
  font-size: 25px;
  font-weight: 700;
  /*color: var(--id-red);*/
  line-height: 55px;
}
h2 {
  font-size: 25px;
  font-weight: 700;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  font-weight: 500;
}

a,
a:hover {
  color: var(--id-black);
  text-decoration: none;
}

.container-fluid {
  max-width: 1326px;
}

.id_team {
  /*padding-top: 60px;*/
}

@media (max-width: 991.98px) {
  h1,
  .id-title_h1 {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
  }
  h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 360px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  z-index: 101;
}
.header__wrap {
  display: flex;
  height: 90px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  background: url(/img/logo.png) no-repeat center / contain;
  width: 156px;
  height: 34px;
  display: inline-block;
}
.header__menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__menu > li {
  margin: 0 7px 0 17px;
  position: relative;
}
.header__menu > li > a {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 20px 0;
}
.header__menu > li.header__menu-fulled-item > a {
  background: url(/img/i_3.svg) no-repeat right center;
  padding-right: 27px;
}
.header__menu > li > a:hover {
  color: var(--id-red);
}
.header__menu > li.header__menu-fulled-item > a:hover {
  /*background-image: url(/img/i_4.svg);*/
}
.header__menu > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
  width: 320px;
  padding: 10px 20px 3px;
}
.header__menu > li:hover > ul {
  display: block;
  position: absolute;
  left: -18px;
  top: 50px;
}
.header__menu > li > ul > li {
  border-bottom: 1px solid var(--id-gray-light);
  margin-bottom: 5px;
}
.header__menu > li > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.header__menu > li > ul > li > a {
  font-size: 16px;
  display: block;
  padding: 9px 0 15px;
}
.header__menu > li > ul > li > a:hover {
  color: var(--id-red);
}
.header__phone {
  background: url(/img/i_2.svg) no-repeat left center / 24px;
  padding-left: 34px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
.header__phone span {
}
.header__search {
  background: url(/img/i_1.svg) no-repeat center / 24px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.header__get-menu {
  background: url(/img/i_14.svg) no-repeat center / 42px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.header__get-menu_active {
  background-image: url(/img/i_15.svg);
}

@media (max-width: 991.98px) {
  .header__menu {
    display: none;
  }
  .header__wrap {
    height: 70px;
  }
  .header__phone {
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin-left: 30px;
  }
  .header__phone span {
    display: none;
  }
}

.id-hero {
  background: #f7f7f7;
  margin-top: 90px;
  margin-bottom: 60px;
}
.id-hero__wrap {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.id-hero img {
  border-radius: 0 0 40px 40px;
  width: 100%;
}
.id-hero__wrap__text {
  color: #fff;
  font-family: "Steppe", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(--id-red);
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 10px 0 5px;
  transform: skewY(-4deg);
  display: block;
  position: absolute;
  top: 45px;
  text-align: center;
  width: 100%;
}

.top_slogan {
  background: #ff4c42;
  border-radius: 40px;
  color: #fff;
  height: 68px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  background-image: url(/career/img/fon_top_slogan.png);
  font-weight: 700;
}

.top_slogan p {
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .top_slogan {
    font-size: 20px;
    text-align: center;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 50px;
  }
  .id-hero {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .id-hero__wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .id-hero__wrap__text {
    font-size: 20px;
    padding: 10px 50px 5px;
    top: 13px;
  }
}

.id-why {
  margin-top: 0;
}
.id-why h1 {
}
.id-why h2 {
  margin-top: 11px;
}
.id-why__cards {
  margin-top: 20px;
}
.id-why__card {
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 18px;
  min-height: 171px;
  margin-bottom: 24px;
}
.id-why__card-title {
  font-size: 18px;
  font-weight: 600;
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 57px;
  height: 42px;
  display: flex;
  align-items: center;
}
.id-why__card-title_i1 {
  background-image: url(/img/i_5.svg);
}
.id-why__card-title_i2 {
  background-image: url(/img/i_6.svg);
}
.id-why__card-title_i3 {
  background-image: url(/img/i_7.svg);
}
.id-why__card-title_i4 {
  background-image: url(/img/i_8.svg);
}
.id-why__card-desc {
  color: var(--id-gray);
  margin-top: 14px;
  max-width: 270px;
}
.id-why video {
  margin-top: 20px;
  width: 100%;
  height: 365px;
  border-radius: 20px;
}

@media (max-width: 991.98px) {
  .id-why {
    margin-top: 20px;
  }
  .id-why__card {
    min-height: auto;
    margin-bottom: 9px;
  }
  .id-why video {
    margin-top: 11px;
    height: 184px;
  }
}

.id-values {
  margin-top: 32px;
}
.id-values__wrap {
  border-radius: 20px;
  background: var(--id-gray-light);
  padding: 24px;
}
.id-values__title {
  margin-top: 80px;
}
.id-values__ps-0 {
  padding-left: 0;
}
.id-values__cards {
}
.id-values__card {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}
.id-values__card_h1 {
  min-height: 134px;
  margin-bottom: 24px;
}
.id-values__card_h2 {
  min-height: 113px;
}
.id-values__card-title {
  color: var(--id-red);
  font-size: 18px;
  font-weight: 600;
}
.id-values__card-desc {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .id-values {
    margin-top: 35px;
  }
  .id-values__title {
    margin-top: 0;
  }
  .id-values__wrap {
    padding: 20px 20px 10px;
  }
  .id-values__ps-0 {
    padding-left: 15px;
  }
  .id-values__cards {
    margin-top: 20px;
  }
  .id-values__card_h1 {
    min-height: auto;
    margin-bottom: 10px;
  }
  .id-values__card_h2 {
    min-height: auto;
    margin-bottom: 10px;
  }
}

.id-results {
  margin-top: 60px;
  background: #fff;
  padding-top: 60px;
}
.id-results__title {
  color: var(--id-red);
}
.id-results h3 {
  margin-top: 14px;
  max-width: 300px;
}
.id-results__photo {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.id-results__photo_1 {
  height: 286px;
  margin-bottom: 24px;
}
.id-results__photo_2 {
  height: 286px;
  margin-bottom: 24px;
}
.id-results__photo_3 {
  height: 359px;
}
.id-results__photo_4 {
  height: 359px;
}
.id-results__video video {
  width: 100%;
  height: 359px;
  border-radius: 20px;
}
.id-results__slides {
  display: none;
}

ul,
ol.ener {
  padding-left: 0px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .id-results {
    margin-top: 40px;
    padding-top: 40px;
  }
  .id-results h3 {
    max-width: 320px;
  }
  .id-results__photo_1,
  .id-results__photo_2,
  .id-results__photo_3,
  .id-results__photo_4 {
    display: none;
  }
  .id-results__video video {
    height: 179px;
    margin-top: 20px;
  }
  .id-results__slides {
    display: block;
    margin-top: 14px;
    border-radius: 20px;
  }
  .id-results__slides img {
    border-radius: 20px;
    width: 100%;
  }
  .id-results__slides .swiper-pagination {
    position: relative;
    margin-top: 23px;
  }
  .id-results__slides .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--id-gray);
    border-radius: 3px;
    margin: 5px !important;
    transition: all 0.3s;
  }
  .id-results__slides .swiper-pagination-bullet-active {
    width: 16px;
    background: var(--id-red);
  }
}

.id-learning {
  background: #fff;
  padding-top: 24px;
}
.id-learning__photo {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 24px;
}
.id-learning__photo_1 {
  height: 307px;
}
.id-learning__photo_2 {
  height: 252px;
}
.id-learning__photo_3 {
  height: 252px;
}
.id-learning__photo_4 {
  height: 452px;
}
.id-learning__title {
  color: var(--id-red);
}
.id-learning h3 {
  margin-top: 12px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .id-learning {
    padding-top: 15px;
  }
  .id-learning h3 {
    margin-bottom: 30px;
  }
  .id-learning img {
    width: 100%;
    border-radius: 20px;
  }
  .id-learning__photo_1,
  .id-learning__photo_2,
  .id-learning__photo_3,
  .id-learning__photo_4 {
    display: none;
  }
  .id-learning__slides {
    margin-top: 18px;
    border-radius: 20px;
  }
  .id-learning__slides img {
    width: 100%;
    border-radius: 20px;
  }
  .id-learning__slides .swiper-pagination {
    position: relative;
    margin-top: 23px;
  }
  .id-learning__slides .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--id-gray);
    border-radius: 3px;
    margin: 5px !important;
    transition: all 0.3s;
  }
  .id-learning__slides .swiper-pagination-bullet-active {
    width: 16px;
    background: var(--id-red);
  }
}

.id-rest {
  background: #fff;
  padding-bottom: 35px;
}
.id-rest__title {
  color: var(--id-red);
}
.id-rest h3 {
  margin-top: 12px;
  margin-bottom: 25px;
}
.id-rest__photo {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 24px;
}
.id-rest__photo_1 {
  height: 231px;
}
.id-rest__photo_2 {
  height: 231px;
}
.id-rest__photo_3 {
  height: 362px;
}
.id-rest__photo_4 {
  height: 344px;
}
.id-rest__photo_5 {
  height: 344px;
}

@media (max-width: 991.98px) {
  .id-rest {
    padding-top: 13px;
    padding-bottom: 20px;
  }
  .id-rest h3 {
    margin-top: 14px;
    margin-bottom: 25px;
  }
  .id-rest__photo_1,
  .id-rest__photo_2,
  .id-rest__photo_3,
  .id-rest__photo_4,
  .id-rest__photo_5 {
    display: none;
  }
  .id-rest__slides {
    border-radius: 20px;
  }
  .id-rest__slides img {
    width: 100%;
    border-radius: 20px;
  }
  .id-rest__slides .swiper-pagination {
    position: relative;
    margin-top: 23px;
  }
  .id-rest__slides .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--id-gray);
    border-radius: 3px;
    margin: 5px !important;
    transition: all 0.3s;
  }
  .id-rest__slides .swiper-pagination-bullet-active {
    width: 16px;
    background: var(--id-red);
  }
}

.id-job {
  padding-top: 15px;
}
.id-job__title {
  margin-bottom: 5px;
  margin-left: 15px;
}
.id-job .container-fluid {
  padding: 0;
}
.id-job__wrap {
  display: table;
  width: 100%;
}
.id-job .row {
  height: 100%;
  display: table-row;
}
.id-job .row .no-float {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.id-job__cities-sticky {
  position: sticky;
  top: 100px;
}
.id-job__cities {
}
.id-job__city {
  border-radius: 20px;
  border: 1px solid transparent;
  color: var(--id-gray);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 17px 23px;
}
.id-job__city_active,
.id-job__city:hover {
  border: 1px solid #f6f6f6;
  background: #fff;
  color: var(--id-red);
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
}
.id-job__vacancies {
  width: 100%;
}
.id-job__vacancy {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #f6f6f6;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  margin-bottom: 19px;
}
.id-job__vacancy-head {
  background: url(/img/i_3.svg) no-repeat right 24px center;
  padding: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 77px;
}
.id-job__vacancy_active .id-job__vacancy-head {
  background-image: url(/img/i_4b.svg);
}
.id-job__vacancy-name {
  font-size: 18px;
  font-weight: 700;
}
.id-job__vacancy-salary {
  font-size: 20px;
  white-space: nowrap;
}
.id-job__vacancy-detail {
  padding: 0 24px;
}
.id-job__vacancy-detail__wrap {
  border-top: 1px solid #ededed;
  margin: 19px 0;
  padding-top: 20px;
}
.id-job__vacancy-detail h3 {
}
.id-job__vacancy-detail ul {
  color: var(--id-gray);
  padding-left: 21px;
}
.id-job__vacancy-detail li {
}
.id-job__vacancy-feedback {
  margin-top: 30px;
  margin-bottom: 22px;
}
.id-job__vacancy-btn {
  height: 50px;
  padding: 0 27px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid transparent;
  background: var(--id-red);
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
}
.id-job__vacancy-btn:hover {
  background: #fff;
  color: var(--id-red);
  border: 1px solid #f6f6f6;
}
.id-job__vacancy-btn:active {
  background: #fff;
  border: 1px solid var(--id-red);
}

@media (max-width: 991.98px) {
  .id-job {
    padding-top: 42px;
  }
  .id-job .container-fluid {
    padding: 0 20px;
  }
  .id-job__cities-sticky {
    position: relative;
    top: 0;
    border-radius: 20px;
    border: 1px solid #f6f6f6;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
    overflow: hidden;
  }
  .id-job__cur-city {
    background: #fff url(/img/i_3.svg) no-repeat right 24px center;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 17px 20px;
    color: var(--id-red);
  }
  .id-job__city_active,
  .id-job__city:hover {
    border: 1px solid transparent;
    background: #fff;
    color: var(--id-gray);
    box-shadow: none;
  }
  .id-job__cur-city_active {
    background-image: url(/img/i_4b.svg);
  }
  .id-job__cities {
    display: none;
    background: #fff;
    padding: 0 20px;
  }
  .id-job__city_active {
    display: none;
  }
  .id-job__city {
    border-bottom: 1px solid var(--id-gray-light);
    color: var(--id-gray);
    font-weight: 400;
    padding: 15px 0;
    border-radius: 0;
  }
  .id-job__city:last-child {
    border: none;
  }
  .id-job__title {
    margin-left: 0;
  }
  .id-job__wrap {
    display: block;
  }
  .id-job .row {
    height: auto;
    display: block;
  }
  .id-job .row .no-float {
    display: block;
  }
  .id-job__vacancies {
    margin-top: 17px;
  }
  .id-job__vacancy {
    margin-bottom: 10px;
  }
  .id-job__vacancy-head {
    background: url(/img/i_3.svg) no-repeat right 19px top 20px;
    display: block;
    padding: 21px 40px 21px 19px;
  }
  .id-job__vacancy-salary {
    font-size: 16px;
    margin-top: 10px;
  }
  .id-job__vacancy-detail h3 {
    font-size: 16px;
  }
  .id-job__vacancy-detail__wrap {
    margin: 0;
  }
}

.id-form {
  color: #fff;
  margin-top: 40px;
}
.id-form__wrap {
  border-radius: 20px;
  background: var(--id-black);
  padding: 24px 24px 21px;
}
.id-form__title {
  margin-top: 23px;
  max-width: 400px;
}
.id-form__desc {
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
  max-width: 400px;
}
.id-form__desc p {
  margin-bottom: 15px;
}
.id-form__form {
}
.id-form input[type="text"] {
  border-radius: 20px;
  border: 1px solid #404040;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  box-shadow: none;
  padding: 14px 24px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
}
.id-form__input-file {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 100%;
}
.id-form__input-file span {
  border-radius: 20px;
  border: 1px solid #404040;
  color: #a9a9a9;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  box-shadow: none;
  padding: 14px 24px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.id-form__input-file input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  box-shadow: none;
}
.id-form__input-file-desc {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.id-form__input-file-desc span {
  font-weight: 400;
  color: #fff;
}
.id-form textarea {
  border-radius: 20px;
  border: 1px solid #404040;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  box-shadow: none;
  padding: 14px 24px;
  font-weight: 300;
  line-height: 21px;
  height: 91px;
  resize: none;
  width: 100%;
  margin-bottom: 20px;
}
.id-form__btn {
  height: 50px;
  padding: 0 27px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid transparent;
  background: var(--id-red);
  display: block;
  border-radius: 20px;
  cursor: pointer;
}
.id-form__btn:hover {
  background: #fff;
  color: var(--id-red);
  border: 1px solid #f6f6f6;
}
.id-form__btn:active {
  background: #fff;
  border: 1px solid var(--id-red);
}
.id-form__checkbox {
  display: block;
  margin: 13px 0 10px 0;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.id-form__checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.id-form__checkbox span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
}
.id-form__checkbox span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1px;
  top: 0;
  transition: background 0.1s ease;
  border: 1px solid var(--id-red);
  border-radius: 4px;
}
.id-form__checkbox input[type="checkbox"]:checked + span:before {
  background: var(--id-red) url(/img/i_18.svg) no-repeat center / contain;
}
.id-form__checkbox.focused span:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.id-form__checkbox span:hover:before {
  filter: brightness(110%);
}
.id-form__checkbox span:active:before {
  filter: brightness(80%);
}

@media (max-width: 991.98px) {
  .id-form {
    background: var(--id-black);
    margin-top: 30px;
  }
  .id-form__wrap {
    border-radius: 0;
    padding: 24px 0 21px;
  }
  .id-form__title {
    margin-top: 17px;
    text-align: center;
  }
  .id-form__desc {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
  }
  .id-form__desc p {
    margin-bottom: 10px;
  }
  .id-form__form {
    margin-top: 30px;
  }
  .id-form input[type="text"] {
    margin-bottom: 15px;
    font-size: 15px;
    padding: 14px 20px;
  }
  .id-form__input-file span {
    padding: 14px 20px;
    font-size: 15px;
  }
  .id-form__input-file-desc {
    margin-bottom: 15px;
  }
  .id-form textarea {
    padding: 14px 20px;
    font-size: 15px;
    line-height: 21px;
    height: 154px;
    margin-bottom: 20px;
  }
  .id-form__btn {
    font-size: 16px;
    font-weight: 400;
  }
  .id-form__checkbox {
    margin: 0 0 20px 0;
  }
  .id-form__checkbox span {
    padding: 0 0 0 35px;
    font-size: 12px;
    font-weight: 300;
  }
}

.id-team {
  margin-top: 0;
}
.id-team__bg {
  background: url(/img/logo_2.png) no-repeat center top / auto 128px;
  padding-top: 105px;
  position: relative;
}
.id-team__bg:before {
  content: "";
  position: absolute;
  height: 186px;
  width: 100%;
  border-radius: 20px;
  background: var(--id-gray-light);
  bottom: 0;
  display: block;
  z-index: -1;
}
.id-team__pic {
  text-align: center;
}
.id-team__pic img {
  width: 969px;
}
.id-team__text {
  position: absolute;
  bottom: -58px;
  left: calc(50% - 344px);
  width: 688px;
  text-align: center;
  z-index: 1;
}
.id-team__text-1 {
  color: #fff;
  font-family: "Steppe", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
  background: var(--id-red);
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 20px 15px;
  transform: skewY(-8deg);
  display: inline-block;
}
.id-team__text-2 {
  color: #fff;
  font-family: "Steppe", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
  background: var(--id-gray);
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  padding: 20px 18px 15px;
  transform: skewY(-8deg);
  display: inline-block;
  margin-top: 10px;
  margin-left: 25px;
}

@media (max-width: 991.98px) {
  .id-team {
    margin-top: 40px;
  }
  .id-team__pic img {
    width: 100%;
  }
  .id-team__bg {
    background: url(/img/logo_2.png) no-repeat center top / auto 61px;
    padding-top: 87px;
  }
  .id-team__pic {
    margin-top: -22px;
  }
  .id-team__text {
    bottom: -97px;
    left: 0;
    width: 100%;
  }
  .id-team__text-1 {
    font-size: 20px;
    padding: 10px 20px 5px;
  }
  .id-team__text-2 {
    font-size: 20px;
    margin-left: 0;
    padding: 10px 18px 5px;
  }
}

.id-sub-team {
  margin-top: 115px;
}

.id-sub-team_practice {
  margin-top: 60px;
}

.id-sub-team__wrap {
  border-radius: 20px;
  background: var(--id-gray-light);
  padding: 24px 24px 14px;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
}

.id-sub-team__wrap_practice {
  border-radius: 20px;
  background: var(--id-gray-light);
  padding: 24px 24px 24px;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
}

span.practice_title_span {
  display: block;
  font-size: 25px;
}

a.id-sub-team__btn_practice:focus {
  color: #fff;
  text-decoration: none;
}

.id-sub-team__block {
  max-width: 260px;
}
.id-sub-team h2 {
  color: var(--id-red);
  margin-top: 0;
  margin-bottom: 13px;
}

.id-sub-team_practice h2 {
  color: var(--id-red);
  margin-top: 0;
  margin-bottom: 13px;
}

.id-sub-team_practice ul {
  line-height: 21px;
  padding-left: 14px;
}
.id-sub-team_practice li {
  margin-bottom: 9px;
}
.id-sub-team_practice li::marker {
  color: var(--id-red);
}

.id-sub-team ul {
  line-height: 21px;
  padding-left: 14px;
}
.id-sub-team li {
  margin-bottom: 9px;
}
.id-sub-team li::marker {
  color: var(--id-red);
}
.id-sub-team__block-2 {
  max-width: 700px;
}
.id-sub-team__block-3 {
  width: 200px;
}
.id-sub-team__block-3_practice {
  width: 100%;
}

.id-sub-team__block-3 h3 {
  margin-top: 0;
  line-height: 118%;
  margin-bottom: 29px;
}
.id-sub-team__f-blocks {
  display: flex;
  justify-content: space-between;
}
.id-sub-team__btn {
  height: 50px;
  padding: 0 27px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid transparent;
  background: var(--id-red);
  display: block;
  border-radius: 20px;
  cursor: pointer;
}

.id-sub-team__btn_practice {
  padding: 4px 27px;
  margin: 5px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid transparent;
  background: var(--id-red);
  display: block;
  border-radius: 20px;
  cursor: pointer;
}

a.id-sub-team__btn_practice:hover {
  color: #ff4c42;
  background: #fff;
}
.id-sub-team__btn:hover {
  background: #fff;
  color: var(--id-red);
  border: 1px solid #f6f6f6;
}
.id-sub-team__btn:active {
  background: #fff;
  border: 1px solid var(--id-red);
}

@media (max-width: 991.98px) {
  .id-sub-team {
    margin-top: 0;
  }
  .id-sub-team__wrap {
    border-radius: 0 0 20px 20px;
    background: var(--id-gray-light);
    padding: 161px 20px 20px;
  }

  .id-sub-team__wrap_practice {
    border-radius: 0 0 20px 20px;
    background: var(--id-gray-light);
    padding: 20px 20px 20px;
  }

  .id-sub-team__f-blocks {
    display: block;
    margin-top: 21px;
  }
  .id-sub-team__block-3 {
    width: 100%;
    margin-top: 19px;
  }
  .id-sub-team__block-3 h3 {
    margin-top: 0;
    margin-bottom: 19px;
    font-weight: 500;
  }
  .id-sub-team__btn {
    font-size: 16px;
    font-weight: 400;
  }
}

.id-faq {
  margin-top: 0;
}
.id-faq__title {
}
.id-faq__list {
}
.id-faq__item {
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  background: url(/img/i_9.svg) no-repeat right 24px top 24px;
}
.id-faq__item:hover {
  background: #fff url(/img/i_9.svg) no-repeat right 24px top 24px;
}
.id-faq__item_active,
.id-faq__item_active:hover {
  border: 1px solid #f6f6f6;
  background: #fff url(/img/i_10.svg) no-repeat right 24px top 24px;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
}
.id-faq__item-name {
  font-size: 18px;
  font-weight: 700;
  padding: 24px;
}
.id-faq__item-desc {
  color: var(--id-gray);
  display: none;
  padding: 0 24px 24px;
}

@media (max-width: 991.98px) {
  .id-faq {
    margin-top: 40px;
  }
  .id-faq__list {
    margin-top: 30px;
  }
  .id-faq__item {
    border: 1px solid #f6f6f6;
    background: #fff url(/img/i_9.svg) no-repeat right 19px top 20px;
    box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
    margin-bottom: 10px;
  }
  .id-faq__item_active,
  .id-faq__item_active:hover {
    border: 1px solid #f6f6f6;
    background: #fff url(/img/i_10.svg) no-repeat right 19px top 20px;
    box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  }
  .id-faq__item-name {
    padding: 19px 50px 19px 20px;
  }
  .id-faq__item-desc {
    padding: 0 19px 15px;
  }
}

.footer {
  background: var(--id-black);
  padding: 70px 0;
  color: #fff;
  margin-top: 60px;
}
.footer a {
  color: #fff;
}
.footer__navigation {
  display: flex;
}
.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu:nth-child(1) {
  width: 204px;
}
.footer__menu:nth-child(2) {
  width: 310px;
}
.footer__menu:nth-child(3) {
  width: 220px;
}
.footer__menu > li {
  margin-bottom: 21px;
}
.footer__menu > li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 21px;
}
.footer__menu > li > ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.footer__menu > li > ul > li {
  max-width: 250px;
  margin-bottom: 12px;
  line-height: 112%;
}
.footer__menu > li > ul > li > a {
  color: #cfcfcf;
  font-size: 14px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 500;
}
.footer__phone {
  background: url(/img/i_11.svg) no-repeat right center / 24px;
  padding-right: 34px;
  line-height: 24px;
}
.footer__phone a {
}
.footer__mail {
  background: url(/img/i_12.svg) no-repeat right center / 24px;
  padding-right: 34px;
  margin-top: 27px;
  line-height: 24px;
}
.footer__mail a {
}
.footer__address {
  background: url(/img/i_13.svg) no-repeat right center / 24px;
  padding-right: 34px;
  max-width: 265px;
  margin-top: 29px;
  text-align: right;
}
.footer__copy {
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
  color: var(--id-gray);
}
.footer__terms {
  text-align: center;
  margin-top: 15px;
}
.footer__terms a {
  font-weight: 300;
  font-size: 14px;
  color: var(--id-gray);
}

.ico_play_video {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9;
}

.ico_play_video img {
  width: 70px;
}

@media (max-width: 991.98px) {
  .footer {
    padding: 50px 0;
    margin-top: 30px;
  }
  .footer__navigation {
    display: block;
    border-bottom: 1px solid var(--id-gray-light);
    padding-bottom: 9px;
  }
  .footer__menu:nth-child(1),
  .footer__menu:nth-child(2),
  .footer__menu:nth-child(3) {
    width: 100%;
  }
  .footer__menu > li {
    margin-bottom: 31px;
  }
  .footer__menu > li {
    margin-bottom: 31px;
  }
  .footer__menu > li.footer__menu-fulled-item {
    position: relative;
  }
  .footer__menu > li.footer__menu-fulled-item span {
    position: absolute;
    background: url(/img/i_3w.svg) no-repeat right center / contain;
    width: 24px;
    height: 24px;
    right: 0;
    display: block;
    cursor: pointer;
  }
  .footer__menu > li.footer__menu-fulled-item_active span {
    background-image: url(/img/i_4w.svg);
  }
  .footer__menu > li > a {
    font-size: 18px;
    font-weight: 600;
  }
  .footer__menu > li > ul {
    display: none;
  }
  .footer__menu > li > ul > li {
    max-width: 100%;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-bottom: 1px;
  }
  .footer__menu > li > ul > li > a {
    font-size: 16px;
    border-bottom: 1px solid #393939;
    display: block;
    line-height: 110%;
    padding: 6px 0 12px;
  }
  .footer__contacts {
    align-items: flex-start;
    padding-top: 38px;
  }
  .footer__phone {
    background: url(/img/i_11.svg) no-repeat left center / 24px;
    padding-left: 34px;
    padding-right: 0;
  }
  .footer__mail {
    background: url(/img/i_12.svg) no-repeat left center / 24px;
    padding-left: 34px;
    padding-right: 0;
    margin-top: 23px;
  }
  .footer__address {
    background: url(/img/i_13.svg) no-repeat left center / 24px;
    padding-left: 34px;
    padding-right: 0;
    max-width: 320px;
    margin-top: 23px;
    text-align: left;
  }
  .footer__copy {
    margin-top: 40px;
    color: var(--id-gray-light);
    font-weight: 300;
  }
  .footer__terms a {
    color: var(--id-gray-light);
    font-weight: 300;
  }

  .ico_play_video img {
    width: 30px !important;
  }

  .ico_play_video {
    transform: translate(-15%, -50%);
  }
}

.id-menu {
  background: #fff;
  color: var(--id-gray);
  padding: 90px 0 30px;
  margin-top: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: auto;
  display: none;
}
.id-menu a {
  color: var(--id-gray);
}
.id-menu__search {
  margin-bottom: 30px;
}
.id-menu__search input {
  background: #fff url(/img/i_1.svg) no-repeat left 20px center / 24px;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  height: 50px;
  padding-left: 64px;
  box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
  width: 100%;
  outline: none;
}
.id-menu__navigation {
  display: block;
  border-bottom: 1px solid var(--id-gray-light);
  padding-bottom: 9px;
}
.id-menu__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.id-menu__menu > li {
  margin-bottom: 31px;
}
.id-menu__menu > li.id-menu__menu-fulled-item {
  position: relative;
}
.id-menu__menu > li.id-menu__menu-fulled-item span {
  position: absolute;
  background: url(/img/i_3.svg) no-repeat right center / contain;
  width: 24px;
  height: 24px;
  right: 0;
  display: block;
  cursor: pointer;
}
.id-menu__menu > li.id-menu__menu-fulled-item_active span {
  background-image: url(/img/i_4b.svg);
}
.id-menu__menu > li > a {
  color: var(--id-gray);
  line-height: 21px;
  font-size: 18px;
  font-weight: 600;
}
.id-menu__menu > li > ul {
  display: none;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
.id-menu__menu > li > ul > li {
  line-height: 112%;
  max-width: 100%;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-bottom: 1px;
}
.id-menu__menu > li > ul > li > a {
  color: var(--id-gray);
  font-size: 16px;
  border-bottom: 1px solid var(--id-gray-light);
  display: block;
  line-height: 110%;
  padding: 6px 0 12px;
}
.id-menu__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  padding-top: 38px;
}
.id-menu__phone {
  line-height: 24px;
  background: url(/img/i_11.svg) no-repeat left center / 24px;
  padding-left: 34px;
  padding-right: 0;
}
.id-menu__mail {
  line-height: 24px;
  background: url(/img/i_12.svg) no-repeat left center / 24px;
  padding-left: 34px;
  margin-top: 23px;
}
.id-menu__address {
  background: url(/img/i_13.svg) no-repeat left center / 24px;
  padding-left: 34px;
  padding-right: 0;
  max-width: 320px;
  margin-top: 23px;
}

.id-up {
  background: url(/img/i_16.svg) no-repeat center / 52px;
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.id-up:hover {
  background: url(/img/i_17.svg);
}

@media (max-width: 991.98px) {
  .id-up {
  }
}

.page-top-info {
  display: none;
}

.id-form__form input.error {
  border: 1px solid red;
}

.id-form input[type="tel"] {
  border-radius: 20px;
  border: 1px solid #404040;
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  box-shadow: none;
  padding: 14px 24px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
}

/* Баннер */

.col {
  display: flex;
  flex-direction: column;
}

.wrapper {
  justify-content: space-between;
  background-color: #ededed;
  background-size: cover;
  margin-top: 98px;
  border-radius: 24px;
  position: relative;
}

.wrapper-image {
  width: 491px;
  height: 444px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 24px;
  background-image: url(/career/img/Photo.png);
}

.wrapper-text {
  padding: 30px 34px;
  gap: 24px;
}

.muller {
  font-weight: 700;
  color: #212121;
  letter-spacing: 0.04em;
  font-size: 25px !important;
}

/* лист цифры */
.id_team ol {
  list-style-type: none; /* Убираем исходные маркеры */
  counter-reset: item; /* Обнуляем счетчик списка */
  list-style-position: outside; /* текст если длинный сбоку от цыфр а не под ними */
}

.id_team li {
  margin-left: 2em; /* и тут */
  margin-top: 0em !important;
  margin-bottom: 0em !important ;
  line-height: 1.8em;
}
.id_team li:before {
  content: counter(item) ") ";
  content: counter(item);
  counter-increment: item;
  background: #ff4c42;
  color: #fff;
  border-radius: 2.5em;
  padding: 0.5em 0.51em 0.5em 0.49em;
  font-size: 1em;
  text-align: center;
  line-height: 1.1em;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin-left: -2.4em;
  margin-right: 0.3em;
  margin-top: 1.2em;
}

.id_team .list-1 li:before {
  background: #ff5722;
}
/* конец */

.offer-button:hover {
  background: #fff;
  color: #ff4c42;
  font-weight: bold !important;
}

.offer-button .button-text {
  font-weight: bold !important;
}

.roboto {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.offer-title {
  font-size: 50px;
  line-height: 50px;
  max-width: 70%;
}

.offer-description {
  color: #6a6a6a;
}

.offer-description-text2 {
  max-width: 100%;
}

.offer-description-text3 {
  max-width: 100%;
  margin-top: 24px;
}

.offer-button {
  padding: 14px 75px;
  height: fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background-color: #ff4c42;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  border-radius: 18px;
}

@media (max-width: 1035px) {
  .wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 440px;
    margin: 0 auto;
  }

  .wrapper-image {
    background-image: url(/career/img/Photo3.png);
    width: 420px;
    height: 266px;
    background-repeat: no-repeat;
    position: static;
    background-position: bottom;
  }

  .wrapper-text {
    padding: 20px;
  }

  .offer-title {
    max-width: 80%;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.04em;
  }

  .offer-description {
    max-width: 90%;
  }

  .offer-title {
    font-size: 32px;
    line-height: 25px;
  }

  .offer-description {
    font-size: 16px;
    line-height: 18px;
  }

  .offer-button {
    font-size: 16px;
    padding: 14px 75px;
    width: auto;
  }
}

@media (min-width: 501px) {
  .flex_center_pr {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .id_team li:before {
    content: counter(item) ") ";
    content: counter(item);
    counter-increment: item;
    background: #ff4c42;
    color: #fff;
    border-radius: 2.5em;
    padding: 0.5em 0.51em 0.5em 0.49em;
    font-size: 1em;
    text-align: center;
    line-height: 1em;
    width: 1.8em;
    height: 1.8em;
    display: inline-block;
    margin-left: -2.2em;
    margin-right: 0.2em;
    margin-top: 1.2em;
  }

  .wrapper {
    position: relative;
    max-width: 440px;
    height: fit-content;
    margin: 0 auto;
  }

  .wrapper-image {
    background-image: url(/career/img/Photo3.png);
    width: 304px;
    height: 223px;
    background-repeat: no-repeat;
    display: flex;
    position: static;
    background-position: bottom;
  }

  .wrapper-text {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0px 20px;
  }

  .offer-title {
    max-width: 90%;
    font-size: 25px;
    line-height: 25px;
  }

  .offer-button {
    width: fit-content;
    height: fit-content;
    font-size: 16px;
    padding: 14px 42px;
    margin-bottom: 24px;
    text-align: center;
  }
}

.career_btn {
  background: #212121;
  border-radius: 15px;
  padding: 10px 84px 10px 20px;
  width: 197px;
  height: 64px;
  font-weight: 500;
  font-size: 16px;
  line-height: 131%;
  text-align: right;
  color: #fff;
}

@media (max-width: 991.98px) {



}


.career__hb-bg {
  border-top: 1px solid #4C4B4D;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-bottom: 15px;
  max-width: 1296px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  transition: all .2s;
}
.career__hb-bg:hover {
  border: 1px solid #4C4B4D;
}
.career__hb-bg_active {
  background: #fff;
  border: 1px solid #4C4B4D;
}
.career__hb {

}
.career__hb-base-wrapper {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}
.career__hb-base {
  width: calc(100% - 200px);
}
.career__hb-title {
  font-weight: 700;
  font-size: 25px;
  color: var(--id-red);
  margin-bottom: 5px;
  transition: all .2s;
}
.career__hb-title_active {
  color: #212121;
}
.career__hb-desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: #4C4B4D;
}

.career__hb-btn {
  background: #212121 url(../img/plus.svg) no-repeat right 10px center;
  border-radius: 15px;
  padding: 10px 64px 10px 20px;
  width: 197px;
  height: 64px;
  font-weight: 500;
  font-size: 16px;
  line-height: 131%;
  text-align: right;
  color: #fff;
  cursor: pointer;
  transition: all .2s;
}
.career__hb-btn:hover,
.career__hb-btn_active {
  background-color: var(--id-red);
}
.career__hb-btn_active {
  background-image: url(../img/close.svg);
  padding: 11px 0 0 20px;
  width: 155px;
  height: 44px;
  text-align: left;
}
.career__hidden-block {
  display: none;
  padding-bottom: 30px;
}

.career__bottom-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  padding-right: 15px;
}
.career__bottom-btn {
  background: var(--id-red) url(../img/close.svg) no-repeat right 10px center;
  border-radius: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 131%;
  color: #fff;
  cursor: pointer;
  padding: 11px 0 0 20px;
  width: 155px;
  height: 44px;
  text-align: left;
  transition: all .2s;
}

@media (max-width: 991.98px) {

  .career__hb-bg {
    margin-bottom: 10px;
    max-width: 360px;
    background: #fff;
  }
  .career__hb-base-wrapper {
    padding: 20px 0;
    display: block;
  }
  .career__hb-base {
    width: 100%;
  }
  .career__hb-title {

  }
  .career__hb-desc {
    margin-bottom: 10px;
  }
  .career__hb-btn-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .career__hb {
    margin-bottom: 10px;
  }

}


.id-reviews {

}
.id-reviews__simple-review {
  margin-top: 70px;
}
.id-reviews__simple-review-photo {
  position: relative;
}
.id-reviews__simple-review-photo img {
  object-fit: cover;
  border-radius: 20px;
  width: 500px;
  height: 500px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .16);
  position: relative;
  z-index: 3;
}
.id-reviews__simple-review-photo:before {
  content: '';
  background: url(../img/r_photo_bg.jpg) no-repeat center / cover;
  border-radius: 20px;
  width: 500px;
  height: 500px;
  transform: rotate(4deg);
  opacity: 0.75;
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 22px;
}
.id-reviews__simple-review-photo:after {
  content: '';
  background: url(../img/r_photo_bg.jpg) no-repeat center / cover;
  border-radius: 20px;
  width: 500px;
  height: 500px;
  transform: rotate(9deg);
  opacity: 0.55;
  position: absolute;
  z-index: 1;
  left: 32px;
  bottom: 34px;
}
.id-reviews__simple-review-text {
  /*padding: 70px 20px 0;*/
  padding: 70px 20px 0 50px;
  max-width: 500px;
}
.id-reviews__simple-review-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.id-reviews__simple-review-text p {
  margin-bottom: 20px;
}
.id-reviews_row-flex {
  display: flex;
  justify-items: center;
}

@media (max-width: 991.98px) {

  .id-reviews__simple-review {
    margin-top: 30px;
  }
  .id-reviews_row-flex {
    display: block;
    justify-items: start;
  }
  .id-reviews__simple-review-photo img {
    width: 243px;
    height: 243px;
  }
  .id-reviews__simple-review-photo:before {
    width: 243px;
    height: 243px;
    left: 7px;
    bottom: 12px;
  }
  .id-reviews__simple-review-photo:after {
    width: 243px;
    height: 243px;
    left: 16px;
    bottom: 19px;
  }
  .id-reviews__simple-review-text {
    padding: 30px 0 0;
  }

}

.id-reviews__slider {
  padding: 0 15px;
}
.id-reviews__slider .id-reviews__slide {
  padding-top: 66px;
  padding-bottom: 30px;
  transition: transform .2s;
}
.id-reviews__slider .id-reviews__slide:hover {
  transform: scale(1.1);
}
.id-reviews__slider .id-reviews__simple-review {
  margin-top: 70px;
  cursor: pointer;
}
.id-reviews__slider .id-reviews__simple-review-photo {
  position: relative;
  margin-right: 43px;
}
.id-reviews__slider .id-reviews__simple-review-photo img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .16);
  position: relative;
  z-index: 3;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}
.id-reviews__slider .id-reviews__simple-review-photo:before {
  content: '';
  background: url(../img/r_photo_bg.jpg) no-repeat center / cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transform: rotate(4deg);
  opacity: 0.75;
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 22px;
}
.id-reviews__slider .id-reviews__simple-review-photo:after {
  content: '';
  background: url(../img/r_photo_bg.jpg) no-repeat center / cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transform: rotate(9deg);
  opacity: 0.55;
  position: absolute;
  z-index: 1;
  left: 25px;
  bottom: 34px;
}
.id-reviews__slide-more {
  position: absolute;
  background: rgba(246, 246, 246, 0.55) url(../img/arrow.svg) no-repeat center;
  border-radius: 15px;
  width: 42px;
  height: 42px;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  border: 1px solid transparent;
  transition: all .2s;
}
.id-reviews__simple-review-photo:hover .id-reviews__slide-more {
  background: rgba(255, 76, 66, 0.55) url(../img/arrow.svg) no-repeat center;
  border: 1px solid #fff;
  transform: rotate(90deg);
}

.id-reviews .id-blog-list__arrows {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.id-reviews .id-blog-list__arrow-prev {
  background: url(/img/blog/arrow_3.svg) no-repeat center / contain;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.id-reviews .id-blog-list__arrow-next {
  background: url(/img/blog/arrow_3.svg) no-repeat center / contain;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-left: 30px;
  rotate: 180deg;
}
.id-reviews .id-blog-list__arrow-prev:hover {
  background-image: url(/img/blog/arrow_4.svg);
  rotate: 180deg;
}
.id-reviews .id-blog-list__arrow-next:hover {
  background-image: url(/img/blog/arrow_4.svg);
  rotate: 0deg;
}

#reviewModal .id-reviews__slide {
  padding-top: 0;
}
.reviewModal .close {
  background: url(../img/close_modal.svg) no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 24px;
  top: 24px;
  opacity: 1;
  cursor: pointer;
  z-index: 2;
}
.modal-body {
  padding: 24px;
}
.modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16) !important;
}
.modal-dialog {
  width: 100%;
  max-width: 1150px;
}

.id-modal__slider__arrows {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  display: flex;
  width: 120px;
  right: 20px;
}
.id-modal__slider__arrow-prev {
  background: #fff url(../img/arrow_2.svg) no-repeat center;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.id-modal__slider__arrow-next {
  background: #fff url(../img/arrow_2.svg) no-repeat center;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
}
.id-modal__slider__arrow-prev:hover,
.id-modal__slider__arrow-next:hover {
  background-color: var(--id-red);
  background-image: url(../img/arrow_2_w.svg)
}
.id-modal__slider__arrow-prev.swiper-button-disabled,
.id-modal__slider__arrow-next.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 320px;
    margin: 20px auto;
  }
  .reviewModal .id-reviews__simple-review {
    margin-top: 50px;
  }
}

.scroll-to-top {
  display: none !important;
}


/*.id-modal__slider {*/
/*  position: relative;*/
/*  overflow: visible;*/
/*  width: 300px; !* Ширина слайда *!*/
/*  margin: 0 auto;*/
/*}*/

/*.id-modal__slider .swiper-wrapper {*/
/*  position: relative;*/
/*  height: 500px; !* Высота контейнера для 3 слайдов *!*/
/*}*/

/*.id-modal__slider .swiper-slide {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 300px; !* Квадратный слайд *!*/
/*  background: #fff;*/
/*  border-radius: 10px;*/
/*  transition: all 0.3s ease;*/
/*  top: 0;*/
/*  left: 0;*/
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*}*/

/*!* Первый слайд (активный) *!*/
/*.id-modal__slider .swiper-slide-active {*/
/*  transform: none !important;*/
/*  opacity: 1 !important;*/
/*  z-index: 3;*/
/*}*/

/*!* Второй слайд *!*/
/*.id-modal__slider .swiper-slide-next {*/
/*  transform: rotate(5deg) translateY(80px) !important;*/
/*  opacity: 0.8 !important;*/
/*  z-index: 2;*/
/*}*/

/*!* Третий слайд *!*/
/*.id-modal__slider .swiper-slide-next + .swiper-slide {*/
/*  transform: rotate(10deg) translateY(160px) !important;*/
/*  opacity: 0.5 !important;*/
/*  z-index: 1;*/
/*}*/

.reviewModal .id-reviews__simple-review {
  margin-top: 30px;
  padding-left: 30px;
}
/*.id-modal__slider .id-reviews__simple-review {*/
/*  margin-top: 0;*/
/*}*/
.id-modal__slide {

}
.id-modal__slide-photo {
  border-radius: 20px;
  overflow: hidden;
}
.id-modal__slide-photo img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.reviewModal .swiper-cards .swiper-slide {
  border-radius: 20px;
}

@media (max-width: 991.98px) {

  .reviewModal .id-reviews__simple-review {
    padding-left: 0;
  }
  .reviewModal .swiper-cards {
    max-width: 260px;
  }
  .id-modal__slide-photo {
    width: 100%;
    max-width: 260px;
  }
  .id-modal__slide-photo img {
    max-width: 260px;
  }

  body > .body:not(.index) > .main {
    overflow-x: hidden;
  }

}