*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

[v-cloak]{
	display: none;
}

html,body{
	scrollbar-color: #458245 #3E3D3B;   
	scroll-behavior: smooth; /* Плавный скрол */
	position: relative;
	height: 100%;
	width: 100vw;
    margin-right: 5px;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-attachment: fixed;
	
}

form input{
	background-color: #96C696;
	width: 12vw;
	height: 5vh;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.4s;
}

form input:hover{
background-color: #2C7D2C;
transition: all 0.4s;
	}


input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}


@font-face {
	font-family: roboto;
	src: url('../fonts/Roboto.ttf');
	font-weight: normal;
	font-style:normal; 
}

@font-face {
	font-family: alegreya;
	src: url('../fonts/Alegreya-Medium.ttf');
	font-weight: normal;
	font-style:normal; 
}

body{
	overflow: hidden;
	font: 16px roboto;

}

header{
		background-color: #000;
		width: 100vw;
		height: 25vh;
	background-image: url('../img/fon4.jpg');
	background-position: left bottom;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;


}
h1{
	font-family: 'Lobster';
	font-size: 80px;
	text-align: center;
	color: #94EF9C;
	position: relative;
	z-index: 4;
	padding-bottom: 2vh;

}

.container{
	width: 100vw;
	height: 75vh;
	display: flex;
	margin: 0 auto;
	

}

.sections{
	width: 20%;
	border-right: #D7F8E5 solid 1px;
	height: 100%;
	overflow-y: scroll;
	background-image: url('../img/fon3.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
	z-index: 11;
}

.tuman, .tuman_sec, .tuman_slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.tuman{
height: 100%;
	}

 .tuman_sec{
height: 600%;
 }

 .tuman_slide{
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
	
 }

.ads{
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: left;
	padding-left: 1vw;
	overflow-x:hidden;
	overflow-y: scroll;
	background-color: #EFF9EF;
	margin-bottom: 10vh;

	
}

.flex_submit{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-around;
	margin-top: 2vh;

}

.titul_ads{
	margin: 2vh auto;
	color: #65643F;
	font-size: 24px;
	position: sticky;
	top: 0;
	text-align: center;
}

details{
	color: #fff;
	position: relative;
	z-index: 5;
	cursor: pointer;
	padding-left: 1vw;
}

li{
	margin-bottom: 3vh;
	font-size: 18px;
	text-align: center;
}

textarea{
	border: solid 1vw rgba(148,239,156, 0.8);
	width: 40vw;
	height: 20vh;
	text-align: justify;
	margin: 5vh 0;
	line-height: 1.6;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.7);
}

.fones{
	width: 22vw;
	height: 6vh;
	border-width: 3px;
	margin: 3vh 0;
	line-height: calc(6vh + 2px);
	padding: 1px 2px;
	text-align: center;
	overflow-y: hidden;
}


.ads_texts{
	width: 90%;
	/*height: 30vh;*/
	font-size: 19px;
	margin: 3vh 1vw;
	transition: all .3s ease-in;
	color: #000;
	
	
}

.ads_fones{
    width: 20%;
	height: auto;
	font-size: 16px;
	margin: 0 4vw;
	transition: all .3s ease-in;
	color: blue;
	
	
	
}

.fone_flex{
	display: flex;
	width: 20%;
	height: auto;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1vh;
	margin-left: 1vw;
	font-weight: bold;
}

nav{
	display: flex;
	flex-direction: column;
	position: relative;
}

.menu, .menu_hidden{
	display: flex;
	justify-content: space-around;
	position: relative;
	z-index: 5;
	


	
	
}

.menu_hidden{
	flex-direction: column;
	width: calc(100% + 1vw);
	height: 20vh;
	padding-top: 3vh;
	background-color: #94EF9C;
	position: absolute;
	top:0;
	left:0;
	z-index:  12;
	margin-left: -1vw;
	
}


.menu_item{
	color: #C3F4CB;
	cursor: pointer;
	font-weight: bold;
	transition: color 0.7s;
}

.menu_item_hid{

	color: #000;
	cursor: pointer;
	font-weight: bold;
	transition: color 0.7s;
	position: relative;
	z-index: 18;
}



.fade-enter-active,
.fade-leave-active {
  transition: all 0.6s cubic-bezier(1, 0.5, 0.8, 1);
  opacity: 1;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
   transition: opacity 0.6s ease;
}















.fade_img1-enter-from{
  transition: all 0.5s ease;

  transform: translateX(1000px);

}

.fade_img1-enter-to{

transition: all 0.5s ease;

  transform: translateX(0px);
	}
.fade_img1-leave-active {

transition: all 0.5s ease;

  transform: translateX(-1000px);

}


/*.fade_img1-enter-from, .fade_img1-enter-to{

opacity: 1;
   transition: all 2s ease;
   transform: translateX(1000px);
}
*/




/*.fade_img1-leave-to {

  transform: translateX(0px);
   transition: all 1s ease;
}*/

/*.fade_img1-enter-from{

	transform: translateX(1000px);
    transition: all 1s ease;


}


.fade_img1-enter-active{

	transform: translateX(1000px);
    transition: all 1s ease;

}


.fade_img1-enter-to{

	transform: translateX(1000px);
    transition: all 1s ease;

}

.fade_img1-leave-from{

	transform: translateX(0);
    transition: all 2s ease;

}


.fade_img1-leave-active{

	transform: translateX(1000px);
    transition: all 2s ease;

}



.fade_img1-leave-to{

	transform: translateX(-1000px);
    transition: all 2s ease;

}*/















summary{
	margin-bottom: 4vh;
	transition: all 0.5s;
}

 

.ads_add{
	width: 100vw;
	height: 100vh;
	/*background-image: url('../img/fon1.jpg');*/
	background-position: right top;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;

}

.preloader, .preloader_grand {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #BAF7CE;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  opacity: 1;

    

}



.loaded_hiding .preloader, .loaded_hiding_grand .preloader_grand {
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader, .loaded_grand .preloader_grand {
  display: none;
}


.loader, .loader_grand {
  margin: 100px auto;
  font-size: 65px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}


@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}




.ads_add-header{
margin:0 auto;
padding-top: 4vh;
text-align: center;
display: block;
font-weight: 700;
color: #043F04;
max-width: 80vw;
}

.sel{
	width: 30vw;
	height: 8vh;
	font-size: 20px;
	background-color: #94EF9C;
	cursor: pointer;
	padding-left: 3vw;

}



.flex_sel{
	display: flex;
	justify-content: center;
	margin-top: 4vh;
	
	
	
}

.label{
	font-size: 18px;
	color: #043F04;
	margin-right: 5vw;
	text-align: center;
}

.input_submit{
	width: 14vw;
	height: 5vh;
	background-color: #C3EFC7;
	transition: all 0.6s;	
	cursor: pointer;
	margin: 1vh auto;
	display: block;
}

.input_submit:hover{
	background-color: #94EF9C;
	transition: all 0.6s;
}

.flex_h1{
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 4;
	align-items: center;
}



#wibro {
    width: 60px;
    height: 45px;
    position: relative;
    transition-duration: 1s;
    margin-top: 33px;
    cursor: pointer;
    display: none;
}
#wibro span {
    height: 5px;
    width: 40px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    transition-duration: .25s;
    transition-delay: .25s;    
}
#wibro span::before {
    left: 0;
    position: absolute;
    top: -10px;
    height: 5px;
    width: 40px;
    background-color: #fff;
    content: "";
    border-radius: 20px;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}
#wibro span::after {
    left: 0;
    position: absolute;
    top: 10px;
    height: 5px;
    width: 40px;
    background-color: #fff;
    content: "";
    border-radius: 20px;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}
#wibro.open span {
    transition-duration: 0.1s;
    transition-delay: .25s;
    background: transparent;
}
#wibro.open span::before {
    transition: top .25s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(-45deg);
}
#wibro.open span::after {
    transition: top 0.4s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(45deg);
}





.closeDemo, .closeDemo_slide {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    position: absolute;
right: 1vw;
top:1vh;
z-index: 11;


}
.closeDemo div, .closeDemo_slide div {
    cursor: pointer;
    position: relative;  
    height: 48px;
    width: 30px;
}
 .closeDemo .leftright, .closeDemo_slide .leftright{
    height: 4px;
    width: 30px;
    position: absolute;
    margin-top: 24px;
     background-color: #104510; 
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}
 .closeDemo .rightleft, .closeDemo_slide .rightleft {
    height: 4px;
    width: 30px;
    position: absolute;
    margin-top: 24px;
     background-color: #104510; 
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}
.closeDemo .close-btn, .closeDemo_slide .close-btn{
    margin: 44px 0 0 -14px;
    position: absolute;
     color: #104510; 
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in;
    opacity: 0; 
}
.closeDemo div:hover .leftright, .closeDemo_slide div:hover .leftright {
    transform: rotate(-45deg);
     background-color: #fff; 
}
.closeDemo div:hover .rightleft, .closeDemo_slide div:hover .rightleft {
    transform: rotate(45deg);
     background-color: #fff; 
}
.closeDemo div:hover .close-btn, .closeDemo_slide div:hover .close-btn {
    opacity: 1;
}

.closeDemo_slide {
	display: none;
}

option{
	background-color: #C3EFC7;
	
	
}

.hr{
	width: 90%;
	height: 1px;
	margin-top: 1vh;
	background-color: #061C02;
	border: #061C02 solid 1px;
}

.ads_texts:hover{
background-color: #C3EFC7;
transition: all .3s ease-in;
}

.kol{
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	background-color: green;
	margin-left: 0.5vw;
	color: white;
	display: block;
	line-height: 3vw;
	text-align: center;
	

}

.flex_section{
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 4;
width: 90%;
color:#fff;
margin: 2vh 1vw;
font-size: 18px;
cursor: pointer;
z-index: 2;


}



.ads_titles{
width: 80%;
text-align: left;
display: block;


}

.sel2{
	width: 100%;
}

.butt_select{
	display: none;
	position: relative;
z-index: 10;
}

form{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu_item:hover {
color: #fff;
transition: color 0.7s;

}


.flex_vip{
	display: flex;

	cursor: pointer;
	justify-content: flex-start;
	/*padding-bottom: 1vh;*/
	background-color: #BBE8E6;
	width: 90%;
}

.img_vip{
	width: 30%;
	height: 100%;
	
	
}

.img_vip img{	
	width: 100%;
	
	object-fit: cover;
}
.body_vip{
width: 70%;

}

.open_ads{
	margin: 2vh auto;
	text-align: center;
	color: blue;	

}

.but_slide{
	width: 6vw;
	min-height: 6vw;
	color: white;
	background-color: #2C5752;
	transition: all 0.4s;
	margin: 6vh auto;
	border-radius:  50%;
}

.but_slide:hover{
	background-color:#67DCD7;
	color: black;
	transition: all 0.4s;
}

.global_vip_ads{
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	background-image: url('../img/fon_slide.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	background-size:cover;
	

}

.title_vip_ads{
	text-align: center;
	font: 27px alegreya;
	margin-top: 1vh;

}

.vip_ads{
	width: 100%;
	height: 80%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	
	


	

	
}

.vip_ads-text{
font: 16px alegreya;
line-height: 2;
margin-bottom: 5vh;
}



.vip_ads_slaid{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 50%;
}

.vip_ads-img{
	width: 100%;
	height: 70vh;
	overflow: hidden;
	background-image: url('../img/fon4.jpg');
	background-position: left bottom;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
	cursor: zoom-in;
	

}


.vip_ads-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 4;

}

.vip_ads_content{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 95%;
	width: 40%;
	}

.vip_ads_imgs{
	display: flex;
	justify-content: space-between;
	
}

.vip_ads_imgs img{
	width: 40%;
	height: 100%;
	object-fit: cover;

}




@media only screen and (max-device-width: 1100px) {
h1{
	font-size: 70px;
}

.sections{
	width: 30%;
	}

	.ads{
		width: 70%;
	}

	.fones{
	width: 40vw;
}


.but_slide{
	width: 9vw;
	min-height: 9vw;
	font-size: 18px;
	
	
	}
}

	@media only screen and (max-device-width: 950px) {
h1{
	font-size: 50px;
}

header{

		height: 15vh;
	}

	.container{
		height: 85vh;
	}

	.vip_ads{

		flex-direction: column;
		overflow-y: scroll;
		
	}

	.vip_ads_content{
width: 90%;
flex-direction: column-reverse;
	}

	.vip_ads_slaid{
		width: 90%;
		min-height:40vh;
		height: auto;
		margin-top: 16vh;
		
	
	}


	.title_vip_ads{
margin-bottom: 7vh;

}

.but_slide{
	width: 14vw;
	min-height: 14vw;
	font-size: 20px;
	
	
	}

	.vip_ads_imgs{
		margin-bottom: 2vh;
	
	}
}


@media only screen and (max-device-width: 930px) {

#wibro{
	display: flex;
	}

	.flex_h1{
	justify-content: space-around;
}

.menu{
	display: none;
}


}
@media only screen and (max-device-width: 730px) {

form input{
	width: 20vw;
	height: 5vh;
	font-size: 14px;
}

h1{
	font-size: 40px;
}

}

@media only screen and (max-device-width: 700px) {
.but_slide{
	min-width: 22vw;
	min-height: 22vw;
	}

h1{
	font-size: 30px;
	margin-bottom: 2vh;
}

header{

		height: 10vh;
	}

	.container{
		height: 90vh;
	}

	li{
	
	font-size: 16px;

	}

	.sections{
	width: 40%;
	}

	.ads{
		width: 60%;
	}

	.flex_sel{
		flex-direction: column;
		align-items: center;
	}

	.label{
		margin-bottom: 3vh;
	}

	textarea{
		width: 70vw;
	}

	.fones{
	width: 50vw;
}

	.sel{
	width: 70vw;
}

.kol{
	width: 5vw;
	height: 5vw;
	line-height: 5vw;

}

.title_vip_ads{
font-size: 20px;
}

.but_slide{
	width: 12vw;
	min-height: 12vw;
	font-size: 18px;
	
	
	}

	.flex_vip{
		flex-direction: column;
	}

	.img_vip{
	width: 100%;}

	.body_vip{
width: 100%;

}

	.ads_texts{
	text-align: center;

}

}

@media only screen and (max-device-width: 520px) {
form input{
	width: 25vw;
}

.container{
flex-direction: column;
}

.sections{
	
	width: 100%;
	height: 100vh;
	background-image: url();
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(23, 125, 67, 0.9);
	}

	.ads{
		width: 100%;
	}

	.butt_select{
		display: block;
		width: 100%;
		height: 5vh;
		background-color: #146112;
		font-size: 22px;
		text-align: center;
		color: #fff;

	}

	.ads_add-header{
		max-width: 75vw;
	}

	textarea{
		width: 80vw;
		height: 20vh;
	}

	.sel{
	width: 80vw;
}
.input_submit{
width: 25vw;
	
}

.closeDemo {
    margin-right: 15px;
	}

	.kol{
	width: 7vw;
	height: 7vw;
	line-height: 7vw;

}

.fones{
	width: 70vw;
}

.title_vip_ads{
font-size: 16px;
}

.but_slide{
	font-size: 14px;
	width: 30vw;
	min-height: 30vw;
	}

	h1{
	font-size: 26px;
}

}

@media only screen and (max-device-width: 380px) {

textarea{
		
		height: 26vh;
	}

	h1{
	font-size: 26px;
}

.fones{
	width: 80vw;
}

.title_vip_ads{
margin-top: 10vh;
margin-bottom: 1vh;
}
	}

	@media only screen and (max-device-width: 320px) {

form input{
	width: 35vw;
}
h1{
	font-size: 22px;
}

.kol{
	width: 10vw;
	height: 10vw;
	line-height: 10vw;

}

textarea{
	height: 23vh;
}

.fones{
	width: 80vw;

	}

	.but_slide{
	font-size: 12px;
	}

	.vip_ads_slaid{
		
		min-height:70vh;
	}

	}

	@media only screen and (max-device-height: 430px) {

.menu_hidden{
	flex-direction: row;
	width: 101vw;
}

h1{
	font-size: 30px;
}

.fones{
	
	height: 7vh;
	line-height: calc(7vh + 2px);

}


.vip_ads_slaid{
	
		min-height:80vh;
}




	.vip_ads_imgs{
		display: none;
	}

	.but_slide{
	min-width: 7vw;
	min-height: 7vw;
	font-size: 15px;
	
	
	}

}


	@media only screen and (max-device-height: 380px) {

header{
	height: 25vh;
	}

	.container{
		height: 75vh;
	}

	.fones{
	
	height: 10vh;
	line-height: calc(10vh + 2px);

}

.but_slide{
	min-width: 14vw;
	min-height: 14vw;
	font-size: 15px;
	
	
	}

	.vip_ads_slaid{
		
		min-height:90vh;
	}
}





