footer {
	position: relative;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 300;;
	overflow: hidden;
	background: linear-gradient(135deg, #0057b2 0%, #003a77 100%);
	color: #FFFFFFB3
}

footer .it.it-iso {
	position: absolute;
	bottom: -20px;
	right: -20px;
	color: #FFFFFF0D;
	font-size: 300px;
	transform: rotate(141deg);
}

footer .shape-top {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	line-height: 0;
	transform: rotate(180deg);
}

footer .shape-top svg {
	width: 160%;
	height: 20px;
	fill: var(--white);
}

footer .container:not(.bottom .container) {
	gap: 100px;
	padding:100px 20px 50px 20px;
}

footer a {
	color: var(--white);
	font-weight: 300;
	opacity: .7;
	transition: .3s;
}

footer a:hover {
	opacity: 1;
}

footer .title {
	font-size: 16px;
	font-weight: 400;
	padding-bottom:5px;
	margin-bottom: 20px;
	color: var(--white);
	border-bottom:solid 1px rgba(255,255,255,.2);
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li {
	display: flex;
	padding: 5px 0;
}

footer ul li > span {
	width: 20px;
	font-size: 8px;
}

footer .services-list {
	gap:20px
}

footer .services-list ul { 
	width:33.33%
}

footer ul li a, footer ul li div {
	width: calc(100% - 20px);
}
footer .col-1 {
	width: 20%;
}

footer .col-2, footer .col-3 {
	width: 40%;
}

footer .cto span {
	font-size: 15px;
	margin-right: 10px;
	color: var(--white);
}

footer .phone a {
	font-size: 15px;
	font-weight: 500;
}

footer .mail {
	margin:15px 0;
}

footer .address .cont p {
	margin:5px 0;
}




footer .bottom {
	position: relative; z-index: 2;
	background: #003A77;
	padding: 20px 0;
	color: var(--white)
}



@media only screen and (max-width: 1024px) {
	footer .container:not(.bottom .container) {gap: 20px;}
	footer .col-1 {width: 20%;}
	footer .col-2 {width: 50%;}
	footer .col-3 {width: 30%;}
}

@media only screen and (max-width: 768px) {
	footer .container:not(.bottom .container) {gap: 30px; flex-wrap: wrap;}
	footer .col-1 {width: 20%;}
	footer .col-2 {width: calc(80% - 30px);}
	footer .col-3 {width: 100%;}
}

@media only screen and (max-width: 550px) {
	footer .col-1, footer .col-2, footer .col-3 {width: 100%;} 
}

@media only screen and (max-width: 450px) {
	.bottom .flex.row {
		flex-direction: column;
		align-items: center;
		gap:5px;
	}
}

@media only screen and (max-width: 425px) {
	footer .services-list {flex-wrap: wrap;}
	footer .services-list ul {width:calc(50% - 20px);}
	footer .services-list ul:last-child {width: 100%;}
}