

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

/* 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 h2 {
  margin: 0;
}
.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;
    gap: 10px;
    margin: 0 0 5px 0;
  }
  .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 14px;
}
.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;
  background: none;
}
.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 {
  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;
}
.select-property__clear span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  margin-left: -2px;
}
@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 15px 0;
}
.select-statuses__form {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.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-statuses__status {
    flex: 1 0 33.333%
  }
  .select-statuses__form {
    gap: 10px;
  }
    .select-statuses {
    margin: 0 0 10px 0;
    
  }
}



.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/news.list/bonuses2/style.css?17502500533316*/
.bonuses {
	margin: 0 0 20px 0;
}
.bonuses__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 20px 0;
}
.bonuses__block {
  flex-grow: 1;
  max-width: 580px;
  background-color: #1D2738;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  gap: 10px;

}
.bonuses__card {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  flex: 0 0 260px;
  height: 154px;
}
.bonuses__card::after {
  content: '';
  background: linear-gradient(180deg, rgba(29, 39, 56, 0.00) 50%, #1D2738 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bonuses__logo {
  width: 100%;
  height: 100%;
}
.bonuses__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
     object-position: top;
}
.bonuses__label {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 5px;
  background: rgba(16, 25, 40, 0.46);
  backdrop-filter: blur(10px);
  height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bonuses__label img {
  width: 16px;
  height: 16px;
}
.bonuses__label span {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
.bonuses__card-rating.rating {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.bonuses__card-rating.rating .rating__items_active .rating__item path {
  fill: #fff;
}
.bonuses__card-rating.rating .rating__item path {
  fill: #fff;
}
.bonuses__card-rating.rating .rating__value {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin-left: 5px;
}
.bonuses__info {
  flex: 1 1 auto;
}
.bonuses__categories {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}

.bonuses__wager,
.bonuses__category {
  height: 30px;
  padding: 0 10px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 3px;
  background: #111A28;
  backdrop-filter: blur(10px);
}
.bonuses__wager img,
.bonuses__category img {
  width: 20px;
  height: 20px;
}
.bonuses__wager span,
.bonuses__category span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.bonuses__wager svg,
.bonuses__categry svg {
  flex: 0 0 16px;
}
.bonuses__bonus {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
          height: 44px;
}
.bonuses__by {
  margin: 0 0 10px 0;
}
.bonuses__by a {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.60);
  line-height: 20px;
}

.bonuses__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding: 0px 20px;
  border-radius: 5px;
  background: #3C8672;
  transition: all 0.3s ease;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 700;
}
@media(min-width: 768px) {
  .bonuses__btn:hover {
    background: #fff;
    color: #3C8672;
  }
}

@media(max-width: 1439px) {
  .bonuses__block {
    max-width: unset;

  }
}
@media(max-width: 650px) {
  .bonuses__block {
      flex-direction: column;
  }
  .bonuses__card {
    flex: 0 0 154px;
    width: 100%;
  }
  .bonuses__logo img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: unset;
  }
}
/* End */
/* /local/templates/canada/components/bitrix/catalog.smart.filter/bonuses/style.css?17502497297583 */
/* /local/templates/canada/components/bitrix/news.list/bonuses2/style.css?17502500533316 */
