footer{
	background-color: var(--wp--preset--color--black)!important;
	padding-left: 135px;
	padding-top: 95px;
	padding-right: 115px;
	padding-bottom: 45px;
}

footer .content-logo{
    text-align: center;
    margin-bottom: 90px;
}

footer .content-footer{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .content-footer div:first-child{
	width: 100%;
	margin-bottom: 35px;
}

footer .content-footer div ul.menu{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 130px;
    gap: 73px;
	margin-bottom: 0px;
}

footer .content-footer div ul{
	padding: 0px;
}

footer .content-footer div ul.menu li{
	list-style: none;
}

footer .content-footer div ul li a{
	margin-bottom: 24px;
	display: inline-block;
}

footer .content-footer div ul li a{
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
}

footer .content-footer div ul li ul li a{
	margin-bottom: 13px;
}

footer .content-footer div ul li ul li a{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}

footer .content-footer div ul li ul li.button a{
	padding: 9px 12px;
	border: solid 1px var(--wp--preset--color--white);
	border-radius: 0px;
	margin-top: 23px;
	text-decoration: none;
	color: var(--wp--preset--color--white);
	transition: all 0.2s;
}

footer .content-footer div ul li ul li.button a:hover{
	border: solid 1px var(--wp--preset--color--red);
	color: var(--wp--preset--color--red)!important;
	transition: all 0.2s;
}

footer .content-footer div ul.menu li a{
	text-decoration: none;
	color: var(--wp--preset--color--white);
}

footer .content-options{
	width: 324px;
}

footer .content-options h4, footer .content-options .title-content-options{
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 39px;
	color: var(--wp--preset--color--white);
	margin-bottom: 24px;
}

footer .content-options p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--wp--preset--color--white);
	margin-bottom: 24px;
}

footer .content-options a{
	padding: 9px 12px;
	border-radius: 0px;
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--white);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s;
}

footer .content-options a:hover{
	background-color: var(--wp--preset--color--red)!important;
	color: var(--wp--preset--color--white)!important;
	transition: all 0.2s;
}

footer .bottom-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .social-network{
	list-style: none;
	padding: 0px;
	display: flex;
	gap: 30px;
}

footer .bottom-footer .menu{
	list-style: none;
	padding: 0px;
	display: flex;
	gap: 32px;
}

footer .bottom-footer .menu a{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

footer .copyright{
    display: flex;
    justify-content: space-between;
	margin-top: 35px;
}

footer .copyright p{
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--wp--preset--color--white);
}

footer .copyright p a{
	color: var(--wp--preset--color--white)!important;
	text-decoration: none;
}

.otgs-development-site-front-end{
	display: none!important;
}


@media screen and (min-width: 0px) and (max-width: 1400px) {
	footer .content-footer div ul.menu{
		gap: 50px;
		padding-right: 100px;
		justify-content: space-between;
	}
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
	footer{
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (min-width: 0px) and (max-width: 1020px) {
	footer{
		padding-left: 5%;
		padding-right: 5%;
	}
	footer .content-footer {
		flex-direction: column;
	}
	footer .content-footer div ul.menu{
		padding: 0px;
	}
	footer .bottom-footer {
		flex-direction: column;
		margin-top: 35px;
	}
	footer .bottom-footer .menu li{
		text-align: center;
	}
	footer .social-network{
		margin-bottom: 35px;
	}
}

@media screen and (min-width: 0px) and (max-width: 700px) {

	footer .copyright {
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
	footer .copyright p:first-child{
		margin-bottom: 15px;
	}
	footer .bottom-footer .menu {
		gap: 15px 30px;
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .content-options {
		width: 100%;
		text-align: center;
	}
	footer .content-footer div ul.menu li {
		width: 100%;
		text-align: center;
	}
	footer .content-footer div ul.menu {
		flex-wrap: wrap;
	}
}
