/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

/*  размер шрифта от размера экрана устройства
@media screen and (min-width: 601px) {
  div.example {
    font-size: 80px;
  }
}

@media screen and (max-width: 600px) {
  div.example {
    font-size: 30px;
  }
} 
*/

/*#term a {
    border-bottom: 2px dotted;
    text-decoration: none;
    display: inline-block;
    height: 1em;
    line-height: 1.05em;
}*/

#pic_oborud img{max-width: 30% !important;}
 
.count{font-style: normal;
font-weight: 800;
font-size: 3vw;
text-align: center;
color: red;}


body{background-color: rgba(40,141,193,0.02)!important;}
@media screen and (max-width: 650px) {

body{background-color: rgba(28,28,28,0.01)!important;}
}


@media screen and (max-width: 650px) {
#bus_section{background-color: #ffffff!important;}
}




#slider_height img{max-height: 510px !important;}
#slider_height source{max-height: 510px !important;}
#slider_height picture{max-height: 510px !important;}


.slide_shadow{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}
.gradient_yellow{background: radial-gradient(40% 50%, #ffdb7d, #ffc63b)!important;}
.gradient_orange{background: radial-gradient(40% 50%, #ffb200, #ff9d00)!important;}
.gradient_seablue{background: radial-gradient(40% 50%, #03c9e4, #02accf)!important;}
.gradient_red{background: radial-gradient(40% 50%, #b80103, #80000f)!important;}
.gradient_darkorange{background: radial-gradient(40% 50%, #e29845, #9f4200)!important;}
.gradient_GREEN{background: radial-gradient(40% 50%, #a9e200, #628300)!important;}
.nogradient_GREEN{background: radial-gradient(40% 50%, #76e78e, #00851c)!important;}
/*.gradient_gray{background: radial-gradient(40% 50%, #fefefe, #e6e6e6)!important;}*/
.gradient_gray{background: radial-gradient(circle farthest-corner at 40px 30px, #e6e6e6, #fefefe, #fefefe) !important;}
.gradient_redpopup{background: radial-gradient(circle farthest-corner at 40px 30px, #e63c00, #961e00, #961e00) !important;}



.main_text_color_white span {color: #ffffff !important;}
.main_text_color_black{color: #000000 !important;}
.main_text_color_yellow span {color: #FFFF33 !important;}
.main_text_color_red span {color: #CC0000 !important;}
.main_text_color_lblue span {color: #0066FF !important;}
.main_text_color_green span {color: #00CC00 !important;}

.second_text_color_white span {color: #ffffff !important;}
.second_text_color_black span {color: #000000 !important;}
.second_text_color_yellow span {color: #FFFF33 !important;}
.second_text_color_red span {color: #CC0000 !important;}
.second_text_color_lblue span {color: #0066FF !important;}
.second_text_color_green span {color: #00CC00 !important;}


/* вывод списка провайдеров поиск*/
.provcat-wraper  {
	box-sizing: border-box; 
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
	/*background: rgb(152, 11, 41); */
	border: 0px solid; 
	margin: 0px; 
	padding: 0px;
	align-content: center;
    justify-content: space-evenly;
}

.provcat{
 display: flex;
 max-width: 150px; /*background: blue;*/
 flex-direction: column;
 align-content: center;
 border-radius: 0px 0px 0px 0px;
 border-color: rgba(122, 122, 122, 0.43);
 box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.3);
 transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 padding: 5px;
}
.provcat a {
  display: block;  
  margin: 5px;
	padding: 5px!important;
	border-radius: 20px!important;
	background: #61CE70;
	box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.5)!important;
	color: #FFFFFF!important;
	font-weight: 500;
  	font-size: 14px;
  	border-color: rgba(122, 122, 122, 0.43)!important;
}
.provcat a:hover{
  display: block;  
  margin: 5px;
	padding: 5px!important;
	border-radius: 20px!important;
	background: #23A455;
	box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.5)!important;
	color: #FFFFFF!important;
	font-weight: 500;
  	font-size: 14px;
  	border-color: rgba(122, 122, 122, 0.43)!important;
}




.grecaptcha-badge {display: none;}
body{font-family: 'Museo', sans-serif!important;}
i.icon{font-size: 20px!important; color: #61ce70;}
i.iconsecond{font-size: 1.5vw !important; color: #61ce70;}
i.iconsmall{font-size: 15px!important; color: #61ce70;}


p.speed{font-size: 15px !important; color: #000000 !important; margin-top: -0.5em !important; font-weight: 300 !important; }
p.operator{font-size: 12px !important; color: #666666 !important;  font-weight: 600 !important; margin-bottom: 0px;}
span.speed{font-size: 1.1vw !important; color: #000000 !important; font-weight: 300 !important; }
span.operator{font-size: 12px !important; color: #666666 !important;  font-weight: 600 !important;}


p.price {font-size: 14px !important; color: #000000 !important; font-weight: 600 !important; }
span.price {font-size: 0.9vw !important; color: #000000 !important; font-weight: 600 !important;}
span.discout {font-size: 10px !important; color: #ff0000 !important; font-weight: 500 !important;}
span.tarif_option{font-size: 12px !important; color: #000000 !important; font-weight: 600 !important; line-height: 11px;}
/*span.price_volume{font-size: calc( (100vw - 768px)/(1280 - 768) * (48 - 44) + 44px)!important; color: #000000 !important; font-weight: 600 !important; line-height: 0.9;}

/*span.price_volume
{font-size: 44px !important; color: #000000 !important; font-weight: 600 !important; line-height: 0.9;}
/*span.tarifname
{font-size: 24px !important; color: #000000 !important; font-weight: 600 !important; line-height: 24px!important; letter-spacing: -0.043em!important;}*/
span.price_volume{font-size: 2.3em !important; color: #000000 !important; font-weight: 600 !important; line-height: 24px!important; letter-spacing: -0.043em!important;  /*word-wrap: normal;*/ word-wrap:auto;}
span.price_volume_white{font-size: 2.3em !important; color: #FFFFFF !important; font-weight: 600 !important; line-height: 24px!important; letter-spacing: -0.043em!important;  /*word-wrap: normal;*/ word-wrap:auto;}



span.tarifname{font-size: calc( (100vw - 1080px)/(1920 - 1080) * (24 - 22) + 22px)!important; color: #000000 !important; font-weight: 600 !important; line-height: 24px!important; letter-spacing: -0.043em!important;  /*word-wrap: normal;*/ word-wrap:auto;}
span.tarifname-second{font-size: 1.5vw !important; color: #000000 !important; font-weight: 600 !important; line-height: 34px!important; letter-spacing: -0.043em!important;  /*word-wrap: normal;*/ word-wrap:auto;}
span.secondslall{font-size: 1.4vw !important; color: #000000 !important; font-weight: 600 !important; line-height: 15px!important; letter-spacing: -0.043em!important;  /*word-wrap: normal;*/ word-wrap: normal;}

h3.tarifname{font-family: 'Museo'; font-size: calc( (100vw - 1080px)/(1920 - 1080) * (24 - 22) + 22px)!important; color: #000000 !important; font-weight: 600 !important; line-height: 24px!important; letter-spacing: -0.043em!important;  word-wrap: normal; margin: 0px 0!important;}

h1.tarifname{font-size: calc( (100vw - 1080px)/(1920 - 1080) * (46 - 44) + 44px)!important;}
span.icontarif{	color: #61ce70;
}

#pop
{background-image:url(), radial-gradient(circle farthest-corner at 100% 0%,rgba(0,0,0,.614),transparent 50%),radial-gradient(circle farthest-corner at 0% 100%,rgba(0,46,59,.18),rgba(0,46,59,0) 55%),linear-gradient(170deg,#008ABD,#008ABD 21%,#032E3B); background-size: cover,cover,auto,auto,auto;
background-position: 20% 20%,20% 20%,0 0px,0 0px,0 0;}

#pop_title
{-webkit-font-smoothing: antialiased!important;
font-family: 'Museo',Arial,sans-serif;
font-weight: 600!important;
font-size: 34px!important;
line-height: 1!important;
color: #fff!important;	
	cursor: default;}

#pop_small
{-webkit-font-smoothing: antialiased!important;
font-family: 'Museo',Arial,sans-serif;
font-weight: 400!important;
font-size: 13px!important;
line-height: 1.2!important;
opacity: 0.7!important;	
color: #fff!important;	
	cursor: default;
}

span.pop_small
{-webkit-font-smoothing: antialiased!important;
font-family: 'Museo',Arial,sans-serif;
font-weight: 400!important;
font-size: 13px!important;
line-height: 0.5!important;
opacity: 0.7!important;	
color: #fff!important;	
	cursor: default;
}

span.pop_black
{-webkit-font-smoothing: antialiased!important;
font-family: 'Museo',Arial,sans-serif;
font-weight: 400!important;
font-size: 13px!important;
line-height: 0.5!important;
opacity: 0.7!important;	
color: #000000!important;	
	cursor: default;
}


span.small
{-webkit-font-smoothing: antialiased!important;
font-family: 'Museo',Arial,sans-serif;
font-weight: 700!important;
font-size: 15px!important;
line-height: 1!important;
color: #fff!important;	
	cursor: default;
}

span.smallcart{font-size: 20px!important;}

#pophead
{-webkit-font-smoothing: antialiased!important;
font-family: 'Museo',Arial,sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 1.2;
cursor: default;
border-collapse: collapse;
border-spacing: 0;
box-sizing: inherit;
display: block;
margin-bottom: 0!important;
background-image: radial-gradient(circle farthest-corner at 100% 0%,rgba(0,0,0,.614),transparent 50%),radial-gradient(circle farthest-corner at 0% 100%,rgba(0,46,59,.18),rgba(0,46,59,0) 55%),linear-gradient(170deg,#008ABD,#008ABD 21%,#032E3B); background-size: cover,cover,auto,auto,auto;
background-position: 20% 20%,20% 20%,0 0px,0 0px,0 0;
color: #fff;
}


/**************************** всплывающая подсказка
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
  
	
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 1.1em; /* opinion 3 */
  font-family: 'Museo', sans-serif;
  font-weight: 300;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: 'Museo', sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 10em;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
 
/**************************************/
/***кнопка с бликом***/
.preview-block__btn {
    max-width: 80%;
    margin-top: 5px;
	margin-bottom: 30px;
}
 
.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
	
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 10%;
    padding-top: 0px;
    border: none;
    border-bottom: 0px solid #ffffff;
	border-radius: 30px;
    position: relative;
    font-size: 1vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    /*background: #34aee2;*/
	background: linear-gradient(#6db746, #6db756)!important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.custom-btn:hover {color: #ffffff;}
.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}




form.searchform{
   position:relative;
  width: 100%;
}
.search_result{
  position:absolute;
  z-index: 999;
  margin-left: 0!important; /* Отступ слева в браузере IE и Opera */
  padding-left: 0!important; /* Отступ слева в браузере Firefox, Safari, Chrome */
  list-style-type: none;
  background: #FFF;
    border: 0px #ccc solid;
    width: 300px;
    border-radius: 4px!important;
    max-height:100px;
    overflow-y:scroll;
    display:none;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.search_result li{
    list-style: none;
    padding: 5px 10px;
    margin: 0 0 0 0px;
    color: #0896D3;
    border-bottom: 0px #ccc solid;
    cursor: pointer;
    transition:0.3s;
}
.search_result li:hover{
    background: rgba(0,0,0,0.04);
}
.search_result_input {
	display: inline-block;
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	overflow: hidden;
	text-indent: -999px;
	background: url(https://zelenaya.connectdom.ru/wp-content/uploads/2019/12/search.png) 0 0 no-repeat;
	position: absolute;
	top: 9px;
	right: 16px;
    background-color: #FFFFFF!important;
}

.who{
border-radius: 20px!important;
}
#livesearch{
border-radius: 5px!important;
border: 0px #ccc solid!important;
}

/**** Кнопка поиск */


/**** Тариф список с картинками */

ul.tariff-card-internet{
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*font-size: 16px !important;*/
	/*line-height: 1.3 !important;*/
}
ul.tariff-card-internet li{background: url(/wp-content/uploads/2023/04/web.svg) no-repeat left center; 
	padding-left: 40px;
	-webkit-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;
	margin-bottom: 0px;
 }


ul.tariff-card-tv{
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*font-size: 16px !important;*/
	line-height: 1.3 !important;
}
ul.tariff-card-tv li{background: url(/wp-content/uploads/2023/04/tv.svg) no-repeat left center; 
	padding-left: 40px;
	-webkit-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;
	margin-bottom: 0px;
 }

ul.tariff-card-mob{
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*font-size: 16px !important;*/
	/*line-height: 1.3 !important;*/
}
ul.tariff-card-mob li{background: url(/wp-content/uploads/2023/04/mob.svg) no-repeat left center; 
	padding-left: 40px;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	margin-bottom: 0px;
 }

ul.tariff-card-present{
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*font-size: 16px !important;*/
	/*line-height: 1.3 !important;*/
}
ul.tariff-card-present li{background: url(/wp-content/uploads/2023/04/present.svg) no-repeat left center; 
	padding-left: 40px;
	-webkit-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;
	margin-bottom: 0px;
 }

ul.tariff-card-sim{
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*font-size: 16px !important;*/
	/*line-height: 1 !important;*/
}
ul.tariff-card-sim li{background: url(/wp-content/uploads/2023/04/sim.svg) no-repeat left center; 
	padding-left: 40px;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	margin-bottom: 0px;
 }

ul.tariff-card-sim-single{
	padding: 0;
	margin: 0;
	list-style-type: none;
	/*font-size: 16px !important;*/
	/*line-height: 1 !important;*/
}
ul.tariff-card-sim-single li{background: url(/wp-content/uploads/2023/04/sim.svg) no-repeat left center; 
	padding-left: 40px;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	margin-bottom: 0px;
 }




