@font-face {
	font-family: 'SamsungSans-Regular';
	src: url(../fonts/SamsungSans-Regular.ttf);
}
@font-face {
	font-family: 'SamsungSans-Bold';
	src: url(../fonts/SamsungSans-Bold.ttf);
}
@font-face {
	font-family: 'SamsungSans-Light';
	src: url(../fonts/SamsungSans-Light.ttf);
}
@font-face {
	font-family: 'SamsungSans-Medium';
	src: url(../fonts/SamsungSans-Medium.ttf);
}
@font-face {
	font-family: 'SamsungSans-Thin';
	src: url(../fonts/SamsungSans-Thin.ttf);
}

html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
}
div {
	box-sizing: border-box;
}


header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 97px;
	background: rgba(255,255,255, 0.5);
	padding: 0 150px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}
header .logo img {
	width: 92px;
}
header .nav-menu a {
	color: #000;
	font-family: "SamsungSans-Regular";
	font-size: 14px;
	margin-left: 50px;
	text-decoration: none;
}
header .nav-menu a:first-child {
	margin-left: 0;
}
header .phone a {
	color: #000;
	font-family: "SamsungSans-Regular";
	font-size: 14px;
	text-decoration: none;
}
.section-one {
	height: 1000px;
	background: url(../img/bg-one.jpg);
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 150px;
	position: relative;
	min-height: 100vh;
}
.section-one h1 {
	margin: 0;
	font-size: 45px;
	color: #000;
	font-family: "SamsungSans-Regular";
	margin-bottom: 30px;
	font-weight: 300;
}
.section-one .links {
	display: flex;
}
.section-one .links .left-button {
	width: 196px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-family: "SamsungSans-Regular";
	color: #000;
	border: 1px solid #000000;
	border-radius: 18.5px;
	text-decoration: none;
}
.section-one .links .right-button {
	width: 196px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-family: "SamsungSans-Regular";
	text-decoration: none;
	color: #fff;
	background: linear-gradient(84.44deg, #D5B65B 7.37%, #FCF190 92.57%), #FCF190;
	border-radius: 18.5px;
	margin-left: 30px;
}
.bottom-image {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 110px;
	height: 110px;
	margin: auto;
}
.bottom-image img {
	width: 80px;
}
.section-two {
	height: 1000px;
	background: url(../img/bg-two.png);
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	min-height: 100vh;
}
.section-two .left-block {
	background: rgba(0, 0, 0, 0.41);
	display: flex;
	height: 100%;
	width: 50%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 150px;
}
.section-two .left-block img {
	max-width: 302px;
}
.section-two .left-block h1 {
	font-size: 42px;
	color: #fff;
	font-family: "SamsungSans-Regular";
	margin: 0;
	margin: 24px 0;
	font-weight: 300;
}
.section-two .left-block span {
	max-width: 545px;
	color: #fff;
	font-family: "SamsungSans-Regular";
	font-size: 22px;
	display: flex;
}
.section-three {
	min-height: 1000px;
	background: url(../img/bg-three.png);
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 150px;
	padding-top: 130px;
	min-height: 100vh;
}
.section-three .title {
	font-size: 32px;
	color: #000;
	font-family: "SamsungSans-Regular";
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	font-weight: 300;
}
.section-three .tour {
	width: 23%;
	text-decoration: none;
	background: #fff;
	padding-bottom: 25px;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
	box-shadow: 10px 8px 10px rgba(0, 0, 0, 0.05);
}
.section-three .tour .image {
	width: 100%;
}
.section-three .tour .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-three .tour .bottom-block {
	padding: 0 17px;
}

.section-three .tour .bottom-block h5 {
	font-size: 14px;
	color: #000;
	font-family: "SamsungSans-Regular";
	margin: 18px 0;
	max-width: 187px;
	text-decoration: none;
	font-weight: 300;
}
.section-three .tour .bottom-block .location {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.section-three .tour .bottom-block .location span {
	font-size: 14px;
	color: #000;
	font-family: "SamsungSans-Regular";
	margin-left: 10px;
}
.section-three .tour .bottom-block .date {
	display: flex;
	align-items: center;
}
.section-three .tour .bottom-block .date span {
	font-size: 14px;
	color: #000;
	font-family: "SamsungSans-Regular";
	margin-left: 10px;
}
.section-three .tour .bottom-block .line {
	width: 100%;
	height: 1px;
	background-color: #000;
	margin: 22px 0;
}
.section-three .tour .bottom-block .price {
	font-size: 22px;
	color: #D5B65B;
	font-family: "SamsungSans-Regular";
}
.section-four {
	min-height: 1000px;
	background-color: #000;
	background-image: url(../img/bg-four.png);
	background-size: cover;
	display: flex;
	position: relative;
	min-height: 100vh;
}
.section-four .left-block {
	display: flex;
	width: 65%;
	padding-left: 170px;
	flex-direction: column;
	justify-content: center;
}
.section-four .left-block h4 {
	color: #fff;
	font-size: 42px;
	font-family: "SamsungSans-Regular";
	margin: 0;
	margin-bottom: 25px;
	font-weight: 300;
}
.section-four .left-block span {
	font-size: 18px;
	color: #fff;
	font-family: "SamsungSans-Regular";
	margin-bottom: 27px;
	max-width: 500px;
}
.section-four .left-block h6 {
	font-size: 22px;
	color: #fff;
	font-family: "SamsungSans-Regular";
	margin: 0;
	font-weight: 300;
	margin-bottom: 25px;
}
.section-four .left-block .application__form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 61%;
}
.section-four .left-block .application__form input {
	width: 45%;
	height: 54px;
	border: 1px solid #FFFFFF;
	background: transparent;
	padding-left: 15px;
	margin-bottom: 30px;
	padding-top: 7px;
    box-sizing: border-box;
}
.section-four .left-block .application__form .message {
	width: 100%;
}
.section-four .left-block .application__form input::-webkit-input-placeholder {font-family: "SamsungSans-Regular"; font-size: 22px; color: #6D6D6D;}
.section-four .left-block .application__form input::-moz-placeholder          {font-family: "SamsungSans-Regular"; font-size: 22px; color: #6D6D6D;}/* Firefox 19+ */
.section-four .left-block .application__form input:-moz-placeholder           {font-family: "SamsungSans-Regular"; font-size: 22px; color: #6D6D6D;}/* Firefox 18- */
.section-four .left-block .application__form input:-ms-input-placeholder      {font-family: "SamsungSans-Regular"; font-size: 22px; color: #6D6D6D;}

.application-form__btn {
	width: 157px !important;
	height: 54px !important;
	background: #FFFFFF !important;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 22px;
	font-family: "SamsungSans-Regular";
	padding: 0 !important;
}
.section-four .right-block {
	display: flex;
	width: 35%;
	align-items: center;
}
.section-four .right-block img {
	width: 302px;
	height: auto;
}

.section-five {
	min-height: 1000px;
	background-color: #000;
	background-image: url(../img/bg-four.png);
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 0 150px;
	min-height: 100vh;
}
.section-five .title {
	font-size: 42px;
	color: #fff;
	font-family: "SamsungSans-Regular";
	margin-top: 150px;
	margin-bottom: 40px;
}
.section-five .map {
	width: 100%;
}
.section-five .map iframe {
	width: 100%;
	height: 557px;
}
.section-five .contacts {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}
.section-five .contacts a {
	font-size: 18px;
	color: #fff;
	font-family: "SamsungSans-Regular";
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}
.section-five .contacts .social-link {
	display: flex;
}
.section-five .contacts .social-link a {
	margin-left: 60px;
}
.section-five .contacts .social-link a img {
	margin-right: 10px;
}
.section-five .contacts .social-link a:first-child {
	margin-left: 0;
}
.section-five .contacts .phone {
	display: flex;
	flex-direction: column;
	position: relative;
}
.section-five .contacts .phone:first-child {
	margin-left: 25px;
}
.section-five .contacts .phone:before {
	content: url(../img/call.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}
.open-menu {
	display: none;
}
.mobile-menu {
	display: none;
}
@media(max-width: 1440px) {
	.section-four .left-block .application__form {
		width: 90%;
	}
}

@media(max-width: 1280px) {
	header {
		padding: 0 20px;
	}
	.section-one {
		padding: 0 20px;
	}
	.section-two .left-block {
		padding: 0 20px;
	}
	.section-two .left-block {
		padding: 0 20px;
	}
	.section-three {
		padding: 0 20px;
	}
	.section-four .left-block {
		padding-left: 20px;
	}
	.section-five {
		padding: 0 20px;
	}
}
@media(max-width: 1024px) {
	.open-menu {
		display: flex;
	}
	header .nav-menu {
		display: none;
	}
	header .phone a {
		display: none;
	}
	.section-four .right-block {
		width: 100%;
		justify-content: center;
		padding: 45px 0;
	}
	.section-four .left-block {
		width: 100%;
	}
	.section-four {
		flex-direction: column;
	}
	.section-four .left-block .application__form input {
		width: 47%;
	}
	.section-four .left-block h4 {
		margin-top: 30px;
	}
	.section-five .contacts {
		flex-direction: column;
	}
	.section-three .tour {
		width: 100%;
	}
	.section-two .left-block {
		width: 100%;
	}
	.section-five .contacts .phone {
		width: max-content;
		margin: auto;
	}
	.section-five .contacts .phone:first-child {
		margin-left: auto;
	}
	.section-five .contacts .social-link {
		margin: 25px;
	}
	.section-five .map iframe {
		height: 300px;
	}
	.section-one .links {
		flex-direction: column;
	}
	.section-one .links .right-button {
		margin-left: 0;
		margin-top: 20px;
		font-size: 17px;
		width: 160px;
		height: 30px;
	}
	.section-one h1 {
		font-size: 28px;
	}
	.section-one .links .left-button {
		font-size: 17px;
		width: 160px;
		height: 30px;
	}
	.section-four .left-block .application__form input {
		width: 100%;
	}
	.section-four .left-block span {
		font-size: 16px;
	}
	.section-two .left-block img {
		max-width: 230px;
	}
	.section-five .contacts .social-link {
		flex-direction: column;
	}
	.section-five .contacts .social-link a {
		margin: 0;
		justify-content: center;
		margin: 10px 0;
	}
	.section-four .right-block img {
		max-width: 210px;
	}
	.application-form__btn {
		width: 133px !important;
		height: 43px !important;
		font-size: 18px;
	}
	.section-one {
		background-position: 67%;
	}
	header {
		background: rgba(255,255,255, 1);
	}
	.mobile-menu {
		position: fixed;
		background: #fff;
		height: 100%;
		z-index: 1;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
		width: 100%;
		transform: translate3d(0,-300%,0);
		transition: 0.5s;
	}
	.mobile-menu.open {
		transform: translate3d(0,0,0);
	}
	.mobile-menu .nav-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mobile-menu .nav-menu a {
		color: #000;
		font-family: "SamsungSans-Regular";
		font-size: 14px;
		margin: 10px;
		text-decoration: none;
	}
	.mobile-menu .nav-menu a:last-child {
		margin-top: 30px;
		font-size: 17px;
	}
}