h1{
	color: #fd4000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 48px !important;
    line-height: 48px;
    font-family: 'helveticaneuecyrlight', Helvetica, Arial;
}
h2{
	color: #fd4000;
    font-weight: normal;
    font-size: 36px !important;
    line-height: 36px;
    font-family: 'helveticaneuecyrlight', Helvetica, Arial;
    padding-top: 56px;
    text-align: center;
    margin-bottom: 40px;
}

.under_h1{
	       /* font-family: 'helveticaneuecyrlight', Helvetica, Arial; */
	       color: #0e2f4f;
	       font-size: 24px;
	       line-height: 24px;
	       width: auto !important;
	       margin-top: 30px !important;
	       margin-bottom: 0 !important;
}


.top_flex{

	display: flex;
	width: 750px;
	margin: 0 auto;
	font-size: 16px;
}

.top_flex div{
	width: 50%;
	margin-top: 50px;
	padding: 0 10px;
}
.top_flex div:before{
	
	width: 80px;
	display: inline-block;
	float: left;
}

.top_flex div:first-child:before{
	content: url(../images/meteoglass2/eyemeteo.png);
}
.top_flex div:last-child:before{
	content: url(../images/meteoglass2/rainmeteo.png);
}

.top_flex div p{
	font-size: 16px;
	width: auto !important;
	text-align: left;
	padding-left: 100px;
}

.pluses{

}

.pluses ul {
	list-style: none;
	column-count: 2;
	column-gap:60px;
    width: 750px;
    padding: 0 !important;
    margin: 0 auto !important;
}

.pluses ul li{
	display: block;
	padding: 0 !important;
	height: 100px;
}

.pluses ul li:before{
	content: url(../images/meteoglass2/listimg.png);
	width: 50px;
}

.pluses ul li p{
    width: calc(100% - 80px);
    display: inline-block;
    padding:  0;
    padding-left: 20px;
    margin-bottom: 0px;
    vertical-align: top;

}
.pluses a,
.blue_button{
	width: 194px;
	height:28px;
	background-color: #147ec5;
	color: #fff;
	font-size: 16px;
	border-radius: 30px;
	margin: 0  auto;
	display:block;
	text-align:center;
	padding-top:10px;
	font-weight: 400;
	cursor:pointer;
	text-decoration: none;
}
.pluses a:hover,
.blue_button:hover{
		text-decoration: none;
		background-color: #008fef;
		transition: background 0.5s;
}

.yuotubevideo>div{
	height: 440px;
	width: 100%;
	background-image: url(../images/meteoglass2/friendlyrain.jpg);
	background-position: center;
	background-size: 100% auto;
	text-align: center;
	vertical-align: middle;
}

.yuotubevideo>div img{
	margin-top: 200px;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	cursor: pointer;
}

.yuotubevideo>div img:hover{
	filter: saturate(300%);
	transition: filter 0.3s;

}

.yuotubevideo>div .whitetext{

	color: white;
	font-size: 16px;
	margin-top: 20px;

}


.modes{
	display: flex;
	justify-content: space-between;
    width: 750px;
    margin: 20px auto;
    text-align: center;
    margin-bottom: 60px;
}

.modes>div{
	
}
.modes>div img{
	display: block;
	height: 120px;
	width:170px;
	margin: 0 auto;
		font-family: 'Helvetica Neue', Helvetica, Arial;
}
.modes>div .mode_title{
	display: block;
	text-align: center;
	color: #fd4000;
    font-size: 24px;
	font-weight: 300;
}

.modes>div .mode_desc{
	font-size: 16px;
    color: #0e2f4f;
    line-height: 25px;
}

.instr{
	background-color: #e8ecef;
	width: 750px;
	padding: 0 115px 45px 115px;

}
.instr>div{
	display: inline-flex;
}

.instr>div:last-child{
	margin-top: 50px; 
}

.instr>div>img{
	width: 280px;
	height: 180px;
}
.instr>div>div{
	padding-left: 40px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	color: #0e2f4f;
	font-weight: 300;
	font-size: 16px;
}
.instr>div>div h3{
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 24px;
}
.instr>div>div>img{
	margin-top: 30px;
	margin-right: 40px;
}

.regim{
	display: inline-block;
	text-align: center;
	margin: 0 20px;
}
.regim>p{
	margin-top: 10px;
}

.grads{
	font-size: 24px;
	color: white;
	margin-top: -114px;
	padding: 45px 45px;
	display: flex;
	justify-content: space-between;
}

.grad_desc{
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-weight: 300;
	font-size: 16px;
	color: #0e2f4f;
	display: flex;
	justify-content: center;
	width: 900px;
	margin: 50px  auto;
}

.grad_desc .circle {
	height: 35px;
	width: 35px;
	display: inline-block;
	border-radius: 50%;
}

.grad_desc>div{
	display: inline-block;
	width:25%;
}
.grad_desc>div>span:last-child{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 45px);
	padding-left: 10px;
}

.blue{
	background-color:#008fef;
}
.lightblue{
	background-color:#f8fdff;
	-webkit-box-shadow: inset 0px 0px 10px #e8ecef;
	box-shadow: inset 0px 0px 10px #e8ecef;
}
.green{
	background-color:#99f001;
}
.red{
	background-color:#ff4027;
}
/* .grads>span{
	margin-left: calc(20px * 0.817);
} */
/* #grad_m25{ margin-left: calc(36px * 0.817);}
#grad_m20{ margin-left:  calc(36px * 0.817);}
#grad_m15{ margin-left:  calc(36px * 0.817);}
#grad_m10{ margin-left:  calc(36px * 0.817);}
#grad_m5{ margin-left:  calc(36px * 0.817);}
#grad_0{ margin-left:  calc(36px * 0.817);}
#grad_p5{ margin-left:  calc(36px * 0.817);}
#grad_p10{ margin-left:  calc(36px * 0.817);}
#grad_p15{ margin-left:  calc(36px * 0.817);}
#grad_p20{ margin-left:  calc(36px * 0.817);}
#grad_p25{ margin-left:  calc(36px * 0.817);}
#grad_p30{ margin-left:  calc(36px * 0.817);} */

.k-grid__text{
	font-size: 16px !important;
}


.fs-lightbox-close{
	border: none !important;
}

.fs-lightbox-close:active{
	border: none !important;
}

a:active, a:focus,
button:active, button:focus,
div:active, div:focus
 { outline: none !important}

.fs-lightbox-container{
	background: none !important;
}
.fs-lightbox
{
	background: none !important;
}

.fs-lightbox-close:before{
	color: #fd4000 !important;
}

.k-grid__thumbnail{
	background-color: #cadde8 !important;

}