.contacts {
    padding: 14px 0 0;
}
.contacts-title {
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.contacts-title::before {
    content: '';
    width: 18px;
    height: 42px;
    background-color: #1CD3C7;
    display: block;
}
.contacts-info {
    margin-top: 46px;
    display: flex;
    gap: 0 110px;
}
.contacts-info__img {
    width: 100%;
    height: 100%;
    max-width: 704px;
    max-height: 369px;
}
.contacts-info__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.contacts-info__title {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    padding-top: 3px;
    position: relative;
    letter-spacing: 0.2px;
    display: block;
}
.contacts-info__title::before {
    content: '';
    width: 18px;
    height: 42px;
    background-color: #1CD3C7;
    display: block;
    position: absolute;
    left: -26px;
    top: 0;
}
.contacts-info__name {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    margin: 53px 0 20px;
}
.contacts-info__contact {
    display: flex;
    gap: 23px;
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    color: #496780;
}
.contacts-info__mail {
    gap: 19px;
}
.contacts-info__contact:hover {
    opacity: .7;
}
.contacts-info__contact::before {
    content: '';
    background-repeat: no-repeat;
}
.contacts-info__tel::before {
    background-image: url('/local/templates/medStandart/images/contacts/call.svg');
    width: 30px;
    height: 30px;
    display: block;
}
.contacts-info__wh {
    margin: 18px 0;
}
.contacts-info__wh::before {
    background-image: url('/local/templates/medStandart/images/contacts/wh.svg');
    background-image: url('/local/templates/medStandart/images/header/telegram-logo.svg');
    width: 30px;
    height: 30px;
    display: block;
    background-size: cover;
}
.contacts-info__mail::before {
    background-image: url('/local/templates/medStandart/images/contacts/mail.svg');
    width: 34px;
    height: 34px;
    display: block;
}
.contacts-info__link {
    margin-top: 44px;
    border: 1px solid var(--blue);
    color: var(--white);
    background-color: var(--blue);
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    text-align: center;
    padding: 5px 10px;
    max-width: 451px;
    width: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.contacts-info__link:hover {
    color: var(--blue);
    background-color: var(--white);
}

/**************
    consultation
****************/
.contacts-info__consultation-wrap {
    display: flex;
    margin-top: 20px;
    gap: 20px 83px;
    align-items: flex-end;
}
.contacts-info__consultation {
    display: flex;
    flex-direction: column;
    padding: 43px 15px 37px 27px;
    background-color: #E8FCFB;
    align-items: center;
    gap: 48px;
}
.contacts-info__consultation span {
    font-family: 'Inter';
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}
.btn-consultation {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    text-align: center;
    padding: 8px 10px 9px;
    background-color: #1CD3C7;
    border: 1px solid #1CD3C7;
    color: #496780;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.btn-consultation:hover {
    background-color: var(--white);
}
.contacts-info__img iframe {
    width: 704px;
    height: 369px;
}

/*AUTHOR*/
.contacts-author{
    background: linear-gradient(180deg, #F1F4FF 0%, rgba(241, 244, 255, 0) 100%);
    margin-top: 68px;
    padding: 90px 0 0;
}
.contacts-author__con {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
}
.contacts-author__text {
    background: #4571FB24;
    max-width: 961px;
    width: 100%;
    margin-top: 15px;
    padding: 53px 34px 10px 37px;
    display: flex;
    flex-direction: column;
    gap: 37px;
}
.contacts-author__text p {
    padding: 0;
    font-family: 'Inter';
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    margin: 0 0 20px;
}
.contacts-author__text span {
    font-family: 'Inter';
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 38.4px;
    text-align: right;
    width: 100%;
}
.contacts-author__img {
    max-width: 412px;
    max-height: 626.38px;
    width: 100%;
    height: 100%;
}
.contacts-author__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}



@media (max-width: 1400px) {
    .contacts-info__consultation-wrap {
        align-items: flex-start;
    }
    .contacts-info__consultation-wrap,
    .contacts-info {
        gap: 0 40px;
    }
    .btn-consultation {
        font-size: 20px;
        line-height: 22px;
        padding: 10px 15px;
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .contacts-info__consultation-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .contacts-info__img {
        margin: 0 auto;
    }
}
@media (max-width: 1024px) {
    .contacts-title {
        font-size: 28px;
        line-height: 30px;
        gap: 13px;
    }
    .contacts-title::before {
        width: 14px;
        height: 28px;
    }
    .contacts-info {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .contacts-info__img {
         max-width: unset;
         max-height: unset;
    }
    .contacts-info__title {
        font-size: 26px;
        font-weight: 500;
        line-height: 28px;
        padding-top: 0;
        letter-spacing: 0;
        padding-left: 15px;
        margin: 0;
        border-left: 14px solid #1CD3C7;
    }
    .contacts-info__title::before {
        display: none;
    }
    .contacts-info__name {
        font-size: 16px;
        line-height: 18px;
        margin: 20px 0 15px;
    }
    .contacts-info__contact {
        gap: 15px;
        font-size: 16px;
        line-height: 18px;
    }
    .contacts-info__contact::before {
        display: none;
    }
    .contacts-info__wh {
        margin: 10px 0;
    }
    .contacts-info__link {
        margin-top: 20px;
        font-size: 18px;
        line-height: 20px;
        padding: 10px 10px;
        max-width: unset;
    }
    .btn-consultation {
        font-size: 16px;
        line-height: 18px;
    }

    .contacts-info__img iframe {
        width: 100%;
        height: 400px;
    }
    .contacts-info__consultation span {
        font-size: 16px;
        line-height: 18px;
    }
    .contacts-info__consultation {
        padding: 15px 10px;
        gap: 20px;
    }

    .contacts-author {
        margin-top: 30px;
        padding: 40px 0 0;
    }
    .contacts-author__text p {
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    .contacts-author__text {
        margin-top: 0;
        padding: 20px 10px;
        gap: 20px;
    }
    .contacts-author__text span {
        font-size: 18px;
        line-height: 20px;
    }
    .contacts-author__img {
        max-width: 152px;
    }
    .contacts {
        padding: 14px 0 40px;
    }
}
@media (max-width: 768px) {
    .contacts-author__img {
        max-width: 40%;
    }
    .contacts-author__con {
        align-items: center;
    }
}
@media (max-width: 768px) {
    .contacts-author__img {
        display: none;
    }
}










