.cover-video {
    width: 100%;
    height: auto;
    margin-bottom: -7px;
    z-index: -1;
    pointer-events: none;
}

@media(max-width: 980px) {
  .cover-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 1066px;
    margin-bottom: 0;
  }
}

.slider-video {
    width: 100%;
    height: auto;
    margin-bottom: -7px;
}

h2 {
	margin-bottom: 0;

	font-weight: 400;
	text-align: center;
}

.announce__picture {

}

.announce__picture__wrapper {
    position: relative;
    margin: 0 auto;
    /*max-width: 1920px;*/
    max-width: 1200px;
}
.switch_screenshots {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*max-width: 1980px;*/
    max-width: 1200px;
    margin: 0 auto;
}

.switch_screenshot.announce__picture {
    margin: 0;
    /*padding: 0 22px;*/
    box-sizing: border-box;
}

.switch_screenshots .switch_screenshot {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.switch_screenshots .switch_screenshot.selected_layout {
    position: relative;
    z-index: 10;
    animation-name: showCurrentSlide;
    animation-fill-mode: forwards;
    animation-duration: .5s;
}

.switch_screenshot.animated {
    z-index: 4;
}

.announce__picture__wrapper .switch_screenshots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.announce__picture__wrapper > .switch_screenshots {
    overflow: hidden;
}

.switch_screenshots .announce__picture__wrapper {
    overflow: hidden;
}

.footer-img {
	margin-left: auto;
	margin-right: auto;
}

.footer-img img {
	border-radius: 12px;
}

#video1 {
    width: 100%;
    /*max-width: 1280px;*/
    height: auto;
    margin-bottom: -20px;
    cursor: pointer;
    /*border-radius: 12px;*/
}

/*@media(min-width: 1980px) {
    .switch_screenshot.announce__picture {
        width: 1280px;
        margin: 0 auto;
    }

    .switch_screenshot img {
        border-radius: 12px;
    }
}*/

@media (max-width: 1300px) {
	/*#video1,*/
    .footer-img img {
		border-radius: 0;
        margin-bottom: -7px;
	}
}


@keyframes showCurrentSlide {
    0% { opacity: 0;}
    100% {opacity: 1;}
}

.animation-pause * {
    animation-play-state: paused;
}



#video1_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url(play-button.png);
    border-radius: 50%;
    z-index: 2;
}

#video1_button:hover {
    background: url(play-button-hover.png);
}

video::-webkit-media-controls {
    display:none !important;
}

.border {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    pointer-events: none;
}

#results,
#future,
#ride_time {
    margin-bottom: -6px;
}

#video-rdrc .rubrics.rubrics_rdrc,
#video-rdrc .rubrics.rubrics_rdrc img,
#video-rdrc .animated .rubrics_text_top,
#video-rdrc .rubrics_text,
#video-rdrc .rubrics_unlim-img,
#video-rdrc .rdrc_line,
#video-rdrc .rubrics_semi-finals,
#video-rdrc .rubrics_drive_text {
    animation-duration: 7.5s !important;
}

#video-rdrc .rubrics_text_top {
    animation-duration: 7.5s !important;
}

.announce__mobile_part {
    display: none !important;
}

@media(max-width: 980px) {
    .cover-video {
        display: none;
    }

    .announce__desktop_part {
        display: none !important;
    }

    .announce__mobile_part {
        display: block !important;
    }
}

.ios #video1_button {
    display: none;
}

.unlim-small-logo {
    margin-bottom: -2px;
}

/*.descr.announce__picture-note2 {
    max-width: 920px;
    margin: 0 auto 12px;
    padding: 10px 20px;
    width: 72%;
}*/

.switcher {
    text-align: center;
}

@media (min-width: 980px) {
/*    .descr.announce__picture-note2 {
        display: block;
        height: auto;
        margin: 0 auto 15px;
        overflow: hidden;
        width: 72%;
    }*/

    .sumbols {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 72%;
    }
}

@media (max-width: 880px) {
    .descr.announce__picture-note2 {
       box-sizing: border-box;
       width: auto;
       margin: 0 auto 10px;
}

@media (max-width: 500px) {
    .descr.announce__picture-note2 {
        width: auto;
    }
}
