@charset "UTF-8";
@font-face {
  font-family: 'PT Sans';
  src: url("/fonts/PT_Sans.eot");
  src: local("☺"), url("/fonts/PT_Sans.woff") format("woff"), url("/fonts/PT_Sans.ttf") format("truetype"), url("/fonts/PT_Sans.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PT Sans bold';
  src: url("/fonts/PT_Sans_bold.eot");
  src: local("☺"), url("/fonts/PT_Sans_bold.woff") format("woff"), url("/fonts/PT_Sans_bold.ttf") format("truetype"), url("/fonts/PT_Sans_bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-Medium';
  src: url("/fonts/GothamPro-Medium.eot");
  src: url("/fonts/GothamPro-Medium.woff2") format("woff2"), url("/fonts/GothamPro-Medium.woff") format("woff"), url("/fonts/GothamPro-Medium.ttf") format("truetype"), url("/fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg"), url("/fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-Light';
  src: url("/fonts/GothamPro-Light.eot");
  src: url("/fonts/GothamPro-Light.woff2") format("woff2"), url("/fonts/GothamPro-Light.woff") format("woff"), url("/fonts/GothamPro-Light.ttf") format("truetype"), url("/fonts/GothamPro-Light.svg#GothamPro-Light") format("svg"), url("/fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro-Bold';
  src: url("/fonts/GothamPro-Bold.eot");
  src: url("/fonts/GothamPro-Bold.woff2") format("woff2"), url("/fonts/GothamPro-Bold.woff") format("woff"), url("/fonts/GothamPro-Bold.ttf") format("truetype"), url("/fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg"), url("/fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PT Sans Narrow Regular';
  src: url("/fonts/PTN57F_0.eot");
  src: local("☺"), url("/fonts/PTN57F_0.woff") format("woff"), url("/fonts/PTN57F_0.ttf") format("truetype"), url("/fonts/PTN57F_0.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Condensed';
  src: url("/fonts/Roboto-Condensed.eot");
  src: url("/fonts/Roboto-Condensed.woff") format("woff"), url("/fonts/Roboto-Condensed.ttf") format("truetype"), url("/fonts/Roboto-Condensed.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("/fonts/Roboto-Bold_2.eot");
  src: url("/fonts/Roboto-Bold_2.woff") format("woff"), url("/fonts/Roboto-Bold_2.ttf") format("truetype"), url("/fonts/Roboto-Bold_2.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  z-index: 3; }

.menu, .menu-burger {
  display: none; }

header, main, footer {
  max-width: 1180px;
  margin: 0 auto; }

p {
  margin: 0;
  padding: 0; }

h1 {
  font-family: 'PT Sans bold';
  font-weight: normal;
  font-size: 28px;
  min-height: 35px;
  line-height: 28px;
  text-transform: uppercase; }
  h1 + p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'PT Sans';
    margin-bottom: 37px; }

img {
  border: 0;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }

#anchor2 + p {
  margin-bottom: 55px; }

main {
  padding: 193px 0 0 0; }

header {
  display: table;
  padding: 50px 0 30px 0;
  width: 100%;
  position: fixed;
  height: 120px;
  left: 50%;
  margin-left: -590px;
  background: #FFF;
  z-index: 9;
  transition: 0.3s linear; }
  header > div {
    display: table-cell;
    vertical-align: top; }
    header > div:nth-of-type(1) {
      width: 200px;
      text-align: left; }
    header > div:nth-of-type(2) {
      width: 200px;
      text-align: left;
      padding-top: 35px; }
    header > div:nth-of-type(3) {
      width: 200px;
      text-align: right;
      padding-top: 30px; }
    header > div a.address {
      color: #c43048;
      font-size: 20px;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
      font-family: 'PT Sans'; }
      header > div a.address:hover {
        color: #333; }
  header ul {
    list-style-type: none;
    display: table;
    padding: 0;
    width: 100%; }
    header ul li {
      display: table-cell;
      text-align: center; }
      header ul li.hidden {
        display: none; }
      header ul li a {
        font-family: 'PT Sans';
        font-size: 16px;
        color: #6a6a6a;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s linear; }
        header ul li a:hover {
          color: #c43048; }
  header .logo {
    width: 195px;
    height: 73px;
    transition: 0.3s linear;
    opacity: 1; }
    header .logo:hover {
      opacity: 0.8; }

.block-connect {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 94px 0; }
  .block-connect .block {
    width: 380px;
    height: 400px;
    text-align: center;
    background: center center no-repeat;
    background-size: auto 110%;
    filter: grayscale(100%);
    transition: .3s ease-in-out; }
    .block-connect .block:nth-child(1) {
      background-image: url(../img/connect_1.jpg); }
    .block-connect .block:nth-child(2) {
      background-image: url(../img/connect_2.jpg); }
    .block-connect .block:nth-child(3) {
      background-image: url(../img/connect_3.jpg); }
    .block-connect .block a {
      display: block;
      width: 184px;
      margin: 287px auto 0px;
      font-family: 'PT Sans bold';
      color: #FFF;
      text-decoration: none;
      font-size: 21px;
      padding: 5px 0;
      border: 1px solid #FFF;
      transition: .3s linear; }
      .block-connect .block a:hover {
        transition: .3s linear;
        background: #c43048;
        box-shadow: 0 0 0 18px #c43048; }
    .block-connect .block:hover {
      transition: .3s ease-in-out;
      filter: grayscale(0%);
      background-size: auto 100%; }

.slider-1-wrapper {
  height: 554px;
  margin-bottom: 90px; }
  .slider-1-wrapper .percent-icon {
    margin-bottom: 40px; }
  .slider-1-wrapper .bx-pager {
    display: none; }
  .slider-1-wrapper .slider-1 .slide {
    height: 554px;
    padding: 45px 100px 45px; }
    .slider-1-wrapper .slider-1 .slide > a, .slider-1-wrapper .slider-1 .slide h2 {
      z-index: 10;
      position: relative; }
    .slider-1-wrapper .slider-1 .slide h2 {
      font-family: 'PT Sans Bold';
      font-weight: normal;
      font-size: 72px;
      color: #500b3e;
      line-height: 70px; }
    .slider-1-wrapper .slider-1 .slide a {
      text-decoration: none; }
    .slider-1-wrapper .slider-1 .slide a.more {
      color: #f96b07;
      text-decoration: none;
      font-family: 'PT Sans';
      display: inline-block;
      padding-right: 20px;
      background: url(../img/arrow_1.png) right top 7px no-repeat;
      transition: .2s linear;
      margin-top: 10px; }
      .slider-1-wrapper .slider-1 .slide a.more:hover {
        transition: .2s linear;
        padding-right: 30px; }
  .slider-1-wrapper .bx-prev, .slider-1-wrapper .bx-next {
    width: 100px;
    height: 150px;
    transition: 0.3s linear;
    display: block;
    margin-top: -350px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    background: url(../img/arrow_2_left.png) left 40px center no-repeat; }
  .slider-1-wrapper .bx-next {
    right: 0;
    background: url(../img/arrow_2_right.png) right 40px center no-repeat; }
    .slider-1-wrapper .bx-next:hover {
      margin-right: -10px; }
  .slider-1-wrapper .bx-prev:hover {
    margin-left: -10px; }

.block-tarifs-slider {
  display: none; }

.block-tarifs {
  justify-content: space-between;
  display: flex;
  align-items: flex-end; }
  .block-tarifs > div {
    margin-top: 0px;
    margin-bottom: 0px;
    transition: .2s linear; }
    .block-tarifs > div:hover {
      margin-top: -30px;
      margin-bottom: 30px;
      transition: .2s linear; }
      .block-tarifs > div:hover table .connect {
        padding-top: 40px;
        transition: .2s linear; }
        .block-tarifs > div:hover table .connect a {
          transition: .3s linear;
          transition-delay: .1s;
          opacity: 1; }
  .block-tarifs table {
    border-collapse: collapse; }
    .block-tarifs table td {
      margin: 0;
      padding: 0; }
    .block-tarifs table .head {
      height: 140px;
      background: center bottom 35px no-repeat; }
    .block-tarifs table .cost {
      font-size: 28px;
      font-family: 'PT Sans bold';
      line-height: 25px;
      vertical-align: top;
      padding-top: 5px;
      cursor: default; }
    .block-tarifs table .speed {
      font-family: 'Roboto-Bold';
      vertical-align: bottom;
      letter-spacing: -7px;
      padding-right: 7px;
      cursor: default; }
    .block-tarifs table .mbit {
      font-size: 28px;
      font-family: 'Roboto-Bold';
      vertical-align: bottom;
      white-space:nowrap;
      cursor: default; }
    .block-tarifs table .connect {
      height: 80px;
      padding-top: 40px;
      vertical-align: top;
      transition: .2s linear; }
      .block-tarifs table .connect a {
        display: block;
        width: 184px;
        background: #c43048;
        font-family: 'PT Sans bold';
        color: #FFF;
        text-decoration: none;
        font-size: 21px;
        text-align: center;
        padding: 10px 0;
        border: 1px solid #FFF;
        box-shadow: 0 0 0 18px #c43048;
        margin: 0 auto;
        opacity: 0;
        transition: .2s linear; }
        .block-tarifs table .connect a:hover {
          background-color: #a9283d;
          box-shadow: 0 0 0 18px #a9283d; }
  .block-tarifs .tarif-50 {
    margin-left: -4px; }
    .block-tarifs .tarif-50 .head {
      background-image: url(../img/icon_1.png); }
    .block-tarifs .tarif-50 .speed {
      color: #fb6603;
      font-size: 150px;
      line-height: 120px; }
    .block-tarifs .tarif-50 .mbit {
      color: #fb6603; }
  .block-tarifs .tarif-50 {
    margin-left: 46px; }
    .block-tarifs .tarif-150 .head {
      background-image: url(../img/icon_2.png); }
    .block-tarifs .tarif-150 .speed {
      color: #c43048;
      font-size: 190px;
      line-height: 150px; }
    .block-tarifs .tarif-150 .mbit {
      color: #c43048; }
  .block-tarifs .tarif-300 .head {
    background-image: url(../img/icon_3.png); }
  .block-tarifs .tarif-300 .speed {
    color: #500b3e;
    font-size: 220px;
    line-height: 180px; }
  .block-tarifs .tarif-300 .mbit {
    color: #500b3e; }

.iptv {
  display: table;
  border-collapse: collapse;
  font-family: 'PT Sans';
  font-size: 16px;
  width: 100%;
  min-height: 400px;
  background: url(../img/pult.png) right bottom no-repeat; }
  .iptv .block {
    display: table-cell; }
    .iptv .block p {
      padding: 40px 0;
      margin: 0; }
    .iptv .block table {
      border-collapse: collapse; }
      .iptv .block table td {
        vertical-align: top; }
        .iptv .block table td.cost {
          font-family: 'Roboto-Bold';
          letter-spacing: -10px;
          font-size: 144px;
          line-height: 120px; }
        .iptv .block table td.label {
          font-family: 'PT Sans bold';
          font-size: 28px;
          line-height: 30px; }
        .iptv .block table td.bottom {
          vertical-align: bottom;
          padding-bottom: 10px; }
    .iptv .block:nth-of-type(1) {
      width: 545px; }
      .iptv .block:nth-of-type(1) .cost {
        color: #c43048;
        padding-right: 24px; }
    .iptv .block:nth-of-type(2) {
      width: 360px; }
      .iptv .block:nth-of-type(2) table:nth-of-type(1) {
        margin-bottom: 30px; }
        .iptv .block:nth-of-type(2) table:nth-of-type(1) .cost {
          color: #500b3e;
          padding-right: 21px; }
      .iptv .block:nth-of-type(2) table:nth-of-type(2) .cost {
        color: #fb6603;
        padding-right: 21px; }
      .iptv .block:nth-of-type(2) table:nth-of-type(2) .bottom {
        line-height: 16px; }
        .iptv .block:nth-of-type(2) table:nth-of-type(2) .bottom a {
          color: #6d6d6d;
          border-bottom: 1px dashed #6d6d6d;
          text-decoration: none; }
      .iptv .block:nth-of-type(2) a.formchannels {
        display: block;
        width: 185px;
        margin: 59px 0px 0 35px;
        font-family: 'PT Sans bold';
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        font-size: 21px;
        padding: 5px 0;
        border: 1px solid #FFF;
        transition: .3s linear;
        background: #c43048;
        box-shadow: 0 0 0 18px #c43048; }
        .iptv .block:nth-of-type(2) a.formchannels:hover {
          background: #FFF;
          color: #500b3e; }
  .iptv ul {
    list-style-type: none; }
    .iptv ul li {
      background: linear-gradient(to right, #717375, #717375);
      background-repeat: no-repeat;
      background-position: 0px 10px;
      background-size: 12px 2px;
      padding: 0 0 11px 21px;
      max-width: 260px; }

.block3 {
  margin: 90px 0 0 0; }
  .block3 h2 {
    color: #010101;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .block3 p {
    font-size: 17px;
    color: #010101;
    letter-spacing: 1px;
    margin: 3px 0 0 0px; }
  .block3 .twocolums {
    width: 100%;
    margin: 14px 0 40px -5px;
    clear: both; }
    .block3 .twocolums .left {
      width: 47%;
      float: left; }
      .block3 .twocolums .left span {
        font-size: 144px;
        font-family: 'Roboto-Bold';
        letter-spacing: -12.5px;
        display: block;
        color: #fb6603;
        float: left; }
      .block3 .twocolums .left p {
        display: block;
        margin: 20px 0 0 19px;
        float: left; }
    .block3 .twocolums .right {
      width: 53%;
      float: right; }
      .block3 .twocolums .right span {
        font-size: 144px;
        display: block;
        color: #c43048;
        font-family: 'Roboto-Bold';
        letter-spacing: -5.5px;
        float: left; }
      .block3 .twocolums .right a {
        display: block;
        width: 185px;
        margin: 21px 25px;
        font-family: 'PT Sans bold';
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        font-size: 21px;
        padding: 5px 0;
        border: 1px solid #FFF;
        transition: .3s linear;
        background: #c43048;
        box-shadow: 0 0 0 18px #c43048; }
        .block3 .twocolums .right a:hover {
          background: #FFF;
          color: #500b3e; }
      .block3 .twocolums .right p {
        display: block;
        margin: 20px 0 0 11px;
        letter-spacing: 0px;
        line-height: 29px;
        float: left; }
      .block3 .twocolums .right p.mobile {
        display: none; }
    .block3 .twocolums p {
      font-family: 'PT Sans bold';
      font-size: 28px;
      line-height: 30px; }

.block4 {
  margin: 100px 0 0 0; }
  .block4 h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #010101; }
  .block4 .blocks {
    width: 100%;
    margin: 65px 0 75px; }
    .block4 .blocks > div {
      width: 25%;
      float: left;
      text-align: center;
      transition: 0.3s linear; }
      .block4 .blocks > div .imgblock {
        width: 100%;
        height: 123px; }
      .block4 .blocks > div img {
        transition: 0.3s linear; }
      .block4 .blocks > div:first-of-type img {
        margin: 0 0 0 -30px; }
      .block4 .blocks > div:first-of-type:hover img {
        margin: -30px 0 0 -30px; }
      .block4 .blocks > div:nth-child(3) img {
        margin: -10px 0 0 0; }
      .block4 .blocks > div:nth-child(3):hover img {
        margin: -40px 0 0 0; }
      .block4 .blocks > div h3 {
        font-family: 'PT Sans bold';
        font-size: 16px;
        color: #010101; }
      .block4 .blocks > div p {
        color: #010101;
        font-size: 14px;
        margin: 10px 0 0 0;
        font-family: 'PT Sans'; }
      .block4 .blocks > div:hover img {
        margin: -30px 0 0 0; }

.block5 h2 {
  font-size: 24px; }
.block5 .news {
  width: 100%;
  margin: 25px 0 -15px; }
  .block5 .news .date {
    width: 20%;
    float: left; }
    .block5 .news .date div:first-of-type {
      transition: 0.3s linear;
      font-size: 80px;
      font-family: 'Roboto-Bold';
      color: #9fa09e;
      width: 47%;
      letter-spacing: -5px;
      float: left; }
    .block5 .news .date div:last-of-type {
      width: 130px;
      margin: -100px 0 0px 140px;
      float: left;
      font-size: 30px;
      font-family: 'Roboto-Condensed';
      color: #9fa09e;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      transition: 0.3s linear; }
  .block5 .news .text {
    border: 2px solid #FFF;
    transition: 0.3s linear;
    width: 75%;
    padding: 1% 2%;
    float: left; }
    .block5 .news .text h3 {
      font-family: 'PT Sans bold';
      font-size: 16px;
      color: #010101;
      text-transform: uppercase; }
    .block5 .news .text p {
      color: #010101;
      font-size: 14px;
      margin: 10px 0 0 0;
      font-family: 'PT Sans'; }
    .block5 .news .text a {
      text-decoration: none;
      color: #f96b07;
      transition: 0.3s linear; }
      .block5 .news .text a:hover {
        color: #c43048; }
  .block5 .news:hover {
    cursor: pointer; }
    .block5 .news:hover .date div {
      color: #fb6603; }
    .block5 .news:hover .text {
      border: 2px solid #f96b07; }

.block6 {
  width: 100%;
  min-height: 200px;
  margin-top: 40px;
  margin-bottom: 83px;
  background: url(/img/bg.jpg) right bottom no-repeat;
  background-color: #93263B; }
  .block6 h1 {
    color: #FFF;
    margin: 0 0 0 60px;
    padding: 60px 0 50px 0; }
  .block6 > a:first-of-type {
    color: #FFF;
    font-size: 28px;
    padding: 0 0 0 30px;
    font-family: 'PT Sans Bold';
    text-decoration: none;
    background: url("/img/phone.png") left center no-repeat;
    margin: 0 65px 40px 60px;
    opacity: 1;
    transition: 0.3s linear; }
    .block6 > a:first-of-type:hover {
      opacity: 0.5; }
  .block6 > a:last-of-type {
    color: #FFF;
    font-size: 28px;
    font-family: 'PT Sans Bold';
    text-decoration: none;
    padding: 0 0 0 30px;
    background: url("/img/mail.png") left center no-repeat;
    opacity: 1;
    transition: 0.3s linear; }
    .block6 > a:last-of-type:hover {
      opacity: 0.5; }
  .block6 form {
    padding: 0 0 53px 0; }
    .block6 form .left {
      width: 320px;
      margin: 30px 20px 0 58px;
      position: relative;
      float: left; }
      .block6 form .left .choisevalue {
        height: 67px;
        width: 100%;
        padding: 0 5%;
        line-height: 70px;
        background: #FFF;
        font-family: 'GothamPro-Light';
        color: #010101;
        margin: 0 0 20px 0;
        cursor: pointer; }
        .block6 form .left .choisevalue img {
          float: right;
          margin: 32px 3px 0 0; }
        .block6 form .left .choisevalue.open img {
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -webkit-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .block6 form .left .dropdown {
        position: absolute;
        width: 100%;
        top: 69px;
        font-family: 'GothamPro-Light';
        left: 0;
        background: #FFF;
        z-index: 10;
        display: none; }
        .block6 form .left .dropdown ul {
          margin: 0 0 0 0; }
          .block6 form .left .dropdown ul li {
            padding: 0;
            list-style: none;
            margin: 14px 0 18px 5%; }
            .block6 form .left .dropdown ul li a {
              color: #6d6d6d;
              font-size: 14px;
              text-decoration: none;
              padding: 0 0 0 30px;
              line-height: 30px;
              display: block;
              font-family: 'GothamPro-Medium';
              transition: 0.3s linear;
              background: url("/img/check.png") left center no-repeat; }
              .block6 form .left .dropdown ul li a:hover, .block6 form .left .dropdown ul li a.active {
                color: #93263B; }
              .block6 form .left .dropdown ul li a.active {
                background: url("/img/check_active.png") left center no-repeat; }
    .block6 form .right {
      width: 320px;
      margin: 30px 0px 0 0px;
      float: left; }
      .block6 form .right a {
        transition: 0.3s linear;
        display: block;
        text-align: center;
        color: #FFF;
        border: 2px solid #FFF;
        height: 61px;
        line-height: 61px;
        text-decoration: none;
        width: 320px;
        font-family: 'GothamPro-Light';
        font-size: 24px; }
        .block6 form .right a:hover {
          background: #FFF;
          color: #500b3e; }
    .block6 form input {
      height: 66px;
      width: 100%;
      padding: 0 5%;
      font-family: 'GothamPro-Light';
      line-height: 66px;
      background: #FFF;
      font-size: 15px;
      color: #010101;
      margin: 0 0 20px 0; }
    .block6 form textarea {
      width: 100%;
      padding: 10px 5%;
      font-family: 'GothamPro-Light';
      line-height: 25px;
      background: #FFF;
      color: #010101;
      resize: none;
      font-size: 15px;
      height: 240px;
      margin: 0 0 18px 0; }

.documents {
  margin-top: -30px;
  padding-bottom: 125px;
}
.documents p {
    color: #6d6d6d;
    display: block;
    width: 80%;
    font-family: 'GothamPro-Light';
    font-size: 14px;
    float: left;
    line-height: 20px;
    margin: 9px 0 0 0; }
.documents p a {
      color: #6d6d6d;
      border-bottom: 1px solid #6d6d6d;
      padding: 0 0 1px;
      text-decoration: none;
      transition: 0.3s linear; }
.documents p a:hover {
        color: #c43048;
        border-bottom: 1px solid #c43048; }
}

documents a {
    margin: 0 20px 0 0;
    float: right; 
}

footer {
  margin: 20px auto 0;
  padding: 0 0 45px 0; }
  footer p {
    color: #6d6d6d;
    display: block;
    width: 80%;
    font-family: 'GothamPro-Light';
    font-size: 14px;
    float: left;
    line-height: 20px;
    margin: 9px 0 0 0; }
    footer p a {
      color: #6d6d6d;
      border-bottom: 1px solid #6d6d6d;
      padding: 0 0 1px;
      text-decoration: none;
      transition: 0.3s linear; }
      footer p a:hover {
        color: #c43048;
        border-bottom: 1px solid #c43048; }
  footer > a {
    margin: 0 20px 0 0;
    float: right; }
    footer > a img {
      transition: 0.3s linear;
      opacity: 1; }
      footer > a img:hover {
        opacity: 0.8; }

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  top: 0; }

.sanks {
  width: 600px;
  height: 400px;
  top: 50%;
  left: 50%;
  display: none;
  position: fixed;
  z-index: 100;
  margin: -200px 0 0 -300px;
  background: #FFF;
  text-align: center; }
  .sanks a.close {
    position: absolute;
    right: 38px;
    top: 42px;
    background: url("/img/close.png") center center no-repeat;
    width: 21px;
    height: 21px;
    transition: 0.3s linear; }
    .sanks a.close:hover {
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .sanks img {
    margin: 100px auto 12px; }
  .sanks h3 {
    font-size: 27px;
    color: #010101;
    font-family: 'PT Sans'; }
  .sanks p {
    margin: 55px auto;
    font-size: 18px;
    color: #010101;
    font-family: 'PT Sans'; }

.channels {
  width: 820px;
  margin: 0 auto;
  height: 670px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -380px;
  background: #FFF;
  padding: 70px 0 0 0;
  display: none; }
  .channels a.close {
    position: absolute;
    right: 18px;
    top: 22px;
    background: url("/img/close.png") center center no-repeat;
    width: 21px;
    height: 21px;
    transition: 0.3s linear; }
    .channels a.close:hover {
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.package-item--channels {
  width: 760px;
  margin: 0 auto;
  border: 1px solid #d8dcde;
  background: #FFF;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-family: 'PT Sans'; }

.multi-tabs {
  font-size: 0;
  line-height: 0; }

.multi-tabs--items {
  list-style: none;
  margin: 0 0 -1px;
  padding: 0;
  border-top: 1px solid #d8dcde; }

.multi-tabs--item.active {
  background: #f1f5f9; }

.multi-tabs--item {
  text-transform: uppercase;
  border-bottom: 1px solid #d8dcde;
  border-right: 1px solid #d8dcde;
  width: 20%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }

.multi-tabs--item:hover .multi-tabs--item-link,
.multi-tabs--item:focus .multi-tabs--item-link,
.multi-tabs--item:active .multi-tabs--item-link,
.multi-tabs--item.active .multi-tabs--item-link {
  color: rgba(54, 54, 54, 0.8); }

.multi-tabs--item-link {
  color: rgba(159, 163, 176, 0.8);
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 49px;
  font-weight: 500;
  display: block;
  text-decoration: none; }

a, button {
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease; }

.package-item--tabs {
  border-top: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: none; }
  .package-item--tabs.active {
    display: block; }

.package-item--channels-inner {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.package-item--channels-inner:not(.scroll-content):before {
  z-index: 2;
  content: "";
  background: linear-gradient(to bottom, #f0f1f3 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: auto;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0; }

.package-item--channels-inner[data-scroll="custom"] {
  left: 0 !important;
  margin-left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  max-height: 466px !important;
  height: 466px !important; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: auto;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.package-item--channels-title {
  padding: 18px 30px 11px;
  margin: 0 0 -34px;
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700; }

.package-item--channels-list.alt-padding {
  padding: 34px 30px 10px; }

.new-package--channel {
  color: #9fa3b0;
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  width: 32%;
  height: 50px; }

a, button {
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease; }

.new-package--channel img {
  display: block;
  width: 40px;
  height: auto;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.new-package--channel span {
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  font-size: 17px;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: 60px; }

.triangle {
  position: absolute;
  z-index: 1; }

.triangleup {
  width: 283px;
  height: 380px;
  left: 35px;
  background: url("/img/tr/trianup.png");
  top: 600px;
  z-index: 4; }

.triangle1 {
  width: 249px;
  height: 425px;
  left: 0;
  background: url("/img/tr/trian2.png");
  top: 80px; }

.triangle2 {
  width: 134px;
  height: 168px;
  left: 40px;
  background: url("/img/tr/trian4.png");
  top: 470px; }

.triangle3 {
  width: 213px;
  height: 353px;
  left: 0;
  background: url("/img/tr/trian5.png");
  top: 950px; }

.triangle4 {
  width: 225px;
  height: 243px;
  right: 0;
  background: url("/img/tr/trian3.png");
  top: 130px; }

.triangle5 {
  width: 362px;
  height: 513px;
  right: 0;
  background: url("/img/tr/triandown.png");
  top: 350px;
  z-index: 2; }

.triangle6 {
  width: 131px;
  height: 95px;
  background: url("/img/tr/trian6.png");
  right: 0;
  top: 1230px; }

.triangle7 {
  width: 236px;
  height: 95px;
  background: url("/img/tr/trian7.png");
  left: 0;
  bottom: 0; }

.triangle8 {
  width: 236px;
  height: 141px;
  background: url("/img/tr/trian8.png");
  right: 0;
  bottom: 0; }

@media (max-width: 1179px) {
  h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px; }
    h1 + p {
      padding-left: 20px;
      padding-right: 20px; }

  .triangle {
    display: none !important; }

  body {
    padding-top: 107px; }

  main {
    padding: 0; }

  header {
    position: fixed;
    width: 100vw;
    height: 87px;
    top: 0;
    left: 0;
    padding: 0;
    background: #FFF;
    z-index: 1000;
    margin: 0; }
    header .menu-burger {
      display: block;
      position: absolute;
      width: 34px;
      height: 30px;
      background: url(../img/menu_burger.png);
      top: 30px;
      right: 30px; }
      header .menu-burger.toggle {
        background: url(../img/imgpsh_fullsize.png) center center no-repeat; }
    header > div {
      display: block; }
    header > div:nth-of-type(3) {
      display: none; }
    header .logotop {
      display: block;
      width: 125px;
      height: 47px;
      position: absolute;
      left: 22px;
      top: 5px; }
    header ul {
      display: block;
      display: none;
      position: fixed;
      top: 87px;
      z-index: 990;
      background: #aa3548;
      width: 243px;
      right: -245px;
      padding: 0 0 7px; }
      header ul li {
        display: block;
        height: 50px;
        line-height: 50px; }
        header ul li.hidden {
          display: block; }
        header ul li a {
          color: #FFF;
          display: block;
          font-size: 20px;
          height: 50px;
          text-align: left;
          padding: 0 0 0 19px; }
          header ul li a:active, header ul li a:hover {
            background: #862839;
            color: #FFF; }
          header ul li a.link {
            border: 1px solid #FFF;
            padding: 0px;
            width: 201px;
            height: 57px;
            text-align: center;
            line-height: 58px;
            margin: 25px 0 0 21px; }
            header ul li a.link:hover {
              background: #FFF;
              color: #aa3548; }
          header ul li a.address {
            color: #FFF;
            padding: 0px;
            margin: 12px 0 0 22px;
            width: 201px;
            text-align: center; }

  .block-connect {
    display: block;
    margin-bottom: 55px; }
    .block-connect .block {
      display: block;
      height: 99px;
      width: calc(100vw - 40px);
      margin: 0 auto 20px;
      background-size: cover;
      display: flex; }
      .block-connect .block:hover {
        filter: grayscale(0%);
        background-size: cover; }
      .block-connect .block a {
        margin: auto; }

  .slider-1-wrapper {
    height: 350px;
    margin-bottom: 55px;
    margin-top: -10px; }
    .slider-1-wrapper .bx-prev, .slider-1-wrapper .bx-next {
      display: none; }
    .slider-1-wrapper .percent-icon {
      width: 35px;
      height: 35px;
      margin-bottom: 20px; }
    .slider-1-wrapper .slider-1 .slide {
      padding: 20px;
      height: 350px;
      background: right center no-repeat;
      background-size: cover; }
      .slider-1-wrapper .slider-1 .slide h2 {
        font-size: 28px;
        line-height: 30px; }
    .slider-1-wrapper .bx-pager {
      position: absolute;
      height: 0px;
      text-align: center;
      width: 100%;
      margin-top: -62px;
      display: block; }
      .slider-1-wrapper .bx-pager .bx-pager-item {
        width: 20px;
        height: 20px;
        display: inline-block;
        font-size: 0px;
        margin: 10px; }
        .slider-1-wrapper .bx-pager .bx-pager-item a {
          display: block;
          width: 20px;
          height: 20px;
          border-radius: 10px;
          border: 1px solid #FFF; }
          .slider-1-wrapper .bx-pager .bx-pager-item a.active {
            background: #FFF; }

  .block-tarifs {
    display: none; }

  .block-tarifs-slider {
    display: block; }
    .block-tarifs-slider .bx-pager {
      height: 20px;
      text-align: center;
      margin-bottom: 55px; }
      .block-tarifs-slider .bx-pager .bx-pager-item {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 0 10px; }
        .block-tarifs-slider .bx-pager .bx-pager-item a {
          display: block;
          width: 20px;
          height: 20px;
          border: 1px solid #500b3e;
          border-radius: 50%;
          font-size: 0px;
 }
          .block-tarifs-slider .bx-pager .bx-pager-item a.active {
            background: #500b3e; }
    .block-tarifs-slider .block-tarifs {
      display: block; }
      .block-tarifs-slider .block-tarifs > div {
        margin: 0 !important; }
      .block-tarifs-slider .block-tarifs table {
        margin-left: auto;
        margin-right: auto; }
      .block-tarifs-slider .block-tarifs .cost {
        font-size: 18px;
        line-height: 20px;
        vertical-align: top;
        padding-top: 5px;
        cursor: default; }
      .block-tarifs-slider .block-tarifs .mbit {
        font-size: 24px;
        vertical-align: top; }
      .block-tarifs-slider .block-tarifs .tarif-50 table {
        width: 190px; }
      .block-tarifs-slider .block-tarifs .tarif-50 .speed {
        font-size: 98px !important;
        line-height: 84px; }
      .block-tarifs-slider .block-tarifs .tarif-150 table {
        width: 215px; }
      .block-tarifs-slider .block-tarifs .tarif-150 .cost {
        padding-top: 0; }
      .block-tarifs-slider .block-tarifs .tarif-150 .speed {
        font-size: 98px !important;
        line-height: 84px; }
      .block-tarifs-slider .block-tarifs .tarif-300 table {
        width: 280px; }
      .block-tarifs-slider .block-tarifs .tarif-300 .speed {
        font-size: 140px !important;
        line-height: 84px;
        letter-spacing: -10px;
 }
      .block-tarifs-slider .block-tarifs .connect {
        height: 80px;
        padding-top: 40px;
        vertical-align: top;
        transition: .2s linear; }
        .block-tarifs-slider .block-tarifs .connect a {
          display: block;
          width: 184px;
          background: #c43048;
          font-family: 'PT Sans bold';
          color: #FFF;
          text-decoration: none;
          font-size: 21px;
          text-align: center;
          padding: 10px 0;
          border: 1px solid #FFF;
          box-shadow: 0 0 0 18px #c43048;
          margin: 0 auto;
          opacity: 1;
          transition: .2s linear; }
          .block-tarifs-slider .block-tarifs .connect a:hover {
            background-color: #a9283d;
            box-shadow: 0 0 0 18px #a9283d; }

  .iptv {
    display: block;
    background: none;
    margin: -35px 0 0 0; }
    .iptv .block {
      display: block;
      max-width: 320px;
      margin: auto; }
      .iptv .block p, .iptv .block ul {
        padding-left: 20px;
        padding-right: 20px; }
      .iptv .block table {
        width: 320px; }
        .iptv .block table td {
          display: block;
          padding-left: 20px;
          padding-right: 20px; }
          .iptv .block table td.cost {
            font-size: 120px; }
          .iptv .block table td.label {
            font-size: 20px; }
      .iptv .block:nth-of-type(1) {
        width: auto; }
        .iptv .block:nth-of-type(1) .label br {
          display: none; }
      .iptv .block:nth-of-type(2) {
        width: auto; }
        .iptv .block:nth-of-type(2) table {
          margin: auto;
          max-width: 320px; }
          .iptv .block:nth-of-type(2) table:nth-of-type(1) {
            display: block; }
            .iptv .block:nth-of-type(2) table:nth-of-type(1) tr {
              height: 120px; }
              .iptv .block:nth-of-type(2) table:nth-of-type(1) tr td {
                display: block;
                position: absolute; }
                .iptv .block:nth-of-type(2) table:nth-of-type(1) tr td:nth-of-type(1) {
                  padding-right: 0px; }
                .iptv .block:nth-of-type(2) table:nth-of-type(1) tr td:nth-of-type(2) {
                  padding-left: 10px;
                  padding-top: 10px;
                  width: 100px;
                  line-height: 20px;
                  left: 200px; }
          .iptv .block:nth-of-type(2) table:nth-of-type(2) tr {
            display: block; }
            .iptv .block:nth-of-type(2) table:nth-of-type(2) tr:nth-of-type(2) {
              height: 0; }
            .iptv .block:nth-of-type(2) table:nth-of-type(2) tr td {
              display: block; }
              .iptv .block:nth-of-type(2) table:nth-of-type(2) tr td.cost {
                padding-right: 0px; }
              .iptv .block:nth-of-type(2) table:nth-of-type(2) tr td.label {
                padding-left: 10px;
                padding-top: 10px;
                width: 100px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 190px; }
              .iptv .block:nth-of-type(2) table:nth-of-type(2) tr td.bottom {
                top: -60px;
                left: 180px;
                width: 100px;
                line-height: 20px; }
              .iptv .block:nth-of-type(2) table:nth-of-type(2) tr td:nth-of-type(3) {
                padding-left: 10px;
                padding-top: 10px;
                width: 100px;
                line-height: 20px;
                border: 1px solid red; }
            .iptv .block:nth-of-type(2) table:nth-of-type(2) tr:nth-of-type td {
              border: 1px solid red; }

  .block3 {
    margin-top: 55px; }
    .block3 .twocolums {
      padding-left: 20px;
      padding-right: 20px; }
      .block3 .twocolums .left, .block3 .twocolums .right {
        float: none;
        width: 280px;
        overflow: hidden;
        margin: auto; }
        .block3 .twocolums .left span, .block3 .twocolums .right span {
          float: none;
          font-size: 120px;
          height: 120px; }
        .block3 .twocolums .left p, .block3 .twocolums .right p {
          font-size: 20px;
          padding: 0;
          margin: 0; }
          .block3 .twocolums .left p br, .block3 .twocolums .right p br {
            display: none; }
        .block3 .twocolums .left .telephone, .block3 .twocolums .right .telephone {
          width: 240px; }
      .block3 .twocolums .right p {
        display: none; }
        .block3 .twocolums .right p.mobile {
          display: block; }
          .block3 .twocolums .right p.mobile:first-of-type {
            font-family: 'PT Sans';
            margin: 60px 0 0 0;
            font-size: 16px; }
          .block3 .twocolums .right p.mobile:last-of-type {
            width: 77px;
            display: block;
            margin: 0 0px 0 22px; }
      .block3 .twocolums .right span {
        height: auto;
        line-height: 105px;
        width: 180px;
        float: left; }

  .block4 {
    margin: 60px 0 0 0; }
    .block4 .blocks {
      margin: 35px 0 35px; }
      .block4 .blocks > div {
        display: none;
        float: none;
        width: auto;
        max-width: 280px;
        margin: 0 auto 20px; }
        .block4 .blocks > div:hover img {
          margin: 0; }
        .block4 .blocks > div:nth-child(3) img {
          margin: -10px 0 0 0; }
        .block4 .blocks > div:nth-child(3):hover img {
          margin: -10px 0 0 0; }

  .block5 {
    padding: 0 20px; }
    .block5 h1 {
      padding-left: 0px;
      padding-right: 0px; }
    .block5 .news .date {
      display: table;
      float: none;
      width: auto; }
      .block5 .news .date div {
        display: table-cell;
        font-size: 30px !important;
        transform: rotate(0) !important;
        margin: 0  !important;
        float: none !important;
        width: auto !important;
        font-weight: normal !important;
        padding-right: 3px; }
        .block5 .news .date div:first-of-type {
          letter-spacing: -1px; }
          .block5 .news .date div:first-of-type:after {
            content: '.';
            padding-left: 4px; }
        .block5 .news .date div:last-of-type {
          font-family: 'Roboto-Bold';
          letter-spacing: -1px; }
    .block5 .news .text {
      float: none;
      width: auto;
      padding: 0; }

  .block6 {
    background: #93263B; }
    .block6 h1 {
      margin: 0px;
      padding: 44px 20px 18px 20px; }
    .block6 a:first-of-type {
      margin: 0 20px 0; }
    .block6 a:last-of-type {
      margin: 0 20px; }
    .block6 > a:first-of-type {
      display: block;
      margin: 0 20px 13px;
      padding: 0 0 0 45px;
      font-size: 22px; }
    .block6 > a:last-of-type {
      display: block;
      margin: 0 20px 37px;
      padding: 0 0 0 45px;
      font-size: 22px; }
    .block6 form {
      padding: 0 0 20px 0; }
      .block6 form .left {
        width: calc(100vw - 40px);
        margin: auto;
        float: none; }
        .block6 form .left .choisevalue {
          margin-top: 10px; }
      .block6 form .right {
        float: none;
        width: calc(100vw - 40px);
        margin: auto; }
        .block6 form .right a {
          width: calc(100vw - 40px);
          margin: auto;
          padding: 0; }
      .block6 form input, .block6 form textarea {
        line-height: 15px;
        box-shadow: none; }

  footer {
    margin: -60px auto 0px;
    padding: 0 0 15px 0; }
    footer p {
      padding: 0 20px;
      width: auto;
      margin: 0; }
    footer > a {
      display: none; }

  .block-tarifs-slider .bx-viewport {
    height: 370px !important; }

  .iptv .block:nth-of-type(2) a.formchannels {
    margin: 59px auto 0; } }
@media (max-width: 1500px) {
  .triangle {
    display: none !important; } }
@media (max-width: 1700px) {
  .triangleup {
    display: none !important; } }
@media (max-width: 450px) {
  .block-tarifs > div {
    margin: 0 !important; }

  .block-tarifs-slider .block-tarifs .tarif-300 table {
    width: 300px !important; }

  .block-tarifs-slider .block-tarifs .tarif-150 table {
    width: 240px !important; }

  .block-tarifs-slider .block-tarifs .tarif-50 table {
    width: 210px !important; }

  .block-tarifs-slider .block-tarifs .tarif-300 .speed {
    font-size: 125px; } }
@media (max-width: 600px) {
  .sanks {
    width: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    top: 100px;
    padding: 0 3%; } }
@media (max-width: 820px) {
  .channels {
    position: absolute;
    width: 100%;
    margin: 0;
    left: 0;
    top: 0; }
    .channels .multi-tabs, .channels .package-item--channels {
      width: 100%; }
    .channels .multi-tabs--item {
      width: 25%; } }
@media (max-width: 660px) {
  .channels .multi-tabs--item {
    width: 33.33%; }
  .channels .new-package--channel {
    width: 48%; } }
@media (max-width: 480px) {
  .channels .multi-tabs--item {
    width: 50%; }
  .channels .new-package--channel {
    width: 98%; } }

/*# sourceMappingURL=template.css.map */
