@media (min-width: 1600px) { :root {
	--column-width: 1280px;
	--offset: calc(50% - (var(--column-width) / 2));
	--color-black: #0E0E0E;
	--color-white: #FFFFFF;
	--color-gold: #D9A95B;
	--color-grey: #888888;
}

body {
    overflow-x: hidden !important;
	background: var(--color-black);
	position: relative;
}

.circle {
	position: absolute;	
	top: 178px;
	right: -108px;
	border-radius: 60%;
	width: 413.98px;
	height: 595.96px;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-2 {
	position: absolute;	
	top: 1603px;
	left: -208px;
	border-radius: 60%;
	width: 413.98px;
	height: 595.96px;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(31.25vw);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-3 {
	position: absolute;	
	top: 2089px;
	right: -180px;
	border-radius: 60%;
	width: 413.98px;
	height: 595.96px;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-4 {
	position: absolute;	
	top: 3490.66px;
	right: -140px;
	border-radius: 60%;
	width: 413.98px;
	height: 595.96px;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-5 {
	position: absolute;	
	top: 5914.85px;
	right: -205px;
	border-radius: 60%;
	width: 413.98px;
	height: 595.96px;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

@-moz-document url-prefix() {
	.circle {
		display: none;
	}
	.circle-2 {
		display: none;
	}
	.circle-3 {
		display: none;
	}
	.circle-4 {
		display: none;
	}
	.circle-5 {
		display: none;
	}
}

#transition_disabled * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

body, input, textarea, select {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	-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;
}

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

.subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--color-gold);
}

h1, 
.h1 {
	/* font-family: 'Italianno'; */
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	/* font-size: 70px;
	line-height: 76px; */
	font-size: 50px;
	line-height: 76px;
	color: var(--color-white);
}

section {
	padding-top: 125px;
}

.h2,
h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 40px;
	color: var(--color-white);
}

h2 {
	margin-bottom: 15px;
}

.h3,
h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	color: var(--color-white);
}

h3 {
	margin-bottom: 15px;
}

.h4,
h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: var(--color-white);
}

h4 {
	margin-bottom: 12px;
}

.h5,
h5 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color: var(--color-white);
}

.main-text,
.content p,
.content li {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: var(--color-white);
}

.content a {
	color: var(--color-gold);
}

.content p {
	margin-bottom: 15px;
}

.content li {
	margin-bottom: 10px;
}

.content ul {
    list-style: none;
    padding: 0;
}

.content ul li::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 7px;
    height: 7px;   
    background: url(/photos/1/marker.svg) no-repeat;
    background-size: cover;
    margin-right: 15px;
}

.content ul li {
    display: flex;
    align-items: baseline;
}

.content li:last-child {
    margin-bottom: 20px;
}

.small-text {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: var(--color-grey);
}

.extra-text {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: var(--color-grey);
}

.error404 {
	position: relative;
	height: auto;
}

.error404-fon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.error404-content {
	padding: 80px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 120px;
}

.error404-svg {
	margin: 0 auto;
	width: 514px;
	height: 202px;
	margin-bottom: 60px;
}

.error404-title {
	margin-bottom: 15px;
}

.error404-text {
	margin-bottom: 30px;
	color: var(--color-white);
}

.error404-btns {
	display: flex;
	justify-content: center;
}

.btn-error404 {
	margin: 0 15px;
}

.standart {
	padding: 15px 0 120px;
}

.bottom {
	padding-bottom: 0;
}

.tabs {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: var(--color-white);
	background: rgba(255, 255, 255, 0.08);
	padding: 8px 20px;
	width: fit-content;
}

#pagination {
	margin-top: 60px;
}


.counter {
	margin-bottom: 20px;
}

.counter-title {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.counter-inner {
	position: relative;
	width: 145px;
}

.counter-input {
	background: none;
	border: 1px solid var(--color-grey);
	width: 145px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	color: var(--color-white);
}

.counter-symbol {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	transition: .5s;
	display: flex;
	width: 40px;
	height: 36px;
	align-items: center;
	justify-content: center;
	user-select: none;
	color: var(--color-gold);
	border-right: 1px solid var(--color-grey);
}

.counter-plus {
	left: auto;
	right: 0;
	border: 0; 
	border-left: 1px solid var(--color-grey);
}


.product {
	width: 300px;
	height: 521px;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	margin-right: 25px;
}

.product:nth-child(4n) {
	margin-right: 0;
}

.product.noactive .product-img {
	opacity: 0.4;
}

.product-img {
	width: 300px;
	height: 420px;
	object-fit: cover;
	transition: .3s;
}

.product-link {
	width: 300px;
	height: 420px;
	position: relative;
	margin-bottom: 20px;
}

.product-link:hover .product-img {
	opacity: 0.5;
}

.btn-product {
	display: none;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 198px;
	transition: .3s;
	width: max-content;
}

.product-link:hover .btn-product {
	display: flex;
}

.product-title {
	color: var(--color-white);
	margin-bottom: 3px;
}

.product-year {
	margin-bottom: 10px;
}

.product-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: var(--color-gold);
} 


.btn {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--color-white);
    transition: .3s;
    text-decoration: none;
    width: fit-content;
    position: relative;
    cursor: pointer;
}   

.btn::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    content: "";
}

.btn-svg {
    flex-shrink: 1;
    width: 24px;
    height: 24px;
}

.btn-empty {
    border: 1px solid var(--color-gold);
    padding: 10px 25px;
    width: 250px;
    color: var(--color-gold);
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-gold::after,
.btn-empty::after {
    display: none;
}

.btn-empty:hover {
    color: #C29346;
    border: 1px solid #C29346;
}

.btn-gold {
    border: 1px solid var(--color-gold);
    padding: 10px 25px;
    width: 250px;
    color: var(--color-white);
    justify-content: center;
    text-decoration: none;
    background: var(--color-gold);
}

.btn-gold:hover {
    background: #C29346;
}

.btn-submit {
    width: 395px;
    height: 46px;
    cursor: pointer;
    margin-bottom: 40px;
}



 


.title-block-subtitle {
    min-width: 200px;
    margin-right: 10px;
    width: auto;
}


 

    .home-products-categories {
        display: flex;
        margin-bottom: 50px;
        align-items: center;
    }

    .home-products-category {
        background: rgba(217, 169, 91, 0.08);
        padding: 8px 20px;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: var(--color-white);
        margin-right: 15px;
        cursor: pointer;
    }

    .home-products-category.active {
        color: var(--color-gold);
    }


 

    .product {
        width: 300px;
        height: 521px;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
        margin-right: 25px;
    }

    .product:nth-child(4n) {
        margin-right: 0;
    }

    .product.noactive .product-img {
        opacity: 0.4;
    }

    .product-img {
        width: 300px;
        height: 420px;
        object-fit: cover;
    }

    .product-link {
        width: 300px;
        height: 420px;
        position: relative;
        margin-bottom: 20px;
    }

    .product-img-hover {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 420px;
        transition: .3s;
    }

    .product-link:hover .product-img-hover {
        display: flex;
    }

    .btn-product {
        display: none;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 198px;
        transition: .3s;
        width: max-content;
    }

    .product-link:hover .btn-product {
        display: flex;
    }

    .product-title {
        color: var(--color-white);
        margin-bottom: 3px;
    }

    .product-year {
        margin-bottom: 10px;
    }

    .product-desc {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: var(--color-gold);
    }


 

.products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -10px;
}

.btn-products {
    margin: 0 auto;
    color: var(--color-gold);
}

.btn-products .btn-svg path {
    fill: var(--color-gold);
}

.btn-products::after {
    background: var(--color-gold);
}


 

    /* Slider */
    .slick-slider
    {
        position: relative;

        display: block;
        box-sizing: border-box;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list
    {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus
    {
        outline: none;
    }

    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }

    .slick-track:after
    {
        clear: both;
    }

    .slick-loading .slick-track
    {
        visibility: hidden;
    }

    .slick-slide
    {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide
    {
        float: right;
    }

    .slick-slide img
    {
        display: block;
    }

    .slick-slide.slick-loading img
    {
        display: none;
    }

    .slick-slide.dragging img
    {
        pointer-events: none;
    }

    .slick-initialized .slick-slide
    {
        display: block;
    }

    .slick-loading .slick-slide
    {
        visibility: hidden;
    }

    .slick-vertical .slick-slide
    {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }






    .gallery-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
        flex-shrink: 0;
        align-items: center;
    }

    .gallery-nav-photoslider-block {
        width: 160px;
    }

    .navphotoslider {
        flex-shrink: 0;
        width: 160px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .navphotoslider .slick-track{
        display: flex;
        flex-direction: column;
    }

    .navphotoslider .slick-slide {
        width: 160px !important;
        /* height: 80px !important; */
        margin: 0;
    }

    .navphotoslider .slick-current .navphotoslider-image {
        border: 1.8px solid var(--color-gold);
    }

    .navphotoslider-image {
        width: 160px !important;
        height: 90px !important;
        object-fit: cover;
        cursor: pointer;
        margin-bottom: 5px;
    }

    .photoslider {
        width: 991px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
    }

    .photoslider-subtitle {
        transform: rotate(-90deg);
        color: var(--color-white);
        position: absolute;
        bottom: 300px;
        left: -300px;
        z-index: 2;
        width: 615px;
    }

    .photoslider-image {
        width: 947px !important;
        height: 615px;
        object-fit: cover;
        margin: 0 0 0 auto;
    }
    
    .photoslider-arrow-prev, 
    .photoslider-arrow-next {
        cursor: pointer;
        position: absolute;
        top: 208px;
        left: 20px;
        transition: .3s;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
        background: var(--color-white);
        border-radius: 50%;
        user-select: none;
    }

    .photoslider-arrow-next {
        left: auto;
        right: 20px;
    }

    .gallery-wrapper .arrow-svg {
        width: 13.12px;
        height: 13.12px;
    }

    .gallery-wrapper .arrow-svg path {
        fill: var(--color-grey);
        transition: .3s;
    }

    .gallery-wrapper .arrow:hover path{
        fill: var(--color-main);
    }



 

	.circle-animated.active {
		max-width: 40px;
		max-height: 40px;
	}

	.guarantee-item {
		border: 0.5px solid #FFFFFF;
		width: 280px;
		height: 280px;
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-size: 0 0;
		margin-right: 20px;
		transition: .5s;
		position: relative;
		overflow: hidden;
		--x: 0;
		--y: 0;
	}

	.btn__overlay {
		overflow: hidden;
		z-index: -1;
		border-radius: 50%; 
		position: absolute;
		width: 600px;
		height: 600px;
		background: #FFFFFF;
		transform: scale(0) translate(-50%, -50%);
		transform-origin: center;
		transform-origin: top left;
		transition: 0.8s transform ease-in-out;
		top: var(--y);
		left: var(--x);
	}
	.guarantee-item:hover .btn__overlay {
		transform: scale(2) translate(-50%, -50%);
		transition: 0.8s transform ease-in-out;
	}

	.guarantee-item:hover .guarantee-title {
		color: var(--color-black);
	}

	.guarantee-text,
	.guarantee-title { 
		transition: 0.8s;
	}

	.guarantee-item:hover .guarantee-text {
		color: var(--color-black);
	}

	.section-guarantee {
		position: relative;
		margin: 120px 0 100px;
	}

	.guarantee-back {
		position: absolute;
		top: 0;
		left: 0;
		height: 874px;
		width: 100%;
		object-fit: cover;
		z-index: -1;
	}

	.guarantee-inner {
		display: flex;
		width: 100%;
		align-items: center;
		margin-top: 30px;
	}

	.guarantee-img {
		width: 580px;
		height: 580px;
		object-fit: cover;
		margin-right: 20px;
	}

	.guarantee-items {
		display: flex;
		flex-direction: column;
		flex: 1;
	}

	.guarantee-first {
		display: flex;
		margin-bottom: 20px;
	}

	.guarantee-item:nth-child(2n) {
		margin: 0;
	}

	.guarantee-second {
		display: flex;
		width: 100%;
		justify-content: end;
	}

	.guarantee .title-block-subtitle {
		color: var(--color-white);
	}


 

    /* Slider */
    .slick-slider
    {
        position: relative;

        display: block;
        box-sizing: border-box;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list
    {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus
    {
        outline: none;
    }

    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }

    .slick-track:after
    {
        clear: both;
    }

    .slick-loading .slick-track
    {
        visibility: hidden;
    }

    .slick-slide
    {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide
    {
        float: right;
    }

    .slick-slide img
    {
        display: block;
    }

    .slick-slide.slick-loading img
    {
        display: none;
    }

    .slick-slide.dragging img
    {
        pointer-events: none;
    }

    .slick-initialized .slick-slide
    {
        display: block;
    }

    .slick-loading .slick-slide
    {
        visibility: hidden;
    }

    .slick-vertical .slick-slide
    {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }


    /* Dots */
    .slick-dotted.slick-slider {
        margin-bottom: 19px;
    }

    .slick-dots {
        position: absolute;
        bottom: 20px;
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        align-items: center;
        justify-content: center;
        height: 4px;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        border-radius: 0;
        cursor: pointer;
        width: 12px;
    }

    .slick-dots li.slick-active {
        width: 40px;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 12px;
        height: 2px;
        border-radius: 2px;
        border-radius: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: rgba(255, 255, 255, 0.6);
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }

    .slick-dots li button:before {
        font-family: 'slick';
        position: absolute;
        top: 0;
        left: 0;
        width: 12px;
        border-radius: 2px;
        height: 2px;
        border-radius: 0;
        content: '\2022';
        text-align: center;
        background: transparent;
        transition: .3s;
    }

    .slick-dots li.slick-active button:before {
        background: #FFFFFF;
        width: 40px;
        border-radius: 2px;
        height: 2px;
    }

    .slick-dots li:hover button:before {
        background: #FFFFFF;
    }






    .home-slider-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        position: relative;
        flex-shrink: 0;
        align-items: flex-start;
    }

    .home-slider-nav-photoslider-block {
        width: 552px;
        height: 321px;
        margin-top: 258px;
        margin-left: -163px;
        position: relative;
    }

    .home-navphotoslider {
        flex-shrink: 0;
        width: 552px;
        height: 321px;
        display: flex;
        margin: 0 auto;
        z-index: 3;
        padding: 30px 40px;
    }

    .home-navphotoslider-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .home-navphotoslider .slick-track{
        display: flex;
    }

    .home-navphotoslider .slick-slide {
        width: 552px !important;
        /* height: 80px !important; */
        margin: 0;
    }

    .home-navphotoslider .slick-current .home-navphotoslider-image {
        border: 1.8px solid var(--color-gold);
    }

    .home-navphotoslider-image {
        width: 140px !important;
        height: 100px !important;
        object-fit: cover;
        cursor: pointer;
        margin-bottom: 6px;
    }

    .home-photoslider {
        width: 774px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
    }

    .home-photoslider-inner {
        position: relative;
    }

    .home-photoslider-image {
        width: 740px !important;
        height: 380px;
        object-fit: cover;
        margin: 0 0 0 auto;
    }

    .home-navphotoslider-inner {
        width: 470px;
        height: 261px;
    }


    .home-photoslider-subtitle {
        transform: rotate(-90deg);
        color: var(--color-white);
        position: absolute;
        bottom: 300px;
        left: -300px;
        z-index: 2;
        width: 615px;
        background: var(--color-black);
        transition: 1.5s linear;
    }

    .home-navphotoslider-name {
        color: var(--color-white);
        margin-bottom: 3px;
    }

    .home-navphotoslider-date {
        color: var(--color-white);
        margin-bottom: 20px;
    }

    .home-navphotoslider-text {
        border-top: 1px solid #FFFFFF;
        padding-top: 20px;
        margin-bottom: 20px;
        max-height: 130px;
        overflow-y: auto;
    } 

    .home-navphotoslider-text::-webkit-scrollbar {
        width: 3px;
    }

    .home-navphotoslider-text::-webkit-scrollbar-track {
        background: none;
        border-radius: 0;
    }

    .home-navphotoslider-text::-webkit-scrollbar-thumb {
        border-radius: 0;
    }    

    .arrows {
        display: flex;
        margin: 55px 0 0 120px;
    }

    .arrow {
        margin-right: 30px;
        cursor: pointer;
    }

    .arrow.slick-disabled svg path {
        fill: #888888;
    }

    .arrow svg {
        transition: .3s;
    }

    .arrow.slick-disabled svg {
        width: 40px;
        transition: .3s;
    }

    .arrow.slick-disabled {
        pointer-events: none;
    }

    .mobile {
        display: none;
    }

    



 

    .clients {
        width: 100%;
        overflow: hidden;
    }

    .clients-line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translate3d(0, 0, 0);
        width: 250%;
        padding: 0 35px;
    }

    .clients-line-wrapper { 
        display: flex;
        align-items: center;
        white-space: nowrap;
        transform: translate3d(0, 0, 0);
        width: 500%;
    }

   .clients-line {
        animation: moveTickerRight 40s linear infinite;
    }

    @keyframes moveTickerLeft {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes moveTickerRight {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(0);
        }
    }

   .clients-img {
        width: 150px;
        height: 100px;
        object-fit: contain;
   }


 

	.header-inner {
		display: flex;
		width: 100%;
		padding: 30px 0;
		z-index: 100;
		position: relative;
		justify-content: space-between;
	}

	.header-logo {
		width: 137px;
		height: 67px;
		margin-right: 282px;
	}

	.header-logo-svg {
		width: 100%;
		height: 100%;
	}

	.header-links {
		display: flex;
		padding-top: 10px;
		margin-right: 64px;
	}

	.header-link {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		text-transform: uppercase;
		margin-right: 42px;
		text-decoration: none;
		color: var(--color-white);
		transition: .3s;
		width: fit-content;
		position: relative;
	}

	.header-link:after {
		display: block;
		position: absolute;
		left: 0;
		width: 0;
		height: 1px;
		background-color: var(--color-white);
		content: "";
		transition: width 0.3s ease-out;
	}

	.header-link:hover:after,
	.header-link:focus:after {
		width: 100%;
	}

	.header-link[aria-current="page"]:after {
		width: 100%;
	}

	.header-basket {
		width: 29px;
		height: 29px;
		cursor: pointer;
		margin: 2px 0;
		margin-right: 126px;
		position: relative;
	}

	.header-basket-img {
		width: 29px;
		height: 29px;
	}

	.header-basket-circle {
		display: none;
	}

	.header-basket-circle.active {
		display: flex;
		position: absolute;
		top: 4.5px;
		right: -1px;
		width: 10px;
		height: 10px;
		background: var(--color-white);
		border-radius: 50%; 
	}

	.header-nav {
		cursor: pointer;
		height: 20px;
		margin: 12px 0;
		position: absolute;
		right: 0;
		width: 45px;
		top: 0;
	}

	.header-nav:focus {
		outline: 0;
	}

	.header-nav-item {
		display: block;
		width: 45px;
		height: 1px;
		background: var(--color-white);
		transition: background .2s linear;
	}

	.header-nav-item:nth-child(2n) {
		width: 25px;
		margin: 8px 0 8px auto;
	}

	.header-nav-item:first-child {
		width: 37px;
		margin: 0 0 0 auto;
		transition: transform .2s linear;
	}

	.header-nav-item:last-child {
		width: 100%;
		transition: transform .2s linear;
	}

	.header-nav:.active {
		right: var(--offset);
		width: 22px;
	}

	.header-nav.active .header-nav-item {
		background: none;
	}

	.header-nav.active .header-nav-item:first-child {
		transform-origin: top left;
		transform: rotate(45deg) translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.header-nav.active .header-nav-item:last-child {
		transform-origin: left bottom;
		transform: rotate(-45deg) translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.header-nav.active .header-nav-item:last-child,
	.header-nav.active .header-nav-item:first-child {
		width: 30px;
		background-color: var(--color-white);
	}

	.header-wrapper {
		position: relative;
		width: 192px;
	}


 
    .input-wrapper {
        width: 396px;
        margin-bottom: 40px;
    }

    .input-label {
        color: var(--color-white);
        margin-bottom: 10px;
    }

    .input {
        border: 0;
        border-bottom: 0.8px solid #FFFFFF;
        background: transparent;
        color: var(--color-grey);
        width: 100%;
        padding-bottom: 8px;
    }

    .input-wrapper-medium {
        width: 837px;
    }

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

 
    .input-radio {
        margin-right: 15px;
        cursor: pointer;
        position: relative;
    }

    .input-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 1px;
        width: 1px;
        bottom: 0;
        left: 0;
    }

    .input-radio-label {
        padding: 8px 20px;
        background: rgba(255, 255, 255, 0.08);
        height: 40px;
        cursor: pointer;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        color: var(--color-white);
        cursor: pointer;
        transition: .3s;
    }

    .input-radio:hover .input-radio-label{
        color: var(--color-gold);
    }

    input[type="radio"]:checked ~.input-radio-label {
        color: var(--color-gold);
        background: rgba(217, 169, 91, 0.08);
    }

    .checkcircle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        width: 18px;
        height: 18px;
        border: 1px solid var(--color-grey);
        background: none;
        transition: .3s;
        border-radius: 50%; 
    }

    .input-radio:hover input~.checkcircle {
        background-color: var(--color-gold);
        border: 1px solid var(--color-gold);
    }

    .input-radio input:checked~.checkcircle::before {
        opacity: 1;
    }

    .input-radio .checkcircle::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 50%;
        background-color: var(--color-gold);
        opacity: 0;
        transition: .3s;
    }

    input[type="radio"]:checked ~.checkcircle {
        border: 1px solid var(--color-gold);
    }

    .input-radio-label-btn-checkout {
        padding-left: 48px;
    }


 
    .search-modal {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--color-black);
        height: 625px;
        z-index: 50;
        padding: 167px 80px;
    }

    .search-modal.active {
        display: flex;
    }

    .search-form {
        display: flex;
        position: relative;
        width: 1265px;
        margin-bottom: 60px;
    }

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

    .input-label-search {
        margin: 0;
    }

    .input-search {
        color: var(--color-white);
        padding-left: 64px;
    }
    .search-icon {
        position: absolute;
        top: -3px;
        left: 20px;
        width: 29px;
        height: 29px;
    }

    .search-form::placeholder {
        padding-left: 64px;
    }

    .search-vat-title {
        margin-bottom: 15px;
    }

    .search-vat-radio {
        display: flex;
    }

    .search-vat-btn {
        margin-right: 15px;
        cursor: pointer;
    }

    .search-menu {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .search-menu .header-link {
        margin-bottom: 10px;
    }


 

    .cart-modal-title {
        margin-bottom: 25px;
    }

    .cart-products {
        max-height: 300px;
        overflow-y: auto;
    }

    .cart-products::-webkit-scrollbar {
        width: 3px;
    }

    .cart-products::-webkit-scrollbar-track {
        background: var(--color-white);
        border-radius: 0;

    }

    .cart-products::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: var(--color-gold);
    }

    .cart-product {
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
        width: 813px;
        margin-right: 45px;
    }

    .cart-product:last-child {
        margin-bottom: 0;
    }

    .cart-product-number {
        margin-right: 20px;
    }

    .cart-size {
        color: var(--color-grey);
        margin-top: 8px;
    }

    .cart-product:last-child{
        border: none;
    }

    .delete-cart-product {
        margin-right: 15px;
        flex-shrink: 0;
    }

    .delete-cart-product-svg {
        width: 10px;
        height: 10px;
        cursor: pointer;
    }

    .cart-product-photo-wrapper {
        margin-right: 19px; 
        flex-shrink: 0;
    }

    .cart-product-photo {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .cart-product-info {
        width: 335px;
        margin-right: 80px;
    }

    .cart-product-title {
        width: 100%;
        margin-bottom: 2px;
        color: var(--color-white);
        text-decoration: none;
    }

    .cart-product-desc {
        color: var(--color-white);
    }

    .cart-product-year {
        margin-bottom: 10px;
    }

    .cart-product .counter {
        margin: 0 0 0 auto;
    }

    .cart-product-description-item {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 22px;
    }

    .cart-product-description {
        margin-top: 5px;
    }

    .cart-product-right {
        display: flex;
        flex-direction: column;
        min-width: 190px;
        width: auto;
        margin-right: 65px;
    }

    .cart-product-price {
        color: var(--color-white);
        text-align: right;
        margin-top: 10px;
    }

    .cart-price-items {
        padding: 20px 0;
        border-top: 1px solid var(--color-back-and-stroke);
        border-bottom: 1px solid var(--color-back-and-stroke);
        margin-bottom: 20px;
    }

    .cart-price-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5px;
    }

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

    .cart-price-item-title {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

    .cart-price-all-title {
        text-transform: uppercase;
    }

    .cart-price-all-title,
    .cart-price-all-value {
        font-weight: 700;
    }

    .cart-products-total {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #888888;
        padding: 15px 0;
        margin-top: 30px;
    }

    .cart-products-total:nth-child(2n) {
        margin: 0 !important;
    }

    .cart-checkout-products {
        max-height: 100%;
        overflow: unset;
    }

    .cart-checkout-products .cart-product {
        align-items: flex-start;
        width: 555px;
        margin-bottom: 25px;
    }

    .cart-checkout-products .cart-product-info {
        width: 196px;
        margin-right: 30px;
    }

    .cart-checkout-products .cart-product-right {
        display: flex;
        flex-direction: column;
        width: 139px;
        margin-right: 40px;
    }

    .cart-checkout-products .cart-product-right .counter {
        margin-right: 0;
    }

    .cart-checkout-products .delete-cart-product {
        margin-right: 0;
    }

    .cart-checkout-products-total {
        margin-top: 25px;
    }

    .cart-products-total-title {
        margin-right: 20px;
    }

    .chekout-total {
        display: none;
    }

    .chekout-total.active {
        display: flex;
    }

    .checkout-delivery-vat,
    .checkout-with-vat  {
        margin-bottom: 15px;
    }

    .checkout-with-vat  {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cart-products-total-price-with-delivery,
    .cart-products-total-price-without-delivery {
        display: none;
    }

    .cart-products-total-price-with-delivery.active,
    .cart-products-total-price-without-delivery.active {
        display: flex;
    }


 

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

    .modal-cart-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
    }

    .modal.active {
        height: 100%;
    }

    .container-modal {
        background: none;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .container-modal-cart {
        width: 980 !important;
        padding: 40px 60px !important;
    }

    .modal .close {
        cursor: pointer;
        position: absolute;
        top: 25px;
        right: 25px;
    }

    .modal .close svg {
        width: 14.41px;
        height: 14.41px;
    }

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

    .cart-btns-right {
        display: flex;
        align-items: center;
    }

    .btn-cart {
        width: 350px;
    }

    .cart-price {
        margin-right: 30px;
    }

    .cart-btns .btn-empty {
        margin-right: 10px;
    }



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

    .popup.active {
        height: 100%;
    }

    .popup-wrapper {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--color-black);
        padding: 50px 60px 40px;  
    }

    .popup .close {
        cursor: pointer;
        position: absolute;
        top: 25px;
        right: 25px;
    }

    .popup .close svg {
        width: 14.41px;
        height: 14.41px;
    }

    .popup-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: var(--color-white);
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .popup-btn {
        margin-bottom: 10px;
        cursor: pointer;
        width: 100%;
    }


 

    .cookie {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 40px;
        right: 80px;
        width: 490px;
        height: auto;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        transition: 0.5s;
        padding: 30px;
    }

    .cookie-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 490px;
        height: 100%;
        z-index: -1;
    }

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

    .cookie-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .cookie-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        color: var(--color-white);
        margin-bottom: 5px;
    }

    .cookie-text {
        margin-bottom: 15px;
        color: var(--color-white);
    }

    .cookie-text p {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: var(--color-white);
    }

    .cookie-text a {
        color: var(--color-white);
        text-decoration: underline;
    }

    .cookie-btns {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .cookie-btn {
        width: 205px;
        text-align: center;
        cursor: pointer;
    }


 

	footer {
		margin-top: 120px;
	}

	.footer-inner {
		border-top: 1px solid #FFFFFF;
		padding: 50px 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.footer-first,
	.footer-third {
		display: flex;
		flex-direction: column;
		width: 220px;
		justify-content: space-between;
	}

	.footer-logo {
		width: 137px;
		height: 67px;
		margin-bottom: 26px;
	}

	.footer-second {
		display: flex;
		flex-direction: column;
		width: 704px;
		justify-content: space-between;
		align-items: center;
	}

	.footer-links {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.footer-link {
		color: var(--color-white);
		text-decoration: none;
	}

	.footer-third {
		text-align: right;
	}

	.footer-contacts {
		display: flex;
		flex-direction: column;
	}

	.footer-contact {
		color: var(--color-white);
		text-decoration: none;
		margin-bottom: 10px;
	}

	.footer-made-mobile {
		display: none;
	}

	.footer-made-desktop a {
		color: var(--color-grey);
		text-decoration: none;
	}

	.footer-copirigth-mobile {
		display: none;
	}


 

	.main-banner-back {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 793px;
		object-fit: cover;
		opacity: 0.5;
	}

	.main-banner-content {
		padding: 110px 0 208px;
	}

	.main-banner-content-subtitle {
		margin-bottom: 20px;
	}

	.main-banner-content-title {
		margin-bottom: 50px;
		width: 665px;
	}

	.btn-main-banner {
		margin-left: 209px;
	}

	.title-block-home-products {
		margin-bottom: 30px;
	}

	.home-products {
		position: relative;
	}

	.home-products-back-1 {
		position: absolute;
		z-index: -1;
		bottom: 255px;
		left: -208px;
		width: 413.98px;
		height: 595.96px;
		filter: blur(450px);
		transform: rotate(-51.73deg);
		background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
		border-radius: 50%; 
	}

	.home-products-back-2 {
		position: absolute;
		z-index: -1;
		bottom: -40px;
		right: -176px;
		width: 413.98px;
		height: 595.96px;
		border-radius: 50%; 
		filter: blur(500px);
		transform: rotate(-51.73deg);
		background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	}

	.home-gallery {
		position: relative;
	}

	.home-gallery-back {
		background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
		filter: blur(465.624px);
		transform: rotate(-51.73deg);
		position: absolute;
		z-index: -1;
		bottom: -140px;
		right: -140px;
		width: 385.52px;
		height: 554.98px;
		border-radius: 50%; 
	}

	.home-video {
		height: 650px;
		width: 100%;
		object-fit: cover;
	}

	.title-block-home-about {
		margin-bottom: 50px;
	}

	.home-clients-title {
		display: flex;
		justify-content: center;
		margin-bottom: 45px;
	}

	.title-block-home-contacts {
		margin-bottom: 50px;
	}

	.home-contacts-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.home-contacts-img {
		width: 450px;
		height: 400px;
		object-fit: cover;
	}

	.home-contacts-content {
		width: 760px;
		display: flex;
		flex-direction: column;
	}

	.home-contact-items {
		display: flex;
		align-items: flex-start;
		margin-bottom: 45px;
	}

	.home-contact-item {
		margin-right: 90px;
	}

	.home-contact-item-title {
		margin-bottom: 18px;
	}

	.home-contact-items-link a {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		text-transform: uppercase;
		color: var(--color-white);
		text-decoration: none;
		margin-bottom: 6px;
	}

	.home-contacts-desc {
		margin-bottom: 40px;
	}

	.btn-home-contacts {
		color: var(--color-gold);
	}

	.btn-home-contacts::after {
		background-color: var(--color-gold);
	}

	.btn-home-contacts path {
		fill: var(--color-gold);
	}

	.home-video-wrapper {
		position: relative;
	}

	.home-video-play {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100px;
		height: 100px;
	}

	.home-video-play.none {
		display: none;
	}





 }@media (max-width: 1600px) and (min-width: 1000px) { :root {
	--column-width: 88.8889vw;
	--offset: calc(50% - (var(--column-width) / 2));
	--color-black: #0E0E0E;
	--color-white: #FFFFFF;
	--color-gold: #D9A95B;
	--color-grey: #888888;
}

body {
    overflow-x: hidden !important;
	background: var(--color-black);
	position: relative;
}

.circle {
	position: absolute;	
	top: 12.3611vw;
	right: -7.5vw;
	border-radius: 60%;
	width: 28.7486vw;
	height: 41.3861vw;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-2 {
	position: absolute;	
	top: 111.3194vw;
	left: -14.4444vw;
	border-radius: 60%;
	width: 28.7486vw;
	height: 41.3861vw;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(31.25vw);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-3 {
	position: absolute;	
	top: 145.0694vw;
	right: -12.5vw;
	border-radius: 60%;
	width: 28.7486vw;
	height: 41.3861vw;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-4 {
	position: absolute;	
	top: 242.4069vw;
	right: -9.7222vw;
	border-radius: 60%;
	width: 28.7486vw;
	height: 41.3861vw;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-5 {
	position: absolute;	
	top: 410.7535vw;
	right: -14.2361vw;
	border-radius: 60%;
	width: 28.7486vw;
	height: 41.3861vw;
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

@-moz-document url-prefix() {
	.circle {
		display: none;
	}
	.circle-2 {
		display: none;
	}
	.circle-3 {
		display: none;
	}
	.circle-4 {
		display: none;
	}
	.circle-5 {
		display: none;
	}
}

#transition_disabled * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

body, input, textarea, select {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.9722vw;
	-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;
}

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

.subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 0.9722vw;
	line-height: 1.6667vw;
	text-transform: uppercase;
	color: var(--color-gold);
}

h1, 
.h1 {
	/* font-family: 'Italianno'; */
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	/* font-size: 4.8611vw;
	line-height: 5.2778vw; */
	font-size: 3.4722vw;
	line-height: 5.2778vw;
	color: var(--color-white);
}

section {
	padding-top: 8.6806vw;
}

.h2,
h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 1.8056vw;
	line-height: 2.7778vw;
	color: var(--color-white);
}

h2 {
	margin-bottom: 1.0417vw;
}

.h3,
h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 1.6667vw;
	line-height: 2.3611vw;
	color: var(--color-white);
}

h3 {
	margin-bottom: 1.0417vw;
}

.h4,
h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 1.3889vw;
	line-height: 2.0833vw;
	color: var(--color-white);
}

h4 {
	margin-bottom: 0.8333vw;
}

.h5,
h5 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 0.9722vw;
	line-height: 2.0833vw;
	text-transform: uppercase;
	color: var(--color-white);
}

.main-text,
.content p,
.content li {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 1.1111vw;
	line-height: 1.8056vw;
	color: var(--color-white);
}

.content a {
	color: var(--color-gold);
}

.content p {
	margin-bottom: 1.0417vw;
}

.content li {
	margin-bottom: 0.6944vw;
}

.content ul {
    list-style: none;
    padding: 0;
}

.content ul li::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 0.4861vw;
    height: 0.4861vw;   
    background: url(/photos/1/marker.svg) no-repeat;
    background-size: cover;
    margin-right: 1.0417vw;
}

.content ul li {
    display: flex;
    align-items: baseline;
}

.content li:last-child {
    margin-bottom: 1.3889vw;
}

.small-text {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 0.8333vw;
	line-height: 1.3889vw;
	color: var(--color-grey);
}

.extra-text {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 0.9722vw;
	line-height: 1.6667vw;
	color: var(--color-grey);
}

.error404 {
	position: relative;
	height: auto;
}

.error404-fon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.error404-content {
	padding: 5.5556vw 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 8.3333vw;
}

.error404-svg {
	margin: 0 auto;
	width: 35.6944vw;
	height: 14.0278vw;
	margin-bottom: 4.1667vw;
}

.error404-title {
	margin-bottom: 1.0417vw;
}

.error404-text {
	margin-bottom: 2.0833vw;
	color: var(--color-white);
}

.error404-btns {
	display: flex;
	justify-content: center;
}

.btn-error404 {
	margin: 0 1.0417vw;
}

.standart {
	padding: 1.0417vw 0 8.3333vw;
}

.bottom {
	padding-bottom: 0;
}

.tabs {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 0.8333vw;
	line-height: 1.25vw;
	text-transform: uppercase;
	color: var(--color-white);
	background: rgba(255, 255, 255, 0.08);
	padding: 0.5556vw 1.3889vw;
	width: fit-content;
}

#pagination {
	margin-top: 4.1667vw;
}


.counter {
	margin-bottom: 1.3889vw;
}

.counter-title {
	font-style: normal;
	font-weight: 400;
	font-size: 0.9722vw;
	line-height: 1.6667vw;
}

.counter-inner {
	position: relative;
	width: 10.0694vw;
}

.counter-input {
	background: none;
	border: 1px solid var(--color-grey);
	width: 10.0694vw;
	height: 2.5vw;
	text-align: center;
	cursor: pointer;
	color: var(--color-white);
}

.counter-symbol {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	transition: .5s;
	display: flex;
	width: 2.7778vw;
	height: 2.5vw;
	align-items: center;
	justify-content: center;
	user-select: none;
	color: var(--color-gold);
	border-right: 1px solid var(--color-grey);
}

.counter-plus {
	left: auto;
	right: 0;
	border: 0; 
	border-left: 1px solid var(--color-grey);
}


.product {
	width: 20.8333vw;
	height: 36.1806vw;
	display: flex;
	flex-direction: column;
	margin-bottom: 3.4722vw;
	margin-right: 1.7361vw;
}

.product:nth-child(4n) {
	margin-right: 0;
}

.product.noactive .product-img {
	opacity: 0.4;
}

.product-img {
	width: 20.8333vw;
	height: 29.1667vw;
	object-fit: cover;
	transition: .3s;
}

.product-link {
	width: 20.8333vw;
	height: 29.1667vw;
	position: relative;
	margin-bottom: 1.3889vw;
}

.product-link:hover .product-img {
	opacity: 0.5;
}

.btn-product {
	display: none;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 13.75vw;
	transition: .3s;
	width: max-content;
}

.product-link:hover .btn-product {
	display: flex;
}

.product-title {
	color: var(--color-white);
	margin-bottom: 3px;
}

.product-year {
	margin-bottom: 0.6944vw;
}

.product-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 0.9722vw;
	line-height: 1.6667vw;
	color: var(--color-gold);
} 


.btn {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 1.8056vw;
    text-transform: uppercase;
    color: var(--color-white);
    transition: .3s;
    text-decoration: none;
    width: fit-content;
    position: relative;
    cursor: pointer;
}   

.btn::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    content: "";
}

.btn-svg {
    flex-shrink: 1;
    width: 1.6667vw;
    height: 1.6667vw;
}

.btn-empty {
    border: 1px solid var(--color-gold);
    padding: 0.6944vw 1.7361vw;
    width: 17.3611vw;
    color: var(--color-gold);
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-gold::after,
.btn-empty::after {
    display: none;
}

.btn-empty:hover {
    color: #C29346;
    border: 1px solid #C29346;
}

.btn-gold {
    border: 1px solid var(--color-gold);
    padding: 0.6944vw 1.7361vw;
    width: 17.3611vw;
    color: var(--color-white);
    justify-content: center;
    text-decoration: none;
    background: var(--color-gold);
}

.btn-gold:hover {
    background: #C29346;
}

.btn-submit {
    width: 27.4306vw;
    height: 3.1944vw;
    cursor: pointer;
    margin-bottom: 2.7778vw;
}



 


.title-block-subtitle {
    min-width: 13.8889vw;
    margin-right: 0.6944vw;
    width: auto;
}


 

    .home-products-categories {
        display: flex;
        margin-bottom: 3.4722vw;
        align-items: center;
    }

    .home-products-category {
        background: rgba(217, 169, 91, 0.08);
        padding: 0.5556vw 1.3889vw;
        font-weight: 400;
        font-size: 0.8333vw;
        line-height: 1.25vw;
        text-transform: uppercase;
        color: var(--color-white);
        margin-right: 1.0417vw;
        cursor: pointer;
    }

    .home-products-category.active {
        color: var(--color-gold);
    }


 

    .product {
        width: 20.8333vw;
        height: 36.1806vw;
        display: flex;
        flex-direction: column;
        margin-bottom: 3.4722vw;
        margin-right: 1.7361vw;
    }

    .product:nth-child(4n) {
        margin-right: 0;
    }

    .product.noactive .product-img {
        opacity: 0.4;
    }

    .product-img {
        width: 20.8333vw;
        height: 29.1667vw;
        object-fit: cover;
    }

    .product-link {
        width: 20.8333vw;
        height: 29.1667vw;
        position: relative;
        margin-bottom: 1.3889vw;
    }

    .product-img-hover {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 20.8333vw;
        height: 29.1667vw;
        transition: .3s;
    }

    .product-link:hover .product-img-hover {
        display: flex;
    }

    .btn-product {
        display: none;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 13.75vw;
        transition: .3s;
        width: max-content;
    }

    .product-link:hover .btn-product {
        display: flex;
    }

    .product-title {
        color: var(--color-white);
        margin-bottom: 3px;
    }

    .product-year {
        margin-bottom: 0.6944vw;
    }

    .product-desc {
        font-style: normal;
        font-weight: 400;
        font-size: 0.9722vw;
        line-height: 1.6667vw;
        color: var(--color-gold);
    }


 

.products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -0.6944vw;
}

.btn-products {
    margin: 0 auto;
    color: var(--color-gold);
}

.btn-products .btn-svg path {
    fill: var(--color-gold);
}

.btn-products::after {
    background: var(--color-gold);
}


 

    /* Slider */
    .slick-slider
    {
        position: relative;

        display: block;
        box-sizing: border-box;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list
    {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus
    {
        outline: none;
    }

    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }

    .slick-track:after
    {
        clear: both;
    }

    .slick-loading .slick-track
    {
        visibility: hidden;
    }

    .slick-slide
    {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide
    {
        float: right;
    }

    .slick-slide img
    {
        display: block;
    }

    .slick-slide.slick-loading img
    {
        display: none;
    }

    .slick-slide.dragging img
    {
        pointer-events: none;
    }

    .slick-initialized .slick-slide
    {
        display: block;
    }

    .slick-loading .slick-slide
    {
        visibility: hidden;
    }

    .slick-vertical .slick-slide
    {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }






    .gallery-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
        flex-shrink: 0;
        align-items: center;
    }

    .gallery-nav-photoslider-block {
        width: 11.1111vw;
    }

    .navphotoslider {
        flex-shrink: 0;
        width: 11.1111vw;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .navphotoslider .slick-track{
        display: flex;
        flex-direction: column;
    }

    .navphotoslider .slick-slide {
        width: 11.1111vw !important;
        /* height: 5.5556vw !important; */
        margin: 0;
    }

    .navphotoslider .slick-current .navphotoslider-image {
        border: 0.125vw solid var(--color-gold);
    }

    .navphotoslider-image {
        width: 11.1111vw !important;
        height: 6.25vw !important;
        object-fit: cover;
        cursor: pointer;
        margin-bottom: 0.3472vw;
    }

    .photoslider {
        width: 68.8194vw;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
    }

    .photoslider-subtitle {
        transform: rotate(-90deg);
        color: var(--color-white);
        position: absolute;
        bottom: 20.8333vw;
        left: -20.8333vw;
        z-index: 2;
        width: 42.7083vw;
    }

    .photoslider-image {
        width: 65.7639vw !important;
        height: 42.7083vw;
        object-fit: cover;
        margin: 0 0 0 auto;
    }
    
    .photoslider-arrow-prev, 
    .photoslider-arrow-next {
        cursor: pointer;
        position: absolute;
        top: 14.4444vw;
        left: 1.3889vw;
        transition: .3s;
        width: 2.4306vw;
        height: 2.4306vw;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0vw 0vw 0.5556vw 2px rgba(0, 0, 0, 0.15);
        background: var(--color-white);
        border-radius: 50%;
        user-select: none;
    }

    .photoslider-arrow-next {
        left: auto;
        right: 1.3889vw;
    }

    .gallery-wrapper .arrow-svg {
        width: 0.9111vw;
        height: 0.9111vw;
    }

    .gallery-wrapper .arrow-svg path {
        fill: var(--color-grey);
        transition: .3s;
    }

    .gallery-wrapper .arrow:hover path{
        fill: var(--color-main);
    }



 

	.circle-animated.active {
		max-width: 2.7778vw;
		max-height: 2.7778vw;
	}

	.guarantee-item {
		border: 0.0347vw solid #FFFFFF;
		width: 19.4444vw;
		height: 19.4444vw;
		padding: 1.0417vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-size: 0 0;
		margin-right: 1.3889vw;
		transition: .5s;
		position: relative;
		overflow: hidden;
		--x: 0;
		--y: 0;
	}

	.btn__overlay {
		overflow: hidden;
		z-index: -1;
		border-radius: 50%; 
		position: absolute;
		width: 41.6667vw;
		height: 41.6667vw;
		background: #FFFFFF;
		transform: scale(0) translate(-50%, -50%);
		transform-origin: center;
		transform-origin: top left;
		transition: 0.8s transform ease-in-out;
		top: var(--y);
		left: var(--x);
	}
	.guarantee-item:hover .btn__overlay {
		transform: scale(2) translate(-50%, -50%);
		transition: 0.8s transform ease-in-out;
	}

	.guarantee-item:hover .guarantee-title {
		color: var(--color-black);
	}

	.guarantee-text,
	.guarantee-title { 
		transition: 0.8s;
	}

	.guarantee-item:hover .guarantee-text {
		color: var(--color-black);
	}

	.section-guarantee {
		position: relative;
		margin: 8.3333vw 0 6.9444vw;
	}

	.guarantee-back {
		position: absolute;
		top: 0;
		left: 0;
		height: 60.6944vw;
		width: 100%;
		object-fit: cover;
		z-index: -1;
	}

	.guarantee-inner {
		display: flex;
		width: 100%;
		align-items: center;
		margin-top: 2.0833vw;
	}

	.guarantee-img {
		width: 40.2778vw;
		height: 40.2778vw;
		object-fit: cover;
		margin-right: 1.3889vw;
	}

	.guarantee-items {
		display: flex;
		flex-direction: column;
		flex: 1;
	}

	.guarantee-first {
		display: flex;
		margin-bottom: 1.3889vw;
	}

	.guarantee-item:nth-child(2n) {
		margin: 0;
	}

	.guarantee-second {
		display: flex;
		width: 100%;
		justify-content: end;
	}

	.guarantee .title-block-subtitle {
		color: var(--color-white);
	}


 

    /* Slider */
    .slick-slider
    {
        position: relative;

        display: block;
        box-sizing: border-box;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list
    {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus
    {
        outline: none;
    }

    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }

    .slick-track:after
    {
        clear: both;
    }

    .slick-loading .slick-track
    {
        visibility: hidden;
    }

    .slick-slide
    {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide
    {
        float: right;
    }

    .slick-slide img
    {
        display: block;
    }

    .slick-slide.slick-loading img
    {
        display: none;
    }

    .slick-slide.dragging img
    {
        pointer-events: none;
    }

    .slick-initialized .slick-slide
    {
        display: block;
    }

    .slick-loading .slick-slide
    {
        visibility: hidden;
    }

    .slick-vertical .slick-slide
    {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }


    /* Dots */
    .slick-dotted.slick-slider {
        margin-bottom: 1.3194vw;
    }

    .slick-dots {
        position: absolute;
        bottom: 1.3889vw;
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        align-items: center;
        justify-content: center;
        height: 0.2778vw;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 0.3472vw;
        padding: 0;
        border-radius: 0;
        cursor: pointer;
        width: 0.8333vw;
    }

    .slick-dots li.slick-active {
        width: 2.7778vw;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 0.8333vw;
        height: 2px;
        border-radius: 2px;
        border-radius: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: rgba(255, 255, 255, 0.6);
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }

    .slick-dots li button:before {
        font-family: 'slick';
        position: absolute;
        top: 0;
        left: 0;
        width: 0.8333vw;
        border-radius: 2px;
        height: 2px;
        border-radius: 0;
        content: '\2022';
        text-align: center;
        background: transparent;
        transition: .3s;
    }

    .slick-dots li.slick-active button:before {
        background: #FFFFFF;
        width: 2.7778vw;
        border-radius: 2px;
        height: 2px;
    }

    .slick-dots li:hover button:before {
        background: #FFFFFF;
    }






    .home-slider-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        position: relative;
        flex-shrink: 0;
        align-items: flex-start;
    }

    .home-slider-nav-photoslider-block {
        width: 38.3333vw;
        height: 22.2917vw;
        margin-top: 17.9167vw;
        margin-left: -11.3194vw;
        position: relative;
    }

    .home-navphotoslider {
        flex-shrink: 0;
        width: 38.3333vw;
        height: 22.2917vw;
        display: flex;
        margin: 0 auto;
        z-index: 3;
        padding: 2.0833vw 2.7778vw;
    }

    .home-navphotoslider-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .home-navphotoslider .slick-track{
        display: flex;
    }

    .home-navphotoslider .slick-slide {
        width: 38.3333vw !important;
        /* height: 5.5556vw !important; */
        margin: 0;
    }

    .home-navphotoslider .slick-current .home-navphotoslider-image {
        border: 0.125vw solid var(--color-gold);
    }

    .home-navphotoslider-image {
        width: 9.7222vw !important;
        height: 6.9444vw !important;
        object-fit: cover;
        cursor: pointer;
        margin-bottom: 0.4167vw;
    }

    .home-photoslider {
        width: 53.75vw;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
    }

    .home-photoslider-inner {
        position: relative;
    }

    .home-photoslider-image {
        width: 51.3889vw !important;
        height: 26.3889vw;
        object-fit: cover;
        margin: 0 0 0 auto;
    }

    .home-navphotoslider-inner {
        width: 32.6389vw;
        height: 18.125vw;
    }


    .home-photoslider-subtitle {
        transform: rotate(-90deg);
        color: var(--color-white);
        position: absolute;
        bottom: 20.8333vw;
        left: -20.8333vw;
        z-index: 2;
        width: 42.7083vw;
        background: var(--color-black);
        transition: 1.5s linear;
    }

    .home-navphotoslider-name {
        color: var(--color-white);
        margin-bottom: 3px;
    }

    .home-navphotoslider-date {
        color: var(--color-white);
        margin-bottom: 1.3889vw;
    }

    .home-navphotoslider-text {
        border-top: 1px solid #FFFFFF;
        padding-top: 1.3889vw;
        margin-bottom: 1.3889vw;
        max-height: 9.0278vw;
        overflow-y: auto;
    } 

    .home-navphotoslider-text::-webkit-scrollbar {
        width: 3px;
    }

    .home-navphotoslider-text::-webkit-scrollbar-track {
        background: none;
        border-radius: 0;
    }

    .home-navphotoslider-text::-webkit-scrollbar-thumb {
        border-radius: 0;
    }    

    .arrows {
        display: flex;
        margin: 3.8194vw 0 0 8.3333vw;
    }

    .arrow {
        margin-right: 2.0833vw;
        cursor: pointer;
    }

    .arrow.slick-disabled svg path {
        fill: #888888;
    }

    .arrow svg {
        transition: .3s;
    }

    .arrow.slick-disabled svg {
        width: 2.7778vw;
        transition: .3s;
    }

    .arrow.slick-disabled {
        pointer-events: none;
    }

    .mobile {
        display: none;
    }

    



 

    .clients {
        width: 100%;
        overflow: hidden;
    }

    .clients-line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translate3d(0, 0, 0);
        width: 250%;
        padding: 0 2.4306vw;
    }

    .clients-line-wrapper { 
        display: flex;
        align-items: center;
        white-space: nowrap;
        transform: translate3d(0, 0, 0);
        width: 500%;
    }

   .clients-line {
        animation: moveTickerRight 40s linear infinite;
    }

    @keyframes moveTickerLeft {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes moveTickerRight {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(0);
        }
    }

   .clients-img {
        width: 10.4167vw;
        height: 6.9444vw;
        object-fit: contain;
   }


 

	.header-inner {
		display: flex;
		width: 100%;
		padding: 2.0833vw 0;
		z-index: 100;
		position: relative;
		justify-content: space-between;
	}

	.header-logo {
		width: 9.5139vw;
		height: 4.6528vw;
		margin-right: 19.5833vw;
	}

	.header-logo-svg {
		width: 100%;
		height: 100%;
	}

	.header-links {
		display: flex;
		padding-top: 0.6944vw;
		margin-right: 4.4444vw;
	}

	.header-link {
		font-style: normal;
		font-weight: 400;
		font-size: 0.9722vw;
		line-height: 1.6667vw;
		text-transform: uppercase;
		margin-right: 2.9167vw;
		text-decoration: none;
		color: var(--color-white);
		transition: .3s;
		width: fit-content;
		position: relative;
	}

	.header-link:after {
		display: block;
		position: absolute;
		left: 0;
		width: 0;
		height: 1px;
		background-color: var(--color-white);
		content: "";
		transition: width 0.3s ease-out;
	}

	.header-link:hover:after,
	.header-link:focus:after {
		width: 100%;
	}

	.header-link[aria-current="page"]:after {
		width: 100%;
	}

	.header-basket {
		width: 2.0139vw;
		height: 2.0139vw;
		cursor: pointer;
		margin: 2px 0;
		margin-right: 8.75vw;
		position: relative;
	}

	.header-basket-img {
		width: 2.0139vw;
		height: 2.0139vw;
	}

	.header-basket-circle {
		display: none;
	}

	.header-basket-circle.active {
		display: flex;
		position: absolute;
		top: 0.3125vw;
		right: -1px;
		width: 0.6944vw;
		height: 0.6944vw;
		background: var(--color-white);
		border-radius: 50%; 
	}

	.header-nav {
		cursor: pointer;
		height: 1.3889vw;
		margin: 0.8333vw 0;
		position: absolute;
		right: 0;
		width: 3.125vw;
		top: 0;
	}

	.header-nav:focus {
		outline: 0;
	}

	.header-nav-item {
		display: block;
		width: 3.125vw;
		height: 1px;
		background: var(--color-white);
		transition: background .2s linear;
	}

	.header-nav-item:nth-child(2n) {
		width: 1.7361vw;
		margin: 0.5556vw 0 0.5556vw auto;
	}

	.header-nav-item:first-child {
		width: 2.5694vw;
		margin: 0 0 0 auto;
		transition: transform .2s linear;
	}

	.header-nav-item:last-child {
		width: 100%;
		transition: transform .2s linear;
	}

	.header-nav:.active {
		right: var(--offset);
		width: 1.5278vw;
	}

	.header-nav.active .header-nav-item {
		background: none;
	}

	.header-nav.active .header-nav-item:first-child {
		transform-origin: top left;
		transform: rotate(45deg) translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.header-nav.active .header-nav-item:last-child {
		transform-origin: left bottom;
		transform: rotate(-45deg) translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.header-nav.active .header-nav-item:last-child,
	.header-nav.active .header-nav-item:first-child {
		width: 2.0833vw;
		background-color: var(--color-white);
	}

	.header-wrapper {
		position: relative;
		width: 13.3333vw;
	}


 
    .input-wrapper {
        width: 27.5vw;
        margin-bottom: 2.7778vw;
    }

    .input-label {
        color: var(--color-white);
        margin-bottom: 0.6944vw;
    }

    .input {
        border: 0;
        border-bottom: 0.0556vw solid #FFFFFF;
        background: transparent;
        color: var(--color-grey);
        width: 100%;
        padding-bottom: 0.5556vw;
    }

    .input-wrapper-medium {
        width: 58.125vw;
    }

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

 
    .input-radio {
        margin-right: 1.0417vw;
        cursor: pointer;
        position: relative;
    }

    .input-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 1px;
        width: 1px;
        bottom: 0;
        left: 0;
    }

    .input-radio-label {
        padding: 0.5556vw 1.3889vw;
        background: rgba(255, 255, 255, 0.08);
        height: 2.7778vw;
        cursor: pointer;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 0.9722vw;
        line-height: 1.6667vw;
        text-transform: uppercase;
        color: var(--color-white);
        cursor: pointer;
        transition: .3s;
    }

    .input-radio:hover .input-radio-label{
        color: var(--color-gold);
    }

    input[type="radio"]:checked ~.input-radio-label {
        color: var(--color-gold);
        background: rgba(217, 169, 91, 0.08);
    }

    .checkcircle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 1.3889vw;
        width: 1.25vw;
        height: 1.25vw;
        border: 1px solid var(--color-grey);
        background: none;
        transition: .3s;
        border-radius: 50%; 
    }

    .input-radio:hover input~.checkcircle {
        background-color: var(--color-gold);
        border: 1px solid var(--color-gold);
    }

    .input-radio input:checked~.checkcircle::before {
        opacity: 1;
    }

    .input-radio .checkcircle::before {
        content: "";
        display: block;
        width: 0.6944vw;
        height: 0.6944vw;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 50%;
        background-color: var(--color-gold);
        opacity: 0;
        transition: .3s;
    }

    input[type="radio"]:checked ~.checkcircle {
        border: 1px solid var(--color-gold);
    }

    .input-radio-label-btn-checkout {
        padding-left: 3.3333vw;
    }


 
    .search-modal {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--color-black);
        height: 43.4028vw;
        z-index: 50;
        padding: 11.5972vw 5.5556vw;
    }

    .search-modal.active {
        display: flex;
    }

    .search-form {
        display: flex;
        position: relative;
        width: 87.8472vw;
        margin-bottom: 4.1667vw;
    }

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

    .input-label-search {
        margin: 0;
    }

    .input-search {
        color: var(--color-white);
        padding-left: 4.4444vw;
    }
    .search-icon {
        position: absolute;
        top: -3px;
        left: 1.3889vw;
        width: 2.0139vw;
        height: 2.0139vw;
    }

    .search-form::placeholder {
        padding-left: 4.4444vw;
    }

    .search-vat-title {
        margin-bottom: 1.0417vw;
    }

    .search-vat-radio {
        display: flex;
    }

    .search-vat-btn {
        margin-right: 1.0417vw;
        cursor: pointer;
    }

    .search-menu {
        display: flex;
        flex-direction: column;
        margin-top: 3.4722vw;
    }

    .search-menu .header-link {
        margin-bottom: 0.6944vw;
    }


 

    .cart-modal-title {
        margin-bottom: 1.7361vw;
    }

    .cart-products {
        max-height: 20.8333vw;
        overflow-y: auto;
    }

    .cart-products::-webkit-scrollbar {
        width: 3px;
    }

    .cart-products::-webkit-scrollbar-track {
        background: var(--color-white);
        border-radius: 0;

    }

    .cart-products::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: var(--color-gold);
    }

    .cart-product {
        display: flex;
        align-items: flex-start;
        margin-bottom: 2.0833vw;
        width: 56.4583vw;
        margin-right: 3.125vw;
    }

    .cart-product:last-child {
        margin-bottom: 0;
    }

    .cart-product-number {
        margin-right: 1.3889vw;
    }

    .cart-size {
        color: var(--color-grey);
        margin-top: 0.5556vw;
    }

    .cart-product:last-child{
        border: none;
    }

    .delete-cart-product {
        margin-right: 1.0417vw;
        flex-shrink: 0;
    }

    .delete-cart-product-svg {
        width: 0.6944vw;
        height: 0.6944vw;
        cursor: pointer;
    }

    .cart-product-photo-wrapper {
        margin-right: 1.3194vw; 
        flex-shrink: 0;
    }

    .cart-product-photo {
        width: 5.5556vw;
        height: 5.5556vw;
        object-fit: cover;
    }

    .cart-product-info {
        width: 23.2639vw;
        margin-right: 5.5556vw;
    }

    .cart-product-title {
        width: 100%;
        margin-bottom: 2px;
        color: var(--color-white);
        text-decoration: none;
    }

    .cart-product-desc {
        color: var(--color-white);
    }

    .cart-product-year {
        margin-bottom: 0.6944vw;
    }

    .cart-product .counter {
        margin: 0 0 0 auto;
    }

    .cart-product-description-item {
        font-style: normal;
        font-weight: normal;
        font-size: 0.8333vw;
        line-height: 1.5278vw;
    }

    .cart-product-description {
        margin-top: 0.3472vw;
    }

    .cart-product-right {
        display: flex;
        flex-direction: column;
        min-width: 13.1944vw;
        width: auto;
        margin-right: 4.5139vw;
    }

    .cart-product-price {
        color: var(--color-white);
        text-align: right;
        margin-top: 0.6944vw;
    }

    .cart-price-items {
        padding: 1.3889vw 0;
        border-top: 1px solid var(--color-back-and-stroke);
        border-bottom: 1px solid var(--color-back-and-stroke);
        margin-bottom: 1.3889vw;
    }

    .cart-price-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.3472vw;
    }

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

    .cart-price-item-title {
        font-style: normal;
        font-weight: 700;
        font-size: 1.1111vw;
        line-height: 1.6667vw;
    }

    .cart-price-all-title {
        text-transform: uppercase;
    }

    .cart-price-all-title,
    .cart-price-all-value {
        font-weight: 700;
    }

    .cart-products-total {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #888888;
        padding: 1.0417vw 0;
        margin-top: 2.0833vw;
    }

    .cart-products-total:nth-child(2n) {
        margin: 0 !important;
    }

    .cart-checkout-products {
        max-height: 100%;
        overflow: unset;
    }

    .cart-checkout-products .cart-product {
        align-items: flex-start;
        width: 38.5417vw;
        margin-bottom: 1.7361vw;
    }

    .cart-checkout-products .cart-product-info {
        width: 13.6111vw;
        margin-right: 2.0833vw;
    }

    .cart-checkout-products .cart-product-right {
        display: flex;
        flex-direction: column;
        width: 9.6528vw;
        margin-right: 2.7778vw;
    }

    .cart-checkout-products .cart-product-right .counter {
        margin-right: 0;
    }

    .cart-checkout-products .delete-cart-product {
        margin-right: 0;
    }

    .cart-checkout-products-total {
        margin-top: 1.7361vw;
    }

    .cart-products-total-title {
        margin-right: 1.3889vw;
    }

    .chekout-total {
        display: none;
    }

    .chekout-total.active {
        display: flex;
    }

    .checkout-delivery-vat,
    .checkout-with-vat  {
        margin-bottom: 1.0417vw;
    }

    .checkout-with-vat  {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cart-products-total-price-with-delivery,
    .cart-products-total-price-without-delivery {
        display: none;
    }

    .cart-products-total-price-with-delivery.active,
    .cart-products-total-price-without-delivery.active {
        display: flex;
    }


 

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

    .modal-cart-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
    }

    .modal.active {
        height: 100%;
    }

    .container-modal {
        background: none;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 3.4722vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .container-modal-cart {
        width: 980 !important;
        padding: 2.7778vw 4.1667vw !important;
    }

    .modal .close {
        cursor: pointer;
        position: absolute;
        top: 1.7361vw;
        right: 1.7361vw;
    }

    .modal .close svg {
        width: 1.0007vw;
        height: 1.0007vw;
    }

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

    .cart-btns-right {
        display: flex;
        align-items: center;
    }

    .btn-cart {
        width: 24.3056vw;
    }

    .cart-price {
        margin-right: 2.0833vw;
    }

    .cart-btns .btn-empty {
        margin-right: 0.6944vw;
    }



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

    .popup.active {
        height: 100%;
    }

    .popup-wrapper {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 13.8889vw;
        left: 50%;
        transform: translateX(-50%);
        background: var(--color-black);
        padding: 3.4722vw 4.1667vw 2.7778vw;  
    }

    .popup .close {
        cursor: pointer;
        position: absolute;
        top: 1.7361vw;
        right: 1.7361vw;
    }

    .popup .close svg {
        width: 1.0007vw;
        height: 1.0007vw;
    }

    .popup-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 0.9722vw;
        line-height: 1.6667vw;
        color: var(--color-white);
        margin-bottom: 1.3889vw;
        text-transform: uppercase;
    }

    .popup-btn {
        margin-bottom: 0.6944vw;
        cursor: pointer;
        width: 100%;
    }


 

    .cookie {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 2.7778vw;
        right: 5.5556vw;
        width: 34.0278vw;
        height: auto;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        transition: 0.5s;
        padding: 2.0833vw;
    }

    .cookie-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 34.0278vw;
        height: 100%;
        z-index: -1;
    }

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

    .cookie-close {
        position: absolute;
        top: 0.6944vw;
        right: 0.6944vw;
        width: 1.3889vw;
        height: 1.3889vw;
        cursor: pointer;
    }

    .cookie-title {
        font-weight: 400;
        font-size: 1.1111vw;
        line-height: 1.8056vw;
        text-transform: uppercase;
        color: var(--color-white);
        margin-bottom: 0.3472vw;
    }

    .cookie-text {
        margin-bottom: 1.0417vw;
        color: var(--color-white);
    }

    .cookie-text p {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 0.8333vw;
        line-height: 1.3889vw;
        color: var(--color-white);
    }

    .cookie-text a {
        color: var(--color-white);
        text-decoration: underline;
    }

    .cookie-btns {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .cookie-btn {
        width: 14.2361vw;
        text-align: center;
        cursor: pointer;
    }


 

	footer {
		margin-top: 8.3333vw;
	}

	.footer-inner {
		border-top: 1px solid #FFFFFF;
		padding: 3.4722vw 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.footer-first,
	.footer-third {
		display: flex;
		flex-direction: column;
		width: 15.2778vw;
		justify-content: space-between;
	}

	.footer-logo {
		width: 9.5139vw;
		height: 4.6528vw;
		margin-bottom: 1.8056vw;
	}

	.footer-second {
		display: flex;
		flex-direction: column;
		width: 48.8889vw;
		justify-content: space-between;
		align-items: center;
	}

	.footer-links {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.footer-link {
		color: var(--color-white);
		text-decoration: none;
	}

	.footer-third {
		text-align: right;
	}

	.footer-contacts {
		display: flex;
		flex-direction: column;
	}

	.footer-contact {
		color: var(--color-white);
		text-decoration: none;
		margin-bottom: 0.6944vw;
	}

	.footer-made-mobile {
		display: none;
	}

	.footer-made-desktop a {
		color: var(--color-grey);
		text-decoration: none;
	}

	.footer-copirigth-mobile {
		display: none;
	}


 

	.main-banner-back {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 55.0694vw;
		object-fit: cover;
		opacity: 0.5;
	}

	.main-banner-content {
		padding: 7.6389vw 0 14.4444vw;
	}

	.main-banner-content-subtitle {
		margin-bottom: 1.3889vw;
	}

	.main-banner-content-title {
		margin-bottom: 3.4722vw;
		width: 46.1806vw;
	}

	.btn-main-banner {
		margin-left: 14.5139vw;
	}

	.title-block-home-products {
		margin-bottom: 2.0833vw;
	}

	.home-products {
		position: relative;
	}

	.home-products-back-1 {
		position: absolute;
		z-index: -1;
		bottom: 17.7083vw;
		left: -14.4444vw;
		width: 28.7486vw;
		height: 41.3861vw;
		filter: blur(450px);
		transform: rotate(-51.73deg);
		background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
		border-radius: 50%; 
	}

	.home-products-back-2 {
		position: absolute;
		z-index: -1;
		bottom: -2.7778vw;
		right: -12.2222vw;
		width: 28.7486vw;
		height: 41.3861vw;
		border-radius: 50%; 
		filter: blur(500px);
		transform: rotate(-51.73deg);
		background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	}

	.home-gallery {
		position: relative;
	}

	.home-gallery-back {
		background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
		filter: blur(465.624px);
		transform: rotate(-51.73deg);
		position: absolute;
		z-index: -1;
		bottom: -9.7222vw;
		right: -9.7222vw;
		width: 26.7722vw;
		height: 38.5403vw;
		border-radius: 50%; 
	}

	.home-video {
		height: 45.1389vw;
		width: 100%;
		object-fit: cover;
	}

	.title-block-home-about {
		margin-bottom: 3.4722vw;
	}

	.home-clients-title {
		display: flex;
		justify-content: center;
		margin-bottom: 3.125vw;
	}

	.title-block-home-contacts {
		margin-bottom: 3.4722vw;
	}

	.home-contacts-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.home-contacts-img {
		width: 31.25vw;
		height: 27.7778vw;
		object-fit: cover;
	}

	.home-contacts-content {
		width: 52.7778vw;
		display: flex;
		flex-direction: column;
	}

	.home-contact-items {
		display: flex;
		align-items: flex-start;
		margin-bottom: 3.125vw;
	}

	.home-contact-item {
		margin-right: 6.25vw;
	}

	.home-contact-item-title {
		margin-bottom: 1.25vw;
	}

	.home-contact-items-link a {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 400;
		font-size: 1.1111vw;
		line-height: 1.8056vw;
		text-transform: uppercase;
		color: var(--color-white);
		text-decoration: none;
		margin-bottom: 0.4167vw;
	}

	.home-contacts-desc {
		margin-bottom: 2.7778vw;
	}

	.btn-home-contacts {
		color: var(--color-gold);
	}

	.btn-home-contacts::after {
		background-color: var(--color-gold);
	}

	.btn-home-contacts path {
		fill: var(--color-gold);
	}

	.home-video-wrapper {
		position: relative;
	}

	.home-video-play {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 6.9444vw;
		height: 6.9444vw;
	}

	.home-video-play.none {
		display: none;
	}





 }@media (min-width: calc(494px)) and (max-width: calc(1000px)) {
            body {
                --coef-w: calc(var(--width) / -1310 + 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: 87.2vw;
                --offset: calc(50% - (var(--column-width) / 2));
            }
        }
        @media (max-width: 1000px) { :root {
	--column-width: calc(90.625vw * var(--coef-w));
	--offset: calc(50% - (var(--column-width) / 2));
	--color-black: #0E0E0E;
	--color-white: #FFFFFF;
	--color-gold: #D9A95B;
	--color-grey: #888888;
}

body {
    overflow-x: hidden;
	background: var(--color-black);
	position:relative;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

.circle {
	position: absolute;	
	top: calc(51.5625vw * var(--coef-w));
	right: calc(-81.25vw * var(--coef-w));
	border-radius: 60%;
	width: calc(84.2531vw * var(--coef-w));
	height: calc(121.2906vw * var(--coef-w));
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-2 {
	position: absolute;	
	top: calc(247.2406vw * var(--coef-w));
	left: calc(-7.0344vw * var(--coef-w));
	border-radius: 60%;
	width: calc(84.2531vw * var(--coef-w));
	height: calc(121.2906vw * var(--coef-w));
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-3 {
	position: absolute;	
	top: calc(474.7406vw * var(--coef-w));
	left: calc(-9.4688vw * var(--coef-w));
	border-radius: 60%;
	width: calc(84.2531vw * var(--coef-w));
	height: calc(121.2906vw * var(--coef-w));
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-4 {
	position: absolute;	
	top: calc(1291.7563vw * var(--coef-w));
	left: calc(26.5625vw * var(--coef-w));
	border-radius: 60%;
	width: calc(84.2531vw * var(--coef-w));
	height: calc(121.2906vw * var(--coef-w));
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

.circle-5 {
	position: absolute;	
	top: calc(1837.8313vw * var(--coef-w));
	left: calc(-2.9625vw * var(--coef-w));
	border-radius: 60%;
	width: calc(84.2531vw * var(--coef-w));
	height: calc(121.2906vw * var(--coef-w));
	background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	filter: blur(450px);
	transform: rotate(-51.73deg);
	z-index: -1;
}

@-moz-document url-prefix() {
	.circle {
		display: none;
	}
	.circle-2 {
		display: none;
	}
	.circle-3 {
		display: none;
	}
	.circle-4 {
		display: none;
	}
	.circle-5 {
		display: none;
	}
}

#transition_disabled * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

body, input, textarea, select {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: calc(3.75vw * 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;
}

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

.subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: calc(3.75vw * var(--coef-w));
	line-height: calc(5.625vw * var(--coef-w));
	text-transform: uppercase;
	color: var(--color-gold);
}

h1, 
.h1 {
	font-family: 'Heebo';
	/* font-family: 'Italianno'; */
	font-style: normal;
	font-weight: 400;
	/* font-size: calc(11.25vw * var(--coef-w));
	line-height: calc(13.75vw * var(--coef-w)); */
	font-size: calc(8.125vw * var(--coef-w));
	line-height: calc(10.625vw * var(--coef-w));
	color: var(--color-white);
}

section {
	padding-top: calc(20.3125vw * var(--coef-w));
}

.h2,
h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: calc(8.125vw * var(--coef-w));
	line-height: calc(12.5vw * var(--coef-w));
	color: var(--color-white);
}

h2 {
	margin-bottom: calc(4.6875vw * var(--coef-w));
}

.h3,
h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: calc(5vw * var(--coef-w));
	line-height: calc(8.125vw * var(--coef-w));
	color: var(--color-white);
}

h3 {
	margin-bottom: calc(6.25vw * var(--coef-w));
}

.h4,
h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: calc(4.6875vw * var(--coef-w));
	line-height: calc(7.1875vw * var(--coef-w));
	color: var(--color-white);
}

h4 {
	margin-bottom: calc(3.75vw * var(--coef-w));
}

.h5,
h5 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: calc(4.0625vw * var(--coef-w));
	line-height: calc(7.5vw * var(--coef-w));
	color: var(--color-white);
}

.main-text,
.content p,
.content li {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: calc(4.0625vw * var(--coef-w));
	line-height: calc(7.5vw * var(--coef-w));
	color: var(--color-white);
}

.content a {
	color: var(--color-gold);
}

.content p {
	margin-bottom: calc(4.6875vw * var(--coef-w));
}

.content li {
	margin-bottom: calc(3.125vw * var(--coef-w));
}

.content ul {
    list-style: none;
    padding: 0;
}

.content ul li::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: calc(2.1875vw * var(--coef-w));
    height: calc(2.1875vw * var(--coef-w));   
    background: url(/photos/1/marker.svg) no-repeat;
    background-size: cover;
    margin-right: calc(4.6875vw * var(--coef-w));
}

.content ul li {
    display: flex;
    align-items: baseline;
}

.content li:last-child {
    margin-bottom: calc(6.25vw * var(--coef-w));
}

.small-text {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: calc(3.4375vw * var(--coef-w));
	line-height: calc(5vw * var(--coef-w));
	color: var(--color-grey);
}

.extra-text {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: calc(3.75vw * var(--coef-w));
	line-height: calc(6.875vw * var(--coef-w));
	color: var(--color-grey);
}

.error404 {
	position: relative;
	height: auto;
}

.error404-fon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.error404-content {
	padding: calc(12.5vw * var(--coef-w)) 0;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.error404-svg {
	margin: 0 auto;
	width: calc(85.9375vw * var(--coef-w));
	height: calc(33.4375vw * var(--coef-w));
	margin-bottom: calc(10.9375vw * var(--coef-w));
}

.error404-title {
	margin-bottom: calc(3.75vw * var(--coef-w));
}

.error404-text {
	margin-bottom: calc(7.8125vw * var(--coef-w));
	color: var(--color-white);
}

.error404-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.btn-error404:first-child {
	margin-bottom: calc(4.6875vw * var(--coef-w));
}

.standart {
	padding: calc(1.5625vw * var(--coef-w)) 0 calc(18.75vw * var(--coef-w));
}

.bottom {
	padding-bottom: 0;
}

.tabs {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: calc(3.125vw * var(--coef-w));
	line-height: calc(5vw * var(--coef-w));
	text-transform: uppercase;
	color: var(--color-white);
	background: rgba(255, 255, 255, 0.08);
	padding: calc(2.5vw * var(--coef-w)) calc(4.6875vw * var(--coef-w));
	width: fit-content;
}

.counter {
	margin-bottom: calc(6.25vw * var(--coef-w));
}

.counter-title {
	font-style: normal;
	font-weight: 400;
	font-size: calc(3.4375vw * var(--coef-w));
	line-height: calc(6.875vw * var(--coef-w));
}

.counter-inner {
	position: relative;
	width: calc(43.75vw * var(--coef-w));
}

.counter-input {
	background: none;
	border: 1px solid var(--color-grey);
	width: calc(43.75vw * var(--coef-w));
	height: calc(10vw * var(--coef-w));
	text-align: center;
	cursor: pointer;
	color: var(--color-white);
}

.counter-symbol {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	transition: .5s;
	display: flex;
	width: calc(11.5625vw * var(--coef-w));
	height: calc(10vw * var(--coef-w));
	align-items: center;
	justify-content: center;
	user-select: none;
	color: var(--color-gold);
	border-right: 1px solid var(--color-grey);
}

.counter-plus {
	left: auto;
	right: 0;
	border: 0; 
	border-left: 1px solid var(--color-grey);
}

.product {
	width: calc(42.1875vw * var(--coef-w));
	height: calc(102.5vw * var(--coef-w));
	display: flex;
	flex-direction: column;
	margin-bottom: calc(9.375vw * var(--coef-w));
	margin-right: calc(2.8125vw * var(--coef-w));
}

.product:nth-child(2n) {
	margin-right: 0;
}

.product.noactive .product-img {
	opacity: 0.4;
}

.product-img {
	width: 100%;
	height: calc(71.875vw * var(--coef-w));
	object-fit: cover;
}

.product-link {
	width: 100%;
	height: calc(102.5vw * var(--coef-w));
	position: relative;
	margin-bottom: calc(3.75vw * var(--coef-w));
}

.btn-product {
	display: none;
}

.product-title {
	color: var(--color-white);
	margin-bottom: 3px;
}

.product-year {
	margin-bottom: calc(2.5vw * var(--coef-w));
}

.product-desc {
	font-style: normal;
	font-weight: 400;
	font-size: calc(3.75vw * var(--coef-w));
	line-height: calc(6.875vw * var(--coef-w));
	color: var(--color-gold);
} 


    .btn {
        display: flex;
        font-style: normal;
        font-weight: 400;
        font-size: calc(3.125vw * var(--coef-w));
        line-height: calc(6.875vw * var(--coef-w));
        text-transform: uppercase;
        color: var(--color-white);
        transition: .3s;
        text-decoration: none;
        width: fit-content;
        position: relative;
    }   
    
    .btn::after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: var(--color-white);
        content: "";
    }
    
    .btn-svg {
        flex-shrink: 1;
        width: calc(5.625vw * var(--coef-w));
        height: calc(5.625vw * var(--coef-w));
    }
    
    .btn-empty {
        border: 1px solid var(--color-gold);
        padding: calc(2.5vw * var(--coef-w)) calc(7.8125vw * var(--coef-w));
        width: calc(90.625vw * var(--coef-w));
        color: var(--color-gold);
        font-size: calc(4.375vw * var(--coef-w));
        line-height: calc(7.5vw * var(--coef-w));
        justify-content: center;
        text-decoration: none;
        cursor: pointer;
    }
    
    .btn-gold::after,
    .btn-empty::after {
        display: none;
    }
    
    .btn-empty:hover {
        color: #C29346;
        border: 1px solid #C29346;
    }
    
    .btn-gold {
        border: 1px solid var(--color-gold);
        padding: calc(2.5vw * var(--coef-w)) calc(7.8125vw * var(--coef-w));
        width: 100%;
        font-size: calc(4.375vw * var(--coef-w));
        line-height: calc(7.5vw * var(--coef-w));
        color: var(--color-white);
        justify-content: center;
        text-decoration: none;
        background: var(--color-gold);
    }
    
    .btn-gold:hover {
        background: #C29346;
    }
    
    .btn-submit {
        width: calc(123.4375vw * var(--coef-w));
        height: calc(14.375vw * var(--coef-w));
        cursor: pointer;
        margin-bottom: calc(12.5vw * var(--coef-w));
    }
    
    
 
    
    .title-block-subtitle {
        min-width: calc(43.75vw * var(--coef-w));
        margin-right: calc(3.125vw * var(--coef-w));
        width: auto;
    }
    
    
 

    .home-products-categories {
        display: flex;
        margin-bottom: calc(9.375vw * var(--coef-w));
        max-width: calc(90.625vw * var(--coef-w));
        overflow: auto;
    }

    .home-products-category {
        background: rgba(217, 169, 91, 0.08);
        padding: calc(2.5vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
        font-weight: 400;
        font-size: calc(3.125vw * var(--coef-w));
        line-height: calc(5vw * var(--coef-w));
        text-transform: uppercase;
        color: var(--color-white);
        margin-right: calc(4.6875vw * var(--coef-w));
        cursor: pointer;
    }

    .home-products-category.active {
        color: var(--color-gold);
    }


 


    .product {
        width: 100%;
        height: calc(96.875vw * var(--coef-w));
        display: flex;
        flex-direction: column;
        margin-bottom: calc(9.375vw * var(--coef-w));
        margin-right: 0;
    }

    .product.noactive .product-img {
        opacity: 0.4;
    }

    .product-img {
        width: calc(90.625vw * var(--coef-w));
        height: calc(71.875vw * var(--coef-w));
        object-fit: cover;
    }

    .product-link {
        width: 100%;
        height: calc(96.875vw * var(--coef-w));
        position: relative;
        margin-bottom: calc(3.75vw * var(--coef-w));
    }

    .btn-product {
        display: none;
    }

    .product-title {
        color: var(--color-white);
        margin-bottom: 3px;
    }

    .product-year {
        margin-bottom: calc(2.5vw * var(--coef-w));
    }

    .product-desc {
        font-style: normal;
        font-weight: 400;
        font-size: calc(3.75vw * var(--coef-w));
        line-height: calc(6.875vw * var(--coef-w));
        color: var(--color-gold);
    }

    .product-img-hover {
        display: none;
    }

 

    .products {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .btn-products {
        margin: 0 auto;
        color: var(--color-gold);
    }
    
    .btn-products .btn-svg path {
        fill: var(--color-gold);
    }
    
    .btn-products::after {
        background: var(--color-gold);
    }
    
    
 
    /* Slider */
    .slick-slider
    {
        position: relative;

        display: block;
        box-sizing: border-box;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list
    {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus
    {
        outline: none;
    }

    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }

    .slick-track:after
    {
        clear: both;
    }

    .slick-loading .slick-track
    {
        visibility: hidden;
    }

    .slick-slide
    {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide
    {
        float: right;
    }

    .slick-slide img
    {
        display: block;
    }

    .slick-slide.slick-loading img
    {
        display: none;
    }

    .slick-slide.dragging img
    {
        pointer-events: none;
    }

    .slick-initialized .slick-slide
    {
        display: block;
    }

    .slick-loading .slick-slide
    {
        visibility: hidden;
    }

    .slick-vertical .slick-slide
    {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }






    .gallery-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        flex-shrink: 0;
    }

    .gallery-nav-photoslider-block {
        width: 100%;
        order: 2;
    }

    .navphotoslider {
        flex-shrink: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .navphotoslider .slick-track{
        display: flex;
    }

    .navphotoslider .slick-slide {
        width: calc(27.5vw * var(--coef-w)) !important;
        /* height: calc(25vw * var(--coef-w)) !important; */
        margin-right: calc(3.125vw * var(--coef-w));
    }

    .slick-slide.slick-current.slick-active .navphotoslider-image{
        /* border: calc(0.5625vw * var(--coef-w)) solid var(--color-gold); */
    }

    .navphotoslider-image {
        width: calc(27.5vw * var(--coef-w)) !important;
        height: calc(15.625vw * var(--coef-w)) !important;
        object-fit: cover;
        cursor: pointer;
        margin-bottom: calc(4.0625vw * var(--coef-w));
    }

    .photoslider {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        order: 1;
        margin-bottom: calc(6.25vw * var(--coef-w));
    }

    .slick-slide div div {
        display: flex !important;
        flex-direction: column;
    }

    .photoslider-subtitle {
        color: var(--color-white);
        order: 2;
        margin-top: calc(2.5vw * var(--coef-w));
        display: flex;
    }

    .photoslider-image {
        width: 100% !important;
        height: calc(75vw * var(--coef-w));
        display: flex !important;
        object-fit: cover;
        margin: 0 0 0 auto;
        order: 1;
    }
    
    .photoslider-arrow-prev, 
    .photoslider-arrow-next {
        cursor: pointer;
        position: absolute;
        top: calc(65vw * var(--coef-w));
        left: calc(6.25vw * var(--coef-w));
        transition: .3s;
        width: calc(10.9375vw * var(--coef-w));
        height: calc(10.9375vw * var(--coef-w));
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: calc(0vw * var(--coef-w)) calc(0vw * var(--coef-w)) calc(2.5vw * var(--coef-w)) 2px rgba(0, 0, 0, 0.15);
        background: var(--color-white);
        border-radius: 50%;
        user-select: none;
    }

    .photoslider-arrow-next {
        left: auto;
        right: calc(6.25vw * var(--coef-w));
    }

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

    .arrow-svg path {
        fill: var(--color-grey);
        transition: .3s;
    }

    .arrow:hover path{
        fill: var(--color-main);
    }


 

	.section-guarantee {
		position: relative;
		margin: calc(18.75vw * var(--coef-w)) 0 0;
		padding-top: calc(18.75vw * var(--coef-w));
	}

	.guarantee-back {
		position: absolute;
		top: 0;
		left: 0;
		height: calc(468.125vw * var(--coef-w));
		width: 100%;
		object-fit: cover;
		z-index: -1;
	}

	.guarantee .title-block-subtitle {
		color: var(--color-white);
	}

	.guarantee-inner {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: calc(6.25vw * var(--coef-w));
	}

	.guarantee-img {
		width: 100%;
		height: calc(93.75vw * var(--coef-w));
		object-fit: contain;
		margin-bottom: calc(6.25vw * var(--coef-w));
	}

	.guarantee-items {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.guarantee-first {
		display: flex;
		flex-direction: column;
		margin-bottom: calc(6.25vw * var(--coef-w));
	}

	.guarantee-item {
		border: calc(0.1563vw * var(--coef-w)) solid #FFFFFF;
		width: 100%;
		height: calc(68.75vw * var(--coef-w));
		padding: calc(4.6875vw * var(--coef-w));
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: calc(6.25vw * var(--coef-w));
	}

	.guarantee-second {
		display: flex;
		flex-direction: column;
		width: 100%;
	}


 

    /* Slider */
    .slick-slider
    {
        position: relative;

        display: block;
        box-sizing: border-box;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list
    {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus
    {
        outline: none;
    }

    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after
    {
        display: table;
        content: '';
    }

    .slick-track:after
    {
        clear: both;
    }

    .slick-loading .slick-track
    {
        visibility: hidden;
    }

    .slick-slide
    {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide
    {
        float: right;
    }

    .slick-slide img
    {
        display: block;
    }

    .slick-slide.slick-loading img
    {
        display: none;
    }

    .slick-slide.dragging img
    {
        pointer-events: none;
    }

    .slick-initialized .slick-slide
    {
        display: block;
    }

    .slick-loading .slick-slide
    {
        visibility: hidden;
    }

    .slick-vertical .slick-slide
    {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }


    /* Dots */
    .slick-dotted.slick-slider {
        margin-bottom: calc(5.9375vw * var(--coef-w));
    }

    .slick-dots {
        position: absolute;
        bottom: calc(6.25vw * var(--coef-w));
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        align-items: center;
        justify-content: center;
        height: calc(1.25vw * var(--coef-w));
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 calc(1.5625vw * var(--coef-w));
        padding: 0;
        border-radius: 0;
        cursor: pointer;
        width: calc(3.75vw * var(--coef-w));
    }

    .slick-dots li.slick-active {
        width: calc(12.5vw * var(--coef-w));
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: calc(3.75vw * var(--coef-w));
        height: 2px;
        border-radius: 2px;
        border-radius: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: rgba(255, 255, 255, 0.6);
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }

    .slick-dots li button:before {
        font-family: 'slick';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(3.75vw * var(--coef-w));
        border-radius: 2px;
        height: 2px;
        border-radius: 0;
        content: '\2022';
        text-align: center;
        background: transparent;
        transition: .3s;
    }

    .slick-dots li.slick-active button:before {
        background: #FFFFFF;
        width: calc(12.5vw * var(--coef-w));
        border-radius: 2px;
        height: 2px;
    }

    .slick-dots li:hover button:before {
        background: #FFFFFF;
    }






    .home-slider-wrapper {
        display: flex;
        width: 100%;
        position: relative;
        flex-shrink: 0;
        align-items: flex-start;
    }

    .home-slider-nav-photoslider-block {
        width: calc(89.0625vw * var(--coef-w));
        height: calc(95vw * var(--coef-w));
        margin-top: calc(65.625vw * var(--coef-w));
        margin-left: calc(-84.375vw * var(--coef-w));
        position: relative;
        display: flex;
    }

    .home-navphotoslider {
        flex-shrink: 0;
        width: calc(89.0625vw * var(--coef-w));
        height: calc(95vw * var(--coef-w));
        display: flex;
        margin: 0 auto;
        z-index: 3;
        padding: calc(7.8125vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
    }

    .home-navphotoslider-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .home-navphotoslider .slick-track{
        display: flex;
    }

    .home-navphotoslider .slick-slide {
        width: calc(76.5625vw * var(--coef-w)) !important;
        /* height: calc(25vw * var(--coef-w)) !important; */
        margin: 0;
    }

    .home-navphotoslider .slick-current .home-navphotoslider-image {
        border: calc(0.5625vw * var(--coef-w)) solid var(--color-gold);
    }

    .home-photoslider {
        width: calc(90.625vw * var(--coef-w));
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .home-photoslider-inner {
        position: relative;
    }

    .home-photoslider-image {
        width: calc(90.625vw * var(--coef-w)) !important;
        height: calc(62.5vw * var(--coef-w));
        object-fit: cover;
        margin: 0 0 0 auto;
    }

    .home-navphotoslider-inner {
        width: calc(76.5625vw * var(--coef-w));
        height: calc(70.625vw * var(--coef-w));
    }

    .slick-current.slick-active .home-photoslider-subtitle {
        opacity: 1;
        visibility: visible;
    }

    .home-photoslider-subtitle {
        color: var(--color-white);
        z-index: 2;
        transition: 1.5s linear;
        margin-bottom: calc(2.5vw * var(--coef-w));
        opacity: 0;
        visibility: hidden;
    }

    .home-navphotoslider-name {
        color: var(--color-white);
        margin-bottom: 3px;
    }

    .home-navphotoslider-date {
        color: var(--color-white);
        margin-bottom: calc(3.75vw * var(--coef-w));
    }

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

    .home-navphotoslider-text {
        border-top: 1px solid #FFFFFF;
        padding-top: calc(3.75vw * var(--coef-w));
        max-height: calc(51.25vw * var(--coef-w));
        font-size: calc(3.75vw * var(--coef-w));
        line-height: calc(6.875vw * var(--coef-w));
        overflow-y: auto;
    } 

    .home-navphotoslider-text::-webkit-scrollbar {
        width: 3px;
    }

    .home-navphotoslider-text::-webkit-scrollbar-track {
        background: none;
        border-radius: 0;
    }

    .home-navphotoslider-text::-webkit-scrollbar-thumb {
        border-radius: 0;
    }  

    .arrows {
        position: absolute;
        top: 0;
        right: calc(-4.375vw * var(--coef-w));
        display: flex;
        z-index: 4;
        padding: calc(1.5625vw * var(--coef-w)) calc(3.125vw * var(--coef-w));
    }

    .arrow {
        margin-right: calc(6.25vw * var(--coef-w));
        cursor: pointer;
    }

    .arrow:last-child {
        margin: 0;
    }

    .arrow.slick-disabled svg path {
        fill: #888888;
    }

    .arrow svg {
        transition: .3s;
    }

    .arrow.slick-disabled svg {
        width: calc(6.25vw * var(--coef-w));
        transition: .3s;
    }

    .arrow.slick-disabled {
        pointer-events: none;
    }

    .desktop {
        display: none;
    }

    


 

    .clients {
        width: 100%;
        overflow: hidden;
    }

    .clients-line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translate3d(0, 0, 0);
        width: 50%;
        padding: 0 calc(2.5vw * var(--coef-w));
    }

    .clients-line-wrapper { 
        display: flex;
        align-items: center;
        white-space: nowrap;
        transform: translate3d(0, 0, 0);
        width: 1000%;
    }

   .clients-line {
        animation: moveTickerRight 25s linear infinite;
    }

    @keyframes moveTickerLeft {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes moveTickerRight {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(0);
        }
    }

   .clients-img {
        width: calc(26.875vw * var(--coef-w));
        height: calc(13.4375vw * var(--coef-w));
        object-fit: contain;
   }


 

	.header-inner {
		display: flex;
		width: 100%;
		padding: calc(4.6875vw * var(--coef-w)) 0;
		z-index: 100;
		position: relative;
		justify-content: space-between;
	}

	.header-logo {
		width: calc(26.5625vw * var(--coef-w));
		height: calc(13.125vw * var(--coef-w));
	}

	.header-logo-svg {
		width: 100%;
		height: 100%;
	}

	.header-links {
		display: none;
		padding-top: calc(3.125vw * var(--coef-w));
		margin-right: calc(20vw * var(--coef-w));
	}

	.header-links.active {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: calc(84.375vw * var(--coef-w));
		height: calc(46.875vw * var(--coef-w));
		overflow: hidden;
		left: 0;
		z-index: 20;
	}

	.header-link {
		font-style: normal;
		font-weight: 400;
		font-size: calc(4.375vw * var(--coef-w));
		line-height: calc(7.5vw * var(--coef-w));
		text-transform: uppercase;
		margin-bottom: calc(4.6875vw * var(--coef-w));
		text-decoration: none;
		color: var(--color-white);
		width: fit-content;
		position: relative;
	}

	.header-link:after {
		display: block;
		position: absolute;
		left: 0;
		width: 0;
		height: 1px;
		background-color: var(--color-white);
		content: "";
		transition: width 0.3s ease-out;
	}

	.header-link[aria-current="page"]:after {
		width: 100%;
	}

	.header-basket {
		width: calc(7.5vw * var(--coef-w));
		height: calc(7.5vw * var(--coef-w));;
		cursor: pointer;
		margin: 2px 0;
		margin-right: calc(7.8125vw * var(--coef-w));
		position: relative;
	}

	.header-basket-img {
		height: calc(7.5vw * var(--coef-w));
		height: calc(7.5vw * var(--coef-w));;
	}

	.header-basket-circle {
		display: none;
	}

	.header-basket-circle.active {
		display: flex;
		position: absolute;
		top: calc(1.4063vw * var(--coef-w));
		right: -1px;
		width: calc(3.125vw * var(--coef-w));
		height: calc(3.125vw * var(--coef-w));
		background: var(--color-white);
		border-radius: 50%; 
	}

	.header-nav {
		cursor: pointer;
		height: calc(6.25vw * var(--coef-w));
		margin: calc(2.5vw * var(--coef-w)) 0;
		position: absolute;
		right: 0;
		width: calc(9.375vw * var(--coef-w));
		top: 0;
	}

	.header-nav:focus {
		outline: 0;
	}

	.header-nav-item {
		display: block;
		width: calc(9.375vw * var(--coef-w));
		height: 1px;
		background: var(--color-white);
		transition: background .2s linear;
	}

	.header-nav-item:nth-child(2n) {
		width: calc(4.6875vw * var(--coef-w));
		margin: calc(2.5vw * var(--coef-w)) 0 calc(2.5vw * var(--coef-w)) auto;
	}

	.header-nav-item:first-child {
		width: calc(6.875vw * var(--coef-w));
		margin: 0 0 0 auto;
		transition: transform .2s linear;
	}

	.header-nav-item:last-child {
		width: 100%;
		transition: transform .2s linear;
	}

	.header-nav:.active {
		right: var(--offset);
		width: calc(5.625vw * var(--coef-w));
	}

	.header-nav.active .header-nav-item {
		background: none;
	}

	.header-nav.active .header-nav-item:first-child {
		transform-origin: top left;
		transform: rotate(45deg) translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.header-nav.active .header-nav-item:last-child {
		transform-origin: left bottom;
		transform: rotate(-45deg) translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.header-nav.active .header-nav-item:last-child,
	.header-nav.active .header-nav-item:first-child {
		width: calc(6.875vw * var(--coef-w));
		background-color: var(--color-white);
	}

	.header-wrapper {
		position: relative;
		width: calc(25vw * var(--coef-w));
	}


 
    .input-wrapper {
        width: calc(90.625vw * var(--coef-w));
        margin-bottom: calc(7.8125vw * var(--coef-w));
    }

    .input-label {
        color: var(--color-white);
        margin-bottom: calc(3.125vw * var(--coef-w));
    }

    .input {
        border: 0;
        border-bottom: calc(0.25vw * var(--coef-w)) solid #FFFFFF;
        background: transparent;
        color: var(--color-grey);
        width: 100%;
        padding-bottom: calc(2.5vw * var(--coef-w));
    }

    .input-wrapper-medium {
        width: calc(261.5625vw * var(--coef-w));
    }

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

 
    .input-radio {
        cursor: pointer;
        position: relative;
    }

    .input-radio-label {
        padding: calc(2.5vw * var(--coef-w)) calc(6.25vw * var(--coef-w));
        background: rgba(255, 255, 255, 0.08);
        height: calc(11.875vw * var(--coef-w));
        cursor: pointer;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: calc(3.4375vw * var(--coef-w));
        line-height: calc(6.875vw * var(--coef-w));
        text-transform: uppercase;
        color: var(--color-white);
        cursor: pointer;
        transition: .3s;
    }

    input[type="radio"]:checked ~.input-radio-label {
        color: var(--color-gold);
        background: rgba(217, 169, 91, 0.08);
    }

    .input-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 1px;
        width: 1px;
        bottom: 0;
        left: 0;
    }

    .checkcircle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(4.6875vw * var(--coef-w));
        width: calc(4.375vw * var(--coef-w));
        height: calc(4.375vw * var(--coef-w));
        border: 1px solid var(--color-grey);
        background: none;
        transition: .3s;
        border-radius: 50%; 
    }

    .input-radio input:checked~.checkcircle::before {
        opacity: 1;
    }

    .input-radio .checkcircle::before {
        content: "";
        display: block;
        width: calc(2.5vw * var(--coef-w));
        height: calc(2.5vw * var(--coef-w));
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 50%;
        background-color: var(--color-gold);
        opacity: 0;
        transition: .3s;
    }

    input[type="radio"]:checked ~.checkcircle {
        border: 1px solid var(--color-gold);
    }

    .input-radio-label-btn-checkout {
        padding-left: calc(12.1875vw * var(--coef-w));
    }


 
    .search-modal {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--color-black);
        height: 100vh;
        z-index: 50;
        padding: calc(31.875vw * var(--coef-w)) 0;
    }

    .search-modal.active {
        display: flex;
    }

    .search-form {
        display: flex;
        position: relative;
        width: calc(87.5vw * var(--coef-w));
        margin-bottom: calc(6.25vw * var(--coef-w));
    }

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

    .input-label-search {
        margin: 0;
    }

    .input-search {
        color: var(--color-white);
        padding-left: calc(17.1875vw * var(--coef-w));
    }
    .search-icon {
        position: absolute;
        top: -3px;
        left: calc(4.6875vw * var(--coef-w));
        width: calc(7.5vw * var(--coef-w));
        height: calc(7.5vw * var(--coef-w));
    }

    .search-form::placeholder {
        padding-left: calc(17.1875vw * var(--coef-w));
    }

    .search-form::placeholder {
        padding-left: calc(20vw * var(--coef-w));
    }

    .search-vat-title {
        margin-bottom: calc(4.6875vw * var(--coef-w));
        font-size: calc(4.0625vw * var(--coef-w));
        line-height: calc(9.375vw * var(--coef-w));
    }

    .search-vat-radio {
        display: flex;
    }

    .search-vat-radio .input-radio {
        margin-right: calc(4.6875vw * var(--coef-w));
        cursor: pointer;
    }

    .search-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
		top: calc(135.9375vw * var(--coef-w));
		left: var(--offset);
		z-index: 20;
    }



 

    .cart-products {
        max-height: calc(102.8125vw * var(--coef-w));
        overflow: auto;
    }

    .cart-product {
        display: flex;
        justify-content: space-between;
        margin-bottom: calc(6.25vw * var(--coef-w));
        width: calc(78.75vw * var(--coef-w));
    }

    .cart-product-number {
        margin-right: calc(3.125vw * var(--coef-w));
    }

    .delete-cart-product {
        flex-shrink: 0;
        order: 3;
    }

    .delete-cart-product-svg {
        width: calc(3.125vw * var(--coef-w));
        height: calc(3.125vw * var(--coef-w));
        cursor: pointer;
    }

    .cart-product-photo-wrapper {
        margin-right: calc(3.125vw * var(--coef-w)); 
        flex-shrink: 0;
        order: 1;
    }

    .cart-product-photo {
        width: calc(15.625vw * var(--coef-w));
        height: calc(15.625vw * var(--coef-w));
        object-fit: cover;
    }

    .cart-product-info {
        width: calc(46.875vw * var(--coef-w));
        order: 2;
        margin-right: calc(3.75vw * var(--coef-w));
    }

    .cart-product-desc {
        margin-top: calc(1.875vw * var(--coef-w));
        color: var(--color-white);
    }

    .cart-product-title {
        width: calc(46.875vw * var(--coef-w));
        color: var(--color-white);
        text-decoration: none;
        margin-bottom: calc(1.25vw * var(--coef-w));
    }

    .cart-product .counter {
        margin: 0;
    }

    .cart-product-description-item {
        font-style: normal;
        font-weight: normal;
        font-size: calc(3.75vw * var(--coef-w));
        line-height: calc(6.875vw * var(--coef-w));
    }

    .cart-product-description {
        margin-top: calc(1.5625vw * var(--coef-w));
    }

    .cart-products::-webkit-scrollbar {
        width: 1px;
    }

    .cart-products::-webkit-scrollbar-track {
        background: var(--color-white);
        border-radius: 0;
    }

    .cart-products::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: var(--color-gold);
    }

    .cart-product-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        order: 4;
        margin-top: calc(3.125vw * var(--coef-w));
    }

    .cart-product-price {
       color: var(--color-white);
       margin-top: calc(2.5vw * var(--coef-w));
    }

    .cart-checkout-products .cart-product-right .counter {
        margin-right: 0;
    }

    .cart-price-items {
        padding: calc(5.3125vw * var(--coef-w)) 0;
        border-top: 1px solid var(--color-back-and-stroke);
        border-bottom: 1px solid var(--color-back-and-stroke);
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .cart-price-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: calc(1.5625vw * var(--coef-w));
    }

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

    .cart-price-item-title {
        font-style: normal;
        font-weight: 700;
        font-size: calc(4.375vw * var(--coef-w));
        line-height: calc(6.25vw * var(--coef-w));
    }

    .cart-products-total {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #888888;
        padding: calc(4.6875vw * var(--coef-w)) 0;
        margin-top: calc(6.25vw * var(--coef-w));
    }

    .cart-products-total:nth-child(2n) {
        margin: 0 !important;
    }

    .cart-products-total-title {
        width: calc(53.125vw * var(--coef-w));
        margin-right: calc(3.125vw * var(--coef-w));
    }

    .cart-btns {
        display: flex;
        flex-direction: column-reverse;
    }

    .cart-btns-right {
        margin-bottom: calc(3.125vw * var(--coef-w));
    }

    .cart-price-all-title {
        text-transform: uppercase;
    }

    .cart-price-all-title,
    .cart-price-all-value {
        font-weight: 700;
    }

    .chekout-total {
        display: none;
    }

    .chekout-total.active {
        display: flex;
    }

    .checkout-with-vat  {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: calc(3.125vw * var(--coef-w));
    }

 

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

    .modal-cart-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
    }

    .modal.active {
        height: 100%;
    }

    .container-modal {
        background: none;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: calc(15.625vw * var(--coef-w));
        left: 50%;
        transform: translateX(-50%);
    }

    .container-modal-cart {
        width: calc(90.625vw * var(--coef-w))!important;
        padding: calc(9.375vw * var(--coef-w)) calc(4.6875vw * var(--coef-w)) !important;
    }

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

    .modal .close svg {
        width: calc(3.75vw * var(--coef-w));
        height: calc(3.75vw * var(--coef-w));
    }

    .cart-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: calc(6.25vw * var(--coef-w));
        width: calc(81.25vw * var(--coef-w));
    }

    .cart-btns-right {
        display: flex;
        align-items: center;
    }

    .cart-btns .btn {
        width: calc(81.25vw * var(--coef-w));
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

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

    .cart-modal-title {
        margin-bottom: calc(6.25vw * var(--coef-w));
    }



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

    .popup.active {
        height: 100%;
    }

    .popup-wrapper {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: calc(62.5vw * var(--coef-w));
        left: 50%;
        transform: translateX(-50%);
        background: var(--color-black);
        padding: calc(9.375vw * var(--coef-w)) calc(6.25vw * var(--coef-w)) calc(9.375vw * var(--coef-w));  
        width: calc(78.125vw * var(--coef-w));
    }

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

    .popup .close svg {
        width: calc(3.75vw * var(--coef-w));
        height: calc(3.75vw * var(--coef-w));
    }

    .popup-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: calc(3.75vw * var(--coef-w));
        line-height: calc(5.625vw * var(--coef-w));
        color: var(--color-white);
        margin-bottom: calc(4.6875vw * var(--coef-w));
        text-transform: uppercase;
    }

    .popup-btn {
        margin-bottom: calc(3.125vw * var(--coef-w));
        cursor: pointer;
        width: 100%;
    }


 

    .cookie {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: calc(6.25vw * var(--coef-w));
        right: calc(4.6875vw * var(--coef-w));
        width: calc(90.625vw * var(--coef-w));
        height: auto;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        transition: 0.5s;
        padding: calc(6.25vw * var(--coef-w));
    }

    .cookie-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(90.625vw * var(--coef-w));
        height: 100%;
        z-index: -1;
    }

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

    .cookie-close {
        position: absolute;
        top: calc(2.1875vw * var(--coef-w));
        right: calc(2.1875vw * var(--coef-w));
        width: calc(4.6875vw * var(--coef-w));
        height: calc(4.6875vw * var(--coef-w));
        cursor: pointer;
    }

    .cookie-title {
        font-weight: 400;
        font-size: calc(4.375vw * var(--coef-w));
        line-height: calc(7.5vw * var(--coef-w));
        text-transform: uppercase;
        color: var(--color-white);
        margin-bottom: calc(1.5625vw * var(--coef-w));
    }

    .cookie-text {
        margin-bottom: calc(3.125vw * var(--coef-w));
        color: var(--color-white);
    }

    .cookie-text p {
        margin-bottom: 0;
        font-weight: 400;
        font-size: calc(3.4375vw * var(--coef-w));
        line-height: calc(5vw * var(--coef-w));
        color: var(--color-white);
    }

    .cookie-text a {
        color: var(--color-white);
        text-decoration: underline;
    }

    .cookie-btns {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: calc(78.125vw * var(--coef-w));
        margin: calc(1.5625vw * var(--coef-w)) 0; 
        text-align: center;
        cursor: pointer;
    }


 

	footer {
		margin-top: calc(18.75vw * var(--coef-w));
	}

	.footer-inner {
		border-top: 1px solid #FFFFFF;
		padding: calc(10.9375vw * var(--coef-w)) 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}

	.footer-first {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: calc(9.375vw * var(--coef-w));
	}

	.footer-third {
		display: flex;
		flex-direction: column;
	}

	.footer-logo {
		width: calc(29.0625vw * var(--coef-w));
		height: calc(14.0625vw * var(--coef-w));
		margin-bottom: calc(7.8125vw * var(--coef-w));
	}

	.footer-second {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: calc(42.1875vw * var(--coef-w));
	}

	.footer-copirigth-desktop {
		display: none;
	}

	.footer-copirigth-mobile {
		margin-top: calc(4.6875vw * var(--coef-w));
	}

	.footer-links {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		order: 2;
	}

	.footer-link {
		color: var(--color-white);
		text-decoration: none;
		margin-bottom: calc(3.75vw * var(--coef-w));
	}

	.footer-third {
		text-align: left;
	}

	.footer-contacts {
		display: flex;
		flex-direction: column;
	}

	.footer-contact {
		color: var(--color-white);
		text-decoration: none;
		margin-bottom: calc(3.125vw * var(--coef-w));
	}

	.footer-made-desktop {
		display: none;
	}

	.footer-made-mobile {
		margin-top: calc(5.625vw * var(--coef-w));
	}

	.footer-made-mobile  a {
		color: var(--color-grey);
		text-decoration: none;
	}



 

	.main-banner-back {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(165.625vw * var(--coef-w));
		object-fit: cover;
		opacity: 0.5;
	}

	.main-banner {
		height: calc(143.75vw * var(--coef-w));
	}

	.main-banner-content {
		padding: calc(21.875vw * var(--coef-w)) 0;
	}

	.main-banner-content-subtitle {
		margin-bottom: calc(6.25vw * var(--coef-w));
	}

	.main-banner-content-title {
		margin-bottom: calc(9.375vw * var(--coef-w));
	}

	.title-block-home-products {
		margin-bottom: calc(7.8125vw * var(--coef-w));
	}

	.btn-main-banner {
		margin-left: calc(43.75vw * var(--coef-w));
	}

	.home-products {
		position: relative;
	}

	.home-products-back-1 {
		position: absolute;
		z-index: -1;
		bottom: calc(79.6875vw * var(--coef-w));
		left: calc(-65vw * var(--coef-w));
		width: calc(129.3688vw * var(--coef-w));
		height: calc(186.2375vw * var(--coef-w));
		filter: blur(450px);
		transform: rotate(-51.73deg);
		background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
		border-radius: 50%; 
	}

	.home-products-back-2 {
		position: absolute;
		z-index: -1;
		bottom: calc(-12.5vw * var(--coef-w));
		right: calc(-55vw * var(--coef-w));
		width: calc(129.3688vw * var(--coef-w));
		height: calc(186.2375vw * var(--coef-w));
		border-radius: 50%; 
		filter: blur(500px);
		transform: rotate(-51.73deg);
		background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
	}

	.home-gallery {
		position: relative;
	}

	.home-gallery-back {
		background: linear-gradient(185.83deg, #FFFFFF 25.22%, rgba(113, 212, 255, 0) 103.23%, #71D4FF 103.23%);
		filter: blur(465.624px);
		transform: rotate(-51.73deg);
		position: absolute;
		z-index: -1;
		bottom: calc(-43.75vw * var(--coef-w));
		right: calc(-43.75vw * var(--coef-w));
		width: calc(120.475vw * var(--coef-w));
		height: calc(173.4313vw * var(--coef-w));
		border-radius: 50%; 
	}

	.home-video {
		height: calc(93.75vw * var(--coef-w));
		width: 100%;
		object-fit: cover;
	}

	.title-block-home-about {
		margin-bottom: calc(9.375vw * var(--coef-w));
	}

	.home-clients-title {
		display: flex;
		justify-content: center;
		margin-bottom: calc(12.5vw * var(--coef-w));
	}

	.title-block-home-contacts {
		margin-bottom: calc(9.375vw * var(--coef-w));
	}

	.home-contacts-inner {
		display: flex;
		flex-direction: column;
	}

	.home-contacts-img {
		width: 100%;
		height: calc(75vw * var(--coef-w));
		object-fit: cover;
		margin-bottom: calc(9.375vw * var(--coef-w));
	}

	.home-contacts-content {
		display: flex;
		flex-direction: column;
	}

	.home-contact-items {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: calc(10.9375vw * var(--coef-w));
	}

	.home-contact-item {
		margin-right: calc(15.625vw * var(--coef-w));
		margin-bottom: calc(10.9375vw * var(--coef-w)); 
	}

	.home-contact-item:nth-child(2n) {
		margin-right: 0;
	}

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


	.home-contact-item-title {
		margin-bottom: calc(4.6875vw * var(--coef-w));
	}

	.home-contact-items-link a {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 400;
		font-size: calc(4.375vw * var(--coef-w));
		line-height: calc(7.5vw * var(--coef-w));
		text-transform: uppercase;
		color: var(--color-white);
		text-decoration: none;
		margin-bottom: calc(1.25vw * var(--coef-w));
	}

	.home-contacts-desc {
		margin-bottom: calc(7.8125vw * var(--coef-w));
	}

	.btn-home-contacts {
		color: var(--color-gold);
	}

	.btn-home-contacts::after {
		background-color: var(--color-gold);
	}

	.btn-home-contacts path {
		fill: var(--color-gold);
	}

	.home-video-wrapper {
		position: relative;
	}

	.home-video-play {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(18.75vw * var(--coef-w));
		height: calc(18.75vw * var(--coef-w));
		object-fit: contain;
	}

	.home-video-play.none {
		display: none;
	}




 }