

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

section h2 {
    font-family: var(--font-family-4);
    font-weight: bolder;
    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-weight: bolder;
    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);
    margin-top: 36px;
}
.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-weight: bolder;
    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-weight: bolder;
    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-weight: bolder;
    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-weight: bolder;
    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-weight: bolder;
    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-weight: bolder;
    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-weight: bolder;
    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;
}

.routing__title {
    font-family: var(--font-family-4);
    font-weight: bolder;
    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-weight: bolder;
    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;
    }
    .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/internetclient/super.component/locations/style.css?17696122541764*/
.events-list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 30px
}
.event-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.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 {
    height: auto;
    width: 100%;
    position: absolute;
    max-width: unset
}

.event-item__desc {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 20px 25px;
    flex-grow: 1;
    border-radius: 0 0 20px 20px
}

.event-item__date, .event-item__name {
    font-family: var(--font-family-4);
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -.01em
}

.event-item__name {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.event-item__name-sub {
    font-size:18px;
}
.event-item__date {
    font-size: 15px;
    color: #9d9da3;
}

@media (max-width: 1200px) {
    .events-list {
        grid-template-columns:repeat(3, 1fr);
        gap: 1.5rem
    }
}
@media (max-width: 992px) {
    .events-list {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .events-list {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .events-list {
        grid-template-columns:1fr;
    }

    .event-item__img {
        height: auto
    }

    .event-item__img img {
        height: auto;
        width: 100%;
        position: relative
    }
}
/* End */


/* Start:/local/templates/scnew/components/internetclient/super.component/participants/style.min.css?1730384552532*/
.participants{margin-bottom:92px}.participants h3{font-family:var(--font-family);font-weight:400;font-size:32px;line-height:94%;letter-spacing:-.01em;color:var(--dark-blue);text-align:center}.participants__block-wrapper{display:grid;grid-template-columns:repeat(5,1fr);row-gap:15px;column-gap:15px;margin-top:46px;margin-left:-75px;margin-right:-75px}.participants_item{border-radius:20px;background:#fff;padding:36px;max-height:115px;text-align:center;line-height:43px}.participants_item img{height:100%;width:auto;max-height:43px}
/* End */


/* Start:/local/templates/scnew/components/internetclient/super.component/our_team/style.css?17624366202425*/
.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/participants_slider/style.css?1730384552492*/
.slider-portfolio .swiper-slide__img img {
    border-radius: 25px;
}
@media (max-width:992px) {
    .slider-portfolio__wrapper {
        margin-left:0px;
        margin-right:0px;
    }
}
@media (max-width:576px)
{
    .swiper {
        padding: 0;
    }

    .slider-portfolio .swiper-slide {
        flex-direction: column;
        gap:30px;
    }
    .slider-portfolio .swiper-slide .swiper-slide__img,
    .slider-portfolio .swiper-slide .swiper-slide__text {
        width:100%;
    }
}
/* End */
/* /local/templates/scnew/css/sup-tury.css?177091373121735 */
/* /local/templates/scnew/components/internetclient/super.component/locations/style.css?17696122541764 */
/* /local/templates/scnew/components/internetclient/super.component/participants/style.min.css?1730384552532 */
/* /local/templates/scnew/components/internetclient/super.component/our_team/style.css?17624366202425 */
/* /local/templates/scnew/components/internetclient/super.component/participants_slider/style.css?1730384552492 */
