/*Карта*/
#contact-us-map {
    width: 100%;
    height: 683px;
}
#contact-us-map canvas,#contact-us-map .ymaps-2-1-79-ground-pane{
    filter: grayscale(100%) contrast(110%);
}
#contact-us-map .custom-marker {
    position: relative;
    width: 50px;
    height: 50px;
}
#contact-us-map .marker-halo {
    width: 50px;
    height: 50px;
    background: rgba(24, 143, 255, 0.2);
    border-radius: 50%;
    position: absolute;
}
#contact-us-map .marker-core {
    width: 20px;
    height: 20px;
    background: #188fff;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
#contact-us-map .marker-label {
    position: absolute;
    left: 55px;
    top: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    width: 110px;
}
#contact-us-map .ymaps-2-1-79-map{
    width:100% !important;
}
@media (max-width: 1200px) {
    #contact-us-map {
        height:503px;
    }
}
@media (max-width: 650px) {
    #contact-us-map {
        height:550px;
    }
}

.contacts_block h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}
.contact-image {
    height: 339px;
    border-radius: 5px;
}
.contact-info__fio {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    color: #101828;
}
.contact-info__job-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #101828;
}
.contact-links__phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.contact-links__email {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    gap: 8px;
}
.contact-links__email-wrapper{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.contact-info__meta,.contact-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.contact-userinfo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contact-links a:hover {
    color: #2D77F4;
}
@media(max-width: 1200px){
    .contact-image{
        height:230px;
    }
    .contact-info__fio {
        font-size: 16px;
        line-height: 24px;
    }
    .contact-info__job-title {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
    }
    .contact-links__phone {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }
    .contact-links__email {
        font-size: 13px;
        line-height: 18px;
    }
    .contact-links__email svg {
        width: 11px;
    }
}
@media(max-width: 650px){
    .contact-image{
        height:206px;
    }
    .contact-info__fio {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    .contact-info__job-title {
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0;
    }
    .contact-links__phone {
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0;
    }
    .contact-links__email {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
    }
}

.contact-links__phone[data-phone-link] {
    cursor: pointer;
    transition: opacity 0.2s;
}
@media (min-width: 1201px) {
    .contact-links__phone[data-phone-link] {
        cursor: default;
    }
}
.contact-links a {
    color: var(--color-PayneGrayLight);
}
.contacts-page h2 {
    margin-bottom: 24px;
}
.address-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.address-card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(16, 24, 40, 1);
}
.address-card__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.address-card__text a {
    display: flex;
    height: auto;
    color: var(--color-PayneGrayLight);
    font-weight: 500;
}
.address-card__text a[download] {
    margin-top: 12px;
}
.full-block--padding{
    padding:50px 0
}
.full-block--padding:last-child {
    padding-bottom: 0;
}
.link-mobile--hovered:hover{
    color:var(--color-Crayola)
}
@media(max-width:1200px){
    .contact-links a {
        color:var(--color-Crayola)
    }
    .address-card__title{
        font-size: 16px;
        line-height: 24px;

    }
    .address-card__text{
        font-size: 14px;
        line-height:20px;
    }
    .address-card .address-card__text a{
        line-height:20px;
        color:var(--color-Crayola);
        font-size: 14px;
    }
    .contacts__element {
        flex: 1 1 calc(25% - 16px); /* 4 элемента с учётом gap */
    }
    .link-mobile--hovered{
        color:var(--color-Crayola)
    }
    .contacts__data-links a{
        font-size:12px;
    }
    .contacts__element img{
        height:230px
    }
    .full-block--padding{
        padding:40px 0
    }
}
@media(max-width:650px){
    .contacts__element {
        flex: 1 1 calc(50% - 16px); /* 4 элемента с учётом gap */
    }
    .address-card{
        width:100%;
    }
    .full-block--padding{
        padding:20px 0
    }
}