@charset "utf-8";

/* CSS Document */
font-family: 'Play', sans-serif;

body {
	font-family: Play;
}
.red-border {
	border:1px solid #f00!important;
}
.navbar {
	background: linear-gradient(270deg, #000 0.02%, #023654 67.7%);
	font-family: Play;

}

.navbar .nav-link {
	color:#fff!important;
	font-size: 16px;
}

.navbar .nav-link:hover {
	color:#FFB800!important;
}

.navbar .phone {
	font-size: 19px;
	font-weight: 600;
}

.def-button {
	background: linear-gradient(270deg, #0D7DAD 0%, #044561 100%);
}
.whatsapp {
	border-radius: 32px;
background: linear-gradient(270deg, #0D7DAD 0%, #044561 100%);
padding-left:18px!important;
padding-right: 18px!important;
padding-top: 5px;
padding-bottom: 5px;
}

.title {
	background-image: url(../images/title.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	
	padding-top: 65px;
	padding-bottom: 65px;
}

.offer {
	font-size: 22px;
	color:#fff;
	font-family: Play;
}

h1 {
	font-size: 65px;
	font-weight: 600;
	font-family: Play;
	color: #FFB800;
	text-transform: uppercase;
	line-height: 100%;
}

p {
	font-size: 22px;
	font-family: Play;
}

h2 {
	font-size: 40px;
	font-family: Play;
	font-weight: 600;
	color:#044561;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

#vykup {
	padding-top: 45px;
	padding-bottom: 45px;
	background-image: url(../images/women.png);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#vykup p {
	width: 100%;
	text-align: left;
	color: #000;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 110%;
}

.text-blue {
	color:#0D7DAD;

}

#vykup p span {
	font-weight: 600;
}

.buttons {
	padding-top: 20px;
}
.buttons a {
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	height: 42px;
	padding: 10px 35px 10px 35px;
	background: linear-gradient(270deg, #0D7DAD 0%, #044561 100%);
	border-radius: 32px;
	width: 240px;
	margin-left: 15px;
	margin-right: 15px;

}

#etap {
	padding-top: 45px;
	padding-bottom: 45px;
	background-image: url(../images/etap.jpg);
	background-size: cover;
}
.w600 {
	font-weight: 600;
}

.etaps {
	padding-top: 30px;
}
.etap {
	width: 30%;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	position: relative;
}

.etap img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.etap p {
	width: 100%;
	text-align: center;
	font-weight: 600;
	z-index: 1;
	position: relative;
}

.etap:before {
	
	position: absolute;
	height: 100%;
	width: 50px;
	color:#ffb8006b;
	font-size: 200px;
	font-weight: 600;
	font-family: Play;
	top:-63px;
	left: 10px;
	z-index: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#etap1:before {
	content: "1";
}

#etap2:before {
	content: "2";
}

#etap3:before {
	content: "3";
}

.text-yellow {
	color: #FFB800;
}

#zapros {
	padding-top: 45px;
	padding-bottom: 45px;
	background-image: url(../images/zapros.jpg);
	background-size: cover;
}

#zapros input, #zapros select {
	width: 30%;
	border: 1px solid #fff;
	background-color: transparent;
	color:#fff;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 35px;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Play;
	margin-bottom: 25px;
}

#zapros input:hover, #zapros select:hover {
	background-color: #fff;
	color:#000!important;
}

#zapros input:focus, #zapros select:focus {
	background-color: #fff;
	color:#000!important;
}

#zapros input:focus::placeholder, #zapros select:focus::placeholder {
	background-color: #fff;
	color:#000!important;
}


#zapros input:hover::placeholder, #zapros select:hover::placeholder {

	color:#000!important;
}

#zapros button {
	height: 35px;
	width: 30%;
	border-radius: 35px;
	color: #fff;
	background: linear-gradient(270deg, #0D7DAD 0%, #044561 100%);
	border:none;
	outline: none;
	box-shadow: 4px 4px 4px #0006;
	cursor: pointer;
	margin-right: 15px;
	margin-left: 15px;

}

select option {

     border:none;
     outline: none;
}

.photos {
	position: relative;
	cursor: pointer;
	width: 30%;
	margin-right: 15px;
	margin-left: 15px;
}

.photos input {
	width: 100%!important;
	margin-left: 0!important;
	cursor: pointer;
}

.photos #photos-opacity {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

#photos-opacity:focus #photos {
	box-shadow: 0 0 8px #FFB833;
	outline: none;
}
::placeholder {
	color:#fff;
}

.inputs {
	padding-top: 30px;
}
input:focus, select:focus {
	box-shadow: 0 0 8px #FFB833;
}

.navbar-center .nav-link {
	padding-left: 15px!important;
	padding-right: 15px!important;
}

#footer
{
	background-color: #01273C;
}

#footer .navbar {
	background: transparent;
}

#footer .navbar .nav-link {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 184, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px){

	.title {
		background-image: url(../images/title-mobile.jpg);
		padding-top: 15px;
		padding-bottom: 15px;
	}

	h1 {
		font-size: 44px;
	}
	.offer {
		font-size: 20px;
	}

	.etap {
		width: 70%;
		margin-bottom: 25px;
	}

	.etap:before {
    position: absolute;
    height: 100%;
    width: 50px;
    color: #ffb8006b;
    font-size: 200px;
    font-weight: 600;
    font-family: Play;
    top: -63px;
    left: -40px;
    z-index: 0;
	}	

	h2 {
		font-size: 30px;
	}

	#zapros input, #zapros select {
		width: 100%;
	}

	.photos {
		width: 100%;
		margin-left: 15px;
		margin-right: 15px;
	}

	.photos input {
		margin-left: 0!important;
	}

	#zapros {
		background-image: url(../images/zapros-mobile.jpg);
	}

	#footer .phone {
		font-size: 22px!important;
	}

	#etap {
		background-image: url(../images/etap-mobile.jpg);
	}
	.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}

	p {
		font-size: 19px;

	}

	#vykup p {
		padding-bottom: 0;
		padding-top: 0;
	}

	#vykup {
		background-image: url(../images/women-mobile.png);
	}

	.buttons a {
		margin-bottom: 15px;
	}
}