
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
html, body{
  height: 100%;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  line-height: 1.33;
  margin:0;
  padding:0;
}
footer {
  background-color: #061839;
}
* {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
}
.btn-margin{
  padding-left: 3em;
  padding-right: 3em;
}
.vh100 {
  height: 100vh;
}
.nav-link {
  padding: 0.5rem 0.6rem;
  font-weight: 600;
}
.screen{
  min-height: 80vh;
  align-items:center !important;
}
.btn-tvott,
.btn-tvott:hover,
.btn-tvott:focus,
.btn-tvott:focus-within,
.btn-tvott:focus-visible,
.btn-tvott:active,
.btn-tvott:target {
  background-color: #008ffc !important;
  border-color: rgba(0,143,252,.67);
  color: rgba(255,255,255,.87) !important;

}
.tvott-color{
  color: #008ffc;
}
.header-container {
  background-color: #061839;
}
.tchover, .tc{
  color: rgba(255,255,255,0.87);
}
.tchover:hover{
  color: rgba(255,255,255,0.67) !important;
}
.tc2{
  color: rgba(255,255,255,0.77);
}

.logo {
  max-width:148px;
  max-height:63px;
}
.btn-user {
  border-radius:50%;
}
a:hover,
.language-dropdown {
  text-decoration:none;
}
.header-container .nav-item a, .link-user{
    color: rgba(255,255,255,0.87);
    font-weight: 600;
}
.transparent-block,.transparent-block2{
  background-color:rgba(255,255,255,0.9);
  border-radius: 7px;
}
.block-test {
  background-color: #061839;
}

.block-fields{
  padding:24px;
  background-color: rgba(255,255,255,.30);
  border-radius: 7px;
}
.block-fields-row{
  padding:8px 0 8px 0 !important;
  margin-left: -25px;
  margin-right: -25px;
}
.logo-footer{
  max-width: 200px;
}
.iti {
  width:100%;
}

/*main-header*/

.center_div{
    margin: 0 auto;
    width:500px;
}
.headerbg {
  background: linear-gradient( rgba(80, 94, 101, 0.3), rgba(80, 94, 101, 0.3)) , url(/assets/img/header-bg.png);
  background-position: center !important;
  background-size: cover;

  /* min-height: 500px !important; */

  /* Create the parallax scrolling effect */
  /* background-attachment: scroll; */
  /* background-size:auto; */
  /* background-repeat: no-repeat !important; */

  /* filter: blur(8px); */
  /* -webkit-filter: blur(8px); */
}
@media only screen and (max-device-width: 1024px) {
  .headerbg {
    background: url(/assets/img/header-bg.png);
    background-attachment: scroll;
    background-size:450% 100% ;
  }

  .headerbg p{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,.5);
  }
}
@media (max-width: 700px) {
  .headerbg {

      /* background-size:2300px 100% !important; */
      /* background-position: center; */
  }
}

.first_screen_ct {
  min-height: 60vh;
}
@media (max-width: 700px) {
  .first_screen_ct {
    min-height: 50vh;
  }
}

.first_screen {
  min-height: 50vh;
}
@media (max-width: 700px) {
  .first_screen {
    min-height: 40vh;
  }
}

/*main-all-devices*/
  .img-tv-box{
    width:80%;
  }
  .tv-a {
    background: linear-gradient( rgba(50,71,86,0.5), rgba(50,71,86,0.5)) , url(/assets/img/mbg2.png);
    background-position: center !important;
    background-size: cover;
  }
  .btn-mobile-app{
    width:190px;
  }
  .text-bullets{
    font-size:14px;
  }

/*main-ntarif*/
.mbg3bg {
    background: linear-gradient( rgba(41,60,73,0.29), rgba(41,60,73,0.29)) , url(/assets/img/mbg3.png);
    background-position: center !important;
    background-size: cover;
}

.block-price > div{
  margin:0;
  padding:0;
}
.block-price{
  color:#008ffc;
}
.price-value{
  font-size:92px;
  line-height:92px;
  text-align: right;
}
.price-mdl{
  font-size:22px;

}
.price-month{
    font-size:14px;
}
.pac-channels,
.pac-channels2{
    font-size:22px;
    font-weight: 300;
}
.pac-channels2{
  font-size:18px;
}
/*main-tvbox*/
.tvboxbgs {
  background: url(/assets/img/mbg4.webp);
  background-repeat: no-repeat;
  background-size: 100% 100% ;
}
.img-tv-box{
  width:80%;
}
.text-w{
  font-size: 12px;
}
/*login-sms*/
.mbg3 {
  background: linear-gradient( rgba(6,24,57,0.1), rgba(6,24,57,0.1)) , url(/assets/img/mbg3.png);
  background-size: cover;
}
/* tariff */
.check_item {
  margin-left:20px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
.check_item_icon {
  display: inline-block;
  fill: #36BDB2;
}
.check_item_icon svg {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.check_item_text {
  display: inline-block;
}

/**/
.profile {
  background: linear-gradient( rgba(6,24,57,0.6), rgba(6,24,57,0.6)) , url(/assets/img/mbg-faq.png);
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 100%  auto ;

  min-height: 90vh;
}
.tab-content, .w{
  width:100%;
}
/*instructions*/
.instructions p{
  display: block;
  width:100%;
  font-size: 14px;
  font-size: 1.25em;
}

.instructions a{
  color: #b5d9ff;

}

.access-pill {
  background-color: #f67a07;
  color: #fff;
  border-radius: 20px;
  padding: 8px 24px;
  padding-top: 10px;
  font-size: 18px;
  display: block;
  text-align: center;
  margin:0 24px;

}
/*tvbox*/

.img-tv-box{
  width:80%;
}
.tvboxbg {
  background: url(/assets/img/mbg4.webp);
  background-repeat: no-repeat;
  background-size: 100%  auto ;
}
/*package*/
.sale-text{
  color:#008ffc;
  font-size:40px;
  font-weight: 500;
}
.pk-price-value{
  font-size:55px;
  line-height:55px;
  text-align: right;
  font-weight: 600;
}
.block-mdl-month{
  margin-left:2px;
  line-height:18px;
  bottom:7px;
  position:absolute;
}
/**/

/*FAQ*/

.faq {
  background: #1E2227;
  background-size:100%;

  background: linear-gradient( rgba(6,24,57,0.6), rgba(6,24,57,0.6)) , url(/assets/img/mbg-faq.png);

  background-repeat: no-repeat;
  background-size: 100% 100% ;

}

.faq .card{
  margin-bottom:8px;
  background-color:transparent !important;

}
.faq .card-header h5{
  font-weight: 400;
}
.faq .card-header{
  background-color:rgba(15,16,20,0.69) !important;
}
.faq .card-body{
  background-color:rgba(35,31,32,0.74) !important;
}

@media (max-width: 575px) {

    h1, .h1{ font-size: 1.5rem; }
    h2, .h2{ font-size: 1.3rem; }
    h3, .h3{ font-size: 1.1rem; }
    h4, .h4{ font-size: 0.95rem; }
    h5, .h5{ font-size: 0.8rem; }
    h6, .h6{ font-size: 0.6rem; }
    p, .plain { font-size: 0.8rem; }
}

@media (min-width: 576px) {

    h1, .h1{ font-size: 1.75rem; }
    h2, .h2{ font-size: 1.5rem; }
    h3, .h3{ font-size: 1.2rem; }
    h4, .h4{ font-size: 1rem; }
    h5, .h5{ font-size: 0.8rem; }
    h6, .h6{ font-size: 0.6rem; }
    p, .plain { font-size: 0.8rem; }
}


@media (min-width: 768px) {

    h1, .h1{ font-size: 2rem; }
    h2, .h2{ font-size: 1.5rem; }
    h3, .h3{ font-size: 1.25rem; }
    h4, .h4{ font-size: 1rem; }
    h5, .h5{ font-size: 0.8rem; }
    h6, .h6{ font-size: 0.65rem; }
    p, .plain { font-size: 0.9rem; }
}


@media (min-width: 992px) {

    h1, .h1{ font-size: 2.25rem; }
    h2, .h2{ font-size: 1.75rem; }
    h3, .h3{ font-size: 1.5rem; }
    h4, .h4{ font-size: 1.25rem; }
    h5, .h5{ font-size: 1rem; }
    h6, .h6{ font-size: 0.8rem; }
    p, .plain { font-size: 1rem; }
}


@media (min-width: 1200px) {
    h1, .h1{ font-size: 2.5rem; }
    h2, .h2{ font-size: 2rem; }
    h3, .h3{ font-size: 1.75rem; }
    h4, .h4{ font-size: 1.5rem; }
    h5, .h5{ font-size: 1.25rem; }
    h6, .h6{ font-size: 1rem; }
    p, .plain { font-size: 1rem; }
}


@media (min-width: 1400px) {

    h1, .h1{ font-size: 3rem; }
    h2, .h2{ font-size: 2.5rem; }
    h3, .h3{ font-size: 2rem; }
    h4, .h4{ font-size: 1.75rem; }
    h5, .h5{ font-size: 1.5rem; }
    h6, .h6{ font-size: 1.25rem; }
    p, .plain { font-size: 1rem; }
}
.section_title {
  font-size: 3rem;
  text-align: center;
  padding: 2rem 0;
  font-weight: bold;
}
.content_block  {
  width:90%;
  margin:0 auto;
}
.content_block  h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;

}

.content_block  p {
  margin-bottom: 24px;
}


.airport_banner {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1920px) {
    .airport_banner {
      width: 100%; } }
  @media screen and (min-width: 1920px) {
    .airport_banner {
      width: 1920px; } }

  @media screen and (max-width: 768px) {
    .header-nav {
      display: none; } }

.ntarif_crown_text {
  color: #008ffc;
  font-size: 2.5rem; }

.cod-personal-tvsat::placeholder {
  text-align: center;
  color: black;
}
