@font-face{
     
    font-family: 'Proxima Nova';
    src:url('../fonts/proximanova_regular.ttf');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul, ol {
	list-style-type: none;
}

a {
	text-decoration: none;
}

/* VAR's */
:root {
	--base-green: #233831;
	--base-white: #FFFFFF;
	--gold-dark: #A4926F;
	--gold-medium: #BBAB8B;
	--gold-logo-header: #DECBB6;
	--gold-logo-footer: #9A9288;
	--gold-social-icons-footer: #9A9288;
	--form-borders: #C0B6A9;
	--nav-links-footer: #F2F2F2;
	--header-contact-button: #C3B79F;
	--top-hr: #4A685E;
}

body {
	background: var(--base-green);
	font-style: normal;
	font-weight: 400;
}


.container {
	max-width: 1920px;
	margin: 0 auto;
	background: var(--base-green);
}

.header {
	display: flex;
	min-height: 124px;
	align-items: center;
	padding-left: 80px;;
	padding-right: 28px;
	gap: 38.5px;
}

.header__left {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	align-items: center;
}

.header__logo_box {
	display: flex;
	align-items: flex-end;
}

.logo {
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: var(--base-white);
	text-transform: uppercase;
}

.header__logo .logo__right {
	color: var(--gold-logo-header);
}

.header__text_after_logo {
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 16px;
	line-height: 31px;
	color: var(--base-white);
	margin-left: 8px
}

.header__button {
	border: 1px solid var(--header-contact-button);
	padding: 17px 0;
	width: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--base-white);
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 21px;
}

.header__right {
	max-width: 320px;
	display: flex;
	gap: 51px;
	align-items: center;
}

.header__phone_number {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: var(--base-white);
}



.pseudo_button {
	cursor: pointer;
	user-select: none;
}

.pseudo_button:hover {
	box-shadow: 0 0 5px #eee;
}
.pseudo_button:active {
	box-shadow: none;
}

.header__hamburger_menu {
	cursor: pointer;
}


/* ------------- */
/* ---- TOP ---- */
/* ------------- */
.top {
	padding: 93px 0 72px;
	background-image: url(../img/top_bgd.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	min-height: 732px;
	display: flex;
    flex-direction: column;
    gap: 64px;
}

.top__box {
	display: flex;
	align-items: flex-end;
	gap: 182px;
}

.top__social_links {
	margin-left: 70px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	margin-bottom: 10px;
}

.top__social_links_box {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.top__content {
}

.top__heading {
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 70px;
	line-height: 85px;
	color: var(--base-white);
	margin-bottom: 92px;
}

.top__text {
	max-width: 715px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 20px;
	line-height: 38px;
	color: var(--base-white);
	margin-bottom: 0;
}

.top__hr {
	height: 0;
	border: none;
	border-top: 1px solid var(--top-hr);
}


/* -------------- */
/* -- ABOUT US -- */
/* -------------- */
.about_us {
	display: flex;
}

.about_us__item {
	width: 480px;
	height: 949px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 78px;
	padding-left: 35px;
}

.about_us_item_1 {
	background-image: url(../img/about_1.jpg);
}

.about_us_item_2 {
	background-image: url(../img/about_2.jpg);
}

.about_us_item_3 {
	background-image: url(../img/about_3.jpg);
}

.about_us_item_4 {
	background-image: url(../img/about_4.jpg);
	padding-right: 36px;
}


.about_us__item_text {
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: var(--base-white);
}

.about_us__item_heading {
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 70px;
	line-height: 85px;
	color: var(--base-white);
	margin-bottom: 42px;
}

.about_us__statistics {
	margin-top: 150px;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.about_us__statistics_item {
	display: flex;
	align-items: flex-start;
	gap: 34px;
}

.about_us__statistics_item_img {}

.about_us__statistics_item_info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 38px;
}

.about_us__statistics_item_heading {
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 70px;
	line-height: 18px;
	color: var(--gold-medium);
}

.about_us__statistics_item_text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 20px;
	color: var(--base-white);
}



/* ------------------ */
/* -- CONTACT FORM -- */
/* ------------------ */

.center {
	padding-left: calc( 50% - 685px );
	padding-right: calc( 50% - 685px );
}

.application {
	padding-top: 147px;
	padding-bottom: 44px;
	border-bottom: 1px solid #696155;
	display: flex;
}

.application__heading {
	width: 470px;
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: var(--base-white);
	margin-top: -20px;
}

.application__form {
	flex-grow: 1;	
}

.application__form_top {
	display: flex;
    gap: 38px;
    margin-bottom: 24px;
}

.application__form_text_inputs {
	display: flex;
    flex-direction: column;
    gap: 18px;
	flex-grow: 1;
}

.application__form input, .application__form textarea {
	padding: 20px 30px;
	background-color: transparent;
	border: 1px solid var(--form-borders);
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: var(--base-white);
	outline: none;

}

.application__form textarea {
	padding: 16px 25px;
	flex-grow: 1;
}

.application__form input[type="checkbox"] {
	width: 26.45px;
	height: 24.94px;
	border: 1px solid var(--form-borders);
	background-color: var(--base-green);
}

.application__form_bottom {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.application__submit_button {
	width: 230px;
	padding: 20px 0;
	background-color: var(--gold-dark);
	color: var(--base-white);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom_checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom_checkbox + label {
	display: inline-flex;
	  align-items: flex-start;
	  user-select: none;

}
.custom_checkbox + label::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 24px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid var(--form-borders);
	border-radius: 2px;
	margin-right: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom_checkbox.error + label::before {
	border: 1px solid red;
}
.custom_checkbox:checked + label::before {
	background-image: url(../img/checked.svg);
	border: 1px solid var(--form-borders);
}
.application__form_checkbox_label {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: var(--base-white);
	display: flex;
	align-items: flex-start;
}


/* ------------ */
/* -- FOOTER -- */
/* ------------ */

.footer {
	padding-top: 38px;
	padding-bottom: 103px;
}

.footer__logo .logo__right {
	color: var(--gold-logo-footer);
}

.footer__logo {
	margin-bottom: 66px;
}

.footer__box {
	display: flex;
	font-family: 'Proxima Nova';
	font-weight: 400;
	align-items: flex-start;
}

.footer__info {
	display: flex;
	flex-direction: column;
	color: var(--base-white);
	flex-grow: 1;
}

.footer__info a {
	color: var(--base-white);
}

.footer__phone_number {
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 16px;
}

.footer__email_address {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 23px;
}

.footer__address {
	font-size: 20px;
	line-height: 24px;	
	margin-bottom: 30px;
}

.footer__ip_info {
	font-size: 16px;
	line-height: 19px;
	color: var(--gold-dark);
}

.footer__nav a {
	color: var(--nav-links-footer);
}

.footer__nav_content_1920 {
	height: 165px;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 46px 54px;
	justify-content: space-between;
	min-width: 345px;
	margin-right: 119px;
}

.footer__nav_content_320 {
	display: none;
}

.footer__subscribe {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 48px;
}

.footer__subscribe_button {
	border: 1px solid var(--gold-dark);
	padding: 12px 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--gold-dark);
	font-family: 'Proxima Nova';
	font-size: 20px;
	line-height: 24px;
	margin-top: -18px;
}

.footer__social {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 26px;
}

.footer__social_icons {
	display: flex;
	justify-content: flex-end;
    gap: 46px;
    align-items: center;
}

.footer__social_icons svg:first-child {
	margin-right: 5px;
}

.footer__social_text {
	font-size: 16px;
	line-height: 19px;
	color: var(--base-white);
}


/* BOOKING POPUP */
.popup {
	width: 100vw;
	height: 100vh;
	background: rgba(30, 30, 30, 0.8);
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.popup__header {
	display: flex;
	justify-content: flex-end;
	height: 30px;
}

.popup__close {
	transform: rotate(45deg);
	font-size: 24px;
	line-height: 24px;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.popup__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.popup__movieParamLabel {
	font-weight: 600;
}


/* FORMS */

.form {
	position: relative;
	max-width: 310px;
	min-width: 310px;
	padding: 20px;
	box-shadow: 0px 0px 10px #555;
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: #eee;
	border-radius: 5px;
}

.form__heading {}

.form input {
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
}

.form__fieldWrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.form__labelBox {}
.form__label {
	font-weight: 600;
}

.form__fieldBox {}
.form__field {}

.form__fieldMessage {
	font-size: 12px;
	line-height: 12px;
	min-height: 12px;
}

.form__fieldMessage.error {
	color: red;
}

.form__submitButton {
	margin-top: 10px;padding: 10px 20px;
}

.dn {
	display: none;
}


@media screen and (max-width: 320px) {
	.container {
		min-width: 320px;
	}

	.header {
		display: flex;
		min-height: 124px;
		align-items: center;
		padding-left: 21px;;
		padding-top: 26px;
		padding-right: 26px;;
	}

	.header__left {
		display: none;
	}

	.header__right {
		flex-direction: row-reverse;
		gap: 33px;

	}

	.header__hamburger_menu svg {
		transform: scale(-1, 1);
	}

	.header__hamburger_menu svg rect {
		fill: var(--gold-medium);
	}

	.header__phone_number {
		font-weight: 400;
		font-size: 24px;
		line-height: 28px;

		color: var(--gold-medium);

	}


	.top {
		background-image: none;
		padding-top: 83px;
		padding-bottom: 83px;
	}

	.top__social_links {
		display: none;
	}

	.top__content {
		padding: 0 17px 0 20px;
	}

	.top__heading {
		font-size: 47px;
		line-height: 57px;
		margin-bottom: 37px;
	}

	.top__hr {
		display: none;
	}

	.about_us {
		flex-direction: column;
	}

	.about_us__item {
		width: 320px;
	}

	.about_us__item_heading {
		font-size: 47px;
		line-height: 57px;
	}

	.about_us_item_1, .about_us_item_3 {
		display: none;
	}

	.about_us__statistics {
		margin-left: -28px;
	}

	.center {
		padding-left: 12px;
		padding-right: 12px;
	}

	.application {
		padding-top: 48px;
		padding-bottom: 54px;
		flex-direction: column;
		gap: 40px;
	}

	.application__heading {
		font-size: 30px;
		line-height: 36px;
		width: 100%;
	}

	.application__form textarea {
		min-height: 136px;
	}

	.application__form_top {
		flex-direction: column;
		gap: 18px;
	}

	.application__form_bottom {
		flex-direction: column;
		gap: 24px;
	}

	.footer {
		padding: 45px 12px 80px;
	}

	.footer__logo {
		margin-bottom: 56px;
	}

	.footer__box {
		flex-direction: column;
	}

	.footer__info {
		margin: 0;
		margin-bottom: 36px;
	}

	.footer__phone_number {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 17px;
	}

	.footer__address {
		margin-bottom: 17px;
	}

	.footer__inn {
		display: none;
	}

	.footer__nav {
		margin-bottom: 30px;
	}

	.footer__nav_content_1920 {
		display: none;
	}

	.footer__nav_content_320 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
		font-family: 'Proxima Nova';
		font-size: 18px;
		line-height: 22px;
	}

	.footer__subscribe {
		align-items: center;
		align-self: center;
	}

	.footer__subscribe_button {
		margin-top: 0;
	}

	.footer__social {
		gap: 27px;
		align-items: center;
	}

	.footer__social_icons svg path {
		fill: var(--gold-social-icons-footer);
	}
} 