

/* Start:/local/templates/oldone/template_styles.css?17520522042942*/

/*footer new*/
.footer_new_top {
	background: rgba(5, 67, 80, 1);
}
.footer_new_bot {
	background: rgba(26, 26, 26, 1);
}
.footer_new_4_col {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 28px 0;
}
.footer_new_4_col_1 span, .footer_new_4_col_1 a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: 0.3s;
}
.footer_new_4_col_1 a:hover, .footer_new_link_list li a:hover {
	transition: 0.3s;
	color: #50dfa7;
}
.footer_new_top .container .footer_new_upper {
	padding: 64px 15px 108px 15px;
	display: flex;
	gap: 20px;
    justify-content: space-between;
}
.footer_new_head {
	color: white;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
}
.footer_new_2_col {
	display: flex;
	gap: 67px;
}
.footer_new_link_list li a {
	line-height: 2;
	color: white;
	text-decoration: none;
	display: inline-block;
	position: relative;
	transition: 0.3s;
}
.footer_new_link_list li a:before {
	content: "";
	transition: 0.3s;
	width: 0%;
	height: 1px;
	background-color: #50dfa7;
	position: absolute;
	bottom: 1px;
	left: 0;
}
.footer_new_link_list li a:hover:before {
	content: "";
	width: 100%;
	transition: 0.3s;
	height: 1px;
	background-color: #50dfa7;
	position: absolute;
	bottom: 1px;
	left: 0;
}
.footer_new_b1_text, .footer_mail a {
	color: white;
}
.footer_new_b1 {
	margin-bottom: 33px;
}
.footer_new_b2 {
	margin-bottom: 26px;
}
a.footer_new_fb_btn {
	display: inline-block;
	font-size: 18px;
	color: white;
	border-radius: 100px;
	border: 1px solid #50dfa7;
	background-color: #50dfa7;
	padding: 17px 47px;
	transition: 0.3s;
	white-space: nowrap;
    width: auto;
    text-align: center;
}
a.footer_new_fb_btn:hover {
	background-color: transparent;
	transition: 0.3s;
}
.footer_phone a {
	font-size: 18px;
	font-weight: 600;
}
.footer_clock, .footer_mail a, .footer_phone a {
	position: relative;
	padding-left: 35px;
}
.footer_phone a {
	padding-left: 21px;
}
.footer_clock:before, .footer_mail a:before, .footer_phone a:before {
	content: "";
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
}
.footer_clock:before {
	background-image: url(/upload/footer_new/clock.svg);
    background-size: contain;
    width: 27px;
    height: 27px;
    top: 0px;
}
.footer_mail a:before {
    background-image: url(/upload/footer_new/mail.svg);
    background-size: contain;
    height: 22px;
    width: 29px;
    top: 1px;
}
.footer_phone a:before {
    background-image: url(/upload/footer_new/phone.svg);
    background-size: contain;
    width: 14px;
    height: 14px;
    top: 6px;
}
@media (max-width: 1000px) {
	.footer_new_4_col, .footer_new_upper {
		flex-wrap: wrap;
    	gap: 20px;
	}
}
@media (max-width: 600px) {
	.footer_new_4_col, .footer_new_upper, .footer_new_2_col {
		flex-direction: column;
    	gap: 20px;
    	align-items: center;
    	text-align: center;
	}
	.footer_new_top a, .footer_new_bot a {
		text-decoration: underline !important;
	}
}
/* End */
/* /local/templates/oldone/template_styles.css?17520522042942 */
