/* #BLOCK
====================================== */
  .block {padding: 50px 0;}

  @media only screen and (max-width: 1024px) {
    .block {padding: 25px 0;}
  }

  .block .block__title {
    position: relative;
    font-size: 3em;
    text-align: center;
    font-weight: 300;
    margin: 0 0 40px;
    line-height: 1;
    padding-bottom: 40px;
  }

  @media only screen and (max-width: 1024px) {
    .block .block__title {font-size: 2em;}
  }

  .block .block__title::before {
    position: absolute;
    display: block;
    content: "";
    background: linear-gradient(to left, #e57777 50%, #5f9ddf 50%);
    border: 4px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    bottom: 0;
    left: calc(50% - 6px);
    z-index: 20;
    transform: rotate(45deg);
  }

  .block .block__title::after {
    position: absolute;
    display: block;
    content: "";
    background: linear-gradient(to left, #e57777 50%, #5f9ddf 50%);
    height: 4px;
    width: 200px;
    border-radius: 2px;
    left: calc(50% - 100px);
    bottom: 6px;
  }

  .block__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  @media only screen and (max-width: 1024px) {
    .block__wrapper {padding: 0 20px;}
  }

  /* ##BLOCK_STATISTICS
  -------------------------------------- */
    .block_statistics {
      padding: 0;
    }

    .block_statistics .block__content {
      padding: 50px 0 30px;
      display: flex;
      flex-flow: row wrap;
      align-items: flex-start;
      justify-content: space-around;
    }

  /* ##BLOCK_SLIDER
  -------------------------------------- */
    @media only screen and (max-width: 1024px) {
      .block_slider {display: none;}
    }


/* #BLOCK_MAIN
====================================== */
  .block_main {padding-bottom: 30px;}

  .block_main .block__title {
    font-weight: 600;
    font-size: 3em;
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-transform: initial;
  }

  .block_main .block__content > p {
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .block__buttons {text-align: center;}
  .block__buttons button, .block__buttons .button {margin: 0 20px 20px;}

  .wave {
    position: relative;
    height: 52px;
    width: 100%;
    background: transparent url("../img/wave.svg") center bottom repeat-x;
  }

  .wave::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background-color: rgba(0,0,0,.25);
    bottom: 0;
  }


/* #STATISTICS
====================================== */
  .statistics {
    padding: 50px 0 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-around;
  }

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

  .statistics__element {
    position: relative;
    min-width: 220px;
    margin: 0 20px 40px 80px;
  }

  .statistics__number {
    width: 120px;
    text-align: right;
    position: absolute;
    font-size: 4.5em;
    font-weight: bold;
    top: 21px;
    right: 200px;
    line-height: 100%;
  }

  .statistics__text {
    width: 220px;
    padding: 35px 25px 35px 50px;
    font-size: 1.250em;
    line-height: 1;
    border: 2px solid;
    border-color: #5f9ddf #e57777 #e57777;
    border-left: 0;
  }

  .statistics__text p {
    margin: 0;
  }

  .statistics .statistics__text::before,
  .statistics .statistics__text::after {
    display: block;
    content: "";
    position: absolute;
    height: 18px;
    width: 2px;
    background-color: #5f9ddf;
    left: 0;
  }

  .statistics__text:before {
    top: 0;
  }

  .statistics__text::after {
    bottom: 0;
  }

  /* ##STATISTICS_CINEMA
  -------------------------------------- */
    .statistics_cinema {
      position: relative;
      overflow: hidden;
      color: #fff;
    }

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

    .statistics_cinema::after {
      display: block;
      position: absolute;
      top: -50px;
      left: -50px;
      content: "";
      height: calc(100% + 100px);
      width: calc(100% + 100px);
      background: linear-gradient(to right, rgba(15,12,41,.6), rgba(48,43,99,.8), rgba(36,36,62,.6)),
                  url(../img/blocks__backgrounds/statistics_cinema.jpg) center center no-repeat;
      background-size: cover;
      background-attachment: fixed;
      /*filter: blur(5px);*/
      z-index: -1;
    }

    .statistics_cinema .block__title {
      text-transform: uppercase;
    }

  /* ##STATISTICS_ABOUT
  -------------------------------------- */
    .statistics_about {
      position: relative;
      overflow: hidden;
      color: #fff;
    }

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

    .statistics_about::after {
      display: block;
      position: absolute;
      top: -50px;
      left: -50px;
      content: "";
      height: calc(100% + 100px);
      width: calc(100% + 100px);
      background: linear-gradient(to right, rgba(31,34,41,.7), rgba(31,34,41,.7)),
      url(../img/blocks__backgrounds/statistics_about.jpg) center center no-repeat;
      background-size: cover;
      background-attachment: fixed;
      /*filter: blur(5px);*/
      z-index: -1;
    }

    .statistics_about .block__title {
      text-transform: uppercase;
    }


/* #SLIDER
====================================== */
  .slider {
    padding: 0;
    border-bottom: 10px solid rgba(0,0,0,.8);
  }

  .slider .block__wrapper {
    padding: 0;
    max-width: 1920px;
  }

  .slider .owl-carousel {
    position: relative;
  }

  .slider__slide {
    display: block;
    position: relative;
    height: 500px;
  }

  .slider__content {
    display: flex;
    flex-flow: row wrap;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0 50px 100px;
    /*text-shadow: 0 0 16px #000;*/
    background-image: linear-gradient(to top, rgba(0,0,0,.8), rgba(255,255,255,0));
  }

  .slider__text {
    flex: 1 1 60%;
    align-self: flex-end;
    font-size: 1.25em;
    font-weight: 300;
    text-shadow: 0 0 15px rgba(0,0,0,.8);
    padding: 0 50px;
  }

  .slider__text p:last-child {
    margin-bottom: 0;
  }

  .slider__title {
    font-size: 3em;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0,0,0,.2);
  }

  .slider__title_promo {
    font-size: 1em;
    text-transform: uppercase;
  }

  .slider__promo {
    flex: 0 0 40%;
    background: rgba(95,157,223,.4);
    text-align: center;
    padding: 40px 40px 20px;
    border-radius: 12px;
    align-self: flex-end;
  }

  .slider__cover {
    height: 100%;
    width: 100%;
    background-position: center left;
    background-size: cover;
  }

  .slider__cover::before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-image: linear-gradient(to right, rgba(0,0,0,.8), rgba(255,255,255, 0), rgba(0,0,0,.8));
  }

  .slider .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }

  .slider .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 10px;
    background: rgba(255, 255, 255,.5);
    transition: background-color .3s ease-out;
    transform: rotate(45deg);
    border-radius: 0;
  }

  .slider .owl-dots .owl-dot.active span,
  .slider .owl-dots .owl-dot:hover span {
    background: #fff;
  }

  /* ##SLIDER_MAIN
  -------------------------------------- */
    .slider_main .slider__cover::before {
      background-image: linear-gradient(to right, #e57777, rgba(255,255,255,0), #5f9ddf);
    }

  /* ##SLIDER_CIENMA
  -------------------------------------- */
    .slider_cinema .slider__cover::before {
      background-image: linear-gradient(to right, #e57777, rgba(255,255,255,0), #5f9ddf);
    }


/* #BLOCK_TIMER
====================================== */
  .timer {
    background-color: rgba(241,52,70,0);
    padding: 0 !important;
  }

  .timer .soon-reflection {
    background-color: #f13446;
    background-image: linear-gradient(#f13446 25%,rgba(241,52,70,0));
  }

  .timer {background-position: top;}
  .timer {color: #fff;}

  .timer .soon-ring-progress {
    /*background-color: rgba(255,255,255,.2);*/
    /*color: #fff;*/

    background-color: rgba(255,255,255, .2);
    color: #e57777;
  }

  .timer .soon-label {text-shadow: 0 0 .25rem rgba(255,255,255,.75);}


/* #TARIFFS
====================================== */
  .tariffs {
    padding-bottom: 25px;
  }

  .tariffs .block__content > p {
    margin-bottom: 40px;
    text-align: center;
  }

  .tariffs .block__content {
    justify-content: space-around;
    align-items: flex-start;
  }

  @media only screen and (max-width: 1024px) {
    .tariffs .block__content {
      flex-flow: column wrap;
    }
  }

  .tariff {
    position: relative;
    width: 270px;
    padding-top: 40px;
    margin: 0 auto 40px;
  }

  .tariff__cover {
    position: absolute;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #5f9ddf;
    box-shadow: 0 0 0 4px #fff;
    background-color: #fff;
  }
    
  .tariff__cover img {
    display: block;
    height: 50px;
    width: 50px;
    margin: 13px auto 0;
  }

  .tariff__content {
    flex-flow: column nowrap;
    min-height: 500px;
    padding: 40px 20px 20px;
    border: 2px solid #5f9ddf;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
  }

  .tariff_special .tariff__content {
    box-shadow: 0 0 0 6px #b1cfef;
  }

  .tariff__title {
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 0 0;
  }

  .tariff__features {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    text-align: left;
  }

  .tariff__features::before {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #999fa6;
    margin: 15px auto;
  }

  .tariff__feature {
    margin-bottom: 10px;
    font-size: .938em;
  }

  @media only screen and (max-width: 1024px) {
    .tariff__feature {font-size: 1em;}
  }

  .tariff__features_toggle .tariff__feature:nth-child(n+4) {
    display: none;
  }

  .tariff__more-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .tariff__more,
  .tariff__more:focus,
  .tariff__more:visited {
    position: relative;
    display: inline-block;
    background-color: unset;
    color: #5f9ddf;
    box-shadow: unset;
    padding: 0 26px 5px 0;
    margin: 0;
    border-bottom: 1px dotted #5f9ddf !important;
    border-radius: unset;
    font-weight: 500;
  }

  .tariff__more:hover {
    background-color: unset;
    color: #5f9ddf;
    border-color: #fff !important;
  }

  .tariff__more::before {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/more_arrow.svg) no-repeat center center;
    background-size: cover;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }

  .tariff__more_active::before {
    transform: rotate(180deg);
  }

  .tariff__price {
    display: inline-block;
    font-size: 1.5em;
    color: #5f9ddf;
    margin-bottom: 15px;
  }

  .tariff__price_old {
    position: relative;
    font-size: 1em;
    color: #999fa6;
    margin-bottom: 0;
  }

  .tariff__price_old:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #5f9ddf;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-5deg);
  }

  .tariff__price_new {
    color: #e57777;
  }

  .tariff__order {
    display: block;
  }


  /* ##TARIFFS_CINEMA
  -------------------------------------- */
    .tariffs_cinema .block__content {
      justify-content: center;
    }

    .tariffs_cinema .tariff {
      margin: 0 20px;
    }

    @media only screen and (max-width: 1024px) {
     .tariffs_cinema .tariff {
        margin: 0 auto 40px;
      }
    }

  /* ##TARIFF_PAGE
  -------------------------------------- */
    .tariff_page {
      display: inline-block;
      width: auto;
      padding: 0 0 20px 40px;
    }

    .tariff_page .tariff__cover {
      position: absolute;
      top: 50%;
      left: 0;
      margin: -40px 0 0 0;
    }

    .tariff_page .tariff__content {
      padding: 20px;
      border-radius: 4px 44px;
    }

    .tariff_page .tariff__title {padding: 0;}
    .tariff_page .tariff__features {text-align: left;}
    .tariff_page .tariff__feature {padding-left: 40px;}


/* #CARDS
====================================== */
  .cards {
    padding-bottom: 0;
  }

  .cards .block__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .cards .block__content > p {
    margin-bottom: 40px;
    text-align: center;
  }

  .cards__card {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    width: 380px;
    height: 250px;
    box-shadow: 0 10px 20px rgba(95,157,223,.19), 0 6px 6px rgba(95,157,223,.23);
    padding: 25px;
    margin: 0 auto 50px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-position: 140px 50%;
  }

  .cards__title {
    font-size: 1.5em;
    font-weight: 600;
  }

  .cards__title::after {
    display: block;
    content: "";
    background-color: #5f9ddf;
    height: 2px;
    width: 100px;
    border-radius: 1px;
    margin: 10px 0 20px;
  }

  .cards__text {font-size: .875em;}

  @media only screen and (max-width: 1024px) {
    .cards__text {font-size: 1em;}
  }

  .cards__card_exp {background-image: url(../img/cards/card_exp.svg);}
  .cards__card_com {background-image: url(../img/cards/card_com.svg);}
  .cards__card_prc {background-image: url(../img/cards/card_prc.svg);}
  .cards__card_hnd {background-image: url(../img/cards/card_hnd.svg);}
  .cards__card_ddl {background-image: url(../img/cards/card_ddl.svg);}
  .cards__card_qlt {background-image: url(../img/cards/card_qlt.svg);}

  /* ##CARDS_CINEMA
  -------------------------------------- */
    .cards_cinema .cards__card {
      width: 280px;
      height: 280px;
      box-shadow: 0 0 20px 0 rgba(95,157,223,.4);
    }

    .cards_cinema .cards__card:nth-child(odd) {
      margin-top: 80px;
    }

    @media only screen and (max-width: 1024px) {
      .cards_cinema .cards__card:nth-child(odd) {
        margin-top: 0;
      }
    }

    .cards__card_adm {background-image: url(../img/cards/card_adm.svg);}
    .cards__card_adv {background-image: url(../img/cards/card_adv.svg);}
    .cards__card_inf {background-image: url(../img/cards/card_inf.svg);}
    .cards__card_tic {background-image: url(../img/cards/card_tic.svg);}


/* #BLOCK_PORTFOLIO
====================================== */
  .container_portfolio {
    border-top: 1px solid #5f9ddf;
    border-bottom: 1px solid #5f9ddf;
    background: transparent;
    background-image: linear-gradient(to bottom, rgba(95,157,223,.15), rgba(255,255,255,0)), linear-gradient(to top, rgba(95,157,223,.15), rgba(255,255,255,0));
  }

  .block_portfolio {
    max-width: 1200px;
    margin: 0 auto;
  }

  .block_portfolio .block__title::before {
    border-color: #e3ecf6;
  }

  .block_portfolio .portfolio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .portfolio__element {
    display: block;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    max-width: 300px;
  }
    
  .portfolio__element img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .block_portfolio .portfolio + button {
    display: block;
    margin: 50px auto 0;
  }


/* #BLOCK_CLIENTS
====================================== */
  .block_clients {
    position: relative;
    height: 325px;
    overflow: hidden;
    border-top: 10px solid #2a2a2a;
    background: url(../img/blocks__backgrounds/block__clients.jpg) top center no-repeat;
    background-attachment: fixed;
    padding: 0 20px;
  }

  .block_clients .block__wrapper {padding: 25px 0 50px;}

  .block_clients .block__title {color: #fff;}

  .block_clients .partner {
    background: rgba(255,255,255,.2);
    height: 100px;
    text-align: center;
    padding: 25px 0;
    border-radius: 4px;
  }
    
  .block_clients .partner img {
    display: inline-block !important;
    width: 150px !important;
    height: 50px !important;
  }


/* #BLOCK_CONTACTS
====================================== */
  .block_contacts {
    position: relative;
    overflow: hidden;
    color: #fff;
  }

  .block_contacts::after {
    display: block;
    position: absolute;
    top: -50px;
    left: -50px;
    content: "";
    height: calc(100% + 100px);
    width: calc(100% + 100px);
    background: linear-gradient(to right, rgba(31,34,41,.7), rgba(31,34,41,.7)),
    url(../img/blocks__backgrounds/block__contacts.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*filter: blur(5px);*/
    z-index: -1;
  }

  .block_contacts .block__content p {margin-bottom: 0;}
  .block_contacts .block__content a {color: #fff !important;}


/* #BLOCK_POPUP
====================================== */
  .popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 550px;
    margin: 20px auto;
    line-height: 1.45;
    border-radius: 4px;
  }

  .popup__title {
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
    font-size: 1.4em;
  }

  .popup__description {
    font-size: .875em;
    text-align: center;
  }

  .mfp-close {background: none !important;}

  .my-mfp-slide-bottom .mfp-content {
    opacity: 0;
    transition: all .2s ease-out;
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  }

  .my-mfp-slide-bottom.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  }

  .my-mfp-slide-bottom.mfp-removing .mfp-content {
    opacity: 0;
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  }

  .my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity .3s ease-out;
  }

  .my-mfp-slide-bottom.mfp-ready.mfp-bg {opacity: .8;}
  .my-mfp-slide-bottom.mfp-removing.mfp-bg { opacity: 0;}


/* #BLOCK_CINEMA-SUPPORT
====================================== */
  .block_cinema-support {
    background: rgba(95,157,223,.2) url(../img/page_cinema-dev.png) bottom center no-repeat;
    padding-bottom: 150px;
    border-top: 10px solid rgba(95,157,223,.8);
  }


/* #BLOCK_CINEMA-PORTFOLIO
====================================== */
  .block_cinema-portfolio .block__title {
    margin-bottom: 30px;
  }

  .block__slider_cinema {
    margin: 0 auto;
  }

  @media only screen and (max-width: 1024px) {
    .block__slider_cinema {
      max-width: 512px;
    }
  }


