@import url('https://fonts.googleapis.com/css2?family=Abel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Poiret+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --accentColor: #4CAF50;
    --accentColorLight: #6ACD6E;
    --accentColorDark: #248728;
    --accentColorDarker: #248728;
    --accentColorAlt: #00BFFF;
    --primaryColor: #242424;
    --primaryColorAlt: #220e10;
    --navHoverBack: #220e1030;
    --backLightColor: #F5F5DC;
    --footerBackColor: #F5F5DC;
    /*--textColorDefault: #000000;
    --textColorDark: #404040;
    --textColorBlack: #000000;
    --textLight: #F7F6F2;
    --textPlaceholderColor: #B7BFC3;
    --textGrayColor: #a0a0a0;
    --primaryColor: #4264BB;
    --accentColorLinkHover: #1A3C93;
    --accentColor2: #ECC6D3;
    --accentColor3: #f2b399;
    --accentColor4: #8bc9ea;
    --accentColor5: #b99ef0;
    --linkHoverColor: var(--primaryColor);*/
    /*--accentColorLight: #FFAD44;*/
    /*--accentColorLighter: #AA9087;*/
    /*--accentColorLightest: #E6CCC3;*/
    /*--accentColorDark: #4264BB;*/
    /*--accentColorDarker: #490000;*/
    /*--accentColorDarkest: #301515;*/
    /*--backLightColor: #F7F6F2;*/
    /*--base-3: #F7F6F2;*/

    /*--borderLightColor: #E3E2DE;
    --borderContrastColor: #B7BFC3;
    --footerBackColor: var(--primaryColor);*/

    /*--btn-font-weight: 400;*/
    /*--btn-font-family: FuturaMedium, sans-serif;*/

    font-family: Inter, sans-serif;
    --containerWidth: 1440px;
    /*--blockBorderRadius: 10px;
    --buttonBorderRadius: 10px;
    --inputBorderRadius: 5px;
    --sectionPadding: 120px;
    --headerAboveHeight: 50px;

    --wp--preset--font-size--small: 14px;*/
}

a {
    text-decoration: none;
}

body {
    font-size: 18px;
    line-height: 1.5;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    color: var(--primaryColor);
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

.entry-content {
    /* или overflow-wrap: normal; */
    /*word-wrap: normal!important; */
    /*white-space: normal!important;*/
    /*word-break: keep-all !important;*/
    /*hyphens: none !important;*/

    word-wrap: normal; /* или overflow-wrap: normal; */
    white-space: normal;
    word-break: keep-all;
    hyphens: none;

}

.entry-content a,
.comment-content a,
a {
    color: var(--primaryColor);
    /*text-decoration: underline;*/
}

.entry-content a:hover,
.comment-content a:hover,
a:hover {
    color: var(--accentColorDark);
}

.container {
    max-width: 100%;
    width: 100%;
}

@media (min-width: 1600px) {
    .container {
        max-width: var(--containerWidth);
    }
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*.section-services {
    padding-top: 80px;
    padding-bottom: 80px;
}*/

.section-hero {
    background-image: url('./../images/hero-back-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.section-hero .row .col-12:has(> .hero-buttons) {
    backdrop-filter: blur(15px);
    padding: 60px 40px;
    margin: 80px 0;
    background-color: #00000040;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .section-hero .row .col-12:has(> .hero-buttons) {
        padding: 30px 15px;
        margin: 0 0;
        border-radius: 0;
    }
}

.section-hero h1 {
    font-size: 4rem;
    font-weight: bold;
    color: white;
}

.section-hero h1 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 1280px) {
    .section-hero h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .section-hero h1 {
        font-size: 1.75rem;
    }
}

.section-hero ul li {
    color: white;
    font-size: 1.25rem;
}

.section-hero p {
    color: white;
}

.section-hero ul.cities {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 30px;
}

.section-hero ul.cities li {
    background-color: #00000030;
    color: white;
    border-radius: 40px;
    padding: 6px 15px;
    list-style: none;
    display: flex;
    font-size: 1.125rem;
}

@media (max-width: 767px) {
    .section-hero ul.cities li {
        border-radius: 40px;
        padding: 4px 10px;
        font-size: 1rem;
    }
}

.section-hero a.button-accent,
.button-accent {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: fit-content;
    background-color: var(--accentColorLight);
    color: black;
    font-size: 1.125em;
    border-radius: 50px;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .section-hero a.button-accent,
    .button-accent {
        padding: 10px 15px;
    }
}

.section-hero a.button-accent:hover,
.button-accent:hover {
    background-color: var(--accentColorAlt);
    text-decoration: none !important;
    color: black !important;
}

.section-hero a.button-accent {
    background-color: white;
}

.section-hero a.button-accent:hover {
    background-color: var(--accentColorAlt);
}

a.button-secondary,
.button-secondary {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: fit-content;
    background-color: #f0f0f0;
    color: black;
    font-size: 1.125em;
    border-radius: 50px;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    a.button-secondary,
    .button-secondary {
        padding: 10px 15px;
    }
}

a.button-secondary:hover,
.button-secondary:hover {
    background-color: var(--accentColorAlt);
    text-decoration: none !important;
    color: black;
}

.section-hero a {
    padding: 10px;
    background-color: white;
    border-radius: 50px;
}

.section-hero a:hover {
    background-color: var(--backLightColor);
}

.section-hero a img {
    width: 24px;
    height: 24px;
}

.button-accent img {
    width: 20px;
    height: 20px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    row-gap: 10px;
}

@media (max-width: 767px) {
    .hero-buttons {
        column-gap: 5px;
    }
}

.site-main .sidebar-container {
    display: none;
}

.site {
    border: 0;
}

.site {
    max-width: 100%;
    width: 100%;
}

.site-main:has(> .main-page) .entry-header {
    /*max-width: var(--containerWidth);*/
    display: none;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    /*max-width: var(--containerWidth);*/
    max-width: 720px;
    padding: 0;
}

.site-main:has(> .main-page) .entry-content,
.site-main:has(> .main-page) .entry-summary,
.site-main:has(> .main-page) .entry-meta {
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
}

div:has(> .hero-img) {
    position: relative;
}

.hero-img {
    height: 243px !important;
    width: auto !important;
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    bottom: -36px;
    right: 20px;
}

@media (max-width: 1280px) {
    .hero-img {
        height: 200px !important;
    }
}

@media (max-width: 991px) {
    .hero-img {
        height: 150px !important;
    }
}

@media (max-width: 767px) {
    .hero-img {
        height: 110px !important;
    }
}

.site-main:has(> .main-page) .breadcrumbs {
    display: none;
}

.site-main .site-content article {
    padding: 0;
}

.navbar {
    max-width: 100%;
    width: 100%;
}

.main-navigation {
    max-width: var(--containerWidth);
    width: 100%;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .contacts {
    max-width: var(--containerWidth);
    width: 100%;
}

header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.header-logo-area {
    display: flex;
    align-items: center;
}

.header-contacts {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
/*

@media (max-width: 1200px) {
    .header-contacts {
        width: 100%;
        justify-content: flex-end;
    }
}
*/

@media (max-width: 767px) {
    .header-contacts {
        column-gap: 10px;
    }
}

.header-contacts a img {
    width: 36px;
    height: 36px;
}

@media (max-width: 767px) {
    .header-contacts a img {
        width: 28px;
        height: 28px;
    }
}

header {
    background: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 4px 16px #00000010;
}

header .container {
    /*display: block !important;*/
}

.badge-24-7 {
    margin-left: 40px;
}

header .header-contacts a {
    font-family: Inter, sans-serif;
    font-weight: 800;
    text-decoration: none;
    color: black;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    header .header-contacts a {
        font-size: 1.125rem;
    }
}

header .contacts {
    display: none;
}

.main-navigation {
    margin: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
}

ul.nav-menu ul a, .nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 300px;
}

.navbar {
    display: flex;
    justify-content: center;
}

.site .navbar {
    padding: 0;
    background-color: var(--accentColor);
}

.nav-menu li > a, .nav-menu li a {
    font-size: 1.125rem;
    color: black !important;
    font-style: normal !important;
}

/*.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #bc360a;
    font-style: italic;
}*/

@media (max-width: 767px) {
    .nav-menu li > a, .nav-menu li a {
        font-size: 1rem;
    }

    .nav-menu li a {
        padding: 8px 10px;
    }
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: var(--navHoverBack);
    color: black;
}

.site .nav-menu .sub-menu,
.site .nav-menu .children {
    background-color: var(--accentColor);
    color: black;
    border: 0;
}

.site .nav-menu li:hover > a,
.site .nav-menu li a:hover,
.site .nav-menu li:focus > a,
.site .nav-menu li a:focus,
.site ul.nav-menu ul a:hover,
.site .nav-menu ul ul a:hover,
.site ul.nav-menu ul a:focus,
.site .nav-menu ul ul a:focus {
    background-color: var(--accentColorDark);
    color: black;
}

.site ul.nav-menu ul a,
.site .nav-menu ul ul a {
    color: black;
    line-height: 1.2;
}

.site ul.nav-menu > li:has(> ul) > a:after {
    content: "▾";
    font-size: 1.25rem;
    color: black;
    margin-left: 8px;
}

.site-main .post-navigation .nav-links {
    padding: 0;
    margin: 0;
    max-width: var(--containerWidth);
    width: 100%;
}

.site .site-content .navigation.post-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site .site-content .navigation.post-navigation a {
    color: var(--primaryColor);
    text-decoration: none;
}

.site .site-content .navigation.post-navigation a:hover {
    color: var(--primaryColorAlt);
}

.services-block {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 15px;
}

.section .services-block h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    padding: 10px 20px;
    backdrop-filter: blur(5px);
    background-color: #00193280;
    width: 100%;
    margin: 0;
}

.services-block:hover {
    text-decoration: none;
}

.section .services-block:hover h3 {
    text-decoration: none;
    color: var(--accentColorAlt);
}

.buttons-row {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
}

@media (max-width: 767px) {
    .buttons-row {
        column-gap: 15px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: black;
}

.section h2 {
    font-weight: 800;
    /*text-transform: uppercase;*/
    color: var(--accentColorDarker);
    font-size: 3rem;
}

.section h3 {
    font-weight: 800;
    /*text-transform: uppercase;*/
    color: var(--primaryColor);
    font-size: 2rem;
}

@media (max-width: 767px) {

    .section h2 {
        font-size: 2rem;
    }

    .section h3 {
        font-size: 1.5rem;
    }
}

.section-about {
    background-color: var(--backLightColor);
}

.illustration-image img,
img.illustration-image {
    background-color: #f0f0f0;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    /*height: 100%;*/
    /*min-height: 180px;*/
    aspect-ratio: 1 / 1;
}

.advantage-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
    height: 100%;
}

.advantage-block h5 {
    margin: 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

header .search-form {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.advantage-block img {
    height: 106px;
    width: 106px;
    background-color: var(--accentColor);
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .advantage-block img {
        height: 64px;
        width: 64px;
        padding: 15px;
    }
}

.section-service-autopark {
    background-color: var(--backLightColor);
}

.car-fleet {
    display: flex;
    align-items: flex-end;
    padding: 0;
    flex-wrap: wrap;
}

.car-fleet > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-weight: bold;
    padding: 10px 30px 15px 0;
    font-size: 1rem;
    width: 25%;
}

@media (max-width: 767px) {
    .car-fleet > * {
        padding: 10px 20px 15px 0;
        width: 50%;
        min-width: 50%;
    }
}

.car-fleet img {
    margin-bottom: 10px;
    width: 100%;
}

.car-classes {
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.car-classes > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 1rem;
}

.car-classes img {
    margin-bottom: 10px;
}

.car-classes-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 10px;
}

.car-classes-block h4 {
    text-align: center;
    padding: 10px 15px;
}

.car-classes-block img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

ol, ul {
    padding-left: 20px;
}

ul li h5 {
    margin-bottom: 0.5rem;
}

.section-advantages .advantage-block h5 {
    text-transform: none;
    margin-top: 10px;
    font-size: 1.125rem;
}

.section-advantages .advantage-block {
    justify-content: flex-start;
    row-gap: 0;
}

.section-advantages {
    background-color: var(--backLightColor);
}

.back-illustration {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    min-height: 200px;
}

.header-logo-area a img {
    height: 68px;
}

@media (max-width: 767px) {
    .header-logo-area a img {
        height: 48px;
    }
}

@media (max-width: 500px) {
    .header-logo-area a img {
        height: 36px;
    }
}

@media (max-width: 600px) {
    .badge-24-7 {
        display: none;
    }
}

.section .row {
    row-gap: 15px;
}

.site-footer .section .row {
    row-gap: 30px;
}

@media (max-width: 767px) {
    .col-4:has(.illustration-image) {
        padding: 0 5px;
    }

    /*.row .col-4:first-of-type:has(.illustration-image) {
        padding: 0 5px 0 10px;
    }

    .row .col-4:nth-of-type(3):has(.illustration-image),
    .row .col-4:last-of-type:has(.illustration-image) {
        padding: 0 10px 0 5px;
    }*/
}

.site-footer {
    background-color: var(--footerBackColor);
    color: var(--primaryColor);
    font-size: 1rem;
    text-align: start;
    padding-top: 60px;
    padding-bottom: 60px;
}

.site-footer .footer-nav > ul {
    padding-left: 0;
}

.site-footer .footer-nav li {
    padding: 5px 0;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: var(--primaryColor);
}

.site-footer .footer-nav li a:hover {
    text-decoration: none;
    color: var(--accentColorDarker);
    padding: 5px 0;
}

a.phone-link,
.phone-link {
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    color: black;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}

.phone-link img {
    height: 24px;
    width: 24px;
}

.site-footer .phone-link img {
    height: 20px;
    width: 20px;
}

.phone-link:hover {
    color: var(--accentColorDarker);
}

.site-main .breadcrumbs {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 20px;
}

.requisites {
    opacity: 0.6;
}

.site-footer h4 {
    font-weight: 800;
}

table td a {
    text-decoration: none;
}

table td span a,
table td a span {
    background-color: #f8f8f8;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    line-height: 1.2;
    width: fit-content;
}

@media (max-width: 767px) {
    table td span a, table td a span {
        background-color: transparent;
        padding: 5px 0;
        border-radius: 0;
        text-decoration: underline;
        display: flex;
        line-height: 1.2;
        width: fit-content;
    }
}

table td a span:after,
table td span a:after {
    content: '›';
    margin-left: 10px;
    font-size: 1em;
}

@media (max-width: 767px) {
    table td a span:after,
    table td span a:after {
        display: none;
    }
}

table td a:hover,
table td a:hover span,
table td span a:hover {
    text-decoration: none;
}

td {
    padding: 6px 10px 6px 10px;
}

@media (max-width: 767px) {
    td {
        padding: 5px 5px 5px 5px;
    }
}

table {
    line-height: 1.3;
}

.site .main-page .site-content .navigation.post-navigation {
    display: none;
}

table caption {
    padding-top: .25rem;
    padding-bottom: .25rem;
    color: black;
    text-align: left;
    caption-side: top;
}

header .logo {
    height: 80px;
}

header .logo-block {
    padding: 10px 0;
}

.header-navigation {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.header-navigation a {
    font-size: 1.25rem;
    color: black;
}

.service-row {
    padding-top: 20px;
    margin-bottom: 40px;
}

.column-centered {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    text-align: center;
}

footer .logo {
    height: 100px;
}

.modal-photo {
    display: none;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-contacts a {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.footer-contacts a img {
    width: 28px;
    height: 28px;
}

.footer-menu ul {
    padding-left: 0;
}

.footer-menu ul li ul {
    padding-left: 20px;
}

.footer-menu ul li {
    list-style: none;
    line-height: 1;
    padding: 10px 0 0 0;
}

.contacts-phone-link {
    font-size: 1.25rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

@media (max-width: 1100px) {
    .header-contacts .messenger {
        display: none;
    }
}


.header-menu-btn {
    background-color: transparent;
    border: none;
    margin: 0 10px 0 10px;
    padding: 0;
    /*display: none;*/
}

.header-menu-btn span {
    background-color: black;
    width: 20px;
    height: 2px;
    display: block;
    margin-bottom: 4px;
    border-radius: 50px;
}

.header-menu-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-mobile {
    width: 100%;
    padding: 0 15px;
}

.btn-menu-close {
    background: none;
    width: 48px;
    height: 48px;
    border: 0;
    outline: none;
}

.aside-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.aside-contacts a {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.aside-contacts a img {
    width: 24px;
    height: 24px;
}

.offcanvas-menu-nav ul {
    padding-left: 0;
    margin-left: 0;
}

.offcanvas-menu-nav ul li {
    list-style: none;
    padding: 8px 0;
}

.offcanvas-menu-nav ul li a {
    font-size: 1.25rem;

}

footer .row {
    row-gap: 30px;
}

.wrapper {
    padding-top: 100px;
}


.a-scroll-overhead.a-scroll-overhead {
    margin-top: -150px;
    padding-top: 150px;
}
