

/* Start:/local/templates/main_REDFOX/components/bitrix/news.list/banner_background/style.css?15687066233103*/
.dimBottomNav {
    position: absolute;
    bottom: 15px;
    height: 40px;
    width: 100%;
    text-align: center;
}

.dimBottomNav span {
    width: 16px;
    height: 16px;
    margin: 8px;
    display: inline-block;
    transform: rotate(45deg);
    background-color: rgba(26, 42, 58, 0.3);
    cursor: pointer;
}

.dimBottomNav span.current {
    background-color: rgb(26, 42, 58);
}

.dimBottomNav span:hover {
    transform: rotate(135deg);
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dimNav {
    bottom: 0;
    height: 90px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.dimNav div {
    cursor: pointer;
    background: url('/img/navprev.png') no-repeat;
    height: 90px;
    left: 15px;
    position: absolute;
    text-indent: -9990px;
    top: 0;
    width: 90px;
}

.dimNav div:hover {
    background-position: -3px -86px;
}

.dimNav div + div {
    background-position: -152px 0;
    left: auto;
    right: 15px;
}

.dimNav div + div:hover {
    background-position: -152px -85px;
}

.dimSlider {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.dimSlider .title {
    align-items: flex-end;
    display: flex;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    justify-content: center;
    top: 0;
    vertical-align: bottom;
}

.dimSlider .subtitle {
    font-size: 25px;
    line-height: 66px;
}

.Wallop-item {
    background: no-repeat 50% 50%;
    background-size: cover;
    height: calc(100vh - 90px);
}

.Wallop-item .row {
    bottom: 0;
    color: #FFFFFF;
    font-family: 'DinPro', arial, helvetica, sans-serif;
    height: 50%;
    left: 0;
    letter-spacing: 0.05em;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-transform: uppercase;
    width: 100%;
}

.Wallop-item .row.show {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




@media only screen and (min-width: 900px) and (max-width: 1099px) {
    .dimSlider .title {
        font-size: 32px;
        line-height: 40px;
    }

    .dimSlider .subtitle {
        font-size: 20px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 899px) {
    .dimSlider .title {
        font-size: 26px;
        line-height: 32px;
    }

    .dimSlider .subtitle {
        font-size: 16px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 499px) {
    .dimSlider .title {
        font-size: 20px;
        line-height: 25px;
    }

    .dimSlider .subtitle {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 380px) {
    .dimNav {
        display: none;
    }

    .Wallop-item {
        height: calc(100vh - 68px);
    }
}
/* End */
/* /local/templates/main_REDFOX/components/bitrix/news.list/banner_background/style.css?15687066233103 */
