

/* Start:/local/templates/cf/css/contacts.css?17647935814859*/
.contacts__row {
    justify-content: center;
    margin: 4rem 0;
    flex-wrap: wrap;
    gap: 15px;
}

.contacts__item {
    flex-grow: 1;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 20px;
}

a.contacts__item:hover {
    color: var(--primary)
}

.contacts__icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
}

.contacts__social {
    flex-grow: 1;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    align-items: center;
}

.contacts__social--item {
    margin: 0 7px;
    box-shadow: 0 25px 24px -22px #0000005e;
    padding: 10px 20px;
}

.contacts__social--item:hover {
    box-shadow: none;
    transform: scale(1.2)
}

.contacts__social p {
    max-width: 175px;
    line-height: 1.2;
    text-align: right;
    margin-right: 15px;
    margin-bottom: 0;
}

.contacts__social svg {
    width: 54px;
    height: 50px
}

.map {
    height: 500px;
    position: relative;
    margin-left: -80px;
    margin-right: -80px;
    margin-top: 5rem;
    box-shadow: 0 25px 38px -22px #0000004a;
}

.map-image__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#contacts_map {
    position: relative;
    z-index: 1;
    height: 500px;
}

.form-section {
    margin-left: -80px;
    margin-right: -80px;
    background: var(--bg-content-form);
    padding: 40px 80px;
    margin-top: 65px;
    box-shadow: 0 25px 38px -22px #0000004a;
}

.form-section__title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 20px;
}

.form-section__text {
    margin-bottom: 40px;
    font-size: 19px;
    text-align: center;
}

.form-section__input {
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 300;
    border: 0;
    border-radius: 8px;
    margin-top: 5px;
    outline: none;
}

.form-section__content {
    gap: 18px 22px;
    margin-bottom: 10px;
}

.form-section__field {
    flex-grow: 1;
    font-size: 14px;
    color: #999999;
}

.form-section__submit {
    max-width: 170px;
    margin-left: auto;
    margin-top: auto;
    padding: 9px 19px;
}

.form-section__field-checkbox {
    font-size: 12px;
    color: var(--text);
    align-items: center;
}

@media (max-width: 1570px) {

    .map,
    .form-section {
        margin-left: -50px;
        margin-right: -50px;
    }

    .form-section {
        padding: 40px 50px;
    }
}

@media (max-width: 1360px) {
    .contacts__item {
        font-size: 18px;
        gap: 10px;
    }

    .contacts__icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .contacts__social svg {
        width: 40px;
        height: 28px;
    }

    .contacts__social--item {
        padding: 10px 12px;
    }

    .contacts__social {
        font-size: 16px;
    }

}

@media (max-width: 1230px) {
    .form-section {
        padding: 40px 40px;
    }

    .map,
    .form-section {
        margin-left: -30px;
        margin-right: -30px;
    }

    .form-section__title {
        font-size: 22px;
    }

    .form-section__text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .map,
    .form-section {
        margin-left: -15px;
        margin-right: -15px;
    }

    .contacts__social {
        flex-wrap: wrap;
    }

    .contacts__social p {
        text-align: right;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        min-width: 100%;
        text-align: center;
    }

    .contacts__social {
        justify-content: center;
        font-size: 14px;
    }

    .contacts__social svg {
        width: 30px;
        height: 26px;
    }

    .contacts__social--item {
        box-shadow: 0 25px 24px -20px #0000005e;
    }

    .contacts__item {
        font-size: 14px;
    }

    .contacts__row {
        flex-direction: column;
        margin: 2rem 0 0.5rem 0;
    }

    .contacts__icon {
        width: 15px;
        min-width: 15px;
        height: 15px;
    }

    .form-section__title {
        font-size: 18px;
    }

    .form-section__text {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .task-159500 .form-section__text {
        font-size: 14px;
    }

    .form-section__field {
        font-size: 12px;
    }

    .task-159500 .form-section__field {
        font-size: 14px;
    }

    .form-section__input {
        padding: 7px 15px;
        font-size: 15px;
    }

    .form-section__content {
        gap: 10px 22px;
    }

    .form-section__field.second {
        order: 1
    }

    .form-section__submit {
        margin-left: auto;
        margin-top: 15px;
        margin-right: auto;
    }

    .form-section {
        box-shadow: none;
        margin-top: 45px;
    }

    .map {
        margin-top: 2rem;
    }
}


/* End */
/* /local/templates/cf/css/contacts.css?17647935814859 */
