*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html{
	scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  max-width: 100%;
  font-size: 16px;
  min-height: 100vh;
  overflow-x: hidden;
 font-family: 'Steppe-Regular', sans-serif;
}

.container-full {
  width: 100% ;
}

a {
	color: inherit;
}

img {
  max-width: 100%;
}

li {
  padding: 7px 0;
}

p {
  padding-bottom: 10px;
}

h1, h2, h3, h4 {
  padding-bottom: 20px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

/* */

@font-face {
	font-family: 'Steppe-Regular';
	src: url('tools/font/Steppe-Regular.woff2') format('woff2');
}

.pad {
  padding: 70px 15px;
}

.padt30 {
  padding-top: 30px;
}

.center {
  text-align: center;
  padding: 10px;
}

.center__h h2{
  text-align: center;
  font-size: 27px;
}


.grid-2 {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 30px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 30px;
}

.grid-a2 {
  grid-template-columns: auto 1fr;
  display: grid;
  grid-gap: 50px;
}

.end{
  justify-self: end;
}

/* header */

.top-bar {
  background: #590047;
  padding: 10px;
  color: #fff;
}

.top-bar a{
  color: #fff;
}

.top-bar .container{
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}

.top-bar__txt {
  font-size: 0.95em;
  color: #fff;
}

.top-bar__gorod {
  justify-self: end;
}

.header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  padding: 20px 0 15px;
  align-items: center;
}

.header__knopka {
  justify-self: end;
}

.header__menu {
  font-size: 1.2em;
  justify-self: center;
}

.header__menu li {
  display: inline-block;
  padding-right: 25px;
  font-weight: 600;
}

.ban-bg-top {
  background-image: url(/image/ban-bg-top.webp);
  height: 92px;
}

.ban-bg {
  background-image: url(/image/ban-bg-niz.webp);
}



.baner {
  background-image: url('/image/banner-img.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 15%) calc(0% + 20px);
}

.baner-bee {
  background-image: url('/image/bee-biz.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 15%) calc(0% + 20px);
}

.baner-mts {
  background-image: url('/image/mts-biz.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 15%) calc(0% + 20px);
}

.baner-mango {
  background-image: url('/image/mango-biz.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 15%) calc(0% + 20px);
}
.baner-mega {
  background-image: url('/image/mega-biz.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 15%) calc(0% + 20px);
}

.baner--1{
  padding: 30px 0;
  margin-top: 10%;
}

.baner--1 h1 {
  font-size: 2.36em;
  font-weight: 800;
}

.baner ul,
.baner-bee ul,
.baner-mts ul,
.baner-mango ul,
.baner-mega ul{
  padding: 15px 0;
  margin:30px 0;
  font-size: 22px;
  font-weight: 600;
}


.baner li::before,
.baner-bee li::before,
.baner-mts li::before,
.baner-mango li::before,
.baner-mega li::before,
.oborud li::before,
.contakt__main li::before{
  content: ""; /* Создаем пустой контент для псевдоэлемента */
  display: inline-block;
  width: 20px; /* Ширина изображения */
  height: 20px; /* Высота изображения */
  background-image: url('/image/cheak.png'); /* Путь к изображению */
  background-size: cover; /* Размер изображения */
  margin-right: 10px; /* Отступ между изображением и текстом */
}


.baner li a
.baner-bee li a,
.baner-mts li a,
.baner-mango li a,
.baner-mega li a{
  text-decoration: underline;
  color: #b7149d;
}

.baner--2{
  position: relative;
}

.baner--2 img {
  position: absolute;
  top: 20%;
  left: 10%;
  border-radius: 10px;
}


.but {
  display: inline-block;
  background: linear-gradient(to left, #fa0006, #fa0006, #8b008a);
  padding: 15px 20px;
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #333;
}
.but-mini {
  display: inline-block;
  background: linear-gradient(to left, #fa0006, #fa0006, #8b008a);
  padding: 8px 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #333;
}



.usluga {
  position: relative;
  padding: 15px;
  border: 3px solid #f9f9f9;
  border-radius: 5px;
  box-shadow: 2px 1px 10px 1px #d7d7d7;
  background: #f9f9f9;
  cursor: pointer;
}

.usluga:hover {
  border: 3px solid transparent;
  border-image: linear-gradient(to left, #fa0006, #fa0006, #8b008a);
  border-image-slice: 1;
}



.usluga h2,
.usluga h3{
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}


.usluga img {
  width: 60px;
  text-align: center;
  margin: auto;
  display: block;
  padding-bottom: 25px;
  transition: transform 0.7s ease-in-out; /* Добавляем анимацию трансформации */
}
.usluga:hover img {
  transform: rotateY(180deg); /* Переворачиваем картинку при наведении */
}


.usluga__icon {
  display: flex;
}

.usluga p b{
  background-image: linear-gradient(to left, #fa0006, #fa0006, #8b008a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
}

.usluga p {
  text-align: center;
  padding-top: 10px;
}


.image-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

.hover-effect {
  transition: transform 0.1s ease-in-out;
  transition-delay: 0.0s; /* Задержка перед началом анимации */
  transform-origin: center center;
  transform-style: preserve-3d;
}

.info__bg {
  background-image: url(/image/pattern-info.webp);
  padding: 50px 0;
}

.info li::before {
  content: ""; /* Создаем пустой контент для псевдоэлемента */
  display: inline-block;
  width: 20px; /* Ширина изображения */
  height: 20px; /* Высота изображения */
  background-image: url('/image/cheak.png'); /* Путь к изображению */
  background-size: cover; /* Размер изображения */
  margin-right: 10px; /* Отступ между изображением и текстом */
}


.provi{
  background-image: url(/image/pattern-provi.webp);
}

.provi h2 h3{
  text-align: center;
  font-size: 26px;
  padding-bottom: 50px;
}

.provi h3{
  text-align: center;
  font-size: 22px;
  padding: 35px;
}
 
.tabs {
  list-style: none;
  display: flex;
  margin: auto;
  padding: 0;
  justify-content: center;
}

.tab {
  cursor: pointer;
  padding: 10px 30px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #b5b5b5;
}

.tab.activ img {
  padding: 7px;
  background: #fff;
  border-radius: 10px;
}

.tab.activ {
  background: linear-gradient(to left, #fa0006, #fa0006, #8b008a);
  color: #fff;
}

.tab-content {
  display: none;
  padding: 20px;
}

.tab-content.activ {
  display: block;
  animation: fade-in 0.5s;
}



@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.grid-tar-4 {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 10px 30px;
  justify-content: center;
}


/* Тарифы МТС */
.grid-tar {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 10px 30px;
  justify-content: center;
}

.besp {
text-align: center;
margin: 16px;
font-size: 18px;
color: #ff1212;
text-shadow: 1px 1px 1px #ddd;
}
.action_label_besp {
position: absolute;
background: #fff;
color: #f00;
padding: 0 30px 3px 10px;
font-size: 18px;
font-weight: 600;
border-radius: 0px 6px 6px 0px;
background: #ffffff url(/image/akc.webp) right no-repeat;
background-position-x: right;
background-position-x: 98%;
top: 60px;
}
.tariff_img img {
height: 98px;
width: 100%;
border-radius: 6px 6px 0px 0px;
}

.tariff_block {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding-bottom: 20px;
  position: relative;
  color: #000;
  font-size: 16px;
  margin: 30px auto 0;
  background: #fff;
  width: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.tariff_block:hover {
  box-shadow: 1px 3px 3px 1px #d0d0d0;
}

.tariff_block p {
margin-bottom: 0em;
}


.action_label {
position: absolute;
background: #fff;
color: #f00;
padding: 0 30px 3px 10px;
font-size: 18px;
font-weight: 600;
border-radius: 0px 6px 0px 6px;
background: #ffffff url(./image/akc.webp) right no-repeat;
background-position-x: 98%;
}
.action_label_super {
position: absolute;
background: #fff;
color: #f00;
padding: 0 30px 3px 10px;
font-size: 18px;
font-weight: 600;
border-radius: 6px 0px 6px 0px;
background: #ffffff url(./image/akc.webp) right no-repeat;
background-position-x: 98%;
}

.tariff_title {
  font-size: 22px;
  padding: 25px 15px;
  font-weight: 600;
  line-height: 1.1;
  color: #111;
}

.mts_row {
  grid-template-columns: 45px auto;
  display: grid;
  grid-gap: 10px 20px;
  padding: 12px 15px;
}
.mts_icon {
  display: grid;
  align-items: center;
}

.mts_result {
  font-size: 16px;
}

.mts_result b {
  font-size: 23px;
  color: #111;
  font-weight: 500;
}

.mts_result strong{
  font-size: 18px;
  color: #111;
  font-weight: 600;
}

.mts_title{
  font-size: 12px;
  color: #aaa;
}

.mts_mid {
  padding: 10px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 10px 15px;
}

 .mts_op {
  display: grid;
  grid-template-columns: repeat(auto-fill, 40px);
  gap: 15px;
  position: relative;
  cursor: help;
}

.mts_item {
  display: inline-block;
}

.mts_tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(0);
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: none;
  width: 100%;
  font-size: 14px;
}

.mts_item:hover .mts_tooltip {
  display: block;
}

.mts_end {
  align-self: end;
  margin-top: 15px;
}

.mts_grid2 {
  grid-template-columns: auto auto;
  display: grid;
  grid-gap: 10px 20px;
  padding: 5px 15px;
}

.tariff_price {
  text-align: center;
  align-self: center;
}

.tariff_price b {
  font-size: 38px;
  color: #111;
  padding-right: 5px;
  font-weight: 500;
}

.tariff_sale {
  align-self: center;
  text-align: center;
}

.tariff_sale b {
  font-size: 22px;
  color: #777;
  background: linear-gradient(135deg, transparent 52%, red 52%, red 52%, transparent 55%);
}

.mts_skidka_off {
  align-self: center;
  text-align: right;
  font-size: 14px;
  color: #595959;
}

.mts_skidka {
  align-self: center;
  padding: 5px 7px;
  background-color: #0097fd;
  color: #fff;
  clip-path: polygon(6px 0, 100% 0%, 100% 100%, 6px 100%, 0% 50%);
  box-sizing: border-box;
  margin-right: -15px;
  text-align: center;
  font-size: 14px;
}


.tariff_button {
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid transparent;
  background: #ff0030;
  color: #fff;
  padding: 7px 20px;
  transition: background .2s linear,color .2s linear,border .2s linear,box-shadow .2s linear;
  margin: auto;
  text-align: center;
  display: block;
  width: 60%;
  border-radius: 10px;
  margin-top: 10px;
}

.tariff_button a {
  color: #fff;
}

.tariff_button:hover {
  background: #ff0050;
}


.podkl{
  display: block;
  width: 180px;
  margin: auto;
  text-align: center;
  position: relative;
  background-color: #ddd;
  border-radius: 5px;
  padding: 1px 0 3px;
  margin-top: 30px;
}

.akcs {
  position: absolute;
  background: #0097fd;
  width: 125px !important;
  border-radius: 0px 0 0 6px;
  color: #fff;
  font-size: 18px;
  right: 0;
  outline: none;
  cursor: help;
  padding: 3px 5px;
}


.akcs .pops {
 opacity:0;
  position: absolute;

}

.popul {
  padding-left: 10px;
  list-style: disc;
}

.popul li {
  line-height: 1;
  padding: 3px 0;
}

.akcs:hover .pops {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 2em;
  z-index: 99;
  width: 300px;
  color: #333;
  border-radius: 6px;
  border: solid 1px #ddd;
  font-size: 14px;
  font-weight: 500;
  background: #f9f9f9;
  padding: 10px;
  line-height: 2;
}


.tarif_end{
  align-self: end;
}


.mts_row_sput {
  display: grid;
  grid-gap: 10px 20px;
  padding: 5px 15px;
}

.mts_row_sput li::before {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #d7002e;
  content: "•";
  padding-right: 17px;
  font-size: 20px;
  height: 0px;
  display: inline-block;
}

.tariff_title_sput {
  font-size: 22px;
  padding: 25px 15px 0;
  font-weight: 600;
  line-height: 1.1;
  color: #111;
}

.mts_title_sput  {
  color: #5d6671;
  text-transform: uppercase;
  margin-bottom: -5px;
  font-size: 16px;
  line-height: 1.38;
}

/*
* Внешний вид формы
*/
#add_feedback {
    margin: 20px 0 0;
    position: relative;
}

.art_form50 {
  padding: 10px;
  display: inline-block;
  width: 49.49%;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 1.1em;
  margin: 7px 0;
}

.art_form {
  padding: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 1.1em;
  margin: 7px 0;
}

.art_form:focus-visible {
  border-bottom: 2px solid #5826e2;
}

input {outline:none;}

.button_form {
  border: none;
  padding: 10px 35px;
  color: #fff;
  font-size: 1.3em;
  display: inherit;
  border-radius: 3px;
  background-color: #db0101;
  margin: 7px auto 0;
  cursor: pointer;
  letter-spacing: 1px;
}

.button_form:hover {
  background: #9f1616;
  color: #fff;
}

.button_form_bl {
  border: none;
  padding: 10px 35px;
  color: #fff;
  font-size: 1.3em;
  display: inherit;
  border-radius: 3px;
  background-color: #111;
  margin: 7px auto 0;
  cursor: pointer;
  letter-spacing: 1px;
}

.button_form_bl:hover {
  background: #e1cb71;
  color: #333;
}

.w80{
  width: 75%;
	
}

.w60 {
  width: 40%;
  margin: auto;
}

.font-form {
  text-align: center;
  font-size: 12px;
  color: #777;
  display: block;
  padding-top: 10px;
}



.message-success {
  background: rgb(0, 145, 91);
  color: #fff;
  padding: 15px;
  text-align: center;
  margin: 20px auto;
  border-radius: 3px;
  display: block;
  position: absolute;
  width: 94%;
  bottom: 0px;
  font-size: 1.2em;
}

.message-success-hide {
display:none;
}

.message-success-hide {
display:none;
}


@media (max-width: 900px) {

.w80{
  width: 100%;
}

.w60 {
  width: 100%;
}
	}
	

/* Стили для кнопки во время отправки */
.sending {
  background-color: #ddd;
  color: #999;
  cursor: not-allowed;
}

/* Стили для кнопки при успешной отправке формы */
.send_ok {
  background-color: #4caf50;
  color: #fff;
}

/* Стили для кнопки при ошибке отправки формы */
.send_error {
  background-color: #f44336;
  color: #fff;
}

.required {
  border-color: #f45a57 !important;
}

.form-required {
  opacity: 1 !important;
  z-index: auto !important;
}

.form-required-hide {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -12px;
  padding: 0 12px;
  width: 100%;
  background: #f45a57;
  color: #fff;
  font-size: 12px;
  line-height: 1.333333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.form-line {
  display: block;
  position: relative;
}

.forma, .forma-help {
  padding: 10px 20px;
}


.forma-hide {
  position: fixed;
  z-index: 99999;
  background-color: #00000036;
  padding: 20px;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.forma-hide-biz {
  position: fixed;
  z-index: 99999;
  background-color: #00000036;
  padding: 20px;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.forma-hide-help {
  position: fixed;
  z-index: 99999;
  background-color: #00000036;
  padding: 20px;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}


.forma-akt {
  display: block;
}

.forma-akt-biz {
  display: block;
}

.active {
  overflow-y: hidden;
}

.foma-modal {
  max-width: 425px;
  margin: 10% auto 0;
  padding: 10px 7px;
  background: #fff;
  border-radius: 6px;
  height: auto;
  position: relative;
}

.clos {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
}

.form_bg {
  position: relative;
  background-image: url(/image/geks_bg.webp);
  width: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 550px;
  padding: 150px 60px;
}

.grid-form-2  {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 10px;
}

.grid-form-2-min  {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 10px;
}

.grid-form-4  {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px;
}


.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Три колонки равной ширины */
  gap: 20px; /* Расстояние между блоками */
}

.punkt {
  border-radius: 8px;
  position: relative;
  display: block;
  min-height: 365px;
  padding: 130px 30px 0px;
  width: 340px;
}

.punkt::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  height: 351px;
  width: 330px;
  background-image: url(/image/service-border.png);
}

.punkt-center {
  grid-row: span 2;
}

.punkt h3 {
  font-size: 26px;
  text-align: left;
  padding-bottom: 10px;
}

.punkt img {
  position: absolute;
  top: -5px;
  left: 20px;
  transition: transform 0.5s ease; /* Добавляем анимацию перехода для изображения */
}

.punkt:hover img {
  transform: rotate(360deg); /* Поворачиваем изображение при наведении */
}

.punkt_main h2 {
  padding-bottom: 70px;
  font-size: 30px;
  text-align: center;
}

.punkt-center__text{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}


.sab_bg  { 
  background-image: url(/image/sab_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
}


.grid-1f2f {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 30px;
}

.boxi {
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #040404;
  background-image: url(/image/girl.webp);
  background-repeat: no-repeat;
  background-position: 50% 150%;
}

.wite {
  color: #fff;
}

.wite h3 {
  font-size: 36px;
  font-weight: 600;
  padding: 20px;
}

.wite .text {
  font-size: 20px;
  padding: 0 20px;
}


.radio-container {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0 15px;
}

.radio-label {
  position: relative;
  cursor: pointer;
}

.radio-label input[type="radio"] {
  display: none;
}

.radio-label span {
  position: relative;
  padding-left: 30px;
}

.radio-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.radio-label:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
}

.radio-label input[type="radio"]:checked + span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

.form-line__text {
  padding-top: 20px;
}

.wite .font-form {
  color: #f9f9f9;
}


/*--- Футер --- */
.footer {
  margin-top: 30px;
  box-shadow: 0px 0px 5px rgba(16, 24, 40, 0.2);
  background: #300330;
  background: linear-gradient(0deg, #300330 0%, #590047 100%);
}

.grid_footer {
  	grid-template-columns: 2fr 1fr 1fr 1fr;
	display: grid;
    grid-gap: 10px 55px;
	padding-top: 35px;
    padding-bottom: 25px;
}

.grid_footer> div:nth-child(4) {
justify-self: end;
}

.grid_footer > div:nth-child(3) {
  justify-self: center;
}


.footer__end {
  padding: 15px 10px;
  color: #d0d0d0;
  font-size: 12px;
  border-top: 1px solid #ddd;
}

.footer__endend a {
color: #d0d0d0;
}


.foottxt{
  font-size: 14px;
  color: #ececec;
}

.footcol {
  padding: 0 10px;
}

.footcolend{
  padding-left:10px;
}

.footcolst{
  padding-right:10px;
}

.footzag{
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
  font-size: 15px;
}

.footmenu {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.5;
}

.footmenupod {
margin-top: 5px;
}

.footmenu a {
  color: #ececec;
} 

.footmenu a:hover {
  color: #eee;
} 


.footphone {
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
  font-size: 20px;
}

.phonefoot {
  font-size: 24px;
  font-weight: 600;
  color: #ff000d;
  text-shadow: 1px 1px 1px #5400b9;
}

.oborud  { 
  background-image: url(/image/deal-bg.webp);
  position: relative;
  z-index: -1;
}

.oborud::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25); /* Прозрачный белый цвет */
  z-index: -1;
}

.oborud img{
  padding: 30px 0;
}


.reviews{
  padding: 50px 0px;
} 

.reviews h2{
  text-align: center;
  font-size: 28px;
}

.reviews__box--provi {
  font-size: 14px;
  color: #4a4a4a;
  text-align: right;
}


.reviews__box {
  padding: 30px 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 20px 0;
  background-color: #fdfdfd;
  max-width: 500px;
}

.reviews-slider {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.reviews-slider .reviews__box {
  display: none;
}

.reviews-slider .reviews__box:first-child {
  display: block;
}

.reviews-slider .prev,
.reviews-slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
}

.reviews-slider .prev {
  left: -35px;
}

.reviews-slider .next {
  right: -35px;
}


.loka-hide {
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  padding: 20px;
  margin: auto;
  display: none;
  width: 100%;
  top: 160px;
  height: 100vh;
}

.loka-akt {
  display: block;
}

.active {
  overflow-y: hidden;
}

.clos {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
}

.loka_gorod {
  display: block;
  position: absolute;
  background: #fff;
  width: 350px;
  padding: 12px 15px;
  border: solid 1px #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  text-align: left;
  height: 350px;
  overflow-x: auto;
  z-index: 2;
}


.loka_input{
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 10px;
  min-width: 351px;
}



.loka_forma{
  max-width: 380px;
  display: block;
  position: relative;
  padding: 20px;
  background: #fff;
  margin: auto;
  border-radius: 5px;
  border: solid 1px #ddd;
}

#results {
  display: none;
}

.loka_forma_mini {
  max-width: 380px;
  display: block;
  position: relative;
  padding: 20px;
  background: #fff;
  margin: auto;
}

.loka_link {
  font-size: 16px;
  line-height: 1.8;
  color: #145bcc;
}

.loka_link:hover {
  color: #ff1212;
}

.ma {
  margin: auto;
}

.loka-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  border: solid 1px #ddd;
  height: 600px;
  overflow-y: auto;
}

.left-block {
  grid-column: 1 / 2;
}

.middle-container {
  grid-column: 2 / 3;
  position: relative;
}

.middle-block {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

.right-block {
  grid-column: 3 / 4;
}




.region-list,
.type-list,
.city-list {
  list-style: none;
  padding: 0;
}

.region-list li, .type-list li, .city-list li {
  margin-bottom: 5px;
  padding: 3px 0;
}


.loka_gorod strong{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

.type_serch {
  color: #777;
  font-size: 12px;
}


.loka-txt-akt a {
  text-decoration: underline;
  color: #e30000 !important;
  font-size: 110%;
}

.loka-type-akt a {
  text-decoration: underline;
  color: #e30000 !important;
  font-size: 110%;
}

.type-gorod:hover a{
  font-size: 105%;
  color: #ff4e00;
}

.region-item a {
  color: #410075;
}

.type-li a {
  color: #410075;
}
.type-gorod a {
  color: #410075;
}


.taa-link{
  line-height: 1.6;
  color: #333;
  font-size: 105%;
}

.contakt__main {
  max-width: 1080px;
}


.contakt {
  margin: auto;
  padding: 35px 25px;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  background-color: #f9f9f9;
}

.contakt__phone {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-top: 30px;
}

.contakt__phone::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("/image/phone.webp") no-repeat center center / cover;
  margin-right: 15px;
}

.contakt__line {
  border-right: solid 1px #ddd;
}

.contakt > div:nth-child(1) {
  border-right: solid 1px #ddd;
}


.header__phone {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  justify-self: end;
  padding-right: 35px;
}

.header__phone::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url("/image/phone.webp") no-repeat center center / cover;
  margin-right: 15px;
}

/* Медиа-запрос для маленьких экранов (мобильные устройства) */
@media (max-width: 767px) {
  /* Стили для маленьких экранов */
.grid-4, .grid-a2, .grid-tar, .grid-3, .grid-2, .grid_footer, .grid-1f2f, .grid-form-2, .grid-tar-4{
  grid-template-columns: 1fr;
  display: grid;
  grid-gap: 20px;
}

.header{
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 20px;
  padding: 20px 10px;
}
  
.header__menu, .header__phone{
  display: none;
}
  
.top-bar__txt {
  font-size: 0.85em;
  color: #fff;
}  

.grid_footer > div:nth-child(3), .grid_footer > div:nth-child(4) {
  justify-self: start;
} 

.baner {
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: 100% 35%;
}  
  
.tabs, .radio-container {
    flex-direction: column; /* Блоки будут располагаться вертикально */
    align-items: center; /* Выравнивание по центру */
}  
  
  
 .tab {
  margin-bottom: 10px;
  width: 250px;
} 
  
.form_bg {
  width: auto;
}
  
.boxi {
  background-image: none;
} 
  
.reviews-slider {
  width: 330px;
}
  
.baner--2 img   {
display: none;
}

}

/* Стили мегафон */

.colum {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #f3f3f4;
  box-shadow: inset 0 0 0 2px #f3f3f4;
  border-radius: 8px;
  color: #101828;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
  position: relative;
width: 415px;
  margin: 20px auto;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.colum:hover {
    box-shadow: inset 0 0 0 2px #8728e6cc;
}

.tar_name {
  font-size: 20px;
  line-height: 25px;
  padding: 0 20px;
  margin-bottom: 10px;
  min-height: 50px;
}

.tar_row {
  grid-template-columns: 35px auto;
  display: grid;
  grid-gap: 10px 15px;
  padding: 9px 20px;
}

.tar_r {
  grid-template-columns: 1fr;
  display: grid;
  grid-gap: 10px 20px;
  padding: 9px 20px;
}

.tar_icon {
  display: grid;
  align-items: center;
}

.tar_result {
  font-size: 16px;
}

.big {
  font-size: 20px;
  font-weight: 500;
  color: #FF4F12;
}

.tar_pod {
  font-size: 14px;
  line-height: 17px;
  opacity: .5;
}

.tar_mid {
   padding: 10px 0;
	border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}

.tar_opis {
  font-size: 18px;
  line-height: 1.1;
  color: #868686;
}

.tar_price {
  text-align: center;
  padding-top: 15px;
}

.big_price {
  font-size: 28px;
  font-weight: 500;
}

.tar_but{
  color: #fff;
  text-align: center;
  display: block;
  margin: 10px auto 0;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  font-size: 21px;
}
.tar_but:hover{
  color: #fff;
}

.t_rt{
  background-color: #FF4F12;
}
.t_rt:hover {
  background-color: #ff8218;
}



.tar_item {
  align-self: start;
  outline: none;
  cursor: help;
  padding: 5px 10px;
  border-radius: 6px;
  width: 65px;
  text-align: center;
}


.tar_item img {
 max-width: 100%;
}

.tar_item_img {
  text-align: center;
  line-height: 0.2;
}



.tar_tech:hover .pops {
  opacity: 1;
  position: absolute;
  right: 10px;
  bottom: 2em;
  z-index: 99;
  width: 300px;
  color: #404040;
  border-radius: 6px;
  border: solid 1px #ddd;
  font-size: 14px;
  font-weight: 500;
  background: #f7f7f7;
  padding: 10px;
  line-height: 1.2;
  display: block;
}


.tar_tech .pops {
 opacity:0;
  position: absolute;
  display:none;
}


.tar_item .pops {
 opacity:0;
  position: absolute;
  display:none;
}

.tar_item:hover .pops {
  opacity: 1;
  position: absolute;
  right: 5px;
  z-index: 99;
  width: 300px;
  color: #222;
  border-radius: 6px;
  border: solid 1px #70f;
  font-size: 14px;
  font-weight: 500;
  background: #f7f7f7;
  padding: 10px;
  line-height: 1.3;
  display: block;
  text-align: left;
}

.tar_item .pob {
 opacity:0;
  position: absolute;
  display:none;
}

.tar_item:hover .pob {
  opacity: 1;
  position: absolute;
  right: -60px;
  z-index: 99;
  max-width: 480px;
  color: #222;
  border-radius: 6px;
  border: solid 1px #70f;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  padding: 10px;
  line-height: 1.3;
  display: block;
  text-align: left;
}

.row_pop_img {
  max-width: 140px !important;
}

.row_pop_img img {
  max-width: 140px !important;
}


.tar_usl {
  margin: 7px 0;
}

.tar_op {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-size: 12px;
  gap: 10px;
  margin: 15px 0;
  justify-items: center;
}

.tar_podr {
  text-align: center;
  margin-top: 10px;
  color: #5b5b5b;
  cursor: pointer;
}

.podr-hide {
  position: fixed;
  z-index: 99999;
  background-color: #00000036;
  padding: 20px;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}


.row_op {
  font-size: 16px;
  padding: 3px 20px;
}
.mar_op  {
  margin: 15px 0;
}


.tar_result b {
  color: #ff4f12;
}

.besp {
  text-align: center;
  margin: 16px;
  font-size: 18px;
  color: #ff1212;
  text-shadow: 1px 1px 1px #ddd;
}


.tar_tp {
  grid-template-columns: auto auto;
  display: grid;
  grid-gap: 10px 20px;
  padding: 9px 0;
  margin-bottom: 15px;
}

.tar_promo, .tar_sale {
  justify-self: center;
}

.tar_sale skidon {
  font-size: 18px;
}


.tar_end {
  align-self: end;
  margin-top: 5px;
}


.block-tarif {
  border: solid 1px #ddd;
  padding: 30px 25px;
  margin: 35px 0;
  border-radius: 10px;
  position: relative;
}

.block-tarif-row {
  padding: 7px 0;
  border-top: solid 1px #ddd;
}

.grid-2f1f{
  grid-template-columns: 2fr 1fr;
  display: grid;
  grid-gap: 10px 20px;
}

.pl{
padding-left: 20px;
  }

.block-tarif-row-one {
  font-size: 14px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-weight: 600;
}

.tarif_title {
  font-size: 22px;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 600;
}

.pl-text {
  font-size: 18px;
  padding: 10px 20px;
}

.tarif-podtext{
  font-size: 90%;
  color: #333;
}



.grid-tar-3 {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 10px 30px;
  justify-content: center;
}

@media (max-width: 620px) {

.grid-tar-3 {
  grid-template-columns: auto;
}

}

@media (max-width: 920px) {

.grid-tar-3 {
  grid-template-columns: auto;
}

}


.tar_tp_skidka {
  text-align: center;
  padding: 7px;
  color: #fff;
  border-radius: 5px;
  border: solid 2px #02b942;
  width: 225px;
  margin: 10px auto;
  background: #8915b3;
  font-size: 16px;
}


.promo {
  background: linear-gradient(160deg,#8915b363 0,#e56af76b 29.69%,#bf71ea57 40.62%,#bfeada 52.08%,#91ffa2 71.87%,#30f420 100%);
  position: relative;
  z-index: 10;
  animation: blink 2.5s infinite ease-in-out;
}

.ptomo-none::before {
  content: "";
  background-image: url('/image/snow.webp');
  background-size: 65%;
  background-position: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}


@keyframes blink {
0% {
  box-shadow: inset 0 0 0 2px #cb3bff;
}
50% {
  box-shadow: inset 0 0 12px 2px #00ff60;
}
100% {
  box-shadow: inset 0 0 0 2px #cb3bff;
}
}



.promo-sale {
  position: absolute;
  right: 0;
  padding: 7px 20px 5px;
  background: #8915b3;
  border-radius: 5px 0 0 5px;
  border: solid 2px #0dca07;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-right: none;
}

.mts_op_speed {
    display: grid;
    grid-template-columns: repeat(auto-fill, 80px);
    gap: 15px;
    position: relative;
    cursor: help;
  }
  
  .mts_speed_item {
    text-align: center;
    padding: 3px;
    font-size: 18px;
    font-weight: 800;
    color: #FF2100;
    user-select: none;
  }
  
  .mts_speed_span {
    font-size: 14px;
    color: #333;
    font-weight: 500;
  }
  
.optionDiv.active {
  background-color: #fff9a6;
  box-shadow: 1px 2px 1px #c6c6c6;
}
  
.optionDiv {
  background-color: #c1e6ff3d;
  color: #333;
  cursor: pointer;
  border-radius: 5px;
  padding: 3px;
  box-shadow: 1px 1px 2px 1px #7777779e;
}


.snow {
  background: linear-gradient(160deg,#ffd2c5 0,#c7c0e96b 29.69%,#c8bdedba 40.62%,#bfc3ea 52.08%,#a8afec 71.87%,#7e8dff 100%);
  position: relative;
  z-index: 10;
  animation: blink 2.5s infinite ease-in-out; /* Добавлены кривые анимации */
}

.snow::before {
  content: "";
  background-image: url('/image/snow.webp');
  background-size: 65%;
  background-position: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}







.search-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.form-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-field.small-field {
    flex: 0 0 120px;
}

.form-field.button-field {
    align-self: flex-end;
}



.custom-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

.custom-button {
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.custom-button:hover {
    background: #0056b3;
}

@media (max-width: 480px) {
    .form-row {
        flex-direction: column;
    }

    .form-field.small-field {
        flex: 1;
    }
}


.results-container {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.result-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.result-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.result-row:last-child {
    border-bottom: none;
}

.result-text {
    font-size: 16px;
    color: #333;
    flex: 1;
    margin-right: 15px;
}



.grid-blok-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 30px;
  padding: 35px 0;
}

.grid-item {
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.grid-item:hover {
    box-shadow: 0 6px 10px rgba(255, 223, 0, 0.5); /* Более выразительная тень с желтым оттенком */
}

.item-img {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 15px;
  aspect-ratio: 16 / 12; 
}

.item-img-mini {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
}

/*aspect-ratio: 16 / 9;  Пропорции фото */

.item-titele {
    font-size: 20px;
    font-weight: bold; /* Жирный текст */
    margin: 18px 0; /* Отступы сверху и снизу */
    color: #333; /* Цвет текста */
  text-align: center;
}

.item-txt {
    font-size: 16px;
    color: #555; /* Темно-серый текст */
    margin-bottom: 3px; /* Отступ снизу */
}


.item-button {
  font-size: 18px;
  color: #d50082;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: right;
  font-weight: 600;
  visibility: hidden;
}

.grid-item:hover .item-button {
	visibility: visible;
}

.item-button:hover {
    transform: scale(1.03); /* Легкое увеличение */
}

/* Адаптация для планшетов */
@media (max-width: 1024px) {
  .grid-blok-3col {
    grid-template-columns: 1fr 1fr; /* 2 колонки для планшетов */
    gap: 40px 20px; /* Уменьшаем отступы */
  }
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .grid-blok-3col {
    grid-template-columns: 1fr; /* 1 колонка для мобильных */
    gap: 20px; /* Уменьшаем отступы ещё сильнее */
    padding: 20px 0; /* Уменьшаем внутренние отступы */
  }
 
  
.baner-bee,
.baner-mts,
.baner-mango,
.baner-mega {
  background-image: none;
}
}

.el-akc {
  background-color: #fff377;
  display: inline-block;
  padding: 2px 10px;
  margin: 0 10px 20px;
  border-radius: 5px;
  font-weight: 600;
}