

/* Start:/local/templates/canada/components/bitrix/news.list/about_team_new/style.css?17774396973198*/
.team:not(:last-child) {
    margin-bottom: 30px;
}
@media(max-width: 767px) {
    .team:not(:last-child) {
        margin-bottom: 20px;
    }
}
.team__inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.team__member {
    display: flex;
    flex-direction: column;
    border: 1px solid #333c4c;
    border-radius: 10px;
    overflow: hidden;
}
.team__member-photo {
    display: block;
    width: 100%;
    height: 280px;
    background-color: #d81a41;
}
.team__member-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.team__member-about {
    margin-bottom: auto;
    min-height: 60px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.team__member-name {
    flex: 1 1 auto;
}
.team__member-name a {
    font-weight: 600;
    font-size: 18px;
    line-height: 111%;
    text-transform: capitalize;
    display: block;
}
.team__member-name span {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}
.team__member-subscribe {
    background: #333c4c;
    border-radius: 5px;
    flex: 0 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team__member-subscribe svg {
    color: #fff;
    transition: .3s ease;
}
.team__member-subscribe.active svg {
    color: #d81a41;
}
@media(min-width:786px) {
    .team__member-subscribe:hover svg {
        color: #d81a41;
    }
}
.team__member-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px 10px;
}
.team__member-message,
.team__member-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 5px;
    height: 40px;
    flex: 0 0 125px;
}
.team__member-message span,
.team__member-info span {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}
.team__member-message {
    background: #fff;
}
.team__member-message span {
    color: #1d2738;
}
.team__member-message svg {
    color: #1d2738;
}
.team__member-info {
    flex-grow: 1;
    background: #333c4c;
}
.team__member-info span {
    color: #fff;
}
.team__member-info svg {
    color: #fff;
    transform: rotate(-90deg);
}

.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;
}
.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__field {
    background-color: transparent;
    border: none;
    resize: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9em;
    padding: 0 8px 0 0;
}
/* 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 */
/* /local/templates/canada/components/bitrix/news.list/about_team_new/style.css?17774396973198 */
/* /local/components/swipex/comments/templates/.default/style.css?177743969413686 */
