/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
 
 
 .registration, .profile-edit, .profile {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-top: 8px;
}
 
 .profile-edit .col-md-10.col-lg-7 {
    margin: 0 auto;
}
 
 
 
  .hits_span{
     margin-left: 10px;
 }
 
 
 .add_news_mobile  {
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 25px;
}
 
 
 
  .moduletable.add_news_btn {
    float: right;
}
 
 
 .loud_club .sp-module-content {
    position: relative;
}
 
 
 .loud_club .sp-module-content .add_news {
    position: absolute;
    top: -50px;
    right: 15px;
    
}
 
 
 .article-details h2{
    font-size: 18px;
    
}
 
.vote_tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
}
.next_vote_btn {
    display: flex;
    float: right;
    align-items: baseline;
    text-align: right;
}
.next_vote_btn i{
    margin-left:10px;
}
.prev_vote_btn {
    display: flex;
    float: left;
    align-items: baseline;
}
.prev_vote_btn i{
    margin-right:10px;
}

 li.tab.first-tab.active {
    padding: 0px 0 10px 0;
    text-transform: uppercase;
    border-bottom: 3px solid #820101;
    font-size: 14px;
    font-weight: 800;
    background-color: #820101;
    color: #fff;
}

.ltabs-tabs-wrap{
    display: none;
}
 

.tabs_container li.active span {
    background-color: #820101!important;
    color: #fff;
   
}
 
 .block-info {
/*    width: 56%;*/
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: end;
    flex-wrap: nowrap;
	font-weight:500;
	font-size: 12px;
}
 
 
.breadcrumb_hide{
    display:none!important;
}

 li.tab.first-tab.active {
    padding: 0px 0 10px 0;
    text-transform: uppercase;
    border-bottom: 3px solid #820101;
    font-size: 14px;
    font-weight: 800;
    background-color: #820101;
    color: #fff;
}





.ltabs-tabs-wrap{
    display: none!important;
}
 

.tabs_container li.active span {
    background-color: #820101!important;
    color: #fff;
   
}




.sp-module-title a{

    color: #820101;
   
} 
.article_icons {
 
    font-size: 16px;
    color: #820101;
}
 
 
  article.article-details {
    font-size: 13px;
    font-weight:400;
    color:#000!important;
}
 .junewsultra.partners img {
    min-height: 140px;
}
 
#sp-footer1 .menu-parent .menu-child{
    display:none;
    
}


.foto_like {
 
    text-align: center;
   /* color:#ccc;*/

}
 
 
 
 /*authors*/
 .author-item {
    grid-column: span
}

.authors .article-intro-image {

    width: 100%;
    height: 12rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .24s;
    -o-transition: .24s;
    transition: .24s
}

.authors .article-intro-image img{
      border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;  
}


.article-intro-image:hover  {
    -webkit-filter: none;
    filter: none
}


.authors .article-header h2 a { 
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
    color: var(--color__accent-1);
    display: block;
    margin-bottom: .25rem;
    -webkit-transition: .24s;
    -o-transition: .24s;
    transition: .24s;
}

.authors .article-header h2 {

    min-height: 30px;
}

.authors .article-info .createdby {
    margin: 0 0 15px 0;
}

.authors .author-social__icon{
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    fill: var(--color__text);
    -webkit-transition: .24s;
    -o-transition: .24s;
    transition:.24s;
    float: right;
    margin-top: 10px;
}

.authors .author-social__icon:hover  {
    fill: #820101;
}

.author-item__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.author-item__name {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
    color: var(--color__accent-1);
    display: block;
    margin-bottom: .25rem;
    -webkit-transition: .24s;
    -o-transition: .24s;
    transition: .24s
}

.author-item__name:hover {
    color: var(--color__accent-1) -a;
    text-decoration: underline
}

.author-item__position {
    color: var(--color__text-light);
    font-size: .75rem;
    line-height: 1.25
}

.author-item__social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.author-item__social .author-social__link+.author-social__link {
    margin-left: 1rem
}

.author-item__text {
    margin-top: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1rem;
    line-height: 1.5
}



.author-social {
    margin-top: .5rem
}



.author-social__link {
    display: block;
    height: 1.5rem;
    width: 1.5rem
}

.author-social__link+.author-social__link {
    margin-left: 1.5rem
}

.author-social__link:hover {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 240ms ease-out;
    -o-transition: 240ms ease-out;
    transition: 240ms ease-out
}

.author-social__link:hover:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.author-social__link:hover:focus {
    outline: transparent
}

.author-social__link:hover:focus-visible {
    -webkit-transform: scale(1.05) translateY(-5%);
    -ms-transform: scale(1.05) translateY(-5%);
    transform: scale(1.05) translateY(-5%)
}

.author-social__link:hover:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.author-social__link:hover .author-social__icon {
    fill: var(--color__accent-1)
}

.author {
    grid-column: 2/14
}

.author__info,
.author__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem)
}

.author__photo {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
    max-height: 100%
}

.author__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.author__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    font-size: 1.75rem;
    line-height: 1.36;
    color: var(--color__accent-1);
    font-weight: 700
}

.author__social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.author__position {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color__text-light);
    display: inline-block;
    margin-top: 1rem
}

.author__description {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--color__text);
    margin-top: 2rem
}

.author__description p+p {
    margin-top: 1.5rem
}



.article-details a {
    color: #005d9e;
}
.article-details a:hover {
    color: #820101;
}

 .author_h2{
    /* display: none;*/
 }
 
 
 
 /*rating*/
.review_wrap {
    float: right;
    margin-top: -15px;
    /* display: block; */
}
 
 .review-top {
	float:right;
/*	width:60%; */
	margin-right:20px;
	border-radius: 2px;
}

#review-box.review-stars .review-item h5 {
 
    display: none;
}
 
 #review-box .alert.alert-error {

    margin-top: -40px;
   
}
 .review-summary {
    background-color: #3a3a3a;
    overflow: hidden;
    position: relative;
    min-height: 40px;
    display: none;
}
 
 /*fotokonkursi*/
 
.login {
    background: #fff;
    padding: 10px;
    margin-top: 8px;
    border-radius: 10px;
    
    display: flex;
    
    justify-content: center;
}

.nc-text-left {
 
    min-height: 50px;
}

.nc-thumbnail {

    width: 95%;
}
 
 
 /*fotokonkurs_old*/
 
 #phocagallery {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 8px;
    padding: 10px;
}

 #pg-msnr-container {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
}
 
.img-box-gallary {
    margin: 15px;
    border: 1px #ccc solid;
    padding: 15px;
    border-radius: 15px;
}
 
 
 .pg-cv-name-re {
    /* text-align: left; */
    margin-top: 5px;
    /* font-size: x-small; */
}

.pg-box-img-bottom {
    text-align: center;
}
 
 #phocagallery .star-rating-small, .star-rating-small {

    margin: 0px auto!important;

}
 
 
 .nav_btn_photo {
    display: flex;
    /* margin: 0 auto; */
    /* text-align: center; */
    justify-content: center;
}
 
.btn_nav_left {
    margin-right: 15px;
} 
.btn_nav_right {
    margin-left: 15px;
} 
 
.just_vote {
    /* text-align: center; */
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
 
 
 .vote_btn {
    display: flex;
    justify-content: center;
    margin: 15px;
}

 .vote_btn a:hover{
     color:#ccc;
 }
 
 /*contacts segodnya*/
 
 .contact__container {
    grid-gap: 1.5rem;
    color: var(--primary-dark-life);
    display: flex;
    flex-direction: column;
    padding: 1.5rem
}

@media (min-width:768px) {
    .contact__container>div {
        align-self: flex-start;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%
    }
}

.contact__container>div p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .contact__container>div p {
        grid-column: 1/span 2
    }
}

.contact__container>div span {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.contact__container>div a {
    transition: .3s ease-in-out
}

.contact__container>div a:hover {
    color: var(--colors-primary)
}

.contact__container>div div {
    display: flex;
    flex-direction: column
}

@media (max-width:767px) {
    .contact__container>div div {
        margin-bottom: 1rem
    }
}

.contact__container>div div p {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem
}

.contact__container>div iframe {
    grid-column: 1/span 2;
    height: 532px;
    width: 100%
}

.contact__container_link {
    align-items: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.5 5 7 7-7 7' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 98%;
    background-repeat: no-repeat;
    border: 1px solid #ebedef;
    border-radius: 10px;
    box-sizing: border-box;
    color: #3955c1;
    display: flex;
    font-size: 1.125rem;
    grid-column: 1/span 2;
    line-height: 1.375rem;
    margin-bottom: 1rem;
    padding: .75rem 4rem .75rem 1rem;
    transition: .3s ease-in-out
}

.contact__container_link:hover {
    border: 1px solid #3955c1;
    color: #3955c1 !important
}

.contact__container .breadcrumbs {
    display: flex
}

.contact__container img {
    max-width: 100%
}

.contact__container_social svg {
    height: 40px;
    width: 40px
}

 
 
 /*опрос */
 
 .progress .bar {
     height: 18px!important;
 }
 .poll-action-buttons .button-84{
     width: 45%;
 }
 /*btn btn-default btn-view-result button-84
btn btn-primary btn-vote button-84*/
 
 /* additional css   */
 
 body{
     background-color: #d7e2fc;
     font-size:14px!important;
 }
.container{
    padding:0!important;
}

.top_banner {
    margin-left: 70px;
   display: flex;
  justify-content:space-between;
  width: 93%;
}


.top_banner p {
    
    display: flex;
    justify-content: space-between;
    width: 93%;
}



.top_banner img {
    margin: 15px 0px 15px 8px;
    width: 160px;
    /* height: 150px; */
    max-height:90px;
}


.banner_top_mobile img {
    width: 24%;
    display: inline-block;
}



.junewsultra .jn .jn-right {

    height: 70px;
}
 
.header-top-inner .row {
    border: #fff solid 2px;
    margin: 8px 0;
    border-radius: 10px;
    background-color: #fff;
   
}

.jn-right-partners {
    margin: 27px 0 0;
}
.jn-head-partners img{
    max-height: 135px;
}

.header-middle .container{
       border: #fff solid 2px;
    
    border-radius: 10px;
    background-color: #fff;
}

.header-middle{
    margin: 0 0 18px 0;
}

#easy-social-icons{
    margin-top:10px;
}
 
 .logo-image{
  max-width: 270px!important;   
 }

 
 .search_box{
     text-align:right;
 }



.mod-sppoll {
   color: #000; 
}


@media (max-width:426px) {
    #easy-social-icons{
        margin-left: 0!important;
    }
      .button-84 {
        height: 48px;
      }
      .top_banner_horizont{
        display: none!important;
    }
    .search_box {
        text-align: center!important;
    }

}
    
}


@media (max-width: 321px) {
    .tabs_container li.tab span {
      
        padding:0px!important;
       
    }
}

#sp-left, #sp-component, #sp-right {
   
   padding: 0;
    
}


.search {
    background-color: #fff;
    margin-top: 8px;
    border-radius: 10px;
    padding: 15px;
}

.search_box .search form{
    display: flex;
}

.search_box .search button{
    background-color: #820101;
    color:#fff;
}


.lang-inline {
    display: flex;
    text-transform: uppercase;
    /* font-size: 22px; */
    flex-direction: row-reverse;
}

.lang-inline .lang-active a{
    color:#820101;
}

#sp-component .sp-column {
    margin-top:-7px;
}

#sp-left .sp-module, 
#sp-right .sp-module,
#sp-component .sp-module{
    border-radius: 10px;
    background: #fff;
    
    padding: 15px;
    margin: 8px 0;
}

/*#sp-right .right_news,*/
#sp-left section, 
#sp-component .sp-module-content-top{
/*    min-height:850px;*/
}
#sp-component .sppb-row{
     border-radius: 10px;
    background: #fff;
    
    padding: 15px;
    /*margin: 15px 0;   */
}



#sp-main-body .row{
    margin:0!important;
    justify-content: space-between;
}


#sp-right .ltabs-tabs-container, #sp-right .ltabs-loadmore {
    display:none;
    
}
 
 
 
 article.article-details iframe,
 article.article-details img {
    margin: 0 auto;
    /*width: 100%;*/
}

 
 /*share icons*/
 
.likes-block_center i {
    font-size: 36px;
    
    padding: 15px;
  
} 
.likes-block_center  {
text-align: center;
  
}
.likes-block_center .icon:hover {
    color:#820101;
}

i.fa .fa-facebook{
    
}

i.fa.fa-viber:hover {
    background-color: #820101;
}
i.fa.fa-viber {
    background-image: url(/images/site_img/viber.svg);
    background-size: cover;
    height: 30px;
    width: 30px;
    
} 
 
 
 
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 428px
}

@media (min-width:320px) {
    .likes-block_center i {
    padding: 12px!important;
    }
}


@media (min-width:320px) and (max-width:765px) {
    	#sp-right .sp-column {
		display: grid;
	}	
	
    	#sp-right .sp-column .right_news{
		order: 5;
	}
    	#sp-right .sp-column .kurs{
	display: none;
	}
	
	#sp-left section, 
#sp-component .sp-module-content-top{
    min-height:150px;
}

.block-info {
    width: 75%;

}
.block-info .article_icons {
   display:flex;

}
	
}	
	

@media (min-width:768px) {
    .container {
        width: 768px
    }
    
    
}

@media (min-width:1024px) {
    .container {
        width: 984px
    }
    
        .top_banner img {
        
        width: 150px;
    
    }

     
       
}

@media (min-width:1280px) {
    .container {
        width: 1224px
    }
     .col-xl-7 {
    max-width: 56.5%!important;
    }

}

@media (min-width:1440px) {
    .container {
        width: 1500px
    }
     .col-xl-7 {
    max-width: 56.5%!important;
    }

           .top_slider {
        min-height: 500px!important;
    }
    .right_news{
        /*min-height: 780px;*/
    }
    .right_news h3 {
        font-size: 13px!important;
    }
        .top_banner img {
        margin: 15px 0px 15px 30px;
        width: 195px;
    
    }
     
}

@media (min-width:1600px) {
    .container {
        width: 1536px
    }
    .col-xl-7 {
    max-width: 56.5%!important;
    }
    .top_banner img {
        margin: 15px 0px 15px 30px;
        width: 200px;
        /* height: 150px; */
    }

}

@media (max-width:785px) {
 article.article-details iframe{
     width: 100%;
 }
}
 /*
 
 
   @media (max-width:785px) {
            #sp-left{
          max-width: 99%!important;
      } 
      
         	#sp-component{
		order: 1;
		width: 100%;
	}
	#sp-left{
		order: 2;
		width: 100%;
		
	}
	#sp-right{
		order: 3;
		width: 100%;
	} 
   }
 
 
  @media (min-width:786px) and  (max-width:1025px) {
      #sp-left{
          max-width: 49%!important;
      }
      
   	#sp-component{
		order: 1;
		width: 100%;
	}
	#sp-left{
		order: 2;
		width: 100%;
		
	}
	#sp-right{
		order: 3;
		width: 100%;
	}   
      
      
  } 
  */
  
  @media (min-width:992px) and (max-width:1367px) {
      body{
          font-size: 12px!important;
      }
       #sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
        font-size: 11px!important;
    }
    .top_slider {
        min-height: 500px!important;
    }
    
         .top_slider .big-item-title{
     min-height: 110px;
         
     }
    .right_news li {
        margin: 19px 0 16px 0!important;
    }
    .newscalendar span.nc-day {
    min-height: 29px!important;
    }
    .nc-body {
        min-height: 200px!important;
    }
    #easy-social-icons ul.jssocialicons > li > a.si-size-32 {
      font-size: 17px;
      width: 28px;
      height: 28px;
      line-height: 28px;
    }
    .form-sppoll input[type=submit] {
        margin-bottom: 10px;
    }
    .min-height-left-banner{
       min-height: 512px!important;  
    }
    
    .min-height-1366 {
        min-height: 252px!important;
    }
    .min-height {
        min-height: 260px!important;
    }
    
    .top_banner {
        margin-left: 60px;
        width: 100%;
    }
    .top_banner img {
        margin: 15px 8px 15px 0px!important;
        width: 195px;
    } 
    

    
    .jn-right-partners {
        
        margin: 2px 0!important;
    }
    .loud_club .junewsultra .jn .jn-right,
    .man_club .junewsultra .jn .jn-right,
    .women_club .junewsultra .jn .jn-right {
        height: 66px;
    }
    .partners {
        min-height: 222px!important;
    }
    .min-height-left-banner{
       min-height: 340px!important; 
    }
   
    .women_club {
        min-height: 200px!important; 
    }
    .search input{
        width: 108px!important;
    }
    
  }
  
  
  .min-height-left-banner {
    /* margin: 0 auto; */
    /* margin-top: 0%; */
    display: flex;
    justify-content: space-evenly;
    align-content: space-around;
    flex-wrap: wrap;
}

 /*
.man_club,
.loud_club,
.partners,
.women_club{
    min-height: 225px;
}*/
.partners{
   min-height: 227px;
}
 
 
.min-height-left-banner{
   min-height: 387px;  
}

 .min-height{
    min-height: 265px;
}
  .min-height-1366{
    min-height: 265px;
}
 
 
 /*медиа запросы до разрешения 1440*/
 
 @media (max-width:1440px) {
    .xl_only{
        display: none;
    }
    .right_news h3{
    font-size: 12px!important;
    }
        .top_slider{
        min-height: 505px;
    }
    .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li span {
    padding: 15px 5px 5px 5px!important;
    }
        article.article-details {
      /*  font-size: 16px;*/
    }
 }
 
 
.women_club .women_club:before{

    content: "";
    background-image: url(/images/site_img/woman.svg);
    background-size: cover;
    height: 60px;
    width: 60px;
    /*border-radius: 50%;*/
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    /* top: 0px; */
    margin-top: -70px;
} 
.man_club .man_club:before{

    content: "";
    background-image: url(/images/site_img/man.svg);
    background-size: cover;
    height: 60px;
    width: 60px;
    /*border-radius: 50%;*/
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    /* top: 0px; */
    margin-top: -70px;
} 
.loud_club .loud_club:before{

    content: "";
    background-image: url(/images/site_img/loud.svg);
    background-size: cover;
    height: 60px;
    width: 60px;
    /*border-radius: 50%;*/
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    /* top: 0px; */
    margin-top: -70px;
}

.women_club .sp-module-title,
.man_club .sp-module-title,
.loud_club .sp-module-title {
    padding-left: 70px;
    margin-top: 22px;
}

  /*margin-bottom: 30px !important;*/
  

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li span {
    padding: 15px 11px 7px 12px;
}
 
 
.social_box #easy-social-icons {
    margin-left: -35px;
    /* display: flex; */
    /* align-content: space-between; */
    margin-top: 28px;
}
 
 .social_box .mod-languages{
     margin-top: 8px;
 }
 
 .social_left{
     min-height: 125px;
 }
 
 
 .social_left .jssocialicons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
 
 
 
 .right_news h3{
    margin-bottom: 15px!important;
 }
 
 
 /**additional**/
 
 .article-intro-image.float-left {
    max-height: 230px;
    overflow: hidden;    
}


 .article-header h2 {
    margin-top: 7px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
   /* min-height:70px;*/
}
 
/*отображение центрольного компонента вверху на мобильных*/
@media only screen and (max-width: 1025px) {

.proofreader_prompt{
    display: none;
}

}

.sp-module-content-bottom {
/*    margin-top: -7px;*/
}


.item-image img {
     width: 110px; 
    /* height: 98px; */
    /* display: block; */
    float: left;
    margin: 10px 10px 0 0;
    /* border-radius: 50%; */
}

.ltabs-items-container .item-inner{
/*border: 1px solid #e9e9e9;*/
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    padding: 0!important;
}

.sj-listing-tabs .item-title {
	line-height:1.2;
	/* min-height: 70px;*/
}

.modal-open .modal {
    background: rgba(0,0,0,0.5)!important;
}


/*Скрыть ошибки на странице 404*/
.error-debug{
    display:none!important;
}



.form-sppoll label {    
    margin: 6px 16px 11px;
}
.form-sppoll input[type=submit] {
    width: 48%;
    margin-right: 10px;
    font-weight:bold;
}

.form-sppoll input[type=button] {
    width: 48%;
    float: right;
    font-weight:bold;
}

.ias_loader {
    text-align: center;
}


.kurs{
    padding-bottom: 0px!important;
/*    margin-bottom: -10px!important;*/
}

.footer-contact p{
    color: #fff;
}


#sp-footer1 .menu li a{
    color:#fff;
    
}
#sp-footer1 .menu li a:hover{
    color:#820101;
    
}


#sp-component{
    min-height:100vh!important;
    margin-top: -7px;
}



#sp-footer-top .menu{

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: flex-end;
    align-items: center;
    margin: 25px;

}

#sp-footer1 .menu li {
    list-style: none;
    margin-right: 0px;
    color:#820101;
}
 
 
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000a3}
.modal-backdrop.fade{opacity:0.5!important}
.modal-backdrop.show{opacity:.5} 
 
 
 #norrc .nc-list-space > li:nth-child(n+2) {
     margin-top: 0px !important; 
}
 
 
 .progress {
     height: 18px!important;
     
 }
 



.menu-toggler{
content: " ";
}

.sn-hits{
    float: right;
}

.right_news li {
    border-top: 2px solid #e9e9e9;
    margin: 7px 0;
}


.min-height img,
.min-height-1366 img {

    margin: 0 auto;
}

/* background-image: linear-gradient(#464d55, #25292e);*/

/* CSS */
.button-84 {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#464d55, #848484);/*background-image: linear-gradient(#848484, #848484);*/
  border-radius: 8px;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
  /*height: 52px;*/
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  padding:5px 15px 10px 15px;
}

.button-84:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
  background-color: #848484;
}

.button-84:active {
  outline: 0;
}

.button-84:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}


.article_banan img {
    width: 75%;
} 
 
 
 
 .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #820101;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 
 
 
 
.article-details, .blog {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 8px;
}
 
 
 
 
 
 
 
.pagination {
  display: table;
  text-align: center;
  margin: 0;
  border-radius: 0;
  line-height: 1;
  width: 100%;
  padding: 14px 20px 11px;
  background: #fff;
}
.pagination >li {
  display: inline-block;
  margin: 0 10px;
}
.pagination >li:first-child:not(.active) {
  float: left;
}
.pagination >li:first-child:not(.active) a {
  background: transparent;
  color: #666;
  font-size: 18px;
	width: auto;
}
.pagination >li:last-child:not(.active) {
  float: right;
}
.pagination >li:last-child:not(.active) a {
  background: transparent;
  color: #666;
  font-size: 18px;
	width: auto;
}
.pagination >li.active a,
.pagination >li.active span {
  color: #fff;
}
.pagination >li.active a:hover,
.pagination >li.active a:focus,
.pagination >li.active span:hover,
.pagination >li.active span:focus {
  color: #fff;
}
.pagination >li>a,
.pagination >li>span {
  border: none;
  font-weight: 400;
  height: 25px;
  width: 25px;
  border-radius: 50% !important;
  font-size: 16px;
  color: #666;
  letter-spacing: -0.33px;
  padding: 1px 0 0;
}
.pagination >li>a:hover,
.pagination >li>a:focus,
.pagination >li>span:hover,
.pagination >li>span:focus {
  color: #fff;
} 
 
 
 html.error-page .error-code {
    margin-top: 555px;
}
 
 
body, .sp-preloader {
  background-color: #d7e2fc;
  color: #000;
}
.sp-preloader > div {
  background: #222;
}
.sp-preloader > div:after {
  background: #f0f1f2;
}
#sp-top-bar {
  background: #333;
  color: #aaa;
}
#sp-top-bar a {
  color: #aaa;
}
#sp-header .header-top {
/*  background: #ffffff;*/
}
a {
  color: #222;
}
a:hover, a:focus, a:active {
  color: #820101;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  background: rgba(34, 34, 34, 0.1);
  color: #222;
}
.tags > li a:hover {
  background: #820101;
}
.article-social-share .social-share-icon ul li a {
  color: #666;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  background: #222;
}
.pager > li a {
  border: 1px solid #ededed;
  color: #222;
}
.sp-reading-progress-bar {
  background-color: #222;
}
.sp-megamenu-parent > li > a {
    color: #000;
    font-size: 18px;
    
}
.sp-megamenu-parent > li:hover > a {
    color: #820101;
}
.sp-megamenu-parent > li:hover{
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
    
}
.sp-megamenu-parent > li{
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
    
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #820101;
}
.sp-megamenu-parent .sp-dropdown {
  /*background:rgba(255, 255, 255, 0.92);*/
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #1c1c28;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #820101;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #820101;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #1c1c28;
}
#offcanvas-toggler > .fa {
  color: #1c1c28;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #820101;
}
.offcanvas-menu {
  background-color: #fff;
  color: #1c1c28;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #1c1c28;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #820101;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(28, 28, 40, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(28, 28, 40, 0.8);
}
.btn-primary, .sppb-btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  border-color: #222;
  background-color: #222;
}
.btn-primary:hover, .sppb-btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled):active:hover, .show > .btn-primary.dropdown-toggle:hover {
  border-color: #820101;
  background-color: #820101;
}
ul.social-icons > li a:hover {
  color: #820101;
}
.sp-page-title {
  background: #222;
}
.layout-boxed .body-innerwrapper {
  background: #f0f1f2;
}
.sp-module ul > li > a {
  color: #222;
}
.sp-module ul > li > a:hover {
  color: #820101;
}
.sp-module .latestnews > div > a {
  color: #222;
}
.sp-module .latestnews > div > a:hover {
  color: #820101;
}
.sp-module .tagscloud .tag-name:hover {
  background: #222;
}
.search .btn-toolbar button {
  background: #222;
}
#sp-footer-top .container-inner{
    border-radius: 10px;
    background-color: #848484;
}
#sp-footer-top a {
  color: #820101;
}
#sp-footer-top a:hover, #sp-footer-top a:active, #sp-footer-top a:focus {
  color: #222;
}
#sp-bottom .sp-module-content .latestnews > li > a > span {
  color: #fff;
}
.sp-comingsoon body {
  background-color: #222;
}
.pagination > li > a, .pagination > li > span {
  color: #666;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #666;
}
.pagination > .active > a, .pagination > .active > span {
  border-color: #222;
  background-color: #222;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #222;
  background-color: #222;
}
.error-code, .coming-soon-number {
  color: #222;
}











.box {
    background-color: #fff;
    margin-top: 1.5rem;
    overflow: hidden
}

.box:first-child {
    margin-top: 0
}

@media (min-width:420px) {
    .box {
        border-radius: 10px
    }
}

.box__advertising {
    height: auto;
    width: 100%
}

.box__advertising a {
    display: inline-block
}

.box__advertising img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    vertical-align: middle;
    width: 100%
}

.list .b-article:not(.b-article_imgXL) .b-label {
    background: none;
    color: #0b71e9;
    height: auto;
    padding-top: 1rem
}

.box+.b-article_euro-news {
    margin-top: 1.5rem
}

.time,
.topic {
    display: block;
    font-size: 14px;
    line-height: 16px
}

.time {
    color: #757575
}

.time,
.topic {
    white-space: nowrap
}

.topic {
    color: #0b71e9
}

.b-article__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 1rem 1rem 0
}

@media (min-width:1280px) {
    .b-article__title {
        font-size: 1.5rem;
        line-height: 28px
    }
}

.b-article__title a {
    color: #091133
}

.b-article__title a:hover {
    color: #0b71e9
}

.b-article__title img {
    vertical-align: middle
}

.b-article__btns {
    flex: 1 1 auto;
    justify-content: flex-end
}

.b-article__content {
    color: #4f4f4f;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 8px 0 0;
    padding: 0 1rem
}

@media (min-width:768px) {
    .b-article__content {
        font-size: .875rem;
        line-height: 18px;
        margin-bottom: 1.5rem
    }
}

.b-article__img {
    height: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.b-article__img img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.b-article__footer {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 2rem;
    justify-content: flex-start;
    -webkit-user-select: none;
    user-select: none
}

.b-article__footer .author {
    align-items: center;
    display: flex;
    font-size: .875rem;
    height: 1.5rem;
    line-height: 20px;
    white-space: nowrap
}

.b-article__footer .author span {
    display: none;
    padding: 0 .5rem;
    position: relative
}

.b-article__footer .author img {
    border-radius: 50%;
    display: block;
    height: 1.5rem;
    width: 1.5rem
}

.b-article__footer .t-label {
    white-space: nowrap
}

.b-article__footer .author+.time:before {
    content: "· ";
    letter-spacing: 1.5px
}

.b-article__btns {
    align-content: center;
    display: flex
}

.b-article__btns>div {
    margin-left: .75rem
}

@media (min-width:1280px) and (max-width:1439px) {
    .b-article__btns>div {
        margin-left: .5rem
    }
}

.b-article__head {
    padding: 2rem 1rem 1.5rem
}

.b-article__head p {
    color: #0b71e9;
    font-size: .875rem;
    line-height: 18px;
    margin-bottom: .5rem
}

.b-article__head_title,
.b-article__head h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 36px;
    margin: 0
}

.b-article__authors {
    padding: 1rem 1rem 0
}

.b-article__author .author {
    align-items: center;
    display: flex;
    margin: .5rem auto
}

.b-article__author img {
    border: 1px solid #17b1bb;
    border-radius: 100%;
    height: 28px;
    padding: 2px;
    width: 28px
}

.b-article__author span {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-left: .5rem
}

.b-article__opinion .blog-head__container {
    background: linear-gradient(253.01deg, #57769e 12.85%, #a6cfe7 84.67%);
    margin: 0
}

@media (min-width:768px) {
    .b-article__opinion .blog-head__container {
        padding: 2rem 3rem
    }
}

@media (max-width:767px) {
    .b-article__opinion .blog-head__container {
        padding: 1rem 0;
        text-align: center
    }

    .b-article__opinion .blog-head__img {
        margin-top: 0
    }
}

@media (min-width:1280px) {
    .b-article__opinion .blog-head__img {
        margin-right: 80px
    }
}

@media (min-width:768px) {
    .b-article__opinion .blog-head__img img {
        box-sizing: border-box;
        height: 13.5rem;
        padding: .75rem;
        width: 13.5rem
    }
}

.b-article__opinion .blog-head__text {
    color: #fff
}

@media (max-width:767px) {
    .b-article__opinion .blog-head__text {
        margin: 0 1rem
    }
}

.b-article__opinion .blog-head__text_quotes {
    color: #fff
}

@media (max-width:767px) {
    .b-article__opinion .blog-head__text_quotes {
        display: block;
        margin-top: 1rem
    }
}

@media (min-width:768px) {
    .b-article__opinion .blog-head__text_quotes {
        font-size: 1.5rem;
        line-height: 1.875rem
    }
}

.b-article__opinion .blog-head__title {
    color: #fff;
    display: block;
    font-weight: 500
}

@media (max-width:767px) {
    .b-article__opinion .blog-head__title {
        margin-top: 1rem
    }
}

@media (min-width:768px) {
    .b-article__opinion .blog-head__title {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.b-article__opinion .blog-head__description {
    margin-top: 0
}

@media (min-width:768px) {
    .b-article__opinion .blog-head__description {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.b-article__opinion .btn {
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    margin: 0
}

.b-article__match-result {
    align-items: center;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    padding: 1rem
}

@media (min-width:425px) {
    .b-article__match-result {
        border-radius: 10px 10px 0 0
    }
}

.b-article__match-result .team {
    align-items: center;
    display: flex;
    font-size: 1.375rem;
    line-height: 1.75rem
}

.b-article__match-result .team:first-child {
    justify-content: flex-end
}

.b-article__match-result .team a {
    align-items: center;
    display: flex
}

.b-article__match-result .team img {
    height: 2.5rem;
    object-fit: contain;
    width: 2.5rem
}

@media (min-width:768px) {
    .b-article__match-result .team img {
        margin: 0 8px
    }
}

.b-article__match-result .team span {
    display: none
}

@media (min-width:768px) {
    .b-article__match-result .team span {
        display: block
    }
}

.b-article__match-result .score {
    align-items: center;
    display: flex;
    justify-content: center
}

.b-article__match-result .score span {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 0 1rem
}

@media (min-width:768px) {
    .b-article__match-result .score span {
        font-size: 3rem;
        line-height: 3.25rem
    }
}

.b-article__match-result .score__container {
    position: relative;
    text-align: center;
    white-space: nowrap
}

@media (min-width:768px) {
    .b-article__match-result .score__container {
        margin: 0 1rem
    }
}

.b-article__match-result .score__container_time {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.125rem
}

.b-article__match-result .score__container_date {
    color: #757575;
    font-size: .875rem;
    line-height: 1.125rem
}

.main .b-article__footer {
    margin: 1rem 0 .75rem;
    padding: 0 16px
}

@media (min-width:768px) {
    .main .b-article__footer {
        margin-bottom: 1rem
    }
}

.b-article_imgWide,
.b-article_imgXL {
    position: relative
}

.b-article_imgXL .b-article__img {
    padding-top: 56.25%
}

.b-article_imgXL .b-article__img:before {
    background-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .3s ease-out;
    width: 100%;
    z-index: 2
}

.b-article_imgXL:hover .b-article__img:before {
    background-color: rgba(0, 0, 0, .25)
}

.b-article_imgWide .b-article__title,
.b-article_imgXL .b-article__title {
    font-size: 1.125rem;
    line-height: 22px
}

@media (min-width:1280px) {

    .b-article_imgWide .b-article__title,
    .b-article_imgXL .b-article__title {
        font-size: 1.5rem;
        line-height: 28px
    }
}

.b-article_imgBG .b-article__title a:before,
.b-article_imgWide .b-article__title a:before,
.b-article_imgXL .b-article__title a:before {
    bottom: 4rem;
    content: "";
    display: block;
    height: calc(100% - 4rem);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 4
}

.b-article_videopost .b-article__img:after,
.b-article_videopost .b-article__img:before {
    content: "";
    display: block;
    position: absolute
}

.b-article_videopost .b-article__img:before {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: background-color .3s ease-out;
    width: 100%;
    z-index: 2
}

.b-article_videopost .b-article__img:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0zMiAxNiA1LjggMzEuMVYuOEwzMiAxNnoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 3rem;
    left: 50%;
    margin: -1.5rem 0 0 -1.5rem;
    top: 50%;
    width: 3rem;
    z-index: 3
}

@media (min-width:768px) {
    .b-article_videopost .b-article__img:after {
        background-size: 2rem 2rem;
        height: 78px;
        margin: -39px 0 0 -39px;
        width: 78px
    }
}

.b-article_videopost:hover .b-article__img:before {
    background-color: rgba(0, 0, 0, .5)
}

.b-article_imgBG.b-article_videopost .b-article__img:after {
    background-size: 1.25rem 1.25rem;
    height: 3rem;
    left: 1rem;
    margin: 0;
    top: 1rem;
    width: 3rem
}

@media (min-width:1280px) and (max-width:1439px) {
    .b-article_imgBG.b-article_videopost .b-article__img:after {
        background-size: .75rem .75rem;
        height: 2rem;
        width: 2rem
    }
}

.b-article_imgBG,
.b-article_imgBG .b-article__img {
    position: relative
}

.b-article_imgBG .b-article__img:before {
    background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, .5) 75%, #000);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .3s ease-out;
    width: 100%;
    z-index: 1
}

@media (min-width:420px) {
    .b-article_imgBG .b-article__img:before {
        border-radius: 10px
    }
}

.b-article_imgBG:hover .b-article__img:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, .5) 75%, #000)
}

.b-article_imgBG .b-article__footer,
.b-article_imgBG .b-article__title {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.b-article_imgBG .b-article__title {
    bottom: 3.5rem;
    color: #fff
}

.b-article_imgBG .b-article__title a {
    color: #fff
}

.b-article_imgBG .b-article__title a:before {
    bottom: 0;
    height: calc(55vw - 4rem);
    top: auto
}

@media (min-width:1280px) {
    .b-article_imgBG .b-article__title a:before {
        height: calc(343.2px - 4rem)
    }
}

@media (min-width:1600px) {
    .b-article_imgBG .b-article__title a:before {
        height: calc(398.2px - 4rem)
    }
}

.b-article_imgBG .b-article__footer {
    bottom: 0
}

.b-article_tabloid .b-article__img {
    position: relative
}

.b-article_tabloid .b-article__img:before {
    background: linear-gradient(212.85deg, rgba(69, 107, 242, 0) 42.32%, #ff46ed 76%, #3b0bfb);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: soft-light;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.b-article_premier .b-article__img {
    position: relative
}

.b-article_premier .b-article__img:before {
    background: linear-gradient(46.16deg, #3fa666 20.85%, rgba(58, 43, 237, 0) 40.51%), #091133;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: soft-light;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.b-article_сhampions .b-article__img {
    position: relative
}

.b-article_сhampions .b-article__img:before {
    background: linear-gradient(180deg, transparent 26.04%, #000);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: soft-light;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.b-article_lifestyle .b-article__img {
    position: relative
}

.b-article_lifestyle .b-article__img:before {
    background: linear-gradient(193.27deg, #8284ef 52.42%, #ffe279 76.27%, #8184f0 95.63%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: soft-light;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.b-article_imgWide {
    position: relative
}

.b-article_imgWide .b-article__img {
    padding-top: 24%
}

.b-article_blog .btn {
    box-sizing: border-box;
    display: inline-block;
    height: 2.25rem;
    margin: 1rem 0 0;
    padding: .75rem 1rem
}

@media (min-width:768px) {
    .b-article_blog .btn {
        height: 2.75rem;
        margin: 24px 0 0;
        padding: .75rem 1.5rem
    }
}

.b-article_blog .b-article__wrapper {
    align-items: center;
    background-color: #ddfffd;
    display: flex
}

.b-article_blog .b-article__img {
    align-self: flex-end;
    flex: 0 0 40%;
    height: auto
}

.b-article_blog .b-article__img img {
    max-height: 100%;
    max-width: 100%;
    position: static
}

.b-article_blog .b-article__img:after {
    background: linear-gradient(224.35deg, rgba(69, 107, 242, 0) 30%, #46ff85 70%, #3b0bfb);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: soft-light;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.b-article_blog .b-article__content {
    box-sizing: border-box;
    flex: 1 1 50%;
    margin: 1.5rem 0 1.5rem 5%;
    padding: 0 1rem 0 0
}

@media (min-width:768px) {
    .b-article_blog .b-article__content {
        margin: 2.75rem 0 1.5rem 10%
    }
}

.b-article_blog .b-article__title {
    color: #091133;
    font-size: 1.125rem;
    line-height: 22px;
    margin: 0 0 .5rem;
    max-width: 270px;
    padding: 0
}

@media (min-width:1280px) {
    .b-article_blog .b-article__title {
        font-size: 1.5rem;
        line-height: 28px
    }
}

@media (min-width:768px) {
    .b-article_blog .b-article__title {
        margin: 0 0 1.5rem
    }
}

.b-article_blog .b-article__author {
    line-height: 18px;
    margin: 0
}

.b-article_blog .b-article__author a {
    color: #091133;
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    margin: 0 0 4px
}

@media (min-width:768px) {
    .b-article_blog .b-article__author a {
        font-size: .875rem;
        margin: 0 0 8px
    }
}

.b-article_blog .b-article__author span {
    color: #757575;
    font-size: .75rem
}

@media (min-width:768px) {
    .b-article_blog .b-article__author span {
        font-size: .875rem
    }
}

.b-article__list {
    position: relative
}

.b-article__list:nth-child(12):before {
    display: none
}

.b-article__list:before {
    background: #ebedef;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 1rem;
    position: absolute;
    right: 1rem
}

.b-article__list .b-article__footer {
    margin: .5rem 0
}

.b-article_olltv {
    margin: 0 !important
}

.b-article_imgSqM .b-article__img,
.b-article_imgSqX .b-article__img,
.b-article_imgSqXL .b-article__img,
.b-article_mTest .b-article__img,
.b-article_sweet .b-article__img {
    padding-top: 100%
}

.b-article_imgSqM .b-article__img img,
.b-article_imgSqX .b-article__img img,
.b-article_imgSqXL .b-article__img img,
.b-article_mTest .b-article__img img,
.b-article_sweet .b-article__img img {
    border-radius: 10px
}

.b-article_withBtn .b-article__title {
    font-size: 1rem;
    line-height: 1.3
}

@media (min-width:1280px) {
    .b-article_withBtn .b-article__title {
        font-size: 1.25rem;
        line-height: 24px
    }
}

.b-article_mTest {
    background-color: #8a9aed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.b-article_mTest .b-label {
    flex: 0 0 calc(100% - 32px)
}

@media (min-width:768px) {
    .b-article_mTest {
        grid-column-gap: 1rem;
        align-items: center;
        display: grid;
        grid-template-columns: 160px 1fr minmax(60px, 150px);
        padding-bottom: 1rem
    }

    .b-article_mTest .b-label {
        grid-column: span 3
    }
}

@media (min-width:1366px) {
    .b-article_mTest {
        grid-column-gap: 1.5rem
    }
}

.b-article_mTest .b-article__img {
    margin: 1rem 0 0 1rem
}

.b-article_mTest .b-article__title,
.b-article_mTest .b-article__title a {
    color: #fff
}

@media (min-width:768px) {
    .b-article_mTest .b-article__title {
        padding-top: 0
    }
}

.b-article_mTest .btn {
    border-color: #fff;
    color: #fff;
    flex: 0 0 calc(100% - 2rem);
    order: 3
}

@media (min-width:768px) {
    .b-article_mTest .btn {
        margin-left: 0
    }
}

.b-article_mTest .btn:hover {
    background-color: #fff;
    color: #091133
}

.b-article_sweet {
    align-items: center;
    background-color: #fff9dd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem
}

@media (min-width:768px) {
    .b-article_sweet {
        flex-wrap: nowrap
    }
}

.b-article_sweet .btn {
    flex: 0 0 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    order: 3;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:768px) {
    .b-article_sweet .btn {
        flex: 0 0 auto
    }
}

.b-article_sweet .b-article__img {
    flex: 0 0 56px;
    height: 56px;
    order: 2;
    padding-top: 0;
    width: 56px
}

@media (min-width:768px) {
    .b-article_sweet .b-article__img {
        flex: 0 0 6rem;
        height: 6rem;
        order: 0;
        width: 6rem
    }
}

.b-article_sweet .b-article__title {
    flex: 0 0 calc(100% - 88px);
    font-size: 1rem;
    line-height: 18px;
    padding: 0
}

@media (min-width:768px) {
    .b-article_sweet .b-article__title {
        flex: 1 1 auto;
        margin: 1rem 1.5rem
    }
}

@media (min-width:1280px) {
    .b-article_sweet .b-article__title {
        font-size: 1.25rem;
        line-height: 24px
    }
}

.b-article__quotes {
    border-left: 2px solid #0b71e9;
    margin: 16px;
    padding-left: 16px
}

.b-article__quotes p {
    font-size: .875rem;
    line-height: 20px;
    padding: .5rem 0 1rem
}

.b-article__quotes>svg {
    fill: #0b71e9;
    display: block;
    height: 12px;
    width: 19px
}

.b-article__quotes_container {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr
}

.b-article__quotes_container img {
    border-radius: 50px;
    grid-row: 1/span 2;
    margin-right: 14px
}

.b-article__quotes_name {
    display: block;
    font-size: 1rem;
    line-height: 18px
}

.b-article__quotes_desc {
    color: #757575;
    font-size: .75rem;
    line-height: 14px;
    margin-top: -1rem
}

.b-article__quotes_img {
    height: auto;
    max-width: 100%
}

@media (max-width:767px) {
	body:not(.view-tags) #sp-left{
		display:none;
	}
}