/* ------------------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

/* ---------------------------------------------------------------------------- */

:root {
	--font-family: "Inter", sans-serif;
	--second-family: "Kantumruy", sans-serif;
	--third-family: "Plus Jakarta Sans", sans-serif;
}

body {
	font-family: var(--font-family);
	overflow-x: hidden;
}

.wrapper {}

/* -------------preview---------- */

.main {}

.page__preview {
	background-color: rgb(217, 217, 217);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.preview__container {
	max-width: 1920px;
	padding: 0 20px;
}

.preview__inner {
	min-height: 860px;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	position: relative;
}

.preview__social {
	position: absolute;
	top: 88px;
	right: 57px;

	display: flex;
	align-items: center;
	gap: 27px;
}

.preview__social-item {}

.preview__social-item-link {}

.preview__social-item-img {
	mix-blend-mode: darken;
}

.preview__logo {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #000;
	font-family: var(--font-family);

	overflow: hidden;

	display: block;
	margin: 0px 0px 50px 0px;
}

.preview__logo-big {
	font-size: 300px;
	text-transform: uppercase;
	letter-spacing: -107px;
	font-family: var(--second-family);
}

.preview__logo-big-1 {
	font-size: 298px;
}

.preview__logo-big-2 {
	letter-spacing: -50px;
}

.preview__logo-big-3 {
	letter-spacing: -20px;
}

.preview__desc {
	font-weight: 400;
	font-size: 19px;
	text-transform: uppercase;
	color: #000;

	max-width: 570px;

	margin: 0px -600px 0px 0px;
}

.preview__bg {
	position: absolute;
	top: 137px;
	left: 120px;
	width: 100%;
	max-width: 506px;
	mix-blend-mode: darken;
}

.preview__elem {
	position: absolute;
}

.preview__elem-1 {
	bottom: 0;
	left: 337px;
}

.preview__elem-2 {
	bottom: 0;
	right: 578px;
}

/* ---------------desc-one------------ */

.page__desc-one {
	min-height: 944px;
	position: relative;
}

.page__desc-one::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-attachment: fixed;
	background-image: url("../img/desc-1/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.desc-one__container {
	max-width: 1690px;
	margin: 0 auto;
	padding: 0 20px;
}

.desc-one__inner {
	padding: 60px 0;
}

.desc-one__desc {
	display: flex;
	flex-direction: column;
	gap: 20px;

	max-width: 713px;
}

.desc-one__desc-text {
	font-weight: 400;
	font-size: 19px;
	text-transform: uppercase;
	color: #000;
}

.desc-one__desc-text-sp {
	font-size: 36px;
}

.desc-one__images {}

.desc-one__img {
	position: absolute;
}

.desc-one__img-pos-1 {
	bottom: 39px;
	right: 1621px;
}

.desc-one__img-pos-2 {
	right: 1273px;
	bottom: 148px;
}

.desc-one__img-pos-3 {
	right: 766px;
	bottom: 271px;
}

.desc-one__img-pos-4 {
	right: 328px;
	top: 157px;
}

.desc-one__img-pos-5 {
	top: 56px;
	right: 90px;
}

.desc-one__img-pos-6 {
	right: 70px;
	bottom: 40px;
}

/* --------------desc-two------------ */

.page__desc-two {
	min-height: 945px;
	position: relative;
}

.page__desc-two::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-attachment: fixed;
	background-image: url("../img/desc-2/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.desc-two__desc {
	max-width: 483px;
}

/* ---------------gallery------------ */

.page__gallery {
	position: relative;
}

.page__gallery::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-attachment: fixed;
	background-image: url("../img/gallery/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.gallery__container {
	max-width: 1710px;
	margin: 0 auto;
	padding: 0 20px;
}

.gallery__inner {
	display: flex;
	flex-direction: column;
	gap: 50px;

	padding: 107px 0px 34px 0px;
}

.gallery__top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.gallery__image {}

.gallery__img {
	width: 100%;
}

.gallery__bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

/* --------------------page__desc-three------------------ */

.page__desc-three {
	min-height: 943px;
	position: relative;
}

.page__desc-three::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-attachment: fixed;
	background-image: url("../img/desc-3/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}


.desc-three__desc {
	max-width: 380px;
}

/* ------------form---------- */

.page__form {
	padding: 58px 0 10px 0;
	position: relative;
	font-family: var(--third-family);
}

.page__form::after {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-attachment: fixed;
	background-image: url("../img/form/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.form__container {}

.form__inner {
	padding: 0 58px;
}

.form {
	box-shadow: 0 2px 40px 0 rgba(189, 189, 189, 0.11);
	background: #fff;
	border-radius: 12px;

	max-width: 595px;
	width: 100%;
	padding: 40px 52px;

	display: flex;
	flex-direction: column;
	gap: 40px;

	margin: 0px 0px 10px 0px;
}

.form__title {
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	color: #000;
}

.form__box {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.form__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #072125;
}

.form__inp {
	border: 1px solid rgba(32, 72, 79, 0.1);
	border-radius: 8px;
	padding: 12px 16px 12px 16px;

	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

.form__inp::placeholder {
	color: rgba(32, 72, 79, 0.2);
}

.form__textarea {
	max-height: 157px;
	resize: none;
}

.form__btn {
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	border: 1px solid rgba(32, 72, 79, 0.1);
	border-radius: 8px;
	text-transform: uppercase;

	padding: 20px;

}

.copyright {
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #072125;
}

.copyright-text {}



@media(max-width:1670px) {
	.preview__elem-1 {
		left: 20px;
	}

	.preview__elem-2 {
		right: 20px;
	}

	.desc-one__img {
		position: unset;
	}

	.desc-one__images {
		display: flex;
		justify-content: center;
		gap: 40px;
		flex-wrap: wrap;
	}

	.desc-one__desc {
		margin: 0px 0px 40px 0px;
	}

	.desc-one__img {
		max-width: 100%;
	}
}

@media(max-width:1220px) {
	.preview__desc {
		margin: 0;
	}

	.preview__logo {
		margin: 0px 0px 0px 0px;
	}
}

@media(max-width:768px) {
	.preview__social-item-img {
		width: 50px;
	}

	.preview__social {
		top: 40px;
		right: 40px;
	}

	.preview__bg {
		top: 60px;
		left: 0px;
		max-width: 400px;
	}

	.preview__elem-1 {
		left: 0;
		max-width: 200px;
	}

	.preview__elem-2 {
		max-width: 200px;
		right: 0;
	}

	.preview__inner {
		min-height: 610px;
	}

	.preview__logo-big-1 {
		font-size: 200px;
	}

	.preview__logo-big {
		font-size: 202px;
		letter-spacing: -73px;
	}

	.preview__logo-big-2 {
		letter-spacing: -50px;
	}

	.preview__logo-big-3 {
		letter-spacing: -20px;
	}

	.preview__desc {
		font-size: 16px;
	}




	.desc-one__desc-text {
		font-size: 16px;
	}

	.desc-one__desc {
		gap: 15px;
	}

	.desc-one__images {
		gap: 20px;
	}





	.page__desc-two,
	.page__desc-three {
		min-height: 400px;
	}




	.gallery__inner {
		padding: 50px 0;
	}

	.gallery__top,
	.gallery__bottom {
		gap: 15px;
	}




	.form__inner{
		padding: 0 20px;
	}

	.form{
		padding: 30px 20px;
		gap: 20px;
	}
}

@media(max-width:500px) {
	.preview__social {
		right: 0;
	}

	.preview__logo-big-1 {
		font-size: 150px;
	}

	.preview__logo-big {
		font-size: 152px;
		letter-spacing: -56px;
	}

	.preview__logo-big-2 {
		letter-spacing: -38px;
	}

	.preview__logo-big-3 {
		letter-spacing: -20px;
	}




	.gallery__top,
	.gallery__bottom {
		flex-wrap: wrap;
		justify-content: center;
	}
}