

.footer{
	display: grid;
	width:100%;
	background-color: #232F3E;
	padding: 60px 0;
	color:#ffffff;
}
.footer__section{
	display: grid;
	grid-template-columns: 19.6% 30.1% 30.4% 19.9%;
	gap: 20px;
	width: 100%;
	max-width: 71.5rem;
	margin: 0 auto;
}
.footer__box{
	display: flex;
	flex-direction: column;
	width:100%;
	gap: 4px;
}

.footer__box h3{
	margin:0;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	opacity: 0.7;
}
.footer__box ul{
	margin:0;
	padding:0;
	list-style: none;
}
.footer__box ul li{
	margin:0;
	padding:0;
	width:100%;
}
.footer__box ul li a{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	text-decoration: none;
}
.footer__box ul li a:hover{
	color: #FFF;
	text-decoration: underline;
}
.footer__box-third ul li a{
	opacity: 0.5;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
.footer__box-second p{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	opacity:0.5;
	margin: 10px 0 20px 0;
}
.footer__box-contact-line{
	width:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding:20px;
	border-radius: 5px;
	background: #37424F;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
	margin-bottom:8px;
}
.footer__box-contact-line svg{
	margin-right:10px;
}
.footer__box-contact-line div{
	color: #E3E6E8;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right: 4px;
}
.footer__box-contact-line a{
	color: #E3E6E8;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}
.footer__box-contact-line a:hover{
	text-decoration: underline;
}
.footer__box-third{
	padding-left:50px;
}


.footer__logo_wrap{
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom:16px;
}
.footer__logo{
	display: grid;
}
.footer__logo img{
	display: grid;
}

.footer__address{
	display: flex;
	flex-direction: column;
}
.footer__address p{
	margin:0;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	opacity:0.5;
}

.footer__social{
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top:16px;
}



.footer__bottom{
	display: grid;
	width:100%;
	background-color: #161E28;
	padding: 15px 0;
	color:#ffffff;
	border-bottom: 1px solid #232F3E;
}

.footer__bottom-container{
	display: grid;
	grid-template-columns: 2fr 1fr 2fr;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 71.5rem;
	margin: 0 auto;
}

.footer__security{
	width:100%;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
.footer__security img{
	display: grid;
}
.footer__security-content{
	display:flex;
	flex-direction: column;
	gap: 5px;
}
.footer__security-label{
	color: #E3E6E8;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	padding-left:20px;
	background-image: url(../images/icons/lock.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	opacity:0.7;
}
.footer__security-info{
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity:0.5;
}
.footer__scroll{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.footer__scroll a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}
.footer__scroll a img{
	width: 17px;
	height: auto;
}
.footer__scroll a span{
	color: #E3E6E8;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer__logos{
	width:100%;
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: end;
	align-items: center;
}

.footer__copyright{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding:10px 0 15px 0;
	background-color: #161E28;
}
.footer__copyright p{
	width:100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	opacity:0.4;
	margin:0;
}

@media screen and (max-width: 71.5rem) {
	.footer__section{
		grid-template-columns:1fr 1fr;
		padding-left:14px;
		padding-right:14px;
	}
	.footer__box-third{
		padding-left:0;
	}
	.footer__bottom{
		position:relative;
		padding-top:50px;
	}
	.footer__bottom-container{
		grid-template-columns:1fr 1fr;
		padding-left:14px;
		padding-right:14px;
	}
	.footer__scroll{
		position:absolute;
		right:14px;
		top:14px;
		width:fit-content;
	}
}
@media screen and (max-width: 690px) {
	.footer__section{
		grid-template-columns:1fr;
	}
	.footer__bottom-container{
		grid-template-columns:1fr;
	}
	.footer__security,
	.footer__logos{
		justify-content: center;
	}
}