:root {
	--heigh-moy-gorod:40px;
	--width-logo-top:130px;
}
@font-face {
	font-family: "Roboto Condensed";
	src: url('../../fonts/roboto/RobotoCondensed-Regular.ttf') format('truetype');
	src: url('../../fonts/roboto/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	src: url('../../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}
#t4-header {
	background: rgba(255, 255, 255, 0.95) !important;
	-webkit-backdrop-filter: blur(0.41667vw);
	backdrop-filter: blur(0.41667vw);
}
.logo-link-top{
	width: var(--width-logo-top);
	height: 110px;
	display:block;
	background-image: url(../../../../images/two_logos.svg);
	background-size: contain;
	background-position: left center;
	background-repeat:no-repeat;
	/*-webkit-filter: drop-shadow(0px 0px 2px #46525c);
	filter: drop-shadow(0px 0px 2px #46525c);*/
}
.name-moptd-block .moptd-name{
	/*font-family: 'Roboto Condensed', sans-serif;*/
	/*font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;*/
	font-size: 22px;
	font-weight: 400;
	line-height: 1.15;
	display: block;
	margin: .5rem 0;
	color: #1e2715;
	word-break: normal;
	white-space: normal;
}
.contacts-moptd-block .contacts-moptd-block-in{
	/*background:#898989;*/
}
.contacts-moptd-block .contacts-moptd-block-in .contacts-moptd-registr{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}
.contacts-moptd-social a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.contacts-moptd-social .moptd_insta {
	background-image: url(../../images/instagram.svg);
}
.contacts-moptd-social .moptd_vk {
	background-image: url(../../images/vk-com.svg);
}
.contacts-moptd-social .moptd_yt {
	background-image: url(../../images/youtube_normal.svg);
	margin: 0 0 .6rem 0!important;
}
.contacts-moptd-social .social-hover {
	width: 28px;
	height: 28px;
	float: left;
	display: block;
	margin: 0 .6rem .6rem 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.btn-priem-vopros .btn-vopros{
	background-color:#724833;
	border-color: #724833!important;
	color: #fff;
}
.btn.btn-vopros:hover {
	background-color:#f5ece8;
	border-color: #724833!important;
	color: #212529;
	text-decoration:none;
}
.article-body .btn-priem,
.btn-priem-vopros .btn-priem{
	background-color:#4e6f2e;
	color: #fff;
	border-color: #4e6f2e!important;
}
.btn.btn-priem:hover {
	background-color:#f4f9f0;
	border-color: #4e6f2e!important;
	color: #212529;
	text-decoration:none;
}
/*-----------  gtranslate  --------------*/
.gtranslate_wrapper a{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight:300;
	margin: 0 .4rem 0 0;
	color:#364921;
}
.gtranslate_wrapper {
	display: flex;
	flex-direction: row; /* Элементы в строке */
}
/* Меняем порядок ссылок через order */
.gtranslate_wrapper a[data-gt-lang="ru"] {
	order: 1; /* RU первым */
}
.gtranslate_wrapper a[data-gt-lang="be"] {
	order: 2; /* BE вторым */
}
.gtranslate_wrapper a[data-gt-lang="en"] {
	order: 3; /* EN третьим */
}

.buttons-moptd-block{}
.buttons-moptd-block .btn-priem-vopros{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
.top-eye i {
	font-size: 30px;
	color: #364921;
}

/*======================  Top menu  =======================*/

#t4-top-navigation{
	background: rgba(240, 240, 240, 0.92) !important;
	-webkit-backdrop-filter: blur(0.51667vw);
	backdrop-filter: blur(0.51667vw);
}
.top-main-menu .block-top-menu{
	/*border-top:.3px solid #d9d9d9;*/
}
.top-menu-block .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
	/*color: var(--mainnav-link-color);*/
	font-size: 1.1rem;
	line-height: 40px;
	font-weight:400;
}
.t4-top-navigation-sticky nav.top-main-menu{
	box-shadow: 0 0 29px rgba(0, 0, 0, 0.25);
}
.t4-top-navigation-sticky nav.top-main-menu .block-top-menu .top-menu-block{
	justify-content: center!important;
}
.t4-top-navigation-sticky nav.top-main-menu .block-top-menu{
	/*width: 100px;
	height: 80px;*/
	display:block;
	background-image: url(../../../../images/two_logos.svg);
	background-size: 80px;
	background-position: left center;
	background-repeat:no-repeat;
}
#t4-top-navigation .t4-megamenu .dropdown-menu{
	padding: .8rem 1.5rem;
}
#t4-top-navigation .t4-megamenu .navbar-nav > li > a:hover,
#t4-top-navigation .t4-megamenu .navbar-nav > li > a:focus,
#t4-top-navigation .t4-megamenu .navbar-nav > li > a:active,
#t4-top-navigation .t4-megamenu .navbar-nav > li > .nav-link:hover,
#t4-top-navigation .t4-megamenu .navbar-nav > li > .nav-link:focus,
#t4-top-navigation .t4-megamenu .navbar-nav > li > .nav-link:active {
	color: #724833;/*#9e6a2c;*/
	text-decoration:none;
}
#t4-top-navigation .t4-megamenu .dropdown-menu li > a:hover,
#t4-top-navigation .t4-megamenu .dropdown-menu li > a:focus,
#t4-top-navigation .t4-megamenu .dropdown-menu li > a:active,
#t4-top-navigation .t4-megamenu .dropdown-menu li > .nav-link:hover,
#t4-top-navigation .t4-megamenu .dropdown-menu li > .nav-link:focus,
#t4-top-navigation .t4-megamenu .dropdown-menu li > .nav-link:active,
#t4-top-navigation .t4-megamenu .dropdown-menu li .dropdown-item:hover,
#t4-top-navigation .t4-megamenu .dropdown-menu li .dropdown-item:focus,
#t4-top-navigation .t4-megamenu .dropdown-menu li .dropdown-item:active {
	color: #724833;/*#9e6a2c;*/
	text-decoration:none;
}
#t4-top-navigation .t4-megamenu .navbar-nav > li.active > a,
#t4-top-navigation .t4-megamenu .navbar-nav > li.active > .nav-link {
	color: #724833;/*#9e6a2c;*/
	/*border-top:1px solid #ddd;*/
}
#t4-top-navigation .t4-megamenu .dropdown-menu li.active > a {
	
	color: #724833;/*#9e6a2c;*/
}
#t4-top-navigation .t4-megamenu.animate.slide .dropdown .dropdown-menu {}
#t4-top-navigation .t4-megamenu.animate.slide .dropdown.show.animating > .dropdown-menu {}

#t4-top-navigation .t4-megamenu .dropdown-menu {
	padding: 0 !important;
}
.t4-megamenu .dropdown-menu li > a,
.t4-megamenu .dropdown-menu li > .nav-link{
	line-height: 1.2;
	font-size: 1rem;
	font-weight: 400;
}
.mega-dropdown-menu ul.mega-nav li a.nav-link {

}
.t4-megamenu .dropdown-menu li > a,
.t4-megamenu .dropdown-menu li > .nav-link,
.t4-megamenu .dropdown-menu li .dropdown-item {
	padding: .7rem 1.3rem;
}
/*------------------- Top -search ----------------------------*/

.top-search-block{
	padding:0;
}
.block-top-menu .form-search{
	background: transparent;
	border: none;
	padding: 0;
	position: relative;
	float:right;
	height: 36px;
	/*width: 36px;*/
	width: 10px;
}
form.mod-finder .js-finder-search-query{
	background-image: url(../../images/search_b.svg);
	background-position: 5px center;
	background-size: contain;
	/*background-size: 70%;*/
	background-repeat: no-repeat;
	background-color:/*#1f7fa8;*/;
	border: 1px solid transparent;
	border-radius: .4rem;
	position: absolute;
	padding: 0 0 0 46px;
	right: 0;
	top: -17px;
	height: 35px;
	max-width: none;
	z-index: 10;
	width: 35px;
	-webkit-transition: 500ms all;
	-o-transition: 500ms all;
	transition: 500ms all;
}
form.mod-finder .js-finder-search-query.form-control{
	border: none;
	background-color:transparent;
}
form.mod-finder .js-finder-search-query.form-control:focus{
	border: .5px solid #ced4da;
}
form.mod-finder .js-finder-search-query:focus{
	background-image: url(../../images/search_b.svg);
	background-size: contain;
	background-size: 12%;
	background-color: #fff;
	background-position: 5px center;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 230px;
	padding-right: 1rem;
	padding-left: 45px;
	outline: none;
}
/*--------------------- Slideshow ---------------------------*/
.t4-slideshow{
	/*margin-top:-235px;*/
}
.t4-slideshow .uk-scope h3.uk-heading-small {
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}
/*------------------- Dispanser-Statistix --------------------*/
.t4-about{
	background:#F1F1F1;
	/*-webkit-backdrop-filter: blur(0.51667vw);
	backdrop-filter: blur(0.51667vw);*/
}
.stat-img-block .stat-icon-awes{
	font-size: 1.9rem;
	color:#9e6a2c;
}
.block-statistic .count-moptd{
	color:#724833;
}
.stat-img-block .stat-object-text{
	color:#1e2715;
}
.text-about-moptd h3,
.mod-head-doctor h3{
	color:#364921;
}
/*------------------------- 3-Blocks ------------------------*/
.t4-three-blocks{
	background-image: url(../../images/3b-bkg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-backdrop-filter: blur(0.51667vw);
	backdrop-filter: blur(0.51667vw);
}
.three-blocks-moptd .link-three-blocks{
	display: flex;
	flex-direction: column;
}
.t4-three-blocks .three-blocks-moptd .border-3-blocks-icon{
	/*border-color: #4e6f2e!important;*/
	color: #4e6f2e;
}
.t4-three-blocks .three-blocks-moptd h4{
	color: #1e2715;
}
.t4-three-blocks .three-blocks-moptd p{
	font-size: .95rem;
}
.three-blocks-moptd a.link-three-blocks:hover,
.three-blocks-moptd a.link-three-blocks:focus,
.t4-three-blocks .three-blocks-moptd h4:hover,
.t4-three-blocks .three-blocks-moptd p:hover,
.t4-three-blocks .three-blocks-moptd h4:focus,
.t4-three-blocks .three-blocks-moptd p:focus{
	text-decoration:none!important;
}
.t4-three-blocks .three-blocks-moptd .three-blocks-hover:hover,
.t4-three-blocks .three-blocks-moptd .three-blocks-hover:focus{
	text-decoration:none;
	border-radius: 0.59444vw;
	background-color: #fff;
	box-shadow: 0px 0.7vw 0.7vw 0px rgba(50, 50, 71, 0.1), 0px 0.9vw 1.1vw 0px rgba(50, 50, 71, 0.12);
}
/*----------------------- Head-doctor ------------------------*/

.mod-head-doctor i{
	font-size: 1.3rem;
	color: #9e6a2c;
}
/*----------------------- Field-doctors ----------------------*/

.t4-main-body .t4-section-inner .field-value.field-doctors i{
	font-size: 1.15rem;
}
.t4-main-body .t4-section-inner .uk-scope .field-value.field-doctors * + p{
	margin:12px 0;
}
/*--------------------------- News -------------------------*/

.t4-news h3.module-title {
	color: #364921;
	margin:0 0 1.3rem;
	text-align: center;
	font-size: 1.8rem;
	text-transform: none;
}
.t4-news .uk-slider ul.uk-slider-nav li.uk-active a,
.t4-banners .uk-slider ul.uk-slider-nav li.uk-active a,
.t4-slider-banners .uk-slider ul.uk-slider-nav li.uk-active a {
	background-color: #364921;
}
.t4-news .uk-slider ul.uk-slider-nav li a,
.t4-banners .uk-slider ul.uk-slider-nav li a,
.t4-slider-banners .uk-slider ul.uk-slider-nav li a {
	width: 15px;
	height: 15px;
	background-color: #68973a;
}
.t4-news .uk-scope .slider-news .uk-inline-clip {
	box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .15) !important;
	border-radius:5px;
}
.t4-news .uk-scope .uk-h3,
.t4-news .uk-scope h3,
.t4-news .uk-scope .uk-link-reset a,
.t4-news .uk-scope a.uk-link-reset,
.t4-news .uk-scope .uk-panel h3 a {
	color:#364921!important;
	font-size: 1.2rem;
	line-height: 1.25;
}
.t4-news .uk-scope .uk-link-reset a:hover,
.t4-news .uk-scope a.uk-link-reset:hover,
.t4-news .uk-scope .uk-panel h3 a:hover {
	color:#724833!important;
	/*color:#4e6f2e!important;*/
}

/*------------------------- Banners-bottom ---------------------*/

.t4-banners{
	background: #F1F1F1;
}
.t4-banners .uk-scope .uk-inline-clip {
	box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .15) !important;
}
/*------------------------- Footnav ---------------------*/
.t4-footnav .container{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.t4-footnav {
	background-color: #4e6f2e;
	border-color:rgba(255,255,255,.1);
	color:#F1FCE3/*#F4F9F0*/;
}
.t4-footnav .mod-footnav-bottom{
	margin-top: .5rem;
}
.t4-footnav .t4-module .navbar > ul.mod-menu-footnav-bottom li a.nav-link {
	color:#F1FCE3;
	font-size:18px;
	padding: .32rem 0;
}
.t4-footnav .t4-module .navbar > ul.mod-menu-footnav-bottom li a.nav-link span:hover,
.t4-footnav .t4-module .navbar > ul.mod-menu-footnav-bottom li a.nav-link span:focus,
.t4-footnav .t4-module .navbar > ul.mod-menu-footnav-bottom li a.nav-link span:active {
	text-decoration:underline;
	color:#fff;
}
/*------------------------- Footer ---------------------*/
.t4-footer {
	text-align: center;
	background-color: #364921;
}
.t4-footer .footer1,
.t4-footer .footer2{
	color:#F1FCE3;
}
/*--------------------------- Q-A -----------------------*/
.rscomments .rscomments-comments-list .rscomm-meta span.rscomm-meta-item.rscomm-actions button[data-rsc-task="quote"]{
	/*display:none!important;*/
}
.rscomments button[data-rsc-task="quote"] {
	display:none!important;
}
.rscomment-comment-area .form-control {
	max-width: 99%;
}
/* Скрываем абсолютно пустые блоки */
.category-desc:empty {
	display: none !important;
}
/*========================================================*/
/*======================  CONTENT  ======================*/
/*======================================================*/

a{
	/*color:#1e2715;*/
}
a:hover{
	text-decoration:underline;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: .5rem;
	color: #364921;
}
b, strong {
	font-weight: 600;
	font-size: large;
}
.t4-main-body .t4-section-inner .page-header h2 a,
.t4-main-body .t4-section-inner .page-header .h2 a,
.t4-main-body .t4-section-inner .categories-list h2 a,
.t4-main-body .t4-section-inner .categories-list .h2 a {
	color: #364921;
}
.t4-main-body .t4-section-inner .page-header h2 a:hover,
.t4-main-body .t4-section-inner .page-header .h2 a:hover,
.t4-main-body .t4-section-inner .categories-list h2 a:hover,
.t4-main-body .t4-section-inner .categories-list .h2 a:hover {
	color: #4e6f2e;
}
.t4-main-body .t4-section-inner .field-value i,
.t4-main-body .t4-section-inner i.fas,
.t4-main-body .t4-section-inner i.fa{
	font-size: 1.3rem;
	color: #9e6a2c;
}
.t4-main-body .t4-section-inner .reduction-img-left .item figure.item-image,
.t4-main-body .t4-section-inner .depart-img-category .items-row .item figure.item-image {
	overflow: inherit;
}
.t4-main-body .t4-section-inner .reduction-img-left .pull-left.item-image,
.t4-main-body .t4-section-inner .reduction-img-left .item-image.pull-left {
	margin-right: 1.2rem;
}
.t4-main-body .t4-section-inner .reduction-img-left .item figure.item-image img{
	width:170px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 14px 0px!important;
	border-radius:5px!important;
}
.t4-main-body .t4-section-inner .depart-img-category .items-row .item figure.item-image img{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 14px 0px!important;
	border-radius:5px!important;
}
.com-content-category-blog__item.blog-item .blog-item-content .pull-left.item-image img,
.com-content-category-blog__items.blog-items .item .pull-left.item-image img {
	width: 395px;
}
.com-content-category-blog__item.blog-item {
	clear: both;
	overflow: hidden;
}
.t4-main-body .categories-list .page-header {
	border-bottom: 0;
	margin:0;
}
.t4-main-body .categories-list .com-content-categories__items .com-content-categories__item .item-inner {
	border: 0;
	height: 100%;
	padding: .2rem;
}
.t4-main-body .categories-list .com-content-categories__items .com-content-categories__item {
	margin-bottom: 0;
}
/*--- Accordions Widgetkit ---*/

.t4-main-body .t4-section-inner .uk-scope .uk-accordion-title::before {
	content: "\f067";
	font-family: 'FontAwesome';
	/*font-size: 18px;*/
	font-weight:400;
	background-image:none;
}
.t4-main-body .t4-section-inner .uk-scope ul.uk-accordion li.uk-open .uk-accordion-title::before{
	content: "\f068";
}
.t4-main-body .t4-section-inner .uk-scope ul.uk-accordion li a{
	color:#1e2715;
	background:#F4F9F0;
	border-top:1px solid #d8edca;
	border-left:1px solid #d8edca;
	border-right:1px solid #d8edca;
	border-bottom:2px solid #cfeabe;
	padding:15px 20px;
}
.t4-main-body .t4-section-inner .uk-scope ul.uk-accordion li .uk-accordion-content a{
	color:#4e6f2e;
	background:none;
	border:none;
	padding:0;
}
.t4-main-body .t4-section-inner .uk-scope ul.uk-accordion li .uk-accordion-content a:hover{
	color:#724833;
	text-decoration:underline;
}
.t4-main-body .t4-section-inner .uk-scope ul.uk-accordion > :nth-child(n+2) {
	margin-top: 10px;
}
.t4-main-body .t4-section-inner .uk-scope ul.uk-accordion li.uk-open .uk-accordion-content,
.t4-main-body .t4-section-inner .uk-scope ul.uk-accordion li .uk-accordion-content{
	border-right:1px solid #e1f0d6;
	border-left:1px solid #e1f0d6;
	border-bottom:1px solid #e1f0d6;
	margin-top: 0;
	padding:20px 15px 15px;
}
.t4-main-body .t4-section-inner .uk-scope h3,
.t4-main-body .t4-section-inner .uk-scope h2,
.t4-main-body .t4-section-inner .uk-scope h3 strong,
.t4-main-body .t4-section-inner .uk-scope h2 strong,
.t4-main-body .t4-section-inner .uk-scope b {
	font-weight: 600;
}
.t4-main-body .t4-section-inner .article-body img{
	margin-bottom:1rem !important;
}
.t4-main-body .t4-section-inner .alert-secondary{
	background:#F1F1F1;
	border-color:#e4e4e4;
}
.t4-main-body .t4-section-inner .alert-success{
	background:#ecf5e5;
	border-color:#d1e7c0;
}
.content-right-block .module-inner .navbar{
	/*padding-right:0.5rem;
	padding-left:0.5rem;*/
}
.content-right-block .mod-menu-right .navbar{
	padding:0;
}
.content-right-block .mod-menu-right {
	border-left:1.5px solid #e3e7eb;
	position: sticky !important;
	position: -webkit-sticky !important;
	top: 80px !important;
}
.content-right-block .mostread li a,
.content-right-block .latestnews li a,
.content-right-block .relateditems li a,
.content-right-block .tagssimilar ul li a,
.content-right-block .t4-module .module-inner .navbar a.nav-link {
	padding: .55rem .5rem .55rem 1.2rem;
	margin-bottom: .2rem;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.2 !important;
	font-family: Roboto;
	color: var(--body-text-color);
}
.content-right-block .t4-module .nav > li.active > a,
.content-right-block .t4-card .nav > li.active > a,
.content-right-block .moduletable .nav > li.active > a,
.content-right-block .module_menu .nav > li.active > a
/*.content-right-block .t4-module .nav > li.alias-parent-active > a
.content-right-block .t4-card .nav > li.alias-parent-active > a,
.content-right-block .moduletable .nav > li.alias-parent-active > a,
.content-right-block .module_menu .nav > li.alias-parent-active > a */{
	font-weight: 500 !important;
	border-left:1.3px solid #4e6f2e;
	padding:.55rem .5rem .55rem 1.2rem!important;
	background:#F4F9F0;
	border-right:1px solid #e9ecef;
	border-bottom:1px solid #e9ecef;
	border-top:1px solid #e9ecef;
	margin-left: -1.3px;
}
.t4-off-canvas-body .mod-of-menu ul li a.dropdown-item {
	white-space: normal;
}
.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {
	padding: 0;
}
/*-------------- Tables -------------*/

table {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%!important;
	overflow-x:auto!important;
	display: block!important;
}
table th{
	background-color: #deebd0;
	color:#343a40;
	padding: 10px;
	text-align: center;
	vertical-align: middle!important;
	font-size: 1.2em!important;
	/*font-family: 'Roboto Condensed'!important;*/
	font-weight: 400!important;
}
.t4-section-inner .com-content-article.item-page .com-content-article__body table tr th p,
.t4-section-inner .com-content-article.item-page .com-content-article__body table tr th p span{
	text-align: center;
	vertical-align: middle!important;
	font-size: 1.1em!important;
	/*font-family: 'Roboto Condensed'!important;*/
	font-weight: 500!important;
	line-height:1!important;
}
table td{
	padding: 8px;
	vertical-align: top;
}
.leftalign {
	text-align: left;
}
.rightalign {
	font-size: 0.95em;
	text-align: right;
}
.centeralign {
	text-align: center;
}
td, th {
	border: 1px solid #d8dbdd;
	border-collapse: collapse;
}
td a, th a {
	color:#364921;
	text-decoration:underline;
}
td a:hover, th a:hover {
	text-decoration:none;
}
table tr:nth-child(2n+1) {
	background: #f4f9f0 none repeat scroll 0 0;
}
table tr:hover > td {
	background-color: #e9f4e1;
}
/*--- other content tables ---*/
.category-list table.category {
	box-shadow: none;
}
.table-bordered > :not(caption) > * {
	border: none;
}
.table > :not(caption) > * > * {
	padding: .6rem .9rem;
	background-color: transparent;
	border:none;
	box-shadow: none;
}
/*--- cookies ---*/
.cookie_notice {
	display: none;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
	font-family: Verdana, sans-serif;  
	color: #343a40;
	background: #F5ECE8;
	padding: 10px 20px; 
	border-top: 2px solid #edddd6;
}
.cookie_notice .btn-priem{
	background-color: #4e6f2e;
	border-color: #4e6f2e !important;
}
.cookie_notice .btn-vopros{
	background-color: #724833;
	border-color: #724833 !important;
}
.cookie_btn {
	color: #fff!important;
	display: inline-block;
	margin: 10px 6px 4px 6px;
	text-decoration: none;
	position: relative;
	font-size: 13px;
	padding: 6px 15px;
}
.cookie_notice .cookie_btn:hover {
	color: #212529!important;
	text-decoration: none;
}
.cookie_btn:after,
.cookie_btn:before {
	position: absolute;
	height: 2px;
	left: 50%;
	background: #FFF;
	bottom: -6px;
	content: "";
	/*transition: all 280ms ease-in-out;*/
	width: 0;
}
.cookie_btn:before {
	/*top: -6px;*/
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
	/*width: 100%;
	left: 0;*/
}
/*========================================================*/
/*======================  @MEDIA  =======================*/
/*======================================================*/

/*--------------------- MAX ---------------------------*/

@media (max-width: 1399.98px) {
	.name-moptd-block .moptd-name{
		font-size: 20px;
		line-height: 1.1;
	}
	.contacts-moptd-block .contacts-moptd-block-in .contacts-moptd-registr {
		/*font-size: 17px;
		line-height: 1.1;*/
	}
}
@media (max-width: 1199.98px) {
	.name-moptd-block .moptd-name{
		font-size: 20px;
		line-height: 1.15;
	}
	.top-menu-block .t4-megamenu .navbar-nav > li > a,
	.t4-megamenu .navbar-nav > li > .nav-link {
		font-size: 1rem;
	}
	.nav-align-left .t4-megamenu .navbar-nav > li > a{
		margin-right: 1.5rem;
	}
	.block-statistic .count-moptd{
		font-size: 1.9rem;
	}
	.stat-img-block .stat-icon-awes {
		font-size: 1.75rem;
	}
	.stat-img-block .stat-object-text {
		font-size: .95rem;
	}
}

@media (max-width: 991.98px) {
	form.mod-finder .js-finder-search-query{
		background-image: url(../../images/search_b.svg);
		background-size: contain;
		background-color: #fff!important;
		background-size: 10%;
		background-position: 5px center;
		padding: 4px 0 3px 46px;
		width: 240px;
		height:auto;
		border: .5px solid #ced4da!important;
		/*right: 200px;*/
		/*left: 50%;*/
		/*transform: translateX(-50%);*/ /* Сдвигает блок на половину его ширины влево */
	}
	.t4-top-navigation-sticky nav.top-main-menu .block-top-menu{
		background-color: #fff;
		background-image: none;
		/*box-shadow: 0 0 29px rgba(0, 0, 0, 0.25);*/
	}
	.items-row .item .item-content h2,
	.items-row .item .item-content .h2 {
		font-size: 1.3rem;
	}
	.content-right-block .module-inner .navbar{
		/*padding-right:0.7rem;
		padding-left:0.7rem;*/
	}
}

@media (max-width: 767.98px) {
	
}

@media (max-width: 575.98px) {
	form.mod-finder .js-finder-search-query{
		width: 180px;
	}
}
/*--------------------- MIN --------------------------*/

@media (min-width: 768px) {
	.t4-main-body {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media (min-width: 992px) {
	.t4-section-inner .categories-list .com-content-categories__items .com-content-categories__item {
		flex-basis: 50%;
	}
}


@media (min-width: 1400px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1390px;
	}
}
@media (min-width: 1600px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1540px;
	}
}