@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333333;
}

button,
input,
a,
ul,
li,
ol {
  border: none;
  color: inherit;
  background-color: transparent;
  list-style-type: none;
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

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

.container {
  margin: 0 auto;
  max-width: 59.375vw;
  padding: 0 0.5208333333vw;
}
.container--big {
  max-width: 70.8333333333vw;
}

.body--overflow {
  overflow: hidden;
}

.scroll-m-t {
  scroll-margin-top: 6.25vw;
}

.header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0.1041666667vw 0.1041666667vw 1.09375vw rgba(0, 0, 0, 0.15);
          box-shadow: 0.1041666667vw 0.1041666667vw 1.09375vw rgba(0, 0, 0, 0.15);
  background: #fff;
}
.header__inner {
  padding: 1.6145833333vw 0 1.3541666667vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu {
  -webkit-transform: translateY(0.3125vw);
          transform: translateY(0.3125vw);
}
.header__burger {
  display: none;
}

.header-separator {
  width: 100%;
}

.logo {
  width: 7.03125vw;
}
.logo__link {
  width: 100%;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu__item {
  margin-right: 1.3020833333vw;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__link {
  font-size: 0.78125vw;
  line-height: 1.2;
  position: relative;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.menu__link:hover {
  color: #ff9f00;
}
.menu__link--active {
  color: #ff9f00;
}
.menu__link--active::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -0.4166666667vw;
  left: 0;
  width: 100%;
  height: 0.0520833333vw;
  background: #ff9f00;
}
.menu__link--active::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -0.5729166667vw;
  right: -0.0520833333vw;
  width: 0.2604166667vw;
  height: 0.3645833333vw;
  background: url("../img/icons/triangle--right.svg") no-repeat;
  background-position: center center;
  background-size: cover;
}

.burger {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.burger--active .burger__item:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.burger--active .burger__item:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.burger--active .burger__item:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.burger__item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.1041666667vw;
  width: 1.5625vw;
  background: #333333;
  border-radius: 0.2604166667vw;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
.burger__item:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 0.3125vw));
          transform: translate(-50%, calc(-50% - 0.3125vw));
}
.burger__item:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.burger__item:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 0.3125vw));
          transform: translate(-50%, calc(-50% + 0.3125vw));
}

.main-screen__inner {
  padding: 4.4791666667vw 0 8.8541666667vw 0;
  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;
  position: relative;
}
.main-screen__text-box {
  max-width: 24.7395833333vw;
}
.main-screen__heading {
  margin-bottom: 0.6770833333vw;
}
.main-screen__subheading {
  margin-bottom: 0.5729166667vw;
}
.main-screen__text {
  margin-bottom: 1.9270833333vw;
  max-width: 23.4895833333vw;
}
.main-screen__yr-links {
  max-width: 11.9270833333vw;
  margin-top: 0.78125vw;
}
.main-screen__img {
  position: absolute;
}
.main-screen__img--1 {
  top: 6.4583333333vw;
  right: 9.21875vw;
  width: 19.7916666667vw;
}
.main-screen__img--2 {
  top: 0.625vw;
  right: 4.7395833333vw;
  width: 14.1145833333vw;
}
.main-screen__img--3 {
  top: 13.90625vw;
  right: 0;
  width: 9.2708333333vw;
}
.main-screen__img--4 {
  bottom: 5.8333333333vw;
  right: 9.1145833333vw;
  width: 4.5833333333vw;
}
.main-screen__img--5 {
  bottom: 5.8333333333vw;
  right: 25.9375vw;
  width: 3.0729166667vw;
}
.main-screen__img--6 {
  top: 7.1875vw;
  right: 20.4166666667vw;
  width: 1.6666666667vw;
}
.main-screen__img--circle-1 {
  width: 1.5104166667vw;
  height: 1.5104166667vw;
  background: #ffaeae;
  border-radius: 50%;
  top: 11.09375vw;
  right: 6.09375vw;
}
.main-screen__img--circle-2 {
  width: 0.46875vw;
  height: 0.46875vw;
  background: #ff9f00;
  border-radius: 50%;
  bottom: 5.15625vw;
  right: 28.6979166667vw;
}

.heading {
  font-weight: 700;
  font-size: 2.1875vw;
  line-height: 1.1667;
}

.subheading {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.1667;
}
.subheading--center {
  text-align: center;
}

.text {
  font-size: 0.9375vw;
  line-height: 1.1667;
  font-weight: 400;
}
.text--link {
  color: #3658cf;
  text-decoration: underline;
}
.text--link:hover {
  text-decoration: none;
}
.text--bold {
  font-weight: 700;
}
.text--tiny {
  font-size: 0.7291666667vw;
  line-height: 1.1429;
}
.text--small {
  font-size: 0.7291666667vw;
  line-height: 1.4286;
}
.text--center {
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 0.625vw 1.5104166667vw 0.5208333333vw 1.5104166667vw;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.1667;
  background: #ff9f00;
  border-radius: 1.3020833333vw;
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.3020833333vw;
  -webkit-box-shadow: 0vw 0vw 0.4166666667vw #ff9f00;
          box-shadow: 0vw 0vw 0.4166666667vw #ff9f00;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.btn:hover::after {
  opacity: 0;
}

.yr-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.yr-links__link {
  width: 41.9214%;
  margin-bottom: 0.8854166667vw;
  position: relative;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.yr-links__link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -0.4166666667vw;
  left: 0;
  width: 100%;
  height: 0.0520833333vw;
  background: #ff9f00;
  opacity: 0;
  -webkit-transform: translateX(-0.5208333333vw);
          transform: translateX(-0.5208333333vw);
  -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}
.yr-links__link::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -0.5729166667vw;
  right: -0.0520833333vw;
  width: 0.2604166667vw;
  height: 0.3645833333vw;
  background: url("../img/icons/triangle--right.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateX(-0.5208333333vw);
          transform: translateX(-0.5208333333vw);
  -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}
.yr-links__link:hover {
  color: #ff9f00;
}
.yr-links__link:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.yr-links__link:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.x3-grid {
  background: #f4f9fb;
}
.x3-grid__inner {
  padding: 4.1666666667vw 0 3.90625vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.x3-grid__content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.x3-grid__item {
  width: 30.4%;
  margin-bottom: 2.6041666667vw;
}
.x3-grid__more-link {
  margin-top: 1.0416666667vw;
  margin-left: 1.3541666667vw;
}

.news-card {
  background: #fff;
  border-radius: 1.0416666667vw;
  position: relative;
}
.news-card::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.0416666667vw;
  -webkit-box-shadow: 0vw 0vw 0.4166666667vw #c7c7c7;
          box-shadow: 0vw 0vw 0.4166666667vw #c7c7c7;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.news-card:hover::after {
  opacity: 1;
}
.news-card:hover .news-card__text:first-child {
  color: #ff9f00;
}
.news-card__img-box {
  height: 10.2083333333vw;
  border-top-left-radius: 1.0416666667vw;
  border-top-right-radius: 1.0416666667vw;
}
.news-card__img {
  border-top-left-radius: 1.0416666667vw;
  border-top-right-radius: 1.0416666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__text-box {
  padding: 1.0416666667vw 1.5625vw 2.2916666667vw 1.5625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-card__text-box > * {
  margin-bottom: 0.78125vw;
}
.news-card__text-box > *:last-child {
  margin-bottom: 0;
}
.news-card__text {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.date {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1429;
}

.more-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.1667;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.more-link::after {
  content: "";
  position: static;
  width: 0.625vw;
  height: 0.78125vw;
  background: url("../img/icons/triangle--right.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.4166666667vw;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
.more-link:hover {
  color: #ff9f00;
}
.more-link:hover::after {
  -webkit-transform: translateX(0.5208333333vw);
          transform: translateX(0.5208333333vw);
}

.info--bg-blue {
  background: #f4f9fb;
}
.info__inner {
  padding: 3.6458333333vw 0 5.78125vw 0;
  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;
  position: relative;
}
.info__left-box {
  max-width: 34.6354166667vw;
}
.info__left-box--medium {
  max-width: 28.6458333333vw;
}
.info__left-box--small {
  max-width: 26.8229166667vw;
}
.info__left-box--tiny {
  max-width: 20vw;
}
.info__heading {
  margin-bottom: 1.6145833333vw;
}
.info__subheading {
  margin-bottom: 1.25vw;
}
.info__subheading--big {
  width: 35.2604166667vw;
}
.info__img {
  width: 25.78125vw;
}
.info__img--big {
  width: 29.4791666667vw;
}
.info__more-link {
  margin-top: 2.6041666667vw;
}
.info__right-box--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info__triangle-decorator {
  position: absolute;
  top: 0.9895833333vw;
  right: 0;
  z-index: -1;
  max-width: 55.1724%;
}
.info__short-person-card {
  margin-right: 5.5208333333vw;
}
.info__short-person-card:last-child {
  margin-right: 0;
}
.info__s-info {
  margin-bottom: 6.3541666667vw;
}
.info__s-info:last-child {
  margin-bottom: 0;
}

.clr-main {
  color: #ff9f00;
}

.short-person-card {
  position: relative;
}
.short-person-card__img-box {
  position: relative;
  width: 12.8125vw;
  height: 12.8125vw;
  border-radius: 50%;
  border: 0.0520833333vw dashed #ff9f00;
  margin-bottom: 0.625vw;
}
.short-person-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
}
.short-person-card__triangle-decorator {
  position: absolute;
  width: 1.5104166667vw;
  top: 5.15625vw;
  left: -0.625vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.short-person-card__subheading {
  margin-bottom: 0.625vw;
}
.short-person-card__circle-decorator {
  position: absolute;
}
.short-person-card__circle-decorator--1 {
  left: -0.0520833333vw;
  top: 8.5416666667vw;
  background: #ffaeae;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  border-radius: 50%;
  -webkit-box-shadow: 0vw 0vw 0.4166666667vw #ffaeae;
          box-shadow: 0vw 0vw 0.4166666667vw #ffaeae;
}
.short-person-card__circle-decorator--2 {
  width: 0.7291666667vw;
  height: 0.7291666667vw;
  border-radius: 50%;
  background: #ff9f00;
  top: -0.5208333333vw;
  right: 2.2916666667vw;
}

.offer {
  margin-bottom: 2.9166666667vw;
}
.offer__inner {
  background: #f4f9fb;
  padding: 4.2708333333vw 5.7291666667vw 3.28125vw 5.78125vw;
  border-radius: 1.0416666667vw;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.offer__heading {
  margin-bottom: 1.7708333333vw;
}
.offer__subheading {
  margin-bottom: 1.8229166667vw;
}
.offer__hr-steps {
  margin-bottom: 3.6979166667vw;
}
.offer__more-link:nth-child(5) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.offer__hr {
  margin: 1.5625vw 0 2.9166666667vw 0;
}
.offer__row {
  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: flex-start;
}
.offer__column {
  margin-right: 7.96875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.offer__column:last-child {
  margin-right: 0;
}
.offer__column > *:last-child {
  margin-bottom: 0;
}
.offer__big-price {
  margin-bottom: 3.6979166667vw;
}
.offer__sm-where {
  margin-bottom: 5.2604166667vw;
}
.offer__m-decorator {
  position: absolute;
  width: 7.34375vw;
  right: 0;
}
.offer__m-decorator--top {
  top: 2.1875vw;
}
.offer__m-decorator--bottom {
  bottom: 2.1875vw;
}

.hr-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hr-steps__item {
  margin-right: 5.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 10.8333333333vw;
  position: relative;
}
.hr-steps__item:nth-child(1) {
  max-width: 10.2083333333vw;
}
.hr-steps__item:nth-child(2) {
  max-width: 8.9583333333vw;
}
.hr-steps__item:nth-child(3) {
  max-width: 10.8333333333vw;
}
.hr-steps__item:nth-child(4) {
  max-width: 10.8333333333vw;
  margin-right: 0;
}
.hr-steps__item:nth-child(4)::after {
  display: none;
}
.hr-steps__item::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 2.9166666667vw;
  right: -2.5520833333vw;
  height: 0.625vw;
  width: 7.4479166667vw;
}
.hr-steps__item--main::after {
  background: url("../img/icons/dash-arrow--main.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.hr-steps__item--sec::after {
  background: url("../img/icons/dash-arrow--sec.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.hr-steps__number {
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.1667;
  margin-bottom: 0.2083333333vw;
}
.clr-sec {
  color: #ffaeae;
}

.hr {
  width: 100%;
  height: 0.1041666667vw;
  background: #c7c7c7;
}

.big-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.big-price__number-box {
  margin-bottom: 0.5729166667vw;
  border-bottom: 0.1041666667vw solid #ff9f00;
}
.big-price__number {
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 1.1667;
}
.big-price__text {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.1667;
}
.big-price__text--bold {
  font-weight: 700;
}

.sm-where {
  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: flex-start;
}
.sm-where__img {
  width: 3.75vw;
  margin-right: 2.2395833333vw;
}
.sm-where__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sm-where__title {
  margin-bottom: 0.7291666667vw;
  font-size: 1.25vw;
  line-height: 1.1667;
  font-weight: 700;
}
.sm-where__text {
  max-width: 19.5833333333vw;
}

.slogan {
  background: #f4f9fb;
}
.slogan__inner {
  padding: 5.3645833333vw 0 1.9791666667vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.slogan__text {
  font-weight: 700;
  font-size: 3.3333333333vw;
  line-height: 1.1719;
  text-align: center;
  max-width: 30.7291666667vw;
  margin-bottom: 3.3333333333vw;
}
.slogan__decor-img {
  position: absolute;
}
.slogan__decor-img--1 {
  right: 2.9166666667vw;
  top: 7.1354166667vw;
  width: 6.71875vw;
}
.slogan__decor-img--2 {
  top: 15.8333333333vw;
  left: 15.2604166667vw;
  width: 4.375vw;
}
.slogan__decor-img--3 {
  top: 3.6458333333vw;
  left: 10.5729166667vw;
  width: 2.4479166667vw;
}
.slogan__decor-cr {
  position: absolute;
}
.slogan__decor-cr--1 {
  top: 4.84375vw;
  right: 11.71875vw;
  width: 1.5104166667vw;
  height: 1.5104166667vw;
  background: #ffaeae;
  border-radius: 50%;
}
.slogan__decor-cr--2 {
  top: 13.8020833333vw;
  left: 4.84375vw;
  width: 1.5104166667vw;
  height: 1.5104166667vw;
  background: #ffaeae;
  border-radius: 50%;
}

.v-love {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v-love__img {
  width: 2.1354166667vw;
  margin-right: 0.5208333333vw;
}
.v-love__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.v-love__text {
  font-size: 0.7291666667vw;
  line-height: 1.1429;
  font-weight: 700;
}
.v-love__name {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.1667;
}

.map--bg-blue {
  background: #f4f9fb;
}
.map__inner {
  padding: 1.9791666667vw 0 1.5625vw 0;
}
.map__inner iframe {
  width: 100%;
  height: 22.9166666667vw;
}

.footer__top {
  width: 100%;
  background: #f4f9fb;
}
.footer__top-inner {
  width: 100%;
  position: relative;
  padding: 1.5625vw 0 2.8125vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__column {
  margin-right: 6.4583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__column:nth-child(2) {
  margin-right: 7.9166666667vw;
}
.footer__column:last-child {
  margin-right: 0;
}
.footer__item {
  font-size: 0.9375vw;
  line-height: 1.8889;
  font-weight: 400;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.footer__item--bold {
  font-weight: 700;
}
.footer a.footer__item:hover {
  color: #ff9f00;
}
.footer__socials {
  margin-top: 1.09375vw;
}
.footer__bottom {
  width: 100%;
}
.footer__bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.25vw 0 1.5625vw 0;
}
.footer__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.7291666667vw;
  line-height: 1.1429;
  text-align: center;
}
.footer__made {
  font-size: 0.7291666667vw;
  line-height: 1.1429;
}
.footer__made a {
  font-weight: 700;
  color: #3658cf;
  position: relative;
}
.footer__made a::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #3658cf;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: width 350ms ease, height 350ms ease, opacity 350ms ease;
  transition: width 350ms ease, height 350ms ease, opacity 350ms ease;
}
.footer__made a:hover::after {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  opacity: 0.2;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials__link {
  margin-right: 1.0416666667vw;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  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-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
.socials__link:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.socials__link:last-child {
  margin-right: 0;
}
.album__inner {
  padding: 4.6875vw 0 5.7291666667vw 0;
}
.album__heading {
  margin-bottom: 0.6770833333vw;
  max-width: 29.6875vw;
}
.album__subheading {
  margin-bottom: 1.5625vw;
  max-width: 29.6875vw;
}
.album__tag {
  margin-bottom: 1.5625vw;
}
.album__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.album__content--vertical .album__item {
  height: 27.8125vw;
}
.album__item {
  width: 31.5789%;
  height: 12.1875vw;
  margin-bottom: 1.0416666667vw;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.0416666667vw;
}

.tag {
  display: inline-block;
  font-size: 0.7291666667vw;
  line-height: 1.1429;
  color: #fff;
  padding: 0.2083333333vw 0.5729166667vw;
  background: #ff9f00;
  border-radius: 1.09375vw;
}

.album-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 7.2916666667vw;
  min-height: 100vh;
  max-height: 100vh;
  z-index: 20000;
  background: rgba(82, 82, 82, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.album-modal--open {
  visibility: visible;
  opacity: 1;
}
.album-modal--close {
  opacity: 0;
}
.album-modal__content {
  width: 100%;
  max-width: 64.1145833333vw;
  height: 68vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 2.0833333333vw;
}
.album-modal__swiper-container {
  width: 100%;
  height: 100%;
}
.album-modal__swiper-wrapper {
  width: 100%;
  height: 100%;
}
.album-modal__swiper-slide {
  width: 100%;
  height: 100%;
  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;
  border-radius: 1.0416666667vw;
}
.album-modal__img {
  height: 100%;
  width: auto;
  border-radius: 1.0416666667vw;
}
.album-modal__swiper-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -6.9270833333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1.3020833333vw;
  width: 0.8854166667vw;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.album-modal__swiper-button-prev:hover {
  opacity: 1;
}
.album-modal__swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -6.9270833333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1.3020833333vw;
  width: 0.8854166667vw;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.album-modal__swiper-button-next:hover {
  opacity: 1;
}
.album-modal__close-btn {
  cursor: pointer;
  position: absolute;
  right: -4.0104166667vw;
  top: -2.7604166667vw;
  height: 1.3020833333vw;
  width: 1.3020833333vw;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.album-modal__close-btn:hover {
  opacity: 1;
}

.glr__inner {
  padding: 4.6875vw 0 11.6145833333vw 0;
}
.glr__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3.125vw;
}
.glr__item:last-child {
  margin-bottom: 0;
}
.glr__heading {
  margin-bottom: 0.6770833333vw;
}
.glr__subheading {
  margin-bottom: 1.5625vw;
  max-width: 29.6875vw;
}
.glr__tag {
  margin-bottom: 2.03125vw;
}
.glr__swiper {
  width: 100%;
  height: 14.5833333333vw;
  margin-bottom: 1.8229166667vw;
  position: relative;
}
.glr__swiper--vertical-images {
  height: 34.5833333333vw;
}
.glr__swiper--vertical-images .glr__swiper-slide {
  max-height: 24vw;
}
.glr__swiper-container {
  width: 100%;
  height: 100%;
}
.glr__swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.glr__swiper-slide {
  width: 100%;
  height: 100%;
  max-height: 12.8645833333vw;
  border-radius: 1.0416666667vw;
  -webkit-transform: scale(0.975708502);
          transform: scale(0.975708502);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
.glr__swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.975708502) translateX(-1.8229166667vw);
          transform: scale(0.975708502) translateX(-1.8229166667vw);
}
.glr__swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.975708502) translateX(1.8229166667vw);
          transform: scale(0.975708502) translateX(1.8229166667vw);
}
.glr__swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.0526315789);
          transform: scale(1.0526315789);
}
.glr__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.0416666667vw;
}
.glr__swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  bottom: 1.3020833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.glr__swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.5208333333vw;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
}
.glr__swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.glr__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.glr__swiper-btn-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 9.375vw), -50%);
          transform: translate(calc(-50% - 9.375vw), -50%);
  width: 0.5208333333vw;
  z-index: 10;
  cursor: pointer;
}
.glr__swiper-btn-next {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 9.375vw), -50%);
          transform: translate(calc(-50% + 9.375vw), -50%);
  width: 0.5208333333vw;
  z-index: 10;
  cursor: pointer;
}
.glr__more-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.news-catalog__inner {
  padding: 4.6875vw 0 3.8020833333vw 0;
}
.news-catalog__item {
  width: 100%;
  margin-bottom: 3.125vw;
}
.news-catalog__item:last-child {
  margin-bottom: 0;
}
.news-catalog__heading {
  max-width: 49.4791666667vw;
  margin-bottom: 1.5625vw;
}
.news-catalog__tag {
  margin-bottom: 1.5625vw;
}
.news-catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-catalog__img {
  width: 50%;
  border-radius: 1.0416666667vw;
}
.news-catalog__text-box {
  max-width: 41.6667%;
}
.news-catalog__text {
  margin-bottom: 1.5625vw;
}
.news-post__inner {
  padding: 4.6875vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-post__heading {
  margin-bottom: 1.5625vw;
  text-align: center;
  max-width: 43.4895833333vw;
}
.news-post__tag {
  margin-bottom: 1.5625vw;
}
.news-post__swiper {
  width: 100%;
  height: 27.0833333333vw;
  margin-bottom: 3.125vw;
  position: relative;
}
.news-post__swiper--vertical-items {
  height: 57.0833333333vw;
}
.news-post__swiper--vertical-items .news-post__swiper-slide {
  max-height: 28vw;
}
.news-post__swiper-container {
  width: 100%;
  height: 100%;
}
.news-post__swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-post__swiper-slide {
  width: 100%;
  height: 100%;
  max-height: 12.8645833333vw;
  border-radius: 1.0416666667vw;
  -webkit-transform: scale(0.975708502);
          transform: scale(0.975708502);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
.news-post__swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(1.5384615385) translateX(-9.6354166667vw);
          transform: scale(1.5384615385) translateX(-9.6354166667vw);
}
.news-post__swiper-slide.swiper-slide-next {
  -webkit-transform: scale(1.5384615385) translateX(9.6354166667vw);
          transform: scale(1.5384615385) translateX(9.6354166667vw);
}
.news-post__swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.9473684211);
          transform: scale(1.9473684211);
}
.news-post__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.0416666667vw;
}
.news-post__swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  bottom: 1.8229166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-post__swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.5208333333vw;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
}
.news-post__swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.news-post__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.news-post__swiper-btn-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 17.1875vw), -50%);
          transform: translate(calc(-50% - 17.1875vw), -50%);
  width: 1.2208333333vw;
  z-index: 10;
  cursor: pointer;
}
.news-post__swiper-btn-next {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 17.1875vw), -50%);
          transform: translate(calc(-50% + 17.1875vw), -50%);
  width: 1.2208333333vw;
  z-index: 10;
  cursor: pointer;
}
.news-post__text {
  max-width: 38.5416666667vw;
}

.timetable__inner {
  padding: 4.6875vw 0 7.8645833333vw 0;
}
.timetable__heading {
  margin-bottom: 0.6770833333vw;
  padding: 0 5.78125vw 0 5.7291666667vw;
}
.timetable__subheading {
  margin-bottom: 1.5625vw;
  /*max-width: 41.1979166667vw;*/
  padding: 0 5.78125vw 0 5.7291666667vw;
}
.timetable__item {
  margin-bottom: 5.2083333333vw;
}
.timetable__item:last-child {
  margin-bottom: 0;
}
.timetable__content {
  width: 100%;
  padding: 1.7708333333vw 5.78125vw 2.7083333333vw 5.7291666667vw;
  background: #f4f9fb;
  border-radius: 1.0416666667vw;
}
.timetable__c-table {
  width: 100%;
}

.c-table tr {
  border-bottom: 0.0520833333vw solid #c7c7c7;
  padding: 0.78125vw 0;
  margin-bottom: 0.78125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-table tr:last-child {
  margin-bottom: 0;
}
.c-table tr:first-child {
  border-bottom: none;
}
.c-table tr > * {
  width: 16.3%;
}
.c-table__text {
  text-align: center;
}

.yr__inner {
  padding: 4.6875vw 0 2.3958333333vw 0;
}
.yr__item {
  width: 100%;
  margin-bottom: 3.125vw;
}
.yr__item:last-child {
  margin-bottom: 0;
}
.yr__heding {
  margin-bottom: 0.6770833333vw;
}
.yr__subheading {
  max-width: 29.6875vw;
  margin-bottom: 1.40625vw;
}
.yr__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.yr__swiper {
  width: 50%;
  height: 19.3229166667vw;
  position: relative;
}
.yr__swiper--vertical-items {
  height: 39vw;
}
.yr__swiper-container {
  width: 100%;
  height: 100%;
}
.yr__swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yr__swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 1.0416666667vw;
}
.yr__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.0416666667vw;
}
.yr__swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  bottom: 1.8229166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yr__swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.5208333333vw;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
}
.yr__swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.yr__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.yr__swiper-btn-prev {
  position: absolute;
  top: 50%;
  left: 0.8854166667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5208333333vw;
  z-index: 10;
  cursor: pointer;
}
.yr__swiper-btn-next {
  position: absolute;
  top: 50%;
  right: 0.8854166667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5208333333vw;
  z-index: 10;
  cursor: pointer;
}
.yr__text {
  width: 41.6667%;
}

.contacts__inner {
  padding: 4.6875vw 0 1.5625vw 0;
}
.contacts__heading {
  margin-bottom: 1.5625vw;
}
.contacts__text {
  margin-bottom: 3.2291666667vw;
  max-width: 15.7291666667vw;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contacts__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 12.9825%;
}
.contacts__column:last-child {
  margin-right: 0;
}
.contacts__social-link {
  margin-bottom: 1.5625vw;
}
.contacts__social-link:last-child {
  margin-bottom: 0;
}
.contacts__uni-info {
  margin-bottom: 1.5625vw;
  -webkit-transform: translateX(0.3645833333vw);
          transform: translateX(0.3645833333vw);
}

.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-link--pink .social-link__icon {
  -webkit-filter: drop-shadow(0vw 0vw 0.4166666667vw #e0524100);
          filter: drop-shadow(0vw 0vw 0.4166666667vw #e0524100);
}
.social-link--green .social-link__icon {
  -webkit-filter: drop-shadow(0vw 0vw 0.4166666667vw #22b23300);
          filter: drop-shadow(0vw 0vw 0.4166666667vw #22b23300);
}
.social-link--blue .social-link__icon {
  -webkit-filter: drop-shadow(0vw 0vw 0.4166666667vw #4699de00);
          filter: drop-shadow(0vw 0vw 0.4166666667vw #4699de00);
}
.social-link:hover.social-link--pink .social-link__icon {
  -webkit-filter: drop-shadow(0vw 0vw 0.4166666667vw #e05241);
          filter: drop-shadow(0vw 0vw 0.4166666667vw #e05241);
}
.social-link:hover.social-link--green .social-link__icon {
  -webkit-filter: drop-shadow(0vw 0vw 0.4166666667vw #22b233);
          filter: drop-shadow(0vw 0vw 0.4166666667vw #22b233);
}
.social-link:hover.social-link--blue .social-link__icon {
  -webkit-filter: drop-shadow(0vw 0vw 0.4166666667vw #4699de);
          filter: drop-shadow(0vw 0vw 0.4166666667vw #4699de);
}
.social-link__icon {
  margin-right: 1.25vw;
  width: 1.5625vw;
  height: 1.5625vw;
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
}
.social-link__text {
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 2.1111;
}

.uni-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.uni-info:hover .uni-info__img {
  -webkit-filter: drop-shadow(0vw 0vw 0.4166666667vw rgba(255, 159, 0, 0.6));
          filter: drop-shadow(0vw 0vw 0.4166666667vw rgba(255, 159, 0, 0.6));
}
.uni-info__img {
  width: 0.78125vw;
  margin-right: 1.5625vw;
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
  -webkit-filter: drop-shadow(0vw 0vw 0.4166666667vw rgba(255, 159, 0, 0));
          filter: drop-shadow(0vw 0vw 0.4166666667vw rgba(255, 159, 0, 0));
}
.uni-info__text {
  font-size: 0.9375vw;
  line-height: 1.1111;
}

.calendar__inner {
  padding: 4.6875vw 0 3.8020833333vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar__heading {
  margin-bottom: 2.6041666667vw;
}
.calendar iframe {
  width: 100%;
  height: 43.8020833333vw;
}

.conditions__inner {
  padding: 4.6875vw 0 1.3020833333vw 0;
}
.conditions__heading {
  margin-bottom: 2.7604166667vw;
  padding-left: 5.7291666667vw;
}
.discounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.discounts__item {
  margin-right: 3.125vw;
}
.discounts__item:last-child {
  margin-right: 0;
}
.discounts__number-box {
  margin-bottom: 0.78125vw;
}
.discounts__number {
  font-weight: 700;
  line-height: 1.1724;
  font-size: 3.0208333333vw;
}
.discounts__number-perc {
  font-size: 1.25vw;
  line-height: 1.1667;
}
.discounts__text {
  font-size: 0.8333333333vw;
  line-height: 1.1875;
}

.price__inner {
  padding: 1.3020833333vw 0 2.8125vw 0;
}
.price__heading {
  margin-bottom: 1.1979166667vw;
}
.price__text {
  margin-bottom: 1.5625vw;
  max-width: 23.4895833333vw;
}
.price__text-link {
  color: #3658cf;
  text-decoration: underline;
}
.price__text-link:hover {
  text-decoration: none;
}
.price__content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.125vw;
}
.price__item {
  width: 31.5789%;
  padding: 4.3229166667vw 1.9270833333vw 2.65625vw 1.5625vw;
  background: #f4f9fb;
  border-radius: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price__item:hover .price__name {
  color: #ff9f00;
}
.price__item:hover .price__number-box {
  color: #ff9f00;
}
.price__item:hover .price__list-item--bold {
  color: #ff9f00;
}
.price__item:hover .price__button {
  background: #ff9f00;
  color: #fff;
}
.price__item:hover .price__button::after {
  opacity: 1;
}
.price__name {
  font-size: 1.875vw;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.0833333333vw;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.price__number-box {
  margin-bottom: 1.5625vw;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.price__number {
  font-size: 3.75vw;
  line-height: 1;
  font-weight: 700;
}
.price__number-currency {
  font-size: 1.25vw;
  line-height: 1.4583;
  font-weight: 700;
}
.price__list {
  margin-bottom: 3.125vw;
}
.price__list-item {
  font-size: 0.9375vw;
  line-height: 1.6667;
  margin-bottom: 1.5625vw;
}
.price__list-item:last-child {
  margin-bottom: 0;
}
.price__list-item--bold {
  font-size: 1.09375vw;
  line-height: 1.4286;
  font-weight: 700;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.price__button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  padding: 0.625vw 1.5104166667vw 0.5208333333vw 1.5104166667vw;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff9f00;
  font-size: 1.25vw;
  line-height: 1.1667;
  border-radius: 1.3020833333vw;
  position: relative;
  -webkit-transition: background 350ms ease, color 350ms ease;
  transition: background 350ms ease, color 350ms ease;
  border: 0.1041666667vw solid #ff9f00;
}
.price__button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.3020833333vw;
  -webkit-box-shadow: 0vw 0vw 0.4166666667vw #ff9f00;
          box-shadow: 0vw 0vw 0.4166666667vw #ff9f00;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  opacity: 0;
}
.price__policy {
  margin-bottom: 1.1979166667vw;
}
.v-steps {
  background: #f4f9fb;
}
.v-steps__inner {
  padding: 3.6458333333vw 0 5.2083333333vw 0;
}
.v-steps__heading {
  margin-bottom: 2.9166666667vw;
}
.v-steps__item {
  margin-bottom: 8.0729166667vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.v-steps__item::after {
  content: "";
  position: absolute;
  left: 3.125vw;
  top: 100%;
  width: 0.625vw;
  height: 7.4479166667vw;
  background: url("../img/icons/dash-arrow--m-t-b.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.v-steps__item:last-child {
  margin-bottom: 0;
}
.v-steps__item:last-child::after {
  display: none;
}
.v-steps__number-box {
  margin-right: 6.8229166667vw;
  position: relative;
}
.v-steps__number-img {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.875vw;
  z-index: 1;
}
.v-steps__number {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.1667;
}
.v-steps__text-box {
  max-width: 42.03125vw;
}
.v-steps__subheading {
  margin-bottom: 1.4583333333vw;
}
.s-info {
  padding-left: 2.4479166667vw;
  font-size: 0.9375vw;
  line-height: 1.1667;
  font-weight: 700;
  position: relative;
  max-width: 19.0625vw;
}
.s-info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: url("../img/icons/s-info.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

.entertainment {
  background: #f4f9fb;
  margin-bottom: 2.2916666667vw;
}
.entertainment__inner {
  padding: 3.125vw 0;
}
.entertainment__heading {
  margin-bottom: 2.0833333333vw;
}
.entertainment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entertainment__column {
  width: 46.4035%;
}
.entertainment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.9375vw;
}
.entertainment__item:last-child {
  margin-bottom: 0;
}
.entertainment__img {
  width: 6.7708333333vw;
  margin-right: 2.0833333333vw;
}
.entertainment__text {
  max-width: 17.96875vw;
}

.team__inner {
  padding: 4.6875vw 0 3.90625vw 0;
  position: relative;
}
.team__heading {
  margin-bottom: 2.1354166667vw;
}
.team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team__item {
  width: 29.2456%;
  margin-bottom: 1.5625vw;
}
.team__person-img {
  border-radius: 1.0416666667vw;
  margin-bottom: 1.6666666667vw;
}
.team__subheading {
  width: 14.4791666667vw;
  margin-bottom: 0.8854166667vw;
}
.team__position {
  font-size: 0.7291666667vw;
  line-height: 1.1429;
  color: #868686;
  margin-bottom: 0.5208333333vw;
  max-width: 13.0208333333vw;
}
.team__decorator {
  position: absolute;
  z-index: -1;
}
.team__decorator--triangle-1 {
  top: 0;
  left: 45%;
  width: 37.2916666667vw;
}
.team__decorator--triangle-2 {
  right: 3.59375vw;
  bottom: 8.3333333333vw;
  width: 5.4166666667vw;
}
.team__decorator--triangle-3 {
  width: 3.3333333333vw;
  top: -1.1458333333vw;
  right: 0;
}
.team__decorator--circle {
  width: 1.5104166667vw;
  height: 1.5104166667vw;
  background: #ffaeae;
  border-radius: 50%;
  bottom: 13.5416666667vw;
  right: 14.1666666667vw;
}

.sidebar-nav {
  position: fixed;
  left: 6.0416666667vw;
  top: 10.46875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sidebar-nav__item {
  position: relative;
  padding-left: 1.1458333333vw;
  color: #929292;
  font-size: 0.7291666667vw;
  line-height: 1.0714;
  margin-bottom: 2.5520833333vw;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.sidebar-nav__item:hover {
  color: #ff9f00;
}
.sidebar-nav__item:hover svg {
  -webkit-transform: translateY(-50%) translateX(0.2604166667vw);
          transform: translateY(-50%) translateX(0.2604166667vw);
}
.sidebar-nav__item:hover svg path {
  fill: #ff9f00;
}
.sidebar-nav__item:last-child {
  margin-bottom: 0;
}
.sidebar-nav__item svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5208333333vw;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
.sidebar-nav__item svg path {
  fill: #929292;
  -webkit-transition: fill 350ms ease;
  transition: fill 350ms ease;
}
.sidebar-nav__item--active {
  color: #ff9f00;
}
.sidebar-nav__item--active svg path {
  fill: #ff9f00;
}

@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 10px;
  }
  .container--big {
    max-width: 1360px;
  }

  .scroll-m-t {
    scroll-margin-top: 120px;
  }

  .header {
    -webkit-box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.15);
  }
  .header__inner {
    padding: 31px 0 26px 0;
  }
  .header__menu {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  .logo {
    width: 135px;
  }
  .menu__item {
    margin-right: 25px;
  }
  .menu__link {
    font-size: 15px;
  }
  .menu__link--active::before {
    top: -8px;
    height: 1px;
  }
  .menu__link--active::after {
    top: -11px;
    right: -1px;
    width: 5px;
    height: 7px;
  }

  .burger {
    width: 50px;
    height: 50px;
  }
  .burger__item {
    height: 2px;
    width: 30px;
    border-radius: 5px;
  }
  .burger__item:nth-child(1) {
    -webkit-transform: translate(-50%, calc(-50% - 6px));
            transform: translate(-50%, calc(-50% - 6px));
  }
  .burger__item:nth-child(3) {
    -webkit-transform: translate(-50%, calc(-50% + 6px));
            transform: translate(-50%, calc(-50% + 6px));
  }

  .main-screen__inner {
    padding: 86px 0 170px 0;
  }
  .main-screen__text-box {
    max-width: 475px;
  }
  .main-screen__heading {
    margin-bottom: 13px;
  }
  .main-screen__subheading {
    margin-bottom: 11px;
  }
  .main-screen__text {
    margin-bottom: 37px;
    max-width: 451px;
  }
  .main-screen__yr-links {
    max-width: 229px;
    margin-top: 15px;
  }
  .main-screen__img--1 {
    top: 124px;
    right: 177px;
    width: 380px;
  }
  .main-screen__img--2 {
    top: 12px;
    right: 91px;
    width: 271px;
  }
  .main-screen__img--3 {
    top: 267px;
    width: 178px;
  }
  .main-screen__img--4 {
    bottom: 112px;
    right: 175px;
    width: 88px;
  }
  .main-screen__img--5 {
    bottom: 112px;
    right: 498px;
    width: 59px;
  }
  .main-screen__img--6 {
    top: 138px;
    right: 392px;
    width: 32px;
  }
  .main-screen__img--circle-1 {
    width: 29px;
    height: 29px;
    top: 213px;
    right: 117px;
  }
  .main-screen__img--circle-2 {
    width: 9px;
    height: 9px;
    bottom: 99px;
    right: 551px;
  }

  .heading {
    font-size: 42px;
  }

  .subheading {
    font-size: 24px;
  }
  .text {
    font-size: 18px;
  }
  .text--tiny {
    font-size: 14px;
  }
  .text--small {
    font-size: 14px;
  }
  .btn {
    padding: 12px 29px 10px 29px;
    font-size: 24px;
    border-radius: 25px;
  }
  .btn::after {
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 8px #ff9f00;
            box-shadow: 0px 0px 8px #ff9f00;
  }
  .yr-links__link {
    margin-bottom: 17px;
  }
  .yr-links__link::before {
    top: -8px;
    height: 1px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .yr-links__link::after {
    top: -11px;
    right: -1px;
    width: 5px;
    height: 7px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .x3-grid__inner {
    padding: 80px 0 75px 0;
  }
  .x3-grid__item {
    margin-bottom: 50px;
  }
  .x3-grid__more-link {
    margin-top: 20px;
    margin-left: 26px;
  }

  .news-card {
    border-radius: 20px;
  }
  .news-card::after {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 8px #c7c7c7;
            box-shadow: 0px 0px 8px #c7c7c7;
  }
  .news-card__img-box {
    height: 196px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .news-card__img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .news-card__text-box {
    padding: 20px 30px 44px 30px;
  }
  .news-card__text-box > * {
    margin-bottom: 15px;
  }
  .date {
    font-size: 14px;
  }

  .more-link {
    font-size: 24px;
  }
  .more-link::after {
    width: 12px;
    height: 15px;
    margin-left: 8px;
  }
  .more-link:hover::after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  .info__inner {
    padding: 70px 0 111px 0;
  }
  .info__left-box {
    max-width: 665px;
  }
  .info__left-box--medium {
    max-width: 550px;
  }
  .info__left-box--small {
    max-width: 515px;
  }
  .info__left-box--tiny {
    max-width: 384px;
  }
  .info__heading {
    margin-bottom: 31px;
  }
  .info__subheading {
    margin-bottom: 24px;
  }
  .info__subheading--big {
    width: 677px;
  }
  .info__img {
    width: 100%;
    max-width: 495px;
  }
  .info__img--big {
    max-width: 566px;
  }
  .info__more-link {
    margin-top: 50px;
  }
  .info__triangle-decorator {
    top: 19px;
  }
  .info__short-person-card {
    margin-right: 106px;
  }
  .info__s-info {
    margin-bottom: 122px;
  }
  .short-person-card__img-box {
    width: 246px;
    height: 246px;
    border: 1px dashed #ff9f00;
    margin-bottom: 12px;
  }
  .short-person-card__img {
    width: 200px;
    height: 200px;
  }
  .short-person-card__triangle-decorator {
    width: 29px;
    top: 99px;
    left: -12px;
  }
  .short-person-card__subheading {
    margin-bottom: 12px;
  }
  .short-person-card__circle-decorator--1 {
    left: -1px;
    top: 164px;
    width: 28px;
    height: 28px;
    -webkit-box-shadow: 0px 0px 8px #ffaeae;
            box-shadow: 0px 0px 8px #ffaeae;
  }
  .short-person-card__circle-decorator--2 {
    width: 14px;
    height: 14px;
    top: -10px;
    right: 44px;
  }

  .offer {
    margin-bottom: 56px;
  }
  .offer__inner {
    padding: 82px 110px 63px 111px;
    border-radius: 20px;
  }
  .offer__heading {
    margin-bottom: 34px;
  }
  .offer__subheading {
    margin-bottom: 35px;
  }
  .offer__hr-steps {
    margin-bottom: 71px;
  }
  .offer__hr {
    margin: 30px 0 56px 0;
  }
  .offer__column {
    margin-right: 153px;
  }
  .offer__big-price {
    margin-bottom: 71px;
  }
  .offer__sm-where {
    margin-bottom: 101px;
  }
  .offer__m-decorator {
    width: 141px;
  }
  .offer__m-decorator--top {
    top: 42px;
  }
  .offer__m-decorator--bottom {
    bottom: 42px;
  }

  .hr-steps__item {
    margin-right: 100px;
    max-width: 208px;
  }
  .hr-steps__item:nth-child(1) {
    max-width: 196px;
  }
  .hr-steps__item:nth-child(2) {
    max-width: 172px;
  }
  .hr-steps__item:nth-child(3) {
    max-width: 208px;
  }
  .hr-steps__item:nth-child(4) {
    max-width: 208px;
  }
  .hr-steps__item::after {
    top: 56px;
    right: -49px;
    height: 12px;
    width: 143px;
  }
  .hr-steps__number {
    font-size: 96px;
    margin-bottom: 4px;
  }
  .hr {
    height: 2px;
  }

  .big-price__number-box {
    margin-bottom: 11px;
    border-bottom: 2px solid #ff9f00;
  }
  .big-price__number {
    font-size: 72px;
  }
  .big-price__text {
    font-size: 24px;
  }
  .sm-where__img {
    width: 72px;
    margin-right: 43px;
  }
  .sm-where__title {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .sm-where__text {
    max-width: 376px;
  }

  .slogan__inner {
    padding: 103px 0 38px 0;
  }
  .slogan__text {
    font-size: 64px;
    max-width: 590px;
    margin-bottom: 64px;
  }
  .slogan__decor-img--1 {
    right: 56px;
    top: 137px;
    width: 129px;
  }
  .slogan__decor-img--2 {
    top: 304px;
    left: 293px;
    width: 84px;
  }
  .slogan__decor-img--3 {
    top: 70px;
    left: 203px;
    width: 47px;
  }
  .slogan__decor-cr--1 {
    top: 93px;
    right: 225px;
    width: 29px;
    height: 29px;
  }
  .slogan__decor-cr--2 {
    top: 265px;
    left: 93px;
    width: 29px;
    height: 29px;
  }

  .v-love__img {
    width: 41px;
    margin-right: 10px;
  }
  .v-love__text {
    font-size: 14px;
  }
  .v-love__name {
    font-size: 24px;
  }

  .map__inner {
    padding: 38px 0 30px 0;
  }
  .map__inner iframe {
    height: 440px;
  }

  .footer__top-inner {
    padding: 30px 0 54px 0;
  }
  .footer__column {
    margin-right: 124px;
  }
  .footer__column:nth-child(2) {
    margin-right: 152px;
  }
  .footer__item {
    font-size: 18px;
  }
  .footer__socials {
    margin-top: 21px;
  }
  .footer__bottom-inner {
    padding: 24px 0 30px 0;
  }
  .footer__copy {
    font-size: 14px;
  }
  .footer__made {
    font-size: 14px;
  }
  .footer__made a:hover::after {
    width: 40px;
    height: 40px;
  }

  .socials__link {
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }
  .album__inner {
    padding: 90px 0 110px 0;
  }
  .album__heading {
    margin-bottom: 13px;
    max-width: 570px;
  }
  .album__subheading {
    margin-bottom: 30px;
    max-width: 570px;
  }
  .album__tag {
    margin-bottom: 30px;
  }
  .album__content--vertical .album__item {
    height: 534px;
  }
  .album__item {
    height: 234px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .tag {
    font-size: 14px;
    padding: 4px 11px 5px 11px;
    border-radius: 21px;
  }

  .album-modal {
    padding: 0 140px;
  }
  .album-modal__content {
    max-width: 1231px;
    padding: 40px;
  }
  .album-modal__swiper-slide {
    border-radius: 20px;
  }
  .album-modal__img {
    border-radius: 20px;
  }
  .album-modal__swiper-button-prev {
    left: -133px;
    height: 25px;
    width: 17px;
  }
  .album-modal__swiper-button-next {
    right: -133px;
    height: 25px;
    width: 17px;
  }
  .album-modal__close-btn {
    right: -77px;
    top: -53px;
    height: 25px;
    width: 25px;
  }
  .glr__inner {
    padding: 90px 0 223px 0;
  }
  .glr__item {
    margin-bottom: 60px;
  }
  .glr__heading {
    margin-bottom: 13px;
  }
  .glr__subheading {
    margin-bottom: 30px;
    max-width: 570px;
  }
  .glr__tag {
    margin-bottom: 39px;
  }
  .glr__swiper {
    height: 280px;
    margin-bottom: 35px;
  }
  .glr__swiper--vertical-images .glr__swiper-slide {
    max-height: 345px;
  }
  .glr__swiper-slide {
    max-height: 247px;
    border-radius: 20px;
  }
  .glr__swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(0.975708502) translateX(-35px);
            transform: scale(0.975708502) translateX(-35px);
  }
  .glr__swiper-slide.swiper-slide-next {
    -webkit-transform: scale(0.975708502) translateX(35px);
            transform: scale(0.975708502) translateX(35px);
  }
  .glr__img {
    border-radius: 20px;
  }
  .glr__swiper-pagination {
    bottom: 25px;
  }
  .glr__swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    width: 8px;
    height: 8px;
  }
  .glr__swiper-btn-prev {
    -webkit-transform: translate(calc(-50% - 180px), -50%);
            transform: translate(calc(-50% - 180px), -50%);
    width: 10px;
  }
  .glr__swiper-btn-next {
    -webkit-transform: translate(calc(-50% + 180px), -50%);
            transform: translate(calc(-50% + 180px), -50%);
    width: 10px;
  }
  .news-catalog__inner {
    padding: 90px 0 73px 0;
  }
  .news-catalog__item {
    margin-bottom: 60px;
  }
  .news-catalog__heading {
    max-width: 950px;
    margin-bottom: 30px;
  }
  .news-catalog__tag {
    margin-bottom: 30px;
  }
  .news-catalog__img {
    border-radius: 20px;
  }
  .news-catalog__text {
    margin-bottom: 30px;
  }
  .news-post__inner {
    padding: 90px 0;
  }
  .news-post__heading {
    margin-bottom: 30px;
    max-width: 835px;
  }
  .news-post__tag {
    margin-bottom: 30px;
  }
  .news-post__swiper {
    height: 520px;
    margin-bottom: 60px;
  }
  .news-post__swiper--vertical-items .news-post__swiper-slide {
    max-height: 403px;
  }
  .news-post__swiper-slide {
    max-height: 247px;
    border-radius: 20px;
  }
  .news-post__swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1.5384615385) translateX(-185px);
            transform: scale(1.5384615385) translateX(-185px);
  }
  .news-post__swiper-slide.swiper-slide-next {
    -webkit-transform: scale(1.5384615385) translateX(185px);
            transform: scale(1.5384615385) translateX(185px);
  }
  .news-post__img {
    border-radius: 20px;
  }
  .news-post__swiper-pagination {
    bottom: 35px;
  }
  .news-post__swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    width: 8px;
    height: 8px;
  }
  .news-post__swiper-btn-prev {
    -webkit-transform: translate(calc(-50% - 330px), -50%);
            transform: translate(calc(-50% - 330px), -50%);
    width: 10px;
  }
  .news-post__swiper-btn-next {
    -webkit-transform: translate(calc(-50% + 330px), -50%);
            transform: translate(calc(-50% + 330px), -50%);
    width: 10px;
  }
  .news-post__text {
    max-width: 740px;
  }

  .timetable__inner {
    padding: 90px 0 151px 0;
  }
  .timetable__heading {
    margin-bottom: 13px;
    padding: 0 111px 0 110px;
  }
  .timetable__subheading {
    margin-bottom: 30px;
    max-width: 791px;
    padding: 0 111px 0 110px;
  }
  .timetable__item {
    margin-bottom: 100px;
  }
  .timetable__content {
    padding: 34px 111px 52px 110px;
    border-radius: 20px;
  }
  .c-table tr {
    border-bottom: 1px solid #c7c7c7;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .yr__inner {
    padding: 90px 0 46px 0;
  }
  .yr__item {
    margin-bottom: 60px;
  }
  .yr__heding {
    margin-bottom: 13px;
  }
  .yr__subheading {
    max-width: 570px;
    margin-bottom: 27px;
  }
  .yr__swiper {
    height: 371px;
  }
  .yr__swiper-slide {
    border-radius: 20px;
  }
  .yr__img {
    border-radius: 20px;
  }
  .yr__swiper-pagination {
    bottom: 35px;
  }
  .yr__swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    width: 8px;
    height: 8px;
  }
  .yr__swiper-btn-prev {
    left: 17px;
    width: 10px;
  }
  .yr__swiper-btn-next {
    right: 17px;
    width: 10px;
  }
  .contacts__inner {
    padding: 90px 0 30px 0;
  }
  .contacts__heading {
    margin-bottom: 30px;
  }
  .contacts__text {
    margin-bottom: 62px;
    max-width: 302px;
  }
  .contacts__social-link {
    margin-bottom: 30px;
  }
  .contacts__uni-info {
    margin-bottom: 30px;
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }

  .social-link--pink .social-link__icon {
    -webkit-filter: drop-shadow(0px 0px 8px #e0524100);
            filter: drop-shadow(0px 0px 8px #e0524100);
  }
  .social-link--green .social-link__icon {
    -webkit-filter: drop-shadow(0px 0px 8px #22b23300);
            filter: drop-shadow(0px 0px 8px #22b23300);
  }
  .social-link--blue .social-link__icon {
    -webkit-filter: drop-shadow(0px 0px 8px #4699de00);
            filter: drop-shadow(0px 0px 8px #4699de00);
  }
  .social-link:hover.social-link--pink .social-link__icon {
    -webkit-filter: drop-shadow(0px 0px 8px #e05241);
            filter: drop-shadow(0px 0px 8px #e05241);
  }
  .social-link:hover.social-link--green .social-link__icon {
    -webkit-filter: drop-shadow(0px 0px 8px #22b233);
            filter: drop-shadow(0px 0px 8px #22b233);
  }
  .social-link:hover.social-link--blue .social-link__icon {
    -webkit-filter: drop-shadow(0px 0px 8px #4699de);
            filter: drop-shadow(0px 0px 8px #4699de);
  }
  .social-link__icon {
    margin-right: 24px;
    width: 30px;
    height: 30px;
  }
  .social-link__text {
    font-size: 18px;
  }

  .uni-info:hover .uni-info__img {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 159, 0, 0.6));
            filter: drop-shadow(0px 0px 8px rgba(255, 159, 0, 0.6));
  }
  .uni-info__img {
    width: 15px;
    margin-right: 30px;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 159, 0, 0));
            filter: drop-shadow(0px 0px 8px rgba(255, 159, 0, 0));
  }
  .uni-info__text {
    font-size: 18px;
  }

  .calendar__inner {
    padding: 90px 0 73px 0;
  }
  .calendar__heading {
    margin-bottom: 50px;
  }
  .calendar iframe {
    height: 841px;
  }

  .conditions__inner {
    padding: 90px 0 25px 0;
  }
  .conditions__heading {
    margin-bottom: 53px;
    padding-left: 110px;
  }
  .discounts__item {
    margin-right: 60px;
  }
  .discounts__number-box {
    margin-bottom: 15px;
  }
  .discounts__number {
    font-size: 58px;
  }
  .discounts__number-perc {
    font-size: 24px;
  }
  .discounts__text {
    font-size: 16px;
  }

  .price__inner {
    padding: 25px 0 54px 0;
  }
  .price__heading {
    margin-bottom: 23px;
  }
  .price__text {
    margin-bottom: 30px;
    max-width: 451px;
  }
  .price__content {
    margin-bottom: 60px;
  }
  .price__item {
    padding: 83px 37px 51px 30px;
    border-radius: 20px;
  }
  .price__name {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .price__number-box {
    margin-bottom: 30px;
  }
  .price__number {
    font-size: 72px;
  }
  .price__number-currency {
    font-size: 24px;
  }
  .price__list {
    margin-bottom: 60px;
  }
  .price__list-item {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .price__list-item--bold {
    font-size: 21px;
  }
  .price__button {
    padding: 12px 29px 10px 29px;
    font-size: 24px;
    border-radius: 25px;
    border: 2px solid #ff9f00;
  }
  .price__button::after {
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 8px #ff9f00;
            box-shadow: 0px 0px 8px #ff9f00;
  }
  .price__policy {
    margin-bottom: 23px;
  }
  .v-steps__inner {
    padding: 70px 0 100px 0;
  }
  .v-steps__heading {
    margin-bottom: 56px;
  }
  .v-steps__item {
    margin-bottom: 155px;
  }
  .v-steps__item::after {
    left: 60px;
    width: 12px;
    height: 143px;
  }
  .v-steps__number-box {
    margin-right: 131px;
  }
  .v-steps__number-img {
    width: 132px;
  }
  .v-steps__number {
    font-size: 96px;
  }
  .v-steps__text-box {
    max-width: 807px;
  }
  .v-steps__subheading {
    margin-bottom: 28px;
  }
  .s-info {
    padding-left: 47px;
    font-size: 18px;
    max-width: 366px;
  }
  .s-info::before {
    width: 40px;
    height: 40px;
  }

  .entertainment {
    margin-bottom: 44px;
  }
  .entertainment__inner {
    padding: 60px 0;
  }
  .entertainment__heading {
    margin-bottom: 40px;
  }
  .entertainment__item {
    margin-bottom: 18px;
  }
  .entertainment__img {
    width: 130px;
    margin-right: 40px;
  }
  .entertainment__text {
    max-width: 345px;
  }

  .team__inner {
    padding: 90px 0 75px 0;
  }
  .team__heading {
    margin-bottom: 41px;
  }
  .team__item {
    margin-bottom: 30px;
  }
  .team__person-img {
    border-radius: 20px;
    margin-bottom: 32px;
  }
  .team__subheading {
    width: 278px;
    margin-bottom: 17px;
  }
  .team__position {
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 250px;
  }
  .team__decorator--triangle-1 {
    width: 716px;
  }
  .team__decorator--triangle-2 {
    right: 69px;
    bottom: 160px;
    width: 104px;
  }
  .team__decorator--triangle-3 {
    width: 64px;
    top: -22px;
  }
  .team__decorator--circle {
    width: 29px;
    height: 29px;
    bottom: 260px;
    right: 272px;
  }

  .sidebar-nav {
    left: 116px;
    top: 201px;
  }
  .sidebar-nav__item {
    padding-left: 22px;
    font-size: 14px;
    margin-bottom: 49px;
  }
  .sidebar-nav__item:hover svg {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
  .sidebar-nav__item svg {
    width: 10px;
  }
}
@media (max-width: 1199px) {
  .sidebar-nav {
    display: none;
  }

  .offer__inner {
    padding: 82px 20px 63px 20px;
  }
  .offer__m-decorator {
    max-width: 110px;
  }

  .hr-steps__item {
    margin-right: 80px;
  }
  .timetable__heading {
    padding: 0 30px;
  }
  .timetable__subheading {
    padding: 0 30px;
  }
  .timetable__content {
    padding: 34px 30px 52px 30px;
  }
  .conditions__heading {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .header__inner {
    padding: 21px 0 16px 0;
  }
  .header__menu {
    -webkit-transform: none;
            transform: none;
  }
  .header__burger {
    display: block;
    position: relative;
    z-index: 20001;
  }

  .menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 20000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 50px 30px 30px 30px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
  }
  .menu--active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .menu__list {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .menu__item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .menu__item:last-child {
    margin-bottom: 0;
  }
  .menu__link {
    font-size: 24px;
  }
  .main-screen__inner {
    padding: 86px 0 70px 0;
  }
  .main-screen__img--1 {
    top: 124px;
    right: 88.5px;
    max-width: 190px;
  }
  .main-screen__img--2 {
    top: 67px;
    right: 45.5px;
    max-width: 135.5px;
  }
  .main-screen__img--3 {
    top: 267px;
    right: 0;
    max-width: 89px;
  }
  .main-screen__img--4 {
    bottom: 174px;
    right: 87.5px;
    max-width: 44px;
  }
  .main-screen__img--5 {
    bottom: 174px;
    right: 249px;
    max-width: 29.5px;
  }
  .main-screen__img--6 {
    top: 69px;
    right: 196px;
    max-width: 16px;
  }
  .main-screen__img--circle-1 {
    width: 14.5px;
    height: 14.5px;
    top: 106.5px;
    right: 58.5px;
  }
  .main-screen__img--circle-2 {
    width: 4.5px;
    height: 4.5px;
    bottom: 150px;
    right: 275.5px;
  }

  .x3-grid__item {
    width: 46.5%;
  }
  .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .info__left-box {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .info__right-box {
    width: 100%;
  }
  .info__right-box--row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info__triangle-decorator {
    bottom: 30px;
    top: auto;
    right: 0;
    max-width: 531px;
  }
  .info__s-info {
    margin-bottom: 30px;
  }

  .offer__row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .offer__column {
    margin-right: 0;
    margin-bottom: 80px;
  }
  .offer__column:last-child {
    margin-bottom: 0;
  }
  .offer__big-price {
    margin-bottom: 20px;
  }
  .offer__sm-where {
    margin-bottom: 20px;
  }
  .hr-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hr-steps__item {
    margin-right: 0;
    max-width: 100%;
    width: 48.5%;
  }
  .hr-steps__item:nth-child(1) {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .hr-steps__item:nth-child(2) {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .hr-steps__item:nth-child(3) {
    max-width: 100%;
  }
  .hr-steps__item:nth-child(4) {
    max-width: 100%;
  }
  .hr-steps__item::after {
    right: 30px;
  }
  .slogan__decor-img--1 {
    top: auto;
    bottom: 50px;
  }
  .slogan__decor-cr--1 {
    top: 43px;
  }
  .footer__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__column {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer__column:last-child {
    margin-bottom: 0;
  }
  .footer__column:nth-child(2) {
    margin-right: 0;
  }
  .album__item {
    width: 48.5095%;
    height: 234px;
  }

  .album-modal {
    padding: 0 60px;
  }
  .album-modal__swiper-button-prev {
    left: -50px;
  }
  .album-modal__swiper-button-next {
    right: -50px;
  }
  .album-modal__close-btn {
    right: -30px;
    top: -30px;
  }
  .album-modal__img {
    width: 100%;
    height: auto;
  }

  .glr__swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .glr__swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .glr__swiper-slide.swiper-slide-next {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .news-catalog__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .news-catalog__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .news-catalog__text-box {
    max-width: 100%;
  }
  .news-post__swiper {
    height: 550px;
  }
  .news-post__swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .news-post__swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .news-post__swiper-slide.swiper-slide-next {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .timetable__heading {
    padding: 0;
  }
  .timetable__subheading {
    padding: 0;
  }
  .timetable__content {
    padding: 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .c-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-table tr:first-child {
    display: none;
  }
  .c-table tr > * {
    width: 100%;
  }
  .c-table__text {
    text-align: left;
    margin-bottom: 10px;
    position: relative;
  }
  .c-table__text::before {
    content: attr(data-c-table-th) ": ";
    font-weight: 700;
  }

  .yr__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .yr__swiper {
    width: 100%;
    margin-bottom: 30px;
  }
  .yr__text {
    width: 100%;
  }

  .contacts__inner {
    padding: 60px 0;
  }
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contacts__column {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contacts__column:last-child {
    margin-bottom: 0;
  }
  .calendar iframe {
    height: 470px;
  }

  .conditions .container {
    padding: 0;
  }
  .conditions__inner {
    padding: 60px 0 0 0;
  }
  .conditions__heading {
    padding: 0 15px;
  }
  .conditions__offer {
    padding: 40px 15px;
  }

  .discounts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .discounts__item {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .discounts__item:last-child {
    margin-bottom: 0;
  }
  .price__content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .price__item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 20px;
  }
  .entertainment__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .entertainment__column {
    width: 100%;
    margin-bottom: 30px;
  }
  .entertainment__column:last-child {
    margin-bottom: 0;
  }
  .entertainment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .entertainment__img {
    margin-bottom: 30px;
  }
  .entertainment__text {
    max-width: 100%;
  }

  .team__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team__item {
    width: 41.5%;
    margin-bottom: 30px;
  }
  .team__decorator--triangle-1 {
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .header__inner {
    padding: 10px 0;
  }
  .header__logo {
    max-width: 100px;
  }
  .main-screen__inner {
    padding: 60px 0 60px 0;
  }
  .main-screen__img-box {
    display: none;
  }
  .heading {
    font-size: 28px;
  }

  .subheading {
    font-size: 20px;
  }
  .x3-grid__inner {
    padding: 40px 0;
  }
  .x3-grid__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-card__text-box {
    padding: 20px 20px 40px 20px;
  }
  .more-link {
    font-size: 20px;
  }

  .info__subheading--big {
    width: 100%;
  }
  .info__right-box--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info__triangle-decorator {
    bottom: 260px;
  }
  .info__short-person-card {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .info__short-person-card:last-child {
    margin-bottom: 0;
  }

  .offer {
    background: #f4f9fb;
  }
  .offer__inner {
    padding: 40px 0;
  }
  .offer__m-decorator {
    right: -15px;
  }
  .offer__m-decorator--bottom {
    bottom: 150px;
  }

  .hr-steps__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .hr-steps__item:last-child {
    margin-bottom: 0;
  }
  .hr-steps__item::after {
    display: none;
  }
  .hr-steps__number {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 56px;
  }
  .big-price__number {
    font-size: 56px;
  }
  .sm-where__img {
    max-width: 56px;
    margin-right: 20px;
  }
  .slogan__text {
    font-size: 32px;
  }
  .slogan__decor-img--1 {
    max-width: 60px;
    bottom: 80px;
  }
  .slogan__decor-img--2 {
    left: auto;
    right: 0;
    max-width: 42px;
  }
  .slogan__decor-img--3 {
    top: 20px;
  }
  .slogan__decor-cr--2 {
    left: 30px;
  }

  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__copy {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 20px;
  }
  .album__inner {
    padding: 50px 0;
  }
  .album__item {
    width: 100%;
  }

  .album-modal {
    padding: 0 40px;
  }
  .album-modal__content {
    padding: 10px;
  }
  .album-modal__swiper-button-prev {
    left: -25px;
  }
  .album-modal__swiper-button-next {
    right: -25px;
  }
  .album-modal__close-btn {
    right: -30px;
    top: -30px;
  }

  .glr__inner {
    padding: 60px 0;
  }
  .glr__swiper-btn-prev {
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .glr__swiper-btn-next {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 15px;
  }
  .news-catalog__inner {
    padding: 60px 0;
  }
  .news-post__inner {
    padding: 60px 0;
  }
  .news-post__swiper-pagination {
    bottom: 15px;
  }
  .news-post__swiper-btn-prev {
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .news-post__swiper-btn-next {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 15px;
  }
  .timetable__inner {
    padding: 60px 0;
  }
  .yr__inner {
    padding: 60px 0;
  }
  .yr__swiper {
    height: 447px;
  }
  .calendar__inner {
    padding: 60px 0;
  }
  .calendar iframe {
    height: 270px;
  }

  .discounts__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .discounts__number {
    font-size: 42px;
  }
  .discounts__text {
    text-align: center;
  }

  .price__item {
    max-width: 100%;
    padding: 40px 20px;
  }
  .price__name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .price__number-box {
    margin-bottom: 20px;
  }
  .price__number {
    font-size: 48px;
  }
  .price__list {
    margin-bottom: 40px;
  }
  .price__list-item {
    margin-bottom: 20px;
  }
  .v-steps__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .v-steps__number-box {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .team__inner {
    padding: 60px 0;
  }
  .team__item {
    width: 100%;
  }
  .team__item:last-child {
    margin-bottom: 0;
  }
  .team__decorator--triangle-1 {
    top: 30%;
  }
  .team__decorator--triangle-2 {
    bottom: 20px;
  }
  .team__decorator--circle {
    bottom: 20px;
  }
}

.price__item{
	margin: 20px 0px;
}

@media(min-width: 1024px){
    .val_main-5{
        top: 181px!important;
        left: -133px!important;
    }
    .val_main-4{
        top: 50px!important;
        left: -200px!important;
    }
   .val_main-6{
        top: -56px!important;
        left: -208px!important;
    }
    
    .val_ach--4{
        top: 181px!important;
        left: -133px!important;        
    }
    .val_ach--5{
        top: 50px!important;
        left: -200px!important;        
    }
    .val_ach--6{
        top: -56px!important;
        left: -208px!important;        
    }
    .slogan__decor-img--3{
        top: -56px!important;
        left: -208px!important;
    }
    .slogan__decor-img--2{
        top: -356px!important;
        left: 8px!important;
    }
    .slogan__decor-img--1{
        top: -106px!important;
        left: 208px!important;
    }
    .val_team__decorator--triangle-2{
        top: -290px!important;
        left: 750px!important;
    }
        .val_team__decorator--triangle-3{
        top: -600px!important;
        left: 250px!important;
    }
}
@media(min-width: 1200px){
    .val_team__decorator--triangle-2{
        top: -290px!important;
        left: 550px!important;
    }
        .val_team__decorator--triangle-3{
        top: -700px!important;
        left: 250px!important;
    }
}
@media(min-width: 1440px){
    .slogan__decor-img--2{
        top: -456px!important;
        left: 8px!important;
    }
    .val_main-6{
        top: -156px!important;
        left: -408px!important;
    }
    .val_main-5{
        top: 281px!important;
        left: 133px!important;
    }
    .val_main-4{
        top: 150px!important;
        left: -200px!important;
    }
    
    .val_ach--4{
        top: 181px!important;
        left: -133px!important;        
    }
    .val_ach--5{
        top: 50px!important;
        left: 100px!important;        
    }
    .val_ach--6{
        top: -156px!important;
        left: -358px!important;        
    }
    .val_team__decorator--triangle-2{
        top: -990px!important;
        left: 1050px!important;
    }
        .val_team__decorator--triangle-3{
        top: -1500px!important;
        left: 550px!important;
    }
}
@media(min-width: 1660px){
        .val_team__decorator--triangle-2{
        top: -990px!important;
        left: 1150px!important;
    }
        .val_team__decorator--triangle-3{
        top: -1800px!important;
        left: 550px!important;
    }
}
