@charset "UTF-8";


.mb60 {
    margin-bottom: 60px;
}

.catalog-desc {
    line-height: 150%;
}

.catalog-desc h1,
.catalog-desc h2,
.catalog-desc h3,
.catalog-desc h4,
.catalog-desc h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*fixprice start */

body .rp-price {
    display: none;
}

/*fixprice* end */

.header-menu .menu-main-menu-container ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu .menu-main-menu-container ul.sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-menu>nav.main-menu>.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}

.header-menu>nav.main-menu>.menu>.menu-item {
    position: relative;
    display: inline-block;
    margin-right: 0px;
}

.header-menu>nav.main-menu>.menu>.menu-item:last-child {
    margin-right: 0;
}

.header-menu>nav.main-menu>.menu>.menu-item a {
    color: #232325;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}


.header-menu>nav.main-menu>.menu>.menu-item-has-children>a:hover:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 50px;
    width: 100%;
}

.header-menu>nav.main-menu>.menu>.menu-item-has-children {
    position: relative;
    display: inline-block;
    padding-right: 21px;
}



.header-menu>nav.main-menu>.menu>.menu-item-has-children>.sub-toggle {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%23ECB01C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");

    /* background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%23161617' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E"); */

    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
    margin-left: 0px;

}

.header-menu>nav.main-menu>.menu>.menu-item-has-children:hover>a+.sub-toggle {

    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%23ECB01C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");

}

.header-menu>nav.main-menu>.menu .sub-menu {
    position: absolute;
    top: 47px;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    padding: 20px;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 4px 35px 0 #d6d6d6;
    max-width: 350px;
}

.header-menu>nav.main-menu>.menu .sub-menu li {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
    list-style: none;
    text-transform: initial;
}

.header-menu>nav.main-menu>.menu .sub-menu li:last-child {
    margin-bottom: 0;
}


.header-menu>nav.main-menu>.menu>.menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 25;
}

.f-tooltips .f-tooltip .tooltip-content span {
    letter-spacing: 0.3px;
}

.home .accordion-block .accordion-item .accordion-content {
    padding-right: 95px;
    text-align: justify;
}

.sit-wrapper .sit-price {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
}

.spp-items .spp-title>span {
    font-weight: 700;
    text-transform: uppercase;
}

.sp-wrapper .sp-img video {
    pointer-events: none;
}

.product-slider .swiper-slide.video-slide {
    position: relative;
}

.product-slider .swiper-slide.video-slide::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    background-image: url(/wp-content/uploads/2025/06/play-ns.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
    border-radius: 100%;
    background-color: rgba(217, 217, 217, 0.5);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 25px 0 #161617;
}

.product-slider .swiper-slide.video-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.product-slider .swiper-slide.video-slide:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
}

.product-slider .swiper-slide.video-slide:hover::after {
    opacity: 0.5;
}

.home-steps .mask-text {
    left: 9%;
    text-transform: capitalize;
}

.home-steps .container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 42%);
}

.product-item .product-price .per-day span.period {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #8c8c8c;
}

.transport-bajki-i-motocikly .product-price {
    display: flex;
    flex-direction: column;
}

.sp-wrapper .sp-content {
    align-items: start;
    grid-template-rows: auto minmax(35%, auto) 1fr;
}

.product-top {
    gap: 5px;
}

.product-top .product-name {
    letter-spacing: -0.02em;
    font-size: 1.45em;
}

.product-top .n-seats {
    min-width: 115px;
    letter-spacing: -0.02em;
    max-height: 34px;
    width: max-content;
    margin: 0 0 0 auto;
}

.any-ques-content .aq-descr>p {
    margin-bottom: 16px;
}

.sp-wrapper .product-thumbs:not(.full-img-row):before {
    display: none;
}

.product-item .product-bottom {
    height: 100%;
    align-content: space-between;
    align-items: flex-end;
    order: 3;
}

.cat-filter.loading .filter-inputs {
    opacity: 0;
}

.product-item .product-img {
    max-height: 209px;
    order: 2;
}

.product-item .product-top {
    order: 1;
}

#lgsw .trp-ls-shortcode-language>.trp-ls-shortcode-disabled-language {
    display: none;
}

.blog-grid-wrapper .short-descr {
    -webkit-line-clamp: unset;
}

.bii-wrapper .bii-descr {
    text-align: justify;
    font-size: 0.9412em;
}

.page-heading .heading {
    margin-bottom: 24px;
}

.page-heading .heading-descr p {
    margin: 0;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 135%;
    letter-spacing: -0.02em;
    text-align: justify;
}

.blog-inner-page:not(.blog-inner-page_v3)>.page-heading {
    margin-bottom: 70px;
}

.blog-inner-page .page-heading .heading {
    font-size: 64px;
}

.blog-grid-wrapper .bg-heading br {
    display: none;
}

.blog-inner-page_v3 .ph-w-descr .heading-descr {
    margin-bottom: 24px;
}

.blog-grid .bg-heading .ttr {
    min-width: 105px;
}

.header-menu li.current_page_item a[href*="/#"] {
    color: #232325 !important;
}

.header-menu li.current_page_item a[href*="/#"]:hover {
    color: #ECB01C !important;
}

.sp-wrapper .sp-img .product-thumbs .swiper-slide img {
    height: 109px;
    width: 100%;
    object-fit: cover;
}

.sp-wrapper .sp-img .product-thumbs .swiper-slide {
    height: 109px;
}

#steps {
    scroll-margin-top: 0;
}

.mdev .product-item .mwna .btn {
    min-width: 258px;
}

.marquee_img {
    cursor: grab;
    touch-action: pan-x;
}

.marquee_img.is-grabbing {
    cursor: grab;
}

.marquee_img.is-grabbing .js-marquee-wrapper {
    transition: none !important;
    animation: none !important;
}

.marquee_img.is-dragging {
    cursor: grabbing;
}

.js-marquee-wrapper {
    will-change: transform;
}

.rev-img-slide {
    user-select: none;
    -webkit-user-drag: none;
}

/* .spp-premium {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
} */

.idr-cor {
    color: #8c8c8c;
}

@media screen and (max-width: 991px) {
    .home .accordion-block .accordion-item .accordion-content {
        padding-right: 0;
        text-align: left;
    }

    .blog-inner-page .page-heading .heading {
        font-size: 32px;
    }
}

@media screen and (max-width: 1360px) and (min-width: 1301px) {
    .mdev .product-item .product-btn:not(.mwna) .btn {
        padding: 0 36px;
        min-width: 170px;
    }
}

@media screen and (max-width: 1300px) {
    .mdev .product-item .mwna .btn {
        min-width: 178px;
    }
}

@media screen and (max-width: 1300px) {
    .mdev .product-item .mwna .btn {
        min-width: 178px;
    }
}

@media screen and (max-width: 767px) {
    .sit-wrapper .sit-price {
        font-size: 20px;
    }

    .spp-items .spp-title {
        gap: 9px;
    }

    .bii-heading .heading br {
        display: none;
    }

    .blog-inner-page>.page-heading {
        margin-bottom: 67px;
    }

    /* .blog-inner-page .page-heading .heading {
        font-size: 24px;
    } */
    .blog-share .share-title {
        text-align: center;
    }
}


.sp-img-swiper .swiper-button-prev,
.sp-img-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #232325;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sp-img-swiper .swiper-button-prev:hover,
.sp-img-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.sp-img-swiper .swiper-button-prev::after,
.sp-img-swiper .swiper-button-next::after {
    display: none;
}

.sp-img-swiper .swiper-button-prev.swiper-button-disabled,
.sp-img-swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.sp-img-swiper .swiper-button-prev.swiper-button-disabled:hover,
.sp-img-swiper .swiper-button-next.swiper-button-disabled:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.9);
}


.product-slider {
    position: relative;
}

.product-slider .swiper-button-prev {
    left: 15px;
    z-index: 10;
}

.product-slider .swiper-button-next {
    right: 15px;
    z-index: 10;
}


.product-thumbs {
    position: relative;
}

.product-thumbs .swiper-button-prev,
.product-thumbs .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: rgba(35, 35, 37, 0.8);
    color: white;
    font-size: 12px;
}

.product-thumbs .swiper-button-prev:hover,
.product-thumbs .swiper-button-next:hover {
    background: rgba(35, 35, 37, 1);
}

.product-thumbs .swiper-button-prev {
    left: -10px;
}

.product-thumbs .swiper-button-next {
    right: -10px;
}

/* SVG иконки в кнопках */
.sp-img-swiper .swiper-button-prev svg,
.sp-img-swiper .swiper-button-next svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

.product-thumbs .swiper-button-prev svg,
.product-thumbs .swiper-button-next svg {
    width: 16px;
    height: 16px;
}

.cat-filter .price-labels,
.cat-filter .price-display {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-options {
    gap: 10px 15px;
}

.sit-wrapper .si-tour-item {
    height: 100%;
}

.sit-wrapper .si-tour-item_inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sit-wrapper .sit-about {
    flex-grow: 1;
}

.sit-wrapper .sit-price {
    margin-top: auto;
}

footer li.menu-item-6720 {
    display: none !important;
}

footer .f-dev {
    display: flex;
    gap: 3px;
    letter-spacing: 0.4px;
}

footer .f-dev>a {
    text-decoration: underline;
}


.breadcrumbs {
    margin-bottom: 10px;
}

.breadcrumb-list {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.breadcrumb-item {
    margin: 0;
}

span.separator,
.bc-link {
    font-weight: 500;
    font-size: 12px;
    color: #232325;
    color: #8c8c8c;
}

span.separator {
    display: inline-flex;
    width: auto;
    margin-left: 4px;
}

a.bc-link {
    color: #8c8c8c;
    color: #232325;
}

.breadcrumbs-colored .bc-link {
    color: rgb(191 191 191);
}


.breadcrumbs-colored.breadcrumbs-fix .breadcrumb-list li:nth-child(2) a.bc-link,
.breadcrumbs-colored.breadcrumbs-fix .breadcrumb-list li:nth-child(2) span.separator {
    color: #fff;
}

.dark-color .breadcrumbs-colored .bc-link,
.dark-color .breadcrumbs-colored.breadcrumbs-fix .breadcrumb-list li:nth-child(2) a.bc-link,
.dark-color .breadcrumbs-colored.breadcrumbs-fix .breadcrumb-list li:nth-child(2) span.separator {
    color: rgb(35 35 37 / 50%);
}

.single-product-page .breadcrumb-item:first-child .separator,
.dark-color .breadcrumbs-colored a.bc-link {
    color: #232325;
}

.breadcrumbs-colored a.bc-link,
.breadcrumbs-colored span.separator {
    color: #232325;
}


.catalog-start:not(.dark-color) .breadcrumbs-colored a.bc-link,
.catalog-start:not(.dark-color) .breadcrumbs-colored span.separator {
    color: #fff;
}

body.tax-body_type,
body.tax-special_category,
body.tax-transport_type,
body.post-type-archive-catalog {
    padding-top: 0;
}

.catalog-page .catalog-start.svh,
.start-screen .swiper-slide {
    min-height: 100svh;
    height: auto;
}

.admin-bar .catalog-page .catalog-start.svh,
.admin-bar .start-screen .swiper-slide {
    min-height: calc(100svh - 32px);
}

.catalog-page .catalog-start.svh .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 200px;
}

.footer-menu .menu .current-menu-item>a {
    color: #fed42b;
}

.f-icons svg path {
    fill: #fed42b;
}

.f-help svg path {
    stroke: #fed42b;
}

.any-ques-content {
    max-width: 552px;
}

.header-menu>nav.main-menu>.menu>.menu-item a[href="#"] {
    cursor: default;
}

.ckeditor-spoiler-block {
    --size: 340px;
    max-height: var(--size);
    position: relative;
    overflow: hidden;
    transition: all 1s;
}

.ckeditor-spoiler-block:not(.all):not(.show)::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: calc(137px - (var(--size) - 100%));
    bottom: 0;
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 0, #f1f1f1 147px);
    transition: all 1s;
}

.ckeditor-spoiler-block.show::after {
    opacity: 0;
    pointer-events: none;
}

.ckeditor-spoiler-block.show {
    max-height: calc(40px + var(--max-h, 100%));
    padding-bottom: 40px;
}

.ckeditor-spoiler-block__more {
    display: inline-block;
    text-decoration: underline dotted;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    z-index: 3;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    transition: all 1s;
    background: #f1f1f1;
}

.ckeditor-spoiler-block.all .ckeditor-spoiler-block__more {
    display: none;
}

.catalog-section+#reviews {
    margin-top: 100px;
}

.comment-success-message.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4CAF50;
    color: white;
    padding: 20px 40px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    animation: fadeInScale 0.3s ease;
}

.comment-success-message.inline {
    background: #4CAF50;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    animation: slideDownInline 0.3s ease;
}

#reply-title {
    display: none;
}

@keyframes slideDownFixed {
    from {
        opacity: 0;
        transform: translate(-50%, -20px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes slideDownInline {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.comment .like {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.single-articles .similar-proudcts.mb70 {
    margin-bottom: 70px;
}

#commentform .form-submit,
.reply-item p,
.cls-comments .comment-item:last-child {
    margin-bottom: 0;
}


.comment-item > .comment-item.reply-item:not(:last-child) {
    margin-bottom: 30px;
}

.reply-item .comment-text {
    margin-bottom: 8px;
}

.header-wrapper > .logo {
    display: flex;
}

@media (min-width: 1441px) {
    .inshura.br-fix .heading-descr br {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1440px) {
    body .catalog-start-cat .cat-start-img {
        max-width: 50%;
    }
}

@media (max-width: 1240px) {
    .header-menu>nav.main-menu>.menu {
        gap: 18px;
    }
}

@media (min-width: 992px) {
    .catalog-start-cat .cat-start-img {
        right: 5%;
    }
}

@media (min-width: 768px) {
    .catalog-start .catalog-start-wrapper {
        max-width: 60%;
    }

    .cat-filter-new .cfn-heading,
    .cat-filter-new .cfn-descr {
        text-align: center;
    }

    .cat-filter-new .filter-items {
        justify-content: center;
    }

    #faq .hwt .heading-descr:before,
    #reviews .hwt .heading-descr:before {
        display: none;
    }

    #faq .hwt .heading,
    #reviews .hwt .heading {
        top: 0;
        position: relative;
    }
}

@media (max-width: 768px) {
    .admin-bar .catalog-page .catalog-start.svh,
    .admin-bar .start-screen .swiper-slide {
        min-height: calc(100svh - 46px);
    }

    body .any-ques-content,
    body .choose-us .chu-heading {
        text-align: left;
    }

    .product-slider .swiper-button-prev {
        left: 10px;
    }

    .product-slider .swiper-button-next {
        right: 10px;
    }

    .product-thumbs .swiper-button-prev,
    .product-thumbs .swiper-button-next {
        width: 28px;
        height: 28px;
        margin-top: -14px;
    }

    .product-thumbs .swiper-button-prev {
        left: -8px;
    }

    .product-thumbs .swiper-button-next {
        right: -8px;
    }

    .sp-wrapper .sp-content {
        grid-template-rows: unset;
    }
    #commentform .form-submit {
        grid-column: 1 / 3;
    }
    
    #commentform .form-submit [type="submit"] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .catalog-start-cat picture {
        margin: auto 0 0 0;
    }

    .sp-img-swiper .swiper-button-prev,
    .sp-img-swiper .swiper-button-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .product-slider .swiper-button-prev {
        left: 5px;
    }

    .product-slider .swiper-button-next {
        right: 5px;
    }
}