p {
    margin: 0;
}

button:active,
button:focus {
    outline: none !important;
}

.section_about_us {
    margin-bottom: 100px;
}

.about_us_title {
    color: #282830;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.about_us_title-first {
    margin-top: 30px;
}

.about_us_img {
    width: 100%;
}

.about_us_sub_text {
    color: #282830;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 100px;
}

.about_us_info_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about_us_info_box {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.about_us_info_title {
    color: #282830;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.about_us_info_text {
    color: #282830;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.about_us_info-ul {
    padding-left: 15px;
}

.about_us_info-item {
    color: #282830;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.section_our_successes {
    margin-bottom: 40px;
}

.our_successes_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background-image: url(../../../img/toyota/about/gr-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 105px;
    padding-bottom: 60px;
}

.our_successes_text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.our_successes_text>span {
    color: #F02;
}

.successes_text-2 {
    margin-top: 105px;
}

.successes_text-3 {
    margin-top: 10px;
}

.successes_text-4 {
    margin-top: 10px;
}

.successes_text-5 {
    margin-top: 155px;
}

.successes_text-6 {
    margin-top: 100px;
}

.successes_text-7 {
    margin-top: 105px;
}

.successes_text-8 {
    margin-top: 210px;
}

.successes_text-9 {
    margin-top: 150px;
}

.successes_text-10 {
    margin-top: 80px;
}

.successes_text-11 {
    margin-top: 90px;
}

.section_block_reach {
    margin-bottom: 100px;
}

.block_reach_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


.block_reach-icon {
    background-color: #F0F0F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.block_reach-title {
    color: #282830;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 15px;
    text-transform: none;
}

.block_reach-text {
    color: #282830;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
}

.section_about_gallery {
    margin-bottom: 100px;
}


.about_gallery_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about_gallery-img {
    width: 100%;
}

/* staff */

.section_staff {
    margin-bottom: 100px;
}

.staff_choose-title {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #8B8C90;
    margin-bottom: 16px;
    display: block;
    text-align: center;
}

.staff .dropdown {
    margin: 0 auto 48px;
    text-align: center;
    width: 100%;
}

.staff .dropdown .btn {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #282830;
    border-color: #F0F0F0;
    background: #F0F0F0;
    border-radius: 3px;
    cursor: pointer;
    white-space: normal;
}

.staff .dropdown .btn:focus {
    outline: none;
    box-shadow: none;
    border-color: #F0F0F0;
}

.icon-chevron-down {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC5SURBVHgBjZCxDcJADEWdZBHKSDSMkGxgKdCzQUJHCRMAG4QeJJd0YQQqSJkRGIAkfOsu4g4hlC9ZZ/v+81lHBDFnOTNP6I/0Xn2aB8zzgqjfIW+I2lREml8AUVjBjrNfhUQvQf+GQCOqmBczH9B6ANTXlaGZ3KZoiAE7gBnbFxKtLXC0mzwDf2q2x5HbskQsbX4QOReDL3Khun5c4niqgxKEXTPYAli7Pg8y4P36ARU4bWisvj/E1Rt4lT6dY/PHSwAAAABJRU5ErkJggg==') no-repeat;
    min-width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 30px;
}

.staff .dropdown.show .icon-chevron-down {
    transform: rotateX(180deg);
}

.staff .dropdown .btn-secondary:not(:disabled):not(.disabled).active,
.staff .dropdown .btn-secondary:not(:disabled):not(.disabled):active,
.staff .dropdown .show>.btn-secondary.dropdown-toggle {
    background: #F0F0F0;
    color: #282830;
}

.staff .dropdown-menu {
    padding: 0;
}

.staff .dropdown-item {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #282830;
    padding: 9px 20px;
    white-space: normal;
}

.staff .dropdown-item.active,
.staff .dropdown-item:active {
    background: transparent;
}

.staff_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: #FFF;
    box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
}

.staff_item-img {
    width: 120px;
    height: 155px;
    background: #F0F0F0;
    margin-right: 22px;
    overflow: hidden;
}

.staff_item-img img {
    width: 100%;
}

.staff_item-name {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 31px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}

.staff_item-position {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #282830;
    margin-bottom: 15px;
}

.staff_item-desc a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #282830;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
}

.staff_item-desc a:hover {
    text-decoration: none;
    color: #FF0022;
}

.staff_item-desc a svg {
    margin-right: 10px;
}

.staff_item-mail {
    margin-bottom: 0;
}

.about_us_staff_text {
    color: #282830;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}


@media (max-width: 991px) {
    .staff .dropdown-menu {
        transform: none !important;
        top: 51px !important;
        width: 100%;
    }

    .staff .dropdown .btn {
        text-align: left;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .staff_item {
        flex-direction: column;
    }

    .staff_item-desc {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .staff_item-img {
        margin-bottom: 10px;
    }

    .staff_item-desc a:hover {
        color: #282830;;
    }

    .staff_item-desc a:active {
        color: #FF0022;
    }
}

/* END staff */


.section_publicity {
    margin-bottom: 100px;
}

.publicity_doc_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
}

.publicity_doc_box {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.publicity_doc_name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.publicity_doc_name_title {
    color: #282830;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.publicity_doc_year {
    color: #F02;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.publicity_doc_box:hover {
    border: 1px solid #F02;
    text-decoration: none;
}

.publicity_doc_box:hover .publicity_doc_name_title {
    color: #F02;
}

.section_call_back_form {
    background: #F5F5F5;
    padding: 30px 0;
}

.call_back_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.call_back_form-input {
    padding: 10px;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid transparent;
    height: 40px;
    width: 100%;
    max-width: 375px;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.call_back_form-input::placeholder {
    color: #CECFD0;
}

.call_back_form-input:focus,
.call_back_form-input:active,
.call_back_form-textarea:focus,
.call_back_form-textarea:active {
    outline: none;

}

.call_back_form-textarea {
    padding: 10px;
    border-radius: 2px;
    background: #FFF;
    height: 40px;
    border: none;
    width: 100%;
    max-width: 375px;
    min-height: 100px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    resize: none;
}

.call_back_form-textarea::placeholder {
    color: #CECFD0;
}

.call_back_form-btn {
    border-radius: 100px;
    background: #F02;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 10px 15px 10px;
    height: 50px;
    width: 100%;
    max-width: 305px;
    border: 1px solid #F02;
    margin-top: 50px;

}

.call_back_form-btn:hover {
    background: transparent;
    color: #F02;
}

.call_back_form-input.error {
    border: 1px solid #F02;
}

.dropdown-item.active.show {
    color: #F02;
}



.staff .dropdown-item:focus,
.staff .dropdown-item:focus {
    color: #F02;
}

.successes_text_mob {
    display: block;
}

.successes_text_desc {
    display: none;
}

@media (max-width: 1200px) {
    .our_successes_wrapper {
        grid-template-columns: 1fr;
        background-image: none;
        gap: 0px;
    }

    .successes_text-2,
    .successes_text-3,
    .successes_text-4,
    .successes_text-5,
    .successes_text-6,
    .successes_text-7,
    .successes_text-8,
    .successes_text-9,
    .successes_text-10,
    .successes_text-11 {
        margin-top: 10px;
    }

    .our_successes_col {
        display: grid;
    }

    .successes_text_mob {
        display: none;
    }

    .successes_text_desc {
        display: block;
    }
}

@media (max-width: 991px) {
    .block_reach_wrapper {
        grid-template-columns: 1fr;
    }

    .about_us_sub_text,
    .section_about_us,
    .section_about_gallery,
    .section_staff,
    .section_publicity {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .about_us_title {
        font-size: 24px;
        line-height: 30px;
    }

    .about_gallery_wrapper {
        grid-template-columns: 1fr;
    }

    .publicity_doc_wrapper {
        grid-template-columns: 1fr;
    }

    .call_back_form-input,
    .call_back_form-textarea {
        max-width: 100%;
    }

    .call_back_form-btn {
        max-width: 100%;
        margin-top: 20px;
    }

    .block_reach-text {
        font-size: 14px;
        line-height: 20px;
    }
}
