
/* start header */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-SemiBold';
    src: url('../fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-SemiBold';
    src: url('../fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Light.ttf';
    src: url('../fonts/Rubik-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Light.ttf';
    src: url('../fonts/Rubik-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Regular.ttf';
    src: url('../fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-SemiBold.ttf';
    src: url('../fonts/Rubik-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gteesti-Regular';
    src: url('../fonts/gteestiprodisplay_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* шрифты */

body {
    font-family: 'Roboto', sans-serif;
}

h2, p {
    font-family: 'Roboto', sans-serif !important;
}

.footer__item {
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
}

.unit-property__item {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
.property__item {
    font-family: 'Lato', sans-serif;
    -webkit-user-select: none; /* Chrome, Safari, Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}

.property__item:last-child {
    font-family: 'Lato', sans-serif !important;
}

.property__title {
font-family: 'Rubik', sans-serif;
}

.header-catalog__link {
    font-family: 'Lato', sans-serif;
    
}
.header-filter__button {
    font-family: 'Lato', sans-serif;
}

.header-catalog-sub__link {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}


/* убрать скругленные углы сверху */
.page_category > .header__filter > .container > .header-filter__container {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}



.unit__link.cat__link {
    text-align: center;
}

.category-menu-image__img

.breadcrumb__item {
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif !important;
}

/* выравнивание по центру текста у категорий и по левому краю у товаров */ 

.unit__link {
    margin-bottom: 40px; 
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: left;
}
@media (max-width: 901px){
    .unit__link {
        margin-bottom: 40px; 
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 1.2;
        text-align: left;
    }
}
@media (max-width: 550px){
    .unit__link {
        font-size: 12px;
        margin-bottom: 50px; 
    }
}

.unit__link.cat_link {
    margin-bottom: 5px;
    letter-spacing: 1px; 
    text-align: center;
    
}
@media (max-width: 550px) {
    .unit__link.cat_link {
    letter-spacing: 1px; 
    text-align: center;
    font-size: 10px !important;
    }
}
}
.unit__content.unit__link {
    text-align: center;
}

/*  ---------------------------------------------------------------------*/ 





summary:hover {
    cursor: pointer;
    color: #ffad00;
}

summary:hover::marker {
    color: #000;
}

/* сделать обычный курсор при наведении на текст */
h1:hover, h2:hover, p:hover, .adv__title:hover, .home-about__subheading:hover, .footer__heading:hover, .footer-contacts__heading:hover, .footer-powered__item:hover, .footer-contacts__heading:hover, .footer-contacts__item:hover, .category__info:hover {
    cursor: default;
}
.unit__property, unit__price {
    cursor: default;
}

.unit__link:hover {
    /* color: #ffad00; */
    color: #000 !important;
    text-decoration: underline;
    text-decoration-color: #ffad00;
}

@media (max-width: 991px) {
    .header__container {
        padding: 45px 0 0 0;
    }
}
.header__content {
    position: relative;
}
.header__ctrl {
    height: 90px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.header__logo > .img-responsive {
    height: 53px;
}
.header__logo > a > .img-responsive {
    height: 53px;
}
.header-content__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.header-content__block_1 {
    -webkit-box-flex: 0;
            flex: 0 0 72%;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
@media(max-width: 1199px) {
    .header-content__block_1 {
        -webkit-box-flex: 0;
                flex: 0 0 65%;
    }
}
.header__contacts {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /*flex-direction: column;*/
}
@media(max-width: 1199px) {
    .header__contacts {
        max-width: 220px;
    }
}
.header-contacts__item {
    /* margin: 0 0 3px; */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.header-contacts__item:last-child {
    margin: 0;
}
.header-contacts__social {
    margin: 0 0 0 7px;
}
.header-contacts__social_1, .header-contacts__social_2 {
    
    height: 25px;
    width: 25px;
}
.header-contacts__social_1 {
    background: url('/catalog/view/theme/default/image/header/social_1.svg') no-repeat center center transparent;
    background-size: 25px 25px;
}
.header-contacts__social_2 {
    background: url('/catalog/view/theme/default/image/header/social_2.svg') no-repeat center center transparent;
    background-size: 25px 25px;
}
.header__telephone {
    font-size: 16px;
    font-family: 'Lato-Medium', sans-serif;
    letter-spacing: 1px;
}
.header__telephone:hover, .header__telephone:active, .header__telephone:focus {
    color: #ffad00;
    
}
.header__address {
    max-width: 230px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 1199px) {
    .header__address {
        display: none;
    }
}

.header-address__link {
    font-size: 15px;
}

.header-address__text {
    font-size: 18px;
}
.status__content {
    padding: 0 10px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.status__item {
    margin: 0 0 0 20px;
}

.status__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
}
.status__link:hover, .status__link:focus, .status__link:active {
    color: #ffad00;
}
.status__count {
    padding: 0 0 0 3px;
    font-weight: 700;
}
.status__image {
    display: block;
    height: 30px;
    width: 30px;
}
.status__image_compare {
    background: url('/catalog/view/theme/default/image/header/compare.svg') no-repeat center center transparent;
}
.status__link:hover .status__image_compare {
    background-image: url('/catalog/view/theme/default/image/header/compare_hover.svg');
}
.status__image_wishlist {
    background: url('/catalog/view/theme/default/image/header/wishlist.svg') no-repeat center center transparent;
}
.status__link:hover .status__image_wishlist {
    background-image: url('/catalog/view/theme/default/image/header/wishlist_hover.svg');
}
.status__image_cart {
    background: url('/catalog/view/theme/default/image/header/cart.svg') no-repeat center center transparent;
}
.status__link:hover .status__image_cart {
    background-image: url('/catalog/view/theme/default/image/header/cart_hover.svg');
}
.status-price__text {
    position: relative;
    padding: 0 0 0 12px;
    font-weight: 400;
}
.status-price__text:before {
    position: absolute;
    content: '/';
    top: 0;
    left: 4px;
    color: #a3a3a3;
}
.header__catalog {
    position: relative;
    z-index: 1020;
}
.header-catalog__container {
    height: 51px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  /*  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#a3a3a3));
    background-image: linear-gradient(#f0f0f0 0%, #a3a3a3 100%); */
    background-color: #f0f0f0;
}
.header-catalog__item {
    /* border-right: 1px solid #bfbfbf; */
    border-right: 1px solid #d3d3d3;
}
.header-catalog__item:first-child {
	/* display:none; */
}
.header-catalog__item:last-child {
    border-right: 0;
}
.header-catalog__item:hover, .header-catalog__item:active, .header-catalog__item:focus {
    background: #000;
}
.header-catalog__item_search {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
}
.header-catalog__item_search:hover, .header-catalog__item_search:active, .header-catalog__item_search:focus {
    background: unset;
}
.header-catalog__link {
    padding: 0 37px;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
}

.header-catalog__item .header-catalog-sub__container {
    max-height: 605px;
    overflow: hidden;
    overflow-y: scroll;
}

.header-catalog-sub__link {
    color: #000;
}

.header-catalog-sub__link:hover {
    color: #ffad00;
}



@media (max-width: 1199px) {
    .header-catalog__link {
        padding: 0 20px;
    }
}
.header-catalog__item:hover .header-catalog__link {
    color: #fff;
}
.header-catalog__text_catalog {
    padding: 0 0 0 20px;
    background: url('/catalog/view/theme/default/image/header/menu.svg') no-repeat left center transparent;
}
.header-catalog__sub {
    left: 0;
    right: 0;
    position: absolute;
    top: 100%;
    z-index: 100000 !important;
}
.header-catalog-sub__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100000 !important; /*reset jquery ui*/
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .1s, .1s;
    transition-duration: .1s, .1s;
    -webkit-transition-delay: .04s, .04s;
    transition-delay: .04s, .04s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    background-color: #f0f0f0;
}
.header-catalog__item:hover .header-catalog-sub__container {
    opacity: 1;
    visibility: visible;
}
.header-catalog-sub__content {
    display: -webkit-box;
    display: flex;
    padding: 30px 20px;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.header-catalog-sub__content:nth-child(3n) {
    border-right: 0;
}
.header-catalog-sub__image {
    margin: 0 20px 0 0;
}
.header-catalog-sub__item {
    margin: 0 0 12px;
}
.header-catalog-sub__item:last-child {
    margin: 0;
}
.header-catalog-sub__link {
    padding: 0 0 0 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.header-catalog-sub__link:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #ffad00;
    border-left: 1px solid #ffad00;
}
.header-catalog-sub__link:hover:before, .header-catalog-sub__link:focus:before, .header-catalog-sub__link:active:before {
    border-color: #ffad00;
}
.header-catalog-sub__link_lvl3 {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 18px;
}
.header-catalog-sub__link_lvl3:before {
    top: 7px;
    border-color: #000;
}
.header-catalog-info__content {
    padding: 20px 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.header-catalog-info__item {
    padding: 10px 20px 15px;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
@media(max-width: 1199px) {
    .header-catalog-info__item {
        padding: 10px 18px 15px;
    }
}
.header-catalog-info__link {
    font-weight: 700;
    line-height: 20px;
}
.header-catalog-info__img {
    padding: 15px 0 0 0;
}
.header__search {
    padding: 0 10px;
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
            align-items: center;
}
.header-search__input {
    padding: 15px 5px;
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 35px);
    height: 35px;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #b3b3b3;
    border-radius: 0 !important; /*reset jquery ui*/
    font-size: 13px;
}
.header-search__input:hover, .header-search__input:focus, .header-search__input:active {
    border: 0;
    border-bottom: 1px solid #fff;
}
.header-search__input::-moz-placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}
.header-search__input:-moz-placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}
.header-search__input::-ms-input-placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}
.header-search__input::-webkit-input-placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}
.header-search__input::-ms-expand {
    color: #b3b3b3 !important;
    opacity: 1;
}
.header-search__input_mobile {
    padding: 15px 10px;
    border: 1px solid transparent;
    border-radius: 0 !important; /*reset jquery ui*/
}
.header-search__input_mobile:hover, .header-search__input_mobile:focus, .header-search__input_mobile:active {
    border: 1px solid transparent;
}
.header-search__button {
    height: 35px;
    width: 35px;
    background: url('/catalog/view/theme/default/image/header/search.svg') no-repeat center center #fff;
    cursor: pointer;
}
.header__mobile {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.header-mobile__container {
    height: 60px;
    padding: 5px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-shadow:0 0px 1px rgba(0, 0, 0, 0.3)
}
.header-mobile__item_1 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.header-mobile__item_2 {
    -webkit-box-flex: 0;
    flex: 0 0 60%;
    max-width: 160px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.header-mobile__item_3 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.header-mobile-logo__img  {
    max-width: 120px;
    height: 53px;
}
.header-search__container {
    display: -webkit-box;
    display: flex;
}
.header-mobile__button {
    margin: 0 0 0 8px;
    cursor: pointer;
}
.header-mobile__button:first-child {
    margin: 0;
}
.header-mobile__image {
    height: 30px;
    width: 35px;
}
.header-mobile__btn-menu {
    background: url('/catalog/view/theme/default/image/header/menu.svg') no-repeat center center transparent;
}
.header-mobile__btn-search {
    background: url('/catalog/view/theme/default/image/header/search_mobile.svg') no-repeat center center transparent;
}
.header-mobile__btn-cart,
.header-mobile__btn-wishlist {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.header-mobile__image-wishlist {
    background: url('/catalog/view/theme/default/image/header/wishlist.svg') no-repeat center center transparent;
    background-size: 23px;
}
.header-mobile__image-cart {
    background: url('/catalog/view/theme/default/image/header/cart.svg') no-repeat center center transparent;
    background-size: 23px;
}
.header-mobile__status-cart  {
    font-weight: 700;
}
.header__menumobile {
    padding: 10px 30px 20px;
    max-height: 600px;
    overflow-y: scroll;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); */
    background-color: #f0f0f0;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
}
.header-menumobile__item {
    padding: 10px 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}
.header-menumobile__item_contact {
    display: -webkit-box;
    display: flex;
}
.header-mobile__status {
    font-weight: 700;
}
.header-menumobile__heading {
    position: relative;
    padding: 0 25px 0 0;
    font-weight: 700;
    cursor: pointer;
}
.header-menumobile__heading:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 2px;
    right: 0;
    margin: auto;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.header-menumobile__heading_active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-menumobile__link {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    padding: 5px;
}
.header-menumobile__link_2 {
    color: #ffad00;
}
.header-menumobile__link:hover, .header-menumobile__link:active, .header-menumobile__link:focus {
    color: #ffad00;
}
.currency__content {
    position: relative;
}
.currency__heading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.currency-heading__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
.currency-heading__link:after {
    margin: 0 0 2px 5px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.currency-heading__link:hover:after {
    border-color: #000;
}
.currency-heading__symbol {
    margin: 0 0 0 2px;
    width: 10px;
    overflow: hidden;
    font-weight: 700;
}
.header-menumobile__currency .currency__heading {
    background: #f0f0f0;
}
.header-menumobile__currency .currency-heading__link {
    width: 100%;
    position: relative;
    font-weight: 700;
}
.header-menumobile__currency .currency-heading__symbol {
    color: #ffad00;
}
.header-menumobile__currency .currency-heading__link:after {
    width: 8px;
    height: 8px;
    border-color: #000;
    position: absolute;
    content: '';
    right: 0;
    top: 2px;
    margin: 0;
}
.header__image {
    margin: -41px 0 0 0;
    height: 120px;
    background: url('/catalog/view/theme/default/image/header/bg.jpg') no-repeat top center;
}
@media (max-width: 991px) {
    .header__image {
        display: none;
    }
}
.header__filter {
    position: relative;
    z-index: 20;
}
.header__filter_home {
    z-index: 1010;
    margin: -65px 0 20px 0;
    position: relative;
}
@media (max-width: 991px) {
    .header__filter_home {
        margin: 0 0 20px;
    }
}
.header-filter__container {
    box-shadow: 0 2px 0 rgb(194, 194, 194);
    border-radius: 10px;
    padding: 20px 20px 20px;
    padding-bottom: 20px;
    position: relative;
    background-color: #ffad00;
}
.header-filter__heading {
    font-family: 'Lato', sans-serif;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .header-filter__heading {
        margin-top: 10px;
    }
    .header-filter__content {
        font-size: 14px;
    }
}
.header-filter__item-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*max-width: 600px;*/
    /*width: 100%;*/
    max-width: 100%;
    flex: 1;
}

.header-filter__item-wrp .header-filter__item {
    margin-right: 10px;
    flex: 1;
}
.header-filter__item-wrp .header-filter__item:last-child {
    margin-right: 0px;
}

.header-filter__item-wrp .selectboxit-container {
    display: block;
}
.header-filter__item-wrp .selectboxit-container .selectboxit {
    width: 100% !important;
}

.header-filter__item {
    margin: 0 0 10px;
}
.header-filter__item-wrp .selectboxit-container .selectboxit-options {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.header-filter__button {
    letter-spacing: 2px;
    height: 40px;
    padding: 0 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    justify-content: center;
}
.header-filter__button:hover, .header-filter__button:focus, .header-filter__button:active {
    background-color: #484848;
}
.header-filter__clear {
    position: absolute;
    top: 24px;
    right: 30px;
}
@media (max-width: 991px) {
    .header-filter__content {
        display: block;
    }

    .header-filter__button {
        font-size: 13px;
    }
    
    .header-filter__item-wrp {
        position: relative;
        margin-left: -5px;
        margin-right: -5px;
        max-width: none;
    }
    .header-filter__item-wrp .header-filter__item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 0;
    }
    .header-filter__clear {
        position: relative;
        top: 0;
        right: 0;
        margin: -20px 0 20px;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .header-filter__button {
        max-width: 100%;
    }
}
@media (max-width: 550px) {
    .header-filter__container {
        padding: 20px;
    }

    .header-filter__item-wrp .header-filter__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.header-filter-clear__button {
    position: relative;
    padding: 0 0 0 9px;
    text-decoration: underline;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.header-filter-clear__button:before {
    position: absolute;
    content: '';
    top: 30px;
    right: 30px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.header-filter-clear__button:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header-filter-clear__button:before, .header-filter-clear__button:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 2px;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.header__filter .selectboxit-btn {
    border: 0;
}
/* end header */
/* start footer */
.footer__container {
    padding: 40px 0 0;
    background: #f0f0f0;
}
.footer__content {
    padding: 0 0 40px;
    font-size: 13px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .8fr 1fr 1fr;
    grid-template-columns: 1fr .8fr 1fr 1fr;
}
.footer__logo > a > .img-responsive {
    height: 53px;
}
.footer__logo > .img-responsive {
    height: 53px;
}
@media(max-width: 991px) {
    .footer__content {
        -ms-grid-columns: .6fr .8fr .7fr 1.1fr;
        grid-template-columns: .6fr .8fr .7fr 1.1fr;
        grid-gap: 20px;
    }
}
@media(max-width: 767px) {
    .footer__content {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }
}
@media(max-width: 450px) {
    .footer__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        font-size: 14px;
    }
}
.footer__heading {
    margin: 0 0 20px 0;
    font-weight: 700;
}
.footer-menu__item {
    margin: 0 0 10px;
}
.footer-menu__item:last-child {
    margin: 0;
}
.footer-menu__link {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
    letter-spacing: 1px;
}
@media(max-width: 450px) {
    .footer-menu__link {
        font-size: 14px;
    }
}
.footer__powered {
    padding: 30px 0 0 0;
}
.footer__logo {
    margin: 0 0 30px;
}
.footer__reviews {
    margin: 30px 0 0;
}
.footer__social {
    display: -webkit-box;
    display: flex;
}
.footer-social__item {
    margin: 0 10px 0 0;
    
}

.footer-social__link {
    display: block;
    width: 42px;
    height: 42px;
   /* background: no-repeat center center #ffad00; */
}
.footer-social__link_1 {
    background: no-repeat center center #4697c9;
    background-image: url('/catalog/view/theme/default/image/footer/social_1.svg');
    
}
.footer-social__link_2 {
    background: no-repeat center center #47a93a;
    background-image: url('/catalog/view/theme/default/image/footer/social_2.svg');
    
}
.footer-social__link:hover {
    background-color: #ffbf37;
}
.header__models {
    height: 40px;
    width: 140px;
    background: url('/catalog/view/theme/default/image/header/models_ready.svg') no-repeat;
}
.footer__contacts {
    line-height: 17px;
    letter-spacing: 1px;
}
.footer-contacts__item {
    margin: 0 0 15px;
}
.footer-contacts__item:last-child {
    margin: 0;
}
.footer-contacts__phone {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.footer-contacts__heading {
    margin: 0 0 3px;
    font-weight: 700; 
}
@media(max-width: 450px) {
    .footer-contacts__heading {
        margin: 0 0 5px;
    }
}

.footer-contacts__link {
    color: #000;
    font-size: 15px;
    
}
.footer-contacts__link:hover, .footer-contacts__link:focus, .footer-contacts__link:active {
    
}
.footer-contacts__telephone {
    margin: 0 0 2px;
}
.footer-contacts__telephone:last-child {
    margin: 0;
}
/* end footer */
/* start home */
.home__slideshow {
    margin: -20px auto 0;
    max-width: 1280px;
}
@media (max-width: 991px) {
    .home__slideshow {
        margin: 60px auto -30px; /* сделать тут 30px auto -30px или 50px auto -30px ,если добавится блок "Подбор запчастей под телефоном"*/
    }
}
@media (max-width: 767px) {
    .home__slideshow .carousel__container {
        position: relative;
        overflow: hidden;
    }
    .home__slideshow .slideshow__item {
        margin-top: 5%;
    }
}
.home__about {
    /*margin: 0 0 50px;*/
    margin: 0 0 25px;
}
@media (max-width: 991px) {
    .home__module {
        margin: 0 0 40px;
    }
}
@media (max-width: 450px) {
    .home__module {
        margin: 0 0 30px;
    }
}
.slideshow__container {
    position: relative;
}
@media (max-width: 991px) {
    .slideshow__container {
        margin: 0;
        z-index: 0;
    }
}
.slideshow__nav_prev {
    left: 30px;
}
.slideshow__nav_next {
    right: 30px;
}
@media(max-width: 1199px) {
    .slideshow__nav_prev {
        left: 20px;
    }
    .slideshow__nav_next {
        right: 20px;
    }
}



.adv__content {
    
    
    border-radius: 8px;
    margin: 0 0 30px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.adv__item {
    -webkit-box-flex: 0;
    flex: 0 0 23%;
    margin: 0 0 30px;
    padding: 0 0 0 95px;
    min-height: 65px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    line-height: 19px;
}
@media (max-width: 1199px) {
    .adv__item {
        -webkit-box-flex: 0;
        flex: 0 0 45%;
    }
}
@media (max-width: 450px) {
    .adv__item {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
    }
}
.adv__item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 65px;
    height: 65px;
    margin: auto 0;
}
.adv__item_1:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_1.svg') no-repeat center center;
}
.adv__item_2:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_2.svg') no-repeat center center;
}
.adv__item_3:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_3.svg') no-repeat center center;
}
.adv__item_4:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_4.svg') no-repeat center center;
}
.adv__title {
    font-weight: 700;
    font-size: 16px;
}
.home-about__container {
/*    display: -ms-grid;*/
/*    display: grid;*/
    -ms-grid-columns: .76fr 1fr;
    grid-template-columns: .76fr 1fr;
}
.home-about__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    float: left;
    padding: 0 20px 20px 0;
}
.home-about__heading {
    margin: 0 0 10px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.home-about__subheading {
    margin: 0 0 40px ;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.home-about__text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    font-size: 20px;
    line-height: 24px;
}
@media(max-width: 1199px) {
    .home-about__container {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
    .home-about__image {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4;
    }
    .home-about__heading {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }
    .home-about__subheading {
        margin: 0;
        padding: 0;
    }
}
@media(max-width: 991px) {
    .home-about__image {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
    .home-about__subheading {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
    .home-about__heading {
        font-size: 45px;
    }
    .home-about__text {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4;
    }
}
@media(max-width: 767px) {
    .home-about__container {
        grid-gap: 40px 0;
    }
    .home-about__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .home-about__image {
        grid-column: auto;
    }
    .home-about__heading {
        grid-column: auto;
    }
    .home-about__subheading {
        grid-column: auto;
    }
    .home-about__text {
        grid-column: auto;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
    }
}
@media(max-width: 450px) {
    .home-about__heading {
        font-size: 35px;
    }
}
.home-about__text p {
    margin: 0 0 23px;
}
.home-about__text p:last-child {
    margin: 0;
}
.home-about__link {
    color: #ffad00;
    text-decoration: underline;
}
.home-about__link:hover, .home-about__link:focus, .home-about__link:active {
    color: #ffad00;
    text-decoration: underline;
}
/* end home */
/* start category */
.category__heading {
    padding: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
}
.category-menu__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.category-menu__button {
    width: 48%;
    background: #ffad00;
    border-color: #ffad00;
    color: #fff;
    font-weight: 700;
}
.category-menu__container {
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}
.category__banner {
    margin-bottom: 30px;
}
.category__sub {
    margin-bottom: 50px;
}
.category-menu-image__item {
    margin-bottom: 30px;
    text-align: center;
}
.category-menu-image__link {

}
.category-menu-image__img {
    margin-bottom: 20px;
}
.category-menu-image__title {
    display: block;
    font-weight: 700;
}
.category-menu-image__item:hover .category-menu-image__title {
    color: #ffad00;
}
.category__control {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px;
}
.category__sort {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.category__sort .selectboxit-arrow-container {
    width: 30px;
    position: relative;
    margin: 0 0 0 5px;
}
.category__sort .selectboxit-default-arrow {
    border-color: #a3a3a3;
    border-width: 1px;
}
.category__sort .selectboxit-btn.selectboxit-enabled:hover .selectboxit-default-arrow, .category__sort .selectboxit-btn.selectboxit-enabled:focus .selectboxit-default-arrow, .category__sort .selectboxit-btn.selectboxit-enabled:active .selectboxit-default-arrow {
    border-color: #000;
}
.category__sort .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: -5px;
}
.category__sort .selectboxit-container .selectboxit-btn {
    color: #a3a3a3;
}
.category__sort .selectboxit-container:hover .selectboxit-btn {
    color: #000;
}
.category__sort .selectboxit-container span, .category__sort .selectboxit-container .selectboxit-options a {
    font-size: 13px;
}
.category__sort .selectboxit-default-arrow {
    width: 7px;
    height: 7px;
}
.sort__item {
    margin-right: 20px;
}
.category__view {
    display: none;
    width: 60px;
}
@media (min-width: 768px) {
    .category__view {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
    .category-view__button {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .category-view__button_grid {
        background: url('/catalog/view/theme/default/image/category/grid.svg') no-repeat center center;
    }
    .category-view__button_grid:hover, .category-view__button_active.category-view__button_grid {
        background: url('/catalog/view/theme/default/image/category/grid_hover.svg') no-repeat center center #000;
    }
    .category-view__button_list {
        background: url('/catalog/view/theme/default/image/category/list.svg') no-repeat center center;
    }
    .category-view__button_list:hover, .category-view__button_list.category-view__button_active {
        background: url('/catalog/view/theme/default/image/category/list_hover.svg') no-repeat center center #000;
    }
}
.category__info {
    display: block;
}
.category-sort__select, .category-sort__select:active, .category-sort__select:focus, .selectboxit-container:hover .category-sort__select.selectboxit-btn {
    border-color: transparent;
}
.category__menumob {
    margin: 0 0 50px;
    padding: 30px;
    background-color: #f0f0f0;
}
.category-menumob__heading {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 700;
}
.category-menumob__item {
    margin: 0 0 20px;
}
.category-menumob__item:last-child {
    margin: 0;
}
.category-menumob__link {
    font-weight: 700;
}
/* end category */
/* start product */
.goods__container {
    margin: 0 0 20px;
}
.goods__title {
    /* запрет на выделение артикула*/
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /* запрет на выделение артикула*/
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
}
.goods__image {
    position: relative;
    margin: 0 0 20px;
    display: block !important; /*fix IE easyzoom*/
}
.goods__images {
    position: relative;
    margin: 0 0 30px;
}
.goods-images__item {
    display: block;
    border: 1px solid transparent;
}
.goods-images__item:hover, .goods-images__item:active, .goods-images__item:focus {
    border: 1px solid #ffad00;
}
.goods-sticker__container_mobile {
    display: none;
    z-index: 99;
}
@media (max-width: 991px) {
    .goods-sticker__container_mobile {
        display: block;
    }
}
.goods__property {
    /* запрет на выделение характеристик*/
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /* запрет на выделение характеристик*/
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0 0 10px;
    font-size: 16px;
}
.property__item {
    margin: 0 0 10px 0;
}
.property__item:last-child {
    margin: 0;
}
.property__title {
    margin: 0 5px 0 0;
    color: #a3a3a3;
}
.property__link {
    font-size: 16px;
    pointer-events: none; /* Элемент не кликабелен, это костыль */
}
.property__link:hover {
  color: black; /* Цвет текста при наведении, это костыль */
}
.stock__container {
    padding: 18px 0 0 0;
    font-size: 18px;
    font-weight: 700;
}
.stock_in {
    color: #64bf44;
}
.stock_out {
    color: #ffad00;
}
.goods__option {
    margin: 0 0 30px 0;
}
.option__container {
    margin: 0 0 30px;
}
.option__container:last-child {
    margin: 0;
}
.option__title {
    margin: 0 0 15px 0;
    font-weight: 700;
}
.option__item {
    display: block;
    margin: 0 0 5px;
}
.option__item:last-child {
    margin: 0;
}
.option__label {
    margin: 0;
}
.option-color__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.goods-color__item {
    margin: 0 5px 5px 0;
    text-align: center;
    background-color: #fff;
    border: 2px solid transparent;
}
.goods-color__item:hover, .goods-color__item_active {
    border: 2px solid #ffad00;
}
.option__item_image {
    margin: 5px;
}
.option__radio_image+.option__label:before, .option__radio_image:checked+.option__label:before {/* reset label */
    content: unset;
}
.option__radio_image+.option__label:after, .option__radio_image:checked+.option__label:after {/* reset label */
    content: unset;
}
.option__img {
    border: 1px solid transparent;
}
.option__radio_image:checked+.option__label .option__img, .option__img:hover {
    border: 1px solid #ffad00;
}
.goods__price {
    font-size: 40px;
    margin: 0 0 30px 0;
    font-weight: 700;
}
.goods-price__item_new {
    color: #e30613;
}
.goods-price__item_old {
    font-size: 20px;
    margin-left: 10px;
    font-weight: 400;
    text-decoration: line-through;
    color: #a3a3a3;
}
.goods__buttons {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.goods-buttons__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.goods-buttons__item {
    margin: 0 10px 0 0;
}
.goods-buttons__item:last-child {
    margin: 0;
}
@media (max-width: 550px) {
    .goods-buttons__item {
        margin: 0 0 15px 0;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
    }
    .goods-buttons__item:last-child {
        margin: 0;
    }
}
.goods-buttons__button {
    height: 50px;
    padding: 0 40px 0 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 550px)  {
    .goods-buttons__button {
        padding: 0 25px;
    }
}
.goods-buttons__cart {
    background: url('/catalog/view/theme/default/image/product/cart.svg') no-repeat 30px center #000;
}
.goods-buttons__cart:hover, .goods-buttons__cart:focus, .goods-buttons__cart:active {
    background-color: #484848;
}
.goods-buttons__wishlist {
    background: url('/catalog/view/theme/default/image/product/wishlist.svg') no-repeat 30px center #ffad00;
}
.goods-buttons__wishlist:hover, .goods-buttons__wishlist:focus, .goods-buttons__wishlist:active {
    background-color: #ffbf37;
}
@media (max-width: 1199px) and (min-width: 550px ) {
    .goods-buttons__button {
        background-image: none;
    }
}
.goods__quantity {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 1px solid #a3a3a3;
}
.goods-quantity__edit {
    position: relative;
    width: 30px;
    height: 48px;
    cursor: pointer;
}
.goods-quantity__edit:before, .goods-quantity__edit:after {
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 2px;
    background: #000;
}
.goods-quantity__edit_plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.goods-quantity__edit_minus:after {
    width: 0;
}
.goods-quantity__input, .goods-quantity__input:hover, .goods-quantity__input:active, .goods-quantity__input:focus {
    width: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
    border: 0;
}
.tabs__container {
    margin: 0 0 50px;
}
@media (max-width: 550px) {
    .tabs__container {
    padding-left: 10px;
    padding-right: 10px;
}
}
.tabs__content {
    margin: 0 0 40px;
}
@media (max-width: 991px) {
    .tabs__content {
        display: block !important;
    }
}
.tabs {
    margin: 0 0 40px;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-align: baseline;
    align-items: baseline;
}
@media (max-width: 991px) {
    .tabs {
        display: none;
    }
}
.tabs__link {
    padding: 0 50px 15px 0;
    font-size: 20px;
    font-weight: 700;
}
.tabs__link:last-child {
    padding: 15px 0;
}
.tabs__link.active, .tabs__link:hover {
    color: #ffad00;
}
.goods-description__content + .goods__attribute {
    padding: 40px 0 0;
}
.goods-description__heading {
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .goods-description__heading {
        font-size: 24px;
    }
}
.goods-attribute__table {
    /* запрет на выделение характеристик*/
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /* запрет на выделение характеристик*/
    font-family: 'Lato', sans-serif;
    width: 100%;
}
.goods-attribute__str:nth-of-type(odd) {
    background-color: #f0f0f0;
}
.goods-attribute__row {
    padding: 10px 20px;
}
.goods-attribute__heading {
    font-weight: 700;
    width: 50%;
}
.goods__download {
    margin: 0 0 30px;
}
.goods-download__item {
    margin: 0 0 10px;
}
.goods-download__link {
    display: block;
    text-align: left;
    padding: 7px 0 0 45px;
    background: url('/catalog/view/theme/default/image/product/pdf.svg') no-repeat top left transparent;
    font-weight: 700;
    background-size: 40px;
    min-height: 42px;
}
.goods-desc__container {
    border-top: 1px solid #ebebeb;
}
.goods-desc__container:last-child {
    border-bottom: 1px solid #ebebeb;
}
.goods-desc__title {
    position: relative;
    padding: 17px 30px 17px 0;
    font-weight: 700;
    cursor: pointer;
}
.goods-desc__title:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 21px;
    right: 2px;
    margin: auto;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.goods-desc__title_active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.goods-desc__title_active + .goods-desc__content {
    max-height: 1200px;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    margin: 0 0 20px;
}
.goods-desc__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.1s ease-out;
    transition: max-height 0.1s ease-out;
}
.goods__module {
    padding: 50px 0 0;
    margin: 1px 0 0;
    border-top: 1px solid #ebebeb;
}
.goods__module:first-child {
    border: 0;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .goods__module {
        margin: 0 0 40px;
    }
}
@media (max-width: 767px) {
    .goods__module {
        margin: 0 0 30px;
    }
}
.goods__message_success {
    height: 50px;
    padding: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    font-weight: 700;
    background: #ffad00;
    color: #fff;
}
.goods__info {
    display: none;  /* временное решение */
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 700;
}
.goods-info__heading {
    margin: 0 0 25px;
}
.goods-info__item {
    margin: 0 0 10px;
}
.goods-info__title {
    margin: 0 5px 0 0;
}
.goods-info__link{
    color: #8d8d8d;
    text-decoration: none;
    letter-spacing: 1px
}

.goods-info__link:hover, 
.goods-info__link:focus, 
.goods-info__link:active {
    color: #ffad00;
    text-decoration: underline;
    
}



.units__container_list_goods {
    margin: 0;
}
/* end product */


.panel.ocfilter {
    position: relative;
}


@media (max-width: 991px) {
    #ocfilter .popover.right {
        left: auto !important;
        right: 10%!important;
    }

    .filter-btn {
        max-width: 185px;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        background-color: #000;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .filter-btn:hover {
        background-color: #484848;
        color: #fff;
    }

    .panel.ocfilter {
        transition: all 1s linear;
    }

    .ocfilter-hidden {
        opacity: 0;  
    }

    .hidden {
        display: none;
    }

    .sort__item .selectboxit-text {
        text-indent: 0;
    }

    .sort__item .selectboxit .selectboxit-option-icon-container {
        margin-left: 0;
    }
}

.home__reviews {
    margin-bottom: 50px;
}
html .WidgetTitle__Container-sc-173f1y-0,
html .iHQKTj {
    display: none !important;
}





@media (max-width: 768px){
    .unit__link {
        letter-spacing: 0px;
        font-size: 14px;
        height: 36px;
        margin-bottom:40px;

    }
    
    .unit__content {
       
        margin: 0 0 12px;
      
    }

    .header-filter__heading span:first-child {
        display: block;clear: both;padding-bottom: 5px;
    }
    .header-filter__heading span:last-child{
        display:block;
        clear:both;
        padding-top:4px;
    }

}

@media (max-width: 550px) {
    .unit__link {
    font-size: 12px;
    letter-spacing: 0px;
    }
}

div#loading_loaded {position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 999;background: rgb(255 255 255 / 78%);display: flex;align-items: center;justify-content: center;}

div#loading_loaded::before {width: 80px;height: 80px;display: inline-block;}


div#loading_loaded:after {
  content: " ";
  display: block;
  width: 84px;
  height: 84px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #ff2100 transparent #ff0000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page_category .header-filter__container.selected_f {
    padding-bottom: 3px;
}


