@import url(/theme/css/fonts.css);
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline-style: none;
}
:focus{
	outline-style: none;
}
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #17252a;
}
a{
	color: #3aafa9;
}
a:hover{
	color: #2b7a78;
}
strong{
	font-weight: 600;
}
ul,ol{
	list-style-position: inside;
}

.g-recaptcha {
    margin: 0 auto;
    text-align: center;
    width: fit-content;
}
.container-fluid{
	max-width: 1650px;
}
.header{
	background: #def2f1;	
}
.top-header{
	padding: 10px 0;
}
.navbar-brand{
	color: #3aafa9;
	font-family: 'Lifehack-Bold';
	font-size: 30px;
}
.text-location{
	font-weight: 500;
}
.text-location span{
	color: #3aafa9;
}
.icon-location svg{
	width: 24px;
	height: auto;
	fill: #17252a;
	margin-right: 5px;
	margin-top: -5px;
}
.name-location {
	font-size: 13px;
}
.icon-dropdown svg{
	width: 24px;
	height: auto;
	fill: #17252a;
}
#dropdownMenuLocation,
#dropdownMenuUser{
	cursor: pointer;
}
.menu.navbar-nav .nav-item .nav-link {
	color: #17252a;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px;
	position: relative;
}
.menu.navbar-nav .nav-item .nav-link:before{
	content: '';
	width: 60%;
	height: 1px;
	background: transparent;
	position: absolute;
	bottom: -5px;
	left: 0;
	margin: 0 auto;
	right: 0;
}
.menu.navbar-nav .nav-item.active .nav-link:before,
.menu.navbar-nav .nav-item:hover .nav-link:before{
	background: #3aafa9;
}
.menu.navbar-nav .nav-item.active .nav-link,
.menu.navbar-nav .nav-item:hover .nav-link{
	color: #3aafa9;
}
.menu-user {
    margin: 0px 15px 0px 0px;
}
.my-btn{
	border: 1px solid #3aafa9;
	border-radius: 10px;
	color: #3aafa9;
	padding: 8px 15px;
	font-weight: 500;
	background: transparent;
	line-height: initial;
	transition: all 250ms linear;
	display: inline-block;
}
.my-btn:hover{
	    text-decoration: none;
    color: #3aafa9;
    background: rgba(58, 175, 169, 0.15);
    border: 1px solid #3aafa9;
    box-shadow: 0px 2px 5px;
}
.btn-pill {
	position: relative;
	outline: none;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 0;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.btn-pill span {
	color: #3aafa9;
}
.btn-pill:hover {
	animation: rotate 0.7s ease-in-out both;
}
.btn-pill:hover span {
	animation: storm 0.7s ease-in-out both;
	animation-delay: 0.06s;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
	25% {
		transform: rotate(3deg) translate3d(0, 0, 0);
	}
	50% {
		transform: rotate(-3deg) translate3d(0, 0, 0);
	}
	75% {
		transform: rotate(1deg) translate3d(0, 0, 0);
	}
	100% {
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
}
@keyframes storm {
	0% {
		transform: translate3d(0, 0, 0) translateZ(0);
	}
	25% {
		transform: translate3d(4px, 0, 0) translateZ(0);
	}
	50% {
		transform: translate3d(-3px, 0, 0) translateZ(0);
	}
	75% {
		transform: translate3d(2px, 0, 0) translateZ(0);
	}
	100% {
		transform: translate3d(0, 0, 0) translateZ(0);
	}
}
.slider {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.wr-text-slider{
	position: relative;
	z-index: 2;
}
.foto-slider-gl{
	position: relative;
	z-index: 2;
}
#crowd-first {
	z-index: 1;
	position: absolute;
	top: 65px;
	left: 35%;
}
#crowd-second{
	z-index: 1;
	position: absolute;
	top: 150px;
	left: 50%;
}
#crowd-third {
	z-index: 1;
	position: absolute;
	bottom: 100px;
	right: 5%;
}
.text-slider-1{
	font-family: 'LifehackSans-Bold';
	font-size: 140px;
	line-height: 120px;
}
.text-slider-p{
	font-family: 'LifehackSans-Medium';
	font-size: 50px;
	line-height: 80px;
}
.c1 {
	position: fixed;
	right: 60px;
	bottom: 5%;
	z-index: -1;
	width: 72px;
	height: 70px;
	background: url(/theme/images/img5.png);
}
.c2 {
	position: fixed;
	left: 40px;
	bottom: 2%;
	z-index: -1;
	width: 82px;
	height: 89px;
	background: url(/theme/images/img2.png);
}
.c3 {
	position: fixed;
	left: -5px;
	top: 80%;
	z-index: -1;
	width: 97px;
	height: 149px;
	background: url(/theme/images/img7.png);
}
.copyright{
	padding: 15px;
	font-weight: 400;
	font-size: 13px;
}
.footer{
	border-top: 5px solid #cadedd;
	background: url(../images/bg-footer.png) center no-repeat;
	background-size:cover; 
}
.footer-content{
	padding: 40px 0;
}
.footer-menu-name{
	font-size: 26px;
	font-weight: 800;
	font-family: 'LifehackSans-Regular';
}
.footer-menu ul{
	list-style: none;
	margin: 20px 0 0 20px;
}
.footer-menu ul li a{
	font-weight: 500;
	text-decoration: underline;
	line-height: 24px;
	display: inline-block;
}
.name-newsletter {
	font-size: 30px;
    font-family: 'LifehackSans-Regular';
    font-weight: 800;
    line-height: 32px;
    margin: 0 0 10px 0;
}
.form-control {
	color: #495057;
	background-color: #fff;
	border: 1px solid #3aafa9;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background-color:#3aafa9;
}
.social{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.social a{
	font-size: 28px;
	margin: 0 5px;
	color: #2b7a77;
}
.name-social{
	font-family: 'LifehackSans-Regular';
	font-size: 26px;
	font-weight: 800;
	margin-right: 10px;
}
.lang-site{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.lang-site a{
	font-size: 13px;
	margin: 0 10px;
	font-weight: 400;
}
.lang-site a.active{
	text-decoration: underline;
}
.lang-social{
	font-size: 26px;
	font-weight: 800;
	margin-right: 20px;
	font-family: 'LifehackSans-Regular';
}
#sync1{
	position: relative;
}
#sync1:after{
	content: '';
	background: url(../images/img8.png) top center no-repeat;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 99px;
}
#sync1:before{
	content: '';
	background: url(../images/img9.png) top center no-repeat;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 99px;
}
#sync1 .item {

}
#sync2{
	padding: 0 70px 0 0;
}
#sync2 .item {
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;

}
#sync2 .current .item {
	border: 1px solid #3aafa9;
}
#sync2 .owl-item{
	max-width: 110px;
}
#sync2 .owl-prev{
	padding: 5px !important;
	background: #3aafa9;
	position: absolute;
	top: 0px;
	right: 0;
}
#sync2 .owl-next{
	padding: 5px !important;
	background: #3aafa9;
	position: absolute;
	bottom: 0px;
	right: 0;
}
#sync2 .owl-prev:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid #3aafa9;
	border-right: 35px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 0;
	transition: all 250ms linear;
}
#sync2 .owl-next:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 10px solid #3aafa9;
	border-left: 35px solid transparent;
	position: absolute;
	top: -10px;
	left: 0;
	transition: all 250ms linear;
}
#sync2 .owl-nav svg {
	fill: #fff;
	width: 25px;
	height: 25px;
	-webkit-transition: width 500ms ease-in-out;
	-moz-transition: width 500ms ease-in-out;
	-o-transition: width 500ms ease-in-out;
	transition: width 500ms ease-in-out;
}
#sync2 .owl-nav button{
	border-radius: 0;
}
button:focus {
	outline: none;
}
#sync2 .owl-nav button:hover svg{
	fill: #17252a;
}
.owl-theme .owl-nav {
	/*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*="owl-"] {
	transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}

#sync1.owl-theme {
	position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}
#sync1.owl-theme .owl-prev {
	left: 10px;
}
#sync1.owl-theme .owl-next {
	right: 10px;
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 0rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: .25rem;
}
.org-name{
	font-family: 'LifehackSans-Medium';
	font-size: 48px;
	color: #2d7175;
	margin: 0 0 0px 0;
	line-height: initial;
}
.text-count-raiting-head{
	font-size: 13px;
	color: #2b7a77;
	display: block;
	font-weight: 500;
	margin-left: 10px;
}
.text-all-count-raiting{
	text-transform: uppercase;
	color: #2d7175;
	font-weight: 700;
	font-size: 14px;  
	margin-right: 25px;
}
.count-all-count-raiting{
	color: #2d7175;
	font-size: 46px;
	position: relative;
	font-family: 'LifehackSans-Bold';
	line-height: initial;
	width: 100px;
	text-align: center;
}
.count-all-count-raiting:after{
	content: '';
	background: url(../images/count.png) no-repeat;
	width: 107px;
	height: 92px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -10зч;
	margin: auto;
	display: block;
	z-index: -1;
}
.adress-org{
	color: #3aafa9;
	font-size: 18px;
}
.adress-org i{
	font-size: 22px;
}
.title-org-green{
	color: #3aafa9;
	font-weight: 700;
	font-size: 24px;
	line-height: initial;
	margin-bottom: 20px;
}
.title-list-all-har{
	color: #17242a;
	margin-bottom: 10px;
}
.title-list-all-har span{
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #2b7a8c;
	text-transform: uppercase;
}
.title-list-all-har svg{
	width: 28px;
	height: 28px;
	fill: #2b7a77;
}
.list-all-har{
	margin: 0 0 10px 46px;
}
.title-al-har{
	color: #2b7a77;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
}
.list-all-har li{
	color:#17242a;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
	position: relative;
}
.al-har2 .list-all-har li a{
    color: #17242a;
    
}
.list-all-har li:before{
	content: '+ ';

}
.al-har{
	background: #edfdfc url(../images/al-har.png) 90% 90% no-repeat;
	border: 1px solid #cff0ee;
	padding: 15px;
	margin-top: 20px;
}
.desc-group-terms ul{
	counter-reset: myCounter;
}
.desc-group-terms ul li{
	list-style: none;
	font-weight: 500;
}
.desc-group-terms ul li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: white;
	background: #3aafa9;
	display: inline-block;
	text-align: center;
	margin: 3px 10px 3px 0;
	line-height: 25px;
	width: 25px;
	height: 25px;
	font-size: 13px;
	border-radius: 5px;
}
.wr-group-terms{
	padding: 0 15px;
}
.ul-gal,
.ul-time{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sad-text-tab .ul-gal,
.sad-text-tab .ul-time{
	margin-bottom: 1rem;
}
.ul-gal li{
	position: relative;
	padding-left: 20px;
}
.ul-gal li:before{
	content: '';
    background: url(../images/gal.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.ul-time li{
	margin: 5px 0;
}
.ul-time li span{
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding: 3px 0;
	background: #3aafa9;
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
	font-weight: 700;
}
.ul-time li:nth-child(2n) span{
	background: #fff;
	color: #3aafa9;
}
.table .thead-dark th {
	color: #fff;
	background-color: #17242a;
	border-color: #17242a;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #def2f1;
}
.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #ffffff;
}
.my-table tbody tr td:last-child,
.my-table thead tr th:last-child{
	text-align: center;
}
.badge-secondary {
	color: #17252a;
	background-color: #03A9F4;
}
.badge-favorite{
	color: #17252a;
	background-color: #ff0707;
}
.badge-popular{
	color: #17252a;
	background-color: #ff45c8;
}
.badge {
	text-transform: uppercase;
	display: inline-block;
	padding: .5em 1em;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-wr{
	display: flex;
	align-items: center;
}
.badge-wr span{
	padding-top: 3px;
}
.badge-svg{
	width: 20px;
	height: 20px;
	fill: #17242a;
	margin-right: 5px;
}
.comments-block .ec-message{
	background: #edfdfc;
	border: 1px solid #cff0ee;
	padding: 15px;
	margin-top: 20px;

}
.comments-block .ec-message:nth-child(2n){
	background: #fff;
}
.comments-block .ec-message .ec-message__reply{
	background: #fff;
}
.comments-block .ec-message:nth-child(2n) .ec-message__reply{
	background: #edfdfc;
}
.commentName{
	font-size: 16px;
	font-weight: 600;
	color: #17242a;
}
.ec-starsComments {
	text-align: right;
	display: block;
	float: right;
}
.ec-message__reply{
	margin-top: 20px;
}
.comments-block .ec-message .mrc-shadow {
	pointer-events: none;
	position: absolute;
	height: 100px; /* Высота блока с тенью */
	left: 0; right: 0; bottom: 0;
	z-index: 999;
	/* Цвета градиента в зависимости от фона сайта */
	background: linear-gradient(to top, #edfdfc 14%, rgba(0, 0, 0, 0) 100%);
}
.comments-block .ec-message:nth-child(2n) .mrc-shadow{
	background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);
}
button.mrc-btn {
	background: none;
	border: none;
	color: #17242a;
	font-size: 13px;
	text-decoration: underline;
}
button.mrc-btn:hover{
	text-decoration: none;
}
#kindergartensTabContent .tab-pane.active {
	display: block;
	border: 1px solid #def2f1;
	border-top: none;
}
.kindergartens-tabs.nav-tabs .nav-item.show .nav-link, .kindergartens-tabs.nav-tabs .nav-link.active,
.kindergartens-tabs.nav-tabs .nav-link:hover {
	border-color: #def2f1 #def2f1 #3aafa9;
	background: #3aafa9;
	color: #fff;
}
.nav-tabs {
	border-bottom: 1px solid #3aafa9;
}
.kindergartens-tabs.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background: #def2f1;
	color: #17242a;
	font-size: 16px;
}
.nav-tabs .nav-item {
	margin-bottom: 0px;
	margin-right: 2px;
}
.dropdown-menu{
	font-size: 14px;
}
.sad-svg{
	width: 40px;
	height: 40px;
	fill: #3aafa9;
}
.sad-age-1{
	font-size: 18px;
	margin: 0 8px;
}
.sad-age {
	display: flex;
	align-items: center;
	color: #3aafa9;
}
.sad-age-2{
	font-size: 24px;
	font-weight: 700;
}
button.btn-modal {
	background: #3aafa9;
	color: #fff;
	border: 1px solid transparent;
	padding: 5px 15px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px;
}
button.btn-modal:hover{
	border: 1px solid #3aafa9;
	background: transparent;
	color: #3aafa9;
}
.btn-modal-th{
	width: 170px;
}
th.sad-th {
	text-transform: uppercase;
	color: #e4eff5;
	vertical-align: middle !important;
}
.price-sad {
	color: #17242a;
	font-weight: 800;
	font-size: 18px;
}
td.sad-td {
	vertical-align: middle !important;
}
.pr-org{
	background: #e8f7f6;
	border-radius: 0 5px 5px 0;
	padding: 15px;
}
.foto-org{
	position: relative;
}
#mse2_mfilter .foto-org{
	position: relative;
	max-height: 315px;
	overflow: hidden;
}
.foto-org:after{
	content: '';
	background: linear-gradient(to top, rgba(72, 68, 68, 0.6) 0%, transparent 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.foto-org img{
	border-radius: 5px 0 0 5px;
}
.flags-org {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: flex;
	flex-flow: column;
	align-items: start;
}
.flags-org span{
	display: block;
}
.pr-org-name{
	font-size: 34px;
    margin: 5px 0;
    color: #2d7175;
    font-family: 'LifehackSans-Medium';
    display: block;
    line-height: 34px;
}

.category-name {
	font-family: 'LifehackSans-Medium';
	margin-bottom: 2rem;
	font-size: 50px;
}
.pr-org-desc{
	font-size: 13px;
}
.badge-org{	
	margin-bottom: 5px;
}
.ec-rating-stars span,
.ec-stars,
.ec-stars span {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAYAAAASYli2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ZJREFUeNqUVs9PE0EUfrtdWuBAoCkkJiRYITGUQmIMt9ps+Q8MMRLPHPCi8S9o+w+YmJjowZMmGiG9ejFxFzBoFCUpFS4SSwIhKgIpKbS023W+Ybfuz1In+Zi3733vzZuZ96YIW/PUaujGLPgRrtzSbd9So0E0cnvLRfz+ejgTjt/n8kHhUYZxMh4cl5+oad4rM306PHaPAMg+HJ+AWtmGjRcsu9jd5jdk6Jw8r4CCrrMzOFu2KddfJvXxO0tOHTGd/SyDN1wBpbVnAs7GtqVL4zNE9QMbsX90htaeJ3WHf/barG47W+HTE9In59ilVItElR/U1uiMEoUu0+enwzQ5p9uylup1yn54PJwem5qlnoFoW/FKux/p27tnPEPXGS4+5LPMoEykpql3YLBlsKNfO5RXchBTDGrygf0URJYhMaXK5tTXtzk63F0nqv30BGzggGv4uMvGVE7dTHGCXj/0DQgbOODCp2XAN68UGXK4l/2p7XsCNnDApc0J74C8ONcHUaTyyNWe83Ix8Gdvj8OqAwdcyF6FLXHl+A5p80I63HfGOuCI9n9r9H6pArtq8OREspMi/QEK92nnragdZfwDfhH4apFwhTYLRBsb3Jaanj4PmMuRvKhUlFiMaHTU6GGf1hPx2tB1ndicXVggKhQoy2SBQcU3ABk62Ixvc3b38vLyvz4OhUJ2oyDwImP9buuGarXalBOJhD3DFjWcibE9ApCpzSE6V67X6xwsq3RXVxcBkE29NbsLAzqzM8f/ZCm6X2GNZ9Td3Y2Zw5DTmt/z7giYMX6MmkBGZjATRpa6A+6sVVXVG42GzlbXa7VaWwAXPvB1LsxaT8sqikInJyesrhptAVz4wNdzy+z2UisrK3R6enphMHDAhY/Xls1LUdlqPGi5XOYX4wXYwAHX0uf2Xj4+Pm4eZyAQIHZGJEmS5w3CZgRX/W7Z6imDjGBw9CQzm1E6sl+GouV85Gg0yoOZKJVKHFYdOOCafh7PV7NY08FgkDvhFgvsabG+h/F4nBc4OMwn7dc5knWVjo4O2mMv9Pb2Nn8PRVHkAZFRPp9XhoaGKBKJeGbW3LKlKLOrq6tULBazxr9v1jOCLMAGDrimn3P8FWAAEtbR4/v4jFEAAAAASUVORK5CYII=');
}
.ec-stars {
	background-position: 0 -16px;
	background-repeat: repeat-x;
	margin: 10px 0;
	width: 96px;
	height: 16px;
}
.ec-stars span{
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block;
	height: 16px;
	width: 0;
}
.ec-stars span.rating-0{width: 0;}
.ec-stars span.rating-1{width: 16px;}
.ec-stars span.rating-2{width: 36px;}
.ec-stars span.rating-3{width: 56px;}
.ec-stars span.rating-4{width: 76px;}
.ec-stars span.rating-5{width: 96px;}
.ms2_product {
	margin-bottom: 15px;
}
.category-rat .ec-stars{
	margin: 0px 0;
}
.filter_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #17252a;
    background: #def2f1;
    padding: 10px 5px;
    margin: 0;
}
.filt-mob > .filter_title{
	margin: 0 0 10px 0;
}
#mse2_filters fieldset > .mb-3{
    padding: 10px 10px 10px 10px;
    margin: 0 0 10px 0 !important;
    border: 1px solid #def2f1;
    background: #fff;
}
.nub-slider {
    font-size: 13px;
    padding: 5px;
    height: auto;
    margin: 0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus, 
.ui-button:hover, 
.ui-button:focus {
    border: 1px solid #3aafa9 !important;
    background: #3aafa9 !important;
}
.custom-control-label {
    vertical-align: middle;
    padding: 3px 0px;
    font-size: 14px;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0;
}
.custom-control-label::before {
	border: #3aafa9 solid 1px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	background-color: #3aafa9;
	width: 0.75rem;
	height: 0.75rem;
	top: 0.4rem;
	left: -1.35rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #fff;
}
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem hsla(177, 50%, 46%, 0.1);
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #3aafa9;
	border-color: #3aafa9;
}
.pr-org-link{
	padding: 5px;
	background: #3aafa9;
	position: absolute;
	bottom: 0;
	right: 16px;
}
.pr-org-link:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 10px solid #3aafa9;
	border-left: 30px solid transparent;
	position: absolute;
	top: -10px;
	left: 0;
	transition: all 250ms linear;
}
.pr-org-link-svg{
	width: 20px;
	height: 20px;
	fill: #fff;
}
.pr-org-link:hover svg{
	fill: #17252a;
}
.cat-option-org{
	font-size: 13px;
}
.name-cat-option-org {
	margin-right: 5px;
}
section.wr-slider {
	background: #def2f1;
	position: relative;
}
.title-city-gl {
	font-family: 'LifehackSans-Bold';
	font-size: 60px;
	color: #3aafa9;
	line-height: initial;
}
.title-span{
	font-size: 15px;
	font-weight: 600;
	color: #17252a;
	text-transform: uppercase;
}
.img-city {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border: 2px solid #3aafa9;
	border-radius: 5px;
	transition: all 300ms linear;
}
.img-city:hover{	
	border: 2px solid #17252a;
}
.img-city:after{
	content: '';
	background: linear-gradient(to left, rgba(58, 175, 169, 1) 0%, transparent 80%);
	/*background: rgba(0, 0, 0, 0.2);*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 300ms linear;
}
/*.img-city:hover:after{
	  content: '';
    background: linear-gradient(to left, rgba(58, 175, 169, 1) 0%, transparent 80%);
}
*/
.city-span{
	position: absolute;
	bottom: 15px;
	left: -15px;
	margin: auto;
	color: #fff;
	text-align: right;
	font-family: 'LifehackSans-Medium';
	font-size: 50px;
	color: #ffffff;
	z-index: 2;
	height: auto;
	transition: 1s;
	width: 100%;
	transition: all 350ms linear;
}
.img-city:hover .city-span{
    /*left: 60%;
    margin: auto;*/
    color: #17252a;
}
.top-org-bl {
	background: #def2f1;
	border-radius: 5px 5px 0 0;
	padding: 12px;
}
.foto-org-gl{
	overflow: hidden;
	max-height: 337px;
}
.foto-org-gl:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(72, 68, 68, 0.6) 0%, transparent 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.hover-bl{
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: -100%;
	z-index: 1;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 120%);
	width: 100%;
	height: 100%;
	padding: 55px 15px 15px;
	transition: all 350ms linear;
	color: #fff;
}
.content-cat-seo{
	max-height: 405px;
}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgb(58, 175, 169);
}
.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(58, 175, 169,.55);
}
.sf_content {
    padding-right: 40px;
}
.foto-org-gl:hover .hover-bl{
	opacity: 1;
	right: 0%;
}
.foto-org-gl:hover a{
	color: #fff;
	text-decoration: none;
}
.mol-gl-title {
	font-size: 14px;
	font-weight: 700;
	color: #3aafa9;
}

.mol-gl-har li {
	font-size: 12px;
}
.wr-bl-name-org-gl {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
}
.pr-org-name-gl{
	font-family: 'LifehackSans-Regular';
    font-size: 34px;
    color: #fff;
    line-height: 30px;
}
.option-org-bl-gl-bottom{
	font-size: 16px;
	color: #fff;
}
#mse2_selected {
	background: #e8f7f6 !important;
	padding: 10px !important;
	border-radius: 0 !important;
}
.mse2_selected_link sup{
	color: red !important;
	top: -5px;
	right: -5px;
}
#mse2_selected strong {
	margin: 0 5px;
}
.opt-gl-metro-svg svg{
	width: 30px;
	height: 30px;
	fill: #3aafa9;
}
.bl-sad-gl .option-org-bl-gl-top svg{
	width: 30px;
	height: 30px;
	fill: #3aafa9;
	margin-right: 5px;
}
.opt-gl-metro-svg {
	margin-right: 5px;
}
.opt-gl-metro-desc {
	line-height: initial;
    color: #212529;
    font-size: 14px;
    font-weight: 500;
}
.city-gl .container-fluid{
	max-width: 1366px;
}
.name-director {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 18px;
	margin: 10px 0 0;
	color: #3aafa9;
}
.dol-director {
	font-size: 12px;
	text-align: center;
	font-weight: 500;
}
ul.oglavl {
	padding: 0;
	margin: 0;
	list-style-type: none; 
}

ul.oglavl li {
	border-bottom: 1px dotted #2b7a77;
	position: relative;
	padding: 0;
	margin-bottom:5px;
}

ul.oglavl li span {
	background-color: #FFF;
	margin: 0;
}

ul.oglavl li span.text, ul.oglavl li span.page {
	bottom: -5px;
}

ul.oglavl span.text {
	position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #2b7a77;
}

ul.oglavl span.page {
	position: absolute;
    right: 0;
    padding-left: 2px;
    font-size: 12px;
    color: #2b7a77;
    font-weight: 500;
    top: 2px;
}
svg.metro-f {
    overflow: hidden;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: #2b7a77;
    margin-top: -4px;
    margin-right: 5px;
    transition: all 150ms linear;
}
ul.oglavl li a {
    display: block;
}
ul.oglavl li a:hover{
	text-decoration: none;
	color: #3aafa9;
}
ul.oglavl li a:hover svg{
	fill: #3aafa9;
}
.priim-svg-gl{
	width: 60px;
	height: 60px;
	fill: #3aafa9;
	margin-bottom: 15px;
}
.name-list-priim-gl {
    font-size: 18px;
    font-weight: 500;
    color: #17252a;
    max-width: 290px;
    margin: 0 auto;
}
.wr-list-priim-gl{
	text-align: center;
}
.modal .close {
    float: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    top: 15px;
    right: 15px;
}
.bg-dark {
    background-color: #17242a!important;
}
.f-13{
	font-size: 13px;
}
.f-16{
	font-size: 16px;
}
.al-har2 .list-all-har {
    margin: 0 0 10px 10px;
}
.al-har2 .title-al-har {
    color: #3aafa9;
}
.al-har2 .title-list-all-har span{
	color: #3aafa9;
}
.al-har2 .title-list-all-har {
    margin-bottom: 0px;
}
.p-table-new p{
	margin-bottom: .3rem !important;
}
.p-w-30{
	width: 30%;
}
.p-w-40{
	width: 50%;
}
.p-w-28{
	width: 20%;
}
.p-w-68{
	width: 70%;
}
.form-control.error{
	border-color: red;
}
.pagination .page-item.active .page-link {
    background-color: #3aafa9;
    border-color: #3aafa9;
}
.pagination .page-link {
    color: #3aafa9;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}
.pagination{
	justify-content: center;
}
.pagination-holder .col-xs-12{
	flex: 0 0 100% !important;
    max-width: 100% !important;
} 
.pagination-holder{
	margin-top: 30px;
}
.blog-content-img {
    max-width: 485px;
    margin: 0 25px 0px 0;
    float: left;
}
.desc-content-sad-5 .ul-gal{
	margin-bottom: 25px;
}
.badge-blog {
    background: #3aafa9;
    font-weight: 400;
    font-size: 12px;
    line-height: initial;
    min-width: 130px;
    color: #17252a;
    padding: .9em 1em;
}
.blog-foto{
	position: relative;
}
.blog-foto .badge-blog-wr{
	position: absolute;
	top: 15px;
	right: 15px;
}
.blog-foto img{
	border-radius: 5px 5px 0 0;
}
.date {
    color: #777777;
    font-size: 12px;
}
.atitle-blog a {
    color: #3aafa9;
    font-size: 16px;
    margin: 5px 0 10px;
    display: block;
    line-height: initial;
}
.wr-desc {
    padding: 20px;
}
.blog-li {
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
	height: 100%;
	border-radius: 5px;
}
.alink-blog a{
	display: inline-block;
}
.alink-blog a {
    display: inline-block;
    padding: 7px 20px;
    margin-top: 18px;
}
.container-blog-gl{
	max-width: 1370px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	font-family: 'LifehackSans-Bold';
	color: #3aafa9;
	font-size: 40px;
}
#v-pills-tabContent .card-header {
    background-color: rgb(222, 242, 241);
}
#v-pills-tabContent .btn-link {
    color: #212529;
}
#v-pills-tab.nav-pills .nav-link.active, 
#v-pills-tab.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3aafa9;
}
.form-wr-faq textarea {
    height: 199px !important;
}
.error-label.custom-control-label::before{
	border-color: red;
}
.a-facebook{
	
}
.desc-content-sad ul{
	list-style-position: inside; 
}
ul.ul-gal{
    margin-bottom: 15px;
}
#mse2_selected_wrapper {
    min-height: 0 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3aafa9;
}
.menu-cat li a {
    font-size: 14px;
    line-height: 20px;
    color: #17252a;
    background: #def2f1;
    display: block;
    width: 100%;
}
.menu-cat li a img{
	background: #fff;
    padding: 5px;
    width: 32px;
}
.menu-cat li a:hover,
.menu-cat li.active a{
	text-decoration: none;	
    color: #def2f1;
    background: #3aafa9;
}
section.priim-gl {
    background: #def2f1;
}
.multi-select {
    font-size: 14px;
}



.wrapper-inner {
  position: relative;
}
.box-wrapper {
  margin-top: 80px;
}
.box {
  position: relative;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 1px rgba(0,0,0,0.1);
  box-shadow: 0 4px 1px rgba(0,0,0,0.1);
  width: 100%;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 65px;
}
.box-inner {
  padding: 30px;
}
.avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #3aafa9, 0 0 0 8px #fff;
  box-shadow: 0 0 0 3px #3aafa9, 0 0 0 8px #fff;
  top: -75px;
  margin-left: -75px;
  left: 50%;
  position: absolute;
}
.avatar img {
  width: 150px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.name,
.followers-title {
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 2px;
  color: #3a3a3a;
}
.occupation {
  font-size: 18px;
  color: #707070;
  margin-bottom: 2px;
}
.location {
  color: #b3b3b3;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.location .fa {
  color: #c6c6c6;
  margin-right: 4px;
}

.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 1px;
  display: table;
  margin: 0 auto;
}
.social-list > li {
  float: left;
  display: block;
}
.social-list > li > a {
  display: block;
  width: 45px;
  height: 55px;
  line-height: 55px;
  font-size: 28px;
  text-decoration: none;
  color: #b3b3b3;
  border-right: 1px solid #ededed;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.social-list > li > a:hover {
  background: #c30eb8;
  color: #fff;
}
.price-cat-block{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.price-cat-block span{
	padding: 8px;
    background: #ffe500;
    display: inline-block;
    line-height: initial;
    color: #333;
    margin-top: 18px;
}
.wr-allgl-search {
    
    margin: 0 auto;
}
div#myTabContent {
    margin-top: 20px;
}
.allgl-search{
	background: rgb(255 255 255 / 65%);
	padding: 25px;
	border-radius: 20px;
}
.nav-tab-gl{

}
.nav-tabs .nav-tab-gl .nav-link svg{
	margin-right: 15px;
}
.nav-tabs .nav-tab-gl.nav-item.show .nav-link, 
.nav-tabs .nav-tab-gl .nav-link.active,
.nav-tabs .nav-tab-gl.nav-item:hover .nav-link {
    color: #495057;
    background-color: #3aafa9;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #fff;
}
.nav-tabs .nav-tab-gl.nav-item.show .nav-link svg, 
.nav-tabs .nav-tab-gl .nav-link.active svg,
.nav-tabs .nav-tab-gl.nav-item:hover .nav-link svg{
	fill: #fff;
}
.nav-tab-gl .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    border: none !important;
	color: #17252a;
}
.cat-serch-block{
    background: #faffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgb(34 60 80 / 15%);
}
.title-cat-serch-block {
    font-weight: normal;
    font-size: 13px;
}




@media (min-width: 991px){
	td.sad-td {
		max-width: 260px;
	}
}



@media (max-width: 1420px) {
	.pr-org-name-gl {
	    font-family: 'LifehackSans-Regular';
	    font-size: 32px;
	}
}

@media (max-width: 991px){
	.blog-li {
	    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
	    height: auto;
	    border-radius: 5px;
	    margin-bottom: 30px;
	}
	.blog-gl .my-btn{
		margin-bottom: 20px;
	}
    #navbarsExample05 .dropdown-menu{
        background-color: #def2f1;
        background-clip: padding-box;
        border: none;
        padding: 0;
        margin: 0;
    }
	.btn-company a{
		width: 100%;
	}
	.my-navbar{
		padding: .5rem 0rem;
	}
	.navbar-toggler {
	    padding: .25rem 0rem;
	}
	.my-navbar .navbar-toggler i {
	    font-size: 22px;
	    color: #3aafa9;
	}
	.menu.navbar-nav .nav-item .nav-link{
		padding: 10px 15px;
	}
	.menu.navbar-nav .nav-item .nav-link:before {
		display: none;
	}
    #navbarsExample05 {
	    position: absolute;
	    top: 55%;
	    left: 0;
	    background: #def2f1;
	    z-index: 5;
	    padding: 15px 15px 15px 0;
	    width: 100%;
	    height: 100vh;
	}
}
@media (max-width: 767px) {
    .org-name {
        font-family: 'LifehackSans-Medium';
        font-size: 34px;
    }
    .menu-cat {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .menu-cat li {
        width: 50%;
    }
    .filter_title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
    }
	.filt-mob-button {
	    display: block;
	    width: 100%;
	    margin-bottom: 25px;
	}
	.wr-mse2_filters fieldset{
		width: 100%;
	}
	.filt-mob{
		display: none;
	}
	.text-slider-1 {
	    font-family: 'LifehackSans-Bold';
	    font-size: 50px;
	    line-height: 50px;
	}
	.text-slider-p {
	    font-family: 'LifehackSans-Medium';
	    font-size: 32px;
	    line-height: 40px;
	}
	.title-city-gl,
	.city-span{
		font-size: 34px;
	}
	.img-city{
		margin: 10px 0;
	}
	.title-span {
	    font-size: 13px;
	}
	.foto-org-gl{
		margin: 0 0 20px 0;
	}
	ul.oglavl{
		-moz-column-count: 1 !important;
	    -webkit-column-count: 1 !important;
	    column-count: 1 !important;
	}
	.filter-sad-gl{
		padding: 25px 0;
	}
	.wr-list-priim-gl {
	    text-align: center;
	    margin-bottom: 20px;
	}
	.name-list-priim-gl {
	    font-size: 14px;
	}
	.footer-menu{
		margin-bottom: 20px;
	}
	.social {
	    margin-top: 0px;
	    flex-wrap: wrap;
	}
	.name-social{
		width: 100%;
		margin-bottom: 20px;
	}
	.name-newsletter {
	    font-size: 26px;
	}
	#newsletterEmail{
		margin-bottom: 20px;
	}
	.footer-content {
	    padding: 20px 0 5px;
	}
	.form-control{
		font-size: 0.85rem;
	}
	#sync1:after {
	    content: '';
	    background: url(../images/img8.png) -70px -5px repeat-x;
	    position: absolute;
	    top: -1px;
	    left: 5px;
	    z-index: 1;
	    width: 100%;
	    height: 25px;
	    background-size: 60%;
	}
	#sync1:before {
	    content: '';
	    background: url(../images/img9.png) 0px 100% repeat-x;
	    position: absolute;
	    bottom: -1px;
	    left: 0;
	    z-index: 1;
	    width: 100%;
	    height: 25px;
	    background-size: 60%;
	}
	#sync1.owl-theme {
	    position: relative;
	    margin-bottom: 30px;
	}
	.all-count-raiting{
		justify-content: space-between;
		width: 100%;
	}
	.adress-org {
	    color: #3aafa9;
	    font-size: 15px;
	    margin-bottom: 20px;
	}
	.title-al-har{
		font-size: 20px;
	}
	.ul-time li span {
	    display: block;
	    margin-bottom: 5px;
	}
	.ul-time li{
		text-align: center;
		margin-bottom: 10px;
	}
	.sad-td.text-center{
		text-align: left !important;
	}
	.my-table tbody tr td:last-child, .my-table thead tr th:last-child {
	    text-align: left;
	}
	.f-13 {
	    font-size: 13px;
	    padding: 5px;
	}
	.kindergartens-tabs.nav-tabs .nav-link {
	    border: 1px solid transparent;
	    border-top-left-radius: .25rem;
	    border-top-right-radius: .25rem;
	    background: #def2f1;
	    color: #17242a;
	    font-size: 12px;
	    padding: .5rem 0.3rem;
	}
	.director-block,
	.manager-block{
		text-align: center;
		margin-bottom: 20px;
	}
	.sad-age-1 {
	    font-size: 14px;
	}
	.sad-age-2 {
	    font-size: 20px;
	}
	table.bt tbody td::before, table.bt tfoot td::before, table.bt tfoot th::before{
		width: 7.5em !important;
	}
	.table td, .table th {
	    padding: .5rem;
	}
	.comments-block .ec-message .mrc-shadow{
		background: transparent !important;
	}
	.p-w-30{
		width: 100%;
	}
	.p-w-40{
		width: 100%;
	}
	.p-w-28{
		width: 100%;
	}
	.p-w-68{
		width: 100%;
	}
	.p-table-new p{
		text-align: center;
	}
	.footer-menu-name {
	    font-size: 23px;
	}
	.blog-foto img {
	    border-radius: 5px 5px 0 0;
	    width: 100%;
	    display: block;
	}
	.blog-content-img {
	    max-width: 100%;
	}
	.btn-company {
	    margin: 10px 0 0;
	}
}