﻿body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 
abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,input {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   font-size: 100%;
   vertical-align: baseline;
}

html {
   line-height: 1;
   position:relative;
   min-height:100%;
}

.farmlikbez-image {
    width: 754px;
    height: 142px;
}


@media (max-width: 768px) {
    .farmlikbez-image {
        width: 100%;
        height: auto;
    }
}

@font-face {
    font-family: Roboto;
	font-display:swap;
    src: url('fonts/RobotoRegular.ttf');
}	

@font-face {
    font-family: Roboto;
	font-display:swap;
    src: url('fonts/RobotoMedium.ttf');
	font-weight: 700;
}

@font-face {
    font-family: Roboto;
	font-display:swap;
    src: url('fonts/RobotoLight.ttf');
	font-weight: 300;
}

body {
	min-width: 100%;
	margin:0 0 448px;
	font-family: Roboto;	
	background: #fafafa;
}

a {color: #000;}	
a:hover {text-decoration:none;}

*,
*:before,
*:after {
	box-sizing: border-box;
}

header ul,
footer ul,
.popular ul,
.tests ul,
.news_block .news_tags,
.article_block .article_tags,
.news_list ul,
.articles_list ul,
.events_list ul,
.breadcrumbs,
.content ul,
.enterprises_list >ul,
.partner_info,
.partner_news ul,
.news_main .news_tags,
.comments_list,
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
		
#wrapper {
	min-width: 1140px;
	overflow: hidden;
}

.middle {
	width: 1140px;
	margin: auto;
	position: relative;
}	
	
.middle:after {
	content: '';
	display: table;
	clear: both;
	width: 100%;
}

.partner img,
.ent_image img,
.partner_image img {
	position: absolute;
	margin: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	max-width: 100% !important;
	max-height: 100%;
}

.link {padding-right: 39px;}

.link:after {
	content: '';
	display: block;
	width: 24px;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: 2px;
	background: url('images/arrow.png') no-repeat;
	-webkit-transition: transform .3s;
	transition: transform .3s;

}

.link:hover:after,
.test:hover .link:after {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}
	
header {
	position:relative;
	height: 146px;
	display: block;
}

header .middle >* {position: absolute;}

header:after,
.top_image:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to right, #b86398 0, #17bebc 100%), #a49ec5;
	background: -webkit-linear-gradient(to right, #b86398 0, #17bebc 100%), #a49ec5;	
}

#logo {
	position:absolute;
	top: 28px;
	left: 0; 
	display:block;
	background:url('images/logo_new.svg') no-repeat;
	background-size: auto 100%;
	width: 459px;
	height: 48px;
	outline: none;

	height: 107px;
	top: -11px;
}	

#pull {
	position: absolute;
	left: 0;
	top: 40px;
	width: 20px;
	height: 18px;
	cursor: pointer;
	display: none;
}

#pull div {
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	margin: auto;
	bottom: 0;
	top: 0;
	left: 0;
	background: #000;
	transition: background .3s;
	-webkit-transition: background .3s;
}

#pull div:before,
#pull div:after {
	content: '';
	display: block;
	height: 3px;
	width: 20px;
	position: absolute;
	right: 0;
	background: #000;
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
	transition: transform .3s, width .3s, background .3s;
	-webkit-transition: transform .3s, width .3s, background .3s;
}

#pull div:before {
	top: -8px
}

#pull div:after {
	bottom: -8px
}
.menu_opened #pull div {
	background: rgba(0,0,0,0)
}

.menu_opened #pull div:before, 
.menu_opened #pull div:after {
	width: 23px;
}

.menu_opened #pull div:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
}

.menu_opened #pull div:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
}


.menu {
	text-align: justify;
	text-justify: newspaper;
	font-size: 0;
	left: 490px;
	right: 0;
	top: 27px;
}

.menu:after,
nav ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.menu li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 22px;
}

.menu li span,
.menu li a {
	line-height: 1;
	text-decoration: none;
	position: relative;
	font-size: 22px;
	padding-bottom: 4px;
	font-weight: 700;
}

.menu li span,
.menu li a {
	text-transform: uppercase;
	color: #000;
}

.menu li a {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.menu li a:hover,
.menu li span {
	color: #1ab8bb;
}

.menu li a:after,
.poll .results:after,
.news_block.news_block_big .events:after,
.news_main .events:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}

.menu li a:hover:after,
.poll .results:hover:after,
.news_block.news_block_big .events:after,
.news_main .events:after {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	background: #1ab8bb;
}

nav {
	left: 0;
	right: 467px;
	top: 94px;
}

nav ul {
	text-align: justify;
	text-justify: newspaper;
	font-size: 0;
}

nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

nav li * {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}

nav li a {
	text-transform: uppercase;
	color: #818181;
	-webkit-transition: color .3s;
	transition: color .3s;
}

nav li a:hover,
nav li span {
	color: #000;
}

#searchbar {
    position: absolute;
    right: 242px;
    top: 81px;
    width: 189px;
	transition: width .3s;
	-webkit-transition: width .3s;
}

#searchbar.active {
	width: calc(100% - 242px);
}

#searchbar form,
.searchbar form {
	position: relative
}

#searchbar input[type="text"],
.searchbar input[type="text"] {
    width: 100%;
    height: 40px;
    background: #e3e3e3;
    padding: 0 40px 0 18px;
    font-size: 14px;
    outline: none;
	color: #000;
	font-weight: 700;
}

#searchbar input[type="text"]::-webkit-input-placeholder,
.searchbar input[type="text"]::-webkit-input-placeholder {
	color: rgba(0,0,0,.5)
}

#searchbar input[type="submit"],
.searchbar input[type="submit"] {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: url(images/search.png) no-repeat 6px 50%;
    outline: none;
	cursor: pointer;
}

.social {
	right: 0;
	top: 88px;
	max-width: 220px;
	font-size: 13px;
	line-height: 14px;
	text-align: right;
}

.social ul {
	float: right;
	font-size: 0;
	margin-left: 7px;
	padding-top: 4px;
}

.social ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}

.social a {
	display: block;
	width: 22px;
	height: 22px;
	transition: transform .3s;
	-webkit-transition: transform .3s;
}

.social a:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.social .soc1 {background: url('images/soc1.png') no-repeat 50%}
.social .soc2 {background: url('images/soc2.png') no-repeat 50%}
.social .soc3 {background: url('images/soc3.png') no-repeat 50%}

#top_page {
	background: linear-gradient(to right, #b86398 0, #17bebc 100%), #a49ec5;
	background: -webkit-linear-gradient(to right, #b86398 0, #17bebc 100%), #a49ec5;	
	padding-top: 25px;
	position: relative;
	z-index: 2;
	margin-bottom: 64px;
}

#top_page #b3229c02c1eea {
	width: 100% !important;
	margin-bottom: 13px;
}

.banner {
	width: 100%;
	margin-bottom: 13px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider * {outline: none;}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {outline: none;}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-slider * {outline: none;}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {display: none;}

.slick-slider .slick-arrow {
	border: none;
	font-size: 0;
	padding: 0;
	position: absolute;
	z-index: 3;
	outline: none;
	cursor: pointer;
	width: 34px;
    height: 24px;
    position: absolute;
	margin: auto;
    background: url(images/arrow.png) no-repeat 0 50%;
    font-size: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
	transition: background-position .3s;
	-webkit-transition: background-position .3s;
}

.slick-slider .slick-next {right: -11px}

.slick-slider .slick-prev {
	left: -11px;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}

.slick-slider .slick-arrow:hover {background-position: 100% 50%}

.partners_slider .slick-arrow {bottom: 45px;}

.partner {
	display: block;
	width: 263px;
	height: 140px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin: 15px auto;
	transition: box-shadow .3s;
	-webkit-transition: box-shadow .3s;
}

.partner:hover {
	box-shadow: none
}

.partners_slider {
	box-sizing: content-box;
	width: 100%;
	margin-left: -15px;
	width: 1168px;
	opacity:0;
	margin-bottom: -80px;
}

.partners_slider.slick-initialized {opacity:1;}

.middle_with_sidebar {
	display: table;
	width: 1140px;
	margin: auto;
	padding-top: 36px;
}

.middle_with_sidebar >* {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.middle_with_sidebar .left_side:after,
.white:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 30px;
	bottom: 0;
	border-bottom: 1px solid #e9e9e9;
}

.middle_with_sidebar .right_side {
	width: 360px;
	padding-left: 30px;
	position: relative;
}

.middle_with_sidebar .right_side .site_form.form_min {margin-top: 0;}

.digest {
	display: block;
	min-height: 226px;
	background: url('images/news_bg.png') no-repeat 100% 100% #bd8de9;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin-bottom: 70px;
	padding: 20px 30px 27px;
	color: #fff;
	text-decoration: none;
	transition: box-shadow .3s;
	-webkit-transition: box-shadow .3s;
}

.digest:hover {
	box-shadow: none;
	-webkit-box-shadow:none;
}

.digest .gigest_title {
	display: block;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}

.digest .digest_date {
	display: block;
	width: 184px;
	border-bottom: 3px solid #fff;
	font-size: 18px;
	padding-bottom: 22px;
	letter-spacing: 0.05em;
	position: relative;
	margin-bottom: 26px;
}

.digest .digest_date:after {bottom: 24px}

.digest:hover .digest_date:after {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}

.digest .digest_prep {
	display: block;
	font-size: 12px;
}

.digest .digest_prep img {
	margin-top: 13px;
	max-width: 100%;
	display: block;
}

h1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000;
	margin-bottom: 32px;
}

h2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	margin: 0 27px 55px 0;
}

h2:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	border-bottom: 1px solid #e9e9e9;
	margin-top: 25px;
}

.popular {
	position: relative;
	margin-bottom: 75px;
}

.popular h2 {margin-bottom: 25px;}

.popular li {border-bottom: 1px solid #e9e9e9}

.popular_block {
	display: block;
	padding: 30px 0 20px;
	color: #000;
	text-decoration: none;
	line-height: 20px;
}

.popular_block .news_date {
	display: block;
	font-size: 18px;
	margin-bottom: 21px;
}

.popular_block .pop_news_name {
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #9259c6;
	font-weight: 700;
	margin-bottom: 17px;
}

.popular_block:hover .pop_news_name {text-decoration: underline;}

.news_views, 
.news_comments {
	display: inline-block;
	vertical-align: middle;
	padding-left: 27px;
	margin-bottom: 10px;
	font-size: 14px;
}

.news_comments {background: url('images/icon_comment.png') no-repeat 0 50%;}

.news_views {
	background: url('images/icon_view.png') no-repeat 0 50%;
	margin-right: 40px;
}

.popular_block .news_views, 
.popular_block .news_comments {
	font-size: 18px;
	line-height: 14px;
}

.poll {
	position: relative;
	margin-bottom: 85px;
}

.ref {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ff0302;
	margin-bottom: 30px;
    position: relative;
    top: -6px;
}

.ref:after,
.developer span:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -7px;
    opacity: 0;
	background: #ff0302;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -webkit-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}

.ref:hover:after,
.developer:hover span:after {
	transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.poll_form h4 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 40px;
}

input[type=radio],
input[type=checkbox] {
	display: none
}

input[type=radio]+label {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    min-width: 55%;
    box-sizing: border-box;
    margin-bottom: 23px;
    padding-left: 48px;
    position: relative;
    color: #000;
    font-size: 18px;
	line-height: 1.3;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

input[type=radio]+label:before {
    content: '';
    display: block;
    width: 28px;
	height: 28px;
    border: 2px solid #000;
    border-radius: 20px;
    position: absolute;
	margin: auto;
    left: 0;
    top: -5px;
	bottom: -5px;
	background: #bd8de9;
	box-shadow: inset 0 0 0 15px #fff;
	-webkit-box-shadow: inset 0 0 0 15px #fff;
}

input[type=radio]:checked+label:before {
	box-shadow: inset 0 0 0 5px #fff;
	-webkit-box-shadow: inset 0 0 0 5px #fff;
}

input[type=checkbox]+label {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    min-width: 55%;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding-left: 35px;
    position: relative;
    color: #fff;
    font-size: 14px;
	line-height: 1.3;
}

input[type=checkbox]+label a {color: #fff;}

input[type=checkbox]+label:before {
    content: '';
    display: block;
    width: 19px;
	height: 19px;
    position: absolute;
	margin: auto;
    left: 0;
    top: -5px;
	bottom: -5px;
	background: #fff;
	cursor: pointer;
}

input[type=checkbox]:checked+label:before {background: url('images/check.png') no-repeat 50% #fff;}

.poll .results {
	display: inline-block;
	margin-top: 22px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #bd8de9;
	text-decoration: none;
	position: relative;
	line-height: 1;
    padding-bottom: 4px;
}

.poll .results:hover:after {background: #bd8de9;}

.tests li {margin-bottom: 30px}
.tests li:last-child {margin-bottom: 0;} 

.test {
	display: block;
	height: 319px;
	position: relative;
	text-decoration: none;
	position: relative;
}

.test img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.test .link {
	display: inline-block;
	position: absolute;
	left: 17px;
	right: 89px;
	bottom: 20px;
	background: #ff0302;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fbfbfb;
	padding: 8px 25px 8px 10px;
	transition: background .3s;
    -webkit-transition: background .3s;
}

.test .link:hover {background: #bd8de9;}

.test .link:after {
	bottom: 10px;
	right: 12px;
}

.news_block {
	width: 360px;
	min-height: 480px;
	min-height: 360px;
	position: relative;
}

.news_block .news_link {
	display: block;
	height: 407px;
	height: 350px;
	margin-bottom: 8px;
	text-decoration: none;
}

.news_block .news_image {
	display: block;
	width: 100%;
	height: 268px;
	height: auto;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin-bottom: 18px;
	transition: box-shadow .3s;
	-webkit-transition: box-shadow .3s;
}

.news_block .news_image img,
.article_block .article_image img,
.event_block .event_image img,
.event_big .event_image img {
	display: block;
	position: absolute;
	width: 100% !important;
	height: auto !important;
	object-fit: contain;
	left: 0;
	top: 0;
	margin: auto;
	position: static !important;
	transition: transform 12s;
	-webkit-transition: transform 12s;
}

.news_block .news_text {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 14px;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	height: 118px;
}

.news_block .news_text:after,
.event_block .event_text:after,
.ent_block .ent_text.cut:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-shadow: 0 0 45px 35px #fafafa;
	-webkit-box-shadow:  0 0 45px 35px #fafafa;
}

.white_bg .news_block .news_text:after,
.white_bg .event_block .event_text:after,
.white_bg .ent_block .ent_text.cut:after {
	box-shadow: 0 0 45px 35px rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 45px 35px rgba(255,255,255,1);
}
.news_block .news_title {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 13px;
}

.news_block .link {
	position: absolute;
	right: 13px;
	bottom: 14px;
	font-size: 14px;
}

.news_block .news_cat {
	position: absolute;
	left: 17px;
	top: 17px;
	z-index: 2;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 0 14px;
	background: #00c5c9;
	transition: transform .3s;
	transition: -webkit-transform .3s;
}

.news_block .news_tags,
.article_block .article_tags {
	overflow: hidden;	
	font-size: 0;
	padding: 0 0 0 14px;
	margin-bottom: 23px;
}

.article_block .article_tags {
	height: 14px;
	margin-bottom: 10px
}

.news_block .news_tags {
	min-height: 24px;
}

.news_block .news_tags li,
.article_block .article_tags li,
.news_main .news_tags li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 8px;
}

.news_block .news_tags {margin-bottom: 11px}

.news_block .news_tags li,
.news_main .news_tags li {
	margin-bottom: 10px;
}

.news_block .news_tags li:last-child,
.article_block .article_tags li:last-child {
	margin-right: 0;
}

.news_block .news_tags li a,
.news_main .news_tags li a {
	color: #bd8de9;
	text-decoration: none;
}

.news_block .news_tags li a:hover,
.news_main .news_tags li a:hover {
	text-decoration: underline;
}

.news_main .news_tags {min-height: 26px;}

.news_block .events {display: none;}

.news_block .news_date {
	font-size: 14px;
	margin-left: 14px;
	padding-bottom: 14px;
}

.news_block .news_views {
	font-size: 14px;
	position: absolute;
	left: 102px;
	bottom: 14px;
	margin: 0;
}

.news_block.news_block_big {
	height: 411px;
	min-height: 0;
	width: auto;
}

.news_block.news_block_big .news_link {
	height: 326px;
	margin-bottom: 34px;
	padding-left: 458px;
}

.news_block.news_block_big .news_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 438px;
	height: 326px;
	height: auto;
	margin-bottom: 0;
}

.news_block.news_block_big .news_text {
    padding: 0;
    font-size: 16px;
	line-height: 20px;
	height: 326px;
}

.news_block.news_block_big .news_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 22px;
}

.news_block.news_block_big .news_cat {
	position: static;
	float: left;
	margin: -8px 29px 0 0;
}

.news_block.news_block_big  .news_tags {
	margin: 0;
	padding: 0 300px 0 0;
	height: 50px;
}

.news_block.news_block_big  .news_tags li {
	font-size: 16px;
	margin: 0 12px 9px 0;
}

.news_block.news_block_big .link {
    right: 0;
    bottom: 34px;
	font-size: 16px;
}

.news_block.news_block_big .news_views {display: none;}

.news_block.news_block_big .news_date {
    font-size: 16px;
    margin-left: 0;
	position: absolute;
	bottom: 34px;
	right: 214px;
	padding-bottom: 0;
}

.news_block.news_block_big .events,
.news_main .events {
	display: inline-block;
	position: absolute;
	right: 117px;
	bottom: 28px;
	font-size: 16px;
	color: #ff0302;
	text-decoration: none;
	padding-bottom: 6px;
}

.news_block.news_block_big .events:after,
.news_main .events:after {
	background: #ff0302;
}

.news_block.news_block_big .events:hover:after,
.news_main .events:hover:after {
	opacity: 0;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
}

.news_block.news_block_big .news_text:after {
	box-shadow: 0 0 45px 35px #fbfbfb;
	-webkit-box-shadow: 0 0 45px 35px #fbfbfb;
}

.news_main >img {
  width: 100% !important;
  max-width: 750px !important;
  height: auto !important;
}

.white_bg {
	position: relative;
	margin: 0 30px 30px 0;
	padding: 68px 0 30px;
}

.white_bg:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}

.white_bg:before {
	content: '';
	display: block;
	width: 100%;
	box-sizing: content-box;
	padding-left: 5000px;
	height: 100%;
	position: absolute;
	right: -30px;
	top: 0;
	background: #fff;
	z-index: -1;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}

.news_list >ul,
.articles_list >ul {
	position: relative;
	font-size: 0;
}

.articles_list .load {margin-top: 50px;}

.news_list ul {padding-bottom: 14px;}

.news_list >ul >li,
.articles_list >ul >li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.news_list >ul >li:nth-child(even),
.articles_list >ul >li:nth-child(even) {
	margin-left: 30px;
}

.load {
	display: block;
	width: 165px;
	height: 48px;
	line-height: 48px;
	margin: auto;
	background: #F3F3F3;
	font-size: 14px;
	color: Black;
	padding: 0 0 0 18px;
	text-decoration: none;
	position: relative;
}

.load:after {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	margin: auto;
	right: 9px;
	bottom: 0;
	top: 0;
	background: url('images/loadB.png') no-repeat 50%;
	animation: 1s rotate linear infinite;
	-webkit-animation: 1s rotate linear infinite;
	animation-play-state: paused;
	-webkit-animation-play-state: paised;
}

.load:hover:after {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}

@-webkit-keyframes rotate {from {transform: rotate(0)} to {transform: rotate(360deg)}}
   @-moz-keyframes rotate {from {transform: rotate(0)} to {transform: rotate(360deg)}}
     @-o-keyframes rotate {from {transform: rotate(0)} to {transform: rotate(360deg)}}
        @keyframes rotate {from {transform: rotate(0)} to {transform: rotate(360deg)}}
		
.site_form {
	margin-bottom: 30px;
	position: relative;
	background: #00c5c9;
	padding: 18px 41px 0 16px;
	margin-top: 66px;
}

.news_list.white_bg + .site_form {margin-top: 0;}

.site_form:before {
	content: '';
	display: block;
	width: 5000px;
	height: 100%;
	position: absolute;
	left: -4999px;
	top: 0;
	background: #00c5c9;
}

.site_form form {position: relative;}

.site_form input[type="text"],
.site_form input[type="email"] {
	width: 214px;
	height: 41px;
	margin: 0 29px 13px 0;
	padding: 0 0 0 15px;
	outline: none;
	font-size: 14px;
	color: #000;
}

.site_form input[type="text"]::-webkit-input-placeholder,
.site_form input[type="email"]::-webkit-input-placeholder {
	color: #000;
}

.site_form input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	height: 41px;
	position: absolute;
	background: #bd8de9;
	right: 0;
	top: 0;
	padding: 0 26px;
	font-size: 14px;
	color: #fff;
	outline: none;
	cursor: pointer;
	transition: background .3s;
	-webkit-transition: background .3s;
}

.site_form input[type="submit"]:hover {background: #ff0302;}
		
.article_block {
	display: block;
	height: 269px;
	width: 360px;
	position: relative;
	height: auto;
}	

.article_block .article_link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
}	

.article_block .article_image,
.event_big .event_image {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	 transition: box-shadow .3s;
    -webkit-transition: box-shadow .3s;
}

.article_block .article_image {
	position: relative;
	top: auto;
	left: auto;
	height: auto;
}

.article_block .article_image  img {
	display: block;
	position: static;
}

.article_block .article_image:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.2), rgba(0,0,0,.7));
	background: -webkit-linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.2), rgba(0,0,0,.7));
}

.article_block .article_text {
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	z-index: 2;
	display: block;
	padding: 68px 18px 0;
	position: static;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	left: 0;
	display: -webkit-box;
 	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
 	 overflow: hidden;
}

.article_block .link {
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	right: 16px;
	bottom: 24px;
	font-size: 14px;
}

.article_block .link:after {background-image: url(images/arrow_w.png);}

.article_block .article_cat	{
	position: absolute;
    left: 18px;
    top: 20px;
    z-index: 3;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 0 14px;
    background: #bd8de9;
}

.article_block .article_tags  {
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 0;
	z-index: 3;
	height: auto;
	max-height: 54px;
}

.article_block .article_tags li {
	margin-right: 27px;
	margin-bottom: 13px;
}

.article_block .article_tags a {
	font-size: 14px;
	color: #818181;
	text-decoration: none;
	transition: color .3s;
	-webkit-transition: color .3s;
}

.article_block .article_tags a:hover {color: #fff;}

.article_block .article_date {
	position: absolute;
	top: 29px;
	left: 22px;
	z-index: 3;
	color: #fff;
	pointer-events: none;
	font-size: 14px;
}

.article_block .article_cat ~ .article_date {
	right: 27px;
	left: auto;
}

.article_block .article_cat ~ .article_tags {right: 100px;}

.articles_list .load.load_left {margin-top: 0;}

.load.load_left {
	margin-left: 195px;
	float: left;
}

.site_form.form_min {
	max-width: 360px;
	padding: 24px 22px 20px 25px;
}

.site_form.form_min:before {display: none}

.site_form.form_min input[type="text"], 
.site_form.form_min input[type="email"] {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 0 0 22px;
}

.site_form.form_min input[type=checkbox]+label {
	padding-left: 30px;
	width: 323px;
}

.right_side .site_form.form_min {margin-bottom: 43px;}

.site_form.form_min .checkboxset {margin-top: -6px;}

.site_form.form_min input[type=checkbox]+label {margin-bottom: 14px;}

.site_form.form_min input[type="submit"] {
	position: static;
	display: block;
	width: 100%;
}

.articles_list .site_form.form_min {
	float: right;
	margin-bottom: 16px;
	margin-top: 0;
}

.sign_text {
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 360px;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
}

.articles_list {margin-bottom: 67px;}

.events_list {
	position: relative;
	margin: 0 30px 0 0;
	padding-bottom: 44px;
}

.event_block {
    display: block;
    height: 280px;
    width: 224px;
    position: relative;
}

.event_block .event_link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.event_block .event_image {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 21px;
}

.event_block .event_text {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
	height: 70px;
	overflow: hidden;
}

.event_block .event_link .link:after {background-image: url('images/arrow_r.png')}

.event_block .event_text:after {
    box-shadow: 0 0 35px 25px #fafafa;
    -webkit-box-shadow: 0 0 35px 25px #fafafa;
}

.event_block .event_cat {
	position: absolute;
    left: 18px;
    top: 109px;
    z-index: 3;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 0 12px;
    background: #ff0302;
}

.event_block .event_date {
	position: absolute;
	bottom: 1px;
    left: 0;
    z-index: 3;
    pointer-events: none;
    font-size: 14px;
}

.events_list ul {font-size: 0;}

.events_list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 40px 0
}

.events_list li:nth-child(even) {margin-left: 30px;}
.events_list .load {margin: 16px 0 0 0}

.breadcrumbs.no_bg:before {display: none}

.breadcrumbs {
	margin-top: -42px;
	font-size: 0;
	position: relative;
	padding-bottom: 23px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	position: relative;
	margin-bottom: 10px;
}

.breadcrumbs li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background: #919191;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.breadcrumbs li:last-child {margin-right: 0;}
.breadcrumbs li:first-child {padding-left: 0;}
.breadcrumbs li:first-child:before {display: none;}

.breadcrumbs li span,
.breadcrumbs li a {
	color: #aaa9a9;
}

.breadcrumbs li a {
	text-decoration: none;
	transition: color .3s;
	-webkit-transition: color .3s;
}

.breadcrumbs li a:hover {color: #000;}

.digest.white:after {display: none} 

select {
	opacity: 0;
	width: 55px;
}

.jq-selectbox,
.jq-select-multiple {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 29px;
	background: #fff;
}

.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 4;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  white-space: nowrap;
	text-overflow: ellipsis;
  max-width: 300px
}

.select_double .jq-selectbox__select-text {
	max-width: 150px
}

.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
	padding: 0; 
}

.jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__select {
    width: 100%;
    height: 49px;
    padding: 0 45px 0 25px;
    color: #000;
    outline: none;
	cursor: pointer;
	position: relative;
	line-height: 49px;
	box-sizing: border-box;
}

.jq-selectbox__select-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	color: #000;
	font-size: 18px;
	box-sizing: border-box;
/*	white-space: normal;*/
	width: auto !important;
	position: relative;
}

.jq-selectbox__trigger {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	margin: auto;
	bottom: 0;
	top: 0;
	right: 22px;
	background: url('images/arrow.png') no-repeat 50%;
	transition: transform .3s;
	-webkit-transition: transform .3s;
}

.opened .jq-selectbox__trigger {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.jq-selectbox.opened:before {display: block;}

.jq-selectbox__dropdown {
	background: #fff;
    z-index: 5;
	border-top: none;
	margin: 0;
	font-size: 18px;
	overflow: hidden;
	box-sizing: border-box;
	width: auto !important;
	bottom: auto !important;
	top: 49px !important;
}

.jq-selectbox__dropdown ul {
	z-index: 6;
	position: relative;
	margin: 0;
	list-style: none;
	background: #fff;
}

.jq-selectbox__dropdown .disabled {display: none;}

.jq-selectbox li {
    border: 0;
	color: #3a3a3a;
    cursor: pointer;
	position: relative;	
	padding: 12px 10px 12px 25px;
	border-top: none;
	margin: 0;
	display: block;
}

.jq-selectbox.disabled {pointer-events: none;}
.jq-selectbox.disabled .jq-selectbox__select {opacity: .5;}

.select_block >span {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	padding-right: 7px;
	text-transform: uppercase;
}

.jq-selectbox {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox .jq-selectbox__select {
	padding: 0 22px 0 0;
	margin-top: -1px;
}

.jq-selectbox__select, 
.jq-selectbox.focused .jq-selectbox__select {
    width: auto;
    height: auto;
    line-height: 1;
}

.jq-selectbox__select-text {
    font-size: 18px;
	text-transform: uppercase;
	color: #ff0302;
}

.jq-selectbox__trigger {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 2px;
	background: url('images/sel.png') no-repeat 50%;
}

.jq-selectbox__dropdown {
    font-size: 14px;
    top: 19px !important;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}

.jq-selectbox li {
    color: #000;
    padding: 5px;
	width: 100%;
	border-top: 0;
}

.select_block {
	display: inline-block;
	vertical-align: top;
	margin-top: 17px;
	margin-right: 10px;
}

h1 + .select_block {
	float: right;
	margin-right: 10px;
}

h1 + form {
	text-align: right;
	 margin-top: -74px;
}

.search_page h1 + form {
  margin-top: 0;
}

h1 ~ form .searchbar {position: relative;}

.select_block + .select_block {
	margin-left: 25px;
}

h1 ~ form .searchbar {margin-top: 86px;}

h1 ~ form .select_block + .searchbar {margin-top: 56px;}

.select_block .jq-selectbox__dropdown {
	min-width: 115px !important;
}

.select_block .jq-selectbox__dropdown li {
	font-size: 16px;
	padding: 10px;
}


.searchbar {margin: 17px 0 33px}

.article_block + .article_cat {
	padding: 8px 10px 15px 17px;
	font-size: 16px;
	line-height: 1.2;
	max-width: 360px;
}

.digest.white {
	background: url(images/digest.png) no-repeat 100% 100% #fff;
    color: #bd8de9;
	border: 1px solid #bd8de9;
	margin-bottom: 66px;
}

.digest.white.podcast {display: block;}

.podcasts.white {
	background: url(images/podcasts.png) no-repeat 100% 100% #fff;
    color: #bd8de9;
	border: 1px solid #bd8de9;
	margin-bottom: 66px;
}

.digest.white.podcast {
	background: url(images/podcasts.png) no-repeat 100% 100% #fff;
	min-height: 185px;
}

.digest.white .digest_date {
	border-bottom: 1px solid #bd8de9;
	margin-bottom: 28px;
}

.right_side .site_form.form_min {max-width: 330px;}	

.right_side .site_form.form_min input[type=checkbox]+label {
	font-size: 12px;
	width: auto;
}

.right_side .site_form ~ .popular {margin-bottom: 50px}
.right_side .site_form ~ .poll {margin-bottom: 85px}
	
.files_table {padding: 5px 0 42px;}	
	
.files_table table,
.files_table table tr,
.files_table table td {
	margin:0;
    padding:0;
    border:none;
    border-collapse:collapse;
    border-spacing:0;
}	

.files_table table {
	width: 100%;
}

.files_table tr {
	height: 56px;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1.2;
}

.files_table td div {
	width: 71px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #00c5c9;
}

.files_table td a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	transition: color .3s;
	-webkit-transition: color .3s;
}

.files_table td a:hover {
	text-decoration: underline;
	color: #00c5c9;
}

.files_table td span {
	font-size: 18px;
	color: #c9c9c9;
}

.files_table td:nth-child(2n) {width: 71px}

.files_table td:nth-child(3n) {
	text-align: center;
	width: 96px
}

.files_table td:last-child {width: 50px}

.event_block + .event_cat {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}

.events_list + .articles_list  {margin-top: 15px;}

.events_list + .articles_list .load {
    margin-top: 0;
	margin-bottom: 30px;
}

.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}

.datepicker {background: #ffff}

.datepicker-here {
	width: 243px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}

.datepicker-inline .datepicker {
	border: none;
	border-radius: 0;
	font-family: Roboto;
	color: #818181;
	width: 100%;
	font-size: 16px;
}

.datepicker--nav {
    border-bottom: none;
	background: #818181;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.datepicker--nav-title i {color: #fff}

.datepicker--nav-action {
    width: 32px;
    border-radius: 0;
    background: url('images/arrow_w.png') no-repeat 0 50%;
	transition: background-position .3s;
	-webkit-transition: background-position .3s;
}

.datepicker--nav-action svg {display:none;}

.datepicker--nav-action:hover {
	background: url('images/arrow_w.png') no-repeat 100% 50%;
}

.datepicker--nav-action[data-action="prev"] {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}

.datepicker--nav-title:hover {background: rgba(0,0,0,0)}	

.datepicker--day-name {
	font-size: 16px;
	color: #818181;
	text-transform: lowercase;
	background: #fff;
}

.datepicker--cell-day {
	width: 10.28571%;
	margin: 2%;
	height: 24px;
}

.datepicker--day-name.-weekend-,
.datepicker--cell.datepicker--cell-day.-weekend- {
	color: #ff0203
}

.datepicker--cell.datepicker--cell-day.-weekend-.-current- {color: #fff}

.datepicker--cell {
	border-radius: 0;
	font-size: 16px;
	color: #818181;
}

.datepicker--cell.-current-,
.datepicker--cell.datepicker--cell-day.-weekend-.-current {
    color: #fff;
	background: #ff0202;
}

.datepicker--cell.-current-.-focus-,
.datepicker--cell.datepicker--cell-day.-weekend-.-current-.-focus-,
.datepicker--cell.datepicker--cell-day.-weekend-.-selected- {
	color: #fff;
}

.datepicker--cell.-selected-, 
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
	background: #00c5c9;
}

.events_search {
	position: relative;
	min-height: 334px;
	margin-bottom: 63px;
}

.events_search .searchbar {
	width: calc(100% - 277px);
	margin-bottom: 33px;
}

.events_search .cat_select {
	position: absolute;
    right: -14px;
    top: 87px;
    width: 260px;
    padding-top: 14px;
    font-size: 0;
}

.events_search .cat_select span {
	margin-right: 15px;
	font-size: 16px;
}

.events_search .cat_select a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #000;
	margin-right: 15px;
	font-size: 16px;
}

.events_search .cat_select a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
	background: #000;
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}

.events_search .cat_select a:hover:after {
	opacity: 0;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
}

.events_search .datepicker-here {
	position: absolute;
	right: 0;
	top: 156px;
}

.event_big {
	width: 473px;
	height: 268px;
}

.event_big .event_link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

.event_big .event_image:after {
	content: '';
	display: block;
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
	
}

.event_big .event_text {
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 94px;
	padding: 0 20px;
	overflow: hidden;
}

.event_big .event_cat {
	display: block;
	font-size: 18px;
	line-height: 24px;
	position: absolute;
	left: 0;
	bottom: 108px;
	padding: 0 20px;
}

.white_bg .events_list {margin-right: 0;}
.white_bg .events_list li {margin-bottom: 65px;}

.white_bg .events_list ul + .load {margin: 10px auto 0;}

.news_block .news_tags + .news_cat {
	font-size: 14px;
	line-height: 1.2;
	background: none;
	position: static;
	color: #000;
	padding: 0 100px 12px 14px;
	text-transform: none;
}

.news_block .news_cat + .news_date {
	position: absolute;
	right: 14px;
	bottom: 0;
}

.searchbar + .news_list {padding-bottom: 30px}

.white_bg + .articles_list {
	padding-top: 25px;
	margin-bottom: 55px;
}

.white_bg + .articles_list .load {margin-top: 0}

.articles_list + .events_list.white_bg .load {margin: 20px auto 0;}
.articles_list + .events_list.white_bg {padding-bottom: 64px}

.searchbar + .news_list ul {padding-bottom: 0;}
.searchbar + .news_list ul  + .load {margin-top: -12px;}

.top_image {
	width: 100%;
	position: relative;
	height: 330px;
	overflow: hidden;
}   

.top_image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	position: absolute;
	margin: auto;
	left: 0;
	bottom: -1000px;
	top: -1000px;
}

.middle .breadcrumbs {margin-top: 0;}

.forum_download {font-size: 0;}

.content {
	font-size: 20px;
	line-height: 31px;
	font-weight: 300;
}

.content p {
	margin: 25px 0;
}

.content.content_forum p {
	padding-left: 16px;
	margin: 20px 0;
}

.content .button {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	padding: 16px 32px 13px;
	background: #ff0302;
	text-decoration: none;
	transition: background .3s;
    -webkit-transition: background .3s;
}

.content .button:hover {background: #bd8de9;}


.content span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	background: #00c5c9;
	padding: 6px 16px 5px;
	margin: 0 23px 15px 0;
}

.content .wpdt-c span {
	display: inline;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: none;
	color: inherit;
	background: none;
	padding: 0;
	margin: 0;
}

.content.content_forum p span {margin-left: -16px;}
.forum_date {margin-bottom: 40px;}

.forum_date > div {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	margin-right: 19px;
}

.forum_date > div div {
	display: inline-block;
	vertical-align: top;
	padding-left: 81px;
	position: relative;
	font-size: 24px;
	line-height: 1.2;
	width: 160px;
}

.forum_date > div b {
	font-size: 60px;
	line-height: .8;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	color: #000;
	background: none;
}

.forum_date > div div + div {margin-left: 62px;}

.forum_date > div div + div:before {
	content: '';
	position: absolute;
	left: -60px;
	top: 25px;
	display: block;
	width: 30px;
	height: 5px;
	background: #000;
}

.content span.style1 {background: #be8eea}

.content ul,
.content ol {
	margin-bottom: 36px;
}

.content ul li,
.content ol li {
	position: relative
}

.content ul li:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-right: 13px;
	width: 8px;
	height: 8px;
	background: #bd8de9;
	border-radius: 10px;
	position: relative;
	top: 12px;
}

.content span.style2 {background: #818181;}

.content ul.style1 li:before {background: #00c5c9}

.content h2,
.content h3,
.content h4 {
	font-size: 30px;
	font-weight: 700;
	margin: 25px 0;
	text-align: left;
	line-height: 1.5;
}

.content h2 {
	display: block;
	text-transform: none;
}

.content h2:after {display: none;}

.content.content_forum h2 {margin-left: 16px;}
.content h3 {
	font-size: 26px;
}

.content h4 {
	font-size: 24px;
}

.content.content_forum ul {margin-left: 16px;}

.content .forum_download .button {
	margin-right: 57px;
	width: auto;
}

.content a {color: #be8eea;}

.forum_download >div {
	display: inline-block;
	vertical-align: bottom;
	font-size: 24px;
	margin: 23px 20px 0 0;
	font-weight: 400;
}

.forum_download a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-decoration: none;
	
}

.forum_download a + a {margin-left: 29px;}

.forum_download a span {
	display: block;
	font-size: 18px;
	padding: 0;
	color: #000;
	white-space: nowrap;
	background: none;
	padding: 0;
	margin: 0 0 12px;
}

.forum_download a .ext {
	display: inline-block;
	vertical-align: top;
	width: 71px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #be8eea;
	text-align: center;
	margin: 0 9px 0 0;
}

.forum_download a .ext + span {
	display: inline-block;
	vertical-align: top;
	color: #dbdbdb;
	line-height: 30px;
	margin: 0;
}

.content_forum {margin-bottom: 70px;}
.partners_slider_outer {margin-bottom: 32px;}

.partners_slider_outer h3 {
	font-size: 30px;
	margin-bottom: 11px;
}

.partners_slider_outer .slick-arrow {
	bottom: auto;
	top: -34px;
}

.partners_slider_outer .slick-prev {
	left: auto;
	right: 72px;
}

.partners_slider_outer .slick-next {right: 3px}

.white {
	background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin-bottom: 58px;
	position: relative;
}

.top_image + .white {padding-top: 42px;}

.white:after {
	margin: auto;
    right: 0;
    bottom: -58px;
	max-width: 1140px;
}

.reg_form_outer {padding-top: 27px}

.reg_form_outer .reg_form_text {
	float: right;
	font-size: 24px;
	line-height: 36px;
	padding-top: 147px;
	width: 232px;
	margin-right: 105px;
}

.reg_form {
	width: 750px;
	border: 1px solid #bf91e9;
	border-left: none;
	position: relative;
	padding: 62px 0 46px;
}

.reg_form:after {
	content: '';
	display: block;
	border: 1px solid #bf91e9;
	position: absolute;
	width: calc((100vw - 1140px)/2);
	height: calc(100% + 2px);
	top: -1px;
	right: 100%;
	border-right: none;
}

.reg_form h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 47px;
	text-transform: uppercase;
}

.reg_form form {
	width: 653px;
	overflow: hidden;
}

.input {
	margin-bottom: 23px;
	font-size: 0;
}

.input >* {
	display: inline-block;
	vertical-align: middle;
}

.input >span {
	font-size: 14px;
	font-weight: 700;
	width: 25%;
} 

.input input {
	height: 50px;
	background: #e6e6e6;
	width: 75%;
	outline: none;
	padding-left: 20px;
	font-size: 14px;
}

.input .jq-selectbox {
	height: 50px;
	background: #e6e6e6;
	width: 75%;
	line-height: 50px;
}

.input .jq-selectbox.focused .jq-selectbox__select, 
.input .jq-selectbox .jq-selectbox__select {
	line-height: 50px;
	padding-right: 65px
}

.input .jq-selectbox .jq-selectbox__select-text {
	font-size: 14px;
	padding-left: 10px;
	color: #000;
	text-transform: none;
}

.input .jq-selectbox__select-text.placeholder {font-size: 0;}

.input .jq-selectbox__trigger {width: 62px}

.input .jq-selectbox__dropdown {
    top: 50px !important;
	width: 100% !important;
    border: 1px solid #e6e6e6;
}

.input .jq-selectbox li {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 0 10px;
}

.input .jq-selectbox li:last-child {border-bottom: none;}

.input .jq-selectbox.focused,
.input input:focus {
	background: #ececec
}

.reg_form .checkboxset {
	display: inline-block;
	vertical-align: top;
	width: 349px;
	padding-top: 21px;
}

.reg_form input[type=checkbox]+label:before {background-color: #e6e6e6}

.reg_form input[type=checkbox]+label {
    margin-bottom: 0;
	color: #888;
}

.reg_form input[type=checkbox]+label a {color: #888}

.reg_form input[type="submit"] {
	display: inline-block;
    vertical-align: top;
    height: 50px;
    background: #bd8de9;
	width: 263px;
    font-size: 16px;
	text-transform: uppercase;
    color: #fff;
    outline: none;
    cursor: pointer;
	margin-top: 20px;
	float: right;
	transition: background .3s;
	-webkit-transition: background .3s;
}

.reg_form input[type="submit"]:hover {background: #ff0302;}

.enterprises_list >ul {
	padding-bottom: 10px;
	font-size: 0;
}

.enterprises_list >ul >li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 50px;
}

.enterprises_list >ul >li:nth-child(even) {margin-left: 30px}

.ent_block {width: 360px}

.ent_block .ent_image {
	width: 100%;
	height: 210px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	position: relative;
	margin-bottom: 30px;
}

.ent_block .ent_name {
	font-size: 24px;
	margin-bottom: 7px;
}

.ent_block a {
	display: inline-block;
	font-size: 18px;
	color: #bd8de9;
	text-decoration: none;
	margin-bottom: 30px;
}

.ent_block a:hover {text-decoration: underline}

.ent_block .ent_text {
    font-size: 16px;
	line-height: 20px;
    max-height: 100px;
    overflow: hidden;
	position: relative;
    transition: max-height .6s;
    -webkit-transition: max-height .6s;
}

.ent_block .open_full {
    display: none;
    font-size: 16px;
	color: #000;
	text-decoration: none;
}

.ent_block .ent_text.open {max-height: 1200px}

.partner_page .content {text-align: justify;}

.video {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video {margin: 40px 0}

.partner_image {
	width: 100%;
	padding-bottom: 44%;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	position: relative;
}

.partner_info {padding: 13px 0}

.partner_info li {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
}

.partner_info li span {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}

.partner_news {padding-bottom: 64px;}

.partner_news h4 {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 62px
}

.partner_news ul {
	font-size: 0;
	padding-bottom: 20px;
}

.partner_news li {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin: 0 0 45px;
	font-size: 20px;
	line-height: 1.2;
}

.partner_news li:nth-child(even) {margin-left: 30px;}

.partner_news li a {
	text-decoration: none;
	color: #000;
}

.partner_news li span {
	display: block;
	font-size: 14px;
	color: #9e6dcb;
	margin-bottom: 10px;
}

h1.no_up {
	text-transform: none;
	margin-bottom: 42px;
}

.news_main  {position: relative;}

.news_main .news_tags {
	padding-right: 260px;
	margin-bottom: 20px;
}

.news_main .news_tags li {
	font-size: 16px;
	margin-right: 15px;
}

.news_main .news_views {
	position: absolute;
	right: 0;
	top: 2px;
	margin: 0;
}

.news_main .events {
	right: 80px;
    bottom: auto;
	top: 0;
}

.news_main .news_date {
	font-size: 16px;
	position: absolute;
	right: 161px;
	top: 2px;
}

.content img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 17px;
}

.news_main .content {text-align: justify}

.content h5 {
    margin: 30px 0;
	font-size: 24px;
	line-height: 35px;
}

.content mark {
	display: block;
	background: none;
	margin: 38px 0 42px;
	padding: 0 66px;
	position: relative;
}

.content mark:before {
	content: '';
	display: block;
	width: 2px;
	position: absolute;
	left: 31px;
	top: 6px;
	bottom: 6px;
	background: #bd8de9;
}

.content ol {
	margin: 0 0 36px 0;
	padding: 0 0 0 26px;
}

.content ol li::marker {
	font-size: 24px;
	font-weight: 700;
}

.content blockquote {
	font-size: 20px;
	font-style: italic;
	padding: 0 70px 0 65px;
	background: url('images/quote1.png') no-repeat 0 9px,
				url('images/quote1.png') no-repeat right bottom 9px;
	margin: 40px 0;
}

.news_interact {
	position: relative;
	margin: 95px 0 18px;
}

.news_interact .share {
	width: 270px;
	margin: auto;
	text-align: center;
	font-size: 0;
}

.news_interact .share  ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news_interact .share li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}

.news_interact .share li:first-child {margin-left: 0;}
.news_interact .share li:last-child {margin-right: 0;}

.news_interact .all_news,
.news_interact .prev_news {
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 9px;
	text-decoration: none;
	transition: background-position .3s;
	-webkit-transition: background-position .3s;
}

.news_interact .all_news {
	left: 0;
	padding-left: 42px;
	background: url('images/prev.png') no-repeat 0 50%;
}

.news_interact .all_news:hover {background-position: 10px 50%}

.news_interact .prev_news {
	right: 0;
	padding-right: 42px;
	background: url('images/arrow.png') no-repeat 100% 50%;
}

.news_interact .prev_news:hover {background-position: right 10px center}

.comments {padding: 50px 0 0}
.comments h2 {margin-bottom: 45px;}
.comments h2:after {display: none}

.comment_form form {
	position: relative;
	padding: 0 30px 0 58px;
}

.comment_form form .comment_image {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	overflow: hidden;
	width: 48px;
	height: 48px;
}

.comment_form form .comment_image img {max-width: 100%}

.comment_form textarea {
	width: 100%;
	height: 84px;
	outline: none;
	resize: none;
	font-family: Roboto;
	font-size: 18px;
	background: #edeef0;
	border: none;
	padding: 13px 10px 0 22px;
	margin-bottom: 16px;
}

.comment_form textarea::-webkit-input-placeholder,
.comment_form .user_name input::-webkit-input-placeholder {
	color: #000;
}

.comment_form .auth {font-size: 18px}

.comment_form .auth >* {
	display: block;
	margin-top: 9px;
}

.comment_form .user_name {
	position: absolute;
	right: 30px;
	bottom: 0;
	padding-left: 45px;
	height: 36px;
	background: url('images/user.png') no-repeat 0 50%;
	background-size: auto 100%;
	width: 340px;
}

.comment_form .user_name input {
	width: 100%;
	height: 36px;
	outline: none;
	font-size: 18px;
	background: #edeef0;
	border: none;
	padding: 0 0 0 18px;
}

.comments_list {
	border-top: 1px solid #e9e9e9;
	margin-top: 16px;
	padding: 32px 0 30px;
}

.comments_list li {margin-bottom: 30px;}

.comment {
	padding-left: 60px;
	position: relative;
}

.comment .user_icon {
	position: absolute;
	left: 0;
	top: 0;	
	width: 48px;
	height: 48px;
}

.comment .user_icon img {border-radius: 3px;}

.comment .user_icon .smile {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 15px;
	position: absolute;
	bottom: -6px;
	right: -6px;
	background: url('images/smile.png') no-repeat 50%;	
}

.comment .user_name {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 14px;
	margin: 0 12px 7px 0;
}

.comment .user_time {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 7px 0;
	color: #b7bbc1;
}

.comment .comment_text {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 7px 0;
}

.comment .respond {
	font-size: 16px;
	color: #b7bbc1;
	text-decoration: none;
	transition: color .3s;
	-webkit-transition: color .3s;
}

.comment .respond:hover {color: #000;}

.partner_news.white_bg {padding-bottom: 0;}

.site_form + .news_list.white_bg {margin-top: 66px;}

.white_bg + .events_list {margin-top: 67px;}

.menu_opened {
	height: 100vh;
	overflow: hidden;
}

#menu {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: #fff;
    top: 97px;
    left: 0;
    height: calc(100vh - 97px);
    padding: 23px 0 0;
    display: none;
}

#menu .middle {
    max-height: 100%;
    overflow-y: auto;
}

#menu .menu_list1 li {
	margin-bottom: 26px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

#menu .menu_list1 li a {
	text-decoration: none;
	color: #000;
}

#menu .menu_list2 li {
	margin-bottom: 19px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

#menu .menu_list2 li span,
#menu .menu_list2 li a {
	color: #818181;
	text-decoration: none;
}

#menu .social {
	position: absolute;
	right: 0;
	top: auto;
	bottom: 19px;
	text-align: right;
	width: 120px;
	font-weight: 700;
}

#menu .social ul {padding-top: 18px;}

.article_block:hover .article_image,
.event_big:hover .event_image,
.news_block:hover .news_link .news_image {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.news_block:hover .news_image img,
.article_block:hover .article_image img,
.event_block:hover .event_image img, 
.event_big:hover .event_image img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}


.news_block .news_cat,
.article_block .article_cat,
.event_block .event_cat {
	transition: transform .3s;
	-webkit-transition: transform .3s;
}
/*
.news_block:hover  .news_cat,
.article_block:hover .article_cat,
.event_block:hover .event_cat {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}*/

.rcrumbs {
  white-space: nowrap;
}
.rcrumbs > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}
.rcrumbs > ul > li.show {
  display: inline-block;
}
.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.events_list li {
	margin-left: 0;
	margin-right: 0;
}
	
.event_block .event_image {
	height: 247px;
	height: auto;
}

.event_block {
	width: 360px;
	height: 375px;
}
	
.event_block .event_cat {top: 199px;}
	
.event_block .event_link {
	height: auto;
	padding-bottom: 25px;
}
	
.event_block {height: auto;}

.news_list >ul {
	text-align: justify;
	text-justify: newspaper;
	font-size: 0;
}

.news_list >ul >li {
	text-align: left;
}

.news_list >ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.news_list >ul >li:nth-child(even) {
    margin-left: 0;
    text-align: left;
}


.wp-block-quote__citation, 
.wp-block-quote cite, 
.wp-block-quote footer {
	font-size: 20px !important;
    font-style: italic !important;
    color: #000 !important;
    margin-top: 0 !important;
}


.expert {
	text-align: left;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	width: 180px;
	float: left;
	margin-top: 40px;
}

.expert img {
	display: block;
	width: 150px !important;
	height: 150px  !important;
	border-radius: 200px;
	margin-bottom: 20px;
}

.expert span {
	display: block;
	background: rgba(0,0,0,0);
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	text-transform: none;
	margin: 0;
	padding-top: 5px;
}

.expert + blockquote {
	margin-left: 170px;
}


/* Footer
-----------------------------------------------------------------------------*/	

footer {
	display: block;
	height: 448px;	
	width: 100%;
	position:absolute;
	left: 0;
	bottom:0;
}

footer .middle >* {position: absolute;} 

footer .age {
	top: 93px;
	left: 0;
	font-size: 36px;
} 

footer .age:after {
	content: '+';
	color: #ff0202;
}

footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 111px;
    position: absolute;
    left: 0;
    top: 337px;
    background: #eee;
}

footer .menu1 {
	left: 127px;
	top: 48px;
	font-size: 0;
}

footer .menu1 li {
	display: inline-block;
	vertical-align: top;
	margin-right: 46px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

footer .menu1 li a,
footer .menu2 li a {
	color: #000;
	text-decoration: none;
}

footer .menu1 li a:hover,
footer .menu2 li a:hover {
	text-decoration: underline;
}

footer .menu2 {
	left: 127px;
	top: 94px;
}

footer .menu2 li {
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 700;
}

footer .social {
	top: 47px;
	right: 0;
	max-width: 367px;
	width: 367px;
    font-size: 14px;
	text-transform: uppercase;
    text-align: left;
	line-height: 1.3;
}

footer .social ul {
    padding-top: 0;
    margin-left: 0;
}

footer .social a {
    width: 18px;
    height: 18px;
	background-size: contain !important;
}

footer .footer_info {
	top: 94px;
	left: 372px;
}

footer .footer_info li {
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 10px;
}

footer .footer_info li span {
	display: block;
	font-weight: 700;
	font-size: 18px;
}

footer .footer_data {
	right: 0;
	top: 94px;
	font-size: 14px;
	line-height: 20px;
	width: 455px;
}

footer .footer_data li {margin-bottom: 23px}
footer .footer_data span {font-weight: 700}

footer .footer_terms {
	top: 243px;
	left: 374px;
	right: 0;
	font-size: 14px;
	line-height: 20px;
}

footer .copyright, 
footer .confident, 
footer .developer {
	top: 376px;
	z-index: 2;
}

footer .copyright {
	left: 0;
	max-width: 600px;
	font-size: 14px;
	line-height: 20px;
}

footer .confident {
	color: #000;
	right: 20%;
	font-size: 14px;
	line-height: 1.2;
}

footer .developer {
	right: 0;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	text-align: right;
	max-width: 140px
}

footer .developer span {
	color: #ff0302;
	font-weight: 700;
	position: relative;
}

.developer span:after {bottom: -4px;}

footer .terms {
	top: 401px;
    z-index: 2;
    right: 16.7%;
	width: 250px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}

#go_top {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	cursor: pointer; 
	display: none;
	width:100%;
	font-size:16px;
	background: rgba(189,141,233,.8);
	font-weight:bolder;
	color:#fff;
	text-align:center;
	line-height: 20px;
	font-weight: 400;
	z-index: 10;
	height: 0;
	padding-top: 0;
	overflow: hidden;
	z-index: 40;
}

.left_side .sidebar-banner,
.left_side .digest.white.podcast {
    display: none;
}


body {
  margin-bottom: 187px;
}

footer {
  height: 187px;
}

footer:before {
    height: 86px;
    top: 106px;
}

.footer_menu {
  top: 22px;
  left: 0;
  column-count: 3;
  height: 84px;
  width: 335px;
  z-index: 2;
}

.footer_menu li {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer_menu li:last-child {
  position: absolute;
  position: absolute;
  bottom: -3px;
  right: -94px;
}

.footer_menu li a {
  color: #000;
  text-decoration: none;
}

.footer_menu li a:hover {
  text-decoration: underline;
}


footer .footer_data {
  left: 355px;
  right: 265px;
  top: 19px;
  font-size: 0;
  width: auto;
}

footer .footer_data li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  font-size: 12px;
  line-height: 1.4;
}

footer .footer_terms {
  right: 0;
  top: 19px;
  left: 870px;
  font-size: 12px;
  line-height: 1.4;
}

footer .copyright {
  top: 125px;
  left: 0;
  right: 788px;
  font-size: 12px;
  line-height: 1.4;
}

footer .copyright br {
  display: none;
}

footer .social {
  left: auto;
  right: 650px;
  top: 122px;
  font-size: 0;
  width: auto;
  z-index: 2;
}

footer .social ul {
  width: 140px;
}

footer .social ul li {
  margin-left: 19px;
}

footer .social ul a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

footer .social ul a.soc1 {
  background: url(images/soc1.svg) no-repeat 50% #000;
  background-size: 28px auto !important;
}

footer .social ul a.soc3 {
  background: url(images/soc2.svg) no-repeat 50% #000;
  background-size: 25px auto !important;
}

footer .developer {
  top: 125px;
}

footer .confident {
  top: 125px;
  right: 361px;
  width: auto;
  font-size: 12px;
}

footer .terms {
  top: 148px;
  right: 135px;
  width: auto;
  font-size: 12px;
}

footer .age {
  right: 553px;
  left: auto;
  top: 120px;
  font-weight: 700;
  font-size: 48px;
}

footer .age:after {
  color: #000;
}


@media (max-width: 1170px) {
	.sign_text,
	.site_form:before,
	.middle_with_sidebar .left_side:after,
	.middle_with_sidebar .right_side >*,
	footer .menu1,
	footer .menu2,
	.forum_download >div,
	.reg_form_outer .reg_form_text,
  .footer_menu {
		display: none
	}

	.middle_with_sidebar .right_side .sidebar-banner {
		display: block;
	}

	#wrapper {
		width: auto;
		min-width: 0;
	}	
	
	.middle_with_sidebar,
	.middle {
		width: auto;
		margin: 0 15px;
	}
	
	.partners_slider {
		width: 100%;
		margin-left: 0;
	}
	
	.middle_with_sidebar,
	.middle_with_sidebar >* {
		display: block;
	}
	
	.white_bg {
		margin-right: 0;
		padding-top: 30px;
	}
	
	.news_list >ul,
	.articles_list >ul {
		text-align: center;
	}
	
	.news_list >ul >li,
	.articles_list >ul >li {
		text-align: left;
	}
	
	.news_list >ul >li,
	.articles_list >ul >li,
	.news_list >ul >li:nth-child(even), 
	.articles_list >ul >li:nth-child(even) {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.site_form form {
		max-width: 723px;
		margin: auto;
	}

	.load.load_left {
		margin: auto;
		float: none;
	}
	
	.articles_list .site_form.form_min {
		float: none;
		margin-bottom: 16px;
	}
	.site_form.form_min {
		max-width: 100%;
		padding: 18px 41px 0 16px;
	}
	
	.site_form.form_min input[type="text"], 
	.site_form.form_min input[type="email"] {
		width: 214px;
		margin: 0 29px 13px 0;
		padding: 0 0 0 15px;
	}
	
	.site_form.form_min .checkboxset {margin-top: 0}
	
	.site_form.form_min input[type="submit"] {
		position: absolute;
		display: inline-block;
		width: auto;
	}
	
	.site_form.form_min input[type=checkbox]+label {
		width: auto;
		margin-bottom: 14px;
		padding-left: 30px;
	}
	
	.white_bg + .events_list {margin-top: 30px}
	.articles_list {margin-bottom: 40px}
	
	.events_list {margin-right: 0;}
	.events_list ul {text-align: center;}
	.events_list li {text-align: left;}
	
	.events_list li,
	.events_list li:nth-child(even) {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.events_list .load {margin: 16px auto 0}
	
	.middle_with_sidebar .right_side {
		padding-left: 0;
		margin: auto;
	}
	
	.middle_with_sidebar .right_side .digest {
		display: block;
		margin-bottom: 0;
	}
	
	.site_form {margin-top: 46px;}
	
	.articles_list .site_form.form_min {margin-top: 46px;}
	.breadcrumbs {margin-top: 0;}
	
	
	.reg_form:after {
		width: 15px;
		height: calc(100% + 2px);
		right: auto;
		left: -15px;
	}
	
	.enterprises_list ul {text-align: center;}
	.enterprises_list li {text-align: left;}
	
	.enterprises_list ul li:nth-child(even),
	.enterprises_list ul li {
		margin: 0 15px 30px;
	}
	
	.partner_news ul {
		text-align: center;
	}
	
	.partner_news li,
	.partner_news li:nth-child(even) {
		margin: 0 15px 45px;
		text-align: left;
	}
	
	footer .footer_info,
	footer .footer_terms {
		left: 87px;
	}

	
/*

	footer .confident {
		top: 397px;
		right: 127px;
	}

	footer .terms {
   		top: 346px;
  	 	right: 0;
   		width: auto;
    }
*/

  footer .footer_data {
    top: 54px;
    left: 0; 
    right: 0;
  }

    .middle_with_sidebar .left_side .sidebar-banner,
    .middle_with_sidebar .left_side .digest.white.podcast {
        display: block;
    }

    .middle_with_sidebar .right_side .sidebar-banner,
    .middle_with_sidebar .right_side .digest.white.podcast {
        display: none;
    }

    .middle_with_sidebar .left_side .digest.white.podcast  {
        max-width: 360px;
        margin: 0 auto 30px;
    }

}

@media (max-width: 1100px) {
	.menu,
	nav {
		display: none;
	}
	
	header {height: 97px;}
	#searchbar {top: 28px}
	header .social {top: 35px}
	
	#pull {display: block;}
	#logo {left: 50px;}


  footer .terms {
    right: 109px;
    width: 300px;
  }

  footer .confident {
    right: 228px;
  }

  footer .age {
    right: 430px;
  }

  footer .social {
    right: 530px;
  }
  footer .copyright {
    right: 665px;
  }
}

@media (max-width: 980px) {
	#top_page {display: none;}
	header {height: 67px;}
	
	#menu {
		top: 67px;
		height: calc(100vh - 67px);
	}
	
	#logo {
		top: 23px;
		width: 197px;
		height: 21px;
		background-size: 100% auto;


		    top: 19px;
    	height: 30px;
    	background-size: auto 100%;

      top: 10px;
    height: 46px;
	}
	
	#pull {top: 23px;}
	
	#searchbar {
		top: 13px;
		left: 280px;
		width: auto;
	}
	
	#searchbar.active {width: auto}

	header .social {top: 19px;}


}

@media (max-width: 950px) {
	.forum_download a {
		display: block;
		margin: 25px 0 0;
	}
	
	.forum_download a + a {margin-left: 0}
	.forum_date > div {margin-bottom: 20px;}
	.content .forum_download .button {margin-right: 0;}
}

@media (max-width: 870px) {
	footer .footer_terms {
		display: none;
	}
	
	footer .social {
		width: 185px;
	}
	
	footer .social ul {
		display: block;
		float: none;
		margin-top: 10px;
	}
	
	footer .social ul li:first-child {margin-left: 0;}
	footer .social {top: 96px;}
	
	footer .footer_data {
		top: 230px;
		right: auto;
		left: 87px;
	}
	
	footer:before {
		height: 131px;
		top: 347px;
	}

	body {margin-bottom: 478px}
	footer {height: 478px}
	
	footer .copyright {
		max-width: 100%;
		top: 395px;
	}
	
	footer .confident {
		right: auto;
		left: 0;
		top: 443px;
	}
	
	footer .developer {
		top: 443px;
		max-width: 100%;
	}

	footer .terms {
	    top: 355px;
	    right: auto;
	    left: 0;
      top: 94px;
	}


  footer .footer_data {
    top: 94px;
  }

  footer .footer_data li {
    font-size: 14px;
    display: block;
    width: 100%;
  }

  footer .age {
    right: auto;
    left: 0;
    font-size: 36px;
  }

  footer .social {
    width: auto;
    left: auto;
    right: 0;
  }
  footer .social ul {
    width: auto;
  }

  footer .copyright {
    right: 0;
    font-size: 14px;
    top: 227px;
  }

  footer .terms {
    width: auto;
    font-size: 14px;
    top: 315px;
  }

  footer .confident {
    font-size: 14px;
    top: 346px;
  }

  footer .developer {
    top: 382px;
  }

  body {
    margin-bottom: 418px;
  }

  footer {
    height: 418px;
  }
  footer:before {
    top: 287px;
  }

}

@media (max-width: 800px) {
	.news_block.news_block_big .news_text {
		padding: 473px 0 0;
		height: auto;
	}
	
	.news_block.news_block_big .news_text .news_title {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
	}
	
	.news_block.news_block_big .news_link {
		height: auto;
		padding: 0;
	}
	
	.news_block.news_block_big {height: auto;}
	
	.news_block.news_block_big .news_image {
		position: absolute;
		top: 107px;
		margin: auto;
		left: 0;
		right: 0;
	}
	
	.middle_with_sidebar {padding-top: 15px;}
	
	.site_form input[type="text"], 
	.site_form input[type="email"],
	.site_form.form_min input[type="text"], 
	.site_form.form_min input[type="email"] {
		width: 100%;
		margin: 0 0 16px 0;
		padding: 0 0 0 22px;
	}
	
	.site_form input[type="submit"],
	.site_form.form_min input[type="submit"] {
		position: static;
		display: block;
		width: 100%;
	}
	
	.site_form,
	.site_form.form_min {
		padding: 24px 21px 26px 23px;
	}
	
	.site_form  input[type=checkbox]+label,
	.site_form.form_min input[type=checkbox]+label {
		padding-left: 30px;
	}

	.news_main >img {
		max-width: 100% !important;
		height: auto !important;
	}
}

@media (max-width:770px) {
	.events_search .searchbar {width: 100%}
	
	.events_search .cat_select {
		position: static;
		width: 100%;
		padding-top: 0;
		margin-bottom: 30px;
	}
	
	.events_search .datepicker-here {
		position: static;
		margin: 0 auto 30px;
		width: 243px;
	}
	
	.event_big {margin: auto;}
	
	.reg_form_outer {
		width: calc(100% + 15px);
	}
	
	.reg_form {width: 100%}
}

@media (max-width:740px) {
	header .social {display: none;}
	#searchbar {right: 0;}
	h2 {margin-right: 12px;}	
}

@media (max-width:700px) {
	h1 {display: block;}
	
	h1 + .select_block {
		float: none;
		float: left;
		clear: both;
		margin-bottom: 20px;
		margin-top: 0;
	}
	
	.searchbar {clear: both;}
	
	h1 + .select_block + .select_block {
		float: right;
		margin-bottom: 30px;
		margin-top: 0;
		position: relative;
		right: auto;
	}
	
	.articles_list .load {margin-top: 0;}
	
	.files_table tr {
		height: 40px;
		font-size: 14px;
	}
	
	.files_table td div {
		width: 40px;
		height: 20px;
		line-height: 20px;
	}
	
	.files_table td span,
	.files_table td a {
		font-size: 14px;
	}
	
	.files_table td:nth-child(2n) {width: 40px}
	.files_table td:nth-child(3n) {width: 70px;}
	
	.top_image {height: 200px}
	
	.news_interact .all_news, 
	.news_interact .prev_news {
		background: none;
		padding: 0;
		display: inline-block;
		margin: 10px 20px 0;
		position: static;
	}
	
	.news_interact {
		width: 270px;
		margin: 95px auto 18px;
		height: auto;
		text-align: center;
	}
	
	.comment_form .user_name {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 10px;
	}
}

@media (max-width:680px) {
	.reg_form form {
		padding-right: 15px;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.news_block.news_block_big .news_cat,
	.news_block.news_block_big .news_tags,
	footer .footer_data li br{
		display: none;
	}
	
	.news_block.news_block_big .news_date {position: static}
	.news_block.news_block_big .link {bottom: 0}
	.news_block.news_block_big .events {bottom: -6px;}
	
	.news_block.news_block_big  {margin-bottom: 40px;}
	.news_list ul {padding-bottom: 0;}
	
	.articles_list .site_form.form_min {
		padding-top: 30px;
		margin-top: 30px;
	}
	
	.articles_list {margin-bottom: 0}
	
	.news_list >ul >li, 
	.news_list >ul >li:nth-child(even),
	.articles_list >ul >li,
	.articles_list >ul >li:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
	}
	
	.news_list >ul >li, 
	.news_list >ul >li:nth-child(even) {
		margin-bottom: 20px;
	}
	
	.forum_date > div {margin-right: 0}
	.partner_page .content {text-align: left;}
	
	.rcrumbs {white-space: normal}
	
	.rcrumbs > ul > li:last-child {
		white-space: nowrap;
		width: auto !important;
		max-width: 100% !important;
	}
	
	.searchbar {margin-top: 0;}
	
	h1 + .select_block + .select_block {margin-bottom: 20px;}
	
	.white_bg .events_list li,
	.events_search {
		margin-bottom: 35px;
	}
	
	.searchbar + .news_list {
		padding-bottom: 0;
	}

	.events_list {padding-bottom: 30px}
	
	.events_list + .articles_list .load {margin-bottom: 0;}
	
	.events_list + .articles_list,
	.events_list .load {
		margin-top: 0;
	}
	
	.white_bg .events_list {padding-bottom: 0}
	
	.articles_list + .events_list.white_bg {padding-bottom: 30px;}
	.files_table {padding: 0; margin-top: -5px;}
	.breadcrumbs {padding-bottom: 15px;}
	.white_bg {margin-bottom: 20px}
	.white_bg + .events_list {margin-top: 20px;}
	h2 {margin-bottom: 40px;}
	h2:after {margin-top: 16px;}
	h2 + .ref {margin-top: 17px}
	.content_forum {margin-bottom: 40px}
	.reg_form_outer {padding-top: 0}
	.reg_form {padding: 30px 0;}
	.reg_form h3 {margin-bottom: 30px;}
	.enterprises_list ul {padding-bottom: 0}
	.content h2 {margin-top: 30px;}
	.news_interact {margin-top: 40px;}
	
	.site_form + .news_list.white_bg {margin-top: 40px}
	
	.site_form + .news_list.white_bg ul li:last-child {margin-bottom: 0;}
	.white_bg + .events_list {padding-bottom: 0;}
	
	.events_list + .articles_list.white_bg ul li:last-child {margin-bottom: 0;}
	.partner_news h4 {margin-bottom: 30px;}
	
	.partner_news ul,
	.partner_news {
		padding-bottom: 0;
	}
	
	#top_page + .middle_with_sidebar .white_bg + .events_list {padding-bottom: 30px;}
	
	.article_block .article_text,
	.news_block .news_title {
		font-size: 18px;
	}
	
	.event_block .event_text {
		display: block;
		position: relative;
		font-size: 16px;
		line-height: 23px;
	}
	
	#top_page + .middle_with_sidebar .sign_text + .site_form {display: none;}
	
	#top_page + .middle_with_sidebar .site_form {
		position: absolute;
/*		bottom: -505px;*/
		bottom: 0;
		left: 0;
	}

	#top_page + .middle_with_sidebar .left_side {
		position: static;
	}
	
	#top_page + .middle_with_sidebar {
		position: relative;
	}

	#top_page + .middle_with_sidebar  {
		padding-bottom: 305px;
	}

	.expert {
		width: auto;
		float: none;
		margin-top: 10px;
	}

	.expert + blockquote {
		margin-left: 0;
	}

	
	
	h1 {margin-bottom: 20px;}
	
	body {margin-bottom: 700px}
	
	footer {
		display: block;
		height: 700px;
	}
	
	footer:before {
		top: 462px;
		height: 238px
	}
	
	footer .social,
	footer .age {
		top: 47px
	}
	
	footer .footer_info {
		left: 0;
		top: 132px;
	}
	
	footer .footer_data {
		left: 0;
		top: 290px;
		width: auto;
	}
	
	footer .copyright {top: 520px}
	footer .confident {top: 593px;}
	
	footer .developer {
		right: auto;
		left: 0;
		top: 626px;
	}

	footer .terms {top: 472px;}
	
	footer .footer_data li {min-width: 297px;}
	
	#go_top {
		height:38px;
		padding-top:8px;
	}

  footer .footer_data {
    top: 140px;
  }


  footer:before {
    top: 297px;
  }

  footer .terms {
    top: 310px;
  } 

  footer .copyright {
    top: 364px;
  }

  footer .confident {
    top: 440px;
  }

  footer .developer {
    top: 473px;
  }

  body {
    margin-bottom: 538px;
  }

  footer:before {
    top: 297px;
    height: 241px;
}

  footer {
    height: 538px;
  }
}

@media (max-width:500px) {
	header {
		height: auto;
		min-height: 47px;
	}
	
	header .middle {padding-top: 45px;}
	
	#menu {
		top: 47px;
		height: calc(100vh - 47px);
	}
	
	#searchbar {
		display: none;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: 100%;
		margin-bottom: 15px;
	}
	
	#pull {top: 13px}
	#logo {
		top: 13px;

		top: 6px;
    top: 0;
	}
	
	.search_button {
		width: 20px;
		height: 45px;
		position: absolute;
		right: 0;
		top: 0;
		background: url(images/search.png) no-repeat 50%;
	}
	
	.news_block.news_block_big .news_image {
		width: 290px;
		height: 217px;
	}
	
	.news_block.news_block_big .news_text .news_title {
		font-size: 18px;
		line-height: 1.2;
	}
	
	.news_block.news_block_big .news_image {top: 74px}
	.news_block.news_block_big .news_text {padding: 302px 0 0;}

	.news_block.news_block_big .news_text {max-height: 456px;}
	.news_block.news_block_big .news_text {font-size: 14px;}
	
	h1 + .select_block {float: left;}
	h1 + .select_block + .select_block {
		float: right;
	} 
	
	h1 ~ form  .select_block >span {
		font-size: 12px;
		padding-right: 2px;
	}
	
	h1 ~ form .select_block .jq-selectbox__select-text {
		font-size: 12px;
	}
	
	h1 ~ form  .select_block .jq-selectbox.focused .jq-selectbox__select, 
	h1 ~ form  .select_block .jq-selectbox .jq-selectbox__select {
		font-size: 12px;
		padding: 0 15px 0 0;
	}
	
	h1 ~ form  .select_block, .jq-selectbox__trigger {background-size: 9px auto;}

	h1 ~ form .searchbar,
	h1 ~ form .select_block + .searchbar {margin-top: 94px}

	.select_block + .select_block {margin-left: 0;}
	
	.event_big {
		width: 290px;
		height: 163px;
	}
	
	.event_big .event_text {
		font-size: 14px;
		line-height: 1.3;
		height: 75px;
	}
	
	.event_big .event_cat {bottom: 84px;}
	
	.input >span {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.input input,
	.input .jq-selectbox {
		width: 100%;
	}
	
	.reg_form input[type="submit"] {
		display: block;
		float: none;
		margin: 20px auto 0;
	}
	
	.reg_form .checkboxset {width: 100%;}
	
	.enterprises_list ul li:nth-child(even),
	.enterprises_list ul li {
		margin: 0 0 30px;
	}
	
	.partner_news li, 
	.partner_news li:nth-child(even) {
		margin: 0 auto 45px;
		text-align: left;
	}

	.news_main .news_tags {
		min-height: 26px;
		padding-right: 0;
		padding-top: 50px;
	}
	
	.news_main .news_date {
		right: auto;
		left: 0;
	}
	
	.content mark {padding: 0 0 0 10px;}
	.content mark:before {left: 0;}
	
	.content blockquote {
		background: url(images/quote1.png) no-repeat 0 9px, url(images/quote1.png) no-repeat right bottom 9px;
		background-size: 20px auto;
		padding: 0 25px;
	}
	
	.news_main .content {text-align: left}
	
	.partner_news.white_bg + .site_form {
		position: absolute;
		bottom: -570px;
		left: 0;
	}
	
	.middle_with_sidebar.form_bottom .left_side {
		position: relative;
		z-index: 2;
	}
	
	.middle_with_sidebar.form_bottom .right_side {
		padding-bottom: 305px;
	}

	.news_main .news_tags {min-height: 0;}
}

@media (max-width:430px) {
	.forum_date > div b {
		font-size: 40px;
		top: 5px;
	}
	
	.forum_date > div div {
		padding-left: 56px;
		font-size: 18px;
		width: 115px;
	}
	
	.forum_date > div div + div {margin-left: 40px;}
	
	.forum_date > div div + div:before {
		left: -40px;
		top: 20px;
		width: 20px;
		height: 3px;
	}
	
	.comment_form .user_name {width: 100%;}
	.comment_form form {padding-right: 0;}
	h1, h2 {font-size: 23px;}
	.ref {font-size: 16px;}
	.breadcrumbs li {font-size: 12px;}
	
	.partner_info li span {font-size: 22px;}
	.partner_news h4 {font-size: 23px;}
	.partner_info li {margin-bottom: 25px;}
	
	.partner_news ul {text-align: left;}
	
	.partner_news li,
	.partner_news li:nth-child(even) {
		margin-bottom: 30px;
	}
	
	.content h5 {
		font-size: 18px;
		line-height: 1.5;
	}
	
	.content {
		font-size: 15px;
		line-height: 1.5;
		font-weight: 400;
	}
	
	.content h2 {
		font-size: 22px;
		line-height: 1.5;
	}
	
	.content h3 {
		font-size: 20px;
		line-height: 1.5;
	}
	
	.content h4 {
		font-size: 18px;
		line-height: 1.5;
	}
	
	.content ul li:before {top: 8px;}
	.content ol li::marker {font-size: 18px;}
	
	.content blockquote {
		font-size: 18px;
		font-weight: 300;
	}

	.wp-block-quote__citation, 
	.wp-block-quote cite, 
	.wp-block-quote footer {
		font-size: 18px !important;
	}
	
	.news_main .news_date,
	.news_main .news_views {
		top: -13px
	}
	
	.news_main .events {top: -15px;}
	.news_main .news_tags {padding-top: 20px;}
	.content h5 {margin: 20px 0;}
	.content img {margin-bottom: 0;}
	
	.content h2,
	.content h3,
	.content h4 {
		margin: 20px 0;
	}
	
	.content blockquote,
	.content mark,
	.content p{
		margin: 23px 0;
	}
	
	.content ul, 
	.content ol {
		margin-bottom: 23px;
	}
	.news_interact {margin-top: 35px}
	
	.content_forum,
	.forum_date {
		margin-bottom: 25px;
	}
	
	.content .forum_download .button {margin-top: 0;}
	.partner_news li a {display: block;}
	.partner_news li {font-size: 17px;}
	h1 ~ form .select_block {margin-right: 0;}

	h1 ~ form .select_block {
		position: absolute;
		right: 0;
		margin: 0;
	}
	
	h1 ~ form .select_block {
		top: 68px;
		float: none;
	}
	
	h1 ~ form .select_block  + .select_block {
		position: absolute;
		top: 87px;
		float: none;
	}
	 
	h1 ~ form .select_block .jq-selectbox {margin: -1px 0 0;}
	h1 ~ form .select_block >span {padding-right: 4px;}
	
}

@media (max-width:410px) {
	.content .button {max-width: 250px;}
}

@media (max-width:390px) {
	.news_block .news_tags,
	.article_block .article_tags {
		display: none;
	}
	
	.news_block .news_image {height: 216px}
	
	.news_block {width: 290px;}
	
	.news_block .news_text {
		height: 139px;
		padding: 0
	}
	
	.news_block .news_tags + .news_cat {padding: 0 100px 12px 0}
	.news_block .news_cat + .news_date {right: 0}
	
	.news_block {min-height: 397px;}
	.news_block .news_link {height: 375px;}
	.news_block .news_date {margin-left: 0;}
		
	h2 {
		margin-bottom: 30px;
		margin-right: 5px
	}
	
	h2:after {margin-top: 11px;}
	
	h2 + .ref {
		top: auto;
		margin-top: 0;
		margin-bottom: 25px;
	}
	
	.partner_news li, 
	.partner_news li:nth-child(even) {
	    margin: 0 auto 25px;
	}
	
	.article_block {
		height: 218px;
		width: 290px;
	}
	
	.middle_with_sidebar .right_side {
		width: 100vw;
		margin-left: -15px;
	}
	
	.article_block + .article_cat {padding: 8px 0 15px;}

	.ent_block {width: 280px}
	.ent_block .ent_image {height: 163px}
	
	.partner_news li {width: auto;}
	
	.events_list li, .events_list li:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
	}
	
	/*.event_block .event_image {height: 198px;}*/
	
	.event_block {
		width: 290px;
		height: 305px;
	}
	
	.event_block .event_cat {top: 149px;}
	.news_block .news_text {height: 129px}
	.news_block .news_link {height: 359px}
	.events_list li {margin-bottom: 20px;}
	
	.event_block .event_text {
		height: auto;
		max-height: 73px;
	}
	
	.event_block .event_text:after {
		bottom: auto;
		top: 77px;
	}
	
	
	.event_block .event_link {
		height: auto;
		padding-bottom: 25px;
	}
	
	.event_block {height: auto;}
	.article_block + .article_cat {padding: 8px 0 0}
	
	.event_big,
	.event_big .event_link {
		height: auto;
	}
	
	.event_big .event_image {
		height: 163px;
		position: relative;
	}
	
	.event_big .event_cat,
	.event_big .event_text {
		position: relative;
		color: #000;
		bottom: auto;
		left: auto;
	}
	
	.event_big .event_text {
		height: auto;
		font-size: 18px;
		line-height: 1.5;
		padding: 20px 0 10px;
	}
	
	.event_big .event_cat {
		padding: 0;	
		font-weight: 700;
	    font-size: 16px;
	}
	
	.news_block.news_block_big .news_text .news_title {
		max-height: 65px;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow:hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
	}
	
	.news_block.news_block_big .news_image {top: 74px;}

	.events_search {position: static;}
}

@media (max-width:330px) {
	h1 ~ form .select_block {
	    position: absolute;
	    left: 120px;
	    margin: 0;
	}
}



.cookie_popup{position:fixed;right:15px;bottom:15px;z-index:100;max-width:300px;box-shadow:0 0 3px rgba(0,0,0,.2);border-radius:3px;background-color:#fff;font-size:12px;line-height:20px;color:#292929;padding:15px}.cookie_popup .button_ok{margin-top:10px;width:124px;height:28px;color:#fff;background:#bd8de9!important;line-height:29px;outline:0;cursor:pointer;font-size:12px;font-weight:400;vertical-align:top;display:block;text-align:center;text-decoration:none;-webkit-transition:background .3s;transition:background .3s}.pagination_h{display:none}.blog_archive ul,.blog_archive li{margin:0;padding:0;list-style:none}.blog_archive li{line-height:25px}

