@charset "UTF-8";

.topbanner {
  display: block;
  height: auto;
  margin: 0 auto 3px;
  position: relative;
  max-width: 300px;
}

.topbanner_footer {
  display: block;
}

.topbanner a {
  vertical-align: top;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}

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

@media (min-width: 765px) {
  .topbanner {
    display: block;
    max-width: 600px;
  }

  .topbanner_footer {
    display: none;
  }
}

@media (min-width: 1105px) {
  .topbanner {
    max-width: 940px;
  }
}

.headerNew {
  margin-top: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.075);
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 20px;
  z-index: 251;
  top: 0;
}

.headerNew_fixed {
  padding: 5px 0;
}

.headerNew_fixed .headerNew__logo {
  width: 60px;
}

.headerNew_fixed .btn--icon.btn--lg {
  width: 36px;
  height: 36px;
  font-size: 18px;
}

.headerNew .container {
  padding: 0 10px;
}

.headerNew__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.headerNew__logo {
  width: 71px;
  flex: none;
  transition: width 0.2s ease-in;
}

.headerNew__logo .logo::before {
  width: 100%;
}

.headerNew__end {
  width: 50px;
  flex: none;
  align-self: center;
}

.headerNew__center {
  margin: 0 10px;
  flex: 1;
  align-self: center;
}

.headerNew__buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  gap: 9px;
}

.headerNew__award {
  display: none;
}

.headerNew__award .logo::before {
  width: 100%;
  height: 112px;
}

.headerNew .navigation {
  display: none;
}

.headerNew__menuBtn {
  text-align: right;
}

.saleBtn {
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #DA3145;
  transition: opacity 0.3s ease-in-out;
}

.saleBtn:hover {
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}

.saleBtn:visited,
.saleBtn:active {
  color: #fff;
}

@media screen and (min-width: 400px) {
  .headerNew .container {
    padding: 0 1.25em;
  }

  .headerNew__logo {
    width: 108px;
  }

  .headerNew__end {
    width: 80px;
  }

  .headerNew_fixed .headerNew__logo {
    width: 70px;
  }

  .headerNew_fixed .btn--icon.btn--lg {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media screen and (min-width: 576px) {
  .headerNew__buttons {
    flex-direction: row;
    justify-content: space-around;
  }

  .saleBtn {
    padding: 0 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
  }
}

@media screen and (min-width: 981px) {
  .headerNew {
    padding-bottom: 0;
  }

  .headerNew_fixed {
    padding: 10px 0;
  }

  .headerNew_fixed .headerNew__center {
    padding-top: 0;
  }

  .headerNew_fixed .headerNew__award {
    width: 65px;
  }

  .headerNew_fixed .headerNew__award .logo::before {
    width: 64px;
    height: 90px;
  }

  .headerNew_fixed .logo--main::before {
    height: 70px;
  }

  .headerNew__award {
    display: block;
  }

  .headerNew__menuBtn {
    display: none;
  }

  .headerNew__buttons {
    margin-bottom: 15px;
    justify-content: flex-start;
  }

  .headerNew__center {
    align-self: flex-start;
    padding-top: 20px;
    margin: 0 35px;
  }

  .headerNew .navigation {
    display: flex;
  }

  .headerNew__logo {
    width: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .headerNew {
    margin-top: 15px;
  }

  .headerNew_fixed .headerNew__end {
    margin-bottom: 0;
  }

  .headerNew_fixed .headerNew__logo {
    width: 120px;
    margin-bottom: 0;
  }

  .headerNew_fixed .headerNew__logo .logo--main::before {
    height: 120px;
  }

  .headerNew_fixed .headerNew__center {
    align-self: center;
  }

  .headerNew__buttons {
    padding-left: 0;
    gap: 14px;
  }

  .headerNew__award {
    display: block;
  }

  .headerNew__menuBtn {
    display: none;
  }

  .headerNew__end {
    width: 100px;
    align-self: flex-end;
    margin-bottom: -34px;
  }

  .headerNew__logo {
    width: 150px;
    margin-bottom: -21px;
  }
}

.capHeader {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  z-index: 251;
  top: 0;
  padding-top: 20px;
}

.capHeader::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  content: "";
  display: block;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.075);
}

.capHeader__row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.capHeader__logo {
  flex: none;
  width: 150px;
}

.capHeader__reward {
  flex: none;
  width: 150px;
  text-align: right;
  align-self: flex-end;
}

.capHeader__reward .logo--award {
  display: inline-block;
}

.capHeader__reward .logo--award::before {
  background-image: url(/img/years2024.png?0a5f5be78d3c590520c609ac676eff7f);
  background-size: contain;
  width: 100px;
  height: 140px;
  background-position: center bottom;
}

.tgHead {
  text-align: center;
}

.tgHead__text {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}

.tgButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #3390EC;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  padding: 4px 25px 4px 9px;
  border-radius: 27px;
  transition: opacity 0.3s ease-in-out;
}

.tgButton:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.tgButton:active,
.tgButton:visited {
  color: #fff;
}

.tgButton__icon {
  width: 46px;
  height: 46px;
}

@media screen and (max-width: 1200px) {
  .capHeader {
    padding: 15px 0 0;
  }

  .capHeader__logo {
    width: 130px;
  }

  .capHeader__logo .logo--main::before {
    height: 130px;
    width: 120px;
  }

  .capHeader__reward {
    width: 130px;
  }

  .capHeader__reward .logo--award::before {
    width: 106px;
    height: 110px;
  }
}

@media screen and (max-width: 981px) {
  .capHeader__logo {
    width: 100px;
  }

  .capHeader__logo .logo--main::before {
    height: 100px;
    width: 93px;
  }

  .capHeader__reward {
    width: 100px;
  }

  .capHeader__reward .logo--award::before {
    width: 86px;
    height: 90px;
  }

  .tgButton {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 16px 4px 5px;
    border-radius: 15px;
  }

  .tgButton__icon {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 576px) {
  .capHeader {
    padding: 16px 0 5px;
  }

  .capHeader::before {
    width: 100%;
    height: 100%;
  }

  .capHeader__row {
    align-items: center;
  }

  .capHeader__logo {
    width: 69px;
  }

  .capHeader__logo .logo--main::before {
    height: 64px;
    width: 69px;
  }

  .capHeader__reward {
    width: 69px;
    align-self: center;
  }

  .capHeader__reward .logo--award::before {
    width: 63px;
    height: 70px;
    background-position: center center;
  }

  .tgButton {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 16px 4px 5px;
    border-radius: 15px;
  }

  .tgButton__icon {
    width: 22px;
    height: 22px;
  }

  .tgHead__text {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 400px) {
  .tgButton {
    font-size: 12px;
    line-height: 16px;
  }

  .tgHead__text {
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (max-width: 380px) {
  .capHeader {
    padding: 10px 0 5px;
  }

  .capHeader__logo {
    width: 50px;
  }

  .capHeader__logo .logo--main::before {
    height: 46px;
    width: 50px;
  }

  .capHeader__reward {
    width: 50px;
  }

  .capHeader__reward .logo--award::before {
    width: 50px;
    height: 55px;
  }
}

.regionSelector {
  position: relative;
  max-width: 175px;
  cursor: pointer;
}

.regionSelector_show {
  z-index: 30;
}

.regionSelector_show .regionSelector__back {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 29;
  background-color: transparent;
}

.regionSelector_show .regionSelector__list {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

.regionSelector__back {
  display: none;
}

.regionSelector__current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  z-index: 30;
  height: 26px;
  background-color: #3BC1CC;
  padding: 0 15px 0 52px;
  border-radius: 13px;
}

.regionSelector__current::before {
  display: block;
  content: "";
  height: 12px;
  width: 10px;
  background: url(/images/location.svg?5637dbf48c6ccf0581b77cd9cf8e7602) no-repeat center transparent;
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.regionSelector__current:hover {
  cursor: pointer;
  opacity: 0.8;
}

.regionSelector__indicator {
  font-size: 10px;
  margin-left: 20px;
}

.regionSelector__list {
  display: block;
  position: absolute;
  top: 100%;
  left: -50px;
  background-color: #fff;
  border: none;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 200px;
  z-index: 30;
  transform: rotateX(90deg);
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0;
  transition: 0.3s ease-in-out;
}

.regionSelector__link {
  display: block;
  margin-bottom: 2px;
}

@media screen and (min-width: 1200px) {
  .regionSelector__current {
    padding: 0 15px 0 60px;
  }

  .regionSelector__indicator {
    margin-left: 37px;
  }
}

.selectorMessage {
  position: fixed;
  display: block;
  top: 30px;
  left: 23px;
  background-color: rgba(48, 48, 48, 0.9);
  width: 283px;
  padding: 10px 16px 20px;
  color: #fff;
  border-radius: 5px;
  z-index: 2001;
  font-size: 14px;
  box-sizing: border-box;
}

.selectorMessage__hide {
  display: none;
}

.selectorMessage__current {
  display: flex;
  align-items: center;
}

.selectorMessage__current .selectorMessage__btn {
  margin-top: 0;
}

.selectorMessage__region {
  color: #fff;
  padding-left: 23px;
  position: relative;
  margin-right: 20px;
}

.selectorMessage__region::before {
  width: 15px;
  height: 30px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/location.svg?5637dbf48c6ccf0581b77cd9cf8e7602) no-repeat center;
}

.selectorMessage__btn {
  margin-top: 15px;
  border: 1px solid #3BC1CC;
  background-color: #3BC1CC;
  display: block;
  height: 35px;
  line-height: 33px;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  font-weight: 600;
  transition: color 0.3s ease-in, background-color 0.3s ease-in-out;
}

.selectorMessage__btn:hover {
  background-color: transparent;
  color: #3BC1CC;
  cursor: pointer;
  text-decoration: none;
}

.selectorMessage__btn_second {
  background-color: transparent;
  color: #3BC1CC;
}

.selectorMessage__btn_second:hover {
  background-color: #3BC1CC;
  color: #fff;
}

a.selectorMessage__btn_second {
  background-color: transparent;
  color: #3BC1CC;
}

a.selectorMessage__btn_second:hover {
  background-color: #3BC1CC;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .selectorMessage {
    width: auto;
  }

  .selectorMessage__body {
    flex-direction: column;
  }

  .selectorMessage__btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

.navigation {
  display: flex;
  font-size: 1rem;
}

.navigation > button {
  top: 27px;
  right: 20px;
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  position: absolute;
}

.navigation__list {
  color: #303030;
  font-size: 0.813em;
  font-weight: 600;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.navigation__item {
  display: inline;
  margin: 0 0.8em 0.313em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.1em;
}

.navigation__item:first-child {
  margin-left: 0;
}

.navigation__item > .navigation__favorites {
  font-size: 1em;
}

.navigation__item:not(.navigation__item--no_underline) > a::after {
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
  margin-top: 2px;
}

.navigation__item > a {
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}

.navigation__item > a:focus,
.navigation__item > a:hover {
  color: #303030;
}

.navigation__item > a:focus::after,
.navigation__item > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.navigation__item--active {
  position: relative;
}

.navigation__item--active::after {
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  position: absolute;
  background: currentColor;
  margin-top: -1px;
}

.navigation__item--accent {
  position: relative;
}

.navigation__item--accent::after {
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #DA3145;
  margin-top: -1px;
}

.navigation__item--accent > a:focus,
.navigation__item--accent > a:hover {
  color: #DA3145;
}

.navigation__item--accent > a:focus::after,
.navigation__item--accent > a:hover::after {
  display: none;
}

.navigation__favorites {
  font-family: blackfriday !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  margin-left: 0.3em;
}

.navigation__favorites::before {
  top: 50%;
  left: 50%;
  content: "\E908";
  font-size: 2.4em;
  color: #da3145;
  position: absolute;
  transform: translate(-50%, -40%);
  z-index: 1;
}

.navigation__count {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .navigation__list {
    font-size: 0.8em;
  }

  .navigation__item {
    margin: 0 0.5em 0.313em;
    font-size: 1em;
  }
}

@media screen and (max-width: 980px) {
  .navigation {
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    background-color: #fff;
    box-shadow: -6px 0 6px 0 rgba(0, 0, 0, 0.08);
    z-index: 100;
  }

  .navigation__item {
    display: block;
    margin: 0.5em 0;
    font-size: 1.35em;
  }

  .navigation__item > .navigation__favorites {
    font-size: 0.9em;
  }

  .navigation__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
  }

  .navigation button {
    display: block;
  }
}

.msg {
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 0.375em 0 rgba(0, 0, 0, 0.1);
  padding: 2px 10px 2px 14px;
  margin: 0.875em 0 0.875em 0.875em;
}

.msg,
.msg__container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.msg--fix,
.msg__container {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 2000;
}

.msg__container {
  max-width: 100%;
  box-sizing: border-box;
}

.msg__container > .img-wrapper {
  margin-left: 1em;
}

.msg__container > .img-wrapper > img,
.msg__container > .img-wrapper > object,
.msg__container > .img-wrapper > svg {
  width: 90%;
}

.msg__icon {
  margin-right: 0.75em;
}

.msg__icon > .icon {
  vertical-align: middle;
}

.msg__wrapper {
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 0.5em;
}

.msg__button {
  font-size: 0.7em;
  color: inherit;
  padding: 0.65em 1.35em;
  opacity: 0.3;
}

.msg__button:hover {
  opacity: 0.7;
}

.msg--black,
.msg--success,
.msg--warning {
  color: #fff;
}

.msg--black {
  background-color: #303030;
}

.msg--black .msg__button {
  opacity: 0.25;
}

.msg--black .msg__button:hover {
  opacity: 0.5;
}

.msg--black .msg__wrapper {
  margin: 0;
}

.msg--success {
  background-color: #1bc5bd;
}

.msg--success .msg__button {
  opacity: 0.5;
}

.msg--success .msg__button:hover {
  opacity: 0.75;
}

.msg--warning {
  background-color: #f64e60;
}

.msg--warning .msg__button {
  opacity: 0.5;
}

.msg--warning .msg__button:hover {
  opacity: 0.75;
}

.msg__text {
  font-size: 16px;
  line-height: 23px;
}

.msg__text:first-child {
  margin-top: 0.2em;
}

.msg__text:last-child {
  margin-bottom: 0.3em;
}

.msg__text--small {
  font-size: 0.8em;
}

.msg__text--accent {
  font-size: 1.143em;
}

.msg__accent {
  color: #da3145;
  font-weight: 700;
  font-size: 1.143em;
}

@media screen and (max-width: 980px) {
  .msg--fix-top {
    top: 210px;
  }
}

@media screen and (max-width: 576px) {
  .msg__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    margin-top: 5px;
  }

  .msg__accent {
    font-size: 1em;
  }
}

.pageIntro {
  margin-top: 30px;
  margin-bottom: 25px;
}

.pageIntro__title {
  color: #303030;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.pageIntro__text {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin: 20px 0;
}

.pageIntro__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 105px;
}

.pageIntro .accent {
  color: #DA3145;
}

.introIcon {
  display: flex;
  align-items: center;
  max-width: 220px;
}

.introIcon__icon {
  margin-right: 20px;
  flex: none;
  width: 70px;
  height: 70px;
}

.introIcon__text {
  font-size: 20px;
  padding-right: 15px;
  line-height: 26px;
  display: block;
}

.introActions span {
  margin-bottom: 10px;
}

.capWelcome__h1 {
  color: #303030;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  /* 120% */
  text-transform: uppercase;
  margin: 0;
}

.capWelcome__text {
  margin: 15px 0 27px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.capWelcome__warning {
  text-align: center;
  font-weight: 300;
}

.capWelcome__accent {
  color: #DA3145;
  font-size: 22px;
  font-weight: 400;
}

.infoWindow {
  box-sizing: border-box;
  max-width: 516px;
  width: 100%;
  margin: 42px auto;
  border-radius: 30px;
  border: 1px solid #DA3145;
  padding: 25px 35px 40px;
  text-align: center;
}

.infoWindow__topLink {
  color: #DA3145;
  display: block;
}

.infoWindow__topLink:hover {
  color: #DA3145;
}

.infoWindow__text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  margin: 26px 0 38px;
}

.tgInfo {
  display: inline-flex;
  border-radius: 25px;
  background-color: #3390EC;
  justify-content: center;
  align-items: center;
  padding: 6px 15px 6px 6px;
  color: #fff;
  gap: 5px;
  font-size: 22px;
}

.tgInfo:active,
.tgInfo:visited {
  color: #fff;
}

.tgInfo:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.tgInfo__icon {
  width: 38px;
  height: 38px;
}

@media screen and (max-width: 1200px) {
  .pageIntro {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pageIntro__text {
    margin: 35px 0;
  }

  .pageIntro__title {
    font-size: 40px;
    line-height: 48px;
  }

  .pageIntro__icons {
    gap: 85px;
  }
}

@media screen and (max-width: 981px) {
  .pageIntro__title {
    font-size: 36px;
    line-height: 42px;
  }

  .pageIntro__icons {
    gap: 105px;
  }

  .introIcon {
    flex-direction: column;
    flex: 1 0 0;
  }

  .introIcon__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .introIcon__text {
    text-align: center;
    font-size: 18px;
    padding-right: 0;
    line-height: 24px;
  }
}

@media screen and (max-width: 576px) {
  .pageIntro__title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .pageIntro__text {
    margin: 10px 0 25px;
    font-size: 18px;
    line-height: 22px;
  }

  .pageIntro__icons {
    gap: 0;
    justify-content: space-between;
  }

  .introIcon__icon {
    margin-right: 0;
    margin-bottom: 15px;
    width: 42px;
    height: 42px;
  }

  .introIcon__text {
    font-size: 14px;
    line-height: 18px;
  }

  .introActions span {
    font-size: 16px;
  }

  .capWelcome {
    margin-top: 50px;
  }

  .capWelcome__h1 {
    max-width: 378px;
    font-size: 28px;
    line-height: 36px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 400px) {
  .pageIntro__title {
    font-size: 20px;
    line-height: 26px;
  }

  .capWelcome {
    margin-top: 51px;
  }

  .capWelcome__h1 {
    max-width: 338px;
    font-size: 25px;
    line-height: 30px;
    margin: 10px auto;
  }

  .capWelcome__text {
    margin: 12px auto 25px;
    max-width: 338px;
  }

  .infoWindow {
    margin: 21px auto;
    padding: 18px 10px 25px;
  }

  .infoWindow__topLink {
    color: #DA3145;
    display: block;
  }

  .infoWindow__text {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 15px;
  }
}

.slider {
  position: relative;
  padding: 0 3.25em;
  margin: 4.8em 0 3em;
}

.slider--small-padding {
  padding: 0 2.35em;
}

.slider--no-padding {
  padding: 0;
}

.slider--small-margin {
  margin: 3em 0 2em;
}

.slider__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.slider__container-vertical > .slider__wrapper {
  flex-direction: column;
}

.slider__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transition-property: transform;
  box-sizing: content-box;
  z-index: 1;
}

.slider__container-android .slider__item,
.slider__wrapper {
  transform: translate3d(0, 0, 0);
}

.slider__container-multirow > .slider__wrapper {
  flex-wrap: wrap;
}

.slider__container-multirow-column > .slider__wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.slider__container-free-mode > .slider__wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.slider__item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  transition-property: transform;
}

.slider__item .img-wrapper img {
  width: 100%;
}

.slider__link {
  margin: 0 auto;
  display: block;
  width: 752px;
  height: 336px;
  overflow: hidden;
  border-radius: 15px;
}

.slider__item-invisible-blank {
  visibility: hidden;
}

.slider__item--stretch {
  height: auto;
}

.slider__container-autoheight,
.slider__container-autoheight .slider__item {
  height: auto;
}

.slider__container-autoheight .slider__wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.slider__container-3d {
  perspective: 1200px;
}

.slider__container-3d .slider__cube-shadow,
.slider__container-3d .slider__item,
.slider__container-3d .slider__item-shadow-bottom,
.slider__container-3d .slider__item-shadow-left,
.slider__container-3d .slider__item-shadow-right,
.slider__container-3d .slider__item-shadow-top,
.slider__container-3d .slider__wrapper {
  transform-style: preserve-3d;
}

.slider__container-3d .slider__item-shadow-bottom,
.slider__container-3d .slider__item-shadow-left,
.slider__container-3d .slider__item-shadow-right,
.slider__container-3d .slider__item-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.slider__container-3d .slider__item-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.slider__container-3d .slider__item-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.slider__container-3d .slider__item-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.slider__container-3d .slider__item-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.slider__container-css-mode > .slider__wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider__container-css-mode > .slider__wrapper::-webkit-scrollbar {
  display: none;
}

.slider__container-css-mode > .slider__wrapper > .slider__item {
  scroll-snap-align: start start;
}

.slider__container-horizontal.slider__container-css-mode > .slider__wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.slider__container-vertical.slider__container-css-mode > .slider__wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.slider__item > img {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider__pagination {
  margin: 1em auto 0;
  text-align: center;
}

.slider__pagination.slider__pagination--hidden {
  opacity: 0;
}

.slider__pagination--bullet {
  width: 8px;
  height: 8px;
  background: #b8b8b8;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  transition: all 0.35s;
  margin: 0 0.45em;
}

.slider__pagination--bullet:hover {
  background-color: #da3145;
}

.slider__pagination--bullet:focus {
  outline: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.slider__pagination--bullet-active {
  width: 12px;
  height: 12px;
  background-color: #da3145;
  margin-bottom: -2px;
}

.slider__pagination--clickable > .slider__pagination--bullet {
  cursor: pointer;
}

.slider__pagination--secondary > .slider__pagination--bullet-active,
.slider__pagination--secondary > .slider__pagination--bullet:hover {
  background-color: #00b9c7;
}

.slider__btn {
  top: 50%;
  height: 2.65em;
  width: 2.65em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.875em;
  color: #9a9a9a;
  background-color: transparent;
  border: 1px solid #9a9a9a;
  border-radius: 2em;
  position: absolute;
  overflow: hidden;
  margin-top: -1.325em;
  z-index: 50;
}

.press__slider .slider__btn {
  z-index: 1;
}

.slider__btn.focus,
.slider__btn:focus {
  outline: 0;
}

.slider__btn.disabled,
.slider__btn:disabled {
  opacity: 0.25;
}

.slider__btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.slider__btn > i {
  display: inline-flex;
  vertical-align: middle;
}

.slider__btn:hover {
  color: #7f7f7f;
  border-color: #7f7f7f;
}

.slider__btn:not(:disabled):not(.disabled).active,
.slider__btn:not(:disabled):not(.disabled):active {
  box-shadow: 0 0 0 1px rgba(50, 50, 50, 0.35);
}

.slider__btn--prev {
  left: -0.25em;
}

.slider__btn--next {
  right: -0.25em;
}

.slider__btn--prev.disabled ~ .slider__btn--next:not(.disabled) > i {
  -webkit-animation-name: next;
  animation-name: next;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slider--wide {
  padding: 0 5em;
  margin: 0;
}

.slider--wide .slider__btn--next,
.slider--wide .slider__btn--prev {
  font-size: 1.15em;
}

.slider--wide .slider__btn--prev {
  left: 0;
}

.slider--wide .slider__btn--next {
  right: 0;
}

.slider--wide .slider__item {
  height: calc(100vh - 5em);
}

@media screen and (max-width: 720px) {
  .slider--wide {
    padding: 0 0 3em 0;
  }

  .slider--wide .slider__item {
    height: 60vh;
  }

  .slider--wide .slider__btn--prev {
    right: 4.85em;
  }

  .slider--wide .slider__btn--next {
    right: 1.35em;
  }

  .slider--wide .slider__btn--next,
  .slider--wide .slider__btn--prev {
    top: auto;
    left: auto;
    bottom: 0;
    transform: none;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 981px) {
  .slider__link {
    width: 600px;
    height: 268px;
  }

  .slider--small-margin {
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 765px) {
  .slider__link {
    width: 220px;
    height: 205px;
  }
}

@media screen and (min-width: 850px) {
  .slider--small-margin {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 576px) {
  .slider {
    margin-top: 2em;
  }
}

@media screen and (max-width: 380px) {
  .slider__link {
    width: 180px;
    height: 170px;
  }
}

.steps {
  margin: 5.8em 0 7em;
}

.steps__header {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.steps__subTitle {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.32px;
  /* 137.176% */
  letter-spacing: -1px;
}

.steps__after {
  color: #00B9C7;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}

.steps_second {
  margin-top: 60px;
}

.steps_second .slider--small-margin {
  margin-top: 40px;
}

.steps_second .steps__description {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.32px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.steps_second hr {
  margin: 30px 0;
}

.steps__info {
  max-width: 820px;
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  /* 135.294% */
  margin: 32px auto 30px;
}

.steps--gray {
  background-color: #f6f6f6;
  padding: 2em 0;
  margin: 2em 0 0;
}

.steps__item {
  text-align: center;
  max-width: 325px;
  margin: 0 auto;
}

.steps__title {
  color: #DA3145;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 35px;
}

.steps__details {
  font-size: 0.64em;
}

.steps__details--newline {
  display: block;
  line-height: 2;
}

.steps__icon {
  height: 70px;
  display: flex;
  margin: 1.25em 0 25px;
}

.steps__item > hr {
  width: 55%;
  margin: 1.25em auto 0.625em;
}

.steps__icon > .svg-sprite {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.steps__description {
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: -1px;
  margin-bottom: 1.8em;
}

.steps__description > strong {
  font-weight: 800;
}

.steps__footnote {
  font-size: 0.813em;
}

.steps__bracket {
  display: none;
  box-sizing: content-box;
  text-align: center;
  padding-left: 22%;
  margin: 0 0 1.3em 0;
}

.steps__bracket--2stages {
  width: 37%;
}

.steps__bracket--3stages {
  width: 58%;
}

.steps__bracket:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .steps {
    margin: 3em 0 3em;
  }

  .steps .header {
    margin: 1em 0 1.5em;
  }

  .steps__title {
    font-size: 24px;
    margin-top: 7px;
    min-height: 50px;
  }
}

@media screen and (max-width: 981px) {
  .steps__description {
    max-width: 280px;
    margin: 0 auto;
  }

  .steps__title {
    font-size: 20px;
    min-height: 40px;
    margin-bottom: 15px;
  }

  .steps__footnote {
    max-width: 280px;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 850px) {
  .steps__title {
    min-height: auto;
    margin-bottom: 15px;
  }

  .steps__after {
    font-size: 24px;
    line-height: 30px;
    /* 100% */
  }

  .steps__info {
    font-size: 13px;
    line-height: 23px;
  }

  .steps_second {
    margin-top: 40px;
  }

  .steps_second .slider--small-margin {
    margin-top: 20px;
  }

  .steps_second .steps__description {
    margin-bottom: 20px;
  }

  .steps_second hr {
    margin: 20px 0;
  }

  .steps__item {
    max-width: none;
  }
}

@media screen and (min-width: 850px) {
  .steps__slider .slider__btn.disabled {
    display: none;
  }

  .steps__bracket {
    display: block;
  }
}

.svg-sprite {
  display: block;
}

.svg-sprite--before::before {
  background-image: url(/images/before.svg?df6463f16305d56220f2faa11e47333d);
}

.svg-sprite--start::before {
  background-image: url(/images/start.svg?a7428f745b1a45e0d0131b329152e5da);
}

.svg-sprite--during::before {
  background-image: url(/images/during.svg?94fe4bc8f35460502ef00a984a57ff04);
}

.svg-sprite--after::before {
  background-image: url(/images/after.svg?b7f61efe844d20669567ea667860ead4);
}

.svg-sprite--success::before {
  background-image: url(/images/success.svg?4286a4e4f6fcb0c87abfd5d70b2fd670);
}

.svg-sprite--deal::before {
  background-image: url(/images/deal.svg?e56f9bc5fe0db41166f493bd2d0fdb38);
}

.svg-sprite::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-color: transparent;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain;
}

.svg-sprite--tablet::before {
  background-image: url(/images/sprite.svg?d958bba62db53f59b6022e6b2b52a379);
}

.svg-sprite--speed::before {
  background-image: url(/images/sprite.svg?d958bba62db53f59b6022e6b2b52a379);
}

.svg-sprite--benefit::before {
  background-image: url(/images/sprite.svg?d958bba62db53f59b6022e6b2b52a379);
}

.svg-sprite--doc::before {
  background-image: url(/images/sprite.svg?d958bba62db53f59b6022e6b2b52a379);
}

.svg-sprite--call::before {
  background-image: url(/images/sprite.svg?d958bba62db53f59b6022e6b2b52a379);
}

.fz-20 {
  font-size: 20px;
  line-height: 24px;
}

.accent {
  color: #DA3145;
}

.clicked:hover {
  cursor: pointer;
  text-decoration: underline;
}

.modal__scroller {
  text-align: center;
  display: block;
  text-decoration: underline;
  margin: 10px 0;
}

.modal__scroller:hover {
  text-decoration: none;
  cursor: pointer;
  color: #DA3145;
}

.labelRow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 5px;
}

.lotPreviewModal {
  display: none;
}

.lotPreviewModal_shown {
  display: block;
}

.lotPreviewModal__run:hover {
  cursor: pointer;
}

