

.copyright-with-emblem a{
	padding: 0 5px;
}

.copyright-with-emblem .copyright-text{
	padding-right: 5px;
}

footer p a{
	line-height: 2;
}

body:not(.vc-safe-mode) .vertical-text.vertical-text--top.vertical-text--noflip {
    padding-bottom: 10px;
    padding-top: 8px;
}

.footer-contacts .contact{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.footer-contacts .contact:hover h3{
	text-decoration: underline;
}

.footer-contacts .contact img{
	width: 60px;
	height: 60px;
}

.footer-contacts .contact span{
	margin-left: 15px;
}

.footer-contacts .contact h5{
	color: #1990ea;
	font-weight: 500;
    font-size: 14px;
	margin: 0;
}

.footer-contacts .contact h3{
	font-size: 16px;
	margin: 0;
	word-break: break-all;
}

.copyright-with-emblem{
	display: flex;
	align-items: center;
}

.copyright-with-emblem img{
	margin-right: 10px;
}

div.vertical-text.h3::before {
	content: "";
    height: 27px;
    width: 1px;
    background: #009ee2;
    display: block;
    margin-left: -15px;
}

@media (max-width: 1200px){
	.footer-contacts .contact h3{
		font-size: 14px;
	}
	
	.footer-contacts .contact img {
		width: 40px;
		height: 40px;
	}
	
	footer p a{
		line-height: initial;
		font-size: 13px;
	}
}

@media (max-width: 1100px){
	footer .col-lg-3{
		padding-left: 18px !important;
	}
	
	footer .wpb_row > div:first-child{
		padding-left: 36px !important;
	}
	
	div.vertical-text.h3::before{
		margin-top: -15px;
	}
	
	.copyright-with-emblem{
		justify-content: center;
	}
}

@media (max-width: 1000px){
	footer p a{
		font-size: 12px;
	}
}

@media (max-width: 959px){
	.footer-contacts{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#footer-container .row{
		padding-bottom: 18px !important;
	}
	
	.footer-contacts .contact{
		margin: 0px 30px 0 0 !important;
		padding-top: 18px;
	}
	
	footer p a{
		font-size: 14px;
	}
}

@media (max-width: 569px){
	footer .wpb_row > div:first-child{
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
	
	.footer-contacts {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 36px;
	}
	
	.footer-contacts .contact h3{
		font-size: 14px;
	}
	
	.footer-contacts .contact h3 br{
		display: none;
	}
	
	.footer-contacts .contact{
		padding-top: 27px;
	}
	
	footer p a{
		font-size: 15px;
	}
	
	.copyright-with-emblem{
		flex-direction: column;
		padding-right: 0;
	}
	
	.copyright-with-emblem img{
		margin: 0 0 18px 0;
	}
}