/*FONTS*/
@font-face {
	font-family: Inter;
	src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
	font-style: normal;
	font-weight: 200;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url('../fonts/Inter-Light.ttf') format('truetype');
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url('../fonts/Inter-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url('../fonts/Inter-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: Caveat;
	src: url('../fonts/Caveat.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: Julius Sans One;
	src: url('../fonts/JuliusSansOne.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

/*FONTS*/

/*GENERAL STYLE*/
*,
.walcf7-timepicker::placeholder {
	font-family: Inter;
	color: #0E0E03;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: 400;
	margin: 0;
}

p,
.booking li,
.rate-list li {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	list-style-type: initial;
}

a {
	color: #0E0E03;
	text-decoration: none;
}

a:hover {
	color: initial;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

input,
select,
textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #C4C4C4;
	font-size: 14px;
	font-weight: 400;
	padding: 6px;
	outline: none;
	appearance: none;
}

.select2-container--default .select2-selection--single {
	width: 100%;
	border: none;
	font-size: 14px;
	font-weight: 400;
	outline: none;
	appearance: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	color: #0E0E03;
}

.select2-container {
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #C4C4C4;
	vertical-align: baseline;
}

.select2-container .selection {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-container--default .select2-selection--single,
select {
	cursor: pointer;
	background: center right 6px no-repeat url(../img/select.svg);
	color: #0E0E03;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.wpcf7-form-control-wrap {
	display: flex;
	align-items: flex-end;
	height: 100%;
}

label {
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 400;
}

[type="checkbox"] {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	padding: 0;
	width: auto;
	margin: 3px 10px 0 0;
}

[type="checkbox"]:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #0E0E03;
}

[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url('../img/checkmark.svg');
	background-repeat: no-repeat;
	background-position: center;
}

[type="file"] {
	cursor: pointer;
	background: #E6E7E9;
	border: none;
	padding: 12px 24px;
	outline: none;
}

[type=submit],
.button {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 5px;
	background: #6C6C6C;
	padding: 12px 70px;
	border: 1px solid #6C6C6C;
	transition: color .5s, background .5s;
}

[type=submit]:hover,
.button:hover {
	background: none;
	color: #6C6C6C;
	transition: .5s;
}

[type=date] {
	display: flex;
	background: none;
}

textarea {
	border: 1px solid #C4C4C4;
	padding: 20px;
}

.style-login-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.style-login-form>* {
	display: inline-flex;
	width: 50%;
	padding: 0 20px;
	justify-content: center;
}

.style-login-form .login-password {
	position: relative;
	flex-direction: row-reverse;
	align-items: center;
}

.style-login-form .login-password label {
	position: absolute;
	right: 30px;
	width: 16px;
	height: 12px;
	background-image: url('../img/show-eye.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.style-login-form .login-password label.show {
	background-image: url('../img/hide-eye.svg');
	height: 14px;
}

.recaptcha-text {
	display: block;
	width: auto;
	font-size: 10px;
	text-align: center;
	margin-top: 15px;
}

.grecaptcha-badge {
	opacity: 0;
}

.c4wp_captcha_field {
	width: 100%;
	margin-top: 20px;
	position: absolute;
}

.login-submit {
	text-align: center;
	margin-top: 20px;
}

.login-submit input {
	padding: 9px 54px;
}

video {
	display: block;
	width: auto;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	max-height: 725px;
	object-fit: cover;
	margin: auto;
}

.mrg-100 {
	margin: 100px 0;
}

.mb-6,
.booking li,
.notice p,
.notice h4 {
	margin-bottom: 6px;
}

.mb-10,
.text-block h3 {
	margin-bottom: 10px;
}

.mb-14,
.booking h2 {
	margin-bottom: 14px;
}

.mb-20,
.text-block h2,
.text-block h4,
.booking ul,
.rate-list li {
	margin-bottom: 20px;
}

.mb-30,
.text-block p,
blockquote,
.rate-list h2 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-60 {
	margin-bottom: 60px;
}
.mb-100{
	margin-bottom: 100px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-30{
	margin-top: 30px;
}
.mt-15{
	margin-top: 15px;
}
.mb-15{
	margin-bottom: 15px;
}
.hidden {
	display: none !important;
}

.custom-error-message {
	display: none;
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
}

.text-block ul+.text-block p,
.text-block ul:last-child,
.text-block li:last-child {
	margin: 0 auto;
}

.text-block ul {
	max-width: 80%;
	margin: 0 auto 40px;
}

p a,
.term-description a,
.text-block a,
.booking a,
.notice a,
.recaptcha-text a {
	text-decoration: underline;
}

.text-block li {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 15px;
}

.text-block li:before {
	content: '\2022';
	display: block;
	font-size: 20px;
	line-height: 15px;
}

.title-2,
.text-block h2 {
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
}
h1.title-2{
	font-size: 32px;
}
.title-3,
.text-block h3,
.thank p,
.rate-list h2,
.feedback-block h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.title-4,
.text-block h4,
.booking h2,
.notice h4 {
	font-size: 14px;
	font-weight: 500;
}

blockquote,
blockquote p {
	display: block;
	font-family: Caveat;
	font-size: 24px;
	line-height: 28px;
}

.q-author {
	font-family: Caveat;
	font-size: 16px;
}

.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.all-href {
	display: inline-block;
	font-family: Inter;
	font-size: 16px;
}

.all-href::after,
.head-menu li a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #0E0E03;
	transition: .5s width;
}

.all-href:hover::after,
.head-menu li a:hover::after {
	width: 100%;
}

.head-absolute .head-menu li a::after {
	background: #fff;
}

.nav-tabs {
	justify-content: center;
	padding: 10px 0 15px;
	margin-bottom: 25px;
	border: 0;
	border-top: 2px solid #C4C4C4;
}

.nav-tabs .nav-link {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	border: 0;
	padding: 0;
	margin-right: 20px;
	text-transform: none;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link a {
	color: #6C6C6C;
}

.nav-tabs .nav-link:last-child,
.rate-list li:last-child,
.wpcf7-list-item,
.news-block .news-text p:last-child {
	margin: 0;
}

.select2-results .img-flag,
.select2 img {
	width: 30px;
	height: auto;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active a {
	color: #0E0E03;
	font-weight: 500;
}

.nav-tabs .nav-link.active::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	top: -12px;
	background: #0E0E03;
}

.thank p {
	color: #fff;
	text-transform: none;
	padding-bottom: 4px;
}

.thank a {
	color: #fff;
	text-decoration: underline;
}

.no-scroll {
	overflow: hidden;
}

.no-transform {
	text-transform: none;
}

strong {
	font-weight: 500;
}

/* Icons */
.icon{
	display: inline-block;
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 18px;
}
.icon-x{
	background-image: url(../img/x.svg);
}
.walcf7-timepicker {
	cursor: pointer;
	background: center right 6px no-repeat url(../img/time.svg);
}

.pagination {
	justify-content: center;
}

.page-numbers {
	color: #C4C4C4;
	margin: 0 15px;
}

.page-numbers.current {
	color: #0E0E03;
	border-bottom: 1px solid;
}

.wpml-ls-flag {
	border-radius: 4px;
}

/*.wpml-ls-item:first-child:after{
	content: ' | ';
	padding: 0 5px;
}*/
.lb-dataContainer {
	padding: 0 0 5px;
}

.lb-data .lb-number {
	padding: 0;
}

.lightbox .lb-image {
	border-radius: 0;
	border: 0;
}

.lb-details {
	display: none;
}

.agree-checkbox {
	display: none;
}

#baguetteBox-overlay .baguetteBox-button#next-button {
	right: 2%;
	width: 45%;
	height: 100%;
	top: 0;
	background: 0;
}

.baguetteBox-button#next-button:before {
	content: "\279c";
	right: 0;
	position: absolute;
	opacity: .5;
	transition: .5s;
}

.baguetteBox-button#next-button:hover:before {
	opacity: 1;
	transition: .5s;
}

#baguetteBox-overlay .baguetteBox-button#previous-button {
	left: 2%;
	width: 45%;
	height: 100%;
	top: 0;
	background: 0;
}

.baguetteBox-button#previous-button:before {
	content: "\279c";
	left: 0;
	position: absolute;
	opacity: .5;
	transition: .5s;
	transform: rotate(180deg);
}

.baguetteBox-button#previous-button:hover:before {
	opacity: 1;
	transition: .5s;
}

.baguetteBox-button#close-button svg,
.baguetteBox-button#next-button svg,
.baguetteBox-button#previous-button svg {
	display: none;
}

.baguetteBox-button#close-button,
.baguetteBox-button#close-button:hover {
	background: 0;
}

.baguetteBox-button#close-button:hover:before {
	opacity: 1;
	transition: .5s;
}

.baguetteBox-button#close-button:before {
	content: "\00d7";
	position: absolute;
	right: 0;
	top: 0;
	opacity: .5;
	transition: .5s;
	font-size: 35px;
}

/*GENERAL STYLE*/

/*HEADER*/
header {
	width: 100%;
	position: sticky;
	background: #fff;
	top: 0;
	z-index: 9;
	box-shadow: 3px 3px 30px 0px #8E828233;
	border-bottom: 1px solid #C4C4C4;
}

header li {
	display: flex;
}

header .top-head {
	display: flex;
	justify-content: center;
	background: #EAEBED;
	padding: 12px 0;
}

header .top-head .burger-socials {
	padding-bottom: 0;
}

header .top-icon {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
	line-height: 18px;
	padding: 0 10px;
}

header .top-icon::before {
	content: '';
	display: block;
	width: 18px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 4px;
}

header .top-icon.phone::before {
	background-image: url('../img/head-phone.svg');
}

header .top-icon.mail::before {
	background-image: url('../img/head-mail.svg');
}

header .top-icon.work-time::before {
	background-image: url('../img/head-work-time.svg');
}

header .top-icon.whatsapp::before {
	background-image: url('../img/whatsapp.svg');
}

header .top-icon.telegram::before {
	background-image: url('../img/telegram.svg');
}

header .top-icon.signal::before {
	background-image: url('../img/signal.svg');
}

header .main-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
}

header .head-logo,
.page-404 .logo img {
	width: 120px;
}

.head-menu li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 13px;
}

header .head-btn {
	display: flex;
	align-items: center;
}

header .head-login {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

header .head-lang {
	padding-left: 25px;
	display: flex;
	flex-direction: row;
}

.burger-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.burger-button {
	display: none;
	position: relative;
	width: 24px;
	height: 20px;
}

.burger-button div {
	width: inherit;
	background: #000;
	height: 1px;
	position: absolute;
	transition: .5s all;
}

.burger-socials {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-bottom: 10px;
}

.burger-socials a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.burger-socials a img {
	width: 20px;
	height: auto;
}

header .burger-button .line1 {
	top: 15%;
}

header .burger-button .line2 {
	top: 50%;
	transform: translateY(-50%);
}

header .burger-button .line3 {
	bottom: 15%;
}

header.active .burger-button .line1 {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

header.active .burger-button .line2 {
	transform: translateY(-50%) rotate(-45deg);
}

header.active .burger-button .line3 {
	opacity: 0;
}

.head-absolute {
	position: absolute;
	top: 50px;
}

.head-absolute .head-big-logo {
	width: 150px;
	padding-bottom: 50px;
}

.head-menu .wpml-ls-menu-item .sub-menu a {
	width: max-content;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
}

.head-absolute .head-menu .wpml-ls-menu-item .wpml-ls-flag+span,
.head-absolute .head-menu a {
	color: #fff;
}

.fixed-header {
	position: fixed;
	display: none;
}

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

.sub-menu {
	display: none;
	text-align: center;
	position: absolute;
	background: rgba(108, 108, 108, 0.6);
	left: 50%;
	transform: translate(-50%);
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

.sub-menu li {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-transform: none;
	white-space: nowrap;
	padding: 3px 13px;
}

.sub-menu li:hover {
	background: #6C6C6C;
}

.sub-menu li a {
	color: #fff;
}

.sub-menu li a::after {
	content: none;
}

/*HEADER*/
.w-separator{
	position: relative;
    margin-bottom: 45px;
}
.w-separator::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	width: 150px;
	height: 1px;
	background-color: #cfcfcf;
}

/*HEAD Img Section*/
.h-300{
	height: 300px;
}
.head-img-section{

}
.head-img-section .head-img{
	height: 400px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}
.head-img-section .head-descr{
    margin-top: -200px;
    background: rgb(230 231 231 / 70%);
    padding: 45px 30px 30px;
    text-align: center;
    box-shadow: 3px 3px 30px 0px #8E828233;
}
.head-img-section.his-2 .head-img{
	height: 700px;
}
.head-img-section.his-2 .head-descr{
	margin-top: -700px;
	padding:30px 0;
	background: transparent;
	box-shadow: none;
}
.head-img-section.his-2 .head-descr .hd-content{
	background: rgb(230 231 231 / 70%);
	box-shadow: 3px 3px 30px 0px #8E828233;
	padding: 90px 30px;
}
.head-img-section.small-descr .head-descr{
	margin-top: -100px;
}
.head-img-section.his-2 .head-descr p{
	font-size: 16px;
}
.head-img-section.his-2 .title-2,
.head-img-section.his-2 .head-descr{
	text-align: left;
}
.head-img-section .head-descr h2,
.head-img-section .head-descr h3,
.head-img-section .head-descr h4{
	margin-bottom: 15px;
}
.head-img-section .head-descr h2{
	font-size: 24px;
}
.head-img-section .head-descr h3{
	font-size: 20px;
}
.head-img-section .head-descr h4{
	font-size: 18px;
}
/*HEAD Img Section*/

/* Glossary */
.glossary-list{
	text-align: center;
}
.glossary-list .glossary-letter{
	margin: 30px 0;
	font-size: 26px;
	font-weight: bold;
}
.glossary-list-item{
	display: inline-block;
    padding: 10px 25px;
    margin: 10px 10px;
    box-shadow: 3px 3px 30px 0px #8E828233;
    border-bottom: 1px solid #C4C4C4;
    text-align: center;
    background: transparent;
    transition: background .5s;
}
.glossary-list-item:hover{
	background: #f3f3f3;
	transition: background .5s;
}
.glossary-list-item .title{
	font-size: 18px;
	margin: 0;
}
/* Glossary */
/*FOOTER*/
footer {
	background: #EAEBEC;
	padding: 60px 0;
}

footer .footer-logo {
	width: 200px;
}

footer .footer-list.column {
	-moz-column-count: 4;
	-moz-column-gap: 0;
	-webkit-column-count: 4;
	-webkit-column-gap: 0;
	column-count: 4;
	column-gap: 30px;
}

footer .footer-list li {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	white-space: nowrap;
}

.footer-list .menu-item-has-children:hover .sub-menu {
	display: none;
}

/*FOOTER*/

/*MAIN PAGE*/
.main-section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 700px;
}

.main-section-background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.main-title {
	font-family: Julius Sans One;
	font-size: 46px;
	line-height: 1.2;
	text-transform: uppercase;
}

.main-subtitle {
	font-size: 18px;
}

.models {
	padding: 50px 0;
	background: #EAEBEC;
}

.category-page .model-grid {
	grid-template-columns: repeat(3, 1fr);
}

.category-page .title-2 {
	text-align: left;
}

.category-sidebar {
	padding: 20px 15px;
	background-color: #EAEBEC;
}

.category-sidebar .filter-title {
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	font-weight: 700;
}

.categories-list li {
	padding: 5px;
	transition: font-weight .5s ease;
}

.categories-list li a {
	/*	width: 100%;*/
	/*	height: 100%;
	display: block;*/
}

.categories-list li.current-category {
	font-weight: 700;
}

.all-models p:not(.mb-60),
.term-description p:not(.mb-60) {
	margin-bottom: 15px;
}

.model-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	width: 100%;
	max-width: 100%;
}

.model-block {
	width: 100%;
	height: auto;
	display: block;
	background: #fff;
	box-shadow: 3px 3px 30px 0px #8E828233;
}

.model-block .model-images {
	position: relative;
	aspect-ratio: 2/3;
}

.vip-only::before {
	content: 'VIP ONLY';
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
	color: #0E0E03;
	background: #fff;
	padding: 8px 10px;
}

.model-block .travel-info {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #0E0E03;
	background: #ebebeb;
	text-align: center;
	padding: 8px;
	font-size: 14px;
}

.model-block .model-info {
	padding: 16px 12px;
}

.model-block .title-3 {
	padding-bottom: 4px;
}

.model-list {
	white-space: nowrap;
	overflow: hidden;
	line-height: 16px;
	padding: 4px 0;
}

.model-list li {
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
}

.model-list li::after {
	content: '\2981';
	padding: 0 2px 0 6px;
}

.model-list li:last-child::after {
	content: none;
}

.model-block .model-info p:not(.title-3, .title-4),
.model-block .model-description {
	font-size: 12px;
	font-weight: 200;
	padding-top: 4px;
}

/*MAIN PAGE*/

/*SINGLE MODEL*/
.model {
	margin: 60px 0 120px;
}

.model .nav-tabs {
	scroll-margin-top: 100px;
}

.model .booking-btn {
	display: inline-block;
	width: auto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 6px 70px;
	border: 1px solid #6C6C6C;
	transition: color .5s, background .5s;
	background: none;
	color: #6C6C6C;
	transition: .5s;
}

.model .booking-btn:hover {
	background: #6C6C6C;
	color: #FFF;
	transition: .5s;
}

.model .booking-btn:hover span {
	color: #FFF;
	transition: .5s;
}

.model .model-characteristic li {
	color: #6C6C6C;
	display: inline-block;
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	padding: 7px 10px;
	text-transform: uppercase;
}

.model .model-characteristic li span {
	font-weight: 500;
}

.model-gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 150px;
	grid-gap: 10px;
}

.model-gallery div {
	grid-column: span 1;
	grid-row: span 2;
}

.model-gallery .big-img {
	grid-column: span 2;
	grid-row: span 4;
}

.model-gallery img {
	cursor: pointer;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.model-gallery .small-img {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, 150px);
	grid-gap: 10px;
}

.lb-nav a.lb-prev {
	position: absolute;
	left: -80px;
}

.lb-nav a.lb-next {
	position: absolute;
	right: -80px;
}

.model-gallery+.text-center {
	padding-top: 30px;
}

.load-more+.model-gallery {
	overflow: hidden;
	max-height: 0px;
	transition: 3s max-height ease-in;
}

.load-more:not(.active)+.model-gallery div,
.load-more.active {
	display: none;
}

.load-more.active+.model-gallery {
	max-height: 1000vh;
}

.tab-profile .model-features .row {
	padding-bottom: 24px;
}

.tab-profile .model-features .row+.title-3 {
	padding-top: 16px;
}

.facts {
	column-count: 2;
}

.fact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.fact:nth-child(odd) {
	background-color: #EAEBED;
}

.rate {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #C4C4C4;
	padding: 10px 0;
}

.rate .title-3,
.fact .title-3 {
	text-transform: none;
	padding-right: 40px;
	line-height: 24px;
}

.rate .title-4 {
	white-space: nowrap;
	line-height: 24px;
}

.fact .title-4 {
	text-align: right;
	line-height: 24px;
}

.tab-expenses .expenses-block {
	display: flex;
	flex-wrap: wrap;
}

.tab-expenses .expenses {
	width: 20%;
}

.tab-expenses .duration {
	font-size: 12px;
	font-style: italic;
}

.tab-feedback .feedback-block {
	padding: 20px 0;
	border-bottom: 1px solid #C4C4C4;
}

/*SINGLE MODEL*/

/*BOOKING*/
.booking ul,
.rate-list ul {
	padding-left: 15px;
}

.booking-title,
.text-block .booking-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	padding-bottom: 6px;
	margin: 0;
}

.text-block .booking-subtitle {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.tab-booking .hide-form {
	display: none;
}

.booking .social-icons img {
	width: 20px;
	height: auto;
}

/*BOOKING*/

/*ALL MODELS*/
.all-models {
	margin: 60px 0;
}

.filter-title {
	font-size: 18px;
	margin-bottom: 15px;
}

.many-select {
	display: flex;
	border-bottom: 2px solid #C4C4C4;
	padding-bottom: 6px;
	margin-bottom: 40px;
}

.many-select select {
	width: 120px;
	border: none;
	padding: 0;
	background-size: 12px;
	background-position: center right;
}

.many-select select:first-child {
	margin-right: 20px;
}

/*ALL MODELS*/

/*FAQ*/
.faq-block {
	border-bottom: 1px solid #C4C4C4;
	overflow: hidden;
}

.faq-block .faq-head {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.faq-block .faq-title {
	font-size: 16px;
	line-height: 24px;
	width: 90%;
	transition: .5s color ease;
}

.faq-block .faq-btn {
	width: 16px;
	height: 16px;
	background-image: url('../img/faq-plus.svg');
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .5s;
}

.faq-block.active .faq-btn {
	width: 16px;
	height: 16px;
	background-image: url('../img/faq-minus.svg');
}

.faq-block .faq-content {
	max-height: 0;
	opacity: 0;
	transition: .5s all ease;
	overflow: hidden;
}

.faq-block.active .faq-content {
	padding-bottom: 20px;
	max-height: 300px;
	opacity: 1;
	overflow: auto;
}

.faq-headline {
	font-weight: 500;
}

.exception {
	padding-top: 20px;
	font-style: italic;
}

.exception .title-3 {
	text-transform: none;
	line-height: 24px;
}

.faq-cities {
	padding: 50px 0;
	background-color: #fbfbfb;
}

/*FAQ*/
.text-bg-models {
	background-color: #f3f3f3;
	padding: 60px 0;
	margin: 0;
}

/*NEWS*/
.news-item {
	width: 100%;
	height: 100%;
}

.news-block:last-child {
	margin-bottom: 0;
}

.news-block {
	box-shadow: 3px 3px 30px 0px #8E828233;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-block .news-img {
	height: 270px;
}

.news-block .news-img .img-cover {
	object-position: center top;
}

.news-block .news-info {
	padding: 18px;
}

.news-block .news-title {
	font-size: 16px;
}

.news-block .news-info p,
.news-block .news-description {
	font-size: 12px;
	font-weight: 300;
	padding: 4px 0;
}

.news-block .all-href {
	font-size: 14px;
	padding-top: 4px;
}

.news-block .news-wrap {
	padding: 30px 30px 30px 6px;
}

.news-block .news-head {
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 10px;
}

.news-block .news-category {
	font-weight: 400;
}

.news-block .model-list li {
	font-size: 14px;
	padding: 4px 0;
}

.news-block .news-slogan {
	font-size: 14px;
	font-weight: 200;
}

.news-block .news-text {
	padding: 20px 0;
}

.news-block .news-text p {
	margin-bottom: 10px;
}

.news-block .news-time {
	font-size: 14px;
	color: #6C6C6C;
}

/*NEWS*/

/*CITYGUIDE*/

.citylist li {
	display: inline-block;
	padding: 10px 25px;
    margin: 5px 5px;
    box-shadow: 3px 3px 30px 0px #8E828233;
    border-bottom: 1px solid #C4C4C4;
    text-align: center;
    background: transparent;
    transition: background .5s;	
}

/*CITYGUIDE*/

/*404*/
.page-404 {
	position: relative;
	height: 100vh;
}

.page-404 p {
	font-size: 22px;
}

.page-404 a {
	font-size: 22px;
	font-weight: 500;
}

.page-404 .logo {
	position: absolute;
	display: block;
	top: 50px;
}

/*404*/

/*NOTICE*/
.notice-block {
	padding: 40px;
	border: 1px solid #C4C4C4
}

.notice-block h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}

.notice-block .title-3 {
	text-transform: none;
}

/*NOTICE*/
/* Models Tax Description  */
.model-tax-description h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 45px;
	margin-top: 30px;
}

.model-tax-description .faq-block h3 {
	margin: 0;
}

.model-tax-description h3 {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 24px;
}

.model-tax-description p {
	margin-bottom: 20px;
}

.model-tax-description img {
	width: 100%;
	height: auto;
	margin: 15px 0;
	box-shadow: 3px 3px 30px 10px #00000033;
}

.model-tax-description ul {
	margin-bottom: 45px;
	padding-left: 40px;
	padding-right: 40px;
}

.model-tax-description li {
	list-style: disc;
	margin-bottom: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	list-style-type: initial;
}

.model-tax-description a {
	text-decoration: underline;
}

/*.cities-tax-description img{
	width: auto;
	height: auto;
	margin: 15px;
}*/
.wp-caption {
	max-width: 100%;
}

.wp-caption img {
	height: auto;
}

/*MODEL IMAGES SWIPER*/
.swiper-button-prev,
.swiper-button-next {
	width: 22px;
	height: 22px;
	background: #6C6C6C80;
	border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	background-image: url(../img/swiper-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-button-next:after {
	transform: rotate(180deg);
}

.swiper-pagination-bullet {
	width: 20px;
	height: 1px;
	border-radius: 0;
	background: #fff;
}

.swiper-pagination-bullet-active {
	opacity: 50%;
}

.model-images .swiper-slide {
	position: relative;
	width: 100% !important;
}

.model-images .swiper-button-prev,
.model-images .swiper-button-next {
	opacity: 0;
	transition: opacity .35s;
}

.model-images:hover .swiper-button-prev,
.model-images:hover .swiper-button-next {
	opacity: 1;
}

/*image-fixed Section*/
.e-with-fixed-bg {
	position: relative;
	width: 100%;
	height: 40vh;
	overflow: hidden;
}

.bg-wrap {
	clip: rect(0, auto, auto, 0);
	/* Маскує fixed-зображення в межах секції */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateZ(0);
	/* Покращення продуктивності на мобільних */
	will-change: transform;
	z-index: -1;
}

.e-container {
	position: relative;
	z-index: 1;
	color: white;
	background: transparent;
}

.review-tax-section {
	position: relative;
	padding: 200px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


.review-tax-section .review-tax-content {
	background: rgba(255, 255, 255, 0.8);
	/*border-radius: 10px;*/
	padding: 30px;
	/*z-index: 2;*/
}

/*.model-tax-description {
	margin: 0 auto;
	font-size: 1.2rem;
}*/

.model-tax-description h2 {
	position: relative;
	text-transform: uppercase;
	text-align: center; /* якщо потрібно центрований текст */
}

.model-tax-description h2::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	width: 150px;
	height: 1px;
	background-color: #cfcfcf;
}


.model-tax-description a.btn-black,
.model-tax-description a.btn-white{
	text-decoration: none;
}

.tax-btns{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
.btn-black{
	display: inline-block;
	width: auto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 6px 70px;
	border: 1px solid #6C6C6C;
	transition: color .5s, background .5s;
	background: #6C6C6C;
	color: #FFF;
	transition: .5s;
	text-decoration: none;
}
.btn-black:hover {
	background: #FFF;
	color: #6C6C6C;
	transition: .5s;
	border: 1px solid #6C6C6C;
}
.btn-white {
	display: inline-block;
	width: auto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 6px 70px;
	border: 1px solid #6C6C6C;
	transition: color .5s, background .5s;
	background: none;
	color: #000;
	transition: .5s;
	text-decoration: none;
}

.btn-white:hover {
	background: #6C6C6C;
	color: #FFF;
	transition: .5s;
}
/* Blog */
.post-head{

}
.post-head IMG{
	box-shadow: 3px 3px 30px 10px #00000033;
}
.ph-container{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f3f3f3;
}
.post-head .title{
	font-size: 34px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.post-head .head-meta{
	margin: 15px 0;
}
.post-head .head-meta span{
	margin-right: 15px;
}
.post-body{
	padding: 50px 0;
	font-size: 18px;
}
.post-body p, 
.post-body li{
	font-size: 16px;
	font-weight: 300;
    line-height: 1.5;
}
.post-body p{
	margin-bottom: 15px;
}
.post-body h1{
	font-size: 34px;
}
.post-body h1,
.post-body h2{
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    margin-bottom: 45px;
    margin-top: 45px;
}
.post-body h1,
.post-body h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 150px;
    height: 1px;
    background-color: #cfcfcf;
}
.post-body h3{
	font-size: 23px;
}
.post-body h4,
.post-body h5{
	font-size: 20px;
}
.post-body h3,
.post-body h4,
.post-body h5{
	text-align: center;
	margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}
.post-body ul{
	padding-left: 20px;
	margin-bottom: 30px;
}
.post-body ul li{
	list-style-type: disc;
	margin-bottom: 15px;
}
.post-body .wp-block-image{
	text-align: center;
}
.post-body img{
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 30px 10px #00000033;
}
.hm-read-more{
	margin-top: 30px;
    text-decoration: underline;
    transition: color .3s;
}
.hm-read-more:hover,
.post-body a:hover{
	color: #999;
	transition: color .3s;
}
.relative-blog{
	padding: 0 0 60px;
}
.blog-smaall-item{
	margin-bottom: 45px;
}
.blog-smaall-item .title{
	font-size: 18px;
	margin: 20px 0 20px;
}
.blog-smaall-item img{
    box-shadow: 3px 3px 30px 10px #00000033;
}
@media(max-width: 767px) {

	.review-tax-section {
		padding: 100px 0;
	}

/*	.model-tax-description h2{
		text-underline-offset: 5px;
	}*/

	.tax-btns{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

@supports (-webkit-touch-callout: none) {
   .bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: unset;
		-webkit-background-size: unset;
	}
}
/*image-fixed Section*/

/*ADAPTIVE*/
@media(max-width: 1199.98px) and (min-width: 992px) {
	header .head-btn {
		display: block;
		text-align: right;
	}

	footer .footer-list.column {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media(max-width: 1199px) {
	.head-menu .wpml-ls-menu-item .sub-menu a{
		width: 100%;
		justify-content: left;
	}
	.burger-wrapper {
		padding: 20px 0;
		min-height: 82px;
		position: relative;
	}

	header .main-head {
		align-items: flex-start;
		padding-top: 20px;
	}

	.head-menu li,
	header .head-login {
		display: block;
		padding: 0 0 14px;
	}

	header .top-head {
		width: 100%;
		flex-direction: column;
		background: none;
		padding: 13px 0;
		border-bottom: 1px solid #DDDDDE;
		border-top: 1px solid #DDDDDE;
		display: none;
	}

	header .top-icon {
		padding: 7px 0;
	}

	header .head-lang {
		padding: 20px 0 0;
	}

	header .burger-button {
		display: block;
		position: absolute;
		right: 0;
	}

	header .burger-content {
		position: fixed;
		right: 100%;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: .5s right;
		border-top: 1px solid #C4C4C4;
		overflow: scroll;
	}

	header.active .burger-content {
		top: 80px;
		right: 0px;
	}

	header .main-head {
		flex-direction: column;
	}

	.fixed-header {
		display: block;
		position: sticky;
	}

	.menu-item-has-children {
		width: 200px;
	}

	.menu-item-has-children::after {
		content: '';
		position: absolute;
		top: 6px;
		right: 0px;
		width: 16px;
		height: 9px;
		background: no-repeat url('../img/select.svg');
		transition: all .5s;
	}

	.menu-item-has-children.active::after {
		transform: rotate(180deg);
		transition: all .5s;
	}

	.menu-item-has-children:hover .sub-menu {
		display: none;
	}

	.menu-item-has-children.active .sub-menu {
		display: block;
	}

	footer {
		text-align: center;
		padding: 30px 0 0;
	}

	footer .row>* {
		padding-bottom: 30px;
	}

	footer .col-lg-3 {
		text-align: center;
	}

	.head-absolute {
		display: none;
	}

	/*	footer .footer-list.column{
		column-count: 1;
	}*/
	.model-gallery {
		grid-template-columns: repeat(4, 1fr);
	}

	.sub-menu {
		position: initial;
		transform: none;
		text-align: initial;
		background: none;
		padding: 10px 0 0 10px;
	}

	.sub-menu li a {
		color: #0E0E03;
	}

	.sub-menu li:hover {
		background: none;
	}

	.lb-nav a.lb-prev {
		left: 0;
	}

	.lb-nav a.lb-next {
		right: 0;
	}

	.model-images .swiper-button-prev,
	.model-images .swiper-button-next {
		opacity: 1;
	}

	.facts {
		column-count: unset;
	}
}

@media(max-width: 767.98px) {

	.mrg-100,
	.model {
		margin: 60px 0;
	}

	.all-models.text-bg-models {
		margin-bottom: 0;
	}

	.all-models {
		margin-bottom: 30px;
	}

	.mb-60,
	.mb-40 {
		margin-bottom: 30px;
	}

	.mb-30 {
		margin-bottom: 20px;
	}

	.news .news-block {
		margin-bottom: 30px;
	}

	.nav-tabs {
		overflow-x: scroll;
		justify-content: space-between;
		flex-wrap: nowrap;
		border: none;
	}

	.nav-tabs .nav-link {
		white-space: nowrap;
		margin-right: 20px;
		font-size: 14px;
	}

	.tab-expenses .expenses {
		margin-bottom: 40px;
		width: 100%;
	}

	.news-block {
		margin-bottom: 30px;
	}

	.text-block ul {
		max-width: 100%;
	}

	.style-login-form {
		display: block;
	}

	.style-login-form>* {
		width: 100%;
	}

	.login-username {
		margin-bottom: 15px;
	}

	.booking h1 {
		margin-top: 20px;
	}

	.news-block .news-wrap {
		padding: 20px;
	}

	.lb-nav a {
		opacity: 0 !important;
	}

	.lb-details {
		display: block;
	}

	[type=date]:before {
		content: attr(placeholder);
	}

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

	.category-page .model-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	footer .footer-list.column {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media(max-width: 575.98px) {
	.head-img-section.his-2 .head-img{
	    /*height: 400px;*/
	}
	.head-img-section.his-2 .head-descr{
		margin-top: -450px;
		padding-bottom: 0;
	}
	.mob_headjustify-content-center{
		justify-content: center;
	}
	.head-img-section.his-2 .head-descr .title-2{
		text-align: center;
        font-size: 26px;
	}
	video {
		max-height: 300px;
	}

	.main-title {
		font-size: 36px;
	}

	.title-2 {
		font-size: 24px;
	}

	button {
		width: 100%;
		padding: 12px;
	}

	.model-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*ADAPTIVE*/

ul .wpml-ls-menu-item a {
	display: block;
}