.page-footer {
	background-color: #990033;
	padding: 0;
	position: relative;
	margin-top: 50px;
	overflow: hidden;
}

.page-footer:after {
    content: "";
    position: absolute;
    width: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: #ffffff;
    top: -2px;
    left: 0;
    height: 100px;
}

.page-footer-content {
	position: relative;
	z-index: 1;
}

.page-footer-bg-icon {
	position: absolute;
}

.page-footer-flex {
	display: flex;
	flex-direction: column-reverse;
} 

.footer-right {
    background-color: #fff;
    position: relative;
    margin-top: -35px;
    box-shadow: 0 8px 30px rgba(58,58,62,0.10);
	margin-bottom: 30px;
}

.footer-right__border {
	position: relative;
	padding: 30px;
}

.footer-right::before {
	content: "";
    position: absolute;
    background-color: #990033;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

.footer-right::after {
	content: "";
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 2px;
    width: 5px;
    height: 3px;
}

.footer-right__border::after {
	content: "";
    position: absolute;
    background-color: #fff;
    top: -0;
    right: 13px;
    width: 5px;
    height: 3px;
}

.footer-right__border::before {
	content: "";
    position: absolute;
    background-color: #fff;
    top: -0;
    right: 28px;
    width: 5px;
    height: 3px;
}

.footer-left {
	margin: 35px auto 0;
}

.footer-logo {
	width: 200px;
	margin: 0 auto 20px;
	display: table;
}

.footer-top ul {
	padding: 0;
	margin: 0;
}

.footer-top ul li {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1.28em;
}

.footer-top ul li:before {
	display: none;
}

.footer-top ul li a {
	font-weight: 300;
	color: #fff;
	border: none;
}

.footer-left-top {
	margin-bottom: 25px;
}

.footer-info {
	max-width: 200px;
	margin: 0 auto;
	display: table;
}

.footer-social ul {
	display: flex;
	align-content: center;
	justify-content: center;
}

.footer-social ul li {
	margin: 0 5px;
}

.footer-social ul li a {
	font-size: 24px;
	border: none;
	color: #fff;
}

.footer-left-bottom h2,
.footer-left-bottom .h2  {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
}

.footer-left-bottom h2::before {
	left: 50%;
	transform: translate(-50%, 0);
    color: #5F0020;
}

.footer-link-menu-title::before {
    content: "\e906";
    font-family: 'icomoon';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #5F0020;
    font-size: 68px;
    line-height: 0.1em;
    font-weight: normal;
}

.footer-top .footer-left-bottom ul {
	column-count: 2;
}

.footer-top .footer-left-bottom .footer-link-col-right ul {
	column-count: unset;
}

.footer-bottom {
	background-color: #5F0020;
	padding: 20px 0 10px;
	margin-top: 26px;
}

.footer-bottom ul li:before {
	display: none;
}

.footer-bottom ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	justify-content: space-between;
	max-width: 322px;
}

.footer-bottom ul li:last-child {
	width: 100%;
}

.footer-bottom ul li {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1.28em;
    padding: 0;
    margin: 0 0 9px 0;
}

.footer-bottom ul li a {
    font-weight: 300;
    color: #fff;
    border: none;
	background: none;
}

.footer-link-col-right {
	margin-top: 25px;
}

.back-to-top .btn {
	margin-right: 28px;
	padding-right: 0;
	color: #fff;
}

.back-to-top [class^="icon-"] {
    transform: rotate(-90deg);
    font-size: 18px;
    color: #990033;
    right: -28px;
    top: 5px;
}

.back-to-top {
	display: block;
	text-align: center;
	margin-bottom: 18px;
}

.back-to-top .btn-text span::before {
	display: none;
}

.page-footer-bg-icon i {
    position: absolute;
    left: -265px;
    bottom: 131px;
    font-size: 775px;
    color: #8D002F;
}

.page-footer-bg-icon {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.footer-right .btn {
	margin: 11px auto 0;
	display: table;
}

.footer-right h2 {
	text-align: center;
	margin-bottom: 25px
}

.footer-right h2::before {
    left: 50%;
    transform: translate(-50%, 0);
}

@media (min-width: 768px) {
	.footer-left-top {
	    margin-bottom: 25px;
	    justify-content: space-between;
	    display: flex;
	}

	.footer-logo {
	    width: 258px;
	    margin: 0;
	    display: block;
	}

	.footer-left {
	    margin: 30px auto 0;
	    width: 100%;
	    padding: 0 58px;
	}

	.footer-info {
	    margin: 0;
	}

	.footer-top ul li {
	    text-align: left;
	}

	.footer-social ul {
	    justify-content: flex-start;
	}

	.footer-social ul li {
	    margin: 0 10px 0 0;
	}

	.footer-left-bottom {
		display: flex;
		justify-content: space-between;
	}

	.footer-link-col-right {
		width: 200px;
		margin: 0;
	}

	.footer-link-col-left {
		width: calc(100% - 240px);
	}

	.footer-left-bottom h2,
    .footer-left-bottom .h2 {
	    text-align: left;
	}

	.footer-left-bottom h2::before,
    .footer-link-menu-title::before {
	    left: 0;
	    transform: unset;
	}

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

	.footer-bottom ul li {
	    text-align: left;
	}

	.page-footer-bg-icon i {
	    left: -105px;
	    bottom: 71px;
	    font-size: 829px;
	}

	.back-to-top {
	    display: flex;
	    margin-bottom: 0;
	    align-items: center;
	    height: 100%;
	}

	.footer-bottom {
	    padding: 20px 0 10px;
	    margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.page-footer:after {
		height: 240px;
	}

	.page-footer-flex {
	    flex-direction: row;
	    justify-content: space-between;
	}

	.footer-left {
	    margin: 158px 0 0 0;
	    width: 662px;
	    padding: 0 110px 0 0;
	}

	.footer-right {
	    width: calc(100% - 662px);
	    margin-top: 50px;
	}

	.footer-right__border {
	    padding: 35px 45px;
	}

	.footer-bottom ul {
	    margin: 0;
	    max-width: unset;
	}

	.footer-bottom ul li {
		margin: 0 51px 0 0;
	}

	.footer-bottom ul li:last-child {
	    width: unset;
	    margin: 0;
	}

	.footer-bottom {
	    padding: 20px 0;
	    margin-top: 25px;
	}

	.page-footer-bg-icon i {
	    left: -104px;
	    bottom: -140px;
	    font-size: 823px;
	}

	.footer-left-top {
	    margin-bottom: 35px;
	}

	.footer-right h2 {
		font-size: 35px;
	}

	.page-footer {
	    overflow: hidden;
	    margin: 0;
	}

	.footer-logo {
	    width: 267px;
	}

	.footer-top ul li a:hover,
	.footer-bottom ul li a:hover,
	.back-to-top .btn:hover {
		opacity: 0.7;
	}

	.footer-social ul li a:hover {
		opacity: 1;
		color: #ff1462;
	}

	.back-to-top .btn-text:hover [class^="icon-"] {
		right: -28px;
	}
}

.has-top-slant-gray {
	margin-top: 0;
}

.has-top-slant-gray::after {
	background: #f8f8f8;
}

.has-top-slant-white::after {
	background: #ffffff;
}

.has-top-slant-red::after {
	background: #990033;
}

.has-top-slant-blue::after {
	background: #1C4BC9;
}

@media (min-width: 768px) {

	.has-top-slant-overlay {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {

	.has-top-slant-overlay {
		margin-top: 0;
	}
}