img {
  width: 100%;
  height: 100%;
}

.footer__social-item img {
  width: 18px;
  height: 18px;
}
.hero__image img{
  height: auto
}

.form__image img {
  height: auto
}
span.close {
    height: 2px;
    width: 1.5rem;
    background: black;
    position: relative;
    transform: rotate(45deg);
}

span.close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 1.5rem;
    right: 0px;
    background: black;
    transform: rotate(90deg);
}

dialog.video button {
    z-index: 100;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    color: black;
    border-radius: 3.5rem;
    background-color: #ffffffb3;
    display: flex;
    justify-content: center;
    align-items: center;
}

dialog.video video {
    height: 90vh;
    max-height: calc(100vh - 20px);
    border-radius: 2rem;
    outline: none;
}

dialog.video {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    backdrop-filter: blur(2px);
    background: no-repeat;
    display: none;
    justify-content: center;
    align-items: center;
}

dialog.video::backdrop {
    background: rgba(255, 255, 255, 0.1)
}

._active > svg{
    color: #E7C9C1 !important;
}
._active > svg > path{
    fill: #E7C9C1;
}
._unactive > svg{
    color: #d6dae2 !important;
}
._unactive > svg > path{
    fill: #d6dae2;
}

.rating__star{
    cursor: pointer;
}

.no-cursor{
    cursor: default !important;
}


.personal_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}


.block-first{
    padding: 30px 40px;
    border-radius: 50px;
    background-color: rgba(242, 242, 242, 1);
    max-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 390px;
    max-width: 390px;

}

.block-first > h3{
    font-size: 20px;
}

.block-first > p{
    font-size: 14px;
    margin-top: 30px;
    max-width: 220px;
    line-height: 20px;
}
.block-first > img{
    position: relative;
    left: 70%;
    bottom: 65%;
    width: 220px;
    height: 220px;
    
}
.block-first > button{
    padding: 5px 30px 5px;
    background-color: rgba(255, 158, 12, 1);
    color: white;
    max-width: 150px;
    margin: 60px 0px 0px;
    border-radius: 10px;
}

.block-first > a{
    padding: 5px 30px 5px;
    background-color: rgba(255, 158, 12, 1);
    color: white;
    max-width: 150px;
    margin: 60px 0px 0px;
    border-radius: 10px;
}





.block-second{
    padding: 30px 40px;
    border-radius: 50px;
    background: rgba(178, 228, 255, 0.35);
    max-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 500px;
    max-width: 500px;
}

.block-second > h3{
    font-size: 20px;
}

.block-second > p{
    font-size: 14px;
    margin-top: 30px;
    max-width: 300px;
    line-height: 20px;
}
.block-second > img{
    position: relative;
    left: 50%;
    bottom: 60%;
    width: 90%;
    height: 90%;
    
}
/* .block-second > button{
    padding: 10px 5px;
    background-color: rgba(27, 176, 60, 1);
    color: white;
    max-width: 200px;
    margin: 20px 0px 0px;
    border-radius: 10px;
} */

.block-second > .block_button{
    padding: 10px 5px;
    background-color: rgba(27, 176, 60, 1);
    color: white;
    max-width: 200px;
    margin: 20px 0px 0px;
    border-radius: 10px;
    text-align: center;
}




.form__section{
    margin-top: 100px;
}

@media (max-width: 1600px) {
    .block-first > img{
        left: 70%;
        bottom: 65%;
        width: 180px;
        height: 180px;
    }
    .block-second > img{
        
        left: 50%;
        bottom: 60%;
        width: 70%;
        height: 70%;
    }
    .block-second{
        overflow:hidden;
    }
}


@media (max-width: 1300px) {
    .personal_row{
        flex-direction: column;
    }
    .block-second{
        margin-top: 100px;
    }
    .block-second{
        overflow:inherit;
    }
}

.sidebar {
  width: 100%;
}
.sidebar__new {
    background: aliceblue;
    width: 100%;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}
.sidebar__button {
    padding: 5px 30px 5px;
    background-color: rgba(255, 158, 12, 1);
    color: white;
    width: 100%;
    
    border-radius: 10px;
}
.sidebar__new > p {
    font-size: 16px;
}

.header__form-select .select__value::after {
    background: none;
}

.select_form[data-id="2"] .select__title{
    background-color: rgba(32, 166, 217, 1);
    color: white;
}

.select_form[data-id="3"] .select__title{
    background-color: rgba(209, 65, 107, 1);
    color: white;
}

.select_form[data-id="5"] .select__title{
    background-color: rgba(32, 166, 217, 1);
    color: white;
}

.select_form[data-id="6"] .select__title{
    background-color: rgba(209, 65, 107, 1);
    color: white;
}

.footer__form-select .select__value::after {
    background: none;
}

.bg_pink {
    background-color: rgba(209, 65, 107, 1);
    color: white;
}
.bg_blue {
    background-color: rgba(32, 166, 217, 1);
}
.header__form-select__link {
    display:flex; 
    align-items: center;
    border-radius: 27px;
}
.black_font {
    color: black !important;
}
.header__form-input {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray-dark);
}
.usluga_detail_text {
    font-size: 18px;
    max-width: 1400px;
    margin: 20px 0px;
}
.usluga_detail_text video {
    width: 600px;
    float: right;
}
@media (max-width: 1720px) {
  .usluga_detail_text video {
    width: calc(290px + 310 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 767.98px) {
  .usluga_detail_text video {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.new_staff__post {
    font-size: 10px;
}

.staff__picture {
    height: 380px;
}

@media (max-width: 500px) {
    .staff__picture {
       /* height: unset;*/
       height: 290px;
    }
}
.footer__text {
    color: #9EA2AD;
    font-size: 0.75rem;
    line-height: 1.3333333333;
}
.footer__text span {
    font-weight: 600;
}
.footer__image_qr {
    overflow: hidden;
    width: 66px;
    height: 66px;
    margin-top: 3px;
    margin-bottom: 6px;
}
.footer__image_qr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*new*/
.features {
  margin-top: 139px;
}
@media (max-width: 1720px) {
  .features {
    margin-top: calc(20px + 119 * ((100vw - 320px) / (1400)));
  }
}
.hero__slider-inner {
  background: rgba(231, 201, 193, 0.55);
  border-radius: 40px;
  padding: 0.9375rem 0.9375rem 0 3.875rem;
}
@media (max-width: 1720px) {
  .hero__slider-inner {
    border-radius: calc(20px + 20 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 767.98px) {
  .hero__slider-inner {
    padding: 0.9375rem 0.9375rem 0;
  }
}
.form {
  margin-top: 160px;
}
@media (max-width: 1720px) {
  .form {
    margin-top: calc(30px + 130 * ((100vw - 320px) / (1400)));
  }
}


/*main-page*/
.page__main {
  margin-top: 139px;
}
@media (max-width: 1720px) {
  .page__main {
    margin-top: calc(20px + 119 * ((100vw - 320px) / (1400)));
  }
}

.main-page__container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}

.main-page__container.show {
  opacity: 1;
  visibility: visible;
}

.main-page__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 69% 40px 1fr;
  grid-template-columns: 69% 1fr;
  gap: 40px;
}
@media (max-width: 1720px) {
  .main-page__row {
    gap: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 991.98px) {
  .main-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-page__row-next {
  margin-top: 50px;
}
@media (max-width: 1720px) {
  .main-page__row-next {
    margin-top: calc(10px + 40 * ((100vw - 320px) / (1400)));
  }
}
.main-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 1720px) {
  .main-page__items {
    gap: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 991.98px) and (min-width: 479.98px) {
  .main-page__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-main {
  position: relative;
}
.content-main__image {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  height: 550px;
}
@media (max-width: 1720px) {
  .content-main__image {
    border-radius: calc(20px + 20 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .content-main__image {
    height: calc(350px + 200 * ((100vw - 320px) / (1400)));
  }
}
.content-main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 479.98px) {
  .content-main__image {
    height: 100%;
  }
}
.content-main__text-block {
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 1720px) {
  .content-main__text-block {
    border-radius: calc(20px + 20 * ((100vw - 320px) / (1400)));
  }
}
.content-main__top {
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1720px) {
  .content-main__top {
    margin-top: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .content-main__top {
    margin-left: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
.content-main__button {
  position: relative;
  z-index: 3;
}
.content-main__subtitle {
  color: #fff;
  max-width: 218px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 1720px) {
  .content-main__subtitle {
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .content-main__subtitle {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1400)));
  }
}
.content-main__subtitle span {
  text-transform: uppercase;
}
.content-main__text-bottom {
  margin-top: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-main__title {
  color: #555;
  font-size: 64px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  padding: 20px;
  padding-right: 43px;
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1720px) {
  .content-main__title {
    font-size: calc(18px + 46 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .content-main__title {
    padding: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .content-main__title {
    padding-right: calc(15px + 28 * ((100vw - 320px) / (1400)));
  }
}
.content-main__title_tr {
  border-top-right-radius: 40px;
}
@media (max-width: 1720px) {
  .content-main__title_tr {
    border-top-right-radius: calc(20px + 20 * ((100vw - 320px) / (1400)));
  }
}
.text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (max-width: 479.98px) {
  .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text-block__top {
  margin-top: 40px;
  margin-left: 40px;
}
@media (max-width: 1720px) {
  .text-block__top {
    margin-top: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .text-block__top {
    margin-left: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
.text-block__text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 479.98px) {
  .text-block__text-bottom {
    margin-left: auto;
  }
}
.text-block__title {
  color: #000;
  font-size: 52px;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 1720px) {
  .text-block__title {
    font-size: calc(20px + 32 * ((100vw - 320px) / (1400)));
  }
}

.main-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
}
@media (max-width: 1720px) {
  .main-item {
    border-radius: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 991.98px) and (min-width: 479.98px) {
  .main-item {
    height: auto;
    min-height: 100%;
  }
}
.main-item::after, .main-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 100px;
  bottom: 77px;
  right: 0;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 30px 80px #fff;
          box-shadow: 30px 80px #fff;
}
@media (max-width: 1720px) {
  .main-item::after, .main-item::before {
    width: calc(50px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .main-item::after, .main-item::before {
    bottom: calc(45px + 32 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .main-item::after, .main-item::before {
    border-bottom-right-radius: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
.main-item::before {
  right: 77px;
  height: 30px;
  width: 100px;
  bottom: 0;
  -webkit-box-shadow: 80px 0px #fff;
          box-shadow: 80px 0px #fff;
}
@media (max-width: 1720px) {
  .main-item::before {
    right: calc(45px + 32 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .main-item::before {
    height: calc(20px + 10 * ((100vw - 320px) / (1400)));
  }
}
.main-item__image {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  height: 252px;
}
@media (max-width: 1720px) {
  .main-item__image {
    border-radius: calc(20px + 20 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .main-item__image {
    height: calc(150px + 102 * ((100vw - 320px) / (1400)));
  }
}
.main-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-item__text-block {
  position: absolute;
  max-width: 175px;
  top: 20px;
  left: 40px;
}
@media (max-width: 1720px) {
  .main-item__text-block {
    left: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
.main-item__title {
  font-size: 24px;
  color: #FFF;
  font-weight: 600;
  line-height: 140%;
  margin-top: 20px;
}
@media (max-width: 1720px) {
  .main-item__title {
    font-size: calc(14px + 10 * ((100vw - 320px) / (1400)));
  }
}
.main-item__button {
  position: absolute;
  z-index: 2;
  width: 68px;
  height: 68px;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 68px;
  margin-top: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #E7C9C1;
  -webkit-box-shadow: 0px 0px 0px 10px #fff;
          box-shadow: 0px 0px 0px 10px #fff;
  cursor: pointer;
}
@media (max-width: 1720px) {
  .main-item__button {
    width: calc(35px + 33 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .main-item__button {
    height: calc(35px + 33 * ((100vw - 320px) / (1400)));
  }
}
.main-item__button svg {
  cursor: pointer;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1720px) {
  .main-item__button svg {
    width: calc(10px + 14 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .main-item__button svg {
    height: calc(10px + 14 * ((100vw - 320px) / (1400)));
  }
}
@media (any-hover: hover) {
  .main-item__button:hover svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.arrows::after, .arrows::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: -50px;
  border-bottom-left-radius: 40px;
  -webkit-box-shadow: -15px 15px #fff;
          box-shadow: -15px 15px #fff;
}
@media (max-width: 1720px) {
  .arrows::after, .arrows::before {
    border-bottom-left-radius: calc(20px + 20 * ((100vw - 320px) / (1400)));
  }
}
.arrows::before {
  top: -50px;
  left: 0;
  bottom: auto;
  right: auto;
}

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border-radius: 63px;
  color: #fff;
  border: 1px solid #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1720px) {
  .label {
    padding-left: calc(5px + 15 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .label {
    padding-right: calc(5px + 15 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .label {
    font-size: calc(13px + 3 * ((100vw - 320px) / (1400)));
  }
}
/*new-pages*/
@media (max-width: 74.9375em) {
  .about-margin-top {
    margin-top: 3.125rem;
  }
}
.about__text-upper {
  text-transform: uppercase;
}

.span-red {
  color: #D1416B;
}
.span-black {
  color: #000;
}
.red__form-input {
  border: 3px solid #D1416B;
}
.about__form-control {
  margin-top: 3.125rem;
}

@supports (font-size: clamp( 1rem , 0.9627906977rem  +  0.1860465116vw , 1.125rem )) {
  .about__container ul li {
    font-size: clamp( 1rem , 0.9627906977rem  +  0.1860465116vw , 1.125rem );
  }
}

.forwhat {
  margin-top: 6rem;
}
.forwhat__title {
  color: #000;
  font-size: 2.25rem;
  font-weight: 500;
}
@media (max-width: 47.99875em) {
  .forwhat {
    margin-top: 3rem;
  }
  .forwhat__title {
    font-size: 1.5rem;
  }
}
.forwhat__text {
  color: #727272;
  font-size: 1.375rem;
  font-weight: 500;
}
@media (min-width: 74.9375em) {
  .forwhat__picture {
    position: relative;
    top: 130px;
    left: 0;
  }
}

.forwhat__text-block {
  margin-top: 4rem;
  background: right/contain no-repeat url("../img/forwhat/bg.png");
}
@media (min-width: 74.9375em) {
  .forwhat__text-block p {
    max-width: 75%;
  }
}

.forwhat__list-main li {
  color: #727272;
  line-height: 1.4;
  margin-top: 1.875rem;
  list-style: inside;
}
.forwhat__list li {
  position: relative;
  color: #727272;
  line-height: 1.4;
  margin-top: 1.875rem;
  margin-left: 1.6rem;
}
.forwhat__list li::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  top: 1%;
  left: -1.7rem;
  background: center/contain no-repeat url("../img/forwhat/circle.svg");
}
@media (max-width: 1720px) {
  .forwhat__list li::before {
    width: calc(15px + 18 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .forwhat__list li::before {
    height: calc(15px + 18 * ((100vw - 320px) / (1400)));
  }
}
@media (min-width: 74.9375em) {
  .forwhat__list li {
    max-width: 75%;
    margin-left: 2.5rem;
  }
  .forwhat__list li::before {
    left: -2.5rem;
  }
}
/*404*/
.empty__content {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1720px) {
  .empty__content {
    margin-top: calc(60px + 60 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .empty__content {
    margin-bottom: calc(60px + 60 * ((100vw - 320px) / (1400)));
  }
}

.empty__text-block {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
@media (max-width: 479.98px) {
  .empty__text-block {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

.empty__text {
  color: #A5A5A5;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  width: 390px;
}
@media (max-width: 1720px) {
  .empty__text {
    font-size: calc(16px + 32 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .empty__text {
    width: calc(160px + 230 * ((100vw - 320px) / (1400)));
  }
}

.empty__link {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #D1416B;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1720px) {
  .empty__link {
    margin-top: calc(5px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .empty__link {
    font-size: calc(14px + 26 * ((100vw - 320px) / (1400)));
  }
}
@media (any-hover: hover) {
  .empty__link:hover {
    color: #A5A5A5;
  }
  .empty__link:hover svg path {
    fill: #A5A5A5;
  }
}
.empty__link span {
  display: block;
  width: 430px;
}
@media (max-width: 1720px) {
  .empty__link span {
    width: calc(140px + 290 * ((100vw - 320px) / (1400)));
  }
}
.empty__link svg {
  width: 195px;
  height: 30px;
}
@media (max-width: 1720px) {
  .empty__link svg {
    width: calc(50px + 145 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .empty__link svg {
    height: calc(10px + 20 * ((100vw - 320px) / (1400)));
  }
}
.empty__link svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.empty__image {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
  width: 590px;
}
@media (max-width: 1720px) {
  .empty__image {
    width: calc(320px + 270 * ((100vw - 320px) / (1400)));
  }
}
.empty__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 479.98px) {
  .empty__image {
    margin-bottom: 60px;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}
@media (max-width: 479.98px) and (max-width: 1720px) {
  .empty__image {
    margin-bottom: calc(30px + 30 * ((100vw - 320px) / (1400)));
  }
}
/*articles*/
.articles {
  margin: 8.75rem 0;
}
.articles .title-main {
  margin-bottom: 1.875rem;
}
.articles__row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 3.75rem 0.9375rem;
  margin-bottom: 3.125rem;
}
.articles__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-article {
  border-radius: 34px;
  background: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-article:hover {
    background: #F9F9F9;
  }
}
.item-article__text-block {
  padding: 33px;
  padding-top: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1720px) {
  .item-article__text-block {
    padding: calc(10px + 23 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .item-article__text-block {
    padding-top: calc(15px + 30 * ((100vw - 320px) / (1400)));
  }
}
.item-article__link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1720px) {
  .item-article__link {
    font-size: calc(12px + 4 * ((100vw - 320px) / (1400)));
  }
}
@media (any-hover: hover) {
  .item-article__link:hover {
    color: #D1416B;
  }
}
.item-article__text {
  margin-top: 20px;
  color: #848484;
  font-size: 14px;
  line-height: 110%;
}
@media (max-width: 1720px) {
  .item-article__text {
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .item-article__text {
    font-size: calc(10px + 4 * ((100vw - 320px) / (1400)));
  }
}
.item-article__image {
  display: block;
  border-radius: 2.125rem;
  overflow: hidden;
  width: 100%;
  height: 217px;
}
@media (max-width: 1720px) {
  .item-article__image {
    height: calc(195px + 22 * ((100vw - 320px) / (1400)));
  }
}
.item-article__image img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-article__image img:hover {
    opacity: 0.9;
  }
}
/*services-info*/
.services-info {
  margin-top: 160px;
}
@media (max-width: 1720px) {
  .services-info {
    margin-top: calc(30px + 130 * ((100vw - 320px) / (1400)));
  }
}
.services-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 120px;
}
@media (max-width: 1720px) {
  .services-info__container {
    gap: calc(20px + 100 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 767.98px) {
  .services-info__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-info__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85px;
  background: bottom/contain no-repeat url("../img/icons/circle-info.svg");
  min-height: 100%;
}
@media (max-width: 1720px) {
  .services-info__column {
    gap: calc(20px + 65 * ((100vw - 320px) / (1400)));
  }
}
.services-info__column_reverse {
  background: center/contain no-repeat url("../img/icons/circle-info.svg");
}
@media (max-width: 767.98px) {
  .services-info__column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 767.98px) {
  .services-info__column {
    width: 50%;
  }
}
.services-info__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media (max-width: 1720px) {
  .services-info__images {
    gap: calc(10px + 25 * ((100vw - 320px) / (1400)));
  }
}
.services-info__image {
  overflow: hidden;
  border-radius: 40px;
  width: 100%;
  height: 252px;
}
.services-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767.98px) {
  .services-info__image_80 {
    width: 80%;
  }
}
@media (min-width: 767.98px) {
  .services-info__image_60 {
    width: 60%;
  }
}
.services-info__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #0E4486;
}
.services-info__title {
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .services-info__title {
    font-size: calc(16px + 20 * ((100vw - 320px) / (1400)));
  }
}
.services-info__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 1720px) {
  .services-info__text {
    margin-top: calc(10px + 15 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .services-info__text {
    font-size: calc(12px + 4 * ((100vw - 320px) / (1400)));
  }
}
.services-info__list {
  margin-top: 25px;
}
@media (max-width: 1720px) {
  .services-info__list {
    margin-top: calc(10px + 15 * ((100vw - 320px) / (1400)));
  }
}
.services-info__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 1720px) {
  .services-info__list li {
    gap: calc(5px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .services-info__list li {
    font-size: calc(12px + 4 * ((100vw - 320px) / (1400)));
  }
}
.services-info__list li:not(:last-child) {
  margin-bottom: 20px;
}
.services-info__list li::before {
  content: "";
  background: center/contain no-repeat url("../img/icons/li.png");
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 45.669px;
}
/*athome*/
.athome {
  margin-top: 160px;
}
@media (max-width: 1720px) {
  .athome {
    margin-top: calc(30px + 130 * ((100vw - 320px) / (1400)));
  }
}
.athome__container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media (max-width: 1720px) {
  .athome__container {
    gap: calc(15px + 65 * ((100vw - 320px) / (1400)));
  }
}
@media (min-width: 767.98px) {
  .athome__container {
    -ms-grid-columns: 33% 1fr;
    grid-template-columns: 33% 1fr;
  }
}
.athome__text {
  margin-top: 30px;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1720px) {
  .athome__text {
    margin-top: calc(10px + 20 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .athome__text {
    font-size: calc(12px + 4 * ((100vw - 320px) / (1400)));
  }
}
.athome__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 1720px) {
  .athome__items {
    gap: calc(15px + 35 * ((100vw - 320px) / (1400)));
  }
}
.athome__item {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  border: 1px solid #F2EDED;
  background: #FFF;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 65px;
}
@media (max-width: 1720px) {
  .athome__item {
    padding-top: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .athome__item {
    padding-right: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .athome__item {
    padding-left: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .athome__item {
    padding-bottom: calc(10px + 55 * ((100vw - 320px) / (1400)));
  }
}
.athome__item_80 {
  width: 80%;
}
.athome__item_50 {
  width: 52%;
  z-index: 3;
}
.athome__item_absolute {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  padding-left: 70px;
  right: 0;
  text-align: right;
}
@media (max-width: 1720px) {
  .athome__item_absolute {
    bottom: calc(15px + 45 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .athome__item_absolute {
    padding-left: calc(20px + 50 * ((100vw - 320px) / (1400)));
  }
}
.athome__item_absolute .athome__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767.98px) {
  .athome__item, .athome__item_80, .athome__item_50, .athome__item_absolute {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}
.athome__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.athome__title {
  color: #1E1E1E;
  font-family: "Exo 2";
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.6px;
}
@media (max-width: 1720px) {
  .athome__title {
    font-size: calc(14px + 6 * ((100vw - 320px) / (1400)));
  }
}
/*ourservice*/
.ourservice {
  background: right/contain no-repeat url("../img/ourservice/circles.svg");
  padding-top: 60px;
  padding-bottom: 160px;
}
@media (max-width: 1720px) {
  .ourservice {
    padding-top: calc(10px + 50 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .ourservice {
    padding-bottom: calc(20px + 140 * ((100vw - 320px) / (1400)));
  }
}
.ourservice__text, .ourservice__list {
  margin-top: 20px;
}
@media (max-width: 1720px) {
  .ourservice__text, .ourservice__list {
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
.ourservice__image {
  overflow: hidden;
  width: 100%;
}
.ourservice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts__address-desc {
  margin: 0.5rem 0;
}

/*region page*/
.region-page {
  margin-top: 70px;
}
@media (max-width: 1720px) {
  .region-page {
    margin-top: calc(30px + 40 * ((100vw - 320px) / (1400)));
  }
}
.region-page__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 70px;
}
@media (max-width: 1720px) {
  .region-page__items {
    gap: calc(10px + 60 * ((100vw - 320px) / (1400)));
  }
}
.item-region {
  overflow: hidden;
  border: 3px solid #F1ECEC;
  border-radius: 34px;
}
@media (max-width: 1720px) {
  .item-region {
    border-radius: calc(16px + 18 * ((100vw - 320px) / (1400)));
  }
}
@media (any-hover: hover) {
  .item-region:hover .item-region__body {
    color: #000;
    background: #EEC3CF;
  }
}
.item-region__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #27314A;
  background: #fff;
  padding: 40px;
  -webkit-transition: background 0.3s, color 0.3s ease 0s;
  transition: background 0.3s, color 0.3s ease 0s;
}
@media (max-width: 1720px) {
  .item-region__body {
    padding: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
.item-region__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 24px;
}
@media (max-width: 1720px) {
  .item-region__title {
    font-size: calc(14px + 10 * ((100vw - 320px) / (1400)));
  }
}
.item-region__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .item-region__text {
    font-size: calc(10px + 4 * ((100vw - 320px) / (1400)));
  }
}

.region-info__text {
  margin-top: 70px;
  color: #888B91;
  font-size: 19px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .region-info__text {
    margin-top: calc(20px + 50 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-info__text {
    font-size: calc(12px + 7 * ((100vw - 320px) / (1400)));
  }
}
.region-info__items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media (max-width: 1720px) {
  .region-info__items {
    margin-top: calc(10px + 20 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 479.98px) {
  .region-info__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.region-info__item {
  border: 2px solid #F3EEEE;
  border-radius: 9px;
  overflow: hidden;
}
.region-info__image {
  overflow: hidden;
  width: inherit;
  height: inherit;
}
.region-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.region-location {
  margin-top: 90px;
}
@media (max-width: 1720px) {
  .region-location {
    margin-top: calc(30px + 60 * ((100vw - 320px) / (1400)));
  }
}
.region-location .tabs {
  margin-top: 120px;
}
@media (max-width: 1720px) {
  .region-location .tabs {
    margin-top: calc(40px + 80 * ((100vw - 320px) / (1400)));
  }
}
.region-location__container {
  color: #27314A;
}
.region-location__title {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .region-location__title {
    font-size: calc(20px + 24 * ((100vw - 320px) / (1400)));
  }
}
.region-location__subtitle {
  font-size: 14px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .region-location__subtitle {
    font-size: calc(10px + 4 * ((100vw - 320px) / (1400)));
  }
}

.contacts__staff-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media (max-width: 479.98px) {
  .contacts__staff-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts__staff-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.region-links {
  margin-top: 90px;
}
@media (max-width: 1720px) {
  .region-links {
    margin-top: calc(30px + 60 * ((100vw - 320px) / (1400)));
  }
}
.region-links__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.region-links__item {
  margin-top: 50px;
  border: 2px solid #F3EEEE;
  border-radius: 34px;
  padding: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1720px) {
  .region-links__item {
    margin-top: calc(20px + 30 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-links__item {
    border-radius: calc(16px + 18 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-links__item {
    padding: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-links__item {
    gap: calc(10px + 20 * ((100vw - 320px) / (1400)));
  }
}
@media (any-hover: hover) {
  .region-links__item:hover .region-links__icon {
    background: #27314A;
  }
  .region-links__item:hover .region-links__icon svg path {
    stroke: #F2F2F2;
  }
}
.region-links__title {
  color: #27314A;
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .region-links__title {
    font-size: calc(14px + 10 * ((100vw - 320px) / (1400)));
  }
}
.region-links__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F2F2F2;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s ease 0s;
  transition: background 0.3s, -webkit-transform 0.3s ease 0s;
  transition: background 0.3s, transform 0.3s ease 0s;
  transition: background 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.region-links__icon svg {
  -webkit-transition: stroke 0.3s ease 0s;
  transition: stroke 0.3s ease 0s;
}
@media (any-hover: hover) {
  .region-links__icon:hover {
    background: #27314A;
  }
  .region-links__icon:hover svg path {
    stroke: #F2F2F2;
  }
}
.spoller-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.spoller-links__title {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.spoller-links__title._spoller-active .region-links__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spoller-links__body {
  margin-top: 40px;
}
@media (max-width: 1720px) {
  .spoller-links__body {
    margin-top: calc(10px + 30 * ((100vw - 320px) / (1400)));
  }
}
.spoller-links__item {
  margin-top: 20px;
  text-underline-position: under;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1720px) {
  .spoller-links__item {
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (any-hover: hover) {
  .spoller-links__item:hover {
    text-decoration: none;
  }
}
.spoller-links__link {
  font-weight: 300;
  color: #27314A;
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .spoller-links__link {
    font-size: calc(12px + 6 * ((100vw - 320px) / (1400)));
  }
}

.region-slider .staff__slider-container {
  margin-top: 70px;
}
@media (max-width: 1720px) {
  .region-slider .staff__slider-container {
    margin-top: calc(20px + 50 * ((100vw - 320px) / (1400)));
  }
}
.region-slider .staff__image {
  overflow: hidden;
  width: inherit;
  height: 261px;
  border-radius: 40px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 1720px) {
  .region-slider .staff__image {
    border-radius: calc(20px + 20 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-slider .staff__image {
    border-bottom-left-radius: calc(5px + 5 * ((100vw - 320px) / (1400)));
  }
}
.region-slider .staff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.region-end {
  margin-top: 25px;
  margin-bottom: 60px;
}
@media (max-width: 1720px) {
  .region-end {
    margin-top: calc(10px + 15 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-end {
    margin-bottom: calc(20px + 40 * ((100vw - 320px) / (1400)));
  }
}
.region-end__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.region-end__body {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px;
  width: 100%;
  border-radius: 74px;
  overflow: hidden;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 118, 156)), to(rgb(255, 204, 178)));
  background: linear-gradient(90deg, rgb(249, 118, 156) 0%, rgb(255, 204, 178) 100%);
}
@media (max-width: 1720px) {
  .region-end__body {
    margin-top: calc(10px + 15 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-end__body {
    margin-bottom: calc(10px + 15 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-end__body {
    padding: calc(20px + 30 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-end__body {
    border-radius: calc(36px + 38 * ((100vw - 320px) / (1400)));
  }
}
@media (min-width: 767.98px) {
  .region-end__content {
    width: 50%;
  }
}
.region-end__title {
  font-size: 45px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .region-end__title {
    font-size: calc(22px + 23 * ((100vw - 320px) / (1400)));
  }
}
.region-end__text {
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .region-end__text {
    font-size: calc(12px + 4 * ((100vw - 320px) / (1400)));
  }
}
.region-end__qr-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media (max-width: 1720px) {
  .region-end__qr-block {
    margin-top: calc(10px + 20 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-end__qr-block {
    gap: calc(10px + 20 * ((100vw - 320px) / (1400)));
  }
}
.region-end__qr {
  background: white;
  overflow: hidden;
  border-radius: 12px;
  width: 135px;
  height: 135px;
}
@media (max-width: 1720px) {
  .region-end__qr {
    width: calc(100px + 35 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .region-end__qr {
    height: calc(100px + 35 * ((100vw - 320px) / (1400)));
  }
}
.region-end__qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.region-end__subtitle {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .region-end__subtitle {
    font-size: calc(12px + 4 * ((100vw - 320px) / (1400)));
  }
}
.region-end__list {
  margin-top: 20px;
}
@media (max-width: 1720px) {
  .region-end__list {
    margin-top: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
.region-end__image {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  wid

.hero__slide-row--reverse {
    display: flex;
    flex-direction: row-reverse;
}
.order-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .order-page__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.order-page__body {
  width: 800px;
}
@media (max-width: 1720px) {
  .order-page__body {
    width: calc(290px + 510 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 767.98px) {
  .order-page__body {
    width: 100%;
  }
}
.order-page__subtitle {
  margin-top: 10px;
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .order-page__subtitle {
    font-size: calc(10px + 6 * ((100vw - 320px) / (1400)));
  }
}
.order-page__text {
  margin-top: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .order-page__text {
    margin-top: calc(15px + 25 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .order-page__text {
    font-size: calc(14px + 10 * ((100vw - 320px) / (1400)));
  }
}
.order-page__list {
  margin-top: 30px;
}
@media (max-width: 1720px) {
  .order-page__list {
    margin-top: calc(15px + 15 * ((100vw - 320px) / (1400)));
  }
}
.order-page__item {
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .order-page__item {
    font-size: calc(14px + 10 * ((100vw - 320px) / (1400)));
  }
}
.content-order {
  width: 420px;
  position: relative;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 90px;
  border-radius: 16px;
  border: 3px solid #EEC3CF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (max-width: 1720px) {
  .content-order {
    width: calc(290px + 130 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .content-order {
    padding: calc(10px + 5 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .content-order {
    padding-left: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .content-order {
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1400)));
  }
}
@media (max-width: 1720px) {
  .content-order {
    padding-top: calc(60px + 30 * ((100vw - 320px) / (1400)));
  }
}
.content-order::before {
  content: "";
  position: absolute;
  width: 202px;
  height: 75px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #EEC3CF;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 1720px) {
  .content-order::before {
    height: calc(55px + 20 * ((100vw - 320px) / (1400)));
  }
}
.content-order__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .content-order__title {
    font-size: calc(10px + 6 * ((100vw - 320px) / (1400)));
  }
}
.content-order__list {
  margin-top: 10px;
}
.content-order__item {
  font-weight: 500;
  list-style: inside;
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 1720px) {
  .content-order__item {
    font-size: calc(10px + 6 * ((100vw - 320px) / (1400)));
  }
}

.hero__slide-row.hero__slide-row--reverse {
    /* Порядок элементов изменяется через JS, grid работает как обычно */
}

/* Увеличиваем картинку во втором слайде */
.hero__slide-row--reverse .hero__image img {
    max-width: 45rem !important; /* Значительно увеличиваем с 28.25rem до 45rem */
    width: 100% !important;
}

/* Приближаем кнопку видео к картинке во втором слайде */
.hero__slide-row--reverse .hero__video {
    top: 1rem !important; /* Уменьшаем отступ сверху с 2.8125rem до 1rem */
    right: -1rem !important; /* Отрицательный отступ справа для приближения к картинке */
    margin-right: 0 !important;
}

@media (min-width: 81.25em) {
    .hero__slide-row--reverse .hero__image img {
        max-width: 50rem !important; /* Еще больше на больших экранах */
    }
    
    .hero__slide-row--reverse .hero__video {
        right: -0.5rem !important; /* Еще ближе на больших экранах */
        top: 0.5rem !important;
    }
}