

/* Start:/local/templates/canada/components/bitrix/news/content/bitrix/news.detail/.default/style.css?175128382218115*/
.main-content__info__list {
    display: flex;
    flex-direction: column;
}
@media (max-width: 991px) {
    .mobile-search {
        order: -5;
    }
}
.page-top {
    order: -4;
}
.publication-section {
    order: -3;
}

.casino-faq {
    order: -2;
}
.comments-panel {
    order: -1;
    margin-bottom: 0;
}



.publication-section {
    width: 100%;
    background-color: #141e2d;
    border: 1px solid #333c4c;
    border-radius: 1rem;
    margin-bottom: 2.3rem;
    padding: 1.5rem 2rem 5rem;
}
@media (max-width: 767px) {
    .publication-section {
        padding: 1.5rem 0 0;
        border-radius: 0;
        border: none;
        background-color: transparent;
    }
}
.publication-section .visual_content {
    font-size: 1.6rem;
    line-height: 2.1em;
    margin-bottom: 2rem;
    font-weight: 500;
}
.publication-section .visual_content + h2 {
    margin-top: 2.6rem;
}
@media (max-width: 767px) {
    .publication-section .visual_content + h2 {
        margin-top: 2rem;
    }
}
.publication-section .visual_content + .publication-thumb {
    margin-top: 4rem;
}
@media (max-width: 767px) {
    .publication-section .visual_content + .publication-thumb {
        margin-top: 2rem;
    }
}
/*.publication-section .visual_content p {
    font-size: 1.6rem;
    line-height: 2.1em;
    font-weight: 500;
}*/
.publication-section .visual_content td p, .visual_content td a {
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
}
@media(max-width: 500px) {
    .publication-section .visual_content td p, .visual_content td a {
    font-size: 0.8rem;
    line-height: 1rem;
}
}
.publication-section h2,
.publication-section h3,
.publication-section h4,
.publication-section h5,
.publication-section h6 {
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1rem;
}
.publication-section h2:not(:first-child),
.publication-section h3:not(:first-child),
.publication-section h4:not(:first-child),
.publication-section h5:not(:first-child),
.publication-section h6:not(:first-child) {
    margin-top: 1rem;
}
.publication-section h1 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.4em;
    margin-bottom: 1.1rem;
}
.publication-section h2 {
    font-size: 1.8rem;
}
.publication-section h3 {
    font-size: 1.7rem;
}
.publication-section h4 {
    font-size: 1.6rem;
}
.publication-section h5 {
    font-size: 1.5rem;
}
.publication-section h6 {
    font-size: 1.4rem;
}
.publication-section .guides-line {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
@media (max-width: 767px) {
    .publication-section .guides-line {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
.publication-section .guides-line__inner {
    background-image: none;
    border-radius: 1.6rem;
}
.publication-section blockquote {
    padding-left: 1rem;
    border-left: 4px solid #d81a41;
    margin-bottom: 4rem;
    margin-top: 4rem;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
}
@media (max-width: 767px) {
    .publication-section blockquote {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}
@media (max-width: 1189px) {
    .publication-section blockquote {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .publication-section blockquote {
        font-size: 1.8rem;
    }
}


.publication-header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
    .publication-header {
        margin-bottom: 1.1rem;
    }
}
@media (max-width: 767px) {
    .publication-header .publication-author, .publication-author__wrapper {
        display: none;
    }
}
.publication-header .publication-author__logo {
    width: 3rem;
    height: 3rem;
}
.publication-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .publication-thumb {
        margin-bottom: 1.6rem;
    }
}
.publication-thumb__inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 52.95%;
}
.publication-thumb iframe,
.publication-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.publication-thumb__descr {
    margin-top: 1rem;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6em;
    text-transform: capitalize;
    color: rgba(147, 149, 171, 0.5);
}
@media (max-width: 767px) {
    .publication-thumb__descr {
        font-size: 1.2rem;
    }
}
.publication-thumb__descr p,
.publication-thumb__descr span {
    font-size: 1.6rem;
    line-height: 1.6em;
    color: rgba(147, 149, 171, 0.5);
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .publication-thumb__descr p,
    .publication-thumb__descr span {
        font-size: 1.2rem;
    }
}
.publication-thumb .publication-author {
    position: absolute;
    top: calc(100% - 4rem);
    left: 1rem;
    display: none;
}
@media (max-width: 767px) {
    .publication-thumb .publication-author {
        display: -ms-flexbox;
        display: flex;
    }
}
.publication-details {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.publication-details__add,
.publication-details__comments,
.publication-details__share,
.publication-details__side,
.publication-details__views {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.publication-details__add,
.publication-details__comments,
.publication-details__share,
.publication-details__views {
    color: hsla(0, 0%, 100%, 0.5);
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-transform: capitalize;
    transition: color 0.3s ease;
}
.publication-details__add:not(:last-child),
.publication-details__comments:not(:last-child),
.publication-details__share:not(:last-child),
.publication-details__views:not(:last-child) {
    margin-right: 2.2rem;
}
.publication-details__add .icon,
.publication-details__comments .icon,
.publication-details__share .icon,
.publication-details__views .icon {
    font-size: 1.6rem;
    color: hsla(0, 0%, 100%, 0.5);
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.publication-details__add .icon-comments,
.publication-details__comments .icon-comments,
.publication-details__share .icon-comments,
.publication-details__views .icon-comments {
    font-size: 1.8rem;
}
@media (min-width: 768px) {
    .publication-details__add.active,
    .publication-details__add:hover,
    .publication-details__share.active,
    .publication-details__share:hover {
        color: #fff;
        font-weight: 600;
    }
}
@media (max-width: 767px) {
    .publication-details__add .icon + *,
    .publication-details__share .icon + * {
        display: none;
    }
}
.publication-title {
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.875em;
    color: #fff;
    text-transform: capitalize;
}
.publication-title,
.publication-title__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.publication-title__icon {
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 6px;
    margin-right: 1rem;
    background-color: #283346;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.publication-title__icon .icon {
    color: #fff;
    font-size: 1.6rem;
}
.publication-time {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5em;
    margin: 0 1rem;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .publication-time {
        margin: 0 0 0 1rem;
    }
}
.publication-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4em;
}
@media (max-width: 767px) {
    .publication-author {
        font-size: 1.2rem;
    }
}
.publication-author__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    border-radius: 50%;
}
.publication-quote,
.publication blockquote {
    padding-left: 1rem;
    border-left: 4px solid #d81a41;
    margin-bottom: 4rem;
    margin-top: 4rem;
}
@media (max-width: 767px) {
    .publication-quote,
    .publication blockquote {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}
.publication-quote p,
.publication-quote span,
.publication blockquote p,
.publication blockquote span {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
}
@media (max-width: 1189px) {
    .publication-quote p,
    .publication-quote span,
    .publication blockquote p,
    .publication blockquote span {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .publication-quote p,
    .publication-quote span,
    .publication blockquote p,
    .publication blockquote span {
        font-size: 1.8rem;
    }
}

.publication-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    .publication-footer {
        display: none;
    }
}
.publication-footer .publication-author {
    margin-bottom: 2.2rem;
    font-size: 1.2rem;
}


.guides-line__title img{
	display:none;
}
.awards_list{
    padding-bottom: 10px;   
}
.awards_list .rating__body {
    width: 51px;
}
.awards_list_select{
    flex-wrap: wrap;
    gap: 4%;
    margin: 0 0 20px 0;
    justify-content: left;
    display: flex;
    -webkit-box-pack: center; 
	padding: 0;
}
.select-property__checkbox {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    margin: auto 7px;
}
.select-property__checkbox:checked::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(216, 26, 65, 1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.awards_list_select .select-property__list-item{
    background-color: #283346;
    border-radius: 5px;
    width: 48%;
	display:flex;
    margin-bottom: 30px;
    position: relative;
}
.awards_list_select .select-property__list-item.active{
    background-color: #D81A41;
}
.awards_list_select .select-property__list-item label{
    display: flex;
    margin: 0;
    cursor: pointer;
    width: 90%;
}
.awards_list_select .select-property__list-item label .title{
    margin: auto;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.award_head{
	font-size:24px;
	text-transform: uppercase;
	font-weight:900;
    margin: 15px 0 5px 0;
}
.awards_list .award p{
	line-height: 1.8em;
    padding-bottom: 8px;
}
.rating__items .rating__item svg{
	width:8px;
	height:8px;
}
.awards_list .rating__item {
    padding: 0 1px;
}
.awards_list_select .name_casino{
	line-height: 18px;
}
.awards_list_select .desc{
	font-weight: normal;
    font-size: 12px;
}
.awards_list_select .vots{
	font-weight: normal;
    font-size: 10px;
    position: relative;
    float: left;
    margin-right: 7px;
    flex-shrink: 0;
}
.awards_list_select .votes{
	display:flex;align-items: center;margin-top: 4px;
}
.awards_list_select.slots .vots{
    float: none;
	opacity: 40%;
}
.awards_list_select.provider .vots{
	opacity: 40%;
}
.awards_list_select .border{
	width: 100%;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
}
.awards_list_select.slots .border{
	position: relative;
    overflow: hidden;
}
.awards_list_select .border:after {
    width: 50%;
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    opacity: 80%;
}
.awards_list_select.slots .border:after {
	background: linear-gradient(to right, #fff 0%, #fff 95%, transparent 100%);
}
.awards_list_select .percent{
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 3px;
}
.awards_list_select.slots .percent{
    top: 60%;
    transform: translateY(-60%);
}
.awards_list_select.slots .border{
    display: block;
    margin-top: 5px;
}
.awards_list_select.slots .name_casino {
    margin-bottom: 10px;
}
.awards_list_select .best{
    font-weight: 600;
    font-size: 10px;
    position: absolute;
    right: 0px;
    top: -18px;
    z-index: 10;
    background: #F7931A;
    border-radius: 5px;
    height: 23px;
    width: auto;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 5px;
}
.awards_list_select .by{
	color: rgba(255, 255, 255, 1);
	opacity:40%;
    font-size: 12px;
	font-weight:normal;
}
.awards_list .rating__body {
    height: 10px;
}
.awards_list button{
    position: relative;
}
.awards_list button span{
    margin-left: 10px;
}
.awards_list_select img{
	width: 112px;
	height:48px;
	margin: auto;
}
.awards_list_select.slots img{
	width: 83px;
	height:83px;
}
.awards_list_select.slots .votes{
	display:block;
}
.awards_list_select.provider img{
	width: 106px;
	height:48px;
}
.awards_error{
	color: #d81a41;
    font-size: 14px;
    margin-left: 20px;
    display: block;
    margin: auto 20px;
}
.awards_list .actions{
	display:flex;
	margin-bottom:20px;
}
.awards_error{
	display:none;
}
@media (max-width:1439px){
	.awards_list_select .select-property__list-item{
		width:100%;
	}
	.awards_list_select .select-property__list-item label{
		width:93%;
	}
}

@media (min-width:768px){
	.awards_list_select .name_casino{
		max-width:160px;
	}
}

@media (max-width:767px){
	.awards_list_select .border{
		width:100%;
		display:block;
	}
	.awards_list_select .name_casino{
		line-height: inherit;
	}
}
@media (max-width:360px){
	.awards_list_select .percent{
		display:none;
	}
	.awards_list_select .select-property__list-item label{
		width:90%;
	}
}

.rating__items_active .rating__item path {
  fill: #FFFFFF!important;
}
.casino-status_accepted-players .rating__items_active .rating__item path{
  fill: #1379F3!important;
}
.casino-status_trusted-casinos .rating__items_active .rating__item path{
  fill: #078871!important;
}
.casino-status_doubtful .rating__items_active .rating__item path{
  fill: #F7931A!important;
}
.casino-status_blacklisted .rating__items_active .rating__item path{
  fill: #D81A41!important;
}
.casino-status_blacklisted.active .rating__items_active .rating__item path{
  fill: #FFFFFF!important;
}

.twitter-tweet {
	margin: 20px auto 0 !important;
}




.search-menu {
    order: -4;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}

.search-menu__link {
    border-radius: 8px;
    background: #1D2738;
    flex-grow: 1;
    height: 60px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}
.search-menu__link:hover {
    color: #fff;
}
.search-menu__link-image {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.search-menu__link-svg {
    width: 20px;
    height: 20px;
}

.search-menu__link-svg svg {
    width: 100%;
    height: 100%;
}


.search-menu__link-title {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 1;
}
.search-menu__link-title span {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
}
.search-menu__link-title svg {
    flex: 0 0 16px;
}

.search-menu__link-text {
    color: rgba(255, 255, 255, 0.60);
    font-size: 10px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    line-height: normal;
}



.publication-carousel {
    width: 100%;
    margin-bottom: 2rem;
    background-color: #1d2738;
    border-radius: 1rem;
    padding: 2rem 0 1.7rem;
    position: relative;
}
@media (max-width: 767px) {
    .publication-carousel {
        background-color: transparent;
        border-radius: 0;
        position: static;
    }
}
.publication-carousel .swiper-slide {
    height: 20rem;
    width: 35.8rem;
}
@media (max-width: 767px) {
    .publication-carousel .swiper-slide {
        width: 24rem;
        height: auto;
    }
}
.publication-carousel .news-carousel:after,
.publication-carousel .news-carousel:before {
    display: block;
}
@media (max-width: 767px) {
    .publication-carousel .news-carousel:after,
    .publication-carousel .news-carousel:before {
        display: none;
    }
}
.publication-carousel .news-carousel:before {
    border-radius: 1rem 0 0 1rem;
}
.publication-carousel .news-carousel:after {
    border-radius: 0 1rem 1rem 0;
}
.publication-carousel .news-carousel__inner {
    position: static;
}
@media (max-width: 767px) {
    .publication-carousel .news-carousel__inner {
        position: relative;
    }
}
.publication-carousel .news-carousel__block {
   height: 20rem;

}
@media (max-width: 767px) {
    .publication-carousel .news-carousel__block {
       /* height: 29rem; */
		height: 15rem;
    }
}
.publication-carousel .news-carousel__block:after {
    display: none;
}
.publication-carousel .news-carousel__pagination {
    margin-top: 2rem;
}
.publication-carousel .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.publication-carousel .carousel-nav--prev {
    left: 4rem;
}
@media (max-width: 767px) {
    .publication-carousel .carousel-nav--prev {
        left: -1rem;
    }
}
.publication-carousel .carousel-nav--next {
    right: 4rem;
}
@media (max-width: 767px) {
    .publication-carousel .carousel-nav--next {
        right: -1rem;
    }
}
/* End */


/* Start:/local/templates/canada/components/bitrix/system.pagenavigation/new/style.css?17557648921160*/
.actual-now__spin-button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:1rem 0 1.1rem}@media (max-width:991px){.actual-now__button,.actual-now__spin-button{margin:1rem 0}}@media (max-width:767px){.actual-now__button,.actual-now__spin-button{margin:1rem 0 0}}.actual-now__spin-button button{color:hsl(0 0% 100% / .5);font-weight:500;font-size:1.6rem;line-height:1.875em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:color 0.3s ease}.actual-now__spin-button button .icon-reload{font-size:1.6rem;color:#fff}@media (min-width:768px){.actual-now__spin-button a:hover{color:#fff}}.actual-now__spin-button__icon{width:3rem;height:3rem;border-radius:6px;padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-left:1rem;background-color:#333c4c}.stat_main{position:absolute;padding-top:18rem;text-align:center;width:16rem;font-size:14px}@media (min-width:1190px) and (max-width:1439px){.stat_main{width:13rem;padding-top:15rem}}
/* End */


/* Start:/local/templates/canada/components/bitrix/news.list/collapse/style.css?17367706718410*/

.collapsible-table {
    width: 100%;
    border-radius: 1rem;
    margin-bottom: 3rem;
    background-color: #111a28;
    border: 1px solid #283346;
    padding: 2.3rem 2rem 2rem;
}
@media (max-width: 991px) {
    .collapsible-table {
        padding: 1.7rem 1rem 1rem;
    }
}
@media (max-width: 767px) {
    .collapsible-table {
        margin-bottom: 2rem;
    }
}
.collapsible-table--red {
    border-color: #d81a41;
}
.collapsible-table--light {
    background-color: #1d2738;
}
.collapsible-table .top-line {
    margin-bottom: 1.4rem;
}
.main-complaints .collapsible-table__line + .collapsible-table__line, .main-complaints .collapsible-table__inner + .collapsible-table__inner .collapsible-table__line:first-child{
    border: none;
}
.main-complaints .collapsible-table__inner:not(.collapsible-table__inner_hidden) {
	border-top: 1px solid #283346;
}
.main-complaints .collapsible-table__line {
	border-bottom: 1px solid #283346 !important;
}
.collapsible-table__inner_hidden {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, margin 0.3s ease;
    transition: max-height 0.3s ease, margin 0.3s ease;
}
.collapsible-table__line__btn:hover .collapsible-table__line__show-all-text {opacity: 1;}
.collapsible-table__line__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 0;
}
.collapsible-table__line__show-all-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0 10px 0 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.collapsible-table__line__show-all-arrow {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-color: #283346;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.collapsible-table__line__show-all-arrow._active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 991px) {
    .collapsible-table .top-line {
        margin-bottom: 8px;
    }
}
.collapsible-table--simple .collapsible-table .top-line {
    margin-bottom: 1rem;
}
.collapsible-table .top-line .top-line__tabs {
    margin: 0 auto;
}
.collapsible-table.collapsible-table--simple .top-line {
    margin-bottom: 1rem;
}
.collapsible-table.collapsible-table--simple .top-line__subtitle p {
    font-size: 1.6rem;
}
@media (max-width: 767px) {
    .collapsible-table.collapsible-table--simple .top-line__subtitle p {
        font-size: 1.4rem;
    }
}
.collapsible-table__inner + .collapsible-table__inner .collapsible-table__line:first-child {
    border-top: 1px solid #283346;
}
.collapsible-table--simple .collapsible-table__inner + .collapsible-table__inner .collapsible-table__line:first-child {
    border-top: none;
}
.collapsible-table__content {
    width: 100%;
    display: none;
}
.collapsible-table__content.is-active {
    display: block;
}
.collapsible-table__line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
}
@media (max-width: 767px) {
    .collapsible-table__line {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.collapsible-table--simple .collapsible-table__line {
    padding: 5px 0;
}
.collapsible-table__line + .collapsible-table__line {
    border-top: 1px solid #283346;
}
.collapsible-table--simple .collapsible-table__line + .collapsible-table__line {
    border-top: none;
}
.collapsible-table__line__time {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 1.2rem;
    line-height: 1.65em;
    width: auto;
    margin-right: 1.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .collapsible-table__line__time {
        margin-right: 1rem;
        width: 7rem;
    }
}
@media (max-width: 767px) {
    .collapsible-table__line__time {
        -ms-flex-order: 1;
        order: 1;
    }
}
.collapsible-table__line__thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 6rem;
    margin-right: 1rem;
}
@media (max-width: 767px) {
    .collapsible-table__line__thumbs {
		display: none;
        -ms-flex-order: 1;
        order: 1;
    }
}
.collapsible-table__line__icon {
    width: 2rem;
    height: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
}
.collapsible-table__line__icon .icon {
    color: #fff;
    font-size: 1.3rem;
}
.collapsible-table__line__logo {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.collapsible-table__line__text {
    -ms-flex-positive: 1;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.42em;
    flex-grow: 1;
    margin-right: 2rem;
    text-transform: capitalize;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .collapsible-table__line__text {
        margin-right: 1.5rem;
    }
}
@media (max-width: 767px) {
    .collapsible-table__line__text {
        width: 100%;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 0;
        margin-right: 0;
    }
}
.collapsible-table__line__text a {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4em;
}
@media (max-width: 991px) {
    .collapsible-table__line__text a {
        line-height: 1.45em;
    }
}
.collapsible-table__line__text__logo {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2rem;
}
@media (max-width: 991px) {
    .collapsible-table__line__text__logo {
        margin-right: 1rem;
    }
}
.collapsible-table__line__text__subtitle {
    color: #757575;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4em;
}
@media (max-width: 991px) {
    .collapsible-table__line__text__subtitle {
        line-height: 1.45em;
    }
}
.collapsible-table__line__text .collapsible-table__line__logo {
    margin-right: 2rem;
}
@media (min-width: 1190px) and (max-width: 1439px) {
    .collapsible-table__line__text .collapsible-table__line__logo {
        margin-right: 1rem;
    }
}
@media (max-width: 991px) {
    .collapsible-table__line__text .collapsible-table__line__logo {
        margin-right: 1rem;
    }
}
.collapsible-table--simple .collapsible-table__line__text .collapsible-table__line__logo {
    margin-right: 1rem;
}
.collapsible-table__line__comments {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 1.2rem;
    line-height: 1.65em;
    width: 5rem;
}
@media (max-width: 767px) {
    .collapsible-table__line__comments {
        -ms-flex-order: 2;
        order: 2;
    }
}
.collapsible-table__line__comments .icon {
    font-size: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.collapsible-table__line__comments .icon-comments {
    margin-right: 6px;
}
.collapsible-table__line__blacklist {
    color: #d81a41;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4em;
    margin-left: auto;
    padding-left: 1.5rem;
    text-align: right;
}
.collapsible-table__bottom {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.3rem;
}
.collapsible-table__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.collapsible-table--simple .btn-show-more {
    color: #d81a41;
}
.collapsible-table--simple .btn-show-more:hover {
    color: #e5274e;
}
/* End */


/* Start:/local/components/swipex/comments/templates/.default/style.css?175654787813686*/
.comments-panel{width:100%;background-color:#141e2d;border:1px solid #333c4c;border-radius:1rem;margin-bottom:3rem;padding:1.8rem 2rem 2rem}@media (max-width:767px){.comments-panel{margin-bottom:2rem;background-color:#fff0;padding:0;border-radius:0;border:none}}.comments-panel--simple{padding:0;border:none;background-color:#fff0;border-radius:0}.comments-panel__title{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;text-transform:capitalize;color:#fff;font-weight:900;font-size:1.8rem;line-height:1.8em;margin-bottom:3px}.comments-panel--simple .comments-panel__title{margin-bottom:2.4rem}@media (max-width:767px){.comments-panel--simple .comments-panel__title{margin-bottom:5px}}.comments-panel__title .icon{-ms-flex-negative:0;flex-shrink:0;font-size:1.6rem;margin-right:1.2rem}.comments-panel__top{-ms-flex-pack:justify;justify-content:space-between;width:100%;border-bottom:1px solid hsl(0 0% 100% / .25);margin-bottom:2rem}.comments-panel__tab,.comments-panel__top{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.comments-panel__tab{-ms-flex-pack:start;justify-content:flex-start}.comments-panel__tab__item{font-weight:500;font-size:1.6rem;line-height:1.875em;position:relative;min-width:6.7rem;color:#fff;transition:color 0.3s ease;cursor:pointer;padding:0 5px 1.2rem;transform:translateZ(0)}@media (max-width:767px){.comments-panel__tab__item{padding:0 5px 6px;min-width:auto}}.comments-panel__tab__item+.comments-panel__tab__item{margin-left:2rem}@media (max-width:767px){.comments-panel__tab__item+.comments-panel__tab__item{margin-left:9px}}.comments-panel__tab__item:after{content:"";display:block;width:100%;left:50%;bottom:-1px;transform:translateX(-50%) scaleX(0);position:absolute;height:2px;background-color:#d81a41;transition:transform 0.3s ease}.comments-panel__tab__item.is-active:after{transform:translateX(-50%) scaleX(1)}.comments-panel__subscribe__btn{font-weight:500;font-size:1.6rem;line-height:1.5em;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;background-color:#fff0;transition:color 0.3s ease,background-color 0.3s ease}@media (max-width:767px){.comments-panel__subscribe__btn{width:3rem;height:3rem;border-radius:6px;-ms-flex-pack:center;justify-content:center;margin:0 1.2rem 6px 0}}@media (max-width:767px){.comments-panel__subscribe__btn:active{background-color:rgb(51 60 76 / .5)}}@media (max-width:767px){.comments-panel__subscribe__btn b,.comments-panel__subscribe__btn p,.comments-panel__subscribe__btn span,.comments-panel__subscribe__btn strong{display:none}}@media (min-width:768px){.comments-panel__subscribe__btn.active,.comments-panel__subscribe__btn:hover{color:#d81a41}}.comments-panel__subscribe__btn .icon{font-size:1.6rem;margin-right:9px;-ms-flex-negative:0;flex-shrink:0}@media (max-width:767px){.comments-panel__subscribe__btn .icon{font-size:1.9rem;margin-right:0}}.comments-panel__textarea{border-radius:1rem;background-color:#333c4c;padding:1.5rem 1rem 1.5rem 2rem;height:15.6rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;transition:border-radius 0.3s ease}@media (max-width:767px){.comments-panel__textarea{height:15.2rem;padding:1.2rem 8px 8px 2rem}}.comments-panel__textarea--sm{height:auto;min-height:5rem;border-radius:2.5rem;padding:1rem 2rem;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.comments-panel__textarea--sm{min-height:4.6rem}}.comments-panel__textarea--sm.is-resized{border-radius:1rem;padding:1rem 2rem 6rem}.comments-panel__textarea__footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:1rem;-ms-flex-negative:0;flex-shrink:0}.comments-panel__textarea--sm .comments-panel__textarea__footer{position:absolute;top:50%;transform:translateY(-50%);right:1rem;margin-top:0}.is-resized .comments-panel__textarea__footer{top:auto;transform:none;width:calc(100% - 2.8rem);bottom:1rem;left:2rem}.comments-panel__textarea__actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.comments-panel__textarea__actions__item{width:3rem;height:3rem;border-radius:6px;background-color:#fff0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;transition:background-color 0.3s ease;margin-bottom:0;margin-right:5px}.comments-panel__textarea__actions__item+.comments-panel__textarea__actions__item{margin-left:5px}@media (min-width:768px){.comments-panel__textarea__actions__item:hover{background-color:rgb(17 26 40 / .3)}}.comments-panel__textarea__actions__item:active{background-color:rgb(17 26 40 / .5)}.comments-panel__textarea__actions__item .icon{color:#fff;font-size:1.6rem}.comments-panel__textarea__actions__item input{width:0;height:0;position:absolute;top:-9999em;left:-9999em;opacity:0;visibility:hidden}.comments-panel__submit{min-width:7.8rem;padding:0 1.6rem}.comments-panel__textarea--sm .comments-panel__submit{display:none}.is-resized .comments-panel__submit{display:block}.comments-panel__field{background-color:transparent!important;border:none!important;resize:none;box-shadow:none!important;outline:none!important;width:100%!important;-ms-flex-positive:1!important;flex-grow:1!important;color:#fff!important;font-weight:500!important;font-size:1.6rem!important;line-height:1.9em!important;padding:0 8px 0 0!important}@media (max-width:767px){.comments-panel__field{line-height:1.6em}}.comments-panel__field::-webkit-input-placeholder{font-weight:500;font-size:1.6rem;color:hsl(0 0% 100% / .4);opacity:1;transition:opacity 0.3s ease}@media (max-width:767px){.comments-panel__field::-webkit-input-placeholder{font-size:1.5rem}}.comments-panel__field:-moz-placeholder{font-weight:500;font-size:1.6rem;color:hsl(0 0% 100% / .4);opacity:1;transition:opacity 0.3s ease}@media (max-width:767px){.comments-panel__field:-moz-placeholder{font-size:1.5rem}}.comments-panel__field::-moz-placeholder{font-weight:500;font-size:1.6rem;color:hsl(0 0% 100% / .4);opacity:1;transition:opacity 0.3s ease}@media (max-width:767px){.comments-panel__field::-moz-placeholder{font-size:1.5rem}}.comments-panel__field:-ms-input-placeholder{font-weight:500;font-size:1.6rem;color:hsl(0 0% 100% / .4);opacity:1;transition:opacity 0.3s ease}@media (max-width:767px){.comments-panel__field:-ms-input-placeholder{font-size:1.5rem}}.comments-panel__textarea--sm .comments-panel__field{width:calc(100% - 7rem);height:2.2rem}@media (max-width:767px){.comments-panel__textarea--sm .comments-panel__field{width:calc(100% - 6.5rem)}}.is-resized .comments-panel__field{width:100%}.comments-panel__field:focus{border:none;box-shadow:none;outline:none}.comments-panel__field:focus::-webkit-input-placeholder{opacity:0}.comments-panel__field:focus:-moz-placeholder,.comments-panel__field:focus::-moz-placeholder{opacity:0}.comments-panel__field:focus:-ms-input-placeholder{opacity:0}.comments-panel__field.h-scrollbar-vertical::-webkit-scrollbar-track,.comments-panel__field.js-sizing-textarea::-webkit-scrollbar-track{background-color:#1d2738}.comments-panel__form{position:relative}.comments-panel__form .input-wrap_error{position:absolute;right:0;top:calc(100% + 5px);font-size:1rem;line-height:1em;font-weight:600;margin-bottom:0;color:#d81a41}.comments-panel__form:last-child .input-wrap_error{position:relative;display:-ms-flexbox;display:flex;top:auto;right:auto;-ms-flex-pack:end;justify-content:flex-end;padding:7px 0 0}.comments-panel__box{width:100%;border-top:1px solid #333c4c;padding:1rem 0 1.8rem}@media (max-width:1439px){.comments-panel__box{padding:1rem 0 1.8rem}}@media (max-width:767px){.comments-panel__box{padding:1rem 0 1.8rem}}.comments-panel--simple .comments-panel__box{padding:2rem 0}@media (max-width:767px){.comments-panel--simple .comments-panel__box{padding:1.4rem 0}}.comments-panel__box:first-child{border-top:none}.comments-panel--simple .comments-panel__box:first-child{padding:0 0 2rem}@media (max-width:767px){.comments-panel--simple .comments-panel__box:first-child{padding:0 0 1.4rem}}.comments-panel__box__title{width:100%;margin-bottom:1.3rem;font-weight:800;font-size:1.4rem;line-height:1.5em;color:#fff}.comments-panel__item{width:100%;position:relative;padding:0 13.6rem 0 4rem}@media (max-width:1439px){.comments-panel__item{padding:0 9.6rem 0 4rem}}@media (max-width:767px){.comments-panel__item{padding:0}}.comments-panel__item--reply{margin:2.2rem auto 0;width:calc(100% - 7rem)}@media (max-width:767px){.comments-panel__item--reply{width:100%;margin:1.1rem auto 0}}.comments-panel__item__inner a{font-weight:700;margin-right:5px}@media (max-width:767px){.comments-panel__item__inner a{word-break:break-all;display:inline-block}}.comments-panel__item__inner a,.comments-panel__item__inner b,.comments-panel__item__inner p,.comments-panel__item__inner span,.comments-panel__item__inner strong{font-size:1.4rem;line-height:1.5em}.comments-panel__item__inner p{font-weight:200;display:inline;margin-bottom:0}@media (max-width:767px){.comments-panel__item__inner p{display:block;margin-top:1rem;margin-bottom:1rem}}.comments-panel__item__logo{width:3rem;height:3rem;margin-right:1rem;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;position:absolute!important;transform:translateZ(0);top:0;left:0}@media (max-width:767px){.comments-panel__item__logo{position:relative!important;top:auto;left:auto;display:-ms-inline-flexbox!important;display:inline-flex!important;vertical-align:top}}.comments-panel__item__footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.comments-panel__item__time{margin-right:2.2rem;font-size:1.2rem;line-height:1.65em;color:hsl(0 0% 100% / .5);font-weight:400}@media (max-width:767px){.comments-panel__item__time{position:absolute;top:3px;right:0;margin-right:0}}.comments-panel__item__reply{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;font-size:1.2rem;line-height:1.6em;font-weight:400;transform:translateZ(0);color:hsl(0 0% 100% / .3);transition:color 0.3s ease;cursor:pointer;text-transform:capitalize}@media (min-width:768px){.comments-panel__item__reply:hover{color:#fff}}.comments-panel__item__reply .icon{font-size:1.1rem;margin-right:8px}.comments-panel__item__rate{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;position:absolute;top:0;right:1rem;color:#fff;font-size:1.4rem;line-height:1.3em;font-weight:700;transition:color 0.3s ease}@media (max-width:767px){.comments-panel__item__rate{position:relative;top:auto;right:auto;margin-right:1.3rem}}.comments-panel__item__rate--negative{color:#d81a41}.comments-panel__item__rate--positive{color:#27ae60}.comments-panel__item__rate__against,.comments-panel__item__rate__for{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;width:2.4rem;height:2.4rem;background-color:#fff0;border-radius:6px;transition:background-color 0.3s ease}@media (min-width:768px){.comments-panel__item__rate__against:hover,.comments-panel__item__rate__for:hover{background-color:rgb(51 60 76 / .6)}}.comments-panel__item__rate__against:active,.comments-panel__item__rate__for:active{background-color:rgb(51 60 76 / .8)}.comments-panel__item__rate__against .icon,.comments-panel__item__rate__for .icon{color:#fff;font-size:8px}.comments-panel__item__rate__against{margin-right:4px}.comments-panel__item__rate__for{margin-left:4px}.comments-panel__item__rate__for .icon{transform:rotate(180deg)}.comments-panel__item__rate span{min-width:1.8rem;text-align:center}.comments-panel__item__file,.comments-panel__item__files{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.comments-panel__item__file .icon-rules{font-size:2.4rem;color:#fff;margin-right:1rem}.comments-panel__item__image{width:auto;height:auto;margin:1rem 0;border-radius:5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;margin-right:2rem}.comments-panel__item__image img{width:auto;height:auto;max-width:9rem;max-height:9rem;border-radius:inherit}.comments-panel__body{margin:2.5rem 0 2rem}.comments-panel__body__inner{display:none}.comments-panel__body__inner.is-active{display:block}.comments-panel__read-all{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;padding:1rem 1.5rem;text-transform:capitalize;color:#fff;font-weight:500;font-size:1.7rem;line-height:1.15em;background-color:#d81a41;transition:background-color 0.3s ease;margin:1rem auto 0}@media (min-width:768px){.comments-panel__read-all:hover{background-color:#e5274e}}.comments-panel__read-all:active{background-color:#e83d60}.players-review__comments__read-all{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;padding:1rem 2.4rem;text-transform:capitalize;color:#fff;font-weight:500;font-size:1.7rem;line-height:1.15em;background-color:#d81a41;transition:background-color 0.3s ease;margin:1rem auto 0}.players-review__comments__read-all+.pagination-block{margin-top:1.7rem;margin-bottom:0}.child_comments .comments-panel__item{margin-bottom:10px}
/* End */
/* /local/templates/canada/components/bitrix/news/content/bitrix/news.detail/.default/style.css?175128382218115 */
/* /local/templates/canada/components/bitrix/system.pagenavigation/new/style.css?17557648921160 */
/* /local/templates/canada/components/bitrix/news.list/collapse/style.css?17367706718410 */
/* /local/components/swipex/comments/templates/.default/style.css?175654787813686 */
