@charset "UTF-8";
.header {
  background: #1C252D;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: none;
  background-color: rgba(29, 34, 48, 0.48) !important;
}
.header--fixed .header__btn--reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 550px) {
  .header--fixed .header__btn--reg {
    display: none;
  }
}
.header--fixed svg {
  display: none;
}

.header__container {
  width: 1439px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1439px) {
  .header__container {
    width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1280px) {
  .header__container {
    width: 798px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 798px) {
  .header__container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header__phone {
  color: white;
  margin-left: auto;
  text-decoration: none;
}
.header__phone:hover {
  color: #F6E200;
}
@media (max-width: 798px) {
  .header__phone {
    display: none;
  }
}

.header__btn {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  background: #F6E200;
  color: #1D2230;
  border-radius: 0;
  border: 2px solid #F6E200;
  text-decoration: none;
}
.header__btn:hover {
  background: #ffffff;
  cursor: pointer;
}
@media (max-width: 550px) {
  .header__btn--reg {
    display: none;
  }
}
@media (max-width: 798px) {
  .header__btn--entrance {
    margin-left: auto;
  }
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.topper {
  background: linear-gradient(100deg, #999999 0.35%, #f1eded 115.48%);
  padding-top: 100px;
  padding-bottom: 106px;
  position: relative;
  overflow: hidden;
  height: 680px;
}
@media (max-width: 798px) {
  .topper {
    background: linear-gradient(100deg, #cfcece 0.35%, #f1eded 115.48%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
    height: unset;
  }
}
.topper::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 1085px;
  aspect-ratio: 1/0.67;
  background-image: url("../images/pexels-andrea-piacquadio-3761508-removebg 3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  bottom: 0;
  right: 0;
}
@media (max-width: 1439px) {
  .topper::before {
    width: 798px;
    right: 0;
  }
}
@media (max-width: 1280px) {
  .topper::before {
    width: 700px;
  }
}
@media (max-width: 798px) {
  .topper::before {
    position: relative;
    background-position: right bottom;
    width: 100%;
    margin-top: 20px;
  }
}

.topper__container {
  width: 1439px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
}
@media (max-width: 1439px) {
  .topper__container {
    width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1280px) {
  .topper__container {
    width: 798px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 798px) {
  .topper__container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 798px) {
  .topper__container {
    position: relative;
    z-index: 3;
  }
}

.topper__content {
  width: 85%;
  background: linear-gradient(85.95deg, #FFFFFF 0.35%, rgba(255, 255, 255, 0.18) 115.48%);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 40px 56px 48px;
}
@media (max-width: 1439px) {
  .topper__content {
    width: 100%;
    padding-bottom: 70px;
  }
}
@media (max-width: 798px) {
  .topper__content {
    background: transparent;
    padding: 0;
    padding-bottom: 0;
  }
}

.topper__container h1 {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.topper__title {
  padding: 0;
  margin: 0;
  width: 95%;
  font-family: DrukTextWideCyr;
  font-style: normal;
  font-weight: 1000;
  font-size: 42px;
  line-height: 120%;
  color: #1D2230;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .topper__title {
    width: 80%;
    margin-bottom: 24px;
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  .topper__title {
    font-size: 30px;
  }
}
@media (max-width: 798px) {
  .topper__title {
    font-size: 27px;
  }
}
@media (max-width: 550px) {
  .topper__title {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .topper__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .topper__title {
    text-align: center;
  }
}

.topper__text {
  padding: 0;
  margin: 0;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 1439px) {
  .topper__text {
    width: 65%;
  }
}
@media (max-width: 798px) {
  .topper__text {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .topper__text {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .topper__text {
    width: 100%;
    text-align: center;
  }
}
.topper__text--small {
  opacity: 0.6;
  font-size: 13px;
}

.topper__btn {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  background: #F6E200;
  color: #1D2230;
  border-radius: 0;
  border: 2px solid #F6E200;
  text-decoration: none;
  padding: 14px 40px;
  margin-top: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.topper__btn:hover {
  background: #ffffff;
  cursor: pointer;
}
@media (max-width: 798px) {
  .topper__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .topper__btn {
    width: 100%;
    text-align: center;
  }
}

.privilege {
  padding-top: 56px;
}

.privilege h2 {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.privilege__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  width: 1439px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  margin-bottom: 56px;
}
@media (max-width: 1439px) {
  .privilege__list {
    width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1280px) {
  .privilege__list {
    width: 798px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 798px) {
  .privilege__list {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.privilege__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F9FA;
  border-radius: 0;
  padding: 56px 48px 64px;
  gap: 30px;
  position: relative;
}
@media (max-width: 1280px) {
  .privilege__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
}
@media (max-width: 798px) {
  .privilege__item {
    padding: 40px 24px;
  }
}
.privilege__item--slider {
  padding: 28px 28px 84px;
}
@media (max-width: 1439px) {
  .privilege__item--slider {
    padding-bottom: 24px;
  }
}
@media (max-width: 798px) {
  .privilege__item--slider {
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .privilege__item--slider .privilege__item-content {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.privilege__item-animate {
  width: 678px;
}
.privilege__item-animate--slider {
  position: relative;
  height: 430px;
}
@media (max-width: 1439px) {
  .privilege__item-animate {
    width: 100%;
    height: auto;
  }
}
.privilege__item-animate video {
  width: 100%;
  height: auto;
}

.privilege__item-animate-slider {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  display: block;
  width: 550px;
}
@media (max-width: 1280px) {
  .privilege__item-animate-slider {
    width: 100%;
  }
}

.privilege__item-animate-slider-item span {
  position: relative;
  bottom: 15px;
  left: 25px;
  padding-right: 150px;
  display: block;
  color: #1D2230;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 798px) {
  .privilege__item-animate-slider-item span {
    font-size: 14px;
    padding-left: 24px;
    padding-right: 90px;
    bottom: 0;
    left: 0;
  }
}

.privilege__item-animate-slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 65px;
  position: absolute;
  right: 35px;
  bottom: -35px;
  background-color: #F6E200;
}
.privilege__item-animate-slider-arrow button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 26px;
  aspect-ratio: 1/1;
  background-color: transparent;
  color: #1D2230;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.privilege__item-animate-slider-arrow button:last-child > svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.privilege__item-animate-slider-arrow button:hover {
  color: #F6E200;
  cursor: pointer;
}
.privilege__item-animate-slider-arrow button:hover {
  scale: 1.2;
}
.privilege__item-animate-slider-arrow .slick-arrow:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1439px) {
  .privilege__item-animate-slider-arrow {
    bottom: 30px;
  }
}
@media (max-width: 798px) {
  .privilege__item-animate-slider-arrow {
    right: 24px;
    bottom: 10px;
  }
}

.privilege__item-content {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 1439px) {
  .privilege__item-content {
    width: 100%;
  }
}
@media (max-width: 798px) {
  .privilege__item-content {
    margin-top: 60px;
  }
}
.privilege__item-content h3 {
  margin: 0;
  padding: 0;
  font-weight: 1000;
  font-size: 35px;
  line-height: 120%;
  text-transform: uppercase;
  font-family: DrukTextWideCyr;
}
.privilege__item-content h3._default {
  text-transform: unset;
}
.privilege__item-content h3._prf {
  font-family: WixMadeforDisplay;
}
@media (max-width: 798px) {
  .privilege__item-content h3 {
    font-size: 20px;
  }
}
.privilege__item-content p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: rgba(29, 34, 48, 0.64);
  font-family: WixMadeforDisplay;
}
@media (max-width: 798px) {
  .privilege__item-content p {
    font-size: 14px;
  }
}

.privilege__item:nth-child(2n) {
  background-color: #F6E200;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1280px) {
  .privilege__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.privilege__item:nth-child(2n) .privilege__item-content {
  width: calc(100% - 584px);
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .privilege__item:nth-child(2n) .privilege__item-content {
    width: 100%;
    margin-top: 60px;
  }
}
.privilege__item:nth-child(2n) .privilege__item-animate {
  width: 554px;
  background-color: transparent;
}
@media (max-width: 1439px) {
  .privilege__item:nth-child(2n) .privilege__item-animate {
    width: 100%;
  }
  .privilege__item:nth-child(2n) .privilege__item-animate img {
    width: 100%;
    height: auto;
  }
}

.privilege__special {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, transparent), color-stop(17%, #e7e9e6));
  background: linear-gradient(to bottom, transparent 17%, #e7e9e6 17%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1439px) {
  .privilege__special {
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 798px) {
  .privilege__special {
    background: #e7e9e6;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.privilege__special::after {
  content: "";
  width: calc(100% - 500px);
  aspect-ratio: 1/0.5;
  background-image: url("../images/Frame_979.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  margin-left: auto;
  margin-left: -170px;
}
@media (max-width: 1439px) {
  .privilege__special::after {
    width: 60%;
  }
}
@media (max-width: 798px) {
  .privilege__special::after {
    width: 100%;
  }
}

.privilege__special-content {
  margin-top: 80px;
  margin-left: calc((100vw - 1289px) / 2);
  width: 535px;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1439px) {
  .privilege__special-content {
    margin-left: calc((100vw - 1180px) / 2);
    width: 40%;
    padding-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .privilege__special-content {
    margin-left: calc((100vw - 738px) / 2);
  }
}
@media (max-width: 798px) {
  .privilege__special-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-top: 40px;
  }
}
.privilege__special-content h3 {
  font-weight: 1000;
  font-size: 30px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: DrukTextWideCyr;
}
@media (max-width: 798px) {
  .privilege__special-content h3 {
    font-size: 20px;
  }
}
.privilege__special-content p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: rgba(29, 34, 48, 0.64);
  max-width: 360px;
}

.other-privilege {
  padding-top: 112px;
  padding-bottom: 88px;
  overflow: hidden;
}

.other-privilege__title {
  width: 1439px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1439px) {
  .other-privilege__title {
    width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1280px) {
  .other-privilege__title {
    width: 798px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 798px) {
  .other-privilege__title {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.other-privilege__title h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 130%;
  margin: 0;
  padding: 0;
}

.other-privilege__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.other-privilege__arrows button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 26px;
  aspect-ratio: 1/1;
  background-color: transparent;
  color: #1D2230;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.other-privilege__arrows button:last-child > svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.other-privilege__arrows button:hover {
  color: #F6E200;
  cursor: pointer;
}
.other-privilege__arrows button:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.other-privilege__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  width: 100%;
  padding-left: calc((100vw - 1349px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1439px) {
  .other-privilege__list {
    padding-left: calc((100vw - 1220px) / 2);
  }
}
@media (max-width: 1280px) {
  .other-privilege__list {
    padding-left: calc((100vw - 780px) / 2);
  }
}
.other-privilege__list .slick-list {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
@media (max-width: 798px) {
  .other-privilege__list {
    margin-bottom: 0 !important;
  }
}

.other-privilege__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 25%;
  background: white;
  -webkit-box-shadow: 4px 4px 32px rgba(29, 34, 48, 0.16);
          box-shadow: 4px 4px 32px rgba(29, 34, 48, 0.16);
  border-radius: 0;
  padding: 32px 24px 24px;
  margin-right: 24px;
  min-height: 360px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1439px) {
  .other-privilege__item {
    -webkit-box-shadow: none;
            box-shadow: none;
    min-height: 400px;
  }
}
@media (max-width: 910px) {
  .other-privilege__item {
    min-height: 360px;
  }
}
@media (max-width: 798px) {
  .other-privilege__item {
    min-height: auto;
    -webkit-box-shadow: 4px 4px 32px rgba(29, 34, 48, 0.16);
            box-shadow: 4px 4px 32px rgba(29, 34, 48, 0.16);
  }
}
.other-privilege__item h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  margin: 0;
  padding: 0;
}
.other-privilege__item p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: rgba(29, 34, 48, 0.64);
}
.other-privilege__item img {
  margin-top: auto;
  width: 88px;
  height: 88px;
}

@media (max-width: 1439px) {
  .other-privilege__list .slick-active {
    -webkit-box-shadow: 4px 4px 32px rgba(29, 34, 48, 0.16);
            box-shadow: 4px 4px 32px rgba(29, 34, 48, 0.16);
  }
}
.other-privilege__dots {
  margin-left: auto;
  margin-right: auto;
}
.other-privilege__dots ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  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;
  position: static;
  top: auto;
  bottom: auto;
  top: auto;
  left: auto;
  gap: 5px;
}
.other-privilege__dots li {
  width: 25px;
  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;
  margin: 0;
}
.other-privilege__dots li::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #949593;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  margin-right: 0;
}
.other-privilege__dots li:hover::before {
  cursor: pointer;
}
.other-privilege__dots li button {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.other-privilege__dots .slick-active::before {
  background-color: #F6E200 !important;
}

.footer__container {
  width: 1439px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1439px) {
  .footer__container {
    width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1280px) {
  .footer__container {
    width: 798px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 798px) {
  .footer__container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1439px) {
  .footer__container {
    -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;
  }
}

.footer {
  background: rgb(28, 37, 46);
  min-height: 285px;
}
@media (max-width: 950px) {
  .footer {
    background-position: 92%, top;
  }
}
@media (max-width: 850px) {
  .footer {
    background-position: 64%, top;
  }
}
@media (max-width: 500px) {
  .footer {
    background-position: 62%, top;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-content {
  padding: 80px 0 100px 0;
  width: 100%;
}
.footer-content__logo {
  width: 180px;
  margin-right: 20px;
}
@media (max-width: 850px) {
  .footer-content__logo {
    margin: 0 25px 30px 25px;
  }
}
@media (max-width: 500px) {
  .footer-content__logo {
    width: 100%;
    margin: 0 5px 30px 5px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 500px) {
  .footer-content__logo img {
    width: 180px;
  }
}
.footer-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1150px) {
  .footer-content__container {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -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;
  }
}
.footer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1150px) {
  .footer-content__menu {
    margin-bottom: 30px;
  }
}
.footer-content__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 850px) {
  .footer-content__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 500px) {
  .footer-content__contacts {
    margin: 0 5px 0 5px;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-menu {
  margin: 0 45px;
}
@media (max-width: 1150px) {
  .footer-menu {
    margin: 0;
  }
}
@media (max-width: 950px) {
  .footer-menu {
    width: 100%;
    margin: 0 25px;
  }
}
@media (max-width: 500px) {
  .footer-menu {
    margin: 0;
    width: unset;
  }
}
.footer-menu__item {
  margin: 5px 0;
}
@media (max-width: 500px) {
  .footer-menu__item {
    margin: 15px 0;
  }
}

.footer-link {
  color: #ffffff;
  font-family: WixMadeforDisplay;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration: none;
}
@media (max-width: 500px) {
  .footer-link {
    font-size: 13px;
  }
}
.footer-link:hover {
  text-decoration: underline;
}

@media (max-width: 1150px) {
  .footer-contacts {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 950px) {
  .footer-contacts {
    margin: 0 25px;
  }
}
@media (max-width: 500px) {
  .footer-contacts {
    margin: 0;
  }
}
.footer-contacts:not(:last-child) {
  margin-bottom: 30px;
}
.footer-contacts__title {
  color: #FFF;
  font-family: WixMadeforDisplay;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 10px;
}

.footer-contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
@media (max-width: 500px) {
  .footer-contacts-item {
    margin: 15px 0;
  }
}
.footer-contacts-item__text {
  color: #ffffff;
  font-family: WixMadeforDisplay;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.footer-contacts-item__label {
  color: #ffffff;
  font-family: WixMadeforDisplay;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (max-width: 450px) {
  .footer-contacts-item__label {
    display: none;
  }
}
.footer-contacts-item__icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.footer-contacts-item__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
}

.footer-copy {
  margin-top: 10px;
  color: #ffffff;
  font-family: WixMadeforDisplay;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  max-width: 155px;
}