

/* Start:/local/templates/news/assets/css/style.css?174605377188218*/
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 {
    right: -35px !important;
    bottom: -9%;
    width: 100%;
    max-width: 208px;
    height: 250px;
    object-fit: contain;
}
.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 {
    left: 50%;
    transform: translateX(-50%) !important;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.actions .swiper-pagination {
    min-width: 75px !important;
}
.actions .swiper-pagination-bullet,
.bestsellers .swiper-pagination-bullet,
.category .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
.actions .swiper-pagination-bullet-active,
.bestsellers .swiper-pagination-bullet-active,
.category .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;
    }
    .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: 3px;
        background-size: 14px;
        position: absolute;
        width: 20px;
        filter: invert(1);
        height: 20px;
        margin-top: 7px;
    }
    .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;}
.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:70px;}
.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{
	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;
}

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

.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 {
    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-actions,
.swiper-button-prev-bestsellers,
.swiper-button-prev-brands,
.swiper-button-prev-services  {
    left: -10px;
}

.swiper-button-next-actions,
.swiper-button-next-bestsellers,
.swiper-button-next-brands,
.swiper-button-next-services {
    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 {
    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 {
    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 {
        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  {
        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 {
	left: -20px !important;
}
.swiper-button-next-actions, 
.swiper-button-next-bestsellers, 
.swiper-button-next-brands, 
.swiper-button-next-services {
	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{

}
/* End */


/* Start:/local/templates/news/assets/css/template.css?17459576664010*/
.popup-window.popup-window-with-titlebar{
	height:auto!important;
}
.popup-window .bx_bt_button{
	display: flex;
    flex-direction: row;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    padding: 13px 42px;
    gap: 10px;
    background: #EE1C24;
    border-radius: 6px;
	cursor:pointer;   
	margin: 0 20px;
}

.reklama-box{
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 5;
}

.reklama-box-inner{
    letter-spacing: .2px;
    background-color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    line-height: 16px;
    padding: 2px 8px;
    align-items: center;

    border-radius: 6px;
    box-sizing: border-box;

    display: inline-flex;
    justify-content: center;

    color: rgba(0, 0, 0, 0.48);
    position:relative;
}

.reklama-box-info{
    position:absolute;
    top: 25px;
    right:10px;
    background-color: #fff;
    font-size: 12px;
    padding: 7px 8px;
    border-radius: 3px;
    width:120px;
    display:none;
}

.reklama-box:hover .reklama-box-info{
    display:block;
}
.header__regions_count {
    margin-top: 6px;
}
.category-list-item{
	max-width: inherit;
}
.category-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.catalog__list-child:not(:last-child) {
    margin-bottom: 5px;
    margin-bottom: 12px;
	width: max-content;
}
.maps_inner{margin-bottom:20px}
@media screen and (min-width: 1450px) {
    .podbor-box-inside-pin,header{
		padding-bottom: 20px;
	}
	
}

@media screen and (max-width: 1024px) {
	.brands .swiper-pagination, .services .swiper-pagination {
		bottom: -10px !important;
	}
	._orientationRight__g05H7.wrap__QtyVx {
		right: 0;
		bottom: 70px;
	}
	.mobile__menu_notification{display:none;}
}

.services .pin-services-item{    box-shadow: none;}
.services .pin-services-item img {
       width: 100px;
    height: 100px;
    position: initial;
    /* top: 35%; */
    /* left: 42%; */
    transform: translate(0%, 0%);
    text-align: center;
    margin: 0 auto;
}
.services .pin-services-item a{
    background: #eaeaea;
    box-shadow: none;
	width:100%;
	margin: 0px;
    text-align: center;
}
.services .pin-services-item a span {
    text-align: center;
    margin: 10px auto;
    right: 0;
    left: 0;
}

.header__phone_select > ul > li{position:relative;}
.header__phone_select > ul > li:after{
    content: '';
    display: block;
    background: inherit;
    border-radius: 1px;
    position: absolute;
    right: -19px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #000000 transparent transparent transparent;
}
footer .footer__list a {
	
    color: #FFFFFF;
}

@media screen and (max-width: 1470px) {
	footer h4 {
		font-size: 16px;
	}
	footer li, footer a, footer p {
		font-size: 14px;
	}
}.sw-review-bottom .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;
}
.sw-review-bottom .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	width: 12px !important;
	height: 12px !important;
	display: inline-block;
	background: #000;
	opacity: .2;
	border-radius: 5px !important;
	margin: 0 4px !important;
}
.sw-review-bottom .swiper-pagination-bullet-active{
	
	width: 25px !important;
	height: 12px !important;
	display: inline-block;
	background: #000 !important;
	opacity: 1;
	border-radius: 5px !important;
	margin: 0 4px !important;

}

.bx_breadcrumbs li {display: inline-block;list-style-type:none;position:relative;margin-right:10px;}
.bx_breadcrumbs li:not(:last-child):after{content:'/';position:absolute;right:-8px;}

/* End */


/* Start:/local/templates/pin_avto/assets/css/libs/normalize.min.css?17321386141861*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */
/* End */


/* Start:/local/templates/pin_avto/assets/css/bootstrap.new.css?174401876815488*/
/* Start:/local/templates/pin_avto/assets/libs/bootstrap/css/bootstrap.min.css?1732138614121200*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 .modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* End */
/* End */


/* Start:/local/templates/news/assets/css/font-awesome.min.css?174377447231000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/news/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/news/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/news/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/news/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/news/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/news/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/news/assets/css/swiper.min.css?174377447219798*/
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/pin_avto/components/bitrix/menu/catalog/style.css?17437744871543*/
.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;}
}
/* End */


/* Start:/local/templates/pin_avto/components/bitrix/menu/header/style.min.css?1743774487490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/pin_avto/components/bitrix/menu/header/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/pin_avto/components/bitrix/breadcrumb/news/style.css?17455886541735*/
.bx-breadcrumb a,
.bx-breadcrumb li{text-decoration:none;}
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
.bx_breadcrumbs ul{margin:0px;    padding-inline-start: 0px;}

.bx_breadcrumbs {margin-top:20px;
}
.bx_breadcrumbs li.bx-breadcrumb-item {
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin-left: 20px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
	color: #13100D;
}
.bx_breadcrumbs li:not(.bx-breadcrumb-item) a {
    text-decoration: none;
	padding:20px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #13100D;

}

.bx_breadcrumbs li:first-child a{padding-left:0px !important;}

.bx_breadcrumbs li
.bx-breadcrumb-item{/* Ð—Ð¸Ð¼Ð° */

font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 14px;
/* identical to box height */

/* dark */
color: #13100D;

}

.bx_breadcrumbs li {display: inline-block;list-style-type:none;position:relative;margin-right:10px;}
.bx_breadcrumbs li:not(:last-child):after{content:'/';position:absolute;right:-8px;}
/* End */


/* Start:/local/templates/pin_avto/styles.css?174827508760*/
.detail-item-price-and-quantity .quantity{background: #fff;}
/* End */
/* /local/templates/news/assets/css/style.css?174605377188218 */
/* /local/templates/news/assets/css/template.css?17459576664010 */
/* /local/templates/pin_avto/assets/css/libs/normalize.min.css?17321386141861 */
/* /local/templates/pin_avto/assets/css/bootstrap.new.css?174401876815488 */
/* /local/templates/news/assets/css/font-awesome.min.css?174377447231000 */
/* /local/templates/news/assets/css/swiper.min.css?174377447219798 */
/* /local/templates/pin_avto/components/bitrix/menu/catalog/style.css?17437744871543 */
/* /local/templates/pin_avto/components/bitrix/menu/header/style.min.css?1743774487490 */
/* /local/templates/pin_avto/components/bitrix/breadcrumb/news/style.css?17455886541735 */
/* /local/templates/pin_avto/styles.css?174827508760 */
