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

    .breadcrumbs {
        margin-bottom: 20px;
        padding: 5px 0;
    }

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

    .breadcrumbs-item {
        display: inline;
    }

    .breadcrumbs-link {
        display: inline;
        text-decoration: none;
        color: var(--color-white);
    }

    .breadcrumbs-link::after{
        content: ">";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: var(--color-grey);
        margin: 0 2.1px;
    }

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

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


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


 


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



 


    .select-block {
        width: 300px;
    }

    .select {
        position: relative;
        width: 300px;
        cursor: pointer;
        padding: 8px 20px;
        border: none;
        background: rgba(255, 255, 255, 0.08);
        height: 40px;
    }

    .select-title {
    color: var(--color-white);
    }

    .select-title-inner::after {
        position: absolute;
        right: 0;
        top: 50%;
        display: block;
        content: "";
        width: 5px;
        height: 5px;
        border: 1px solid var(--color-white);
        transform: translateY(-50%) rotate(45deg);
        transition: .3s;
        border-left: none;
        border-top: none;
    }

    .select.active .select-title-inner::after {
        margin-top: 3px;
        transform: translateY(-50%) rotate(225deg);
    }

    .select-title-inner {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        color: var(--color-white);
    }

    .select-title.active .select-title-inner {
        color: var(--color-white);
    }

    .select-items {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        width: 100%;
        z-index: 100;
        background: #242424;
        padding: 10px 20px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s;
    }

    .select-items-inner {
        max-height: 160px;
        overflow: auto;
    }

    .select-items-inner::-webkit-scrollbar {
        width: 3px;
    }

    .select-items-inner::-webkit-scrollbar-track {
        background: var(--color-white);
        border-radius: 0;

    }

    .select-items-inner::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: var(--color-gold);
    }

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

    .select-item {
        margin-bottom: 8px;
        transition: .3s;
        display: flex;
        color: var(--color-white);
        line-height: 24px;
    }

    .select-item:hover {
        color: var(--color-gold);
    }

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


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


 

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

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

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

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

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

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

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

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

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

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

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

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

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

    .select-select-offer {
        margin-bottom: 25px;
    }

 

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

 


    .pagination-wrapper {
        /* margin-top: -60px; */
    }

    .pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .pagination-btn {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: var(--color-white);
        text-decoration: none;
        margin: 0 7.5px;
        background: none;
        border-radius: 5px;
        transition: .3s;
        cursor: pointer;
    }

    .pagination-btn.active,
    .pagination-btn:hover {
        background-color: var(--color-gold);
        color: var(--color-white);
    }

    .pagination-btn path {
        fill: var(--color-white);
        transition: .3s;
    }

    .pagination-btn:hover path {
        fill: var(--color-white);
    }

    .pagination-arrow-left,
    .pagination-arrow-right {
        width: 14px;
        height: 14px;
    }


 

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

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


 
    .offers-title {
        margin-bottom: 12px;
    }

    .offers-desc {
        width: 1000px;
        margin-bottom: 25px;
    }
    
    .offers-radio {
        display: flex;
        margin-bottom: 50px;
    }
    

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

    .breadcrumbs {
        margin-bottom: 1.3889vw;
        padding: 0.3472vw 0;
    }

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

    .breadcrumbs-item {
        display: inline;
    }

    .breadcrumbs-link {
        display: inline;
        text-decoration: none;
        color: var(--color-white);
    }

    .breadcrumbs-link::after{
        content: ">";
        font-style: normal;
        font-weight: normal;
        font-size: 0.9722vw;
        line-height: 1.3889vw;
        color: var(--color-grey);
        margin: 0 0.1458vw;
    }

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

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


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


 


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



 


    .select-block {
        width: 20.8333vw;
    }

    .select {
        position: relative;
        width: 20.8333vw;
        cursor: pointer;
        padding: 0.5556vw 1.3889vw;
        border: none;
        background: rgba(255, 255, 255, 0.08);
        height: 2.7778vw;
    }

    .select-title {
    color: var(--color-white);
    }

    .select-title-inner::after {
        position: absolute;
        right: 0;
        top: 50%;
        display: block;
        content: "";
        width: 0.3472vw;
        height: 0.3472vw;
        border: 1px solid var(--color-white);
        transform: translateY(-50%) rotate(45deg);
        transition: .3s;
        border-left: none;
        border-top: none;
    }

    .select.active .select-title-inner::after {
        margin-top: 3px;
        transform: translateY(-50%) rotate(225deg);
    }

    .select-title-inner {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        color: var(--color-white);
    }

    .select-title.active .select-title-inner {
        color: var(--color-white);
    }

    .select-items {
        position: absolute;
        top: calc(100% + 0.3472vw);
        left: 0;
        width: 100%;
        z-index: 100;
        background: #242424;
        padding: 0.6944vw 1.3889vw;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s;
    }

    .select-items-inner {
        max-height: 11.1111vw;
        overflow: auto;
    }

    .select-items-inner::-webkit-scrollbar {
        width: 3px;
    }

    .select-items-inner::-webkit-scrollbar-track {
        background: var(--color-white);
        border-radius: 0;

    }

    .select-items-inner::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: var(--color-gold);
    }

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

    .select-item {
        margin-bottom: 0.5556vw;
        transition: .3s;
        display: flex;
        color: var(--color-white);
        line-height: 1.6667vw;
    }

    .select-item:hover {
        color: var(--color-gold);
    }

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


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


 

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

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

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

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

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

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

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

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

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

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

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

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

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

    .select-select-offer {
        margin-bottom: 1.7361vw;
    }

 

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

 


    .pagination-wrapper {
        /* margin-top: -4.1667vw; */
    }

    .pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .pagination-btn {
        width: 2.2222vw;
        height: 2.2222vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: normal;
        font-size: 1.1111vw;
        line-height: 1.6667vw;
        color: var(--color-white);
        text-decoration: none;
        margin: 0 0.5208vw;
        background: none;
        border-radius: 0.3472vw;
        transition: .3s;
        cursor: pointer;
    }

    .pagination-btn.active,
    .pagination-btn:hover {
        background-color: var(--color-gold);
        color: var(--color-white);
    }

    .pagination-btn path {
        fill: var(--color-white);
        transition: .3s;
    }

    .pagination-btn:hover path {
        fill: var(--color-white);
    }

    .pagination-arrow-left,
    .pagination-arrow-right {
        width: 0.9722vw;
        height: 0.9722vw;
    }


 

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

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


 
    .offers-title {
        margin-bottom: 0.8333vw;
    }

    .offers-desc {
        width: 69.4444vw;
        margin-bottom: 1.7361vw;
    }
    
    .offers-radio {
        display: flex;
        margin-bottom: 3.4722vw;
    }
    

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

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

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

    .breadcrumbs-item {
        display: inline;
    }

    .breadcrumbs-link {
        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));
        text-decoration: none;
        color: var(--color-white);
        display: inline;
    }

    .breadcrumbs-link::after{
        content: ">";
        font-style: normal;
        font-weight: normal;
        font-size: calc(4.375vw * var(--coef-w));
        line-height: calc(6.25vw * var(--coef-w));
        color: var(--color-white);
        margin: 0 calc(0.6563vw * var(--coef-w));
    }

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

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


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


 


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


    .select-block {
        width: calc(42.1875vw * var(--coef-w));
    }
    
    .select {
        position: relative;
        width: calc(42.1875vw * var(--coef-w));
        cursor: pointer;
        padding: calc(1.875vw * var(--coef-w)) calc(2.5vw * var(--coef-w));
        border: none;
        background: rgba(255, 255, 255, 0.08);
        height: calc(10.625vw * var(--coef-w));
    }
    
    .select-title {
       color: var(--color-white);
    }
    
    .select-title-inner::after {
        position: absolute;
        right: 0;
        top: 40%;
        display: block;
        content: "";
        width: calc(1.5625vw * var(--coef-w));
        height: calc(1.875vw * var(--coef-w));
        border: 1px solid var(--color-white);
        transform: translateY(-50%) rotate(45deg);
        transition: .3s;
        border-left: none;
        border-top: none;
    }
    
    .select.active .select-title-inner::after {
        margin-top: 3px;
        transform: translateY(-50%) rotate(225deg);
    }
    
    .select-title-inner {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        color: var(--color-white);
    }
    
    .select-title.active .select-title-inner {
        color: var(--color-white);
    }
    
    .select-items {
        position: absolute;
        top: calc(100% + calc(1.5625vw * var(--coef-w)));
        left: 0;
        width: 100%;
        z-index: 100;
        background: #242424;
        padding: calc(1.875vw * var(--coef-w)) calc(3.125vw * var(--coef-w));
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s;
    }
    
    .select-items-inner {
        max-height: calc(50vw * var(--coef-w));
        overflow: auto;
    }
    
    .select-items-inner::-webkit-scrollbar {
        width: 3px;
    }
    
    .select-items-inner::-webkit-scrollbar-track {
        background: var(--color-white);
        border-radius: 0;
    
    }
    
    .select-items-inner::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: var(--color-gold);
    }
    
    .select.active .select-items {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    
    .select-item {
        margin-bottom: calc(2.5vw * var(--coef-w));
        transition: .3s;
        display: flex;
        color: var(--color-white);
        line-height: calc(7.5vw * var(--coef-w));
    }
    
    .select-item:hover {
        color: var(--color-gold);
    }
    
    .select-item:last-child{
        margin-bottom: 0;
    }
    
    
 
    
    .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);
    }


 


    .offer {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: calc(9.375vw * var(--coef-w));
        margin-right: 0;
    }
    
    .offer.noactive .offer-img {
        opacity: 0.4;
    }
    
    .offer-img {
        width: 100%;
        height: calc(71.875vw * var(--coef-w));
        object-fit: cover;
        transition: .3s;
    }
    
    .offer-link {
        width: 100%;
        height: calc(71.875vw * var(--coef-w));
        position: relative;
        margin-bottom: calc(3.75vw * var(--coef-w));
    }

    .offer .select-block,
    .offer .select {
        width: 100% !important;
    }
    
    .btn-offer {
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(61.875vw * var(--coef-w));
        transition: .3s;
        width: max-content;
    }
    
    .offer-title {
        color: var(--color-white);
        margin-bottom: 3px;
    }
    
    .offer-year {
        margin-bottom: calc(2.5vw * var(--coef-w));
    }
    
    .offer-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);
        margin-bottom: calc(4.6875vw * var(--coef-w));
    }

    .btn-offer-btn {
        margin: auto 0 0 0;
    }
    
    .select-select-offer {
        margin-bottom: calc(5.625vw * var(--coef-w));
    }

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

    .offer .counter-inner,
    .offer .counter-input {
        width: calc(42.1875vw * var(--coef-w));
    }

    .offer .counter-symbol {
        width: calc(9.375vw * var(--coef-w));
    }

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

 

    .offers {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
 


    .pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .pagination-btn {
        width: calc(9.375vw * var(--coef-w));
        height: calc(9.375vw * var(--coef-w));
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: normal;
        font-size: calc(4.375vw * var(--coef-w));
        line-height: calc(5.9375vw * var(--coef-w));
        color: var(--color-white);
        margin: 0 calc(1.0938vw * var(--coef-w));
        background: none;
        text-decoration: none;
        cursor: pointer;
    }

    .pagination-btn.active {
        background-color: var(--color-gold);
        color: var(--color-white);
    }

    .pagination-btn path {
        fill: var(--color-white);
    }

    .pagination-arrow-left,
    .pagination-arrow-right {
        width: calc(3.75vw * var(--coef-w));
        height: calc(3.75vw * var(--coef-w));
    }



 

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

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



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

    .offers-desc {
        width: 100%;
        margin-bottom: calc(7.8125vw * var(--coef-w));
    }
    
    .offers-radio {
        display: flex;
        margin-bottom: calc(9.375vw * var(--coef-w));
    }
    

 }