*{
	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;}

.loader{
	width: 100vw;
	height: 100%;
	background-color: red;
	
}


html,body{
	scroll-behavior: smooth; /* Плавный скрол */
	position: relative;
	width: 97vw;
	height: auto;
    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;
	margin: 1vh auto;
	
}
@font-face {
	font-family: roboto;
	src: url('../fonts/Roboto.ttf');
	font-weight: normal;
	font-style:normal; 
}



body{
	overflow: hidden;

	color: #fff;
	font: 24px roboto;
background-color: #080808;
background-image: linear-gradient(20deg, #080808 60%, #23dc3e 100%);

}

a{color:#75D0EE;}
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;}

h1{
	margin: 20px auto;
	text-align: center;
	
}

[v-cloak]{
	display: none;
}

input{
	width: 20vw;
	height: 12vh;
	font-size: 24px;
	color: green;
	text-align: center;

}




.flex_container{
display: flex;
justify-content: space-between;
align-items: center;
width: 80vw;
height: auto;
margin: 0 auto;


}

.flex_vert{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;

}


.bin{
width: 40vw;
}

.news_img{
	width: 9vw;
	height: 9vw;
	object-fit: cover;
	
}

li{
	margin: 2vh auto;
	
	width: 85vw;
	height: auto;

}

.todo{
	width: 70%;
	font-size: 18px;
	margin-left: 1vw;
}


li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;
}

li a:hover{
	transition: all 0.5s;
	color: #F2F03C;
}

.kurs{
font-size: 80px;
color: #92E292;
margin-right: 4vw;
}

.val{
	font-size: 50px;
}

.data{
	color: #F2F03C;
	font-size: 50px;
}

.sel{
	margin-bottom: 4vh;
}

h2{
	
	text-align: center;
	
}

.input_calendar{
	cursor: pointer;
	height: 8vh;
}

select, option{
	font-size: 22px;
	color: green;
	width: 20vw;
	height: 6vh;
	text-align: center;
}


.container_button_news{

width: 100%;
height: auto;
display: flex;
justify-content: center;
}
.button_news, .button_kurs{
	width: 20vw;
	height: 9vh;
	font-size: 20px;
text-decoration: none;
  border: green 0px solid;
  border-radius: 23px;
  background-image: -o-linear-gradient(45deg, #A4EDA9 0%, #50D259 50%, #165B1B 100%);
  background-image: linear-gradient(45deg, #A4EDA9 0%, #50D259 50%, #165B1B 100%);
  background-position: 0 0;
  background-size: 200% 200%;
 color: #424305;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
   
  
}

.but_ads{
	line-height: 9vh;
	text-align: center;

}

.button_kurs{
	margin-top: 2vh ;
	
}


.button_news:hover, .button_kurs:hover{
  
  background-position: 99% 1%;
  color: #fff;
  border: green 4px solid;
  
}

.but_ads:hover{
	ackground-position: 99% 1%;
  color: #fff;
  border: green 0 solid;
}


.calc_flex{
	width: 80vw;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	
}

.container_page1{
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	height: 100vh;
	width: 100%;

	
}

.span_text{
	margin-bottom: 1vh;
}

.kurs_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.input_commerc{
	display: none;
}

.container_page2{
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

ul{
	max-height: 70vh;
	overflow-y: scroll;
	background-color: rgba(40, 44, 37, 0.4);
	scrollbar-color: #458245 #3E3D3B; 
}

.header_calc{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 4vh;
	width: 85vw;

}

.input_calc{
height: 6vh;
	}

.button_news{
	margin-bottom: 4vh;
}

.modal{
	display: flex;
	position: absolute;
	top: 30vh;
	left: 34vw;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 30vw;
	height: 24vh;
	border: #528146 solid 2px;
	background-color: rgba(0,0,0,0.9);
	z-index: 3;
	

}

.ok{
	width: 6vw;
	height: 5vh;
	

}

.input_commerc{
	width: 30%;
	height: 17%;
	display: block;
}



.arrow{
	width: 6vw;
	height: 3vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.arrow :hover{
	
    cursor: pointer;
}
	
.arrow-left span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid green;
    border-left: 3px solid green;
    margin: -2px;
    float: left;
    transform: rotate(45deg);
}


 

.arrow-r span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid green;
    border-left: 3px solid green;
    margin: -2px;
    animation: arrow-r 1s infinite;
    float: left;
    transform: rotate(225deg);
}
 



.commerc{
	width: 17vw;
	height: 7vh;
	font-size: 16px;
margin-right: 3vw;
margin-bottom: 0;
padding: 0 2vw;
	}


.tuman{
	width: 100vw;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}




@media only screen and (min-device-height: 1000px) {
.input_calc{
height: 6vh;
	}

}

@media only screen and (max-device-width: 1100px) {

.kurs_flex{
flex-direction: column;
	}

	.kurs{
		margin: 2vh 0;
	}

	.commerc{

	font-size: 16px;
margin-right: 0;
	}

	}


@media only screen and (max-device-width: 1050px) {

.button_news, .button_kurs{
font-size: 18px;
}

h1{
	font-size: 30px;
}

.data{
	font-size: 40px;
}

.flex_container, .calc_flex{
width: 90vw;
	}

	[placeholder]{
		font-size: 20px;
	}

}

@media only screen and (max-device-width: 800px) {

.kurs{
font-size: 60px;
}

.val{
	font-size: 40px;
}

select{
	font-size: 18px;
}

.span_text{
	font-size: 18px;
}

[placeholder]{
		font-size: 18px;
	}

	}


@media only screen and (max-device-width: 740px) {

h1{
	font-size: 20px;
}

.data{
	font-size: 30px;
}

select, input{
	width: 25vw;
}

.kurs{
font-size: 60px;
}

.val{
	font-size: 30px;
}

.button_news, .button_kurs{
font-size: 14px;

}

.todo{
	font-size: 16px;
	}

	.modal{
	width: 50vw;
	height: 24vh;
	left: 24vw;
}

[placeholder]{
		font-size: 16px;
	}
}

@media only screen and (max-device-width:700px) {

.header_calc{
	flex-direction: column;
	height: 18vh;
}


.arrow{
	width: 17vw;
}


	}
	@media only screen and (max-device-width: 550px) {

.button_news, .button_kurs{
width: 24vw;
height: 10vh;
border-radius: 40px;

}

.kurs{
font-size: 40px;
}

.val{
	font-size: 30px;
}

select, input{
	width: 35vw;
}

.input_calc{
width: 27vw;
height: 6vh;

}

.ok{
	width: 6vw;
	height: 5vh;
}

.input_commerc{
	width: 60%;
	height: 17%;
}

[placeholder]{
		font-size: 14px;

	}

	}


	@media only screen and (max-device-width: 450px) {

.button_news, .button_kurs{
width: 30vw;
height: 4vh;
}

.but_ads{
	line-height: 4vh;
	}

h1{
	font-size: 16px;
}

h2{
	font-size: 22px;
}


.data{
	font-size: 20px;
}


select, input{
	width: 40vw;

	font-size: 14px;
}

.button_news{
margin-bottom: 9vh;
	}

ul{
	max-height: 63vh;
}


.modal{
	
	height: 18vh;
	
}

.ok{
	margin-bottom: 0;
	width: 14vw;
}

.header_calc{

	height: 25vh;
}

[placeholder]{
		font-size: 12px;
	
	}


	}

	@media only screen and (max-device-width: 400px) {

.kurs{
font-size: 30px;
	}

	.calc_val-input{
	margin: 0 2vw;
}

.input_calc{
width: 25vw;
height: 5vh;
}

.todo{
	font-size: 14px;
	}

	.button_news{
		height: 18vw;
		width: 32vw;
	}

	.but_ads{
	line-height: 18vw;
}

	.header_calc{
		height: 30vh;
		margin-bottom:0;
	}

	[placeholder]{
		font-size: 12px;
	
	}

	.val{
	font-size: 20px;
	
}

.calc_flex{
	width: 80vw;
	height: auto;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;



	}

	@media only screen and (max-device-width: 360px) {

select, input{
	

	font-size: 12px;
}



	.calc_val-input{
font-size: 24px;

	}
	
	.header_calc{
		height: 25vh;
		
	}


	
	.modal{
		height: 35vh;
		width: 70vw;
		top: 16vh;
		left: 14vw;
	
	}

	.ok{
	width: 27vw;
	height: 7vh;
}
.input_commerc{
	font-size: 16px;
}

.button_news{
width: 29vw;
height: 7vh;

}

.but_ads{
	line-height: 7vh;
	}

.container_button_news .button_news{
   margin-bottom:7vh; 
}

.input_calc{
width: 40vw;
height:8vh;
font-size:16px;
}	

h1{
    margin:0 auto;
    margin-bottom:-15vh;  
}

.flex_container{
 margin-bottom:-12vh;  
    
}
}






@media only screen and (max-device-height: 430px) {

select, option{
	font-size: 18px;
}


h1{
	font-size: 16px;
	margin-top: 10px;
}

.data{
	font-size: 22px;
}


h2{
	font-size: 16px;
}

.calc_val-input{
font-size: 34px;

	}

	.input_calc{
height: 8vh;

	}

	.button_news, .button_kurs{

	width: 25vw;
	height: 6vh;
	font-size: 14px;
}

.but_ads{
	line-height: 6vh;
	}

.val{
	font-size: 30px;
}

.commerc{
	width: 20vw;
	height: 10vh;
}

.modal{
height: 35vh;
	}

	.ok{
	width: 8vw;
}

.input_commerc{
	width: 60%;
	height: 20%;
	font-size: 18px;
}

}


@media only screen and (max-device-height: 370px) {

	.button_news, .button_kurs{
	width: 30vw;
	}

.data{
	font-size: 26px;
}

.kurs{
font-size: 40px;


}

.commerc{
	width: 20vw;
	height: 14vh;
	}

	.ok{
	width: 8vw;
}

.header_calc{
flex-direction: row;
margin-bottom: 2vh;
}

}

@media only screen and (max-device-height: 330px) {

select, option{
	font-size: 16px;
}
	}

	@media only screen and (max-device-height: 320px) {
.span_text{
	font-size: 16px;
}

.input_calendar{
	font-size: 14px;
}

.button_news:hover, .button_kurs: hover{
  
  
  border: green 1px solid;
  
}

.but_ads{
	border: green 0 solid;
	}

}
