

/* Start:/local/templates/canada/components/bitrix/catalog/landbased/style.css?17774396971168*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
.filter-section {
	display: none !important;
}
/* End */


/* Start:/local/templates/canada/components/bitrix/catalog.element/landbased/style.css?17774396977312*/
.casino-info {
    width: 100%;
    background-color: #1d2738;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}
.casino-info__content {
    width: 100%;
}
.casino-info__logo {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}
.casino-info__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.casino-info__casino-status {
    display: flex;
    align-items: center;
    gap: 5px;
}
.casino-info__casino-status span {
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #FFF;
}
.casino-info__logo img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.casino-info__title h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: normal;
    text-transform: capitalize;
}
.casino-info__visit {
    display: block;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    background-color: #333c4c;
}
.casino-info__line {
    display: flex;
    gap: 20px;
    width: 100%;
}
.casino-info__content-line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 10px 0;
}


.rating__items .rating__item svg {
    color: #333C4C;
}
.rating__items_active .rating__item svg {
    color: #26B86D;
}


.casino-info__links {
    margin-bottom: 20px;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.casino-info__links,
.casino-info__links__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.casino-info__links__item {
    position: relative;
    gap: 5px;
    min-height: 20px;
}
.casino-info__links__item:not(:last-child) {
    padding-right: 20px;
    margin-right: 10px;
}
.casino-info__links__item:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.casino-info__links a {
    text-decoration: underline;
}
.casino-info__links a,
.casino-info__links span {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}


.casino-info__opportunities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px 0;
}
.casino-info__opportunities__item {
    border-radius: 40px;
    padding: 5px 10px;
    background-color: #333c4c;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
}


.casino-info__text {
    margin: 0 0 20px 0;
}
.casino-info__text,
.casino-info__text p {
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}


.casino-info__address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #283346;
    border-bottom: 1px solid #283346;
}

.casino-info__address p,
.casino-info__address a {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}


.casino-info__subscribe {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    background-color: #283346;
    border-radius: 10px;
    padding: 20px 10px 20px 20px;
}

.casino-info__subscribe p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.casino-info__subscribe .btn {
    flex-shrink: 0;
    background-color: #078871;
    text-shadow: 0 0 1px #000;
}



@media (max-width: 767px) {
    .casino-info {
        padding: 10px;
    }
    .casino-info__line {
        gap: 10px;
        flex-direction: column;
    }
    .casino-info__logo {
        width: 125px;
        height: 125px;
    }
    .casino-info__top {
        position: absolute;
        top: 10px;
        right: 10px;
        left: 145px;
    }
    .casino-info__subscribe .btn {
        flex: 1;
    }
    .casino-info__links,
    .casino-info__opportunities,
    .casino-info__text,
    .casino-info__address {
        margin: 0 0 10px 0;
    }
    .casino-info__address {
        padding: 10px 0;
    }
    .casino-info__subscribe {
        padding: 10px;
    }
    .casino-info__links {
        flex-direction: column;
        align-items: flex-start;
    }
    .casino-info__links__item:not(:last-child):after {
        display: none;
    }
    .casino-info__links__item:not(:last-child) {
        padding: 0;
        margin: 0;
    }
}





.hotel-info {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
    background-color: #1d2738;
    border: 1px solid #283346;
}
.hotel-info .top-line, .hotel-info__text:not(:last-child){
    margin-bottom: 2rem;
}

.hotel-info__text p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.hotel-info__text h2 {
    margin: 20px 0 10px;
}
.hotel-info__text p {
    margin: 0 0 10px;
}
@media (max-width: 767px) {
    .hotel-info {
        padding: 20px 10px;
    }

}
.hotel-info__wrapper:not(:last-child) {
    border-bottom: 1px solid #283346;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.hotel-info__subtitle {
        font-weight: 900;
    margin-bottom: 20px;
}
@media(max-width:767px) {
    .hotel-info__wrapper:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}


.hotel-contacts{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.hotel-contacts__item {
    border: 1px solid #333c4c;
    border-radius: 10px;
    padding: 20px;
    background-color: #1d2738;
    width: calc(50% - 10px);
}
.hotel-contacts__item-top {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.hotel-contacts__item-top span {
    line-height: normal;
   font-weight: 500;
   font-size: 14px; 
   color: rgba(255, 255, 255, 0.8);
}
.hotel-contacts__item-top svg {
    flex: 0 0 12px;
    height: 12px;
}
.hotel-contacts__item-text {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #283346;
}
.hotel-contacts__item-info {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
}
@media (max-width: 767px) {
    .hotel-contacts__item {
        padding: 20px 10px;
        flex: 0 1 100%;
    }
}






.hotel-info__location__map__marker {
    position: absolute;
    color: #d81a41 !important;
    font-weight: 600 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 1.6rem !important;
    left: 50%;
    transform: translateX(-50%);
    top: 8rem;
}
.hotel-info__location:not(:last-child) {
    margin-bottom: 20px;
}
.hotel-info__location__map {
    width: 100%;
    height: 44.5rem;
    border-radius: 1rem;
    overflow: hidden;
}




@media (min-width: 1190px) and (max-width: 1439px) {
    .hotel-info__location__map {
        height: 38rem;
    }
}
@media (max-width: 767px) {

    .hotel-info__location__map {
        height: 0;
        padding-bottom: 51%;
        min-height: 20rem;
    }

    .hotel-info__location__map__marker {
        font-size: 1.3rem !important;
    }
}
/* End */


/* Start:/local/components/swipex/comments/templates/.default/style.css?177743969413686*/
.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 */


/* Start:/local/templates/canada/dist/s/css/casinos_block.css?177743969615908*/
.fully-trusted-casinos{background-color:#078871}.recomended-casinos{background-color:#271249}.recomended-casinos::after,.fully-trusted-casinos::after{background:url(/local/templates/canada/img/Fully-Trusted-Casinos/bg-texture.webp) center/cover no-repeat}.fully-trusted-casinos .casinos-block__container::after{background:linear-gradient(90deg,#fff0 0%,#078871 100%)}.fully-trusted-casinos .casinos-block__container::before{background:linear-gradient(270deg,#fff0 0%,#078871 100%)}.blacklisted-casinos{background-color:#d81a41}.blacklisted-casinos::after{background:url(/local/templates/canada/img/BlackListed-Casinos/bg-texture.webp) center/cover no-repeat}.blacklisted-casinos .casinos-block__container::after{background:linear-gradient(90deg,#fff0 0%,#D81A41 100%)}.blacklisted-casinos .casinos-block__container::before{background:linear-gradient(270deg,#fff0 0%,#D81A41 100%)}.accept-players-casinos{background-color:#1379F3}.accept-players-casinos::after{background:url(/local/templates/canada/img/Fully-Trusted-Casinos/bg-texture.webp) center/cover no-repeat}.accept-players-casinos .casinos-block__container::after{background:linear-gradient(90deg,#fff0 0%,#1379F3 100%)}.accept-players-casinos .casinos-block__container::before{background:linear-gradient(270deg,#fff0 0%,#1379F3 100%)}.casino-reviews{background-color:#1D2738}.recomended-casinos .casinos-block__container::after,.casinos-block_cheaters__container::after,.casino-reviews .casinos-block__container::after,.author-content__container::after,.casinos-officials-slider .casinos-block__container::after{background:linear-gradient(90deg,#fff0 0%,#1D2738 100%)}.recomended-casinos .casinos-block__container::before,.casino-reviews .casinos-block__container::before{background:linear-gradient(270deg,#fff0 0%,#1D2738 100%)}.casinos-slider .reviews-card__btn:hover{color:#6096ff}.casinos-slider .casinos-block__title svg{flex:0 0 20px}.casinos-block__action{margin:0 0 0 5px}.casinos-block__action a{display:flex;align-items:center}.casinos-block__action a:hover .casinos-block__show{opacity:1}.casinos-block__show{font-weight:500;font-size:16px;line-height:30px;text-transform:capitalize;color:#FFF;transition:opacity 0.3s ease;opacity:.5;margin:0 10px 0 0}.casinos-block__arrow{display:flex;align-items:center;justify-content:center;background-color:#283346;width:30px;height:30px;border-radius:6px}.casinos-block__arrow img{width:8px;height:14px}.casinos-block__text{text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);font-weight:500;font-size:14px;margin:0 0 15px 0;z-index:5;position:relative}.casinos-block__search{z-index:5;position:relative;margin:0 0 20px 0}.casinos-block__subtitle{font-weight:500;font-size:14px;line-height:20px;color:#FFF;margin:0 0 15px 0}.casinos-block__input{border-radius:20px;background-color:#333C4C;max-width:740px;width:100%;height:40px;font-weight:500;font-size:16px;line-height:20px;text-transform:capitalize;color:#FFF;padding:0 50px;background:url(/local/templates/canada/img/Casinos-Reviews/search-icon.svg) 22px no-repeat,#333C4C}.casinos-block__input::placeholder{opacity:.4;color:#FFF}.casinos-block_cheaters__container::after,.casinos-block__container::after,.author-content__container::after{content:"";display:block;width:150px;height:100%;position:absolute;top:0;z-index:2;transition:opacity 0.3s ease,visibility 0.3s ease}.casinos-block__container::before{left:0}.casinos-block_cheaters__container::after,.casinos-block__container::after,.author-content__container::after{right:0}.casinos-block_cheaters__container:has(.swiper-btn-next.swiper-button-disabled)::after,.casinos-block__container:has(.swiper-btn-prev.swiper-button-disabled)::before,.casinos-block__container:has(.swiper-btn-next.swiper-button-disabled)::after,.author-content__container:has(.swiper-btn-prev.swiper-button-disabled)::before,.author-content__container:has(.swiper-btn-next.swiper-button-disabled)::after{opacity:0;visibility:hidden}.casinos-block .swiper-container .swiper-btn-next,.casinos-block .swiper-container .swiper-btn-prev,.author-content .swiper-container .swiper-btn-next,.author-content .swiper-container .swiper-btn-prev{position:absolute;top:50%;transform:translate(0,-50%);z-index:10;font-size:0;width:40px;height:40px;border-radius:20px;transition:all 0.3s ease;cursor:pointer;background:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.70725 16.7072L13.7073 10.7073C14.0983 10.3163 14.0983 9.68425 13.7073 9.29325L7.70725 3.29325C7.31625 2.90225 6.68425 2.90225 6.29325 3.29325C5.90225 3.68425 5.90225 4.31625 6.29325 4.70725L11.5862 10.0002L6.29325 15.2933C5.90225 15.6843 5.90225 16.3162 6.29325 16.7072C6.48825 16.9022 6.74425 17.0002 7.00025 17.0002C7.25625 17.0002 7.51225 16.9022 7.70725 16.7072Z" fill="%231D2738"/></svg>') center no-repeat, #fff}.casinos-block .swiper-container .swiper-btn-next:hover,.casinos-block .swiper-container .swiper-btn-prev:hover,.author-content .swiper-container .swiper-btn-next:hover,.author-content .swiper-container .swiper-btn-prev:hover{box-shadow:0 0 15px rgb(0 0 0 / .4) inset}.casinos-block .swiper-container .swiper-btn-next{right:20px}.casinos-block .swiper-container .swiper-btn-prev,.author-content .swiper-container .swiper-btn-prev{left: 20px;transform: translate(0,-50%) rotate(180deg);}.author-content .swiper-container .swiper-btn-next{right:20px}.casinos-block .swiper-container .swiper-button-disabled,.author-content .swiper-container .swiper-button-disabled{opacity:0;visibility:hidden;transition:all 0.3s ease}@media (max-width:991px){.casinos-block__show span{display:none}}@media (max-width:767px){.casinos-block:not(.block-h3){padding:20px 10px !important}.casinos-block__container::before,.casinos-block__container::after{width:65px}.casinos-block .swiper-btn-next,.casinos-block .swiper-btn-prev,.author-content__container::before,.author-content__container::after{width:65px}.casinos-block .swiper-btn-next,.casinos-block .swiper-btn-prev,.author-content .swiper-btn-next,.author-content .swiper-btn-prev{display:none}.casinos-block .swiper-container{margin:0 -10px !important}.casinos-block__item:first-child,.casinos-block__item{padding:0 0 0 10px !important}.casinos-block__item:last-child{padding:0 10px 0 10px !important}.casinos-block:not(:last-child){margin:0 0 20px 0 !important}.casinos-block__header{margin:0 0 5px 0}.casinos-block__text{font-size:12px;}.casinos-block__subtitle{font-size:10px;line-height:16px}}

.casino-landbased .reviews-card,.new-card-casinos .reviews-card,.crypto-casinos .reviews-card,.casinos-slider .reviews-card,.trusted-card,.accept-players-card,.blacklisted-card{border:1px solid rgb(255 255 255 / .1);border-radius:10px;width:180px;background:#1D2738}.casino-landbased .reviews-card{padding:10px;}.blacklisted-card{padding:10px}.casino-landbased .reviews-card__info,.accept-players-card__info,.new-card-casinos .reviews-card__info,.crypto-casinos .reviews-card__info,.casinos-slider .reviews-card__info,.trusted-card__info{display:flex;flex-direction:column;align-items:center;padding:9.35px;border-radius:10px 10px 0 0;border-bottom:none;position:relative}.casino-landbased .reviews-card__info{border:none;padding:0}.casino-landbased .reviews-card__logo,.accept-players-card__logo,.new-card-casinos .reviews-card__logo,.crypto-casinos .reviews-card__logo,.casinos-slider .reviews-card__logo,.trusted-card__logo,.blacklisted-card__logo{width: 100%;border-radius:10px;overflow:hidden;margin:0 0 10px 0}.casino-landbased .reviews-card__logo-bg,.accept-players-card__logo-bg,.new-card-casinos .reviews-card__logo-bg,.crypto-casinos .reviews-card__logo-bg,.casinos-slider .reviews-card__logo-bg,.trusted-card__logo-bg,.blacklisted-card__logo-bg{display:block;width:100%;height:90px}.casino-landbased .reviews-card__logo-bg img,.accept-players-card__logo-bg img,.new-card-casinos .reviews-card__logo-bg img,.crypto-casinos .reviews-card__logo-bg img,.casinos-slider .reviews-card__logo-bg img,.trusted-card__logo-bg img,.blacklisted-card__logo-bg img{width:100%;height:100%;object-fit:cover}.accept-players-card__logo-text,.trusted-card__logo-text,.blacklisted-card__logo-text{display:flex;align-items:center;justify-content:center;height:30px;background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);gap:5px}.blacklisted-card__logo-text{background:#061226}.accept-players-card__logo-text svg,.trusted-card__logo-text svg,.blacklisted-card__logo-text svg{width: 16px;height: 16px;}.accept-players-card__logo-text img,.trusted-card__logo-text img,.blacklisted-card__logo-text img{width: 16px;height: 16px;}.accept-players-card__logo-text span,.trusted-card__logo-text span,.blacklisted-card__logo-text span{color:#fff;font-size:10px;font-weight:700;line-height:20px}.blacklisted-card__logo-text span{color:#D81A41}.accept-players-card__title,.new-card-casinos .reviews-card__title,.crypto-casinos .reviews-card__title,.casinos-slider .reviews-card__title,.trusted-card__title,.blacklisted-card__title{display:none;font-weight:700;font-size:14px;line-height:20px;color:#FFF;margin:0 0 10px 0;transition:color 0.3s ease}.accept-players-card__bonus,.new-card-casinos .reviews-card__bonus,.crypto-casinos .reviews-card__bonus,.casinos-slider .reviews-card__bonus,.trusted-card__bonus,.blacklisted-card__bonus{font-weight:500;color:#FFF;line-height:140%;text-align:center;font-size:12px;height:40px;display:flex;align-items:center;justify-content:center}.accept-players-card__crypto-label,.new-card-casinos .reviews-card__crypto-label,.crypto-casinos .reviews-card__crypto-label,.casinos-slider .reviews-card__crypto-label,.trusted-card__crypto-label{display:flex;height:30px;padding:0 10px;justify-content:center;align-items:center;gap:5px;border-radius:5px;background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);position:absolute;top:65px;left:14px}.accept-players-card__crypto-label svg,.new-card-casinos .reviews-card__crypto-label svg,.crypto-casinos .reviews-card__crypto-label svg,.casinos-slider .reviews-card__crypto-label svg,.trusted-card__crypto-label svg{flex:0 0 16px}.accept-players-card__crypto-label span,.new-card-casinos .reviews-card__crypto-span span,.crypto-casinos .reviews-card__crypto-label span,.casinos-slider .reviews-card__crypto-label span,.trusted-card__crypto-label span{color:#EE9935;font-size:10px;font-style:normal;font-weight:700;line-height:20px}.casino-landbased .reviews-card__btn,.accept-players-card__btn,.new-card-casinos .reviews-card__btn,.crypto-casinos .reviews-card__btn,.casinos-slider .reviews-card__btn,.trusted-card__btn,.blacklisted-card__btn{display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;background:#fff;height:40px;border-radius:0 0 10px 10px;font-size:14px;font-weight:700;line-height:30px;color:#1D2738!important}.casino-landbased .reviews-card__btn,.blacklisted-card__btn{width:100%;border-radius:5px}.casino-landbased .reviews-card__btn span,.new-card-casinos .reviews-card__btn span,.crypto-casinos .reviews-card__btn span,.casinos-slider .reviews-card__btn span{transition:all 0.3s ease}.blacklisted-card .rating{margin:15px 0;gap:8px}.casino-landbased .rating,.new-card-casinos .rating,.crypto-casinos .rating,.casinos-slider .rating{background:rgb(255 255 255 / .1);backdrop-filter:blur(8.62069034576416px);margin:0 0 0 -3px;height:30px;gap:8px}.casino-landbased .rating__items_active .rating__item path,.blacklisted-casinos .rating__items_active .rating__item path,.new-card-casinos .rating__items_active .rating__item path,.crypto-casinos .rating__items_active .rating__item path,.casinos-slider .rating__items_active .rating__item path{fill:#fff}.casino-landbased .rating__value,.blacklisted-casinos .rating__value,.new-card-casinos .rating__value,.crypto-casinos .rating__value,.casinos-slider .rating__value{font-size:12px;font-weight:700;color:#fff;line-height:normal}@media(max-width:768px){.casino-landbased .reviews-card,.new-card-casinos .reviews-card,.crypto-casinos .reviews-card,.casinos-slider .reviews-card,.trusted-card,.accept-players-card,.blacklisted-card{width:160px}.casino-landbased .reviews-card__logo-bg,.accept-players-card__logo-bg,.new-card-casinos .reviews-card__logo-bg,.crypto-casinos .reviews-card__logo-bg,.casinos-slider .reviews-card__logo-bg,.trusted-card__logo-bg,.blacklisted-card__logo-bg{height:80px}.accept-players-card__crypto-label,.new-card-casinos .reviews-card__crypto-label,.crypto-casinos .reviews-card__crypto-label,.casinos-slider .reviews-card__crypto-label,.trusted-card__crypto-label{top:54px}.accept-players-card__bonus,.new-card-casinos .reviews-card__bonus,.crypto-casinos .reviews-card__bonus,.casinos-slider .reviews-card__bonus,.trusted-card__bonus,.blacklisted-card__bonus{font-size:10px}.casino-landbased .reviews-card__btn,.accept-players-card__btn,.new-card-casinos .reviews-card__btn,.crypto-casinos .reviews-card__btn,.casinos-slider .reviews-card__btn,.trusted-card__btn,.blacklisted-card__btn{font-size:12px}}.show-all-card{padding:10px;border-radius:10px;width:180px;background:#fff}.show-all-card__bg{display:block;width:180px;margin:0 -10px 10px}.show-all-card__bg img{width:100%;height:100%;object-fit:cover}.show-all-card__title{color:rgb(7 136 113 / .6);font-size:8px;font-weight:600;line-height:13px;margin:0 0 5px 0}.show-all-card__text{font-size:12px;font-weight:600;line-height:13px;margin:0 0 10px 0}.show-all-card__btn{display:block;border-radius:5px;background:#078871;color:#fff!important;text-align:center;font-size:12px;font-weight:600;line-height:30px}.recomended-casinos .show-all-card__bg,.fully-trusted-casinos .show-all-card__bg{height:116px}.recomended-casinos .show-all-card__text,.fully-trusted-casinos .show-all-card__text{color:#078871}.recomended-casinos .show-all-card__btn,.fully-trusted-casinos .show-all-card__btn{background:#078871}.blacklisted-casinos .show-all-card__bg{height:112px}.blacklisted-casinos .show-all-card__text{color:#D81A41}.blacklisted-casinos .show-all-card__btn{background:#D81A41}@media(max-width:768px){.show-all-card{width:160px}.show-all-card__bg{width:160px}.recomended-casinos .show-all-card__bg,.fully-trusted-casinos .show-all-card__bg{height:106px}.blacklisted-casinos .show-all-card__bg{height:92px}}.high-roller-casinos,.online-casinos,.crypto-casinos{background-color:#1D2738}.high-roller-casinos .casinos-block__container::after,.online-casinos .casinos-block__container::after,.crypto-casinos .casinos-block__container::after{background:linear-gradient(90deg,#fff0 0%,#1D2738 100%)}.high-roller-casinos .casinos-block__container::before,.online-casinos .casinos-block__container::before,.crypto-casinos .casinos-block__container::before{background:linear-gradient(270deg,#fff0 0%,#1D2738 100%)}@media(min-width:767px){.online-casinos .reviews-card__btn:hover span,.high-roller-casinos .reviews-card__btn:hover span{color:#078871}}@media(min-width:767px){.crypto-casinos .reviews-card__btn:hover span{color:#F7931A}}.accept-players-card__btn:hover{color:#1379F3}.casino-landbased .casino-partners__block{background-color:#283346!important;border:0 none;border-radius:1rem!important;padding:10px!important}.casino-landbased .top-line__inner{margin-bottom:1rem}.casino-landbased .top-line__title{margin-bottom:0}.casino-partners__block__title{max-height:1.5rem;overflow:hidden;margin:0 0 1rem 0}.casino-landbased .casino-partners__block__thumb{flex-direction:column;width:100%;height:auto}.casino-landbased .casino-partners__block__thumb img{width:100%!important;transition:none!important}.casino-landbased .label-landbased{background-color:#fff;color:#1D2738;font-size:1.4rem;text-align:center;line-height:1.8rem;font-weight:600;width:100%;padding:1rem 1rem}.casino-landbased .casino-partners__block__bottom .btn{width:100%}.casino-landbased .action-block{padding:0;margin:1rem 0;width:100%;border:0 none}.casino-landbased .action-block input{width:100%}
/* End */


/* Start:/local/templates/canada/components/swipex/comments/reviews/style.css?177988275023947*/
.players-review{width:100%;margin-bottom:20px;border:1px solid #d81a41;border-radius:1rem;padding:2.2rem 2rem 2.6rem}.players-review .section-hint{margin-top:1.7rem}.players-review .pagination-block{margin-bottom:0}.players-review .top-line{margin-bottom:3.5rem}.players-review-count{display:flex;align-items:center;justify-content:flex-start;color:#fff;font-weight:500;font-size:1.6rem;line-height:1.875em;margin-right:auto;margin-left:2.4rem}.players-review-count .icon{font-size:1.6rem;margin-right:6px}.players-review__search{margin-bottom:3.1rem}.players-review__search .form-control{padding:0 2rem 0 4.9rem}.players-review__labels{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.players-review__labels__item{display:inline-flex;align-items:center;justify-content:center;border:1px solid #283346;border-radius:1rem;height:4rem;padding:4px 1.4rem;color:#fff;font-weight:500;font-size:1.6rem;line-height:1.875em;transition:background-color 0.3s ease,border-color 0.3s ease;margin:0 1rem 1rem 0;text-transform:capitalize}.players-review__labels__item:focus{border:1px solid #283346}.players-review__labels__item.is-active{background-color:#283346}.players-review__comments__top,.casino-details__top{display:flex;align-items:flex-end;justify-content:space-between;width:100%;border-bottom:1px solid hsl(0 0% 100% / .25);margin-bottom:2rem}.players-review__comments__tab,.casino-details__tabs{display:flex;align-items:center;justify-content:flex-start;gap:10px}.js-tab-trigger{font-weight:500;font-size:1.6rem;line-height:1.5em;position:relative;color:#fff;transition:color 0.3s ease;cursor:pointer;padding:10px;transform:translateZ(0)}.js-tab-trigger+.comments-panel__tab__item{margin-left:2rem}.js-tab-trigger: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}.js-tab-trigger.is-active:after{transform:translateX(-50%) scaleX(1)}.js-tab-content{display:none}.js-tab-content.is-active{display:block}.players-review__comments__body .pagination-block{margin-top:3rem}.players-review__comments__read-all{display:flex;align-items: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:active{background-color:#e83d60}.players-review__comments__read-all+.pagination-block{margin-top:1.7rem;margin-bottom:0}.players-review__comment{border:1px solid #283346;border-radius:1rem;margin-bottom:2rem}.players-review__comment__inner{padding:1.5rem 2rem}.players-review__comment__box--reverse .players-review__comment__top{justify-content:flex-end}.players-review__comment__box--reverse .players-review__comment__text{margin-left:auto;text-align:right}.players-review__comment__box .players-review__comment__text{max-width:50rem}.players-review__comment__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.players-review__comment__top__side{display:flex;align-items:center}.players-review__comment__top__side .rating-section .star{font-size:2rem}.players-review__comment__top__side .rating-section .star:not(:last-child){margin-right:1rem}.players-review__comment__logo{border-radius:50%;width:4rem;height:4rem;margin-right:1rem;flex-shrink:0}.players-review__comment__info{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.players-review__comment__info__line{display:flex;align-items:center;justify-content:flex-start}.players-review__comment__info__line+.players-review__comment__info__line{margin-top:4px}.players-review__comment__title{color:#fff;font-weight:700;font-size:1.4rem;line-height:1.4em;transition:color 0.3s ease;margin-right:2rem}.players-review__comment__reviews,.players-review__comment__time{color:hsl(0 0% 100% / .5);font-size:1.2rem;line-height:1.65em;flex-shrink:0}.players-review__comment__text{margin-bottom:1rem;width:100%}.players-review__comment__text p{margin-bottom:0;font-weight:200;font-size:1.6rem;line-height:1.875em}.comments-panel__item__files img{width:100%;height:100%}.players-review__comment__bottom{width:100%;display:flex;align-items:center;justify-content:space-between}.players-review__comment__bottom__side{width:100%;display:flex;align-items:center;justify-content:flex-start}.players-review__comment__replies{width:100%;border-top:1px solid #333c4c}.players-review__comment__replies__inner{padding:2rem 2rem 2.7rem 6.1rem}.players-review__comment__replies.is-active{display:block}.players-review__comment__replies .players-review__comment__inner{padding:0}.players-review__comment__replies .players-review__comment__inner+.players-review__comment__inner{margin-top:4rem}.players-review__comment__vote{display:flex;align-items:center;justify-content:flex-start;color:#fff;font-size:1.4rem;line-height:1.3em;font-weight:700;transition:color 0.3s ease;margin-right:2.4rem}.players-review__comment__vote--negative{color:#d81a41}.players-review__comment__vote--positive{color:#27ae60}.players-review__comment__vote__against,.players-review__comment__vote__for{display:flex;align-items:center;justify-content:center;cursor:pointer;width:2.4rem;height:2.4rem;background-color:#fff0;border-radius:6px;transition:background-color 0.3s ease}.players-review__comment__vote__against:active,.players-review__comment__vote__for:active{background-color:rgb(51 60 76 / .8)}.players-review__comment__vote__against .icon,.players-review__comment__vote__for .icon{color:#fff;font-size:8px}.players-review__comment__vote__against{margin-right:4px}.players-review__comment__vote__for{margin-left:4px}.players-review__comment__vote__for .icon{transform:rotate(180deg)}.players-review__comment__vote span{min-width:1.8rem;text-align:center}.players-review__comment__reply{display:flex;align-items:center;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}.players-review__comment__reply .icon-reply{font-size:1.4rem;margin-right:8px}.players-review__comment__trigger{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;font-weight:500;font-size:1.6rem;line-height:1.875em;color:hsl(0 0% 100% / .5);transition:color 0.3s ease;text-transform:capitalize;margin-top:3px}.players-review__comment__trigger:before{content:attr(data-show);margin-right:5px}.players-review__comment__trigger.is-active:before{content:attr(data-hide)}.players-review__comment__trigger.is-active .icon-chevron{transform:rotate(-180deg)}.players-review__comment__trigger__icon{margin-left:1rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:6px;background-color:#283346}.players-review__comment__trigger__icon .icon-chevron{font-size:8px;color:#fff;transform:rotate(0deg);transition:transform 0.3s ease}.players-review__comment__report{margin-left:auto}.players-review__comment__report button{display:block;border-radius:5px;padding:5px 10px;font-size:14px;background-color:#d81a41;color:#fff}.estimate-box{width:100%;margin-bottom:2.8rem}.estimate-box__line{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.estimate-box__line+.estimate-box__line{margin-top:1rem}.estimate-box__line input{width:0;height:0;opacity:0;visibility:hidden;position:absolute;left:-9999em;top:-9999em}.estimate-box__line input:checked+.estimate-box__line__title:before{border-color:#d81a41;background-image:url(/local/templates/canada/components/swipex/comments/reviews/../../s/images/useful/svg/icon-checkmark.svg)}.estimate-box__line input:checked+.estimate-box__line__title+.estimate-box__line__progress .estimate-box__line__progress__inner{background-color:#d81a41}.estimate-box__line__title{display:flex;align-items:center;justify-content:flex-start;font-weight:700;font-size:1.6rem;line-height:1.875em;color:#fff;min-width:11.5rem;margin-right:1.5rem}.estimate-box__line__title:before{content:"";display:block;margin-right:1rem;border-radius:4px;width:1.5rem;height:1.5rem;border:1px solid #fff;background-repeat:no-repeat;background-position:50%;background-size:9px;transition:border-color 0.3s ease,background-image 0.3s ease}.estimate-box__line__percentage{font-weight:500;font-size:1.6rem;line-height:1.875em;color:hsl(0 0% 100% / .5);text-align:right;margin-left:5px;min-width:5rem}.estimate-box__line__progress{width:100%;background-color:#1d2738;border-radius:5px;height:1.5rem;display:flex;margin-left:auto}.estimate-box__line__progress__inner{width:auto;border-radius:inherit;height:100%;background-color:hsl(0 0% 100% / .4);transition:width 0.3s ease,background-color 0.2s ease}.rating-section{font-family:rating,sans-serif}.rating-section .star{display:inline-block;font-size:1.6rem;line-height:1}.rating-section .star:not(:last-child){margin-right:6px}.rating-section .star:before{content:"\e900";background-color:hsl(0 0% 100% / .5);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.rating-section[data-rating="0.1"] .star:first-child:before{background-image:linear-gradient(90deg,#d81a41 10%,#fff0 0)}.rating-section[data-rating="0.2"] .star:first-child:before{background-image:linear-gradient(90deg,#d81a41 20%,#fff0 0)}.rating-section[data-rating="0.3"] .star:first-child:before{background-image:linear-gradient(90deg,#d81a41 30%,#fff0 0)}.rating-section[data-rating="0.4"] .star:first-child:before{background-image:linear-gradient(90deg,#d81a41 40%,#fff0 0)}.rating-section[data-rating="0.5"] .star:first-child:before{background-image:linear-gradient(90deg,#d81a41 50%,#fff0 0)}.rating-section[data-rating="0.6"] .star:first-child:before{background-image:linear-gradient(90deg,#d81a41 60%,#fff0 0)}.rating-section[data-rating="0.7"] .star:first-child:before{background-image:linear-gradient(90deg,#d81a41 70%,#fff0 0)}.rating-section[data-rating="0.8"] .star:first-child:before{background-image:linear-gradient(90deg,#d81a41 80%,#fff0 0)}.rating-section[data-rating="0.9"] .star:first-child:before{background-image:linear-gradient(90deg,#d81a41 90%,#fff0 0)}.rating-section[data-rating="1"] .star:first-child:before,.rating-section[data-rating="1.0"] .star:first-child:before{background-color:#d81a41}.rating-section[data-rating="1.1"] .star:nth-child(2):before{background-image:linear-gradient(90deg,#d81a41 10%,#fff0 0)}.rating-section[data-rating="1.2"] .star:nth-child(2):before{background-image:linear-gradient(90deg,#d81a41 20%,#fff0 0)}.rating-section[data-rating="1.3"] .star:nth-child(2):before{background-image:linear-gradient(90deg,#d81a41 30%,#fff0 0)}.rating-section[data-rating="1.4"] .star:nth-child(2):before{background-image:linear-gradient(90deg,#d81a41 40%,#fff0 0)}.rating-section[data-rating="1.5"] .star:nth-child(2):before{background-image:linear-gradient(90deg,#d81a41 50%,#fff0 0)}.rating-section[data-rating="1.6"] .star:nth-child(2):before{background-image:linear-gradient(90deg,#d81a41 60%,#fff0 0)}.rating-section[data-rating="1.7"] .star:nth-child(2):before{background-image:linear-gradient(90deg,#d81a41 70%,#fff0 0)}.rating-section[data-rating="1.8"] .star:nth-child(2):before{background-image:linear-gradient(90deg,#d81a41 80%,#fff0 0)}.rating-section[data-rating="1.9"] .star:nth-child(2):before{background-image:linear-gradient(90deg,#d81a41 90%,#fff0 0)}.rating-section[data-rating="2.1"] .star:nth-child(3):before{background-image:linear-gradient(90deg,#d81a41 10%,#fff0 0)}.rating-section[data-rating="2.2"] .star:nth-child(3):before{background-image:linear-gradient(90deg,#d81a41 20%,#fff0 0)}.rating-section[data-rating="2.3"] .star:nth-child(3):before{background-image:linear-gradient(90deg,#d81a41 30%,#fff0 0)}.rating-section[data-rating="2.4"] .star:nth-child(3):before{background-image:linear-gradient(90deg,#d81a41 40%,#fff0 0)}.rating-section[data-rating="2.5"] .star:nth-child(3):before{background-image:linear-gradient(90deg,#d81a41 50%,#fff0 0)}.rating-section[data-rating="2.6"] .star:nth-child(3):before{background-image:linear-gradient(90deg,#d81a41 60%,#fff0 0)}.rating-section[data-rating="2.7"] .star:nth-child(3):before{background-image:linear-gradient(90deg,#d81a41 70%,#fff0 0)}.rating-section[data-rating="2.8"] .star:nth-child(3):before{background-image:linear-gradient(90deg,#d81a41 80%,#fff0 0)}.rating-section[data-rating="2.9"] .star:nth-child(3):before{background-image:linear-gradient(90deg,#d81a41 90%,#fff0 0)}.rating-section[data-rating="3.1"] .star:nth-child(4):before{background-image:linear-gradient(90deg,#d81a41 10%,#fff0 0)}.rating-section[data-rating="3.2"] .star:nth-child(4):before{background-image:linear-gradient(90deg,#d81a41 20%,#fff0 0)}.rating-section[data-rating="3.3"] .star:nth-child(4):before{background-image:linear-gradient(90deg,#d81a41 30%,#fff0 0)}.rating-section[data-rating="3.4"] .star:nth-child(4):before{background-image:linear-gradient(90deg,#d81a41 40%,#fff0 0)}.rating-section[data-rating="3.5"] .star:nth-child(4):before{background-image:linear-gradient(90deg,#d81a41 50%,#fff0 0)}.rating-section[data-rating="3.6"] .star:nth-child(4):before{background-image:linear-gradient(90deg,#d81a41 60%,#fff0 0)}.rating-section[data-rating="3.7"] .star:nth-child(4):before{background-image:linear-gradient(90deg,#d81a41 70%,#fff0 0)}.rating-section[data-rating="3.8"] .star:nth-child(4):before{background-image:linear-gradient(90deg,#d81a41 80%,#fff0 0)}.rating-section[data-rating="3.9"] .star:nth-child(4):before{background-image:linear-gradient(90deg,#d81a41 90%,#fff0 0)}.rating-section[data-rating="4.1"] .star:last-child:before{background-image:linear-gradient(90deg,#d81a41 10%,#fff0 0)}.rating-section[data-rating="4.2"] .star:last-child:before{background-image:linear-gradient(90deg,#d81a41 20%,#fff0 0)}.rating-section[data-rating="4.3"] .star:last-child:before{background-image:linear-gradient(90deg,#d81a41 30%,#fff0 0)}.rating-section[data-rating="4.4"] .star:last-child:before{background-image:linear-gradient(90deg,#d81a41 40%,#fff0 0)}.rating-section[data-rating="4.5"] .star:last-child:before{background-image:linear-gradient(90deg,#d81a41 50%,#fff0 0)}.rating-section[data-rating="4.6"] .star:last-child:before{background-image:linear-gradient(90deg,#d81a41 60%,#fff0 0)}.rating-section[data-rating="4.7"] .star:last-child:before{background-image:linear-gradient(90deg,#d81a41 70%,#fff0 0)}.rating-section[data-rating="4.8"] .star:last-child:before{background-image:linear-gradient(90deg,#d81a41 80%,#fff0 0)}.rating-section[data-rating="4.9"] .star:last-child:before{background-image:linear-gradient(90deg,#d81a41 90%,#fff0 0)}.rating-section[data-rating="1.1"] .star:first-child:before,.rating-section[data-rating="1.2"] .star:first-child:before,.rating-section[data-rating="1.3"] .star:first-child:before,.rating-section[data-rating="1.4"] .star:first-child:before,.rating-section[data-rating="1.5"] .star:first-child:before,.rating-section[data-rating="1.6"] .star:first-child:before,.rating-section[data-rating="1.7"] .star:first-child:before,.rating-section[data-rating="1.8"] .star:first-child:before,.rating-section[data-rating="1.9"] .star:first-child:before,.rating-section[data-rating="2"] .star:first-child:before,.rating-section[data-rating="2"] .star:nth-child(2):before,.rating-section[data-rating="2.0"] .star:first-child:before,.rating-section[data-rating="2.0"] .star:nth-child(2):before,.rating-section[data-rating="2.1"] .star:first-child:before,.rating-section[data-rating="2.1"] .star:nth-child(2):before,.rating-section[data-rating="2.2"] .star:first-child:before,.rating-section[data-rating="2.2"] .star:nth-child(2):before,.rating-section[data-rating="2.3"] .star:first-child:before,.rating-section[data-rating="2.3"] .star:nth-child(2):before,.rating-section[data-rating="2.4"] .star:first-child:before,.rating-section[data-rating="2.4"] .star:nth-child(2):before,.rating-section[data-rating="2.5"] .star:first-child:before,.rating-section[data-rating="2.5"] .star:nth-child(2):before,.rating-section[data-rating="2.6"] .star:first-child:before,.rating-section[data-rating="2.6"] .star:nth-child(2):before,.rating-section[data-rating="2.7"] .star:first-child:before,.rating-section[data-rating="2.7"] .star:nth-child(2):before,.rating-section[data-rating="2.8"] .star:first-child:before,.rating-section[data-rating="2.8"] .star:nth-child(2):before,.rating-section[data-rating="2.9"] .star:first-child:before,.rating-section[data-rating="2.9"] .star:nth-child(2):before,.rating-section[data-rating="3"] .star:first-child:before,.rating-section[data-rating="3"] .star:nth-child(2):before,.rating-section[data-rating="3"] .star:nth-child(3):before,.rating-section[data-rating="3.0"] .star:first-child:before,.rating-section[data-rating="3.0"] .star:nth-child(2):before,.rating-section[data-rating="3.0"] .star:nth-child(3):before,.rating-section[data-rating="3.1"] .star:first-child:before,.rating-section[data-rating="3.1"] .star:nth-child(2):before,.rating-section[data-rating="3.1"] .star:nth-child(3):before,.rating-section[data-rating="3.2"] .star:first-child:before,.rating-section[data-rating="3.2"] .star:nth-child(2):before,.rating-section[data-rating="3.2"] .star:nth-child(3):before,.rating-section[data-rating="3.3"] .star:first-child:before,.rating-section[data-rating="3.3"] .star:nth-child(2):before,.rating-section[data-rating="3.3"] .star:nth-child(3):before,.rating-section[data-rating="3.4"] .star:first-child:before,.rating-section[data-rating="3.4"] .star:nth-child(2):before,.rating-section[data-rating="3.4"] .star:nth-child(3):before,.rating-section[data-rating="3.5"] .star:first-child:before,.rating-section[data-rating="3.5"] .star:nth-child(2):before,.rating-section[data-rating="3.5"] .star:nth-child(3):before,.rating-section[data-rating="3.6"] .star:first-child:before,.rating-section[data-rating="3.6"] .star:nth-child(2):before,.rating-section[data-rating="3.6"] .star:nth-child(3):before,.rating-section[data-rating="3.7"] .star:first-child:before,.rating-section[data-rating="3.7"] .star:nth-child(2):before,.rating-section[data-rating="3.7"] .star:nth-child(3):before,.rating-section[data-rating="3.8"] .star:first-child:before,.rating-section[data-rating="3.8"] .star:nth-child(2):before,.rating-section[data-rating="3.8"] .star:nth-child(3):before,.rating-section[data-rating="3.9"] .star:first-child:before,.rating-section[data-rating="3.9"] .star:nth-child(2):before,.rating-section[data-rating="3.9"] .star:nth-child(3):before,.rating-section[data-rating="4"] .star:not(:last-child):before,.rating-section[data-rating="4.0"] .star:not(:last-child):before,.rating-section[data-rating="4.1"] .star:not(:last-child):before,.rating-section[data-rating="4.2"] .star:not(:last-child):before,.rating-section[data-rating="4.3"] .star:not(:last-child):before,.rating-section[data-rating="4.4"] .star:not(:last-child):before,.rating-section[data-rating="4.5"] .star:not(:last-child):before,.rating-section[data-rating="4.6"] .star:not(:last-child):before,.rating-section[data-rating="4.7"] .star:not(:last-child):before,.rating-section[data-rating="4.8"] .star:not(:last-child):before,.rating-section[data-rating="4.9"] .star:not(:last-child):before,.rating-section[data-rating="5"] .star:before,.rating-section[data-rating="5.0"] .star:before{background-color:#d81a41}.write-review .top-line{margin-bottom:2rem}.write-review .top-line__title{margin-top:5px}.write-review__form .input-wrap_error{position:relative;padding-top:7px;display:flex;justify-content:flex-end;text-align:right;font-size:1rem;line-height:1em;font-weight:600;margin-bottom:0;color:#d81a41}.write-review__line{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:15px 0}.write-review__line span{display:block;min-width:160px;font-weight:500;font-size:14px}.write-review__checkbox{margin-left:auto;display:flex;align-items:center;gap:10px}.write-review__speed{border:1px solid rgb(255 255 255 / .8);border-radius:20px;height:30px;display:flex;align-items:center;justify-content:center;padding:0 20px;transition:all .3s ease;font-weight:500;font-size:14px;line-height:1;cursor:pointer;margin:0}.write-review__checkbox input{appearance:none;-webkit-appearance:none;-moz-appearance:none;display:none}.write-review__checkbox input:checked+.write-review__speed{background-color:#283346;border:1px solid #283346}.reply-modal{position:fixed;inset:0;z-index:19;display:flex;width:100%;height:100%;overflow:hidden;align-items:center;justify-content:center;background-color:rgb(27 33 52 / .85);opacity:0;visibility:hidden;transition:all 0.3s ease-out}.reply-modal.active{opacity:1;visibility:visible}.reply-modal__content{width:calc(100% - 20px);background-color:#1d2738;max-width:820px;transform:translateY(-50px);transition:transform 0.3s ease-out}.reply-modal.active .reply-modal__content{transform:none}.reply-modal .write-review{width:100%;margin:0;padding:1.6rem 2rem 2.3rem;border-radius:1rem;border:1px solid #333c4c}.example{display:grid;transition:all .5s;user-select:none;background:linear-gradient(to bottom,white,black)}.players-review__section-split{display:flex;align-items:center;gap:14px;margin:2.2rem 0 2.6rem}.players-review__section-split span{flex:0 0 auto;padding:6px 14px;border:1px solid rgb(216 26 65 / .35);border-radius:999px;background:rgb(40 51 70 / .72);color:rgb(255 255 255 / .78);font-size:1.2rem;font-weight:700;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.players-review__section-split::before,.players-review__section-split::after{content:"";flex:1 1 auto;height:1px;background:linear-gradient(90deg,#fff0 0%,rgb(255 255 255 / .22) 18%,rgb(216 26 65 / .55) 50%,rgb(255 255 255 / .22) 82%,#fff0 100%)}@media (min-width:768px){.players-review__labels__item:hover{background-color:#283346}.players-review__comments__read-all:hover{background-color:#e5274e}.players-review__comment__vote__against:hover,.players-review__comment__vote__for:hover{background-color:rgb(51 60 76 / .6)}.players-review__comment__reply:hover{color:#fff}.players-review__comment__trigger:hover{color:#fff}.estimate-box__line:hover .estimate-box__line__progress__inner{background-color:#d81a41}.estimate-box__line:hover .estimate-box__line__title:before{border-color:#d81a41}.write-review__speed:hover{background-color:#283346;border:1px solid #283346}}@media (max-width:767px){.players-review{border:none;padding:0;border-radius:0}.players-review .top-line{margin-bottom:2.8rem}.players-review__search{margin-bottom:1.5rem}.players-review__labels{display:none}.players-review__comments__top,.casino-details__top{align-items:center;margin-bottom:1.4rem}.js-tab-trigger+.comments-panel__tab__item{margin-left:9px}.players-review__comments__body .pagination-block{margin-top:2rem}.players-review__comment{border:none;border-radius:0;margin-bottom:0}.players-review__comment+.players-review__comment{border-top:1px solid #283346}.players-review__comment__inner{padding:1.5rem 0}.players-review__comment__box--reverse .players-review__comment__top__side{width:auto}.players-review__comment__top{flex-wrap:wrap}.players-review__comment__top__side{width:100%}.players-review__comment__top__side+.players-review__comment__top__side{margin-top:1rem}.players-review__comment__rate .icon-star{margin-left:0;margin-right:5px}.players-review__comment__title{margin-right:1rem}.players-review__comment__text{margin-bottom:5px}.players-review__comment__text p{font-size:1.4rem;line-height:1.4em}.players-review__comment__bottom{flex-wrap:wrap}.players-review__comment__bottom__side{width:100%}.players-review__comment__replies__inner{padding:1.5rem 1rem}.players-review__comment__replies .players-review__comment__inner+.players-review__comment__inner{margin-top:2rem}.players-review__comment__trigger{margin:1.4rem auto 0}.write-review .top-line__title{margin-top:0;margin-bottom:1rem;width:100%}.write-review .set-rate{margin-right:0;margin-left:-5px}}
/* End */


/* Start:/local/templates/canada/components/bitrix/catalog.element/casino_bottom/style.css?17795229079998*/
.about-us-lg{width:100%;border:1px solid #283346;border-radius:1rem;padding:20px;margin-bottom:30px;background-color: #1d2738;}@media (max-width:767px){.about-us-lg{margin-bottom: 20px;padding: 20px 10px; border: 0;}}.about-us-lg>.top-line{margin-bottom:2rem}.about-us-lg .about-author,.about-us-lg div:last-child{margin-bottom:0}.about-us-lg .top-line__image{margin-top: 20px;}.about-us-lg .top-line__image img{width: 100%;height: 100%;}.about-us-lg__links{width:100%;display:flex;flex-direction:column;margin-bottom:1.9rem}.about-us-lg__links__item{display:flex;align-items:flex-start;justify-content:flex-start;font-weight:800;font-size:1.8rem;line-height:1.8em;text-transform:capitalize;position:relative}@media (max-width:767px){.about-us-lg__links__item{line-height:1.2em;font-size:1.6rem}}.about-us-lg__links__item+.about-us-lg__links__item{margin-top:1.1rem}@media (max-width:767px){.about-us-lg__links__item+.about-us-lg__links__item{margin-top:2.4rem}}.about-us-lg__links__item:before{content:"";display:block;width:2.2rem;height:2.2rem;background-image:url(/local/templates/canada/dist/s/images/useful/svg/arrow-rounded.svg);background-position:50%;background-size:contain;background-repeat:no-repeat;margin-right:1.2rem;flex-shrink:0;margin-top:5px}@media (max-width:767px){.about-us-lg__links__item:before{margin-right:9px;margin-top:0}}.about-us-lg__links__item.is-active:before{background-image:url(/local/templates/canada/dist/s/images/useful/svg/arrow-rounded-red.svg)}.about-us-lg__text{margin-bottom:2rem}.about-us-lg__text p{font-weight:400;font-size:1.6rem;line-height:1.6em;margin-bottom:0}@media (max-width:767px){.about-us-lg__text p{font-size:1.4rem}}.about-us-lg__text p+p{margin-top:1rem}.about-us-lg__text .js-read-more-btn{color:#fff;font-size:1.6rem;line-height:1.6em}.about-us-lg__text .js-read-more-btn:after,.about-us-lg__text .js-read-more-btn:before{font-size:1.6rem;line-height:1.6em;color:#fff;text-decoration:none}@media (max-width:767px){.about-us-lg__text .js-read-more-btn:after,.about-us-lg__text .js-read-more-btn:before{font-size:1.4rem}}.about-us-lg__text .js-read-more-btn:hover:after{color:#d81a41}.about-us-lg__video{width:100%;margin-bottom:1.5rem;height:0;padding-bottom:56.25%;position:relative;min-height:17.4rem}.about-us-lg__video iframe{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%}.quick-verdict{border:1px solid #d81a41;border-radius:1rem;margin-bottom:3rem;display:flex;overflow:hidden}@media (max-width:767px){.quick-verdict{margin-bottom:2rem;flex-wrap:wrap;border-radius:5px 5px 1rem 1rem}}.quick-verdict__side{width:14.9rem;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;background-color:#d81a41;padding:1.6rem 2.1rem}@media (min-width:1190px) and (max-width:1439px){.quick-verdict__side{padding:1.5rem}}@media (max-width:767px){.quick-verdict__side{width:100%;padding:1.6rem 2rem}}.quick-verdict__side .icon-leave-circle{margin-bottom:1.2rem;font-size:3.8rem;color:#fff}@media (max-width:767px){.quick-verdict__side .icon-leave-circle{display:none}}.quick-verdict__rate{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 16px 4px 10px;background-color:#283346;border-radius:2rem;font-weight:500;font-size:1.6rem;line-height:1.25em;width:100%}@media (max-width:767px){.quick-verdict__rate{max-width:19rem;flex-direction:row;justify-content:center}}.quick-verdict__rate .rating-section{margin-top:4px;margin-bottom:4px!important}@media (max-width:767px){.quick-verdict__rate .rating-section{margin-top:0;margin-left:8px}}.quick-verdict__rate .rating-section .star{font-size:1.2rem}@media (max-width:767px){.quick-verdict__rate .rating-section .star{font-size:1.6rem}}.quick-verdict__rate__stars{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start}.quick-verdict__rate__stars[data-rate="1"] .icon-star:last-child,.quick-verdict__rate__stars[data-rate="2"] .icon-star:nth-child(4),.quick-verdict__rate__stars[data-rate="2"] .icon-star:nth-child(4)~.icon-star,.quick-verdict__rate__stars[data-rate="3"] .icon-star:nth-child(3),.quick-verdict__rate__stars[data-rate="3"] .icon-star:nth-child(3)~.icon-star,.quick-verdict__rate__stars[data-rate="4"] .icon-star:nth-child(2),.quick-verdict__rate__stars[data-rate="4"] .icon-star:nth-child(2)~.icon-star,.quick-verdict__rate__stars[data-rate="5"] .icon-star:first-child,.quick-verdict__rate__stars[data-rate="5"] .icon-star:first-child~.icon-star{color:#d81a41}.quick-verdict__rate__stars .icon-star{font-size:1.2rem;margin:0 2px;color:hsl(0 0% 100% / .5)}@media (max-width:767px){.quick-verdict__rate__stars .icon-star{font-size:1.6rem}}.quick-verdict__text{flex-grow:1;padding:2rem 4.5rem 1rem 2.6rem}@media (min-width:1190px) and (max-width:1439px){.quick-verdict__text{padding:1rem 2.5rem}}@media (max-width:767px){.quick-verdict__text{text-align:center;padding:8px 2rem 1.5rem}}.quick-verdict__text p{color:#fff;font-size:1.6rem;line-height:1.6em;font-weight:400;margin-bottom:0}@media (max-width:767px){.quick-verdict__text p{font-size:1.4rem}}.quick-verdict__title{text-transform:capitalize;color:#fff;font-weight:800;font-size:2rem;line-height:1.4em;letter-spacing:.03em;margin-bottom:3px}.about-author{width:100%;border:1px solid #333c4c;border-radius:1rem;padding:2.3rem 2rem 2rem;margin-bottom:3rem}@media (max-width:767px){.about-author{margin-bottom:2rem;padding:1.7rem 1rem 1rem}}.about-author .top-line{margin-bottom:2.3rem}.about-author__info{display:flex;align-items:center;justify-content:flex-start;margin-bottom:1rem}.about-author__name{font-weight:700;font-size:1.4rem;line-height:2.1em}.about-author__logo{width:5rem;height:5rem;border-radius:50%;margin-right:1rem}.about-author__text p{font-weight:500;font-size:1.8rem;line-height:2.2em;margin-bottom:0}.advantages-box{display:flex;gap:20px;margin:0 0 30px;}.advantages-box__col{width:50%;padding-top: 10px;}@media (max-width:767px){.advantages-box{margin:0 0 20px;flex-direction: column}.advantages-box__col{width:100%;}}.advantages-box__item{width:100%;height:100%;border:1px solid #333c4c;border-radius:1rem;position:relative;padding:3rem 1.7rem 2.7rem}.advantages-box__item__icon{position:absolute;width:3.3rem;height:3.3rem;border-radius:50%;background-color:#d81a41;margin-top:-1.65rem;left:50%;top:0;transform:translateX(-50%)}.advantages-box__item__icon .icon{color:#fff;font-size:1.6rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.advantages-box__list li{position:relative;color:#fff;font-size:1.6rem;line-height:1.6em;padding-left:1.5rem}.advantages-box__list li+li{margin-top:1.4rem}.advantages-box__list li:before{content:"";display:block;width:1rem;height:1rem;position:absolute;left:0;top:7px;background-repeat:no-repeat;background-size:contain;background-position:50%}.advantages-box__list--advantages li:before{background-image:url(/local/templates/canada/dist/s/images/useful/svg/icon-plus.svg)}.advantages-box__list--disadvantages li:before{background-image:url(/local/templates/canada/dist/s/images/useful/svg/icon-minus.svg)}.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:#fff0;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: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}}.publication-thumb{position:relative;width:100%;margin-bottom:1rem}@media (max-width:767px){.publication-thumb{margin-bottom:1.6rem}}.publication-thumb iframe{aspect-ratio:unset!important}.publication-thumb .twitter-tweet{margin:0 auto!important}.publication-thumb img{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;border-radius:1rem}
.guides-line__title img{display:none}.about-us-lg br {display: none;}
.rtp-content__block{opacity: 0;visibility: hidden;height: 0;}.rtp-content__block.is-active{opacity: 1;visibility: visible;height: auto;}.rtp-content__tabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:20px 0}.rtp-content__tab::after{display:none}.rtp-content__tab{display:flex;align-items:center;height:40px;border:1px solid #283346;border-radius:10px;padding:0 10px;font-size:16px;line-height:1;text-transform:capitalize;color:#fff;transition:background-color .3s ease;position:relative}.rtp-content__tab.is-active{background-color:#283346}@media(min-width:768px){.rtp-content__tab:hover{background-color:#283346}}/*.rtp-content__tab:before{content:"";display:block;width:20px;height:20px;background:url(/local/templates/canada/dist/s/images/useful/svg/arrow-rounded.svg) center/contain no-repeat;margin-right:10px}*/.rtp-content__block .publication-carousel {margin-bottom: 0;}.visual_content .thumbed-carousel {margin-top: 20px;}
/* End */
/* /local/templates/canada/components/bitrix/catalog/landbased/style.css?17774396971168 */
/* /local/templates/canada/components/bitrix/catalog.element/landbased/style.css?17774396977312 */
/* /local/components/swipex/comments/templates/.default/style.css?177743969413686 */
/* /local/templates/canada/dist/s/css/casinos_block.css?177743969615908 */
/* /local/templates/canada/components/swipex/comments/reviews/style.css?177988275023947 */
/* /local/templates/canada/components/bitrix/catalog.element/casino_bottom/style.css?17795229079998 */
