@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPS-ItalicMT.eot');
	src: local('Times New Roman Italic'), local('TimesNewRomanPS-ItalicMT'),
		url('../fonts/TimesNewRomanPS-ItalicMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TimesNewRomanPS-ItalicMT.woff') format('woff'),
		url('../fonts/TimesNewRomanPS-ItalicMT.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPS-BoldItalicMT.eot');
	src: local('Times New Roman Bold Italic'), local('TimesNewRomanPS-BoldItalicMT'),
		url('../fonts/TimesNewRomanPS-BoldItalicMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TimesNewRomanPS-BoldItalicMT.woff') format('woff'),
		url('../fonts/TimesNewRomanPS-BoldItalicMT.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPSMT.eot');
	src: local('Times New Roman'), local('TimesNewRomanPSMT'),
		url('../fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TimesNewRomanPSMT.woff') format('woff'),
		url('../fonts/TimesNewRomanPSMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
	src: local('Times New Roman Bold'), local('TimesNewRomanPS-BoldMT'),
		url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
		url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
    font-family: 'Times New Roman';
    color: rgba(43, 44, 38, 1);
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
}
a {
    color: rgba(43, 44, 38, 1);
    text-decoration: none;
}
a:hover {
    color: inherit;
}
h1.entry-title {
    font-size: 30px;
    font-weight: normal;
    color: rgba(196, 118, 59, 1);
    margin-bottom: 50px;
}
h1.tour-name {
    color: #3D5E54;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
}
h2.block-title {
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: normal; 
    text-align: center;
    margin-bottom: 50px;
    color: rgba(196, 117, 58, 1);
    letter-spacing: 5%;
    text-transform: uppercase;
}
.wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}
#page-wrapper {
    padding-top: 40px;
    padding-bottom: 70px;
}
#single-wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
}
.btn-block a,
.wpcf7 input[type="submit"],
.btn {
    padding: 17px 30px;
    border-radius: 0px;
    background: rgba(237, 217, 197, 1);
    box-shadow: unset;
    backdrop-filter: blur(4px);
    border: 0px;
    color: rgba(43, 44, 38, 1);
    letter-spacing: 5%;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}
.btn-block a:hover,
.wpcf7 input[type="submit"]:hover,
.btn-outline,
.btn:hover {
    background: rgba(237, 217, 197, 1);
    color: rgba(43, 44, 38, 1);
    opacity: 0.8;
}
#header-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#header {
    padding-top: 15px;
    padding-bottom: 15px;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 65px;
}
.is-form-style input.is-search-submit, .is-search-icon {
    background: none !important;
    border: 0px;
}
.is-form-style.is-form-style-3 input.is-search-input {
    border: 0px !important;
    background: none !important;
    height: 50px;
    font-size: 18px !important;
}
.is-form-style {
    width: 300px;
    border-radius: 5px;
    border: 1px solid rgba(172, 172, 172, 1)
}
.is-search-icon svg {
    width: 25px;
}
.is-form-style .is-search-submit path {
    fill: #EE7522;
}
.branding {
    max-width: 148px;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.header-contacts {
    display: flex;
    justify-content: flex-end;
}
.header-search {
    margin-right: 50px;
}
#header .social {
    margin-right: auto;
}
.worktime {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: rgba(33, 33, 33, 1);
}
.phone-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
    gap: 10px;
}
.phone-wrapper a {
    font-size: 22px;
    font-weight: bold;
    color: rgba(196, 118, 59, 1);
}
.navbar {
    width: 100%;
    padding: 15px 0px;
    transition: all 0.2s ease;
}
.navbar-expand-lg .navbar-nav {
    align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
    color: rgba(43, 44, 38, 1);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5%;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .current-menu-item .nav-link {
    color: rgba(196, 118, 59, 1);
    text-decoration: underline;
}
#header-wrapper.fixed .navbar-expand-lg .navbar-nav .nav-link:hover,
#header-wrapper.fixed .navbar-expand-lg .navbar-nav .current-menu-item .nav-link {
    color: rgba(196, 118, 59, 1);
}
.tour-pic {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.tour-pic:after {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(2, 92, 97, 0.45) 52.6%, rgba(4, 172, 181, 0.80) 100%);
}
.tour-text {
    margin-bottom: 20px;
}
.tour-text p:last-child {
    margin-bottom: 0px;
}
.t-btn {
    display: none;
    margin-top: 15px;
}
.tour-price {
    display: flex;
    align-items: center;
}
.tour-price .day-count {
    margin: 0px 15px 0px 0px;
}
.tour-price del {
    display: block;
    text-decoration: strikethrough; 
    margin-right: 15px;
    font-weight: normal;
}
.t-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.tour-btns {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}
.tour-btns .btn {
    width: 100%;
}
.tour-btns .btn:last-child {
    background: rgba(49, 51, 46, 1);
    backdrop-filter: blur(4px);
    color: #fff;
}
.inc-block {
    padding-top: 50px;
}
.inc-block ol li {
    margin-bottom: 5px;
}
.inc-list {
    display: flex;
    flex-wrap: wrap;
}
h2.inc-title {
    text-transform: unset;
    text-align: left;
    font-size: 30px;
    color: rgba(196, 118, 59, 1);
}
.inc-item {
    width: 20%;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.3;
}
.inc-text {
    color: #272727; 
}
.inc-num {
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
}
.day-item {
    margin-bottom: 40px;
    padding: 20px 0px;
}
.day-item:hover {
    background: rgba(246, 236, 226, 1);
}
.day-item .row {
    align-items: center;
}
.day-count {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px;
}
.day-count span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 35px;
    background: rgba(43, 44, 38, 0.95);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 700;
}
.day-left ul,
.day-left ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none
}
.day-left ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.day-left ul li:before {
    display: block;
    content: '';
    background: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.55542 5H10.4443" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.4444 4.99988L5.96533 0.96875" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.4444 5L5.96533 9.03113" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;
    width: 12px;
    height: 10px;
    min-width: 12px;
    margin-right: 10px;
}
.day-left strong {
    color: rgba(32, 32, 32, 1);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}
.day-left > p:first-child {
    color: rgba(196, 118, 59, 1);
    font-weight: 500;
     padding: 10px 15px;
    border: 2px solid rgba(196, 118, 59, 1);
    display: inline-block;
}
.day-num {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 15px;
}
.day-slider a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px; 
}
.day-slider a:after {
    display: none;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    background: none;
    border: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    transition: all 0.2s ease;
    cursor: pointer;
}
.slick-arrow.slick-next {
    left: auto;
    right: 30px;
}
.slick-arrow:hover {
    opacity: 0.8;
}
.breadcrumbs {
    padding-bottom: 20px;
    color: rgba(196, 118, 59, 1);
    text-align: left;
    font-size: 16px;
}
.breadcrumbs a,
.breadcrumbs span.rasp {
    color: rgba(43, 44, 38, 1);
}
.t-item {
    padding-bottom: 30px;
}
.t-item > a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}
.t-pic img {
    width: 100%;
    height: 430px;
    overflow: hidden;
    object-fit: cover;
}
.t-meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    background: rgba(43, 44, 38, 0.9);
    z-index: 10;
    width: 100%;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease;
}
.t-item > a:hover .t-meta {
    background: rgba(84, 192, 204, 0.85);
}
.t-item > a:hover .t-btn {
    display: block;
}
.t-item > a .day-count span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 35px;
    background: rgba(43, 44, 38, 0.95);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 700;
}
.days-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    position: relative;
    top: 0px;
    left: 0px;
    border: 2px solid rgba(196, 118, 59, 1);
    color: rgba(196, 118, 59, 1);
    border-radius: 0px;
    padding: 10px 18px;
}
.t-name {
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.t-price {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    background: rgba(237, 217, 197, 0.95);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    font-weight: bold;
    font-size: 24px;
    gap: 10px;
    color: rgba(43, 44, 38, 1);
    padding: 0px 10px;
}
.t-price del {
    color: rgba(43, 44, 38, 1);
    font-weight: normal;
}
.t-meta .tour-price {
    color: #fff;
    padding-bottom: 0px;
}
.t-more {
    display: none;
    border: 2px solid #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    width: 232px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.2s ease;
}
.t-more:hover {
    background: #FFB700;
    color: #fff;
}
.t-hot {
    position: absolute;
    top: 20px;
    right: 20px;
}
.t-item > a:hover .t-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(43, 44, 38, 0.9);
    width: 100%;
    height: 100%;
}
.t-item > a:hover .t-meta > div {
    display: none;
}
.t-item > a:hover .t-meta > div.t-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gal-item img,
.wp-block-column img {
    border-radius: 10px;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}  
.house-left .day-slider a:after {
    display: none;
}
.house-item {
    padding: 30px 0px;
    position: relative;
    margin-bottom: 40px;
    background: rgba(249, 237, 228, 1);
    transition: all 0.2s ease;
}
.house-item:before,
.house-item:after {
    display: block;
    content: '';
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -2000px;
    background: rgba(249, 237, 228, 1);
    transition: all 0.2s ease;
}
.house-item:after {
    left: auto;
    right: -2000px;
}
.house-item:nth-child(2n),
.house-item:nth-child(2n):before,
.house-item:nth-child(2n):after {
    background: none;
}
.house-name {
    color: rgba(238, 117, 34, 1);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}
.house-text {
    color: #272727; 
    margin-bottom: 20px;
}
.house-text ul {
    margin: 0px;
}
.house-text strong {
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    color: rgba(238, 117, 34, 1);
}
.house-text ul {
    columns: 2;
}
.house-price {
    color: rgba(1, 160, 85, 1);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.house-price del {
    margin-right: 10px;
    color: rgba(255, 104, 104, 1);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-decoration-line: strikethrough;
}
.price-label {
    color: rgba(196, 118, 59, 1);
    font-weight: 500;
}
.rev-slider,
.hs-slider {
    margin: 0px -15px;
}
.reviews-item {
    padding: 0px 15px;
}
.hs-slide {
    padding: 0px 15px;
}
.hs-text img,
.hs-slide img {
    border-radius: 0px;
}
.hs-text h2 {
    color: #FFB700; 
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px;
}
.rev-slider .slick-arrow,
.hs-slider .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    left: 50%;
    bottom: -70px;
    margin-left: -40px;
}
.rev-slider .slick-arrow.slick-next,
.hs-slider .slick-arrow.slick-next {
    left: auto;
    right: 50%;
    margin-right: -40px;
}
.contact-left img {
    border-radius: 10px;
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.contact-right iframe {
    width: 100%;
    height: 490px;
    border: 0px;
}
.contact-list {
    display: flex;
    justify-content: space-between;
    margin: 0px -10px;
    flex-wrap: wrap;
}
.contact-list > div {
    padding: 0px 10px 40px 10px;
    font-weight: 500;
}
.contact-list > div:last-child {
    width: 100%;
}
.contact-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    font-weight: normal;
    color: rgba(196, 118, 59, 1);
}
.contact-list > div p {
    margin-bottom: 10px;
}
.contact-list > div p:last-child {
    margin-bottom: 0px;
}
.contact-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: rgba(33, 33, 33, 1);
}


#footer-blocks {
    width: 100%;
    background: url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0px;
}
#footer-blocks h2 {
    color: #fff;
    text-align: left;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}
#footer-blocks .wpcf7 input[type="submit"] {
    background: rgba(237, 217, 197, 1)
}
#footer-blocks .wpcf7 input[type="submit"]:hover {
    background: rgba(237, 217, 197, 1);
}
.form-item {
    margin-bottom: 25px;
}
.footer-left .form-action {
    display: flex;
    justify-content: flex-end;
}
.footer-left .wpcf7 {
    margin: 0px !important;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    border-radius: 0px;
    background: none;
    border: 1px solid rgba(196, 118, 59, 1);
    padding: 0px 16px;
    height: 50px;
    color: #fff; 
    font-size: 16px;
}
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus {
    background: none;
    border: 1px solid rgba(196, 118, 59, 1);
    color: #333; 
    outline: none;
    box-shadow: unset;
}
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 input[type="number"]::placeholder {
    color: rgba(126, 126, 126, 1);
    opacity: 1;
}
#footer-blocks .wpcf7 input[type="tel"],
#footer-blocks .wpcf7 input[type="text"],
#footer-blocks .wpcf7 input[type="number"],
#footer-blocks .wpcf7 textarea,
#footer-blocks .wpcf7 input[type="tel"]:focus,
#footer-blocks .wpcf7 input[type="text"]:focus,
#footer-blocks .wpcf7 input[type="number"]:focus,
#footer-blocks .wpcf7 textarea {
    border-color: rgba(198, 198, 198, 1);
    color: #fff;
}

#footer-blocks .wpcf7 input[type="tel"]::placeholder,
#footer-blocks .wpcf7 input[type="text"]::placeholder,
#footer-blocks .wpcf7 textarea::placeholder,
#footer-blocks .wpcf7 input[type="number"]::placeholder {
    color: #fff;
    opacity: 1;
}
#footer-blocks .form-policy,
#footer-blocks .form-policy a {
    color: #fff;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 textarea {
    padding: 16px;
    height: 150px;
    resize: none;
    border-radius: 0px;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 input[type="submit"] {
    width: auto;
    height: 50px;
    padding: 14px 30px;
}
.footer-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;
    gap: 10px;
}
.footer-phone a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
}
.form-callback {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 20px;
}
.form-flex {
    display: flex;
    justify-content: center;
}
.form-flex .form-item {
    margin: 0px;
    padding-right: 8px;
}
.footer-right {
    padding-left: 100px;
}
.footer-logo {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.footer-logo img {
    max-width: 188px;
    height: auto;
}
#footer {
    width: 100%;
    padding: 10px 0px;
    background: rgba(237, 217, 197, 1);
}
#footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(43, 44, 38, 1);
}
#footer a {
    color: rgba(43, 44, 38, 1);
}
.social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#footer .social {
    justify-content: center;
    gap: 10px;
}
.social a {
    display: block;
    margin-left: 10px;
}
#footer .social a {
    margin: 0px;
}
.modal-content {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.95);
}
.modal-header {
    border: 0px;
}
.modal-title {
    color: rgba(196, 118, 59, 1);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.modal .wpcf7 input[type="submit"] {
    min-width: 200px;
}
.modal-subtitle {
    margin-bottom: 20px;
    color: rgba(33, 33, 33, 1);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal .wpcf7 input[type="tel"], .modal .wpcf7 input[type="text"], .modal .wpcf7 textarea, .modal .wpcf7 input[type="number"] {
    border-radius: 0px;
    border: 1px solid rgba(196, 118, 59, 1);
    background: none;
    color: #000; 
}
.modal .wpcf7 input[type="tel"]:focus, .modal .wpcf7 input[type="text"]:focus, .modal .wpcf7 textarea:focus, .modal .wpcf7 input[type="number"]:focus {
    border: 1px solid rgba(196, 118, 59, 1);
    color: #000;
}
.modal .wpcf7 input[type="tel"]::placeholder, .modal .wpcf7 input[type="text"]::placeholder, .modal .wpcf7 textarea::placeholder, .modal .wpcf7 input[type="number"]::placeholder {
    color: #000;
    opacity: 1;
}
.modal .form-action {
    display: flex;
    justify-content: center;
}
.modal-content {
    border-radius: 0px;
}
.modal-body {
    padding: 0px 30px 50px 30px;
}
.modal-header .btn-close {
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_82_639)"><path d="M0.976745 20.0001C0.783573 20.0002 0.594729 19.9429 0.434101 19.8356C0.273472 19.7283 0.148276 19.5758 0.074347 19.3973C0.000418327 19.2188 -0.0189212 19.0225 0.0187748 18.833C0.0564707 18.6435 0.149509 18.4695 0.28612 18.3329L18.333 0.286066C18.5162 0.102901 18.7646 0 19.0236 0C19.2827 0 19.5311 0.102901 19.7142 0.286066C19.8974 0.469231 20.0003 0.717657 20.0003 0.976691C20.0003 1.23573 19.8974 1.48415 19.7142 1.66732L1.66737 19.7142C1.57676 19.805 1.4691 19.877 1.35058 19.9261C1.23207 19.9751 1.10502 20.0003 0.976745 20.0001Z" fill="%23272727"/><path d="M19.0236 20.0001C18.8953 20.0003 18.7682 19.9751 18.6497 19.9261C18.5312 19.877 18.4236 19.805 18.3329 19.7142L0.286066 1.66732C0.102901 1.48415 0 1.23573 0 0.976691C0 0.717657 0.102901 0.469231 0.286066 0.286066C0.469231 0.102901 0.717657 0 0.976691 0C1.23573 0 1.48415 0.102901 1.66732 0.286066L19.7142 18.3329C19.8508 18.4695 19.9438 18.6435 19.9815 18.833C20.0192 19.0225 19.9999 19.2188 19.926 19.3973C19.852 19.5758 19.7268 19.7283 19.5662 19.8356C19.4056 19.9429 19.2167 20.0002 19.0236 20.0001Z" fill="%23272727"/></g><defs><clipPath id="clip0_82_639"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') center center no-repeat;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0px 0px 0px auto;
    opacity: 1;
}
.grecaptcha-badge {
    display: none !important;
}
.gl-item img {
    border-radius: 10px;
}
.btn-block {
    margin-top: 30px;
}
#reviews-gallery,
.wrapper-bg_3,
.wrapper-bg {
    position: relative;
}
#reviews {
    width: 100%;
    background: rgba(233, 243, 249, 1);
}
.accordion-item {
    margin-bottom: 5px;
    border-radius: 0px !important;
    overflow: hidden;
    border: 0px !important;
    background: none;
}
.accordion-button {
    border-radius: 0px;
    box-shadow: unset !important;
    outline: none !important;
    color: rgba(43, 44, 38, 1);
    border-bottom: 1px solid rgba(237, 217, 197, 1) !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 5%;
    vertical-align: middle;
    padding: 17px 15px;
    line-height: 1.4;
    background: none;
    box-shadow: unset;
}
.accordion-button:not(.collapsed) {
    background: none;
    box-shadow: unset;
    color: rgba(43, 44, 38, 1);
    border-bottom: 1px solid rgba(237, 217, 197, 1);
}
.accordion-body {
    padding: 15px;
    border-radius: 0px;
    margin-top: 5px;
}
.accordion-button::after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C4753A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center center no-repeat !important;
}
.show-more {
    display: flex;
    justify-content: center;
}
.show-more .btn {
    padding: 17px 60px;
}
#team {
    width: 100%;
    background: url(../images/bg-4.jpg) center center no-repeat;
    background-size: cover;
}
.team-name {
    padding: 20px 0px 10px 0px;
    color: #3D5E54;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
}
.team-text {
    font-weight: normal;
    text-align: center;
    color: #313131; 
}
#advantages {
    width: 100%;
    background: url(../images/advantages-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 0px;
}
#advantages h2 {
    color: #fff;
}
.a-item {
    margin-bottom: 50px;
    padding: 0px 15px;
    width: 20%;
}
.a-text p:first-child {
    font-weight: 700;
}

#slider-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide-item .container {
	position: relative;
	z-index: 20;
}
.slide-item {
	width: 100%;
	height: 870px;
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.slide-item:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 50.23%, rgba(0, 0, 0, 0.9) 100%);
}
.advantages {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-bottom: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 10;
}
.a-pic {
    margin-bottom: 20px;
}
.a-text p {
    font-size: 16px;
    margin: 0px;
}
.a-text p:first-child {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}
#intro .wpcf7 {
	max-width: unset;
	padding-top: 0px;
}
#intro .form-flex > div {
	padding: 0px 8px;
}
#intro .form-flex .form-item {
	margin-bottom: 0px;
}
a.down {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 30px;
    z-index: 10;
}
#video {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
}
video {
    pointer-events: none;
}
.intro-text {
    text-align: center;
    padding-top: 0px;
}
.intro-text h1 {
    text-align: center;
    color: #fff;
    font-size: 55px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 5%;
}
.intro-text p {
    color: #FFF;
    font-size: 35px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
    text-transform: uppercase;
}
.intro-form {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.75);
    padding: 50px 65px
}
#page {
    position: relative;
    padding-top: 112px;
    overflow: hidden;
}
#header-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 200;
}
#header-wrapper.fixed {
    position: fixed;
}
#header-wrapper.fixed #header {
    background: rgba(237, 217, 197, 0.92);
    padding: 2px 0px;
}
#header-wrapper.fixed .branding {
    width: 102px;
}
#header-wrapper.fixed .navbar-expand-lg {
    padding: 0px;
}
#header-wrapper.fixed .navbar-expand-lg .navbar-nav li {
    padding: 0px !important;
    left: 0px !important;
}
#menu-wrapper .phone-wrapper {
    display: none;
}
#menu-wrapper .container {
    display: flex;
    align-items: center;
}
#header-wrapper.fixed #menu-wrapper .phone-wrapper {
    display: flex;
    order: 2;
    margin-left: 60px;
    margin-right: 0px;
}
#header-wrapper.fixed #menu-wrapper .phone-wrapper a {
    color: rgba(33, 33, 33, 1);
}
.form-title {
    margin-bottom: 25px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}
.page-id-60 #page-wrapper {
    width: 100%;
    background: url(../images/bg-8.jpg) center center no-repeat;
    background-size: cover;
}
#widget-reviews {
    width: 100%;
    background: none;
    padding-top: 0px;
}
.wrapper-bg_3:after,
#reviews-gallery:before {
    background: url(../images/bg-9.png) left top repeat-x;
}
#reviews-gallery:after {
    background: url(../images/bg-9.png) left top repeat-x;
}
.wrapper-bg_3 {
    margin-top: 60px;
}
.page-template-page-reviews #page-wrapper {
    padding-bottom: 0px;
}
.modal-dialog {
    max-width: 500px;
}
.hostel-map {
    margin-top: 40px;
}
.hostel-row {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    background: #FFF6DB;
    padding: 10px;
}
.hostel-row > div {
    padding: 10px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272727;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.22;
}
.hostel-row > div svg {
    margin-right: 10px;
}
.hostel-row > div a {
    color: #272727;
}
.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a {
    text-transform: unset !important;
}
.contact-item_social .contact-label {
    text-align: right;
}
.alm-listing {
    margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
}
.alm-item img {
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.alm-btn-wrap .alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn:disabled {
    display: none;
}
.alm-btn-wrap .alm-load-more-btn {
    background: rgba(237, 217, 197, 1) !important;
    backdrop-filter: blur(4px);
    box-shadow: unset!important;
    color: rgba(43, 44, 38, 1) !important;
    font-size: 20px !important;
}
#post-71 img,
.gal-item img {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.gallery-text {
    text-align: center;
    margin-bottom: 50px;
    color: rgba(30, 171, 226, 1);
    font-size: 25px;
    font-weight: 500;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;   
}
.gallery-list {
    margin: 0px;
}
.gallery-list_item {
    padding: 0px;
}
.gallery-list_item img {
    border-radius: 5px;
    transform: scale(0.75);
    transition: all 0.2s ease;
}
.gallery-list_item.slick-center img {
    transform: unset;
}
.node-carousel {
    margin: 0px -15px;
}
.node-carousel .t-item {
    padding: 0px 15px;
    margin: 0px;
}
.node-carousel .slick-arrow {
    left: -30px;
}
.node-carousel .slick-arrow.slick-next {
    left: auto;
    right: -30px;
}
.day-slider .slick-arrow {
    left: 20px;
}
.day-slider .slick-arrow.slick-next {
    left: auto;
    right: 20px;
}
.intro-form .wpcf7 input[type="tel"],
.intro-form .wpcf7 input[type="text"],
.intro-form .wpcf7 input[type="number"],
.intro-form .wpcf7 textarea,
.intro-form .wpcf7 input[type="tel"]:focus,
.intro-form .wpcf7 input[type="text"]:focus,
.intro-form .wpcf7 input[type="number"]:focus,
.intro-form .wpcf7 textarea:focus,
.intro-form .wpcf7 input[type="tel"]::placeholder,
.intro-form .wpcf7 input[type="text"]::placeholder,
.intro-form .wpcf7 input[type="number"]::placeholder,
.intro-form .wpcf7 textarea {
    color: rgba(3, 3, 3, 1);
}
.callback a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 236px;
    height: 50px;
    padding: 0px;
    cursor: pointer;
}
.info-pic {
    position: relative;
}
.info-pic:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.15);
}
.info-meta {
    padding: 20px;
    background: rgba(30, 171, 226, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.info-name {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.tr-pic {
    margin-bottom: 20px;
}
.tr-pic img {
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.phone-wrapper a:last-child {
    white-space: pre;
}
#post-22 img {
    border-radius: 5px;
}
.slider-nav {
    margin: 30px -15px 0px -15px;
}
.slider-nav_item {
    padding: 0px 15px;
}
.slider-nav_item img {
    border-radius: 5px;
}
.slider-nav_item a {
    cursor: pointer;
}
.tour-right_wrapper {
    background: rgba(255, 247, 230, 1);
    padding: 30px;
    border-radius: 5px;
}
.tour-right_wrapper-2 {
    background: rgba(230, 246, 248, 1);
}
.tour-days {
    display: flex;
    align-items: center;
    padding: 0px 25px;
    height: 40px;
    background: rgba(84, 192, 204, 0.85);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    color: rgba(33, 33, 33, 1);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.tour-price {
    background: rgba(196, 118, 59, 1);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    height: 40px;
    padding: 0px 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    gap: 10px;
}
.tour-price del {
    color: rgba(126, 126, 126, 1);
    font-size: 16px;
}
.tour-top_meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.tour-inc_list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
#reviews-inner {
    padding-top: 0px;
}

.form-policy {
    font-size: 13px;
}
.form-policy a {
    text-decoration: underline;
}
.form-policy a:hover {
    text-decoration: none;
}
.ab-slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: auto;
    padding: 0px;
    border: 0px;
    background: none;
    cursor: pointer;
    z-index: 10;
}
.ab-slider .slick-arrow {
    left: 0px
}
.ab-slider .slick-arrow.slick-next {
    left: 60px;
}
ul.slick-dots {
    position: absolute;
    height: 3px;
    bottom: 20px;
    right: 0px;
}
ul.slick-dots,
ul.slick-dots li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
ul.slick-dots {
    display: flex;
    width: 400px;
    margin-left: auto;
}
ul.slick-dots li {
    width: 100%;
}
ul.slick-dots li button {
    width: 100%;
    height: 3px;
    padding: 0px;
    border: 0px;
    box-shadow: unset;
    outline: none;
    overflow: hidden;
    background: rgba(174, 174, 174, 1);
    vertical-align: top;
    text-indent: -1000px;
}
ul.slick-dots li.slick-active button {
    background: rgba(84, 192, 204, 1);
}
.ab-slider ul.slick-dots li.slick-active button {
    background: rgba(84, 192, 204, 1);
}
.ab-slider_item a img {
    border-radius: 5px;
}
.ab-slider_item {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.ab-slider_item a {
    width: 50%;
    display: block;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.ab-slider {
    padding-bottom: 25px;
}
.page-id-14 #reviews {
    background: none;
    padding-top: 0px;
}
.page-id-14 #reviews h2 {
    color: rgba(196, 118, 59, 1);
}
.faq-pic,
#intro .wp-block-image {
    position: relative
}
#intro .wp-block-image img {
    border-radius: 0px;
}
.faq-pic:after,
#intro .wp-block-image:after {
    display: block;
    content: '';
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
    border: 10px solid rgba(237, 217, 197, 1);
}
.what-pic {
    margin-bottom: 20px;
}
.what-text {
    padding-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(43, 44, 38, 1);
    font-size: 18px;
}
.wrapper-what {
    width: 100%;
    background: rgba(233, 243, 249, 1);
}
.about-text {
    font-size: 20px;
}