@media (min-width: 1600px) { :root {
	--column-width: 1240px;
	--offset: calc(50% - (var(--column-width) / 2));
	--white: #F1F1F9;
}

body, input, textarea, select {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	-webkit-text-size-adjust: none;
}

img, svg {
	max-width: 100%;
	display: block;
}

* {
	box-sizing: border-box;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance:none;
}

body, 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;
}

body {
	padding: 16px 30px;
	background: white;
}

.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;
}

.container {
	padding-left: var(--offset);
	padding-right: var(--offset);
}

.container-offset {
	width: var(--column-width);
	margin-left: auto;
	margin-right: auto;
}

img[srcset] {
    object-fit: scale-down !important;
    object-position: center !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#loader.active {
    opacity: 1;
    pointer-events: auto;
}

#loader path {
    fill: var(--color-second);
}

.btn-white-primary {
	display: flex;
	padding: 16px 32px 15px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	background: white;
	color: var(--, #5B6A73);
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 166.667% */
	text-transform: uppercase;
	height: 56px;
	border: none;
	cursor: pointer;
}

.btn-white-primary:hover {
	background: var(--white, #dddada);
}

.btn-gray-primary {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	background: var(---, #A6A6A6);
	color: var(--white, #FFF);
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 166.667% */
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #A6A6A6;
}

.btn-gray-primary:hover {
	background: white;
	color: #A6A6A6;
}

.btn-gray-secondary {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	border: 2px solid #8E8E8E;
	color: #8E8E8E;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 166.667% */
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.btn-gray-secondary:hover {
	background: #e4dfdf;
}

.btn-black-primary {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	background: var(--black-main, #252222);
	color: var(--white, #FFF);
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 166.667% */
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.btn-black-primary:hover {
	background: var(--black-main, #161515);
}

.btn-white-primary {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	background: white;
	color: var(--dark-blue, #060E42);
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 166.667% */
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.btn-contact-form {
	background: var(--dark-blue, #060E42);
	color: white;
}

.btn-contact-form:hover {
	background: #101d6e;
}

/* MODALS */


.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.container-modal {
	border-radius: 16px;
	background: #F1F1F9;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 30px 40px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
	min-width: 430px;
}


.input-mark {
	width: 1px;
	height: 1px;
	opacity: 0;
	margin: 0;
	padding: 0;
	/* font-size: 0; */
	display: block;
}

.reviews-form-stars-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 26px;
}

.reviews-form-stars-title {
	margin-right: 10px;
	color: var(--text, #151515);
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.28px;
	text-transform: uppercase;
}

.reviews-form-stars {
	display: flex;
	align-items: center;
}

.reviews-form-star {
	width: 30px;
	height: 30px;
	margin-right: 4px;
	cursor: pointer;
}

.reviews-form-star.hover path,
.reviews-form-star.selected path {
	fill: #FEC107;
}

.reviews-form-star:last-child {
	margin-right: 0;
}

.closemodal {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.closemodal svg {
    width: 16px;
    height: 16px;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.search-breadcrumbs-inner {
	display: inline;
	list-style: none;
}

.search-breadcrumbs-item {
	display: inline;
}

.search-breadcrumbs-link {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.search-breadcrumbs-link::after {
	content: "";
	display: inline-block;
	width: 12px; /* Adjust width based on the size of your image */
	height: 12px; /* Adjust height based on the size of your image */
	background-image: url('/images/chevron.svg');
	background-size: contain;
	margin: 0 5px;
}

.search-breadcrumbs-last::after{
	display: none;
}

.search-breadcrumbs-last{
	color: var(--blue, #06C);
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	text-decoration: underline;
}


/* chat-btn */

.chat-btn {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 99999;
	height: 50px;
	transition: all .5s linear;
}

.chat-btn.active .main-chat-btn-open {
	display: none;
}

.chat-btn.active .main-chat-btn-close {
	display: flex;
	justify-content: center;
	align-items: center;
}

.chat-btn.active .chat-btn-inner {
	display: flex;
	flex-direction: column;
	height: auto;
}

.chat-btn.active .chat-btn-inner div{
	width: 50px;
	height: 50px;
	opacity: 1;
	transition-timing-function: cubic-bezier(.65,.05,.36,1);
	transform: translateY(0px);
	/*margin-top: 10px;*/
}

.chat-btn.active .chat-btn-inner .google-btn {
	width: 60px;
	margin-left: -1px;
}

.main-chat-btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	/*background-color: red;*/
}

.main-chat-btn-open {
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 25px;
	/*background-color: var(--color-light-blue);*/
	font-size: 8px;
	color: #fff;
}

.main-chat-btn-close {
	width: 50px;
	height: 50px;
	display: none;
}

.chat-btn-inner {
	overflow: hidden;
	justify-content: flex-end;
	position: absolute;
	top: -260px;
	left: -55px;
	height: 0;
}

.chat-btn-inner div {
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 5px 10px 5px;
	opacity: 0;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.65,.05,.36,1);
	transition-property: all;
	transform: translateY(30px);
}

.chat-btn-inner div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.chat-btn-inner div a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.search-items {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 8px 16px 8px rgba(131, 131, 131, 0.15);
	transition: .5s;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	z-index: 99;
}

.search-items.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.search-item-service {
	display: flex;
	margin-bottom: 10px;
	text-decoration: none;
	padding-bottom: 10px;
	justify-content: space-between;
	border-bottom: 1px solid #F1F1F9;
}

.search-item-service:last-child {
	margin-bottom: 20px;
}

.search-item-service:hover {
	text-decoration: underline;
}

.search-item-title {
	transition: .3s;
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 138.462% */
	max-width: 310px;
	text-decoration: none;
}

.search-item:hover .search-item-title {
	text-decoration: underline;
}

.search-item-price {
	color: var(--blue, #06C);
	text-align: right;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 138.462% */
}

.search-nothing-found {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 138.462% */
	text-transform: uppercase;
}

.show-all-results {
	color: var(--blue, #06C);
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 153.846% */
	text-decoration: underline;
}

.search-items-headline {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 138.462% */
	text-transform: uppercase;
	margin-bottom: 8px;
}

.search-item-page-wrapper {
	text-decoration: none;
}

.search-item-page-wrapper:hover {
	text-decoration: underline;
}

.search-item-page {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F1F1F9;
	margin-bottom: 10px;
	text-decoration: none;
}

.search-item-page-title {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 138.462% */
	text-decoration: none;
}

.search-nothing-found {
	padding: 15px 0;
}

a:hover {
	text-decoration: underline;
}

.services-list-item {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}

.services-list-item:nth-child(2n) {
	background-color: white;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}

.our-services-block {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.our-services-block-title {
	color: var(--black, #313132);
	text-align: center;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 113.333% */
	text-transform: uppercase;
}

.our-services-block-list {
	width: 100%;
} 

.breadcrumbs {
	margin-bottom: 30px;
	margin-top: 25px;
	padding: 5px 0;
}

.breadcrumbs-inner {
	display: inline;
	list-style: none;
}

.breadcrumbs-item {
	display: inline;
}

.breadcrumbs-link {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.breadcrumbs-link::after {
    content: "";
    display: inline-block;
    width: 12px; /* Adjust width based on the size of your image */
    height: 12px; /* Adjust height based on the size of your image */
    background-image: url('/images/chevron.svg');
    background-size: contain;
    margin: 0 5px;
}

.breadcrumbs-last::after{
	display: none;
}

.breadcrumbs-last{
	color: var(--grey, #717171);
}


 
    .top-header {
        width: calc(100% + 60px);
        color: white;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 138.462% */
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2166C3;
        padding-top: 30px;
        padding-bottom: 15px;
        margin: -30px;
        margin-bottom: 35px;
    }

 
    

 
    .contact-phones {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 6px;	
	}

	.contact-phones-item {
		display: flex;
		align-items: center;
		gap: 10px;
		text-decoration: none;
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px; /* 128.571% */
	}

	.contact-phones-item:hover {
		text-decoration: underline;
	}

	.contact-phones-list {
		display: none;
		flex-direction: column;
		gap: 15px;
		position: absolute;
		top: calc(20px);
		background: white;
        padding: 8px;
        border-radius: 8px;
	}

	.contact-phones span {
		color: black;
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px; /* 150% */
	}

	.contact-phones:hover .contact-phones-list {
		display: flex;
	}

 
    .language-picker {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .lang-tag {
        color: #848484;
        text-shadow: 0px 7px 32px rgba(0, 0, 0, 0.15);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 128.571% */
        text-transform: uppercase;
        text-decoration: none;
    }

    .lang-tag.active {
        color: var(--black-main, #252222);
        border-bottom: 2px solid black;
    }

 
	header {
		padding: 18px 50px 15px 50px;
		border-radius: 16px;
		background: var(--white, #FFF);
	}

	.header-inner {
		display: flex;
		flex-direction: column;
	}

	.header-top {
		display: flex;
		align-items: center;
		padding-bottom: 18px;
		border-bottom: 2px solid #F2F2F2;
		justify-content: space-between;
	}

	.header-logo-container {
		max-width: 170px;
	}

	.header-logo {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.header-search {
		position: relative;
		width: 420px;
		height: 44px;
		background: white;
        padding: 13px 20px;
		border-radius: 10px;
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.header-search-input {
		width: 350px;
		height: 100%;
        color: #747576;
		font-family: Montserrat;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px; /* 138.462% */
		border: none;
		background: white;
	}

	.header-search-button {
		width: 18px;
		height: 18px;
		padding: 0;
        background: none;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: .3s;
	}

	.search-icon {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.header-search-input::placeholder {
        color: var(--grey, #747576);
	}

	.header-top-links {
		display: flex;
		gap: 45px;
		align-items: center;
	}

	.header-top-link {
		color: var(--black, #000A21);
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px; /* 153.846% */
		text-decoration: none;
	}

	.header-bottom {
		margin-top: 18px;
	}

	.header-bottom-links {
		display: flex;
		gap: 80px;
		justify-content: center;
	}

	.header-bottom-link, .header-bottom-link a {
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px; /* 142.857% */
		display: flex;
		gap: 6px;
		align-items: center;
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
	}

	.header-bottom-link:hover {
		text-decoration: underline;
	}

	.header-bottom-link:hover > .header-bottom-link-submenu {
		display: flex;
	}

	.header-bottom-link-submenu:hover {
		display: flex;
	}

	.header-bottom-link-submenu.active {
		display: flex;
	}

	.header-bottom-link-submenu .header-bottom-link {
		width: 430px;
	}

	.header-bottom-link-submenu {
		display: none;
		position: absolute;
		height: 470px;
		top: 100%;
        left: 0;
        width: fit-content;
		height: fit-content;
		padding: 15px 0;
		z-index: 99;
	}

	.header-bottom-link-submenu-inner {
		padding: 20px;
        background: #FFFFFF;
        border-radius: 16px;
        box-shadow: 0px 8px 16px 8px rgba(131, 131, 131, 0.15);
        transition: .5s;
		display: flex;
		flex-direction: column;
		gap: 10px;
		max-height: 430px;
		overflow-y: auto;
		padding-right: 20px;
	}

	.header-bottom-link-submenu-inner > .header-bottom-link:hover {
		color: var(--dark-blue, #060E42);
		text-decoration: underline;
	}

	/* For WebKit browsers (Chrome, Safari) */
	.header-bottom-link-submenu-inner::-webkit-scrollbar {
		width: 4px; /* Scroll bar width */
	}

	.header-bottom-link-submenu-inner::-webkit-scrollbar-track {
		background: #f1f1f1; /* Track color */
	}

	.header-bottom-link-submenu-inner::-webkit-scrollbar-thumb {
		background-color: #252222; /* Scroll bar thumb color */
		border-radius: 10px;
	}

	.header-bottom-link-submenu-inner::-webkit-scrollbar-thumb:hover {
		background-color: #252222; /* Color on hover */
	}

	.header-top-contacts {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	#phone-ico-viber {
		width: 30px;
	}

 
    .image-banner {
        margin-top: 35px;
        border-radius: 16px;
        overflow: hidden;
    }

    .image-banner-img {
        width: 100%;
        display: block;
        /*height: 50vh;
        object-fit: fill;*/
        object-fit: contain;
    }

 

    .input-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .input-wrapper-100 {
        width: 100%;
    }

    .input {
        width: 100%;
        border: none;
        color: var(--white, #FFF);
        background: rgba(255, 255, 255, 0.30);
        height: 56px;
        border-radius: 12px;
        padding: 16px 15px;
        border: 1px solid var(--white, #FFF);
    }

    .input::placeholder {
        color: var(--white, #FFF);
    }

    .textarea {
        height: 92px;
        border-radius: 12px;
        resize: none;
        padding: 13px 20px;
    }

    .textarea-wrapper {
        height: 92px;
    }

    .textarea::-webkit-input-placeholder {
        color: var(--white, #FFF);
    }

    .input-label {
        position: absolute;
        top: -11px;
        left: 20px;
        background: var(--white, #FFF);
    }

    .input-grey, 
    .textarea-grey {
        border: 1px solid var(--white, #FFF);
    }

    .input-light, 
    .textarea-light {
        border-radius: 12px;
        border: 1px solid var(--white, #FFF);
        background: #FFF;
        color: var(--black, #313132) !important;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px; /* 176.923% */
    }

    .input-light::placeholder,
    .textarea-light::placeholder {
        color: var(--black, #313132) !important;
        opacity: 0.7; /* Firefox */
    }

    .pass-status {
        position: absolute;
        width: 22px;
        height: 22px;
        top: 13px;
        right: 20px;
        cursor: pointer;
        user-select: none;
    }

    .pass-status svg {
        width: 22px;
        height: 22px;
    }

    .pass-status .hide {
        display: none;
    }

    .pass-status.active .hide {
        display: block;
    }

    .input-error {
        display: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        color: #c72727;
    }


 

   /* .btn {
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
        border: none;
        text-align: center;
        height: 44px;
        font-family: 'Nunito Sans', sans-serif;
        padding: 0 10px;
    }

    .btn-big-cart svg,
    .btn-product svg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .btn-mobile {
        display: none;
    }

    .btn-100 {
        width: 100%;
    }

    .btn-240 {
        width: 240px;
    }

    .btn-290 {
        width: 290px;
    }

    .btn-200 {
        width: 200px;
    }

    .btn-340 {
        width: 340px;
    }

    .btn-260 {
        width: 260px;
    }

    .btn-415 {
        width: 415px;
    }

    .btn-210 {
        width: 210px;
    }

    .btn-175 {
        width: 175px;
    }

    .btn-cart {
        width: 46px;
        border-radius: 10px;
    }

    .btn-cart svg {
        width: 24px;
        height: 24px;
    }

    .btn-yellow {
        background: var(--color-main);
    }

    .btn-yellow:hover {
        background: var(--color-yellow);
    }

    .btn-red {
        background: #FA580F;
    }

    .btn-red:hover {
        background: #ff7231;
    }

    .btn-blue {
        background: var(--color-blue);
    }

    .btn-blue:hover {
        background: var(--color-blue-hover);
    }

    .btn-green {
        background: var(--color-green);
    }

    .btn-green:hover {
        background: var(--color-green-2);
    }

    .btn-empty {
        color: var(--color-blue);
        border: 1px solid var(--color-blue);
        background: transparent;
    }

    .btn-empty:hover {
        background: var(--color-blue);
        color: var(--color-white);
    }

    .btn-empty.btn-blue {
        color: var(--color-blue);
        border: 1px solid var(--color-blue);
        background: transparent;
    }

    .btn-empty.btn-blue:hover {
        background: var(--color-blue);
        color: var(--color-white);
    }

    .btn-empty.btn-green {
        color: var(--color-green);
        border: 1px solid var(--color-green);
        background: transparent;
    }

    .btn-empty.btn-green:hover {
        background: var(--color-green);
        color: var(--color-white);
    }

    .btn-dark-blue {
        color: var(--color-white);
        background: var(--color-text-blue);
    }

    .btn-dark-blue:hover {
        background: var(--color-blue-hover);
        color: var(--color-white);
    }

    .btn-none {
        display: none;
    }
   
    .btn-inactive {
        background: var(--color-grey) !important;
        pointer-events: none;
    }*/


 
    .contacts-answer {
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        padding: 20px 0;
        display: none;
    }

    .contacts-answer.success {
        color: #51cd78;
    }

    .contacts-answer.error {
        color: #c72727;
    }

    .contact-form-wrapper {
        display: inline-flex;
        padding: 70px 80px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 16px;
        background: white;
        box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
        width: 100%;
        margin-top: 80px
    }

    .contact-form-icon-row {
        margin-top: 35px;
        display: flex;
        gap: 80px;
        align-items: center;
    }

    .contact-form-icon-row-item, .contact-form-icon-row-item a {
        display: flex;
        align-items: center;
        gap: 15px;
        color: var(--black-main, #252222);
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 120% */
        text-decoration: none;
    }

    .contact-form-icon-row-item a:hover {
        text-decoration: underline;
    }

    .contact-form-map-wrapper {
        margin-top: 80px;
        height: 450px;
        overflow: hidden;
        border-radius: 16px;
    }

    .contact-form-title {
        color: var(--black-main, #252222);
        font-family: Montserrat;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 123.077% */
        text-transform: uppercase;
    }

    .contact-form-map-wrapper > iframe {
        width: 100%;
        height: 100%;
    }

    .contact-form {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }

    .contact-socials {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .contact-form-icon-row-item-img {
        width: 32px;
        height: 32px;
    }

    .contact-socials-social {
        width: 32px;
        height: 32px;
    }

    .contact-form input::placeholder {
        color: var(--grey, #717171);
    }

    .contact-form input {
        background: #F1F1F9;
        color: var(--black-main, #252222);
    }

    .contact-form-btns {
        margin-top: 3.4722vw;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
        margin-top: 20px;
    }

    .contact-form-btn {
        display: flex;
        padding: 16px 32px 15px 32px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 10px;
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px; /* 166.667% */
        text-transform: uppercase;
        color: var(--white, #FFF);
        text-decoration: none !important;
    }

    .telegram-btn {
        background: #30B3F5;
    }

    .telegram-btn:hover {
        background: #1976a5;
    }

    .viber-btn {
        background: #7F4DA0;
    }

    .viber-btn:hover {
        background: #8042aa;
    }

    .call-btn {
        background: #0A960F;
    }

    .call-btn:hover {
        background: #086d0c;
    }

 
    .make-review-modal-title {
        color: var(--black, #313132);
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 145.455% */
        text-transform: uppercase;
    }

    .form-modal-make-review {
        margin-top: 16px;
        width: 100%;
    }

    .reviews-form-stars-title {
        color: #ABABAB;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
    }

    .form-modal-make-review-inputs {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
    }

    .btn-make-review {
        margin-top: 25px;
    }

    .reviews-answer.error {
        color: #dd1010;
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 23px; /* 176.923% */
        text-transform: uppercase;
        text-align: center;
        display: none;
    }

 
	.footer-regions {
		position: relative;
	}

	.footer-regions-title {
		display: flex;
		width: 202px;
		padding: 13px 16px;
		justify-content: space-between;
		align-items: center;
		flex-shrink: 0;
		border-radius: 12px;
		border: 1px solid #E7E7E7;
		background: var(--white, #FFF);
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px; /* 138.462% */
		cursor: pointer;
		user-select: none;
	}

	.footer-regions-title svg {
		transform: rotate(180deg);
	}

	.rotate {
		transform: rotate(0deg) !important;
		transition: transform 0.3s ease;
	}

	.footer-regions-list {
		position: absolute;
		bottom: 55px;
		z-index: 1;
		display: inline-flex;
		padding: 16px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		border-radius: 12px;
		background: var(--white, #FFF);
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	}

	.footer-regions-list-link {
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px; /* 138.462% */
		margin-top: 3.0px;
		width: 200px;
		display: block;
		text-decoration: none;
	}

	.footer-regions-list-link:hover {
		text-decoration: underline;
	}

	footer {
		margin-top: 80px;
	}

	.footer-top {
		padding-bottom: 30px;
		border-bottom: 1px solid #C7C7C7;
		display: flex;
		justify-content: space-between;
	}

	.footer-top-left {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.footer-logo-container {
		max-width: 130px;
	}

	.footer-logo {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.footer-copyright {
		color: #848484;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 18px; /* 150% */
	}

	.footer-top-right {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 25px;
	}

	.footer-top-callback-btn {
		display: flex;
		padding: 14px 24px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		border-radius: 10px;
		background: var(---, #A6A6A6);
		color: var(--white, #FFF);
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 23px; /* 191.667% */
		text-transform: uppercase;
		border: none;
		cursor: pointer;
		border: 1px solid #A6A6A6;
	}

	.footer-top-callback-btn:hover {
		background: white;
		color: #A6A6A6;
	}

	.footer-top-links {
		display: flex;
		gap: 90px;
	}

	.footer-top-links-column {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.footer-top-link {
		text-decoration: none;
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px; /* 153.846% */
	}

	.footer-top-link:hover {
		text-decoration: underline;
	}

	.footer-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	}

	.footer-bottom-socials {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.footer-bottom-social {
		width: 24px;
		height: 24px;
	}

	.footer-bottom-social img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

 
	.contact-form-wrapper {
        margin: 0 !important;
    }

 }@media (max-width: 1600px) and (min-width: 1000px) { :root {
	--column-width: 86.1111vw;
	--offset: calc(50% - (var(--column-width) / 2));
	--white: #F1F1F9;
}

body, input, textarea, select {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 1.0417vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7361vw;
	-webkit-text-size-adjust: none;
}

img, svg {
	max-width: 100%;
	display: block;
}

* {
	box-sizing: border-box;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance:none;
}

body, 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;
}

body {
	padding: 1.1111vw 2.0833vw;
	background: white;
}

.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;
}

.container {
	padding-left: var(--offset);
	padding-right: var(--offset);
}

.container-offset {
	width: var(--column-width);
	margin-left: auto;
	margin-right: auto;
}

img[srcset] {
    object-fit: scale-down !important;
    object-position: center !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#loader.active {
    opacity: 1;
    pointer-events: auto;
}

#loader path {
    fill: var(--color-second);
}

.btn-white-primary {
	display: flex;
	padding: 1.1111vw 2.2222vw 1.0417vw 2.2222vw;
	justify-content: center;
	align-items: center;
	gap: 0.5556vw;
	border-radius: 0.6944vw;
	background: white;
	color: var(--, #5B6A73);
	font-family: Montserrat;
	font-size: 1.0417vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7361vw; /* 166.667% */
	text-transform: uppercase;
	height: 3.8889vw;
	border: none;
	cursor: pointer;
}

.btn-white-primary:hover {
	background: var(--white, #dddada);
}

.btn-gray-primary {
	display: flex;
	padding: 1.1111vw 2.2222vw;
	justify-content: center;
	align-items: center;
	gap: 0.5556vw;
	border-radius: 0.6944vw;
	background: var(---, #A6A6A6);
	color: var(--white, #FFF);
	font-family: Montserrat;
	font-size: 0.9028vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7361vw; /* 166.667% */
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #A6A6A6;
}

.btn-gray-primary:hover {
	background: white;
	color: #A6A6A6;
}

.btn-gray-secondary {
	display: flex;
	padding: 1.1111vw 2.2222vw;
	justify-content: center;
	align-items: center;
	gap: 0.5556vw;
	border-radius: 0.6944vw;
	border: 2px solid #8E8E8E;
	color: #8E8E8E;
	font-family: Montserrat;
	font-size: 0.9028vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7361vw; /* 166.667% */
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.btn-gray-secondary:hover {
	background: #e4dfdf;
}

.btn-black-primary {
	display: flex;
	padding: 1.1111vw 2.2222vw;
	justify-content: center;
	align-items: center;
	gap: 0.5556vw;
	border-radius: 0.6944vw;
	background: var(--black-main, #252222);
	color: var(--white, #FFF);
	font-family: Montserrat;
	font-size: 1.0417vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7361vw; /* 166.667% */
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.btn-black-primary:hover {
	background: var(--black-main, #161515);
}

.btn-white-primary {
	display: flex;
	padding: 1.1111vw 2.2222vw;
	justify-content: center;
	align-items: center;
	gap: 0.5556vw;
	border-radius: 0.6944vw;
	background: white;
	color: var(--dark-blue, #060E42);
	font-family: Montserrat;
	font-size: 1.0417vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7361vw; /* 166.667% */
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.btn-contact-form {
	background: var(--dark-blue, #060E42);
	color: white;
}

.btn-contact-form:hover {
	background: #101d6e;
}

/* MODALS */


.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.container-modal {
	border-radius: 1.1111vw;
	background: #F1F1F9;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 2.0833vw 2.7778vw;
    position: absolute;
    top: 5.5556vw;
    left: 50%;
    transform: translateX(-50%);
	min-width: 29.8611vw;
}


.input-mark {
	width: 1px;
	height: 1px;
	opacity: 0;
	margin: 0;
	padding: 0;
	/* font-size: 0; */
	display: block;
}

.reviews-form-stars-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.8056vw;
}

.reviews-form-stars-title {
	margin-right: 0.6944vw;
	color: var(--text, #151515);
	font-family: "Nunito Sans";
	font-size: 0.9722vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6667vw; /* 171.429% */
	letter-spacing: 0.0194vw;
	text-transform: uppercase;
}

.reviews-form-stars {
	display: flex;
	align-items: center;
}

.reviews-form-star {
	width: 2.0833vw;
	height: 2.0833vw;
	margin-right: 0.2778vw;
	cursor: pointer;
}

.reviews-form-star.hover path,
.reviews-form-star.selected path {
	fill: #FEC107;
}

.reviews-form-star:last-child {
	margin-right: 0;
}

.closemodal {
    cursor: pointer;
    position: absolute;
    top: 1.0417vw;
    right: 1.0417vw;
}

.closemodal svg {
    width: 1.1111vw;
    height: 1.1111vw;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.search-breadcrumbs-inner {
	display: inline;
	list-style: none;
}

.search-breadcrumbs-item {
	display: inline;
}

.search-breadcrumbs-link {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 0.8333vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25vw; /* 150% */
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.search-breadcrumbs-link::after {
	content: "";
	display: inline-block;
	width: 0.8333vw; /* Adjust width based on the size of your image */
	height: 0.8333vw; /* Adjust height based on the size of your image */
	background-image: url('/images/chevron.svg');
	background-size: contain;
	margin: 0 0.3472vw;
}

.search-breadcrumbs-last::after{
	display: none;
}

.search-breadcrumbs-last{
	color: var(--blue, #06C);
	font-family: Montserrat;
	font-size: 0.8333vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25vw; /* 150% */
	text-decoration: underline;
}


/* chat-btn */

.chat-btn {
	position: fixed;
	right: 2.7778vw;
	bottom: 2.7778vw;
	z-index: 99999;
	height: 3.4722vw;
	transition: all .5s linear;
}

.chat-btn.active .main-chat-btn-open {
	display: none;
}

.chat-btn.active .main-chat-btn-close {
	display: flex;
	justify-content: center;
	align-items: center;
}

.chat-btn.active .chat-btn-inner {
	display: flex;
	flex-direction: column;
	height: auto;
}

.chat-btn.active .chat-btn-inner div{
	width: 3.4722vw;
	height: 3.4722vw;
	opacity: 1;
	transition-timing-function: cubic-bezier(.65,.05,.36,1);
	transform: translateY(0px);
	/*margin-top: 0.6944vw;*/
}

.chat-btn.active .chat-btn-inner .google-btn {
	width: 4.1667vw;
	margin-left: -1px;
}

.main-chat-btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.4722vw;
	height: 3.4722vw;
	/*background-color: red;*/
}

.main-chat-btn-open {
	width: 3.4722vw;
	height: 3.4722vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 1.7361vw;
	/*background-color: var(--color-light-blue);*/
	font-size: 0.5556vw;
	color: #fff;
}

.main-chat-btn-close {
	width: 3.4722vw;
	height: 3.4722vw;
	display: none;
}

.chat-btn-inner {
	overflow: hidden;
	justify-content: flex-end;
	position: absolute;
	top: -18.0556vw;
	left: -3.8194vw;
	height: 0;
}

.chat-btn-inner div {
	cursor: pointer;
	width: 3.4722vw;
	height: 3.4722vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.3472vw 0.3472vw 0.6944vw 0.3472vw;
	opacity: 0;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.65,.05,.36,1);
	transition-property: all;
	transform: translateY(30px);
}

.chat-btn-inner div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.chat-btn-inner div a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.search-items {
	position: absolute;
	top: calc(100% + 0.3472vw);
	left: 0;
	width: 100%;
	padding: 1.3889vw;
	background: #FFFFFF;
	border-radius: 0.6944vw;
	box-shadow: 0vw 0.5556vw 1.1111vw 0.5556vw rgba(131, 131, 131, 0.15);
	transition: .5s;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	z-index: 99;
}

.search-items.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.search-item-service {
	display: flex;
	margin-bottom: 0.6944vw;
	text-decoration: none;
	padding-bottom: 0.6944vw;
	justify-content: space-between;
	border-bottom: 1px solid #F1F1F9;
}

.search-item-service:last-child {
	margin-bottom: 1.3889vw;
}

.search-item-service:hover {
	text-decoration: underline;
}

.search-item-title {
	transition: .3s;
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 0.9028vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25vw; /* 138.462% */
	max-width: 21.5278vw;
	text-decoration: none;
}

.search-item:hover .search-item-title {
	text-decoration: underline;
}

.search-item-price {
	color: var(--blue, #06C);
	text-align: right;
	font-family: Montserrat;
	font-size: 0.9028vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25vw; /* 138.462% */
}

.search-nothing-found {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 0.9028vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25vw; /* 138.462% */
	text-transform: uppercase;
}

.show-all-results {
	color: var(--blue, #06C);
	font-family: Montserrat;
	font-size: 0.9028vw;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3889vw; /* 153.846% */
	text-decoration: underline;
}

.search-items-headline {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 0.9028vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25vw; /* 138.462% */
	text-transform: uppercase;
	margin-bottom: 0.5556vw;
}

.search-item-page-wrapper {
	text-decoration: none;
}

.search-item-page-wrapper:hover {
	text-decoration: underline;
}

.search-item-page {
	display: flex;
	flex-direction: column;
	gap: 0.5556vw;
	padding-bottom: 0.6944vw;
	border-bottom: 1px solid #F1F1F9;
	margin-bottom: 0.6944vw;
	text-decoration: none;
}

.search-item-page-title {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 0.9028vw;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25vw; /* 138.462% */
	text-decoration: none;
}

.search-nothing-found {
	padding: 1.0417vw 0;
}

a:hover {
	text-decoration: underline;
}

.services-list-item {
	box-shadow: 0vw 0vw 1.1111vw 0vw rgba(0, 0, 0, 0.06);
}

.services-list-item:nth-child(2n) {
	background-color: white;
	box-shadow: 0vw 0vw 1.1111vw 0vw rgba(0, 0, 0, 0.06);
}

.our-services-block {
	margin-top: 5.5556vw;
	display: flex;
	flex-direction: column;
	gap: 2.4306vw;
}

.our-services-block-title {
	color: var(--black, #313132);
	text-align: center;
	font-family: Montserrat;
	font-size: 2.0833vw;
	font-style: normal;
	font-weight: 700;
	line-height: 2.3611vw; /* 113.333% */
	text-transform: uppercase;
}

.our-services-block-list {
	width: 100%;
} 

.breadcrumbs {
	margin-bottom: 2.0833vw;
	margin-top: 1.7361vw;
	padding: 0.3472vw 0;
}

.breadcrumbs-inner {
	display: inline;
	list-style: none;
}

.breadcrumbs-item {
	display: inline;
}

.breadcrumbs-link {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: 0.8333vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25vw; /* 150% */
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.breadcrumbs-link::after {
    content: "";
    display: inline-block;
    width: 0.8333vw; /* Adjust width based on the size of your image */
    height: 0.8333vw; /* Adjust height based on the size of your image */
    background-image: url('/images/chevron.svg');
    background-size: contain;
    margin: 0 0.3472vw;
}

.breadcrumbs-last::after{
	display: none;
}

.breadcrumbs-last{
	color: var(--grey, #717171);
}


 
    .top-header {
        width: calc(100% + 4.1667vw);
        color: white;
        font-family: Montserrat;
        font-size: 1.1111vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6667vw; /* 138.462% */
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2166C3;
        padding-top: 2.0833vw;
        padding-bottom: 1.0417vw;
        margin: -2.0833vw;
        margin-bottom: 2.4306vw;
    }

 
    

 
    .contact-phones {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 0.4167vw;	
	}

	.contact-phones-item {
		display: flex;
		align-items: center;
		gap: 0.6944vw;
		text-decoration: none;
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 0.9722vw;
		font-style: normal;
		font-weight: 600;
		line-height: 1.25vw; /* 128.571% */
	}

	.contact-phones-item:hover {
		text-decoration: underline;
	}

	.contact-phones-list {
		display: none;
		flex-direction: column;
		gap: 1.0417vw;
		position: absolute;
		top: calc(20px);
		background: white;
        padding: 0.5556vw;
        border-radius: 0.5556vw;
	}

	.contact-phones span {
		color: black;
		font-family: Montserrat;
		font-size: 0.9722vw;
		font-style: normal;
		font-weight: 600;
		line-height: 1.25vw; /* 150% */
	}

	.contact-phones:hover .contact-phones-list {
		display: flex;
	}

 
    .language-picker {
        display: flex;
        align-items: center;
        gap: 0.8333vw;
    }

    .lang-tag {
        color: #848484;
        text-shadow: 0vw 0.4861vw 2.2222vw rgba(0, 0, 0, 0.15);
        font-family: Montserrat;
        font-size: 0.9722vw;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25vw; /* 128.571% */
        text-transform: uppercase;
        text-decoration: none;
    }

    .lang-tag.active {
        color: var(--black-main, #252222);
        border-bottom: 2px solid black;
    }

 
	header {
		padding: 1.25vw 3.4722vw 1.0417vw 3.4722vw;
		border-radius: 1.1111vw;
		background: var(--white, #FFF);
	}

	.header-inner {
		display: flex;
		flex-direction: column;
	}

	.header-top {
		display: flex;
		align-items: center;
		padding-bottom: 1.25vw;
		border-bottom: 2px solid #F2F2F2;
		justify-content: space-between;
	}

	.header-logo-container {
		max-width: 11.8056vw;
	}

	.header-logo {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.header-search {
		position: relative;
		width: 29.1667vw;
		height: 3.0556vw;
		background: white;
        padding: 0.9028vw 1.3889vw;
		border-radius: 0.6944vw;
		display: flex;
		gap: 1.0417vw;
		align-items: center;
	}

	.header-search-input {
		width: 24.3056vw;
		height: 100%;
        color: #747576;
		font-family: Montserrat;
		font-size: 0.9028vw;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25vw; /* 138.462% */
		border: none;
		background: white;
	}

	.header-search-button {
		width: 1.25vw;
		height: 1.25vw;
		padding: 0;
        background: none;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: .3s;
	}

	.search-icon {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.header-search-input::placeholder {
        color: var(--grey, #747576);
	}

	.header-top-links {
		display: flex;
		gap: 3.125vw;
		align-items: center;
	}

	.header-top-link {
		color: var(--black, #000A21);
		font-family: Montserrat;
		font-size: 0.9722vw;
		font-style: normal;
		font-weight: 600;
		line-height: 1.3889vw; /* 153.846% */
		text-decoration: none;
	}

	.header-bottom {
		margin-top: 1.25vw;
	}

	.header-bottom-links {
		display: flex;
		gap: 5.5556vw;
		justify-content: center;
	}

	.header-bottom-link, .header-bottom-link a {
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 0.9722vw;
		font-style: normal;
		font-weight: 600;
		line-height: 1.3889vw; /* 142.857% */
		display: flex;
		gap: 0.4167vw;
		align-items: center;
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
	}

	.header-bottom-link:hover {
		text-decoration: underline;
	}

	.header-bottom-link:hover > .header-bottom-link-submenu {
		display: flex;
	}

	.header-bottom-link-submenu:hover {
		display: flex;
	}

	.header-bottom-link-submenu.active {
		display: flex;
	}

	.header-bottom-link-submenu .header-bottom-link {
		width: 29.8611vw;
	}

	.header-bottom-link-submenu {
		display: none;
		position: absolute;
		height: 32.6389vw;
		top: 100%;
        left: 0;
        width: fit-content;
		height: fit-content;
		padding: 1.0417vw 0;
		z-index: 99;
	}

	.header-bottom-link-submenu-inner {
		padding: 1.3889vw;
        background: #FFFFFF;
        border-radius: 1.1111vw;
        box-shadow: 0vw 0.5556vw 1.1111vw 0.5556vw rgba(131, 131, 131, 0.15);
        transition: .5s;
		display: flex;
		flex-direction: column;
		gap: 0.6944vw;
		max-height: 29.8611vw;
		overflow-y: auto;
		padding-right: 1.3889vw;
	}

	.header-bottom-link-submenu-inner > .header-bottom-link:hover {
		color: var(--dark-blue, #060E42);
		text-decoration: underline;
	}

	/* For WebKit browsers (Chrome, Safari) */
	.header-bottom-link-submenu-inner::-webkit-scrollbar {
		width: 0.2778vw; /* Scroll bar width */
	}

	.header-bottom-link-submenu-inner::-webkit-scrollbar-track {
		background: #f1f1f1; /* Track color */
	}

	.header-bottom-link-submenu-inner::-webkit-scrollbar-thumb {
		background-color: #252222; /* Scroll bar thumb color */
		border-radius: 0.6944vw;
	}

	.header-bottom-link-submenu-inner::-webkit-scrollbar-thumb:hover {
		background-color: #252222; /* Color on hover */
	}

	.header-top-contacts {
		display: flex;
		align-items: center;
		gap: 0.6944vw;
	}

	#phone-ico-viber {
		width: 2.0833vw;
	}

 
    .image-banner {
        margin-top: 2.4306vw;
        border-radius: 1.1111vw;
        overflow: hidden;
    }

    .image-banner-img {
        width: 100%;
        display: block;
        /*height: 50vh;
        object-fit: fill;*/
        object-fit: contain;
    }

 

    .input-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .input-wrapper-100 {
        width: 100%;
    }

    .input {
        width: 100%;
        border: none;
        color: var(--white, #FFF);
        background: rgba(255, 255, 255, 0.30);
        height: 3.8889vw;
        border-radius: 0.8333vw;
        padding: 1.1111vw 1.0417vw;
        border: 1px solid var(--white, #FFF);
    }

    .input::placeholder {
        color: var(--white, #FFF);
    }

    .textarea {
        height: 6.3889vw;
        border-radius: 0.8333vw;
        resize: none;
        padding: 0.9028vw 1.3889vw;
    }

    .textarea-wrapper {
        height: 6.3889vw;
    }

    .textarea::-webkit-input-placeholder {
        color: var(--white, #FFF);
    }

    .input-label {
        position: absolute;
        top: -0.7639vw;
        left: 1.3889vw;
        background: var(--white, #FFF);
    }

    .input-grey, 
    .textarea-grey {
        border: 1px solid var(--white, #FFF);
    }

    .input-light, 
    .textarea-light {
        border-radius: 0.8333vw;
        border: 1px solid var(--white, #FFF);
        background: #FFF;
        color: var(--black, #313132) !important;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.9028vw;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5972vw; /* 176.923% */
    }

    .input-light::placeholder,
    .textarea-light::placeholder {
        color: var(--black, #313132) !important;
        opacity: 0.7; /* Firefox */
    }

    .pass-status {
        position: absolute;
        width: 1.5278vw;
        height: 1.5278vw;
        top: 0.9028vw;
        right: 1.3889vw;
        cursor: pointer;
        user-select: none;
    }

    .pass-status svg {
        width: 1.5278vw;
        height: 1.5278vw;
    }

    .pass-status .hide {
        display: none;
    }

    .pass-status.active .hide {
        display: block;
    }

    .input-error {
        display: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.9722vw;
        font-style: normal;
        font-weight: 600;
        line-height: 1.6667vw;
        color: #c72727;
    }


 

   /* .btn {
        border-radius: 1.3889vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
        border: none;
        text-align: center;
        height: 3.0556vw;
        font-family: 'Nunito Sans', sans-serif;
        padding: 0 0.6944vw;
    }

    .btn-big-cart svg,
    .btn-product svg {
        width: 1.3889vw;
        height: 1.3889vw;
        margin-right: 0.6944vw;
    }

    .btn-mobile {
        display: none;
    }

    .btn-100 {
        width: 100%;
    }

    .btn-240 {
        width: 16.6667vw;
    }

    .btn-290 {
        width: 20.1389vw;
    }

    .btn-200 {
        width: 13.8889vw;
    }

    .btn-340 {
        width: 23.6111vw;
    }

    .btn-260 {
        width: 18.0556vw;
    }

    .btn-415 {
        width: 28.8194vw;
    }

    .btn-210 {
        width: 14.5833vw;
    }

    .btn-175 {
        width: 12.1528vw;
    }

    .btn-cart {
        width: 3.1944vw;
        border-radius: 0.6944vw;
    }

    .btn-cart svg {
        width: 1.6667vw;
        height: 1.6667vw;
    }

    .btn-yellow {
        background: var(--color-main);
    }

    .btn-yellow:hover {
        background: var(--color-yellow);
    }

    .btn-red {
        background: #FA580F;
    }

    .btn-red:hover {
        background: #ff7231;
    }

    .btn-blue {
        background: var(--color-blue);
    }

    .btn-blue:hover {
        background: var(--color-blue-hover);
    }

    .btn-green {
        background: var(--color-green);
    }

    .btn-green:hover {
        background: var(--color-green-2);
    }

    .btn-empty {
        color: var(--color-blue);
        border: 1px solid var(--color-blue);
        background: transparent;
    }

    .btn-empty:hover {
        background: var(--color-blue);
        color: var(--color-white);
    }

    .btn-empty.btn-blue {
        color: var(--color-blue);
        border: 1px solid var(--color-blue);
        background: transparent;
    }

    .btn-empty.btn-blue:hover {
        background: var(--color-blue);
        color: var(--color-white);
    }

    .btn-empty.btn-green {
        color: var(--color-green);
        border: 1px solid var(--color-green);
        background: transparent;
    }

    .btn-empty.btn-green:hover {
        background: var(--color-green);
        color: var(--color-white);
    }

    .btn-dark-blue {
        color: var(--color-white);
        background: var(--color-text-blue);
    }

    .btn-dark-blue:hover {
        background: var(--color-blue-hover);
        color: var(--color-white);
    }

    .btn-none {
        display: none;
    }
   
    .btn-inactive {
        background: var(--color-grey) !important;
        pointer-events: none;
    }*/


 
    .contacts-answer {
        font-family: Montserrat;
        font-size: 1.0417vw;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25vw;
        padding: 1.3889vw 0;
        display: none;
    }

    .contacts-answer.success {
        color: #51cd78;
    }

    .contacts-answer.error {
        color: #c72727;
    }

    .contact-form-wrapper {
        display: inline-flex;
        padding: 4.8611vw 5.5556vw;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 1.1111vw;
        background: white;
        box-shadow: 0vw 0vw 2.2222vw 0vw rgba(0, 0, 0, 0.08);
        width: 100%;
        margin-top: 5.5556vw
    }

    .contact-form-icon-row {
        margin-top: 2.4306vw;
        display: flex;
        gap: 5.5556vw;
        align-items: center;
    }

    .contact-form-icon-row-item, .contact-form-icon-row-item a {
        display: flex;
        align-items: center;
        gap: 1.0417vw;
        color: var(--black-main, #252222);
        font-family: Montserrat;
        font-size: 1.0417vw;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25vw; /* 120% */
        text-decoration: none;
    }

    .contact-form-icon-row-item a:hover {
        text-decoration: underline;
    }

    .contact-form-map-wrapper {
        margin-top: 5.5556vw;
        height: 31.25vw;
        overflow: hidden;
        border-radius: 1.1111vw;
    }

    .contact-form-title {
        color: var(--black-main, #252222);
        font-family: Montserrat;
        font-size: 1.8056vw;
        font-style: normal;
        font-weight: 700;
        line-height: 2.2222vw; /* 123.077% */
        text-transform: uppercase;
    }

    .contact-form-map-wrapper > iframe {
        width: 100%;
        height: 100%;
    }

    .contact-form {
        margin-top: 3.4722vw;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.4306vw;
    }

    .contact-socials {
        display: flex;
        align-items: center;
        gap: 0.8333vw;
    }

    .contact-form-icon-row-item-img {
        width: 2.2222vw;
        height: 2.2222vw;
    }

    .contact-socials-social {
        width: 2.2222vw;
        height: 2.2222vw;
    }

    .contact-form input::placeholder {
        color: var(--grey, #717171);
    }

    .contact-form input {
        background: #F1F1F9;
        color: var(--black-main, #252222);
    }

    .contact-form-btns {
        margin-top: 3.4722vw;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.4306vw;
        margin-top: 1.3889vw;
    }

    .contact-form-btn {
        display: flex;
        padding: 1.1111vw 2.2222vw 1.0417vw 2.2222vw;
        justify-content: center;
        align-items: center;
        gap: 0.5556vw;
        border-radius: 0.6944vw;
        font-family: Montserrat;
        font-size: 1.0417vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.7361vw; /* 166.667% */
        text-transform: uppercase;
        color: var(--white, #FFF);
        text-decoration: none !important;
    }

    .telegram-btn {
        background: #30B3F5;
    }

    .telegram-btn:hover {
        background: #1976a5;
    }

    .viber-btn {
        background: #7F4DA0;
    }

    .viber-btn:hover {
        background: #8042aa;
    }

    .call-btn {
        background: #0A960F;
    }

    .call-btn:hover {
        background: #086d0c;
    }

 
    .make-review-modal-title {
        color: var(--black, #313132);
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5278vw;
        font-style: normal;
        font-weight: 700;
        line-height: 2.2222vw; /* 145.455% */
        text-transform: uppercase;
    }

    .form-modal-make-review {
        margin-top: 1.1111vw;
        width: 100%;
    }

    .reviews-form-stars-title {
        color: #ABABAB;
        text-align: center;
        font-family: Montserrat;
        font-size: 0.8333vw;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25vw; /* 150% */
    }

    .form-modal-make-review-inputs {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.1111vw;
        margin-top: 1.3889vw;
    }

    .btn-make-review {
        margin-top: 1.7361vw;
    }

    .reviews-answer.error {
        color: #dd1010;
        font-family: Montserrat;
        font-size: 0.9028vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5972vw; /* 176.923% */
        text-transform: uppercase;
        text-align: center;
        display: none;
    }

 
	.footer-regions {
		position: relative;
	}

	.footer-regions-title {
		display: flex;
		width: 14.0278vw;
		padding: 0.9028vw 1.1111vw;
		justify-content: space-between;
		align-items: center;
		flex-shrink: 0;
		border-radius: 0.8333vw;
		border: 1px solid #E7E7E7;
		background: var(--white, #FFF);
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 0.9028vw;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25vw; /* 138.462% */
		cursor: pointer;
		user-select: none;
	}

	.footer-regions-title svg {
		transform: rotate(180deg);
	}

	.rotate {
		transform: rotate(0deg) !important;
		transition: transform 0.3s ease;
	}

	.footer-regions-list {
		position: absolute;
		bottom: 3.8194vw;
		z-index: 1;
		display: inline-flex;
		padding: 1.1111vw;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.6944vw;
		border-radius: 0.8333vw;
		background: var(--white, #FFF);
		box-shadow: 0vw 0vw 1.3889vw 0vw rgba(0, 0, 0, 0.06);
	}

	.footer-regions-list-link {
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 0.9028vw;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25vw; /* 138.462% */
		margin-top: 0.2083vw;
		width: 13.8889vw;
		display: block;
		text-decoration: none;
	}

	.footer-regions-list-link:hover {
		text-decoration: underline;
	}

	footer {
		margin-top: 5.5556vw;
	}

	.footer-top {
		padding-bottom: 2.0833vw;
		border-bottom: 1px solid #C7C7C7;
		display: flex;
		justify-content: space-between;
	}

	.footer-top-left {
		display: flex;
		flex-direction: column;
		gap: 1.7361vw;
	}

	.footer-logo-container {
		max-width: 9.0278vw;
	}

	.footer-logo {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.footer-copyright {
		color: #848484;
		font-family: Montserrat;
		font-size: 0.8333vw;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25vw; /* 150% */
	}

	.footer-top-right {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 1.7361vw;
	}

	.footer-top-callback-btn {
		display: flex;
		padding: 0.9722vw 1.6667vw;
		justify-content: center;
		align-items: center;
		gap: 0.5556vw;
		border-radius: 0.6944vw;
		background: var(---, #A6A6A6);
		color: var(--white, #FFF);
		font-family: Montserrat;
		font-size: 0.8333vw;
		font-style: normal;
		font-weight: 700;
		line-height: 1.5972vw; /* 191.667% */
		text-transform: uppercase;
		border: none;
		cursor: pointer;
		border: 1px solid #A6A6A6;
	}

	.footer-top-callback-btn:hover {
		background: white;
		color: #A6A6A6;
	}

	.footer-top-links {
		display: flex;
		gap: 6.25vw;
	}

	.footer-top-links-column {
		display: flex;
		flex-direction: column;
		gap: 1.1111vw;
	}

	.footer-top-link {
		text-decoration: none;
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: 0.9028vw;
		font-style: normal;
		font-weight: 500;
		line-height: 1.3889vw; /* 153.846% */
	}

	.footer-top-link:hover {
		text-decoration: underline;
	}

	.footer-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 1.3889vw;
	}

	.footer-bottom-socials {
		display: flex;
		align-items: center;
		gap: 0.8333vw;
	}

	.footer-bottom-social {
		width: 1.6667vw;
		height: 1.6667vw;
	}

	.footer-bottom-social img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

 
	.contact-form-wrapper {
        margin: 0 !important;
    }

 }@media (min-width: calc(494px)) and (max-width: calc(1000px)) {
            body {
                --coef-w: calc(var(--width) / -910 + 1.3771);
                --offset: calc(4.6875vw * ((320 - 320 * var(--coef-w) + 30 * var(--coef-w)) / 30));
                --column-width: calc( (1px * var(--width)) - (2 * var(--offset)) );
            }
        }

        @media (max-width: calc(494px)) {
            body {
                --coef-w: 1;
                --column-width: 90.625vw;
                --offset: calc(50% - (var(--column-width) / 2));
            }
        }
        @media (max-width: 1000px) { :root {
	--column-width: calc(90.625vw * var(--coef-w));
	--offset: calc(4.6875vw * var(--coef-w));
	--white: #F1F1F9;
}

body, input, textarea, select {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: calc(3.4375vw * var(--coef-w));
	font-style: normal;
	font-weight: 400;
	line-height: calc(4.6875vw * var(--coef-w));
	-webkit-text-size-adjust: none;
}

img, svg {
	max-width: 100%;
	display: block;
}

* {
	box-sizing: border-box;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance:none;
}

body, 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;
}

body {
	padding: calc(3.125vw * var(--coef-w));
	background: white;
}

.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;
}

.container {
	padding-left: var(--offset);
	padding-right: var(--offset);
}

.container-offset {
	width: var(--column-width);
	margin-left: auto;
	margin-right: auto;
}

img[srcset] {
    object-fit: scale-down !important;
    object-position: center !important;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

#loader.active {
    opacity: 1;
    pointer-events: auto;
}

#loader path {
    fill: var(--color-second);
}

.desktop {
	display: none;
}

.mobile {
	display: block;
}


/* MODALS */


.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.container-modal {
	border-radius: calc(2.5vw * var(--coef-w));
	background: #F1F1F9;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: calc(6.25vw * var(--coef-w));
    position: absolute;
    top: calc(25vw * var(--coef-w));
    left: 50%;
    transform: translateX(-50%);
	width: calc(100% - calc(6.25vw * var(--coef-w)));
}

.input-mark {
	width: 1px;
	height: 1px;
	opacity: 0;
	margin: 0;
	padding: 0;
	/* font-size: 0; */
	display: block;
}

.reviews-form-stars-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: calc(8.125vw * var(--coef-w));
}

.reviews-form-stars-title {
	margin-right: calc(3.125vw * var(--coef-w));
	color: var(--text, #151515);
	font-family: "Nunito Sans";
	font-size: calc(4.375vw * var(--coef-w));
	font-style: normal;
	font-weight: 700;
	line-height: calc(7.5vw * var(--coef-w)); /* 171.429% */
	letter-spacing: calc(0.0875vw * var(--coef-w));
	text-transform: uppercase;
}

.reviews-form-stars {
	display: flex;
	align-items: center;
}

.reviews-form-star {
	width: calc(9.375vw * var(--coef-w));
	height: calc(9.375vw * var(--coef-w));
	margin-right: calc(1.25vw * var(--coef-w));
	cursor: pointer;
}

.reviews-form-star.hover path,
.reviews-form-star.selected path {
	fill: #FEC107;
}

.reviews-form-star:last-child {
	margin-right: 0;
}

.closemodal {
    cursor: pointer;
    position: absolute;
    top: calc(4.6875vw * var(--coef-w));
    right: calc(4.6875vw * var(--coef-w));
}

.closemodal svg {
    width: calc(5vw * var(--coef-w));
    height: calc(5vw * var(--coef-w));
}

.btn-white-primary {
	display: flex;
	padding: calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
	justify-content: center;
	align-items: center;
	gap: calc(2.5vw * var(--coef-w));
	border-radius: calc(2.1875vw * var(--coef-w));
	background: white;
	color: var(--dark-blue, #060E42);
	font-family: Montserrat;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(5vw * var(--coef-w)); /* 166.667% */
	text-transform: uppercase;
	height: calc(11.25vw * var(--coef-w));
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.btn-gray-primary {
	display: flex;
	padding: calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
	justify-content: center;
	align-items: center;
	gap: calc(2.5vw * var(--coef-w));
	border-radius: calc(2.1875vw * var(--coef-w));
	background: var(---, #A6A6A6);
	color: var(--white, #FFF);
	font-family: Montserrat;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(5vw * var(--coef-w)); /* 166.667% */
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.btn-gray-secondary {
	display: flex;
	padding: calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
	justify-content: center;
	align-items: center;
	gap: calc(2.5vw * var(--coef-w));
	border-radius: calc(2.1875vw * var(--coef-w));
	border: 2px solid #8E8E8E;
	color: #8E8E8E;
	font-family: Montserrat;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(5vw * var(--coef-w)); /* 166.667% */
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.btn-black-primary {
	display: flex;
	padding: calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
	justify-content: center;
	align-items: center;
	gap: calc(2.5vw * var(--coef-w));
	border-radius: calc(2.1875vw * var(--coef-w));
	background: var(--black-main, #252222);
	color: var(--white, #FFF);
	font-family: Montserrat;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(5vw * var(--coef-w)); /* 166.667% */
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.btn-contact-form {
	background: var(--dark-blue, #060E42);
	color: white;
}

.btn-contact-form:hover {
	background: #101d6e;
}

.body-wrapper > .container {
	padding: 0;
}

.search-breadcrumbs-inner {
	display: inline;
	list-style: none;
}

.search-breadcrumbs-item {
	display: inline;
}

.search-breadcrumbs-link {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 400;
	line-height: calc(5.625vw * var(--coef-w)); /* 150% */
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.search-breadcrumbs-link::after {
    content: "";
    display: inline-block;
    width: calc(3.75vw * var(--coef-w)); /* Adjust width based on the size of your image */
    height: calc(3.75vw * var(--coef-w)); /* Adjust height based on the size of your image */
    background-image: url('/images/chevron.svg');
    background-size: contain;
    margin: 0 calc(1.5625vw * var(--coef-w));
}

.search-breadcrumbs-last::after{
	display: none;
}

.search-breadcrumbs-last{
	color: var(--blue, #06C);
    font-family: Montserrat;
    font-size: calc(3.75vw * var(--coef-w));
    font-style: normal;
    font-weight: 400;
    line-height: calc(5.625vw * var(--coef-w)); /* 150% */
    text-decoration: underline;
}


/* chat-btn */

.chat-btn {
	position: fixed;
	right: calc(12.5vw * var(--coef-w));
	bottom: calc(7.8125vw * var(--coef-w));
	z-index: 99999;
	height: calc(14.0625vw * var(--coef-w));
	transition: all .5s linear;
}

.chat-btn.active .main-chat-btn-open {
	display: none;
}

.chat-btn.active .main-chat-btn-close {
	display: flex;
	justify-content: center;
	align-items: center;
}

.chat-btn.active .chat-btn-inner {
	display: flex;
	flex-direction: column;
	height: auto;
}

.chat-btn.active .chat-btn-inner div{
	opacity: 1;
	transition-timing-function: cubic-bezier(.65,.05,.36,1);
	transform: translateY(0px);
	/*margin-top: calc(3.125vw * var(--coef-w));*/
}

.chat-btn.active .chat-btn-inner .google-btn {
	width: calc(18.75vw * var(--coef-w));
	margin-left: 1px;
}

.main-chat-btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(15.625vw * var(--coef-w));
	height: calc(14.0625vw * var(--coef-w));
	/*background-color: red;*/
}

.main-chat-btn-open {
	width: calc(15.625vw * var(--coef-w));
	height: calc(14.0625vw * var(--coef-w));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: calc(7.8125vw * var(--coef-w));
	/*background-color: var(--color-light-blue);*/
	font-size: calc(2.5vw * var(--coef-w));
	color: #fff;
}

.main-chat-btn-close {
	width: calc(15.625vw * var(--coef-w));
	height: calc(15.625vw * var(--coef-w));
	display: none;
}

.chat-btn-inner {
	overflow: hidden;
	justify-content: flex-end;
	position: absolute;
	top: calc(-81.25vw * var(--coef-w));
	left: calc(-17.1875vw * var(--coef-w));
	height: 0;
}

.chat-btn-inner div {
	cursor: pointer;
	width: calc(15.625vw * var(--coef-w));
	height: calc(15.625vw * var(--coef-w));
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(1.5625vw * var(--coef-w)) calc(1.5625vw * var(--coef-w)) calc(3.125vw * var(--coef-w)) calc(1.5625vw * var(--coef-w));
	opacity: 0;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(.65,.05,.36,1);
	transition-property: all;
	transform: translateY(30px);
}

.chat-btn-inner div a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.chat-btn-inner div a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.search-items {
	position: absolute;
	top: calc(100% + calc(1.5625vw * var(--coef-w)));
	left: 0;
	width: 100%;
	padding: calc(4.6875vw * var(--coef-w));
	background: #FFFFFF;
	border-radius: calc(3.125vw * var(--coef-w));
	box-shadow: calc(0vw * var(--coef-w)) calc(2.5vw * var(--coef-w)) calc(5vw * var(--coef-w)) calc(2.5vw * var(--coef-w)) rgba(131, 131, 131, 0.15);
	transition: .5s;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.search-items.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.search-item-service {
	display: flex;
	margin-bottom: calc(3.125vw * var(--coef-w));
	text-decoration: none;
	padding-bottom: calc(3.125vw * var(--coef-w));
	justify-content: space-between;
	border-bottom: 1px solid #F1F1F9;
}

.search-item-service:last-child {
	margin-bottom: calc(6.25vw * var(--coef-w));
}

.search-item-service:hover {
	text-decoration: underline;
}

.search-item {
	display: flex;
	align-items: center;
	margin-bottom: calc(4.6875vw * var(--coef-w));
}

.search-item:last-child {
	margin-bottom: 0;
}

.search-item-title {
	margin-bottom: calc(1.25vw * var(--coef-w));
	color: var(--text, #151515);
	font-family: "Nunito Sans";
	font-size: calc(3.125vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(4.0625vw * var(--coef-w)); /* 133.333% */
}

.search-item-price {
	color: var(--blue, #06C);
	text-align: right;
	font-family: Montserrat;
	font-size: calc(3.125vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(4.0625vw * var(--coef-w)); /* 138.462% */
}
/*
.search-items .link {
	display: flex;
	text-align: center;
	align-items: center;
	margin-top: calc(4.6875vw * var(--coef-w));
	width: 100%;
	justify-content: center;
	color: var(--blue-text, #2D3AB2);
	font-family: "Nunito Sans";
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 700;
	line-height: calc(5vw * var(--coef-w)); 
	text-decoration-line: underline;
	text-transform: uppercase;
}*/
/*
.search-items .link svg {
	width: calc(4.375vw * var(--coef-w));
	height: calc(4.375vw * var(--coef-w));
}*/

.search-nothing-found {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(4.6875vw * var(--coef-w)); /* 138.462% */
	text-transform: uppercase;
}

.show-all-results {
	color: var(--blue, #06C);
	font-family: Montserrat;
	font-size: calc(3.4375vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(5vw * var(--coef-w)); /* 153.846% */
	text-decoration: underline;
}

.search-items-headline {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: calc(3.4375vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(4.6875vw * var(--coef-w)); /* 138.462% */
	text-transform: uppercase;
	margin-bottom: calc(2.5vw * var(--coef-w));
}

.search-item-page-wrapper {
	text-decoration: none;
}

.search-item-page-wrapper:hover {
	text-decoration: underline;
}

.search-item-page {
	display: flex;
	flex-direction: column;
	gap: calc(2.5vw * var(--coef-w));
	padding-bottom: calc(3.125vw * var(--coef-w));
	border-bottom: 1px solid #F1F1F9;
	margin-bottom: calc(3.125vw * var(--coef-w));
	text-decoration: none;
}

.search-item-page-title {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: calc(3.125vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(4.0625vw * var(--coef-w)); /* 138.462% */
	text-decoration: none;
}

.search-nothing-found {
	padding: calc(2.5vw * var(--coef-w)) 0;
}

.services-list-item:nth-child(2n) {
	background-color: white;
	box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(5vw * var(--coef-w)) calc(0vw * var(--coef-w)) rgba(0, 0, 0, 0.06);
}

.services-list-item {
	box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(5vw * var(--coef-w)) calc(0vw * var(--coef-w)) rgba(0, 0, 0, 0.06);
}

.our-services-block {
	margin-top: calc(12.5vw * var(--coef-w));
	display: flex;
	flex-direction: column;
	gap: calc(7.8125vw * var(--coef-w));
}

.our-services-block-title {
	color: var(--black, #313132);
	text-align: center;
	font-family: Montserrat;
	font-size: calc(5.625vw * var(--coef-w));
	font-style: normal;
	font-weight: 600;
	line-height: calc(7.5vw * var(--coef-w)); /* 113.333% */
	text-transform: uppercase;
}

.our-services-block-list {
	width: 100%;
} 

.breadcrumbs {
	margin-top: calc(4.6875vw * var(--coef-w));
	margin-bottom: calc(7.8125vw * var(--coef-w));
	padding: calc(2.1875vw * var(--coef-w)) 0;
}

.breadcrumbs-inner {
	display: inline;
	list-style: none;
}

.breadcrumbs-item {
	display: inline;
}

.breadcrumbs-link {
	color: var(--black, #313132);
	font-family: Montserrat;
	font-size: calc(3.75vw * var(--coef-w));
	font-style: normal;
	font-weight: 400;
	line-height: calc(5.625vw * var(--coef-w)); /* 150% */
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.breadcrumbs-link::after {
    content: "";
    display: inline-block;
    width: calc(3.75vw * var(--coef-w)); /* Adjust width based on the size of your image */
    height: calc(3.75vw * var(--coef-w)); /* Adjust height based on the size of your image */
    background-image: url('/images/chevron.svg');
    background-size: contain;
    margin: 0 calc(1.5625vw * var(--coef-w));
}

.breadcrumbs-last::after{
	display: none;
}

.breadcrumbs-last{
	color: var(--grey, #717171);
}

.breadcrumbs > .container {
	padding: 0 !important;
}


 
    .top-header {
        width: calc(100% + calc(6.25vw * var(--coef-w)));
        color: white;
        font-family: Montserrat;
        font-size: calc(3.4375vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(4.6875vw * var(--coef-w)); /* 138.462% */
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2166C3;
        padding: calc(6.25vw * var(--coef-w));
        padding-top: calc(3.125vw * var(--coef-w));
        padding-bottom: calc(3.125vw * var(--coef-w));
        margin: calc(-3.125vw * var(--coef-w));
        margin-bottom: calc(7.8125vw * var(--coef-w));
        text-align: center;
    }

 

    

 
.contact-phones {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: calc(1.875vw * var(--coef-w));	
	}

	.contact-phones-item {
		display: flex;
		align-items: center;
		gap: calc(3.125vw * var(--coef-w));
		text-decoration: none;
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: calc(4.375vw * var(--coef-w));
		font-style: normal;
		font-weight: 600;
		line-height: calc(5.625vw * var(--coef-w)); /* 128.571% */
	}

	.contact-phones-list {
		display: none;
		flex-direction: column;
		gap: calc(4.6875vw * var(--coef-w));
		position: absolute;
		top: calc(20px);
		background: white;
        padding: calc(2.5vw * var(--coef-w));
        border-radius: calc(2.5vw * var(--coef-w));
	}

	.contact-phones span {
		color: black;
		font-family: Montserrat;
		font-size: calc(3.75vw * var(--coef-w));
		font-style: normal;
		font-weight: 500;
		line-height: calc(5.625vw * var(--coef-w)); /* 150% */
	}

	.contact-phones:hover .contact-phones-list {
		display: flex;
	}

 
	.language-picker {
        display: flex;
        align-items: center;
        gap: calc(3.75vw * var(--coef-w));
    }

    .lang-tag {
        color: #848484;
        text-shadow: calc(0vw * var(--coef-w)) calc(2.1875vw * var(--coef-w)) calc(10vw * var(--coef-w)) rgba(0, 0, 0, 0.15);
        font-family: Montserrat;
        font-size: calc(4.375vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(5.625vw * var(--coef-w)); /* 128.571% */
        text-transform: uppercase;
        text-decoration: none;
    }

    .lang-tag.active {
        color: var(--black-main, #252222);
        border-bottom: 2px solid black;
    }

 
	header {
		padding: calc(4.6875vw * var(--coef-w));
		border-radius: calc(2.5vw * var(--coef-w));
		background: var(--white, #FFF);
	}

	.header-inner {
		display: flex;
		flex-direction: column;
	}

	.header-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: calc(4.6875vw * var(--coef-w));
		border-bottom: 2px solid #F2F2F2;
	}

	.header-bottom {
		padding-top: calc(4.6875vw * var(--coef-w));
	}

	.header-logo-container {
		max-width: calc(71.875vw * var(--coef-w));
	}

	.header-logo {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.menu-burger {
		width: calc(8.75vw * var(--coef-w));
		height: calc(6.875vw * var(--coef-w));
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.menu-burger-line {
		height: 2px;
		width: 100%;
		background-color: black;
	}

	.menu-top-close {
		width: calc(6.875vw * var(--coef-w));
		height: calc(6.875vw * var(--coef-w));
		margin-top: calc(3.125vw * var(--coef-w));
	}

	.menu-top-line-1 {
		width: calc(7.5vw * var(--coef-w));
		height: 2px;
		background-color: black;
		transform: rotate(45deg);
	}

	.menu-top-line-2 {
		width: calc(7.5vw * var(--coef-w));
    	height: 2px;
		background-color: black;
		transform: rotate(-45deg);
		margin-top: -2px;
	}

	.menu-top {
		display: flex;
		justify-content: space-between;
		align-content: center;
		padding: calc(9.375vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
	}

	.menu-nav {
		position: absolute;
		left: 0;
		top: 0;
		display: flex;
		opacity: 0;
		flex-direction: column;
		background: var(--white, #FFF);
		width: 100%;
		height: fit-content;
		transition: all 0.8s;
		z-index: -1;
	}

	.menu-nav.active {
		display: flex;
		opacity: 1;
		z-index: 9;
	}

	.header-bottom-links {
		display: flex;
		flex-direction: column;
		gap: calc(3.125vw * var(--coef-w));
		background: #F1F1F9;
		padding: calc(4.6875vw * var(--coef-w));
	}

	.header-bottom-link, .header-bottom-link a {
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: calc(4.375vw * var(--coef-w));
		font-style: normal;
		font-weight: 500;
		line-height: calc(6.25vw * var(--coef-w)); /* 142.857% */
		display: flex;
		gap: calc(3.125vw * var(--coef-w));
		align-items: center;
		text-decoration: none;
		position: relative;
	}

	.header-bottom-item {
		border-bottom: 1px solid white;
		padding: calc(4.6875vw * var(--coef-w)) 0;
		display: flex;
		flex-direction: column;
		gap: calc(4.6875vw * var(--coef-w));
		align-items: flex-start;
	}

	.header-bottom-link-submenu {
		display: flex;
		height: 0;
		opacity: 0;
	}

	.header-bottom-link-submenu.active {
		display: flex;
		height: fit-content;
		opacity: 1;
	}

	.header-bottom-link-submenu-inner {
		display: flex;
		flex-direction: column;
		gap: calc(3.125vw * var(--coef-w));
		padding-left: calc(4.6875vw * var(--coef-w));
	}

	.header-search {
		position: relative;
		width: 100%;
		height: calc(13.75vw * var(--coef-w));
		background: white;
        padding: calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
		border-radius: calc(2.5vw * var(--coef-w));
		display: flex;
		gap: calc(2.5vw * var(--coef-w));
		align-items: center;
	}

	.header-search-input {
		width: calc(100% - calc(12.5vw * var(--coef-w)));
		height: 100%;
        color: #747576;
		font-family: Montserrat;
		font-size: calc(4.0625vw * var(--coef-w));
		font-style: normal;
		font-weight: 400;
		line-height: calc(5.625vw * var(--coef-w)); /* 138.462% */
		border: none;
		background: white;
	}

	.header-search-button {
		width: calc(4.6875vw * var(--coef-w));
		height: calc(4.6875vw * var(--coef-w));
		padding: 0;
        background: none;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: .3s;
	}

	.search-icon {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.header-search-input::placeholder {
        color: var(--grey, #747576);
	}

 
    .image-banner {
        margin-top: calc(6.25vw * var(--coef-w));
        border-radius: calc(5vw * var(--coef-w));
        overflow: hidden;
    }

    .image-banner-img {
        width: 100%;
        display: block;
        /*height: 30vh;*/
        /*object-fit: fill;*/
        object-fit: contain;
    }

 

    .input-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .input-wrapper-100 {
        width: 100%;
    }

    .input {
        width: 100%;
        border: none;
        color: var(--white, #FFF);
        background: rgba(255, 255, 255, 0.30);
        height: calc(13.125vw * var(--coef-w));
        border-radius: calc(2.5vw * var(--coef-w));
        padding: calc(3.125vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
        border: 1px solid var(--white, #FFF);
    }

    .input::placeholder {
        color: var(--white, #FFF);
    }

    .textarea {
        height: calc(31.25vw * var(--coef-w));
        border-radius: calc(2.5vw * var(--coef-w));
        resize: none;
        padding: calc(3.125vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
    }

    .textarea-wrapper {
        height: calc(31.25vw * var(--coef-w));
    }

    .textarea::-webkit-input-placeholder {
        color: var(--white, #FFF);
    }

    .input-label {
        position: absolute;
        top: calc(-2.8125vw * var(--coef-w));
        left: calc(4.6875vw * var(--coef-w));
        background: var(--white, #FFF);
    }

    .input-grey, 
    .textarea-grey {
        border: 1px solid var(--white, #FFF);
    }

    .input-light, 
    .textarea-light {
        border-radius: calc(3.75vw * var(--coef-w));
        border: 1px solid var(--white, #FFF);
        background: #FFF;
        color: var(--black, #313132) !important;
        font-family: 'Montserrat', sans-serif;
        font-size: calc(4.0625vw * var(--coef-w));
        font-style: normal;
        font-weight: 500;
        line-height: calc(7.1875vw * var(--coef-w)); /* 176.923% */
    }

    .input-light::placeholder,
    .textarea-light::placeholder {
        color: var(--black, #313132) !important;
        opacity: 0.7; /* Firefox */
    }

    .pass-status {
        position: absolute;
        width: calc(5.625vw * var(--coef-w));
        height: calc(5.625vw * var(--coef-w));
        top: calc(3.125vw * var(--coef-w));
        right: calc(4.6875vw * var(--coef-w));
        cursor: pointer;
        user-select: none;
    }

    .pass-status svg {
        width: calc(6.875vw * var(--coef-w));
        height: calc(6.875vw * var(--coef-w));
    }

    .pass-status .hide {
        display: none;
    }

    .pass-status.active .hide {
        display: block;
    }

    .input-error {
        display: none;
        font-family: 'Montserrat', sans-serif;
        font-size: calc(4.375vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(7.5vw * var(--coef-w));
        color: #c72727;
    }


 

    /*.btn {
        border-radius: calc(6.25vw * var(--coef-w));
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
        border: none;
        text-align: center;
        height: calc(13.125vw * var(--coef-w));
        font-family: 'Nunito Sans', sans-serif;
        padding: 0 calc(3.125vw * var(--coef-w));
    }

    .btn-big-cart svg,
    .btn-product svg {
        width: calc(5.625vw * var(--coef-w));
        height: calc(5.625vw * var(--coef-w));
        margin-right: calc(3.125vw * var(--coef-w));
    }

    .btn-mobile {
        display: flex;
    }

    .btn-desktop {
        display: none;
    }

    .btn-100 {
        width: 100%;
    }

    .btn-240 {
        width: calc(75vw * var(--coef-w));
    }

    .btn-290 {
        width: calc(90.625vw * var(--coef-w));
    }

    .btn-200 {
        width: calc(62.5vw * var(--coef-w));
    }

    .btn-340 {
        width: calc(106.25vw * var(--coef-w));
    }

    .btn-170 {
        width: calc(53.125vw * var(--coef-w));
    }

    .btn-cart {
        width: calc(11.25vw * var(--coef-w));
        height: calc(11.25vw * var(--coef-w));
        border-radius: calc(3.125vw * var(--coef-w));
    }

    .btn-cart svg {
        width: calc(5.625vw * var(--coef-w));
        height: calc(5.625vw * var(--coef-w));
    }
    
    .btn-inactive {
        background: var(--color-grey) !important;
        pointer-events: none;
    }

    .btn-yellow {
        background: var(--color-main);
    }

    .btn-red {
        background: #FA580F;
    }

    .btn-green {
        background: var(--color-green);
    }


    .btn-blue {
        background: var(--color-blue);
    }

    .btn-empty {
        color: var(--color-text-blue);
        border: 1px solid var(--color-text-blue);
        background: transparent;
    }

    .btn-empty.btn-blue {
        color: var(--color-blue);
        border: 1px solid var(--color-blue);
        background: transparent;
    }

    .btn-empty.btn-green {
        color: var(--color-green);
        border: 1px solid var(--color-green);
        background: transparent;
    }

    .btn-dark-blue {
        color: var(--color-white);
        background: var(--color-text-blue);
    }

    .btn-none {
        display: none;
    }
*/

 
    .contacts-answer {
        font-family: Montserrat;
        font-size: calc(3.75vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(4.6875vw * var(--coef-w));
        padding: calc(4.6875vw * var(--coef-w)) 0;
        display: none;
    }

    .contacts-answer.success {
        color: #51cd78;
    }

    .contacts-answer.error {
        color: #c72727;
    }

    .contact-form-wrapper {
        display: inline-flex;
        padding: calc(6.25vw * var(--coef-w));
        flex-direction: column;
        align-items: flex-start;
        border-radius: calc(2.5vw * var(--coef-w));
        background: white;
        box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(10vw * var(--coef-w)) calc(0vw * var(--coef-w)) rgba(0, 0, 0, 0.08);
        width: 100%;
        margin-top: calc(12.5vw * var(--coef-w))
    }

    .contact-form-icon-row {
        margin-top: calc(6.25vw * var(--coef-w));
        display: flex;
        flex-direction: column;
        gap: calc(4.6875vw * var(--coef-w));
        align-items: flex-start;
    }

    .contact-form-icon-row-item, .contact-form-icon-row-item a {
        display: flex;
        align-items: center;
        gap: calc(2.5vw * var(--coef-w));
        color: var(--black-main, #252222);
        font-family: Montserrat;
        font-size: calc(3.75vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(4.6875vw * var(--coef-w)); /* 120% */
        text-decoration: none;
    }

    .contact-form-map-wrapper {
        margin-top: calc(9.375vw * var(--coef-w));
        height: calc(109.375vw * var(--coef-w));
        overflow: hidden;
        border-radius: calc(2.5vw * var(--coef-w));
    }

    .contact-form-title {
        color: var(--black-main, #252222);
        font-family: Montserrat;
        font-size: calc(5.625vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(7.5vw * var(--coef-w)); /* 123.077% */
        text-transform: uppercase;
    }

    .contact-form-map-wrapper > iframe {
        width: 100%;
        height: 100%;
    }

    .contact-form {
        margin-top: calc(9.375vw * var(--coef-w));
        display: flex;
        flex-direction: column;
        gap: calc(4.6875vw * var(--coef-w));
    }

    .contact-socials {
        display: flex;
        align-items: center;
        gap: calc(2.1875vw * var(--coef-w));
    }

    .contact-form-icon-row-item-img {
        width: calc(10vw * var(--coef-w));
        height: calc(10vw * var(--coef-w));
    }

    .contact-socials-social {
        width: calc(10vw * var(--coef-w));
        height: calc(10vw * var(--coef-w));
    }

    .contact-form input::placeholder {
        color: var(--grey, #717171);
    }

    .contact-form input {
        background: #F1F1F9;
        color: var(--black-main, #252222);
    }

    .contact-form-btns {
        margin-top: calc(4.6875vw * var(--coef-w));
        display: flex;
        flex-direction: column;
        gap: calc(4.6875vw * var(--coef-w));
        margin-top: calc(3.125vw * var(--coef-w));
    }

    .contact-form-btn {
        display: flex;
        padding: calc(2.5vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
        justify-content: center;
        align-items: center;
        gap: calc(2.5vw * var(--coef-w));
        border-radius: calc(1.875vw * var(--coef-w));
        font-family: Montserrat;
        font-size: calc(3.75vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(4.6875vw * var(--coef-w)); /* 166.667% */
        text-transform: uppercase;
        color: var(--white, #FFF);
        text-decoration: none !important;
    }

    .telegram-btn {
        background: #30B3F5;
    }

    .telegram-btn:hover {
        background: #1976a5;
    }

    .viber-btn {
        background: #7F4DA0;
    }

    .viber-btn:hover {
        background: #8042aa;
    }

    .call-btn {
        background: #0A960F;
    }

    .call-btn:hover {
        background: #086d0c;
    }

 
    .make-review-modal-title {
        color: var(--black, #313132);
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: calc(5.625vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(7.5vw * var(--coef-w)); /* 145.455% */
        text-transform: uppercase;
    }

    .form-modal-make-review {
        margin-top: calc(5vw * var(--coef-w));
        width: 100%;
    }

    .reviews-form-stars-title {
        color: #ABABAB;
        text-align: center;
        font-family: Montserrat;
        font-size: calc(3.75vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(5vw * var(--coef-w)); /* 150% */
    }

    .form-modal-make-review-inputs {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: calc(3.75vw * var(--coef-w));
        margin-top: calc(4.6875vw * var(--coef-w));
    }

    .btn-make-review {
        margin-top: calc(4.6875vw * var(--coef-w));
    }

    .reviews-answer.error {
        color: #dd1010;
        font-family: Montserrat;
        font-size: calc(4.0625vw * var(--coef-w));
        font-style: normal;
        font-weight: 600;
        line-height: calc(5vw * var(--coef-w)); /* 176.923% */
        text-transform: uppercase;
        text-align: center;
        display: none;
    }

 
	.footer-regions {
		position: relative;
	}

	.footer-regions-title {
		display: flex;
		width: 100%;
		padding: calc(4.0625vw * var(--coef-w)) calc(5vw * var(--coef-w));
		justify-content: space-between;
		align-items: center;
		flex-shrink: 0;
		border-radius: calc(3.75vw * var(--coef-w));
		border: 1px solid #E7E7E7;
		background: var(--white, #FFF);
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: calc(4.0625vw * var(--coef-w));
		font-style: normal;
		font-weight: 400;
		line-height: calc(5.625vw * var(--coef-w)); /* 138.462% */
		cursor: pointer;
		user-select: none;
	}

	.footer-regions-title svg {
		transform: rotate(180deg);
	}

	.rotate {
		transform: rotate(0deg) !important;
		transition: transform 0.3s ease;
	}

	.footer-regions-list {
		position: absolute;
		bottom: calc(17.1875vw * var(--coef-w));
		z-index: 1;
		display: inline-flex;
		padding: calc(5vw * var(--coef-w));
		flex-direction: column;
		align-items: flex-start;
		gap: calc(3.125vw * var(--coef-w));
		border-radius: calc(3.75vw * var(--coef-w));
		background: var(--white, #FFF);
		box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) calc(0vw * var(--coef-w)) rgba(0, 0, 0, 0.06);
	}

	.footer-regions-list-link {
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: calc(4.0625vw * var(--coef-w));
		font-style: normal;
		font-weight: 400;
		line-height: calc(5.625vw * var(--coef-w)); /* 138.462% */
		margin-top: calc(0.9375vw * var(--coef-w));
		width: calc(62.5vw * var(--coef-w));
		display: block;
		text-decoration: none;
	}

	.footer-regions-list-link:hover {
		text-decoration: underline;
	}
	
	footer {
		margin-top: calc(12.5vw * var(--coef-w));
	}

	.footer-top {
		padding-bottom: calc(4.6875vw * var(--coef-w));
		border-bottom: 1px solid #C7C7C7;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.footer-top-left {
		display: flex;
		flex-direction: column;
		gap: calc(4.6875vw * var(--coef-w));
	}

	.footer-logo-container {
		max-width: calc(71.875vw * var(--coef-w));
	}

	.footer-logo {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.footer-copyright {
		color: #848484;
		font-family: Montserrat;
		font-size: calc(3.75vw * var(--coef-w));
		font-style: normal;
		font-weight: 500;
		line-height: calc(5.625vw * var(--coef-w)); /* 150% */
	}

	.footer-top-right {
		display: flex;
		flex-direction: column;
		gap: calc(4.6875vw * var(--coef-w));
		margin-top: calc(6.25vw * var(--coef-w));
	}

	.footer-top-callback-btn {
		display: flex;
		padding: calc(2.1875vw * var(--coef-w)) calc(3.75vw * var(--coef-w));
		justify-content: center;
		align-items: center;
		gap: calc(2.5vw * var(--coef-w));
		border-radius: calc(2.5vw * var(--coef-w));
		background: var(---, #A6A6A6);
		color: var(--white, #FFF);
		font-family: Montserrat;
		font-size: calc(3.75vw * var(--coef-w));
		font-style: normal;
		font-weight: 700;
		line-height: calc(7.1875vw * var(--coef-w)); /* 191.667% */
		text-transform: uppercase;
		border: none;
		cursor: pointer;
		max-width: calc(93.75vw * var(--coef-w));
	}

	.footer-top-links {
		display: flex;
		gap: calc(4.6875vw * var(--coef-w));
		flex-direction: column;
		margin-top: calc(6.25vw * var(--coef-w));
	}

	.footer-top-links-column {
		display: flex;
		flex-direction: column;
		gap: calc(4.6875vw * var(--coef-w));
	}

	.footer-top-link {
		text-decoration: none;
		color: var(--black, #313132);
		font-family: Montserrat;
		font-size: calc(4.0625vw * var(--coef-w));
		font-style: normal;
		font-weight: 500;
		line-height: calc(6.25vw * var(--coef-w)); /* 153.846% */
	}

	.footer-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: calc(4.6875vw * var(--coef-w));
	}

	.footer-bottom-socials {
		display: flex;
		align-items: center;
		gap: calc(2.1875vw * var(--coef-w));
	}

	.footer-bottom-social {
		width: calc(7.5vw * var(--coef-w));
		height: calc(7.5vw * var(--coef-w));
	}

	.footer-bottom-social img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

 


 }