.new_label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border: none !important;
}

.new_label img {
    width: 40px;
    margin-bottom: 6px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-40 {
    padding-bottom: 40px;
}

.b-advantages-2 {
    margin-bottom: 20px !important;
}

.my_img {
    max-width: 100%;
}

.mb-20 {
    margin-bottom: 20px;
}

.b-advantages-2 {
    min-height: 450px;
}

.cookie_box {
    width: 100vw;
    height: 100vh;

    position: fixed;
    top: 0;
    z-index: 99;

    background: rgba(0, 0, 0, 0.8);

    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie_box_show {
    height: 100vh;
    overflow: hidden;
}

@media(max-width:999px) {
    .s-none {
        display: none !important;
    }

    .new_label {
        height: 110px !important;
    }

    .s-pt-0 {
        padding-top: 0 !important;
    }

    .s-pb-0 {
        padding-bottom: 0 !important;
    }

    .s-ptb-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;

        margin-top: 0 !important;
    }

    .header_height {
        height: 87px;
    }

}

@media(min-width:999px) {
    .b-none {
        display: none !important;
    }

    .header_height {
        height: 112px;
    }

    .slider-thumbnail {
        padding-left: 500px !important;
    }
}