div.divPageScroller{
	overflow: hidden;
	margin-bottom: 15px;
}









section.standfirst{
	background: linear-gradient(135deg, #243342, #394d60);
	padding: 80px 20px;
	text-align: center;
}

section.standfirst div.inner{
	max-width: 760px;
	margin: auto;
}

section.standfirst h1{
	font-size: 48px;
	font-weight: 800;
	line-height: 48px;
	margin: 0px;
	color: white;
}

section.standfirst div.text{
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 16px;
}









section.page{
	max-width: 860px;
	padding: 0px 20px;
	margin: 60px auto;
}








section.accordion{
	background-color: #F1F3F5;
	padding: 70px 20px;
}

section.accordion div.inner{
	max-width: 740px;
	margin: auto;
}

section.accordion h2{
	line-height: 36px;
	font-size: 30px;
	font-weight: 800;
	color: #1b2632;
	text-align: center;
	margin-bottom: 50px;
}

section.accordion li{
	border: 1px solid #dce0e5;
	border-radius: 12px;
	background-color: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	margin-top: 16px;
	transition-property: box-shadow;
	transition-duration: .15s;
}

section.accordion li:hover{
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}

section.accordion div.title{
	font-weight: 700;
	color: #1b2632;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
	padding: 20px 45px 20px 25px;
	background-image: url(/modules/main/images/pages/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 20px;
	transition-property: color;
	transition-duration: .15s;
}

section.accordion div.title.open{
	background-image: url(/modules/main/images/pages/arrow_up.svg);
}

section.accordion div.title:hover{
	color: #F4B925;
}

section.accordion div.text{
	display: none;
	padding: 0px 25px 20px;
	line-height: 24px;
}













section.contact{
	width: 960px;
	margin: 60px auto;
}

section.contact div.col{
	width: 47%;
	float: right;
}

section.contact div.col:first-child{
	float: left;
}

section.contact h2{
	font-size: 24px;
	font-weight: 800;
	line-height: 32px;
	color: #1b2632;
	margin-bottom: 25px;
}

section.contact ul.methods li{
	border: 1px solid #dce0e5;
	border-radius: 12px;
	background-color: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	margin-top: 24px;
	padding: 24px;
}

section.contact ul.methods li img{
	float: left;
	border-radius: 99px;
	background: linear-gradient(135deg, rgb(244, 185, 37), rgb(224, 151, 6));
	padding: 14px;
	width: 20px;
	overflow: visible;
}

section.contact div.content{
	float: right;
	width: calc(100% - 63px);
	text-align: left;
}

section.contact div.title{
	font-size: 16px;
	font-weight: 700;
	color: #1b2632;
	margin-top: 5px;
}

section.contact div.text{
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
	color: #67737e;
}

section.contact div.text a{
	color: #67737e;
	text-decoration: none;
}

section.contact div.text a:hover{
	color: #F4B925;
}

section.contact div.text iframe{
	width: 100%;
	height: 200px;
	margin-top: 15px;
}

section.contact ul.methods li:last-child div.text{
	font-size: 14px;
	line-height: 20px;
}

@media (max-width: 1000px) {
	section.contact{
		padding: 0px 20px;
		width: auto;
	}

	section.contact div.col{
		width: auto;
		float: none !important;
	}

	section.contact div.col:first-child{
		margin-bottom: 50px;
	}
}












section.featured_text{
	max-width: 760px;
	margin: 80px auto;
	color: #67737e;
}

section.featured_text div.h2image{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 25px;
}

section.featured_text div.h2image img{
	border-radius: 99px;
	background: linear-gradient(135deg, rgb(244, 185, 37), rgb(224, 151, 6));
	padding: 10px;
	width: 24px;
	overflow: visible;
}

section.featured_text div.h2image h2{
	font-size: 30px;
	font-weight: 800;
	line-height: 36px;
	margin-top: 0px;
}

section.featured_text div.warning{
	border: 1px solid #dce0e5;
	border-radius: 12px;
	background-color: white;
	padding: 28px 28px 28px 62px;
	margin-top: 25px;
	background-image: url(/modules/main/images/pages/warning.svg);
	background-repeat: no-repeat;
	background-position: 28px 32px;
	background-size: 20px;
}

section.featured_text div.warning :first-child{
	margin-top: 0px;
}

section.featured_text ul{
	margin-left: 0px;
}

section.featured_text li{
	list-style: none;
	position: relative;
	padding-left: 30px;
}

section.featured_text li:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 4px;
	width: 20px;
	height: 20px;
	background-image: url(/modules/main/images/pages/tick.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

section.featured_text li.cross:before{
	background-image: url(/modules/main/images/pages/cross.svg);
}












section.blocks{
	background-color: #F1F3F5;
	padding: 70px 20px;
}

section.blocks.lighter{
	background-color: rgb(249, 250, 251);
}

section.blocks div.inner{
	max-width: 1200px;
	margin: auto;
}

section.blocks h2{
	line-height: 36px;
	font-size: 30px;
	font-weight: 800;
	color: #1b2632;
	text-align: center;
	margin-bottom: 50px;
}

section.blocks ul{
	margin: 50px auto 0px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	text-align: center;
}

section.blocks.notitle ul{
	margin-top: 0px;
}

section.blocks li{
	border: 1px solid #dce0e5;
	border-radius: 12px;
	background-color: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	transition-property: box-shadow;
	transition-duration: .15s;
	position: relative;
	padding: 28px;
}

section.blocks li:hover{
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}

section.blocks:not(.reviews) img{
	border-radius: 99px;
	background: linear-gradient(135deg, rgb(244, 185, 37), rgb(224, 151, 6));
	padding: 12px;
	height: 28px;
	margin-bottom: 20px;
	overflow: visible;
}

section.blocks div.title{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}

section.blocks div.text{
	font-size: 14px;
	line-height: 22px;
	color: #67737e;
}

section.blocks:not(.reviews) li :last-child{
	margin-top: 10px;
}

@media (max-width: 1000px) {
	section.blocks div.inner{
		max-width: 600px;
	}

	section.blocks ul{
		grid-template-columns: 1fr;
	}
}













ul.steps{
	max-width: 760px;
	margin: 80px auto;
	counter-reset: step;
}

ul.steps li{
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 50px;
	counter-increment: step;
}

ul.steps li div.image{
	position: relative;
}

ul.steps li img{
	border-radius: 99px;
	background: linear-gradient(135deg, rgb(244, 185, 37), rgb(224, 151, 6));
	padding: 25px;
	height: 40px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
	overflow: visible;
}

ul.steps li div.image:after{
	position: absolute;
	content: counter(step, decimal-leading-zero);
	color: white;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	line-height: 40px;
	display: block;
	top: -10px;
	right: -10px;
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, rgb(36, 51, 66), rgb(57, 77, 96));
	border-radius: 99px;
}

ul.steps div.title{
	font-size: 24px;
	font-weight: 800;
	color: #1b2632;
	line-height: 32px;
}

ul.steps div.text{
	line-height: 26px;
	font-size: 16px;
	color: #67737e;
	margin-top: 5px;
}










div.text_block{
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
	background-color: white;
	border-radius: 12px;
	padding: 32px;
	border: 1px solid rgb(220, 224, 229);
	margin-top: 30px;
}

div.text_block :first-child{
	margin-top: 0px;
}