/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Customize
--------------------------------------------------------------*/


.zytaty-wrapper {
	position: -webkit-sticky !important;
	position: sticky !important;
}
.dgmap-filter.active {
	background: white;
	color: lime;
}
.menu-inpage {
	margin: 0 0 30px;
}
.menu-inpage-li {
	margin: 0;
}
.menu-inpage-li a {
	color: white;
	border: 0;
}
.tag-cloud-link {
	color: white;
}

#dgmap p {
	margin-bottom: 5px;
}
#dgmap p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.widget-page-menu {
		display: none;
	}
}

.e-icon-emoji.emoji-birthbaby {
  background-image: url('../images/emoji-birthbaby.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
	.jsEngRedirectModal .modal-content {
		max-width: 100%;
		width: 640px;
	}
	.jsEngRedirectModal h2 {
		font-size: 20px;
	}
}

.e-icon-emoji.emoji-love {
  background-image: url('../images/love.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-23 {
  background-image: url('../images/eco-23.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-candle {
  background-image: url('../images/emoji-candle1.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

/* swiper slider */
@media (min-width: 768px) {
	.partners-slider {
		margin: 0 -40px;
	}
}
.partners-slider .swiper-button-prev, .partners-slider .swiper-button-next {
	top: 40px;
}
.swiper-button-prev, .swiper-button-next {
	font-family: 'webflow-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: none !important;
	width: 1em;
	height: 1em;
	font-size: 40px;
	color: #8bc53f;
}
.swiper-button-next:before {
    content: "\e600";
}
.swiper-button-prev:before {
    content: "\e601";
}

/* Прячет scrollbar рубрикатора регионов на главной for Chrome, Safari and Opera */
.map-rubricator-wrapper::-webkit-scrollbar {
  	display: none;}

/* Прячет scrollbar рубрикатора регионов на главной for IE, Edge and Firefox */
.map-rubricator-wrapper { 
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
@media screen and (max-width: 767px) {
.map-rubricator-wrapper.isclosed {
    overflow-x: scroll;
    overflow-y: hidden;
    }}

@media screen and (max-width: 479px) {
.map-rubricator-wrapper.isclosed {
    overflow-x: scroll;
    overflow-y: hidden;
    }
.hero-col__left {
    padding-bottom: 98px;
}

}
	
	
	
.news-item-thumb_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}