header#layer {
	background: url("../images/purple-bg.png");
	background-size: 100% 100%;
}

header#layer .layer-content {
	position: relative;
	height: 100%;
}

header#layer .close-layer {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 9999;
}

header#layer .also-check-box {
	position: relative;
	height: auto !important;
	margin-top: 40px;
}

header#layer .also-check-box img {
	max-height: 100vh;
}

header#layer .carousel-indicators li {
	background: url("../images/indicator-empty.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin: 4px;
}

header#layer .carousel-indicators li.active {
	background: url("../images/indicator-full.png");
	background-repeat: no-repeat;
	background-size: contain;
}

header#layer .carousel {
	margin-top: 130px;
}

header#layer .carousel .carousel-item {
	width: 100%;
}

header#layer .carousel .carousel-item > div {
	height: 50vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

header#layer .also-check {
	z-index: 2;
	position: absolute;
	width: 250px;
	height: 250px;
	bottom: 0;
	right: 0;
}

header#layer .also-check::before {
	content: "";
	position: absolute;
	background-color: #7b288f;
	height: 160px;
	width: 250px;
	top: 50px;
	left: -20px;
}

header#layer.portfolio-layer .also-check {
	right: 0;
}

header#layer .also-check .base-portfolio {
	height: 160px;
	background-size: cover;
	position: relative;
}

header#layer .portfolio-content {
	position: absolute;
	bottom: 0;
	padding: 5%;
}

header#layer .also-check h5 {
	font-family: "Montserrat-Bold";
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

header#layer .also-check h4 {
	font-family: "Montserrat-Bold";
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 0;
}

header#layer .also-check h4 small {
	font-family: "Montserrat-Light";
	font-size: 16px;
	line-height: 12px;
	letter-spacing: 3.5px;
	display: block;
}

header#layer #layer-content {
	position: relative;
	max-height: 100vh !important;
}

header#layer .layer-content .text {
	position: relative;
	height: calc(100vh - 250px);
	overflow: auto;
	padding: 8% 50px 0;
	margin-bottom: 290px;
}

.carousel-control-next-icon {
	background-image: url("../images/carousel-next-icon.png");
}

.carousel-control-prev-icon {
	background-image: url("../images/carousel-prev-icon.png");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	height: 50px;
	width: 30px;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

header#layer .layer-content .text .text-article {
	max-height: 250px;
	padding-right: 10px;
}

header#layer.portfolio-layer .layer-content .text .text-article {
	max-height: 100%;
}

header#layer .layer-content .text p {
	font-family: "ProximaNovaA";
	color: #cccccc;
	max-width: 450px;
}

header#layer .layer-content .text h1 {
	font-family: "Montserrat-Bold";
	color: #fff;
	text-transform: uppercase;
	font-size: 62px;
	margin-bottom: 20px;
	margin-top: 79px;
}

header#layer .layer-content .text h1 small {
	font-family: "Montserrat-Light";
	font-size: 32px;
	line-height: 12px;
	letter-spacing: 3.5px;
	display: block;
}

footer {
	position: relative;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 160px;
}

footer .phone {
	position: relative;
	margin-top: 20px;
	font-family: "Montserrat-Bold";
	color: #7b288f;
	font-size: 18px;
	letter-spacing: 3px;
}

#footer .phone::before {
	content: "";
	position: absolute;
	z-index: 999;
	background-image: url("../images/footer-contact-phone.png");
	background-size: 100% 100%;
	height: 32px;
	width: 32px;
	left: -48px;
	top: 16px;
}

footer .phone sup {
	font-family: "Montserrat-Light";
}

footer .address {
	margin-top: 20px;
	font-family: "Montserrat-Regular";
	color: #7b288f;
	font-size: 14px;
}

footer .address strong {
	font-family: "Montserrat-Bold";
}

footer .footer-menu .nav .nav-item .nav-link {
	padding: 20px 0;
	margin: 0 15px;
	color: #7b288f;
	text-transform: uppercase;
	font-family: "Montserrat-Regular";
	cursor: pointer;
	border-top: 3px solid transparent;
	font-size: 14px;
}

footer .footer-menu .nav .nav-item .nav-link.active,
footer .footer-menu .nav .nav-item .nav-link:hover,
footer .footer-menu .nav .nav-item .nav-link:focus {
	border-top: 3px solid #7b288f;
	font-family: "Montserrat-Bold";
}

footer .footer-menu .nav-policy .nav-item .nav-link {
	padding: 20px 0;
	margin: 0 15px;
	color: #999999;
	text-transform: inherit;
	font-family: "Montserrat-Regular";
	cursor: pointer;
	border-top: 0;
	font-size: 14px;
}

footer .footer-menu .nav-policy .nav-item .nav-link.active,
footer .footer-menu .nav-policy .nav-item .nav-link:hover,
footer .footer-menu .nav-policy .nav-item .nav-link:focus {
	border-top: 0;
	font-family: "Montserrat-Bold";
}

footer .footer-menu {
	border-top: 1px solid #7b288f;
}

header#layer section#footer {
	position: relative;
	margin-top: 60px;
	background: transparent !important;
}

header#layer section#footer .phone {
	margin-top: 20px;
	font-family: "Montserrat-Bold";
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
}

header#layer section#footer .phone sup {
	font-family: "Montserrat-Light";
}

header#layer section#footer .address {
	margin-top: 20px;
	font-family: "Montserrat-Regular";
	color: #fff;
	font-size: 14px;
}

header#layer section#footer .address strong {
	font-family: "Montserrat-Bold";
}

header#layer section#footer .footer-menu .nav .nav-item .nav-link {
	padding: 20px 0;
	margin: 0 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Montserrat-Regular";
	cursor: pointer;
	border-top: 3px solid transparent;
	font-size: 14px;
}

header#layer section#footer .footer-menu .nav .nav-item .nav-link.active,
header#layer section#footer .footer-menu .nav .nav-item .nav-link:hover,
header#layer section#footer .footer-menu .nav .nav-item .nav-link:focus {
	border-top: 3px solid #ffffff;
	font-family: "Montserrat-Bold";
}

header#layer section#footer .footer-menu .nav-policy {
	margin-bottom: 60px;
}

header#layer section#footer .footer-menu .nav-policy .nav-item .nav-link {
	padding: 20px 0;
	margin: 0 15px;
	color: #cccccc;
	text-transform: inherit;
	font-family: "Montserrat-Regular";
	cursor: pointer;
	border-top: 0;
	font-size: 14px;
}

header#layer section#footer .footer-menu .nav-policy .nav-item .nav-link.active,
header#layer section#footer .footer-menu .nav-policy .nav-item .nav-link:hover,
header#layer section#footer .footer-menu .nav-policy .nav-item .nav-link:focus {
	border-top: 0;
	font-family: "Montserrat-Bold";
}

header#layer section#footer .footer-menu {
	border-top: 1px solid #645568;
}

@media (max-width: 1200px) {
	header#layer .also-check {
		right: 0;
	}

	header#layer.portfolio-layer .also-check {
		right: 0;
	}

	header#layer .layer-content .text .text-article {
		max-height: 100%;
	}

	header#layer section#footer {
		text-align: center;
		background: transparent !important;
	}

	header#layer section#footer .phone {
		font-size: 17px;
		color: #fff !important;
	}

	header#layer section#footer .footer-menu .nav {
		display: block;
	}

	header#layer section#footer .footer-menu .ml-0 {
		margin-left: 15px !important;
	}

	header#layer section#footer .footer-menu .mr-0 {
		margin-right: 15px !important;
	}

	header#layer section#footer .footer-menu {
		border-top: 0;
	}
	header#layer #layer-content {
		max-height: 100% !important;
	}

	header#layer .layer-content .text {
		position: relative;
		height: 100%;
		overflow: auto;
		padding: 20% 50px 0;
	}

	header#layer .also-check-box {
		display: none !important;
	}

	header#layer .layer-content .text p {
		max-width: 100%;
	}

	header#layer .layer-content .text h1 {
		font-size: 40px;
	}

	header#layer .layer-content .text h1 small {
		font-size: 16px;
		line-height: 18px;
	}
}
