@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body.single-clients_pages{
    background: #F2F4F1 !important;
}

.single-clients_pages header,
.single-clients_pages footer{
    display: none !important;
}
.client-form{
    width: 95%;
    max-width: 560px;
    margin: 50px auto;
    border-radius: 15px;
    background: #fff;
    font-family: 'Inter', sans-serif !important;
    color: #072630;
    padding: 13px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.client-form__footer-social{
    display: flex;
}
.client-form__footer-social a{
    text-decoration: none;
        display: flex;
    align-items: center;
}

.client-form__header{
border-bottom: 2px solid #F2F4F1;
margin: 0 26px;
}

.client-form__header a{
    display: block;
    max-width: 300px;
    margin-bottom: 15px;
}

.client-form__header a img{
    max-width: 100%;
}

.client-form__company-name{
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
}


.client-form__steps{
    display: flex;
    align-items: center;
    margin-top: 32px;
}


.client-form__back-button{
    width: 32px;
    height: 32px;
    border: 2px solid #F2F4F1;
    border-radius: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    cursor: pointer;
    margin-right: 10px;
    display: flex;
}


.client-form__back-button:hover{
    background: #F2F4F1;
}

.client-form__steps span{
    color: #A6B19B;
    font-weight: 700;
    font-size: 18px;
}

.client-form__title{
    font-weight: 700;
    font-size: 24px;
    color: #072630;
    margin: 32px 0 24px 0;
}

.hapimetr_hidden_val{
    display:none;
}

.hapimetr_row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin:30px 0;
}

.hapimetr-item__image{
    width: 64px;
    height: 64px;
    border: 2px solid #A6B19B4D;
    border-radius: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    cursor: pointer;
    display: flex;
    background: #F2F4F1;
}

.hapimetr-item__image:hover{
    background: #F2F4F1;
}

.hapimetr-item{
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #A6B19B;
}

.hapimetr-item.active{
    color: #072630;
}

.hapimetr-item svg path{fill:#A6B19B;}

.hapimetr-item.active svg path{fill:#072630;}

#hapimetr-1.hapimetr-item.active .hapimetr-item__image {background: #eb6e6e4d;border-color: transparent;}
#hapimetr-2.hapimetr-item.active .hapimetr-item__image {background: #B87DD44D;border-color: transparent;}
#hapimetr-3.hapimetr-item.active .hapimetr-item__image {background: #59D0DB4D;border-color: transparent;}
#hapimetr-4.hapimetr-item.active .hapimetr-item__image {background: #BCE99E4D;border-color: transparent;}
#hapimetr-5.hapimetr-item.active .hapimetr-item__image {background: #FFE3824D;border-color: transparent;}

#hapimetr-1.active svg path.svg-color-2{fill:#EB6E6E;}
#hapimetr-2.active svg path.svg-color-2{fill:#B87DD4;}
#hapimetr-3.active svg path.svg-color-2{fill:#59D0DB;}
#hapimetr-4.active svg path.svg-color-2{fill:#9ABF82;}
#hapimetr-5.active svg path.svg-color-2{fill:#E96F6F;}


/* GF Custom */
.client-form .ginput_complex > span > label{
    display: none !important;
}

.client-form .gform_wrapper .top_label .gfield_label.rew_place_label,
.client-form .gform_wrapper legend.gfield_label.rew_place_label{
    margin-top: 30px;
    margin-bottom: 20px
}

.client-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    border: 2px solid #F2F4F1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 16px;
    color: #072630;
    font-size: 18px;
    width: 100%;
    outline-color: #59D0DB;
    transition: all .3s ease;
}

.client-form .gform_wrapper input::placeholder{
    color: #A6B19B;
    font-size: 18px;
}

.client-form .gform_wrapper .top_label .gfield_label, .client-form .gform_wrapper legend.gfield_label {
    font-weight: 700;
    font-size: 16px;
    color: #072630;
    margin-bottom: 8px;
}

.client-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin-bottom: 35px;
    margin-top: 0;
}

.client-form .gform_wrapper .gform_page_footer .gform_next_button.button,
.client-form .gform_wrapper .gform_page_footer input.gform_button{
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 16px 0;
    border-radius: 8px;
    background: conic-gradient(from 268.29deg at 106.47% 109.82%, #59D0DB 0deg, #072630 275.62deg, #59D0DB 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    outline:none;
    transition: all .3s ease;
}

.client-form .gform_wrapper .gform_page_footer .gform_next_button.button:hover{
    background: conic-gradient(from 268.29deg at 106.47% 109.82%, #59D0DB 0deg, #59D0DB 275.62deg, #59D0DB 360deg);
}

.client-form .gform_wrapper .gform_page_footer .gform_next_button.button:focus{
    background: conic-gradient(from 268.29deg at 106.47% 109.82%, #59D0DB 0deg, #59D0DB 275.62deg, #59D0DB 360deg);
}

.client-form__rev-place{
display: flex;
justify-content: space-between;
}

.client-form__rev-place a{
    text-decoration: none;
    transition: all .3s ease;
}

.client-form__rev-place a:hover .client-form__rev-place-logo{
    background: #F2F4F1;
}

.client-form__rev-place-item{
    display: block;
    width: 219px;
}

.client-form__rev-place-logo{
border: 2px solid #F2F4F1;
box-sizing: border-box;
border-radius: 8px;
height: 96px;
display:flex;
align-items: center;
justify-content: center;
}

.client-form__rev-place-item span{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #A6B19B;
display: block;
margin-top: 5px;
}

/* Validation errors */
.client-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 2px solid #F2271C;
}

.client-form .gform_wrapper li.gfield.gfield_error, 
.client-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #fff;
    margin-bottom: 6px!important;
    border:0 !important;
    padding:0 !important
}

.client-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    color: #F2271C;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding-left: 19px;
    padding-top: 5px;
}

.client-form .gform_wrapper div.validation_error{
    display:none !important;
}

.client-form .gform_wrapper .gform_page_footer {
    margin: 0;
    border-top: 0;
    padding: 0;
}

.client-form .gform_wrapper textarea{
    padding: 12px 16px 8px;
    width: 100%;
    height: 150px;
    border: 2px solid #F2F4F1;
    box-sizing: border-box;
    border-radius: 8px;
    color: #072630;
    font-size: 18px;
    outline-color: #59D0DB;
    transition: all .3s ease;
}

.client-form .gform_wrapper .custom-checkbox ul.gfield_checkbox li label{
    border: 2px solid #F2F4F1;
    box-sizing: content-box !important;
    border-radius: 8px;
    padding: 6px 12px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #072630;
    transition: all .3s ease;
}

.client-form .gform_wrapper .custom-checkbox ul.gfield_checkbox li label:hover{
    background: #F2F4F1;
}

.client-form .gform_wrapper .custom-checkbox ul.gfield_checkbox li label:before,
.client-form .gform_wrapper .custom-checkbox ul.gfield_checkbox li label:after{
    display: none !important;
}

.client-form .gform_wrapper .custom-checkbox ul.gfield_checkbox li input{
position: absolute;
visibility: hidden;
}

.client-form  .gform_wrapper .custom-checkbox ul.gfield_checkbox li input[type=checkbox]:checked+label{
    background: #59D0DB;
    border-color: #59D0DB;
    font-style: normal;
    font-weight: normal;
}

.client-form .gform_wrapper .custom-checkbox ul.gfield_checkbox li{
    margin-right: 10px;
}

.client-form .gform_wrapper li.custom-checkbox ul.gfield_checkbox{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.client-form .gform_wrapper li ul.gfield_checkbox, 
.client-form .gform_wrapper li ul.gfield_radio{
    margin: 0;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

/* Custom Radio */
.client-form .gform_wrapper ul.gfield_radio li input{
    visibility: hidden;
    position: absolute;
}

.client-form .gform_wrapper ul.gfield_radio li label{
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #072630;
    position: relative;
    padding-left: 26px;
    box-sizing: content-box !important;
    display: flex;
    align-items: center;
    margin-left: 0;
    transition: all .1s ease;
}

.client-form .gform_wrapper ul.gfield_radio li label:before{
    content: '';
    position: absolute;
    left: 0;
    background: #F2F4F1;
    border: 1px solid #59D0DB;
    box-sizing: border-box;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    transition: all .1s ease;
}

.client-form .gform_wrapper ul.gfield_radio li label:hover:before{
    background: #F2F4F1;
}

.client-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{
    font-style: normal;
    font-weight: normal;
}

.client-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label:before{
    background: #59D0DB;
}

.client-form .gform_wrapper ul.gfield_radio li label:after{
    content: '';
    position: absolute;
    background: #F2F4F1;
    width: 0px;
    height: 0px;
    left: 10px;
    transition: all .3s ease-in-out;
    border-radius: 100%;
}

.client-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label:after{
    width: 12px;
    height: 12px;
    left: 4px;
    transition: all .3s ease-in-out;
}


/* /Custom Radio */


/* Custom Checkbox */
.client-form .gform_wrapper ul.gfield_checkbox li input{
    visibility: hidden;
    position: absolute;
}

.client-form .gform_wrapper ul.gfield_checkbox li label{
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #072630;
    position: relative;
    padding-left: 26px;
    box-sizing: content-box !important;
    display: flex;
    align-items: center;
    margin-left: 0;
    transition: all .1s ease;
}

.client-form .gform_wrapper ul.gfield_checkbox li label:before{
    content: '';
    position: absolute;
    left: 0;
    background: #F2F4F1;
    border: 1px solid #59D0DB;
    box-sizing: border-box;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    transition: all .1s ease;
}

.client-form .gform_wrapper ul.gfield_checkbox li label:hover:before{
    background: #F2F4F1;
}

.client-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label{
    font-style: normal;
    font-weight: normal;
}

.client-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label:before{
    background: #59D0DB;
}

.client-form .gform_wrapper ul.gfield_checkbox li label:after{
    content: '';
    position: absolute;
    background: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 0C10.72 0 10.47 0.11 10.29 0.29L4 6.59L1.71 4.29C1.53 4.11 1.28 4 1 4C0.45 4 0 4.45 0 5C0 5.28 0.11 5.53 0.29 5.71L3.29 8.71C3.47 8.89 3.72 9 4 9C4.28 9 4.53 8.89 4.71 8.71L11.71 1.71C11.89 1.53 12 1.28 12 1C12 0.45 11.55 0 11 0Z" fill="white"/> </svg>');
    left: 4px;
    width: 12px;
    height: 9px;
    display: none;
}

.client-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label:after{
    display: block;
}

.client-form .is_hidden{
    display:none;
}

/* /Custom Checkbox */

/* Footer hapiform */
.client-form__footer{
    border-top: 2px solid #F2F4F1;
    margin-top: 30px;
}

.client-form__footer-top,
.client-form__footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-form__footer-top{
    margin:30px 0 20px 0;
}

.client-form__footer-terms a{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #A6B19B;
    text-decoration: none;
    transition: all .3s ease;
    margin-left: 10px;
}

.client-form__footer-top a:hover{
    color:#59D0DB;
}

.client-form__footer-contact a{
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
color: #072630;
text-decoration: none;
margin-left: 10px;
}

.gform_wrapper .validation_message.hapimetr_validation{
    color: #F2271C;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding-left: 19px;
    padding-top: 0;
    text-align: center;
}

.client-form .gform_wrapper .gform_page_footer input.gform_button{
    display: none;
}

.original_testimonial{
    display: none;
}

.rating_4_5,
.rating_1_2_3{
	max-width: 100%;
}

@media(max-width:600px){
	.client-form{
		 padding: 15px;
	}
	.client-form__title {
    	font-size: 20px;
	}
	.hapimetr-item__image {
    width: 35px;
    height: 35px;
	margin: 0 auto 5px auto;
	}
	.hapimetr-item__image svg{
		    width: 22px
	}
	.hapimetr-item span{
		font-size: 12px;	
	}
	
}


.generate_container{
    margin-bottom: 0;
}

.generate_container p{
	color:#A6B19B;
	font-size: 16px;
	font-weight: 400;
}
.generate_container h3{
    font-weight: bold !important;
    font-size: 15px;
    color: #072630;
    margin-bottom: 2px;
    margin-top: 0;
    margin-bottom: 10px;
}

.generate_container button{
    border-radius: 8px;
    border: 2px solid #F2F4F1;
    background: #fff;
    font-weight: 400;
    padding: 5px 10px;
    letter-spacing: .2px;
    margin-right: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Inter';
    color: #072630;
	transition: all .3s ease;
}

.generate_container button.active{
	background: #59D0DB;
	border-color:#59D0DB;
	transition: all .3s ease;
}

.generate_container button.submit_generate{
    font-weight: bold;
    font-size: 14px;
    padding: 16px;
    background: #59d0db;
    width: 100%;
    opacity: .4;
    cursor: not-allowed;
    transition: all .3s ease;
    border: 0;
    margin-top: 10px;
}

.generate_container button.submit_generate.send_active{
	background: #59d0db;
	opacity: 1;
	cursor: pointer;
	transition: all .3s ease;
}

.hapimetr_bar{
    position: relative;
    width: 100%;
    height: 8px;
    background: #F2F4F1;
    border-radius: 100px;
    overflow: hidden;
}

.hapimetr_bar svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hapimetr_form_header{
    display: block;
    width: 100%;
}

.client-form .gform_wrapper .gform_body,
.client-form .client-form__steps{
    padding: 0 26px;
}

.client-form .client-form__footer{
    margin-left: 26px;
    margin-right: 26px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 32px;
}

.client-form__description{
    color: #072630;
    font-size: 18px;
    line-height: 1.5;
}