*, *: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; min-height: 100vh; display: flex;
flex-direction: column;
}
.gradients {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #292F42;
z-index: -1;
}
.gradients::before,
.gradients::after {
content: '';
width: 700px;
height: 700px;
position: fixed;
}
.gradients::before {
left: 0;
bottom: 0;
background: radial-gradient(100% 100% at 0px 100%, rgba(103, 78, 48, 1) 0%, rgba(41, 47, 66, 0) 90%, rgba(41, 47, 66, 0) 100%);
}
.gradients::after {
right: 0;
top: 0;
background: radial-gradient(100% 100% at 100% 0%, rgba(31, 94, 129, 0.8) 0%, rgba(57, 50, 86, 1) 50%,  rgba(41, 47, 66, 1) 100%);
}
.checkbox-wrap {
display: flex;
position: relative;
}
.custom-checkbox {
position: absolute;
z-index: -1;
opacity: 0;
visibility: hidden;
}
.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(//hurma.work/wp-content/uploads/request2/img/check-mark2.svg) no-repeat center/13px;
background-color: #86CC56;
}
.custom-checkbox:focus-visible ~ label::before {
border-color: #4A90E2;
}
.content-wrap {
display: flex;
padding: 16px 0;
justify-content: center;
flex-grow: 1;
align-items: center;
}
.content-inner-wrap {
display: flex;
}
.fox-wrap {
pointer-events: none;
user-select: none;
margin: 0 320px 0 auto;
}
.fox-wrap img {
width: 200px;
vertical-align: top;
}
.logo {
margin: 0 0 40px;
display: inline-block;
}
.logo:focus-visible {
outline: 1px solid white
}
.side-block {
width: 328px;
margin: 0 66px 0 0;
}
.side-block .side-title {
font-weight: 700;
font-size: 40px;
line-height: 48px;
margin: 0 0 24px;
color: #fff;
}
.side-block .side-list {
margin: 0;
padding: 0;
list-style-type: none;
color: #BCC4D2;
font-weight: 400;
font-size: 22px;
line-height: 30px;
}
.side-block .side-list li {
margin: 0 0 16px;
}
.side-block .side-list b {
font-weight: 400;
color: #fff;
padding: 0 7px;
}
.side-block .side-list li:nth-child(1) b {
background: #599754;
}
.side-block .side-list li:nth-child(2) b {
background: #3cb2a4;
}
.side-block .side-list li:nth-child(3) b {
background: #6593be;
}
.request-sent {
display: none;
color: #fff;
}
.request-sent .info-wrap {
max-width: 100%;
max-width: 520px;
padding: 0 0 88px 0;
}
.request-sent .info-title {
font-size: 40px;
line-height: 48px;
margin: 0 0 24px;
font-weight: 700;
}
.request-sent .info-desc {
font-size: 22px;
line-height: 30px;
color: #BCC4D2;
}
.request-sent .info-desc p {
margin: 0 0 18px;
}
.request-sent .info-desc p:last-child {
margin: 0;
}
.request-sent .info-list {
padding: 40px 0;
margin: 0;
font-size: 22px;
line-height: 30px;
font-weight: 400;
list-style-type: none;
}
.request-sent .info-list li {
margin: 0 0 40px;
padding: 0 0 0 88px;
position: relative;
display: flex;
min-height: 72px;
align-items: center;
}
.request-sent .info-list li::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 72px;
width: 72px;
border-radius: 72px;
background-color: #1C202C;
background-position: center center;
background-repeat: no-repeat;
}
.request-sent .info-list li:nth-child(1):before {
background-image: url(//hurma.work/wp-content/uploads/request2/img/info_list_item_1.svg);
}
.request-sent .info-list li:nth-child(2):before {
background-image: url(//hurma.work/wp-content/uploads/request2/img/info_list_item_2.svg);
}
.request-sent .info-list li:nth-child(3):before {
background-image: url(//hurma.work/wp-content/uploads/request2/img/info_list_item_3.svg);
}
.request-sent .info-list li:last-child {
margin: 0 !important;
}
.request-sent .info-list a {
color: #fff;
text-decoration: underline;
}
.request-sent .info-list a:hover {
text-decoration: none;
}
.request-sent .go-to-main {
border: 1px solid #BCC4D2;
border-radius: 4px;
background: transparent;
height: 40px;
padding: 0;
margin: 0;
color: #BCC4D2;
width: 100%;
cursor: pointer;
transition: color .25s, border-color .25s;
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.request-sent .go-to-main:hover {
color: #fff;
border-color: #fff;
}
.request-sent .wizard-fox {
pointer-events: none;
user-select: none;
width: 358px;
display: flex;
padding: 0 0 0 24px;
align-items: center;
justify-content: center;
}
.request-sent .wizard-fox img {
width: 314px;
}
.request-form {
margin: 64px 0 0;
max-width: 484px;
width: 100%;
background-color: #fff;
padding: 16px 32px 24px;
border-radius: 8px;
background: linear-gradient(180deg, #D2E7FF 0, #FFFFFF 94px);
}
.request-form .form-title {
margin: 0 0 8px;
font-size: 20px;
line-height: 27px;
}
.request-form .input-block {
padding: 24px 0 0;
}
.request-form .input-block label {
display: block;
color: #2c2c2c;
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: #fff;
outline: 2px solid #4A90E2;
}
.request-form input.error {
outline: 2px solid #E25A5A;
border-color: #fff;
}
.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: 7px 0;
border: 1px solid #EDF4FC;
width: 100%;
color: #105BB2;
cursor: pointer;
transition: border-color 0.25s;
}
.request-form .promo-button:hover {
border-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: 0;
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;
}
.client-list {
margin: 60px 0 0;
}
.client-list .total,
.client-list .trust-text {
color: #fff;
line-height: 24px;
margin: 0;
font-weight: 500;
font-size: 30px;
}
.client-list .trust-text {
font-size: 22px;
}
.client-list ul {
list-style: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 0;
margin: 8px 0 0;
gap: 4px;
}
.client-list li {
width: calc(50% - 2px);
height: 56px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
background: #32384C;
}
.request-sent,
.submitted .content-inner-wrap,
.submitted .fox-wrap {
display: none;
}
.submitted .request-sent {
display: flex;
}
@media screen and (max-width: 1919px) {
.fox-wrap {
margin: 0 114px 0 auto;
}
}
@media screen and (max-width: 1400px) {
.gradients::before,
.gradients::after {
width: 500px;
height: 500px;
}
}
@media screen and (max-width: 1000px) {
.gradients::before,
.gradients::after {
width: 300px;
height: 300px;
}
}
@media screen and (max-width: 939px) {
.content-wrap {
padding: 16px;
}
.content-inner-wrap {
flex-direction: column;
max-width: 484px;
}
.side-block .side-title {
margin: 0 0 16px;
font-size: 30px;
line-height: 36px;
}
.side-block {
width: 100%;
margin: 0;
}
.side-block .side-list {
font-size: 18px;
line-height: 24px;
}
.client-list {
margin: 40px 0 0;
}
.client-list li {
width: calc(33% - 2px);
}
.request-form {
max-width: 100%;
margin: 40px 0 0;
}
.request-sent .info-wrap {
padding: 0;
}
.request-sent .info-title {
font-size: 30px;
line-height: 36px;
}
.request-sent .info-list,
.request-sent .info-desc {
font-size: 18px;
line-height: 24px;
}
.request-sent .wizard-fox {
display: none;
}
.request-sent .info-list li {
margin: 0 0 24px;
}
}
@media screen and (max-width: 767px) {
.fox-wrap {
margin: 0 auto;
padding: 0 50px 0 0;
}
}
@media screen and (max-width: 530px) {
.client-list li {
width: calc(50% - 2px);
}
}
@keyframes spin { 
from { 
transform: rotate(0deg); 
} to { 
transform: rotate(360deg); 
}
} .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;
}