/*!
Theme Name: oceanarium
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oceanarium
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oceanarium is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	background: linear-gradient(180deg, #011420 -0.52%, #01131D 100%);
}

a {
	cursor: pointer;
}

p {
	color: #9EA3AC;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.z-index-3 {
	z-index: 3
}

.z-index-6 {
	z-index: 6
}

.z-index-9 {
	z-index: 9
}

.site-header {
	position: relative;
	z-index: 99999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content-section,
.last-news {
	position: relative;
}

.content-section:before {
	content: '';
	background: url('/wp-content/uploads/2023/10/content-sircles.png');
	background-size: contain;
	background-position: center;
	background-repeat-x: no-repeat;
	background-repeat-y: repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.content-section .container,
.last-news .container {
	position: relative;
	z-index: 4;
}

.last-news:before {
	content: '';
	background: url('/wp-content/uploads/2023/10/news-sircles.png');
	background-size: contain;
	background-position: bottom center;
	background-repeat: repeat-y;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.d-block {
	display: block;
}

.width-100 {
	width: 100%;
}

.site-header:before {
	content: '';
	height: 316px;
	background: linear-gradient(180deg, #01050ad9 0%, rgba(34, 90, 145, 0.00) 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.site-header .lang-item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #fff;
}

.site-header .lang-item a {
	color: #fff;
}

.custom-logo-link {
	display: block;
	width: 100%;
	width: 170px;
}

.custom-logo-link img {
	width: 100%;
	height: auto;
}

.site-header-container {
	justify-content: space-between;
	align-items: center;
}

.main-mobile,
.mobile-menu-button {
	display: none;
}

@media (max-width: 992px) {
	.main-desctop {
		display: none;
	}

	.main-mobile,
	.mobile-menu-button {
		display: block;
	}

	.mobile-menu-button {
		width: 30px;
	}
	.site-header:before {
		height: 100%;
	}

	h1 {
		font-size: 50px;
	}

	.site-header {
		overflow: hidden;
	}
}

@media (max-width: 600px) {
	.custom-logo-link {
		max-width: 160px;
	}

	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 34px;
	}

	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/*****************************************
 Contacts **/

.contacts-map {
	width: 100%;
	height: 520px;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.contacts-map iframe {
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contacts-detail .wpcf7 {
	margin-bottom: 50px;
}

.page-socialbox {
    display: flex;
    align-items: center;
    justify-content: start;
}

.page-socialbox a img {
	position: relative;
    z-index: 99;
    height: 60px;
    width: auto;
}

.page-place,
.page-contacts,
.page-email {
	margin-bottom: 20px;
}

.page-place img,
.page-contacts img,
.page-email img {
	margin-right: 10px;
}

.section-contacts {
    background: url('/wp-content/uploads/2023/11/kontacts-image-shadow-1.jpg');
	background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 60px;
	position: relative;
}

.section-contacts:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #01141f, #01141f00);
}

.section-contacts .container, .section-contacts .contacts-detail {
	position: relative;
	z-index: 99;
}

.section-contacts .col.m5 {
	position: relative;
}

.section-contacts .col.m5:before {
    content: '';
    background: url(/wp-content/uploads/2023/11/shark-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 600px;
    height: 340px;
    position: absolute;
    bottom: -110px;
    right: 0;
    z-index: 1;
}

/*****************************************
 Menu **/
.menu-primary-container, .menu-primary-en-container {
	display: flex;
	align-items: center;
}

nav .sub-menu {
	position: absolute;
	min-width: 115px;
	display: none;
	transition: all .3s;
	z-index: 1;
}

nav .sub-menu li {
	white-space: nowrap;
	float: none;
}

.menu-item-has-children>a {
	position: relative;
}

.menu-item-has-children>a:after {
	content: '';
	background: url('/wp-content/uploads/2023/10/arrow_bottom.svg');
	background-repeat: no-repeat;
	backdrop-position: center;
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 15px;
	transition: 0.3s;
	transform: rotate(0);
}

.menu-item-has-children:hover a:after {
	transform: rotate(180deg);
	transform-origin: center;
	-webkit-transform: rotate(180deg) translateY(2px);
	-moz-transform: rotate(180deg) translateY(2px);
	-ms-transform: rotate(180deg) translateY(2px);
	-o-transform: rotate(180deg) translateY(2px);
	transform: rotate(180deg) translateY(2px);
}

.sub-menu-open {
	display: block !important;
}

@media(min-width: 600px) {
	li.menu-item-has-children:hover>.sub-menu {
		display: block;
	}
}

@media(max-width: 991px) {
	nav .sub-menu {
		position: relative;
		min-width: 115px;
		display: none;
		transition: all .3s;
		z-index: 1;
		padding-left: 15px;
	}

	nav .sub-menu li {
		white-space: nowrap;
		float: none;
	}

	.menu-primary-container,
	.menu-primary-container>ul,
	.menu-primary-en-container>ul {
		width: 100%;
	}
}

/*****************************************
 Button Top **/

.top-sircle-en {
	background: url('/wp-content/uploads/2023/11/button_eng.svg');
}

.top-sircle-uk {
	background: url('/wp-content/uploads/2023/10/sircles.svg');
}

.top-sircle {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	position: absolute;
	width: 100%;
	height: 100%;
}

.top-section_button {
	width: 590px;
	height: 590px;
	position: absolute;
	left: 0;
	top: -100px;
	z-index: 99999;
}

.top-section_button a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-mobile-button {
	display: none;
}

@media (max-width: 600px) {
	.top-section_button {
		display: none !important;
	}
	.top-mobile-button {
		display: block;
	}
	.top-mobile-button a {
		width: 100% !important;
	}
}

@media (max-width: 476px) {
	.top-sircle {
		width: 150%;
		height: 150%;
		left: -25%;
	}
}

/*****************************************
 Home Description **/
.ebaut-image {
	width: 100%;
	height: 458px;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.ebaut-container,
.ebaut-container .row {
	position: relative;
}

.ebaut-container:after {
	content: '';
	background: url('/wp-content/uploads/2023/10/cherepaha-2.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3;
	position: absolute;
	width: 667px;
	height: 520px;
	bottom: -170px;
	right: 0;
}


@media(max-width: 1100px) {
	.ebaut-container:after {
		width: 577px;
		height: 520px;
		bottom: -310px;
	}
}
@media(max-width: 600px) {
	.ebaut-image {
		height: 22vh;
	}
	.ebaut-container:after {
		width: 100%;
		height: 200px;
		bottom: -100px;
	}
}

/*****************************************
 Ebaut **/

#carousel_ebaut_1 img,
#carousel_ebaut_2 img {
	border-radius: 16px;
}

.ebaut-row {
	margin-bottom: 60px;
}

.ebaut-row p:first-child {
	margin-top: 0 !important;
}

.ebaut-row:last-child {
	margin-bottom: 0;
	border-bottom: 1px solid #035974;
	border-top: 1px solid #035974;
	padding-top: 100px;
    padding-bottom: 100px;
}

.ebaut-row h4 {
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

@media(max-width: 992px) {
	.rebaut-row .col.m6 {
		width: 100% !important;
	}

	.ebaut-row-2,
	.ebaut-row-4 {
		flex-direction: column-reverse;
	}
}

.good-slider img {
	padding: 10px;
	border-radius: 22px;
	overflow: hidden;
	display: block;
}

/*****************************************
 Shop **/

.shop-row {
	position: relative;
}

.shop-row:before {
	content: '';
	background: url('/wp-content/uploads/2023/11/fish-shop.png');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	width: 50%;
	max-width: 600px;
	height: 400px;
	z-index: -1;
	right: 0;
	top: -200px;
}

.shop-image {
	height: 544px;
	background-size: cover !important;
	background-position: center !important;
	overflow: hidden;
	border-radius: 16px;
}

.shop-colum:nth-child(2) .shop-image,
.shop-colum:nth-child(3) .shop-image,
.shop-colum:nth-child(6) .shop-image,
.shop-colum:nth-child(7) .shop-image,
.shop-colum:nth-child(10) .shop-image,
.shop-colum:nth-child(11) .shop-image,
.shop-colum:nth-child(14) .shop-image,
.shop-colum:nth-child(15) .shop-image {
	height: 375px;
	margin-top: 90px;
}

@media (max-width: 992px) {
	.shop-row:before {
		display: none;
	}

	.shop-colum:nth-child(2) .shop-image,
	.shop-colum:nth-child(3) .shop-image,
	.shop-colum:nth-child(6) .shop-image,
	.shop-colum:nth-child(7) .shop-image,
	.shop-colum:nth-child(10) .shop-image,
	.shop-colum:nth-child(11) .shop-image,
	.shop-colum:nth-child(14) .shop-image,
	.shop-colum:nth-child(15) .shop-image,
	.shop-image {
		height: 268px;
		margin-top: 0;
	}
}

/*****************************************
 Sheuldes **/

.arrow-top {
	width: 20px;
}

.arrow-down {
	width: 20px;
	display: none;
}

.tickets-box {
	border-bottom: 1px solid #035974;
	padding: 20px;
}

.tickets-box.active .arrow-down {
	display: block;
}

.tickets-box.active .arrow-top {
	display: none;
}

.sheuldes-box {
	padding: 28px;
	border-radius: 16px;
	border: 1px solid #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(10px);
	min-height: 280px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.sheuldes-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sheuldes-box h5 {
	color: #FFF;
	font-size: 32px;
	font-weight: 400;
}

.sheuldes-bottom p {
	color: #9EA3AC;
	font-size: 18px;
	font-weight: 400;
}

.tickets-title {
	justify-content: space-between;
	padding: 0;
}

.collapsible-text {
	width: calc(100% - 35px);
	margin-right: 15px;
	margin-bottom: 0;
}

.tickets-description {
	padding: 0;
}

.tickets-description .row {
	width: calc(100% - 35px);
	justify-content: end;
	margin: 0;
}

.tickets-description .row span {
	color: #fff;
	font-weight: bold;
}

.tickets-description p,
.collapsible-text p {
	margin: 0;
}

.collapsible-title {
	font-size: 32px;
	color: #fff !important;
}

.collapsible-title span {
	font-size: 20px;
}

.collapsible-title small {
	font-size: 12px;
	display: block;
	line-height: 100%;
}

.collapsible-subtitle {
	font-size: 20px;
	color: #fff !important;
}

.tickets-collapsible-section,
.top-sheuldes-section .container,
.top-sheuldes-section .container .col {
	position: relative;
}

.tickets-collapsible-section .container {
	position: relative;
	background: url('/wp-content/uploads/2023/10/content-sircles.png');
	background-size: contain;
	background-repeat-x: no-repeat;
	background-repeat-y: repeat;
	z-index: 4;
}

.top-sheuldes-section .container .col {
	z-index: 4;
}

.tickets-collapsible-section:before {
	content: '';
	background: url('/wp-content/uploads/2023/11/graphic-vod.png');
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

.top-sheuldes-section .container:before {
	content: '';
	background: url('/wp-content/uploads/2023/11/gr-fish-1.png');
	background-size: contain;
	position: absolute;
	right: 20%;
	top: -120px;
	width: 100%;
	max-width: 365px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.top-sheuldes-section .container .col:first-child:before {
	content: '';
	background: url('/wp-content/uploads/2023/11/gr-fish-2.png');
	background-size: contain;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -140px;
	width: 100%;
	max-width: 144px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}

.tickets-collapsible-buttons {
	margin-top: 64px;
	margin-bottom: 100px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.tickets-collapsible-buttons .btn-blue {
	margin-right: 24px;
}

.sheulde-akcent-container {
	background: url('/wp-content/uploads/2023/11/group-fishes.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sheulde-akcent {
	width: 100%;
	max-width: 657px;
	padding: 60px;
	border-radius: 16px;
	border: 1px solid #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(10px);
}

.sheulde-akcent p {
	font-size: 20px;
	color: #fff;
}

.top-sheuldes-section .row {
	display: block;
}
.mobile-sheuldes {
	display: none;
}

@media (max-width: 1200px) {
	.top-sheuldes-section .container:before {
		top: -60px;
	}
}

@media (max-width: 600px) {
	.top-sheuldes-section .row {
		display: none;
	}
	.mobile-sheuldes {
		display: block;
	}

	.top-sheuldes-section .container .col {
		margin-bottom: 30px;
	}

	.top-sheuldes-section .container .col:last-child {
		margin-bottom: 0;
	}

	.top-sheuldes-section .container:before {
		content: '';
		background-size: contain;
		position: absolute;
		right: 0;
		top: -270px;
		width: 150px;
		max-width: none;
		height: 100%;
		background-repeat: no-repeat;
		background-position: bottom center;
		z-index: 0;
	}

	.tickets-collapsible-buttons {
		display: block;
	}

	.tickets-collapsible-buttons .btn-blue {
		width: 100%;
		margin-bottom: 24px;
		margin-right: 0;
	}

	.tickets-collapsible-buttons .btn-dark {
		width: 100%;
	}

	.sheuldes-arrows {
		padding-top: 15px;
	}

	.tickets-box {
		padding: 20px 5px;
	}

	.collapsible-title {
		font-size: 26px;
	}

	.tickets-description .row {
		margin-top: 10px;
	}
}

.sheulde-modal {
	padding: 28px;
	border-radius: 16px;
	border: 1px solid #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(10px);
}

.sheulde-modal .modal-content .wpcf7 {
	margin-top: 64px;
}

.sheulde-modal .modal-content .footer-contacts {
	margin-bottom: 10px;
}

.sheulde-modal .wpcf7-submit {
	background: none !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}

/*****************************************
 Residents **/

.residents-slider .carousel img {
	border-radius: 16px;
	width: 100%;
	height: auto;
}

.residents-carousel .carousel-item {
	padding: 0 10px;
}

.residents-carousel h3 {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.residents-carousel h3 a {
	color: #FFF;
}

.read-more-carousel {
	color: #025873;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	/* 24px */
}

.residents-carousel-navigation {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 0 10px;
}

.resident-absats {
	margin-bottom: 100px;
}

.resident-absats:last-child {
	margin-bottom: 0;
}

.resident-absats h4 {
	margin-top: 0;
}

/*****************************************
 Materiasl Education **/

.absats-revers {
	flex-direction: row-reverse;
}

.absats-colum-text {
	padding-right: 80px !important;
}

.absats-revers .absats-colum-text {
	padding-left: 80px;
	padding-right: 0 !important;
}

@media(max-width: 992px) {

	.absats-revers .absats-colum-text,
	.absats-colum-text {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.absats-colum .lightSlider img {
	border-radius: 16px;
}

.absats-colum .carousel img {
	border-radius: 16px;
}

.material-textes {
	margin-bottom: 100px;
}

.material-textes h4 {
	margin-top: 0;
}

.material-textes:last-child {
	margin-bottom: 0;
}

.aftertitle {
	width: 100%;
	max-width: 650px;
}

.residents_image img {
	width: 100%;
	border-radius: 16px;
}

.material-textes .col {}

.carousel_buttons {
	display: flex;
	justify-content: end;
	margin-bottom: 30px;
	margin-top: -90px;
}

.carousel_buttons a {
	width: 43px;
}

.carousel_buttons a img {
	display: block;
	width: 100%;
}

.c-next {
	margin-left: 5px;
}

.d-flex {
	display: flex;
}

.top-section {
	background-position: center bottom !important;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: -85px;
	z-index: 3;
}

.top-section .container {
	position: relative;
	height: 70vh;
	min-height: 600px;
}

@media (max-width: 600px) {
	.carousel {
		width: 100%;
		height: 100%;
		padding-bottom: 80%;
	}

	.carousel .carousel-item {
		visibility: hidden;
		width: 100%;
		height: 379px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.residents-carousel h3 {
		font-size: 18px;
		margin-right: 10px !important;
	}

	.top-section .container {
		height: 22vh;
		min-height: unset;
	}
}

.top-section:before {
	content: '';
    background: linear-gradient(179deg, rgb(2 20 32 / 0%), #011420);
	background: linear-gradient(179deg, rgb(2 20 32 / 0%),rgb(2 20 32 / 0%), #011420);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 600px) {
	.top-section:before {
		background: linear-gradient(179deg, rgb(2 20 32 / 0%),rgb(2 20 32 / 0%) 80%, #011420);
	}
}

.header-buttons {
	display: flex;
	width: 400px;
	align-content: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	flex-direction: row;
}

.header-buttons .btn {
	margin-right: 15px;
}

.header-buttons .btn:before {
	content: '';
	border-radius: 32px;
	background: #54DE6E;
	display: inline-flex;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	filter: blur(6px);
}

.latest-news-block {
	display: flex;
	margin-bottom: 0;
	padding-top: 48px;
	border-top: 1px solid #035974;
	padding-bottom: 48px;
}

.latest-news-block:last-child {
	border-bottom: 1px solid #035974;
}

.latest-news-block h3 {
	font-size: 26px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 0;
}

.latest-news-block time {
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	color: #C5CAD5;
}

.latest-news-block .col {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.read_more_button {
	color: #025873;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.latest-news-image img {
	display: block;
	width: 100%;
	max-width: 308px;
	height: auto;
	border-radius: 16px;
}

.latest-news-description {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: space-between;
}

.latest-news-description a,
.latest-news-description>div {
	width: 100%;
}

.header-button,
.btn-dark {
	position: relative;
	border-radius: 32px;
	background: #54DE6E;
	display: inline-flex;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.main-mobile .header-button {
	width: 100% !important;
}

.btn-blue {
	position: relative;
	border-radius: 32px;
	background: #0000;
	display: inline-flex;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	box-shadow: 1px 1px 7px 0px #54de6e;
}

.main-mobile.sidenav {
	padding: 60px 20px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.35) 100%);
    backdrop-filter: blur(30px);
}

.main-mobile.sidenav li>a {
	color: #9EA3AC !important;
}

.time-mobile {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	color: #C5CAD5;
}

.mobile-menu-close-box {
    display: flex;
    justify-content: end;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
	.latest-news-block .latest-news-image {
		display: block !important;
	}
	.latest-news-block h3 {
		font-size: 20px;
		line-height: 120%;
	}
}

@media(max-width: 992px) {
	.header-buttons {
		width: max-content;
	}

	nav {
		height: auto !important;
		line-height: normal !important;
		justify-content: start;
		margin-bottom: 30px;
	}

	.sidenav li>a {
		padding: 0;
	}
}

@media(max-width: 767px) {
	.header-button-desctop {
		display: none;
	}
}

@media (max-width: 767px) {
	.carousel_buttons {
		justify-content: start;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.carousel_buttons {
		justify-content: start;
		margin-top: 0;
	}

	.time-mobile {
		display: block;
	}

	.latest-news-time,.time-desctop {
		display: none !important;
	}

	.latest-news-description {
		width: 66.666666666% !important;
	}

	.latest-news-image img {
		margin-bottom: 10px;
		max-width: unset;
	}

	.residents-carousel-navigation {
		width: 90%;
		padding: 20px;
	}
}

/***************************************** 
Materials **/
.video-container {
	border-radius: 16px;
}

.materials-container {
	margin-bottom: 200px;
}

.desctop-slider {
	display: block;
}

.mobile-slider {
	display: none;
}

@media(max-width: 600px) {
	.desctop-slider {
		display: none;
	}
	
	.mobile-slider {
		display: block;
	}
}

/***************************************** 
Excursion Box **/
.excursion-box {
	padding: 28px;
	border-radius: 16px;
	border: 1px solid #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(10px);
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.excursion-box p {
	width: 100%;
}

.excursion-box-title {
	font-size: 32px;
	color: #fff;
}

.excursion-box-title small {
	font-size: 16px;
}

.excursion-description .text {
	position: relative;
}

.excursion-description .text:before {
	content: '';
	background: url(/wp-content/uploads/2023/11/kiman-compress.png);
	background-size: contain;
	background-position: bottom center;
	position: absolute;
	bottom: -280px;
	width: 70%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.excursion-description .text p {
	position: relative;
	z-index: 4;
}

.excursion-description .text p:first-child {
	margin-top: 0;
}

.excursion-row .big-star {
	text-align: center;
	width: 100%;
}

.excursion-row .big-star img {
	width: 169px;
}

.excursion-row .small-star {
	width: 100%;
	text-align: right;
}

.excursion-row .small-star img {
	width: 66px;
}

#slider_excursion img {
	border-radius: 16px;
}

@media(max-width: 600px) {
	.excursion-row .col {
		margin-bottom: 30px;
	}

	.excursion-description .row {
		flex-direction: column-reverse;
	}
}

/***************************************** 
Residents **/

.residents-fishes {}

.residents-fishes img {
	width: 100%;
	border-radius: 16px;
}

/***************************************** 
Performance **/
.performance-box {
	margin-bottom: 15px;
}

.performance-image {
	width: 100%;
	height: 544px;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 16px;
}

.performance-colum:nth-child(2) .performance-image,
.performance-colum:nth-child(3) .performance-image,
.performance-colum:nth-child(6) .performance-image,
.performance-colum:nth-child(7) .performance-image,
.performance-colum:nth-child(10) .performance-image,
.performance-colum:nth-child(11) .performance-image,
.performance-colum:nth-child(14) .performance-image,
.performance-colum:nth-child(15) .performance-image {
	height: 375px;
	margin-top: 90px;
}

.performance-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.performance-bottom>div p {
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 39px */
	margin-bottom: 10px;
}

.performance-bottom>div p:last-child {
	color: #9EA3AC;
	font-size: 16px;
	line-height: 110%;
	/* 24px */
	margin-top: 0;
}

@media (max-width: 992px) {
	.performance-colum {
		width: 100% !important;
	}
}

@media (max-width: 600px) {
	.performance-bottom>div p {
		font-size: 16px;
	}

	.performance-bottom>div p:last-child {
		font-size: 13px;
	}
}

/*****************************************
 Rules **/

 .rules-box {
	position: relative;
	padding: 28px;
	border-radius: 16px;
	border: 1px solid #FFF;
	overflow: hidden;
	padding-right: 50%;
}
.rules-box p, .rules-box h4 {
	position: relative;
	z-index: 4;
}
.rules-box:before {
	content: '';
	background: url('/wp-content/uploads/2023/11/vodorosti-new.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
}
.rules-box:after {
	content: '';
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(5px);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

@media(max-width: 991px) {
	.rules-box {
		padding-right: 20%;
	}
}

@media(max-width: 600px) {
	.rules-box:before {
		width: 100%;
		height: 100%;
	}
	.rules-box {
		padding-right: 0;
	}
}

/*****************************************
 Single **/

.single .attachment-post-thumbnail {
	width: 100%;
	max-width: 536px;
	height: auto;
	border-radius: 16px;
}

.single .site-main {
	margin-top: 60px;
}

.single .entry-title {
	font-size: 26px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 0;
}

.single .entry-meta {
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	width: 70px;
	margin-right: 15px;
	margin-top: 10px;
	display: flex;
	align-items: start;
}

.single-container {
	position: relative;
}

.single-container:before {
	content: '';
}

.single-bottom-image {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}

.single-bottom-image img {
	width: 100%;
	max-width: 450px;
	float: right;
}

.image-single-bottom {
	width: calc(100% - 85px);
}

/*****************************************
 Footer **/

.footer-contacts {
	margin-bottom: 24px;
	display: flex;
}

.footer-row {
	background: url('/wp-content/uploads/2023/10/footer-medusa.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.footer-contacts .footer-contacts_icon {
	margin-right: 15px;
}

.footer-colum-3 {
	padding-top: 38px !important;
}

.footer-socialbox {}

.site-footer {
	background: linear-gradient(180deg, #01131D 0%, #000 40.1%);
	padding-top: 100px;
}

.site-footer a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.site-footer .widget h4 {
	color: #007CA3;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 32px;
}

.footer-socialbox {
	display: flex;
	align-items: center;
	justify-content: start;
}

.footer-socialbox a {
	position: relative;
	display: block;
	margin-right: 0;
	width: auto;
}

.footer-socialbox a:last-child {
	margin-right: 0;
}

.footer-socialbox a img {
	position: relative;
	z-index: 99;
	height: 60px;
	width: auto;
}

.footer-meduse {
	width: 100%;
	max-width: 200px;
	float: right;
}

.widget-cf7 {
	margin-bottom: 120px;
}

.footer-form-form {
	padding-left: 150px;
}

.footer-colum-1 .textwidget,
.footer-colum-1 .widget {
	padding-right: 50px;
}

.footer-colum-1 a {}

.footer-colum-1 img {
	width: 100%;
}

.widget-bottom ul {
	text-align: center;
}

.widget-bottom ul li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.widget-bottom ul li a {
	color: #919399;
	font-size: 16px;
	font-weight: 500;
}

.site-info {
	padding: 20px 0;
	border-top: 1px solid #035974;
}

.site-info a {
	color: #9EA3AC;
}

@media (max-width: 992px) {

	.footer-form-form {
		padding-left: 0;
	}

	.site-colum {
		width: 50% !important;
	}
}

@media (max-width: 600px) {
	.site-colum {
		width: 100% !important;
	}
}

/*****************************************
 Contact Form 7 **/

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -20px;
	left: -5px;
	font-size: 13px;
	padding: 0 5px;
}

.wpcf7-submit {
	display: inline-flex;
	padding: 12px 30px;
	justify-content: center;
	align-items: center;
	border-radius: 32px;
	background: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	border: none !important;
	transition: 0.3s;
	cursor: pointer;
}

.wpcf7-submit:hover {
    background: #e0dcdc;
    box-shadow: 5px 4px 5px 1px #fff6;
}

/*****************************************
 Galelry **/

.lSSlideOuter .lSPager.lSGallery li {
	height: auto !important;
}

.lSSlideOuter.vertical .lSGallery {
	height: auto !important;
}

.lSPager li:nth-child(2n) img {
	overflow: hidden;
	border-radius: 50px;
	rotate: -10deg;
	padding: 20px;
}

.lSPager li:nth-child(2n+1) img {
	overflow: hidden;
	border-radius: 50px;
	rotate: 10deg;
	padding: 20px;
}

.lSSlideOuter.vertical .lightSlider>* {
	width: 100% !important;
	max-width: 871px !important;
}

.vertical-gallery-mobile li img {
	width: 100% !important;
}

.lSSlideOuter.vertical .lightSlider img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.vertical-gallery-mobile {
	display: none;
}

.vertical-gallery-desctop {
	display: block;
}

@media (max-width: 991px) {
	.lSSlideOuter.vertical {
		padding-right: 165px !important;
	}

	.lSSlideOuter.vertical .lSGallery {
		width: 150px !important;
	}

	.lSPager li:nth-child(2n) img,
	.lSPager li:nth-child(2n+1) img {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.lSSlideOuter.vertical {
		padding-right: 125px !important;
	}

	.vertical-gallery-mobile {
		display: block;
	}

	.vertical-gallery-desctop {
		display: none;
	}
}

@media (max-width: 767px) {

	.lSPager li:nth-child(2n) img,
	.lSPager li:nth-child(2n+1) img {
		padding: 0;
	}

	#vertical_mobie img {
		border-radius: 16px;
	}
}

/*****************************************
 Map Box **/

.oceanarium-image {
	cursor: pointer;
	display: block;
	width: 100%;
	margin-bottom: 100px;
}

.map-point {
	padding: 28px;
	border-radius: 16px;
	border: 1px solid #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%);
	min-height: 280px;
	margin: 10px 0;
	height: 100%;
}

.map-point p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.map-point p:last-child {
	margin-top: 0px;
	margin-bottom: 0;
}

.map-point-number {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	margin-bottom: 15px !important;
}

.map-carousel-row {
	background: url('/wp-content/uploads/2023/11/vodorosli_1.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.map-carousel-row .col {
	margin-top: 12px;
	margin-bottom: 12px;
}

@media(max-width: 767px) {
	.map-carousel-row .col {
		width: 50% !important;
	}
}

@media(max-width: 520px) {
	.map-carousel-row .col {
		width: 100% !important;
	}
}

/*****************************************
 Social **/

.page-template-social h1,
.page-template-shop h1 {
	margin-bottom: 40px;
}

.social-description {
	margin-bottom: 150px;
}

.social-description img {
	border-radius: 16px;
}

.page-template-social .aftertitle,
.page-template-shop .aftertitle {
	margin-bottom: 60px;
}

.gallery-documens-box {
	margin-bottom: 180px;
}

.gallery-documens-desctop {
	display: block;
}
.gallery-documens-mobile {
	display: none;
}

@media(max-width: 600px) {
	.gallery-documens-desctop {
		display: none;
	}
	.gallery-documens-mobile {
		display: block;
	}
}

#gallery_documens {
	margin-bottom: 30px;
}

.gallery-pl {
	margin-bottom: 0;
	position: relative;
	z-index: 4;
	justify-content: end;
	padding-bottom: 80px;
}

.gallery-pl:before {
	content: '';
	background: url(/wp-content/uploads/2023/11/fish-social.png);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 540px;
	height: 510px;
	position: absolute;
	left: -50px;
	bottom: -20px;
	z-index: -1;
}

.gallery-pl-slide {
	position: relative;
}

.gallery-pl-slide:nth-child(2),
.gallery-pl-slide:nth-child(8) {
	top: 80px;
}

.gallery-pl-slide:nth-child(3),
.gallery-pl-slide:nth-child(6),
.gallery-pl-slide:nth-child(9) {
	top: 30px;
}

.gallery-pl-slide:nth-child(4) {
	top: 80px;
}

.gallery-pl-slide:nth-child(5) {
	top: 30px;
}

.gallery-pl-slide img {
	border-radius: 16px;
	cursor: pointer;
}

.gallery-pl-slide p {}

.ch_images-row {
	margin-bottom: 0 !important;
}

.ch_images-row .col {
	margin-bottom: 20px;
}

.ch_images {
	border-radius: 8px;
}

.btn-light {
	border-radius: 30px;
	color: #000;
	background: #fff;
	padding: 6px 32px;
	height: auto;
}

.btn-light:hover {
	background: #cbcbcb;
}

.text-before-slider {
	width: 100%;
	max-width: 700px;
	margin-bottom: 64px;
}

.good_slider-line {
	border-top: 1px solid #035974;
	border-bottom: 1px solid #035974;
	padding: 50px 0;
}

@media(max-width: 600px) {

	.gallery-pl-slide:nth-child(2),
	.gallery-pl-slide:nth-child(4),
	.gallery-pl-slide:nth-child(5),
	.gallery-pl-slide:nth-child(8),
	.gallery-pl-slide:nth-child(3),
	.gallery-pl-slide:nth-child(6),
	.gallery-pl-slide:nth-child(9) {
		top: 0;
	}
}

.ch_images-row {
	position: relative;
}

.ch_images-row:before {
	content: '';
	background: url('/wp-content/uploads/2023/11/social-fish-1.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	bottom: 110px;
	width: 170px;
	height: 127px;
	z-index: 1;
}

.social-section-bottom {
	background: url('/wp-content/uploads/2023/11/social-sircles.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}

@media(max-width: 600px) {
	.ch_images-row:before {
		right: 0;
		bottom: 60px;
		width: 50%;
		height: 127px;
	}
}

/*****************************************
 Helpers **/

@media(max-width: 600px) {
	.m6 {
		width: 100%;
	}
}

/*****************************************
 404 **/

.error404 .site-header:before {
	display: none;
}

.error-404 {
	padding: 100px 0;
	background: url(/wp-content/uploads/2023/11/fon-404.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.error-404 h1 {
	text-align: center;
	font-size: 250px;
	text-shadow: none;
	margin-bottom: 0;
	line-height: 100%;
}

.error-404 p {
	text-align: center;
	font-size: 32px;
}

.button-box-404 {
	display: flex;
	justify-content: center;
}

@media (max-width: 992px) {
	.error-404 h1 {
		text-align: center;
		font-size: 150px;
		text-shadow: none;
		margin-bottom: 0;
		line-height: 100%;
	}

	.error-404 p {
		text-align: center;
		font-size: 32px;
	}
}

@media (max-width: 350px) {
	.error-404 h1 {
		text-align: center;
		font-size: 100px;
		text-shadow: none;
		margin-bottom: 0;
		line-height: 100%;
	}
}

/*****************************************
 Infinity Scroll **/

.alm-btn-wrap .alm-load-more-btn {
	background: none !important;
	color: #025771 !important;
	border: none !important;
	box-shadow: none !important;
}

.alm-btn-wrap .alm-load-more-btn:after {
	content: '';
	background: url('/wp-content/uploads/2023/11/arrow-down-blue.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 10px;
	height: 7px;
	right: 0;
	top: 20px;
	margin-left: 10px;
	position: absolute;
}

.wrap-element {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.wrapped-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.viber-mobile {
	display: none !important;
}

.viber-desctop {
	display: block !important;
}

@media(max-width: 600px) {
	.viber-mobile {
		display: block !important;
	}
	
	.viber-desctop {
		display: none !important;
	}
}

.pum-container .pum-content+.pum-close {
    line-height: 16px !important;
    font-size: 16px;
    background: none !important;
    box-shadow: none !important;
    top: 20px;
    right: 20px;
    font-weight: bold;
}

.pum-theme-616 .pum-title, .pum-theme-default-theme .pum-title {
	font-size: 14px !important;
}
.pum-theme-default-theme .pum-title {
	padding-left: 0.75rem;
    margin-bottom: 20px;
    width: calc(100% - 30px);
}

.pum-container .pum-content>:first-child {
    color: #000;
}

.pum-container {
    background-color: #01141f47 !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(10px);
    border-radius: 16px !important;
    right: 20px !important;
    left: unset !important;
    bottom: 20px !important;
    top: unset !important;
    margin-bottom: 0 !important;
}

.popmake-title {
	color: #fff !important;
}

.popup-schedule-row {
    color: #fff !important;
	margin-bottom: 15px;
}

.popup-schedule-row:last-child {
    margin-bottom: 0 !important;
}

.popup-schedule-day {
	font-size: 22px;
}

.popup-schedule-time {
	font-size: 14px;
}

.popmake-close {
	content: '';
	background: url('/wp-content/uploads/2023/12/Close_LG.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.popup-schedule-text {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0 0.75rem;
}

.popup-detail {
	color: #fff;
    padding: 0 0.75rem;
    letter-spacing: 1px;
}

@media(max-width: 600px) {
	.pum-container {
		width: calc(100% - 10%) !important;
		max-width: 100% !important;
	}
}

/** Certificate Page **/

.c-bottom-image {
	width: 100%;
	float: right;
	margin-top: -90px;
}

.c-top-image {
	width: 100%;
	float: right;
	margin-top: -90px;
}

.c-form {
	position: relative;
	z-index: 9;
	width: 100%;
	max-width: 536px;
	float: right;
}

.buttons-num {
	position: relative;
	display: flex;
	border-bottom: 1px solid #9e9e9e;
	align-items: center;
	margin-bottom: 15px;
}

.wpcf7-checkbox {
	display: block;
	margin-bottom: 40px;
}

.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}


.wpcf7-checkbox .wpcf7-list-item label {
	color: #fff;
}

.buttons-num input {
	border-bottom: 0 !important;
	width: 40px !important;
	margin-bottom: 0 !important;
	text-align: center;
}

.buttons-num-last {
	margin-bottom: 40px;
}

.buttons-num p {
	margin-bottom: 0;
}

.placeholder-text {
	margin-right: 30px;
}

.placeholder-text p {
	color: #fff;
}

.quantity-arrow-minus, .quantity-arrow-minus-1, .quantity-arrow-minus-3, .quantity-arrow-plus, .quantity-arrow-plus-1, .quantity-arrow-plus-3 {
	cursor: pointer;
}

.text-al img{
	width: 18px;
	margin-right: 10px;
}

.text-al p {
	color: #fff;
}

.text-al-mobile {
	display: none;
}

.text-al-desctop {
	text-align: right;
	margin-top: 40px;
	margin-bottom: 20px;
}

.c-col-text {
	position: relative;
	z-index: 8;
}

.c-col-text p {
	width: 100%;
	max-width: 536px;
}

.c-text-akcent {
	font-size: 36px;
	color: #fff;
}

.button-c-form {
	width: 100%;
	margin-top: 30px;
}

.c-bottom-form {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.c-bottom-image-mob {
	display: none;
}

.c-section {
	background: url('/wp-content/uploads/2024/05/Group-98-min.png');
	background-size: contain;
	background-position: center;
}

@media(max-width: 767px) {
	.text-al-mobile, .c-bottom-image-mob {
		display: block;
	}

	.text-al-desctop, .c-bottom-desc {
		display: none;
	}

	.c-text-akcent {
		font-size: 26px;
	}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}