.uc-collapse {
    .t-container,
    .t-col_12 {
        max-width: 1440px;
    }
    .t-container {
        border-radius: 15px;
        overflow: hidden;
    }
    .t-col_12 {
        margin: 0 !important;
    }
    .t668__accordion {
        position: relative;
    }
    .t668__accordion::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #C5E50C;
        padding: 0 30px;
        box-sizing: border-box;
        background-clip: content-box;
        z-index: 1;
    }
}
@media screen and (width < 1440px) {
    .uc-collapse {
        .t-col {
            padding: 0 !important;
        }
        .t-container,
        .t-col_12 {
            max-width: 960px;
        }
        .t-section__title {
            font-size: 70px !important;
            margin-bottom: 50px !important;
        }
    }
}
@media screen and (width < 960px) {
    .uc-collapse {
        .t-container,
        .t-col_12 {
            max-width: 640px;
        }
        .t-section__title {
            font-size: 45px !important;
        }
        .t668__trigger-button {
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }
    }
}
@media screen and (width < 640px) {
    .uc-collapse {
        .t-container,
        .t-col_12 {
            max-width: 480px;
        }
        .t-section__title {
            margin-bottom: 20px !important;
        }
        .t-name {
            font-size: 18px !important;
        }
        .t668__accordion::after {
            padding: 0 20px;
        }
        .t-section__title {
            text-align: left !important;
        }
    }
}
@media screen and (width < 480px) {
    .uc-collapse {
        .t-container,
        .t-col_12 {
            max-width: 343px;
        }
    }        
}



.custom-form {
    background: #C5E50C;
    padding: 25px;
    border-radius: 15px;
}
.custom-form .t-input-group {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}
.custom-form .t-input-group:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDI0NzUgMTguOTc3OEMtMC4zNDE1ODQgMTcuNjE0OCAtMC4zNDE1ODQgMTUuMzkyNiAxLjAyNDc1IDE0LjAxNDhMNS4wNDk1IDEwTDEuMDI0NzUgNS45ODUxOUMtMC4zNDE1ODQgNC42MjIyMiAtMC4zNDE1ODQgMi40IDEuMDI0NzUgMS4wMjIyMkMyLjM5MTA5IC0wLjM0MDc0MSA0LjYxODgxIC0wLjM0MDc0MSA2IDEuMDIyMjJMMTUgMTBMNiAxOC45Nzc4QzQuNjMzNjYgMjAuMzQwNyAyLjQwNTk0IDIwLjM0MDcgMS4wMjQ3NSAxOC45Nzc4WiIgZmlsbD0iI0ZGNkQwMCIvPgo8L3N2Zz4K");
    position: absolute;
    z-index: 1;
    bottom: 12px;
    right: 10px;
}
.custom-form .t-input-title {
    position: absolute;
    z-index: 1;
    display: block;
    height: auto;
    bottom: 7px;
    left: 10px;
}
.custom-form .t-input-block > input,
.custom-form textarea,
.custom-form .t-input-phonemask__wrap {
    margin-bottom: 42px;
    padding-left: 12px;
}


.t-form-success-popup svg {
    fill: #467438 !important;
}

.t-form__successbox {
    background-color: #C5E50C !important;
    color: #467438 !important;
    font-weight: 600 !important;
    font-size: 28px !important;
    margin-bottom: 0 !important;
}

.custom-form.custom-form_popup .t-input-block > input,
.custom-form.custom-form_popup textarea,
.custom-form.custom-form_popup .t-input-phonemask__wrap {
    margin-bottom: 32px;
}
.custom-form.custom-form_popup .t-input-title {
    bottom: 0;
}

@media screen and (width < 640px) and (width >= 480px) {
    .custom-form:not(.custom-form_popup) {
        padding: 5px;
    }
    .custom-form {
        .t-form__inputsbox.t-form__inputsbox_flex.t-form__inputsbox_inrow {
            column-gap: 5px;
        }
        .t-form__inputsbox_inrow .t-input-group_width50.t-input-group_inonerow {
            width: calc(50% - 2.5px);
        }
        .t-input-phonemask__wrap {
            padding-left: 5px;
            padding-right: 5px;
        }
        .t-input-phonemask__options-code, .t-input-phonemask__select-code {
            margin-left: 3px;
        }
    }
}

@media screen and (width < 480px) {
    .custom-form:not(.custom-form_popup) {
        padding: 20px;
    }
}

@media screen and (width < 960px) {
    .custom-form {
        .t-input-group:before {
            bottom: 6px;
        }
        .t-input-title {
            bottom: 3px;
        }
        .t-input-block > input,
        textarea,
        .t-input-phonemask__wrap{
            margin-bottom: 25px;
        }
        .t-input-block > input,  .t-input-phonemask__wrap {
            height: 37px !important;
        }
    }
}

.uc-cookies-popup {
    .t886__wrapper {
        width: 100% !important;
    }
}