.about-company {
    padding: 0 4.17% 100px 11.98%;
    display: flex;
    justify-content: space-between;
}

.wrap_about-company_text {
    width: 95%;
}

.wrap_about-company_menu {
    box-sizing: border-box;
    width: 90%;
    padding-left: 90px;
}

.about-company__title {
    font-size: 3.875em;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.about-company__desc {
    font-size: 1.250em;
}

.about-company__p {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
}

.about-company__p.about-company__p_lead {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
}

.about-company__item {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.16);
    border-radius: 25px;
    margin-right: 20px;
    transition-duration: 550ms;
}

.about-company__item:last-child {
    margin-right: 0;
}

.about-company__item:hover {
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.04), 0px 2px 18px rgba(0, 0, 0, 0.08);
    transition-duration: 550ms;
}

.about-company__link {
    display: block;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.25;
    padding: 16px 32px;
}

.about-company__link:hover {
    color: #444444;
}

.about-company__logo-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 146px;
}

.about-company__logo {
    width: 104px;
    height: 101px;
}

.about-company_logo-text {
    font-style: normal;
    font-weight: normal;
    width: 80%;
    font-size: 0.875em;
    line-height: 1.6;
    letter-spacing: 0.02em;
    box-sizing: border-box;
    padding-left: 40px;
}

/*Numbers*/
.numbers {
    padding-bottom: 60px;
}

.numbers__list {
    display: flex;
    justify-content: center;
}

.numbers__item {
    text-align: center;
    margin-right: 120px;
}

.numbers__item:last-child {
    margin-right: 0;
}

.numbers__number {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 4.375em;
    line-height: 1.24;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
}

/*Photos*/
.company-photos {
    padding: 60px 0 60px 11.98%;
    overflow-x: hidden;
}

.company-photos__item {
    width: 100%;
    height: 400px;
    display: inline-block;
    overflow: hidden;
}

.company-photos__item:hover {
    cursor: grab;
}

.company-photos__img {
    width: 100%;
}

/*Team*/
.team {
    border-top: 55px solid transparent;
    margin-top: -55px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 60px 0 60px 11.98%;
}

.team__title {
    font-size: 3.250em;
    margin-bottom: 40px;
}

.team__desc {
    font-size: 1.250em;
    width: 47.3%;
    margin-bottom: 72px;
}

.team__item {
    width: 260px;
    height: 368px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.team__list:hover {
    cursor: grab;
}

.team__member {
    position: absolute;
    bottom:0;
    text-align: center;
    margin: auto;
    width: 95%;
    padding-left: 5px;
    transition-duration: 550ms;
    transform: translateY(400px);
}

.team__name {
    display: block;
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.team__position {
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 1.375em;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 47px;
}

.team__item:hover .team__member{
    transition-duration: 550ms;
    transform: translateY(0);
}

.team__img {
    width: 100%;
    transition-duration: 550ms;
    transform: scale(1);
}

.team__item:hover .team__img {
    filter: grayscale(1) brightness(50%);
    transition-duration: 550ms;
    transform: scale(1.1);
}

/*Join*/
.join {
    border-top: 55px solid transparent;
    margin-top: -55px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 60px 18.125% 120px 11.98%;
}

.join__title {
    font-size: 3.250em;
    margin-bottom: 40px;
    width: 28.125%;
}

.wrap_join__text {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 89px;
}


.join__desc {
    font-size: 1.250em;
    width: 47.3%;
}

.join__mail {
    text-decoration: none;
    line-height: 1.6;
    font-size: 1.438em;
    letter-spacing: 0.02em;
    color: #FF4343;
}

.wrap_job-desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wrap_job-desc:last-child {
    margin-bottom: 0;
}

.join__job {
    flex-basis: 22%;
}

.join__link {
    color: #FF4343;
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 1.625em;
    text-decoration: none;
}

.join__job-desc {
    flex-basis: 53.59%;
    color: #989898;
}

/*Adaptive*/
@media screen and (max-width: 1600px) {
    .about-company {
        padding: 0 4.17% 55px 11.98%;
    }

    .about-company__desc,
    .team__desc,
    .join__desc {
        font-size: 1.125em;
    }

    .wrap_about-company_text {
        width: 70%;
    }

    .wrap_about-company_menu {
        padding-left: 50px;
    }

    .about-company__logo-info {
        margin-top: 176px;
    }

    .company-photos {
        padding: 0 0 55px 11.98%;
    }

    .team {
        padding: 55px 0 55px 11.98%;
    }

    .join {
        padding: 55px 18.125% 110px 11.98%;
    }

}

@media screen and (max-width: 1366px) {
    .about-company {
        padding-left: 5%;
    }

    .wrap_about-company_menu {
        padding-left: 90px;
    }

    .about-company__logo-info {
        margin-top: 146px;
    }

    .about-company_logo-text {
        width: 70%;
    }

    .company-photos {
        padding: 0 0 55px 5%;
    }

    .company-photos__item {
        width: 100%;
        height: 330px;
    }

    .team {
        padding: 55px 0 55px 5%;
    }

    .team__desc {
        width: 57.3%;
    }

    .join {
        padding: 55px 5% 110px 5%;
    }

    .join__desc {
        width: 57.3%;
    }

    .join__job-desc {
        flex-basis: 63.59%;
    }
}

@media screen and (max-width: 1080px) {
    .company-photos__item {
        width: 100%;
        height: fit-content;
    }
}


@media screen and (max-width: 940px) {
    .about-company {
        flex-direction: column;
    }

    .wrap_about-company_text {
        width: 100%;
    }

    .wrap_about-company_menu {
        padding-left: 0;
    }

    .about-company__logo-info {
        margin-top: 40px;
    }

    .about-company__menu {
        display: none;
    }

    .about-company_logo-text {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .about-company_logo-text {
        box-sizing: border-box;
        padding-left: 40px;
    }

    .numbers__item {
        margin-right: 10%;
    }
}

@media screen and (max-width: 650px){
    .team__desc {
        width: 85%;
    }

    .join__desc {
        width: 85%;
    }

    .wrap_join__text {
        margin-bottom: 55px;
        flex-direction: column;
    }

    .join__mail {
        font-size: 1.125em;
        margin-top: 10px;
    }
}
@media screen and (max-width: 580px) {
    .team__item {
        width: 200px;
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .company-photos {
        padding: 0 0 25px 5%;
    }

    .team {
        padding: 25px 0 25px 5%;
    }

    .team__desc {
        margin-bottom: 50px
    }

    .join {
        padding: 25px 5% 50px 5%;
    }

    .wrap_job-desc {
        align-items: center;
    }

    .join__job {
        flex-basis: 25%;
        font-size: 1.2em;
    }

}


@media screen and (max-width: 420px) {
    .about-company_logo-text {
        width: 100%;
    }

    .numbers__number {
        font-size: 3.375em;
    }
}






