body {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    position: relative;
    background-image: url('/boost-vip/img/fighter.jpg');
    background-size: cover -> contain;
    background-repeat: no-repeat;
    background-position: center -125px;
}

p {
    margin: 0;
}

.dropdown-toggle::after {
    content: '';
    border: none;
}

.display-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 соотношение */
    overflow: hidden;
}

.display-16-9 > iframe, .display-16-9 > embed, .display-16-9 > video, .display-16-9 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clear {
    font-weight: bold;
    font-size: 18px;
}

/* Header */
header .search-form-wrapper {
    background-color: #363636;
}

header .search-form-wrapper input {
    border: 0;
    color: white;
    background-color: #363636;
    width: 125px;
}

header .search-form-wrapper input::placeholder {
    color: white;
}

header .search-form-wrapper input:focus {
    outline-width: 0;
    background-color: #363636;
}

/* Main */
main {
    font-weight: 500;
}

/* Navigation */
.navigation {
    margin-top: 300px;
}

.navigation .nav-item {
    background-color: rgba(255, 255, 255, 0.2);
}

.navigation .nav-item .dropdown-menu.show {
    border: 0;
    background-color: #363636;
}

/* Best */
.best .best-item {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Card */
.assembly-card {
    background-color: rgba(255, 255, 255, 0.2);
}

.assembly-card-title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.assembly-button-go {
    background-color: #9d0000;
}

.assembly-card-buttons-point {
    padding-bottom: 2.3rem;
}

/* Pagination Custom */
.pagination-custom {
    font-size: 18px;
}

.pagination-custom .page-item {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
}

.pagination-custom .page-item.active {
    background-color: #9d0000;
}

.downloads-counter {
    top: 10px;
    left: 10px;
    font-size: 14px;
    background-color: rgb(192, 192, 192);
    border-radius: 10px;
    padding: 2px 4px;
    color: #9d0000;
}

.downloads-counter i {
    margin-left: 1px;
}

/* Swiper */

.swiper {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.swiper-container {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #9d0000;
}

.btn-download {
    font-size: 21px;
    width: 100%;
    margin-top: 0.5rem;
}

.btn-download:first-child {
    margin-top: 0;
}

#assemblies .swiper-container {
    width: 100%;
}

@media (max-width: 768px) {
    body {
        background-position: center 0;
    }

    .navigation {
        margin-top: 3rem;
    }
}

@media (min-width: 425px) {
    .swiper-container {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .btn-download {
        width: auto;
        margin-top: 0;
    }

    .btn-download:last-child {
        margin-top: 0.5rem;
    }
}

@media (min-width: 1024px) {
    .btn-download:last-child {
        margin-top: 0;
    }

    .swiper-container {
        width: 80%;
    }
}

@media (min-width: 1440px) {
    .btn-download {
        font-size: 23px;
    }

    .swiper-container {
        width: 70%;
    }
}