*::-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 {
	
}

.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);
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.4;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
	margin: 0;
}
.hidden {
	display: none;
}
header {
	border-radius: 0px 0px 16px 16px;
	border: 1px solid #E8E8E8;
	background: #FFF;
}
.header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;	
}
.header-logo img{
	max-width: 150px;
    height: auto;
    width: 100%;	
}
.header-logo a {
	display: flex;
}
.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: inherit;
}
.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;
}
main h1 {
	color: #333;
	text-align: center;
	font-size: 52px;
	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: inherit;
}

main h2 {
	color: #000;
	font-family: Inter;
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	padding: 0;
	margin: 0;
	margin-bottom: 24px;
}

main .section {
	margin-bottom: 140px;
}


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: inherit;
	margin-bottom: 16px;
}


.offers-block {
	background: #fff9e6;
	padding: 60px 0;
	margin-top: 60px;
	margin-bottom: 120px;
}


.offers {
	display: flex;
	flex-wrap: wrap;
	--gap: 32px;
	--columns: 3;	
	gap: var(--gap);	
}
.offer {
	padding: 24px;
	border-radius: 1.5em;
	border: 1px solid #e6eaf0;
	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);*/
}
.offer-header {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	border-bottom: 1px solid #AEAEAE;
	padding-bottom: 12px;
	align-items: center;
}
.offer-title {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.offer-name {
	color: #454545;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
}
.offer-text {
	color: #454545;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.offer-logo {
	text-align: center;
    display: flex;
    align-items: center;
}
.offer-logo img {
	/* max-height: 40px; */
	max-width: 100px;
    height: auto;
    width: 100%;
}
.offer-params {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 16px;
}
.offer-param {
    display: flex;
    justify-content: space-between;
}
.offer-param-title {
	color: #AEAEAE;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	min-width: 30%;
}
.offer-param-value {
	color: #454545;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.offer-button a{
    display: block;
	border-radius: 0.25em;
	background: #fab60e;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 15px;
    text-decoration: none;
    margin-top: 30px;
}
.offer-button a:hover {
	background: #f5a700;
}


.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;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 16px;	
/*
	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: inherit;
	margin: 20px 0 8px;
}
.get-text {
	color: #0B0B0B;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: inherit;
}

.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;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 16px;		
/*	
	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: inherit;
	margin: 20px 0 8px;
}
.repay-text {
	color: #0B0B0B;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: inherit;	
}



footer {
	background: #1B1B1B;
	padding: 40px 0;
	border-radius: 16px 16px 0px 0px;
}
.footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.footer-logo img{
	width: 100%;
}

.footer-text {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: inherit;
}



/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.offers {
		--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 {
		display: flex;
	}
	.header-logo img {
		max-width: 100px;
	    height: auto;
	    width: 100%;
	}
	.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: 24px;
		margin: 24px 0 8px;
	}
	.subtitleh1 {
		color: #000;
		text-align: center;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
	}
	main h2 {
		font-size: 20px;
	}
	main{
		font-size: 14px;
	}	
	main .section {
		margin-bottom: 90px;
	}
	main ul {
		margin: 0;
		padding: 0;
		padding-left: 30px;
	}
	main ul li {
		margin-bottom: 14px;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 110%;		
	}
	.offers-block {
		padding: 30px 0;
	    margin-top: 30px;
	    margin-bottom: 90px;
	}
	.offers {
	    --columns: 1;
	    --gap: 16px;
	}
	.offer {
		border-radius: 16px;
		padding: 16px;
	}
	.offer-name {
		font-size: 14px;
	}
	.offer-text {
		font-size: 10px;
	}
	.offer-param-title {
		font-size: 12px;
	}
	.offer-param-value {
		font-size: 12px;
	}
	.offer-button a {
		padding: 10px;
		font-size: 14px;
		margin-top: 20px;
	}	
	.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%;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* 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;
}