body {
    font-family: "Roboto Condensed", sans-serif!important;
    font-style: normal;
    margin: 0;
	overflow-x: hidden;
}
@media screen and (max-width: 800px) {
    body.hide-scroll{
        overflow-y: hidden;
    }
}
header a{
    color: #13100D;
}
header a:hover,
.header__regions_count{
    color: #EE1C24;
}
header{padding-bottom:10px;}

.container,.sw-app-body {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
}
.sw-app-body{
	width: 100%!important;
    max-width: 1750px!important;
    margin: 0 auto!important;
}
.header__top_nav > ul,
.header__top_nav > div > ul,
.header__regions,
.header__top_nav,
.header__top_inner,
.header__catalog,
.header__center_inner,
.header__bottom_inner,
.header__phone_select{
    display: flex;
}
.header__top_inner {
    justify-content: space-between;
}
.header__top_nav > ul ul,

.header__top_nav > div > ul ul,
.header__phone_select > ul ul,
.catalog__list,
.footer__top_inner > .hidden,
.mobile__menu{display:none;}
.header__top {
    background-color: #EBEBEB;
    padding: 10px 0;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header a {
    text-decoration: none;
}
.header__regions_select a {

}

.header__regions_count,
.header__regions_select i,
.header__regions_select a,
.header__top_nav a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.header__top_nav{position:relative;}
.header__top_nav > ul ul,
.header__top_nav > div > ul ul{
    width: max-content;
    position: absolute;
    margin-left: -10px;
    z-index:9;
    background-color: #EBEBEB;
}
.header__phone_select > ul ul{
    width: max-content;
    position: absolute;
    margin-left: -10px;
    z-index:9;
    background-color: #ffffff;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
}
.header__phone_select > ul ul li:first-child{
    background-color: #EBEBEB;
}

.header__phone_select > ul > li > i{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: right;
    color: #13100D;
}
.header__phone_select ul ul a{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: #13100D;
}
.header__phone_select ul ul li{
    padding:10px;
}
.header__phone_select span{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #13100D;
    opacity: 0.6;
}
.header__phone_select ul ul a:hover{
    color: #EE1C24;
}
.header__regions_count{
    margin-top: unset !important;
}
.header__top ul li{
    padding:5px 10px;
}
.header__top_nav > ul li:hover ul,
.header__top_nav > div > ul li:hover ul,
.header__phone_select > ul li:hover ul,
.header__phone_select span,
.header__phone_select a
{
    display:block;
}
.header__top_nav > ul > li,
.header__top_nav > div > ul > li,
.header__regions_select a{position:relative;padding-right: 10px;}
.header__top_nav li:has(ul)::after,
.header__regions_select a:after{
    content: '';
    display: block;
    background: inherit;
    border-radius: 1px;
    position: absolute;
    right: 0px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
}

.header__top_nav li:has(ul)::after{top: 15px;}
.header__catalog_button{
    display: flex;
    padding: 10px;
    height: max-content;
    background: #EE1C24;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border: none;
}
.fa-user-circle-o:before,
.fa-shopping-cart:before,
.fa-search:before,
.mobile__menu_inner .fa-align-right:before{
    content: '' !important;
    background-size: 20px;
    background-image: url('/local/templates/news/images/search.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.mobile__menu_inner .fa-align-right:before {background-image: url('/local/templates/news/images/catalog2.svg') !important;}
.fa-shopping-cart:before {background-image: url('/local/templates/news/images/cart.svg') !important;}
.header__user_buttons a:hover .fa-shopping-cart:before {background-image: url('/local/templates/news/images/cart-red.svg') !important;}
.fa-user-circle-o:before {background-image: url('/local/templates/news/images/user.svg') !important;}
.header__user_buttons a:hover .fa-user-circle-o:before {background-image: url('/local/templates/news/images/user-red.svg') !important;}
.header__search_form{display:flex; width:100%;position:relative;}
.header__search_input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    padding: 13px;
    line-height: 16px;
}
.header__search_button{
    padding: 10px 20px;
    background: #EE1C24;
    color: #fff;
    position: absolute;
    right: 0;
    display: block;
    height: 100%;
    outline: none;
    border: none;
}
.header__logotype a{
    width: max-content;
    padding: 3px;
    height: 45px;
    display: block;
}
@media screen and (max-width: 1400px) {
    .header__logotype a{
        height: 30px;
    }
}
@media screen and (max-width: 1150px) {
    .header__logotype a{
        height: 22px;
    }
}
@media screen and (max-width: 850px) {
    .header__logotype img {
        width: unset !important;
        height: unset !important;
        max-height: 20px;
    }
}
.header__top_inner > div{padding-left:15px;padding-right:15px;}
.header__center_inner > div{padding-left:15px;padding-right:15px;}
.header__bottom_inner > div{padding-left:15px;padding-right:15px;align-content: center;}
.icon{padding:5px;height:5px;width:5px;display:inline;}
.header__center_inner{margin-top: 15px;align-items: center;}
.header__phone_select ul{width: max-content;}
.header__user_buttons a{
    /* light gray */
    background: #EBEBEB;
    border-radius: 6px;
}
.header__user_buttons ul{display:flex;}
.header__user_buttons li{padding-left:10px;padding-right:10px;}
.header__user_buttons a {
    background: #EBEBEB;
    border-radius: 6px;
    padding: 10px;
    display: block;
}
.header__user_buttons a:hover{
    color:red;
    text-decoration: none;
}
.header__user_buttons .icon{
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 20px;
}

.header__search .icon {
    height: 20px;
    width: 20px;
    display: block;
    position: relative;
    text-align: center;
}
.header__search {
    flex-grow: 1;
}
.header__search_button {
    transition: background .3s ease;
}
.header__search_button:hover {
    background: rgba(189, 14, 44, 1);
}


.header__bottom_menu{flex-grow: 1;}
.header__bottom_menu ul{
    display: flex;
    justify-content: space-between;
}
/* Шины */
.header__bottom{margin-top:10px;}
.header__bottom_menu a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #13100D;
}

.header__bottom_menu a:hover{
    color: #EE1C24;
}
.header__bottom_action button{
    height: max-content;
    background: #EE1C24;
    border-radius: 6px;
    padding: 10px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border: none;
    /* Rectangle 449 */
    /* red */
    background: #EE1C24;
    border-radius: 6px;

}
.mobile__menu{
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top: 1px solid;
    padding: 10px;
    z-index: 11;
    width: calc(100% - 10px);
    margin-left: -4px;
}
.mobile__menu_inner{}
.mobile__menu_inner > ul{
    list-style:none;
    padding: 0;
    margin:0;
    display:flex;
    justify-content:space-between;
}
.mobile__menu_inner .icon{background: #EBEBEB;    margin: 0 auto;}
.mobile__menu_inner span,.mobile__menu_inner i{display:block;}
.mobile__menu_inner a{text-decoration: none;/* Каталог */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}









footer{background:#13100D;}
footer ul{list-style: none;}
footer h4{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
footer li,
footer a,
footer p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 7px;
}
.footer__top_inner {
    display: flex;
    justify-content: space-around;
}
.footer__top_inner ul{
    margin-top:10px;
    padding-inline-start:0 !important;
}
.footer__top_inner > div:last-child a{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}
.footer__copyright,
.footer__copyright p{
    background: #EBEBEB;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #13100D;
    padding: 14px;
}
.footer__top_inner{
    padding: 34px;
}
.footer__top_inner > div:last-child p:has(a){ color:#ffffff;opacity:1;}
.footer__top_inner > div:last-child p a{ color:#ffffff;opacity:1;}
.header__catalog_button .icon {
    height: 20px;
    width: 20px;
    display: inline;
    text-align: center;
    padding: 0;
    margin-right: 5px;
}
.mobile__menu_inner .icon {
    background: #EBEBEB;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
}
.category-list {gap:10px;}
.catalog-section-header a {background-color:inherit;}
.actions-header,
.recommended__inner,
.catalog-section-header{margin-bottom:20px;}
.category-list-item a {
    background-color: #EBEBEB;
}
.recommended .swiper-slide{
    min-width: 377px;
    min-height: 351px;
    max-width: 377px;
    max-height: 351px;
}
.subscribe {
}
.container {
}
.subscribe-inner{    
	display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.subscribe-content{
    width: 758px;
    height:300px;
}
.subscribe-form{
    width:100%;
    max-width: 400px;
    height: auto !important;
    max-height: fit-content;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	border-radius: 6px;

}

/* «ПИН» буквально расшифровывается как престиж и надёжность - это те характеристики, которые являются отличительными чертами нашего бизнеса. ООО ПКФ «ПИН» была образована в декабре 1993 года. Большой срок присутствия на рынке, работа с производителями напрямую без посредников, сформировавшаяся команда профессионалов, прочные партнёрские связи и постоянный рост клиентской базы позволяет нам входить в число лидеров этого бизнеса. Для наших клиентов это означает большой выбор товара, низкие цены, профессиональные услуги автосервиса и удобные формы расчета. */
.subscribe-content h4{
/* «ПИН» буквально расшифровывается как престиж и надёжность - это те характеристики, которые являются отличительными чертами нашего бизнеса. ООО ПКФ «ПИН» была образована в декабре 1993 года. Большой срок присутствия на рынке, работа с производителями напрямую без посредников, сформировавшаяся команда профессионалов, прочные партнёрские связи и постоянный рост клиентской базы позволяет нам входить в число лидеров этого бизнеса. Для наших клиентов это означает большой выбор товара, низкие цены, профессиональные услуги автосервиса и удобные формы расчета. */

    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height:30px;
    color: #13100D;    margin: 0;
}
.subscribe-content p{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #13100D;
}
.subscribe-form{padding:40px 30px 30px;}
.subscribe-form input[type=text]{
	width: 317px;
	height: 42px;
	margin-bottom:15px;
	margin-top:20px;
}
.subscribe-content a{text-decoration:none;
	border-bottom:1px solid #13100D;
	color:#13100D;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #13100D;
}
.subscribe-form b{
	width: 285px;
	height: 46px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #13100D;
	margin-bottom:30px;
}
.subscribe-form label{
	font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #71706E;
}
.subscribe-form input[type=submit]{
	width: 317px;
	height: 42px;
	background: #EE1C24;
	border-radius: 6px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	border:none;
	outline:none;
	margin-top:8px;
}

.category-list-item h3{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	color: #13100D;
	padding:10px;margin:0;
	max-width: 120px;
	font-size: 20px;
}
.category-list-item h3 {
}
@media (max-width:1760px){
	.subscribe-content{
		width: 700px;
		height:300px;
	}
	.subscribe-form{
		width:377px;
		height:300px;
	}
    .container {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
    }
	.sw-app-body{
		width: 100%!important;
		max-width: 1170px!important;
		margin: 0 auto!important;
	}
	
}
@media (max-width:1200px){
	.subscribe-content {
        width: 524px;
        height: 300px;
    } 
	.subscribe-inner{
		padding: 0 25px;
	}
	.container-podbor-box-inside-pin,.content{padding:0 20px;}
}
@media (max-width: 1024px) {
	.container {
        width: 100%;
        max-width: 96%;
        margin: 0 auto;
    }
	.sw-app-body{
		width: 100%!important;
		max-width: 96%!important;
		margin: 0 auto!important;
	}
    .recommended__inner_buttons{display:none;}
    .header__catalog {
        order: 9;
    }

    .header__bottom,
    .header__user_buttons,
    .header__phone_select,
    .header__catalog span {
        display: none;
    }

    .header__catalog_button {
        background: #EBEBEB;

    }

    .footer__top_inner ul{
        display:none;
    }
    .footer__top_inner{flex-flow: row wrap;gap: 10px;}
    .footer__top_inner > div{
        width:49%;
        display:inline-block;

    }
    .footer__top_inner > div:last-child{
        display:flex;
        flex-flow: row wrap;
        width:100%;
    }

    .footer__top_inner > div:last-child h4{
        display:block;
        width:100%;
    }
    .footer__top_inner > div:not(:last-child) h4{
        border:1px solid #fff;
        padding:10px;
    }
    /* .footer__top_inner h4:active + ul,
    .footer__top_inner h4:hover + ul {
        display:block
    } */
    .footer__top_inner > .hidden{display:inline-block;}
    .footer__top_inner > div:last-child > p,
    .footer__top_inner > div:last-child > div {
        flex: 50%;
    }

    .footer__top_inner > div:last-child > p:nth-child(1) {
        order: 1;
    }

    .footer__top_inner > div:last-child > p:nth-child(2) {
        order: 1;
    }

    .footer__top_inner > div:last-child > p:nth-child(3) {
        order: 5;
    }

    .footer__top_inner > div:last-child > p:nth-child(4) {
        order: 11;
    }

    .footer__top_inner > div:last-child > p:nth-child(5) {
        order: 12;
    }

    .footer__top_inner > div:last-child > p:nth-child(6) {
        order: 4;
        opacity: 1;
    }

    .footer__top_inner > div:last-child > div {
        order: 5;
    }
    .footer__top_inner > div:last-child p:nth-child(7) {
        order: 11;
    }
    .mobile__menu{display:block;}
    .header__catalog_button .icon {
        margin-right: 0px;
        color:#000000;}
    .header__center_inner {
        margin-top: 15px;}
    .category-list-item {
        max-width: 250px;
		height: 250px;
    }
    .category-list-item img {
        right: -5px;
		bottom: -9%;
		width: 100%;
		max-width: 160px;
		height: 250px;
		object-fit: contain;
    }
    .category-list-item h3 {
        font-size: 21px;
        max-width: 110px;
    }
    .category-list-item span {
        position: absolute;
        top: 0;
        bottom: inherit;
    }
    .mobile__menu_inner .icon{
        width:24px;
        height:24px;
    }
    .mobile__menu_inner .icon{position:relative;}
    .mobile__menu_inner .icon:before {
        position: absolute;
        top: 3px;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .mobile__menu_inner .fa-align-right:before {
        zoom: 0.7;
        top: 7px !important;
        left: 8px !important;
    }
    .mobile__menu_inner .fa-user-circle-o:before{
        top: 6px;
        right: 0;
        bottom: 0;
        left: 5.5px;
    }.mobile__menu_inner .fa-shopping-cart:before{left: 6px;top:6px;}
}
@media (max-width: 819px) {

    .header__search_input,
    .header__top {
        display: none;
    }

    .header__search {
        order: 8;
        flex-grow: initial;
    }

    .header__search_button {
        height: max-content;
        background: #EBEBEB;
        border-radius: 6px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        color: #FFFFFF;
        outline: none;
        border: none;
    }

    .header__search_button .icon,
    .header__catalog_button{
        height: 20px;
        width: 20px;
        display: block;
        color:#13100D;
    }

    .header__logotype {
        flex-grow: 1;
    }

    .header__logotype a {
        margin-left: -8px;
    }

    .header__center_inner > div {
        padding-left: 3px;
        padding-right: 3px;
    }

    .header__search_button,
    .header__catalog_button {
        padding: 5px;
    }
    .actions_list .news-item {
         left: inherit;
    }

}
@media (max-width:819px){

    .actions-header{margin-top:20px;}
    .footer__top_inner{gap: 0;padding: 20px;}
    .footer__top_inner > div:not(:last-child){flex:100% !important; text-align: center;}
    .footer__top_inner > div:last-child > h4,
    .footer__top_inner > div:last-child > p,
    .footer__top_inner > div:last-child > div {
        flex: 100%;
        text-align:center;
    }
    .footer__top_inner > div:last-child > *{
        display: block;
        width: 100%;
    }
    .footer__top_inner > div:last-child > *:nth-child(1) {
        order: 1 !important;
    }

    .footer__top_inner > div:last-child > *:nth-child(2) {
        order: 2 !important;
    }

    .footer__top_inner > div:last-child > *:nth-child(3) {
        order: 3 !important;
    }

    .footer__top_inner > div:last-child > *:nth-child(4) {
        order: 4 !important;
    }

    .footer__top_inner > div:last-child > *:nth-child(5) {
        order: 5 !important;
    }

    .footer__top_inner > div:last-child > *:nth-child(6) {
        order: 6 !important;
        opacity: 1;
    }
    .footer__top_inner > div:last-child > *:nth-child(7){
        order: 10 !important;
    }
    .footer__top_inner > div:last-child > *:nth-child(8){
        order: 7 !important;
    }
    .mobile__menu{display:block;}
    .header__search_button {
        width:26px;
        height:26px;
        background: #EBEBEB;
        color: #fff;
        position: absolute;
        right: 40px;
        display: block;
        outline: none;
        border: none;
        top: -10px;
    }
    .header__catalog_button {
        width:26px;
        height:26px;
        position: absolute;
        top: -10px;
        right: 15px;
        background: #EBEBEB;
    }
    .header__search_button .icon, .header__catalog_button  .icon{
        height: 13px;
        width: 13px;
        font-size: 13px;
    }
    .header__catalog,.header__search{position:relative;}
    .fa-user-circle-o:before,
    .fa-shopping-cart:before,
    .fa-search:before {
        content: '' !important;
        background-size: 13px;
        width: 13px;
        height: 13px;
        display: block;
    }
    .fa-search:before{filter:invert(1);}
    .category-list-item img {
        position: absolute;
        right: -14%;
        bottom: -9%;
        width: 98%;
    }
    .category-list-item {
        width: 100%;
        min-height: 250px;
    }
    .category-list-inner {
        border-radius: 5px;
        overflow: hidden;
    }
    .category-list {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }
}

.catalog-top{overflow:hidden;}

h4.title-contact {
    font-size: 30px !important;
}

.subscribe-form input[type=text] {
    border-radius: 5px;
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.header__center_inner > div {
    padding-left: unset;
    padding-right: unset;
}

.header__center_inner {
    display: flex;
    gap: 30px;
}

.recommended__inner_buttons ul li a {
	text-decoration:none;
}
.header__catalog_button {
    transition: background .3s ease;
}
.header__catalog_button:hover {
    background: rgba(189, 14, 44, 1);
}

.subscribe {
    margin-top: 60px;
}
.brands .swiper-pagination-bullet-active, .services .swiper-pagination-bullet-active {
    border-radius: 6px !important;
}
@media screen and (min-width: 1450px) {
    h4.title-contact {
        font-size: 37px !important;
        margin-top: 100px;
    }
    .stats-inner strong {
        font-size: 58px;
    }
    .services h4,
    .brands h4 {
        font-size: 37px;
    }
.podbor-tab-links-pin {
    height: 60px;
}
.podbor-tab-links-title-pin {
    line-height: 300%;
    height: 100%;
    font-size: 19px;
}
.podbor-content-pin {
    padding: 35px;
    padding-bottom: 20px;
}
.podbor-content-pin label {
    font-size: 17px;
    margin-bottom: 9px;
}
.podbor-content-pin select {
    width: 325px;
    height: 50px;
    font-size: 17px;
}

.podbor-content-wheels  select,
.podbor-content-tyres  select {
	width: 260px;
	height: 50px;
	font-size: 17px;
}

.header__regions_count, .header__regions_select i, .header__regions_select a, .header__top_nav a {
    font-size: 18px;
}
.header__catalog_button {
    padding: 16px 35px;
    font-size: 19px;
    gap: 10px;
    align-items: center;
}
.header__search_input {
    padding: 15px;
    font-size: 18px;
}
.header__search .icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header__user_buttons a {
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__phone_select > ul > li > i {
    font-size: 25px;
}
.header__phone_select span {
    font-size: 15px;
}
.header__bottom_menu a {
    font-size: 18px;
}
.header__bottom_action button {
    padding: 15px 50px;
    font-size: 20px;
    border-radius: 10px;
}
.podbor-btn,
.button-choose-pin {
    font-size: 22px;
    text-decoration: unset;
    padding: 15px 75px;
}
.brands .pin-servise-inner {
    gap: 20px;
}
.subscribe-inner {
    gap: 100px;
    flex-wrap: nowrap;
}
.subscribe-content {
    max-width: 1200px;
    width: 100%;
}
.subscribe-content h4 {
    font-size: 37px;
}
.subscribe-content p {
    font-size: 20px;
    margin-bottom: unset;
}
.subscribe-form b {
    font-size: 22px;
}
.stats-inner span {
    font-size: 20px !important;
    max-width: 315px !important;
}
.stats-inner span:nth-child(2),
.stats-inner span:nth-child(3) {
    max-width: 170px;
}
.subscribe-form label {
    font-size: 16px;
}
.subscribe-form label input[type=checkbox] {
    width: 15px;
    height: 15px;
}
.subscribe-form input[type=submit] {
    font-size: 18px;
    width: 100%;
    height: 50px;
}
.stats-inner strong {
    margin-bottom: 10px;
}
.category-list-item h3 {
    max-width: 120px;
    font-size: 20px;
}
.catalog-section-header h4 {
    font-size: 37px;
}
.catalog-section-header a {
    font-size: 18px;
}
.recommended h4 {
    font-size: 37px !important;
    margin-bottom: 25px;
}
.recommended__inner_info p {
    font-size: 20px;
    max-width: 1200px;
    margin-bottom: unset;
}
.recommended__inner_buttons ul li a {
    font-size: 20px !important;
    border-radius: 10px !important;
    line-height: 250% !important;
    width: 100% !important;
    height: 50px !important;
	text-decoration:none;
}
.services h4,
.rating h4 {
    font-size: 37px !important;
}
.podbor-box-inside-pin {
    margin-top: 30px;
    padding-bottom: 15px !important;
}
.result-content-auto h4,
.result-content-auto a,
.result-content-auto b {
    font-size: 20px;
}
.actions .actions-header h4 {
    font-size: 37px;
}
.actions .actions-header a {
    font-size: 18px;
}
}
@media screen and (min-width: 820px) {
.header__search_button {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 60px;
    border-radius: 5px;
}
}
.podbor-box-inside-pin {
    border-radius: 5px;
}
.header__regions {
    gap: 30px;
    align-items: center;
}
.header__center_inner {
    margin-top: 25px;
}
.header__logotype img {
    max-width: 310px;
    width: 100%;
    height: 100%;
}
.header__bottom_inner > div {
    padding-left: unset;
    padding-right: unset;
}
.header__bottom {
    margin-top: 25px;
}
.header__bottom_menu ul {
    max-width: 1030px;
}
header {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 1250px) {
    .category-list {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
@media screen and (max-width: 980px) {
    .category-list {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media screen and (max-width: 680px) {
    .category-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
.category-list-item {
    width: 100%;
    max-width: 250px;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
}
.category-list-item img {
    bottom: -9%;
    width: 100%;
    max-width: 208px;
    height: 250px;
    object-fit: contain;
}

@media screen and (max-width: 680px) {
    .category-list-item img{
        right: 0px !important;
    }
}
.recommended {
    margin-top: 60px;
}
.recommended__inner_buttons {
    width: 100%;
    max-width: 400px;
}
.recommended__inner_buttons ul {
    padding-bottom: unset !important;
    padding-right: unset !important;
}
.recommended__inner {
    margin-bottom: 30px;
}
.services .pin-services-item,
.brands .pin-servise-item {
    width: 220px;
    height: 220px;
    box-shadow: unset;
    background: #eaeaea;
}
.services .pin-services-inner {
    gap: 20px;
    margin-bottom: unset !important;
}
.services .pin-services-item a,
.brands .pin-servise-item a {
   	display:block;
    	box-sizing: border-box;
    	width: 100%;
    	height: 100%;
	background-repeat:no-repeat;
	background-position: center;
    border-radius: 5px;
}
.services .pin-services-item img {
    width: 120px;
    height: 120px;
}
.services .pin-services-item a span {
    font-size: 19px;
}
.services a,
.rating-btn {
    font-size: 18px;
}
.brands a {
    font-size: 18px;
}
.brands .pin-servise-item a {
    background-size: contain;
}
.footer__top_inner {
    justify-content: space-between;
}
footer h4 {
    font-size: 22px;
    margin-bottom: 45px;
}
footer li, footer a, footer p {
    font-size: 19px;
    margin-bottom: 20px;
    opacity: unset !important;
    color: unset !important;
}
@media (max-width: 1760px) {
    .container {
        width: 100%;
        max-width: 1470px;
        margin: 0 auto;
    }
    .subscribe-form {
        width: 100%;
        max-width: 400px;
    }
}
.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left !important; 
}
.stats-inner {
    gap: 50px;
}
.subscribe-content {
    height: unset;
}
.header__bottom_inner {
    gap: 100px;
}
.actions .swiper {
    padding-bottom: 20px;
}
.actions .swiper-pagination,
.bestsellers .swiper-pagination,
.category .swiper-pagination-category,
.lk-card .swiper-pagination-garage
 {
    left: 50%;
    transform: translateX(-50%) !important;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.lk-card .swiper-pagination-garage{
    transform: translateX(0) !important;
    justify-content: center;
    bottom: 20px;
    margin: 0px;
    width: 100%;
    left: 0px;
    column-gap: 10px;
}
.actions .swiper-pagination {
    min-width: 75px !important;
}
.actions .swiper-pagination-bullet,
.bestsellers .swiper-pagination-bullet,
.category .swiper-pagination-bullet,
.lk-card .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
.actions .swiper-pagination-bullet-active,
.bestsellers .swiper-pagination-bullet-active,
.category .swiper-pagination-bullet-active,
.lk-card .swiper-pagination-bullet-active {
    background: #000 !important;
    width: 25px !important;
    border-radius: 5px !important;
}
@media screen and (max-width: 1100px) {
    .subscribe-inner {
        flex-direction: column;
    }
    .subscribe-content {
        width: 100%;
    }
    .subscribe-form {
        width: 50%;
        height: auto;
    }
}
.podbor-content-pin form {
    gap: 20px;
}
@media screen and (max-width: 950px) {
    .maps_inner {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .maps_filter,
    .index-contact-ul,
    .maps-wrap {
        width: 100% !important;
    } 
}
.subscribe-form input[type=submit],
.subscribe-form input[type=text] {
    width: 100%;
}
@media screen and (max-width: 680px) {
    .subscribe-form {
        width: 100%;
        box-sizing: border-box;
    }
}
.header__top_nav > ul,
.header__top_nav > div > ul  {
    gap: 20px;
}
.header__search_input::placeholder {
    color: #808080;
}
.header__regions ul > li {
    padding-left: unset;
}
.header__top_nav ul li:last-child {
    padding-right: unset;
}
.header__regions {
    padding-left: unset !important;
}
.header__top_nav {
    padding-right: unset !important;
}
@media screen and (min-width: 1600px) {
    .fa-user-circle-o:before, .fa-shopping-cart:before, .fa-search:before, .mobile__menu_inner .fa-align-right:before {
        background-size: 25px;
        width: 25px;
        height: 25px;
    }
    .header__user_buttons .icon {
        font-size: 25px;
        height: 25px;
        width: 25px;
    }
    .category-list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .services .pin-services-item, 
    .brands .pin-servise-item {
        max-width: unset;
    }
    .services .pin-services-inner,
    .brands .pin-servise-inner {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
}
.rating {
    margin-bottom: 70px;
}
.rating .sw-review-box {
    padding-left: 0px !important;
}
.rating-title {
    margin-bottom: 10px;
}
.rating-btn {
    text-decoration: none;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    text-align: right;
    color: #EE1C24;
    float: right;
    margin-top: -50px;
}
.bestsellers .bestsellers-inner {
    display: block !important;
}
.bestsellers .bx_catalog_image, 
.bestsellers .bx_catalog_image a {
    width: 100%;
}
.bestsellers .bx_catalog_item_header {
    gap: 5px;
}
.bestsellers .bx_item_list_bestsellers .bx_catalog_item {
    min-width: unset;
    min-height: auto;
}
.bestsellers .bx_catalog_item_title a {
    width: unset;
    height: unset;
    display: inline-block;
}
.bestsellers .bx_item_list_bestsellers {
    margin-bottom: unset;
}
.actions .swiper-slide {
    width: unset;
    min-width: unset !important;
    max-width: unset !important;
    overflow: hidden;
}
.actions_list .news-item {
    width: unset !important;
    min-width: unset !important;
    max-width: unset !important;
}
.news-preview h4 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.actions_list .news-item h4:not(:has(:first-child)), .actions_list .news-item h4 a {
    font-size: 20px !important;
    line-height: 23px !important;
}
@media (max-width: 820px) {
    .actions_list .news-item, .actions_list .news-item {
        height: 100% !important;
    }
}
@media screen and (max-width: 1760px) {
    .sw-app-body {
        width: 100% !important;
        max-width: unset !important;
        margin: 0 auto !important;
    }
}
  
  .phone-title, .social-title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .phone-numbers {
    margin-bottom: 15px;
  }
  
  .phone-link,
  .social-title {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s;
    opacity: unset !important;
  }
  
  .phone-link:hover {
    color: #ed1d25 !important;
  }
  
  .social-links {
    display: flex;
    gap: 15px;
  }
  .social-links a {
    opacity: 1 !important;
  }
  
  .social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    padding: 5px;
    border-radius: 4px;
    transition: transform 0.3s !important;
    width: fit-content;
  }
  
  .social-link:hover {
    transform: translateX(5px);
  }
  
  .vk:hover { color: #4a76a8; }
  .tg:hover { color: #0088cc; }
  .yt:hover { color: #ff0000; }
  .wa:hover { color: #25d366; }
  
  .social-link i {
    font-size: 25px;
    width: 25px;
    text-align: center;
  }
.phone-link-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.phone-link-wrapper a {
    margin-bottom: unset;
}
.phone-link-wrapper span {
    color: #A19F9E;
}
.phone-link-wrapper:not(:last-child) {
    margin-bottom: 20px;
}
.content {
    padding: 0 20px;
}
.subscribe {
    margin-top: 50px;
}
@media screen and (max-width: 680px) {
	.catalog__list_inner .menu-parent ul {
        display: none;
    }
    footer {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    .actions .swiper-slide, .actions_list .news-item {
        height: 260px !important;
        border-radius: 10px;
        overflow: hidden;
    }
    .brands a {
        line-height: 9px;
    }
    .category-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .category-list-item {
        height: 155px;
        max-width: 160px;
        min-height: 155px;
    }
    .category-list-item img {
        bottom: -9%;
        height: auto;
        max-height: 90%;
        object-position: right;
    }
    .actions .actions-header a {
        line-height: 35px;
    }
    .actions_list .news-item .news-preview {
        height: unset;
    }
    .actions_list .news-item h4 {
        padding: 15px;
    }
    .actions_list .news-item h4:not(:has(:first-child)), .actions_list .news-item h4 a {
        font-size: 20px;
        line-height: unset;
        max-width: 88%;
        display: inline-block;
    }
    .actions .actions-header h4,
    .catalog-section-header h4,
    .recommended h4,
    .services h4,
    .brands h4,
    .subscribe-content h4,
    h4.title-contact,
    .rating h4 {
        font-size: 22px !important;
    }
    .category-list-item h3 {
        font-size: 16px;
    }
    .catalog-section-header a {
        line-height: 35px;
    }
    .services .pin-services-item {
        max-width: unset;
        min-height: 70px;
        margin: unset;
    }
    .services .pin-services-item img {
        width: 40px;
        height: 40px;
    }
    .services .pin-services-item a {
        padding: 15px;
        border-radius: 10px;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: left !important;
    }
    .services .pin-services-inner {
        gap: 15px;
        margin-left: unset;
    }
    .services .pin-services-item {
        height: auto;
    }
    .services a {
        margin-top: -40px;
        font-size: 16px;
    }
    .brands a,
    .rating-btn {
        font-size: 16px;
    }
    .rating-btn {
        line-height: 58px;
    }
    .services h4 {
        margin-bottom: 15px;
    }
    .services .pin-services-item a span {
        line-height: unset;
        font-size: 16px;
    }
    .brands .pin-servise-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 20px;
        justify-content: left;
    }
    .brands .pin-servise-item {
        height: 20vw;
        min-height: 70px;
        max-width: unset;
    }
    .subscribe-inner {
        padding: 0;
    }
    .subscribe-form {
        padding: 20px 10px;
    }
    .subscribe-form input[type=submit], .subscribe-form input[type=text] {
        box-sizing: border-box;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        padding: 5px 10px;
    }
    .stats-inner strong {
        font-size: 30px !important;
    }
    .stats-inner span {
        max-width: 90%;
    }
    .stats-inner {
        gap: 30px;
    }
    .index-contacts-box {
        margin-top: 50px;
    }
}
@media (max-width: 819px) {
    .header__logotype {
        padding-left: 20px !important;
    }
}
@media screen and (max-width: 1024px) {
    
    .social-links {
        justify-content: center;
        margin-top: 20px;
    }
    .footer__top_inner > div:not(:last-child) h4 {
        border: 1px solid #eaeaea !important;
        padding: 10px;
        margin: 0px;
        text-align: left;
        cursor: pointer;
    }
    .footer__list:not(:last-child) {
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .footer__list h4{
        font-size: 18px;
        border-radius: 5px;
        font-weight: 400;
        position: relative;
    }
    .footer__list li {
        text-align: left;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .footer__list h4::before {
        z-index: 1;
        content: '';
        background-image: url(/local/templates/news/images/arrow.svg);
        background-repeat: no-repeat;
        background-size: 36px;
        right: 11px;
        background-size: 14px;
        position: absolute;
        width: 14px;
        filter: invert(1);
        height: 7px;
        margin-top: 7px;
        transition: transform 0.2s linear;
    }
    .footer__list h4.clicked::before{
        transform: rotate(180deg);
    }
    .footer__list-last h4:before {
        display: none;
    }
    .footer__copyright {
        margin-bottom: 62px;
    }
}
.rating h4 {
    font-size: 30px;
}
.recommended h4 {
    margin-top: 50px;
}
.recommended-mob {
    display: none !important;
}
.bestsellers .swiper .swiper-slide {
    margin-bottom: unset;
}
.recommended-mob {
    margin-top: 50px;
}
.recommended-mob .recommended__inner {
    justify-content: center;
}
.recommended-mob .recommended__inner_buttons ul li a, 
.recommended-mob .recommended__inner_buttons ul li:last-child a:hover {
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .recommended__inner_buttons {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .recommended__inner_buttons {
        display: none !important;
    }
    .recommended-mob .recommended__inner_buttons {
        display: block !important;
    }
    .recommended-mob .recommended__inner_buttons ul {
        padding: 0px;
    }
}
.brands {
    margin-top: 50px;
}
@media screen and (max-width:850px) {
    .brands {
        margin-top: 30px;
    }
}
.bestsellers .bx_item_list_bestsellers {
    border-bottom: unset;
}
.pin-servise-item {
    overflow: hidden;
    border-radius: 5px;
}
.bestsellers .bx_catalog_item_container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bestsellers .bx_catalog_basket_inner {
    margin-top: auto;
}
.bestsellers .bx_item_list_bestsellers .bx_catalog_item {
    height: auto;
}
.bestsellers .bx_catalog_item_title {
    width: unset;
    height: unset;
}
.bestsellers .bx_catalog_item_approved {
    width: 100%;
    max-width: 100px;
    min-width: 100px;
}
.bestsellers .bx_catalog_item_artnumber {
    text-align: right;
}
.bestsellers .bx_catalog_item_header {
    flex-wrap: wrap;
}
@media screen and (max-width: 819px) {
    .fa-user-circle-o:before, .fa-shopping-cart:before, .fa-search:before {
        content: '' !important;
		background-size: 18px !important;
        background-position: 1px 1px;
        width: 20px !important;
        height: 20px !important;
        display: block !important;
    }
}
@media (max-width: 1199px) {
    .services .pin-services-item a {
        justify-content: center;
    }
    .services .pin-services-item a span {
        line-height: 25px;
    }
    .brands .pin-servise-inner {
        justify-content: left;
    }
}
.news-item {
    position: relative;
}
.news-item-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
} 
.footer__logotype {
    display: none;
    padding-top: 20px;
    text-align: center;
}
.footer__logotype a {
    opacity: 1;
}
@media screen and (max-width: 1024px) {
    .footer__logotype {
        display: block;
    }
    .footer__list-last h4 {
        margin-bottom: 0px;
    }
}
.recommended{}
.recommended__inner{  
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
    flex-wrap: nowrap;
}
.recommended__inner_info{}
.recommended h4{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #13100D;
}
.recommended__inner_buttons{}
.recommended__inner_buttons ul{
display:block;margin:0;padding:10px;}
.recommended__inner_buttons ul li{display:block;padding:5px;}
.recommended__inner_buttons ul li a,
.recommended__inner_buttons ul li:last-child a:hover{
    display: inline-block;
	width: 278px;
	height: 46px;
	background: #EE1C24;
	border-radius: 6px;
	line-height: 46px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color:#fff;
	text-align:center;
	border: 1px solid #EE1C24;
	cursor:pointer;
}
.recommended__inner_buttons ul li:last-child a,
.recommended__inner_buttons ul li a:hover{
	border: 1px solid #EE1C24;
	background: #fff;
	color: #EE1C24;
}

.index-contacts-box{
    background: #fff;

}

.index-contact-ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;

}

.index-contact-ul li{
    border: 1px solid #e9eaec;
    padding: 15px;
    flex-basis: 100%;
    background:#fff;
}


.city-item{display:none;}
.active-city{display:block; cursor:pointer;}




.city-choose-item-pin>select {
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left;
    max-height: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0 30px 0 15px;
    margin: 5px 0;
    width: 100%;
}


@media screen and (max-width: 800px) {
    .index-contact-ul li{
        flex-basis: 100%;
    }
}

@media screen and (max-width: 400px) {
    .index-contact-ul li{
        flex-basis: 100%;
    }
}

.index-contact-ul li p{
    padding: 0;
    margin: 0;
}

.title-contact-adress{
    color: #000;
    font-weight: 800;
    font-size: 12px;
}

.index-contact-phone a{
    font-weight: 800;
    font-size: 14px;
    color: #ED1C24;
}
.index-contact-phone a:hover{
    color: #ED1C24;
}

.index-contact-work-time{
    font-weight: 800;
    font-size: 11px;
}


.index-contact-work-time{
    font-weight: 800;
    font-size: 11px;
    display:none;
}
.mobile-menu a{position: relative;}
.mobile__menu_notification{
	display:none;
	position: absolute;
	right: 0;
	top: 0;
	background: #000;
	width: 10px;
	height: 10px;
}

.mobile__menu .icon-home{background-image: url(/local/templates/news/images/mobile-home.svg);}
.mobile__menu .icon-catalog{background-image: url(/local/templates/news/images/mobile-catalog.svg);}
.mobile__menu .icon-profile{background-image: url(/local/templates/news/images/mobile-profile.svg);}
.mobile__menu .icon-heart{background-image: url(/local/templates/news/images/mobile-heart.svg);}
.mobile__menu .icon-cart{background-image: url(/local/templates/news/images/mobile-cart.svg);}
.mobile__menu .icon{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
	margin-bottom:8px;
	border-radius:6px;
}
.lable-item-box-section-ot {
    height: auto;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 888;
}

.lable-section-ot{
    width:30px;
    height:auto;
    display:block;
    margin-bottom:3px;
}

.img-detail-element>.lable-item-box-section-ot .lable-section-ot{
    width:90px;
    height:auto;
    display:block;
    margin-bottom:3px;
};
.lable-of-pict{
    animation: min-big 1s infinite alternate;
}


.section-catalog-element{
    overflow:hidden;
}

.detail-articul{
    display: block;
    font-size: 12px;
}

.detail-articul span{
    font-weight: 800;
}

.offer-element-timer{
    position:relative;
    padding:15px 0;
}

.timer-shinamontaz{
    width: 110px !important;
    height: auto;
    position: absolute;
    top: 10px;
    left: -15px;
    z-index: 888;
}

.img-detail-element{
    text-align: center;
    position: relative;
    min-height:400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-detail-element-img{

}

.sezon-ico{
    position:absolute;
    display:block;
    top:15px;
    left:15px;
    font-size:55px;
}

.img-detail-element-bonus-box{
    position: absolute;
    top:15px;
    right: 0;
    width: 200px;
}

.img-detail-element-bonus-box span{
    display:block;
    color:#fff;
    background:#ED1C24;
    border-radius:2px;
    padding:3px 2px;
}


.brand-catalog-element{
    margin: 7px 0 7px 0;
    max-width:150px;
}

.pay-box{
    background: #F5F5F5;
    padding: 25px;
    border-radius: 4px;
    margin-top: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.price-box{
    width: 100%;
    display: flex;
    align-items: center;
}


.select_count{
    margin: 0 10px 0 10px;
}

.select_count input[type="button"]{
    width: 26px;
    height: 26px;
}
.select_count input[type="text"]{
    width: 30px;
    height: 26px;
    text-align: center;
}

.price-box .big{
    font-size: 21px;
    font-weight: 600;
}

.price-box .product-item-detail-info-container{
    margin:0 15px;;
}

.price-box .product-item-detail-info-container .product-item-amount-field{
    width:25px;
}

.price-box .product-item-amount-field-btn-minus{
    border: 1px solid #d7d7d7;
}


.price-box .product-item-amount-field-btn-plus{
    border: 1px solid #d7d7d7;
}

.price-box .sumprice span strong{
    font-size: 21px;
    font-weight: 600;
    margin-left:5px;
}

@keyframes min-big {
    from {
        background: #ED1C24;
    }
    to {
        background: #B11116;
    }
}

.add-to-cat-button{
    width: 75%;
    color: #FFF;
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 2rem;
    vertical-align: middle;
    font-weight: 700;
    color: #FFF;
    background: #ED1C24;
    border: .2rem solid transparent;
    border-radius: .4rem;
    text-align: center;
    line-height: 40px;
    margin-top: 35px;

    animation: min-big 2s infinite alternate;
}

.add-to-cat-button:hover{
    color: #FFF;
    background: #B11116;
    text-decoration: none;
}



.phone-box-offer{
    padding-top:25px;
}

@media screen and (max-width: 770px){
    .phone-box-offer{
        margin: 15px 0;
    }
}

.phone-box-offer .phone{
    font-size:21px;
    color: #000;
    font-weight: 600;
    display: block;
}
.phone-box-offer .phone:hover{
    color:#ED1C24;
    text-decoration: none;
}

.phone-box-offer .call-my{
    font-size:11px;
    color: #000;
    display: block;
    text-decoration: underline;
}
.phone-box-offer .call-my:hover{
    color:#ED1C24;
}


.offer-box-under{
    margin-top: 25px;
}

.offer-box-under a{
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-top: 7px;
}

.offer-box-under a i{margin-right: 7px;}

.offer-box-under a:hover{
    color: #000;
}

@media screen and (max-width: 990px){
    .price-box{
        width: 100%;
    }
    .price-box .big{
        font-size: 21px;
    }
    .add-to-cat-button{
        width: 100%;
    }
    .img-detail-element-img{
        width: 80%;
        margin-top: calc(50% - 25%);
    }
}

@media screen and (max-width: 770px){
    .img-detail-element-img{
        width: 60%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 360px){
    .price-box .big{
        font-size: 18px;
    }
}


.section-catalog-element-tabs{

}

.section-catalog-element-tabs-nav{
    background: #f6f6f6;
}

@media screen and (max-width: 990px){
    .section-catalog-element-tabs-nav .container{
        width: 100%;
    }
}

.section-catalog-element-tabs .nav-tabs {
    border: none;
}

.section-catalog-element-tabs .nav-tabs li{
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width: 770px){
    .section-catalog-element-tabs .nav-tabs li{
        font-size: 10px;
        font-weight: 600;
    }
}

.section-catalog-element-tabs .nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 20px 15px;
    color: #000;
    border-bottom:1px solid #f6f6f6;
}

@media screen and (max-width: 1200px){
    .section-catalog-element-tabs .nav-tabs>li>a {
        padding: 20px 5px;
    }
}

.section-catalog-element-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ED1C24;
    cursor: default;
    background: #f6f6f6;
    border: none;
    border-bottom:1px solid #ED1C24;
}

.section-catalog-element-tabs .nav-tabs>li.active>a:focus{
    color: #ED1C24;
    cursor: default;
    background: #f6f6f6;
    border: none;
    border-bottom:1px solid #ED1C24;
}

.section-catalog-element-tabs .nav-tabs>li.active>a:hover {
    color: #ED1C24;
    cursor: default;
    background: #f6f6f6;
    border: none;
    border-bottom:1px solid #ED1C24;
}

.tab-content-section-catalog-element{
    margin-bottom: 25px;
}

.tab-content-section-catalog-element h2{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.tab-content-section-catalog-element h3{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.harakt-element{
    width: 100%;
    margin: 15px 0;
}

.harakt-element tr{

}

.harakt-element tbody tr td{
    padding: 7px 25px;
    font-weight: 400;
}

.harakt-element tbody tr:nth-child(odd) td{
    background-color: #f5f5f5;
    border-radius: 3px;
}

.description-element-catalog{

}

.description-element-catalog img{
    width:100%;
    height:auto;
    margin:25px 0;
}

.description-element-catalog p{
    font-size:16px;
    margin:10px 0;
}

.description-element-catalog h3{
    font-size:18px;
    margin:15px 0;

}


.alternativ-tovar-box-a{
    color:#000;
}
.alternativ-tovar-box-a:hover{
    color:#000;
}


.alternativ-tovar-box {
    width: 100%;
    border: 1px solid #ededed;
    margin-bottom: 15px;
}
.alternativ-tovar-box:after {
    content: "";
    display: block;
    clear: both;
}

.alternativ-tovar-box-img {
    float: left;
    width: 90px;
    margin-right:7px;
}

.alternativ-tovar-box-img img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 3px;
    border:solid 2px #F5F5F5;
    border-radius: 4px;
}

.alternativ-tovar-box-descript {
    float: left;
    width: calc(100% - 100px);
}

.alternativ-tovar-box-descript-title {
    text-align: center;
    padding: 5px 3px 3px 5px;
    font-weight: 600;
}

.alternativ-tovar-box-descript-price {
    color: #ed1c24;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}

.sklady .row{
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    font-weight: 600;
}
.sklady :nth-child(odd).row{
    background-color: #f5f5f5;
    border-radius: 3px;
}

@media screen and (max-width: 819px) {
	
    .fa-user-circle-o:before, .fa-shopping-cart:before, .fa-search:before {
        width: 14px !important;
        height: 14px !important;
        background-size: 14px !important;
        content: '' !important;
		display: block !important;
		margin-left: 0px;
	}
	.mobile__menu_inner .fa-align-right:before {
        left: 7px !important;
    }
    .mobile__menu_inner .icon {
		width: 24px;
		height: 24px;
		padding: 0;
	}
    .header__logotype {
        padding-left: 10px !important;
    }
}

.visible-heart{display:none !important;}
.contacts-block .phone-link-wrapper a {
    color: #fff !important;
}
.contacts-block .phone-link-wrapper a:hover {
    color: #ed1d25 !important;
}
footer .footer__list a:hover {
    color: #fff !important;
    opacity: 1;
}
footer .footer__list a {
    text-decoration: none;
    color: #9a9a9a !important;
    opacity: 1;
    transition: color .2s ease;
}
.contacts-block .social-links a {
    color: #fff !important;
}
.catalog__list_inner {
    background: #fff !important;
}
.catalog__list.active {
    margin-top: 20px;
}
@media screen and (max-width: 1440px) {
    .catalog__list_inner > ul {
        margin: 20px !important;
    }
    .menu-parent {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1460px) {
    .menu-parent {
        margin-right: 20px !important;
    }
}
.header__user_buttons li:last-child {
    padding-right: unset;
}
@media (max-width: 1200px) {
    .container-podbor-box-inside-pin {
        padding: 0;
    }
}
.catalog__list-wrapper {
    background: #fff !important;
    position: absolute;
    height: 720px;
    width: 100%;
    max-height: calc(90vh - 50px);
    overflow: auto;
    border: 1px solid #EBEBEB;
    z-index: 10;
    left: 0;
    right: 0;
}
.catalog__list_inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 20px 0;
    position: unset !important;
    overflow: unset !important;
    height: 100% !important;
    max-height: unset !important;
    border: unset !important;
}
.catalog__list_inner > ul {
    margin: 0 !important;
}
.catalog__list-child {
    font-weight: 600;
}
.catalog__list-child:not(:last-child) {
    margin-bottom: 5px;
}
.brands .swiper-pagination, .services .swiper-pagination {
    bottom: -10px;
}
/* .category-list {
    overflow: hidden;
    display: block;
}
.category-list .swiper-wrapper {
    min-height: 225px;
} */


@media (max-width:1024px){
	.category-list {
		display: flex;
		justify-content: center !important;
	}
}

/*index page component */
.category{margin-top:60px; position: relative;}
.catalog-section-header{
    display: flex;
    justify-content: space-between;
}
.catalog-section-header h4{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #13100D; 
	margin: 0;
}
.catalog-section-header a{
	text-decoration:none;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: #EE1C24;
}
.catalog-section-header a:hover{background: #FFFFFF;}
.category-list{
	display:flex;
	justify-content:center;
}
.category-list-inner{
	width: 100%;
	height: 100%;
	display:block;
}
.category-list-item a{
	width: 100%;
	height: 100%;
	display:block;
	position:relative;
	overflow:hidden;
}
.category-list-item span{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:left;
	width:100%;
	z-index:1;
}
.category-list-item  a:hover h3{color:#EE1C24;}
.category-list-item img{
	position: absolute;
    right: -60%;
    bottom: -9%;
}
.category-list-item img {
    right: -30%; 
}





	/*index page component*/
	/*index bestlers*/
	.bestsellers .bx_item_list_bestsellers{
    margin-bottom:20px;
}
.bestsellers .bx_item_list_bestsellers .bx_catalog_item{
    position:relative;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
    width: 278px;
    min-width: 278px;
    height: 413px;
    min-height: 413px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px;
	border: 1px solid #BEBEBE;
}
.bestsellers .bx_catalog_item_label{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #13100D;
	opacity: 0.6;
	margin-top: 5px;
}


.bestsellers .bx_catalog_item_controls_blocktwo {    
	display: flex;
    gap: 10px;
}
.bestsellers .bx_catalog_item_controls a{
	display:inline-block;
	width: 36px;
	height: 36px;
	position:relative;
	background: #EBEBEB;
	border-radius: 6px;
}
.bestsellers .bx_catalog_item_controls a:last-child{
	background: #ee1f27;
}
.bx_catalog_item_controls_blocktwo a .fa-shopping-cart:before {background-image: url('/local/templates/news/images/cart-white.svg') !important;}
.bx_catalog_item_controls_blocktwo a:hover .fa-shopping-cart:before {background-image: url('/local/templates/news/images/cart-white.svg') !important;}
.bestsellers .bx_catalog_item_controls a:last-child:hover{
	background: rgba(189, 14, 44, 1);
}
.bestsellers .bx_catalog_item_controls a i.fa{
    font-size: 20px;
    position: relative;
    top: 3px;
	left: 3px;
}.bx_catalog_item_controls_blocktwo a{cursor:pointer;}
.bx_catalog_item_controls_blocktwo a:hover{color:#fff;}
.bestsellers .bx_price .base{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #13100D;
}

.bestsellers .bx_price .base4{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #13100D;

	opacity: 0.6;
}










.bestsellers .bx_catalog_item_params{
    display: flex;
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bestsellers .bx_catalog_basket_inner{display:flex;justify-content: space-between;}
.bestsellers .bx_catalog_item_header{display:flex;justify-content: space-between !important;}
.bestsellers .bx_catalog_item_approved{
    /* одобрено */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    gap: 10px;
    width: 108px;
    height: 18px;
    font-size:12px;
    background: #13100D;
    border-radius: 6px;
    color:#FFFFFF;
    background: #13100D;
    border-radius: 6px;

}
.bestsellers .bx_catalog_item_artnumber{
    width: max-content;
    margin-top: 4px;
    height: 14px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #71706E;
}
.bestsellers .bx_catalog_image,.bestsellers .bx_catalog_image a{
    display:block;
    width:255px;
    height:255px;
}
.bestsellers .bx_catalog_image a{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.bestsellers .bx_catalog_item_title{
    width: 252px;
    height: 40px;
    display: block;
    overflow: hidden;
}
.bestsellers .bx_catalog_item_title a{

    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #13100D;
    text-decoration:none;
}
.bestsellers .bx_catalog_item_title a:hover{color:#EE1C24;}
.bestsellers .bestsellers-inner{
    display:flex;
    justify-content: flex-start;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .bestsellers .bx_item_list_bestsellers .bx_catalog_item{
        box-sizing: border-box;
        width: 278px;
        height: 413px;
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        border-radius: 6px;
    }
}/*index bestlers*/


/*service index*/
.services{margin-top:60px;}
.services .pin-services-inner{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin:20px 0;
}
.services .pin-services-item{
    width: 178px;
    height: 181px;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    position:relative;
}
.services .pin-services-item a{
    width: 178px;
    height: 181px;
    display: block;
    padding: 10px;
    position: relative;
    margin: 0px;
}
.services .pin-services-item a span{
    
    bottom: 25px;
    left: 25px;
    display: block;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #13100D;
    text-align: left;
}
.services .pin-services-item a:hover span{
    color: #EE1C24;
}

.services .pin-services-item img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services h4{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #13100D;
    margin: 0;
}


.services a{
	text-decoration: none;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #EE1C24;
    float: right;
    margin-top: -20px;
}
@media (max-width:1199px){
   
}
/*service index*/
/*action*/
.actions{margin-top:60px;}
.actions .actions-header{
	display:flex;
    justify-content: space-between;
}
.actions .actions-header h4{
	margin:0;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #13100D;
}
.actions .actions-header a{
	text-decoration:none;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: right;	
	color: #EE1C24;
}
.actions_list{overflow: hidden;}
.actions_list a{text-decoration:none;}
.actions_list .news-list
{
	word-wrap: break-word;

}
.actions_list .news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.actions_list .news-date-time {
	color:#486DAA;
}
.actions .swiper-slide,
.actions_list .news-item{
	position:relative;
	width: 377px;
	height: 351px;
	min-width:377px;
	max-width:377px;
	background-color: #D9D9D9;
	border-radius: 6px;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}
.actions_list .news-item > a{

}
.actions_list .news-item:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(19, 16, 13, 0.2) 0%, rgba(19, 16, 13, 0.7) 100%);
    border-radius: 2px;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.actions_list .news-item .news-preview{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:125px;
	z-index:3;
}
.actions_list .news-item h4:not(:has(:first-child)),
.actions_list .news-item h4 a{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 31px;
	color: #FFFFFF;
	margin:0;
}
.actions_list{
	position: relative;
}
.actions_list .news-item h4{padding:20px;margin:0;}
.actions_list .news-item p{padding:0 20px 20px;margin:0;}
.actions_list .news-item p:not(:has(:first-child)),
.actions_list .news-item p > a{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	height:40px;
	margin:0;
}
@media (max-width:1024px){
	.actions .swiper-slide,
	.actions_list .news-item{
		width: 320px;
		height: 298px;
		min-width:320px;
		max-width:320px;
	}

}
@media (max-width:820px){
	.actions_list .news-item,
	.actions_list .news-item {
		width: 280px;
		height: 260px;
		min-width:280px;
		max-width:280px;
	}
}

/*template css */

.header__phone_select > ul > li > a {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    text-align: right;
    color: #13100D;
}
.header__phone_select > ul > li > a:hover{
	color:#EE1C24;
}
.catalog-item-percent{
	background: #EE1C24;
	border-radius: 6px;
	padding:0 5px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin-left:5px;
}
.catalog-item-discount
{
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: line-through;
	margin-left:5px;
}
.bestsellers .bx_catalog_item_controls a i.fa {
    font-size: 20px;
    position: relative;
    top: 2px;
    left: 1px;
}
@media (max-width:1024px){
	.bestsellers .bx_catalog_item_controls a i.fa {
		font-size: 20px;
		position: relative;
		top: 3px;
		left: 4px;
	}
}
 .popup-window-buttons{margin-top: -43px;}
 .popup-window-content a{
	 display: flex;
	 flex-direction: row;
	 color: #FFFFFF;
	 justify-content: center;
	 align-items: center;
	 padding: 13px 42px;
	 gap: 10px;
	 background: #EE1C24;
	 border-radius: 6px;
}
.popup-window.popup-window-with-titlebar{
	width: 338px;
	height: 317px;
	background: #FFFFFF;
	border-radius: 6px;
}
.popup-window.popup-window-with-titlebar p,
.popup-window-buttons span{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #13100D;
}
.brands,.services{position:relative;}

.brands .swiper-pagination,
.services .swiper-pagination{
	bottom:0;
}

.brands .swiper,
.services .swiper {
	padding-bottom: 20px;
}
.brands .swiper-pagination,
.services .swiper-pagination,
.actions .swiper-pagination,
.bestsellers .swiper-pagination,
.category .swiper-pagination{
	bottom: -10px !important;
    left: 0;
    right: 0;
    width: max-content !important;
    margin: 0 auto;
    /* min-width: 200px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
	transform:none !important;
}

.category .swiper-pagination{
    bottom: 5px !important;
}

.brands .swiper-pagination-bullet,
.services .swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
}

.brands .swiper-pagination-bullet-active,
.services .swiper-pagination-bullet-active{
    background: #000 !important;
    width: 25px !important;
    border-radius: 5px !important;
}
.brands .swiper:not(.swiper-initialized) >  .swiper-wrapper > div,
.services .swiper:not(.swiper-initialized) >  .swiper-wrapper > div {
       margin-right: 20px;
}
.services .swiper.swiper-initialized .pin-services-item, 
.brands .swiper.swiper-initialized .pin-servise-item {
    max-width: inherit;
}
.bestsellers{position:relative;}
/*template css*/
.brands h4{font-family: 'Roboto Condensed';font-style: normal;font-weight: 700;font-size: 30px;line-height: 35px;color: #13100D;margin: 0;}
.brands-btn{
	text-decoration: none;
	font-family: 'Roboto Condensed';font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;text-align: right;color: #EE1C24;float: right;margin-top: -20px;}
.brands .brands-list{margin-top:20px;}
.subscribe-form a{text-decoration: none;color: #ee1c24;}
.stats{
	displya:flex;
	margin-top:20px;
	margin-bottom:20px;
}
.stats-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
    overflow-y: hidden;
}

.stats-inner div {
	width: 240px;
}
.stats-inner strong,
.stats-inner span{
	display:block;
	margin:0 auto;
}
.stats-inner strong{					
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 61px;
	text-align: center;
	color: #EE1C24;
}
.stats-inner span{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #13100D;
}
.services .pin-services-item, .brands .pin-servise-item {
    height: 181px !important;
}
@media (max-width:1200px){
	.services .pin-services-item, .brands .pin-servise-item {
		height: 140px !important;
	}
	.services .pin-services-item a {
		width: -webkit-fill-available;
        height: 160px;
		text-align:center;
	}
	.services .pin-services-item img{
		width: 80px;
		height: 80px;
		position: initial;
		margin: 0 auto;
		transform:none;
	}
	.services .pin-services-item span{
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto !important;
		text-align:center !important;
	}
}
.maps-block-get,
	.maps_list{display:none;
	background: #EBEBEB;
		border-radius: 6px;}
	.maps_list .btn_list{
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 30px;
		color: #13100D;
		width: 49%;
		height: 30px;
		text-align: center;
	}
	.maps-block-get{
		display: none;
        border: 1px solid #EE1C24;
        border-radius: 6px;
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #EE1C24;
        padding: 8px 27px;
        text-decoration: none;
        float: right;
        background-color: #ffff;
		margin-top: 10px;
		margin-right: 10px;
	}
	.maps_list .btn_list.active{
		background: #EE1C24;
		color:#FFFFFF;
	}
	.maps_inner{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: center;
	}
	.maps_filter{width: 367px;}
	.index-contact-ul
	{
		width: 367px;
	}
	.maps-wrap{
		width: calc(100% - 400px);
	}
	.city-item a.detail-link{display:none;}
	.city-item{
		width: 367px;
		background: #FFFFFF;
		border-radius: 6px; 
		margin: 5px;
	}
	.city-item.city-active{
		box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
	}
	.index-contact-ul li{
		padding: 15px 10px;
		position: relative;
        padding-right: 25px;
	}
	.index-contact-ul li:before {
		z-index: 1;
		content: '';
		background-image: url(/local/templates/news/images/arrow.svg);
		background-repeat: no-repeat;
		background-size: 36px;
		right: 3px;
		background-size: 14px;
		position: absolute;
		width: 20px;
		height: 20px;
		margin-top: 7px;
	}
	.index-contact-ul li.active:before {
		transform: rotate(180deg);
		margin-top: -7px;
		right: 9px;
	}
	.index-contact-phone{display:none;}
	
	.index-contact-work-time{
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		color: #13100D;
		opacity: 0.6;
		float: left;
		width: calc(100% - 123px);
		text-align: center;
	}
	.title-contact-adress{
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 19px;
		color: #13100D;
	}
	.index-contact-record{
		display:none;
	    background: #EE1C24;
		border-radius: 6px;
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		color: #FFFFFF;
		padding: 8px 27px;
		text-decoration: none;
		float: right;
	}
	
	
	h4.title-contact{
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 35px;
		color: #13100D;
	}
	.city-item.active .index-contact-work-time,
	.city-item.active .index-contact-record
	{
		margin-top: 10px;
		display:block;
	}
	.city-search{
		display:block;
		margin: 0.3rem;
		position: relative;
	}
	.city-search input{
		box-sizing: border-box;

		width: 100%;
		height: 36px;
		padding:10px 20px;

		background: #FFFFFF;
		border: 1px solid #EBEBEB;
		border-radius: 6px;
	}
	.city-search .fa-search{
		display:none;
		position: absolute;
		right: 10px;
		top: 12px;
	}
	.city-search input:not(:placeholder-shown) ~ .city-search .fa-search{
		display:block;
	}
	@media (max-width: 600px){
		
		.d-none{display:none;} 
		.index-contact-work-time{
			width: 100%;
		}
		.maps_list {
			display: flex;
			flex-wrap: nowrap;
			justify-content: space-between;
			flex-direction: row;
			width: 100%;
		}   
		.index-contact-record { padding: 8px 8px;}
		.city-item.active .maps-block-get{
			display:block; 
			padding: 8px 8px;
		}
		.maps-wrap:not(.active){display:none;width: 100%;}
		.maps-wrap.active{
			display:block;
		}
		.city-search{display:block;}
	}
	@media (max-width: 768px) {
	 
	}
	@media (max-width:1024px){
		.brands .swiper-pagination, .services .swiper-pagination, .actions .swiper-pagination, .bestsellers .swiper-pagination {
			bottom: 5px !important;
		}
		.swiper-pagination{z-index:2 !important;}
	}
	/*.swiper-pagination .swiper-pagination-bullet:not(){display:none;}
	.swiper-pagination .swiper-pagination-bullet-active,
	.swiper-pagination .swiper-pagination-bullet-active:previous,
	.swiper-pagination .swiper-pagination-bullet-active:next {
		display:inline-block !important;
	}*/
.actions .swiper-pagination, .bestsellers .swiper-pagination {
    bottom: 1px !important;
}
.actions .swiper {
    padding-bottom: 30px !important;
}
.actions_list .news-item {
	background-color: unset; 
    background-size: cover;
    background-position: right;
}
.catalog__list{position:relative;width:100%;height:50px;display:none;}
.catalog__list.active{display:block;}
.catalog__list_inner{
	position:absolute;
	width:100%;
	height: 718px;   
	max-height: calc(90vh - 50px);
	overflow:auto;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	z-index: 9;
	left:0;
	right:0;
}
.catalog__list-wrapper {
    max-height: calc(568px - 50px);
}
.catalog__list_inner > ul{
	max-width:1400px;
	width:100%;
	padding-inline-start: 0px;
	margin:40px auto;
	display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    justify-content: start;
}
.catalog__list_inner ul{padding-inline-start: 0px;}
.catalog__list_inner > ul > li{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #13100D;
}
.catalog__list_inner > ul > li li{
	margin-bottom:12px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #13100D;
}

.catalog__list_inner > ul > li > ul{margin-top:10px;}
.catalog__list_inner li{    list-style-type: none;}
.catalog__list_inner > ul > li a{text-decoration:none;}
.catalog__list_inner > ul > li:not(.menu-parent){margin-top:10px;}


@media screen and (max-width:1440px){	
	.catalog__list_inner > ul{
		max-width:90%;
	}
	.menu-parent{margin-right:10px;}
}

@media screen and (max-width:1024px){	
	.catalog__list_inner > ul{
		max-width:800px
	}
	.menu-parent{margin-right:10px;}
}

.catalog__list-wrapper {
    background: #fff !important;
    position: absolute;
    height: 720px;
    width: 100%;
    max-height: calc(90vh - 50px);
    overflow: auto;
    border: 1px solid #EBEBEB;
    z-index: 10;
    left: 0;
    right: 0;
}
.catalog__list_inner {
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    position: unset !important;
    overflow: unset !important;
    height: 100% !important;
    max-height: unset !important;
    border: unset !important;
    gap: 50px;
    justify-content: space-between;
}
.catalog__list_inner > ul {
    margin: 0 !important;
    max-width: 85%;
    justify-content: unset;
}
.catalog__list-child {
    font-weight: 600;
}
.catalog__list-child:not(:last-child) {
    margin-bottom: 5px;
}
.brands .swiper-pagination, .services .swiper-pagination {
    bottom: -10px;
}
/* .category-list {
    overflow: hidden;
    display: block;
}
.category-list .swiper-wrapper {
    min-height: 225px;
} */
 @media screen and (max-width: 1050px) {
    .catalog__list_inner {
        flex-direction: column;
        gap: 0;
        padding-bottom: 75px;
    }
    .catalog__list_inner > div {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
        margin-bottom: 20px;
    }
 }
 @media screen and (max-width: 870px) {
    .catalog__list-right {
        display: none !important;
    }
    .catalog__list_inner .menu-parent ul {
        display: none;
    }
    .catalog__list_inner > ul {
        gap: 20px;
    }
    .catalog__list_inner .footer__list {
        margin-top: 30px;
    }
    .catalog__list_inner .footer__list h4 {
        display: none;
    }
    .catalog__list_inner .footer__list .phone-link-wrapper a {
        color: #000 !important;
        font-weight: 700;
        font-size: 18px !important;
    }
    .catalog__list_inner .footer__list .social-title {
        display: none;
    }
 }
 .catalog__list-wrapper .footer__list {
    display: none;
} 
 @media screen and (max-width: 870px) {
   .catalog__list-wrapper .footer__list {
        display: block;
   } 
 }
 #rubitime-project{display:none !important;}
 .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    border: 0;
    zoom: 2;
}
#myModal1 .modal-body ul li{
	list-style-type:none;
}
#myModal1 .modal-body ul li a{color:#EE1C24 !important;
	text-decoration:none;}

.header__catalog_button,
.header__search_button,
.header__bottom_action button,
.button-choose-pin,
.subscribe-form form input[type="submit"],
.podbor-btn {
    cursor: pointer !important;
    transition: background .3s ease;
}
.header__catalog_button:hover,
.header__search_button:hover,
.header__bottom_action button:hover,
.button-choose-pin:hover,
.subscribe-form form input[type="submit"]:hover,
.podbor-btn:hover {
    background: rgba(189, 14, 44, 1) !important;
}
.recommended__inner_buttons ul li a {
    transition: all .3s ease;
}
@media screen and (max-width: 800px) {
    header {
        padding-bottom: unset !important;
    }
    .header__center_inner {
        margin-top: unset;
    }
}
.news-preview h4 span {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
}
.header__top_nav > ul ul, .header__top_nav > div > ul ul,
.header__phone_select > ul ul {
    z-index: 20;
}
.header__phone_select > ul ul {
    border-radius: 5px;
    padding: 10px;
}
.header__top_nav > ul ul, .header__top_nav > div > ul ul {
    top: 31px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
}
.header__phone_select > ul ul li:first-child {
    background-color: unset;
}
/* .header__top_nav > ul ul::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background-color: #fff;
    transform: rotate(45deg);
} */
.stats-inner {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
}
.stats-inner div {
    min-width: 205px;
}
.stats-inner {
    gap: 10px;
}
.catalog__list_inner .footer__list-last .social-links {
    display: none;
}
.catalog__list_inner .menu-parent {
    position: relative;
}
@media screen and (max-width: 870px) {
    .catalog__list_inner .menu-parent::before {
        content: '>';
        position: absolute;
        height: 100%;
        width: 10px;
        right: -10px;
        top: 50%;
        color: #000;
        transform: translateY(-50%);
        font-size: 20px;
        font-weight: 500;
    }
}
#sw-app-0755ca8daef0fc608e5515604a0b5bb8 .sw-review-bottom .swiper-pagination {
    gap: 8px;
}
@media (min-width: 1151px) {
    .catalog__list-child a[href="/about/dlya-yur-lits.php"],
    .catalog__list-child a[href="/rabota-v-pin-avto/"] {
        display: none !important;
    }
}

@media (max-width: 1150px) {
    .catalog__list-child a[href="/about/dlya-yur-lits.php"],
    .catalog__list-child a[href="/rabota-v-pin-avto/"] {
        display: block;
    }
    .header__top_nav ul li a[href="/about/dlya-yur-lits.php"],
    .header__top_nav ul li a[href="https://b2b.pin-avto.ru/"],
    .header__top_nav ul li a[href="/rabota-v-pin-avto/"] {
        display: none;
    }
}
.catalog__list .catalog__list_inner .catalog__list-item--wrapper {
    display: none;
    flex-direction: column !important;
    gap: 7px !important;
    margin-top: 20px !important;
}
@media screen and (max-width: 870px) {
    .catalog__list .catalog__list_inner .catalog__list-item--wrapper {
        display: flex;
    }
}
@media screen and (max-width: 870px) {
    .catalog__list-wrapper {
        height: 600px !important;
        max-height: unset !important;
    }
}
.header__top_nav ul li a[href="/about/dlya-yur-lits.php"],
.header__top_nav ul li a[href="https://b2b.pin-avto.ru/"] {
    font-weight: 500;
}

.city-item.active .index-contact-phone {
    display: block;
}
.index-contact-work-time {
    text-align: left !important;
}
@media (max-width: 479px) {
    body:has(.catalog__lister) .content .bx_catalog_tile .bx_catalog_tile_ul li {
        width: unset !important;
    }
}
body:has(.catalog__lister) .mobile__menu {
    margin-left: unset !important;
    width: 100%;
}
body:has(.catalog__lister) .mobile__menu_notification {
    display: none;
}
@media screen and (max-width: 819px) {
    body:has(.catalog__lister) .header__logotype {
        padding-left: 0px !important;
    }
    body:has(.catalog__lister) .header__search .icon {
        top: 0;
        left: 0;
    }
    body:has(.catalog__lister) .header__search_button .icon {
        height: 16px;
        width: 16px;
    }
}
.actions-slider-wrapper,
.bx_item_list_bestsellers,
.brands-slider-wrapper,
.services-slider-wrapper {
    position: relative;
    padding: 0 20px;
}

.swiper-button-prev-actions,
.swiper-button-next-actions,
.swiper-button-prev-bestsellers,
.swiper-button-next-bestsellers,
.swiper-button-prev-brands,
.swiper-button-next-brands,
.swiper-button-prev-services,
.swiper-button-next-services,
.swiper-button-prev-categories,
.swiper-button-next-categories {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev-categories,
.swiper-button-next-categories {
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: 60% !important;
}

.swiper-button-prev-actions,
.swiper-button-prev-bestsellers,
.swiper-button-prev-brands,
.swiper-button-prev-services,
.swiper-button-prev-categories  {
    left: -10px;
}

.swiper-button-next-actions,
.swiper-button-next-bestsellers,
.swiper-button-next-brands,
.swiper-button-next-services,
.swiper-button-next-categories {
    right: -10px;
}

.swiper-button-prev-actions:hover,
.swiper-button-next-actions:hover,
.swiper-button-prev-bestsellers:hover,
.swiper-button-next-bestsellers:hover,
.swiper-button-prev-brands:hover,
.swiper-button-next-brands:hover,
.swiper-button-prev-services:hover,
.swiper-button-next-services:hover,
.swiper-button-prev-categories:hover,
.swiper-button-next-categories:hover {
    background: #f8f8f8;
}

.swiper-button-prev-actions svg,
.swiper-button-next-actions svg,
.swiper-button-prev-bestsellers svg,
.swiper-button-next-bestsellers svg,
.swiper-button-prev-brands svg,
.swiper-button-next-brands svg,
.swiper-button-prev-services svg,
.swiper-button-next-services svg,
.swiper-button-prev-categories svg,
.swiper-button-next-categories svg {
    width: 24px;
    height: 24px;
}



@media (max-width: 768px) {
    .actions-slider-wrapper,
    .bx_item_list_bestsellers,
    .brands-slider-wrapper,
    .services-slider-wrapper {
        padding: 0 15px;
    }
    
    .swiper-button-prev-actions,
    .swiper-button-next-actions,
    .swiper-button-prev-bestsellers,
    .swiper-button-next-bestsellers,
    .swiper-button-prev-brands,
    .swiper-button-next-brands,
    .swiper-button-prev-services,
    .swiper-button-next-services,
    .swiper-button-prev-categories,
    .swiper-button-next-categories {
        width: 30px;
        height: 30px;
    }
    
    .swiper-button-prev-actions svg,
    .swiper-button-next-actions svg,
    .swiper-button-prev-bestsellers svg,
    .swiper-button-next-bestsellers svg,
    .swiper-button-prev-brands svg,
    .swiper-button-next-brands svg,
    .swiper-button-prev-services svg,
    .swiper-button-next-services svg,
    .swiper-button-prev-categories svg,
    .swiper-button-next-categories svg  {
        width: 18px;
        height: 18px;
    }
}
.pin-servise-inner.brands-list .swiper-wrapper {
    padding: 5px;
}
.brands .pin-servise-item {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.actions-slider-wrapper, 
.bx_item_list_bestsellers, 
.brands-slider-wrapper, 
.services-slider-wrapper {
	padding: 0 !important;
}
.swiper-button-prev-actions, 
.swiper-button-prev-bestsellers, 
.swiper-button-prev-brands, 
.swiper-button-prev-services,
.swiper-button-prev-categories {
	left: -20px !important;
}
.swiper-button-next-actions, 
.swiper-button-next-bestsellers, 
.swiper-button-next-brands, 
.swiper-button-next-services,
.swiper-button-next-categories {
	right: -20px !important;
}

.back-link,
.popup-window-buttons span {
    display: inline-block;
    border: 1px solid #EE1C24 !important;
    background-color: #fff !important;
    color: #EE1C24 !important;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all .2s ease;
    margin-bottom: 20px;
}
.back-link:hover,
.popup-window-buttons span:hover {
    color: #fff !important;
    background-color: #EE1C24 !important;
    text-decoration: none !important;
}
.popup-window-buttons span {
    width: 100%;
    max-width: 278px;
}
.popup-window-buttons {
    margin-top: -10px;
    padding: 0px !important;
}
.bx-catalog-filter{

}

.bx-filter.bx-blue .bx-filter-section {
    background: #fff !important;


}

.bx-filter .bx-filter-parameters-box-title span {
    color: #000;
    cursor: pointer;
    font-weight:600;
}

.bx-filter.bx-blue .btn-themes {
    background-color: #ED1C24;
    border-color: #ED1C24;
    color: #FFF;
}

.bx-filter.bx-blue .btn-themes:hover {
    background-color: #ED1C24;
    border-color: #ED1C24;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}


.bx-filter-parameters-box-container .btn-link {
    font-weight: 400;
    color: #ED1C24 !important;
    border-radius: 0;
}


.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}


.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background:#ED1C24;
}

.bx-filter.bx-blue .bx-ui-slider-handle {
    background: none;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: #f6f6f6;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #f6f6f6;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #ED1C24;
}

.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    outline: none;
}

.bx-filter .bx-filter-input-container input:focus {
    border: 1px solid #ccd5db !important;
}


.bx-filter-param-label.disabled{
    display:none !important;
}


/*BX-CATALOG-FILTER END*/

/*TOVAR ITEM*/
.banner-catalog{
    width:100%;
}

.banner-catalog img{
    width:100%;
    height:auto;
}


.tovar-item{
    width: 211px !important;
    margin-bottom: 45px;
    padding: 7px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #e3e3e3;
    margin: 0 0 -1px -1px;
    background: #fff;
    position:relative !important;
}

@media screen and (max-width: 770px){
    .tovar-item{
        width: 211px !important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 530px){
    .tovar-item{
        width: 170px !important;
        margin: 0 auto;
		padding: 5px;
    }
}

.tovar-item .brand-catalog-element{
    position:absolute;
    right:7px;
    top:5px;
    width:50px !important;
    z-index:777;

}

.tovar-item-inner{
    box-sizing: border-box;
    background: #fff;
    padding: 3px 3px;
    position: relative;
}
.tovar-item-img-box{
    position: relative;
    margin-bottom: 10px;
    height:180px;
    overflow:hidden;
    display:flex;
    justify-content:center;

}


.lable-item-box {
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 888;
}

.lable-item-item {
    display: block;
    background: #B11116;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 7px;
    margin: 3px;
    text-align: center;
    padding: 3px 7px;
    transform: skew(
            -15deg);
    letter-spacing: 2px;
}


.lable-info-box{
    height:60px;
}

.lable-info-box-top{
    height:30px;
    position:relative;
}

.tovar-item-lable-shinamontaz{
    width:100px !important;
    height:auto;
    position:absolute;
    top:-15px;
    left:-12px;
    z-index:888;
}


/*ЛАЙБЛЫ*/
.lable-detail-box{

    height:auto;
    position:absolute;
    top:-15px;
    right:-12px;
    z-index:888;


}

.lable-detail-item{
    display:block;
    background: #B11116;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    margin:7px;
    text-align:center;
    padding:7px 15px;
    transform: skew(-15deg);
    letter-spacing:2px;
}

.lable-detail-item:hover{

}

.header__search_close{
    display: none;;
}

@media(max-width:819px){
    .catalog__list_inner{
        max-height: calc(100vh - 142px) !important;
        min-height: calc(100vh - 142px) !important;
        overflow-y: auto !important;
    }
    .catalog__list-wrapper{
        height: 100vh !important;
    }

    .header__search.modal-opened{
        position: unset;
    }
    .header__search.modal-opened .header__search_form{
        position: absolute;
        width: 100vw;
        height: 60px;
        left: 0px;
        background: white;
        top: 0px;
        z-index: 1;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
        -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
        box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    }
    .header__search.modal-opened .header__search_input{
        width: calc(100% - 15px - 80px);;
        margin: auto;
        display: block;
        margin-right: 15px;
    }
    .header__search_button{
        overflow: hidden;
    }
    .header__search_button:hover{
        background: #EBEBEB !important;
    }
    .header__search.modal-opened .header__search_button {
        position: absolute;
        right: 24px;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }
    .header__search.modal-opened .header__search_close{
        display: block;
        top: 0px;
        bottom: 0px;
        left: 20px;
        margin: auto;
        font-size: 30px;
        transform: rotate(45deg);
        font-family: auto;
        font-weight: 700;
        position: absolute;
        height: fit-content;
    }
    .header__center{
        position: relative;
    }
}
@media(max-width:800px){
    .catalog__list_inner{
        max-height: calc(100vh - 162px) !important;
        min-height: calc(100vh - 162px) !important;
        overflow-y: auto !important;
    }
    .catalog__list_inner{
        padding-bottom: 30px;
    }

    .podbor-content-pin div {
        margin-bottom: 0px;
    }
    .podbor-content .podbor-grid{
        gap: 15px;
    }
    #filterShiny{
        margin-bottom: 10px;
    }
}
.podbor-basic-wheels .podbor-grid{
    grid-template-columns: 1.1fr 1.1fr 1.1fr 1.4fr 1.4fr 1.4fr;
    width: 70%;
}

.podbor-content-pin .toggle-container{
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .podbor-basic-wheels .podbor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .podbor-basic-wheels .podbor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .podbor-basic-wheels .podbor-grid label,
    .podbor-content-auto .podbor-grid label{
        display: none;
    }
}

@media (max-width: 576px) {
    .podbor-basic-wheels .podbor-grid {
        grid-template-columns: 1fr;
    }
}

.basket-item-image-link{
    width: 100%;
    height: 100%;
}
.basket-item-image{
    object-fit: contain;
    object-position: center;
}

@media (max-width: 600px) {
    .city-item.active .index-contact-work-time, .city-item.active .index-contact-record,
    .city-item.active .maps-block-get{
        float: unset;
    }
    .index-contact-ul li{
        width: 100%;
        box-sizing: border-box;
    }
}

.book-service-wrapper .book-service-btn{
    margin-bottom: 0px;
}
.recommended h4,
.subscribe,
.brands,
.rating-title{
    margin-top: 60px;
}
.brands .swiper, .services .swiper{
    margin-bottom: 20px !important;
}
.info-tooltip{
    background-color: #13100D !important;
}
.swiper-button-prev-categories, .swiper-button-next-categories{
    display: none !important;
}
@media(max-width: 1200px) {
    .category-list{
        justify-content: start !important;
        position: relative;
        overflow: hidden;
        max-width: 100%;
    }
    .category .swiper-pagination{
        bottom: -27px !important;
    }
     .category-list-item {
        min-height: 250px;
    }
    .swiper-button-prev-categories, .swiper-button-next-categories{
        display: flex !important;
    }
}
@media screen and (max-width: 680px) {
    .category-list-item {
        min-height: 155px;
    }
}

