/* width: 100vw */
html {
	height: 100%;
}
body {
	font-family: 'Heebo', sans-serif;
	font-size: 1.018vw;
	min-height:100%;
	position:relative;
}
body::after{
	content: '';
	display: block;
	height: 11.9162vw;
}
.rtl {
	direction: rtl;
}
#footer {
	height: 11.9162vw;
	position: absolute; 
	bottom: 0; 
	width: 100%; 
}
img {
	max-width: 100%;
}
* {
    box-sizing: border-box;
    outline: none !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance:none;
}
body, div, dl, dt, dd, ul, ol, li, form, table, tr, td, h1, h2, h3, h4, h5, h6, pre, p, span, b, i, input, textarea, fieldset {
    margin: 0;
    padding: 0;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
.fade-out {
	opacity: 1;
	transition: 0.3s;
	pointer-events: auto;
}
.fade-out.active {
	opacity: 0;
	pointer-events: none;
}
.fade-in {
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}
.fade-in.active {
	opacity: 1;
	pointer-events: auto;
}
.bold {
	font-weight: bold;
}
.column {
	width: 55.988vw;
	margin: 0 auto;
}
.column-sm {
	width: 37.1257vw;
	margin: 0 auto;
}
/* .slick-slide {
    float: right !important;
} */
.wa-mediabox-overlay {
	direction: ltr;
}
.button {
	height: 2.515vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.0778vw;
	color: white;
	background: #c7d301;
	border: 2px solid #f2fa70;
	font-weight: bold;
	padding: 0 1.1976vw;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Heebo', sans-serif;
}
.button:hover {
	background: #a1aa0f;
}
.select {
	width: 8.3832vw;
	height: 2.3952vw;
	font-size: 1.018vw;
	position: relative;
	border: 2px solid #eaeaea;
	display: flex;
	align-items: center;
	background: white;
	cursor: pointer;
}
.select-choosen {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: inherit;
	overflow: hidden;
	padding-left: 1.7365vw;
	padding-right: 0.479vw;
	pointer-events: none;
}
.select::after {
	content: '';
	background-image: url('/images/arrow-select.png');
	background-size: contain;
	position: absolute;
	width: 0.8383vw;
	height: 0.5389vw;
	left: 0.479vw;
	pointer-events: none;
	background-repeat: no-repeat;
}
.option {
	text-decoration: none;
}
.option:hover {
	text-decoration: underline;
}
.option-wrapper {
	display: none;
}
.option-wrapper.active {
	display: block;
	position: absolute;
	top: calc(-6px + 2.515vw);
	font-size: 0.8982vw;
	padding: 0.2994vw 0.5988vw;
	background: white;
	border: 2px solid #eaeaea;
	right: calc(-2px);
	min-width: 8.3832vw;
	z-index: 1;
	max-height: 17.9641vw;
	overflow-y: auto;
}

header {
	height: 4.491vw;
	background: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}
.header-offset {
	height: 4.491vw;
}
.header-col {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-col-menu-ul {
	list-style: none;
	display: flex;
	height: 1.7964vw;
	align-items: flex-end;
}
.header-col-menu-li {
	margin-left: 1.018vw;
	color: white;
	font-size: 1.018vw;
	line-height: 0.8982vw;
	text-decoration: none;
}
.header-col-menu-li:nth-last-child(2) {
	margin-left: 0vw;
}
.header-col-menu-li:nth-last-child(1) {
	display: none;
}
.header-col-menu-li:hover {
	color: #c7d301;
}
.header-logo {
	width: 13.2934vw;
	margin-left: 1.018vw;
	display: block;
}
.header-col-right {
	display: flex;
	align-items: center;
}
.header-col-left {
	display: flex;
	align-items: center;
}
.header-col-left-search {
	width: 1.1377vw;
	position: absolute;
	left: 0.7186vw;
	top: 0.479vw;
	cursor: pointer;
}
.swiper-container {
	direction: ltr;
	height: 23.1138vw;
}
.swiper-wrapper {
	height: 23.1138vw;
}
.swiper-slide {
	height: 23.1138vw;
	height: inherit;
	background-size: cover;
	background-position: center;
}
div.swiper-button-prev {
	font-size: 0;
	border: 0;
	width: 1.8563vw;
	height: 3.5329vw;
	background-color: transparent;
	background-size: contain;
	background-image: url('/images/arrow-left.png');
	position: absolute;
	z-index: 1;
	top: 9.7605vw;
	left: calc(50% - 33.9521vw);
}
div.swiper-button-next {
	font-size: 0;
	border: 0;
	width: 1.8563vw;
	height: 3.5329vw;
	background-color: transparent;
	background-size: contain;
	background-image: url('/images/arrow-right.png');
	position: absolute;
	z-index: 1;
	top: 9.7605vw;
	right: calc(50% - 33.9521vw);
}
.swiper-pagination {
	display: none;
}
/*.main-slider-wrapper {
	direction: ltr;
	overflow: hidden;
	position: relative;
}
.main-slider {
	height: 23.1138vw;
}
.main-slider-slide {
	height: inherit;
	background-size: cover;
	background-position: center;
}
.main-slider-wrapper .tns-controls > button:nth-child(1) {
	font-size: 0;
	border: 0;
	width: 1.8563vw;
	height: 3.5329vw;
	background-color: transparent;
	background-size: contain;
	background-image: url('/images/arrow-left.png');
	position: absolute;
	z-index: 1;
	top: 9.7605vw;
	left: calc(50% - 33.9521vw);
}
.main-slider-wrapper .tns-controls > button:nth-child(2) {
	font-size: 0;
	border: 0;
	width: 1.8563vw;
	height: 3.5329vw;
	background-color: transparent;
	background-size: contain;
	background-image: url('/images/arrow-right.png');
	position: absolute;
	z-index: 1;
	top: 9.7605vw;
	right: calc(50% - 33.9521vw);
}*/
.mainsearch {
	height: 9.5808vw;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
}
.mainsearch-col {
	display: flex;
	justify-content: space-between;
}
.mainsearch-col-filter {
	display: flex;
	align-items: center;
}
.mainsearch-col-filter .select {
	margin-left: 0.479vw;
	user-select: none;
}
.mainsearch-title {
	font-weight: bold;
	font-size: 1.4371vw;
	text-align: center;
	margin-bottom: 1.1976vw;
}
.mainsearch-col-input-wrapper {
	width: 8.982vw;
	height: 2.3952vw;
	font-size: 1.018vw;
	position: relative;
	border: 2px solid #eaeaea;
	background: white;
}
.mainsearch-col-input-wrapper-list {
    display: flex;
    flex-direction: column;
    padding: 0.4192vw;
    background: white;
    border: 2px solid #eaeaea;
    width: calc(4px + 100%);
    margin-right: -2px;
    z-index: 2;
    position: relative;
}
.mainsearch-col-input-wrapper-list-elm {
	color: black;
}
.header-search-input,
.mainsearch-col-input {
	height: calc(-4px + 2.3952vw);
	width: calc(100% - 2.3952vw);
	border: 0;
	font-size: 1.018vw;
	padding-right: 0.4192vw;
}
.header-search {
	display: flex;
	width: 8.982vw;
	height: 2.3952vw;
	margin-left: 0.5988vw;
	background: white;
	border: 2px solid #eaeaea;
	position: relative;
	z-index: 2;
}
.header-search.active {
	border-color: transparent;
	background: transparent;
}
.header-search.active .header-search-input {
	display: none;
}
.header-search.active .header-search-list {
	display: none;
}
.header-search-list {
	display: flex;
    flex-direction: column;
    padding: 0.4192vw;
    background: white;
    border: 2px solid #eaeaea;
    width: calc(4px + 100%);
	margin-right: -2px;
	position: absolute;
	top: calc(-4px + 2.3952vw);
}
.header-search-list-elm {
	color: black;
}
.mainsearch-col-input-ico {
	width: 1.1377vw;
	position: absolute;
	left: 0.7186vw;
	top: 0.479vw;
	cursor: pointer;
}
.mainsearch-col-filter-btn {
	font-size: 1.0778vw;
	font-weight: 500;
	padding: 0 1.1976vw;
	border-color: #bfc921;
}
.maintips {
	display: flex;
	justify-content: space-between;
	padding: 2.994vw 0 2.3952vw;
}
.maintips-tip {
	width: 18.0838vw;
	background: #f9f9f9;
	border: 2px solid #eaeaea;
	padding: 1.497vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.maintips-tip-title {
	font-size: 1.4371vw;
	margin: 0.2994vw 0 0.5389vw;
}
.maintips-tip-text {
	text-align: center;
	font-size: 1.018vw;
}
.maintips-tip-ico {
	height: 2.515vw;
}
.maintips-tip-button {
	border-color: #bfc921;
	font-size: 1.018vw;
	font-weight: 500;
	margin-top: 0.8982vw;
	line-height: 1.1976vw;
}
.maintips-form {
	display: flex;
	flex-direction: column;
	width: 18.0838vw;
	background: black;
	padding: 1.497vw;
}
.maintips-form-title {
	font-size: 1.018vw;
	color: white;
	text-align: center;
	line-height: 1.1976vw;
	margin-bottom: 1.3174vw;
}
.maintips-form-input {
	height: 2.515vw;
	border: 2px solid #eaeaea;
	margin-bottom: 0.479vw;
	font-size: 1.018vw;
	font-family: 'Heebo', sans-serif;
	padding-right: 0.479vw;
}
.maintips-form-submit {
	font-size: 1.018vw;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
	margin-top: 1.1976vw;
	height: 2.515vw;
}
.maincats {
	padding-bottom: 3.5928vw;
	text-align: center;
}
.maincats-title {
	font-size: 1.6766vw;
	text-align: center;
	margin-bottom: 1.1976vw;
}
.maincats-blocks {
	display: flex;
	flex-wrap: wrap;
}
.maincats-blocks-block {
	display: block;
	width: 17.7246vw;
	height: 16.6467vw;
	color: white;
	text-decoration: none;
	margin-left: 1.4072vw;
	margin-bottom: 1.4072vw;
	background-size: cover;
    background-position: center;
}
.maincats-blocks-block:nth-child(3n) {
	margin-left: 0vw;
}
.maincats-blocks-block-text {
	width: inherit;
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
	font-size: 1.4371vw;
}
.maincats-btn {
	display: inline-flex;
	text-decoration: none;
	font-size: 1.018vw;
	border-color: #bfc921;
}
.maintext {
	text-align: center;
}
.maintext-top-img {
	width: calc(25% - calc(6px));
	object-fit: cover;
}
.maintext-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(8px);
	text-align: right;
}
.maintext-top-text-title {
	font-size: 1.6766vw;
	font-weight: bold;
	margin-bottom: 0.5988vw;
}
.maintext-top-text {
	width: calc(75% - 2px);
	padding: 0.5988vw 1.497vw 0.8982vw;
	border: 1px solid #eaeaea;
}
.maintext-top-text-text p {
	margin-bottom: 0.5988vw;
}
.maintext-top-text-text p:nth-last-child(1) {
	margin-bottom: 0vw;
}
.maintext-bot-line {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(8px);
	text-align: right;
}
.maintext-largetext {
	width: calc(50% - calc(4px));
	border: 1px solid #eaeaea;
	background: #f1f1f1;
	padding: 1.1976vw;
}
.maintext-img {
	width: calc(25% - calc(6px));
	object-fit: cover;
}
.maintext-text {
	width: calc(25% - calc(6px));
	border: 1px solid #eaeaea;
	background: #f1f1f1;
	padding: 1.1976vw;
}
.maintext-largetext-text,
.maintext-text-text {
	line-height: 1.1976vw;
}
.maintext-largetext-title,
.maintext-text-title {
	font-weight: bold;
	font-size: 1.0778vw;
	margin-bottom: 0.5988vw;
}
.maintext-btn {
	font-size: 1.018vw;
	display: inline-flex;
	margin-top: 0.8982vw;
	border-color: #bfc921;
}
.vslider-content-wrapper {
	direction: ltr;
	position: relative;
	overflow: hidden;
}
.vslider-slide {
	height: 11.3772vw;
	display: block;
}
.vslider-slide-img {
	display: block;
	height: inherit;
	background-position: center;
	background-size: cover;
	position: relative;
}
.vslider-slide-img-duration {
    position: absolute;
    bottom: 0.8982vw;
    right: 1.1976vw;
    background: black;
    color: white;
    padding: 0.2455vw 0.5389vw 0.1257vw;
    border-radius: 0.2395vw;
    font-weight: bold;
}
.vslider-slide-img-ico {
	width: 5.1497vw;
	height: 3.4731vw;
	position: absolute;
	left: calc(50% - 2.5749vw);
	top: calc(50% - 1.6766vw);
	display: none;
}
.contacts-center-form-success {
	color: green;
}
.vslider-slide-img:hover .vslider-slide-img-ico {
	display: block;
}
.vslider-content-wrapper .tns-controls > button:nth-child(1) {
	font-size: 0;
	border: 0;
	width: 1.8563vw;
	height: 3.5329vw;
	background-color: transparent;
	background-size: contain;
	background-image: url('/images/arrow-left.png');
	position: absolute;
	z-index: 1;
	top: 3.8922vw;
	left: 1.7964vw;
}
.vslider-content-wrapper .tns-controls > button:nth-child(2) {
	font-size: 0;
	border: 0;
	width: 1.8563vw;
	height: 3.5329vw;
	background-color: transparent;
	background-size: contain;
	background-image: url('/images/arrow-right.png');
	position: absolute;
	z-index: 2;
	top: 3.8922vw;
	right: 1.7964vw;
}
.vslider-title {
	margin: 2.994vw 0 1.1976vw;
	text-align: center;
	font-size: 1.6766vw;
	font-weight: bold;
}
.video-right-bg,
.video-left-bg {
	position: absolute;
	height: 11.3772vw;
	z-index: 1;
	pointer-events: none;
	left: 0;
}
.video-right-bg {
	right: 0;
	left: auto;
}
.vslider-btn {
	font-size: 1.018vw;
	display: inline-flex;
	margin-top: 1.497vw;
	margin-bottom: 2.994vw;
	border-color: #bfc921;
	text-decoration: none;
	font-weight: 500;
}
.vslider {
	text-align: center;
}
.footer-top {
	background: black;
	color: white;
	padding: 1.7964vw 0;
}
.footer-top-logo-img {
	width: 27.5449vw;
	display: block;
}
.footer-top-wrapper {
	display: flex;
	justify-content: space-between;
}
.footer-top-form {
	width: 22.9341vw;
}
.footer-top-logo-menu {
	display: flex;
	justify-content: space-between;
	margin-top: 0.2994vw;
}
.footer-top-logo-menu-item {
	text-decoration: none;
	color: white;
}
.footer-top-logo-menu-item:nth-child(1) {
	display: none;
}
.footer-top-logo-menu-item:hover {
	color: #c7d301;
}
.footer-top-form-title {
	font-weight: bold;
	font-size: 1.0778vw;
	line-height: 0.8982vw;
}
.footer-top-form-form-submit {
	height: 2.1557vw;
	font-size: 0.9581vw;
	font-family: 'Heebo', sans-serif;
}
.footer-top-form-form-input-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 0.8982vw;
	margin-bottom: 0.2994vw;
}
.footer-top-form-form-input {
	border: 2px solid #eaeaea;
	font-size: 0.9581vw;
	font-family: 'Heebo', sans-serif;
	width: calc(100% - 6.2874vw);
	padding-right: 0.479vw;
}
.footer-top-form-label {
	font-size: 0.7784vw;
}
.footer-top-form-label a {
	color: #14abd1;
}
.footer-top-form-checkbox {
	width: 0.6587vw;
	height: 0.6587vw;
	border-radius: 2px;
	margin-left: 0.1856vw;
	background: white;
	transform: translate(0, 1px);
}
.footer-top-form-checkbox:checked {
	background-image: url('/images/checked.svg');
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-bot {
	background: #3f3f3f;
}
.footer-bot-socials-a {
	display: block;
	height: 1.8563vw;
	margin-right: 0.4192vw;
}
.footer-bot-socials-a-img {
	display: block;
	height: 1.8563vw;
}
.footer-bot-wrapper {
	display: flex;
	justify-content: space-between;
	height: 2.515vw;
	align-items: center;
}
.footer-bot-info {
	display: flex;
}
.footer-bot-socials {
	display: flex;
}
.footer-bot-info-contact {
	margin-right: 0.8982vw;
	color: white;
}
.footer-bot-info-phone {
	color: #c7d301;
}
.footer-bot-info-link {
	text-decoration: none;
	color: inherit;
}
.contacts {
	padding-bottom: 4.1916vw;
	background-size: cover;
	background-position: center;
}
.contacts-breadcrumbs {
	font-size: 0.8383vw;
	display: flex;
	padding-top: 0.8982vw;
}
a.contacts-breadcrumbs-item {
	color: black;
}
.contacts-breadcrumbs-item.text-decoration {
	text-decoration: none;
}
.contacts-breadcrumbs-delimeter {
	margin: 0 0.5988vw;
}
.contacts-center {
	width: 29.3413vw;
	margin: 2.3952vw auto 0;
	background: rgba(255,255,255,0.93);
	height: 26.1078vw;
	display: flex;
	padding-left: 2.994vw;
	border: 1px solid #eaeaea;
	justify-content: space-between;
}
.contacts-center-form-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contacts-center-form {
	margin-top: 1.1976vw;
	display: flex;
	flex-direction: column;
}
.contacts-center-form-text-3,
.contacts-center-form-text-1 {
	font-size: 1.3174vw;
	line-height: 1.497vw;
}
.contacts-center-form-text-2 {
	font-size: 1.5569vw;
	font-weight: bold;
	line-height: 1.7964vw;
}
.contacts-center-form-input {
	border: 2px solid #eaeaea;
	height: 2.515vw;
	font-size: 1.018vw;
	font-family: 'Heebo', sans-serif;
	padding-right: 0.5389vw;
	width: 13.7126vw;
	margin-bottom: 0.5389vw;
}
.contacts-center-form-submit {
	height: 2.515vw;
	font-size: 1.018vw;
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
	margin-top: 0.5988vw;
}
.contacts-center-info {
	width: 16.8862vw;
	margin-right: -7.1856vw;
}
.contacts-center-info-n {
	background: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 1.1976vw;
	height: calc(50% - 1.497vw);
	margin-top: 1.497vw;
}
.contacts-center-info-map {
	height: calc(50% - 1.497vw);
	margin-bottom: 1.497vw;
	position: relative;
}
.contacts-center-info-marker,
.contacts-center-info-phone,
.contacts-center-info-email {
	display: flex;
	align-items: center;
	color: white;
	text-decoration: none;
}
.contacts-center-info-phone {
	color: #c7d301;
}
.contacts-center-info-marker-ico {
	align-self: flex-start;
	margin-left: 0.7186vw;
	margin-top: -0.1856vw;
	width: 1.7964vw;
}
.contacts-center-info-email-ico,
.contacts-center-info-phone-ico {
	width: 1.7964vw;
	margin-left: 0.7186vw;
	margin-bottom: 0.3593vw;
	margin-top: 0.3593vw;
}
.contacts-center-info-marker {
	margin-top: 0.5988vw;
}
.locations-bg {
	height: 13.1737vw;
	background-size: cover;
	background-position: center;
}
.locations-breadcrumbs {
	font-size: 0.8383vw;
	display: flex;
	padding-top: 0.8982vw;
}
a.locations-breadcrumbs-item {
	color: black;
}
.locations-breadcrumbs-item.text-decoration {
	text-decoration: none;
}
.locations-breadcrumbs-delimeter {
	margin: 0 0.5988vw;
}
.locations-maincontent-title {
	font-size: 1.6766vw;
	font-weight: bold;
	margin-top: 1.7964vw;
}
.locations-maincontent-slogan {
	font-weight: bold;
	font-size: 1.4371vw;
	margin-bottom: 1.497vw;
}
.locations-maincontent-text p {
	margin-bottom: 1.1976vw;
}
.locations-db-wrapper {
	margin-top: 2.994vw;
	background-color: #f2f2f2;
	padding-bottom: 2.3952vw;
}
.locations-db-title {
	font-size: 1.6766vw;
	font-weight: bold;
	text-align: center;
	padding: 1.7964vw 0 1.497vw;
}
.locations-db {
	display: flex;
	justify-content: space-between;
}
.locations-db-block {
	border: 2px solid #eaeaea;
	background-color: white;
	width: 32.5%;
	padding: 1.0778vw;
}
.locations-tips {
	display: flex;
	justify-content: space-between;
	padding: 2.3952vw 0;
}
.locations-tips-img {
	width: 18.982vw;
}
.locations-tips-text {
	width: 35.2096vw;
}
.locations-tips-text-top-title {
	font-size: 1.6766vw;
	font-weight: bold;
}
.locations-tips-text-top-subtitle {
	font-size: 1.4371vw;
	font-weight: bold;
	line-height: 1.5569vw;
	margin-bottom: 1.7964vw;
}
.locations-tips-text-top-ul {
	margin-bottom: 1.7964vw;
	padding-right: 2.3952vw;
	position: relative;
}
.locations-tips-text-top-li {
	margin-bottom: 0.8982vw;
}
.locations-tips-text-top-li::before {
	content: "";
	font-size: 1.3174vw;
	border: 2px solid #c7d301;
	border-radius: 50%;
	color: #c7d301;
	font-weight: bold;
	display: block;
	width: 1.5569vw;
	line-height: 1.5569vw;
	text-align: center;
	position: absolute;
	margin-top: -0.2994vw;
	margin-right: -2.3952vw;
}
.locations-tips-text-top-li:nth-child(1)::before {
	content: "1";
}
.locations-tips-text-top-li:nth-child(2)::before {
	content: "2";
}
.locations-tips-text-top-li:nth-child(3)::before {
	content: "3";
}
.locations-tips-text-bottom-title {
	font-weight: bold;
	font-size: 1.6766vw;
}
.locations-tips-text-bottom-ul {
	margin: 1.1976vw 0  2.3952vw;
	padding-right: 2.3952vw;
}
.locations-tips-text-bottom-li {
	margin-bottom: 0.5988vw;
}
.locations-tips-text-bottom-li::before {
	content: "•";
	position: absolute;
	font-size: 1.4371vw;
	margin-right: -1.497vw;
	line-height: 1.5569vw;
}
.locations-tips-text-bottom-slogan {
	font-weight: bold;
}
.locations-tips-btn {
	margin-top: 2.6946vw;
	display: inline-flex;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.018vw;
	border-color: #bfc921;
	width: 11.976vw;
}
.bottom-form-wrapper {
	height: 11.1976vw;
	background-color: #e9ebea;
}
.bottom-form {
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bottom-form-form {
	background: #f2f3f2;
	display: flex;
	padding: 1.1976vw;
	justify-content: space-between;
}
.bottom-form-title {
	font-size: 1.1976vw;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1.3772vw;
}
.bottom-form-form-submit {
	font-size: 1.018vw;
	font-weight: 500;
	border-color: #bfc921;
	width: 8.8623vw;
	font-family: 'Heebo', sans-serif;
}
.bottom-form-form-input {
	border: 2px solid #eaeaea;
	width: 13.6527vw;
	font-family: 'Heebo', sans-serif;
	font-size: 1.018vw;
	padding-right: 0.5988vw;
}
.mainform-breadcrumbs {
	font-size: 0.8383vw;
	display: flex;
	padding-top: 0.8982vw;
}
a.mainform-breadcrumbs-item {
	color: black;
}
.mainform-breadcrumbs-item.text-decoration {
	text-decoration: none;
}
.mainform-breadcrumbs-delimeter {
	margin: 0 0.5988vw;
}
.mainform-top {
	background-color: #f2f2f2;
}
.mainform-title {
	font-size: 1.6766vw;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8982vw;
}
.mainform-top-form {
	padding: 0.2994vw 0 1.7964vw;
}
.mainform-top-fields {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5988vw;
}
.mainform-top-fields-input {
	width: calc(50% - 0.2994vw);
	border: 2px solid #eaeaea;
	font-size: 1.018vw;
	font-family: 'Heebo', sans-serif;
	padding-right: 0.479vw;
	height: 2.3952vw;
}
.mainform-top-fields-input[type="date"] {
	padding: 0.2994vw;
}
.mainform-bot {
	margin-top: 1.497vw;
}
.mainform-select {
	width: calc(50% - 0.2994vw);
}
.mainform-select .select-choosen {
	width: 23.9521vw;
}
.mainform-select .option-wrapper.active {
	min-width: 18.2635vw;
}
.mainform-top-fields-sm {
	width: calc(50% - 0.2994vw);
	display: flex;
	justify-content: space-between;
}
.mainform-top-fields-radio-text {
	font-weight: bold;
	margin-left: 0.5988vw;
}
.mainform-top-fields-radio {
	display: flex;
	width: calc(50% - 0.2994vw);
	height: 2.3952vw;
	align-items: center;
	background-color: #f5f5f5;
	padding-right: 0.5988vw;
}
.mainform-top-fields-radio-lg {
	display: flex;
	height: 2.3952vw;
	align-items: center;
	background-color: #f5f5f5;
	padding-right: 0.5988vw;
	margin-bottom: 0.5988vw;
}
.mainform-top-fields-radio-input {
	width: calc(18px);
	height: calc(18px);
	background: white;
	border-radius: 50%;
	border: 2px solid #eaeaea;
	position: relative;
	margin-left: 0.2994vw;
}
.mainform-top-fields-radio-input:checked::after {
	content: "";
	width: calc(10px);
	height: calc(10px);
	position: absolute;
	background: #b3b3b3;
	border-radius: 50%;
	top: calc(50% - calc(5px));
	left: calc(50% - calc(5px));
}
.mainform-top-fields-radio-label {
	display: flex;
	align-items: center;
}
.mainform-top-fields-radio-label-text {
	margin-left: 0.5988vw;
}
.mainform-top-fields-sm-text {
	font-weight: bold;
	align-self: center;
	padding-right: 0.5988vw;
}
.mainform-top-fields-input-lg {
	border: 2px solid #eaeaea;
	font-size: 1.018vw;
	font-family: 'Heebo', sans-serif;
	padding-right: 0.479vw;
	height: 2.3952vw;
	width: 100%;
	margin-bottom: 0.5988vw;
}
.mainform-top-fields-input-textarea {
	border: 2px solid #eaeaea;
	font-size: 1.018vw;
	font-family: 'Heebo', sans-serif;
	padding-right: 0.479vw;
	height: 5.3892vw;
	width: 100%;
	margin-bottom: 0.5988vw;
	padding-top: 0.1257vw;
	resize: none;
}
.mainform-bot-footer {
	display: flex;
	justify-content: space-between;
}
.mainform-bot-file {
	color: black;
	font-size: 0.8982vw;
	border: 2px solid #adadab;
	background: #e9e9e9;
	align-self: flex-start;
	padding: 0 0.2994vw;
}
.mainform-bot-footer-right-checkbox-label {
	font-size: 0.8383vw;
}
.mainform-bot-footer-right-checkbox {
	width: 0.6587vw;
	height: 0.6587vw;
	border-radius: 2px;
	margin-left: 3px;
	background: #e7e7e7;
	transform: translate(0, 1px);
}
.mainform-bot-footer-right-checkbox:checked {
	background-image: url('/images/checked.svg');
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}
.mainform-bot-footer-right-policy {
	font-size: 0.8383vw;
}
.mainform-bot-footer-right-policy-a {
	color: #13abf2;
}
.mainform-submit {
	font-size: 1.018vw;
	font-weight: 500;
	width: 11.6766vw;
	border-color: #bfc921;
	margin: 1.7964vw auto 0;
}
.mainform-submit-wrapper {
	margin-bottom: 1.7964vw;
}
.mainform-load,
.mainform-error {
	color: red;
	text-align: center;
	margin: 0.5988vw auto 0;
	display: block;
}
.thank {
	text-align: center;
}
.thank-img {
	display: block;
	margin: 0vw auto 0;
	padding-top: 4.7904vw;
	width: 4.4311vw;
}
.thank-title {
	font-size: 1.6766vw;
	font-weight: bold;
	margin: 0.5988vw 0 1.497vw;
}
.thank-text {
	margin-bottom: 1.497vw;
}
.thank-link {
	color: black;
	padding-bottom: 4.7904vw;
	display: inline-block;
}
.category-mainsearch {
	align-items: flex-start;
}
.category-title {
	margin: 1.7964vw 0 1.497vw;
	font-size: 1.6766vw;
	text-align: center;
}
.category-list {
	display: flex;
	flex-wrap: wrap;
}
.category-list-b {
	width: calc(33.3333% - 0.8982vw);
	margin-left: 1.1976vw;
	/*margin-left: 1.3473vw;*/
	border: 1px solid #d8d8d8;
	padding-bottom: 4.1916vw;
	position: relative;
	margin-bottom: 1.3174vw;
}
.category-list-b:nth-child(3n) {
	margin-left: 0vw;
}
.category-list-b-img {
	width: 100%;
	height: 11.976vw;
	object-fit: cover;
	object-position: center;
	display: block;
}
.category-list-b-title {
	padding: 0 0.8982vw;
	font-size: 1.1976vw;
	font-weight: 500;
	margin-top: 0.5988vw;
}
.category-list-b-description {
	padding: 0 0.8982vw;
	font-size: 0.9581vw;
	line-height: 1.1976vw;
	margin-bottom: 0.5988vw;
}
.category-list-b-footer {
	border-top: 1px dashed #d8d8d8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4.1916vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.8982vw;
}
.category-list-b-footer-price {
	font-size: 0.9581vw;
	font-weight: bold;
	line-height: 1.3174vw;
}
.category-list-b-footer-price-count {
	font-weight: bold;
	font-size: 1.0778vw;
	line-height: 1.3174vw;
}
.category-list-b-footer-price-number {
	font-size: 1.1976vw;
	margin-left: 0.4192vw;
}
.category-list-b-footer-left-btn {
	font-size: 1.018vw;
	border-color: #bfc921;
	align-items: center;
	height: 2.2754vw;
}
.category-bottom {
	padding: 0.8982vw 0;
	background-color: #e9ebea;
	margin-top: 2.994vw;
}
.category-bottom-col {
	display: flex;
	justify-content: space-between;
}
.category-bottom-col-title {
	font-weight: bold;
	font-size: 1.6766vw;
}
.category-bottom-col-btn {
	width: 14.012vw;
	font-size: 1.018vw;
	padding: 0;
	border-color: #bfc921;
}
.catitem {
	display: flex;
	justify-content: space-between;
	padding: 2.6946vw 0;
}
.catitem-gallery {
	width: 35.3293vw;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.catitem-gallery-item {
	width: 17.1257vw;
	height: 11.8563vw;
	margin-bottom: 1.0778vw;
	display: block;
	background-size: cover;
	background-position: center;
	margin-left: 1.0778vw;
}
.catitem-gallery-item:nth-child(2n) {
	margin-left: 0vw;
}
.catitem-col {
	width: 16.4671vw;
}
.catitem-col-title {
	font-size: 1.6766vw;
	font-weight: bold;
	line-height: 1.6766vw;
}
.catitem-col-subtitle {
	font-size: 1.1976vw;
}
.catitem-col-characteristic {
	display: flex;
	justify-content: space-between;
	padding: 0.2994vw 0.5988vw;
}
.catitem-col-characteristic:nth-child(even) {
	background-color: #f2f2f2;
}
.catitem-col-characteristics {
	margin-top: 0.5988vw;
}
.catitem-col-text-title {
	font-weight: bold;
	font-size: 1.1976vw;
}
.catitem-col-text {
	margin-top: 1.497vw;
}
.catitem-col-price {
	margin-top: 1.497vw;
	font-weight: bold;
}
.catitem-col-price-title {
	font-size: 0.9581vw;
}
.catitem-col-price-count {
	font-size: 1.1976vw;
}
.catitem-col-price-number {
	font-size: 1.0778vw;
}
.catitem-col-form {
	margin: 0.8982vw 0 1.497vw;
}
.catitem-col-form-title {
	font-size: 1.1976vw;
	font-weight: bold;
	margin-bottom: 0.8982vw;
}
.catitem-col-form-form-input {
	display: block;
	height: 2.3952vw;
	border: 2px solid #eaeaea;
	width: 100%;
	font-family: 'Heebo', sans-serif;
	padding-right: 0.479vw;
	margin-bottom: 0.5988vw;
	font-size: 1.018vw;
}
.catitem-col-form-form-submit {
	width: 6.8263vw;
	font-weight: 500;
	font-size: 1.018vw;
	border-color: #bfc921;
}
.catitem-col-back {
	margin-top: 2.994vw;
	display: flex;
	align-items: center;
	color: #a4a4a4;
	text-decoration: none;
}
.catitem-col-back-text {
	margin-right: 0.2994vw;
}
.lfu-top {
	background-color: #e9ebea;
}
.lfu-top-title {
	font-size: 1.6766vw;
	font-weight: bold;
	margin-top: 1.1976vw;
}
.lfu-top-text {
	margin: 0.2994vw 0 2.3952vw;
}
.lfu-top-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8.3832vw;
}
.lfu-top-row-col {
	width: 17.7844vw;
	background-color: white;
	padding: 1.018vw;
	margin-bottom: -8.3832vw;
	border: 2px solid #e9ebea;
}
.lfu-top-row-col-text {
	line-height: 1.3174vw;
}
.lfu-top-row-col-title {
	font-size: 1.3174vw;
	font-weight: bold;
	margin-bottom: 0.5988vw;
}
.lfu-bot {
	padding: 1.7964vw 0;
}
.lfu-bot-title {
	font-weight: bold;
	font-size: 1.6766vw;
}
.lfu-bot-text {
	line-height: 1.3174vw;
}
.lfu-bot-row {
	margin-top: 2.3952vw;
	display: flex;
	justify-content: space-between;
}
.lfu-bot-col {
	border: 2px solid #c7d301;
	width: calc(50% - 0.8982vw);
	padding: 2.3952vw;
	position: relative;
}
.lfu-bot-col-img {
	position: absolute;
	top: -1.018vw;
	right: -1.018vw;
	width: 5.7485vw;
}
.lfu-bot-col-title {
	padding-right: 3.4132vw;
	font-weight: bold;
	font-size: 1.3174vw;
	margin-bottom: 1.1976vw;
}
.lfu-bot-btn {
	font-size: 1.018vw;
	border-color: #bfc921;
	margin-top: 1.7964vw;
	margin-left: auto;
	margin-right: auto;
	width: 11.7964vw;
}
.lff {
	padding-bottom: 1.7964vw;
}
.lff-title {
	font-size: 1.6766vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.9162vw;
	margin: 0.5988vw 0 1.7964vw;
}
.lf-offset {
	height: 2.3952vw;
}
.lf-top {
	background-color: #f2f2f2;
}
.lf-top-title {
	font-size: 1.6766vw;
	font-weight: bold;
	margin-top: 1.497vw;
	line-height: 1.7964vw;
}
.lf-top-subtitle {
	font-size: 1.4371vw;
	font-weight: bold;
	line-height: 1.7964vw;
}
.lf-top-text {
	margin-top: 0.8982vw;
}
.lf-top-text a {
	color: #0fc0ec;
}
.lf-top-btn {
	margin-top: 1.497vw;
	display: inline-flex;
	font-size: 1.018vw;
	font-weight: 500;
	border-color: #bfc921;
	margin-bottom: 1.7964vw;
}
.lf-mainsearch {
	margin-bottom: 2.6946vw;
	margin-top: 2.6946vw;
}
.about-title {
	font-size: 1.6766vw;
	font-weight: bold;
	margin-top: 1.497vw;
	line-height: 1.7964vw;
	margin-bottom: 1.1976vw;
}
.about-text p {
	line-height: 1.3174vw;
	margin-bottom: 1.1976vw;
}
.offset-about {
	height: 2.994vw;
}
.projects {
	background-image: url('/images/projects-bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.projects-title {
	font-weight: bold;
	font-size: 1.6766vw;
	text-align: center;
	margin-bottom: 1.1976vw;
}
.projects-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.3952vw;
}
.projects-list-item {
	margin-left: 1.1976vw;
	margin-bottom: 1.3174vw;
	padding: 0.7186vw;
	background: white;
	border: 1px solid #ececec;
	width: calc(50% - 0.6587vw);
}
.projects-list-item:nth-child(2n) {
	margin-left: 0vw;
}
.projects-list-item-title {
	font-size: 1.6766vw;
	font-weight: bold;
	padding-right: 0.7186vw;
}
.projects-list-item-description {
	padding-right: 0.7186vw;
}
.projects-list-item-img {
	display: block;
	border: 0;
	width: 100%;
	height: 13.6527vw;
	object-fit: cover;
}
.category-loading {
	margin: 0 auto;
	display: block;
}
.tc-title {
	font-size: 1.6766vw;
	font-weight: bold;
	margin-top: 1.497vw;
	line-height: 1.7964vw;
	margin-bottom: 0.5988vw;
}
.tc-text p {
	margin-bottom: 0.8982vw;
}
.tc-use {
    background: #ececec;
    padding: 1.1976vw 0 2.3952vw;
    direction: ltr;
    margin-top: 2.994vw;
}
.about-en {
	direction: ltr;
}
.about-en-title {
	font-size: 1.6766vw;
	font-weight: bold;
	margin-top: 1.7964vw;
}
.about-en-bottom,
.about-en-top {
    display: flex;
}
.about-en-left {
	width: 50%;
	padding-right: 1.497vw;
}
.about-en-right {
	width: 50%;
	padding-left: 1.497vw;
}
.about-en-text p {
	margin: 0.5988vw 0;
}
.about-en-text ul {
    padding-left: 1.6168vw;
    list-style: none;
}
.about-en-text li {
	margin-bottom: 0.5988vw;
}
.about-en-text li::before {
	content: "-";
	position: absolute;
	margin-left: -1.0778vw;
}
.header-en-btn {
    position: absolute;
    left: -2.0958vw;
    color: white;
    font-weight: bold;
    top: 0.5988vw;
    text-decoration: none;
}
.header-en-btn:hover {
    color: #c7d301;
}
.whatsapp {
    height: 2.7027vw;
    width: 2.7027vw;
    position: fixed;
    z-index: 12;
    background-color: #57bb63;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1.6216vw;
    left: 1.6216vw;
    border-radius: 50%;
}
.whatsapp-svg {
    width: 1.6216vw;
    height: 1.6216vw;
}
.location-share {
	display: flex;
	width: 5.2695vw;
	justify-content: space-between;
	margin-top: 2.994vw;
}
.location-share-ico {
	display: block;
}
.location-share-ico-img {
	width: 2.3353vw;
	height: 2.3353vw;
}