@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Exo 2', sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1320px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.page-image {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 800px;
}
body {
  padding-top: 170px;
}
.header {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.header.top {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
}
.header ul {
  padding-top: 10px;
}
.header ul .phone {
  display: none;
}
.header ul li {
  display: inline-block;
  position: relative;
}
.header ul li:not(:last-child) {
  margin-right: 20px;
}
.header ul li:hover a {
  color: #fff;
  background: #721e9a;
}
.header ul li:hover a .fa {
  transform: rotate(180deg);
  color: #fff;
}
.header ul li:hover ul {
  display: block;
}
.header ul li:hover ul li a {
  color: #6F6F6F;
  background: #F8F8F8;
}
.header ul li.mob {
  display: none;
}
.header ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #6F6F6F;
  padding: 15px 26px;
  background: #F8F8F8;
  border-radius: 15px;
}
.header ul li a .fa {
  font-size: 14px;
  color: #000;
  margin-left: 2px;
}
.header ul li a img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.header ul li ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  white-space: nowrap;
  z-index: 3;
  background: #E9E9E9;
  border-radius: 15px;
  padding: 13px;
  margin-top: 16px;
  width: 120px;
  display: none;
}
.header ul li ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 16px;
}
.header ul li ul li {
  display: block;
}
.header ul li ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
.header ul li ul li a {
  text-align: left;
  padding: 17px 10px;
}
.header ul li ul li a:hover {
  background: #fff;
  color: #000;
}
.header .phone {
  margin: 11px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 35px;
}
.header .phone a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 15px 18px 15px 40px;
  background: #3868b5 url('../img/phone.png') no-repeat 16px 50%;
  border-radius: 15px;
}
.header .phone a:hover {
  background: #721e9a url('../img/phone.png') no-repeat 16px 50%;
}


.header .menu-button {
  width: 30px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-top: 22px;
  display: none;
}
.header .menu-button.active span:nth-child(1) {
  transform: translate(3px, 7px) rotate(45deg);
  left: 0;
}
.header .menu-button.active span:nth-child(2) {
  display: none;
}
.header .menu-button.active span:nth-child(3) {
  transform: translate(3px, -7px) rotate(-45deg);
  left: 0;
}
.header .menu-button:hover span:nth-child(1) {
  left: 0;
}
.header .menu-button:hover span:nth-child(2) {
  left: 6px;
}
.header .menu-button:hover span:nth-child(3) {
  left: 0;
}
.header .menu-button span {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #3868b5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header .menu-button span:nth-child(1) {
  top: 0;
  left: 6px;
}
.header .menu-button span:nth-child(2) {
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.header .menu-button span:nth-child(3) {
  bottom: 0;
  left: 6px;
}
.index-page-slider {
  padding: 60px 0 102px;
}
.index-page-slider .item .text {
  max-width: 505px;
}
.index-page-slider .item .text .name {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}
.index-page-slider .item .text p {
  margin-bottom: 56px;
  width: 75%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #B4B4B4;
}
.index-page-slider .item .text button {
  color: #fff;
  width: 222px;
  height: 54px;
  background: #721e9a url('../img/arrow.png') no-repeat 25px 50%;
  border-radius: 15px;
  font-weight: 700;
}
.index-page-slider .item .text button:hover {
  background: #3868b5 url('../img/arrow.png') no-repeat 20px 50%;
}
.index-page-slider .slick-dots {
  width: 1320px;
  margin: 64px auto 0 auto;
}
.index-page-slider .slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.index-page-slider .slick-dots li.slick-active button {
  background: #721E9A;
}
.index-page-slider .slick-dots li button {
  font-size: 0;
  z-index: 2;
  padding: 0;
  width: 40px;
  height: 10px;
  background: #F4F4F4;
  border-radius: 15px;
}
.check-form-block {
  padding-bottom: 30px;
}
.check-form-block .form {
  background: #F8F8F8;
  border: 1px solid #D6D6D6;
  border-radius: 15px;
  padding: 24px 30px 24px 305px;
  position: relative;
  z-index: 2;
}
.check-form-block .form .name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 174px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.check-form-block .form .field {
  width: 22%;
  position: relative;
}
.check-form-block .form .field p {
  position: absolute;
  left: 24px;
  padding: 0 10px;
  width: 82px;
  top: -8px;
  font-weight: 700;
  color: #878787;
  background: #F8F8F8;
}
.check-form-block .form .field input[type='text'] {
  width: 100%;
  height: 54px;
  background: none;
  border: 1px solid #C8C8C8;
  border-radius: 15px;
  padding: 0 32px;
  font-weight: 700;
}
.check-form-block .form .field input[type='text']:focus {
  border: 1px solid #3868B5;
}
.check-form-block .form button {
  width: 28%;
  height: 54px;
  color: #fff;
  background: #3868B5;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
}
.check-form-block .form button:hover {
  background: #721e9a;
}
.tarifs-block {
  padding-bottom: 40px;
}
.tarifs-block.inner {
  padding-bottom: 15px;
}
.tarifs-block .wrap {
  position: relative;
  z-index: 3;
}
.tarifs-block .item {
        overflow:hidden;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  padding: 24px 30px 180px 30px;
  border: 1px solid #F0F0F0;
}
.tarifs-block .item.color1 {
  background: linear-gradient(to bottom, #ffffff, #fff8f3);
}
.tarifs-block .item.color1:hover {
  background: url('../img/tarif1.webp') center / cover;
}
.tarifs-block .item.color1:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #ffffff, #fff8f3);
  opacity: .8;
}
.tarifs-block .item.color1 .name {
  color: #705F53;
}
.tarifs-block .item.color1 .name span {
  color: #CCAE8B;
}
.tarifs-block .item.color1 .speed {
  color: #705F53;
}
.tarifs-block .item.color1 ul {
  color: #705F53;
}
.tarifs-block .item.color1 .button p {
  color: #705F53;
}
.tarifs-block .item.color1 .button button {
  color: #fff;
  background: #CCAE8B;
}
.tarifs-block .item.color1 .button button:hover {
  background: #721e9a;
}
.tarifs-block .item.color2 {
  background: linear-gradient(to bottom, #ffffff, #f1f1f1);
}
.tarifs-block .item.color2:hover {
  background: url('../img/tarif2.webp') center / cover;
}
.tarifs-block .item.color2:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #ffffff, #f1f1f1);
  opacity: .8;
}
.tarifs-block .item.color2 .name {
  color: #606060;
}
.tarifs-block .item.color2 .name span {
  color: #A7A7A7;
}
.tarifs-block .item.color2 .speed {
  color: #606060;
}
.tarifs-block .item.color2 ul {
  color: #606060;
}
.tarifs-block .item.color2 .button p {
  color: #606060;
}
.tarifs-block .item.color2 .button button {
  color: #fff;
  background: #565656;
}
.tarifs-block .item.color2 .button button:hover {
  background: #721e9a;
}
.tarifs-block .item.color3 {
  background: linear-gradient(to bottom, #ffffff, #fff7e4);
}
.tarifs-block .item.color3:hover {
  background: url('../img/tarif3.webp') center / cover;
}
.tarifs-block .item.color3:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #ffffff, #fff7e4);
  opacity: .7;
}
.tarifs-block .item.color3 .name {
  color: #422F00;
}
.tarifs-block .item.color3 .name span {
  color: #FFCA42;
}
.tarifs-block .item.color3 .speed {
  color: #422F00;
}
.tarifs-block .item.color3 ul {
  color: #422F00;
}
.tarifs-block .item.color3 .button p {
  color: #422F00;
}
.tarifs-block .item.color3 .button button {
  color: #422F00;
  background: #FFCA42;
}
.tarifs-block .item.color3 .button button:hover {
  background: #721e9a;
  color: #fff;
}
.tarifs-block .item .popular {
  position: absolute;
  right: 17px;
  top: 19px;
  font-weight: 700;
  font-size: 14px;
  line-height: 6px;
  color: #626262;
  padding: 20px 20px 20px 40px;
  background: #f3f3f3 url('../img/star.png') no-repeat 10px 50%;
  border-radius: 15px;
  z-index: 2;
}
.tarifs-block .item .name {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.tarifs-block .item .name span {
  display: block;
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.tarifs-block .item .speed {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.tarifs-block .item .speed div {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.tarifs-block .item .speed div span {
  display: block;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: -6px;
}
.tarifs-block .item .speed div img {
  max-width: 100px;
  width: 100px;
  margin-right: 20px;
}
.tarifs-block .item ul {
  position: relative;
  z-index: 2;
}
.tarifs-block .item ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.tarifs-block .item ul li img {
  position: absolute;
  left: 0;
  top: 2px;
}
.tarifs-block .item .button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 30px 30px;
  text-align: center;
  z-index: 2;
}
.tarifs-block .item .button p {
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 10px;
  border-radius: 15px;
  margin-bottom: 12px;
}
.tarifs-block .item .button button {
  width: 100%;
  height: 56px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
}
.advantages-block {
  padding-bottom: 46px;
  position: relative;
}
.advantages-block .bg {
  position: absolute;
  left: 0;
  top: -450px;
  max-width: 1100px;
}
.advantages-block .wrap {
  position: relative;
  z-index: 3;
}
.advantages-block .content {
  margin-left: 300px;
  background: linear-gradient(to right bottom, #ffffff, #faf4ff);
  padding: 30px 35px 34px 35px;
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  position: relative;
}
.advantages-block .content .logo {
  margin-bottom: 24px;
}
.advantages-block .content .block-name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}
.advantages-block .content .item {
  width: 48%;
  height: 100px;
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}
.advantages-block .content .item:hover {
  animation: 1.2s ease-in-out 0s normal none running trambling-animation;
  background: #EDEDED;
}
.advantages-block .content .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.advantages-block .content .item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px 0 105px;
  font-size: 16px;
  line-height: 20px;
}
@keyframes trambling-animation {
  0%,
  50%,
  100% {
    transform: rotate(0deg);
  }
  10%,
  30% {
    transform: rotate(-3deg);
  }
  20%,
  40% {
    transform: rotate(3deg);
  }
}
.news-block {
  max-width: 1521px;
  margin: 0 auto 46px auto;
  background: #FCFCFC;
  border-radius: 15px;
  padding: 45px 0 20px;
}
.news-block .block-name {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.news-block .item {
  width: 32%;
  margin-bottom: 30px;
  border: 1px solid #C8C8C8;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 3;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.news-block .item:hover {
  background: rgba(1, 1, 1, 0.05);
}
.news-block .item img {
  width: 100%;
}
.news-block .item .text {
  padding: 20px;
}
.news-block .item .text p {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.news-block .item .text button {
  color: #fff;
  width: 100%;
  height: 54px;
  background: #3868b5 url('../img/arrow.png') no-repeat 25px 50%;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
}
.news-block .item .text button:hover {
  background: #999999 url('../img/arrow.png') no-repeat 20px 50%;
}
.feedback-block {
  padding-bottom: 66px;
  position: relative;
}
.feedback-block .bg {
  position: absolute;
  right: 0;
  top: -200px;
  max-width: 800px;
}
.feedback-block form {
  max-width: 600px;
  position: relative;
  z-index: 3;
}
.feedback-block form .name {
  margin-bottom: 20px;
  border: 1px solid #CBCBCB;
  border-radius: 15px;
  padding: 20px 32px;
}
.feedback-block form .name div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.feedback-block form .name div img {
  max-width: 70px;
  width: 70px;
  margin-right: 35px;
}
.feedback-block form .flex .field {
  width: 48.5%;
}
.feedback-block form .field {
  position: relative;
  margin-bottom: 16px;
}
.feedback-block form .field p {
  position: absolute;
  left: 24px;
  padding: 0 10px;
  width: 82px;
  top: -8px;
  font-weight: 700;
  font-size: 14px;
  color: #878787;
  background: #fff;
}
.feedback-block form .field input[type='text'],
.feedback-block form .field input[type='email'] {
  width: 100%;
  height: 68px;
  background: none;
  border: 1px solid #C8C8C8;
  border-radius: 15px;
  padding: 0 32px;
  font-weight: 700;
}
.feedback-block form .field input[type='text']:focus,
.feedback-block form .field input[type='email']:focus {
  border: 1px solid #3868B5;
}
.feedback-block form .field textarea {
  width: 100%;
  height: 102px;
  background: none;
  border: 1px solid #C8C8C8;
  border-radius: 15px;
  padding: 16px 32px;
  font-weight: 700;
}
.feedback-block form .field textarea:focus {
  border: 1px solid #3868B5;
}
.feedback-block form button {
  width: 100%;
  height: 50px;
  background: #721E9A;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
}
.feedback-block form button:hover {
  background: #3868b5;
}
.online-payment-block {
  padding-bottom: 50px;
}
.online-payment-block .block-name {
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}
.online-payment-block .top-text {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #B4B4B4;
}
.online-payment-block .list {
  background: #FCFCFC;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  padding: 32px 15px;
}
.online-payment-block .list .item {
  margin: 0 10px;
  height: 100px;
  line-height: 100px;
  background: #F7F7F7;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.online-payment-block .list .item:hover {
  background: rgba(1, 1, 1, 0.05);
}
.online-payment-block .list .item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  max-height: 70%;
}
.online-payment-block .list .slick-prev,
.online-payment-block .list .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 15px;
}
.online-payment-block .list .slick-prev:hover,
.online-payment-block .list .slick-next:hover {
  transform: scale(1.3);
}
.online-payment-block .list .slick-prev {
  left: -23px;
  background: #ededed url('../img/prev.png') no-repeat center;
}
.online-payment-block .list .slick-next {
  right: -23px;
  background: #ededed url('../img/next.png') no-repeat center;
}
.footer {
  background: #FBFBFB;
  padding: 30px 0 32px;
}
.footer ul {
  padding-top: 10px;
}
.footer ul li {
  display: inline-block;
  position: relative;
}
.footer ul li:not(:last-child) {
  margin-right: 20px;
}
.footer ul li:hover a {
  color: #fff;
  background: #721e9a;
}
.footer ul li:hover a .fa {
  transform: rotate(180deg);
  color: #fff;
}
.footer ul li:hover ul {
  display: block;
}
.footer ul li:hover ul li a {
  color: #6F6F6F;
  background: #F8F8F8;
}
.footer ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #6F6F6F;
  padding: 15px 26px;
  background: #F8F8F8;
  border-radius: 15px;
}
.footer ul li a .fa {
  font-size: 14px;
  color: #000;
  margin-left: 2px;
}
.footer ul li a img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.footer ul li ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  white-space: nowrap;
  z-index: 3;
  background: #E9E9E9;
  border-radius: 15px;
  padding: 13px;
  margin-bottom: 16px;
  width: 120px;
  display: none;
}
.footer ul li ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px;
}
.footer ul li ul li {
  display: block;
}
.footer ul li ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
.footer ul li ul li a {
  text-align: left;
  padding: 17px 10px;
}
.footer ul li ul li a:hover {
  background: #fff;
  color: #000;
}
.footer .phone {
  margin: 11px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 0 0 45px;
  margin-left: -160px;
}
.footer .phone a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 15px 18px 15px 40px;
  background: #3868b5 url('../img/phone.png') no-repeat 16px 50%;
  border-radius: 15px;
}
.footer .phone a:hover {
  background: #721e9a url('../img/phone.png') no-repeat 16px 50%;
}
.footer .br {
  height: 22px;
}
.footer .copy {
  margin-top: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #AEAEAE;
}
.footer .social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  background: #F3F3F3;
  border-radius: 15px;
}
.footer .social a:hover {
  background: rgba(1, 1, 1, 0.1);
}
.footer .social a:not(:last-child) {
  margin-right: 10px;
}
.footer .social a img {
  vertical-align: middle;
}
.navi {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 18px;
  color: #CFCFCF;
}
.navi a {
  text-decoration: none;
  color: #CFCFCF;
}
.about-page {
  padding-bottom: 10px;
}
.about-page h1 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}
.about-page .top-text {
  margin-bottom: 40px;
  max-width: 654px;
  font-size: 16px;
  line-height: 20px;
}
.about-page h2 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.about-page .flex {
  padding-bottom: 23px;
}
.about-page .item {
  width: 48.5%;
  height: 122px;
  border: 1px solid #D7D7D7;
  border-radius: 15px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.about-page .item:hover {
  background: #F7F7F7;
}
.about-page .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.about-page .item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 120px;
  font-size: 16px;
}
.about-page .item2 {
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #D7D7D7;
  border-radius: 15px;
  position: relative;
  padding: 30px 35px 35px 110px;
  font-size: 16px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.about-page .item2:hover {
  background: #F7F7F7;
}
.about-page .item2 img {
  position: absolute;
  left: 27px;
  top: 30px;
  width: 60px;
}
.internet-page {
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}
.internet-page h1 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}
.internet-page .top-text {
  margin-bottom: 30px;
  max-width: 615px;
  font-size: 16px;
}
.features-block {
  padding-bottom: 20px;
}
.features-block .block-name {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.features-block .item {
  width: 32%;
  height: 110px;
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
}
.features-block .item:hover {
  animation: 1.2s ease-in-out 0s normal none running trambling-animation;
}
.features-block .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.features-block .item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 105px;
  font-size: 16px;
}
.internet-text-block {
  padding-bottom: 22px;
}
.internet-text-block .text {
  padding: 20px;
  font-size: 20px;
  line-height: 24px;
  color: rgba(1, 1, 1, 0.6);
  position: relative;
}
.internet-text-block .text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F9F7FF;
  filter: blur(50px);
}
.internet-text-block .text div {
  position: relative;
}
.payments-page {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.payments-page h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}
.payments-page .top-text {
  margin-bottom: 30px;
  font-size: 16px;
  color: #B4B4B4;
}
.payments-page .list {
  background: #FCFCFC;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  padding: 22px 20px 16px 20px;
  position: relative;
}
.payments-page .list .item {
  width: 32%;
  height: 100px;
  line-height: 100px;
  background: #F7F7F7;
  border-radius: 15px;
  margin-bottom: 16px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.payments-page .list .item:hover {
  background: rgba(1, 1, 1, 0.05);
}
.payments-page .list .item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  max-height: 70%;
}
.contacts-page {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.contacts-page h1 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}
.contacts-page .contacts {
  max-width: 700px;
  padding-bottom: 8px;
}
.contacts-page .contacts .item {
  margin-bottom: 20px;
  font-size: 16px;
  max-width: 285px;
}
.contacts-page .contacts .item span {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
  color: #9E9E9E;
}
.contacts-page .contacts .item a {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}
.contacts-page .contacts .item a:hover {
  color: #3868b5;
}
.contacts-page .social {
  margin-bottom: 40px;
}
.contacts-page .social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  background: #F3F3F3;
  border-radius: 15px;
}
.contacts-page .social a:hover {
  background: rgba(1, 1, 1, 0.1);
}
.contacts-page .social a:not(:last-child) {
  margin-right: 10px;
}
.contacts-page .social a img {
  vertical-align: middle;
}
.contacts-page .map {
  height: 400px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #CFCFCF;
  filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.1));
  border-radius: 15px;
}
.contacts-page h2 {
  margin-bottom: 30px;
  max-width: 338px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.contacts-page form .col {
  width: 24%;
}
.contacts-page form .col.big {
  width: 49%;
}
.contacts-page form .field {
  position: relative;
  margin-bottom: 16px;
}
.contacts-page form .field p {
  position: absolute;
  left: 24px;
  padding: 0 10px;
  width: 82px;
  top: -8px;
  font-weight: 700;
  font-size: 14px;
  color: #878787;
  background: #fff;
}
.contacts-page form .field input[type='text'],
.contacts-page form .field input[type='email'] {
  width: 100%;
  height: 60px;
  background: none;
  border: 1px solid #C8C8C8;
  border-radius: 15px;
  padding: 0 32px;
  font-weight: 700;
}
.contacts-page form .field input[type='text']:focus,
.contacts-page form .field input[type='email']:focus {
  border: 1px solid #3868B5;
}
.contacts-page form .field textarea {
  width: 100%;
  height: 136px;
  background: none;
  border: 1px solid #C8C8C8;
  border-radius: 15px;
  padding: 24px 32px;
  font-weight: 700;
}
.contacts-page form .field textarea:focus {
  border: 1px solid #3868B5;
}
.contacts-page form button {
  width: 49.5%;
  color: #fff;
  font-weight: 700;
  height: 60px;
  background: #721E9A;
  border-radius: 15px;
}
.contacts-page form button:hover {
  background: #3868b5;
}
.iptv-page {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.iptv-page h1 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
}
.iptv-page .top-text {
  margin-bottom: 30px;
  max-width: 705px;
  font-size: 16px;
}
.iptv-page h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.iptv-page .channels {
  padding-bottom: 34px;
  max-width: 860px;
}
.iptv-page .channels .item {
  display: inline-block;
  font-size: 0;
  margin: 0 10px 10px 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 60px;
}
.iptv-page .channels .item:hover {
  transform: scale(1.2);
}
.iptv-page .main-info {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 15px;
  padding: 30px 30px 10px 30px;
}
.iptv-page .main-info .name {
  width: 23%;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.iptv-page .main-info .name button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  color: #fff;
  background: #721E9A;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
}
.iptv-page .main-info .name button:hover {
  background: #3868b5;
}
.iptv-page .main-info .block {
  width: 23%;
  background: #FAFAFA;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-weight: 700;
  font-size: 16px;
}
.iptv-page .main-info .block .price {
  margin-top: 15px;
  font-weight: 700;
  color: #BEBEBE;
}
.iptv-page .main-info .block .price span {
  margin-right: 5px;
  font-size: 20px;
  color: #606060;
}
.popup .window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.popup .window .close {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
  font-size: 20px;
}
.popup .window .field {
  position: relative;
  margin-bottom: 20px;
}
.popup .window .field p {
  position: absolute;
  left: 24px;
  padding: 0 10px;
  width: 82px;
  top: -8px;
  font-weight: 700;
  color: #878787;
  background: #fff;
}
.popup .window .field input[type='text'] {
  width: 100%;
  height: 56px;
  background: none;
  border: 1px solid #C8C8C8;
  border-radius: 15px;
  padding: 0 32px;
  font-weight: 700;
}
.popup .window .field input[type='text']:focus {
  border: 1px solid #3868B5;
}
.popup .window .field textarea {
  width: 100%;
  height: 120px;
  background: none;
  border: 1px solid #C8C8C8;
  border-radius: 15px;
  padding: 24px 32px;
  font-weight: 700;
}
.popup .window .field textarea:focus {
  border: 1px solid #3868B5;
}
.popup .window button {
  width: 100%;
  height: 50px;
  background: #3868B5;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
}
.popup .window button:hover {
  background: #721E9A;
}
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: url('../img/totop.png') center / cover;
  z-index: 3;
  opacity: 0;
}
.totop:hover {
  transform: scale(1.2);
}
.totop.opened {
  opacity: 1;
}
@media (max-width: 1350px) {
  .wrap {
    width: 1170px;
  }
  .page-image {
    width: 800px;
  }
  .header .phone {
    padding: 0;
    border: 0;
  }
  .header ul li:not(:last-child) {
    margin-right: 10px;
  }
  .index-page-slider .slick-dots {
    width: 1170px;
  }
  .tarifs-block .item {
    overflow:hidden;
    padding: 30px 30px 250px 30px;
  }
  .tarifs-block .item .button {
          overflow:hidden;
    padding: 0 30px 30px 30px;
  }
  .advantages-block .content .item span {
    padding: 0 30px 0 145px;
  }
  .feedback-block .bg {
    width: 800px;
  }
  .footer .phone {
    margin-left: -100px;
    padding: 0;
    border: 0;
  }
  .about-page .item2 {
    padding: 40px 40px 40px 160px;
  }
  .about-page .item2 img {
    left: 40px;
    top: 40px;
  }
  .contacts-page .contacts {
    max-width: 640px;
  }
  .iptv-page .top-text {
    max-width: 640px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 970px;
  }
  .index-page-slider .slick-dots {
    width: 970px;
  }
  .footer .phone {
    margin-left: 0;
  }
  .header ul li a {
    padding: 15px 10px;
  }
  .page-image {
    width: 600px;
  }
  .index-page-slider {
    padding: 30px 0 60px;
  }
  .check-form-block .form {
    padding: 24px 30px;
  }
  .check-form-block .form .name {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    transform: none;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .tarifs-block .item {
    overflow:hidden;
    width: 48.5%;
  }
  .advantages-block .content {
    margin-left: 200px;
  }
  .news-block .item .text {
    padding: 30px;
  }
  .feedback-block .bg {
    width: 600px;
  }
  .footer ul li a {
    padding: 15px 10px;
  }
  .navi {
    margin-bottom: 50px;
  }
  .about-page .top-text {
    margin-bottom: 80px;
    max-width: 580px;
  }
  .about-page .item span {
    padding: 0 30px 0 170px;
  }
  .about-page .item2 {
    width: 48.5%;
  }
  .internet-page .top-text {
    max-width: 560px;
  }
  .internet-page {
    padding-bottom: 50px;
  }
  .features-block .item {
    width: 48%;
  }
  .contacts-page .contacts {
    max-width: 560px;
  }
  .contacts-page .contacts .item {
    max-width: 220px;
  }
  .iptv-page .top-text {
    max-width: 600px;
  }
  .iptv-page .main-info {
    padding: 30px 30px 1px 30px;
  }
  .iptv-page .main-info .block {
    padding: 20px;
  }
  .iptv-page .main-info .block .price span {
    font-size: 24px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .index-page-slider .slick-dots {
    width: 747px;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.1);
    z-index: 4;
    display: none;
  }
  .header .menu {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    right: -280px;
    background: #fff;
    z-index: 12;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 0;
  }
  .header .menu.opened {
    right: 0;
  }
  .header .menu li {
    display: block;
    margin: 0;
  }
  .header .menu li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
  }
  .header ul li ul {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    transform: none;
    padding: 0;
  }
  .header ul li ul li:not(:last-child) {
    margin: 0;
  }
  .header .phone {
    margin: 8px 0;
  }
  .header ul {
    padding-top: 5px;
  }
  .page-image {
    width: 500px;
  }
  .header .menu-button {
    display: block;
  }
  .index-page-slider .item .text p {
    width: 60%;
    margin-bottom: 30px;
  }
  .check-form-block .form .field {
    width: 32%;
    margin-bottom: 20px;
  }
  .check-form-block .form button {
    width: 100%;
  }
  .tarifs-block .item {
          overflow:hidden;
    padding: 30px 30px 200px 30px;
  }
  .advantages-block .content {
    margin-left: 0;
    padding: 30px 30px 10px 30px;
  }
  .feedback-block .bg {
    display: none;
  }
  .feedback-block form {
    max-width: 100%;
  }
  .news-block {
    margin-bottom: 50px;
  }
  .footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-page h1 {
    position: relative;
  }
  .about-page .top-text {
    max-width: 450px;
  }
  .about-page .item {
    width: 100%;
  }
  .internet-page .top-text {
    max-width: 450px;
  }
  .internet-text-block .text {
    padding: 30px;
  }
  .payments-page .top-text {
    margin-bottom: 50px;
  }
  .payments-page .list {
    padding: 20px 20px 1px 20px;
  }
  .payments-page .list .item {
    margin-bottom: 20px;
  }
  .contacts-page .contacts {
    max-width: 500px;
  }
  .contacts-page .contacts .item {
    max-width: 100%;
    width: 48%;
  }
  .iptv-page .top-text {
    max-width: 450px;
  }
  .iptv-page .main-info .name {
    width: 48.5%;
  }
  .iptv-page .main-info .block {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .index-page-slider .slick-dots {
    width: 556px;
  }
  .page-image {
    width: 400px;
  }
  .header {
    padding: 20px 0;
  }
  .tarifs-block .item {
          overflow:hidden;
    width: 100%;
  }
  .advantages-block .content .block-name {
    margin-bottom: 30px;
  }
  .advantages-block .content .item {
    width: 100%;
  }
  .news-block .item {
    width: 48%;
  }
  .feedback-block form .name {
    padding: 30px;
  }
  .footer ul {
    display: none;
  }
  .footer .logo {
    width: auto;
  }
  .about-page h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .about-page .top-text {
    font-size: 16px;
    line-height: 22px;
    max-width: 360px;
  }
  .about-page .item2 {
    width: 100%;
    height: 172px;
    position: relative;
    padding: 0;
  }
  .about-page .item2 img {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
  }
  .about-page .item2 span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 170px;
  }
  .internet-page .top-text {
    max-width: 360px;
    font-size: 16px;
    line-height: 22px;
  }
  .features-block .item {
    width: 100%;
  }
  .payments-page .list .item {
    width: 48.5%;
  }
  .contacts-page .social {
    margin-bottom: 60px;
  }
  .contacts-page .map {
    height: 400px;
  }
  .contacts-page form .col {
    width: 48.5%;
  }
  .contacts-page form .col.big {
    width: 100%;
  }
  .contacts-page form button {
    width: 100%;
  }
  .iptv-page .top-text {
    max-width: 360px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .index-page-slider .slick-dots {
    width: auto;
    padding: 0 10px;
  }
  .header .langs {
    display: none;
  }
  .header .logo {
    width: 150px;
  }
  .header .menu-button {
    margin-top: 12px;
  }
  .header .phone {
    margin: -5px 0;
  }
  .page-image {
    display: none;
  }
  .index-page-slider {
    padding: 20px 0 40px;
  }
  .index-page-slider .item .text .name {
    font-size: 30px;
    line-height: 36px;
  }
  .index-page-slider .item .text p {
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }
  .index-page-slider .item .text button {
    width: 100%;
  }
  .index-page-slider .slick-dots {
    margin-top: 30px;
    text-align: center;
  }
  .check-form-block .form {
    padding: 20px;
  }
  .check-form-block .form .field {
    width: 100%;
  }
  .tarifs-block .item {
          overflow:hidden;
    padding: 20px 20px 180px 20px;
  }
  .tarifs-block .item .speed {
    margin-bottom: 30px;
  }
  .tarifs-block .item .button {
    padding: 0 20px 20px 20px;
  }
  .tarifs-block .item .button p {
    font-size: 24px;
  }
  .advantages-block .content .logo {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 20px;
  }
  .advantages-block .content {
    padding: 20px 20px 1px 20px;
  }
  .advantages-block .content .block-name {
    font-size: 32px;
    line-height: 40px;
  }
  .advantages-block .content .item {
    height: 120px;
  }
  .advantages-block .content .item img {
    left: 20px;
  }
  .advantages-block .content .item span {
    padding: 0 20px 0 110px;
  }
  .advantages-block {
    padding-bottom: 60px;
  }
  .news-block {
    background: none;
    margin: 0;
    padding: 0 0 30px 0;
  }
  .news-block .block-name {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .news-block .item {
    width: 100%;
  }
  .news-block .item .text {
    padding: 20px;
  }
  .feedback-block form .name {
    padding: 20px;
  }
  .feedback-block form .name div img {
    max-width: 60px;
    width: 60px;
    margin-right: 20px;
  }
  .feedback-block form .name div {
    font-size: 24px;
    line-height: 32px;
  }
  .feedback-block form .flex .field {
    width: 100%;
  }
  .feedback-block form .field {
    margin-bottom: 20px;
  }
  .feedback-block {
    padding-bottom: 50px;
  }
  .online-payment-block .block-name {
    font-size: 32px;
    line-height: 40px;
  }
  .online-payment-block .top-text {
    margin-bottom: 30px;
  }
  .online-payment-block .list {
    margin: 0 20px;
    padding: 20px 22px;
  }
  .online-payment-block .list .item {
    height: 100px;
    line-height: 100px;
  }
  .online-payment-block {
    padding-bottom: 50px;
  }
  .footer .logo {
    width: 100%;
    text-align: center;
  }
  .footer .phone {
    margin: 0 auto;
  }
  .footer .copy {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
  }
  .footer .br {
    height: 20px;
  }
  .footer .social {
    width: 100%;
    text-align: center;
  }
  .footer .social a:not(:last-child) {
    margin-right: 5px;
  }
  .navi {
    margin-bottom: 30px;
  }
  .about-page h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .about-page .top-text {
    margin-bottom: 30px;
  }
  .about-page h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }
  .about-page .item {
    padding: 20px;
    text-align: center;
    height: auto;
  }
  .about-page .item img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .about-page .item span {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    padding: 10px 0 0 0;
    font-size: 18px;
    line-height: 24px;
  }
  .about-page .item2 {
    padding: 20px;
    text-align: center;
    height: auto;
  }
  .about-page .item2 img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .about-page .item2 span {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    padding: 10px 0 0 0;
    font-size: 18px;
    line-height: 24px;
  }
  .about-page {
    padding-bottom: 10px;
  }
  .internet-page h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .internet-page {
    padding-bottom: 20px;
  }
  .tarifs-block.inner {
    padding-bottom: 30px;
  }
  .features-block .block-name {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }
  .features-block .item {
    height: 120px;
  }
  .features-block .item img {
    left: 20px;
  }
  .features-block .item span {
    padding: 0 20px 0 110px;
    font-size: 18px;
    line-height: 24px;
  }
  .internet-text-block .text {
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .internet-text-block {
    padding-bottom: 50px;
  }
  .payments-page h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .payments-page .top-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .payments-page .list {
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
  }
  .payments-page .list .item {
    width: 100%;
    height: 100px;
    line-height: 100px;
  }
  .payments-page {
    padding-bottom: 50px;
  }
  .contacts-page h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .contacts-page .contacts .item {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .contacts-page .contacts .item span {
    font-size: 20px;
    line-height: 26px;
  }
  .contacts-page .contacts .item a:last-child {
    margin-bottom: 0;
  }
  .contacts-page .social a:not(:last-child) {
    margin-right: 5px;
  }
  .contacts-page .social {
    margin-bottom: 30px;
  }
  .contacts-page .map {
    height: 300px;
    margin-bottom: 30px;
  }
  .contacts-page h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .contacts-page form .col {
    width: 100%;
  }
  .contacts-page {
    padding-bottom: 60px;
  }
  .iptv-page h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .iptv-page .top-text {
    margin-bottom: 30px;
  }
  .iptv-page h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .iptv-page .channels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
  }
  .iptv-page .channels .item {
    width: 15%;
    margin: 0 0 15px 0;
  }
  .iptv-page .main-info {
    padding: 20px 20px 1px 20px;
  }
  .iptv-page .main-info .name {
    width: 100%;
    margin-bottom: 20px;
  }
  .iptv-page .main-info .block {
    width: 100%;
    margin-bottom: 20px;
  }
  .iptv-page .main-info .name {
    font-size: 24px;
    line-height: 32px;
  }
  .iptv-page .main-info .name button {
    margin-top: 15px;
  }
  .iptv-page .main-info .block .price {
    margin-top: 15px;
  }
  .popup .window {
    width: 320px;
    padding: 30px 20px 20px 20px;
  }
  .header ul li.mob {
    display: block;
  }
  .advantages-block .bg {
    display: none;
  }
  .tarifs-block {
    padding-bottom: 30px;
  }
  .advantages-block .content .block-name {
    width: 100%;
    text-align: center;
  }
  .advantages-block .content .logo {
    width: 100%;
    text-align: center;
  }
  .news-block .item {
    display: none;
  }
  .news-block .item:first-child {
    display: block;
  }
  body {
    zoom: 1;
    padding-top: 100px;
  }
  .header ul .phone {
    width: 100px;
    text-align: center;
    margin: 20px auto;
    display: block;
  }
  .header ul li.mob {
    border-bottom: 0;
    width: 120px;
    margin: 0 auto;
  }
  .header ul li.mob a {
    border-bottom: 0;
  }
  .header ul li.mob ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}

form.form .response {
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}
