.about {
    padding-top: 125px;
}
.about-title {
    font-size: clamp(1.5625rem, 1.0919rem + 2.3529vw, 2.8125rem);
    line-height: 110%;
    font-weight: 400;
    color: #000000;
    margin-bottom: 70px;
}
.about-caption {
    font-size: clamp(1.5rem, 1.1235rem + 1.8824vw, 2.5rem);
    line-height: 110%;
    font-weight: 400;
    color: #000000;
    margin-bottom: 75px;
}
.about-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 75px;
}
.about-text {
    flex: 1;
    font-size: clamp(1rem, 0.8118rem + 0.9412vw, 1.5rem);
    line-height: 120%;
    font-weight: 400;
    color: #000000;
}
.about-orgz {
    font-size: clamp(0.875rem, 0.7338rem + 0.7059vw, 1.25rem);
    line-height: 110%;
    font-weight: 400;
    color: #000000;
    margin-bottom: 32px;
}
@media (max-width: 770px) {
    .about {
        padding-top: 30px;
    }
    .about-wrap {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 100px;
    }
}

.about-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}
@media (max-width: 770px) {
    .about-orgz {
        margin-bottom: 21px; 
    }
    .about-logos {
        gap: 15px;
    }
    .about-logo {
        max-width: 151px;
    }
}


.about-wrap1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 75px;
}
.about-item1 {
    max-width: 755px;
    width: 100%;
    background-color: #00E0AB;
    padding: 25px 30px;
    border-radius: 10px;
}
.about-item2 {
    flex: 1;
    max-width: 366px;
    width: 100%;
    background-color: #17D7FF;
    border-radius: 10px;
    padding: 25px;

    font-size: clamp(1.5rem, 1.2647rem + 1.1765vw, 2.125rem);
    line-height: 105%;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 90px;
}

@media (max-width: 770px) {
    .about-wrap1 {
        flex-direction: column;
        margin-top: 41px;
    }
    .about-item1 {
        max-width: inherit;
        padding: 20px 15px;
    }
    .about-item2 {
        max-width: inherit;
        padding: 20px 15px;
        padding-bottom: 80px;
    }
}

.about-form__caption {
    font-size: clamp(1.25rem, 1.1559rem + 0.4706vw, 1.5rem);
    line-height: 110%;
    font-weight: 400;
    color: #FFFFFF;
}
.about-form__input {
    background-color: #F8F8F8;
    max-width: 830px;
    width: 100%;
    outline: none;
    padding: 30px;
    border: 0;
    border-radius: 10px;
    font-size: clamp(0.75rem, 0.5618rem + 0.9412vw, 1.25rem);
    color: #000000;
    margin-bottom: 10px;
}
.about-form__input::placeholder {
    font-size: clamp(0.75rem, 0.5618rem + 0.9412vw, 1.25rem);
    font-weight: 400;
    color: #D9D9D9;
}
.about-form__input:nth-of-type(1) { 
    margin-top: 15px;
}
.about-form__input:nth-of-type(2) { 
    margin-bottom: 25px;
}
.about-form__btn {
    display: block;
    width: 100%;
    color: #FFFFFF;
    height: 64px;
    background-color: #006074;
    border-radius: 55px;
    outline: none;
    border: 0;
    font-size: clamp(1rem, 0.8118rem + 0.9412vw, 1.5rem);
    cursor: pointer;
    margin-top: 20px;
}

@media (max-width: 770px) {
    .about-form__input {
        padding: 12px 15px;
        border-radius: 5px;
    }
    .about-form__btn {
        height: 40px;
        margin-top: 15px;
    }
    .about-form__input:nth-of-type(2) { 
        margin-bottom: 15px;
    }
}

.checkbox__wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox__label {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
}
.checkbox__input {
    appearance: none; 
    -webkit-appearance: none;
    width: 13px;
    height: 15px;
    background-size: 100% 100%;
    background-image: url('../img/icons/about/checkbox.svg'); 
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
}
.checkbox__input:checked {
    background-image: url('../img/icons/about/checkbox-cheked.svg'); 
}
.checkbox__span {
    font-size: clamp(0.625rem, 0.4838rem + 0.7059vw, 1rem);
    line-height: 110%;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}

@media (max-width: 770px) {
    .checkbox__input {
        width: 11px;
        height: 13px;
    }
    .checkbox__label {
        gap: 5px;
    }
}

.about-success__block {
    padding-top: 20px;
    text-align: center;
    display: none;
}
.about-success__label {
    font-size: clamp(1.125rem, 0.9838rem + 0.7059vw, 1.5rem);
    line-height: 110%;
    font-weight: 500;
    color: #000000;
}
.about-success__btn {
    display: block;
    width: 100%;
    color: #FFFFFF !important;
    line-height: 41px;
    height: 41px;
    background-color: #006074;
    border-radius: 55px;
    outline: none;
    border: 0;
    font-size: 15px;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
}
.about-success__btn:hover {
    color: #FFFFFF !important;
}