.c-widget-main-form-page {
    padding: 60px 20px;
    background-image: url(/images/fon.png);
    background-position: center;
    background-size: cover;
    margin: 120px 0;
}
.c-widget-main-form-page .form-block {
    display: flex;
    flex-wrap: wrap;
}
.c-widget-main-form-page .form-title {
    font-size: 40px;
    line-height: 1.4;
    font-family: 'Sobolewfonts', Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}
.c-widget-main-form-page .form-description {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0;
}
.c-widget-main-form-page .input,
.c-widget-main-form-page .web_form_submit_wrap {
    padding: 10px;
    width: 25%;
}
.c-widget-main-form-page .input input {
    width: 100%;
    outline: none;
    background-color: #FFFFFF !important;
    border-radius: 0px;
    border: 1px solid #c9c9c9;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 1.33;
    font-family: 'Sobolewfonts', Arial, sans-serif;
    height: 54px;
    color: #000000;
}
.c-widget-main-form-page .input input::placeholder,
.c-widget-main-form-page .input textarea::placeholder {
    color: #b5b5b5;
}
.c-widget-main-form-page .input textarea {
    width: 100%;
    outline: none;
    background-color: transparent!important;
    border-radius: 0px;
    border: 1px solid #c9c9c9;
    resize: vertical;
    height: 54px;
}
.c-widget-main-form-page .web_form_submit_wrap {
    text-align: center;
}
.c-widget-main-form-page 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;
    height: 54px;
    -webkit-appearance: none;
    color: #ffffff !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
    color: #080606;
    width: 100%;
    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-page input[type="submit"]:hover {
    background-color: #ff9959 !important;
}
.c-widget-main-form-page .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: #fff;
    margin-top: 20px;
    text-align: center;
}
.c-widget-main-form-page .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 #fff;
    cursor: pointer;
}

.c-widget-main-form-page .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-page .company-consent input:checked::after {
    opacity: 1;
    scale: 1;
    transition: all .3s;
}

.c-widget-main-form-page .text-consent {
    text-align: left;
}

.c-widget-main-form-page .company-consent a {
    text-decoration: none;
    color: #d18250;
}
.c-widget-main-form-page .form-page .title {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0;
    color: #fff;
}
@media (max-width: 1300px) {
	.c-widget-main-form-page .input, .c-widget-main-form-page .web_form_submit_wrap {
		width: 50%;
	}
	.c-widget-main-form-page .form-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
}
@media (max-width:992px) {
		.c-widget-main-form-page .form-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.c-widget-main-form-page .input, .c-widget-main-form-page .web_form_submit_wrap {
		width: 50%;
	}
	.c-widget-main-form-page .input input {
		height: 44px;
		padding: 0px 15px;
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.c-widget-main-form-page .input, .c-widget-main-form-page .web_form_submit_wrap {
		width: 100%;
	}.c-widget-main-form-page input[type="submit"] {
	    padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
	}
	.c-widget-main-form-page .form-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
    }
}