/*!
Theme Name: eco
Theme URI: http://underscores.me/
Author: Underscores.me
*/
/*
section {
outline: red solid 1px;
}
.row {
outline: green solid 1px;
}
div[class^="col"] {
outline: #c0c0c0 solid 1px;
}
*/
html,
body {
	font-family: Open Sans, sans serif;
}
#header {
	background: url(/wp-content/themes/eco/img/bg-main.png) no-repeat #94bb55;
	background-size: 100% auto;
	color: #fff;
}
#header .container .row {
	min-height: 180px;
	padding-top: 35px;
}
img#logo {
	width: 370px;
}
img#logo-footer {
	width: 160px;
}
p#slogan-small {
	font-size: 12px;
	padding-left: 82px;
}
p#slogan {
	font-size: 24px;
	font-weight: 700;
	padding-left: 82px;
	line-height: 1.2;
}
p#slogan-footer {
	font-size: 12px;
	padding-left: 35px;
}
p#schedule {
	font-size: 12px;
	text-align: right;
}
p#phone {
	font-size: 36px;
	font-weight: 700;
	line-height: 10px;
}
p#phone a {
	color: #fff;
	text-decoration: none;
}
#cta-header-button {
	padding-top: 20px;
}
.contacts {
	text-align: right;
}
/* MENUS ////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#menu {
	background-color: #2d322f;
}
.site-navigation,
.footer-navigation {
	width: 100%;
}
.site-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-nav > .menu-item {
	position: relative;
}
.site-nav > .menu-item > a {
	display: block;
	padding: 14px 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
}
.site-nav > .menu-item > a:hover,
.site-nav > .menu-item.focus > a,
.site-nav > .menu-item.current-menu-item > a {
	color: #94bb55;
}
.site-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 260px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #2d322f;
	border-top: 3px solid #94bb55;
	z-index: 1000;
}
.site-nav .menu-item-has-children:hover > .sub-menu,
.site-nav .menu-item-has-children.focus > .sub-menu {
	display: block;
}
.site-nav .sub-menu .menu-item a {
	display: block;
	padding: 10px 16px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}
.site-nav .sub-menu .menu-item a:hover {
	color: #94bb55;
	background-color: #3a403c;
}
.footer-nav-row {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.site-nav--footer-list {
	justify-content: flex-start;
}
.site-nav--footer-list > .menu-item > a {
	padding: 8px 16px 8px 0;
	font-size: 14px;
	text-transform: none;
}
.site-nav--footer-list .sub-menu {
	position: static;
	display: block;
	border-top: 0;
	background: transparent;
	min-width: 0;
	margin-top: 8px;
}
.site-nav--footer-list .sub-menu .menu-item a {
	padding: 4px 0;
	color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 991px) {
	.site-nav {
		flex-direction: column;
	}
	.site-nav > .menu-item > a {
		padding: 12px 0;
	}
	.site-nav .sub-menu {
		position: static;
		display: block;
		border-top: 0;
		padding-left: 16px;
	}
}
#goods {
	background-color: #94bb55;
	text-align: center;
	padding: 30px;
}
/* CONTENT ****************************************************************************************************** */
#content {
	background: #f8f8f8;
	padding: 30px 0 30px 0;
}
#content ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#content ol {
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
}
#content ul>li {
	background: url(/wp-content/themes/eco/img/bullet-green.png) no-repeat 0 8px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#content ol>li {
	padding-bottom: 10px;
}
#content blockquote {
	background-color: #eef2e7;
	padding: 25px;
	font-size: 115%;
	border-left: 4px solid #94bb55;
}
#content h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 30px;
}
#content .additional{
	padding: 25px;
	background-color: #fff;
	border: 2px solid #abb7c4;
}
#content table {
	width: 100%
}
#content table tr td {
	border: 1px solid #abb7c4;
	padding: 5px;
}
#content p {
	padding-top: 5px;
}
.su-spoiler-title {
	background-color: #94BB55;
	padding: 7px 7px 7px 34px;
	font-weight: bold;
	font-size: 1em;
}
.su-spoiler-title:hover {
	color: white;
}
.su-spoiler-icon {
	padding-left: : 25px;
}
.eco-revslider {
	/*background: #abb7c4;*/
}
/* SECTION SLIDER CONTENT /////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#slider-content {
	background: #466368;
	background: linear-gradient(to top, #e3ecf1, #f6f9fc);
}
/* SECTION HEADER DARK ////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.section-header-dark {
	background: url(/wp-content/themes/eco/img/section-header-dark-bg.png) no-repeat 50% 20% #2d322f;
	color: #fff;
	text-align: center;
}
.section-header-dark .container .row {
	height: 210px;
}
.section-header-dark h1 {
	font-weight: bold;
	text-transform: uppercase;

}
.bottom-triangle {
	background: url(/wp-content/themes/eco/img/section-header-dark-bg-t.png) no-repeat center #fff;
	height: 30px;
}
/* SECTION SERVICES ////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#services {
	margin-top: 60px;
	margin-bottom: 60px;
}
#services .row {
	padding-bottom: 50px;
}
#slider-content{
      display: flex;
    justify-content: center;
}
.carousel{
      max-width: 1140px;
}
.four {

	margin: 0 auto;
	border-radius: 50%;
}
.four div {
background-position: center !important;
    background-size: contain !important;
	width: 140px;
	height: 140px;
	border: solid 6px white;
	border-radius: 50%;
	transition: 0.8s;
}
.four div:hover {
	border: solid 6px #94bb54;
	transition: 0.2s;
}
a.s-item-text-link {
	color: #2d322f;
	text-decoration: none;
	text-align: center;
  display: flex;
    flex-direction: column;
}
a.s-item-text-link:hover {
	color: #83d400;
}
.s-item-text-link h3 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}
/* ABOUT */
#about {
	background-color: #f8f8f8;
	border-bottom: 2px solid #abb7c4;
	border-top: 2px solid #abb7c4;
	padding-bottom: 60px;
	text-align: center;
}
#about h1 {
	font-weight: bold;
	text-transform: uppercase;

}
.about-header {
	background: url(/wp-content/themes/eco/img/section-header-light-bg.png) no-repeat 50% 50%;
	padding-top: 90px;
}
.about-sub-header {
	padding-bottom: 60px;
	text-align: center;
}
.about-misson {
	background-color: #fbfbfb;
}
.about-misson p {
	font-size: 18px;
	text-align: left;
	padding: 20px;
}
/* ABOUT END */
/* CRAOUSEL */
.ceb-doc-carousel {
	background-color: #fff;
	padding-top: 35px;
}
.ceb-doc-caousel-item {
	width: 300px;
	height: 310px;
	display: inline-block;
	font-size: 12px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: transparent no-repeat center;
	background-size: 100% 100%;
}

/* END CAROUSEL */
/* ADVANTAGES *************************************************************************************************/
.advantages {
	padding-top: 30px;
}
.advantage-item p {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
}
.advantage-icon {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 150px 0 150px 150px;
	transition: 0.5s;
}
.advantage-icon:hover {
	border-radius: 150px 150px 150px 150px;
	transition: 0.5s;
}
/* SECTION CALL TO ACTION ////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.cta {
	background: url(/wp-content/themes/eco/img/cta-bg.png) no-repeat 50% 10% #322305;
	color: #fff;
	text-align: center;
}
.cta .container .row {
	height: 350px;
}
.cta h1 {
	font-weight: bold;
	text-transform: uppercase;

}
.cta p {
	padding-bottom: 50px;
}
.btn-outline-success {
	background: #94bb54;
	color: #fff;
	border: 0;
	border-radius: 10px;
	font-size: 16px;
	padding: 20px;
	text-transform: uppercase;
}
.btn-outline-success:hover {
	background-color: #e49900;
}
/* CONTACT FORMS ////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.sidebar input{
	width: 100%;
	border: 1px solid #94BB54;
	border-radius: 5px;
	padding: 10px;
}

.wpcf7-submit {
	background: #94bb54;
	color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
}
.formWrap {
	display: block;
	float: left;
	margin: auto;
	background-color: #fff;
	border: 2px solid #ABB7C4;
	text-align: center;
	padding: 25px;
}
/* SUB PAGES COMMON ****************************************************************/
#sub-page-head {
	background: #fff;
	border-bottom: 2px solid #abb7c4;
	border-top: 2px solid #abb7c4;
}
#sub-page-head .row {
	min-height: 120px;
}
#sub-page-head h1 {
	font-weight: bold;
	/*    padding-top: 15px;*/
}
.sup-page-title {
	text-align: center;
	padding: 20px 0 8px 0;
}
.sup-page-title h1{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 180%;
	text-align: center;
}
/* SUB SERVICES ***************************************************************** */
#sub-services {
	background-color: #f8f8f8;
	padding-top: 60px;
	padding-bottom: 60px;
}
.sub-s-item-link {
	display: block;
	width: 65px;
	height: 100px;
	float: left;
	padding-right: 15px;
}
.sub-s-item-link .four {
	border: solid 2px #94bb54;;
	background: #94bb54;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin: 0;
}
.sub-s-item-link .four div {
	width: 50px;
	height: 50px;
	border: solid 2px #fff;
	border-radius: 50%;
	transition: 0.8s;
}
.sub-s-item-link .four div img {
	width: 36px;
	height: 36px;
	margin-top: 4px;
	margin-left: 4px;
}
.sub-services-item {
	/*border: 1px solid green;*/
}
.sub-services-item-logo {
	/*border: 1px solid red;*/
	display: block;
	width: 56px;
	height: 56px;
	float: left;
}
.sub-services-item-header {
	/*border: 1px solid blue;*/
	margin-left: 66px;
	min-height: 56px;
}
.sub-services-item-header h3{
	font-size: 1.5em;
	padding-top: 12px;
}
.sub-services-item-header h3 a{
	text-decoration: none;
	color: #212529;
}
.sub-services-item-header h3 a:hover{
	color: #FFA500;
}
.sub-services-item-list ul {
	margin: 0 0 0 0;
	padding: 0 0 60px 0;
	list-style: none;
}
.sub-services-item-list ul li{
	background: url(/wp-content/themes/eco/img/bullet-green.png) no-repeat 62px 8px;
	padding-left: 80px;
	padding-bottom: 15px;
}
.sub-services-item-list ul li a {
}
.sub-services-item-list ul li a:hover {
	color: orange;
	text-decoration: none;
}
.headPicWrapper {
	background-color: #94BB54;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding-top: 10px;
	border: 3px solid white;
	text-align: center;
}
#item-page-head {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}
#item-page-head h1 {
	font-weight: bold;
}
#item-l4-head {
	color: #fff;
}
#item-l4-head h1{
	font-weight: bold;
}
#item-page-head img {
	width: 300px;
}
.item-excerpt {
	color: #fff;
}
#crumbs {
/*    background-color: #F8F8F8;
border-bottom: 2px solid #abb7c4;*/
}
.kama_breadcrumbs {
	font-size: 12px;
}
#footer {
	background-color: #2d322f;
	padding: 30px;
	color: #fff;
}
.sidebar {
	background-color: #fff;
	border: 2px solid #abb7c4;
	padding: 25px;
	margin-bottom: 30px;
	font-size: 13px;
}
.sidebar h2, h3, h4, h5, h6{
	font-size: 14px;
	padding-top: 0;
}
.sidebar p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.card-date {
	font-size: 12px;
}
.card-link {
	background-color: #fff;
	display: block;
	width: 100%;
	min-height: 300px;
	padding: 15px;
	margin-bottom: 30px;
	border: 2px solid #ABB7C4;
}
.card-link:hover {
	border: 2px solid #7FCD04;;
}
/* PARTNERS ////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.partners-section {
	background: #f8f8f8;
	padding: 30px 0 60px;
}
.partners-empty {
	margin: 0;
	padding: 30px;
	background: #fff;
	border: 2px solid #abb7c4;
	text-align: center;
	color: #2d322f;
}
.partners-grid {
	margin-top: 20px;
}
.partners-grid__item {
	margin-bottom: 30px;
	display: flex;
}
.partner-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 30px 24px;
	background: #fff;
	border: 1px solid #dcdfe2;
	color: #2d322f;
	text-decoration: none;
	text-align: center;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.partner-card:hover,
.partner-card:focus {
	border-color: #94bb55;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	color: #2d322f;
	text-decoration: none;
}
.partner-card--static {
	cursor: default;
}
.partner-card--static:hover,
.partner-card--static:focus {
	border-color: #dcdfe2;
	box-shadow: none;
}
.partner-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	margin-bottom: 18px;
}
.partner-card__logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 80px;
	object-fit: contain;
}
.partner-card__logo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #f2f2f2;
	color: #94bb55;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
.partner-card__head-title {
	margin: 0 0 18px;
	color: #000;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
}
.partner-card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.partner-card__body p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.45;
	color: #4a4f4c;
}
.partner-card__site {
	margin-top: 6px;
	color: #94bb55;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.partner-card__site::after {
	content: "\2192";
	margin-left: 6px;
}
@media (max-width: 767px) {
	.partner-card {
		padding: 24px 20px;
	}
}
.events-section {
	background: #f8f8f8;
	padding: 30px 0 60px;
}
.events-empty {
	margin: 0;
	padding: 30px;
	background: #fff;
	border: 2px solid #abb7c4;
	text-align: center;
	color: #2d322f;
}





/* HERO SLIDER ARROWS */
.hero-carousel__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: rgba(45, 50, 47, 0.55);
	transition: background-color 0.2s ease;
}
.hero-carousel__arrow:hover {
	background: rgba(45, 50, 47, 0.8);
}
.hero-carousel__arrow::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.hero-carousel__arrow--prev::before {
	margin-left: 4px;
	transform: rotate(-135deg);
}
.hero-carousel__arrow--next::before {
	margin-right: 4px;
	transform: rotate(45deg);
}

/* NEWS GALLERY ////////////////////////////////////////////////////////////////////////////////////////////////////*/
.news-featured-image {
	position: relative;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 8px;
	background: #f3f5f2;
	cursor: zoom-in;
}
.news-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.25s ease;
}
.news-featured-image:hover img,
.news-gallery__slide:hover img {
	transform: scale(1.02);
}
.news-gallery {
	margin-top: 30px;
}
.news-gallery__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}
.news-gallery__title {
	font-size: 20px;
	margin: 0;
}
.news-gallery__counter,
.news-lightbox__counter {
	font-size: 14px;
	font-weight: 700;
	color: #2d322f;
}
.news-gallery__slider {
	position: relative;
}
.news-gallery__viewport {
	overflow: hidden;
	border-radius: 8px;
	background: #f3f5f2;
	box-shadow: inset 0 0 0 1px rgba(45, 50, 47, 0.08);
}
.news-gallery__track {
	position: relative;
}
.news-gallery__slide {
	display: none;
	position: relative;
	cursor: zoom-in;
}
.news-gallery__slide.is-active {
	display: block;
}
.news-gallery__slide img {
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	margin: 0 auto;
	background: #fff;
	transition: transform 0.25s ease;
}
.news-gallery__zoom-hint {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 16px;
	background: linear-gradient(to top, rgba(17, 20, 18, 0.72) 0%, rgba(17, 20, 18, 0.35) 70%, transparent 100%);
	pointer-events: none;
	transition: background 0.2s ease;
}
.news-featured-image:hover .news-gallery__zoom-hint,
.news-gallery__slide:hover .news-gallery__zoom-hint,
.news-featured-image:focus-visible .news-gallery__zoom-hint {
	background: linear-gradient(to top, rgba(17, 20, 18, 0.82) 0%, rgba(17, 20, 18, 0.45) 70%, transparent 100%);
}
.news-gallery__zoom {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(148, 187, 85, 0.95);
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.news-gallery__zoom-text {
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #2d322f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.01em;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.news-gallery__arrow,
.news-lightbox__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	border: 0;
	border-radius: 50%;
	background: rgba(45, 50, 47, 0.72);
	cursor: pointer;
	transition: background 0.2s ease;
}
.news-gallery__arrow:hover,
.news-lightbox__nav:hover {
	background: rgba(148, 187, 85, 0.95);
}
.news-gallery__arrow span,
.news-lightbox__nav span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.news-gallery__arrow--prev,
.news-lightbox__nav--prev {
	left: 12px;
}
.news-gallery__arrow--next,
.news-lightbox__nav--next {
	right: 12px;
}
.news-gallery__arrow--prev span,
.news-lightbox__nav--prev span {
	margin-left: 4px;
	transform: rotate(-135deg);
}
.news-gallery__arrow--next span,
.news-lightbox__nav--next span {
	margin-right: 4px;
	transform: rotate(45deg);
}
.news-gallery__thumbs-wrap {
	margin-top: 14px;
	overflow: hidden;
}
.news-gallery__thumbs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 4px;
	scroll-behavior: smooth;
}
.news-gallery__thumb {
	flex: 0 0 auto;
	width: 92px;
	height: 68px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	opacity: 0.72;
	transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.news-gallery__thumb:hover,
.news-gallery__thumb.is-active {
	opacity: 1;
	border-color: #94bb55;
	transform: translateY(-1px);
}
.news-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
}
.news-lightbox__overlay {
	position: absolute;
	inset: 0;
	background: rgba(17, 20, 18, 0.92);
	cursor: zoom-out;
}
.news-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	padding: 72px 64px 32px;
	box-sizing: border-box;
	pointer-events: none;
	cursor: zoom-out;
}
.news-lightbox__top,
.news-lightbox__nav,
.news-lightbox__figure {
	pointer-events: auto;
	cursor: auto;
}
.news-lightbox__top {
	position: absolute;
	top: 16px;
	left: 16px;
	right: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	z-index: 3;
}
.news-lightbox__counter {
	color: #fff;
}
.news-lightbox__figure {
	margin: 0;
	max-width: min(1200px, 100%);
	width: 100%;
	padding: 16px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}
.news-lightbox__viewport {
	overflow: hidden;
	width: 100%;
	max-height: calc(100vh - 260px);
	cursor: zoom-in;
	touch-action: none;
}
.news-lightbox__viewport.is-zoomed {
	cursor: grab;
}
.news-lightbox__viewport.is-dragging {
	cursor: grabbing;
}
.news-lightbox__transform {
	transform-origin: center center;
	transition: transform 0.18s ease;
	will-change: transform;
}
.news-lightbox__viewport.is-dragging .news-lightbox__transform {
	transition: none;
}
.news-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 260px);
	margin: 0 auto;
	background: #fff;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}
.news-lightbox__tools {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
.news-lightbox__tool {
	min-width: 40px;
	height: 36px;
	padding: 0 12px;
	border: 1px solid #d8ddd3;
	border-radius: 6px;
	background: #fff;
	color: #2d322f;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.news-lightbox__tool--text {
	font-size: 13px;
	font-weight: 700;
}
.news-lightbox__tool:hover {
	background: #94bb55;
	border-color: #94bb55;
	color: #fff;
}
.news-lightbox__zoom-label {
	min-width: 56px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #2d322f;
}
.news-lightbox__caption {
	margin-top: 14px;
	color: #2d322f;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}
.news-lightbox__close {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
}
.news-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.24);
}
body.news-lightbox-open {
	overflow: hidden;
}
@media (max-width: 767px) {
	.news-gallery__arrow {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}
	.news-gallery__slide img {
		max-height: 320px;
	}
	.news-gallery__zoom {
		width: 36px;
		height: 36px;
	}
	.news-gallery__zoom svg {
		width: 18px;
		height: 18px;
	}
	.news-gallery__zoom-text {
		font-size: 12px;
		padding: 6px 10px;
	}
	.news-gallery__thumb {
		width: 72px;
		height: 54px;
	}
	.news-lightbox__dialog {
		padding: 72px 16px 24px;
	}
	.news-lightbox__nav {
		width: 38px;
		height: 38px;
		margin-top: -19px;
	}
}