@charset "UTF-8";
/**
 * Theme Name: Carcenter
 * 
 
 */

* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
}

input::-ms-clear {
    display: none;
}

button,
input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

:root {
    --container-width: 1440px;
    --container-padding: 15px;
    --font-main: sans-serif;
    --font-accent: "Manrope", sans-serif;
    --font-titles: var(--font-accent);
    --page-bg: #fff;
    --text-color: #000;
    --accent: #FF6B35;
    --accentLight: #FF7F49;
    --main-color: #0F1A3C;
    --laptop-size: 1199px;
    --tablet-size: 959px;
    --mobile-size: 599px;
}

.dark {
    --page-bg: #252526;
    --text-color: #fff;
}

.rewie__info .glsr-star-rating {
    font-family: "site-reviews";
}

html {
    scroll-behavior: smooth;
    background-color: var(--main-color);
}

body {
    background-color: var(--main-color);
    color: var(--main-color);
    font-size: 14px;
    font-family: Roboto;

    --sectionVerticalPadding: 60px;
}

@media (max-width: 767px) {
    body {
        --sectionVerticalPadding: 40px;
    }
}

img {
    display: block;
}

a {
    color: var(--link-color);
}

code {
    background-color: #e9f1f6;
    padding: 0.2rem;
    border-radius: 4px;
}

pre.code {
    overflow-x: auto;
    background-color: #e9f1f6;
    padding: 1rem;
    border-radius: 4px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.no-scroll {
    overflow-y: hidden;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}

/* Контейнеры */
.container {
    margin: 0 auto;
    padding: 0 var(--container-padding);
    max-width: var(--container-width);
    width: 100%;
}

.container-full {
    padding: 0 var(--container-padding);
    max-width: 100%;
}

html,
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;

    font-weight: 400;
    font-size: 14px;
    color: var(--main-color);
}

/* .glsr-review-header {
    display: flex;
}

.glsr-review {
    display: block !important;
} */

.footer {
    margin-top: auto;
}

.footer {
    padding: 60px 0;
    background-color: var(--main-color) !important;
}

/* Blocks */
.footer {
    background-color: var(--main-color) !important;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}

.footer__copyright {
    margin-bottom: 50px;
}

.footer__wrapp-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.footer__phone {
    font-size: 20px;
    color: var(--page-bg);
    font-family: Roboto;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.footer__time {
    font-size: 18px;
    color: var(--page-bg);
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer__order-phone {
    padding: 12px 94px;
    font-size: 18px;
    color: var(--page-bg);
    font-family: Roboto;
    font-weight: 400;
    border-radius: 7px;
    border: 2px solid var(--accent);
    background-color: transparent;
    margin-bottom: 30px !important;
}

.footer__copyrigth-inner {
    position: relative;
}

.footer__map {

    width: 600px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 62%;
    transform: translateY(-50%);
    border-radius: 7px;

}

.footer__adress-item {
    font-size: 18px;
    color: var(--page-bg);
    font-family: Roboto;
    font-weight: 400;
    position: relative;
    margin-bottom: 8px;
    padding-left: 28px;
}

.footer__adress-mail {
    font-size: 18px;
    color: var(--page-bg);
    font-family: Roboto;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    margin-bottom: 30px;
}

.footer__adress-item::before {
    content: url(../assets/img/location.svg);
    position: absolute;
    top: 0;
    left: 0;
}

.footer__adress-mail::before {
    content: url(../assets/img/mail.svg);
    position: absolute;
    top: 0;
    left: 0;
}

.footer__map-item {
    width: 400px;
    height: 300px;
}

.footer__masseg-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
}

.footer__massege {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer__masseg-wrapp {
    display: flex;
}

.footer__masseg-text {
    margin-right: 20px;
    font-size: 18px;
    color: var(--page-bg);
    font-family: Roboto;
    font-weight: 400;
}

.footer__start-link {
    margin-right: 10px;
}

.footer__poloitical a {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
    color: var(--page-bg);
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer__map-block {
    width: 318px;
    height: 450px;

}

@media (max-width: 1040px) {
    .footer__map {
        width: 400px;
        height: 350px;
    }
}

@media (max-width: 880px) {
    .footer__map {
        width: 300px;
        height: 400px;
    }
}

@media (max-width: 732px) {
    .footer__map {
        position: static;
        right: 0;
        top: 0;
        transform: translate(0);
        height: 230px;
    }

    .footer__wrapp-logo {
        margin-bottom: 30px;
    }

    .footer__adress {
        position: relative;
        left: -15px;
    }

    #map {
        height: 230px;
        border-radius: 7px;
    }

    .footer__massege {
        margin-top: 30px;
    }

    .footer__copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 590px) {
    .footer__copyright {
        flex-direction: column;
        align-items: center;
    }

    .footer__order-phone {
        font-size: 14px !important;
        padding: 12px 84px;
        margin-bottom: 0;
    }

    .footer__adress-item {
        max-width: 239px;
        font-size: 15px;
    }

    .footer__adress-mail {
        font-size: 15px;
    }

    .footer__map-item {
        width: 300px;
        height: 230px;
    }

    .footer__masseg-block {
        flex-wrap: wrap;
        margin-left: 30px;
        justify-content: flex-start;
    }

    .footer__adress {
        position: relative;
        left: -35px;
    }

    .footer__massege {
        flex-direction: column;
        align-items: start;
        margin-bottom: 30px;
        position: relative;
        left: -50px;

    }

    .footer__masseg-text {
        margin-bottom: 10px;
    }

    .footer__poloitical a {
        font-size: 15px;
        position: relative;
        left: -21px;
    }
}

.header {
    background-color: white;
}

.header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 var(--container-padding);
}

.header__start-massengers {
    display: none;
    align-items: center;
}

.header__row-massengers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    column-gap: 30px;
}

.header__phone-inner {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.header__phone-mobile {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.header__massengers {
    display: flex;

}

.header__start {
    background-color: #0F1A3C;
    padding: 5px 0;
}

.header__start-block {
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
}

.header__start-telegram {
    margin-right: 10px;
}

.header__start-time {
    color: var(--accent);
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-align: center;
}

@media (max-width: 750px) {
    .header__start-time {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 750px) {
    .header__row-massengers > * {
        order: 1;
    }

    .header__row-massengers .header__start-time {
        position: static;
        left: unset;
        transform: none;
        order: 0 !important;
    }
}

.header__time {
    color: var(--accent);
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto;

    display: none;
}

.order__phone {
    color: var(--page-bg);
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}

.header__phone-link {
    color: var(--page-bg);
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto;
    margin-left: 15px;
    display: block;
    margin-bottom: 10px;
}

.header__phone-link:hover {
    color: var(--accent);
}

.header__logo {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 900;
    font-family: Roboto;
}

.header__logo-word {
    color: var(--accent);
    font-size: 18px;
    font-weight: 900;
    font-family: Roboto;
}

.header__nav-list {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto;
    display: flex;
    column-gap: 30px;
}

.header__nav-list a:hover {
    color: var(--accent);
}

.header__nav-list li {
}

.header__phone {
    font-family: Roboto;
    font-size: 14px;
    color: var(--page-bg);
    font-weight: 700;
    margin-right: 5px;
    display: none;
}

.header__phone-row {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    color: var(--page-bg);
    padding: 12px 20px;
    background: var(--accent);
    border-radius: 7px;
    display: none;
}

@media (max-width: 1000px) {
}

@media (max-width: 750px) {

    .header__phone {
        display: block;
    }

    .header__row-massengers {
        display: none;
    }

    .header__nav {
        display: none;
    }

    .header__start-time {
        font-size: 14px;
        display: block;
    }

    .header__start-massengers {
        display: flex;
        align-items: center;
        margin-left: 5px;
    }

    .header__start-block {
        display: flex;
    }

    .header__phone-row {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-right: 3px;
    }

    .mobile-nav-btn {
        display: block !important;
    }

    .header__time {
        color: var(--accent);
        font-size: 13px;
        font-weight: 500;
        display: block;
    }
}

@media (max-width: 991px) {
    .header__start-block {
        display: flex;
    }
}

@media (max-width: 450px) {
    .header__logo {
        width: 100px;
    }
}

.mobile-nav {
    position: fixed;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
    transition: all 0.2s ease-in;
}

.mobile-nav--open {
    top: 0;
}

.mobile-nav a {
    color: #0F1A3C;
}

.mobile-nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    font-size: 28px;
}

/* Nav Icon */
.mobile-nav-btn {
    --time: 0.1s;
    --width: 24px;
    --height: 18px;
    --line-height: 3px;
    --spacing: 6px;
    --color: #000;
    --radius: 4px;
    /* Fixed height and width */
    /* height: var(--height); */
    /* width: var(--width); */
    /* Dynamic height and width */
    height: calc(var(--line-height) * 3 + var(--spacing) * 2);
    width: var(--width);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    margin-left: 10px;
}

.nav-icon {
    position: relative;
    width: var(--width);
    height: var(--line-height);
    background-color: var(--color);
    border-radius: var(--radius);
}

.nav-icon::before,
.nav-icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: var(--width);
    height: var(--line-height);
    border-radius: var(--radius);
    background-color: var(--color);
    transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}

.nav-icon::before {
    /* top: calc(var(--line-height) * -2); */
    top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.nav-icon::after {
    /* top: calc(var(--line-height) * 2); */
    top: calc(var(--line-height) + var(--spacing));
}

.nav-icon.nav-icon--active {
    background-color: transparent;
}

.nav-icon.nav-icon--active::before,
.nav-icon.nav-icon--active::after {
    top: 0;
    transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}

.nav-icon.nav-icon--active::before {
    transform: rotate(45deg);
}

.nav-icon.nav-icon--active::after {
    transform: rotate(-45deg);
}

/* Layout */
.mobile-nav-btn {
    z-index: 999;
}

.rent {
    position: relative;
    background-image: url('/wp-content/themes/carcenter/assets/img/hero-back-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width: 992px) and (max-width: 1040px) {
    .rent {
        background-image: url('/wp-content/themes/carcenter/assets/img/hero-back-mobile-min.jpg');
        background-position: center center;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .rent {
        background-image: url('/wp-content/themes/carcenter/assets/img/hero-back-mobile-min.jpg');
        background-position: center center;
    }
}

@media (max-width: 600px) {
    .rent {
        background-image: url('/wp-content/themes/carcenter/assets/img/hero-back-mobile-min.jpg');
        background-position: center bottom;
    }
}

.rent__wrapp {
    padding: 60px 15px;
}

@media (min-width: 991px) {
    .rent__wrapp {
        display: flex;
        height: 500px;
    }

    .rent__wrapp-block {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.rent__seorch-select {
    display: block;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: var(--main-color);
    line-height: 1.3;
    padding: 12px 10px;
    width: 154px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url("./assets/img/arrow.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}

.rent__seorch-select::-ms-expand {
    display: none;
}

.rent__seorch-select:focus {
    border-color: #aaa;
    /* box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7); */
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.rent__seorch-select option {
    font-weight: normal;
}

.rent__img-car {
    width: 600px;
    height: auto;
    object-fit: contain;
    object-position: bottom;
}

@media (min-width: 1280px) {
    .rent__title {
        /*max-width: 590px;*/
        /*width: 100%;*/
        margin-left: 100px;
    }
}

.rent__title-one {
    font-family: Roboto;
    font-size: 84px;
    color: var(--page-bg);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
}

.rent__title-description {
    font-family: Roboto;
    font-size: 32px;
    color: var(--page-bg);
    font-weight: 400;
}

.rent__seorch {
    padding: 18px 30px;
    background-color: #00c2b5;
    border-radius: 10px;
    max-width: 1070px;
    width: 100%;
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    position: relative;
    z-index: 2;
    margin: 0 auto !important;
    transform: translateY(-50%);
}

.rent__img-block {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

@media (max-width: 1040px) {
    .rent__img-block {
        justify-content: center;
    }
}

.woof_submit_search_form {
    padding: 12px 22px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    color: var(--page-bg);
    background-color: var(--main-color);
    border-radius: 7px;
}

.woof_submit_search_form:hover {
    background-color: var(--accent);
}

.rent__img-small {
    display: none;
}

.woof_redraw_zone {
    align-items: center;
    flex-wrap: wrap;
}

#woof_widget-2 {
    list-style: none;
}

@media (max-width: 1025px) {
    .woof_redraw_zone {
        justify-content: center !important;
        gap: 10px;

    }

    .rent__seorch {
        width: 560px;
    }
}

@media (max-width: 570px) {
    .woof_redraw_zone {
        justify-content: center;
        gap: 10px;

    }

    .woof_block_html_items {
        width: 100% !important;
        padding: 11px 11px 11px 5px;
    }

    .woof_select_radio_check {
        width: 100% !important;
    }

    .woof_select_radio_check dt a {
        width: 112px !important;
        line-height: 8px;
    }

    .woof_container {
        width: calc((100% - 15px) / 2) !important;
    }

    .woof_hida {
        font-size: 13px;
        text-align: start;
    }

    .woof_submit_search_form_container {
        justify-content: center;
        margin: 0;

    }

    .woof_select_radio_check dd ul.woof_list {
        left: -10px;
        width: 135px;
    }

}

@media (max-width: 360px) {
    .woof_reset_search_form {
        top: 194px;
        right: 146px;
    }
}

#woof_widget-4 {
    list-style: none;
}

.woof_container {
    margin: 0;
}

.woof_block_html_items {
    height: auto;
    background-color: white;
    padding: 8px;
    width: 100%;
    border-radius: 7px;
}

.woof_select_radio_check {
    width: 155px;
}

.woof_products_top_panel2 {
    left: -3px;
}

.woof_select_radio_check dt a {
    border: none;
    line-height: 11px;
    border-radius: 7px;
}

.woof_select_radio_check_opener {
    height: auto;
}

.woof_select_radio_check dt a {
    border: none;
    font-size: 1rem !important;
    line-height: 1;
    border-radius: 7px;
    width: 100% !important;
    height: 30px;
    display: flex;
    align-items: center;
}

.woof_select_radio_check dt a span, .woof_multiSel span {
    margin-bottom: 0;
}

.woof_hida {
    font-size: 1rem;
}

.woof_select_radio_check_opener {
    height: 21px;
}

.woof_select_radio_check dd ul.woof_list {
    left: -8px;
    max-height: 300px !important;
}

.woof_select_radio_check dd ul.woof_list li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.woof_products_top_panel_ul {
    display: none;
}

@media (max-width: 1300px) {
    .rent__title-one {

        /*max-width: 400px;*/
    }

    .rent__title-description {
        font-size: 23px;
    }

    .rent__img-car {
        width: 450px;
    }

    .rent__seorch-select {
        font-size: 14px;
    }
}

@media (max-width: 1035px) {
    .rent__title-one {
        font-size: 45px;
        max-width: 400px;
        text-align: center;
    }

    .rent__title-description {
        font-size: 22px;
        text-align: center;
        max-width: 400px;
    }

    .rent__img-car {
        width: 400px;
        height: 140px;
        /*margin-top: 50px;*/
    }

    .rent__wrapp {
        flex-direction: column;
        padding: 40px 20px 20px 20px;
        justify-content: center;
        height: 500px;
    }

    .rent__seorch-select {
        width: 140px;
    }

    .rent__seorch {
        max-width: 700px;
        top: 110%;
    }
}

@media (max-width: 980px) {
    .rent__seorch {
        max-width: 700px;
    }

    .rent__img-car {
        width: 340px;
        height: 115px;
        margin-top: 30px;
    }

    .rent__title {
        margin-left: 0;
    }
}

@media (max-width: 780px) {
    .rent__seorch {
        max-width: 390px;
        padding: 12px 9px;
    }

    .rent__wrapp-block {
        display: flex;
        justify-content: center;
    }

    .rent__seorch-block {
        justify-content: center;
        gap: 5px;
    }

    .rent__seorch-select {
        font-size: 14px;
    }

    .rent__title {
        max-width: 400px;
        margin-bottom: 50px;
    }

    .rent__seorch-button {
        font-size: 14px;
        margin-top: 10px;
    }

    .rent__img-car {
        object-fit: contain;
    }
}

@media (max-width: 560px) {
    .rent {
        margin-bottom: 0;
    }

    .rent__seorch {
        max-width: calc(100% - 30px);
        top: 81%;
    }

    .rent__title-one {
        font-size: 40px;
    }

    .rent__title {
        max-width: 290px;
        margin-bottom: 0;
    }

    .rent {
        /*background-image: none;*/
    }

    .rent__wrapp {
        /*background-image: url('/wp-content/themes/carcenter/assets/img/hero-back-mobile-min.jpg');*/
        height: 500px;
        justify-content: flex-start;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .rent__img-small {
        position: absolute;
        right: 0;
    }

    .rent__img-small {
        display: block;
        margin-top: 30px;
    }

    .rent__img-car {
        display: none;
    }

    .container {
        padding: 0 var(--container-padding);
    }

}

@media (max-width: 350px) {
    .rent__wrapp {
        padding-top: 40px;
    }
}

.category {
    background-color: var(--main-color);
    position: relative;
}

.category__title {
    font-size: 40px;
    text-transform: uppercase;
    color: var(--page-bg);
    font-family: Roboto;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.category__wrapp {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;

}

.category__card {
    padding: 50px 21px 10px;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 39.9%, #E0E0E0 100%);
    border-radius: 7px;
    position: relative;
}

.category__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category__card-img {
    width: 200px;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
}

.category__card-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    color: var(--main-color);
    margin-bottom: 3px;
}

.category__card-price {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    color: var(--main-color);
}

.category__price-bellow span {
    margin-left: 5px;
}

.category__price-under span {
    margin-left: 5px;
}

.category__button {
    padding: 10px 20px;
    background-color: var(--accent);
    font-family: Roboto;
    font-size: 16px;
    color: var(--page-bg);
    font-weight: 700;
    border-radius: 7px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /*margin-bottom: 40px;*/
    display: inline-block;
}

.category__button:hover {
    padding: 10px 20px;
    background-color: var(--accentLight);
}

@media (max-width: 1035px) {
    .category__wrapp {
        flex-wrap: wrap;
        gap: 100px;
    }

    .category__card {
        width: 230px;
    }
}

@media (max-width: 580px) {
    .category__wrapp {
        gap: 10px;
    }

    .category__card {
        margin-bottom: 40px;
        width: 145px;
        padding: 33px 5px 5px;
    }

    .category__card-img {
        width: 112px;
        top: -21px;
        left: 50%;
        transform: translateX(-50%);
    }

    .category__card-title {
        font-size: 14px;
    }

    .category__card-price {
        font-size: 14px;
    }

    .category__button {
        font-size: 14px;
    }

    .category__title {
        font-size: 20px;
    }
}

.step {
    background-color: #E0E0E0;
}

.step__wrapp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.step__card {
    padding: 15px;
    width: calc((100% - 20px * 2) / 3);
    display: flex;
    align-items: center;
    background-color: var(--page-bg);
    border-radius: 10px;
    /*margin-bottom: 40px;*/
}

.step__card-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 10px;
}

.step__card-description {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: #777788;
    max-width: 198px;
    width: 100%;
}

.step__card-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--main-color);
    position: relative;
    margin-bottom: 10px;
    margin-left: 30px;
}

.step__card-number::after {
    content: "1";
    position: absolute;
    top: -1px;
    left: 7px;
    color: #777788;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 900;
}

.step__card-two {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--main-color);
    position: relative;
    margin-bottom: 10px;
    margin-left: 30px;
}

.step__card-two::after {
    content: "2";
    position: absolute;
    top: -1px;
    left: 7px;
    color: #777788;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 900;
}

.step__card-three {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--main-color);
    position: relative;
    margin-bottom: 10px;
    margin-left: 30px;
}

.step__card-three::after {
    content: "3";
    position: absolute;
    top: -1px;
    left: 7px;
    color: #777788;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 900;
}

.step__card-img {
    width: 85px;
    height: 70px;
}

.step__card-left {
    margin-right: 15px;
}

.step__title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: var(--main-color);
    text-align: center;
    text-transform: uppercase;
    /*padding-top: 40px;*/
    margin-bottom: 50px;
}

@media (max-width: 900px) {
    .step__card {
        width: 300px;
    }
}

@media (max-width: 700px) {
    .step__card {
    }

    .step__title {
        font-size: 20px;
    }

    .step__wrapp {
    }
}

.form {
    background-color: var(--main-color);
    /*padding: 40px 35px;*/
}

.form__wrapper {
    padding: 40px 35px;
}

.form__title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--page-bg);
    text-align: center;
    margin-bottom: 10px;
}

.form__text {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    color: var(--page-bg);
    text-align: center;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.form__inner {
    display: flex;
    gap: 14px;
}

.form__datapiker input {
    color: var(--main-color);
    border-radius: 7px;
    padding: 12px 10px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    max-width: 196px;
    width: 100%;
}

.form__input input {
    color: var(--page-bg);
    border-radius: 7px;
    padding: 12px 10px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 412px;
    width: 100%;
}

.form__datapiker {
    position: relative;
    margin-bottom: 20px;
}

.form__datapiker::after {
    content: url(../assets/img/arrow.svg);
    top: 13px;
    left: 160px;
    position: absolute;
}

.form__check {
    font-family: Roboto;
    font-weight: 400;
    color: var(--page-bg);
    font-size: 10px;
}

.form__check input {
    width: 14px;
    height: 14px;
    border-radius: 4px;
}

.form__check span {
    margin-left: 10px;
}

.form__button input {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    background-color: var(--accent);
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 7px;
    width: 152px;
    color: var(--page-bg);
    margin-bottom: 30px;
}

.form__button {
    display: flex;
    justify-content: center;
}

.form__button p {
    width: 152px;
}

.form__wrapper {
    max-width: 480px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

}

@media (max-width: 550px) {
    .form__title {
        font-size: 20px;
    }

    .form__text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .form__wrapper {
        padding: 50px 0;

    }
}

@media (max-width: 500px) {
    .form {
        padding: 40px 10px;
    }

    .form__check {
        position: relative;
    }

    .form__datapiker input {
        width: 140px;
    }

    .form__datapiker::after {
        left: 111px;
    }

    .form__input input {
        width: 292px;
    }

    .form__button {
        justify-content: center;
    }

    .form__check label {
        position: relative;
    }

    .form__check span {
        position: absolute;
        width: 266px;
        top: -40%;
    }

}

.wpsp-nav.swiper-button-prev {
    /*top: 581px !important;*/
    left: 0;
}

.wpsp-nav.swiper-button-next {
    /*top: 581px !important;*/
}

.advant {
    background-color: var(--main-color);
}

.advant__title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--page-bg);
    margin-bottom: 40px;
    text-align: center;
}

.advant__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.advant__card {
    padding: 15px;
    background-color: var(--page-bg);
    display: flex;
    border-radius: 10px;
    gap: 15px;
}

.advant__icon-img {
    width: 70px;
    height: 70px;
}

.advant__text {
    max-width: 215px;
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #777788;
}

.advant__desc-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    color: var(--main-color);
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .advant__title {
        font-size: 20px;
    }
}

.avto {
    background-color: #E0E0E0;
}

.avto__title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.avto__text {
    max-width: 350px;
    width: 100%;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
}

.avto__wrapp {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    align-items: start;
}

.avto__img {
    border-radius: 7px;
    object-fit: contain;
    width: 500px;
}

@media (min-width: 991px) {
    .avto__wrapp {
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: start;
        margin-bottom: 30px;
    }

    .avto__wrapp > * {
        flex: 1;
    }

    .avto__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    div:has(>.avto__img) {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
    }
}

.avto__title-block {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.avto__list li {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #777788;
    position: relative;
    padding-left: 10px;
}

.avto__list li::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -1px;
}

.avto__item-part {
    color: #0F1A3C;
    margin-left: 5px;
}

.avto__img-mobile {
    display: none;
    width: 300px;
}

.avto__button {
    padding: 12px 20px;
    background-color: var(--accent);
    color: var(--page-bg);
    font-family: Roboto;
    font-weight: 700;
    border-radius: 7px;
    font-size: 16px;
    width: 230px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media (max-width: 1000px) {
    .avto__img {

        width: 400px;
    }
}

@media (max-width: 720px) {
    .avto__wrapp {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .avto__img-mobile {
        display: block;
        margin-bottom: 20px;

    }

    .avto__img {
        display: none;

    }

    .avto__inner {
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 10px;
    }

    .avto__title {
        font-size: 20px;
    }

    .avto__text {
        font-size: 14px;
    }

    .avto__title-block {
        font-size: 18px;
    }

    .avto__list li {
        font-size: 14px;
    }

    .avto__button {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .avto__wrapp {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .avto__inner {
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 10px;
        justify-content: flex-start;
    }

    .avto__button {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.questions {
    background-color: var(--main-color);
}

.questions__title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--page-bg);
    margin-bottom: 20px;
    text-align: center;
}

.questions__block {
    background-color: var(--page-bg);
    max-width: 800px;
    width: 100%;
}

.questions__wrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
    width: 100%;
    padding-bottom: 20px;
}

.questions__block:first-child {
    border-top-left-radius: 7PX;
    border-top-right-radius: 7PX;
}

.questions__block:last-child {
    border-bottom-left-radius: 7PX;
    border-bottom-right-radius: 7PX;
}

.questions__item {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--main-color);
}

.questions__an {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--main-color);
    display: none;
}

.questions__phone {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    color: var(--page-bg);
    padding: 12px 20px;
    background: var(--accent);
    border-radius: 7px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

@media (max-width: 800px) {
    .questions__title {
        font-size: 19px;
    }

    .questions__wrapper {
        padding: 0 2px;
    }

    .questions__item {
        font-size: 14px;
    }

    .questions__block-inner {
        margin-right: 5px;
    }

    .questions__phone {
        font-size: 14px;
    }
}

.switch {
    display: block;
    transform: rotate(45deg);
}

.rewie {
    background-color: #E0E0E0;
}

.rewies_block {
    background-color: #E0E0E0;
}

.glsr-review-meta {
    margin-left: 15px;
}

.glsr-review {

    background-color: var(--page-bg);
    border-radius: 7px;
    width: 330px;
    padding: 15px;
}

.glsr-reviews {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding: 50px 10px;
}

.glsr-reviews {
    /* Отключаем автоматическое растягивание элементов по высоте */
    align-items: flex-start !important;
}

.glsr-review-author {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--main-color);
    margin-bottom: 5px;

}

.glsr-review-date {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--main-color);
    margin-bottom: 5px;
    font-style: normal !important;
}

.glsr-review-avatar img {
    border-radius: 50% !important;
}

.glsr-review-content {
    margin: 0;
    font-family: Roboto;
    font-weight: 500;
    word-break: break-all;
    font-size: 14px;

    line-height: 140%;
    color: #ADADAD;
    max-width: 300px;
    width: 100%;

}

.rew__title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--main-color);
    text-align: center;
}

.rew__wrapp {
}

.rew__buttons-wrapp {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.rewie__button {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    color: var(--page-bg);
    padding: 12px 20px;
    background: var(--accent);
    border-radius: 7px;
}

.rewies_block-wrapp {
    padding-bottom: 60px;
    padding-top: 60px;
}

.rew__button-link {
    padding: 12px 20px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    color: var(--page-bg);
    background-color: var(--accent);
    border-radius: 7px;
    display: inline-block;
}

.otzyv__form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
    background-color: var(--main-color);
    padding: 15px;
    border-radius: 7px;
    z-index: 1000;
    display: none;
    position: relative;
}

.otzyv__form-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    transform: rotate(45deg);
}

#glsr_365f0854-title {
    display: none;
}

.glsr-reviews {
    margin: 0 auto;
}

.glsr-field-email {
    display: none;
}

.glsr-button {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    color: var(--page-bg);
    padding: 12px 20px;
    background: var(--accent);
    border-radius: 7px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.glsr-toggle-switch {
    display: none !important;
}

.glsr-textarea {
    border-radius: 10px;
    padding: 10px;
    font-family: Roboto;
    font-size: 14px;
}

.glsr-input {
    border-radius: 10px;
    padding: 10px;
    font-family: Roboto;
    font-size: 14px;
}

.hiden {
    color: rgba(15, 26, 60, 0.2196078431);
}

@media (max-width: 800px) {
    .rewies__title {
        font-size: 20px;
    }
}

@media (max-width: 440px) {
    .rew__buttons-wrapp {
        flex-wrap: wrap;
        gap: 23px;
    }
}

.main {
    position: relative;
}

.popup__wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(5, 7, 41, 0.661);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 100;
}

.popup {
    max-width: 590px;
    width: 100%;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup__button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    transform: rotate(45deg);
}

.form__wrapper {
    display: flex;
    justify-content: center;
    padding-top: 70px;
}

.slider {
    background-color: #E0E0E0;
}

.wpsp-nav.swiper-button-next,
.wpsp-nav.swiper-button-prev {
    top: unset !important;
    bottom: -40px !important;
}

.wpsp-nav.swiper-button-prev {
    left: 40% !important;
}

.wpsp-nav.swiper-button-next {
    right: 40% !important;
}

.slider__items {
    margin: 0 auto;
    padding: 0 5px;
}

.slider__title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #0F1A3C;
}

.slider__item {
    padding: 15px;
    background-color: var(--page-bg);
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 480px;*/
    /*width: 318px;*/
}

.product__wrapper .slider__item {
    width: 100%;
}

@media (min-width: 767px) {
    .product__wrapper .slider__item {
        width: calc((100% - 20px) / 2);
    }
}

@media (min-width: 991px) {
    .product__wrapper .slider__item {
        width: calc((100% - 2 * 20px) / 3);
    }
}

@media (min-width: 1440px) {
    .product__wrapper .slider__item {
        width: calc((100% - 3 * 20px) / 4);
    }
}

.slider__item-img {
    width: 300px;
    height: 220px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.slider__item-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: start;
}

.slider__item-text {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    color: var(--main-color);
    margin-bottom: 15px;
    text-align: start;
}

.slider__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    position: relative;
    position: relative;
    padding-left: 0;
    font-family: Roboto;
    font-weight: 700;
    font-size: 13px;
    color: var(--main-color);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--main-color);
}

.slider__engine {
    position: relative;
    padding-left: 6px;
}

.slider__hourses {
    position: relative;
    padding-left: 45px;
}

.slider__years {
    position: relative;
    padding-left: 65px;
}

.slider__engine::before {
    content: url(../assets/img/motor_chek.png);

    position: absolute;
    top: -3px;
    left: 0px;
}

.slider__hourses::before {
    content: url(../assets/img/wheel.svg);
    position: absolute;
    top: -2px;
    left: 27px;
}

.slider__years::before {
    content: 'Год выпуска:';
    font-family: Roboto;
    font-weight: 700;
    font-size: 13px;
    color: #777788;
    position: absolute;
    top: 0px;
    left: -7px;

}

.slider__transmision {
    position: relative;
    padding-left: 45px;
}

.slider__transmision::before {
    content: 'КПП:';
    font-family: Roboto;
    font-weight: 700;
    font-size: 13px;
    color: #777788;
    position: absolute;
    top: 0;
    left: 20px;

}

.slider__price-wrapp {
    display: flex;
    justify-content: start;
}

.slider__price-block {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #777788;
    margin-bottom: 15px;
    margin-top: 16px;
}

.slider__price-block span {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #0c0c0d;
    margin-right: 5px;
}

.slider__button {
    padding: 12px 24px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    color: var(--accent);
    border: 2px solid var(--accent);
    border-radius: 7px;
    width: 270px;
    margin-left: 8px;
}

.slider__button-wrapp {
    display: flex;
    justify-content: center;
}

.slider__button-link {
    padding: 12px 20px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    color: var(--page-bg);
    background-color: var(--accent);
    border-radius: 7px;
    /*margin-bottom: 70px;*/
    display: inline-block;
    margin-top: 40px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.product__wrapper {
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 360px) {

    .glsr-reviews {
        display: block !important;
        padding: 0;
    }

    .glsr-review {
        width: 300px;
        margin-bottom: 20px;
    }

    .slider__button {
        width: 248px;
        margin-left: 14px !important;
    }

    .wpsp-nav.swiper-button-prev {

        left: 0 !important;
    }

    .wpsp-nav.swiper-button-next {

        right: 0 !important;
    }

}

.woof_redraw_zone {
    display: flex !important;
    justify-content: space-between;
}

.rent__seorch-wrapp {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    padding-top: 50px;
}

.rent__seorch-inc {
    padding: 18px 30px;
    background-color: #00c2b5;
    border-radius: 10px;
    max-width: 1070px;
    width: 100%;
    position: relative;
}

@media (max-width: 998px) {
    .rent__seorch-inc {
        max-width: 730px;
    }
}

@media (max-width: 738px) {
    .rent__seorch-inc {
        max-width: 560px;
    }
}

@media (max-width: 564px) {
    .rent__seorch-inc {
        max-width: 494px;
    }
}

@media (max-width: 490px) {
    .rent__seorch-inc {
        max-width: 344px;
    }
}

#sidebar {
    display: none;
}

.woof_reset_search_form {
    position: absolute;
    top: 141px;
    right: 3px;
    z-index: 100;
    font-family: 'Roboto';
    color: #ffffff;
    border-radius: 7px;
    border: 2px solid white;
    padding: 4px;

}

@media (max-width: 360px) {
    .woof_reset_search_form {
        top: 194px;
        right: 135px;
    }

    .rent__seorch-inc {
        padding: 15px;
        margin-bottom: 70px;
    }
}

.woof_products_top_panel2 {
    margin: 0;
}

.woof_select_radio_check a,
.woof_select_radio_check a:visited {
    font-size: 14px;
}

#woof_widget-20 {
    list-style: none;
}

.single-product .quantity {
    display: none !important;
}

.wrapper__product {
    background-color: var(--page-bg);
    padding: 15px;
    max-width: 1440px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*align-items: center;*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 991px) {
    .wrapper__product {
        border-radius: 10px;
        overflow: hidden;
    }
}

.single_add_to_cart_button {
    display: none !important;
}

.product_meta {
    margin-bottom: 20px;
}

.summary {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Удаляет нумерацию (цифры 1, 2, 3...) из списка миниатюр галереи */
.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs,
.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
    list-style: none !important;
    /* Удаляем маркеры/нумерацию */
    margin-left: 0 !important;
    /* Убираем стандартный отступ списка */
}

/* Принудительно выстраивает миниатюры в ряд */
.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
}

.flex-control-thumbs li {
    display: inline-block !important;
    margin: 0 5px !important;
}

.woocommerce-product-gallery__wrapper img {
    width: 413px;
    height: 300px;
    object-fit: cover;
}

.flex-viewport {
    width: 450px;
}

.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    justify-content: start !important;
    padding: 0 !important;
}

img.emoji {
    display: none !important;
}

@media (max-width: 465px) {
    .flex-viewport {
        width: 100%;
    }

    .woocommerce-product-gallery__wrapper img {
        width: 100%;
    }

    .flex-active-slide a {
        width: 100% !important;
    }

    .flex-control-nav.flex-control-thumbs img {
        width: 70px !important;
    }

    .wrapper__product {
        padding: 12px;
    }

    .slider__button {
        margin-left: 0;
    }
}

#wpsm_accordion_249 .ac_open_cl_icon {
    height: 29px !important;
    width: 29px !important;
    border-radius: 50% !important;
    background-color: #df8007 !important;
    padding: 8px !important;
    color: #fffffe !important;
}

.header__phone-inner div:has(> .header__phone-link) {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    align-items: center;
    row-gap: 5px;
}

.header__phone-inner .header__phone-link {
    margin: 0;
}

.woof_hida {
    text-align: start;
}

section.form .form__wrapper {
    padding: 0 15px;
    margin-top: 20px;
}

section.rent .container {
    padding-left: 0;
    padding-right: 0;
}

.wpsp-nav.swiper-button-next i.fa,
.wpsp-nav.swiper-button-prev i.fa {
    font-size: 30px;
}

.slider__inner > * {
    display: flex !important;
    column-gap: 10px;
    align-items: center !important;
    justify-content: start !important;
    padding: 0 !important;
}

.slider__inner > *::before {
    position: static !important;
    top: unset !important;
    left: unset !important;
}

.slider__item > a > img {
    height: 210px !important;
    width: 100%;
}

.slider__button {
    width: 100%;
    margin: 0;
}

.footer__order-phone:hover,
.slider__button:hover {
    background-color: var(--accent) !important;
    color: white !important;
}

.footer,
section {
    padding-top: var(--sectionVerticalPadding);
    padding-bottom: var(--sectionVerticalPadding);
}

#wps-slider-section.wps-slider-section-76 {
    padding-top: 0 !important;
}

#map iframe,
#map {
    width: 100%;
    height: 100%;
}

#map {
    border-radius: 10px;
    overflow: hidden;
}

.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    justify-content: start !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

.flex-control-thumbs li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 5px !important;
}

.flex-control-thumbs li > * {
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce-product-gallery__wrapper img {
    border-radius: 5px;
    overflow: hidden;
}

.product .summary .product_meta .posted_in {
    font-weight: bold;
}

.product .summary .product_meta .posted_in a {
    font-weight: normal;
}

.product .summary .custom-product-attributes p {
    margin-bottom: 10px;
}

.product .summary .price,
.woocommerce-Price-amount.amount {
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 20px;
}

.product img.attachment-woocommerce_thumbnail {
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.product .wrapper__product table,
.product .wrapper__product ul,
.product .wrapper__product p,
.product .wrapper__product h2,
.product .wrapper__product h3,
.product .wrapper__product h4,
.product .wrapper__product h5,
.product .wrapper__product h6 {
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product .wrapper__product .woocommerce-tabs ul {
    padding-left: 20px;
}

.product .wrapper__product .woocommerce-tabs ul li {
    list-style: disc;
}

.product .wrapper__product ul li {
    margin-bottom: 0.5rem;
}

.product .wrapper__product h4 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--main-color);
}

.product .wrapper__product h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--accent);
}

.product .wrapper__product h2 {
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--main-color);
    letter-spacing: -2px;
}

.product .wrapper__product p {
    line-height: 1.5;
}

.product .wrapper__product .tabs.wc-tabs {
    display: none;
}

.product .entry-summary button.order__phone {
    width: fit-content;
}

.product .wrapper__product {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

.product .wrapper__product .summary {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 991px) {
    .product .wrapper__product .entry-summary,
    .product .wrapper__product .woocommerce-product-gallery {
        width: calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }
}

.product .wrapper__product table thead th {
    background-color: #f8f8f8;
}

.product .wrapper__product table th,
.product .wrapper__product table td {
    padding: 4px 8px;
    text-align: left;
}

.product .woocommerce-product-gallery {
    position: relative;
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 10;
}

@media (min-width: 991px) {

    .product .woocommerce-product-gallery .flex-viewport {
        width: 100%;
    }

    .product .woocommerce-product-gallery__wrapper a img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 990px) {
    .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        height: 300px;
    }

    .product .woocommerce-product-gallery__wrapper a img {
        height: 300px;
    }
}

#wps-slider-section #sp-woo-product-slider-76.wps-product-section .wpsp-nav:hover {
    background-color: #00000020 !important;
    border-color: transparent !important;
    border-radius: 3px !important;
}

.woof_select_radio_check dd ul.woof_list {
    width: calc(100% + 16px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wrapper__product .entry-summary h4 {
    font-size: 1.5rem;
}

.product-desc-meta-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.product-desc-meta-cols > * {
    width: 100%;
}

@media (min-width: 991px) {
    .product-desc-meta-cols > * {
        width: calc((100% - 30px) / 2);
    }
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}