.custom-video-section {
    min-height: 100vh;
    padding: 3rem 1rem;
    background-color: #f3f4f6;
    /* светло-серый фон */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.custom-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #a0a2a5;
    margin-bottom: 1rem;
}

.custom-subtitle {
    font-size: 1.25rem;
    color: #4b5563;
    max-width: 800px;
    margin-bottom: 2.5rem;
}

.custom-video-wrapper {
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.custom-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.content-box-1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 1rem;
}

.img-col {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.img-col img.banner {
    max-width: 100%;
    height: auto;
    display: block;
}

.text-col {

    flex: 1 1 65%;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.text-col ul.styled {

    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1 1 45%;
}

.text-col ul.styled li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #333;
}

.text-col ul.styled li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #83b808;
    /* синий чек */
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-box-1 {
        flex-direction: column;
        align-items: center;
    }

    .img-col,
    .text-col {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .text-col {
        flex-direction: column;
    }
}

.custom-about-box {
    margin-top: 45px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.05);
    /* легкое затемнение */
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* мягкая тень */
    transition: box-shadow 0.3s ease;
    margin-bottom: 1.5rem;
}

.custom-about-box:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.custom-about-box img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    flex-shrink: 0;
}

.custom-about-box p {
    margin: 0;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}

.about-bg {
    padding: 20px 0 60px 0;
    background-size: cover;
    background-position: center;
}

.video-text-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 0;
}

.video-col {
    flex: 1 1 55%;
    min-width: 300px;
}

.videoBlock {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.text-col {
    flex: 1 1 40%;
    min-width: 280px;
}

.text-box {
    background-color: rgb(255, 255, 255);
    height: 370px;
    border-radius: 20px;
    padding: 25px;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media(max-width:768px) {
    .text-box {
        background-color: rgb(255, 255, 255);
        height: 100%;
        border-radius: 20px;
        padding: 25px;
        color: #333;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
}

.text-box h3 {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #111;
}

.text-box p {
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .video-text-wrapper {
        flex-direction: column;
        gap: 1.5rem;
    }

    .video-col,
    .text-col {
        flex: 1 1 100%;
    }
}

.with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    /* расстояние между иконкой и текстом */
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #111;
}

.with-icon img {
    width: 74px;
    height: 74px;
}

.with-icon.end {
    flex-direction: row-reverse;
    /* перемещает картинку вправо */
}

.section-three {
    padding: 40px 0;
    background-color: #e8f7ff;
}

.section-three .content-wrap {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 0 20px;
    flex-wrap: wrap;
    /* адаптивность */
}

@media (max-width: 768px) {
    .section-three .content-wrap {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}


/*FORM STYLE*/

.step {
    display: none;
}

.step.active {
    display: block;
}

.form-group {
    margin: 40px auto 0 auto;
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
}

.form-group input {
    width: 100%;
    border: 1.5px solid rgba(128, 128, 128, 0.418);
    padding: 5px;
    font-size: 18px;
    margin-top: 5px;
    border-radius: 4px;
}

button.next-btn,
button.previous-btn,
button.submit-btn {
    max-width: 400px;
    background: #0a3dc0;
    border-radius: 2px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding: 14.5px 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 115%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}



button.submit-btn {
    background-color: aquamarine;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.radio-option {
    display: flex;
    align-items: center;
    border: 1.5px solid rgba(128, 128, 128, 0.418);
    border-radius: 4px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.radio-option:hover {
    border-color: #0a3dc0;
}

.radio-option input[type="radio"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.service-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.service-option {
    background-color: #0a3dc0;
    position: relative;
    display: block;
    border: 1.5px solid rgba(128, 128, 128, 0.418);
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    padding: 15px;
}

.service-option input[type="radio"] {
    display: none;
}

.service-option .service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-option .service-image {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.service-option .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.service-option .service-name {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.service-option input[type="radio"]:checked+.service-content {
    border: 2px solid #0a3dc0;
    background-color: rgb(0, 0, 0);
    border-radius: 4px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.full-image-option {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

.full-image-option input[type="radio"] {
    display: none;
}

.image-box {
    height: 120px;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: border 0.3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.full-image-option input[type="radio"]:checked+.image-box {
    border: 3px solid #0a3dc0;
}

.service-label {
    background: #000;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    font-weight: 600;
    font-size: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.form-bg {
    padding: 20px 0 60px 0;
    background-size: cover;
    background-position: center;
}

.text-white {
    color: white;
}

.custom-text-box {
    margin-top: 20px;
    padding-top: 50px;
    padding: 20px;
    border: solid 1px green;
    border-radius: 25px;
}

.pt-50 {
    padding-top: 50px;
}

.icons-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

@media screen and (max-width: 450px) {
    .icons-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 17px;
    }
}

@media (max-width: 768px) {
    .center-mobile {
        display: flex;
        justify-content: center;
    }
}

.comments-custom {
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .25);
    box-shadow: 0 0 14px rgba(0, 0, 0, .25);
    border-radius: 20px;
    padding: 30px 19px;
    margin-bottom: 25px;
}

.people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 14px;
}

.people p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.coop-cus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

@media(max-width:768px) {
    .coop-cus {
        padding-left: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
    }
}

.pt-foot {
    padding-top: 250px;
}