/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body {
    font-family: "Montserrat", sans-serif !important;
    color: #222;
    line-height: 1.3;
}
p {
    margin-bottom: 12px;
}
b, strong {
    font-weight: 700;
}
input {
    width: 100%;
    max-width: 450px;
    font-family: "Montserrat", sans-serif !important;
    padding: 14px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px !important;
}

/*Шапка сайта*/
header {
    position: sticky;
    top: 0;
    padding: 10px;
    background: #2D2C2C;
    color: #fcfcfc;
    z-index: 9;
}
.header-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    display: flex;
    gap: 20px;
    align-items: center;
}
.header-mobile-email {
    display: none;
}
.header-info {
    display: flex;
    align-items: center;
    gap: 50px;
}
.header-info-item {
    display: flex;
    flex-direction: column;
}
.header-info-item a {
    color: #fcfcfc;
    text-decoration: none;
}
.header-info-item a:hover {
    text-decoration: underline;
}
.header-info-item-time img {
    margin-bottom: -4px;
}
.header-info-item-link img {
    margin-bottom: -4px;
}
.header-button a {
    padding: 14px 28px;
    background: #ef5d20;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all .3s;
}
.header-button a:hover {
    background: #bb4615;
}
nav {
    padding: 5px 10px;
}
.nav-block {
    max-width: 1200px;
    margin: 0 auto;
}
.nav-menu ul {
    display: flex;
    justify-content: center;
}
.nav-menu ul a {
    display: flex;
    padding: 5px 20px;
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}
.nav-menu ul a:hover {
    color: #ef5d20;
}

/*Футер сайта*/
.contact-section {
    padding: 80px 10px;
    background: url(/wp-content/uploads/2025/11/contact.webp);
    background-size: cover;
}
.contact-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.contact-block-col-1 {
    width: 50%;
}
.contact-block-title {
    margin-bottom: 50px;
    padding-left: 15px;
    font-size: 36px;
    font-weight: 700;
    border-left: 5px solid #ef5d20;
    line-height: 1;
}
.contact-block-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-block-item-margin {
    margin-bottom: 40px;
}
.contact-block-item-title {
    width: 140px;
    color: #afafaf;
    font-size: 18px;
    font-weight: 500;
}
.contact-block-item a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.contact-block-item-subtitle {
    font-size: 18px;
    line-height: 1.4;
}
.contact-block-item-soc {
    display: flex;
    gap: 10px;
}
.contact-block-ip {
    font-size: 15px;
}
.contact-block-col-2 {
    width: 50%;
}
.contact-block-form-subtitle {
    max-width: 320px;
    margin-bottom: 25px;
    font-size: 18px;
}
.form-acceptfield .wpcf7-list-item {
    margin: 0;
    font-size: 14px;
}
.form-acceptfield .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 4px;
}
.form-acceptfield a {
    color: #fff;
}
.form-acceptfield input {
    padding: 0;
    width: auto;
}
.form-submitfield {
    position: relative;
    width: max-content;
}
.wpcf7-submit {
    width: auto;
    padding: 14px 36px;
    background: #ef5d20;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ef5d20;
    border-radius: 4px;
    transition: all .3s;
}
.wpcf7-submit:hover {
    cursor: pointer;
    background: #bb4615;
    border: 1px solid #bb4615;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-spinner {
    position: absolute;
    top: 11px;
    right: 4px;
    margin: 0;
}
.wpcf7-response-output {
    max-width: 450px;
    margin: 0 !important;
    padding: 10px 20px !important;
    border-radius: 8px;
    font-size: 13px;
}
footer {
    padding: 60px 10px;
    background: #2D2C2C;
    color: #fff;
}
.footer-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff26;
}
.footer-logo img {
    display: flex;
}
.footer-block ul {
    display: flex;
    justify-content: center;
}
.footer-block ul a {
    display: flex;
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.footer-block ul a:hover {
    color: #ef5d20;
}
.footer-privacy {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
}
.footer-privacy a {
    color: #fff;
}

.popup-title {
    max-width: 350px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}
.popup-subtitle {
    margin-bottom: 20px;
}
.popup-form a {
    color: inherit;
}










/*Главный шаблон*/

/*Главный экран*/
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0px 10px;
    background: #3A3838;
    color: #fff;
}
.hero-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.hero-col-1 {
    width: 50%;
    padding: 80px 0px 40px 0px;
    z-index: 2;
}
.hero-map {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
    margin-left: -4px;
    color: #afafaf;
    font-weight: 500;
    font-size: 14px;
}
.hero-map img {
    display: flex;
    width: 17px;
    height: 17px;
}
.hero-title {
    margin-right: -100px;
    margin-bottom: 50px;
    padding-left: 15px;
    font-size: 46px;
    border-left: 5px solid #ef5d20;
    line-height: 1.4;
}
.hero-wrapper {
    max-width: 540px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-left: 15px;
    margin-bottom: 40px;
}
.hero-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    gap: 5px;
}
.hero-item img {
    position: absolute;
    top: 6px;
    left: -15px;
    width: 8px;
    height: 8px;
}
.main-button {
    display: flex;
}
.main-button a {
    padding: 16px 40px;
    background: #ef5d20;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    transition: all .3s;
}
.main-button a:hover {
    background: #bb4615;
}
.gift-block {
    max-width: 460px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.gift-block img {
    display: flex;
    margin-top: -4px;
    margin-right: 8px;
    width: 40px;
    height: 40px;
}
.gift-block span {
    color: #ef5d20;
}
.hero-col-2 {
    position: relative;
    width: 50%;
}
.hero-col-2 img {
    position: absolute;
    left: 0;
    z-index: 2;
}
.hero-adv-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px 80px 0px;
    display: flex;
    justify-content: space-between;
}
.hero-adv-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hero-adv-item img {
    display: flex;
    width: 40px;
    height: 40px;
}
.hero-back {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 80px;
    text-align: center;
    font-size: 192px;
    color: #5f5f5f;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.1;
    pointer-events: none;
}

/*Квиз*/
.kviz-section {
    margin: 100px 0px;
    padding: 0px 10px;
}
.kviz-block {
    max-width: 1200px;
    margin: 0 auto;
}
.h2-title {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: 36px;
    border-left: 5px solid #ef5d20;
    font-weight: 700;
    line-height: 1.2;
}
.kviz-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kviz-col-1 {
    order: 2;
    width: 69%;
    padding: 20px 40px 20px 40px;
    border: 1px solid;
    border-radius: 10px;
}
.kviz-col-2 {
    width: 29%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 40px 0px 40px;
    border: 1px solid;
    border-radius: 10px;
    background: #3A3838;
}
.kviz-subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.kviz-subtitle span {
    color: #ef5d20;
}

.kviz {
    padding: 5px 20px 10px 20px;
    background: #fff;
    border-radius: 20px;
}
.kviz-subtitle {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.wpcf7cf_steps-dots {
    position: relative;
    margin-bottom: 0px !important;
}
.wpcf7cf_steps-dots:after {
    content: '';
    width: 84%;
    height: 1px;
    border-top: 1px solid #eee;
    position: absolute;
    top: 49%;
}
.dot.active .step-index {
    background-color: #ef5d20 !important;
    border: 1px solid #ef5d20 !important;
}
.dot.completed .step-index {
    background-color: #ef5d20 !important;
    border: 1px solid #ef5d20 !important;
}
.dot {
    min-width: auto !important;
    border: 0 !important;
    text-align: left !important;
    padding: 20px 0px 20px 0px !important;
    z-index: 1;
}
.dot:last-child {
    background: #fff;
}
.step-index {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #F9FAFC !important;
    border-radius: 8px !important;
    border: 1px solid #ef5d20 !important;
}
.kviz-step-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
}
.kviz-step-title-last {
    max-width: 500px;
}
.kviz-step-subtitle {
    color: #777;
    padding: 10px 0px;
}
.kviz-step-radiofield .wpcf7-list-item {
    width: 48%;
    margin: 1% 2% 1% 0;
    border: 1px solid #E8EBEF;
    background: #fff;
    border-radius: 6px;
    transition: all .3s;
}
.kviz-step-radiofield .wpcf7-list-item:hover {
    background: #fafafa;
}
.kviz-step-radiofield input {
    display: none;
}
.kviz-step-radiofield .wpcf7-list-item-label {
    display: flex;
    width: 100%;
    padding: 12px 14px 12px 35px;
    background: url(/wp-content/uploads/radio.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
    font-size: 15px;
}
.kviz-step-radiofield input:checked ~ .wpcf7-list-item-label {
    background: url(/wp-content/uploads/radio-done.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
}
.kviz-step-radiofield .wpcf7-list-item-label:hover {
    cursor: pointer;
}
.kviz-step-textfield input {
    max-width: 98%;
    width: 98%;
    margin: 5px 0px;
    padding: 14px !important;
    font-size: 15px;
    border: 1px solid #E8EBEF;
    background: #fff;
    border-radius: 6px;
    transition: all .3s;
}
.kviz-step-mailfield input {
    width: 100%;
    max-width: 320px;
    margin: 5px 0px;
    padding: 14px !important;
    font-size: 15px;
    border: 1px solid #E8EBEF;
    background: #fff;
    transition: all .3s;
}
.wpcf7-select {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    max-width: 320px;
    margin: 0;
    max-width: 320px;
    padding: 17px 20px;
    background: #fff;
    border: 1px solid #E8EBEF;
    font-size: 16px;
    border-radius: 6px;
}
.wpcf7cf_step_controls {
    align-items: center;
    margin-right: 2%;
    margin-top: 5px !important;
}
.kviz .wpcf7cf_next {
    font-family: "Montserrat", sans-serif !important;
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: #ef5d20;
    font-size: 16px;
    color: #fff;
    border: #ef5d20;
    border-radius: 4px;
    text-decoration: none;
    transition: all .3s;
}
.kviz .wpcf7cf_next:hover {
    cursor: pointer;
    background: #bb4615;
}
.kviz .wpcf7cf_prev {
    padding: 22px 20px 20px 45px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    background: url(/wp-content/uploads/back-kviz.svg);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 16px;
    font-size: 15px;
}
.kviz .wpcf7cf_prev:hover {
    cursor: pointer;
    background-color: #fff;
}
.kviz .wpcf7-not-valid {
    border: 1px solid #dc3232;
}
.kviz .wpcf7-response-output {
    margin-top: 30px !important;
}
.kviz .wpcf7cf_next-container {
    position: relative;
}
.kviz .wpcf7-spinner {
    position: absolute;
    bottom: 32%;
    right: 10px;
    margin: 0;
}
.kviz textarea {
    font-family: "Montserrat", sans-serif !important;
    width: 100%;
    height: 120px;
    margin-top: 10px;
    padding: 14px !important;
    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 4px;
}
.kviz p {
    margin: 0;
}

/*Аренда*/
.arenda-section {
    margin: 100px 0px;
    padding: 0px 10px;
}
.arenda-block {
    max-width: 1200px;
    margin: 0 auto;
}
.arenda-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 900px;
    margin-left: 15px;
}
.arenda-item {
    position: relative;
    max-width: 340px;
    line-height: 1.4;
}
.arenda-item img {
    position: absolute;
    top: 6px;
    left: -15px;
    width: 8px;
    height: 8px;
}
.arenda-subtitle {
    padding: 60px 0px 20px 0px;
    font-size: 26px;
    font-weight: 700;
}

.tab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
.tablinks {
    padding: 14px 20px;
    border: 1px solid #ef5d20;
    line-height: 1;
    border-radius: 4px;
    transition: all .3s;
}
.tablinks:hover {
    cursor: pointer;
    background: #fdd2bf;
}
.tablinks.active {
    background: #ef5d20;
    color: #fff;
}
.tabcontent {
    flex-direction: column;
}
.tab-cont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #F2F2F2;
    border-radius: 10px;
}
.archive-blog-block .tab-cont {
    background: #fff;
}
.arenda-car-img-block {
    position: relative;
    width: 35%;
}
.arenda-car-img-block a:nth-child(2n) {
    display: none;
}
.arenda-car-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.arenda-car-ico {
    position: absolute;
    top: 5px;
    right: 5px;
    pointer-events: none;
}
.arenda-car-info {
    width: 40%;
    padding: 0px 30px;
}
.arenda-car-info-title {
    margin: 10px 0px 20px 0px;
    font-size: 24px;
    font-weight: bold;
}
.arenda-car-info-voditel {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.arenda-car-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.arenda-car-info-list {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.min-zakaz {
    max-width: max-content;
    margin-top: 15px;
    font-size: 18px;
    background: #fff;
}
.arenda-car-price {
    align-self: flex-start;
    width: 25%;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.archive-blog-block .arenda-car-price {
    border: 1px solid #ddd;
    background: #F2F2F2;
}
.arenda-car-price-title {
    font-size: 24px;
    font-weight: bold;
}
.arenda-car-price-text {
    padding: 10px 0px 15px 0px;
    font-size: 14px;
    color: #777;
}
.arenda-car-price-button {
    display: flex;
}
.arenda-car-price-button a {
    padding: 12px 30px;
    background: #ef5d20;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all .3s;
}
.arenda-car-price-button a:hover {
    background: #bb4615;
}
.tab-all {
    display: flex;
    justify-content: center;
}
.tab-all a {
    width: 100%;
    padding: 16px 10px;
    text-align: center;
    color: inherit;
    border: 1px solid #ef5d20;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    transition: all .3s;
}
.tab-all a:hover {
    background: #fdd2bf;
}

/*Как работаем*/
.work-section {
    margin: 100px 0px 0px 0px;
    padding: 100px 10px;
    background: #F2F2F2;
}
.work-block {
    max-width: 1200px;
    margin: 0 auto;
}
.work-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.work-item {
    width: 31%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.work-item-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    color: #fff;
    background: #ef5d20;
    font-size: 26px;
    font-weight: 700;
    border-radius: 4px;
}
.work-item-info {
    width: 80%;
}
.work-item-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.work-item-subtitle a {
    color: #1540e5;
    text-decoration: none;
}
.work-item-subtitle a:hover {
    text-decoration: underline;
}
.work-item-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
}
.work-item-button {
    display: flex;
}
.work-item-button a {
    padding: 12px 30px;
    background: #ef5d20;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all .3s;
}

/*Почему мы*/
.why-section {
    overflow: hidden;
    position: relative;
    padding: 100px 10px;
    background: #3A3838;
    color: #fff;
    background-image: url(/wp-content/uploads/2025/11/wheel-2.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.why-block {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 2;
}
.why-col-1 {
    width: 55%;
    padding-right: 60px;
}
.why-text {
    max-width: 500px;
    font-size: 18px;
}
.why-text p {
    margin-bottom: 30px;
}
.why-col-2 {
    width: 45%;
}
.why-col-2-info {
    padding: 30px;
    background: #ef5d20;
    border-radius: 4px;
}
.why-col-2-title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
}
.why-col-2-text {
    font-size: 18px;
}
.why-back {
    width: 100%;
    position: absolute;
    bottom: 22%;
    left: 8%;
    text-align: center;
    font-size: 144px;
    color: #5f5f5f;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.1;
    pointer-events: none;
}

/*Преимущества*/
.adv-section {
    padding: 100px 10px;
    background: #F2F2F2;
}
.adv-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.adv-col-1 {
    width: 35%;
}
.adv-subtitle {
    font-size: 19px;
    max-width: 300px;
}
.adv-col-2 {
    width: 65%;
}
.adv-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.adv-item-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #ef5d20;
}
.adv-item-subtitle {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.adv-item-text {
    max-width: 340px;
    font-size: 18px;
    line-height: 1.4;
}

.adv2-section {
    padding: 60px 10px;
    background: url(/wp-content/uploads/advback.svg);
    background-size: cover;
    color: #fff;
}
.adv2-block {
    max-width: 1200px;
    margin: 0 auto;
}
.adv2-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv2-item {
    width: 30%;
}
.adv2-item-title {
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: bold;
}
.adv2-item-text {
    max-width: 260px;
    font-size: 18px;
    line-height: 1.4;
}

/*Клиенты*/
.clients-section {
    padding: 100px 10px;
    background: #F2F2F2;
}
.clients-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.clients-col-1 {
    width: 35%;
}
.clients-subtitle {
    font-size: 18px;
    line-height: 1.4;
}
.clients-subtitle p {
    margin-bottom: 25px;
}
.clients-text {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}
.clients-col-2 {
    width: 65%;
}
.clients-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    row-gap: 50px;
    padding-left: 160px;
}
.clients-item {
    width: 50%;
}

/*Отзывы*/
.otz-section {
    overflow: hidden;
    padding: 100px 10px;
}
.otz-block {
    max-width: 1200px;
    margin: 0 auto;
}
.otz-text {
    padding: 30px;
    background: #2D2C2C;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    border-radius: 10px;
}
.otz-ico {
    width: 0;
    height: 0;
    margin-left: 35px;
    border: 12px solid;
    border-color: #2d2c2c transparent transparent #2d2c2c;
}
.otz-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
    margin-top: 10px;
}
.otz-img img {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 100px;
}
.otz-info-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}
.otz-info-subtitle {
    margin-bottom: 5px;
    font-size: 14px;
    color: #ef5d20;
}
.swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #222;
    border: 1px solid #E2E7ED;
    border-radius: 100px;
}
.swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}
.swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #222;
    border: 1px solid #E2E7ED;
    border-radius: 100px;
}
.swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
}
.pswp__bg {
    background: #0000007d;
}
.myOtz {
    overflow: visible;
}
.myOtz .swiper-button-prev {
    top: -25px;
    left: auto;
    right: 50px;
}
.myOtz .swiper-button-next {
    top: -25px;
    right: 0;
}

/*Услуги*/
.uslugi-section {
    overflow: hidden;
    position: relative;
    padding: 100px 10px;
    background: #3A3838;
    color: #fff;
}
.uslugi-block {
    max-width: 1200px;
    margin: 0 auto;
}
.uslugi-subtitle {
    font-size: 18px;
}
.uslugi-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.uslugi-col-1 {
    position: relative;
    width: 43%;
    background: #3A3838;
    z-index: 2;
    padding-right: 30px;
}
.uslugi-col-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #3A3838;
}
.uslugi-vip-img img {
    display: flex;
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}
.uslugi-vip-title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.uslugi-vip-subtitle {
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 300;
    font-size: 15px;
}
.uslugi-vip-subtitle p {
    margin-bottom: 2px;
}
.uslugi-vip-text {
    margin-bottom: 20px;
}
.uslugi-vip-text p {
    margin-bottom: 5px;
}
.uslugi-col-2 {
    width: 57%;
}
.uslugi-item {
    height: 100%;
    padding: 15px;
    background: #fff;
    color: #222;
    border-radius: 10px;
}
.uslugi-item-img img {
    display: flex;
    width: 100%;
    height: 225px;
    border-radius: 10px;
    object-fit: cover;
}
.uslugi-item-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
.uslugi-item-text {
    margin-bottom: 20px;
    margin-top: 15px;
}
.myUslugi {
    overflow: visible;
}
.myUslugi .swiper-button-prev {
    top: -25px;
    left: auto;
    right: 50px;
}
.myUslugi .swiper-button-next {
    top: -25px;
    right: 0;
}
.myUslugi .swiper-slide {
    height: auto !important;
}

/*Faq*/
.faq-section {
    padding: 100px 10px;
    background: #F2F2F2;
}
.faq-block {
    max-width: 1200px;
    margin: 0 auto;
}
.faq-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.faq-wrapper-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.tab-all-faq {
    margin-top: 30px;
}
.c {
    position: relative;
    border-radius: 5px;
}
.faq-wrapper-template .c:nth-child(3n) {
    display: none;
}
.sale-input{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity:0;
    visibility: hidden;
}
.sale-wrap {
    background: #fff;
    padding-right: 20px;
    position: relative;
    border-radius: 5px;
}
.sale-label::after {
    content: url(/wp-content/uploads/plus.png);
    position: absolute;
    right: 0;
}
.sale-label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 18px 20px 18px 20px;
    line-height: 1;
}
.p {
    max-height: 0px;
    overflow: hidden;
}
.sale-input:checked ~ .sale-wrap .sale-label::after {
    content: url(/wp-content/uploads/minus.png);
}
.sale-input:checked ~ .sale-wrap ~ .p {
    max-height: max-content;
    padding: 10px 20px;
}

/*Экономия*/
.eco-section {
    margin: 100px 0px;
    padding: 0px 10px;
}
.eco-block {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 60px;
    background: #F2F2F2;
    border-radius: 10px;
}
.eco-col-1 {
    width: 60%;
}
.eco-text {
    margin-bottom: 30px;
    font-size: 18px;
}
.eco-col-2 {
    position: relative;
    width: 40%;
}
.eco-col-2 img {
    position: absolute;
    top: -90px;
    height: 500px;
}

/*Текст*/
.text-section {
    margin: 100px 0px;
    padding: 0px 10px;
}
.text-block {
    max-width: 1200px;
    margin: 0 auto;
}
.text-text {
    font-size: 18px;
}










/*Страницы: faq, 404, спасибо*/
.notfound-section {
    padding: 100px 10px;
    background: #F2F2F2;
}
.notfound-block {
    max-width: 1200px;
    margin: 0 auto;
}
.notfound-subtitle {
    margin-bottom: 40px;
    font-size: 20px;
}










/*Архив аренды*/
.archive-blog-section {
    padding: 100px 10px;
    background: #F2F2F2;
}
.archive-blog-block {
    max-width: 1200px;
    margin: 0 auto;
}
.archive-blog-rubriki {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    list-style: none;
}
.archive-blog-rubriki a {
    display: flex;
    padding: 14px 20px;
    color: #222;
    border: 1px solid #ef5d20;
    line-height: 1;
    border-radius: 4px;
    text-decoration: none;
    transition: all .3s;
}
.archive-blog-rubriki a:hover {
    cursor: pointer;
    background: #fdd2bf;
}
.archive-blog-rubriki .current-cat a {
    background: #ef5d20;
    color: #fff;
}










/*Плавающее меню, мобильное меню*/

.mobile-menu {
    display: flex;
    gap: 10px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mobile-menu-visible {
    opacity: 1;
}
.mobile-menu a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: inherit;
    line-height: 1;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px #57291636;
}
.mobile-menu-ico {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.hidden-body {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}
.modal {
    display: none;
    justify-content: flex-end;
    position: fixed;
    z-index: 9;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    position: relative;
    padding: 30px;
    background-color: #2D2C2C;
    color: #fff;
    width: 300px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}
@keyframes animatetop {
    from {right:-300px; opacity:0}
    to {right:0; opacity:1}
}
.close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.bok-menu a {
    display: flex;
    padding: 6px 0px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}
.bok-menu a:hover {
    color: #ef5d20;
}
.bok-menu-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #ffffff29;
    margin-top: 20px;
    padding-top: 20px;
}
#myBtn {
    display: none;
    width: 40px;
    height: 40px;
}










/*Мобильные версии*/
@media (max-width:1100px) {
.header-info {
    display: none;
}
#myBtn {
    display: block;
}
nav {
    display: none;
}

.hero-title {
    font-size: 36px;
}
.hero-adv-item img {
    width: 30px;
    height: 30px;
}

.arenda-car-info-title {
    font-size: 20px;
}
.arenda-car-info-voditel {
    font-size: 16px;
}
.arenda-car-info-list {
    font-size: 16px;
}
.min-zakaz {
    font-size: 14px;
}
.arenda-car-price {
    padding: 15px;
}
.arenda-car-price-title {
    font-size: 20px;
}

.work-item {
    width: 100%;
    margin-bottom: 40px;
}
.work-item-info {
    width: calc(100% - 60px);
}

.h2-title {
    font-size: 32px;
}
.why-col-1 {
    padding-right: 30px;
}

.adv2-item-title {
    font-size: 28px;
}

.clients-wrapper {
    padding-left: 60px;
}
.clients-item img {
    max-width: 80%;
}

.eco-block {
    padding: 40px;
}

.contact-block-col-2 {
    padding-left: 40px;
}

.footer-block {
    flex-direction: column;
    gap: 20px;
}
.footer-block ul {
    flex-wrap: wrap;
}
}






@media (max-width: 767px) {
.header-logo div {
    display: none;
}
.header-logo img {
    width: 98px;
    height: 34px;
}
.header-mobile-email {
    display: block;
}
.header-mobile-email a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #717171;
	border-radius: 100px;
}
.header-mobile-email img {
    width: 15px;
    height: 12px;
}

.hero-col-1 {
    width: 100%;
    padding: 40px 0px;
}
.hero-title {
    font-size: 26px;
}
.hero-col-2 {
    width: 100%;
}
.hero-col-2 img {
    opacity: 0.1;
    left: auto;
    right: -100px;
    bottom: 0;
    max-width: 320px;
    pointer-events: none;
    z-index: 0;
}
.hero-adv-wrapper {
    padding: 40px 0px;
    flex-wrap: wrap;
    gap: 15px;
}

.kviz-section {
    margin: 60px 0px;
}
.h2-title {
    font-size: 24px;
}
.kviz-col-2 {
    width: 100%;
}
.kviz-col-1 {
    margin-top: 20px;
    width: 100%;
    padding: 10px 20px 20px 20px;
}
.kviz {
    padding: 5px 10px 10px 10px;
}
.kviz-step-title {
    font-size: 18px;
}
.kviz-step-subtitle {
    font-size: 15px;
    padding: 2px 0px 5px 0px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
        min-width: auto !important;
    }
.kviz-step-radiofield p {
    padding: 0;
}
.kviz-step-radiofield .wpcf7-list-item {
    width: 100%;
}
.kviz-step-textfield input {
    width: 100%;
    margin: 0;
}
.wpcf7cf_step_controls {
    margin: 0 !important;
    padding-top: 10px;
}
.kviz .wpcf7cf_next {
    padding: 16px;
    font-size: 14px;
}
.kviz .wpcf7cf_prev {
    padding: 22px 10px 20px 35px;
    font-size: 13px;
}
.kviz .wpcf7-submit {
    padding: 16px !important;
    font-size: 14px;
}

.arenda-section {
    margin: 60px 0px;
}
.arenda-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
}
.arenda-subtitle {
    font-size: 18px;
}
.tablinks {
    padding: 10px 14px;
    font-size: 14px;
}
.arenda-car-img-block {
    width: 100%;
}
.arenda-car-info {
    width: 100%;
    padding: 0;
}
.arenda-car-price {
    width: 100%;
    margin-top: 20px;
}

.work-section {
    margin: 60px 0px 0px 0px;
    padding: 60px 10px;
}
.work-item-title {
    font-size: 20px;
}
.work-item-subtitle {
    font-size: 16px;
}

.why-section {
    padding: 60px 10px;
}
.why-col-1 {
    width: 100%;
    padding-right: 0;
}
.why-text {
    font-size: 16px;
}
.why-col-2 {
    margin-top: 40px;
    width: 100%;
}
.why-col-2-title {
    font-size: 20px;
}
.why-col-2-text {
    font-size: 16px;
}

.adv-section {
    padding: 60px 10px;
}
.adv-col-1 {
    width: 100%;
}
.adv-col-2 {
    margin-top: 30px;
    width: 100%;
}
.adv-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
}
.adv-item-title {
    margin-bottom: 5px;
    font-size: 20px;
}
.adv-item-subtitle {
    margin-bottom: 5px;
    font-size: 20px;
}
.adv-item-text {
    font-size: 16px;
}

.adv2-wrapper {
    gap: 30px;
}
.adv2-item {
    width: 100%;
}

.clients-section {
    padding: 60px 10px;
}
.clients-col-1 {
    width: 100%;
}
.clients-col-2 {
    margin-top: 40px;
    width: 100%;
}
.clients-wrapper {
    padding-left: 0;
}
.clients-subtitle {
    font-size: 16px;
}
.clients-text {
    font-size: 16px;
}

.otz-section {
    padding: 60px 10px;
}
.otz-text {
    font-size: 14px;
}

.uslugi-section {
    padding: 60px 10px;
}
.uslugi-subtitle {
    font-size: 16px;
}
.uslugi-col-1 {
    width: 100%;
    padding-right: 0;
}
.uslugi-col-2 {
    margin-top: 60px;
    width: 100%;
}

.faq-section {
    padding: 60px 10px;
}
.faq-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
}
.faq-wrapper-col {
    gap: 20px;
}

.eco-section {
    margin: 60px 0px;
}
.eco-block {
    padding: 25px;
}
.eco-col-1 {
    width: 100%;
}
.eco-text {
    font-size: 16px;
}
.eco-col-2 {
    width: 100%;
}
.eco-col-2 img {
    opacity: 0.1;
    left: auto;
    right: -100px;
    bottom: 0;
    top: auto;
    max-width: 320px;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.text-section {
    margin: 60px 0px;
}
.text-text {
    font-size: 16px;
}

.contact-section {
    padding: 60px 10px;
}
.contact-block-col-1 {
    width: 100%;
}
.contact-block-title {
    font-size: 24px;
}
.contact-block-item a {
    font-size: 18px;
}
.contact-block-item-subtitle {
    font-size: 16px;
}
.contact-block-col-2 {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
}
.form-acceptfield span {
    font-size: 12px;
}

.footer-block ul {
    justify-content: flex-start;
    gap: 10px;
}
.footer-privacy {
    flex-wrap: wrap;
}

.notfound-subtitle {
    font-size: 16px;
}
.archive-blog-rubriki a {
    padding: 10px 14px;
    font-size: 14px;
}

/*Плавающее меню, мобильное меню*/
.mobile-menu {
    width: 100%;
    display: flex;
    gap: 3px;
    right: 0;
    bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    justify-content: center;
    pointer-events: none;
}
.mobile-menu-visible{
    pointer-events: auto;
}
.mobile-menu a {
	padding: 12px 8px;
	font-size: 14px;
}
.mobile-menu-ico {
    display: block;
    width: 18px;
    height: 18px;
}
}