

/* 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/css/oplata.css?177125055091586*/
.page {
    padding-bottom: 50px;
}.page__actions {
    padding-bottom: 140px;
}
@media (max-width: 768px){
    .page__actions {
        padding-bottom: 80px;
    }
}.page_gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaf4fe",GradientType=1);
}
.page_gradient + .footer > .bg {
    background-color: #eaf4fe;
}.page__title {
    margin-bottom: 46px;
}
@media (max-width: 768px) {
    .page__title {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}.page__section {
    margin-bottom: 70px;
}
.page__section:last-child {
    margin-bottom: 0px;
    padding-bottom: 140px;
}
.page__section .container {
    max-width: 1290px;
}
.is-sticky > .page__section {
    background-color: #ffffff;
    z-index: 100;
}
@media (max-width: 992px) {
    .is-sticky > .page__section {
        top:75px !important;
    }
}.page__section-title {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 40px;
    line-height: 75%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    margin-bottom: 46px;
}.page__section-desc {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
}
.page__section-desc a {
    font-family: var(--font-family-4);
    color: var(--middle-blue);
    text-decoration: none;
}.page__sale  section:last-child {
    padding-top: 170px;
}
@media (max-width: 767.98px){
    .page__sale  section:last-child {
        padding-top: 3rem;
    }
}.page__actions {
    padding-bottom: 140px;
}
@media (max-width: 768px){
    .page__actions {
        padding-bottom: 80px;
    }
}.page_gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaf4fe",GradientType=1);
}
.page_gradient + .footer > .bg {
    background-color: #eaf4fe;
}.page__title {
    margin-bottom: 46px;
}
@media (max-width: 768px) {
    .page__title {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}.page__section {
    margin-bottom: 70px;
}
.page__section:last-child {
    margin-bottom: 0px;
    padding-bottom: 140px;
}
.page__section .container {
    max-width: 1290px;
}
.is-sticky > .page__section {
    background-color: #ffffff;
    z-index: 100;
}
@media (max-width: 992px) {
    .is-sticky > .page__section {
        top:75px !important;
    }
}.page__section-title {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 40px;
    line-height: 75%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    margin-bottom: 46px;
}.page__section-desc {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
}
.page__section-desc a {
    font-family: var(--font-family-4);
    color: var(--middle-blue);
    text-decoration: none;
}.page__sale  section:last-child {
    padding-top: 170px;
}
@media (max-width: 767.98px){
    .page__sale  section:last-child {
        padding-top: 3rem;
    }
}.page__actions {
    padding-bottom: 140px;
}
@media (max-width: 768px){
    .page__actions {
        padding-bottom: 80px;
    }
}.page_gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaf4fe",GradientType=1);
}
.page_gradient + .footer > .bg {
    background-color: #eaf4fe;
}.page__title {
    margin-bottom: 46px;
}
@media (max-width: 768px) {
    .page__title {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}.page__section {
    margin-bottom: 70px;
}
.page__section:last-child {
    margin-bottom: 0px;
    padding-bottom: 140px;
}
.page__section .container {
    max-width: 1290px;
}
.is-sticky > .page__section {
    background-color: #ffffff;
    z-index: 100;
}
@media (max-width: 992px) {
    .is-sticky > .page__section {
        top:75px !important;
    }
}.page__section-title {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 40px;
    line-height: 75%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    margin-bottom: 46px;
}.page__section-desc {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
}
.page__section-desc a {
    font-family: var(--font-family-4);
    color: var(--middle-blue);
    text-decoration: none;
}.page__sale  section:last-child {
    padding-top: 170px;
}
@media (max-width: 767.98px){
    .page__sale  section:last-child {
        padding-top: 3rem;
    }
}
.breadcrumbs__block {
    margin-top: 12px;
    margin-bottom: 40px;
}.breadcrumbs__block {
    margin-top: 12px;
    margin-bottom: 40px;
}.breadcrumbs__block {
    margin-top: 12px;
    margin-bottom: 40px;
}.breadcrumbs__block {
    margin-top: 12px;
    margin-bottom: 40px;
}.breadcrumbs-list__block {
    list-style: none;
    margin:0;
    padding:0;
    gap:25px;
}.breadcrumbs-list__li {
    margin:0;
    padding: 0;
    position: relative;
}
.breadcrumbs-list__li * {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--middle-grey);
    text-decoration: none;
}
.breadcrumbs-list__li:after {
    content: "\2013";
    position: absolute;
    left: calc(100% + 8px);
    color: var(--middle-grey);
    line-height: 27px;
}
.breadcrumbs-list__li:last-child::after {
    content: none;
}.breadcrumbs-list__block {
    list-style: none;
    margin:0;
    padding:0;
    gap:25px;
}.breadcrumbs-list__li {
    margin:0;
    padding: 0;
    position: relative;
}
.breadcrumbs-list__li * {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--middle-grey);
    text-decoration: none;
}
.breadcrumbs-list__li:after {
    content: "\2013";
    position: absolute;
    left: calc(100% + 8px);
    color: var(--middle-grey);
    line-height: 27px;
}
.breadcrumbs-list__li:last-child::after {
    content: none;
}.breadcrumbs-list__block {
    list-style: none;
    margin:0;
    padding:0;
    gap:25px;
}.breadcrumbs-list__li {
    margin:0;
    padding: 0;
    position: relative;
}
.breadcrumbs-list__li * {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--middle-grey);
    text-decoration: none;
}
.breadcrumbs-list__li:after {
    content: "\2013";
    position: absolute;
    left: calc(100% + 8px);
    color: var(--middle-grey);
    line-height: 27px;
}
.breadcrumbs-list__li:last-child::after {
    content: none;
}.section-banner__block {
    min-height: 160px;
    background: url("/local/templates/scnew/css/section-banner.png") no-repeat center center;
    background-size: cover;
    border-radius: 25px;
}
@media (max-width: 768px) {
    .section-banner__block {
        min-height: 280px;
    }
}.section-banner__text {
    font-family: var(--font-family-3);
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .section-banner__text {
        font-size: 40px;
        line-height: 120%;
    }
}.section-banner__block {
    min-height: 160px;
    background: url("/local/templates/scnew/css/section-banner.png") no-repeat center center;
    background-size: cover;
    border-radius: 25px;
}
@media (max-width: 768px) {
    .section-banner__block {
        min-height: 280px;
    }
}.section-banner__text {
    font-family: var(--font-family-3);
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .section-banner__text {
        font-size: 40px;
        line-height: 120%;
    }
}.section-banner__block {
    min-height: 160px;
    background: url("/local/templates/scnew/css/section-banner.png") no-repeat center center;
    background-size: cover;
    border-radius: 25px;
}
@media (max-width: 768px) {
    .section-banner__block {
        min-height: 280px;
    }
}.section-banner__text {
    font-family: var(--font-family-3);
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .section-banner__text {
        font-size: 40px;
        line-height: 120%;
    }
}@media (max-width: 768px){

}


/* Styles */
.input {
    all: unset;
    box-sizing: border-box;
}.input__element {
    border-radius: 55px;
    width: 100%;
    height: 46px;
    background: var(--light-grey);
    padding: 12px 23px;
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__element::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #232323;
}
.input__element:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #232323;
    opacity:  1;
}
.input__element::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #232323;
    opacity:  1;
}
.input__element:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #232323;
}
.input__element::-ms-input-placeholder { /* Microsoft Edge */
    color:    #232323;
}
.input__element::placeholder { /* Most modern browsers support this now. */
    color:    #232323;
}
.input__element[name="date"] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.54688 0.709719C3.54688 0.317752 3.86463 0 4.25659 0C4.64856 0 4.96631 0.317752 4.96631 0.709719V1.41943H12.7737V0.709719C12.7737 0.317752 13.0914 0 13.4834 0C13.8753 0 14.1931 0.317752 14.1931 0.709719V1.41943H14.9706C16.4994 1.41943 17.743 2.66306 17.743 4.19178V11.3555C17.743 11.7383 17.4327 12.0486 17.0499 12.0486C16.6671 12.0486 16.3568 11.7383 16.3568 11.3555V7.09719H1.38617V14.2277C1.38617 14.9919 2.00805 15.6138 2.77234 15.6138H14.9706C15.7349 15.6138 16.3568 14.9919 16.3568 14.2277C16.3568 13.8448 16.6671 13.5346 17.0499 13.5346C17.4327 13.5346 17.743 13.8448 17.743 14.2277C17.743 15.7564 16.4994 17 14.9706 17H2.77234C1.24363 17 0 15.7564 0 14.2277V4.19178C0 2.66306 1.24363 1.41943 2.77234 1.41943H3.54688V0.709719ZM12.7737 2.8056V3.5486C12.7737 3.94056 13.0914 4.25832 13.4834 4.25832C13.8753 4.25832 14.1931 3.94056 14.1931 3.5486V2.8056H14.9706C15.7349 2.8056 16.3568 3.42749 16.3568 4.19178V5.71102H1.38617V4.19178C1.38617 3.42749 2.00805 2.8056 2.77234 2.8056H3.54688V3.5486C3.54688 3.94056 3.86463 4.25832 4.25659 4.25832C4.64856 4.25832 4.96631 3.94056 4.96631 3.5486V2.8056H12.7737ZM5.75261 10.8787C5.75261 10.4958 5.44235 10.1856 5.05952 10.1856H4.17515C3.79233 10.1856 3.48206 10.4958 3.48206 10.8787V11.7104C3.48206 12.0932 3.79233 12.4035 4.17515 12.4035H5.05952C5.44235 12.4035 5.75261 12.0932 5.75261 11.7104V10.8787ZM10.0775 10.8787C10.0775 10.4958 9.7672 10.1856 9.38438 10.1856H8.5C8.11718 10.1856 7.80691 10.4958 7.80691 10.8787V11.7104C7.80691 12.0932 8.11718 12.4035 8.5 12.4035H9.38438C9.7672 12.4035 10.0775 12.0932 10.0775 11.7104V10.8787ZM13.5013 10.1856C13.8841 10.1856 14.1944 10.4958 14.1944 10.8787V11.7104C14.1944 12.0932 13.8841 12.4035 13.5013 12.4035H12.6169C12.2341 12.4035 11.9238 12.0932 11.9238 11.7104V10.8787C11.9238 10.4958 12.2341 10.1856 12.6169 10.1856H13.5013Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}.input__element_textarea {
    min-height: 90px;
    border-radius: 20px;
}.input__element_white {
    background: #ffffff;
}.input__accordion + label + div {
    opacity: 0;
    visibility: collapse;
    height: 0;
    transition: all 500ms linear;
}
.input__accordion:checked + label + div {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 1.5rem;
}.input__tab {
    display: none;
}.input__radio input[type="radio"] {
    opacity: 0;
    height: 0;
    width: 0;
}
.input__radio {
    position: relative;
    display: flex;
}
.input__radio div{
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__radio:before {
    content:"";
    position: relative;
    display: block;
    border-radius: 30px;
    width: 26px;
    height: 26px;
    background: var(--light-grey);
    margin-right: 14px;
    flex-shrink: 0;
}
.input__radio:has(input[type="radio"]:checked)::before {
    background: #d4e5f6;
}
.input__radio:has(input[type="radio"]:checked)::after {
    content:"";
    position: absolute;
    left:7px;
    top:7px;
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: var(--middle-blue);
}
.input__file {
    border-radius: 20px;
    height:110px;
    background: #d4e5f6;
}
.input__file .text__title {
    font-size: 15px;
    line-height: 160%;
}
.input__file .text__title_desc {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: -0.01em;
}
.input__file input[type=file] {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}.input__element {
    border-radius: 55px;
    width: 100%;
    height: 46px;
    background: var(--light-grey);
    padding: 12px 23px;
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__element::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #232323;
}
.input__element:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #232323;
    opacity:  1;
}
.input__element::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #232323;
    opacity:  1;
}
.input__element:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #232323;
}
.input__element::-ms-input-placeholder { /* Microsoft Edge */
    color:    #232323;
}
.input__element::placeholder { /* Most modern browsers support this now. */
    color:    #232323;
}
.input__element[name="date"] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.54688 0.709719C3.54688 0.317752 3.86463 0 4.25659 0C4.64856 0 4.96631 0.317752 4.96631 0.709719V1.41943H12.7737V0.709719C12.7737 0.317752 13.0914 0 13.4834 0C13.8753 0 14.1931 0.317752 14.1931 0.709719V1.41943H14.9706C16.4994 1.41943 17.743 2.66306 17.743 4.19178V11.3555C17.743 11.7383 17.4327 12.0486 17.0499 12.0486C16.6671 12.0486 16.3568 11.7383 16.3568 11.3555V7.09719H1.38617V14.2277C1.38617 14.9919 2.00805 15.6138 2.77234 15.6138H14.9706C15.7349 15.6138 16.3568 14.9919 16.3568 14.2277C16.3568 13.8448 16.6671 13.5346 17.0499 13.5346C17.4327 13.5346 17.743 13.8448 17.743 14.2277C17.743 15.7564 16.4994 17 14.9706 17H2.77234C1.24363 17 0 15.7564 0 14.2277V4.19178C0 2.66306 1.24363 1.41943 2.77234 1.41943H3.54688V0.709719ZM12.7737 2.8056V3.5486C12.7737 3.94056 13.0914 4.25832 13.4834 4.25832C13.8753 4.25832 14.1931 3.94056 14.1931 3.5486V2.8056H14.9706C15.7349 2.8056 16.3568 3.42749 16.3568 4.19178V5.71102H1.38617V4.19178C1.38617 3.42749 2.00805 2.8056 2.77234 2.8056H3.54688V3.5486C3.54688 3.94056 3.86463 4.25832 4.25659 4.25832C4.64856 4.25832 4.96631 3.94056 4.96631 3.5486V2.8056H12.7737ZM5.75261 10.8787C5.75261 10.4958 5.44235 10.1856 5.05952 10.1856H4.17515C3.79233 10.1856 3.48206 10.4958 3.48206 10.8787V11.7104C3.48206 12.0932 3.79233 12.4035 4.17515 12.4035H5.05952C5.44235 12.4035 5.75261 12.0932 5.75261 11.7104V10.8787ZM10.0775 10.8787C10.0775 10.4958 9.7672 10.1856 9.38438 10.1856H8.5C8.11718 10.1856 7.80691 10.4958 7.80691 10.8787V11.7104C7.80691 12.0932 8.11718 12.4035 8.5 12.4035H9.38438C9.7672 12.4035 10.0775 12.0932 10.0775 11.7104V10.8787ZM13.5013 10.1856C13.8841 10.1856 14.1944 10.4958 14.1944 10.8787V11.7104C14.1944 12.0932 13.8841 12.4035 13.5013 12.4035H12.6169C12.2341 12.4035 11.9238 12.0932 11.9238 11.7104V10.8787C11.9238 10.4958 12.2341 10.1856 12.6169 10.1856H13.5013Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}.input__element_textarea {
    min-height: 90px;
    border-radius: 20px;
}.input__element_white {
    background: #ffffff;
}.input__accordion + label + div {
    opacity: 0;
    visibility: collapse;
    height: 0;
    transition: all 500ms linear;
}
.input__accordion:checked + label + div {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 1.5rem;
}.input__tab {
    display: none;
}.input__radio input[type="radio"] {
    opacity: 0;
    height: 0;
    width: 0;
}
.input__radio {
    position: relative;
    display: flex;
}
.input__radio div{
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__radio:before {
    content:"";
    position: relative;
    display: block;
    border-radius: 30px;
    width: 26px;
    height: 26px;
    background: var(--light-grey);
    margin-right: 14px;
    flex-shrink: 0;
}
.input__radio:has(input[type="radio"]:checked)::before {
    background: #d4e5f6;
}
.input__radio:has(input[type="radio"]:checked)::after {
    content:"";
    position: absolute;
    left:7px;
    top:7px;
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: var(--middle-blue);
}
.input__file {
    border-radius: 20px;
    height:110px;
    background: #d4e5f6;
}
.input__file .text__title {
    font-size: 15px;
    line-height: 160%;
}
.input__file .text__title_desc {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: -0.01em;
}
.input__file input[type=file] {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}.input__element {
    border-radius: 55px;
    width: 100%;
    height: 46px;
    background: var(--light-grey);
    padding: 12px 23px;
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__element::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #232323;
}
.input__element:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #232323;
    opacity:  1;
}
.input__element::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #232323;
    opacity:  1;
}
.input__element:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #232323;
}
.input__element::-ms-input-placeholder { /* Microsoft Edge */
    color:    #232323;
}
.input__element::placeholder { /* Most modern browsers support this now. */
    color:    #232323;
}
.input__element[name="date"] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.54688 0.709719C3.54688 0.317752 3.86463 0 4.25659 0C4.64856 0 4.96631 0.317752 4.96631 0.709719V1.41943H12.7737V0.709719C12.7737 0.317752 13.0914 0 13.4834 0C13.8753 0 14.1931 0.317752 14.1931 0.709719V1.41943H14.9706C16.4994 1.41943 17.743 2.66306 17.743 4.19178V11.3555C17.743 11.7383 17.4327 12.0486 17.0499 12.0486C16.6671 12.0486 16.3568 11.7383 16.3568 11.3555V7.09719H1.38617V14.2277C1.38617 14.9919 2.00805 15.6138 2.77234 15.6138H14.9706C15.7349 15.6138 16.3568 14.9919 16.3568 14.2277C16.3568 13.8448 16.6671 13.5346 17.0499 13.5346C17.4327 13.5346 17.743 13.8448 17.743 14.2277C17.743 15.7564 16.4994 17 14.9706 17H2.77234C1.24363 17 0 15.7564 0 14.2277V4.19178C0 2.66306 1.24363 1.41943 2.77234 1.41943H3.54688V0.709719ZM12.7737 2.8056V3.5486C12.7737 3.94056 13.0914 4.25832 13.4834 4.25832C13.8753 4.25832 14.1931 3.94056 14.1931 3.5486V2.8056H14.9706C15.7349 2.8056 16.3568 3.42749 16.3568 4.19178V5.71102H1.38617V4.19178C1.38617 3.42749 2.00805 2.8056 2.77234 2.8056H3.54688V3.5486C3.54688 3.94056 3.86463 4.25832 4.25659 4.25832C4.64856 4.25832 4.96631 3.94056 4.96631 3.5486V2.8056H12.7737ZM5.75261 10.8787C5.75261 10.4958 5.44235 10.1856 5.05952 10.1856H4.17515C3.79233 10.1856 3.48206 10.4958 3.48206 10.8787V11.7104C3.48206 12.0932 3.79233 12.4035 4.17515 12.4035H5.05952C5.44235 12.4035 5.75261 12.0932 5.75261 11.7104V10.8787ZM10.0775 10.8787C10.0775 10.4958 9.7672 10.1856 9.38438 10.1856H8.5C8.11718 10.1856 7.80691 10.4958 7.80691 10.8787V11.7104C7.80691 12.0932 8.11718 12.4035 8.5 12.4035H9.38438C9.7672 12.4035 10.0775 12.0932 10.0775 11.7104V10.8787ZM13.5013 10.1856C13.8841 10.1856 14.1944 10.4958 14.1944 10.8787V11.7104C14.1944 12.0932 13.8841 12.4035 13.5013 12.4035H12.6169C12.2341 12.4035 11.9238 12.0932 11.9238 11.7104V10.8787C11.9238 10.4958 12.2341 10.1856 12.6169 10.1856H13.5013Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}.input__element_textarea {
    min-height: 90px;
    border-radius: 20px;
}.input__element_white {
    background: #ffffff;
}.input__accordion + label + div {
    opacity: 0;
    visibility: collapse;
    height: 0;
    transition: all 500ms linear;
}
.input__accordion:checked + label + div {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 1.5rem;
}.input__tab {
    display: none;
}.input__radio input[type="radio"] {
    opacity: 0;
    height: 0;
    width: 0;
}
.input__radio {
    position: relative;
    display: flex;
}
.input__radio div{
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__radio:before {
    content:"";
    position: relative;
    display: block;
    border-radius: 30px;
    width: 26px;
    height: 26px;
    background: var(--light-grey);
    margin-right: 14px;
    flex-shrink: 0;
}
.input__radio:has(input[type="radio"]:checked)::before {
    background: #d4e5f6;
}
.input__radio:has(input[type="radio"]:checked)::after {
    content:"";
    position: absolute;
    left:7px;
    top:7px;
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: var(--middle-blue);
}
.input__file {
    border-radius: 20px;
    height:110px;
    background: #d4e5f6;
}
.input__file .text__title {
    font-size: 15px;
    line-height: 160%;
}
.input__file .text__title_desc {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: -0.01em;
}
.input__file input[type=file] {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}
.label {
    cursor: pointer;
}.label__accordion {
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
}
.input__accordion:checked + .label__accordion {
    margin-bottom: 20px;
}
.input__accordion + .label__accordion:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 7L0.266744 1.61605C-0.0889145 1.25016 -0.0889145 0.640324 0.266744 0.274424C0.622402 -0.0914748 1.21517 -0.0914748 1.57082 0.274424L5.5 4.31674L9.42918 0.274424C9.78483 -0.0914748 10.3776 -0.0914748 10.7333 0.274424C11.0889 0.640324 11.0889 1.25016 10.7333 1.61605L5.5 7Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    right: calc(100% + 15px);
    width: 11px;
    height: 100%;
    transition: all 500ms linear;
}
.input__accordion:checked + .label__accordion:before {
    transform: rotate(180deg);
}
@media (max-width: 992px) {
    .label__accordion {
        padding:22px;
    }
    .input__accordion + .label__accordion:before {
        right: calc(100% - 10px);
    }
}
@media (max-width: 768px) {
    .input__accordion + .label__accordion:before {
        width: 100%;
        height: 11px;
        top: unset;
        bottom: 25px;
        right:0;
    }
}.input__accordion + .label__accordion.label__accordion_repear:before {
    top: 0;
    width: 11px;
    height: 100%;
    right: calc(100% - 10px);
}.label__delivery-tabs {
    display: inline-block;
    margin-right: 16px;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--middle-grey);
}
.input__tab:checked + .label__delivery-tabs {
    color: var(--middle-blue);
    border-bottom: 2px solid var(--middle-blue);
}
@media(max-width: 992px){
    .label__delivery-tabs {
        margin-bottom: 8px;
        padding: 0.5rem 0.75rem;
        border-radius: 20px;
        background-color: #D4E5F6;
        border-bottom: unset !important;
    }
    .input__tab:checked + .label__delivery-tabs {
        background-color: var(--middle-blue);
        color: white;
    }
}.label__show-more {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all linear 1s;
}
input.input__show-more:checked ~ .label__show-more {
    display: flex;
    opacity: 1;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    height:150px;
    visibility: unset;
}
.label__show-more span {
    text-align: center;
    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);
}.label__accordion {
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
}
.input__accordion:checked + .label__accordion {
    margin-bottom: 20px;
}
.input__accordion + .label__accordion:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 7L0.266744 1.61605C-0.0889145 1.25016 -0.0889145 0.640324 0.266744 0.274424C0.622402 -0.0914748 1.21517 -0.0914748 1.57082 0.274424L5.5 4.31674L9.42918 0.274424C9.78483 -0.0914748 10.3776 -0.0914748 10.7333 0.274424C11.0889 0.640324 11.0889 1.25016 10.7333 1.61605L5.5 7Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    right: calc(100% + 15px);
    width: 11px;
    height: 100%;
    transition: all 500ms linear;
}
.input__accordion:checked + .label__accordion:before {
    transform: rotate(180deg);
}
@media (max-width: 992px) {
    .label__accordion {
        padding:22px;
    }
    .input__accordion + .label__accordion:before {
        right: calc(100% - 10px);
    }
}
@media (max-width: 768px) {
    .input__accordion + .label__accordion:before {
        width: 100%;
        height: 11px;
        top: unset;
        bottom: 25px;
        right:0;
    }
}.label__accordion_faq {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    width: 100%;
}
.label__accordion_faq:before {
    content: unset !important;
}
.label__accordion_faq:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.65821 10.0727C1.07735 10.0727 0.606475 9.60179 0.606475 9.02094C0.606475 8.44008 1.07735 7.96921 1.65821 7.96921L7.96786 7.96921L7.96786 1.65883C7.96786 1.07797 8.43873 0.607094 9.01959 0.607094C9.60044 0.607094 10.0713 1.07797 10.0713 1.65883L10.0713 7.96921L16.7253 7.96921C17.3062 7.96921 17.7771 8.44008 17.7771 9.02094C17.7771 9.60179 17.3062 10.0727 16.7253 10.0727H10.0713L10.0713 16.726C10.0713 17.3068 9.60044 17.7777 9.01959 17.7777C8.43873 17.7777 7.96786 17.3068 7.96786 16.726L7.96786 10.0727L1.65821 10.0727Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 100%;
    transition: all 500ms linear;
}
input.input__accordion:checked + .label__accordion_faq {
    color: var(--middle-blue);
}
input.input__accordion:checked + .label__accordion_faq:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='4' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.606108 2.0207C0.606108 2.60155 1.07698 3.07243 1.65784 3.07243L16.725 3.07243C17.3058 3.07243 17.7767 2.60155 17.7767 2.0207C17.7767 1.43984 17.3058 0.968964 16.725 0.968964L1.65784 0.968964C1.07698 0.968964 0.606108 1.43984 0.606108 2.0207Z' fill='%230B61B7' /%3e%3c/svg%3e");
}

@media (max-width: 978px) {
    .label__accordion_faq {
        padding: 0px;
        padding-right: 40px;
        font-size: 20px;
    }
}.input__accordion + .label__accordion.label__accordion_repear:before {
    top: 0;
    width: 11px;
    height: 100%;
    right: calc(100% - 10px);
}.label__delivery-tabs {
    display: inline-block;
    margin-right: 16px;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--middle-grey);
}
.input__tab:checked + .label__delivery-tabs {
    color: var(--middle-blue);
    border-bottom: 2px solid var(--middle-blue);
}
@media(max-width: 992px){
    .label__delivery-tabs {
        margin-bottom: 8px;
        padding: 0.5rem 0.75rem;
        border-radius: 20px;
        background-color: #D4E5F6;
        border-bottom: unset !important;
    }
    .input__tab:checked + .label__delivery-tabs {
        background-color: var(--middle-blue);
        color: white;
    }
}.label__show-more {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all linear 1s;
}
input.input__show-more:checked ~ .label__show-more {
    display: flex;
    opacity: 1;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    height:150px;
    visibility: unset;
}
.label__show-more span {
    text-align: center;
    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);
}.label__accordion {
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
}
.input__accordion:checked + .label__accordion {
    margin-bottom: 20px;
}
.input__accordion + .label__accordion:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 7L0.266744 1.61605C-0.0889145 1.25016 -0.0889145 0.640324 0.266744 0.274424C0.622402 -0.0914748 1.21517 -0.0914748 1.57082 0.274424L5.5 4.31674L9.42918 0.274424C9.78483 -0.0914748 10.3776 -0.0914748 10.7333 0.274424C11.0889 0.640324 11.0889 1.25016 10.7333 1.61605L5.5 7Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    right: calc(100% + 15px);
    width: 11px;
    height: 100%;
    transition: all 500ms linear;
}
.input__accordion:checked + .label__accordion:before {
    transform: rotate(180deg);
}
@media (max-width: 992px) {
    .label__accordion {
        padding:22px;
    }
    .input__accordion + .label__accordion:before {
        right: calc(100% - 10px);
    }
}
@media (max-width: 768px) {
    .input__accordion + .label__accordion:before {
        width: 100%;
        height: 11px;
        top: unset;
        bottom: 25px;
        right:0;
    }
}.label__accordion_faq {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    width: 100%;
}
.label__accordion_faq:before {
    content: unset !important;
}
.label__accordion_faq:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.65821 10.0727C1.07735 10.0727 0.606475 9.60179 0.606475 9.02094C0.606475 8.44008 1.07735 7.96921 1.65821 7.96921L7.96786 7.96921L7.96786 1.65883C7.96786 1.07797 8.43873 0.607094 9.01959 0.607094C9.60044 0.607094 10.0713 1.07797 10.0713 1.65883L10.0713 7.96921L16.7253 7.96921C17.3062 7.96921 17.7771 8.44008 17.7771 9.02094C17.7771 9.60179 17.3062 10.0727 16.7253 10.0727H10.0713L10.0713 16.726C10.0713 17.3068 9.60044 17.7777 9.01959 17.7777C8.43873 17.7777 7.96786 17.3068 7.96786 16.726L7.96786 10.0727L1.65821 10.0727Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 100%;
    transition: all 500ms linear;
}
input.input__accordion:checked + .label__accordion_faq {
    color: var(--middle-blue);
}
input.input__accordion:checked + .label__accordion_faq:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='4' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.606108 2.0207C0.606108 2.60155 1.07698 3.07243 1.65784 3.07243L16.725 3.07243C17.3058 3.07243 17.7767 2.60155 17.7767 2.0207C17.7767 1.43984 17.3058 0.968964 16.725 0.968964L1.65784 0.968964C1.07698 0.968964 0.606108 1.43984 0.606108 2.0207Z' fill='%230B61B7' /%3e%3c/svg%3e");
}

@media (max-width: 978px) {
    .label__accordion_faq {
        padding: 0px;
        padding-right: 40px;
        font-size: 20px;
    }
}.input__accordion + .label__accordion.label__accordion_repear:before {
    top: 0;
    width: 11px;
    height: 100%;
    right: calc(100% - 10px);
}.label__delivery-tabs {
    display: inline-block;
    margin-right: 16px;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--middle-grey);
}
.input__tab:checked + .label__delivery-tabs {
    color: var(--middle-blue);
    border-bottom: 2px solid var(--middle-blue);
}
@media(max-width: 992px){
    .label__delivery-tabs {
        margin-bottom: 8px;
        padding: 0.5rem 0.75rem;
        border-radius: 20px;
        background-color: #D4E5F6;
        border-bottom: unset !important;
    }
    .input__tab:checked + .label__delivery-tabs {
        background-color: var(--middle-blue);
        color: white;
    }
}.label__show-more {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all linear 1s;
}
input.input__show-more:checked ~ .label__show-more {
    display: flex;
    opacity: 1;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    height:150px;
    visibility: unset;
}
.label__show-more span {
    text-align: center;
    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);
}
.payment-type__content {
    display: flex;
    flex-direction: column;
    gap:20px;
    margin-bottom: 40px;
}
.delivery-type__content{
    display: block;
}
.payment-type__block {
    background: #eaf4fe;
    border-radius: 25px;
    overflow: hidden;
    min-height: 140px;
    padding: 40px 40px 36px 65px;
}
.payment-type__block:has(input.input__accordion:checked){
    background: #d4e5f6;
}
@media (max-width: 768px) {
    .payment-type__block {
        padding: 22px 25px 40px 22px;
        min-height: 210px;
        position: relative;
    }
    .payment-type__block .label__accordion {
        position: unset;
        padding: 0px;
    }
}.payment-type__icon {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-right: 30px;
    margin-left: 25px;
    width: 90px;
}
@media (max-width: 978px) {
    .payment-type__icon {
        margin:0;
        width: 100%;
        height: 30px;
        justify-content: start;
        margin-bottom: 20px;
    }
    .payment-type__icon svg {
        max-height: 100%;
    }
}.payment-type__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: 10px;
}.payment-type__prev-text {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}
.payment-type__prev-text a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--middle-blue);
}.payment-type__description-text {
    padding-left: 145px;
}
@media (max-width: 978px) {
    .payment-type__description-text {
        padding:0px;
    }
}.payment-type__content {
    display: flex;
    flex-direction: column;
    gap:20px;
}.payment-type__block {
    background: #eaf4fe;
    border-radius: 25px;
    overflow: hidden;
    min-height: 140px;
    padding: 40px 40px 36px 65px;
}
.payment-type__block:has(input.input__accordion:checked){
    background: #d4e5f6;
}
@media (max-width: 768px) {
    .payment-type__block {
        padding: 22px 25px 40px 22px;
        min-height: 210px;
        position: relative;
    }
    .payment-type__block .label__accordion {
        position: unset;
        padding: 0px;
    }
}.payment-type__icon {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-right: 30px;
    margin-left: 25px;
    width: 90px;
}
@media (max-width: 978px) {
    .payment-type__icon {
        margin:0;
        width: 100%;
        height: 30px;
        justify-content: start;
        margin-bottom: 20px;
    }
    .payment-type__icon svg {
        max-height: 100%;
    }
}.payment-type__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: 10px;
}.payment-type__prev-text {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}
.payment-type__prev-text a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--middle-blue);
}.payment-type__description-text {
    padding-left: 145px;
}
@media (max-width: 978px) {
    .payment-type__description-text {
        padding:0px;
    }
}.payment-type__content {
    display: flex;
    flex-direction: column;
    gap:20px;
}.payment-type__block {
    background: #eaf4fe;
    border-radius: 25px;
    overflow: hidden;
    min-height: 140px;
    padding: 40px 40px 36px 65px;
}
.payment-type__block:has(input.input__accordion:checked){
    background: #d4e5f6;
}
@media (max-width: 768px) {
    .payment-type__block {
        padding: 22px 25px 40px 22px;
        min-height: 210px;
        position: relative;
    }
    .payment-type__block .label__accordion {
        position: unset;
        padding: 0px;
    }
}.payment-type__icon {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-right: 30px;
    margin-left: 25px;
    width: 90px;
}
@media (max-width: 978px) {
    .payment-type__icon {
        margin:0;
        width: 100%;
        height: 30px;
        justify-content: start;
        margin-bottom: 20px;
    }
    .payment-type__icon svg {
        max-height: 100%;
    }
}.payment-type__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: 10px;
}.payment-type__prev-text {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}
.payment-type__prev-text a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--middle-blue);
}.payment-type__description-text {
    padding-left: 145px;
}
@media (max-width: 978px) {
    .payment-type__description-text {
        padding:0px;
    }
}.faq__block {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 46px;
}.faq__item {
    padding: 24px 40px 20px 40px;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.faq__item:has(input.input__accordion:checked) {
    background-color: #d4e5f6;
}
@media (max-width: 978px) {
    .faq__item {
        padding: 14px 25px 11px;
    }
}.faq__answer {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}.faq__block {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 46px;
}.faq__item {
    padding: 24px 40px 20px 40px;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.faq__item:has(input.input__accordion:checked) {
    background-color: #d4e5f6;
}
@media (max-width: 978px) {
    .faq__item {
        padding: 14px 25px 11px;
    }
}.faq__answer {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}.faq__block {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 46px;
}.faq__item {
    padding: 24px 40px 20px 40px;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.faq__item:has(input.input__accordion:checked) {
    background-color: #d4e5f6;
}
@media (max-width: 978px) {
    .faq__item {
        padding: 14px 25px 11px;
    }
}.faq__answer {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}.btn-sup__sup {
    padding: 0 30px;
    height: 60px;
    border-radius: 60px;
    cursor: pointer;
    color: #ffffff;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
    min-width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.compare-block__elem-btn .btn-sup__sup {
    min-width: unset;
    width: 100%;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #fff;
    height: 50px;
    padding: 0 25px;
}
@media (max-width: 992px) {
    .btn-sup__sup {
        font-size: 16px;
        height: 50px;
    }
}.btn-sup__sup_orange {
    background: var(--orange);
}.btn-sup__telegram {
    background: var(--blue);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.06305 10.4634L6.7653 14.6515C7.19131 14.6515 7.37581 14.4685 7.59707 14.2488L9.59437 12.34L13.733 15.3708C14.492 15.7938 15.0267 15.5711 15.2315 14.6725L17.9481 1.94324L17.9488 1.94249C18.1896 0.820458 17.5431 0.381698 16.8035 0.656954L0.835653 6.77035C-0.254123 7.19336 -0.237622 7.80088 0.650399 8.07613L4.73275 9.34591L14.2152 3.41252C14.6615 3.11701 15.0672 3.28052 14.7335 3.57602L7.06305 10.4634Z' fill='white' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__share {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6875 5.5C15.654 5.5 16.4375 4.7165 16.4375 3.75C16.4375 2.7835 15.654 2 14.6875 2C13.721 2 12.9375 2.7835 12.9375 3.75C12.9375 4.7165 13.721 5.5 14.6875 5.5ZM14.6875 7.5C16.7586 7.5 18.4375 5.82107 18.4375 3.75C18.4375 1.67893 16.7586 0 14.6875 0C12.6164 0 10.9375 1.67893 10.9375 3.75C10.9375 3.95847 10.9545 4.16296 10.9872 4.36217L6.12763 7.09997C5.48054 6.56882 4.6525 6.25 3.75 6.25C1.67893 6.25 0 7.92893 0 10C0 12.0711 1.67893 13.75 3.75 13.75C4.91506 13.75 5.95603 13.2187 6.64383 12.3852L11.1737 14.9372C11.021 15.3458 10.9375 15.7881 10.9375 16.25C10.9375 18.3211 12.6164 20 14.6875 20C16.7586 20 18.4375 18.3211 18.4375 16.25C18.4375 14.1789 16.7586 12.5 14.6875 12.5C13.808 12.5 12.9992 12.8028 12.3597 13.3098L7.46003 10.5494C7.48636 10.3701 7.5 10.1866 7.5 10C7.5 9.55939 7.42401 9.13653 7.28442 8.74381L11.8325 6.1815C12.5204 6.98834 13.5442 7.5 14.6875 7.5ZM14.6875 18C15.654 18 16.4375 17.2165 16.4375 16.25C16.4375 15.2835 15.654 14.5 14.6875 14.5C13.721 14.5 12.9375 15.2835 12.9375 16.25C12.9375 17.2165 13.721 18 14.6875 18ZM5.5 10C5.5 10.9665 4.7165 11.75 3.75 11.75C2.7835 11.75 2 10.9665 2 10C2 9.0335 2.7835 8.25 3.75 8.25C4.7165 8.25 5.5 9.0335 5.5 10Z' fill='%239D9DA3'/%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--light-grey);
    cursor: pointer;
}.btn-sup__sup-nav {
    border-radius: 20px;
    height: 40px;
    padding: 9px 19px;
    overflow: hidden;
    text-decoration: none;
    margin-right: 10px;
}.btn-sup__sup-nav_delete{
    padding-left: 42px;
}
.btn-sup__sup-nav_delete:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.6562 3.24219H12.9297V2.34375C12.9297 1.05141 11.8783 0 10.5859 0H7.85156C6.55922 0 5.50781 1.05141 5.50781 2.34375V3.24219H0.78125C0.349766 3.24219 0 3.59195 0 4.02344C0 4.45492 0.349766 4.80469 0.78125 4.80469H1.59031L2.54242 17.1479C2.5427 17.1515 2.54301 17.1552 2.54332 17.1588C2.61426 17.9371 2.97121 18.6559 3.5484 19.1829C4.12559 19.7098 4.87387 20 5.65539 20H12.7821C14.4097 20 15.7476 18.7878 15.8942 17.1804C15.9334 16.7506 15.6168 16.3705 15.1871 16.3314C14.757 16.2922 14.3773 16.6087 14.3381 17.0384C14.2654 17.8361 13.5965 18.4375 12.7821 18.4375H5.65539C4.84379 18.4375 4.1759 17.8293 4.0998 17.0218L3.15746 4.80469H15.28L14.6128 13.4555C14.5796 13.8857 14.9014 14.2614 15.3316 14.2946C15.3521 14.2961 15.3724 14.2969 15.3926 14.2969C15.7968 14.2969 16.1391 13.9854 16.1707 13.5757L16.8472 4.80469H17.6562C18.0877 4.80469 18.4375 4.45492 18.4375 4.02344C18.4375 3.59195 18.0877 3.24219 17.6562 3.24219ZM11.3672 3.24219H7.07031V2.34375C7.07031 1.91297 7.42078 1.5625 7.85156 1.5625H10.5859C11.0167 1.5625 11.3672 1.91297 11.3672 2.34375V3.24219Z' fill='%239D9DA3' /%3e%3cpath d='M5.66904 6.36799C5.23798 6.38682 4.9038 6.7515 4.92263 7.1826L5.31326 16.1253C5.33158 16.5447 5.6774 16.8725 6.09318 16.8725C6.10466 16.8725 6.11627 16.8722 6.12787 16.8717C6.55892 16.8529 6.8931 16.4882 6.87427 16.0571L6.48365 7.11436C6.46482 6.68334 6.09943 6.34861 5.66904 6.36799Z' fill='%239D9DA3' /%3e%3cpath d='M11.9539 7.11435L11.5633 16.0571C11.5444 16.4881 11.8786 16.8529 12.3097 16.8717C12.3213 16.8722 12.3328 16.8725 12.3444 16.8725C12.7601 16.8725 13.106 16.5447 13.1243 16.1253L13.5149 7.18259C13.5337 6.75153 13.1995 6.38681 12.7685 6.36798C12.3381 6.34872 11.9727 6.68329 11.9539 7.11435Z' fill='%239D9DA3' /%3e%3cpath d='M8.4375 7.14844V16.0911C8.4375 16.5226 8.78727 16.8724 9.21875 16.8724C9.65023 16.8724 10 16.5226 10 16.0911V7.14844C10 6.71695 9.65023 6.36719 9.21875 6.36719C8.78727 6.36719 8.4375 6.71695 8.4375 7.14844Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: calc(100% - 35px);
    top:calc(50% - 10px);
}
@media (max-width: 768px) {
    .btn-sup__sup-nav_delete {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .btn-sup__sup-nav_delete:before {
        position: relative;
        top:unset;
        right: unset;
    }
}.btn-sup__sup-nav_grey {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--middle-grey);
    background: var(--light-grey);
}.btn-sup__sup-nav_arrow-back {
    padding-left: 36px;
}
.btn-sup__sup-nav_arrow-back:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6L5.38395 11.709C5.74984 12.097 6.35968 12.097 6.72558 11.709C7.09148 11.321 7.09148 10.6744 6.72558 10.2864L2.68326 6L6.72558 1.71363C7.09148 1.32564 7.09148 0.678984 6.72558 0.290993C6.35968 -0.0969977 5.74985 -0.0969977 5.38395 0.290993L0 6Z' fill='%239D9DA3' /%3e%3cpath d='M2 6C2 5.44772 2.44772 5 3 5H11C11.5523 5 12 5.44772 12 6C12 6.55229 11.5523 7 11 7H3C2.44772 7 2 6.55229 2 6Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    right: calc(100% - 29px);
    top:calc(50% - 6px);
}.btn-sup__sup-nav_archive {
    padding-left: 50px;
}
.btn-sup__sup-nav_archive:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.78571C0 0.799492 0.799492 0 1.78571 0H18.2143C19.2005 0 20 0.799492 20 1.78571V4.64286C20 5.50638 19.3871 6.22674 18.5725 6.39262V15.3571C18.5725 16.3434 17.7731 17.1429 16.7868 17.1429H3.2154C2.22918 17.1429 1.42969 16.3434 1.42969 15.3571V6.39308C0.614045 6.22806 0 5.50716 0 4.64286V1.78571ZM2.85826 6.42857H17.144V15.3571C17.144 15.5544 16.9841 15.7143 16.7868 15.7143H3.2154C3.01816 15.7143 2.85826 15.5544 2.85826 15.3571V6.42857ZM18.5714 4.64286C18.5714 4.8401 18.4115 5 18.2143 5H1.78571C1.58847 5 1.42857 4.8401 1.42857 4.64286V1.78571C1.42857 1.58847 1.58847 1.42857 1.78571 1.42857H18.2143C18.4115 1.42857 18.5714 1.58847 18.5714 1.78571V4.64286ZM7.85882 8.57144C7.46433 8.57144 7.14453 8.89124 7.14453 9.28573C7.14453 9.68022 7.46433 10 7.85882 10H12.1445C12.539 10 12.8588 9.68022 12.8588 9.28573C12.8588 8.89124 12.539 8.57144 12.1445 8.57144H7.85882Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    right: calc(100% - 36px);
    top: 0;
}.btn-sup__copy {
    background: #eaf4fe;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7836 10.6265C16.2151 10.6265 16.5649 10.2767 16.5649 9.84514V3.12546C16.5649 1.40207 15.1628 0 13.4395 0H6.25093C4.52851 0 3.12706 1.40051 3.12546 3.12257C1.40211 3.12257 0 4.52464 0 6.24803V16.8745C0 18.5979 1.40207 20 3.12546 20H10.7047C12.428 20 13.8301 18.5979 13.8301 16.8745V16.8508C15.3697 16.6579 16.5649 15.3406 16.5649 13.7497C16.5649 13.3181 16.2151 12.9683 15.7835 12.9683C15.352 12.9683 15.0022 13.3181 15.0022 13.7497C15.0022 14.6111 14.3013 15.3122 13.4398 15.3124L6.25128 15.3142H6.25093C5.83354 15.3142 5.44116 15.1517 5.14604 14.8565C4.85081 14.5614 4.68819 14.1689 4.68819 13.7514V3.12546C4.68819 2.26378 5.38925 1.56273 6.25093 1.56273H13.4395C14.3012 1.56273 15.0022 2.26378 15.0022 3.12546V9.84518C15.0022 10.2767 15.352 10.6265 15.7836 10.6265ZM6.25093 16.8768H6.25171L12.2674 16.8753C12.2669 17.7366 11.5661 18.4372 10.7047 18.4372H3.1255C2.26382 18.4372 1.56277 17.7361 1.56277 16.8745V6.24796C1.56277 5.38628 2.26382 4.68523 3.1255 4.68523V13.7514C3.1255 14.5863 3.4507 15.3713 4.04116 15.9616C4.63151 16.5519 5.41616 16.8768 6.25093 16.8768Z' fill='%230B61B7' /%3e%3cpath d='M12.6148 4.21936H7.0714C6.63984 4.21936 6.29004 4.56916 6.29004 5.00073C6.29004 5.43229 6.63984 5.78209 7.0714 5.78209H12.6148C13.0463 5.78209 13.3961 5.43229 13.3961 5.00073C13.3961 4.56916 13.0463 4.21936 12.6148 4.21936Z' fill='%230B61B7' /%3e%3cpath d='M12.6148 7.34473H7.0714C6.63984 7.34473 6.29004 7.69453 6.29004 8.12609C6.29004 8.55765 6.63984 8.90746 7.0714 8.90746H12.6148C13.0463 8.90746 13.3961 8.55765 13.3961 8.12609C13.3961 7.69453 13.0463 7.34473 12.6148 7.34473Z' fill='%230B61B7' /%3e%3cpath d='M9.45456 10.4702H7.0714C6.63984 10.4702 6.29004 10.82 6.29004 11.2516C6.29004 11.6831 6.63984 12.0329 7.0714 12.0329H9.45456C9.88613 12.0329 10.2359 11.6831 10.2359 11.2516C10.2359 10.82 9.88613 10.4702 9.45456 10.4702Z' fill='%230B61B7' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__whatsapp {
    background: #00bd00;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.65601 0.846191H8.65168C3.88017 0.846191 0 4.72744 0 9.50004C0 11.3931 0.610096 13.1476 1.64748 14.5723L0.56899 17.7872L3.89531 16.7238C5.2637 17.6303 6.89603 18.1539 8.65601 18.1539C13.4275 18.1539 17.3077 14.2716 17.3077 9.50004C17.3077 4.72852 13.4275 0.846191 8.65601 0.846191ZM13.6915 13.0665C13.4827 13.656 12.6541 14.145 11.9931 14.2878C11.541 14.3841 10.9504 14.4609 8.96214 13.6366C6.41899 12.583 4.78125 9.99871 4.65361 9.83105C4.53137 9.66338 3.62596 8.46266 3.62596 7.22083C3.62596 5.979 4.25661 5.37432 4.51082 5.1147C4.71959 4.9016 5.06466 4.80424 5.39567 4.80424C5.50276 4.80424 5.59904 4.80965 5.68558 4.81398C5.93978 4.8248 6.06743 4.83994 6.2351 5.24126C6.44387 5.74427 6.95228 6.98609 7.01286 7.11374C7.07452 7.24138 7.13618 7.41446 7.04964 7.58213C6.96851 7.75521 6.89711 7.83201 6.76947 7.97912C6.64183 8.12624 6.52067 8.23874 6.39303 8.39667C6.2762 8.53405 6.14423 8.68117 6.29135 8.93537C6.43846 9.18417 6.94687 10.0139 7.69543 10.6802C8.66142 11.5402 9.44459 11.8149 9.72476 11.9318C9.93353 12.0183 10.1823 11.9978 10.3349 11.8355C10.5285 11.6267 10.7675 11.2806 11.0109 10.9398C11.184 10.6953 11.4025 10.6651 11.6319 10.7516C11.8655 10.8327 13.1019 11.4439 13.3561 11.5705C13.6103 11.6981 13.778 11.7587 13.8397 11.8658C13.9002 11.9729 13.9002 12.4759 13.6915 13.0665Z' fill='white' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__vk {
    background-color: #48729e;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9483 9.75448C18.518 9.20844 18.0256 8.71578 17.5527 8.23954C17.386 8.07121 17.2115 7.89468 17.0409 7.72224C16.5602 7.22137 16.5408 7.03662 16.9246 6.47006C17.1882 6.08004 17.4674 5.69001 17.7387 5.3082C17.983 4.96334 18.2388 4.61026 18.4831 4.25308L18.5335 4.17918C18.9987 3.49767 19.4794 2.79152 19.7352 1.94167C19.8011 1.71587 19.8709 1.38743 19.712 1.11236C19.553 0.83729 19.2429 0.751074 19.0219 0.714125C18.9134 0.693597 18.8048 0.693597 18.7079 0.693597L15.6608 0.689492H15.6337C15.1724 0.689492 14.8622 0.919401 14.6839 1.39154C14.5133 1.84314 14.3272 2.32349 14.114 2.78331C13.6915 3.69473 13.1526 4.74574 12.3734 5.62022L12.3424 5.65717C12.2493 5.75981 12.1447 5.87887 12.071 5.87887C12.0594 5.87887 12.0477 5.87476 12.0322 5.87066C11.8694 5.80497 11.7609 5.39031 11.7686 5.19735C11.7686 5.19324 11.7686 5.19324 11.7686 5.18914L11.7647 1.46543C11.7647 1.45312 11.7647 1.4408 11.7609 1.42848C11.6833 0.820868 11.5128 0.44316 10.8615 0.311784C10.846 0.307678 10.8266 0.307678 10.8072 0.307678H7.63605C7.12045 0.307678 6.83357 0.529376 6.56608 0.861923C6.49242 0.952245 6.34511 1.13699 6.41876 1.35869C6.4963 1.58449 6.74053 1.63376 6.81806 1.65018C7.21349 1.72819 7.43834 1.98684 7.50036 2.43434C7.61279 3.21439 7.62442 4.0437 7.54301 5.04955C7.51975 5.32873 7.4771 5.54632 7.39957 5.73107C7.38406 5.77212 7.32203 5.91582 7.26001 5.91582C7.24062 5.91582 7.18247 5.90761 7.0778 5.83371C6.84132 5.65306 6.66299 5.39852 6.45365 5.0824C5.74034 4.01496 5.13945 2.84078 4.62385 1.48596C4.43001 0.989194 4.07336 0.710019 3.61203 0.701808C3.10418 0.693597 2.64673 0.689492 2.20866 0.689492C1.73183 0.689492 1.28601 0.693597 0.855691 0.701808C0.483527 0.710019 0.227665 0.824973 0.0958565 1.05078C-0.0398281 1.27658 -0.0320749 1.57218 0.122993 1.92936C1.3364 4.80322 2.44514 6.88882 3.70507 8.69936C4.58896 9.96386 5.47285 10.8424 6.49242 11.4583C7.56627 12.1069 8.76805 12.4231 10.1675 12.4231C10.3265 12.4231 10.4893 12.419 10.656 12.4107C11.4701 12.3697 11.7725 12.0577 11.8113 11.2201C11.8306 10.7932 11.8733 10.3416 12.071 9.95975C12.1951 9.71753 12.3152 9.71753 12.354 9.71753C12.4277 9.71753 12.5207 9.75448 12.6176 9.82016C12.7959 9.94333 12.9471 10.1076 13.0712 10.2512C13.1875 10.3867 13.3038 10.5263 13.4201 10.6618C13.6721 10.9574 13.9279 11.2653 14.1993 11.5568C14.7924 12.1932 15.4437 12.4723 16.1919 12.4149H18.987C18.9948 12.4149 18.9987 12.4149 19.0064 12.4149C19.2855 12.3943 19.5259 12.2301 19.6693 11.9674C19.8438 11.6389 19.8399 11.2201 19.6616 10.8424C19.4522 10.4155 19.1848 10.0542 18.9483 9.75448Z' fill='white' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__close {
    position: absolute;
    z-index: 100;
    top:20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.65897 0.284634C1.27946 -0.0948781 0.664146 -0.094878 0.284634 0.284634C-0.094878 0.664146 -0.094878 1.27946 0.284634 1.65897L6.12566 7.5L0.284634 13.341C-0.094878 13.7205 -0.094878 14.3359 0.284634 14.7154C0.664146 15.0949 1.27946 15.0949 1.65897 14.7154L7.5 8.87434L13.3408 14.7152C13.7203 15.0947 14.3356 15.0947 14.7152 14.7152C15.0947 14.3356 15.0947 13.7203 14.7152 13.3408L8.87434 7.5L14.7152 1.65918C15.0947 1.27967 15.0947 0.664356 14.7152 0.284844C14.3356 -0.0946684 13.7203 -0.0946684 13.3408 0.284844L7.5 6.12566L1.65897 0.284634Z' fill='%23ECECEC' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn-sup__telegram {
    background: var(--blue);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.06305 10.4634L6.7653 14.6515C7.19131 14.6515 7.37581 14.4685 7.59707 14.2488L9.59437 12.34L13.733 15.3708C14.492 15.7938 15.0267 15.5711 15.2315 14.6725L17.9481 1.94324L17.9488 1.94249C18.1896 0.820458 17.5431 0.381698 16.8035 0.656954L0.835653 6.77035C-0.254123 7.19336 -0.237622 7.80088 0.650399 8.07613L4.73275 9.34591L14.2152 3.41252C14.6615 3.11701 15.0672 3.28052 14.7335 3.57602L7.06305 10.4634Z' fill='white' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__share {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6875 5.5C15.654 5.5 16.4375 4.7165 16.4375 3.75C16.4375 2.7835 15.654 2 14.6875 2C13.721 2 12.9375 2.7835 12.9375 3.75C12.9375 4.7165 13.721 5.5 14.6875 5.5ZM14.6875 7.5C16.7586 7.5 18.4375 5.82107 18.4375 3.75C18.4375 1.67893 16.7586 0 14.6875 0C12.6164 0 10.9375 1.67893 10.9375 3.75C10.9375 3.95847 10.9545 4.16296 10.9872 4.36217L6.12763 7.09997C5.48054 6.56882 4.6525 6.25 3.75 6.25C1.67893 6.25 0 7.92893 0 10C0 12.0711 1.67893 13.75 3.75 13.75C4.91506 13.75 5.95603 13.2187 6.64383 12.3852L11.1737 14.9372C11.021 15.3458 10.9375 15.7881 10.9375 16.25C10.9375 18.3211 12.6164 20 14.6875 20C16.7586 20 18.4375 18.3211 18.4375 16.25C18.4375 14.1789 16.7586 12.5 14.6875 12.5C13.808 12.5 12.9992 12.8028 12.3597 13.3098L7.46003 10.5494C7.48636 10.3701 7.5 10.1866 7.5 10C7.5 9.55939 7.42401 9.13653 7.28442 8.74381L11.8325 6.1815C12.5204 6.98834 13.5442 7.5 14.6875 7.5ZM14.6875 18C15.654 18 16.4375 17.2165 16.4375 16.25C16.4375 15.2835 15.654 14.5 14.6875 14.5C13.721 14.5 12.9375 15.2835 12.9375 16.25C12.9375 17.2165 13.721 18 14.6875 18ZM5.5 10C5.5 10.9665 4.7165 11.75 3.75 11.75C2.7835 11.75 2 10.9665 2 10C2 9.0335 2.7835 8.25 3.75 8.25C4.7165 8.25 5.5 9.0335 5.5 10Z' fill='%239D9DA3'/%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--light-grey);
    cursor: pointer;
}.btn-sup__sup-nav {
    border-radius: 20px;
    height: 40px;
    padding: 9px 19px;
    overflow: hidden;
    text-decoration: none;
    margin-right: 10px;
}.btn-sup__sup-nav_delete{
    padding-left: 42px;
}
.btn-sup__sup-nav_delete:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.6562 3.24219H12.9297V2.34375C12.9297 1.05141 11.8783 0 10.5859 0H7.85156C6.55922 0 5.50781 1.05141 5.50781 2.34375V3.24219H0.78125C0.349766 3.24219 0 3.59195 0 4.02344C0 4.45492 0.349766 4.80469 0.78125 4.80469H1.59031L2.54242 17.1479C2.5427 17.1515 2.54301 17.1552 2.54332 17.1588C2.61426 17.9371 2.97121 18.6559 3.5484 19.1829C4.12559 19.7098 4.87387 20 5.65539 20H12.7821C14.4097 20 15.7476 18.7878 15.8942 17.1804C15.9334 16.7506 15.6168 16.3705 15.1871 16.3314C14.757 16.2922 14.3773 16.6087 14.3381 17.0384C14.2654 17.8361 13.5965 18.4375 12.7821 18.4375H5.65539C4.84379 18.4375 4.1759 17.8293 4.0998 17.0218L3.15746 4.80469H15.28L14.6128 13.4555C14.5796 13.8857 14.9014 14.2614 15.3316 14.2946C15.3521 14.2961 15.3724 14.2969 15.3926 14.2969C15.7968 14.2969 16.1391 13.9854 16.1707 13.5757L16.8472 4.80469H17.6562C18.0877 4.80469 18.4375 4.45492 18.4375 4.02344C18.4375 3.59195 18.0877 3.24219 17.6562 3.24219ZM11.3672 3.24219H7.07031V2.34375C7.07031 1.91297 7.42078 1.5625 7.85156 1.5625H10.5859C11.0167 1.5625 11.3672 1.91297 11.3672 2.34375V3.24219Z' fill='%239D9DA3' /%3e%3cpath d='M5.66904 6.36799C5.23798 6.38682 4.9038 6.7515 4.92263 7.1826L5.31326 16.1253C5.33158 16.5447 5.6774 16.8725 6.09318 16.8725C6.10466 16.8725 6.11627 16.8722 6.12787 16.8717C6.55892 16.8529 6.8931 16.4882 6.87427 16.0571L6.48365 7.11436C6.46482 6.68334 6.09943 6.34861 5.66904 6.36799Z' fill='%239D9DA3' /%3e%3cpath d='M11.9539 7.11435L11.5633 16.0571C11.5444 16.4881 11.8786 16.8529 12.3097 16.8717C12.3213 16.8722 12.3328 16.8725 12.3444 16.8725C12.7601 16.8725 13.106 16.5447 13.1243 16.1253L13.5149 7.18259C13.5337 6.75153 13.1995 6.38681 12.7685 6.36798C12.3381 6.34872 11.9727 6.68329 11.9539 7.11435Z' fill='%239D9DA3' /%3e%3cpath d='M8.4375 7.14844V16.0911C8.4375 16.5226 8.78727 16.8724 9.21875 16.8724C9.65023 16.8724 10 16.5226 10 16.0911V7.14844C10 6.71695 9.65023 6.36719 9.21875 6.36719C8.78727 6.36719 8.4375 6.71695 8.4375 7.14844Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: calc(100% - 35px);
    top:calc(50% - 10px);
}
@media (max-width: 768px) {
    .btn-sup__sup-nav_delete {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .btn-sup__sup-nav_delete:before {
        position: relative;
        top:unset;
        right: unset;
    }
}.btn-sup__sup-nav_grey {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--middle-grey);
    background: var(--light-grey);
}.btn-sup__sup-nav_arrow-back {
    padding-left: 36px;
}
.btn-sup__sup-nav_arrow-back:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6L5.38395 11.709C5.74984 12.097 6.35968 12.097 6.72558 11.709C7.09148 11.321 7.09148 10.6744 6.72558 10.2864L2.68326 6L6.72558 1.71363C7.09148 1.32564 7.09148 0.678984 6.72558 0.290993C6.35968 -0.0969977 5.74985 -0.0969977 5.38395 0.290993L0 6Z' fill='%239D9DA3' /%3e%3cpath d='M2 6C2 5.44772 2.44772 5 3 5H11C11.5523 5 12 5.44772 12 6C12 6.55229 11.5523 7 11 7H3C2.44772 7 2 6.55229 2 6Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    right: calc(100% - 29px);
    top:calc(50% - 6px);
}.btn-sup__sup-nav_archive {
    padding-left: 50px;
}
.btn-sup__sup-nav_archive:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.78571C0 0.799492 0.799492 0 1.78571 0H18.2143C19.2005 0 20 0.799492 20 1.78571V4.64286C20 5.50638 19.3871 6.22674 18.5725 6.39262V15.3571C18.5725 16.3434 17.7731 17.1429 16.7868 17.1429H3.2154C2.22918 17.1429 1.42969 16.3434 1.42969 15.3571V6.39308C0.614045 6.22806 0 5.50716 0 4.64286V1.78571ZM2.85826 6.42857H17.144V15.3571C17.144 15.5544 16.9841 15.7143 16.7868 15.7143H3.2154C3.01816 15.7143 2.85826 15.5544 2.85826 15.3571V6.42857ZM18.5714 4.64286C18.5714 4.8401 18.4115 5 18.2143 5H1.78571C1.58847 5 1.42857 4.8401 1.42857 4.64286V1.78571C1.42857 1.58847 1.58847 1.42857 1.78571 1.42857H18.2143C18.4115 1.42857 18.5714 1.58847 18.5714 1.78571V4.64286ZM7.85882 8.57144C7.46433 8.57144 7.14453 8.89124 7.14453 9.28573C7.14453 9.68022 7.46433 10 7.85882 10H12.1445C12.539 10 12.8588 9.68022 12.8588 9.28573C12.8588 8.89124 12.539 8.57144 12.1445 8.57144H7.85882Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    right: calc(100% - 36px);
    top: 0;
}.btn-sup__copy {
    background: #eaf4fe;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7836 10.6265C16.2151 10.6265 16.5649 10.2767 16.5649 9.84514V3.12546C16.5649 1.40207 15.1628 0 13.4395 0H6.25093C4.52851 0 3.12706 1.40051 3.12546 3.12257C1.40211 3.12257 0 4.52464 0 6.24803V16.8745C0 18.5979 1.40207 20 3.12546 20H10.7047C12.428 20 13.8301 18.5979 13.8301 16.8745V16.8508C15.3697 16.6579 16.5649 15.3406 16.5649 13.7497C16.5649 13.3181 16.2151 12.9683 15.7835 12.9683C15.352 12.9683 15.0022 13.3181 15.0022 13.7497C15.0022 14.6111 14.3013 15.3122 13.4398 15.3124L6.25128 15.3142H6.25093C5.83354 15.3142 5.44116 15.1517 5.14604 14.8565C4.85081 14.5614 4.68819 14.1689 4.68819 13.7514V3.12546C4.68819 2.26378 5.38925 1.56273 6.25093 1.56273H13.4395C14.3012 1.56273 15.0022 2.26378 15.0022 3.12546V9.84518C15.0022 10.2767 15.352 10.6265 15.7836 10.6265ZM6.25093 16.8768H6.25171L12.2674 16.8753C12.2669 17.7366 11.5661 18.4372 10.7047 18.4372H3.1255C2.26382 18.4372 1.56277 17.7361 1.56277 16.8745V6.24796C1.56277 5.38628 2.26382 4.68523 3.1255 4.68523V13.7514C3.1255 14.5863 3.4507 15.3713 4.04116 15.9616C4.63151 16.5519 5.41616 16.8768 6.25093 16.8768Z' fill='%230B61B7' /%3e%3cpath d='M12.6148 4.21936H7.0714C6.63984 4.21936 6.29004 4.56916 6.29004 5.00073C6.29004 5.43229 6.63984 5.78209 7.0714 5.78209H12.6148C13.0463 5.78209 13.3961 5.43229 13.3961 5.00073C13.3961 4.56916 13.0463 4.21936 12.6148 4.21936Z' fill='%230B61B7' /%3e%3cpath d='M12.6148 7.34473H7.0714C6.63984 7.34473 6.29004 7.69453 6.29004 8.12609C6.29004 8.55765 6.63984 8.90746 7.0714 8.90746H12.6148C13.0463 8.90746 13.3961 8.55765 13.3961 8.12609C13.3961 7.69453 13.0463 7.34473 12.6148 7.34473Z' fill='%230B61B7' /%3e%3cpath d='M9.45456 10.4702H7.0714C6.63984 10.4702 6.29004 10.82 6.29004 11.2516C6.29004 11.6831 6.63984 12.0329 7.0714 12.0329H9.45456C9.88613 12.0329 10.2359 11.6831 10.2359 11.2516C10.2359 10.82 9.88613 10.4702 9.45456 10.4702Z' fill='%230B61B7' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__whatsapp {
    background: #00bd00;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.65601 0.846191H8.65168C3.88017 0.846191 0 4.72744 0 9.50004C0 11.3931 0.610096 13.1476 1.64748 14.5723L0.56899 17.7872L3.89531 16.7238C5.2637 17.6303 6.89603 18.1539 8.65601 18.1539C13.4275 18.1539 17.3077 14.2716 17.3077 9.50004C17.3077 4.72852 13.4275 0.846191 8.65601 0.846191ZM13.6915 13.0665C13.4827 13.656 12.6541 14.145 11.9931 14.2878C11.541 14.3841 10.9504 14.4609 8.96214 13.6366C6.41899 12.583 4.78125 9.99871 4.65361 9.83105C4.53137 9.66338 3.62596 8.46266 3.62596 7.22083C3.62596 5.979 4.25661 5.37432 4.51082 5.1147C4.71959 4.9016 5.06466 4.80424 5.39567 4.80424C5.50276 4.80424 5.59904 4.80965 5.68558 4.81398C5.93978 4.8248 6.06743 4.83994 6.2351 5.24126C6.44387 5.74427 6.95228 6.98609 7.01286 7.11374C7.07452 7.24138 7.13618 7.41446 7.04964 7.58213C6.96851 7.75521 6.89711 7.83201 6.76947 7.97912C6.64183 8.12624 6.52067 8.23874 6.39303 8.39667C6.2762 8.53405 6.14423 8.68117 6.29135 8.93537C6.43846 9.18417 6.94687 10.0139 7.69543 10.6802C8.66142 11.5402 9.44459 11.8149 9.72476 11.9318C9.93353 12.0183 10.1823 11.9978 10.3349 11.8355C10.5285 11.6267 10.7675 11.2806 11.0109 10.9398C11.184 10.6953 11.4025 10.6651 11.6319 10.7516C11.8655 10.8327 13.1019 11.4439 13.3561 11.5705C13.6103 11.6981 13.778 11.7587 13.8397 11.8658C13.9002 11.9729 13.9002 12.4759 13.6915 13.0665Z' fill='white' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__vk {
    background-color: #48729e;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9483 9.75448C18.518 9.20844 18.0256 8.71578 17.5527 8.23954C17.386 8.07121 17.2115 7.89468 17.0409 7.72224C16.5602 7.22137 16.5408 7.03662 16.9246 6.47006C17.1882 6.08004 17.4674 5.69001 17.7387 5.3082C17.983 4.96334 18.2388 4.61026 18.4831 4.25308L18.5335 4.17918C18.9987 3.49767 19.4794 2.79152 19.7352 1.94167C19.8011 1.71587 19.8709 1.38743 19.712 1.11236C19.553 0.83729 19.2429 0.751074 19.0219 0.714125C18.9134 0.693597 18.8048 0.693597 18.7079 0.693597L15.6608 0.689492H15.6337C15.1724 0.689492 14.8622 0.919401 14.6839 1.39154C14.5133 1.84314 14.3272 2.32349 14.114 2.78331C13.6915 3.69473 13.1526 4.74574 12.3734 5.62022L12.3424 5.65717C12.2493 5.75981 12.1447 5.87887 12.071 5.87887C12.0594 5.87887 12.0477 5.87476 12.0322 5.87066C11.8694 5.80497 11.7609 5.39031 11.7686 5.19735C11.7686 5.19324 11.7686 5.19324 11.7686 5.18914L11.7647 1.46543C11.7647 1.45312 11.7647 1.4408 11.7609 1.42848C11.6833 0.820868 11.5128 0.44316 10.8615 0.311784C10.846 0.307678 10.8266 0.307678 10.8072 0.307678H7.63605C7.12045 0.307678 6.83357 0.529376 6.56608 0.861923C6.49242 0.952245 6.34511 1.13699 6.41876 1.35869C6.4963 1.58449 6.74053 1.63376 6.81806 1.65018C7.21349 1.72819 7.43834 1.98684 7.50036 2.43434C7.61279 3.21439 7.62442 4.0437 7.54301 5.04955C7.51975 5.32873 7.4771 5.54632 7.39957 5.73107C7.38406 5.77212 7.32203 5.91582 7.26001 5.91582C7.24062 5.91582 7.18247 5.90761 7.0778 5.83371C6.84132 5.65306 6.66299 5.39852 6.45365 5.0824C5.74034 4.01496 5.13945 2.84078 4.62385 1.48596C4.43001 0.989194 4.07336 0.710019 3.61203 0.701808C3.10418 0.693597 2.64673 0.689492 2.20866 0.689492C1.73183 0.689492 1.28601 0.693597 0.855691 0.701808C0.483527 0.710019 0.227665 0.824973 0.0958565 1.05078C-0.0398281 1.27658 -0.0320749 1.57218 0.122993 1.92936C1.3364 4.80322 2.44514 6.88882 3.70507 8.69936C4.58896 9.96386 5.47285 10.8424 6.49242 11.4583C7.56627 12.1069 8.76805 12.4231 10.1675 12.4231C10.3265 12.4231 10.4893 12.419 10.656 12.4107C11.4701 12.3697 11.7725 12.0577 11.8113 11.2201C11.8306 10.7932 11.8733 10.3416 12.071 9.95975C12.1951 9.71753 12.3152 9.71753 12.354 9.71753C12.4277 9.71753 12.5207 9.75448 12.6176 9.82016C12.7959 9.94333 12.9471 10.1076 13.0712 10.2512C13.1875 10.3867 13.3038 10.5263 13.4201 10.6618C13.6721 10.9574 13.9279 11.2653 14.1993 11.5568C14.7924 12.1932 15.4437 12.4723 16.1919 12.4149H18.987C18.9948 12.4149 18.9987 12.4149 19.0064 12.4149C19.2855 12.3943 19.5259 12.2301 19.6693 11.9674C19.8438 11.6389 19.8399 11.2201 19.6616 10.8424C19.4522 10.4155 19.1848 10.0542 18.9483 9.75448Z' fill='white' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__close {
    position: absolute;
    z-index: 100;
    top:20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.65897 0.284634C1.27946 -0.0948781 0.664146 -0.094878 0.284634 0.284634C-0.094878 0.664146 -0.094878 1.27946 0.284634 1.65897L6.12566 7.5L0.284634 13.341C-0.094878 13.7205 -0.094878 14.3359 0.284634 14.7154C0.664146 15.0949 1.27946 15.0949 1.65897 14.7154L7.5 8.87434L13.3408 14.7152C13.7203 15.0947 14.3356 15.0947 14.7152 14.7152C15.0947 14.3356 15.0947 13.7203 14.7152 13.3408L8.87434 7.5L14.7152 1.65918C15.0947 1.27967 15.0947 0.664356 14.7152 0.284844C14.3356 -0.0946684 13.7203 -0.0946684 13.3408 0.284844L7.5 6.12566L1.65897 0.284634Z' fill='%23ECECEC' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}.btn-sup__sup {
    padding: 0 30px;
    height: 60px;
    border-radius: 60px;
    cursor: pointer;
    color: #ffffff;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
    min-width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.compare-block__elem-btn .btn-sup__sup {
    min-width: unset;
    width: 100%;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #fff;
    height: 50px;
    padding: 0 25px;
}
@media (max-width: 992px) {
    .btn-sup__sup {
        font-size: 16px;
        height: 50px;
    }
}.btn-sup__sup_orange {
    background: var(--orange);
}.btn-sup__telegram {
    background: var(--blue);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.06305 10.4634L6.7653 14.6515C7.19131 14.6515 7.37581 14.4685 7.59707 14.2488L9.59437 12.34L13.733 15.3708C14.492 15.7938 15.0267 15.5711 15.2315 14.6725L17.9481 1.94324L17.9488 1.94249C18.1896 0.820458 17.5431 0.381698 16.8035 0.656954L0.835653 6.77035C-0.254123 7.19336 -0.237622 7.80088 0.650399 8.07613L4.73275 9.34591L14.2152 3.41252C14.6615 3.11701 15.0672 3.28052 14.7335 3.57602L7.06305 10.4634Z' fill='white' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__share {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6875 5.5C15.654 5.5 16.4375 4.7165 16.4375 3.75C16.4375 2.7835 15.654 2 14.6875 2C13.721 2 12.9375 2.7835 12.9375 3.75C12.9375 4.7165 13.721 5.5 14.6875 5.5ZM14.6875 7.5C16.7586 7.5 18.4375 5.82107 18.4375 3.75C18.4375 1.67893 16.7586 0 14.6875 0C12.6164 0 10.9375 1.67893 10.9375 3.75C10.9375 3.95847 10.9545 4.16296 10.9872 4.36217L6.12763 7.09997C5.48054 6.56882 4.6525 6.25 3.75 6.25C1.67893 6.25 0 7.92893 0 10C0 12.0711 1.67893 13.75 3.75 13.75C4.91506 13.75 5.95603 13.2187 6.64383 12.3852L11.1737 14.9372C11.021 15.3458 10.9375 15.7881 10.9375 16.25C10.9375 18.3211 12.6164 20 14.6875 20C16.7586 20 18.4375 18.3211 18.4375 16.25C18.4375 14.1789 16.7586 12.5 14.6875 12.5C13.808 12.5 12.9992 12.8028 12.3597 13.3098L7.46003 10.5494C7.48636 10.3701 7.5 10.1866 7.5 10C7.5 9.55939 7.42401 9.13653 7.28442 8.74381L11.8325 6.1815C12.5204 6.98834 13.5442 7.5 14.6875 7.5ZM14.6875 18C15.654 18 16.4375 17.2165 16.4375 16.25C16.4375 15.2835 15.654 14.5 14.6875 14.5C13.721 14.5 12.9375 15.2835 12.9375 16.25C12.9375 17.2165 13.721 18 14.6875 18ZM5.5 10C5.5 10.9665 4.7165 11.75 3.75 11.75C2.7835 11.75 2 10.9665 2 10C2 9.0335 2.7835 8.25 3.75 8.25C4.7165 8.25 5.5 9.0335 5.5 10Z' fill='%239D9DA3'/%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--light-grey);
    cursor: pointer;
}.btn-sup__sup-nav {
    border-radius: 20px;
    height: 40px;
    padding: 9px 19px;
    overflow: hidden;
    text-decoration: none;
    margin-right: 10px;
}.btn-sup__sup-nav_delete{
    padding-left: 42px;
}
.btn-sup__sup-nav_delete:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.6562 3.24219H12.9297V2.34375C12.9297 1.05141 11.8783 0 10.5859 0H7.85156C6.55922 0 5.50781 1.05141 5.50781 2.34375V3.24219H0.78125C0.349766 3.24219 0 3.59195 0 4.02344C0 4.45492 0.349766 4.80469 0.78125 4.80469H1.59031L2.54242 17.1479C2.5427 17.1515 2.54301 17.1552 2.54332 17.1588C2.61426 17.9371 2.97121 18.6559 3.5484 19.1829C4.12559 19.7098 4.87387 20 5.65539 20H12.7821C14.4097 20 15.7476 18.7878 15.8942 17.1804C15.9334 16.7506 15.6168 16.3705 15.1871 16.3314C14.757 16.2922 14.3773 16.6087 14.3381 17.0384C14.2654 17.8361 13.5965 18.4375 12.7821 18.4375H5.65539C4.84379 18.4375 4.1759 17.8293 4.0998 17.0218L3.15746 4.80469H15.28L14.6128 13.4555C14.5796 13.8857 14.9014 14.2614 15.3316 14.2946C15.3521 14.2961 15.3724 14.2969 15.3926 14.2969C15.7968 14.2969 16.1391 13.9854 16.1707 13.5757L16.8472 4.80469H17.6562C18.0877 4.80469 18.4375 4.45492 18.4375 4.02344C18.4375 3.59195 18.0877 3.24219 17.6562 3.24219ZM11.3672 3.24219H7.07031V2.34375C7.07031 1.91297 7.42078 1.5625 7.85156 1.5625H10.5859C11.0167 1.5625 11.3672 1.91297 11.3672 2.34375V3.24219Z' fill='%239D9DA3' /%3e%3cpath d='M5.66904 6.36799C5.23798 6.38682 4.9038 6.7515 4.92263 7.1826L5.31326 16.1253C5.33158 16.5447 5.6774 16.8725 6.09318 16.8725C6.10466 16.8725 6.11627 16.8722 6.12787 16.8717C6.55892 16.8529 6.8931 16.4882 6.87427 16.0571L6.48365 7.11436C6.46482 6.68334 6.09943 6.34861 5.66904 6.36799Z' fill='%239D9DA3' /%3e%3cpath d='M11.9539 7.11435L11.5633 16.0571C11.5444 16.4881 11.8786 16.8529 12.3097 16.8717C12.3213 16.8722 12.3328 16.8725 12.3444 16.8725C12.7601 16.8725 13.106 16.5447 13.1243 16.1253L13.5149 7.18259C13.5337 6.75153 13.1995 6.38681 12.7685 6.36798C12.3381 6.34872 11.9727 6.68329 11.9539 7.11435Z' fill='%239D9DA3' /%3e%3cpath d='M8.4375 7.14844V16.0911C8.4375 16.5226 8.78727 16.8724 9.21875 16.8724C9.65023 16.8724 10 16.5226 10 16.0911V7.14844C10 6.71695 9.65023 6.36719 9.21875 6.36719C8.78727 6.36719 8.4375 6.71695 8.4375 7.14844Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: calc(100% - 35px);
    top:calc(50% - 10px);
}
@media (max-width: 768px) {
    .btn-sup__sup-nav_delete {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .btn-sup__sup-nav_delete:before {
        position: relative;
        top:unset;
        right: unset;
    }
}.btn-sup__sup-nav_grey {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--middle-grey);
    background: var(--light-grey);
}.btn-sup__sup-nav_arrow-back {
    padding-left: 36px;
}
.btn-sup__sup-nav_arrow-back:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6L5.38395 11.709C5.74984 12.097 6.35968 12.097 6.72558 11.709C7.09148 11.321 7.09148 10.6744 6.72558 10.2864L2.68326 6L6.72558 1.71363C7.09148 1.32564 7.09148 0.678984 6.72558 0.290993C6.35968 -0.0969977 5.74985 -0.0969977 5.38395 0.290993L0 6Z' fill='%239D9DA3' /%3e%3cpath d='M2 6C2 5.44772 2.44772 5 3 5H11C11.5523 5 12 5.44772 12 6C12 6.55229 11.5523 7 11 7H3C2.44772 7 2 6.55229 2 6Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    right: calc(100% - 29px);
    top:calc(50% - 6px);
}.btn-sup__sup-nav_archive {
    padding-left: 50px;
}
.btn-sup__sup-nav_archive:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.78571C0 0.799492 0.799492 0 1.78571 0H18.2143C19.2005 0 20 0.799492 20 1.78571V4.64286C20 5.50638 19.3871 6.22674 18.5725 6.39262V15.3571C18.5725 16.3434 17.7731 17.1429 16.7868 17.1429H3.2154C2.22918 17.1429 1.42969 16.3434 1.42969 15.3571V6.39308C0.614045 6.22806 0 5.50716 0 4.64286V1.78571ZM2.85826 6.42857H17.144V15.3571C17.144 15.5544 16.9841 15.7143 16.7868 15.7143H3.2154C3.01816 15.7143 2.85826 15.5544 2.85826 15.3571V6.42857ZM18.5714 4.64286C18.5714 4.8401 18.4115 5 18.2143 5H1.78571C1.58847 5 1.42857 4.8401 1.42857 4.64286V1.78571C1.42857 1.58847 1.58847 1.42857 1.78571 1.42857H18.2143C18.4115 1.42857 18.5714 1.58847 18.5714 1.78571V4.64286ZM7.85882 8.57144C7.46433 8.57144 7.14453 8.89124 7.14453 9.28573C7.14453 9.68022 7.46433 10 7.85882 10H12.1445C12.539 10 12.8588 9.68022 12.8588 9.28573C12.8588 8.89124 12.539 8.57144 12.1445 8.57144H7.85882Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    right: calc(100% - 36px);
    top: 0;
}.btn-sup__copy {
    background: #eaf4fe;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7836 10.6265C16.2151 10.6265 16.5649 10.2767 16.5649 9.84514V3.12546C16.5649 1.40207 15.1628 0 13.4395 0H6.25093C4.52851 0 3.12706 1.40051 3.12546 3.12257C1.40211 3.12257 0 4.52464 0 6.24803V16.8745C0 18.5979 1.40207 20 3.12546 20H10.7047C12.428 20 13.8301 18.5979 13.8301 16.8745V16.8508C15.3697 16.6579 16.5649 15.3406 16.5649 13.7497C16.5649 13.3181 16.2151 12.9683 15.7835 12.9683C15.352 12.9683 15.0022 13.3181 15.0022 13.7497C15.0022 14.6111 14.3013 15.3122 13.4398 15.3124L6.25128 15.3142H6.25093C5.83354 15.3142 5.44116 15.1517 5.14604 14.8565C4.85081 14.5614 4.68819 14.1689 4.68819 13.7514V3.12546C4.68819 2.26378 5.38925 1.56273 6.25093 1.56273H13.4395C14.3012 1.56273 15.0022 2.26378 15.0022 3.12546V9.84518C15.0022 10.2767 15.352 10.6265 15.7836 10.6265ZM6.25093 16.8768H6.25171L12.2674 16.8753C12.2669 17.7366 11.5661 18.4372 10.7047 18.4372H3.1255C2.26382 18.4372 1.56277 17.7361 1.56277 16.8745V6.24796C1.56277 5.38628 2.26382 4.68523 3.1255 4.68523V13.7514C3.1255 14.5863 3.4507 15.3713 4.04116 15.9616C4.63151 16.5519 5.41616 16.8768 6.25093 16.8768Z' fill='%230B61B7' /%3e%3cpath d='M12.6148 4.21936H7.0714C6.63984 4.21936 6.29004 4.56916 6.29004 5.00073C6.29004 5.43229 6.63984 5.78209 7.0714 5.78209H12.6148C13.0463 5.78209 13.3961 5.43229 13.3961 5.00073C13.3961 4.56916 13.0463 4.21936 12.6148 4.21936Z' fill='%230B61B7' /%3e%3cpath d='M12.6148 7.34473H7.0714C6.63984 7.34473 6.29004 7.69453 6.29004 8.12609C6.29004 8.55765 6.63984 8.90746 7.0714 8.90746H12.6148C13.0463 8.90746 13.3961 8.55765 13.3961 8.12609C13.3961 7.69453 13.0463 7.34473 12.6148 7.34473Z' fill='%230B61B7' /%3e%3cpath d='M9.45456 10.4702H7.0714C6.63984 10.4702 6.29004 10.82 6.29004 11.2516C6.29004 11.6831 6.63984 12.0329 7.0714 12.0329H9.45456C9.88613 12.0329 10.2359 11.6831 10.2359 11.2516C10.2359 10.82 9.88613 10.4702 9.45456 10.4702Z' fill='%230B61B7' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__whatsapp {
    background: #00bd00;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.65601 0.846191H8.65168C3.88017 0.846191 0 4.72744 0 9.50004C0 11.3931 0.610096 13.1476 1.64748 14.5723L0.56899 17.7872L3.89531 16.7238C5.2637 17.6303 6.89603 18.1539 8.65601 18.1539C13.4275 18.1539 17.3077 14.2716 17.3077 9.50004C17.3077 4.72852 13.4275 0.846191 8.65601 0.846191ZM13.6915 13.0665C13.4827 13.656 12.6541 14.145 11.9931 14.2878C11.541 14.3841 10.9504 14.4609 8.96214 13.6366C6.41899 12.583 4.78125 9.99871 4.65361 9.83105C4.53137 9.66338 3.62596 8.46266 3.62596 7.22083C3.62596 5.979 4.25661 5.37432 4.51082 5.1147C4.71959 4.9016 5.06466 4.80424 5.39567 4.80424C5.50276 4.80424 5.59904 4.80965 5.68558 4.81398C5.93978 4.8248 6.06743 4.83994 6.2351 5.24126C6.44387 5.74427 6.95228 6.98609 7.01286 7.11374C7.07452 7.24138 7.13618 7.41446 7.04964 7.58213C6.96851 7.75521 6.89711 7.83201 6.76947 7.97912C6.64183 8.12624 6.52067 8.23874 6.39303 8.39667C6.2762 8.53405 6.14423 8.68117 6.29135 8.93537C6.43846 9.18417 6.94687 10.0139 7.69543 10.6802C8.66142 11.5402 9.44459 11.8149 9.72476 11.9318C9.93353 12.0183 10.1823 11.9978 10.3349 11.8355C10.5285 11.6267 10.7675 11.2806 11.0109 10.9398C11.184 10.6953 11.4025 10.6651 11.6319 10.7516C11.8655 10.8327 13.1019 11.4439 13.3561 11.5705C13.6103 11.6981 13.778 11.7587 13.8397 11.8658C13.9002 11.9729 13.9002 12.4759 13.6915 13.0665Z' fill='white' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__vk {
    background-color: #48729e;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9483 9.75448C18.518 9.20844 18.0256 8.71578 17.5527 8.23954C17.386 8.07121 17.2115 7.89468 17.0409 7.72224C16.5602 7.22137 16.5408 7.03662 16.9246 6.47006C17.1882 6.08004 17.4674 5.69001 17.7387 5.3082C17.983 4.96334 18.2388 4.61026 18.4831 4.25308L18.5335 4.17918C18.9987 3.49767 19.4794 2.79152 19.7352 1.94167C19.8011 1.71587 19.8709 1.38743 19.712 1.11236C19.553 0.83729 19.2429 0.751074 19.0219 0.714125C18.9134 0.693597 18.8048 0.693597 18.7079 0.693597L15.6608 0.689492H15.6337C15.1724 0.689492 14.8622 0.919401 14.6839 1.39154C14.5133 1.84314 14.3272 2.32349 14.114 2.78331C13.6915 3.69473 13.1526 4.74574 12.3734 5.62022L12.3424 5.65717C12.2493 5.75981 12.1447 5.87887 12.071 5.87887C12.0594 5.87887 12.0477 5.87476 12.0322 5.87066C11.8694 5.80497 11.7609 5.39031 11.7686 5.19735C11.7686 5.19324 11.7686 5.19324 11.7686 5.18914L11.7647 1.46543C11.7647 1.45312 11.7647 1.4408 11.7609 1.42848C11.6833 0.820868 11.5128 0.44316 10.8615 0.311784C10.846 0.307678 10.8266 0.307678 10.8072 0.307678H7.63605C7.12045 0.307678 6.83357 0.529376 6.56608 0.861923C6.49242 0.952245 6.34511 1.13699 6.41876 1.35869C6.4963 1.58449 6.74053 1.63376 6.81806 1.65018C7.21349 1.72819 7.43834 1.98684 7.50036 2.43434C7.61279 3.21439 7.62442 4.0437 7.54301 5.04955C7.51975 5.32873 7.4771 5.54632 7.39957 5.73107C7.38406 5.77212 7.32203 5.91582 7.26001 5.91582C7.24062 5.91582 7.18247 5.90761 7.0778 5.83371C6.84132 5.65306 6.66299 5.39852 6.45365 5.0824C5.74034 4.01496 5.13945 2.84078 4.62385 1.48596C4.43001 0.989194 4.07336 0.710019 3.61203 0.701808C3.10418 0.693597 2.64673 0.689492 2.20866 0.689492C1.73183 0.689492 1.28601 0.693597 0.855691 0.701808C0.483527 0.710019 0.227665 0.824973 0.0958565 1.05078C-0.0398281 1.27658 -0.0320749 1.57218 0.122993 1.92936C1.3364 4.80322 2.44514 6.88882 3.70507 8.69936C4.58896 9.96386 5.47285 10.8424 6.49242 11.4583C7.56627 12.1069 8.76805 12.4231 10.1675 12.4231C10.3265 12.4231 10.4893 12.419 10.656 12.4107C11.4701 12.3697 11.7725 12.0577 11.8113 11.2201C11.8306 10.7932 11.8733 10.3416 12.071 9.95975C12.1951 9.71753 12.3152 9.71753 12.354 9.71753C12.4277 9.71753 12.5207 9.75448 12.6176 9.82016C12.7959 9.94333 12.9471 10.1076 13.0712 10.2512C13.1875 10.3867 13.3038 10.5263 13.4201 10.6618C13.6721 10.9574 13.9279 11.2653 14.1993 11.5568C14.7924 12.1932 15.4437 12.4723 16.1919 12.4149H18.987C18.9948 12.4149 18.9987 12.4149 19.0064 12.4149C19.2855 12.3943 19.5259 12.2301 19.6693 11.9674C19.8438 11.6389 19.8399 11.2201 19.6616 10.8424C19.4522 10.4155 19.1848 10.0542 18.9483 9.75448Z' fill='white' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
}.btn-sup__close {
    position: absolute;
    z-index: 100;
    top:20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.65897 0.284634C1.27946 -0.0948781 0.664146 -0.094878 0.284634 0.284634C-0.094878 0.664146 -0.094878 1.27946 0.284634 1.65897L6.12566 7.5L0.284634 13.341C-0.094878 13.7205 -0.094878 14.3359 0.284634 14.7154C0.664146 15.0949 1.27946 15.0949 1.65897 14.7154L7.5 8.87434L13.3408 14.7152C13.7203 15.0947 14.3356 15.0947 14.7152 14.7152C15.0947 14.3356 15.0947 13.7203 14.7152 13.3408L8.87434 7.5L14.7152 1.65918C15.0947 1.27967 15.0947 0.664356 14.7152 0.284844C14.3356 -0.0946684 13.7203 -0.0946684 13.3408 0.284844L7.5 6.12566L1.65897 0.284634Z' fill='%23ECECEC' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}.h1 {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 40px;
    line-height: 94%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
}


.label__accordion_nobefor:before{
    opacity: 0;
    cursor: default;
}
.label__accordion_nobefor{
    cursor: default !important;
}
/* End */


/* Start:/local/templates/scnew/css/dostavka.css?176950857339112*/
.page {
    padding-bottom: 50px;
}.page__actions {
    padding-bottom: 140px;
}
@media (max-width: 768px){
    .page__actions {
        padding-bottom: 80px;
    }
}.page_gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaf4fe",GradientType=1);
}
.page_gradient + .footer > .bg {
    background-color: #eaf4fe;
}.page__title {
    margin-bottom: 46px;
}
@media (max-width: 768px) {
    .page__title {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}.page__section {
    margin-bottom: 70px;
}
.page__section:last-child {
    margin-bottom: 0px;
    padding-bottom: 140px;
}
.page__section .container {
    max-width: 1290px;
}
.is-sticky > .page__section {
    background-color: #ffffff;
    z-index: 100;
}
@media (max-width: 992px) {
    .is-sticky > .page__section {
        top:75px !important;
    }
}.page__section-title {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 40px;
    line-height: 75%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    margin-bottom: 46px;
}.page__section-desc {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
}
.page__section-desc a {
    font-family: var(--font-family-4);
    color: var(--middle-blue);
    text-decoration: none;
}.page__sale  section:last-child {
    padding-top: 170px;
}
@media (max-width: 767.98px){
    .page__sale  section:last-child {
        padding-top: 3rem;
    }
}.page__actions {
    padding-bottom: 140px;
}
@media (max-width: 768px){
    .page__actions {
        padding-bottom: 80px;
    }
}.page_gradient {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaf4fe",GradientType=1);
}
.page_gradient + .footer > .bg {
    background-color: #eaf4fe;
}.page__title {
    margin-bottom: 46px;
}
@media (max-width: 768px) {
    .page__title {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}.page__section {
    margin-bottom: 70px;
}
.page__section:last-child {
    margin-bottom: 0px;
    padding-bottom: 140px;
}
.page__section .container {
    max-width: 1290px;
}
.is-sticky > .page__section {
    background-color: #ffffff;
    z-index: 100;
}
@media (max-width: 992px) {
    .is-sticky > .page__section {
        top:75px !important;
    }
}.page__section-title {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 40px;
    line-height: 75%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    margin-bottom: 46px;
}.page__section-desc {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
}
.page__section-desc a {
    font-family: var(--font-family-4);
    color: var(--middle-blue);
    text-decoration: none;
}.page__sale  section:last-child {
    padding-top: 170px;
}
@media (max-width: 767.98px){
    .page__sale  section:last-child {
        padding-top: 3rem;
    }
}
.breadcrumbs__block {
    margin-top: 12px;
    margin-bottom: 40px;
}.breadcrumbs__block {
    margin-top: 12px;
    margin-bottom: 40px;
}.breadcrumbs-list__block {
    list-style: none;
    margin:0;
    padding:0;
    gap:25px;
}.breadcrumbs-list__li {
    margin:0;
    padding: 0;
    position: relative;
}
.breadcrumbs-list__li * {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--middle-grey);
    text-decoration: none;
}
.breadcrumbs-list__li:after {
    content: "\2013";
    position: absolute;
    left: calc(100% + 8px);
    color: var(--middle-grey);
    line-height: 27px;
}
.breadcrumbs-list__li:last-child::after {
    content: none;
}.breadcrumbs-list__block {
    list-style: none;
    margin:0;
    padding:0;
    gap:25px;
}.breadcrumbs-list__li {
    margin:0;
    padding: 0;
    position: relative;
}
.breadcrumbs-list__li * {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--middle-grey);
    text-decoration: none;
}
.breadcrumbs-list__li:after {
    content: "\2013";
    position: absolute;
    left: calc(100% + 8px);
    color: var(--middle-grey);
    line-height: 27px;
}
.breadcrumbs-list__li:last-child::after {
    content: none;
}.tile__blue {
    border-radius: 25px;
    background: #eaf4fe;
    padding: 35px;
}.delivery__icons {
    padding: 35px 35px 25px;
}
.delivery__icons a{
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--middle-blue);
    margin-top: 20px;
}
.delivery__icons .col {
    position: relative;
}
.delivery__icons .col:after {
    content: "";
    position: absolute;
    display: block;
    height: 100px;
    width: 2px;
    background-color: #d4e5f6;
    top:0;
    right:0;
    margin-right: -1px;
}
.delivery__icons .col:last-child::after {
    content: unset;
}
@media (max-width: 575.98px){
    .delivery__icons .col:after {
        width: 100%;
        height: 2px;
        bottom: 0;
        top: unset;
        margin-bottom: -11px;
    }
}.delivery__icon {
    padding-top: 10px;
    padding-bottom: 10px;
}.delivery__tiles {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3,1fr);
    padding-bottom: 2rem;
}
@media (max-width: 575.98px) {
    .delivery__tiles {
        grid-template-columns: 100%;
    }
}.delivery__tiles-item {
    position: relative;
    width: 100%;
    max-width: 410px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(2, 35, 69, 0.12);
    -webkit-box-shadow: 0 4px 15px 0 rgba(2, 35, 69, 0.12);
    -moz-box-shadow: 0 4px 15px 0 rgba(2, 35, 69, 0.12);
    padding: 30px 30px 20px 30px;
    display: grid;
    grid-template-rows: 45px auto 51px;
    gap:30px;
}
.delivery__tiles-item__note_popup {
    position: absolute;
    background: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12.5" cy="12.5" r="12.5" fill="%23D4E5F6" /><path d="M12.275 8.85816C13.0699 8.85816 13.7143 8.21834 13.7143 7.42908C13.7143 6.63982 13.0699 6 12.275 6C11.4801 6 10.8357 6.63982 10.8357 7.42908C10.8357 8.21834 11.4801 8.85816 12.275 8.85816Z" fill="%230B61B7" /><path d="M10.2786 10.6099C10.1248 10.6099 10 10.7338 10 10.8865V12.2695C10 12.4223 10.1248 12.5461 10.2786 12.5461H11.5V17.0638H10.2786C10.1248 17.0638 10 17.1877 10 17.3404V18.7234C10 18.8762 10.1248 19 10.2786 19H14.7214C14.8752 19 15 18.8762 15 18.7234V17.3404C15 17.1877 14.8752 17.0638 14.7214 17.0638H14V10.8865C14 10.7338 13.8752 10.6099 13.7214 10.6099H10.2786Z" fill="%230B61B7" /></svg>');
    width: 25px;
    height: 25px;
    top:20px;
    right: 20px;
    z-index: 5;
}
.delivery__tiles-item__note_popup__text{
    display: none;
    position: absolute;
    top: 13px;
    left: -108px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQzIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDI0MyAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzE5MjFfMjA5NykiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMzIuMDQ0IDIxTDEyMiAxMUwxMTEuOTU2IDIxSDM1QzIzLjk1NDMgMjEgMTUgMjkuOTU0MyAxNSA0MVY4MUMxNSA5Mi4wNDU3IDIzLjk1NDMgMTAxIDM1IDEwMUgyMDhDMjE5LjA0NiAxMDEgMjI4IDkyLjA0NTcgMjI4IDgxVjQxQzIyOCAyOS45NTQzIDIxOS4wNDYgMjEgMjA4IDIxSDEzMi4wNDRaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9nPg0KPGRlZnM+DQo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMTkyMV8yMDk3IiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQzIiBoZWlnaHQ9IjEyMCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPg0KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4NCjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPg0KPGZlT2Zmc2V0IGR5PSI0Ii8+DQo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI3LjUiLz4NCjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPg0KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC4wMDc4NDMxNCAwIDAgMCAwIDAuMTM3MjU1IDAgMCAwIDAgMC4yNzA1ODggMCAwIDAgMC4xMiAwIi8+DQo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xOTIxXzIwOTciLz4NCjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE5MjFfMjA5NyIgcmVzdWx0PSJzaGFwZSIvPg0KPC9maWx0ZXI+DQo8L2RlZnM+DQo8L3N2Zz4NCg==');
    background-repeat: no-repeat;
    width: 225px;
    height: 101px;
    padding: 18px 0 0 15px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.delivery__tiles-item__note_popup__text span{
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(35, 35, 35, 1);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    box-shadow: 0px 4px 15px 0px rgba(2, 35, 69, 0.12);

}
@media (max-width: 768px){
    .delivery__tiles-item__note_popup__text{
        left: auto;
        right: 0px;
    }
}
.delivery__tiles-item__note_popup:hover .delivery__tiles-item__note_popup__text{
    display: flex;
}
.delivery__tiles-item_title {
    display: flex;
    justify-content: start;
    align-items: center;
}
.delivery__tiles-item_title > div {
    position: relative;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
}
.delivery__tiles-item_title:before {
    content: "";
    display: block;
    border-radius: 15px;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    background: #cdebb9 url('data:image/svg+xml,<svg width="25" height="18" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M24.6512 1.50968L23.4884 0.348387C23.0233 -0.116129 22.2093 -0.116129 21.7442 0.348387L9.59302 12.6581L3.25581 6.2129C2.7907 5.74839 1.97674 5.74839 1.51163 6.2129L0.348837 7.37419C-0.116279 7.83871 -0.116279 8.65161 0.348837 9.11613L8.72093 17.6516C8.95349 17.8839 9.24419 18 9.59302 18C9.88372 18 10.2326 17.8839 10.4651 17.6516L24.6512 3.30968C25.1163 2.7871 25.1163 2.03226 24.6512 1.50968Z" fill="%2317A600" /></svg>') center center no-repeat;
}.delivery__tiles-item_desc * {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.delivery__tiles-item_desc p {
    margin-bottom: 30px;
}.delivery__tiles-item_cost * {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: var(--middle-grey);
}
.delivery__tiles-item_cost > div {
    padding-left:30px;
    height: 20px;
    line-height: 20px;
    position: relative;
}
.delivery__tiles-item_cost > div:first-child {
    margin-bottom: 9px;
}
.delivery__tiles-item_price:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.15" stroke="%239D9DA3" stroke-width="1.7" /><path d="M6.7203 11.8128H7.5987V10.6176H6.7203C6.5763 10.6176 6.4515 10.5648 6.3459 10.4592C6.2403 10.3536 6.1875 10.2288 6.1875 10.0848V9.82565C6.1875 9.68165 6.2403 9.55685 6.3459 9.45125C6.4515 9.34565 6.5763 9.29285 6.7203 9.29285H7.5987V5.36165C7.5987 5.21765 7.6467 5.09285 7.7427 4.98725C7.8483 4.88165 7.9779 4.82885 8.1315 4.82885C9.4179 4.80965 10.1907 4.80005 10.4499 4.80005C13.0515 4.80005 14.3523 5.78405 14.3523 7.75205C14.3523 8.64485 14.0307 9.34565 13.3875 9.85445C12.7443 10.3632 11.8419 10.6176 10.6803 10.6176H9.3555V11.8128H11.1843C11.3283 11.8128 11.4531 11.8656 11.5587 11.9712C11.6643 12.0768 11.7171 12.2016 11.7171 12.3456V12.6048C11.7171 12.7488 11.6643 12.8736 11.5587 12.9792C11.4531 13.0848 11.3283 13.1376 11.1843 13.1376H9.3555V14.376C9.3555 14.5201 9.3027 14.6448 9.1971 14.7504C9.0915 14.856 8.9667 14.9088 8.8227 14.9088H8.1315C7.9875 14.9088 7.8627 14.856 7.7571 14.7504C7.6515 14.6448 7.5987 14.5201 7.5987 14.376V13.1376H6.7203C6.5763 13.1376 6.4515 13.0848 6.3459 12.9792C6.2403 12.8736 6.1875 12.7488 6.1875 12.6048V12.3456C6.1875 12.2016 6.2403 12.0768 6.3459 11.9712C6.4515 11.8656 6.5763 11.8128 6.7203 11.8128ZM9.3555 6.48485V9.29285H10.6227C11.8611 9.29285 12.4803 8.83205 12.4803 7.91045C12.4803 7.40165 12.3267 7.03205 12.0195 6.80165C11.7219 6.57125 11.2611 6.45605 10.6371 6.45605C10.6275 6.45605 10.2003 6.46565 9.3555 6.48485Z" fill="%239D9DA3" /></svg>');
    background-position: center center;
    background-repeat: no-repeat;
}.delivery__tiles-item_time:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 20px;
    height: 20px;
    background:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99985 2.96875C9.56837 2.96875 9.2186 3.31852 9.2186 3.75V9.67641L6.35384 12.5412C6.04872 12.8462 6.04872 13.3409 6.35384 13.646C6.50638 13.7986 6.7063 13.8748 6.90626 13.8748C7.10622 13.8748 7.30614 13.7986 7.45868 13.646L10.5523 10.5524C10.6988 10.4059 10.7811 10.2072 10.7811 10V3.75C10.7811 3.31852 10.4313 2.96875 9.99985 2.96875Z" fill="%239D9DA3" /><path d="M17.0711 2.92891C15.1823 1.0402 12.6711 0 10 0C7.32891 0 4.8177 1.0402 2.92891 2.92891C1.0402 4.8177 0 7.32891 0 10C0 12.6711 1.0402 15.1823 2.92891 17.0711C4.8177 18.9598 7.32891 20 10 20C11.8286 20 13.6179 19.5017 15.1743 18.5589C15.5433 18.3353 15.6613 17.8549 15.4377 17.4859C15.2142 17.1168 14.7338 16.9989 14.3648 17.2224C13.0525 18.0173 11.5432 18.4375 10 18.4375C5.34754 18.4375 1.5625 14.6525 1.5625 10C1.5625 5.34754 5.34754 1.5625 10 1.5625C14.6525 1.5625 18.4375 5.34754 18.4375 10C18.4375 11.6636 17.9428 13.283 17.0068 14.683C16.767 15.0417 16.8633 15.5269 17.222 15.7667C17.5807 16.0065 18.0659 15.9101 18.3057 15.5514C19.4141 13.8935 20 11.9739 20 10C20 7.32891 18.9598 4.8177 17.0711 2.92891Z" fill="%239D9DA3" /></svg>');
    background-position: center center;
    background-repeat: no-repeat;
}.text__title {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: var(--dark-blue);
}
.text__title_desc {
    font-family: var(--font-family-5);
    font-size: 18px;
    color: var(--black)
}
@media (max-width: 768px){

}
.make-order__title {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    grid-column: 1/3;
    margin-bottom: 20px;
}.sc-info__title_edit {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.9452 1.0549C16.2649 0.374625 15.3605 0 14.3986 0C13.4366 0 12.5321 0.374625 11.8519 1.05486L1.78684 11.12C1.7012 11.2056 1.63915 11.3119 1.60667 11.4286L0.0257606 17.1083C-0.0424073 17.3533 0.0269559 17.616 0.207272 17.7954C0.340866 17.9282 0.519882 18 0.703187 18C0.767241 18 0.831858 17.9912 0.895245 17.9732L6.57498 16.3599C6.81461 16.2918 7.00037 16.102 7.06323 15.8609C7.12609 15.6199 7.05669 15.3635 6.88081 15.1871L3.30007 11.5955L11.6432 3.25234L14.746 6.35516L8.35902 12.7247C8.08407 12.999 8.08347 13.4441 8.35769 13.7191C8.63187 13.9941 9.07713 13.9946 9.35205 13.7205L16.9451 6.14809C17.6254 5.46785 18 4.56346 18 3.60148C18 2.6395 17.6254 1.7351 16.9452 1.0549ZM5.04122 15.3337L1.71657 16.278L2.64768 12.9329L5.04122 15.3337ZM15.9514 5.15303L15.7417 5.36217L12.6376 2.25798L12.8463 2.04922C13.2609 1.63459 13.8122 1.40625 14.3986 1.40625C14.9849 1.40625 15.5361 1.63459 15.9508 2.04926C16.3654 2.46386 16.5937 3.01511 16.5937 3.60148C16.5937 4.18785 16.3654 4.7391 15.9514 5.15303Z' fill='%239D9DA3' /%3e%3c/svg%3e");
    background-position: center right;
    background-repeat: no-repeat;
}
.label {
    cursor: pointer;
}.label__accordion {
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
}
.input__accordion:checked + .label__accordion {
    margin-bottom: 20px;
}
.input__accordion + .label__accordion:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 7L0.266744 1.61605C-0.0889145 1.25016 -0.0889145 0.640324 0.266744 0.274424C0.622402 -0.0914748 1.21517 -0.0914748 1.57082 0.274424L5.5 4.31674L9.42918 0.274424C9.78483 -0.0914748 10.3776 -0.0914748 10.7333 0.274424C11.0889 0.640324 11.0889 1.25016 10.7333 1.61605L5.5 7Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    right: calc(100% + 15px);
    width: 11px;
    height: 100%;
    transition: all 500ms linear;
}
.input__accordion:checked + .label__accordion:before {
    transform: rotate(180deg);
}
@media (max-width: 992px) {
    .label__accordion {
        padding:22px;
    }
    .input__accordion + .label__accordion:before {
        right: calc(100% - 10px);
    }
}
@media (max-width: 768px) {
    .input__accordion + .label__accordion:before {
        width: 100%;
        height: 11px;
        top: unset;
        bottom: 25px;
        right:0;
    }
}.label__accordion_faq {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    width: 100%;
}
.label__accordion_faq:before {
    content: unset !important;
}
.label__accordion_faq:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.65821 10.0727C1.07735 10.0727 0.606475 9.60179 0.606475 9.02094C0.606475 8.44008 1.07735 7.96921 1.65821 7.96921L7.96786 7.96921L7.96786 1.65883C7.96786 1.07797 8.43873 0.607094 9.01959 0.607094C9.60044 0.607094 10.0713 1.07797 10.0713 1.65883L10.0713 7.96921L16.7253 7.96921C17.3062 7.96921 17.7771 8.44008 17.7771 9.02094C17.7771 9.60179 17.3062 10.0727 16.7253 10.0727H10.0713L10.0713 16.726C10.0713 17.3068 9.60044 17.7777 9.01959 17.7777C8.43873 17.7777 7.96786 17.3068 7.96786 16.726L7.96786 10.0727L1.65821 10.0727Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 100%;
    transition: all 500ms linear;
}
input.input__accordion:checked + .label__accordion_faq {
    color: var(--middle-blue);
}
input.input__accordion:checked + .label__accordion_faq:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='4' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.606108 2.0207C0.606108 2.60155 1.07698 3.07243 1.65784 3.07243L16.725 3.07243C17.3058 3.07243 17.7767 2.60155 17.7767 2.0207C17.7767 1.43984 17.3058 0.968964 16.725 0.968964L1.65784 0.968964C1.07698 0.968964 0.606108 1.43984 0.606108 2.0207Z' fill='%230B61B7' /%3e%3c/svg%3e");
}

@media (max-width: 978px) {
    .label__accordion_faq {
        padding: 0px;
        padding-right: 40px;
        font-size: 20px;
    }
}.input__accordion + .label__accordion.label__accordion_repear:before {
    top: 0;
    width: 11px;
    height: 100%;
    right: calc(100% - 10px);
}.label__delivery-tabs {
    display: inline-block;
    margin-right: 16px;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--middle-grey);
}
.input__tab:checked + .label__delivery-tabs {
    color: var(--middle-blue);
    border-bottom: 2px solid var(--middle-blue);
}
@media(max-width: 992px){
    .label__delivery-tabs {
        margin-bottom: 8px;
        padding: 0.5rem 0.75rem;
        border-radius: 20px;
        background-color: #D4E5F6;
        border-bottom: unset !important;
    }
    .input__tab:checked + .label__delivery-tabs {
        background-color: var(--middle-blue);
        color: white;
    }
}.label__show-more {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all linear 1s;
}
input.input__show-more:checked ~ .label__show-more {
    display: flex;
    opacity: 1;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    height:150px;
    visibility: unset;
}
.label__show-more span {
    text-align: center;
    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);
}.label__accordion {
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
}
.input__accordion:checked + .label__accordion {
    margin-bottom: 20px;
}
.input__accordion + .label__accordion:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 7L0.266744 1.61605C-0.0889145 1.25016 -0.0889145 0.640324 0.266744 0.274424C0.622402 -0.0914748 1.21517 -0.0914748 1.57082 0.274424L5.5 4.31674L9.42918 0.274424C9.78483 -0.0914748 10.3776 -0.0914748 10.7333 0.274424C11.0889 0.640324 11.0889 1.25016 10.7333 1.61605L5.5 7Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    right: calc(100% + 15px);
    width: 11px;
    height: 100%;
    transition: all 500ms linear;
}
.input__accordion:checked + .label__accordion:before {
    transform: rotate(180deg);
}
@media (max-width: 992px) {
    .label__accordion {
        padding:22px;
    }
    .input__accordion + .label__accordion:before {
        right: calc(100% - 10px);
    }
}
@media (max-width: 768px) {
    .input__accordion + .label__accordion:before {
        width: 100%;
        height: 11px;
        top: unset;
        bottom: 25px;
        right:0;
    }
}.label__accordion_faq {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
    width: 100%;
}
.label__accordion_faq:before {
    content: unset !important;
}
.label__accordion_faq:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.65821 10.0727C1.07735 10.0727 0.606475 9.60179 0.606475 9.02094C0.606475 8.44008 1.07735 7.96921 1.65821 7.96921L7.96786 7.96921L7.96786 1.65883C7.96786 1.07797 8.43873 0.607094 9.01959 0.607094C9.60044 0.607094 10.0713 1.07797 10.0713 1.65883L10.0713 7.96921L16.7253 7.96921C17.3062 7.96921 17.7771 8.44008 17.7771 9.02094C17.7771 9.60179 17.3062 10.0727 16.7253 10.0727H10.0713L10.0713 16.726C10.0713 17.3068 9.60044 17.7777 9.01959 17.7777C8.43873 17.7777 7.96786 17.3068 7.96786 16.726L7.96786 10.0727L1.65821 10.0727Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 100%;
    transition: all 500ms linear;
}
input.input__accordion:checked + .label__accordion_faq {
    color: var(--middle-blue);
}
input.input__accordion:checked + .label__accordion_faq:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='4' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.606108 2.0207C0.606108 2.60155 1.07698 3.07243 1.65784 3.07243L16.725 3.07243C17.3058 3.07243 17.7767 2.60155 17.7767 2.0207C17.7767 1.43984 17.3058 0.968964 16.725 0.968964L1.65784 0.968964C1.07698 0.968964 0.606108 1.43984 0.606108 2.0207Z' fill='%230B61B7' /%3e%3c/svg%3e");
}

@media (max-width: 978px) {
    .label__accordion_faq {
        padding: 0px;
        padding-right: 40px;
        font-size: 20px;
    }
}.input__accordion + .label__accordion.label__accordion_repear:before {
    top: 0;
    width: 11px;
    height: 100%;
    right: calc(100% - 10px);
}.label__delivery-tabs {
    display: inline-block;
    margin-right: 16px;
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--middle-grey);
}
.input__tab:checked + .label__delivery-tabs {
    color: var(--middle-blue);
    border-bottom: 2px solid var(--middle-blue);
}
@media(max-width: 992px){
    .label__delivery-tabs {
        margin-bottom: 8px;
        padding: 0.5rem 0.75rem;
        border-radius: 20px;
        background-color: #D4E5F6;
        border-bottom: unset !important;
    }
    .input__tab:checked + .label__delivery-tabs {
        background-color: var(--middle-blue);
        color: white;
    }
}.label__show-more {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all linear 1s;
}
input.input__show-more:checked ~ .label__show-more {
    display: flex;
    opacity: 1;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    height:150px;
    visibility: unset;
}
.label__show-more span {
    text-align: center;
    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);
}
/* Styles */
.input {
    all: unset;
    box-sizing: border-box;
}.input__element {
    border-radius: 55px;
    width: 100%;
    height: 46px;
    background: var(--light-grey);
    padding: 12px 23px;
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__element::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #232323;
}
.input__element:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #232323;
    opacity:  1;
}
.input__element::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #232323;
    opacity:  1;
}
.input__element:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #232323;
}
.input__element::-ms-input-placeholder { /* Microsoft Edge */
    color:    #232323;
}
.input__element::placeholder { /* Most modern browsers support this now. */
    color:    #232323;
}
.input__element[name="date"] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.54688 0.709719C3.54688 0.317752 3.86463 0 4.25659 0C4.64856 0 4.96631 0.317752 4.96631 0.709719V1.41943H12.7737V0.709719C12.7737 0.317752 13.0914 0 13.4834 0C13.8753 0 14.1931 0.317752 14.1931 0.709719V1.41943H14.9706C16.4994 1.41943 17.743 2.66306 17.743 4.19178V11.3555C17.743 11.7383 17.4327 12.0486 17.0499 12.0486C16.6671 12.0486 16.3568 11.7383 16.3568 11.3555V7.09719H1.38617V14.2277C1.38617 14.9919 2.00805 15.6138 2.77234 15.6138H14.9706C15.7349 15.6138 16.3568 14.9919 16.3568 14.2277C16.3568 13.8448 16.6671 13.5346 17.0499 13.5346C17.4327 13.5346 17.743 13.8448 17.743 14.2277C17.743 15.7564 16.4994 17 14.9706 17H2.77234C1.24363 17 0 15.7564 0 14.2277V4.19178C0 2.66306 1.24363 1.41943 2.77234 1.41943H3.54688V0.709719ZM12.7737 2.8056V3.5486C12.7737 3.94056 13.0914 4.25832 13.4834 4.25832C13.8753 4.25832 14.1931 3.94056 14.1931 3.5486V2.8056H14.9706C15.7349 2.8056 16.3568 3.42749 16.3568 4.19178V5.71102H1.38617V4.19178C1.38617 3.42749 2.00805 2.8056 2.77234 2.8056H3.54688V3.5486C3.54688 3.94056 3.86463 4.25832 4.25659 4.25832C4.64856 4.25832 4.96631 3.94056 4.96631 3.5486V2.8056H12.7737ZM5.75261 10.8787C5.75261 10.4958 5.44235 10.1856 5.05952 10.1856H4.17515C3.79233 10.1856 3.48206 10.4958 3.48206 10.8787V11.7104C3.48206 12.0932 3.79233 12.4035 4.17515 12.4035H5.05952C5.44235 12.4035 5.75261 12.0932 5.75261 11.7104V10.8787ZM10.0775 10.8787C10.0775 10.4958 9.7672 10.1856 9.38438 10.1856H8.5C8.11718 10.1856 7.80691 10.4958 7.80691 10.8787V11.7104C7.80691 12.0932 8.11718 12.4035 8.5 12.4035H9.38438C9.7672 12.4035 10.0775 12.0932 10.0775 11.7104V10.8787ZM13.5013 10.1856C13.8841 10.1856 14.1944 10.4958 14.1944 10.8787V11.7104C14.1944 12.0932 13.8841 12.4035 13.5013 12.4035H12.6169C12.2341 12.4035 11.9238 12.0932 11.9238 11.7104V10.8787C11.9238 10.4958 12.2341 10.1856 12.6169 10.1856H13.5013Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}.input__element_textarea {
    min-height: 90px;
    border-radius: 20px;
}.input__element_white {
    background: #ffffff;
}.input__accordion + label + div {
    opacity: 0;
    visibility: collapse;
    height: 0;
    transition: all 500ms linear;
}
.input__accordion:checked + label + div {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 1.5rem;
}.input__tab {
    display: none;
}.input__radio input[type="radio"] {
    opacity: 0;
    height: 0;
    width: 0;
}
.input__radio {
    position: relative;
    display: flex;
}
.input__radio div{
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__radio:before {
    content:"";
    position: relative;
    display: block;
    border-radius: 30px;
    width: 26px;
    height: 26px;
    background: var(--light-grey);
    margin-right: 14px;
    flex-shrink: 0;
}
.input__radio:has(input[type="radio"]:checked)::before {
    background: #d4e5f6;
}
.input__radio:has(input[type="radio"]:checked)::after {
    content:"";
    position: absolute;
    left:7px;
    top:7px;
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: var(--middle-blue);
}
.input__file {
    border-radius: 20px;
    height:110px;
    background: #d4e5f6;
}
.input__file .text__title {
    font-size: 15px;
    line-height: 160%;
}
.input__file .text__title_desc {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: -0.01em;
}
.input__file input[type=file] {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}.input__element {
    border-radius: 55px;
    width: 100%;
    height: 46px;
    background: var(--light-grey);
    padding: 12px 23px;
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__element::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #232323;
}
.input__element:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #232323;
    opacity:  1;
}
.input__element::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #232323;
    opacity:  1;
}
.input__element:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #232323;
}
.input__element::-ms-input-placeholder { /* Microsoft Edge */
    color:    #232323;
}
.input__element::placeholder { /* Most modern browsers support this now. */
    color:    #232323;
}
.input__element[name="date"] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.54688 0.709719C3.54688 0.317752 3.86463 0 4.25659 0C4.64856 0 4.96631 0.317752 4.96631 0.709719V1.41943H12.7737V0.709719C12.7737 0.317752 13.0914 0 13.4834 0C13.8753 0 14.1931 0.317752 14.1931 0.709719V1.41943H14.9706C16.4994 1.41943 17.743 2.66306 17.743 4.19178V11.3555C17.743 11.7383 17.4327 12.0486 17.0499 12.0486C16.6671 12.0486 16.3568 11.7383 16.3568 11.3555V7.09719H1.38617V14.2277C1.38617 14.9919 2.00805 15.6138 2.77234 15.6138H14.9706C15.7349 15.6138 16.3568 14.9919 16.3568 14.2277C16.3568 13.8448 16.6671 13.5346 17.0499 13.5346C17.4327 13.5346 17.743 13.8448 17.743 14.2277C17.743 15.7564 16.4994 17 14.9706 17H2.77234C1.24363 17 0 15.7564 0 14.2277V4.19178C0 2.66306 1.24363 1.41943 2.77234 1.41943H3.54688V0.709719ZM12.7737 2.8056V3.5486C12.7737 3.94056 13.0914 4.25832 13.4834 4.25832C13.8753 4.25832 14.1931 3.94056 14.1931 3.5486V2.8056H14.9706C15.7349 2.8056 16.3568 3.42749 16.3568 4.19178V5.71102H1.38617V4.19178C1.38617 3.42749 2.00805 2.8056 2.77234 2.8056H3.54688V3.5486C3.54688 3.94056 3.86463 4.25832 4.25659 4.25832C4.64856 4.25832 4.96631 3.94056 4.96631 3.5486V2.8056H12.7737ZM5.75261 10.8787C5.75261 10.4958 5.44235 10.1856 5.05952 10.1856H4.17515C3.79233 10.1856 3.48206 10.4958 3.48206 10.8787V11.7104C3.48206 12.0932 3.79233 12.4035 4.17515 12.4035H5.05952C5.44235 12.4035 5.75261 12.0932 5.75261 11.7104V10.8787ZM10.0775 10.8787C10.0775 10.4958 9.7672 10.1856 9.38438 10.1856H8.5C8.11718 10.1856 7.80691 10.4958 7.80691 10.8787V11.7104C7.80691 12.0932 8.11718 12.4035 8.5 12.4035H9.38438C9.7672 12.4035 10.0775 12.0932 10.0775 11.7104V10.8787ZM13.5013 10.1856C13.8841 10.1856 14.1944 10.4958 14.1944 10.8787V11.7104C14.1944 12.0932 13.8841 12.4035 13.5013 12.4035H12.6169C12.2341 12.4035 11.9238 12.0932 11.9238 11.7104V10.8787C11.9238 10.4958 12.2341 10.1856 12.6169 10.1856H13.5013Z' fill='%2303417F' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}.input__element_textarea {
    min-height: 90px;
    border-radius: 20px;
}.input__element_white {
    background: #ffffff;
}.input__accordion + label + div {
    opacity: 0;
    visibility: collapse;
    height: 0;
    transition: all 500ms linear;
}
.input__accordion:checked + label + div {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 1.5rem;
}.input__tab {
    display: none;
}.input__radio input[type="radio"] {
    opacity: 0;
    height: 0;
    width: 0;
}
.input__radio {
    position: relative;
    display: flex;
}
.input__radio div{
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: var(--black);
}
.input__radio:before {
    content:"";
    position: relative;
    display: block;
    border-radius: 30px;
    width: 26px;
    height: 26px;
    background: var(--light-grey);
    margin-right: 14px;
    flex-shrink: 0;
}
.input__radio:has(input[type="radio"]:checked)::before {
    background: #d4e5f6;
}
.input__radio:has(input[type="radio"]:checked)::after {
    content:"";
    position: absolute;
    left:7px;
    top:7px;
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: var(--middle-blue);
}
.input__file {
    border-radius: 20px;
    height:110px;
    background: #d4e5f6;
}
.input__file .text__title {
    font-size: 15px;
    line-height: 160%;
}
.input__file .text__title_desc {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: -0.01em;
}
.input__file input[type=file] {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}.banner__block {
    padding: 28px 80px 32px;
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 54% ) #D4E5F6;
}.banner__block_parcel {
    padding-right: 29%;
    position: relative;
    margin-right: -55px;
    margin-left: -55px;
}
.banner__block_parcel:after {
    content: url("/local/templates/scnew/css/../../../../../image/dostavka/box.png");
    position: absolute;
    right: 37px;
    bottom: -8px;
    width:auto;
    height: auto;
}
@media (max-width: 575.98px) {
    .banner__block_parcel:after {
        content: none;
    }
}.banner__block-title {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 44px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
}
@media (max-width: 575.98px) {
    .banner__block-title {
        line-height: 100%;
        font-size:28px;
        margin-bottom: 1rem;
    }
}.banner__block-desc,
.banner__block-desc * {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 24px;
    color: var(--black);
    line-height: 180%;
    letter-spacing: -0.01em;
}
.banner__block-desc a {
    color: var(--middle-blue);
    font-family: var(--font-family-4);
    text-decoration: none;
}
@media (max-width: 575.98px) {
    .banner__block-desc,
    .banner__block-desc * {
        font-size: 20px;
        line-height: 120%;
    }
}.banner__block {
    padding: 28px 80px 32px;
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 54% ) #D4E5F6;
}.banner__block_parcel {
    padding-right: 29%;
    position: relative;
    margin-right: -55px;
    margin-left: -55px;
}
.banner__block_parcel:after {
    content: url("/local/templates/scnew/css/../../../../../image/dostavka/box.png");
    position: absolute;
    right: 37px;
    bottom: -8px;
    width:auto;
    height: auto;
}
@media (max-width: 575.98px) {
    .banner__block_parcel:after {
        content: none;
    }
}.banner__block-title {
    font-family: var(--font-family-4);
    font-weight: 400;
    font-size: 44px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: var(--dark-blue);
}
@media (max-width: 575.98px) {
    .banner__block-title {
        line-height: 100%;
        font-size:28px;
        margin-bottom: 1rem;
    }
}.banner__block-desc,
.banner__block-desc * {
    font-family: var(--font-family-5);
    font-weight: 400;
    font-size: 24px;
    color: var(--black);
    line-height: 180%;
    letter-spacing: -0.01em;
}
.banner__block-desc a {
    color: var(--middle-blue);
    font-family: var(--font-family-4);
    text-decoration: none;
}
@media (max-width: 575.98px) {
    .banner__block-desc,
    .banner__block-desc * {
        font-size: 20px;
        line-height: 120%;
    }
}

/* End */


/* Start:/local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.min.css?17434152843278*/
.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?17709870612393*/
: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 {
	height: 100%;
	width: auto;
	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?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/sup_video/style.css?17615756461027*/
@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?17615843526906*/
.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;
}
.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;
	}
}
/* End */


/* Start:/local/templates/scnew/components/bitrix/news.list/product-reviews-new/style.css?17629375443415*/
.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?177091373121735 */
/* /local/templates/scnew/css/oplata.css?177125055091586 */
/* /local/templates/scnew/css/dostavka.css?176950857339112 */
/* /local/templates/scnew/components/bitrix/system.pagenavigation/.default/style.min.css?17434152843278 */
/* /local/templates/scnew/components/bitrix/news.list/event-page-sup-new/style.css?17709870612393 */
/* /local/templates/scnew/components/internetclient/super.component/our_team/style.css?17624366202425 */
/* /local/templates/scnew/components/internetclient/super.component/sup_video/style.css?17615756461027 */
/* /local/templates/scnew/components/bitrix/news.list/video-reviews-new/style.css?17615843526906 */
/* /local/templates/scnew/components/bitrix/news.list/product-reviews-new/style.css?17629375443415 */
