#fabrica .factory-contact {
    padding: 50px 0;
    background: #f7f7f7;
}

#fabrica .factory-contact__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

#fabrica .factory-contact__content,
#fabrica .factory-contact__form {
    width: calc(50% - 30px);
}

#fabrica .factory-contact__icon {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}

#fabrica .factory-contact__title {
    margin-bottom: 16px;
    font: normal 36px/1.15 'helveticaneuecyr-light', sans-serif;
    text-transform: uppercase;
    color: #000;
}

#fabrica .factory-contact__text {
    max-width: 430px;
    font-size: 16px;
    line-height: 1.4;
}

#fabrica .factory-contact__form {
    padding: 30px;
    background: #f7f7f7;
    box-sizing: border-box;
}

#fabrica .factory-contact-field + .factory-contact-field {
    margin-top: 10px;
}

#fabrica .factory-contact-field input {
    display: block;
    width: 100%;
    height: 49px;
    padding: 0 20px;
    font: normal 16px 'helveticaneuecyr-light', sans-serif;
    color: #686868;
    background: #fff;
    border: 0;
    box-sizing: border-box;
}

#fabrica .factory-contact-form button[type='submit'] {
    display: block;
    width: 100%;
    height: 49px;
    margin-top: 10px;
    font: normal 16px 'helveticaneuecyr-light', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #5baab4;
    border: 0;
    cursor: pointer;
}

#fabrica .factory-contact-form button[type='submit']:hover {
    background: #50929a;
}

#fabrica .factory-contact-form .agreement {
    margin-top: 12px;
}

#fabrica .factory-contact-form .agreement label {
    display: block;
}

#fabrica .factory-contact-form .agreement input {
    position: absolute;
    opacity: 0;
}

#fabrica .factory-contact-form .agreement i {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #5baab4;
    box-sizing: border-box;
}

#fabrica .factory-contact-form .agreement input:checked + i {
    background: #5baab4;
    box-shadow: inset 0 0 0 4px #fff;
}

#fabrica .factory-contact-form .agreement span {
    display: block;
    margin-left: 28px;
    font-size: 10px;
    line-height: 1.3;
    color: #777;
}

#fabrica .factory-contact-form .agreement a {
    color: inherit;
}

@media screen and (max-width: 700px) {
    #fabrica .factory-contact {
        padding: 35px 15px;
    }

    #fabrica .factory-contact__inner {
        display: block;
    }

    #fabrica .factory-contact__content,
    #fabrica .factory-contact__form {
        width: 100%;
    }

    #fabrica .factory-contact__content {
        margin-bottom: 30px;
    }

    #fabrica .factory-contact__title {
        font-size: 28px;
    }

    #fabrica .factory-contact__form {
        padding: 20px;
    }
}
