/*New contacts_template_2*/
.contacts_content {
    color: #fff;
    padding: 4rem 2rem;
    border-radius: 20px;
    background: var(--primary);
}

h1.contacts_content_title {
    font-size: 2rem !important;
}

.contacts_content_block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2rem;
}

.contacts_content_block_icon {
    min-width: 24px;
    margin-right: 1rem;
}

.contacts_content_phone {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.contacts_content_adress {
    font-size: 1.2rem;
    line-height: 1.2;
}


.contacts_content_desc {
    font-size: 12px;
    line-height: 1.2;
}

.contacts_buttons_block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 4rem;
}

.contacts_button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 48%;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.contacts_button.tg {
    background: #0E5DD5;
}

.contacts_button.wa {
    background: #05A515;
}

.contacts_button:hover {
    color: var(--primary);
    background: #fff;
}

.contacts_map {
    border-radius: 20px;
    overflow: hidden;
}

@media all and (max-width: 768px){
    .contacts_content {
        padding: 2rem 1rem;
    }

    .contacts_button {
        width: 100%;
        padding: 1rem;
        margin-bottom: 2rem;
    }
}


/********************************************/
.contact-wrappers .bg-primary {
    background-color: #0d6efd !important;
}

.contact-item h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 4rem;
}

.contact-item .title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #595959;
}

.contact-item .text {
    font-size: 1.125rem;
    font-weight: 400;
    color: #595959;
}

.contact-item .file-img {
    padding-right: 1rem
}

.contact-item .file-text {
}

.contact-item .file-text a {
    color: #264390;
    font-size: 1rem;
    text-decoration: none;
}

.contact-item .file-text a:hover {
    text-decoration: underline;
}

.contact-item .emptyblock {
    height: 6rem;
}

.contact-item h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 4rem;
    color: #A5A5A5;
}

.contact-item .second-block {
    padding-left: 70px;
}

.contact-item .form-text {
    font-size: 0.875rem;
    color: #AAA9A9;
    border: 0;
    border-bottom: 1px solid #AAA9A9;
    width: 100%;
    padding: 0 0 .7rem 0
}

.contact-item .form-button {
    border: 5px solid #ADBDCE;
    background-color: #fff;
    color: #9F9D9D;
    font-size: 1.125rem;
    padding: 0.5rem 2rem;
}

.contact-item .form-accept {
    color: #A6A6A6;
    font-size: 0.875rem;
    padding-right: 1rem !important;
}

@media (max-width: 768px) {
    .contact-item .second-block {
        padding-left: 0;
    }
}

.contacts_template_1 .item_block2 {
    border-left: 1px solid #dee2e6 !important;
    min-height: 200px;
    padding: 2rem;
}

.contacts_template_1 .item_block3 {
    border-left: 1px solid #dee2e6 !important;
    min-height: 200px;
    padding: 2rem;
}

.contacts_template_1 .row2 {
    margin-top: 3rem;
}

.contacts_template_1 .row3 {
    margin-bottom: 2rem;
}

.contacts_template_1 .padding4 {
    padding: 3rem;
}

.contacts_template_1 .clinic_item_title {
    color: #3B4D9A;
    font-size: 2rem;
    margin-top: 1rem;
}

.contacts_template_1 .clinic_item_subtitle {
    font-family: exobold;
    margin-bottom: 0;
}

.contacts_template_1 .clinik-item-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
}

.contacts_template_1 .clinic_item_delimiter {
    height: 5px;
    background-color: #3B4D9A;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.contacts_template_1 .clinik-item-img {
    padding-left: 20px;
}

.clinik-item-img img {
    max-width: 100%;
}

h2 {
    font-size: 1.2rem;
    margin-top: 0
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .contacts_template_1 .item_block2, .contacts_template_1 .item_block3 {
        border: 0 !important;
    }

}

@media (max-width: 990px) {
    .contacts_template_1 .padding4 {
        margin-top: 10px;
    }

    .contacts_template_1 .ymaps1608813232787819488 {
        height: 250px
    }

    .contacts_template_1 .clinik-item-img {
        padding-left: 0;
    }
}


/*contacts_template_3*/
.contacts_info_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    border: 1px solid #E3E3E3
}

.contacts_info {
    margin-bottom: 15px;
}

.contacts_info_item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}

.contacts_info_icon {
    width: 52px;
    min-width: 52px;
    padding: 10px;
    background: #F4F4F4;
}

.contacts_info_icon img {
    width: 100%;
}

.contacts_info_content {
    margin-left: 15px;
}

.contacts_info_content_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
}

.contacts_info_content_title a {
    color: inherit;
}

.contacts_info_content_desc {
    font-size: 12px;
    line-height: 1.2em;
    color: #9D9D9D;
    margin-top: 5px;
}

.contacts_map,
.contacts_map > * {
    height: 100% !important;
    min-height: 250px;
}

.contacts_pers_item {
    height: 100%;
    padding: 15px;
    border: 1px solid #E3E3E3;
}

.contacts_pers_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.contacts_pers_main {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
}

.contacts_pers_icon {
    width: 55px;
    min-width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.contacts_pers_icon img {
    width: 100%;
}

.contacts_pers_name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: 15px;
}

.contacts_pers_info {
    margin-top: 15px;
}

.contacts_pers_info_item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.contacts_pers_item_icon {
    width: 18px;
    min-width: 18px;
}

.contacts_pers_item_icon img {
    width: 100%;
}

.contacts_pers_item_link {
    margin-left: 10px;
}

.contacts_pers_item_link a {
    display: block;
    font-size: 14px;
    color: inherit;
}

.contacts_requisites_title {
    font-size: 26px;
    line-height: 1.2em;
}

.contacts_form_title {
    font-size: 40px;
    line-height: 1.2em;
}

.contacts_form_wrap .contactForm {
    padding: 30px;
    color: #fff;
    border-radius: 25px;
}

.contacts_form_wrap .contactForm .label {
    display: none;
}

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

.contacts_form_wrap .contactForm .form-control,
.contacts_form_wrap .contactForm .form-control:focus {
    color: #fff;
    background: transparent;
    border-color: #fff;
    border-radius: 0;
}

.contacts_form_wrap .contactForm .skit-button {
    background: #fff !important;
    border-color: #fff !important;
}

.contacts_form_wrap .contactForm .skit-button:hover {
    color: #fff !important;
    background: transparent !important;
    border-color: #fff;
}

.contacts_form_wrap .contactForm .form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}

.contacts_form_wrap .contactForm .form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 0.5;
}

.contacts_form_wrap .contactForm .form-control:-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}

.contacts_form_wrap .contactForm .form-control::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.5;
}

.contacts_form_wrap .contactForm .form-control::placeholder {
    color: #fff !important;
    opacity: 0.5;
}

