.links{
    margin-top: 32px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.links a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: var(--chernyy);
}

.links a:nth-child(2) {
    padding-left: 50px;
}

.contacts__block{
    display: flex;
    margin-top: 32px;
    gap: 28px;
}

picture{
    display: flex;
    align-items: center;
    justify-content: center;
}

.block__content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content__item{
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid var(--dop-seryy);
    padding-top: 10px;
    width: 572px;
    height: auto;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--chernyy);
    
}

.contacts__img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 660px;
    height: 473px;
}

.contacts__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block__content div:nth-child(1){
    border-top: none;
}

.application {
    margin-top: 40px;
}

/* .footer{
    margin-top: 40px;
} */

.content__item div:nth-child(2){
    font-family: var(--font-family);
font-weight: 700;
font-size: 18px;
line-height: 140%;
color: var(--chernyy);
}

.content__item div:nth-child(1){
  width: 230px;
}

