/*slider*/
.slider-block {
    position: relative;
    overflow: hidden;
    margin: 0 auto 28px auto;
    /*min-height: 240px;*/
    border-bottom: 2px solid var(--colorLight);
}
.slider-block::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 33.333%;
}
#sliders {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sliders .f-carousel__slide {
    width: 100%;
}
#sliders .f-carousel__slide a {
    display: block;
    width: 100%;
    height: 100%;
}
#sliders .f-carousel__slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#sliders .f-carousel__slide .f-slider-content {
    position: absolute;
    bottom: 14px;
    background: var(--bgBlack75);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: var(--colorWhite);
    border-radius: 14px;
    line-height: 1;
    opacity: 0;
    transition: 2s;
    animation: show 2s 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    opacity: 1\9;
}
@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.slider-name {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}
.slider-name::before {
    margin: 0 14px 0 0;
    font-size: 24px;
}
.slider-text {
    display: block;
    text-align: right;
}
#carouselEvent{
    --f-carousel-spacing: 5px;
    width: 100%;
    height: 250px;
}
#carouselEvent .f-carousel__slide{
    width: 320px;
    height: 240px;
    overflow: hidden;
}
#carouselEvent .f-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width:1601px) {
    #sliders .f-carousel__slide .f-slider-content {
        width:1490px;
        right: calc((100% - 1490px) / 2);
        left: calc((100% - 1490px) / 2);
    }
}
@media only screen and (min-width:1281px) and (max-width:1600px) {
    #sliders .f-carousel__slide .f-slider-content {
        width:1240px;
        right: calc((100% - 1240px) / 2);
        left: calc((100% - 1240px) / 2);
    }
}
@media only screen and (min-width:1081px) and (max-width:1280px) {
    #sliders .f-carousel__slide .f-slider-content {
        width:990px;
        right: calc((100% - 990px) / 2);
        left: calc((100% - 990px) / 2);
    }
}
@media only screen and (max-width:1080px) {
    #sliders .f-carousel__slide .f-slider-content {
        width:95%;
        right: 2.5%;
        left: 2.5%;
        bottom: 10px;
    }
}
@media only screen and (min-width:1281px) {
    .slider-name {
        margin: 14px 28px 7px 28px;
        font-size: 28px;
    }
    .slider-text {
        margin: 7px 28px 14px 28px;
        font-size: 18px;
    }
}
@media only screen and (min-width:961px) and (max-width:1280px) {
    .slider-name {
        margin: 12px 24px 6px 24px;
        font-size: 24px;
    }
    .slider-text {
        margin: 6px 24px 12px 24px;
        font-size: 16px;
    }
}
@media only screen and (min-width:641px) and (max-width:960px) {
    .slider-name {
        margin: 10px 20px 5px 20px;
        font-size: 20px;
    }
    .slider-text {
        margin: 5px 20px 10px 20px;
        font-size: 15px;
    }
}
@media only screen and (max-width:640px) {
    .slider-name {
        margin: 8px 8px 5px 8px;
        font-size: 16px;
    }
    .slider-text {
        margin: 4px 7px 7px 7px;
        font-size: 14px;
    }
}

.main-banner {
    width: 100vw;
    margin: 0 calc((100% - 100vw) / 2) -2.5em calc((100% - 100vw) / 2);
    box-sizing: border-box;
}
.main-banner a {
    display: block;
    position: relative;
    text-transform: uppercase;
}
.main-banner a.col-white {
    color: var(--colorBlack);
}
.main-banner a.col-black {
    color: var(--colorWhite);
}
.main-banner img {
    display: block;
    width: 100%;
    height: auto;
}
.main-banner label {
    position: absolute;
    cursor: pointer;
}
@media only screen and (min-width:1281px) {
    .main-banner label {
        bottom: 5%;
        left: 15%;
        font-size: 28px;
    }
}
@media only screen and (min-width:641px) and (max-width:1280px) {
    .main-banner label {
        bottom: 5%;
        left: 10%;
        font-size: 24px;
    }
}
@media only screen and (min-width:481px) and (max-width:640px) {
    .main-banner label {
        bottom: 5%;
        left: 7.5%;
        font-size: 20px;
    }
}
@media only screen and (max-width:480px) {
    .main-banner label {
        bottom: 5%;
        left: 5%;
        font-size: 18px;
    }
}



hr {
    border: 0 none;
    height: 2px;
    background: var(--colorMain);
    background-image: -webkit-linear-gradient(left, var(--colorWhite), var(--colorMain), var(--colorWhite));
    background-image: -moz-linear-gradient(left, var(--colorWhite), var(--colorMain), var(--colorWhite));
    background-image: -ms-linear-gradient(left, var(--colorWhite), var(--colorMain), var(--colorWhite));
    background-image: -o-linear-gradient(left, var(--colorWhite), var(--colorMain), var(--colorWhite));
    margin: 28px 5% 14px 5%;
    width: 90%;
}

.partner-block {
    margin: 0 0 2em 0;
}
.partner-block header {
    background:  var(--colorMain);
    width: 100vw;
    margin: 0 calc((100% - 100vw) / 2) 0.5em calc((100% - 100vw) / 2);
    box-sizing: border-box;
    padding: 1rem 0;
    color: var(--colorWhite);
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}
.partner-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.partner-links a {
    display: flex;
    width: 200px;
    text-decoration: none;
    text-align: center;
    margin: 0.1em 1rem;
    font-size: 0.9rem;
    line-height: 1.2;
}
.partner-links img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0.5rem 0;
}



