.command{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F9FF;
    cursor: default;
}
.command__container{
    width: 92%;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
}

.command__up-title{
    color: #00D4E0;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.command__title{
    color: #0A1628;
    font-family: 'Montserrat';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.6px;
    margin-top: 17px;
}
.command__sub-title{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    margin-top: 10px;
    width: 540px;
}

/* Листинг команды */
.command__listing__margin{
    margin-top: 20px;
}
.command__listing{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
}
.command__listing__name{
    color: #0A1628;
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.6px;
}
.command__listing__list{
    display: flex;
    gap: 40px;
    margin-top: 12px;
}

.command__listing__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border-radius: 20px;
    border: 0.8px solid rgba(99, 245, 255, 0.15);
    background: #FFF;
    padding: 18px 22px;
}
.command__listing__item__top{
    display: flex;
    gap: 16px;
}
.command__listing__item__top__img > img{
    width: 127px;
    border-radius: 40px;
    
}
.command__listing__item__top__text{ display: flex; flex-direction: column; gap: 9px;}
.command__listing__item__top__text__p{
    color: #0A1628;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.command__listing__item__top__text__span{
    color: #00D4E0;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.command__listing__item__bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4A6080;
    text-align: center;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px; 
    flex: none;
    width: 280px;
}

@media(max-width:  1660px){
    .command__up-title{ font-size: 14px; }
    .command__title{ font-size: 36px; }
    .command__sub-title{ font-size: 16px; }

    .command__listing__name{ font-size: 22px; }
    .command__listing__list{ flex-wrap: wrap; gap: 30px; }

    .command__listing__item{ padding: 16px 20px; gap: 20px; }

    .command__listing__item__top{ gap: 15px; }

    .command__listing__item__top__img > img{ width: 125px; border-radius: 36px; }

    .command__listing__item__top__text{ gap: 8px; }

    .command__listing__item__top__text__p{ font-size: 18px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 11px; }

    .command__listing__item__bottom{ font-size: 13px; line-height: 20.8px; width: 280px;}

}

@media(max-width:  1280px){
    .command__up-title{ font-size: 12px; }
    .command__title{ font-size: 28px; }
    .command__sub-title{ font-size: 15px; }

    .command__listing__name{ font-size: 20px; }
    .command__listing__list{ flex-wrap: wrap; gap: 25px; }

    .command__listing__item{ padding: 14px 18px; gap: 15px; }

    .command__listing__item__top{ gap: 13px; }

    .command__listing__item__top__img > img{ width: 120px; border-radius: 36px; }

    .command__listing__item__top__text{ gap: 8px; }

    .command__listing__item__top__text__p{ font-size: 18px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 11px; }

    .command__listing__item__bottom{ font-size: 13px; line-height: 20.8px; width: 280px;}

}

@media(max-width:  1095px){
    .command__up-title{ font-size: 12px; }
    .command__title{ font-size: 28px; }
    .command__sub-title{ font-size: 15px; }

    .command__listing__name{ font-size: 20px; }
    .command__listing__list{ flex-wrap: wrap; gap: 25px; }

    .command__listing__item{ padding: 16px 18px; gap: 15px; }

    .command__listing__item__top{ gap: 13px; }

    .command__listing__item__top__img > img{ width: 120px; border-radius: 36px; }

    .command__listing__item__top__text{ gap: 8px; }

    .command__listing__item__top__text__p{ font-size: 18px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 11px; }

    .command__listing__item__bottom{ font-size: 13px; line-height: 20.8px; width: 250px;}

}

@media(max-width:  1000px){
    .command__container{ align-items: center; }
    .command__up-title{ font-size: 13px; }
    .command__title{ font-size: 32px; }
    .command__sub-title{ font-size: 16px; text-align: center; }

    .command__listing__name{ font-size: 20px; text-align: center; }
    .command__listing__list{ flex-wrap: wrap; gap: 30px; justify-content: center;}

    .command__listing__item{ padding: 18px 22px; gap: 20px; }

    .command__listing__item__top{ gap: 16px; }

    .command__listing__item__top__img > img{ width: 140px; border-radius: 36px; }

    .command__listing__item__top__text{ gap: 12px; }

    .command__listing__item__top__text__p{ font-size: 18px; margin-top: 10px; }

    .command__listing__item__top__text__span{ font-size: 12px; }

    .command__listing__item__bottom{ font-size: 14px; line-height: 20.8px; width: 300px;}
}
@media(max-width:  800px){
    .command__container{ align-items: center; }
    .command__up-title{ font-size: 13px; }
    .command__title{ font-size: 32px; }
    .command__sub-title{ font-size: 16px; text-align: center; }

    .command__listing__name{ font-size: 20px; text-align: center; }
    .command__listing__list{ flex-wrap: wrap; gap: 25px; justify-content: center;}

    .command__listing__item{ padding: 18px 22px; gap: 20px; }

    .command__listing__item__top{ gap: 16px; }

    .command__listing__item__top__img > img{ width: 140px; border-radius: 36px; }

    .command__listing__item__top__text{ gap: 12px; }

    .command__listing__item__top__text__p{ font-size: 17px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 12px; }

    .command__listing__item__bottom{ font-size: 14px; line-height: 20.8px; width: 260px;}
}
@media(max-width:  700px){
    .command__container{ align-items: center; }
    .command__up-title{ font-size: 12px; }
    .command__title{ font-size: 28px; }
    .command__sub-title{ font-size: 15px; text-align: center; }

    .command__listing__name{ font-size: 18px; text-align: center; }
    .command__listing__list{ flex-wrap: wrap; gap: 20px; justify-content: center;}

    .command__listing__item{ padding: 17px 20px; gap: 17px; }

    .command__listing__item__top{ gap: 14px; }

    .command__listing__item__top__img > img{ width: 135px; border-radius: 36px; }

    .command__listing__item__top__text{ gap: 12px; }

    .command__listing__item__top__text__p{ font-size: 16px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 11px; }

    .command__listing__item__bottom{ font-size: 13px; line-height: 20.8px; width: 240px;}
}

@media(max-width:  640px){
    .command__container{ align-items: center; padding-top: 50px; padding-bottom: 50px; }
    .command__up-title{ font-size: 12px; }
    .command__title{ font-size: 28px; margin-top: 10px;}
    .command__sub-title{ font-size: 15px; text-align: center; margin-top: 10px;}

    .command__listing__name{ font-size: 18px; text-align: center; }
    .command__listing__list{ flex-wrap: wrap; gap: 15px; justify-content: center;}

    .command__listing__item{ padding: 16px 17px; gap: 15px; }

    .command__listing__item__top{ gap: 13px; }

    .command__listing__item__top__img > img{ width: 125px; border-radius: 34px; }

    .command__listing__item__top__text{ gap: 12px; }

    .command__listing__item__top__text__p{ font-size: 15px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 10px; }

    .command__listing__item__bottom{ font-size: 12px; line-height: 20.8px; width: 220px;}

    .command__listing__margin{ margin-top: 15px; }
}
@media(max-width:  580px){
    .command__container{ align-items: center; }
    .command__up-title{ font-size: 12px; }
    .command__title{ font-size: 28px; }
    .command__sub-title{ font-size: 15px; text-align: center; }

    .command__listing__name{ font-size: 18px; text-align: center; }
    .command__listing__list{ flex-wrap: wrap; gap: 15px; justify-content: center;}

    .command__listing__item{ padding: 16px 12px; gap: 13px; }

    .command__listing__item__top{ gap: 13px; }

    .command__listing__item__top__img > img{ width: 100px; border-radius: 34px; }

    .command__listing__item__top__text{ gap: 10px; }

    .command__listing__item__top__text__p{ font-size: 14px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 10px; }

    .command__listing__item__bottom{ font-size: 11px; line-height: 18px; width: 200px;}
}
@media(max-width:  540px){
    .command__container{ align-items: center;  padding-top: 40px; padding-bottom: 40px; }
    .command__up-title{ font-size: 12px; }
    .command__title{ font-size: 28px; }
    .command__sub-title{ font-size: 15px; text-align: center; width: 400px;}

    .command__listing__name{ font-size: 18px; text-align: center; }
    .command__listing__list{ flex-wrap: wrap; gap: 17px; justify-content: center;}

    .command__listing__item{ padding: 19px 24px; gap: 15px; }

    .command__listing__item__top{ gap: 13px; }

    .command__listing__item__top__img > img{ width: 140px; border-radius: 34px; }

    .command__listing__item__top__text{ gap: 15px; }

    .command__listing__item__top__text__p{ font-size: 18px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 12px; }

    .command__listing__item__bottom{ font-size: 13px; line-height: 18px; width: 300px;}
}

@media(max-width:  480px){
    .command__container{ align-items: center; }
    .command__up-title{ font-size: 12px; }
    .command__title{ font-size: 28px; }
    .command__sub-title{ font-size: 15px; text-align: center; width: 300px; }

    .command__listing__name{ font-size: 18px; text-align: center; }
    .command__listing__list{ flex-wrap: wrap; gap: 17px; justify-content: center;}

    .command__listing__item{ padding: 19px 24px; gap: 15px; }

    .command__listing__item__top{ gap: 13px; }

    .command__listing__item__top__img > img{ width: 130px; border-radius: 34px; }

    .command__listing__item__top__text{ gap: 15px; }

    .command__listing__item__top__text__p{ font-size: 16px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 11px; }

    .command__listing__item__bottom{ font-size: 12px; line-height: 18px; width: 250px;}
}

@media(max-width:  480px){
    .command__container{ align-items: center;}
    .command__up-title{ font-size: 12px; }
    .command__title{ font-size: 28px; }
    .command__sub-title{ font-size: 15px; text-align: center; }

    .command__listing__name{ font-size: 18px; text-align: center; }
    .command__listing__list{ flex-wrap: wrap; gap: 15px; justify-content: center;}

    .command__listing__item{ padding: 19px 24px; gap: 15px; }

    .command__listing__item__top{ gap: 13px; }

    .command__listing__item__top__img > img{ width: 130px; border-radius: 34px; }

    .command__listing__item__top__text{ gap: 15px; }

    .command__listing__item__top__text__p{ font-size: 16px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 11px; }

    .command__listing__item__bottom{ font-size: 12px; line-height: 18px; width: 250px;}
}

@media(max-width:  430px){
    .command__container{ align-items: center; }
    .command__up-title{ font-size: 12px; }
    .command__title{ font-size: 22px; }
    .command__sub-title{ font-size: 14px; text-align: center; width: 300px;}

    .command__listing__name{ font-size: 18px; text-align: center; }
    .command__listing__list{ flex-wrap: wrap; gap: 15px; justify-content: center;}

    .command__listing__item{ padding: 19px 24px; gap: 15px; }

    .command__listing__item__top{ gap: 13px; }

    .command__listing__item__top__img > img{ width: 130px; border-radius: 34px; }

    .command__listing__item__top__text{ gap: 15px; }

    .command__listing__item__top__text__p{ font-size: 16px; margin-top: 10px;}

    .command__listing__item__top__text__span{ font-size: 11px; }

    .command__listing__item__bottom{ font-size: 12px; line-height: 18px; width: 250px;}
}