

/* Start:/local/templates/scnew/css/sup-tury.css?178117422022363*/
.top__background {
    background: linear-gradient(180deg, #fff 0%, #d7e8fa 100%);
}

section h2 {
    font-family: var(--font-family-4);
    font-size: 40px;
    line-height: 75%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    margin-bottom: 46px;
}

section h1 {
    font-family: var(--font-family-4);
    font-size: 40px;
    line-height: 75%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
}

section h3 {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 32px;
    line-height: 94%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
}

.pl-75 {
    padding-left: 75px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-92 {
    margin-bottom: 92px !important;
}

.col-1-3 {
    grid-column: 1/3 !important;
}

.oversize {
    /*margin-left: -75px;
    margin-right: -75px;*/
}
.icons-block{
    display: grid;
    place-items: center;
    gap: 40px;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-rows: repeat(2, 100px);
    grid-auto-flow: column;
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.icons-block [id^=bx_incl_area]{
    display: grid;
    place-items: center;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 36px;
    grid-column: 1/4;
}
.icon-block {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}
.icon-block__img {
    padding: 18px;
    background: #EAF4FE;
    border-radius: 25px;
    min-height: 80px;
    min-width: 80px;
    max-width: 80px;
    max-height: 80px;
    margin-right: 25px;
    text-align: center;
}

.icon-block__img svg {
    fill: var(--middle-blue);
    stroke-width: 0.30px;
    stroke: #eaf4fe;
}

.icon-block__text {
    font-family: var(--font-family-4);;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}

.request-block {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}
.request-block__item {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: 120px 1fr;
    column-gap: 20px;
    row-gap: 30px;
}

.manager__photo {
    border-radius: 70px;
    width: 120px;
    height: 120px;
    overflow:hidden;
}

.request__block {
    display: flex;
    flex-wrap: nowrap;
    gap:20px;
    align-items: center;
    grid-column: 1/3;
}

.manager__name {
    font-family: var(--font-family-4);;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
}

.manager__position {
    font-size: 15px;
    line-height: 180%;
    color: var(--black);
}

.manager__position span {
    line-height: 140%;
}

.manager__contact {
    font-family: var(--font-family-4);
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: var(--middle-blue);
    margin-top:20px;
}
.manager__contact a {
    text-decoration: none;
}
.request__btn {
    border-radius: 60px;
    width: 180px;
    height: 50px;
    background: var(--orange);
    padding: 15px 32.5px;
    font-family: var(--font-family-4);
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

[class$=__icon] {
    border-radius: 155px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.telegram__icon {
    background: var(--blue);
}

.whatsapp__icon {
    background: #00bd00;
}

.page__tury .events-block {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.events-block h3 {
    margin-bottom:46px;
}
.event__tabs {
    display: flex;
    margin-bottom: 35px;
}

.event__tab {
    margin-right: 30px;
    position: relative;
}

.event__tab-link {
    font-family: var(--font-family-4);
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #9d9da3;
    text-decoration: none;
}

.event__tab-active .event__tab-link {
    color: var(--middle-blue);
    display: inline-block;
    position: relative;

}

.event__tab.event__tab-active::after {
    content: " ";
    display: block;
    background: #0b61b7;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.coach-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}

.coach-block #vawe {
    position: absolute;
    top: 180px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.coach-block > .container {
    position: relative;
    z-index: 1;
}

.slider-video {
    background: #fff;
    margin-bottom: 70px;
    display:none;
}
.review {
    background-color: #fff;
    padding-bottom: 70px;
}
.product-reviews__item-user-photo img {
    min-width:90px;
    border-radius:90px;
}
.seo-block {
    background-color: #fff;
    padding-bottom: 70px;
}

.seo-block__wrapper {
    border-radius: 25px;
    background: #d4e5f6;
    display: flex;
    flex-direction: row;
    width: calc(100% + 150px);
    padding: 50px;
}

.seo-block__person {
    width: 200px;
    margin-right: 45px;
}

.seo-block__text .title {
    font-family: var(--font-family-4);
    font-size: 26px;
    line-height: 120%;
    color: var(--black);
}

.last-question {
    position: relative;
    margin-bottom: 140px;
}

.last-question__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}



.last-question__form {
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
}

.form__title {
    font-family: var(--font-family-4);
    font-size: 32px;
    line-height: 94%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    margin-bottom: 30px;
}

.form__title span {
    font-size: 18px;
    line-height: 160%;
    color: var(--black);
}

.form__fields {
    position: relative;
}

.form__fields-input {
    border-radius: 55px;
    width: 370px;
    height: 46px !important;
    padding: 12px 23px 10px !important;
    border: none !important;
    margin: 0px;
    margin-bottom: 20px !important;
}

.form__fields-input:focus {
    box-shadow: 0 0 5px rgba(50, 50, 50, .3);
}

.form__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form__checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    padding-left: 23px;
}

.form__checkbox + label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 7px;
    background: #D4E5F6;
    margin-right: 15px;
}

.form__checkbox:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='%230B61B7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.707 1.25806L19.7302 0.290323C19.3395 -0.0967742 18.6558 -0.0967742 18.2651 0.290323L8.05814 10.5484L2.73488 5.17742C2.34419 4.79032 1.66047 4.79032 1.26977 5.17742L0.293023 6.14516C-0.0976744 6.53226 -0.0976744 7.20968 0.293023 7.59677L7.32558 14.7097C7.52093 14.9032 7.76512 15 8.05814 15C8.30233 15 8.59535 14.9032 8.7907 14.7097L20.707 2.75806C21.0977 2.32258 21.0977 1.69355 20.707 1.25806Z' fill='%230B61B7' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
}

.form__fields .request__btn {
    margin-top: 30px;
}

.union__img {
    position: absolute;
    top: -26px;
    z-index: 10;
    left: 40%;
}

.routing__block-wrapper {
    margin-left: -75px;
    margin-right: -75px;
    display: flex;
}

.routing__block-img {
    border-radius: 25px;
    overflow: hidden;
    margin-right: 60px;
}

.routing {
    margin-bottom: 70px;
}
.event-list__tabs-item-title{
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    margin-bottom: 0px;
}

.routing__title {
    font-family: var(--font-family-4);
    font-size: 32px;
    line-height: 94%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    margin-bottom: 25px;
}

.routing__list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom:35px;
}

.routing__list li {
    font-family: var(--font-family-4);
    font-size: 18px;
    line-height: 220%;
    color: var(--black);
    position: relative;
    padding-left: 40px;
}

.routing__list li:before {
    content: "";
    width: 25px;
    height: 24px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4027 9.5823C23.1102 9.34561 22.6234 8.95079 22.5624 8.76369C22.5004 8.56936 22.6606 7.94406 22.7567 7.57196C22.9872 6.67377 23.2745 5.55644 22.6306 4.67687C21.9898 3.8035 20.8373 3.727 19.9113 3.66496C19.5278 3.63809 18.8849 3.59568 18.7226 3.47785C18.5583 3.359 18.3112 2.75021 18.1634 2.38534C17.7986 1.48095 17.3831 0.455605 16.3691 0.128983C15.3603 -0.200716 14.4384 0.383255 13.627 0.89693C13.2694 1.12223 12.7309 1.46336 12.5056 1.46336C12.2895 1.46336 11.7573 1.1171 11.4038 0.887648C10.6234 0.380129 9.64769 -0.248297 8.61927 0.101089C7.60736 0.445297 7.19603 1.46439 6.83116 2.36155C6.68441 2.72329 6.44044 3.3269 6.27303 3.44991C6.10972 3.57082 5.45545 3.61425 5.06473 3.64009C4.088 3.70624 2.98102 3.78069 2.3588 4.66128C1.74796 5.5264 2.02182 6.59307 2.26368 7.53468C2.3588 7.90884 2.52001 8.53521 2.46212 8.72226C2.40013 8.90106 1.91845 9.29695 1.6311 9.53364C0.904389 10.1332 0 10.8784 0 11.9947C0 13.1038 0.886851 13.8407 1.59896 14.4319C1.908 14.6883 2.37414 15.0758 2.4372 15.2681C2.4992 15.4583 2.33799 16.0764 2.24082 16.4454C2.00516 17.3518 1.71059 18.4806 2.37932 19.3674C3.03153 20.2294 4.17881 20.3058 5.10181 20.3679C5.4853 20.3948 6.12716 20.4361 6.29047 20.555C6.45378 20.6739 6.6998 21.2816 6.84757 21.6465C7.21347 22.5509 7.62793 23.5762 8.64291 23.9039C8.84653 23.971 9.04809 24 9.24447 24C10.0218 24 10.739 23.5452 11.3861 23.138C11.7426 22.9127 12.2802 22.5715 12.5055 22.5715C12.7256 22.5715 13.2548 22.9085 13.6042 23.1318C14.3794 23.6248 15.3468 24.2429 16.3732 23.8915C17.384 23.5472 17.7954 22.5292 18.1603 21.63C18.307 21.2692 18.551 20.6646 18.7184 20.5416C18.8827 20.4207 19.5329 20.3773 19.9215 20.3514C20.891 20.2853 21.9908 20.2119 22.6223 19.3447C23.258 18.4734 22.9851 17.3953 22.7443 16.4454C22.6503 16.0744 22.4932 15.4553 22.55 15.2692C22.612 15.0904 23.0936 14.6945 23.38 14.4578C24.1076 13.8583 25.012 13.1121 25.012 11.9958C25.012 10.8888 24.119 10.1642 23.4027 9.5823ZM22.0662 12.864C21.4616 13.3612 20.8363 13.8769 20.5902 14.616C20.3391 15.3684 20.5437 16.1746 20.7411 16.9539C20.8373 17.3343 20.9985 17.97 20.9768 18.1012C20.8197 18.2191 20.1716 18.2635 19.784 18.2883C19.0161 18.34 18.1458 18.3979 17.4977 18.8733C16.8559 19.3436 16.5448 20.1116 16.244 20.8537C16.0972 21.2196 15.8492 21.8325 15.7468 21.9256C15.5587 21.9256 15.0326 21.5876 14.7174 21.3871C14.0672 20.9736 13.3303 20.5034 12.5065 20.5034C11.6817 20.5034 10.9385 20.9747 10.2812 21.3902C9.96279 21.5907 9.42947 21.9297 9.3158 21.9545C9.15561 21.8398 8.91165 21.2341 8.7649 20.8724C8.46104 20.1209 8.14683 19.3447 7.49876 18.8785C6.85485 18.4145 6.03414 18.3597 5.23933 18.307C4.8662 18.2822 4.1706 18.2357 4.04447 18.1499C3.98038 17.9669 4.14266 17.3416 4.24085 16.9695C4.43206 16.2326 4.65018 15.3974 4.40416 14.6346C4.15712 13.8729 3.5008 13.3261 2.92093 12.8444C2.63774 12.6087 2.10956 12.1695 2.0651 12.0103C2.11161 11.816 2.65425 11.3685 2.9457 11.1297C3.55034 10.6315 4.17568 10.1158 4.4217 9.37673C4.67495 8.61909 4.46616 7.80669 4.26562 7.02115C4.16845 6.64182 4.00514 6.00719 4.01755 5.88628C4.17568 5.77261 4.81857 5.72918 5.20308 5.70334C6.0103 5.6496 6.8465 5.59274 7.49456 5.11834C8.13642 4.64804 8.44756 3.88112 8.74834 3.13902C8.89509 2.7721 9.14423 2.16018 9.2393 2.06819C9.4305 2.07127 9.96176 2.41651 10.2791 2.62222C10.9344 3.04806 11.6786 3.53076 12.5065 3.53076C13.3303 3.53076 14.0755 3.05944 14.7308 2.64498C15.0492 2.44342 15.5825 2.10547 15.6962 2.08065C15.8554 2.1954 16.1003 2.80106 16.2471 3.16281C16.551 3.91322 16.8652 4.68942 17.5132 5.15556C18.1571 5.62068 18.9789 5.67544 19.7748 5.72815C20.1675 5.75502 20.826 5.79948 20.9489 5.87388C21.012 6.0558 20.8517 6.68423 20.7546 7.05838C20.5654 7.79843 20.3504 8.63668 20.5975 9.40154C20.8466 10.1716 21.5132 10.7121 22.1014 11.1886C22.3701 11.4077 22.8652 11.8078 22.9417 12C22.8683 12.2015 22.3484 12.6304 22.0662 12.864Z' fill='%230B61B7'/%3E%3Cpath d='M17.1293 8.10135C16.689 7.7334 16.0388 7.79334 15.674 8.23056L11.0652 13.7407L9.10445 11.781C8.7003 11.3768 8.04706 11.3768 7.64296 11.781C7.23881 12.1851 7.23881 12.8384 7.64296 13.2425L10.4027 16.0022C10.5959 16.1976 10.8595 16.305 11.1334 16.305C11.1479 16.305 11.1634 16.305 11.1779 16.303C11.4694 16.2906 11.7392 16.1562 11.9252 15.934L17.2585 9.55664C17.6244 9.11844 17.5675 8.46725 17.1293 8.10135Z' fill='%230B61B7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 6px;
}


.format__desc-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-left: -75px;
    margin-right: -75px;
}

.format__desc-item {
    max-width: 50%;
}

.uslugi__block-wrapper,
.uslugi__block-wrapper [id^=bx_incl_area]
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 15px;
    column-gap: 20px;
    margin-top: 27px;
    margin-left: -75px;
    margin-right: -75px;
}
.uslugi__block-wrapper [id^=bx_incl_area] {
    grid-column:1/4;
}
.uslugi__block-item {
    border-radius: 15px;
    height: 70px;
    background: #d4e5f6;
    padding: 22px 27px;
}

.uslugi__block-item img {
    width: 26px;
    height: 26px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
}

.uslugi__block-item span {
    display: inline-block;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: var(--dark-blue) !important;
    vertical-align: middle;
}

.slider-portfolio {
    margin-bottom: 92px;
}

.slider-portfolio__wrapper {
    margin-left: -75px;
    margin-right: -75px;
}

.slider-portfolio .swiper-slide {
    display: flex;
    gap: 60px;
}

.slider-portfolio .swiper-slide:before {
    content: unset;
}

.slider-portfolio .swiper-slide .swiper-slide__img {
    width: 50%;
    border-radius: 25px;
    overflow: hidden;
}

.slider-portfolio .swiper-slide__img img {
    width: 100%;
    max-width: 630px;
    height: auto;
}

.slider-portfolio .swiper-slide .swiper-slide__text {
    width: 50%;
}

.text-block__prew {
    margin-bottom: 30px;
}

.birthday .format__desc-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 30px;
}

.birthday .format__desc-item {
    max-width: unset;
}

.birthday .format__desc-item h3 {
    padding-left: 25px;
}

.birthday .format__desc-item.desc {
    grid-column: 1/3;
}

.birthday .format__desc-item.request {
    border-radius: 20px;
    background: #d4e5f6;
    display: flex;
    align-items: center;
    padding: 18px 35px;
}

.birthday .format__desc-item.request .price {
    margin-right: 25px;
    font-size: 18px;
    color: var(--black);
}

.birthday .format__desc-item.request .price span {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: var(--middle-blue);
}

.birthday .format__desc-item ul {
    padding: 0px;
    margin: 0px;
    padding-left: 50px;
    list-style: disc;
}
.swiper-wrapper [id^=bx_incl_area] {
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}
.slider-birthday__wrapper [id^=bx_incl_area] > .swiper-slide {
    width:auto;
}
.slider-birthday .swiper-slide {
    border-radius:20px;
    overflow:hidden;
}
.description {
    width: calc(100vw - 20%);
    margin: 0 auto !important;
}

.page__tury .container{

}
.uslugi__block{
    margin: 50px 0 40px 0;
}
.format__desc-wrapper{
    margin: 20px 0 0 0 !important;
}

@media (max-width:1400px) {
    .row {
        margin:0 !important;
    }
    .oversize {
        margin-left: 0px;
        margin-right: 0px;
    }
    .seo-block__wrapper {
        width:100%;
    }
    .last-question__block {
        margin-right:unset;
        margin-left:unset;
    }
}
@media (max-width: 1200px) {
    .row {
        margin:0 !important;
    }
    .oversize {
        margin-left: 0px;
        margin-right: 0px;
    }
    .icons-block {
        grid-template-columns: repeat(3, 1fr);
        align-items:start;
        gap:1.5rem;
    }
    .icon-block {
        flex-direction: column;
        gap:25px;
        justify-content:start;
    }
    .request-block {
        grid-column: 1 / 4;
    }
    .event__tabs {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .coach-block #vawe > svg {
        height:100%;
    }
    .seo-block__wrapper {
        width:100%;
    }
    .last-question__block {
        margin:0px;
        padding:20px;
    }
    .form__fields-input {
        width:100%;
    }
    .routing__block-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
    .routing__block-img img {
        width:100%;
        height: auto;
    }
    .uslugi__block-wrapper,
    .uslugi__block-wrapper [id^=bx_incl_area]
    {
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media (max-width:992px) {
    .pl-75,
    .birthday .format__desc-item h3 {
       padding-left:0px !important;
    }
    section h1 {
        line-height:120%;
    }
    .union__img {
      left:calc(100vw - 350px);
    }
    .union__img img {
        height:100%;
        width:auto;
        max-width: unset;
    }
    .description {
        width: calc(100vw - 10%);
        margin: 0 auto !important;
    }
    .routing__block-wrapper {
        flex-direction: column;
        gap:1rem;
    }
    .routing__block-img {
        text-align: center;
        margin:0px;
        margin-bottom:1.5rem;
    }
    .uslugi__block-wrapper,
    .uslugi__block-wrapper [id^=bx_incl_area]
    {
        grid-template-columns: repeat(2, 1fr);
    }
    .uslugi__block-item {
        height:auto;
        display:flex;
        flex-wrap:nowrap;
        align-items:center;
        justify-content:start;
    }
    .birthday .format__desc-wrapper {
        display:flex;
        flex-wrap:wrap;
        margin-left: 0px;
        margin-right: 0px;
    }
    .birthday .format__desc-item.desc {
        order:1;
    }
    .birthday .format__desc-item.desc {
        order:1;
    }
    .birthday .format__desc-item:nth-child(3) {
        order:3;
    }
    .birthday .format__desc-item:nth-child(5) {
        order:4;
    }
    .birthday .format__desc-item:nth-child(6) {
        order:5;
    }
    .birthday .format__desc-item:nth-child(4) {
        order:6;
    }
    .birthday .format__desc-item:nth-child(7) {
        order:7;
    }
}
@media (max-width: 768px) {

    .birthday .format__desc-item ul {
        padding-left: 13px;
    }

    section h2 {
        line-height:100%;
    }
    .row {
        margin:0 !important;
    }
    .oversize {
        margin-left: 0px;
        margin-right: 0px;
    }
    .icons-block {
        grid-template-columns: repeat(3, 1fr);
        align-items:start;
        gap:1.5rem;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .icons-block  .icon-block{
        width: 45%;
    }
    .request__block{
        justify-content: space-evenly;
    }
    .about-komanda__item-img img {
        height: auto !important;
        width: 100% !important;
        position: relative !important;
        margin: 0 auto;
        display: block;
    }
    .seo-block__person .about-komanda__item-img img {
         width: 70% !important;
    }
    .about-komanda__item-img{
        padding-bottom: 0px !important;
    }
    .icon-block {
        flex-direction: column;
        gap:25px;
        justify-content:start;
    }
    .request-block {
        grid-column: 1 / 4;
    }
    .event__tabs {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .coach-block #vawe > svg {
        height:100%;
    }
    .seo-block__wrapper {
        width:100%;
    }
    .last-question__block {
        margin:0px;
        padding:20px;
    }
    .form__fields-input {
        width:100%;
    }
    .union__img {

    }

    .uslugi__block-wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0px;
        margin-right: 0px;
    }

    .slider-birthday__wrapper img {
        width:100% !important;
    }
    .format__desc-wrapper {
        margin-left:0px;
        margin-right:0px;
        flex-direction:column;
    }
    .format__desc-item {
        width:100%;
        max-width:unset;
    }
}
@media (max-width: 576px) {
    section h1 {
        line-height:120%;
    }
    .oversize {
        margin-left: 0px;
        margin-right: 0px;
    }
    .front-page .row {
        margin:0px;
    }
    .icons-block {
        grid-template-columns: repeat(2, 1fr);
        align-items:start;
        gap:1.5rem;
    }
    .icon-block {
        flex-direction: column;
        gap:25px;
        justify-content:start;
    }
    .request-block {
        grid-column: 1 / 3;
    }
    .icon-block__img {
        margin:0 auto;
    }
    .icon-block__text {
        text-align:center;
    }
    .event__tabs {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .coach-block #vawe > svg {
        height:100%;
    }
    .swiper {
        padding-left:15px;
        padding-right:15px;
    }
    .swiper-slide:before {
        content:unset;
    }
    .seo-block__wrapper {
        flex-direction:column;
        width:100%;
        padding:25px;
        align-items: center;
    }
    .seo-block__person {
        margin:0px;
        margin-bottom:45px;
    }
    .last-question__block {
        margin:0px;
        padding:20px;
    }
    .form__fields-input {
        width:100%;
    }
    .union__img {
        display:none;
    }

    .birthday .format__desc-item.request {
        flex-direction:column;
        flex-wrap: wrap;
        justify-content: center;
        margin:0 auto;
    }
    .birthday .format__desc-item.request .price {
        margin-right:0px;
        margin-bottom:25px;
    }
    .uslugi__block-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .slide-captcha-title {
        width:80px !important;
        font-size:14px !important;
    }
}

/* End */


/* Start:/local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.min.css?17434152603278*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px;text-align:center}.bx_pagination_bottom .bx_pagination_section_two{display:inline-block}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.bx_pagination_bottom .bx_pagination_select_container{display:inline-block}.bx_pagination_bottom .bx_pagination_select_container select{position:relative;margin:2px 20px 2px 10px;padding:1px 25px 3px 5px;height:22px;outline:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/local/templates/scnew/components/bitrix/system.pagenavigation/.default/images/select_arrow.png)no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.bx_pagination_bottom .bx_pagination_page{white-space:nowrap;font-size:18px}.bx_pagination_bottom .bx_pagination_page ul{display:inline-block;margin:0;padding:0}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;margin:0 4px;padding:0 4px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-bottom:2px solid;color:#0274bd}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media (min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media (max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}}.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text,.bx_pagination_bottom .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/event-page-sup-new/style.css?17833461662378*/
:root {
	--black: #232323;
	--dark-blue: #03417f;
	--middle-blue: #0b61b7;
	--blue: #00c3ff;
	--orange: #ff5000;
	--yellow: #ffc800;
	--light-grey: #f4f4f4;
}
:root {
	--font-family: "Circe Rounded";
}
.events-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.event-item__link,
.event-item__link:hover {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.event-item__img {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	border-radius:20px 20px 0 0;
}
.event-item__img img {
	width: 100%;
	position: absolute;
	max-width: unset;
}
.event-item__desc {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 25px;
	flex-grow: 1;
	border-radius: 0 0 20px 20px;
}
.event-item__name {
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 22px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: var(--dark-blue);
	text-decoration:none;
}
.event-item__date {
	position:relative;
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: #9d9da3;
	padding-left:26px;
}
.event-item__date:before {
	content:  url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.25926 0.888889C3.25926 0.397969 3.65723 0 4.14815 0C4.63907 0 5.03704 0.397969 5.03704 0.888889V2.37037L10.963 2.37037V0.888889C10.963 0.397969 11.3609 0 11.8519 0C12.3428 0 12.7407 0.397969 12.7407 0.888889V2.37037H13.3333C14.8061 2.37037 16 3.56428 16 5.03704V5.62963L0 5.62963V5.03704C0 3.56428 1.19391 2.37037 2.66667 2.37037H3.25926V0.888889ZM16 7.11111H0V13.3333C0 14.8061 1.19391 16 2.66667 16H13.3333C14.8061 16 16 14.8061 16 13.3333V7.11111Z' fill='%239D9DA3' /%3E%3C/svg%3E");
	position:absolute;
	top:1px;
	left:0;
}
@media (max-width:1200px) {
	.events-list {
		grid-template-columns: repeat(3,1fr) !important;
		gap: 1.5rem;
	}
}
@media (max-width:992px) {
	.events-list {
		grid-template-columns: repeat(2,1fr) !important;
		gap: 1.5rem;
	}
	.event-item__img img {
		height: auto;
		width: 100%;
		position: relative;
	}
}
@media (max-width: 576px) {
	.events-list {
		grid-template-columns: 1fr !important;
		gap: 1.5rem;
	}
	.event-item__img {
		height:auto;
	}
}
/* End */


/* Start:/local/templates/scnew/components/internetclient/super.component/our_team/style.css?17624365802425*/
.about-komanda__list {
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 60px;
    row-gap: 35px;
}
.about-komanda__list-slider{
    overflow: hidden;
}
.about-komanda__list-slider .about-komanda__item{
    width: 200px !important;
}
.about-komanda__item-img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius:100%;
    overflow:hidden;
    margin-bottom:20px;
}
.about-komanda__item-img img {
    position:absolute;
    height:100%;
    width:auto;
}
.about-komanda__item-about {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.about-komanda__item-name {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: var(--dark-blue);
}
.about-komanda__item-text {
    font-family: var(--font-family-5);
    font-size: 16px;
    line-height: 160%;
    color: var(--black);
    text-align: center;
}
.coach-event-block {
    position: relative;
    overflow: hidden;
    margin: -20px 0 88px 0;
}

.coach-event-block #vawe {
    position: absolute;
    top: 180px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.coach-event-block > .container {
    position: relative;
    z-index: 1;
}
.coach-event-block h2{
    margin-bottom: 40px;
    font-size: 40px;
}
.about-komanda__list-slider .dots{
    display: none;
}
@media (max-width: 1200px) {
    .about-komanda__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .about-komanda__list-slider .dots{
        display: block;
        bottom: 0px;
    }
    .about-komanda__list-slider .about-komanda__item {
        width: 100% !important;
    }
    .about-komanda__list-slider .about-komanda__item-img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        padding-bottom: 0%;
    }
    .coach-event-block h2{
        font-size: 32px;
        margin-bottom: 25px;
    }
    .coach-event-block #vawe {
        top: 574px;
        transform: scale(3);
    }
    .coach-event-block{
        margin: 20px 0 88px 0;
    }
    .about-komanda__item-name{
        margin-top: 18px;
    }
    .coach-event-block{
        margin: 20px 0 55px 0;
    }

}
@media (max-width: 576px) {
    .about-komanda__list {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
        row-gap: 1rem;
    }
}
/* End */


/* Start:/local/templates/scnew/components/internetclient/super.component/sup_video/style.css?17615756401027*/
@media (min-width: 1200px) {
    :root{
        --container-width: 1170px;
    }
}
.swiper-video .swiper-wrapper {
    margin-left:calc((100vw - var(--container-width))/2);
}
.swiper-video .swiper-slide {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    width:100%;
    max-width:700px;
}

.swiper-video .swiper-slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 2555, 0.6);
    z-index:20;
}

.swiper-video .swiper-slide.swiper-slide-active:before,
.swiper-video .swiper-slide:hover::before
{
    content: none;
}
.swiper-video .swiper-slide .youtube__btn {
    position: absolute;
    top: calc(50% - 37.5px);
    left: calc(50% - 51.5px);
    cursor: pointer;
    z-index: 10;
}
.tur-youtube.fancybox-opened .fancybox-skin .fancybox-close {
    top: -9px;
    right: -9px;
    background: #000;
    width: 25px;
    height: 25px;
    line-height: 33px;
    font-size: 48px;
}

/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/video-reviews-new/style.css?17754871207001*/
.product-reviews__item {
	display:flex;
	flew-wrap:nowrap;
	flex-direction:row;
	padding:30px 40px;
	border: 1px solid #eaf4fe;
	border-radius: 25px;
	margin-bottom: 20px;
	position: relative;
}
.product-reviews__item:nth-child(odd){
	border: 1px solid #eaf4fe;
	border-radius: 25px;
	background-color: #ffffff;
}
.product-reviews__item:nth-child(even){
	background-color: #eaf4fe;
}
.product-reviews__item-left-col {
	width:90px;
	margin-right:30px;
}
.product-reviews__item-user-name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 160%;
	letter-spacing: -0.01em;
	color: var(--dark-blue);
}
.product-reviews__item-date {
	font-family: var(--font-family-4);
	font-size: 16px;
	color: var(--black);
}
.product-reviews__item-name {
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	color: var(--black);
	margin-top: 25px;
	margin-bottom: 10px;
}
.product-reviews__item-text {
	font-family: var(--font-family-5);
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: -0.01em;
	color: var(--black);
}
.product-reviews__item-rating {
	position:absolute;
	top:40px;
	right:40px;
}
.product-reviews__item-rating{
	margin-top: 8px;
	float: left;
}
.product-reviews__item-rating-name{
	display: inline-block;
	vertical-align: top;
}
.product-reviews__item-rating-value{
	display: inline-block;
	margin: 2px 0 0 3px;
	vertical-align: top;
}
.product-reviews__item-photos {
	margin-top:20px;
}
.product-reviews__item-photos img {
	border-radius:10px;
}
.product-reviews__item-rating--1 svg path{fill: #ffcc00;}
.product-reviews__item-rating--1 svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--2 svg path,
.product-reviews__item-rating--2 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--2 svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--3 svg path,
.product-reviews__item-rating--3 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--3 svg + svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--4 svg path,
.product-reviews__item-rating--4 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--4 svg + svg + svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--5 svg path{fill: #ffcc00;}

.product-reviews__list-total {
	display:flex;
	height:auto;
	justify-content:start;
	align-items:center;
	padding-top:15px;
}
.product-reviews__list-total .request__btn {
	margin-right:30px;
}
.product-reviews__list-total .link__all a{
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--middle-blue) !important;
	position:relative;
	max-width:140px;
}
.product-reviews__list-total .link__all span{
	display: block;
	position: absolute;
	top: -7px;
	right: -22px;
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	color: #fff;
	background: var(--orange);
	border-radius: 100%;
	padding: 4px;

}
@media(max-width:576px){
	.product-reviews__item {
		flex-direction:column;
		padding:15px 20px;
	}
	.product-reviews__item-text {
		font-size:16px;
		line-height:120%
	}
	.product-reviews__item-rating {
		right:12px;
	}
}

/**
блок с видое отзывами
 */
.review {
	position: relative;
}
.reviews-videos-wrapper {
	padding-bottom: 2.5rem;
}
.reviews-videos-wrapper .bx-wrapper .bx-viewport{
	overflow: visible !important;

	border: none;
	box-shadow: none;
	left: 0;
	background: none;

	z-index: 10;
}

.reviews-videos-element{
    max-width: 540px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    margin-right: 16px;
}

.reviews-videos-element-wrapper {
	display: block;
	height: 360px;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	width: auto;
}

.reviews-videos-element-video-play {
	position: absolute;
	width: 80px;
	height: 80px;
	/* background: url(/local/templates/supclub/components/bitrix/news.list/video-reviews-new/images/youtube.svg) no-repeat center / contain; */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	cursor: pointer;
	background: rgba(0,0,0,0.3);
	border-radius: 80px;
}
.reviews-videos-element-video-play::after {
	content: '';
	position: absolute;
	left: calc(50% - 3px);
	bottom: calc(50% - 20px);
	border: 15px solid transparent;
	border-top: 24px solid white;
	transform: rotate(-90deg);
}

.reviews-videos-element-wrapper.open-video .reviews-videos-element-poster{
	display: none;
}

.reviews-videos-element-wrapper.open-video .reviews-videos-element-video-play {
	display: none;
}

.reviews-videos-element-poster {
	display: block;
	width: 100%;
	height: 100%;
}

.reviews-videos-element-poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.js-reviews-videos-element-video-youtube {
	width: 100%;
	height: 100%;
}

.reviews-videos-element:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.reviews-videos-element.active-slide:before,
.reviews-videos-element.swiper-slide-active:before,
.reviews-videos-element:hover::before
{
	content: "";
	display: none;
}
.review-video__file{
	display: flex;
	align-content: center;
	justify-content: center;
}
.review-video__file video {
	max-height:75vh;
	margin: 0 auto;
	width: auto;
    border-radius: 25px;
}
.fancybox-skin:has(div.review-video__file) {
	background: transparent;
	box-shadow: none;
}
body {
	overflow-x: hidden;
}
.reviews-videos-block {
	margin-left: calc((100vw - var(--container-width))/-2);
	margin-right: calc((100vw - var(--container-width))/-2);
	margin-bottom: 50px;
}
.reviews-videos-block .bx-wrapper .bx-prev {
	background: url(/local/templates/scnew/components/bitrix/news.list/video-reviews-new/images/arrow_left.png) no-repeat 0;
}

.reviews-videos-block .bx-wrapper .bx-next {
	background: url(/local/templates/scnew/components/bitrix/news.list/video-reviews-new/images/arrow_right.png) no-repeat 0;
}

.reviews-videos-block .bx-wrapper .bx-next:hover {
	background-position:  0;
}

.reviews-videos-block .bx-wrapper .bx-prev:hover {
	background-position:  0;
}

.reviews-videos-wrapper .bx-pager {
	display: none;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
	left: 0;
	width: 100%;
}
.reviews-video__name {
	position: absolute;
	width: calc(100% - 3rem);
	bottom: 1rem;
	left: 2rem;
	color: #ffff;
	padding: 0.5rem 0.75rem;
	background-color: #0b61b7;
	border-radius: 1rem;
}
.reviews-videos-wrapper {
    padding-bottom: 2.5rem !important;
}

@media (max-width: 990px) {
	.reviews-videos-element:before {
		content: "";
		display: none;
	}

	.reviews-videos-wrapper .bx-pager {
		display: block;
	}

	.reviews-videos-wrapper .bx-wrapper .bx-viewport {
		overflow: hidden !important;
	}
}
.reviews-videos-wrapper .swiper-slide-duplicate{
    display: none;
}
/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/product-reviews-new/style.css?17629375203415*/
.product-reviews__item {
	display:flex;
	flew-wrap:nowrap;
	flex-direction:row;
	padding:30px 40px;
	border: 1px solid #eaf4fe;
	border-radius: 25px;
	margin-bottom: 20px;
	position: relative;
}
.product-reviews__item:nth-child(odd){
	border: 1px solid #eaf4fe;
	border-radius: 25px;
	background-color: #ffffff;
}
.product-reviews__item:nth-child(even){
	background-color: #eaf4fe;
}
.product-reviews__item-left-col {
	width:90px;
	margin-right:30px;
}
.product-reviews__item-user-name {
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 22px;
	line-height: 160%;
	letter-spacing: -0.01em;
	color: var(--dark-blue);
}
.product-reviews__item-date {
	font-family: var(--font-family-4);
	font-size: 16px;
	color: var(--black);
}
.product-reviews__item-name {
	font-family: var(--font-family-5);
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
	margin-top: 25px;
	margin-bottom: 10px;
}
.product-reviews__item-text {
	font-family: var(--font-family-5);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: var(--black);
}
.product-reviews__item-rating {
	position:absolute;
	top:40px;
	right:40px;
}
.product-reviews__item-rating{
	margin-top: 8px;
	float: left;
}
.product-reviews__item-rating-name{
	display: inline-block;
	vertical-align: top;
}
.product-reviews__item-rating-value{
	display: inline-block;
	margin: 2px 0 0 3px;
	vertical-align: top;
}
.product-reviews__item-photos {
	margin-top:20px;
}
.product-reviews__item-photos img {
	border-radius:10px;
}
.product-reviews__item-rating--1 svg path{fill: #ffcc00;}
.product-reviews__item-rating--1 svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--2 svg path,
.product-reviews__item-rating--2 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--2 svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--3 svg path,
.product-reviews__item-rating--3 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--3 svg + svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--4 svg path,
.product-reviews__item-rating--4 svg + svg path{fill: #ffcc00;}
.product-reviews__item-rating--4 svg + svg + svg + svg + svg path{fill: #e6e6e6;}
.product-reviews__item-rating--5 svg path{fill: #ffcc00;}

.product-reviews__list-total {
	display:flex;
	height:auto;
	justify-content:start;
	align-items:center;
	padding-top:15px;
}
.product-reviews__list-total .request__btn {
	margin-right:30px;
}
.product-reviews__list-total .link__all a{
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--middle-blue) !important;
	position:relative;
	max-width:140px;
}
.product-reviews__list-total .link__all span{
	display: block;
	position: absolute;
	top: -7px;
	right: -22px;
	font-family: var(--font-family-4);
	font-weight: 400;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	color: #fff;
	background: var(--orange);
	border-radius: 100%;
	padding: 4px;

}
.open-product-reviews__button{
    width: 240px;
}
@media(max-width:576px){
	.product-reviews__item {
		flex-direction:column;
		padding:15px 20px;
	}
	.product-reviews__item-text {
		font-size:16px;
		line-height:120%
	}
	.product-reviews__item-rating {
		right:12px;
	}
    .open-product-reviews__button{
        width: 100%;
    }
}
/* End */
/* /local/templates/scnew/css/sup-tury.css?178117422022363 */
/* /local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.min.css?17434152603278 */
/* /local/templates/scnew/components/bitrix/news.list/event-page-sup-new/style.css?17833461662378 */
/* /local/templates/scnew/components/internetclient/super.component/our_team/style.css?17624365802425 */
/* /local/templates/scnew/components/internetclient/super.component/sup_video/style.css?17615756401027 */
/* /local/templates/scnew/components/bitrix/news.list/video-reviews-new/style.css?17754871207001 */
/* /local/templates/scnew/components/bitrix/news.list/product-reviews-new/style.css?17629375203415 */
