.page-content {
	padding: 0;
	margin-bottom: 60px;
	background: transparent;
}
p, h1, h2, h3, h4 {
  color: #222;
  line-height: 1.3;
  text-align: left;
}
h2 {
	font-size: 30px;
}
p {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
*+p, *+h1, *+h2, *+h3 {
	margin-top: 12px;
}
.title.attraction:before,
.snippet.attraction,
.attraction .map>div,
.attraction .video,
.attraction .uk-dotnav>.uk-active>a,
.attraction .current.btn {
	background-color: #2BC943;
}
.title.hotel:before,
.snippet.hotel,
.hotel .map>div,
.hotel .video,
.hotel .uk-dotnav>.uk-active>a,
.hotel .current.btn {
	background-color: #6180EF;
}
.attraction .contacts i,
.attraction .contacts a {
	color: #2BC943;
	background: none;
}
.hotel .contacts i,
.hotel .contacts a {
	color: #6180EF;
	background: none;
}
.title-img {
	height: 580px;
	padding: 0;
	background-size: cover;
}
.title {
	display: flex;
	align-items: center;
	position: relative;
	width: 540px;
	margin-left: 40px;
	padding: 60px;
}
.title.curr {
	/* min-width: fit-content;*/
}
.title:before, .title:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.title:before {
	border-radius: 30px;
	opacity: .8;
	backdrop-filter: blur(5px);
	z-index: 0;
}
.title.curr:after {
	background: url(../img/sha_logo.png)right no-repeat;
	top: -60px;
	right: -150px;
	height: 120px;
	background-size: contain;
}
.title>* {
	z-index: 1;
}
.title h1 {
	font-size: 56px;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
	color: #FFF;
}
.title h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #FFF;
	margin: 20px 0 0;
	max-width: fit-content;
}
.page-content.page-content>:not(:first-child) {
	margin: 40px;
}
.snippet {
	margin: 0 !important;
	padding: 36px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #FFF;
	background-image: url(../img/squiggle.svg);
	background-size: 25%;
	background-position: right -5px;
	background-repeat: no-repeat;
}
.eyes-stars {
	display: flex;
	align-items: center;
	position: relative;
	height: 160px;
	background: #00B26F;
	border-radius: 20px;
	overflow: hidden;
}
.eyes-stars>:first-child {
	position: relative;
	height: 100%;
	flex: 0 0 180px;
}
.eyes-stars>:first-child:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../img/emoji/em-15.png') no-repeat;
	background-size: 110px;
	background-position: center;
	transform: rotate(15deg);
}
.eyes-stars h2 {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	white-space: nowrap;
}
.eyes-stars h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: auto;
}
.eyes-stars h2, .eyes-stars h3 {
	color: #FFF;
	padding-right: 40px;
}
.items {
	margin-top: -10px !important;
	margin-bottom: -10px !important;
}
.item {
	padding: 10px;
}
.item>* {
	height: 100%;
	min-height: 420px;
	background: #FFF;
	border: .5px solid #CCC;
	border-radius: 20px;
	box-shadow: 0 0 50px rgb(0 0 0 / 8%);
	overflow: hidden;
}
.img {
	position: relative;
	width: 100%;
	aspect-ratio: 1.5;
	background-position: center;
	background-size: cover;
}
.img:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/rwp_tmp.jpg) no-repeat;
	background-position: right top;
	background-size: cover;
	clip-path: url(#tr1);
}
.img:hover:before {
	clip-path: url(#tr2);
}
.percent {
	position: absolute;
	top: 20px;
	left: 20px;
	display: grid;
	place-content: center;
	min-width: 68px;
	height: 28px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding: 0 12px;
	background: rgba(243, 54, 42, 0.6);
	backdrop-filter: blur(10px);
	border-radius: 6px;
}
.desc {
	display: flex;
	flex-direction: column;
	height: 200px;
	padding: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.desc>:nth-child(2) {
	margin-top: 20px;
}
.price {
	font-size: 24px;
}
.old {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #999;
}
.old:after {
	position: absolute;
	content: '';
	top: 50%;
	height: 0;
	right: -3px;
	left: -3px;
	border: 1px solid #999;
	transform: rotate(15deg);
}
a.btn {
	display: flex;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: 800;
	height: 50px;
	margin: auto 0 0;
	border-radius: 10px;
	box-shadow: none;
	cursor: pointer;
}
.attraction .btn, .attraction #buy-btn {
	background: #2BC943;
}
.hotel .btn, .hotel #buy-btn {
	background: #6180EF;
}
.btn:hover {
	font-weight: 900;
}
.btn:active {
	font-weight: 900;
	background: #FFF;
}
.attraction .btn:active {
	color: #2BC943;
	border: 1px solid #2BC943;
}
.hotel .btn:active {
	color: #6180EF;
	border: 1px solid #6180EF;
}
.map>* {
	color: #FFF;
}
.map .img {
	background-image: url(../img/map_tmp.png);
	background-position: center;
}
.map .img:before {
	display: none;
}
.btn.map {
	display: inline-flex;
	width: 50%;
	background: #FFF;
}
.attraction .btn.map {
	color: #2BC943;
}
.hotel .btn.map {
	color: #6180EF;
}
.hotel .btn.lnk {
	display: inline-flex;
	color: #6180EF;
	background: #FFF;
	width: auto;
	margin-top: 30px;
	padding: 0 30px;
}
.btn.map:active, .btn.lnk:active {
	font-weight: 900;
	color: #FFF;
	border: 1px solid #FFF;
}
.btn.map:hover {
	font-weight: 900;
}
.attraction .btn.map:active {
	background: #2BC943;
}
.hotel  .btn.map:active, .hotel  .btn.lnk:active {
	background: #6180EF;
}
.btn.map.single {
	width: 100%;
} 
.get_there a.map {
	box-shadow: 0 0 10px #EEE;
}
.get_there>div>div,  .transport>div>div {
	margin-top: auto;
}
.map img {
	height: 24px;
	margin-right: 5px;
}
.about.contacts>* {
	display: flex;
	justify-content: space-between;
	background: #F9F9F9;
	padding: 15px 20px;
	margin: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.about.contacts>*>:first-child {
	flex: 1 0;
}
.about.contacts>*>:not(:first-child) {
	display: flex;
	flex-direction: column;
	flex-basis: 20%;
}
.about.contacts>*>* {
	padding: 30px 10px;
}
.contacts i {
	display: block;
	font-size: 32px;
	margin-top: auto;
}
.contacts span {
	display: block;
	margin: 12px 0;
	color: #999;
}
.contacts a {
	color: #2BC943;
}
.pets>:before {
	position: absolute;
	content: '';
	background: url(../img/no_pets.svg) no-repeat, #F9F9F9;
	top: 46%;
	left: 30%;
	height: 216px;
	width: 500px;
}
.info {
	padding: 40px 0 0;
}
.about {
	padding: 0 5px;
	margin-bottom: 40px;
}
.about>* {
	padding: 0 15px;
}
.about>*>div {
	background: #F9F9F9;
	padding: 30px;
	border-radius: 15px;
	height: 100%;
}
.pegetr>*>* {
	display: flex;
	position: relative;
	flex-direction: column;
	min-height: 280px;
	overflow: hidden;
}
.about.partner {
	display: flex;
	background: #F9F9F9;
	padding: 40px 30px;
	margin: 0;
}
.about.partner h1 {
	min-width: 260px;
}
.video {
	padding: 100px 50px;
	background: url(/wp-content/themes/ramayana/img/video-bgnd.svg);
	background-size: cover;
}
.video>* {
  width: 100%;
  height: auto;
  aspect-ratio: 1.78;
}
#partner_video {
	width: 100%;
	height: 620px;
}
.photos {
	padding: 40px 20px;
}
.photos h2 {
	margin-right: auto;
	padding: 30px 0;
}
.uk-dotnav {
	margin: auto 10px;
	align-items: center;
}
a.slidenav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
}
.attraction .slidenav {
	color: #2BC943;
	background: #D3F4D8;
}
.hotel .slidenav {
	color: #6180EF;
	background: #DFE6FC;
}

.uk-dotnav a {
	background: #EEE;
	width: 6px;
	height: 6px;
	border: 0;
	cursor: default;
}
.uk-dotnav>.uk-active>a {
	width: 8px;
	height: 8px;
}
.uk-slider-container {
	margin-right: -60px;
}
.uk-slider {
	margin-right: -40%;
}
.uk-slider>* {
	padding-right: 15px;
}
.slider-item a {
	display: block;
	border-radius: 15px;
	overflow: hidden;
}
.slide {
	position: relative;
}
.zoom {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 100px;
	background: rgba(0,0,0,.3);
	opacity: 0;
	transition: all .3s linear;
	z-index: 1;
}
.zoom img {
	height: 50px;
	opacity: .8;
}
.slide:hover .zoom {
	opacity: .8;
}
form {
	margin-bottom: 80px;
}
.btn.package {
	background: #AAA;
	width: 300px;
	margin: 10px;
}
.current.btn {
	cursor: default;
}
.current.box {
	padding: 30px;
	border-radius: 30px;
	margin: 20px auto 40px;
	background: #F9F9F8;
}
.current.box>:not(:last-child) {
	margin-bottom: 20px;
}
.tickets-box {
	display: block;
}
.pack {
	background: steelblue;
}
.ticket {
	padding: 10px 10px 10px 40px;
	border-top: 3px solid #F9F9F9;
}
#buy-btn {
	border-radius: 10px;
	width: 100%;
}

@media (max-width: 840px) {

.title-img {
	height: 100vw;
}
.title {
	width: 440px;
	height: auto;
	margin-left: 30px;
	padding: 60px 50px;
}
.title.curr {
	min-width: auto;
	max-width: fit-content;
}
.title h1 {
	font-size: 48px;
}
.title h3 {
	font-size: 14px;
	margin-top: 12px;
}
.page-content.page-content>:not(:first-child) {
	margin: 32px 36px;
}
.eyes-stars {
	flex-direction: column;
	align-items: start;
	padding: 60px 120px 60px 60px;
	border-radius: 15px;
}
.eyes-stars:before {
	bottom: 0;
	width: 180px;
	height: 100%;
	background-position: center;
}
.eyes-stars h2 {
	font-size: 36px;
}
.eyes-stars h3 {
	font-size: 18px;
	width: 480px;
	margin-top: 10px;
	padding: 0;
}
.item {
	padding: 9px 6px;
}
.item>* {
	border-radius: 15px;
}
.img {
	height: 320px;
}
.img:before, .img:hover:before {
	clip-path: url(#tr3);
	background-position-y: 50px;
}
.desc {
	padding: 10px 20px 20px;
}
.desc>* {
	margin: 10px 0 0;
}
a.btn {
	margin-top: 20px;
}

.snippet {
	font-size: 18px;
	font-weight: 600;
	padding: 30px 30% 30px 30px;
	background-size: 25%;
	background-position: 99% center;
}
.about {
	padding: 0;
}
.about>* {
	padding: 0 6px;
}
.about>* {
	padding: 20px 36px 0;
}
.about.partner {
	flex-direction: column;
	padding: 36px;
}
.about.partner>* {
	padding: 0;
}
.about.partner h1 {
	min-width: auto;
}
.video {
	padding: 60px 36px;
}
#partner_video {
	height: 380px;
}
.photos {
	padding: 36px;
}
.uk-slider-container {
	margin-right: -36px;
}
.uk-slider {
	margin-right: -25%;
}
.uk-slider>* {
	padding-right: 12px;
}
.pegetr>*>* {
	min-height: 150px;
}
.pets>:before {
	top: 20%;
	left: 60%;
	height: 190px;
}
.btn.map {
	width: 200px;
	margin: 30px 10px 0 0;
}
.transport .btn {
	width: 200px;
}
.transport .btn {
	width: 200px;
	margin: 20px auto 0 0;
}
.about.contacts>* {
	flex-wrap: wrap;
}
.about.contacts>*>:first-child {
	flex-basis: 100%;
}
.about.contacts>*>:not(:first-child) {
	flex-basis: 33.3%;
	padding-top: 20px;
}
.ticket {
	padding: 0 10px;
}

}

@media (max-width: 480px) {
.page-content {
	margin: 0;
}
.title-img {
	height: 125vw;
}
.title {
	width: 280px;
	margin-left: 10px;
	padding: 30px;
}
.title h1 {
	font-size: 32px;
}
.title h3 {
	margin-top: 10px;
}
.page-content.page-content>:not(:first-child) {
	margin: 24px 16px;
}
.eyes-stars {
	display: block;
	height: auto;
	padding: 24px 16px;
	border-radius: 16px;
}
.eyes-stars>:first-child {
	height: 150px;
}
.eyes-stars>:first-child:before {
	background-size: 120px;
	background-position: center top;
}
.eyes-stars h2, .eyes-stars h3 {
	padding: 0;
	text-align: center;
	width: auto;
	white-space: normal;
}
.eyes-stars h2 {
	font-size: 24px;
}
.eyes-stars h3 {
	font-size: 18px;
	font-weight: 600;
}
.item {
	padding: 10px 0;
}
.item>* {
	border-radius: 20px;
}
.img {
	height: 320px;
}
p, a.btn {
	font-size: 14px;
}
h2 {
	font-size: 24px;
}
.title.curr:after {
	top: -40px;
	right: -100px;
	height: 80px;
}
.snippet {
	font-size: 14px;
	padding: 20px 30% 20px 20px;
	background-size: 50%;
	background-position: 140% center;
}
.about {
	margin-bottom: 12px;
}
.about>* {
	padding: 12px 16px 0;
}
.about>*>* {
	padding: 20px;
}
.about.partner {
	padding: 24px 16px;
}
.video {
	padding: 24px 16px;
}
#partner_video {
	height: 185px;
}
.photos {
	padding: 16px;
}
.uk-slider-container {
	margin-right: -16px;
}
.uk-slider {
	margin-right: -80%;
}
.photos h2 {
	padding: 20px 0;
}
.photos>:nth-child(3) {
	margin: 20px 0 20px -10px;
}
.pets>:before {
	top: 20%;
	left: 36%;
	height: 180px;
}
.btn.map {
	width: 50%;
	margin: 20px 0 0;
}
.about.contacts>* {
	flex-direction: column;
	margin: 0 16px 50px;
	padding: 20px;
}
.about.contacts>*>* {
	padding: 0;
}
.about.contacts>*>:first-child {
	padding-bottom: 20px;
}
.contacts span {
	margin: 12px 0 -6px;
}
form {
	padding: 8px;
}
.current.box {
	padding: 16px;
	border-radius: 16px;
}

}
