

/* Start:/test/css/styles.css?17290624698208*/
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.ol-list-custom {
    color: #CC242B;
    font-size: 22px;
    font-weight: 600;
    margin-right: 8px;
}

@media (min-width: 992px) {
    .sponsor-wrapper {
        border-left: 1px #CBCBCB solid;
        padding: 7px 0 6px 41px;
    }
}

.width-unset {
    width: unset !important;
}

.rating-hr {
    border-top: 2px #23292D solid;
}

.cursor-default{
    cursor: default;
}
.cursor-pointer{
    cursor: pointer;
}
.partners-wrapper img {
    filter: grayscale(1);
    max-height: 60px;
    object-fit: cover;
}
.partners-wrapper a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
a:hover{
    color: #C90E63!important;
}
.partners-wrapper a:hover{
    color: #000000!important;
}
.partners-wrapper a:hover img{
    filter: grayscale(0);
    transition: all 0.2s ease;
}
.rating-terms-link:hover{
    /*color: #000000!important;*/
    text-decoration: underline;
}
.rating-section-item.cursor-default:hover .arrow svg{
    left: -17px;
}
.rating-section-item.cursor-default.cursor-pointer:hover .arrow svg{
    left: 0;
}
.rating-section-item.cursor-default.cursor-pointer:hover .arrow svg path{
    stroke: #C90E63;
}
.rating-section-item.cursor-default:hover .arrow svg path{
    stroke: #23292D;
}
.rating-section-item:hover .arrow svg path{
    stroke: #C90E63;
}
.rating-section-item:hover .arrow svg{
    left: 0;
}
.rating-section-item:hover .arrow{
    width: 47px;
}
.rating-section-item:hover{
    color: inherit!important;
}

.rating-section-item{
    width: 100%;
border: 1px #CBCBCB solid;
    border-radius: 8px;
    padding: 40px 40px 34px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
.analysis-results-wrapper ,.rating-table {
    margin: 30px 0;
}

.top-description-wrapper a, .analysis-results-wrapper a, .bottom-description-wrapper a {
    color: #C90E63;
}
.top-description-wrapper a:hover, .analysis-results-wrapper a:hover, .bottom-description-wrapper a:hover {
    text-decoration: underline;
}
.analysis-results-wrapper .rating-table a{
    color: #C90E63;
}
.rating-table a{
    color: inherit;
}
.rating-section-item:hover span{
    color: #C90E63;
}
.rating-section-item__link .arrow svg{
    position: absolute;
    left: -17px;
    top: 1px;
    transition: all 0.3s ease;
}
.rating-section-item__link .arrow {
    width: 30px;
    height: 20px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.rating-section-item__year{
    background: linear-gradient(90deg, rgba(255,0,92,1) 0%, rgba(201,14,99,1) 100%);
    color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 22px;
    display: inline-block;
    margin-bottom: 20px;
}
.rating-section-item--future .rating-section-item__year{
    background: #E487B1;
}
.rating-section-item__status {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    background: url(/test/img/figure-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.rating-section-item--future .rating-section-item__status {
    background: url(/test/img/figure-gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
}




.rating-section-year-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
a.rating-section-year:hover{
    color:white!important;
}
.rating-section-year{
   background: #CBCBCB;
    color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 22px;
    display: inline-block;
}

.rating-section-year.active{
    background: linear-gradient(90deg, rgba(255,0,92,1) 0%, rgba(201,14,99,1) 100%);
}
.tabs-wrapper .tab{
    color:#666666;
    font-weight: 600;
}
.tabs-wrapper .tab.active{
    border-bottom: 2px #CC242B solid;
    padding-bottom: 10px;
    color:#23292D;
}
.tabs-wrapper{
    display: flex;
    gap: 25px;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.tabs-wrapper-tabs {
    display: flex;
    gap: 0 44px;
}
.rating-detailed-text{
    font-size: 16px;
    color: #909090;
}
.rating-table-wrapper{
    overflow-x:auto;
}
.rating-table tbody tr{
    border-bottom: 2px #EFF0F2 solid;
}
.width-max-content{
    width: max-content;
}
.width-min-content{
    width: min-content;
}
/*.rating-table tbody tr:first-child td{*/
/*    padding-top: 40px;*/
/*}*/

.vertical-text{
    font-size: 10px;
    transform: rotate(270deg);
    /*transform-origin: bottom left;*/
    position: relative;
    bottom: 15px;
    right: -42px;
    color: #cbcbcb;
}
.rating-table tbody td{
    padding: 20px 0;
    text-align: center;
}
@media(max-width: 992px){
    .rating-table-wrapper .rating-table{
        width: 700px;
    }

    .rating-table-wrapper .rating-table th:nth-child(1){
    width: 9%!important;
    }
    .rating-table-wrapper .rating-table th:nth-child(2){
        width: 15%!important;
    }
    .rating-table-wrapper .rating-table th:nth-child(3){
        width: 15%!important;
    }
    .rating-table-wrapper .rating-table th:nth-child(4){
        width: 25%!important;
    }
    .rating-table-wrapper .rating-table th:nth-child(5){
        width: 12%!important;
    }
    .rating-table-wrapper .rating-table th:nth-child(6){
        width: 12%!important;
    }
    .rating-table-wrapper .rating-table th:nth-child(7){
        width: 12%!important;
    }
}




.rating-table-wrapper .rating-table tbody td:nth-child(2){
    text-align: left;
}
.rating-table.after-ads-table tbody tr:first-child{
    border-top: 2px #EFF0F2 solid;
}

.rating-table .rating-down{
   color:   #C90E63;
}
.rating-table .rating-up{
    color: #388E3C;
}
.rating-table  tr.promo td:first-child{
    padding-left: 5px;
}
.rating-table tr td:first-child{
    padding-left: 10px;
}
.rating-table thead th{
    padding-bottom: 20px!important;
    text-align: center;
}
.rating-table thead{
    color: #C90E63;
    font-weight: 800;
    font-size: 16px;
}
.rating-company-logo{
    /*box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);*/
    border-radius: 4px;
    margin-right: 13px;
    margin-left: 7px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.connection-icons svg path{
    transition: all 0.2s ease-in-out;
}
.connection-icons:hover svg path{
    fill: #C90E63;
    transition: all 0.2s ease-in-out;
}
.ratings-subscribe:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: url("/assets/img/atbg.png");
    background-size: 120px 120px;
    background-repeat: no-repeat;
}
.ratings-subscribe{
   background: #EFF0F2;
    position: relative;
    padding: 37px 30px 57px 30px;
}
.ratings-subscribe__inner{
    z-index: 1;
    position: relative;
}
.flex-none{
    flex: none;
}
.display-content{
    display: contents;
}

/*.rating-table-wrapper table tr.promo {*/
/*    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(10%, #FFD1FF), color-stop(50%, #D3FFFC), color-stop(90%, #FFFFD4));*/
/*}*/

@media (max-width: 768px) {
    .analysis-results-wrapper .rating-table {
        max-width: 696px;
        /*overflow-x: scroll;*/
    }
}
@media (max-width: 520px) {
    .analysis-results-wrapper .rating-table table{
        width: 100%;
    }
}



@media (max-width: 992px) {
    .analysis-results-wrapper .rating-table{
        width: 100%;
    }
}
@media (min-width: 992px) {
    .tabs-wrapper{
        flex-direction: row;
    }
}
@media (min-width: 1200px) {
    .rating-detailed-text{
        font-size: 20px;
    }
    .rating-table thead{
        font-size: 18px;
    }
}
.modal-search form {
    height: unset;
}
















/* End */


/* Start:/local/templates/likeni/components/bitrix/news/ratings/bitrix/news.list/.default/style.css?1612788640150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/likeni/components/bitrix/news.list/rating_partners/style.css?1612788640150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/likeni/components/bitrix/socserv.auth.form/flat/style.css?16154647842623*/
.bx-authform-social-popup{
	display: none;
	background: #fff;
	width: auto;
	padding: 15px;
	font-size: 14px;
	white-space: nowrap;
}

.bx-authform-social-popup form{margin-bottom: 0;}

.bx-authform-social-popup input[type="text"] {
	display: inline-block;
	max-width: 150px;
	font-size: 18px;
	height: 30px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-authform-social div {
  	padding: 5px 0 12px;
  	margin: 0 0 15px;
  	display: block;
}

.bx-authform-social div {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
}
.bx-authform-social .bx-authform-social-icon {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(/local/templates/likeni/components/bitrix/socserv.auth.form/flat/images/sprite.png);
	background-repeat: no-repeat;
	border-bottom: none;
}
.bx-authform-social .bx-authform-social-icon:hover{opacity: .9;}
.bx-authform-social .bx-authform-social-icon.box {background-position: 0 0;}
.bx-authform-social .bx-authform-social-icon.dropbox {background-position: -44px 0;}
.bx-authform-social .bx-authform-social-icon.bitrix24 {background-position: -88px 0;}
.bx-authform-social .bx-authform-social-icon.yandex {background-position:-132px 0;}
.bx-authform-social .bx-authform-social-icon.openid {background-position:-176px 0;}
.bx-authform-social .bx-authform-social-icon.odnoklassniki {background-position:-220px 0;}
.bx-authform-social .bx-authform-social-icon.google {background-position:-264px 0;}
.bx-authform-social .bx-authform-social-icon.mymailru {background-position:-308px 0;}
.bx-authform-social .bx-authform-social-icon.mailru2 {background-position:-440px 0;}
.bx-authform-social .bx-authform-social-icon.livejournal {background-position:-352px 0;}
.bx-authform-social .bx-authform-social-icon.openid-mail-ru {background-position:-440px 0;}
.bx-authform-social .bx-authform-social-icon.liveid {background-position:-484px 0;}
.bx-authform-social .bx-authform-social-icon.liveinternet {background-position:-528px 0;}
.bx-authform-social .bx-authform-social-icon.blogger {background-position:-572px 0;}
.bx-authform-social .bx-authform-social-icon.vkontakte {background-position:-616px 0;}
.bx-authform-social .bx-authform-social-icon.twitter {background-position:-660px 0;}
.bx-authform-social .bx-authform-social-icon.facebook {background-position:-704px 0;}
.bx-authform-social .bx-authform-social-icon.google-plus {background-position:-748px 0;}
.bx-authform-social .bx-authform-social-icon.office365 {background-position:-792px 0;}

/* End */
/* /test/css/styles.css?17290624698208 */
/* /local/templates/likeni/components/bitrix/news/ratings/bitrix/news.list/.default/style.css?1612788640150 */
/* /local/templates/likeni/components/bitrix/news.list/rating_partners/style.css?1612788640150 */
/* /local/templates/likeni/components/bitrix/socserv.auth.form/flat/style.css?16154647842623 */
