/* О нас - начало*/
.about-us {
    display: flex;
    flex-direction: column;
    gap: 41px;
}
.about-us .contact-wrapper-page{
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.about-us .contact-wrapper-page .button-section{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 392px;
    min-width: 392px;

}
.about-us .contact-wrapper-page .button-section .button-item{
    display: flex;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
    color: #FDFCFB;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
}
.about-us .contact-wrapper-page .button-section .button-item.active{
    background: #2E3030;
}
.about-us .contact-wrapper-page .button-section .button-item:hover{
    background: #2E3030;
}
.about-us .contact-wrapper-page .button-section .button-item .icon{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}
.about-us .contact-wrapper-page .button-section .button-item .icon.about {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%23FDFCFB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8V13' stroke='%23FDFCFB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9941 16H12.0031' stroke='%23FDFCFB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
.about-us .contact-wrapper-page .button-section .button-item.active .icon.about {

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' fill='%23BB9255'/%3E%3Cpath d='M12 8V13' stroke='%23FDFCFB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9941 16H12.0031' stroke='%23FDFCFB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
.about-us .contact-wrapper-page .button-section .button-item .icon.flag {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15039 2V22' stroke='%23FDFCFB' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 4H16.6231C19.184 4 19.7531 5.5 17.951 7.4L16.8128 8.6C16.054 9.4 16.054 10.7 16.8128 11.4L17.951 12.6C19.7531 14.5 19.0891 16 16.6231 16H6' stroke='%23FDFCFB' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
.about-us .contact-wrapper-page .button-section .button-item.active .icon.flag {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15039 2V22' stroke='%23BB9255' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 4H16.6231C19.184 4 19.7531 5.5 17.951 7.4L16.8128 8.6C16.054 9.4 16.054 10.7 16.8128 11.4L17.951 12.6C19.7531 14.5 19.0891 16 16.6231 16H6' fill='%23BB9255'/%3E%3Cpath d='M6 4H16.6231C19.184 4 19.7531 5.5 17.951 7.4L16.8128 8.6C16.054 9.4 16.054 10.7 16.8128 11.4L17.951 12.6C19.7531 14.5 19.0891 16 16.6231 16H6' stroke='%23BB9255' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
.about-us .contact-wrapper-page .text-area-main {
    display: none;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #3E3E3E;
    margin-bottom: 80px;
}
.about-us .contact-wrapper-page .active {
    display: flex;
}
.about-us .contact-wrapper-page .text-area-main .text-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-us .contact-wrapper-page .text-area-main .text-item .text-item-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}
.about-us .contact-wrapper-page .text-area-main .text-item .only-text-area{
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: rgba(253, 252, 251, 0.70);
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}
.about-us .contact-wrapper-page .text-area-main .connect-area{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.about-us .contact-wrapper-page .text-area-main .connect-area .connect-area-title{
    color: #FDFCFB;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}
.about-us .contact-wrapper-page .text-area-main .connect-area .connect-area-items{
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}
.about-us .contact-wrapper-page .text-area-main .connect-area .connect-area-items .connect-area-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.about-us .contact-wrapper-page .text-area-main .connect-area .connect-area-items .connect-area-item .connect-label {
    color: rgba(253, 252, 251, 0.70);
    font-size: 16px;
    line-height: 120%;
}
.about-us .contact-wrapper-page .text-area-main .connect-area .connect-area-items .connect-area-item .connect-item {
    font-size: 20px;
    line-height: 140%;
}
@media (max-width: 1000px) {
    .about-us .contact-wrapper-page {
        flex-direction: column;
        gap: 24px;
    }
    .about-us .contact-wrapper-page .text-area-main .text-item {
        gap: 24px;
    }
}
@media (max-width: 767px) {
    .about-us .contact-wrapper-page .button-section {
        flex-direction: row;
        gap: 14px;
        width: 100%;
        min-width: unset;
    }
    .about-us .contact-wrapper-page .text-area-main .text-item .text-item-title {
        font-size: 20px;
    }
    .about-us .contact-wrapper-page .text-area-main .text-item .only-text-area {
        font-size: 14px;
    }
    .about-us .contact-wrapper-page .text-area-main .connect-area .connect-area-title {
        font-size: 20px;
    }
    .about-us .contact-wrapper-page .text-area-main .connect-area {
        gap: 16px;
    }
    .about-us .contact-wrapper-page .text-area-main .connect-area .connect-area-items {
        gap: 24px;
    }
    .about-us .contact-wrapper-page .text-area-main .connect-area .connect-area-items .connect-area-item .connect-item {
        font-size: 18px;
    }
    .about-us .contact-wrapper-page .button-section {
        flex-wrap: wrap;
    }
    .about-us .contact-wrapper-page .button-section .button-item .icon{
        display: none;
    }
    .about-us .contact-wrapper-page .button-section .button-item {
        padding: 16px 20px;
        border-radius: 16px;
        font-size: 18px;
    }
    .about-us .contact-wrapper-page .text-area-main {
        padding: 20px;
    }
}
/* О нас - конец*/
/* Стать курьером - начало*/
.form-area{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.form-area .inputs{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}
.form-area .checkboks{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 1100px) {
    .input-item {
        max-width: unset;  
    }
}
/* Стать курьером - конец*/