*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0 none;
  outline: 0;
}
body {
  min-height: 100vh;
  line-height: 1;
}
ol[class],
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
form,
input,
option,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
table,
tbody,
td,
tfoot,
th,
thead,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: inherit;
  text-decoration: none;
}
a:after,
a:before {
  -webkit-transition:
    background-color 0.3s ease,
    width 0.3s ease,
    height 0.3s ease;
  transition:
    background-color 0.3s ease,
    width 0.3s ease,
    height 0.3s ease;
}
body {
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 400;
  background: #f9f9f9;
  color: #000;
  overflow-x: hidden;
}
.page {
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.page-container {
  width: 100%;
}
.swiper-container {
  margin: 0;
  overflow: hidden;
}
.tabs-tab {
  display: none;
}
.tabs-tab.active {
  display: block;
}
._fw {
  width: 100%;
  height: auto;
}
.block-title {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1920px) {
  .block-title {
    font-size: calc(20px + 12 * ((100vw - 320px) / 1600));
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: inherit;
  padding: 10px 35px;
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.btn--primary {
  color: #fff;
  background-color: #4838ad;
}
.btn--primary:hover {
  background-color: #382c86;
}
.arrow {
  width: 40px;
  height: 40px;
  background: #4838ad;
  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;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.arrow:hover {
  background: #382c86;
}
.arrow__icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.arrow__icon--next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.link-list__tel {
  padding: 5px;
  border-radius: 5px;
  line-height: 25px;
  white-space: nowrap;
  display: block;
  font-weight: 700;
  -webkit-transition:
    color 0.3s ease,
    background-color 0.3s ease;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}
.link-list__tel--large {
  font-size: 28px;
}
@media (max-width: 1920px) {
  .link-list__tel--large {
    font-size: calc(18px + 10 * ((100vw - 320px) / 1600));
  }
}
.link-list__tel--medium {
  font-size: 20px;
}
@media (max-width: 1920px) {
  .link-list__tel--medium {
    font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  }
}
.link-list__tel--small {
  font-size: 20px;
}

.link-list__tel:active,
.link-list__tel:focus,
.link-list__tel:hover,
.link-list__tel:visited {
  background: #fff;
  color: #4838ad;
}
.link-list__item {
  padding: 10px;
}
.link-list__item--long {
  width: 38%;
}
.link-list__item--md {
  width: 30%;
}
.link-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}
.link-list__box {
  padding: 5px 5px 0;
}
.link-list__box--w50 {
  width: 50%;
}
.link-list__box--w100 {
  width: 100%;
}
.icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
}
@media (max-width: 1920px) {
  .icon-link {
    /* font-size: calc(11px + 1 * ((100vw - 320px) / 1600)); */
  }
}
.icon-link__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
}
.icon-link__text {
  padding-left: 5px;
}
@media screen and (max-width: 575px) {
  .link-list__item {
    padding: 0;
  }
  .link-list__item--long {
    width: 100%;
  }
  .link-list__item--md {
    width: 100%;
  }
  .link-list__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header {
  overflow: hidden;
}
.header__wrapper {
  position: relative;
  min-height: 100vh;
}
.header__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(103, 86, 201, 0)),
    to(#4a38ae)
  );
  background: linear-gradient(180deg, rgba(103, 86, 201, 0) 0, #4a38ae 100%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 1500;
}
.header__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(103, 86, 201, 0)),
    color-stop(60.82%, rgba(74, 56, 174, 0.92)),
    color-stop(80.61%, #4a38ae),
    to(#4a38ae)
  );
  background: linear-gradient(
    180deg,
    rgba(103, 86, 201, 0) 0,
    rgba(74, 56, 174, 0.92) 60.82%,
    #4a38ae 80.61%,
    #4a38ae 100%
  );
  z-index: 1500;
}
.header__slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.header__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.header__slider:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(129, 111, 240, 0.7)),
    to(rgba(72, 55, 172, 0.9))
  );
  background: linear-gradient(
    270deg,
    rgba(129, 111, 240, 0.7) 0,
    rgba(72, 55, 172, 0.9) 100%
  );
  z-index: 1000;
}
.header__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.header__markup {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 26px;
  color: #8e80d9;
  font-weight: 700;
  z-index: 2000;
}
@media (max-width: 1920px) {
  .header__markup {
    padding-top: calc(15px + 12 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .header__markup {
    padding-bottom: calc(15px + 12 * ((100vw - 320px) / 1600));
  }
}
.header__box {
  position: relative;
  min-height: 100vh;
  padding-top: 16px;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3000;
}
.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;

  /* flex-wrap: wrap; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  margin: 0 -15px;
  font-size: 16px;
}
.header__logo {
  display: block;
  width: 87px;
  flex-shrink: 0;
}
.header__collapse {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__item {
  padding: 0 15px;
}
.header__item--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__item_social {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}
.header__social-link {
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 8px;
  background-color: #fff;
  fill: #4838ad;
}
.header__social-icon {
  fill: inherit;
  display: block;
  width: 100%;
  height: 100%;
}
.header__link {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header__link:hover {
  background: #fff;
  color: #4838ad;
}
.header__content {
  padding-top: 30vh;
  padding-bottom: 145px;
  text-align: center;
  font-size: 32px;
  line-height: 120%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 1920px) {
  .header__content {
    padding-bottom: calc(40px + 105 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .header__content {
    font-size: calc(27px + 5 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1400px) {
  .header__collapse {
    padding-right: 15px;
  }
}
@media (max-width: 1280px) {
  .header__collapse {
    padding-right: 0;
  }
}
.header__title {
  font-size: inherit;
  font-weight: 700;
}
.header__title span {
  font-weight: 300;
}
.header__title--mobile {
  display: inline;
  font-weight: 300;
}
.header__text {
  padding-top: 15px;
  font-weight: 300;
}
.header__bg {
  position: absolute;
  width: 31.25%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  z-index: 1200;
}
.header__bottom {
  margin-top: auto;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
}
@media (max-width: 1920px) {
  .header__bottom {
    padding-bottom: calc(70px + 70 * ((100vw - 320px) / 1600));
  }
}
.header__col {
  width: 25%;
  padding: 0 15px;
}
.tile {
  border-top: 2px solid #fff;
  padding-top: 20px;
  height: 100%;
  font-size: 16px;
  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;
}
@media (max-width: 1920px) {
  .tile {
    font-size: calc(13px + 3 * ((100vw - 320px) / 1600));
  }
}
.tile__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0.8em;
}
@media (max-width: 1920px) {
  .tile__title {
    font-size: calc(15px + 5 * ((100vw - 320px) / 1600));
  }
}
.tile__text {
  padding-bottom: 1em;
}
.tile__link {
  margin-top: auto;
  padding: 2px;
  font-weight: 700;
  text-decoration: underline;
}
.tile__link:active,
.tile__link:hover {
  background: #fff;
  color: #4838ad;
}
@media screen and (max-width: 1600px) {
  .header__wrapper {
    padding-left: 120px;
  }
  .header__bg {
    width: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .header__wrapper {
    padding-right: 20px;
  }
  .header__collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 992px) {
  .header__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__col {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50%;
  }
  .header__title--mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__content {
    padding-top: 20vh;
  }
}
@media screen and (max-width: 670px) {
  .header__collapse {
    width: calc(100% - 87px);
  }
}
@media screen and (max-width: 520px) {
  .header__markup {
    display: none;
  }
  .header__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header__content {
    padding-top: 35px;
  }
  .header__bg {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .header__navbar {
    font-size: 14px;
  }
  .header__content {
    font-size: 20px;
  }
}
.about {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 80px;
  padding-right: 80px;
  background: #f9f9f9;
}
@media (max-width: 1920px) {
  .about {
    padding-top: calc(40px + 60 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .about {
    padding-bottom: calc(40px + 60 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .about {
    padding-left: calc(15px + 65 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .about {
    padding-right: calc(15px + 65 * ((100vw - 320px) / 1600));
  }
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.about__col {
  padding: 0 15px;
}
.about__col--view {
  width: 41.93182%;
}
.about__col--cards {
  width: 56.25%;
}
.about__view {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about__title {
  color: #4838ad;
}
.about__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.about__section {
  padding: 0 10px;
}
.about__section--long {
  width: 56%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__section--short {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about__card {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 44px;
  padding-bottom: 44px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1920px) {
  .about__card {
    padding-left: calc(15px + 15 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .about__card {
    padding-right: calc(15px + 15 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .about__card {
    padding-top: calc(20px + 24 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .about__card {
    padding-bottom: calc(20px + 24 * ((100vw - 320px) / 1600));
  }
}
.about__count {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1920px) {
  .about__count {
    font-size: calc(20px + 12 * ((100vw - 320px) / 1600));
  }
}
.about__text {
  font-weight: 300;
  line-height: 160%;
  font-size: 16px;
  padding-left: 35px;
}
@media (max-width: 1920px) {
  .about__text {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .about__text {
    padding-left: calc(15px + 20 * ((100vw - 320px) / 1600));
  }
}
.about__box {
  padding: 10px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1440px) {
  .about__col--view {
    width: 100%;
    min-height: 320px;
  }
  .about__col--cards {
    width: 100%;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about__section--long {
    width: 100%;
  }
  .about__section--short {
    width: 100%;
  }
}
.parthners {
  color: #4838ad;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}
@media (max-width: 1920px) {
  .parthners {
    padding-top: calc(15px + 40 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .parthners {
    padding-bottom: calc(15px + 40 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .parthners {
    /* padding-left: calc(15px + 65 * ((100vw - 320px) / 1600)); */
  }
}
@media (max-width: 1920px) {
  .parthners {
    /* padding-right: calc(15px + 65 * ((100vw - 320px) / 1600)); */
  }
}
.parthners__controls {
  padding-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.parthners__title {
  padding-bottom: 36px;
  text-align: center;
}
@media (max-width: 1920px) {
  .parthners__title {
    padding-bottom: calc(20px + 16 * ((100vw - 320px) / 1600));
  }
}
.parthners__slide {
  height: auto;
}
.parthners__control {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.parthners__arrow {
  /* position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1200; */
}
.parthners__arrow--next {
  /* right: 0;
  margin-left: 15px; */
}
.parthners__arrow--prev {
  /* left: 0; */
}
.parthners__wrapper {
  position: relative;
}
.parthners-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 1920px) {
  .parthners-card {
    padding-top: calc(25px + 25 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .parthners-card {
    padding-bottom: calc(25px + 25 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .parthners-card {
    padding-left: calc(15px + 15 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .parthners-card {
    padding-right: calc(15px + 10 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .parthners-card {
    font-size: calc(13px + 3 * ((100vw - 320px) / 1600));
  }
}
.parthners-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.parthners-card__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 28px;
}
.parthners-card__view {
  width: 35%;
}
.parthners-card__info {
  width: 65%;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.parthners-card__tel {
  display: block;
  line-height: 140%;
}
.parthners-card__tel:hover {
  color: #4838ad;
}
.parthners-card__img {
  width: 100%;
  height: auto;
  max-width: 135px;
}
.parthners-card__title {
  color: #4838ad;
  font-weight: 700;
  padding-bottom: 5px;
  font-size: 20px;
}
@media (max-width: 1920px) {
  .parthners-card__title {
    font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  }
}
.parthners-card__link {
  color: #4838ad;
  text-decoration: underline;
  font-size: inherit;
}
.parthners-card__content {
  margin-top: auto;
  padding-top: 15px;
}
.parthners-card__btn {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .parthners-card {
    text-align: center;
  }
  .parthners-card__info {
    width: 100%;
    padding-left: 0;
  }
  .parthners-card__view {
    width: 135px;
    margin: 0 auto;
  }
  .parthners-card__img {
    display: block;
    padding-bottom: 15px;
  }
  .parthners-card__content {
    padding-bottom: 15px;
  }
  .parthners-card__footer {
    padding-top: 0;
  }
  .parthners-card__tel {
    padding-bottom: 10px;
  }
  .parthners-card__btn {
    max-width: 280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .parthners__control {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.location {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .location {
    padding-top: calc(40px + 60 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .location {
    padding-bottom: calc(40px + 60 * ((100vw - 320px) / 1600));
  }
}
.location__line {
  border-top: 1px solid #6055a5;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location__scroll {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.location__title {
  color: #4838ad;
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 1920px) {
  .location__title {
    padding-bottom: calc(30px + 50 * ((100vw - 320px) / 1600));
  }
}
.location__item {
  width: auto;
  white-space: nowrap;
}
.location__wrapper {
  background: #f9f9f9;
}
.location__cloud {
  width: 100%;
  overflow: auto;
}
.location .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.location-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #4838ad;
  direction: ltr;
}
.location-city--super-l {
  font-size: 60px;
}
@media (max-width: 1920px) {
  .location-city--super-l {
    font-size: calc(35px + 25 * ((100vw - 320px) / 1600));
  }
}
.location-city--extra-l {
  font-size: 53px;
}
@media (max-width: 1920px) {
  .location-city--extra-l {
    font-size: calc(28px + 25 * ((100vw - 320px) / 1600));
  }
}
.location-city--l {
  font-size: 41px;
}
@media (max-width: 1920px) {
  .location-city--l {
    font-size: calc(23px + 18 * ((100vw - 320px) / 1600));
  }
}
.location-city--extra-m {
  font-size: 31px;
}
@media (max-width: 1920px) {
  .location-city--extra-m {
    font-size: calc(18px + 13 * ((100vw - 320px) / 1600));
  }
}
.location-city--m {
  font-size: 26px;
}
@media (max-width: 1920px) {
  .location-city--m {
    font-size: calc(16px + 10 * ((100vw - 320px) / 1600));
  }
}
.location-city--extra-s {
  font-size: 22px;
}
@media (max-width: 1920px) {
  .location-city--extra-s {
    font-size: calc(13px + 9 * ((100vw - 320px) / 1600));
  }
}
.location-city--s {
  font-size: 16px;
}
@media (max-width: 1920px) {
  .location-city--s {
    font-size: calc(11px + 5 * ((100vw - 320px) / 1600));
  }
}
.location-city--super-s {
  font-size: 10px;
}
.location-city__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.8em;
  height: 0.8em;
  fill: #4838ad;
}
.location-city__text {
  padding-left: 1em;
  padding-right: 1em;
}
.location-city__cloud {
  overflow: scroll;
}
#tags {
  overflow: hidden;
  max-width: 100%;
}
.footer {
  background: -webkit-gradient(linear, right top, left top, from(#816ff0), to(#4837ac));
  background: linear-gradient(270deg, #816ff0 0, #4837ac 100%);
  color: #fff;
  padding-left: 65px;
  padding-right: 56px;
  padding-top: 47px;
  padding-bottom: 34px;
}
@media (max-width: 1920px) {
  .footer {
    padding-left: calc(25px + 40 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .footer {
    padding-right: calc(25px + 31 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .footer {
    padding-top: calc(15px + 32 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .footer {
    padding-bottom: calc(15px + 19 * ((100vw - 320px) / 1600));
  }
}
.footer__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 76px;
  height: 76px;
}
.footer__wrapper {
  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;
}
.footer__title {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1920px) {
  .footer__title {
    padding-left: calc(20px + 20 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .footer__title {
    padding-right: calc(20px + 20 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1920px) {
  .footer__title {
    font-size: calc(25px + 7 * ((100vw - 320px) / 1600));
  }
}
.footer__text {
  font-weight: 300;
  width: 30.55556%;
  font-size: 16px;
}

.footer__links {
  width: 713px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__bottom {
  padding-top: 20px;
  text-align: center;
}
.footer__bottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__title {
    width: 45%;
  }
  .footer__text {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .footer__links {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .footer__title {
    width: calc(100% - 76px);
  }
  .footer__text {
    width: 100%;
    padding: 10px 0;
  }
}
