.c-widget-main-form-popup .input {
    margin-bottom: 25px;
}
.c-widget-main-form-popup .input input {
    width: 100%;
    outline: none;
    padding-left: 0!important;
    padding-right: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border-bottom: 1px solid #c9c9c9;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    font-family: 'Sobolewfonts',Arial,sans-serif;
    height: 60px;
    color: #000000;
}
.c-widget-main-form-popup .input input::placeholder,
.c-widget-main-form-popup .input textarea::placeholder {
    color: #b5b5b5;
}
.c-widget-main-form-popup .input textarea {
    width: 100%;
    outline: none;
    padding-left: 0!important;
    padding-right: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border-bottom: 1px solid;
    resize: vertical;
    border-bottom: 1px solid rgb(201, 201, 201);
}
.c-widget-main-form-popup input[type="submit"] {
    text-align: center;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    background: transparent;
    width: 100%;
    height: 54px;
    -webkit-appearance: none;
    color: #ffffff !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
    color: #080606;
    background-color: #d18250;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    font-family: 'Sobolewfonts',Arial,sans-serif;
    text-transform: uppercase;
}
.c-widget-main-form-popup input[type="submit"]:hover {
    background-color: #ff9959 !important;
}
.c-widget-main-form-popup .company-consent {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.55;
    font-family: 'Sobolewfonts',Arial,sans-serif;
    font-weight: 400;
    color: #080606;
    margin-top: 20px;
    text-align: center;
}
.c-widget-main-form-popup .company-consent input {
    position: relative;
    top: 2px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid;
    cursor: pointer;
}

.c-widget-main-form-popup .company-consent input::after {
    z-index: 123123;
    content: '';
    height: 6px;
    display: block;
    width: 10px;
    position: relative;
    top: -1px;
    border-left: 2px solid #d18250;
    border-bottom: 2px solid #d18250;
    rotate: -45deg;
    opacity: 0;
    scale: .2;
    transition: all .3s;
}

.c-widget-main-form-popup .company-consent input:checked::after {
    opacity: 1;
    scale: 1;
    transition: all .3s;
}

.c-widget-main-form-popup .text-consent {
    text-align: left;
}

.c-widget-main-form-popup .company-consent a {
    text-decoration: none;
    color: #d18250;
}