@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  vertical-align: baseline;
  -webkit-appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

*[hidden] {
  display: none;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

html,
textarea {
  overflow: auto;
}

input {
  vertical-align: middle;
}

input,
textarea,
select,
button {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  outline: none;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  vertical-align: top;
  border: none;
}

body {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

h1,
h2 {
  font-family: 'Fira Sans';
}

h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}

.header {
  width: 100%;
  height: 320px;
  background: url("/application/data/images/abonement_pack/header.jpg") center top no-repeat;
  object-fit: cover;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  padding: 24px 0;
}

.header .wrap {
  display: flex;
  height: 100%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: flex-end;
}

.header h1 {
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
}

.header p {
  max-width: 700px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}

.gray_block {
  width: 100%;
  padding: 56px 0;
  background-color: #f5f8fb;
}

.gray_block h2.lightning {
  padding: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.gray_block h2.lightning img {
  margin-right: 10px;
}

.gray_block .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1060px;
  justify-content: center;
}

.gray_block .advantages {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gray_block .item1 p {
  max-width: 210px;
}

.gray_block .item2 {
  margin: 0 10px;
}

.gray_block .item2 p {
  max-width: 230px;
}

.gray_block .item3 p {
  max-width: 250px;
}

.gray_block .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.gray_block .item .ico {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.gray_block .item p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}

.countdown {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown .countdown-number {
  width: 54px;
  margin: 0 12px;
}

.countdown .countdown-time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Fira Sans';
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  min-width: 54px;
  height: 56px;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
}

.countdown .countdown-time:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.08);
}

.countdown .countdown-text {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.months {
  position: relative;
  margin: 40px auto;
  max-width: 370px;
  display: flex;
  padding: 2px;
  border-radius: 16px;
  background-color: #f5f8fb;
}

.months .month {
  width: 33.33%;
  flex-grow: 1;
  border-radius: 16px;
  text-align: center;
  line-height: 28px;
  height: 28px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.months .month.active {
  background-color: #fff;
}

.months .info {
  position: absolute;
  left: calc(100% + 16px);
  top: calc(50% - 40px);
  width: 350px;
  height: 80px;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 16px 32px 16px 16px;
  box-sizing: border-box;
}

.months .info:after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: -19px;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.months .info .text {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
}

.months .info .close_hint {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.months .info .close_hint:hover:after,
.months .info .close_hint:hover:before {
  border-color: #6633cc;
}

.months .info .close_hint:after,
.months .info .close_hint:before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  width: 16px;
  border-bottom: 1px solid #c6cad8;
  transform: rotate(-45deg);
}

.months .info .close_hint:after {
  transform: rotate(45deg);
}

.plans {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-around;
}

.plans .plan {
  width: 434px;
  margin: 16px 10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: stretch;
}

.plans .plan .caption {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 32px;
}

.plans .plan .caption .ico {
  flex-shrink: 0;
  width: 94px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 20px;
}

.plans .plan .caption .ico img {
  width: 100%;
}

.plans .plan .caption .info .name {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #6633cc;
  padding: 8px 0;
}

.plans .plan .caption .info .text {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}

.plans .plan .plan_box {
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  position: relative;
  padding: 32px 40px 190px;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.plans .plan .plan_box.kinolub {
  color: #fff;
  background-color: #6633cc;
}

.plans .plan .plan_box.kinolub .order {
  color: #6633cc;
}

.plans .plan .plan_box.kinolub .order:hover {
  color: #333;
}

.plans .plan .plan_box.kinoman {
  background-image: linear-gradient(to bottom, #ffec9a, #ceb053);
}

.plans .plan .plan_box.kinoman .order:hover {
  color: #6633cc;
}

.plans .plan .plan_box.kinoman .count_box .how_many .minus:after,
.plans .plan .plan_box.kinoman .count_box .how_many .minus:before,
.plans .plan .plan_box.kinoman .count_box .how_many .plus:after,
.plans .plan .plan_box.kinoman .count_box .how_many .plus:before {
  border-color: #333;
}

.plans .plan .plan_box .title {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Fira Sans';
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}

.plans .plan .plan_box .title img {
  margin-left: 16px;
}

.plans .plan .plan_box .title .popular {
  position: absolute;
  top: calc(50% - 13px);
  right: -41px;
  height: 24px;
  padding: 0 12px 0 20px;
  background: #009933;
  border-radius: 0 2px 2px 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}

.plans .plan .plan_box .title .popular:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 12px solid transparent;
  border-left: 12px solid #6633cc;
}

.plans .plan .plan_box ul {
  padding-left: 20px;
}

.plans .plan .plan_box ul li {
  padding: 0 0 16px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}

.plans .plan .plan_box ul li span {
  display: block;
  font-size: 16px;
/*  font-weight: 300;*/
  line-height: 1.5;
  opacity: .4;
}

.plans .plan .plan_box .order_line {
  position: absolute;
  bottom: 32px;
  left: 40px;
  width: calc(100% - 80px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.plans .plan .plan_box .order_line .sb-flex {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}

.plans .plan .plan_box .order_line .sb-flex .price .new {
  font-family: 'Fira Sans';
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
}

.plans .plan .plan_box .order_line .sb-flex .price .old {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.4;
}

.plans .plan .plan_box .order_line .sb-flex .price .old span {
  text-decoration: line-through;
}

.plans .plan .plan_box .order_line .order {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Fira Sans';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  transition: color .3s;
}

.count_box .how_many {
  display: flex;
  height: 40px;
  align-items: center;
}

.count_box .how_many .minus,
.count_box .how_many .plus {
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.count_box .how_many .minus:before,
.count_box .how_many .plus:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
  width: 18px;
  border-bottom: 2px solid #6633cc;
}

.count_box .how_many .minus.disable,
.count_box .how_many .plus.disable {
  opacity: .2;
  cursor: default;
  box-shadow: none;
}

.count_box .how_many .plus:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
  width: 18px;
  border-bottom: 2px solid #6633cc;
  transform: rotate(90deg);
}

.count_box .val {
  font-family: 'Fira Sans';
  font-size: 24px;
  min-width: 27px;
  padding: 0 5px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
}

.count_box .per {
  opacity: .4;
  text-align: center;
}

.how_block {
  width: 100%;
  padding: 110px 0 10px;
}

.how_block .steps {
  width: 100%;
  padding: 56px 0;
  display: flex;
  justify-content: space-between;
}

.how_block .steps .step1 p {
  max-width: 300px;
}

.how_block .steps .step2 p {
  max-width: 245px;
}

.how_block .steps .step3 p {
  max-width: 225px;
}

.how_block .steps .step {
  display: flex;
  margin-right: 10px;
}

.how_block .steps .step .num {
  margin-top: 4px;
  flex-shrink: 0;
  margin-right: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #6633cc;
  font-size: 24px;
}

.how_block .steps .step p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.h350 {
  box-sizing: border-box;
  height: 350px;
}

.white_block {
  padding: 56px 0;
}

.reviews {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 385px;
}

.reviews .show_more {
  display: none;
}

.reviews .col {
  width: calc(48%);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.reviews .post {
  flex-grow: 0;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.06);
  padding: 16px 22px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
}

.reviews .post .author {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.5);
}

.faq {
  width: 100%;
  margin: 56px auto 0;
  max-width: 940px;
}

.faq .item {
  padding: 16px 0;
  border-bottom: 1px solid #f2f2f2;
}

.faq .item .ask {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  padding-right: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}

.faq .item .ask.active:after {
  transform: rotate(-45deg);
}

.faq .item .ask.active:before {
  transform: rotate(45deg);
}

.faq .item .ask:after,
.faq .item .ask:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition: .3s;
}

.faq .item .ask:after {
  right: 6px;
  transform: rotate(45deg);
}

.faq .item .answer {
  display: none;
  padding-top: 6px;
}

.faq .item .answer ul {
  padding: 10px 20px;
}

.btn_line {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn2 {
  font-family: 'Fira Sans';
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #6633cc;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 8px;
  width: 292px;
  height: 56px;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  border: solid 2px #6633cc;
  background-color: #fff;
  transition: color .3s;
}

.btn2:hover {
  color: #fff;
  border: none;
  padding: 0 22px;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
}

.btn {
  font-family: 'Fira Sans';
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 8px;
  width: 292px;
  height: 56px;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  border: none;
  padding: 0 22px;
  background-image: linear-gradient(to left, #4f0ed0, #6633cc);
  transition: color .3s;
}

.btn:hover {
  color: #6633cc;
  border: solid 2px #6633cc;
  padding: 0 20px;
  background: #fff;
}

.pop_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #19072c;
  opacity: 0;
  z-index: -999;
  visibility: hidden;
  cursor: pointer;
  transition: opacity .3s;
  overflow-y: auto;
}

.pop_box.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.pop_box .pop_fon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}

.pop_box .window {
  cursor: initial;
  position: relative;
  display: none;
  width: 100%;
  padding: 36px 40px 32px;
  max-width: 500px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.pop_box .window .close {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #fff url("/application/data/images/abonement_pack/close.svg") center no-repeat;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}

.pop_box .window .heading {
  font-family: 'Fira Sans';
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-bottom: 16px;
}

.pop_box .window .heading2 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  margin-bottom: 16px;
}

.pop_box .window .label {
  font-family: Roboto;
  font-size: 16px;
  /*font-weight: 300;*/
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
  opacity: .5;
}

.pop_box .window .legacy {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.71;
  color: rgba(51, 51, 51, 0.5);
}

.pop_box .window .legacy a {
  color: #6633cc;
}

.pop_box .window .legacy a:hover {
  text-decoration: underline;
}

.pop_box .window#comment .form {
  max-width: initial;
}

.pop_box .window#comment .form .btn {
  margin-top: -7px;
  max-width: 196px;
}

.pop_box .window .form {
  max-width: 312px;
  margin: 24px auto 16px;
  text-align: left;
}

.pop_box .window .form input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #c6cad8;
  background-color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  transition: .3s;
  color: #333;
}

.pop_box .window .form input[type=text]:focus {
  border-color: #6633cc;
}

.pop_box .window .form input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.pop_box .window .form textarea {
  width: 100%;
  height: 88px;
  padding: 5px 10px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #c6cad8;
  background-color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  transition: .3s;
  color: #333;
}

.pop_box .window .form textarea:focus {
  border-color: #6633cc;
}

.pop_box .window .form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.pop_box .window .form .btn {
  font-weight: 400;
  width: 100%;
  height: 40px;
  margin: 0;
  cursor: pointer;
}

.pop_box .window .form .not_important {
  margin-top: 8px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #333;
  opacity: .5;
}

.pop_box .window .important {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  opacity: .5;
}

.pop_box .window .flex-c {
  display: flex;
  justify-content: center;
  margin: 40px 0 32px;
}

.pop_box .window .flex-c .count_box {
  margin: 0 20px;
  position: relative;
}

.pop_box .window .flex-c .count_box .info {
  display: none;
  position: absolute;
  left: calc(100% + 24px);
  top: calc(50% - 60px);
  width: 220px;
  height: 100px;
  border-radius: 2px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 16px 32px 16px 16px;
  box-sizing: border-box;
  z-index: 1;
}

.pop_box .window .flex-c .count_box .info:after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: -19px;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.pop_box .window .flex-c .count_box .info .text {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
}

.pop_box .window .flex-c .count_box .info .close_hint {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.pop_box .window .flex-c .count_box .info .close_hint:hover:after,
.pop_box .window .flex-c .count_box .info .close_hint:hover:before {
  border-color: #6633cc;
}

.pop_box .window .flex-c .count_box .info .close_hint:after,
.pop_box .window .flex-c .count_box .info .close_hint:before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  width: 16px;
  border-bottom: 1px solid #c6cad8;
  transform: rotate(-45deg);
}

.pop_box .window .flex-c .count_box .info .close_hint:after {
  transform: rotate(45deg);
}

.pop_box .window .flex-c .plus.disable,
.pop_box .window .flex-c .minus.disable {
  background: #f5f8fb;
  opacity: 1;
}

.pop_box .window .flex-c .plus.disable:before,
.pop_box .window .flex-c .minus.disable:before {
  border-color: #fff;
}

.pop_box .window .flex-c .plus.disable:after {
  border-color: #fff;
}

.pop_box .window .order_line {
  border-top: 1px solid #f2f2f2;
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.pop_box .window .order_line .price {
  margin-right: 10px;
  flex-shrink: 0;
}

.pop_box .window .order_line .price .new {
  font-family: 'Fira Sans';
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
}

.pop_box .window .order_line .price .old {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.4;
}

.pop_box .window .order_line .price .old span {
  text-decoration: line-through;
}

.pop_box .window .order_line .btn {
  max-width: 240px;
  height: 40px;
  margin: 16px 0 0 0;
  font-weight: 400;
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
  .months .info {
    width: 270px;
  }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .header {
    padding: 16px 0;
    background-position: -350px 0;
    background-size: initial;
    height: 290px;
  }

  .header h1 {
    font-size: 24px;
  }

  .header p {
    font-size: 14px;
    line-height: 1.71;
  }

  .white_block {
    padding: 24px 0;
  }

  .months .info {
    top: calc(100% + 16px);
    left: calc(50% - 150px);
    width: 300px;
  }

  .months .info:after {
    top: -19px;
    left: calc(50% - 10px);
    border-color: transparent;
    border-bottom-color: #fff;
  }

  .gray_block:not(.h350) {
    padding: 24px 0 40px;
  }

  .how_block {
    padding-top: 24px;
  }

  .how_block .steps {
    padding: 24px 0 0;
  }

  .gray_block .advantages {
    flex-wrap: wrap;
    justify-content: center;
  }

  .gray_block .advantages .item p {
    text-align: center;
    margin-top: 0;
  }

  .reviews {
    margin-top: 24px;
    flex-wrap: wrap;
    height: initial;
    padding-bottom: 0;
  }

  .reviews .col {
    width: 100%;
    max-width: initial;
  }

  .reviews .post {
    width: 100%;
    margin-bottom: 16px;
  }

  .faq {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .faq .item .ask {
    font-size: 16px;
  }

  .gray_block.h350 {
    height: 320px;
    padding: 24px 0;
  }

  .gray_block.h350 .btn_line {
    margin-top: 32px;
  }

  .gray_block.h350 .btn_line .btn {
    order: -1;
  }

  .gray_block.h350 .btn_line .btn,
  .gray_block.h350 .btn_line .btn2 {
    height: 44px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .gray_block:not(.h350) .advantages .item {
    width: 100%;
  }

  .gray_block:not(.h350) .advantages .item1 p {
    margin-top: 8px;
  }

  .gray_block:not(.h350) h2 {
    display: block;
    padding: 0 30px;
  }

  .gray_block:not(.h350) h2.lightning {
    display: flex;
    padding: 0 0 0 0;
  }

  .plans {
    padding-bottom: 0;
  }

  .plans .plan {
    max-width: 360px;
    margin: 0 0 40px;
  }

  .plans .plan .caption {
    margin-bottom: 22px;
  }

  .plans .plan .caption .ico {
    margin: 14px 14px 0 0;
    width: 74px;
    height: initial;
  }

  .plans .plan .plan_box {
    padding: 24px;
    margin-bottom: -24px;
  }

  .plans .plan .plan_box .title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .plans .plan .plan_box .title .popular {
    right: -25px;
  }

  .plans .plan .plan_box ul {
    margin-bottom: 10px;
  }

  .plans .plan .plan_box ul li {
    padding: 0 0 8px 0;
    font-size: 16px;
  }

  .plans .plan .plan_box ul li span {
    font-size: 14px;
  }

  .plans .plan .plan_box .order_line {
    position: static;
    width: 100%;
  }

  .plans .plan .plan_box .order_line .sb-flex .price .new {
    font-size: 24px;
  }

  .plans .plan .plan_box .order_line .sb-flex .price .old {
    font-size: 16px;
  }

  .plans .plan .plan_box .order_line .count_box .minus,
  .plans .plan .plan_box .order_line .count_box .plus {
    transform: scale(0.8);
  }

  .plans .plan .plan_box .order_line .order {
    height: 44px;
  }

  .reviews {
    min-height: initial;
    justify-content: center;
  }

  .reviews .col2 {
    display: none;
  }

  .reviews .show_more {
    display: flex;
    margin-top: 16px;
    width: 100%;
    max-width: 320px;
    height: 44px;
  }

  .how_block .steps {
    flex-wrap: wrap;
  }

  .how_block .steps .step {
    width: 100%;
    margin-bottom: 24px;
  }

  .pop_box .window .count_box .val {
    font-size: 24px;
  }

  .pop_box .window .count_box .minus,
  .pop_box .window .count_box .plus {
    transform: scale(0.8);
  }

  .pop_box .window .close {
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
  .pop_box .window .flex-c .count_box .info {
    width: 220px;
    height: initial;
    top: calc(100% + 8px);
    left: 5px;
  }

  .pop_box .window .flex-c .count_box .info:after {
    top: -19px;
    left: 38px;
    border-color: transparent;
    border-bottom-color: #fff;
  }
}

@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
  .header {
    height: 256px;
    background: url("/application/data/images/abonement_pack/header_fon_mob.jpg") top left no-repeat;
    background-size: cover;
    padding: 0;
  }

  .header .wrap {
    padding-bottom: 16px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
  }

  .countdown .countdown-number {
    margin: 0 5px;
  }

  .pop_box .window .flex-c .count_box {
    margin: 0 8px;
  }
}