body {
	background-color: #fff;
}
.container-contact-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.container-contact-header h1 , .container-contact-header h2{
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	margin-bottom: 2rem;
}

.container-contact-header nav {
	width: fit-content;
	display: flex;
	justify-content: space-around;
	width: 317px;
}

.container-contact-header nav a {
	height: 40px;
	padding: .75rem 2.4rem;
	background-color: #000;
	color: #fff;
	border-radius: 100px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 1px;
	border: 1px solid #000;
}
.container-contact-header nav a:last-of-type {
	background-color: #fff;
	color: #000;
}


.container-support {
	width: 85%;
	max-width: 1440px;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container-support header {
	border-bottom: 1px solid #e2e2e2;
}

.container-support header h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0px;
}

.mobile-container-support header h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	margin-left: 1rem;
	margin-bottom: 0;
	text-align: center;
	margin-left: 0px;
}

.container-support header span {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.sections-support {
	display: flex;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	row-gap: 2rem;
	column-gap: 7rem;
	margin-top: 2rem;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact {
	grid-template-rows: 1fr;
}

.team {
	grid-template-rows: 1fr 1fr 1fr;
}

.sections-support article {
	max-width: 223px;
	flex: 0 0 223px;
}

.sections-support article h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
}

.sections-support article h3 span {
	font-weight: 300;
}

.sections-support article p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.sections-support article p a {
	text-decoration: underline;
	color: #000;
}

.container-map-image {
	margin-top: 2rem;
	cursor: grab;
}

.map header {
	padding-bottom: 0;
}

.container-pros-drblend h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	text-align: center;
	margin-top: 2.5rem;
}

.container-pros-drblend p {
	max-width: 769px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}
.container-why {
	margin-bottom: 1rem;
}

.language_section {
	width: 100%;
}
.language_continent h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	text-transform: uppercase;
	color: #303030;
	margin: 0px;
	padding-top: 23px;
	padding-bottom: 13px;
}
.language_continent {
	border-bottom: 1px solid #E2E2E2;
}
.language_continent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
	display: flex;
	flex-wrap: wrap;
}
.language_continent ul li {
	flex: 0 0 calc(20% - 35.2px);
	margin-right: 44px;
	margin-bottom: 29px;
}
.language_continent ul li:nth-child(5n) {
	margin-right: 0px;
}
.language_continent ul li a {
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	padding: 9px 11px;
	color: #303030;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.language_continent ul li a img {
	width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 10px;
}

.contact_info {
	width: 100%;
}
.contact_info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.contact_info ul li a {
	background: #FFFFFF;
	padding: 9px 0px;
	color: #303030;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.contact_info ul li {
	flex: 0 0 calc(20% - 35.2px);
	margin-right: 44px;
	margin-bottom: 29px;
}
.contact_info ul li:nth-child(5n) {
	margin-right: 0px;
}

.contact_info ul li a img.nl_flag {
	width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 10px;
}


.contact_info ul li a img.contact_arrow {
	margin-left: 15px;
}
.contact_info ul li a.active_contact .contact_arrow {
	transform: rotate(180deg);
}
.contact_details {
	display: block;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #4B4B4B;
	padding-top: 15px;
	display: none;
}
.contact_details strong {
	font-weight: 700;
}
.sections-support article > img {
	border: 1px solid #C4C4C4;
	border-radius: 50%;
}
.sections-support.partner_section article > img {
	border-radius: 0px;
	border: none;
}

.partner_image {
	height: 88px;
	width: auto;
	padding-bottom: 10px;
}
.partner_image img {
	max-height: 100%;
	width: auto;
	height: auto;
	max-width: 100%;
}
.container-why-blocks {
	display: flex;
	flex-wrap: wrap;
	max-width: 1440px;
	justify-content: space-between;
	width: 80%;
}

.section-why-block {
	flex: 0 0 25%;
	padding: 0px 50px;
	max-width: 25%;
}

.load_more_items {
	margin-bottom: 29px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.load_more_items span {
	font-weight: 700;
	font-size: 14px;
}
.arrow_con {
	border: .35em solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 0.35em;
	border-top: .5em solid;
	margin-top: 5px;
	margin-left: 5px;
}
.load_more_items.load_all_arrow_up .arrow_con {
	transform: rotate(180deg);
	margin-top: -2px;
}
.language_continent ul.load_all_items {
	height: auto;
}
.hide_item {
	display: none;
}

.section_klant {
	flex: 0 0 100%;
	width: 100%;
}
.section_klant .klant_faq_detail {
	display: none;
	padding-top: 15px;
}
.section_klant h3 {
	margin: 0px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.section_klant h3 img {
	margin-left: 10px;
}
.section_klant article {
	margin-bottom: 20px;
}
.section_klant article:last-child {
	margin-bottom: 0px;
}
.section_klant_text {
	padding: 20px 0px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}
.section_klant_text p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin: 0px 0px 20px 0px;
}
.klant_faq_detail p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}
.klant_faq_detail p:first-child{
	margin-top: 0px;
}
.section_klant h3.active_klant img {
	transform: rotate(180deg);
}

.container-map-image iframe {
	width: 100%;
	height: 450px;
}
.container-map-image {
	width: 100%;
}

@media (max-width: 900px) {
	.main_content_loop {
		padding: 20px 0px;
	}

	.container-map-image iframe {
		width: 100%;
		height: 300px;
	}
	.container-map-image {
		width: 100%;
	}
	.container-contact-header h1 {
		font-size: 30px;
		width: 302px;
	}
	.sections-support {
		column-gap: 0rem;
	}
	.team {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		width: 100%;
	}
	.container-support {
		width: 90%;
	}
	.container-support header h2 {
		font-size: 30px;
	}
	.mobile-container-support {
		display: flex;
		flex-direction: column;
		align-items: center;

	}
	details {
		width: 90%;
		border-bottom: 1px solid #e2e2e2;
		padding: 10px 0px;
	}
	summary div {
		display: flex;
		flex-direction: column;
	}
	summary {
		padding: 0;
	}

	summary div h1 {
		font-family: 'Roboto', sans-serif;
		font-size: 30px;
		font-style: normal;
		font-weight: 500;
		line-height: 48px;
		margin-bottom: .5rem;
	}
	summary div p {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px;
		color: #4b4b4b;
		margin-bottom: .75rem;
		width: 95%;
	}
	details > ul > li {
		list-style: none;
	}
	details > ul {
		border-top: 1px solid #e2e2e2;
	}

	details article h3 {
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 21px;
	}
	details > ul > li > article p {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px;
		color: #4b4b4b;
	}

	details > ul > li > article li {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px;
		color: #4b4b4b; 
		list-style: none;
	}
	details > ul > li > article li span {
		text-decoration: underline;
	}
	details > ul > li article ul {
		margin-bottom: 1rem;
	}
	details > ul > li > article > p >a {
		text-decoration: underline;
		color: #4b4b4b;
	}
	details article {
		border-bottom: 1px solid #e2e2e2;
	}
	details[open] {
		border: none;
	}
	details{
		overflow:hidden;
	}
	.container-pros-drblend {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}
	.container-pros-drblend h1 {
		font-size: 28px;
	}
	.container-pros-drblend p {
		font-size: 18px;
		width: 90%;
	}
	.map {
		margin-bottom: 1rem;
	}
	.section-why-block img {
		transform: scale(1)
	}
	.container-why-blocks {
		width: 100%;
		display: block;
	}
	.container-why {
		padding: 50px 0px;
	}
	.section-why-block {
		flex: 0 0 100%;
		padding: 0px 0px;
		max-width: 100%;
	}
	.title-most-sold {
		margin-top: 3rem;
	}

	.language_continent ul li {
		flex: 0 0 calc(50% - 5px);
		margin-right: 10px !important;
		margin-bottom: 10px;
	}
	.language_continent ul li:nth-child(2n) {
		margin-right: 0px !important;
	}
	.contact_info ul li {
		flex: 0 0 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.contact_info ul li a .contact_arrow {
		float: right;
		margin-top: 12px;
	}
	.contact_info ul li a {
		display: block;
		vertical-align: middle;
	}
	.contact_info ul li a img {
		vertical-align: middle;
	}

	.sections-support.team.partner_section {
		display: flex;
		flex-wrap: wrap;
		column-gap: 0px;
	}
	.sections-support article {
		flex: 0 0 50%;
		padding: 10px;
	}
	.partner_image img {
		max-width: 100%;
	}
	.container-why-blocks .slick-track {
		display: block !important;
	}

}
@media (max-width:350px){
	.container-map-image img{
		max-width: 100%;
	}
	.sections-support {
		column-gap: inherit;
	}
}
