
body {
	background-color: #ffffff;
}
header {
	position: fixed;
}
.title {
	color: #000000;
	text-align: center;
	
	padding: 55px 15px;
}
.contact-page {
	color: #000000;
	max-width: 868px;
	padding: 0;
	margin-top: 65px;
}
.contact-block {
	padding: 0 6px;
}
.contact-block h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 18px;
}
.contact-block .circle {

	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fbd000;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.contact-block .circle span{
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fbd000;
	border: 2px solid #fde800; 
}
.contacts {
	margin-left: -6px;
	margin-right: -6px;
}
.click-block {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #cfd4e4;
    padding: 15px 15px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.contact-block .single {
	margin-bottom: 10px;
}
.click-block  p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    display: flex;
	align-items: center;
}
.click-block  p:before {

	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #fbd000;
	margin-right: 6px;
}
.click-block  img {
    height: 12px;
    width: auto;
    margin-left: 13px;
    transition: all .3s;
    transform: rotate(90deg);
}
.click-block.collapsed img {
    transform: rotate(0deg);
}
.contact-block .collapse,
.contact-block .collapsing{
	top: -8px;
	position: relative;
	z-index: 1;
}
.card-body {
	background-color: #f2f5fe;
	border: none;
}
.card-body .text {
	display: flex;
	width: 237px;
	margin: 0px auto 15px;
}
.card-body .text p:first-child {
	width: 105px;
	min-width: 105px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}
.card-body .text h4 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}
.card-body .text p:last-child {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	padding-left: 12px;
}
.card-body .map {
	text-align: center;
	margin-bottom: 30px;
}
.card-body .map a,
.card-body .text a {
	color: #0056d6;
	font-size: 12px;
	line-height: 12px;
}
.card-body .map a {
	font-weight: 700;
}
.card-body .map a:hover {
	text-decoration: none;
}
.print {
	width: 200px;
	height: 50px;
	margin: 0 auto;
	background-color: #fbd000;
	display: flex;
	align-items: center;
	border-radius: 25px;
	padding: 0 25px;
	position: relative;
	top: -25px;
    margin-bottom: -25px;
}
.print:hover {
	text-decoration: underline;
}
.print p {
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
}
.print img {
	height: 30px;
	width: auto;
    margin-right: 10px;
}
#form-mail {
	margin-top: 100px;
}
#form-mail .title {
	top: -80px;
}




@media (max-width: 768px) {
	.contact-block .single {
		    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.contact-block .collapse, .contact-block .collapsing {
		max-width: 100%;
    	width: 400px;
	}
	.click-block {
		max-width: 100%;
    	width: 400px;
	}
}

}
@media (max-width: 600px) {
	.contact-block .single {
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
}