body {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

:root {
    --site: #FE0000;
    --black: #000;
    --dark: #212529;
    --gray: #777777;
    --gray-light: #E9ECEF;
    --red: #DC0032;
    --green: #219653;
}

.bg-site {
    background-color: var(--site);
}

.bg-black {
    background-color: var(--black);
}

.bg-dark {
    background-color: var(--dark);
}

.bg-gray {
    background-color: var(--gray);
}

.bg-gray-light {
    background-color: var(--gray-light);
}

.bg-red {
    background-color: var(--red);
}

.bg-green {
    background-color: var(--green);
}

.text-site,
.text-site:hover {
    color: var(--site) !important;
    text-decoration: none;
}

.text-black,
.text-black:hover {
    color: var(--black) !important;
    text-decoration: none;
}

.text-dark,
.text-dark:hover {
    color: var(--dark) !important;
    text-decoration: none;
}

.text-gray,
.text-gray:hover {
    color: var(--gray) !important;
    text-decoration: none;
}

.text-gray-light,
.text-gray-light:hover {
    color: var(--gray-light) !important;
    text-decoration: none;
}

.text-red,
.text-red:hover {
    color: var(--red) !important;
    text-decoration: none;
}

.text-green,
.text-green:hover {
    color: var(--green) !important;
    text-decoration: none;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-gradient {
    /* background: linear-gradient(90deg, #FE0000 17.76%, #DC0032 73.75%); */
    background-color: #FE0000;
}

.btn:hover,
.button-site,
.button-site:hover {
    border: 0;
    color: white;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    height: 42px;
}

@media (max-width: 992px) {

    .button-site {
        padding: 7px 10px;
    }
}

.button-site small {
    font-weight: 300;
    ;
}

.button-site-outline {
    background-color: #fff;
    border: 2px solid var(--red);
    border-radius: 7px;
    color: #000;
    font-weight: 500;
    padding: 5px 25px;
    font-size: 16px;
    height: 42px;
}

.button-site-outline small {
    font-weight: 300;
    ;
}

.button-filters {
    color: var(--red);
    background-color: white;
    border: 2px solid var(--red);
    border-radius: 7px;
    padding: 7px 25px;
}

@media (max-width: 992px) {
    .site-header {
        flex-wrap: wrap;
        padding-bottom: 21px;
    }
}

.main_logo {
    width: 200px;
}

@media (max-width: 768px) {
    .main_logo {
        width: 109px;
    }
}

/* .page-search{

} */
@media (max-width: 992px) {
    .page-search {
        order: 3;
    }
}

.header-icons {
    display: flex;
}

@media (max-width: 768px) {
    .header-icons {
        order: 2;
        gap: 15px;
    }

    .header-icons i {
        color: var(--red);
    }

    .header-icons-text {
        display: none;
    }
}


footer {
    background-color: var(--gray-light);
    padding: 70px 0;
}


.home-search-block {
    margin-top: 38px;
    margin-bottom: 91px;
}

.home-search-label {
    font-size: 22px;
}

@media (max-width: 576px) {
    .home-search-block {
        margin-top: 38px;
        margin-bottom: 91px;
    }
}

.collapse-content-form.active {
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 0;
    visibility: visible;
}

.collapse-content-form {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    padding: 0px;
    width: 100%;
    /* max-width: 600px;  */
    visibility: hidden;
    margin: 0 auto;
    text-align: left;
}

.collapse-content-form.active select {
    width: 100%;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-weight: 300 !important;
}

form small {
    padding-left: 10px !important;
    margin-bottom: 5px;
    display: block;
}

.controllers-collapse {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.controllers-collapse li {
    background-color: transparent;
    border: 2px solid;
    border-color: var(--black);
    cursor: pointer;
    padding: 8px;
    margin: 0 20px;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    max-width: 274px;
    width: 100%;
}

.controllers-collapse li.active {
    background-color: var(--red);
    border: 2px solid;
    border-color: var(--red);
    color: #fff;
}

.carousel-arrows-navigation {
    display: flex;
    gap: 5px
}

.carousel-arrows-button {
    height: 25px;
    width: 25px;
    text-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 25px;
    line-height: 25px;
}

.home-search-blocks {
    padding: 0 20px;
    align-items: center;
    text-align: left;
    display: flex;
    justify-content: center;
    height: 270px;
}

.plink {
    color: var(--red);
    font-weight: 500;
}

.search-result-row {
    border-top: 1px solid var(--red);
    color: var(--gray);
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.search-result-row:first-child {
    margin-top: 0;
}

.search-result-row:last-child {
    border-bottom: 1px solid var(--red) !important;
}

.img-item {
    display: block;
    /* width: 100%; */
}

.img-item img {
    display: block;
    max-width: 100%;
    max-height: 150px;
    margin:0 auto;
}

.part-code {
    margin: 0;
    color: var(--red);
    font-weight: 400;
    font-size: 20px;
}

@media (max-width: 992px) {
    .part-code {
        font-size: 15px;
    }
}

/* bootstrap  */
.form-control {
    font-weight: 300 !important;
    padding: 7px;
    line-height: 1 !important;
}

.filter-list .list-group-item:not(:first-child) {
    border-bottom: 1px solid var(--gray) !important;
}

.modal-header .btn-close {
    color: white !important;
    background-color: var(--red) !important;
    background-image: none;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    padding: 3px 7px !important;
}

small {
    font-size: 13px !important;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.pagination {
    justify-content: center;
}

@media (max-width: 480px){
    .pagination {
        flex-wrap: wrap;
        gap: 4px;
        align-items: center;
        justify-content: center;
    }
}

.page-link {
    color: var(--red);
}

.page-item:first-child:not(.disabled) .page-link,
.page-item:last-child .page-link,
.page-item.active .page-link {
    background-color: var(--red);
    border-color: var(--red);
    color: white;
}

.page-item.disabled .page-link {
    background-color: var(--gray-light);
}

.dropdown-menu.headerMenu {
    padding: 0 !important;
    font-size: inherit !important;
    border-radius: 0 !important;
    padding: 15px 10px !important;
    width: 200px;
}

.dropdown-menu.headerMenu li {
    border-top: 2px solid var(--red);
    padding: 5px 0 !important;
}

.dropdown-menu.headerMenu li:first-child {
    border-top: 0;
}

.dropdown-menu.headerMenu li a {
    color: var(--red);
    display: block;
}

.dropdown-menu.headerMenu li:first-child a {
    display: block;
    border-top: 0;
}

.dropdown-item:active {
    background-color: white;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 0;
    display: inline-flex;
    width: 100px;
    /* height: 100%; */
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    appearance: none;
    background-color: var(--gray);
    border: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    /* height: 3rem; */
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    /* padding: .5rem; */
    border: none;
    border-radius: 0;
    /* border-width: 0 2px; */
    font-size: 1rem;
    /* height: 3rem; */
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 500;
}

label {
    font-weight: 400 !important;
}

/* owl slider titles */
.owl-wrapper {
    position: relative;
}

.owl-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff !important;
}

.owl-img {
    width: 100%;
}

.owl-text-overlay {
    position: absolute;
    text-align: center;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.4); */
    /* background: rgba(0, 0, 0, 0.4); */
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    border-radius: 15px 50px 30px 5px;
}

.owl-title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .owl-title {
        font-size: 30px;
    }
}


.owl-theme .owl-controls .owl-page span:active {
    background: #fff !important;
}

/* hide previous and next */
.owl-buttons {
    visibility: hidden;
    display: none;
}

/* owl slider titles */

/*
Progress Stepper
 */

.stepper_progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}

.stepper_progressbar .active {
    color: #000000
}

.stepper_progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

.stepper_progressbar li i {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

.stepper_progressbar li.active i {
    color: #ffffff;
    background: #DC0032;
}

.stepper_progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

.stepper_progressbar li.active:before,
.stepper_progressbar li.active:after {
    background: #DC0032
}

.custom-radio {
    border: 1px solid var(--red);
    border-radius: 5px;
    width: auto;
    padding: 10px 40px 10px 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;

}

.custom-radio input[type="radio"] {
    accent-color: var(--red);
    margin-right: 10px;
}

.custom-radio label {
    color: var(--red);
    font-weight: 700;
}