/* CSS Document */

/* Новости */
.news__wrapper {
	display: flex;
}
.news table {
	vertical-align: top;
	padding: 20px 0;
}
.news{ font-size:15px;padding: 0;}
.news h2{ }
.news .el{ margin:8px 0; vertical-align: top;}
.news .el .image{ display:block; vertical-align:top;}
.news .el .image img { width:100%;height: 100%;border: 1px solid #e5e5e5;}
.news .date{ display: block; margin: 8px 0; }
.news .descr{ }
.news .readmore{ color:#035991;  font-family:'ProximaNova-Bold';}
.news .readmore:hover{ color:#ffd600}
.news .btn-more a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 131px;
	height: 50px;
	position: relative;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
	border: 1px solid #ffd600;
	text-decoration: none;
	/* padding: 14px 5px; */
	text-align: center;
	color: #777777;
	margin-bottom: 30px;
}
.news .btn-more a:hover {
	background: #ffd600;
	color: #fff;
}
/* Превью ресурсов */
.preview-el{
	width:120px; margin: 8px 5px 30px;
    display: inline-block;
    display: -moz-inline-stack; /* For FF < 3 */
    zoom:1; /* layout fix For IE6 */
    *display:inline; /* For IE6/7 */
    vertical-align:text-top;
	text-align:center;
}
.preview-el img{ max-width:100%; margin-bottom:5px; }
.wrapper p img {
	display: block;
	max-width:100%;
	height: auto;
}
/*popup*/
.close{ 
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 39px;
	padding: 0px 7px;
	background: #035991;
}
.grayBG{ 
	position:fixed; width:100%; height:100%; background:#000; left:0px; top:0px; z-index:2000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display:none;
 }
 .popup{ 
	display:none;
	position: fixed; 
	left: 50%;
	top: 50%;
	background:#fff;
	padding-top:30px;
	z-index:2000;
	transform: translate(-50%, -50%);
}
 .popup .feedback{ width: 350px;}
 .g-recaptcha{position: relative; left: 24px;}
 .spasibo{ text-align:center; width:911px; border-radius:5px; background:#fff;font-weight:400; font-size:22px; position:fixed; left:50%; margin-left:-455px; top:30%; z-index:2000; line-height:28px; padding: 27px 0px 28px; border:1px solid #333;display:none;}

.cookieconsent{
	position: fixed;
	margin-top: auto;
	color: #fff;
	text-align: left;
	font-size: 14px;
	left: 15px;
	bottom:20px;
	max-width: 480px;
	height: 65px;
	padding: 8px 0 8px 16px;
	border-radius: 4px;
	z-index: 99999;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.9);
	box-shadow: 2px 8px 24px 0 rgba(0,0,0,0.16);
  }

@media (max-width: 414px) {
	.cookieconsent {
	    font-size: 13px;
	    left: 10px;
	    right: 10px;
	    bottom: 15px;
	    max-width: 325px;
	    height: 100px;
	    padding: 8px 0 8px 0px;
	    margin-bottom: 40px;
	}
}

@media (max-width: 375px) {
	.cookieconsent {
	    max-width: 300px;
	}
}

@media (max-width: 360px) {
	.cookieconsent {
	    max-width: 285px;
	}
}

@media (max-width: 320px) {
	.cookieconsent {
	    max-width: 241px;
	    height: 124px;
	}
}

.cookieconsent a{
    color: inherit;
    text-decoration: underline;
  }
.cookieconsent_container {
  	display: flex;
  }
.cookieconsentclose_btn {
	width: 35px;
	height: 35px;
	margin-left: 35px;
	cursor: pointer;
	border: 1px solid;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
}
.cookieconsentclose_btn{
	width: 35px;
	height: 35px;
	border: 0;
	border-radius: unset;

}
  a.osb {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    padding: 12px;
    box-sizing: content-box;
}
a.osb::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    top: 23px;
    left: 12px;
	background-color: #fff;
    transform: rotate(45deg);
}
a.osb::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    top: 23px;
    left: 12px;
    background-color: #fff;
	transform: rotate(-45deg);
}

