@import "reset.css";
@import "fonts.css";

a {
  transition: all 0.15s ease;
}

body {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

* {
  scroll-behavior: smooth;
}

:root {
  --text-primary: #0a61f9;
  --text-secondary: #6e788a;
  --text-secondary-dark: #c8ced9;
  --icon-primary: #0a61f9;
  --icon-secondary: #6e788a;
  --bg-primary: #f0f3f5;
  --bg-primary-dark: #191c22;
  --border-primary: #191c22;
  --border-secondary: #e2e6ed;
  --brand-primary: #00ffce;
  --brand-secondary: #00ffce;
  --brand-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.05);
  --color-icon-secondary-invert: #222731;
}

.real-btn {
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  color: var(--border-primary);
  font-weight: 500;
  background-color: var(--brand-primary);
  border-radius: 40px;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  text-decoration: none;
  font-size: 16px;
  max-width: fit-content;
}

.real-btn:hover {
  background-color: #0045bd;
  color: var(--bg-primary);
}

.real-btn-w {
  background-color: #fff;
  box-shadow: var(--brand-shadow);
}

.real-btn-w:hover {
  color: var(--text-secondary);
  background-color: #fff;
}

.real-btn-b {
  background-color: var(--color-icon-secondary-invert);
  color: #fff;
}

.real-btn-b:hover {
  color: #c8ced9;
  background-color: var(--color-icon-secondary-invert);
}

.header1 .real-btn {
  box-shadow: var(--brand-shadow);
}

.call-back a {
  font-size: 28px;
  color: #005cff;
  white-space: nowrap;
}

.call-back a:hover {
  transform: scale(1.02);
  color: #ffffff;
}

.modal-real-btn {
  margin-top: 20px;
}

textarea {
  resize: none;
}

.container {
  padding-right: 0;
  padding-left: 0;
  max-width: 1200px;
}

.h-60 {
  height: 60%;
}

.real-btn-big {
  transform: scale(1.2);
}

.real-btn-big:hover {
  transform: scale(1.22);
}

.banner-top {
  padding-top: 90px;
  margin: 0;
  width: 50%;
}

.banner-buttons {
  display: flex;
}

.h-40 {
  height: 40%;
}
.h-30 {
  height: 30%;
}

.nopad {
  padding: 0;
}

.m-23 {
  padding-bottom: 100px;
}
.tm-section-pad-top {
  padding-top: 20px;
}

#banner-block h3,
#banner-block .h3 {
  font-size: 16px;
}

#banner-block h1 {
  font-size: 56px;
  font-weight: 400;
  min-width: 520px;
  margin-bottom: 16px;
  color: var(--text-primary);
}

#hero {
  box-shadow: none;
  background-repeat: no-repeat;

  height: 60vh;
  min-height: 375px;
  position: relative;
}
#order_text {
  font-size: 32px;
}
#connect_type {
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--text-secondary);
}

.is_overlay {
  display: block;
  width: 100%;
  height: 100%;
}
/* #banner-block {
  width: 100vw;
} */
#banner-block-inner {
  right: 0;
  bottom: 0;
  left: 0;
  top: 76px;
  z-index: -10;
  overflow: hidden;
  position: absolute;
  display: block;
  width: 100vw;
}

#banner-block {
  width: auto;
  height: 640px;
  background-image: url('/assets/images/banner_0.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-color: var(--bg-primary);
}

.banner-img {
  right: 0;
  bottom: 0;
  left: 0;
  top: 115px;
  z-index: -10;
  overflow: hidden;
  position: absolute;
  display: block;
}

.banner-img img {
  object-fit: cover;
  width: auto;
  min-width: 100%;
  left: 0;
  height: 576px;
  z-index: -10;
}

.p-15px {
  padding: 15px;
}

.p-15px img {
  margin: 15px;
}

body {
  background: var(--bg-primary);
  font-family: "insis-sans", sans-serif;
  overflow-x: hidden;
  color: var(--text-primary);
  margin: 0;
  padding-top: 76px;
  font-weight: 400;
  /*padding-bottom: 120px;*/
}

header {
  background: #ffffff;
}

.header1 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  height: 76px;
  padding: 0;
  text-align: center;
  width: 100vw;
}

.support {
  display: flex;
  align-items: center;
  gap: 8px;
}

.support .img-phone {
  height: 22px;
  margin-right: 8px;
  margin-top: -4px;
}

.location {
  display: flex;
  align-items: center;
}

.btn-location {
  background: none;
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

.btn-location:hover {
  background: none;
  border: none;
  opacity: 0.7;
  transition: 0.3s;
}

.img-loc {
  height: 20px;
}

.tabbar {
  position: fixed;
  z-index: 1029;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-100% - 120px + 100vh));
  transition: transform 0.6s ease;
}

.homepage .tabbar {
  position: fixed;
  z-index: 1029;
  left: 50%;
  transform: translateX(-50%) translateY(520px);
  transition: transform 0.6s ease;
}

.logo-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header2 {
  background: white;
  box-shadow: var(--brand-shadow);
  padding: 0;
  text-align: center;
  width: auto;
  padding: 6px;
  border-radius: 64px;
}

.header3 {
  background: white;
  box-shadow: 0 3px 0 0 #dedede, 0 4px 0 0 #bfbfbf,
    0 4px 8px 0 rgba(0, 0, 0, 0.3);
  margin-top: 45px;
  height: 70px;
  padding: 0;
  text-align: center;
  width: 100vw;
}

.header2 button {
  margin-right: 0;
  max-width: 210px;
}

.logo {
  height: 44px;
}

.menu > li {
  white-space: nowrap;
  padding: 12px;
  border-radius: 48px;
}

.menu > li:hover {
  background-color: var(--bg-primary);
}

.menu a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary);
}

.menu .submenu {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 69px;
  z-index: -1;
  left: -24px;
  width: 340px;
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.25);
}

.menu .submenu li {
  margin: 0 32px;
  padding: 16px 0;
  text-align: left;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}
.menu .submenu li:last-child {
  border: none;
}

.menu .submenu li a {
  color: #000000;
  text-decoration: none;
  white-space: pre-line;
  line-height: 24px;
}
.menu .submenu li:hover a {
  color: #fece00;
}

.menu > li:hover .submenu {
  display: block;
}

.menu > li.hassubmenu {
  position: relative;
}

.menu a .icon {
  margin-right: 3px;
  vertical-align: middle;
  max-width: 25px;
  margin-bottom: 4px;
}

.header3 li {
  text-align: left;
}
.parent {
  cursor: pointer;
  padding: 10px 10px 10px 100px;
  display: contents;
}
.child {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  border: 1px solid #005cff;
  border-radius: 0px;
  color: #000;
  padding: 0.5rem;
  margin: 2px 7px 2px 2px;
  max-width: calc(100% - 8px);
  text-decoration: none;
}
.title {
  height: 100%;
  z-index: 10;
}

.blackoverlay {
  width: 100%;
  max-width: 1920px;
  height: 640px;
}

.title1 h1 {
  font-size: 41px;
  margin: 3% 0;
}

.cnt-btn.ylw-btn {
  margin-left: -3px;
  padding: 0 58px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 22.5px;
  margin-top: -2px;
  width: 225px;
}

.ylw-btn {
  width: 100%;
  background: #005cff;
  border: none;
  border-bottom: 4px solid #002c7b;
  min-height: 50px;
  border-radius: 25px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}

.ylw-btn:hover {
  background: #002c7b;
}

.wht-btn {
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 4px solid #dedede;
  height: 50px;
  border-radius: 25px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.wht-btn:hover {
  color: #005cff;
}

.tarif {
  width: 384px;
}

.tarif-btn {
  padding: 18px 20px;
  background-color: var(--brand-primary);
  font-size: 16px;
  white-space: nowrap;
  border: none;
  box-shadow: none;
  border-radius: 40px;
}

.tarif-btn:hover {
  background-color: var(--brand-secondary);
}

.tarif-btn-arhived {
  padding: 18px 20px;
  font-size: 16px;
  border-radius: 40px;
  white-space: nowrap;
  border: none;
  box-shadow: none;
  color: var(--text-primary);
  background-color: var(--bg-primary);
}

.on-tarif {
  color: var(--text-primary);
}

/*.tarif:last-child {margin-right: 0;}*/
/*.tarif:first-child {margin-left: 0;}*/
.tarif-in {
  background: white;
  border-radius: 16px;
  height: 100%;
}

h2 {
  font-size: 28px;
}
.h2 {
  font-size: 28px;
}

p {
  font-size: 15px;
}

.tarif h2 {
  margin: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.t-details .h2 {
  margin: 0;
  padding: 0;
  /*padding-left: 10px;*/

  float: left;
}

.t-box {
  text-align: center;
  width: 80%;
}

.name {
  float: left;
}

.name h2 {
  margin-top: 15px;
}

.t-box p {
  padding: 0;
  margin: 0;
}

.value {
  margin: 0;
  float: right;
}

.cost .h2 {
  font-size: 40px;
  white-space: nowrap;
  font-weight: 500;
}

.cost .h2 span {
  font-size: 16px;
}

.costold {
  display: flex;
  gap: 4px;
  color: var(--text-secondary);
  font-size: 16px;
}

.price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 4px;
  align-items: end;
}

.price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price button {
  margin-bottom: 5px;
  min-height: 40px;
}
.icons {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.icons.nopad {
  padding: 0;
}

.icons.pt-16px {
  padding-top: 16px;
}

.icons img {
  width: 50px;
  height: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  float: right;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2e6ed;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  background-color: var(--icon-secondary);
  border: 2px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: -2px;
}

input:checked + .slider,
input:checked + .slider:before {
  background-color: var(--brand-primary);
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 40px;
}

.slider.round:before {
  border-radius: 50%;
}

.more a {
  text-decoration: none;
  text-align: center;
  color: #bbbbbb;
}

.more a:hover {
  color: #878787;
}

.sup {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 600px;
  text-align: center;
}

.sup h2 {
  font-size: 21px;
  margin: 10px;
}

.sup button {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}

.footer-dark {
  padding: 20px;
  text-align: center;
  width: 100%;
  height: auto;
}

.foot-center {
  margin: 0 auto;
}

.contract a {
  color: #282828;
}

.contract img {
  width: 10px;
  margin-right: 5px;
}

.footer-dark a {
  padding-bottom: 15px;
}

.footer-dark a:hover {
  size: 17px;
  color: #005cff;
}

.footer-dark p {
  padding-top: 10px;
  text-align: left;
  color: #818181;
  font-size: 9px;
}

.small-a-footer a {
  padding-top: 10px;
  text-align: left;
  color: #818181;
  font-size: 9px;
}

.small-a-footer a:hover {
  color: #818181;
}

.prov a {
  text-decoration: none;
}

.copyright {
}

.copyright p {
  float: right;
  margin-bottom: 0;
  padding-top: 0;
  color: white;
}

.tarif-info {
  padding: 10px;
  background: white;
  border-radius: 4px;
  border: 1px solid #ececec;
  margin: 14px;
}

.tarif-info h1 {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.info {
  width: 60%;
  margin: 0;
  padding: 0;
}

.t-box-info {
  padding: 0;
  margin: 0;
  width: 100%;
}

.t-box-info h2 {
  padding: 0;
  margin: 0;
}

.category {
  margin: 0;
  min-width: 300px;
  margin-right: 15px;
}

h3,
.h3 {
  font-size: 17px;
}

.category .h3,
.category h3 {
  margin: 0;
  padding: 0;
}

.category p {
  padding: 0;
}

.text p {
  margin-right: 15px;
}

.m-top-20px {
  margin-top: 20px;
}

.img-qst {
  width: 12px;
}

.wrapper {
  margin: 0 auto;
}

.dropdown {
  float: left;
  width: 100%;
}

.dropdown .h3,
.dropdown h3 {
  padding-right: 22px;
}

input[type="checkbox"] {
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background: #e2e6ed;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.15s;
  appearance: none;
  outline: none;
}

input[type="checkbox"]:checked {
  background: var(--brand-primary);
}

input[type="radio"] {
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 2px solid var(--brand-primary);
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.15s;
  appearance: none;
  outline: none;
}

input[type="radio"]:checked {
  background: var(--brand-primary);
  border: 2px solid var(--brand-primary);
}

.dropdown input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.dropdown label {
  cursor: pointer;
  display: inline-block;
}

.dropdown label:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  background-image: url(/assets/images/icons/arrow.svg);
  width: 10px;
  height: 10px;
  margin-right: 12px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.dropdown input[type="checkbox"]:checked ~ label:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

label {
  margin-bottom: 0;
}

.dropdown .text {
  margin-top: 15px;
  max-height: 0;
  text-align: left;
  -webkit-transition: height 0.7s;
  -moz-transition: max-height 0.7s;
  -ms-transition: max-height 0.7s;
  -o-transition: max-height 0.7s;
  transition: max-height 0.7s;
  overflow: hidden;
}

.dropdown input[type="checkbox"]:checked ~ .text {
  max-height: 900px;
}

.dropdown hr {
  margin-top: 0;
}

.bold {
  font-weight: 400;
}

.font-700 {
  font-weight: 700 !important;
}
.font-500 {
  font-weight: 500 !important;
}
.font-400 {
  font-weight: 400 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.mt-1px {
  margin-top: 1px !important;
}

.a-style {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.a-style1 {
  width: 100%;
}

.a-style a {
  border-bottom: 1px solid #282828;
  text-align: center;
  font-size: 21px;
  color: #282828;
  text-decoration: none;
}

.a-style a:hover {
  border-color: #005cff;
  color: #005cff;
}

.adress {
  resize: none;
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 8px;
  outline: none;
  padding: 8px 20px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
}

.adress:focus {
  border-color: #878787;
  box-shadow: none;
}

.p-small p {
  color: var(--text-secondary);
}

.p-small a {
  font-size: 15px;
  color: var(--text-primary);
}

.p-small a:hover {
  color: var(--text-secondary);
}

.p-small {
  text-align: left;
}

.full-screen-height {
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 4%;
  margin-top: 4%;
}

/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 18px;
  height: 16px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 10px;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon2 span {
  background: #212121;
}

.animated-icon2 span:nth-child(1) {
  top: 0;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 7px;
}

.animated-icon2 span:nth-child(4) {
  top: 14px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0;
  left: 50%;
}

button:focus {
  outline: none;
}

span:focus {
  outline: none;
}

.margin-15 {
  margin: 15px;
}

.a-group {
  text-align: left;
}

.a-group a {
  padding-right: 25px;
  width: 100%;
  font-size: 21px;
  color: #282828;
  text-decoration: none;
}

.arrow_head:before {
  content: "";
  float: right;
  background-image: url(/assets/images/icons/arrow.svg);
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-left: 12px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.arrow_head.active:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wrapper {
  width: 70%;
}

.panel-heading {
  padding: 0;
  border: 0;
}

.panel-title > a,
.panel-title > a:active {
  font-size: 21px;
  color: #282828;
  text-decoration: none;
}

.panel-heading a:before {
  content: "";
  float: right;
  background-image: url(/assets/images/icons/arrow.svg);
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-left: 12px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.panel-heading.active a:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.a-17 a {
  font-size: 21px;
}

.img-16px {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.btn-yellow {
  height: 45px;
  padding-left: 12px;
  padding-right: 12px;
  background: #0a61f9;
  color: #fff;
  border: none;
  padding-top: 4px;
}

.btn-yellow:hover {
  color: #fff;
  background: #0a61f9;
}

.call-btn {
  padding-left: 17px;
  padding-right: 17px;

  /*  -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;*/
}

/*.call-btn:hover{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}*/
.pb-10px {
  padding-bottom: 10px;
}

.pt-10px {
  padding-top: 10px;
}

.icons h3,
.icons .h3 {
  color: #282828;
  margin: 0 5px;
}

.icons h3:hover,
.icons .h3:hover {
  color: #282828;
}

.price button {
  width: 100%;
  margin: 0;
}

.modal .real-btn {
  width: 100%;
  max-width: none;
}

.modal .price {
  display: block;
}

.call-btn1 {
  padding-left: 20px;
  padding-right: 20px;
}

.call-btn-mob {
  width: 50px;
  background: white;
  border: none;
}

.call-btn-mob:hover {
  background: #ececec;
  border: none;
}

.call-btn-mob .img-16px {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 18px;
  height: 18px;
  margin: 0;
}

.telephone a {
  color: #282828;
}

#phone_number {
  font-size: 27px;
}

.callback h3,
.callback .h3 {
  padding-top: 10px;
}

.ribbon a {
  text-decoration: none;
}

.ribbon-wrap {
  position: absolute;
  font-size: 12px;
  line-height: 12px;
  right: -5px;
  top: 15px;
}

.ribbon-wrap .ribbon {
  position: relative;
}

.icons img.rocket {
  height: 26px;
  width: 26px;
}

.icons img.phone {
  height: 22px;
  width: 22px;
  margin-top: 7px;
}

.icons img.tv {
  height: 26px;
  width: 60px;
  margin-top: 8px;
}

.mr-16px {
  margin-right: 16px;
}

.mt-32px {
  margin-top: 32px;
}

.mt-24px {
  margin-top: 24px;
}

.mt-3px {
  margin-top: 3px;
}

.ribbon span {
  cursor: pointer;
  font-size: 12px;
  display: block;
  padding: 5px 12px 5px 8px;
  position: relative;
  height: auto;
  margin-right: -5px;
  color: #ffffff;
  text-decoration: none;
  background: url(/assets/images/bg-action.png);
  background-size: 100% 100%;
}

.text-title-ask-tarif {
  font-weight: 500;
  line-height: 38px;
}

.underline {
  text-decoration: underline;
}

.greyline {
  margin-top: 20px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #bebebe;
}
.greyline-cor {
  position: absolute;
  bottom: 115px;
  width: 80%;
}
.italic {
  font-style: italic;
}

.font-medium {
  font-weight: 500;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.tooltip-inner {
  font-size: 12px;
  padding: 15px 10px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-arrow {
  background-color: #ffe692;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  background-color: #ffe692;
  border-bottom-color: #ffe692;
}

.tarif-body {
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e2e8;
  border-radius: 16px;
  overflow: hidden;
}
.tarif-body .fixed-height-block {
  min-height: 57px;
}

.dark-p p {
  color: #747474;
}

.suggestions-addon[data-addon-type="clear"] {
  background: none;
  cursor: pointer;
  opacity: 0.8;
}

.sale-area {
  float: left;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background: #ffe49b;
}

.call-bee a {
  color: #282828;
}

.strikethrough {
  position: relative;
}

.strikethrough:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  border-top: 2px solid red;
  height: 45%;
  height: calc(50% - 1px);
  width: 100%;
  transform: rotateZ(-8deg);
}
.close-modal {
  cursor: pointer;
  z-index: 100;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close-modal {
  position: absolute;
  top: 24px;
  right: 40px;
}
.close img {
  position: absolute;
  top: 0;
  right: -10px;
  width: 20px;
}

.g-recaptcha {
  transform: scale(0.7);
  transform-origin: 0 0;

  width: 210px;
}

.mar-20 {
  margin: 20px;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #ececec;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  bottom: 0;
  background-color: #cdcdcd;
  transition: width 0.3s linear;
}

.progress .indeterminate {
  background-color: #cdcdcd;
}

.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

html {
  position: relative;
  min-height: 100%;
  padding: env(safe-area-inset);
}

.red p {
  color: #e88e8e;
}

.radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.radio-button .radio-label {
  display: inline-block;
  padding: 12px 16px;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-size: 16px;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s ease;
}

.radio-button .radio-label:hover {
  color: var(--text-secondary);
  transition: 0.3s ease;
}

.radio-button input[type="radio"]:checked + .radio-label {
  background-color: var(--icon-primary);
  color: var(--bg-primary);
}

.radio-list .radio-button input {
  /* display: none; */
  width: 1px;
  height: 1px;
  min-height: 0;
  min-width: 0;
  border: none;
}

.radio-label {
  cursor: pointer;
  font-size: 14px;
}

.radio input {
  margin-right: 8px;
  cursor: pointer;
}

.mar-0 button {
  width: 100%;
  margin: 5px 0 5px 0;
}

input[type="text"] {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 99px;
  margin-top: 6px;
  margin-bottom: 15px;
  outline: none;
  padding: 10px 25px;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 400;
}

input:focus,
textarea:focus {
  caret-color: var(--brand-primary);
}

input[type="tel"] {
  padding: 12px 0;
  font-size: 22px;
  border: none;
  border-bottom: 1px solid var(--border-secondary);
  background-color: transparent;
}

.form-control:disabled,
.form-control[readonly] {
  cursor: default;
}

#city_modal .modal-dialog {
  margin: 0;
  height: 100%;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal .modal-content {
  z-index: 10;
  height: 100%;
  background-color: var(--color-icon-secondary-invert);
  color: #fff;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: absolute;
  right: 0;
  min-width: 440px;
  max-width: 500px;
}

.modal-full .modal-content {
  margin: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  min-height: 100vh;
  min-width: 100vw;
  max-width: none;
}

.close-white img {
  right: 40px;
}

#searchinput {
  background: rgba(225, 225, 225, 0.75);
  padding: 5px 19px;
  width: 200px;
  border-radius: 19px;
  border: none;
  margin-top: 25px;
  margin-bottom: 0;
}

#searchinput:focus {
  background: #ffffff;
}

.cities-list a,
.cities-list > li > span {
  text-decoration: none;
  color: #cdcdcd;
  font-size: 15px;
}
.cities-list a.lnk {
  color: #ffffff;
}

.cities-list {
  margin-bottom: 20px;
}

.cities-list li {
  margin: 9px 0;
}

.graybackground {
  background: #f5f4f2;
}

.none-dec a {
  font-size: 17px;
  color: #282828;
  text-decoration: none;
}

.none-dec p {
  font-size: 17px;
}

.pb-20px {
  padding-bottom: 20px;
}

.p-30px {
  padding: 30px;
}

.hover-ylw:hover {
  border-color: #fbce5d;
}

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

.fix-banner {
  padding: 15px;
  background: white;
  border-radius: 4px;
}

.adress-r-body button {
  margin: 10px 0;
}

.t-shadow {
  text-shadow: 0 0 20px #dbe2e2;
}

.address-in {
  height: auto;
  padding: 36px 0;
}

.adress-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 360px;
}

.address-check-text {
  font-size: 18px;
  color: var(--text-secondary);
}

.address-check-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.address-search {
  padding: 12px 0;
  font-size: 22px;
  border: none;
  border-bottom: 1px solid var(--border-secondary);
}

.address-search::placeholder {
  color: var(--text-secondary);
}

.address-check-form .real-btn {
  max-width: fit-content;
}
.color-white {
  color: #ffffff;
}

.font-14px {
  font-size: 14px;
}
.font-16px {
  font-size: 16px;
}
.font-13px {
  font-size: 13px;
}
.font-12px {
  font-size: 12px;
}

.lh-22px {
  line-height: 22px;
}
.lh-13px {
  line-height: 13px;
}
.mt-8px {
  margin-top: 8px;
}

.mt-minus-10 {
  margin-top: -10px;
}

.mt-minus-15 {
  margin-top: -15px;
}

.pt-16px {
  padding-top: 16px;
}
.d-list-item {
  display: list-item !important;
  font-weight: 400;
}
.banner-list {
  list-style: initial;
  font-size: 24px;
  color: var(--text-secondary);
  margin-bottom: 40px;
  list-style-type: none;
}

.tarifs-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 80px 0 0 0;
  margin: 0 auto;
}

.tarifs-content .tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
}

.tab-button {
  background-color: #e2e6ed;
  padding: 12px 16px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  box-shadow: none;
  border-radius: 44px;
  cursor: pointer;
  font-weight: 400;
  white-space: nowrap;
}

.tab-button:hover {
  background-color: #f0f3f5;
  color: #6e788a;
}

.tab-button.active {
  background-color: var(--icon-primary);
  color: #fff;
  cursor: default;
}

.features-button-row .real-btn-b {
  max-width: fit-content;
}
.main-title {
  font-size: 40px;
  font-weight: 400;
}
.tarif-section .btn_connect {
  width: 100%;
}
.btn_connect.disabled {
  background: #bebfbe;
  border: none;
}

.tarif-desc-info {
  display: flex;
  flex-direction: column;
  color: var(--text-secondary);
  font-size: 16px;
}

.tarif-desc-sub {
  font-size: 14px;
}

.swither {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.swither-left {
  color: var(--text-secondary);
  display: flex;
  /* flex-direction: column; */
  gap: 4px;
  font-size: 16px;
}

.swither-title {
  color: var(--text-primary);
}

.question-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.action-text {
  color: #00a65e;
}

.dop-info {
  box-sizing: border-box;
  text-align: center;
  background-color: var(--color-icon-secondary-invert);
  color: rgb(253, 253, 254);
  font-size: 16px;
  line-height: 20px;
  border-radius: 16px 16px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px 24px;
  margin-bottom: -16px;
}

.dop-info span {
  width: 100%;
  text-align: center;
}

.tarif-section .tv-text {
  font-size: 10px;
  color: #979797;
  margin-top: 0;
  margin-left: -2px;
  margin-bottom: -3px;
}

.tarif-section .mobile-question {
  margin-left: 2px;
}

.tarif-section .mobile-question img {
  width: 20px;
  height: 20px;
}

.tarif-section .tarif-tv-block {
  margin-top: 6px;
  margin-left: 2px;
}

.tarif-section .canal-count {
  margin-left: -2px;
}

.rate_name {
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  color: var(--text-primary);
  text-decoration: none;
}

a.rate_name:hover {
  color: var(--text-secondary);
}

a.rate_name:hover img {
  transform: translate(30%) rotate(270deg);
}

.tarif-top {
  background-color: rgb(240, 243, 245);
  padding: 24px;
  min-height: 264px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #e2e2e8;
}

.tarif-bottom {
  background-color: #fff;
  padding: 24px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.t-details {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.t-details-counts {
  font-size: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #13171b;
}

.t-details-sub {
  font-size: 16px;
  color: var(--text-secondary);
  font-weight: 400;
}

.support-in.ask-call {
  background: #ffdf8e !important;
}

.support-form-row {
  max-width: 550px;
  margin: 9px auto;
  padding-left: 5px;
  margin-bottom: 0;
}

.support-form-button {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.support-form-row .form-control {
  border-radius: 17.5px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 25px;
}

.wait-call-btn {
  font-size: 14px;
  font-weight: 400;
  border-radius: 20px;
  height: 45px;
  min-height: 45px;
  width: 217px;
  margin: 0 auto !important;
  padding-top: 5px;
  padding-left: 20px;
}

.show-all-tarif {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.show-all-tarif a {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}

.show-all-tarif .down {
  vertical-align: text-bottom;
}

.show-all-tarif .down:after {
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  font-weight: 500;
  margin-top: -4px;
}

.mr-30px {
  margin-right: 30px;
}

.mr-25px {
  margin: 0 auto;
  float: none;
}

.pull-right {
  float: right;
}

#address-block {
  margin-top: -40px;
}

.cont-block {
  box-shadow: var(--brand-shadow);
  padding: 60px 120px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

#address-block button {
  margin-bottom: 0;
}

#address-block a {
  transition: all 0.3s ease;
  color: #282828;
  text-decoration: none;
}

#address-block a:hover {
  color: #5c626e;
  text-decoration: none;
}

#address-block .tarif {
  min-width: 0;
}

#categories a {
  transition: all 0.3s ease;
  color: #282828;
  text-decoration: none;
}

#categories a:hover {
  color: #5c626e;
  text-decoration: none;
}

#categories .tarif {
  min-width: 0;
}

.address-in .suggestions-suggestions {
  color: #101828;
  padding: 10px 15px;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 20px 20px;
  z-index: 2;
}

.suggestions-suggestions span:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
}

.suggestions-suggestions span:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  border-bottom: 20px solid white;
  border-right: 20px solid transparent;
}

.suggestions-mobile {
  padding: 10px;
  margin: 0 35px;
  max-width: 100%;
}

.transfer-section {
  padding: 60px 120px;
  max-width: 1200px;
  gap: 24px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.plus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.plus-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  min-width: 220px;
  padding: 24px;
  font-size: 16px;
  border-radius: 20px;
  align-items: start;
  position: relative;
}

.plus-title {
  left: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.plus-item img {
  height: 40px;
  width: auto;
  
}

.features-section .plus-item img
{
  filter: brightness(0%) contrast(100%) invert(1);
}

.transfer-section .plus-item {
  background-color: #fff;
  height: 220px;
  width: 260px;
}

.plus-subtitle {
  color: var(--text-secondary);
  line-height: normal;
}

.help-block {
  background-image: url(../images/help_atribute.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  max-width: 1200px;
  margin: 40px auto;
  padding: 60px 120px;
}

.help-block-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 380px;
}

.help-block .real-btn {
  max-width: none;
}

.check-block {
  display: flex;
  gap: 8px;
  font-size: 16px;
}

.check-block {
  color: var(--text-secondary);
}

.check-block a {
  color: var(--text-primary);
}

.transfer-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 340px;
}

.transfer-middle {
  font-size: 18px;
  color: var(--text-secondary);
}

.transfer-phone-row {
  margin-top: -3px;
  white-space: nowrap;
}

.transfer-phone {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline;
  vertical-align: middle;
  margin-left: 2px;
  display: inline-block;
}

.transfer-phone:hover {
  color: #0a61f9;
  text-decoration: underline;
}

.transer-or-text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 12px;
  margin-right: 18px;
}

.transfer-call-btn {
  display: inline-block;
  width: auto !important;
  padding: 10px 51px 12px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 17px;
  height: 42px;
  min-height: 40px;
  background: #0a61f9;
  border-bottom-color: #e9b400 !important;
}

.other-services-cont {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.other-services {
  width: 48%;
  height: 265px;
  text-align: left;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: right;
  transition: 0.5s;
  margin-bottom: 10px;
  background-size: cover;
  border-radius: 5px;
  background-color: #e6e4e7;
  background-repeat: no-repeat;
  color: black;
  transition: 0.1s;
}

.other-services:hover {
  transform: scale(1.02);
  color: black;
  transition: 0.1s;
}

.other-services a {
  font-size: 22px;
  color: #000000;
}

.other-services-a {
  display: block;
  width: 100%;
  height: inherit;
}

.other-services h2 {
  max-width: 300px;
}

.other-services-title {
  max-width: 1100px;
}

.features-section {
  position: relative;
}

.robot-img {
  position: absolute;
  height: 130px;
  top: -120px;
  width: auto;
  left: 60px;
}

.features-section .plus-item {
  color: #fff;
  background-color: var(--icon-primary);
  height: 280px;
}

.features-section .plus-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.features-section .plus-title {
  font-size: 24px;
}

.features-section .plus-subtitle {
  color: var(--text-secondary-dark);
}

.features-title {
  font-size: 28px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 380px;
  margin: 0 auto;
  padding-left: 22px;
}

.features-row .row.second {
  margin-top: 46px;
}

.features-row .icon-square {
  width: 59px;
  height: 59px;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #e0bf3e, 0 4px 0 0 #c3a11a,
    0 4px 8px 0 rgba(102, 55, 0, 0.4);
  padding: 14px;
  background: #ffe374;
  display: inline-block;
  margin-right: 16px;
  margin-left: -40px;
}

.features-row .icon-square .imgpng {
  margin-top: 4px;
  opacity: 1;
}
.features-row .icon-square img {
  opacity: 0.7;
}

.features-row .features-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 59px;
  text-align: left;
  vertical-align: middle;
  padding-top: 16px;
  padding-left: 2px;
}

.features-row .col-first .features-text {
  max-width: 177px;
}

.features-row .col-second .features-text {
  max-width: 230px;
}

.features-row .col-third .features-text {
  max-width: 220px;
}

.features-row .col-third .imglock {
  width: 22px;
  height: 32px;
}

.features-row .col-second {
  margin-left: 39px;
}

.features-row .col-third {
  margin-left: 14px;
}

.features-button-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.features-cnt-btn {
  font-size: 16px !important;
  border-radius: 18.52px !important;
  height: 44px;
  min-height: 44px;
  padding: 0 48px !important;
  margin-left: 14px !important;
  width: auto !important;
  margin-right: 0 !important;
}

.econom-section {
  background: url(/assets/images/bg-econom.png);
  height: 433px;
  margin-top: 13px;
}

.econom-info {
  margin-left: 21%;
  max-width: 560px;
}

.econom-info .real-btn {
  margin-bottom: 18px;
}

.econom-title {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  margin-top: 75px;
  margin-bottom: 23px;
  margin-left: 8px;
}

.econom-middle {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
  margin-left: 10px;
  max-width: 390px;
}

.want-econom-btn,
.how-econom-btn {
  font-size: 16px !important;
  border-radius: 18.52px !important;
  font-weight: 400 !important;
  height: 44px;
  min-height: 44px;
  padding: 0 36px 0 44px !important;
  margin-left: 11px !important;
  width: auto !important;
  margin-right: 0 !important;
}

.want-econom-btn {
  background: #0a61f9 !important;
  border-bottom: 4px solid #dbb300;
  font-weight: 400 !important;
}

.want-econom-btn:hover {
  background: #dbb300 !important;
}

.how-econom-btn {
  background: #8e8e8e !important;
  color: #ffffff;
  border-bottom: 4px solid #606060;
  margin-left: 18px !important;
}

.how-econom-btn:hover {
  background: #606060 !important;
}

.tv-section {
  height: 554px;
  background: #091013 url(/assets/images/bg-tv.png) no-repeat;
  background-position: right 26.6% top 63%;
  color: #ffffff;
  position: relative;
}
.tv-section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(/assets/images/bg-tv-play.png) no-repeat;
  background-position: 27.5% 330%;
}

.tv-info {
  margin-left: 21%;
  max-width: 580px;
}

.tv-title-left {
  margin-left: 21%;
  padding-top: 41px;
}

.tv-image {
  margin-left: 9px;
}

.tv-text {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  max-width: 200px;
  vertical-align: middle;
  margin-left: 23px;
}

.tv-title-right img {
  height: 70px;
}

.tv-title-right {
  padding-top: 41px;
  margin-right: 29%;
}

ul.tv-list {
  font-size: 16px;
  list-style-type: circle;
  margin-left: 27px;
  margin-top: 44px;
}

ul.tv-list li {
  padding-bottom: 20px;
}

ul.tv-list li::before {
  content: "\2022";
  color: #ffd43f;
  font-weight: bold;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 24px;
  margin-left: -1em;
}

.tv-main {
  background-color: var(--text-primary);
  color: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 20px;
  background-image: url(../images/tv-pic.png);
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.tv-main-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 40px;
}

.tv-main-top-info {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tv-main-top-info img {
  height: 52px;
  width: 52px;
}

.tv-main-subblock {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tv-title {
  font-size: 24px;
}

.tv-main-subblock {
  overflow: hidden;
  position: relative;
}

.tv__slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
}
.slick-track {
  display: flex;
  flex-direction: row;
}

.film-item {
  overflow: hidden;
  height: 170px;
  margin-right: 16px;
  border-radius: 8px;
}

.film-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.subscriptions__slider .film-item {
  position: relative;
  background-color: var(--bg-primary-dark);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  justify-content: end;
}

.subscriptions__slider .film-item img {
  position: absolute;
  opacity: 0.4;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.film-item-title {
  font-size: 16px;
  z-index: 4;
}
.film-item-subtitle {
  font-size: 12px;
  z-index: 4;
}

.slider-shadow {
  position: absolute;
  right: 0;
  z-index: 5;
  height: 100%;
  width: 90px;
  background: linear-gradient(270deg, #0a61f9 0%, rgba(40, 48, 63, 0) 100%);
}

.slick-arrow {
  height: 44px;
  width: 44px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  box-shadow: var(--brand-shadow);
  z-index: 10;
}

.prev-arrow {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
  display: none !important;
}

.next-arrow {
  right: 20px;
}

.how-to-watch {
  margin-top: 60px;
}

.how-to-watch-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  gap: 20px;
  row-gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.how-to-watch-item {
  display: flex;
  width: 48%;
  min-height: 420px;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  background: #eff3f6;
  overflow: hidden;
}

.how-to-watch-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.how-to-watch-title {
  font-size: 24px;
}

.how-to-watch-subtitle {
  font-size: 16px;
  color: var(--icon-secondary);
}

.apps-links {
  display: flex;
  width: 120px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
}

.apps-links-item {
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  color: var(--text-secondary);
}

.apps-links-item:hover {
  box-shadow: var(--brand-shadow);
  background-color: var(--bg-primary);
}

.apps-links-item img {
  height: 20px;
  width: auto;
}

.tv-way img {
  width: 90%;
  height: auto;
}

.mob-way {
  background: #eff3f6 url(/assets/images/tv_phone.png) no-repeat;
  background-position: center bottom;
}

.online-way {
  width: 100%;
  background: #eff3f6 url(/assets/images/tv_macbook.png) no-repeat;
  /* background-position: right bottom; */
  background-position-x: calc(100% - 0px);
  background-position-y: calc(60% - 0px);
  min-height: 280px;
}

.online-way .how-to-watch-title {
  font-size: 32px;
}

.dop-pluses {
  margin-top: 60px;
}

.dop-pluses-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dop-pluses-list .plus-item {
  background-color: #eff3f6;
  height: 280px;
}

.dop-pluses-list .plus-title {
  font-size: 24px;
  width: 50%;
}

.faq-section {
  width: 100%;
  max-width: 1200px;
  padding: 60px 120px;
  margin: 40px auto;
}

.faq-image {
  display: none;
}

.faq-text {
  display: inline-block;
  font-size: 40px;
}

.accordion {
  margin-top: 15px;
}

.accordion .card {
  border: none;
  border-bottom: 1px solid #dfe0e5;
  background: transparent;
}

.accordion .card-header {
  border: none;
  background: transparent;
}

.card-header {
  padding: 0;
}

.accordion .card-body {
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 32px 0;
  line-height: 24px;
  color: #98a0b0;
}
.accordion .card-body a {
  color: #0077ff;
}
.accordion .btn.btn-link {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  padding: 32px 24px 0 0;
  margin-bottom: 12px;
  width: 100%;
  text-align: left;
  position: relative;
}

.accordion .btn.btn-link:before {
  content: "";
  background: url(/assets/images/icons/arrow.svg) 0 0 no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% + 16px);
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}

.accordion .btn.btn-link.collapsed:before {
  content: "";
  background: url(/assets/images/icons/arrow.svg) 0 0 no-repeat;
  position: absolute;
  top: calc(50% + 16px);
  transform: translateY(-50%);
  transition: 0.3s;
}

.tarif-ask,
.tarif-ask .support-in {
  background: #38393c;
}

.text-title-question {
  color: #ffffff;
  font-weight: 500;
  font-size: 28px;
  margin-top: 23px;
}

.tarif-ask .text-desc {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 18px;
}

.tarif-ask .button-row {
  margin-top: 33px;
  margin-bottom: 30px;
  text-align: center;
}

.tarif-ask .button-row button {
  font-size: 16px;
  font-weight: 400;
  height: 43px;
  min-height: 40px;
  border-radius: 20px;
  border: none;
}
.tarif-ask .support-in {
  padding: 40px 30%;
}
#footer {
  background: #fff;
  padding: 60px 0 60px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.first-column {
  flex: none;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.group-footer-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.sup-title {
  font-size: 14px;
  margin-bottom: 12px;
}

.sup-footer-numbers {
  display: flex;
  flex-direction: column;
  color: var(--text-secondary);
}

.sup-text {
  line-height: 20px;
  color: var(--text-primary);
}

.footer-numbers-group {
  grid-column: span 2;
  display: flex;
}

.sup-footer-numbers .phonelink {
  font-size: 32px;
  color: var(--text-primary);
  font-weight: 500;
  margin-top: 16px;
}

.sup-footer-numbers .phonelink:hover {
  color: var(--brand-primary);
}

.footer-last-block {
  max-width: 1200px;
  margin: 40px auto 0;
  font-size: 12px;
  text-align: left;
  padding: 24px 0;
  border-top: 1px solid var(--border-secondary);
  color: var(--text-secondary);
}

.footer-help-from {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--bg-primary);
  border-radius: 20px;
}

.footer-help-from-title {
  font-size: 20px;
  margin-bottom: 16px;
}

.footer-help-from .real-btn {
  max-width: none;
  width: 100%;
}

.footer-container .first-col {
  padding-left: 30px;
}

.footer-container .second-col {
  padding-left: 40px;
  padding-right: 0;
}

.footer-container .fourth-col {
  padding-left: 70px;
}

.footer-container .caption {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary);
  padding-bottom: 20px;
}

.footer-container ul.menu-list li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  text-decoration: none;
  padding-bottom: 12px;
  display: block;
}
.footer-container ul.menu-list li a:hover {
  color: var(--text-primary);
}
.footer-container ul.menu-list li,
.footer-container ul.menu-list {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  min-width: 190px;
}
.footer-container .smalltext {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  padding-left: 40px;
}

.footer-container .support a.phonelink {
  font-size: 22px;
  text-decoration: underline;
}
.footer-container .five-col {
  padding-left: 40px;
  padding-top: 5px;
}
.footer-container .yellow-support {
  background: #005cff;
  margin-top: 15px;
  padding: 5px 6px 6px 0px;
  border-radius: 5px;
  font-weight: 500;
}
.footer-container .yellow-support .smalltext {
  color: #000000;
  font-weight: 600;
}
.footer-container .yellow-support a.phonelink {
  color: #000000;
  font-weight: 600;
}
.footer-container .support .img-phone {
  margin-left: 2px;
  margin-right: 7px;
}
.footer-container .yellow-support .img-phone {
  margin-left: 2px;
  margin-right: 7px;
}
.footer-container .five-col button.btn_order {
  font-size: 16px;
  font-weight: 400;
  height: 43px;
  min-height: 40px;
  border-radius: 20px;
  margin-top: 27px !important;
}

input[type="text"]:focus {
  border-color: #878787;
  box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
  cursor: default;
}

.address-in .form-control {
  border-radius: 99px;
}
.page404 {
  padding: 5% 20%;
}
.header1 a.phonelink {
  font-size: 24px;
  text-decoration: none;
  color: var(--text-primary);
  font-weight: 500;
}

.header1 a.phonelink:hover {
  color: var(--text-secondary);
}
.header1 .img-phone {
  margin-left: 2px;
  margin-right: 7px;
  height: 18px;
  margin-top: -4px;
}
#order_subtext {
  padding-top: 10px;
}
#final_text {
  margin-top: 12px;
}
.pr-20px {
  padding-right: 20px;
}
#tarif_area {
  display: block;
  justify-content: space-between;
  width: 100%;
  align-items: start;
  font-size: 32px;
  font-weight: 400;
  color: var(--text-secondary);
}
.cursor {
  cursor: pointer;
}
.btn_home button,
.btn_office button {
  width: auto !important;
  padding-left: 35px;
  padding-right: 35px;
}
.btn_office {
  margin-top: 8px;
}
.modal-econom .modal-title {
  font-size: 22px;
  font-weight: 600;
}
.modal-econom .small-text {
  font-size: 12px;
  font-weight: 600;
  color: #979797;
  margin-top: 8px;
}
.bg-orange-dark {
  background: #f9c76a;
}
.modal-econom .form-control {
  border-radius: 20px;
  padding: 10px 25px;
}
.modal-econom .modal-body {
  padding: 25px;
}
.modal-econom .features-cnt-btn {
  margin-left: 0 !important;
}
.modal-econom .under-form-text {
  font-size: 14px;
  font-weight: 500;
}
.modal-how-econom .modal-title {
  margin-left: 50px;
  margin-right: 50px;
}
.modal-how-econom .features-cnt-btn {
  margin-top: 15px !important;
  margin-left: 8px !important;
}
.modal-how-econom .form-control {
  width: 55%;
}
.modal-how-econom .form-group {
  width: 100%;
}
.modal-how-econom .bg-grey {
  background: #cdcdcd;
  text-align: center;
  border-radius: 5px;
  width: 197px !important;
  height: 272px !important;
  padding: 0 !important;
}
.modal-how-econom .bg-grey.one {
  width: 185px !important;
}
.modal-how-econom .bg-grey img {
  height: 140px;
  width: 100%;
}
.modal-how-econom .bg-yellow {
  background: #f9c76a;
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1;
  border-radius: 5px;
  padding: 0 0 28px 0 !important;
  width: 210px !important;
  margin-top: -39px;
}
.modal-how-econom .bg-yellow img {
  height: 179px;
}
.modal-how-econom .col-title {
  padding: 18px 0;
  font-size: 18px;
  font-weight: 500;
}
.modal-how-econom .col-price {
  font-size: 40px;
  font-weight: 500;
  margin-top: -10px;
}
.modal-how-econom .col-rub {
  margin-top: -5px;
}
.modal-how-econom .col-price.bold {
  font-weight: 800;
}
.modal-how-econom .row.columns {
  position: absolute;
  top: -140px;
}
.modal-how-econom .modal-body {
  padding-top: 180px;
}
.modal-how-econom .close-modal img {
  right: 0;
  top: calc(-148px - 25px);
}
#tarif_area_canals {
  display: block;
  background: #ededed;
  padding-left: 30px;
}
.modal-canals .modal-title {
  font-size: 22px;
  font-weight: 900;
}
.modal-canals .modal-header {
  font-size: 14px;
  font-weight: 400;
}

.modal-canals .canals-list ul {
  font-size: 14px;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-canals .canals-list ul > li {
  width: 15%;
  margin: 12px;
  display: flex;
  align-items: center;
  margin-right: 27px;
}

.modal-canals .canals-list .canal-logo {
  max-width: 30px;
  width: 30px;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  object-fit: contain;
  height: 30px;
}

.modal-wifi .modal-body {
  padding: 0;
}
.modal-wifi .toppart {
  padding: 1rem 1rem 0;
  background: #ffffff;
}
.modal-wifi .bottompart {
  padding: 1rem 3rem 2rem;
  background: #f5f5f5;
}
.modal-wifi .modal-title {
  font-size: 22px;
  font-weight: 900;
  margin-top: 21px;
}
.modal-wifi .info-text {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0 16px;
  max-width: 392px;
}
.modal-wifi .info-bordered {
  border: 2px solid #f9c76a;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  max-width: 392px;
  padding-right: 11px;
}
.modal-wifi .info-bordered img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 8px 15px 12px 8px;
}

.info-bordered a {
  color: #000000;
  text-decoration: underline;
}

.modal-wifi .toppart .imgblock {
  padding: 0 24px;
}
.modal-wifi .bottompart .col-title {
  font-size: 16px;
  font-weight: 900;
  margin-top: 16px;
}
.modal-wifi .bottompart .col-subtitle {
  font-size: 12px;
  font-weight: 400;
}
.modal-wifi .bottompart .col-text {
  font-size: 14px;
  font-weight: 400;
}
.modal-wifi .bottompart .smart2 {
  margin-bottom: 6px;
  margin-top: 5px;
  margin-left: -50px;
}
.modal-wifi .bottompart .router {
  margin-left: -35px;
}
.modal-wifi .bottompart .cable {
  margin-left: -50px;
}
#burger_menu {
  margin-left: -100%;
  height: calc(100vh - 115px);
  width: 100%;
  display: block;
  position: relative;
}
#burger_menu.collapse.show {
  margin-left: 0;
  height: calc(100vh - 115px);
  width: 100%;
  transition: all 0.2s ease;
}
#burger_menu.collapsing {
  margin-left: -100%;
  transition: all 0.2s ease;
  height: calc(100vh - 115px);
  width: 100%;
}
#burger_menu .navbar-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#burger_menu .menu {
  height: calc(100vh - 220px);
  overflow: hidden;
}
#burger_menu .menu li.submenu-mobile {
  display: none;
  margin: 0 40px;
  padding: 16px 0;
  text-align: left;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
  white-space: pre-line;
}
#burger_menu .menu .hassubmenu-mobile a {
  border-bottom: 2px solid transparent;
  color: #000000;
  display: inline-block;
}
#burger_menu .menu .hassubmenu-mobile.active a {
  border-bottom: 2px solid #fbce5d;
  color: #fece00;
}
#burger_menu .menu .hassubmenu-mobile.active a svg {
  fill: #fece00;
}
#burger_menu .menu li {
  padding: 10px 20px;
  font-size: 18px;
}
#burger_menu .menu li a {
  font-size: 18px;
}

#burger_menu .menu li a .icon {
  margin-right: 8px;
  max-width: 20%;
}

#burger_menu {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background: white;
}
#burger_menu .menu {
  box-shadow: none;
  padding-bottom: 20px;
}
#burger_menu .smalltext {
  font-size: 14px;
  font-weight: 500;
  color: #979797;
  padding-left: 62px;
}
#burger_menu .support {
  margin: 4px 0 0 9px;
}
#burger_menu .support a.phonelink {
  color: #000000;
  font-size: 22px;
  text-decoration: underline;
}
#burger_menu .yellow-support {
  background: #0a61f9;
  /*margin-top: 20px;*/
  padding: 5px 6px 18px 0px;
  border-radius: 5px;
  font-weight: 600;
}
#burger_menu .yellow-support .smalltext {
  color: #000000;
  font-weight: 600;
}
#burger_menu .yellow-support a.phonelink {
  color: #000000;
  font-weight: 600;
}
#burger_menu .support .img-phone {
  margin-left: 14px;
  margin-right: 7px;
  height: 32px;
  margin-top: -20px;
}
#burger_menu .yellow-support .img-phone {
  margin-left: 14px;
  margin-right: 7px;
  height: 32px;
  margin-top: -20px;
}
.header1.mobile .support-block {
  padding-left: 0;
}
.header1.mobile .img-loc {
  height: 20px;
  margin: 0 8px 0 0;
  display: inline-block;
}
.header1.mobile .btn-location .cityblock {
  display: inline-block;
  margin-top: 2px;
  text-align: left;
  flex-direction: initial;
  float: none;
}
.header1.mobile .btn-location .cityname {
  font-size: 15px;
}
.header3 .img-phone {
  height: 26px;
}
.header3 .logo {
  height: 26px;
  margin-left: 0;
}
.header3 a {
  color: #000000;
  font-size: 22px;
}
.header3 .tel-right {
  margin-left: auto;
  margin-right: 16px;
}
.tarif-body .collapsing {
  display: block;
  float: left;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.ylw-btn:active,
.wht-btn:active {
  background-image: none;
  border-bottom-width: 2px;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.tvicon {
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
.tvfix {
  margin-top: -2px;
}
.faqfix {
  margin-top: -3px;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.modal-dialog-right {
  min-width: 440px;
  max-width: 500px;
  margin: auto 0 auto calc(100% - 500px);
  position: absolute;
  right: 0;
  min-height: auto;
  height: 100%;
}
.modal.fade {
  transition: opacity 0.1s linear;
}

.support-modal .h2 {
  font-size: 22px;
}

.row-tarifs-all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.main-sections-svg {
  margin-bottom: -4px;
}

.container-fluid {
  background-image: url(/assets/images/check_location.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}

.help-modal-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: flex-end;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.help-modal-block.active {
  opacity: 1;
}

.help-modal {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.help-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.close-help-modal {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a61f9;
  border-radius: 50%;
}

.help-modal-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: start;
  font-size: 32px;
  font-weight: 400;
}

.close-help-modal:hover {
  background-color: var(--icon-secondary);
  cursor: pointer;
}

.close-help-modal img {
  height: 24px;
  width: 24px;
}

.help-modal-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
}

.help-modal-column .phonelink {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.help-modal-column .phonelink:hover {
  color: var(--text-secondary);
}

.help-modal-column-title {
  font-size: 16px;
  color: var(--text-secondary);
}

.modal-header {
  border: none;
  padding: 0;
  padding-right: 52px;
}

.modal-body {
  padding: 0;
}

.modal .form-control {
  border: none;
  min-width: 230px;
  padding: 12px 16px;
  /* background-color: var(--text-primary); */
  background-color: #fff;
  color: #000;
  border-radius: 24px;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0;
}

.modal .form-control::placeholder {
  color: var(--text-secondary);
}

.modal .check-block a {
  color: #fff;
}

.tarif-section-title {
  text-align: left;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: var(--text-primary);
}

.btn-cyan {
  height: 45px;
  padding-left: 12px;
  padding-right: 12px;
  background: #cedfe9;
  color: #000000;
  border: none;
  padding-top: 4px;
}

.btn-cyan:hover {
  color: #000000;
  background: #cedfe9;
}
.header1 .btn-cyan {
  margin-right: -4px;
}
.header1 .phonelink .img-phone {
  margin-top: -2px;
}
.header1 .phonelink .img-question {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.phonelink-mid {
  display: flex;
  flex-direction: column;
}
.phonelink-label {
  font-size: 12px;
}
.phonelink-about {
  display: none;
  padding: 25px 20px;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  top: 45px;
}
.phonelink-about li {
  font-size: 13px;
  font-weight: 400;
  padding-top: 16px;
}
.header1 .phonelink.--hover:hover .phonelink-about {
  display: block;
}
.btn-cyan .phonelink-about {
  background: #cedfe9;
}
.btn-yellow .phonelink-about {
  background: #fbd12a;
}
.header2 {
  z-index: 1029;
}
.round-circle-bg {
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(#005cff, #005cff 60%, #fdcf70);
  box-shadow: 0 3px 0 0 #002c7b, 0 4px 0 0 #d99a59,
    0 4px 8px 0 rgba(102, 55, 0, 0.4);
  padding: 12px;
}

.call-back {
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-back-row .col-md-6 {
  margin-bottom: 10px;
}

.position-relative {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.ribbon-arh span {
  background: none;
  background-color: #848484;
  padding: 5px 10px;
}

a.rate_name_arh {
  color: var(--text-secondary);
}

.rate_name_arh {
  color: var(--text-secondary);
}

.tarif_about_price {
  display: block;
}

.tarif_about_price .price {
  display: inherit;
}

.modal-request .new-modal-dialog {
  min-width: 780px;
}

.modal-canals .new-modal-dialog {
  min-width: 780px;
}

.modal-request .new-modal-content {
  padding: 40px 110px;
}

.title-for-modals {
  font-size: 40px;
  margin-bottom: 30px;
}

.form-control-tel {
  width: 60%;
}

.btn-control {
  max-height: 40px;
  margin-top: 5px;
}

.form-control-tel-btn {
  display: flex;
  justify-content: space-between;
}

.modal-last-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-last-text span {
  margin-top: 20px;
  color: #9e9e9e;
}

.modal-last-text a {
  color: #000000;
}

.modal-last-text .real-btn-w {
  margin-top: 15px;
}

.modal-request .new-modal-body {
  padding: 0px;
}

.modal-canals .canals-list {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-tarif {
  margin-left: -50%;
}

.new-navbar {
  justify-content: center;
}

.navbar-expand-md .new-navbar-menu {
  max-width: 1100px;
  width: 100%;
  justify-content: space-between;
}

.new-features-section {
  background-color: white;
  border: 1px solid #d4d4d4;
}

.new-econom-section {
  margin-top: 0px;
}

.header-mob {
  display: none !important;
}

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

.modal-backdrop {
  background: #f0f3f569;
  backdrop-filter: blur(8px);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-city .modal-dialog {
  max-width: none;
  width: 100%;
}

.modal-city .modal-content {
  max-width: none;
  max-width: 1200px;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  height: 90%;
}

.modal-city .modal-body {
  overflow-y: auto;
  padding: 40px 120px 0;
  margin-bottom: 40px;
}

.modal-city .h2 {
  margin-bottom: 24px;
}

#searchlist > ul > .city-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 0;
  margin: 0;
}

.city-list .alphabet-block {
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: start;
  gap: 8px;
}

.city-list .alphabet-letter {
  font-size: 24px;
  margin-bottom: 4px;
  font-weight: 400;
  text-transform: lowercase;
  color: var(--brand-primary);
}

.alphabet-block-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lnk {
  color: #fff;
  text-decoration: none;
}

.lnk:hover {
  color: var(--text-secondary);
}

.category-change .how-to-watch-item {
  min-height: 320px;
  background-position: right bottom;
  background-size: 60%;
  background-repeat: no-repeat;
  gap: 24px;
  position: relative;
}

.category-change .how-to-watch-item .how-to-watch-info {
  width: 70%;
}

.category-change .how-to-watch-item img {
  height: 200px;
  width: auto;
  max-width: max-content;
  position: absolute;
  right: 0px;
  bottom: 0;
}

.category-change {
  margin-bottom: 60px;
}

.footer-column {
    max-width: 300px;
}

.tabbar-plus
{
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-primary);
  border-radius: 50%;
  margin-right:4px;
}

.tabbar-plus svg
{
  height: 12px;
  width: 12px;
}

.tabbar-plus:hover
{
  background-color: var(--brand-secondary);
  cursor: pointer;
}

.modal .popular-city-list
{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-direction: row;
  margin-bottom: 20px;
  transition: 0.3s;
}

.modal .popular-city
{
  padding: 12px 16px;
  background-color: var(--icon-primary);
  color: #fff;
  white-space: nowrap;
  width: auto;
}

.modal .popular-city:hover
{
  color: var(--text-secondary);
  transition: 0.3s;
}

@media screen and (max-width: 992px) {
  .container {
    max-width: none !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: none !important;
  }

  .container-fluid {
    background: #fff;
  }

  #searchlist > ul > .city-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: none !important;
  }
  .banner-buttons {
  display: block;
  }
}

@media screen and (max-width: 1200px) {
  .category-container {
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    max-width: 1200px !important;
    margin: 0 40px;
    width: calc(100% - 40px * 2);
  }

  .tabbar {
    display: none;
  }

  .cont-block {
    padding: 40px;
    margin: 0 40px;
  }

  .container-fluid {
    width: auto;
  }

  .tarifs-content {
    margin: 0 40px;
    width: auto;
  }

  .row-tarifs-all {
    overflow-x: auto;
  }

  .transfer-section {
    padding: 60px 60px 180px;
  }

  .transfer-section .plus-item {
    width: auto;
  }

  .robot-img {
    left: 50%;
    transform: translateX(-50%);
  }

  .plus-item,
  .dop-pluses-list .plus-item {
    height: 240px;
    width: 240px;
    min-width: 240px;
    min-height: auto;
  }

  .features-section .plus-item {
    height: 240px;
  }

  .features-section .plus-list,
  .dop-pluses-list {
    gap: 12px;
  }

  .help-block {
    padding: 60px;
  }

  .tv-main {
    background-size: 50%;
    padding: 40px;
  }

  .tv-main-top-info {
    width: 50%;
    max-width: none;
  }

  .how-to-watch-list {
    flex-direction: column;
  }

  .how-to-watch-item {
    width: 100%;
    min-height: auto;
    gap: 32px;
  }

  .how-to-watch-info {
    width: 50%;
  }

  .tv-way img {
    width: 60%;
  }

  .online-way {
    background-size: 40%;
  }

  .dop-pluses-list,
  .plus-list {
    display: flex;
    overflow-x: auto;
  }

  .faq-section {
    padding: 60px;
    width: auto;
  }

  .accordion .btn.btn-link {
    white-space: wrap;
  }

  #footer {
    padding: 40px;
  }

  #banner-block h1 {
    font-size: 40px;
    min-width: auto;
  }

  .banner-list {
    font-size: 20px;
  }

  .blackoverlay {
    height: auto;
    padding-bottom: 60px;
  }

  #banner-block {
    height: auto;
  }

  .banner-top {
    width: 70%;
    padding-top: 24px;
    flex-direction: column;
  }
  .banner-list {
    margin-bottom: 24px;
  }

  .tarif-content-block {
    grid-template-columns: 100%;
  }

  .dop-pluses-list .plus-title {
    width: auto;
  }

  .accordion .btn.btn-link {
    padding: 16px 16px 0 0;
    margin-bottom: 16px;
  }

  .footer-container ul.menu-list li,
  .footer-container ul.menu-list {
    min-width: auto;
  }
  .group-footer-column {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
  }

  .menu-burger-mob {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: var(--brand-shadow);
    border: none;
  }

  .menu-burger-mob img {
    height: 24px;
    width: 24px;
  }

  .header1 .phonelink,
  .header1 .returncall,
  .header1 .btn-location {
    display: none;
  }

  .header1 .logo {
    height: 36px;
  }

  .m-menu-list {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    padding: 24px;
    background-color: var(--color-icon-secondary-invert);
    border-radius: 24px;
  }

  .modal-menu .modal-content {
    background-color: var(--bg-primary-dark);
  }

  .m-menu-list a {
    color: #fff;
    padding: 8px 0;
  }
  .accordion .btn.btn-link::before {
    top: 24px;
    transform: translateY(0) rotate(180deg);
  }
  .accordion .btn.btn-link.collapsed:before {
    top: 24px;
    transform: translateY(0);
  }

  .modal-menu .modal-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .modal-menu .btn-location {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  .modal-menu .footer-help-from {
    background-color: transparent;
    padding: 0;
  }

  .tarif-about {
    padding: 24px;
  }
}

@media screen and (max-width: 450px) {
  .tabbar {
    display: none;
  }
  .tarifs-content {
    margin: 0 12px;
    gap: 24px;
  }

  .container {
    margin: 0 12px;
    width: 100%;
  }

  .main-title {
    font-size: 32px;
  }

  .transfer-section {
    padding: 40px 24px 140px;
  }

  .robot-img {
    height: 95px;
    top: -85px;
  }

  .cont-block {
    padding: 24px;
    margin: 0 8px;
  }

  .help-block-info {
    margin-bottom: 280px;
  }

  .tv-main {
    margin-top: 24px;
    padding: 24px;
  }

  .how-to-watch-info {
    width: auto;
  }

  .how-to-watch-list {
    gap: 12px;
  }

  .how-to-watch-item {
    padding: 24px;
  }
  .mob-way {
    background-size: 50%;
  }
  .tv-main-top-info {
    width: auto;
  }

  .faq-section {
    padding: 24px;
  }

  .btn {
    line-height: normal;
  }

  #footer {
    padding: 24px;
  }

  .group-footer-column {
    grid-template-columns: repeat(1, 1fr);
  }

  .dop-pluses-list,
  .features-section .plus-list {
    gap: 8px;
  }

  .logo-header {
    position: absolute;
    left: 70px;
    transform: none;
  }

  .modal .modal-content {
    min-width: auto;
    max-width: none;
    padding: 40px;
    width: 100%;
    overflow-y: auto;
  }

  .modal-dialog-right {
    max-width: none;
    min-width: auto;
    width: 100%;
    margin: 0;
  }

  .close-modal {
    top: 30px;
    right: 20px;
  }

  .row-tarifs-all {
    gap: 16px;
    display: flex;
  }

  .tarif {
    width: auto;
    min-width: calc(360px - 24px * 2);
  }

  .tab-button {
    font-size: 14px;
  }

  .tarif-top {
    background-size: 60%;
  }

  .t-details {
    margin-top: 24px;
    gap: 12px;
  }

  .rate_name {
    font-size: 16px;
  }

  .t-details-counts,
  .cost .h2 {
    font-size: 32px;
  }

  #tarif_area {
    font-size: 24px;
  }

  .first-column {
    width: 100%;
  }

  .accordion .btn.btn-link {
    font-size: 20px;
  }

  .accordion .card-body {
    font-size: 16px;
  }

  #banner-block h1 {
    font-size: 32px;
  }

  .blackoverlay 
  {
    padding-bottom: 200px;
  }

  #banner-block
  {
    background-size: 150%;
    background-position: 80% 100%;
  }

  .blackoverlay .container {
    margin: 0 24px;
    width: calc(100% - 24px * 2);
  }

  .banner-top {
    width: auto;
  }

  .footer-last-block {
    margin: 12px auto 0;
    padding: 12px 0;
  }

  #order_text {
    font-size: 24px;
  }

  #searchlist > ul > .city-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .modal-city .modal-content {
    height: 100%;
    border-radius: 0;
  }

  .modal-city .modal-body {
    padding: 0;
  }

  .tv-main-top
  {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 380px) {
  .tarif {
    min-width: auto;
  }
}
