body {
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
}
header {
	background: url(../img/header.jpg) 50% 50% / cover no-repeat;
}
header::before {
	background-color: rgba(1, 159, 249, 0.8);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}
header::after {
	background: url(../img/header-bottom.png) 50% 50% / cover no-repeat;
	bottom: 0;
	height: 250px;
	position: absolute;
	width: 100%;
	will-change: border;
}
header > div {
	z-index: 1;
}
nav .navbar-nav a {
	border: 2px solid transparent;
	transition: 0.15s border-color;
	will-change: border-color;
}
nav .navbar-nav a:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
nav .navbar-nav a.active {
	border-color: rgba(255, 255, 255, 0.8);
}
.carousel-about-company {
	box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.carousel-about-company .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019ff9' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-about-company .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019ff9' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-about-company .carousel-indicators li {
  background-color: rgba(1, 159, 249, 0.5);
}
.carousel-about-company .carousel-indicators .active {
  background-color: #019ff9
}
.about-company-icon {
	background: url(../img/about-company-icon.png) -101px -10px no-repeat; 
	width: 70px;
	height: 70px;
}
.about-company-icon.two {
	background-position: -10px -190px;
	height: 55px;
	width: 64px;
}
.about-company-icon.three {
	background-position: -10px -10px;
	height: 71px;
	width: 71px;
}
.about-company-icon.four {
	background-position: -99px -101px;
	height: 67px;
	width: 67px;
}
.about-company-icon.five {
	background-position: -10px -101px;
	height: 69px;
	width: 69px;
}
.about-company-icon.six {
	background-position: -191px -10px;
	height: 65px;
	width: 60px;
}
.services::before {
	background: url(../img/services.png) 0% 0% repeat;
	content: "";
	height: 100%;
	position: absolute;
	left: -40%;
	top: 0;
	width: 140%;
}
.service-prices-shadow {
	box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1);
}
footer {
	background: url(../img/footer.jpg) 50% 50% / cover no-repeat;
}
footer::before {
	background-color: rgba(1, 159, 249, 0.8);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}
.footer-logo {
	font-size: 2rem;
}
.contacts-icon {
	background: url(../img/contacts-icon.png) -59px -10px no-repeat; 
	height: 34px;
	width: 32px;
}
.contacts-icon.two {
	background-position: -103px -10px;
	height: 22px;
	width: 32px;
}
.contacts-icon.three {
	background-position: -10px -10px;
	height: 34px;
	width: 29px;
}
.checked li {
	display: flex;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.checked li::before {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23019ff9' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") 0% 0% no-repeat;
	content: "";
	display: block;
	flex: 0 0 auto;
	height: 1.5rem;
	margin-top: 0.3rem;
	margin-right: 1rem;
	width: 1.5rem;
}



.border-blue {
	border-color: #019ff9 !important;
}
.border-2px {
	border-width: 2px;
}

.fb-100 {
	flex-basis: 100% !important;
}
.fs-small {
	font-size: 80% !important;
}
.fs-1 {
	flex-shrink: 1 !important;
}
.o-hidden {
	overflow: hidden;
}
.p-absolute {
	position: absolute !important;
}
.p-relative {
	position: relative !important;
}
.td-none {
	text-decoration: none !important;
}
.text-blue {
	color: #019ff9 !important;
}
.text-gray {
	color: #646464 !important;
}
.rounded-05rem {
  border-radius: 0.5rem !important;
}
.rounded-5rem {
  border-radius: 5rem !important;
}
.w-8rem {
	width: 8rem;
}
@media (min-width: 576px) {
	.fs-main-xs {
			font-size: 100% !important;
	}
}
@media (min-width: 992px) {
	header::after {
		content: "";
	}
	.fb-lg-auto {
		flex-basis: auto !important;
	}
}