/*
Theme Name: Rocit
Version: 1.0
*/

* {
	padding:0;
	margin:0;
	outline:0;
	box-sizing:border-box;
}
body {
	font-family: 'Euclid Circular A', sans-serif;
	position:relative;
}
.main {
	max-width:1200px;
	margin:0 auto;
}

.warning {display: block; height: 2em; padding-top: .95 em}
.red-text {
	color:red;
}
header {
	width:100%;
	position:relative;
}
.backgr {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	z-index;0;
}
.after {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(16,20,28,0.7);
	z-index:1;
}
.logo_main {
	width:130px;
	height:auto;
}
.logo_main img {
	width:100%;
	height:auto;
}
.link_home {
	text-decoration:none;
}
.top_line {
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	position:relative;
	z-index:2;
}
.call_btns {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.call_btns a {
	padding:7px 10px;
	border-radius:8px;
	background-color:#55B7BE;
	border: 1px solid #55B7BE;
	color:#000;
	text-decoration:none;
}
.call_btns a img {
	margin-right:6px;
	width:15px;
	vertical-align: middle;
    margin-bottom: 3px;
}
.call_btns a:hover {
	background-color: #66dee7;
}
.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;
}
#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-color: rgba(214,215,222,0.16);
	border-color:#fff;
    padding: 12px 0px;
    border-radius: 8px;
    top: 37px;
	z-index: 9;
}
#menu-verhnee-menyu .sub-menu li:not(:last-child) {
	margin-bottom:12px;
}
#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(255,255,255,0.8);
}
#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: 300;
	line-height: 19px;
	color:rgba(255,255,255,0.8);
}
#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);
}
#menu-verhnee-menyu li:hover a {
    background-color: rgba(214,215,222,0.16);
	border-color:#fff;
	border-width:1px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}
.menu_mobile_icon, 
.close,
.menu_planshet_icon {
	display:none;
}
.main_texts {
	position:relative;
	padding: 10vh 0;
	z-index:1;
}
.main_texts .first_text h1 {
	font-size:60px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height: 1.1em;
	margin-bottom: 20px;
}
.main_texts .second_text {
	font-weight:normal;
	max-width:60%;
	color:rgba(255,255,255,0.6);
	font-size:18px;
	text-align:center;
	margin: 0 auto;
}
.main_texts .second_text a {
	color:#55B7BE;
}
.main_texts .second_text a:hover {
	color:#66dee7;
}
.main_texts .categories {
	margin-top:40px;
}
.flexes {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.ciz {
	padding: 60px 0;
}
h2 {
	text-align:center;
	font-size:32px;
	font-weight:500;
	margin-bottom:30px;
	background:none !important;
}
.ciz .flexes li {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:300px;
	padding:32px;
	background:#57BAC1;
	border-radius:24px;
	width:31%;
	color:#fff;
}
.ciz .flexes li .num {
	font-size:32px;
	font-weight:500;
	text-align:right;
}
.ciz .flexes li .ciz_head {
	font-size: 38px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: .9em;
}
.ciz .flexes li .ciz_text {
	font-size: 20px;
}
.middle_link {
	display:block;
	width:100%;
	margin-top:24px;
	padding: 8px;
	border:1px solid #000;
	border-radius:8px;
	font-size:13px;
	text-decoration:none;
	color:#000;
	text-align:center;
}
.middle_link:hover {
	text-decoration:underline;
}
.search .main {
	padding: 64px 30px;
	background:url('./assets/images/line_block.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:60px;
	border:1px solid #EBEBEB;
	border-radius:24px;
}
input[type="search"] {
	width:100%;
	padding:16px;
	background:#fff;
	border:1px solid #D6D7DE;
	border-radius:12px;
	padding-right:110px;
	font-size:16px;
	color:#000;
}
input[type="search"]::placeholder {
	color:#7A7A7A;
}
.search .search_input {
	position:relative;
}
.search button {
	position:absolute;
	right:15px;
	padding:8px 12px;
	background:#000;
	color:#fff;
	font-size:14px;
	border-radius:12px;
	top:8px;
}
.search .text {
	margin-top:25px;
	text-align:center;
}
.atts {
	background-color:#000;
	padding:0;
}
.atts .bnr {
	background:url('https://rocit.ru/wp-content/uploads/2024/11/devdev-48.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.atts .bnr a {
	display: block;
	height:190px;
}
.base {
	background:url('./assets/images/frame.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:80px 0 56px 0;
}
.base h2,
.base .text {
	color:#fff;
}
.base .text {
	font-size:18px;
	margin-bottom:50px;
	text-align:center;
}
.categories {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
.categories .cat {
	width:32%;
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:30px 16px;
	background:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.3);
	border-radius:24px;
	margin-bottom:24px;
	color:#fff;
	font-size:24px;
	font-weight:500;
	text-decoration:none;
	transition:0.2s;
}
.categories .cat img {
	display:block;
	width:60px;
	height:auto;
	margin-right:24px;
}
.categories .cat:hover {
	background:rgba(255,255,255,0.3);
}
.news {
	padding:60px 0;
}
.news .novosti_blocks {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom:24px;
}
.news .novosti_blocks .novosti_block {
	width:32%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.news .novosti_blocks .novosti_block:last-child .novost {
	height:48%;
	padding:20px;
	background:#F7F7F7;
	border-radius:24px;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost {
	position:relative;
	overflow: hidden;
    border-radius: 24px;
	height: 275px;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost .img {
	z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost img {
	filter: brightness(0.4);
	width: 100%;
    height: auto;
    border-radius: 24px;
}
.news .novosti_blocks .novosti_block .novost h3 a {
	color:#000;
	text-decoration:none;
}
.news .novosti_blocks .novosti_block .novost h3 a:hover {
	color:#65e8f1 !important;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost h3 a {
	color:#fff;
}
.news .novosti_blocks .novosti_block:last-child .novost .text {
	display:flex;
	flex-direction:column;
	justify-content: center;
}
.news .novosti_blocks .novosti_block:last-child .novost .text {
	height:100%;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost .text  {
    padding: 24px;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost .exc {
	margin-top:10px;
	font-size:13px;
	color:#fff;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost .cats {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost .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;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost .cats .cat:hover {
	background:#bacefe;
}
.news .novosti_blocks .novosti_block:not(:last-child) .novost .cats .cat:not(:last-child) {
	margin-right:10px;
}
.news .novosti_blocks .novosti_block:not(:last-child) .date {
	position:absolute;
	padding:16px;
	right:0;
	top:0;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: right;
	color:#fff;
}
.news .novosti_blocks .novosti_block:last-child .novost .text .date {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}
.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;
}
footer {
	padding:60px 0;
	background-color:#12161D;
	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;
}
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;
}
.sostav {
	background:#F7F7F7;
	padding:60px 0;
}
.sostav_block {
	display:flex;
	flex-direction:row;
	padding:24px;
	background:#fff;
	border-radius:24px;
}
.sostav_blockss .sostav_block {
	width: 55%;
/*     margin: 0 auto; */
    margin-bottom: 15px;
}
.sostav_block .img {
	width:120px;
	height:auto;
	margin-right:24px;
	overflow:hidden;
	border-radius: 30px;
	flex-shrink:0;
}
.sostav_blockss .sostav_block .img {
    width: 40%;
    height: auto;
}
.sostav_block .img img {
	width:100%;
	height:auto;
	border-radius:30px;
}
.sostav_block .head {
	font-size:18px;
	font-weight:500;
	margin-bottom:12px;
}
.sostav_block .dolj,
.sostav_block .mesto {
	font-size:14px;
}
.owl-theme .owl-nav {
    position: absolute;
   	bottom: -14px;
	display: flex;
    width: 100%;
    justify-content: space-between;
}
#sostav_blocks.owl-theme .owl-nav {
   	top:-80px;
	bottom:auto;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.main_texts.single .first_text h1 {
	text-align:left;
}
#breadcrumbs {
	color:#fff;
	margin-bottom:30px;
}
#breadcrumbs a {
	text-decoration:none;
	color:#6AE3F2;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
.content {
	padding:50px 0;
}
.content h2 {
	text-align:left;
}
.content p img {
	width:100%;
	height:auto;
	margin-bottom:0px;
}
.content p {
	margin-top:20px;
	margin-bottom:20px;
	font-size:18px;
	line-height: 26px;
}
.content .excerpt img {
	width: 120px;
    height: 120px;
    float: left;
    margin: 0 20px 10px 0;
}
.content .excerpt p {
	font-size:24px;
	margin-bottom:30px;
	line-height:32px;
}
.content .wp-caption p {
	margin-top: 0px;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 0;
	width: 60%;
}
.content .wp-caption {
	width:100% !important;
	display:flex;
	flex-direction:row;
	align-items: stretch;
	margin:20px 0;
}
.content .wp-caption img {
    width: 40%;
    height: auto;
    border-radius: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.content .wp-caption p {
	background:#55b7be;
	color:#fff;
	font-size: 18px;
	border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.content ul,
.content ol {
	margin-left:17px;
	font-size: 18px;
    line-height: 26px;
	margin-bottom: 20px;
}
.content blockquote {
	padding: 15px 20px;
    background: #55b7be;
    color: #fff;
    margin-bottom: 20px;
	border-radius: 24px;
}
.content blockquote p {
	margin:0;
}
.content a {
	color:#55b7be;
	text-decoration:none;
}
.content h2 a {
	color:#000;
}
.content a:hover {
	text-decoration:underline;
}
.posts {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:24px 0;
	flex-wrap: wrap;
}
.posts .post {
	width:49%;
	margin-bottom:24px;
}
.posts .post .img {
	width:100%;
	height:290px;
    overflow: hidden;
	position:relative;
	background: rgba(0,0,0,0.9);
    border-radius: 24px;
}
.posts .post .img img {
	width:100%;
	height:auto;
	border-radius:24px;
}
.posts .post .img.expert {
	
}
.posts .post .img.expert img {
	width:250px;
	height:250px;
	margin: 15px 0 0 25px;
}
.posts .post .img .share {
	position:absolute;
	right:24px;
	bottom:24px;
	padding:8px 12px;
	background:#fff;
	color:#000;
	text-decoration:none;
	font-size:13px;
	border-radius:8px;
}
.posts .post .text {
	margin-top:24px;
}
.main_texts.single .first_text h1.center {
	text-align:center;
}
.posts .post .text h2 {
	text-align:left;
	font-size:24px;
	margin-bottom:20px;
}
.posts .post .text h2 a {
	font-weight:500;
	text-align:left;
	text-decoration:none;
	color:#000;
}
.posts .post .text h2 a:hover,
.posts .post .img a:hover {
	text-decoration:underline;
}
.posts .post .text .exc {
	font-size:16px;
}
.novosti_archive .posts{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom:24px;
	flex-wrap:wrap;
}
.novosti_archive .posts .post{
	width:32%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	margin-bottom:25px;
	position:relative;
	overflow: hidden;
    border-radius: 24px;
	height: 400px;
}

.novosti_archive .posts .post .img {
	z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
}

.novosti_archive .posts .post img {
	filter: brightness(0.4);
	width: 100%;
    height: auto;
    border-radius: 24px;
}

.novosti_archive .posts .post .expert {
	text-align: right;
}

.novosti_archive .posts .post .expert img {
	filter: brightness(0.9); 
	width: 200px;
    height: 200px;
    margin: 20px 20px 0 0;
    border-radius: 0;
}

.novosti_archive .posts .post h3 a{
	color:#fff;
	text-decoration:none;
}
.novosti_archive .posts .post h3 a:hover {
	color:#55b7be !important;
}
.novosti_archive .posts .post .text {
    padding: 24px;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.novosti_archive .posts .post .exc{
	margin-top:10px;
	font-size:13px;
	color:#fff;
}
.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_archive .posts .post .cats .cat:hover {
	background:#6ff5ff;
}
.novosti_archive .posts .post .date{
	position:absolute;
	padding:16px;
	left:10px;
	top:0;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-align: right;
	color:#fff;
}
.about_group {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.about_group .sidebar {
	width:200px;
	margin-right:30px;
	flex-shrink:0;
}
.about_group .sidebar .menu {
	list-style-type:none;
}
.about_group .sidebar .menu li {
	margin-bottom:10px;
}
.about_group .sidebar .menu li a {
	color: #000;
    font-size: 16px;
    padding: 7px 12px;
    opacity: 0.6;
    font-weight: 500;
    display: block;
    width: fit-content;
}
.about_group .sidebar .menu li.current-menu-item a {
	opacity:1;
	border:1px solid #4DC2D0;
	border-radius:10px;
}
.gallery {
	max-width:760px;
	margin:0 auto;
}
.info_post {
	width:100%;
	border:2px solid #D6D7DE;
	border-radius:24px;
	padding:34px;
}
.info_post:not(:last-child) {
	margin-bottom:30px;
}
.info_post h2 {
	text-align:center;
}
.owl-carousel .owl-item img {
    height: auto;
}
.info_post .info_block {
	margin: 0 auto;
	padding-bottom:60px;
}
.info_post .owl-carousel .owl-item img {
	border-radius:16px;
}
#infograph.owl-theme .owl-nav {
	bottom:-14px;
	top: auto;
}
.info_post .text {
	padding-top: 20px;
	color:#7A7A7A;
}
.flex_contacts {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom:30px;
}
.map_block {
	margin-bottom:30px;
	display:block;
	align-items:center;
}
.tel,
.mail,
.map_block,
.commun,
.projs {
	padding:30px;
	border:1px solid #D6D7DE;
	border-radius:24px;
}
.map_block .map {
	width:100%;
	height:240px;
	margin-top: 20px;
}
.map_block .map iframe {
	border-radius:20px;
}
.tel,
.mail,
.commun,
.projs {
	width:49%;
}
.tel p,
.mail p,
.address p{
	font-size:16px;
	margin-top:0;
}
.address .add {
	margin-bottom:0;
}
.tel a,
.mail a {
	font-size:32px;
	font-weight:600;
	color:#000;
}
.address .add {
	font-size:24px;
	font-weight:600;
	color:#000;
}
.flex_contacts h2 {
	font-size:24px;
}
.flex_contacts p {
	margin-bottom:0;
}
.vo_cats {
	justify-content: center;
}
.vo_cats .cat {
	width:fit-content;
	margin-right:24px;
	padding: 16px 24px;
}
.qua_post {
	padding:35px;
	border: 1px solid #D6D7DE;
	border-radius:24px;
	margin-bottom:24px;
}
.qua_post .qua_flex {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.qua_post .qua_flex .text {
	width:50%;
	margin-left:35px;
	font-size: 20px;
    line-height: 28px;
}
.qua_post .qua_flex:first-child {
	margin-bottom:35px;
}
.qua_post .qua_flex:last-child {
	align-items: flex-end;
}
.qua_post .qua_flex:first-child a {
	color:#55B7BE;
	text-decoration:none;
}
.qua_post .qua_flex:last-child a,
a.share {
	color:#000;
	text-decoration:none;
	font-size:13px;
	padding:8px 12px;
/* 	border:1px solid #000; */
	border-radius:8px;
	display:block;
	width:fit-content;
}
a.share {
	margin-top:24px;
	border:1px solid #000;
}
.qua_post .qua_flex:last-child a:hover,
.qua_post .qua_flex:first-child a:hover {
	text-decoration:underline;
}
.qua_post h2 {
	font-weight:600;
	text-align:left;
}
.qua_post .qua_flex .cats {
	width:50%;
	display: flex;
    flex-wrap: wrap;
}
.qua_post .qua_flex:last-child .cats a {
	font-size:18px;
	font-weight:600;
	padding:16px 24px;
	background:rgba(61,61,61,0.1);
	border-radius:24px;
	border-color:transparent;
	margin-right:12px;
	display: block;
    width: fit-content;
}
.qua_post .qua_flex:last-child .cats a {
	margin-bottom:12px;
}
.video_post {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}
.video_post .video {
	width:590px;
	margin-right:24px;
	flex-shrink: 0;
}
.video_post .video iframe {
	border-radius:24px;
	width:100%;
	min-height: 330px;
}
.single_video {
	width:100%;
}
.single_video iframe {
	border-radius:24px;
	width:100% !important;
	height:400px !important;
}
.bootstrap-yop {
	width:100%;
	border:1px solid #D6D7DE;
	padding:30px;
	border-radius:24px;
}
.bootstrap-yop h5 {
	text-align:left !important;
	font-size:24px !important;
	font-weight:600 !important;
}
.bootstrap-yop .progress {
	background: #D6D7DE !important;
    box-shadow: none !important;
    height: 10px !important;
    border-radius: 30px !important;
}
.bootstrap-yop .progress .progress-bar {
	background:#4DC2D0 !important;
	box-shadow:none !important;
}
.bootstrap-yop .basic-text-horizontal, 
.bootstrap-yop .basic-text-vertical {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-end !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row-reverse !important;
}
.bootstrap-yop .basic-answer .basic-answer-results-details {
    margin-left: 0 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-right: 24px !important;
}
.tizer_flex {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom:30px;
}
.tizer_flex .block:first-child {
	background:#57BAC1;
	padding:30px;
	border-radius:24px;
	width:65%;
	flex-shrink:0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tizer_flex .block:last-child {
	width:33%;
	flex-shrink:0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tizer_flex .block:first-child .images {
	display:flex;
	flex-direction:row;
}
.tizer_flex .block:first-child .images img {
	height:80px;
	width:auto;
	margin-right:40px;
}
.tizer_flex h2 {
	color:#fff;
	font-size:32px;
	margin-bottom:12px;
}
.tizer_flex .block:first-child p {
	color:#fff;
}
.tizer_flex .small_block {
	border:1px solid #D6D7DE;
	border-radius:24px;
	padding:32px;
	height:45%;
}
.tizer_flex .small_block p {
	margin:0;
	margin-bottom:24px;
	font-size:18px;
	opacity:0.9;
}
.tizer_flex .small_block span {
	font-size:32px;
	font-weight:600;
}
h2.center {
	text-align:center;
}
.video_post .video img {
	border-radius:24px;
}
.video_post .video {
	position:relative;
}
.video_post .date {
	position:absolute;
	bottom:18px;
	left:18px;
	border:1px solid rgba(255,255,255,0.8);
	background:rgba(0,0,0,0.8);
	padding:14px 16px;
	color:#fff;
	font-size:16px;
	border-radius:24px;
}
.opros {
	margin-bottom:30px;
}
.inst {
	padding:36px;
	border:1px solid #D6D7DE;
	border-radius:24px;
	margin-bottom:24px;
	background:#fff;
}
.links_block {
	background:#ff5722;
	border-radius:24px;
	padding:36px;
	padding-bottom:0;
	position:relative;
}
.center_links {
	text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 24px !important;
    color: #fff;
    margin-bottom: 40px !important;
	margin-top:0 !important;
}
.fond_logo {
	position:absolute;
	top:36px;
	left:36px;
	max-width:100px;
	height:auto;
}
.links_flex {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
.links_flex p {
	color:#fff;
	text-align:center;
}
.qr {
	margin-bottom:24px;
}
.qr,
.links_down {
	display:flex;
	flex-direction:row;
	justify-content:space-around;
}
.telega {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.telega a {
	display:block;
}
.qr img,
.telega img {
	max-width:114px;
	width:114px;
	height:auto;
}
.telega .tele_link {
	color:#fff;
	margin-top:24px;
}
span.red {
	color:#F44343;
}
.form {
	padding:36px;
	margin-bottom:24px;
	box-shadow:0px 36px 24px rgba(0,0,0,0.16);
	border-radius:24px;
	background:#fff;
}
.form h3 {
	margin-bottom:24px;
}
.tips {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.tips .tip {
	cursor:pointer;
	font-size:16px;
	padding:8px 16px;
	border-radius:24px;
	background:#ECECEC;
	margin-right:16px;
	font-weight:500;
	margin-bottom:16px;
}
.tips .tip:hover {
	background:#cfcfcf;
}
.tips .tip.active {
	background:#4DC2D0;
	color:#fff;
	font-weight:normal;
}
.form .cats {
	position:relative;
	margin-bottom:16px;
}
.form .cats p {
	position:absolute;
	top:8px;
	left:19px;
	color:#7A7A7A;
	font-size:12px;
	margin:0;
	line-height:normal;
}
.form .cats select {
	display:none;
	font-size:16px;
	padding:6px 14px;
	border:1px solid #D6D7DE;
	border-radius:12px;
	padding-top:24px;
	width:100%;
	max-width:640px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
	width:100%;
	max-width:640px;
	padding:16px;
	border:1px solid #D6D7DE;
	border-radius:12px;
	margin-bottom:16px;
	font-size:16px;
	font-family:'Euclid Circular A', sans-serif;
}
.anon {
	display:block;
	width:100%;
	max-width:640px;
}
.anon {
	margin-bottom:24px;
}
.anon input {
	margin-right:10px;
}
.form .block {
	margin-bottom:40px;
}
.before_send p {
	margin:0;
}
.form .send_form {
	display:block;
	background:#000;
	color:#fff;
	text-align:center;
	width:100%;
	padding:16px;
	border-radius:12px;
	margin-top:24px;
}
p.file {
	color:#7A7A7A;
	font-size:16px;
	margin:0;
	margin-bottom:16px;
}
.files-preview {
	display: flex;
	margin-bottom: 10px;
}
.files-preview .file {
	margin-right: 10px;
	border: 2px solid #F4F4F4;
	padding: 10px;
	position: relative;
	border-radius:16px;
	margin-bottom:12px;
}
.files-preview .file .remove-file {
    position: absolute;
    top: -7px;
    right: -8px;
    cursor: pointer;
    font-size: 10px;
    background: #F4F4F4;
    padding: 2px 5px;
    border-radius: 100%;
}
.upload-button {
	cursor: pointer;
	background-color: #f0f0f0;
	border: none;
     padding: 7px 10px;
	text-align: center;
	border-radius: 8px;
}
.absback {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:80vh;
	position:absolute;
	top:0;
	left:0;
	z-index:-2;
}
.absafter {
	background-color:rgba(16,20,28,0.7);
	width:100%;
	height:80vh;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.backform {
	display:none;
}
.posts .post .kb_cats {
	position:absolute;
	bottom:18px;
	left:18px;
	list-style-type:none;
	margin-right:0;
}
.posts .post .kb_cats li img {
	max-height: 30px;
    height: auto;
    width: auto;
    border-radius: 0;
    margin-right: 8px;
}
.posts .post .kb_cats li {
	background: rgba(0,0,0,0.6);
    border-radius: 24px;
	width: fit-content;
}
.posts .post .kb_cats li:not(:last-child) {
    margin-bottom: 5px;
}
.posts .post .kb_cats li a {
	padding:5px 15px;
	display:flex;
	flex-direction:row;
	align-items:center;
	color:#fff;
	text-decoration:none;
}
.popular {
	margin:60px 0;
}
.alm__posts {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap:wrap;
}
.ajax-load-more-wrap {
	width:100%;
}
.alm-btn-wrap .alm-load-more-btn {
	width: 100% !important;
    height: auto !important;
    padding: 8px !important;
	font-weight:600 !important;
	color:#000 !important;
}
.alm-listing:after, .alm-paging-content:after {
	content:none !important;
}
.single_post {
	width:100%;
}
.single_post iframe {
	width: 100%;
    min-height: 400px;
    border-radius: 24px;
}
.single_post img {
	width:100%;
	height:auto;
	border-radius:24px;
}
.item,
.item img {
	width:100%;
}
.letter {
	background:url('./assets/images/letter_back.jpg');
	border-radius:24px;
	padding:54px 30px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color: #fff;
	margin-bottom:80px;
	margin-top: 40px;
}
.tnp {
	max-width: 86% !important;
}
.tnp form {
	display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    width: 100%;
}
.tnp-field-email {
	width:100%;
}
.tnp input[type=email] {
	border-radius: 12px;
}
.tnp-field-button {
	position:absolute;
	right: 4px;
    top: 26px;
}
.tnp-field input[type="submit"] {
    position: unset !important;
    background-color: #000 !important;
    border-radius: 12px;
    padding: 8px 12px !important;
    font-size: 14px !important;
}
.tnp-field input[type="submit"]:hover {
	text-decoration:underline;
	cursor:pointer;
}
.letter p {
	text-align: center;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    opacity: 0.5;
}
.tnp-field label {
    padding-left: 10px;
}
.pagination {
	margin: 0 auto;
	margin-bottom:100px;    
	text-align: center;
}
.pagination .current {
    font-size: 16px;
    background: #55B7BE;
    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: #55B7BE;
}
button:hover {
	text-decoration:underline !important;
	cursor:pointer !important;
}
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}
.addtoany_shortcode {
	margin-top:20px;
}
.addtoany_shortcode a {
	display:inline !important;
}
@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
.spinner {
	display:none;
	width: 30px;
    margin: 0 auto;
    margin-top: 20px;
}
.sostav_blocks .owl-nav {
	display:flex !important;
}
@media(max-width:1200px) {
	.main {
		width:95%;
		margin-left:auto;
		margin-right:auto;
	}
	.main.bnr {
		width:100%;
	}
	.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;
	}
}
@media(max-width:1024px){
	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;
	}
	.flexes {
		flex-direction: column;
		align-items: center;
	}
	.ciz .flexes li {
		display: flex;
		flex-direction: column;
		height: 300px;
		width: 100%;
		max-width: 400px;
		margin-bottom:20px;
	}
	.categories .cat {
    	width: 49%;
	} 
	.news .novosti_blocks {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 24px;
	} 
	.news .novosti_blocks .novosti_block:last-child .novost {
		height:auto;
		flex-direction: column;
	} 
	.news .novosti_blocks .novosti_block:last-child .novost {
		margin-bottom: 10px;
	}
	.news .novosti_blocks {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 24px;
	}
	.news .novosti_blocks .novosti_block:not(:last-child) .novost {
		height: 275px;
		margin-bottom: 10px;
	}
	.news .novosti_blocks .novosti_block {
		width:100%;
	}
	.news .novosti_blocks .novosti_block:not(:last-child) .novost .img {
		height:auto;
	}
	.posts .post .img img {
		width: auto;
		height: 100%;
	}
	.tizer_flex {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.tizer_flex .block:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.tizer_flex .block:last-child {
		width: 100%;
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.tizer_flex .small_block {
		margin-bottom: 20px;
	}
	.tizer_flex .block:first-child .images img {
		height: 50px;
	}
	.video_post {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.video_post .video {
		width: 50%;
		flex-shrink: 0;
	}

	.video_post .video img {
		width: 100%;
		height: auto;
	}
	.vo_cats {
		justify-content: space-between;
	}
	.vo_cats .cat {
		margin-right:0;
	}
	.novosti_archive .posts .post {
		width: 49%;
	}
	.absback,
	.absafter {
		height:120vh;
	}
}
@media(max-width:850px) {
	.menu_mobile {
		display:none;
	}
	.logo_flex {
		display: flex;
		align-items: center;
	}
	.menu_mobile_icon, .close, .menu_planshet_icon {
		filter: invert(1);
		height: fit-content;
	}
	.menu_planshet_icon {
		display:block;
		margin-left:40px;
	}
	.main_texts {
		padding:10vh 0 !important;
	}
	.main_texts .first_text h1,
	.main_texts.single .first_text h1 {
		font-size: 50px;
	}
	.tel a, .mail a {
		font-size: 26px;
	}
	.video_post {
		flex-wrap: wrap;
	}
	.video_post .video {
		width: 100%;
		flex-shrink: 0;
	}
	.links_flex img[alt="hotline"] {
		display:none;
	}
	.fond_logo {
		position: static;
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
	}
	.center_links {
		width:100%;
	}
	.links_block {
		padding-bottom: 20px;
	}
	.about_group {
		flex-wrap: wrap;
	}
	.about_group .sidebar {
		width:100%;
	}
	#menu-bokovoe-menyu {
		margin-left:0;
	}
	.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: #55B7BE;
		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 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 .current-menu-item a {
		font-weight: 500;
    	color: #fff;
	}
	#menu-verhnee-menyu .sub-menu li:not(:last-child) {
		margin-bottom:0;
	}
	#menu-verhnee-menyu .sub-menu li {
		margin-top: 5px;
		list-style-type:none;
		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;
	}
	.form .cats p {
		position:static;
		padding-bottom:5px;
	}
	.form .cats select {
		padding-top: 6px;
	}
	.sostav_blockss .sostav_block .img,
	.sostav_blocks .sostav_block .img{
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	.sostav_blockss .sostav_block,
	.sostav_blocks .sostav_block{
		flex-direction:column;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}
@media(max-width:500px) {
	.categories .cat,
	.novosti_archive .posts .post,
	.letter p,
	.posts .post,
	.main_texts .second_text {
		width: 100%;
		max-width:100%;
	}
	.qua_post .qua_flex {
		flex-direction:column;
	}
	.qua_post .qua_flex .cats {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.qua_post .qua_flex .text {
		width: 100%;
		margin-left: 0;
	}
	.tizer_flex .block:first-child .images img {
		height: 30px;
	}
	.flex_contacts,
	.map_block {
		flex-wrap: wrap;
	}
	.tel, .mail, .commun, .projs {
		width: 100%;
	}
	.tel,.commun {
		margin-bottom:20px;
	}
	.map_block .map {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.links_flex {
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}
	.qrs,.telega {
		width:100%;
	}
	h2 {
		font-size:26px;
	}
	.main_texts .first_text h1, .main_texts.single .first_text h1 {
		font-size: 38px;
	}
	.categories .cat {
		padding: 16px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	.categories .cat img {
		width:40px;
	}
	.posts .post .img .share {
		top:0;
		bottom:auto;
	}
	.content .wp-caption {
		flex-wrap: wrap;
	}
	.content .wp-caption img {
		width: 100%;
		height: auto;
		border-radius: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.content .wp-caption p {
		width:100%;
		background: #55b7be;
		color: #fff;
		font-size: 18px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
}