@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

body h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

a, button {
	transition: all 1s;
	text-decoration: none;
}

.container-sm {
	max-width: 960px;
}

header div.container-sm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
}

header a.header-logotype {
	position: relative;
	display: flex;
}

header a.header-logotype img {
	width: 120px;
}

header a.header-logotype span {
	color: #000000;
	font-size: 0.8rem;
	margin-left: 2rem;
	padding-left: 2rem;
	border-left: 1px solid #000000;
}

header .js-enter {
	padding: 0.5rem 1.8rem;
	border: 1px solid #000000;
	border-radius: 2rem;
	color: #000000;
}

header .js-enter:hover {
	background-color: #ececec;
}

footer {
	padding: 12px 0px;
	background-color: #000000;
}
footer div.container-sm {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer a, 
footer p {
	color: #ffffff;
}
footer a {
	text-decoration: none;
	border-bottom: 1px dashed transparent;
}
footer a:hover {
	color: #9e9e9e;
	border-bottom: 1px dashed #9e9e9e;
}
footer p {
	margin-bottom: 0;
	cursor: default;
}
footer img {
	width: 136px;
}
@media (max-width: 650px) {
	footer div.container-sm {
		flex-direction: column;
	}
	footer img,
	footer a,
	footer p {
		margin-bottom: 0.8rem;
		font-size: 0.8rem;
	}
	footer img {
		margin-top: 0.8rem;
		margin-bottom: 1.2rem;
	}
}


#banner {
	background-image: url(/images/banner.png);
	background-position: center right calc(50% - 395px);
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #E5E5E5;
	height: 460px;
}
#banner .row,
#banner .container-sm {
	height: 100%; 
}
#banner .row > div {
	position: relative;
}
#banner h1 {
	width: 52%;
	margin-top: 14%;
	font-weight: 300;
}
#banner h1 span {
	font-weight: 700;
	color: #D40F7D;
	display: block;
}
#banner a {
	display: inline-block;
	margin-top: 10%;
	color: #ffffff;
	padding: 1rem 2.2rem;
	background-color: #D40F7D;
	border-radius: 2rem;
}
#banner a:hover {
	background-color: #950053;
}

@media (max-width: 650px) {
		header a.header-logotype span {
			display: none;
		}
}


#service,
#how {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

#service h2,
#how h2 {
	width: 60%;
	margin-bottom: 1rem;
}

#service .col-lg-12 p,
#how .col-lg-12 p {
	width: 70%;
}

#how .col-lg-12 p {
	margin-bottom: 4rem;
}

#service img,
#how img {
	width: 70px;
	margin-bottom: 1.6rem;
}

#service .steps,
#how .steps {
	margin-top: 2.6rem;
}

#service .steps > div p,
#how .steps > div p {
	width: 84%;
}

#how .steps > div strong {
	display: block;
	margin-bottom: 0.8rem;
}

#how {
	background-color: #201F1F;
}

#how h2,
#how p {
	color: #ffffff;
}

@media (max-width: 768px) {
	#service h2, #how h2 {
		width: 100%;
		text-align: center;
	}
	#service p,
	#how p {
		width: 100% !important;
		text-align: center;
	}
	#service .col-sm-4,
	#how .col-sm-4 {
		text-align: center;
	}
	#service,
	#how {
		padding-top: 4rem;
		padding-bottom: 1rem;
	}
}

#video {
	background-color: #000000;
}

#video .container-sm,
#video .row {
	align-items: center;
	min-height: 200px;
}

#video h2,
#video p {
	color: #ffffff;
}

.goto-video {
	background-image: url(/images/video.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right calc(50% - 50px) center;
	min-height: 200px;
	position: relative;
}

.goto-video a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.3);
	background-image: url(/images/play.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
}

.goto-video a:hover {
	background-color: rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
	.goto-video {
		background-position: right calc(50%) center;
		/*margin-bottom: 1rem;*/
	}
	#video h2,
	#video p {
		text-align: center;
	}
	#video h2 {
		padding-top: 2rem;
	}
}
@media (max-width: 520px) {
	.goto-video {
		background-position: right calc(50% - 50px) center;
	}
}


#call {
	background-color: #D40F7D;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	color: #ffffff;
}
#call .row {
	align-items: center;
}
#call .row > div:last-child {
	text-align: center;
}

#call p {
	padding-left: 90px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.9rem;
	margin-bottom: 0;
	background-image: url(/images/call-us.png);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: left center;
}

#call a {
	color: #ffffff;
	background-color: #201F1F;
	border-radius: 3rem;
	padding: 0.8rem 1.6rem;
}
#call a:hover {
	background-color: #000000;
}
@media (max-width: 768px) {
	#call .row > div:firts-child {
		margin-bottom: 12px;
	}
}


#form {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

#form h3 {
	width: 62%;
}

#form form div+div {
	margin-top: 1.2rem;
}

#form form input {
	border-radius: 3rem;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
}

#form form textarea {
	border-radius: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

#form form input:focus,
#form form textarea:focus {
	border: 1px solid #ced4da;
	box-shadow: 0 0 1px 4px rgba(212, 15, 125, 0.3);
}

#form button {
	background-color: #D40F7D;
	color: #ffffff;
	padding: 1rem 3rem;
	border-radius: 2rem;
	font-weight: 300;
}

#form button:hover {
	background-color: #950053;
}

#form span {
	color: #9f9f9f;
	display: block;
	font-size: 0.8rem;
	margin-top: 2rem;
}

#form h4 {
	color: #525252;
	border: 1px solid #525252;
	padding: 1.4rem 2rem;
	font-size: 1.2rem;
	font-weight: 300;
	border-radius: 0.4rem;
}

@media (max-width: 580px) {
	#form h3 {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}
	#form span {
		text-align: center;
	}
	#form .js-button {
		text-align: center;
	}
}


/***********************************/
* [hidded] {
	display: none;
	opacity: 0;
}

/***********************************/
#js-overflow-video {
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.85);
}
#js-overflow-video .close {
	position: absolute;
	top: 4%;
	right: 4%;
	z-index: 200;
}
#js-overflow-video .close a {
	display: block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/images/button_close.png);
}
#js-overflow-image .image {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#js-overflow-image .image img {
	width: 80%;
	max-width: 800px;
}
#js-overflow-video .video-container {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#js-overflow-video .video-container .video {
	width: 80%;
	max-width: 900px;
	min-height: 500px;
	height: 0.8vh;
}













