@import url(/assets/css/normalize.css);

@font-face {
  font-family: "TildaSans-VF";
  font-display: swap;
  src: url(/assets/fonts/TildaSans-VF/TildaSans-VF.ttf) format("truetype"),
    url(/assets/fonts/TildaSans-VF/TildaSans-VF.woff2) format("woff2"),
    url(/assets/fonts/TildaSans-VF/TildaSans-VF.woff) format("woff");
}

@font-face {
  font-family: Caveat;
  font-display: swap;
  src: url( /assets/fonts/Caveat/Caveat.woff2 ) format( 'woff2' ),
    url( /assets/fonts/Caveat/Caveat.woff ) format( 'woff' ),
    url( /assets/fonts/Caveat/Caveat.ttf ) format( 'woff' );
  font-weight: 400;
  font-style: normal;
}

@keyframes bgMove {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}

:root {
  --accent: #DCA44E;
  --app: #F2F4F7;
  --border: #E9E9E9;
  --border-primary: #CA6053;
  --divider: #E9E9E9;
  --divider-contrast: #FFFFFF33;
  --divider-contrast-2: #FFFFFFB2;
  --divider-gray: #C6C9CE;
  --element-blind: #2020201A;
  --element-cotrast-blind: #FFFFFF26;
  --gray: #EDF0F5;
  --gray-2: #797979;
  --primary: #B74D3F;
  --primary-dark: #A73E30;
  --text: #202020;
  --text-2: #5C5C5C;
  --text-blind: #20202033;
  --text-contrast-2: #FFFFFFB2;
  --text-contrast-blind: #FFFFFFB2;

    --gosuslugi: #142D76;

  --f-dark-cyan: #1d819a;
    --f-orange: #EB6121;
  --f-red-orange: #ca4f3d;
  --f-orange-yellow: #ff9435;
  --f-green: #0c9b6a;
  --f-purple-red: #ad2c5d;
  --f-purple-blue: #5b61a7;
  --f-red: #dc4639;



  --main-yellow: #d49e2d;
  --main-pink: #dc3d5e;
  --link-yellow-hover: #fac24f;
  --main-gray: #f0f1f4;
  --footer-black: #272727;
  --tab-gray: rgba(248, 247, 247, 0.75);
  --tag-gray: #eceef4;
  --sec-gray: #5d5d5d;
  --sec-orange: #ffa14d;
  --sec-dark-orange: #ff7800;
  --f-yellow: #ffb338;
  --f-rose: #ef5f87;
  --f-light-blue: #649fcd;
}

html {
    height: 100%;
}

body {
  font-size: 16px;
  line-height: 19px;
  font-family: "TildaSans-VF", Arial, Helvetica, sans-serif;
  color: var(--text);
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  min-width: 375px;
  background-color: var( --app );
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media ( max-width: 767px ) {
  body {
    font-size: 14px;
    line-height: 17px;
  }
}

img, svg {
  vertical-align: bottom;
}

a,
input,
legend {
  color: inherit;
}

h1,
h2,
h3,
h4,
p,
hr {
  margin: 0;
}

button {
  box-shadow: none;
  border: unset;
  background-color: unset;
}

h1 {
  font-weight: 800;
  font-size: 65px;
  line-height: 80px;
}
@media ( max-width: 767px ) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}

h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
@media ( max-width: 767px ) {
  p {
    font-size: 14px;
    line-height: 17px;
  }
}

.text-content > :first-child {
  margin-top: 0!important
}

.text-content > :last-child {
  margin-bottom: 0!important
}

.text-content p {
  margin: 24px 0;
}
@media ( max-width: 767px ) {
  .text-content p {
    margin: 18px 0;
  }
}

.text-content ul:not([class]),
.text-content ul._double,
.text-content ol:not([class]),
.text-content ol._double {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 24px 0 24px 6px;
  padding: 0;
}

.text-content ul._double,
.text-content ol._double {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 40px;
}

.text-content ul:not([class]) > li,
.text-content ul._double > li,
.text-content ol:not([class]) > li,
.text-content ol._double > li {
  padding-left: 22px;
  position: relative;
}

.text-content ul._double > li,
.text-content ol._double > li {
    flex: 0 0 calc( 50% - 40px / 2 * 3 )
}
@media ( max-width: 767px ) {
    .text-content ul._double > li,
    .text-content ol._double > li {
        flex: 0 0 100%
    }
}

.text-content ul:not([class]) > li:not(:last-child),
.text-content ul._double > li:not(:last-child),
.text-content ul._double > li:nth-last-child(2),
.text-content ol:not([class]) > li:not(:last-child),
.text-content ol._double > li:not(:last-child),
.text-content ol._double > li:nth-last-child(2) {
  margin-bottom: 12px;
}
@media ( max-width: 767px ) {
  .text-content ul:not([class]) > li:not(:last-child),
  .text-content ul._double > li:not(:last-child),
  .text-content ul._double > li:nth-last-child(2),
  .text-content ol:not([class]) > li:not(:last-child),
  .text-content ol._double > li:not(:last-child),
  .text-content ol._double > li:nth-last-child(2) {
    margin-bottom: 8px;
  }
}

.text-content ul:not([class]) > li:before,
.text-content ul._double > li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var( --primary );
}
.text-content ol:not([class]),
.text-content ol._double {
  counter-reset: num;
}
.text-content ol:not([class]) > li:before,
.text-content ol._double > li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  content: counters(num, ".") " ";
  counter-increment: num;
  display: block;
  font-weight: 600;
}

.text-content img {
    margin: 32px 0;
    width: 100%;
    border-radius: 16px;
    display: block;
}
@media ( max-width: 767px ) {
    .text-content img {
        margin: 24px 0;
    }
}

.text-content ._highlighted {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: var( --text-2 );
}
@media ( max-width: 767px ) {
    .text-content ._highlighted {
        font-size: 18px;
        line-height: 22px;
    }
}

.button {
  display: inline-flex;
    align-items: center;
  position: relative;
  padding: 12px 28px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: white;
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  transition:
      background-color .3s ease,
      color .3s ease,
      border-color .3s ease;
}
@media ( max-width: 767px ) {
  .button {
    font-size: 14px;
    line-height: 16px;
  }
}
@media ( hover: hover ) {
  .button:hover {
    background-color: var(--primary-dark);
  }
}

.button:disabled {
  background-color: var( --element-blind );
  cursor: default;
}

.button > span {
  pointer-events: none;
}

.button._loader {
  background-image: url( /assets/img/loader.svg );
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
}

.button._loader span {
  opacity: 0;
  visibility: hidden;
}

.button:has( > .button__arrow ) {
  padding: 14px 72px 14px 16px;
}

.button__arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: white;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  transition: all 300ms ease;
}
@media ( max-width: 767px ) {
  .button__arrow {
    width: 28px;
    height: 28px;
  }
}

.button__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: url(/assets/img/arrows/arrow_right.svg) center/contain no-repeat;
  height: 14px;
  width: 10px;
  transition: translate .3s ease, filter .3s ease;
}
@media ( max-width: 767px ) {
  .button__arrow::before {
    width: 7px;
    height: 12px;
  }
}
@media ( hover: hover ) {
  .button:hover .button__arrow::before {
    translate: 3px 0;
  }
}

.button._circle {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button._large-text {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
}
@media ( max-width: 767px ) {
  .button._large-text {
    font-size: 16px;
    line-height: 19px;
  }
}

.button._white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: var( --text );
}
@media ( hover: hover ) {
  .button._white:hover {
    background-color: transparent;
    color: #FFFFFF;
  }
}

.button__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  background: url(/assets/img/arrows/arrow_line.svg) center/contain no-repeat;
  height: 2px;
  width: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
}

.button:hover .button__arrow::after {
  opacity: 1;
  visibility: visible;
}

.button_type_regular {
  width: fit-content;
  padding: 15px 30px;
}

.button_red {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: white;
}

.button_red:hover {
  background-color: white;
  color: var(--primary);
}

.button_white {
  background-color: white;
  border: 2px solid var(--primary);
  color: var(--primary);
  width: fit-content;
  padding: 15px 30px;
}

.button_white:hover {
  background-color: var(--primary);
  color: white;
}

.button._with-icon {
  gap: 16px;
  background-color: unset;
  color: var( --text );
  padding: 0;
}
@media ( max-width: 767px ) {
  .button._with-icon {
    gap: 8px;
  }
}
@media ( max-width: 767px ) {
  .button._with-icon svg {
    width: 12px;
    height: 12px;
  }
}

.button-icon {
  background-color: var( --primary );
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background-color .3s ease;
}
@media ( hover: hover ) {
  .button._with-icon:hover .button-icon {
    background-color: var( --primary-dark );
  }
}
@media ( max-width: 767px ) {
  .button-icon {
    width: 24px;
    height: 24px;
  }
}

.button._transparent {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 11px 27px;
    gap: 8px;
}
@media ( hover: hover ) {
    .button._transparent:hover {
        background-color: #FFFFFF;
        color: var( --text );
    }
}

.button._transparent > svg {
    transition: fill .3s ease;
}
@media ( hover: hover ) {
    .button._transparent:hover > svg {
        fill: var( --text );
    }
}

.button._arrow,
.button._plus {
  color: var( --primary );
  gap: 8px;
}

.button._arrow .button-icon,
.button._plus .button-icon {
  background-color: transparent;
  width: 20px;
  height: 20px;
}

.button._arrow .button-icon > svg {
  fill: var( --primary );
  transition: translate .3s ease;
}
@media ( hover: hover ) {
  .button._arrow:hover .button-icon {
    background-color: transparent;
  }

  .button._arrow:hover .button-icon > svg {
    translate: 8px 0;
  }
}

.button._plus .button-icon > svg {
    fill: var( --primary );
}
@media ( hover: hover ) {
    .button._plus:hover .button-icon {
        background-color: transparent;
    }
}

.button._change-icon svg {
  position: absolute;
  transition: opacity .3s ease, visibility .3s ease;
}

.button._change-icon svg:last-child {
  opacity: 0;
  visibility: hidden;
}

@media ( hover: hover ) {
    .button._white.main-slider__button:hover {
        background-color: var( --primary );
        border-color: var( --primary );
    }
}

.button._white.main-slider__button .button__arrow {
    background-color: var( --primary );
}
@media ( hover: hover ) {
    .button._white.main-slider__button:hover .button__arrow {
        background-color: #FFFFFF;
    }
}

.button._white.main-slider__button .button__arrow:before,
.button._white.main-slider__button .button__arrow:after {
    filter: brightness(0) invert(1);
}
@media ( hover: hover ) {
    .button._white.main-slider__button:hover .button__arrow:before,
    .button._white.main-slider__button:hover .button__arrow:after {
        filter: unset;
    }
}

.accordeon__item._open .button._change-icon svg:first-child {
  opacity: 0;
  visibility: hidden;
}

.accordeon__item._open .button._change-icon svg:last-child {
  opacity: 1;
  visibility: visible;
}

.section__all-link {
  position: relative;
  text-decoration: none;
  padding: 12px 40px 12px 0;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  transition: all 300ms ease;
  z-index: 2;
  display: inline-flex;
}
@media ( hover: hover ) {
    .section__all-link:hover {
        color: white;
        padding-right: 46px;
        padding-left: 16px;
    }
}

.section__all-link::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease;
}
@media ( hover: hover ) {
    .section__all-link:hover::after {
        width: 100%;
        height: 100%;
        opacity: 1;
        /* animation: bgMove 300ms ease 0s 1 normal forwards; */
    }
}

.section__all-link._contrast::after {
    background-color: #FFFFFF;
}

.section__all-link._contrast {
    color: #FFFFFF;
}
@media ( hover: hover ) {
    .section__all-link._contrast:hover {
        color: var( --text );
    }
}

.section__all-link-arrow {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: var(--primary);
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 30px;
  transition: all 300ms ease;
}
@media ( hover: hover ) {
  .section__all-link:hover .section__all-link-arrow {
    background-color: white;
    transform: translate(-8px, -50%);
  }
}

.section__all-link._contrast .section__all-link-arrow {
    background-color: #FFFFFF;
}
@media ( hover: hover ) {
    .section__all-link._contrast:hover .section__all-link-arrow {
        background-color: var( --primary );
    }
}

.section__all-link-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(/assets/img/arrows/arrow_right.svg) center/contain no-repeat;
  width: 8px;
  height: 14px;
  filter: grayscale(1) brightness(1000);
  transition: all .3s ease;
}

.section__all-link._plus .section__all-link-arrow::before {
  background-image: url( /assets/img/icons/plus-white.svg );
  width: 12px;
  height: 12px;
}

.section__all-link-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 2px;
  width: 12px;
  border-radius: 1px;
  opacity: 0;
  visibility: hidden;
    transition: all .3s ease;
}
@media ( hover: hover ) {
  .section__all-link:hover .section__all-link-arrow::before {
    background-image: url(/assets/img/arrows/arrow_right.svg);
    translate: calc( -50% + 5px ) -50%;
    filter: none;
  }

  .section__all-link:hover .section__all-link-arrow::after {
    background-color: var(--primary);
    opacity: 1;
    visibility: visible;
  }
}

.section__all-link._contrast .section__all-link-arrow::before,
.section__all-link._contrast .section__all-link-arrow::after {
    filter: brightness(0%);
}
@media ( hover: hover ) {
    .section__all-link._contrast:hover .section__all-link-arrow::before,
    .section__all-link._contrast:hover .section__all-link-arrow::after {
        filter: grayscale(1) brightness(1000);
    }
}

input[type=checkbox]:not([class]) {
  display: none;
}
input[type=checkbox]:not([class]):not(:placeholder-shown) + label {
  padding: 0 0 0 40px;
  cursor: pointer;
  display: inline-flex;
  position: relative;
  top: unset;
  left: unset;
  pointer-events: auto;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  width: unset;
  font-size: 16px;
  line-height: 24px;
}
input[type=checkbox]:not([class]) + label:empty {
  padding-left: 24px;
}
input[type=checkbox]:not([class]) + label:before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  border: 1px solid var( --primary );
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media ( max-width: 767px ) {
  input[type=checkbox]:not([class]) + label:before {
    width: 20px;
    height: 20px;
  }
}
input[type=checkbox]:not([class]) + label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media ( max-width: 767px ) {
  input[type=checkbox]:not([class]) + label:after {
    top: 2px;
    left: 2px;
  }
}
input[type=checkbox]:not([class]) + label:hover:before {
  background-color: var( --gray );
}
input[type=checkbox]:not([class]):checked + label:before {
  border-color: var(--primary);
  background-color: var(--primary);
}
input[type=checkbox]:not([class]):checked + label:after {
  background: url(/assets/img/icons/check-white.svg#check-white) no-repeat center;
}
@media ( max-width: 767px ) {
  input[type=checkbox]:not([class]):checked + label:after {
    background-size: 11px;
  }
}
input[type=checkbox]:not([class]):disabled + label {
  cursor: auto;
}

input[type=radio]:not([class]) {
  display: none;
}
input[type=radio]:not([class]):not(:placeholder-shown) + label {
  padding: 0 0 0 40px;
  cursor: pointer;
  display: inline-flex;
  position: relative;
  top: unset;
  left: unset;
  pointer-events: auto;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  width: unset;
  font-size: 16px;
  line-height: 24px;
}
input[type=radio]:not([class]) + label:empty {
  padding-left: 16px;
}
input[type=radio]:not([class]) + label:before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var( --primary );
  transition: background-color 0.3s ease, border-color 0.3s ease, border-width .3s ease;
}
input[type=radio]:not([class]) + label:hover:before {
  /*background-color: var(--primary-dark);*/
}
input[type=radio]:not([class]):checked + label:before {
  border-color: var(--primary);
  border-width: 9px;
}
input[type=radio]:not([class]):disabled + label {
  cursor: auto;
}

input[type=radio].tab {
  display: none;
}

input[type=radio].tab + label {
  font-weight: 500;
  padding: 8px 16px;
  background-color: var( --app );
  cursor: pointer;
  border-radius: 18px;
  transition: background-color .3s ease, color .3s ease;
}
@media ( hover: hover ) {
  input[type=radio].tab + label:hover {
    background-color: var( --gray );
  }
}

input[type=radio].tab:checked + label {
  color: #FFFFFF;
  background-color: var( --primary );
}

.section__wrapper,
.section-block__wrapper {
  max-width: 1232px;
  position: relative;
  padding: 0 16px;
  box-sizing: border-box;
  margin: 0 auto;
}

.section._page._direction .section__wrapper {
  position: static;
}

.section._with-picture .section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}
@media ( max-width: 1023px ) {
  .section__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media ( max-width: 767px ) {
  .section__header {
    margin-bottom: 24px;
  }
}

.section__header._margin-l {
    margin-bottom: 64px;
}
@media ( max-width: 767px ) {
    .section__header._margin-l {
        margin-bottom: 32px;
    }
}

.section._primary .section__header {
    color: white;
}

.section__header._center {
    flex-direction: column;
}
@media ( max-width: 1023px ) {
    .section__header._center {
        align-items: center;
    }
}

.section__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.section__header._center .section__title {
    max-width: 830px;
    text-align: center;
}

.section__title._with-icon h2 {
    line-height: 53px;
}
@media ( max-width: 767px ) {
    .section__title._with-icon h2 {
        line-height: 29px;
    }
}

.section__title._with-icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 12px;
}
@media ( max-width: 767px ) {
    .section__title._with-icon span {
        width: 40px;
        height: 40px;
        margin: 0 8px;
    }
}

.section__title._with-icon span._circle span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var( --primary );
}
@media ( max-width: 767px ) {
    .section__title._with-icon span._circle span {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
    }

    .section__title._with-icon span svg {
        width: 32px;
        height: 30px;
    }
}

.section__header-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  max-width: 584px;
}
@media ( max-width: 767px ) {
  .section__header-text {
    font-size: 16px;
    line-height: 19px;
  }
}

.section__header._center .section__header-text {
    max-width: 830px;
    text-align: center;
}

.section__header._map {
    margin-bottom: -80px;
    position: relative;
    z-index: 1;
}
@media ( max-width: 767px ) {
    .section__header._map {
        margin-bottom: 32px;
    }
}

.section__footer {
  margin-top: 24px;
  display: flex;
}

.section__footer._center {
  justify-content: center;
}

.section__pattern {
  position: absolute;
  right: calc( (100% - 1900px) / 2 );
  bottom: 0;
    pointer-events: none;
}
@media ( max-width: 767px ) {
  .section__pattern {
    right: calc( (100% - 760px) / 2 );
  }
}

.section._page._with-picture .section__pattern._top {
    top: -72px;
    height: calc( 100% + 72px + 150px );
}

@media ( max-width: 767px ) {
    .section._page._with-picture .section__pattern._top {
        top: auto;
        height: 370px;
        left: 0;
        bottom: 0px;
    }

    .section._page._with-picture .section__pattern._top:not( ._only-mobile ) {
        display: none;
    }
}

@media ( min-width: 768px ) {
    .section._page._with-picture .section__pattern._top._only-mobile {
        display: none;
    }
}

.section__pattern._faculty {
    height: 100%;
}
@media ( max-width: 767px ) {
    .section__pattern._faculty {
        height: 300px;
    }
}

.section__pattern svg {
  vertical-align: bottom;
}

.section__pattern._faculty > svg {
    height: 100%;
}

.section__image {
  position: absolute;
  top: 0;
  right: calc( (100% - 1320px) / 2 );
  width: 380px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media ( max-width: 767px ) {
  .section__image {
    top: auto;
    right: 50%;
    bottom: 10px;
    width: 100%;
    height: 232px;
    translate: 50% 0;
  }

  .section__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

    .section._page._with-picture .section__image img {
        width: auto;
        height: 88%;
        object-fit: unset;
    }
}

.section._page._with-picture .section__image {
    width: auto;
    height: auto;
    top: auto;
    right: calc( (100% - 1100px) / 2 );
    bottom: -150px;
    z-index: 1;
}
@media ( max-width: 767px ) {
    .section._page._with-picture .section__image {
        position: static;
        height: 370px;
        translate: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
  h2 {
    font-size: 42px;
    line-height: 44px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
    line-height: 1.2;
  }
  .section-block__wrapper {
    padding: 0 19px;
  }
  .section__title {
    font-size: 34px;
  }
  .section__all-link {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 42px 15px 0;
  }
  .section__all-link:hover {
    padding-right: 62px;
  }
  .section__all-link::after {
    width: 40px;
    height: 40px;
  }
  .section__all-link-arrow {
    width: 32px;
    height: 32px;
  }
  .section__all-link-arrow::after {
    right: 15px;
  }
}

@media (min-width: 1280px) {
  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }
  .section-block__wrapper {
    padding: 0;
  }
  .section__title {
    font-size: 42px;
  }
}

.swiper-slide {
  user-select: none;
}

.round-button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary);
  background-image: url(/assets/img/arrows/arrow_right.svg);
  background-size: 15px 15px;
  background-position: center left 12px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.round-button.swiper-button-prev,
.round-button.swiper-button-next {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid var(--primary);
  background-color: var(--primary);
  background-image: url(/assets/img/arrows/arrow_right_white.svg);
  background-size: 15px 15px;
  background-position: center left 14px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.round-button.swiper-button-prev::after,
.round-button.swiper-button-next::after {
  content: unset;
}

.round-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.1;
  pointer-events: none;
}

.round-button:hover {
  background-image: url(/assets/img/arrows/arrow_right_white.svg);
  background-color: var(--primary);
}

.round-button_left {
  transform: rotate(180deg);
}

.round-button:hover.swiper-button-prev,
.round-button:hover.swiper-button-next {
  background-image: url(/assets/img/arrows/arrow_right.svg);
  background-color: white;
}

.round-button.swiper-button-prev.swiper-button-disabled,
.round-button.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

html *::-webkit-scrollbar-track {
  background: transparent;
}

html *::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid white;
}

.field-select {
  cursor: pointer;
}

.form__select::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.05412L6 5.94531L11 1.05412' stroke='%239C1B33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer;
  pointer-events: none;
}

.form__select_active::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form__options-block {
  position: absolute;
  z-index: 20;
  top: 72px;
  display: block;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 80vw;
  overflow: hidden;
}

.form__options-block_active {
  opacity: 1;
  visibility: visible;
}

.form__options {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  padding: 0;
  border: none;
  display: block;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 256px;
}

.form__options::-webkit-scrollbar,
html .form__options::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.form__options::-webkit-scrollbar-track,
html .form__options::-webkit-scrollbar-track {
  background: transparent;
}
.form__options::-webkit-scrollbar-thumb,
html .form__options::-webkit-scrollbar-thumb {
  background-color: var(--main-blue);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid white;
}

.form__options li {
  cursor: pointer;
  margin: 0;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__options li:hover {
  color: var(--main-blue);
  font-weight: 500;
  background-color: var(--sec-gray-blue);
}

.form__option_selected {
  background-color: var(--sec-gray-blue);
}

.form__options_active {
  opacity: 1;
  visibility: visible;
}

.form__error-message {
  color: var(--f-red);
}

.form__button {
  border: none;
}

/* CHECKBOX RADIO */

.option {
  display: block;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  color: #101828;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.check {
  padding-left: 32px;
  font-weight: 450;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  font-variation-settings: "slnt" 0;
  order: 2;
}

.check_hidden {
  display: none;
}

.check:has(.check__input:disabled) {
  opacity: 0.4;
  pointer-events: none;
}

/* .check:has(.check__input:checked + .check__box) {
  order: 1;
} */

.check:has(.check__input_checked + .check__box) {
  order: 1;
}

.check:has(.check__input:disabled + .check__box) {
  order: 3;
}

.check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.check__box {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #999999;
  border-radius: 4px;
  /* box-shadow: 0px 2px 3px 0px #0000000d inset; */
  box-sizing: border-box;
  margin-left: -30px;
  transition: all 50ms ease-out;
  overflow: hidden;
  top: 1px;
}

.check__box::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.78182 0.721623C10.0747 1.01452 10.0747 1.48939 9.78182 1.78228L3.78182 7.78228C3.48893 8.07518 3.01405 8.07518 2.72116 7.78228L0.21967 5.28079C-0.0732232 4.9879 -0.0732234 4.51303 0.21967 4.22013C0.512563 3.92724 0.987437 3.92724 1.28033 4.22013L3.25149 6.19129L8.72116 0.721623C9.01405 0.42873 9.48893 0.42873 9.78182 0.721623Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(4px);
  transition: transform 0ms linear, opacity 50ms ease-out;
}

.check__input:checked + .check__box {
  border-color: #2c2d2e;
}

.check__input:checked + .check__box::before {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 120ms ease-out;
}

.check__input:hover + .check__box {
  border-color: #4d5660;
}

.check__input:hover + .check__box::before {
  background-color: var(--primary);
}

.check__input:checked:hover + .check__box {
  border-color: #2c2d2e;
}

.check__input:checked:hover + .check__box::before {
  background-color: var(--primary-dark);
}

.check__input:disabled:hover + .check__box {
  box-shadow: none;
}

.radio__box {
  position: absolute;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  border: 1px solid #c2ccd6;
  margin-left: -30px;
  transition: all 50ms ease-in-out;
  box-sizing: border-box;
  top: 1px;
}

.radio__box::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  background-color: #2c2d2e;
  border-radius: 50%;
  transition: transform 0ms linear, opacity 50ms ease-in-out;
}

.check__input:checked + .radio__box {
  border-color: #2c2d2e;
}

.check__input:checked + .radio__box::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 120ms ease-in-out;
}

.check__input:hover + .radio__box {
  border-color: #4d5660;
}

.check__input:checked:hover + .radio__box::after {
  background-color: #4d5660;
}

.check.switch {
  padding-left: 0;
  padding-right: 52px;
  line-height: 24px;
}

.switch__box {
  position: absolute;
  width: 40px;
  height: 24px;
  background-color: #d1dde5;
  border-radius: 100px;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 0;
  right: 0;
  top: 0;
  transition: all 300ms ease-in-out;
}

.switch__box::after {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 2px 4px 0px #08090a24;
  transition: 350ms cubic-bezier(0.54, 1.6, 0.5, 1);
}

.check__input:checked + .switch__box {
  background-color: #2e3338;
}

.check__input:checked + .switch__box::after {
  transform: translateX(16px);
}

.check__input:hover + .switch__box {
  background-color: #e4ebf0;
}

.check__input:checked:hover + .switch__box {
  background-color: #000000;
}

.play {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.play::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(156, 27, 51, 0.7);
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='17' viewBox='0 0 13 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4219 8.68187L0.262701 0.608753L0.262701 16.755L12.4219 8.68187Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 17px 13px;
  background-repeat: no-repeat;
  margin: auto;
  z-index: 2;
  pointer-events: none;
  transition: 200ms all ease-out;
}

@media ( max-width: 1023px ) {
  ._only-desktop {
    display: none !important;
  }
}

@media ( min-width: 1024px ) {
  ._only-tablet {
    display: none;
  }
}

@media ( min-width: 768px ) {
  ._only-mobile {
    display: none !important;
  }
}

.swiper-pagination._my.swiper-pagination-horizontal {
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.swiper-pagination._my .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: unset;
  border: 1px solid var( --primary );
  width: 10px;
  height: 10px;
  opacity: 1;
}

.swiper-pagination._my .swiper-pagination-bullet-active {
  background-color: var( --primary );
}