.about {
    margin-top: 60px;
    padding-bottom: 120px;
}

.about p {
    margin-top: 40px;
}

.pa1 {
    font-style: normal;
    font-weight: 900;
    font-size: 90px;
    line-height: 110%;
    text-transform: uppercase;
}

.pa2 {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
}

.pa3 {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 120%;
    margin-left: 5px;
}

.about_tovar {
    margin-top: 27px;
    padding-bottom: 160px;
}

.about_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_tovar_about {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_tovar_about_left {
    display: flex;
    align-items: flex-end;
    align-content: flex-start;
}

.item_tovar_about_right {
    text-align: center;
    width: 328px;
}

.about_res {
    padding-top: 160px;
}

.about_res_line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-bottom: 140px;
}

.about_res img {
    margin-bottom: 35px;
}

.item_res_text {
    display: flex;
    margin-top: 70px;
}

.item_res_text hr {
    height: auto;
    border: 1px solid #FFC000;
}

.item_res_text p {
    width: 320px;
    margin-left: 25px;
}

.about_flex img {
    margin-right: 60px;
}

.staff_list {
    width: 956px;
    margin: 0 auto;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.staff_list img {
    width: 250px;
}

.about_staf {
    text-align: center;
    padding: 160px 0;
}

.about_staf h3 {
    margin: 80px 0;
}

.mob_about_tovar {
    display: none;
}

h1 {
    text-align: center;
}
.about-page-img{
    float: left;
    margin: 0 20px 20px 0;
}
@media (min-width: 960px) and (max-width: 1280px) {
    .item_res {
        width: 30%;
    }

    .mob_about_tovar {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .about_flex {
        display: inherit;
    }

    .about_flex img {
        width: 100%;
        margin: 0;
    }

    .about_res {
        padding-top: 100px;
    }

    .about_res_line {
        flex-wrap: wrap;
        margin-top: 60px;
        padding-bottom: 0;
    }

    .item_res {
        padding-bottom: 60px;
    }

    .item_res_text p {
        width: 85%;
    }

    .item_res_text {
        margin-top: 30px;
    }

    .item_tovar_about_right {
        display: none;
    }

    .mob_about_tovar {
        display: flex;
        justify-content: space-between;
        padding-bottom: 100px;
    }

    .mob_item_tovar_about_right {
        text-align: center;
    }

    .pa1 {
        font-size: 64px;
    }

    .pa2 {
        font-size: 24px;
    }

    .pa3 {
        font-size: 24px;
    }


}

@media (max-width: 639px) {
    .about {
        padding-bottom: 90px;
    }

    .about_flex {
        display: inherit;
    }

    .about_flex img {
        width: 100%;
        margin: 0;
    }

    .about_res {
        padding-top: 100px;
    }

    .about_res_line {
        flex-wrap: wrap;
        margin-top: 60px;
        padding-bottom: 0;
    }

    .item_res {
        padding-bottom: 60px;
    }

    .item_res_text p {
        width: 85%;
    }

    .item_res_text {
        margin-top: 30px;
    }

    .item_tovar_about_right {
        display: none;
    }

    .mob_about_tovar {
        padding-bottom: 40px;
    }

    .mob_item_tovar_about_right {
        text-align: center;
        padding-bottom: 50px;
    }

    .pa1 {
        font-size: 64px;
    }

    .pa2 {
        font-size: 24px;
    }

    .pa3 {
        font-size: 24px;
    }

    .item_tovar_about_left {
        display: initial;
        padding-top: 60px;
    }

    .about_tovar {
        margin-top: 0;
        padding-bottom: 100px;
    }
}
