@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&family=Neucha&display=swap');

* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong,
b {
    font-weight: 600;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

em,
i {
    font-style: italic;
}

sup,
sub {
    position: relative;
    top: -0.6em;
    font-size: 65% !important;
    line-height: 1em !important;
}

sub {
    top: auto;
    bottom: -0.3em;
}

small {
    display: inline-block;
    vertical-align: baseline;
    font-size: 0.75em;
    line-height: 1.666666666666667em;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
    display: block;
}

ul {
    list-style: none;
    padding-left: 36px;
    margin-top: 20px;
}

a {
    text-decoration: none;
}

html {
    height: 100%;
}

:root {
    --black: #000;
    --white: #fff;
    --yellow: #FED50A;
    --brown: #926117;
    --text: 'Montserrat Alternates', sans-serif;
    --heading: 'Neucha', cursive;
    --transition: all .3s ease-in-out;
}

body {
    overflow-x: hidden;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    font-family: var(--text);
    letter-spacing: 0.025em;
    background-image: url(../images/repeat.png);
    display: flex;
    flex-direction: column;
    height: 100%;
}


main {
    flex: auto;
}


h1 {
    font-size: 64px;
    line-height: 64px;
    font-family: var(--heading);
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: center;
    color: var(--brown);
    margin-bottom: 50px;
    /* letter-spacing: 3%; */
}

.h2-title {
    font-size: 40px;
    line-height: 40px;
    font-family: var(--heading);
    font-weight: 400;
}

h3,
.h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.02em;
    /* letter-spacing: 2%; */
}

h4,
.h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

p.med {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    /* letter-spacing: 2%; */
}

p.reg {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    /* letter-spacing: 2%; */
}

.btn {
    padding: 21px 26px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    background-color: var(--white);
    border: 1px solid var(--yellow);
    transition: all .3s ease-in-out;
    color: var(--black);
    text-align: center;
    letter-spacing: 0.02em;
}

.btn:hover {
    background-color: var(--yellow);
}

.btn.big {
    padding: 21px 42px;

}

a.link-page {
    color: var(--brown);
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

a.link-page svg {
    margin-left: 20px;
    transition: var(--transition);
    transform: translate(0px, 3px);

}

a.link-page:hover svg {
    transform: translate(0px, 3px) scale(1.2);
}

.container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    padding-bottom: 20px;
    transition: var(--transition);
}

.header-dark {
    background-color: #00000080;
}

.header-dark .header-content {
    padding-top: 20px;
}

#hero {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 177px 0 0 0;
    height: 100vh;
}

#hero ul {
    color: var(--white);
}

ul li {
    margin-bottom: 22px;
    position: relative;
    letter-spacing: 0.02em;
    /* letter-spacing: 1.8px; */
}

li::before {
    content: url(../images/icons/list.svg);
    position: absolute;
    left: -36px;
    top: -3px;
}

#hero h1 {
    max-width: 707px;
    color: var(--yellow);
}

#hero ul li {
    font-size: 18px;
}

#hero>*:not(.header-overlay) {
    position: relative;
    z-index: 2;
}

#hero .btn {
    margin-top: 53px;
}

.header-overlay {
    background-color: var(--black);
    opacity: .4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.menu {}

.menu-item::before {
    content: none;
}

.logo img {
    max-width: 187px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    transition: var(--transition);
}

ul.menu {
    display: flex;
    margin: 0;
    padding: 0;
}

ul.menu li {
    margin-right: 15px;
    margin-bottom: 0;
}

ul.menu li a {
    color: var(--white);
    transition: var(--transition);
}

ul.menu li a:hover {
    color: var(--yellow);
}

ul.menu li:last-child {
    margin-right: 0;
}

.contacts-links {
    display: flex;
    align-items: center;
}

.link {
    color: var(--white);
    transition: var(--transition);
}

.link:hover {
    color: var(--yellow);
}

.media-icon {
    margin-right: 10px;
}

.media-icon circle {
    transition: var(--transition);
}

.home-page section:not(#hero) {
    position: relative;
    padding: 150px 0 111px;
}

.home-page section:not(#hero)::before {
    content: url(../images/br.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.description__content {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 30px;
    justify-content: space-between;
}

.description-slider {
    overflow: hidden;
}

.description-slider .swiper-slide img {
    max-height: 650px;
    height: 100%;
    object-fit: cover;

}

.description__content-slider {
    position: relative;
}

.description__content-texts {
    padding-right: 35px;
}

.banner {
    padding-top: 20px;
       padding-top: 20px;
    margin-bottom: 77px;
    background-color: #fff;
}

.banner img {
    width: 100%;
}

.description__content h3,
.events__content-text h3 {
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0.02em;
    font-family: var(--heading);
    margin-bottom: 30px;
}

.description__content h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-top: 45px;
    margin-bottom: 35px;
    letter-spacing: 0em;
}

.short-quote__container {
    max-width: 772px;
    padding: 48px 20px;
    margin: 0 auto;
    background-image: url(../images/quote_1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.03em;
    font-family: var(--heading);
}

.short-quote__container em {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    font-style: normal;
    font-family: var(--text);
}

#description {
    padding-bottom: 78px;
}

#short-quote {
    padding-bottom: 90px;
}

.events__content {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.events__content-video {
    position: relative;
}

.play-button svg {}
.trip_content-item h3 {
	    font-size: 25px;
	    color: var(--brown);
    line-height: 100%;
    letter-spacing: 0.02em;
    font-family: var(--heading);
    margin-bottom: 60px;
	text-align: center;
	    font-size: 40px;
    line-height: 40px;
    font-family: var(--heading);
    font-weight: 400;
}
.second-quote__content {
    max-width: 870px;
    margin: 0 auto;
    font-family: var(--heading);
    font-size: 30px;
    text-align: center;
    background-image: url(../images/Plot2.svg);
    background-repeat: no-repeat;
    letter-spacing: .02em;
    padding: 50px;
}

.second-quote__content em {
    font-size: 40px;
    line-height: 40px;
    font-style: normal;
}

body .home-page #second-quote {
    padding-bottom: 85px;
}

.calendar__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 45px;
}

p.block-title {
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0.02em;
    font-family: var(--heading);
    margin-bottom: 34px;
}

.calendar_description li {
    max-height: 533px;
}

.calendar_description .btn {
    margin-top: 35px;
	display: inline-block;
}

.calendar_description {
   /* padding-left: 30px;*/
	max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

.calendar_description h4 {
    margin-bottom: 32px;
}

.title-w-link {
    position: relative;
}
.events__content-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title-w-link .link-page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.trip__content .map {
    margin-top: 30px;
}

.p.subtitle-h2 {
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0.02em;
    font-family: var(--heading);
}

.reglament__content h4 {
    margin: 43px 0 33px;
}

.reglament__content p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 120%;
}

#footer {
    background-color: var(--black);
    padding: 30px;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 135px;
}

.footer-logo img {
    max-width: 244px;
}

.footer-content {
    display: grid;
    grid-template-columns: 0.55fr 0.3fr 0.3fr 0.2fr;
    gap: 20px;
}

.gallery_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gallery_container img {
    max-width: 380px;
    height: 340px;
    object-fit: cover;
    transition: var(--transition);
}

.feedbacks_wrapper img {
    max-width: 380px;
    height: 480px;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-image-wrapper,
.feedbacks_wrapper {
    position: relative;
}

.gallery-image-wrapper svg,
.feedbacks_wrapper svg {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
}

.gallery-image-wrapper:hover img,
.feedbacks_wrapper:hover img {
    filter: brightness(50%);
}

.gallery-image-wrapper:hover svg,
.feedbacks_wrapper:hover svg {
    display: block;
}

.feedbacks_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.collapsible {
    list-style: none;
	padding-left: 0;
}

.collapsible li {
    margin-bottom: 35px;
}

.collapsible li::before {
    content: none;
}

.collapsible-header {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
    position: relative;
}

.collapsible-header svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition);
}

.collapsible-header.active svg {
    transform: translateY(-50%) rotate(45deg);
}

.collapsible-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 15px;
}

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mini-card__wrapper {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    background-color: var(--white);
    position: relative;
}

.description-wrapper {
    background-color: var(--white);
    padding: 29px 35px 100px;
	width: 100%;
}

.description-wrapper h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.02em;
}

.description-wrapper p {
    font-size: 16px;
    line-height: 120%;
    margin-top: 26px;
}

.mini-card__wrapper img {
    width: 380px;
    height: 380px;
    object-fit: cover;
}

.gp-to-post {
    display: inline-block;
    margin-top: 49px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.subtitle-h2 {
    margin-bottom: 34px;
    font-size: 25px;
    line-height: 100%;
    font-family: var(--heading);
}

#footer {
    padding-top: 77px;
    padding-bottom: 46px;
}

#footer ul.menu li {
    margin-bottom: 15px;
}

#footer ul.menu li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

p.title,
p.title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: var(--white);
    margin-bottom: 9px;
}

.copyright,
.copyright a {
    color: var(--white);
    font-size: 16px;
    line-height: 120%;

}
.trip_content-item {
	margin-bottom: 100px;
}
.trip_content-item:last-child {
	margin-bottom: 0;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	z-index: 1;
}
.copyright {
    display: flex;
    justify-content: space-between;
}
.chartjs-render-monitor {
	display: none!important;
}
.copyright svg {
    margin-left: 15px;
}

#top-section {
    height: 850px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
}

/* .section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
#top-section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 20%);
}

#top-section .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top-section h1 {
    font-size: 64px;
    line-height: 100%;
	text-align: center;
    color: var(--yellow);
}

.breadcrum ul {
    padding: 0;
    display: flex;
    justify-content: center;
}

.breadcrum ul li,
.breadcrum ul li a {
    color: var(--white);
    transition: var(--transition);
}

.breadcrum ul li::before {
    content: none;
}

.breadcrum ul li::after {
    content: ' > ';
}

.breadcrum ul li:last-child::after {
    content: none;
}

.breadcrum ul li:hover a {
    color: var(--yellow);
}

.breadcrum ul li:first-child {
    margin-left: 0;
}

.breadcrum ul li {
    margin-left: 5px;
}

#content {
    position: relative;
    margin-top: 120px;
    padding-top: 120px;
    padding-bottom: 100px;
}

#content:before {
    content: url(../images/br.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.image-wrapper .date {
    background: rgb(0 0 0 / 50%);
    padding: 18px 20px;
    color: var(--white);
    position: absolute;
    bottom: 0;
    left: 35px;
    display: flex;
    align-items: center;
}

.image-wrapper .date svg {
    margin-right: 15px;
}

.image-wrapper {
    position: relative;
    max-height: 380px;
    height: 100%;
}

.page-card__wrapper {
    max-height: 350px;
    display: flex;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.page-card__wrapper .image-wrapper {
    max-height: 350px;
    max-width: 570px;
    width: 100%;
    height: 100%;
}

.page-card__wrapper {
    margin-bottom: 60px;
}

.page-card__wrapper .image-wrapper img {
    height: 350px;
    width: 570px;
    object-fit: cover;
}

.singular_content {
    display: grid;
	grid-template-columns: 1fr 1fr;
}

.singular_content .left {
    margin-right: 60px;

}
.singular_content .left img {
	width: 100%;
}
.singular_content h3 {
    margin-bottom: 30px;
}

.singular_content p {
    line-height: 120%;
    margin-bottom: 15px;
}

#content .bottom {
    margin-top: 60px;
    line-height: 120%;
}

#callback {
    display: none;
    max-width: 600px;

}

#callback .form-header {
    background-color: var(--yellow);
    color: var(--black);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
}

#callback .form-content {
    padding: 38px 65px;
}

.field-wrapper {
    position: relative;
}

.field-wrapper label {
    position: absolute;
    font-size: 16px;
    line-height: 120%;
    opacity: 0.5;
    top: 50%;
    color: var(--black);
    transform: translate(25px, -50%);
    transition: var(--transition);
    z-index: 1;
}

.form-control {
    height: 60px;
    width: 100%;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding-left: 25px;
}

textarea.form-control {
    height: 100%;
    max-height: 184px;
    max-width: 570px;
}

.field-wrapper.focus label {
    transform: translate(5px, -50px) scale(0.8);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

.swiper-button-prev path,
.swiper-button-next path {
    transition: var(--transition);
}

.swiper-button-prev:hover path,
.swiper-button-next:hover path {
    fill: var(--yellow);
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 60px;
}

.swiper-pagination-bullet {
    background-color: var(--white);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--yellow);
}

.calendar_content {
/*     display: grid;
    grid-template-columns: repeat(2, 570px);
    justify-content: space-between; */
}
.wpbc_booking_form_structure.wpbc_form_right {
	    display: grid;
    grid-template-columns: repeat(2, 570px);
    justify-content: space-between;
}
.field-wrapper {
    margin-bottom: 20px;
}
.booking_form .form-group{
	position: relative;
	margin: 0 0 20px 0!important;
}
.booking_form .form-group label {
	    position: absolute;
    font-size: 16px;
    line-height: 120%;
    opacity: 0.5;
    top: 50%;
    color: var(--black);
    transform: translate(25px, -50%);
    transition: var(--transition);
    z-index: 1;
	font-weight: 400;
}
.booking_form .controls input {
	    height: 60px!important;
    width: 100%!important;
    border: 1px solid #000000!important;
    box-sizing: border-box!important;
    padding-left: 25px!important;
	    background: transparent;
	outline: none;
}
.booking_form .controls textarea {
	height: 100%!important;
	min-height: 157px!important;
    max-height: 184px!important;
    max-width: 570px!important;
	width: 100%!important;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 25px;
	background: transparent;
	outline: none;
}
.form-group button {
	padding: 21px 26px!important;
    font-size: 18px!important;
    line-height: 18px!important;
    font-weight: 500!important;
    background: var(--white)!important;
    border: 1px solid var(--yellow)!important;
    transition: all .3s ease-in-out;
    color: var(--black);
    text-align: center;
    letter-spacing: 0.02em;
	box-shadow: none!important;
	text-transform: uppercase!important;
}
.form-group button:hover {
	background: var(--yellow)!important;
}
.form-group.focus label {
    transform: translate(5px, -50px) scale(0.8);
}

.form-group.textarea label {
    top: 30px;
}

.field-wrapper br {
    display: none;
}

.calendar-from .form-control {
    background-color: transparent;
}

.field-wrapper.area label {
    top: 30px;
}

.field-wrapper.area.focus label {
    transform: translate(-15px, -50px) scale(0.8);
}

#callback .button-wrapper {
    text-align: center;
}

.wpcf7 .ajax-loader {
    display: none !important;
}

#hero .btn.big {
    border: none;
}

.play-button path {
    transition: var(--transition);
}

.play-button:hover path {
    fill: var(--yellow);
}

.point-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
}

.point-list li {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a, .pagination span {
    width: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: var(--black);
    text-decoration: none;
    background-color: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.pagination a.current, .pagination span.current {
    background-color: var(--yellow);

}

.pagination a.prev, .pagination a.next {
	width: auto;
	background-color: var(--yellow);
	padding-left: 20px;
	padding-right: 20px;
}
.links-menu {
    display: flex;
}

.hamburher {
    display: none;
    margin-left: 20px;
}

.mobile-menu {
    display: none;
}

#not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--yellow);
    font-family: var(--heading);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
}
#not-found > *:not(.header-overlay) {
	position: relative;
}
.error {
    font-size: 250px;
    line-height: 120%;
}

.error_text {
    font-size: 40px;
    line-height: 100%;
    text-align: center;
}
.to-top {
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: var(--yellow);
	right: 20px;
    bottom: 90px;
	display: none;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	transition: var(--transition);
	z-index: 3;
	border-radius: 5px;
	
}
.to-top.show {
	display: flex;
	transition: var(--transition);
}
.to-top svg {
	width: 20px;
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.error_text p {
	margin-bottom: 15px;
}
#not-found .btn {
	font-family: var(--text);
	margin-top: 40px;
}

.controls .wpdev-help-message.alert.alert-warning, .controls .wpdev-help-message .alert.alert-warning {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 0;
}
.calendar__order .wpbc_structure_form {
	display: none;
}
.calendar__order .wpbc_booking_form_structure.wpbc_form_right {
	grid-template-columns: 1fr;
}

.calendar__order #calendar_booking1 .datepick * {
		pointer-events: none;
	outline: none;
	-moz-user-select: none;
-khtml-user-select: none;
user-select: none;   
}
/* .calendar__order #calendar_booking1 .calendar-links *,
.calendar__order #calendar_booking1 .datepick-header *,
.calendar__order #calendar_booking1 .datepick-one-month *,
.calendar__order #calendar_booking1 .datepick-inline *{
			pointer-events: inherit;
	outline: inherit;
	-moz-user-select: inherit;
-khtml-user-select: inherit;
user-select: inherit; 
} */
.home-page section#calendar {
	padding-bottom: 65px;
}
@media (max-width: 1024px) {
    .mini-card__wrapper img {
        width: 100%;
        height: 290px;
        object-fit: cover;
    }
	.wpbc_booking_form_structure.wpbc_form_right {
		grid-template-columns: repeat(2, 1fr);
	}
	body .datepick-inline .datepick-days-cell a, body .datepick-inline .datepick-days-cell span {
		z-index: 2;
	}
    .calendar_content {
        grid-template-columns: repeat(2, 1fr);
    }
	.header-dark {
		padding-bottom: 5px;
	}
	.header-dark .header-content {
    	padding-top: 5px;
	}
    .image-wrapper {
        position: relative;
        max-height: 290px;
        height: 100%;
    }

    .description-wrapper {
        padding: 15px 15px 100px;
    }

    .gallery_container img {
        width: 100%;
        max-width: 308px;
        height: 308px;
    }

    .feedbacks_wrapper img {
        max-width: 380px;
        height: 380px;
		width: 100%;
    }
	
    .events__content-video img {
        width: 100%;
    }

    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }

    #footer .social-links,
    #footer .numbers {
        justify-self: flex-end;
    }

    .description-wrapper h3 {
        font-size: 20px;
        line-height: 110%;
    }

    .description-wrapper p {
        font-size: 14px;
    }

    .description__content {
        gap: 0;
    }

    .image-wrapper .date {
        padding: 8px 10px;
    }

    header .menu-mainmenu-container {
        display: none;
    }

    .hamburher {
        display: block;
        cursor: pointer;
    }

    .hamburher svg {
        width: 30px;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
        top: -100%;
        padding: 18px 20px 48px;
        transition: var(--transition);
    }

    .close-menu {
        position: absolute;
        top: 18px;
        right: 10px;
    }

    body.show-menu {
        overflow: hidden;
    }

    body.show-menu .mobile-menu {
        top: 0;
    }

    body.show-menu header .mobile-menu .menu-mainmenu-container {
        display: block;
        padding-top: 70px;
    }

    body.show-menu header .mobile-menu .menu-mainmenu-container ul {
        display: block;
        flex-direction: column;
    }

    body.show-menu header .mobile-menu .menu-mainmenu-container ul a {
        font-size: 20px;
    }

    body.show-menu header .mobile-menu .menu-mainmenu-container ul li {
        margin-bottom: 10px;
    }

    .mobile-menu .logo {
        position: absolute;
    }

    #top-section h1 {
        font-size: 44px;
        /* max-width: 80%; */
        margin: 0 auto;
        text-align: center;
    }

    .singular_content {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .singular_content .left img {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .feedbacks_wrapper img {
        height: 280px;
    }
		.wpbc_booking_form_structure.wpbc_form_right {
		grid-template-columns: repeat(1, 1fr);
	}
	.wpbc_structure_form {
		margin-top: 30px!important;
	}
	body .booking_form_div input[type="text"], body .booking_form_div select, body .booking_form_div textarea {
		width: 100%!important;
		max-width: unset!important;
	}
	.booking_form .controls textarea {
		max-width: unset!important;
	}
    .singular_content {
        grid-template-columns: 1fr;
    }

    .calendar_content {
        grid-template-columns: repeat(1, 1fr);
    }

    textarea.form-control {
        max-width: 100%;
    }

    .button-wrapper .btn {
        padding: 21px 26px;
    }

    .singular_content .right {
        margin-top: 30px;
    }

    .gallery_container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .gallery_container img {
        max-width: unset;
    }

    .singular_content .left {
        margin-right: 0;
    }

    .calendar__content {
        grid-template-columns: 1fr;
    }

    .calendar__order {
        justify-self: center;
    }

    .calendar_description {
        margin-top: 30px;
    }

    .events__content {
        grid-template-columns: 1fr;
    }

    .events__content-video {
        margin-top: 30px;
    }

    .description__content {
        display: flex;
        flex-direction: column;
    }

    .description__content-slider {
        margin-top: 30px;
    }

    .card-wrapper {
        grid-template-columns: 1fr;
    }

    .mini-card__wrapper img,
    .image-wrapper {
        height: 380px;
        max-height: unset;
    }

    .btn {
        padding: 11px 16px;
        font-size: 16px;
        line-height: 18px;
    }

    .page-card__wrapper .image-wrapper img {
        height: 240px;
		width: 100%;
    }

    .page-card__wrapper .image-wrapper {
        display: flex;
    }
	.header-content {
		padding-top: 15px;
	}
	#top-section {
		height: 100vh;
	}
	.description-slider .swiper-slide img {
		max-height: 50vh;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px;
	}

}

@media (max-width: 425px) {
    .feedbacks_content {
        grid-template-columns: 1fr;
    }
	#hero {
		    padding: 150px 0 0 0;
	}
	#hero ul li {
		margin-bottom: 8px;
	}
    .footer-content {
        grid-template-columns: 1fr;
    }

    #footer .social-links,
    #footer .numbers {
        justify-self: baseline;
    }

    .breadcrum ul li {
        font-size: 12px;
		display: flex;
    text-align: center;
    justify-content: center;
    }

    #footer ul.menu li a {
        font-size: 16px;
    }

    .calendar__order img {
        width: 100%;
    }

    header .contacts-links {
        display: none;
    }

    header .mobile-menu .contacts-links {
        display: flex;
    }

    h1 {
        font-size: 44px;
        line-height: 44px;
    }

    #hero ul li {
        font-size: 16px;
    }

    ul li {
        margin-bottom: 18px;
    }

    .home-page section:not(#hero) {
        position: relative;
        padding: 100px 0 51px;
    }

    .title-w-link .link-page {
        top: 170%;
        font-size: 16px;
    }
	.point-list {
		grid-template-columns: 1fr;
	}
    .gallery_container img {
        height: 200px;
    }

    .feedbacks_wrapper {
        text-align: center;
    }

    .collapsible {
        padding-left: 0;
    }

    .copyright {
        flex-direction: column;
    }

    .copyright,
    .copyright a {
        font-size: 14px;
    }

    #footer {
        padding: 50px 0 20px;
    }

    .copyright span {
        margin: 15px 0;
    }
	
	.info-date {
		    flex-direction: column;
    justify-content: inherit;
    align-items: flex-start;
	}
    .h2-title {
        font-size: 30px;
        line-height: 30px;
    }

    .hamburher svg {
        width: 30px;
    }

    .page-card__wrapper {
        flex-direction: column;
        max-height: unset;
    }
    .error {
        font-size: 150px;
    }
    .error_text {
        font-size: 20px;
    }
}