@charset "UTF-8";
/*
Theme Name: Единая дирекция ООПТ
Theme URI:  
Author URI: 
Description:  Единая дирекция ООПТ
Version: 1.0
font-family: "PT Sans Narrow", sans-serif
font-family: 'Bosk';
*/
@font-face {
    font-family: 'Bosk';
    src:url('fonts/Bosk.ttf.woff') format('woff'),
        url('fonts/Bosk.ttf.svg#Bosk') format('svg'),
        url('fonts/Bosk.ttf.eot'),
        url('fonts/Bosk.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: "PT Sans Narrow", sans-serif;
	color: #262524;
	position:relative;
	background:#fff;
	margin:0;
	font-size:20px;
	line-height:24px;
}
*{
	min-width:0;
	min-height:0;
	margin:0;
	padding:0;
}
*:focus {
    outline: none;
}
*,::after,::before{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul{
	list-style:none;
}
.container{
	max-width:1336px;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	z-index:3;
}
a{
	color:#000;
}
button, button:active, button:focus, a, a:active, a:focus, a:hover,
div:focus, input:focus{
	outline: none;
	text-decoration:none;
}
input,label,
textarea,
button{
	font-family: "PT Sans Narrow", sans-serif;
	box-shadow:none;
}
button, button::-moz-focus-inner, a::-moz-focus-inner {
	border:none;
}
a.phone, .price, .email{
	white-space:nowrap;
}
iframe{
	border:0;box-shadow:none;margin:0;padding:0;
}
ul{
	list-style:none;
}
h1,h2,h3{
	font-weight: bold;
	text-transform:none;
	text-align:center;
}
br{
	font-size:0;line-height:0;height:0;
}
.pagewrap{
	overflow:hidden;
}

.btn{
	display: flex;
	align-items: center;
	justify-content: center; 
	text-align:center;
	max-width:100%;
	width:fit-content;
	padding:5px 28px;
	height:52px;
	color:#fff;
	font-size:20px;
	line-height:100%;
	text-transform:none;
	font-weight:bold;
	border-radius:30px;
	border:0;
	background: #9DAF53;
	position:relative;
	cursor:pointer;
}
.btn:hover,.btn:focus{
	background: #7D9337;
	color:#fff;
}
.btn-c{
	margin:0 auto;
}
.btn-zelenaya{
	font-family: 'Bosk';
	font-size:22px;
	font-weight:400;
	margin-left:auto;
}
.btn-blue{
	background:#73AAAE;
}


.header{
	background:#fff;
	color:#262524;
}
.header-top{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:17px 0 2px;
	gap:25px;
}
.header-logo{
	display:block;
	width:587px;
	height:111px;
	background:url('./img/logo_.png') no-repeat 0 center / 250px 111px;
}
.descriptor{
	display:inline-block;
	padding:10px 0 0 257px;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	color:#262524;
}

.header-left{
	width:calc(100% - 579px);
}
.header-search{
	width:343px;
}
.header-btns{
	width:186px;
}

.search-form{
	width:100%;
	display: flex;
	width:100%;
	position:relative;
	border:1px solid #B09177;
	background:rgba(176,145,119,0.2);
	border-radius:30px;
	position:relative;
}
.header .search-form{
	max-width:343px;
}
.search-field{
	width:100%;
	height:52px;
	color:#262524;
	font-size:20px;
	padding:0 5px 0 57px;
	background:transparent;
	border:0;
	border-radius:30px;
	box-shadow:none;
}
.search-form:hover, .search-field:focus{
	background:#fff;
}
.search-submit{
	width:35px;
	height:34px;
	position:absolute;
	top:9px;
	left:11px;
	background:url('./img/icons/search-btn.png') no-repeat center / contain;
	border:0;
}


.topmenu{
	width:100%;
	background:#C7E2E4;
	position:relative;
	min-height:71px;
	display:flex;
	align-items: center;
}
.topmenu .container{
	z-index:999;
}
.header-nav{
	padding:22px 0 23px;
	width:100%;
	color:#262524;	
}
.mainmenu{
	display:flex;
	max-width:100%;
	width:fit-content;
	margin-left:auto;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.mainmenu > li{
	height:71px;
	display:flex;
	align-items: center;
	margin-left:40px;
}
.mainmenu a{
	display:block;
	font-size:20px;
	line-height:100%;
	white-space:nowrap;
	font-weight:bold;
	color:#262524;	
	padding:0;
	text-decoration: none;
	transition:all ease 0.1s;
}
.current-page-ancestor a,
.current-menu-item a,
.mainmenu a:hover{
	text-decoration: underline;
}
.menu-item-has-children{
	position:relative;
	padding-right:30px;
}
.menu-item-has-children:after{
	content:'';
	display:block;
	width:22px;
	height:22px;
	background:url('./img/icons/caret.png') no-repeat center center / contain;
	position:absolute;
	right:0;
	top:calc(50% - 11px);
	transition:all ease 0.1s;
}
.menu-item-has-children:hover:after{
	background:url('./img/icons/caret_h.png') no-repeat center center / contain;
}
.mainmenu .sub-menu{ 
	display:block;
	visibility:hidden;
	position: absolute; 
	top: 100%;
	transform:translateY(-5px);
	left:-55px;
	background: #fff; 
	padding: 10px; 
	z-index:-1;
	border-radius:4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding:22px 44px 22px 55px;
	transition:all ease 0.1s;
}
.mainmenu .menu-item-has-children:last-child .sub-menu{ 
	left:auto;
	right:0;
}
.menu-item-has-children:hover > a{
	text-decoration:underline;
}
.menu-item-has-children:hover > .sub-menu{ 
	transform:translateY(0px);
	visibility:visible;
	opacity:1;
	z-index:99;
}
.mainmenu .sub-menu:before{
	content:'';
	display:block;
	width:100%;
	height:10px;
	position:absolute;
	top:-9px;
	left:0;
	background:transparent;
}
.mainmenu .sub-menu li{
	position:relative;
	margin-bottom:20px;
	line-height:100%;
}
.mainmenu .sub-menu li:before{
	content:'';
	display:block;
	width:8px;
	height:8px;
	background:url('./img/icons/g_bg.svg') no-repeat center / contain;
	position:absolute;
	top:calc(50% - 5px);
	left:-19px;	
}
.mainmenu .sub-menu li:nth-child(even):before{
	background:url('./img/icons/g2_bg.svg') no-repeat center / contain;
}
.mainmenu .sub-menu a{
	font-size:20px;
	line-height:20px;
	color:#000000;
	font-weight:400;
}
.mainmenu .sub-menu a:hover{
	color:#9DAF53;
	text-decoration:none;
}


.mainslider {
    width: 100%;
	max-height:880px;
    height:calc(100vh - 200px);
	background:#9DAF53;
	position:relative;
	z-index:99;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next,
.swiper-button-prev {
    background: url('./img/icons/arrow.svg') no-repeat center / contain;
    width: 60px;
    height: 60px;
	opacity:0.3;
	transition:all ease 0.1s;
}
.swiper-button-next{
	right:38px;
}
.swiper-button-prev {
	left:38px;
    transform: rotate(180deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-prev:focus{
	opacity:1;
}
.swiper-button-next:before,
.swiper-button-next:after,
.swiper-button-prev:before,
.swiper-button-prev:after{
	display:none;
}

.slide{
	display: flex;
	align-items: center;
	width:100%;
	height:100%;
	padding:50px 80px;
}
.slide1{
	background:#9DAF53 url('./img/slider/slide1.jpg') no-repeat left top / cover;
}
.slide-a{
	background:#9DAF53 url('./img/slider/slide-a.jpg') no-repeat left top / cover;
}
.slide-text{
	text-align:left;
}
.slide-bigtext{
	font-size:68px;
	line-height:80px;
	color:#fff;
	font-family: 'Bosk';
	margin: 0 0 45px;
	font-weight:400;
	text-align:left;
}
.slide-text p{
	color:#262524;
	font-size:32px;
	line-height:41px;
}

.scroll-next-section{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:30px;
	background:url('./img/icons/down.svg') no-repeat center / 34px 22px;
	cursor:pointer;
	transition:bottom ease 0.3s;
	z-index:8;
}
.scroll-next-section:hover{
	bottom:10px;
}



.cols{
	display: flex;
	gap:24px;
	flex-wrap: wrap;
}
.cols-2 .cols-item{
	width:calc(50% - 12px);
}
.cols-3 .cols-item{
	width:calc(33.3% - 16px);
}

.section{
	padding:70px 0;
}
.section-title{
	color:#4E3A2E;
	font-size:65px;
	font-weight:400;
	line-height:100%;
	font-family: 'Bosk';
	margin: 0 0 44px;
}
.section-title-nav{
	position:relative;
	margin-bottom:44px;
}
.section-title-nav .section-title{
	margin: 0 0 10px;
}
.section-title-nav-a{
	display:inline-block;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
	color:#73AAAE;
}

.section-first{
	padding:79px 0 100px;
}
.section-beige{
	margin-top:20px;
	padding:40px 0 100px;
	background: linear-gradient(to bottom, #edf3dd, #FFFFFF);
	position:relative;
}
.section-beige:before{
	content:'';
	display:block;
	width:100%;
	height:100px;
	position:absolute;
	top:-100px;
	left:0;
	right:0;
	background: url('./img/decor/beige-bg.png') no-repeat 0 0 / 100% auto;
}
.section-lblue{
	background:#e5f1f3  url('./img/decor/fir.png') no-repeat 8px 93px;
	padding:99px 0 112px;
	position:relative;
}
.section-lblue:after{
	content:'';
	display:block;
	width:100%;
	height:115px;
	position:absolute;
	bottom:-114px;
	left:0;
	right:0;
	background: url('./img/decor/lblue-bg.png') no-repeat 0 bottom / 100% auto;
}
.section-about{
	padding:127px 0 66px;
	background:#fff  url('./img/decor/fir.png') no-repeat calc(100% + 200px) 210px;
}


.main-blocks-item{
	display:block;
	position:relative;
	padding:29px 0px;
	width:100%;
	border-radius:20px;
	overflow:hidden;
	height:660px;
}
.square-main-blocks .main-blocks-item{
	height:400px;
}
.main-blocks-item-image{
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
}
.main-blocks-item-image img{
	display:block;
	width:100%;
	height:auto;
	transition: transform 0.6s ease;
}
.main-blocks-item:hover .main-blocks-item-image img{
	transform:scale(1.1);
}
.main-blocks-item-text{
	display:block;
	width:100%;
	font-family: 'Bosk';
	font-weight:400;
	font-size:36px;
	line-height:100%;
	color:#fff;
	margin-bottom:28px;
	position:relative;
	z-index:2;
	padding-left:36px;
	padding-right:36px;
}
.main-blocks-info{
	position:absolute;
	bottom:29px;
	left:0px;
	right:0px;
	min-height:100px;
}
.main-blocks-item-1 .main-blocks-info{
	min-height: 196px;
}
.main-blocks-item-2 .main-blocks-info{
	min-height: 114px;
}
.square-main-blocks .main-blocks-item,
.square-main-blocks .main-blocks-item-1 .main-blocks-info,
.square-main-blocks .main-blocks-item-2 .main-blocks-info{
	min-height: 40px;
}
.main-blocks-item-3 .main-blocks-info{
	
}
.main-blocks-info:before{
	content:'';
	display:block;
	position:absolute;
	top:-124px;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.main-blocks-info:after{
	content:'';
	display:block;
	width:100%;
	height:calc(100% - 40px);
	position:absolute;
	left:0;
	bottom:-29px;
}
.main-blocks-item-1 .main-blocks-info:before{
	background:url('./img/decor/it1.png') no-repeat 0 0 / 100% auto;
}
.main-blocks-item-1 .main-blocks-info:after{
	background:#9DAF53;
}
.main-blocks-item-2 .main-blocks-info:before{
	background:url('./img/decor/it2.png') no-repeat 0 0  / 100% auto;
	top:-110px;
}
.main-blocks-item-2 .main-blocks-info:after{
	background:#4E3A2E;
	height:calc(100% + 29px);
}
.main-blocks-item-3 .main-blocks-info:before{
	background:url('./img/decor/it3.png') no-repeat 0 0 / 100% auto;
	top:-100px;
}
.main-blocks-item-3 .main-blocks-info:after{
	background:#73AAAE;
	height:calc(100% + 29px);
}
.square-main-blocks .main-blocks-item-1 .main-blocks-info:before,
.square-main-blocks .main-blocks-item-2 .main-blocks-info:before,
.square-main-blocks .main-blocks-item-3 .main-blocks-info:before{
	top:-60px;
}
.square-main-blocks .main-blocks-item-1 .main-blocks-info:after,
.square-main-blocks .main-blocks-item-2 .main-blocks-info:after,
.square-main-blocks .main-blocks-item-3 .main-blocks-info:after{
	height:90px;
}
.square-main-blocks .main-blocks-item-text{
	padding-top:40px;
}

.main-blocks-item-btns{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	gap:5px;
	position:relative;
	z-index:2;
	padding-left:36px;
	padding-right:36px;
}
.main-blocks-item-btns .btn{
	padding:5px 20px;
	height:42px;
	border:1px solid #fff;
	border-radius:50px;
	font-size:20px;
	font-weight:bold;
	background:rgba(38,37,36,0.2);
}
.main-blocks-item-btns .btn:hover{
	background:transparent;
}
.goto{
	display:inline-block;
	margin-left:8px;
	background:url('./img/icons/goto.svg') no-repeat center / contain;
	width:16px;
	height:15px;
	transition:all ease 0.2s;
}
.main-blocks-item-btns .btn:hover .goto{
	transform:translate(2px,-2px);
}


.ourgoals-block{
	max-width:1306px;
	margin:50px auto 50px;
	display: flex;
	flex-wrap: wrap;
}
.ourgoals-item{
	position:relative;
	width:33.3%;
	margin:0 0 70px;
	transition:0.3s ease;
	z-index:1;
}
.ourgoals-item.ourgoals-item-4{
	z-index:4;
}
.ourgoals-item.ourgoals-item-5{
	z-index:3;
}
.ourgoals-item-content{
	width:calc(100% + 20px);
	border-radius:50px;
	background:#E6F3F4;
	padding:155px 45px 90px;
	height:100%;
	min-height:380px;
	border:1px solid #73AAAE;
	position:relative;
}
.kadastr-oals-block .ourgoals-item-content{
	min-height:80px;
	padding-bottom:30px;
}
.kadastr-oals-block .ourgoals-item-content p{
	font-size:30px;
	line-height:36px;
	font-weight:bold;
}
.ourgoals-item-content p{
	max-width:348px;
}
.ourgoals-item.ourgoals-item-1 .ourgoals-item-content,
.ourgoals-item.ourgoals-item-4 .ourgoals-item-content{
	margin-top:10px;
}
.ourgoals-item.ourgoals-item-2 .ourgoals-item-content,
.ourgoals-item.ourgoals-item-5 .ourgoals-item-content{
	margin-top:38px;
}
.ourgoals-item-2 .ourgoals-item-content,
.ourgoals-item-4 .ourgoals-item-content{
	background:#EFE9E4;
	border-color:#B09177;
}
.ourgoals-item-3 .ourgoals-item-content,
.ourgoals-item-5 .ourgoals-item-content{
	background:#EFF4E1;
	border-color:#9DAF53;
}
.ourgoals-item-content p{
	font-size:24px;
	line-height:28px;
	font-weight:400;
}
.ourgoals-item-1,
.ourgoals-item-4{
	transform:rotate(-5deg);
}
.ourgoals-item-3,
.ourgoals-item-6{
	transform:rotate(5deg);
}
.ourgoals-item:hover{
	transform:translateY(-5px);
}
.ourgoals-item-head{
	position:absolute;
	top:10px;
	left:45px;
	right:45px;
	border-bottom:2px solid #fff;
	height:130px;
}
.ourgoals-item-head:before{
	content:'';
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	left:0;
	bottom:12px;
}
.ourgoals-item-1 .ourgoals-item-head:before,
.ourgoals-item-6 .ourgoals-item-head:before{
	background:url('./img/about/g-g1.png') no-repeat 0 0 / 56px 50px;
}
.ourgoals-item-2 .ourgoals-item-head:before,
.ourgoals-item-4 .ourgoals-item-head:before{
	background:url('./img/about/g-g2.png') no-repeat 0 0 / 52px;
}
.ourgoals-item-3 .ourgoals-item-head:before,
.ourgoals-item-5 .ourgoals-item-head:before{
	background:url('./img/about/g-g3.png') no-repeat 0 0 / 52px;
}
.ourgoals-item-1 .ourgoals-item-head{
	background:url('./img/about/g-i1.png') no-repeat right calc(100% - 12px);
}
.ourgoals-item-2 .ourgoals-item-head{
	background:url('./img/about/g-i2.png') no-repeat right calc(100% - 12px);
}
.ourgoals-item-3 .ourgoals-item-head{
	background:url('./img/about/g-i3.png') no-repeat right calc(100% - 12px);
}
.ourgoals-item-4 .ourgoals-item-head{
	background:url('./img/about/g-i4.png') no-repeat right calc(100% - 12px);
}
.ourgoals-item-5 .ourgoals-item-head{
	background:url('./img/about/g-i5.png') no-repeat right calc(100% - 12px);
}
.ourgoals-item-6 .ourgoals-item-head{
	background:url('./img/about/g-i6.png') no-repeat right calc(100% - 12px);
}

.section.nopad{
	padding-top:0;
}

.sights-item{
	
}
.sights-item-img{
	display:block;
	width:100%;
	height:300px;
	border-radius:20px;
	position:relative;
	overflow:hidden;
}
.sights-item-img img{
	position:relative;
	z-index:1;
	display:block;
	width:100%;
	height:100%;
	margin:auto;
	object-fit:cover;
	transition:all ease 1s;
}
.sights-item:hover .sights-item-img img{
	transform:scale(1.1);
}
.sights-item .sights-item-img:after{
	content:'';
	z-index:2;
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	opacity:0;
	transition:opacity ease 0.2s;
}
.sights-item:hover .sights-item-img:after{
	opacity:1;
}
.sights-item-info{
	display: flex;
	flex-direction: column;
	align-items: center;	
	position:absolute;
	z-index:2;
	top:15px;
	right:15px;
	z-index:3;
}
.single-sights-item-img .sights-item-info{
	right:auto;
	left:15px;
}
.sights-item-time,
.sights-item-km{
	display:block;
	width:fit-content;
	background:#fff url('./img/decor/time.svg') no-repeat center 5px / 23px 22px;
	border-radius: 61% 39% 55% 45% / 45% 56% 44% 55%;
	margin-bottom:8px;
	padding:29px 12px 8px;
	font-family: 'Bosk';
	font-size:20px;
	line-height:20px;
	text-align:center;
}
.sights-item-km{
	background:#fff url('./img/decor/map.svg') no-repeat center 5px / 23px 22px;
}
.sights-item-title{
	display:block;
	padding-top:30px;
	width:100%;
	font-family: 'Bosk';
	color:#262524;
	font-size:36px;
	line-height:100%;
	margin-bottom:35px;
	position:relative;
}
.sights-item-title:after{
	content:'';
	display:block;
	width:52px;
	height:11px;
	background:url('./img/decor/line1.svg') no-repeat 0 0 / contain;
	position:absolute;
	left:0;
	top:calc(100% + 7px);
}
.sights-item-title:hover{
	color:#73AAAE;
}
.sights-item-descr {
	font-size:18px;
	background: linear-gradient(to bottom, #262524 0%, transparent 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    height: 69px;
    overflow: hidden;
    position: relative;
}
.sights-item-descr-visible{
	font-size:18px;
    min-height: 69px;
    position: relative;
}

.single-sights-item-img{
	width:100%;
	min-height:400px;
	height:60vh;
	display: flex;
	align-items: center;
	justify-content: center; 
	position:relative;
	flex-direction: column;
	background: #C7E2E4;
	z-index:10;
}
.single-sights-item-img:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0%;
	height:100%;
	width:30%;
	background: url('./img/decor/g-d-5.png') no-repeat center / 100% 100%;
}
.single-sights-item-img .section-title{
	color:#fff;
	 text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.5);
}
.single-sights-item-img img{
	position:absolute;
	top:0;
	left:18%;
	right:0;
	bottom:0;
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	margin:auto;
	object-position:center center;
}

img.alignnone{
	display:block;
	max-width:100%;
	height:auto;
	border-radius:20px;
	margin-bottom:10px;
}

.gallery-img{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.single-gallery {
    width: 100%;
}


.gallery-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.gallery-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gallery-col-33 { width: 33.333%; }
.gallery-col-50 { width: 50%; }
.gallery-col-66 { width: 66.666%; }
.gallery-col-67 { width: 70%; }

.gallery-row-1 { height: 642px; }
.gallery-row-2 { height: 308px; }
.gallery-row-simple { height: 308px; }
.gallery-row-small { 
    height: 308px; 
    margin-bottom: 0;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    height: 100%;
	background:#D9D9D9;
	border-radius:24px;
}
.gallery-item-full {
    width: 100%;
	height: 308px;
}
.gallery-col-tall .gallery-item {
    height: 100%;
}
.gallery-img {
    display: block;
    width: 100%;
    height: 100%;
}
.gallery-item .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position:center;
    display: block;
    transition: transform 0.3s ease;
}
.gallery-img:hover .img-cover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .gallery-row {
        height: auto !important;
    }    
    .gallery-col-33,
    .gallery-col-50,
    .gallery-col-66,
    .gallery-col-67 {
        width: calc(50% - 12px);
    }    
    .gallery-row-small {
        height: 200px;
    }    
    .gallery-row-simple {
        height: 200px;
    }
}
@media (max-width: 560px) {
	.gallery-row {
		flex-direction: column;
        height: auto !important;
    }  
	.gallery-col-33,
    .gallery-col-50,
    .gallery-col-66,
    .gallery-col-67 {
        width: 100%;
    }  
    .gallery-row-small,
    .gallery-row-simple {
        height: 150px;
    }
}


.gallery-img:after{
	content:'';
	display:block;
	position:absolute;
	transition:opacity 0.5s;
}
.gallery-col-tall .gallery-img:after{
	left:0;
	top:60%;
	bottom:0;
	width:100%;
	background:url('./img/decor/g-d-1.png') no-repeat center / 100% 100%;
}
.gallery-col-66 .gallery-item-full .gallery-img:after,
.gallery-row-simple  .gallery-img:after{
	left:0;
	top:0;
	bottom:0;
	width:30%;
	height:100%;
	background:url('./img/decor/g-d-2.png') no-repeat center / 100% 100%;
}
.gallery-col-66 .gallery-row-small .gallery-img:after,
.gallery-row-simple .gallery-col-50:nth-of-type(even) .gallery-img:after{
	left:0;
	top:40%;
	bottom:0;
	width:100%;
	background:url('./img/decor/g-d-3.png') no-repeat center / 100% 100%;
}
.gallery-col-66 .gallery-row-small .gallery-col-50:nth-of-type(even) .gallery-img:after{
	top:50%;
	background:url('./img/decor/g-d-4.png') no-repeat center / 100% 100%;
}
.gallery-col-67 .gallery-img:after{
	left:0;
	top:0;
	bottom:0;
	width:40%;
	height:100%;
	background:url('./img/decor/g-d-5.png') no-repeat center / 100% 100%;
}
.gallery-col-33 .gallery-img:after{
	left:0;
	top:50%;
	bottom:0;
	width:100%;
	background:url('./img/decor/g-d-6.png') no-repeat center / 100% 100%;
}

.gallery-img:hover:after{
	opacity:0;
}
@media (max-width: 600px) {
	.gallery-img:after{
		display:none;
	}
}

/* Только для iframe с видео */
iframe[src*="video"],
iframe[src*="youtube"],
iframe[src*="vimeo"],
iframe[src*="vk.com/video"],
iframe[src*="player"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 500px !important;
  aspect-ratio: 16 / 9 !important;
  display: block !important;
}
/* Мобильная адаптация */
@media (max-width: 768px) {
  iframe[src*="video"],
  iframe[src*="youtube"],
  iframe[src*="vimeo"],
  iframe[src*="vk.com/video"],
  iframe[src*="player"] {
    height: 300px !important;
    min-height: 200px !important;
  }
}

.newspage-cols{
	display: flex;
	gap:20px;
	justify-content: space-between;
}
.newspage-leftcol{
	max-width:856px;
	width:65%;
}
.newspage-rightcol{
	max-width:390px;
	width:33%;
}

.prosecutors-items .cols-2 .cols-item {
	height:auto;
	width: 100%;
}
.prosecutors-items .news-item {
	height:auto;
	padding-top:30px;
	padding-bottom:25px;
}
.prosecutors-items .news-item-caption {
	position:static;
}
.prosecutors-items .cols-item  .news-item-img{
	display:none;
}
.prosecutors-items .news-item-title{
	max-width:100%;
}

.section-gbt{
	position:relative;
	background:#EFF4E1;
	padding:0;
	margin-top:70px;
}
.section-gbt:before,
.section-gbt:after{
	content:'';
	display:block;
	width:100%;
	height:157px;
	position:absolute;
	pointer-events:none;
	left:0;
	right:0;
}
.section-gbt:before{
	top:-157px;
	background:url('./img/decor/gbgtop.png') no-repeat center bottom / 100% auto;
}
.section-gbt:after{
	bottom:-157px;
	background:url('./img/decor/gbgbott.png') no-repeat center top / 100% auto;
}
.ourteam-item-main{
	display: flex;
	gap:60px;
	margin:0 0 99px;
}
.ourteam-item-photo{
	width:320px;
	overflow:hidden;
	position:relative;
}
.ourteam-item-photo img,
.member-photo img{
	max-width:100%;
	border-radius:56px;
}
.ourteam-item-name{
	width:calc(100% - 380px);
}
.ourteam-item-name h2, .h2-dec{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	color:#262524;
	padding-bottom:47px;
	margin:0;
	text-align:left;
	position:relative;
}
.ourteam-item-name h2:after, .h2-dec:after{
	content: '';
	display: block;
	width: 52px;
	height: 11px;
	background: url('./img/decor/line1.svg') no-repeat 0 0 / contain;
	position: absolute;
	left: 0;
	bottom:21px;
}
.ourteam-item-name h3{
	font-family: 'Bosk';
	font-size:24px;
	line-height:35px;
	font-weight:400;
	color:#73AAAE;
	margin:0 0 27px;
	text-align:left;
	text-transform:uppercase;
}
.ourteam-item-phone .phone{
	display: flex;
	align-items: center;
	padding-left:57px;
	color:#262524;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	height:44px;
	background: url('./img/icons/phone.png') no-repeat 0 center / 38px 44px;
}
.team-member{
	display: flex;
	gap:19px;
	align-items: center;
	margin:0 0 40px;
}
.member-photo{
	width:160px;
	height:200px;
	border-radius:26px;
}
.member-photo img{
	border-radius:26px;
}
.member-info{
	width:calc(100% - 180px);
}
.member-duty{
	color:#73AAAE;
	font-size:24px;
	line-height:30px;
	font-family: 'Bosk';
	margin:0 0 4px;
}
.member-name{
	color:#262524;
	font-size:24px;
	line-height:28px;
	margin:0 0 13px;
	font-weight:bold;
}
.member-phone {
	margin:0 0 10px;
}
.member-phone .phone{
	display: flex;
	align-items: center;
	padding-left:35px;
	color:#262524;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	height:30px;
	background: url('./img/icons/tel2.png') no-repeat 0 center / 26px 30px;
}

.timework{
	width:100%;
	display: flex;
	align-items: center;
	margin:10px 0;
	justify-content: space-between;
}
.timework.timework-mobile{
	display:none;
}
.timework-left{
	font-size:20px;
	line-height:24px;
	max-width:240px;
}
.timework-right{
	width:calc(100% -  268px);
	background:#fff;
	border-radius:50px;
	padding:31px 60px 35px;
	position:relative;
}
.timework-right:after{
	content:'';
	display:block;
	width:98px;
	height:161px;
	position:absolute;
	left:80%;
	top:-34px;
	background: url('./img/decor/leaf2.png') no-repeat 0 0 / contain;
}

.documents-links{
	margin-bottom:35px;
}
.documents-links .category-posts-list{
	
}
.documents-links .category-post-link{
	text-transform:uppercase;
}
.documents-links .category-post-item{
	margin-bottom:15px;
}
.documents-links .category-post-excerpt{
	color:#54595F;
	font-size:16px;
}


.news-item{
	display:block;
	border-radius:24px;
	overflow:hidden;
	position:relative;
	width:100%;
	height:416px;
	background:#000;
}
.news-item:after{
	content:'';
	z-index:2;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
}
.news-item-img{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all ease 0.5s;
}
.news-item:hover .news-item-img{
	transform:scale(1.05);
}
.news-item:hover:after{
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%), rgba(0,0,0,0.4);
}
.news-item-caption{
	display:block;
	width:100%;
	position:absolute;
	bottom:34px;
	left:0;
	right:0;
	z-index:4;
}
.news-item-title,
.news-item-date{
	display:block;
	margin-top:5px;
	padding:0 32px;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	line-height:35px;
}
.news-item-title{
	max-width:387px;
}
.news-item-date{
	position:relative;
	font-weight:400;
	font-size:15px;
}
.news-item:hover .news-item-date{
	color:#73AAAE;
}
.news-item-date:after{
	content:'';
	display:block;
	width:24px;
	height:4px;
	background:#73AAAE;
	position:absolute;
	left:0;
	top:16px;
	z-index:2;
}

.load-more-container {
    text-align: center;
    margin: 40px 0;
    padding: 0;
}
.load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff url('./img/decor/lo.png') no-repeat center 97% / 17px 11px;
    color: #73AAAE;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
    position: relative;
	text-transform:uppercase;
	height:59px;
}
.load-more-btn:hover:not(:disabled) {
    background-position:center 100%;
}
.load-more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.load-more-btn.loading {
    padding-right: 50px;
}
.load-more-btn .spinner {
    display: none;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border: 3px solid rgba(38, 37, 36, 0.2);
    border-top: 3px solid #73AAAE;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.load-more-btn.loading .spinner {
    display: block;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.load-more-error {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #ffeaea;
    border: 1px solid #ffcccc;
    border-radius: 6px;
    color: #d60000;
    font-size: 14px;
}
.cols-item {
    animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.np-block{
	padding:43px 33px;
	border-radius:24px;
	background:#E1E1E1;
	margin:0 0 32px;
}
.np-block h2{
	color:#262524;
	font-size:32px;
	line-height:35px;
	font-weight:bold;
	margin:0  0 35px;
	text-align:left;
}
.np3-block h2{
	font-size:50px;
	line-height:50px;
	text-align:center;
	width:100%;
	margin:0 0 29px;
}
.prosecutors-items .news-item-title{
	font-size:20px;
	line-height:24px;
}
.np-block .btn{
	background:#4E3A2E;
	color:#fff;
	width:100%;
}
.np2-block{
	background:#EFE9E4 url('./img/decor/pr.png') no-repeat 32px 0 / 19px 31px;
}
.np-block-news-item {
	margin: 0 0 24px;
}
.np-block-news-item-date{
	display:block;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#B09177;
	font-weight:bold;
	padding-left:34px;
	height:26px;
	background: url('./img/decor/calendar.svg') no-repeat 2px center / 22px;
}
.np-block-news-item-title {
	font-size:18px;
	line-height:23px;
	font-weight:400;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 69px;
    line-height: 23px;
    mask-image: linear-gradient(to bottom, 
        #262524 10%, 
        transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, 
        #262524 10%, 
        transparent 100%);
}
.np3-block {
	padding-bottom:190px;
	overflow:hidden;
	position:relative;
	background: linear-gradient(180deg,  rgba(115, 170, 174, 0.2) 0%,  rgba(157, 175, 83, 0.4) 100% );
}
.np3-block:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	pointer-events:none;
	background: url('./img/decor/np3bg.png') no-repeat center bottom / 100% auto;
}
.np3-block-soc{
	display:block;
	width:100%;
	margin:0 0 24px;
	position:relative;
	padding-left:59px;
	color:#000000;
	font-size:20px;
	line-height:26px;
}
.np3-block-soc  span{
	display: flex;
	height:42px;
	align-items: center;
	font-weight:400;
	text-decoration:underline;
}
.np3-block-soc p{
	font-weight:bold;
	margin:0;
}
.np3-block-soc:before {
	background: url('./img/icons/vk.png') no-repeat 5px 0 / 44px 42px;
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.page-single{
	padding-bottom:40px;
}

.voluntee-btn{
	display:block;
	position:fixed;
	right:0;
	top:50%;
	padding:19px 5px 21px 49px;
	background: linear-gradient(90deg, rgba(115,170,154,0.5) 0%, rgba(157,175,83,0.5) 100%);
	border-radius:100px 0 0 100px;
	z-index:9;
	transition:all 0.3s ease;
	transform:translateX(5px);
}
.voluntee-btn-text{
	display:inline-block;
	text-align:center;
	color:#262524;
	font-size:25px;
	line-height:100%;
	font-weight:bold;
	padding-right:105px;
	min-height:42px;
	background:url('./img/decor/heart.svg') no-repeat calc(100% - 37px) center / 48px 42px;
}
.voluntee-btn:hover{
	transform:translateX(0px);
	background: linear-gradient(90deg, rgba(115,170,154,0.7) 0%, rgba(157,175,83,0.7) 100%);
}

.content-text table td{
	padding:3px;
}
.content-text,
.text{
	color:#000000;
}
.content-text p a{
	text-decoration:underline;
}
.content-text p,
.text p{
	font-size:20px;
	line-height:24px;
	margin: 0 0 24px;
}
.content-text a.btn{
	text-decoration:none;
}
.content-text ul,
ul.c-gals{
	margin:24px 0 33px;
	padding:0;
	list-style:none;
}
.content-text ul li,
ul.c-gals li{
	padding:0 0 0 42px;
	position:relative;
	font-size:20px;
	line-height:24px;
	margin: 0 0 24px;
	min-height:20px;
}
.content-text ul li:before,
ul.c-gals li:before{
	content:'';
	display:block;
	width:28px;
	height:28px;
	position:absolute;
	top:-2px;
	left:0;
	background:url('./img/decor/uli1.png') no-repeat center / contain;
}
ul.c-gals li:nth-child(2n):before {
    background: url('./img/decor/uli2.png') no-repeat center / contain;
}
ul.c-gals li:nth-child(3n):before {
    background: url('./img/decor/uli3.png') no-repeat center / contain;
}

.single-page-item-img{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center; 
}
.single-page-item-img img{
	max-width:100%;
	height:auto;
	max-height:450px;
	border-radius:16px;
	margin-bottom:30px;
}

.img-border{
	border-radius:20px;
	margin:20px auto;
}
.img-border,
.img-contain,
.about-img{
	display:block;
	max-width:100%;
	height:auto;
}
.advantages{
	display: flex;
	justify-content: space-between;
	margin:100px 0 86px;
}
.advantages-item{
	max-width:200px;
	width:20%;
	
}
.advantages-item-text{
	display:block;
	max-width:200px;
	font-family: 'Bosk';
	font-size:32px;
	line-height:100%;
	text-align:center;
	white-space:nowrap;
}
.advantages-item-num{
	display:block;
	font-family: 'Bosk';
	width:75px;
	height:75px;
	font-size:75px;
	line-height:100%;
	color:#fff;
	margin:60px auto 52px;
	position:relative;
	text-align:center;
	white-space:nowrap;
}
.advantages-item-num:before{
	content:'';
	display:block;
	position:absolute;
	z-index:-1;
}
.advantages-item1 .advantages-item-num:before{
	width:199px;
	height:193px;
	background:url('./img/decor/a1.svg') no-repeat 0 0 /contain;
	top:-65px;
	left:-63px;
}
.advantages-item2 .advantages-item-num:before{
	width:221px;
	height:203px;
	background:url('./img/decor/a2.svg') no-repeat 0 0 /contain;
	top:-74px;
	left:-86px;
}
.advantages-item3 .advantages-item-num:before{
	width:172px;
	height:138px;
	background:url('./img/decor/a3.svg') no-repeat 0 0 /contain;
	top:-33px;
	left:-40px;
}
.advantages-item4 .advantages-item-num:before{
	width:200px;
	height:202px;
	background:url('./img/decor/a4.svg') no-repeat 0 0 /contain;
	top:-52px;
	left:-53px;
}
.advantages-item5 .advantages-item-num:before{
	width:174px;
	height:125px;
	background:url('./img/decor/a5.svg') no-repeat 0 0 /contain;
	top:-31px;
	left:-53px;
}


.ourmission{
	padding:50px 30px 54px;
	border-radius:42px;
	background: 
    linear-gradient(-71deg, rgba(157, 175, 83, 0.2) 0%, rgba(157, 175, 83, 0.05) 100%),
    linear-gradient(102deg, rgba(115, 170, 174, 0.2) 0%, rgba(115, 170, 174, 0.05) 100%);
}
.gradient-title{
	font-family: 'Bosk';
	font-size:50px;
	line-height:100%;
	font-weight:400;
	letter-spacing: 0.3em;
	background: linear-gradient(to right, #9DAF53, #73AAAE);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.gradient-title2{
	font-family: 'Bosk';
	font-size:50px;
	line-height:100%;
	font-weight:400;
	background: linear-gradient(90deg, #9DAF53 0%, #73AAAE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}
.ourmission-cols{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width:972px;
	margin:0 auto 33px;
	gap:10px;
}
.ourmission-cols .cols-item{
	min-width:48%;
	max-width:52%;
	width:fit-content;
}

.block-btns{
	display: flex;
	align-items: center;
	gap:22px;
	justify-content: center; 
}
.block-btns .btn{
	border:1px solid transparent;
}
.block-btns .btn:hover{
	border-color:#9DAF53;
	color:#9DAF53;
	background: transparent;
}
.block-btns .btn-blue:hover{
	border-color:#73AAAE;
	color:#73AAAE;
}




.section-form{
	background:#F3EFEB url('./img/decor/fbg1.png') no-repeat right 0;
	padding:70px 0 74px;
	position:relative;
}
.section-form:before{
	content:'';
	display:block;
	width:351px;
	height:223px;
	pointer-events:none;
	position:absolute;
	left:0;
	bottom:0;
	background:#F3EFEB url('./img/decor/fbg2.png') no-repeat left bottom;
}
.section-form-title{
	font-size:40px;
	line-height:42px;
	font-weight:bold;
	color:#262524;
	margin: 0 0 49px;
}
.section-form-blocks{
	display: flex;
}
.section-form-blocks-left{
	width:40%;
}
.section-form-blocks-right{
	width:60%;
}

.phone-block, .mail-block{
	padding:63px 10px 10px 0;
	font-size:24px;
}
.phone-block{
	background:url('./img/icons/phone.png') no-repeat 0 0 / 38px 44px;
}
.mail-block{
	background:url('./img/icons/mail.png') no-repeat 0 5px / 47px 42px;
}
.phone-block span, .mail-block span{
	margin-bottom:14px;
	display:block;
	width:100%;
}
.phone-block .phone, .mail-block .email{
	font-weight:bold;
	color:#000;
	font-size:24px;
	line-height:26px;
}

.main-form{
	background:#fff;
	border-radius:12px;
	border:1px solid #B09177;
	padding:35px 30px 33px 37px;
}
.form-cols{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-col{
	width:calc(50% - 9px);
}

.form-input,
.form-textarea{
	display:block;
	width:100%;
	border-radius:12px;
	margin-bottom:14px;
	height:52px;
	padding:13px 15px;
	font-size:20px;
	line-height:20px;
	border:1px solid #F3EFEB;
	background:#F3EFEB;
	outline: none;
}
.form-textarea{
	height:119px;	
}
.form-bottom{
	display: flex;
	align-items: center;
	margin-top:19px;
	width:100%;
}
.form-submit.btn{
	min-width:133px;
}
.form-input:hover,.form-input:focus,
.form-textarea:hover,.form-textarea:focus{
	background:#fff;
	border-color:#B09177;
}

.agreement{
	display:block;
	width:100%;
}
.soglasie{
	display: flex;
	align-items: center;
}
input.mcheckbox {
    display: none;
}
.mcheckbox-c, .mlabel {
    display: inline-block;
}
.mcheckbox-c {
    position: relative;
    width:20px;
	height:20px;
	border:1px solid #B09177;
    background:#fff;
	margin-top: 0;
	margin-right:11px;
    cursor: pointer;
	border-radius:6px;
}
.mlabel {
	padding:0;
	max-width: calc(100% - 33px);
    width: auto;
	color:#B09177;
	font-weight:400;
	font-size:14px;
	line-height:17px;
}
input.mcheckbox:checked + .mcheckbox-c:before {
	content:'';
	display:block;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAMAAACZ8IWSAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAWJQAAFiUBSVIk8AAAACFQTFRFR3BMm69Tmq9Vna9SnbFSna9Tna9Tnq9Snq9Sna9Tna9TpZjsDQAAAAp0Uk5TABszYHqar8/f71UgM74AAABWSURBVHjalc9LDsAgCARQtKLA/Q/cpskEA7hwViQv/KjMo9JrMDOuoNuXUYGi5QrmCVb7y8k1kOxDmzgQ9gXA8RzAHzYGCMDJIREgEyAQIGc4JNIV4AWj3ARdwnc3yAAAAABJRU5ErkJggg==) no-repeat center center;
	background-size:13px 9px;
	position:absolute;
	top:0px;
	left:0px;
	width:19px;
	height:19px;
}
.mlabel a{
	color:#B09177;
	text-decoration:underline;
}
.sendform {
  position: relative;
}

::-webkit-input-placeholder { color: #262524;opacity: 0;}
:-moz-placeholder { color: #262524; opacity: 1;}
::-moz-placeholder { color: #262524; opacity: 1;}
:-ms-input-placeholder { color: #262524;}
::-ms-input-placeholder { color: #262524;}
::placeholder { color: #262524;}

.form-input::placeholder { color: #262524;opacity:0.2;}
.form-textarea::placeholder { color: #262524;opacity:0.2;}

.loader{
	position:absolute;
	top:-5px;right:-5px;bottom:-5px;left:-5px;
	background: rgb(255,255,255);
	background: -moz-radial-gradient(circle, rgba(231,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100%);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 67%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
	z-index:999;
	display:none;
}
.sendform.sending .loader{
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
}
.loadericon{
	width:100px;
	height:100px;
}
.lds-form {
	display: inline-block;
	position: absolute;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	width: 80px;
	height: 80px;
}
.lds-form div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #9DAF53;
	animation: lds-form 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-form div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-form div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-form div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}
@keyframes lds-form {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.inner-page{
	padding:50px 0;
}
.excursions-pagination {
    text-align: center;
    margin-top: 50px;
}

.excursions-pagination .page-numbers {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.excursions-pagination .page-numbers li {
    margin: 0;
}
.excursions-pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    border: 2px solid #9DAF53;
    color: #4E3A2E;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: white;
}
.excursions-pagination .page-numbers:hover {
    background: #9DAF53;
    color: white;
    border-color: #9DAF53;
}

.excursions-pagination .page-numbers.current {
    background: #4E3A2E;
    color: white;
    border-color: #4E3A2E;
}
.excursions-pagination .page-numbers.dots {
    border: none;
    background: transparent;
}
.excursions-pagination .page-numbers.prev,
.excursions-pagination .page-numbers.next {
    background: #73AAAE;
    border-color: #73AAAE;
    color: white;
}
.excursions-pagination .page-numbers.prev:hover,
.excursions-pagination .page-numbers.next:hover {
    background: #5a8a8e;
    border-color: #5a8a8e;
}

.bc {
    font-size: 16px;
    color: #4E3A2E;
    margin: 20px 0;
    padding: 10px 0;
}
.bc a {
    color: #73AAAE;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.bc a:hover {
    color: #9DAF53;
    text-decoration: underline;
}
.bc span {
    color: #4E3A2E;
    font-weight: 500;
}
.search-page-container .bc{
	margin-top:0;
}

.news-page{
	padding-bottom:100px;
	background:url('./img/decor/decbg1.png') no-repeat center top / 100% auto;
}
.v-page{
	padding-bottom:100px;
	background:url('./img/decor/decbg1.png') no-repeat center -430px;
}
.newspage-head{
	padding:8px 0;
	width:100%;
	color:#fff;
	height:230px;
	background: url('./img/decor/newsbg.jpg') no-repeat center / cover;
	position:relative;
	z-index:3;
}
.newspage-head .bc{
	margin:5px 0;
}
.newspage-head .bc, .newspage-head .bc a, .newspage-head .bc span{
	color:#fff;
}
.newspage-head h1{
	color:#fff;
}

.inner-search{
	margin:49px 0 57px;
}

.inner-search .search-form {
	border-color: #9DAF53;
	background: #fff url('./img/decor/s.png') no-repeat 21px 19px / 19px ;	
	height:60px;
}
.inner-search .search-field {
	background: #fff url('./img/decor/s.png') no-repeat 21px 19px / 19px ;	
}
.inner-search  .search-submit{
	background:#9DAF53;
	right:0;
	top:0;
	left:auto;
	width:164px;
	border-radius:30px;
	color:#fff;
	cursor:pointer;
	font-size:20px;
}
.inner-search  .search-submit,
.inner-search .search-field {
	height:58px;
}

.content-text h2,
.content-text h3{
	display: block;
	padding-top: 30px;
	width: 100%;
	font-family: 'Bosk';
	color: #4E3A2E;
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 35px;
	position: relative;
	text-align:left;
}
.content-text h2:after,
.content-text h3:after{
	content: '';
	display: block;
	width: 52px;
	height: 11px;
	background: url('./img/decor/line1.svg') no-repeat 0 0 / contain;
	position: absolute;
	left: 0;
	top: calc(100% + 7px);
}


.section-map{
	display:block;
	width:100%;
}
.section-map .map{
	
}


.footer{
	padding:55px 0 32px;
	background:#262524 url('./img/decor/f-bg.png') no-repeat center bottom / 100% auto;
	color:#fff;
	overflow:hidden;
}
.footer-blocks{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-logo{
	display:inline-block;
	max-width:293px;
	position:relative;
}
.footer-logo:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	background: #6E4E44;
	border-radius: 50%;
	filter: blur(200px);
	opacity: 1;
	z-index:1;
}
.footer-logo img{
	display:block;
	max-width:100%;
	position:relative;
	z-index:2;
}
.footer-block-logo{
	width:35%;
}
.footer-block-menu{
	width:32%;
}
.footer-block-contacts{
	width:32%;
}

.footer-menu{
	position:relative;
	z-index:3;
}
.footer-menu li{
	margin-bottom:16px;
}
.footer-menu li:hover a,
.footer-menu a,.footer-menu a:hover{
	text-decoration:none;
}
.footer-menu a.mainmenu-link{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding:0;
	line-height:26px;
}
.footer-menu .sub-menu li,
.footer-menu .menu-item-has-children .sub-menu li{
	margin:0;
}
.footer-menu .sub-menu a{
	font-size:16px;
	line-height:20px;
	color:#B09177;
	font-weight:400;
}
.footer-menu .sub-menu{
	padding:0;
	margin:0;
}
.footer-menu .menu-item-has-children .sub-menu {
	padding:0;
}
.footer-menu .menu-item-has-children:after {
	display:none;
}
.footer-menu .sub-menu a:hover{
	text-decoration:underline;
}

.contacts-item,
.contacts-item p{
	font-size:18px;
	line-height:25px;
	margin-bottom:13px;
}
.contacts-item{
	margin-bottom:38px;
	padding-left:62px;
	min-height:42px;
	position:relative;
}
.contacts-item:before{
	content:'';
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
}
.contacts-item-adr:before{
	background:url('./img/icons/adr.png') no-repeat 6px 0 / 40px 45px;
}
.contacts-item-phones:before{
	background:url('./img/icons/phone.png') no-repeat 8px 0 / 39px 45px;
}
.contacts-item-mail:before{
	top:-10px;
	background:url('./img/icons/mail.png') no-repeat 2px 0 / 49px 42px;
}
.contacts-item-vk:before{
	top:-10px;
	background:url('./img/icons/vk.png') no-repeat 5px 0 / 44px 42px;
}
.contacts-item a,
.contacts-item .email,
.contacts-item .social{
	color:#fff;
}
.contacts-item .email,
.contacts-item .social{
	font-weight:bold;
}


.subfooter{
	padding:60px 0 0;
}
.copy{
	font-size:12px;
	line-height:35px;
}



.visonmob{
	display:none;
}

@media (max-width: 1279.9px){
	.header-top{
		gap:15px;
	}
	.header-left {
		width: calc(60% - 15px);
	}
	.header-search{
		width:calc(40% - 205px);
	}
	.header-btns{
		
	}
	.descriptor {
		padding: 10px 0 0 237px;
	}
	.header-logo {
		max-width: 587px;
		width:100%;
		background-size:230px auto;
		min-height:111px;
		height:auto;
	}
	.mainmenu > li{
		margin-left:20px;
	}
	.menu-item-has-children {
		padding-right:25px;
	}
	.slide-bigtext {
		font-size: 47px;
		line-height: 50px;
	}
	.slide-text p {
		font-size: 22px;
		line-height: 27px;
	}
	.main-blocks-item {
		height:500px;
	}
	.main-blocks-item-text,
	.main-blocks-item-btns{
		padding-left:20px;
		padding-right:20px;
	}
	.main-blocks-item-text {
		padding-right:30px;
		font-size: 28px;
		margin-bottom:15px;
	}
	.main-blocks-info:before {
		background-size:auto;
		width:400px;
		height:200%;
	}
	
	.news-page{
		background-size:auto;
	}
	
	.voluntee-btn {
		top:70%;
		padding: 11px 5px 12px 29px;
	}
	.voluntee-btn-text {
		font-size: 20px;
	}
	
	.advantages-item-num {
		margin-bottom:30px;
	}
	.advantages-item-text{
		font-size:26px;
		margin:0 auto;
	}
	
	.gradient-title {
		font-size:46px;
	}
	.phone-block, .mail-block {
		font-size: 23px;
	}
	.main-form {
		padding:30px;
	}
	
	.footer-block-logo{
		width:30%;
	}
	.footer-block-menu{
		width:30%;
	}
	.footer-block-contacts{
		width:40%;
	}
	
	.timework-right {
		padding-left:30px;
		padding-right:70px;
	}
	.timework-right:after {
		width: 70px;
		height: 140px;
	}
	.team-cols.cols-3 .cols-item {
		width: calc(50% - 16px);
	}
}
@media (max-width: 991.9px){
	.visonmob{
		display:block;
	}
	.header-top{
		flex-wrap: wrap;
		padding:15px 0;
	}
	.header-left {
		width: 100%;
	}
	.header-search{
		width:calc(60% - 15px);
	}
	.header-btns{
		width:40%;
	}
	.header .search-form {
		max-width: 100%;
	}
	
	.topmenu {
		min-height:50px;
		height:auto;
	}
	.topmenu .container {
        position: relative;
		z-index: 999;
    }    
    .hamburger {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 9999;
		margin-top:5px;
    }    
    .hamburger span {
        display: block;
        height: 3px;
        width: 100%;
        background: #262524;
        margin-bottom: 5px;
        transition: 0.3s;
    }    
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }    
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }    
    .menu-item-has-children {
        position: relative;
		display:block;
    }    
    .menu-item-has-children:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: all;
        cursor: pointer;
    }
	.menu-item-has-children > li:hover{
		pointer-events:none;
	}
    .mainmenu .sub-menu {
        position: static !important;
        display: none;
        padding: 10px 20px;
        box-shadow: none;
        background: rgba(255,255,255,0.3);
		transform:translateY(0px);
		visibility:visible;
		opacity:1;
		z-index:99;
    }
    .mainmenu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background: #C7E2E4;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 999;
        margin: 0;
		padding:0 20px 30px 40px;
    }  
	.mainmenu a {
		white-space:normal;
	}
    .mainmenu.active {
        display: block;
		width:100%;
    }    
    .mainmenu > li {
		display:block;
        margin: 10px 0;
        height: auto;
    }    
    .menu-item-has-children .sub-menu {
        position: static;
        display: block;
		width:100%;
        box-shadow: none;
        padding: 5px 0;
		background:transparent;
		padding-left:50px;
    }
	.menu-item-has-children .sub-menu li{
		margin-bottom:8px;
	}
	.menu-item-has-children:after {
        display:none;
    }    
    .menu-item-has-children > a {
		display:block;
		padding:5px 0;
    }
	.menu-item-has-children {
        position: static;
        padding-right: 0;
    }    
    
	.section{
		padding:30px 0;
	}
	.cols {
		gap: 16px;
	}
	.cols-3 .cols-item {
		width: calc(33.3% - 11px);
	}
	
	.voluntee-btn {
		width:100px;
		top:70%;
		transition:all ease 0.3s;
		padding:5px 5px 5px 20px;
	}
	.voluntee-btn-text{
		height:42px;
	}
	.voluntee-btn-text span{
		display:inline-block;
		transform:translateX(300px);
		transition:all ease 0.2s;
		width:0;
		height:42px;
		overflow:hidden;
	}
	.voluntee-btn:hover{
		width:fit-content;
	}
	.voluntee-btn:hover .voluntee-btn-text span{
		width:fit-content;
		transform:translateX(0%);
	}
	
	.sights-item-img {
		height:250px;
	}
	.sights-item-title {
		padding-top: 20px;
		font-size: 26px;
	}
	.section-title {
		font-size: 55px;
		margin: 0 0 34px;
	}
	
	.np-block {
		padding-left:20px;
		padding-right:20px;
	}
	.np-block h2 {
		font-size: 26px;
		line-height: 30px;
	}
	.newspage-leftcol .cols-2 .cols-item {
		width: 100%;
	}
	.news-item-title{
		font-size:24px;
		line-height: 29px;
	}
	
	.section-about {
		background-size:60% auto;
		background-position:right 90px;
	}
	.advantages{
		margin: 40px 0 46px;
		justify-content: center; 
		flex-wrap: wrap;
		gap:10px;
	}
	.advantages-item {
		max-width:30%;
		width:calc(33% - 10px);
	}
	
	.section-form-blocks {
		flex-wrap: wrap;
	}
	.section-form-blocks-left,
	.section-form-blocks-right{
		width:100%;
		margin-bottom:20px;
	}
	.section-form-title {
		font-size: 31px;
		line-height: 34px;
		margin: 0 0 29px;
	}


	.timework{
		flex-wrap: wrap;
		gap:10px;
	}
	.ourteam-item-main{
		gap:20px;
		margin-bottom:40px;
	}
	.timework-left,
	.timework-right{
		width:100%;
	}

	.ourgoals-item{
		width:50%;
	}
	
	.footer-block-logo{
		width:20%;
	}
	.footer-block-menu{
		width:30%;
	}
	.footer-block-contacts{
		width:48%;
	}
}
@media (max-width: 768px){
	.btn {
		padding:5px 10px;
		
	}
	.cols-2 .cols-item,
	.cols-3 .cols-item,
	.cols-item {
		width:100%;
	}
	
	.mainslider {
		height:auto;
	}
	.slide {
		padding:30px 40px 50px;
	}
	.slide1{

	}
	.slide-bigtext {
		font-size: 26px;
		line-height: 29px;
		margin-bottom:15px;
	}
	.slide-text p {
		font-size: 14px;
		line-height: 16px;
		text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff;
	}
	.scroll-next-section {
		width: 30px;
		height: 30px;
		bottom: 10px;
		background-size:contain;
	}
	
	.swiper-button-next, .swiper-button-prev {
		width:35px;
		height:35px;		
	}
	.swiper-button-prev {
		left:10px;
	}
	.swiper-button-next{
		right:10px;
	}
	
	.main-blocks-item {
		max-width:400px;
		margin:0 auto;
	}
	.main-blocks-info:before {
		width:100%;
		background-size:contain;
	}

	.main-blocks-item-2 .main-blocks-info:after{
		height: calc(100% + 60px);
	}
	.main-blocks-item-3 .main-blocks-info:after {
		height: calc(100% + 45px);
	}
	
	.section-beige:before{
		top: -35px;
	}
	.section-title {
		font-size: 43px;
		margin: 0 0 26px;
	}
	
	.section-title-nav{
		text-align:center;
		margin-bottom:15px;
	}
	.section-title-nav-a{
		position:static;
		margin-top:20px;	
	}
	.section-lblue {
		background-size:300px auto;
		background-position:-50px 8px;
	}
	.news-item {
		max-width:400px;
		margin:0 auto;
		min-height:220px;
		height:auto;
	}
	.section-lblue:after {
		bottom:-50px;
	}
	.news-item-title {
		font-size: 22px;
	}
	.advantages-item-text {
		font-size: 22px;
		margin:0 auto;
	}
	.advantages-item-num {
		font-size:60px;
	}
	.advantages-item:nth-child(5),
	.advantages-item:nth-child(6){
		max-width:45%;
		width:calc(50% - 10px);
	}
	
	.section-form-blocks-left .cols-item{
		width:45%;
	}
	
	.newspage-cols{
		flex-wrap: wrap;
	}
	.newspage-leftcol,
	.newspage-rightcol{
		width:100%;
	}
	
	.footer-block-logo{
		width:40%;
	}
	.footer-block-menu{
		width:55%;
	}
	.footer-block-contacts{
		width:100%;
	}
	.footer-block-contacts{
		display: flex;
		gap:10px;
		flex-wrap: wrap;
	}
	.contacts-item-phones,
	.contacts-item-wrap{
		width:45%;
	}
	.contacts-item-adr{
		width:100%;
	}
	.contacts-item, .contacts-item p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.voluntee-btn {
		top:auto;
		bottom:20px;
	}
	
	.ourgoals-item{
		width:100%;
		transform:none;
		margin:0 0 20px !important;
	}
	.ourgoals-item-content {
		width:100%;
		border-radius: 40px;
		padding:120px 30px 20px;
		min-height:auto;
		margin:0 !important;
	}
	.ourgoals-item-head {
		left:30px;
		right:30px;
	}
	.ourgoals-item-head {
		height:90px;
		background-size:auto 60px !important;
	}
	.ourgoals-item-content p {
		font-size: 20px;
		line-height: 24px;
	}
	
	.team-cols.cols-3 .cols-item {
		width: 100%;
	}
	.team-member {
		gap: 8px;
		margin: 0 0 10px;
	}
	.ourteam-item-photo {
		width: 200px;
	}
	.ourteam-item-name{
		width: calc(100% - 210px);
	}
	
}
@media (max-width: 650px){
	.footer{
		padding:40px 0 30px;
		background-size:1000px auto;
		background-position:0 bottom;
	}
	.footer-block-logo,
	.footer-block-menu,
	.contacts-item-phones,
	.contacts-item-wrap,
	.contacts-item-adr{
		width:100%;
	}
	.footer-logo{
		display:block;
		width:300px;
		margin:0 auto 20px;
	}
	.footer-menu{
		text-align:center;
	}
	.footer-menu .sub-menu{
		display:none;
	}
}
@media (max-width: 600px){
	.ourmission{
		padding: 50px 35px 24px;
	}
	.ourmission-cols,
	.block-btns,
	.form-cols {
		flex-wrap: wrap;
		gap:5px;
		text-align:center;
	}
	.ourmission-cols .cols-item,
	.form-col	{
		max-width:100%;
		width:100%;
	}
}
@media (max-width: 500px){
	.container {
		padding-left:8px;
		padding-right:10px;
	}
	.header-top{
		gap:8px;
	}
	.header-search {
		width: calc(60% - 8px);
	}
	.header-logo {
		background-size: 225px 100px;
		background-position:center 0;	
	}
	.descriptor{
		padding:100px 0 10px;
		text-align:center;
	}
	.btn-zelenaya{
		width:100%;
		font-size:17px;
	}
	.main-blocks-item-text {
		font-size:24px;
	}
	.main-blocks-item-btns .btn {
		font-size:14px;
	}
	.text p {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 22px;
	}
	ul.c-gals li {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 22px;
	}
	.advantages-item{
		max-width:48%;
		width:calc(50% - 10px);
	}
	.advantages-item-num{
		margin:30px auto;
	}
	.advantages-item-text {
		font-size: 20px;
	}
	.section-form-title {
		font-size: 26px;
		margin: 0 0 19px;
	}
	.phone-block, .mail-block {
		font-size: 16px;
	}
	.phone-block .phone, .mail-block .email {
		font-size: 20px;
		line-height: 22px;
	}
	.phone-block span, .mail-block span {
		margin-bottom: 5px;
	}
	.form-bottom{
		flex-wrap: wrap;
	}
	.main-form {
		padding: 30px 20px;
	}
	.form-submit.btn {
		margin:15px 0 0 auto;
	}
	
	.ourteam-item-main{
		flex-wrap: wrap;
		gap:5px;
	}
	.ourteam-item-photo {
		width: 150px;
	}
	.ourteam-item-name {
		width: calc(100% - 160px);
	}
	.ourteam-item-name h2, .h2-dec {
		font-size: 24px;
		line-height: 24px;
	}
	.ourteam-item-name h3 {
		font-size: 18px;
		line-height: 20px;
	}
	.ourteam-item-phone .phone {
		padding-left: 30px;
		font-size: 18px;
		line-height: 18px;
		height: 30px;
		background-size:20px 30px;
	}
	.timework{
		display:none;
	}
	.timework.timework-mobile{
		width:100%;
		display:flex;
	}
	.ourteam-item-photo img, .member-photo img {
		border-radius: 16px;
	}
	.member-photo {
		width: 129px;
		height: 174px;
	}
	.member-duty {
		font-size: 22px;
		line-height: 21px;
	}
	
}
@media (max-width: 400px){
	.main-blocks-item-1 .main-blocks-info:after{
		height: calc(100% + 25px);
	}
	
	.main-blocks-info,
	.main-blocks-item-1 .main-blocks-info,
	.main-blocks-item-2 .main-blocks-info,
	.main-blocks-item-3 .main-blocks-info{
		min-height: 80px;
	}
	
}


.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.91);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
.dm-modal {
    display: inline-block;
	display:none;
	max-width: 1270px;
	width:100%;   
    color: #000;
	background:transparent;
    text-align: left;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
	position:relative;
	padding: 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

}
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
.closeme {
	display:block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	opacity: 1;
	z-index:9999;
	background:transparent;
	box-shadow:none;
	border:0;
}
.closeme:hover {
	opacity: 0.9;
	cursor:pointer;
}
.closeme:before, .closeme:after {
	position: absolute;
	top: 15px;
	right:35px;
	content: ' ';
	height: 28px;
	width: 1px;
	background-color: #000;
}
.closeme:before {
	transform: rotate(45deg);
}
.closeme:after {
	transform: rotate(-45deg);
}

.dm-modal.popuptext{
	max-width:600px;
}
.modal-text-insert .popup-text{
	display:block;
	background:#fff;
	border-radius:20px;
	padding:40px 30px;
	margin:0 auto;
}
.modal-text-insert .popup-text.popup-response{
	text-align:center;
	padding:50px;
}

sup {
    font-size: 0.6rem; 
    vertical-align: super;
    line-height: 0;  
    top: -0.1rem;
}

.dm-modal.modalform{
	max-width:1100px;
}
.dm-modal.modalform .closeme{
	width:48px;
	height:48px;
	background:#fff;
	border-radius:50%;
	top:12px;
	right:12px;
}
.dm-modal.modalform .closeme:before, .dm-modal.modalform .closeme:after {
	top: 11px;
	right: 24px;
}
.dm-modal.modalform .modal-content{
	display:block;
	background: #F3EFEB url('./img/decor/fbg1.png') no-repeat right 0;
	position: relative;
	border-radius:0px;
	padding:50px;
	margin:0 auto;
}
.dm-modal.modalform .modal-content h2{
	color:#262524;
	font-size:36px;
	line-height:42px;
	margin:0 0 31px;
}
@media (max-width: 992px){
	
}
@media (max-width: 768px){
	.dm-modal.modalform .modal-content h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 21px;
	}
}

.dm-modal.modalform.questionform{
	max-width: 1100px;
}
.dm-modal.modalform.questionform .modal-content {
	display: block;
	background: #E6F3F4;
	position: relative;
	border-radius: 50px;
	padding: 0px;
	margin: 0 auto;
	overflow:hidden;
}
.dm-modal.modalform.questionform .modal-content:after{
	content:'';
	display:block;
	width:280px;
	height:100%;
	background: #E6F3F4 url('./img/decor/pfbg.jpg') no-repeat center / cover;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
}
.question-form-content{
	width:823px;
	padding:72px 77px 73px;
}
.dm-modal.modalform.questionform .question-form-content h2{
	font-family: 'Bosk';
	margin:0 0 47px;
	font-size:60px;
	line-height:60px;
	color:#262524;
}
.question-form-content .form-input,
.question-form-content .form-textarea{
	border-radius:12px;
	border:1px solid #73AAAE;
	background:#fff;
	height:52px;
}
.question-form-content .form-textarea{
	height:155px;
}
.question-form-content .btn{
	background:#73AAAE;
	min-width:170px;
}
.question-form-content .btn:hover{
	background:#539297;
}
.question-form-content a,
.question-form-content .mlabel,
.question-form-content .mlabel a {
	color: #262524;
}
.question-form-content .mcheckbox-c {
	border-color:#73AAAE;
}
@media (max-width: 1200px){
	.dm-modal.modalform.questionform{
		max-width: 700px;
	}
	.dm-modal.modalform.questionform .modal-content {
		border-radius: 30px;
	}
	.dm-modal.modalform.questionform .modal-content:after{
		width:20%;
	}
	.question-form-content{
		width:80%;
		padding:35px 20px;	
	}
	.dm-modal.modalform.questionform .question-form-content h2{
		margin:0 0 37px;
		font-size:40px;
		line-height:40px;
	}
}
@media (max-width: 600px){
	.dm-modal.modalform.questionform .question-form-content h2 {
		margin: 0 0 15px;
		font-size: 30px;
		line-height: 30px;
	}
	.question-form-content .form-input, .question-form-content .form-textarea {
		border-radius: 8px;
		height: 45px;
	}
	.question-form-content .form-textarea {
		height:90px;
	}
}

.dm-modal.modalform.problemform{
	max-width: 850px;
}
.dm-modal.modalform.problemform .modal-content {
	display: block;
	background: #EFF4E1;
	position: relative;
	border-radius: 50px;
	padding: 0 0 130px;
	margin: 0 auto;
	overflow:hidden;
}
.dm-modal.modalform.problemform .modal-content:after{
	content:'';
	display:block;
	width:100%;
	height:130px;
	background: #E6F3F4 url('./img/decor/qfbg.jpg') no-repeat center / cover;
	position:absolute;
	right:0;
	left:0;
	bottom:0;
}
.dm-modal.modalform.problemform .closeme {
	background:#9DAF53;
	top: 23px;
	right: 23px;
}
.problem-form-content{
	padding:59px 80px 55px;
}
.dm-modal.modalform.problemform .problem-form-content h2{
	font-family: 'Bosk';
	margin:0 0 14px;
	font-size:50px;
	line-height:50px;
	color:#262524;
}
.problem-form-subtitle{
	text-align:center;
	font-size:18px;
	line-height:20px;
	margin:0 0 27px;
}
.problem-form-content .form-input,
.problem-form-content .form-textarea{
	border-radius:12px;
	border:1px solid #9DAF53;
	background:#fff;
	height:52px;
}
.problem-form-content .form-textarea{
	height:155px;
}
.problem-form-content .btn{
	background:#9DAF53;
	min-width:170px;
}
.problem-form-content .btn:hover{
	background:#539297;
}
.problem-form-content a,
.problem-form-content .mlabel,
.problem-form-content .mlabel a {
	color: #262524;
}
.problem-form-content .mcheckbox-c {
	border-color:#9DAF53;
}
label.inp-label{
	display:block;
	width:100%;
	color:#262524;
	font-size:20px;
	line-height:20px;
	margin-bottom:11px;
	font-weight:bold;
	padding-left:17px;
}
@media (max-width: 1200px){
	.dm-modal.modalform.problemform{
		max-width: 700px;
	}
	.dm-modal.modalform.problemform .problem-form-content h2{
		margin:0 0 37px;
		font-size:30px;
		line-height:30px;
	}
}
@media (max-width: 600px){
	.dm-modal.modalform.problemform .problem-form-content h2 {
		margin: 0 0 15px;
		font-size: 30px;
		line-height: 30px;
	}
	.problem-form-content .form-input, .problem-form-content .form-textarea {
		border-radius: 8px;
		height: 45px;
	}
	.problem-form-content{
		padding:50px 20px 30px;
	}
	.problem-form-content .form-textarea {
		height:90px;
	}
}



.custom-select {
	position: relative;
	width: 100%;
	margin-bottom: 14px;
}
.select-selected {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #9DAF53;
	border-radius: 12px;
	padding: 5px 17px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	height:52px;
}
.select-selected:after {
	content: '';
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	background:url('./img/icons/caret_h.png') no-repeat center / contain;
	display:block;
	width:22px;
	height:22px;
	border-top-color: #666;
	transition: transform 0.3s ease;
}
.select-selected.active:after {
	transform: translateY(-50%) rotate(180deg);
}
.select-selected.active{
	border-radius:12px 12px 0 0;
	border-bottom:0;
}
.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border:0;
	border-top: none;
	border-radius: 0 0 12px 12px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.select-items.active {
	max-height: 200px;
	overflow-y: auto;
}
.select-item {
	padding: 12px 16px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid #f0f0f0;
}
.select-item:hover {
	background-color: #EFF4E1;
}
.select-item.selected {
	background-color: #9DAF53;
	color: white;
}
.select-item:last-child {
	border-bottom: none;
}
.hidden-input {
	display: none;
}
@media (max-width: 600px){
	.select-selected {
		border-radius:8px;
		height:45px;
	}
}

.file-input-wrapper {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.file-input-real {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.file-input-custom {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px;
	color: #181818;
}
.file-input-icon {
	width: 25px;
	height: 28px;
	background-image: url('./img/icons/sk1.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}
.problem-form-content .file-input-icon {
	background-image: url('./img/icons/sk2.svg');
}
.file-input-text {
	font-size: 16px;
	line-height:20px;
	font-weight: 400;
}
.file-name {
	margin-top: -1px;
	font-size: 13px;
	color: red;
	font-weight: 500;
	display: none;
	margin-left:40px;
}




.cookie-note{
	display: none;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 1010px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 20px 25px;
	border-radius: 4px;
	box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.7);
	z-index:999;
	background:rgba(255,255,255,0.9);
	color:#4a89f2;
}
.cookie-note p{
	display:block;
	width:calc(100% - 200px);
	margin: 0;
	font-size: 15px;
	line-height:24px;
	text-align: left;
	color:#282828;
}
.cookie-note a,
.cookie-note a:hover,
.cookie-note a:focus{
	color:#007bff;
	text-decoration:underline;
}
.cookie-accept{
	display:block;
	width:190px;
	height:42px;
	text-align:center;
	border:0;
	border-radius: 5px;
	box-shadow:none;
	background: #2E71E1;
	background: linear-gradient(44deg, rgba(59, 131, 253, 1) 0%, rgba(46, 113, 225, 1) 50%);
	color: #fff;
	text-transform:uppercase;
	font-weight:400;
	cursor:pointer;
}
.cookie-accept:hover,
.cookie-accept:focus{
	background: #2E71E1;
	color: #fff;
	box-shadow: inset 0 0 30px rgba(255,255,255,0.3);
}
@media (min-width: 576px){
	.cookie-note.show{
		display: flex;
	}
	.cookie-accept{
		margin: 0 0 0 25px;
	}
}
@media (max-width: 992px){
	.cookie-note p{
		width:calc(100% - 160px);
	}
	.cookie-note p{
		font-size: 13px;
		line-height:15px;
	}
	.cookie-accept{
		width:150px;
	}
}
@media (max-width: 575px){
	.cookie-note p{
		width:100%;
	}
	.cookie-note.show{
		display: block;
		text-align: left;
	}
	.cookie-accept{
		margin: 10px 0 0 0;
	}
}
.fancybox__container {
	z-index:9999999;
}
.swiper-container {
    overflow: hidden;
}


@keyframes glowing {
  0% { background-color: #ffbdc7;}
  50% { background-color: transparent;}
  100% { background-color: #ffbdc7;}
} 
.glow{
	background:#ffbdc7;
	animation: glowing 500ms infinite; 
}







.search-page-container .search-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 20px;
    background-color: #9DAF53;
    border-radius: 12px;
    color: #FFF;
}
.search-page-container .search-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #262524;
    font-weight: 700;
}
.search-page-container .search-query {
    color: #4E3A2E;
    font-style: italic;
}
.results-count {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #9DAF53;
}
.results-count p {
    font-size: 1.1rem;
    color: #4E3A2E;
    font-weight: 500;
}
.results-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.search-result-item {
    display: flex;
    gap: 30px;
    padding: 25px;
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(38, 37, 36, 0.1);
    border-left: 4px solid #9DAF53;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.search-result-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(38, 37, 36, 0.15);
}
.result-thumbnail {
    flex: 0 0 250px;
}
.result-thumbnail img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #9DAF53;
}
.result-content {
    flex: 1;
}
.post-type-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.post-type-badge.post {
    background-color: #9DAF53;
    color: #262524;
}
.post-type-badge.page {
    background-color: #4E3A2E;
    color: #FFF;
}
.entry-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #262524;
	text-align:left;
}
.entry-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.entry-title a:hover {
    color: #9DAF53;
}
.entry-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.entry-meta .sep {
    color: #9DAF53;
}
.entry-summary {
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}
.entry-summary p:last-child {
    margin-bottom: 0;
}
.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4E3A2E;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 16px;
    background-color: rgba(157, 175, 83, 0.1);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.read-more:hover {
    background-color: #9DAF53;
    color: #262524;
    transform: translateX(5px);
}

.read-more .arrow {
    transition: transform 0.3s ease;
}

.read-more:hover .arrow {
    transform: translateX(3px);
}

/* No Results */
.no-results {
    text-align: center;
    padding: 60px 20px;
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(38, 37, 36, 0.1);
}

.no-results-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.no-results h2 {
    color: #262524;
    margin-bottom: 15px;
    font-size: 2rem;
}

.no-results p {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.search-again {
    max-width: 500px;
    margin: 0 auto;
}

/* Pagination */
.pagination {
    margin-top: 60px;
    text-align: center;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    background-color: #FFF;
    color: #262524;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #9DAF53;
}

.page-numbers.current {
    background-color: #9DAF53;
    color: #262524;
}

.page-numbers:hover:not(.current) {
    background-color: #4E3A2E;
    color: #FFF;
    border-color: #4E3A2E;
}

/* Responsive */
@media (max-width: 768px) {
    .search-result-item {
        flex-direction: column;
        gap: 20px;
    }
    
    .result-thumbnail {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .result-thumbnail img {
        height: 200px;
    }
    
    .search-title {
        font-size: 2rem;
    }
    
    .search-form-container form {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .search-page-container {
        padding: 20px 15px;
    }
    
    .search-header {
        padding: 30px 15px;
        margin-bottom: 40px;
    }
    
    .entry-title {
        font-size: 1.5rem;
    }
    
    .nav-links {
        flex-wrap: wrap;
    }
}

.screen-reader-text{
	display:none;
}