/* Quick.Cms.Ext v6.x default stylesheet */

@import url('style-sliders.css');
@import url('style-widgets.css');

/* Above files contains CSS for sites modules such as forms or page details.
We recommend merging all .css files into one file at the end of the site development process. */

/* Layout variables */
:root {
	--color-text: #1c2631;
	--color-primary: #6e3324;
	--color-dark: #6e3324;
	--color-secondary: #cc1426;
	--color-white: #fff;
	--color-grey: #f6f6f6;
	--color-divider: #e8eaee;
	--color-lightbrown: #af5239;
}

/* GLOBAL STYLES */
body,
body *,
body *:before,
body *:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: var(--color-dark);
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
p,
ul,
li,
a,
span {
	font-family: 'Titillium Web', sans-serif;
}
ul {
	list-style: inside;
}
li::marker {
	color: #bb4c2e;
}

#container {
	overflow: hidden;
}
.msg {
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.msg.done,
.msg.error {
	margin: 10px 0;
	background: var(--color-primary) url('img/sprite.svg#info') no-repeat 1rem center;
	background-size: 2rem;
	color: var(--color-white);
	font-size: 1.5rem;
}
.msg.done a,
.msg.error a {
	color: var(--color-white);
}
.msg.done a:hover,
.msg.error a:hover {
	color: #1f1a17;
}
.msg p {
	margin: 0.7em 4rem;
	line-height: 2.25rem;
}
.msg p:first-child {
	font-size: 2rem;
}
.msg a.action {
	display: inline-block;
	margin: 7px 7px;
	padding: 3px 8px;
	border: 1px solid var(--color-white);
	text-decoration: none;
	font-size: 0.813rem;
}
.msg a.action:hover {
	background: var(--color-white);
}
.msg.panel a.action {
	margin-top: 13px;
}
.msg.error {
	background-color: var(--color-secondary);
}
body.is-msg-error404 .msg.error {
	margin-top: 3rem;
}
.wai {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
}

.icon {
	display: inline-block;
	content: '';
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	fill: var(--color-white);
}
.icon--labeled {
	margin-left: 0.75em;
	width: 1.5em;
	height: 1.5em;
}

/* Utility */

.text-lightbrown {
	color: var(--color-lightbrown);
}

.text-normal {
	color: var(--color-text);
}

/* #container{position:relative;width:95%;margin:10px auto;background:var(--color-white);box-shadow:0 2px 6px rgba(100,100,100,0.3);}
#container:after{content:"";display:table;clear:both;}
@media screen and (min-width:1280px){
  #container{width:1200px;}
} */
#body,
#foot {
	margin: 0 auto;
	padding: 0;
}

/* QUICK LINKS */
#skiplinks {
	position: absolute;
	top: 0;
	left: 0;
}
#skiplinks a {
	position: absolute;
	top: -500px;
	left: 0;
	z-index: 10;
	min-width: 200px;
	padding: 10px;
	color: var(--color-white);
}
#skiplinks a:focus {
	top: 0;
	background: #000;
	color: var(--color-white);
}

/* LOGO, SLOGAN, MENU */
.header__navigation {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

#logo {
	padding: 2rem;
	flex: 1 1 0;
	order: -4;
}
#logo #title a {
	color: var(--color-text);
	font: bold 1.75em 'Arial';
	line-height: 1em;
	text-decoration: none;
}
#logo #title a span {
	color: var(--color-secondary);
}
#logo #title a strong {
	color: var(--color-primary);
}
#logo #title a em {
	color: var(--color-secondary);
	font-style: normal;
}
#logo #slogan {
	padding: 4px 0 0 4px;
	color: var(--color-text);
}
@media screen and (min-width: 1280px) {
	#logo #title a {
		font-size: 3.25rem;
	}
}

/* MENU TOP
   to style mobile and desktop menu use: .menu-top ...
   to style only desktop menu use: .header__menu ...
   to style only mobile menu use: .mm-ocd ...
*/
.header__menu .level-0-menu {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
}
.header__menu .menu__link {
	display: block;
	padding: 0.6em 1em;
	color: var(--color-text);
	text-decoration: none;
	transition: all 0.5s ease;
}
.menu__link:hover,
.selected > .menu__link,
.selected-parent > .menu__link {
	color: var(--color-primary);
}

@media screen and (min-width: 960px) {
	.header__menu {
		display: flex;
		justify-content: flex-end;
		padding-right: 0.8rem;
	}
}
@media screen and (min-width: 641px) {
	.header__menu {
		flex-basis: 100%;
	}
	.header__menu li {
		position: relative;
		font-size: 1.25rem;
	}
	/* Bottom underline */
	.header__menu .level-0-el:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: 10%;
		height: 2px;
		transition: all 0.5s ease;
	}
	.header__menu .level-0-el:hover:after,
	.header__menu .level-0-el.selected:after,
	.header__menu .level-0-el.selected-parent:after {
		width: 99%;
		background: var(--color-primary);
	}

	/* Hamburger only on small screen */
	button.hamburger {
		display: none;
	}
}

/* DROP DOWN MENU */
.header__menu ul ul {
	display: none;
} /* drop down submenus hidden */
@media screen and (min-width: 641px) {
	.header__menu li:hover > ul {
		display: block;
	} /* show drop down submenu on hover */

	/* drop down submenus styles */
	.header__menu ul ul {
		position: absolute;
		top: 100%;
		left: -1px;
		z-index: 10;
		width: auto;
		height: auto;
		white-space: nowrap;
		background: #fff;
		list-style: none;
	}
	.header__menu .level-1-el.drop-down:before {
		top: 50%;
		transform: translateY(-50%) rotate(-90deg);
	} /* dropdown mark - second level */
	.header__menu .level-1-el a {
		font-size: 1.063rem;
	}
	.header__menu .level-2-el a {
		font-size: 0.875rem;
	}
	/* third level submenu */
	.header__menu .level-2-menu {
		top: 0;
		left: 100%;
		border-left: 5px solid var(--color-primary);
	}
}

/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body {
	clear: both;
	margin: 0;
}
#body:after {
	content: '';
	display: table;
	clear: both;
}

/* IMAGES STYLES */
/* global */
#content li img:hover {
	opacity: 0.8;
}
ul[class*='images-'] {
	list-style: none;
}
ul[class*='images-'] li {
	margin: 0 0 1rem 0;
	text-align: center;
}
ul[class*='images-'] p {
	max-width: 250px;
	margin: 0 auto;
	color: var(--color-primary);
	font-size: 0.875em;
}
ul[class*='images-'] img {
	max-width: 300px%;
	box-shadow: 0 0 4px rgba(100, 100, 100, 0.4);
}
ul[class*='images-'] img:hover {
	opacity: 0.8;
}
div.content .images-gallery {
	padding: 0;
}
/* list custom */
.images-1 {
	clear: left;
	float: left;
	margin: 0.5rem 1.5rem 0 0;
}
.images-2 {
	clear: right;
	float: right;
	margin: 0.5rem 0 0 1rem;
}
.images-gallery {
	clear: both;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	list-style: none !important;
}
.images-gallery li {
	max-width: 300px;
	flex: 1 0 100%;
	padding: 0.3rem 2rem;
}
div.content .images-gallery {
	clear: none;
}
@media screen and (min-width: 960px) {
	.images-gallery li {
		flex: 0 0 calc(100% / 3);
	}
}

/* FILES LIST STYLES */
.files-list {
	width: 100%;
	margin: 1rem 0 0.5rem;
	list-style: none;
}
.files-list__link {
	display: flex;
}
.files-list__description {
	margin: 5px 0 0 26px;
	color: #777;
	font-size: 0.938em;
}
/* Simple download list */
.files-list--simple {
	padding-left: 1rem;
	border-left: 2px solid var(--color-divider);
}
.files-list--simple .files-list__link {
	margin-top: 1rem;
}

/* File type icon */
.files-list__link:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	margin-right: 10px;
	--sprite: -260px;
	background: url('img/files-ext.gif') no-repeat 0 -260px;
}
.zip .files-list__link:before {
	background-position: 0 0;
}
.xml .files-list__link:before {
	background-position: 0 -20px;
}
.xls .files-list__link:before {
	background-position: 0 -40px;
}
.web .files-list__link:before {
	background-position: 0 -60px;
}
.vcf .files-list__link:before {
	background-position: 0 -80px;
}
.txt .files-list__link:before {
	background-position: 0 -100px;
}
.sys .files-list__link:before {
	background-position: 0 -120px;
}
.swf .files-list__link:before {
	background-position: 0 -140px;
}
.psd .files-list__link:before {
	background-position: 0 -160px;
}
.pps .files-list__link:before {
	background-position: 0 -180px;
}
.png .files-list__link:before {
	background-position: 0 -200px;
}
.pic .files-list__link:before {
	background-position: 0 -220px;
}
.pdf .files-list__link:before {
	background-position: 0 -240px;
}
.nn .files-list__link:before {
	background-position: 0 -260px;
}
.msg .files-list__link:before {
	background-position: 0 -280px;
}
.media .files-list__link:before {
	background-position: 0 -300px;
}
.fla .files-list__link:before {
	background-position: 0 -320px;
}
.exe .files-list__link:before {
	background-position: 0 -340px;
}
.chm .files-list__link:before {
	background-position: 0 -360px;
}
.cdr .files-list__link:before {
	background-position: 0 -380px;
}

/* SUBPAGES LIST STYLES */
/* global */
.title {
	padding: 0.5em 0;
	font-size: 1.25rem;
	color: var(--color-secondary);
}
.title a {
	color: inherit;
	font-weight: normal;
	background: none;
	text-decoration: none;
}
.title a:hover {
	color: var(--color-primary);
	background: none;
	text-decoration: underline;
}
time.date {
	display: block;
	padding: 0 0 0.3em;
	color: var(--color-text);
	opacity: 0.7;
}
[class|='pages'] {
	clear: both;
	margin: 0.5rem 0;
	list-style: none;
}
[class|='pages'] .page:after {
	content: '';
	display: table;
	clear: both;
}
[class|='pages'] .more {
	display: block;
	margin: 0.3em 0 0;
}
[class|='pages'] p {
	padding: 0.3em 0;
}
[class|='pages'] .image {
	line-height: 1px;
}
[class|='pages'] .image img {
	max-width: 100%;
}
.description ul,
.description ol {
	margin: 0.5em 2em;
	list-style: disc;
}
.description li {
	padding: 0;
	border: 0;
	background: none;
}
.description ol {
	list-style: decimal;
}

/* standard list */
.pages-list .page {
	margin: 15px 0;
	padding: 1.5rem 2.5%;
	border: 1px solid var(--color-divider);
	border-top: 5px solid var(--color-divider);
}
.pages-list .page .image {
	float: left;
	margin: 0 2.5% 5px 0;
}

/* subpages gallery/boxes/products etc */
.pages-gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.pages-gallery .page {
	flex: 0 0 100%;
	margin: 15px 0;
	padding: 20px;
	border: 1px solid var(--color-divider);
	border-top: 5px solid var(--color-divider);
	text-align: center;
}
.pages-gallery .title {
	font-size: 1rem;
}
.pages-gallery .page .image {
	margin: 0 0 5px;
}
.pages-gallery div.description {
	padding: 0.3em 0;
	font-size: 0.875rem;
	text-align: justify;
}
@media screen and (min-width: 600px) {
	.pages-gallery {
		--cols: calc((100% / 3) - 1rem);
	}
	.pages-gallery .page {
		flex: 0 0 var(--cols);
	}
	.pages-gallery:before,
	.pages-gallery:after {
		content: '';
		flex: 0 1 var(--cols);
	}
	.pages-gallery:before {
		order: 99;
	}
}

.pagination {
	text-align: right;
}
.pagination ul,
.pagination li {
	display: inline;
}
.pagination li {
	padding: 0 2px;
}
.pagination a,
.pagination strong {
	padding: 0 3px;
}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot {
	background: var(--color-primary);
	color: var(--color-white);
	--color-secondary: var(--color-white);
	font-size: 1.083em;
}
#foot .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#foot .container > * {
	padding: 1.5rem 2rem;
}
#foot a {
	color: var(--color-white);
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#foot .options ul {
	display: flex;
	list-style: none;
}
#foot .options li:not(:last-child) {
	margin-right: 2rem;
}
#foot .options a {
	display: block;
	font-size: 1%;
	color: transparent;
}
#foot .options .icon {
	width: 1rem;
}
#foot .options a:hover .icon {
	fill: #000;
}

#powered {
	clear: both;
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}
#powered a {
	display: inline-block;
	width: 192px;
	height: 26px;
}

@media print {
	/* PRINT STYLES */
	* {
		color: #000 !important;
		background: #fff !important;
		border-color: #444 !important;
		border-width: 1px !important;
	}

	body {
		margin: 0.5cm 0;
		font-size: 0.875em;
	}
	#container {
		position: static;
		width: 17.2cm;
		height: auto;
		margin: 0;
		box-shadow: none;
	}
	#logo {
		padding: 0 0 0.2cm;
	}
	#logo #title a {
		font-size: 2em;
	}

	#body {
		clear: none;
		border-top: 0;
	}
	#page {
		clear: both;
		position: static;
		float: none;
	}
	#body #page h1 {
		margin: 0.5cm 0 0;
		font-size: 1.25rem;
	}

	#body,
	#head1,
	#foot {
		float: none;
	}
	#menu-main,
	#search-form,
	#foot .options {
		display: none;
	}
	.msg p:first-child {
		font-size: 1rem;
	}
}

/* PLUGINS */

/* YOUTUBE LINKS */
.youtube {
	width: 550px;
	height: 413px;
	padding: 1px;
	box-shadow: 0 0 4px rgba(100, 100, 100, 0.4);
}
@media screen and (max-width: 460px) {
	.youtube {
		max-width: 100%;
		height: 240px;
	}
}

/* PAGES NEW FIELD */
[class|='pages'] div.page-field {
	margin: 0.5rem 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
}
#page p.page-field {
	line-height: 1.5em;
}
#page p.page-field strong {
	padding-right: 5px;
}

/* SITE MAP */
#site-map {
	clear: left;
	margin: 1rem 0;
	list-style: none;
}
#site-map .sitemap__section {
	padding: 0.3em 0 0.3em 2rem;
	list-style: none;
}
#site-map .sitemap__el {
	padding: 0.3em 0;
}
#site-map .sitemap__el--0 {
	padding: 0.5em 0;
}
#site-map .sitemap__link--0,
#site-map .sitemap__nolink--0 {
	font-size: 1.25rem;
}
#site-map .sitemap__link--1,
#site-map .sitemap__nolink--1 {
	font-size: 1.125rem;
}

/* CONTACT-PANEL */
.contact-panel {
	padding: 1.5rem 0;
	border-top: 5px solid var(--color-divider);
	border-bottom: 5px solid var(--color-divider);
}

/* OTHER (less popular styles) */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
tbody,
tfoot,
thead {
	margin: 0;
	padding: 0;
}
caption,
tr,
th,
td {
	margin: 0;
	padding: 2px 4px;
	border: 1px solid var(--color-divider);
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* FORMS */
input[type='text'],
input[type='password'],
input[type='file'],
input[type='email'],
form select,
form textarea {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-primary);

	font-size: 1rem;
	border-radius: 2px;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
select:focus,
textarea:focus {
	border-color: var(--color-dark);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
input[type='text'].warning-required,
input[type='password'].warning-required,
input[type='email'].warning-required,
select.warning-required,
textarea.warning-required {
	background: #fbefef;
	border-color: #bb4c2e;
}
input[type='submit'],
button[type='submit'] {
	padding: 0.4em 0.9em;
	border-width: 1px;
	border-style: solid;
	background: var(--color-primary);
	color: var(--color-white);
	transition: all 0.3s ease;

	font-size: 1rem;
	border-radius: 2px;
}
input[type='submit']:hover,
input[type='submit']:focus,
button[type='submit']:hover,
button[type='submit']:focus {
	background: var(--color-dark);
	cursor: pointer;
}
label {
	font-weight: bold;
}
label span {
	padding-left: 10px;
	color: #aaa;
	font-weight: normal;
	font-size: 0.875em;
}
/* forms common classes */
.form-full {
	clear: both;
	margin: 25px auto 0;
}
.form-full dt {
	padding: 0 0 7px;
}
.form-full dd {
	margin-bottom: 20px;
}
.form-full input[type='text'],
.form-full input[type='email'],
.form-full input[type='password'],
.form-full textarea {
	width: 99%;
	padding: 7px;
	font-size: 1em;
}
.form-full .save {
	text-align: center;
}
.form-full .save input {
	padding: 0.8em 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.captcha input[type='text'] {
	min-width: 60px;
	width: 6%;
}
.captcha strong {
	font-weight: bold;
}
.captcha em {
	font-style: normal;
	font-weight: bold;
}
.captcha ins {
	padding: 0 3px;
	font-weight: bold;
	text-decoration: none;
}

/* QUICK.BOX */
#quick-box {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 200;
}
#quick-box .background {
	height: 100%;
}
#quick-box .quick-box-container {
	position: absolute;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0 0 15px 1px #000;
}
#quick-box .image-wrapper {
	position: relative;
	line-height: 0;
}
#quick-box .image-wrapper img {
	margin: 0;
	padding: 0;
	border-radius: 5px;
}
#quick-box .navigation {
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 0.5em 0;
	text-align: center;
	font-size: 1rem;
	color: var(--color-white);
	line-height: normal;
	background: rgba(0, 0, 0, 0.2);
}
#quick-box .navigation__sep {
	padding: 0 3px;
}
#quick-box .full-size {
	position: absolute;
	right: 8px;
	top: 2px;
	width: 24px;
	height: 24px;
	font-size: 0.1em;
	color: transparent;
	background: url('../admin/img/fullscreen.png') no-repeat;
}
#quick-box .description {
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	font-size: 0.875rem;
	color: #ddd;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.8);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	max-height: 66px;
	overflow: hidden;
}
#quick-box .arrow {
	position: absolute;
	display: block;
	width: 50%;
	top: 15%;
	height: 70%;
	margin: 0px;

	z-index: 100;
	opacity: 0.5;
	text-decoration: none;
}
#quick-box .arrow:before,
#quick-box .arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#quick-box .arrow:before {
	width: 32px;
	height: 32px;
	margin: 0 10px;
	background: url('img/arrows.png') no-repeat 0 0;
	z-index: 1;
}
#quick-box .arrow:after {
	width: 52px;
	height: 52px;
	background: rgba(0, 0, 0, 0.2);
	z-index: -1;
}
#quick-box .arrow.prev:before {
	background-position: 0 -32px;
}
#quick-box .arrow.next:before {
	right: 0;
}
#quick-box .arrow.next:after {
	right: 0;
}
#quick-box .arrow:hover {
	opacity: 0.9;
}
#quick-box .prev {
	left: 0px;
}
#quick-box .next {
	right: 0px;
}
#quick-box .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.15em 0.4em 0.2em;
	opacity: 0.5;
	background: #000;
	color: var(--color-white);
	font-weight: bold;

	text-decoration: none;
	border: 1px solid var(--color-white);
	border-top: none;
	border-right: none;
	border-top-right-radius: 5px;
	z-index: 100;
}
#quick-box .close:hover {
	opacity: 0.8;
}
#quick-box .close,
#quick-box .arrow {
	line-height: normal;
}
#quick-box .loading {
	display: block;
	padding: 40px 35px;
	color: white;
	line-height: 1em;
}
@media /* High px density (mostly mobile) - so you can magnify something */ only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	#quick-box .close {
		font-size: 1.5rem;
	}
	#quick-box .prev,
	#quick-box .next {
		opacity: 0.5;
		text-decoration: none;
	}
}

/* ADMIN OPTIONS */
#page ul.options {
	position: absolute;
	right: 0;
	top: 15px;
	min-width: 100px;
	list-style: none;
	text-align: right;
}
#page ul.options li {
	display: inline-block;
	margin-left: 1rem;
}
.panel-link {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: rgba(255, 255, 255, 0.6) url('../admin/img/options.png') no-repeat 0px 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1%;
	color: transparent;
	opacity: 0.25;
}
.panel-link:hover {
	opacity: 1;
}
.panel-link.edit:hover {
	background-position: 0 -21px;
}
.panel-link.delete {
	background-position: -21px 0;
}
.panel-link.delete:hover {
	background-position: -21px -21px;
}
.panel-link.list {
	background-position: -121px 0;
}
.panel-link.list:hover {
	background-position: -121px -21px;
}
.subpage-edit {
	position: relative;
	display: block;
}
.subpage-edit .panel-link {
	position: absolute;
	right: -10px;
	top: -10px;
}
.sub:hover .subpage-edit .panel-link:not(:hover) {
	opacity: 0.5;
}

.dev {
	padding: 5px;
	text-align: center;
	color: #f00;
	font-weight: bold;
}

/* OTHER */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger.is-active:hover {
	opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: var(--color-primary);
}
.hamburger.is-active .hamburger-label {
	display: none;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: var(--color-primary);
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: '';
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger-label {
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 0.75rem;
}
.hamburger--3dx .hamburger-box {
	perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
	perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*!
 * Mmenu Light v3.0.0
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
	--mm-ocd-width: 80%;
	--mm-ocd-min-width: 200px;
	--mm-ocd-max-width: 440px;
}
body.mm-ocd-opened {
	overflow-y: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.mm-ocd {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	background: rgba(0, 0, 0, 0);
	-webkit-transition-property: bottom, background-color;
	-o-transition-property: bottom, background-color;
	transition-property: bottom, background-color;
	-webkit-transition-duration: 0s, 0.3s;
	-o-transition-duration: 0s, 0.3s;
	transition-duration: 0s, 0.3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-delay: 0.45s, 0.15s;
	-o-transition-delay: 0.45s, 0.15s;
	transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.mm-ocd__content {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 80%;
	width: var(--mm-ocd-width);
	min-width: 200px;
	min-width: var(--mm-ocd-min-width);
	max-width: 440px;
	max-width: var(--mm-ocd-max-width);
	background: #fff;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mm-ocd__backdrop {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: calc(100% - 80%);
	width: calc(100% - var(--mm-ocd-width));
	min-width: calc(100% - 440px);
	min-width: calc(100% - var(--mm-ocd-max-width));
	max-width: calc(100% - 200px);
	max-width: calc(100% - var(--mm-ocd-min-width));
	background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
	right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
	left: 0;
}
.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
	display: block;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--mm-spn-item-height: 50px;
	--mm-spn-item-indent: 20px;
	--mm-spn-line-height: 24px;
}
.mm-spn {
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.mm-spn ul {
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	z-index: 2;
	width: 130%;
	padding-right: 30%;
	line-height: 24px;
	line-height: var(--mm-spn-line-height);
	overflow: visible;
	overflow-y: auto;
	background: inherit;
	-webkit-transition: left 0.3s ease 0s;
	-o-transition: left 0.3s ease 0s;
	transition: left 0.3s ease 0s;
	cursor: default;
}
.mm-spn ul:after {
	content: '';
	display: block;
	height: 50px;
	height: var(--mm-spn-item-height);
}
.mm-spn > ul {
	left: 0;
}
.mm-spn ul.mm-spn--open {
	left: 0;
}
.mm-spn ul.mm-spn--parent {
	left: -30%;
	overflow-y: hidden;
}
.mm-spn li {
	position: relative;
	background: inherit;
	cursor: pointer;
}
.mm-spn li:before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 0;
	width: 20px;
	height: 20px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	-ms-transform: rotate(45deg) translate(0, -50%);
	transform: rotate(45deg) translate(0, -50%);
	opacity: 0.4;
}
.mm-spn li:after {
	content: '';
	display: block;
	margin-left: 20px;
	margin-left: var(--mm-spn-item-indent);
	border-top: 1px solid;
	opacity: 0.15;
}
.mm-spn a,
.mm-spn span {
	position: relative;
	z-index: 1;
	padding: 13px 20px;
	padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
	display: block;
	background: inherit;
	color: inherit;
	text-decoration: none;
}
.mm-spn a:not(:last-child) {
	width: calc(100% - 50px);
	width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-right: 1px solid;
	opacity: 0.15;
}
.mm-spn span {
	background: 0 0;
}
.mm-spn.mm-spn--navbar {
	cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	top: calc(var(--mm-spn-item-height) / 2);
	left: 20px;
	left: var(--mm-spn-item-indent);
	width: 10px;
	height: 10px;
	margin-top: 2px;
	border-top: 2px solid;
	border-left: 2px solid;
	-webkit-transform: rotate(-45deg) translate(50%, -50%);
	-ms-transform: rotate(-45deg) translate(50%, -50%);
	transform: rotate(-45deg) translate(50%, -50%);
	opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
	cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
	content: none;
	display: none;
}
.mm-spn.mm-spn--navbar:after {
	content: attr(data-mm-spn-title);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	height: var(--mm-spn-item-height);
	padding: 0 40px;
	padding: 0 calc(var(--mm-spn-item-indent) * 2);
	line-height: 50px;
	line-height: var(--mm-spn-item-height);
	opacity: 0.4;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
	padding-left: 20px;
	padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
	top: 51px;
	top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
	content: '';
	display: block;
	position: fixed;
	top: inherit;
	z-index: 2;
	width: 100%;
	border-top: 1px solid currentColor;
	opacity: 0.15;
}
.mm-spn.mm-spn--light {
	color: #444;
	background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
	color: #ddd;
	background: #333;
}
.mm-spn.mm-spn--vertical {
	overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
	width: 100%;
	padding-right: 0;
	position: static;
}
.mm-spn.mm-spn--vertical ul ul {
	display: none;
	padding-left: 20px;
	padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
	height: 25px;
	height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
	display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
	-webkit-transform: rotate(135deg) translate(-50%, 0);
	-ms-transform: rotate(135deg) translate(-50%, 0);
	transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
	content: none;
	display: none;
}

/* CUSTOM CSS */

.header-main-elements {
	display: flex !important;
}
.header__menu {
	flex-basis: auto !important;
}
.header-cta {
	min-width: 305px !important;
}
.header__menu {
	justify-content: flex-end;
}
.header__menu ul {
	gap: 5px;
}
@media (max-width: 1200px) {
	.header-cta {
		display: none !important;
	}
}

/* Contact-form */
/* jCONTACT #j3 */

.mainPageContent .footTopInfoWrap:after {
	clear: both;
	display: table;
	content: '';
}
.mainPageContent .footTopInfoWrap,
footer .footTopInfoWrap a {
	font-size: 18px;
}
.mainPageContent #footTop p {
	padding-bottom: 65px;
}
.mainPageContent .teleWrap {
	float: left;
	height: 48px;
	width: 100%;
	background: url('img/sluchawka2.png') no-repeat center left;
	text-align: left;
	padding-top: 7.5px;
	padding-left: 90px;
}
.mainPageContent .mailWrap {
	margin-top: 35px;
	float: left;
	height: 48px;
	width: 100%;
	background: url('img/koperta2ICO.png') no-repeat center left;
	text-align: left;
	padding-top: 7.5px;
	padding-left: 90px;
}
.mainPageContent .mailWrap:after {
	clear: both;
	display: table;
	content: '';
}
.mainPageContent .adressWrap {
	margin-top: 35px;
	height: 48px;
	float: left;
	width: 100%;
	font-weight: 700;
	background: url('img/locationICO.png') no-repeat center left;
	text-align: left;
	padding-right: 0;
	padding-left: 90px;
}
.mainPageContent .adressWrap:after {
	clear: both;
	display: table;
	content: '';
}

#contact_page .mainPageContent:after {
	content: '';
	clear: both;
	display: table;
}
.contactLeft {
	width: 42.74%;
	float: left;
	padding-bottom: 100px;
}
.contactLeft:after {
	content: '';
	clear: both;
	display: table;
}

.contactRight {
	width: 57.26%;
	float: right;
}
.contactRight:after {
	content: '';
	clear: both;
	display: table;
}

.formTopic {
	font-size: 40px;
	font-weight: 500;
}

#contact_page .content {
	font-size: 16px;
	padding: 25px 0;
	margin-bottom: 35px;
}

.leftForm:after,
.rightForm:after {
	clear: both;
	display: table;
	content: '';
}
.leftForm,
.rightForm {
	width: 35%;
}
.rightForm {
	margin-right: 19.43%;
}

.mapWrap {
	clear: both;
	padding-top: 85px;
	padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
	.sec_SuitFoot {
		background-image: none;
		background-color: #1c2630;
	}
	.suitText {
		padding-right: 0;
	}
	.boxWrap {
		margin-bottom: 60px;
	}

	.contactLeft {
		padding-bottom: 25px;
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	.contactRight {
		width: auto;
		float: none;
		margin: 0 auto;
	}
	.mainPageContent .adressWrap {
		height: auto;
	}
}
@media screen and (max-width: 470px) {
	.contactLeft {
		width: 280px;
	}

	.leftForm,
	.rightForm {
		float: none;
		width: auto;
		padding: 10px;
	}
	.mainPageContent h3 {
		text-align: center;
	}
	.brandsliderWrap {
		display: none;
	}
}
a {
	text-decoration: none;
}
a:hover {
	color: #ad5138;

	text-decoration: none;
}
.contactLeft a {
	font-size: 20px;
}

/* BLOG */
.blog-name {
	font-size: 29px;
	letter-spacing: 0px;
	color: #1c2630;
	font-weight: 400;
}
.blog-list {
	list-style: none;
	color: #1c2630;
}
.blog-list li {
	width: 100%;
	max-width: 500px;
	transition: color 0.3s;
	border: 2px solid #e9e9e9;
	margin: 50px auto;
}
.blog-list li time {
	font-size: 10px;
	line-height: 24px;
	color: #ad5138;
	font-weight: 300;
}
.blog-list li h2 {
	font-size: 17px;
	font-weight: 600;
	padding: 30px 0;
	color: #000;
}
.blog-list li p {
	color: #000;
}
.blog-list-read-more {
	padding: 30px 0;
	font-size: 16px;
	font-weight: 700;
	color: #ad5138;
	transition: 0.3s;
}
.blog-list-read-more span {
	transition: 0.3s;
}
.blog-list li:hover .blog-list-read-more span {
	padding-left: 10px;
}
.blog-list li:hover .blog-list-read-more {
	color: #ad5138;
}
.blog-list .image {
	width: 100%;
	height: 280px;
}
.blog-list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-list-wrapper {
	padding: 20px;
	display: block;
}
@media (min-width: 700px) {
	.blog-list {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
		grid-gap: 30px;
	}
	.blog-list li {
		min-height: 560px;
		margin: 30px 0;
		margin-right: auto;
	}
}
.blog-entry {
	padding: 10px;
	margin-top: 4rem;
}
.blog-entry ul,
.page-content ul {
	list-style: inside;
	padding: 10px 0;
}
.blog-entry ul li,
.page-content ul li {
	padding: 5px 0;
}

.blog-entry h2,
h3,
h4,
h5,
.page-content h2,
h3,
h4,
h5 {
	padding: 15px 0;
}
.blog-entry p,
.page-content p {
	padding: 10px 0;
	line-height: 1.3;
}
.blog-entry img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	margin: 30px 0;
}
.blog-entry h1 {
	padding-bottom: 30px;
}
.blog-entry h2 {
	font-weight: 500;
	font-size: 24px;
}
.blog-entry time {
	line-height: 24px;
	color: #ad5138;
	font-weight: 300;
	margin-bottom: 10px;
}
.logo-footer-container {
	display: flex;
	align-items: flex-end;
}
.logo-footer {
	max-width: 150px;
}

@media (min-width: 1200px) {
	.logo-footer-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/* MAP */
.map-list-item {
	list-style-type: none;
	position: relative;
	margin-left: 35px;
}

.map-list-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: var(--color-lightbrown);
}

@media (min-width: 1200px) {
	.map-title {
		text-align: left !important;
	}

	.map-info {
		text-align: left !important;
		max-width: 70%;
	}

	.map-info2 {
		text-align: left !important;
	}

	.map-list-item {
		margin-left: 40px;
	}

	.map-img {
		max-width: 80%;
	}
}

/* FOOTER */
.font-size-20 {
	font-size: 20px;
}

.footer-menu li a {
	color: #fff;
}
.footer-menu-main a {
	color: #fff;
}
@media (min-width: 768px) {
	.footer-menu {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 10px;
	}
}

@media (min-width: 1200px) {
	.margin-0 {
		margin-top: 0 !important;
	}
}

footer .hamburger {
	display: none;
}
/* FAQ ITEM */

.faq-item {
	color: #464646;
	margin-bottom: 5px;
}
.faq-item.active .faq-answer-container {
	max-height: 900px;
}
.faq-tab {
	background-color: #f0f0f0;
	display: grid;
	padding: 15px 0;
	grid-template-columns: minmax(min-content, 150px) minmax(180px, 1fr) minmax(min-content, 150px);
	cursor: pointer;
	align-items: center;
}
.faq-headline {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	min-width: 200px;
}
.faq-number {
	justify-self: center;
	font-weight: 600;
}
.faq-icon {
	transform: rotate(-90deg);
	justify-self: center;
	transition: 0.3s;
	width: auto !important;
}
.faq-item.active .faq-icon {
	transform: rotate(0);
}
.faq-answer-container {
	display: grid;
	grid-template-columns: minmax(20px, 150px) minmax(180px, 1fr) minmax(20px, 150px);
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.faq-answer {
	text-align: left;
	grid-column: 1/4;
	font-size: 16px !important;
}
.faq-answer:nth-child(1) {
	padding-top: 20px;
}
.faq-answer:nth-last-child(1) {
	padding-bottom: 20px;
}
@media (min-width: 992px) {
	.faq-answer {
		grid-column: 2/3;
	}
}
.faq-section {
	margin: 50px 0;
}
.header2 {
	background-color: #000 !important;
}

/* MAP OLD */
/* Start Map */

.buttonWrapperMap {
	font-size: 15px;
	text-decoration: none;
	display: inline-flex;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #bb4c2e;
	background-color: #fff;
	border: 2px solid #bb4c2e;
	font-weight: 700;
	letter-spacing: 0.6px;
	margin-right: 8px;
	margin-bottom: 8px;
}
a:hover.buttonWrapperMap {
	color: white;
	background-color: #bb4c2e;
}

.blockContainer {
	width: 70%;
	float: right;
}

.wrapperMap {
	position: relative;
	width: 30%;
	float: left;
}

.wrapperImage {
	max-width: 100%;
}

.wrapperMap h3 {
	color: #1c2630;
	position: absolute;
	font-size: 15px;
}

.mainPageContent .wrapperMap h3 {
	padding-top: 0;
}

.wrapperMap1 h3:nth-of-type(1) {
	top: 49%;
	left: 22%;
}

.wrapperMap1 h3:nth-of-type(2) {
	top: 73%;
	left: 59%;
}

.wrapperMap1 h3:nth-of-type(3) {
	top: 54%;
	left: 67%;
}

.wrapperMap1 h3:nth-of-type(4) {
	top: 11%;
	left: 52%;
}

.wrapperMap1 h3:nth-of-type(5) {
	top: 40%;
	left: 15%;
}

.wrapperMap1 h3:nth-of-type(6) {
	top: 50%;
	left: 42%;
}

.wrapperMap1 h3:nth-of-type(7) {
	top: 63%;
	left: 23%;
}

.wrapperMap1 h3:nth-of-type(8) {
	top: 17%;
	left: 31%;
}

.wrapperMap1 h3:nth-of-type(9) {
	top: 81%;
	left: 40%;
}

.wrapperMap1 h3:nth-of-type(10) {
	top: 38%;
	left: 37%;
}

.wrapperMap2 h3:nth-of-type(1) {
	top: 29%;
	left: 36%;
}

.wrapperMap2 h3:nth-of-type(2) {
	top: 33%;
	left: 67%;
}

.wrapperMap2 h3:nth-of-type(3) {
	top: 60%;
	left: 48%;
}

.wrapperMap2 h3:nth-of-type(4) {
	top: 34%;
	left: 8%;
}

.wrapperMap2 h3:nth-of-type(5) {
	top: 25%;
	left: 14%;
}

.wrapperMap2 h3:nth-of-type(6) {
	top: 16%;
	left: 21%;
}

.wrapperMap2 h3:nth-of-type(7) {
	top: 71%;
	left: 42%;
}

.wrapperMap2 h3:nth-of-type(8) {
	top: 37%;
	left: 42%;
}

.wrapperMap2 h3:nth-of-type(9) {
	top: 59%;
	left: 77%;
}

.wrapperMap2 h3:nth-of-type(10) {
	top: 86%;
	left: 33%;
}

.wrapperMap3 h3:nth-of-type(1) {
	top: 55%;
	left: 14%;
}

.wrapperMap3 h3:nth-of-type(2) {
	top: 17%;
	left: 68%;
}

.wrapperMap3 h3:nth-of-type(3) {
	top: 60%;
	left: 32%;
}

.wrapperMap3 h3:nth-of-type(4) {
	top: 21%;
	left: 47%;
}

.wrapperMap3 h3:nth-of-type(5) {
	top: 34%;
	left: 9%;
}

.wrapperMap3 h3:nth-of-type(6) {
	top: 42%;
	left: 68%;
}

.wrapperMap3 h3:nth-of-type(7) {
	top: 44%;
	left: 11%;
}

.wrapperMap3 h3:nth-of-type(8) {
	top: 63%;
	left: 68%;
}

.wrapperMap3 h3:nth-of-type(9) {
	top: 27%;
	left: 62%;
}

.wrapperMap3 h3:nth-of-type(10) {
	top: 49%;
	left: 25%;
}

.wrapperMap4 h3:nth-of-type(1) {
	top: 37%;
	left: 53%;
}

.wrapperMap4 h3:nth-of-type(2) {
	top: 58%;
	left: 56%;
}

.wrapperMap4 h3:nth-of-type(3) {
	top: 44%;
	left: 37%;
}

.wrapperMap4 h3:nth-of-type(4) {
	top: 46%;
	left: 60%;
}

.wrapperMap4 h3:nth-of-type(5) {
	top: 61%;
	left: 30%;
}

.wrapperMap4 h3:nth-of-type(6) {
	top: 30%;
	left: 40%;
}

.wrapperMap4 h3:nth-of-type(7) {
	top: 25%;
	left: 54%;
}

.wrapperMap4 h3:nth-of-type(8) {
	top: 76%;
	left: 44%;
}

.wrapperMap4 h3:nth-of-type(9) {
	top: 9%;
	left: 43%;
}

.wrapperMap4 h3:nth-of-type(10) {
	top: 48%;
	left: 19%;
}

.wrapperMap5 h3:nth-of-type(1) {
	top: 37%;
	left: 42%;
}

.wrapperMap5 h3:nth-of-type(2) {
	top: 16%;
	left: 40%;
}

.wrapperMap5 h3:nth-of-type(3) {
	top: 41%;
	left: 48%;
}

.wrapperMap5 h3:nth-of-type(4) {
	top: 51%;
	left: 26%;
}

.wrapperMap5 h3:nth-of-type(5) {
	top: 46%;
	left: 25%;
}

.wrapperMap5 h3:nth-of-type(6) {
	top: 73%;
	left: 33%;
}

.wrapperMap5 h3:nth-of-type(7) {
	top: 41%;
	left: 27%;
}

.wrapperMap5 h3:nth-of-type(8) {
	top: 47%;
	left: 44%;
}

.wrapperMap5 h3:nth-of-type(9) {
	top: 56%;
	left: 19%;
}

.wrapperMap5 h3:nth-of-type(10) {
	top: 56%;
	left: 40%;
}

@media screen and (max-width: 1170px) {
	.wrapperMap h3 {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 970px) {
	.blockContainer {
		width: 100%;
		float: right;
		font-size: 20px;
	}
	.wrapperMap {
		width: 100%;
	}
	.wrapperMap h3 {
		font-size: 30px;
	}
}
@media screen and (max-width: 720px) {
	.wrapperMap h3 {
		font-size: 3vw;
	}
}
.wrapperMap1 h3 {
	font-weight: 700;
}
/* END MAP */

.lang-wrap {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding-right: 10px;
	flex-basis: 100%;
	padding: 10px 0;
	padding-right: 25px;
}
.lang-container {
	display: flex;

	gap: 5px;
	max-width: 60px;
}

@media (max-width: 1000px) {
	.cid-tRBwbUSRv5 .navbar .navbar-logo img {
		height: 40px !important;
	}
}
.hamburger-label {
	display: none;
}
.cid-tRCpPDqckK .trust-us-heading {
	padding-bottom: 5rem;
	padding-top: 5rem;
}
.cookieImg img {
	width: auto !important;
	display: block;
	margin: auto;
}
.mm-spn.mm-spn--navbar:after {
	content: 'MENU' !important;
}
.options {
	display: none !important;
}
.icons-contact {
	float: left;
	display: flex;
	gap: 20px;
	margin-top: 35px;
	width: 100%;
	justify-content: flex-start;
}
.adressWrap {
	clear: both;
}
.icons-contact .soc-item {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 20px;
	background-color: #af5239;
	color: transparent !important;
	transition: all 0.3s ease-in-out;
}
.icons-contact .soc-item a {
	color: #fff;
}
.pagination {
	grid-column: 1/-1;
}
.cid-tRBVkCUbkM .mbr-text {
	padding-left: 0 !important;
}

@media (min-width: 768px) {
	.home-contact-form dl {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
	.home-contact-form dl div:nth-last-child(1) {
		display: flex;
		flex-direction: column;
		height: auto !important;
		grid-column: 2/4;
		grid-row: 2/-1;
	}
	.home-contact-form dl div:nth-last-child(1) dd {
		flex-grow: 1;
	}
	.home-contact-form dl div:nth-last-child(2) {
		height: auto !important;
		grid-column: 2/4;
		grid-row: 1/2;
	}

	.home-contact-form .form-full dd {
		margin-bottom: 0;
	}
	.home-contact-form .form-full dd #contact-content {
		min-height: auto !important;
		height: 100%;
	}
	.form-full dd #contact-content {
		min-height: 300px;
	}
	.home-contact-form .save {
		margin-top: 50px;
	}
}
.districts {
	max-height: 40px;
	overflow: hidden;
	position: relative;
}
.districts.extended {
	max-height: 100%;
}
.districts-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	bottom: 0;
	left: 30%;
	color: #ad5138;
	cursor: pointer;
}
@media (max-width: 992px) {
	.districts-dots {
		left: 50%;
	}
}
