/*
Theme Name: Nedopusti
Version: 1.0
*/

* {
	padding:0;
	margin:0;
	box-sizing: border-box;
}
body {
	font-family: 'Euclid Circular A', sans-serif;
}
.main {
	max-width:1200px;
	margin:0 auto;
}
.logo_main {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.logo_main img {
	width:30px;
	margin-right:12px;
}
.logo_main .slogan_main {
	text-align:left;
}
.logo_main .slogan_main .logo_text {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom:4px;
	text-transform:uppercase;
	color:#000;
}
.logo_main .slogan_main .logo_doptext {
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	color: #7A7A7A;
}
.link_home {
	text-decoration:none;
}
.top_tip {
	background-color:#2860EC;
	padding:10px 0;
}
.top_tip .main {
	text-align:center;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content: center;
}
.top_tip .main img {
	width:15px;
	margin-right:13px;
}
.top_tip .main p {
	color:#fff;
}
.top_tip .main a {
	color:#fff;
}
.top_line {
	text-align:center;
	margin-top:45px;
	margin-bottom:30px;
}
.top_line .slogan {
	margin-top:30px;
}
.top_line .slogan h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 51px;
	letter-spacing: 0em;
}
.main_blocks {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.main_blocks:first-child {
	margin-bottom:15px;
}
.main_blocks .main_block {
	width:33%;
	max-width:390px;
	height:395px;
	padding:24px;
	border-radius:24px;
	position:relative;
	overflow:hidden;
}
.main_blocks .main_block:first-child {
	background-color:#2860EC;
}
.main_blocks .main_block:nth-child(2) {
	background-color:#5C31EB;
}
.main_blocks .main_block:last-child {
	background-color:#6AE3F2;
}
.main_blocks.help_blocks .main_block:first-child {
	background-color:#F44343;
}
.main_blocks.help_blocks .main_block:nth-child(2) {
	background-color:#4C9EE7;
}
.main_blocks.help_blocks .main_block {
	width:49%;
	max-width:590px;
	max-height:150px;
}
.main_blocks .main_block .ageimg {
	width:36px;
	position:absolute;
	left:24px;
	bottom:24px;
}
.main_blocks .main_block .illimg {
	position:absolute;
	right:0;
	bottom:0;
	transition: 0.6s;
	z-index: 0;
}
.main_blocks .main_block:hover img {
	transform: scale(1.2);
}
.main_blocks .main_block a {
	text-decoration:none;
}
.main_blocks:not(.help_blocks) .main_block {
	padding:0;
}
.main_blocks:not(.help_blocks) a {
	padding:24px;
	display:block;
	width:100%;
	height:100%;
}
.main_blocks .main_block a:hover h2 {
	text-decoration:underline;
}
.main_blocks .main_block h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	color:#fff;
	z-index: 1;
}
.main_blocks:not(.help_blocks) .main_block:last-child h2,
.main_blocks:not(.help_blocks) .main_block:last-child p{
	color:#000;
}
.main_blocks .main_block p {
	font-size: 16px;
	line-height: 24px;
	color:#fff;
}
.main_blocks.help_blocks .main_block{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.main_blocks.help_blocks .main_block a {
	display: flex;
    flex-direction: row;
    width: fit-content;
    padding: 10px;
	z-index: 9;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    background-color: rgba(255,255,255,0.19);
    border-radius: 8px;
    align-items: center;
}
.main_blocks.help_blocks .main_block a img {
	margin-right:5px;
}
.main_blocks.help_blocks .main_block a:hover {
	text-decoration:underline;
}
.help_blocks {
	margin-bottom:100px;
}
footer {
	padding:60px 0;
	background-color:#081131;
	color:#fff;
}
.footer-main {
	max-width:1600px;
	margin: 0 auto;
	padding:0 20px;
}
.footer_info {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
footer .footer_menu {
	list-style-type:none;
	display:flex;
}
footer .menu-column,
footer .write_to_us {
    width: 25%;
}
footer .footer_menu a {
	color:#fff;
	text-decoration:none;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:15px;
	display:block;
	font-weight: 500;
}
footer .footer_menu a:hover {
	text-decoration:underline;
}
.footer_left {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:85%;
}
.footer-right {
	width:10%;
}
.footer-text,
.footer-doptext {
	font-size: 16px;
	line-height: 24px;
	color:rgba(255,255,255,0.7);
}
.footer-doptext {
	margin-top:50px;
	max-width:50%;
	padding-bottom:44px;
}
.footer-doptext p {
	display:flex;
	align-items:center;
}
.footer-doptext img {
	vertical-align:middle;
	margin-right:15px;
}
footer .write_to_us h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom:10px;
	font-weight: 500;
}
.call_btns {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.call_btns a {
	padding:7px 10px;
	border: 1px solid #D6D7DE;
	border-radius:8px;
}
.call_btns a img {
	margin-right:6px;
	width:15px;
	vertical-align: middle;
    margin-bottom: 3px;
}
.call_btns a:first-child:hover {
	background-color: rgba(255,255,255,0.2);
	text-decoration:none;
}
.call_btns a:last-child {
	background-color:#E24343;
	border: 1px solid #E24343;
}
.call_btns a:last-child:hover {
	background-color:#b83939;
	border: 1px solid #b83939;
	text-decoration:none;
}
.top_line_main .main {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: center;
	position: relative;
}
.top_line_main .call_btns a {
	height:fit-content;
	font-weight:500;
}
.top_line_main .call_btns a:first-child {
	color:#000;
	text-decoration:none;
	margin-right:15px;
}
.top_line_main .call_btns a:first-child:hover {
	background:#e2e2e2;
}
.top_line_main .call_btns a:first-child img {
	filter:invert(1);
}
.top_line_main .call_btns a:last-child {
	color:#fff;
	text-decoration:none;
}
footer .find_us h3 {
	margin-bottom:24px;
	font-family: Euclid Circular A;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
footer .find_us p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #FFFFFFB2;
	margin-bottom:24px;
}
footer .map {
	border-radius:20px;
	overflow:hidden;
}
footer .map iframe {
	height:120px !important;
}
.footer-copyright {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding-top:45px;
	border-top:1px solid rgba(255,255,255,0.5);
}
.footer-copyright .copyright {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: right;
	color: #FFFFFF66;
}
.footer-copyright .socials {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.footer-copyright .socials a:not(:last-child) {
	margin-right:30px;
}
.footer-copyright .socials a img {
	width:24px;
}
#menu-verhnee-menyu .sub-menu {
	display:none;
}
#menu-verhnee-menyu .menu-item-has-children:hover .sub-menu {
	display:block;
	position: absolute;
    list-style-type: none;
    text-align: left;
	background: #fff;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0px 24px 34px 0px #00000040;
    top: 35px;
	z-index: 9;
}
#menu-verhnee-menyu .sub-menu li:not(:last-child) {
	margin-bottom:24px;
}
#menu-verhnee-menyu .sub-menu li a {
	text-decoration:none !important;
	font-weight: 400 !important;
	padding:none !important;
	border-radius:0 !important;
	background:transparent !important;
	color:rgba(0,0,0,0.7) !important;
}
#menu-verhnee-menyu .sub-menu li a:hover {
	text-decoration:underline !important;
}
#menu-verhnee-menyu {
	display:flex;
	flex-direction:row;
	align-items:center;
	list-style-type:none;
}
#menu-verhnee-menyu li:not(:last-child) {
	margin-right:8px;
}
#menu-verhnee-menyu li a {
	padding:6px 12px;
	text-decoration:none;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	color:rgba(0,0,0,0.6);
}
.main_archive h1 {
	font-size: 60px;
	font-weight: 500;
	line-height: 76px;
	margin-bottom:40px;
}
.top_line.top_line_main {
    margin-bottom: 40px;
}
.main_block h2,
.main_archive h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 41px;
	margin-bottom:25px;
}
.main_block {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.sobitiya.main_block,
.novosti.main_block{
	display:block;
}
.main_block .left_side {
	width:60%;
}
.main_block .right_side {
	width:36%;
	position:relative;
}
.main_block .right_side .back_img {
	height:100%;
}
.main_block .right_side img {
/* 	position: absolute; */
    right: 0;
/*     bottom: -4%; */
	bottom: -3%;
/* 	bottom:0; */
    width: 100%;
/*     height: 135%; */
/* 	height: 114%; */
	height: 100%;
    margin-top: -24px;
	border-bottom-left-radius: 24px;
}
.materials .material,
.materials_block,
.materials_archive .posts .post {
	display:flex;
	flex-direction:row;
	align-content:center;
}
.materials {
/* 	margin-bottom:50px; */
}
.materials .material {
/* 	width:49%; */
width: 100%;
	background:#F7F7F7;
	border-radius:24px;
	overflow:hidden;
	margin-bottom:24px;
}

.materials .material50 {
	width:49%;
}
.materials_block,
.materials_archive .posts{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap: wrap;
	width: 100%;
}
.materials_archive .posts {
	margin-bottom:40px;
}
.materials_archive .posts .post {
	width:49%;
	background:#F7F7F7;
	border-radius:24px;
	overflow:hidden;
	margin-bottom:24px;
}
.materials .material .img,
.materials_archive .posts .post .img{
	line-height: 0; */
    line-height: 0;
    /* width: 21%; */
    /* width: 160px; */
    height: 100%;
    width: 180px;
	border-radius: 24px;
    overflow: hidden;
}
.materials .material .exc,
.materials_archive .posts .post .exc{
	font-size:14px;
	margin-bottom: 5px;
}
.materials .material .img img,
.materials_archive .posts .post .img img{
	border-radius: 24px;
    height: auto;
    width: 100%;
}
.materials .material .text,
.materials_archive .posts .post .text {
/* 	padding:20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex: 0; */
	padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;

}
.materials_archive .posts .post .text.text_flex1 {
	flex:1;
}
.materials .material h3,
.materials_archive .posts .post h3{
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom:5px;
}
.materials .material h3 a,
.materials_archive .posts .post h3 a{
	text-decoration:none;
	color:#000;
}
.materials .material h3 a:hover,
.materials_archive .posts .post h3 a:hover{
/* 	text-decoration:underline; */
	color:#2860EC;
}
.show_all {
	display:block;
	width:100%;
	padding:8px 0;
	color:#232335;
	border:1px solid #D6D7DE;
	border-radius:8px;
	text-align:center;
	text-decoration:none;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}
.show_all:hover {
	text-decoration:underline;
}
.sobitiya {
	margin-bottom:50px;
}
.novosti {
	margin-bottom:100px;
}
.sobitiya .sob_blocks,
.novosti .novosti_blocks,
.sobitiya_archive .posts,
.novosti_archive .posts{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom:24px;
}
.sobitiya_archive .posts,
.novosti_archive .posts {
	flex-wrap:wrap;
}
.sobitiya .sob_blocks .sob_block,
.novosti .novosti_blocks .novosti_block,
.sobitiya_archive .posts .post,
.novosti_archive .posts .post{
	width:32%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.sobitiya .sob_blocks .sob_block:first-child {
	width:40%;
}
.sobitiya .sob_blocks .sob_block:not(:first-child) {
	width:58%;
}
.sobitiya .sob_blocks .sob_block:not(:first-child) .sobitie {
	display:flex;
	flex-direction:row;
	align-items: center;
}
.sobitiya .sob_blocks .sob_block:first-child .sobitie {
	height:100%;
}
.sobitiya .sob_blocks .sob_block:not(:first-child) .sobitie,
.novosti .novosti_blocks .novosti_block:last-child .novost {
	height:48%;
}
.sobitiya .sob_blocks .sob_block .sobitie,
.novosti .novosti_blocks .novosti_block:last-child .novost,
.sobitiya_archive .posts .post {
	padding:20px;
	background:#F7F7F7;
	border-radius:24px;
}
.sobitiya_archive .posts .post,
.novosti_archive .posts .post {
	margin-bottom:25px;
}
.sobitiya .sob_blocks .sob_block .sobitie .img,
.sobitiya_archive .posts .post .img{
	margin-bottom:12px;
	position:relative;
	line-height: 0;
}
.sobitiya .sob_blocks .sob_block:not(:first-child) .sobitie .img {
	width: 42%;
    height: auto;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost,
.novosti_archive .posts .post{
	position:relative;
	overflow: hidden;
    border-radius: 24px;
	height: 275px;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost .img,
.novosti_archive .posts .post .img{
/* 	width:100%; */
/* 	height:auto; */
	z-index: -1;
    position: absolute;
    height: auto;
    width: 100%;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost img,
.novosti_archive .posts .post img{
/* 	border-radius:20px; */
	filter: brightness(0.4);
	width: 100%;
    height: 100%;
    border-radius: 24px;
}
.novosti .novosti_blocks .novosti_block .novost h3 a,
.novosti_archive .posts .post h3 a{
	color:#000;
	text-decoration:none;
}
.novosti .novosti_blocks .novosti_block .novost h3 a:hover,
.novosti_archive .posts .post h3 a:hover {
/* 	text-decoration:underline; */
/* 	color:#2860EC !important; */
	color:#bacefe !important;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost h3 a,
.novosti_archive .posts .post h3 a {
	color:#fff;
}
.sobitiya .sob_blocks .sob_block .sobitie img,
.sobitiya_archive .posts .post img{
	width:100%;
	height:auto;
	border-radius:24px;
}
.main_archive .help_blocks {
	margin-bottom:50px;
}
.sobitiya .sob_blocks .sob_block .sobitie .text,
.sobitiya_archive .posts .post .text,
.novosti .novosti_blocks .novosti_block:last-child .novost .text {
	display:flex;
	flex-direction:column;
/* 	justify-content:space-between; */
	justify-content: center;
}
.sobitiya_archive .posts .post .text {
	justify-content:space-between;
}
.sobitiya .sob_blocks .sob_block:not(:first-child) .sobitie .text,
.novosti .novosti_blocks .novosti_block:last-child .novost .text {
	height:100%;
}
.sobitiya .sob_blocks .sob_block:not(:first-child) .sobitie .text {
	flex:1;
	padding-left:20px;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost .text,
.novosti_archive .posts .post .text {
/* 	position: absolute; */
/*     bottom: 0; */
/*     left: 0; */
    padding: 24px;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost .exc,
.novosti_archive .posts .post .exc{
	margin-top:10px;
	font-size:13px;
	color:#fff;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost .cats {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost .cats .cat,
.novosti_archive .posts .post .cats .cat{
	color:#000;
	background:#fff;
	padding:5px 10px;
	border-radius:8px;
	font-weight:500;
	margin-bottom:10px;    
	font-size: 12px;
	width: fit-content;
	text-decoration:none;
	transition:0.3s;
	display: block;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost .cats .cat:hover,
.novosti_archive .posts .post .cats .cat:hover {
	background:#bacefe;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .novost .cats .cat:not(:last-child) {
	margin-right:10px;
}
.novosti .novosti_blocks .novosti_block:not(:last-child) .date,
.novosti_archive .posts .post .date{
	position:absolute;
	padding:16px;
	right:0;
	top:0;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: right;
	color:#fff;
}
.novosti .novosti_blocks .novosti_block:last-child .novost .text .date {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}
.sobitiya .sob_blocks .sob_block .sobitie .text h3,
.sobitiya_archive .posts .post .text h3 {
	margin-bottom:12px;
}
.sobitiya_archive .posts .post .text {
	height:100%;
}
.sobitiya .sob_blocks .sob_block .sobitie .text h3 a,
.sobitiya_archive .posts .post .text h3 a {
	color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}
.sobitiya .sob_blocks .sob_block .sobitie .text h3 a:hover,
.sobitiya_archive .posts .post .text h3 a:hover{
/* 	text-decoration:underline; */
	color:#2860EC;
}
.sobitiya .sob_blocks .sob_block .sobitie .img p,
.sobitiya_archive .posts .post .img p {
	position: absolute;
    bottom: 5px;
    left: 1px;
    padding: 5px 20px;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
	border-top-right-radius: 8px;
    border-bottom-left-radius: 20px;
}
.sobitiya .sob_blocks .sob_block .date{
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-align: right;
	color:rgba(0,0,0,0.5);
}
.sobitiya .sob_blocks .sob_block:first-child .date,
.sobitiya_archive .posts .post .date {
	font-size: 15px;
	text-align: left;
}
.sobitiya .sob_blocks .sob_block .top_text p,
.sobitiya_archive .posts .post .top_text p {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom:12px;
}
#breadcrumbs {
	padding:15px 0;
}
#breadcrumbs a {
	text-decoration:none;
	color:#1A5CF5;
	font-weight:500;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
#menu-verhnee-menyu li.current-menu-item a {
	font-weight: 500;
    color: #000;
}
#menu-verhnee-menyu li a {
	padding:6px 12px;
}
#menu-verhnee-menyu li:hover a {
	background-color:#F3F3F3;
	border-radius:10px;
	color: #000;
	font-weight: 500;
}
.single_main {
	width:80%;
	margin-bottom:20px;
}
.single_main h1 {
	margin-bottom:15px;
}
.single_main .date {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom:40px;
}
.single_main .img {
	width:60%;
	margin-bottom:40px;
}
.single_main .img img {
	width:100%;
	height:auto;
	border-radius:20px;
}
.content {
	margin-bottom:40px;
	font-size: 16px;
    line-height: 24px;
	min-height: 350px;
}
.single_main .content p img {
	width:60%;
	height:auto;
	border-radius:20px;
	margin-bottom:0px;
}
.single_main .content p {
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
	line-height: 24px;
}
.single_main .content .wp-caption p {
	margin-top:0px;
	font-size:12px;
}
.single_main .content .wp-caption img {
	margin-bottom:5px;
	width:60%;
	height:auto;
	border-radius:20px;
}
.single_main .content ul,
.single_main .content ol {
	margin-left:40px;
	font-size: 16px;
    line-height: 24px;
}
.single_main .content blockquote {
	padding-left:40px;
	border-left:5px solid #2860EC;
}
.single_main .content a {
	color:#2860EC;
	text-decoration:none;
}
.single_main .content a:hover {
	text-decoration:underline;
}
.pagination {
	margin-bottom:100px;
}
.pagination .current {
    font-size: 16px;
    background: #1A5CF5;
    color: #fff;
    padding: 5.5px 12.5px;
    margin-right: 30px;
    font-weight: 700;
    border-radius: 100%;
}
.pagination a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    margin-right: 30px;
}
.pagination a:last-child {
    margin-right: 0;
}
.pagination a:hover {
    color: #1A5CF5;
}
.video iframe {
	width:100%;
	border-radius:20px;
	margin-bottom:40px;
}
#back-to-top {
    position: fixed;
    bottom: 5%;
    right: 11%;
    display: none;
}
.big_back_img {
	width:100%;
	min-height:340px;
	border-radius:32px;
	overflow:hidden;
	position:relative;
	padding:30px 45px;
	margin-bottom:40px;
}
.big_back_img  .inside_img {
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:32px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:brightness(0.7);
}
.gl_lp .big_back_img .inside_img {
	filter:brightness(1);
}
.main_archive .big_back_img h1 {
	color:#fff;
}
.gl_lp .big_back_img {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:100%;
}
.gl_lp.main_archive h1 {
	margin-bottom:10px;
}
.gl_lp .subtitle {
	font-size: 18px;
	color:#fff;
}
.gl_lp .send {
	color:#000;
	text-decoration:none;
	background:#fff;
	padding:18px 30px;
	border-radius:12px;
	width:fit-content;
	font-weight:600;
}
.gl_lp .send:hover {
	text-decoration:underline;
}
.gl_lp .flex_btns,
.main_form .flex_btns,
.single_main .flex_btns {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.main_form .flex_btns,
.single_main .flex_btns {
	margin-top:16px;
}
.gl_lp .lang_btns,
.main_form .lang_btns,
.single_main .lang_btns {
	display:flex;
	flex-direction:row;
	padding:4px;
	border-radius:12px;
	border:1px solid #fff;
	width:fit-content;
	margin-right:24px;
}
.main_form .lang_btns,
.single_main .lang_btns {
	border:1px solid #000;
}
.gl_lp .lang_btns .lang,
.main_form .lang_btns .lang,
.single_main .lang_btns .lang {
	font-size:13px;
	text-decoration:none;
	padding:5px 10px;
	border-radius:8px;
	color:#fff;
}
.main_form .lang_btns .lang,
.single_main .lang_btns .lang {
	color:#000;
}
.gl_lp .lang_btns .current_lang {
	background:#fff;
	color:#000;
	pointer-events:none;
}
.main_form .lang_btns .current_lang,
.single_main .lang_btns .current_lang {
	background:#000;
	color:#fff;
	pointer-events:none;
}
.gl_lp .lang_btns .lang:hover,
.main_form .lang_btns .lang:hover,
.single_main .lang_btns .lang:hover {
	text-decoration:underline;
}
.gl_lp .info_btn img {
	width:24px;
	margin-right:2px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.gl_lp .info_btn a {
	color:#F4EF78;
	text-decoration:none;
}
.gl_lp .info_btn a:hover {
	text-decoration:underline;
}
.blue_cats {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.blue_cats .cat {
	padding:5px 7px;
	background:#4c9ee757;
	color:#000;
	border-radius: 8px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 12px;
	text-decoration:none;
	transition:0.3s;
}
.blue_cats .cat:hover {
	background: #4c9ee7a1;
}
.blue_cats .cat:not(:last-child) {
	margin-right:10px;
}
.blue_cats.fiol .cat {
	background:#7b1afc47;
	transition:0.3s;
}
.blue_cats.fiol .cat:hover {
    background: #7b1afc94;
}
.form {
	margin-top:40px;
	margin-bottom:40px;
}
.form .pre_form {
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-bottom:40px;
}
.form .pre_form img {
	max-width:200px;
	margin-right:40px;
}
.form .input_block {
	margin-bottom:40px;
	position:relative;
}
.form .input_block.low_mar,
.form .dop_text.low_mar{
	margin-bottom:16px;
}
.form input.input_bl {
	width:60%;
	padding: 21px 14px 8px 14px;
	border:1px solid #D6D7DE;
	border-radius:12px;
	font-size:16px;
	font-family: 'Euclid Circular A', sans-serif;
}
.form input.input_bln {
	padding: 16px 14px;
}
.form .input_block .input_text {
	position: absolute;
    top: 8px;
    left: 15px;
    color: #7A7A7A;
    font-size: 12px;
}
.form .input_text_out {
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
}
.form .input_text_out span {
	color:#D72C2C;
/* 	margin-left:5px; */
}
.form .cat {
	margin-bottom:16px;
}
.form .cat input {
	margin-right:6px;
}
.form .cat label {
	display: flex;
    align-items: center;
    flex-direction: row;
}
.form .cat label p {
	font-size:13px;
	flex: 1;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
	position:relative;
}

input[type="radio"]:checked {
    background-color: #24BE46;
	border-color: #24BE46;
}

input[type="radio"]:checked:after {
    content: url('./assets/images/checked.svg');
    position: absolute;
    top: 1px;
    left: 4px;
}
input::placeholder,
textarea::placeholder{
	color:#000;
}
.form .dop_text {
	margin-bottom: 20px;
	font-size:13px;
}
.form textarea {
	width: 100%;
    border: 1px solid rgb(214, 215, 222);
    border-radius: 12px;
    padding: 21px 14px 8px;
    text-align: left;
    font-family: "Euclid Circular A", sans-serif;
    font-size: 16px;
}
.form .dop_title {
	font-size:16px;
	margin-bottom:16px;
	font-weight:500;
}
.form button {
	width:100%;
	border:0;
	border-radius:12px;
	background-color:#000;
	color:#fff;
	padding:14px;
	font-size:16px;
	font-weight:500;
	cursor:pointer;
}
.form button:hover {
	text-decoration:underline;
}
/* .back_menu {
	position: absolute;
    bottom: 30px;
    left: 45px;
	padding: 0 45px;
	padding-bottom: 30px;
} */
/* .back_menu ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	list-style-type:none;
	justify-content: center;
} */
/* .back_menu li::before {
    color: #A9FF48;
    font-size: 30px;
    content: "●";
    padding-right: 10px; */
/* } */
/* .back_menu ul li {
	margin-top:10px;
	display: flex;
} */
/* .back_menu ul li:not(:last-child) {
	margin-right: 10px;
} */
/* .back_menu ul li a {
	color:#fff;
	text-decoration:none;
	padding: 10px 20px;
	width:fit-content;
	background:rgb(97, 131, 139);
	background:rgba(0,0,0,0.6);
	font-size: 18px;
    line-height: 22px;
	display: block;
    border-radius: 8px;
	transition:0.2s;
} */
/* .back_menu ul li a:hover {
	background:#394d52;
	background:#000;
} */
/* .big_back_img {
    margin-bottom: 15px;
} */
.logo_flex {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items: center;
}
.menu_mobile img,
.menu_mobile_icon,
.menu_planshet_icon{
	display:none;
}
#menu-verhnee-menyu .menu-item-has-children a {
	padding-right:26px;
	position:relative;
}
#menu-verhnee-menyu .menu-item-has-children > a::after {
	position:absolute;
	content:url('./assets/images/arrow.svg');
	right: 6px;
    top: 9px;
	filter: contrast(0.1);
}
#menu-verhnee-menyu .menu-item-has-children.current-menu-item > a::after,
#menu-verhnee-menyu li:hover > a::after{
	filter: contrast(1);
}
.prevnext {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.prev_post,
.next_post {
	width: 49%;
	padding: 24px;
	background:#F7F7F7;
	border-radius:24px;
}
.prev_post .date,
.next_post .date {
	margin-bottom:0;
	font-size:13px;
	opacity:0.5;
}
.prev_post .t_text,
.next_post .t_text {
	font-size:13px;
	margin-bottom:12px;
}
.prev_post a,
.next_post a {
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#000;
	text-decoration:none;
	display:block;
	margin-bottom:12px;
}
.prev_post a:hover,
.next_post a:hover {
	color:#2860EC;
}
.footer-doptext img {
	max-width:60px;
	height:auto;
}
.red-text {
	display: block;
    color: red;
    font-size: 13px;
    margin: 5px 0;
}
.red-input {
	border-color:red !important;
}
.g-recaptcha {
	margin-bottom:20px;
}
@media(max-width:1200px){
	.main,
	.footer-main{
		width: 100%;
		margin: 0 auto;
		padding:0 20px;
	}
	.footer_info {
		flex-wrap:wrap;
	}
	.footer_left,
	.footer-right {
		width:100%;
	}
	.call_btns {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer_left {
		margin-bottom:20px;
	}
	footer .find_us h3 {
		margin-bottom:5px;
	}
	.top_line_main .call_btns a:first-child {
		margin-right:0;
		margin-bottom:10px;
	}
	.materials .material .img, 
	.materials_archive .posts .post .img {
		line-height: 0;
		width: 35%;
	}
	.materials .material.material50 .text {
		flex:1;
	}
	.materials .material .img img, 
	.materials_archive .posts .post .img img {
		border-radius: 24px;
		height: auto;
		width: 100%;
	}
	.materials .material .text, 
	.materials_archive .posts .post .text {
		flex: auto;
		width: 100%;
	}
	.materials_archive .posts .post .text {
		flex: 1;
		width: 100%;
	}
	.materials .material h3, .materials_archive .posts .post h3 {
		font-size: 14px;
		line-height: 17px;
	}
	.novosti .novosti_blocks .novosti_block .novost h3 a, 
	.novosti_archive .posts .post h3 a {
		font-size: 15px;
		line-height: 17px;
	}
	.novosti .novosti_blocks .novosti_block:not(:last-child) .novost .exc, 
	.novosti_archive .posts .post .exc {
		margin-top: 5px;
		font-size: 10px;
		color: #fff;
	}
	.materials .material .exc, 
	.materials_archive .posts .post .exc {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.materials .material .date, 
	.materials_archive .posts .post .date {
		font-size: 12px;
	}
	.sobitiya .sob_blocks .sob_block .sobitie .text h3, 
	.sobitiya_archive .posts .post .text h3 {
		margin-bottom: 5px;
	}
	.sobitiya .sob_blocks .sob_block .sobitie .text h3 a, 
	.sobitiya_archive .posts .post .text h3 a {
		font-size: 16px;
		line-height: 18px;
	}
	.sobitiya .sob_blocks .sob_block:first-child .date, 
	.sobitiya_archive .posts .post .date {
		font-size: 13px;
	}
	.novosti .novosti_blocks .novosti_block:last-child .novost .date {
		font-size: 13px;
	}
	.novosti .novosti_blocks .novosti_block:last-child .novost .text {
		justify-content: center;
	}
}
@media(max-width:1024px){
	.main_blocks {
		flex-direction:column;
	}
	.main_page .main_blocks {
		flex-direction:row;
		flex-wrap:wrap;
	}
	.main_blocks .main_block .illimg {
		max-width: 60%;
	}
	.main_blocks.help_blocks .main_block .illimg {
		width: auto;
		height:100%;
	}
	.main_blocks.help_blocks .main_block {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.sobitiya .sob_blocks, 
	.novosti .novosti_blocks, 
	.sobitiya_archive .posts, 
	.novosti_archive .posts {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 24px;
	}
	.sobitiya .sob_blocks .sob_block:not(:first-child) .sobitie,
	.novosti .novosti_blocks .novosti_block:last-child .novost {
		height:auto;
		flex-direction: column;
	}
	.sobitiya .sob_blocks .sob_block .sobitie img, 
	.sobitiya_archive .posts .post img {
		width: 100%;
		height: auto;
	}
	.sobitiya .sob_blocks .sob_block:not(:first-child) .sobitie .text {
		padding-left:0;
	}
	.sobitiya .sob_blocks .sob_block .sobitie, 
	.novosti .novosti_blocks .novosti_block:last-child .novost, 
	.sobitiya_archive .posts .post {
		margin-bottom: 10px;
	}
	.sobitiya .sob_blocks, 
	.novosti .novosti_blocks, 
	.sobitiya_archive .posts, 
	.novosti_archive .posts {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 24px;
	}
	.novosti .novosti_blocks .novosti_block:not(:last-child) .novost, 
	.novosti_archive .posts .post {
		height: 275px;
		margin-bottom: 10px;
	}
	.sobitiya .sob_blocks .sob_block:first-child,
	.sobitiya .sob_blocks .sob_block:not(:first-child) {
		width:100%;
	}
	.sobitiya .sob_blocks .sob_block:not(:first-child) .sobitie .img {
		width: 100%;
		height: auto;
	}
	.sobitiya .sob_blocks .sob_block, 
	.novosti .novosti_blocks .novosti_block, 
	.sobitiya_archive .posts .post, 
	.novosti_archive .posts .post {
		width:100%;
	}
	.novosti .novosti_blocks .novosti_block:not(:last-child) .novost .img, 
	.novosti_archive .posts .post .img {
		height:auto;
	}
	footer .footer_menu {
		flex-wrap:wrap;
		flex-direction:column;
	}
	footer .menu-column, 
	footer .write_to_us {
		width: 100%;
	}
	footer .footer_menu a {
		width:fit-content;
	}
	.footer-doptext {
		width:100%;
		max-width:100%;
	}
	.footer-copyright {
		flex-direction:column;
	}
	.footer-copyright .copyright {
		text-align:left;
	}
	.menu_mobile {
		display:none;
	}
	.logo_main img {
		width:20%;
	}
	.logo_main .slogan_main .logo_text {
		font-size: 1.7em;
		line-height: normal;
		margin-bottom:0;
	}
	.logo_main .slogan_main .logo_doptext {
		font-size: 1em;
		line-height: normal;
	}
	.sobitiya .sob_blocks .sob_block .sobitie .img, 
	.sobitiya_archive .posts .post .img,
	.sobitiya .sob_blocks .sob_block:not(:first-child) .sobitie .img{
		max-height: 250px;
		border-radius: 24px;
    	overflow: hidden;
	}
	.materials .material50,
	.materials_archive .posts .post {
		width: 100%;
	}
	.materials .material50 .img,
	.materials_archive .posts .post .img{
		width: 20%;
	}
	.menu_planshet_icon{
		display:block;
		margin-left:50px;
	}
	.menu_mobile img {
		display:block;
	}
	.close {
		margin-right: 0;
        margin-left: auto;
        display: block;
	}
	.menu_mobile {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		background: #fff;
		padding: 25px;
		overflow:scroll;
	}
	#menu-verhnee-menyu {
		flex-direction: column;
		align-items: flex-start;
	}
	#menu-verhnee-menyu li a {
		font-size: 18px;
		line-height: 24px;
	}
	#menu-verhnee-menyu .menu-item-has-children {
		position:relative;
		text-align: left;
	}
	#menu-verhnee-menyu .menu-item-has-children a,
	#menu-verhnee-menyu .menu-item-home a{
		font-weight:500;
		color:#000;
	}
	#menu-verhnee-menyu li:not(:last-child) {
		margin-bottom:10px;
	}
	#menu-verhnee-menyu .sub-menu {
		display:block;
	}
	#menu-verhnee-menyu .menu-item-has-children:hover .sub-menu {
		position:static;
		box-shadow:none;
		padding:0;
		
	}
	#menu-verhnee-menyu .sub-menu li:not(:last-child) {
		margin-bottom:0;
	}
	#menu-verhnee-menyu .sub-menu li {
		margin-top: 5px;
		list-style-type:disc;
		margin-left:45px;
	}
	#menu-verhnee-menyu .sub-menu li a {
		font-size:15px;
	}
	#menu-verhnee-menyu li a {
		padding: 0;
	}
	#menu-verhnee-menyu li > a {
		padding: 6px 14px;
	}
	#menu-verhnee-menyu .sub-menu li a {
		padding-left:0;
	}
	#menu-verhnee-menyu .sub-menu li:hover a {
		text-decoration:underline !important;
	}
	#menu-verhnee-menyu .menu-item-has-children a {
		padding-right:14px;
	}
	#menu-verhnee-menyu .menu-item-has-children > a::after {
		display:none;
	}
}
@media(max-width:800px) {
	.single_main,
	.single_main .img,
	.single_main .content .wp-caption img,
	.single_main .content .wp-caption,
	.single_main .content p img {
		width: 100% !important;
	}
	.single_main .date,
	.single_main .img{
		margin-bottom:20px;
	}
	.materials .material50 .img, .materials_archive .posts .post .img, .materials_block .material .img {
		width: 90%;
		height: 250px;
		overflow: hidden;
		margin: 20px auto 0;
		border-radius: 24px;
	}
	.materials .material50, .materials_archive .posts .post, .materials_block .material {
		width: 100%;
	}
	.materials .material, .materials_block, .materials_archive .posts .post {
		flex-direction: column;
	}
	.main_block .right_side,
	.main_block .left_side {
		width:100%;
	}
	.materials.main_block {
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
	.main_block .right_side img {
		width: 40%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.main_archive h1,
	.single_main h1{
		font-size: 1.5em;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 20px;
		text-align: center;
	}
	.form input.input_bl {
		width:100%;
	}
	.form .pre_form img {
		max-width: 200px;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 20px;
		width: 100%;
		height: auto;
	}
	.form .pre_form {
		flex-direction: column;
		margin-bottom:20px;
	}
	.form .input_block,
	.form .dop_text {
		margin-bottom: 20px;
	}
	.form .input_text_out {
		font-size:15px;
	}
	.form .pre_text {
		font-size:13px;
	}
	.prev_post .date, .next_post .date {
		margin-bottom:0;
	}
	.main_block h2, .main_archive h2 {
		text-align: center;
	}
}
@media(max-width:700px) {
	.top_line {
		margin-top:15px;
	}
	.top_line_main .main {
		flex-direction: column-reverse;
    	flex-wrap: wrap;
	}
	.call_btns {
		flex-direction: row;
		justify-content: space-evenly;
		flex-wrap: wrap;
		width: 100%;
	}
	.main_page .main_blocks .main_block {
		max-width:100%;
		width:100%;
		margin-bottom:20px;
	}
	.main_archive.center_title h1 {
		font-size: 2em;
		width:100%;
		text-align: center;
		line-height: normal;
	}
	.big_back_img {
		padding: 30px 15px;
	}
	.logo_main .slogan_main .logo_text {
		font-size: 1.4em;
	}
	.logo_main .slogan_main .logo_doptext {
		font-size: 0.8em;
	}
	.logo_main {
		margin-top: 10px;
	}
	.menu_planshet_icon{
		display:none;
	}
	.menu_mobile_icon {
		display:block;
	}
	.logo_flex {
		width: 100%;
	}
	.prev_post, .next_post {
		width:100%;
	}
	.prev_post {
		margin-bottom:20px;
	}
	.prevnext {
		flex-wrap:wrap;
	}
}
@media(max-width:500px) {
	.main_block .right_side img {
		width: 65%;
		margin: 0 auto;
	}
	.main_block h2, .main_archive h2 {
		text-align: left;
	}
}