html,
body {
  overflow-x: hidden;
}

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

body {
	font-family: 'Oswald', sans-serif;
	width: 100vw;
	position: relative;
	margin: 0;
	overflow-x: hidden;
}
a,
a:hover {
	text-decoration: none;
}
.header {
	background-image: url("../img/bg_top.jpg");
	background-position: center center;
	height: 609px;
	display: flex;
	padding-top: 200px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.header .logo {
	top: 0;
	position: absolute;
	background: #fff;
	top: 0;
	z-index: 3;
	padding: 4rem 3rem;
	border-bottom: 10px solid #244386;
	text-align: center;
	transform: translateY(-100%);
	transition: all .25s ease-in-out;
}
.header .logo img {
	width: 80%;
}
.header .line {
	color: rgba(160, 160, 160, 0.5);
	font-size: 175px;
	font-weight: bold;
	bottom: 0;
	transform: scale(0);
	transition: all .25s ease-in-out;
}

@media (max-width: 768px) {

	.header .logo {
		padding: 2rem 0;
	}
	.header .logo img {
		width: 50%;
	}
	.header {
	    padding-top: 300px;
        height: 300px;
	}
	.header .line {
		font-size: 40px;
		bottom: 40px;
	    color: rgba(255, 255, 255, 0.5);
	}
}


.line-height {
	margin: 0;
	background-image: url("../img/line_1.png");
	background-attachment: cover;
	background-position: center center;
	height: 90px;
}
.offer {
	position: relative;
	background: url("../img/bg_offer.jpg") no-repeat;
	background-attachment: cover;
	background-position: center center;
	height: 506px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
@media (max-width: 768px) {
	.offer {
		flex-direction: column;
		height: auto;
		padding: 2rem 1rem 2rem 1rem;
		font-size: 30px;
	}
}
.offer .block {
	margin: 0 auto;
}
.offer .block p {
	color: #fdfdfd;
	font-size: 40px;
	font-weight: bold;
}
.offer .block .button {
	width: 300px;
	height: 60px;
	background: url("../img/bg_button1.png") no-repeat;
	display: flex;
	align-items: center;
	padding: 0 2rem;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	color: #000 !important;
}
.offer img.icon {
	width: 43px;
	vertical-align: middle;
	margin-right: 1.5rem;
}
.offer .f-right {
	position: absolute;
	right: 10px;
	bottom: 20px;
}
@media (max-width: 768px) {
    .offer {
	    justify-content: center;
    }
	.offer .block p {
        font-size: 30px;
		text-align:center;
		margin: 0 auto;
	}
	.offer .block .button {
		margin: 2rem auto 0 auto;
		text-align:center;
	}

	.offer .f-left, 
	.offer .f-right {
		position: relative;
		display: none;
	}

}

.services {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
	margin: 6rem;
}
.services .service {
	flex: 0 0 calc(33% - 6rem);
	margin: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url("../img/bg_offer_cube.png");
	background-attachment: cover;
	background-size: 100%;
	background-position: center center;
	border-top: 1px solid #eee;
	height: 300px;
}

@media (max-width: 768px) {

.services {
margin: 2rem;
}
	.services .service {

	    flex: 0 0 100%;
	    margin: 0 0 2rem 0;
	    height: 300px;
	}
}
.services .service p {
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 1rem;
}
.services .service .icon {
	width: 80px;
	height: 80px;
	margin-bottom: 2rem;
}

.line {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	height: 80px;
	position: relative;
	text-align: center;
}

@media (max-width: 768px) {

.line {
    padding: 1rem 2rem;
	font-size: 30px;
	height: auto;
}

}


.cta {
	position: relative;
	background: url("../img/bg_tel.png") no-repeat;
	background-attachment: cover;
	background-position: center center;
	height: 375px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.cta p {
	margin: 0;
	font-size: 80px;
	font-weight: 800;
	line-height: 1;
	color: #000;
}

@media (max-width: 768px) {

.cta p {
	font-size: 30px;
	line-height: 30px;
	margin:0;
}

.cta p img {
	width: 30px;
}

.cta p img {
	width: 30px;
}
}
.cta .group {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.cta .group .button {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	color: #000;
	width: 300px;
	line-height: 82px;
	height: 82px;
	text-align: center;
	margin-right: 2rem;
	background: url("../img/bg_contactbutton.png") repeat-x;
	background-attachment: cover;
	background-position: center center;
}

@media (max-width: 768px) {

.cta .group {
	flex-direction: column;
}

.cta .group .button {
    margin-bottom: 2rem;
    margin-right: 0;
    padding: 0 3rem;
    height: 41px;
    line-height: 41px;
    font-size: 30px;
    width: auto;
}

}

.line-height-2 {
	height: 93px;
	position: relative;
	background: #eee;
	margin: 0;
	border: none;

	background: url("../img/line_1.png") repeat-x;
	background-attachment: cover;
	background-position: center center;
}
.cta-2 {
	position: relative;
	background: #fefefe;
	background-attachment: cover;
	background-position: center center;
	height: 375px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	margin: 4rem 0;
	background: linear-gradient(transparent, #eee);
}
.cta-2 h1 {
	margin: 0;
	color: #000;
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
	padding: 0;
}
.cta-2 h2 {
	margin: 0;
	color: #fff;
	background: #3289e7;
	padding: 2rem;
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
}
.cta-2 h3 {
	color: #fff;
	background: #769f0d;
	padding: 2rem;
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
}
.cta-2 h3 span {
	color: #000;
}
.cta-2 .map {
	position: absolute;
	right: 22%;
	top: 0;
}

@media (max-width: 768px) {

.cta-2 {
    margin: 0 auto;
}

.cta-2 h1, 
.cta-2 h2, 
.cta-2 h3 {
    font-size: 30px !important; 
    text-align:center;
}
.cta-2 .map {
    display: none;
}
}
.contact {
	position: relative;
	padding: 4rem 0 !important;
	background: #fff;
}
.contact form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 500px;
}
@media (max-width: 768px) {
	.contact form {
		margin: 0;
		width: 100%;
	}
}
.contact form label {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0.5rem 0 0.75rem;
}
.contact form input,
.contact form textarea {
	display: flex;
	width: 75%;
	padding: 1rem;
	border: none;
	outline: none;
	resize: none;
	background: linear-gradient(transparent, #eee);
	box-shadow: inset 1px 1px 5px rgba(204, 204, 204, 0.75);
	transition: all 0.3s ease-in-out;
}
.contact form input:hover,
.contact form input:focus,
.contact form textarea:hover,
.contact form textarea:focus {
	box-shadow: inset 4px 4px 4px rgba(204, 204, 204, 0.5);
}
@media (max-width: 768px) {
	.contact {
		padding-bottom: 3rem !important;
	}
	.contact form input,
	.contact form textarea {
		width: 90%;
	}
}
.contact form input[type="submit"] {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #2189f7;
	text-transform: uppercase;
	width: auto;
	padding: 1rem 4rem;
	margin-top: 2rem;
	cursor: pointer;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}
.contact form input[type="submit"]:hover {
	transform: translateY(-5px);
}
.contact .well {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 4rem;
	color: #000;
	text-align: center;
}
@media (max-width: 768px) {
	.contact .well {
		width: 90%;
	}
}
.contact .well h1 {
	color: #2189f7;
	font-weight: 600;
}
.contact .well p {
	margin: 0;
	width: 500px;
}
@media (max-width: 768px) {
	.contact .well p {
		margin: 0;
		width: 100%;
	}
}
.footer-info {
	background: #181616;
	width: 100%;
	padding: 4rem 0;
}
.footer-info .container {
	width: 50vw !important;
}
.footer-info .row {
	align-items: center;
	justify-content: center;
}
.footer-info .block {
	margin: 0 auto;
	/* width: 20%; */
	/* flex: 0 0 20%; */
	margin: 0 auto;
	display: block;
}
@media (max-width: 768px) {
	.footer-info .container {
        width: 100% !important;
	}
	.footer-info {
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-info .block {
		width: 100% !important;
		margin: 2rem 0!important;
		text-align: center;
		flex: 0 0 100% !important;
	}
}
.footer-info .block:first-child {
	/* flex: 0 0 10%; */
	/* width: 10%; */
	margin: 0 auto;
}
.footer-info .block:last-child {
	flex: 0 0 10%;
	width: 10%;
	margin: 0 auto;
}
.footer-info ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.footer-info ul li a {
	color: #fdfdfd;
}
.footer-info ul li span {
	display: inline-block;
	width: 40px;
	color: #2189f7;
}
.footer {
	background: #0d0d0d;
	height: 60px;
	line-height: 50px;
	margin: auto;
	text-align: center;
}
