footer {
	background-color: var(--dark-blue);
	color: white;
}

section#footer {
	padding-top: 59px;
	padding-bottom: 85px;
}

.widget_title {
	font-weight: bold;
	margin-bottom: 36px;
	color: var(--light-blue);
}

footer .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: var(--line-height);
}

footer a {
	text-decoration: none;
	color: white;
}

footer a:hover {
	text-decoration: underline;
}

#footer1 img {
	width: 100%;
	max-width: 235px;
	height: auto;
}

#footer1 .wp-element-button {
	margin: 34px 0 30px;
}

footer .menu a {
	position: relative;
	padding-left: 9px;
}

footer .menu a:before {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: white;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 9px;
}

#copyright_wrapper .container {
	padding-bottom: 13px;
	font-size: 14px;
}

.inside_copyright {
	border-top: 1px solid white;
	padding-top: 13px;
}

footer .wp-element-button {
	background-color: transparent;
	border: 1px solid white;
	color: white;
	padding-top: 9px;
	padding-bottom: 9px;
	text-decoration: none !important;
}

footer .wp-element-button:hover {
	background-color: white;
	color: var(--dark-blue);
	border-color: var(--dark-blue);
}

.footer2_inside {
	border-top: 1px solid var(--light-blue);
	padding-top: 47px;
}

.footer2_inside .footer_widget {
	width: 381px;
	max-width: 100%;
}

#footer2 {
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 30px;
}

.footer_right_side {
	padding-top: 18px;
}

#development {
	text-align: right;
}

#development a {
	font-weight: 600;
}

.pipe-margin {
	margin-left: 3px;
	margin-right: 3px;
}

@media (max-width: 991px) and (min-width: 768px) {
	.col.footer_left_side {
		width: 100%;
	}
	.col.footer_right_side {
		width: 100%;
	}

	#footer3, #footer4 {
		width: 33.333%;
	}

	#footer4 {
		padding-left: 40px;
	}
}

@media (max-width: 767px) {
	.widget_title {
		margin-bottom: 5px;
	}

	footer .wp-element-button {
		padding-right: 19px;
	}

	.text_below_cities a {
		display: block;
	}

	#copyright_wrapper .container {
		font-size: 13px;
		text-align: center;
	}

	#footer .col {
		width: 100%;
	}

	#footer2 {
		padding-left: 15px;
		padding-right: 15px;
	}

	#footer .contact_airplane {
		display: block;
	}

	#footer1 .wp-element-button {
		width: 100%;
	}

	#footer1 img {
		max-width: 232px;
	}

	#copyright_wrapper .col {
		width: 100%;
	}

	#development {
		text-align: center;
	}

	#copyright_wrapper p {
		line-height: 29px;
	}

	#copyright_wrapper .container {
		padding-left: 38px;
		padding-right: 38px;
	}

	.footer2_inside {
		padding-top: 35px;
	}

	.footer_right_side {
		padding-top: 40px;
	}

	section#footer {
		text-align: center;
		padding-top: 36px;
		padding-bottom: 62px;
		padding-left: 33px;
		padding-right: 33px
	}

	#footer3 {
		margin-bottom: 45px;
	}

	.footer2_inside .footer_widget {
		width: 100%;
	}
}
