@font-face {
	font-family: 'FontName';
	src: url(/fonts/font.ttf);
}
@font-face {
	font-family: 'VelaSansSemiBold';
	src: url(/fonts/VelaSans/VelaSans-SemiBold.ttf);
}
@font-face {
	font-family: 'VelaSansRegular';
	src: url(/fonts/VelaSans/VelaSans-Regular.ttf);
}
@font-face {
	font-family: 'VelaSansBold';
	src: url(/fonts/VelaSans/VelaSans-Bold.ttf);
}
@font-face {
	font-family: 'VelaSans';
	src: url(/fonts/VelaSans/VelaSans-Light.ttf);
}
@font-face {
	font-family: 'Maassslicer';
	src: url(/fonts/Maassslicer/maassslicerItalic.ttf);
}
@font-face {
	font-family: 'ManropeExtraBold';
	src: url(/fonts/Manrope/static/Manrope-ExtraBold.ttf);
}
html{
    background: rgb(19,20,67);
    background: radial-gradient(circle, rgba(19,20,67,1) 0%, rgba(15,16,44,1) 100%);
}
body{
    /*background: rgb(19,20,67);*/
    /*background: radial-gradient(circle, rgba(19,20,67,1) 0%, rgba(15,16,44,1) 100%);*/
/*font-family: 'VelaSansRegular', sans-serif;*/
/*overflow-x: hidden !important;*/
/*overflow-y: auto !important;*/
}
.main-content {
    background: rgb(19,20,67);
    background: radial-gradient(circle, rgba(19,20,67,1) 0%, rgba(15,16,44,1) 100%);
}
.form-select option{
    background: #1d2050;
}
.velasanssemibold{
font-family: 'VelaSansSemiBold', sans-serif;
}
a{
text-decoration:none;
}
.mb_0{
margin-bottom:0;
}
.w_30{
width:2.34vw;
}
.mr_10{
margin-right:0.78vw;
}
.ml_15{
margin-left:1.17vw;
}
.mt_20{
margin-top:1.56vw;
}
.mt_30{
margin-top:2vw;
}
.mb_20{
margin-bottom:1.56vw;
}
.ml_20{
margin-left:1.56vw;
}
.mr_20{
margin-right:1.56vw;
}
.mt_40{
margin-top:2.6vw;
}
.pt_20{
padding-top:1.2vw !important;
}
.pb_20{
padding-bottom:1.56vw;
}
.pl_20{
padding-left:1.56vw;
}
.pr_20{
padding-right:1.56vw;
}
.p_0{
padding:0 !important;
}
.p_20{
padding:1.56vw;
}
.m_20{
margin:	1.56vw;
}
.p_10{
padding:0.78vw;
}
.pl_0{
padding-left:0;
}
.pr_0{
padding-right:0;
}
.pb_0{
padding-bottom:0;
}
.pl_10{
padding-left:0.78vw;
}
.pr_10{
padding-right:0.78vw;
}
.sidebar_menu{
background:#1D1F3F;
height:100vh;
position:fixed;
top:0;
width:13.5vw;
box-shadow: inset -1px 0 0 #ffffff09;
padding-left:0.78vw;
padding-right:0.78vw;
z-index:1;
transition: left 0.5s ease;
}
.ava_youtube{
    width: 2.5vw;
    height: 2.5vw;
    border: .1vw solid #ffffff26;
    display: flex;
    align-items: center;
    border-radius: 5vw;
    justify-content: center;
    position: relative;
    background: #0c0d2d;
}
.ava_youtube svg{
    position: absolute;
    width: 75%;
    height: 75%;
    object-fit: cover;
}
.slider_studio .slider_item{
    position:relative;
    min-height:30vw;
    width:100%;
}
.slider_studio .slider_item img{
position:absolute;
width:100%;
height:100%;
object-fit: cover;
}
.content_box{
width:100%;
padding-left:15vw;
padding-right:1.56vw;
background: rgb(19, 20, 67);
background: radial-gradient(circle, rgba(19, 20, 67, 1) 0%, rgba(15, 16, 44, 1) 100%);
}
.logo{
    margin-top: 1.56vw;
    text-align: center;
}
.logo svg{
max-width: 10.2vw;
width:100%;
}
.logo img {
    max-width: 10.2vw;
    width: 100%;
}
.card{
background: none;
    border: none;
}
.fs_16{
font-size:1vw;
}
.fs_14{
font-size:.95vw;
}
.color_white{
color:#FFF !important;
}
.color_grey{
color:#D4D4DA;
}
.bg-dark{
background:#1D1F3F !important
}
.br_50{
border-radius:10vw;
border:.1vw solid #3F4264;
}
.main-content .navbar{
    margin-top:1.4vw;
    margin-bottom: 0vw !important;
    padding: .8vw 0;
}
.main-content .navbar .nav-link{
font-size:.95vw;
font-family: 'VelaSansRegular', sans-serif;
color:#FBFBFF;
padding:0!important;
transition: .3s ease;
}
.main-content .navbar .nav-link:hover{
    box-shadow: 0px 1px 0px #ffffff;
    }
.main-content .navbar .nav-item{
    display: flex;
    align-items: center;
}
.main-content .navbar>.container-fluid{
    padding:0.1vw 2vw;
}
.monitor_k{
    width: 6vw;
    position: absolute;
    left: 1.5vw;
    top: 1.5vw;
}
.red_btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: rgb(255, 0, 60);
    background: linear-gradient(90deg, rgba(255, 0, 60, 1) 0%, rgba(218, 0, 37, 1) 47%, rgba(177, 0, 10, 1) 100%);
    border: none;
    font-size: 1.05vw;
    font-family: 'VelaSansRegular', sans-serif;
    color: #fff;
    min-width: 11vw;
    transition: background 1s ease;
  }

  .red_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(206, 4, 57);
    background: linear-gradient(87deg, rgba(206, 4, 57, 1) 0%, rgba(172, 4, 35, 1) 48%, rgba(146, 4, 18, 1) 100%);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
  }

  .red_btn:hover::after {
    opacity: 1;
  }

  .red_btn span {
    font-size: 1.05vw;
    font-family: 'VelaSansRegular', sans-serif;
    color: #fff;
    position: relative;
    z-index: 2;
  }

.main-content .navbar-nav{
width: 100%;
justify-content: space-between;
}
.site_menu ul{
margin:0;
padding:0;
}
.site_menu li a {
    color: #FBFBFF;
    font-size: .95vw;
    font-family: 'VelaSansRegular', sans-serif;
    line-height: 2.3vw;
    display: flex;
	padding-left:0.78vw;
	padding-right:0.78vw;
	border-radius:0.47vw;
    align-items:center;
}
.site_menu li{
    margin-bottom:0.5vw;
}
.sidebar_menu .site_menu li svg{
width:1.5vw;
height:1.5vw;
}
.bottom_menu{
position:absolute;
bottom:1.56vw;
cursor:pointer;
width: calc(100% - 1.56vw);
}
.bottom_menu .link{
padding-left:0.78vw;
	padding-right:0.78vw;
	border-radius:0.47vw;
background:#ffffff09;
color: #fff;
font-size:1.05vw;
    font-family: 'VelaSansRegular', sans-serif;
    line-height: 2.81vw;
}
.seti{
background:#ffffff09;
border-radius:0.47vw;
margin-top:	0.47vw;
padding:.6vw .6vw .3vw .6vw;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: stretch;


}
.seti a{
display:inline-flex;
height:2.6vw;
width:2.6vw;
align-items:center;
justify-content:center;
background:#ced1ff29;
border-radius:5vw;
}
.seti a:nth-last-of-type(-n+3) {
    position: relative;
    top: -.25vw;
}
.seti a:hover {
    box-shadow: inset 0 0 0 .06vw #ffffff50;
}
.seti a:hover svg path{
    fill:#ffffff50;
}
.seti a svg{
width:1.7vw;
height:1.7vw;
}

.slider_day_arrow{
position:absolute;
height:2.8vw;
width:2.8vw;
border:1px solid #8A8CA2;
border-radius:5vw;
background:#ffffff12;
top: calc(50% - 1.5vw);
display: flex;
align-items: center;
}
.slider_day_arrow:hover{
    border:1px solid #0046FF;
    background:#001cbb4d;
}
.slider_day{
position:relative;
}
.slider_day_arrow_left{
left:-3.5vw;
}
.slider_day_arrow_right{
right:-3.5vw;
}
.sticky {
    position: fixed;
    top: 0;
    width: calc(100% - 18.5vw);
    z-index: 1000; /* Чтобы панель была поверх остальных элементов */
}
.sidebar_menu .site_menu .active a{
background: #ffffff09 url(/images/Arrow.svg) 93% 50% no-repeat;
border-radius: .5vw;
}
.sidebar_menu .site_menu li a{
    background: #ffffff00 url(/images/Arrow_opacity.svg) no-repeat; /* Прозрачный фон с изображением */
    background-position: 85% 50%; /* Размещение стрелки */
    background-size: auto; /* Размер изображения */
    border-radius: .5vw;
    transition: background-color 0.4s ease; /* Плавное изменение цвета */
}
.sidebar_menu .site_menu li a:hover{
    background: #ffffff09 url(/images/Arrow.svg) no-repeat;
    background-position: 93% 50%; /* Расположение стрелки */
    background-size: auto; /* Убедитесь, что размер корректен */
    border-radius: .5vw;
}

.news_big_img{
    width: 100%;
    height: 24.8vw;
position:relative;
}
.news_big_img img{
object-fit:cover;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}

.card_day{
background:#ffffff15;
border-radius:2.50vw;
padding:1.5vw;
}
.card_day .date{
font-size:2vw;
color:#fff;
font-family: 'VelaSansSemiBold', sans-serif;
display:block;
margin-bottom: 0;
}
.card_day .day{
font-size:.9vw;
color: #FBFBFF;
font-family: 'VelaSansRegular', sans-serif;
opacity:.7;
}
.card_day .calendar_icon{
    height: 4.3vw;
    width: 4.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5vw;
    border: .1vw solid #8a8ca2;
    background: #ffffff15;
}
.card_day .calendar_icon svg{
    height: 2.4vw;
    width: 2.4vw;
}
.match_live_ava svg {
    height: 4vw;
    width: 4vw;
}
.card_day .match_time{
color:#eeeeee;
font-size:1.6vw;
font-family: 'VelaSansSemibold', sans-serif;
    margin-right: 2vw;
    text-align:center;
    position:relative;
}
.card_day .match_time span{
color:#eeeeee;
font-size:0.78vw;
font-family: 'VelaSansRegular', sans-serif;
display:block;
}
.match_vs{
padding:.9vw 0;
border-bottom:1px solid #62658682;
display: flex;
}
.match_comand span{
display:block;
}
.match_comand span:nth-child(2){
color:#eeeeee;
font-size:1vw;
font-family: 'VelaSansRegular', sans-serif;
}
.match_comand span:nth-child(3){
color:#eeeeee;
font-size:0.7vw;
font-family: 'VelaSansRegular', sans-serif;
}
.match_vs_text{
color:#FF003C;
font-family: 'Maassslicer', sans-serif;
font-size:1.41vw;
}
.match_comand_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}
.match_live_stream{
padding:1.4vw 0;
border-bottom:1px solid #62658682;
display: flex;
}
.match_live_title span{
display:block;
}
.match_live_title span:nth-child(1){
display:block;
color:#eeeeee;
font-family: 'Maassslicer', sans-serif;
font-size:1.41vw;
}
.match_live_title span:nth-child(2){
display:block;
font-size:.95vw;
font-family: 'VelaSans', sans-serif;
color:#d4d4da;
font-weight:400;
}
.match_live_ava{
margin-right:2vw;
}
.card_day_btn{
padding-top:.5vw;
border-top:.1vw solid #8A8CA2;
}
.card_day_btn a{
display:block;
font-size:1vw;
font-family: 'VelaSansRegular', sans-serif;
color:#eeeeee;
border:1px solid #FFFFFF;
border-radius:5vw;
line-height:3.4vw;
text-align:center;
color:#fff !important;
}
.card_day_date{
padding-bottom:1.2vw;
border-bottom:1px solid #8A8CA2;
}
.card-link{
font-family: 'VelaSans', sans-serif;
}
.card-link:nth-child(3):before{
    content: '\00B7';
    padding-right: .5vw;
    font-size: 1.3vw;
    height: 1vw;
    display: inline-flex;
    align-items: center;
    top: .18vw;
    position: relative;
}
.card-link+.card-link {
    margin-left: .3vw !important;
}
.news_list_article{
    display: flex;
    background: #ffffff12;
    padding: 1.1vw;
    border-radius: 1.2vw;
	margin-bottom:1vw;
}
.news_list_article_img{
margin-right:1.2vw;
}
.news_list_article_text_label{
    font-size: 0.71vw;
    color: #D4D4DA;
    display: flex;
    font-family: 'VelaSans', sans-serif;
}
.news_list_article_text_label img{
margin-right:0.6vw;
}
.news_list_article_title{
font-size:.9vw;
color:#fbfbff;
margin-top: .3vw;
font-family: 'VelaSans', sans-serif;
}
.news_list_article_text_label svg {
    margin-right: 0.6vw;
    width: 1vw;
    height: 1vw;
}
.news_list_article_text_label svg circle{
    fill:#0046ff;
}
.news_big .news_list_article_text_label{
    position:absolute;
    top:1.3vw;
    left:1.3vw;
    font-size: 1vw;
    z-index: 1;
}
.news_big .news_list_article_text_label svg circle{
    fill:#ff003c;
}
.news_big .news_list_article_text_label svg {
    margin-right: 0.7vw;
    width: 1.5vw;
    height: 1.5vw;
}

.card_comand{
background:#1D1F3F;
border-radius:2.50vw;
border:1px solid #ffffff12;
position:relative;
overflow: hidden;
}
.card_comand_footer{
padding:1.5vw;
}
.card_comand_footer_name{
display:flex;
align-items:center;
justify-content: space-between;
}
.card_comand_footer_name_title{
font-size:1.3vw;
color:#FFFFFF;
}
.card_comand_footer_name_dolgnost span{
    color: #D4D4DA;
    font-size: 0.8vw;
    border: 1px solid #FF003C;
    line-height: 1;
    border-radius: 5vw;
    padding: 0.4vw 0.8vw;
}
.card_comand_footer_name_dolgnost span svg{
margin-right:0.3vw;
margin-top: -.1vw;
}
.card_comand_footer_obaz{
    border-top: 1px solid #8a8ca25c;
    border-bottom: 1px solid #8a8ca25c;
    margin: 1vw 0;
    padding: 1vw 0;
}
.card_comand_footer_obaz ul{
padding:0;
margin:0;
list-style:none;
}
.card_comand_footer_obaz li{
color:#FBFBFF;
margin-bottom:0.4vw;
font-family: 'VelaSansRegular', sans-serif;
font-size: .95vw;
}
.card_comand_footer_text{
font-size:.95vw;
color:#FBFBFF;
font-family: 'VelaSansRegular', sans-serif;
}

.card_comand_footer_obaz svg{
margin-right:0.5vw;
margin-top: -.2vw;
}
.fon_block_5 .col-sm-4{
margin-top: 1.6vw;
}


.list_studio_har_card{
background:url(/images/png/fon_soty_min.png) center no-repeat;
background-size: cover;
border: .1vw solid #0046ff;
border-radius: 2vw;
box-shadow: inset 0vw 1vw 2vw #1e3575b8;
text-align:center;
padding:3.1vw;
}
.list_studio_har_card_title{
color:#FBFBFF;
font-size:2.5vw;
}
.list_studio_har_card_text{
color:#FBFBFF;
font-size:1.7vw;
font-family: 'VelaSansRegular', sans-serif;
}
.ml_08{
    margin-left:.8vw;
}
.plank_red_title{
font-family: 'Maassslicer', sans-serif;
background: rgb(255,0,60);
background: linear-gradient(135deg, rgba(255,0,60,1) 0%, rgba(218,0,37,1) 100%);
color:#fff;
font-size:2.40vw;
text-align: center;
    text-transform: uppercase;
    border-radius: 2vw;
    line-height: 1.3;
    padding: 1.5vw 10vw;
    margin-top: 1.2vw;
}
.fon_block_7 .plank_red_title{
    font-size:2.1vw;
}

.list_studio_prem_card{
text-align:center;
position:relative;
min-height: 28vw;
}
.list_studio_prem_card_title{
font-size:1.7vw;
color:#fff;
font-family: 'VelaSansBold', sans-serif;
padding-top: 17vw;
    position: relative;
}
.list_studio_prem_card_text{
color:#FBFBFF;
font-size:1.1vw;
padding-bottom: 2vw;
    position: relative;
    padding:.5vw 2vw;
    font-family: 'VelaSansRegular', sans-serif;
}
.list_studio_prem_card_bg_1{
background:url(/images/png/bg1.webp) no-repeat;
background-size: cover;
border-radius: 2.5vw;
box-shadow: inset 0 1vw 5vw #1b3a7a;
}
.list_studio_prem_card_bg_2{
background:url(/images/png/bg2.webp) no-repeat;
background-size: cover;
border-radius: 2.5vw;
box-shadow: inset 0 1vw 5vw #1b3a7a;
}
.list_studio_prem_card_bg_3{
background:url(/images/png/bg3.webp) no-repeat;
background-size: cover;
border-radius: 2.5vw;
box-shadow: inset 0 1vw 5vw #1b3a7a;
}
.list_studio_prem_card_bg{
background:url(/images/png/fon_soty.svg) center bottom no-repeat;
background-size: 100%;
position:absolute;
height:100%;
width:100%;
top:0;
left:0;
}
.fon_block_8{
background:url(/images/png/shlem.webp);
background-size: cover;
position:relative;
height: 30vw;
border-radius: 2.7vw;
}
.fon_block_8 p{
color:#FBFBFF;
font-size:1.25vw;
margin-top:2vw;
font-family: 'VelaSans', sans-serif;
max-width: 30vw;
}
.partner_list_card{
background:#1D1F3F;
border-radius:1.95vw;
display:flex;
align-items:center;
justify-content:center;
padding:4vw 0;
border:1px solid #ffffff10;
}
.footer_list img{
width:10.08vw;
}
footer{
background:#1D1F3F;
padding:2vw;
border-radius:2vw;
}
.footer_list a, .footer_list{
color:#D4D4DA;
font-size:0.94vw;
}
.copyright{
margin-top:1vw;
}
.footer_list ul{
margin:0;
list-style:none;
padding:0;
}


.fon_block_2{
background:url(/images/png/block2/fon_block_2.svg) 50% no-repeat;
background-size: cover;
position:relative;
height: 33.6vw;
    box-shadow: inset 0 2vw 5vw #1d409a;
    border: .1vw solid #234295;
    border-radius: 2.5vw;
}
.title_maassslicer{
font-size:4vw;
color:#fff;
font-family: 'Maassslicer', sans-serif;
    line-height: 1;
}
.red_text{
color:#FF003C;
font-family: 'Maassslicer', sans-serif;
}
.kent{
    position: absolute;
    top: -21.5vw;
    width: 82vw;
    left: -15vw;
    max-width: 75vw;
    max-width: 82vw;
}
.sub_text{
color:#D4D4DA;
font-size:1.2vw;
font-family: 'VelaSans', sans-serif;
display:block;
font-weight:400;
}
.mt_55{
margin-top:6vw;
}
.mt_130{
margin-top:6vw;
}
.mt_130_2{
    margin-top:6vw;
}
.mt_150{
    margin-top:7vw;
}
.red_plank{
background: rgb(255,0,60);
background: linear-gradient(90deg, rgba(255,0,60,1) 0%, rgba(218,0,37,1) 100%);
border-radius:1.25vw;
z-index: 1;
position: relative;
max-width:90%;
margin: auto;
margin-top: 3vw;
font-family: 'VelaSansBold', sans-serif;
padding:.2vw 0;
}
.link_block_2{
cursor:pointer;
font-size:3vw;
font-family: 'ManropeExtraBold', sans-serif;
color:#fff;
    padding: 0 0 0 1.3vw;
    line-height: 1.8;
    border-right: 1px solid #fff;
    padding-right: 1vw;
    margin-right: 1vw;
}
.text_black{
color:#000;
font-family: 'ManropeExtraBold', sans-serif;
}
.seti_board a{
height:3.7vw;
width:3.7vw;
display:inline-flex;
align-items:center;
justify-content:center;
background:#fff;
border-radius:5vw;
    top: -.1vw;
    position: relative;
    margin-left: 0vw;

}
.seti_board a:nth-child(n+2) {
    margin-left: .75vw;
}
#contact{
    padding-top:12vw;
}
.seti_board a svg{
    height:2vw;
    width:2vw;
}

.fon_block_3{
    background: rgb(29,33,99);
    background: linear-gradient(270deg, rgba(29,33,99,1) 0%, rgba(29,31,63,1) 100%);
    border: 1px solid #ffffff10;
border-radius:2.34vw;
    padding: 3.4vw 6.64vw;
}
.fs_48{
font-size:3.2vw;
}
.mt_50{
margin-top:4.30vw;
}
.mb_40{
margin-bottom:3vw;
}
.mb_20{
margin-bottom:2vw;
}

.fon_block_4{
    background: rgb(29,33,99);
    background: linear-gradient(270deg, rgba(29,33,99,1) 0%, rgba(29,31,63,1) 100%);
    border: 1px solid #ffffff10;
border-radius:2.34vw;
    padding: 3.4vw 2.4vw;
}
.news_big{
background:#121236;
border-radius:1.5vw;
overflow:hidden;
position:relative;
}
.news_big .news_big_text{
    padding: 1.8vw 1.4vw 2.6vw 1.4vw;
color:#eeeeee;
font-size:1.3vw;
font-family: 'VelaSansBold', sans-serif;
}

.btn_all_news{
    display: block;
    font-size: 1vw;
    font-family: 'VelaSansRegular', sans-serif;
    color: #eeeeee;
    border: 1px solid #FFFFFF;
    border-radius: 5vw;
    line-height: 3.91vw;
    text-align: center;
	    margin-top: 2.7vw;
}
.card_comand_img{
position: relative;
    width: 100%;
    height: 25vw;
    border-radius: 2vw 2vw 0 0;
    overflow: hidden;
}
.card_comand_img img{
position: absolute;
    width: 100%;
    height: 100%;
object-fit:cover;
}
.fon_block_6 h3{
font-size:1.3vw;
color:#FBFBFF;
margin-top:2vw;
margin-bottom:2.5vw;
font-family: 'VelaSansRegular', sans-serif;
}
.site_menu_border{
  border-bottom:1px solid #8A8CA2;
  padding-bottom:30px;
}

.lk_schet{
background:#ffffff10;
border-radius:1vw;
padding:1.5vw;
}
.lk_schet_title{
    font-size: .95vw;
    font-family: 'VelaSansRegular', sans-serif;
    color:#fff;
}
.lk_schet_monet{
    font-size:2vw;
    color:#fff;
    font-family: 'Maassslicer', sans-serif;
}
.user_name h1{
    font-size:3.2vw;
    color:#fff;
    font-family: 'Maassslicer', sans-serif;
    margin-left:1vw;
    margin-top:4vw;
    padding-bottom:1.5vw;
}
.user_name{
    border-bottom:1px solid #8A8CA2;
    margin-bottom:2vw;
}

#TabUser li a{
    background:none !important;
    color:#fdfdfd99;
    font-family: 'VelaSansRegular', sans-serif;
    font-size:1.08vw;
    border-radius:0;
    padding:0;
    margin-right:4vw;
}
#TabUser li a:hover{
    color:#FBFBFF;
}
#TabUser li a.active{
    background:none !important;
    color:#FBFBFF;
    font-family: 'VelaSansSemiBold', sans-serif;
}
.bg_lainer{
background: rgb(29,33,99);
background: linear-gradient(-90deg, rgba(29,33,99,1) 0%, rgba(29,31,63,1) 100%);
border:1px solid #ffffff12;
border-radius:1.5vw;
padding:1.7vw;
margin-top:1vw;
}
#acaunt label{
    color:#D4D4DA;
    font-size:.95vw;
    font-family: 'VelaSansRegular', sans-serif;
}
#acaunt .form-control{
    background: url(/images/update.svg) 95% 50% no-repeat #ffffff1a;
    border: 1px solid #fff0;
    color: #fff;
    font-size:1vw;
    font-family: 'VelaSansSemiBold', sans-serif;
    padding: .6vw 1vw;
}
.gender_radio label{
width:auto !important;
min-width:auto !important;
font-family: 'VelaSansSemiBold', sans-serif;
font-size:16px !important;
}
.gender_radio {
    display: flex;
    gap: 20px; /* Расстояние между радио-переключателями */
    align-items: center;
    height: 3.4vw;
}
#botble-member-forms-fronts-profile-form .mb-3.position-relative:nth-child(1) {
    order: 0; /* Оставляем первым */
}

#botble-member-forms-fronts-profile-form .mb-3.position-relative:nth-child(3) {
    order: 1; /* Ставим вторым */
}

#botble-member-forms-fronts-profile-form .mb-3.position-relative:nth-child(2) {
    order: 2; /* Ставим третьим */
}

#botble-member-forms-fronts-profile-form .mb-3.position-relative:nth-child(4) {
    order: 3; /* Оставляем четвертым */
}
#botble-member-forms-fronts-profile-form .clearfix {
    display:none;
}
.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px; /* Размер текста */
    color: #333; /* Цвет текста */
}

.custom-radio input[type="radio"] {
    display: none; /* Скрываем стандартное радио */
}

.custom-radio .radio-circle {
    width: 16px; /* Размер внешнего круга */
    height: 16px;
    border: 2px solid white; /* Белый бордер */
    border-radius: 50%; /* Круглая форма */
    margin-right: 6px; /* Отступ от текста */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    background-color: transparent; /* Прозрачный фон по умолчанию */
}

.custom-radio input[type="radio"]:checked + .radio-circle {
    background-color: #11123c; /* Синий фон при выборе */
    border-color: #ffffff; /* Белый бордер при выборе */
}

.custom-radio .radio-circle::before {
    content: '';
    width: 8px; /* Размер внутреннего круга */
    height: 8px;
    background-color: white; /* Белый цвет внутреннего круга */
    border-radius: 50%;
    display: none; /* Скрыт по умолчанию */
    margin: 2px; /* Отступ внутри внешнего круга */
}

.custom-radio input[type="radio"]:checked + .radio-circle::before {
    display: block; /* Показываем внутренний круг при выборе */
}


#acaunt input[name="email"]{
background:#ffffff1a;
background-image:none!important;
}
.site_menu ul li{
    list-style:none;
}
.crop-image-container .d-block.mt-1{
    display:none;
}
#acaunt .form-select{
    background: #ffffff1a;
    border: 1px solid #fff0;
    color: #fff;
    font-size:1vw;
    font-family: 'VelaSansBold', sans-serif;
    padding: .6vw 1vw;
}
#acaunt .datepicker svg{
    fill:#fff;
}
#acaunt .seti_from label:after{
    content: '';
    height: 1.1vw;
    width: 1.11vw;
    background: url(/images/thois.svg) no-repeat;
    position: absolute;
    margin-left: .4vw;
}
#botble-member-forms-fronts-seti-form{
    display: flex;
    flex-wrap: wrap; /* Позволяет элементам переноситься на новую строку */
    gap: 1vw 3.5vw; /* Отступы между элементами, можно настроить по вашему усмотрению */
}

#botble-member-forms-fronts-seti-form .mb-3 {
    flex: 1 1 calc(33.333% - 3.5vw); /* Ширина каждого элемента, чтобы уместилось три в ряд */
    box-sizing: border-box; /* Учитывает padding и border в ширине элемента */
    margin-bottom: 20px;
}
.profil_ava{
text-align:center;
}
.profil_ava .avatar-view{
width:10vw;
height:10vw;
position:relative;
margin:auto;
}
.profil_ava .avatar-view img{
width:100%;
height:100%;
position:absolute;
border-radius:50vw;
top:0;
left:0;
}
.user_name_one_img{
    text-align:center;
}
.user_name_one_img .avatar-view{
    width:10vw;
    height:10vw;
    position:relative;
    margin:auto;
    text-align:center;
}
.user_name_one_img a{
    color: #0F102C;
    background: #fff;
    padding: .5vw;
    border: .15vw solid #8A8CA2;
    border-radius: .5vw;
    display: inline-flex !important;
    top: -2vw;
    position: relative;
    font-size: 1vw;
}
.user_name_one_img .avatar-view img{
    width:100%;
    height:100%;
    position:absolute;
    border-radius:50vw;
    top:0;
    left:0;
    border: .25vw solid #8A8CA2;
}
#acaunt .card-body{
    padding:0;
}
#TabUser{
margin-bottom:2vw;
}
.border_bottom_style{
    border-bottom: 1px solid #8A8CA2;
    margin:3vw 0;
}
.acaunt_info_card{
    background:#ffffff11;
    border-radius:1vw;
    padding:1.5vw 2vw;
}
.color_grey_theme{
    color:#D4D4DA;
}
.acaunt_info_card_title{
font-size: .95vw;
font-family: 'VelaSans', sans-serif;
color:#D4D4DA;
}
.acaunt_info_card_text{
color:#FBFBFF;
font-family: 'VelaSansSemiBold', sans-serif;
font-size: .95vw;
margin-top:.5vw;
}
.acaunt_info_card_text_qty{
    font-size: 2vw;
    color: #fff;
    font-family: 'Maassslicer', sans-serif;
}
.user_name_one h1{
    font-size:4vw;
    color:#fff;
    font-family: 'Maassslicer', sans-serif;
    margin-left:1vw;
    margin-top:4vw;
    padding-bottom:.5vw;
}
.user_name_one{
    margin-bottom:2vw;
}
.user_name_one p{
    color:#fff;
    font-size: 1vw;
    font-family: 'VelaSansRegular', sans-serif;
}
.border_bottom_style_2{
    border-bottom: 1px solid #8A8CA2;
    margin: -1vw 0 1vw 0;
}


.setifrom2_label{
    display:flex;
    margin-top:2vw;
    width:75%;
}
.setifrom2_label .mb-3{
    width:58%;
    margin-left:2%;
    margin-top:.3vw;
}
.setifrom2_label .mb-3 label{
display:none;
}
.setifrom2_label > div{
width:40%;
color:#fff;
font-size:1.2vw;
font-family: 'VelaSansSemiBold', sans-serif;
}
.setifrom2_label > div span{
    color:#D4D4DA;
    font-size:1vw;
    font-family: 'VelaSansRegular', sans-serif;
    display:block;
    }
.setiform2{
max-width:88%;
margin:auto;
}
.info_text_svg{
        position: absolute;
        right: 0vw;
    top: -.2vw;
}
.news_list_article_date{
    font-size:.7vw;
    color:#D4D4DA;
    font-family: 'VelaSans', sans-serif;
    margin-top:.5vw;
}

.setifrom2_label .form-control {
    background: #ffffff1a;
    border: 1px solid #8A8CA2;
    color: #fff;
    font-size: 1vw;
    font-family: 'VelaSansSemiBold', sans-serif;
    padding: .6vw 1vw;
}
.setifrom2_btn{
    margin-top:3vw;
}
.setifrom2_btn_border{
    font-size: 1vw;
    font-family: 'VelaSansRegular', sans-serif;
    color: #eeeeee;
    background: none;
    border-radius: 5vw;
    line-height: 3.91vw;
    text-align: center;
    margin: auto;
    max-width: 24vw;
    border:1px solid #fff;
    display: inline-block;
    width: 100%;
}
.setifrom2_btn_bg{
    font-size: 1vw;
    font-family: 'VelaSansRegular', sans-serif;
    color: #eeeeee;
    background: rgb(255, 0, 60);
    background: linear-gradient(135deg, rgba(255, 0, 60, 1) 0%, rgba(218, 0, 37, 1) 48%, rgba(177, 0, 10, 1) 100%);
    border-radius: 5vw;
    line-height: 3.91vw;
    text-align: center;
    margin: auto;
    max-width: 24vw;
    display: inline-block;
    width: 100%;
    margin-left:2vw;
}
.acautn_header{
    border:1px solid #333656;
    border-radius:5vw;
    color:#adadad;
    font-family: 'VelaSansRegular', sans-serif;
    font-size: 1vw;
    padding: 0 0 0 1vw;
    position: relative;
    display: flex;
    align-items: center;
}
.acautn_header span{
width:2.5vw;
height:2.5vw;
position:relative;
border-radius:5vw;
overflow:hidden;
margin-left:0vw;
}
.lk_monet_account{
    width:55px !important;
}
.lk_monet_account span{
    font-size: 17px;
    color: #fff;
    font-family: 'Maassslicer', sans-serif;
    padding-left: 18px;
    top: 3px;
}
.acautn_header span img{
    position:absolute;
    width:100%;
    height:100%;
}
.authModal_logo svg{
    width:8.5vw;
}
.authModal_title{
    font-size: 1.5vw;
    color: #fff;
    font-family: 'Maassslicer', sans-serif;
    margin-top: -.5vw;
}
.authModal {
    background: rgb(22 33 62 / 70%);
}
#authModal .modal-content{
    background:#0F102C;
    padding:1vw 1vw 3.4vw 1vw;
}

#authModal .modal-dialog{
    max-width:37vw;
}
.modal-header,.modal-footer{
    border:none;
}
#authModal #country {
    width: 90px;
    background: #ffffff1a;
    border: 1px solid #fff0;
    color: #fff;
    font-size: 1vw;
    font-family: 'VelaSansBold', sans-serif;
    padding: .6vw 1vw;
    border-radius:.6vw 0 0 .6vw;
    border-left:1px solid #8A8CA2;
    border-top:1px solid #8A8CA2;
    border-bottom:1px solid #8A8CA2;
}
#authModal .form-control {
    background: #ffffff1a;
    border: .1vw solid #8A8CA2;
    color: #fff;
    font-size: 1vw;
    font-family: 'VelaSansBold', sans-serif;
    padding: .6vw 1vw;
    border-radius:.6vw;
}
#user_sms{
    background: #ffffff1a;
    border: 1px solid #fff0;
    color: #fff;
    font-size: 1vw;
    font-family: 'VelaSansBold', sans-serif;
    padding: .6vw 1vw;
    border:1px solid #8A8CA2!important;
    border-radius:.6vw !important;
}
.refresh_number{
    color:#999;
    cursor:pointer;
}
#authModal label{
    color:#FBFBFF;
    font-family: 'VelaSansSemiBold', sans-serif;
    font-size: .95vw;
    margin-bottom:.6vw;
}
.authModal_input_text{
    color:#ffffff;
    font-family: 'VelaSansRegular', sans-serif;
    font-size: .8vw;
    margin-top:.5vw;
    position:absolute;
}
.refresh_email{
    position:absolute;
    font-family: 'VelaSansRegular', sans-serif;
    font-size: .8vw;
    margin-top: 1.7vw;
    margin-left: 10vw;
    cursor:pointer;
}
.refresh_email svg path{
    stroke:#da1414;
}
.refresh_email svg{
width: .95vw;
height:.95vw;
}
.refresh_email:hover{
    color:#ffffffb5;
}
.back_email{
    position:absolute;
    font-family: 'VelaSansRegular', sans-serif;
    font-size: .8vw;
    margin-top: 1.7vw;
    color:#fff;
    cursor:pointer;
}
.back_email svg path{
    stroke:#da1414;
}
.back_email svg{
width: 1.2vw;
height:1.2vw;
}
.back_email:hover{
    color:#ffffffb5;
}

#authModal .btn-primary{
    display: block;
    font-size: 1vw;
    font-family: 'VelaSansRegular', sans-serif;
    color: #555A73;
    background: #202140;
    border-radius: 5vw;
    line-height: 3.2vw;
    text-align: center;
    margin: auto;
    margin-top: 0vw;
    width: 100%;
    display: block;
    border:none;
    margin-top:3.5vw;
}

.btn_red {
    position: relative;
    overflow: hidden;
    color: #eeeeee !important;
    background: rgb(255, 0, 60) !important;
    background: linear-gradient(135deg, rgba(255, 0, 60, 1) 0%, rgba(218, 0, 37, 1) 48%, rgba(177, 0, 10, 1) 100%) !important;
    border: none;
    transition: color 0.3s ease;
  }

  .btn_red::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(206, 4, 57) !important;
    background: linear-gradient(87deg, rgba(206, 4, 57, 1) 0%, rgba(172, 4, 35, 1) 48%, rgba(146, 4, 18, 1) 100%) !important;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
  }

  .btn_red:hover::after {
    opacity: 1;
  }

  .btn_red span {
    position: relative;
    z-index: 2;
    font-size: 1vw;
    font-family: 'VelaSansRegular', sans-serif;
  }

#botble-member-forms-fronts-profile-form input{
    position:relative;
}
.input-icon{
content:'';
background:url(/images/update.svg) no-repeat;
width:1.6vw;
height:1.6vw;
position:absolute;
top: 2.6vw;
right: 1.5vw;
cursor:pointer;
background-size:100% !important;
}
.up_email{
    right: 1.5vw;
}
#botble-member-forms-fronts-profile-form .datepicker button {
    display: none;
}
#botble-member-forms-fronts-profile-form .flatpickr-input{
    border-radius: .3vw;
}
#botble-member-forms-fronts-profile-form .up_dob{
    top: .6vw;
    right: .7vw;
}
#botble-member-forms-fronts-seti-form .input-icon{
    right: .7vw;
}
.bg-dark{
    box-shadow:none;
}
.ck-content a{
    color:#bbb;
}
.mr-1{
    margin-right:.5vw;
}
/*----------------Розыгрыши-------------------*/
.block_rozygrysh_card{
margin-bottom:3vw;
}
.block_rozygrysh_date{
background:url(/images/rozygrysh/date.png) 50% no-repeat;
height: 4.7vw;
width:100%;
text-align:center;
display:flex;
align-items:center;
justify-content:center;
background-size:contain !important;
color:#fff;
font-family: 'Maassslicer', sans-serif;
font-size:1.88vw;
position:relative;
}
.block_rozygrysh_date span{
    position:relative;
    font-family: 'Maassslicer', sans-serif;
}
.block_rozygrysh_date span::before{
content:'';
position: absolute;
background:url(/images/rozygryshy/line-left.svg) no-repeat;
width:.8vw;
height:2.5vw;
left:-1.7vw;
background-size: 100%;
}
.block_rozygrysh_date span::after{
    content:'';
    position: absolute;
    background:url(/images/rozygryshy/line-right.svg) no-repeat;
    width:.8vw;
height:2.5vw;
right: -1.2vw;
    background-size: 100%;
    top: .4vw;
}
.block_rozygrysh_body_name{
font-size:1.39vw;
text-align:center;
color:#eeeeee;
padding: .4vw;
display:flex;
align-items:center;
justify-content:center;
}
.block_rozygrysh_body_sub_name{
font-size:0.94vw;
color:#eeeeee;
text-align:center;
margin-top:1vw;
margin-bottom: 1vw;
padding:0 1vw;
}
.block_rozygrysh_body{
background:url(/images/rozygrysh/fon_ruletka.svg) 50% 0 no-repeat;
background-size: contain;
min-height: 33vw;
padding: 1.5vw 1vw;
margin-top:.5vw;
position:relative;
}
.block_rozygrysh_body_img{
position:relative;
}
.block_rozygrysh_body_img img{
width:100%;
}
.block_rozygrysh_body_img:before{
content:"";
position:absolute;
width:100%;
height:100%;
background-size:cover;
left:0;
top:0;
}
.block_rozygrysh_body__btn a{
    display: block;
    font-size: 1vw;
    font-family: 'VelaSansRegular', sans-serif;
    color: #eeeeee;
    background: rgb(255,0,60);
background: linear-gradient(135deg, rgba(255,0,60,1) 0%, rgba(218,0,37,1) 48%, rgba(177,0,10,1) 100%);
    border-radius: 5vw;
    line-height: 3.91vw;
    text-align: center;
	margin:auto;
	    margin-top:-.5vw;
		display: block;
		z-index:1;
		position:relative;
        width: calc(100% - 2vw);
}
.block_rozygrysh_body_uslovia ul {
    list-style:none !important;
    margin:0;
    padding-left: 1.5vw;
}
.block_rozygrysh_body_uslovia ul li{
    color:#eeeeee;
    font-size: 1vw;
    font-family: 'VelaSansRegular', sans-serif;
}
.block_rozygrysh_body_uslovia ul li {
    font-weight: 400;
    list-style: none  !important;
}
.uslivie_ok{
position: relative;
padding-left:2vw;
margin-bottom:.6vw;
}
.uslivie_ok::before{
    content:'';
    background:url(/images/rozygryshy/yes.svg) 0 50% no-repeat;
    position: absolute;
    width:1.5vw;
    height:1.5vw;
    left:0;
    top:0;
}
.uslivie_no{
    position: relative;
    padding-left:2vw;
    margin-bottom:.6vw;
    }
.uslivie_no::before{
    content:'';
    background:url(/images/rozygryshy/none.svg) 0 50% no-repeat;
    position: absolute;
    width:1.5vw;
    height:1.5vw;
    left:0;
    top:0;
}
.uslivie_question{
    position: relative;
    padding-left:2vw;
    margin-bottom:.6vw;
    }
    .uslivie_question::before{
        content:'';
        background:url(/images/rozygryshy/question.svg) 0 50% no-repeat;
        position: absolute;
        width:1.5vw;
        height:1.5vw;
        left:0;
        top:0;
        background-size: 100%;
    }
    .error-text {
        color: #D4D4DA;
        font-size: .75vw;
        margin-top: 5px;
        display: none;
        font-family: 'VelaSansRegular', sans-serif;
        position:absolute;
    }
    .btn-close {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        position: absolute;
        top: 1vw;
        right: 1vw;
    }
.block_rozygrysh_body__btn{
position: absolute;
width: calc(100% - 2vw);
bottom: 1.5vw;
}

#authModal input::placeholder {
    color: rgb(255, 255, 255);
    opacity: .5; /* Полностью видимый текст */
}

#authModal  input:focus::placeholder {
    color: rgb(255, 255, 255); /* Меняем цвет, если поле ввода в фокусе */
}

#rozygrysh .card{
    margin-bottom:2vw;
}

.block_rozygrysh_card_style_1 .block_rozygrysh_date{
    background:url(/images/rozygryshy/head_1.png) 50% no-repeat;
}
.block_rozygrysh_card_style_1 .block_rozygrysh_body{
    background:url(/images/rozygryshy/body_1.png) 50% 0 no-repeat;
    background-size: contain;
    min-height: 33vw;
}
.block_rozygrysh_card_style_1 .block_rozygrysh_body_name{
    background:url(/images/rozygryshy/title_1.png) 50% 0 no-repeat;
    background-size: contain;
    margin: 0 1vw;
    min-height: 4.55vw;
}

.block_rozygrysh_card_style_2 .block_rozygrysh_date{
    background:url(/images/rozygryshy/head_2.png) 50% no-repeat;
}
.block_rozygrysh_card_style_2 .block_rozygrysh_body{
    background:url(/images/rozygryshy/body_2.png) 50% 0 no-repeat;
    background-size: contain;
    min-height: 33vw;
}
.block_rozygrysh_card_style_2 .block_rozygrysh_body_name{
    background:url(/images/rozygryshy/title_2.png) 50% 0 no-repeat;
    background-size: contain;
}

.block_rozygrysh_card_style_3 .block_rozygrysh_date{
    background:url(/images/rozygryshy/head_3.png) 50% no-repeat;
}
.block_rozygrysh_card_style_3 .block_rozygrysh_body{
    background:url(/images/rozygryshy/body_3.png) 50% 0 no-repeat;
    background-size: contain;
    min-height: 33vw;
}
.block_rozygrysh_card_style_3 .block_rozygrysh_body_name{
    background:url(/images/rozygryshy/title_3.png) 50% 0 no-repeat;
    background-size: contain;
}

.block_rozygrysh_card_style_4 .block_rozygrysh_date{
    background:url(/images/rozygryshy/head_4.png) 50% no-repeat;
}
.block_rozygrysh_card_style_4 .block_rozygrysh_body{
    background:url(/images/rozygryshy/body_4.png) 50% 0 no-repeat;
    background-size: contain;
    min-height: 33vw;
}
.block_rozygrysh_card_style_4 .block_rozygrysh_body_name{
    background:url(/images/rozygryshy/title_4.png) 50% 0 no-repeat;
    background-size: contain;
}

.block_rozygrysh_card_style_5 .block_rozygrysh_date{
    background:url(/images/rozygryshy/head_5.png) 50% no-repeat;
}
.block_rozygrysh_card_style_5 .block_rozygrysh_body{
    background:url(/images/rozygryshy/body_5.png) 50% 0 no-repeat;
    background-size: contain;
    min-height: 33vw;
}
.block_rozygrysh_card_style_5 .block_rozygrysh_body_name{
    background:url(/images/rozygryshy/title_5.png) 50% 0 no-repeat;
    background-size: contain;
}
/*----------------Розыгрыши-------------------*/


.container{
width:100%;
max-width:100%;
}

.site-content{
    width:100%;
    /*max-width:1270px;*/
    max-width:100%;
    margin:auto;
}
.block_5{
    position:relative;
}
.fon_block_5_img{
    background: url(/images/robot.webp) right center no-repeat;
    width:100%;
    height:100%;
    position:absolute;
    top:35%;
    right:0;
}

.block_6, .fon_block_6{
    position:relative;
}
.fon_block_6_img{
    background: url(/images/drakon.webp) left center no-repeat;
    width:100%;
    height:100%;
    position:absolute;
    top:-37%;
    left:-22.5%;
}
.mobile_block{
    display:none;
}
.news_list_article_img{
    width:20vw;
}
.news_list_article_text{
    width:80vw;
}
.news_list_article_img img{
    border-radius:1vw;
}
.news_list_article:hover{
background:#0046ff3b;
box-shadow: 0px 0px 0px 1px #0046ff inset;
}
.news_big:hover{
    background:#0046ff3b;
    box-shadow: 0px 0px 0px 1px #0046ff ;
}

.slider_studio .slider_item img{
border-radius:1.5vw;
}

 .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 15px !important;
        height: 15px !important;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: none;
        border: 1px solid #fff !important;
        border-radius: 5vw !important;
}
.slick-dots .slick-active button{
    background:#ff003c !important;
    border: 1px solid #ff003c !important;
    border-radius: 5vw;
}
.slick-dots {
    bottom: 20px !important;
}
.slick-dots li button:before{
content:''!important;
}
.col-lg-6 .card-img-top-box{
    min-height: 22vw;
}
.card-img-top-box{
    position:relative;
    width:100%;
    min-height:13.4vw;
}
.card-img-top{
    position:absolute;
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius:1vw;
}

.pt_150 {
    padding-top: 7vw;
}
.overflow_hidden{
    overflow:hidden;
}
#passwordHelp{
    color:#fff !important;
    margin-bottom:.6vw;
    display:block;
    font-family: 'VelaSansRegular', sans-serif;
    font-size: .7vw;
    position: absolute;
}
.refresh_email{
    color:#fff;
}
.toggle-password, .toggle-password-confirm{
background:none;
border:none;
padding:0;
line-height:1;
position:absolute;
right: 1vw;
top: .6vw;
}
.toggle-password svg, .toggle-password-confirm svg{
    width:1.6vw;
    opacity: .6;
}
.mb-08{
margin-bottom: .8vw;
}
.toggle-password:hover, .toggle-password-confirm:hover{
    background:none;
border:none;
}
.background_blue{
    background:#1D1F3F;
    padding:1.6vw 1.2vw;
    border-radius:1.5vw;
    border:.1vw solid #3F4264;
    margin-top:5.1vw;
}
#vivt_browser_youtube{
    transition: all 1s;
}
#vivt_browser_lottery{
    transition: all 1s;
}
input[type="date" i]::-webkit-calendar-picker-indicator {
    display:none !important;
}
.block_rozygrysh.shows,
#vivt_browser_youtube.shows {
    opacity: 1; /* Показать блок */
    z-index: 1; /* Поверх остальных */
}
.block_rozygrysh.hides,
#vivt_browser_youtube.hides {
    opacity: 0; /* Скрыть блок */
    z-index: 0; /* Под другими элементами */
    pointer-events: none; /* Отключить взаимодействие */
}
.card_youtube .card-body{
padding:.7vw 0;
}
#project{
    margin-top:7vw;
}
#project h2{
    margin-bottom:2.9vw;
}
.project{
    margin-bottom:1.5vw;
}
.navbar-dark.fixed-top{
    margin-left: 0;
    width: 100%;
    margin-top: 55px;
    border-radius: 0;
}
.info_svg{
position: absolute;
margin-left: .3vw;
width:1.2vw;
height:1.2vw;
}
.twitch_svg:hover svg path{
    fill:#9146FF;
    transition: .3s ease;
}
.twitch_svg:not(:hover) svg path{
    transition: .3s ease;
}
.youtube_svg:hover svg path{
    fill:#FF0000;
    transition: .3s ease;
}
.youtube_svg:not(:hover) svg path{
    transition: .3s ease;
}
.telegram_svg:hover svg path{
    fill:#2BABEE;
    transition: .3s ease;
}
.telegram_svg:not(:hover) svg path{
    transition: .3s ease;
}
.tiktok_svg:hover svg path{
    fill:#FE2C55;
    transition: .3s ease;
}
.tiktok_svg:not(:hover) svg path{
    transition: .3s ease;
}
.vk_svg:hover svg path{
    fill:#0077FF;
    transition: .3s ease;
}
.vk_svg:not(:hover) svg path{
    transition: .3s ease;
}
.discord_svg:hover svg path{
    fill:#5865F2;
    transition: .3s ease;
}
.likee_svg:hover svg path{
    fill:#FC2360;
    transition: .3s ease;
}
.main-content .navbar .navbar-nav .nav-link{
    border-radius: 0;
    min-height: 0;
    min-width: 0;
    position: relative;
}
.main-content .navbar .navbar-nav {
    min-height: 0;
}
.acautn_header span:hover{
    border: 1px solid #ffffff69;
}
.left_morgin_text{
    margin-left: 1.6vw;
}
.uslovia{
    display: block;
    font-size: .9vw;
    font-family: 'VelaSansRegular', sans-serif;
    color: #eeeeee;
    background: rgb(0 181 9);
    border-radius: 5vw;
    line-height: 3.91vw;
    text-align: center;
    margin: auto;
    margin-top: -.5vw;
    display: block;
    z-index: 1;
    position: relative;
}
.match_live_ava img{
    height: 4vw;
    width: 4vw;
    border-radius:5vw;
    overflow:hidden;
}
.modal-backdrop{
    display:none !important;
}
.up_email{
display:none !important;
}
.card-text a{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    width: 100%;
}
.card-body .col-auto:nth-child(2){
max-width:100% !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #2ec106 !important;
}
.label-verified::after {
    width: 4.5vw !important;
    content: 'verified' !important;
    background: url(/images/verify.svg) no-repeat !important;
    padding-left: 1.3vw;
    font-size: .8vw;
    color: #2ec106;
}
.label-no-verified::after{
    content: '';
    height: 1.1vw !important;
    width: 1.11vw !important;
    background: url(/images/thois.svg) no-repeat !important;
    position: absolute;
    margin-left: .4vw;
}

.show-old{
    display: block !important;
}
.hide{
    display: none !important;
}
.modal-open{
    overflow: hidden !important;
}

.modal-body{
    padding: 0vw 1vw;
}
.modal-header, .modal-footer {
    padding: 1vw 1vw 1.2vw 1vw;
}
#authModal .error_label{
    color:#da1414;
}
.sidebar_menu .lk_schet svg{
    margin-top:.25vw;
    margin-left:.2vw;
}
.sidebar_menu .lk_schet img{
    margin-top:-.4vw;
    margin-left:.2vw;
}

@media(max-width:900px){
.red_plank{
    max-width: 92%;
}
}

@media(max-width:600px){
.setiform2{
    max-width: 100%;
}
.setifrom2_label {
    display: block;
    margin-top: 20px;
    width: 100%;
}
.setifrom2_label .form-control {
    background: #ffffff1a;
    border: 1px solid #8A8CA2;
    color: #fff;
    font-size: 16px;
    font-family: 'VelaSansSemiBold', sans-serif;
    padding: 7.2px 15px;
        border-radius: 6px;
}
.setifrom2_label > div {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: 'VelaSansSemiBold', sans-serif;
}
.setifrom2_label > div span {
    color: #D4D4DA;
    font-size: 10px;
    font-family: 'VelaSansRegular', sans-serif;
    display: block;
}
.setifrom2_label .mb-3 {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
}
.setiform2 p{
    font-size: 14px;
    font-family: 'VelaSansRegular', sans-serif;
    color: #fff;
}

.setiform2 .border_bottom_style_2{
    display:none;
}
.setifrom2_btn_border {
    font-size: 16px;
    font-family: 'VelaSansRegular', sans-serif;
    color: #fff;
    background: none;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    margin: auto;
    max-width: 100%;
    border: 1px solid #fff;
    display: inline-block;
    width: 100%;
    margin-top:10px;
}
.setifrom2_btn_bg {
    font-size: 16px;
    font-family: 'VelaSansRegular', sans-serif;
    color: #fff;
    background: rgb(255, 0, 60);
    background: linear-gradient(135deg, rgba(255, 0, 60, 1) 0%, rgba(218, 0, 37, 1) 48%, rgba(177, 0, 10, 1) 100%);
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    margin: auto;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-top:0px;
}
.setifrom2_btn {
    margin-top: 50px;
    display: grid;
}
.setifrom2_btn a:nth-child(1) {
    order: 2; /* Оставляем первым */
}

.setifrom2_btn a:nth-child(3) {
    order: 1; /* Ставим вторым */
}

.header_account_background{
    background: #ffffff17;
    border-radius: 50px;
    padding: 3px;
    width: 90px;
}
.hover_seti .seti{
    position: absolute;
    margin-top: -205px;
    left: calc(50% - 150px);
    max-width: 300px;
}
.hover_seti .seti a{
background:#fff;
height: 55px;
width: 55px;
}
.hover_seti .seti a svg {
    width: 32px !important;
    height: 32px !important;
}

.hover_seti .seti {
    display: grid;
  }



    #partner .carusel_card .col-sm-3{
width:50%;
    }
    .mobile_site_menu ul li svg{
        width: 15px;
        height: 15px;
    }
    .mobile_site_menu_logo svg{
        width:24px;
        height:24px;
    }
.calendar_icon svg{
    height:25px;
    width:25px;
}

#vivt_browser_youtube .row{
padding: 0px 12px;
}

.sidebar_menu{
    left:-100%;
}
.content_box{
    padding: 20px 10px 100px 10px;
}
.card_youtube .p_10{
    padding:0;
}
.navbar{
/*display:none;*/
}
.menu_mobile{
margin-bottom:20px;
}
.space-betwen{
    justify-content: space-between;
}
.red_btn{
    font-size:14px;
    min-width:100px
}
.red_btn span {
    font-size:14px;
    min-width:100px
}
.fs_16 {
    font-size: 14px;
}
.w_30 {
    width: 30px;
}
.fs_14{
    font-size: 12px;
}
.mobile_none{
    display:none!important;
}
.mobile_block{
    display:block;
}
.carusel_card{
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
margin: 0 -10px;
}

.carusel_card .col-sm-4{
    width: 250px;
    min-width: 250px;
    margin-left: 7px;
    margin-right: 0px;
}
.card-body{
    padding:10px;
}
.card-body .row .col-auto{
    width:calc(100% - 35px);
  }
.card-body .row .col-auto.pl_0{
  width:35px;
}
.card-link+.card-link{
    margin-left:5px;
}
.mt_150 {
    margin-top: 100px;
}
.kent {
    position: absolute;
    top: -26px;
    width: 290px;
    left: -10px;
    max-width: 290px;
}
.fon_block_2 {
    background: url(/images/png/block2/fon_block_2.svg) center top no-repeat;
    background-size: cover;
    position: relative;
    height: 250px;
}
.red_plank {
    background: rgb(255, 0, 60);
    background: linear-gradient(90deg, rgba(255, 0, 60, 1) 0%, rgba(218, 0, 37, 1) 100%);
    border-radius: 0 0 10px 10px;
    z-index: 1;
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-top: 35px;
    font-family: 'VelaSansBold', sans-serif;
    padding: 5px 0 15px 0;
    text-align:center;
}
.link_block_2{
    font-size:26px;
    border:none;
}
.seti_board{
    display:block;
}
.seti_board a {
    height: 35px;
    width: 35px;
    padding:5px;
}
.sub_text {
    color: #D4D4DA;
    font-size: 14px;
    font-family: 'VelaSans', sans-serif;
    display: block;
    margin-top: 10px !important;
    text-align: right;
    margin-right: 15px;
}
.fon_block_2 .title_maassslicer{
    font-size:22px;
}
.fon_block_2 .col-lg-5.col-6{
    position:relative;
}
.fon_block_2 .title_maassslicer{
    margin-left: -10px;
    margin-top: 40px;
    z-index: 1;
    position: relative;
}
.kent {
    content: url('/images/png/block2/kent_mobile.png');
}

.title_maassslicer {
    font-size: 28px;
}
.fon_block_3, .fon_block_4{
background:none;
border:none;
padding:0;
}
.card_day .calendar_icon{
    height: 45px;
    width: 45px;
    border-radius:50px;

}
.card_day .calendar_icon img{
    max-width:24px;
}
.card_day .date {
    font-size: 18px;
}
.card_day .day {
    color: #FBFBFF;
    font-size: 14px;
    font-family: 'VelaSansRegular', sans-serif;
}
.card_day_date {
    padding: 7px;
    border: 1px solid #8A8CA2;
    /* background: #ffffff08; */
    margin-bottom: 15px;
    border-radius: 50px;
    display:none;
}
.card_day {
    padding: 0 11px;
}
.card_day .match_time {
    color: #eeeeee;
    font-size: 18px;
}
.card_day .match_time span {
    color: #eeeeee;
    font-size: 10px;
}
.match_comand span:nth-child(2) {
    font-size: 14px;
}
.match_comand span:nth-child(3) {
    color: #eeeeee;
    font-size: 10px;
}
.match_vs_text {
    color: #FF003C;
    font-family: 'Maassslicer', sans-serif;
    font-size: 18px;
}

.match_live_title span:nth-child(1) {
    font-size: 18px;
}
.match_live_title span:nth-child(2) {
    font-size: 14px;
}
.match_vs, .match_live_stream{
    padding:15px;
}
.card_day_btn {
    padding: 0px;
    border-top: 0px solid #62658682;
}

.card_day_btn a {
    display: block;
    font-size: 14px;
    font-family: 'VelaSansRegular', sans-serif;
    color: #eeeeee;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff !important;
}
.mt_130 {
    margin-top: 50px;
}
.news_list_article_text_label {
    font-size: 10px;
}
.news_list_article_title {
    font-size: 14px;
    margin-top: 10px;
}
.news_list_article_text_label svg {
    margin-right: 0.6vw;
    width: 14px;
}
.news_list_article_img {
    margin-right: 10px;
}
.news_list_article_img img{
    min-width:72px;
}

.btn_all_news {
    display: block;
    font-size: 14px;
    font-family: 'VelaSansRegular', sans-serif;
    color: #eeeeee;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff !important;
}
.card_comand_img {
    position: relative;
    width: 100%;
    height: 250px;
}
.card_comand_footer_name_title {
    font-size: 16px;
    margin-top:10px;
}

.card_comand_footer_name_dolgnost span {
    color: #D4D4DA;
    font-size: 10px;
    border: 1px solid #FF003C;
    line-height: 1;
    border-radius: 50px;
    padding: 4px 8px;
}
.card_comand_footer_name_dolgnost span svg {
    margin-top: -2px;
}
.card_comand_footer_name_dolgnost svg{
    margin-right:.5vw;
}
.card_comand_footer_text {
    font-size: 14px;
    color: #eeeeee;
    padding-bottom: 12px;
}
.fon_block_5_img ,.fon_block_6_img{
    display:none;
}
.fon_block_6 .title_maassslicer{
    font-size:24px;
}
.fon_block_6 h3, .fon_block_7 h3{
    font-size: 16px;
}
.list_studio_har_card_title {
    color: #FBFBFF;
    font-size: 40px;
}
.list_studio_har_card_text {
    color: #FBFBFF;
    font-size: 24px;
    font-family: 'VelaSansRegular', sans-serif;
    margin-top:10px;
}
.list_studio_har_card {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:25px;
    border-radius: 28px;
}
.fon_block_7 .plank_red_title {
    font-size: 22px;
}

.list_studio_prem_card {
    text-align: center;
    position: relative;
    min-height: 443px;
    overflow: hidden;
    border-radius: 34px !important;
    margin-bottom:20px;
}
.list_studio_prem_card_title {
    font-size: 24px;
    padding-top: 280px;
}
.list_studio_prem_card_text {
    color: #FBFBFF;
    font-size: 16px;
    padding: 10px 12px;
    max-width: 300px;
    margin: auto;
}
.partner_list_card {
    background: #1D1F3F;
    border-radius: 15px;
    margin-bottom:20px;
    min-height:90px;
    text-align:center;
}
.partner_list_card svg{
max-height: 30px;
}
.fon_block_8 p {
    color: #FBFBFF;
    font-size: 14px;
    display:none;
}
.fon_block_8 {
    background: url(/images/png/shlem_mobile.png) no-repeat;
    background-size: cover;
    position: relative;
    height: 360px;
    padding: 30px;
    border-radius: 30px;
}

.mobile_site_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1D1F3F;
    left: 0;
    padding: 0 0px 10px 0px;
    z-index: 9;
    height:56px;
}
.mobile_site_menu ul li{
    display:inline-block;
}
.mobile_site_menu ul li{
    display:inline-block;
    text-align:center;
    width: calc(20% - 5px);
    margin-top:13px;
}
.mobile_site_menu ul li a{
    color:#FBFBFF !important;
    font-size:10px;
    font-family: 'VelaSansRegular', sans-serif;
    position:relative;
}
.mobile_site_menu ul li svg{
    display:block;
    margin: auto;
}
.mobile_site_menu_logo{
    border-radius:50px;
}

.hover_seti_btn svg{
    max-width: 80px;
        position: relative;
        width: 80px !important;
        height: 57px !important;
        top: -51px;
        left: calc(50% - 40px);
        position:absolute;
}
.p_r_10_m{
    padding-right:15px;
}
.p_l_10_m{
padding-left:10px;
}
.mobile_site_menu_logo_bg{
    border-radius: 50px;
        background: #FF003C;
        position: absolute;
        height: 65px;
        width: 65px;
        top: -21px;
        left: calc(50% - 38px);
}
.profil_ava{
    display:none;
}
.crop-image-container .form-label{
    display:none;
}
.crop-image-container .avatar-view{
    width: 85px;
        height: 85px;
        border-radius: 50px;
        border: 3px solid #8A8CA2;
        margin-top: 25px;
}
.crop-image-original.avatar{
    position: absolute;
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}
.mobile_site_menu ul{
    padding:0;
    margin:0;
}
.mobile_site_menu ul li img {
    display: block;
    margin: auto;
}
.card-img-top-box {
    position: relative;
    width: 100%;
    min-height: 138px;
}
.background_blue{
    padding:3px 8px;
    margin-top: 55px;
    border-radius: 15px;
}
.big_mobile_card_youtube .card-img-top-box{
    min-height: 188px;
}
.big_mobile_card_youtube{
margin-bottom:15px;
}
.card-img-top{
    border-radius:15px;
}
.card_youtube .card-body {
    padding: 10px 0;
}
#contact{
    margin-top: 30px;
}
#date{
    margin-top:90px;
}
.mb-10{
    margin:0 -10px;
}
.card_day_date_filtr{
background: #ffffff15;
border-radius: 50px;
margin-bottom:10px;
padding: 8px;
}
.card_day{
    border-radius: 25px;
}

.card_day_date_filtr .calendar_icon {
    height: 45px;
        width: 45px;
        border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .1vw solid #8a8ca2;
    background: #ffffff15;
}
#project{
    margin-top: 100px;
}
.fon_block_3 h2, #project h2, #news h2, #comand h2, .block_9 h2{
    margin-bottom:25px;
}
.project {
    margin-bottom: 15px;
}
.match_live_stream.last-post {
    border-bottom: none;
}
.news_list_article{
    background:none;
    border-bottom: 1px solid #62658682;
    padding: 14px 0;
}
.news_list_article:last-child{
    border-bottom: none;
}
.news_list_article_text_label svg{
width:14px;
height:14px;
margin-right: 7px;
}
#comand .carusel_card .col-sm-4 {
    margin-right: 15px;
    padding: 0;
    margin-left: 0;
}
#comand .carusel_card {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: calc(100% + 10px);
    margin-left: 0;
}
.card_comand_footer_name {
    flex-direction: column;
    align-items: flex-start;
}
.order_m_1 {
    order: -1;
}
.order_m_2 {
    order: 1;
}
.card_comand_footer_name_dolgnost span svg {
    margin-right: 5px;
}
.card_comand_footer_obaz li {
    color: #FBFBFF;
    margin-bottom: 10px;
    font-family: 'VelaSans', sans-serif;
    font-size: 14px;
}
.card_comand_footer_obaz {
    margin: 10px 0;
    padding: 10px 0 0 0px;
}
.card_comand_footer {
    padding: 10px;
}
#contact{
    overflow:inherit !important;
}
.fon_block_6 h3 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.fon_block_7 h2 {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom:30px;
}
.plank_red_title{
    padding: 20px 10px;
    margin-top:5px;
    margin-bottom:90px;
    border-radius:20px;
}
.monitor_k {
    width: 80px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.fon_block_8 h2{
    margin-top:5px;
    text-align:center;
    text-transform: uppercase;
}
.list_studio_prem .col-sm-4{
    margin-bottom:10px;
}
.block_8{
    margin-top:0px;
}
.block_9{
    margin-top:100px;
}
.footer_list svg{
    width:110px;
    height:85px;
}
.sidebar_menu{
    position: fixed;
    width:100%;
    top: 70px;
}
.menu_mobile.fixed-top{
    padding:18px 10px;
    background: #10112f;
}
.site_menu li a {
    color: #FBFBFF;
    font-size: 14px;
    font-family: 'VelaSansRegular', sans-serif;
    line-height: 1.5;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    align-items: center;
}
.site_menu li {
    margin-bottom: 20px;
}
.site_menu.mt_40{
    margin-top: 40px;
}
.logo {
    margin-top: 20px;
    text-align: center;
}
.logo svg {
    max-width: 30%;
}
.sidebar_menu {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 360px;
}
.bottom_menu {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    width: 100%;
    padding: 20px 20px 0 20px;
}
.bottom_menu .link {
    padding:10px;
    border-radius: 15px;
    background: #ffffff09;
    color: #fff;
    font-size: 18px;
    font-family: 'VelaSansRegular', sans-serif;
    line-height: 1.5;
    text-align:center;
}
.seti {
    background: none;
    border-radius: 15px;
    margin-top: 10px;
    padding: 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width:250px;
    margin:auto;
    margin-top:50px;
}
.seti a {
    display: inline-flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background: #ced1ff29;
    border-radius: 50px;
    margin:4px;
}
.mr_10 {
    margin-right: 10px;
}
.footer_list a, .footer_list {
    color: #D4D4DA;
    font-family: 'VelaSansRegular', sans-serif;
    font-size:12px;
}
.footer_logo{
    text-align:center;
    margin:25px 0 30px 0;
}
.footer_list li{
    margin-bottom:15px;
}
footer .col-6{
    margin-bottom:10px;
}
#authModal .modal-dialog {
    max-width: 100%;
}
.authModal_logo svg {
    width: 90px;
}
.authModal_title{
    font-size: 16px;
}
#authModal label{
    font-size:11px;
    margin-bottom: 5px;
}
#authModal .form-control {
    background: #ffffff1a;
    border: 1px solid #8A8CA2;
    color: #fff;
    font-size: 14px;
    font-family: 'VelaSansBold', sans-serif;
    padding: 10px 15px;
    border-radius: 6px !important;
}
#authModal .btn-primary {
    display: block;
    font-size: 14px;
    font-family: 'VelaSansRegular', sans-serif;
    color: #555A73;
    background: #202140;
    border-radius: 50px;
    line-height: 2.5;
    text-align: center;
    margin: auto;
    margin-top: 0vw;
    width: 100%;
    display: block;
    border: none;
    margin-top: 34px;
}
.btn-close{
    top:10px;
    right:10px;
}
.authModal_input_text {
    color: #D4D4DA;
    font-family: 'VelaSans', sans-serif;
    font-size: 9px;
    margin-top: 4px;
}
.sidebar_menu.open {
    left: 0; /* меню появляется */
}
.slider_studio .slider_item{
    position:relative;
    min-height:370px;
    width:100%;
}
.slider_studio .slider_item img {
    border-radius: 25px;
}
.card_comand{
    border-radius:20px;
}
.card_comand_img{
    border-radius: 20px 20px 0 0;
}
.card_comand_footer_obaz svg {
    margin-right: 7px;
}
.slick-dots {
    bottom: -30px !important;
}
.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
}
.card_day_date_filtr .date {
    font-size: 18px;
    color: #fff;
    font-family: 'VelaSansSemiBold', sans-serif;
    display: block;
    margin-bottom: 0;
}
.card_day_date_filtr .day {
    font-size: 14px;
    color: #FBFBFF;
    font-family: 'VelaSansRegular', sans-serif;
    opacity: .7;
}
.arrow_filter{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.arrow_filter img{
    max-width:20px;
    margin-right:10px;
}

.card_day_date_filtr {
    position: relative;
}

.dropdown_dates {
    position: absolute;
    top: 100%;
    left: 0;
    background: #101132;
    width: 100%;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    border-radius:25px;
}

.dropdown_item {
    padding: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.dropdown_item:hover {
    background: #f5f5f5;
}

.selected-date {
    cursor: pointer;
}

.arrow_filter {
    cursor: pointer;
}

.ava_youtube {
    width: 33px;
    height: 33px;
    border: 1px solid #ffffff26;
}
.mr-1 {
    margin-right: 10px;
}

#TabUser li a{
    font-size:14px;
}
#acaunt label {
    font-size: 14px;
}
#acaunt .form-control {
    border: 1px solid #fff0;
    color: #fff;
    font-size: 16px;
    font-family: 'VelaSansSemiBold', sans-serif;
    padding: 10px 15px;
    border-radius:6px;
}
#acaunt .form-select {
    background: #ffffff1a;
    border: 1px solid #fff0;
    color: #fff;
    font-size: 14px;
    font-family: 'VelaSansBold', sans-serif;
    padding: 10px 15px;
    border-radius:10px;
}
.bg_lainer{
    padding:15px;
    margin-top:22px;
}
#botble-member-forms-fronts-seti-form{
    display:block !important;
}
#botble-member-forms-fronts-seti-form .mb-3 {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
    margin-bottom: 20px;
    display:flex;
    align-items: center;
}
#acaunt .seti_from label{
    font-size: 14px;
    min-width: 120px;
    margin-bottom: 0;
}
#acaunt .seti_from label:after {
    content: '';
    height: 16px;
    width: 16px;
    margin-top:2px;
    margin-left:4px;
}
#botble-member-forms-fronts-profile-form .mb-3{
    display:flex;
    align-items: center;
}
#acaunt label {
    font-size: 14px;
    min-width:120px;
    margin-bottom:0;
}
.user_name h1 {
    font-size: 26px;
    color: #fff;
    font-family: 'Maassslicer', sans-serif;
    margin-left: 5px;
    margin-top: 37px;
    padding-bottom: 10px;
}
.user_name{
border:none;
}
.footer_list img {
    max-width: 100px;
}
.footer_list img {
    width: auto;
}
.left_morgin_text {
    margin-left: 3px;
}
.input-icon {
    content: '';
    background: url(/images/update.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    right: 22px;
    cursor: pointer;
    background-size: 100% !important;
}
#botble-member-forms-fronts-profile-form .flatpickr-input {
    border-radius: 6px;
}
.lk_schet_monet {
    font-size: 28px;
    color: #fff;
    font-family: 'Maassslicer', sans-serif;
    margin-left:5px;
}
.lk_schet_title {
    font-size: 14px;
    margin-bottom:5px;
}
.acaunt_info_card_title {
    font-size: 14px;
    margin-bottom:5px;
}
.acaunt_info_card_text {
    font-size: 14px;
}
.acaunt_info_card_text_qty {
    font-size: 28px;
    margin-left:5px;
}
.acaunt_info .col-lg-3{
    margin-bottom:15px;
}
.acaunt_info_card {
    padding: 15px 20px;
}
.acautn_header{
    font-size: 14px;
    padding: 0;
    border:none;
}
.acautn_header span {
    width: 32px;
    height: 32px;
}
.acautn_header span svg{
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
right: 0;
}
.menu_mobile_btn .red_btn{
    height: 35px;
}
.card_day .match_time{
    margin-right: 25px;
}
.info_svg{
    margin-left: 5px;
}
.match_live_ava {
    margin-right: 20px;
}
.seti_board a svg {
    height: 23px;
    width: 23px;
}
.info_svg {
    position: absolute;
    margin-left: 5px;
    width: 14px;
    height: 14px;
}
.match_live_ava img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
}
.seti a svg {
    width: 24px;
    height: 24px;
}
.logo img {
    max-width: 30%;
}
.block_rozygrysh_card_style_1 .block_rozygrysh_body{
    background-size:cover;
    min-height: 496px;
    border-radius:30px;
    overflow:hidden;
    box-shadow: inset 2px 3px 0px #0143f6, inset -2px 3px 0px #0143f6, inset 0px -3px 0px #0143f6;
}
.block_rozygrysh_body_sub_name {
    font-size: 14px;
}
.block_rozygrysh_body_uslovia ul li {
    color: #eeeeee;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
}
.block_rozygrysh_body_name{
    font-size: 18px;
}
.block_rozygrysh_date span {
    font-size: 18px;
}
.block_rozygrysh_card_style_1 .block_rozygrysh_date {
    background-size: cover !important;
    height: 70px;
    border-radius:50px;
    box-shadow: inset 2px 3px 0px #0143f6, inset -2px 3px 0px #0143f6, inset 0px -3px 0px #0143f6;
}
.block_rozygrysh_body__btn a {
    display: block;
    font-size: 18px;
    line-height: 45px;
    border-radius: 50px;
    width: calc(100% - 50px);
    bottom: 10px;
}
.block_rozygrysh_body_sub_name {
    margin-top: 25px;
    margin-bottom: 40px;
}
.uslivie_question::before {
    width: 22px;
    height: 22px;
}
.block_rozygrysh_body_name {
    text-align: center;
    color: #eeeeee;
    padding: 10px;
    margin-top:20px;
}
.profil_ava .avatar-view {
    width: 110px;
    height: 110px;
}
#authModal .modal-content{
    padding: 10px 10px 34px 10px;
}
.modal-header, .modal-footer {
    padding: 10px 10px 12px 10px;
}
.back_email{
    font-size: 9px;
    margin-top: 17px;
}
.refresh_email{
    font-size: 9px;
    margin-top: 17px;
    margin-left:115px;
}
.refresh_email svg {
    width: 10px;
    height: 10px;
}
.back_email svg {
    width: 12px;
    height: 12px;
}
.mb-08 {
    margin-bottom: 10px;
}
.toggle-password svg, .toggle-password-confirm svg {
    width: 20px;
    opacity: .6;
}
.toggle-password, .toggle-password-confirm {
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 10px;
}
#passwordHelp {
    color: #fff !important;
    margin-bottom: 5px;
    display: block;
    font-family: 'VelaSansRegular', sans-serif;
    font-size: 9px;
    position: absolute;
}
.btn_red span {
    font-size: 14px;
  }
  .col-lg-6 .card-img-top-box{
    min-height:180px;
  }
.bg_lainer{
background:none;
padding:0;
border:none;
}
.fon_block_8 p{
    max-width:100%;
}
.lk_monet_account svg{
    width:18px !important;
    height:18px !important;
    margin-top: 6px;
}
.lk_monet_account img{
    width:18px !important;
    height:18px !important;
    margin-top: 6px;
    margin-left:4px;
}
.acaunt_info_card{
    text-align:center;
}
.acaunt_info_card .lk_schet_monet{
    justify-content: center;
}
#TabUser{
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: calc(100% + 10px);
    margin-top: 11px;
}
#TabUser li a{
    width: 100%;
    margin-right:0px;
}
#TabUser li{
    margin-right:20px;
}
#TabUser li:nth-child(1) {
    min-width:87px;
}
#TabUser li:nth-child(2) {
    min-width:110px;
}
#TabUser li:nth-child(3) {
    min-width:126px;
}
.acaunt_info_card {
    text-align: center;
    background: rgb(29, 33, 99);
    background: linear-gradient(-90deg, rgba(29, 33, 99, 1) 0%, rgba(29, 31, 63, 1) 100%);
    border: 1px solid #ffffff12;
    border-radius:10px;
}
.card-body .bg_lainer{
    border-bottom:1px solid #8A8CA2;
    border-radius:0;
    padding-bottom: 27px;
    margin-bottom:10px;
}
.border_bottom_style{
border:none;
margin-top: -15px;
}
.bg_lainer.seti_from{
    border:none;
    }
    #botble-member-forms-fronts-profile-form .mb-3.position-relative:nth-child(1) {
        order: 0; /* Оставляем первым */
    }

    #botble-member-forms-fronts-profile-form .mb-3.position-relative:nth-child(3) {
        order: 3; /* Ставим вторым */
    }

    #botble-member-forms-fronts-profile-form .mb-3.position-relative:nth-child(2) {
        order: 1; /* Ставим третьим */
    }

    #botble-member-forms-fronts-profile-form .mb-3.position-relative:nth-child(4) {
        order: 2; /* Оставляем четвертым */
    }
    .avatar_mobile_btn{
        background: #fff;
        border: 1px solid #8A8CA2;
        border-radius: 8px;
        width: 28px;
        height: 28px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 86px;
        margin-right: -5px;
    }
    #comand h2{
        margin-bottom: 35px;
    }
.copyright.mobile_block{
    font-family: 'VelaSansRegular', sans-serif;
    font-size:12px;
    margin-top:15px;
}
.block_8_text{
    font-family: 'VelaSansRegular', sans-serif;
    font-size:16px;
    margin: 20px auto 0 auto;
    color:#FBFBFF;
    text-align:center;
    padding: 0 5px;
}
.hover_seti_btn img {
    max-width: 80px;
    position: relative;
    width: 80px !important;
    height: 57px !important;
    top: -55px;
    left: calc(50% - 40px);
    position: absolute;
}
.mobile_site_menu ul li img {
    width: 15px;
    height: 15px;
}
.acaunt_info_card .lk_schet_monet img{
    margin-top:-5px;
    margin-left: 4px;
}

}

@media(max-width:390px){
    .red_plank {
        margin-top: 14px;
    }
    .block_rozygrysh_card_style_1 .block_rozygrysh_body{
        background-size:cover;
        min-height: 475px;
    }
    .block_rozygrysh_card_style_1 .block_rozygrysh_date {
        background-size: cover !important;
        height: 65px;
    }

}
