.all-at-center {
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.search-icon-height {
    font-size: 20px;
}

.search_text {
    height: 40px;
    padding-bottom: 7px;
}

.search_text:focus {
    outline: 1px solid #767980;
}

.left-addon input {
    padding-left: 45px;
}

.left-addon .glyphicon {
    left: 0px;
    top: 1px;
    margin-left: 6px;
}

#topheader {
    border-bottom-color: rgb(255, 255, 255);
}

.navi-toggle {
    margin-left: 24px;
    margin-top: 12px;
}

#top0 {
    padding-top: 2px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    #top0 {
        box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 5%);
    }

    .panel-body-custom {
        margin-top: 0px;
        height: auto !important;
    }

    .mt-15 {
        margin-top: 15px;
    }
}
  
.scrollTopXS {
    display: block;
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 80px;
    left: 5px;
    z-index: 800;
    border-radius: 100px;
    background-color: white;
    border: 1px solid #F6F6F6;
    background-image: url(https://static.grafitmarket.ru/img/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
    opacity: 1;
    box-shadow: 0px 10px 30px 0px rgba(14, 25, 35, 0.1);
}

@media (max-width: 2560px) { .scrollTopXS { left: 12%; } }
@media (max-width: 2300px) { .scrollTopXS { left: 10%; } }
@media (max-width: 2000px) { .scrollTopXS { left: 8%; } }
@media (max-width: 1850px) { .scrollTopXS { left: 6%; } }
@media (max-width: 1700px) { .scrollTopXS { left: 4%; } }
@media (max-width: 1575px) { .scrollTopXS { left: 3%; } }
@media (max-width: 1500px) { .scrollTopXS { left: 2%; } }
@media (max-width: 1450px) { .scrollTopXS { left: 1%; } }

.panel-body-custom {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px !important;
    padding: 10px;
}

.img-overflow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 110px;
}


ul.dopgoods li {
    padding-left: 0px;
    font-size: 16px;
    padding-top: 10px;
}

ul.dopgoods li:not(:first-child) {
    padding-top: 3px;
}

ul.dopgoods {
    padding-left: 0px;
}

.dopgoods_title .title {
    color: #111111;
    margin-bottom: 5px;
    width: 90%;
}

.dopgoods_title .title a {
    color: #111111;
}

.not-found-search {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #topheader {
        height: 55px !important;
    }
    #topheader .container {
        margin-top: 2px;
    }
    .expert-padding {
        padding-left: 19px !important;
        padding-right: 19px !important;
    }
}

.parts-selection {
    padding: 15px;
    margin-top: -2px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #F5F4F2;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.parts-selection img {
    margin-top: 10px;
    margin-bottom: 14px;
}

.parts-selection h4 {
    color: #111111;
    margin-bottom: 12px;
    margin-top: 7px;
}

.parts-selection textarea,
.parts-selection select {
    border-radius: 8px;
    resize: none;
}

.parts-selection button {
    border-radius: 8px;
    width: 100%;
    height: 50px;
    margin-top: 9px;
    background-color: #E52D27;
    color: white;
    border: none;
    transition: background-color 0.3s ease-in-out;
}

.parts-selection button:hover {
    background-color: #c42620;
}

.font-12px {
    font-size: 12px;
    color: #767980;
    line-height: 1.3;
    margin-top: 5px;
}

.font-14px {
    font-size: 14px;
}

.font-16px {
    font-size: 16px;
    color: #111111;
    margin-bottom: 7px;
}

.send-button,
.show-filter-button,
.addCar {
    background-color: #E52D27;
    border: none;
    width: 100%;
    min-height: 48px;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    color: white;
}

.img-car {
    position: absolute;
    top: 24px;
    left: 24px;
}

@media (min-width: 992px) {
    .addCar {
        height: 44px;
        min-height: 44px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }
    .img-car {
        left: 26px;
    }
}

.send-button:hover,
.show-filter-button:hover,
.addCar:hover {
    background-color: #c42620;
}

.addCar img {
    top: -1px;
    position: relative;
}

.cancel-filter-button {
    background-color: #F6F6F6;
    border: none;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    color: #111111;
    margin-top: 10px;
}

.cancel-filter-button:hover {
    background-color: #e0e0e0;
}

.cancel-filter-button img {
    top: -1px;
    position: relative;
    margin-right: 10px;
}

.lk-title {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    margin-top: 3px;
    margin-bottom: 25px;
    font-family: "Montserrat", serif !important;
    font-weight: 700 !important;
}

.custom-panel {
    border: none;
    box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.08);
}

.custom-panel b {
    top: -2px;
    position: relative;
    font-size: 16px;
    color: #111111;
    margin-left: 60px;
    word-wrap: break-word;
    width: 70%;
    display: flex;
}

.custom-panel p {
    font-size: 14px;
    color: #767980;
    margin-left: 62px;
    margin-bottom: 0px;
    word-break: break-all;
    position: relative;
    top: 3px;
}

.balance-block {
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.1);
    margin-bottom: 23px;
}

@media (min-width: 992px) {
    .balance-block {
        padding: 25px 30px 25px 30px;
    }
}

.add-balance {
    padding: 15px;
    padding-top: 24px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.1);
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .add-balance {
        padding: 34px 30px 25px 30px;
    }

    .add-balance button {
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        height: 48px;
        margin-top: 17px !important;
    }

    .history-balance-left {
        display: flex;
        gap: 30%;
    }

    .history-balance {
        padding: 12px 10px 10px 20px !important;
        height: 63px;
    }

    .order-status-block {
        right: 20px !important;
    }

    .order-number {
        padding-top: 11px !important;
        padding-left: 14px !important;
    }

    .order-date {
        padding-left: 14px !important;
    }

    .order-table {
        margin-left: 14px !important;
    }

    .general-order-summ {
        padding: 14px 14px 8px 14px !important;
        width: 40%;
    }

    .watch-all-goods {
        margin-right: 0px !important;
        margin-top: 3px !important;
    }
}

.history-balance {
    padding: 10px;
    padding-left: 20px;
    background-color: white;
    box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.1);
    display: flex;
    margin-bottom: 1px;
}

.history-container .history-balance:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 1px;
}

.history-container .history-balance:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.history-balance b {
    font-size: 16px;
    color: #111111;
    margin-top: 10px;
    display: block;
}

.history-balance p {
    font-size: 14px;
    color: #515254;
    margin-top: 8px;
}

.pay-method {
    padding: 15px;
    padding-top: 13px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 9px;
    border: 2px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay-method strong {
    font-size: 14px;
    color: #111111;
}

.pay-method input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #919395;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0;
    outline: none;
}

.pay-method input[type="radio"]:checked {
    border-color: red;
}
  
.pay-method input[type="radio"]:checked::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.add-balance b {
    font-size: 20px;
    color: #111111;
    font-weight: bold;
}

.add-balance p {
    font-size: 16px;
    color: #111111;
    margin-bottom: 6px;
    margin-top: 20px;
}

.add-balance input {
    font-size: 16px;
    color: #111111;
    margin-bottom: 15px;
    height: 48px;
    border-radius: 8px;
}

.balance-block p {
    font-size: 14px;
    color: #111111;
    margin-bottom: 20px;
    margin-top: 5px;
}

.balance-block .gray-text {
    font-size: 12px;
    color: #919395;
    margin-bottom: 5px;
    margin-top: 13px;
    line-height: 1.4;
}

.balance-block b {
    font-size: 30px;
    color: #111111;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dropdown-menu {
    border-radius: 10px;
}

.dropdown-menu > li > a {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    padding-left: 10px;
}

.dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

ul.dropdown-menu.dmenu-left::before {
    display: none;
}

.modal-content {
    color: #111111;
    border-radius: 10px;
}

.modal-header {
    border-radius: 10px;
}

.modal-content select,
.modal-content input {
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
}

.modal-content p {
    font-size: 16px;
}

.modal-footer .btn-link {
    color: #111111;
}

.modal-footer .btn-success {
    background-color: #E52D27;
    border: none;
    padding: 10px;
    width: 120px;
}

.modal-footer .btn-success:hover {
    background-color: #c42620;
}

.choices__inner {
    height: 48px !important;
    border-radius: 8px !important;
    background-color: white !important;
    padding-top: 9px !important;
    color: #111111 !important;
    padding-left: 19px !important;
}

.choices[data-type*="select-one"]::after {
    display: none;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #F0F4F7 !important;
    color: #111111 !important;
}

.choices[data-type*="select-one"] .choices__inner {
    position: relative;
    background-image: url(https://static.grafitmarket.ru/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: 13px;
    font-size: 16px !important;
}

.parts-selection .choices[data-type*="select-one"] .choices__inner {
    position: relative;
    background-image: url(https://static.grafitmarket.ru/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 13px;
    font-size: 16px !important;
}

.choices__list--dropdown {
    border-radius: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.choices__input  {
    margin-bottom: 10px!important;
}

.choices[data-type*=select-one] .choices__input {
    padding: 10px 15px 10px 23px !important;
}

/* .choices[data-type*=select-one] .choices__input {
    margin-bottom: 10px !important;
    display: none !important;
} */

.choices__list--single {
    padding-left: 0px !important;
    white-space: nowrap;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    border: none !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

.choices__list--single .choices__item {
    color: #515254 !important;
    overflow: hidden;
}

.my-select[style*="border:1px solid #EDEEF0"] + .choices .choices__inner {
    border: 1px solid #EDEEF0 !important;
}

.choices__item--choice {
    padding-left: 15px !important;
    border-radius: 10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    color: #313335 !important;
    word-break: break-word !important;
}

.choices__item--selectable::after {
    content: '' !important;
}

.choices.is-disabled .choices__item {
    opacity: .5;
}

.form-control {
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
}

.order-custom-block {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.1);
    margin-left: 2px;
}

.order-number {
    color: #111111;
    font-size: 16px;
}

.order-status-block {
    border-radius: 40px;
    position:absolute;
    right: 18px;
    padding: 10px;
    margin-top: 7px;
}

.order-status-block a span {
    color: white !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.order-table {
    width: 98%;
    font-size: 14px;
    margin-left: 4px;
}

.order-table > tbody > tr > td {
    color: #504F4E;
    vertical-align: top;
}

.showDopInfo {
    color: #E52D27;
}

.button-decline {
    border-radius: 8px;
    margin-top: 5px;
    background-color: #E52D27;
    color: white;
    border: none;
    transition: background-color 0.3s ease-in-out;
    float: right;
    margin-bottom: 10px;
}

.button-decline:hover {
    background-color: #c42620;
    color: white;
}

.scrolling-wrapper-flexbox {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
}

.parts-expert-image {
    margin-left: 20px;
    border-radius: 16px;
    height: 685px;
    width: 522px;
}

@media (max-width: 991px) {
    .parts-expert-image {
        display: none;
    }

    .card-container-authorization {
        left: 0px !important;
    }
}

@media (min-width: 1255px) {
    .lazy {
        width: 197px;
        height: 260px;
    }
    .swiper-wrapper {
        gap: 47px !important;
    }      
    .scrolling-wrapper-flexbox-item a {
        width: 197px !important;
        text-align: left !important;
        margin-left: 6px;
    }
    .scrolling-wrapper-flexbox b {
        text-align: left !important;
        width: 197px !important;
        margin-left: 6px;
    }
    .panel-body-custom {
        height: 200px;
        margin-bottom: 20px !important;
    }
    .img-overflow {
        height: 140px;
    }
    .dopgoods {
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    .padding-none {
        padding: 0px !important;
    }
    .ml-19 {
        margin-left: 19px;
    }
}

@media (max-width: 450px) {
    .splide__slide {
        width: 300px !important;
    }

    .review-block .splide__slide {
        width: 310px !important;
    }

    .useful .splide__slide {
        width: 320px !important;
    }
}

.splide__arrow--next {
    background-color: white !important;
    background-image: url('https://static.grafitmarket.ru/img/arrow-next.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 23% !important;
    right: 0.7em !important;
}

@media (min-width: 550px) {
    .mr-0 {
        margin-right: 0px !important;
    }
    .ml-0 {
        margin-left: 0px !important;
    }
    .splide__arrow--next {
        right: -1.1em !important;
    }
}

.separator .lazy {
    height: auto;
}

.scrolling-wrapper-flexbox::-webkit-scrollbar {
    position: absolute;
}

.scrolling-wrapper-flexbox a {
    position: absolute;
    z-index: 10;
    color: white;
    font-size: 14px;
    width: 150px;
    text-align: left;
    padding-left: 15px;
    left: 0px;
    bottom: 19px;
}

.scrolling-wrapper-flexbox b {
    position: absolute;
    z-index: 10;
    color: white;
    font-size: 18px;
    text-align: left;
    padding-left: 15px;
    width: 150px;
    left: 0px;
    bottom: 46px;
}

.filter-button {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #CACCD2;
    font-size: 16px;
    color: #111111;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 15px;
    z-index: 10000;
}

.sidebar p {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
}

.sidebar.active {
    right: 0;
}

.close-btn {
    font-size: 30px;
    position: absolute;
    top: 9px;
    right: 9px;
    border: none;
    background: none;
    cursor: pointer;
    float: right;
}

.inputs {
    display: flex;
    justify-content: space-between;
}

.inputs input {
    width: 48%;
    padding: 5px;
    font-weight: 200;
}

.slider-container {
    position: relative;
    width: 100%;
    margin-top: 8px;
}

.slider-container .range-track {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #EDEEF0;
    top: 8px;
    border-radius: 24px;
}

.slider-container .range-fill {
    position: absolute;
    height: 4px;
    background: #E52D27;
    top: 8px;
    border-radius: 24px;
}

.slider-container input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #EA2046;
    border-radius: 50%;
    cursor: pointer;
}

.checkbox-filter {
    max-height: 160px;
    overflow-y: auto;
}

.stock-available label,
.checkbox-filter label {
    display: flex;
    font-size: 14px;
    color: #111111;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 12px;
}

.checkbox-filter label {
    margin-top: 2px;
    margin-bottom: 10px;
}

.stock-available input,
.checkbox-filter input {
    margin: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    accent-color: red;
    border-radius: 4px;
}

.checkbox-filter a {
    color: #E52D27;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
}

.overlay-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.overlay-sidebar.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-autho,
.sidebar-feedback {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
    padding: 20px;
    z-index: 10000;
    height: 100%;
}

.sidebar-autho b,
.sidebar-feedback b {
    color: #111111;
    font-size: 20px;
    margin-top: 15px;
}

.sidebar-autho p,
.sidebar-feedback p {
    color: #313335;
    font-size: 14px;
    margin-top: 10px;
}

.sidebar-autho.active,
.sidebar-feedback.active {
    bottom: 0;
}

.useful-block {
    width: 100%; 
    padding: 20px; 
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(23, 39, 54, 0.05);
    margin-bottom: 30px;
    padding-top: 22px;
    padding-bottom: 14px;
}

.review-content {
    border: 1px solid #E3E3E3;
}

.stock-image {
    width: 100%; 
    margin-bottom: 30px;
}

.useful-block h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: end;
    color: #111111;
}

.useful-detail {
    font-size: 14px;
    color: #E52D27;
    margin-top: 3px;
    margin-bottom: 7px;
}

.useful-date {
    font-size: 14px;
    color: #767980;
    margin-top: 7px;
    margin-bottom: 7px;
}

.useful-text {
    font-size: 16px;
    margin-top: 17px;
    margin-bottom: 7px;
    line-height: 1.5;
}

h2 {
    margin-bottom: 15px;
    margin-left: 15px;
}

.watch-all {
    padding-top: 25px;
    font-size: 14px;
    color: #E52D27;
    display: flex;
    align-items: center;
}

.review-block {
    background-color: white; 
    padding-bottom: 45px;
}

.stock-block {
    background-color: white; 
    padding-bottom: 1px;
}

.stock-block .splide__arrow--next,
.review-block .splide__arrow--next {
    display: none;
}

.splide__pagination {
    position: absolute;
    bottom: -0.1em !important;
    text-align: center;
    z-index: 0 !important;
}

.splide__pagination li {
    display: inline-block !important;
    margin: 0 6px !important;
}

.splide__pagination li button {
    background: #ccc;
    border: none;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    margin-top: 10px;
}

.splide__pagination li button.is-active {
    background: #ccc;
    width: 27px;
    height: 3px;
    border-radius: 2px;
}

.splide__arrow {
    opacity: 1 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    height: 36px !important;
    width: 36px !important;
    top: 42% !important;
    z-index: 0 !important;
    transform: translateY(-28%) !important;
}

.splide__arrow--prev {
    display: none !important;
}

.header-none .header {
    display: none;
}

div.mod-line {
    padding: 9px;
}

@media (max-width: 550px) {
    div.mod-line {
        padding: 9px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.form-control {
    padding-left: 19px !important;
}

#top {
    background-color: white;
}

.lk-caption {
    font-size: 16px;
    color: #111111;
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-weight: 500px;
}

.parts-custom {
    flex-direction: row;
}

.parts-custom .choices {
    width: 200px !important;
    margin: 0 !important;
    margin-right: 10px !important;
}

@media (max-width: 1259px) {
    .parts-custom .choices {
        width: 154px !important;
    }
}

.h1_main {
    display: none;
}

.history-balance-left {
    width: 80%;
}

.history-balance-right {
    width: 20%;
}

@media (min-width: 1260px) {
    .history-balance-left {
        width: 90%;
    }
    .history-balance-right {
        width: 10%;
    }
    .pay-method-left {
        width: 3%;
    }
    .pay-method-center {
        width: 84.4%;
        margin-left: 2%;
        margin-right: 5%;
    }
    .pay-method-right {
        width: 5%;
    }
}

@media (max-width: 1260px) {
    .history-balance-left {
        width: 87%;
    }
    .history-balance-right {
        width: 13%;
    }
    .pay-method-left {
        width: 5%;
    }
    .pay-method-center {
        width: 76%;
        margin-left: 3%; 
        margin-right: 5%;
    }
    .pay-method-right {
        width: 7%;
    }
}

@media (max-width: 600px) {
    .pay-method-left {
        width: 8%;
    }
    .pay-method-center {
        width: 73%;
        margin-left: 3%; 
        margin-right: 5%;
    }
    .pay-method-right {
        width: 11%;
    }
}

@media (max-width: 500px) {
    .history-balance-left {
        width: 80%;
    }
    .history-balance-right {
        width: 20%;
    }
    .pay-method-left {
        width: 9%;
    }
    .pay-method-center {
        width: 66%;
        margin-left: 3%; 
        margin-right: 5%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .pay-method-right {
        width: 15%;
    }
}

.choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 0px !important;
}

.height-50px .choices__inner {
    height: 50px !important;
}

.parts-selection .choices__list--single {
    padding-top: 6px !important;
    padding-right: 30px !important;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #CACCD2;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    outline: none;
}

input[type="checkbox"]::before {
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.2s ease-in-out;
}

input[type="checkbox"]:checked {
    background-color: #E52D27;
    border-color: #E52D27;
    background-image: url("https://static.grafitmarket.ru/img/check.svg");
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
}

input[type="checkbox"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
}

.catalog-car-card {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    width: 168.5px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.catalog-car-card img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 120px;
    object-fit: cover;
    object-position: top; 
}

.catalog-car-card p {
    padding: 10px;
    color: #111111;
    margin-bottom: 0px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 500;
}

.catalog-car-bottom {
    background-color: #F5F4F2;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    font-size: 16px;
}

@media (min-width: 1302px) {
    .container {
        width: 1302px;
    }
}

.left-town {
    display: flex;
}

.left-town p {
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    margin: 0;
    margin-left: 13px;
    top: 1px;
    position: relative;
}

.left-town img {
    margin-left: 9px;
}

.top-right-text {
    color: #515254;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.state-display-none {
    min-height: 22px;
}

@media (max-width: 767px) {
    .state-display-none {
        min-height: 0px;
    }
}

@media (min-width: 767px) {
    .state-display-none .custom-state-name {
        display: none !important;
        margin-right: auto;
    }

    .custom-state-name {
        margin-right: auto;
        padding-right: 3%;
    }

    .about-img-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
    }

    .about-img-flex img {
        margin: 0px 0px 0px 0px !important;
    }

    .img-pc-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    h1.about-title-main {
        font-size: 36px !important;
        margin-top: 4px !important;
    }

    .about-title-h2 {
        font-size: 30px !important;
        margin-top: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 41px !important;
    }

    .about-text p {
        font-size: 18px !important;
        line-height: 1.5;
        margin-bottom: 24px !important;
        width: 98%;
    }
}

.first-right-menu {
    margin-left: 22px; 
    padding: 2px 0px 2px 0px; 
    width: 92px; 
    text-align: center; 
    background-color: #e52d27; 
    color: white; 
    border-radius: 8px; 
    font-weight: 300;
}

.first-right-menu:focus,
.first-right-menu:hover {
    color: rgb(255, 255, 255); 
    background-color: #c52822; 
}

.right-menu-margin {
    margin-left: 30px;
}

.right-menu-margin:focus {
    color: #6e6e6f;
}

.dropdown-menu {
    margin-left: 55px;
}

/* .parts-custom .choices:has(.goodSelect) {
    pointer-events: none;
    opacity: 0.5;
} */

.watch-all-arrow {
    margin-top: 0px !important;
}

.watch-all-two-arrow {
    margin-top: 0px !important;
}

@media (min-width: 1302px) {
    .useful-block .star {
        bottom: 1px;
    }

    .width-modif {
        width: 260px !important;
    }

    #mark_div_desktop .choices:has(.model-delete) {
        display: none;
    }

    #model_div_desktop .choices:has(.width-modif) {
        display: none;
    }

    .lk-title {
        font-size: 30px;
    }

    .splide__pagination li button {
        width: 10px;
        height: 10px;
    }

    .splide__pagination li button.is-active {
        width: 40px;
        height: 4px;
    }

    .useful-block h3 {
        font-size: 18px;
    }

    .review-block {
        padding-bottom: 79px;
    }

    .useful-block {
        padding: 27px;
        padding-top: 27px;
        padding-bottom: 17px;
        margin-bottom: 43px;
    }

    .useful-detail {
        font-size: 16px;
        margin-top: 12px;
    }

    .useful-text {
        margin-top: 16px !important;
    }

    .useful {
        padding-bottom: 79px !important; 
    }

    .expert-padding {
        padding-top: 60px !important;
        padding-left: 19px;
        padding-right: 19px;
    }

    .useful-block img {
        bottom: -2px;
        position: relative;
    }

    .slider-one {
        padding-top: 64px !important;
        font-size: 30px !important;
    }

    .slider-two {
        padding-top: 29px !important;
        font-size: 30px !important;
        margin-bottom: 17px;
    }

    .slider-three {
        padding-top: 34px !important;
        font-size: 30px !important;
    }

    .padding-none {
        padding-left: 10px;
        padding-right: 10px;
    }

    .watch-all {
        margin-top: 45px !important;
    }

    .watch-all-two {
        font-size: 16px;
        margin-top: 32px !important;
    }

    .dopgoods_title .title {
        width: 60%;
    }

    ul.dopgoods li {
        padding-top: 19px;
    }

    .dopgoods-big ul.dopgoods li {
        padding-top: 10px;
    }

    .scrolling-wrapper-flexbox b {
        margin-left: 6px;
        bottom: 47px;
    }

    .scrolling-wrapper-flexbox-item a {
        margin-left: 6px;
        bottom: 20px;
    }

    .parts-custom {
        margin-top: 7px;
        width: 100.6%;
        left: -4px;
        position: relative;
        padding: 16px 14px 14px 14px;
    }

    .parts-custom button {
        width: 185px !important;
    }

    .parts-custom .choices {
        width: 185px !important;
    }

    #modif_div_desktop .choices {
        width: 260px !important;
    }

    .parts-custom .choices__inner {
        height: 50px !important;
    }
}

@media (min-width: 1254px) {
    .swiper-slide {
        width: 160px !important;
    }
}

@media (max-width: 1253px) {
    .swiper-slide {
        width: 210px !important;
    }
}

@media (max-width: 767px) {
    .swiper-slide {
        width: 162px !important;
    }
}

@media (max-width: 1301px) {
    .first-right-menu {
        margin-left: 17px; 
    }
    
    .right-menu-margin {
        margin-left: 25px;
    }

    .right-menu-gap-autho {
        gap: 9px !important;
    }

    .state-autho {
        width: 313px;
    }
}

@media (max-width: 1259px) {
    .panel-body-custom {
        height: 197px;
    }

    .dropdown-menu {
        margin-left: 43px;
    }

    .state-autho {
        width: 239px;
    }

    .right-menu-gap-autho {
        gap: 5px !important;
    }

    .first-right-menu {
        margin-left: 30px; 
    }

    .right-menu-margin {
        margin-left: 25px;
    }

    .phone-none {
        display: none;
    }

    .seacrh-input-width {
        width: 390px;
    }

    .search-lg .glyphicon-search {
        right: 100px !important;
    }

    .right-menu-gap {
        gap: 10px !important;
    }

    .right-menu-left {
        left: -100px !important;
    }

    .wa-pc {
        margin-left: 120px !important;
    }
}

@media (max-width: 1199px) {
    .dropdown-cabinet {
        margin-bottom: 33px;
        height: 10px;
    }

    .right-menu-left {
        left:  140px !important;
    }

    .seacrh-input-width {
        width: 385px;
    }

    .top-right-text img {
        margin-bottom: -4px !important;
        margin-top: 10px;
    }

    .search-lg .glyphicon-search {
        right: -135px !important;
    }
}

.dopgoods-padding {
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.dopgoods_title .title {
    font-size: 24px !important;
    margin-top: 5px;
}

.size-20px .title {
    margin-top: 0px;
}

.dopgoods-padding .panel-body {
    padding: 16px;
}

.dopgoods-big .panel-body {
    padding: 22px;
}

.size-20px a {
    font-size: 20px !important;
}

@media (min-width: 991px) {
    .breadcrumbs {
        padding: 22px 10px 10px 9px;
    }
}

.lk-user-info {
    background-color: white; 
    padding: 41px; 
    border-radius: 12px; 
    height: 100%; 
    flex-grow: 1; 
    margin-bottom: 20px;
    left: 3px;
    position: relative;
}

@media (max-width: 991px) {
    .custom-state-name {
        width: 22% !important;
    }

    .lk-user-info {
        padding: 17px;
        padding-left: 20px; 
        padding-right: 20px;
        left: 0px;
    }

    .dopgoods-padding .panel-body {
        padding: 15px;
    }

    .dopgoods_title .title {
        font-size: 18px !important;
        margin-top: 0px;
    }

    .size-20px a {
        font-size: 18px !important;
    }

    .dopgoods-padding {
        padding-top: 35px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .wa-pc {
        margin-left: 0px !important;
    }

    .right-menu-left {
        left: 5px !important;
    }

    .seacrh-input-width {
        width: 340px;
    }

    .top-right-text img {
        margin-bottom: -4px !important;
        margin-top: 10px;
    }

    .search-lg .glyphicon-search {
        right: 5px !important;
    }

    .first-right-menu {
        margin-left: 10px;
    }

    .right-menu-margin {
        margin-left: 30px;
        white-space: nowrap;
    }

    .state-autho {
        width: 167px;
    }

    .right-menu-gap-autho {
        gap: 6px !important;
    }
}

@media (min-width: 510px) {
    .watch-all-link {
        margin-top: 12px !important;
    }
}

@media (min-width: 992px) {
    .dopInfoName {
        width: 100%;
        padding-left: 18px !important;
    }

    .dopInfoPrice {
        width: 100%;
        padding: 0px 13px 13px 13px !important;
    }
}

@media (min-width: 992px) {
    .dopInfoName {
        padding-left: 14px !important;
    }
}

.nav-pills {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 20px 0px #f1f1f1;
}

.limenu {
    border-bottom: 1px solid #E3E3E3;
    border-radius: 0;
    color: #111111;
}

.limenu:hover {
    background-color: #f3f3f3;
    color: #111111;
}

.limenu:last-child {
    border: none;
}

.nav-pills>li.active>a {
    background-color: white;
    color: #111111;
}

.nav-pills>li.active>a:hover {
    background-color: #f3f3f3;
    color: #111111;
}
.nav-stacked>li+li{
    margin-top:0;
}
.nav-stacked .limenu:first-of-type {
    border-radius: 5px 5px 0 0;
}
.nav-stacked .limenu:last-of-type {
    border-radius: 0 0 5px 5px;
}
.nav-stacked .limenu:first-of-type a {
    border-radius: 5px 5px 0 0;
}

.nav-stacked .limenu:last-of-type a {
    border-radius: 0 0 5px 5px;
}

.padding-mobile-none {
    padding-left: 15px !important;
}

@media (max-width: 1199px) {
    .padding-mobile-none {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 15px;
    }
}

img#system-load {
    width: 60px !important;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.choices__list {
    z-index: 10 !important;
}

.cool-input-custom {
    top: -12% !important;
}

.readmore-2 {
    color: #111111 !important;
}

.readmore-1 {
    padding: 0px !important;
    font-size: 16px;
}

.swiper-slide img {
    height: 260px;
}

@media (max-width: 767px) {
    .swiper-slide img {
        height: 200px;
    }
}

.phone-number {
    cursor: pointer;
    position: relative;
}
.copy-notification {
    position: absolute;
    left: 0px;
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1000;
}
.copy-notification.show {
    opacity: 1;
}

.glyphicon.glyphicon-search {
    height: 38px;
}

.reg_form_dialog .modal-header {
    padding: 35px 15px 10px 15px;
    text-align: center;
}
label.checkbox-inline.uo_text {
    padding-left:3px!important ;
}
.best.item.zapros{
    border-radius: 12px;;
}
.reg_form_dialog .modal-body {
    padding: 20px;
}

.d-none-reg-auth .first.last {
    height: 0px !important;
}

.modal-backdrop {
    z-index: 999 !important;
}

@media (min-width: 768px) {
    .topheader-fixed {
        visibility: hidden; 
        position: fixed !important; 
        z-index: 100 !important; 
        top: 0 !important;
    }
}

.garage-center-text {
    height: 48px;
    display: flex;
    align-items: center;
}

.garage-center-text p {
    margin: 0;
}

.grid-list {
    background-color: white; 
    width: 44px; 
    height: 44px;
    border-radius: 8px 0px 0px 8px; 
    margin-left: 15px;
    border: 1px solid #CACCD2;
}

.grid-list:last-child {
    border-radius: 0px 8px 8px 0px; 
    margin-left: 0px;
}

.grid-list:hover {
    background-color: rgb(236, 236, 236); 
}

.grid-list:focus {
    background-color: white; 
}

.grid-view {
    left: 2px;
    position: relative;
}

@media (max-width: 1199px) {
    .grid-view {
        left: 0px;
    }
}

@media (max-width: 767px) {
    .grid-list {
        margin-left: 4px;
    }
}

.panel .checkbox input[type="radio"], input[type="checkbox"] {
    margin: 0px;
    margin-left: -25px !important;
}

input[type="checkbox"].cart_checkbox {
    margin-left: 0px !important;
}

@media (min-width: 1200px) and (max-width: 1259px) {
    .card-container-authorization {
        left: 70px !important;
    }
    .item > span {
        margin-left: 3px !important;
        left: -10px !important;
        position: relative !important;
    }
    .addToCart {
        margin-left: 7px !important;
    }
    .text-fix-search {
        left: 10px;
        position: relative;
    }
}

.filters-new .panel .checkbox input[type="radio"], input[type="checkbox"] {
    margin: 0px;
    margin-right: 10px;
    margin-left: 0px !important;
}
.catalog-goods-filters .checkbox label input{
    margin-left: -20px!important;
    margin-right: 5px!important;
    position: relative!important;
}
.button_goods:hover, .button_goods:focus {
    color: white;
}
.cartButtons_td {
    padding: 0 10px;
}
.browse-info-width {
    width: 41%;
}

@media (max-width: 1199px) {
    .browse-info-width {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.glyphicon-ok:before {
    margin: 0px 4px 0px 4px;
}

.alert-warning {
    background-color: white;
    padding: 15px;
    color: #111111;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #f1f1f1;
    border: none;
}

.alert-warning span {
    bottom: 2px;
    position: relative;
}

.plusButton,
.minusButton {
    background-color: white !important;
    height: 27px !important;
    font-size: 14px !important;
}

.plusButton {
    border-left: none !important;
    padding-right: 17px !important;
    
}

.minusButton {
    border-right: none !important;
    padding-left: 5px !important;
}

.choices__list:has(.custom-filter-search) {
    padding-top: 2px !important;
}

.choices__inner:has(.custom-filter-search) {
    border: 1px solid #EDEEF0;
    height: 46px !important;
}

.choices:has(.custom-filter-search) {
    margin-bottom: 19px;
}

.new-search-line {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 90px;
    margin-bottom: 10px;
    color: #111111;
    font-size: 16px;
}

.brand {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    color: #111111;
    font-size: 16px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.filter-search {
    width: 31%;
    margin-bottom: 16px;
}

.filter-search .choices__item {
    color: #111111 !important;
}

.filter-search .choices__inner {
    padding-left: 123px !important;
}

.about-images {
    margin-top: 25px;
    display: flex;
    gap: 10px;
}

.about-images img {
    width: 49%;
    height: 49%;
    border-radius: 10px;
}

.good-search-flex {
    border-bottom: 0px solid #ddd;
    display: flex;
}

.filter-open-button {
    padding: 0px !important;
    width: 24%;
    margin-left: 0px;
}

@media (max-width: 1199px) {
    .good-search-flex {
        display: block;
    }
    .filter-search {
        width: 100%;
    }
    .filter-open-button {
        width: 98.7%;
        margin-left: 0px;
    }
    .item_price {
        margin-right: 15px;
    }
    .addToCart {
        margin-right: 20px;
    }
}
.filter-panel .checkbox label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    padding-left: 0;
    flex-shrink: 0; 
    margin-right: 8px;
}
.filter-panel .checkbox label input {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0; 
    margin-right: 8px;
}
#page-body > div.container-fluid > div > div.row > div.hidden-xs > span.h1_dop {
    display: none;
}

.brandFilter {
    left: -4px;
}

.scatalog_item_templ1{
    align-items: normal !important;
}