@font-face {
    font-family: "Vela Sans";
    src: url("https://db.onlinewebfonts.com/t/1d81cdaee5e55acbcf50ccbfc8b94122.eot");
    src: url("https://db.onlinewebfonts.com/t/1d81cdaee5e55acbcf50ccbfc8b94122.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1d81cdaee5e55acbcf50ccbfc8b94122.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1d81cdaee5e55acbcf50ccbfc8b94122.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1d81cdaee5e55acbcf50ccbfc8b94122.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1d81cdaee5e55acbcf50ccbfc8b94122.svg#Vela Sans")format("svg");
}
@media(min-width:1920px) {
    html {
        font-size: 1px;
    }
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
* {
    box-sizing: border-box;
}

html {
    font-size: 0.052084vw;
    scroll-behavior: smooth;
    margin: 0 auto;
    padding: 0;
}

body {
    font-size: 16rem;
    font-family: 'Vela Sans', sans-serif;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    --global-color-akcent: #2B59FF;
    --global-color: #1E1E1E;
    --global-color-gray: #838383;
}

a,
p {
    font-size: 16rem;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
footer{
    background-color: var(--global-color);
    padding: 60rem 0;
}
input, select{
	padding: 15rem 20rem;
	font-size: 16rem;
}
.mobHeader{
	display:none;
}
.desctopHeader{
	display:block;
}
.row{
    width: 100%;
}
.column{
    width: 1360rem;
    margin: 0 auto;
}
.topStikyBlock{
	display: block;
	padding: 20rem;
	background-color: var(--global-color-akcent);
	color: #fff;
	top: 0;
	left: 0;
	position: sticky;
	text-align: center;
}
.topStikyBlock a{
	color:#fff;
}
.topHead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90rem;
}
.botHead{
    display: flex;
    justify-content: space-between;
    gap:40rem;
    align-items: center;
    height: 90rem;
}
.topMenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 70rem;
}
.topMenu a{
    color:var(--global-color);
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
}
.topMenu a:hover{
    color:var(--global-color-akcent)
}
.logo img{
    height: 70rem!important;
    object-fit: contain;    
}
.topContact{
    display: flex;
    gap:10rem;
    align-items: center;
}
.topContact img{
    width: 50rem;
    height: 50rem;
}
.topContactInfoNumb a{
    color: var(--global-color);
    font-size: 20rem;
    font-weight: 700;
}
.topContactInfoNumb a:hover{
    color:var(--global-color-akcent);
}
.topContactInfoSubt{
    color:var(--global-color-gray);
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24rem;
}
.top{
    border-bottom:1rem solid #B0B0B0;
}
.botHeadCatalog a{
    background-color: var(--global-color-akcent);
    color:#fff;
    padding: 16rem 39rem 16rem 39rem;
    font-size: 20rem;
    font-weight: 400;
    position: relative;
    border-radius: 50rem;
}
.botHeadLoginIcon img{
    width: 50rem;
    height: 50rem;
}
.botHeadLogin{
    display: flex;
    gap:10rem;
    align-items: center;
    cursor: pointer;
}
.botHeadLoginText{
    font-size: 18rem;
    font-weight: 500;
}
.botHeadCartIcon{
	position:relative;
	cursor:pointer;
}
.botHeadCartIcon img{
    width: 50rem;
    height: 50rem;
}
.botLogo{
    width: 380rem;
    display: flex;
    flex-direction: column;
    gap: 20rem;
    align-items: flex-start;
}
.botLogo img{
    height: 70rem;
}
.botLogo p{
    color:#fff;
    font-size: 20rem;
    font-weight: 400;
    line-height: 28rem;
}
.footerMenu{
    display: flex;
    gap: 120rem;
}
.footerMenuGroup{
    width: 110rem;
}
.footerMenuGroup ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20rem;
    flex-direction: column;
}
.footerMenuGroup ul li a{
    color: #A9A8A8;
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
}
.footerTop{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50rem;
    border-bottom: 1rem solid #A9A8A8;
}
.footerMenuTitle{
    color: #fff;
    font-size: 16rem;
    font-weight: 600;
    margin-bottom: 20rem;
}
.footerBot{
    display: flex;
    justify-content: space-between;
    padding-top: 30rem;
}
.footerBot a{
    color: #A9A8A8;
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
}
.homeSlideBg{
    background-color: var(--global-color);
    height: 450rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.homeSlideBlock{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 450rem;
    position: relative;
}
.homeSlideSale{
    position: absolute;
    left: 280rem;
    top: 50%;
    transform: translateY(-50rem);
    border-radius: 100rem;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0rem 0rem 30rem 0rem rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(35rem);
    color: #FFF;
    font-size: 36rem;
    padding: 10rem 20rem;
}
.homeSlideItem{
    display: flex;
	flex-direction:column;
    gap: 26rem;
}
.homeSlideItemLeft{
    color: #fff;
    font-size: 50rem;
    font-weight: 700;
}
.homeSlideInfo{
    display: flex;
    flex-direction: column;
    gap:24rem;
}
.homeSlideItemRight{
    color: #fff;
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
    width: 500rem;
}
.homeSlideButton a{
    background-color: var(--global-color-akcent);
    color: #fff;
    padding: 16rem 39rem;
    font-size: 20rem;
    font-weight: 400;
    margin-top: 20rem;
    border-radius: 50rem;
    display: inline-block;
}
.homeAdvant{
    margin: 60rem 0 150rem 0;
    background-color: #F7F8F9;
    padding: 50rem 0 28rem 0;
}
.advFlexItemIcon svg{
    fill:var(--global-color-akcent);
    width: 55rem;
    height: 50rem;
}
.advItems{
    display: flex;
    gap: 140rem;
}
.advItem:nth-child(1){
    width: 580rem;
}
.advItem:nth-child(2){
    width:calc(100% - 580rem)
}
.advItemTitle{
    color: var(--global-color);
    font-size: 40rem;
    font-weight: 600;
    margin-bottom: 20rem;
}
.advItemSubtitle{
    color: var(--global-color);
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
}
.advFlex{
    display: flex;
    flex-wrap: wrap;
    gap: 40rem;
}
.advFlexItem{
    padding: 22rem 24rem;
    background-color: #FFF;
    display: flex;
    gap:30rem;
    border-radius: 20rem;
    transition: background-color ease .5s;
    cursor: pointer;
    width:calc(50% - 20rem)
}
.advFlexItemTitle{
    color:var(--global-color-akcent);
    font-size: 20rem;
    font-weight: 600;
}
.advFlexItemDesc{
    color:var(--global-color);
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
}
.advFlexItem:hover{
    background-color: var(--global-color-akcent);
}
.advFlexItem:hover path{
    fill:#fff;
}
.advFlexItem:hover .advFlexItemTitle{
    color: #fff;
}
.advFlexItem:hover .advFlexItemDesc{
    color: #fff;
}
.homeWhyus{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 150rem;
}
.whyusBlock{
    height: 200rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 20rem;
}
.whyusBlockItem img{
    width: 80rem;
    height: 80rem;
    object-fit: contain;
}
.whyusBlockItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:16rem;
    width: 220rem;
}
.whyusBlockItem span{
    color: #FFF;
    text-align: center;
    font-size: 20rem;
    font-weight: 600;
}
.homeCatalog{
    padding: 50rem 0;
    background-color: #F7F8F9;
}
.homeCatalogItemTitle{
    margin-bottom: 50rem;
    font-size: 40rem;
    font-weight: 600;
}
.homeContact{
    padding: 150rem 0;
}
.contactBlock{
    display: flex;
    gap:68rem;
	justify-content: space-between;
}
.contactBlockIcon img{
	width:50rem;
}
.contactBlockInfo{
    width: 300rem;
}
.contactBlockMap{
    width: calc(100% - 400rem);
    background-color: #838383;
    height: 450rem;
    border-radius: 30rem;
	overflow: hidden;
}
.contactBlockTitle{
    color: var(--global-color);
    font-size: 40rem;
    font-weight: 600;
    margin-bottom: 10rem;
}
.contactBlockSubtitle{
    color: var(--global-color);
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
}
.contactBlocks{
    margin-top: 16rem;
    display: flex;
    gap: 50rem;
    flex-direction: column;
}
.contactBlockIcons{
    display: flex;
    gap: 20rem;
    align-items: center;
}
.contactBlockIconText a{
    color: var(--global-color);
    font-size: 20rem;
    font-weight: 600;
}
.catalogBlock{
	display:flex;
	flex-wrap:wrap;
	gap:40rem;
}
.catalogBlockItem{
	width:calc(25% - 30rem);
	padding: 30rem 40rem;
	border-radius: 20rem;
	display:flex;
	flex-direction:column;
	gap:20rem;
	justify-content:space-between;
	background:#fff;
}
.catalogBlockItemImg img{
	height:270rem;
	width:100%;
	object-fit:contain;
}
.catalogBlockItemTitle a{
	color:#000;
	font-size: 20rem;
	font-weight: 600;
	margin:20rem 0 5rem 0;
}
.catalogBlockItemCategory a{
	color:#838383;
	font-size: 16rem;
	font-weight: 400;
	line-height: 24rem;
}
.catalogBlockItemPrice{
	display:flex;
	justify-content:space-between;
}
.catalogBlockItemPrice del{
	color:#838383;
	font-size: 16rem;
	font-weight: 700;
	margin-right:20rem;
}
.catalogBlockItemPrice ins{
	color:#2B59FF;
	font-size: 20rem;
	font-weight: 700;
	text-decoration:none;
}
.catalogBlockItemButton{
	position:relative;
}
.catalogBlockItemButton a.added_to_cart{
	position: absolute;
    bottom: -25rem;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.catalogBlockItemButton del, .catalogBlockItemButton ins{
	display:none!important
}
.catalogBlockItemButton p.product{
	padding:0!important;
	border:none!important;
}
.catalogBlockItemButton a.add_to_cart_button{
	width: 100%;
    display: block !important;
    font-size: 16rem !important;
    font-style: normal;
    font-weight: 600 !important;
    text-align: center;
    height: 54rem;
    padding: 15rem!important;
    border-radius: 50rem !important;
    background-color: #FF4747 !important;
    color: #fff !important;
}
.categotyProduct{
	padding:70rem 0;
}
.catalogCategoryTitle{
	font-size: 40rem;
	font-weight: 600;
	margin-bottom: 50rem;
}
.productFilter{
	margin-bottom:100rem;
}
.productFilter>form{
	display:flex;
	gap:40rem;
}
.productFilter>form>div{
	width: calc(25% - 30rem);
}
.productFilterCategoty select{
	width:100%;
	padding: 15rem 20rem;
	font-size: 16rem;
	font-weight: 400;
	line-height: 24rem; 
	height:50rem;
	border-radius:5rem;
	border-color:#D4D4D4;
}
.productFilterCategotyTitle{
	margin-bottom:20rem;
}
.productFilterCategotySelect{
	display:flex;
	gap:30rem;
}
.productFilterCategotySelect input{
	width:50%;
	padding: 15rem 20rem;
	font-size: 16rem;
	font-weight: 400;
	line-height: 24rem; 
	height:50rem;
	border-radius:5rem;
	border-color:#D4D4D4;
}
.productFilterButton{
	display:flex;
	flex-direction:column;
}
.productFilterButtonSbros{
	background:none;
	padding:0;
	color:#838383;
	border:none;
	font-size: 16rem;
	font-weight: 400;
	text-decoration-line: underline;
	margin-bottom:23rem;
	cursor:pointer;
}
.productFilterButtonSbros:hover{
	color:#2B59FF
}
.productFilterButtonSearch{
	height:50rem;
	background:#2B59FF;
	border:2rem solid #2B59FF;
	color:#fff;
	font-size: 16rem;
	border-radius:5rem;
	cursor:pointer;
	transition:background color ease .5s;	
}

.productFilterButtonSearch:hover{
	background:#fff;
	color:#2B59FF
}
.categotyProductBread{
	margin-bottom:30rem;
}
.pagination{
	display:flex;
	gap:15rem;
	align-items:center;
	width: 100%;
    justify-content: flex-end;
	margin-top: 30rem;
}
.pagination a{
	display:block;
	color:#000;
	font-size: 20rem;
}
.pagination span{
	display:block;
	width:40rem;
	text-align:center;
	color:#fff;
	font-size: 20rem;
	line-height: 40rem;
	background:#2B59FF;
	border-radius:50rem;
}
span.dots{
	background:none;
	color:#000;
}
#cart-popup {
    position: fixed;
    right: -100%; /* Скрыто по умолчанию */
    top: 0;
    width: 400rem; /* Или любую другую ширину */
    height: 100%;
    background: #FFF;
    z-index: 9999;
    transition: right 0.3s;
    overflow-y: auto; /* Для прокрутки, если содержимое больше высоты экрана */
}

#cart-popup.active {
    right: 0; /* Показывает попап, когда добавлен класс active */
}
.no-scroll {
    overflow: hidden;
}
.overlay {
    display: none; /* Скрыт по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9980; /* Меньше, чем у всплывающего окна */
}

.overlay.active {
    display: block;
}

/* Стили для кнопки закрытия */
.close-cart {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px;
}
.cart-popup{
	padding:20rem;
}
.cartTitle{
	font-size:26rem;
}
.cartItem{
	display: flex;
    align-items: center;
	gap:20rem;
}
.cartItemImg{
	width:170rem;
}
.cartItemImg img{
	width:100%!important;
	height:auto!important;
	object-fit:contain!important;
}
.cartItems{
	margin-top:60rem;
}
.cartItemInfo{
	width: calc(100% - 170rem);
}
.cartItemInfoTitle{
	font-size:18rem;
	font-weight:600;
	margin-bottom:20rem;
}
.cartItog{
	display:block;
	text-align:center;
	font-size:26rem;
	border-top:2rem solid var(--global-color);
	border-bottom:2rem solid var(--global-color);
	padding:20rem 0;
	margin:30rem 0;
}
.cartButton{
	display:flex;
	gap:30rem;
	align-items: center;
}
.cartButton>div{
	width:50%
}
.cartButton a{
	width: 100%;
    display: block;
    padding: 14rem 5rem;
    border-radius: 5rem;
    font-size: 14rem;
    text-transform: uppercase;
    text-align: center;
}
.cartButPrev a{
	background:var(--global-color-akcent);
	color:#fff;
	border:1rem solid var(--global-color-akcent);
}
.cartButCheck a{
	color:var(--global-color);
	border:1rem solid var(--global-color);
}
.cart-count {
    position: absolute;
    top: -5rem;
    right: -5rem;
    background-color: var(--global-color-akcent);
    color: white;
    border-radius: 50%;
    font-size: 12rem;
    width: 22rem;
    height: 22rem;
    text-align: center;
    line-height: 22rem;
}
.productCustom{
	display: flex;
    gap: 100rem;
}
.productSutitle{
	font-size: 24rem;
    font-weight: 600;
    margin-bottom: 10rem;
}
.productPrice del{
	color:#000;
	font-size:24rem;
	font-weight:400;
	line-height:32rem;
	margin-right:30rem;
}
.productPrice ins{
	color: #2B59FF;
	font-size:36rem;
	font-weight:600;
	line-height:40rem;
	text-decoration:none;
}
.productButton_quantity-input{
	display:flex;
	margin:60rem 0;
	height:45rem;
	border:0.5rem solid #AFAFAF;
	background:#F7F8F9;
	width:190rem;
}
.productButton_quantity-input span{
	font-size: 45rem;
}
.productButton_quantity-input-minus, .productButton_quantity-input-plus{
	display:flex;
	align-items:center;
	width:45rem;
	justify-content: center;
	cursor:pointer;
}
.productButton_quantity-input-block input{
	width: 95rem;
    height: 44rem;
    background: none;
    border: none;
    text-align: center;
    border-right: 0.5rem solid #AFAFAF;
    border-left: 0.5rem solid #AFAFAF;
}
.productButton{
	display: flex;
    align-items: center;
    gap: 40rem;
	position:relative;
}
.productButton .added_to_cart{
	position:absolute;
	bottom:-20rem;
}
.productButton .add_to_cart_button{
	height: 45rem;
    width: 190rem;
    text-align: center;
    background-color: #2B59FF !important;
    color: #fff !important;
    border-radius: 50rem !important;
    line-height: 24rem !important;
    font-size: 16rem !important;
}
#content{
	padding:60rem 24rem;
}
.miniaturaPage{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:300rem;
	border-radius:30rem;
	margin-bottom:40rem;
}
.botHeadSearch form{
	width: 600rem;
	position: relative;
}
.botHeadSearch button{
	position: absolute;
    height: 40rem;
    right: 10rem;
    top: 50%;
	font-size:16rem;
    transform: translateY(-50%);
    background-color: #2B59FF;
    border: none;
    color: #fff;
    font-weight: 600;
    width: 140rem;
    border-radius: 50rem;
    cursor: pointer;
}
.serchPole{
	width:100%;
	border-radius:50rem;
}
#catalog-block{
	position: fixed;
    left: -100%;
    top: 0;
    width: 400rem;
    height: 100%;
    background: #FFF;
    z-index: 9999;
    transition: left 0.3s;
    overflow-y: auto;
}
#catalog-block.active {
    left: 0;
}


.tabs {
    width: 100%;
    font-family: Arial, sans-serif;
}

.tab-links {
	display:flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-links li {
    display: block;
	width:100%;
}

.tab-links a {
    padding: 9rem 10rem;
    display: block;
    background: #2B59FF;
    font-size: 16rem;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s;
	text-align: center;
}

.tab-links a:hover {
    background: #6989fb;
    text-decoration: none;
}

.tab-content .tab {
    display: none;
    background: #fff;
}

.tab-content .tab.active {
    display: block;
}

/* Стили для аккордеона */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15rem;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #000000b3;
}

.accordion-container{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
.accordion-container a{
	color:#2B59FF;
	font-weight:600;
}
.accordion-container button{
	color:#000;
	font-weight:600;
}
accordion-container.active:after {
    content: "\2212"; /* Символ "-" */
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.panel ul{
	list-style-type:none;
	padding:0;
}
.panel ul li{
	padding:10rem;
}
.topMenuPopup{
	position:relative;
	height:35rem;
	width:100%;
}
.close-catalog{
	position:absolute;
	top:10rem;
	right:10rem;
}
.contantMenu ul{
	list-style-type: none;
}
.contantMenu ul li a{
	color:#000;
	display: block;
    font-size: 20rem;
    font-weight: 500;
    margin-bottom: 15rem;
    line-height: 28rem;
}
.contantMenu ul li a:hover{
	color:#2B59FF;
}
.homeCatalogItem .catalogBlockItem{
	width:100%;
}
.homeCatalogItemProd{
	overflow:hidden;
	margin-bottom:60rem;
	position:relative;
}
@media(max-width:600px){
	:root{
		--swiper-navigation-size:30rem!important
	}
	html{
		font-size: 0.1666666vw;
	}
	.mobHeader{
		display:block;
	}
	.desctopHeader{
		display:none;
	}
	.column{
		width:100%;
		padding:0 24rem;
	}
	.advItems{
		flex-direction: column;
		gap:60rem;
	}
	.advItem:nth-child(1){
		width:100%;
	}
	.advItem:nth-child(2){
		width:100%;
	}
	.contactBlock{
		flex-direction:column;
	}
	.contactBlockInfo{
		width:100%;
	}
	.contactBlockMap{
		width:100%;
		height: 300rem;
	}
	.footerTop{
		flex-direction: column;
	}
	.botLogo{
		width:100%
	}
	.footerBot{
		flex-direction: column;
	}
	.advFlex{
		gap:20rem
	}
	.whyusBlock{
		height:auto;
		flex-wrap:wrap;
		gap:40rem;
		padding:30rem;
	}
	.whyusBlockItem{
		width:calc(50% - 20rem)
	}
	.homeSlideSale{
		top: 30rem;
		right: 30rem;
		left:auto;
		transform: translateY(0);
	}
	a, p{
		font-size: 20rem;
	}
	.advFlexItem{
		align-items: center;
		gap: 8rem;
		width: calc(50% - 10rem);
	}
	.homeWhyus{
		margin-bottom: 60rem;
	}
	.homeContact{
		padding:60rem 0;
	}
	.footerMenu{
		margin-top:30rem;
	}
	.homeAdvant{
		margin:60rem 0;
	}
	.homeSlideBlock{
		justify-content: flex-start;
	}
	.homeSlideItemRight p{
		font-size: 22rem;
	}
	.mobHeader{
		background:#ededed;
		height:80rem;
	}
	.mobHeaderBlock{
		display:flex;
		padding:8rem 0;
		justify-content: space-between;
	}
	.mobHeaderBlockLogo img{
		height: 64rem!important;
	}
	.mobHeaderBlockCart {
		position:relative;
		height: 64rem;
		background-size: cover;
		width: 64rem;
	}
	.mobHeaderBlockAcc {
		position:relative;
		height: 64rem;
		background-size: cover;
		width: 64rem;
	}
	.mobHeaderBlockMenu {
		height: 64rem;
		background-size: cover;
		width: 64rem;
	}
	.mobHeaderBlockRight{
		display:flex;
		gap:24rem;
	}
	.productFilter>form{
		flex-wrap:wrap;
		gap:20rem;
	}
	.productFilter>form>div{
		width:calc(50% - 10rem);
	}
	.catalogBlock{
		gap:20rem;
	}
	.catalogBlockItem{
		width:calc(50% - 10rem)
	}
	.productCustom{
		flex-direction: column;
	}
	.mobMargin{
		padding-top:60rem;
	}
	.contantMenu ul{
		padding-inline-start: 20rem;
	}
}
