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

html { height: 100%; font-size: 10px; }
body {  width: 100%; min-height: 100%;font-size: 1.7rem; line-height: 1.4; font-family: "Roboto", sans; font-weight: light }

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

@media screen and (max-width: 768px) {
	html { font-size: 8px; }
}


/* 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: bold; }

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-content.-policy { max-width: 80%}
.mfp-bg { z-index: 150;}
.mfp-wrap { z-index: 151; }
.mfp-content form { width: 100%; margin:0 auto; max-width: 50rem; text-align: center; }
.mfp-content a { color: var(--color-blue); }
.mfp-content h2 { color: var(--color-blue); text-align: center; font-size: 2.5rem; }
.mfp-content h3 { color: var(--color-blue); 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-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.-policy h2 { text-align: left; }
.mfp-content.-policy h3 { text-align: left; }
.mfp-content.-policy h4 { text-align: left; }


/* ============================================================== */
.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;  }
.grid-container[data-grid-container~="small"] { --item-width: 20rem; }
.grid-container[data-grid-container~="smaller"] { --item-width: 22rem; }
.grid-container[data-grid-container~="large"] { --item-width: 35rem; }
.grid-container[data-grid-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: 1rem; flex-wrap: wrap; align-items: center; }
.flex-container > * { flex-grow: 1; flex-basis: var(--item-width); }

.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-dark-gray); transition: opacity .3s ease; opacity: 0.8; background-color: var(--color-light-gray); 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 .block-content:not(:last-child) { margin-bottom: 2rem; }

.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~="blue"] {
	--heading-color: white;
	--text-color: white;
	background: url(../img/bg-blue.jpg) center/cover no-repeat, var(--color-blue);
	--link-color: white;
	--slider-color-arrow: white; --swiper-pagination-bullet-inactive-color: white;
}
.page-block[data-page-block~="black"] {
	--heading-color: white;
	--text-color: white;
	background: url(../img/bg-black.jpg) center/cover no-repeat, var(--color-black);
	--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: 1rem; color: var(--heading-color); text-align: center; font-size: 4rem;  justify-content: center; text-transform: uppercase; }
.block-heading i { width: 4rem; height: 4rem; }
.block-heading .image { display: inline-block; margin-right: 2rem; }
.block-heading .image img { width: 4rem; height: 4rem; }
.block-heading span { display: block; }
.block-heading span.bottom { color: black;  }

@media screen and (max-width: 768px) {
	.block-heading span { display: inline-block; }
}

.block-heading { margin: 0; font-weight: 500; font-size: 4rem; margin-bottom: 5rem; }
.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: 0rem;  z-index: 400; }
.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: 20rem; overflow: hidden; --image: url(../img/icons/msg-info.png); 
	clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0 100%, 0 1rem); 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: 4rem; width: 22rem; height: 20rem; background: linear-gradient(to bottom, var(--gradient-blue)); 
	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: linear-gradient(to bottom, var(--gradient-blue)); }
.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: 0rem; font-weight: 500; 
	background: linear-gradient(to left, #55aded4f, transparent 3rem), #f2f2f2; font-size: 1.8rem !important; transition: .3s; }
.tabs .tab-button:not(:last-child) { margin-bottom: 0.5rem; }
.tabs .tab-button:hover {  background: linear-gradient(to left, #55aded4f, transparent 10rem), #f2f2f2; }
.tabs .tab-button.-active {  background: var(--color-blue); 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: 0rem; }
.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 2rem ;}
.social-icons a { --image:linear-gradient(transparent, transpatent); width: 2rem; height: 2rem;  background: no-repeat center; position: relative; display: inline-flex; justify-content: center; align-items: center; transition: .3s; top:0; gap: 0.5rem; grid-gap: 0.5rem;
	--color: black; position: relative; flex-shrink:0; cursor: pointer; }
.social-icons a i { width: 100%; height: 100%; background: var(--color); }
.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; }
}

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


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

/* ============================================================== */
.video-card { background: #333; padding-top: 56%; position: relative; border: 2px solid white; box-shadow: var(--shadow); transition: .3s; }
.video-card-inner { padding-top: 75%; position: relative; }
.video-card iframe { position: absolute; left:0; top:0; width: 100%; height: 100%; }
.video-card:hover { box-shadow: 0 0 10px 0 var(--color-light-green); }


/* ============================================================== */
.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; }


/* ============================================================== */
#header { position: relative; z-index: 100; overflow: visible; padding-top: 2rem;
	background:
		linear-gradient(to right, #fff6, transparent 50%),
		linear-gradient(to right, #fff4, #fff4),
		url(../img/bg-header-winter.jpg) center/cover,
		white;
}
#header a { text-decoration: none; }

#header .heading { font-size: 5rem; line-height: 1.1; color: #1d1d1d; }
#header .heading h1 { display: inline; font-weight: bold; margin: 0; font-size: inherit; line-height: inherit; color: var(--color-blue); }
#header .heading-text { margin-top: 1rem; display: flex; gap: 1rem; flex-wrap: wrap; }
#header .heading-text div { display: inline-block; font-size: 2rem; font-style: normal; background: #000a; padding: 1rem; border-radius: var(--border-radius); }

#header .bottom-text { max-width: 40rem; font-style: italic; border-left: 1px solid #fff7; padding-left: 2rem; }

#header .site-logo { width: 15rem; height: 7rem; display: inline-flex; gap: 1rem; align-items: center; }
#header .site-logo .image { background: url(../img/site-logo-small.webp) bottom left/contain no-repeat; width: 7rem; height: 7rem; }
#header .site-logo .text { font-style: italic; line-height: 1; text-transform: uppercase; }
#header .site-logo .text .text-bottom { font-size: 1.5rem; }
#header .site-logo .text .text-top { font-size: 3.6rem; font-weight: bold; color: var(--color-blue); }
#header .site-logo .text .text-top .green { color: var(--color-green); }

#header .social-icons { gap: 0.5rem; }
#header .social-icons a { --color: white; background: #fff4; border-radius: 0rem; width: 5rem; height: 5rem; align-items: end; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
#header .social-icons a.whatsapp { background: #4f9e33a0; }
#header .social-icons a.telegram { background: #2e97efa0; }
#header .social-icons a i { width: 2.5rem; height: 2.5rem; }
#header .social-icons a:hover { background: white; }

#header .block-content { max-width: 70rem; min-height: 60rem; display: flex; gap: 6rem; flex-direction: column; align-items: start; justify-content: center;  margin-top: 4rem; }
#header .top { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
#header .site-logo { flex-grow: 1; }
#header .contacts { display: flex; align-items: center; gap: 2rem; }
#header .center { position: relative; }
#header .bg-master { position: absolute;  width: 100rem; left: 60%; bottom: -6rem; top: 9rem; background: url(../img/bg-header-master.webp) bottom left/contain no-repeat; }
#header .teasers { width: 100%; }
#header .teaser { display: flex; align-items: center; gap: 1rem; }
#header .teaser .image { width: 5rem; height: 5rem; border-radius: var(--border-radius); background: #000a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
#header .teaser .image i { background: white; width: 2.5rem; height: 2.5rem; }
#header .phone { font-size: 3.6rem; line-height: 1; margin-bottom: 0.5; color: var(--color-blue); }
#header .worktime { line-height: 1rem; }

#header .popup-button { border-radius: 0rem; background: #000a; display: flex; align-items: center; color: white; }
#header .popup-button .button { font-size: 2rem; }
#header .popup-button .button i { width: 3rem; height: 3rem; }
#header .popup-button .discount { padding: 0.5rem 2rem; font-style: italic; max-width: 15rem; }

@media screen and (max-width: 960px) {
	#header .bg-master { display: none; }
	#header .center { text-align: center; }
	#header .teasers { justify-content: center; gap: 1rem; }
	#header .block-content { max-width: none; align-items: center; }
	#header .teaser { justify-content: center; max-width: 30rem; text-align: left; }
	#header .teaser .content { flex-grow: 1; }
}

@media screen and (max-width: 640px) {
	#header .site-logo .text .text-top { font-size: 3rem; }
	#header .top { justify-content: center; }
	#header .site-logo { background-position: center; }
	#header .social-icons { margin-top: 0; }
	#header .social-icons a { height: 4rem; }
	#header .cities-selector-container { flex-basis: 100%; }

}


/* ============================================================== */
#quiz {}

.quiz .step { display: none; margin-bottom: 1rem; background: #f5f5f5; border-radius: 0rem; overflow: hidden; position: relative; }
.quiz .step::after { content: ''; display: block; position: absolute; background: var(--color-blue); left: 0; top: 0; width: 1rem; bottom: 0; }
.quiz .step.-active { display: flex; }

.quiz .step-side { flex-grow: 1; padding: 4rem; flex-basis: 30rem;  background: linear-gradient(to left, #0002, transparent 10rem), url(../img/bg-quiz-side.jpg) center/cover; }
.quiz .step-side .quiz-step { display: inline-block; background: var(--color-blue); color: white; font-size: 2rem; font-weight: bold; padding: 0.5rem 1rem; border-radius: 0rem; margin-bottom: 1rem; }
.quiz .step-side h3 { font-size: 2rem; font-weight: bold; color: var(--color-blue); }

.quiz .step-content { flex-grow: 2; padding: 4rem; flex-basis: 30rem; display: flex; align-items: center; font-size: 1.5rem; }
.quiz .step-content-inner { width: 100%; }
.quiz .step-content h4 { font-size: 1.8rem; background: white; padding: 1rem 2rem; color: var(--color-blue); margin-bottom: 1rem;
	border-radius: var(--border-radius); display: inline-block; overflow: hidden; position: relative; }

.quiz .step-content h4::before { content:''; position: absolute; left:0; top:0; bottom: 0; width: 5px; background: var(--color-blue); }

.quiz .step-content .input:not(:first-child) { margin-top: 3rem; }
.quiz .step-content .subheading { background: transparent; font-size: 1.6rem; margin-top: -0.5rem; margin-bottom: 2rem; font-style: italic; opacity: 0.8; }

.quiz input { background: white; border: none; border-radius: 0rem; min-height: 4rem; padding: 1rem; width: 100%; max-width: 50rem; border: 1px solid #0004;}

.quiz .input-options { display: flex; gap: 0.5rem 2rem; flex-wrap: wrap; align-items: center; }
.quiz .input-options .option { flex-basis: 30rem; flex-grow: 1; display: flex; gap: 1rem; align-items: center; cursor: pointer; }
.quiz .input-options .option .input { display: inline-block; border-radius: 50%; background: white; width: 2.5rem; height: 2.5rem; flex-shrink: 0;  position: relative;  border: 1px solid #0004;}
.quiz .input-options .option.-active .input::after { content: ''; display: block; position: absolute; left: 50%; top: 50%; width: 1rem; height: 1rem; background: var(--color-blue); transform: translate(-50%, -50%);
	border-radius: 50%; }

.quiz .quiz-input:not(:first-child) { margin-top: 3rem; }
.quiz .quiz-input[data-multiple] .option .input { border-radius: 0rem; }
.quiz .quiz-input[data-required] h4::after { content: '*'; display: inline-block; color: red; margin-left: 0.3rem; }
.quiz .quiz-input[data-multiple] .option.-active .input::after {  border-radius: 3px; --mask: url(../img/icons/checkmark.svg) center/contain no-repeat; mask: var(--mask); -webkit-mask: var(--mask); width: 2rem; height: 2rem; }

.quiz-buttons { margin-top: 2rem; display: flex; gap: 1rem; justify-content: end; }
.quiz-buttons .button { --button-height: 5rem; }
.quiz-buttons .button i { max-width: 2rem; }
.quiz-buttons .button.-next { --button-color: var(--color-green); }
.quiz-buttons .button.-prev { --button-color: var(--color-gray); --button-text-color: black; --button-icon-color: black; }


@media screen and (max-width: 960px) {
	.quiz .step { flex-direction: column; }
	.quiz .step-content { padding: 2rem 4rem; flex-basis: auto; }
	.quiz .step-side { padding: 2rem 4rem; flex-basis: auto; background: linear-gradient(to top, #0002, transparent 10rem); }
	#quiz .quiz-buttons { justify-content: center; }
}

@media screen and (max-width: 769px) {
	.step-card { flex-basis: 100%; }
}

/* ============================================================== */

#services { position: relative; background: #f1f7fe; overflow: visible;margin-bottom: 6rem; }
#-services::before { content: ''; position: absolute; display: block; top: -4rem; left: 0; right: 0; height: 5rem; background: url(../img/bg-wave-top.png) top center repeat-x;}
#-services::after { content: ''; position: absolute; display: block; bottom: -4rem; left: 0; right: 0; height: 5rem; background: url(../img/bg-wave-bottom.png) bottom center repeat-x;}

.service-card { border-radius: var(--border-radius); overflow: hidden; background: white; cursor: pointer; position: relative; padding-bottom: 6rem; }
.service-card .image { padding-top: 60%; position: relative; background: #eee; }
.service-card .image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit:cover; }
.service-card .title { padding: 1rem; background: var(--color-blue); color: white; text-align: center; min-height: 6rem; display: flex;
	align-items: center; justify-content: center; transition: .3s; font-size: 2rem; }
.service-card .content { padding: 2rem 2rem;  display: flex; flex-direction: column; align-items: center; line-height: 1.2; font-size: 1.6rem; }
.service-card .content li { margin-bottom: 0.5rem;}
.service-card .content ul { list-style-position: inside; }
.service-card .price { text-align: center; margin-bottom: 2rem; font-size: 2rem; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;  }
.service-card .price::after { content: ''; display: block; height: 1px; left: 0; right: 0; bottom: -1rem; background: linear-gradient(to right, transparent, #0008, transparent); position: absolute; }
.service-card .order-button { position: absolute; bottom:0; left:0; right:0;  display: flex; align-items: center; justify-content: center; padding: 1.5rem 1rem; background: linear-gradient(to top, #2e97ef30, transparent 3rem), #f2f2f2; gap: 1rem; transition: .3s; }
.service-card .order-button i { width: 3rem; height: 3rem; transition: .3s; }
.service-card:hover .title { background: var(--color-blue); }
.service-card:hover .order-button { background: var(--color-blue); color: white; }
.service-card:hover .order-button i { background: white; }

/* ============================================================== */
#scheme { counter-reset: step; }
#scheme .grid-container { grid-template-columns: repeat(auto-fill, minmax(50rem, 1fr)); }

.step-card { display: flex; align-items: center; gap: 4rem; font-size: 1.5rem; counter-increment: step; padding-right: 0rem; position: relative;
}
.step-card:not(:first-child) .image {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(50% + 2rem), 1rem 50%, 0 calc(50% - 2rem)); }
.step-card .image-wrapper { position: relative; }
.step-card .image-wrapper::before { content:''; position: absolute; background: var(--color-blue);
	width: 1rem; height: 4rem; right: -1rem; top: 50%; clip-path: polygon(0 0, 100% 50%,0 100%); 
	transform: translate(0, -50%); 
}
.step-card .title { font-size: 2rem; margin-bottom: 0.5rem; color: var(--color-blue); font-weight: bold; }
.step-card .image { width: 12rem; height: 12rem; flex-shrink: 0; position: relative; background: linear-gradient(to right, #1c85de, var(--color-blue)); }
.step-card .title::before { content: counter(step) "."; }
.step-card .image i { width: 8rem; height: 8rem; white; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; background: white; }
.step-card:last-child .image-wrapper::before { display: none; }

/* ============================================================== */
#price {}

/* ============================================================== */
#districts {}

#districts .districts { display: flex;  gap: 2rem; flex-wrap: wrap; }
#districts .districts .column { background: white; border-radius: 0rem; color: black; flex-grow: 1; border-bottom: 4px solid var(--color-blue); padding: 4rem 0; }
#districts .districts .district { padding: 0.5rem 2rem; display: block; width: 100%; }
#districts .districts .district:hover { color: var(--color-green); text-decoration: underline; }

@media screen and (max-width: 960px) {
	#districts .districts { }
}

@media screen and (max-width: 769px) {
	#districts .districts { background: white; border-radius: 0rem; padding: 2rem; gap: 0; }
	#districts .districts .column { display: contents; text-align: center; }
	#districts .districts .district { display: inline; width: auto; padding: 0; margin-right: 1rem; margin-bottom: 1rem; text-decoration: underline; }
	#districts .districts .district::after { content:','; display: inline; }
}

/* ============================================================== */

.about-card { background: linear-gradient(to top, #339e6250, transparent 1rem), #f2f2f2; border-radius: var(--border-radius); padding: 2rem; display: flex; align-items: center; gap: 4rem; }
.about-card:not(:last-child) { margin-bottom: 2rem; }
.about-card i { width: 8rem; height: 8rem; }
.about-card .content {  }
.about-card .content .title { font-size: 2.4rem; margin-bottom: 0.5rem; font-weight: light; }

#about { }


#about .problem { background: #f2f2f2; border-radius: var(--border-radius); padding: 4rem; font-size: 1.6rem; margin: 4rem 0; }
#about .problem h2 { font-size: 2rem; color: var(--color-blue); }

#about .top { display: flex; flex-gap: 4rem; align-items: center; flex-wrap: wrap; position: relative; }
#about .top .content { width: 50%; position: relative; z-index: 10; }
#about .top .bg { position: absolute; left: 45%; width: 300rem; top: -6rem; bottom: 0; background: url(../img/bg-about.webp) bottom left/contain no-repeat; opacity: 0.8; }
#about .top .bg-team { position: absolute; left: 45%; width: 70%; top: 0; bottom: 0; background: url(../img/bg-about-team.webp) bottom center/contain no-repeat; }

#about .bottom-text { max-width: 50rem; font-size: 2rem; }

#about .bottom { display: flex; align-items: start; gap: 4rem; margin-top: 4rem; flex-wrap: wrap;  margin-bottom: 2rem; }
#about .bottom .row { flex-basis: 30rem; flex-grow: 1; }
#about .bottom .row .heading { font-size: 2.6rem; text-align: center; border-radius: var(--border-radius); background: var(--color-green); color: white; display: flex; align-items: center; justify-content: center; min-height: 9rem; margin-bottom: 2rem; }
#about .bottom .row:nth-child(2) .heading { background: var(--color-blue); }
#about .bottom .row:nth-child(2) .about-card { background: linear-gradient(to top, #2e97ef50, transparent 1rem), #f2f2f2; }

@media screen and (max-width: 960px) {
	#about .top .content { width: 100%; }
	#about .top .bg-team { display: none; }
	#about .top .bg { opacity: 0.4; }
}

/* ============================================================== */
#faults { }
#faults .tabs { margin-bottom: 4rem; }
#faults .tabs .tab { padding: 4rem; }
#faults .tab .heading { font-size: 2rem; border-radius: var(--border-radius); padding: 0.5rem 1rem; background: var(--color-blue); display: inline-block; margin-bottom: 0.5rem; color: white; }
#faults .tab .heading:not(:first-child) { margin-top: 2rem; }
#faults .tab ul { list-style-type: disc; }
#faults .tab .heading.green { background: var(--color-green); }
#faults .tab .heading.gray { background: #e3e3e3; color: black; }

/* ============================================================== */

.feedback-card { background: white; border-radius: var(--border-radius); padding: 4rem; color: black; }
.feedback-card .top { font-size: 1.5rem; position: relative; padding-bottom: 2rem; }
.feedback-card .top::after { content: ''; display: block; position: absolute; height: 1px; left: 0; bottom:0; right: 0; background: linear-gradient(to right, transparent, #0006, transparent); }
.feedback-card .top .item { display: flex; align-items: center; gap: 1rem; }
.feedback-card .top .item:not(:last-child) { margin-bottom: 1rem; }
.feedback-card .top .item .title { opacity: 0.5; font-weight: 500; }
.feedback-card .top .item .icon { background: #f2f2f2; border-radius: 0rem; width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; }
.feedback-card .text { padding-top: 2rem; font-style: italic; }

#feedbacks {}

/* ============================================================== */
#faq { background: linear-gradient(to right, white, transparent 40%),  url(../img/bg-faq.jpg) center/cover no-repeat; }

#faq .bg-master { position: absolute; content: '';
	right: -10rem; bottom: -6rem; width: 50rem; top: -4rem;
	background: url(../img/bg-faq-master.webp) bottom right/contain no-repeat; }
#faq .block-container { display: flex; gap: 4rem; position: relative; }
#faq .selector { flex-basis: 40rem; }
#faq .selector h2 {  margin-bottom: 1rem; font-weight: 500; text-align: left;
	text-transform: uppercase; display: block; color: var(--color-blue); }
#faq .side-answer { flex-basis: 30rem; flex-grow: 1; }
#faq .questions { padding: 1rem; border-radius: var(--border-radius); background: white; color: black; transition: .3s; }
#faq .question  { cursor: pointer; }
#faq .question .title { background: #eff5fd; border-radius: var(--border-radius); padding: 1rem 2rem;  transition: .3s; }
#faq .question:not(:last-child) { margin-bottom:1rem; }
#faq .question .answer { display: none; }
#faq .question.-active .title { background: var(--color-blue); color: white; }

#faq .question:hover .title { background: #d6e3f3; }

#faq .side-answer { display: flex; align-items: center; }
#faq .side-answer .content-wrapper { --mask: linear-gradient(to top, #0009, white 5rem); mask: var(--mask); -webkit-mask: var(--mask); }
#faq .side-answer .content { background: #fffa; padding: 4rem; color: black; border-radius: 2rem; width: 60%; z-index: 10; position: relative; }
#faq .side-answer .content::after { content: ''; background: #fffa; clip-path: polygon(0 0, 100% 0, 0 100%);
	display: block; width: 7rem; height: 5rem; right: -7rem; top: 2rem; position: absolute; }


@media screen and (max-width: 1024px) {
	#faq .block-container { gap: 1rem; }
	#faq .selector { flex-basis: 40%; }
	#faq .bg-master { right: -10%; }
	#faq .side-answer .content { padding: 2rem; font-size: 1.6rem; }
}

@media screen and (max-width: 768px) {
	#faq .block-container { flex-wrap: wrap; }
	#faq .selector { flex-basis: 100%; }
	#faq .bg-master { display: none; }
	#faq .side-answer .content::after { display: none; }
	#faq .side-answer .content { width: auto; padding: 4rem; background: #fffe; }
	#faq .side-answer .content-wrapper { }
	#faq .selector h2 { text-align: center; }
}

/* ============================================================== */
#footer { }
#footer .block-container { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; justify-content: center; }
#footer .content {  flex-basis: 50rem; font-size: 1.4rem; max-width: 60rem; }
#footer .copyrights { font-size: 1.7rem; margin-bottom: 0.5rem; }
#footer .contacts { flex-basis: 30rem; display: flex; align-items: center; gap: 2rem; flex-grow: 1; justify-content: end; flex-wrap: wrap; }
#footer .social-icons .whatsapp { --color: var(--color-green); }
#footer .social-icons .telegram { --color: var(--color-blue); }
#footer .phone { font-size: 3rem; }

@media screen and (max-width: 768px) {
	#footer .content { text-align: center; }
	#footer .contacts { justify-content: center; }
}

.result-table-content { margin-bottom: 2rem; }
.result-table-content .heading { font-weight: 500; color: var(--color-blue); margin-bottom: 1rem; }
.result-group { font-size: 1.5rem; }
.result-group .row { display: flex; gap: 1rem; align-items: center; border-bottom: 1px solid #0003; padding: 0.5rem 0; }
.result-group .row .title { font-weight: 500; flex-basis: 50%; }
.result-group .row .value { flex-basis: 50%; flex-grow: 1; }


.cities-list { background: white; 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 a { text-decoration: none }
.cities-list .city { display: inline-block; clear: both; border-radius: 0; color: var(--color-blue); background: #ecf6ff; padding: 0.5rem 1rem; transition: .3s; border-left: 2px solid var(--color-blue); }
.cities-list .city:hover { background: var(--color-blue); color: white; text-decoration: none; }
.cities-list .city.-active { border-left:2px solid #0466b7; font-weight: bold; padding-left: 10px;  background: var(--color-blue); color:white;  }
.cities-list a { display: inline-block; padding: 0.3rem 0.5rem; font-size: 1.6rem; color: var(--color-brown); text-decoration: none !important; }
.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-fill, 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: 0; }
.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:0; right:0; width: 3rem; height: 3rem;	-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 { font-size: 1.5rem; }
#cities-list a { display: inline-block; padding: 0.5rem; }
#cities-list a:hover { background: var(--color-red); color: white; }

.cities-selector-container { text-align: center; margin-top: 1rem; }
.cities-selector-container .select-button { cursor: pointer; display: inline-flex; gap: 0.5rem; align-items: center; justify-content: center; margin-top: 0.5rem; }
.cities-selector-container:hover .select-button { text-decoration: underline; }
.cities-selector { display: flex; align-items: center; font-size: 1.5rem; gap: 1rem; justify-content: center; white-space: nowrap; background: var(--color-dark-blue); padding:1rem;  }
.cities-selector span { display: inline-block; }
.cities-selector .title { border-right: 1px solid #d0d0d0; padding-right: 1rem;  }
.cities-selector .city { display: flex; align-items: center; gap: 1rem;  color: black; background: #ffffff80; padding: 0.5rem 1rem; cursor: pointer; border-radius: 3px; }
.cities-selector .city i { width: 1.5rem; height: 1.5rem;}

