@charset "UTF-8";
:root {
    --color-red: #f61019;
    --color-redHover: #dd0000;
    --color-gray: #9199a4;
    --color-LightBlue: #edf3fa;
    --color-green: #0cb61d;
    --color-blackOpacity: rgba(0, 0, 0, 0.1);
    --background-gradient-black: linear-gradient(90.21deg, #2f343a 0.07%, #101511 99.93%)
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    cursor: pointer;
    box-shadow: none !important
}

::-webkit-scrollbar-button {
    display: none;
    box-shadow: none !important
}

::-webkit-scrollbar-track {
    background-color: transparent;
    cursor: pointer;
    box-shadow: none !important
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    cursor: pointer;
    box-shadow: none !important
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: var(--color-gray);
    border-radius: 30px;
    cursor: pointer;
    box-shadow: none !important
}

::-webkit-scrollbar-corner {
    display: none;
    box-shadow: none !important
}

::-webkit-resizer {
    background-color: red;
    cursor: pointer;
    box-shadow: none !important
}

.hidden-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    cursor: pointer;
    box-shadow: none !important
}

body {
    font-family: "bibi";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none !important
}

* {
    outline: none !important;
    box-sizing: border-box
}

p {
    margin: 0;
    padding: 0;
    line-height: normal
}

h1, h2, h3, h4, h5, h6 {
    font-family: "bibi";
    font-weight: bold;
    margin: 2px;
    padding: 0;
    line-height: normal;
    font-size: 18px
}

.container {
    margin: 0 auto;
    max-width: 1538px !important;
    width: 100% !important;
    height: 100%
}

.container-midle {
    margin: 0 auto;
    max-width: 1206px;
    width: 100%;
    height: 100%
}

.marginB50 {
    margin-bottom: 50px
}

.marginB30 {
    margin-bottom: 30px
}

.marginB20 {
    margin-bottom: 20px
}

.back-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.color-red {
    color: var(--color-red)
}

.flex {
    display: flex
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-Vcenter {
    display: flex;
    align-items: center
}

.flex-Gcenter {
    display: flex;
    justify-content: center
}

.flex-Gcenter-sb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hide {
    display: none
}

.opacity-0 {
    opacity: 0
}

.sidenav {
    box-shadow: none !important
}

.red-text {
    color: var(--color-red)
}

.green-text {
    color: var(--color-green)
}

.box-proportion {
    display: flex;
    position: relative;
    font-size: 12px;
    background-color: #ccc
}

.box-proportion:before {
    content: "";
    display: block;
    margin-top: 100%
}

.ratio1_1:before {
    width: 100%
}

.ratio2_1:before {
    margin-top: 50%
}

.ratio1_2:before {
    margin-top: 200%
}

.ratio4_3:before {
    margin-top: 75%
}

.ratio16_9:before {
    margin-top: 56.25%
}

.box-proportion > .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

input, select, button {
    font-family: "bibi"
}

input::placeholder, select::placeholder, button::placeholder {
    color: var(--color-gray)
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    background-color: var(--color-red);
    border: 1px solid var(--color-gray);
    border-color: red !important
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    transition: all 0.1s !important
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0 !important
}

input:focus {
    box-shadow: 0 1px 0 0 var(--color-red) !important;
    border-bottom: 1px solid var(--color-red) !important
}

.dropdown-content.select-dropdown {
    padding: 10px 0
}

.dropdown-content.select-dropdown li:hover {
    background-color: var(--color-LightBlue)
}

.dropdown-content.select-dropdown li span {
    color: #000 !important
}

.callback-forms {
    display: grid;
    grid-template-rows:auto auto 1fr auto;
    z-index: 1111;
    width: 500px !important;
    color: #fff;
    background-color: #282d31;
    padding: 50px;
    height: 100% !important
}

.callback-forms .header {
    margin-bottom: 45px
}

.callback-forms .header .title {
    font-size: 35px;
    font-weight: bold
}

.callback-forms .header i {
    background-color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.2s
}

.callback-forms .header i:hover {
    background-color: var(--color-red)
}

.callback-forms .info {
    margin-bottom: 50px
}

.callback-forms .info .index-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.callback-forms .info .text {
    font-size: 16px;
    font-weight: 300
}

.callback-forms .form {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.callback-forms .form .input-field {
    margin: 0;
    margin-bottom: 40px
}

.callback-forms .form .input-field input {
    width: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0 10px;
    border-bottom-color: transparent;
    color: #fff
}

.callback-forms .form .input-field textarea {
    font-family: "bibi";
    width: 100%;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-bottom-color: transparent;
    color: #fff;
    border: none;
    border: 0 !important
}

.callback-forms .form .input-field textarea::-webkit-resizer {
    background-color: transparent
}

.callback-forms .form .input-field label {
    top: -25px;
    font-size: 14px;
    transform: none
}

.callback-forms .form .dropdown-content li {
    transition: all 0.2s
}

.callback-forms .form .dropdown-content li:hover {
    background-color: var(--color-LightBlue)
}

.callback-forms .form .dropdown-content li.disabled {
    background-color: transparent
}

.callback-forms .form .dropdown-content li.disabled span {
    color: var(--color-gray) !important
}

.callback-forms .form .dropdown-content li:hover span {
    color: var(--color-red)
}

.callback-forms .form .dropdown-content li span {
    color: #000
}

.callback-forms .form input:focus {
    border-color: var(--color-red) !important;
    box-shadow: none !important
}

.callback-forms .form input:focus + label {
    color: var(--color-LightBlue) !important
}

.callback-forms .successful-sending {
    display: none
}

.callback-forms .successful-sending.active {
    display: grid;
    justify-content: center;
    text-align: center;
    margin: auto
}

.callback-forms .successful-sending img {
    width: 135px;
    height: auto;
    margin: auto;
    margin-bottom: 20px
}

.callback-forms .successful-sending .text {
    font-size: 25px
}

.callback-forms .send-form {
    font-family: "bibi";
    font-weight: 500;
    width: 100%;
    height: 50px;
    background-color: var(--color-red);
    text-transform: initial;
    font-size: 18px
}

.callback-forms .close-form {
    display: none;
    margin: auto;
    font-family: "bibi";
    font-weight: 500;
    width: 100%;
    height: 50px;
    background-color: var(--color-gray);
    text-transform: initial;
    font-size: 18px
}

.count-btn {
    display: flex;
    align-items: center
}

.count-btn i {
    font-size: 20px;
    background-color: var(--color-gray);
    cursor: pointer
}

.count-btn i.active {
    background-color: #000
}

.count-btn i:active {
    transform: scale(0.97);
    background-color: #222
}

.count-btn input {
    width: 30px !important;
    height: max-content !important;
    padding: 0 !important;
    border: none !important;
    border-color: transparent !important;
    margin: 0 5px 0 5px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-align: center !important
}

.count-btn input[type="number"]::-webkit-outer-spin-button, .count-btn input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.count-btn input[type="number"] {
    -moz-appearance: textfield
}

.count-btn input[type="number"]:hover, .count-btn input[type="number"]:focus {
    -moz-appearance: number-input
}

.count-btn input[type="number"]::-webkit-inner-spin-button, .count-btn input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.head-title-red {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: 30px
}

.head-title-red .title {
    font-weight: bold;
    font-size: 30px
}

.head-title-red .title.small {
    font-size: 20px
}

.head-title-red .line {
    width: auto;
    height: 2px;
    background-color: var(--color-red)
}

.goods-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr)
}

.goods-grid.goods-long-grid {
    grid-template-columns:repeat(5, 1fr)
}

.goods-grid.less-than {
    display: flex !important
}

.goods-grid .goods-item {
    position: relative;
    width: auto;
    padding: 25px;
    border: 1px solid var(--color-LightBlue);
    margin-left: -1px;
    margin-top: -1px
}

.goods-grid .goods-item:hover {
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.09)
}

.goods-grid .goods-item .photo-goods {
    width: 100%;
    height: 280px;
    object-fit: contain;
    max-height: 280px;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 10px
}

.goods-grid .goods-item .category-title {
    font-size: 14px;
    color: var(--color-gray);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical
}

.goods-grid .goods-item .name-product {
    display: flex;
    min-height: 70px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical
}

.goods-grid .goods-item .name-product:hover {
    color: var(--color-red)
}

.goods-grid .goods-item .bottom-card {
    align-items: flex-start;
    margin-top: 20px
}

.goods-grid .goods-item .bottom-card .box-price .current-price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px
}

.goods-grid .goods-item .bottom-card .box-price .exchange-price {
    font-size: 14px;
    color: var(--color-gray)
}

.goods-grid .goods-item .bottom-card .add-to-cart {
    background-color: rgba(246, 16, 25, 0.12);
    border-radius: 3px;
    overflow: hidden;
    min-width: 145px;
    transition: all 0.2s;
    z-index: 9
}

.goods-grid .goods-item .bottom-card .add-to-cart:hover {
    box-shadow: 0 4px 15px rgba(246, 16, 25, 0.1)
}

.goods-grid .goods-item .bottom-card .add-to-cart .title {
    color: var(--color-red);
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px
}

.goods-grid .goods-item .bottom-card .add-to-cart .icon-box {
    background-color: var(--color-red);
    height: 28px;
    width: 28px;
    min-width: 55px;
    border-radius: 3px
}

.goods-grid .goods-item .bottom-card .add-to-cart .icon-box i {
    background-color: #fff;
    font-size: 18px
}

.goods-grid .goods-item:hover .parametrs-akb {
    display: block
}

.goods-grid .goods-item .parametrs-akb {
    display: none;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: max-content;
    padding: 20px;
    border-bottom: 1px solid var(--color-LightBlue);
    background-color: #fff;
    transition: all 0.1s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09)
}

.goods-grid .goods-item .parametrs-akb .item {
    display: grid;
    align-items: center;
    grid-template-columns:auto 1fr auto;
    grid-gap: 5px;
    margin-bottom: 5px
}

.goods-grid .goods-item .parametrs-akb .item .title {
    font-size: 14px;
    color: #000
}

.goods-grid .goods-item .parametrs-akb .item .line {
    height: 1px;
    border-bottom: 1px dashed #000;
    margin-top: 9px
}

.goods-grid .goods-item .parametrs-akb .item .value {
    font-size: 14px;
    font-weight: bold;
    color: #000
}

.header-name-page {
    margin: 30px 0
}

.header-name-page .title {
    font-size: 30px;
    font-weight: 500;
    color: #000
}

.header-name-page .title span {
    color: var(--color-red)
}

.btn-default-red {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    color: var(--color-gray);
    background-color: var(--color-LightBlue);
    margin: 0;
    margin-right: 10px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s
}

.btn-default-red.active {
    background-color: var(--color-red);
    color: #fff
}

.bread-crumbs {
    margin-bottom: 30px
}

.bread-crumbs .link:not(:nth-child(1)) {
    position: relative;
    padding-left: 20px;
    margin-left: 15px
}

.bread-crumbs .link:not(:nth-child(1)):before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 9px;
    mask-image: url("../icons/arrowRight.svg");
    -webkit-mask-image: url('../icons/arrowRight.svg');
    display: inline-block;
    mask-size: contain !important;
    -webkit-mask-size: contain !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center !important;
    -webkit-mask-position: center !important;
    background-color: red;
    font-size: 9px
}

.bread-crumbs .link {
    color: var(--color-gray)
}

.bread-crumbs .link:hover {
    color: var(--color-red)
}

.pagination-container {
    display: flex;
    flex-wrap: wrap
}

.pagination-container .link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: inherit;
    min-width: 40px;
    height: 40px;
    margin-right: 10px
}

.pagination-container .link:first-child, .pagination-container .link:last-child {
    font-size: 16px;
    padding: 0;
    text-transform: none
}

.pagination-container .link:first-child:hover p, .pagination-container .link:last-child:hover p {
    color: var(--color-red)
}

.pagination-container .link:first-child:hover i, .pagination-container .link:last-child:hover i {
    background-color: var(--color-red)
}

.pagination-container .link:first-child {
}

.pagination-container .link:last-child {
}

.pagination-container .link:last-child i {
    margin: 0;
    margin-left: 15px
}

.pagination-container .link i {
    font-size: 12px;
    background-color: var(--color-gray);
    margin-right: 15px
}

.pagination-container .link p {
    color: var(--color-gray);
    font-size: 18px
}

.pagination-container .link.active {
    background-color: var(--color-red)
}

.pagination-container .link.active p {
    color: #fff !important;
    font-weight: 500
}

.pagination-container .link:hover {
    background-color: var(--color-LightBlue)
}

#mobile-modal-filter {
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: initial;
    background-color: #fff
}

#mobile-modal-filter .content {
    padding: 20px;
    background-color: #fff
}

#mobile-modal-filter .slide-filter-08945 .step-filter .header i {
    font-size: 20px;
    background-color: var(--color-gray)
}

#mobile-modal-filter .slide-filter-08945 .car-brand {
    height: inherit;
    overflow-x: inherit;
    overflow-y: inherit;
    grid-template-columns:repeat(auto-fit, minmax(100px, 1fr)) !important
}

#mobile-modal-filter .slide-filter-08945 .list-parametr .list-model {
    height: inherit
}

#mobile-modal-filter .slide-filter-08945 .list-parametr .list-model .item-list {
    margin-left: 0
}

.home-news .content-home-news {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px
}

.home-news .content-home-news .first-news {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 480px;
    padding: 30px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s
}

.home-news .content-home-news .first-news:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000000 100%);
    transition: all 0.2s
}

.home-news .content-home-news .first-news:hover:after {
    background: linear-gradient(180deg, #000000 0, #000000 90%);
    transition: all 0.2s
}

.home-news .content-home-news .first-news > * {
    position: relative;
    z-index: 2
}

.home-news .content-home-news .first-news .date {
    font-size: 14px;
    margin-bottom: 10px
}

.home-news .content-home-news .first-news .header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}

.home-news .content-home-news .first-news .preview-text {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
    height: 64px
}

.home-news .categoty-item > .header {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: 20px;
    margin-bottom: 20px
}

.home-news .categoty-item > .header .title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600
}

.home-news .categoty-item > .header .line {
    height: 2px;
    background-color: var(--color-LightBlue)
}

.home-news .categoty-item .item-news {
    align-items: flex-start;
    margin-bottom: 20px
}

.home-news .categoty-item .item-news:last-child {
    margin-bottom: 0
}

.home-news .categoty-item .item-news a {
    margin: 0;
    line-height: 0;
    color: inherit
}

.home-news .categoty-item .item-news .photo {
    width: 166px;
    height: 94px;
    object-fit: cover
}

.home-news .categoty-item .item-news .text {
    margin-left: 10px
}

.home-news .categoty-item .item-news .text .date {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: var(--color-gray)
}

.home-news .categoty-item .item-news .text .header {
    font-size: 15px;
    min-height: 55px;
    font-weight: 700;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical
}

.home-news .categoty-item .item-news .text .header:hover {
    color: var(--color-red)
}

.category-article .head-title-red {
    margin-bottom: 20px
}

.category-article .list-category {
    margin-bottom: 50px
}

.category-article .list-category a:last-child .item {
    margin-bottom: 0
}

.category-article .list-category .item {
    position: relative;
    display: grid;
    grid-template-columns:auto 1fr auto;
    grid-gap: 5px;
    width: 100%;
    padding: 38px 20px;
    background-size: cover;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.2s
}

.category-article .list-category .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.3;
    transition: all 0.2s
}

.category-article .list-category .item:hover:after {
    background-color: var(--color-red)
}

.category-article .list-category .item > * {
    position: relative;
    z-index: 2
}

.category-article .list-category .item .name-cat, .category-article .list-category .item .count {
    font-size: 20px;
    font-weight: bold
}

.category-article .list-category .item .line {
    border-bottom: 1px dashed #fff;
    margin-bottom: 4px
}

.warning-alert {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-gap: 30px;
    padding: 30px;
    background-color: rgba(255, 168, 0, 0.2)
}

.warning-alert i {
    font-size: 50px;
    background-color: #ffa800
}

.warning-alert .text {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4)
}

.warning-alert .text span {
    font-weight: bold
}

.tabel-grid-akb .header-tabel {
    background: var(--background-gradient-black);
    padding: 15px 30px
}

.tabel-grid-akb .header-tabel .title-header {
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.tabel-grid-akb .body-tabel.text-center-child .row-tabel *:not(.title-row) {
    text-align: center
}

.tabel-grid-akb .body-tabel.nth-1n .row-tabel:nth-child(2n + 1) {
    background-color: var(--color-LightBlue)
}

.tabel-grid-akb .body-tabel.nth-2n .row-tabel:nth-child(2n) {
    background-color: var(--color-LightBlue)
}

.tabel-grid-akb .body-tabel .row-tabel {
    padding: 0 30px
}

.tabel-grid-akb .body-tabel .row-tabel:hover {
    background-color: var(--color-blackOpacity) !important
}

.tabel-grid-akb .body-tabel .row-tabel p {
    padding: 15px 0
}

.tabel-grid-akb .body-tabel .row-tabel p:nth-child(2) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff
}

.tabel-grid-akb .body-tabel .row-tabel .title-row {
    font-weight: 500;
    font-size: 16px
}

.tabel-grid-akb .body-tabel .row-tabel p:not(.title-row) {
    font-size: 16px;
    font-weight: bold
}

.tabel-grid-akb .text-center {
    text-align: center
}

.bx-core-window select {
    display: block !important
}

.bx-core-window input[type="text"] {
    width: initial;
    font-size: 13px !important;
    height: 25px !important;
    padding: 0 5px !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid !important;
    border-color: #87919c #959ea9 #9ea7b1 #959ea9 !important;
    border-radius: 4px !important;
    color: #000 !important;
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 30%), inset 0 2px 2px -1px rgb(180 188 191 / 70%) !important;
    display: inline-block !important;
    outline: 0 !important;
    vertical-align: middle !important;
    -webkit-font-smoothing: antialiased !important
}

.__jivoCallbackBtn {
    display: none !important
}

.slide-filter-08945 .header button {
    background-color: var(--color-red);
    padding: 10px 15px;
    border: none;
    color: #fff !important
}

.slide-filter-08945 .header button i {
    background-color: #fff !important
}

.sidenav.right-aligned {
    z-index: 21474836409
}

footer .top-box {
    display: grid !important;
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 50px;
    margin-bottom: 100px;
    padding: 0 20px;
    padding-top: 50px
}

footer .top-box > .column-item {
    display: flex;
    flex-direction: column
}

footer .top-box > .column-item.col-1 .contact-us {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px
}

footer .top-box > .column-item.col-1 .contact-us i {
    font-size: 20px;
    background-color: var(--color-red);
    margin-right: 15px
}

footer .top-box > .column-item.col-1 .contact-us .connection {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: normal
}

footer .top-box > .column-item.col-1 .contact-us .connection span {
    color: var(--color-red)
}

footer .top-box > .column-item.col-1 .contact-us .info {
    font-size: 14px;
    color: var(--color-gray)
}

footer .top-box > .column-item .header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px
}

footer .top-box > .column-item .link {
    font-size: 15px;
    color: var(--color-gray);
    margin-bottom: 10px;
    transition: all 0.2s
}

footer .top-box > .column-item .link:hover {
    color: var(--color-red)
}

footer > .line {
    width: 100%;
    height: 1px;
    background-color: var(--color-blackOpacity)
}

footer .bottom-box {
    padding: 50px 20px
}

footer .bottom-box .all-rights-reserved {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-gray);
    margin-right: 70px
}

footer .bottom-box .terms-sale {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-gray);
    transition: all 0.2s
}

footer .bottom-box .terms-sale:hover {
    color: var(--color-red)
}

footer .bottom-box .social-network {
    margin-left: auto
}

footer .bottom-box .social-network a {
    line-height: 0;
    margin: 0
}

footer .bottom-box .social-network i {
    font-size: 20px;
    background-color: var(--color-gray)
}

footer .bottom-box .social-network i.whatsapp:hover {
    background-color: #0DC143
}

footer .bottom-box .social-network i.instagram:hover {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

footer .bottom-box .social-network .line {
    width: 1px;
    height: 20px;
    background-color: var(--color-blackOpacity);
    margin: 0 20px
}

footer .bottom-box .counter {
    margin: 10px 0 10px 50px;
    display: flex
}

footer .bottom-box .counter .img {
    margin-left: 5px;
    float: left
}

.btn-page-up {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 40px;
    bottom: 90px;
    bottom: calc(90px + env(safe-area-inset-bottom));
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s
}

.btn-page-up.visible {
    opacity: 1;
    visibility: visible
}

.btn-page-up .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.15em;
    color: var(--color-gray);
    transform: rotate(-90deg);
    margin-left: -4px;
    margin-bottom: 42px;
    text-transform: uppercase
}

.btn-page-up .circle {
    width: 55px;
    height: 55px;
    background-color: var(--color-red);
    box-shadow: 0 5.5px 18.3333px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s
}

.btn-page-up .circle:hover {
    background-color: var(--color-gray)
}

.btn-page-up .circle i {
    background-color: #fff;
    font-size: 15px;
    transform: rotate(-180deg);
    margin-top: -3px
}

.filter-search-akb .header .find-col {
    color: var(--color-red);
    font-size: 20px;
    font-weight: 600;
    transition: all 0.2s
}

.filter-search-akb .header .find-col i {
    font-size: 16px;
    margin-left: 10px;
    background-color: var(--color-red);
    transition: all 0.2s
}

.filter-search-akb .header .find-col:hover {
    color: var(--color-gray)
}

.filter-search-akb .header .find-col:hover i {
    margin-left: 15px
}

.filter-search-akb .content-selection {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 30px
}

.filter-search-akb .content-selection .item-form label {
    margin-bottom: 10px
}

.filter-search-akb .content-selection .item-form input, .filter-search-akb .content-selection .item-form select {
    border: 1px solid var(--color-blackOpacity);
    margin: 0;
    margin-top: 5px;
    height: 40px;
    font-size: 16px;
    font-weight: 500
}

.filter-search-akb .content-selection .item-form input {
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 38px
}

.filter-search-akb .content-selection .item-form .select-dropdown li:not(.disabled) span {
    font-size: 15px;
    color: #000;
    font-weight: 500
}

.filter-search-akb .content-selection .item-form .select-dropdown li:not(.disabled):hover {
    background-color: var(--color-LightBlue)
}

.filter-search-akb .content-selection .two-form {
    display: grid;
    grid-template-columns:1fr auto 1fr;
    grid-gap: 4px;
    align-items: center
}

.filter-search-akb .content-selection .two-form .line {
    width: 12px;
    margin-left: 2px;
    margin-top: 25px;
    height: 2px;
    background-color: var(--color-blackOpacity)
}

.filter-search-akb .content-selection .three-form {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 10px;
    align-items: center
}

.filter-search-akb .content-selection .three-form .line {
    width: 12px;
    margin-left: 2px;
    margin-top: 25px;
    height: 2px;
    background-color: var(--color-blackOpacity)
}

.filter-search-akb .checkbox-parametrs {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 10px
}

.filter-search-akb .checkbox-parametrs [type=checkbox] + span:not(.lever):after {
    border: 1px solid var(--color-blackOpacity);
    border-radius: 0;
    font-weight: 500
}

.filter-search-akb .checkbox-parametrs [type=checkbox]:checked + span:not(.lever):after {
    border: 1px solid var(--color-red)
}

.filter-search-akb .checkbox-parametrs [type=checkbox]:checked + span {
    color: #000;
    font-weight: 500
}

.filter-search-akb .checkbox-parametrs .clear-form {
    color: var(--color-red);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer
}

.filter-search-akb .checkbox-parametrs .clear-form i {
    background-color: var(--color-red);
    margin-right: 19px
}

.mobile-top_bar {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0 0.9px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    z-index: 10
}

.mobile-top_bar a {
    line-height: 0
}

.mobile-top_bar.show-toggle {
    top: -70px;
    box-shadow: 0 0.9px 30px #000000
}

.mobile-top_bar img.logo-mob {
    width: 158px;
    height: auto;
    padding: 15px 0 15px 20px
}

.mobile-top_bar .button-menu-mob {
    width: 70px;
    height: 70px
}

.mobile-top_bar .button-menu-mob i {
    font-size: 30px
}

.error {
    background-color: #f69792 !important
}

.final-order-processing .products-receipt .btn {
    background-color: var(--color-red);
    padding: 10px 20px !important;
    height: initial;
    line-height: normal;
    border-radius: 0;
    box-shadow: none;
    font-weight: 600
}

.final-order-processing .products-receipt .form-check-input {
    position: relative !important;
    opacity: 1 !important
}

.final-order-processing .products-receipt .bx-soa-section.bx-selected {
    border: 1px solid var(--color-red)
}

.final-order-processing .products-receipt .bx-soa-section-title-container {
    background: #efefef
}

.final-order-processing .products-receipt .form-control {
    border: 1px solid var(--color-blackOpacity);
    margin-top: 10px;
    padding: 0 20px;
    width: calc(100% - 40px)
}

.final-order-processing .products-receipt .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border-color: var(--color-red) !important
}

.list-parametr .show-all {
    color: var(--color-red);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid var(--color-red);
    margin-top: 10px;
    position: absolute
}

.bx-filter-select-popup, .select-dropdown {
    overflow-x: scroll;
    max-height: 350px
}

.top-box .col-1 {
    width: 100%
}

@media (max-width: 700px) {
    jdiv {
        bottom: 60px !important;
        z-index: 99999 !important
    }

    .icons_c1b2 {
        bottom: 2px !important
    }
}

.container-midle p {
    margin: 20px 0
}

.container-midle strong {
    font-size: 18px
}

.main_products .text_block.bord_text.nottice {
    padding: 20px;
    background-color: #eee
}

.section_text p, .description p {
    margin: 10px 0
}

.columns-3 {
    columns: 3
}

@media (max-width: 991.98px) {
    .columns-3 {
        columns: 2
    }
}

@media (max-width: 575.98px) {
    .columns-3 {
        columns: 1
    }
}

.right-col li {
    list-style-type: disc !important;
    margin-left: 20px
}

.block-slider-banners {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 460px
}

.block-slider-banners .slider-index {
    position: relative;
    width: 67.7%;
    overflow: hidden
}

.block-slider-banners .slider-index .owl-nav-custom {
    opacity: 0;
    transition: all 0.2s
}

.block-slider-banners .slider-index .owl-nav-custom .owl-btn {
    position: absolute;
    top: calc(50% - 50px);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s
}

.block-slider-banners .slider-index .owl-nav-custom .owl-btn:hover {
    background: rgba(255, 255, 255, 0.3)
}

.block-slider-banners .slider-index .owl-nav-custom .owl-btn.left {
    left: -50px;
    padding-left: 35px
}

.block-slider-banners .slider-index .owl-nav-custom .owl-btn.right {
    right: -50px;
    padding-right: 35px
}

.block-slider-banners .slider-index .owl-nav-custom i {
    background-color: #fff;
    font-size: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25)
}

.block-slider-banners .slider-index:hover .owl-nav-custom {
    opacity: 1
}

.block-slider-banners .banners {
    display: flex;
    flex-direction: column;
    width: calc(32.3% - 30px);
    height: 100%;
    margin-left: 30px
}

.block-slider-banners .banners a {
    line-height: 0
}

.block-slider-banners .banners a img {
    width: 100%;
    height: auto;
    max-height: 215px;
    max-width: 460px;
    object-fit: cover
}

.block-slider-banners .banners .banner-3 {
    margin-top: 30px
}

.block-slider-banners .owl-carousel, .block-slider-banners .owl-stage-outer, .block-slider-banners .owl-carousel .owl-stage, .block-slider-banners .owl-carousel.owl-drag .owl-item {
    height: 100%
}

.block-slider-banners .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 20px
}

.block-slider-banners .owl-carousel .owl-dots button {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    width: 8px !important;
    height: 8px !important;
    margin-right: 10px;
    transition: all 0.2s
}

.block-slider-banners .owl-carousel .owl-dots button.active {
    background-color: #fff;
    width: 24px !important
}

.block-slider-banners .box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover
}

.block-slider-banners .box:before {
    content: "";
    display: block;
    margin-top: 100%
}

.block-slider-banners .ratio-1_1:before {
    margin-top: 44.3%
}

@media (max-width: 700px) {
    .block-slider-banners {
        grid-template-columns:1fr;
        grid-gap: 0
    }

    .block-slider-banners .banners {
        display: none
    }
}

.right-col img {
    width: 100%;
    height: auto;
}