.short{
    padding: 25px 0;
}
.short__title{
    margin-bottom: 10px;
}
.short__content{
    display: flex;
}
.short__text{
    max-width: 800px;
}
.short__img-list{
    display: flex;
    justify-content: space-between;
}
.short__img-item{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    max-height: 393px;
}
.short__img-item img{
    max-width: 100%;
}

.people__list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.people__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 15px;
}
.people__item h2{
    width: 100%;
    display: flex;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}





.map__about h2{
    text-align: center;
    margin-bottom: 25px;
}
.map{
    display: flex;
    max-width: 650px;
    max-height: 440px;
    margin: 0 auto;
}
.map img{
    min-width: 100%;
    min-height: 100%;
}
.map__line{
    margin-top: 35px;
    margin-bottom: 25px;
}
.map__container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.line__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 470px;
    height: 470px;
    margin: 7px 5px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 15px;
}
.line__item h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.line__map{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 450px;
}

.line__map img{
    min-width: 100%;
    min-height: 100%;
}

@media (max-width: 1440px) {
    .line__item {
        width: 430px;
        height: 430px;
    }
    .line__map{
        width: 400px;
    }
}
@media (max-width: 1400px) {
    .line__item {
        width: 370px;
        height: 370px;
    }
    .line__map{
        width: 350px;
    }
}
@media (max-width: 1200px) {
    .line__item {
        width: 314px;
        height: 314px;
    }
    .line__map {
        width: 284px;
    }
    .short__content{
        flex-direction: column;
    }
    .short__img-list{
        flex-wrap: wrap;
        margin-top: 25px;
    }

}
@media (max-width: 970px) {
    .people__list {
        justify-content: center;
    }
    .people__item{
        margin: 15px;
    }
    .line__item {
        width: 243px;
        height: 243px;
    }
    .line__map {
        width: 220px;
    }
}
@media (max-width: 768px) {
    .map__container{
        flex-direction: column;
    }
    .line__item {
        width: 100%;
        height: 100%;
        max-height: 613px;
        margin-bottom: 20px;
    }
    .line__map {
        width: 100%;
    }
    .short__img-list{
        justify-content: center;
    }
    .right{
        margin-bottom: 25px;
    }
}
/*
@media (max-width: 699px) {
    .right{
        margin-right: 0;
    }
}
 */