
.kopa__tarifs__list {
    display: flex;
    gap: 8px;
}
.kopa__form-schema-link {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .kopa__tarifs__list {
        flex-wrap: wrap;
        gap: 15px;
    }
}
    .kopa__tarifs__item {
        flex-basis: 25%;
        background-color: #f6f6f6;
        font-size: 16px;
        line-height: 22.4px;
        display: flex;
        flex-direction: column;
    }
    @media (max-width: 1199px) {
        .kopa__tarifs__item {
            flex-basis: calc(50% - 8px);
        }
    }
    @media (max-width: 767px) {
        .kopa__tarifs__item {
            flex-basis: 100%;
        }
    }
        .kopa__tarifs__item b {
            display: block;
            margin-bottom: 15px;
        }
        .kopa__tarifs__list .kopa__tarifs__item ul {
            margin-top: 0;
        }
            .kopa__tarifs__item li:first-child {
                margin-top: 0;
            }
            .kopa__tarifs__item li:last-child {
                margin-bottom: 0;
            }
        .kopa__tarifs__title {
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            text-align: center;
            text-transform: uppercase;
            padding: 19px 7px;
            border-bottom: 1px solid #000;
            margin: 0 3px 22px;
        }
        .kopa__tarifs__content {
            padding: 0 20px 44px;
        }
        .kopa__tarifs__footer {
            margin-top: auto;
        }
            .kopa__tarifs__price {
                font-size: 20px;
                font-weight: 400;
                line-height: 24px;
                text-align: center;
                text-transform: uppercase;
                margin-bottom: 15px;
            }
            .kopa__tarifs__btn {
                font-size: 18px;
                font-weight: 400;
                line-height: 24px;
                text-align: center;
                text-transform: uppercase;
                padding: 12px 20px;
                background-color: #000;
                color: #fff;
                min-height: 72px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }

body:has(.kopa__modal__box[data-open=true]) {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.kopa__modal__box {
    display: none;
    z-index: 8;
    position: fixed;
    overflow: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #0A0A0A;
}
.kopa__modal__box[data-open=true] {
    display: block;
}
    .kopa__modal__wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        min-height: 100%;
    }
        .kopa__modal__win {
            position: relative;
            max-width: 1001px;
            width: 100%;
            background-color: #fff;
        }
            .kopa__modal__close {
                position: absolute;
                right: 17px;
                top: 17px;
                cursor: pointer;
            }
            .kopa__modal__title {
                font-size: 20px;
                font-weight: 400;
                line-height: 24px;
                text-align: center;
                padding: 30px 30px 26px;
                border-bottom: 1px solid #000;
                margin: 0 20px;
                text-transform: uppercase;
            }
            .kopa__modal__content {
                padding: 30px 20px;
            }

.kopa__form-table__box {
    display: table;
    margin: 0 20px;
    width: calc(100% - 40px);
    margin-bottom: 30px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .kopa__form-table__box {
        display: block;
    }
}
    .kopa__form-table__row {
        display: table-row;
    }
    @media (max-width: 767px) {
        .kopa__form-table__row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 26px;
            gap: 8px;
        }
        .kopa__form-table__row:last-child {
            margin-bottom: 0;
        }
    }
        .kopa__form-table__col {
            display: table-cell;
            vertical-align: middle;
            padding: 5px 0;
        }
        @media (max-width: 767px) {
            .kopa__form-table__col {
                display: block;
                padding: 0;
            }
        }
        .kopa__form-table__quantity {
            width: 100px;
        }
        @media (max-width: 767px) {
            .kopa__form-table__quantity {
                padding-top: 3px;
            }
        }
        .kopa__form-table__sum {
            white-space: nowrap;
            font-size: 20px;
            font-weight: 400;
            padding-left: 15px;
            padding-right: 15px;
            text-align: right;
        }
        @media (max-width: 767px) {
            .kopa__form-table__sum {
                padding-left: 0;
                padding-right: 0;
            }
        }
        .kopa__form-table__checkbox {
            font-size: 16px;
            font-weight: 300;
            line-height: 22.4px;
        }
        @media (max-width: 767px) {
            .kopa__form-table__checkbox {
                flex-basis: 100%;
            }
        }
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent-id]) .kopa__form-table__checkbox,
        .kopa__form-table__row .kopa__form-table__checkbox.pl {
            padding-left: 26px;
        }
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent-id]) .kopa__form-table__sum,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent-id]) .kopa__checkbox__on,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent-id]) .kopa__checkbox__off,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent-id]) .kopa__checkbox__label-text,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent2-id]) .kopa__form-table__sum,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent2-id]) .kopa__checkbox__on,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent2-id]) .kopa__checkbox__off,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent2-id]) .kopa__checkbox__label-text,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent3-id]) .kopa__form-table__sum,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent3-id]) .kopa__checkbox__on,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent3-id]) .kopa__checkbox__off,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent3-id]) .kopa__checkbox__label-text {
            opacity: .26;
        }
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent-allow]) .kopa__form-table__sum,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent-allow]) .kopa__checkbox__on,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent-allow]) .kopa__checkbox__off,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent-allow]) .kopa__checkbox__label-text,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent2-allow]) .kopa__form-table__sum,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent2-allow]) .kopa__checkbox__on,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent2-allow]) .kopa__checkbox__off,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent2-allow]) .kopa__checkbox__label-text,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent3-allow]) .kopa__form-table__sum,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent3-allow]) .kopa__checkbox__on,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent3-allow]) .kopa__checkbox__off,
        .kopa__form-table__row:has(.kopa__checkbox__wrap[data-parent3-allow]) .kopa__checkbox__label-text {
            opacity: 1;
        }

.kopa__checkbox__wrap {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
    .kopa__checkbox__on,
    .kopa__checkbox__off {
        position: absolute;
        left: 0;
        top: 1px;
    }
    .kopa__checkbox__on {
        display: none;
    }
    .kopa__checkbox__wrap[data-checked=true] .kopa__checkbox__on {
        display: block;
    }
    .kopa__checkbox__wrap[data-checked=true] .kopa__checkbox__off {
        display: none;
    }
        .kopa__checkbox__on svg {
            position: absolute;
            left: 3px;
            top: 6px;
        }
        .kopa__checkbox__none {
            display: inline-block;
            width: 19px;
            height: 19px;
            border: 1px solid #000;
        }
    .kopa__checkbox__label {
        position: relative;
    }
        .kopa__checkbox__wrap[data-checked=true] .kopa__checkbox__label {
            font-weight: bold;
        }
            .kopa__checkbox__label-text b {
                text-decoration: underline;
            }
        .kopa__checkbox__tooltip-mobile {
            display: none;
            cursor: pointer;
            border-radius: 50%;
            background-color: #f6f6f6;
            padding: 3px 10px;
            font-weight: bold;
            margin-top: -3px;
        }
        @media (hover: none) {
            .kopa__checkbox__tooltip-mobile {
                display: inline-block;
            }
        }
        .kopa__checkbox__tooltip {
            display: none;
            position: absolute;
            z-index: 1;
            top: 100%;
            left: 0;
            margin-top: 2px;
            width: max-content;
            max-width: 560px;
            font-size: 14px;
            font-weight: 300;
            line-height: 22.4px;
            padding: 15px 25px;
            box-shadow: 0px 4px 11.8px 0px #0000001C;
            background-color: #F6F6F6;
        }
        .kopa__checkbox__label:hover .kopa__checkbox__tooltip {
            display: block;
        }
        @media (hover: none) {
            .kopa__checkbox__label:hover .kopa__checkbox__tooltip {
                display: none;
            }
        }
        .kopa__checkbox__label:hover .kopa__checkbox__tooltip:hover {
            display: none;
        }

.kopa__quantity__row {
    display: flex;
    width: 100px;
    height: 30px;
    background-color: #F6F6F6;
    font-size: 16px;
    font-weight: 300;
    justify-content: space-around;
    align-items: center;
}
    .kopa__quantity__minus,
    .kopa__quantity__plus {
        width: 30px;
        cursor: pointer;
        text-align: center;
        user-select: none;
    }
    .kopa__quantity__val {
        text-align: center;
        min-width: 20px;
    }

.kopa__form-footer__box {
    display: flex;
    padding: 26px 20px 26px 0;
    background-color: #f6f6f6;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .kopa__form-footer__box {
        align-items: center;
        flex-direction: column;
        gap: 17px;
        padding: 20px;
    }
}
    .kopa__form-footerSumContent {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        gap: 1px;
        flex-grow: 1;
        background-color: #fff;
        padding-left: 20px;
    }
    .kopa__form-footerSumContent_comm {
        font-size: 12px;
        opacity: 0.5;
    }
    .kopa__form-footer__sum {
        display: flex;
        gap: 15px;
        align-items: center;
        /* flex-grow: 1; */
        background-color: #fff;
        /* padding-left: 20px; */
        align-items: center;
    }

    @media (max-width: 767px) {
        .kopa__form-footer__sum {
            padding-left: 0;
            background-color: transparent;
        }
    }
        .kopa__form-footer__sum-title {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 400;
            line-height: 22.4px;
        }
        .kopa__form-footer__sum-val {
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
        }
        .kopa__form-footer__btn {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 400;
            line-height: 22.4px;
            color: #fff;
            cursor: pointer;
            background-color: #000;
            width: 300px;
            padding: 14px 30px;
            text-align: center;
        }
        @media (max-width: 767px) {
            .kopa__form-footer__btn {
                width: 250px;
            }
        }

.kopa__form-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 22.4px;
    background-color: #f6f6f6;
    padding: 0 20px 29px;
}
    .kopa__form-desc a {
        text-decoration: none;
    }

.kopa__submit-form__box {

}
    .kopa__submit-form__input {
        margin-bottom: 10px;
    }
    .kopa__submit-form__input > div {
        width: 100%;
    }
        .kopa__submit-form__input input {
            border: 0;
            background-color: #F6F6F6;
            width: 100%;
            font-size: 15px;
            font-weight: 300;
            line-height: 20px;
            padding: 16px 20px;
        }
        .kopa__submit-form__input input::placeholder {
             color: #AAACBD;
        }
        .kopa__submit-form__checkbox-wrap {
            margin: 35px 0 26px;
        }
            .kopa__submit-form__checkbox {
                display: inline-block;
                cursor: pointer;
                position: relative;
                padding-left: 26px;
                font-size: 14px;
                font-weight: 300;
                line-height: 22.4px;
            }
                .kopa__submit-form__checkbox input {
                    position: absolute;
                    opacity: 0;
                    left: 0;
                    top: 0;
                    z-index: 0;
                }
                .kopa__submit-form__checkbox-on,
                .kopa__submit-form__checkbox-off {
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 1;
                }
                .kopa__submit-form__checkbox-on {
                    display: none;
                }
                .kopa__submit-form__checkbox:has(:checked) .kopa__submit-form__checkbox-on {
                    display: block;
                }
                .kopa__submit-form__checkbox:has(:checked) .kopa__submit-form__checkbox-off {
                    display: none;
                }
                .kopa__submit-form__checkbox-on svg:last-child {
                    position: absolute;
                    left: 3px;
                    top: 5px;
                }
                    .kopa__submit-form__checkbox-none {
                        display: inline-block;
                        width: 19px;
                        height: 19px;
                        border: 1px solid #000;
                    }

        .kopa__submit-form__btn {
            display: flex;
            justify-content: center;
        }
        .kopa__submit-form__btn [type="submit"] {
            width: 100%;
            padding: 13px 30px;
            position: relative;
        }
        .js-kopa__submit-form__load .kopa__submit-form__btn [type="submit"] {
            color: transparent;
            transition: none;
        }
            .kopa__submit-form__loader {
                display: none;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -13px;
                margin-top: -13px;
                width: 26px;
                height: 26px;
                border: 3px solid #fff;
                border-bottom-color: transparent;
                border-radius: 50%;
                box-sizing: border-box;
                animation: kopa__submit-form__loader-rotation 1s linear infinite;
            }
            .kopa__submit-form__btn [type="submit"]:hover .kopa__submit-form__loader {
                border-color: #000;
                border-bottom-color: transparent;
            }
            .js-kopa__submit-form__load .kopa__submit-form__loader {
                display: block;
            }
            @keyframes kopa__submit-form__loader-rotation {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }