/* additional-styles-9.css */
/*  */

/* /provo-pa-pages */
.provo--bg .provo--form {
  max-width: 850px;
}

.provo--bg .provo--title h1 {
  padding-bottom: 20px;
  width: 100%;
}

@media (max-width: 991px) {
  .provo--bg .provo--title h1 {
    width: 100%;
  }
}

.provo--bg .provo--title h3 {
  max-width: 100%;
}

@media (max-width: 991px) {
  .provo--bg .provo--title h3 {
    max-width: 100%;
  }
}

.provo--bg form {
  max-width: 800px;
}

/* Main page */
.prices-section .prices-wrapper .price-block {
  gap: 20px;
}

@media (max-width: 768px){
  .prices-section .prices-wrapper {
    height: auto;
  }
  .prices-section .prices-wrapper .price-block-right img {
    max-width: 240px;
  }
}

@media (min-width: 768px){
  .price__image {
    max-width: 35%;
  }
}

@media (min-width: 768px){
  .shiko-section .shiko-illustration {
    width: 50%;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
}

.rounded-block-platforms {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

 /* oct13-heading */
.oct13-heading {
  font-family: "Poppins";
  box-shadow: 8px 10px 17px 3px rgba(0,0,0,0.23);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.oct13-heading-nimitv {
  background-image: url("/assets/img/channels-new/heading/nimitv.webp");
}

.oct13-heading-digitalb {
  background-image: url("/assets/img/channels-new/heading/digitalb.webp");
}

.oct13-heading-tring {
  background-image: url("/assets/img/channels-new/heading/tring.webp");
}

.oct13-heading-artmotion {
  background-image: url("/assets/img/channels-new/heading/artmotion.webp");
}

.oct13-heading-film {
  background-image: url("/assets/img/channels-new/heading/film.webp");
}

.oct13-heading-music {
  background-image: url("/assets/img/channels-new/heading/music.webp");
}

 /* options */
@media (min-width: 1200px){
  .paisjet__header--content {
    align-items: flex-start;
    gap: 30px;
  }
}

.paisjet__header--text {
    padding-top: 0;
    max-width: 470px;
}

.paisjet__header--image {
  flex-shrink: 1;
  max-width: 650px;
  padding: 30px 20px 0 20px;
}

@media (max-width: 768px){
  .container_channel .channels_blocks .channels_blocks_title h1 {
    font-size: 35px;
  }
  .channels_blocks_image {
    max-width: 1540px;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px;
    margin: 15px;
  }
  .list_channels {
    margin-top: 0px;
  }
}