
.about__item {
    padding: 0 1.2rem 1.6rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
}
@media (max-width: 61.9em) {
.about__item {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
}
}
@media (max-width: 47.9em) {
.about__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
}
@media (max-width: 33.9em) {
.about__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
}

#kings {
    background-color: var(--color-bg-dark);
    padding: 5rem 0;
    margin: 4rem 0;
    position: relative;
    z-index: 10;
}
.page_products #kings {
    margin: 0;
}
#kings .logo_kings {
    display: block;
    max-width: 21rem;
}
.kings-img_1 {
    margin-top: -8rem;
}
.kings-img_2 {
    margin-bottom: -8rem;
    margin-top: -8rem;
}
.kings-img_2 {
    margin-bottom: -8rem;
    margin-top: -8rem;
}
.kings-img_3 {
    position: absolute !important;
    top: 35%;
    left: 80%;
}
@media(max-width:1100px) {
.kings-img_3 {
        display: none;
}
}
@media (max-width: 61.9em) {
.kings-img_1 {
        margin-top: 2rem;
}
}

.slider {
    width: 100%;
    height: 0;
    padding-top: 47%;
    position: relative;
    background-color: black;
}
.slider>img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    opacity: 0.6;
}
.slider .c {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.slide-caption {
    display: none;
}
@media (min-width:62em) {
.slide-caption {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 70%;
                flex: 0 1 70%;
}
}
@media (min-width:75em) {
.slide-caption {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
}
@media (min-width:90em) {
.slider {
        padding-top: 42%;
}
}
