.category-desc {
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px;
    padding: 20px 0 40px;
    border-bottom: 1px solid #e7e7e7;
}

.category-image {
    flex: 1;
    margin-right: 10px; /* Добавьте отступ между изображением и описанием, если нужно */
}

.category-image img {
    width: 100%;
    min-width: 305px;
    max-width: 305px;
    border-radius: 8px 0 0 8px;
}

.category-description {
    flex: 3;
    padding: 0 0 0 30px;
    font-size: 16px;
}

.article-details .left-sidebar, .article-details .right-sidebar {
    position: sticky;
    top: 20px;
    z-index: 9999; /* Добавьте это, если другие элементы могут перекрывать */
}

.view-article .article-details  {
    margin-top: 18px;
    position: relative;
}

/*#catgories-101 .catgories-column, .sppb-addon-article {
    border: 1px solid #c9d7e3;
    border-radius: 8px;
}*/
.catgories-column a:hover h3{
    color: #282828;
}

.catgories-column a h3{
    color: #095191;
}

/*#catgories-101 .catgories-column img, .sppb-addon-article img {
    border-radius: 8px 8px 0px 0px;
}*/

.col-md-9 .sppb-row-container {
    padding: 0;
}

.sppb-addon-article h3{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
}

/*.sppb-addon-article h3 a{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #282828;
}*/
.sppb-addon-article h3 a:hover{
    color: #256e93;
}
.sppb-article-info-wrap .sppb-meta-category a:hover {
    color: #434343;
}

/*.sppb-addon-article .sppb-article-info-wrap {
    padding: 20px 15px;
}*/

.sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext {
    color: #8d8d8d;
}
.catgories-column .sppb-addon-single-image-container, .sppb-addon-article {
  position: relative;
}


.sppb-addon-article,
.article-intro-image,
.sppb-addon-single-image-container,
.article-full-image 
{
  position: relative;
}
.sppb-addon-article img,
.article-intro-image img,
.catgories-column .sppb-addon-single-image-container img,
.article-full-image img
{
  transition: filter 0.3s ease; /* Добавляем плавный переход */
}
.sppb-addon-article:hover img,
.catgories-column .sppb-addon-single-image-container:hover img,
.article-intro-image:hover img,
.article-full-image:hover img
{
  filter: brightness(0.7); /* Затемнение картинки при наведении */
}

.logo .logo-image-phone {
    height: 40px;
}
.article-details .article-details-intro {
    padding: 0 0 0 0px;
}

.article-list .article,
.child-category
{
    border: none;
    border-radius: 0px;
}

.article-list .article .article-body {
    padding: 10px 0px 0px;
}

#search-results .query-required {
    display: none;
}

#search-form .ads {
    display: none;
} 

.sppb-addon-articles .sppb-article-meta>span {
    margin: 0px;
    color: #888;
    font-size: 16px;
}


.left-sidebar .menu {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}


.left-sidebar ul.menu {
    list-style: none; /* Убираем маркеры списка */
    padding: 0; /* Убираем отступы по умолчанию */
}

.left-sidebar ul.menu li {
    margin-bottom: 0px; /* Пространство между элементами списка (по желанию) */
}

.left-sidebar ul.menu li a {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 0px 15px;
    margin: -1px 0 0px;
    line-height: 34px;
    width: 100%;
    display: inline-block; /* Изменено на inline-block */
}

.left-sidebar ul.menu-child {
    list-style: none; /* Убираем маркеры у дочерних списков */
    padding: 0 0 0 15px; /* Убираем отступы у дочерних списков */
    margin-right: -15px;
}

.left-sidebar ul.menu-child li {
    margin-bottom: 0px; /* Пространство между элементами дочернего списка (по желанию) */
}

.left-sidebar ul.menu-child li a {
    text-decoration: none; /* Убираем подчеркивание у ссылок в дочернем списке (по желанию) */
}

.left-sidebar ul.menu-child {
    list-style: none; /* Убираем маркеры у дочерних списков */
    padding: 0 0 0 15px; /* Убираем отступы у дочерних списков */
    margin-right: -15px;
    display: none; /* Изначально скрываем субпункты */
}

.left-sidebar ul.menu-child.active {
    display: block; /* Показываем субпункты при активной главной ссылке */
}
/* Стили для активной главной ссылки */
.left-sidebar ul.menu li.active > a {
    background-color: #0e346a; /* Цвет фона */
    color: #ffffff; /* Цвет текста */
}

/* Стили для активной дочерней ссылки */
.left-sidebar ul.menu li.active li.active > a {
    background-color: #4174b1; /* Другой цвет фона */
    color: #fff; /* Другой цвет текста */
}



/* Тень только слева и справа для всех дочерних ссылок */
.left-sidebar ul.menu li li a {
    box-shadow: 0px 0 0px 0px rgba(169, 169, 169, 0.5), -10px 0 20px -10px rgba(169, 169, 169, 0.5); /* Тень слева и справа для дочерних ссылок */
}

/* Тень только слева и справа для всех дочерних ссылок */
.left-sidebar ul.menu li a {
    box-shadow: 10px 0 20px -10px rgba(169, 169, 169, 0.5), 0px 0 0px 0px rgba(169, 169, 169, 0.5); /* Тень слева и справа для дочерних ссылок */
}

/* Стили для кнопок */
.left-sidebar ul.menu li a.button {
    position: relative;
    z-index: 2; /* Значение z-index для кнопок (любое число больше, чем у тени) */
}

.child-category img {
    border-radius: 8px 8px 0 0;
}

.child-category .category-content {
    padding: 20px 15px;
}

.child-category {
    margin: 0 0 30px;
}

.child-category .category-content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;

}

.child-category .category-content h4 a:hover {
    color: #282828;
}

.child-category .child-category-desc {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 22px;
}
.cat-children .category-title {
    margin: 0 0 10px;
}
.child-category-desc,
.article-introtext {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Ограничение количества строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-introtext p {
    line-height: 22px;
}
.child-title-products {
    margin: 0 0 18px;
}
.cat-children {
    display: none;
    padding: 0px 0 30px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 40px!important;
}

.product-img-1 img{
    border-radius: 10px 0 0 10px!important;
}
.product-img-2 img{
    border-radius: 0 10px 10px 0!important;
}


#product-table  table {
    float: left;
    font-family: roboto-regular,sans-serif;
    font-weight: 400;
    letter-spacing: .015em;
    line-height: 1.5;
    border-bottom: 2px solid #eff0f1;
    color: #444;
    font-size: 14px!important;
}

#product-table .columns-2 {
    width: 20%;
}

#product-table thead td {
    background-color: #4174b1!important;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 7px;
}
#product-table td {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    border: 1px solid #eff0f1!important;
}

#product-table th {
    border: 1px solid #eff0f1!important;
}

#product-table .article-group-title {
    font-family: roboto-medium,roboto-regular,sans-serif;
    font-size: inherit;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 7px;
}
#product-table .article-numbers {
    border: none;
    float: none;
    margin: 0;
    table-layout: auto;
    width: auto;
}
#product-table .article-numbers td {
    border: none!important;
    padding: 0;
}
#product-table .article-numbers td+td {
    padding-left: 18px;
}

#product-table tbody td {
    padding-bottom: 11px;
    padding-top: 15px;
}
.sppb-table-style > tbody > tr:first-child > td {
    background-color: #4174b1;
    color: #fff;
}

.sppb-table-style table.article-numbers > tbody > tr > td {
    background-color: transparent;
}

/* Стили для мобильных устройств */
@media only screen and (max-width: 767px) {
    .sppb-table-style {
        width: 100%;
        overflow-x: auto; /* Включаем горизонтальную прокрутку */
        display: block;
    }

    .sppb-table-style td {
        box-sizing: border-box;
        text-align: center;
        padding: 8px;
    }
}

/* Стили для мобильных устройств */
@media only screen and (max-width: 767px) {
    .category-desc {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 0;
    }

    .category-image {
        margin-right: 0;
        margin-bottom: 10px; /* добавленный отступ между изображением и описанием */
    }

    .category-description {
        padding: 0;
        font-size: 14px; /* Уменьшаем размер шрифта для лучшей читаемости на маленьких экранах */
    }
    .article-details {
    margin-top: 20px;
    position: relative;
    }
    .blog-list-wrapper {
        margin-top: 30px;
    }
    .child-category img {
        width: 100%;
    }
    .category-image img,
    #catgories-101 .catgories-column img,
    .addons-articles-style .sppb-article-img-wrap img {
        width: 100%;
        min-width: 305px;
        max-width: 100%;
        border-radius: 8px 8px 0 0;
    }
    .product-img-1 img{
    border-radius: 8px 8px 0 0!important;
    }
    .product-img-2 img{
        border-radius: 8px 8px 0 0!important;
    }   
}
.container .container {
    padding-left: 15px;
    padding-right: 15px;
}
.container .container .container{
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 1199px) {
    #sp-header {
        padding-left: 0px!important;
    }
}
@media (max-width: 767px) {
    .flex-order-md-1 {
        order: 1;
    }

    .flex-order-md-2 {
        order: 2;
    }
}
@media (max-width: 991px) {
    #sp-header .logo {
        margin: 8px 0 0 0px;
    }
}
.blog-list-wrapper h2  {
    color: #282828;
}
.img-vaist img:hover {
    opacity: 1!important;
}
.img-vaist img {
    opacity: 0.85!important;
}

#sp-page-builder .page-content .sppb-section:not(div.sppb-section):first-child {
    margin-top: 0px;
}
#sp-header {
    background: #FAFAFA;
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-left: 40px;
}
#sp-header.header-sticky {
    background-color: #1e1e1eed;
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1);
}

.header-sticky .logo-image {
    height: 70px;
}
.vrc-car-result-left {
    flex-basis: 30%;
    padding: 0px;
}
.car_separator {
    margin-top: 40px;
}
.vrcclistheadt {
    margin: 0 0 10px;
}
.vrccatdescr {
    margin-bottom: 40px;
}
.vrc-car-result-inner .vrc-car-category {
    display: none;
}
.vrclistgoon a, .vrclistgoon a:visited, .vrclistgoon a:link, .vrclistgoon a:active, .vrcconfnumbsubm input {
    background: #f4aa47;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.0;
    margin: 10px 0;
    padding: 10px 35px 8px;
}
.vrclistgoon a:hover {
    background: #767676;
}
.vrc-car-result-left .imgresult {
    border-radius: 10px 0px 0px 10px;
}
.car_result {
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0px 10px 13px #e1e1e1;
}
.vrc-car-result-inner {
    padding: 30px 15px 15px 30px;
    min-height: auto!important;
}
.vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit, .vrcdivsearch .button {
    background: #f4aa47;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
}
.vrcdivsearch .vrcsfentrysubmit input.vrcdetbooksubmit:hover, .vrcdivsearch .button:hover {
    background: #767676;
}
.vrc-cdetails-cgroup .vrc-car-name {
    font-weight: bold;
    font-size: 30px;
    color: #f4aa47;
}
.vrc-cdetails-cost {
    border-top: none;
    margin: 15px 0 10px;
    padding: 10px 15px;
    text-align: right;
    background: #f4aa4738;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete > *:before {
    color: #f4aa47;
    border: 2px solid #f4aa47;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-current > *:before {
    color: #fff;
    background: #f4aa47;
    border: 2px solid #f4aa47;
}
.vrc-car-name {
    font-weight: bold;
    font-size: 26px;
    color: #f4aa47;
}
.vrc-car-bookingbtn .vrc-pref-color-btn,
.booknow,
.vrc-pref-color-btn

 {
    background: #f4aa47;
    padding: 10px 35 px;
    color: #fff;
}
.vrc-car-bookingbtn .vrc-pref-color-btn:hover,
.booknow:hover,
.vrc-pref-color-btn:hover {
    background: #767676;
    color: #fff;
}
.vrcstepsbarcont .vrc-stepbar li a:hover {
    color: #f4aa47;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-complete > *:hover:before {
    background: #f4aa47;
    color: #fff;
}
.vrc-showprc-prices-inner .vrc-showprc-price-row:hover, .vrc-showprc-prices-inner .vrc-showprc-price-row.vrc-showprc-price-selected {
    border-color: #f4aa47;
    cursor: pointer;
}
.vrc-showprc-price-row-cell-first label, .vrc-showprc-price-row-cell-first .form-label {
    color: #000000;
    font-weight: normal;
    margin-bottom: 0px;
}
.vrc-car-result-dailycost {
    margin: 7px 0 0;
    letter-spacing: -0.4px;
    color: #f4aa47;
}
.vrc-goback-block .vrc-pref-color-btn-secondary {
    background: #767676;
    padding: 10px 35 px;
    color: #fff;
}
.vrc-goback-block .vrc-pref-color-btn-secondary:hover {
    background: #424242;
    color: #fff;
}
.car_title .vrhword,
.vrcrentalforone {
    font-weight: bold;
    font-size: 26px;
    color: #f4aa47;
}
.vrc-itinerary-confirmation h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.vrccustomfields {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
}
.successmade {
    background: no-repeat scroll 10px center #E0F5DB !important;
    border: 1px solid #AFDDA5 !important;
    border-radius: 5px;
    color: #457313;
    font-weight: bold;
    margin: 80px 0 70px;
    padding: 20px !important;
}
.vrcordcancbox #vrcopencancform {
    display: inline-block;
    background: #f4aa47;
    color: #fff;
    border-radius: 2px;
    white-space: break-spaces;
    padding: 10px 20px;
}
.vrcordcancbox #vrcopencancform:hover {
    background: #767676;
}
.vrc-availability-month-name {
    background: #f6f6f6;
    color: #f4aa47;
}
.vrc-availability-car-details-left {
    margin: 0 20px 0 0;
    width: 35%;
}
.vrc-availability-car-details-right {
    width: 60%;
    top: 15px;
    position: absolute;
}
.vrc-availability-car-details-right h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    color: #f4aa47;
}
.vrc-availability-controls {
    margin: 40px 0 30px;
}
.vrc-availability-car-container {
    margin: 30px 0 50px;
    border-top: none;
    border-bottom: none;
    box-shadow: 0px 10px 20px #bfbfbf;
    border-radius: 10px;
}
.vrc-availability-car-details-left img {
    border-radius: 10px 0px 0px  0px;
}
.vrc-availability-car-details .vrc-availability-car-details-left img {
    margin: 0 15px -7px 0;
    width: 100%;
}

@media screen and (max-width: 660px) {
    .vrc-car-result-left .imgresult {
        border-radius: 10px 10px 0px 10px;
    }
    .car_result .vrc-car-result-inner {
        width: 96%;
        padding: 20px 15px;
        left: auto;
        min-height: inherit !important;
    }
    .vrc-cdetails-cmainimg img {
        border-radius: 10px 10px 0px 10px;
    }
}
#sp-position-1 {
    display: none;
}
.view-carslist #sp-position-1 {
    display: inherit;
}
 

@media (min-width: 1906px) {
    #sp-header .container {
        max-width: 1860px;
    }
}
.mod-languages {
    padding-left: 40px;
    padding-top: 0px;
}
.offcanvas-inner .mod-languages {
    padding-left: 0px;
    padding-top: 0px;
}
.offcanvas-menu .offcanvas-inner .menu-child li {
    margin-bottom: 10px;
}


div.mod-languages .lang-inline li {
    margin: 0;
}
#sp-header .container {
    max-width: 100%;
}


.gallery101 .sppb-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px;
}

.gallery101 .sppb-gallery li {
    list-style: none;
    position: relative;
    overflow: hidden;
}

.gallery101 .sppb-gallery li a {
    display: block;
    position: relative;
}

.gallery101 .sppb-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery101 .sppb-gallery li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery101 .sppb-gallery li a:hover::after {
    opacity: 1;
}

/* Desktop: 6 images per row */
@media (min-width: 1024px) {
    .gallery101 .sppb-gallery {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Tablet: 3 images per row */
@media (min-width: 768px) and (max-width: 1023px) {
    .gallery101 .sppb-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile: 2 images per row */
@media (max-width: 767px) {
    .gallery101 .sppb-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery101 .clearfix::before,
.gallery101 .clearfix::after {
    content: "";
    display: none;
}
#sp-menu {
   margin-top: 8px; 
}
#sppb-addon-MuggjUOxQFwfpIR7tLh5g .sppb-addon-header:hover .sppb-addon-header, 
#sppb-addon-MuggjUOxQFwfpIR7tLh5g a:hover .sppb-addon-title, 
#sppb-addon-MuggjUOxQFwfpIR7tLh5g .sppb-addon-title:hover 
{
    color: #ffffffcf!important;
}