.contacts__pdf{padding:8px 20px;border:1px solid #e2e2e2;gap:5px;justify-content:center;border-radius:6px;margin-top:auto;max-width:288px}
@media screen and (max-width:450px ){.contacts__pdf{margin-top:15px;max-width:100%}}
.contacts__content{margin-top:64px;margin-bottom:120px;background:#fff}
@media screen and (max-width:450px ){.contacts__content{margin-top:0}}
.contacts__content--top{margin-bottom:0}
.contacts .ymap-container{height:100%;width:100%;min-height:500px}
@media screen and (max-width:1100px ){.contacts .ymap-container{min-height:400px}}
@media screen and (max-width:450px ){.contacts .ymap-container{min-height:360px}}
.contacts__header{margin-bottom:40px}
.contacts__requisites{padding:40px;border-left:1px solid #d6d6d6;height:100%}
.contacts__requisites p{font-style:normal;font-weight:500;font-size:15px;line-height:140%}
.contacts__requisites-title,
.contacts__requisites h4{color:#757575;margin-bottom:4px}
.contacts__requisites-links{width:100%;height:100%;justify-content:center;gap:12px}
.contacts__requisites-links p a{font-style:normal;font-weight:600;font-size:18px;line-height:140%}
.contacts__requisites-links p:last-child a{font-style:normal;font-weight:500;font-size:15px;line-height:140%}
.contacts__requisites--first{border-left:none}
.contacts__requisites--info{gap:12px}
@media screen and (max-width:450px ){.contacts__requisites{padding:30px 20px;border-left:none;border-top:1px solid #d6d6d6}.contacts__requisites--first{border-top:none}}
.contacts__card{padding:10px 15px;border-bottom:1px solid #d6d6d6;border-left:1px solid #d6d6d6;cursor:pointer;-webkit-transition:all 0.3s 0s ease;-o-transition:all 0.3s 0s ease;transition:all 0.3s 0s ease}
.contacts__card:last-child{border-bottom:none}
.contacts__card-title{margin-bottom:20px}
.contacts__card-addres{margin-bottom:15px}
.contacts__card-phones{margin-bottom:15px;grid-area:10px}
.contacts__card:hover{background:lightgrey}
.contacts-card{border-bottom:1px solid #d6d6d6;border-left:1px solid #d6d6d6;cursor:pointer;padding:40px 30px;justify-content:space-between;gap:60px;-webkit-transition:all 0.3s 0s ease;-o-transition:all 0.3s 0s ease;transition:all 0.3s 0s ease}
.contacts-card:last-child{border-bottom:none}
@media (max-width:760px){.contacts-card{gap:30px;padding:30px 20px;flex-direction:column}}
.contacts-card__left,
.contacts-card__right{width:50%}
.contacts-card__left a,
.contacts-card__right a{display:block}
@media screen and (max-width:450px ){.contacts-card__left,.contacts-card__right{width:100%}}
.contacts-card__right{gap:12px;display:flex;flex-direction:column}
.contacts-card:hover{background:#d6d6d6}