/***=======================Models style========================***/
.d-none {
    display: none !important;
}
.models-container__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
}

.models-container__list-item {
    width: 325px;
}

.models-btn button {
    margin-left: auto;
}

.models-ball .ball {
    margin-top: 186px;
}


@keyframes circle-base {
    from {
        margin-left: 0;
        transform: scale(0);
    }

    to {
        transform: scale(1);
        margin-left: 556px;
    }
}

/***=========================================================***/

/***===================Complections style====================***/

.complection-selects {
    display: flex;
    justify-content: space-between;
}

.selects-block {
    flex-basis: 40%;
}

.complection-list {
    display: grid;
    justify-content: center;
}

.complection-list__item {
    width: 414px;
}

/***=========================================================***/

@keyframes circle-credit {
    from {
        right: -208%;
        transform: scale(0);
    }

    to {
        transform: scale(1);
        right: -50%;
    }
}


/***=======================Media style========================***/

@media screen and (min-width: 1024px) {
    .models-container__list-item {
        width: 375px;
    }
    
    li.header-nav__list-item.anchor::after {
        display: none;
    }
.js--show-more-models {
    width: 200px;
    margin: 0 auto;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
}
    @keyframes circle-base {
        from {
            margin-left: 0;
            transform: scale(0);
        }

        to {
            transform: scale(1);
            margin-left: 756px;
        }
    }
    
}