@keyframes fadeIn { to { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }}
@keyframes grow { to { max-height: 100%; }}

.button,
input.button { font: bold 10px/46px Montserrat, sans-serif; letter-spacing: 0.16em; text-transform: uppercase; color: #C4A576; transition: all 0.5s cubic-bezier(.2,.95,.57,.99); width: 160px; border: 1px solid #C4A576; box-sizing: border-box; text-align: center; padding: 0; }
a.button { display: inline-block; }
.button:hover { color: #fff; border-color: currentColor; }
.button.special { transition: all .3s; background: none; width: auto; position: relative; border: none; padding-left: 26px; color: #fff; letter-spacing: .32em; font-weight: 600; line-height: 54px; }
.button.special:before { content: url(../../images/svg/special_button_part.svg); position: absolute; left: 0; top: 0; transition: 1s cubic-bezier(.2,.95,.57,.99); transform-origin: center right; }
.button.special:hover { color: var(--color-accent); }
.button.special:hover:before { transform: rotateY(180deg) translateX(-70px); }
.button.special.popup-excursion-init:hover:before { transform: rotateY(180deg) translateX(-145px); }

button,
.wpcf7 input:focus,
.wpcf7 textarea:focus { outline: none; }

.donate-link:before { content: url(../../images/svg/donate.svg); margin-right: 8px; vertical-align: -3px; line-height: 16px; }

a.img-link { display: block; overflow: hidden; }
a.img-link img { transition: 10s cubic-bezier(.2,.95,.57,.99) }
a.img-link:hover img { transform: scale(1.1); }

header { transition: all .5s; }
/*-webkit-overflow-scrolling:touch;*/


.gallery-page,
.souvenir-page,
.excursions-page,
.blog,
.single,
.team-page,
.donate-page,
.contact-page { padding-top: 60px; }

.souvenir-page header {
	background: rgba(14, 16, 19, 0.6);
}
.gallery-page header,
.excursions-page header,
.blog header,
.single header,
.team-page header,
.donate-page header,
.contact-page header { padding: 0; background: #000; }

.gallery-page header .el-logo svg,
.souvenir-page header .el-logo svg,
.excursions-page header .el-logo svg,
.blog header .el-logo svg,
.single header .el-logo svg,
.team-page header .el-logo svg,
.donate-page header .el-logo svg,
.contact-page header .el-logo svg { height: 60px; }

.banner,
.single-post main { padding: 70px 0 0 40px; }
.banner .wrapper { position: relative; }
.banner .wrapper:before,
.single-post main .wrapper:before { content:''; width: 1px; height: calc(100% - 40px); display: block; background: #4d4d4d; position: absolute; top: 40px; left: -20px; }
.banner .wrapper:after,
.single-post main .wrapper:after { content: ''; background-color: var(--color-accent); display: block; width: 1px; height: 14px; animation: scroll-tip 3s ease-in-out infinite; position: absolute; top: 140px; left: -20px; }

.banner h1,
.excursion-item h2 { font: 42px/122% 'Merriweather', serif; color: var(--color-accent); margin-bottom: 25px; }
.banner h1 span { color: #fff; }

.banner .subtitle,
.excursion-item .subtitle,
.single .subtitle { font: 500 10px/12px Montserrat; letter-spacing: 0.3em; text-transform: uppercase; color: #FFF; margin: 0 0 19px; }

.banner .subtitle:before,
.excursion-item .subtitle:before,
.single .subtitle:before { content: ''; width: 10px; height: 10px; display: block; background: #C4A576; transform: rotate(45deg); }
.banner .subtitle:before { position: absolute; left: -39px; }
.banner-img { max-width: 100%; height: auto; }
.banner-inner { padding-left: 60px; }
.banner .caption { font-weight: 600; font-size: 10px; line-height: 16px; letter-spacing: 0.3em; text-transform: uppercase; color: #B29357; margin: 0 0 23px; }
.banner .caption:before { content: ''; width: 24px; height: 1px; background: var(--color-accent); position: absolute; left: -50px; top: 6px; }
.banner .text { line-height: 2em; letter-spacing: 0.05em; color: rgba(255,255,255,.8); max-width: 580px; margin-bottom: 30px; }
.banner .text-wide { max-width: 896px; }

.donate-page { background: #110D03 url(../../images/donate-bg.jpg) no-repeat; background-attachment: fixed; }
.donate-banner .wrapper { padding-bottom: 97px; }
.donate-platforms figure { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 580px; margin: 30px 0; padding: 0; }

.donate-additional { color: #fff; }
.donate-additional h2 { font-size: 22px; line-height: 1.3em; color: #D6B37D; margin: 0 0 24px; }
.donate-additional nav { text-transform: uppercase; margin-bottom: -1px; position: relative; z-index: 1; }
.donate-additional nav a { padding: 6px 16px; display: inline-block; font-size: 14px; font-weight: 600; }
.donate-additional nav a:not(.active) { opacity: .5; }
.donate-additional nav a.active { border: 1px solid rgba(189,159,112,.3); border-bottom-color: #000; }
.donate-additional-wrap { border: 1px solid rgba(189, 159, 112, 0.3); box-sizing: border-box; padding: 15px; }
.donate-additional-wrap .title { font: 600 22px/1.3em Montserrat; letter-spacing: .05em; color: rgba(255,255,255,.8); padding-bottom: 36px; }
.donate-additional-wrap table { font-weight: 500; font-size: 16px; line-height: 1.5em; }
.donate-additional-wrap table:not(.active) { display: none; }
.donate-additional-wrap table td { padding: 4px 0; }
.donate-additional-wrap table td:first-of-type:not(.title) { color: #D6B37D; padding-right: 57px; }

.donate-additional .contact-info h3 { font-size: 20px; line-height: 1.5em; letter-spacing: -0.02em; margin-bottom: 1em; }
.donate-additional .contact-info a { display: block; line-height: 1.5em; color: #fff; }
.donate-additional .contact-info .phones { margin-bottom: 5px; }
.donate-additional .contact-info .phones,
.donate-additional .contact-info .mail { position: relative; padding-left: 23px; }
.donate-additional .contact-info .phones:before,
.donate-additional .contact-info .mail:before { position: absolute; left: 0; }
.donate-additional .contact-info .phones:before { content: url(../../images/svg/phone.svg); top: 4px; }
.donate-additional .contact-info .mail:before { content: url(../../images/svg/envelope.svg); }

body.openModalWindow{
	overflow: hidden;
}
.notificationAlert{
	position: fixed;
	z-index: 111;
	background: #C4A576;
	border: 1px solid #EEC474;
	border-radius: 4px;
	top: 120px;
	right: 64px;
	transition: all .5s ease;
	transform: translateX(calc(100% + 64px));
	padding: 18px 20px 18px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 433px;
	opacity: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
.notificationAlert.active{
	transform: translateX(0);
	opacity: 1;
}
.notificationAlert .close{
	cursor: pointer;
}
.notificationAlert .close svg path{
	transition: all .3s ease;
}
.notificationAlert .close:hover svg path{
	fill: #000;
}
.productCart{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: #251A0A;
	transform: translateX(100%);
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
	width: 540px;
}
.productCart.active{
	transform: translateX(0);
}
.productCart__close{
	width: 56px;
	height: 56px;
	border: 1px solid #DAECD8;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 26px;
	right: 17px;
	cursor: pointer;
}
.productCart__title{
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 88px;
	color: #EEC474;
	margin-bottom: 9px;
}
.productCart__title span{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}
.productCart__desc{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	color: #9F9F9F;
}
.productCart__body{
	height: calc(100% - 278px);
	padding: 0 10px 0 16px;
}
.productCart__list{
	padding: 0 17px;
	overflow: auto;
	max-height: 100%;
}
.productCart__list::-webkit-scrollbar { width: 6px; }
.productCart__list::-webkit-scrollbar-track { background-color: var(--color-black); }
.productCart__list::-webkit-scrollbar-thumb { background-color: var(--color-accent); border-radius: 6px }
.productCart__header{
	display: flex;
	flex-direction: column;
	padding: 9px 17px 4px 33px;
}
.productCart__list .product-info{
	border-top: 1px solid #4D3618;
	padding: 7px 0 20px;
	display: flex;
	position: relative;
}
.productCart__list .product-info__image{
	width: 160px;
	height: 160px;
}
.productCart__list .product-info__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.productCart__list .product-info__wrap{
	flex: 1 0;
	display: flex;
	flex-direction: column;
	padding: 9px 7px 12px 18px;
}

.productCart__list .product-info__remove{
	position: absolute;
	right: 7px;
	top: 16px;
	cursor: pointer;
}
.productCart__list .product-info__remove svg{
	display: flex;
}
.productCart__list .product-info__title{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 144%;
	color: #FFFFFF;
	margin-bottom: 8px;
	padding-right: 20px;
}
.productCart__list .product-info__desc{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 21px;
	color: #9F9F9F;
	margin-bottom: 23px;
	min-height: 63px;
}
.productCart__list .product-info__info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.productCart__list .product-info__price{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
}
.productCart__list .product-info__count{
	opacity: 1!important;
	transform: none!important;
}

.productCart__footer{
	border-top: 1px solid #EEC474;
	padding: 30px 27px 33px 46px;
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.productCart__totalPrice .text{
	margin-bottom: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 18px;
	color: #EEC474;
}
.productCart__totalPrice .price{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}
.productCart__btnOrder{
	background: #EEC474;
	border: 1px solid #EEC474;
	padding: 25px 31px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #090A0C;
	cursor: pointer;
	min-width: 256px;
}








.excursions-page,
.souvenir-page,
.blog,
.single,
.team-page,
.contact-page { background: #110D03 url(../../images/excursion-bg.jpg) no-repeat center; background-attachment: fixed; }

.excursions-benefits { color: var(--color-accent); margin: 100px 0; }
.excursions-benefits figure { text-transform: uppercase; font-weight: bold; font-size: 12px; line-height: 2em; letter-spacing: 0.1em; }
.excursions-benefits img { margin-right: 24px; }

.excursion-info { padding-bottom: 88px; position: relative; }
.excursion-info h2 { font-weight: normal; font-size: 40px; line-height: 1.35em; letter-spacing: -0.03em; color: #FFFFFF; margin-bottom: 45px; }
.excursion-info h3 { font: bold 12px/2em Montserrat; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-accent); margin: 23px 0 10px; }
.excursion-info table { width: 100%; line-height: 1.33em; max-width: 580px; margin-bottom: 25px; }
.excursion-info table td { padding: 5px 0; }
.excursion-info table td:last-of-type { text-align: right; }
.excursions-list { margin-bottom: 50px; }
.excursion-item .subtitle { color: #C4A576; position: relative; line-height: 1.2em; }
.excursion-item .subtitle:before { position: absolute; }
.excursion-item h2 { color: #fff; font-size: 39px; }
.excursion-item img { max-width: 100%; height: auto; }

.gallery-page { background: #110D03 url(../../images/gallery-bg.jpg) no-repeat; background-attachment: fixed; }
.gallery-page section.type-2 .content { align-items: flex-start; height: auto; }

.gallery-wrap { margin-bottom: 46px; }
.gallery-wrap nav { font: 16px/1.7em 'Merriweather', serif; margin-bottom: 29px; }
.gallery-wrap nav a { border-bottom: 1px solid #CEC1AC40; display: block; position: relative; transition: all 0.5s cubic-bezier(.2,.95,.57,.99); padding: 16px 0; }
.gallery-wrap nav a:not(.active) { color: #fff; }
.gallery-wrap #links>div { column-count: 2; column-gap: 16px; }
.gallery-wrap #links a { margin-bottom: 16px; display: block; overflow: hidden; }
.gallery-wrap #links img { opacity: 0; transform: matrix(1, 0, 0, 1, 0, 20); animation: fadeIn .5s .2s ease-in-out forwards; max-width: 100%; height: auto; }
.gallery-wrap #links div { overflow: hidden; }
.gallery-wrap #links div:not(.active) { display: none; }

.products { padding-bottom: 62px; }
.product,
.post { margin-bottom: 48px; color: #FFF; }
.product-title,
.post-title { font-size: 39px; line-height: 46px; margin-bottom: 18px;}
.post-title a { color: #fff; transition: all .3s; }
.post-title a:hover { color: var(--color-accent); }
.product .subtitle,
.post .subtitle { color: #C4A576; margin-bottom: 8px; display: block; }
.product .subtitle:before,
.post .subtitle:before { top: 2px; }
.product-navbar{
	display: flex;
	align-items: center;
}
.product-count{
	border: 1px solid #EEC474;
	display: flex;
}
.product-count .plus, .product-count .minus{
	width: 38px;
	height: 38px;
	position: relative;
	cursor: pointer;
}
.product-count .plus:hover:before, .product-count .plus:hover:after, .product-count .minus:hover:before{
	background-color:  #EEC474;
}
.product-count .plus:before, .product-count .minus:before{
	content: '';
	width: 10px;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease;
	background-color: #fff;
}
.product-count .plus:after{
	content: '';
	width: 2px;
	height: 10px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease;
	background-color: #fff;
}
.product-count input{
	border: 0;
	background-color: transparent;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	padding: 0;
	outline: none;
}
.product-count input::-webkit-outer-spin-button,
.product-count input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.product-price{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	width: 200px;
	padding: 0 16px;
}
.product-description{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 24px;
}
.post-description { letter-spacing: 0.05em; color: rgba(255, 255, 255, 0.8); margin: 18px 0; }
.post img,
.product img { max-width: 100%; height: auto; }

.souvenir-info { color: #fff; margin-bottom: 122px; }
.souvenir-info h2 { font-size: 40px; line-height: 54px; letter-spacing: -0.03em; margin-bottom: 35px; }
.souvenir-info ul { max-width: 573px; font-size: 18px; line-height: 24px; }
.souvenir-info ul>li { margin-bottom: 26px; }
.souvenir-info ul>li>p:first-of-type { font-weight: bold; font-size: 12px; line-height: 24px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 9px; }
.souvenir-info ul>li>ul>li { margin-top: 21px; }
.souvenir-info ul>li>ul>li b { font-weight: 600; }
.souvenir-info ul>li img { margin: 26px 0 32px; display: block; }

.post-wrap { margin-bottom: 24px; }

.single-post main { color: #fff; overflow: hidden; }
.single h1 { color: var(--color-accent); margin: 10px 0 22px; }
.single .subtitle { position: relative; }
.single .subtitle:before { content: ''; position: absolute; left: -39px; top: 2px; }
.post-header { margin-bottom: 48px; }
.single .text div { overflow: hidden; }
.single .text p { max-width: 967px; margin-bottom: 16px; }
.single .text { color: rgba(255,255,255,.8);}
.single .text .alignleft { float: left; margin-right: 32px; }
.single .text .alignright { float: right; margin-left: 32px; }
.single .text .alignleft,
.single .text .alignright { width: calc(50% - 32px); }

.wp-block-quote { color: var(--color-accent); padding: 13px 0 3px 24px; margin: 24px 0; border-left: 2px solid currentColor; }
.wp-block-pullquote { color: var(--color-accent); margin: 0 auto 48px; position: relative; padding: 48px 0 0; }
.wp-block-pullquote:before { content: ''; width: 96px; height: 2px; background: var(--color-accent); position: absolute; top: 0; left: 0; }
.wp-block-image { margin-bottom: 0; }
.single .text h2,
.project-content h2 { font-weight: normal; font-size: 36px; line-height: 56px; margin: 48px 0 24px; }
.project-content h2 { margin-top: 0; }
.single .text strong,
.project-content strong { font-weight: 600; }
.single .text p,
.project-content p { margin-bottom: 1em; }
.wp-block-group,
.wp-block-columns { margin-bottom: 24px; }

.wp-block-pullquote blockquote p,
.wp-block-quote p,
.post-header .pretext { font: 300 italic 16px/24px Merriweather; letter-spacing: -0.03em; }
.post-header .pretext { padding: 13px 0 3px 24px; border-left: 2px solid currentColor; }

.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next { padding-left: 2px; }
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev { padding-right: 2px; }
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next,
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev { border: 1px solid #EEC474;
border-radius: 50%; width: 50px; height: 50px; padding-top: 3px; }
.wp-block-eedee-block-gutenslider.slides-number .eedee-background-div img { max-width: 100%; width: auto; height: 100%; object-fit: contain; margin: auto; }

.team-banner { margin-bottom: 43px; padding-bottom: 120px; }
.team-member { margin-bottom: 48px; }
.team-member img { max-width: 100%; height: auto; }
.team-member span { display: block; max-width: 330px; }
.team-member span:first-of-type { font: 32px/120% Merriweather; letter-spacing: -.03em; color: #FFFFFF; margin: 24px 0 8px; }
.team-member span:last-of-type { font-size: 18px; line-height: 32px; letter-spacing: .05em; color: var(--color-accent); }

.contact-banner h1,
.contact-page .banner h2 { margin-bottom: 48px; }

.contact-banner h1:before,
.contact-page .banner h2:before { position: absolute; left: -39px; top: 18px; content: ''; width: 10px; height: 10px; display: block; background: #C4A576; transform: rotate(45deg ); }

.contact-page .banner:not(.contact-banner) { padding-top: 0; }
.contact-page .banner:not(.contact-banner) h2 { color: var(--color-accent); }
.contact-banner .wrapper { padding-bottom: 100px; }
.contact-page .banner:not(.contact-banner) .wrapper { padding-bottom: 128px; }
.contact-wrap { margin-left: 55px; }
.contact-wrap a { color: #fff; display: block; transition: all .3s; }
.contact-wrap a:hover { color: var(--color-accent); }
.contact-wrap .phones,
.contact-wrap .mail,
.contact-wrap .address { margin-bottom: 44px; position: relative; }
.contact-wrap .phones:before,
.contact-wrap .mail:before,
.contact-wrap .address:before { position: absolute; left: -48px; }
.contact-wrap .phones:before { content: url(../../images/svg/telephone-yellow.svg); top: 4px; }
.contact-wrap .address:before { content: url(../../images/svg/location-yellow.svg); top: 2px; }
.contact-wrap .mail:before { content: url(../../images/svg/envelope-yellow.svg); top: 3px; }
.contact-wrap .phones { line-height: 2em; }
.contact-wrap .address { max-width: 344px; line-height: 1.5em; }
.contact-wrap .socials { display: flex; }
.contact-wrap .socials a { margin-right: 32px; }

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea { background: none; padding: 17px 14px 27px; margin-bottom: 32px; border: none; border-bottom: 1px solid currentColor; color: inherit; font: 500 16px/1 Montserrat; max-width: 100%; }
.wpcf7-form-control { width: 100%; }
.wpcf7 { color: #9D8562; position: relative; }
.wpcf7 p,
.wpcf7 .col { position: relative; }
.wpcf7 label { font: 500 16px/1 Montserrat; max-width: 100%; }
.wpcf7 label:not(.checkbox-wrap) { position: absolute; top: 17px; left: 14px; transition: all .3s; }
.wpcf7  label:not(.checkbox-wrap).active { font-size: smaller; opacity: .7; top: -15px; left: 0; color: #fff; }
.wpcf7 input:-internal-autofill-selected { background: transparent !important; }
.wpcf7 input[type="checkbox"] { position: absolute; visibility: hidden; z-index: -1; }
.checkbox-wrap { color: #fff; position: relative; display: flex; align-items: flex-start; line-height: 1.5em; }
.checkbox-wrap:before { min-width: 18px; height: 18px; margin: 0 16px 0 0; border: 1px solid #867356; display: inline-block; content: ''; display: inline-block; transition: all .3s; }
.checkbox-wrap.checked:before { background: var(--color-accent); border-color: var(--color-accent); transform: rotate(45deg); }
.checkbox-label { font-size: 16px; line-height: 24px; }
.wpcf7 input[type="submit"] { width: 256px; font-size: 12px; line-height: 62px; text-align: left; padding: 0 26px 0 32px; background: url(../../images/svg/arrow-right.svg) no-repeat calc(100% - 26px) center; transition: all .3s; margin-top: 8px; }
.wpcf7 input[type="submit"]:hover { background-position-x: calc(100% - 16px); }
.screen-reader-response ul,
.wpcf7-response-output,
.wpcf7-list-item-label,
.screen-reader-response { display: none; }
.checkbox-wrap .wpcf7-not-valid-tip { display: none !important; }
.wpcf7-not-valid-tip{
	color: crimson;
	position: relative;
	top: -24px;
}
.wpcf7-form-control.wpcf7-not-valid { border-bottom-color: crimson !important; }
.subtitle.wpcf7-form-control-wrap:before { opacity: 0; }
.wpcf7-form-control-wrap{
	position: relative;
	z-index: 2;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { -webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0px 1000px #101010 inset; transition: background-color 5000s ease-in-out 0s; }

.popup { position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background: #110D03 url(../../images/popup-bg.jpg); background-size: cover; color: var(--color-accent); display: none; overflow: auto; }
.popup .close { width: 50px; height: 50px; border-radius: 50%; border: 1px solid #C4A576; background: none; position: absolute; right: 15px; top: 15px; transition: all.3s; cursor: pointer; display: flex; justify-content: center; align-items: center; }
.popup .close:hover { background: rgba(238, 196, 116, 0.3);; }
.popup>div { margin: 15px; }
.popup .wpcf7 input[type="submit"]:not(:hover) { background: var(--color-accent) url(../../images/svg/arrow-right-black.svg) no-repeat calc(100% - 26px) center; color: #201402; }
.popup h2,
.popup.excursion h3 { margin-bottom: 36px; padding-right: 60px }
.popup.excursion h2 { margin-bottom: 0; color: #fff; }



.product .subtitle,
.post .subtitle { padding-left: 22px; position: relative; }
.product .subtitle:before,
.banner .post .subtitle:before { left: 0; top: 2px; position: absolute; }

.post-header img,
.single .text img,
.project-content img { max-width: 100%; height: auto; }

.project-banner { overflow: hidden; }
.project-banner .subtitle:before { left: 0; }
.single-projects { color: #fff; }
.project-img { max-width: 100%; height: auto; }
.single-projects .plan-title { text-align: center; margin: 96px 0 38px; }
.single-projects .plan-title .subtitle { margin: 0; display: flex; justify-content: center; align-items: center; }
.single-projects .plan-title .subtitle:before { position: static; margin-right: 20px; }
.single-projects .plan-title h2 {  font-size: 48px; line-height: 88px; }
.single-projects .plan-title h2 span { color: var(--color-accent);  }
.single-projects .description { margin: 72px 0 102px; }
.single-projects .description h2 { font-size: 36px; line-height: 56px; margin-bottom: 17px; }
.single-projects .description .text { max-width: 1147px; opacity: .8; line-height: 2em; }
.single-projects section.type-2 { margin-top: 60px; }
.single-projects section.type-2 .content { padding: 0 0 104px; height: auto; }
.single-projects section.type-2 .slider { padding: 0; margin: 0; }
.single-projects section.type-2 .slider .slides-outer ul li { margin: 0 115px 0 10px; }
.project-content { overflow: hidden; }

.intex-link { font-size: 10px; }
.intex-link svg { vertical-align: middle; margin-left: 8px; fill: var(--color-accent); }
.intex-link path.tail { fill: #fff; }
.intex-link path  { transition: all .3s; }
.intex-link:hover svg  { fill: #3387FD; }
.intex-link:hover path.tail  { fill: #1DC3FC; }

.credits {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    justify-content: center; 
    
    font-size: 14px;
    
    
    margin: 0;
    padding: 0;
}
.credits p {
    margin-top:1px;
    
    font-size: 14px;
    
    color: #C4A576;
}
.credits a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}




@media (max-width: 768px) {
    

    .credits {
        align-items: center; 
        text-align: center;
    }


	.credits p {
    margin-top:1px;
    
    font-size: 8px;
    
    color: #C4A576;
}
}

/* video page */
.video-banner {
    padding: 70px 0 0 40px;
    background: #110D03;
}

.video-banner .wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    background: #000;
    border-radius: 4px;
    overflow: hidden;
}

.video-player {
    width: 100%;
    height: auto;
    display: block;
}

/* Custom video controls styling */
.video-player::-webkit-media-controls {
    background-color: transparent;
}

.video-player::-webkit-media-controls-panel {
    background-color: transparent;
}

.video-player::-webkit-media-controls-play-button {
    background-color: #C4A576;
    border-radius: 50%;
}

.video-player::-webkit-media-controls-timeline {
    background-color: rgba(196, 165, 118, 0.3);
}

.video-player::-webkit-media-controls-current-time-display,
.video-player::-webkit-media-controls-time-remaining-display {
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .video-banner {
        padding: 40px 0 0 20px;
    }
    
    .video-container {
        margin: 20px auto;
    }
}

@media (min-width: 1200px) {
    .video-banner {
        padding-top: 145px;
    }
    
    .video-container {
        margin: 60px auto;
    }
}

/* Mobile video fixes */
.video-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0); /* Fix for mobile rendering */
}

.video-player {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
    /* Fix for iOS black bars */
    object-fit: contain;
    background: transparent;
}

/* Mobile-specific adjustments */
@media only screen and (max-width: 768px) {
    .video-container {
        margin: 20px auto;
        /* Remove any potential conflicting styles */
        transform: none;
        -webkit-transform: none;
    }
    
    .video-player {
        /* Force hardware acceleration */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
    }
}

/* iOS specific fixes */
@supports (-webkit-touch-callout: none) {
    .video-container {
        /* iOS-specific padding fix */
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
    }
    
    .video-player {
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
    }
}

/* animation */
.excursions-benefits img,
.excursions-benefits span,
.excursion-item img,
.excursion-item .subtitle,
.excursion-item h2,
.plan-title .subtitle,
.plan-title h2,
.single-projects .type-5,
.single-projects .type-2 .slide,
.product img,
.product .subtitle,
.product-title,
.product-description,
.product .button,
.post .img-link,
.post .subtitle,
.post-title,
.product-price,
.product-count,
.post .button,
.souvenir-info .wrapper:after,
.donate-additional h2,
.donate-additional .donate-container,
.donate-additional .contact-info h3,
.donate-additional .contact-info a,
.donate-additional .contact-info .phones:before,
.post-header .subtitle,
.post-header h1,
.post-header .pretext,
.post-header .wp-post-image,
.animation-child.module,
.animation-subchild,
.gallery-wrap nav a,
.gallery-wrap #links>div,
.contact-wrap .phones a,
.contact-wrap .phones:before,
.contact-wrap .mail,
.contact-wrap .address,
.contact-wrap .socials a,
.form-wrapper h2,
.form-wrapper .cf7sg-container,
.contact-banner .map-wrap { transform: translateY(10%); opacity: 0; }

.project-img { opacity: 0; animation: .5s fadeIn ease-in-out forwards; }

.excursion-item:nth-of-type(odd):after { max-height: 0; }
.excursion-item.visible:nth-of-type(odd):after { animation: .5s grow ease-in-out forwards; }

.excursions-benefits figure.visible img,
.excursions-benefits figure.visible span,
.excursion-item.visible img,
.excursion-item.visible .subtitle,
.excursion-item.visible h2,
.plan-title.visible .subtitle,
.plan-title.visible h2,
.single-projects .type-5.visible,
.single-projects .type-2.visible .slide,
.product.visible img,
.product.visible .subtitle,
.product.visible .product-title,
.product.visible .product-description,
.product.visible .product-price,
.product.visible .product-count,
.product.visible .button,
.post.visible .img-link,
.post.visible .subtitle,
.post.visible .post-title,
.post.visible .product-description,
.post.visible .button,
.souvenir-info .wrapper.visible:after,
.donate-additional.visible h2,
.donate-additional.visible .donate-container,
.donate-additional.visible .contact-info h3,
.donate-additional.visible .contact-info a,
.donate-additional.visible .contact-info .phones:before,
.post-header .subtitle,
.post-header h1,
.post-header .pretext,
.post-header .wp-post-image,
.animation-child.module.visible,
.animation-subchild.visible,
.gallery-wrap nav a,
.gallery-wrap #links>div,
.contact-wrap .phones a,
.contact-wrap .phones:before,
.contact-wrap .mail,
.contact-wrap .address,
.contact-wrap .socials a,
.form-wrapper.visible h2,
.form-wrapper.visible .cf7sg-container,
.contact-banner .map-wrap { animation: .3s fadeIn ease-in-out forwards; }

.excursions-benefits figure.visible:first-of-type span { animation-delay: .1s; }
.excursions-benefits figure.visible:nth-of-type(2) img { animation-delay: .15s; }
.excursions-benefits figure.visible:nth-of-type(2) span { animation-delay: .2s; }
.excursions-benefits figure.visible:nth-of-type(3) img { animation-delay: .25s; }
.excursions-benefits figure.visible:nth-of-type(3) span { animation-delay: .3s; }
.excursions-benefits figure.visible:nth-of-type(4) img { animation-delay: .35s; }
.excursions-benefits figure.visible:nth-of-type(4) span { animation-delay: .4s; }
.excursions-benefits figure.visible:nth-of-type(5) img { animation-delay: .45s; }
.excursions-benefits figure.visible:nth-of-type(5) span { animation-delay: .5s; }
.excursions-benefits figure.visible:nth-of-type(6) img { animation-delay: .55s; }
.excursions-benefits figure.visible:nth-of-type(6) span { animation-delay: .6s; }

.excursion-item.visible img,
.plan-title.visible .subtitle,
.single-projects .type-2 li:nth-of-type(1) .slide,
.product.visible img,
.post.visible .img-link,
.donate-additional.visible h2,
.post-header .subtitle,
.animation-child.module.visible,
.animation-subchild.visible,
.gallery-wrap nav a:nth-of-type(1),
.contact-wrap .phones a:first-of-type,
.contact-wrap .phones:before,
.form-wrapper.visible h2 { animation-delay: 1s; }

.excursion-item.visible .subtitle,
.plan-title.visible h2,
.single-projects .type-2 li:nth-of-type(2) .slide,
.product.visible .subtitle,
.post.visible .subtitle,
.souvenir-info .wrapper.visible:after,
.donate-additional.visible .donate-container,
.post-header h1,
.gallery-wrap nav a:nth-of-type(2),
.gallery-wrap #links>div,
.contact-wrap .phones a:nth-of-type(2),
.form-wrapper.visible .cf7sg-container { animation-delay: 1.15s; }

.excursion-item.visible h2,
.single-projects .type-5.visible,
.single-projects .type-2 li:nth-of-type(3) .slide,
.product.visible .product-title,
.post.visible .post-title,
.donate-additional.visible .contact-info h3,
.post-header .pretext,
.gallery-wrap nav a:nth-of-type(3),
.contact-wrap .mail { animation-delay: 1.3s; }

.excursion-item.visible:nth-of-type(odd):after,
.single-projects .type-2 li:nth-of-type(4) .slide,
.product.visible .product-description,
.product.visible .product-price,
.product.visible .product-count,
.post.visible .product-description,
.donate-additional.visible .contact-info .phones a:first-of-type,
.post-header .wp-post-image,
.gallery-wrap nav a:nth-of-type(4),
.contact-wrap .address { animation-delay: 1.45s; }

.product.visible .button,
.post.visible .button,
.donate-additional.visible .contact-info .phones a:last-of-type,
.gallery-wrap nav a:nth-of-type(5),
.contact-wrap .socials a:first-of-type { animation-delay: 1.6s; }

.donate-additional.visible .contact-info a.mail,
.donate-additional.visible .contact-info .phones:before,
.gallery-wrap nav a:nth-of-type(6),
.contact-wrap .socials a:nth-of-type(2),
.contact-banner .map-wrap { animation-delay: 1.75s; }

.wpcf7{
	position: relative;
	margin: 0 auto;
	width: 100%;
	/*max-width: 1084px;*/
}
.wpcf7 form{
	width: 100%;
	max-width: 572px;
}
.wpcf7 .col { width: 100%; }
.product-order .popup__container{
	padding:  30px 0 40px;
	position: relative;
	top: initial;
	transform: none;
	left: inherit;
	height: max-content;
	margin: 0 auto;
	max-width: 1224px;
}
.popup.product-order h2{
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 64px;
	color: #EEC474;
	margin-bottom: 30px;
}
.product-order .product-order__list{
	position: absolute;
	overflow: auto;
	width: 432px;
	top: 0;
	right: 0;
	bottom: 59px;
	border-bottom: 1px solid rgba(217, 217, 217, 0.2);
	gap: 32px;
	display: flex;
	flex-direction: column;
}
.product-order .product-info__amount{
	position: absolute;
	width: 432px;
	right: 0;
	bottom: 0;
	height: 59px;
	display: flex;
	align-items: flex-end;
}
.product-order .product-info__amount p:first-child{
	width: 177px;
	text-align: right;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #EEC474;
	padding-bottom: 3px;
}
.product-order .product-info__amount p:last-child{
	padding-left: 32px;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}
.product-order .product-info{
	display: flex;
}
.product-order .product-info__image{
	display: flex;
	width: 177px;
	height: 132px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.product-order .product-info__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.product-order .product-info__wrap{
	flex: 1 0;
	padding-left: 32px;
}
.product-order .product-info__title{
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 56px;
	color: #FFFFFF;
}
.product-order .product-info__count{
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	color: #C4A576;
	margin: -18px 0 26px 0;
}
.product-order .checkbox-wrap{
	margin-bottom: 24px;
}
.product-order .product-info__price{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.7);
}
.product-order .product-info .subtitle { margin-bottom: 0; position: relative; display: flex; }
.product-order .product-info .subtitle input  { font-weight: 600; font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: #C4A576; }
.product-order .product-info h3 input { font: normal 32px/56px Merriweather; color: #FFFFFF; }
.product-order .product-info .subtitle input,
.product-order .product-info h3 input { border: none; padding: 0; margin: 0; }
.product-order .product-info>div p,
.product-order .product-info>div br { display: none; }


.popup-orderSuccess__title{
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 64px;
	color: #EEC474;
	margin-bottom: 21px;
	padding: 0;
	text-align: center;
}
.popup-orderSuccess__desc{
	margin-bottom: 51px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FAFAFA;
	text-align: center;
	padding: 0;
}
.popup-orderSuccess__close{
	background: #EEC474;
	border: 1px solid #EEC474;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #201402;
	cursor: pointer;
	transition: all .3s ease;
	width: 256px;
	margin: 0 auto;
}
.popup-orderSuccess__close svg path{
	transition: all .3s ease;
}
.popup-orderSuccess__close:hover{
	background-color: #201402;
	border-color: #fff;
	color: #fff;
}
.popup-orderSuccess__close:hover svg path{
	fill: #EEC474;
}

@media (max-width: 374px) {
	.excursions-banner h1,
	.donate-banner h1 { font-size: 32px; }
}

@media (max-width: 767px) {
	.post img,
	.single .text img { margin-bottom: 24px; }
	.post-header .pretext { margin-bottom: 48px; }
	.wpcf7 input[type="submit"] { margin-top: 28px; width: 100%; }
	.banner-img { margin-bottom: 16px; }
	.banner .subtitle { padding-top: 10px; }

	.donate-platforms figure img { width: 40%; height: auto; margin-right: 16px; }
	.donate-additional-wrap table tr { margin-bottom: 16px; display: block; }
	.donate-additional-wrap table td { display: block; padding: 0; }

	.excursions-benefits figure { display: flex; align-items: center; margin-bottom: 32px; }
	.excursion-info { padding-left: 0; }
	.excursion-item { margin-bottom: 48px; }
	.excursion-item .subtitle { padding-left: 22px; }
	.excursion-item .subtitle:before { top: 2px; left: 0; }

	.gallery-wrap nav { display: flex; flex-direction: column; }
	.gallery-wrap nav a.active { font-size: 24px; border: 0; order: 1; }

	.product .subtitle:before { top: 10px; }

	.intex-link { text-align: center; margin-top: 24px; display: block; }
}

@media (min-width: 768px) {

	.wpcf7 form { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
	textarea.wpcf7-form-control { height: 165px; }

	.popup>div { position: absolute; top: 30px; left: 50%; transform: translate(-50%,0); min-width: 80%; margin: 0; }
	.popup .close { width: 50px; height: 50px; z-index: 22;}
	.popup .wpcf7 input[type="submit"] { float: left; }

	.banner { padding-top: 145px; }
	.banner-inner { padding-left: 80px; margin-bottom: 197px; }
	.banner-img { position: absolute; right: 0; top: -70px; z-index: -1; width: 70%; }

	.product { display: flex; align-items: center; }
	.product-inner { margin-left: 30px; }
	.post-inner { margin-left: 40px; }
	.post-title { max-width: 790px; }
	.product-description,
	.post-description { max-width: 580px; }

	.product img { max-width: 540px; max-height: 400px; object-fit: cover; }
	.product-inner { max-width: 50%; }

	.single-post main { padding-bottom: 70px; }
	.single-post main .wrapper:before { top: 300px; }
	.single-post main .wrapper:after { top: 400px; }
	.post-header { display: flex; align-items: flex-end; }
	.post-header>div { margin-right: 32px; }

	.wp-block-quote { max-width: 767px; }

	.donate-platforms { margin-bottom: 97px; }
	.donate-additional h2,
	.donate-additional-wrap .title { font-size: 28px; }
	.donate-banner h1 span { display: block; }


	.excursions-banner .banner-inner { margin-bottom: 0; }
	.excursions-banner h1 { width: 450px; }
	.excursions-benefits { display: flex; justify-content: space-between; max-width: 1240px; }
	.excursions-benefits figure { max-width: 130px; text-align: center; }
	.excursions-benefits img { display: block; margin: 0 auto 18px; }
	.excursions-list { overflow: hidden; margin-bottom: 100px; }
	.excursion-item { width: calc(50% - 32px); position: relative; }
	.excursion-item:nth-of-type(odd):after { content:''; width: 1px; height: calc(100% - 55px); display: block; background: #4d4d4d; position: absolute; top: 82%; right: -32px; z-index: -1; }
	.excursion-item:nth-of-type(even) { float: right; text-align: right; margin-top: -72px; }
	.excursion-item:nth-of-type(odd) div { right: 0; align-items: flex-end; text-align: right; }
	.excursion-item:nth-of-type(even) div { left: 0; text-align: left; }
	.excursion-item:nth-of-type(odd) .subtitle:before { right: -37px; }
	.excursion-item:nth-of-type(even) .subtitle:before { left: -37px; }
	.excursion-info table { font-size: 18px; font-weight: 600; }

	.gallery-wrap { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 60px; }
	.gallery-wrap nav { margin-right: 24px; position: sticky; top: 80px; }
	.gallery-wrap nav a { white-space: nowrap; padding-left: 30px; }
	.gallery-wrap nav a:hover { color: var(--color-accent-2); }
	.gallery-wrap nav a:before { content: ''; background: #9D8C71; opacity: 0; width: 8px; height: 8px; position: absolute; top: 25px; left: 0px; transform: translateX(-10px) rotate(45deg); }
	.gallery-wrap nav a:hover:before,
	.gallery-wrap nav a.active:before { opacity: 1; transform: translateX(0px) rotate(45deg); }
	.gallery-wrap nav a:after { content: ''; position: absolute; left: 100%; bottom: -1px; display: block; width: 0; height: 1px; background-color: #CEC1AC40; transition: all 0.5s cubic-bezier(.2,.95,.57,.99); }
	.gallery-wrap nav a:hover:after,
	.gallery-wrap nav a.active:after { width: 24px; }

	.intex-link { display: inline-block; color: #fff; }

}

@media (min-width: 768px) and (max-width: 1023px) {
	.excursions-benefits { justify-content: center; flex-wrap: wrap; margin: 0 0 50px; }
	.excursions-benefits figure { margin: 32px; }
}

@media (min-width: 768px) and (max-width: 1199px) {
	.banner-img { filter: brightness(.7); }

	.team-wrap { column-count: 2; column-gap: 72px; }
	.team-member { break-inside: avoid; }
	.team-member:nth-of-type(2) { text-align: right; }

	.donate-banner .text { margin-bottom: 70px; }

	.post a.img-link { margin-bottom: 20px; }

	.product { align-items: stretch; }
	.product img { width: 45%; object-fit: cover; }

	.excursion-item:nth-of-type(even)>div { padding: 16px 32px 0 0; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.excursions-banner .banner-img,
	.souvenir-banner .banner-img,
	.team-banner .banner-img { max-width: 60%; }
}

@media (max-width: 1199px) {

	.project-img { margin-bottom: 50px; }
	.wp-block-pullquote { text-align: left; }
	.contact-info { margin-top: 48px; }

	.excursion-item>div { padding: 16px 0 0 32px; }

	.single-projects .subtitle { padding-left: 24px; }
	.single-projects .subtitle:before { top: 0; }
}

@media (min-width: 1200px) {
	.wp-block-quote { margin: 22px 0 45px 100px; }

	.banner-img { top: -125px; width: 910px; height: 642px; object-fit: cover; }

	.banner h1 { font-size: 72px; margin-bottom: 38px; }

	.banner .subtitle,
	.excursion-item .subtitle,
	.single .subtitle { font-size: 16px; }

	.banner .caption:before { width: 74px; left: -90px; top: 4px; }

	.donate-banner .banner-inner { margin-bottom: 96px; }
	.donate-additional { overflow: hidden; }
	.donate-additional h2 { width: 421px; float: left; }
	.donate-container { float: right; }
	.donate-additional-wrap { width: 600px; border: 1px solid rgba(189, 159, 112, 0.3); box-sizing: border-box; padding: 25px 30px; overflow: hidden; }
	.donate-additional-wrap .title { max-width: 600px; }
	.donate-additional .contact-info { float: left; max-width: 455px; }

	.gallery-wrap nav { font-size: 20px; margin-right: 40px; padding: 36px 0; }
	.gallery-wrap nav a:hover:after,
	.gallery-wrap nav a.active:after { width: 40px; }

	.gallery-wrap #links>div { column-count: 3; column-gap: 28px; }
	.gallery-wrap #links a { margin-bottom: 24px; }
	.gallery-wrap nav a:before { top: 30px;  }

	.excursions-banner h1,
	.souvenir-banner h1,
	.team-banner h1 { width: 454px; }

	.excursions-banner { overflow: hidden; }
	.excursions-banner h1 { width: 750px; }
	.excursions-benefits { margin: 200px 0 150px; }
	.excursion-info:nth-of-type(even) { padding-left: 45%; }
	.excursion-info img { position: absolute; top: -14px; }
	.excursion-info:nth-of-type(odd) img { right: 0; }
	.excursion-info:nth-of-type(even) img { left: 20px; }
	.souvenir-info .wrapper:after { content: url(../../images/excursion-info.jpg); position: absolute; right: 0; top: -14px; }
	.excursion-item img { max-width: 80%; height: auto; }
	.excursion-item div { position: absolute; top: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; }
	.excursion-item:nth-of-type(odd) .subtitle:before { right: -36px; }
	.excursion-item:nth-of-type(even) .subtitle:before { left: -37px; }
	.excursion-item:nth-of-type(odd):after { height: calc(100% - 100px); top: 30%; right: -32px; }

	.souvenir-info .wrapper:after { right: 0; }

	.single-post main { padding: 200px 0 128px; }
	.single-post main .wrapper { max-width: calc(1174px + 66px + 66px); }
	.post-header .wp-post-image { max-width: 50%; }

	.team-banner { margin-bottom: 43px; padding-bottom: 120px; }
	.team-wrap { margin-top: 197px; overflow: hidden;  }
	.team-member { margin-bottom: 100px; float: right; }
	.team-member img { max-width: 25vw; }
	.team-member:first-of-type { float: left; display: flex; }
	.team-member:first-of-type img { max-width: 33vw; }
	.team-member:first-of-type div { padding-left: 32px; }
	.team-member span { max-width: 300px; }
	.team-member:nth-of-type(3) { clear: both; }
	.team-member:nth-of-type(4),
	.team-member:nth-of-type(7),
	.team-member:nth-of-type(9) { margin: -300px calc((100% - 90vw) / 2) 0 40px; }
	.team-member:nth-of-type(9) { margin-top: -190px; }

	.contact-banner { padding-top: 280px; overflow: hidden; }
	.contact-banner .wrapper { padding-bottom: 339px; }
	.contact-page .banner .wrapper:before { top: 60px; }
	.contact-page .banner .wrapper:after { top: 160px; }
	.contact-banner h1,
	.contact-page .banner h2 { font-size: 48px; line-height: 64px; margin-bottom: 72px; }
	.contact-banner h1:before,
	.contact-page .banner h2:before { left: -42px; top: 28px; }
	.contact-page .banner:not(.contact-banner) h2 { margin-top: -10px; }

	
	.contact-banner .map-wrap { width: 50%; position: absolute; top: -40px; right: -14px; }
	.contact-banner .map-wrap:before { content: '';  background-size: contain; width: 200px; height: 250px; position: absolute; bottom: 0; left: 0; z-index: 1; transform: translate(-50%,25%); }
	.contact-banner #map { width: 100%; padding-bottom: 75%; }


	textarea.wpcf7-form-control { height: 272px; }
	.wpcf7 input[type="submit"] { float: right; }
	.wpcf7 input:not([type="submit"]),
	.wpcf7 textarea,
	.wpcf7 label { font-size: 18px; }
	.contact-page .wpcf7 { max-width: 1165px; margin-left: 50px; }

	.popup>div { top: 50%; transform: translate(-50%,-50%); }
	.popup h2 { font-size: 48px; line-height: 64px; margin-bottom: 63px; }
	.popup.excursion h3 { margin-bottom: 63px; }

	.post { display: flex; align-items: flex-start; margin-bottom: 100px; }
	.post a.img-link { min-width: 360px; }

	.single-post main .wrapper:before { top: 260px; }
	.single-post main .wrapper:after { top: 360px; }

	.single-projects main .wrapper { max-width: 1212px; }
	.project-img { clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% calc(100% - 233px), 0 calc(100% - 233px)); display: block; max-height: 100vh; object-fit: cover; object-position: bottom; }
	.project-banner { position: relative; margin-bottom: 80px; }
	.project-banner .wrapper { height: 233px; display: flex; justify-content: center; flex-direction: column; position: absolute; bottom: 0; left: calc(50% - 1212px / 2); }
	.project-banner .wrapper:after { content: ''; position: absolute; right: calc(50% - 8px); top: 0; width: 8px; height: 100%; background: var(--color-accent);  }
	.project-banner h1 { font-weight: normal; font-size: 56px; line-height: 72px; margin-bottom: 32px; }
	.project-banner .subtitle { margin: 31px 0 8px; padding-left: 50px }
	.project-banner .subtitle:before { top: 1px; }
	.project-banner h1,
	.project-banner .subtitle { max-width: 547px; }

	.wp-block-group,
	.wp-block-columns { margin-bottom: 48px; }
	.wp-block-pullquote { margin: 0 auto 93px; max-width: 777px; }
	.wp-block-pullquote:before { left: calc(50% - 96px / 2); }
	.wp-block-pullquote blockquote p,
	.wp-block-quote p,
	.post-header .pretext { max-width: 767px; font-size: 24px; line-height: 40px; }
}

@media (min-width: 1200px) and (max-width: 1679px) {
	.excursions-banner .banner-img,
	.souvenir-banner .banner-img,
	.team-banner .banner-img { top: -80px; right: 30px; max-width: 50%; height: auto; }

	.excursion-info img { width: 38%; height: auto; }
	.notificationAlert{
		right: 30px;
		transform: translateX(calc(100% + 30px));
	}
}
@media (max-width: 1279px) {
	.notificationAlert{
		top: 105px;
		right: 15px;
		transform: translateX(calc(100% + 15px));
		font-size: 14px;
	}
	.notificationAlert .close svg{
		width: 12px;
		height: auto;
	}
}

@media (min-width: 1280px) {
	.gallery-wrap nav { top: 160px; }

	.banner .wrapper:before,
	.single-post main .wrapper:before { left: -6px; }
	.banner .wrapper:after,
	.single-post main .wrapper:after { left: -6px; }

	.team-member:nth-of-type(4),
	.team-member:nth-of-type(7),
	.team-member:nth-of-type(9) { margin-right: calc((100% - 83vw) / 2); margin-right: 60px; }
	.team-member span { max-width: 320px; }
}

@media (min-width: 1360px) {
	.donate-additional h2 { font-size: 32px; margin: 24px 0; }
	.donate-additional-wrap { padding: 47px 58px; width: 700px; }
	.donate-additional .contact-info h3 { font-size: 24px; line-height: 2em; }
	.donate-additional-wrap .title { font-size: 32px; }

	.excursion-item h2 { font-size: 52px; margin-bottom: 38px; max-width: 700px; }
	.excursion-item:nth-of-type(odd):after { top: 16%; }

	.popup>div { min-width: 1224px; }

	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next { right: -70px; }
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev { left: -70px; }
}

@media (min-width: 1440px) {
	.excursion-item:nth-of-type(odd):after { top: 26%; }

	.team-member { margin-bottom: 124px; }
	.team-member img { max-width: 367px; }
	.team-member:first-of-type img { max-width: 506px; }
	.team-member div { padding-left: 32px; }
	.team-member span { max-width: 350px; }
	.team-member span:first-of-type { font-size: 32px; }
	.team-member:first-of-type span:first-of-type { font-size: 48px; margin-top: 166px; }
	.team-member:nth-of-type(2) { margin-top: 115px; }
	.team-member:nth-of-type(3) { clear: both; }
	.team-member:nth-of-type(4),
	.team-member:nth-of-type(7),
	.team-member:nth-of-type(9) { margin: -300px calc((100% - 506px - 367px *2) / 2) 0; }
	.team-member:last-of-type { margin-left: calc(506px - 367px); }
	.team-member:nth-of-type(9) { margin-top: -170px; margin-bottom: 100px; }

	.contact-wrap { margin-left: 155px; }

	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next { right: -80px; }
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev { left: -80px; }
}

@media (min-width: 1600px) {
	.excursion-item:nth-of-type(odd):after { top: 30%; }

	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next,
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev { width: 88px; height: 88px; }
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next { right: -120px; }
	.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev { left: -120px; }
	.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg { width: 37px; height: 42px; }

	.contact-banner #map { padding-bottom: 65%; }
}

@media (min-width: 1680px) {
	.popup .close { width: 88px; height: 88px; right: 59px; top: 48px; }

	.banner { overflow: hidden; padding-top: 253px; }
	.banner .wrapper,
	.souvenir-info .wrapper { padding-left: 0; padding-right: 0; }
	.banner>.wrapper>.subtitle { padding: 0; }
	.banner>.wrapper>.subtitle:before { left: -42px; }
	.banner-img { right: 40px; }

	.banner .wrapper:before { left: -38px; }
	.single-post main .wrapper:before { top: 240px; left: 30px; }
	.banner .wrapper:after { left: -38px; }
	.single-post main .wrapper:after { top: 340px; left: 30px; }

	.banner .subtitle,
	.excursion-item .subtitle,
	.single-post .subtitle { margin-bottom: 32px; }

	.donate-additional-wrap { width: 900px; margin-right: 40px; }

	.excursion-item:nth-of-type(odd):after { top: 29%; }

	.souvenir-info h2 { position: relative; margin-top: -18px; }
	.souvenir-info h2:before { content: ''; width: 10px; height: 10px; display: block; background: #C4A576; transform: rotate(45deg);position: absolute; left: -44px; top: 20px; }

	.product-title,
	.post-title { font-size: 48px; line-height: 56px; }
	.product-description,
	.post-description { line-height: 32px; }
	.single-post h1 { font-size: 72px; line-height: 88px; }

	.contact-page .wpcf7 { margin-left: 70px; }

	footer .copyrights { width: 33%; }
}

@media (min-width: 1920px) {
	.banner { padding: 253px 0 0 280px; }
	.souvenir-info { padding-left: 280px; }

	.gallery-banner { padding: 216px 0 0  170px; }
	.gallery-page section.type-2 .content { padding-top: 216px; }
	.gallery-wrap { margin-top: 88px; }
	.gallery-wrap nav { font-size: 24px; margin-right: 60px; }
	.gallery-wrap nav a { padding: 26px 0 26px 38px; }
	.gallery-wrap nav a:before { top: 43px; }
	.gallery-wrap nav a:hover:after,
	.gallery-wrap nav a.active:after { width: 60px; }

	.excursions-benefits { margin: 265px 0 200px; }
	.excursions-list { margin-bottom: 150px; }
	.excursion-item h2 { font-size: 72px; }
	.excursion-item:nth-of-type(odd):after { top: 95px; height: calc(100% - 30px); }

	.excursion-item img { width: 762px; height: 618px; object-fit: cover; }
	.excursion-info:nth-of-type(even) { padding-left: 50%; }
	.excursion-info:nth-of-type(odd) img { right: 100px; }

	.product-inner,
	.post-inner { margin-left: 67px; }

	.post-wrap { padding-bottom: 60px; }

	.team-wrap { margin-right: 40px; }

	.contact-banner .map-wrap:before { width: 298px; height: 375px; }
}

@media screen and (max-width: 1350px){
	.popup__container{
		width: 100%;
		max-width: 970px!important;
	}
	.wpcf7 form{
		max-width: 480px;
	}
	.popup-orderSuccess>div{
		top: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: none;
		left: initial;
		width: 100%;
	}
}
@media screen and (max-width: 1024px){
	.product-order .popup__container{
		padding: 15px;
	}
	.popup__container{
		margin: 0!important;
		padding: 15px;
	}
	.wpcf7 form{
		max-width: 100%;
	}
	.product-order .product-order__list{
		position: relative;
		width: 100%;
		bottom: initial;
		right: initial;
		padding-bottom: 32px;
		max-height: 264px;
	}
	.product-order .product-info__amount{
		position: relative;
		bottom: initial;
		right: initial;
		width: 100%;
	}
}


@media screen and (max-width: 767px){
	.notificationAlert{
		top: 105px;
		right: 15px;
		transform: translateX(calc(100% + 15px));
		font-size: 12px;
		padding: 12px 14px;
		min-width: 290px;
	}
	.notificationAlert .close svg{
		width: 10px;
	}
	.popup .close{
		width: 30px;
		height: 30px;
		top: 15px;
		right: 15px;
	}
	.productCart{
		width: 100%;
	}
	.productCart__header{
		padding: 9px 15px;
		border-bottom: 1px solid #EEC474;
	}
	.productCart__title {
		font-size: 22px;
		line-height: 42px;
		margin-bottom: 0;
	}
	.productCart__close, .popup .close{
		width: 30px;
		height: 30px;
		top: 15px;
		right: 15px;
	}
	.productCart__close svg, .popup .close svg{
		width: 12px;
		height: auto;
	}
	.productCart__desc{
		font-size: 12px;
		line-height: 24px;
	}
	.productCart__body{
		height: calc(100% - 173px);
		padding: 0;
	}
	.productCart__list .product-info{
		padding: 15px 0;
	}
	.productCart__list .product-info__image{
		width: 120px;
		height: 150px;
	}
	.productCart__list .product-info__remove{
		top: 19px;
	}
	.productCart__list .product-info__title{
		font-size: 14px;
	}
	.productCart__list .product-info__desc{
		font-size: 10px;
		line-height: 14px;
		min-height: 46px;
		margin-bottom: 15px;
	}
	.productCart__footer{
		padding: 20px 15px;
	}
	.productCart__btnOrder{
		min-width: 150px;
		padding: 16px 26px;
		line-height: 14px;
	}
	.productCart__btnOrder svg{
		margin-left: 10px;
	}
	.productCart__totalPrice .text{
		line-height: 10px;
	}
	.productCart__totalPrice .price{
		font-size: 22px;
		line-height: 22px;
	}
	.product-order .product-order__list{
		gap: 15px;
		padding-bottom: 15px;
	}
	.product-order .product-info__image{
		width: 120px;
		height: 130px;
	}
	.product-order .product-info__wrap{
		padding-left: 15px;
		display: flex;
		flex-direction: column;
	}
	.product-order .product-info__title{
		font-size: 18px;
		line-height: 32px;

	}
	.product-order .product-info__count{
		line-height: 24px;
		margin: 0 0 26px;
	}
	.product-order .product-info__price{
		margin-top: auto;
	}
	.product-order .product-info__amount{
		height: 38px;
		margin-bottom: 35px;
	}
	.popup.product-order h2{
		font-size: 28px;
		line-height: 36px;
	}

	.wpcf7 input:not([type="submit"]), .wpcf7 textarea{
		padding: 10px 14px 20px;
	}
	.checkbox-label{
		font-size: 12px;
		line-height: 20px;
	}

	.popup-orderSuccess>div{
		top: initial;
		bottom: initial;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 100%;
		padding: 30px 15px;
		margin: 0;
	}
	.popup-orderSuccess__title{
		font-size:  26px;
		line-height: 1.2;
	}
	.popup-orderSuccess__desc{
		font-size:  14px;
		line-height: 1.2;
	}
}

@media screen and (min-width: 768px) and (max-height: 800px) {
	textarea.wpcf7-form-control { height: 225px; }
}
@media screen and (min-width: 768px) and (max-height: 730px) {
	textarea.wpcf7-form-control { height: 155px; }
}
@media screen and (min-width: 768px) and (max-height: 685px) {
	textarea.wpcf7-form-control { height: 95px; }
}
