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

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

*:focus, button:focus, .form-control:focus {
    outline: none;
    box-shadow: 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 */
}


.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.relative {
	position: relative;
}
body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
	margin: 0;
}
.hidden {
	display: none;
}
header {
	position: relative;
	border-radius: 0px 0px 16px 16px;
	border: 1px solid #E8E8E8;
	background: #FFF;
	z-index: 3;
}
.header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;	
}

.header-logo a {
	display: flex;
	text-decoration: none;
	font-size: 36px;
	font-weight: 700;
	line-height: 100%;
	color: #FF9500;
	align-items: center;
}
.header-logo a span {
	color: #000;
}
.header-logo img{
	width: 40px;
	height: auto;
	margin-right: 10px;
}
.header-issued {
	display: flex;
	align-items: center;
	gap: 5px;
}
.header-issued-text {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.header-issued-num {
	color: #333;
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.header-issued-num div{
	border-radius: 8px;
	background: #16BA4E;
	display: flex;
	width: 24px;
	padding: 0px 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;	
}

main{
	padding-bottom: 0px;
	font-size: 20px;
	color: #000;
	margin-top: -10px;
	padding-top: 10px;
}
main h1 {
	color: #333;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 
	padding: 0;
	margin: 80px 0 24px 0;


}
.subtitleh1 {
	color: #333;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

main h2 {
	color: #000;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	padding: 0;
	margin: 0;
	margin-bottom: 24px;
}



.main-block {
	background: linear-gradient(223deg, #FBFBFB 1.02%, #F0F4F9 37.47%, #F2F2F2 58.73%, #F9F9F9 79.36%, #FFF 100%) no-repeat;
	background-size: cover;	
	position: relative;
	
}
.main-block-wrap {
	position: relative;
	min-height: 710px;
}
.main-block .main-pic {
	position: absolute;
	background: url(../images/main-pic2.png) no-repeat;
	width: 670px;
	height: 638px;
	background-size: contain;
	bottom: 0;
	z-index: 2;
	background-position-x: 80px;
}
.main-block-row {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 4;
}
.main-block-text {}
.main-block h1 {
	color: #000;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 60px;
}
.main-block .subtitleh1 {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-align: left;
	margin-top: 30px;
}
.main-calc-block {
	margin-top: 200px;
}
.main-calc {
	border-radius: 16px;
	background: #FFF;
	padding: 30px;
	max-width: 500px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.main-calc-top {
	display: flex;
	justify-content: space-between;
    align-items: flex-end;	
}
.main-calc-top-title {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.main-calc-top-value {
	color: #171717;
	text-align: right;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;	
}
.main-calc-slider {
	margin: 15px 0 10px;
}

.ui-slider .ui-slider-handle {
	background: #FF8B18;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: none;
	top: -7px;	
}


.main-calc-bottom {
	display: flex;
	justify-content: space-between;
}
.main-calc-bottom-value1 {
	color: #818181;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.main-calc-bottom-value2 {
	color: #818181;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-align: right;	
}
.main-calc-but-block {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 50px;
}
.main-calc-but-left {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.main-calc-but-title {
	color: #818181;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.main-calc-but-value {
	color: #171717;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;	
}
.main-calc-but-right {
    width: 60%;	
}
.main-calc-but-right a, .main-calc-but-right button{
	display: flex;
	width: 100%;
	height: 56px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;	
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.3px;
	border-radius: 16px;
	background: #FF8B18;
	text-decoration: none;
	border: none;		
}
.main-calc-policy {
	color: #818181;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-top: 24px;
}

.main-calc-mobiletext {
	display: none;
}



main .section {
	margin-bottom: 140px;
}

.textpage h2 {
	font-size: 28px;
}

main ul {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
main ul li {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
}

.arp p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.arp .code {
	font-size: 1.2em;
	font-weight: 500;
	margin: 5px 0;
}

.offers-block {
	/* background: #0377E5; */
	background: linear-gradient(223deg, #e9e9e9 1.02%, #ffffff 37.47%, #dddddd 58.73%, #ffffff 79.36%, #ededed 100%);
	padding: 60px 0;
	/*margin-top: 60px;*/
	margin-bottom: 120px;
}
.offers-block h3 {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 30px;
}
.offers {
	display: flex;
	flex-wrap: wrap;
	--gap: 32px;
	--columns: 3;	
	gap: var(--gap);	
}
.offer {
	padding: 12px;
	border-radius: 16px;
	background: #FFF;
	position: relative;	
	width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));	
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    gap: 6px;
}
.offer-header {
    display: flex;
    gap: 12px;
}
.offer-title {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.offer-name {
	color: #454545;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
}
.offer-text {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.offer-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}
.offer-star {
	color: #000;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	display: flex;
	gap: 3px;
}
.offer-star img {
	width: 9px;
	height: 9px;
}
.offer-voted {
	color: #777;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.offer-logo {
	text-align: center;
    display: flex;
    align-items: center;
}
.offer-logo img {
	max-width: 150px;
    height: auto;
    width: 100%;
	max-height: 40px;    
}

.offer-plus {
	display: flex;
	gap: 6px;
}
.offer-plus-wrap {
	border-radius: 3px;
	background: #F5F5F5;
	padding: 4px;

	color: #000;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;	
}

.offer-params {
	display: flex;
	--gap: 8px;
	--columns: 2;	
	gap: var(--gap);		
}
.offer-param {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));	
}
.offer-param-title {
	color: #777;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.offer-param-value {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.offer-button {
	
}
.offer-button a{
    display: block;
	border-radius: 16px;
	background: #FF7D12;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 12px;
    text-decoration: none;
}
.offer-button a:hover {
	background: #ed5d55;
}
.offer-license {
	margin-top: 10px;
	font-size: 12px;
	color: #AEAEAE;
	text-align: center;
}



.offers2-block {
	/* background: #0377E5; */
	background: linear-gradient(223deg, #e9e9e9 1.02%, #ffffff 37.47%, #dddddd 58.73%, #ffffff 79.36%, #ededed 100%);
	padding: 60px 0;
	/*margin-top: 60px;*/
	margin-bottom: 120px;
}
.offers2-block h3 {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 30px;
}
.offers2 {
	display: flex;
	flex-wrap: wrap;
	--gap: 32px;
	--columns: 3;	
	gap: var(--gap);	
}
.offer2 {
	padding: 24px;
	border-radius: 16px;
	background: #FFF;
	position: relative;	
	width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));	
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.offer2-header {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 5px;
    /* border-bottom: 1px solid #AEAEAE; */
    /* padding-bottom: 12px; */
    align-items: center;
}
.offer2-title {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
}
.offer2-name {
	color: #454545;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
}
.offer2-text {
	border-bottom: 1px solid #e3e3e3;	
	border-top: 1px solid #e3e3e3;	
	padding: 6px 0;
	color: #454545;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
}
.offer2-logo {
	text-align: center;
    display: flex;
    align-items: center;
}
.offer2-logo img {
	max-width: 150px;
    height: auto;
    width: 100%;
	max-height: 40px;    
}
.offer2-params {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
}
.offer2-param {
    display: flex;
    justify-content: space-between;
}
.offer2-param-title {
	color: #454545;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	min-width: 30%;
}
.offer2-param-value {
	color: #454545;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}
.offer2-button {
	margin-top: 8px;
}
.offer2-button a{
    display: block;
	border-radius: 16px;
	background: #ff9500;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 15px;
    text-decoration: none;
}
.offer2-button a:hover {
	background: #ed5d55;
}
.offer2-license {
	margin-top: 10px;
	font-size: 12px;
	color: #AEAEAE;
	text-align: center;
}




#cookie-consent {  
    position: fixed;  
    bottom: 20px;  
    left: 20px;  
    right: 20px;  
    background-color: #f2f2f2;  
    padding: 20px;  
    border: 1px solid #e7e7e7;  
    border-radius: 16px;  
    display: none;  
    z-index: 1000;
    justify-content: center;
}  
#cookie-consent .btn {  
    margin-left: 8px;  
    padding: 7px 30px;  
    background-color: #2d5d94;  
    color: white;  
    border: none;  
    border-radius: 8px;  
    cursor: pointer;  
}  


.requirements {
	display: flex;
	--req-gap: 32px;
	--req-columns: 4;	
	gap: var(--req-gap);	
}
.requirement {
	text-align: left;
	width: calc((100% / var(--req-columns)) - var(--req-gap) + (var(--req-gap) / var(--req-columns)));	
}
.requirement img {}
.requirement-text {
	color: #1B1B1B;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 16px;
}
.gets {
	display: flex;
	--get-gap: 32px;
	--get-columns: 3;	
	gap: var(--get-gap);	
}
.get {
	width: calc((100% / var(--get-columns)) - var(--get-gap) + (var(--get-gap) / var(--get-columns)));		
}
.get img {
	width: 100%;
	height: auto;
/*
	max-width: 320px;
	border-radius: 16px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
*/	
}
.get-title {
	color: #1B1B1B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 20px 0 8px;
}
.get-text {
	color: #0B0B0B;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.repays {
	display: flex;
	--repay-gap: 32px;
	--repay-columns: 3;	
	gap: var(--repay-gap);	
}
.repay {
	width: calc((100% / var(--repay-columns)) - var(--repay-gap) + (var(--repay-gap) / var(--repay-columns)));		
}
.repay img {
	width: 100%;
	height: auto;
/*	
	max-width: 320px;
	border-radius: 16px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
*/	
}
.repay-title {
	color: #1B1B1B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 20px 0 8px;
}
.repay-text {
	color: #0B0B0B;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;	
}

.step1 {
	margin-top: 60px;
}
.step1 h3 {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 116.667% */
}
.step1 form {
	margin-top: 30px;
}
.step1 .form-control{
	border-radius: 16px;
	background: #F3F3F3;
	font-size: 14px;
	color: #000;
	padding: 15px 25px;
	height: 52px;
	border: none;
}

.step1-calc {
	border-radius: 16px 16px 0px 0px;
	background: #F3F3F3;
	margin-top: 30px;
	margin-bottom: 15px;
}
.step1-calc-block {
	padding: 10px 16px 6px;	
}
.step1-calc-title {
	color: #818181;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.step1-calc-value {
	color: #171717;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}

.btn-primary {
	border-radius: 16px;
	border: 2px solid #FF7F00;
	background: #FF7F00;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.24px;
	padding: 10px 20px;	
	height: 52px;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
	border: 2px solid #ff8e1f;
	background: #ff8e1f;	
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: none;
	border: 2px solid #ff8e1f;
	background: #ff8e1f;	
	color: #FFF;
	box-shadow: none;
}
.form-group {
    margin-bottom: 16px;
}

.stepapp {
	margin-top: 60px;
}
.stepapp h3 {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 30px;	
}
.stepapp .subtitleh3 {
	color: #777;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.stepapp h4 {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 175% */
	margin-top: 30px;
}

.stepapp .subtitleh4 {
	color: #000;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
}
.stepapp a.btn-primary {
	width: 100%;
	max-width: 350px;
	margin-top: 18px;
}
.stepapp-link {
	text-align: center;
}

footer {
	background: #1B1B1B;
	padding: 40px 0;
	border-radius: 16px 16px 0px 0px;
}
.footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
}
.footer-logo img{
	width: 100%;
}

.footer-text {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer-menu {
	display: flex;
	gap: 30px;
}
.footer-menu a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.footer-menu a:hover {
	text-decoration: underline;
}

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

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.main-block-wrap {
	    min-height: 660px;
	}
	.main-block .main-pic {
	    width: 450px;
	    height: 410px;
	    background-position-x: -20px;
	}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.main-block .main-pic {
		width: 350px;
        height: 350px;
        /* background-position-x: right; */
        bottom: inherit;
        right: 0;
    }

	.main-block-row {
		flex-direction: column;
	}
	.main-block-text {
		width: 100%;
	}
	.main-calc-block {
		width: 100%;
    	margin-top: 60px;
	}
	.main-calc {
		width: 100%;
		max-width: 100%;
	}	
	.offers {
		--columns: 1;
	}
	.offers2 {
		--columns: 2;
	}	
	.bottom-wrap {
		flex-direction: column;
    	padding: 16px;
	}
	.bottom-text {
		font-size: 14px;
	}

}

/* 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;
	}
	body {
		font-size: 14px;
	}
	.header {
		padding: 16px 0; 
	}
	.header-logo a {
		font-size: 20px;
	}
	.header-logo img {
    	width: 30px;
    	margin-right: 5px;
	}
	.header-issued {
		flex-direction: column;
    	align-items: flex-start;
    	gap: 0;
	}
	.header-issued-num {
		font-size: 24px;
		font-weight: 600;
	}

	.header-issued-text {
		font-size: 8px;
		font-weight: 300;
	}

	main h1 {
		font-size: 18px;
		margin: 24px 0 8px;
	}
		.subtitleh1 {
		color: #000;
		text-align: center;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
	}
	.main-block-wrap {
		min-height: inherit;
		padding-bottom: 30px;
		
	}
	.main-block .main-pic {
		background: url(../images/main-pic2-mob.png) no-repeat;
        background-size: contain;
        width: 210px;
        height: 210px;
        bottom: inherit;
        top: -10px;
        right: 0;
    }
    .main-block h1 {
    	font-size: 8vw;
    	margin-top: 24px;
    }
    .main-block .subtitleh1 {
    	font-size: 16px;
    	margin-top: 5px;
    }
	.main-calc-block {
		margin-top: 80px;
	}
	.main-calc {
		padding: 20px;
	}
	.main-calc-top-title {
		font-size: 14px;
	}
	.main-calc-top-value {
		font-size: 24px;
	}
	.main-calc-bottom-value1 {
		font-size: 12px;
	}
	.main-calc-bottom-value2 {
		font-size: 12px;
	}
	.main-calc-but-block {
		gap: 3px;
		margin-top: 20px;
	}
	.main-calc-but-title {
		font-size: 14px;
	}
	.main-calc-but-value {
		font-size: 24px;
	}
	.main-calc-but-right a, .main-calc-but-right button {
		font-size: 14px;
		height: 40px;
		padding: 10px 20px;		
	}
	.main-calc-policy{
		margin-top: 16px;
		font-size: 12px;
	}
	.main-calc-mobiletext {
		display: block;
		margin-top: 26px;
	}
	.main-calc-mobiletext ul.main-calc-list li{
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		margin-bottom: 10px;
	}

	main h2 {
		font-size: 20px;
	}
	main{
		font-size: 12px;
        font-weight: 300;
	}	
	main .section {
		margin-bottom: 30px;
		padding-right: 25px;
        padding-left: 25px;
	}
	main ul {
		margin: 0;
		padding: 0;
		padding-left: 30px;
	}
	main ul li {
		margin-bottom: 14px;
		font-size: 12px;
		font-style: normal;
		font-weight: 300;	
	}
	.offers-block {
		padding: 30px 0;
	    margin-bottom: 40px;
	}

	.offers {
	    --columns: 1;
	    --gap: 18px;
	}




	.offers2-block {
		padding: 30px 0;
	    margin-bottom: 40px;
	}

	.offers2 {
	    --columns: 2;
	    --gap: 10px;
	}

	.offer2 {
		border-radius: 16px;
		padding: 12px;
	}
	.offer2-name {
		font-size: 14px;
	}
	.offer2-text {
		font-size: 10px;
	}
	.offer2-param-title {
		font-size: 12px;
	}
	.offer2-param-value {
		font-size: 12px;
	}
	.offer2-button a {
		padding: 10px;
		font-size: 14px;
	}	
	.offer2-license {
		font-size: 9px;
	}


	.requirements {
	    display: flex;
	    --req-gap: 16px;
	    --req-columns: 2;
	    gap: var(--req-gap);
	    flex-wrap: wrap;
	}
	.requirement-text {
		font-size: 12px;
	}
	.gets {
	    display: flex;
	    --get-gap: 16px;
	    --get-columns: 1;
	    gap: var(--get-gap);
	    flex-wrap: wrap;
	}
	.get-title {
		font-size: 14px;
		margin-top: 0px;
	}
	.get-text {
		font-size: 12px;
	}
	.repays {
	    display: flex;
	    --repay-gap: 16px;
	    --repay-columns: 1;
	    gap: var(--repay-gap);
	    flex-wrap: wrap;
	}
	.repay-title {
		font-size: 14px;
		margin-top: 0px;
	}	
	.repay-text {
		font-size: 12px;
	}
	footer {
		padding: 20px 0;
	}
	.footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.footer-logo a {
		display: flex;
	}
	.footer-logo img {
    	width: 90px;
	}
	.footer-text {
		color: #FFF;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
	}

	.stepapp {
		margin-top: 20px;
	}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
	#cookie-consent {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		text-align: center;
	}
	.footer-menu {
		flex-direction: column;
		gap: 5px;
	}
	.step1 {
    	margin-top: 30px;
	}

}

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

}


/*==========  Mobile First Method  ==========*/

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

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

.tgbot-block {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.tgbot-block img {
    width: 48px;
    height: 48px;
}
.tgbot-block a {
    display: flex;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.lds-ring-block {
	text-align: center; 
}
.lds-ring {
  /* change color here */
  color: #62CE46;
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

