* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Roboto', sans-serif;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.header__btn a {
	text-decoration: none;
	font-size: 20px;
	padding: 0px 10px;
	color: #000;
	font-weight: bold;
	transition: .2s ease;
}

.header__btn a:hover {
	transition: .2s ease;
	border-bottom: 3px solid #d88d35;
	color: #d88d35;
}

.header__tell a {
	font-size: 24px;
	font-weight: bold;
	color: #d88d35;
	text-decoration: none;
}

#order {
	background-image: url(../img/1.jpg);
	color: #fff;
	background-repeat: no-repeat;
	height: 100vh;
	width:100%;
    background-size:cover;
    position: relative;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.order__title {
	font-size: 65px;
	font-weight: bold;
}

.order__subtitle {
	font-size: 30px;
}

.order__btn {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 30px;
	background-color: #fff;
	margin-top: 20px;
	color: #d88d35;
	border-radius: 10px;
	transition: .2s ease;
}

.order__btn:hover {
	cursor: pointer;
	transition: .2s ease;
	transform: scale(0.9);
	background-color: #d88d35;
	color: #fff;
}

iframe {
	width: 100vw;
	margin: 0 auto;
}

.title {
	display: flex;
	justify-content: center;
	padding: 20px 0px;
	background-color: #d88d351a;
}

.title p {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
}


#sauna {
	padding: 20px 0px 40px 0px;
}

.sauna__cards {
	display: flex;
	justify-content: space-around;
}

.sauna__card {
	margin: 10px;
	padding: 20px;
	transition: .2s ease;
}

.sauna__card:hover {
	transform: scale(1.1);
	transition: .2s ease;
}

.sauna__card img {
	width: 100%;
}

.sauna__card p {
	font-size: 15px;
	margin-top: 10px;
}

.sauna__card-btn {
	padding: 10px;
	background-color: #d88d35;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	border-radius: 10px;
	transition: .2s ease;
	border: 2px solid #d88d35;
}

.sauna__card-btn:hover {
	background-color: #fff;
	color: #d88d35;
	transition: .2s ease;
	cursor: pointer;
	border: 2px solid #d88d35;
}

#review {
	/* background-color: #d88d351a; */
	padding: 20px 0px 40px 0px;
	background-image: url(../img/4.jpg);
	color: #fff;
	background-repeat: no-repeat;
	width:100%;
   background-size: cover;
   background-attachment: fixed;
}

.review__cards {
	display: flex;
	justify-content: space-around;
	-ms-align-items: flex-start;
	align-items: center;
}

.review__card {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	margin: 10px;
	color: #000;
}

.review__card img {
	width: 100%;
}

.review__card-name {
	padding: 10px 0px;
	font-size: 20px;
}

#contact .container .title {
	background-color: transparent;
}
#contact {
	padding: 20px 0px 0px 0px;
	background-color: #d88d351a;
	overflow: hidden;
}

.contact-img {
	width: 100vw;
}

.contact {
	display: flex;
	justify-content: space-around;
	padding: 0px 0px 20px 0px;
}

.contact p {
	font-size: 20px;
}

.contact a {
	text-decoration: none;
	color: #d88d35;
}

#modal-one, #modal-sauna, #modal-appartaments, #modal-bes {
	display: none;
}

#modal-header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  width: 25%;
  position: relative;
  transition: all .3s ease-in-out;
  padding: 40px;
}

.close {
  position: absolute;
  transition: all 200ms;
  font-weight: 500;
  text-decoration: none;
  font-size: 50px;
  color: #777;
  top: 0px;
  right: 20px;
  opacity: .65;
}

.close:hover {
	cursor: pointer;
}

.modal-header p {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

form {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

label {
	font-size: 17px;
	margin: 10px 0px 3px 0px;
}

input {
	padding: 12px 25px 11px 15px;
	border-radius: 4px;
	font-size: 15px;
	border: 0px;
	transition: all .3s ease;
	background-color: #e8e8e8;
}

input:focus {
    outline: none;
    background-color: #dddddd;
}

.popup-btn {
	padding: 10px 15px;
	margin-top: 20px;
	background-color: #d88d35;
	color: #fff;
	border-radius: 10px;
	transition: .2s ease;
	border: 2px solid #d88d35;
	font-size: 16px;
	font-weight: bold;
}

.popup-btn:hover {
	background-color: #fff;
	color: #d88d35;
	cursor: pointer;
	transition: .2s ease;
	border: 2px solid #d88d35;
}

.popup-btn:focus {
	outline: none;
}

#thank {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

#thank h2 {
	font-size: 40px;
}


@media screen and (max-width: 825px) {
	.container {
		width: unset;
	}
	header {
	    position: relative; 
	    margin-bottom: 5px;
    }
	.header {
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.header__btn {
		display: none;
	}
	#order {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.order__title {
		font-size: 28px;
	}
	.order__subtitle {
		font-size: 20px;
	}
	.order__btn {
		font-size: 15px;
		padding: 15px;
	}
	.sauna__cards, .review__cards, .contact {
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.contact {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact p {
		margin-bottom: 10px;
	}
	.title {
		padding: 10px 0px;
	}
	.title p {
		text-align: center;
		font-size: 27px;
	}
	.modal-header {
		width: 60%;
	}
	#thank h2 {
		font-size: 20px;
	}
	#thank h3 {
		font-size: 15px;
	}
}