.text_desc {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-top: 0.125rem;
    opacity: 0.5;
}

.contacts_social_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts_social_item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 45px;
    min-width: 45px;
    height: 45px;
    color: inherit;
    background: transparent;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.contacts_social_item:hover {
    color: var(--theme-skit-color);
}

.contacts_social_item svg {
    width: 20px;
    min-width: 20px;
    height: auto;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.contacts_social_item .contacts_social_item_img {
    width: 20px;
    height: 20px;
    margin: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.contacts_social_item:hover .contacts_social_item_img {
    opacity: 0.8;
}

.contacts_buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts_delimiter {
    height: 2px;
    background-color: #dee2e6;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

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

/*contacts_template_1*/
.contacts_template_1 .text {
    line-height: 1.2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.contacts_template_1 a.text:hover {
    color: var(--theme-skit-color);
}

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

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

@media all and (min-width: 1200px) {
    .contacts_template_1 .item_block1 {
        padding-right: 2rem;
    }

    .contacts_template_1 .item_block2 {
        padding: 0 2rem;
    }

    .contacts_template_1 .item_block3 {
        padding-left: 2rem;
    }
}

@media all and (max-width: 768px) {
    .contacts_template_1 .item_block2,
    .contacts_template_1 .item_block3 {
        min-height: 0;
        border: 0 !important;
    }
}

/*contacts_template_2*/
.contacts_template_2 .info-wrap__content {
    padding: 0;
}

.contacts_template_2 .info-wrap .dbox {
    color: inherit;
    margin-bottom: 1rem;
}

.contacts_template_2 .info-wrap .text-value {
    line-height: 1.2;
    padding: 0;
}

.contacts_template_2 .contacts_social_item {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
}

/*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;
    border-radius: 1rem;
}

.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 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    color: inherit;
    background: #F4F4F4;
    border-radius: 5px;
}

.contacts_info_icon svg {
    width: 20px;
    height: auto;
}

.contacts_info_content {
    margin-left: 15px;
}

.contacts_info_content_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a.contacts_info_content_title:hover {
    color: var(--theme-skit-color);
}

.contacts_info_content_title a {
    color: inherit;
}

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

.contacts_info_wrap .contacts_social_item {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
}

.contacts_info_wrap .contacts_map {
    border-radius: 1rem;
    overflow: hidden;
}

@media all and (min-width: 992px){
    .contacts_row .contacts_info_wrap {
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .contacts_row .contacts_info {
        width: 40%;
        min-width: 40%;
        margin-bottom: 0;
        padding-right: 1rem;
    }
}

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

.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%;
    margin-right: 15px;
    overflow: hidden;
}

.contacts_pers_icon img {
    width: 100%;
}

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

.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: 14px;
    min-width: 14px;
}

.contacts_pers_item_icon svg {
    width: 14px;
    height: auto;
}

.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 .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;
}


