body {
	background: #eee;
	margin-top: 0;
}

.wrap {
	margin: 100px auto;
	max-width: 1200px;
}

.header {
	margin-top: -100px;

	background: url('../images/bg.png') no-repeat left center,
	linear-gradient(180deg, rgba(0, 41, 174, 1) 0%, rgba(121, 26, 255, 1) 100%, rgba(177, 26, 255, 1) 100%);

	background-size: cover;
}

.header .wrap {
	padding: 80px 0;

	display: flex;
	flex-wrap: nowrap;
	justify-items: center;
}

.header .wrap h1 {
	display: inline-block;
	color: #fff;
	font-size: 62px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.7);
	padding: 25px 80px 25px 100px;
	width: 50%;
}

.header .wrap .block-wrap {
	position: relative;
	width: 50%;
}

.header .wrap .block-content {
	position: absolute;
	top: -50px;
	bottom: -100px;
	background: #fff;
	width: 100%;
	right: -50px;
	z-index: 9;
	border-bottom: 8px solid #FFBB38;
	box-shadow: 25px 25px 70px 0 rgba(0, 0, 0, 0.15);
	padding: 40px 30px 40px 60px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header .wrap .block-content h3 {
	font-size: 35px;
	font-weight: 300;
	line-height: 30px;
	width: 100%;

	position: relative;
	margin-bottom: 15px;
	text-align: left;
}

.how-it-works {

}

.how-it-works h5 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.how-it-works div {
	color: #666;
	font-size: 12px;
}

.prices .price-block {
	width: 370px;
	margin: 15px;
}

.prices .price-block .card {
	padding: 15px;
}

.file-contents ul {
	columns: 2;
}

.file-contents ul li {
	list-style-image: url(../images/icon-list.svg);
}

.location-selection-modal .item {
	background: #fff;
	border: 1px solid #77C19D;
	padding: 5px 10px;
	margin: 5px;
	border-radius: 5px;
	cursor: pointer;
	width: 200px;
}

.location-selection-modal .item:hover {
	background: #77C19D;
	color: #fff;
}

.location-selection-modal .item .katottg,
.location-selection-modal .item .region {
	opacity: 0.8;
	font-size: 80%;
}

.location-selection-modal .selected-locations .item {
	display: flex;

	align-items: center;
	justify-content: space-between;
}

.location-selection-modal .selected-locations .item .remove-icon {
	color: #c33;
	opacity: 0.6;
	font-weight: bold;
}

.location-selection-modal .selected-locations .item:hover .remove-icon {
	color: #d22;
	opacity: 1;
}

.how-it-works .card a{
	color: #77C19D;
	text-decoration: underline;
}
.how-it-works .card a:hover{
	text-decoration: none;
}
.wrap.file-contents + .wrap a{
	color: #77C19D;
	text-decoration: underline;
}
.wrap.file-contents + .wrap a:hover{
	text-decoration: none;
}
.wrap.file-contents + .wrap h5{
	margin: 1em 0 0.3em;
}

@media(max-width: 1400px){
	.header{
		overflow: hidden;
	}
	footer.page-footer .footer-wrap .footer-content .social-links{
		flex-wrap: wrap;
		gap: 10px 20px;
		margin-top: 15px;
	}
	footer.page-footer .footer-wrap .footer-content .links a{
		margin: 0;
	}
	footer.page-footer .footer-wrap .footer-content .logo{
		font-size: 25px !important;
		line-height: 1.2 !important;
	}
	.wrap{
		padding: 0 20px;
	}
}
@media(max-width: 1200px){
	footer.page-footer .footer-wrap .footer-content{
		padding: 40px 20px !important;
	}
	footer.page-footer .footer-wrap .footer-content:before{
		border-width: 30px !important;
		top: -60px !important;
		left: 50px !important;
	}
	.wrap h1{
		margin: 0 0 0.5em;
	}
	.header .wrap h1{
		font-size: 50px;
	}
	.header .wrap .block-content h3{
		font-size: 28px;
	}
	.header .wrap .block-content{
		right: 0;
	}
}
@media(max-width: 980px){
	footer.page-footer .footer-wrap .footer-content{
		flex-wrap: wrap !important;
	}
	footer.page-footer .footer-wrap .footer-content .col{
		width: 50% !important;
		margin: 0 !important;
	}
	footer.page-footer .footer-wrap .footer-content .logo{
		width: 100% !important;
		margin: 0 0 30px !important;
		flex-grow: unset !important;
		flex: none !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 !important;
		justify-content: flex-end !important;
		align-items: flex-start !important;
		flex-direction: row-reverse !important;
		gap: 20px;
	}
	footer.page-footer .footer-wrap .footer-content .logo .text b{
		display: block;
		width: 100%;
	}
	footer.page-footer .footer-wrap .footer-content .col{
		gap: 12px;
	}
	#filters-form > .flex-wrap{
		display: block !important;
	}
	#filters-form .flex-wrap > .col{
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#filters-form .filters-wrap .big{
		font-size: 1em !important;
	}
	#filters-form .filters-form > .big{
		padding: 10px 15px;
	}
	#filters-form .modal.big .ml-10,
	#filters-form .modal.big .mb-10{
		margin-left: 0;
	}
	#filters-form .modal.big .button{
		margin-left: 0;
	}
	#filters-form .filters-form .finances-selection-modal .modal-body{
		width: 100%;
		overflow: auto;
	}
	.header .wrap{
		display: block;
		padding: 40px 0;
	}
	.header .wrap h1 {
		font-size: 45px;
	}
	.header .wrap .block-wrap{
		width: 100%;
		padding: 0 20px;
		max-width: 600px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header .wrap .block-content{
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		width: 100%;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header .wrap .block-content .btn-wrap{
		margin-top: 15px;
	}
	.header .wrap .block-content .btn-wrap a{
		margin: 0;
	}
}
@media(max-width: 768px){
	.how-it-works{
		display: block !important;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.how-it-works div{
		margin: 0 0 12px;
		font-size: 14px;
		line-height: 1.4;
	}
}
@media(max-width: 640px){
	footer.page-footer .footer-wrap .footer-content .col{
		width: 100% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0 30px !important;
	}
	footer.page-footer .footer-wrap .footer-content{
		display: block !important;
	}
	footer.page-footer .footer-wrap .footer-bottom{
		font-size: 15px !important;
	}
	.wrap h1{
		font-size: 32px;
	}
	.wrap{
		margin: 60px 0;
	}
	.prices .price-block{
		width: 100%;
		margin: 0 0 20px;
	}
	.header .wrap h1 {
		padding: 20px 30px;
		font-size: 35px;
		max-width: 80%;
		width: auto;
	}
	.header{
		margin-top: 0;
	}
	.header .wrap{
		margin: 0;
	}
	.header .wrap .block-content{
		padding: 30px;
	}
	.header .wrap .block-content h3 {
		font-size: 25px;
	}
}
@media(max-width: 485px){
	footer.page-footer .footer-wrap .footer-bottom{
		font-size: 14px !important;
	}
	.file-contents ul{
		columns: 1;
	}
	.file-contents ul li{
		margin: 0.6em 0;
	}
	.checkbox-wrap{
		font-size: 12px;
	}
	.header .wrap .block-content h3 {
		font-size: 21px;
		margin-bottom: 5px;
	}
}
@media(max-width: 400px){
	.wrap h1{
		font-size: 28px;
	}
	.wrap{
		font-size: 14px;
		line-height: 1.4;
	}
	footer.page-footer .footer-wrap .footer-content .logo{
		font-size: 20px !important;
	}
}