@font-face {
  font-family: "GloberSemiBoldFree";
  src: url("../fonts/globersemiboldfree.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/globersemiboldfree.eot?#iefix") format("embedded-opentype"),
    /* IE < 9 */ url("../fonts/globersemiboldfree.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/globersemiboldfree.woff")
      format("woff"),
    /* Firefox >= 3.6, any other modern browser */
      url("../fonts/globersemiboldfree.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/globersemiboldfree.svg#globersemiboldfree") format("svg"); /* Chrome < 4, Legacy iOS */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "GloberSemiBoldFree", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.grid-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5%;
  z-index: 1;
}
.grid-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 10px;
}
.grid-col-2 {
  width: 16.666667%;
  padding: 0 10px;
}

.grid-col-3 {
  width: 25%;
  padding: 0 10px;
}

.grid-col-4 {
  width: 33.33333%;
  padding: 0 10px;
}

.grid-col-5 {
  width: 41.666667%;
  padding: 0 10px;
}

.grid-col-6 {
  width: 50%;
  padding: 0 10px;
}

.grid-col-7 {
  width: 58.333333%;
  padding: 0 10px;
}

.grid-col-8 {
  width: 66.66667%;
  padding: 0 10px;
}

.grid-col-12 {
  width: 100%;
  padding: 0 10px;
}

@media only screen and (max-width: 991px) {
  .grid-col_sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 10px;
  }

  .grid-col-2_sm {
    width: 16.666667%;
    padding: 0 10px;
  }

  .grid-col-3_sm {
    width: 25%;
    padding: 0 10px;
  }

  .grid-col-4_sm {
    width: 33.33333%;
    padding: 0 10px;
  }

  .grid-col-5_sm {
    width: 41.666667%;
    padding: 0 10px;
  }

  .grid-col-6_sm {
    width: 50%;
    padding: 0 10px;
  }

  .grid-col-7_sm {
    width: 58.333333%;
    padding: 0 10px;
  }

  .grid-col-8_sm {
    width: 66.66667%;
    padding: 0 10px;
  }

  .grid-col-12_sm {
    width: 100%;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-col-6_xs {
    width: 50%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 10px;
  }

  .grid-col-12_xs {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 10px;
  }
}

.display_desktop {
  display: block;
}

.display_mobile-xs {
  display: none;
}

@media only screen and (max-width: 767px) {
  .display_desktop {
    display: none;
  }

  .display_mobile-xs {
    display: block;
  }
}

main {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#subscriptions {
  padding-top: 60px;
  display: flex;
  padding-bottom: 51px;
  background-color: #e6eaf2;
  overflow: hidden;
  align-items: center;
  justify-content: space-evenly;
}

#subscriptions .content-wrapper {
  font-family: "GloberSemiBoldFree", sans-serif;
  max-width: 1170px;
  width: 100%;
}

#subscriptions .grid-col-3 {
  padding: 0 5px;
}

.subscriptions__section-title {
  margin-bottom: 56px;
  font-family: Gothic-regular;
  font-size: 42px;
  letter-spacing: -0.4px;
  text-align: center;
}

.subscriptions__add-now {
  /* margin-bottom: 58px; */
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.subscriptions__add-now a {
  text-decoration: underline;
  font-family: Gothic-bold;
  color: #666666;
  letter-spacing: -0.4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscriptions__add-now a:hover {
  color: #5259bf;
}
.tariff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 530px;
  max-height: 530px;
  background-color: #fff;
  margin-bottom: 70px;
}

.tariff__header {
  position: relative;

  text-align: center;
  overflow: hidden;
  background: #5259bf;
}

.tariff__header_promo:before {
  content: "ПРОМО";
  position: absolute;
  left: -30px;
  top: -16px;
  background-color: #ffd52e;
  font-family: Gothic-bold;
  font-size: 16px;
  text-align: center;
  width: 117px;
  height: 86px;
  line-height: 100px;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tariff__type {
  font-family: Gothic-bold;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
}

.tariff__name {
  font-family: Gothic-regular;
  font-size: 32px;
  color: #fff;
}

.tariff__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 29px 15px 0px;
}

.tariff__feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 54px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 62px;
  margin-bottom: 15px;
  font-family: Gothic-regular;
  font-size: 18px;
  color: #333333;
}

.tariff__feature:last-child {
  margin-bottom: 0;
}

.tariff__feature:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #f25cc0;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.tariff__feature_connection:before {
  background-image: url(img/tariffs/tariff-connection.svg);
}

.tariff__feature_channels:before {
  background-image: url(img/tariffs/tariff-tv.svg);
}

.tariff__feature_cinema:before {
  background-image: url(img/tariffs/tariff-cinema.svg);
}

.tariff__available-channels {
  padding-bottom: 4px;
}

.tariff__available-channels a {
  color: #000;
  text-decoration: none;
  border-bottom: #5259bf 1px dotted;
}

.tariff__available-channels a:hover {
  border-color: transparent;
}

.tariff__hd-channels {
  color: #666666;
}

.tariff__footer {
  min-height: 204px;
  padding: 0px 15px 30px;
}

.tariff__price {
  text-align: center;
  font-family: Gothic-regular;
  font-size: 32px;
  color: #5259bf;
  margin-bottom: 25px;
}

.tariff__subscribe {
  text-align: center;
  margin-bottom: 25px;
}

.tariff__subscribe a {
  display: inline-block;
  padding: 15px 40px;
  font-family: Gothic-regular;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background-color: #f25cc0;
  background: #f25cc0;
  background-size: 200%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 1px;
}

.tariff__subscribe a:hover {
  border-color: #6cd1ce;
  background: #6cd1ce;
  color: white;
}
.tariff__subscribe a:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}
.tariff__footnote {
  text-align: center;
  font-family: Gothic-bold;
  font-size: 16px;
}

.tariff-spec {
  box-shadow: 0 10px 25px -5px rgba(82, 89, 191, 0.35);
}

.tariff-spec .tariff__header {
  background: #5259bf;
}

.tariff-spec .tariff__subscribe a {
  background: #5259bf;
}

.tariff-spec .tariff__subscribe a:hover {
  background: #05dbf3;
  color: black;
}
.tariff-premium__features {
  padding-right: 21px;
}

.tariff-premium__feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 54px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 65px;
  margin-bottom: 16px;
  font-family: Gothic-bold;
  font-size: 20px;
}

.tariff-premium__feature:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.tariff-premium__feature.tariff-premium__feature_cinema {
  margin-bottom: 7px;
}

.tariff-premium__feature-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tariff-premium__feature_cinema .tariff-premium__feature-row {
  padding: 4px 0 10px;
}

.tariff-premium__feature-name {
  color: #fff;
}

.tariff-premium__channels-total {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px dotted #fff;
  margin-bottom: 3px;
}

.tariff-premium__channels-hd {
  color: #fff;
}

.tariff-premium__blank {
  margin: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 2px dotted #fff;
}

.tariff-premium__feature-price {
  font-family: Gothic-regular;
  color: #fff;
}

.tariff-premium__total-price {
  text-align: right;
  color: #fff;
  font-family: Gothic-regular;
  font-size: 32px;
}

.tariff-premium__total-price span {
  position: relative;
}

.tariff-premium__total-price span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 24px;
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e042b1;
  background: -webkit-linear-gradient(left, #e042b1 0%, #3172a9 100%);
  background: linear-gradient(to right, #e042b1 0%, #3172a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e042b1', endColorstr='#3172a9', GradientType=1);
}

.tariff-premium__about {
  max-width: 354px;
  margin: 0 auto;
}

.tariff-premium__info {
  padding: 5px 7px 0;
  font-family: Gothic-bold;
  font-size: 42px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 67px;
}

.tariff-premium__subscribe {
  margin-bottom: 15px;
}

.tariff-premium__subscribe a {
  display: block;
  padding: 19px;
  border-radius: 40px;
  font-family: Gothic-bold;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.tariff-premium__subscribe a:hover {
  background-position: left;
}

.tariff-premium__footnote {
  text-align: center;
  font-family: Gothic-bold;
  font-size: 16px;
  color: #fff;
}
.cinema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 20px 50px;
  margin-bottom: 35px;
  position: relative;
  background-color: #fff;
}
.cinema__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-size: cover;
  background-position: center;
}

.cinema:hover .cinema__background {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cinema__content {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.cinema__logo {
  height: 70px;
  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;
  margin-bottom: 17px;
}

.cinema__logo img {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cinema:hover .cinema__logo img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cinema__description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 15px;
  font-family: Gothic-bold;
  font-size: 16px;
  line-height: 1.2;
  color: #b2b2b2;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.cinema:hover .cinema__description {
  color: #fff;
}

.cinema__logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.cinema:hover .cinema__logos-list {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cinema__logos-list img {
  display: block;
  max-width: 100%;
  margin: 10px 13px;
}
.cinema_button {
  display:grid; width: 180px; align-content: center; margin-left: 45%;
}
@media (max-width: 426px) {
  .cinema_button {
    margin-left: 25%;
  }
}
.cinema__price {
  font-family: Gothic-regular;
  font-size: 32px;
  color: #5259bf;
  text-align: center;
}
.channel_slider1 {
    background-image: url(img/intro/0.png);background-position: 0px 0px;background-repeat: repeat-x;animation: animatedBackground 60s linear infinite;
}
.channel_slider2 {
    background-image: url(img/intro/1.png);background-position: 0px 0px;background-repeat: repeat-x;animation: animatedBackground 60s linear infinite;
}
.channel_slider3 {
    background-image: url(img/intro/2.png);background-position: 0px 0px;background-repeat: repeat-x;animation: animatedBackground 60s linear infinite;
}
@media (max-width: 1023px) {
  .channel_slider1{
    background-image: none;
  }
  .channel_slider2{
    background-image: none;
  }
  .channel_slider3{
    background-image: none;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.example_tariffs {
  width: 100%;
  height: 50%;
  position: absolute;
  overflow-x: hidden;
  left: 0;
  top: 450px;
  opacity: 0.4;
  font-size: 0;
  z-index: 0;
}
.slider-channels-tariffs {
  white-space: nowrap;
}
.slick-initialized .slider-channels-tariffs {
  display: block;
}
footer a:hover {
  text-decoration-line: underline;
}

#centered {
  display: grid;
  /* left:50% !important;
  right: 50% !important; */
}


a {
  text-decoration: none !important;
}

.pricingTable {
text-align: center;
background: #fff;
margin: 0 -15px;
box-shadow: 0 0 10px #ababab;
padding-bottom: 40px;
border-radius: 10px;
color: #cad0de;
transform: scale(1);
transition: all .5s ease 0s
}

.pricingTable:hover {
transform: scale(1.05);
z-index: 1
}

.pricingTable .pricingTable-header {
padding: 40px 0;
background: #f5f6f9;
border-radius: 10px 10px 50% 50%;
transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
background: #ff9624
}

.pricingTable .pricingTable-header i {
font-size: 50px;
color: #858c9a;
margin-bottom: 10px;
transition: all .5s ease 0s
}

.pricingTable .price-value {
font-size: 35px;
color: #ff9624;
transition: all .5s ease 0s
}

.pricingTable .month {
display: block;
font-size: 14px;
color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
color: #fff
}

.pricingTable .heading {
font-size: 24px;
color: #ff9624;
margin-bottom: 20px;
text-transform: uppercase
}

.pricingTable .pricing-content ul {
list-style: none;
padding: 0;
margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
line-height: 30px;
color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
display: inline-block;
font-size: 15px;
color: #fff;
padding: 10px 35px;
border-radius: 20px;
background: #ffa442;
text-transform: uppercase;
transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
color: #fff
}

.col-md-3 {
width: 50% !important;
}
@media (max-width: 991.9px) {
  .col-md-3 {
   width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9px) {
  .col-md-3 {
   width: 100%!important;
   margin-bottom: 30px;
   text-align: center;
  }
}
@media (max-width: 426px) {
.col-md-3 {
width: 100% !important;
}
}
@media screen and (max-width:990px) {
  .pricingTable {
  margin: 0 0 20px
  }
  }


  body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GloberSemiBoldFree", sans-serif !important;
  src: url("../fonts/globersemiboldfree.eot"); /* IE 9 Compatibility Mode */
  src: url("../fonts/globersemiboldfree.eot?#iefix") format("embedded-opentype"),
    /* IE < 9 */ url("../fonts/globersemiboldfree.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/globersemiboldfree.woff")
      format("woff"),
    /* Firefox >= 3.6, any other modern browser */
      url("../fonts/globersemiboldfree.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/globersemiboldfree.svg#globersemiboldfree") format("svg"); /* Chrome < 4, Legacy iOS */
}
@media (max-width: 767.9px) {
  .col-n1 {
    width: 40% !important;
  }
  .col-n2 {
    width: 60% !important;
  }
  .col-n3 {
    width: 150% !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 991.9px) {
  .col-n2 {
    width: 60% !important;
    flex: 0 0 auto;
  }
  .col-n1 {
    width: 40% !important;
    flex: 0 0 auto;
  }
}
@media (max-width: 426.9px) {
  .col-n1 {
    width: 100% !important;
  }
  .col-n2 {
    width: 100% !important;
  }
}
