@media only screen and (min-width : 1200px) {
	.steps-block, .review-block {
	    max-width: 1140px;
		width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto; 	    
	}
}


@media only screen and (min-width : 1440px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .steps-block {
	    max-width: 1360px;
	}
	.steps-block, .review-block {
	    max-width: 1360px;
		width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;	    
	}

}




*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

*:focus, button:focus {
    outline: none;
}

.btn-primary.focus, .btn-primary:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    box-shadow: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

a {
    color: #FF7D12;
}  
a:hover {
    color: #ff9137;
}   
html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../image/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
	background: #F5F5F5;;
	padding-top: 15px;
}
.hidden {
	display: none;
}
.visible {
	display: block!important;
}

.header {
	background: linear-gradient(135deg, #B2FFB1 0%, #7EFF41 100%);
	padding: 5px 0;
	min-height: 890px;
	position: relative;
	overflow: hidden;
}
.bg-white {
	background: #ffffff;
	border-radius: 10px;
	z-index: 2;
}
.btn-primary {
    color: #fff;
    background-color: #FF7D12;
    border-color: #FF7D12;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #ff9137;
    border-color: #ff9137;
}
.btn {
	border-radius: 8px;
}

.navbar-light .navbar-nav .nav-link {
    color: #777777;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../image/burger.svg);
}

.bg_color_1 {
	width: 642px;
	height: 642px;
	flex-shrink: 0;
	border-radius: 642px;
	background: #0ECC0E;
	filter: blur(200px);
	position: absolute;	
	bottom: -321px;
	left: -321px;
}
.bg_color_2 {
	width: 640px;
	height: 640px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #FFFBD3;
	filter: blur(200px);
	position: absolute;	
	top: -65px;
	right: -250px;	
}
.main-img-shadow {
	width: 297px;
	height: 582px;
	flex-shrink: 0;
	border-radius: 582px;
	background: #1A5919;
	filter: blur(100px);
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 130px;
	right: 0;
	text-align: center;
	bottom: 0;
}
.main-img {
	position: absolute;
	background: url(../image/main_photo5.png) no-repeat;
	width: 650px;
	height: 665px;
	flex-shrink: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;

}

.header-content {
	display: flex;
	margin-top: 100px;
	justify-content: space-between;
}
.header-text {
	max-width: 800px;
}
.header-text-title {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 90px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 108px */
	position: relative;
}
.header-text-title .or-text {
    background: linear-gradient(156deg, #FF7D12 0%, #FF7D12 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    white-space: nowrap;
    transform: rotate(-1deg);
    display: inline-block;
}
.header-text-title .or-bg {
	display: inline-block;
    border-radius: 20px;
    background: #FFF;
    transform: rotate(1deg);
    padding: 0 15px;
}
.header-text-subtitle {
	color: #4d4d4d;
	font-family: Inter;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 15px;
	position: relative;
}
.header-text-subtitle2 {
	color: #777;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
	margin-top: 90px;
	position: relative;
}
.header-form {
	max-width: 400px;
	position: relative;
}
.header-form-wrap {
	background: #ffffff;
	padding: 40px 20px;
	border-radius: 30px;
	background: #FFF;	
}
.header-form-form {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-top: 28px;
}
.header-form-title {
	color: #000;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.orange {
	color: #FF7D12;
}
.header-form-calc-input {
	display: inline-flex;
	gap: 12px;
	flex-direction: column;
	width: 100%;	
}
.header-form-calc-input input {
	border-radius: 4px;
	background: #F2F2F2;
	padding: 9px 14px;
	width: 100%;
	color: #1E1E1E;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none;
	width: 100%;	
}
.header-form-calc {
	margin-top: 28px;
	width: 100%;
}
.header-form-calc-slider {
	margin: 20px 0 10px;
}
.ui-slider .ui-slider-handle {
	background: transparent url(../image/handler.svg);
	width: 32px;
	height: 32px;
	border: none;
	top: -14px;	
}

.header-form-calc-header {
	display: flex;
	width: 100%;
}
.header-form-calc-header-label {
	width: 50%;
	color: #1E1E1E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header-form-calc-header-value {
	width: 50%;
	color: #1E1E1E;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
	text-align: right;
}
.header-form-calc-value {
	display: flex;
}
.header-form-calc-value-min, .header-form-calc-value-max {
	width: 50%;
	color: #67748B;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;

}
.header-form-calc-value-max {
	text-align: right;
}
.header-form-button {
	margin-top: 28px;
	width: 100%;
}
.header-form-button button {
	display: block;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
}
.header-form-privacy{
	width: 100%;
    text-align: left;
    display: flex;	
    margin-top: 12px;
}
.header-form-privacy input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 0px;
    height: 0px;
}

.header-form-privacy input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 1px solid #8A8A8A;
    border-radius: 3px;
    background-color: white;
}

.header-form-privacy input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    border: 1px solid #FF4B00;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 5px;
}

label.header-form-privacy-label {
	color: #777;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    margin-left: 20px;
    margin-bottom: 0px;
}
.header-form-footer {
	display: flex;
	margin-top: 28px;
	width: 100%;
}
.header-form-footer-sum, .header-form-footer-time {
	width: 50%;
}
.header-form-footer-sum-title {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header-form-footer-sum-value {
	display: flex;
	gap: 10px;
}
.header-form-footer-sum-value-before {
	color: #C6C6C6;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
	white-space: nowrap;
	display: block;
}
.header-form-footer-sum-value-after {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	display: block;
}
.header-form-footer-time-title {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header-form-footer-time-value {
	color: #62CE46;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.header-form-header-mobile {
	display: none;
}
.pluses-block {
	margin-top: 100px;
}
.pluses {
	display: flex;
	gap: 10px;
}
.plus {
	border-radius: 20px;
	background: #FFF;
	display: flex;
	flex-direction: column;
	padding: 24px 12px;
	text-align: center;
	align-items: center;
    width: 20%;
}
.plus-text {
	color: #1E1E1E;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	width: 80%;
}
.plus-icon {
	width: 46px;
	height: 60px;
	margin-bottom: 10px;
}
.plus-icon1 {
	background: url(../image/plus-icon1.svg) center center no-repeat;
}
.plus-icon2 {
	background: url(../image/plus-icon2.svg) center center  no-repeat;
}
.plus-icon3 {
	background: url(../image/plus-icon3.svg) center center  no-repeat;
}
.plus-icon4 {
	background: url(../image/plus-icon4.svg) center center  no-repeat;
}
.plus-icon5 {
	background: url(../image/plus-icon5.svg) center center  no-repeat;
}

.steps-block {
	margin-top: 100px;
}
.steps-block h2 {
	color: #000;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin-bottom: 40px;
}
.steps-block h2 span{
	background: linear-gradient(180deg, #FF7D12 0%, #FFC369 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	white-space: nowrap;	
}
.steps {
	display: flex;
	gap: 20px;
}
.step_wrap {
	width: 25%;
}
.step {
	border-radius: 20px;
	background: #FFF;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20px;
	position: relative;
}
.step-num {
	background: #F0FFED;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #62CE46;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	position: absolute;
}
.step-img img {
	max-width:165px;
	max-height: 182px;
}
.step-title {
	color: #1E1E1E;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-top: 23px;
}
.step-text {
	color: #777;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;	
	margin-top: 12px;
}
.step4 {
	background: linear-gradient(139deg, #BEF9B4 0%, #50C32E 100%);
	overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
.step-blur {
	width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 200px;
    background: #FFF48C;
    filter: blur(100px);
    position: absolute;
    bottom: -100px;
    left: -100px;
}
.step4 .step-num {
	background: #FFE6C0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #FF7D12;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;	
}
.step4 .step-title {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-top: 0;	
}
.step-button {}
a.step-btn {
	border-radius: 8px;
	background: #FF7D12;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 16px;
	width: 100%;
	display: block;
    z-index: 2;
    position: relative;	
}

.boardcast-block { 
	margin-top: 100px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.boardcast-block h2 {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
}
.boardcast-block h2 span {
	background: linear-gradient(180deg, #FF7D12 0%, #FFC369 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.boardcasts {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.boardcast {
	border-radius: 20px;
	background: #FFF;
	display: flex;
	padding: 32px 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	width: 100%;
}
.boardcast-info {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;	
}
.boardcast-name {
    width: 40%;
}
.boardcast-name-title {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}
.boardcast-name-today {
	color: #777;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.boardcast-loading {
	background: url(../image/boardcast-loading.svg) center center no-repeat;
	width: 43px;
	height: 43px;

    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.boardcast-loading-ok {
	background: url(../image/boardcast-loading-ok.svg) center center no-repeat;
	width: 43px;
	height: 43px;
}
.boardcast-amount {
	width: 40%;
}
.boardcast-amount-sum {
	color: #1E1E1E;
	text-align: right;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;	
}
.boardcast-amount-amount {
	color: #777;
	text-align: right;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;	
}
.boardcast-scales {
	display: flex;
	width: 100%;
	padding: 10px 0px;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.boardcast-scale {
	width: 20%;
	height: 6px;
	border-radius: 6px;	
}
.boardcast-scale.scale-on {
	background: #62CE46;
}
.boardcast-scale.scale-off {
	background: #BEF9B4;
}


.banner-block { 
	margin-top: 100px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.banner {
	border-radius: 20px;
	background: linear-gradient(168deg, #BFFBB9 0%, #71E43F 100%);	
	padding: 28px 28px 40px;
	position: relative;
    overflow: hidden;
}
.banner-content-wrap {
	display: flex;
    justify-content: space-between;	
    align-items: center;
}
.banner-blur {
	width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 200px;
    background: #FFF48C;
    filter: blur(100px);
    position: absolute;
    bottom: -100px;
    left: -100px;
}
.banner-content {
	display: flex;
    flex-direction: column;
    width: 70%;
    position: relative;
}
.banner-title {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-top: 50px;
}
.banner-title .bbg {
	display: inline-block;
    border-radius: 6px;
    background: #FFF;
    transform: rotate(1deg);
    padding: 0 15px;	
}
.banner-title .bbg-text {
	background: linear-gradient(159deg, #FF8D26 0%, #FCBF77 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner-text {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 16px;	
}
.banner-button {
	display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 60px;
}
a.banner-btn {
	border-radius: 8px;
    background: #FF7D12;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px;
    width: 100%;
    display: block;
    z-index: 2;
    position: relative;
    text-align: center;
}
.banner-button-text {
	color: #777;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.banner-img {
	width: 30%;
	text-align: right;
}
.banner-img img {
	width: 248px;
	height: 296px;
}
.banner-button-mobile {
	display: none;
}
.service-block {
	margin-top: 100px;
}
.service-block h2 {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
}
.service-block h2 span {
	background: linear-gradient(180deg, #FF7D12 0%, #FFC369 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	white-space: nowrap;
}
.services {
	display: flex;
	gap: 10px;
	margin-top: 40px;
}
.service {
	border-radius: 20px;
	background: #FFF;
	display: flex;
	width: 20%;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.service-icon {
	width: 18px;
	height: 18px;
	background: url(../image/service-icon.svg) center center no-repeat;	
}
.service-text {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
}

.review-block {
	margin-top: 100px;
}
.reviews {
	display: flex;
	gap: 20px;
}
.review_wrap {
	width: 33%;
}
.review {
	display: flex;
	padding: 20px;
	gap: 20px;
	border-radius: 20px;
	background: #FFF;	
}
.review-photo img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.review-name {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}
.review-text {
	color: #777;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 4px;	
}
a.reviews-btn {
	display: flex;
    width: 240px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FF7D12;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.purpose-block {
	margin-top: 100px;
}

.purpose-block h3 {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.purpose-block h3 span{
	background: linear-gradient(180deg, #FF7D12 0%, #FFC369 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	white-space: nowrap;	
}
.purposes {
	display: flex;
	gap: 8px;
	margin-top: 40px;
	justify-content: space-between;
}
.purpose {
	border-radius: 8px;
	background: #FFF;
	padding: 12px;
	overflow: hidden;
	position: relative;
	width: 12%;
	min-height: 120px;
}
.purpose-content {
	display: flex;
	justify-content: space-between;
    position: relative;
}
.purpose-title {
	color: #777;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	z-index: 2;
}
.purpose-icon {
	width: 28px;
	height: 8px;
	background: url(../image/purpose-arrow.svg) center center no-repeat;		
	z-index: 2;
}
.purpose-img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.who-block {
	margin-top: 100px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.who {
	display: flex;
	width: 100%;
	padding: 40px 28px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	border-radius: 20px;
	background: #FFF;	
}
.who-title {
	color: #1E1E1E;
	text-align: center;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.who-list {}
.who-list li {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
a.who-btn {
	display: flex;
    width: 240px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FF7D12;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
}

.conditions-block {
	background: #fff;
	padding: 100px 0;
	margin-top: 100px;
}
.conditions-block h3 {
	color: #1E1E1E;
	text-align: center;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 48px */
}
.conditions {
	display: flex;
	gap: 20px;
	margin-top: 40px;
}
.condition {
	display: flex;
	width: 33%;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	border-radius: 6px;
	background: #F5F5F5;
	box-shadow: 0px 4px 4px 0px rgba(223, 223, 223, 0.15);	
}
.condition-icon {}
.condition-icon img{}
.condition-text {
	color: #777;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.example-block {
	padding: 100px 0;
	background: linear-gradient(135deg, #BEFBB9 0%, #73E340 100%);
}
.example-wrap {
	display: flex;
	width: 100%;
	padding: 40px 28px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	border-radius: 20px;
	background: #FFF;
}
.example-wrap h3 {
	color: #1E1E1E;
	text-align: center;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.examples {
	display: flex;
    width: 80%;
    justify-content: space-around;
}
.example {

}
.example-title {
	color: #777;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;	
}
.example-text {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-top: 8px;
}
.example-text small {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.repayment-block {
	margin-top: 60px;
}
.repayment-block h2{
	color: #1E1E1E;
	text-align: center;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.repayment {
	color: #777;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 40px;
}
.creditors-block {
	margin-top: 100px;
}
.creditors-block h2 {
	color: #1E1E1E;
	text-align: center;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.creditors-block h2 span {
	background: linear-gradient(180deg, #FF7D12 0%, #FFEFE2 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.creditors {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.creditor {
	display: flex;
	width: 32%;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	border-radius: 20px;
	background: #FFF;
}
.creditor-header {
	display: flex;
	gap: 12px;
}
.creditor-logo img{
	width: 96px;
    height: 40px;
    flex: 0 0 96px;
    background-size: contain;
}
.creditor-name {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.creditor-link {
	line-height: 1em;
}
.creditor-link a{
    background: url(../image/link-arrow.svg) 0 center no-repeat;
    width: 8px;
    height: 8px;
    padding-left: 12px;
    color: #62CE46;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: underline;	
}
.creditor-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.creditor-body-row {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.creditor-body-row span {
	color: #777;
}

.sert-block {
	margin-top: 100px;
}
.sert-block h2 {
	color: #1E1E1E;
	text-align: center;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.serts {
	margin-top: 40px;
}
footer {
	background: #1E1E1E;
	padding: 60px 0;
	margin-top: 60px;
}
.footer-block {
 	display: flex;
 	gap: 40px;
 	flex-direction: column;
}
.footer-logo a {
	color: #FFFFFF;
	display: block;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
}
.footer-menu {
	display: flex;
	gap: 40px;
}
.footer-menu-left {
	min-width: 300px;
}
.footer-menu-left ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
}
.footer-menu-left ul li {
	line-height: 1em;
}
.footer-menu-left ul li a {
	color: #D4D4D4;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.footer-menu-right {

}

.footer-menu-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;

}
.footer-menu-right ul li {
	line-height: 1em;
}
.footer-menu-right ul li a {
	color: #D4D4D4;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.footer-menu-right p, .footer-text {
	margin-bottom: 12px;
	color: #A1A1A1;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;	
}

.headerpage {
	margin-top: 60px;
	position: relative;
	overflow: hidden;	
}
.formpage {
	margin-top: 80px;
	text-align: center;
}
.formpage h1 {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.formpage .subtitle {
	color: #777;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */	
	margin-top: 8px;
}
.formpage .header-form-form {
    margin-top: 40px;
    min-width: 670px;
}
.formpage .header-form-calc-input input {
	background: #ffffff;
}
.formgarant {
    margin: 0 auto;
    border-radius: 4px;
    background: #E9E9E9;
    display: flex;
    width: 728px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 80px;
}
.formgarant-text {
	color: #777;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.textpage h1 {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 40px;
}
.textpage {
	color: #777;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-top: 80px;
}
.loadingpage {
	margin-top: 80px;
	margin-bottom: 80px;
}
.loadingpage h1 {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 40px;
}
.loadingpage .subtitle {
	color: #777;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.loadingpage .loading {
	background: url(../image/loading3.png) center center no-repeat;
	width: 160px;
	height: 160px;
	margin: 120px auto;

    -webkit-animation:spinloading 1s linear infinite;
    -moz-animation:spinloading 1s linear infinite;
    animation:spinloading 1s linear infinite;
}
@-moz-keyframes spinloading { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spinloading { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spinloading { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.offerspage {
	margin-top: 80px;
}
.offerspage h1 {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}
.offerspage .subtitle {
	color: #777;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.offers {
	margin-top: 80px;
	display: flex;
    flex-direction: column;
    gap: 20px;	
}
.offer {
	display: flex;
	width: 100%;
	padding: 20px;
	gap: 32px;
	border-radius: 20px;
	background: #FFF;
	align-items: center;
	justify-content: space-between;
}
.offer-header {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 25%;
}
.offer-header-wrap {
	display: flex;

}

.offer-header-wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}
.offer-logo img{
    max-width: 72px;
    max-height: 30px;
    flex: 0 0 72px;
    background-size: contain;
}
.offer-name {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.offer-rating {
	display: flex;
	gap: 5px;
	align-items: center;
}
.offer-star {
    background: url(../image/star.svg) no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;	
}
.offer-star-value {
	color: #000;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
.offer-star-voted {
	color: #777;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;	
}
.offer-plus, .offer-approve {
	border-radius: 3px;
	background: #F5F5F5;
	padding: 7px 12px;
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;	
}

.offer-info {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-content: space-around;
    width: 35%;
    justify-content: space-between;
}
.offer-info-row {
	width: 47%;
}
.offer-info-title {
	color: #777;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.offer-info-value {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;	
}
.offer-payment {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
/*
.offer-payment-bankcard {
    background: url(../image/bankcard.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.offer-payment-mastercard {
    background: url(../image/mastercard_icon.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.offer-payment-visa {
    background: url(../image/visa_icon.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.offer-payment-paymaya {
    background: url(../image/paymaya_logo.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;	
}
.offer-payment-gcash {
    background: url(../image/gcash_logo.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;	
}
*/

.offer-payment-bank {
    background: url(../image/bank-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.offer-payment-mastercard {
    background: url(../image/mastercard-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.offer-payment-visa {
    background: url(../image/visa-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.offer-payment-paymaya {
    background: url(../image/maya-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;	
}
.offer-payment-gcash {
    background: url(../image/gcash-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;	
}


.offer-button {
	width: 20%;
}
.offer-button a {
	display: flex;
    width: 100%;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FF7D12;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0 auto;	
}

.lightoffers {
	margin-top: 80px;
	display: flex;
    flex-direction: column;
    gap: 20px;	
}
.lightoffer {
	display: flex;
	width: 100%;
	padding: 20px;
	gap: 32px;
	border-radius: 20px;
	background: #FFF;
	align-items: center;
	justify-content: space-between;
}
.lightoffer-header {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 25%;
}
.lightoffer-header-wrap {
	display: flex;

}

.lightoffer-header-wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}
.lightoffer-logo img{
    width: 72px;
    height: 30px;
    flex: 0 0 72px;
    background-size: contain;
}
.lightoffer-name {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.lightoffer-rating {
	display: flex;
	gap: 5px;
	align-items: center;
}
.lightoffer-star {
    background: url(../image/star.svg) no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;	
}
.lightoffer-star-value {
	color: #000;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
.lightoffer-star-voted {
	color: #777;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;	
}
.lightoffer-plus, .lightoffer-approve {
	border-radius: 3px;
	background: #F5F5F5;
	padding: 7px 12px;
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;	
}

.lightoffer-info {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-content: space-around;
    width: 35%;
    justify-content: space-between;
}
.lightoffer-info-row {
	width: 47%;
}
.offer-info-title {
	color: #777;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.lightoffer-info-value {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;	
}
.lightoffer-payment {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
/*
.lightoffer-payment-bankcard {
    background: url(../image/bankcard.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.lightoffer-payment-mastercard {
    background: url(../image/mastercard_icon.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.lightoffer-payment-visa {
    background: url(../image/visa_icon.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.lightoffer-payment-paymaya {
    background: url(../image/paymaya_logo.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;	
}
.lightoffer-payment-gcash {
    background: url(../image/gcash_logo.svg) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;	
}
*/

.lightoffer-payment-bank {
    background: url(../image/bank-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.lightoffer-payment-mastercard {
    background: url(../image/mastercard-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.lightoffer-payment-visa {
    background: url(../image/visa-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;
}
.lightoffer-payment-paymaya {
    background: url(../image/maya-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;	
}
.lightoffer-payment-gcash {
    background: url(../image/gcash-logo.png) no-repeat;
    width: 72px;
    height: 30px;
    background-size: contain;	
}



.lightoffer-button {
	width: 20%;
}
.lightoffer-button a {
	display: flex;
    width: 100%;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FF7D12;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0 auto;	
}

.modal-block {
    border-radius: 10px;
    background: #32a314;
    position: fixed;
    bottom: 20px;
    left: 15px;	
    right: 15px;
    max-width: 1000px;
    margin: 0 auto;    
}
.modal-body {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	position: relative;
	margin-right: 10px;
}
.modal-block .close {
    background: url(../image/close-white.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
    position: absolute;	
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.modal-logo, .modal-logo img {
	width: 88px;
	height: 56px;
	flex: 0 0 88px;
}
.modal-text {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;	
}
.modal-button {}
.modal-button a {
	display: block;
}

.twobutton {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 80px;	
}
.twobutton a:hover {
	text-decoration: none;
}
a.twobotton-yes {
	border-radius: 4px;
	background: #FF7D12;	
	padding: 18px;
	max-width: 350px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
}
a.twobotton-no {
	border-radius: 4px;
	background: #FF7D12;	
	padding: 18px;
	max-width: 350px;
	width: 100%;	
	text-align: center;	
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
}
a.twobotton-yes:hover {
    background-color: #ff9137;
    border-color: #ff9137;	
}
a.twobotton-no:hover {
	background: #bdbdbd;
	border-color: #bdbdbd;	
}

a.twobotton-next {
	border-radius: 4px;
	background: #FF7D12;	
	padding: 18px;
	max-width: 350px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
}
a.twobotton-next:hover {
    background-color: #ff9137;
    border-color: #ff9137;	
}

.quizpage {
	margin-top: 80px;
}
.quizpage h1 {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.quiz {
	width: 100%;
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 60px;
}
.quiz-title {
	color: #777;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.quiz-title span {
	color: #FF7D12;
}
.quiz-scale {
	margin-top: 12px;
}
.quiz-step {
	width: 100%;
	height: 6px;
	background: #FFF;
	border-radius: 6px;
}
.quiz-step-ok {
	background: #FF7D12;
	height: 6px;
	border-radius: 6px;
	width: 0px;
}
.quiz-body {
	margin-top: 32px;
}
.quiz-question {
}
.quiz-question label {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	display: block;
}
.quiz-question input {
	margin-right: 7px;
}


.quiz-button {
	margin-top: 27px;
	display: flex;
	gap: 20px;
}
.quiz-button a {
	border-radius: 8px;
	background: #FF7D12;
	width: 100%;
	padding: 18px;
	text-align: center;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block;	
}
.quiz-button a.disable {
	display: none;
}
.quiz-title {
	display: none;
}
.quiz-title.active {
	display: block;
}
.quiz-question {
	display: none;
}

.quiz-question.active{
	display: block;
}

.invisible {
    display: none;
}

.quizz-page {
	min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quizz-page .qstep-title {
	color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.quizz-page .qstep-title1 {
	color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.gender-block, .birthyear {
	margin: 0 auto;
	max-width: 768px;
	display: flex;
	gap: 20px;

	color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    justify-content: center;	
}
.gender-block label {
	display: flex;
    gap: 5px;
}
.gender_error {
	color: #ff0000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.input_number {
	border-radius: 4px;
    background: #F2F2F2;
    padding: 12px 14px;
    width: 100%;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    width: 100%;
}


/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.header {
		min-height: inherit;
	}
	.header-content {
		margin-top: 60px;
	}
	.header-text {
    	max-width: 50%;
	}
	.header-form {
		max-width: 50%;
	}
	.header-text-title, .header-text-title .or-text {
		color: #474747;
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;		
		font-size: 68px;
	}
	.header-text-subtitle {
		font-size: 24px;
	}
	.header-text-subtitle2 {
		display: none;
	}
	.main-img {
		width: 350px;
	    height: 358px;
	    background-size: contain;
		right: 0;
    	left: -50%;	    
	}
	.main-img-shadow {
		display: none;
	}
	.plus-text {
		width: 100%;
	}
	
	.steps {
		-ms-flex-wrap: nowrap!important;
	    flex-wrap: nowrap!important;
	    overflow-x: auto;
	    position: relative;
	    -ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
	    scrollbar-width: none;
	    justify-content: flex-start;
	    -webkit-overflow-scrolling: touch;
	    gap: inherit;
	}
	.steps::-webkit-scrollbar {
        display: none
    }
	.steps>* {
    	scroll-snap-align: start;
	}

	.step_wrap {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 325px;
	    flex: 0 0 325px;
	    width: 325px;
	    padding: 0 15px;
	}
	.step {
		height: 100%;
		width: 100%;
	}
	.banner-title, .banner-button {
		margin-top: 30px;
	}

	.reviews {
	    -ms-flex-wrap: nowrap!important;
	    flex-wrap: nowrap!important;
	    overflow-x: auto;
	    position: relative;
	    -ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
	    scrollbar-width: none;
	    justify-content: flex-start;
	    -webkit-overflow-scrolling: touch;
	    gap: inherit;
	}
	.reviews::-webkit-scrollbar {
        display: none
    }
	.reviews>* {
    	scroll-snap-align: start;
	}
	.review_wrap {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 425px;
	    flex: 0 0 425px;
	    width: 425px;
	    padding: 0 0 0 15px;
	}
	.review {
		height: 100%;
		width: 100%;
	}
	.purposes {
		flex-wrap: wrap;
	}
	.purpose {
		width: 24%;
	}
	.examples {
		width: 100%;
	}
	.creditor {
		width: 31%;
	}
	.offer-info-row {
    	width: 46%;
	}
	.offer-name {
		font-size: 16px;
	}

	.lightoffer-info-row {
    	width: 46%;
	}
	.lightoffer-name {
		font-size: 16px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header-content {
	    margin-top: 40px;
	}	
	.header-form-wrap {
		padding: 20px;
	}
	.header-form-form, .header-form-calc, .header-form-button, .header-form-footer {
		margin-top: 19px;
	}
	.main-img {
		width: 280px;
		height: 287px;
	    background-size: contain;
		right: 0;
    	left: -50%;	    
	}
	.header-form-calc-header-label {
		font-size: 14px;
	}
	.header-form-footer-sum-title {
		font-size: 10px;
	}
	.header-form-footer-time-title {
		font-size: 10px;
	}
	.header-form-footer-sum-value {
		gap: 5px;
    	align-items: center;
	}
	.header-form-footer-sum-value-after {
		font-size: 16px;	
	}
	.header-form-footer-sum-value-before {
		font-size: 12px;
	}
	.header-form-footer-time-value {
		font-size: 16px;		
	}
	.header-form-calc-value-min, .header-form-calc-value-max {
		font-size: 10px;	
	}
	.pluses-block {
    	margin-top: 60px;
	}
	.pluses {
		flex-wrap: wrap;
    	justify-content: center;
	}
	.plus1, .plus2, .plus3 {
		width: 32%;
	}
	.plus4, .plus5 {
		width: 49%;
	}
	.steps-block h2, .steps-block h2 span {
		font-size: 40px;
	}
    .steps-block {
    	margin-top: 80px;
	}
	.boardcast-block { 
		margin-top: 80px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.boardcast-block h2 {
		font-size: 40px;
	}
	
	.banner-block { 
		margin-top: 100px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	.banner-block {
		margin-top: 80px;
	}
	.banner-content {
	    width: 65%;
	}

	.service-block {
		margin-top: 80px;
	}
	.service-block h2 {
		font-size: 40px;
	}
	.services {
		flex-wrap: wrap;
    	justify-content: center;
	}	
	.service1, .service2, .service3 {
		width: 32%;
	}
	.service4, .service5 {
		width: 49%;
	}	
	.review-block {
	    margin-top: 80px;
	}
	.purpose-block {
		margin-top: 80px;
	}
	.who-block {
		margin-top: 80px;
		width: 100%;
	}
	.examples {
		flex-wrap: wrap;
		row-gap: 30px;
	}
	.example {
		width: 48%;
	}
	.example-block {
		padding: 60px 0;
	}
	.creditors-block {
		margin-top: 80px;
	}
	.creditor {
		width: 48%;
	}
	.sert-block {
		margin-top: 80px;
	}
	.footer-menu {
		flex-direction: column;
	}
	.formpage {
		margin-top: 60px;
	}
	.formpage h1{
		font-size: 40px;
		text-align: left;
	}
	.formpage .subtitle {
		font-size: 16px;
		text-align: left;		
	}
	.formpage .header-form-form {
		min-width: 100%;
	}
	.formgarant { 
		width: 100%;
		margin-top: 60px;
	}
	.headerpage {
		margin-top: 48px;
	}
	.textpage {
		margin-top: 60px;
		font-size: 16px;
	}
	.textpage h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.loadingpage {
		margin-top: 60px;
	}
	.loadingpage h1 {
		font-size: 40px;
		margin-bottom: 20px; 
	}
	.loadingpage .loading {
		width: 80px;
		height: 80px;
		background-size: contain;
	}
	.offerspage {
		margin-top: 60px;
	}
	.offers {
		margin-top: 60px;	
	}	
	.offerspage h1 {
		font-size: 40px;
	}
	.offerspage .subtitle {
		font-size: 18px;
	}
	.offer {
		flex-wrap: wrap;
	}
	.offer-header {
		width: 100%;
		flex-direction: row;
	    align-items: center;		
	}
	.offer-info {
		width: 70%;
	}
	.offer-payment {
		width: 20%;
	}
	.offer-button {
		width: 100%;
	}



	.lightoffers {
		margin-top: 60px;	
	}	
	.lightoffer {
		flex-wrap: wrap;
	}
	.lightoffer-header {
		width: 100%;
		flex-direction: row;
	    align-items: center;		
	}
	.lightoffer-info {
		width: 100%;
	}
	.lightoffer-payment {
		width: 20%;
	}
	.lightoffer-button {
		width: 100%;
	}
	.twobutton {
	    margin-top: 60px;	
	}
	.quizpage {
		margin-top: 60px;
	}
	.quizpage h1 {
		font-size: 40px;
	}
	.quiz {
		margin-top: 32px;
	}	

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.header {
		min-height: inherit;
		background: none;
	}
	.navbar-brand {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
	}
	.header-content {
	    flex-direction: column;
	    margin-top: 10px;
	}
	.header-text {
		max-width: 100%;
	    position: relative;
	    min-height: 200px;
	    background: linear-gradient(135deg, #B2FFB1 0%, #7EFF41 100%);
	    overflow: hidden;
	    padding: 20px;
	    border-radius: 8px;	 		
	}
	.header-form {
		margin-top: 20px;
		max-width: 100%;
	}
	.bg_color_1 {
		width: 300px;
		height: 300px;
		flex-shrink: 0;
		border-radius: 300px;
		background: #0ECC0E;
		filter: blur(100px);
		position: absolute;	
		bottom: -150px;
		left: -150px;
	}
	.bg_color_2 {
		width: 300px;
		height: 300px;
		flex-shrink: 0;
		border-radius: 50%;
		background: #FFFBD3;
		filter: blur(100px);
		position: absolute;	
		top: -25px;
		right: -150px;	
	}	
	.main-img {
		width: 150px;
	    height: 160px;
	    background-size: contain;
	    right: 0;
	    left: inherit;
	    bottom: -20px;
	}
	.header-text-title, .header-text-title .or-text {
		font-size: 34px;
	}
	.header-text-title .or-bg {
		border-radius: 8px;
		padding: 0 10px
	}
	.header-text-subtitle {
    	font-size: 14px;
   		margin-top: 5px;
	}
	.header-form-wrap {
		background-color: inherit;
   		padding: 0;
	}
	.header-form-title {
		display: none;
	}
	.header-form-form {
		margin-top: 0px;
		width: 100%;
	}
	.header-form-calc-input input {
		background: #ffffff;
	}
	.ui-widget-content {
		background: #ffffff;
	}
	.header-form-footer {
		display: none;
	}
	.header-form-calc {
		margin-top: 19px;
	}
	.header-form-header-mobile {
		display: flex;
	    margin-top: 0px;
	    width: 100%;
	}

	.header-form-footer-sum-title {
		font-size: 10px;
	}
	.header-form-footer-time-title {
		font-size: 10px;
	}
	.header-form-footer-sum-value {
		gap: 5px;
    	align-items: center;
	}
	.header-form-footer-sum-value-after {
		font-size: 16px;	
	}
	.header-form-footer-sum-value-before {
		font-size: 12px;
	}
	.header-form-footer-time-value {
		font-size: 16px;		
	}
	.header-form-calc-value-min, .header-form-calc-value-max {
		font-size: 10px;	
	}
	.header-form-button {
		margin-top: 15px;
	}
	.header-form-button button {
	    padding-top: 12px;
	    padding-bottom: 12px;
	    font-size: 14px;
	}
	label.header-form-privacy-label {
		font-size: 10px;	
	}
	.ui-slider-horizontal {
    	height: 4px;
	}
	.ui-slider .ui-slider-handle {
	    width: 24px;
	    height: 24px;
	    top: -10px;
	    background-size: contain;
	}
	.plus-text {
		font-size: 14px;
	}
	.steps-block {
		margin-top: 50px;
	}
	.steps-block h2, .steps-block h2 span {
		font-size: 20px;
		margin-bottom: 24px;
	}	
	.boardcast-block {
		margin-top: 50px;
	}
	.boardcast-block h2 {
		font-size: 18px;
	}
	.boardcasts {
		margin-top: 24px;
		gap: 8px;
	}
	.boardcast {
	    border-radius: 6px;
	    background: #FFF;
	    display: flex;
	    padding: 10px;
	    flex-direction: column;
	    align-items: flex-start;
	    gap: 10px;
	    width: 100%;
	}
	.boardcast-name-title {
		font-size: 10px;
	}
	.boardcast-name-today {
		margin-top: 4px;
		font-size: 8px;
	}
	.boardcast-loading {
		width: 26px;
		height: 26px;
		background-size: contain;
	}
	.boardcast-loading-ok {
		width: 26px;
		height: 26px;
		background-size: contain;
	}
	.boardcast-amount-sum {
		font-size: 10px;
	}
	.boardcast-amount-amount {
		margin-top: 4px;
		font-size: 8px;
	}
	.boardcast-scale {
	    height: 4px;
	    border-radius: 4px;
	}	
	
	.banner {
		padding: 23px 10px;
		border-radius: 8px;
	}
	.banner-content {
	    width: 60%;
	}
	.banner-block {
	    margin-top: 50px;
	}	
	.banner-title {
		font-size: 20px;
		margin-top: 20px;
	}
	.banner-title .bbg {
		padding: 0 7px;
	}
	.banner-text {
		font-size: 10px;
	}
	.banner-button {
		display: none;
	}
	.banner-button-mobile {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 20px;
	}

	.banner-button-text {
		font-size: 8px;
		margin-top: 6px;
	}
	.banner-img {
	    width: 35%;
	    text-align: right;
	}
	.banner-img img {
	    width: 113px;
	    height: 135px;
	}

	.service-block {
		margin-top: 50px;
	}
	.services {
		flex-direction: column;
		margin-top: 24px;
	}
	.service {
		display: flex;
		background: none;
		width: 100%;
		flex-direction: row;
		align-items: center;
		padding: 0;
		gap: 8px;
	}
	.service-icon {
		width: 8px;
    	height: 8px;
		flex: 0 0 8px;	
		background-size: contain;
	}
	.service-text {
		font-size: 10px;
	}
	.service-block h2 {
		font-size: 18px;
	}
	.review-block {
	    margin-top: 50px;
	}	
	.review {
		padding: 24px 16px;
		gap: 8px;
		border-radius: 6px;
	}
	.review-photo img {
	    width: 30px;
	    height: 30px;
	}	
	.review-name {
		font-size: 10px;
	}
	.review-text {
		font-size: 10px;
	}	
	a.reviews-btn {
		width: 100%;
	    border-radius: 4px;
	    margin-top: 24px;
	}
	.purposes {
		margin-top: 20px;
	}
	.purpose {
		width: 49%;
	}
	.purpose-title {
		font-size: 14px;
	}
	.purpose-block {
		margin-top: 50px;
	}
	.purpose-block h3 {
		font-size: 18px;
	}
	.who-block {
		margin-top: 50px;
	}
	.who {
		padding: 24px 12px;
		gap: 24px;
		border-radius: 6px;		
	}
	.who-title {
		font-size: 18px;
	}
	.who-list li {
		font-size: 12px;
	}
	a.who-btn {
		width: 100%;
		font-size: 14px;
		padding: 12px;
	}
	.conditions-block {
		margin-top: 50px;
		padding: 40px 0px;
	}
	.conditions-block h3 {
		font-size: 18px;
	}
	.condition {
		width: 100%;
		padding: 10px;
	}
	.conditions {
		flex-direction: column;
		margin-top: 24px;
		gap: 12px;
	}
	.condition-text {
		font-size: 12px;
	}
	.condition-icon img {
		width: 20px;
		height: 20px;
	}
	.example-wrap {
		gap: 18px;
		padding: 16px 10px;
		border-radius: 4px;
	}
	.example-block {
		padding: 40px 0px;
	}
	.example-block h3 {
		font-size: 18px;
	}
	.examples {
		row-gap: 28px;
	}
	.example-title {
		font-size: 14px;
	}
	.example-text {
		font-size: 16px;
	}
	.example-text small {
		font-size: 14px;
	}
	
	.repayment-block {
		margin-top: 40px;
	}
	.repayment-block h2{
		font-size: 18px;
	}
	.repayment {
		font-size: 10px;
		margin-top: 10px;
	}	
	.creditors-block {
		margin-top: 32px;
	}
	.creditors-block h2 {
		font-size: 18px;
	}
	.creditors {
		margin-top: 32px;
		gap: 12px;
	}
	.creditor {
		width: 100%;
		padding: 12px;
		border-radius: 6px;
	}
	.creditor-logo img {
	    width: 72px;
	    height: 30px;
	    flex: 0 0 72px;
	    background-size: contain;
	}	
	.creditor-name {
		font-size: 14px;
	}
	.creditor-link a {
		font-size: 10px;
	}
	.creditor-body-row {
		font-size: 10px;
	}
	
	.sert-block {
		margin-top: 32px;
	}	
	.sert-block h2 {
		font-size: 18px;
	}
	.serts {
		margin-top: 20px;
	}
	footer {
		margin-top: 40px;
	}
	.footer-block {
		gap: 32px;
	}
	.footer-logo a {
		font-size: 24px;
	}
	.footer-menu-left ul li a, .footer-menu-right ul li a {
		font-size: 14px;
	}
	.footer-menu-right p, .footer-text {
		font-size: 10px;
	}
	.formpage {
		margin-top: 25px;
	}
	.formpage h1{
		font-size: 18px;
		text-align: left;
	}
	.formpage .subtitle {
		font-size: 12px;
		text-align: left;		
	}
	.formpage .header-form-form {
		min-width: 100%;
	}
	.formgarant { 
		width: 100%;
		margin-top: 32px;
		padding: 12px;	
		gap: 5px;
	}
	.headerpage {
		margin-top: 15px;
	}
	.formpage .header-form-form {
		margin-top: 19px;
	}
	.formgarant-icon img {
		width: 21px;
		height: 21px;
	}
	.formgarant-text {
		font-size: 12px 10px;
	}
	.textpage {
		margin-top: 32px;
		font-size: 14px;
	}
	.textpage h1 {
		font-size: 18px;
		margin-bottom: 20px;
		text-align: left;
	}
	.loadingpage {
		margin-top: 32px;
	}
	.loadingpage h1 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.loadingpage .subtitle {
		font-size: 14px;
	}
	.loadingpage .loading {
		margin: 80px auto;
	}
	.offerspage {
		margin-top: 32px;
	}
	.offers {
		margin-top: 22px;	
	}
	.offerspage h1 {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.offerspage .subtitle {
		font-size: 14px;
	}	
	.offer {
		padding: 12px;
		border-radius: 6px;
		background: #FFF;
		gap: 6px;
	}
	.offer-header {
		flex-wrap: wrap;
	}
	.offer-header-wrap {
		width: 100%;
	}
	.offer-plus, .offer-approve {
		width: 46%;
	}
	.offer-info {
	    width: 100%;
	    gap: 6px;
	}	
	.offer-payment {
		width: 100%;
		flex-direction: row;
	    align-items: center;
	    justify-content: space-evenly;	
	}
	.offer-payment-bankcard {
		background-position: center;
	    width: 100%;
	    height: 40px;
	    background-size: contain;
	}
	.offer-payment-bank {
		background-position: center;
	    width: 100%;
	    height: 40px;
	    background-size: contain;
	}	
	.offer-payment-mastercard {
		background-position: center;
	    width: 100%;
	    height: 40px;
	    background-size: contain;
	}
	.offer-payment-visa {
		background-position: center;
	    width: 100%;
	    height: 40px;
	    background-size: contain;
	}
	.offer-payment-paymaya {
		background-position: center;
	    width: 100%;
	    height: 40px;
	    background-size: contain;	
	}
	.offer-payment-gcash {
		background-position: center;
	    width: 100%;
	    height: 40px;
	    background-size: contain;	
	}
	.offer-name {
		font-size: 14px;
	}
	.offer-info-title {
		font-size: 12px;
	}
	.offer-info-value {
		font-size: 16px;
	}




	.lightoffers {
		margin-top: 32px;	
	}
	.lightoffer {
		padding: 12px;
		border-radius: 6px;
		background: #FFF;
		gap: 18px;
	}
	.lightoffer-header {
		flex-wrap: wrap;
	}
	.lightoffer-header-wrap {
		width: 100%;
	}
	.lightoffer-plus, .lightoffer-approve {
		width: 46%;
	}
	.lightoffer-info {
	    width: 100%;
	    gap: 8px;
	    flex-direction: column;
	    align-content: flex-start;	    
	}
	.lightoffer-info-row {
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}		
	.lightoffer-name {
		font-size: 14px;
	}
	.lightoffer-info-title {
		font-size: 12px;
	}
	.lightoffer-info-value {
		font-size: 16px;
	}



	.modal-text {
		font-size: 3vw;
		line-height: 1.2em;
	}
	.modal-logo, .modal-logo img {
	    width: 66px;
	    height: 42px;
	    flex: 0 0 66px;
	}
	.modal-body {
		gap: 8px;
	}

	.twobutton {
	    margin-top: 20px;	
	}

	.quizpage {
		margin-top: 20px;
	}
	.quizpage h1 {
		font-size: 18px;
	}
	.quiz {
		margin-top: 20px;
	}	

	.quizz-page .qstep-title {
		font-size: 22px;
	    margin-bottom: 12px;
	}
	.quizz-page .qstep-title1 {
		font-size: 5vw;
	    margin-bottom: 12px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
	.pluses-block {
		margin-top: 40px;
		/* margin-left: -15px;
    	margin-right: -15px; */
    	padding-bottom: 0px;
	}
	.pluses {
		-ms-flex-wrap: nowrap!important;
	    flex-wrap: nowrap!important;
	    overflow-x: auto;
	    position: relative;
	    -ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
	    scrollbar-width: none;
	    justify-content: flex-start;
		/*padding-left: 15px;	    
		padding-right: 15px; */
		padding-bottom: 15px;
	}
	.pluses>* {
	    scroll-snap-align: start;
	}	
	.plus {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 180px;
	    flex: 0 0 180px;
	    padding: 20px 12px;
	    width: 180px;
	    border-radius: 6px;
	}
	.plus:first-child {
		
	}
	.plus-icon {
		width: 24px;
		height: 24px;
		margin-bottom: 5px;
		background-size: contain;
	}
	.plus-text {
	    font-size: 10px;
	}
	.pluses::-webkit-scrollbar{
        height: 4px;
        width: 4px;
        background: #ffffff;
    }
    .pluses::-webkit-scrollbar-thumb:horizontal{
        background: #BEF9B4;
        border-radius: 10px;
    }
    .steps-block {
    	margin-top: 50px;
	}


	.step {
	    border-radius: 6px;
	    padding: 15px;
	}	
	.step-img img {
	    max-width: 100px;
	    max-height: 111px;
	}
	.step-num, .step4 .step-num {
	    width: 13px;
	    height: 13px;
	    font-size: 8px;
	    line-height: 13px;
	}
	.step-title {
	    font-size: 14px;
	    margin-top: 12px;
	}
	.step4 .step-title {
		font-size: 14px;
	}
	.step-text {
	    color: #777;
	    font-size: 10px;
	    margin-top: 6px;
	}
	.step_wrap {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 200px;
	    flex: 0 0 200px;
	    width: 200px;
	    padding: 0 0 0 15px;
	}
	a.step-btn {
		padding: 6px 16px;
		border-radius: 2px;
		font-size: 10px;
	}
	.review_wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 230px;
		flex: 0 0 230px;
		width: 230px;
		padding: 0 0 0 15px;
	}
	.purpose {
    	width: 48%;
	}
	.examples {
	    row-gap: 18px;
	}
	.example {
 	   width: 100%;
	}





}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}

#back-to-top {
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    display: inline-block;
    transition: opacity 0.3s, visibility 0.3s;
}

#back-to-top:hover {
    background-color: #0056b3;
}


