@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../fonts/opensanslight.woff2") format("woff2"), url("../../fonts/opensanslight.woff") format("woff"), url("../../fonts/opensanslight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url("../../fonts/opensanslightitalic.woff2") format("woff2"), url("../../fonts/opensanslightitalic.woff") format("woff"), url("../../fonts/opensanslightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans"), local("OpenSans"), url("../../fonts/opensans.woff2") format("woff2"), url("../../fonts/opensans.woff") format("woff"), url("../../fonts/opensans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../../fonts/opensansitalic.woff2") format("woff2"), url("../../fonts/opensansitalic.woff") format("woff"), url("../../fonts/opensansitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../../fonts/opensanssemibold.woff2") format("woff2"), url("../../fonts/opensanssemibold.woff") format("woff"), url("../../fonts/opensanssemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("../../fonts/opensanssemibolditalic.woff2") format("woff2"), url("../../fonts/opensanssemibolditalic.woff") format("woff"), url("../../fonts/opensanssemibolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../fonts/opensansbold.woff2") format("woff2"), url("../../fonts/opensansbold.woff") format("woff"), url("../../fonts/opensansbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../../fonts/opensansbolditalic.woff2") format("woff2"), url("../../fonts/opensansbolditalic.woff") format("woff"), url("../../fonts/opensansbolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("../../fonts/opensansextrabold.woff2") format("woff2"), url("../../fonts/opensansextrabold.woff") format("woff"), url("../../fonts/opensansextrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url("../../fonts/opensansextrabolditalic.woff2") format("woff2"), url("../../fonts/opensansextrabolditalic.woff") format("woff"), url("../../fonts/opensansextrabolditalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

.input {
  padding: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 15px;
}

.input:focus {
  outline: none;
}

.input-standard {
  width: 100%;
}

.input-half-width {
  width: 48%;
}

.input-half-width-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input-popup {
  margin-bottom: 10px;
}

.input-popup:focus {
  border-color: #00aaec;
}

.input-popup.test-completed {
  padding: 13px 13px 13px 30px;
  margin: 0;
  text-align: left;
}

.input-compare {
  width: 45%;
  padding: 14px;
  margin: 0 10px 0 0;
}

.input-specials {
  width: 48%;
  padding: 13px;
  margin: 0;
}

.btn {
  position: relative;
  width: 100%;
  padding: 11px;
  border: 1px solid #333;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-vertical-form {
  background-color: #00aaec;
  color: #fff;
  padding: 10px;
  border: 2px solid #fff;
}

.btn-vertical-form:hover {
  background-color: transparent;
}

.btn-test {
  padding: 14px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #f27b30;
  border-color: #f27b30;
}

.btn-test:hover {
  background-color: #e0732e;
  border-color: #e0732e;
}

.btn-tariffs-choose {
  width: 100%;
  padding: 7px 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #f27b30;
  border: 2px solid #f27b30;
  background-color: transparent;
  z-index: 3;
}

.tariffs-card:hover .btn-tariffs-choose, .btn-tariffs-choose:hover {
  color: #fff;
  background-color: #f27b30;
}

.btn-tariffs-more {
  width: 100%;
  padding: 2px 5px;
  font-size: 12px;
  color: #00aaec;
  border: 2px solid #00aaec;
  background-color: transparent;
  z-index: 3;
}

.btn-tariffs-more:hover {
  color: #fff;
  background-color: #00aaec;
}

.btn-tariffs-more:hover + .btn-tariffs-choose {
  color: #f27b30;
  background-color: transparent;
}

.gaming .btn-tariffs-more:hover + .btn-tariffs-choose {
  color: #fff;
}

.btn-economy {
  width: 45%;
  padding: 12px 40px;
  font-size: 14px;
  background-color: transparent;
  border: 2px solid;
}

.btn-economy:hover {
  color: #fff;
}

.btn-economy-how {
  color: #00aaec;
  border-color: #00aaec;
  margin-right: 30px;
}

.btn-economy-how:hover {
  background-color: #00aaec;
}

.btn-economy-action {
  color: #f27b30;
  border-color: #f27b30;
}

.btn-economy-action:hover {
  background-color: #f27b30;
}

.btn-popup {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
  background-color: #00aaec;
  border-color: #00aaec;
}

.btn-popup:hover {
  background-color: #f27b30;
  border-color: #f27b30;
}

.btn-popup.test-completed {
  width: 48%;
  padding: 13px;
  margin: 0;
  line-height: 20px;
  border-width: 2px;
  background-color: #f27b30;
  border-color: #f27b30;
}

.btn-popup.test-completed:hover {
  color: #f27b30;
  background-color: transparent;
}

.btn-tariff-popup {
  width: 40%;
  font-size: 14px;
  color: #fff;
  border: 1px solid #48b2f1;
  background-color: #48b2f1;
  overflow: hidden;
}

.btn-tariff-popup::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -200px;
  width: 200px;
  height: 50px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0%;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  -webkit-transform: skewX(50deg);
      -ms-transform: skewX(50deg);
          transform: skewX(50deg);
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.btn-tariff-popup:hover {
  color: #48b2f1;
  background-color: transparent;
}

.btn-tariff-popup:hover::after {
  content: none;
}

.btn-compare {
  width: 30%;
  padding: 13px;
  font-size: 14px;
  color: #fff;
  background-color: #f8791f;
  border: 2px solid #f8791f;
}

.btn-compare:hover {
  background-color: transparent;
  border-color: #fff;
}

.btn-specials {
  width: 48%;
  font-size: 14px;
  color: #fff;
  border: 2px solid #00aaec;
  background-color: #00aaec;
  overflow: hidden;
}

.btn-specials::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -200px;
  width: 200px;
  height: 50px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0%;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  -webkit-transform: skewX(50deg);
      -ms-transform: skewX(50deg);
          transform: skewX(50deg);
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.btn-specials:hover {
  color: #00aaec;
  background-color: transparent;
}

.btn-specials:hover::after {
  content: none;
}

.btn-widget {
  padding: 13px;
  font-size: 16px;
  color: #fff;
  border-color: #00aaec;
  background-color: #00aaec;
}

.btn-widget:hover {
  border-color: #f27b30;
  background-color: #f27b30;
}

.btn-thanks {
  width: 40%;
  color: #fff;
  font-size: 14px;
  border-color: #00aaec;
  background-color: #00aaec;
}

.btn-thanks:hover {
  border-color: #f27b30;
  background-color: #f27b30;
}

.users {
  color: #2ab75c;
  -webkit-animation: pulsate 2s ease infinite;
          animation: pulsate 2s ease infinite;
}

.colored-section-heading {
  color: #fff;
  text-align: center;
  margin: 20px 0 50px;
  font-size: 26px;
  font-weight: 400;
}

.vertical-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.39);
}

.highlights-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #00aaec;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  color: #fff;
}

.highlights-dark-line {
  width: 30%;
  padding: 10px;
  text-align: center;
  background-color: #0080c9;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
}

.highlights-description {
  width: 70%;
  padding: 10px 15px;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes pulsate {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@-webkit-keyframes blink {
  20%, 100% {
    left: 870px;
  }
}

@keyframes blink {
  20%, 100% {
    left: 870px;
  }
}

@-webkit-keyframes call {
  10% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  15% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  25% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes call {
  10% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  15% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  25% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

body, p {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

section, .container {
  position: relative;
}

.container {
  width: 940px;
}

img {
  display: inline-block;
  max-width: 100%;
}

input[type=radio] {
  display: none;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.main-color-text {
  color: #00aaec;
}

.italic-text {
    font-style: italic;
}

.bold-text {
    font-weight: 600;
}

.top-line {
  width: 100%;
  background-color: #00aaec;
  color: #fff;
  line-height: 1;
}

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

.top-line-region {
  width: 63%;
  padding: 15px;
  cursor: pointer;
}

.top-line-region-text {
  position: relative;
  padding-left: 21px;
}

.top-line-region-text::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 0;
  background: url(../../sites/rt-moscow/img/desktop/point.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.top-line-call-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37%;
  padding: 15px;
  background-color: #009fe7;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.top-line-call-order-text {
  position: relative;
  padding-left: 21px;
}

.top-line-call-order-text::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: 0;
  background: url(../../sites/rt-moscow/img/desktop/hours.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.header {
  padding: 15px 0;
}

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

.header-logo-wrapper {
  width: 19%;
}

.header-nav {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav-link {
  text-align: center;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header-nav-link:hover {
  color: #00aaec;
}

.header-phone {
  position: relative;
  width: 27%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

/* .header-phone:hover {
  color: #00aaec;
}

.header-phone-text {
  position: relative;
  padding-left: 26px;
} */

.header-phone::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 0;
  background: url(../../sites/rt-moscow/img/desktop/phone-ico.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-animation-name: call;
          animation-name: call;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.vertical-form-section {
  color: #fff;
}

.vertical-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-box-link {
  position: absolute;
  bottom: -45px;
  left: 30%;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.main-box-link:hover {
  -webkit-transform: rotate(23deg);
      -ms-transform: rotate(23deg);
          transform: rotate(23deg);
}

.offer {
  width: 63%;
  padding: 100px 120px 150px 0;
}

.offer-highlight {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #0080c9;
}

.offer-heading {
  margin: 30px 0;
  font-size: 32px;
  line-height: 1.2;
  float: left;
}

.offer-description {
  font-size: 18px;
  padding-right: 140px;
}

.check-connect .offer-description {
    padding-right: 30px;
}

.offer-expire-date {
  float: left;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25), 0 1px 2px black;
}

.vertical-form {
  width: 37%;
  height: 525px;
  padding: 0 25px;
}

.vertical-form-screen {
  display: none;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vertical-form-screen.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vertical-form-screen.last-screen .vertical-form-heading {
  padding: 0;
  font-size: 20px;
}

.vertical-form-screen.last-screen .vertical-form-label {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.vertical-form-heading {
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
}

.vertical-form-label {
  margin-bottom: 5px;
}

.vertical-form-description {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.test {
  position: relative;
  padding: 100px 0 50px;
}

.test-human {
  max-width: 100%;
  height: 390px;
  position: absolute;
  bottom: -95px;
  left: 0;
}

.test-info {
  margin-bottom: 50px;
}

.test-info-heading {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.test-info-description {
  font-size: 16px;
  color: #959595;
}

.test-body {
  padding: 30px 60px;
  border: 1px solid #959595;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}

.test-screen {
  display: none;
}

.test-screen.active {
  display: block;
}

.test-question-heading {
  font-size: 18px;
}

.test-answers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0 15px;
}

.test-answers-item {
  position: relative;
  padding: 5px 0 5px 40px;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}

.test-answers-item-check-mark {
  position: absolute;
  padding: 10px;
  top: 50%;
  margin-top: -12px;
  left: 0;
  background: none;
  border: 2px solid #00aaec;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.test-answers-item-radio:checked + .test-answers-item-check-mark, .test-answers-item:hover .test-answers-item-check-mark {
  background: url(../../sites/rt-moscow/img/desktop/tick.svg) #00aaec no-repeat center;
  -webkit-background-size: 10px 10px;
          background-size: 10px;
}

.test-progress {
  width: 100%;
  border: 2px solid #00aaec;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.test-progress-line {
  width: 25%;
  height: 10px;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  background-color: #00aaec;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.test .users {
  margin-bottom: 20px;
}

.test-final {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.test-final-heading {
  font-weight: 600;
  margin-bottom: 16px;
}

.reasons {
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.reasons-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  font-size: 14px;
}

.reasons-item-switch {
  width: 45px;
  height: 45px;
  background: url(../../sites/rt-moscow/img/desktop/switch.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.reasons-item-visible {
    padding: 0 35px;
}

.reasons-item-hovered {
  display: none;
  padding: 0 15px;
  text-shadow: 1px 1px 7px #005677, 0 -1px 17px rgba(0, 0, 0, 0.25), 0 1px 23px #000;
}

.reasons-item:hover {
  cursor: pointer;
}

.reasons-item:hover .reasons-item-switch {
  background: url(../../sites/rt-moscow/img/desktop/switch-hover.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.reasons-item:hover .reasons-item-visible {
  display: none;
}

.reasons-item:hover .reasons-item-hovered {
  display: block;
}

.tariffs-container {
  padding: 50px 0;
  border-right: 1px solid #959595;
  border-left: 1px solid #959595;
}

.tariffs-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 80px;
}

.tariffs-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 83px 85px 20px;
}

.tariffs-highlight {
  position: absolute;
  padding: 0 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  top: 0;
  left: 15px;
  background-color: #00aaec;
}

.tariffs-card {
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
}

.tariffs-card-equipment {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  background-color: #f27b30;
  z-index: 2;
}

.tariffs-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  background-color: #f0f0f0;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.tariffs-card-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: -230px;
  width: 200px;
  height: 91px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0%;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0%;
  -webkit-transform: skewX(-50deg);
      -ms-transform: skewX(-50deg);
          transform: skewX(-50deg);
}

.tariffs-card-wrapper:hover {
  -webkit-box-shadow: 0 0 24px -4px #00aaec;
          box-shadow: 0 0 24px -4px #00aaec;
}

.tariffs-card-wrapper:hover:after {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.tariffs-card-heading {
  width: 24%;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}

.tariffs-card-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 38%;
}

.tariffs-card-data-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tariffs-card-data-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #00aaec;
  border: 1px solid #00aaec;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.tariffs-card-data-circle.js-channels:hover {
  background-color: #00aaec;
  color: #fff;
  cursor: pointer;
}

.tariffs-card-data-description {
  font-weight: 600;
}

.tariffs-card-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18%;
}

.tariffs-card-price-value {
  margin-right: 10px;
  font-size: 38px;
  font-weight: 300;
}

.tariffs-card-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 20%;
}

.steps {
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.steps-heading {
  font-size: 32px;
  margin: 10px 0 70px;
  cursor: default;
}

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

.steps-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24.5%;
  padding: 40px 0;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url(../../sites/rt-moscow/img/desktop/steps2.png) no-repeat center;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url(../../sites/rt-moscow/img/desktop/steps2.png) no-repeat center;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url(../../sites/rt-moscow/img/desktop/steps2.png) no-repeat center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url(../../sites/rt-moscow/img/desktop/steps2.png) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.steps-card:hover {
  background: rgba(242, 123, 48, 0.8);
}

.steps-card:hover .steps-card-visible {
  display: none;
}

.steps-card:hover .steps-card-visible.final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.steps-card:hover .steps-card-visible.final .steps-card-count-text {
  color: #f27b30;
  background-color: #fff;
  border-color: #fff;
}

.steps-card:hover .steps-card-hovered {
  display: block;
}

.steps-card-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steps-card-count {
  display: block;
}

.steps-card-count-text {
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 15px;
  font-size: 12px;
  border: 1px solid #fff;
  -webkit-border-radius: 40px;
          border-radius: 40px;
}

.steps-card-count-text.final {
  color: #fff;
  background-color: #f27b30;
  border-color: #f27b30;
}

.steps-card-heading {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding-right: 30px;
}

.steps-card-heading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 0;
  background: url(../../sites/rt-moscow/img/desktop/right-arrow.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.steps-card-heading.final {
  padding-right: 0;
}

.steps-card-heading.final::after {
  content: none;
}

.steps-card-hovered {
  display: none;
  padding: 0 8px;
}

.following-line {
  width: 400px;
  height: 6px;
  background-color: #f27b30;
  margin-bottom: 20px;
}

.following-line-wrapper {
  overflow: hidden;
}

.economy {
  padding: 200px 0 220px;
}

.economy-box {
  position: absolute;
  width: 45%;
  top: -10px;
  left: -150px;
}

.economy-heading {
  font-size: 24px;
  padding-bottom: 20px;
}

.economy-description {
  font-size: 16px;
  color: #959595;
  padding-bottom: 30px;
}

.economy-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 20px;
}

.promo-main {
    margin-bottom: 20px;
}

.promo-spoiler {
    position: relative;
    border-top: 1px solid #dedede;
    padding-top: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-in;
}

.promo-spoiler::before {
    content: '';
    position: absolute;
    background: url(../../img/down-arrow.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

.promo-spoiler.active {
    max-height: 100%;
}

.promo-spoiler.active::before {
    transform: rotate(-180deg);
}

.promo-spoiler p {
    margin-bottom: 15px;
}

.promo-spoiler h2 {
    margin: 25px 0 15px;
    font-size: 1.5rem;
}

.check-connect .offer {
  padding: 100px 40px 90px 0;
}

.check-connect .vertical-form {
  height: 450px;
}

.check-connect .offer-description {
  font-size: 16px;
}

.footer-provider-wrapper, .footer-consult-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 25px 0;
}

.footer-provider-logo {
  margin-right: 15px;
}

.footer-consult-description {
  margin-right: 25px;
}

.footer-consult-phone {
  position: relative;
  padding-left: 25px;
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.footer-consult-phone:hover {
  color: #00aaec;
}

.footer-consult-phone::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: url(../../sites/rt-moscow/img/desktop/phone-ico-white.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.creator {
  display: inline;
  margin-right: 10px;
  font-size: 12px;
  color: #616161;
}

.creator-wrapper {
  margin-top: 15px;
  text-align: center;
}

.creator .cactus-link {
  color: #616161;
  text-decoration: underline;
  -webkit-transition: color 400ms ease;
  -o-transition: color 400ms ease;
  transition: color 400ms ease;
}

.creator .cactus-link:hover {
  color: #f3833c;
  outline: none;
}

.modal-backdrop {
  opacity: 0.7;
}

.popup {
  text-align: center;
}

.popup.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup .modal-dialog {
  max-width: 658px;
  width: 658px;
}

.popup .modal-content {
  padding: 20px;
  border: none;
}

.popup .modal-content, .popup .modal-body {
  position: static;
}

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

.popup-close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: -15px;
  right: -15px;
  border: none;
  background: url(../../sites/rt-moscow/img/desktop/close.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  cursor: pointer;
}

.popup-provider {
  width: 24%;
  margin-bottom: 20px;
}

.popup-heading {
  font-size: 20px;
  margin-bottom: 20px;
}

.popup-description {
  font-size: 12px;
  color: #959595;
}

.popup-form {
  margin-top: 20px;
  width: 60%;
}

.popup-form-description {
  font-size: 12px;
}

.popup.left-oriented {
  text-align: left;
}

.popup.left-oriented .modal-content {
  padding: 10px;
}

.popup.left-oriented .modal-body {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.popup.left-oriented .modal-body {
  position: relative;
}

.popup.left-oriented .modal-body:after {
  content: '';
  position: absolute;
  width: 296px;
  height: 316px;
  right: -15px;
  bottom: -10px;
  background: url(../../sites/rt-moscow/img/desktop/testimonial-02.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.popup.left-oriented .popup-provider {
  margin-bottom: 15px;
}

.popup.left-oriented .popup-heading {
  width: 70%;
}

.popup.left-oriented .popup-description {
  width: 50%;
}

.popup.left-oriented .popup-form {
  width: 54%;
}

.popup-test .modal-body, .popup-test .modal-content {
  padding: 0;
}

.popup-test-header, .popup-test-main-content {
  width: 100%;
  text-align: left;
}

.popup-test-user-counter {
  -webkit-animation-name: pulsate;
          animation-name: pulsate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.popup-test-main-content {
  padding: 30px 40px;
}

.popup-test-main-content .test-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-test-main-content .test-results-wrapper {
  width: 40%;
}

.popup-test-main-content .test-results-common, .popup-test-main-content .test-results-promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.popup-test-main-content .test-results-common {
  color: #00aaec;
}

.popup-test-main-content .test-results-promo {
  color: #f27b30;
}

.popup-test-main-content .test-results-number {
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  margin-right: 15px;
}

.popup-test-description {
  width: 55%;
  font-size: 18px;
}

.popup-test-form {
  width: 100%;
}

.popup-test-form-description {
  position: relative;
  margin: 25px 0 0;
  padding-left: 60px;
  color: #959595;
}

.popup-test-form-description::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -20px;
  background: url(../../sites/rt-moscow/img/desktop/piggy-bank.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.popup-test-inputs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-tariff {
  cursor: default;
}

.popup-tariff .modal-dialog {
  width: 100%;
  max-width: 940px;
  border: none;
}

.popup-tariff .modal-content {
  padding: 0;
}

.popup-tariff .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border: none;
}

.popup-tariff .modal-header .tariffs-card-data {
  width: 50%;
}

.popup-tariff .modal-header .tariffs-card-data-circle {
  color: #333;
  border-color: #333;
}

.popup-tariff .modal-body {
  padding: 0;
  text-align: left;
}

.popup-tariff-tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
}

.popup-tariff-tab {
  width: calc(40% + 15px);
  width: -webkit-calc(40% + 15px);
  background-color: #a9a9a9;
  border-top: 1px solid #a9a9a9;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.popup-tariff-tab-text {
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
  padding: 15px;
  background-color: #dedede;
}

.active .popup-tariff-tab-text {
  background-color: #f2f2f2;
}

.tv-tab .popup-tariff-tab-text {
  float: right;
}

.popup-tariff-tab.active {
  width: 60%;
  z-index: 2;
}

.popup-tariff-tab:nth-child(1), .popup-tariff-tab:nth-child(1) .popup-tariff-tab-text {
  -webkit-clip-path: polygon(0 0, 97.5% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 97.5% 0, 100% 100%, 0 100%);
}

.popup-tariff-tab:nth-child(2), .popup-tariff-tab:nth-child(2) .popup-tariff-tab-text {
  -webkit-clip-path: polygon(2.5% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(2.5% 0, 100% 0, 100% 100%, 0 100%);
}

.popup-tariff-tab:nth-child(1) {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  border-left: 1px solid #a9a9a9;
}

.popup-tariff-tab:nth-child(2) {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  border-right: 1px solid #a9a9a9;
  margin-left: -15px;
}

.popup-tariff-tab-border {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 40%;
  height: 1px;
  background-color: #a9a9a9;
}

.popup-tariff-content {
  width: 100%;
  padding: 7px;
  background-color: #f2f2f2;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}

.popup-tariff-content-section {
  display: none;
  max-height: 330px;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow-y: scroll;
}

.popup-tariff-info {
  padding: 10px 10px 0;
}

.popup-tariff .tariff-tables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.popup-tariff-table-wrapper {
  padding: 3px;
  width: 50%;
}

.popup-tariff-table-wrapper table {
  width: 100%;
}

.popup-tariff-table-wrapper td {
  padding: 10px;
  font-size: 11px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #906e6e; /* a9a9a9 */
}

.popup-tariff-table-wrapper.main-color {
  background-color: #ff2a00;
}

.popup-tariff-table-wrapper.secondary-color {
  background-color: #9300ff;
}

.popup-tariff-form {
  margin-bottom: 15px;
}

.popup-tariff-form-heading {
  width: 100%;
  margin: 23px 0 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.popup-tariff-form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.popup-tariff-form-bottom .users {
  width: 43%;
  text-align: center;
}

.popup-tariff-inputs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  width: 57%;
}

.popup-tariff-input {
  width: 45%;
  margin-bottom: 0;
  margin-right: 15px;
}

.thanks-content .modal-body {
  padding: 60px 0;
}

.compare .modal-content {
  padding: 0;
}

.compare-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-bottom: none;
}

.compare-top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  color: #fff;
  background-color: #00aaec;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
}

.compare-price-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
}

.compare-services-heading {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 10px 15px;
}

.compare-services-heading.services-center {
  position: relative;
  padding: 15px;
  margin-top: -10px;
  text-align: right;
  background-color: #f8791f;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  border-bottom: 1px solid #e45e00;
}

.compare-services-logo {
  position: absolute;
  width: 87px;
  height: 20px;
  left: 12px;
  top: 50%;
  margin-top: -10px;
}

.compare-services-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 15px;
  font-size: 12px;
}

.compare-services-price .tariffs-card-price-value {
  font-size: 32px;
  font-weight: 500;
}

.compare-services-price.services-center {
  color: #fff;
  background-color: #f8791f;
}

.compare-form.modal-body {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 170, 236, 0.8)), to(rgba(0, 170, 236, 0.8))), url(../../sites/rt-moscow/img/desktop/man_sravni.png);
  background: -webkit-linear-gradient(top, rgba(0, 170, 236, 0.8), rgba(0, 170, 236, 0.8)), url(../../sites/rt-moscow/img/desktop/man_sravni.png);
  background: -o-linear-gradient(top, rgba(0, 170, 236, 0.8), rgba(0, 170, 236, 0.8)), url(../../sites/rt-moscow/img/desktop/man_sravni.png);
  background: linear-gradient(180deg, rgba(0, 170, 236, 0.8), rgba(0, 170, 236, 0.8)), url(../../sites/rt-moscow/img/desktop/man_sravni.png);
  background-position: 0 center;
  -webkit-background-size: cover;
          background-size: cover;
}

.compare-form-heading {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: left;
}

.compare-form-description {
  margin-top: 15px;
  font-size: 12px;
}

.compare-inputs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.specials .modal-content {
  padding: 0;
}

.specials .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 10px;
  border-bottom: none;
}

.specials .modal-body {
  padding: 30px 30px 10px;
}

.specials-heading {
  font-size: 20px;
  margin-bottom: 20px;
}

.specials-description {
  width: 100%;
  padding: 7px 0;
  color: #fff;
  background-color: #f27b30;
}

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

.specials-card {
  width: 45%;
  background-color: #f0f0f0;
}

.specials-card.two-in-one {
  width: 48%;
}

.specials-card-header .highlights-dark-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42%;
}

.specials-card-header .tariffs-card-price {
  width: auto;
}

.specials-card-header .tariffs-card-price-value {
  font-size: 28px;
  font-weight: 500;
}

.specials-card-header .highlights-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58%;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.specials-card-info {
  width: 100%;
  padding: 20px 0;
  align-items: flex-start;
}

/* .specials-card-info.sim.tariffs-card-data {
    padding: 20px 40px;
} */

.specials-card-info.sim {
    padding: 20px 40px;
}

.tariffs-card-data-item.discount-sim {
    flex-direction: column;
    align-items: center;
}

.discount-sim .tariffs-card-data-circle {
    margin: 0 0 5px;
    font-size: 16px;
}

.specials-card-info .tariffs-card-data-circle {
  width: 50px;
  height: 50px;
}

.specials-card-info .tariffs-card-data-description {
  text-align: left;
}

.discount-sim .tariffs-card-data-description {
    text-align: center;
}

.specials-form {
  width: 100%;
}

.specials-inputs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
}

.channels-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 20px 15px;
}

.channels-wrapper .channel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin: 5px 0;
  list-style-type: none;
}

.channels-wrapper .channel img {
  width: 28px;
  margin-right: 10px;
}

.channels-dropdown {
  display: none;
  width: 100%;
  margin-top: 10px;
}

.channels-dropdown-content {
  padding: 0 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  max-height: 400px;
  overflow-y: scroll;
}

.channels-dropdown .channel {
  width: 33.3333333%;
}

.channels-close {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background-color: #e2e2e2;
  cursor: pointer;
}

.widget {
  position: fixed;
  width: 350px;
  bottom: 0;
  right: 20px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #f27b30;
          box-shadow: 0 0 10px 0 #f27b30;
  z-index: 999;
}

.widget-close {
  display: none;
  background: url(../../sites/rt-moscow/img/desktop/close.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.widget-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  background-color: #f27b30;
  cursor: pointer;
}

.widget-logo {
  margin-right: 10px;
}

.widget-heading {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.widget-body {
  height: 0;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: height 400ms ease;
  -o-transition: height 400ms ease;
  transition: height 400ms ease;
}

.widget-body.active {
  height: 440px;
  padding: 30px 20px 50px;
}

.widget-body.active .widget-close {
  display: block;
}

.widget-description {
  font-size: 16px;
  margin-bottom: 30px;
}

.widget-label {
  color: #959595;
  margin-bottom: 10px;
}




.perelink{
  margin: 20px auto;
    text-align: center;
  
}

.links_ul{
  list-style: none;
}
.links_ul li{
  display: inline-block;
  margin: 5px 10px;
      font-size: 25px;
    color: black;
        font-weight: 200;
}

.links_ul li a{
     border-right: 2px solid #9300ff;
    color: #9300ff;
    padding-right: 23px;
}

.links_ul li:last-child a{
     border-right: 0px solid #9300ff;
    color: #9300ff;
    padding-right: 23px;
}

#checkPhone .modal-content {
    padding: 0;
}

#checkPhone .modal-head {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    text-align: left;
    background-color: #f9f9f9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.checkPhone-content .modal-body {
    align-items: flex-start;
    text-align: left;
}

.checkPhone__header {
    margin: 0;
    display: inline-block;
}

.checkPhone__form {
    margin: 0;
    text-align: center;
    width: 100%;
}

p.checkPhone__strong {
    display: inline-block;
    font-weight: 600;
}

.checkPhone__tel {
    display: inline-flex;
    justify-content: flex-start;
}

.checkPhone__main {
    display: block;
    font-size: 20px;
    /* margin-bottom: 20px; */
}

.checkPhone__notification {
    background-color: #ffeded;
    padding: 12px;
    line-height: 1.7;
    font-size: 17px;
    margin: 0 -15px 20px;
}

.checkPhone__manager {
    margin: 10px;
    font-size: 15px;
}

.checkPhone__clause {
    font-size: 16px;
    margin-bottom: 20px;
}

.checkPhone__tel.active .checkPhone__link {
    display: none;
}

.checkPhone__link {
    display: inline-block;
}

.checkPhone__tel .input {
    width: 78%;
    padding: 5px;
    border: none;
    border: 2px solid #fff;
    border-bottom: 2px solid red;
    border-radius: 0;
}

.checkPhone__tel .input:focus {
    padding: 6px;
    border: 1px solid #ababab;
}

.checkPhone__btn {
  width: 55%;
}

.thanks-content {
    display: none;
}

.form-policy {
    font-size: 11px;
    margin-bottom: 20px;
    color: #bdbdbc;
}

.form-policy a {
    color: #bdbdbc;
    text-decoration: underline;
}

.form-policy a:hover {
    text-decoration: none;
}

.main-form-policy {
    color: #efefef;
}

.main-form-policy a {
    color: #efefef;
}

.widget-policy {
    margin-top: 10px;
    color: #bdbdbc;
}

.comebacker-policy, .test-policy {
    margin: 10px 0 0;
}

.test-policy {
    width: 100%;
    font-size: 11.5px;
    text-align: center;
}

.common-policy {
    margin-bottom: 10px;
}

.tariff-policy {
    width: 100%;
    margin: 10px 0 0;
    text-align: left;
}



.tariffs-card-wrapper.tariff-sim {
    flex-direction: column;
    align-items: flex-start;
}

.tariff-sim::after {
    height: 100%;
}

.tariffs-card-inner {
    display: flex;
    width: 100%;
}

.tariffs-card-info {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.tariff-sim .tariffs-card-price {
    width: 23%;
}

.tariff-sim .tariffs-card-data {
    justify-content: flex-start;
    width: 80%;
}

.tariff-sim .tariffs-card-data-item {
    margin-right: 5%;
}

.tariff-sim .tariffs-card-heading {
    margin-bottom: 10px;
}

.sim-circle {
    position: relative;
}

.sim-ellipse {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
    left: 42px;
    padding: 3px 6px;
    font-size: 12px;
    background-color: #f0f0f0;
    border: 1px solid #9300ff;
    border-radius: 30px;
    
    font-weight: 700;
    color: #9300ff;
}

.sim-infinity {
    display: block;
    width: 20px;
    height: 11px;
    margin-right: 3px;
    background-image: url(/assets/templates/img/infinity.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sim-value {
    margin-right: 3px;
}



.privacy-policy-btn {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 600;
    color: #9a9a9a;
    cursor: pointer;
}

.privacy-policy-btn.main {
    display: inline-block;
    width: 100%;
}

.privacy-policy-btn:hover {
    text-decoration: underline;
}

.privacy-policy-text {
    height: 450px;
    text-align: left;
    overflow-y: scroll;
}

.privacy-policy-text b, .privacy-policy-text p {
    display: inline-block;
    margin-bottom: 10px;
}







.top-line-right-region {
    position: absolute;
    top: 45px;
    left: 60px;
    padding: 15px 20px;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    z-index: 999;
    cursor: default;
}

.top-line-right-region::before {
    content: '';
    position: absolute;
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.right-region__heading {
    margin-bottom: 15px;
}

.right-region__buttons {
    display: flex;
    justify-content: space-between;
}

.right-region__button {
    width: 48%;
    padding: 8px;
    border: none;
    border-radius: 0.25em;
    cursor: pointer;
}

.is-right {
    background: #9300ff;
    color: #fff;
}


.popup-choose-city .modal-dialog {
    max-width: 400px;
}

.choose-city-body {
    max-height: 50vh;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow-y: auto;
}

.input--search-region {
    width: 100%;
    margin-bottom: 45px;
    text-align: left;
}

.choose-city-heading {
    width: 100%;
    text-align: left;
}

.region-link {
    display: none;
    margin-bottom: 15px;
}

.region-link:hover a {
    color: #9300ff;
}

.region-link.d-block {
    display: block;
}


label {
    cursor: pointer;    
}

.check-form .modal-head {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #f9f9f9;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.check-form .modal-content {padding: 0;}

.check-form .popup-provider {
    max-width: 60px;
    margin: 0 15px 0 0;
}

.last-check__header {
    margin: 0;
    font-size: 18px;
}

.check-form .modal-body--last-check {
    padding: 40px 30px 25px;
    text-align: left;
    display: block;
}

.check-form .main-color {
    color: #e30611;
}

.last-check__heading {
    margin-bottom: 50px;
}
.radio-check {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #9300ff;
    border-radius: 3px;
}

.last-check__radio input[type='radio']:checked + .radio-check::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #9300ff;
    border-radius: 3px;
    transform: translate(-50%, -50%)
}

.last-check__radio {
    display: flex;
    margin-bottom: 20px;
}

.last-check__radio .radio-text {
    width: calc(100% - 30px);
    margin-left: 10px;
}

.btn-last-check {
    display: block;
    width: 55%;
    margin: 20px auto 0;
    color: #fff;
    background-color: #9300ff;
    border-color: #9300ff;
}

.tariffs-card-price.discount {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.tariffs-card-price.discount .old-price {
    position: relative;
    width: min-content;
    padding: 0 5px;
    font-size: 20px;
    color: #ea5045;
}

.tariffs-card-price.discount .old-price::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #ea5045;
}

.discount .tariffs-card-price-value {
    grid-row: 2 / 3;
}

.discount .tariffs-card-price-currency {
    grid-row: 2 / 3;
}

.copyright {
    margin-top: 10px;
    font-size: 12px;
    color: #9a9a9a;
}


