*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
color: #4A90E2;
text-decoration: none;
outline: none;
}
a:hover,
a:focus {
color: #105BB2;
text-decoration: underline;
}
body {
color: #2C2C2C;
font-family: 'Fira Sans',Verdana,Arial sans-serif;
}
.checkbox-wrap {
display: flex;
position: relative;
}
.custom-checkbox {
position: absolute;
z-index: -1;
opacity: 0;
}
.custom-checkbox ~ label {
align-items: center;
user-select: none;
}
.checkbox-wrap label {
font-size: 14px;
line-height: 20px;
padding: 0 0 0 24px;
}
.checkbox-wrap label.error {
display: none !important;
}
.custom-checkbox ~ label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 2px solid #9DA3AE;
border-radius: 2px;
}
.custom-checkbox.error ~ label::before {
border-color: #E25A5A;
}
.custom-checkbox:checked ~ label::before {
border-color: #86CC56;
background: url(/wp-content/uploads/consultation-request/img/check-mark2.svg) no-repeat center/13px;
background-color: #86CC56;
}
.custom-checkbox:focus-visible ~ label::before {
border-color: #4A90E2;
}
.wrap {
min-height: 100vh;
display: flex;
position: relative;
}
.logo {
position: absolute;
top: 24px;
left: 48px;
z-index: 1;
}
.logo img {
vertical-align: middle;
}
.logo-dark {
display: none;
}
.logo:focus-visible {
outline: 1px solid white
}
.side-block {
width: 40%;
background-image: url(//hurma.work/wp-content/uploads/consultation-request/img/new-bg.svg);
color: #fff;
position: relative;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.side-block .side-wrap {
max-width: 360px;
margin: 0 auto;
position: relative;
}
.side-block .side-title {
font-weight: 700;
font-size: 30px;
line-height: 36px;
margin: 0 0 16px;
}
.side-block .side-list {
padding: 0 0 0 17px;
margin: 0;
list-style-type: none;
list-style-image: url(/wp-content/uploads/consultation-request/img/check-mark1.svg);
color: #E6E8EB;
font-weight: 400;
font-size: 14px;
line-height: 24px;
margin-bottom: 109px;
}
.side-block .side-list li {
padding: 0 0 0 6px;
}
.content {
flex-grow: 1;
display: flex;
align-items: center;
}
.content.submitted .request-form {
display: none;
}
.content.submitted .request-sent {
display: block;
}
.request-form,
.request-sent {
max-width: 420px;
width: 100%;
margin: 0 auto;
}
.request-sent {
display: none;
font-size: 18px;
}
.request-sent p {
margin: 16px 0;
}
.request-sent .link-btn {
font-size: 16px;
line-height: 24px;
border: 1px solid #4A90E2;
border-radius: 4px;
padding: 10px 20px;
transition: border-color 0.25s;
outline: none;
display: inline-block;
}
.request-sent .link-btn:hover,
.request-sent .link-btn:focus {
text-decoration: none;
border-color: #105BB2;
}
.request-sent ul {
line-height: 24px;
list-style: none;
padding: 0 0 0 16px;
margin: 0 0 12px;
}
.request-sent ul li {
padding: 0 0 12px;
}
.request-sent ul li::before {
content: "\2022";
display: inline-block;
width: 16px;
margin-left: -16px;
color: #4A90E2;
}
.content .content-title {
font-weight: 700;
font-size: 30px;
line-height: 36px;
margin: 0;
}
.request-form .input-block {
padding: 22px 0 0;
}
.request-form .input-block label {
display: block;
color: #656F82;
font-size: 14px;
line-height: 18px;
margin: 0 0 8px;
}
.request-form input {
border: 1px solid #BCC4D2;
border-radius: 4px;
font-size: 16px;
line-height: 24px;
padding: 7px 16px;
width: 100%;
transition: border-color 0.25s;
}
.request-form input:focus,
.request-form .promo-button:focus {
border-color: #4A90E2;
outline: none;
}
.request-form input.error {
border-color: #E25A5A;
}
.request-form .input-block input::placeholder {
color: #9DA3AE;
}
.request-form label.error {
color: #E25A5A;
font-size: 14px;
line-height: 20px;
margin: 8px 0 0;
}
.request-form .promo-block {
padding: 24px 0 0;
}
.request-form .promo-block input {
display: none;
}
.request-form .promo-button {
background: #EDF4FC;
border-radius: 4px;
font-size: 16px;
line-height: 24px;
padding: 8px 0;
border: 1px solid #EDF4FC;
width: 100%;
color: #4A90E2;
cursor: pointer;
transition: color 0.25s;
}
.request-form .promo-button:hover {
color: #105BB2;
}
.request-form .promo-block.active input {
display: inline;
}
.request-form .promo-block.active .promo-button {
display: none;
}
.request-form .agreements {
padding: 24px 0;
}
.request-form .agreement + .agreement {
margin-top: 24px
}
.request-form .submit-btn {
color: #fff;
background: #F98B25;
border-radius: 4px;
font-weight: 500;
font-size: 18px;
line-height: 24px;
padding: 12px 0;
border: 1px solid #F98B25;;
width: 100%;
cursor: pointer;
outline: none;
transition: background 0.25s;
}
.request-form .submit-btn:hover,
.request-form .submit-btn:focus,
.request-form.loading .submit-btn {
background: #FFBC57;
}
.request-form .submit-btn .loader {
width: 24px;
height: 24px;
margin: 0 auto;
display: none;
}
.request-form .submit-btn .loader > svg {
width: 100%;
height: 100;
}
.request-form .submit-btn .loader > svg circle {
stroke: currentColor;
stroke-linecap: round;
stroke-dasharray: 80, 200;
stroke-dashoffset: 0px;
}
.request-form.loading {
pointer-events: none;
}
.request-form.loading input {
background: #f2f2f2;
}
.request-form.loading .submit-btn .loader {
display: block;
}
.request-form.loading .submit-btn .loader > svg {
animation: spin 1.4s linear infinite;
transform-origin: center center;
transition: all 0.2s ease-in-out;
}
.request-form.loading .submit-btn .btn-text {
display: none;
}
.iti {
width: 100%;
}
.iti__flag-container {
max-height: 40px;
}
.customer-list {
max-width: 100%;
position: relative;
margin: 0 auto;
padding: 0 30px;
}
.customer-list ul {
list-style: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
padding-left: 0;
}
.customer-list li {
width: 148px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
margin: 4px;
} 
.customer-list p {
color: #E6E8EB;
font-size: 14px;
line-height: 24px;
text-align: center;
margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
.side-block .side-wrap {
margin: 128px auto 0;
}
}
@media screen and (max-width: 999px) {
.customer-list {
padding: 0;
}
.customer-list ul {
margin: 16px 0 8px;
}
.customer-list li {
height: 40px;
}
.side-title {
text-align: center;
}
.side-block .side-list {
margin-bottom: 0;
}
.side-block .side-wrap {
margin: 80px auto 0;
}
.side-block {
width: 100%;
padding: 0 16px;
}
.wrap {
flex-direction: column;
}
.content {
padding: 32px 16px;
}
.logo {
left: 50%;
margin-left: -59px;
}
.side-block .logo-dark {
display: none;
}
.content .content-title {
text-align: center;
}
}
@keyframes spin { 
from { 
transform: rotate(0deg); 
} to { 
transform: rotate(360deg); 
}
}
#app-for-connection #contactUsRequest p {
margin: 0;
} .zpcustom-layout-2.zpdark {
background-color: #ffbf53e6 !important;
color: #2C2C2C !important;
}
.zpcustom-layout-2.zpdark a,
.zpcustom-layout-2.zpdark a:visited {
color: #2c2c2c;
text-decoration: underline;
text-decoration-style: dotted;
}
.zpcustom-layout-2 .zpcookie-action-buttons.zpbutton-type-primary {
background-color: #2c2c2c !important;
color: #fff !important;
}