*{
box-sizing: border-box;
}

body {
  margin: 0;
  background: #e8e8e81c;
  max-width: 100%;
  min-height: 100vh;
  font-size: 14px;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.disable-scroll {
	position: relative;
	overflow: hidden;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.scroll-off {
	position: fixed;
	left: 30px;
	top: 30px;
}

.scroll-on {
	position: fixed;
	left: 30px;
	top: 60px;
	pointer-events: none;
}


main{
  height: 100%;
  font-size: 1.07em;
}



@media (max-width: 768px) {
body {
font-size: 0.8em;
}
}

body, h5, h6, li, p, td, ul {
font-family: rt;
line-height: 1.3;
margin: 0;
}


body, div,  h5, h6, li, p, td, ul {
font-family: rt;
}

.lh_none{
line-height: 0;
}

.ban {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
}

.ban--new {
  color: #333;
  font-size: 32px;
  line-height: 40px;
  width: 80%;
  margin-top: 7%;
  margin-left: 10%;
}

.banm {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  width: 85%;
  margin-top: 10%;
  margin-left: 10%;
}

.banm--new {
  color: #333;
  font-size: 25px;
  line-height: 30px;
  width: 85%;
  margin-top: 6%;
  margin-left: 10%;
}


.right {
  text-align: right;
}

body{
color: #333;
}


b {
font-family: rtb;
line-height: 1.3;
margin: 0;
font-weight: 100;
color: #333;
}

strong {
font-family: rtb;
line-height: 1.3;
margin: 0;
font-weight: 100;
color: #333;
}

h1, h2, h3, h4 {
font-family: rt;
line-height: 1.1;
font-weight: 500;
margin: 0;
padding: 10px 0;
color: #333;
}

h1 {
 font-size: 2.1em;
	  line-height: 1.5;
}

h2 {
 font-size: 1.7em;
	  line-height: 1.5;
}

h3 {
  font-size: 1.5em;
  line-height: 1.5;
}

h4 {
 font-size: 1.3em;
	  line-height: 1.3;
}

@font-face {
font-family: "rt"; 
    src: url('./font/ptsanscaption.woff2') format('woff2'), url('./font/ptsanscaption.woff') format('woff'), url('./font/ptsanscaption.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    
} 

@font-face {
font-family: "rtb";
    src: url('./font/ptsanscaptionbold.woff2') format('woff2'), url('./font/ptsanscaptionbold.woff') format('woff'), url('./font/ptsanscaptionbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}



.lr20{
  padding: 0 10px;
}

.lr20 h4{
  font-size: 18px;
}



a {color: #FF4F12;
 text-decoration: none;   
}

a:hover {color: #d33706;}



.border-head {
  border-bottom: solid 1px #ececec;
  z-index: 1;
  position: relative;
}


.menu-shadow {
  box-shadow: 0px 0px 5px rgba(16, 24, 40, 0.05);
}

.current-menu-item a, .current-page-ancestor a,
.current-post-ancestor a { 
  color: #e63c07 !important;
}


.top_navigation li {display: inline-block;} .top_navigation li:last-child:after {content: none;}
.top_navigation a {
font-family: "rt";
text-decoration: none;
letter-spacing: 1px;
position: relative;
padding-bottom: 2px;
margin: 0 10px 0 10px;
font-size: 112%;
display: inline-block;
transition: color .2s;
}
.top_navigation a, .top_navigation a:visited {color: #333;}
.top_navigation a.current, .top_navigation a:hover {
color: #ff5115;
}
.top_navigation a::before, .top_navigation a::after {
content: "";
position: absolute;
height: 2px;
top: auto;
right: 50%;
bottom: -3px;
left: 50%;
background: #8d00ff;
transition: .4s;
}
#my-menu li .top_navigation a{
color:#333;
}
.top_navigation a:hover:before, .top_navigation .current:before {left: 0;}
.top_navigation a:hover:after, .top_navigation .current:after {right: 0;}

@media (max-width: 550px) {
.top_navigation {padding-top: 0;}
.top_navigation li {display: block;}
.top_navigation li:after {content: none;}
.top_navigation a {
padding: 25px 0 20px; 
margin: 0 30px;
}
}

.top_panel {
  grid-template-columns: 1fr auto auto;
  display: grid;
  grid-gap: 10px 20px;
  color: #fff;
  font-size: 0.95em;
  min-height: 40px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top_menu {
  display: flex;
}

.top_akt {
  padding-left: 20px;
}

.top_pas {
  padding-left: 20px;
}

.top_pas a {
  color: #fff;
}

.showgeo {
  padding-left: 10px;
  color: #575757;
}

.support {
  padding-left: 10px;
  color: #575757;
}

.gorv img{
width: 12px;
}

.head {
  grid-template-columns: auto auto 1fr auto auto;
  display: grid;
  grid-gap: 10px;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}

.head> div:nth-child(3) {
justify-self: end;
}

.logo img {
  max-width: 100%;
}

.vitmenu  {
  margin: 0 15px;
  text-align: right;
  justify-self: end;
}

.tel {
  width: auto;
  background-image: url(/image/phone-tel.webp);
  background-position: 0px 2px;
  background-size: 36px;
  background-repeat: no-repeat;
  padding-left: 50px;
  margin-right: 15px;
}

.nadphone {
  color: #777;
  line-height: 1;
  font-size: 1.1em;
  text-align: center;
}

.top_nav {
  margin: auto;
  padding: 8px 0;
}

.phonemenu {
  text-align: center;
  font-size: 1.55em;
  color: #031124;
  line-height: 0.6;
  padding-top: 10px;
}

.phonemenu a {
  color: #031124;
  text-shadow: 0px 1px 1px #ba00fd12;
}

.vitmenu_but {
  margin-top: 2px;
}

.podkl {
  width: 190px;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 12px;
  text-decoration: none !important;
  transition: box-shadow .1s,transform .1s,-webkit-transform .1s;
  background: #FF4F12;
}

.ipx {
    color: #fff;
    margin-left: 10px;
    position: absolute;
    margin-top: 4px;
}

.podkl:hover {
    background: #ff8218;
   
}

.podkl a {    
    color: #fff;
	text-decoration: none !important;
}

.podkl a:hover {    
    color: #fff;
}

.menubut {
  color: #fff;
  background: #FF1212;
  border: none;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  margin: auto;
  padding: 8px 12px;
  font-size: 1.3em;
}

.menubut a {
color: #fff;
}
.menubut a:hover {
color: #fff;
} 
.menubut a:focus {
color: #fff;
}
.menubut:hover {
background-color: #d70000;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.momen {
  display: none;
}

.block_baner {
  display: grid;
  grid-template-columns: 65% auto;
  grid-gap: 10px;
  background: #fff;
  border-radius: 8px;
  max-width: 1180px;
  margin: 30px auto;
  box-shadow: 1px 1px 3px 1px #e8e8e8;
  border: 1px solid #eee;
}

.m25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.tab_tar {
  padding: 8px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #f7f7f7;
  text-align: center;
  transition: .3s,transform;
}

.taba_tar {
  padding: 8px;
  border-radius: 5px;
  border: solid 1px #ff4f12;
  background-color: #fff;
  text-align: center;
  transition: .3s,transform;
}


.tab_tar:hover {
  border: solid 1px #7500FB;
  background-color: #fff;
}



.grid_5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px;
  padding: 10px 15px;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px;
  padding: 10px 15px;
}

.grid-6 a {
color: #333;
}


.grid_r3 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px;
  padding: 10px 15px;
}

.adres {
  padding: 10px 0;
	display: flex;
}

.adres::before {
  content: " ";
  display: flex;
  top: 5px;
  min-width: 12px;
  height: 100%;
  background-image: url(/image/geo.webp);
  background-size: 12px;
  margin-right: 8px;
  position: relative;
  background-repeat: no-repeat;
  left: 0;
}


.shaddow {
  box-shadow: 0px 0 10px 0 #e6e3e3;
  padding: 40px 25px !important;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 30px auto !important;
}

.bloks {
  padding: 12px 25px 35px !important;
  background: #FFFFFF;
  border-radius: 7px;
  margin: 30px auto !important;
}


.blokp {
  padding: 50px 25px;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 30px auto !important;
  border: solid 2px #ddd;
  position: relative;
	width: 300px;
	transition: .3s,transform;
}

.blokh {
  padding: 50px 25px;
 background: #FBFBFB;
  border-radius: 5px;
  margin: 30px auto !important;
  border: solid 2px #ddd;
  position: relative;
	width: 300px;
	transition: .3s,transform;
	text-align: center;
}

.blokh:hover  {
  border: solid 2px #7500FB;
}

.mid {
  border-radius: 10px;
}


.blokp:hover  {
  border: solid 2px #7500FB;
}

.blokp p{
  font-size: 0.9em;
  color: #5b5b5b;
}


.kab {
  background-image: url(/image/kab100.webp);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

li {
  margin-bottom: 5px;
}


.title_p {
  position: relative;
  padding-left: 60px;
}

/*--- Футер --- */

.end {
  padding: 20px 10px;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #ddd;
}

.end a {
color: #fff;
}


.foottxt{
  font-size: 14px;
  color: #fff;
}

.footcol {
  padding: 0 10px;
}

.mg {
  max-width: 380px;
  margin-bottom: 20px;
}

.footcolend{
  padding-left:10px;
}

.footcolst{
  padding-right:10px;
}

.footzag{
    font-family: rtb;
 
  color: #fff;
  padding-bottom: 20px;
  font-size: 15px;
}

.footmenu {
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  padding: 3px 0;
}

.footmenupod {
  margin-top: 23px;
}

.footmenu a {
  color: #fff;
} 

.footmenu a:hover {
  color: #ff4f12;
} 


.footphone {
    font-family: rtb;
  font-weight: 100;
  color: #fff;
  padding-bottom: 10px;
  font-size: 20px;
}

.phonefoot {
    font-family: rtb;
  font-size: 26px;
  font-weight: 100;
  color: #e30611;
}


.container {
  max-width: 1580px;
  min-width: 300px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container_full {
  max-width: 100%;
  min-width: 300px;
    margin-left: auto;
  margin-right: auto;
}

.footer {
  margin-top: 30px;
  background: #70F;
  box-shadow: 0px 0px 5px rgba(16, 24, 40, 0.2);
  text-shadow: 0 0 3px #1111117a;
}

.bgw {
    background-color: #fff;
}

.bgwp {
    background-color: #fff;
    padding-bottom: 20px;
}

.center {
  text-align: center;
}

.main-header{position:-webkit-sticky; position:sticky; top:0px; z-index: 99;}

img{
  max-width: 100%;
}

.center-grid {
  align-items: center;
  display: grid;
  justify-items: center;
  margin: auto;
}

.end-grid {
  align-items: end;
  display: grid;
  justify-items: center;
}

.img-teni {
  border-radius: 10px;
  margin: 15px 0;
  box-shadow: 1px 1px 4px 3px #d5d3d3;
}


/*--- Кнопка 2 --- */
.butt {
cursor: pointer;
color: #ffffff;
background: #FF4F12;
font-size: 22px;
text-decoration: none;
border-radius: 5px;
width: 250px;
text-align: center;
margin: 10px auto 10px !important;
padding: 6px 0px;
display: block;
}

.butt a {
color: #ffffff;
text-decoration: none;
}

.butt a:hover {
color: #ffffff;
text-decoration: none;
}


.butt:hover {
  background-color: #d33706;
  color: #ffffff;
}


.bg_f {
  background-image: url("/image/bg_f.webp");
  background-repeat: no-repeat;
	background-color: #2d3c5e;
}
/*--- Красная галка в списке --- */

.galka li {
  margin: 0;
  padding: 8px 0 8px 32px;
  list-style: none;
  background-image: url("/image/icon-check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

.galka ul {
  margin: 0 0 1.5em 0em;
}

.galkano li {
  list-style: none;
}

/*--- Скрыть содержимое (подробнее) --- */

.content_block {
	overflow: hidden;
	position: relative;    
}
.content_block.hide {
	height: 380px;
}

.content_block.hide::after {
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
  border-radius: 10px;
}


.grid-4f {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px 25px;
  align-items: center;
  max-width: 1000px;
}

.goriz form input {
  margin: 16px 0 0 !important;
  padding: 10px 10px 1px !important;
  height: 50px;
  font-size: 1em;
}

.font-goriz {
  text-align: left;
  font-size: 12px;
  color: #777;
  display: block;
  padding: 10px 0;
}

.grid-3 {
  	grid-template-columns: 1fr 1fr 1fr;
	display: grid;
    grid-gap: 10px 25px;
    padding-bottom: 30px;
}

.grid-2 {
  	grid-template-columns: 1fr 1fr;
	display: grid;
    grid-gap: 10px 20px;
}

.grid_r1f3 {
  grid-template-columns: 1fr 3fr;
  display: grid;
  grid-gap: 25px 30px;
  padding: 10px 15px;
}

.grid_4060 {
  grid-template-columns: 50% auto;
  display: grid;
  grid-gap: 10px 40px;
  width: 1200px;
}

.grid_1fr2fr {
  grid-template-columns: 1fr 2fr;
  display: grid;
  grid-gap: 10px 20px;
}

.grid_2fr1fr {
  grid-template-columns: 2fr 1fr;
  display: grid;
  grid-gap: 10px 20px;
}

.w400{
  width: 400px;
}

.mar_auto {
  margin: auto;
}

.grid_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px 20px;
}

.rad {
  border-radius: 5px;
  margin: auto;
}

.pad {
padding-top:50px;
padding-bottom:50px;
}

.start {
padding-top:30px;
padding-bottom:50px;
}

.padb {
padding-bottom:50px;
}

.padb25 {
padding-bottom:25px;
}

.pad35 {
padding-top:30px;
padding-bottom:50px;
}

.pad25 {
padding-top:25px;
padding-bottom:25px;
}

.pad80 {
padding-top:80px;
padding-bottom:80px;
}


.str {
  display: block;
  margin: 20px 0;
}


.padt {
padding-top:30px;
}

.mar {
margin: 30px 0;
}

.marb {
  margin-bottom: 0;
}

.borntxt {
  color: #777;
  font-size: 1.3em;
  padding: 15px 0;
}


.r1{
  margin: auto;
}

.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;
}



.seo-zag {
  font-size: 1.5em;
}

.seo {
  line-height: 1.4;
  font-size: 1.15em;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  
}

.bgd {
  background: linear-gradient(to right, #7500FB 65%, #FFD760 0%);
}

.grid-3-baner {
  grid-template-columns: 1fr auto auto;
  display: grid;
  grid-gap: 10px 25px;
}

.bgd--new {
  background: #d7dee9;
  position: relative;
}

.baner-akcia {
  position: absolute;
  top: 320px;
  left: 70px;
  padding-bottom: 10px
}

.baner-akcia__text{
  background-color: #7900ff;
  color: #fff;
  padding: 8px;
  font-size: 18px;
  font-weight: 100;
  border-radius: 5px;
  font-family: rtb;
}

.baner-akcia__text a{
  color: #fff;
}

.baner-akcia__text:hover a{
  color: #fff;
}

.baner-akcia__offer{
  background-color: #fff;
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}

.baner-akcia__button {
  color: #fff;
  background: #FF4F12;
  border: none;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  padding: 8px 16px;
  white-space: nowrap;
  display: block;
}

.baner-akcia__button:hover {
  background-color: #ff8218;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  color: #fff;
}


.baner-akcia__button a {
color: #fff;
}
.baner-akcia__button a:hover {
color: #fff;
} 

@media (max-width: 1180px) {
.bgd {
  background: #7500FB;
}

.bgd--new {
  background: #d7dee9;
}

.lh_none {
  display: none;
}
	
.grid-2 {
  grid-template-columns: 1fr;
  display: grid;
  grid-gap: 10px 20px;
}
	
.banm {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10%;
  font-size: 22px;
  line-height: 1.2;
}
	
.ban {
  margin-top: 30px;
  font-size: 28px;
  line-height: 1.2;
}
	
.grid_4 {
  grid-template-columns: 1fr;
  margin: auto;
}

.grid_4060 {
  grid-template-columns: 1fr;
  width: auto;
}
	
.kab {
  background-image: none;
}	
	
.grid_1fr2fr {
  grid-template-columns: 1fr;
}	
	
.grid-6 {
  grid-template-columns: 1fr 1fr;
}	
	
	
}


img {
  line-height: 0;
}

.seo-txt {
  line-height: 1.4;
  font-size: 1.05em;
  margin-bottom: 10px;
}

p {
  line-height: 1.3;
  font-size: 1.05em;
  margin-bottom: 10px;
}

.glt{
  border: 1px solid #dedfe0;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  margin: 30px auto 10px;
  background: #fff;
  padding: 15px 15px 5px;
  }

  .glimg img {
  max-height: 100%;
  border-radius: 10px;
  }

.glt:hover {
border: 1px solid #8d00ff;
}
.glt h2 {
text-align: center;
font-size: 18px;
margin-top: 10px;
}

.gltxt {
  padding: 0px 10px;
  font-size: 0.95em;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #555;
}

.tarbut {
  color: #fff;
  background: #FF4F12;
  border: none;
  border-radius: 6px;
  text-align: center;
  font-size: 120%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 20px;
  white-space: nowrap;
  width: 290px;
  display: block;
}

.tarbut a {
color: #fff;
}
.tarbut a:hover {
color: #fff;
} 

.tarbut:hover {
background-color: #ff8218;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
box-shadow: 0 2px 5px rgba(0,0,0,.2);
color: #fff;
}


.zag_baner {
  margin-bottom: 10px;
  font-size: 20px;
}

.baner img {
  border-radius: 8px 0 0 8px;
  height: 100%;
}

.title {
  position: relative;
  padding-left: 60px;
}
.title::before {
  content: '';
  position: absolute;
  left: 0;
  top: auto;
  width: 40px;
  height: 38px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='38' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg' class='customFlag'%3e%3cpath d='M0 30.3689V0H36V30.3689C36 31.1154 35.2117 31.5987 34.5464 31.2601L18.9073 23.2993C18.3372 23.0092 17.6628 23.0092 17.0927 23.2993L1.45364 31.2601C0.788342 31.5987 0 31.1154 0 30.3689Z' fill='%23FF4F12'%3e%3c/path%3e%3c/svg%3e") no-repeat 0 0;
}

.bordertop {
  border-top-width: 1px;
  border-top-color: #d0d0d0;
  border-top-style: solid;
  border-radius: 1px;
}




@media (max-width: 1300px) {
.grid_footer {
  	grid-template-columns: 2fr 2fr;
  	grid-gap: 10px 20px;
}

.grid_footer> div:nth-child(2) {
justify-self: end;
}

.grid_footer > div:nth-child(3) {
  justify-self: start;
  margin-top: 20px;
}

.grid_footer > div:nth-child(4) {
  justify-self: end;
  margin-top: 20px;
}

.phonefoot {
  font-size: 1.8em;
}
}

@media (max-width: 840px) {

.grid-3, .grid-4f {
  	grid-template-columns: 1fr 1fr;
}

.top_akt, .top_pas, .vitmenu_but {
  display: none;
}

.vozmfon {
  background-color: #DCDEDD;
  background-image: none;
}

.grid-tar {
  grid-template-columns: auto auto;
}
	
	
.tel {
    margin-right: 5px;
    font-size: 80%;
    background-size: 28px;
    padding-left: 37px;
  }

}



.top_bgf {
  margin: 0;
  background: #031124e5;
  color: #fff;
}


.gorf a{
  color: #ffbea8;
}

.menu{
  padding: 0;
}

.logo {
display:block;
}

.logo-mobil {
display:none;
}


@media (max-width: 480px) {
.logo {
display:none;
}

  .logo-mobil {
    display: block;
    max-width: 135px;
  }  
    
}


@media (max-width: 768px) {

.top_panel, .grid_r1f3, .grid-2, .grid-2gor {
  grid-template-columns: 1fr;
}
.grid-tar {
  grid-template-columns: auto;
}
.top_akt, .top_pas, .sup, .loc, .top_nav {
  display: none;
}

.phonefoot {
  font-size: 1.8em;
}

.logo img {
  max-width: 120px;
}

.head {
  grid-template-columns: auto auto 35px;
}
	
.vitmenu {
  margin: 0px;
}

.grid-3, .grid-4f {
  grid-template-columns: 1fr;
}
	
.wrapper{
position: fixed;
top: 0; right: -100%;
height: 100%;
width: 75%;
background: #ffffffed;
transition: all 0.6s ease-in-out;
z-index: 3;
}
#active:checked ~ .wrapper{ right:0;
}

.menu-btn{
visibility: hidden;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after{
content: "";
position: absolute;
top: calc(50% - 1px);
left: 20%;
width: 60%;
border-bottom: 2px solid #8d00ff;
transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn:before{
transform: translateY(-8px);
}
.menu-btn:after{
transform: translateY(8px);
}
.close {
z-index: 1;
width: 100%;
height: 100%;
pointer-events: none;
transition: background .6s;
} #active:checked + .menu-btn span {
transform: scaleX(0);
}
#active:checked + .menu-btn:before {
transform: rotate(45deg);
border-color: #333;
}
#active:checked + .menu-btn:after {
transform: rotate(-45deg);
border-color: #333;
}
.wrapper ul {
position: absolute;
top: 100px;
height: 90%;
list-style: none;
text-align: left;
padding-left: 10px;
}
.wrapper ul li {
margin: 5px 0;
padding-left: 10px;
    border-bottom: solid 1px #e376dd63;
}
 .wrapper ul li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0px;
    color: #333;
    line-height: 1.8;
opacity: 0;
transition: all 0.3s ease;
transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrapper ul li a:hover {
color: #ff2a2a;
}
input[type="checkbox"]{
display: none;
}
#active:checked ~ .wrapper ul li a{
opacity: 1;
}
.wrapper ul li a{
transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translateX(100px);
}

.top_nav, .vitmenu_tel, .scrollTop, .gorf {
display: none;
}
.top_tech {
display: none;
} 
.widta{
width: 50%;
}
 .menu-btn {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 20px;
    height: 30px;
    width: 35px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    visibility: visible;
    border: 1px solid #ff4e02;
    border-radius: 3px;
  }
.momen  {
width: 16px;
visibility: visible;
display: block;
}

 .phonemenu {
    font-size: 18px;
  }

.block_baner {
  	grid-template-columns: 1fr;
}
.baner img{
  border-radius: 8px 8px 0 0px;
}


}



/*--- Скролл на верх --- */

.scrollTop{
	background:url('/image/arrows.webp') 0 0 no-repeat;
width: 50px;
height: 40px;
bottom: 10px;
right: 10px;
background-size: 80%;
}

.scrollTop:hover{ background-position:0 -48px;; }

@media (max-width: 520px) {
.grid_footer, .grid-3, .grid-2, .grid-4f, .grid-3gor, .grid_5, .grid_r3 {
  	grid-template-columns: 1fr;
  	grid-gap: 10px 20px;

}

.vozmfon {
  background-color: #DCDEDD;
  background-image: none;
}

.grid_footer> div:nth-child(2) {
justify-self: start;
margin-top: 20px;
}

.grid_footer > div:nth-child(3) {
  justify-self: start;
  margin-top: 20px;

}

.grid_footer > div:nth-child(4) {
  justify-self: start;
 margin-top: 20px;
}

}


@media (max-width: 360px) {

.logo img {
  max-width: 80px;
}

 .phonemenu {
    font-size: 18px;
  }

}




.grid_pad5-20{
  padding: 5px 20px;
}


.forma {
  padding: 15px;
}


.niz {
  background: radial-gradient(#fbfbfb, #FFF);
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin: auto;
  padding: 10px 0 20px;
  max-width: 800px;
}

.niz_zag {
  font-size: 1.5em;
  padding: 15px 0;
}


.niz_tel {
  font-size: 1.6em;
  margin: 20px auto;
  text-align: center;
}

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

.niz_txt {
  font-size: 1.2em;
  text-align: center;
}


a:active, a:focus { outline: none; }

.grid-tar {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px 25px;
  margin: 20px 0 30px;
  justify-items: center;
}

.rt_row {
  grid-template-columns: 35px auto;
  display: grid;
  grid-gap: 10px 15px;
  padding: 9px 0;
}

.row_pop {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 5px;
  padding: 7px 0;
}




.rt_tp {
  grid-template-columns: auto auto;
  display: grid;
  grid-gap: 10px 20px;
  padding: 5px 0 15px;
  align-items: center;
}

.rt_tp-one {
  grid-template-columns: auto;
  display: grid;
  grid-gap: 10px 20px;
  padding: 5px 0 20px;
  align-items: center;
}


.rt_tp-skidka {
  grid-template-columns: auto auto;
  display: grid;
  grid-gap: 10px 20px;
  padding-top: 5px;
  align-items: center;
}

.rt_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;
  position: relative;
  width: 100%;
  margin: 20px 0 !important;
  display: grid;
  grid-template-rows: auto auto 1fr;
}


.rt_colum:hover {
  box-shadow: inset 0 0 0 2px #9310ce7a;
}

.rt_end {
    align-self: end;
    margin-top: -1px;
}

.tariff_name {
  font-size: 16px;
  line-height: 25px;
  font-weight: 100;
  color: #000826;
  font-family: rtb;
  margin-bottom: 15px;
}

.tariff_name:hover {
  color: #d33706;
}


.rt_pod  {
  font-size: 12px;
  line-height: 17px;
  opacity: .5;
}

.rt_icon {
  display: grid;
  align-items: center;
}

.rt_result {
  font-size: 14px;
  line-height: 1.2;
}

.rt_result big {
  font-size: 17px;
  /*! font-weight: 600; */
  color: #ff4f12;
}

.rt_result b {
    color: #FF4F12;
    font-weight: 300;
    font-size: 16px;
}

.rt_tech {
  justify-self: center;
  align-self: center;
  background: #f6e7ff;
  padding: 3px 6px;
  border-radius: 5px 0 0 5px;
  color: #8d00ff;
  outline: none;
  cursor: help;
  position: absolute;
  right: 2px;
}

.rt_price {
justify-self: center;
}

.rt_price  big {
  font-size: 32px;
  line-height: 50px;
}





.popul {
  list-style: disc;
}

.popul li {
  line-height: 1;
  padding: 3px 0;
}



.rt_promo {
justify-self: center;
color: #7b7b7b;
}

.rt_sale {
justify-self: center;
color: #7b7b7b;
}


.rt_sale skidon  {
  font-size: 18px;
}


.rt_mid {
  /*! padding: 5px 0; */
  border-top: 1px solid #ff00cb59;
  border-bottom: 1px solid #ff690f59;
  /*! margin: 10px 0; */
}

.rt_opis {
  font-size: 20px;
  line-height: 1.1;
  color: #868686;
}

.rt_usl {
  margin: 7px 0;
}
.rt_usl born{
  opacity: 0.8;
}

.rt_icon img {
  max-width: 100%;
}



.rt_op {
  display: grid;
  font-size: 12px;
  gap: 10px;
  margin: 5px 0;
  justify-items: center;
  grid-template-columns: repeat(auto-fill, 38px);
}



.rt_tech:hover .pops {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 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;
}


.rt_tech .pops {
 opacity:0;
  position: absolute;
  display:none;
}


.rt_item .pops {
 opacity:0;
  position: absolute;
  display:none;
}

.rt_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;
}


.rt_item .pob {
 opacity:0;
  position: absolute;
  display:none;
}

.rt_item:hover .pob {
  opacity: 1;
  position: absolute;
  left: 1px;
  z-index: 99;
  max-width: 416px;
  color: #222;
  border-radius: 6px;
  border: solid 1px #70f;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
  padding: 10px;
  line-height: 1.3;
  display: block;
  text-align: left;
  bottom: 0px;
}

.row_pop_img {
  max-width: 140px !important;
}

.row_pop_img img {
  max-width: 140px !important;
}

.row_pop_opis {
  width: 260px;
}




.popul {
  list-style: disc;
}

.popul li {
  line-height: 1;
  padding: 3px 0;
}

.rt_item {
  align-self: start;
  outline: none;
  cursor: help;
  padding: 1px;
  border-radius: 6px;
  /*! width: 30px; */
  /*! text-align: center; */
}

.rt_item img {
 max-width: 30px;
}

.rt_item_img {
  text-align: center;
  line-height: 0.2;
}

.but {
  display: block;
  margin: 18px auto;
  text-align: center;
}


.rt_butt {
  color: #fff;
  background: #FF4F12;
  border-radius: 6px;
  text-align: center;
  font-size: 21px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  padding: 7px 7px 10px;
  max-width: 230px;
  margin: auto;
}


.rt_butt:hover {
    background-color: #ff8218;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
	color: #fff;
}


.rt_butt a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


.rt_butt a:hover {
    color: #fff;
    text-decoration: none;
}





.rt-gradient {
  background: linear-gradient(90deg, rgba(119,0,255,1) 50%, rgba(255,79,18,1) 100%);   
  transition: 2s;
}


.rt-gradient:hover {
  transition: 2s;
}


.skidka {
  margin: 15px auto !important;
  width: auto;
  padding: 6px 0;
  border-radius: 6px;
  font-size: 15px;
  text-align: center;
  transition: 2s;
  color: #fff;
  text-decoration: none !important;
 background: linear-gradient(90deg, rgba(119,0,255,1) 50%, rgba(255,79,18,1) 100%);

}

.skidka a{
  color: #fff;
  text-decoration: none !important;
}

.skidka:hover {
  background: linear-gradient(90deg, rgba(255,79,18,1) 50%, rgba(119,0,255,1) 100%);

}

.midl{
  color: #ff4e00;
  font-size: 17px;
}



.igra {
  background: #101828;
  color: #fff;
  position: relative; /* Нужно для корректного позиционирования псевдоэлемента */
  z-index: 1; /* Поднимаем основной контент над фоном */
}


.igra::after {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 80%;
  height: 85%;
  background-image: url('/image/bg-igrovoi.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.4;
}

/* Если родительский элемент имеет класс igra */
.igra .tariff_name {
  color: #fff !important; /* Белый цвет текста */
}

.igra .rt_icon img {
    filter: 
    grayscale(100%) 
    brightness(500%) 
    contrast(100%);
}

.akcia_bg {
  background-image: linear-gradient(135deg, rgba(255,78,0,0.1) 0%, rgba(141,0,255,0.1) 100%);
}


/*кнопка звонка*/

.callback-bt {
    background: #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
height: 100px;
width: 100px;
    text-align: center;
    position: fixed;
    right: 8%;
    bottom: 18%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
  background: #ff4e00;
  border: 2px solid #38a3fd;
}

.callback-bt .text-call {
height: 100px;
width: 100px;
    border-radius: 50%;
    position: relative;
}


.callback-bt .text-call span {
    color: #fff;
    display: block;
    left: 48%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}




@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */



.geo {
  width: 1330px;
  margin: auto;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  height: 80vh;
  overflow-y: scroll;
  position: relative;
}

.reg {
margin-bottom: 25px;
break-inside: avoid;
}

.reg b {
font-size: 16px;
margin-bottom: 7px;
display: block;
}

.reg b:after {
  content: '';
  display: block;
  clear: both;
}

.reg a {
  padding-left: 5px;
  color: #002d84;
  font-size: 15px;
}

.reg a:hover {
  padding-left: 5px;
  color: #ff4f12;
  font-size: 15px;
}


.grid-item {
 float: left;
 margin-bottom: 25px;
}

.loka-hide {
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  padding: 20px;
  margin: auto;
  display: none;
  width: 100%;
  top: 120px;
  height: 100vh;
}

.loka-akt {
  display: block;
}

.active {
  overflow-y: hidden;
}

.clos {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
}

.scroll {
  width: auto;
  column-count: 4;
}


.mobil {
    display:none;
}


.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;
}

.active {
  overflow-y: hidden;
}
/*
* Внешний вид формы
*/
#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: #FF4F12;
  margin: 7px auto 0;
  cursor: pointer;
  letter-spacing: 1px;
}

.button_form:hover {
  background: #d33706;
  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 {
  max-width: 600px;
  border-radius: 10px;
  border: 1px solid #8e298845;
  padding: 10px;

}

.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;
}


@media (max-width: 900px) {

.w80{
  width: 100%;
}

.w60 {
  width: 100%;
}
	}
.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;
}	

/* Стили для кнопки во время отправки */
.sending {
  background-color: #ddd;
  color: #999;
  cursor: not-allowed;
}

/* Стили для кнопки при успешной отправке формы */
.send_ok {
  background-color: #4caf50;
  color: #fff;
}

/* Стили для кнопки при ошибке отправки формы */
.send_error {
  background-color: #f44336;
  color: #fff;
}

.foma-modal {
  max-width: 425px;
  margin: 5% 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 {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.hid{
  max-height: 1520px;
  overflow: hidden;
  position: relative;
}

.hissd::after {
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
  border-radius: 10px;
}


.wetssse{
  display: block;
  height: 120px;
  position: absolute;
  bottom: -1450px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
  border-radius: 10px;
  width: 1330px;
}

@media (max-width: 1300px) {

.grid-tar {
  grid-template-columns: 1fr 1fr 1fr;
}
	}

@media (max-width: 1100px) {

.grid-tar {
  grid-template-columns: auto auto;
}
	}


@media (max-width: 680px) {

.grid-tar {
  grid-template-columns: auto;
}

.hid{
  max-height: 2450px;
  overflow: hidden;
}

.mobil-no {
    display:none;
}

 .mobil {
    display: block;
    padding: 20px 0;
    background-image: linear-gradient(90deg, rgb(255, 237, 230) 0%, rgb(238, 211, 255) 55%);
  }

.callback-bt {

height: 80px;
width: 80px;
    text-align: center;
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
height: 80px;
width: 80px;
}


.callback-bt .text-call span {
    color: #fff;
    display: block;
    left: 48%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-size: 12px;
    line-height: 14px;
}

	}
.rt_akc {
  font-size: 16px;
  text-align: center;
  color: #70f;
}

.sale_rt {
  font-size: 18px;
}




.cont {
  column-gap: 10px; /* Если вы хотите добавить промежуток между колонками */
}

.cont-item {
  break-inside: avoid; /* Это предотвращает разбиение элементов между колонками */
}

/* Медиа-запрос для экранов с шириной до 768 пикселей */
@media screen and (max-width: 668px) {
  .cont {
    column-count: 1;
  }
}

/* Медиа-запрос для экранов с шириной от 769 пикселей до 1024 пикселей */
@media screen and (min-width: 670px) and (max-width: 1024px) {
  .cont {
    column-count: 2;
  }

  .kab {
  display: none;
}
}

/* Медиа-запрос для экранов с шириной от 1025 пикселей до 1200 пикселей */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .cont {
    column-count: 3;
  }
}




/* Медиа-запрос для экранов с шириной свыше 1200 пикселей */
@media screen and (min-width: 1201px) {
  .cont {
    column-count: 4;
  }
}




.cont-toggle{
  cursor: pointer;
}


.cont-toggle-link {
  display: none;
  margin-left: 7px;
  font-size: 15px;
  padding: 2px 0;
}

.cont-toggle-link {
color: #0084f9;
}

.cont-toggle-link:hover {
color: #ff1212;
}


.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: 10px;
}


.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%;
}



.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 10px;
  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;
}


.baner-top {
    background-image: url(/image/rt-baner.webp);
}

.ban-top {
  color: #111;
  font-size: 32px;
  line-height: 40px;
  padding-top: 30px;
  padding-left: 100px;
  width: 60%;
}

.banm-top {
  color: #333;
  font-size: 25px;
  line-height: 30px;
  width: 50%;
  padding-top: 65px;
  padding-left: 100px;
  padding-bottom: 70px;
}


/*кнопка звонка*/

.callback-bt {
    background: #fd3838;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
height: 100px;
width: 100px;
    text-align: center;
    position: fixed;
    right: 8%;
    bottom: 5%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
  background: #ff4e00;
  border: 2px solid #38a3fd;
}

.callback-bt .text-call {
height: 100px;
width: 100px;
    border-radius: 50%;
    position: relative;
}


.callback-bt .text-call span {
    color: #fff;
    display: block;
    left: 48%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}




@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

/* Мобильная адаптация */
@media (max-width: 480px) {

 .callback-bt {
  height: 70px;
  width: 70px;
 }
 .callback-bt .text-call {
  height: 70px;
  width: 70px;
}

    .callback-bt .text-call span {
  font-size: 11px;
  line-height: 15px;
}
    
    
}



/* конец кнопки звонка */



.grid-form-2 {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 10px;
}


/* Стиль для таблицы с идентификатором "my-table" */
#my-table {
  width: 100%;
  border-collapse: collapse;
}

/* Стиль для заголовков столбцов */
#my-table th {
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 8px;
  border: 1px solid #ccc;
}

/* Стиль для ячеек таблицы */
#my-table td {
  padding: 8px;
  border: 1px solid #ccc;
}

/* Чередующиеся цвета для строк таблицы */
#my-table tr:nth-child(even) {
  background-color: #f2f2f2;
}


/* Контейнер сетки */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, auto)); /* Автоматическое размещение в ряд с минимальной шириной блока 100px */
  gap: 10px; /* Промежуток между блоками */
  justify-content: end; /* Выравнивание блоков к правому краю */
}

/* Стиль блока с текстом "Технологии подключения:" */
.tech-txt {
   /* Расширение текстового блока на 4 столбца */
  text-align: right; /* Выравнивание текста к правому краю */
  padding: 5px;
  color: #7d7d7d;
}

/* Стиль блоков "FTTx", "PON", "ADSL" */
.tech {
  background-color: #ccc; /* Цвет фона для блоков */
  padding: 5px 10px; /* Внутренний отступ */
  text-align: center; /* Выравнивание текста по центру */
  border-radius: 5px;
  color: #111;
}

.tech-akt {
  background-color: #ff4f12;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.title-ok{
  font-size: 22px;
  text-align: center;
  padding: 12px 0;
  color: #f00;
}
.text-ok {
  padding: 3px 15px;
  font-size: 16px;
}


.button_ok {
  border: none;
  padding: 10px 35px;
  color: #fff;
  font-size: 1.3em;
  display: block;
  border-radius: 3px;
  background-color: #FF4F12;
  margin: 25px auto 10px;
  cursor: pointer;
  letter-spacing: 1px;
  width: 200px;
  text-align: center;
}

.button_ok:hover {
  background: #d33706;
  color: #fff;
}

.img-ok {
  text-align: center;
}


.qwiz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 20px 100px;
}

.qwiz-grid-block {
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.qwiz-grid-block h3{
 text-align: center;
}

.pad-b-15{
  padding-bottom: 15px;
}

@media screen and (max-width: 668px) {
.qwiz-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px 15px;
}

.rt_mid {
  display: none;
}


}




@keyframes blink {
  0% {
    box-shadow: inset 0 0 0 2px #00cfff;
  }
  50% {
    box-shadow: inset 0 0 12px 2px #af00ff; /* Увеличьте значение, чтобы сделать мигание более заметным */
  }
  100% {
    box-shadow: inset 0 0 0 2px #00cfff;
  }
}

.swing {
  background: radial-gradient(circle, rgba(0, 211, 255, 0.1) 0%, rgba(1, 154, 246, 0.24) 100%);
  color: #000;
  position: relative;
  z-index: 10;
  animation: blink 2.5s infinite ease-in-out; /* Добавлены кривые анимации */
}

.swing::before {
  content: "";
  background-image: url('/image/wing.webp');
  background-size: 65%;
  background-position: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

  .wing {
    background-image: url('/image/wing.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%; /* Занимает всю высоту родительского блока */
  }


.bgd--new--ng {
  background: #CDE4FD;
  position: relative;
}

.black-back{
  background: #192135;
  color: #f2f2f2;
}


.white-text{
  color: #fff;
}

.white-icon {
  background: #fff;
  border-radius: 20%;
  padding: 2.5px;
}

.blue-back{
  background: linear-gradient(10deg, #3c92ff 0%, #2c6affde 100%);
  color: #f2f2f2;
}

.seo-w900 {
  max-width: 900px;
  margin: auto;
}

.grid-kontakt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  margin: 35px auto;
}


.grid-kontakt-item {
  padding: 10px 30px;
  font-size: 105%;
}

.grid-kontakt-item h2{
  font-size: 1.5em;
}

.grid-kontakt-item h3{
  font-size: 1.4em;
}

        /* Пунктирная линия между колонками */
        .grid-kontakt::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%; /* Линия по центру между колонками */
            width: 1px; /* Толщина линии */
            background: repeating-linear-gradient(
                to bottom,
                transparent,
                transparent 15px, /* Прозрачный промежуток */
                #ccc 10px, /* Цвет пунктира */
                #ccc 25px /* Длина пунктира */
            );
        }
               /* Адаптивность для мобильных устройств */
        @media (max-width: 768px) {
            .grid-kontakt {
                grid-template-columns: 1fr; /* Одна колонка на мобильных */
                padding: 10px 5px;
                margin: auto;
            }
            ul {
                padding-left: 25px;
            }

            .grid-kontakt::after {
                display: none; /* Скрываем пунктирную линию на мобильных */
            }
        }

/*--- Кнопка 2 --- */
.butt-kontakt {
cursor: pointer;
color: #ffffff;
background: #FF4F12;
font-size: 18px;
text-decoration: none;
border-radius: 5px;
width: 325px;
text-align: center;
margin: 10px auto 10px !important;
padding: 6px 0px;
display: block;
}

/* Стили для кнопки при наведении */
.butt-kontakt:hover {
    color: #ffffff; /* Белый цвет текста при наведении */
    background: #e0450f; /* Темно-оранжевый фон при наведении */
    text-decoration: none; /* Убираем подчеркивание */
}

.butt-kontakt a {
color: #ffffff;
text-decoration: none;
}

.butt-kontakt a:hover {
color: #ffffff;
text-decoration: none;
}

        /* Основные стили для грид-контейнера */
.grid-social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 3px 25px 35px;
}


.ks {
    text-indent: 30px; /* Отступ первой строки */
}

        /* Стили для каждой секции */
        .grid-social-item {
            background-color: #fff; /* Цвет фона секции */
            display: flex; /* Размещаем картинку и текст в одной строке */
            align-items: center; /* Выравниваем по центру по вертикали */
            justify-content: center; /* Выравниваем по центру по горизонтали */
            padding: 15px; /* Отступы внутри секции */
        }

        /* Стили для картинок */
        .grid-social-item img {
            width: 24px; /* Фиксированная ширина картинки */
            height: 24px; /* Фиксированная высота картинки */
            margin-right: 10px; /* Отступ между картинкой и текстом */
        }

        /* Стили для текста (ссылки) */
        .grid-social-item a {
            text-decoration: underline; /* Подчеркивание текста */
            color: #0077cc; /* Цвет текста (синий, как у ссылок) */
            font-size: 16px; /* Размер текста */
            display: flex; /* Размещаем картинку и текст в одной строке */
            align-items: center; /* Выравниваем по центру по вертикали */
        }

        /* Адаптивность для мобильных устройств */
        @media (max-width: 768px) {
            .grid-social {
                grid-template-columns: repeat(2, 1fr); /* 2 колонки на мобильных */
            }
            .grid-kontakt-item {
  font-size: 105%;
  padding: 10px 0px;
}
        }


.rtbaner-image-kontakt {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 380px;
  display: none;
}



        @media (max-width: 480px) {
            .grid-social {
                grid-template-columns: 1fr; /* 1 колонка на очень маленьких экранах */
                padding: 0;
            }
                        .grid-kontakt-item {
  font-size: 105%;
}

  .rtbaner-image-kontakt {
    display: block;
    border-radius: 10px;
    margin: 10px auto;
  }
  
  .m25 {
  margin: auto;
  
}

.fm24{
 font-size: 24px;
}


.container {
  padding-right: 10px;
  padding-left: 10px;
}

.butt-kontakt {
  font-size: 17px;
  width: 300px;
}

        }
        


/* Базовые стили */
.rtbaner {
  position: relative;
  display: flex;
  max-height: 380px;
 /* background-image: linear-gradient(90deg, rgb(255, 237, 230) 0%, rgb(238, 211, 255) 55%); */
  background-image: linear-gradient(90deg, #70F 0%, #AF69FF 55%);
  border-radius: 10px;
  margin-top: 35px;
}

.rtbaner-content {
  width: 50%;
  padding: 25px 60px;
  z-index: 2;
  box-sizing: border-box;
  text-shadow: 0 0 5px #717171c7;
}

.rtbaner-image-wrapper {
    width: 50%;
    position: relative;
    overflow: hidden;
    max-height: 380px;
}

.rtbaner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 380px;
    border-radius: 10px;
}

.rtbaner-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
   /* background: linear-gradient(90deg, rgb(239, 212, 254) 0%, rgba(255, 255, 255, 0) 100%);*/
    background: linear-gradient(90deg, #A95EFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

/* Типографика */
.rtbaner-title {
    font-size: 38px;
    margin-bottom: 35px;
    color: #fff;
    line-height: 1.3;
}

.rtbaner-text {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  max-width: 650px;
  margin-bottom: 45px;
}

.rtbaner .tarbut {
  margin-left: 0;
}

.rtbaner-text b {
  color: #fff;
}

/* Мобильная адаптация */
@media (max-width: 767px) {
    .rtbaner {
        flex-direction: column;
        max-height: none;
    }
    
    .vitmenu_end {
display: none;
}
    
    .rtbaner-content {
        width: 100%;
        padding: 30px 20px;
    }
    
    .rtbaner-image-wrapper {
        display: none;
    }
    
    .rtbaner-title {
        font-size: 28px;
    }
    
    .rtbaner-text {
        font-size: 14px;
    }
 
 .callback-bt {
  height: 70px;
  width: 70px;
 }
 .callback-bt .text-call {
  height: 70px;
  width: 70px;
}

    .callback-bt .text-call span {
  font-size: 11px;
  line-height: 15px;
}
    
    
}

.vitmenu_end {
  padding-left: 25px;
  align-self: end;
}

.row_one{
  padding-bottom: 9px;
}

/* Оптимизация для планшетов */
@media (max-width: 1024px) {
    .rtbaner-content {
        padding: 30px;
    }
    
    .rtbaner-title {
        font-size: 32px;
    }
}



.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: orange;
  display: flex;
  align-items: center;
  justify-content: center;
}



.icon {
  width: 50px;
  height: 50px;
filter: brightness(0) invert(1) opacity(0.9);
}





/* Контейнер на Grid */
.custom-grid-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 колонки */
  gap: 25px; /* Отступ между блоками */
  padding: 10px;
}

/* Стиль каждого блока */
.custom-grid-block {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column; /* Иконка сверху */
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}

/* Эффект при наведении */
.custom-grid-block:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Переиспользованные стили (без изменений) */
.custom-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: orange;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; /* Отступ между иконкой и текстом */
}

.custom-icon {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

/* Текст (адаптированные классы) */
.custom-grid-text {
  width: 100%;
}

.custom-grid-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #333;
}

.custom-grid-desc {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* Контейнер на Grid для 2 колонок */
.custom-icon-blocks-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 колонки */
  gap: 25px; /* Отступ между блоками */
  padding: 35px 0;
}

/* Стиль каждого блока (иконка слева, текст справа) */
.custom-icon-block-item {
  display: grid;
  grid-template-columns: 80px 1fr; /* Иконка 80px, текст — остальное */
  align-items: center;
  gap: 20px; /* Отступ между иконкой и текстом */
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 35px;
  transition: all 0.3s ease;
}

/* Эффект при наведении */
.custom-icon-block-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Оранжевый круг (переиспользуем стили) */
.custom-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #8d00ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Обесцвеченная иконка */
.custom-icon {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

/* Текстовый блок */
.custom-icon-block-text {
  padding-right: 10px;
}

.custom-icon-block-title {
  margin: 0 0 3px 0;
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  padding-top: 0px;
}

.custom-icon-block-desc {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
/* Контейнер на 3 колонки */
.custom-grid-3cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 10px;
}



.sfon {
  background: #edf0f763;
}

.bfon {
  background: #fff;
}




.selection-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ddd;
}

.option-group {
    margin-bottom: 25px;
}

.option-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 100;
    font-family: rtb;
}

.checkbox-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.result-column {
    background-image: linear-gradient(45deg, #FFF0E6 0%, #E6F7FF 90%);
    padding: 20px;
    border-radius: 0 8px 8px 0;;
}

.result-title {
    margin-bottom: 20px;
    font-size: 20px;
}

.result-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.result-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.result-label {
    font-family: rtb;
    font-size: 16px;
}

.result-value {
    text-align: right;
}

.options-column {
  padding: 25px;
}

/* Все предыдущие стили остаются, добавляем новые */

.checkbox-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding-left: 30px;
    min-height: 24px;
}

/* Скрываем нативные элементы */
.checkbox-label input[type="radio"],
.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


/* Кастомные радио-кнопки (улучшенная версия) */
.checkbox-label input[type="radio"] + span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #757575;
    border-radius: 50%;
    background: white;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.checkbox-label input[type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF4F12;
    transition: all 0.2s ease;
}

.checkbox-label input[type="radio"]:checked + span:before {
    border-color: #3a0268;
    /*! color: #111; */
}

.checkbox-label input[type="radio"]:checked + span:after {
    transform: translateY(-50%) scale(1);
}

.checkbox-label input[type="radio"]:focus + span:before {
    box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.3);
    outline: none;
}

.checkbox-label input[type="radio"]:hover + span:before {
    border-color: #FF8C00;
}
/* Кастомные чекбоксы (переключатели) */
.checkbox-label input[type="checkbox"] + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #ddd;
    transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"] + span:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked + span:before {
    background: rgba(255, 140, 0, 0.2);
}

.checkbox-label input[type="checkbox"]:checked + span:after {
    left: 22px;
    background: #FF8C00;
}

.checkbox-label input[type="checkbox"]:focus + span:before {
    box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.3);
}

.checkbox-span span{
  padding-left: 17px;
}

/* Адаптивность */
@media (max-width: 1200px) {
  .custom-grid-blocks, .custom-grid-3cols {
    grid-template-columns: repeat(2, 1fr); /* 2 колонки */
  }
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .checkbox-row {
        gap: 25px;
    }
    
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
    
      .custom-icon-blocks-container, .selection-container {
    grid-template-columns: 1fr; /* 1 колонка на мобильных */
  }
    .custom-grid-blocks, .custom-grid-3cols {
    grid-template-columns: 1fr; /* 1 колонка */
  }
}


.blok-uslug {
  padding: 15px;
  border-radius: 25px;
  margin: 30px auto !important;
  border: solid 1px #ddd;
  position: relative;
  text-align: center;
  width: 320px;
  transition: all 0.5s ease; /* Увеличил время для плавности градиента */
  
  /* Начальный градиент (светлый оранжево-голубой) */
  background: linear-gradient(135deg, #FFF0E6 0%, #E6F7FF 100%);
}

.blok-uslug:hover {
  border: solid 1px #7500FB;
  box-shadow: 0 4px 12px rgba(117, 0, 251, 0.1);
  
  /* Инвертированный градиент при наведении */
  background: linear-gradient(135deg, #E6F7FF 0%, #FFF0E6 100%);
}

.blok-uslug img {
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  max-height: 130px;
}

.blok-uslug:hover img {
  transform: translateY(-5px);
}

/* Стиль для h4 (улучшенная читаемость + анимация) */
.blok-uslug h4 {
  color: #333;
  font-weight: 500;
  margin: 5px 0 0;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.blok-uslug:hover h4 {
  color: #340068; /* Темно-фиолетовый вместо #333 */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* Легкая тень для контраста */
}



.form-section {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  margin: 50px auto;
  max-width: 1200px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  /* background: linear-gradient(135deg, #F8F0FF 0%, #F0F4FF 100%);  серый фон хороший */
  background: linear-gradient(10deg, #FFF0E6 0%, #E6F7FF 100%);
}

.form-container {
  padding: 40px;
  width: 60%;
}

.form-header {
  backdrop-filter: blur(5px);
}

.form-header h2 {
  color: #333;
  font-size: 28px;
  margin-bottom: 10px;
  padding-top: 0;
  margin-top: -10px;
}

.form-header p {
  color: #555;
  font-size: 16px;
  margin: 0;
}

.form-content {
  max-width: 600px;
}

.business-form {
  display: flex;
  flex-direction: column;
  gap: 12px; /* Уменьшил расстояние между полями */
}

.form-line {
  position: relative;
  margin-bottom: 5px; /* Дополнительный отступ снизу */
}

.form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.form-input:focus {
  border-color: #7500FB;
  box-shadow: 0 0 0 3px rgba(117,0,251,0.1);
  outline: none;
}

.form-required-hide {
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-notice {
  font-size: 13px;
  color: #666;
  margin: 8px 0;
  line-height: 1.4;
}

.form-submit {
  background: #FF4F12;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 100;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 350px;
  margin: auto;
  font-family: rtb;
}

.form-submit:hover {
  background: #8d00ff;
  transform: translateY(-2px);
}

.form-image {
  width: 40%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.form-image img {
  width: 100%;
}

@media (max-width: 1024px) {
  .form-section {
    flex-direction: column;
    margin: 30px auto;
  }
  
  .form-container, 
  .form-image {
    width: 100%;
  }
  
  .form-image {
    display: none;
  }
  
  .form-content {
    max-width: 100%;
  }
  
  .form-submit {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .form-container {
    padding: 30px 20px;
  }
  
  .form-header h2 {
    font-size: 24px;
    margin-top: -5px;
  }
  
  .form-grid-2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}



@media (max-width: 480px) {
  .form-container {
    padding: 25px 15px;
  }
  
  .form-header h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .form-input {
    padding: 10px 12px;
    font-size: 14px;
  }
  
  .form-submit {
    padding: 12px;
    font-size: 15px;
  }
}





.biz-rtbaner {
  background: linear-gradient(90deg, #F8F0FF 0%, #F0F4FF 100%);
}


.biz-overlay {
    background: linear-gradient(90deg, rgb(244, 242, 255) 0%, rgba(255, 255, 255, 0) 100%);
}


.header-services {
  display: flex;
  gap: 20px;
  align-items: end;
  height: 100%;
  margin-left: 30px;
  margin-bottom: 7px;
}

.header-service {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  border: 1px solid transparent;
}

.header-service.active {
  /*! background: rgba(117, 0, 251, 0.08); */
  border-color: #7500FB;
  color: #111;
  /*! font-family: rtb; */
}

.header-service:hover {
  background: rgba(117, 0, 251, 0.05);
}

.header-service-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header-services {
    display: none;
  }
}





.tariffs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

.tariff-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background: white;
}


.tariff-card h3 {
  border-bottom: 1px solid #ddd;
} 

.tariff-features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.tariff-features li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

/* Активная услуга (зеленая галочка) */
.tariff-features li.active {
    color: #000;
}

.tariff-features li.active::before {
    content: "✔";
    color: #4CAF50;
    margin-right: 8px;
}

/* Неактивная услуга (серый, знак ₽) */
.tariff-features li.inactive {
    color: #777;
}

.tariff-features li.inactive::before {
    content: "₽";
    margin-right: 8px;
}


.tariff-price {
  text-align: right;
  margin-bottom: 15px;
  font-size: 23px;
  color: #000;
  padding: 5px;
}

.tariff-price span{
  font-size: 16px;
  color: #333;
}

/* Стиль кнопки */
.tariff-button {
  background: #fff;
  border: 2px solid orange;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
  font-size: 17px;
}

.tariff-button:hover {
    background: rgba(255, 165, 0, 0.1); /* Слегка бледно-оранжевый */
}


.tariff-features img{
  width: 28px;
  margin-right: 7px;
}


.tariff-row {
  display: flex;
  align-items: center;
  margin: 15px auto;
  line-height: 1.4;
}

.tariff-row .tariff-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

.tariff-row span {
  flex-grow: 1;
}


.glt h3{
  padding:10px;
  font-size: 18px;
  font-family: rtb;
}



/* Стиль для подзаголовка "Сервисы" */
.services-title {
  margin: 20px 0 10px 0;
  font-size: 16px;
  font-family: rtb;
  color: #333;
}

/* Стиль для списка сервисов */
.tariff-services {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.tariff-services li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.tariff-services li.active {
  color: #000;
}

.tariff-services li.inactive {
  color: #777;
}

.tariff-services li.active::before {
  content: "✔";
  color: #4CAF50;
  position: absolute;
  left: 0;
}

.tariff-services li.inactive::before {
  content: "X";
  color: #ccc;
  position: absolute;
  left: 0;
}

/* Стиль для подписей к тарифам */
.tariff-note {
  font-size: 12px;
  color: #666;
  margin-top: 3px;
}

.cifra-taiff {
  font-size: 18px;
  font-family: rtb;
}

.cifra-taiff span {
  font-size: 15px;
  font-family: rt;
}


/* Основной контейнер */
.telephony-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 50px 0;
  border-top: 2px solid #f0f0f0;
}

/* Блок со списком преимуществ */
.telephony-benefits-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefits-title {
  margin-bottom: 20px;
  font-size: 27px;
  font-family: rtb;
}

.benefits-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.orange-check {
  color: #FF6B00;
  margin-right: 10px;
  font-size: 20px;
}

.benefit-text {
  flex: 1;
}

/* Блок с изображением */
.telephony-image-block {
  text-align: center;
}

.telephony-image {
  max-width: 100%;
  height: auto;
  border-radius: 25px;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
  .telephony-benefits-grid, .tariffs-grid {
    grid-template-columns: 1fr;
  }
  
  .telephony-image-block {
    order: -1;
    margin-bottom: 20px;
  }
}


/* Основные стили */
.digital-hotel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}

.dh-service-card {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 30px;
  transition: border-color 0.3s ease;
}

.dh-service-card:hover {
  border-color: #8a2be2; /* Фиолетовый при наведении */
}

.dh-icon-wrapper {
  margin-bottom: 5px;
}

.dh-icon {
  width: 60px;
  height: 60px;
}

.dh-title {
  font-size: 18px;
  font-family: rtb;
  margin-bottom: 5px;
}

.dh-description {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}



.mpodkl {
  margin-bottom: 80px !important;
  width: 1200px;
}


/* Адаптация для планшетов */
@media (max-width: 992px) {
  .digital-hotel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
 
  
}





/* Адаптация для мобильных */
@media (max-width: 576px) {
  .digital-hotel-grid {
    grid-template-columns: 1fr;
  }
  
  .dh-service-card {
    padding: 20px;
  }
}




@media (max-width: 768px) {
  .mpodkl {
  width: auto;
}

}
