@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&family=Open+Sans:wght@600&family=Roboto:wght@100;300;400;500&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.svg") format("svg"), url("../fonts/icons.eot") format("embedded-opentype"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-], [class*=" _icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: white;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-profile:before {
  content: "\e909";
}

._icon-search:before {
  content: "\e900";
}

._icon-check:before {
  content: "\e901";
}

._icon-youtube:before {
  content: "\e902";
}

._icon-google:before {
  content: "\e903";
}

._icon-location:before {
  content: "\e904";
}

._icon-mail:before {
  content: "\e905";
}

._icon-arrow-right:before {
  content: "\e906";
}

._icon-arrow-left:before {
  content: "\e90a";
}

._icon-other:before {
  content: "\e907";
}

._icon-phone:before {
  content: "\e908";
}

* {
  font-family: "Roboto", "Open Sans", "Jost", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: #0A0526;
}

body.lock {
  overflow: hidden;
}

.container {
  max-width: 1310px;
  margin: 0 auto;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #1B0E66;
  padding: 17px 15px;
  border-radius: 0px 0px 16px 16px;
  z-index: 50;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__burger {
  display: none;
}
.header__logo {
  flex: 0 0 100px;
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__menu {
  flex: 0 1 600px;
}
.header__menu ._icon-other {
  font-size: 24px;
}
.header__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__link {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  position: relative;
}
.header__link:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #D91E78;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.header__link:hover {
  color: #D91E78;
}
.header__link:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header__profile {
  display: flex;
  align-items: center;
}

.search-form__icon {
  display: none;
}
.search-form__item {
  position: relative;
  width: 220px;
  margin: 0 10px;
}
.search-form__btn {
  position: absolute;
  right: 13px;
  top: 13px;
  color: #B4B4B4;
}
.search-form__input {
  width: 100%;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #4C18B2;
  border-radius: 16px;
  color: #fff;
}

.profile-header__icon {
  font-size: 24px;
}
.profile-header__regist {
  margin-left: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.btn {
  padding: 8px 32px;
  height: 46px;
  background: #D91E78;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  background: #9c1c5a;
}

.banner {
  background: url("../img/bg_main.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  min-height: 100vh;
  padding: 100px 0;
}
.banner__wrapper {
  max-width: 500px;
  margin: auto 0;
}
.banner__body {
  position: relative;
  margin-bottom: 30px;
}
.banner__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 74px;
  color: #1B0E66;
}
.banner__logo {
  font-family: "Open Sans";
  font-weight: normal;
  position: absolute;
  right: 40px;
  bottom: 0;
}
.banner__subtitle {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #D91E78;
  margin-bottom: 32px;
}
.banner__text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  width: 335px;
  color: #000000;
  margin-bottom: 50px;
}

.footer {
  border-radius: 16px 16px 0px 0px;
  min-height: 220px;
  background-color: #1B0E66;
  padding: 16px 0;
}
.footer__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer__main {
  flex: 0 0 36%;
  display: flex;
  align-items: center;
}
.footer__logo {
  width: 200px;
}
.footer__logo img {
  width: 100%;
  display: block;
}
.footer__list {
  margin-left: 32px;
}
.footer__item:not(:last-child) {
  margin-bottom: 12px;
}
.footer__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.footer__social {
  flex: 0 1 30%;
  text-align: center;
}
.footer__social-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.footer__social-items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 76px;
}
.footer__social-icon {
  margin: 0 16px;
  width: 32px;
}
.footer__social-icon img {
  width: 100%;
  display: block;
}
.footer__social-bottom {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #E6E6E6;
}
.footer__contacts {
  margin-left: auto;
}
.footer__addres {
  margin-bottom: 10px;
}
.footer__addres-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.footer__addres-title::before {
  content: "\e904";
  font-family: "icons";
  padding-right: 6px;
  color: #D91E78;
}
.footer__addres-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
}
.footer__support {
  margin-bottom: 10px;
}
.footer__support-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.footer__support-title:before {
  content: "\e905";
  font-family: "icons";
  padding-right: 6px;
  color: #D91E78;
}
.footer__support-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
}
.footer__phone {
  margin-bottom: 10px;
}
.footer__phone-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.footer__phone-title:before {
  content: "\e908";
  font-family: "icons";
  padding-right: 6px;
  color: #D91E78;
}
.footer__phone-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
}

.title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #FFFFFF;
}

.films {
  padding: 62px 0 0 0;
}
.films__container {
  overflow: hidden;
}
.films__title {
  margin-bottom: 32px;
}
.films__line {
  width: 100%;
  height: 4px;
  background-color: #1B0E66;
  margin-bottom: 32px;
}
.films__item {
  width: 192px;
}
.films__item img {
  width: 100%;
  display: block;
}
.films .owl-carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1199px) {
  .films .owl-carousel {
    width: 864px;
  }
}
.films .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -145px;
  transform: translateY(-50%);
}
.films .owl-nav .owl-next:before {
  content: "\e906";
  font-family: "icons";
  color: #fff;
  font-size: 36px;
}
.films .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -145px;
  transform: translateY(-50%);
}
.films .owl-nav .owl-prev:before {
  content: "\e90a";
  font-family: "icons";
  color: #fff;
  transform: rotate(180deg);
  font-size: 36px;
}
.films .owl-stage {
  overflow: hidden;
}
@media (max-width: 768px) {
  .films .owl-stage {
    overflow: visible;
  }
}
.films .owl-stage-outer {
  overflow: visible !important;
}
.films .owl-item {
  cursor: pointer;
  position: relative;
}
.films .owl-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 15px;
  transition: all 0.3s ease;
}
.films .owl-item.active:before {
  background-color: rgba(0, 0, 0, 0);
}

.genres {
  padding: 64px 0;
}
.genres__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row: 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .genres__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .genres__container {
    grid-template-columns: 1fr;
  }
}
.genres__item {
  background: #1B0E66;
  border-radius: 16px;
  padding: 30px 64px;
  transition: all 0.3s ease;
}
.genres__item:hover {
  box-shadow: 0px 0px 12px 3px #D91E78;
  cursor: pointer;
}
.genres__img {
  width: 64px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.genres__img img {
  width: 100%;
  display: block;
}
.genres__line {
  height: 4px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
}
.genres__title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #B8A1E6;
}

.selection {
  padding-top: 64px;
}
.selection__container {
  overflow: hidden;
}
.selection__title {
  margin-bottom: 64px;
}
.selection__item {
  position: relative;
  width: 416px;
  display: block;
}
.selection__item_new {
  width: 426px;
  padding: 30px;
  border: 1px solid #B8A1E6;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .selection__item {
    max-width: 320px;
  }
  .selection__item_new {
    max-width: 280px;
    padding: 20px;
  }
}
.selection__item-img {
  width: 416px;
}
.selection__item-img_new {
  width: 366px;
}
@media (max-width: 992px) {
  .selection__item-img {
    max-width: 320px;
  }
  .selection__item-img_new {
    max-width: 240px;
  }
}
.selection__item-img img {
  width: 100%;
  display: block;
}
.selection__item-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 16px 16px;
}
.selection__item-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 62px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.selection__item-text {
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 10px 0;
}
.selection__item-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #B4B4B4;
}

.owl-two {
  position: relative;
  margin: 0 auto 0 0;
  width: 100%;
}
@media (min-width: 1199px) {
  .owl-two {
    width: 864px;
  }
}
@media (max-width: 480px) {
  .owl-two {
    margin-left: -5px;
  }
}
.owl-two .owl-stage-outer {
  overflow: visible !important;
}
.owl-two .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -365px;
  transform: translateY(-50%);
}
.owl-two .owl-nav .owl-next:before {
  content: "\e906";
  font-family: "icons";
  color: #fff;
  font-size: 36px;
}
.owl-two .owl-nav .owl-prev {
  display: none;
  position: absolute;
  top: 50%;
  left: -145px;
  transform: translateY(-50%);
}
.owl-two .owl-nav .owl-prev:before {
  content: "\e90a";
  font-family: "icons";
  color: #fff;
  transform: rotate(180deg);
  font-size: 36px;
}
.owl-two .owl-item {
  position: relative;
  cursor: pointer;
}
.owl-two .owl-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 15px;
  transition: all 0.3s ease;
  z-index: 10;
}
.owl-two .owl-item.active:before {
  background-color: rgba(0, 0, 0, 0);
}

.owl-three {
  position: relative;
  margin: 0 auto 0 0;
  width: 100%;
}
@media (min-width: 1199px) {
  .owl-three {
    width: 864px;
  }
}
@media (max-width: 480px) {
  .owl-three {
    margin-left: 0px;
  }
}
.owl-three .owl-stage-outer {
  overflow: visible !important;
}
.owl-three .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -365px;
  transform: translateY(-50%);
}
.owl-three .owl-nav .owl-next:before {
  content: "\e906";
  font-family: "icons";
  color: #fff;
  font-size: 36px;
}
.owl-three .owl-nav .owl-prev {
  display: none;
  position: absolute;
  top: 50%;
  left: -145px;
  transform: translateY(-50%);
}
.owl-three .owl-nav .owl-prev:before {
  content: "\e90a";
  font-family: "icons";
  color: #fff;
  transform: rotate(180deg);
  font-size: 36px;
}
.owl-three .owl-item {
  cursor: pointer;
}
.owl-three .owl-item .selection__item-img_new {
  position: relative;
}
.owl-three .owl-item .selection__item-img_new:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease;
  z-index: 10;
}
.owl-three .owl-item.active .selection__item-img_new:before {
  background-color: rgba(0, 0, 0, 0);
}

.actors {
  padding-top: 64px;
}
.actors__container {
  overflow: hidden;
}
.actors__title {
  margin-bottom: 64px;
}
.actors__item {
  width: 182px;
  display: block;
}
.actors__img {
  width: 182px;
  margin: 0 auto;
}
.actors__img img {
  width: 100%;
  display: block;
}
.actors__name {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 12px;
}

.owl-four {
  position: relative;
  margin: 0 auto 0 0;
  width: 100%;
}
@media (min-width: 1199px) {
  .owl-four {
    width: 1110px;
  }
}
.owl-four .owl-stage-outer {
  overflow: visible !important;
}
.owl-four .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -125px;
  transform: translateY(-50%);
}
.owl-four .owl-nav .owl-next:before {
  content: "\e906";
  font-family: "icons";
  color: #fff;
  font-size: 36px;
}
.owl-four .owl-nav .owl-prev {
  display: none;
  position: absolute;
  top: 50%;
  left: -145px;
  transform: translateY(-50%);
}
.owl-four .owl-nav .owl-prev:before {
  content: "\e90a";
  font-family: "icons";
  color: #fff;
  transform: rotate(180deg);
  font-size: 36px;
}
.owl-four .owl-item {
  cursor: pointer;
  display: block;
}
.owl-four .owl-item .actors__img {
  position: relative;
}
.owl-four .owl-item .actors__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease;
  border-radius: 50%;
  z-index: 10;
}
.owl-four .owl-item .actors__name {
  color: #656565;
}
.owl-four .owl-item.active .actors__img:before {
  background-color: rgba(0, 0, 0, 0);
}
.owl-four .owl-item.active .actors__name {
  color: #ffffff;
}

.subscription {
  padding: 64px 0;
}
.subscription__body {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .subscription__body {
    justify-content: center;
  }
}
.subscription__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 380px;
  background: #1B0E66;
  padding: 32px;
  border-radius: 16px;
  transition: all 0.3s ease;
  margin: 20px 10px;
}
@media (max-width: 1170px) {
  .subscription__item {
    padding: calc(20px + 12 * ((100vw - 320px) / 850));
  }
}
@media (max-width: 768px) {
  .subscription__item {
    flex: 0 1 270px;
  }
}
.subscription__item_max {
  background: linear-gradient(28.47deg, #009ACB 3.54%, #3B00B1 56.9%, #A515ED 100.1%);
}
.subscription__item:hover {
  box-shadow: 0px 0px 12px 3px #D91E78;
}
.subscription__item-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 1170px) {
  .subscription__item-title {
    font-size: calc(30px + 6 * ((100vw - 320px) / 850));
  }
}
@media (max-width: 1170px) {
  .subscription__item-title {
    margin-bottom: calc(10px + 22 * ((100vw - 320px) / 850));
  }
}
.subscription__item-price {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 1170px) {
  .subscription__item-price {
    margin-bottom: calc(10px + 22 * ((100vw - 320px) / 850));
  }
}
.subscription__item-list {
  margin-bottom: 32px;
  flex: 1 1 auto;
}
@media (max-width: 1170px) {
  .subscription__item-list {
    margin-bottom: calc(10px + 22 * ((100vw - 320px) / 850));
  }
}
.subscription__item-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.subscription__item-text:before {
  font-family: "icons";
  margin-right: 11px;
}
.subscription__item-btn {
  width: 132px;
  font-size: 20px;
  line-height: 30px;
}
.subscription__pink {
  color: #D91E78;
  font-weight: 400;
}
.subscription__pink-price {
  font-size: 36px;
  color: #D91E78;
}
@media (max-width: 1170px) {
  .subscription__pink-price {
    font-size: calc(30px + 6 * ((100vw - 320px) / 850));
  }
}
.subscription__yellow {
  color: #FFD500;
  font-weight: 400;
}
.subscription__yellow-price {
  font-size: 36px;
  color: #FFD500;
}
@media (max-width: 1170px) {
  .subscription__yellow-price {
    font-size: calc(30px + 6 * ((100vw - 320px) / 850));
  }
}
.subscription__blue {
  color: #00AEE4;
  font-weight: 400;
}
.subscription__blue-price {
  font-size: 36px;
  color: #00AEE4;
}
@media (max-width: 1170px) {
  .subscription__blue-price {
    font-size: calc(30px + 6 * ((100vw - 320px) / 850));
  }
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0A0526;
  z-index: 100;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.preloader.done {
  opacity: 0;
  visibility: hidden;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.loader::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ff00cc 0%, #333399 100%);
  -webkit-animation: load012323 0.5s infinite linear;
          animation: load012323 0.5s infinite linear;
}

.loader::after {
  width: 80%;
  height: 80%;
  background-color: #0A0526;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes load012323 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes load012323 {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .header__menu {
    width: 450px;
  }
  .header__link {
    font-size: 16px;
  }
  .profile-header__regist {
    font-size: 18px;
    padding: 5px 20px;
    margin-left: 10px;
  }
  .banner {
    background-position: 40% 50%;
  }
  .footer__main {
    flex: 0 1 45%;
  }
  .footer__contacts {
    flex: 0 1 230px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 760px;
  }
  .search-form._active .search-form__item {
    opacity: 1;
    top: 110%;
    visibility: visible;
  }
  .search-form._active .search-form__icon {
    color: #D91E78;
  }
  .search-form__icon {
    display: block;
    margin: 0 10px;
    font-size: 24px;
  }
  .search-form__item {
    position: absolute;
    top: 90%;
    left: 5%;
    width: 90%;
    margin: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
  }
  .search-form__input {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: rgb(0, 0, 0);
  }
  .banner {
    background-position: 40% 50%;
  }
  .footer__container {
    justify-content: center;
  }
  .footer__main {
    flex: 0 1 50%;
    order: 1;
  }
  .footer__social {
    flex: 0 0 100%;
    order: 3;
    margin-top: 20px;
  }
  .footer__social-items {
    margin-bottom: 20px;
  }
  .footer__contacts {
    order: 2;
  }
  .watch__item {
    width: 50px;
  }
  .subscription__item {
    flex: 0 1 350px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 580px;
  }
  .header {
    width: 100%;
    position: fixed;
    z-index: 5;
    height: 60px;
    padding: 7px 15px;
  }
  .header__burger {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 10;
  }
  .header__burger span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    left: 5px;
    top: 18px;
    transition: all 0.3s ease-out;
  }
  .header__burger span:before, .header__burger span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    top: -10px;
    transition: all 0.3s ease-out;
  }
  .header__burger span:after {
    top: 10px;
  }
  .header__container {
    justify-content: flex-start;
  }
  .header__logo {
    margin-left: auto;
  }
  .header__menu {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #1B0E66;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 80px 0;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: auto;
  }
  .header__item {
    margin-top: 20px;
  }
  .header__list {
    width: 100%;
    display: block;
  }
  .header__link {
    font-size: 25px;
  }
  .header.active .header__menu {
    left: 0;
  }
  .header.active .header__burger span {
    width: 0;
  }
  .header.active .header__burger span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .header.active .header__burger span:after {
    transform: rotate(-45deg);
    top: 0;
  }
  .banner {
    background-position: 35% 50%;
  }
  .banner__wrapper {
    width: 300px;
  }
  .banner__logo {
    right: -100px;
  }
  .banner__title {
    font-size: 50px;
    line-height: 58px;
  }
  .banner__subtitle {
    font-size: 35px;
    line-height: 38px;
  }
  .banner__text {
    font-size: 18px;
    line-height: 20px;
  }
  .footer__main {
    display: block;
  }
  .footer__logo {
    max-width: 120px;
    display: block;
    margin-bottom: 20px;
  }
  .footer__contacts {
    margin-top: 30px;
  }
  .subscription__item {
    flex: 0 1 408px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .header {
    padding: 5px 0;
  }
  .profile-header__regist {
    padding: 3px 5px;
    margin-left: 5px;
    font-size: 14px;
    border-radius: 6px;
  }
  .banner {
    background-position: 60% 50%;
  }
  .banner__wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 8px;
  }
  .banner__logo {
    position: relative;
    left: 0;
    width: 150px;
    display: inline-block;
  }
  .banner__logo img {
    width: 100%;
    display: block;
  }
  .banner__title {
    font-size: 35px;
    line-height: 45px;
  }
  .banner__text {
    width: 100%;
  }
  .footer__main {
    display: block;
    flex: 1 1 100%;
    text-align: center;
  }
  .footer__list {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__contacts {
    margin-top: 20px;
    flex: 1 1 100%;
    text-align: center;
  }
  .subscription__item {
    flex: 0 1 100%;
  }
}