@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

body {
  font: 16px/24px 'Roboto', sans-serif;
  color: #807D7C;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: #FAF6F5;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

body:has(.sitenavigation.is-tapped) {
  overflow: hidden;
}

.main_wrapper:has(#wpadminbar) .header_desctop {
  margin-top: 32px;
}
.main_wrapper:has(.header_mobile.active) .header_desctop .header_logo {
    z-index: 46;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #262322;
  font-weight: normal;
}

button:hover {
  cursor: pointer;
}

.index_pages {
  width: 100%;
  height: 100%;
}

.index_pages ul {
  max-width: 300px;
  padding: 100px 20px 20px;
  margin: 0 auto;
}

.index_pages ul li {
  list-style: none;
  font-size: 25px;
  margin-bottom: 15px;
}

.index_pages ul li a {
  text-decoration: none;
}
.hidden_area {
  display: none!important;
}
.index_pages ul li a:hover {
  text-decoration: underline;
}

/*
html.lock,
body.lock,
body.lock_2,
body.lock_3 {
  height: 100%;
  overflow: hidden !important;
  width: 100%;
  position: relative;
}
*/
.mp_banner_avtoform h3.vrc-main-title {
    display: none;
}
.main_wrapper {
  position: relative;
  width: 100%;
}
.mp_banner_avtoform .vrcdivsearch {
    padding: 0px!important;
}
.modal_desc.fancybox-content {
    max-width: 630px;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid var(--grey-10, #E6E1DF);
    background: var(--white, #FFF);
}
div.wpforms-container-full.rentform .wpforms-field-label {
    color: var(--grey, #807D7C);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    margin-bottom: 5px;
}
div.wpforms-container-full button[type=submit] {
    outline: none!important;
    color: #fff!important;
    font-size: 16px!important;
    font-family: Roboto!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 20px!important;
    display: flex!important;
    height: 60px!important;
    width: 260px!important;
    padding: 15px 30px 15px 28px!important;
    justify-content: center;
    align-items: center;
    border-radius: 3px!important;
    background: #5CBA3B!important;
    margin: 0 auto!important;
    outline: none!important;
}
h3.modal_title {
    color: var(--black, #262322);
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 116.667% */
}
div.wpforms-container-full.rentform {
    margin: 0 auto;
}
div.wpforms-container-full.rentform .wpforms-field-date-time .wpforms-date-type-datepicker {
    width: 70%;
    margin-bottom: 0!important;
    padding-right: 5px;
}
div.wpforms-container-full.rentform .wpforms-field-date-time .wpforms-date-type-datepicker+.wpforms-field-row-block {
    width: 30%;
    margin-bottom: 0!important;
    padding-left: 5px;
}
div.wpforms-container-full.rentform .wpforms-form .wpforms-field.dateandtime .wpforms-field-row {
    flex-direction: row;
}
div.wpforms-container-full.rentform input[type=text] {
    height: 60px;
    padding: 30px 10px 10px 15px;
    border-radius: 3px;
    border: 1px solid var(--grey-15, #D9D2D2);
    background: var(--white, #FFF);
}
div.wpforms-container-full.rentform .wpforms-field-label {
    position: absolute;
    top: 25px;
    left: 15px;
    line-height: 20px;
    z-index: 1;
}
div.wpforms-container-full.rentform .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
    height: 60px;
    display: flex;
    padding: 25px 10px 10px 10px;
}
div.wpforms-container-full.rentform .wpforms-form textarea.wpforms-field-medium {
    padding-top: 25px;
}
div.wpforms-container-full.rentform input[type=date]:focus,
div.wpforms-container-full.rentform input[type=datetime]:focus,
div.wpforms-container-full.rentform input[type=datetime-local]:focus,
div.wpforms-container-full.rentform input[type=email]:focus,
div.wpforms-container-full.rentform input[type=month]:focus,
div.wpforms-container-full.rentform input[type=tel]:focus,
div.wpforms-container-full.rentform input[type=text]:focus,
div.wpforms-container-full.rentform input[type=time]:focus,
div.wpforms-container-full.rentform input[type=url]:focus,
div.wpforms-container-full.rentform input[type=week]:focus,
div.wpforms-container-full.rentform select:focus,
div.wpforms-container-full.rentform textarea:focus {
    border: 1px solid #5CBA3B;
    box-shadow: 0 0 0 1px #5CBA3B,0px 1px 2px rgba(0,0,0,0.15);
    outline: none
}
.car_item_slider {
    margin-bottom: 10px;
}
@media (max-height: 100vh) {
  .main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100vh;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
/* Dots */


.slick-dots
{
    position: absolute;
    bottom: -42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    right: calc(100% - 93.5%);
    margin: 0 auto;
    width: 220px;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    /* display: block; */
    width: 20px;
    height: 20px;
    padding: 7px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /* font-family: 'slick'; */
    font-size: 50px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #FF00A8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #FF00A8;
    width: 22px;
    height: 22px;
    font-size: 70px;
}
.main-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    height: 100%;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -50%);
    z-index: 1;
    transition: all 0.3s;
    border: 1px solid var(--grey, #807D7C);
    background: rgba(255, 255, 255, 0.75);
}
.main-arrow.main-arrow-prev {
    right: unset;
    left:0;
    border-radius: 3px 0px 0px 3px;
}
.main-arrow.main-arrow-next {
    right: 0;
    border-radius: 0px 3px 3px 0px;
}

@media (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 130%;
  text-transform: none;
  color: #222;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 26px;
    line-height: 130%;
  }
}

h1 span {
  font-weight: 800;
}

@media (max-width: 768px) {
  h1 br {
    display: none;
  }
}

h2 {
  color: var(--black, #262322);
  font-size: 40px;
  font-family: 'Lora', sans-serif;
  line-height: 48px;
  margin-bottom: 40px;
}
.header_mobile {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: -100%;
    bottom: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px;
    overflow: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 80px;
}
.header_mobile.active {
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;
}
.sigle_page {
    padding: 30px 0px;
}

@media (max-width: 992px) {
  h2 {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .main_wrapper:has(#wpadminbar) .header_mobile {
    margin-top: 46px;
  }
  .header_desctop {
    display: none;
  }
}

@media (max-width: 768px) {
  h2 br {
    display: none;
  }
}
h3:first-child {
    margin-top: 0px;
}
h3 {
    color: var(--black, #262322);
    font-size: 24px;
    font-family: 'Lora', sans-serif;
    line-height: 32px;
    margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
      position: fixed!important;
  }
}
@media (max-width: 425px) {
  h3 {
    font-size: 18px;
  }
}
h4:first-child {
    margin-top: 0px;
}
h4 {
    color: var(--black, #262322);
    font-size: 22px;
    font-family: Lora;
    line-height: 30px;
    margin-bottom: 24px;
}

@media (max-width: 425px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
    color: var(--black, #262322);
    font-size: 18px;
    font-family: Lora;
    line-height: 28px;
    margin-bottom: 24px;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #807D7C;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 145%;
  }
}

::-webkit-input-placeholder {
    color: #E6E1DF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

::-moz-placeholder {
    color: #E6E1DF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

:-ms-input-placeholder {
    color: #E6E1DF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

::-ms-input-placeholder {
    color: #E6E1DF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

::placeholder {
    color: #E6E1DF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

@media (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

:-ms-input-placeholder {
    color: #E6E1DF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

@media (max-width: 768px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}

::-ms-input-placeholder {
    color: #E6E1DF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

@media (max-width: 768px) {
  ::-ms-input-placeholder {
    font-size: 14px;
  }
}
.container.wide {
    max-width: 100%;
    padding: 0 4rem;
}
.not_found_content {
    padding: 20px;
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-content: center;
}
.not_found_img img {
    width: 100%;
}
.not_found_img {
    width: 100%;
    max-width: 550px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
}
.not_found_text {
    text-align: center;
    font-size: 32px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 30px;
    color: #222c56;
}
.not_found_btn_text {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.not_found_btn_text span {
    margin-bottom: 10px;
}
.not_found_btn_text a {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #3255BC 0%, #3C69ED 100%);
    color: #fff!important;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 15px 30px;
}
.not_found_btn_text a:hover {
    background: linear-gradient(90deg, #042483 0%, #1043D8 100%);
}
@media (max-width: 991px) {
  .not_found_text {
      font-size: 24px;
      line-height: 130%;
      text-shadow: none;
      margin-bottom: 20px;
  }
  .not_found_content {
      padding: 20px 0px 20px;
  }
  .not_found_btn_text {
    padding: 0 30px;
  }
}


/* =============================================================== */
/* ========================== NEW STYLE ========================== */
/* =============================================================== */
.main_header {
    position: relative;
    height: 84px;
}

.header_desctop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
}

ul.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    gap: 40px;
}
.relative {
  position: relative;
}
.header_burger {
    cursor: pointer;
    max-width: 35px;
    min-width: 35px;
    width: 100%;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 50;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #32373c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    
  transition: 0.3s;
}
.header_burger.active span:first-child {
    -webkit-transform: rotate(-45deg) translate(-7px,7px);
    -ms-transform: rotate(-45deg) translate(-7px,7px);
    transform: rotate(-45deg) translate(-7px,7px)
}
.header_burger.active span:nth-child(2) {
    width: 0
}
.header_burger.active span:last-child {
    -webkit-transform: rotate(45deg) translate(-6px,-6px);
    -ms-transform: rotate(45deg) translate(-6px,-6px);
    transform: rotate(45deg) translate(-6px,-6px)
}
.header_lp {
    display: grid;
    grid-template-columns: 183px auto;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.header_rp {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header_content {
    display: grid;
    grid-template-columns: 183px repeat(4, auto);
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    gap: 30px;
}
#modcurconvsel {
    line-height: 40px;
    height: 40px;
    width: auto;
    /* padding: 0px 10px 0px 10px; */
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c3835;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    outline: none;
}
footer.main_footer {
    background: #262322;
    z-index: 1;
}
.footer_top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    justify-content: stretch;
    gap: 30px;
    margin-bottom: 55px;
}
.footer_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: stretch;
    gap: 30px;
}
.footer_text_title {
    color: var(--white, #FFF);
    font-size: 24px;
    font-family: Lora;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
}
.footer_logo a {
    display: inline-block;
    margin-bottom: 17px;
}
.footer_text p {
    color: #807D7C;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}
.footer_social_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.footer_social_list a {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.mp_seotext_imgbg {
    background-size: cover!important;
    height: 380px;
    background-repeat: no-repeat!important;
    border-radius: 3px;
    width: 1366px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 54px;
}
.footer_social_list a img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}
.footer_email a {
    color: #fff;
    font-size: 17px;
    font-family: Roboto;
    text-decoration-line: underline;
}
ul.menu li a {
    color: #404040;
    font-size: 16px;
    font-family: Roboto;
    transition: all 0.3s;
    line-height: 138%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
ul.menu li a:hover {
    color: #5CBA3B;
}
.header_phone a {
    color: var(--black, #262322);
    font-size: 17px;
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_phone a:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/11/call.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
}
ul.lang_switcher a {
    color: var(--black, #262322);
    text-align: center;
    font-size: 16px;
    font-family: Roboto;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px;
    transition: all 0.3s;
    margin: 0px;
}
ul.lang_switcher li {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid var(--grey-15, #D9D2D2);
    background: var(--white, #FFF);
    line-height: normal;
}
ul.lang_switcher li a:hover {
    color: #5CBA3B;
}
.mp_banner_bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5%;
    text-align: center;
    width: 100%;
    height: 100%;
}
.mp_banner_content h1 {
    color: #FFF;
    text-align: center;
    font-size: 54px;
    font-family: Lora;
    line-height: 64px;
    margin-bottom: 15px;
}
.mp_banner_content h1 span {
    color: #5CBA3B;
}
span.mp_banner_subtitle {
    color: #FFF;
    font-size: 20px;
    font-family: Roboto;
    line-height: 30px;
    margin-bottom: 70px;
    display: block;
}
span.mp_banner_subtitle span {
    color: #5CBA3B;
    font-weight: bold;
}
.mp_banner_avtoform {
    padding: 30px;
    border-radius: 3px;
    border: 1px solid var(--grey-10, #E6E1DF);
    background: var(--white, #FFF);
    text-align: left;
    margin-bottom: 30px;
}
.mp_banner_avtoform h3 {
    font-weight: normal;
    color: var(--black, #262322);
    font-size: 24px;
    font-family: Lora;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey-15, #D9D2D2);
}
.mp_preim {
    padding: 80px 0px;
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
}
.mp_popavto {
    padding: 80px 0px;
}
.umovi_container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0px;
    min-height: 100vh;
    width: 100%;
}
.faq_answer {
    display: none;
}
.preim_fontext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 30px;
    display: block;
    width: 1350px;
    height: 118px;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.preim_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: stretch;
    gap: 110px;
}
.preim_content_desc {
    margin-bottom: 45px;
}
.preim_content_left_img {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: auto; */
    padding: 25%;
    background-size: contain;
}
.preim_content_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: flex-start;
    justify-content: stretch;
}
.preim_icon {
    display: block;
    margin-bottom: 20px;
}
.preim_item_title {
    color: var(--black, #262322);
    font-size: 20px;
    font-family: Lora;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}
.mp_umovi h2 {
    color: #fff;
    font-size: 40px;
    font-family: Lora;
    line-height: 32px;
    margin-bottom: 60px;
}
.umovi_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: flex-start;
    justify-content: stretch;
}
.umovi_content_right {
    display: grid;
    gap: 30px;
}
.umovi_content_right h3 {
    color: var(--white, #FFF);
    font-size: 24px;
    font-family: Lora;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
}
.umovi_tcont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}
.utc_age, .utc_staj {
    color: #FFF;
    font-size: 17px;
    font-family: Roboto;
    line-height: 20px;
    padding: 10px;
}
.utc_age span:first-child, .utc_staj span:first-child {
    color: var(--grey, #807D7C);
    font-size: 14px;
    font-family: Roboto;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
}
.utc_age span:last-child, .utc_staj span:last-child {
    color: #5CBA3B;
    font-size: 27px;
    line-height: normal;
}
.umovi_content_right_box {
    border-radius: 3px;
    border: 1px solid var(--grey-10, #E6E1DF);
    padding: 30px;
}
.umovi_docs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 30px;
}
.umovi_docs_item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    color: #fff;
}
.umovi_docs_title {
    font-size: 16px;
    font-family: Roboto;
    line-height: 20px;
}
.footer_content {
    padding: 80px 0px;
}
.contacts {
    border-bottom: 1px solid #E6E1DF;
    /* padding: 80px 0px; */
}
.contacts_bg {
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 559px;
    width: 100%;
    display: flex;
    align-items: center;
}
.contacts_bg h2 {
    color: var(--white, #FFF);
    font-size: 40px;
    font-family: Lora;
    line-height: 32px;
    margin-bottom: 60px;
}
.contacts_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: flex-start;
    justify-content: stretch;
}
.contacts_list_item {
    padding: 30px;
    border-radius: 3px;
    border: 1px solid var(--white, #FFF);
}
.cli_gorod {
    color: #FFF;
    font-size: 24px;
    font-family: Lora;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 15px;
}
.cli_adres {
    font-size: 16px;
    font-family: Roboto;
    line-height: 28px;
    margin-bottom: 30px;
}
.cli_phones_item {
    display: grid;
    grid-template-columns: 32px 1fr;
    justify-content: stretch;
    align-items: center;
    gap: 10px;
}
.cli_phones_item picture {
    display: flex;
}
.cli_phones_item a {
    color: #FFF;
    font-size: 24px;
    font-family: Lora;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.cli_phones {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 32px;
}
.cli_grafik {
    color: #FFF;
    font-size: 16px;
    font-family: Roboto;
    margin-bottom: 12px;
}
.cli_text p {
    margin-bottom: 0px;
}
.main_footer a:hover {
    color: #5CBA3B;
    transition: all 0.3s;
}
.footer_social_list picture {
    display: inline-flex;
}
.mp_seotext {
    padding: 80px 0px;
}
.mp_seotext h2:first-of-type {
    margin-top: 0px;
}
.mp_seotext h2 {
    line-height: 52px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    margin-bottom: 30px;
    margin-top: 60px;
}
.mp_seotext h3 {
    margin-top: 24px;
}
.faq_block {
    border-radius: 3px;
}
.umovi_content_left {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
}
.faq_title {
    color: #FFF;
    font-size: 20px;
    font-family: Lora;
    font-weight: 500;
    line-height: 32px;
    padding: 14px 30px;
    position: relative;
}
.faq_block {
    cursor: pointer;
    border: 1px solid #E6E1DF;
    border-radius: 3px;
}
.faq_block.active {
    border: 1px solid #5CBA3B;
}
.faq_block > .faq_answer {
    padding: 0 30px;
}
.faq_block > .faq_title.active {
    border-radius: 0px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    border-bottom: 1px solid #E6E1DF;
    margin: 0 30px;
    padding: 14px 0px;
}
.faq_block > .faq_answer p {
    margin-top: 20px;
    color: #FFF;
    cursor: auto;
}
.faq_block:hover {
    border: 1px solid #5CBA3B;
    transition: all 0.3s;
}
.faq_title:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/11/arrow_down.svg);
    width: 16px;
    height: 8px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 30px;
    transform: translate(0, -50%);
}
.faq_block > .faq_title.active:after {
    margin: 0;
    transform: rotate(180deg);
}
.list_avtopark {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
.mpcar_cat {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    padding: 10px;
    height: 160px;
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 3px;
}
a.cat_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.cat_title {
    color: var(--black, #262322);
    font-size: 24px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.catprice {
    color: var(--orange, #5CBA3B);
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.mpcar_cat:hover {
    background-color: #5CBA3B;
    transition: all 0.5s;
}
.mpcar_cat:hover .catprice {
    color: #FFF;
    transition: all 0.5s;
}
.car_mainbg {
    height: 390px;
    background-position: center center;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 20px;
}
.car_thumb_bg {
    height: 96px;
    width: 96px;
    border-radius: 3px;
    margin-right: 10px;
}
.car_content {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
}
.car_imgs_slider {
    border-radius: 3px;
    overflow: hidden;
}
.breadcrumb {
    padding: 20px 0px;
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
}
.single_car {
    padding-top: 30px;
}
.breadcrumb a {
    color: var(--grey, #807D7C);
    text-align: center;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.arrowvread {
  border: solid #D9D2D2;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.rightbread {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.delimetr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb .container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.breadcrumb span.current-item {
    color: var(--orange, #5CBA3B);
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
i.leftarrow {
    border: solid #807D7C;
    border-width: 0 2px 2px 0;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
i.rightarrow {
    border: solid #807D7C;
    border-width: 0 2px 2px 0;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.single_car h1 {
    color: var(--black, #262322);
    font-size: 24px;
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}
.car_content_right {
    border-radius: 3px;
    border: 1px solid var(--grey-10, #E6E1DF);
    background: var(--white, #FFF);
    display: block;
    float: left;
    width: 60%;
}
.single_car_har {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    color: var(--black, #262322);
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    padding: 20px;
}
.single_car_title {
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    padding: 20px;
}
.ch_mest:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/car_mest_icon.png);
}
.ch_privod:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/car_privod_icon.png);
}
.ch_korobka:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/car_korobka_icon.png);
}
.ch_kondi:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/car_kodicioner_icon.png);
}
.ch_toplivo:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/car_toplivo_icon.png);
}
.ch_dvijok:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/07/car_dvigatel_icon.png);
}
.pi_spmeta:before {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.pi_spmeta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.singlecar_term_class {
    padding: 0 20px;
    display: flex;
    gap: 10px;
}
.singlecar_term_class a {
    display: inline-block;
    border-radius: 0px 0px 8px 8px;
    background: var(--bg-b-white, #FAF6F5);
    padding: 5px 10px;
    color: var(--grey, #807D7C);
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
}
.single_car_price_tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
}
.scar_tab {
    cursor: pointer;
    padding: 16px 20px 15px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    color: var(--grey, #807D7C);
    text-align: center;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.scpanels {
    background: #fffffff6;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}
.panel {
    display: none;
    animation: fadein 0.8s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.panel-title {
    font-size: 1.5em;
    font-weight: bold;
}
.radio {
    display: none;
}
#bezv:checked ~ .scpanels #bezv-panel,
#svod:checked ~ .scpanels #svod-panel,
#scvikup:checked ~ .scpanels #scvikup-panel {
    display: inline-table;
    width: 100%;
}
#bezv:checked ~ .sctabs #bezv-scar_tab,
#svod:checked ~ .sctabs #svod-scar_tab,
#scvikup:checked ~ .sctabs #scvikup-scar_tab {
    background: #fffffff6;
    color: var(--orange, #5CBA3B);
    text-align: center;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid var(--orange, #5CBA3B);
}
.scprice_price_days {
    display: grid;
    grid-template-columns: 30% repeat(5, 1fr);
    /* align-items: stretch; */
    /* justify-content: space-between; */
    border-top: 1px solid var(--grey-10, #E6E1DF);
}
.scpd {
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    border-left: 1px solid var(--grey-10, #E6E1DF);
    background: var(--bg-b-white, #FAF6F5);
    padding: 15px;
    color: var(--grey, #807D7C);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.scpd:nth-child(1) {
    border-left: none;
    text-align: left;
}
.scprice_table {
    display: grid;
    grid-template-columns: 30% repeat(5, 1fr);
}
.scprice_table .scpd {
    background: #fff;
}
.scprice_table .scpd {
    background: #fff;
    color: var(--black, #262322);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.scprice_table .scpd:nth-child(1), .scprice_table .scpd:nth-child(7) {
    color: var(--grey, #807D7C);
    font-weight: 400;
    text-align: left;
    border-left: unset;
}
.scpd span {
    margin-left: 3px;
}
.disabledTab{
    pointer-events: none;
    color: #E6E1DF;
}
.car_content_right_bottom {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-content: stretch;
    padding: 16px 20px;
    gap: 20px;
}
.car_content_right_bottom p {
    margin-bottom: 0px;
}
a.modal_btn_page {
    color: var(--white, #FFF);
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 30px 15px 28px;
    border-radius: 3px;
    background: var(--orange, #5CBA3B);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ccrb_umovi p {
    color: var(--grey, #807D7C);
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.ccrb_umovi a {
    color: #5CBA3B;
    text-decoration: underline;
}
/** Single Car Bottom Tabs **/
.scbottom_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
}
.scbottom--tabs .nav-tabs {
    float: left;
    width: 100%;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
}
.scbottom--tabs .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.scbottom--tabs .nav-tabs > li > a {
    float: left;
    padding: 16px 20px 15px 20px;
    color: var(--grey, #807D7C);
    text-align: center;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.scbottom--tabs .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.scbottom--tabs .nav-tabs > li.active > a,
.scbottom--tabs .nav-tabs > li.active > a:hover,
.scbottom--tabs .nav-tabs > li.active > a:focus {
    color: #5CBA3B;
    cursor: default;
    background-color: transparent;
    border-bottom: 1px solid var(--orange, #5CBA3B);
}
.scbottom--tabs .tab-content {
    float: left;
    width: 100%;
    border-left: 1px solid var(--grey-10, #E6E1DF);
    border-right: 1px solid var(--grey-10, #E6E1DF);
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
}
.scbottom--tabs .tab-content > .tab-pane {
    display: none;
}
.scbottom--tabs .tab-content > .tab-pane.active {
    display: block;
    border-radius: 3px;
    background: var(--white, #FFF);
}
.scbottom--tabs .tab-content > .active {
    display: block;
}
.scbottom--tabs .tab-content p, .scbottom--tabs .tab-content ul li, .scbottom--tabs .tab-content ol li {
    color: var(--grey, #807D7C);
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.scbottom--tabs .tab-content ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.scbottom--tabs .tab-content ul li {
    padding: 5px 0px;
}
.car_content_bottom {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: flex-start;
}
.ccb_right {
    margin-top: 60px;
    border-radius: 3px;
    border: 1px solid var(--grey-10, #E6E1DF);
    background: var(--white, #FFF);
}
.ccb_right_content p {
    /* color: #262322; */
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.ccb_right_content strong {
    color: #000;
    font-weight: 400;
}
.ccb_right_content ul li {
    line-height: 28px;
    padding-left: 20px;
}
.ccb_right_content ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/11/spisok_krug.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 9px;
}
.ccb_right_content ul li {
    position: relative;
}
.tab_title, .ccb_right_content_title {
    padding: 20px;
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    color: var(--black, #262322);
    font-size: 20px;
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.tab_desc, .ccbr_bottom_cont {
    padding: 20px;
}
a.ccbr_link {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--orange, #5CBA3B);
    color: var(--orange, #5CBA3B);
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
a.ccbr_link img {
    margin-right: 10px;
}
hr.single_car_line {
    margin-top: 80px;
    margin-bottom: 80px;
    height: 1px;
    border-top: 1px solid var(--grey-10, #E6E1DF);
    background: transparent;
}
.related_cars_title h2 {
    color: var(--black, #262322);
    font-size: 40px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0px;
}
.related_cars_title {
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.sc_adresa {
    margin-bottom: 30px;
}
.singlecar_term_class a.car_label {
    color: var(--orange, #5CBA3B);
    background: #FFEEE9;
}
.related_cars_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: flex-start;
}
.related_car_item {
    border-radius: 3px;
    border: 1px solid var(--grey-10, #E6E1DF);
    background: var(--white, #FFF);
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}
.src_img img {
    width: 100%;
    height: 178px;
    object-fit: cover;
    object-position: center center;
}
.rc_sc_items .src_img img {
    height: 235px;
}
.related_cars_har {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 10px;
}
.related_cars_har .pi_spmeta {
    font-size: 12px;
    line-height: normal;
    text-align: left;
    color: #262322;
}
.related_car_item h3 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.rcp_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #807D7C;
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
}
.rcp_item span {
    font-weight: 400;
    color: #807D7C;
}
.rcp_item_priceday {
    font-weight: 500;
    color: #262322;
}
.rcp_item:nth-child(1) .rcp_item_priceday {
    color: #5CBA3B;
}
.rci_bottom {
    padding: 0 20px 20px;
    display: grid;
    gap: 20px;
}
a.src_btn {
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    height: 60px;
    width: 100%;
    padding: 15px 30px 15px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: var(--orange, #5CBA3B);
    margin: 0 auto;
    outline: none!important;
}
a.src_btn:hover {
    background: #FF734D;
    transition: all 0.3s;
    color: #fff;
}
a.src_btn:active {
    background: #EA552C;
    color: #fff;
}
.related_car_item_labels {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    align-items: flex-start;
    color: var(--grey, #807D7C);
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 30px;

}
.rcil_left a {
    color: var(--grey, #807D7C);
    border-radius: 0px 0px 8px 0px;
    background: var(--bg-b-white, #FAF6F5);
}
.rcil_right a {
    color: var(--orange, #5CBA3B);
    border-radius: 0px 0px 0px 8px;
    background: var(--orange-10, #FFEEE9);
}
.related_car_item_labels a {
    display: inline-block;
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 10px;
}
.related_cars {
    padding-bottom: 80px;
}
h1.page_title {
    color: var(--black, #262322);
    font-size: 40px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0px;
}
h1.page_title:after {
    content: "";
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    display: block;
    padding-top: 30px;
    margin-bottom: 30px;
}
.kf_content {
    display: grid;
    grid-template-columns: 1fr 620px;
    gap: 30px;
}
.kf_content_left_descbold p, .kf_content_left_descbold ul li, .kf_content_left_descbold ol li {
    color: var(--black, #262322);
    font-size: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.kf_content_left_descbold {
    margin-bottom: 32px;
}
.kontent_foto {
    padding-bottom: 100px;
}
.preimushhestva {
    padding: 80px 0px 65px;
    border-top: 1px solid var(--grey-10, #E6E1DF);
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
}
.preim_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    justify-content: stretch;
    gap: 30px;
}
.ourcommand h2:after, .seo_tekst_foto h2:after {
    content: "";
    border-bottom: 1px solid #D9D2D2;
    display: block;
    padding-top: 30px;
    margin-bottom: 30px;
}
.ourcommand h2, .seo_tekst_foto h2 {
    color: var(--black, #262322);
    font-size: 40px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0px;
}
.ourcommand {
    padding: 80px 0px;
    display: none;
}
.oc_desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 140px;
    margin-bottom: 65px;
}
.ou_desc_left p {
    color: var(--black, #262322);
    font-size: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.command_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 30px;
    text-align: left;
}
.command_item {
    display: grid;
    grid-template-columns: 1fr;
}
.command_item img {
    border-radius: 3px;
    margin-bottom: 20px;
}
.command_item_title {
    color: #262322;
    font-size: 20px;
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}
.command_item_dolj {
    color: var(--grey, #807D7C);
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.seo_tekst_foto {
    padding: 80px 0px;
}
.stf_content {
    display: grid;
    grid-template-columns: 1fr 620px;
    gap: 30px;
    align-items: flex-start;
}

.sigle_page ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.sigle_page ul li {
    padding: 5px 0px;
}
.car_label_nolink {
    border-radius: 0px 0px 0px 8px;
    background: #FFEEE9;
    padding: 5px 10px;
    text-decoration: none;
    color: #5CBA3B;
    font-size: 14px;
    line-height: 20px;
}
.tax_slug_class .car_label_nolink {
    border-radius: 0px 0px 8px 8px;
}
.rcil_left a:hover {
    font-weight: 400;
    text-decoration: underline;
}
.rcil_left a {
    color: var(--grey, #807D7C);
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.avtopark_content {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 15px;
}
.list_cars {
    width: 100%;
}
/*
.list_cars_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: flex-start;
}
*/
.list_classcars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 30px;
}
.tax_single_title {
    color: var(--black, #262322);
    font-size: 40px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0px;
}
.tax_single_title:after {
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    display: block;
    content: "";
    margin-bottom: 30px;
    padding-top: 30px;
}
.mpcar_cat.mpcar_cat_white {
    background: transparent;
}
.mpcar_cat.mpcar_cat_white:hover {
    background: #5bba3c;
    transition: all 0.5s;
}
.mpcar_cat.mpcar_cat_white:hover .catprice {
    color: #FFF;
    transition: all 0.5s;
}
.sidebar {
    border-radius: 3px;
    border: 1px solid var(--grey-10, #E6E1DF);
    background: var(--white, #FFF);
    height: 620px;
    position: sticky;
    top: 120px;
}
.filter_title {
    color: var(--black, #262322);
    font-size: 20px;
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    padding: 13px 10px 13px 20px;
    display: flex;
}
.filter_content {
    padding: 20px;
}
.filter_title img {
    margin-right: 10px;
}
.list_cars h1 {
    color: var(--black, #262322);
    font-size: 40px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0px;
}
.list_cars h1:after {
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    display: block;
    content: "";
    margin-bottom: 30px;
    padding-top: 30px;
}
.avtopark_descriptions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
}
.mb60 {
    margin-bottom: 45px;
}
.list_classcars .mpcar_cat {
    background: var(--bg-b-white, #FAF6F5);
}

ul.menu li {
    position: relative;
}
ul.menu > .caret {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 10;
}
.caret::before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2023/11/menuarrow_down.svg);
    background-repeat: no-repeat;
    width: 25px;
    background-size: auto;
    height: 25px;
    background-position: 50% 55%;
    cursor: pointer;
}
li.menu-open > .caret::before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2023/11/menuarrow_down.svg);
    background-repeat: no-repeat;
    width: 25px;
    background-size: auto;
    height: 25px;
    background-position: 50% 45%;
    transform: rotate(180deg);
}
.sub-menu {
    display: none;
    position: relative;
}
.menu-open > .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 40px;
    margin-left: -20px;
    z-index: 10;
    background: #fff;
    min-width: 230px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #faf6f5;
}
ul.sub-menu li a {
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.sub-menu li {
    border-bottom: 1px solid #f5f5f5;
}
ul.sub-menu li:last-child {
    border-bottom: none;
}
span.dollar_symb {
    color: #262322;
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
button.orange_btn {
    width: 100%;
    border-radius: 3px;
    border: 1px solid var(--orange, #5CBA3B);
    display: flex;
    padding: 15px 30px 15px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--orange, #5CBA3B);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
button.orange_btn:hover, button.orange_btn:active {
    background: #5CBA3B;
    color: #fff;
    transition: all 0.3s;
}
.pagination {
    border-radius: 3px;
    border: 1px solid var(--grey-10, #E6E1DF);
    background: var(--white, #FFF);
    margin-top: 30px;
    padding: 14px 30px;
    text-align: center;
}
.pagination .wp-pagenavi a:hover, .pagination .wp-pagenavi span.current {
    color: var(--orange, #5CBA3B);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    padding: 5px 4px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid var(--orange, #5CBA3B);
    background: var(--white, #FFF);
}
.pagination .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
    text-decoration: none;
    margin: 2px 5px;
    border-radius: 3px;
    border: 1px solid var(--grey-15, #D9D2D2);
    background: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 32px;
    height: 32px;
    color: #262322;
    display: flex;
    padding: 5px 4px;
    align-items: center;
    justify-content: center;
}
.rcp_item:nth-child(1) .rcp_item_priceday span.dollar_symb {
    color: #5CBA3B;
}
.popavto_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}
.contacts.page_contacts {
    border-bottom: none;
    padding: 0px 0px 50px;
}
.contacts.page_contacts .contacts_list_item {
    background: #ffffff;
    border: 1px solid #E6E1DF;
    border-radius: 5px;
}
.contacts.page_contacts .contacts_list_item .cli_gorod {
    color: #262322;
}
.contacts.page_contacts .contacts_list_item .cli_phones_item a {
    color: #262322;
}
.contacts.page_contacts .contacts_list_item .cli_grafik {
    color: #262322;
}
ul.menu li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.avtopark_descriptions h2 {
    color: var(--black, #262322);
    font-family: Lora;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 0;
}
.avtopark_descriptions h2:after {
    content: "";
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    display: block;
    padding-top: 30px;
    margin-bottom: 30px;
}
.avtopark_descriptions h1 {
    color: var(--black, #262322);
    font-family: Lora;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 0;
}
.avtopark_descriptions h1:after {
    content: "";
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    display: block;
    padding-top: 30px;
    margin-bottom: 30px;
}
.avtopark_descriptions h3 {
    color: var(--black, #262322);
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
}
.services_page {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 30px;
    padding: 30px 0px;
}
.services_title {
    color: var(--black, #262322);
    font-size: 20px;
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    border-bottom: 1px solid var(--grey-10, #E6E1DF);
    padding: 13px 10px 13px 20px;
    display: flex;
}
.services_navigations {
    padding: 10px 20px;
}
.services_page .avtopark_descriptions {
    margin-top: 0px;
}
ul.menu li.current-menu-item a {
    color: #5CBA3B;
}
ul.menu li.current-menu-item ul.sub-menu li a {
    color: #807D7C;
}
ul.menu li.current-menu-item ul.sub-menu li a:hover {
    color: #5CBA3B;
}
.footer_menu ul.menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 30px;
}
.avtopark_descriptions ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.avtopark_descriptions ul li {
    padding: 5px 0px;
}
.avtopark_descriptions ul li, .avtopark_descriptions ol li, .avtopark_descriptions p {
    color: var(--grey, #807D7C);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.avtopark_descriptions ol li {
    padding: 5px 0px;
}
.avtopark_descriptions ol {
    list-style: auto;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.services_navigations ul.menu {
    display: block;
}
.services_navigations ul.menu li {
    padding: 5px 0px;
}
.services_auto_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.services_auto {
    margin-bottom: 60px;
}
.avtopark_descriptions strong {
    color: #5CBA3B;
    font-weight: 500;
}
.banner_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    height: 180px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.banner_center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 2;
}
.services_page_content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 30px;
}
.services_banner img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.filt_field {
    border-radius: 3px;
    border: 1px solid var(--grey-15, #D9D2D2);
    background: var(--white, #FFF);
    margin-bottom: 20px;
    padding: 10px 20px;
}
.filt_name {
    color: var(--grey, #807D7C);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    padding-left: 5px;
}
select.selfil {
    width: 100%;
    border: none;
    color: var(--black, #262322);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    outline: none!important;
}
select.selfil option {
    margin-left: 7px;
}
.lang_dropdown {
    position: relative;
}
i.arrow-down {
    background-image: url(/wp-content/uploads/2023/11/menuarrow_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 16px;
    margin-left: 10px;
}
.langdropdown-menu a:hover {
    color: #5CBA3B;
}
.langdropdown-toggle:hover {
    color: #5CBA3B;
}
.langdropdown-toggle {
    line-height: 40px;
    height: 40px;
    width: auto;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c3835;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    outline: none;
}
.langdropdown-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
}

.langdropdown-menu.active {
    display: block;
}
.langdropdown-menu a {
    display: block;
    padding: 8px 8px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.langdropdown i {
    margin-left: 5px;
}
.langdropdown.active i.arrow-down {
    display: none;
}
.langdropdown.active i.arrow-up {
    display: inline-block;
}
.langdropdown i.arrow-up {
    display: none;
}
a.foot_dogovor {
    color: #fff;
    font-size: 17px;
    font-family: Roboto;
    text-decoration-line: underline;
}
.filter_content label {
    color: var(--grey, #807D7C);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    padding-left: 5px;
}
button#reset-filter {
    padding: 0px;
    font-size: 14px;
    line-height: 100%;
    width: auto;
    border: unset;
    text-align: center;
    margin: 0 auto;
    color: #252322;
    margin-top: 15px;
}
button#reset-filter:hover {
    background: transparent;
    color: #fa5b33;
}
div#result {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: flex-start;
}
.term-description {
    margin-top: 30px;
}
.term-description p, .term-description ul li, .term-description ol li {
    color: #807D7C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.term-description ol {
    list-style: auto;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.term-description ul {
    list-style: auto;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.rcp_item_priceday sup {
    font-size: 14px;
    color: #5CBA3B;
}
.ccrb_umovi.umovi_pages {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.ccrb_umovi.umovi_pages sup {
    color: #5CBA3B;
    color: #ff5100;
    font-size: 14px;
    box-sizing: border-box;
}
.ccrb_umovi.umovi_pages p {
    font-size: 12px;
    line-height: 130%;
    display: grid;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
}
.info_text_umovi {
    display: flex;
}
.info_text_umovi p {
    margin-top: 5px;
    margin-left: 5px;
    color: var(--grey, #807D7C);
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.sumovi_content {
    display: grid;
    align-items: center;
    justify-content: flex-start;
}
.info_text_umovi a {
    color: #5CBA3B;
    text-decoration: underline;
}
span.vajno {
    font-size: 16px;
    color: #5CBA3B;
}
.tax_slug_class {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 20px;
}
.related_car_item .tax_slug_class {
    padding: 0px;
    justify-content: space-between;
}
.related_car_item .labitem {
    line-height: 130%;
    padding: 3px 6px;
    font-size: 12px;
}
.labitem {
    display: inline-block;
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 10px;
    color: var(--orange, #5CBA3B);
    background: var(--orange-10, #FFEEE9);
}
.header_burger {
    display: none;
}
picture.scar_mimg img {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 5px;
}
picture.scar_timg img {
    height: 100px;
    object-fit: cover;
    width: 100%;
    /* padding: 0 5px; */
    border-radius: 5px!important;
}
.car_content_left {
    width: 40%;
    float: left;
    display: inline-block;
}
picture.scar_timg {
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.vrccurconvcontainer {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.vrccurconv-menu {
    min-width: auto!important;
}
.vrccurconv-flag {
    display: none!important;
}
/* This CSS file will be loaded at last. Any CSS customization should be placed here */
.vrc-search-results-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}
.car_separator {
    display: none;
}
.car_result {
    border-radius: 3px;
    border: 1px solid var(--grey-10, #E6E1DF);
    background: var(--white, #FFF);
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 20px; */
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}
.vrc-car-result-rightinner-deep {
    flex-direction: column;
}
.vrc-car-name a {
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #262322;
    font-size: 24px;
    font-family:
    'Lora', sans-serif;
}
.vrccaratsdiv {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
span.vrc-carat-cont img {
    height: 32px;
    width: 100%;
}
.vrc-car-lastblock {
    padding: 0px 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}
.vrcstartfrom {
    margin: 0;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.vrcsrowpricediv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
span.car_cost {
    color: #262322;
    text-align: right;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    flex-direction: row-reverse;
}
a.btn.vrc-pref-color-btn {
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    height: 60px;
    width: 100%;
    padding: 15px 30px 15px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: var(--orange, #5CBA3B);
    margin: 0 auto;
    outline: none!important;
    width: 100%;
}
.vrclistgoon {
    display: block;
}
.vrc-car-bookingbtn {
    margin: 0px;
}
.vrc-car-result-inner .vrc-car-category {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 130%;
    padding: 3px 6px;
    color: #5CBA3B;
    background: #FFEEE9;
    border-radius: 4px;
}
.vrc-car-result-left img {
    height: 178px;
    object-fit: cover;
    object-position: center center;
}
.vrc-car-result-description {
    margin: 0px;
    display: none;
}
.vrcdivsearch {
    background: #FFF!important;
    padding: 30px!important;
    background: #fff!important;
    border: none!important;
    border-radius: 4px!important;
}
.vrcdivsearch .vrcsfentrycont label {
    color: #807D7C;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
}
.vrcdivsearch .vrcsfentrycont > div {
    margin: 0px;
}
.vrc-searchmod-wrap-vertical .vrcsfentrysubmit .vrcsearch {
    border-radius: 3px;
    border: 1px solid var(--orange, #5CBA3B);
    display: flex;
    padding: 15px 30px 15px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
    color: var(--orange, #5CBA3B);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    margin-top: 10px;
}
.vrc-searchmod-wrap-vertical .vrcsfentrysubmit .vrcsearch:hover,
.vrc-searchmod-wrap-vertical .vrcsfentrysubmit .vrcsearch:focus {
    transition: all 0.3s;
    background: #5CBA3B;
    color: #FFF;
}
.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate {
    border-radius: 4px;
}
.vrcdivsearch .vrcsfentrycont .vrcsfentryselect select {
    border-radius: 4px;
}
.vrc-searchmod-wrap-vertical > form > div .vrcsfentrycont {
    margin: 10px 0px;
}
.vrc-searchmod-wrap-vertical > form > div .vrcsfentrycont:first-child {
    margin-bottom: 20px;
}
.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate i {
    margin-top: 0px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5bba3c;
    font-size: 20px!important;
}
.vrcdivsearch .vrcsfentrycont select,
.vrcdivsearch .vrcsfentrycont input {
    text-transform: none!important;
}
.vrcclistheadt {
    display: none;
}
.vrcdivsearchmodule {
    padding: 0px!important;
}
.vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit, .vrcdivsearch .button {
    border-radius: 3px;
    border: 1px solid var(--orange, #5CBA3B);
    display: flex;
    padding: 15px 30px 15px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
    color: var(--orange, #5CBA3B);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    outline: none!important;
}
.vrc-cardetails-book-wrap .vrcdivsearch {
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 50px;
}
.vrc-cdetails-cmainimg img {
    border-radius: 6px;
}
.vrc-cdetails-cgroup {
    background: #FFF;
    padding: 20px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #E6E1DF;
}
.vrc-car-name {
    color: #262322;
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 116.667% */
    /* margin-bottom: 0px; */
}
.vrc-cdetails-cgroup .vrclistcarcat {
    border-radius: 0px 0px 8px 8px;
    background: var(--Bg-b-white, #FAF6F5);
    display: inline-block;
    padding: 3px 10px;
}
.vrc-cdetails-cost {
    background: #FFF!important;
    border-radius: 0px 0px 8px 8px!important;
}
.vrc-reqinfo-opener,
.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit input {
    border-radius: 3px!important;
    background: #5CBA3B!important;
    padding: 15px 30px!important;
    color: #FFF!important;
    font-family: Roboto!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: 20px!important; /* 125% */
    border: none;
}
.vrc-reqinfo-opener:hover, .vrc-reqinfo-opener:focus {
    background-color: #EA552C!important;
}
.vrc-car-carats, .vrc-showprc-car-carats {
    background: #FFF;
    box-shadow: none;
    border: none;
    border-radius: 6px 6px 0px 0px;
}
.vrc-cardetails-legend {
    margin-top: 0px;
    background: #FFF;
    border-radius: 0px;
    padding: 10px 20px;
}
form .vrcselectm {
    min-width: 150px;
}
.vrc-avcals-container {
    background: #FFF;
    padding: 10px 20px;
    border-radius: 0px 0px 6px 6px;
}
.vrc-car-result-characteristics .vrccarcarat img {
    width: 24px;
    height: 24px;
    max-width: 100%;
    object-fit: contain;
    display: flex;
}
.booknow {
    color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    min-height: 100%!important;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    padding: 15px 30px 15px 28px!important;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: var(--orange, #5CBA3B)!important;
    margin: 0 auto!important;
    outline: none!important;
    width: 100%;
}
.vrc-car-result-dailycost {
    color: #5bba3c;
    font-weight: 500;
    letter-spacing: 0px;
}
.vrc-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    margin: 0px;
    border-radius: 3px;
    border: 1px solid #E6E1DF;
    background: #FFF;
}
.tablenav.bottom {
    display: flex;
    align-items: center;
}
.tablenav-pages-navspan.button.disabled {
    border: 1px solid #ddd!important;
    padding: 10px!important;
    width: 32px!important;
    height: 32px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 4px!important;
    background: #FFF!important;
}
span.pagination-links {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 10px!important;
}
.tablenav-pages {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 30px!important;
}
a.next-page.button {
    width: 32px!important;
    height: 32px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border: 1px solid #EA552C!important;
    border-radius: 4px!important;
    color: #5CBA3B!important;
}
a.btn.vrc-pref-color-btn-secondary {
    font-size: 16px!important;
    font-family: 'Roboto'!important;
    background: #FFF!important;
    border-radius: 4px!important;
    padding: 15px 30px!important;
    width: 100%!important;
    color: #5bba3c!important;
    font-weight: 500!important;
    border: 1px solid #E6E1DF!important;
}
a.btn.vrc-pref-color-btn-secondary:hover, a.btn.vrc-pref-color-btn-secondary:focus {
    background: #5bba3c!important;
    color: #fff!important;
    transition: all 0.3s!important;
}
.vrc-oconfirm-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.btn.vrc-pref-color-btn-secondary {
    font-size: 16px!important;
    font-family: 'Roboto'!important;
    background: #FFF!important;
    border-radius: 4px!important;
    padding: 15px 30px!important;
    width: 100%!important;
    color: #5bba3c!important;
    font-weight: 500!important;
    border: 1px solid #E6E1DF!important;
    height: 52px!important;
}
a.btn.vrc-pref-color-btn-secondary:hover, a.btn.vrc-pref-color-btn-secondary:focus {
    background: #5bba3c!important;
    color: #fff!important;
    transition: all 0.3s!important;
}
.vrc-itinerary-summary {
    border-radius: 4px!important;
    background: #FFF!important;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete > *:before {
    color: #5bba3c!important;
    border: 2px solid #5bba3c!important;
}
.vrcstepsbarcont .vrc-stepbar > li > *:before {
    width: 24px!important;
    height: 24px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    line-height: 100%!important;
    font-family: 'Roboto'!important;
    font-size: 16px!important;
}
.vrcstepsbarcont .vrc-stepbar > li > * {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete > *:hover:before {
    background: #5bba3c!important;
    color: #fff!important;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-current > *:before {
    background: #5CBA3B!important;
    border: 2px solid #5CBA3B!important;
}
.vrcstepsbarcont .vrc-stepbar li a:hover {
    color: #5CBA3B!important;
}
.vrc-showprc-prices-inner .vrc-showprc-price-row:hover, .vrc-showprc-prices-inner .vrc-showprc-price-row.vrc-showprc-price-selected {
    border-color: #5bba3c!important;
}
.vrcrentforlocs {
    border-radius: 4px!important;
    background: #FFF!important;
}
.vrc-oconfirm-summary-car-wrapper {
    background: #FFF!important;
}
.vrc-oconfirm-summary-total-wrapper {
    background: #FFF!important;
}
.vrccustomfields {
    background: #FFF!important;
    margin-bottom: 30px!important;
}
.p_page {
    padding: 50px 0px;
}
.vrcdivsearch .vrclocationsbox {
    display: none;
}
/* =============================================================== */
/* ========================= MEDIA STYLE ========================= */
/* =============================================================== */
@media (min-width:992px) {

}
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
@media (max-width: 992px) {
    .preim_fontext {
        width: 100%;
    }
    picture.scar_timg {
        padding: 0px;
    }
    picture.scar_mimg img {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
    }

    picture.scar_timg img {
        height: 65px;
        object-fit: cover;
        width: 100%;
    }
    .list_avtopark {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .preim_content_right {
        grid-template-columns: 1fr;
    }
    .preim_content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .popavto_content {
        grid-template-columns: 1fr;
    }
    .umovi_content {
        grid-template-columns: 1fr;
    }
    .contacts_list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contacts_bg {
        height: auto;
    }
    .footer_top {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 35px;
    }
    .footer_menu ul.menu {
        grid-template-columns: 1fr;
        row-gap: 5px;
        column-gap: 15px;
    }
    .footer_bottom {
        gap: 15px;
    }
    .preim_icon {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .preim_item_title {
        text-align: center;
        font-size: 16px;
        line-height: 140%;
    }
    .preim_item_desc {
        text-align: left;
    }
    .preim_content_desc {
        margin-bottom: 0px;
    }
    .mp_preim {
        padding: 40px 0px;
    }
    .mp_banner_bg {
        padding: 40px 0px;
    }
    .mp_banner_content h1 {
        font-size: 45px;
        line-height: 130%;
        /* margin-bottom: 30px; */
    }
    .mp_popavto {
        padding: 40px 0px;
    }
    a.src_btn {
        height: 40px;
    }
    .src_img img {
        object-fit: contain;
        height: 178px;
    }
    .umovi_container {
        padding: 40px 0px;
    }
    .mp_umovi h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .faq_title {
        padding: 15px 30px 10px 15px;
        font-size: 16px;
        line-height: 130%;
    }
    .faq_title:after {
        margin-right: 15px;
    }
    .faq_block > .faq_title.active {
        margin: 0 15px;
    }
    .faq_block > .faq_answer p {
        margin-top: 15px;
    }
    .faq_block > .faq_answer {
        padding: 0px 15px;
    }
    .umovi_content_right_box {
        padding: 20px;
    }
    .mp_seotext {
        padding: 40px 0px;
    }
    .mp_seotext h2 {
        font-size: 28px;
        line-height: 130%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .mp_seotext h3 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 130%;
    }
    .mp_seotext_imgbg {
        width: 100%;
        margin-top: 30px;
        height: 150px;
        background-size: cover;
        background-position: center center;
    }
    .contacts_bg {
        padding: 40px 0px;
    }
    .contacts_bg h2 {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 130%;
    }
    .contacts_list_item {
        padding: 20px;
    }
    .cli_gorod {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 5px;
    }
    .cli_adres {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 20px;
    }
    .cli_phones {
        margin-bottom: 20px;
    }
    .cli_grafik {
        font-size: 14px;
        line-height: 130%;
    }
    .footer_content {
        padding: 40px 15px;
    }
    .footer_text p {
        font-size: 15px;
        line-height: 140%;
    }
    .footer_text_title {
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 15px;
    }
    .cat_title {
        font-size: 18px;
        line-height: 130%;
    }
    .catprice {
        font-size: 14px;
    }
    .mpcar_cat {
        background-size: cover;
        height: 130px;
        background-position: center center;
        padding: 5px 10px;
    }
    .header_burger {
        cursor: pointer;
        max-width: 35px;
        min-width: 34px;
        width: 100%;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 50;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        order: 2;
    }
    .header_burger span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #32373c;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        
      transition: 0.3s;
    }
    .header_burger.active span:first-child {
        -webkit-transform: rotate(-45deg) translate(-7px,7px);
        -ms-transform: rotate(-45deg) translate(-7px,7px);
        transform: rotate(-45deg) translate(-7px,7px)
    }
    .header_burger.active span:nth-child(2) {
        width: 0
    }
    .header_burger.active span:last-child {
        -webkit-transform: rotate(45deg) translate(-6px,-6px);
        -ms-transform: rotate(45deg) translate(-6px,-6px);
        transform: rotate(45deg) translate(-6px,-6px)
    }
    .header_desctop {
        display: block;
    }
    .header_menu {
        display: none;
    }

    .header_phone {
        display: none;
    }
    .lang_dropdown {
        order: 1;
    }
    .header_logo {
        order: 0;
    }
    .main_wrapper:has(#wpadminbar) .header_desctop {
        margin-top: 45px;
    }
    .header_content {
        gap: 15px;
        grid-template-columns: auto auto auto;
        padding: 10px 10px;
        justify-content: space-between;
    }
    .mobile_menu .header_logo a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .mobile_menu .header_logo a img {
        height: 60px!important;
        width: 100%;
        object-fit: contain;
    }
    .mobile_menu ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        row-gap: 10px;
    }
    .mobile_menu ul.menu li.menu-item-has-children {
        display: grid;
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
    .mobile_menu ul.sub-menu {
        position: relative;
        margin-left: 0px;
        margin-top: 5px;
        min-width: unset;
        z-index: 2;
        border-radius: unset;
        box-shadow: unset;
        background: transparent;
        list-style: disc;
        padding-left: 30px;
        margin-bottom: 0px;
        padding-right: 40px;
        display: grid;
        row-gap: 5px;
    }
    ul.sub-menu li a {
        padding-left: 0px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .mobile_menu ul.sub-menu li {
        border-bottom: unset;
    }
    .mobile_menu span.caret {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
    }
    .breadcrumb {
        padding: 5px 0px;
    }
    .sigle_page {
        padding: 15px 0px;
    }
    h1.page_title {
        font-size: 28px;
        line-height: 130%;
    }
    h1.page_title:after {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .kf_content {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .kf_content_left_descbold {
        margin-bottom: 0px;
    }
    .kf_content_left_descbold p, .kf_content_left_descbold ul li, .kf_content_left_descbold ol li {
        font-size: 16px;
        line-height: 130%;
    }
    .kontent_foto {
        padding-bottom: 30px;
    }
    .preimushhestva {
        padding: 20px 0px 20px;
    }
    .preim_box {grid-template-columns: 1fr 1fr;gap: 10px;}
    .ourcommand h2, .seo_tekst_foto h2 {
        font-size: 26px;
        line-height: 130%;
    }
    .seo_tekst_foto {
        padding: 20px 0px;
    }
    .ourcommand h2:after, .seo_tekst_foto h2:after {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .stf_content {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .sigle_page ul li, .sigle_page ol li, .sigle_page p {
        font-size: 14px;
        line-height: 145%;
    }
    .header_logo a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }
    .header_logo a img {
        height: 40px!important;
        object-fit: contain;
        width: 122px!important;
    }
    .main_header {
        height: 60px;
    }
    .header_logo picture {
        height: 40px!important;
        width: 100%!important;
        object-fit: contain!important;
    }
    .services_page {
        grid-template-columns: 1fr;
        padding: 30px 10px;
        column-gap: 15px;
    }
    .avtopark_descriptions h1 {
        font-size: 28px;
        line-height: 130%;
    }
    .avtopark_descriptions h1:after {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .avtopark_descriptions ul li, .avtopark_descriptions ol li, .avtopark_descriptions p {
        font-size: 14px;
        line-height: 145%;
    }
    .avtopark_descriptions h2 {
        font-size: 26px;
        line-height: 130%;
    }
    .avtopark_descriptions h2:after {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .services_auto_list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .services_auto {
        margin-bottom: 0px;
    }
    .list_classcars {
        grid-template-columns: repeat(2, 1fr);
    }
    .list_classcars .mpcar_cat {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
        height: 130px;
    }
    .avtopark_content {
        grid-template-columns: 1fr;
    }
    .sidebar {
        height: 100%;
        top: unset;
        position: relative;
    }
    div#result {
        grid-template-columns: 1fr;
    }
    .list_cars h1 {
        font-size: 28px;
        line-height: 130%;
        margin-top: 30px;
    }
    .list_cars h1:after {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .filt_field {
        padding: 7px 15px;
        margin-bottom: 10px;
        /* border-radius: unset; */
        /* border: unset; */
    }
    button.orange_btn {
        padding: 10px 15px;
    }
    .car_content_bottom {
        grid-template-columns: 1fr;
    }
    .ccb_right {
        margin-top: 0px;
    }
    a.ccbr_link {
        padding: 10px 15px;
    }
    hr.single_car_line {
        margin: 30px 0px;
    }
    .related_cars_title {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .related_cars_content {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .related_cars {
        padding-bottom: 30px;
    }
    .car_content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .scpanels {
        width: 100%;
        /*! overflow: auto; */
        /* display: flex; */
        align-items: flex-start;
        justify-content: flex-start;
    }
    .breadcrumb a {
        font-size: 12px;
    }
    .breadcrumb span.current-item {
        font-size: 12px;
    }
    .arrowvread {
        padding: 2px;
    }
    .breadcrumb .container span {
        display: flex;
    }
    .breadcrumb .container {
        flex-wrap: wrap;
        row-gap: 5px;
        align-items: center;
        column-gap: 10px;
    }
    .car_content_right, .car_content_left {
        width: 100%;
        display: inline-block;
    }
    .single_car_har {
        grid-template-columns: 1fr 1fr;
    }
    .car_content_right_bottom {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 0 auto;
        max-width: 100%;
    }
    .scpd:nth-child(1), .scprice_table .scpd:nth-child(1), .scprice_table .scpd:nth-child(7) {
        width: 100%;
        /*! max-width: 110px; */
        text-align: center;
        min-height: 50px;
        border-top: 1px solid #ddd;
        border-left: 1px solid #dddd;
    }
    img.scar_timg {
        height: 60px;
        width: 100%;
        object-fit: cover;
    }
    .sctabs {
        display: flex;
        width: 100%;
    }
    .modal_desc.fancybox-content {
        max-width: 100%;
        padding: 20px;
        margin-top: 10%;
    }
    .fancybox-slide--html {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wpforms-container .wpforms-field {
        padding: 10px 0px;
    }
    .car_imgs_slider a.slick-slide {
        margin: 0 5px;
    }
    .car_imgs_slider {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
    }
    .main-arrow {
        width: 45px;
    }
    img.scar_mimg {
        border-radius: 5px;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    i.leftarrow {
        padding: 5px;
        margin-left: 5px;
    }
    i.rightarrow {
        padding: 5px;
        margin-right: 5px;
    }
    .header_lang_burg {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .scprice_table {
        columns: 2;
        gap: 0px;
        width: 100%;
    }
    .scar_tab {
        width: 100%;
        font-size: 14px;
    }
    #bezv:checked ~ .sctabs #bezv-scar_tab, #svod:checked ~ .sctabs #svod-scar_tab, #scvikup:checked ~ .sctabs #scvikup-scar_tab {
        font-size: 14px;
    }
    .scpd {
        padding: 3px 6px;
        width: 100%;
        line-height: normal;
        min-height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scprice_price_days .scpd {
        border-left: unset;
    }
}
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
@media (max-width: 425px) {

}