

/* 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/catalog.section.list/providers/style.css?17511042813943*/

.providers-list {
    margin-bottom: 3rem;
}
.providers-list__content {
    width: 100%;
    background-color: #111a28;
    border: 1px solid #283346;
    border-radius: 1rem;
    padding: 1.3rem 2rem 0;
}
@media (max-width: 767px) {
    .providers-list__content {
        padding: 0;
        border: none;
        background-color: transparent;
    }
}
.providers-list .top-line {
    margin-bottom: 2.6rem;
    position: relative;
    z-index: 5;
}
@media (max-width: 767px) {
    .providers-list .top-line {
        display: none;
    }
}
.providers-list__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}
@media (max-width: 599px) {
    .providers-list__inner {
        margin-left: 0;
        margin-right: 0;
    }
}
.providers-list__col {
    width: 33.33333%;
    padding: 0 1rem;
    margin-bottom: 2.8rem;
}
@media (max-width: 1189px) {
    .providers-list__col {
        width: 50%;
        margin-bottom: 2rem;
    }
}
@media (max-width: 599px) {
    .providers-list__col {
        width: 100%;
        margin-bottom: 2.8rem;
        padding: 0;
    }
}
@media (max-width: 599px) {
    .providers-list__col:last-child {
        margin-bottom: 2rem;
    }
}
.providers-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #1d2738;
    border-radius: 1rem;
    padding: 1rem 1rem 1.5rem;
}
.providers-list__item__image {
    height: 15rem;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}
.providers-list__item__image:hover .btn,
.providers-list__item__image:hover:after {
    opacity: 1;
    visibility: visible;
}
.providers-list__item__image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
}
.providers-list__item__image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.providers-list__item__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.providers-list__item__name {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4em;
    text-transform: capitalize;
}
.providers-list__item__count,
.providers-list__item__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.providers-list__item__count {
    min-width: 3.2rem;
    height: 2.4rem;
    margin-left: 1rem;
    background-color: #333c4c;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1em;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 5px;
}
.providers-list__load {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
}
.providers-list__load a:not(.btn) {
    text-decoration: underline;
    color: #d81a41;
    font-size: 1.6rem;
    line-height: 1.375em;
}
@media (min-width: 768px) {
    .providers-list__load a:not(.btn):hover {
        color: #e83d60;
    }
}
@media (max-width: 499px) {
    .providers-list__load .btn {
        width: 100%;
    }
}
.providers-list__load .btn .icon {
    margin-right: 0;
    margin-left: 1.1rem;
}
/* End */
/* /local/templates/canada/components/bitrix/catalog/slots/style.css?17435998231628 */
/* /local/templates/canada/components/bitrix/catalog.section.list/providers/style.css?17511042813943 */
