.sport-banner {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    padding: 30px;
    overflow: hidden;
}

.sport-banner-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.sport-banner-text span {
    color: white;
    background-color: #0032A0;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 16px;
}

@media (max-width: 1023px) {
    .sport-banner {
        height: 25vw;
    }

    .sport-banner-text span {
        padding: 4px 12px;
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .sport-banner {
        padding: 15px;
    }

    .sport-banner-text span {
        padding: 5px 8px;
        font-size: 8px;
    }
}

.sport .section-blocks__wrapper {
    margin: 30px 0;
}

.sport .section-blocks__item-middle {
    background: #D5D7D8;
    margin: 0;
}

.sport .section-blocks__item-bottom {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.sport .section-blocks__item-descr {
    width: 75%;
}

@media (max-width: 992px) {
    .sport .section-blocks__item-number span {
        width: auto;
	line-height: 40px;
    }
}

@media (max-width: 600px) {
    .sport .section-blocks__item-descr {
        width: 50%;
    }
}

.sport .section-main__wrapper {
    margin-bottom: 20px;
}

.sport .section-main__item {
    background-color: #0032A0;
    width: calc((100% - 10px) / 2);
    height: 208px;
    margin: 0 0 10px;
}

@media (max-width: 600px) {
    .sport .section-main__item {
        width: 100%;
    }
}

.sport-gallery {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.sport-gallery img {
    height: 350px !important;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .sport-gallery img {
        height: 50vw !important;
    }
}

.sport-gallery .slick-track {
    display: flex;
}

.sport-gallery-arrow,
.fancybox-nav {
    position: absolute;
    top: 50% !important;
    z-index: 2;
    transform: translateY(-50%);
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
    background: white url('img/icons/arrow-blue.svg') center center no-repeat;
    cursor: pointer;
}

.sport-gallery-left,
.fancybox-next {
    left: 20px !important;
    right: auto !important;
}

.sport-gallery-right,
.fancybox-prev {
    left: auto !important;
    right: 20px !important;
    transform: translateY(-50%) rotate(180deg);
}

.fancybox-type-inline .fancybox-skin {
    padding: 30px 94px 30px 30px !important;
}

@media (max-width: 700px) {
    .fancybox-type-inline .fancybox-skin {
        padding: 0 15px !important;
    }
}

.fancybox-type-image .fancybox-skin {
    padding-bottom: 0 !important;
}

.fancybox-close,
.fancybox-close:hover {
    top: 30px !important;
    right: 30px !important;
}

@media (max-width: 700px) {
    .fancybox-close,
    .fancybox-close:hover {
        top: 0 !important;
        right: 0 !important;
    }
}

@media (max-width: 700px) {
    .fancybox-inner .sport-gallery {
        margin-bottom: 15px;
    }
}

.media-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0;
}

@media (max-width: 700px) {
    .media-list {
        margin: -5px -5px 0;
    }
}

.media-item {
    height: 220px;
    width: calc(50% - 20px);
    margin: 10px;
}

@media (max-width: 700px) {
    .media-item {
        width: calc(100% - 10px);
        margin: 5px;
    }
}

.media-item img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.popup-title {
    margin: 0 0 30px;
}

@media (max-width: 700px) {
    .popup-title {
        margin: 15px 54px 30px 0;
    }
}

.target-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 10px;
}

@media (max-width: 700px) {
    .target-list {
        margin: -5px -5px 5px;
    }
}

.target-item {
    background-color: #F2F3F3;
    padding: 30px;
    min-height: 135px;
    width: calc(50% - 20px);
    margin: 10px;
}

@media (max-width: 700px) {
    .target-item {
        width: calc(100% - 10px);
        margin: 5px;
    }
}

.target-title {
    font-weight: 700;
    color: #0032A0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sport-video-wrapper {
    position: relative;
}

.sport-video {
    width: 100%;
    height: 400px;
}

@media (max-width: 1023px) {
    .sport-video {
        height: 50vw;
    }
}

.sport-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sport-video-controls {
    position: absolute;
    bottom: 0;
    left: calc(50% - 11px);
    height: 25px;
    margin-bottom: 25px;
    z-index: 112;
}

.sport-video-controls .ui-video-background-controls {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sport-video-controls .ui-video-background-mute {
    display: none;
}

.sport-video-controls .ui-video-background-play .ui-icon {
    width: 22px;
    height: 25px;
    display: block;
    background-image: url(/local/templates/.default/images/pause.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    text-indent: -100000px;
}

.sport-video-controls .ui-video-background-play .ui-icon-pause {
    background-image: url(/local/templates/.default/images/play.svg);
}

.slick-disabled {
    opacity: 0.3;
}