/* HTML */
/* -------------------------------------------------------------------- */

html { height: 100%; font-size: 10px; }
body {  width: 100%;font-size: 1.8rem; line-height: 1.3; font-family: "Roboto", sans; font-weight: normal; position: relative; }

@media screen and (min-width: 2000px) {
	html { font-size: 13px; }
}
@media screen and (min-width: 3000px) {
	html { font-size: 20px; }
}



/* Main elements */
/* ============================================================== */
img { display: inline-block; max-width: 100%; height: auto; }
p:not(:last-child) { margin-bottom: 1em; }
b { font-weight: bold; }
a { text-decoration: none; color: inherit; }
a:hover { text-decoration: underline;  }
strong { font-weight: bold;}
i { width: auto; height: auto; }
em { font-weight: bold; font-style: normal; }

/* Headings */
/* ============================================================== */
h1, h2, h3, h4 { margin-bottom: 0.5em; line-height: 1.2; color: var(--heading-color);  font-weight: 500; }

h1 { font-size: 4rem; margin-bottom: 1em;  }
h2 { font-size: 3.4rem; margin-bottom: 1em;  }
h2.-center { text-align: center; }
h3 { font-size: 2.8rem; }

ul, ol { list-style-type: none; }

/* Lists */
/* ============================================================== */
ol > li::marker  {  display: inline; }
ol > li::before,
ul > li::before { display: inline-block; }
ol > li > p { display: inline; }
ul > li > p { display: inline; }

.hidden { display: none !important; }
.clearfix { clear: both; }


/* ============================================================== */
img.-full { width: 100%; height: auto; float: none; max-width: none; margin-left: 0; margin-right: 0; }
img.-full:not(:first-child) { margin-top: 2rem; }
img.-full:not(:last-child) { margin-bottom: 2rem; }

img.-left { float: left; margin-right: var(--span); margin-bottom: var(--span); max-width: 50rem; height: auto; position: relative; }
img.-right { float: right; margin-left: var(--span); margin-bottom: var(--span); max-width: 50rem; height: auto; position: relative; }

img.-small { max-width: 30rem; }

@media screen and (max-width: 768px) {
	img.-left, img.-right { float: none; max-width: none; margin:0; margin-bottom: 2rem; width: 100%; }
}

/* ============================================================== */
table { width: 100%; text-align: center; overflow: hidden; line-height: 1.1; font-size: 1.7rem; --border-color: #d0d0d05c; border: 1px solid var(--border-color); }
table caption { background: var(--color-gray); padding: 2rem; font-size: 2rem; font-weight: bold; color: #333; text-align: center; text-transform: uppercase;  }

table td,
table th { border: 1px solid #d0d0d05c; padding: 1rem 2rem; text-align: left;  vertical-align: middle; }
table th { background: #f5f5f5 ;  font-size: 1.8rem; font-weight: 500; }
table td:first-child,
table th:first-child { border-left: none; }
table td:last-child,
table th:last-child { border-right: none; }

table p { margin-bottom: 0.5em; }
table ul { list-style-type: "- "; }
table ul li { margin-bottom: 0.5em; }

table td { background: #fbfbfb; }
table td.value, table th.value { text-align: center; }
table td.first { font-weight: bold; }
table tr.secondary > td:first-child { padding-left: 3rem; }
table tr:last-child > td { border-bottom: none; }

@media screen and (max-width: 960px) {
	table { overflow: auto; max-width: 100%; }
	table td, table th { padding: 1rem; }
}


/* ============================================================== */
.mfp-content { --text-color: black; --heading-color: var(--color-red); color: black; padding: 4rem; overflow:hidden; background: white; display: inline-block; width: auto !important; max-width: 50rem; z-index: 52; width: 100% !important; 
	border-radius: var(--border-radius);
}
.mfp-close-btn-in .mfp-close:hover { color: var(--color-red); }
.mfp-content.-policy { max-width: 80%}
.mfp-bg { z-index: 150;}
.mfp-wrap { z-index: 151; }
.mfp-close { border-radius: 50%; width: 3.5rem; height: 3.5rem; right: 1rem; top: 1rem; line-height: 0; }
.mfp-close:hover, .mfp-close:focus { color: white; }

.mfp-content form { width: 100%; margin:0 auto; max-width: 50rem; text-align: center; }
.mfp-content a { color: var(--color-red); text-decoration: underline; }
.mfp-content h2 { color: var(--color-red); text-align: center; font-size: 2.5rem; }
.mfp-content h3 { color: var(--color-red); text-align: center; font-size: 2rem; margin-bottom: 2rem; margin-top: 2rem; }
.mfp-content input, .mfp-content select, .mfp-content textarea { background: #f0f0f0; }
.mfp-content .form-buttons { display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
.mfp-content .vcap-input { justify-content: center; text-align: left; }
.mfp-content .vcap-input > label { font-weight: normal; }
.mfp-content .vcap-input > label a:hover { text-decoration: none; }
.mfp-content input[type="text"],
.mfp-content select,
.mfp-content textarea { font-size: 1.5rem; min-height: 4rem; }
.mfp-content textarea { min-height: 10rem; }


/* ============================================================== */
.pagination { display: flex; margin: 4rem 0; text-align: center; align-items: center; justify-content: left; flex-wrap: wrap; }
.pagination .title { margin-right: 2rem; }
.pagination ul { margin-bottom: 0 !important; margin-left: 0; display: flex; flex-wrap: wrap; gap: 0.4rem; grid-gap: 0.4rem; }
.pagination li a, .pagination li span { display: flex; margin: 0.5rem 0.5rem; align-items: center; justify-content: center; min-width: 3rem; }
.pagination li.active a, .pagination li.active span { background: var(--color-blue);  color: #ffffff; }
.pagination li { display: inline-flex; list-style-type: none; margin-bottom: 0; margin-left: 0; align-items: center; }
.pagination li:not(.control) a,
.pagination li:not(.control) span { min-width: 30px; flex-shrink: 0; height: 30px; align-items: center; justify-content: center; text-decoration: none; }
.pagination li:hover:not(.active):not(.control) a { background: #dddddd; }



/* ============================================================== */
.grid-container { display: grid; grid-template-rows: auto; grid-template-columns: repeat(auto-fill, minmax(var(--item-width), 1fr)); gap: 2rem; justify-content: center;  }
[data-container~="small"] { --item-width: 20rem; }
[data-container~="smaller"] { --item-width: 22rem; }
[data-container~="large"] { --item-width: 35rem; }
[data-container~="x-large"] { --item-width: 50rem; }

@media screen and (max-width: 960px) {
	.grid-container { display: flex; flex-wrap: wrap; --item-width: 48% !important; flex-wrap: wrap; justify-content: left; }
	.grid-container > * { flex-basis: var(--item-width);  }
}

@media screen and (max-width: 768px) {
	.grid-container {  --item-width: calc(var(--item-width) / 2); }
}

@media screen and (max-width: 640px) {
	.grid-container {  --item-width: 100% !important; }
}

.flex-container { display: flex; gap: 2rem; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex-container > * { flex-grow: 0; flex-basis: var(--item-width); }

@media screen and (min-width: 1200px) {
	.flex-container > * { flex-grow: 1; }
	.grid-container > * { flex-grow: 1; }
}

.split-container { display: flex; gap: 3rem; flex-wrap: wrap; }
.split-container > * { flex-grow: 2;  flex-basis: 45rem; }
.split-container[data-split-container~="center"] { align-items: center; }
.split-container > .image { flex-grow: 1; flex-basis: 30rem; text-align: center; }
.split-container > .image.-large { flex-grow: 2; flex-basis: 45; }

.articles-container { display: flex; gap: 2rem; flex-wrap: wrap; }
.articles-container > * { flex-basis: 100% !important; }
.buttons-container { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; align-items: center; }
.teasers-container  {  display: grid; grid-template-columns: repeat(auto-fit, minmax(40rem,1fr)); position: relative;  gap: 2rem;  justify-content: center;  padding: 0.5rem 0; margin: 2rem 0;}

/* ============================================================== */
.side-image-container { display: flex; gap: 6rem; justify-content: center; align-items: center; flex-wrap: wrap; }
.side-image-container > * { flex-basis: 40rem; flex-grow: 1; }
.side-image-container > .content { flex-grow: 2; }
.side-image-container > .image { lign-self: stretch; position: relative; display: flex; align-items: center; justify-content: center; }
.side-image-container > .image img { max-height: 35rem; width: 100%; height: 100%; object-fit: cover; }

/* ============================================================== */
@media screen and (max-width: 768px) { 
	.side-image-container > .image.-circle { width: 100%; height: auto; padding-top: 100%; }
}

.side-container { display: flex; align-items: center; flex-wrap: wrap; gap: 4rem;}
.side-container > .content { flex-basis: 30rem; flex-grow: 2; }
.side-container > .side { flex-basis: 20%; flex-grow: 1; min-width: 20rem; align-self: center;}

/* ============================================================== */
.mobile-menu { display: none; background: white; position: fixed; top:0; left:0; width: 100%; height: auto; z-index: 200; max-height: 100%; box-shadow: 0 3px 5px 0 #0003; overflow: auto; color: black; }
.mobile-menu .close-menu-button {  width: 100%; height: 6rem; display: flex; cursor: pointer; align-items: center; background: linear-gradient(to right, var(--gradient-blue)); position: relative; }
.mobile-menu .close-menu-button i { background: white; position: absolute; right: 2rem; top: 50%; transform: translate(-50%, -50%); }
.mobile-menu .menu {  z-index: 100;   text-align: left;  line-height: 1.1;  height: auto; max-height: calc(100vh); width: 100%; z-index:20; box-shadow: 0 5px 5px 0 #0003;  }
.mobile-menu .menu a {  text-decoration: none; }
.mobile-menu .menu li { display: block; } 
.mobile-menu .menu > li > a { font-weight: bold; padding: 1rem 2rem !important; }
.mobile-menu .menu li ul { position: relative; background: transparent;}
.mobile-menu .menu li ul li { border: none !important; }
.mobile-menu .menu li a  { display: flex; padding: 0.5rem 1rem; gap: 1rem; align-items: center; min-height: 3rem; }
.mobile-menu .menu li.active > a { font-weight: bold;  }
.mobile-menu .menu li a > .text { flex-grow: 1; }
.mobile-menu .menu .opener { display: inline-block; width: 3rem; height: 2.5rem; flex-shrink: 0; background: #333; --mask: url(../img/icons/arrow-down.png) center/1.5rem no-repeat;	mask: var(--mask); -webkit-mask: var(--mask);  background: var(--color-blue); }
.mobile-menu .menu li.-open > a > .opener { --mask: url(../img/icons/arrow-up.png) center/1.5rem no-repeat; background: white;}
.mobile-menu .menu li.-open > ul { display: block; }
.mobile-menu .menu li a:hover {  background: var(--color-blue); color: white; }
.mobile-menu .menu li > ul { display: none;  font-size: 1.5rem; margin-left: 2rem; padding-left: 0; }
.mobile-menu .menu li.-open { border-bottom: 1px solid #fff5; margin-bottom: 1rem; padding-bottom: 1rem;  box-shadow: 0 0 5px 0 #0002; }
.mobile-menu .menu li.-open > a { margin-bottom: 0.5rem; background: var(--color-blue); color: white; }
.mobile-menu .menu li.-open > ul {  display: block; }

.mobile-menu.-open { display: block; }
.mobile-menu.-open .open-button::after { --image: url(../img/icons/close.svg) center/contain no-repeat; }
.mobile-menu.-open .mobile-menu { display: block;  }

.button-up { --color: var(--color-white); transition: opacity .3s ease; opacity: 0.8; background-color: var(--color-red); height: 5.5rem; width: 5.5rem; bottom: 3rem; right: 3rem; cursor: pointer; display: none; position: fixed; z-index: 999; align-items: flex-end;justify-content: center; border-radius: 50%;  user-select: none; box-shadow: 0 0 5px 0 #0003; }	
.button-up:before { content: "";position: absolute;top: 40%;width: 40%;height: 40%;border-left: 3px solid var(--color);border-top: 3px solid var(--color);transform: rotate(45deg); left: 27%;}
.button-up:hover {opacity: 1;}


/* ============================================================== */
.page-block { padding: 6rem var(--block-padding); overflow: hidden; position: relative; color: var(--text-color); background: var(--background-color); --text-color: inherit; --background-color: transparent;}
.page-block > .block-container { max-width: var(--page-width); margin: 0 auto; position: relative; }

.page-block[data-page-block~="narrow"] { padding-top: var(--span); padding-bottom: var(--span); }
.page-block[data-page-block~="no-padding"] { padding-top: 0; padding-bottom: 0; }

.page-block[data-page-block~="wood"] { --background-color: var(--texture-wood), var(--color-wood);	}
.page-block[data-page-block~="white-wood"] { --background-color: var(--texture-white-wood), var(--color-white-wood);	}
.page-block[data-page-block~="red"] {
	--heading-color: white; --text-color: white; --background-color: var(--color-red);
	--link-color: white; --slider-color-arrow: white; --swiper-pagination-bullet-inactive-color: white;
}

.page-block > .bg { position: absolute; right: 100%; bottom: 100%; height: 30rem; width: 30rem; z-index: 1; }
.page-block[data-page-block~="gray"] { --background-color: var(--color-gray);}

@media screen and (max-width: 960px) {
	.page-block { --block-padding: 4rem; }
}

@media screen and (max-width: 768px) {
	.page-block { --block-padding: 2rem; }
}

/* ============================================================== */
.block-heading { display: flex; gap: 3rem 2rem;
	color: var(--heading-color); text-align: center; font-size: 4.2rem;  justify-content: center; margin-bottom: 6rem;
	flex-wrap: wrap; justify-content: center; text-align: center; }

@media screen and (max-width: 960px) {
	.block-heading span { display: inline-block; }
	.block-heading h2 { text-align: center; }
}

.block-heading-container h2 { margin-bottom: 0; }
.block-heading-container .block-heading { flex-basis: 30rem; flex-grow: 1; text-align: left; color: var(--color-blue; ); margin-bottom: 0; line-height: 1.2; }
.block-heading-container { margin-bottom: 5rem; text-align: center; display: flex; align-items: center; justify-content: start; flex-wrap: wrap; gap: 2rem; }
.block-heading-text { display: block;  font-size: 1.7rem; max-width: 70rem; margin: 0 auto; margin-top: 2rem; color: #444; }

/* ============================================================== */
.page-section { margin-bottom: 4rem; position: relative; }
.page-section:last-child { margin-bottom: 0; }
.page-section[data-page-section~="gray"] { padding: 4rem 0; }
.page-section[data-page-section~="gray"]::before { content:''; display: block; position: absolute; background: #f5f5f5; left: -50vw; right: -50vw; top: 0; bottom: 0; z-index: -1; }

/* ============================================================== */
.message-queue { position: fixed; top: 50%; padding: 3rem; left: 50%; right: 0; background: rgba(0, 0, 0, 0.7); transform: translate(-50%, -50%); max-width: 800px; border-radius: 1rem;  z-index: 2000; }
.message-queue .message { margin: 0 auto; max-width: 700px; display: block; background: white; padding: 1rem; margin-bottom: 0.5rem; border-radius: 3px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);  }
.message-queue .message: last-child { margin-bottom: 0;  }
.message-queue .message.error { border-left: 5px solid #a6051b;  }
.message-queue .message strong { font-weight: bold; }
.message-queue .message .large { font-size: 2.5rem;}
.message-queue .message .large strong { color: #a6051b; }
.message-queue .message.critical { border-left: 5px solid transparent; color: white; background: #a6051b;  }
.message-queue .message.warning { border-left: 5px solid #ffd376;  }

@media screen and (max-width: 640px) {
	 .message-queue { padding: 1rem; bottom: 0; width: 100%; border-radius: 0; top: auto; transform: none; left:0; right:0; }
	 .message-queue .message { padding: 0.5rem; }
}


.message-box { background: #f2f2f2; padding: 4rem; padding-left: 15rem; overflow: hidden; --image: url(../img/icons/msg-info.png); 
	margin: 6rem 0 ; position: relative; min-height: 15rem; display: flex; flex-direction: column; align-items: start; justify-content: center;  }
.message-box::before { content:''; display: block; position: absolute; left: 3rem; top: 50%; width: 10rem; height: 10rem; background: var(--color-yellow); 
 	transform: translate(0, -50%);
	mask: var(--image) center/contain no-repeat; -webkit-mask: var(--image) center/contain no-repeat; 
}
.message-box::after { content:''; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 2rem; background: var(--color-yellow); }
.message-box strong { color: var(--color-blue); font-weight: bold; }
.message-box.home { --image: url(../img/icons/msg-home.png); }
.message-box.alert { --image: url(../img/icons/msg-alert.png); }
.message-box.alert::before { top: 2rem; }
               
.slider .swiper-slide:nth-child(even) .simple-card { background: linear-gradient(var(--gradient-blue)); color: white; }


@media screen and (max-width: 768px) {
	.simple-card .-padding { padding: 2rem; }
}


/* ============================================================== */
.tabs {  position: relative; display: flex; flex-wrap: wrap; }
.tabs .tabs-navigation {  padding-right: 0.5rem; flex-basis: 35rem; }
.tabs .tab-button { padding: 1rem 2rem; text-decoration: none; display: block;  cursor: pointer; border-radius: 1rem; font-weight: 500; 
	background: linear-gradient(to left, #4f9e3350, transparent 3rem), #f2f2f2; font-size: 1.8rem !important}
.tabs .tab-button:not(:last-child) { margin-bottom: 0.5rem; }
.tabs .tab-button:hover {  background: linear-gradient(to left, #4f9e33a0, transparent 10rem), #f2f2f2; }
.tabs .tab-button.-active {  background: var(--color-green); color: white; margin-right: -2rem; }
.tabs .tabs-content { flex-grow: 1; flex-basis: 30rem; }
.tabs .tab { padding: 0rem; display: none; background: #f3f3f3; width: 100%; border-radius: 1rem}
.tabs .tab.-active { display: block; }

.table { display: table; width: 100%; }
.table .row { display: table-row; }
.table .row:not(:last-child) > .cell { border-bottom: 1px solid #0003; }
.table .row.heading > .cell { background: linear-gradient(to top, #fff9, transparent 2rem); font-size: 2rem; font-weight: 500; color: var(--color-green); padding-top: 2rem; padding-bottom: 2rem; }
.table .cell { display: table-cell; padding: 1rem; }
.table .cell a:hover { color: var(--color-green); }

.tabs .table .cell { padding-left: 4rem; padding-right: 4rem; }

@media screen and (max-width: 960px) {
	.tabs { display: block; }
	.tabs .tabs-navigation { display: flex; flex-wrap: wrap; margin-bottom: 1rem; gap: 1rem; justify-content: left; }
	.tabs .tab-button { margin: 0 !important; }
	.tabs .tab-button.-active { margin-right: inherit; order: -10;}
}

/* ============================================================== */
.social-icons { white-space: nowrap; display: flex; align-items: center; gap: 1rem; justify-content: center; }
.social-icons a { --image:linear-gradient(transparent, transpatent);
	 width: 3rem; height: 3rem;  background: #eee; position: relative; border-radius: 1rem; 
	 display: inline-flex; justify-content: center; align-items: center;	cursor: pointer; }
.social-icons a i { width: 60%; height: 60%; background: black; }
.social-icons a:hover { top: -2px; }
.social-icons a:hover { transform: scale(102%); transform-origin: center; }

.social-icons a:hover i[data-icon="social-telegram"] { background: #2681de !important; }
.social-icons a:hover i[data-icon="social-whatsapp"] { background: #63e200 !important; }

/* ============================================================== */             
.article ul { list-style-type: square; margin-bottom: 1em;  }
.article ol { list-style-type: decimal; margin-bottom: 1em; }
.article li { margin-bottom: 0.5em; }
.article li::marker { color: var(--color-orange); }
.article h2 { font-size: 2.8rem; margin-bottom: 0.7em;}
.article a:hover { text-decoration: none; }
.article img { display: block; }
.article a { color: var(--color-green); text-decoration: underline; }
.article table { margin: 2rem 0; }
.article table th { background: linear-gradient(to right, var(--gradient-blue));  color: white;  font-weight: normal;}

/* ============================================================== */
.breadcrumbs { margin-bottom: 2rem; font-size: 1.5rem; flex-wrap: wrap; }
.breadcrumbs ul { display: flex;  color: #333; gap: 1rem; flex-wrap: wrap; align-items: center; }
.breadcrumbs ul li { display: inline-flex; margin-right: 0.5rem; align-items: center; }
.breadcrumbs ul li:not(:last-child)::after { content: '/'; display: inline-block; margin-left: 2rem; color: #e0e0e0;  }
.breadcrumbs a { color: var(--color-blue); text-decoration: underline; }
.breadcrumbs a:hover { text-decoration: underline; color: var(--color-orange); }

@media screen and (max-width: 768px) {
	.breadcrumbs { font-size: 1.4rem; }
}

/* ============================================================== */
.cities-list { background: linear-gradient(to top, #0001, transparent 5rem), var(--color-light-gray); color: black; position: fixed; left:0; top:0; width: 100%; z-index: 100; display: none; opacity: 0;  box-shadow: var(--shadow); font-weight: normal; }
.cities-list-inner { position: relative; max-height: 60rem; overflow: auto; padding: 4rem; }
.cities-list .container { max-width: var(--page-width); margin:0 auto;  position: relative; }
.cities-list .cities-container {  width: 100%; text-align: left; }
.cities-list .city { display: inline-block; clear: both; border-radius: 3px; color: var(--color-red); background: white; padding: 0.5rem 1rem; transition: .3s; }
.cities-list .city:hover { background: var(--color-red); color: white; text-decoration: none; }
.cities-list .city.-active { border-left:5px solid white; font-weight: bold; padding-left: 10px;  background: #fff5; text-decoration: underline; }
.cities-list a { display: inline-block; padding: 0.3rem 0.5rem; font-size: 1.6rem; color: var(--color-brown);}
.cities-list a:hover { color: black; }
.cities-list h2 { text-align: left; color: black; font-size: 3rem; margin-bottom: 3rem; font-weight: normal; }
.cities-list .cities-group .cities { display: grid; gap: 1rem 2rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.cities-list .cities-group .cities.-important { margin-bottom: 2rem; }
.cities-list .cities-group:not(:last-child) { margin-bottom: 2rem; border-bottom: 1px dashed #775132a3; padding-bottom: 2rem; }
.cities-list .cities-heading { padding: 0.5rem 1rem; margin-bottom: 1rem; color: white; position: relative; overflow: hidden; display: inline-block; width: auto; background: var(--color-darken-green); color: white;  border-radius: 1rem; }
.cities-list .cities-heading.-secondary{ background: white; color: var(--color-brown);  padding-left: 2rem;}
.cities-list .cities-heading.-secondary::after { content:''; display: block; width: 1rem; top:0; bottom:0; left:0; background: var(--color-darken-green); position: absolute;  }
.cities-list .close-button { position: absolute; top:2rem; right:2rem; width: 2rem; height: 2rem;	-webkit-mask: url(../img/icons/close.svg) center/contain no-repeat; mask: url(../img/icons/close.svg) center/contain no-repeat; background: black; cursor: pointer; }
.cities-list .close-button:hover { background: var(--color-red); }

#cities-list { font-size: 1.5rem; }
#cities-list a { display: inline-block; padding: 0.5rem; }
#cities-list a:hover { background: var(--color-red); color: white; }

/* ============================================================== */
.tippy-content { font-size: 1.5rem; padding: 2rem; }
.tippy-box { background: #ffffffe0; color: black; border-radius: 1rem; }
.tippy-arrow  { color: #ffffffe0;}


/* ============================================================== */
.popup-overlay { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000a; display: block; cursor: pointer; }
.popup-container { position: fixed; left: 0%; top: 0%; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.popup-frame { background: white; padding: 4rem; max-width: 50rem; position: relative; border-radius: var(--border-radius); box-shadow: 0 0 10px #0004; }
.popup-frame .popup-close { background: #eee; width: 3rem; height: 3rem; color: white; display: flex; justify-content: center; align-items: center; position: absolute; right: -1rem; top: -1rem; cursor: pointer; border-radius: 50%; }
.popup-frame .popup-close i { background: black; width: 1.5rem; height: 1.5rem; }
.popup-frame .popup-close:hover { background: black; }
.popup-frame .popup-close:hover i { background: white; }


/* ============================================================== */
.site-logo { display: inline-flex; flex-shrink: 0; gap: 1rem; color: black; align-items: center; justify-content: center; }
.site-logo .title { font-size: 2.2rem; font-weight: bold;}
.site-logo .title strong { color: var(--color-red); }
.site-logo .slogan { font-size: 1.5rem;  }
.site-logo .image { flex-basis: 8rem; height: 8rem; width: 8rem; background: url(../img/logo-site.webp) center / contain no-repeat; }

/* ============================================================== */
.card-link { position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 100; }


/* ============================================================== */
.gallery-container { display: grid; grid-template-rows: auto; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; justify-content: center;}
.gallery-card { border: 2px solid white; box-shadow: var(--shadow); display: block; transition: .3s; background: #333; position: relative; }
.gallery-card .image { left:0; top:0; width: 100%; height: 100%; padding-top: 75%; display: block; }
.gallery-card .image-wrapper { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.gallery-card .image img { position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: cover;}
.gallery-card:hover { border-color: var(--color-green); }
.gallery-card .content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem; text-align: center;font-size: 1.5rem; background: #0008; font-weight: bold; color: white; min-height: 10%; display: flex; align-items: center; justify-content: center; }

/* ============================================================== */
.service-card { position: relative; border-radius: var(--border-radius); overflow: hidden; transition: .3s; cursor: pointer; cursor: pointer; }
.service-card .image { padding-top: 75%; position: relative; background: var(--color-gray); }
.service-card .image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card .content { position: absolute; left: 0; bottom: 0; width: 100%; background: linear-gradient(to top, #0009, #0009, transparent); padding: 2rem; font-size: 1.8rem; color: white; text-align: center; transition: .3s; }
.service-card .title { font-size: 2.2rem; font-weight: bold; }
	.service-card:hover { box-shadow: 0 0 10px #0002; }
	.service-card:hover .content { background: linear-gradient(to top, #000, transparent); }

/* ============================================================== */
.why-we-card { position: relative; }
.why-we-card .card-inner { border-radius: var(--border-radius); overflow: hidden; background: linear-gradient(#fff8, #fff 6rem); padding: 2rem; font-size: 1.5rem; text-align: center; margin-bottom: 0.5rem; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-direction: column; cursor: pointer; }
.why-we-card::after { content:''; display: block; position: absolute; left:0; bottom: -1rem; border-radius: 55rem; background: #a1967a; width: 100%; height: 0.8rem; }
.why-we-card .image { width: 6rem; height: 6rem; position: relative; display: inline-block; }
.why-we-card .image i { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #a1967a; }
.why-we-card .title { font-size: 1.8rem; font-weight: 500; margin-bottom: 0.5rem; }

.why-we-card:hover .card-inner { background: var(--color-red); color: white; }
.why-we-card:hover::after { background: var(--color-red); }
.why-we-card:hover .image i { background: white; }

@media screen and (max-width: 1200px) {
	.why-we-card { flex-grow: 1; }
}

/* ============================================================== */
.popular-card { border-radius: var(--border-radius); display: flex; background: var(--texture-white-wood); overflow: hidden; cursor: pointer; }
.popular-card .image { width: 20rem; height: 100%; min-height: 20rem; flex-shrink: 0; background: var(--color-gray); border-radius: var(--border-radius); overflow: hidden; }
.popular-card .image img { width: 100%; height: 100%; object-fit: cover; }
.popular-card .content { padding: 2rem; display: flex; align-items: center; justify-content: center; }
.popular-card .price { background: #fffa; border-radius: 0.5rem; padding: 0.5rem 1rem; font-size: 1.8rem; }
.popular-card .title { font-weight: 500; font-size: 2rem; }
.popular-card .price strong { color: var(--color-red); font-weight: bold; margin: 0.5rem 0; }
.popular-card .description { font-size: 1.6rem; font-style: italic; }

@media screen and (max-width: 768px) {
	.popular-card .image { width: 13rem; min-height: 13rem; }
	.popular-card .title { font-size: 1.6rem; }
	.popular-card .price { padding: 0.5rem; }
}	

/* ============================================================== */
.video-card { cursor: pointer; transition: .3s; width: 100%; border-radius: 1rem; overflow: hidden; position: relative; box-shadow: 0 0 10px 0 #0002; border: 1px solid transparent; }
.video-card .video-wrapper { position: relative; padding-top: 180%; width: 100%;  transform: none;  transition: .3s;}
.video-card video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: 5; transition: 0.3s; }
.video-card .play-button { display: block; position: absolute; left: 50%; top: 50%; width: 5rem; height: 5rem; background: white; transform: translate(-50%,-50%); 
	--mask: url(../img/play-button.svg) center / contain no-repeat; mask: var(--mask); -webkit-mask: var(--mask); z-index: 10; opacity: 0.5; transition: .3s; 
}

.video-card:hover .play-button { opacity: 1; }
.video-card.-playing .play-button { opacity: 0; pointer-events: none; }
.video-card.-playing  { box-shadow: 0 0 15px #ff08; }
.video-card.-playing video { opacity: 1; }
.video-card.-playing { transform: scale(105%); opacity: 1.0; border-radius: 1.5rem; border: 1px solid #fff8; }


/* ============================================================== */
.partner-card .image { padding-top: 30%; position: relative; }
.partner-card .image img { position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; object-fit: contain; transform: translate(-50%, -50%); max-height: 6rem; max-width: 27rem; }

/* ============================================================== */
.event-card { position: relative; border-radius: var(--border-radius); overflow: hidden; transition: .3s; cursor: pointer; }
.event-card .image { padding-top: 120%; position: relative; background: var(--color-gray); }
.event-card .image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.event-card .content { position: absolute; left: 0; bottom: 0; width: 100%; background: linear-gradient(to top, #0009, #0009, transparent); padding: 2rem; font-size: 1.8rem; color: white; text-align: center; transition: .3s; }
.event-card .title { font-size: 2.2rem; font-weight: bold; }

	.event-card:hover { box-shadow: 0 0 10px #0002; }
	.event-card:hover .content { background: linear-gradient(to top, #000, transparent); }


@media screen and (max-width: 768px) {
	.event-card .image { padding-top: 72%; }
	.event-card { flex-grow: 1; flex-basis: 20rem; }
}

/* ============================================================== */
.feedback-card { background: linear-gradient(270deg, #74633e80, transparent 10rem), var(--texture-wood), var(--color-wood); display: flex; border-radius: var(--border-radius); overflow: hidden; }
.feedback-card .content { background: linear-gradient(#fff7, #fff7), var(--texture-white-wood), var(--color-white-wood); padding: 6rem; font-size: 1.6rem; display: flex; align-items: center; justify-content: center; }
.feedback-card .info { display: flex; flex-basis: 30rem; align-items: center; justify-content: center; flex-direction: column; flex-shrink: 0; text-align: center; padding: 4rem; gap: 1rem; }
.feedback-card .info .image { border-radius: 50%; width: 22rem; height: 22rem; overflow: hidden; }
.feedback-card .info .name { background: #fff5; padding: 0.5rem 2rem; font-size: 1.8rem; font-weight: 500; }
.feedback-card .info .title { font-size: 1.5rem; font-style: italic; }

@media screen and (max-width: 768px) {
	.feedback-card { flex-direction: column-reverse; }
	.feedback-card .info { padding: 2rem; flex-basis: auto; }
	.feedback-card .info .image { width: 12rem; height: 12rem; }
	.feedback-card .content { padding: 4rem; }
}	

/* ============================================================== */
.step-card { position: relative; }
.step-card .card-inner { border-radius: var(--border-radius); overflow: hidden; background: linear-gradient(#eae2cf80, #eae2cf 6rem); padding: 2rem; font-size: 1.5rem; text-align: center; margin-bottom: 0.5rem; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-direction: column; cursor: pointer; }
.step-card::after { content:''; display: block; position: absolute; left:0; bottom: -1rem; border-radius: 55rem; background: #a1967a; width: 100%; height: 0.8rem; }
.step-card .image { width: 6rem; height: 6rem; position: relative; display: inline-block; }
.step-card .image i { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #a1967a; }
.step-card .title { font-size: 1.8rem; font-weight: 500; margin-bottom: 0.5rem; }

.step-card:hover .card-inner { background: var(--color-red); color: white; }
.step-card:hover::after { background: var(--color-red); }
.step-card:hover .image i { background: white; }

@media screen and (max-width: 768px) {
	.step-card { flex-basis: 100%; }
	.step-card .card-inner { flex-direction: row; align-items: center; justify-content: start; }
	.step-card .image { flex-shrink: 0; width: 5rem; height: 5rem; }
	.step-card .title { flex-grow: 1; text-align: left; }
	.step-card::after { display: none; }
}

/* ============================================================== */
.additional-card { border-radius: var(--border-radius); display: flex; background: var(--texture-white-wood); }
.additional-card .image { width: 17rem; min-height: 17rem; height: 100%; flex-shrink: 0; background: var(--color-gray); align-self: stretch; border-radius: var(--border-radius); overflow: hidden; }
.additional-card .image img { height: 100%; }
.additional-card .content { padding: 2rem; line-height: 1.3; font-size: 1.6rem; display: flex; align-items: center; }
.additional-card .content strong { color: var(--color-red); }

@media screen and (max-width: 960px) {
	.additional-card { flex-grow: 1; }
}

@media screen and (max-width: 768px) {
	.additional-card { flex-basis: 100%; }
	.additional-card .image { width: 12rem; min-height: 12rem; }
}

 
/* ============================================================== */
#header { background: linear-gradient(#fff, #fff9, transparent 20rem), linear-gradient(to top, #fffa, transparent 10rem), url(../img/bg-header.webp) center bottom / cover no-repeat; }

#header .block-container { min-height: 60vh; }
#header .header-top { display: flex; gap: 1rem 2rem; align-items: center; justify-content: center; margin-bottom: 4rem; flex-wrap: wrap; }

#header .header-content { background: #0006; border-radius: 1rem; overflow: hidden; padding: 4rem; text-align: center; color: white; backdrop-filter: blur(10px); }
#header .header-content .top { font-size: 2.2rem; margin-bottom: 2rem; color: #fff5ce;  }
#header .header-content .button { margin-top: 2rem; }
#header .header-wrapper { display: flex; align-items: center; justify-content: center; gap: 4rem; flex-direction: column; max-width: 85rem; margin: 0 auto; }
#header .header-center { flex-grow: 1; flex-basis: 30rem; }

#header h1 { color: white; font-size: 3.6rem; font-style: normal; }

#header .teasers { display: inline-flex; gap: 1rem; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 1.7rem; font-weight: 300; }
#header .teaser { display: inline-flex; align-items: center; flex-basis: 23rem; padding: 1rem; gap: 1rem; flex-direction: column; text-align: center; }
#header .teaser i { background: white; width: 5rem; height: 5rem; }
#header .teaser .content { text-align: center; }

#header .center { flex-grow: 1; display: flex; justify-content: center; flex-basis: 30rem; }
#header .cities-selector { background: #f6f5f1; border-radius: var(--border-radius); font-size: 1.6rem; display: inline-flex; align-items: center; justify-content: center;}
#header .cities-selector .title { padding: 1rem; font-weight: 500; position: relative; }
#header .cities-selector .title::after { content: ''; display: block; width: 1px; right: 0; top: 50%; height: 1.5rem; transform: translate(0, -50%); background: #0003; position: absolute; }
#header .cities-selector .city { padding: 1rem; color: var(--color-red); display: inline-flex; align-items: center; justify-content: center; gap: 1rem; cursor: pointer; }
#header .cities-selector i { width: 1rem; height: 1rem; background: var(--color-red); }

#header .phones { flex-shrink: 0; }
#header .phone { font-size: 3.6rem; font-weight: bold; text-decoration: none; }
#header .phone strong { color: var(--color-red); }


#header .main-menu { background: white; border-radius: var (--border-radius); overflow: hidden;  font-size: 2rem; display: inline-flex; flex-wrap: wrap; list-style-type: none; justify-content: center; border-radius: var(--border-radius); overflow: hidden; width: 100%; }
#header .main-menu li { position: relative; transition: .3s; color: black; flex-grow: 1; }
#header .main-menu li::after { content: ''; display: block; position: absolute; right: 0; top: 50%; height: 2rem; width: 1px; transform: translate(0, -50%); background: #0002; }
#header .main-menu li a { display: inline-block; padding: 1rem 2rem;  text-decoration: none; }
#header .main-menu li:hover { background: var(--color-red) !important; color: white; }
#header .main-menu li.-active { background: #edeae2; }

@media screen and (max-width: 1024px) {
	#header { background: linear-gradient(#fff, transparent 50%), linear-gradient(to top, #fffa, transparent 10rem), url(../img/bg-header.webp) center bottom / cover no-repeat; }
	#header .center { flex-grow: 0; flex-basis: auto; }
	#header .main-menu { background: transparent; gap: 0.5rem; }
	#header .main-menu li { background: white; border-radius: var(--border-radius); flex-grow: 0; }
	#header .main-menu li::after { display: none; }
}

@media screen and (max-width: 960px) {
	#header .header-content .top { font-size: 1.8rem; }
	#header .header-content { font-size: 1.6rem; }
	#header .header-top { margin-bottom: 2rem; }
	#header .main-menu { font-size: 1.6rem; }
	#header .header-wrapper { gap: 2rem; }
	#header .teaser  { flex-direction: row; flex-basis: 32rem; }
	#header .teaser i { width: 4rem; height: 4rem; }
	#header .teaser .content { text-align: left; }
}

/* ============================================================== */
#services { }

/* ============================================================== */
.about-group { background: var(--texture-wood), var(--color-wood); }

#about-top  { background: linear-gradient(to top, #fffa, transparent 10rem), linear-gradient(310deg, #241c08a0, transparent 40%); position: relative; overflow: visible;  }
#about-top strong.-red { color: var(--color-red); font-weight: 500; }
#about-top .about-content { width: 50%;  }
#about-top .bg-team { display: block; content: ''; position: absolute; left: 55%; bottom: 0; width: 90rem; top: -2rem; background: url(../img/bg-about-team.webp) bottom left / contain no-repeat; }
#about-top .block-heading { margin-bottom: 4rem; justify-content: left; }
#about-why .block-heading { margin-bottom: 4rem; }

@media screen and (max-width: 960px) {
	#about-top  { background: linear-gradient(to top, #fffa, transparent 10rem); }
	#about-top .about-content { width: 100%;  }
	#about-top .block-heading { justify-content: center; }
	#about-top .bg-team { left: 50%; transform: translate(-50%, 0); height: 40rem; top: auto; background-position: bottom center; }
	#about-top { padding-bottom: 45rem; }
}

/* ============================================================== */
#portfolio { }

#partners { }
@media screen and (max-width: 768px) {
	#partners .partners { --item-width: 20rem !important; gap: 4rem; justify-content: center; }

}

/* ============================================================== */
#popular {}

/* ============================================================== */
#write-us { overflow: visible; background: linear-gradient(45deg, #78050870, transparent 30%), var(--color-red); }
#write-us .block-container { display: flex; justify-content: right; }
#write-us .content { width: 70%; position: relative; z-index: 10; }
#write-us .form .form-input { margin: 0; }
#write-us .bg-girl { display: block; content: ''; position: absolute; left: 0; bottom: -6rem; width: 90rem; top: -9rem; background: url(../img/bg-write-us-girl.webp) bottom left / contain no-repeat; pointer-events: none; z-index: 1;  }
#write-us .vcap-input { margin-bottom: 0; align-self: stretch; }
#write-us .block-heading { text-align: left; margin-bottom: 2rem; justify-content: left; }
#write-us .text { margin-bottom: 2rem; }
#write-us .form-inputs { display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
#write-us .form-inputs > * { margin: 0; flex-grow: 1; align-self: stretch; }
#write-us .form-bottom { display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
#write-us .form-bottom > * { flex-basis: 30rem; flex-grow: 1; align-self: stretch; }
#write-us .form-bottom .form-input { display: flex; align-items: center; }
#write-us .button { border: 2px solid white; }

@media screen and (max-width: 1024px) {
	#write-us .bg-girl { left: -13%; }
}

@media screen and (max-width: 768px) {
	#write-us .bg-girl { display: none; }
	#write-us .content { width: 100%; }
}

/* ============================================================== */
#video {}
#video .slider { overflow: visible; --mask: linear-gradient(to right, transparent, white 10%, white 90%, transparent); mask: var(--mask); -webkit-mask: var(--mask); }
#video .swiper-slide { max-width: 30rem; }

/* ============================================================== */
#events {}

/* ============================================================== */
#calculator {}

.quiz { display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; font-size: 1.6rem; }
.quiz-input { border: 1px solid #b6a88b; padding: 2rem; border-radius: var(--border-radius);  flex-grow: 1;  box-shadow: inset 0px 0px 15px #40240d80; align-self: stretch; flex-basis: 30rem; margin: 0 !important; }
.quiz-input .comment { font-size: 1.5rem; font-size: italic; margin-top: 0.5rem; opacity: 0.8; }
.quiz-input .input-title { font-weight: 500; font-size: 1.8rem; margin-bottom: 1rem; flex-shrink: 0;}
.quiz-input .input-options { display: flex; gap: 0.75rem; flex-direction: column; align-items: start; flex-wrap: wrap; }

.quiz-input .input-options.-columns { flex-direction: row; }
.quiz-input .input-options.-columns > .column { flex-basis: 10rem; flex-grow: 1; display: flex; gap: 0.75rem; flex-direction: column; align-items: start; flex-wrap: wrap; }

.quiz-input .option { display: flex; gap: 1rem; align-items: center; }
.quiz-input .option .input { background: white; width: 2rem; height: 2rem; border-radius: 50%; cursor: pointer; position: relative; }
.quiz-input .option.-active .input::after { content: ''; display: block; position: absolute; left: 50%; top: 50%; background: var(--color-red); width: 60%; height: 60%; transform: translate(-50%, -50%); border-radius: 50%; }

.quiz-input.-wide { flex-basis: 50rem; display: flex; align-items: center; gap: 1rem; justify-content: start; flex-wrap: wrap; }
.quiz-input.-wide input { flex-basis: 10rem; flex-grow: 1; }
.quiz-input.-wide .input-title { margin-bottom: 0; }
.quiz-input.-wide .input-options { display: flex; gap: 1rem; flex-direction: row; align-items: start; flex-wrap: wrap; }

.quiz-input[data-multiple] .option .input { border-radius: 0.4rem; }
.quiz-input[data-multiple] .option.-active .input::after { border-radius: 0.4rem; }

.quiz-input:hover { box-shadow: inset 0px 0px 15px #c4262a80; }

.quiz-price { flex-basis: 100%; display: flex; justify-content: center; font-size: 1.8rem; align-items: center; gap:1rem; margin-bottom: 0 !important; }
.quiz-price .price { display: inline-flex; align-items: center; gap: 1rem; }
.quiz-price .price strong { font-size: 2.2rem; color: var(--color-red);  }

.quiz-bottom { display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: center;  flex-basis: 100%; margin: 0 !important; }
.quiz-bottom .quiz-input { padding: 0; border: none; box-shadow: none; flex-grow: 1; }

.quiz .-vcaptcha { flex-basis: 35rem; display: flex; align-items: center; justify-content: center; margin: 0 !important; flex-grow: 1; flex-basis: 100%; }
.quiz .vcap-input a { color: var(--color-red); }

.quiz-input[data-id="people"] input { text-align: center; }

/* ============================================================== */
#feedbacks {}
#feedbacks .slider { overflow: visible; --mask: linear-gradient(to right, transparent, white 10%, white 90%, transparent); mask: var(--mask); -webkit-mask: var(--mask); }
#feedbacks .swiper-slide { width: fit-content !important; }
#feedbacks .feedback-card { max-width: 70vw; }

@media screen and (max-width: 768px) {
	#feedbacks .feedback-card { max-width: none; }
	#feedbacks .slider { mask: none; -webkit-mask: none; }
}	

/* ============================================================== */
#steps {}

/* ============================================================== */
#additional { }

/* ============================================================== */
#footer {  background: url(../img/bg-footer.webp) bottom center repeat-x; padding-bottom: 2rem; position: relative; z-index: 10; }
#footer .bg-dish-01 { display: block; content: ''; position: absolute; left: -50rem; bottom: -2rem; width: 90rem; top: 28%;  background: url(../img/bg-footer-dish-01.webp) bottom right / contain no-repeat; pointer-events: none; }
#footer .bg-dish-02 { display: block; content: ''; position: absolute; left: 35%; bottom: 0rem; width: 130rem; top: 20%;  background: url(../img/bg-footer-dish-02.webp) bottom left / contain no-repeat; pointer-events: none; }
#footer .content { background: var(--texture-wood), var(--color-wood); border-radius: var(--border-radius); padding: 4rem; overflow: hidden; max-width: 55rem; }
#footer .block-heading { color: var(--color-red); margin-bottom: 2rem; }
#footer .text { max-width: 50rem; margin: 0 auto; margin-bottom: 2rem; text-align: center; }
#footer .form a { color: var(--color-red); }
#footer .form-bottom { text-align: center; }

#footer-bottom {  background: url(../img/bg-footer-bottom.webp) top center repeat-x; padding-top: 6rem; position: relative; z-index: 5; }
#footer-bottom .block-container { display: flex; align-items: center; gap: 2rem 4rem; justify-content: center; flex-wrap: wrap; }
#footer-bottom .copyrights-wrapper {  flex-basis: 40rem; flex-grow: 1;  }
#footer-bottom .copyrights { font-size: 1.5rem; font-style: italic; max-width: 60rem; }
#footer-bottom .phones { flex-shrink: 0; }
#footer-bottom .phone { font-size: 3.6rem; font-weight: bold; }
#footer-bottom .phone strong { color: var(--color-red); }


@media screen and (max-width: 1024px) {
	#footer-bottom { text-align: center; }
}

@media screen and (max-width: 768px) {
	#footer .content { max-width: none; }
	#footer-bottom .phone { font-size: 3rem; }
}