@font-face {
	font-family: 'Roboto-Regular';
	src: url("assets/fonts/Roboto-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'RobotoSlab-ExtraBold';
	src: url("assets/fonts/RobotoSlab-ExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

button:focus,
input:focus,
textarea:focus,
a:focus{
	outline: none;
}
a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
* {
	padding: 0;
	margin: 0;
	font-family: 'Roboto-Regular', sans-serif;
}
.btn:focus, .btn:active, button, input {
	outline: none !important;
}
img {
	max-width: 100%;
	max-height: 100%;
}
@media (min-width: 1200px) {
	.container{
		max-width: 1200px;
	}
}

a, button, :before, :after {
	transition: 0.2s ease;
}
section {
	padding: 70px 0;
}
h1 {
	font-family: 'RobotoSlab-ExtraBold', serif;
	font-size: 60px;
	font-weight: 900;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
h2 {
	font-family: 'RobotoSlab-ExtraBold', serif;
	font-size: 50px;
	font-weight: 900;
	color: #FFDA79;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
h3 {
	font-family: 'RobotoSlab-ExtraBold', serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 53px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
h6 {
	font-family: 'RobotoSlab-ExtraBold', serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 165.7%;
	letter-spacing: 0.05em;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
p {
	font-size: 18px;
	line-height: 165.7%;
	letter-spacing: 0.05em;
}

.header {
	background: url(assets/img/bg1.jpg) no-repeat top;
	background-size: cover;
	min-height: 682px;
	height: auto;
	padding-top: 30px;
}
.navbar-main {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	transition: 0.2s ease;
}
.navbar-main.active {
	background-color: rgba(26, 26, 26, 0.9);
}
.navbar-brand {
	display: flex;
	align-items: center;
}
.navbar-brand span {
	display: inline-block;
	margin-left: 10px;
	font-weight: 900;
	font-size: 16px;
	line-height: 21px;
}
.header-right a {
	font-weight: 900;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.nav-item {
	padding: 0px 15px;
}
.nav-item a {
	position: relative;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.nav-item a:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	background: #FFCA8C;
	height: 2px;
}
.nav-item a:hover:before {
	width: 100%;
}
.offer {
	text-align: center;
	padding-top: 100px;
}
.offer h1 {
	color: #FFFFFF;
}
.offer p {
	padding-top: 25px;
	font-weight: normal;
	font-size: 18px;
	line-height: 165.7%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.offer-btn-group {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.offer-btn-group a {
	display: inline-block;
	width: 255px;
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.05em;
	border-radius: 50px;
	margin: 0 25px;
}
.offer-btn-group a:hover {
	opacity: 0.5;
}
.more-btn {
	border: 2px solid #ffffff;
	color: #ffffff !important;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.video-btn {
	border: 2px solid #FFCA8C;
	background: #FFCA8C;
	color: #791111 !important;
}


.banya {
	background: #BA6C27 url(assets/img/bg2.jpg) no-repeat center;
	background-size: cover;

}
.banya h2 {
	color: #FFDA79;
}
.item a {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 400px;
	overflow: hidden;
}

.banya .row {
	padding-top: 40px;
}
.text-block {
	margin-bottom: 30px;
}
.banya h6 {
	color: #FFBF74;
}
.banya p {
	color: #FFFFFF;
}

.about {
	background: #FFCA8C url(assets/img/bg3.jpg) no-repeat center;
	background-size: cover;
}
.about h2 {
	color: #791111;
}
.about .row {
	margin-top: 30px;
}
.about h6 {
	color: #791111;
}
.about p {
	color: #791111;
}


.advantages {
	padding-top: 50px;
}
.advantages h3 {
	color: #791111;
}
.advantages-box {
	position: relative;
	margin-top: 70px;
	padding-bottom: 30px;
}
.advantages-box span {
	position: absolute;
	top: -95px;
	left: -5px;
	font-family: 'RobotoSlab-ExtraBold', serif;
	font-style: normal;
	font-weight: bold;
	font-size: 120px;
	line-height: 158px;
	color: rgba(121, 17, 17, 0.1);
}


.price {
	background: #794E20 url(assets/img/bg4.jpg) no-repeat center;
	background-size: cover;
}
.price h2 {
	color: #ffffff;
}

.nav-pills {
	margin-top: 50px;
}
.tab-link {
	display: block;
	width: 250px;
	text-align: center;
	font-family: 'RobotoSlab-ExtraBold', serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 165.7%;
	letter-spacing: 0.05em;
	background: transparent;
	color: #FFFFFF !important;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 10px 0;
	border: 2px solid #FFDCA7;
}
.tab-link.active {
	color: #791111 !important;
	text-shadow: none;
	background: #FFDCA7;
}
.link-1 {
	border-radius: 10px 0 0 0;
}
.link-2 {
	border-left: none;
	border-right: none;
}
.link-3 {
	border-radius: 0 10px 0 0;
}

.price .price-order-title {
	color: #FFDCA7;
}
.price h6 {
	color: #ffffff;
}
.price .row {
	margin-top: 40px;
}


.price ul {
	list-style: none;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 165.7%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.price ul li {
	padding-top: 15px;
}

.video {
	background: #E5E1E3 url(assets/img/bg5.jpg) no-repeat center;
	background-size: cover;
}

.video h2 {
	color: #791111;
	text-align: center;
}
.video .row {
	padding-top: 40px;
}
.video-box iframe {
	width: 100%;
	height: auto;
	min-height: 300px;
	border: 10px solid #FFDCA7;
	border-radius: 5px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.contact {
	background: #FAC879 url(assets/img/bg6.jpg) no-repeat top;
	background-size: cover;
}
.contact h2 {
	color: #791111;
	text-align: center;
}
.contact .row {
	padding-top: 70px;
	justify-content: center;
}
.contact h6 {
	color: #791111;
}
.contact p {
	color: #791111;
}

.soc-link {
	font-size: 18px;
	line-height: 165.7%;
	letter-spacing: 0.05em;
	color: #791111;
	padding-left: 30px;
}
.soc-link.vk {
	background: url(assets/img/vk.svg) no-repeat center left;
}
.soc-link.insta {
	background: url(assets/img/insta.svg) no-repeat top left;
}
.soc-link:hover {
	color: #d62727;
}

.map {
	padding: 0;
}
.map iframe {
	width: 100%;
	height: 400px;
	border: none;
}

.footer {
	padding: 30px 0;
	background: #464646;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-item img {
	opacity: 0.2;
	transition: 0.2s ease;
}
.footer-item:hover img {
	opacity: 1;
}
.footer-phone {
	font-weight: bold;
	font-size: 20px;
	line-height: 165.7%;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.3);
}
.footer-phone:hover {
	color: rgba(255, 255, 255, 1);
}

.arrow-up {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 2;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.header {
		min-height: auto;
	}
	.offer {
		padding: 70px 0;
	}
	.navbar-nav {
		overflow: scroll;
	}
	.nav-item a {
		position: relative;
		font-weight: normal;
		font-size: 16px;
		line-height: 19px;
		color: #FFFFFF;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 30px;
	}
	.nav-item {
		padding: 10px 0px;
	}
	.text-block:first-child {
		padding-top: 20px;
	}
	.tab-link {
		width: 230px;
	}
	.first-video {
		margin-bottom: 30px;
	}
	.map iframe {
		height: 300px;
	}
	.footer-wrap {
		flex-direction: column;
	}
	.footer-item {
		padding: 10px 0;
	}
	.arrow-up {
		bottom: 20px;
		right: 20px;
	}
}
@media (max-width: 767px) {
	section {
		padding: 50px 0;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h6 {
		font-size: 18px;
	}
	p {
		font-size: 16px;
	}
	.offer p {
		padding-top: 15px;
		font-size: 16px;
	}
	.offer-btn-group {
		padding-top: 30px;
	}
	.offer-btn-group a {
		max-width: 255px;
		width: auto;
		padding: 15px;
		font-size: 16px;
		line-height: 16px;
		margin: 0 15px;
	}

	.advantages {
		padding-top: 10px;
	}
	.advantages-box {
		margin-top: 50px;
		padding-bottom: 30px;
	}
	.advantages-box span {
		top: -65px;
		left: -5px;
		font-size: 100px;
		line-height: 100px;
	}

	.nav-pills {
		margin-top: 20px;
	}
	.tab-link {
		width: 170px;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 0;
		border: 1px solid #FFDCA7;
	}

	.price ul {
		font-size: 16px;
	}

}

@media (max-width: 574px) {
	.offer {
		padding: 70px 0 50px;
	}
	.offer p {
		padding-top: 15px;
		font-size: 16px;
	}
	.offer p br {
		display: none;
	}

	.offer-btn-group {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 30px;
		flex-direction: column;
	}
	.offer-btn-group a {
		margin: 10px 0px;
	}
	
	.nav-pills {
		display: flex;
	}
	.nav-pills li {
		display: flex;
	}
	.tab-link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 95px;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 0;
		border: 1px solid #FFDCA7;
	}
	

	.video-box iframe {
		min-height: 200px;
	}

	.contact .row {
		padding-top: 10px;
		justify-content: center;
	}
	.soc-link {
		display: block;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0;
		color: #791111;
		padding-left: 30px;
	}
	.soc-link:first-child {
		margin-bottom: 10px;
	}

	.map iframe {
		height: 250px;
	}
	.arrow-up {
		bottom: 10px;
		right: 10px;
	}
}

