

/* Start:/local/templates/canada/components/bitrix/catalog/slots/style.css?17435998231628*/
/* tournaments banner new */

.tournaments-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    margin: 0 0 30px 0;
  }
  .tournaments-banner__title {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 5px 0;
  }
  .tournaments-banner__subtitle {
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    color: #fff;
  }
  .tournaments-banner__subtitle span {
    font-weight: 700;
    color: #37D1D1;
  }
  .tournaments-banner__btn {
    background: #37D1D1;
    border-radius: 5px;
    padding: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    flex: 0 0 160px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
  }
  
  
  @media (max-width: 767px) {
    .tournaments-banner {
      padding: 25px 10px;
      margin: 0 0 20px 0;
    }
    .tournaments-banner__title {
      font-weight: 600;
      font-size: 14px;
    }
    .tournaments-banner__subtitle {
      font-size: 10px;
    }
    .tournaments-banner__btn {
      font-size: 10px;
      flex: 0 0 106px;
      height: 30px;
    }
  }
/* End */


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


/* Start:/local/templates/canada/components/bitrix/catalog/slots/bitrix/catalog.section/.default/style.css?17555830412380*/
.free-slots-cards {
	margin: 0 0 30px 0;
}
.free-slots-cards__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 20px;
	margin: 0 0 20px 0;
}
.free-slots-cards__card {
  width: unset !important;
}
@media (max-width: 767px) {

  .free-slots-cards__wrapper {
     grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	justify-content: center;
	gap: 10px;
  }
	.free-slots-cards {
		margin: 0 0 20px 0;
	}
}
@media (max-width: 400px) {
   .free-slots-cards__wrapper {
     grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  }
}

.slots-card{background-color:#1D2738;border-radius:10px;width:180px;padding:10px;overflow:hidden}.slots-card__image{width:100%;height:170px;position:relative;overflow:hidden;border-radius:10px 10px 0 0}.slots-card__img{width:100%;height:100%;object-fit:cover;transition:scale 0.3s ease}@media(min-width:768px){.slots-card:hover .slots-card__img{scale:1.05}}.slots-card__comment{display:none;position:absolute;top:0;right:0;background-color:#283346;border-radius:0 0 0 10px;padding:2px 4px 5px 10px}.slots-card__comment span{font-weight:400;font-size:12px;margin-left:6px}.slots-card__comment img{width:14.4px;height:14.4px}.slots-card__rtp{background-color:#283346;border-radius:0 0 10px 10px;margin:0 0 10px 0;background:#333C4C}.slots-card__rtp span{color:#fff;display:inline-block;width:100%;font-size:12px;font-weight:500;line-height:30px;text-align:center}.slots-card__title span{-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;display:-webkit-box;text-align:center;font-weight:500;font-size:16px;line-height:20px;color:#fff}.slots-card__title{height:40px;display:flex;align-items:center;justify-content:center;transition:color 0.3s ease}.slots-card__title:hover{color:#e83d60}.slots-card__btn{font-size:14px;font-weight:600;line-height:30px;width:100%;height:40px;color:#1D2738;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center}.slots-card__by{position:absolute;top:5px;right:5px;display:flex;align-items:center;justify-content:center;gap:3px;height:30px;padding:0 10px;background-color:#1A1A1A;border-radius:5px}.slots-card__by svg{flex:0 0 16px}.slots-card__by span{color:#fff;font-size:10px;font-weight:700;line-height:normal}@media (max-width:768px){.slots-card__by svg{flex:0 0 12px}.slots-card__by span{font-size:8px}}
/* End */
/* /local/templates/canada/components/bitrix/catalog/slots/style.css?17435998231628 */
/* /local/templates/canada/components/bitrix/system.pagenavigation/new/style.css?17557648921160 */
/* /local/templates/canada/components/bitrix/catalog/slots/bitrix/catalog.section/.default/style.css?17555830412380 */
