html {
  scroll-behavior: smooth
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

body {
  background-color: #e5effb;
  min-width: 320px;
  overflow-x: hidden;
  line-height: 1;
}

a {
  display: inline-block;
  text-decoration: none
}

span,
button {
  display: inline-block
}

input,
button {
  background: 0;
  outline: 0;
  border: 0
}

ul,
li {
  list-style: none
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px
}

.img__responsive {
  display: inline-block;
  height: auto;
  max-width: 100%
}

.wrapper {
  background-image: url(/modal/img/main-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 17.5%;
  background-position: -150px;
  position: relative;
  overflow: hidden
}

.img__right {
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0
}

.img__right img {
  height: 100%
}

.header {
  padding-top: 38px;
  position: relative;
  z-index: 999
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__item {
  margin-right: 39px
}

.header__item:last-child {
  margin-right: 0
}

.header__item a {
  font-size: 16px;
  line-height: 24px;
  color: #d0d8fe;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.header__item.login a {
  text-align: center;
  padding: 7px 0;
  border: 1px solid #edf0ff;
  border-radius: 40px;
  min-width: 132px
}

.movies {
  margin-top: 209px;
  position: relative
}

.movies__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.movies__title {
  font-weight: 900;
  font-size: 72px;
  color: #617afa;
  margin-bottom: 20px
}

.movies__line {
  width: 4px;
  height: 52px;
  background-color: #617afa;
  margin-right: 10px
}

.movies__descr {
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  margin-bottom: 50px
}

.movies__price {
  font-size: 18px;
  line-height: 26px;
  color: #919acc;
  margin-bottom: 25px
}

.movies__btn-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.movies__btn-wrapp button {
  font-weight: 600;
  font-size: 18px;
  max-width: 263px;
  width: 100%;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.movies__subscribe {
  background-color: #617afa;
  -webkit-box-shadow: 0 4px 30px rgba(97, 122, 250, 0.4);
  box-shadow: 0 4px 30px rgba(97, 122, 250, 0.4);
  color: #edf0ff;
  margin-right: 40px;
  padding: 26px 0
}
.subs-trial {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  color: #BEC9FF;
}
.subs-trial svg {
  margin-right: 5px;
}
.movies__demo {
  background-color: #22273e;
  -webkit-box-shadow: 0 4px 30px rgba(16, 19, 27, 0.7);
  box-shadow: 0 4px 30px rgba(16, 19, 27, 0.7);
  color: #cbd4e4;
  padding: 13px 0 18px
}

.movies__demo-text {
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  color: #919acc
}

.movies__premium {
  max-width: 360px;
  width: 100%;
  background-image: url(/modal/img/bg-test-prem.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -50px;
  border-radius: 20px;
  position: relative
}

.movies__premium:before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: #5069e9;
  position: absolute;
  top: 41px;
  right: 38px;
  border-radius: 50%
}

.movies__premium:after {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #5069e9;
  opacity: .3;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  position: absolute;
  border-radius: 50%;
  bottom: 40px;
  left: 30px
}

.movies__inner {
  padding: 55px;
  position: relative
}

.movies__occupied {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 79px
}

.movies__occupied b {
  font-size: 16px;
  line-height: 20px;
  color: #617afa
}

.movies__occupied b:first-child {
  margin-left: 5px
}

.movies__occupied span {
  font-size: 12px;
  line-height: 15px;
  text-transform: lowercase;
  color: #909acc;
  margin: 0 5px
}

.movies__prog-line svg {
  height: 10px;
  max-width: 259px
}

.btn__circle {
  width: 80px;
  height: 80px;
  background-color: #22273e;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: relative
}

.btn__circle svg {
  height: 40px !important;
  width: 24px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important
}

.premium__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  color: #6982ff;
  margin-bottom: 50px
}

.premium__title span {
  font-size: 24px;
  line-height: 36px;
  color: #fff
}

.premium__advantages {
  margin-bottom: 39px
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #cbd4e4;
  margin-bottom: 28px
}

.advantages__item svg {
  height: 15px;
  width: 15px;
  margin-right: 14px
}

.advantages__item:last-child {
  margin-bottom: 0
}

.premium__price {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #909acc;
  white-space: nowrap
}

.premium__price span {
  margin: 0 2px;
  font-weight: 900;
  font-size: 50px;
  color: #6982ff
}

.slick-next .slick-arrow,
.slick-prev .slick-arrow {
  display: none
}

.info {
  padding-top: 150px;
  padding-bottom: 116px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #0f182b 0, #10141c 100%);
  background: radial-gradient(50% 50% at 50% 50%, #0f182b 0, #10141c 100%);
  position: relative
}

.head-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  z-index: 9999
}

.info__title {
  max-width: 790px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  margin-bottom: 31px
}

.info__descr {
  max-width: 580px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #909acc
}

.info__numbers {
  margin-top: 86px;
  margin-bottom: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center
}

.info__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 900
}

.info__number b {
  font-size: 72px;
  color: #151c2f;
  text-shadow: 0 0 20px rgba(97, 122, 250, 0.3), -2px 0 #617afa, 0 2px #617afa, 0 -2px #617afa, 1px 1px #617afa, -1px -1px #617afa, -1px 1px #617afa, 1px -1px #617afa;
  margin-bottom: 17px;
  letter-spacing: -2px
}

.info__number span {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #909acc;
  text-shadow: none
}

.info__carousel {
  background-image: url(/modal/img/infoCarouselBg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 260px;
  overflow-x: hidden
}

.info__loop {
  display: none
}

.usability {
  padding-top: 60px;
  padding-bottom: 332px;
  background-color: #fafaff
}

.usability__wrapper {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden
}

.usability__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.usability__inner:first-child {
  margin-bottom: 70px
}

.usability__inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.usability__img.mr {
  margin-right: 50px
}

.usability__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  font-size: 36px;
  white-space: nowrap;
  margin-bottom: 33px;
  position: relative
}

.usability__title b {
  color: #617afa;
  margin-right: 12px
}

.usability__title b::before {
  content: '';
  background-color: #617afa;
  width: 31px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0
}

.usability__title span {
  color: #22273e
}

.usability__text {
  max-width: 485px;
  font-size: 16px;
  line-height: 24px;
  color: #22273e
}

.video {
  background-image: url(/modal/img/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 102px
}

.video__descr {
  margin-top: -50px
}

.video__content video {
  -webkit-transform: translate(-50%, -150px);
  -ms-transform: translate(-50%, -150px);
  transform: translate(-50%, -150px);
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  left: 50%;
  border-radius: 30px;
  border: 3px solid #777
}

.video__title {
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px
}

.video__offers {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #909acc;
  margin-bottom: 96px
}

.video__btn-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.video__btn-wrapp button {
  font-weight: 600;
  font-size: 18px;
  padding: 16px 0;
  max-width: 263px;
  width: 100%;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.video__demo {
  background-color: #22273e;
  -webkit-box-shadow: 0 4px 30px rgba(16, 19, 27, 0.7);
  box-shadow: 0 4px 30px rgba(16, 19, 27, 0.7);
  color: #cbd4e4
}

.video__subscribe {
  background-color: #617afa;
  -webkit-box-shadow: 0 4px 30px rgba(97, 122, 250, 0.4);
  box-shadow: 0 4px 30px rgba(97, 122, 250, 0.4);
  color: #edf0ff;
  margin-right: 40px
}

.footer {
  background-color: #fafaff;
  padding: 60px 0
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__item {
  margin-right: 39px
}

.footer__item.foot-login a {
  padding: 11px 0;
  border: 1px solid #959ec6;
  border-radius: 40px;
  min-width: 132px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.footer__item a {
  font-size: 16px;
  color: #22273e;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.footer__item:last-child {
  margin-right: 0
}

.reserved {
  background-color: #eceef7;
  text-align: center;
  padding: 8px 0
}

.reserved__text {
  font-size: 16px;
  color: #909acc
}

.btn-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn-up.visible {
  opacity: 1;
  visibility: visible
}

.btn-up img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 70px;
  height: 73px
}

@media(min-width:992px) {

  .movies__subscribe:hover,
  .video__subscribe:hover {
    background-color: #4664ff;
    -webkit-box-shadow: 0 4px 30px rgba(97, 122, 250, 0.4);
    box-shadow: 0 4px 30px rgba(97, 122, 250, 0.4)
  }

  .movies__demo:hover,
  .video__demo:hover {
    background-color: #2b3254;
    -webkit-box-shadow: 0 4px 30px rgba(16, 19, 27, 0.7);
    box-shadow: 0 4px 30px rgba(16, 19, 27, 0.7)
  }

  .header__item a:hover {
    color: #fff
  }

  .header__item.login a:hover {
    border: 1px solid #fff
  }

  .btn-up:hover img {
    height: 93px;
    width: 90px
  }

  .footer__item a:hover {
    color: #617afa
  }

  .footer__item.foot-login a:hover {
    color: #22273e;
    border-color: #22273e
  }
}

@media(max-width:1270px) {
  .img__right {
    display: none
  }
}

@media(max-width:992px) {
  .movies {
    margin-top: 100px
  }

  .movies__main {
    max-width: 500px;
    width: 100%
  }

  .movies__premium {
    margin-left: 10px;
    max-width: 320px
  }

  .movies__premium:before {
    top: 25px;
    right: 25px
  }

  .movies__premium:after {
    bottom: 20px
  }

  .movies__inner {
    padding: 45px
  }

  .movies__title {
    font-size: 46px
  }

  .movies__line {
    height: 34px
  }

  .movies__descr {
    font-size: 30px
  }

  .movies__btn-wrapp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .movies__btn-wrapp button {
    font-size: 14px;
    padding: 4px 0
  }

  .info {
    padding-top: 90px
  }

  .info__title {
    font-size: 26px;
    line-height: 36px
  }

  .info__numbers {
    margin-top: 40px;
    margin-bottom: 43px
  }

  .info__number b {
    font-size: 64px;
    margin-bottom: 0
  }

  .info__number span {
    font-size: 18px;
    margin-bottom: 23px
  }

  .usability {
    padding-top: 70px
  }

  .usability__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .usability__img.mr {
    margin-right: 0
  }

  .usability__descr.ml {
    margin-left: 0
  }

  .usability__descr.mr {
    margin-right: 0
  }

  .video__btn-wrapp button {
    font-size: 14px;
    padding: 4px 0
  }

  .movies__subscribe {
    margin-right: 20px
  }

  .video__subscribe {
    margin-right: 20px
  }
}

@media(max-width:820px) {
  .info__numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(max-width:768px) {
  .movies {
    margin-top: 70px
  }

  .movies__btn-wrapp {
    margin-bottom: 50px
  }

  .movies__wrapper {
    -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
  }

  .movies__premium {
    margin-left: 0;
    margin-top: 0
  }

  .movies__descr {
    margin-bottom: 30px
  }

  .movies__occupied {
    margin-bottom: 40px
  }

  .usability {
    padding-top: 44px;
    padding-bottom: 242px
  }

  .video__title {
    font-size: 24px;
    line-height: 36px
  }

  .video__offers {
    margin-bottom: 60px
  }
}

@media(max-width:576px) {
  .movies__occupied {
    display: none
  }

  .movies__title {
    font-size: 36px;
    margin-bottom: 10px
  }

  .movies__descr {
    font-size: 20px;
    margin-bottom: 40px
  }

  .movies__line {
    height: 26px
  }

  .movies__price {
    font-size: 14px;
    margin-bottom: 50px
  }

  .premium__title {
    margin-bottom: 40px
  }

  .movies__inner {
    padding: 35px
  }

  .mobile {
    display: none
  }

  .movies__demo-text {
    font-size: 11px
  }

  .info__descr br {
    display: none
  }

  .usability__title {
    font-size: 19px
  }

  .video__descr {
    margin-top: -100px
  }

  .footer {
    padding: 50px 0
  }

  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer__item {
    margin-right: 0;
    margin-bottom: 30px
  }

  .footer__item:last-child {
    margin-bottom: 0
  }

  .footer__logo {
    margin-bottom: 40px
  }

  .btn-up {
    right: 10px
  }
}

.header__line {
  background-image: url(/modal/img/header__line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.header__line-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fafafa
}

.header__line-wrapp p {
  font-weight: 700;
  color: #1ccd38;
  margin-right: 5px
}

.header__line-wrapp span {
  font-weight: 900;
  margin-left: 5px
}

.header__line-wrapp b {
  font-weight: 900;
  color: #1ccd38;
  margin-left: 2px
}

.header__line-wrapp b:last-child {
  margin-left: 0
}

.header__line-wrapp i {
  font-style: normal;
  margin: 0 4px
}

.home-modal {
  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;
  background: rgba(15, 19, 39, 0.9);
  position: fixed;
  min-height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999999999999;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.home-modal.open {
  opacity: 1;
  visibility: visible
}

.home-modal.open .home-modal__wrapp {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.home-modal__wrapp {
  max-width: 630px;
  width: 100%;
  text-align: center;
  background: -o-radial-gradient(68.3% 34.6%, 65.4% 65.4%, #e4e9ff 0, #cbd3ff 100%);
  background: radial-gradient(65.4% 65.4% at 68.3% 34.6%, #e4e9ff 0, #cbd3ff 100%);
  border-radius: 10px;
  position: relative;
  -webkit-transform: translateY(200%) scale(0);
  -ms-transform: translateY(200%) scale(0);
  transform: translateY(200%) scale(0);
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out
}

.home-modal__inner {
  background-image: url(/modal/img/mdo-modal.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 110px 60px 90px;
  border-radius: 10px
}

.home-modal__close {
  position: absolute;
  top: -35px;
  right: -30px;
  cursor: pointer
}

.home-modal__close svg {
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  fill: #a4a4d2
}

.home-modal__title {
  font-weight: 700;
  font-size: 36px;
  color: #161b39;
  margin-bottom: 30px
}

.home-modal__descr {
  font-size: 16px;
  line-height: 19px;
  color: #2d345f;
  margin: 0 auto 17px
}

.home-modal__price {
  margin-bottom: 71px;
  position: relative
}

.home-modal__amount {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  white-space: nowrap
}

.home-modal__amount span {
  font-weight: 700;
  font-size: 30px
}

.home-modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

/* .home-modal__btn:before {
  content: '';
  background-color: #5b65a3;
  width: 43px;
  height: 2px;
  position: absolute;
  top: -26px;
  left: calc(50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
} */

.home-modal__demo,
.home-modal__subs {
  max-width: 240px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
  border-radius: 40px;
  padding: 14px 10px;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.home-modal__subs {
  background-color: #617afa;
  -webkit-box-shadow: 0 4px 30px #617afa;
  box-shadow: 0 4px 30px #617afa
}

.home-modal__demo {
  background-color: #22273e;
  -webkit-box-shadow: 0 4px 30px rgba(6, 26, 81, 0.7);
  box-shadow: 0 4px 30px rgba(6, 26, 81, 0.7)
}

.restrictions {
  background-image: url(/modal/img/restrict-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -9px;
  display: flex;
  justify-content: center;
  max-height: 100%;
  overflow-y: auto;
  z-index: 100;
  padding: 0 15px
}

.restrictions__wrapper {
  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
}

.restrictions__leftside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.restrictions__rightside img {
  max-width: 100%
}

.restrictions__block {
  max-width: 360px;
  width: 100%;
  padding: 13px 15px;
  background-color: #2f3867;
  border-radius: 10px;
  margin-bottom: 30px
}

.restrictions__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fafafa;
  margin-bottom: 8px
}

.restrictions__title span {
  font-weight: 700;
  font-size: 14px;
  color: #7d93ff
}

.restrictions__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  color: #8791c8
}

.restrictions__left b {
  font-weight: 700;
  font-size: 14px;
  color: #7d93ff;
  margin-left: 5px
}

.restrictions__without {
  max-width: 470px;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #fafafa;
  margin-bottom: 16px
}

.restrictions__price {
  font-size: 24px;
  color: #a7b0e4;
  margin-bottom: 10px
}

.restrictions__price span {
  font-weight: 700;
  font-size: 48px;
  color: #e064ff;
  margin-right: 3px
}

.restrictions__descr {
  font-size: 16px;
  line-height: 19px;
  color: #8791c8;
  margin-bottom: 14px
}

.restrictions__btn {
  max-width: 240px;
  width: 100%;
  background-color: #617afa;
  -webkit-box-shadow: 0 4px 30px #617afa;
  box-shadow: 0 4px 30px #617afa;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-align: center
}

.restrictions__btn a {
  color: #fff;
  cursor: pointer;
  width: 100%;
  padding: 7px 0;
  font-weight: 600;
}

.push-notifi__wrapp {
  max-width: 238px;
  width: 100%;
  background-color: #cadce1;
  border-radius: 3px;
  padding: 15px
}

.push-notifi__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #101d24
}

.push-notifi__title svg {
  margin-right: 6px;
  margin-top: 2px
}

.push-notifi__watch {
  font-size: 12px;
  line-height: 16px;
  color: #325e6b;
  margin-bottom: 12px
}

.push-notifi__links {
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.push-notifi__links a {
  color: #1598ab;
  opacity: .9
}

.push-notifi__links a svg {
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  fill: #3ea4b1
}

@media(min-width:992px) {
  .header__line {
    display: none;
  }
  .restrictions__btn:hover {
    background-color: #4664ff
  }

  .home-modal__close svg:hover {
    fill: #fafafa
  }

  .home-modal__demo:hover {
    background-color: #2b3254
  }

  .home-modal__subs:hover {
    background-color: #4664ff
  }

  .push-notifi__links a:hover {
    color: #0091a4;
    opacity: 1
  }

  .push-notifi__links a:hover svg {
    fill: #0091a4
  }
}

@media(max-width:1130px) {

  .restrictions__block,
  .restrictions__price {
    margin-bottom: 10px
  }

  .restrictions__without {
    font-size: 22px;
    line-height: 30px
  }

  .restrictions__price span {
    font-size: 40px
  }
}

@media(max-width:992px) {
  .my-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    z-index: 9999999;
    background: rgba(15, 19, 39, 0.9)
  }

  .restrictions {
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    height: auto;
    background: url(/modal/img/bkg_mobile_modal.png) center no-repeat;
    background-size: cover;
    padding: 50px 20px;
    border-radius: 15px
  }

  .restrictions__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .restrictions__leftside {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    z-index: 2
  }

  .restrictions__rightside {
    display: none
  }

  .restrictions__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .restrictions__without {
    max-width: none;
    font-size: 20px
  }
}

@media(max-width:768px) {
  .home-modal__wrapp {
    max-width: 90%
  }

  .home-modal__demo {
    margin-right: 15px
  }
}

@media(max-width:576px) {
  .home-modal__inner {
    padding: 35px 20px
  }

  .home-modal__price {
    margin-bottom: 40px
  }

  .home-modal__title {
    font-size: 23px;
    margin-bottom: 20px
  }

  .home-modal__amount {
    font-size: 18px
  }

  .home-modal__amount span {
    font-size: 28px
  }

  .home-modal__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .home-modal__close {
    right: -5px
  }

  .home-modal__demo {
    margin-right: 0;
    margin-bottom: 20px
  }

  .home-modal__demo,
  .home-modal__subs {
    font-size: 14px
  }
  .subs-trial {
    font-size: 12px;
  }
}