html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.second-page {
    flex: 1;
}

.modal {
    display: none;
}

:root {
    --rcolor: #fc3232;
}

* {
    font-family: "Roboto", serif;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;

}

h1, h2 {
    font-size: 24px!important;
    font-weight: 800!important;
}

h3, h4 {
    font-size: 20px!important;
    font-weight: 600!important;
}

.filial {
    margin: 5px 0px;
    font-size: 16px;
    cursor: pointer;
    cursor: hand;
}

.filial .map-poi {
    height: 40px!important;
    width: auto!important;
    padding: 5px;
    margin-right: 5px;
    background-color: #336699;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(179, 179, 179, 1);
    box-shadow: 0px 0px 5px 1px rgba(179, 179, 179, 1);
}

.filial:hover .map-poi {
    background-color: #d62424;
}

.filial:hover .filialAddress {
    color: #d62424;
    font-weight: bold;
}

.filial.active .map-poi {
    background-color: #d62424;
}

.filial.active .filialAddress {
    color: #d62424;
    font-weight: bold;
}

.filialBody {
    display: inline-block;
    vertical-align: middle;
}

.pb25 {
    padding-bottom: 25px;
}

.mao {
    margin: 0 auto;
}

.category_text {
    margin-top: 50px;
}

.fw500 h2, .fw500 h3, .fw500 h4,
.staticText h2, .staticText h3, .staticText h4 {
    margin-top: 20px;
}

h5.post-titel {
    font-size: 16px!important;
    font-weight: 600;
}

h5 {
    font-size: 14px!important;
}

p {
    margin-bottom: 0;
    margin-top: 1rem;
}

img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

body.lock {
    overflow: hidden;
}

.btn-success {
    color: #fff;
    background-color: var(--rcolor)!important;
    border-color: var(--rcolor)!important;
}

button[type='submit']:not(.add-to-compare) {
    color: #fff;
    background-color: var(--rcolor)!important;
    border-color: var(--rcolor)!important;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    height: 35px;
    padding: 0 20px;
    border-radius: 4px;
}

.header-search {
    position: relative;
}

.header-search input {
    border-radius: 4px;
    border-color: var(--rcolor)!important;
}

.form-search button[type='submit'],
.header-search button[type='submit'] {
    border-radius: 0!important;
    background: transparent!important;
    position: absolute;
    right: 0;
    color: var(--rcolor)!important;
    font-size: 16px;
}

.btn-default {
    background-color: #f2f2f2!important;
    border-color: #f2f2f2!important;
}

.footer a,
.post-page a,
.write-review,
.card a,
.main-items a,
.models-name a,
.link-page {
    color: #0a0e14!important;
}

.footer a:hover,
.post-page a:hover,
.write-review:hover,
.card a:hover,
.main-items a:hover,
.models-name a:hover,
.link-page:hover {
    color: var(--rcolor)!important;
    text-decoration: none;
}

a.prev {
    background: #0a0e14!important;
    color: #fff!important;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
}

.form-block {
    display: flex;
    justify-content: space-between;
}

.form-block > div {
    width: 49%;
}

.logo-sub {
    line-height: 1em;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px!important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1200px!important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container, .container-md, .container-sm {
        max-width: 1000px!important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .container, .container-sm {
        max-width: 800px!important;
    }
}

.row {
    margin-right: 0!important;
    margin-left: 0!important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px!important;
    padding-left: 10px!important;
    padding-bottom: 20px;
}

/*------------------------------------------------
Card
-------------------------------------------------*/

.card {
    padding: 10px;
    text-align: center;
    min-height: 250px;
    height: 100%;
}

.card > div:first-child {
    z-index: 9;
}

.card:hover {
	box-shadow: 0 0px 14px rgba(0, 0, 0, 0.2);
}

.card-img {
    padding: 10px;
    text-align: center;
    border: 2px solid #ddd;
    height: auto;
    min-height: 100px!important;
}

.card-img img {
    display: block;
    object-fit: cover;
    height: auto!important;
}

.card-img:hover {
    border: 2px solid var(--rcolor);
}

.card-title {
    padding-top: 10px;
}

.card img {
    transition: transform 0.3s ease;
	max-height: 170px;
	max-width: 170px;
	width: auto;
	height: auto;
}

.card:hover img {
    transform: scale(1.08);
}

.product-icons {
	z-index: 11;
}

.product-icons img {
    max-height: 32px!important;
}

.card .product-icons img {
    height: 28px;
    width: auto;
}

.product-page .product-icons img {
    height: 36px!important;
    width: auto;
}

.add-to-compare {
    border: none!important;
    background: transparent!important;
}

/*------------------------------------------------
Search form
-------------------------------------------------*/

.main-page-search-form {
    position: relative;
}

.search-form {
    margin-top: 10px;
    z-index: 4;
}

.tabs,
.second-search-form .tabs-an,
.mini-search-form {
    margin: 0 auto;
    height: 170px;
    border-radius: 4px;
    background: #f2f2f2;
}

.second-search-form .tabs-an {
    height: 140px!important;
}

.mini-search-form {
    height: 100px!important;
}

.tabs-content,
.second-search-form .tabs-an {
    padding: 20px;
}

.row.mini-search-form {
    padding: 30px 20px;
}

.tabs-nav,
.category_links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    background: #17191a;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.category_links a {
    color: #fff;
    display: block;
}

.category_links a:hover {
    color: #fff;
    text-decoration: none;
}

.tabs-nav li,
.category_links li {
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
}

.tabs-nav li.active,
.category_links li.active {
    background: var(--rcolor);
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.tabs-an {
    margin: 0 auto;
}

.tabs-content select,
.tabs-content-an select,
.mini-search-form select,
.pagination-info-links select {
    height: 35px;
    border: 1px solid #d3d2db;
    margin-left: 15px;
    font-size: 15px;
    line-height: 35px!important;
}

.select2 {
    height: 35px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
	text-align: left!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d3d2db!important;
    border-radius: 4px;
    height: 35px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px!important;
}

.tabs-content button,
.tabs-content-an button,
.mini-search-form button {
    height: 35px;
    background: var(--rcolor);
    border: none;
    color: #fff;
    margin: 0!important;
    padding: 0!important;
    width: calc(100% - 30px)!important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

button.remove-product {
    height: 35px;
    background: #0a0e14;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin: 0!important;
    padding: 0 20px!important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.tabs-content .row,
.tabs-content-an .row,
.row.mini-search-form {
    justify-content: space-between!important;
    gap: 10px!important;
}

.tabs-content .row .content-block,
.tabs-content-an .row .content-block,
.row.mini-search-form .content-block {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.tabs-content .row .content-block select,
.tabs-content .row .content-block button,
.tabs-content-an .row .content-block select,
.tabs-content-an .row .content-block button,
.row.mini-search-form .content-block select,
.row.mini-search-form .content-block button {
    width: 100%;
}

#tab-1-an, #tab-2-an, #tab-2, #tab-3 {
    padding-top: 20px;
}

.tabs-nav-an {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.tabs-nav-an li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin-right: 20px;
    color: var(--rcolor);
    border-bottom: 1px dotted var(--rcolor);
    cursor: pointer;
}

.tabs-nav-an li.active {
    color: inherit;
    border-bottom: none;
    cursor: inherit;
}

.tab, .tab-an {
    display: none;
}

.tab.active, .tab-an.active {
    display: block;
}

/*------------------------------------------------
Header
-------------------------------------------------*/

.mich {
    position: absolute;
    right: 0;
    z-index: 9;
}

header form {
    margin-bottom: 0!important;
}

label {
    height: fit-content;
}

.header {
    height: 80px;
}

.main-header form {
    width: 38%;
}

.mob-header form {
    width: 30%;
}

.mob-header .catalog {
    height: 35px;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 35px;
}

.header-search {
    height: 35px;
}

.header-search input, .header-search select, .header-search button {
    height: 100%;
}

.header-search select {
    border-radius: 4px 0 0 4px;
    background: #f2f2f2;
    width: 170px;
    border: 1px solid #d3d2db;
    border-right: none;
    padding: 0 10px;
    flex-shrink: 0;
}

.header-search input {
    border: 1px solid #d3d2db;
    padding: 0 10px;
    flex-grow: 1;
    min-width: 0;
}

.main-header {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.main-header.hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.mob-header {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    transition: transform 0.3s ease;
    padding: 10px 0;
}

.mob-header.visible {
    transform: translateY(0);
    top: 0;
}

.logo > a > div {
    color: #494949;
    font-size: 11px;
}

.logo img {
    width: 220px;
}

/*------------------------------------------------
Main menu
-------------------------------------------------*/

.main-menu {
    padding: 0;
    margin-bottom: 0;
}

.main-menu li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    line-height: 40px;
    color: #fff;
}

.main-menu li a {
    display: block;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    color: #0a0e14;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.main-menu li a.active {
    color: var(--rcolor);
}

.main-menu li a.catalog {
    background: var(--rcolor)!important;
    color: #fff!important;
    margin-right: 20px;
}

.main-menu li a.catalog:hover {
    color: inherit!important;
}

.main-menu li a:hover {
    color: var(--rcolor);
    box-sizing: border-box;
}

.main-menu li.current-menu-item {
    color: var(--rcolor);
}

.sub-menu {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.main-menu li.active > ul {
    opacity: 1;
    visibility: visible;
}

.dop-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.sub-menu li {
    color: #0a0e14;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
    margin-bottom: 10px;
    flex: 1 1 calc(20% - 20px);
}

.sub-menu li a {
    padding: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.tel-title {
    font-size: 13px;
    color: var(--rcolor);
    text-transform: capitalize;
    font-weight: 400;
}

.tel a, .tel {
    color: #0a0e14!important;
    font-size: 16px!important;
    font-weight: 500!important;
    padding-right: 0!important;
    padding-left: 0!important;
}

.tel span {
    color: #0a0e14;
    padding-left: 10px;
    padding-right: 10px;
}

.tel a:hover {
    color: #0a0e14!important;
    text-decoration: underline;
}

.tel-menu {
    margin-bottom: 0;
}

.tel-menu li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}

/*------------------------------------------------
Language
-------------------------------------------------*/

.lang-menu, .mob-menu-lang {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.lang-menu a, .mob-menu-lang a {
    color: #6a6a6a!important;
}

.lang-menu .active, .mob-menu-lang .active {
    background: var(--rcolor);
    color: #fff;
    border-radius: 4px;
    padding: 3px 5px;
}

/*------------------------------------------------
Content
-------------------------------------------------*/

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.brand-image {
    width: -webkit-fill-available;
}

.category_links {
    list-style: none;
    padding: 0;
}

.category_links li {
    display: inline-block;
}

.cart-block {
    display: flex;
    margin-left: 20px;
}

.cart-block a {
    position: relative;
    margin-left: 10px;
	padding: 0 10px;
}

.cart-block img {
	width: 22px;
	height: auto;
}

.cart-count,
.compare-count {
    position: absolute;
    top: -6px;
    right: -7px;
    background-color: var(--rcolor);
    color: white;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 50%;
}

.cartModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
    box-sizing: border-box;
}

.cartModal .modal-сontent {
    background: #fff;
    width: 100%!important;
    max-width: 100% !important;
    max-height: auto;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    box-sizing: border-box;
    margin: 0!important;
}

.sum-total {
    padding: 0 4px 0 10px;
}

.modal-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-content {
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    position: relative;
    text-align: left;
    padding: 20px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.radio_modal {
    margin: 30px 0;
    background: #f2f2f2;
    padding: 15px;
    font-size: 14px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0!important;
}

.modal-body {
    max-height: 80vh;
    overflow-y: auto;
    padding-left: 0!important;
    padding-right: 0!important;
}

.modal-blocks > div {
    width: 49%;
}

.modal select,
.modal input[type='text'],
.modal input[type='number'] {
    height: 35px!important;
    border: 1px solid #d3d2db!important;
    font-size: 15px!important;
    width: 100%!important;
}

input[type='number'] {
    height: 35px!important;
    border: 1px solid #d3d2db!important;
    font-size: 15px!important;
}

.form-wrap input[type='email'],
.form-wrap input[type='password'],
.form-wrap input[type='text'],
.form-wrap select {
    height: 35px!important;
    border: 1px solid #d3d2db!important;
    font-size: 15px!important;
    width: 100%!important;
}

.button-line {
    display: flex;
    align-items: center;
}

.button-line a.creditBuyClick {
    margin: 0 10px;
}

.search-dialog {
    max-width: 200%!important;
}

.close {
    font-size: 36px!important;
    font-weight: 300!important;
    cursor: pointer;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f2f2!important;
    width: 45px;
    height: 45px;
    margin: 0!important;
    padding: 10px!important;
    line-height: 0!important;

}

table {
    margin-top: 30px;
}

table tr {
    height: 50px;
}

table tbody tr {
    vertical-align: middle;
}

table tbody tr td {
    padding: 10px 10px 10px 0;
}

input[type="checkbox"] {
    margin-right: 10px;
}

input.update-cart-count {
    width: 100%;
    border: 1px solid #d3d2db;
    height: 30px;
}

.sendSms {
    margin-top: 20px;
    font-size: 11px!important;
}

.empty-cart-message {
    display: none;
}

label {
    font-size: 14px;
}

.breadcrumb {
    background: transparent!important;
    padding: 0!important;
    margin-bottom: 0!important;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb a {
    color: var(--rcolor)!important;
}

.breadcrumb [aria-current="page"] {
    border: none!important;
}

.menu-blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    position: relative;
}

.menu-blocks .lang-menu {
    margin-right: 20px;
}

/*------------------------------------------------
Footer
-------------------------------------------------*/

.footer {
    margin-top: 100px;
    padding: 50px 0;
}

.footer-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.footer .tel {
    font-size: 15px;
    margin-top: 10px;
}

.footer .menu-blocks {
    margin-bottom: 30px;
}

.footer-social {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin-top: 20px;
}

.footer-social li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #9f9f9f;
    transition: border-color 0.3s;
}

.footer-social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9f9f9f;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.footer-social li:hover {
    border: 1px solid var(--rcolor);
}

.footer-social li a:hover {
    color: var(--rcolor);
}

.footer_text {
    font-size: 12px;
    color: #4e4e4e;
}

.footer_copy {
    margin-top: 30px;
    font-size: 13px;
    color: #4e4e4e;
}

.scroll-to-top {
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    border: 2px solid var(--rcolor);
    background: transparent;
    color: var(--rcolor);
    font-size: 24px;
    text-align: center;
    padding: 0 10px;
    line-height: 52px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    box-sizing: border-box;
    min-width: 52px;
    max-width: 52px;
}

.scroll-to-top:hover {
    background-color: var(--rcolor);
    color: #fff;
}

.header_burger {
    display: none;
}

.mob-menu-block,
.mob-menu-search {
    display: none;
}

.cart-mobil {
    display: none;
}

.cart-desktop a,
.cart-mobil a {
    color: #0a0e14!important;
}

.cart-desktop img,
.cart-mobil img {
    height: 50px;
	width: auto;
}

.phone-error {
    font-size: 12px;
    color: var(--rcolor);
    display: none;
}

svg.w-5.h-5 {
    width: 22px;
    height: auto;
}

.pagination-links {
    flex-wrap: wrap;
    gap: 5px;
}

.pagination-info {
    margin-bottom: 10px;
    margin-top: 20px;
}

.pagination-links .flex-1 {
    display: none;
}

.pagination-links .z-0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 5px;
}

.pagination-links span {
    box-shadow: none !important;
    line-height: 10px!important;
}

.pagination-links nav span[aria-current="page"],
.pagination-links nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    color: #0a0e14;
    background: white;
    border-radius: 4px;
}

.pagination-links nav span[aria-disabled="true"], .pagination-links nav a[rel="next"] {
    width: fit-content!important;
}

[aria-current="page"] > span {
    color: #fff!important;
    background: var(--rcolor)!important;
}

[aria-current="page"] {
    margin: 0 8px!important;
}

[aria-current="page"] span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0!important;
}

.breadcrumb [aria-current="page"] {
    margin: 0!important;
}

.pagination-links nav a:hover {
    background: var(--rcolor) !important;
    color: #fff;
    border-color: var(--rcolor) !important;
    text-decoration: none;
}

.pagination-links nav span[aria-disabled="true"],
.pagination-links nav a[rel="next"] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

svg.w-5.h-5 {
    width: 16px!important;
    height: auto;
}

.pagination-info-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

[role="navigation"] > div:nth-child(2) > div:nth-child(1) {
    display: none;
}

.stars span {
    color: var(--rcolor);
    font-size: 20px;
}

.star-rating .star {
    font-size: 30px;
    cursor: pointer;
    color: #d3d3d3;
}

.star-rating .star.selected {
    color: var(--rcolor);
}

.product-params {
    margin-top: 10px;
}

.product-params > div > span:nth-child(2) {
    font-weight: 500;
}

.product-reviews {
    display: flex;
    align-items: center
}

.product-reviews a {
    color: #6B6B6B;
}

.product-reviews a:hover {
    color: var(--rcolor)
}

.review {
    margin-bottom: 20px;
}

.review-form {
    margin-top: 30px;
    display: none;
}

.review-form label {
    margin-top: 10px;
}

.review-form > .row > div {
    width: 50%;
}

.review-form > .row > div:first-child {
    padding-right: 10px;
}

.review-form > .row > div:last-child {
    padding-left: 10px;
}

.alert {
    position: fixed!important;
    z-index: 9999999;
    right: 0;
    width: 100%;
    top: 0;
}

.models {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
}

.models-name,
.models-index,
.models-stock,
.models-price {
    flex: 0 1 auto;
    margin-right: 15px;
}

.models-name {
    width: 22%;
}

.models-index, .models-stock {
    width: 6%;
}

.models-price {
    width: 10%;
}

.models-actions > div:nth-child(2) {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.models-actions > div:nth-child(2){
    display: flex;
    align-items: center;
}

.models-actions div > a,
.models-actions div > form {
    margin-right: 20px;
}

.models-actions a,
.button-line a {
    border: 1px solid #0a0e14;
    border-radius: 4px;
    padding: 5px 10px;
    color: inherit;
}

.models-actions a:hover,
.button-line a:hover {
    background: #0a0e14;
    color: #fff;
    text-decoration: none;
}

.model-titel,
.models .titel {
    font-size: 12px;
    color: #6B6B6B;
    margin-bottom: 5px;
}

.models .content {
    font-size: 14px;
}

.models.ord {
    margin-bottom: 5px;
}

.models.det {
    background: #fff;
    font-size: 14px;
    padding: 0 10px;
}

.mod-cont > .models.det.cont:last-child {
    margin-bottom: 10px;
}

.mod-cont {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 10px;
}

.mod-cont.show {
    display: block;
}

.row.models.ord {
    cursor: pointer;
}

.credit-sum-block {
    margin-bottom: 30px;
    font-size: 14px;
}

.credit-sum-block span {
    font-weight: 500;
}

.credit-info {
    font-size: 11px;
    color: #6B6B6B;
}

.slick-dots {
    list-style: none;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    margin-bottom: 10px;
    z-index: 3;
}

.slick-dots li {
    display: inline-block;
    margin-left: 2px;
    padding-right: 2px;
}

.slick-dots li button {
    font-size: 0;
    border-radius: 50px;
    border: none;
    height: 12px;
    cursor: pointer;
}

.slick-active button {
    background: var(--rcolor);
}

.product-params-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

.login-form {
    width: 50%;
    padding: 50px;
    position: relative;
    margin: 50px auto 0 auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.signin-form {
    width: 80%;
    padding: 50px;
    position: relative;
    margin: 50px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.jur-block {
    display: none;
}

.jur-block input,
.form-block input,
.form-block select,
.sim-block input,
.sim-block select {
    width: 100%!important;
    border: 1px solid #ced4da;
    height: 35px!important;
}

.local-select {
    display: none;
}

.confirm a {
    color: var(--rcolor)!important;
}

.login-form .alert-danger,
.signin-form .alert-danger,
#checkout .alert-danger {
    margin-bottom: 30px;
    padding: 15px;
}

.login-form .alert-danger ul,
.signin-form .alert-danger ul,
#checkout .alert-danger ul {
    list-style: none;
    padding-left: 0;
}

.search-results {
    display: none;
    background: white;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
    z-index: 1000;
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-cont {
    margin-top: 30px;
}

.compare-block {
    overflow-x: auto;
}

table.compare tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.compare td {
    min-width: 200px;
    max-width: 250px;
}

.order-line a, .order-line a:hover {
    color: var(--rcolor);
}

.checkout-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.checkout-block > form {
    width: 70%;
}

.checkout-block > div.checkout-block-price {
    margin-left: 20px;
    width: 30%;
}

.checkout-block-price {
    padding: 30px;
    background: #f2f2f2;
}

.checkout-block-price > div {
    display: flex;
    justify-content: space-between;
}

.period-block {
    display: none;
}

.profile-block {
    display: flex;
}

.profile-block > div:first-child{
    width: 20%;
}

.profile-block > div:last-child{
    width: 80%;
    margin-left: 20px;
}

.profile-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile-block ul.profile_menu li {
    border-bottom: 1px solid #6B6B6B;
}

.profile-block li a {
    background: #0a0e14;
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

.profile-block li a:hover,
.profile-block li.active a {
    background: var(--rcolor);
    color: #fff;
    text-decoration: none;
}

.add-to-compare img  {
	height: 24px;
	width: auto;
}

.table-content-add-to-cart img {
	width: 16px;
	height: auto;
	margin-right: 5px;
}

button.remove-from-cart {
	border: none!important;
}

.error_page {
	text-align: center!important;
	width: 100%;
    margin: auto;
}

.error_title {
    font-size: 160px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.error_text {
    font-size: 20px !important;
}

.error_text a {
	color: var(--rcolor);
	text-decoration: none;
}

.error_text a:hover {
	text-decoration: underline !important;
}

.mobil-search {
    display: none;
}

.head-phone {
    display: none;
}

@media only screen and (max-width: 1450px) {

    .main-header form {
        width: 30%;
    }

    .mob-header form {
        width: 25%;
    }
}

@media only screen and (max-width: 1370px) {

    .mob-header form {
        width: 18%;
    }
}


@media only screen and (max-width: 1300px) {

    .models-index {
        width: 5%;
    }

    .models-actions {
        width: 50%;
    }

    .main-header form {
        width: 20%;
    }
}

@media only screen and (max-width: 1270px) {

    .mob-header form {
        width: 15%;
    }
}

@media only screen and (max-width: 1200px) {

    .flex-lang-menu {
        display: none;
    }

    .head-phone {
        display: block;
    }

    .head-comp {
        display: none;
    }

    .header {
        height: auto;
        padding: 10px 0;
    }

    .header_burger {
        display: block;
        position: absolute;
        width: 24px;
        height: 22px;
        z-index: 11;
        cursor: pointer;
        margin-top: 4px;
        left: 0;
    }

    .header_burger span {
        position: absolute;
        background-color: #0a0e14;
        right: 0;
        width: 100%;
        height: 2px;
        top: 9px;
    }

    .header_burger:before,
    .header_burger:after {
        content: '';
        background-color: #0a0e14;
        position: absolute;
        width: 100%;
        height: 2px;
        right: 0;
        cursor: pointer;
        display: block;
        transition: all 0.3s ease 0s;
    }

    .header_burger:before {
        top: 0px;
        transition: all 0.3s ease 0s;
    }

    .header_burger:after {
        bottom: 2px;
        transition: all 0.3s ease 0s;
    }

    .header_burger.active span {
        transform: scale(0);
        transition: all 0.3s ease 0s;
        background-color: #0a0e14;
    }

    .header_burger.active:before {
        transform: rotate(45deg);
        top: 11px;
        transition: all 0.3s ease 0s;
        background-color: #0a0e14;
        z-index: 10;
        cursor: pointer;
    }

    .header_burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
        transition: all 0.3s ease 0s;
        background-color: #0a0e14;
        z-index: 10;
        cursor: pointer;
    }

    .menu-fon {
        display: none;
        background: #fff;
        bottom: 0;
        top: 0;
        margin-top: 68px;
        padding-top: 20px;
        right: 0;
        left: 0;
        justify-content: center;
        overflow-y: auto;
        position: fixed;
        transition: all 0.3s ease;
        z-index: 10;
    }

    .menu-fon.active {
        top: 0;
        display: block;
        z-index: 10;
        margin-top: 64px;
    }

    .main-menu li a.catalog {
        background: transparent!important;
        color: #0a0e14!important;
        margin-right: 0;
    }

    .main-menu li a.catalog:hover {
        background: var(--rcolor)!important;
        color: #fff!important;
    }

    .main-menu {
        width: 100%;
        list-style-type: none;
        margin: 0;
        height: 0;
    }

    .main-menu li {
        display: block;
        border-bottom: 1px solid #d3d2db;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        cursor: pointer;
    }

    .main-menu li a {
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 0;
    }

    .main-menu li a:hover {
        box-sizing: border-box;
        border-bottom: none;
        text-decoration: none;
        background: var(--rcolor);
        color: #fff;
    }

    .sub-menu {
        list-style-type: none;
        margin: 0;
        padding-top: 0;
        left: 0;
        width: 100%;
        position: relative;
        display: none;
        border-radius: 0;
        box-shadow: none;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        opacity: 1;
        visibility: visible;
        border-bottom: none;
    }

    .sub-menu li:first-child {
        margin-top: 0;
    }

    .sub-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .sub-menu li {
        padding: 0;
        width: 100%;
        margin: 0;
        font-weight: 600;
        font-size: 13px;
    }

    .sub-menu.active {
        position: relative;
        display: block;
        box-shadow: none;
        visibility: visible;
    }

    .sub-menu li a {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .sub-menu li a:hover {
        text-decoration: none;
        color: var(--rcolor);
        background: transparent;
    }

    .sub-menu li:hover ul {
        display: none;
        transition: none;
    }

    .main-menu li:hover ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0,0px);
        -moz-transform: translate(0,0px);
        -o-transform: translate(0,0px);
        transition: 0s!important;
    }

    .main-menu li span {
        transition: 0.5s;
    }

    .rotate {
        padding-left: 10px;
        transform: rotate(180deg);
        transition: 0.5s;
    }

    .plus.rot {
        transform: rotate(45deg);
        transition: 0.5s;
    }

    .main-menu a span {
        display: block;
        position: relative;
        float: right;
    }

    a.child-marker  {
        pointer-events: none;
        cursor: default;
    }

    .main-menu li.current-menu-item {
        background: var(--rcolor);
        color: #fff;
    }

    footer .logo {
        margin-left: 0;
    }

    .logo {
        margin-left: 40px;
        margin-top: -5px;
    }

    .mobil-search {
        display: block;
    }

    .mich {
        display: none;
    }

    .models {
        flex-wrap: wrap;
    }

    .models > div {
        width: 100%;
    }

    .models-actions > div:nth-child(2) {
        justify-content: flex-start;
    }

    body.lock {
        overflow: hidden;
    }

    .footer .menu-blocks {
        flex-wrap: wrap;
    }

    .footer .menu-blocks > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .menu-blocks > ul {
        width: 100%;
        padding-left: 0;
    }

    .footer .logo {
        margin-bottom: 0!important;
    }

    .main-header .form-search,
    .main-header .lang-menu,
    .main-header .tel-menu,
    .mob-header .main-menu,
    .mob-header .tel-menu,
    .mob-header .form-search,
    .footer .main-menu {
        display: none;
    }

    .mob-menu-block,
    .mob-menu-search {
        display: block;
    }

    .mob-menu-block {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 15px 20px 15px;
        border-bottom: 1px solid #d3d2db;
    }

    .main-page-search-form {
        position: sticky;
        margin-top: 10px;
    }

    .main-page-search-form .search-form {
        margin-top: 10px;
        position: sticky;
    }

    .search-form {
        position: sticky;
    }

    .main-header > .container:first-child {
        background: #fff;
    }

    .scroll-to-top {
        bottom: 10px;
        right: 10px;
    }
}

@media only screen and (max-width: 700px) {

    .models-actions > div {
        flex-wrap: wrap;
        width: 100%!important;
    }

    .models-actions div > a,
    .models-actions div > form {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .models-actions div > form > button {
        width: 100%;
    }

    .login-form, .signin-form {
        width: 100%;
        padding: 50px;
        margin: auto;
    }

    .profile-block {
        flex-wrap: wrap;
    }

    .profile-block > div:first-child{
        width: 100%;
    }

    .profile-block > div:last-child{
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

	.error_title {
		margin-top: 10% !important;
		font-size: 60px !important;
	}

	.error_text {
		font-size: 15px !important;
	}
}

@media (max-width: 660px) {

    tbody td, tbody th {
        vertical-align: top;
    }

    .tel a, .tel {
        font-size: 15px !important;
    }

    .search-cont {
        margin-top: 0;
    }

    .tabs,
    .tabs-an,
    .mini-search-form {
        height: auto!important;
    }

    .second-search-form .tabs-an {
        height: auto!important;
    }

    .tabs-nav,
    .tabs-nav-an,
    .category_links {
        flex-wrap: wrap;
    }

    .tabs-nav li,
    .tabs-nav-an li,
    .category_links li {
        width: 100%;
    }

    .tabs-nav-an li {
        border: none;
        padding-bottom: 10px;
    }

    .tabs-nav li, .category_links li {
        margin-right: 0;
    }

    .tabs-nav li.active, .category_links li.active {
        border-radius: 0;
    }

    .tabs-content button,
    .tabs-content-an button,
    .mini-search-form button,
    .tabs-content .row .content-block select,
    .tabs-content .row .content-block button,
    .tabs-content-an .row .content-block select,
    .tabs-content-an .row .content-block button,
    .row.mini-search-form .content-block select,
    .row.mini-search-form .content-block button {
        width: -webkit-fill-available!important;
        margin: 0;
    }

    .tabs-content .row,
    .tabs-content-an .row,
    .row.mini-search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .tabs-content .row .content-block,
    .tabs-content-an .row .content-block,
    .row.mini-search-form .content-block {
        width: 100%;
    }

    .row.mini-search-form {
        display: block;
    }

    .row.mini-search-form .content-block {
        padding-bottom: 10px;
    }

    .row.mini-search-form .content-block:last-child {
        padding-bottom: 0;
    }

    .pagination-info-links {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .pagination-info-links > div {
        width: 100%;
    }
/*
    [aria-label="breadcrumb"] {
        display: none;
    }
*/

    tbody td, tbody th {
        vertical-align: top;
    }

    .cart-mobil {
        display: block;
    }

    .cart-desktop {
        display: none;
    }

    body {
        overflow-x: hidden;
    }

    .breadcrumb {
        margin-top: 15px;
    }

    h1, h2 {
        font-size: 18px!important;
        font-weight: 800!important;
    }

    h3, h4 {
        font-size: 16px!important;
        font-weight: 600!important;
    }

    .fw500 h3, .fw500 h4 {
        margin-top: 30px;
    }

    h5, h6, body {
        font-size: 14px!important;
    }

    .form-block {
        flex-wrap: wrap;
    }

    .form-block > div {
        width: 100%;
        margin: 10px 0 0 0!important;
    }
}
@media (max-width: 550px) {

    .logo img {
        width: 150px;
    }

    .logo > a > div {
        display: none;
    }

    .navbar-brand {
        white-space: inherit !important;
    }

    .logo > a > div {
        font-size: 8px;
    }

    .menu-fon.active {
        margin-top: 56px;
    }

    .checkout-block {
        flex-wrap: wrap;
    }

    .checkout-block > form {
        width: 100%;
        order: 2;
    }

    #checkout {
        margin-top: 30px!important;
    }

    .checkout-block > div.checkout-block-price {
        margin-left: 0;
        width: 100%;
        order: 1;
        margin-bottom: 20px!important;
    }

    label[for="radio_liv"], label[for="radio_pl_liv"] {
        margin: 7px 0 7px 0!important;
    }

    label[for="radio_exp"] {
        margin-bottom: 15px!important;
    }

    label {
        width: 100%;
        margin-left: 0!important;
    }
}

@media (max-width: 480px) {

    .pagination-links {
        gap: 3px;
    }

    .pagination-links nav span[aria-current="page"],
    .pagination-links nav a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    svg.w-5.h-5 {
        width: 10px!important;
        height: auto;
    }

    [aria-current="page"] span {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .pagination-links nav span[aria-disabled="true"], .pagination-links nav a[rel="next"] {
        height: 28px!important;
    }
}

@media only screen and (max-width: 450px) {

    .logo img {
        width: 120px;
    }

    .cart-block {
        margin-left: 0;
    }

    .cart-block img {
        width: 18px;
    }

    .cart-block a {
        margin-left: 5px;
    }

    .cart-block a:last-child {
        margin-left: 0;
    }

    .button-line {
        flex-wrap: wrap;
    }

    .button-line a,
    .button-line input[type='number'],
    .button-line button,
    .button-line form {
        width: 100%;
        text-align: center;
    }

    .button-line button {
        margin-top: 10px;
    }

    .button-line a.creditBuyClick {
        margin: 10px 0;
    }

    .product-params-block {
        display: block;
    }

    .pagination-info {
        flex-wrap: wrap;
    }

    .pagination-info > div {
        width: 100%;
    }

    .menu-blocks {
        justify-content: space-between;
    }

    .footer {
        margin-top: 50px;
        padding: 20px 0;
    }

    .footer .menu-blocks {
        margin-bottom: 10px;
    }

    .footer-title {
        margin-bottom: 10px;
    }

    .card-img {
        min-height: 70px!important;
    }

	.card img {
		max-height: 130px;
		max-width: 140px;
	}

	button[type='submit'] img {
		display: none;
	}

	button[type='submit'] {
		padding: 0 10px!important;
	}

    .mob-menu-block {
        flex-wrap: wrap;
    }

    .mob-menu-block > div {
        width: 100%;
    }
}
