@font-face {
  font-family: "MuseoSansRegular";
  font-display: auto;
  src: url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.woff") format("truetype");
}
@font-face {
  font-family: "MuseoSansBold";
  font-display: auto;
  src: url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.woff") format("truetype");
}
.fr {
  font-family: "MuseoSansRegular";
}

.fb, .form__email, .sectionConnect__name, .sectionOffer__name, .slider__title, .title._bold, .mainTitle, .logo__text {
  font-family: "MuseoSansBold";
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1250px) {
  html {
    font-size: calc(100vw/125);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw/50);
  }
}

* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  line-height: normal;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  letter-spacing: unset;
  font-weight: 400;
  font-family: "MuseoSansRegular";
  color: inherit;
  box-sizing: border-box;
  text-size-adjust: none;
}

.section, .footer, .topBar, .header__bottom, .header__mid {
  width: 100%;
  display: flex;
  justify-content: center;
}

.wrapper, .sectionPages__footer {
  width: 117rem;
}
@media screen and (max-width: 768px) {
  .wrapper, .sectionPages__footer {
    width: 90vw;
  }
}

.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/header-back@2x.jpg") no-repeat top center;
  background-size: cover;
}
.header._ott {
  background: #212528 url(../img/header-back-ott.jpg) no-repeat top center;
  background-size: contain;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header._ott {
    background-image: url("../img/back_mobile.jpg");
  }
}
.header__top {
  width: 100%;
}
.header__mid {
  padding-top: 3rem;
  padding-bottom: 7rem;
}
.header__mid._ott {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .header__mid {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
.header__bottom {
  height: 65rem;
  display: flex;
  overflow: hidden;
  position: relative;
}
.header__bottom._ott {
  position: relative;
  height: auto;
  padding-bottom: 6rem;
}
.header__bottom._ott::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #212528);
  z-index: 2;
}
.header__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.header__navigation {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .header__navigation {
    display: none;
  }
}
.header__title {
  margin-bottom: 2rem;
}
.header__subtitle {
  margin-bottom: 3rem;
  width: 57%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__subtitle {
    width: 100%;
  }
}
.header__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.header__smallInfo {
  font-size: 1.6rem;
  color: #868f97;
}
.header__back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  transform: translate3d(0, 0, 0);
}
.header__back-anim {
  width: 500%;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-image: url("../img/carousel@2x.jpg");
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-animation-name: bgscroll;
  animation-name: bgscroll;
}
@media screen and (max-width: 768px) {
  .header__back-anim {
    background-size: cover;
  }
}
.header__front {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.header__front._ott {
  height: auto;
  margin-top: -14rem;
}
.header__filmCard {
  height: 100%;
}
.header__logo-icon {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  margin-bottom: 3rem;
}
.header__allPacks {
  font-size: 2.4rem;
  color: #fff;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__allPacks::after {
  content: "";
  width: 0.7rem;
  height: 100%;
  background: url("../img/small-arrow-right.png") no-repeat center;
  background-size: contain;
  margin-left: 0.5rem;
  margin-bottom: -0.5rem;
}
.header__allPacks._ott {
  color: #f4a610;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__allPacks._ott {
    display: inline;
  }
}
.header__allPacks._ott::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/right-arrow-yellow.png") no-repeat center;
  background-size: contain;
  margin-left: 0.5rem;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  .header__allPacks._ott::after {
    display: inline-flex;
  }
}
.header__decorImages {
  position: relative;
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .header__decorImages {
    height: 32rem;
  }
}
.header__image-devices {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .header__image-devices {
    width: 135%;
  }
}
.header__image-canals {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: contain;
  margin-top: -10rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .header__image-canals {
    width: 120%;
    margin-top: -8rem;
  }
}
.header__films {
  width: 100%;
  background: linear-gradient(to bottom, #212528 60%, #212528 60%, #fff 90%);
  perspective: 100px;
}
@media screen and (max-width: 768px) {
  .header__films {
    overflow: hidden;
  }
}
.header__films-image {
  width: 100%;
  object-fit: contain;
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  .header__films-image {
    display: block;
    max-width: 100%;
  }
}

@keyframes bgscroll {
  50% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.channel {
  width: 8.4rem;
  height: 8.4rem;
  display: inline-block;
  position: absolute;
  top: 9rem;
  left: 19rem;
  z-index: 10;
  animation: channelanim 3s ease;
  animation-iteration-count: infinite;
}
.channel--2 {
  top: 5rem;
  left: 0rem;
  animation-name: channel2;
}
.channel--3 {
  top: 0rem;
  left: 38rem;
  animation-name: channel3;
}
.channel--4 {
  left: 93rem;
  top: 12rem;
  animation-name: channel4;
}
.channel--5 {
  top: 4rem;
  left: 108rem;
}
.channel--6 {
  display: none;
}
.channel--7 {
  top: 13rem;
  left: 53rem;
}
.channel--8 {
  left: 73rem;
  top: 3rem;
  animation-name: channel6;
}
.channel--9 {
  top: 21rem;
  left: 32rem;
  animation-name: channel5;
}
.channel--10 {
  left: 75rem;
  top: 20rem;
}
@media screen and (max-width: 768px) {
  .channel {
    width: 6.4rem;
    height: 6.4rem;
    top: 5rem;
    left: 4rem;
  }
  .channel--2 {
    top: 3rem;
    left: -5rem;
  }
  .channel--3 {
    top: 1rem;
    left: 13rem;
  }
  .channel--4 {
    left: 38rem;
    top: 6rem;
  }
  .channel--5 {
    top: 0;
    left: 45rem;
  }
  .channel--7 {
    top: 6rem;
    left: 20rem;
  }
  .channel--8 {
    top: 4rem;
    left: 28rem;
  }
  .channel--9 {
    top: 14rem;
    left: 10rem;
  }
  .channel--10 {
    left: 30rem;
    top: 11rem;
  }
}

@keyframes channelanim {
  50% {
    transform: translate(0, 10px);
  }
}
@keyframes channel2 {
  50% {
    transform: translate(0, -2rem);
  }
}
@keyframes channel3 {
  50% {
    transform: translate(0, 2.3rem);
  }
}
@keyframes channel4 {
  50% {
    transform: translate(0, -3rem);
  }
}
@keyframes channel5 {
  50% {
    transform: translate(0, -1.5rem);
  }
}
@keyframes channel6 {
  50% {
    transform: translate(0, -1.5rem);
  }
}
.topBar {
  padding: 2rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 769px) {
  .topBar {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topBar {
    padding: 2rem 0;
    margin: 0 0 10rem;
  }
  .sectionPages .topBar {
    margin-bottom: 0;
  }
}
.topBar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topBar__row {
  display: flex;
  align-items: center;
}
.topBar__logo {
  margin-right: 8.5rem;
}
@media screen and (max-width: 768px) {
  .topBar__logo {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .topBar__logo {
    padding: 2.2rem 0;
  }
}
.topBar__switcher {
  font-size: 1.8rem;
  color: #868f97;
  transition: color 0.2s;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topBar__switcher {
    position: absolute;
    top: 11rem;
    left: 0;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 3rem;
    font-size: 2.2rem;
  }
  .topBar__switcher:last-child {
    left: 50%;
  }
}
.topBar__switcher:hover {
  color: #fff;
}
.topBar__switcher:not(:last-child) {
  margin-right: 8.5rem;
}
.topBar__switcher::before {
  content: "";
  height: 0.2rem;
  background: #f4a610;
  position: absolute;
  left: 50%;
  bottom: -2.9rem;
  transform: translateX(-50%);
  transition: width 0.2s;
}
@media screen and (max-width: 768px) {
  .topBar__switcher::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .topBar__switcher {
    padding: 2.8rem 0;
    display: block;
  }
  .topBar__switcher:before {
    bottom: 0;
  }
}
.topBar__switcher._active {
  color: #fff;
}
.topBar__switcher._active::before {
  width: 140%;
}
@media screen and (max-width: 768px) {
  .topBar__switcher._active::before {
    display: block;
    bottom: 0;
    width: 100%;
    transform: none;
    left: 0;
  }
}
.topBar__button {
  margin-right: 2rem;
  margin-left: 3rem;
}
.topBar__createAcc {
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s;
}
.topBar__createAcc:hover {
  color: #f4a610;
}

.logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 15rem;
  }
}
.logo__icon {
  margin-right: 1rem;
}
.logo__icon._footer {
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .logo__icon {
    display: block;
    max-width: 100%;
  }
}
.logo__text {
  font-size: 2.4rem;
  color: #fff;
}
.logo__text._black {
  color: #000;
}
.logo__text-small {
  font-size: 1.5rem;
  color: #000;
}

.button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4a610;
  font-size: 2.4rem;
  color: #000;
  padding: 1.6rem 4.5rem 1.5rem;
  box-shadow: 0 10px 20px rgba(244, 193, 16, 0.15);
  border-radius: 5rem;
  cursor: pointer;
  transition: 0.3s ease box-shadow;
  text-align: center;
}
.button:hover {
  box-shadow: 0 1.4rem 4rem rgba(244, 193, 16, 0.15);
}
.button._topBar {
  border: 0.1rem solid #f4a610;
  padding: 0.7rem 2rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  color: #fff;
  background: transparent;
  box-shadow: none;
  transition: color 0.2s, background 0.2s;
}
.button._topBar:hover {
  background: #f4a610;
  color: #000;
}
.button._footer {
  border: 0.1rem solid #f4a610;
  padding: 0.7rem 2rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  color: #000;
  background: transparent;
  box-shadow: none;
}
.button._small {
  font-size: 2.2rem;
  padding: 1.5rem 3.5rem;
}

.navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation._header {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5rem;
}
.navigation._header .navigation__link {
  padding: 0.8rem 2rem;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 5rem;
  transition: color 0.2s, transform 0.2s;
  will-change: transform;
}
.navigation._header .navigation__link:hover {
  color: #f4a610;
}
.navigation._header .navigation__link._active {
  font-size: 1.7rem;
  color: #000;
  background: #f4a610;
  transform: scale(1.1);
}
.navigation._header .navigation__items:not(:last-child) {
  margin-right: 1.5rem;
}
.navigation__items:not(:last-child) {
  margin-right: 3rem;
}
.navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #000;
}

.mainTitle {
  width: 100%;
  font-size: 5.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mainTitle {
    text-align: center;
  }
}

.subtitle {
  width: 100%;
  font-size: 2.4rem;
  color: #868f97;
  line-height: 1.5;
}
.subtitle--2 {
  font-size: 2rem;
}
.subtitle--85 {
  width: 85rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .subtitle {
    font-size: 2.2rem;
  }
  .subtitle--85 {
    width: 100%;
  }
}
.subtitle .accent {
  font-size: inherit;
  font-family: inherit;
  color: #f4a610;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .subtitle .accent {
    white-space: normal;
  }
}
.subtitle .accent._second {
  color: #fff;
}
.subtitle .accent._dark {
  color: #000;
}
.subtitle._white {
  color: #fff;
}

.sectionAbout {
  padding: 13rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sectionAbout {
    padding: 6rem 0;
  }
}
.sectionAbout::before {
  content: "";
  height: 82rem;
  width: 93rem;
  background: url("../img/boy.jpg") no-repeat center right;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 30rem;
  margin-top: -5rem;
}
@media screen and (max-width: 768px) {
  .sectionAbout::before {
    display: none;
  }
}
.sectionAbout__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sectionAbout__wrapper {
    align-items: center;
    text-align: center;
  }
}
.sectionAbout__title {
  margin-bottom: 3rem;
}
.sectionAbout__text {
  width: 50%;
  font-size: 2.4rem;
  color: #868f97;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sectionAbout__text {
    width: 100%;
  }
}
.sectionAbout__text .accent {
  font-size: inherit;
  color: #25282a;
}
.sectionAbout__link {
  font-size: 2.4rem;
  color: #25282a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.sectionAbout__link::after {
  content: "";
  width: 0.7rem;
  height: 1.5rem;
  background: url("../img/small-arrow-right.png") no-repeat center;
  background-size: contain;
  margin-left: 0.5rem;
  margin-bottom: -0.3rem;
  filter: invert(1);
}

.title {
  width: 100%;
  font-size: 5.2rem;
  color: #25282a;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 4rem;
    text-align: center;
  }
}
.title._white {
  color: #fff;
}
.title .accent {
  font-size: inherit;
  font-family: inherit;
  position: relative;
}
.title .accent::before {
  content: "";
  width: 100%;
  height: 5rem;
  background: url("../img/title-accent-back.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .title .accent::before {
    width: 18rem;
  }
}

.sectionFeatures {
  padding: 12rem 0 6rem 0;
  background: #1d2023;
}
@media screen and (max-width: 768px) {
  .sectionFeatures {
    padding: 6rem 0;
  }
}
.sectionFeatures__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionFeatures__title {
  margin-bottom: 3rem;
}
.sectionFeatures__subtitle {
  width: 85%;
  text-align: center;
  margin-bottom: 3rem;
}
.sectionFeatures__list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.sectionFeatures__list--faq {
  justify-content: center;
}
.sectionFeatures__list--faq .sectionFeatures__items {
  margin: 0 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .sectionFeatures__list--faq .sectionFeatures__items {
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sectionFeatures__list {
    flex-direction: column;
  }
}
.sectionFeatures__items {
  width: 28rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sectionFeatures__items {
    width: 100%;
  }
  .sectionFeatures__items:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.feature {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5rem 3rem;
  border: 0.1rem solid #33393e;
  background-color: #282e32;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .feature {
    align-items: center;
    text-align: center;
  }
}
.feature--faq {
  padding: 3rem 2rem 3rem 2rem;
  background: #fff;
  border-color: #c3c9ce;
}
.feature--faq .feature__title, .feature--faq .feature__text {
  color: #25282a;
}
.feature--faq .feature__text {
  margin-bottom: 3rem !important;
}
.feature--faq .button {
  font-size: 1.8rem;
  padding: 1.2rem 2rem;
  width: 60%;
  margin-top: auto;
}
.feature__title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 2rem;
}
.feature__text {
  font-size: 1.8rem;
  color: #fff;
}
.feature__text:not(:last-child) {
  margin-bottom: 1rem;
}
.feature__text .accent {
  font-size: inherit;
  color: #f4a610;
}

.sectionPacks {
  padding: 9rem 0 3rem 0;
  background: linear-gradient(180deg, #16181b, #222629);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.sectionPacks::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/section-pack.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sectionPacks__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sectionPacks__title {
  margin-bottom: 6rem;
}
.sectionPacks__slider {
  width: 100%;
  margin-bottom: 3rem;
}
.sectionPacks__info {
  width: 70%;
  font-size: 1.6rem;
  color: #585d66;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sectionPacks__info {
    width: 100%;
  }
}

.slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .slider__top {
    justify-content: center;
  }
}
.slider__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider__slide-btn {
  min-width: 1.5rem;
  height: 2.5rem;
  object-fit: contain;
  opacity: 0.3;
  transition: opacity 0.2s;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.slider__slide-btn img {
  display: block;
  max-height: 100%;
}
.slider__slide-btn:hover {
  opacity: 1;
}
.slider__slide-btn._prev {
  transform: rotate(180deg);
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .slider__slide-btn._prev {
    left: 0;
  }
}
.slider__slide-btn._next {
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .slider__slide-btn._next {
    right: 0;
  }
}
.slider__viewport {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .slider__viewport {
    width: 100%;
  }
}
.slider__items {
  width: 27rem;
  height: 52rem;
  position: relative;
  padding: 16rem 2rem 3rem 2rem;
  border-radius: 1rem;
  overflow: hidden;
  display: flex !important;
  height: 54rem !important;
  box-shadow: 10px 11px 20px rgba(27, 29, 32, 0.38);
  border-radius: 1rem;
  margin: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .slider__items {
    height: 60rem;
    width: 100%;
  }
  .slider__items:nth-last-child(-n+3) {
    display: none;
  }
}
.slider__items::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.slider__back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.slider__front {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
.slider__icon {
  width: 9.2rem;
  height: 9.2rem;
  margin-bottom: 3rem;
}
.slider__title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 1rem;
}
.slider__text {
  font-size: 1.8rem;
  color: #868f97;
  text-align: center;
}
.slider__text-small {
  font-size: 1.4rem;
  color: #868f97;
  text-align: center;
}
.slider__price {
  font-size: 2.4rem;
  color: #f4a610;
  margin-top: auto;
  margin-bottom: 2rem;
}
.slider__button {
  width: 100%;
}
.slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__dots li:not(:last-child) .slider__dot {
  margin-right: 2rem;
}
.slider__dot {
  width: 0.8rem;
  height: 0.8rem;
  background: #66778e;
  transition: transform 0.2s, background 0.2s;
  will-change: transform;
  border-radius: 50%;
  cursor: pointer;
}
.slider__dot:hover {
  transform: scale(1.3);
  background: #ffffff;
}
.slick-active .slider__dot, .slider__dot._active {
  transform: scale(1.3);
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .slick-list {
    width: 101vw;
    margin-left: -3rem !important;
  }
}

.sectionProgram {
  padding: 9rem 0;
  position: relative;
  background: #1d2023;
}
@media screen and (max-width: 768px) {
  .sectionProgram {
    overflow: hidden;
    text-align: center;
  }
}
.sectionProgram::before {
  content: "";
  width: 73rem;
  height: 40rem;
  background: url("../img/card.jpg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: -40rem;
}
@media screen and (max-width: 768px) {
  .sectionProgram::before {
    width: 90%;
    margin-left: 0;
    margin-top: 18rem;
  }
}
.sectionProgram::after {
  content: "";
  width: 25rem;
  height: 15rem;
  background: url("../img/card_logo.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: -13rem;
  margin-top: -16rem;
}
@media screen and (max-width: 768px) {
  .sectionProgram::after {
    margin-left: 15rem;
    margin-top: 5rem;
  }
}
.sectionProgram__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.sectionProgram__box {
  width: 55rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sectionProgram__box {
    width: 100%;
    align-items: center;
  }
}
.sectionProgram__title {
  margin-bottom: 3rem;
}
.sectionProgram__subtitle {
  font-size: 3.2rem;
  color: #f4a610;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sectionProgram__subtitle {
    font-size: 2.6rem;
    text-align: center;
  }
}
.sectionProgram__text {
  font-size: 2.2rem;
  color: #868f97;
  line-height: 1.5;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .sectionProgram__text {
    margin-bottom: 44rem;
  }
}

.sectionFaq {
  padding: 9rem 0 3rem;
}
.sectionFaq._ott {
  padding: 9rem 0 3rem 0;
}
.sectionFaq__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionFaq__title {
  margin-bottom: 3rem;
}
.sectionFaq__subtitle {
  margin-bottom: 3rem;
  text-align: center;
}
.sectionFaq__switcher {
  margin-bottom: 5rem;
}
.sectionFaq__box {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sectionFaq__box {
    width: 100%;
  }
}
.sectionFaq__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2.5rem;
}
.sectionFaq__items:not(:last-child) {
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.1);
}
.sectionFaq__items._active .sectionFaq__icon {
  filter: grayscale(1);
  transform: rotate(180deg);
}
.sectionFaq__line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sectionFaq__line:not(:last-child) {
  margin-bottom: 4rem;
}
.sectionFaq__line._answer {
  width: 90%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sectionFaq__line._answer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sectionFaq__line {
    flex-direction: column;
  }
}
.sectionFaq__question {
  font-size: 2.4rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sectionFaq__question:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.sectionFaq__icon {
  min-width: 4rem;
  height: 4rem;
  object-fit: contain;
  flex-shrink: 0;
  margin-left: 2rem;
  transition: 0.2s;
}
.sectionFaq__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sectionFaq__answer {
  font-size: 2rem;
  color: #868f97;
  line-height: 1.5;
}
.sectionFaq__answer:not(:last-child) {
  margin-bottom: 3rem;
}
.sectionFaq__answer._left {
  margin-right: 3rem;
}
.sectionFaq__answer .accent {
  font-size: inherit;
  color: #000;
}

.switcher {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5rem;
}
.switcher__items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.5rem;
  font-size: 1.8rem;
  color: #000;
  border-radius: 5rem;
  transition: color 0.2s, transform 0.2s;
  will-change: transform;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .switcher__items {
    text-align: center;
  }
}
.switcher__items:hover {
  color: #f4a610;
}
.switcher__items:not(:last-child) {
  margin-right: 1.5rem;
}
.switcher__items._active {
  font-size: 1.7rem;
  color: #000;
  background: #f4a610;
  transform: scale(1.1);
}

.sectionEnding {
  padding: 9rem 0 4.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sectionEnding {
    padding: 6rem 0;
  }
}
.sectionEnding::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/original.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sectionEnding__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sectionEnding__title {
  margin-bottom: 3rem;
}
.sectionEnding__subtitle {
  width: 70%;
  text-align: center;
  margin-bottom: 3rem;
}
.sectionEnding__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.sectionEnding__smallInfo {
  font-size: 1.6rem;
  color: #585d66;
  margin-bottom: 3rem;
}

.footer {
  padding: 1.5rem 0;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }
}
.footer__navigation {
  margin-left: 8rem;
}
@media screen and (max-width: 768px) {
  .footer__navigation {
    display: none;
  }
}
.footer__button {
  margin-left: auto;
  margin-right: 2rem;
}
.footer__createAcc {
  font-size: 1.6rem;
  color: #000000;
  cursor: pointer;
}
.footer__text {
  font-size: 1.6rem;
  color: #868f97;
}
@media screen and (max-width: 768px) {
  .footer__text {
    width: 100%;
    text-align: center;
  }
  .footer__text:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.footer__text .accent {
  color: #16181a;
  text-decoration: underline;
}

.sectionOffer {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .sectionOffer {
    padding: 6rem 0;
  }
}
.sectionOffer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionOffer__title {
  text-align: center;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .sectionOffer__title {
    margin-bottom: 5rem;
  }
}
.sectionOffer__button-down {
  display: flex;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-bottom: 6rem;
}
.sectionOffer__button-down::before {
  content: "";
  width: 3px;
  height: 1.5rem;
  background: #000;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  margin-left: -0.45rem;
}
.sectionOffer__button-down::after {
  content: "";
  width: 3px;
  height: 1.5rem;
  background: #000;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  margin-left: 0.45rem;
}
.sectionOffer__subtitle {
  text-align: center;
  margin-bottom: 6rem;
}
.sectionOffer__line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.sectionOffer__line::before {
  content: "";
  height: 100%;
  width: 0.2rem;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sectionOffer__line::before {
    width: 100%;
    height: 0.2rem;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    order: 2;
    margin: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sectionOffer__line {
    flex-direction: column;
  }
}
.sectionOffer__items {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sectionOffer__items {
    width: 100%;
  }
  .sectionOffer__items:first-child {
    order: 1;
  }
  .sectionOffer__items:last-child {
    order: 3;
  }
}
.sectionOffer__icon {
  width: 5.7rem;
  height: 7.7rem;
  object-fit: contain;
  margin-bottom: 3rem;
}
.sectionOffer__name {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #000;
}
.sectionOffer__text {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  color: #000;
}

.sectionOttFeatures {
  background: #181a1d;
  padding: 9rem 0;
}
.sectionOttFeatures__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionOttFeatures__title {
  margin-bottom: 3rem;
}
.sectionOttFeatures__subtitle {
  margin-bottom: 3rem;
  text-align: center;
}
.sectionOttFeatures__list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.sectionOttFeatures__items {
  width: 49%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sectionOttFeatures__items {
    width: 100%;
  }
}

.featureOtt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem;
  border: 0.1rem solid #33393e;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.featureOtt__back {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.featureOtt__line {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  z-index: 1;
}
.featureOtt__tick {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
}
.featureOtt__title {
  font-size: 2.4rem;
  color: #fff;
}
.featureOtt__text {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .featureOtt__text {
    font-size: 2.2rem;
  }
}

.sectionServices {
  padding: 9rem 0 0 0;
  background: url("../img/sectionServices-back.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.sectionServices::before {
  content: "";
  width: 104rem;
  height: 104rem;
  background: #181a1d;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 42rem;
}
@media screen and (max-width: 768px) {
  .sectionServices::before {
    margin-top: 44rem;
  }
}
.sectionServices::after {
  content: "";
  width: 74rem;
  height: 74rem;
  background: #080a0c;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 44rem;
}
@media screen and (max-width: 768px) {
  .sectionServices::after {
    margin-top: 44rem;
  }
}
.sectionServices__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.sectionServices__title {
  margin-bottom: 3rem;
  text-align: center;
}
.sectionServices__subtitle {
  width: 63%;
  margin-bottom: 13rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sectionServices__subtitle {
    width: 100%;
    margin-bottom: 19rem;
  }
}
.sectionServices__box {
  width: 100%;
  height: 55rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sectionServices__box {
    height: 45rem;
  }
}
.sectionServices__items {
  width: 10.2rem;
  height: 10.2rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sectionServices__items {
    width: 8rem;
    height: 8rem;
  }
}
.sectionServices__items._1 {
  margin-top: -20rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__items._1 {
    margin-top: -20rem;
  }
}
.sectionServices__items._1 .sectionServices__text {
  left: -7rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__items._1 .sectionServices__text {
    left: 50%;
    transform: translateX(-50%);
  }
}
.sectionServices__items._2 {
  margin-top: -13rem;
  margin-left: -23rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__items._2 {
    margin-top: -14rem;
    margin-left: -10rem;
  }
}
.sectionServices__items._3 {
  margin-top: -13rem;
  margin-left: 23rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__items._3 {
    margin-top: -14rem;
    margin-left: 10rem;
  }
}
.sectionServices__items._4 {
  margin-top: 1rem;
  margin-left: -38rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__items._4 {
    margin-top: -3rem;
    margin-left: -19rem;
  }
}
.sectionServices__items._5 {
  margin-top: 1rem;
  margin-left: 38rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__items._5 {
    margin-top: -3rem;
    margin-left: 19rem;
  }
}
.sectionServices__items._6 {
  margin-top: 18rem;
  margin-left: -45rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__items._6 {
    margin-top: 10rem;
    margin-left: -17rem;
  }
}
.sectionServices__items._7 {
  margin-top: 18rem;
  margin-left: 45rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__items._7 {
    margin-top: 10rem;
    margin-left: 17rem;
  }
}
.sectionServices__text {
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: -4.5rem;
  left: -3rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__text {
    text-align: center;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
._7 .sectionServices__text {
  top: -2.5rem;
}
@media screen and (max-width: 768px) {
  ._7 .sectionServices__text {
    top: -4.5rem;
  }
}
@media screen and (max-width: 768px) {
  ._6 .sectionServices__text {
    top: -4rem;
  }
}
.sectionServices__icon {
  position: absolute;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10.2rem;
  height: 10.2rem;
  transform-origin: 0 25%;
  transition: 0.3s ease all;
}
.sectionServices__icon:hover {
  transform: scale(1.1) translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sectionServices__icon {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.sectionServices__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .sectionServices__center {
    margin-top: 5rem;
  }
}
.sectionServices__logo {
  width: 26rem;
  height: 23rem;
  object-fit: contain;
}
.sectionServices__smallInfo {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.sectionServices__smallInfo .accent {
  font-size: inherit;
  color: #f4a610;
}

@keyframes pulse {
  50% {
    transform: scale(0.9) translateX(-50%) translateY(-50%);
  }
}
.sectionConnect {
  padding: 12rem 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .sectionConnect {
    padding: 6rem 0;
  }
}
.sectionConnect__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionConnect__title {
  margin-bottom: 3rem;
  text-align: center;
}
.sectionConnect__subtitle {
  margin-bottom: 4rem;
  text-align: center;
}
.sectionConnect__line {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.sectionConnect__line::before {
  content: "";
  height: 100%;
  width: 0.2rem;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sectionConnect__items {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionConnect__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sectionConnect__list {
    padding-left: 3rem;
  }
}
.sectionConnect__name {
  font-size: 3.2rem;
  text-align: center;
  color: #000;
  margin-bottom: 3rem;
}
.sectionConnect__text {
  font-size: 2.4rem;
  color: #000;
  position: relative;
}
.sectionConnect__text:not(:last-child) {
  margin-bottom: 2rem;
}
.sectionConnect__text::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/dark-tick.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: -3rem;
  top: 0.5rem;
}

.sectionPages {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100vw;
  min-height: 73rem;
}
@media screen and (max-width: 768px) {
  .sectionPages {
    min-height: 84rem;
  }
}
.sectionPages._enter {
  background: url("../img/enter-page-back.jpg") no-repeat center;
  background-size: cover;
}
.sectionPages._success {
  background: url("../img/succes_back_page.jpg") no-repeat center;
  background-size: cover;
}
.sectionPages._success::before {
  opacity: 0;
}
.sectionPages._success-2 {
  min-height: 85rem;
}
.sectionPages__topBar {
  width: 100%;
  position: relative;
}
.sectionPages__main {
  width: 60rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.sectionPages__main-2 {
  width: 65rem;
}
@media screen and (max-width: 768px) {
  .sectionPages__main {
    width: 90vw;
  }
}
.sectionPages__title {
  margin-bottom: 1rem;
  text-align: center;
}
.sectionPages__subtitle {
  margin-bottom: 2rem;
  text-align: center;
}
.sectionPages__form {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .sectionPages__form {
    width: 100%;
  }
}
.sectionPages__footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .sectionPages__footer {
    padding: 2rem 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }
}
.sectionPages__text {
  font-size: 1.6rem;
  color: #868f97;
}
.sectionPages__text .accent {
  font-size: inherit;
  color: #f4a610;
}
@media screen and (max-width: 768px) {
  .sectionPages__text:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.1rem solid rgba(84, 93, 101, 0.5);
  border-radius: 1rem;
  padding: 4rem;
  background: rgba(38, 42, 46, 0.5);
}
.form__input {
  width: 100%;
  border-radius: 5rem;
  border: 0.1rem solid #3c4348;
  background: #1b1e21;
  box-shadow: none;
  transition: border 0.2s, box-shadow 0.2s;
  font-size: 1.8rem;
  color: #fff;
  padding: 1.8rem 3rem;
  margin-bottom: 2rem;
}
.form__input:focus {
  border: 0.1rem solid #f4a610;
  box-shadow: 0 10px 20px rgba(244, 193, 16, 0.15);
}
.form__input::placeholder {
  color: #fff;
}
.form__smallInfo {
  width: 90%;
  font-size: 1.6rem;
  color: #868f97;
  margin-top: -1rem;
  margin-bottom: 3rem;
}
.form__smallInfo .accent {
  font-size: inherit;
  color: #f4a610;
  text-decoration: underline;
}
.form__checkbox {
  width: 90%;
  margin-bottom: 3rem;
}
.form__button:not(:last-child) {
  margin-bottom: 3rem;
}
.form__text {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.form__text span {
  font-size: 1.6rem;
}
.form__text._small {
  font-size: 1.6rem;
}
.form__text-block {
  display: block;
}
.form__text._error {
  color: #f55b5b;
}
.form__text .accent {
  font-size: inherit;
  color: #f4a610;
  text-decoration: underline;
  margin-left: 1rem;
}
.form__text:not(:last-child) {
  margin-bottom: 3rem;
}
.form__icon {
  width: 23rem;
  height: 10rem;
  object-fit: contain;
  margin-bottom: 1.5rem;
}
.form__title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 1rem;
}
.form__email {
  font-size: 2rem;
  color: #f4a610;
}
.form__email._verify {
  padding: 1rem 2rem;
  border: 0.1rem solid #f4a610;
  border-radius: 5rem;
  margin-bottom: 2rem;
}
.form__subtitle {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}

.checkbox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox__checkbox {
  width: 0;
  height: 0;
  display: none;
}
.checkbox__checkbox:checked + .checkbox__label {
  border: 0.1rem solid #f4a610;
  background-color: rgba(244, 166, 16, 0.3);
  background-image: url("../img/simple-tick.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
.checkbox__label {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1rem solid #3c4348;
  background: #1b1e21;
  border-radius: 0.5rem;
  margin-right: 2rem;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .checkbox__label {
    margin-top: 0.2rem;
  }
}
.checkbox__text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
}
.checkbox__text .accent {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/*# sourceMappingURL=style.css.map */
