/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: 'GoogleSans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #5F6368;
}

@media (max-width: 1330px) {
  html,
  body {
    font-size: 16px;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.pr {
  position: relative;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 1330px) {
  .container {
    max-width: 1020px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 601px) {
  .container {
    padding: 0 20px;
  }
}

.title {
  color: #202124;
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
}

@media (max-width: 1330px) {
  .title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 48px;
  }
}

@media (max-width: 601px) {
  .title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 24px;
  }
}

.title span {
  color: #34A853;
}

.title-blue span {
  color: #0079C2;
}

.title-min {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #202124;
}

.title-min span {
  color: #34A853;
}

.title-min-blue span {
  color: #0079C2;
}

@media (max-width: 1330px) {
  .title-min {
    font-size: 28px;
  }
}

@media (max-width: 769px) {
  .title-min {
    font-size: 24px;
  }
}

.title-min-blue span {
  color: #0079C2;
}

.name-text {
  font-size: 22px;
  line-height: 140%;
  color: #202124;
  font-weight: 400;
}

@media (max-width: 480px) {
  .name-text {
    font-size: 18px;
  }
}

.subtitle {
  color: #9FA3B0;
  font-weight: 500;
}

.slick-btn {
  width: 60px;
  height: 60px;
  border: 1px solid #DADCE0;
  background: none;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slick-btn:hover {
  background: #34A853;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 95, 25, 0.38);
          box-shadow: 0px 5px 15px rgba(0, 95, 25, 0.38);
}

.slick-btn:hover path {
  fill: #fff;
}

@media (max-width: 1330px) {
  .slick-btn {
    width: 50px;
    height: 50px;
  }
}

.btn {
  display: table;
  border: none;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  padding: 12.5px 25px;
  background: #34A853;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn:hover {
  background: #38D963;
}

.btn-blue {
  background: #0079C2;
}

.btn-blue:hover {
  background: #7EACFF;
}

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #F8F9FA;
  border: 4px solid #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 10px;
}

.input {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #9FA3B0;
  opacity: 0.7;
}

.input::-moz-placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #9FA3B0;
  opacity: 0.7;
}

.input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #9FA3B0;
  opacity: 0.7;
}

.input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #9FA3B0;
  opacity: 0.7;
}

.input::placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #9FA3B0;
  opacity: 0.7;
}

@media (max-width: 1330px) {
  .input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .input::-moz-placeholder {
    font-size: 15px;
  }
  .input:-ms-input-placeholder {
    font-size: 15px;
  }
  .input::-ms-input-placeholder {
    font-size: 15px;
  }
  .input::placeholder {
    font-size: 15px;
  }
}

.textarea {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.textarea::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  opacity: 0.7;
}

.textarea::-moz-placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  opacity: 0.7;
}

.textarea:-ms-input-placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  opacity: 0.7;
}

.textarea::-ms-input-placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  opacity: 0.7;
}

.textarea::placeholder {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  opacity: 0.7;
}

@media (max-width: 1330px) {
  .textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
  .textarea::-moz-placeholder {
    font-size: 15px;
  }
  .textarea:-ms-input-placeholder {
    font-size: 15px;
  }
  .textarea::-ms-input-placeholder {
    font-size: 15px;
  }
  .textarea::placeholder {
    font-size: 15px;
  }
}

.form-btn {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 15px;
  min-width: 245px;
  padding: 12.5px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #202124;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-btn:hover {
  background: #b0d4ee;
}

@media (max-width: 769px) {
  .form-btn {
    font-size: 16px;
    min-width: 191px;
  }
}

.checkbox {
  cursor: pointer;
}

.checkbox input {
  display: none;
}

.checkbox__fake {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
}

.checkbox__fake::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #34A853;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.checkbox input:checked + .checkbox__fake::after {
  opacity: 1;
}

@font-face {
  font-family: 'GoogleSans';
  src: url("../fonts/GoogleSans-Regular.woff2") format("woff2"), url("../fonts/GoogleSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

/*
header
*/
.header__top {
  padding: 10px;
  background: #202124;
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-soc-link + .header__top-soc-link {
  margin-left: 30px;
}

.header__top-soc-link:hover svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.header__top-soc-link:hover path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  fill: #48D597;
}

.header__top-phone-link {
  color: #48D597;
  font-family: 'GoogleSans';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 200px;
}

.header__top-adress {
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-adress-item {
  margin-right: 60px;
  font-weight: 500;
}

.header__top-adress-map {
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.header__top-adress-map__popup {
  display: none;
  width: 100%;
  padding: 5px;
  position: absolute;
  top: 30px;
  right: -4px;
  z-index: 10;
  background: #202124;
  opacity: 1;
}

.header__top-adress-map__popup.open {
  display: block;
}

.header__top-adress-map__popup-item {
  padding: 3px 0;
}

.header__top-adress-map__on::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  background-image: url("../images/icon/arrow-map.svg");
  width: 7.5px;
  height: 6px;
  opacity: .6;
}

.header__top-adress-map-select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding-right: 25px;
  border: none;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  outline: none;
  cursor: pointer;
}

.header__top-adress-map-select::before {
  content: "";
  display: block;
  width: 7.5px;
  height: 6px;
  opacity: .6;
  background: red;
  z-index: 10;
}

.header__top-adress-map-select option {
  background: #202124;
}

.header__top-adress-map-img {
  opacity: .6;
  margin-right: 11px;
}

.header__center {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.header__center-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__center-logo {
  margin-right: 25px;
}

.header__center-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.header__center-menu-link {
  color: #202124;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header__center-menu-link:hover {
  color: #38D963;
}

.header__center-menu-link:hover::before {
  content: "";
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 2px;
  background-color: #9FA3B0;
}

.header__center-menu-list + .header__center-menu-list {
  margin-left: 75px;
}

.header__center-menu-list-active > .header__center-menu-link {
  position: relative;
  color: #34a853;
}

.header__center-menu-list-active > .header__center-menu-link::before {
  content: "";
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 2px;
  background-color: #34a853;
}

.header__center-menu-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.header__center-login-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #34A853;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header__center-login-link:hover {
  border: 1px solid #34A853;
}

.header__bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.header__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 140%;
  color: #202124;
}

.header__bottom-menuu-list + .header__bottom-menuu-list {
  margin-left: 107px;
}

.header__bottom-menu-link {
  white-space: nowrap;
  font-weight: 500;
  color: #202124;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-link:hover {
  color: #38D963;
}

.main__menu-mob {
  display: none;
}

/*
* меню btn
*/
#sandwich,
#sandwich2 {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin: auto;
  position: relative;
  background: -o-linear-gradient(300.54deg, #21CC4F 0%, #34A853 100%);
  background: linear-gradient(149.46deg, #21CC4F 0%, #34A853 100%);
  border-radius: 5px;
  width: 49px;
  height: 49px;
  cursor: pointer;
}

.sw_top {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  top: 16px;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
}

.sw_bottom {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  width: 24px;
  height: 2px;
  top: 22px;
  border-radius: 2px;
  background: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s, 0s;
       -o-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
}

.sw_footer {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  width: 24px;
  height: 2px;
  top: 28px;
  background: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.menu {
  display: none;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.menu-mob {
  display: none;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 38px;
  background-color: rgba(0, 0, 0, 0.6);
}

.menu-mob__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.menu__inner {
  text-align: right;
  padding: 39px;
  background-color: #fff;
  z-index: 1000;
  max-width: 369px;
  margin-left: auto;
  height: 100vh;
}

.menu-mob__inner {
  text-align: right;
  padding: 29px;
  background-color: #fff;
  z-index: 1000;
  margin-left: auto;
  max-width: 90%;
}

.menu-mob__inner-left {
  margin-left: 0;
  text-align: left;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
}

.menu__list-link {
  color: #5F6368;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.menu__list-link:hover {
  color: #83888d;
}

.menu__list-link:hover::after, .menu__list-link:focus::after {
  width: 100%;
}

.menu__list-link::after {
  content: "";
  background-color: #83888d;
  height: 1px;
  width: 0%;
  left: 50%;
  bottom: 0px;
  position: absolute;
  -webkit-transition: width .3s ease-in-out;
  -moz--transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.close__menu {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.close__menu2 {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

/*mob menu*/
.close__menu-title {
  color: #202124;
  font-size: 36px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 50px;
}

.menu__mob-btn {
  color: #5F6368;
  font-size: 36px;
  line-height: 140%;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.menu__mob-btn--link {
  color: #5F6368;
}

.menu__mob-btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #5f6368 transparent transparent transparent;
  top: 52px;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-mob__list-link {
  font-size: 24px;
  line-height: 140%;
  color: #5F6368;
}

.menu__mob-btn:last-child {
  border-bottom: none;
}

.menu-mob__container {
  padding-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.menu-mob__list {
  display: none;
}

.menu-mob__list-active {
  display: block;
}

.menu__mob-btn.menu__mob-btn-active {
  color: #48D597;
}

.menu__mob-btn.menu__mob-btn-active::before {
  border-color: #48D597 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menu-mob__inner .menu__list {
  min-height: 750px;
  height: auto;
}

.menu__mob-btn:first-child {
  padding-top: 0;
}

.menu__mob-btn:first-child::before {
  top: 23px;
}

@media (max-width: 1330px) {
  .header .container {
    max-width: 1050px;
  }
  .header__center-menu-link:hover::before {
    bottom: -29px;
  }
  .header__top {
    padding: 5px;
  }
  .header__center {
    padding: 15px 0;
  }
  .header__center-menu-list + .header__center-menu-list {
    margin-left: 50px;
  }
  .header__center-login-link {
    padding: 5px 17px;
    font-size: 16px;
  }
  .header__bottom {
    padding: 6px 0;
  }
  .header__bottom-menu {
    font-size: 16px;
  }
  .header__center-menu-link {
    font-size: 16px;
  }
  .header__center-menu-list-active > .header__center-menu-link::before {
    bottom: -29px;
  }
}

@media (max-width: 1070px) {
  .header__top-adress-item {
    display: none;
  }
  .header__top-phone-link {
    margin-left: 0;
  }
  .header__bottom,
  .header__center-menu {
    display: none;
  }
  .header__center-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__center-login-link {
    margin-right: 20px;
  }
  .main__menu-mob {
    display: block;
  }
  .header__top-soc-link + .header__top-soc-link {
    margin-left: 20px;
  }
  .header__center-logo {
    max-width: 200px;
  }
  .header__center-logo img {
    width: 100%;
  }
}

@media (max-width: 481px) {
  .header__top-adress {
    display: none;
  }
  .header__top-soc-link + .header__top-soc-link {
    margin-left: 7px;
  }
  .main__menu {
    width: 44px;
    height: 35px;
  }
  .header__center-login-link {
    margin-right: 10px;
  }
  .header__center-logo {
    margin-right: 10px;
  }
  .menu-mob__container {
    padding-right: 10px;
  }
  .menu-mob__inner {
    padding: 10px;
  }
  .menu-mob__inner.menu-mob__inner-left {
    padding-right: 0;
  }
}

@media (max-width: 401px) {
  .menu__mob-btn {
    font-size: 20px;
    padding: 10px 5px;
  }
  .menu__mob-btn:first-child::before {
    top: 10px;
  }
  .menu__mob-btn::before {
    top: 18px;
  }
  .menu-mob__list-link {
    font-size: 18px;
  }
  .menu__list-link {
    font-size: 16px;
    padding-bottom: 3px;
  }
  .menu-mob__inner .menu__list {
    min-height: auto;
    height: auto;
  }
}

.main-slider {
  padding-top: 50px;
}

.main-slider__item {
  position: relative;
}

.main-slider__item-img {
  width: 100%;
}

.main-slider__item-img-mob {
  width: 100%;
  display: none !important;
}

.main-slider__item-more {
  color: #0079C2;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  position: absolute;
  right: 250px;
  bottom: 30px;
  padding: 17.5px 35px;
  background: rgba(255, 255, 255, 0.6);
  border: 0.5px solid #DADCE0;
  border-radius: 5.5px;
  z-index: 10;
}

.main-slider__arr {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 10;
  bottom: 34px;
}

.main-slider__next {
  right: 30px;
}

.main-slider__prev {
  right: 110px;
}

.main-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-slider__dots li {
  margin-right: 30px;
}

.main-slider__dots li:last-child {
  margin-right: 0;
}

.main-slider__dots .slick-active button {
  background: #0079C2;
}

.main-slider__dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #C4C4C4;
  border: none;
}

/*
services
*/
.services {
  padding: 180px 40px;
  position: relative;
  overflow: hidden;
}

.services__bg {
  position: absolute;
  left: 0;
  top: 0;
}

.services__content {
  padding: 60px 0;
  background-image: url(../images/services-bg.svg);
  background-position: top;
  background-size: cover;
  background-color: #F8F9FA;
  border-radius: 30px;
  position: relative;
  z-index: 10;
}

.services__title {
  text-align: center;
  margin-bottom: 60px;
}

.services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.services__item {
  padding: 30px 10px 10px;
  text-align: center;
  -ms-flex-preferred-size: 413px;
      flex-basis: 413px;
  min-height: 231px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.services__item svg {
  margin-bottom: 20px;
}

.services__item:hover {
  background: #34A853;
}

.services__item:hover path {
  stroke: #fff;
}

.services__item:hover .services__item-name {
  color: #fff;
}

.services__item:hover .services__item-info {
  color: #fff;
}

.services__item-name {
  color: #202124;
  margin-bottom: 8px;
}

.services__item-info {
  font-size: 16px;
  line-height: 140%;
  color: #9FA3B0;
  max-width: 243px;
  margin: 0 auto;
}

.services-first {
  padding: 150px 40px;
}

.services-first .services__item {
  padding: 30px;
  -ms-flex-preferred-size: 305px;
      flex-basis: 305px;
  min-height: 202px;
}

.services-blue path {
  stroke: #34A853;
}

.services-blue .services__item:hover {
  background: #0079C2;
}

.services-blue .services__item:hover path {
  stroke: #fff;
}

.services-blue .services__item-info {
  max-width: 324px;
}

.profitable {
  padding-bottom: 150px;
  position: relative;
}

.profitable__bg {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -10;
}

.profitable__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profitable__title {
  max-width: 313px;
}

.profitable__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profitable__right-col {
  margin-right: 30px;
}

.profitable__right-col:last-child {
  margin-right: 0;
}

.profitable__item {
  display: block;
  max-width: 304px;
  background: #42CA8E;
  border-radius: 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 15px 25px rgba(0, 129, 34, 0.21);
  position: relative;
  margin-bottom: 30px;
}

.profitable__item:last-child {
  margin-bottom: 0;
}

.profitable__item-bg {
  position: absolute;
  right: 0;
  top: 41px;
}

.profitable__item-top {
  font-weight: 500;
  font-size: 16px;
  background: #2EBA7C;
  display: inline-block;
  border-radius: 18px;
  color: #FFFFFF;
  padding: 11px 15px;
  margin-bottom: 50px;
}

.profitable__item-name {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.profitable__item-name span {
  color: #FFE500;
}

.profitable__item-info {
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.profitable__item-info span {
  color: #FFE500;
}

.profitable__item-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.profitable__item-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}

.profitable__item-review__img {
  margin-right: 8px;
}

.profitable__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #FFFFFF;
}

.profitable__item-bottom__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #FFE500;
}

.profitable__item-bottom__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profitable__item-bottom__box span {
  font-weight: 500;
  font-size: 26px;
  line-height: 88%;
  color: #FFFFFF;
}

.profitable__item-bottom__box span:last-child {
  font-size: 14px;
}

.profitable__item-2 {
  background: #3C7BED;
}

.profitable__item-2 .profitable__item-top {
  margin-bottom: 32px;
  background: #2C67D1;
}

.profitable__item-2 .profitable__item-bottom {
  display: block;
}

.profitable__item-2 .profitable__item-bottom .gold {
  display: inline-block;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #FFE500;
}

.profitable__item-2 .profitable__item-bottom span {
  font-size: 40px;
  line-height: 120%;
}

.profitable__item-3 {
  max-width: 515px;
  background: #3C7BED;
}

.profitable__item-3 .profitable__item-top {
  background: #2C67D1;
  margin-bottom: 24px;
}

.profitable__item-3 .profitable__item-name {
  margin-bottom: 24px;
}

.profitable__item-4 {
  max-width: 420px;
}

.profitable__item-4 .profitable__item-top {
  margin-bottom: 20px;
}

.profitable__item-4 .profitable__item-name {
  margin-bottom: 20px;
}

.connecting {
  padding: 0 40px 150px;
  overflow: hidden;
}

.connecting__inner {
  position: relative;
}

.connecting__container {
  position: relative;
  z-index: 100000;
  background-image: url("../images/connecting-bg.png");
  background-position: -50px -50px;
  background-repeat: no-repeat;
  border-radius: 30px;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  padding: 60px 0;
}

.connecting__bg {
  position: absolute;
  right: -115px;
  bottom: -147px;
  z-index: -1000;
}

.connecting__title {
  color: #FFFFFF;
  margin-bottom: 70px;
}

.connecting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.connecting__item {
  -ms-flex-preferred-size: 382px;
      flex-basis: 382px;
}

.connecting__item-name {
  font-size: 36px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}

.connecting__item-name span {
  color: #48D597;
}

.connecting__item-text {
  color: #FFFFFF;
  margin-left: 55px;
}

.connecting__btn {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 13px 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #202124;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.connecting__btn:hover {
  background: #c4e0f4;
}

.promotions {
  padding-bottom: 150px;
  overflow: hidden;
}

.promotions__title {
  margin-bottom: 15px;
}

.promotions__info {
  margin-bottom: 75px;
}

.promotions__slider {
  margin-right: -20px;
  margin-left: 120px;
}

.promotions__slider-arr {
  position: absolute;
  left: -110px;
}

.promotions__slider-prev {
  top: 50px;
}

.promotions__slider-next {
  top: 120px;
}

.promotions__item {
  padding: 15px 15px 50px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 10px;
  max-width: 373px;
  margin: 10px;
}

.promotions__item-img {
  width: 100%;
  margin-bottom: 19px;
}

.promotions__item-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #0079C2;
  margin-bottom: 15px;
}

.promotions__item-info {
  font-size: 16px;
}

.online {
  padding-bottom: 150px;
  overflow: hidden;
}

.online__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.online__left {
  max-width: 738px;
}

.online__title {
  margin-bottom: 60px;
  padding-left: 100px;
  position: relative;
}

.online__title::after {
  content: '';
  position: absolute;
  left: -45px;
  top: -30px;
  background-image: url(../images/online-title-img.svg);
  width: 128px;
  height: 153px;
}

.online__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.online__item {
  -ms-flex-preferred-size: 255px;
      flex-basis: 255px;
}

.online__item-img {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8F9FA;
  border: 4px solid #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 10px;
  margin-bottom: 34px;
}

.online__item {
  font-weight: 500;
}

.online__img-mob {
  display: none;
}

.inet-slider__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inet-slider__item {
  padding: 150px 0 0;
}

.inet-slider__slider-arr {
  position: absolute;
  bottom: 0;
}

.inet-slider__slider-prev {
  left: 0;
}

.inet-slider__slider-next {
  left: 80px;
}

.inet-slider__item-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  color: #202124;
  margin-bottom: 30px;
}

.inet-slider__item-title span {
  color: #34A853;
  display: block;
}

.inet-slider__item-title::after {
  content: '';
  display: block;
  width: 120px;
  height: 4px;
  background: #0079C2;
  margin-top: 30px;
}

.inet-slider__item-info {
  max-width: 452px;
  margin-bottom: 60px;
}

.inet-slider__item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inet-slider__item-btn {
  padding: 17.5px 50px;
  color: #FFFFFF;
  border: none;
  background: #34A853;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.inet-slider__item-btn:hover {
  background: #38D963;
}

.inet-slider__item-right {
  position: relative;
}

.inet-slider__item-img {
  width: 100%;
}

.inet-slider__item-bg {
  position: absolute;
}

.inet-slider__item-bg-1 {
  top: -200px;
  right: -100px;
  z-index: -1;
}

.inet-slider__item-bg-2 {
  bottom: -61px;
  right: 317px;
}

.flat-slider__item-inner {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flat-slider__left {
  -ms-flex-preferred-size: 670px;
      flex-basis: 670px;
}

.flat-slider__title {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 30px;
}

.flat-slider__title:after {
  content: '';
  display: block;
  height: 4px;
  width: 120px;
  background: #0079C2;
  margin-top: 30px;
}

.flat-slider__info {
  max-width: 452px;
  margin-bottom: 33px;
}

.flat-slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}

.flat-slider__btn {
  padding: 17px 0;
  max-width: 197px;
  width: 100%;
  border-radius: 5px;
}

.flat-slider__btn:last-child {
  max-width: 170px;
  background: #fff;
  border: 1px solid #0079C2;
  color: #0079C2;
}

.flat-slider__btn:last-child:hover {
  background: #0079C2;
  color: #fff;
}

.flat-slider__img {
  width: 100%;
}

/*
rate
*/
.rate {
  padding: 60px 40px 160px;
  overflow: hidden;
}

.rate .container {
  position: relative;
  z-index: 10;
}

.rate-container {
  padding: 60px 0px;
  background-image: url("../images/rate-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  max-width: 1740px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.rate__men {
  position: absolute;
  right: -51px;
  top: 10px;
}

.rate-bg-el,
.rate-bg-el-footer {
  position: relative;
}

.rate-bg-el::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: 5px;
  right: -45px;
  background: -o-linear-gradient(338.93deg, #297FFF 0%, #00F260 100.66%);
  background: linear-gradient(111.07deg, #297FFF 0%, #00F260 100.66%);
  -webkit-filter: blur(61px);
          filter: blur(61px);
  z-index: -1;
}

.rate-bg-el-footer::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -45px;
  background: -o-linear-gradient(338.93deg, #297FFF 0%, #00F260 100.66%);
  background: linear-gradient(111.07deg, #297FFF 0%, #00F260 100.66%);
  -webkit-filter: blur(61px);
          filter: blur(61px);
  z-index: -1;
}

.rate__descr {
  max-width: 970px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #9FA3B0;
  margin-top: 25px;
}

.rate__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.rate__item {
  padding: 30px 20px 40px;
  max-width: 377px;
  width: 100%;
  min-height: 437px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-align: center;
  font-weight: 400;
  margin: 10px;
}

.rate__item:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.37);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.37);
}

.rate__item-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #202124;
}

.rate__item-title span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  background-image: url(../images/icon/star.svg);
  background-size: cover;
  width: 40px;
  height: 39px;
  padding-top: 6.5px;
}

.rate__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 341px;
  padding: 12px 24px;
  margin-bottom: 20px;
  background: #F8F9FA;
  border-radius: 15px;
}

.rate__list-item-left {
  color: #202124;
  max-width: 97px;
  text-align: left;
  font-weight: 500;
}

.rate__list-item-right {
  max-width: 160px;
  font-weight: 400;
  color: #9FA3B0;
  text-align: right;
}

.rate__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.rate__item-price-num {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #0079C2;
}

.rate__item-price-rub {
  color: #9FA3B0;
  font-weight: 500;
  font-size: 26px;
  line-height: 22px;
}

.rate__item-price-rub span {
  display: block;
  font-size: 14px;
  line-height: 12px;
}

.rate__item-btn {
  max-width: 217px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #34A853;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.rate__item-btn:hover {
  background: #34A863;
}

.rate__static-ip {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  margin-top: 50px;
}

.rate__asterisk {
  text-align: center;
  margin-top: 10px;
  color: #9FA3B0;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
}

.rate__asterisk span {
  color: #0079C2;
}

/* mob*/
.rate__title-mob {
  display: none;
  font-size: 36px;
  font-weight: 400;
  margin-top: 25px;
}

.contact-manager {
  padding-top: 150px;
}

.contact-manager__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 130px;
}

.contact-manager__left {
  max-width: 738px;
}

.contact-manager__title {
  font-size: 36px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 76px;
}

.contact-manager__info {
  padding: 40px;
  background: #F9FAFB;
  border-radius: 20px;
}

.contact-manager__info-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 19px;
}

.contact-manager__info-text {
  font-size: 22px;
  line-height: 140%;
  color: #5F6368;
  max-width: 571px;
}

.contact-manager__item {
  width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
}

.contact-manager__item:last-child {
  margin-bottom: 0;
}

.contact-manager__item-img {
  margin-right: 26px;
  -webkit-filter: drop-shadow(0px 10px 35px rgba(120, 120, 120, 0.2));
          filter: drop-shadow(0px 10px 35px rgba(120, 120, 120, 0.2));
}

.contact-manager__item-name {
  font-size: 22px;
  line-height: 140%;
  color: #5F6368;
  margin-bottom: 5px;
}

.contact-manager__item-number {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #202124;
  white-space: nowrap;
}

/*
TVmore
*/
.TVmore {
  padding-top: 100px;
  font-weight: 400;
}

.TVmore__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.TVmore__bg-el {
  position: relative;
}

.TVmore__bg-el::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 160px;
  top: -28px;
  left: -94px;
  background: -o-linear-gradient(338.93deg, #297FFF 0%, #00F260 100.66%);
  background: linear-gradient(111.07deg, #297FFF 0%, #00F260 100.66%);
  -webkit-filter: blur(35px);
          filter: blur(35px);
  z-index: -1;
}

.TVmore__title {
  max-width: 544px;
  width: 100%;
}

.TVmore__subtitle {
  max-width: 480px;
  width: 100%;
  color: #9FA3B0;
  margin-top: 15px;
}

.TVmore__descr-text {
  color: #5F6368;
  line-height: 140%;
  margin-top: 30px;
  max-width: 715px;
  width: 100%;
}

.TVmore__banner {
  max-width: 640px;
}

.TVmore__banner-image {
  width: 100%;
}

.TVmore__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #F8F9FA;
  border-radius: 30px;
  padding: 60px;
  margin-top: 20px;
}

.TVmore__list-item {
  max-width: 362px;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 20px;
}

.TVmore__list-item--title {
  font-size: 20px;
  line-height: 140%;
  color: #5F6368;
  position: relative;
}

.TVmore__list-item--title::before {
  content: "";
  position: absolute;
  width: 12.96px;
  height: 12.96px;
  left: -23px;
  top: 7px;
  background: -o-linear-gradient(338.93deg, #297FFF 0%, #00F260 100.66%);
  background: linear-gradient(111.07deg, #297FFF 0%, #00F260 100.66%);
  border-radius: 3px;
  -webkit-transform: matrix(0.71, -0.7, 0.71, 0.71, 0, 0);
      -ms-transform: matrix(0.71, -0.7, 0.71, 0.71, 0, 0);
          transform: matrix(0.71, -0.7, 0.71, 0.71, 0, 0);
}

.TVmore__list-item--descr {
  margin-top: 15px;
  font-weight: 400;
  color: #9FA3B0;
}

.TVmore__list-item-link--buy {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 50px;
  background: #34A853;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 10px;
}

.TVmore__list-item-link--buy:hover {
  background: #34A863;
}

.TVmore__list-item-link--detailed {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 50px;
  border: 1px solid #0079C2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #0079C2;
  line-height: 50px;
  margin-top: 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.TVmore__list-item-link--detailed:hover {
  border: 1px solid #0470b3;
  color: #0470b3;
}

.TVmore__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 150px;
}

.TVmore__rate-text {
  max-width: 433px;
  width: 100%;
}

.TVmore__rate-text__title {
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
}

.TVmore__rate-text__subtitle {
  color: #9FA3B0;
  margin-top: 15px;
}

.TVmore__rate-text__descr {
  margin-top: 30px;
  color: #5F6368;
}

.TVmore__block-blue,
.TVmore__block-green {
  max-width: 381px;
  width: 100%;
  color: #fff;
  padding: 30px 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.TVmore__block-blue:hover,
.TVmore__block-green:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.67);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.67);
}

.TVmore__block-blue {
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 30px;
}

.TVmore__block-green {
  background: -o-linear-gradient(300.54deg, #21CC4F 0%, #34A853 100%);
  background: linear-gradient(149.46deg, #21CC4F 0%, #34A853 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(5, 138, 41, 0.41);
          box-shadow: 0px 5px 15px rgba(5, 138, 41, 0.41);
  border-radius: 30px;
}

.TVmore__block-title {
  background: #FFFFFF;
  border: 0.5px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #34A853;
  padding: 15px 24px;
}

.TVmore__block-sum {
  margin-top: 42px;
}

.TVmore__block-sum,
.TVmore__block-price {
  background: #2FB152;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 24px;
}

.TVmore__block-_sum p,
.TVmore__block-price-title {
  font-size: 16px;
}

.TVmore__block-sum span {
  color: #DADADA;
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
}

.TVmore__block-price {
  margin-top: 10px;
}

.TVmore__block-price-num {
  font-size: 40px;
  line-height: 120%;
  display: inline;
}

.TVmore__block-price-rub,
.TVmore__block-price-moth {
  font-size: 14px;
  line-height: 90%;
  font-weight: 400;
}

.TVmore__block-price-moth {
  display: block;
}

.TVmore__block-price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TVmore__block-btn {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 15px;
  max-width: 321px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: block;
  margin: 68px auto 0;
  color: #34A853;
}

.TVmore__block-blue .TVmore__block-title,
.TVmore__block-blue .TVmore__block-btn {
  color: #0079C2;
}

.TVmore__block-blue .TVmore__block-sum,
.TVmore__block-blue .TVmore__block-price {
  background: #2C67D1;
}

.TVmore__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 800px;
      flex-basis: 800px;
}

/*
premium
*/
.premium {
  padding-top: 130px;
  max-width: 1920px;
  margin: 0 auto;
}

.premium__bg-el {
  position: relative;
}

.premium__bg-el::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 160px;
  top: -80px;
  left: 320px;
  background: -o-linear-gradient(338.93deg, #297FFF 0%, #00F260 100.66%);
  background: linear-gradient(111.07deg, #297FFF 0%, #00F260 100.66%);
  -webkit-filter: blur(35px);
          filter: blur(35px);
  z-index: -1;
}

.premium__title {
  color: #FFFFFF;
  padding: 60px 0;
  background: #202124;
  padding-left: 320px;
}

.premium__item {
  padding: 44px 0 44px 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #211A26;
}

.premium__item.premium__item-big {
  padding: 90px 0 90px 320px;
}

.premium__item-block {
  width: 442px;
}

.premium__item-block-title {
  margin-top: 30px;
  font-size: 24px;
  line-height: 140%;
  color: #34A853;
}

.premium__item-block-descr {
  margin-top: 14px;
  color: #E7E7E7;
  line-height: 140%;
  font-weight: 400;
}

.premium__item-block-btn {
  display: block;
  width: 197px;
  height: 50px;
  background: #34A853;
  border-radius: 5px;
  color: #FFFFFF;
  line-height: 50px;
  margin-top: 42px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.premium__item-block-btn:hover {
  background: #34A863;
}

.premium__item-img__mob {
  display: none;
}

.surveillance-home {
  padding: 47px 0 70px;
}

.surveillance-home__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}

.surveillance-home__left {
  max-width: 701px;
}

.surveillance-home__title {
  max-width: 441px;
  margin-bottom: 14px;
}

.surveillance-home__subtitle {
  max-width: 529px;
  margin-bottom: 29px;
  font-weight: 500;
  color: #9FA3B0;
}

.surveillance-home__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.surveillance-home__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.surveillance-home__item-icon {
  margin-right: 25px;
}

.surveillance-home__item-text {
  max-width: 250px;
  color: #9FA3B0;
}

.surveillance-home__btn {
  margin: 0 auto;
}

.surveillance-flat {
  overflow: hidden;
  padding: 150px 40px 0;
}

.surveillance-flat__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.surveillance-flat__left {
  margin-right: 50px;
}

.surveillance-flat__right {
  position: relative;
}

.surveillance-flat__title {
  max-width: 441px;
  margin-bottom: 15px;
}

.surveillance-flat__subtitle {
  color: #9FA3B0;
  font-weight: 500;
  margin-bottom: 30px;
}

.surveillance-flat__info {
  margin-bottom: 65px;
}

.surveillance-flat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 738px;
  margin-top: -100px;
}

.surveillance-flat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  max-width: 310px;
}

.surveillance-flat__item-img {
  margin-right: 25px;
}

.surveillance-flat__item-info {
  max-width: 225px;
  color: #9FA3B0;
}

.surveillance-characteristics {
  background: #F8F9FA;
  border-radius: 30px;
  padding: 55px 0;
  position: relative;
  margin: 60px auto 0;
}

.surveillance-characteristics__bg {
  position: absolute;
  top: 10px;
  left: -300px;
  z-index: -1;
}

.surveillance-characteristics__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.surveillance-characteristics__left {
  -ms-flex-preferred-size: 690px;
      flex-basis: 690px;
  margin-right: 75px;
}

.surveillance-characteristics__left-name {
  font-size: 24px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 21px;
}

.surveillance-characteristics__left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.surveillance-characteristics__left-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  min-height: 400px;
  max-width: 276px;
}

.surveillance-characteristics__left-item__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #0079C2;
  text-align: center;
  margin-bottom: 33px;
}

.surveillance-characteristics__left-item__img {
  text-align: center;
  margin-bottom: 20px;
}

.surveillance-characteristics__left-item__info {
  text-align: left;
}

.surveillance-characteristics__right {
  -ms-flex-preferred-size: 630px;
      flex-basis: 630px;
}

.surveillance-characteristics__right-name {
  margin-bottom: 10px;
}

.surveillance-characteristics__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 21px 0;
}

.surveillance-characteristics__right-item:last-child {
  border-bottom: none;
}

.surveillance-characteristics__right-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.surveillance-characteristics__right-item__chec {
  margin-right: 20px;
}

.surveillance-characteristics__right-item__text {
  font-weight: 500;
}

.surveillance-characteristics__right-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #0079C2;
}

.surveillance-characteristics__right-item__right-box {
  font-weight: 500;
  font-size: 26px;
  line-height: 80%;
  color: #9FA3B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.surveillance-characteristics__right-item__right-box span:last-child {
  font-size: 14px;
}

.surveillance-characteristics__bottom-text {
  color: #9FA3B0;
  text-align: center;
  max-width: 529px;
  margin: 30px auto;
}

.surveillance-characteristics__bottom-btn {
  cursor: pointer;
  padding: 12.5px 25px;
  border-radius: 5px;
  margin: 0 auto;
}

.landline {
  position: relative;
}

.landline__inner {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.landline__bg {
  position: absolute;
}

.landline__bg-1 {
  z-index: -1;
  right: -100px;
  top: 150px;
}

.landline__bg-2 {
  left: 0;
  bottom: -140px;
  z-index: -1;
}

.landline__bg-3 {
  z-index: -1;
  right: 0;
  top: 150px;
}

.landline__bg-4 {
  top: -150px;
  right: 50px;
}

.landline__title-main {
  font-size: 48px;
  margin-bottom: 15px;
}

.landline__subtitle {
  font-size: 24px;
  color: #202124;
  margin-bottom: 52px;
}

.landline__subtitle span {
  color: #34A853;
}

.landline__title {
  margin-bottom: 30px;
}

.landline__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.landline__btn {
  margin: 50px auto 0;
  background: #fff;
  border: 1px solid #0079C2;
  color: #0079C2;
  border-radius: 5px;
}

.landline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 381px;
  min-height: 516px;
  padding: 30px 20px;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 30px;
}

.landline-item__top {
  background: #fff;
  border-radius: 20px;
  padding: 15px 25px;
  margin-bottom: 30px;
}

.landline-item__top-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #0079C2;
}

.landline-item__line {
  padding: 15px 25px;
  background: #2C67D1;
  border-radius: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.landline-item__line-text {
  max-width: 202px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.landline-item__line-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  line-height: 120%;
  color: #DADADA;
}

.landline-item__line-price__box {
  margin-left: 3px;
  font-size: 14px;
  line-height: 90%;
}

.landline-item__line-price__box span {
  display: block;
}

.landline-item__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.landline-item__prices > span {
  margin: 0 5px;
}

.landline-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landline-item__price-box {
  font-weight: 500;
  font-size: 26px;
  line-height: 80%;
  color: #DADADA;
}

.landline-item__price-box span:last-child {
  font-size: 14px;
  display: block;
}

.landline-item__btn {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 15px;
  font-weight: 500;
  color: #0079C2;
}

.landline-item__1 {
  background: #FFFFFF;
}

.landline-item__1 .landline-item__top {
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
}

.landline-item__1 .landline-item__top-text {
  color: #fff;
}

.landline-item__1 .landline-item__line {
  background: #F8F9FA;
}

.landline-item__1 .landline-item__line-text {
  color: #5F6368;
}

.landline-item__1 .landline-item__line-price {
  color: #9FA3B0;
}

.landline-item__1 .landline-item__prices {
  color: #0079C2;
}

.landline-item__1 .landline-item__price-box {
  color: #9FA3B0;
}

.landline-item__1 .landline-item__btn {
  color: #fff;
  background: #34A853;
}

.landline-item__2 {
  background: -o-linear-gradient(300.54deg, #21CC4F 0%, #34A853 100%);
  background: linear-gradient(149.46deg, #21CC4F 0%, #34A853 100%);
}

.landline-item__2 .landline-item__top-text {
  color: #34A853;
}

.landline-item__2 .landline-item__line {
  background: #2FB152;
}

.landline-item__2 .landline-item__btn {
  color: #34A853;
}

.smart {
  padding: 0 40px 150px;
  position: relative;
  overflow: hidden;
}

.smart.pb-0 {
  padding-bottom: 0;
}

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

.smart__bg-1 {
  top: 420px;
  left: 0;
}

.smart__bg-2 {
  bottom: 0px;
  right: 0;
}

.smart__content {
  position: relative;
  z-index: 10;
  background: rgba(248, 249, 250, 0.9);
  border-radius: 30px;
  padding: 45px 60px;
}

.smart__title-main {
  text-align: center;
  margin-bottom: 15px;
}

.smart__subtitle {
  text-align: center;
  color: #9FA3B0;
  max-width: 529px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.barrier {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.barrier.barrier-bottom {
  border-bottom: none;
}

.barrier__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.barrier__left {
  max-width: 576px;
}

.barrier__left-title {
  font-size: 36px;
  margin-bottom: 10px;
}

.barrier__left-subtitle {
  color: #9FA3B0;
  margin-bottom: 20px;
}

.barrier__text {
  margin-bottom: 60px;
}

.barrier__info {
  margin-bottom: 10px;
}

.barrier__info:last-child {
  margin-bottom: 0;
}

.barrier__itms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.barrier__item {
  -ms-flex-preferred-size: 390px;
      flex-basis: 390px;
  padding-left: 30px;
}

.barrier__item-name {
  font-weight: 500;
  line-height: 140%;
  color: #5F6368;
  margin-bottom: 15px;
  position: relative;
}

.barrier__item-name::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 5px;
  background-image: url(../images/icon/barrier-iten-icon.svg);
  width: 20px;
  height: 20px;
}

.barrier__item-info {
  color: #9FA3B0;
}

.barrier__btn {
  margin: 0 auto;
}

.intercom {
  padding-top: 60px;
}

.intercom__title {
  margin-bottom: 30px;
}

.intercom__subtitle {
  margin-bottom: 60px;
  max-width: 514px;
}

.intercom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.intercom__left {
  width: 363px;
}

.intercom__right {
  -ms-flex-preferred-size: 928px;
      flex-basis: 928px;
}

.intercom__img {
  width: 100%;
  margin-top: -120px;
}

.intercom__img-mob {
  display: none;
}

.intercom__item {
  padding-left: 30px;
  margin-bottom: 60px;
}

.intercom__item:last-child {
  margin-bottom: 0;
}

.intercom__item-name {
  font-weight: 500;
  line-height: 140%;
  color: #5F6368;
  margin-bottom: 15px;
  position: relative;
}

.intercom__item-name::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 5px;
  background-image: url(../images/icon/barrier-iten-icon.svg);
  width: 20px;
  height: 20px;
}

.intercom__item-info {
  color: #9FA3B0;
}

.intercom__btn {
  margin: 0 auto;
}

.app {
  overflow: hidden;
  padding: 240px 40px 284px;
  position: relative;
}

.app__bg {
  position: absolute;
  left: 0;
  top: 0;
}

.app__men {
  position: absolute;
  top: -241px;
  left: 50px;
}

.app__content {
  background-image: url(../images/app-bg-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  border-radius: 30px;
  position: relative;
  padding: 113px 0;
}

.app__left {
  max-width: 695px;
}

.app__title {
  font-weight: 500;
  color: #202124;
  margin-bottom: 30px;
}

.app__title span {
  color: #fff;
}

.app__info {
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 50px;
}

.app__btn img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.app__btn img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.app__img {
  position: absolute;
  right: 0;
  top: -131px;
  z-index: 10000;
}

.perimeters {
  padding-bottom: 196px;
}

.perimeters__title {
  text-align: center;
  margin-bottom: 80px;
}

.perimeters__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.perimeters__item {
  text-align: center;
  -ms-flex-preferred-size: 255px;
      flex-basis: 255px;
}

.perimeters__item-img {
  margin: 0  auto;
  margin-bottom: 34px;
}

.perimeters__item-info {
  font-weight: 500;
}

.connection {
  padding: 0 60px 190px;
  background-image: url(../images/connection-bottom-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}

.connection.connection-blue {
  background-image: url(../images/connection-bottom-bg-blue.jpg);
}

.connection__bg {
  position: absolute;
  left: 5%;
  top: -153px;
}

.connection__content {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 15px 25px rgba(0, 67, 51, 0.33);
          box-shadow: 0px 15px 25px rgba(0, 67, 51, 0.33);
  border-radius: 30px;
  padding: 60px 80px;
}

.connection__title {
  margin-bottom: 15px;
}

.connection__text {
  margin-bottom: 55px;
  max-width: 548px;
}

.connection__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.connection__form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 794px;
      flex-basis: 794px;
}

.connection__input {
  display: block;
  padding: 10px 0;
  max-width: 330px;
  width: 100%;
  margin-right: 10px;
  color: #000;
}

.connection__btn {
  padding: 12.5px 20px;
  width: 245px;
  text-align: center;
}

.connection__bottom {
  margin-top: 40px;
  color: #9FA3B0;
}

.news {
  padding: 60px 0;
}

.news__title {
  margin-bottom: 15px;
}

.news__subtitle {
  margin-bottom: 60px;
  color: #9FA3B0;
  font-weight: 500;
}

.news__item {
  margin-bottom: 30px;
}

.news-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-item__left {
  margin-right: 50px;
}

.news-item__data {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #34A853;
  margin-bottom: 10px;
}

.news-item__name {
  color: #202124;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
}

.news-item__info p {
  color: #9FA3B0;
  margin-bottom: 7px;
}

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

.news-item__info p span {
  font-weight: 700;
}

.news-item__info p a {
  color: #34A853;
  border-bottom: 2px solid #34A853;
}

.free-services {
  padding: 60px 0 150px;
}

.free-services__title {
  margin-bottom: 20px;
}

.free-services__subtitle {
  color: #9FA3B0;
  font-weight: 500;
  margin-bottom: 60px;
}

.free-services__item {
  background: #F8F9FA;
  border-radius: 40px;
  padding: 60px;
  margin-bottom: 30px;
}

.free-services__item:nth-child(2n) .free-services__right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.free-services__item:nth-child(2n) .free-services__left {
  margin-left: 0;
  margin-right: 60px;
}

.free-services__item:last-child {
  margin-bottom: 0;
}

.free-services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.free-services__left {
  margin-left: 60px;
}

.free-services__name {
  font-size: 22px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 30px;
}

.free-services__text {
  max-width: 522px;
  color: #9FA3B0;
}

.about {
  padding: 60px 0 150px;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__title {
  margin-bottom: 30px;
}

.about__subtitle {
  font-size: 22px;
  color: #202124;
}

.about__info {
  color: #5F6368;
  margin-bottom: 35px;
}

.about__subtitle {
  font-size: 22px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 15px;
}

.about__lins-name {
  font-size: 22px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 30px;
}

.about__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.about__list-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../images/icon/barrier-iten-icon.svg);
  width: 20px;
  height: 20px;
}

.about__list-item__text {
  color: #5F6368;
}

.about-gallery {
  padding: 0 40px 100px;
}

.about-gallery__content {
  background: #F8F9FA;
  border-radius: 30px;
  padding: 60px 0;
}

.about-gallery__title {
  font-size: 36px;
  margin-bottom: 30px;
}

.about-gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-gallery__item {
  -ms-flex-preferred-size: 406px;
      flex-basis: 406px;
}

.about-gallery__item-inner {
  padding: 0 10px;
}

.about-gallery__item-img {
  margin-bottom: 30px;
}

.about-gallery__item-img img {
  width: 100%;
}

.about-bottom {
  padding: 120px 0;
}

.about-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-bottom__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-bottom__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-bottom__title {
  font-size: 36px;
  min-height: 86px;
  margin-bottom: 17px;
}

.about-bottom__box {
  margin-bottom: 30px;
}

.about-bottom__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.about-bottom__box-text {
  font-size: 22px;
  line-height: 140%;
  color: #9FA3B0;
  margin-right: 10px;
}

.about-bottom__box-info {
  font-weight: 500;
  font-size: 22px;
  color: #5F6368;
}

.instruction {
  padding: 60px 0 100px;
}

.instruction__title {
  font-size: 36px;
  text-align: center;
  max-width: 768px;
  margin: 0 auto 40px;
}

.instruction__step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instruction__step-left {
  max-width: 487px;
}

.instruction__step:nth-child(2n) .instruction__step-right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.instruction__step-number {
  color: #9FA3B0;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 40px;
}

.instruction__step-text p {
  font-size: 22px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 7px;
}

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

.instruction__step-text p span {
  font-weight: 700;
}

.instruction__step-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instruction__bottom {
  margin-top: 30px;
}

.instruction__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instruction__bottom-left {
  margin-right: 75px;
  -webkit-filter: drop-shadow(0px 7.8064px 17.1741px rgba(0, 140, 31, 0.25));
          filter: drop-shadow(0px 7.8064px 17.1741px rgba(0, 140, 31, 0.25));
}

.instruction__bottom-name {
  color: #9FA3B0;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  max-width: 560px;
}

.payment {
  padding: 50px 20px 150px;
}

.payment__content {
  background: #F8F9FA;
  border-radius: 30px;
  padding: 60px 10px;
}

.payment__title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}

.payment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment__hover {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.payment__item {
  position: relative;
  padding: 46px 41px 30px 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 20px;
  -ms-flex-preferred-size: 620px;
      flex-basis: 620px;
  margin-bottom: 40px;
  min-height: 227px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.payment__item:hover {
  background: #34A853;
}

.payment__item:hover .payment__item-name {
  color: #fff;
}

.payment__item:hover .payment__item-text p {
  color: #fff;
}

.payment__item:hover svg.payment__item-stroke path {
  fill: none;
  stroke: #fff;
}

.payment__item:hover path {
  fill: #fff;
}

.payment__item:hover .payment__hover {
  opacity: 1;
}

.payment__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment__item-left {
  text-align: center;
  width: 62px;
  margin-right: 17px;
}

.payment__item-name {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 22px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 20px;
}

.payment__item-text p {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #9FA3B0;
}

.payment-where {
  padding-bottom: 100px;
}

.payment-where__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}

.payment-where__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.payment-where__item {
  -ms-flex-preferred-size: 530px;
      flex-basis: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.payment-where__item-img {
  min-width: 100px;
  text-align: center;
  margin-right: 10px;
}

.payment-where__item-text p {
  font-size: 20px;
  line-height: 140%;
  color: #202124;
}

.payment-where__bottom {
  margin-top: 100px;
  padding: 40px;
  background: #F9FAFB;
  border-radius: 20px;
}

.payment-where__bottom-title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 4px;
}

.payment-where__bottom-info {
  font-size: 22px;
  line-height: 140%;
  color: #5F6368;
}

.complaints-suggestions {
  padding: 60px 0;
}

.complaints-suggestions__title {
  margin-bottom: 15px;
}

.complaints-suggestions__subtitle {
  color: #9FA3B0;
  margin-bottom: 30px;
}

.complaints-suggestions__info {
  margin-bottom: 60px;
}

.complaints-suggestions__info p {
  margin-bottom: 10px;
}

.complaints-suggestions__info plast-child {
  margin-bottom: 0;
}

.complaints-suggestions__bottom {
  margin-top: 60px;
}

.complaints-suggestions__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.complaints-suggestions__bottom-right {
  max-width: 630px;
}

.complaints-suggestions__bottom-info {
  font-size: 22px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 30px;
}

.form-main {
  color: #fff;
  padding: 60px 80px;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 30px;
}

.form-main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.form-main__top-title {
  color: #48D597;
}

.form-main__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-main__top-btn {
  margin-right: 20px;
  background: #34A853;
  color: #FFFFFF;
}

.form-main__top-btn:last-child {
  margin-right: 0;
  background: rgba(255, 255, 255, 0.2);
}

.form-main__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 37px;
}

.form-main__info {
  color: #FFFFFF;
}

.form-main__input {
  max-width: 847px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

.form-main__input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.form-main__input::-moz-placeholder {
  color: #FFFFFF;
}

.form-main__input:-ms-input-placeholder {
  color: #FFFFFF;
}

.form-main__input::-ms-input-placeholder {
  color: #FFFFFF;
}

.form-main__input::placeholder {
  color: #FFFFFF;
}

.form-main__textarea {
  max-width: 847px;
  width: 100%;
  height: 90px;
}

.form-main__confirmation {
  margin-bottom: 55px;
}

.form-main__confirmation-info {
  margin-bottom: 40px;
}

.form-main__confirmation-info p {
  margin-bottom: 5px;
  opacity: 0.8;
}

.form-main__confirmation-info p :last-child {
  margin-bottom: 0;
}

.form-main__confirmation-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
}

.form-main__confirmation-cod {
  display: inline-block;
}

.form-main__confirmation-cod-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-main__confirmation-replacement {
  width: 44px;
  height: 42px;
  background: none;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.form-main__confirmationinput {
  max-width: 322px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

.form-main__confirmationinput::-webkit-input-placeholder {
  color: #FFFFFF;
}

.form-main__confirmationinput::-moz-placeholder {
  color: #FFFFFF;
}

.form-main__confirmationinput:-ms-input-placeholder {
  color: #FFFFFF;
}

.form-main__confirmationinput::-ms-input-placeholder {
  color: #FFFFFF;
}

.form-main__confirmationinput::placeholder {
  color: #FFFFFF;
}

.form-main__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
}

.form-main__bottom-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-main__bottom-agreement__checkbox {
  margin-right: 25px;
}

.form-main__bottom-agreement__text {
  max-width: 440px;
}

.apps-page {
  padding: 60px 0 150px;
}

.apps-page__title {
  margin-bottom: 20px;
}

.apps-page__subtitle {
  font-weight: 500;
  color: #9FA3B0;
  margin-bottom: 40px;
}

.apps-page__info {
  margin-bottom: 60px;
}

.apps-page__items-name {
  text-align: center;
  font-size: 22px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 60px;
}

.apps-page__items-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.apps-page__item {
  -ms-flex-preferred-size: 335px;
      flex-basis: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.apps-page__item-icon {
  margin-right: 25px;
}

.apps-page__item-text {
  max-width: 250px;
}

.for-pc {
  padding: 0 40px;
}

.for-pc__content {
  background: #F8F9FA;
  border-radius: 30px;
  padding: 60px 20px;
}

.for-pc__inner {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.for-pc__left {
  -ms-flex-preferred-size: 542px;
      flex-basis: 542px;
}

.for-pc__img {
  width: 100%;
}

.for-pc__title {
  margin-bottom: 15px;
}

.for-pc__subtitle {
  font-weight: 500;
  color: #9FA3B0;
  margin-bottom: 30px;
}

.for-pc__text {
  margin-bottom: 30px;
}

.for-pc__text p {
  margin-bottom: 10px;
}

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

.for-pc__mini {
  margin-bottom: 30px;
}

.for-pc__item {
  margin-bottom: 15px;
}

.for-pc__item:last-child {
  margin-bottom: 0;
}

.for-pc__item-link {
  margin-left: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #34A853;
}

.for-pc__btn-mob {
  display: none;
}

.for-pc__btn {
  width: 239px;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto;
}

.for-tv {
  padding: 150px 0;
}

.for-tv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.for-tv__img {
  width: 100%;
}

.for-tv__right {
  -ms-flex-preferred-size: 630px;
      flex-basis: 630px;
}

.for-tv__title {
  margin-bottom: 15px;
}

.for-tv__info {
  margin-bottom: 30px;
}

.for-tv__mini {
  margin-bottom: 15px;
}

.for-tv__box {
  background: #F8F9FA;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 40px;
}

.for-tv__link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #34A853;
}

.for-mob {
  padding: 0 40px 150px;
}

.for-mob__content {
  padding: 60px 20px;
  background: #F8F9FA;
  border-radius: 30px;
}

.for-mob__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.for-mob__left {
  -ms-flex-preferred-size: 672px;
      flex-basis: 672px;
}

.for-mob__img {
  width: 100%;
}

.for-mob__title {
  margin-bottom: 15px;
}

.for-mob__subtitle {
  font-weight: 500;
  color: #9FA3B0;
  margin-bottom: 30px;
}

.for-mob__text {
  margin-bottom: 30px;
}

.for-mob__text p {
  margin-bottom: 10px;
}

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

.for-mob__mini {
  margin-bottom: 15px;
}

.for-mob__info {
  font-weight: 500;
  color: #5F6368;
  margin-bottom: 30px;
}

.for-mob__advice {
  color: #202124;
  margin-bottom: 40px;
}

.for-mob__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.for-mob__btn {
  margin-right: 30px;
}

.for-mob__btn:last-child {
  margin-right: 0;
}

.documentation {
  padding: 60px 0 150px;
}

.documentation__title {
  margin-bottom: 60px;
}

.documentation__inner {
  display: -ms-grid;
  display: grid;
  gap: 60px 20px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.documentation__item {
  display: block;
}

.documentation__item:hover .documentation__item-top::after {
  opacity: .4;
}

.documentation__item:hover .documentation__item-download {
  opacity: 1;
}

.documentation__item:hover .documentation__item-info {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #202124;
}

.documentation__item-top {
  position: relative;
  margin-bottom: 30px;
}

.documentation__item-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.documentation__item-img {
  width: 100%;
}

.documentation__item-download {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.documentation__item-download-mob {
  display: none;
  z-index: 100;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.contacts-page {
  padding: 100px 0;
}

.contacts-page__item {
  margin-bottom: 120px;
}

.contacts-page__item:last-child {
  margin-bottom: 0;
}

.contacts-page__item:nth-child(2n) .contacts-page__item-right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.contacts-page__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-page__item-img {
  width: 100%;
}

.contacts-page__item-right {
  -ms-flex-preferred-size: 542px;
      flex-basis: 542px;
}

.contacts-page__box {
  width: 100%;
  padding: 60px 65px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 20px;
}

.contacts-page__box-name {
  margin-bottom: 45px;
}

.contacts-page__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.contacts-page__box-item:last-child {
  margin-bottom: 0;
}

.contacts-page__box-icon {
  margin-right: 40px;
}

.contacts-page__box-text {
  font-weight: 500;
  font-size: 22px;
}

.contacts-page__box-text span {
  display: block;
}

.contacts-page__box-link {
  font-weight: 500;
  font-size: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #34A853;
}

.contacts-page__box-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: -35px;
}

.contacts-page__box-socials a {
  margin-right: 35px;
}

.contacts-page__box-btn {
  margin-top: 45px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 15px;
}

.contacts-map__title {
  margin-bottom: 60px;
}

.contacts-bottom {
  padding: 150px 0;
}

.contacts-bottom__inner {
  background: #F8F9FA;
  border-radius: 30px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-bottom__col {
  -ms-flex-preferred-size: 314px;
      flex-basis: 314px;
}

.contacts-bottom__name {
  min-height: 93px;
  margin-bottom: 39px;
}

.contacts-bottom__link {
  font-weight: 500;
  font-size: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #34A853;
  display: block;
  margin-bottom: 20px;
}

.contacts-bottom__link:last-child {
  margin-bottom: 0;
}

.free-wifi {
  padding: 60px 0 100px;
}

.free-wifi__title {
  margin-bottom: 17px;
}

.free-wifi__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.free-wifi__left {
  max-width: 630px;
}

.free-wifi__right {
  position: relative;
}

.free-wifi__img {
  width: 100%;
}

.free-wifi__box {
  padding: 40px;
  background: #F8F9FA;
  border-radius: 30px;
  margin-bottom: 20px;
}

.free-wifi__box-name {
  margin-bottom: 20px;
}

.free-wifi__box-text {
  color: #9FA3B0;
}

.free-wifi__box-btn {
  margin-top: 5px;
  margin-left: auto;
  border-radius: 15px;
  width: 160px;
}

.free-wifi__bottom {
  padding: 40px;
  background: rgba(52, 168, 83, 0.2);
  border-radius: 30px;
}

.wifi-zones__title {
  margin-bottom: 60px;
}

.wifi-zones__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wifi-zones__map {
  -ms-flex-preferred-size: 760px;
      flex-basis: 760px;
}

.wifi-zones__adres {
  -ms-flex-preferred-size: 520px;
      flex-basis: 520px;
  height: 700px;
  overflow-y: scroll;
}

.wifi-zones__list-col {
  width: 100%;
}

.wifi-zones__item {
  height: 100px;
  padding: 20px 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.wifi-zones__item:hover .wifi-zones__item-name::after {
  background: rgba(52, 168, 83, 0.2);
}

.wifi-zones__item-name {
  font-weight: 500;
  margin-bottom: 7px;
  position: relative;
}

.wifi-zones__item-name::after {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(52, 168, 83, 0.2);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.wifi-zones__item-info {
  font-weight: 500;
  font-size: 20px;
  color: #9FA3B0;
}

.wifi-form {
  padding: 100px 0 150px;
}

.wifi-form__title {
  margin-bottom: 50px;
}

.form-request {
  position: relative;
  padding: 60px 88px;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 30px;
}

.form-request__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-request__right {
  -ms-flex-preferred-size: 542px;
      flex-basis: 542px;
  max-width: 542px;
}

.form-request__title {
  color: #48D597;
  margin-bottom: 15px;
}

.form-request__subtitle {
  color: #FFFFFF;
  max-width: 409px;
}

.form-request__input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 47px;
}

.form-request__input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.form-request__input::-moz-placeholder {
  color: #FFFFFF;
}

.form-request__input:-ms-input-placeholder {
  color: #FFFFFF;
}

.form-request__input::-ms-input-placeholder {
  color: #FFFFFF;
}

.form-request__input::placeholder {
  color: #FFFFFF;
}

.form-request__adres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-request__input-locality {
  max-width: 210px;
}

.form-request__input-street {
  max-width: 210px;
}

.form-request__input-home {
  max-width: 71px;
}

.form-request__btn {
  border-radius: 5px;
}

.form-request__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 80px;
  bottom: 60px;
}

.form-request__agreement-text {
  color: #FFFFFF;
  margin-left: 25px;
  max-width: 440px;
}

.invite-main .main-slider__arr {
  bottom: 63px;
}

.invite-main .main-slider__prev {
  left: 0;
}

.invite-main .main-slider__next {
  left: 80px;
}

.invite-main__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.invite-main__item-left {
  -ms-flex-preferred-size: 573px;
      flex-basis: 573px;
}

.invite-main__item-title {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 30px;
}

.invite-main__item-title::after {
  content: '';
  display: block;
  width: 120px;
  height: 4px;
  background: #34A853;
  margin-top: 20px;
}

.invite-main__item-info {
  margin-bottom: 91px;
  max-width: 522px;
}

.invite-main__item-btn {
  margin-left: 180px;
  border-radius: 5px;
}

.invite-main__item-img {
  width: 100%;
}

.invite-cctv {
  padding-bottom: 150px;
  overflow: hidden;
  position: relative;
}

.invite-cctv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.invite-cctv__title {
  margin-bottom: 15px;
}

.invite-cctv__subtitle {
  color: #9FA3B0;
  margin-bottom: 30px;
}

.invite-cctv__info {
  margin-bottom: 30px;
  max-width: 895px;
}

.invite-cctv__content {
  padding: 60px 0;
  background: rgba(248, 249, 250, 0.9);
  border-radius: 30px;
  margin: 0 40px;
}

.invite-cctv__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.invite-cctv__content-left {
  margin-right: 60px;
  width: 100%;
}

.invite-cctv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.invite-cctv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.invite-cctv__item-icon {
  margin-right: 25px;
}

.invite-cctv__img-box-mob {
  display: none;
  position: relative;
}

.invite-cctv__img-box-mob::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 113px;
  height: 113px;
  background: -o-linear-gradient(300.54deg, #21CC4F 0%, #34A853 100%);
  background: linear-gradient(149.46deg, #21CC4F 0%, #34A853 100%);
  -webkit-box-shadow: 0px 15px 20px rgba(0, 95, 25, 0.3);
          box-shadow: 0px 15px 20px rgba(0, 95, 25, 0.3);
  border-radius: 20px;
  z-index: 10;
}

.invite-cctv__img-box-mob::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 90px;
  width: 63px;
  height: 63px;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.28);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.28);
  border-radius: 15px;
  z-index: 10;
}

.invite-cctv__img-box {
  margin-top: -150px;
  position: relative;
}

.invite-cctv__img-box::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 113px;
  height: 113px;
  background: -o-linear-gradient(300.54deg, #21CC4F 0%, #34A853 100%);
  background: linear-gradient(149.46deg, #21CC4F 0%, #34A853 100%);
  -webkit-box-shadow: 0px 15px 20px rgba(0, 95, 25, 0.3);
          box-shadow: 0px 15px 20px rgba(0, 95, 25, 0.3);
  border-radius: 20px;
  z-index: 10;
}

.invite-cctv__img-box::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 90px;
  width: 63px;
  height: 63px;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.28);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.28);
  border-radius: 15px;
  z-index: 10;
}

.invite-cctv__img {
  position: relative;
  z-index: 5;
}

.invite-cctv__img-bg {
  position: absolute;
  bottom: -64px;
  right: -30px;
}

.invite-cctv__btn {
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 5px;
}

.invite-smart {
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.invite-smart__bg {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: -1;
}

.invite-smart__title {
  margin-bottom: 15px;
}

.invite-smart__subtitle {
  color: #9FA3B0;
  margin-bottom: 30px;
}

.invite-smart__info {
  margin-bottom: 40px;
}

.invite-smart__img img {
  width: 100%;
}

.invite-smart__img-item-mob {
  display: none;
}

.invite-smart__items {
  display: none;
}

.invite-smart__item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 19px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 90px;
  border: 1px solid #34A853;
  border-radius: 20px;
  margin-bottom: 31px;
}

.telemetry {
  position: relative;
  overflow: hidden;
}

.telemetry-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.telemetry-top__left {
  -ms-flex-preferred-size: 738px;
      flex-basis: 738px;
  margin-bottom: 40px;
}

.telemetry-top__title {
  margin-bottom: 15px;
}

.telemetry-top__subtitle {
  font-weight: 500;
  margin-bottom: 30px;
  color: #9FA3B0;
}

.telemetry-top__info p {
  margin-bottom: 10px;
}

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

.telemetry-top__img {
  width: 100%;
}

.telemetry-bottom {
  position: relative;
}

.telemetry-bottom__bg {
  position: absolute;
  z-index: -1;
  left: -140px;
  top: 200px;
}

.telemetry-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.telemetry-bottom__left {
  background: rgba(248, 249, 250, 0.9);
  border-radius: 30px;
  padding: 50px 40px;
  -ms-flex-preferred-size: 690px;
      flex-basis: 690px;
}

.telemetry-bottom__item-icon {
  margin-right: 30px;
}

.telemetry-bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.telemetry-bottom__item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #202124;
  margin-bottom: 15px;
}

.telemetry-bottom__item-info {
  color: #9FA3B0;
}

.telemetry-bottom__img-box {
  position: relative;
}

.telemetry-bottom__img-box::after {
  content: '';
  width: 106px;
  height: 106px;
  position: absolute;
  right: -40px;
  top: -40px;
  background: -o-linear-gradient(300.54deg, #21CC4F 0%, #34A853 100%);
  background: linear-gradient(149.46deg, #21CC4F 0%, #34A853 100%);
  -webkit-box-shadow: 0px 15px 20px rgba(0, 95, 25, 0.3);
          box-shadow: 0px 15px 20px rgba(0, 95, 25, 0.3);
  border-radius: 30px;
  z-index: 10;
}

.telemetry-bottom__img-box::before {
  content: '';
  width: 77px;
  height: 77px;
  position: absolute;
  left: 90px;
  bottom: -40px;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  border-radius: 20px;
}

.telemetry-bottom__img {
  width: 100%;
  position: relative;
  z-index: 5;
}

.telemetry-top__img-mob {
  display: none;
}

.telemetry-bottom__img-bg {
  position: absolute;
  left: -30px;
  top: -30px;
}

.telemetry-bottom__btn {
  margin-top: 110px;
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 5px;
}

.telemetry-bottom__btn-mob {
  display: none;
}

.indoor-wifi {
  padding: 150px 0;
}

.indoor-wifi__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.indoor-wifi__img {
  width: 100%;
}

.indoor-wifi__img-mob {
  display: none;
}

.indoor-wifi__right {
  -ms-flex-preferred-size: 640px;
      flex-basis: 640px;
}

.indoor-wifi__title {
  margin-bottom: 30px;
}

.indoor-wifi__title span {
  display: block;
}

.indoor-wifi__subtitle {
  margin-bottom: 40px;
}

.indoor-wifi__items {
  margin-bottom: 53px;
}

.indoor-wifi__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.indoor-wifi__item:last-child {
  margin-bottom: 0;
}

.indoor-wifi__item-icon {
  margin-right: 25px;
  min-width: 60px;
}

.indoor-wifi__btn {
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 5px;
}

.networks-scs {
  padding-bottom: 170px;
}

.networks-scs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.networks-scs__img {
  width: 100%;
}

.networks-scs__left {
  -ms-flex-preferred-size: 660px;
      flex-basis: 660px;
}

.networks-scs__title {
  margin-bottom: 30px;
}

.networks-scs__subtitle {
  margin-bottom: 55px;
}

.networks-scs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.networks-scs__icon {
  margin-right: 25px;
}

.scs-advantages__content {
  padding: 60px 0;
  margin: 0 40px;
  background: #F8F9FA;
  border-radius: 30px;
}

.scs-advantages__title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

.scs-advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scs-advantages__item {
  -ms-flex-preferred-size: 413px;
      flex-basis: 413px;
  padding: 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 20px;
}

.scs-advantages__item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #202124;
  margin-bottom: 20px;
}

.scs-advantages__item-info {
  color: #5F6368;
}

.scs-advantages__item-icon {
  margin-bottom: 20px;
}

.technical-conditions {
  padding-bottom: 170px;
}

.technical-conditions__title {
  text-align: center;
  margin-bottom: 60px;
}

.technical-conditions__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.technical-conditions__item {
  background: rgba(248, 249, 250, 0.9);
  border-radius: 30px;
  -ms-flex-preferred-size: 630px;
      flex-basis: 630px;
  padding: 60px;
}

.technical-conditions__item-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #202124;
  margin-bottom: 30px;
}

.technical-conditions__list-item {
  margin-bottom: 30px;
  padding-left: 32px;
  position: relative;
}

.technical-conditions__list-item:last-child {
  margin-bottom: 0;
}

.technical-conditions__list-item::after {
  content: '';
  background-image: url(../images/invite-page/technical-conditions-icon.svg);
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
}

.technical-conditions__item-text {
  color: #5F6368;
}

.invite-advantages {
  padding-bottom: 150px;
}

.invite-advantages__title {
  text-align: center;
  margin-bottom: 90px;
}

.invite-advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}

.invite-advantages__item-icon {
  margin: 0 auto 22px;
}

.invite-advantages__item {
  margin-bottom: 48px;
  text-align: center;
  -ms-flex-preferred-size: 255px;
      flex-basis: 255px;
}

.invite-form {
  padding-bottom: 150px;
}

.support-main {
  padding: 60px 0 150px;
}

.support-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-main__left {
  -ms-flex-preferred-size: 670px;
      flex-basis: 670px;
}

.support-main__title {
  margin-bottom: 20px;
}

.support-main__subtitle {
  margin-bottom: 40px;
}

.support-main__box {
  padding: 50px;
  background: #F8F9FA;
  border-radius: 30px;
}

.support-main__list {
  margin-bottom: 20px;
}

.support-main__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.support-main__list-item:last-child {
  margin-bottom: 0;
}

.support-main__list-icon {
  margin-right: 40px;
}

.support-main__list-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #5F6368;
}

.support-main__img {
  width: 100%;
}

.form-callback {
  padding: 60px 80px;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 30px;
  color: #fff;
}

.form-callback__title {
  color: #48D597;
  margin-bottom: 30px;
}

.form-callback__text {
  margin-bottom: 60px;
}

.form-callback__text p {
  margin-bottom: 7px;
}

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

.form-callback__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 805px;
  margin-bottom: 47px;
}

.form-callback__link {
  color: #48D597;
  text-decoration: underline;
}

.form-callback__line-text {
  max-width: 185px;
  min-width: 185px;
}

.form-callback__input {
  padding-bottom: 10px;
  max-width: 542px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.form-callback__input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

.form-callback__input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

.form-callback__input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

.form-callback__input::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

.form-callback__input::placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

.form-callback__textarea {
  max-width: 542px;
  max-height: 95px;
  height: 95px;
  min-height: 95px;
  width: 100%;
}

.form-callback__confirmation {
  margin-bottom: 55px;
}

.form-callback__confirmation-info {
  margin-bottom: 40px;
}

.form-callback__confirmation-info p {
  margin-bottom: 5px;
  opacity: 0.8;
}

.form-callback__confirmation-info p :last-child {
  margin-bottom: 0;
}

.form-callback__confirmation-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
}

.form-callback__confirmation-bottom__text {
  max-width: 209px;
  min-width: 209px;
}

.form-callback__confirmation-cod {
  display: inline-block;
  margin-right: 5px;
}

.form-callback__confirmation-cod-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-callback__confirmation-replacement {
  width: 44px;
  height: 42px;
  background: none;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.form-callback__confirmationinput {
  max-width: 322px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

.form-callback__confirmationinput::-webkit-input-placeholder {
  color: #FFFFFF;
}

.form-callback__confirmationinput::-moz-placeholder {
  color: #FFFFFF;
}

.form-callback__confirmationinput:-ms-input-placeholder {
  color: #FFFFFF;
}

.form-callback__confirmationinput::-ms-input-placeholder {
  color: #FFFFFF;
}

.form-callback__confirmationinput::placeholder {
  color: #FFFFFF;
}

.form-callback__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
}

.form-callback__bottom-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-callback__bottom-agreement__checkbox {
  margin-right: 25px;
}

.form-callback__bottom-agreement__text {
  max-width: 440px;
}

.support-advise {
  padding: 150px 0;
}

.support-advise__title {
  max-width: 955px;
  margin-bottom: 40px;
}

.support-advise__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.support-advise__top-text {
  margin-right: 50px;
}

.support-advise__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.support-advise__top-btn {
  background: rgba(52, 168, 83, 0.2);
  border-radius: 15px;
  padding: 11.5px;
  min-width: 245px;
  text-align: center;
  color: #34A853;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.support-advise__top-btn.active {
  color: #fff;
  background: #34A853;
}

.support-advise__slide {
  display: none;
}

.support-advise__slide.active {
  display: block;
}

.support-advise__item {
  padding: 40px;
  background: #F8F9FA;
  border-radius: 30px;
  margin-bottom: 40px;
}

.support-advise__item:last-child {
  margin-bottom: 0;
}

.support-advise__item-name {
  margin-bottom: 40px;
}

.support-advise__item-line {
  width: 100%;
  border-radius: 25px;
  padding: 7px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.support-advise__item-line:last-child {
  margin-bottom: 0;
}

.support-advise__item-icon {
  background: -o-linear-gradient(300.54deg, #21CC4F 0%, #34A853 100%);
  background: linear-gradient(149.46deg, #21CC4F 0%, #34A853 100%);
  border-radius: 20px;
  min-width: 76px;
  min-height: 76px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(159, 163, 176, 0.4);
}

.support-advise__item-info a {
  color: #48D597;
  text-decoration: underline;
}

.area {
  padding: 60px 0 100px;
}

.area-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #202124;
}

.area__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.area__tariff {
  padding: 30px 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  -ms-flex-preferred-size: 738px;
      flex-basis: 738px;
}

.area__tariff-innrt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area__tariff-left {
  padding-right: 60px;
  border-right: 1px solid #E8E8E8;
}

.area__tariff-name {
  margin-bottom: 30px;
  font-weight: 700;
}

.area__tariff-card {
  padding: 30px;
  background-image: url(../images/area-page/area-curd.svg);
  background-position: center;
  background-size: cover;
  border-radius: 26px;
  width: 377px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area__tariff-card-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.area__tariff-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.area__tariff-card__info-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 10px;
}

.area__tariff-card__info-number {
  font-weight: 500;
  color: #FFFFFF;
}

.area__tariff-card__condition-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 10px;
}

.area__tariff-card__condition-status {
  font-weight: 500;
  color: #48D597;
}

.area__tariff-right {
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
}

.area__tariff-right__item {
  margin-bottom: 15px;
}

.area__tariff-right__item:last-child {
  margin-bottom: 0;
}

.area__tariff-right__fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #0079C2;
}

.area__tariff-right__fee-box {
  font-weight: 500;
  font-size: 26px;
  line-height: 85%;
  color: #9FA3B0;
  text-align: center;
  margin-left: 6px;
}

.area__tariff-right__fee-box span {
  display: block;
}

.area__tariff-right__fee-box span:last-child {
  font-size: 14px;
}

.area__tariff-right__item-name {
  font-size: 14px;
  line-height: 18px;
  color: #9FA3B0;
}

.area__tariff-right__item-box {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #34A853;
}

.area__tariff-right__item-box span {
  font-size: 14px;
  line-height: 90%;
  color: #5F6368;
}

.area__tariff-right__btn {
  margin-top: 30px;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  max-width: 170px;
  font-size: 16px;
}

.area__person {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  padding: 30px 35px;
  -ms-flex-preferred-size: 502px;
      flex-basis: 502px;
}

.area__person-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 21px;
}

.area__person-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.area__person-avatar {
  margin-right: 30px;
}

.area__person-top__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #34A853;
}

.area__person-top__change {
  font-size: 16px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #9FA3B0;
  cursor: pointer;
}

.area__person-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #F8F9FA;
  border-radius: 15px;
  padding: 11px 20px;
  margin-bottom: 22px;
}

.area__person-item:last-child {
  margin-bottom: 0;
}

.area__person-item__text {
  font-size: 14px;
  line-height: 18px;
  color: #9FA3B0;
  min-width: 85px;
}

.area__person-item__info {
  font-weight: 500;
}

.area__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.area__payment {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  padding: 30px 35px;
  -ms-flex-preferred-size: 597px;
      flex-basis: 597px;
}

.area__payment-top {
  background: #F8F9FA;
  border-radius: 25px;
  padding: 16px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.area__payment-top__text {
  font-weight: 500;
  font-size: 24px;
}

.area__payment-top__sum {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #0079C2;
}

.area__payment-top__sum span {
  color: #9FA3B0;
}

.area__payment-text {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
}

.area__payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.area__payment-btn {
  padding: 10px;
  max-width: 332px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 15px;
}

.area__services {
  -ms-flex-preferred-size: 644px;
      flex-basis: 644px;
}

.area__services-name {
  font-size: 24px;
  line-height: 120%;
  color: #202124;
  margin-bottom: 24px;
}

.area__services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area__services-item {
  background: #F8F9FA;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  width: 200px;
  height: 169px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area__services-item.on {
  background: #fff;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
}

.area__services-item.on .area__services-item__bottom {
  color: #5F6368;
}

.area__services-item__bottom {
  color: #9FA3B0;
  font-weight: 500;
}

.area__services-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area__services-item-name {
  font-size: 20px;
  line-height: 120%;
  color: #202124;
}

.area__tv {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 28px;
  padding: 30px 35px;
  -ms-flex-preferred-size: 597px;
      flex-basis: 597px;
}

.area__tv-name {
  font-weight: 500;
  margin-bottom: 40px;
}

.area__tv-content {
  margin-bottom: 30px;
}

.area__tv-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.area__tv-line:last-child {
  margin-bottom: 0;
}

.area__tv-line__name {
  font-weight: 500;
  color: #9FA3B0;
}

.area__tv-line__info {
  font-weight: 500;
}

.area__tv-btn {
  padding: 10px;
  border-radius: 15px;
  max-width: 247px;
  width: 100%;
}

.area__history {
  -ms-flex-preferred-size: 642px;
      flex-basis: 642px;
  padding: 30px 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
}

.area__history-name {
  font-weight: 500;
  margin-bottom: 30px;
}

.area__history-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #5F6368;
}

.area__history-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #9FA3B0;
}

.area__history-line:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.area__history-line__sum {
  font-weight: 500;
  font-size: 18px;
  color: #404040;
}

.area__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.area__bottom-left {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
}

.area__wifi {
  width: 100%;
  padding: 30px 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  margin-bottom: 40px;
}

.area__wifi-name {
  margin-bottom: 30px;
}

.area__wifi-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.area__wifi-password {
  width: 100%;
  font-weight: 500;
  color: #9FA3B0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.area__wifi-btn {
  max-width: 161px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 10px;
  padding: 10px;
  margin-left: 20px;
}

.area__technical-parameters {
  width: 100%;
  padding: 30px 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
}

.area__technical-parameters__name {
  margin-bottom: 25px;
}

.area__technical-parameters__btn {
  border-radius: 15px;
  padding: 10px;
  width: 100%;
}

.area__packages {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  width: 100%;
  padding: 30px 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
}

.area__packages-name {
  margin-bottom: 25px;
}

.area__packages-info {
  font-weight: 500;
  color: #9FA3B0;
  margin-bottom: 30px;
}

.area__packages-btn {
  width: 100%;
  padding: 10px;
  border-radius: 15px;
}

.area__stop {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  padding: 30px 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED654C), to(#D05842));
  background: -o-linear-gradient(top, #ED654C 0%, #D05842 100%);
  background: linear-gradient(180deg, #ED654C 0%, #D05842 100%);
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 28px;
}

.area__stop-name {
  color: #FFFFFF;
  margin-bottom: 10px;
}

.area__stop-info {
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 30px;
}

.area__stop-btn {
  background: #FFFFFF;
  border-radius: 15px;
  width: 100%;
  padding: 10px;
  color: #D25942;
}

.area__stop-btn:hover {
  background: #f1f1f1;
}

.legal-slider {
  padding-top: 60px;
}

.legal-slider .main-slider__prev {
  left: 0;
}

.legal-slider .slick-arrow {
  bottom: 70px;
}

.legal-slider .slick-arrow:hover {
  background: #0079C2;
}

.legal-slider .main-slider__next {
  left: 80px;
}

.legal-slider__item {
  overflow: hidden;
}

.legal-slider__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legal-slider__item-left {
  -ms-flex-preferred-size: 766px;
      flex-basis: 766px;
}

.legal-slider__item-title {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 30px;
}

.legal-slider__item-title:after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 120px;
  height: 4px;
  background: #34A853;
}

.legal-slider__item-info {
  margin-bottom: 60px;
}

.legal-slider__item-btn {
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 10px;
  width: 100%;
  max-width: 245px;
}

.legal-slider__item-img {
  width: 100%;
}

.legal-serv {
  padding-bottom: 150px;
}

.legal-serv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 21px;
}

.legal-serv__item {
  padding: 50px 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 20px;
  -ms-flex-preferred-size: 413px;
      flex-basis: 413px;
}

.legal-serv__img {
  margin-bottom: 24px;
}

.legal-serv__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #202124;
  margin-bottom: 20px;
  max-width: 214px;
}

.legal-serv__info {
  color: #5F6368;
}

.next-generation {
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
}

.next-generation__title {
  margin-bottom: 9px;
}

.next-generation__subtitle {
  margin-bottom: 56px;
}

.next-generation__obj {
  position: relative;
}

.popup-more {
  display: none;
}

.popup-more__close {
  position: absolute;
  right: 30px;
  top: 40px;
  cursor: pointer;
}

.popup-more__inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-more__content {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1280px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
}

.popup-more__content-title {
  font-weight: 500;
  margin-bottom: 67px;
}

.popup-more__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.popup-more__item {
  position: relative;
  -ms-flex-preferred-size: 277px;
      flex-basis: 277px;
  height: 169px;
  background: #F8F9FA;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-more__item-num {
  position: absolute;
  top: -27px;
  right: 27px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  display: block;
  width: 54px;
  height: 54px;
  padding-top: 9px;
  border-radius: 50%;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
}

.popup-more__item-info {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}

.popup-more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup-more__list-item {
  -ms-flex-preferred-size: 529px;
      flex-basis: 529px;
  font-weight: 500;
  padding-left: 28px;
  position: relative;
}

.popup-more__list-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../images/list-icon.svg);
  width: 18px;
  height: 18px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__items {
  position: relative;
  padding-left: 20px;
}

.tabs__items::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 0;
  width: 579px;
  height: 520px;
  background: #F8F9FA;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 6.85px 18.55px rgba(103, 99, 108, 0.13);
          box-shadow: 0px 6.85px 18.55px rgba(103, 99, 108, 0.13);
}

.tabs__tab {
  height: 100%;
  width: 744px;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.tabs__tab.active {
  z-index: 10;
  opacity: 1;
}

.tabs__tab-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs__tab-left__list {
  background: #FAFAFA;
  -webkit-box-shadow: 0px 12.8502px 38.5507px rgba(103, 99, 108, 0.2);
          box-shadow: 0px 12.8502px 38.5507px rgba(103, 99, 108, 0.2);
  border-radius: 20px;
  padding: 30px 26px;
}

.tabs__tab-left {
  margin-right: 20px;
}

.tabs__tab-left__item {
  height: 21px;
}

.tabs__tab-left__icon.active {
  position: relative;
}

.tabs__tab-left__icon.active svg {
  position: absolute;
  z-index: 10000;
  left: 16px;
  top: 2px;
}

.tabs__tab-left__icon.active svg path {
  fill: blue;
  stroke: blue;
}

.tabs__tab-left__icon.active svg path.path-fix {
  fill: #fff;
}

.tabs__tab-left__icon.active::after {
  content: '';
  position: absolute;
  top: -27px;
  left: -17px;
  width: 91px;
  height: 81px;
  background: #fff;
  -webkit-box-shadow: 0px 12.8502px 38.5507px rgba(103, 99, 108, 0.2);
          box-shadow: 0px 12.8502px 38.5507px rgba(103, 99, 108, 0.2);
  border-radius: 20px;
}

.tabs__tab-left__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #FAFAFA;
  -webkit-box-shadow: 0px 12.8502px 38.5507px rgba(103, 99, 108, 0.2);
          box-shadow: 0px 12.8502px 38.5507px rgba(103, 99, 108, 0.2);
  margin-bottom: 47px;
}

.tabs__tab-left__item {
  margin-bottom: 31px;
}

.tabs__tab-left__item:last-child {
  margin-bottom: 0;
}

.tabs__tab-right__item {
  max-width: 532px;
  width: 100%;
  padding: 20px 35px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12.8502px 38.5507px rgba(103, 99, 108, 0.2);
          box-shadow: 0px 12.8502px 38.5507px rgba(103, 99, 108, 0.2);
  border-radius: 30px;
  margin-bottom: 20px;
}

.tabs__tab-right__item:last-child {
  margin-bottom: 0;
}

.tabs__tab-right__item-icon {
  margin-right: 20px;
}

.tabs__tub-right__item-info {
  font-weight: 500;
  font-size: 22px;
}

.tabs__btn {
  border-radius: 5px;
  margin: 60px auto 0;
}

.tabs__nav {
  max-width: 371px;
}

.tabs__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.tabs__nav-item:last-child {
  margin-bottom: 0;
}

.tabs__nav-item.active .tabs__nav-item__num {
  color: #fff;
  border: none;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
}

.tabs__nav-item.active .tabs__nav-info {
  color: #202124;
}

.tabs__nav-item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 80px;
  min-height: 80px;
  background: #F8F9FA;
  border: 4px solid #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 10px;
  font-size: 24px;
  line-height: 120%;
  color: #9FA3B0;
  margin-right: 40px;
}

.tabs__nav-info {
  font-weight: 500;
}

.legal-cctv {
  padding-bottom: 100px;
  position: relative;
}

.legal-cctv .container {
  padding-top: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.legal-cctv__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.legal-cctv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.legal-cctv__left {
  -ms-flex-preferred-size: 668px;
      flex-basis: 668px;
}

.legal-cctv__title {
  margin-bottom: 30px;
}

.legal-cctv__info {
  margin-bottom: 60px;
}

.legal-cctv__btn {
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 5px;
}

.legal-cctv__img {
  width: 100%;
}

.legal-cctv__btn-mob {
  display: none;
}

.legal-cctv__bottom {
  background: rgba(248, 249, 250, 0.9);
  border-radius: 30px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 50px;
}

.legal-cctv__item {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legal-cctv__item-icon {
  margin-right: 25px;
}

.сonnect-cctv {
  padding-bottom: 68px;
}

.сonnect-cctv__title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 87px;
}

.сonnect-cctv__title span {
  display: block;
}

.сonnect-cctv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.сonnect-cctv__item {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
}

.сonnect-cctv__item-inner {
  position: relative;
  width: 100%;
  height: 169px;
  background: #F8F9FA;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.сonnect-cctv__item-number {
  position: absolute;
  right: 27px;
  top: -27px;
  display: block;
  width: 54px;
  height: 54px;
  padding-top: 10px;
  border-radius: 50%;
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
}

.сonnect-cctv__item-info {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
}

.legal-tariffs {
  padding-bottom: 150px;
}

.legal-tariffs__title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.legal-tariffs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.legal-tariffs__item {
  -ms-flex-preferred-size: 305px;
      flex-basis: 305px;
}

.legal-tariffs__item-inner {
  width: 100%;
  min-height: 444px;
  padding: 47px 20px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.legal-tariffs__item-name {
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  color: #34A853;
  text-align: center;
  margin-bottom: 47px;
}

.legal-tariffs__item-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F8F9FA;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px;
}

.legal-tariffs__item-line:last-child {
  margin-bottom: 0;
}

.legal-tariffs__item-line__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.legal-tariffs__item-line__info {
  font-size: 28px;
  line-height: 120%;
  color: #9FA3B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legal-tariffs__item-line__info span {
  font-size: 14px;
  margin-left: 3px;
}

.legal-tariffs__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.legal-tariffs__item-price__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legal-tariffs__item-price__text {
  font-weight: 500;
  font-size: 18px;
  color: #202124;
}

.legal-tariffs__item-price__num {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #0079C2;
}

.legal-tariffs__item-price__box {
  font-weight: 500;
  font-size: 26px;
  line-height: 18px;
  color: #9FA3B0;
}

.legal-tariffs__item-price__box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legal-tariffs__item-price__box span:last-child {
  font-size: 14px;
}

.legal-tariffs__item-btn {
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 15px;
}

.legal-wifi {
  padding: 190px 40px 117px;
  position: relative;
  overflow: hidden;
}

.legal-wifi__right {
  position: relative;
}

.legal-wifi__right-bg {
  position: absolute;
  right: -190px;
  top: 0;
  z-index: 10;
}

.legal-wifi__bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -10px;
}

.legal-wifi__bg-2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.legal-wifi__content {
  overflow: hidden;
  background: rgba(248, 249, 250, 0.9);
  border-radius: 30px;
  padding: 30px 0;
}

.legal-wifi__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legal-wifi__left {
  -ms-flex-preferred-size: 739px;
      flex-basis: 739px;
}

.legal-wifi__title {
  margin-bottom: 15px;
}

.legal-wifi__subtitle {
  margin-bottom: 30px;
}

.legal-wifi__info {
  margin-bottom: 60px;
}

.legal-wifi__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.legal-wifi__line-icon {
  margin-right: 25px;
}

.legal-wifi__line-info {
  max-width: 492px;
}

.legal-wifi__bottom-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
}

.legal-wifi__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.legal-wifi__item {
  -ms-flex-preferred-size: 381px;
      flex-basis: 381px;
}

.legal-wifi__item-inner {
  width: 100%;
  min-height: 390px;
  background: -o-linear-gradient(300.54deg, #21CC4F 0%, #34A853 100%);
  background: linear-gradient(149.46deg, #21CC4F 0%, #34A853 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(5, 138, 41, 0.41);
          box-shadow: 0px 5px 15px rgba(5, 138, 41, 0.41);
  border-radius: 30px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.legal-wifi__item-top {
  padding: 15px 20px;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 20px;
  margin-bottom: 30px;
}

.legal-wifi__item-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #34A853;
}

.legal-wifi__item-line {
  width: 100%;
  background: #2FB152;
  border-radius: 20px;
  padding: 15px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.legal-wifi__item-line:last-child {
  margin-bottom: 0;
}

.legal-wifi__item-line__name {
  max-width: 140px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}

.legal-wifi__item-line__info {
  font-size: 28px;
  line-height: 120%;
  color: #DADADA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legal-wifi__item-line__info > span {
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
}

.legal-wifi__item-line__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.legal-wifi__item-line__info-box span {
  font-size: 14px;
  line-height: 90%;
  color: #DADADA;
}

.legal-wifi__item-btn {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 15px;
  color: #34A853;
}

.legal-wifi__item-btn:hover {
  background: #dedede;
}

.legal-wifi__item-blue .legal-wifi__item-inner {
  background: -o-linear-gradient(300.54deg, #3C7BED 0%, #1163CB 100%);
  background: linear-gradient(149.46deg, #3C7BED 0%, #1163CB 100%);
}

.legal-wifi__item-blue .legal-wifi__item-name {
  color: #0079C2;
}

.legal-wifi__item-blue .legal-wifi__item-line {
  background: #2C67D1;
}

.legal-wifi__item-blue .legal-wifi__item-btn {
  color: #0079C2;
}

.legal-office {
  padding-bottom: 150px;
}

.legal-office__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legal-office__left {
  -ms-flex-preferred-size: 583px;
      flex-basis: 583px;
}

.legal-office__title {
  margin-bottom: 15px;
}

.legal-office__subtitle {
  margin-bottom: 50px;
}

.legal-office__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.legal-office__item:last-child {
  margin-bottom: 0;
}

.legal-office__item-icon {
  margin-right: 25px;
}

.legal-office__btn {
  margin: 30px auto 0;
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 5px;
}

.legal-colocation {
  padding-bottom: 150px;
}

.legal-colocation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.legal-colocation__left {
  -ms-flex-preferred-size: 769px;
      flex-basis: 769px;
}

.legal-colocation__title {
  margin-bottom: 15px;
}

.legal-colocation__subtitle {
  margin-bottom: 30px;
}

.legal-colocation__info {
  margin-bottom: 60px;
}

.legal-colocation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.legal-colocation__item:last-child {
  margin-bottom: 0;
}

.legal-colocation__item-icon {
  margin-right: 30px;
}

.legal-colocation__item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #202124;
  margin-bottom: 15px;
}

.legal-colocation__item-info {
  color: #9FA3B0;
}

.legal-colocation__right {
  -ms-flex-preferred-size: 510px;
      flex-basis: 510px;
}

.legal-colocation__img {
  width: 100%;
}

.legal-colocation__btn {
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
          box-shadow: 0px 5px 15px rgba(5, 7, 146, 0.21);
  border-radius: 5px;
  width: 100%;
  max-width: 217px;
}

.sign {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 249px;
}

.sign::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/sign-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 249px;
}

.sign-fotm {
  width: 100%;
  max-width: 522px;
}

.sign-fotm__title {
  margin-bottom: 55px;
}

.sign-fotm__input {
  width: 100%;
  color: #5F6368;
  padding-bottom: 10px;
}

.sign-fotm__box {
  margin-bottom: 60px;
}

.sign-fotm__line {
  margin-bottom: 55px;
}

.sign-fotm__line:last-child {
  margin-bottom: 0;
}

.sign-fotm__btn {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
}

.sign-fotm__text {
  text-align: center;
}

.sign-fotm__text a {
  font-weight: 500;
  color: #0079C2;
}

.sign-fotm__text p {
  margin-bottom: 10px;
}

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

.application {
  position: relative;
  background: #fff;
  padding: 50px;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.application__wrapp {
  display: none;
}

.application__close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}

.application-form {
  max-width: 760px;
  width: 100%;
}

.application-form__title {
  margin-bottom: 15px;
}

.application-form__info {
  margin-bottom: 70px;
}

.application-form__box {
  margin-bottom: 70px;
}

.application-form__line {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.application-form__line:last-child {
  margin-bottom: 0;
}

.application-form__input {
  color: #5F6368;
  padding-bottom: 10px;
  max-width: 350px;
  width: 100%;
}

.application-form__input-street {
  max-width: 249px;
}

.application-form__input-home {
  max-width: 71px;
}

.application-form__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.application-form__agreement .checkbox__fake:after {
  background: #0079C2;
}

.application-form__checkbox {
  margin-right: 25px;
}

.application-form__agreement-text {
  opacity: 0.7;
}

.application-form__btn {
  max-width: 245px;
  width: 100%;
  padding: 12.5px;
  border-radius: 5px;
}

.application-form__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 30px;
}

.application-form__choice-name {
  font-weight: 500;
  margin-bottom: 30px;
}

.application-form__choice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.application-form__choice-item:last-child {
  margin-bottom: 0;
}

.application-form__choice-item__checkbox {
  margin-right: 20px;
}

.equipment-banner {
  padding-top: 50px;
}

.equipment-banner__img {
  width: 100%;
}

.equipment-bloc {
  padding: 100px 0;
}

.equipment-bloc__inner {
  padding: 43px 10px;
  background: #F9FAFB;
  border-radius: 24px;
}

.equipment-bloc__title {
  max-width: 556px;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  font-size: 64px;
  max-width: 556px;
  margin-bottom: 30px;
}

.equipment-bloc__title:after {
  content: '';
  display: block;
  width: 120px;
  height: 4px;
  background: #0079C2;
  margin-top: 30px;
}

.equipment-bloc__subtitle {
  text-align: center;
  color: #5F6368;
}

.wifi-router {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

.wifi-router__bg {
  position: absolute;
  z-index: -1;
  max-width: 836px;
  width: 100%;
}

.wifi-router__bg-2 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 500px;
}

.wifi-router__title {
  margin-bottom: 15px;
}

.wifi-router__subtitle {
  margin-bottom: 60px;
}

.wifi-router__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 90px;
}

.wifi-router__left-img {
  margin-bottom: 8px;
}

.wifi-router__left-info {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #202124;
}

.wifi-router__right-name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 40px;
}

.wifi-router__right-item {
  background: rgba(248, 249, 250, 0.8);
  border-radius: 20px;
  padding: 20px 20px 20px 60px;
  margin-bottom: 20px;
}

.wifi-router__right-item:last-child {
  margin-bottom: 0;
}

.wifi-router__right-item__name {
  font-size: 18px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 10px;
  position: relative;
}

.wifi-router__right-item__name::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 3px;
  background-image: url(../images/icon/barrier-iten-icon.svg);
  width: 20px;
  height: 20px;
}

.wifi-router__right-item__info {
  font-size: 16px;
}

.equipment-line {
  position: relative;
  margin: 0 40px;
  margin-top: 50px;
  background: rgba(248, 249, 250, 0.8);
  border-radius: 30px;
}

.equipment-line.equipment-line__left .equipment-line__bg {
  left: 0;
  bottom: -100px;
}

.equipment-line__bg {
  position: absolute;
  z-index: -1;
  bottom: -130px;
  right: 0;
}

.equipment-line__inner {
  padding: 60px 0 40px;
}

.equipment-line__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.equipment-line__item-inner {
  padding: 40px 30px;
  max-width: 310px;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
          box-shadow: 0px 5px 15px rgba(0, 0, 36, 0.07);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  position: relative;
}

.equipment-line__item-head {
  padding: 5px 14px;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0079C2;
  border-radius: 10px;
  text-align: center;
}

.equipment-line__item-head__prise {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
}

.equipment-line__item-head__prise span {
  color: #48d597;
}

.equipment-line__item-head__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  white-space: nowrap;
}

.equipment-line__item-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #202124;
  margin-bottom: 20px;
}

.equipment-line__item-info {
  background: #F8F9FA;
  border-radius: 15px;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  margin-bottom: 20px;
}

.equipment-line__item-price {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #0079C2;
  margin-bottom: 20px;
}

.equipment-line__item-price span {
  margin-left: 5px;
  font-size: 26px;
  color: #9FA3B0;
}

.equipment-line__item-price p {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #9FA3B0;
}

.equipment-line__item-btn {
  max-width: 217px;
  width: 100%;
  border-radius: 15px;
  margin: 0 auto;
}

.equipment-line__info {
  max-width: 754px;
  margin: 0 auto;
  text-align: center;
}

.equipment-line__info span {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #202124;
}

.multimedia-center {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

.multimedia-center__bg {
  position: absolute;
  z-index: -1;
}

.multimedia-center__title {
  margin-bottom: 15px;
}

.multimedia-center__subtitle {
  margin-bottom: 60px;
}

.multimedia-center__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 90px;
}

.multimedia-center__left-img {
  margin-bottom: 8px;
}

.multimedia-center__left-info {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #202124;
}

.multimedia-center__right-name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 40px;
}

.multimedia-center__right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.multimedia-center__right-item {
  max-width: 357px;
  background: rgba(248, 249, 250, 0.8);
  border-radius: 20px;
  padding: 20px 20px 20px 60px;
  margin-bottom: 20px;
}

.multimedia-center__right-item:last-child {
  margin-bottom: 0;
}

.multimedia-center__right-item__name {
  font-size: 18px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 10px;
  position: relative;
}

.multimedia-center__right-item__name::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 3px;
  background-image: url(../images/icon/barrier-iten-icon.svg);
  width: 20px;
  height: 20px;
}

.multimedia-center__right-item__info {
  font-size: 16px;
}

.CCTV-equipment {
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}

.CCTV-equipment__bg {
  position: absolute;
  top: 20px;
  z-index: -1;
}

.CCTV-equipment__bg-last {
  position: absolute;
  top: -445px;
  right: -130px;
  z-index: -1;
  max-width: 458px;
  width: 100%;
}

.CCTV-equipment__title {
  margin-bottom: 15px;
}

.CCTV-equipment__subtitle {
  margin-bottom: 60px;
}

.CCTV-equipment__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 90px;
  margin-top: 150px;
}

.CCTV-equipment__inner.mt-0 {
  margin-top: 0;
}

.CCTV-equipment__left {
  max-width: 500px;
  width: 100%;
}

.CCTV-equipment__left-img {
  margin-bottom: 8px;
}

.CCTV-equipment__left-info {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #202124;
}

.CCTV-equipment__right-name {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 40px;
}

.CCTV-equipment__right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.CCTV-equipment__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 355px;
  margin-bottom: 30px;
  width: 100%;
}

.CCTV-equipment__right-item__icon {
  margin-right: 25px;
}

.fivestars {
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.fivestars__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fivestars__left {
  max-width: 632px;
}

.fivestars__left-title {
  margin-bottom: 15px;
}

.fivestars__left-title span {
  font-weight: 500;
}

.fivestars__left-subtitle {
  margin-bottom: 30px;
}

.fivestars__right {
  position: relative;
}

.fivestars__right-text {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #9FA3B0;
  margin-bottom: -45px;
}

.fivestars__right-bg {
  position: absolute;
  right: -260px;
  top: -227px;
  z-index: -1;
}

.fivestars__right {
  max-width: 530px;
  width: 100%;
}

.fivestars__right-img {
  position: relative;
  right: -106px;
}

.fivestars__right-info {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #202124;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 15px;
  position: absolute;
  z-index: 10;
}

.fivestars__right-info__1 {
  top: 105px;
  right: 0;
}

.fivestars__right-info__2 {
  bottom: 134px;
  left: 64px;
}

.fivestars-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fivestars-about__left {
  max-width: 593px;
  border: 1px solid #9FA3B0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 76px 38px 76px 60px;
}

.fivestars-about__left-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 40px;
}

.fivestars-about__left-info {
  font-size: 20px;
  line-height: 140%;
}

.fivestars-about__right {
  max-width: 668px;
  padding: 50px;
  background: rgba(248, 249, 250, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px;
}

.fivestars-about__right-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #202124;
  text-align: center;
  margin-bottom: 48px;
}

.fivestars-about__right-name span {
  margin-left: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}

.fivestars-about__right-name span::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -10px;
  width: 41px;
  height: 39px;
  background-image: url(../images/five-stars/star.png);
}

.fivestars-about__right-line {
  border-top: 1px solid #CCCCCC;
  padding: 23px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fivestars-about__right-line__left {
  font-size: 20px;
  line-height: 140%;
  min-width: 194px;
  margin-right: 69px;
}

.fivestars-about__right-line__right {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #202124;
}

.fivestars-about__right-line__right-price {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #0079C2;
}

.fivestars-about__right-line__right-price__box {
  font-weight: 500;
  line-height: 12px;
  color: #9FA3B0;
  text-align: center;
}

.fivestars-about__right-line__right-price__box span {
  font-size: 26px;
}

.fivestars-about__right-line__right-price__box p {
  font-size: 14px;
}

.fivestars-about__right-btn {
  max-width: 217px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 15px;
}

.fivestars-router {
  overflow: hidden;
  position: relative;
  padding-bottom: 200px;
}

.fivestars-router__bg {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}

.fivestars-router__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fivestars-router__left {
  margin-right: 100px;
  position: relative;
}

.fivestars-router__left::after {
  content: '';
  width: 862px;
  height: 286px;
  background: #0079C2;
  opacity: 0.1;
  border-radius: 0px 143px 143px 0px;
  position: absolute;
  left: -327px;
  bottom: -25px;
  z-index: -1;
}

.fivestars-router__right-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 40px;
}

.fivestars-router__right-info {
  font-size: 16px;
  margin-bottom: 40px;
}

.fivestars-router__right-btn {
  max-width: 217px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 15px;
}

.fivestars-multimedia {
  overflow: hidden;
  padding-bottom: 200px;
}

.fivestars-multimedia__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fivestars-multimedia__left {
  max-width: 601px;
}

.fivestars-multimedia__left-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #202124;
  margin-bottom: 40px;
}

.fivestars-multimedia__left-info {
  font-size: 16px;
  margin-bottom: 40px;
}

.fivestars-multimedia__left-btn {
  max-width: 217px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
          box-shadow: 0px 5px 15px rgba(0, 129, 34, 0.21);
  border-radius: 15px;
}

.fivestars-multimedia__right {
  position: relative;
}

.fivestars-multimedia__right::after {
  content: '';
  width: 914px;
  height: 286px;
  background: #48D597;
  opacity: 0.1;
  border-radius: 0px 143px 143px 0px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  right: -397px;
  top: 65px;
  z-index: -1;
}

/*
footer
*/
.footer {
  background: #202124;
  padding: 100px 0 40px;
}

.footer__top {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__top-item__title {
  color: #48D597;
}

.footer__top-list {
  margin-top: 15px;
}

.footer__top-list-item {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 10px;
}

.footer__top-list-link {
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.6);
}

.footer__top-list-link:hover {
  color: white;
}

.footer__bottom-links {
  width: 321px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.footer__bottom-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -13px;
}

.footer__bottom-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__bottom-ratings {
  max-width: 335px;
  width: 100%;
}

.footer__bottom-ratings-link {
  display: block;
}

.footer__bottom-ratings-link + .footer__bottom-ratings-link {
  margin-top: 20px;
}

.footer__bottom-copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  max-width: 335px;
  width: 100%;
}

.footer__bottom-app-link,
.footer__bottom-soc-link,
.footer__bottom-ratings-link {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.footer__bottom-app-link:hover,
.footer__bottom-soc-link:hover,
.footer__bottom-ratings-link:hover {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.footer__bottom-app-img {
  width: 100%;
}

@media (max-width: 1330px) {
  .footer__bottom-ratings-img {
    width: 80%;
  }
  .footer__bottom-ratings {
    max-width: 280px;
  }
  .footer__bottom-copy {
    font-size: 14px;
  }
  .footer__bottom-links {
    width: 280px;
  }
}

@media (max-width: 1070px) {
  .footer__bottom {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__bottom-copy,
  .footer__bottom-ratings,
  .footer__bottom-links {
    margin-bottom: 15px;
  }
  .checkbox-item__title {
    margin: 15px 0;
  }
  .feedback__form-input-inner {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .footer__top {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__top-item:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .footer__top-item--inner {
    padding: 0 15px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer__top {
    padding-bottom: 20px;
  }
  .footer__bottom {
    margin-top: 20px;
  }
}

@media (max-width: 601px) {
  .footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__bottom-copy, .footer__bottom-ratings, .footer__bottom-links {
    text-align: center;
  }
}

@media (max-width: 481px) {
  .footer__top-item:last-child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: block;
    margin-top: 10px;
  }
  .footer__top-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-top: 10px;
  }
}

@media (max-width: 1750px) {
  .premium__item,
  .premium__item.premium__item-big {
    padding-left: 120px;
    margin-top: -1px;
  }
}

@media (max-width: 1435px) {
  .services__item {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    min-height: 180px;
    padding: 23px 10px 18px;
  }
  .services__item svg {
    width: 45px;
    height: 45px;
    margin-bottom: 16px;
  }
  .services-first .services__item {
    -ms-flex-preferred-size: 235px;
        flex-basis: 235px;
    min-height: 155px;
  }
}

@media (max-width: 1330px) {
  .connecting {
    padding: 0 10px 150px;
  }
  .connecting__item-name {
    font-size: 28px;
  }
  .connecting__item-text {
    margin-left: 40px;
  }
  .connecting__btn {
    font-size: 16px;
    padding: 9px 31px;
  }
  .promotions__info {
    margin-bottom: 47px;
  }
  .promotions__item-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .promotions__item-info {
    font-size: 14px;
  }
  .online__left {
    max-width: 600px;
  }
  .online__title::after {
    left: -45px;
    top: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 104px;
    height: 124px;
  }
  .online__item {
    -ms-flex-preferred-size: 207px;
        flex-basis: 207px;
  }
  .rate__item {
    max-width: 312px;
  }
  .rate__list-item {
    width: 288px;
  }
  .rate__descr {
    max-width: 793px;
  }
  .rate__item-title {
    font-size: 20px;
  }
  .rate__item-title span {
    font-size: 15px;
    width: 38px;
    height: 36px;
    padding-top: 7px;
  }
  .rate__item-btn {
    font-size: 16px;
  }
  .rate__descr {
    font-size: 16px;
  }
  .contact-manager__title {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .contact-manager__info-title {
    font-size: 28px;
  }
  .contact-manager__info-text {
    font-size: 20px;
  }
  .contact-manager__item-name {
    font-size: 18px;
  }
  .contact-manager__item-number {
    font-size: 20px;
  }
  .TVmore__list-item {
    max-width: 291px;
  }
  .TVmore__list-item--title {
    font-size: 18px;
  }
  .TVmore__list-item--descr {
    font-size: 16px;
  }
  .premium__item.premium__item-big {
    padding: 50px 0 50px 120px;
  }
  .premium__item {
    background-position: bottom;
  }
  .premium__item {
    padding: 20px 0 20px 120px;
  }
  .premium__item-block-title {
    font-size: 18px;
    margin-top: 5px;
  }
  .premium__item-block-descr {
    font-size: 14px;
    margin-top: 5px;
  }
  .premium__item-block-btn {
    margin-top: 10px;
  }
  .premium__item-block {
    max-width: 360px;
    width: 100%;
  }
  .surveillance-home__item-icon {
    margin-right: 20px;
  }
  .surveillance-flat__list {
    margin-top: 0;
    max-width: 700px;
  }
  .surveillance-flat__img {
    width: 400px;
  }
  .surveillance-characteristics {
    padding: 36px 15px;
    max-width: 1080px;
  }
  .surveillance-characteristics__left-name {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .surveillance-characteristics__left-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .surveillance-characteristics__left-item {
    padding: 20px;
    max-width: 215px;
  }
  .surveillance-characteristics__left-item__name {
    font-size: 18px;
  }
  .surveillance-characteristics__left-item__info {
    font-size: 14px;
  }
  .surveillance-characteristics__right-item {
    padding: 19px 0;
  }
  .surveillance-characteristics__right-name {
    font-size: 28px;
  }
  .surveillance-characteristics__right-item__right {
    font-size: 30px;
  }
  .surveillance-characteristics__right-item__right-box {
    font-size: 20px;
  }
  .surveillance-characteristics__right-item__right-box span:last-child {
    font-size: 10px;
  }
  .smart__content {
    padding: 45px 30px;
  }
  .smart__title-main {
    margin-bottom: 10px;
  }
  .barrier__left {
    max-width: 510px;
  }
  .barrier__left-title {
    font-size: 28px;
  }
  .barrier__left-subtitle {
    margin-bottom: 18px;
  }
  .barrier__img {
    width: 308px;
  }
  .barrier__text {
    margin-bottom: 40px;
  }
  .barrier__item {
    -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
  }
  .intercom__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .intercom__right {
    -ms-flex-preferred-size: 798px;
        flex-basis: 798px;
  }
  .intercom__img {
    margin-top: -230px;
  }
  .app__men {
    width: 319px;
    top: -188px;
    left: 50px;
  }
  .app__content {
    padding: 50px;
  }
  .app__left {
    max-width: 510px;
  }
  .app__title {
    margin-bottom: 25px;
  }
  .app__info {
    margin-bottom: 40px;
  }
  .app__btn img {
    width: 180px;
  }
  .app__img {
    width: 305px;
    right: 8%;
    top: -90px;
  }
  .perimeters__title {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .perimeters__item {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
  .connection {
    padding: 0 60px 210px;
  }
  .connection__title {
    margin-bottom: 20px;
  }
  .connection__text {
    max-width: 488px;
    margin-bottom: 45px;
  }
  .connection__btn {
    width: 203px;
  }
  .free-services__item {
    padding: 47px;
  }
  .free-services__item:nth-child(2n) .free-services__left {
    margin-right: 50px;
    margin-left: 10px;
  }
  .free-services__left {
    margin-right: 10px;
    margin-left: 50px;
  }
  .free-services__text {
    margin-right: 10px;
  }
  .about-gallery {
    padding: 0;
  }
  .about-gallery__item {
    -ms-flex-preferred-size: 317px;
        flex-basis: 317px;
  }
  .about-bottom__title {
    font-size: 28px;
  }
  .about-bottom__box-text {
    font-size: 18px;
  }
  .about-bottom__box-info {
    font-size: 18px;
  }
  .instruction__step-left {
    max-width: 456px;
  }
  .instruction__step-number {
    font-size: 32px;
  }
  .instruction__step-text p {
    font-size: 20px;
  }
  .instruction__step-right img {
    width: 234px;
  }
  .payment__title {
    margin-bottom: 47px;
  }
  .payment__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .payment__item {
    max-width: 485px;
    padding: 28px 28px 28px 10px;
    min-height: 191px;
  }
  .payment__item-name {
    font-size: 18px;
  }
  .payment-where__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .payment-where__item {
    -ms-flex-preferred-size: 463px;
        flex-basis: 463px;
  }
  .payment-where__item-img {
    min-width: auto;
  }
  .payment-where__item-img img {
    width: 50px;
  }
  .payment-where__item-text p {
    font-size: 16px;
  }
  .form-main {
    padding: 60px 50px;
  }
  .form-main__input {
    max-width: 678px;
  }
  .form-main__textarea {
    max-width: 678px;
  }
  .wifi-router__left-img {
    width: 390px;
  }
  .wifi-router__left-info {
    font-size: 24px;
  }
  .wifi-router__right-item {
    padding: 12px 20px 12px 46px;
  }
  .wifi-router__right-item__name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .wifi-router__right-item__name::after {
    background-size: cover;
    width: 10px;
    height: 10px;
    left: -22px;
    top: 5px;
  }
  .wifi-router__right-item__info {
    font-size: 14px;
    line-height: 140%;
  }
  .equipment-line__item {
    max-width: 286px;
  }
  .equipment-line__item-name {
    margin-bottom: 24px;
  }
  .equipment-line__item-info {
    font-size: 14px;
    padding: 9px 15px;
    margin-bottom: 15px;
  }
  .equipment-line__item-price {
    font-size: 32px;
  }
  .equipment-line__item-price p {
    font-size: 14px;
  }
  .equipment-line__item-btn {
    padding: 9px;
    max-width: 170px;
  }
  .equipment-line__info span {
    font-size: 16px;
  }
  .multimedia-center__inner {
    gap: 60px;
  }
  .multimedia-center__left-img {
    width: 332px;
  }
  .multimedia-center__left-info {
    font-size: 24px;
  }
  .multimedia-center__right-item {
    padding: 12px 20px 12px 46px;
    max-width: 276px;
  }
  .multimedia-center__right-item__name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .multimedia-center__right-item__name::after {
    background-size: cover;
    width: 10px;
    height: 10px;
    left: -22px;
    top: 5px;
  }
  .multimedia-center__right-item__info {
    font-size: 14px;
    line-height: 140%;
  }
  .CCTV-equipment__left-img {
    max-width: 400px;
    width: 100%;
  }
  .CCTV-equipment__right-item {
    max-width: 270px;
  }
  .CCTV-equipment__right-item__icon {
    margin-right: 20px;
    max-width: 56px;
    min-width: 56px;
    min-height: 56px;
  }
}

@media (max-width: 1330px) {
  .main-slider .slick-btn {
    width: 40px;
    height: 40px;
  }
  .main-slider__item-more {
    font-size: 12px;
    right: 130px;
    bottom: 25px;
    padding: 10.5px 19px;
  }
  .main-slider__prev {
    right: 80px;
  }
  .main-slider__dots li {
    margin-right: 17px;
  }
  .main-slider__dots button {
    width: 8px;
    height: 8px;
  }
  .inet-slider__item-title {
    font-size: 52px;
    margin-bottom: 24px;
  }
  .inet-slider__item-title::after {
    margin-top: 24px;
  }
  .inet-slider__item-img {
    width: 500px;
  }
  .landline__title-main {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .landline__subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .landline__title {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .landline__content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .landline-item {
    width: 298px;
    min-height: 403px;
  }
  .landline-item__top {
    margin-bottom: 24px;
  }
  .landline-item__top-text {
    font-size: 18px;
  }
  .landline-item__line {
    padding: 12px 17px;
  }
  .landline-item__line-text {
    font-size: 12px;
  }
  .landline-item__line-price {
    font-size: 22px;
  }
  .landline-item__line-price__box {
    font-size: 11px;
  }
  .landline-item__prices {
    font-size: 32px;
    margin-bottom: 19px;
  }
  .landline-item__price-box {
    font-size: 20px;
  }
  .landline-item__price-box span:last-child {
    font-size: 11px;
  }
  .apps-page__item {
    -ms-flex-preferred-size: 282px;
        flex-basis: 282px;
  }
  .apps-page__item-icon {
    margin-right: 22px;
  }
  .apps-page__item-text {
    font-size: 14px;
    max-width: 202px;
  }
  .contacts-bottom__col {
    -ms-flex-preferred-size: 261px;
        flex-basis: 261px;
  }
  .contacts-bottom__name {
    font-size: 18px;
    min-height: 75px;
    margin-bottom: 30px;
  }
  .contacts-bottom__link {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .free-wifi {
    overflow: hidden;
  }
  .free-wifi__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .free-wifi__left {
    max-width: 492px;
  }
  .free-wifi__img {
    width: 420px;
  }
  .free-wifi__box {
    padding: 30px;
  }
  .free-wifi__box-btn {
    padding: 8px 0;
    max-width: 125px;
  }
  .wifi-zones__map {
    -ms-flex-preferred-size: 550px;
        flex-basis: 550px;
    max-width: 550px;
  }
  .wifi-zones__map script {
    width: 100%;
  }
  .wifi-zones__adres {
    -ms-flex-preferred-size: 389px;
        flex-basis: 389px;
  }
  .wifi-zones__item {
    height: 86px;
    padding: 16px 45px;
  }
  .wifi-zones__item-name {
    font-size: 18px;
  }
  .wifi-zones__item-info {
    font-size: 16px;
  }
  .form-request {
    padding: 50px 70px;
  }
  .form-request__left {
    max-width: 365px;
  }
  .form-request__right {
    max-width: 423px;
  }
  .form-request__subtitle {
    font-size: 16px;
  }
  .form-request__agreement-text {
    margin-left: 20px;
    font-size: 16px;
    max-width: 344px;
  }
  .form-request__input-locality {
    -ms-flex-preferred-size: 267px;
        flex-basis: 267px;
  }
  .form-request__input-street {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
  }
  .form-request__input-home {
    -ms-flex-preferred-size: 71px;
        flex-basis: 71px;
  }
  .TVmore__rate-text {
    max-width: 363px;
  }
  .TVmore__rate-text__title {
    font-size: 28px;
  }
  .TVmore__block-blue, .TVmore__block-green {
    max-width: 298px;
  }
  .TVmore__block-title {
    font-size: 18px;
  }
  .invite-main .main-slider__arr {
    bottom: 0;
  }
  .invite-main__item-left {
    -ms-flex-preferred-size: 462px;
        flex-basis: 462px;
  }
  .invite-main__item-title {
    font-size: 52px;
    margin-bottom: 20px;
  }
  .invite-main__item-info {
    margin-bottom: 20px;
  }
  .invite-cctv__info {
    font-size: 16px;
    max-width: 699px;
  }
  .invite-cctv__content-left {
    margin-right: 15px;
  }
  .invite-cctv__item-icon {
    margin-right: 19px;
    width: 50px;
    height: 50px;
  }
  .invite-cctv__item-info {
    font-size: 15px;
  }
  .invite-cctv__img-box::after {
    right: -35px;
    top: -35px;
    width: 88px;
    height: 88px;
  }
  .invite-cctv__img-box::before {
    width: 49px;
    height: 49px;
  }
  .invite-cctv__img-bg {
    width: 162px;
  }
  .invite-cctv__img {
    width: 225px;
  }
  .telemetry-top__left {
    -ms-flex-preferred-size: 576px;
        flex-basis: 576px;
  }
  .telemetry-top__right {
    -ms-flex-preferred-size: 374px;
        flex-basis: 374px;
  }
  .telemetry-bottom__left {
    -ms-flex-preferred-size: 570px;
        flex-basis: 570px;
    padding: 40px 30px;
  }
  .telemetry-bottom__item-icon {
    margin-right: 23px;
  }
  .telemetry-bottom__item-icon img {
    width: 47px;
  }
  .telemetry-bottom__item-name {
    font-size: 16px;
  }
  .telemetry-bottom__item-info {
    font-size: 14px;
  }
  .telemetry-bottom__right {
    -ms-flex-preferred-size: 414px;
        flex-basis: 414px;
  }
  .telemetry-bottom__img-box::after {
    width: 83px;
    height: 83px;
    border-radius: 23px;
  }
  .telemetry-bottom__img-box::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 15px;
    bottom: -30px;
  }
  .telemetry-bottom__img-bg {
    width: 222px;
    top: -11px;
    left: -14px;
  }
  .indoor-wifi__left {
    -ms-flex-preferred-size: 377px;
        flex-basis: 377px;
  }
  .indoor-wifi__right {
    -ms-flex-preferred-size: 543px;
        flex-basis: 543px;
  }
  .indoor-wifi__items {
    margin-bottom: 40px;
  }
  .indoor-wifi__item {
    margin-bottom: 31px;
  }
  .indoor-wifi__item-icon {
    min-width: 47px;
    width: 47px;
    height: 47px;
    margin-right: 19px;
  }
  .networks-scs__left {
    -ms-flex-preferred-size: 516px;
        flex-basis: 516px;
  }
  .networks-scs__right {
    -ms-flex-preferred-size: 408px;
        flex-basis: 408px;
  }
  .networks-scs__title {
    margin-bottom: 10px;
  }
  .networks-scs__subtitle {
    margin-bottom: 20px;
  }
  .networks-scs__item {
    margin-bottom: 25px;
  }
  .scs-advantages__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px;
  }
  .scs-advantages__item {
    padding: 30px;
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
  }
  .scs-advantages__item-name {
    font-size: 16px;
  }
  .scs-advantages__item-info {
    font-size: 14px;
  }
  .scs-advantages__item-icon {
    width: 47px;
    height: 47px;
  }
  .technical-conditions__item {
    padding: 45px;
  }
  .technical-conditions__item-name {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .technical-conditions__list-item {
    margin-bottom: 20px;
  }
  .technical-conditions__item-text {
    font-size: 14px;
  }
  .invite-advantages__title {
    margin-bottom: 60px;
  }
  .invite-advantages__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .support-advise__top-btn {
    min-width: 191px;
    font-size: 14px;
  }
  .support-advise__item {
    padding: 30px;
  }
  .support-advise__item-line {
    padding: 5px;
    margin-right: 30px;
  }
  .support-advise__item-icon {
    min-width: 60px;
    min-height: 60px;
  }
  .area-name {
    font-size: 18px;
  }
  .area__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    row-gap: 30px;
  }
  .area__tariff {
    -ms-flex-preferred-size: 577px;
        flex-basis: 577px;
  }
  .area__tariff-left {
    padding-right: 47px;
  }
  .area__tariff-card {
    width: 295px;
    height: 180px;
    padding: 23px;
    border-radius: 20px;
  }
  .area__tariff-card-name {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .area__tariff-card-star {
    width: 20px;
  }
  .area__tariff-card__info-text {
    font-size: 11px;
    margin-bottom: 2px;
  }
  .area__tariff-card__info-number {
    font-size: 14px;
  }
  .area__tariff-card__condition-text {
    font-size: 11px;
    margin-bottom: 2px;
  }
  .area__tariff-card__condition-status {
    font-size: 14px;
  }
  .area__tariff-right {
    -ms-flex-preferred-size: 133px;
        flex-basis: 133px;
  }
  .area__tariff-right__item {
    margin-bottom: 12px;
  }
  .area__tariff-right__fee {
    font-size: 32px;
  }
  .area__tariff-right__fee-box {
    font-size: 20px;
  }
  .area__tariff-right__fee-box span:last-child {
    font-size: 14px;
  }
  .area__tariff-right__item-name {
    font-size: 11px;
  }
  .area__tariff-right__item-box {
    font-size: 24px;
  }
  .area__tariff-right__item-box span {
    font-size: 11px;
  }
  .area__tariff-right__btn {
    font-size: 14px;
    padding: 6.5px;
  }
  .area__person {
    -ms-flex-preferred-size: 392px;
        flex-basis: 392px;
    padding: 23px 27px;
  }
  .area__person-top {
    margin-bottom: 17px;
  }
  .area__person-avatar {
    margin-right: 24px;
  }
  .area__person-top__name {
    font-size: 18px;
  }
  .area__person-top__change {
    font-size: 12px;
  }
  .area__person-item {
    padding: 8px 16px;
    margin-bottom: 16px;
  }
  .area__person-item__text {
    font-size: 11px;
  }
  .area__person-item__info {
    font-size: 14px;
  }
  .area__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    row-gap: 30px;
  }
  .area__payment {
    -ms-flex-preferred-size: 466px;
        flex-basis: 466px;
    padding: 24px 26px;
  }
  .area__payment-top {
    margin-bottom: 31px;
  }
  .area__payment-top__text {
    font-size: 18px;
  }
  .area__payment-top__sum {
    font-size: 32px;
  }
  .area__payment-text {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .area__payment-list {
    margin-bottom: 24px;
  }
  .area__payment-link img {
    width: 91px;
  }
  .area__payment-btn {
    font-size: 14px;
    padding: 7.5px;
    max-width: 259px;
  }
  .area__services {
    -ms-flex-preferred-size: 502px;
        flex-basis: 502px;
  }
  .area__services-name {
    font-size: 18px;
  }
  .area__services-item {
    padding: 18px;
    width: 156px;
    height: 132px;
  }
  .area__services-item-name {
    font-size: 16px;
  }
  .area__services-item-icon {
    width: 27px;
  }
  .area__tv {
    -ms-flex-preferred-size: 466px;
        flex-basis: 466px;
    padding: 24px 27px;
  }
  .area__tv-name {
    font-size: 18px;
  }
  .area__tv-content {
    margin-bottom: 15px;
  }
  .area__tv-line {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .area__tv-line__name {
    font-size: 14px;
  }
  .area__tv-line__info {
    font-size: 14px;
  }
  .area__tv-btn {
    max-width: 193px;
    padding: 7.5px;
    font-size: 14px;
  }
  .area__history {
    -ms-flex-preferred-size: 502px;
        flex-basis: 502px;
  }
  .area__history-name {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .area__history-top {
    font-size: 13px;
    line-height: 17px;
  }
  .area__history-line {
    padding-bottom: 9px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 17px;
  }
  .area__history-line__sum {
    font-size: 14px;
    line-height: 18px;
  }
  .area__bottom-left {
    -ms-flex-preferred-size: 313px;
        flex-basis: 313px;
  }
  .area__wifi {
    padding: 23px 27px;
  }
  .area__wifi-name {
    margin-bottom: 24px;
  }
  .area__wifi-password {
    font-size: 14px;
  }
  .area__wifi-btn {
    max-width: 126px;
    padding: 6.5px;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 12px;
  }
  .area__technical-parameters {
    padding: 23px 27px;
  }
  .area__technical-parameters__name {
    margin-bottom: 21px;
  }
  .area__technical-parameters__btn {
    padding: 7.5px;
    font-size: 14px;
  }
  .area__packages {
    -ms-flex-preferred-size: 313px;
        flex-basis: 313px;
    padding: 23px 27px;
  }
  .area__packages-name {
    margin-bottom: 21px;
  }
  .area__packages-info {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .area__packages-btn {
    padding: 7.5px;
  }
  .area__stop {
    -ms-flex-preferred-size: 313px;
        flex-basis: 313px;
    padding: 23px 27px;
  }
  .area__stop-info {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .legal-slider .slick-arrow {
    bottom: 50px;
  }
  .legal-slider__item-left {
    -ms-flex-preferred-size: 635px;
        flex-basis: 635px;
  }
  .legal-slider__item-title {
    font-size: 52px;
    margin-bottom: 20px;
  }
  .legal-slider__item-title:after {
    margin-top: 20px;
  }
  .legal-slider__item-info {
    margin-bottom: 40px;
  }
  .legal-slider__img {
    width: 490px;
  }
  .legal-serv__item {
    padding: 40px 30px;
  }
  .legal-serv__img {
    width: 50px;
    margin-bottom: 12px;
  }
  .legal-serv__name {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .legal-serv__info {
    font-size: 15px;
  }
  .legal-cctv__left {
    -ms-flex-preferred-size: 522px;
        flex-basis: 522px;
  }
  .legal-cctv__title {
    margin-bottom: 25px;
  }
  .legal-cctv__info {
    margin-bottom: 40px;
  }
  .legal-cctv__btn {
    padding: 7.5px;
    width: 100%;
    max-width: 170px;
  }
  .legal-cctv__right {
    -ms-flex-preferred-size: 462px;
        flex-basis: 462px;
  }
  .legal-cctv__bottom {
    padding: 45px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .legal-cctv__item {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
  }
  .legal-cctv__item-icon {
    min-width: 47px;
    min-height: 47px;
    margin-right: 20px;
  }
  .legal-cctv__item-icon img {
    width: 30px;
  }
  .legal-cctv__item-info {
    font-size: 14px;
  }
  .сonnect-cctv__title {
    margin-bottom: 68px;
  }
  .сonnect-cctv__item-inner {
    height: 132px;
  }
  .сonnect-cctv__item-number {
    top: -21px;
    right: 21px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .сonnect-cctv__item-info {
    font-size: 18px;
  }
  .сonnect-cctv .landline__arr {
    top: -65px;
  }
  .legal-tariffs__item {
    -ms-flex-preferred-size: 238px;
        flex-basis: 238px;
  }
  .legal-tariffs__item-inner {
    padding: 30px 16px;
    min-height: 347px;
  }
  .legal-tariffs__item-name {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .legal-tariffs__item-line {
    padding: 12px 15px;
  }
  .legal-tariffs__item-line__name {
    font-size: 13px;
  }
  .legal-tariffs__item-line__info {
    font-size: 22px;
  }
  .legal-tariffs__item-line__info span {
    font-size: 11px;
  }
  .legal-tariffs__item-price__text {
    font-size: 14px;
  }
  .legal-tariffs__item-price__num {
    font-size: 32px;
  }
  .legal-tariffs__item-price__box {
    font-size: 20px;
  }
  .legal-tariffs__item-price__box span:last-child {
    font-size: 11px;
  }
  .legal-wifi__left {
    -ms-flex-preferred-size: 576px;
        flex-basis: 576px;
  }
  .legal-wifi__right {
    -ms-flex-preferred-size: 345px;
        flex-basis: 345px;
  }
  .legal-wifi__img {
    width: 100%;
  }
  .legal-wifi__title {
    margin-bottom: 10px;
  }
  .legal-wifi__subtitle {
    margin-bottom: 20px;
  }
  .legal-wifi__info {
    margin-bottom: 40px;
  }
  .legal-wifi__line {
    margin-bottom: 40px;
  }
  .legal-wifi__line-icon {
    margin-right: 19px;
    min-width: 47px;
    min-height: 47px;
  }
  .legal-wifi__line-icon img {
    width: 25px;
  }
  .legal-wifi__bottom-title {
    margin-bottom: 40px;
  }
  .legal-wifi__item {
    -ms-flex-preferred-size: 297px;
        flex-basis: 297px;
  }
  .legal-wifi__item-inner {
    min-height: 304px;
  }
  .legal-wifi__item-top {
    padding: 12px 18px;
    margin-bottom: 24px;
  }
  .legal-wifi__item-name {
    font-size: 18px;
  }
  .legal-wifi__item-line {
    padding: 11px 18px;
  }
  .legal-wifi__item-line__name {
    font-size: 13px;
    max-width: 114px;
  }
  .legal-wifi__item-line__info {
    font-size: 22px;
  }
  .legal-wifi__item-line__info > span {
    font-size: 30px;
  }
  .legal-wifi__item-line__info-box span {
    font-size: 11px;
  }
  .legal-wifi__item-btn {
    padding: 6.5px;
    font-size: 16px;
  }
  .legal-office__title {
    margin-bottom: 10px;
  }
  .legal-office__subtitle {
    margin-bottom: 40px;
  }
  .legal-office__item {
    margin-bottom: 30px;
  }
  .legal-office__item-icon {
    margin-right: 20px;
    max-width: 47px;
    min-width: 47px;
    min-height: 47px;
  }
  .legal-office__item-icon img {
    width: 25px;
  }
  .legal-office__right {
    -ms-flex-preferred-size: 605px;
        flex-basis: 605px;
  }
  .legal-office__img {
    width: 100%;
  }
  .legal-colocation__left {
    -ms-flex-preferred-size: 769px;
        flex-basis: 769px;
  }
  .legal-colocation__title {
    margin-bottom: 10px;
  }
  .legal-colocation__subtitle {
    margin-bottom: 20px;
  }
  .legal-colocation__info {
    margin-bottom: 50px;
  }
  .legal-colocation__item {
    margin-bottom: 40px;
  }
  .legal-colocation__item-icon {
    margin-right: 24px;
    width: 47px;
  }
  .legal-colocation__item-name {
    font-size: 16px;
  }
  .legal-colocation__item-info {
    font-size: 14px;
  }
  .popup-more {
    overflow: scroll;
    height: auto;
  }
  .popup-more__content {
    max-width: 1000px;
  }
  .popup-more__content-title {
    margin-bottom: 52px;
  }
  .popup-more__items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 45px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 55px 0;
  }
  .popup-more__item {
    -ms-flex-preferred-size: 215px;
        flex-basis: 215px;
    height: 132px;
  }
  .popup-more__item-num {
    width: 42px;
    height: 42px;
    font-size: 18px;
    padding-top: 8px;
    top: -21px;
    right: 21px;
  }
  .popup-more__item-info {
    font-size: 18px;
  }
  .popup-more__list {
    row-gap: 45px;
  }
  .popup-more__list-item {
    -ms-flex-preferred-size: 419px;
        flex-basis: 419px;
  }
  .tabs__items {
    -ms-flex-preferred-size: 582px;
        flex-basis: 582px;
  }
  .tabs__tab {
    max-width: 582px;
  }
  .tabs__tab-left__list {
    padding: 24px 20px;
    border-radius: 15px;
  }
  .tabs__tab-left__top {
    width: 63px;
    height: 63px;
  }
  .tabs__tab-right__item {
    max-width: 416px;
    padding: 15px 22px;
  }
  .tabs__tab-right__item-icon {
    width: 53px;
    margin-right: 17px;
  }
  .tabs__tub-right__item-info {
    font-size: 17px;
  }
  .tabs__nav {
    margin-left: 20px;
    max-width: 291px;
  }
  .tabs__nav-item {
    margin-bottom: 23px;
  }
  .tabs__nav-item__num {
    min-width: 55px;
    min-height: 55px;
    width: 55px;
    height: 55px;
    font-size: 19px;
  }
  .sign {
    padding-left: 183px;
  }
  .sign::after {
    width: 183px;
  }
  .sign-fotm {
    max-width: 392px;
  }
  .sign-fotm__title {
    font-size: 36px;
    margin-bottom: 34px;
  }
  .sign-fotm__input {
    padding-bottom: 5px;
  }
  .sign-fotm__box {
    margin-bottom: 40px;
  }
  .sign-fotm__line {
    margin-bottom: 37px;
  }
  .sign-fotm__btn {
    margin-bottom: 13px;
  }
  .sign-fotm__text p {
    margin-bottom: 5px;
  }
  .application-form {
    max-width: 593px;
  }
  .application-form__title {
    font-size: 36px;
    margin-bottom: 13px;
  }
  .application-form__info {
    margin-bottom: 55px;
  }
  .application-form__box {
    margin-bottom: 58px;
  }
  .application-form__line {
    margin-bottom: 44px;
  }
  .application-form__input {
    max-width: 273px;
  }
  .application-form__input-street {
    max-width: 195px;
  }
  .application-form__input-home {
    max-width: 55px;
  }
  .application-form__agreement {
    margin-bottom: 23px;
  }
  .application-form__checkbox {
    margin-right: 19px;
  }
  .application-form__btn {
    max-width: 191px;
    padding: 9px;
  }
  .fivestars__right-text {
    font-size: 37px;
    margin-bottom: -35px;
  }
  .fivestars__right-info {
    font-size: 18px;
    padding: 11px 20px;
  }
  .fivestars__right-img {
    max-width: 400px;
  }
  .fivestars-about__left {
    max-width: 463px;
    padding: 59px 15px 59px 47px;
  }
  .fivestars-about__left-name {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .fivestars-about__left-info {
    font-size: 16px;
  }
  .fivestars-about__right {
    padding: 39px;
  }
  .fivestars-about__right-name {
    font-size: 20px;
    margin-bottom: 38px;
  }
  .fivestars-about__right-name span {
    font-size: 14px;
  }
  .fivestars-about__right-name span::after {
    background-size: cover;
    width: 32px;
    height: 31px;
    left: -12px;
    top: -8px;
  }
  .fivestars-about__right-line {
    padding: 18px 0;
  }
  .fivestars-about__right-line__left {
    font-size: 16px;
    min-width: 155px;
    margin-right: 56px;
  }
  .fivestars-about__right-line__right {
    font-size: 16px;
  }
  .fivestars-about__right-line__right-price {
    font-size: 32px;
  }
  .fivestars-about__right-line__right-price__box span {
    font-size: 20px;
  }
  .fivestars-about__right-line__right-price__box p {
    font-size: 14px;
  }
}

@media (max-width: 1030px) {
  .intercom__img {
    margin-top: -315px;
  }
  .about-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-bottom__title {
    min-height: auto;
    font-size: 28px;
  }
  .about-bottom__left {
    margin-bottom: 30px;
  }
  .about-bottom__box {
    margin-bottom: 21px;
  }
  .wifi-zones__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wifi-zones__map {
    max-width: 100%;
  }
  .wifi-zones__map script {
    width: 100%;
  }
  .wifi-zones__adres {
    height: auto;
    overflow-y: auto;
  }
  .wifi-zones__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wifi-zones__list-col {
    width: 100%;
  }
  .wifi-zones__item {
    padding: 20px 20px;
  }
  .app__img {
    right: 5px;
  }
}

@media (max-width: 965px) {
  .inet-slider__item-right {
    position: relative;
    overflow: hidden;
  }
  .inet-slider__item-img {
    margin-right: -155px;
  }
  .inet-slider__slider-arr {
    bottom: -50px;
  }
  .connecting__arr {
    width: 60px;
    height: 60px;
    border: 1px solid #DADCE0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: -90px;
    background: #fff;
  }
  .connecting__arr path {
    fill: #48D597;
  }
  .connecting__arr.slick-disabled {
    background: none;
  }
  .connecting__arr.slick-disabled path {
    fill: #fff;
  }
  .connecting__prev {
    right: 80px;
  }
  .connecting__next {
    right: 0;
  }
  .connecting__item {
    max-width: 382px;
    margin-right: 60px;
  }
  .services {
    padding: 180px 0;
  }
  .services__bg {
    display: none;
  }
  .profitable__title {
    max-width: 245px;
  }
  .profitable__item-bg {
    max-width: 60px;
  }
  .profitable__item {
    max-width: 237px;
  }
  .profitable__item-3 {
    max-width: 402px;
  }
  .profitable__item-4 {
    max-width: 328px;
  }
  .profitable__item-top {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 39px;
  }
  .profitable__item-name {
    font-size: 28px;
  }
  .profitable__item-review {
    font-size: 12px;
  }
  .profitable__item-review__img {
    width: 15px;
  }
  .profitable__item-reviews {
    margin-bottom: 53px;
  }
  .profitable__item-bottom {
    font-size: 18px;
  }
  .profitable__item-bottom__price {
    font-size: 32px;
  }
  .profitable__item-bottom__box span {
    font-size: 20px;
  }
  .profitable__item-bottom__box span:last-child {
    font-size: 11px;
  }
  .profitable__item-info {
    font-size: 18px;
  }
  .rate {
    padding: 0;
  }
  .rate-container {
    padding: 60px 0;
  }
  .rate__title-mob {
    display: block;
  }
  .rate__men {
    display: none;
  }
  .rate__arr {
    width: 50px;
    height: 50px;
    border: 1px solid #DADCE0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: -90px;
    background: #fff;
  }
  .rate__arr path {
    fill: #48D597;
  }
  .rate__prev {
    right: 80px;
  }
  .rate__next {
    right: 0;
  }
  .rate-bg-el {
    display: none;
  }
  .TVmore__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .TVmore__list {
    padding: 60px 0;
  }
  .TVmore__rate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .TVmore__rate-text {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .TVmore__block-inner {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .TVmore__block-title {
    font-size: 18px;
  }
  .TVmore__block-green {
    margin-right: 10px;
  }
  .TVmore__block-price-num {
    font-size: 31px;
  }
  .TVmore__block-sum,
  .TVmore__block-price {
    font-size: 14px;
  }
  .premium__item {
    background-image: none !important;
    background-color: #211A26;
  }
  .premium__item.premium__item-big,
  .premium__item {
    padding-left: 0;
  }
  .premium__item-block {
    padding: 0 10px;
    margin-left: 0;
    max-width: 100%;
  }
  .premium__item-img__mob {
    display: block;
    text-align: center;
  }
  .premium__title {
    text-align: center;
    padding-left: 0;
  }
  .premium__item.premium__item-big, .premium__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .premium__item-img__mob {
    max-width: 600px;
    margin-left: 20px;
  }
  .premium__item-img__mob img {
    width: 100%;
  }
  .premium__item.premium__item-big {
    padding: 0px 0 0px 0px;
  }
  .surveillance-home__img {
    width: 409px;
  }
  .surveillance-characteristics__left-item {
    max-width: 276px;
  }
  .surveillance-characteristics__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .surveillance-characteristics__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .surveillance-characteristics__right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .landline__bg {
    display: none;
  }
  .smart {
    padding: 0 0 100px;
  }
  .smart__content {
    padding: 60px 0;
  }
  .barrier__img {
    margin-right: -70px;
  }
  .barrier__itms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .barrier__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 30px;
  }
  .intercom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intercom__left {
    width: 100%;
  }
  .intercom__right {
    display: none;
  }
  .intercom__img-mob {
    display: block;
    width: 100%;
  }
  .app {
    padding: 240px 0 284px;
  }
  .app__content {
    padding: 50px 0;
    padding-right: 110px;
  }
  .app__bg {
    display: none;
  }
  .app__img {
    right: -160px;
  }
  .perimeters__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .perimeters__item {
    margin-bottom: 20px;
  }
  .connection {
    padding: 0 20px 190px;
  }
  .connection__content {
    padding: 60px 10px;
  }
  .connection__form {
    display: block;
  }
  .connection__form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .connection__input {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .free-services__item {
    padding: 35px;
  }
  .free-services__img {
    width: 363px;
  }
  .about__right {
    max-width: 500px;
  }
  .about__img {
    width: 100%;
  }
  .form-main__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-main__top-title {
    margin-bottom: 40px;
  }
  .form-main__input {
    max-width: 478px;
  }
  .form-main__textarea {
    max-width: 478px;
  }
  .form-main__confirmationinput {
    max-width: 170px;
  }
  .apps-page {
    padding: 60px 0 100px;
  }
  .apps-page__items-inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .for-pc {
    padding: 0;
  }
  .for-pc__content {
    border-radius: 0;
    padding: 60px 0px;
  }
  .for-pc__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .for-pc__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .for-pc__btn {
    display: none;
  }
  .for-pc__btn-mob {
    margin-top: 20px;
    display: block;
  }
  .for-tv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .for-tv__right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .for-tv__box {
    padding: 30px 20px;
  }
  .for-tv__link {
    display: block;
    text-align: center;
  }
  .for-mob__content {
    border-radius: 0;
    padding: 60px 0px;
  }
  .for-mob__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .for-mob__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .for-mob__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .documentation__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .documentation__item-info {
    font-size: 14px;
  }
  .contacts-page__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-page__item-left {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 326px;
  }
  .contacts-page__item-right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 500px;
  }
  .contacts-bottom__col {
    -ms-flex-preferred-size: 284px;
        flex-basis: 284px;
    margin-bottom: 40px;
  }
  .contacts-bottom__col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .contacts-bottom__col:last-child .contacts-bottom__name {
    min-height: auto;
    margin-right: 94px;
  }
  .contacts-bottom__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .free-wifi__box-text {
    font-size: 18px;
  }
  .free-wifi__right {
    position: relative;
    width: 527px;
  }
  .free-wifi__img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .free-wifi__bottom {
    width: 700px;
  }
  .form-request {
    padding: 40px;
  }
  .form-request__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-request__left {
    margin-bottom: 40px;
  }
  .form-request__right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
  }
  .form-request__adres {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-request__adres input {
    margin-right: 25px;
  }
  .form-request__adres input:last-child {
    margin-right: 0;
  }
  .form-request__agreement {
    position: static;
    margin-bottom: 40px;
  }
  .form-request__agreement-text {
    max-width: 100%;
  }
  .invite-cctv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .invite-cctv__img-box-mob {
    display: inline-block;
  }
  .invite-cctv__content {
    margin: 0  auto;
  }
  .invite-cctv__content-right {
    display: none;
  }
  .invite-cctv__content-left {
    margin-right: 0;
  }
  .telemetry-top__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .telemetry-top__right {
    display: none;
  }
  .telemetry-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .telemetry-bottom__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .telemetry-bottom__right-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .telemetry-top__img-mob {
    display: block;
  }
  .legal-slider .slick-arrow {
    bottom: 0;
  }
  .legal-slider__item-title {
    font-size: 35px;
  }
  .legal-slider__right {
    position: relative;
  }
  .legal-slider__item-img {
    width: 351px;
    left: 0;
  }
  .multimedia-center__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .multimedia-center__right-box {
    gap: 10px;
  }
  .multimedia-center__right-item {
    max-width: 48%;
  }
  .equipment-line {
    margin: 0;
    margin-top: 50px;
  }
  .equipment-line__item {
    padding: 35px 10px 7px;
    max-width: 100%;
    width: 32%;
  }
  .equipment-line__item-name {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .CCTV-equipment__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .CCTV-equipment__right-name {
    font-size: 22px;
  }
  .CCTV-equipment__right-item {
    max-width: 48%;
  }
  .fivestars-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fivestars-about__left {
    padding: 40px 50px;
    border-top: none;
    border-right: 1px solid #9FA3B0;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
  }
  .fivestars-about__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .fivestars-router {
    padding-bottom: 100px;
  }
  .fivestars-router__left {
    margin-right: 85px;
  }
  .fivestars-router__left::after {
    width: 563px;
    height: 223px;
    left: -141px;
    bottom: -25px;
  }
  .fivestars-router__left-img {
    width: 402px;
  }
  .fivestars-router__right-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .fivestars-router__right-info {
    margin-bottom: 30px;
  }
  .fivestars-multimedia__left-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .fivestars-multimedia__left-info {
    margin-bottom: 30px;
  }
  .fivestars-multimedia__right-img {
    width: 352px;
  }
  .fivestars-multimedia__right::after {
    height: 250px;
    right: -508px;
    top: 16px;
  }
}

@media (max-width: 769px) {
  .main-slider__dots {
    bottom: -30px;
  }
  .main-slider__dots button {
    width: 15px;
    height: 15px;
  }
  .main-slider__item-img {
    display: none !important;
  }
  .main-slider__item-img-mob {
    display: block !important;
  }
  .inet-slider__item-title {
    font-size: 40px;
    max-width: 280px;
  }
  .inet-slider__item-right {
    -ms-flex-preferred-size: 412px;
        flex-basis: 412px;
    overflow: visible;
  }
  .inet-slider__item {
    overflow: hidden;
  }
  .inet-slider__item-bg {
    display: none;
  }
  .inet-slider__item-img {
    z-index: -1;
    width: 412px;
    position: absolute;
    margin-right: 0;
    right: 0;
    bottom: -20px;
  }
  .inet-slider__slider-arr {
    bottom: -80px;
  }
  .services__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
  .profitable__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .profitable__title {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .profitable__item {
    max-width: none;
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
  }
  .profitable__right-col {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
  .profitable__right-col:last-child {
    margin-top: 30px;
  }
  .promotions__slider-arr {
    left: -60px;
  }
  .promotions__slider {
    margin-left: 70px;
  }
  .promotions__item {
    max-width: 268px;
  }
  .connecting__container {
    background-image: url("../images/connecting-bg-mob.png");
    background-position: center;
    background-size: cover;
    border-radius: 0;
    padding: 110px 0;
  }
  .connecting__arr {
    width: 50px;
    height: 50px;
  }
  .connecting__title {
    max-width: 322px;
    margin-bottom: 100px;
  }
  .connecting__item-name {
    margin-bottom: 24px;
  }
  .promotions .container {
    padding: 0 0 0 40px;
  }
  .promotions__item {
    max-width: 357px;
  }
  .online__left {
    min-width: 452px;
  }
  .online__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .online__item {
    -ms-flex-preferred-size: 255px;
        flex-basis: 255px;
  }
  .online {
    overflow: visible;
  }
  .online__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .online__img {
    display: none;
  }
  .online__item {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
  .online__img-mob {
    display: block;
    margin: 30px auto 0;
  }
  .rate__list-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .rate__list-item-left {
    max-width: 100%;
  }
  .rate__list-item-right {
    max-width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .flat-slider__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flat-slider__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flat-slider__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .flat-slider__info {
    max-width: 240px;
  }
  .flat-slider__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flat-slider__right {
    position: relative;
  }
  .flat-slider__img {
    position: absolute;
    z-index: -1;
    width: 260px;
    top: -180px;
    right: 0;
  }
  .contact-manager__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contact-manager__left {
    max-width: 100%;
  }
  .contact-manager__info {
    margin-bottom: 25px;
    padding: 30px 20px;
  }
  .contact-manager__item {
    width: auto;
  }
  .contact-manager__item-img {
    margin-right: 10px;
  }
  .TVmore__list-item {
    max-width: 100%;
  }
  .TVmore__block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .TVmore__block-green {
    margin-bottom: 20px;
  }
  .premium {
    padding-top: 70px;
  }
  .premium__item.premium__item-big, .premium__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .premium__item-img__mob {
    max-width: 768px;
    margin-left: 0;
  }
  .premium__item-block-img {
    width: 70%;
  }
  .surveillance-home__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .surveillance-home__img {
    width: 100%;
  }
  .surveillance-home__items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .surveillance-flat {
    padding: 150px 0 0;
  }
  .surveillance-flat__left {
    margin-right: 0;
  }
  .surveillance-flat__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .surveillance-flat__img {
    position: absolute;
    left: -191px;
    top: 369px;
  }
  .landline__arr {
    width: 50px;
    height: 50px;
    border: 1px solid #DADCE0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: -90px;
    background: #fff;
  }
  .landline__arr path {
    fill: #48D597;
  }
  .landline__prev {
    right: 80px;
  }
  .landline__next {
    right: 0;
  }
  .landline-item {
    max-width: 330px;
    margin: 0 10px;
  }
  .news__item {
    margin-bottom: 60px;
  }
  .news-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-item__left {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .news-item__left img {
    width: 100%;
  }
  .free-services__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .free-services__right {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
  }
  .free-services__left {
    margin-right: 0;
    margin-left: 0;
  }
  .free-services__name {
    font-size: 18px;
  }
  .free-services__img {
    width: 100%;
  }
  .free-services__item:nth-child(2n) .free-services__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .free-services__item:nth-child(2n) .free-services__left {
    margin-left: 0;
    margin-right: 0;
  }
  .free-services__item:nth-child(2n-1) .free-services__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__subtitle {
    font-size: 18px;
  }
  .about__lins-name {
    font-size: 18px;
  }
  .about-gallery__title {
    margin-bottom: 105px;
  }
  .about-gallery__item-inner {
    padding: 0 10px;
  }
  .instruction__step {
    margin-bottom: 45px;
  }
  .instruction__step:nth-child(2n) .instruction__step-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .instruction__step-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .instruction__step-left {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .instruction__step-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .instruction__step-number {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .instruction__step-text {
    font-size: 16px;
  }
  .instruction__bottom-inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .instruction__bottom-left {
    margin-bottom: 0;
    margin-right: 0;
  }
  .instruction__bottom-left img {
    width: 195px;
  }
  .instruction__bottom-name {
    font-size: 24px;
  }
  .payment {
    padding: 50px 0 100px;
  }
  .payment__content {
    border-radius: 0;
    padding: 60px 0px 50px;
  }
  .payment__item {
    width: 100%;
    max-width: 100%;
  }
  .complaints-suggestions__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .complaints-suggestions__bottom-img {
    width: 100%;
  }
  .complaints-suggestions__bottom-info {
    font-size: 16px;
  }
  .form-main {
    padding: 40px 30px;
  }
  .form-main__top-right {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-main__info {
    display: none;
  }
  .form-main__confirmation-bottom__text {
    display: none;
  }
  .form-main__confirmationinput {
    margin-left: 10px;
    max-width: 300px;
  }
  .form-main__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-main__bottom-agreement {
    margin-bottom: 20px;
  }
  .documentation__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .documentation__item-top::after {
    display: none;
  }
  .documentation__item-download {
    display: none;
  }
  .documentation__item-download-mob {
    display: block;
  }
  .documentation__item-info {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-align: center;
  }
  .contacts-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
  .contacts-bottom__col {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 40px;
  }
  .contacts-bottom__col:last-child {
    display: block;
  }
  .contacts-bottom__name {
    min-height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contacts-bottom__link {
    margin-bottom: 10px;
  }
  .free-wifi__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .free-wifi__box {
    padding: 20px;
  }
  .free-wifi__box-text {
    font-size: 16px;
  }
  .free-wifi__left {
    max-width: 100%;
  }
  .free-wifi__right {
    max-width: 100%;
    width: auto;
  }
  .free-wifi__img {
    position: static;
    width: 100%;
  }
  .free-wifi__bottom {
    width: auto;
  }
  .wifi-zones__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wifi-zones__item {
    height: auto;
  }
  .invite-main .container {
    padding: 0;
    padding-left: 20px;
  }
  .invite-main .main-slider__arr {
    bottom: -80px;
  }
  .invite-main__item {
    overflow: hidden;
  }
  .invite-main__item-left {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
  .invite-main__item-title {
    font-size: 30px;
  }
  .invite-main__item-info {
    margin-bottom: 20px;
    max-width: 360px;
  }
  .invite-main__item-btn {
    margin-left: 0;
  }
  .invite-main__item-right {
    position: relative;
  }
  .invite-smart__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .invite-smart__img {
    margin-bottom: 30px;
  }
  .invite-smart__img-item {
    display: none;
  }
  .invite-smart__img-item-mob {
    display: block;
  }
  .telemetry-bottom__right-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .telemetry-top__img-mob {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .telemetry-bottom__img-box::after {
    width: 55px;
    height: 55px;
  }
  .telemetry-bottom__img-box::before {
    width: 40px;
    height: 40px;
    bottom: -6px;
  }
  .telemetry-bottom__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .telemetry-bottom__item-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .telemetry-bottom__left {
    padding: 30px 10px;
  }
  .telemetry-bottom__btn {
    display: none;
  }
  .telemetry-bottom__btn-mob {
    display: block;
    width: 280px;
    margin: 40px auto 0;
  }
  .indoor-wifi__left {
    display: none;
  }
  .indoor-wifi__right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .indoor-wifi__subtitle {
    margin-bottom: 15px;
  }
  .indoor-wifi__img-mob {
    display: block;
  }
  .indoor-wifi__btn {
    margin: 0 auto;
  }
  .networks-scs__right {
    display: none;
  }
  .networks-scs__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .scs-advantages__content {
    margin: 0 auto;
  }
  .scs-advantages__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .technical-conditions__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technical-conditions__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .support-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support-main__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .support-main__box {
    padding: 30px 0px;
  }
  .support-main__list-icon {
    width: 34px;
    margin-right: 20px;
  }
  .support-main__list-link {
    font-size: 16px;
  }
  .form-callback {
    padding: 40px;
  }
  .form-callback__confirmation-bottom__text {
    display: none;
  }
  .support-advise__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .support-advise__top-btn {
    max-width: 134px;
    min-width: auto;
  }
  .support-advise__top-text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .area__tariff {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 20px;
  }
  .area__tariff-innrt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .area__tariff-left {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .area__tariff-card {
    width: 100%;
  }
  .area__tariff-right {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-top: 20px;
  }
  .area__tariff-right__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .area__tariff-right__btn {
    margin: 10px auto 0;
  }
  .area__payment-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .area__services-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px;
  }
  .area__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .area__bottom-left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .area__packages {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 20px;
  }
  .area__stop {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .legal-serv__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .legal-serv__item {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .legal-cctv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .legal-cctv__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .legal-cctv__right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .legal-cctv__btn {
    display: none;
  }
  .legal-cctv__btn-mob {
    margin: 20px auto 0;
    display: block;
  }
  .legal-cctv__bottom {
    padding: 40px 10px;
    row-gap: 20px;
  }
  .legal-cctv__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
  .сonnect-cctv__item-inner {
    width: 180px;
    margin: 22px 10px;
  }
  .legal-wifi {
    padding: 0 0 117px;
  }
  .legal-wifi__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .legal-wifi__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .legal-wifi__right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .legal-wifi__bottom-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .legal-office__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .legal-office__left {
    margin-bottom: 20px;
  }
  .legal-colocation__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .legal-colocation__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .legal-slider .slick-arrow {
    bottom: 90px;
  }
  .legal-slider__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-bottom: 210px;
  }
  .legal-slider__item-left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .legal-slider__item-right {
    position: absolute;
    right: 0;
    top: 84px;
    z-index: -1;
  }
  .next-generation__subtitle {
    margin-bottom: 26px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__tab {
    max-width: 100%;
  }
  .tabs__tab-left {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    margin-right: 20px;
  }
  .tabs__tab-left__icon svg {
    width: 28px;
    height: auto;
  }
  .tabs__tab-left__icon {
    width: 22px;
  }
  .tabs__tab-left__icon.active::after {
    width: 60px;
    height: 60px;
    top: -14px;
    left: -3px;
  }
  .tabs__tab-right__item {
    width: 100%;
  }
  .tabs__nav {
    margin-bottom: 50px;
    margin-left: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .tabs__nav-item {
    margin-bottom: 10px;
  }
  .sign {
    padding: 0 10px;
  }
  .sign::after {
    width: 0;
  }
  .application {
    padding: 50px 10px;
  }
  .application-form__input {
    max-width: 200px;
  }
  .application-form__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .application-form__input::-moz-placeholder {
    font-size: 14px;
  }
  .application-form__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .application-form__input::-ms-input-placeholder {
    font-size: 14px;
  }
  .application-form__input::placeholder {
    font-size: 14px;
  }
  .application-form__input-street {
    max-width: 140px;
  }
  .application-form__input-home {
    max-width: 55px;
  }
  .equipment-bloc__title {
    font-size: 28px;
    font-weight: 400;
  }
  .wifi-router__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wifi-router__left-img {
    max-width: 400px;
    width: 100%;
  }
  .equipment-line {
    padding-top: 50px;
  }
  .equipment-line__item-inner {
    min-height: 330px;
    max-width: 260px;
  }
  .equipment-line .slick-disabled {
    background: none;
  }
  .equipment-line .slick-disabled path {
    fill: #48D597;
  }
  .equipment-line__item-box {
    margin-right: 10px;
  }
  .fivestars {
    padding-bottom: 80px;
  }
  .fivestars__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fivestars__right-text {
    font-size: 27px;
    margin-bottom: -26px;
  }
  .fivestars__left {
    margin-bottom: 50px;
  }
  .fivestars-router {
    overflow: hidden;
  }
  .fivestars-router__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fivestars-router__left {
    margin-right: 0;
  }
  .fivestars-router__left::after {
    width: 636px;
    left: -202px;
  }
  .fivestars-router__left-img {
    max-width: 402px;
    width: 100%;
  }
  .fivestars-router__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
  .fivestars-multimedia__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fivestars-multimedia__left {
    margin-bottom: 30px;
  }
  .fivestars-multimedia__right-img {
    max-width: 402px;
    width: 100%;
  }
}

@media (max-width: 490px) {
  .profitable__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .profitable__right-col {
    margin-right: 0;
  }
  .promotions .container {
    padding: 0 20px;
  }
  .promotions__info {
    margin-bottom: 95px;
  }
  .promotions__slider {
    margin-right: 0;
    margin-left: 0;
  }
  .promotions__slider-arr {
    position: absolute;
    left: 0;
    top: -65px;
  }
  .promotions__slider-prev {
    left: 0;
  }
  .promotions__slider-next {
    left: 70px;
  }
  .promotions__item {
    max-width: 280px;
  }
  .inet-slider__item-info {
    max-width: 150px;
  }
  .inet-slider__item-right {
    -ms-flex-preferred-size: 1px;
        flex-basis: 1px;
  }
  .inet-slider__item-img {
    width: 300px;
    right: -70px;
    bottom: 35px;
  }
  .services__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .connecting__item {
    max-width: 280px;
  }
  .online__title {
    padding-left: 45px;
  }
  .online__title::after {
    left: -32px;
    top: 0px;
    width: 65px;
    height: 78px;
  }
  .online__left {
    min-width: auto;
  }
  .online__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rate__title-mob {
    margin-bottom: 110px;
    font-size: 24px;
  }
  .rate__item {
    margin: 0;
  }
  .contact-manager__title {
    text-align: center;
  }
  .premium__bg-el {
    display: none;
  }
  .premium__item-block {
    margin-left: 0;
    padding: 0 15px;
  }
  .premium__item-block-btn {
    width: 290px;
  }
  .surveillance-characteristics__left-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .surveillance-characteristics__left-item {
    margin-bottom: 20px;
  }
  .landline__title {
    margin-bottom: 100px;
  }
  .landline-item {
    max-width: 280px;
    margin: 0;
    margin-right: 20px;
  }
  .barrier__right {
    position: relative;
  }
  .barrier__img {
    width: 183px;
    position: absolute;
    top: -99px;
    right: -40px;
    margin-right: 0;
  }
  .app__men {
    width: 152px;
    top: -90px;
    left: 100px;
  }
  .app__content {
    padding-right: 0;
  }
  .app__img {
    display: none;
  }
  .app__btns {
    margin: 0 auto;
    text-align: center;
  }
  .free-services__item {
    padding: 20px;
  }
  .about-bottom__title {
    font-size: 24px;
  }
  .about-bottom__box-text {
    font-size: 14px;
  }
  .about-bottom__box-info {
    font-size: 14px;
  }
  .payment__item-left {
    width: 0;
    margin-right: 0;
    position: relative;
  }
  .payment__item-left svg {
    position: absolute;
    top: -4px;
    width: 33px;
    height: 40px;
  }
  .payment__item {
    padding: 30px 20px;
  }
  .payment__item-name {
    margin-left: 40px;
  }
  .payment__item-text {
    margin-top: 39px;
  }
  .payment-where__title {
    font-size: 28px;
  }
  .payment-where__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .payment-where__item-img img {
    width: 40px;
  }
  .payment-where__bottom {
    margin-top: 60px;
    padding: 20px;
  }
  .payment-where__bottom-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .payment-where__bottom-info {
    font-size: 16px;
  }
  .form-main {
    padding: 30px 20px;
  }
  .form-main__top-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form-main__top-btn:last-child {
    margin-bottom: 0;
  }
  .form-main__confirmation-img {
    width: 99px;
  }
  .form-main__confirmation-replacement {
    width: 34px;
    height: 32px;
  }
  .for-mob {
    padding: 0 20px 150px;
  }
  .for-mob__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .for-mob__btn {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .documentation__inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .documentation__item-top {
    width: 212px;
    margin: 0 auto;
  }
  .contacts-page__box {
    padding: 30px 10px 30px 20px;
  }
  .contacts-page__box-item {
    margin-bottom: 30px;
  }
  .contacts-page__box-icon {
    margin-right: 24px;
    width: 26px;
  }
  .contacts-page__box-text {
    font-size: 16px;
  }
  .contacts-page__box-link {
    font-size: 16px;
  }
  .contacts-page__box-socials {
    margin-bottom: -15px;
  }
  .form-request {
    padding: 30px 20px;
  }
  .form-request__input-locality {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .form-request__input-street {
    max-width: 160px;
  }
  .form-request__input-home {
    max-width: 55px;
  }
  .form-request__adres {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-request__btn {
    width: 100%;
  }
  .form-request__agreement-text {
    margin-left: 15px;
    font-size: 14px;
  }
  .invite-main__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .invite-main__item-left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .invite-main__item-info {
    max-width: 214px;
  }
  .invite-main__item-img {
    width: 200px;
    position: absolute;
    top: -259px;
    z-index: -1;
  }
  .invite-cctv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .invite-cctv__img-box-mob {
    margin-top: 0;
  }
  .invite-cctv__img-box-mob::after {
    width: 50px;
    height: 50px;
    top: -30px;
    right: -30px;
    border-radius: 9px;
  }
  .invite-cctv__img-box-mob::before {
    width: 27px;
    height: 27px;
    top: 30px;
    left: -10px;
    border-radius: 6px;
  }
  .invite-cctv__img-box-mob .invite-cctv__img-bg {
    width: 90px;
    bottom: -31px;
    right: -27px;
  }
  .invite-cctv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .invite-smart__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .indoor-wifi__item-info {
    font-size: 14px;
  }
  .technical-conditions__item {
    padding: 20px;
  }
  .form-callback {
    padding: 30px 20px;
  }
  .form-callback__confirmation-bottom__text {
    display: none;
  }
  .form-callback__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-callback__line-text {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .form-callback__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-callback__bottom-agreement {
    margin-bottom: 20px;
  }
  .form-callback__confirmation-img {
    height: 33px;
  }
  .form-callback__confirmation-replacement {
    width: 31px;
    height: 33px;
  }
  .support-advise__top-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .support-advise__top-btn {
    max-width: 100%;
    width: 100%;
  }
  .support-advise__item-line {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .support-advise__item-icon {
    height: 100%;
    margin-right: 5px;
  }
  .support-advise__item-info {
    font-size: 14px;
  }
  .area .container {
    padding: 0 5px;
  }
  .legal-slider .container {
    padding: 0;
    padding-left: 20px;
  }
  .legal-slider .slick-arrow {
    bottom: 100px;
  }
  .legal-slider__item-right {
    right: -115px;
  }
  .legal-slider__item-img {
    width: 250px;
  }
  .tabs__items {
    padding-left: 0;
  }
  .tabs__tab-left__top {
    width: 47px;
    height: 47px;
  }
  .tabs__tab-left__top img {
    width: 26px;
  }
  .tabs__tab-left__list {
    padding: 20px 15px;
  }
  .tabs__tab-right__item {
    padding: 13px;
  }
  .tabs__tab-right__item-icon {
    margin-right: 8px;
    width: 40px;
  }
  .tabs__tub-right__item-info {
    font-size: 12px;
    line-height: 14px;
  }
  .application-form__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .application-form__input {
    max-width: 100%;
  }
  .application-form__input-street {
    max-width: 195px;
  }
  .application-form__input-home {
    max-width: 55px;
  }
  .flat-slider .container {
    padding: 0;
    padding-left: 10px;
  }
  .flat-slider .inet-slider__slider-arr {
    bottom: -10px;
  }
  .flat-slider__item {
    overflow: hidden;
  }
  .flat-slider__img {
    top: -400px;
    right: -127px;
  }
  .quipment-line__item-head__prise {
    font-size: 20px;
  }
  .quipment-line__item-head__text {
    font-size: 14px;
  }
  .multimedia-center__left-img {
    width: 100%;
    max-width: 330px;
  }
  .multimedia-center__right-box {
    gap: 0;
  }
  .multimedia-center__right-item {
    max-width: 100%;
  }
  .CCTV-equipment__right-item {
    max-width: 100%;
  }
  .CCTV-equipment__left-info {
    font-size: 18px;
  }
  .fivestars__right-img {
    right: 0;
  }
  .fivestars-about .container {
    padding: 0;
  }
  .fivestars-about__right {
    padding: 35px 10px;
  }
  .fivestars-about__right-line__left {
    min-width: auto;
    max-width: 100px;
    margin-right: 20px;
  }
}

.red
{color: #e74c3c;}

ul, ol, dl {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}