

/* Start:/local/templates/canada/components/bitrix/catalog.smart.filter/real_money_slots/style.css?17500793228075*/

/* Select Menu */
.select-menu {
position: relative;
 /*top: 80px;*/
z-index: 10;
margin: 0 0 20px 0;
background: linear-gradient(180deg, #111A28 94.14%, rgba(29, 39, 56, 0) 100%);
}
.select-menu__properties {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 15px;
margin: 0 0 10px 0;
overflow-x: auto;
padding-bottom: 5px;
}
.select-menu__properties::-webkit-scrollbar {
height: 3px;
}
.select-menu__properties::-webkit-scrollbar-thumb {
border-radius: 20px;
background: #333c4c;
}
.select-menu__actions {
display: flex;
align-items: center;
gap: 15px;
}
.select-menu__clear {
display: flex;
align-items: center;
justify-content: center;
background: none;
}
.select-menu__clear span {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 20px;
text-transform: capitalize;
margin-left: -2px;
white-space: nowrap;
}
.select-menu__link {
color: #D81A41;
font-size: 16px;
font-weight: 500;
line-height: 20px;
text-decoration: underline;
text-transform: capitalize;
}
/*@media (max-width: 991px) {
.select-menu {
  top: 61px;
}
}*/
@media (max-width: 767px) {
.select-menu__properties {
  flex-wrap: nowrap;
  margin: 0 0 5px 0;
  gap: 10px;
}
.select-menu__clear span {
  font-size: 14px;
}
.select-menu__link {
  font-size: 14px;
}
}

/* Select Property */
.select-property__button {
height: 40px;
border-radius: 5px;
background: #333C4C;
transition: background 0.2s ease;
padding: 0 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.select-property__button.active {
background: #5F6B7D;
}
.select-property__button span {
color: #fff;
line-height: normal;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
white-space: nowrap;
}
.select-property__button svg {
flex: 0 0 10px;
height: 10px;
color: #fff;
}
.select-property__body {
position: absolute;
top: 0;
width: 305px;
z-index: 3;
border-radius: 5px;
background: #475163;
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.8);
padding: 15px;
display: none;
}
.select-property__body.active {
display: block;
}
.select-property__label {
color: #fff;
text-align: center;
font-size: 16px;
font-weight: 700;
line-height: 30px;
text-transform: uppercase;
}
.select-property__close {
position: absolute;
top: 13px;
right: 13px;
width: 20px;
height: 20px;
background: none;
}
.select-property__close::before, .select-property__close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;

  width: 15px;
  height: 1px;
  border-radius: 5px;
  background: #fff;
}
.select-property__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.select-property__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.select-property__list {
padding: 0;
margin: 0;
max-height: 320px;
overflow: auto;
padding-right: var(--paddingRightDesktop-);
}
.select-property__list::-webkit-scrollbar {
width: 15px;
}
.select-property__list::-webkit-scrollbar-track {
border-radius: 20px;
background: rgba(0, 0, 0, 0.25);
}
.select-property__list::-webkit-scrollbar-thumb {
border-radius: 20px;
background: rgba(0, 0, 0, 0.5);
}
.select-property__list-item {
display: flex;
gap: 10px;
padding: 10px 0;
}
.select-property__list-item label {
  overflow: hidden;
width: 100%;
cursor: pointer;
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 120%;
text-transform: capitalize;
display: flex;
gap: 7px;
margin: 0;
align-items: center;
}
.select-property__list-item p {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 120%;
text-transform: capitalize;
margin: 0;
}
.select-property__list-item:not(:last-child) {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.select-property__list-item-icon {
flex: 0 0 51px;
}
.select-property__list-item-icon svg {
width: 100%;
height: 100%;
}
.select-property__list-item p span {
font-weight: 800;
}
.select-property__list-item-rtp {
flex: 0 0 55px;
align-self: flex-start;
text-align: center;
font-weight: 700;
line-height: 30px;
border-radius: 50px;
}
.select-property__radio, .select-property__checkbox {
flex: 0 0 18px;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 18px;
height: 18px;
background-color: #fff;
position: relative;
}
.select-property__radio {
border-radius: 50%;
}
.select-property__radio:checked {
border: 4px solid white;
background: #D81A41;
}
.select-property__checkbox {
border-radius: 5px;
}
.select-property__checkbox:checked {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath id='Vector 7' d='M1.5 3.52632L5.075 7L11.25 1' stroke='%23D81A41' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
background-repeat: no-repeat;
background-position: center;
}
.select-property__actions {
display: flex;
align-items: center;
justify-content: space-between;
margin: 10px 0 0 0;
}
.select-property__apply {
color: #fff;
font-size: 17px;
font-weight: 500;
line-height: 20px;
text-transform: capitalize;
border-radius: 20px;
background: #D81A41;
padding: 10px 20px;
}
.select-property__clear {
display: flex;
align-items: center;
justify-content: center;
background: none;
gap: 5px;
}
.select-property__clear div {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #D81A41;
}

.select-property__clear div::before,
.select-property__clear div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 1px;
  background-color: #D81A41;
  border-radius: 1px;
}

.select-property__clear div::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.select-property__clear div::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.select-property__clear span {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 20px;
text-transform: capitalize;
}
@media (max-width: 991px) {
.select-property__button-text {
  display: none;
}
}
@media (max-width: 767px) {
.select-property__button span {
  font-size: 12px;
}
.select-property__body {
  left: 50%;
  transform: translate(-50%, 0);
}
.select-property__list {
  padding-right: var(--paddingRightMob-);
}
.select-property__list::-webkit-scrollbar {
  width: 5px;
}
}

.select-statuses {
margin: 0 0 10px 0;
}
.select-statuses__form {
display: flex;
align-items: center;
gap: 15px;
overflow-x: auto;
padding-bottom: 5px;
}
@media(max-width: 767px) {
  .select-statuses__form {
    gap: 10px;
  }
  .select-statuses {
  margin: 0 0 5px 0;
  }
}
.select-statuses__form::-webkit-scrollbar {
height: 3px;
}
.select-statuses__form::-webkit-scrollbar-thumb {
border-radius: 20px;
background: #333c4c;
}
.select-statuses__status {
display: flex;
height: 40px;
padding: 0px 10px;
justify-content: center;
align-items: center;
gap: 5px;
border-radius: 5px;
transition: background 0.2s ease;
}
.select-statuses__status.active {
background: #5F6B7D !important;
}
.select-statuses__status span {
color: #fff;
font-size: 16px;
font-weight: 500;
line-height: 20px;
text-transform: uppercase;
white-space: nowrap;
}
.select-statuses__status svg {
flex: 0 0 20px;
}
@media (max-width: 767px) {
.select-statuses__status span {
  font-size: 12px;
}
}



.select-property__button-contries {
display: flex;
align-items: center;
gap: 7px;
}
.select-property__list-item-contries {
display: flex;
width: 26px;
height: 15px;
}
/*
.select-property__button span span.select-property__list-item-contries{
  background: none;
  padding: inherit;
  border-radius: inherit;
  font-size: inherit;
  min-width: auto;
display: contents;
}*/
.select-property__list-item-contries img {
width: 100%;
height: 100%;
object-fit: contain;
}



.select-property__search {
position: relative;
margin: 0 0 8px 0;
}
.select-property__search svg {
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
}
.select-property__search-input {
background: #333c4c;
border-radius: 20px;
width: 100%;
height: 40px;
color: #fff;
font-weight: 500;
font-size: 16px;
line-height: 125%;
outline: none;
border: none;
box-shadow: none;
padding: 0 0 0 40px;
}
.hide {display: none !important;}
/* End */


/* Start:/local/templates/canada/components/bitrix/catalog.section/casino_reviews_casinos/style.css?17500803605596*/
.casino-reviews-card{
	max-height: none;
}
.casino-reviews-card__btn{
	display:none;
}
.casino-reviews-card_crypto {
    background: #283346;
}

.admin_s{
	margin: 0 0 10px;
}

#result_prod{
	display:contents;
}

.casino-reviews-cards {
	margin: 0 0 30px 0;
}
.casino-reviews-cards__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
	margin: 0 0 20px 0;
}

/* Casinos Reviews Card */
.casino-reviews-card {
  max-height: 305px;
  background-color: #1D2738;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
/*
.casino-reviews-card_trusted .casino-reviews-card__status span {
  color: #078871;
}
.casino-reviews-card_blacklisted .casino-reviews-card__status span {
  color: #D81A41;
}
.casino-reviews-card_doubtful .casino-reviews-card__status span {
  color: #F7931A;
}
.casino-reviews-card_accepted .casino-reviews-card__status span {
  color: #1379F3;
}
.casino-reviews-card_no-status .casino-reviews-card__status span {
  color: #333C4C;
}
.casino-reviews-card_crypto {
  background: url(/local/templates/canada/img/casinos-reviews-cards/crypto-texture.png) center no-repeat;
}*/
.casino-reviews-card_crypto .casino-reviews-card__crypto-label {
  display: flex;
}
.casino-reviews-card__crypto-label {
  display: none;
  height: 30px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 35px;
  left: 5px;

}
.casino-reviews-card__crypto-label svg {
  flex: 0 0 16px;
}
.casino-reviews-card__crypto-label span {
  color: #EE9935;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.casino-reviews-card__title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 10px 0;
  transition: color 0.3s ease;
}
.casino-reviews-card__title:hover {
  color: #D81A41;
}
.casino-reviews-card__info {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 10px 0;
  position: relative;
}
.casino-reviews-card__bg {
  display: block;
  width: auto;
  height: 100px;
}
.casino-reviews-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casino-reviews-card__status {
  height: 30px;
  background-color: #343D4C;
  display: flex;
  align-items: center;
  justify-content: center;
          gap: 5px;
}
.casino-reviews-card__status img {
  width: 16px;
  height: 16px;
}
.casino-reviews-card__status span {
  font-weight: 700;
  font-size: 10px;
  line-height: normal;
  color: #fff;
}
.casino-reviews-card__bounus {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0 0 10px 0;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-reviews-card__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.casino-reviews-card__btn,
.casino-reviews-card__btn span {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #1D2738;
  transition: all 0.3s ease;
}
.casino-reviews-card__btn span   {
  display: inline-block;
  width: 35px;
  margin-left: 3px;
}
.casino-reviews-card__btn svg {
  fill: #fff;
}
.casino-reviews-card__btn:hover {
  background-color: unset;
  border: 1px solid #fff;
  color: #fff;
}
.casino-reviews-card__btn:hover span {
  color: #fff;
}
.casino-reviews-card__btn:hover svg {
  fill: #283346;
}

.casino-reviews-card__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 30px;
  width: 65px;
  padding: 0 10px;

  border-radius: 5px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);

  position: absolute;
  top: 5px;
  right: 5px;

}

.casino-reviews-card__rating svg path {
  fill: #078871;
}
.casino-reviews-card__rating span {
  font-size: 10px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
}

.casino-reviews-card__rating-lb.rating {
  height: 40px;
  gap: 10px;
  background: #111722;
}
.casino-reviews-card__rating-lb .rating__items_active .rating__item path {
  fill: #fff;
}


.casino-reviews-card__rating-lb .rating__value {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .casino-reviews-cards__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
    justify-content: center;
  }
    .casino-reviews-cards {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 400px) {
  .casino-reviews-cards__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  }
  .casino-reviews-card__bg {
    height: 80px;
  }
  .casino-reviews-card__info,
  .casino-reviews-card__bounus {
    margin: 0 0 5px 0;
  }
  .casino-reviews-card__btn, .casino-reviews-card__btn span{
    font-size: 12px;
  }
  .casino-reviews-card__btn span {
    width: auto;
  }
}



.empty-search {
  margin: 30px auto;
  text-align: center;
  max-width: 360px;
}
.empty-search__icon {
  margin: 0 0 10px 0;
}
.empty-search__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-transform: capitalize;
  color: #d81a41;
  margin: 0 0 10px 0;
}
.empty-search__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 767px) {
.empty-search {
  margin: 20px auto;
}
.empty-search__title {
  font-size: 24px;
}
.empty-search__text {
  font-size: 14px;
}
}
/* End */


/* Start:/local/components/swipex/comments/templates/.default/style.css?175111216817558*/

.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: transparent;
        padding: 0;
        border-radius: 0;
        border: none;
    }
}
.comments-panel--simple {
    padding: 0;
    border: none;
    background-color: transparent;
    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 hsla(0, 0%, 100%, 0.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 {
    color: #d81a41;
}*/
.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: transparent;
    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: rgba(51, 60, 76, 0.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: transparent;
    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: rgba(17, 26, 40, 0.3);
    }
}
.comments-panel__textarea__actions__item:active {
    background-color: rgba(17, 26, 40, 0.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: hsla(0, 0%, 100%, 0.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: hsla(0, 0%, 100%, 0.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: hsla(0, 0%, 100%, 0.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: hsla(0, 0%, 100%, 0.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: hsla(0, 0%, 100%, 0.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: hsla(0, 0%, 100%, 0.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: transparent;
    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: rgba(51, 60, 76, 0.6);
    }
}
.comments-panel__item__rate__against:active,
.comments-panel__item__rate__for:active {
    background-color: rgba(51, 60, 76, 0.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/catalog.smart.filter/real_money_slots/style.css?17500793228075 */
/* /local/templates/canada/components/bitrix/catalog.section/casino_reviews_casinos/style.css?17500803605596 */
/* /local/components/swipex/comments/templates/.default/style.css?175111216817558 */
