@import url("base/reset.css");
@import url("base/variables.css");
@import url("base/fonts.css");
@import url("base/base.css");
@import url("base/containers.css");
@import url("base/global.css");

@import url("components/header.css");
@import url("components/contacts.css");
@import url("components/credit-tradein.css");
@import url("components/equip-card.css");
@import url("components/equip.css");
@import url("components/main-banner.css");
@import url("components/modals.css");
@import url("components/models.css");
@import url("components/footer.css");
@import url("components/credit.css");
@import url("components/trade-in.css");
@import url("components/banner-bottom.css");

.hidden {
    display: none;
}

@media screen and (max-width: 500px) {
    /* .swiper-images {
        position: static;
        height: 100%;
    }
    .swiper-button-next {
        left: auto;
        right: 3px;
        bottom: 36%;
        top: auto;
        transform: rotate(270deg);
        background-size: cover;
        width: 15px;
        height: 15px;
    }
    .swiper-button-prev {
        left: 3px;
        bottom: 36%;
        background-size: cover;
        top: auto;
        transform: rotate(270deg);
        width: 15px;
        height: 15px;
    } */
}

.filtered-show,
.showmore-show {
    display: flex;
    opacity: 1;
    transition: 0.3s;
}

.filtered-show,
.showmore-show {
    display: flex;
    opacity: 1;
    transition: 0.3s;
}

.filtered-hide,
.showmore-hide {
    display: none;
    opacity: 0;
}

.js--show-more.hidden {
    display: none;
}

._toggle-hide {
    display: none;

    max-width: 76%;
}

footer.open-info {
    height: auto;
}

footer.open-info ._toggle-hide {
    display: block;
}

@media screen and (max-width: 500px) {
    ._toggle-hide {
        max-width: 100%;
    }
    .footer-links.desk_hide {
        display: flex;

        width: 100%;
        position: static;
    }
    .footer-links.mob_hide {
        display: none;
    }

    .footer-license-text,
    .footer-license-content-text {
        width: 100%;
    }
}

/* 
.container {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 20px;
    width: 100%;
    height: 100%;
} */
.fast-buy .swiper-slide {
    max-width: 380px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.11); /* Тень */
}
.wrapper {
    position: relative;
    overflow: visible;
}
.mySwiper-buy {
    position: unset;
    padding: 20px 15px 25px 18px;
    margin: -20px -15px -25px -19px;
}
.mySwiper-buy > .swiper-button-next {
    width: 40px;
    height: 40px;
    transform: none;
    border: 1px solid #4ba82e;
    right: -85px;
    border-radius: 50%;
    top: 50%;
    left: unset;
    background: none;
    transform: translate(-50%, 0);
}
.mySwiper-buy > .swiper-button-prev {
    width: 40px;
    height: 40px;
    transform: none;
    border: 1px solid #4ba82e;
    right: unset;
    border-radius: 50%;
    top: 50%;
    left: -45px;
    background: none;
    transform: translate(-50%, 0);
}
.fast-buy {
    margin-top: 65px;
    margin-bottom: 65px;
}
.fast-buy__title {
    font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.fast-buy__subtitle {
    font-size: 36px;
    font-weight: 600;
    color: rgba(75, 168, 46, 1);
    text-align: center;
    margin-bottom: 40px;
}
.fast-buy__info {
    padding: 12px;
}
.fast-buy__item-title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.fast-buy__item-subtitle {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 12px;
}
.fast-buy__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(145, 145, 145, 1);
    margin-bottom: 20px;
}
.fast-buy__price p {
    color: rgba(75, 168, 46, 1);
    font-size: 32px;
    font-weight: 700;
}
.fast-buy__price span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: rgba(75, 168, 46, 1);
    border-radius: 43px;
}
.fast-buy__charac {
    display: grid;
    margin-bottom: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.fast-buy__charac-item {
    font-size: 16px;
    display: flex;
    align-items: center;

    gap: 5px;
}
.fast-buy__text-item {
    display: flex;
    align-items: end;
    gap: 4px;
    margin-bottom: 20px;
}
.fast-buy__text-item p {
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}
.fast-buy__text-item span {
    border-bottom: 1px dashed black;
    margin-bottom: 4px;
    display: block;
    width: 100%;
}
.fast-buy__btn {
    margin-top: 40px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 122px;
    background-color: rgba(75, 168, 46, 1);
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
}
.fast-buy__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s;
}
.mySwiper-imgs {
    position: relative;
}
.fast-buy-plashka {
    position: absolute;
    top: 5%;
    left: 3%;
    background-color: white;
    border-radius: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(75, 168, 46, 1);
    font-size: 14px;
    font-weight: 400;
    z-index: 999 !important;
    padding: 8px 16px;
}

.mySwiper-imgs > .swiper-button-next {
    width: 24px;
    height: 24px;
    transform: none;

    right: 0;
    border-radius: 50%;
    top: 50%;
    left: unset;
    background: none;
    transform: translate(-50%, 0);
    background-color: #fff;
    z-index: 999 !important;
}
.mySwiper-imgs > .swiper-button-prev {
    z-index: 999 !important;
    width: 24px;
    height: 24px;
    transform: none;
    right: unset;
    border-radius: 50%;
    top: 50%;
    left: 20px;
    background: none;
    transform: translate(-50%, 0);
    background-color: #fff;
}
.swiper-pagination2 {
    background: rgba(121, 115, 116, 0.73);
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 7px;
    left: 50% !important;
    border-radius: 38px;
    bottom: 15px !important;
    transform: translate(-50%, 0%);
}
.swiper-pagination2 .swiper-pagination-bullet {
    z-index: 999 !important;
    background-color: white;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 1;
    margin: 0 !important;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: rgba(75, 168, 46, 1);
    border: 2px solid white;
    width: 10px;
    height: 10px;
}
.swiper-pagination1 {
    display: none;
}
.mySwiper-imgs img {
    object-fit: cover;
    max-content: 380px;
    position: relative;
    z-index: -1 !important;
    width: 100%;
}
@media (max-width: 1024px) {
    .swiper-button-next1,
    .swiper-button-prev1 {
        display: none;
    }
    .swiper-pagination1 {
        background: rgba(121, 115, 116, 0.73);
        max-width: max-content;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 7px;
        left: 50% !important;
        border-radius: 38px;
        bottom: -25px !important;
        transform: translate(-50%, 0%);
    }
    .swiper-pagination1 .swiper-pagination-bullet {
        background-color: white;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        opacity: 1;
        margin: 0 !important;
    }
    .swiper-pagination1 .swiper-pagination-bullet-active {
        background-color: rgba(75, 168, 46, 1);
        border: 2px solid white;
        width: 10px;
        height: 10px;
    }
    .fast-buy__price p {
        font-size: 26px;
    }
    .fast-buy__charac {
        column-gap: 10px;
    }
    .fast-buy__charac-item {
        font-size: 14px;
        gap: 5px;
    }
}
@media (max-width: 768px) {
    .mySwiper-buy {
        max-width: 380px;
        width: 100%;
    }
    .wrapper {
        display: flex;
        justify-content: center;
    }
    .fast-buy {
        margin-top: 35px;
        margin-bottom: 75px;
    }
    .fast-buy__title {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 1px;
    }
    .fast-buy__subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .mySwiper-imgs img {
        max-width: none;
    }
    .swiper-pagination1 {
        bottom: -35px !important;
    }
    .fast-buy .swiper-slide {
        max-width: max-content;
    }
    .mySwiper-buy {
        padding: 5px;
        margin: -5px;
    }
}
.fast-buy__img-wrapper .swiper-wrapper {
    z-index: -1 !important;
}
.fast-buy__charac-item:nth-child(1) svg,
.fast-buy__charac-item:nth-child(4) svg {
    width: 28px !important;
    height: 26px !important;
    margin-right: 2px;
}
