.slider {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px !important;
    margin-bottom: 15px;
}

.slider__wrapper {
    position: relative;
    overflow: hidden;
    background-color: #20202000;
}

.slider__items {
    display: flex;
    transition: transform .5s ease;
	height: 420px;
}

.transition-none {
    transition: none
}

.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative
}

.slider__control {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100%;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    opacity: 0;
    user-select: none
}

.slider__control_show {
    display: flex
}

.slider__control:focus,.slider__control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .3;
    transition: all 0.2s;
}

.slider__control_prev {
    left: 0;
    background: #42c230;
}

.slider__control_next {
    right: 0;
    background: #42c230;
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.slider__control_prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.slider__control_next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.slider__indicators {
    position: absolute;
    left: 90px;
    right: 0;
    bottom: 10px;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 0 15%;
    list-style: none;
    user-select: none;
}


.slider__indicator {
    flex: 0 1 auto;
    width: 40px;
    height: 12px;
    margin-right: 3px;
    border-radius: 2px;
    margin-left: 3px;
    background-color: rgb(66 194 48 / 44%);
    background-clip: padding-box;
    cursor: pointer;
}

.slider__indicator_active {
    background-color: #42c230;
}

@media screen and (max-width: 1220px) {
.slider {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    border-radius: 0px !important;
    width: 100%;
}
}

@media screen and (max-width: 950px) {
.slider {
    position: relative ;
    overflow: hidden ;
    margin-left: auto ;
    margin-right: auto ;
    margin: 0px;
    border-radius: 0px;
    width: 100%;
}
}

@media screen and (max-width: 412px) {
.slider {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin: 0px 0px 0px 0px;
    border-radius: 0px !important;
    width: 100%;
}
}



.cookie_notice {
    display: none;
position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    width: 620px;
    margin: 10% auto;
    top: 0;
}
.cookie_notice-2{
	text-align: center;
    font-size: 13px;
    color: #444;
    background: #f8f8f8;
    padding: 10px 20px;
    border-top: 4px solid #29b6f6;
    border-radius: 13px;

}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #29b6f6;
    border-radius: 6px;
}
.cookie_btn:hover {
    color: #FFF;
	background: #ff5858;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #ff5858;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

.dark-cookie{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b425bf5;
	z-index:-1;
}

.scr_premium {
    position: fixed;
    left: 26px;
    bottom: 26px;
    z-index: 1000;
    width: 269px;
    animation: vertical-shaking 2.35s infinite;
    background: #29b6f6;
    height: 82px;
    text-align: center;
    color: white;
    border-radius: 5px;
}
.top_premium {
    background: #1697d2;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #44444424;
    line-height: 25px;
    border-radius: 5px 5px 0 0;
}
.warning_files{
    background: #42c230;
    color: white;
    padding: 11px;
    border-radius: 10px;
    border: solid 1px #54a949;
}

@media only screen and (max-width:750px) {
    .cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    width: 98%;
    margin: 10% auto;
    top: 0;
}
}

@media screen and (min-width: 1170px) {
 .hidden-mobile {
     display: none;
 }
}


@media screen and (min-width: 70px) {

}

[data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
    
   }
   [data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 170px; text-align: center; /* Ширина подсказки */
    left: 0; top: 100px; /* Положение подсказки */
    background: #79c142; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
    border-radius: 10px; /* Бордер */
   } 
   [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 4em; left: -4em; /* Положение подсказки */
    
    
   }
   
   .yotube-video{
position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);

   }

.authsocial{
float: left;
margin-right: 6px;
text-align: center;
}

.socials {
    height: 30px;
    width: 36%;
    margin: 0 auto;
    text-align: center;
}

.auth_vk{
    width: 35px;
    height: 35px;
    display: block;
    background: transparent url(../images/auth_social/auth_vk.png) center top no-repeat;
    margin-top: 5px;
}

.auth_vk:hover{
    background: url(../images/auth_social/auth_vk_hover.png);
}

.auth_ya{
    width: 35px;
    height: 35px;
    display: block;
    background: transparent url(../images/auth_social/auth_ya.png) center top no-repeat;
    margin-top: 5px;
}

.auth_ya:hover{
    background: url(../images/auth_social/auth_ya_hover.png);
}
.auth_google{
    width: 35px;
    height: 35px;
    display: block;
    background: transparent url(../images/auth_social/auth_google.png) center top no-repeat;
    margin-top: 5px;
}




.auth_google:hover{
    background: url(../images/auth_social/auth_google_hover.png);
}
