@import url(normalize.css);
@import url(fonts.css);
/* Main Settings */
html {
    font-size: 100%;
    height: 100%;
}
body {
    font-family: 'Ubuntu', sans-serif!important;
    /* font-family: 'Raleway', sans-serif !important;*/
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input:focus,
button:focus {
    outline: 0;
}
textarea,
input,
button{
    font-family: 'Ubuntu', sans-serif;
}
#app{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#socialFloatBtn .v-speed-dial {
    position: absolute;
}
#socialFloatBtn .v-btn--floating {
    position: relative;
}
.word-break-all{
    word-break: break-all;
}
.collapse:not(.show) {
    display: none;
}
.text-underline{
    text-decoration: underline;
}
.d-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-none{
    display: none !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}
.car-category-detail,
.part-selection,
.catalog-result-table,
.catalogs,
.error-404,
.successful_payment,
.cart,
.checkout,
.enter_password,
.enter_phone,
.login,
.price,
.recovery_password,
.search,
.delivery_info,
.change_login_data,
.add-car,
.edit-car,
.balance,
.account,
.orders,
.page-info,
.contacts{
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.text-bordered {
    border-bottom: 2px dotted #ff8a00;
}
.no-wrap {
    white-space: nowrap;
}
.btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    background: #FF5C00;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.btn:hover {
    background: #ef7f00;
}
.input {
    width: 100%;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    line-height: 25px;
    padding: 12px 11px;
    font-size: 20px;
}
.select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 11px;
    margin-bottom: 0.75rem;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 20px;
    line-height: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/svg_img/arrow_down_black_mobile.svg) no-repeat 96% center;
    cursor: pointer;
}

.catalog-select{
    background: none;
border: none;

    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    border-radius: 8px;
background: #FFF;
padding: 15px 16px;
}
.catalog-select option[value=""]{
    color: #C4C4C4;
}
.select-group-append{
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    padding: 16px;
}
.select-group-append.arrow{
    pointer-events: none;
}
.select-group-append.clear{
    cursor: pointer;
}
.section-title {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 14px;
}
.section-title:first-child{
    margin-top: 0;
}
.price-sort {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
}
.orders__wrap .pagination {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-item {
    margin: 0 8px;
}
.page-item:first-child{
    margin-left: 0;
}
.page-item:last-child{
    margin-right: 0;
}
.pagination__page {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    width: 35px;
    height: 35px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.page-item .pagination__page:hover{
    color: #ffffff;
    background: #FF5C00;
}
.page-item.active .pagination__page{
    color: #ffffff;
    background: #FF5C00;
}
.pagination__pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-item-dote{
    box-shadow: none;
}
.pagination__dots {
    display: inline-block;
    text-align: center;
}
.pagination__prev,
.pagination__next {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.pagination__prev {
    background-image: url("../img/svg_img/arrow_left.svg");
}
.pagination__next {
    background-image: url("../img/svg_img/arrow_right.svg");
}
.pagination__info {
    font-size: 0.75rem;
    font-weight: 600;
}

.profile__orders-body-item {
    /* margin-top: 39px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px; */

    /* display: flex;
width: 1440px; */
padding: 32px;
align-items: flex-start;
gap: 10px;
margin-bottom: 24px;
border-radius: 16px;
background: #FFF;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.profile__orders-body-cells{
    display: flex;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    justify-content: space-between;
}
.profile__orders-body-item:first-child{
    margin-top: 0;
}
.profile__orders-body-cell.profile-order-show-products {
    flex: 0 0 0%;
    max-width: 0%;
    overflow: hidden;
}
.profile__orders-body-cell.profile-order-details {
    flex: 0 0 43.5%;
    max-width: 43.5%;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    padding-right: 16px;
    box-sizing: border-box;
}
.profile-order-details-item:last-child{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
@media (max-width: 768px) {
    .profile-order-details-item:last-child{
        font-size: 16px;
    }
}
.profile__orders-body-cell.profile-orders-payment {
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-right: 16px;
    box-sizing: border-box;
}
.profile__orders-body-cell.profile-orders-products-number {
    flex: 0 0 16%;
    max-width: 16%;
    padding-right: 16px;
    box-sizing: border-box;
}
.profile__orders-body-cell.profile-orders-products-total-sum {
    flex: 1;
    text-align: right;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    box-sizing: border-box;
}
.profile-order-createdAt {
    color: #C4C4C4;
}
.profile-order-currency{
    color: #000000;
    font-weight: 400;
}
.profile__order-product-cell.profile-product-price span {
    color: #000;
}

.profile-product-info-item.description-order {
    margin-top: 8px;
    color: #9A9AA6;
    font-size: 14px;
}
.profile-product-info-item.confirm-order {
    margin-top: 16px;
    color: #000000;
}
.include-products{
    cursor: pointer;
}
.profile__order-product-item{
    display: flex;
    align-items: flex-start;
    gap: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
    cursor: text;
    width: 100%;
}
.profile__order-products-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    cursor: auto;
}
.profile__order-product-item:first-child{
    margin-top: 27px;
}
.profile-product-info-item:first-child{
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.profile-product-info-item:last-child{
    color: #000;

    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.profile-product-currency{
    color: #FF5C00;
    font-weight: 400;
    font-family: sans-serif;
}
.profile__order-product-cell.profile-product-image{
    flex: 0 0 136px;
    overflow: hidden;
    margin-right: 16px;
}
.profile__order-product-cell.profile-product-info{
    flex: 0 0 32.5%;
    max-width: 32.5%;
    padding-right: 16px;
    box-sizing: border-box;
}
.profile__order-product-cell.profile-product-price{
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-right: 16px;
    box-sizing: border-box;
}
.profile__order-product-cell.profile-product-quantity{
    flex: 0 0 16%;
    max-width: 16%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-right: 16px;
    box-sizing: border-box;
}
.profile__order-product-cell.profile-product-total-sum{
    flex: 1;
    text-align: right;
    color: #FF5C00;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    box-sizing: border-box;
}
.profile__order-product-cell .last_state{
    font-size: 10px;
    line-height: 10px;
    position: relative;
    cursor: pointer;
}

.no-wrap {
    white-space: nowrap;
}
.mark-yellow {
    background-color: #FFFCAE;
    padding: 8px;
    border-radius: 5px;
}
.orders__info-wrap{
    position: absolute;
    top: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    margin-top: 8px;
    width: 100%;
    text-align: center;
    right: 0;
    padding: 8px 0;
    background: #fff;
    z-index: 999;
}
.profile__order-repeat-btn{
    padding: 12px 0;
    width: 181px;
    background: #FF5C00;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.profile__order-repeat-btn:hover{
    background: #ef7f00;
}
.mark-blue {
    background-color: #a3e9fa;
    padding: 5px 10px;
}
.mark-green {
    background-color: #88f491;
    padding: 5px 10px;
}
.mark-red {
    background-color: #fe3030;
    padding: 5px 10px;
}

/* Header */
.header {
    padding-bottom: 36px;
    z-index: 99;
}
.header-bellow-480{
    display: none;
    padding: 0.625rem 0;
    padding-bottom: 0px;
    background: #fff;
    /* position: fixed; */
    width: 100%;
    z-index: 20;
    /* border-bottom: 1px solid #000; */
}
.header-bellow-480-row{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bellow-480-row .header-city-question-header{
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 9px;
}
.header-bellow-480-row .header-city-question{
    padding: 5px 13px 8px;
    width: 169px;
}
.header-bellow-480-row .header-show-searcher-city,
.header-bellow-480-row .header-city-question{
    top: 53px;
    z-index: 0;
}
.header-bellow-480-row .header-show-searcher-city:after,
.header-bellow-480-row .header-city-question:after{
    width: 15px;
    height: 15px;
    top: -9px;
}
.header-bellow-480-row .header-city-answer-yes,
.header-bellow-480-row .header-city-answer-no{
    padding: 3px 29px;
    font-size: 12px;
    line-height: 15px;
}
.header-bellow-480-btn-collapse{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bellow-480-logo{
    /* margin-left: 0.5rem; */
}

.search-product-by-sku {
    margin-top: 16px;
}

.search-product-by-sku input {
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    display: block;
    padding: 12px; /* Упрощенная запись */
    gap: 10px;
    align-self: stretch;
    width: 100%;
    box-sizing: border-box; /* Учитывает padding и border в ширину */
}

img.header-bellow-480-img {
    height: 20px;
}
.header-bellow-480-btn-group .phone {
    font-size: 14px;
    line-height: 18px;
    /* font-family: 'Ubuntu'; */
    font-weight: 500;
    color: #000;
    font-family: 'Ubuntu', sans-serif !important;
}
.header-bellow-480-address{
    font-style: normal;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E3E4E8;
}
.header-bellow-480-address .header-show-city-container{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
.header-bellow-480-phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.header-bellow-480-phones-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    flex-direction: column-reverse;
}
.header-bellow-480-back-call {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 7px;
}
.header-bellow-480-btn-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header-bellow-480-btn-cart,
.header-bellow-480-btn-profile,
.header-bellow-480-btn-logout{
    padding-left: 0.5rem;
}
.header-bellow-480-link{
    cursor: pointer;
}
.header-bellow-480-link img{
    width: 21px;
    height: 21px;
}
.header-bellow-480-menu{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(-105%,0,0);
    -ms-transform: translate3d(-105%,0,0);
    transform: translate3d(-105%,0,0);
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}
.header-bellow-480-menu-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header-bellow-480-menu-item {
    margin-right: 20px;
}
.header-bellow-480-menu-item:last-child{
    margin-right: 0;
}
.header-bellow-480-menu-show{
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.header-bellow-480-menu a{
    /*font-weight: 600;*/
    /*font-size: 23px;*/
    /*line-height: 50px;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
a.header-bellow-480-phone{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}
.header-bellow-480-menu .header-bellow-480-menu-close-btn {
    line-height: 0;
    cursor: pointer;
}
.header-bellow-480-menu-login{
    margin-bottom: 0.5rem;
}
.header-bellow-480-menu-header{
    padding: 3rem 3rem 0;
}
.header-bellow-480-menu-social{
    padding: 3rem;
}
.header-bellow-480-menu-header-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}
.header-bellow-480-menu-header-container .header-bellow-480-logo{
    margin-left: 0;
    line-height: 0;
}
.header-bellow-480-menu-auth{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header-bellow-480-menu-auth-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header-bellow-480-menu-city{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bellow-480-menu-city .select_city{
    font-size: 1rem;
}
.header-bellow-480-menu .header-show-city-container{
    padding-bottom: 18px;
    padding-top: 0;
}
.city-searcher-container{
    display: flex;
    flex-direction: column;
    width: max-content;
}
.header-bellow-480-row .city-searcher-container{
    width:auto;
}
.city-searcher-container h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 19px;
}
.header-show-searcher-city,
.header-city-question{
    position: absolute;
    top: 50px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    z-index: 9;
}
.header-show-searcher-city{
    padding: 27px 37px;
    width: 250px;
}
.header-city-question{
    padding: 25px 24px 29px;
    width: 276px;
    text-align: center;
}
.city-searcher{
    position: relative;
    z-index: 20;
    padding: 10px 11px;
    color: #000;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
}
.header-show-searcher-city:after,
.header-city-question:after{
    content: "";
    width: 31px;
    height: 31px;
    transform: rotate(-45deg);
    background: #fff;
    border: 1px solid #000;
    border-left: none;
    border-bottom: none;
    position: absolute;
    z-index: 0;
    top: -17px;
    left: 38px;
}
.header-city-question-header {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.header-city-question-body {
    display: flex;
    justify-content: space-between;
}
.header-show-city-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.header-show-city-container:hover{
    color: #ef7f00;
}
.header-city-answer-yes,
.header-city-answer-no{
    padding: 9px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    background: #FF5C00;
    border-radius: 5px;
}
.header-bellow-480-row .city-searcher-container h2{
    font-size: 12px;
    line-height: 15px;
}
.header-bellow-480-row .header-show-searcher-city {
    padding: 8px 14px;
    width: 167px;
}
.header-bellow-480-row .city-searcher{
    font-size: 12px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 11px;
}
.ui-front{
    z-index:20 !important;
}
.ui-autocomplete-loading {
    background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat;
}
.header-bellow-480-nav{
    padding: 3rem 3rem 0;
}
.header-bellow-480-nav-item{
    margin-top: 10px;
}
.header-bellow-480-nav-item:first-child{
    margin-top: 0;
}
.header-bellow-480-search{
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bellow-480-menu .header-bellow-480-btn-group{
    display: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.header-bellow-480-menu .header-bellow-480-btn-list{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-bellow-480-menu .header-bellow-480-btn-cart{
    padding-left: 0;
}
.header-bellow-480-search-show{
    height: 60px;
}
.header-bellow-480-search-left{
    margin-left: 1rem;
    cursor: pointer;
}
.header-bellow-480-search-right{
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
}
.header-bellow-480-search-right .search-form{
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    max-width: 100%;
}
.navbar-toggler-icon{
    cursor: pointer;
    font-size: 1rem;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    margin-right: 8px;
}
.navbar-toggler-icon-light{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-icon-dark{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-adaptive-padding-bottom,
.header-adaptive-padding-bottom-auth{
    padding-bottom: 7.5rem;
}
.header-nav-fixed-top{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
.header__user {
    position: relative;
}
.header__user-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.header__user-wrap-text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__user-wrap-menu{
    position: absolute;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    z-index: 99;
    margin-top: 12px;
    padding: 0;
    width: 191px!important;
}
.header__user-wrap-list {
    padding: 27px 17px 17px 17px;
    white-space: nowrap;
    border-top: 1px solid #C4C4C4;
}
.header__user-wrap-list:first-child{
    border-top: 0;
}
.header__user-wrap-list-item {
    margin-top: 20px;
}
.header__user-wrap-list-item:first-child{
    margin-top: 0;
}
.header__user-wrap-list-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    transition: .5s;
}
.header__user-wrap-list-item:hover .header__user-wrap-list-link{
    color: #FF5C00;
}
.header__user-wrap-list-link.logout{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__user-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0 6px;
}
.header__logout {
    display: block;
    width: 1.0625rem;
    height: 1.0625rem;
    background: url("../img/logout.png") no-repeat center center;
}
.header__top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
#select_city {
    display: flex;
    align-items: center;
}
.header__location {
    padding: 0.625rem 0;
}
.header-show-city-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.header-show-city-container:before {
    content: url("../img/svg_img/geo_orange.svg");
    margin-right: 0.5rem;
}*/
.header__auth-login{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    background: #FF5C00;
    border-radius: 5px;
    padding: 5px 16px;
    cursor: pointer;
}
.header__location,
.header__auth-reg {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.header__auth-login:hover{
    background-color: #ef7f00;
}
.header__auth-reg:hover{
    color: #ef7f00;
}
.header__contact {
    font-style: normal;
    font-size: 0.65rem;
    font-weight: 500;
    color: #bbbbbb;
    text-align: center;
    margin-right: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.header__contact_block {
    display: block;

    margin-left: 16px;
    margin-right: 121px;

    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.header__contact_block a {
    color: #000000 !important;
}

.header__contact_block a:hover {
    color: #ef7f00 !important;
}

.header__contact_block :last-child{
    margin-top: 0;
}
.header__search {
    /* border-bottom: 1px solid #F6F6F6;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%); */
    padding: 0.625rem 0;
    background: #fff;
}
.header__search-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.header__logo{
    display: flex;
}
.header__logo-img{
    width: 151px;
    height: 46px;
}
.header-search-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;


    -ms-flex: 0 0 54%;
    -webkit-flex: 0 0 54%;
    flex: 0 0 65%;
    padding: 0px;
    max-width: 65%;
    margin: 0px;
    justify-content: flex-end;
    margin-right: 23px;
}
.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
}
.close:hover {
    color: #a9a9a9;
    text-decoration: none;
}
.header-basket-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-divider{
    margin-bottom: 2.5rem;
    background: #F6F6F6;
    box-shadow: 0 -1px 1px 1px rgb(0 0 0 / 10%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.pc-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    position: relative;
}
.pc-info__bill {
    font-weight: 700;
}
.pc-info__bill span.balance_green {
    color: #a4d00c;
}
.pc-info__bill span.balance_red {
    color: #d03535;
}
.pc-info__bill span:nth-child(2) {
    padding: 0 0.625rem;
}
.pc-info__bill span:nth-child(2):before {
    content: url("../img/coin-stack.png");
    margin-right: 0.5rem;
}
.pc-info__bill span:last-child:before {
    content: url("../img/gold-ingot.png");
    margin-right: 0.5rem;
}
.pc-info__contract,
.pc-info__name {
    color: #bbbbbb;
    font-weight: 500;
}
.pc-info__city{
    color: #bbbbbb;
}
.header__location{
    position: inherit;
}
.header__top-line .header__menu{
  /*  margin-right: auto;*/
}


.pc-info .header__menu{
    margin-left: 20rem;
    margin-right: auto;
}

.menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.menu__item {
    padding: 0.625rem 1.125rem;
    cursor: pointer;
}
.menu__item:first-child {
    padding-left: 0px;
}

.menu__item:last-child {
    padding-right: 0;
}

.error-404-link:hover .page-info-orange-text:after,
.page-info-find-article-link:hover .page-info-orange-text:after,
.page-info-header-link:hover .page-info-orange-text:after,
.menu__item:hover .menu__link:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.menu__link {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: relative;
    padding-bottom: 2px;
}

.page-info-orange-text{
    color: #FF5C00;
    position: relative;
    transition: 0.1s;
}

.page-info-orange-text:after,
.menu__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff8a00;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.catalog {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 0 13px;
    height: 44px;
    background: #FF5C00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    border-radius: 5px;
    margin-right: 11px;
}

.catalog__icon {
    font-size: 1.5rem;
    margin-left: 0.8rem;
}

.catalog:hover {
    background: #ef7f00;
}

.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 79%;
    -webkit-flex: 0 0 79%;
    flex: 0 0 79%;
    max-width: 79%;
    height: 44px;
}

@media (max-width: 768px) {
    .search-form {
        -ms-flex: 100%;
        -webkit-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.search-form__input {
    width: 100%;
    padding: 0 19px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid #FF5C00;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

input::-webkit-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
}
input::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
}
input:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
}
input::placeholder {
    font-family: 'Ubuntu', sans-serif;
}

.search-form__input::-webkit-input-placeholder {
    color: #C4C4C4;
    text-overflow: ellipsis;
}
.search-form__input::-moz-placeholder {
    color: #C4C4C4;
    text-overflow: ellipsis;
}
.search-form__input:-ms-input-placeholder {
    color: #C4C4C4;
    text-overflow: ellipsis;
}
.search-form__input::placeholder {
    color: #C4C4C4;
    text-overflow: ellipsis;
}
.search-form__btn {
    background-color: #FF5C00;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-left: 12px;
    padding-right: 10px;
}
.search-form__btn:hover {
    background-color: #ef7f00;
}

.basket {
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 1rem;
    padding-left: 3rem;
    position: relative;
    color: #000000;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.basket:hover span{
    color: #ef7f00;
}
.basket__text {
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.basket__more {
    color: #ff8a00;
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin-left: 0.3125rem;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.basket__more:hover {
    color: #ef7f00;
}
.basket:before {
    content: url("../img/svg_img/basket.svg");
    position: absolute;
    top: 0.25rem;
    left: 0;
}

.profile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.profile-menu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 24px;
}
.profile-menu__item:first-child{
    margin-left: 0;
}
.profile-menu__link {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: relative;
    cursor: pointer;
}
.profile-menu__link:hover {
    color: #ef7f00;
}
.profile-menu__icon {
    display: block;
    margin: 0 auto 6px;
}
.cart-products-counter {
    position: absolute;
    min-width: 15px;
    height: 15px;
    border-radius: 25px;
    display: flex;
    background: #00AA4A;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    top: -5px;
    right: 6px;
    padding: 1px;
    color: #fff;
}
.cart-products-counter-number{
    padding: 4px;
}

/* /Header */
/* Models */
.models .models-body{
    align-items: baseline;
    display: grid;
    column-gap: 7.57%;
    /*grid-template-columns: 61.83% 30.6%;*/
    grid-template-columns: 100%;
    grid-template-areas: 'carMarkGroups sparePartsForm' 'categories categories';
}

@media (max-width: 768px) {
    .models .models-body .car-mark-groups {
                 display: none;
    }
}


.models::after {
    content: "";
    display: table;
    clear: both;
}
.models__link {
   color: #000;
}
.models__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spare-parts-form {
    background: #ffffff;
    grid-area: sparePartsForm;
}

/* MPC mobile cards (показываем только на мобильных) */
@media (max-width:768px) {
    .mpc-cards {
        display: flex;
        gap: 7px; /* по макету */
        margin: 12px 0 20px;
    }

    .mpc-card {
        position: relative;
        flex: 1 1 0; /* одинаковая ширина */
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 12px; /* адаптивно */
        text-decoration: none;
        background: #F2F2F2; /* фон по макету */
        /* изображение фоном у правого нижнего края */
        background-repeat: no-repeat;
        background-position: right 0px bottom 0px;
        background-size: 120px auto;
        border-radius: 16px; /* макет */
        box-shadow: 0 1px 3px rgba(0,0,0,0.04);
        transition: transform .2s ease, box-shadow .2s ease;
        color: #1E1E2D;
        min-width: 0;
        height: 120px;
        /* background-size: inherit; */
        background-size: 66px;
     }

    .mpc-card + .mpc-card {
        position: relative;
    }


    .mpc-card:active {
        transform: translateY(1px);
        box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    }

    /* иконка более не используется как отдельный тег */
    .mpc-card__icon { display: none; }

    .mpc-card__title {
        font-family: Ubuntu;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
        margin-bottom: 12px;
        color: #1E1E2D;
    }

    .mpc-card__text {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #6B6B7A;
    }

    .mpc-card__head {
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        padding-left: 0;
    }

    .mpc-card__badge {
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: #1E7CF2;
        color: #fff;
        border-radius: 6px;
        font-weight: 700;
        font-size: 12px;
        line-height: 1;
    }
}

@media (min-width:769px) {
    .mpc-cards { display: none; }
}

/* Индивидуальные фоны карточек */
@media (max-width:768px) {
    .mpc-card--catalog { background-image: url('/img/pngwing3.png'); }
    .mpc-card--oil { background-image: url('/img/4l-car-oil-bottle.png'); }
    .mpc-card--chat { background-image: url('/img/image24.png'); }
}
.often-bay h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

@media (max-width:768px) {
    .often-bay h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .slider-with-form .spare-parts-form {
        margin-bottom: 0px;
    }



}

.car-mark-groups{
    grid-area: carMarkGroups;
    margin-bottom: 22px;
    margin-top: 32px;
}
.car-mark-groups h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

.spare-parts-form__title {
    font-size: 1.125rem;
    text-align: center;
}
.spare-parts-form__text {
    font-size: 0.875rem;
    /*max-width: 15rem;*/
    line-height: 1.45;
    margin: 0.5rem 0 1.14rem;
    text-align: justify;
}
.spare-parts-form__form-title h2{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.spare-parts-form__form-title p{
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 3px;
    margin-top: 5px;
}
.spare-parts-form__form .btn{
    width: 100%;
}
label.spare-parts-form__form__item {
    display: block;
    width: 100%;
    margin-bottom: 9px;
}
.spare-parts-form__form__placeholder {
    z-index: 10;
    cursor: text;
    position: absolute;
    top: 14px;
    left: 13px;
    display: none;
    font-size: 20px;
    color: #C4C4C4;
    font-weight: 500;
}
.models .input{
    padding: 4px 11px;
    font-size: 14px;
}
.models .spare-parts-form__form__placeholder{
    top: 10px;
    left: 12px;
    font-size: 14px;
}
.spare-parts-form__form__placeholder span {
    color: red;
}
.spare-parts-form__form__item input:invalid + .spare-parts-form__form__placeholder {
    display: inline;
}
.spare-parts-form__form__item {
    position: relative;
    overflow: hidden;
}
.spare-parts-form__form__star {
    color: red;
}
.spare-parts-form__form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

input.spare-parts-form__form-input.error, textarea.error {
    border-color: red !important;
}

.spare-parts-form__form-select:first-of-type,
.spare-parts-form__form-select:nth-of-type(2) {
    width: 48.5%;
}
.spare-parts-form__form-select:nth-of-type(3) {
    width: 32.5%;
    background-position-x: 84%;
}
.spare-parts-form__form-select:last-of-type {
    width: 64.5%;
    background-position-x: 93%;
}
.spare-parts-form__form-select::-ms-expand {
    display: none;
}
.spare-parts-form__form-select:focus {
    outline: 0;
}
.spare-parts-form__form-btn {
    padding: 11px 0;
    margin-top: 12px;
}

.models__grid{
    font-weight: 500;
    font-size: 18px;
    /* grid-template-columns: max-content; */
    /* grid-template-columns: 100px 100px 100px; */
    display: grid
;
    line-height: 24px;
    /* margin-bottom: 16px; */
    /* flex-wrap: wrap; */
    color: #FF5C00;
    /* columns: 5; */
    /* border-radius: 5px; */
    margin-top: 24px;
    /* box-sizing: border-box; */
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(7, 1fr);
    grid-row-gap: 16px;
}

@media (max-width: 1024px) {
    .models__grid {
        grid-template-columns: repeat(2, 1fr);
        font-size: 16px;
        margin-top: 16px;
    }

}
.models-group-item {
    display: flex;
    text-align: start;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.models-group-label {
    margin-right: 8px;
    flex: 0 0 6%;
    max-width: 6%;
    text-align: end;
}
.models-group-title:hover .models__link{
    color: #FF5C00;
}
.models__grid-btn {
    background: #fff;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}
.models__grid-btn:hover{
    color: #FF5C00;
}
.show-mark-groups{
    height: auto;
}
.models-header{
    margin-bottom: 38px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
}
.seo-header{
    text-align: center;
}
.sign-in__wrap .seo-header,
.delivery_info .seo-header,
.recovery_password .seo-header,
.enter_phone .seo-header{
    margin-bottom: 4rem;
}
/* /Models */

.part-selection h1,
.catalogs h1,
.catalog-result-table h1{
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .catalogs h1{
        color: #000;
        font-variant-numeric: lining-nums proportional-nums;

        font-family: Ubuntu;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
}
.catalogs-error-vin{
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 36px;
}
.catalogs-breadcrumbs{
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    /* margin-top: 13px; */
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.part-selection .catalogs-breadcrumbs{
    /* margin-bottom: 0; */
}
.breadcrumbs-link{
    color: #000;
}
.breadcrumbs-link:hover,
.breadcrumbs-link-active{
    /* color: #FF5C00; */
}
.breadcrumbs-greater-than{
    margin-right: 4px;
    margin-left: 4px;
}
.catalogs-content{
    border-radius: 16px;
    background: #F2F2F2;

    display: flex;
}
.catalogs-content-item{
    flex: 0 0 50%;
    max-width: 50%;
}

.catalogs-content-item h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

@media (max-width: 768px) {
    .catalogs-content-item h2 {
        color: #000;
        text-align: left;

        /* H5 */
        font-family: Ubuntu;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 128.571% */
    }
}

.catalogs-content-item:first-child{
    border-right: 1px solid #C8C8D1;
}
.catalogs-body{
    padding: 128px;
}
.search-parameter-item{
    margin-bottom: 5px;
    position: relative;
}
.search-parameter-group-item{
    position: relative;
}
.car-parameters-vin-example{
    text-decoration: underline;
}
.search-parameter-clear:after{
    content: url("../img/svg_img/close_grey.svg");
    position: absolute;
    top: 12px;
    right: -18px;
}
.car-parameter{
    margin-bottom: 5px;
}
.car-parameter:last-child{
    margin-bottom: 10px;
}
.show-cars-btn{
    display: block;
    width: 100%;
    text-align: center;
}

.catalogs-body h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.catalogs-body p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 24px;
    margin-top: 16px;
}
@media (max-width: 768px) {
    .catalogs-body p{
        color: #000;

    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px; /* 116.667% */
        text-align: left;
}
}
.catalogs-search-form{
    display: flex;
    flex-direction: column;
}
.catalog-input{
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 16px;
    margin-bottom: 10px;
    margin-bottom: 16px;
}
.catalog-btn{
    box-sizing: border-box;
    border-radius: 8px;
    background: #FF5C00;
    border: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.input::-webkit-input-placeholder,
.catalog-input::-webkit-input-placeholder{
    color: #C4C4C4;
    text-overflow: ellipsis;
}
.input::-moz-placeholder,
.catalog-input::-moz-placeholder{
    color: #C4C4C4;
    text-overflow: ellipsis;
}
.input::-ms-input-placeholder,
.catalog-input::-ms-input-placeholder{
    color: #C4C4C4;
    text-overflow: ellipsis;
}
.input::-ms-input-placeholder,
.catalog-input::-ms-input-placeholder{
    color: #C4C4C4;
    text-overflow: ellipsis;
}
.input::placeholder,
.catalog-input::placeholder{
    color: #C4C4C4;
    text-overflow: ellipsis;
}

.feedback{
    margin-bottom: 46px;
    margin-top: 46px;
}

.feedback h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

@media (max-width: 768px) {
    .feedback h2 {
        font-family: Ubuntu;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }
    .feedback{
        margin-bottom: 0px;
    }
}

.feedback-right-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-decoration-line: underline;
    margin-bottom: 1px;
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.feedback-right-link:hover{
    color: #FF5C00;
}
.feedback form{
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    border-radius: 16px;
    background: #F2F2F2;
    padding: 24px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.feedback .spare-parts-form__form-row.first-row{
    display: flex;
    align-items: center;
    align-items: flex-start;
}
.feedback .spare-parts-form__form-row.last-row{
    text-align: end;
}

@media (max-width: 768px) {
    .feedback .spare-parts-form__form-row.last-row{
        text-align: start;
    }
}
.feedback .spare-parts-form__form-title{
    text-align: inherit;
    max-width: 40%;
}
.feedback .spare-parts-form__form-title h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 28px;
}

.feedback .spare-parts-form__form-title h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    align-self: stretch;
}

@media (max-width: 768px) {
    .feedback .spare-parts-form__form-title h3 {
        font-size: 14px;
        line-height: 18px;
    }
}

.vinnumber {
    display: inline-flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; border-radius: 8px;
    border: 1px solid #FF5C00; margin-bottom:24px;

    color: #FF5C00;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

@media (max-width:1000) {
    .vinnumber {
        display: inline-flex;
        padding: 12px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        border-radius: 8px;
        border: 1px solid #FF5C00;
        margin-bottom: 16px;
        margin-top: 24px;
        color: #FF5C00;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
}

.feedback .spare-parts-form__form-title p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    margin-top: 16px;
}
.feedback .spare-parts-form__form-body{
    flex: 0 0 60%;
    max-width: 760px;
    padding-right: 24px;
}
@media (max-width: 768px) {
    .feedback .spare-parts-form__form-body{
        padding-right: 0px;
    }

}
.feedback .spare-parts-form__form-body input {
    border: 0px;
    padding: 15px 16px;
}
.feedback .spare-parts-form__form-body textarea {
    border: 0px;
}
.feedback .spare-parts-form__form .btn{
    width: auto;
    padding: 13px 110px;
}

@media (max-width: 768px) {
    .feedback .spare-parts-form__form .btn{
        width: 100%;
        padding: 13px 110px;
    }
}
.feedback .spare-parts-form__form-group{
    display: flex;
}

@media (max-width: 768px) {
    .feedback .spare-parts-form__form-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.feedback .spare-parts-form__form__item:first-child{
    flex: 0 0 60.71%;
    margin-right: 2.33%;
    max-width: 60.71%;
    margin-bottom: 14px;
}

.feedback .spare-parts-form__form__item:last-child{
    flex: 0 0 36.95%;
    max-width: 36.95%;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .feedback .spare-parts-form__form__item:first-child, .feedback .spare-parts-form__form__item:last-child{
        width: 100%;
        max-width: 100%;
    }
}

.catalog-result-table .vin-header{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}
.catalog-result-table table button{
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #FF5C00;
    background: #fff;
    color: #FF5C00;
    padding: 9px 39px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.catalog-result-table table button:hover{
    color: #fff;
}

.catalog-result-grid{
    padding-top: 5px;
    display: none;
}
.catalog-result-grid-item{
    border-bottom: 1px solid #F2F2F2;
}

.catalog-result-grid-cell {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
}
.catalog-result-grid-cell:last-child{
    padding-bottom: 10px;
}
.catalog-result-grid-header{
    text-align: center;
    font-weight: 600;
}
@media (max-width: 768px) {
    .catalog-result-grid-item{
        border-bottom: 1px solid #F2F2F2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0px;

    }
    .catalog-result-grid-header{
        color: #9A9AA6;

        font-family: Ubuntu;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }
    .catalog-result-grid-cell:last-child{
        padding-bottom: 0px;
    }
}

.catalog-result-grid-data {
    text-align: justify;
}
.catalog-result-grid-data form{
    text-align: center;
}
.catalog-result-grid-data form button{
    font-size: 14px;
    line-height: 17px;
    padding: 5px 25px;
    border-radius: 8px;
    border: 1px solid #FF5C00;
    background: rgba(255, 255, 255, 0.00);
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: #FF5C00;
    /* P2 */
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px; /* 116.667% */
}

.catalog-result-grid-data form button:hover {
    color:#fff;
}
.catalog-result-table table{
    width: 100%;
    border-collapse: collapse;
}
.catalog-result-table table tr{
    border-bottom: 1px solid #D9D9D9;
}
.catalog-result-table table tr:first-child {
    border-bottom: none;
}

.catalog-result-table table td{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-right: 16px;
    vertical-align: middle;
}
.catalog-result-table table td:last-child{
    padding-right: 0;
}
.catalog-result-table table td form{
    padding-bottom: 20px;
    padding-top: 20px;
    float: right;
}

tr.catalog-result-table-header td{
    white-space: nowrap;
    padding-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}


.part-selection-car-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
    word-break: break-all;
    align-content: flex-start;
    margin-top: 24px;
}
.part-selection-car-name h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-top: 21px;
    text-decoration: underline;
}
.part-selection-car-name div{
    /* margin-top: 21px; */
}
.part-selection-car-go-back {color: #000;}
.part-selection-btn {
    border-radius: 8px;
    background: #FF5C00;
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
}
.part-selection-btn:hover {
    background-color: #ef7f00;
    color:fff;
}
.part-selection-btn-short-title{
    display: none;
}
.part-selection-car-groups {
    display: flex;
}

.car-groups {
    box-sizing: border-box;
    padding: 32px;
    margin-right: 64px;
    flex: 0 0 33.666%;
    max-width: 33.666%;
    height: fit-content;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.groups-nav h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 41px;
    margin-bottom: 12px;
}
.groups-nav-btn{
    background: #FF5C00;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 41px;
    margin-bottom: 10px;
    cursor: pointer;
}
.groups-nav-btn:hover { background-color: #ef7f00; color:#fff;}

.car-groups .input {


padding: 15px 10px 15px 16px;
align-items: center;
gap: 10px;
    border-radius: 8px;
border: 1px solid #F2F2F2;

background: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 18px;

    /* Добавляем стили для placeholder */
}

.car-groups .input::placeholder {
    color: #9A9AA6; /* Цвет placeholder'а */
    opacity: 1; /* Для корректного отображения в некоторых браузерах */
}

/* Кроссбраузерная поддержка */
.car-groups .input::-webkit-input-placeholder {
    color: #9A9AA6;
}

.car-groups .input::-moz-placeholder {
    color: #9A9AA6;
}

.car-groups .input:-ms-input-placeholder {
    color: #9A9AA6;
}

.car-groups .input:-moz-placeholder {
    color: #9A9AA6;
}
.car-groups .input-group-text{
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    padding: 15px 10px 15px 16px;
    align-items: center;
    gap: 10px;
}
.car-groups-list,
.car-filtered-groups{
    margin-top: 29px;
}
.car-filtered-groups .car-filtered-groups{
    margin-top: 15px;
}
.car-groups-list .car-groups-list{
    margin-top: 0;
}
.car-groups-list-item .car-groups-list-item{
    margin-left: 28px;
}

@media (max-width: 768px) {
    li.car-groups-list-item {
        /* margin-bottom: 12px; */
        line-height: 40px;
    }
}
.car-expander{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.car-groups-list-item:last-child {
    margin-bottom: 0;
}
.car-categories {
    flex: 0 0 62%;
    max-width: 62%;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    position: relative;
}
.car-categories #lds-ring-container{
    position:absolute;
    z-index: 999;
}
.car-categories .lds-ring{
    top: 100px;
}
.car-categories-item{
    width: 100%;
    margin-top: 50px;
}
.car-categories-item:first-child{
    margin-top: 0;
}
.car-categories-item-header h2{
    font-size: 30px;
    line-height: 41px;
    border-bottom: 1px solid #FF5C00;
    padding-bottom: 12px;
}
.car-categories-item-unit {
    margin-top: 12px;
}
.car-categories-item-unit-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.car-categories-item-data-container {
    font-weight: 500;
    font-size: 16px;
    line-height: 41px;
    width: 65%;
}
.oem{
    grid-area: oem;
}
.part-name{
    grid-area: pm;
    word-break: break-all;
}

@media (max-width: 768px) {
    .part-name {
        word-break: auto-phrase;
        line-height: 18px;
    }
}
.get-price{
    grid-area: gp;
}
.number{
    grid-area: number;
}
.car-categories-item-unit-img-container{
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 41px;
    width: 220px;
    height: 227px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #FF5C00;
}
.car-categories-item-unit-img-container img{
    width: 100%;
    border: 1px solid #FF5C00;
    border-radius: 5px;
}
.car-modal-image{
    width: 100%;
}
.car-categories-item-data-container button{
    font-weight: 500;
    font-size: 20px;
    line-height: 41px;
    cursor: pointer;
    background: #fff;
    border: none;
}
.car-categories-item-data-container button:hover{
    color: #FF5C00;
}
.car-categories-item-data-container table{
    width: 100%;
    border-collapse: collapse;
}
.car-categories-item-data-container table tr{
    border-bottom: 1px solid #D9D9D9;
}
.car-categories-item-data-container table td{
    padding: 6px;
}
.car-categories .price-btn,
.car-category-detail .price-btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background: #ffffff;
    border: 1px solid #FF5C00;
    box-sizing: border-box;
    border-radius: 5px;
    color: #FF5C00;
    padding: 5px 12px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .car-categories .price-btn,
    .car-category-detail .price-btn{
    color: #FF5C00;

    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 116.667% */
}

.car-category-detail-table td {
    font-size: 12px;
}

}

.car-category-detail .price-btn:hover{
    color: #fff !important;
    background: #FF5C00;

}
.car-category-detail-table{
    width: 100%;
}
.car-category-detail-table td{
    padding: 12px;
}

.not-t-p {
    padding-top: 0px !important;
}
.car-categories-list-item:nth-child(-n+3) {
    margin-top: 0;
}
.car-categories-list-item:nth-child(3n+3) {
    margin-right: 0;
}
.car-categories-list-item {
    background-color: #F2F2F2;
    border: none;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px;
    flex: 0 0 32.59%;
    max-width: 32.59%;
    margin-right: 1.08%;
    margin-top: 16px;
    height: 140px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.car-categories-list-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.car-categories-list-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.125em;
    color: #000000;
    text-align: left;
    margin: 0;
    flex-grow: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.car-categories-list-arrow {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 22px;
    height: 14px;

    /* Добавляем поворот на 180 градусов */
    transform: rotate(180deg);
    transform-origin: center; /* Убедитесь, что вращение происходит вокруг центра */
}

.car-categories-list-arrow svg {
    width: 100%;
    height: 100%;
}

/* Hover состояние */
.car-categories-list-item:hover {
    background-color: #FF5C00;
    color: #fff;
}

.car-categories-list-item:hover .car-categories-list-title {
    color: #FFFFFF;
}

.car-categories-list-item:hover .car-categories-list-arrow svg path {
    fill: #FFFFFF;
}

.car-categories-list-item:hover .car-categories-list-arrow svg line {
    stroke: #FFFFFF;
}

.car-sub-categories .car-categories-list-item{
    height: revert;
}
.car-groups-list-expander{
    margin-right: 8px;
    cursor: pointer;
}
.car-categories-list-title{
    font-weight: 500;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.car-categories-list-title-btn{
    border: none;
    cursor: pointer;
}
.car-categories-list-title-btn:hover{
    color: #FF5C00;
}
.car-categories-list-item-img img{
    width: 100%;
    margin-top: 10px;
}
.car-categories-list-title-code{
    font-weight: 600;
}
.car-groups-list-item-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 41px;
}
.orange {
    color:#FF5C00 !important;
}
.car-groups-list-link{
    cursor: pointer;
    color: #000;
}
.car-groups-list-link:hover{
    text-decoration: underline;
}
.car-groups-list-item .car-groups-list-item .car-groups-list-item-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
}
.car-category-detail p{
    font-weight: 500;
    font-size: 18px;
    line-height: 41px;
}
.car-category-detail-node-name{
    font-size: 20px !important;
}
.car-category-detail-group{
    display: flex;
    margin-bottom: 46px;
}
.car-category-detail-group-img img{
    width: 100%;
    /* border: 1px solid #000; */
}
.car-category-detail-group-img{
    flex: 0 0 52.5%;
    max-width: 720px;
    margin-right: 64px;
    position: relative;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.zoom-container{
    overflow: hidden;
    width: 100%;
}
.zoom-frame{
    position: relative;
    display: inline-block;
    width: 100%;
}
.car-list-image-map{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}
.car-list-image-map-item{
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
    padding: 0!important;
    margin: 0!important;
    background: rgba(0,64,96,.06)!important;
    border-radius: 4px!important;
    cursor: pointer!important;
    -webkit-transition: background .15s ease-in-out!important;
    -o-transition: background .15s ease-in-out!important;
    transition: background .15s ease-in-out!important;
}
.car-list-image-map-item:hover{
    border: 1px solid #FF5C00;
}
.car-category-detail-table{
    flex: 0 0 46.75%;
    max-width: 46.75%;
}
.car-category-detail-table table{
    border-collapse: collapse;
    width: 656px;
}
.car-category-detail-table td{
    font-weight: 500;
    font-size: 16px;
    line-height: 41px;
    padding: 0 25px 0 0;
    text-align: center;
}

@media (max-width: 768px) {
    .car-category-detail-table td{
        padding: 6px;
        font-size: 12px;
    }
}

.car-category-detail-table tr{
    border-bottom: 1px solid #ccc;
}
.car-category-detail-table tr:first-child{
    border-bottom: none;
}

td.car-category-detail-group-grid-item-cell.get-price {
    text-align: right;
}
/* Categories */
.categories {
    margin-top: 37px;
    text-align: center;
    grid-area: categories;
}
.categories .page-info-categories{
    margin-top: 23px;
}
.categories__title {
    color: #282c2f;
    margin-bottom: 4rem;
    text-align: center;
}
.categories__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.45;
}

.partnership .categories__grid ul {
    margin: revert;
    padding: revert;
}
.partnership .categories__grid ol.how-to-become-wholesale-buyer-list {
    font-style: italic;
}
.partnership .categories__grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.partnership a {
    text-decoration: none;
    color: #000;
}
.partnership a.partnership-email {
    font-weight: bold;
}

.contacts-list{
    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;
    line-height: 1.45;
    margin-bottom: 2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contacts-list-item{
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.contacts-list-item p {
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.contacts-list-item a{
    color: #000;
}
.contacts-list-item:first-child{
    align-self: center;
    max-width: max-content;
    margin-right: 2rem;
}
.contacts-address-list{
    font-style: normal;
    white-space: nowrap;
}
.contacts-address-list hr{
    border: 0;
    border-top: 2px solid #000;
}
.contacts-address-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contacts-address-icon{
    -ms-flex: 0 0 5%;
    -webkit-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    color: #ff8a00;
    margin-right: 1rem;
}
.contacts-operating-mode{
    width: 100%;
}
.contacts-operating-mode-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}
.contacts .contacts-operating-mode-item{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* Contacts MPC layout */
.contacts-mpc .categories__title{
    text-align: left;
    margin-bottom: 24px;
}
.contacts-mpc__grid{
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 24px;
}
.contacts-card{
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    /* padding: 24px; */
    border-radius: 16px;
    /* background: #F2F2F2; */
}
.contacts-card__logo{
    width: 96px;
    height: 96px;
    border-radius: 12px;
    background: #D9D9D9;
}
.contacts-card__title{
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.contacts-card__list{
    font-style: normal;
}
.contacts-card__row{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    margin: 16px 0;
}
.contacts-card__icon{ color:#9A9AA6; width:18px; text-align:center; }
.contacts-card__mode{ width:100%; }
.contacts-card__mode-row{ display:flex; justify-content:space-between; font-size:14px; line-height:18px; margin-bottom:6px; }

.contacts-map{
    /* border-radius: 16px;
    background: #E5E5E7; */
    padding: 16px;
}
.contacts-map__inner{ position:relative; width:100%; height:440px; border-radius:12px; overflow:hidden; background:#D9D9D9; }
.contacts-map__inner iframe{ position:absolute; inset:0; width:100%; height:100%; }

@media (max-width: 1024px){
    .contacts-mpc__grid{ grid-template-columns: 1fr; }
}
@media (max-width: 768px){
    .contacts-card{ grid-template-columns: 72px 1fr; padding:16px; }
    .contacts-card__logo{ width:72px; height:72px; }
    .contacts-map__inner{ height:320px; }
}

.categories__category {
    border: 1px solid #e8e8e8;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: center;
    padding: 1.5625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 1.125rem;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.categories__category img{
    width: 140px;
}
.categories__category:nth-of-type(3n) {
    margin-right: 0;
}
.categories__category:hover .categories__category-title,
.categories__category:hover .categories__category-list-item {
    color: #ffffff;
}
.categories__category-title {
    color: #282c2f;
    font-size: 1.3125rem;
    font-weight: 600;
    margin-top: auto;
    padding-top: 10px;
    line-height: 1.2;
}
.categories__category-list {
    text-align: right;
}
.categories__category-list-item {
    color: #ff9600;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.8;
}
.categories__category:hover {
    background-color: #ff8a00;
}

.partnership {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
}
.delivery_info h2{
    text-align: center;
    margin-bottom: 4rem;
}
.delivery_info p,
.partnership p {
    margin: revert;
    text-align: justify;
    width: 100%;
    line-height: 1.45;
}
.delivery_info,
.partnership{
    margin-bottom: 4.5rem;
}
.delivery_info table {
    width: 100%;
    margin-bottom: 1rem;
    white-space: nowrap;
}

/* /Categories */
/* Subs */
.subs {
    border-top: 1px solid rgba(0, 0, 0, 0.29);
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
    padding-top: 31px;
    padding-bottom: 33px;
}
.subs__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
}
.subs__text {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
}
.subs__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.subs__form-input {
    background-color: #282c2f;
    border: none;
    border-bottom: 2px solid #888a8c;
    padding: 0.75rem 0;
    color: #e8e8e8;
    width: 18.125rem;
    margin-right: 2.3rem;
}
.subs__form-input::-webkit-input-placeholder {
    color: #e8e8e8;
}
.subs__form-input::-moz-placeholder {
    color: #e8e8e8;
}
.subs__form-input:-ms-input-placeholder {
    color: #e8e8e8;
}
.subs__form-input::-ms-input-placeholder {
    color: #e8e8e8;
}
.subs__form-input::placeholder {
    color: #e8e8e8;
}
.subs__form-btn {
    width: 100%;
    padding: 12px 0;
    line-height: 21px;
}
.subs__form .spare-parts-form__form__placeholder{
    top:12px;
}
/* /Subs */

/*Shop info*/
.shop-info{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
}
.shop-info ul{
    padding-left: 1.2em;
    list-style: initial;
}
.shop-info img{
    width: 100%;
}
/*Shop info end*/

/* Footer */
.footer {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 35px;

background: #F2F2F2;
padding: 32px 0px;
}
@media (max-width: 768px) {
    .desctopfooter {
        display: none;
    }
    .footer {
        border-radius: 16px 16px 0 0;

    }
}
.icon-footer {
    background-color: #C8C8D1;
    width: 34px;
    height: 34px;
    display: inline-flex;
    border-radius: 5px;
    margin-right: 8px;
    justify-content: center;
    align-items: center;
}

.footer__wrap {
    display: grid;
    grid-template-columns: 200px 1fr 130px 130px 140px;
    column-gap: 148px;
    grid-template-areas:
        "logo . contact-wrap buyers mode"
        "social . contact-wrap buyers mode"
        "payments . contact-wrap buyers mode";
    padding: 21px 15px;
}
.footer__contact-wrap a,
.footer-error-in-site a{
    font-style: normal;
    color: #000;
}
.footer__wrap a svg{
    color:#ff8a00;
}
.footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: logo;
}
.footer-social{
    grid-area: social;
    margin: 25px 0;
}
.footer__payments {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: payments;
    font-weight: 600;
    display: flex
    ;
        justify-content: space-between;
}
.footer__payments p {
    font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 14px;
margin-bottom: 16px;
}
.footer__payments-img {
    display: block;
    max-width: 80%;
}
.footerline {
    background-color: #C8C8D1;
    height: 1px;
    border: none;
    margin-bottom: 24px;
}
.paymentslogo {    display: flex;
        flex-direction: row-reverse;
        align-content: center;
        align-items: center;}
.footer__desc {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: desc;
}
.footer__copy {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: copy;
    align-self: center;
}
.footer__desc,
.footer__copy {
    line-height: 1.6;
    max-width: 23rem;
    padding: 0 1.5rem;
}
.footer__desc-title {
    font-weight: 600;
    display: block;
}
.footer__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 24px;
}
.footer .container h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    margin-bottom: 16px;
}
.footer h3 a {
    color: #000000;
}
.call_footer_button {
    cursor: pointer;
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #FF5C00;
    background: rgba(255, 255, 255, 0.00);
    color: #FF5C00;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    transition: background 0.2s, color 0.2s;
}
.call_footer_button:hover, .call_footer_button:focus {
    background: #FF5C00;
    color: #fff;
}

.footer__nav-buyers {
    grid-area: buyers;
}
.footer__menu,
.footer__contact,
.contacts-operating-modes{
    /* margin-top: 20px; */
}
.footer__menu-link {
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    display: block;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    padding: 0;
}
.footer__menu-link:hover {
    color: #ef7f00;
}
.contacts-operating-modes{
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}
.footer__contact-wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 4;
    grid-area: contact-wrap;
}
.contacts-operating-mode-text{
    grid-area: mode-text;
    align-self: center;
}
.footer-error-in-site{
    grid-area: error-in-site;
    text-align: center;
    padding-top: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.footer__wrap .contacts-operating-mode{
    grid-area: mode;
    white-space: nowrap;
}
.footer__wrap .contacts-operating-mode-item div:first-child{
    /* margin-right: 4rem; */
}
.footer__wrap .contacts-operating-mode-item div:last-child {
    margin-left: auto;
}
.footer__contact-address,
.footer__contact-phone {
    font-style: normal;
    display: block;
    position: relative;
    color: #000;
}
.footer__contact-address {
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    margin-left: 2rem;
}
.footer__contact-address:hover {
    color: #ef7f00;
}
.footer__contact-address:before,
.contacts-address:before{
    content: url("../img/map-flag.png");
    position: absolute;
    top: 0.5rem;
    left: -2rem;
}
.footer__contact-phone {
    margin-bottom: 0.5rem;
}
.footer__wrap-mobile{
    text-align: initial;
    display: none;
}
@media (max-width:768px) {

    .footer__wrap-mobile{
        display: block;
    }
}
.footer__wrap-mobile-item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 16px 0;
}
.footer__wrap-mobile-item:first-child {
    border-top: none; /* Убираем верхнюю границу */
}
.footer__wrap-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.footer__wrap-mobile-item:last-child .footer__wrap-mobile-header {
    margin-bottom: 12px;
}
.footer__wrap-mobile-body{
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin: 16px 0px;
}
.footer__wrap-mobile-item:last-child .footer__wrap-mobile-body img{
    width: 100%;
}
.footer__wrap-mobile-collapse-img{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
}
.footer__wrap-mobile-header.collapsed .footer__wrap-mobile-collapse-img{
    background-image: url("../img/svg_img/arrow_svg_footer.svg");
}
.footer__wrap-mobile-header .footer__wrap-mobile-collapse-img{
    background-image: url("../img/svg_img/arrow_svg_footer-up.svg");
}
.footer__wrap-mobile address.footer__contact a{
    color: #000;
    font-style: normal;
}
.footer__wrap-mobile .footer__contact-phone{
    width: auto;
}
.footer__wrap-mobile a svg {
    color: #ff8a00;
}
.footer__wrap-mobile .contacts-operating-mode-item{
    justify-content: space-between;
}

/* /Footer */
/* Shipment */
.shipment {
    padding-bottom: 4.5rem;
}
.shipment__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.shipment__table {
    margin-top: 1.625rem;
    margin-bottom: 2.5rem;
}
.shipment__table-filter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: inherit;
}
.shipment__table-filter a {
    display: block;
    width: 1.875rem;
    height: 0.975rem;
    background-image: url("../img/arrow-up-small.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.shipment__table-filter a:hover,
.shipment__table-filter a:active {
    background-image: url("../img/arrow-down-orange-small.png");
    -webkit-transform: rotate(180deg) translateY(-2px);
    -ms-transform: rotate(180deg) translateY(-2px);
    transform: rotate(180deg) translateY(-2px);
}
.shipment__table-filter a:first-child:hover {
    margin-left: 1px;
}
.shipment__table-filter a:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 1px;
}
.shipment__table-filter a:last-child:hover {
    -webkit-transform: rotate(0) translateY(-1px);
    -ms-transform: rotate(0) translateY(-1px);
    transform: rotate(0) translateY(-1px);
    margin-left: 0;
    margin-right: 1px;
}
/* /Shipment */

/* Balance */
.balance {
    padding-bottom: 4.5rem;
}
.balance__info {
    margin-top: 0.5rem;
}
.balance__info-text {
    font-size: 12px;
    margin-right: 1.375rem;
}
.balance__table {
    margin: 0.75rem 0 2.5rem;
}
.balance__text-bordered {
    border-bottom: 2px dotted;
}
/* /Balance */

/* Orders */
.orders {
    padding-bottom: 4.5rem;
}
.orders .section-title{
    margin-bottom: 28px;
}
.orders__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
}
.orders__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 46px;
    flex-wrap: wrap;
}
.orders__filter-item {
    flex: 0 0 48%;
    max-width: 48%;
}
.orders__filter-item:last-child{
    display: flex;
    justify-content: flex-end;
    flex: 0 0 52%;
    max-width: 52%;
}
.search-block {
    position: relative;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 7px;
}
.search_input_order {
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    padding: 0;
    width: 96%;
}
.search_input_order::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #C4C4C4;
}
.search_input_order::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #C4C4C4;
}
.search_input_order:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #C4C4C4;
}
.search_input_order::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #C4C4C4;
}
.search_button {
    background-image: url(../img/svg_img/search_grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    border: none;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: translateY(25%);
    cursor: pointer;
    right: 0;
}
.reset-filter-btn{
    background-image: url(../img/svg_img/close_mobile.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    border: none;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: translateY(25%);
    cursor: pointer;
    right: 0;
}
.orders__filter-expand-all-orders .checkbox{
    display: flex;
    align-items: center;
}
.orders__filter-expand-all-orders .checkbox input + .check{
    width: 15px;
    height: 15px;
    border: 1px solid #C4C4C4;
}
.orders__filter-expand-all-orders .checkbox input:checked + .check{
    background-image: url(../img/svg_img/filter_check_mini.svg);
}
.orders__filter-expand-all-orders .title{
    margin-left: 11px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
/* /Orders */

/* Account */
.account {
    padding-bottom: 4.5rem;
}
.account__top-wrap h1 {
    width: 100%;
}
.account__top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.account__filter-form {
    margin: 0 auto;
}
.account__add-link {
    color: #acaaaa;
    font-size: 0.75rem;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.account__add-link:hover {
    color: #ff8a00;
}
.account__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0.3rem;
    margin-right: 2rem;
    margin-top: 0.7rem;
    flex-direction: row;
    width: 100%;
}
@media (max-width: 900px) {
    .account__nav {
        display: flex;

        flex-direction: row;
        width: 100%;
    }
}
.account__nav-link {
    color: #000000;

    font-size: 14px;
    font-weight: 400;
    padding-right: 2rem;
    padding-bottom: 32px;

    border: 2px solid transparent;
    white-space: nowrap;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.account__nav-link:hover,
.account__nav-link:active {
    border: 2px solid #ff8a00;
}
.account__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.account__table__group{
    width: 100%;
}
.account__table {
    margin-top: 0.7rem;
    margin-bottom: 2.5rem;
}
.account__table .table__body .table__row td:first-of-type {
    text-align: left;
    line-height: 1.4;
}
.account__table-link {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.account__table-link:hover {
    color: #ff8a00;
}
.account__table-edit-link {
    background: url("../img/edit.png") no-repeat center center;
}
.account__table-del-link {
    border: none;
    background: url("../img/garbage.png") no-repeat center center;
}
.account__table-edit-link,
.account__table-del-link {
    cursor: pointer;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
}
/* /Account */

/* Cart */
.cart .section-title{
    margin-bottom: 31px;
}
.cart__data {
    display: flex;
}
.cart__table {
    width: 1048px;
    margin-right: 32px;
}
.basket-new-order-block {
    flex: 1;
  }
  .basket-new-order-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
    padding: 32px 28px 28px 28px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  @media (max-width: 768px) {
    .basket-new-order-card {
        min-width: auto;
    }
  }
  .basket-new-order-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #222;
    margin-bottom: 2px;
  }
  .basket-new-order-row--muted {
    color: #888;
    font-size: 14px;
  }
  .basket-new-order-row--total {
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .basket-new-order-btn {
    background: #ff5c00;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.2s;
    text-align: center;
  }
  .basket-new-order-btn:hover {
    background: #e04e00;
  }

  .basket-new__img-wrap {
    width: 120px;
    height: 120px;
    background: #f2f2f2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  @media (max-width: 780px) {
    .basket-new__img-wrap {
        width: 90px;
        height: 90px;
    }
  }
  .basket-new__img {
    max-width: 100%;
    max-height: 100%;
  }
.cart__table__header {
    background: #FF5C00;
    border-radius: 5px;
    color: #fff;
    display: flex;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
}
.cart__table__header-item:first-child {
    flex: 0 0 31%;
    max-width: 31%;
}
.cart__table__header-item:nth-child(2) {
    flex: 0 0 12%;
    max-width: 12%;
}
.cart__table__header-item:nth-child(3) {
    flex: 0 0 16%;
    max-width: 16%;
}
.cart__table__header-item:nth-child(4) {
    flex: 0 0 24%;
    max-width: 24%;
}
.cart__table__header-item:nth-child(5) {
    flex: 0 0 17%;
    max-width: 17%;
}
.cart__table__body-item {
    padding: 15px 0px 18px;
    display: grid;
    grid-template-columns: 13% 34% 12% 13% 18% 10%;
    grid-template-areas: 'imgp pcd pp pdd pq pts pdel';
    align-items: start;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;

    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 780px) {
    .cart__table__body-item {
        grid-template-areas: 'imgp pcd pq pts';
        grid-template-columns: auto;
    }
}
.cart__table__body-text.description {
    color: #9A9AA6;
    font-size: 14px;
    font-style: normal;
    align-self: stretch;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    margin-top: 8px;
}
.cart__table__body-item:first-child {
    border-top: none;
}
.cart__table__body-cell.part-cart-details{
    grid-area: pcd;
    flex: 0 0 79%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cart__table__body-cell.part-cart-details .cart__table__body-text:last-child{
    font-weight: 500;
    line-height: 20px;
    color: #787878;
}
.cart__table__body-cell.part-price{
    grid-area: pp;
}
.cart__table__body-cell.part-delivery-days{
    grid-area: pdd;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 16px;
}
.basket-new-order-title {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.basket-new-order-row--muted{
    color: #9A9AA6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
}
.basket-new-order-row.deliveryheader {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.basket-new-order-row.conditions{
    font-weight: 500;
}
.part-delivery-caption{
    display: none;
}
.part-price-caption{
    display: none;
}
.cart__table__body-cell.part-quantity{
    grid-area: pq;
}
.cart__table__body-cell.part-quantity .part-quantity-label{
    margin-top: 11px;
}
.cart__table__body-cell.part-total-sum{
    grid-area: pts;
    text-align: end;
    font-size: 24px;

    color: #FF5C00;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.cart__table__body-cell.part-total-sum .part-total-sum-rub{
    /* display: none; */
}
.cart__table__body-cell.part-delete{
    grid-area: pdel;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
.opacity-20{
    opacity: .2;
}
.part-quantity-label{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #9A9AA6;
}
.basket__search_btn{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 8px 18px 9px;
    background: #FF5C00;
    border-radius: 5px;
    outline: none;
    border: none;
    margin-top: 13px;
    cursor: pointer;
}
.cart__table-counter {
    max-width: 144px;
    min-height: 32px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    /* background: #F5F7FA; */
}
.cart__table-counter .cart__table-counter-minus{
    width: 16px;
    height: 2px;
    background: #000;
}
.cart__table-counter button,
.cart__table-counter input{
    max-height: 100%;
    padding: 0;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #F2F2F2;
    width: 32px;
    height: 32px;
    padding: 10px 8px;
    align-items: center;
    gap: 10px;
}
.cart__table-counter input{
    text-align: center;
}

input.quantity_in_price {
    padding: 0;
    margin: 0;
    background: none;
}
.cart__table-counter .add img{
    margin-right: 8px;
}
.cart__table__footer {
    display: flex;
    align-items: center;
    background: #F5F7FA;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 15px;
    color: #000000;
    padding: 15px 20px;
}
.cart__table__footer-cell.part-checkout {
    flex: 0 0 59%;
    max-width: 59%;
    display: flex;
}
.cart__table__footer-cell.part-total-price-text {
    flex: 0 0 13%;
    max-width: 13%;
}
.mobile-cart-total-sum{
    display: none;
}
.cart__table__footer-cell.part-total-price {
    flex: 0 0 19%;
    max-width: 19%;
    text-align: end;
}
.cart-checkout-btn {
    background: #FF5C00;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 13px 0;
    flex: 0 0 181px;
    max-width: 181px;
    text-align: center;
    transition: .3s;
}
.cart-checkout-btn:hover{
    text-decoration: none;
    background: #ef7f00;
}
/* /Cart */

/* Search */
.search {
    padding-bottom: 7.5rem;
}
.search h2{
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
}
.search__table {
    /* margin-top: 2.3rem; */
    margin-right: auto;
    /* max-width: 75%; */
}
.search__table-item{
    display: grid;
    align-items: center;
    padding: 1.6rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.35;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    grid-template-columns: 15% 55% 15% 15%;
    grid-template-areas: "producer ident minCost selectThis";
}
.search__table-item:hover{
    background: #eaeaea;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.search__table-item-cell.minCost {
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

.search__table-item-cell.minCost span {
    font-size: 24px;
    color:#ccc;
}

@media (max-width: 768px) {
    .search__table-item-cell.minCost {

        color: #000;

        /* H5 */
        font-family: Ubuntu;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }
    .search__table-item-cell.minCost span {
        font-size: 12px;
        color:#ccc;
    }
}

.search__table-item-cell.selectThis {
    text-align: right;
}

.baseButton {
    margin-top: 8px;
    background: none;
    border: 1px solid #FF5C00;
    color: #FF5C00;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}


@media (max-width: 768px) {
    .baseButton {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 12px;
    }
}

.search__table-item-cell:first-child{
    font-weight: 500;
}
.search__table-item-cell.producer{
    grid-area: producer;
    font-size: 18px;
}
@media (max-width: 768px) {
    .search__table-item-cell.producer{
         font-size: 14px;
    }
}
.search__table-item-cell.article{
    grid-area: article;
    margin-top: 8px;
    font-size: 14px;
}
.search__table-item-cell.ident{
    grid-area: ident;
    font-size: 14px;
}
@media (max-width: 768px) {
    .search__table-item-cell.ident{
        font-size: 12px;
    }
}
.search-part-not-found-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.45;
}
.search-part-not-found-container.rules{
    border: 1px solid #FF5C00;
    border-radius: 5px;
    margin-top: 23px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.search-part-not-found-container.rules .search-part-not-found-item{
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.search-part-not-found-container.rules .search-part-not-found-item:first-child{
    border-right: 1px solid #FF5C00;
}
.search-part-not-found-container.rules .search-part-not-found-item p{
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}
.search-part-not-found-container.rules .search-part-not-found-item:first-child p{
    margin-bottom: 28px;
}
.search-part-not-found-container.rules ol{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    margin: 28px 0 0;
    padding-left: 22px;
}
.search-part-not-found-item{
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-part-not-found-item .spare-parts-form__form{
    width: 50%;
}
.search-part-not-found-item h2{
    margin-bottom: 2rem;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.search-part-not-found-item a{
    color: #000;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.search-part-not-found-item:first-child{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/* /Search */

/* Price */
.price .alert,
.profile__orders .alert{
    width: 50%;
    position: fixed;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    background: #a4d00c;
    border: none;
    text-align: center;
    z-index: 999999;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

.price {
    padding-bottom: 8.25rem;
}
.price__table{
    /* border-top: 1px solid #FF5C00; */
}
.price__table:first-child{
    border-top: none;
}
.price__main-item h3 {
    margin-top: 32px;
    margin-bottom: 24px;
}
.price__table-item {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    display: grid;
    grid-template-columns: 33% 13% 13% 15% 13% 13%;
    grid-template-areas:
        "producer pd rest deliverydays up pb"
        "sm sm sm sm sm sm";

}

.price__table-item > div:not(:first-child) {
    border-bottom: solid 1px #C8C8D1;

    display: flex;
    align-items: center;
}
@media (min-width: 800px) {

    .price__table-item > div:not(:first-child) {
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 780px) {

.price__table-item > div:not(:first-child) {
    border-bottom: none;
}
}
.price__table-item:first-child{
    border-top: none;
    border-bottom: none;
    padding-bottom: 0px;
}
.price__table-item-cell-data .producer{
    grid-area: producer;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
}
.price__table-item-cell-data .price{
    font-weight: 600;
    font-size: 20px;
    line-height: 15px;
    color: #000000;
}
@media (max-width: 780px) {
    .price__table-item-cell-data .price{
          font-weight: 500;
        font-size: 14px;
    }
}
.part-caption-data-item {
    display: flex;
    flex-wrap: wrap;
}
.part-caption-data-item:first-child {
    margin-bottom: 12px;
}
.part-caption-data {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
}
.part-caption-data-photo {
    margin-left: 13px;
}
.part-caption-data-code {

    margin-right: 13px;
    margin-left: 8px;
}
.part-caption-data-caption{
    font-size: 14px;
    line-height: 15px;
    color: #787878;
    font-weight: normal;
}
.caption{
    grid-area: caption;
    display: none !important;
    color: #787878;
}
.rest{
    grid-area: rest;
    display: flex;
    align-items: center;
    justify-content: left;
}
.part-details{
    grid-area: pd;
    justify-self: center;
}
.deliverydays{
    grid-area: deliverydays;
}
.user-price{
    grid-area: up;
}
.user-price .price__table-item-cell-title,
.deliverydays .price__table-item-cell-title,
.part-details .price__table-item-cell-title,
.rest .price__table-item-cell-title{
    display: none;
}
.quantity{
    grid-area: quantity;
}
.price-basket{
    grid-area: pb;
    justify-content: end;
}
.price-basket .price__table-item-cell-data{
    text-align: end;
}
.price__table-item-show-more{
    grid-area: sm;
    text-align: end;
}
.price-data:not(:first-child) .price__table-item-cell:first-child {
    color: gray;
}
.price__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 24px;
    position: relative;
}
.price__wrap-show-filters {
    width: 100%;
    margin-bottom: 18px;
    font-size: 16px;
    padding: 12px 0;
    line-height: 27px;
    display: none;
}
.hide-show-filter-bnt{
    display: none;
}
.price-filter {
    max-width: 256px;
    flex: 0 0 256px;
    /* margin-right: 2%; */
    margin-right: 32px;
}
.price--reset-filter-btn{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    background: #FF5C00;
    border: 1px solid #FF5C00;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 18px;
    padding: 12px 0;
    cursor: pointer;
}
.price--reset-filter-btn:hover {
    background-color: #ef7f00;
}
.price-filter-form {
    /* border: 1px solid #FF5C00;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block; */
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.price-filter-form-title {
    display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
}
.price-filter-form-title a {
    color: #FF5C00;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.price-filter-form-item {
    /* padding: 22px 25px;
    margin: -1px; */
}
.price-filter-form-item:last-child {
    border-bottom: none;
}
.filter-by-photo-item{
    margin-bottom: 8px;
}
.filter-by-photo-item:last-child{
    margin-bottom: 0;
}
.price-sorts-list {
    display: flex;
    margin-left: 31px;
}
.dropdown-list{
    display: none;
}
.price-sorts-list-item:first-child {
    margin-left: 0;
}
.price-sorts-list-item {
    margin-left: 22px;
    display: flex;
}
.price-sort-value{
    cursor: pointer;
}
.price-sort-direction {
    margin-left: 3px;
}
.price-sort-direction.selectable{
    cursor: pointer;
}
.price-filter-form__control {
    padding: 1rem 0 2rem;
    margin-left: 1.875rem;
}
.price-filter-form__control_hidden {
    display: none;
}
.price-filter-form__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.875rem;
}
.input-filter{
    /* margin-top: 24px; */
    /* padding-top: 15px;
    padding-bottom: 30px; */
}
.input-filter-min-max{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 24px; */
}
.price-filter-form__min-input,
.price-filter-form__max-input {
    width: 37%;
    /* height: 32px; */
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
    padding: 12px;
    border: 1px solid #F2F2F2;
}
.filter-by-photo .checkbox,
.filter-by-producer-body .checkbox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #000;
}
.filter-by-photo .title {
    margin-left: 8px;
}
.filter-by-photo .icon {
    margin-left: auto;
}
.filter-by-producer{
    /* padding-top: 14px;
    padding-bottom: 14px; */
    width: 100%;
}
.filter-by-producer-header{
    display: flex;
    align-items: baseline;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #000000;
    cursor: pointer;
}
.filter-by-producer-arrow {
    margin-left: auto;
    transition: 0.3s;
    transform: rotate(0);
}
.filter-by-producer-show.filter-by-producer-arrow {
    transform: rotate(180deg);
}
.filter-by-producer-body{
    transition: .3s;
    max-height: 0;
    overflow: auto;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}
.price-filter-form-item filter-by-producer {
    margin-top: 24px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.filter-by-producer-body.filter-by-producer-show{
    max-height: 300px;
    /* border-bottom: 1px solid #FF5C00;
    padding-top: 22px;
    padding-bottom: 22px; */
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.filter-by-producer-body .checkbox span:not(.check){
    margin-left: 8px;
}
.filter-by-producer-body .checkbox{
    margin-bottom: 8px;
}
.input-filter-title, .filter-by-producer-title {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 16px;
}
.price-filter-form__more-link {
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 100%;
    flex-direction: row;
    color: #FF5C00;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.price-filter-form__more-link:hover {
    cursor: pointer;
    color: #ff8a00;
}
.price__main {
    max-width: 100%;
    flex: auto;
}
.price__main-width-100{
    flex: 0 0 100%;
    max-width: 100%;
}
.price__main-item:first-child{
    margin-bottom: 24px;
}
#sort_menu div a {
    font-size: 0.9rem;
}
#sort_menu div:hover a {
    color: #ff8a00;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.price__dropdown {
    display: grid;
    align-items: center;
    align-self: stretch;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 8px;
    grid-template-columns: 33% 13% 13% 15% 13% 13%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.price__dropdown-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3333333333333333em;
    color: #000000;
    text-align: left;
    padding-left: 0px;
}

.price__dropdown-text:first-child {
    width: 386px;
    border-radius: 16px 0px 0px 16px;
}

.price__dropdown-text:nth-child(2),
.price__dropdown-text:nth-child(3),
.price__dropdown-text:nth-child(4) {
    width: 160px;
}

.price__dropdown-text:last-child {
    width: 126px;
    border-radius: 0px 16px 16px 0px;
}

/* .price__dropdown:hover {
    background-color: #ef7f00;
} */
.price__table-wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* border: 1px solid #FF5C00; */
    border-top: none;
}
.price__table-info-link:hover + .delivery-stats {
    display: block;
}
.price__table-cart-link-btn{
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 19px;
    /* margin-top: 19px; */
    background: none;
    /* border: 1px solid #FF5C00; */
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background-color: #FF5C00;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.price__table-cart-link-btn:hover{
    background-color: #fff;
    border: 1px solid #FF5C00;
    color: #FF5C00 !important;
    transition-duration: 0.5s;
}

.catalog-result-table-container table td:first-child {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.price__table-more-link {
    color: #000000;
    font-size: 0.625rem;
    border-bottom: 1px dashed;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.price__table-more-link:hover {
    cursor: pointer;
    color: #ff8a00;
}

#lds-ring-container{
    position: fixed;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 999999;
}
.lds-ring {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 4rem;
    height: 4rem;
    margin: 0.5rem;
    border: 0.5rem solid #FF5C00;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #FF5C00 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.delivery-stats-header{
    text-align: end;
    margin-bottom: 34px;
}
.delivery-stats-close-btn:hover{
    cursor: pointer;
}
.chartjs-render-monitor:hover{
    cursor: pointer;
}
.delivery-stats__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.delivery-stats__wrap div {
    min-width: 15.625rem;
}
.delivery-stats__pie-block div{
    max-width: 250px;
    max-height: 250px;
}
.delivery-stats__bar-block div{
    max-width: 350px;
    max-height: 150px;
}
.delivery-stats__time {
    text-align: right;
}
.delivery-stats__time div {
    color: #7eb105;
}
.delivery-stats__time div p {
    color: #000000;
}
.delivery-stats__time div:nth-of-type(1) span {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #7eb105;
}
.delivery-stats__time div:nth-of-type(2) span {
    display: inline-block;
}
.delivery-stats__table {
    border-collapse: collapse;
}
.delivery-stats__table tr {
    border: none;
}
.delivery-stats__table tr td {
    border: 1px solid #000;
    font-size: 0.625rem !important;
    padding: 0.3125rem !important;
    min-width: auto !important;
    max-width: auto !important;
}
.cella-info{
    display: block !important;
}
.br-b-none {
    border-bottom: none !important;
}
.br-t-none {
    border-top: none !important;
    padding-top: 0;
}

/* NoUiSlider */
.price-filter-form-item,
.price-filter-form-item .noUi-handle {
    box-shadow: none;
}
.price-filter-form-item .noUi-handle::before,
.price-filter-form-item .noUi-handle::after {
    display: none;
}
.price-filter-form-item .noUi-handle .noUi-touch-area {
    border: 1px solid transparent;
    position: absolute;
}
.price-filter-form-item .noUi-connect {
    background: #FF5C00;
}
.price-filter-form-item .noUi-handle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: #FF5C00;
}
.noUi-target {
    height: 2px !important;
    border-radius: 5px !important;
    background-color: #cfcfcf !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    cursor: pointer;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin{
    top: -100%;
}
/* /NoUiSlider */

/* Checkbox */
.checkbox {
    cursor: pointer;
}
.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.checkbox input + .check {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: #F2F2F2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.price-filter-form__control .checkbox input + .check{
    margin-right: 1.25rem;
}
.checkbox input:checked + .check {
    background-color: #FF5C00;
    border-color: #FF5C00;
    background-image: url(../img/svg_img/filter_check.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
/* /Checkbox */
/* /Price */

/* Settings */
.settings {
    margin-top: 0.7rem;
    margin-left: 2rem;
    width: 100%;
}
.settings h2 {
    text-align: center;
    margin-bottom: 2rem;
}
.settings__wrap__group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.settings__form-wrap:first-of-type {
    width: 18.75rem;
}
.settings__form-wrap:last-of-type {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}
.settings__wrap form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.settings__wrap form label .settings__form-wrap-text {
    width: 10rem;
    padding-right: 0.5rem;
    white-space: nowrap;
    flex: none;
}
.settings__wrap form label input {
    margin-bottom: 0;
}
.settings__btn {
    display: block;
    margin: 2rem auto 0;
    padding: 1rem 4rem;
    width: 511px;
}
@media (max-width: 520px) {
    .settings__btn {
        width: 100%;
    }
}
.settings__wrap .change-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 1rem 0 0;
}
.settings__wrap .change-photo > input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.settings__wrap .change-photo__btn {
    display: block;
    margin: 0.75rem auto 0;
    padding: 0.75rem 1rem;
    width: auto;
}
/* /Settings */

/* Sign In & Register Form */
.sign-in__wrap,
.register__wrap,
.checkout__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: auto auto 4.5rem;
    width: 50%;
}
.checkout__wrap {
    width: 80%;
    margin: 0 auto 4.5rem;
}
.change_login_data .checkout__wrap{
    width: 50%;
    white-space: nowrap;
}
.change_login_data .checkout-input .checkout-input-text{
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    text-align: end;
    padding-right: 2.5rem;
}
.change_login_data_btn{
    display: block;
    margin: 0 auto 1rem;
    padding: 0.8125rem 3rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group .input[name='password'],
.input-group .input[name='repeat_password']{
    border-right: none;
}
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-append{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.input-group-append:focus{
    border-color: #a9a9a9;
}

.settings__form-wrap .input-group-append {
    margin-left: -48px;
    z-index: 999;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #000;
    border-radius: 0 5px 5px 0;
    border-left: none;
}
.sign-in__wrap h2,
.register__wrap h2 {
    text-align: center;
    margin-bottom: 2rem;
}
.sign-in-input,
.register-input{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    width: 100%;
}
.register-input_hidden {
    display: none;
}
.sign-in-input .sign-in-text,
.register-input-text {
    width: 10rem;
    padding-right: 0.5rem;
}
.sign-in__btn,
.register__btn{
    display: block;
    margin: 0 auto 1rem;
    padding: 1rem 2.5rem;
}
.register-link {
    color: #000;
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}
.register-link:hover {
    color: #ff8a00;
}
/* /Sign In & Register Form */

/* Add & Edit Car */
.add-car,
.edit-car {
    margin-bottom: 4.5rem;
}
.add-car__top,
.edit-car__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.add-car__top h2,
.edit-car__top h2 {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    text-align: left;
    width: 100%;
    margin-top: 24px;
}
.add-car form,
.edit-car form {
    width: 50%;
    margin: 2rem auto 0;
}
.add-car form label,
.edit-car form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.add-car form label span,
.edit-car form label span {
    width: 10rem;
    padding-right: 0.5rem;
    white-space: nowrap;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    font-weight: 500;
}
.add-car form label .select,
.edit-car form label .select {
    width: 70%;
    margin-bottom: 0;
    background-position-x: 95%;
}
.add-car form label .input,
.edit-car form label .input {
    width: 70%;
    margin-bottom: 0;
}
.add-car form label textarea:focus,
.edit-car form label textarea:focus {
    outline: none;
}
.add-car form .btn,
.edit-car form .btn {
    padding: 1rem 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.back-link {
    color: #000;
    font-weight: 500;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.back-link:hover {
    color: #ff8a00;
}
/* /Add & Edit Car */

/*start page info*/
.page-info .catalogs-content{
    margin: 44px 0;
}
.page-info-header{
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    text-align: center;
}
.page-info-find-out-price{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 48px;
}
.page-info-find-out-price .page-info-text{
    text-align: start;
    margin-left: 13px;
}
.page-info-text{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.page-info-search-form{
    margin: 46px 0;
}
.page-info-search-form .search-form{
    -ms-flex: 0 0 53%;
    -webkit-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
}
.page-info-find-article{
    margin-top: 54px;
    margin-bottom: 49px;
    align-items: baseline;
}
.page-info-find-article-item{
    -ms-flex: 0 0 33.333%;
    -webkit-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.capabilities-info-item{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 30%;
    max-width: 30%;
}
.page-info-find-article-item p{
    margin-top: 19px;
}
.page-info .header-for-full-work{
    width: 79%;
    margin: 0 auto 43px;
}
.capabilities-info{
    margin: 22px auto 40px;
    align-items: end;
}
.capabilities-info-item-img-container{
    width: 200px;
    height: 200px;
    border: 1px solid #000;
    border-radius: 50%;
    align-items: center;
    margin: 0 auto;
}
.capabilities-info-item p{
    margin-top: 34px;
}
.page-info-catalog-header{
    font-size: 40px;
    line-height: 49px;
}
.page-info-parts-item:first-child{
    margin-right: 10px;
}
.page-info-parts{
    flex-wrap: wrap;
    margin: 48px 0;
}
.page-info-parts-item{
    height: 440px;
    flex: 0 0 49.4%;
    max-width: 49.4%;
    position: relative;
}
.page-info-parts-item p{
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align:end;
    margin-top: 15px;
    margin-right: 16px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.page-info-parts-item a{
    color: #000;
}
.page-info-parts-item img{
    width: 100%;
}
.border-container{
    position: relative;
    z-index: 1;
}
.page-info-parts-item .text-border:before{
    border-bottom: 15px solid #FF5C00;
    top: 27px;
    left: 6px;
}
.text-border:before{
    position: absolute;
    content: "";
    width: 99%;
    z-index: -1;
}
.page-info-categories{
    flex-wrap: wrap;
    margin-top: 48px;
}
.page-info-category-item{
    border: 1px solid #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    cursor: pointer;
    padding-top: 26px;
    padding-bottom: 26px;
}
.page-info-category-item img{
    margin-left: auto;
    width: 132px;
}
.page-info-category-title{
    color: #000;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    align-self: baseline;
    margin-left: auto;
    margin-top: -15px;
    margin-right: 16px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.page-info-parts-item:hover p,
.search-part-not-found-item a:hover,
.page-info-category-item:hover .page-info-category-title{
    color: #FF5C00;
}
.page-info-categories-chunk:first-child .page-info-category-item:first-child {
    border-top-left-radius: 5px;
}
.page-info-categories-chunk:first-child .page-info-category-item:last-child{
    border-top-right-radius: 5px;
}
.page-info-categories-chunk:last-child .page-info-category-item:first-child {
    border-bottom-left-radius: 5px;
}
.page-info-categories-chunk:last-child .page-info-category-item:last-child{
    border-bottom-right-radius: 5px;
}
.page-info-category-item .text-border:before{
    border-bottom: 10px solid #FF5C00;
    top: 20px;
    left: 6px;
}
/*end page info*/

/*start error 404*/
.error-404-title,
.error-404-info,
.error-404-text{
    text-align: center;
}
.error-404-litter {
    font-size: 300px;
    font-weight: 400;
    line-height: 398px;
    font-family: "PT Sans", sans-serif;
}
.error-404-info{
    font-size: 30px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 9px;
}
.error-404-text{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}
/*end error 404*/

.grecaptcha-badge{
    display: none!important;
}
.v-application a {
    color: initial;
}
.social-group {
    position: fixed;
    z-index: 99;
    right: 45px;
    bottom: 100px;
}
.social-btn{
    transition-duration: .28s;
    transition-property: box-shadow,transform,opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    display: block;
}
.social-list-item{
    margin-bottom: 10px;
}
.social-btn:hover{
    transform: scale(1.5);
}
.social-show-btn {
    width: 60px;
    height: 60px;
    background-color: #00AA4A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.social-show-btn-active{
    background-color: #C4C4C4;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
    opacity: 0;
}
#back-call .login-modal-header{
    justify-content: flex-end;
}
#back-call .modal-content{
    width: 510px;
}
#back-call .login-modal-body{
    text-align: center;
}
.back-call-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}
.back-call-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 9px;
    margin-bottom: 20px;
}
#back-call .login-modal-body{
    margin-top: 29px;
    margin-bottom: 56px;
}
#back-call .login-modal-item{
    width: 320px;
    display: block;
    margin: 0 auto;
}
#back-call .login-modal-item .input{
    border: 1px solid #C4C4C4;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
#back-call .input::-webkit-input-placeholder {
    color: #C4C4C4;
}
#back-call .input::-moz-placeholder {
    color: #C4C4C4;
}
#back-call .input:-ms-input-placeholder {
    color: #C4C4C4;
}
#back-call .input::placeholder {
    color: #C4C4C4;
}
#back-call .login-modal-btn{
    margin-top: 18px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    padding: 14px 0;
}
#back-call .login-modal-item .input.error{
    border-color: red;
}

/*Start Checkout*/
.checkout .section-title{
    margin-bottom: 31px;
}
.checkout__group {
    display: flex;
}
.checkout-col-1 {

    width: 1048px;
    margin-right: 32px;
    /* flex: 0 0 56%; */
    /* max-width: 56%;
    margin-right: 1%; */
}
.checkout-col-2 {
    /* flex: 0 0 43%;
    max-width: 43%;
    background: #F5F7FA;
    border-radius: 10px;
    padding: 21px 16px 25px 15px;
    box-sizing: border-box; */

    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 32px 28px 28px 28px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.checkout__item {
    padding: 21px 25px;
    margin-top: 30px;
    background: #F2F2F2;
    border-radius: 8px;
}
.checkout__item:first-child{
    margin-top: 0;
}
.checkout__header {
    font-weight: 500;
    font-size: 20px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 21px;
}
.checkout__header.user-contacts{
    margin-bottom: 11px;
}
.checkout-input{
    width: 216px;
    margin-right: 10px;
    margin-top: 10px;
}
.checkout-input.street{
    display: block;
}
.checkout__header-city{
    color: #FF5C00;
}
.checkout-input .input{
    border-radius: 5px;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    border: none;
    width: 100%;
}
.checkout__user-data {
    display: flex;
    flex-wrap: wrap;
}
.checkout-input.payment-method{
    display: block;
}
.checkout-input.payment-method .select,
.checkout-input.payment-method option{
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.checkout-input.payment-method .select{
    background: url(../img/svg_img/arrow_black_checkout_select.svg) no-repeat 95% center #fff;
    border: none;
    width: 100%;
    padding: 16px 20px;
}
.checkout-col-2-header {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.checkout__parts {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.checkout__part-item {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #cfcfcf;
}
.checkout__part-item:first-child {
    border: none;
    padding-top: 0;
}
.checkout__part-cells {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.checkout__part-cell:first-child {
    flex: 100%;
    max-width: 100%;
}
.checkout__part-cell:last-child {
    flex: 100%;
    max-width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.checkout__part-cell-row:first-child {
    line-height: 25px;
}
.checkout__part-cell-row:last-child {
    line-height: 20px;
    font-weight: 500;
    color: #787878;
}
.checkout__part-sum {
    font-size: 18px;
    line-height: 15px;
}
.checkout__part-delivery {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 11px;
}
.checkout__part-delivery-value {
    white-space: nowrap;
}
.checkout__part-delivery-wrap{
    display: none;
}
.checkout__promo {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}
.checkout__promo-input{
    flex: 60%;
    max-width: 60%;
    margin: 0;
}
.checkout__promo-btn {
    flex: 32%;
    max-width: 32%;
    font-size: 14px;
    line-height: 15px;
}
.checkout__total-sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}
.checkout__total-sum-title {
    font-size: 24px;
    line-height: 25px;
}
.checkout__total-sum-value {
    font-size: 24px;
    line-height: 15px;
}
.checkout__btn {
    width: 100%;

    background: #ff5c00;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.2s;
    text-align: center;
}

.checkout__btn:hover {
    background: #e04e00;
    color: #fff;
}
/*End start Checkout*/

/* Популярные товары (Часто покупают) — обновлено по Figma */
.popular-products__list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.popular-products__item {
    background: #F2F2F2;
    border-radius: 16px;
    width: 275px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
@media (max-width: 1024px) {
    .popular-products__item {
        width: calc(100% - 8px);
    }
}
.popular-products__img-wrap {
    background: #F2F2F2;
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 42px 0px;
}
.popular-products__img-wrap img {
    max-width: 200px;
    max-height: 195px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .popular-products__img-wrap img {
        max-width: 80%;
    }
}
.popular-products__info {
    padding: 16px;
    background: #fff;
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.popular-products__price--top {
    color: #FF5C00;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.33;
}

@media (max-width: 768px) {
    .popular-products__price--top { font-size: 18px; }
}
.popular-products__brand-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.popular-products__brand {
    color: #000;
}
.popular-products__status {
    color: #00AA4A;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}
.popular-products__name {
    font-size: 14px;
    color: #000;
    margin: 8px 0 0 0;
    line-height: 1.3;
}
.popular-products__bottom-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}
.popular-products__rating, .popular-products__comments {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    gap: 2px;
}
.popular-products__rating svg, .popular-products__comments svg, .popular-products__status svg {
    display: inline-block;
    vertical-align: middle;
}
.popular-products__btn {
    margin-top: 12px;
    background: #FF5C00;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
}
.popular-products__btn:hover {
    background: #ef7f00;
}

@media (max-width: 1024px) {
    .popular-products__btn {
        font-size: 14px;
    }
}

.spare-parts-form__form-btn.btn:hover, .spare-parts-form__form-btn.btn:focus {
    background: #ef7f00;
    color: #fff;
    transition: background 0.2s, color 0.2s;
}

.original-parts-block {
    background: #F2F2F2 url('/img/pngwing_weel.png') no-repeat right bottom;
    border-radius: 20px;

    width: 305px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
}

.helpfinddetails {
    background: #F2F2F2 url('/img/helpfind.png') no-repeat right bottom;
    background-size: 75%;
}
/* Удаляем .original-parts-block__img-wrap, если был */
.original-parts-block__title {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25em;
    color: #000;
    max-width: 298px;
    background: none;
    padding: 0;
}

/* Стили для фильтра по сроку доставки */
.delivery-filter-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.delivery-filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2857142857142858em;
    color: #000000;
}

.delivery-filter-option input[type="radio"] {
    display: none;
}

.delivery-filter-radio {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    box-sizing: border-box;
}

.delivery-filter-option input[type="radio"]:checked + .delivery-filter-radio {
    background-color: #FF5C00;
    border-color: #FF5C00;
}

.delivery-filter-option input[type="radio"]:checked + .delivery-filter-radio::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 50%;
    flex-shrink: 0;
}

.delivery-filter-text {
    flex: 1;
}


@media (max-width: 425px) {
    .product-brand, .product-article {
        flex-direction: column;
        margin-top: 8px;
    }
    .product-price span {
        font-size: 16px;
    }

    .product-btn {
        padding: 6px;
    }
}

/* Медиа-запросы для адаптивности flexbox таблиц */
@media (max-width: 768px) {
    .profile__orders-body-cells,
    .profile__order-product-item {
        flex-direction: column;
        gap: 16px;
    }

    .profile__orders-body-cell,
    .profile__order-product-cell {
        /* flex: 0 0 100% !important; */
        max-width: 100% !important;
        padding-right: 0 !important;
        text-align: left !important;
    }

    .profile__orders-body-cell.profile-orders-products-total-sum,
    .profile__order-product-cell.profile-product-total-sum {
        text-align: left !important;
    }

    .profile__order-product-cell.profile-product-empty {
        display: none;
    }
}

@media (max-width: 480px) {
    .profile__orders-body-item {
        padding: 16px;
    }

    .profile__order-product-item {
        margin-top: 16px;
    }
}

.profile-product-image-placeholder{
    display: flex;
    width: 120px;
    height: 120px;
    padding: 8px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #F2F2F2;
}

.profile-product-image-placeholder img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile__order-product-cell.profile-product-image img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 8px;
    background: #eeeeee;
    padding: 8px;
}

/* Garage helper (empty garage CTA) */
.garage-helper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
    flex: 1;
    flex-wrap: wrap;
}
.garage-helper__left{
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.garage-helper__title{
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px; /* 133.333% */
}
.garage-helper__subtitle{
    color: #9A9AA6;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px; /* 112.5% */
    margin-top: 24px;
}
.garage-helper__right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: 100%;
    flex-direction: row-reverse;
}
.garage-helper__btn {
    white-space: nowrap;
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color:#fff;
    background: var(--, #FF5C00);
}
.garage-helper__btn:hover {
    color:#fff !important;
    background-color: #ef7f00;
}
@media (max-width: 768px){
    .garage-helper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }
    .garage-helper__left{ max-width: 100%; }
}
/* /Garage helper */

/* Garage cars (car cards) */
.garage-cars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
    flex: 1;
}

.garage-car-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #C8C8D1;
}

.garage-car-card:last-child {
    border-bottom: none;
}

.garage-car-card__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    flex: 1;
}

.garage-car-card__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    min-width: 400px;
}

.garage-car-card__brand {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.garage-car-card__model {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.garage-car-card__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    color: #9A9AA6;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.garage-car-card__comment {
    color: #9A9AA6;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}

.garage-car-card__vin {
    min-width: 320px;
}

@media (max-width: 1024px) {
    .garage-car-card__vin {
        min-width: auto;
    }
}

.garage-car-card__vin-link {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.garage-car-card__vin-link:hover {
    color: #FF5C00;
}

.garage-car-card__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .garage-car-card__actions{
        flex-wrap: wrap;
    }
}

.garage-car-card__edit-btn,
.garage-car-card__delete-btn {
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.garage-car-card__edit-btn {
    background: #FF5C00;
    color: #fff;
}

.garage-car-card__edit-btn:hover {
    background: #ef7f00;
}

.garage-car-card__delete-btn {
    background: #fff;
    color: #FF5C00;
    border: 1px solid #FF5C00;
}

.garage-car-card__delete-btn:hover {
    background: #FF5C00;
    color: #fff;
}

@media (max-width: 768px) {
    .garage-car-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

    .garage-car-card__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .garage-car-card__info,
    .garage-car-card__vin {
        min-width: auto;
        width: 100%;
    }

    .garage-car-card__actions {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/* /Garage cars */



@media (max-width: 900px) {
    .search-form__btn--hidden {
        display: none;
    }
    .search-form__btn--hidden {
        opacity: 0;
        transform: scaleX(0);
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .search-form__btn {
        transition: all 0.3s ease;
    }
}

.search-form--expanded {
    flex: 1;
}

@media (max-width: 900px) {
    .search-form--expanded {
        max-width: 100%;
    }
}

.search-form--expanded .search-form__input {
    /* border-radius: 5px;
    border-right: 2px solid #FF5C00; */
}

.dropdown {
    position: relative;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-toggle:hover{
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    min-width: 10rem;
    /*max-width: inherit;*/
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* Новые стили для выпадающего меню профиля */
.header__user-wrap-menu {
    width: 320px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
}

.user-profile-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 10px 16px 16px;
    background: #FFFFFF;
    border-radius: 16px 16px 0 0;
}

.user-avatar {
    flex-shrink: 0;
}

.avatar-circle {
    width: 40px;
    height: 40px;
    background: #C8C8D1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle svg {
    width: 20px;
    height: 20px;
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.user-name {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.149;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-phone {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.149;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-items {
    background: #FFFFFF;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 10px 16px;
    width: 100%;
    height: 40px;
    text-decoration: none;
    color: #000000;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
}

.menu-item:hover {
    background-color: #F8F9FA;
    text-decoration: none;
    color: #000000;
}

.menu-item:hover .menu-icon svg {
    fill: #FF5C00;
}

.menu-item:hover span {
    color: #FF5C00;
}

.menu-item:active {
    background-color: #E9ECEF;
}

.menu-item:active .menu-icon svg {
    fill: #FF5C00;
}

.menu-item:active span {
    color: #FF5C00;
}

.menu-item:first-child {
    padding: 10px 16px;
}

.menu-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0);
    padding: 4px 3px;
    flex-shrink: 0;
}

.menu-icon svg {
    width: 20px;
    height: 20px;
    transition: fill 0.2s ease;
    fill: #C8C8D1;
}

.menu-item span {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.286;
    color: #000000;
    flex: 1;
    transition: color 0.2s ease;
}

.menu-divider {
    width: 100%;
    height: 1px;
    background: #C8C8D1;
    margin: 0;
    opacity: 0.5;
}

.logout-item {
    border-radius: 0 0 16px 16px;
}

.logout-item:hover {
    background-color: #FFF5F5;
}

.logout-item:hover .menu-icon svg {
    fill: #FF5C00;
}

.logout-item:hover span {
    color: #FF5C00;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

a.dropdown-item > img:hover, a.dropdown-item > img:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

a.dropdown-item > img:active {
    color: #fff;
    text-decoration: none;
    background-color: #ef7f00;
}

.dropdown-menu.show {
    display: block;
    position: absolute;
    will-change: transform;
    top: 0 !important;
    left: 0 !important;
    transform: translate3d(15px, 49px, 0px);
}

.header__user-wrap-menu.show{
    display: block !important;
    position: absolute;
    will-change: transform;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    margin-top: 8px;
}

a.dropdown-item {
    padding: .25rem 1.5rem;
    font-weight: 400;
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

a.dropdown-item:hover{
    cursor: pointer;
}

a.dropdown-item>img{
    width: 50px;
    height:auto;
}

.menu-item:focus {
    outline: none;
    background-color: #F8F9FA;
}

.menu-item:focus .menu-icon svg {
    fill: #FF5C00;
}

.menu-item:focus span {
    color: #FF5C00;
}

/* Стили для disabled состояний */
.menu-item:disabled,
.menu-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.menu-item:disabled:hover,
.menu-item.disabled:hover {
    background-color: transparent;
}

.menu-item:disabled .menu-icon svg,
.menu-item.disabled .menu-icon svg {
    fill: #C8C8D1;
}

/* Улучшение доступности для скринридеров */
.menu-item[aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Стили для активного состояния */
.menu-item.active {
    background-color: #E3F2FD;
}

.menu-item.active .menu-icon svg {
    fill: #FF5C00;
}

.menu-item.active span {
    color: #FF5C00;
    font-weight: 500;
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 768px) {
    .header__user-wrap-menu {
        width: 280px !important;
        right: 0 !important;
        left: auto !important;
    }

    .user-profile-header {
        padding: 12px 8px 12px 12px;
    }

    .avatar-circle {
        width: 36px;
        height: 36px;
    }

    .avatar-circle svg {
        width: 18px;
        height: 18px;
    }

    .user-name {
        font-size: 14px;
    }

    .user-phone {
        font-size: 11px;
    }

    .menu-item {
        padding: 8px 8px 8px 12px;
        height: 36px;
    }

    .menu-item:first-child {
        padding: 8px 12px;
    }

    .menu-item span {
        font-size: 13px;
    }
}

/* Анимации для плавного появления */
.header__user-wrap-menu {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.2s ease;
    transform-origin: top right;
}

.header__user-wrap-menu.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Дополнительные адаптивные стили */
@media (max-width: 480px) {
    .header__user-wrap-menu {
        width: 260px !important;
        right: 0 !important;
        left: auto !important;
    }

    .user-profile-header {
        padding: 10px 6px 10px 10px;
    }

    .avatar-circle {
        width: 32px;
        height: 32px;
    }

    .avatar-circle svg {
        width: 16px;
        height: 16px;
    }

    .user-name {
        font-size: 13px;
    }

    .user-phone {
        font-size: 10px;
    }

    .menu-item {
        padding: 6px 6px 6px 10px;
        height: 32px;
    }

    .menu-item:first-child {
        padding: 6px 10px;
    }

    .menu-item span {
        font-size: 12px;
    }

    .menu-icon {
        width: 20px;
        height: 20px;
    }

    .menu-icon svg {
        width: 16px;
        height: 16px;
    }
}

/* Стили для больших экранов */
@media (min-width: 1200px) {
    .header__user-wrap-menu {
        width: 320px !important;
    }

    .user-profile-header {
        padding: 18px 12px 18px 18px;
    }

    .avatar-circle {
        width: 44px;
        height: 44px;
    }

    .avatar-circle svg {
        width: 22px;
        height: 22px;
    }

    .user-name {
        font-size: 17px;
    }

    .user-phone {
        font-size: 13px;
    }

    .menu-item {
        padding: 12px 12px 12px 18px;
        height: 44px;
    }

    .menu-item:first-child {
        padding: 12px 18px;
    }

    .menu-item span {
        font-size: 15px;
    }
}

/* Поддержка темной темы */
@media (prefers-color-scheme: dark) {
    .header__user-wrap-menu {
        background-color: #2D2D2D;
        box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.1) !important;
    }

    .user-profile-header {
        background: #2D2D2D;
    }

    .menu-items {
        background: #2D2D2D;
    }

    .user-name,
    .user-phone,
    .menu-item span {
        color: #FFFFFF;
    }

    .menu-item:hover {
        background-color: #404040;
    }

    .menu-item:hover .menu-icon svg {
        fill: #FF5C00;
    }

    .menu-item:hover span {
        color: #FF5C00;
    }

    .menu-item:active {
        background-color: #505050;
    }

    .menu-item:active .menu-icon svg {
        fill: #FF5C00;
    }

    .menu-item:active span {
        color: #FF5C00;
    }

    .logout-item:hover {
        background-color: #4A1F1F;
    }

    .logout-item:hover .menu-icon svg {
        fill: #FF5C00;
    }

    .logout-item:hover span {
        color: #FF5C00;
    }

    .menu-divider {
        background: #404040;
    }
}

/* Улучшение контрастности */
.user-name,
.user-phone,
.menu-item span {
    color: #000000;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.menu-item:hover .menu-icon svg {
    fill: #333333;
}

.menu-item:active .menu-icon svg {
    fill: #000000;
}

/* Кроссбраузерные стили */
.header__user-wrap-menu {
    /* Fallback для старых браузеров */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

    /* Fallback для старых браузеров */
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;

    /* Fallback для старых браузеров */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.avatar-circle {
    /* Fallback для старых браузеров */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.menu-item {
    /* Fallback для старых браузеров */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Поддержка для IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header__user-wrap-menu {
        border: 1px solid #C8C8D1;
    }

    .avatar-circle {
        border: 1px solid #C8C8D1;
    }
}

/* Стили для touch устройств */
@media (hover: none) and (pointer: coarse) {
    .menu-item {
        min-height: 44px; /* Минимальная высота для touch */
        padding: 12px 10px 12px 16px;
    }

    .menu-item:first-child {
        padding: 12px 16px;
    }

    .menu-item:active {
        background-color: #E9ECEF;
        transform: scale(0.98);
    }

    .menu-item:active .menu-icon svg {
        fill: #FF5C00;
    }

    .menu-item:active span {
        color: #FF5C00;
    }
}

/* Улучшение для устройств с высоким DPI */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .menu-icon svg {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Стили для устройств с поддержкой hover */
@media (hover: hover) and (pointer: fine) {
    .menu-item:hover {
        background-color: #F8F9FA;
        transform: translateX(2px);
    }

    .menu-item:hover .menu-icon svg {
        fill: #FF5C00;
    }

    .menu-item:hover span {
        color: #FF5C00;
    }
}

/* Дополнительные адаптивные стили для разных размеров экрана */
@media (max-width: 320px) {
    .header__user-wrap-menu {
        width: 240px !important;
    }

    .user-profile-header {
        padding: 8px 4px 8px 8px;
    }

    .avatar-circle {
        width: 28px;
        height: 28px;
    }

    .avatar-circle svg {
        width: 14px;
        height: 14px;
    }

    .user-name {
        font-size: 12px;
    }

    .user-phone {
        font-size: 9px;
    }

    .menu-item {
        padding: 4px 4px 4px 8px;
        height: 28px;
    }

    .menu-item:first-child {
        padding: 4px 8px;
    }

    .menu-item span {
        font-size: 11px;
    }

    .menu-icon {
        width: 18px;
        height: 18px;
    }

    .menu-icon svg {
        width: 14px;
        height: 14px;
    }
}

@media (min-width: 1400px) {
    .header__user-wrap-menu {
        width: 360px !important;
    }

    .user-profile-header {
        padding: 20px 14px 20px 20px;
    }

    .avatar-circle {
        width: 48px;
        height: 48px;
    }

    .avatar-circle svg {
        width: 24px;
        height: 24px;
    }

    .user-name {
        font-size: 18px;
    }

    .user-phone {
        font-size: 16px;
        font-weight: 500;
    }

    .menu-item {
        /* padding: 14px 14px 14px 20px; */
        height: 22px;
    }

    .menu-item:first-child {
        padding: 14px 20px;
    }

    .menu-item span {
        font-size: 16px;
    }
}

/* Стили для разных ориентаций экрана */
@media (orientation: landscape) and (max-height: 500px) {
    .header__user-wrap-menu {
        max-height: 80vh;
        overflow-y: auto;
    }

    .user-profile-header {
        padding: 8px 6px 8px 12px;
    }

    .avatar-circle {
        width: 32px;
        height: 32px;
    }

    .avatar-circle svg {
        width: 16px;
        height: 16px;
    }

    .user-name {
        font-size: 13px;
    }

    .user-phone {
        font-size: 10px;
    }

    .menu-item {
        padding: 6px 6px 6px 12px;
        height: 32px;
    }

    .menu-item:first-child {
        padding: 6px 12px;
    }

    .menu-item span {
        font-size: 12px;
    }
}

/* Стили для печати */
@media print {
    .header__user-wrap-menu {
        display: none !important;
    }
}

/* Стили для устройств с уменьшенным движением */
@media (prefers-reduced-motion: reduce) {
    .header__user-wrap-menu,
    .menu-item {
        transition: none;
    }

    .menu-item:hover {
        transform: none;
    }
}

/* Финальные стили для лучшей совместимости */
.header__user-wrap-menu {
    /* Улучшение производительности */
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    /* Улучшение рендеринга */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Улучшение доступности */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-item {
    /* Улучшение производительности */
    will-change: background-color, transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    /* Улучшение доступности */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Улучшение для скринридеров */
.menu-item[role="menuitem"] {
    cursor: pointer;
}

.menu-item[role="menuitem"]:focus {
    outline: 2px solid #007ACC;
    outline-offset: -2px;
}

/* Стили для высокого контраста */
@media (prefers-contrast: high) {
    .header__user-wrap-menu {
        border: 2px solid #000000;
    }

    .menu-divider {
        background: #000000;
        height: 2px;
    }

    .menu-item:hover {
        background-color: #000000;
        color: #FFFFFF;
    }

    .menu-item:hover .menu-icon svg {
        fill: #FF5C00;
    }

    .menu-item:hover span {
        color: #FF5C00;
    }
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.6);
}

.fade:not(.show) {
    opacity: 0;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
    /*-webkit-transform: translate(0, -50px);*/
    /*transform: translate(0, -50px);*/
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    outline: 0;
    margin: 0 auto;
    padding: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-header .close {
    cursor: pointer;
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    transition: 0.2s;
}
.modal-header .close:hover {
    color: #ff8a00;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body textarea:focus {
    outline: none;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-futer-text {
    padding-top: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
}



.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

#enter_password .modal-content,
#error-modal .modal-content,
#login .modal-content,
#password_recovery .modal-content,
#enter_phone .modal-content {
    width: 320px;
}

.auth-modal {
    width: 320px;
    border: none;
}

.auth-modal h2 {
    font-size: 24px;
}

.auth-modal .modal-body {
    padding: 0px;
    width: 320px;

}

.auth-modal .errorMessage {
    min-height: 16px;
    width: 100%;
    font-size: 10px;
    color: #FF0000;
    font-weight: 600;
}

.auth-modal .login-modal-body {
    margin-top: 8px;
}

.recoveryModalBody {
    font-size: 14px;
}

.auth-modal .recoveryModalBody {
    margin-top: 24px;
    margin-bottom: 24px;
}

.auth-modal .registrationBody {
    margin-top: 24px;
    margin-bottom: 24px;
}


.recoveryModalBody .login-modal-item .input {
    margin-bottom: 0px;
}

.error_message_text {
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 500;
}

.login-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.login-modal-header h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
}

.login-modal-header a {
    cursor: pointer;
}

.login-modal-body {
    margin-bottom: 20px;
}

.additionFormText {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.additionFormText .firstFormAddition {
    margin-top: 20px;
}

.firstFormAddition div {
    text-align: center;
}

.additionFormText .elem {
    margin-bottom: 24px;
}

.additionFormText .elem:last-child {
    margin-bottom: 0px;
}


.modal-body a {
    cursor: pointer;
    color:#FF5C00;
    font-weight: 500;
}

.modal-body a:hover {
    color:#d64f00;
}
.modal-body .modal-futer-text a {
    font-weight: 400;
}


.login-modal-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}


.registrationBody .login-modal-item:first-child .input {
    margin-bottom: 0px;
}

.login-modal-item:last-child .login-modal-text {
    display: flex;
    justify-content: space-between;
}

.login-modal-item .input {
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #BFCFDD;
    color: #000;
    border-radius: 10px;
    line-height: 15px;
    background-color: #fff;
}




.login-modal-item input:-webkit-autofill {
    background-color: #fff !important;
}

.login-modal-item input:-webkit-autofill:focus {
    background-color: #fff !important;
}

.login-modal-item input:-internal-autofill-selected {
    background-color: #fff !important;
}

.login-modal-item:last-child .input {
    margin-bottom: 0px;
}



.login-modal-item .input[name="password"] {
    border-right: 1px solid #BFCFDD;
}

.login-modal-item .input:focus {
    border-color: #a6b0b9;
}

.login-modal-item .input.error {
    border-color: red;
}

.login-modal-item .input-group {
    flex-wrap: nowrap;
}

.login-modal-item .input-group-text {
    position: absolute;
    right: 0;
    border: none;
    height: 29px;
}


.login-modal-item .input::-webkit-input-placeholder {
    color: #000;
}

.login-modal-item .input::-moz-placeholder {
    color: #000;
}

.login-modal-item .input:-ms-input-placeholder {
    color: #000;
}

.login-modal-item .input::-ms-input-placeholder {
    color: #000;
}

.login-modal-item .input::placeholder {
    color: #414141;
}

.changeNumber {
    color: #ff5c00;
}

.changeNumber:hover {
   text-decoration: underline   ;
}

.login-modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.login-modal-footer div {
    width: 100%;
}

.login-modal-btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #ff5c00;
    border-radius: 10px;
    padding: 13px 14.05%;
    /*padding: 13px 0;*/
    /*width: 40%;*/
    width: fit-content;
    outline: none;
    border: none;
    line-height: 22px;
    cursor: pointer;
    width: 100%;
}

.login-modal-btn :disabled,
.login-modal-btn[disabled] {
    background: #ff5c00;
    opacity: 0.5;
    cursor: not-allowed;
}

.login-modal-btn:hover {
    background: #ee5700;
}

.car-categories .modal {
    overflow-y: auto;
}
.price .modal-content {
    width: auto;
}
#error-modal {
    z-index: 999999;
}


/*.btn {*/
/*    display: inline-block;*/
/*    font-weight: 400;*/
/*    color: #212529;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    -webkit-users-select: none;*/
/*    -moz-users-select: none;*/
/*    -ms-users-select: none;*/
/*    users-select: none;*/
/*    background-color: transparent;*/
/*    border: 1px solid transparent;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*    border-radius: 0.25rem;*/
/*    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*}*/

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-default{
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.btn-default.active,.btn-default.focus,.btn-default:active,
.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Message */
.message {
  width: 100%; }
  .message__title {
    background-color: #f4f4f6;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 1rem;
    margin-top: 0.6875rem; }
  .message__count {
    font-size: 0.75rem;
    color: #ffffff;
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    background-color: #ff8a00;
    border-radius: 50%;
    margin-left: 0.5rem;
    text-align: center;
    line-height: 1.1rem; }
  .message__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0; }
    .message__wrap .pagination {
      margin: 0; }
  .message__del-link {
    color: #acaaaa;
    font-size: 0.75rem;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    position: relative; }
.message__del-link img{
    width: 1rem;
    height: 1rem;
      -webkit-transform: translateY(25%);
          -ms-transform: translateY(25%);
              transform: translateY(25%);
    margin-left: 0.5rem;
}
/*.message__del-link:after {*/
    /*  content: "";*/
    /*  width: 1rem;*/
    /*  height: 1rem;*/
    /*  background: url("../img/garbage.png");*/
    /*  background-repeat: no-repeat;*/
    /*  background-size: cover;*/
    /*  position: absolute;*/
    /*  top: 50%;*/
    /*  right: -2rem;*/
    /*  -webkit-transform: translateY(-50%);*/
    /*      -ms-transform: translateY(-50%);*/
    /*          transform: translateY(-50%); }*/
    .message__del-link:hover {
      cursor: pointer;
      color: #ff8a00;}
  .message__table .table__head {
    background: transparent; }
    .message__table .table__head .table__row td:first-of-type {
      font-weight: 400;
      font-size: 0.75rem; }
  .message__table .table__row td {
    border: none;
    text-align: left;
    font-size: 0.875rem; }
    .message__table .table__row td:first-of-type {
      width: 176px; }
    .message__table .table__row td:last-of-type {
      text-align: right;
      width: 176px; }
    .message__table .table__row td .checkbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .message__table .table__row td .check {
      width: 1.3rem;
      height: 1.3rem;
      border-color: #cccccc;
      border-width: 2px;
      margin-right: 0.5rem; }
      .message__table .table__row td .check + span {
        display: inline-block; }

/* /Message */

.mobile-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    /* box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25); */
    padding: 12px;
    z-index: 20;
}
.mobile-menu-link {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #9A9AA6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .3s;
    gap: 4px;
}
.mobile-menu-cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #FF5C00;
    border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 0;
}
.mobile-menu-link:hover {
    color: #FF5C00;
}
.mobile-menu-link:hover svg path {
    fill: #FF5C00;
}
.mobile-menu-link-active{
    color: #FF5C00;
}
.mobile-menu-link-active svg path{
    fill: #FF5C00;
}
    /* products */
.products {
    display: flex;
}
.filter {
    height: fit-content;
    background: #FFFFFF;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    padding: 16px 0px;
}
.filter-block {
    margin-right: 32px;
}
@media (max-width:769px) {
    .filter-block {
        margin-right: 0px;
    }
}
.filter-wrapper {
    width: 256px;
}
.filter-show {
    width: 100%;
    display: none;
    padding: 5px 0;
}
.filter-header {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.filter-close {
    cursor: pointer;
}
.filter-accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 23px;
    /* border-bottom: 1px solid #FF5C00; */
    cursor: pointer;
}
.filter-accordion span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.filter-accordion--open + .filter-panel {
    /* border-bottom: 1px solid #FF5C00; */
    max-height: 300px;
}
.filter-accordion--open:last-of-type + .filter-panel {
    /* border-bottom: 1px solid #FF5C00; */
}
.filter-accordion--open .filter-arrow {
    transform: rotate(0);
}
.filter-arrow {
    transform: rotate(180deg);
    transition: .3s;
}
.filter-panel {
    transition: .3s;
    max-height: 0;
    overflow: auto;
    padding: 0 23px;
}
.filter-panel input{
   display: block;
}
.filter-panel .checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
}
.filter-panel .checkbox:last-of-type {
    margin-bottom: 12px;
}
.filter-panel .checkbox .check {
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin-right: 8px;
    border-radius: 5px;
    background: #F2F2F2;
}
.filter-search {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px;
    font-size: 12px;
    color: #c4c4c4;
    transition: .1s;
    margin: 12px 0 24px;
    width: 100%;
}
.filter-search::placeholder {
    font-size: 12px;
    color: #c4c4c4;
}
.filter-search:focus {
    outline: none;
    border: 1px solid #FF5C00;
}
.filter-check {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    margin-bottom: 12px;
    margin-left: 29px;
    cursor: pointer;
}
.filter-check > input[type=checkbox] {
    width: 1px;
    height: 1px;
    position: absolute;
    display: none;
    opacity: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.filter-check > input[type=checkbox] + span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    margin-right: 4px;
}
.filter-more {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-decoration: underline;
    margin: 0 24px 13px;
    display: block;
    cursor: pointer;
    transition: .1s;
}
.filter-more:hover {
    color: #ff5c00;
}
.filter-actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-actions-apply {
    font-size: 14px;
    padding: 12px 20px;
}
.filter-actions-reset {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.filter-actions-reset:hover {
    color: #FF5C00;
}
.products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-left: 10px;
    height: fit-content;
}

.product-item {
    background: #FFFFFF;
    border: 1px solid #FF5C00;
    border-radius: 5px;
    padding: 15px;
    flex-basis: calc(25% - 15px); /* По 4 карточки в ряд */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Новая карточка товара на flexbox */
.product-item.new-design {
    background: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.product-item.new-design:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); */
}
.product-img {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* Стили для новой карточки товара */
.product-image-container {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Стили для fallback изображения */
.product-image-container img[src*="no_image.png"] {
    width: 120px;
    height: 120px;
    object-fit: contain;
    opacity: 0.6;
    position: relative;
    z-index: 2;
}

/* Стили для изображения с ошибкой загрузки */
.product-image-container img[src*="no_image.png"]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.8);
    border-radius: 8px;
}

.product-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    border-radius: 16px 16px 0 0;
}

.product-item.new-design .product-img {
    display: flex;
    position: relative;
    object-fit: contain;
    border-radius: 8px;
    margin: 0;
    width: 200px;
    height: 195px;
    max-width: 100%;
    max-height: 100%;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 16px 16px;
    background: #FFFFFF;
    border: 0px 1px 1px 1px solid #F2F2F2;
    border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    background: #FFF;
}

.product-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-dot {
    width: 4px;
    height: 4px;
    background: #FF5C00;
    border-radius: 50%;
}

.product-price-rating {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.product-price-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FF5C00;
    font-variant-numeric: lining-nums proportional-nums;
       font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.product-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;

/* H5 */
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 128.571% */
}

.meta-text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #000000;
    opacity: 0.8;
}

.original-icon {
    width: 14px;
    height: 14px;
    background: #00AA4A;
    border-radius: 2px;
}

.product-item.new-design .product-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: 1.286;
    color: #000000;
    margin: 0;
    text-align: left;
    word-wrap: break-word;
    color: var(--, #000);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}

.product-stats {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.star-icon {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.star-icon.filled {
    background: #FF5C00;
}

.star-icon.empty {
    background: #C8C8D1;
}

.stat-text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.286;
    color: #000000;
    opacity: 0.8;
}

.product-action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 24px;
}

.product-item.new-design .product-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    background: #FF5C00;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.125;
    transition: background-color 0.2s ease;
    border: none;
}

.product-item.new-design .product-btn:hover {
    background: #E54D00;
}
.product-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 15px 0 32px;
    color: #000000;
    flex: 1;
    transition: .1s;
}
.product-title:hover {
    color: #ff5c00;
}
.product-brand, .product-article {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: flex;
    justify-content: space-between;
}



.product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}
.product-price span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.product-btn {
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
}

@media (max-width: 425px) {
    .product-brand, .product-article {
        flex-direction: column;
        margin-top: 8px;
    }
    .product-price span {
        font-size: 16px;
    }


}


.product-xs {
    display: none;
}
.product-accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #FF5C00;
    border-bottom: 1px solid #FF5C00;
    cursor: pointer;
    margin: 0 -15px -1px;
}
.product-accordion--open + .product-panel{
    max-height: 1000px;
}
.product-arrow {
    transform: rotate(180deg);
    transition: .3s;
}
.product-accordion--open .product-arrow {
    transform: rotate(0deg);
}
.product-panel {
    transition: .3s;
    max-height: 0;
    overflow: auto;
}
.products-more {
    background: #FFFFFF;
    border: 1px solid #FF5C00;
    border-radius: 5px;
    padding: 80px 15px 50px;
    max-width: 286px;
    box-sizing: border-box;
    margin: 0 0px 20px 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.products-more span {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    transition: .1s;
}
.products-more span:hover {
    color: #ff5c00;
}
.product-tabs {
    display: flex;
    border-bottom: 1px solid #FF5C00;
    margin: 20px 0 40px;
    padding: 0 0 10px;
}
.product-tab {
    list-style: none;
    margin-right: 23px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    position: relative;
    cursor: pointer;
}
.product-tab .filter-arrow {
    display: none;
}
.product-tab--active:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 6px;
    background: #FF5C00;
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    bottom: -11px;
}
.product-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 63px;
}
.product-detail-img {
    width: 357px;
    height: 241px;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.product-item img.product-img {
    max-width: 150px;
    margin-bottom: 32px;
}

.product-detail-descr > .product-price {
    margin-top: 0;
    margin-bottom: 26px;
}
.product-detail-descr {
    margin-left: 65px;
    flex: 1;
    padding-right: 65px;
    border-right: 1px solid #FF5C00;
}
.product-detail-descr:last-of-type {
    padding-right: 0;
    border: none;
}
.product-detail-text {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 13px;
}
.product-detail-descr > .product-detail-more {
    display: flex;
    justify-content: flex-end;
}
.product-detail-more {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    transition: .1s;
}
.product-detail-more:hover {
    color: #FF5C00;
}
.product-detail-title {
    font-weight: 600;
    font-size: 25px;
    margin: 0;
}
.product-detail-title--hidden {
    display: none;
}
.product-detail-subtitle {
    font-weight: 600;
    font-size: 20px;
    margin: 12px 0;
}
.product-detail-descr-text {
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 22px;
}
/* /products */
/* popular-cat */
.popular-cat {
    background: #F5F7FA;
    padding: 35px 0;
    margin-top: 44px;
}
.popular-cat-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popular-cat-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.popular-cat-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.popular-cat-wrapper > div {
    flex: 1;
}
.popular-cat-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 37px;
    margin-right: 20px;
}
.popular-cat-item:last-of-type {
    margin-right: 0;
}
.popular-cat-list {
    margin-left: 22px;
}
.popular-cat-list-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
}
.popular-cat-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.popular-cat-list ul li {
    margin-bottom: 14px;
}
.popular-cat-list ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    transition: .3s;
}
.popular-cat-list ul li a:hover {
    color: #FF5C00;
}
.popular-cat-all {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    cursor: pointer;
    transition: .3s;
}
.popular-cat-all:hover {
    color: #FF5C00;
}
.popular-cat-all svg {
    margin-left: 8px;
}
.popular-cat-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
}
.popular-cat-modal-content {
    /*margin-top: 90px;*/
    pointer-events: auto;
    height: 601px;
    max-height: 601px;
    background: #FFFFFF;
}
.popular-cat-modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    padding-right: 20px;
    border-bottom: 1px solid #c4c4c4;
}
.popular-cat-modal-close {
    cursor: pointer;
    transition: .3s;
}
.popular-cat-modal-close:hover path {
    fill: #FF5C00;
    transition: .3s;
}
.popular-cat-modal-body {
    height: calc(100% - 41px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}
.popular-cat-modal-item {
    width: 33.33%;
    background: #FFFFFF;
    cursor: pointer;
    height: 44px;
    padding: 0 20px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    margin: -1px 0 -1px;
    transition: .3s;
}
.popular-cat-modal-item:hover {
    background: #FF5C00;
}
.popular-cat-modal-item:hover > .popular-cat-modal-hidden {
    display: block;
}
.popular-cat-modal-item:hover >.popular-cat-modal-item-title > svg path{
    fill: #ffffff;
    transition: .3s;
}
.popular-cat-modal-item:hover > .popular-cat-modal-item-title a {
    color: #ffffff;
}
.popular-cat-modal-item-title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}
.popular-cat-modal-item-title a {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.popular-cat-modal-item-title svg {
    margin-top: 2px;
}
.popular-cat-modal-hidden {
    display: none;
    position: absolute;
    top: 0;
    left: 33.33%;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    height: 100%;
    width: calc(100% + 2px);
    z-index: 5;
    margin-left: -1px;
}
.popular-cat-modal-hidden ul {
    margin: 0;
    padding: 0;
}
.popular-cat-modal-hidden ul li {
    background: #ffffff;
    cursor: pointer;
    height: 44px;
    padding: 0 20px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    margin: -1px 0 0 -1px;
    transition: .3s;
}
.popular-cat-modal-hidden ul li:hover {
    background: #FF5C00;
}
.popular-cat-modal-hidden ul li:hover a{
    color: #ffffff;
}
.popular-cat-modal-hidden ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 43px;
    color: #000;
    transition: .3s;
}
/* /popular-cat */
#catalog{
    position: absolute;
    background: none;
    top:initial;
    bottom: -611px;
    height: 600px;
    z-index: 999999;
}
#catalog .modal-dialog{
    margin: 0;
}
#catalog .modal-body{
    padding: 0;
    width: 100%;
}
#catalog .modal-content{
    width: 100%;
    background: none;
    border: none;
    pointer-events: none;
    padding: 0px;
}
.categories-back{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.6);
}
.catalogs .pagination {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 24px;
}
.catalogs .pagination__info {
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 16px;
}

@media screen and (max-width: 1200px) {
    .product-item {
        flex-basis: calc(25% - 15px); /* По 4 элемента */
    }

    .product-item.new-design {
        flex-basis: calc(25% - 15px);
    }
}
@media screen and (max-width: 1025px) {
    .product-item {
        flex-basis: calc(33.33% - 14px);
    }

    .product-item.new-design {
        flex-basis: calc(33.33% - 14px);
    }

    .product-brand, .product-article {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 10px;

    }

    .product-wrapper {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .product-detail-descr {
        margin-left: 0;
        margin-top: 33px;
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
    }
    .product-price span {
        font-size: 14px;
    }
    .product-detail-text span{
        margin-right: 20px;
    }
    .product-detail-text span:last-of-type {
        margin-right: 0;
    }
    .product-detail-title {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .product-detail-title--hidden {
        display: block;
    }
    .product-detail-subtitle {
        font-size: 14px;
    }

    .product-btn {
        font-weight: 500;
        font-size: 14px;
        padding: 5px;
    }
}
@media screen and (max-width: 769px) {
    .filter-block {
        display: none;
    }
    button.btn.filter-show:hover {
        color: #fff;
    }
    .filter-block--show {
        /* position: fixed; */
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        overflow: auto;
        max-height: 100vh;
        /* padding: 15px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 30;
        margin-bottom: 24px;
        padding: 16px;
    }
    .filter-actions {
        margin-top: 30px;
    }
    .filter-show {
        display: block;
        margin-bottom: 20px;
    }
    .filter-header {
        display: flex;
    }
    .filter-wrapper {
        width: 100%;
    }
    .products {
        flex-direction: column;
    }
    .products-list {
        width: 100%;
        margin-left: 0;
    }
    .product-item {
        flex-basis: calc(50% - 10px); /* По 2 элемента */
    }
    .product-item:nth-child(odd) {
        margin-left: 0;
    }

    .product-item.new-design {
        flex-basis: calc(50% - 10px);
    }

    .product-item.new-design .product-img {


    }

    .product-image-container img[src*="no_image.png"] {
        width: 80px;
        height: 80px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .popular-cat-modal-item {
        width: 100%;
        position: relative;
    }
    .popular-cat-modal-item:hover > .popular-cat-modal-hidden {
        left: 0;
        top: 44px;
    }
    .popular-cat-modal-item-title svg {
        transform: rotate(90deg);
    }
}
@media screen and (max-width: 481px) {
    /*.mobile-menu {*/
    /*    display: flex;*/
    /*}*/
    .filter {
        width: 100%;
    }
    .product-lg {
        display: none;
    }
    .product-xs {
        display: block;
    }
    .product-xs .product-detail-img {
        margin: 20px auto 0;
    }
    .product-item {
        flex-basis: calc(50% - 10px); /* По 2 элемента */
    }

    .product-item.new-design {
        flex-basis: calc(50% - 10px);
    }

    .product-item.new-design .product-img {

    }

    .product-image-container img[src*="no_image.png"] {
        width: 60px;
        height: 60px;
    }

    .product-detail-img {
        width: 100%;
        margin: 0 auto;
    }
    .product-tabs {
        flex-direction: column;
        padding: 0;
        margin: 20px -15px 40px;
    }
    .product-tab{
        padding: 8px 10px;
        font-size: 16px;
        border-top: 1px solid #FF5C00;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product-tab .filter-arrow {
        display: block;
        transform: rotate(180deg);
        transition: .3s;
    }
    .product-tab--active {
        color: #fff;
        background-color: #FF5C00;
        transition: .3s;
    }
    .product-tab--active .filter-arrow {
        transform: rotate(0deg);
    }
    .product-tab--active:before {
        content: none;
    }
    .popular-cat-modal-content {
        height: 100vh;
        max-height: 100vh;
        margin: 0 -15px;
    }
    .catalogs .pagination {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .catalogs .pagination__info {
        margin-top: 2.5rem;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .car-categories-list-item{
        flex: 0 0 49.35%;
        max-width: 49.35%;
    }
    .car-categories-list-item:nth-child(-n+3){
        margin-top: 1.08%;
    }
    .car-categories-list-item:nth-child(-n+2){
        margin-top: 0;
    }
    .car-categories-list-item:nth-child(3n+3){
        margin-right: 1.08%;
    }
    .car-categories-list-item:nth-child(2n+2){
        margin-right: 0;
    }
    .price__table-item-cell-data{
        padding: 0.5rem;
    }
    /*.balance__table{*/
    /*    display: block;*/
    /*    overflow-x: scroll;*/
    /*}*/
    .settings__wrap__group{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .settings__form-wrap:first-of-type{
        width: 100%;
    }
    .settings__form-wrap:last-of-type{
        margin-left: 0;
        margin-top: 2rem;
    }
    .header-adaptive-padding-bottom{
        padding-bottom: 11.5rem;
    }
    .header-adaptive-padding-bottom-auth{
        padding-bottom: 11.5rem;
    }
    .header__search-wrap{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .header__logo{
        -ms-flex: 0 0 11.75%;
        -webkit-flex: 0 0 11.75%;
        flex: 0 0 11.75%;
        max-width: 11.75%;
    }
    .header__logo img{
        width: 100%;
    }
    .header-search-group{
        -ms-flex: 0 0 85.916667%;
        -webkit-flex: 0 0 85.916667%;
        flex: 0 0 85.916667%;
        max-width: 85.916667%;
        margin-left: 1rem;
    }
    .header-basket-group{
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 1rem;
    }
    .header__contact{
        margin-right: 0;
    }
    .basket{
        margin-left: 0;
    }
  .shipment__table {
    display: block;
    overflow-x: scroll; }
    .shipment__table .table__head tr td:nth-child(2),
    .shipment__table .table__head tr td:nth-child(n+5):nth-child(-n+6) {
      white-space: normal; }
    .shipment__table .table__head tr form {
      margin: 0.5rem auto 0;
      width: 100%; }
      .shipment__table .table__head tr form input {
        width: 82%; }
  .orders__table {
    display: block;
    overflow-x: scroll; }
}
@media screen and (max-width: 1000px) {
    .car-category-detail-group{
        flex-direction: column;
    }
    .car-category-detail-group-img{
        margin-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .car-category-detail-table {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .car-category-detail-table table{
        width: 100%;
    }
    .car-categories-list-item{
        flex: 0 0 49.45%;
        max-width: 49.45%;
    }
    .part-selection-car-groups{
        flex-direction: column;
    }
    .car-groups{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
    .car-categories{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .price__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .price-filter {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .price__main {
        margin-left: 0;
        margin-top: 2.5rem;
        max-width: 100%;
        flex: 100%;
        width: 100%;
    }
    .price__table-item-cell-data{
        padding: 1rem;
    }
    .feedback .spare-parts-form__form-row.first-row{
        display: block;
    }
    .feedback .spare-parts-form__form-title p{
        max-width: 100%;
    }
    .feedback .spare-parts-form__form-body{
        flex: none;
        max-width: 100%;
        margin-top: 5px;
    }
    .feedback .spare-parts-form__form-title{
        max-width: 100%;
        text-align: start;
    }
    .vinnumber {
        font-family: Ubuntu;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        padding: 16px 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        border-radius: 8px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .page-info-find-article,
    .capabilities-info{
        flex-wrap: wrap;
    }
    .page-info-find-article-item,
    .capabilities-info-item{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 3rem;
    }
    .message__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .message__del-link,
    .account__filter-form{
        margin-bottom: 1rem;
    }
    .message .pagination{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .change_login_data .checkout__wrap{
        width: 100%;
    }
    .contacts-list-item{
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contacts-list-item:first-child{
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .contacts-list-item:last-child{
        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;
    }
    .contacts-list-item img{
        width: 100%;
    }
  .header__menu {
    display: none; }
  .header__location{
      position: revert;
  }
  .pc-info__name {
    display: none; }
    .categories__title {
      margin-bottom: 2.5rem; }
    .categories__category {
      width: 45%; }
      .categories__category:nth-of-type(3n) {
        margin-right: 1.5%; }
      .categories__category:nth-of-type(2n), .categories__category:last-of-type {
        margin-right: 0; }
  .account__table,
  .account__table .table__row td {
      white-space: nowrap;
  }
  .orders__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
}
@media (max-width: 768px) {
    .car-category-detail-table {
        margin-top: 16px;
    }
}
@media screen and (max-width: 900px) {
    .header-show-city-container:before{
        content: url("../img/svg_img/geo.svg");
    }
    .models__grid{
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .spare-parts-form__form-title {
        text-align: center;
    }
    .all-models-btn{
        color: #FF5C00;
    }
    .search__table-item-cell.article{
        height: 100%;
        font-size: 12px;
    }
    .search__table-item-cell.producer{
        height: 100%;
        font-size: 12px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .page-info-categories-chunk {
        flex-wrap: wrap;
    }
    .page-info-category-item {
        width: 100%;
        flex-direction: column-reverse;
    }

    .page-info-categories-chunk:first-child .page-info-category-item:last-child{
        border-top-right-radius: 0;
    }
    .page-info-categories-chunk:first-child .page-info-category-item:first-child {
        border-top-right-radius: 5px;
    }
    .page-info-categories-chunk:last-child .page-info-category-item:first-child {
        border-bottom-left-radius: 0;
    }
    .page-info-categories-chunk:last-child .page-info-category-item:last-child{
        border-bottom-left-radius: 5px;
    }

    .page-info-category-item img {
        margin-left: 0;
    }

    .page-info-category-title {
        align-self: center;
        margin: 0 0 1rem 0;
    }

    .page-info-category-item .text-border:before {
        border-bottom: 7px solid #FF5C00;
        top: 11px;
        left: 4px;
    }
    .search .section-title{
        color: #000;
        font-variant-numeric: lining-nums proportional-nums;

        /* H3 */
        font-family: Ubuntu;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 133.333% */
        margin-bottom: 16px;
    }
    .search__table{
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
    }
    .search__table-item{
        box-sizing: border-box;
        padding: 18px 0px;
        grid-template-columns: 30% 30% 20% 20%;
        grid-template-areas:
        "producer ident"
        "article ident";
    }
    .catalogs-body{
        padding: 30px;
    }
    #login .modal-body {
        padding: 14px 16px 19px 16px;
    }
    #login .modal-dialog{
        margin: 0;
    }
    /*.login-modal-btn{*/
    /*    width: 24%;*/
    /*}*/
    .page-info-parts-item{
        flex: 0 0 70%;
        max-width: 70%;
        height: auto;
    }
    .page-info-parts-item:first-child{
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .header{
        padding-bottom: 24px;
    }
    .header-above-480{
        display: none;
    }
    .header-bellow-480{
        display: block;
    }
    .sign-in__wrap,
    .register__wrap,
    .checkout__wrap{
        width: 100%;
    }
    .models-header{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .car-mark-groups h2{
        font-size: 16px;
        line-height: 25px;
    }
    .categories{
        margin-top: 6px;
    }
    .categories .page-info-catalog-header{
        font-size: 16px;
        line-height: 25px;
    }
    .categories .page-info-categories{
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .models ~ .feedback{
        /* display: none; */
    }
    .spare-parts-form {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 2rem; }
    .spare-parts-form__text {
        max-width: 100%; }
    .spare-parts-form__form-title h2{
        font-size: 16px;
    }
    .spare-parts-form__form-title p{
        font-size: 14px;
        font-weight: 600;
    }
    .models .models-body{
        column-gap: 0;
        grid-template-columns: 100%;
        grid-template-areas: 'carMarkGroups' 'categories' 'sparePartsForm';
    }
    .subs{
        display: none;
    }
  /*.subs__wrap {*/
  /*  -webkit-box-orient: vertical;*/
  /*  -webkit-box-direction: normal;*/
  /*  -webkit-flex-direction: column;*/
  /*      -ms-flex-direction: column;*/
  /*          flex-direction: column;*/
  /*  text-align: center; }*/
  /*.subs__form {*/
  /*  margin: 1.5rem auto 0; }*/
  /*  .subs__form-input {*/
  /*    margin-right: 2rem;*/
  /*    width: 17rem; }*/

  .footer__wrap {
      grid-row-gap: 1.5rem;
      grid-column-gap: 0;
      /*grid-template-areas:*/
      /*    'products buyers'*/
      /*    'contact-wrap mode'*/
      /*    'logo payments'*/
      /*    'error-in-site error-in-site';*/
      grid-template-areas:
          'buyers contact-wrap'
          'mode contact-wrap'
          'logo social'
          'payments payments';
      grid-template-columns: 50% 50%;
  }
    .footer__logo{
        align-self: center;
    }
  .footer__desc {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .footer__nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .footer__contact-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
  .footer__payments {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
  .footer__copy {
      align-self: revert;
    -ms-grid-row: 5;
    -ms-grid-column: 3; }
  .footer__desc, .footer__copy {
    padding: 0; }
}

@media screen and (max-width: 780px){

    .checkout__group{
        flex-wrap: wrap;
    }
    button.price__wrap-show-filters.btn:hover {
        color: #fff;
    }
    .filter-by-producer-body.filter-by-producer-show {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .checkout-col-1 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .checkout-col-2 {
        flex: 1;
        max-width: 100%;
    }
    .checkout__header,
    .checkout-col-2-header{
        font-size: 16px;
    }
    .checkout__item{
        padding: 16px;
    }
    .checkout__part-delivery-wrap{
        display: initial;
    }
    .checkout__total-sum-value,
    .checkout__part-sum{
        font-size: 18px;
    }
    .checkout__btn{
        padding: 10px 0;
    }
    .checkout__part-cell:first-child {
        flex: 100%;
        max-width: 100%;
    }
    .checkout__part-cell:last-child {
        flex: 100%;
        max-width: 100%;
        margin-top: 18px;
    }
    .checkout__part-delivery{
        line-height: 20px;
        margin-top: 18px;
    }
    .orders__filter{
        margin-bottom: 24px;
    }
    .orders__filter-item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .orders__filter-item:last-child{
        justify-content: flex-start;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .profile__orders-body-item{
        font-size: 12px;
    }
    .profile__orders-body-cells{
        grid-template-columns: 5% 15% 80%;
        grid-template-areas:
            'posp pod pod'
            'posp popn pop'
            'posp popt popt';
    }
    .profile__orders-body-cell.profile-order-details{
        font-size: 16px;
    }
    .profile__orders-body-cell.profile-orders-products-total-sum{
        justify-self: flex-start;
        font-size: 16px;
    }
    .profile__order-product-item{
        margin-top: 19px; font-size: 12px;
        /* grid-template-columns: 5% 15% 80%;
        font-size: 12px;
        grid-template-areas:
            'ppe ppi ppi'
            'ppe ppq ppp'
            'ppe ppts ppts'; */
        display: flex;
            flex-direction: row;
            flex-wrap: wrap;
    }
    .profile__order-product-cell.profile-product-total-sum{
        justify-self: flex-start;
        display: flex;
        font-size: 16px;
        align-items: center;
    }
    .profile-product-info-item:first-child,
    .profile-product-info-item:last-child{
        font-size: 14px;
    }
    .profile__order-product-cell .last_state{
        margin-left: 10px;
        padding: 5px;
    }
    .orders__wrap{
        margin-top: 78px;
    }
    .pagination__page{
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .container.cart-container{
        padding: 0;
    }
    .cart .section-title {
        margin-bottom: 10px;
    }
    .cart__table__header{
        display: none;
    }
     .cart__table__body-item{
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto auto;
      gap: 15px 10px;
    }
    .part-delivery-caption{
        display: initial;
    }
    .part-delivery-from-text{
        text-transform: lowercase;
    }
    .cart__data {
        display: flex;
        flex-wrap: wrap;
    }
    .basket-new-order-block {
        padding: 16px;
    }

    .basket-new__select-all {
        padding: 16px;
        padding-bottom: 0px;
    }

    .cart__table {
        width: 100%;
        padding: 16px;
        margin-right: 0px;
    }
        /* Первая строка: изображение и детали */
    .basket-new__img-wrap {
        grid-column: 1;
        grid-row: 1;
    }

    /* Детали товара занимают оставшееся место в первой строке */
    .cart__table__body-cell.part-cart-details {
        grid-column: 2;
        grid-row: 1;
        padding-left: 10px;
    }

    /* Вторая строка: количество и сумма */
    .cart__table__body-cell.part-quantity {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
    }

    .cart__table__body-cell.part-total-sum {
        grid-column: 2;
        grid-row: 2;
        text-align: right;
    }
    .cart__table__body-item {
        font-size: 14px;
        position: relative;
    }
    .cart__table__body-cell.part-price{
        margin-top: 20px;
    }
    .part-price-caption {
        display: initial;
    }
    .cart__table__body-cell.part-quantity{
        margin-bottom: 28px;
    }
    .cart__table__body-cell.part-total-sum{
        /* justify-self: flex-start; */
        margin-bottom: 28px;
    }
    .cart__table__body-cell.part-total-sum .part-total-sum-rub{
        display: initial;
    }
    .cart__table__footer-cell.part-total-price{
        display: none;
    }
    .mobile-cart-total-sum{
        display: initial;
    }
    .cart__table__footer {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .cart__table__footer-cell.part-checkout {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: flex-end;
    }
    .cart__table__footer-cell.part-total-price-text {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cart-checkout-btn {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        flex: 0 0 134px;
        max-width: 134px;
    }

    .footer{
        border-top: none;
        padding-bottom: 56px;
    }
    .price__wrap-show-filters{
        display: block;
    }
    .price-sort{
        justify-content: flex-start;
        flex-direction: column;
    }
    .price-sorts-list{
        display: none;
    }
    .dropdown-list{
        display: flex;
        justify-content: space-between;
        border: 1px solid #E5E5E5;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 12px 16px;
        margin-top: 7px;
    }
    .price-filter{
        margin-right: 0;
    }
    /*.price-filter-value{*/
    /*    flex: 0 0 100%;*/
    /*    max-width: 100%;*/
    /*    justify-content: space-between;*/
    /*    border: 1px solid #E5E5E5;*/
    /*    box-sizing: border-box;*/
    /*    border-radius: 5px;*/
    /*    padding: 12px 16px;*/
    /*    margin-top: 7px;*/
    /*}*/

    .section-title{
        margin-bottom: 38px;
        font-size: 20px;
        line-height: 24px;
    }
    .mobile-menu {
        display: flex;
    }
    .price{
        padding-bottom: 0;
        margin-bottom: 17px;
    }
    .models__grid{
        columns: 3;
    }
    .car-categories-item-unit-body{
        flex-direction: column-reverse;
    }
    .car-categories-item-data-container{
        width: 100%;
    }
    .car-categories-list-item{
        flex: 0 0 49.3%;
        max-width: 49.3%;
    }
    .part-selection-car-groups{
        flex-direction: column;
    }
    .car-groups{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
    .car-categories{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .price__main{
        margin-top: 0;
    }
    .price__main-item:first-child{
        margin-bottom: 18px;
    }
    .price__main-item{
        border: none;
    }
    .price__dropdown-text:not(:first-child){
        display: none;
    }
    .price__dropdown-text-br{
        display: none;
    }
    .price__dropdown-text-space{
        display: initial;
    }
    .price-filter form{
        display: none;
    }
    .price-filter-form{
        margin-bottom: 18px;
    }
    .price__dropdown{
        border-radius: 5px 5px 0 0;
        border-bottom: none;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        padding-left: 12px;
        padding-bottom: 17px;
        padding-top: 16px;
        display: none;
    }
    .price__dropdown .price__dropdown-text:first-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .price__dropdown:last-child{
        margin-top: 18px;
    }
    .price__table-item {
         font-weight: 500;
         font-size: 14px;
         line-height: 17px;
         display: flex;
         flex-wrap: wrap;

    }
    .price__table-item:first-child .price__table-item-cell-title{
        border-bottom: none;
        border-top: none;
    }
    .price__table-item .price__table-item-cell-title{
        display: none;
    }
    /*.price__main-item:last-child .price__table:not(:first-child){*/
    /*    border-top: 10px solid #FF5C00;*/
    /*}*/
    .price-data:not(:first-child) .price__table-item-cell:first-child{
        color: #000;
        text-align: initial;
    }
    .price__table-item-cell.producer .price__table-item-cell-title,
    .price__table-item-cell.user-price .price__table-item-cell-title,
    .price__table-item-cell.caption .price__table-item-cell-title,
    .price__table-item-cell.price-basket .price__table-item-cell-title {
        display: none;
    }
    svg.svg-inline--fa.fa-angle-down.fa-w-10 {
        margin-top: 7px;
    }
    .price__table-item-cell.user-price{
        /* font-size: 20px; */
        line-height: 17px;
    }
    .price__table-item-cell.producer,
    .price__table-item-cell.user-price{
        text-align: initial;
    }
    .price__table-item-cell.caption,
    .price__table-item-cell.quantity,
    .price__table-item-cell.price-basket{
        text-align: end;
    }
    .price__table-item-cell.part-details,
    .price__table-item-cell.rest,
    .price__table-item-cell.deliverydays,
    .price__table-item-cell.quantity{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .price__table-item-show-more{
        text-align: end;
    }
    .price__table-item-cell-data,
    .price__table-item-show-more{
        padding: 0;
        word-break: break-all;
    }
    .price__table-item-cell{
        padding-top: 16px;
    }
    .price__table-item-cell.part-details{
        /* padding-top: 23px; */
        justify-self: normal;
    }
    .price__table-item-cell.rest{
        padding-left: 0;
    }
    .part-caption-data-item:first-child{
        margin-bottom: 8px;
    }
    .part-caption-data-code{
        margin: 0;
        font-weight: 500;
        margin-left: 8px;
    }
    .part-caption-data-caption{
        display: none;
    }
    .price__table-item-cell.caption{
        display: initial;
    }
    .price__table-more-link{
        border-bottom: none;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 13px;
    }
    .price__table-item-cell.quantity button{
        background: #FF5C00;
        color: #fff;
        border-radius: 5px;
    }
    .price__table-item-cell.quantity input{
        border-radius: 5px;
        border: 1px solid #FF5C00;
    }
    .price__table-cart-link{
        display: none;
    }
    .price__table-cart-link-btn{
        font-size: 16px;
        line-height: 17px;
        font-weight: 500;
        width: auto;
        margin-top: 0px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .delivery-stats__wrap{
        flex-direction: column;
    }
    .delivery-stats__time{
        text-align: center;
    }
    .delivery-stats__table{
        width: 100%;
    }
    .price__wrap .modal-content{
        width: 100%;
    }
    .price__wrap .modal{
        overflow-y: auto;
    }
    .delivery-stats-content{
        text-align: center;
    }
    .delivery-stats__pie-block div{
        max-width: 100%;
    }
    .delivery-stats__bar-block div{
        max-width: 100%;
    }

    .catalog-result-table h1{
        font-size: 20px;
        line-height: 24px;
    }
    .catalog-result-table .vin-header{
        font-size: 18px;
        line-height: 22px;
        border-bottom: 1px solid #FF5C00;
        padding-bottom: 5px;
    }
    .catalog-result-grid{
        display: block;
    }
    .catalog-result-table-container{
        display: none;
    }


    .header__logo {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .header__logo img{
        width: auto;
    }
    .header-search-group{
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .price__table-item-cell.producer {
        width: 100%;
    }
    .price__table-item-cell.part-details {
        width: 31%;
    }
    .price__table-item-cell.rest {
        width: 23%;
    }
    .price__table-item-cell.deliverydays {
        width: 23%;
    }
    .price__table-item-cell.user-price {
        width: 23%;
        flex-direction: row-reverse;
    }
    .price__table-item-cell.price-basket {
        width: 100%;
    }
    .price__table-item-cell.price-basket {
        text-align: end;
    }
    .price__table-item.br-t-none {
        display: flex;
        flex-direction: row-reverse;
    }

}
@media screen and (max-width: 700px) {
    .page-info-parts-item .text-border:before {
        border-bottom: 8px solid #FF5C00;
        top: 16px;
        left: 4px;
    }

    .page-info-parts-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-info-parts-item p {
        width: 100%;
        text-align: center;
        margin-right: 0;
        font-size: 22px;
    }

    .page-info-search-form .search-form {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-part-not-found-container.rules .search-part-not-found-item:first-child {
        border-right: none;
        border-bottom: 1px solid #FF5C00;
        padding-bottom: 30px;
    }

    .request-form .search-part-not-found-item:first-child {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .request-form .search-part-not-found-item:last-child {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .request-form .spare-parts-form__form {
        width: 100% !important;
        margin-right: auto;
    }

    .page-info-header,
    .request-form .request-form-header {
        font-size: 22px;
    }

    .page-info-category-title,
    .page-info-text,
    .request-form .text {
        font-size: 16px;
    }

    .add-car form,
    .edit-car form {
        width: 100%;
    }

    .add-car form label,
    .edit-car form label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .add-car form label span,
    .edit-car form label span {
        padding-right: 0;
        margin-bottom: 0.5rem;
        width: 100%;
    }

    .add-car form label .select,
    .edit-car form label .select {
        width: 100%;
    }

    .add-car form label .input,
    .edit-car form label .input {
        width: 100%;
    }

    .settings,
    .account__nav {
        margin-left: 0;
    }

    .delivery_info table {
        display: block;
        overflow-x: scroll;
    }

    .search-part-not-found-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .search-part-not-found-item {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .search-part-not-found-item:first-child {
        margin-bottom: 1rem;
    }

    .search-part-not-found-item .spare-parts-form__form {
        width: 100%;
    }

    .categories__category {
        width: 80%;
        margin-right: 0;
    }

    .footer {
        padding-bottom: 4rem;
    }

    .footer__wrap {
        padding: 0 2.5rem;
    }

    .account__top-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .account__top-wrap .section-title {
        width: 100%;
        margin-bottom: 1rem;
    }

    /*.account__filter-form {*/
    /*  margin: 0; }*/
    .account__wrap,
    .account__top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account__nav {
        margin-right: 0;
        text-align: center;
    }

    .account__nav-link {
        /* margin: 0 20vw; */
    }
}
@media (max-width: 768px) {
    .car-categories-item-data-container > p:first-of-type {
        display: none;
    }
}
@media screen and (max-width: 580px) {
    .car-categories-grid tr:first-child,
    .car-category-detail-group-grid tr:first-child{
        /* display: none; */
    }
    .car-category-detail-table td{
        padding: 6px;
        text-align: start;
        font-size: 12px;
    }
    .car-categories-grid tr {
        /* display: grid;
        grid-template-columns: 63% 37%;
        grid-template-areas:
            'pm gp'
            'oem gp'; */
    }
    .car-category-detail-group-grid tr{
        /* display: grid;
        grid-template-columns: 10% 65% 25%;
        grid-template-areas:
            'number pm gp'
            'number oem gp'; */
    }
    .car-category-detail-group-grid tr.print-border{
        border-bottom: 1px solid #FF5C00;
    }
    .car-categories-grid-item-cell.get-price,
    .car-category-detail-group-grid-item-cell.get-price{
        align-self: center;
        text-align: end;
    }
    .car-categories-item-header h2{
        font-size: 18px;
        line-height: 22px;
        word-break: break-all;
    }
    .car-categories-item-data-container{
        width: 100%;
        font-size: 12px;
        line-height: 41px;
    }
    .car-categories-item-data-container form{
        /* border-bottom: 1px solid #FF5C00; */
    }
    .car-categories-item-data-container button,
    .car-category-detail p{
        line-height: 41px;
        text-align: left;
        font-size: 16px;
        padding: 0px;
    }
    .car-category-detail-node-name{
        font-size: 14px !important;
    }
    .car-categories-item-unit-img-container{
        width: 100%;
    }

    .part-selection h1,
    .car-category-detail h1{
        font-size: 20px;
        line-height: 24px;
    }
    .part-selection-car-name h2{
        font-size: 18px;
        line-height: 22px;
    }
    .part-selection-btn{
        font-size: 12px;
        line-height: 15px;
        padding: 12px 8px;
    }
    .car-groups{
        padding: 15px 10px;
    }
    .car-groups .input-group-text{
        padding: 5px 6px 5px 11px;
    }
    .car-groups .input{
        font-size: 12px;
        line-height: 25px;
        /* padding: 5px 5px 5px 0; */
    }
    .car-groups-list{
        margin-top: 15px;
    }
    .car-groups-list-expander img{
        width: 15px;
        height: 15px;
    }
    .car-groups-list-item-title{
        font-size: 14px;
        line-height: 25px;
    }
    .car-categories-list-item{
        flex: 0 0 100%;
        max-width: 100%;
        height: fit-content;
    }
    .car-categories-list-item:first-child{
        margin-bottom: 8px;
    }
    .part-selection-btn-short-title{
        display: inline-block;
    }
    .part-selection-btn-long-title{
        display: none;
    }
    .groups-nav-btn{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        line-height: 15px;
    }
    #car-modal-image .modal-content{
        width: 100%;
    }

    .catalogs h1{
        color: #000;
        font-variant-numeric: lining-nums proportional-nums;

        font-family: Ubuntu;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .catalogs-body {
        padding: 17px;
        text-align: center;
    }
    .catalogs-body h3{
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 13px;
    }
    /* .catalogs-body p{
        display: none;
    } */
    .car-parameters p{
        display: block;
    }
    .catalogs-content{
        display: block;
    }
    .catalogs-content-item {
         flex: none;
         max-width: 100%;
    }
    .catalogs-content-item:first-child{
        border-right: none;
        border-bottom: 1px solid #C8C8D1;
    }
    /*.car-parameters{*/
    /*    width: 97%;*/
    /*}*/
    /*.search-parameter-item .search-parameter-clear{*/
    /*    display: none;*/
    /*}*/

    .feedback .spare-parts-form__form-title h2{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 7px
    }
    .catalogs-error-vin,
    .feedback .spare-parts-form__form-title p{
        font-size: 12px;
        line-height: 14px;
    }
    .feedback .input{
        font-size: 12px;
        line-height: 15px;
        padding: 6px 11px;
    }
    .feedback .spare-parts-form__form__placeholder{
        font-size: 12px;
        line-height: 28px;
        top: 8px;
        left: 11px;
    }
    /* .feedback .spare-parts-form__form__item:first-child,
    .feedback .spare-parts-form__form__item:last-child{
        margin-bottom: 6px;
    }
    .feedback .spare-parts-form__form__item:last-child{
        flex: 0 0 43.5%;
        max-width: 43.5%;
    }
    .feedback .spare-parts-form__form__item:first-child{
        flex: 0 0 54%;
        max-width: 54%;
    } */
    .feedback .spare-parts-form__form .btn{
        margin-top: 7px;
        font-size: 14px;
        padding: 10px 12px;
    }

    .page-info-parts-item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .add-car form .btn,
    .edit-car form .btn{
        width: 100%;
    }
    .add-car__top,
    .edit-car__top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .back-link{
        margin-bottom: 2rem;
    }
    .change_login_data .checkout-input{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .change_login_data .checkout-input .checkout-input-text{
        text-align: start;
        padding-right: 0;
        width: 100%;
        margin-bottom: 1rem;
    }
    .header-adaptive-padding-bottom-auth{
        padding-bottom: 18.5rem;
    }
    .header-basket-group{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .profile-menu{
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top:1rem;
    }
  .shipment__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .shipment__wrap .pagination {
      width: 100%;
      margin-top: 1.5rem; }
}

@media (max-width: 768px) {
    .footer__wrap {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #back-call .modal-content {
        width: 100%;
    }
    #back-call .login-modal-item{
        width: 100%;
    }
    .price__wrap-show-filters{
        width: 100%;
    }
    .header-bellow-480-nav,
    .header-bellow-480-menu-header{
        padding: 1rem 1rem 0;
    }
    .header-bellow-480-menu-social{
        padding: 1rem;
    }
    .page-info .header-for-full-work{
        width: 100%;
    }
    .sign-in-input .sign-in-text,
    .register-input-text{
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.5rem;
    }
    .sign-in__btn,
    .register__btn{
        width: 100%;
    }
    .filter-date-block{
        -webkit-box-align: start;
         -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
}
span.filter-date-block-item {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    margin-right: 0;
}
.filter-date-link{
    margin-left: 1.5rem;
}
.filter-date-block-item input{
    margin-right: 0.5rem;
}
    span.filter-date-block-item:last-child,
    .subs__form {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .filter-date-block-input-group,
    span.filter-date-block-item:last-child{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .filter-date-block-input-group,
    .sign-in-input,
    .filter-date-block,
    .settings__wrap form label,
    .subs__form,
    .register-input{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .filter-date-block-input-group-item:first-child{
        margin-bottom: 1rem;
    }
    .filter-date-block-input-group-item:first-child input{
        margin-left: 1.7rem;
    }
    .filter-date-block-input-group-item:last-child input{
        margin-left: 1rem;
    }
.message__table{
    display: block;
    overflow-x: scroll;
}
.account__nav-link{
    margin: 0;
}
.settings__wrap form label{
    margin-bottom: 1rem;
}
.settings__wrap form label .settings__form-wrap-text{
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
}

.categories__category {
width: 100%; }
.subs__form-input {
  width: 90vw;
  margin-right: 0;
  margin-bottom: 1rem; }
.footer {
padding: 1.5rem 0 1.5rem;
text-align: center; }
.footer__wrap {
  /*grid-row-gap: 1rem;*/
  /*grid-column-gap: 0;*/
  /*    grid-template-areas: 'payments' 'desc' 'nav' 'contact-wrap' 'logo' 'copy' 'mode-text' 'mode' 'error-in-site';*/
  /*-ms-grid-columns: 1fr;*/
  /*grid-template-columns: 1fr;*/
  /*-ms-grid-rows: 1fr 1rem 1fr 1rem 12rem 1rem 9rem 1rem 1fr 1rem 1fr;*/
  /*grid-template-rows: 1fr 1fr 12rem 9rem 1fr 1fr;*/
  /*padding: 0 15px; */
    display: none;
}
.footer__wrap-mobile{
    display: block;
    padding-bottom: 25px;
}
.footer__desc {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
.footer__nav {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }
.footer__menu-link{
    margin-top: 0.5rem;
}
.footer__contact-wrap {
  -ms-grid-row: 7;
  -ms-grid-column: 1; }
.footer__contact-phone{
    margin-bottom: 1rem;
}
.footer__contact-address, .footer__contact-phone {
  margin-left: 0; }
.footer__contact-address:before {
  left: 0;
  right: 9rem; }
.footer__contact-phone {
  width: 10.1rem;
  margin-left: auto;
  margin-right: auto; }
  .footer__contact-phone:before {
    left: -1.3rem; }
.footer__payments {
  -ms-grid-row: 9;
  -ms-grid-column: 1; }
  .footer__payments-img {
    margin-left: auto;
    margin-right: auto; }
.footer__copy {
  -ms-grid-row: 11;
  -ms-grid-column: 1; }
.footer__desc, .footer__copy {
  max-width: 100%; }
.footer__wrap .contacts-operating-mode{
    margin-left: auto;
    margin-right: auto;
}
.pagination {
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center; }
.pagination__pages {
  margin-right: 0; }
.pagination__info {
  margin-top: 0.5rem;
  width: 100%;
  text-align: center; }
.account__filter-form {
margin: 0 auto 1rem;
width: 80%; }
.account__filter-form input {
  width: 87%; }
}
@media screen and (max-width: 380px){
.header-bellow-480-menu-city .header-bellow-480-open-search-btn{
    display: none !important;
}
.checkout-input {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items:normal;
}
.checkout-input .checkout-input-text {
    margin-bottom: 0.5rem;
}
}
@media screen and (max-width: 375px){
    .models__grid{
        padding: 13px 42px;
    }
    /*.header-bellow-480-menu a{*/
    /*    font-size: 20px;*/
    /*    line-height: 47px;*/
    /*}*/
    .header-bellow-480-address .header-show-city-container {
        /*font-size: 22px;*/
        /*line-height: 27px;*/
        padding-bottom: 10px;
    }
    /*a.header-bellow-480-phone{*/
    /*    font-size: 18px;*/
    /*    line-height: 22px;*/
    /*}*/
}
@media screen and (max-width: 320px){
    .checkout__promo{
        flex-direction: column;
        justify-content: normal;
    }
    .checkout__promo-input {
        display: contents;
    }
    .checkout__promo-btn {
        flex: 100%;
        max-width: 100%;
        padding: 10px 0;
        margin-top: 10px;
    }
    .checkout__part-delivery-value{
        white-space: normal;
        text-align: end;
    }
    .checkout__header{
        line-height: 25px;
    }
    .models__grid{
        padding: 13px 15px;
        column-gap: 14px;
    }
    .feedback .spare-parts-form__form-title{
        max-width: 87%;
        text-align: inherit;
    }

    .login-modal-btn{
        padding: 8px 10.8%
    }

    .login-modal-btn.enter-phone,
    .login-modal-btn.password-recovery{
        padding: 8px 5%
    }

    #login .modal-body {
        padding: 12px 16px 17px 16px;
    }

    .page-info-parts-item p{
        font-size: 16px;
    }
    .page-info-parts-item .text-border:before {
        border-bottom: 6px solid #FF5C00;
        top: 12px;
        left: 3px;
    }
    .header-bellow-480-address .header-show-city-container {
        padding-bottom: 14px;
    }
}
@media screen and (max-width: 300px) {
.contacts-address-list{
    white-space: normal;
}
}
