/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	--red-color: #E31D2C;
	--blue-color: #135DA8;
	--grey-color: #EAEBEF;
	--dark-grey-color: #333333;
	--grey--color: #6C6C6C;
	--yellow-color: #FCA501;
}

.fs-18 {
	font-size: 18px;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

input:focus {
	outline: none;
}

.filter-main label,
input[type="checkbox"] {
	cursor: pointer !important;
}


h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul, ul li {
	list-style: none;
	margin: 0;
	margin-block: 0;
	padding-inline: 0;
}



.why-us ul, .why-us ul li, 
.offers-detail ul, .offers-detail ul li,
.blog-detail ul, .blog-detail ul li,
.news-detail ul, .news-detail ul li,
.delivery ul, .delivery ul li,
.guarantee ul, .guarantee ul li,
.payment ul, .payment ul li
{
	list-style: unset;

}

.why-us ul,
.offers-detail ul,
.blog-detail ul,
.news-detail ul,
.delivery ul,
.guarantee ul,
.payment ul
{
	padding-left: 2rem;
}

img {
	vertical-align: top;
}

body {
	font-family: "Montserrat", sans-serif;
	font-display: swap;
	font-size: 16px;
	color: var(--dark-grey-color);
	
	font-weight: 500;
	
	background: #EAEBEF;
}

.bg-grey {
	background-color: var(--grey-color);
}

.main.main-padding {
	padding-top: 9rem;
}

header a {
	color: var(--dark-grey-color);
}

header a p>strong {
	color: var(--blue-color) !important;
}

header {
	z-index: 100;
}

h1 {
	color: #fff;
	font-weight: 700;
	line-height: 110%;
	
	font-size: calc(1.3rem + .6vw) !important;
}

h2 {
	font-weight: 700;
	line-height: 106%;
	
	font-size: 2rem !important;
}

h4 {
font-weight: 700;
font-size: 28px;

    font-size: calc(1.275rem + .3vw) !important;
}

.header__top {
	background: #EAEBEF;
	
	position: relative;
	z-index: 100;
}

.header__top a,
.header__top span {
	font-size: 14px;
}

.mini-cart {
	position: relative;
}

span.cart-label {
    position: absolute;
    content: "";
    top: -11px;
    right: -11px;
    font-size: 14px;
    height: 26px;
    width: 26px;
    color: rgba(227, 29, 44, 1);
    background-color: #fff;
    /* padding: 1px 8px; */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__bottom {
		visibility: visible;
	background: #fff;
}

.header__bottom li a {
	font-size: 16px;
	text-align: center;
}


.header__bottom.active {


}

.ico-time {
	background: url(/assets/img/icons/clock-b.svg) 0 50% no-repeat;
	padding-left: 1.8rem;
	background-size: contain;
	
}

.ico-address {
	background: url(/assets/img/icons/location-b.svg) 0 50% no-repeat;
	padding-left: 1.8rem;
	background-size: contain;
	background-size: contain;
}

.btn-warning {
	background: linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%);
	border: none;
	color: #fff;
}

.btn-secondary {
	background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);
	border: none;
	color: #fff;
}

.btn {
--bs-btn-color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 35px;
	border-radius: 50px;
	width: 100%;	
}



/* .btn.btn-outline-primary {
	color: #0d6efd;
} */

.btn:hover {
	color: #fff;
}

.header-btn {
	padding: 10px 12px;
	width: 250px;
}

.submenu__item {
	text-align: center;
}

.footer .submenu__item {
	text-align: justify;
}

.search-form {
	display: flex;
	align-items: center;
	height: 42px;
	max-width: 250px;
	overflow: hidden;
	
	border: 1px solid transparent;
	background: 
		linear-gradient(#EAEBEF, #EAEBEF) padding-box,
		linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%) border-box;
	border-radius: 50px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);


}

.input-group {
	width: auto;
	gap: 3px;
	padding: 12px;
}

.input-content {
	width: auto;
	gap: 3px;
	padding: 12px;
	display: flex;
}

.search__input {
	padding-left: 3px;
	color: #000;
	background: transparent;
	width: 100%;
}

.search__input::placeholder {
	color:#000
}

.search-form__btn {
	height: 100%;
	width: 100px;
	padding: 0 10px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	background: linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%);
}

.open-menu {
    display: block;
    padding: 3px 0px;
    border-radius: 50%;
}

.open-menu span {
    display: block;
    margin: 5px 0;
    height: 4px;
		border-radius: 50px;
    background: #000;
    transition: all 0.2s;
    transform-origin: 50% 50%;
}

.promo {
    background-size: 65%;
    background-position: right 8%;
    background-repeat: no-repeat;
    color: #fff;
}



.promo-gradient {
		
	/* border-image-source: linear-gradient(270deg, rgba(19, 93, 168, 0) 41.15%, #135DA8 60.58%); */

	/* border-width: 50px;
	border-style: none;
	border-image-slice: fill 9;
	
	
	background-position-x: 50%;
	background-position-y: 50%; */
}

.main {
	padding-top: 5rem;
}

.promo .promo-bg-gradient {
	padding-top: 6rem;
	background: linear-gradient(270deg, rgba(19, 93, 168, 0) 41.15%, #135DA8 60.58%);
}

#modal_form a {
		color: var(--dark-grey-color)
}

#modal_form a p>strong {
		    color: var(--blue-color) !important;
}


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


.catalog-info a{
	color: var(--dark-grey-color)
}

.catalog-info a p>strong {
	    color: var(--blue-color) !important;
}


.catalog-info__container {
	max-width: 580px;
		display: flex;
align-items: center;
flex-direction: column;

text-align: center;
margin: 0 auto;
}

.catalog-info .warning {
	font-size: 12px;
	color: var(--grey--color)
}

.catalog-info input {
	height: 50px;
    border-radius: 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 16px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
}


.catalog-main {
	min-height: 410px;
}

.catalog-main.load {
	position: relative;
	opacity: 0.5;
}

.catalog-main.load::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4) url('/assets/img/icons/loader.svg') 50% 50% no-repeat;
    background-size: 5%;
    z-index: 10
}

.catalog-main .row>* {
	  /* padding-right: 0;
    padding-left: 0; */
}

.catalog-item {
position: relative;
    background: #fff;
    border-radius: 40px;
    display: flex;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    justify-content: space-between;
}

.catalog-item.all-season::before {
	position: absolute;
	content: '';
	top: 12px;
	left: 12px;
	background: url(/assets/img/icons/all-season-dark-var.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;;
	height: 36px;
	width: 36px;
}

.catalog-item.winter::before {
	position: absolute;
	content: '';
	top: 12px;
	left: 12px;
	background: url(/assets/img/icons/winter-dark-var.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
}

.catalog-item.summer::before {
	position: absolute;
	content: '';
	top: 12px;
	left: 12px;
	background: url(/assets/img/icons/summer-dark-var.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
}

.catalog-item.spike::before {
	position: absolute;
	content: '';
	top: 12px;
	left: 12px;
	background: url(/assets/img/icons/spike-dark-var.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
}

.catalog-item {
    position: relative;
}

.catalog-item .icon {
    position: absolute;
    top: 12px;
    height: 36px;
    width: 36px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.seasons {
	height: 36px;
	width: 	36px;
}

.seasons img {
	width: 100%;
	height: 100%;
}

.icon-all-season {
    left: 12px;
    background-image: url(/assets/img/icons/all-season-dark-var.svg);
    z-index: 2;
}

.icon-winter {
    left: 12px; /* сдвигаем вторую иконку */
    background-image: url(/assets/img/icons/winter-dark-var.svg);
    z-index: 1;
}

.icon-summer {
    left: 12px;
    background-image: url(/assets/img/icons/summer-dark-var.svg);
    z-index: 1;
}

.icon-spike {
    left: 40px;
    background-image: url(/assets/img/icons/spike-dark-var.svg);
    z-index: 1;
}


.catalog-item img {
	object-fit: contain;
	height: 184px;
}




@media (max-width: 540px) {
	
	.promo .promo-bg-gradient {
		padding-top: 0;
	}
	
	.main.main-padding {
		padding-top: 4rem;
	}
	
	.promo {
		    border-image-source: linear-gradient(180deg, rgba(19, 93, 168, 0) 41.15%, #135DA8 60.58%);
/*             margin-top: 50px; */
	}
	
	.choose__btns:has(.choose__btns-item-1.active) .filter__container {
	border-top-left-radius: 40px !important;
	}
	
	.filter__container {
		border-radius: 40px	!important;
	}
	
	
	.choose__btns-container .select__type{
		padding: 15px;
		border-radius: 50px;
		width: 100%;
		background: linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%);

	}
	
	header a {
		font-size: 12px;	
	}
	

	

	
	.catalog-item.all-season::before {
		height: 26px;
		width: 26px;
	}
	
	.catalog-item__title {
		font-size: 16px;
	}
	
	.catalog-item__text {
		font-size: 14px;
	}
	
	.catalog-item__offers {
		font-size: 12px;
	}
	
	.offers__item {
		padding: 24px !important;
		color: #fff;
	}
	
	.offers__item img {
		width: 100%;
	}
	
	.offers__item p {
		font-size: 14px !important;
	}
}

@media (max-width: 767px) {
		.header__bottom {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: -610px;
        z-index: 0;
        transform: translateY(0);
        opacity: 0;
        transition: all .3s ease-in-out;
	}
	
	.header__bottom.active {
/* position: relative;
z-index: 0;
transform: translateY(0);
visibility: visible;
opacity: 1;
transition: all .3s ease-in-out; */
            
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 65px;
	z-index: 0;
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	transition: all .3s ease-in-out;
}
}

.discount {
	color: #fff;
	font-weight: 700;
	padding: 4px 10px;
	background: var(--blue-color);
	display: inline;
	border-radius: 5px;
	font-weight: 700 !important;
}

.sale-count {
	color: var(--dark-grey-color);
	font-weight: 700;
	padding: 4px 10px;
	background: var(--yellow-color);
	display: inline;
	border-radius: 5px;
		font-weight: 700 !important;
}

.hit-label {
		color: var(--dark-grey-color);
	font-weight: 700;
	padding: 4px 10px;
	background: var(--red-color);
	display: inline;
	border-radius: 5px;
		font-weight: 700 !important;
}

.new-label {
	color: #fff;
	font-weight: 700;
	padding: 4px 10px;
	background: var(--blue-color);
	display: inline;
	border-radius: 5px;
	font-weight: 700 !important
}

.item-controlls {
	height: 54px;
}

.count-item__input {
	width: 40px;
	text-align: center;
	background: var(--grey-color);
	color: #000;
	font-weight: 700;
}

.count-item {
	display: flex;
	justify-content: space-between;
	padding: 0 12px;
	background: var(--grey-color)
}

.count-item button {
	font-size: 30px;
	font-weight: 500;
	color: var(--grey--color);
	background: none;
}

.count-item button:first-child {
	transform: translateY(-3%);
}

.count-item__input[type="number"]::-webkit-outer-spin-button,
.count-item__input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.count-item__input[type="number"] {
    -moz-appearance: textfield;
}

.info-main {
	margin-top: 80px;
	margin-bottom: 80px;
}

.info-bg {
	position: relative;
	color: #fff;
	background: linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%);
	border-radius: 50px;
}

.info-main__img {
	position: absolute;
	content: '';
	top: -30px;
	right: 50px;
	width: auto;
	z-index: 3;
}

.info-bg::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 30%;
	background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);
		
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}


.filter-main {
	margin-top: 24px;
	color: #fff;
}

input[type="radio"] {
	cursor: pointer;
}

.filter-main input[type="radio"], .filter-main input[type="checkbox"] {
    position: absolute;
    top: 2px;
    left: 22px;
    height: 19px;
    width: 19px;
    background: #fff;
    z-index: 2;
    opacity: 0;
}

.filter-main .choose__btns-item input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
		width: 100%;
		height: 100%;
    background: #fff;
    z-index: 2;
    opacity: 0;
}

.choose__btns .choose__btn {
		background: #ffffff;
		border-radius: 50px;
		padding: 24px;
		margin-bottom: 20px;
		height: 90%;
			position: relative;
    box-shadow: 
        -5px 0 10px rgba(0, 0, 0, 0.15), /* Тень слева */
        0px 0px 10px 0px rgba(0, 0, 0, 0.25); /* Существующая тень */
		
		overflow: hidden;
		
		cursor: pointer;
		
}

.choose__btns-item {
	/* overflow: hidden; */
	color:#000;
}
.choose__btn .cover {
	position: absolute;
	content: '';
	top: 0;
	height: 100%;
	width: 180%;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* добавление тени */
.tab-large {
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}

.tab-large .tab-btn-contaner { background: #fff; color: #000; position: relative; }
.tab-large .tab-btn-contaner h4 {color: var(--blue-color); }

.tab-large .tab-btn-contaner {
	margin: 0 -50px;
	padding: 0 50px !important;
	aspect-ratio: 400/180;
	clip-path: url(#tab-clip);
}
.tab-large.active .tab-btn-contaner { background: #E31D2C; color: #fff; }
.tab-large.active .tab-btn-contaner h4 { color: #fff; }
.tab-large.active .tab-btn-contaner {
	/*
	clip-path: path("M 100 0 H 300 A50,50 0 0,1 350,50 V 130 A50,50 0 0,0 400,180 H 0 A50,50 0 0,0 50,130 V 50 A50,50 0 0,1 100,0 Z");
	*/
	clip-path: url(#tab-clip-active);
}
.tab-large:first-child.active .tab-btn-contaner {
	/*
	clip-path: path("M 100 0 H 300 A50,50 0 0,1 350,50 V 130 A50,50 0 0,0 400,180 H 50 V 50 A50,50 0 0,1 100,0 Z");
	*/
	clip-path: url(#tab-clip-first-active);
}
.tab-large:last-child.active .tab-btn-contaner {
	/*
	clip-path: path("M 100 0 H 300 A50,50 0 0,1 350,50 V 180 H 0 A50,50 0 0,0 50,130 V 50 A50,50 0 0,1 100,0 Z");
	*/
	clip-path: url(#tab-clip-last-active);
}

.tab-large .cover {
	position: absolute;
	content: '';
	top: 0;
	height: 100%;
	width: 180%;
	left: -15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}



.choose__btn::before {
	position: absolute;
	content: '';
	top: 0;
	height: 137px;
	width: 137px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.choose__btn-1::before {
	left: 240px;
	background-image: url("/assets/img/shina-1.png");
}

.choose__btn-2::before {
	left: 225px;
	background-image: url("/assets/img/disk-1.png");
}

.choose__btns-item-2.active .choose__btn-2::before {
	left: 287px;
}

.choose__btn-3::before {
	left: 226px;
	background-image: url("/assets/img/accum-1.png");
}

.choose__btns-item-3.active .choose__btn-3::before  {
	left: 288px;
}

.choose__btn-4::before {
    right: -30px;
    background-image: url(/assets/img/other-1.png);
}

.choose__btns-item h4{
	color: var(--blue-color)
}

.choose__btns-item.active *{
	color:#fff;
}

/* .choose__btns .choose__btns-item.active .choose__btn{
	background: #E31D2C;
	height: 101%;
	padding: 24px;
	border-radius: 0px;
	box-shadow: none;
} */


.choose__btns .choose__btns-item.active .choose__btn{
	background: #E31D2C;
	height: 101%;
	padding: 24px;
	border-radius: 0px;
	box-shadow: none;
}

/* .choose__btns .choose__btns-item.active .choose__btn-1 {
  aspect-ratio: 320 / 164;
  clip-path: url(#btnClip-1);
} */
 
.choose__btns .choose__btns-item.choose__btns-item-1.active .choose__btn {
  aspect-ratio: 312 / 165;
  clip-path: url(#btnClip-1);
}

.choose__btns .choose__btns-item.choose__btns-item-2.active .choose__btn {
  aspect-ratio: 370 / 161;
  clip-path: url(#btnClip-2);
	padding: 24px 95px 24px 88px;
	
	transform: translate(-15%, 0);
}

.choose__btns .choose__btns-item.choose__btns-item-3.active .choose__btn {
  aspect-ratio: 370 / 164;
  clip-path: url(#btnClip-3);
	padding: 24px 94px 24px 87px;
	
	transform: translate(-15%, 0);
}

.choose__btns .choose__btns-item.choose__btns-item-4.active .choose__btn {
  aspect-ratio: 320 / 165;
  clip-path: url(#btnClip-4);
	padding: 24px 24px 24px 75px;
	
	transform: translate(-14%, 0);
}

/* .choose__btns .choose__btns-item.active .choose__btn-2 {
  aspect-ratio: 370 / 164;
  clip-path: url(#btnClip-2);
	padding: 24px 90px;
	
	    transform: translate(-14%, 0);
} */
 
/* убрать скругление */

.choose__btns:has(.tab-large:first-child.active .tab-btn-contaner) .filter__container {
	border-top-left-radius: 0px;
}

.choose__btns:has(.tab-large:last-child.active .tab-btn-contaner) .filter__container {
	border-top-right-radius: 0px;
}

.choose__btns .choose__btns-item.active {
	margin-bottom: 0;
	/* padding-right: 0; */
	/* padding-left: 0; */

}

.choose__btns .choose__btns-item.active + .choose__btns-item {
	/* padding-left: 0; */
}

.choose__btns-container .choose__btns-item{
	/* margin-bottom: 20px; */
}



@media (max-width: 1400px) {
	.choose__btns .choose__btns-item.choose__btns-item-1.active .choose__btn {
  aspect-ratio: 266 / 165;
  clip-path: url(#btnClip-1);
}

.choose__btns .choose__btns-item.choose__btns-item-2.active .choose__btn {
  aspect-ratio: 320 / 161;
  clip-path: url(#btnClip-2);
	padding: 24px 95px 24px 90px;
	
	transform: translate(-15%, 0);
}

.choose__btns .choose__btns-item.choose__btns-item-3.active .choose__btn {
  aspect-ratio: 320 / 164;
  clip-path: url(#btnClip-3);
	padding: 24px 90px;
	
	transform: translate(-15%, 0);
}

.choose__btns .choose__btns-item.choose__btns-item-4.active .choose__btn {
  aspect-ratio: 274 / 165;
  clip-path: url(#btnClip-4);
	padding: 24px 24px 24px 75px;
	
	transform: translate(-14%, 0);
}


.filter__container {
	padding: 12px !important;
	padding-bottom: 16px !important;
	padding-top: 16px !important;
}
}




/*  */



/*  */

.filter__container {
	box-shadow: 0px 0px 10px 0px #00000040;
	background: linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%);
	padding: 24px;
	border-radius: 50px
}

.choose__btns .choose__btns-item.active .choose__btn-1 .filter__container {
	border-radius: 0px;
}

.filter__container img, label{
		-webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+/Edge */
    user-select: none;    
}

.filter__container select{
		&::picker-icon {
				content: "";
        width: 16px;
        height: auto;
        background-image: url(/assets/img/icons/arrow-2.svg);
        background-position: center;
        transform: translateY(5%);
        background-repeat: no-repeat;
        transition: rotate 0.2s ease-out;

    } &:open::picker-icon {
      rotate: 180deg;
    }&::picker(select) {

      margin-top: 5px;
      /* border: 2px solid rgb(0, 0, 0); */
			border: none;
      background: white;
      border-radius: 5px;
      font-weight: 400;


      opacity: 0;
      height: 10px;
      overflow: clip;
      transition: height 0.5s ease-out, opacity 0.5s ease-out, overlay 0.5s,
        display 0.5s;

      transition-behavior: allow-discrete;
    }
    &:open::picker(select) {
      opacity: 1;
      height: calc-size(auto, size);
      overflow: auto;

      @starting-style {
        opacity: 0;
        height: 0;
      }
}
}

input:focus, textarea:focus, select:focus {
	outline: none !important;
}

.select__type {
	background: inherit;
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline;
}

.select__type-1 {
	
}

.select__type option, 
.select__type-1 option {
    color: #000000;
    font-weight: 700;
		font-size: 20px;
		margin-bottom: 8px;
		padding-left: 8px;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.select__type option:where(:hover, :focus, :active), 
.select__type-1 option:where(:hover, :focus, :active) {
    background: #E31D2C;
    color: white;
}

.select__type option:checked, 
.select__type-1 option:checked {
    color: rgb(255, 255, 255);
    background: #E31D2C;
}

.select__type option::checkmark {
    display: none;
}

.select__type option:first-child {
    border: 0;
}

.select__type select {
    background: inherit;
}


.filter__btns input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.filter__btns label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    padding-bottom: 4px;
    transition: color 0.2s ease;
}

.filter__btns label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.filter__btns input[type="radio"]:checked + label::after {
    width: 100%;
}

.filter__btns input[type="radio"]:checked + label {
    color: #fff;
}

.filter__btns label:hover {
    color: #fff;
}

.filter__btns label:hover::after {
    width: 100%;
}

.filter__form-wrap label{
	font-weight: 500;
}
select {
  appearance: none;
  @supports (appearance: base-select) {
    &,
    &::picker(select) {
      appearance: base-select;
    }
  }
}

.filter__form-wrap img {
	height: 24px;
	width: 24px;
}

.filter__form-wrap select.select-white{
	width: 100%;
	height: 48px;
	border-radius: 50px;
padding-left: 20px;
display: flex;

    justify-content: space-between;
    align-items: center;
 @supports (appearance: base-select) {
		color:#000;
		background: #EAEBEF;
&::picker-icon {
      content: "";
      width: 48px;
      height: 48px;
      background-image: url('/assets/img/icons/12.svg');
			background-position: center;
			background-repeat: no-repeat;

      transition: rotate 0.2s ease-out;
    }
    &:open::picker-icon {
      rotate: 180deg;
    }
    &::picker(select) {
      padding: 0;
      margin-top: 5px;
      /* border: 2px solid rgb(0, 0, 0); */
			border: none;
      background: white;
      border-radius: 5px;
      font-weight: 400;

      opacity: 0;
      height: 0;
      overflow: clip;
      transition: height 0.5s ease-out, opacity 0.5s ease-out, overlay 0.5s,
        display 0.5s;

      transition-behavior: allow-discrete;
    }
    &:open::picker(select) {
      opacity: 1;
      height: calc-size(auto, size);
      overflow: auto;

      @starting-style {
        opacity: 0;
        height: 0;
      }
}
}
}


label {
    display: flex;
    align-items: center;
}

.chbox-label {
    margin-right: 10px;
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.chbox-label::before {
    content: '';
    display: flex;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url("/assets/img/icons/circle.svg");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

input[type="checkbox"]:checked + .chbox-label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50px;
    TRANSFORM: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: red;
}

select:not([multiple]) option::checkmark {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.form-main {
	margin-top: 80px;
	margin-bottom: 80px;
}

.form-main p {
	font-weight: 500;
	font-size: 18px;
}

.form-main input {
	height: 54px;
	border-radius: 50px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	padding: 18px 20px;
	
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.form-main span {
	font-weight: 400;
	font-size: 12px;
	color: var(--grey--color)
}

.form-main .col-img {
    position: relative;
}

.form-main .col-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 100%;
    width: calc(100% - 24px);
    object-fit: cover;
    display: block;
    border-radius: 50px;
}




.choose__btns-item {
	position: relative;
}

/* Анимация переходов для кнопок */
.choose__btns-item .choose__btn {
    transition: 
        background-color 0.4s ease,
        clip-path 0.4s ease,
        transform 0.4s ease,
        padding 0.4s ease,
        border-radius 0.4s ease,
        box-shadow 0.4s ease,
}

/* Анимация для псевдоэлементов (изображения) */
.choose__btn-1::before,
.choose__btn-2::before,
.choose__btn-3::before,
.choose__btn-4::before {
    transition: 
        right 0.4s ease,
        top 0.4s ease,
        opacity 0.4s ease,
        transform 0.4s ease;
}

/* Анимация текста */
.choose__btns-item h4,
.choose__btns-item p {
    transition: color 0.3s ease;
}

/* Анимация для самого контейнера кнопки */
.choose__btns-item {
    transition: margin-bottom 0.4s ease;
}

/* Анимация углов filter__container */
.filter__container {
    transition: border-radius 0.4s ease;
}




.parentCategory_aksessuaryi[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Стили для кнопок */
.filter__form-btn {
    background: #fff;
    color: #000000;
    box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.15), 
                inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    width: 100%;
    min-height: 100px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter__form-btn.active {
	    background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);
    color: #fff;
    box-shadow: none;
}

/* Стили для активной кнопки */
input[name="parentCategory_aksessuaryi"]:checked + .filter__form-btn {
    background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);
    color: #fff;
    box-shadow: none;
}

/* ///////// */

.why-us {
	margin: 80px 0;
}

.why-us__item {
	background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);
	color: #fff;
	border-radius: 50px;
	
	height: 100%;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
	text-align: center;
}

.why-us__item img {
	object-fit: cover;
}

.partners {
	margin: 80px 0;
	display: flex;
	flex-direction: column;

	justify-content: center;
}

.partner__item {
	height: 100px;
	border-radius: 50px;
	background: #fff;
	padding: 5px;
	max-width: 250px;
}

.partner__item img {
	object-fit: contain;
	border-radius: 50px;
	
	height: 91px;
}

.bx-wrapper {
	background: inherit !important;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 24px !important;
}

.offers {
	margin-top: 80px;
	margin-bottom: 80px;
}

.offers a {
	color: #fff;
}

.offers__item {
	background: #fff;
	border-radius: 50px;
	padding: 35px 70px 50px 35px;
	border: none;
	color: #fff;
	
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.offers__item h4 {
	color: inherit;
}

.offers__item--bg.offers__item h4,
.offers__item--bg.offers__item h4 a {
	color: #E31D2C;
}

.offers__item--bg.offers__item p {
	color: #000;
	padding-right: 40%;
}

.offers__item.blue-bg{
	background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);
	color: #fff;
}

.offers__item p {
font-weight: 300;
font-size: 18px;
line-height: 120%;
}

.box_custom {
	width: 320px;
	min-height: 164px;
	background: var(--blue-color);
	
	margin-bottom: 100px;
	clip-path: path("M 50,50 L 100,0 L 270,0 A 50,50 0,0,1 320,50 L 320,164 L 0,164 A 50,50 0,0,0 50,114 L 50,50 A 50,50 0,0,1 100,0 Z");
}


.slick-initialized .slick-slide {
	margin: 10px;
}

.offers-slider .slick-dots {
	bottom: -35px;
}

.offers-slider .slick-dots li.slick-active button:before {
	color: #E31D2C !important;
}

.offers-slider .slick-dots li button:before {
	font-size: 12px !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 40px !important;
}

.slick-slide img {
	/* padding: 15px 0 !important; */
}

.offers {
    display: flex;
    min-height: 400px;
} 	

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

.offers-slider .slick-track {
    display: flex !important;
    align-items: stretch; 
}

.offers-slider .slick-slide {
    height: auto; 
}

.bestsellers {
	margin-top: 80px;
	margin-bottom: 80px;
}



.delivery {
	margin-top: 80px;
	margin-bottom: 80px;
}

.cover-image {
    background: #F3F7FF;
    background-size: cover;
    background-position: 50% 20%;
		border-radius: 50px !important;
}



.geography {
	margin: 80px 0;
}

.map {
	min-height: 280px;
}

.blog-detail {
	margin: 80px 0;
}


.blog {
	margin: 80px 0;
	font-weight: 300;
}

.blog__item {
	border-radius: 50px;
	background: #fff;
	overflow: hidden;
	min-height: 380px;
	
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.blog b {
	font-weight: 700;
}

.blog img {
	height: 245px;
	object-fit: cover;
}


.about-us {
	margin: 80px 0;
	font-weight: 500;
}

.faq {
	margin: 80px 0;
}

.accordion-header button{
	font-size: 18px;
	font-weight: 700;
}

.accordion {
    /* border-radius: 50px; */
    overflow: hidden;
		
}

.accordion-collapse {
    /* border-radius: 0 0 50px 50px; */
}

.accordion {
	--bs-accordion-border-radius: 50px;
	--bs-accordion-inner-border-radius: 50px;
	--bs-accordion-active-bg: inherit;
	--bs-accordion-active-color: #E31D2C;
	--bs-accordion-btn-focus-box-shadow: #E31D2C;
	--bs-accordion-border-color: none;
	--bs-accordion-border-width: 2px;
	--bs-accordion-bg: #F3F7FF;
	
	border-radius: 50px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);

}


.accordion button:focus:not(:focus-visible) {
  outline: 1 !important;
}

.accordion .accordion-item:last-child {
	/* border-bottom: 2px solid #E31D2C; */
}

.accordion .accordion-item {
	border-top: 2px solid #E31D2C;
}

/* Синяя стрелка */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Красная стрелка для активного состояния */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed) {
	color: inherit;
}



.footer {
background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);

}

footer .footer__developer a {
	  color: #fff;
    opacity: .8;
}

.footer__container {
	color: #fff;
}







.footer__item-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.submenu__text {
	  font-size: 16px;
    line-height: 140%;
  	color:#fff;
    font-weight: 400;
}

.footer__link {
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	opacity: .8;
}

.footer__bottom {
	border-top: 1px solid #fff;
	opacity: 0.6;
}

.footer__developer-label {
	color: #fff;
	opacity: .8;
}

.footer__logo img {
	width: 100%;
}

.small-text {
	font-size: 15px;
	font-weight: 400;
}

.footer .small-text {
	color: #fff;
}




/* //sales/// */

.sales {
	margin: 80px 0;
}

.fade:not(.show) {
	display: none;
}



.tab-pane .sales-item {
	color: #fff;
	position: relative;
	
}

.sales-item h4.sales-item__title{
	font-size: 18px !important;
}

.sales-item--big h4.sales-item__title{
  font-size: calc(1.275rem + .3vw) !important;
}

.sales-item .sales-item__title-big{
	font-size: 45px;
}

.sales-item--big .sales-item__title-big{
  font-size: 80px;
}

.sales-item--big .sales-item__content {
	display: flex;
	flex-direction: row;
	
	overflow: hidden;
	
}

.sales-item__content.sales-item__content--img .sales-item__title {
	padding-right: 40%;
}

.sales-item--img {
	
}

/* .sales-item--img.sales-item__content::after {
position: absolute;
    content: '';
    top: 40px;
    bottom: 0;
    left: 50%;
    width: 100%;
    background-image: url(/img/shiny.png);
    background-repeat: no-repeat;
} */
 
.sales-item__img {
	position: absolute;
    content: '';
    top: 40px;
    bottom: 0;
    left: 50%;
    width: 100%;
		z-index: 1;
    background-repeat: no-repeat;
}

.bg-red {
	background: linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%);
}

.bg-blue {
	background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);
}

.nav.nav-pills {
	gap: 12px;
}

.nav-pills .nav-link {
	background: #fff;
		border-radius: 50px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.nav-pills .nav-link.active {
	background: linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%);
}

.nav-link {
	color: #000;
}

.sales-item__content {
	border-radius: 50px;
	
	height: 100%;
	
	position: relative;
	overflow: hidden;
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
	
	box-shadow: 0px 0px 6.55px 0px rgba(0, 0, 0, 0.25);
	
	background-color: #fff

}

.sales-item__content--bg h4,
.sales-item__content--bg .sales-item__title-big {
	color: #E31D2C;
}

.sales-item__content--bg p {
	color: #000;
}

/* .sales-item__content .sales-item__title {
	padding-right: 40%;
} */

.sales-item__content--bg .sales-item__title {
	padding-right: 0;
}


.sales-item__label {
	padding: 9px 20px;
	width: fit-content;
	font-weight: 600;
	border-radius: 50px;
	box-shadow: 0px 0px 8.69px 0px rgba(0, 0, 0, 0.25);
}

.sales-item__label.label-work{
	background: rgba(221, 255, 212, 1);
	width: fit-content;
	color: rgba(38, 67, 30, 1);
	border-radius: 50px;
	box-shadow: 0px 0px 8.69px 0px rgba(0, 0, 0, 0.25);
}

.sales-item__label.label-past{
	background: rgba(255, 212, 212, 1);
	width: fit-content;
	color: rgba(67, 30, 30, 1);
	border-radius: 50px;
	box-shadow: 0px 0px 8.69px 0px rgba(0, 0, 0, 0.25);
}

.decorate-bg::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 80%;
	background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);
	border-bottom-right-radius: 500px;
	
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	
	z-index: -1;
}

.decorate-bg {
    position: relative;
    z-index: 1;
}

.fs-80 {
	font-size: 80px;
}



a {
    color: inherit; /* Наследует цвет от родителя */
    text-decoration: none; /* Убирает подчеркивание */
}

a:hover, 
a:focus, 
a:active {
    color: inherit; /* Цвет при наведении и активном состоянии */
    text-decoration: none; /* Убирает подчеркивание при наведении */
}




.offers-detail {
	margin: 80px 0;
}

/* /////// */
.blog .paging .pageList {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.blog .paging .pageList .control {
	display: none;
}

.blog .paging .pageList a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	
	/* display: flex;
	justify-content: center;
	align-items: center;
	
	height: 30px;
	width: 30px;
	
	border: 1px solid #000; */
}

.blog .paging .pageList a.active {
	color:#E31D2C;
}

.blog .paging .pageList a:hover {
	color:#E31D2C;
}
/* ///// */


/* news */

.news {
	margin: 80px 0;
	font-weight: 300;
}

.news-detail {
	margin: 80px 0;
}

.news-detail img {
	width: 100%;
	max-height: 400px;
	display: block;
	object-fit: contain;
}

@media (max-width: 756px) {
	.news-detail img {
		width: 100%;
		max-height: 200px;
		object-fit: contain;
		display: block;
	}

}

.news__item {
	border-radius: 50px;
	background: #fff;
	overflow: hidden;
	min-height: 380px;
	
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.news b {
	font-weight: 700;
}

.news img {
	height: 245px;
	object-fit: cover;
}



/* .reviews */

.reviews {
	margin-top: 80px;
	margin-bottom: 80px;
}

.reviews__item {
	background: #fff;
	padding: 24px;
	border-radius: 50px;
	min-height: 380px;
	height: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.reviews p {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}
/* //// */


/* .contacts */

.contacts {
	margin: 80px 0;
	font-weight: 500;
}

.contacts a {
	/* color: var(--dark-grey-color) */
}

/* payment */

.payment {
	margin: 80px 0;
}

/* guarantee */

.guarantee {
	margin: 80px 0;
}

.guarantee p {
	margin-top: 25px;;
}



/* service */

.service {
	margin: 80px 0;
}

.service__item {
	background: linear-gradient(180deg, #135DA8 0%, #0B345E 100%);
	color: #fff;
	border-radius: 50px;
	
	height: 100%;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
	text-align: center;
}

.service__item img {
	object-fit: cover;
	height: 120px;
}




/* ////menu */


/* Стили для выпадающего меню */
nav ul li a:hover {
	color: #135da8;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav > ul > li {
    position: relative;
}

/* Стили для вложенного списка (выпадающего меню) */
nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 8px 0;
}

/* Показываем выпадающее меню при наведении */
nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Стили для пунктов выпадающего меню */
nav > ul > li > ul li {
    display: block;
    margin: 0;
}

nav > ul > li > ul li a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    text-align: left;
}

nav > ul > li > ul li a:hover {
    background-color: #f5f5f5;
    color: #135da8;
}

/* Стили для родительского пункта "Сервис" */
nav > ul > li > span {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    display: inline-block;
}

/* Стрелочка для пункта с выпадающим меню */
nav > ul > li > span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    transition: transform 0.3s ease;
}

nav > ul > li:hover > span::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 756px) {
	

	.promo {
    background-size: 200%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
	}
	
	.promo .promo-bg-gradient {
			background: linear-gradient(180deg, rgba(19, 93, 168, 0) 41.15%, #135DA8 60.58%);
	}
    nav > ul > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: transparent;
        /* padding-left: 20px; */
        display: none;
        margin-top: 4px;
    }
    
    nav > ul > li:hover > ul {
        transform: none;
    }
    
    /* Показываем выпадающее меню при клике на мобильных */
    nav > ul > li.active > ul {
        display: block;
    }

	nav > ul > li.active > span::after {
    transform: translateY(-50%) rotate(0deg);
}
    
    /* Стили для ссылок в мобильной версии */
    nav > ul > li > ul li a {
        padding: 8px 0;
        font-size: 14px;
    }
}



/* 	 */

.ms3-product-card .ms3_form {
	display: flex;
}

.product-detail {
	color: var(--dark-grey-color);
	margin: 36px 0;
}

.product-detail h1,
.product-detail h2 {
	color: var(--dark-grey-color);
}

.product-detail p {
	font-weight: 400;	
}

.product-detail h3 {
  font-size: calc(1.275rem + .3vw) !important;
	font-weight: 700;
}

.product-gallery-empty {
	min-height: 320px;
	padding: 5px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gslide-description.description-bottom {
    display: none !important;
}

.product-gallery-placeholder {
	height: 100%;
}

.product-gallery-placeholder img {
	width: 100%;
}

.sliders {
	width: 100%;
}

.slider-main {
	min-height: 320px;
	padding: 5px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
}

.slider-main img {
	height: 300px;
	object-fit: contain;
}

.slider-main .slider--item {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.slider-dots {
	overflow: visible !important;
}

.slider-dots .slick-list {
    overflow: visible !important; /* Важно! */
    padding: 0 !important;
}

.slider-dots__item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 80px;
	padding: 5px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
}

.slider-dots__item img {
	height: 70px;
	display: block;
}

.sliders .slick-list .slick-track {
	width: fit-content;
}

/* Убираем центрирование и выравниваем по левому краю */
.slider-dots .slick-track {
    display: flex !important;
    justify-content: flex-start !important; /* Вместо center */
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
}

.slider-dots__item {
    width: 80px !important; /* Фиксированная ширина */
    margin-right: 10px; /* Только правый отступ */
    margin-left: 0 !important;
    flex-shrink: 0;
}

.product-detail .item-controlls {
	border-radius: 50px;
	overflow: hidden;
	width: 100%;
}

@media (min-width: 768px) {
    .product-detail .item-controlls {
        width: 50%;
    }
}

.product-detail .count-item,
.product-detail .count-item__input {
	background: #fff;
}

.product-detail span {
	font-weight: 400;
	font-size: 12px;
	color: var(--grey--color);
	width: 50%;
}

.product-characteristics {
	margin: 36px 0;
}

.product-characteristics .tab-content {
	min-height: 150px;
}

.characteristics__container {
	width: 100%;
	margin-top: 24px;
}

.characteristics__container tbody {
	width: 100%;
}

.char_name {
	width: 20%;
	padding: 4px 10px 4px 20px;
}

.char_name span {
	font-size: 16px;
	font-weight: 600;
	color: var(--dark-grey-color)
}

.char_value span {
	font-size: 16px;
	font-weight: 400;
	color: var(--dark-grey-color)
}

.characteristics__line {
	/* background: none; */
}

.characteristics__container tbody tr:nth-child(odd) {
    /* стили для white-line */
    background-color: #ffffff;
}
.characteristics__container tbody tr:nth-child(even) {
    /* стили для четных строк */
    background-color:  none;
}

.characteristics__line.white-line {
	background: #fff;
}

.product-description {
	margin: 36px 0;
}

.same-product h3 {
  font-size: calc(1.275rem + .3vw) !important;
	font-weight: 700;
}

.article span {
	font-size: 16px;
	color: var(--dark-grey-color);
	/* font-weight: 400; */
}




.breadcrumb {
	margin: 12px 0;
}

.breadcrumb .breadcrumb-item.active {
	/* color:var(--red-color) !important; */
}




/* select2 */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--red-color);
    border-radius: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    border-radius: 5px;	
}

.select2-container--default .select2-selection--single .select2-selection__rendered  {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	line-height: inherit;
	text-decoration: underline;
}

.select2-dropdown {
    border: none;
    border-radius: 10px;
    background: var(--grey-color)
}

.select2-container--open .select2-dropdown {
    padding: 10px 10px;
}

.select2-results__option--selectable {
    border-radius: 5px;
}

.select2 .select2-container .select2-container--default {
	width: 100%;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    height: auto;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: none;
    font-size: 0.875rem;
    font-weight: 400;
    color: #2D2C2C;
    border-radius: 5px;
    background-color: inherit;
    border-color: inherit;
    /* padding: 0.85rem 1.2rem; */
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.select2-container--default .select2-results>.select2-results__options {
	background-color: var(--grey-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 38px;
}

.select2-container {
	vertical-align:baseline;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
				content: "";
        background-image: url(/assets/img/icons/arrow-2.svg);
        background-position: center;
        transform: translateY(5%);
        background-repeat: no-repeat;
        transition: rotate 0.2s ease-out;
	width: 100%;
	height: 100%;
	border: none;

	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
}


.filter__container .select2-container--default .select2-selection--single .select2-selection__arrow b{
				content: "";
        background-image: url(/assets/img/icons/arrow-2.svg);
        background-position: center;
        transform: translateY(5%);
        background-repeat: no-repeat;
        transition: rotate 0.2s ease-out;
	width: 100%;
	height: 100%;
	border: none;

	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
   

}

.select2-container--open .select2-selection__arrow b{
      rotate: 180deg;
    }
		
		
		
		
.select__type + .select2-container {
    padding: 10px;
    border-radius: 50px;
		background: linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%);
}


.disk-type__btn {
	color: #fff;
	
}

.disk-type__btn.active {
	text-decoration: underline;
}




/* ///pagination// */

.pagination {
	gap: 8px;
	display: flex;
	flex-wrap: wrap;
}

.page-item:first-child .page-link {
	border-radius: 10px;
}

.page-item:last-child .page-link {
	border-radius: 10px;
}

.page-item:not(:first-child) .page-link {
	border-radius: 10px;
}

/* .active>.page-link, .page-link.active {
	background: linear-gradient(180deg, #E31D2C 5.56%, #AF121E 100%);
	border-color: #AF121E;
} */
.active>.page-link, .page-link.active {
	background: linear-gradient(rgb(19, 93, 168) 0%, rgb(11, 52, 94) 100%);
	border-color: rgb(19, 93, 168);
}

.page-link {
	color: rgb(19, 93, 168);
}

.page-item:hover .page-link {
	border: 1px solid rgb(19, 93, 168);
}

/* ///Cart */

.cart-wrapper .btn,
.order-wrapper .btn {
	padding: 6px 14px;
	width: auto;
}

/* .cart-actions .btn {
		color: #0d6efd !important;
} */

.cart-wrapper .btn:hover {
	color: #fff !important;
}

.cart-wrapper .btn-primary,
.thanks .btn-primary,
.order-wrapper .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(19, 93, 168);
    --bs-btn-border-color: rgb(11, 52, 94);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(26, 111, 199);
    --bs-btn-hover-border-color: rgb(19, 93, 168);
    --bs-btn-focus-shadow-rgb: 19, 93, 168;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(14, 72, 128);
    --bs-btn-active-border-color: rgb(8, 34, 63);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(124, 143, 163);
    --bs-btn-disabled-border-color: rgb(77, 96, 119);
}


&:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: inherit;
    border-color: #AF121E;
}

.cart-wrapper .btn-outline-primary,
.thanks .btn-outline-primary,
.order-wrapper .btn-outline-primary {
    --bs-btn-color: rgb(19, 93, 168);
    --bs-btn-border-color: rgb(19, 93, 168);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(19, 93, 168);
    --bs-btn-hover-border-color: rgb(11, 52, 94);
    --bs-btn-focus-shadow-rgb: 19, 93, 168;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(11, 52, 94);
    --bs-btn-active-border-color: rgb(8, 34, 63);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
    --bs-btn-disabled-color: rgb(124, 143, 163);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(124, 143, 163);
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.cart-wrapper .btn-danger,
.thanks .btn-danger,
.order-wrapper .btn-danger {
    --bs-btn-color: #FFFFFF;
    --bs-btn-bg: #E31D2C;
    --bs-btn-border-color: #E31D2C;
    --bs-btn-hover-color: #FFFFFF;
    --bs-btn-hover-bg: #AF121E;
    --bs-btn-hover-border-color: #AF121E;
    --bs-btn-focus-shadow-rgb: 227, 29, 44;
    --bs-btn-active-color: #FFFFFF;
    --bs-btn-active-bg: #AF121E;
    --bs-btn-active-border-color: #8F0F18;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FFFFFF;
    --bs-btn-disabled-bg: #E31D2C;
    --bs-btn-disabled-border-color: #E31D2C;
}

.cart-wrapper .btn {
	width: 36px;
}

.btn-danger:hover {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}

.thanks .bg-primary {
	background-color: inherit;
	background: #135DA8 !important;
}

.thanks .text-primary {
	color: #135DA8 !important;
}

.cart-wrapper .btn.btn-danger {
	width: auto;
}

.nav-tabs .nav-link.active {
	color: var(--red-color);
}