/* @import url('media.css'); */

h1,
h2,
h3,
h4,
h5,
figure,
p,
ol,
ul {
	margin: 0;
}

ol[role="list"],
ul[role="list"] {
	list-style: none;
	padding-inline: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-size: inherit;
	font-weight: inherit;
}

img {
	display: block;
	max-inline-size: 100%;
}

html {
	font-family: "Inter", sans-serif;
	scroll-behavior: smooth;
}

:root {
	--light-color: #f5f5f7;
	--dark-color: #221f20;
	--container-padding-inline: 13%;
	--footer-padding-inline: 10%;
}

.container {
	padding: 0 var(--container-padding-inline);
}

.promo {
	position: relative;
	min-height: 100vh;
	background: url("../img/main_bg.jpg") center center / cover no-repeat;
	padding-top: 75px;
}

.promo__title {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 73px;
	text-transform: uppercase;
	color: var(--light-color, #f5f5f7);
}

.promo__subtitle {
	padding-top: 124px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 32px;
	line-height: 39px;
	color: var(--light-color, #f5f5f7);
}

.promo__address {
	position: relative;
	padding-top: 100px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	line-height: 19px;
	color: #f5f5f7;
}

.promo__address address {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	line-height: 19px;
	color: inherit;
}

.promo__address::before {
	content: "";
	display: block;
	width: 40px;
	height: 49px;
	background: url("../icons/arrow.svg");
	position: absolute;
	left: -45px;
	bottom: 23px;
}

.promo__address a {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	line-height: 19px;
	color: inherit;
	text-decoration: none;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
	width: 160px;
	min-height: 38px;
	padding: 3px 10px;
	border: 1px solid var(--light-color, #f5f5f7);
	font-size: 16px;
	font-weight: 300;
	color: var(--light-color, #f5f5f7);
	background-color: #000;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.btn:hover {
	filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.62));
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
}

.keywords {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	padding: 0 360px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.04) 0%,
		rgba(255, 255, 255, 0.12) 50%,
		rgba(255, 255, 255, 0.2) 100%
	);
}

.keywords li {
	list-style-type: none;
	color: var(--light-color);
	font-size: 10px;
	font-weight: 100;
	line-height: 12px;
}

.about {
	background-color: var(--light-color);
	padding-top: 83px;
}

.about__title {
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: var(--dark-color);
}

.about__text {
	padding-top: 20px;
	/* max-width: 1100px;
	min-height: 192px; */
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: var(--dark-color);
}

.about__text span {
	color: #a5a5a5;
}

.about__services-types {
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}

.about__services-types .about__services {
	max-width: 50%;
}

.about__services-types .about__services-text {
	max-width: 50%;
	align-self: end;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: var(--dark-color);
}

.about__services-types .about__services-text::selection {
	background-color: rgba(143, 139, 139, 0.62);
}

.about__services-types .about__services__subtitle {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--dark-color);
}

.about__services-types ul {
	/* margin-top: 20px; */
	padding-left: 0;
	position: relative;
}

.about__services-types ul li {
	list-style-type: none;
	padding-top: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--dark-color);
}

.about__services-types ul li:first-child::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("../icons/camera.svg");
	position: absolute;
	left: -30px;
	top: 11px;
}

.about__services-types ul li:nth-child(3)::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("../icons/edit.svg");
	position: absolute;
	left: -30px;
	bottom: 3px;
}

.works {
	padding-top: 77px;
	background-color: var(--light-color);
}

.works .title_wrapper {
	margin: 0 auto;
}

.works__title {
	margin: 0 auto;
	width: 194px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: var(--dark-color);
}

.works__title::after {
	content: "";
	display: block;
	margin-left: 110px;
	width: 75px;
	height: 2px;
	background-color: var(--dark-color);
}

.works__templates {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 1fr));
	grid-template-rows: repeat(auto-fill, 1fr);
	column-gap: 30px;
	row-gap: 50px;
}

.works__templates .works__templates-pics {
	width: 100%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.inspiration {
	background-color: var(--light-color);
}

.inspiration__title {
	padding-top: 80px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: var(--dark-color);
}

.inspiration__title span {
	position: relative;
}

.inspiration__title span::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 75px;
	height: 2px;
	background-color: #000;
}

.inspiration__grid {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(4, minmax(auto, 1fr));
	grid-template-rows: minmax(auto, 1fr);
	grid-auto-rows: minmax(auto, 1fr);
	gap: 30px;
}

.inspiration__grid-img {
	width: 100%;
	height: 100%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	object-fit: cover;
}

.wide {
	grid-column: 2 / span 2;
	grid-row: 2;
}

.tall {
	grid-column: 4;
	grid-row: 1 / span 2;
}

.customers {
	background-color: var(--light-color);
	padding: 80px 0 144px 0;
}

.customers__title {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: var(--dark-color);
}

.customers__title span {
	position: relative;
}

.customers__title span::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 75px;
	height: 2px;
	background-color: #000;
}

.customers__wrapper {
	padding-top: 53px;
	display: grid;
	grid-template-columns: repeat(4, minmax(auto, 1fr));
	grid-auto-columns: minmax(auto, 1fr);
	grid-auto-rows: minmax(auto, 1fr);
	gap: 30px;
}

.customers__wrapper-img {
	width: 100%;
	cursor: pointer;
}

.customers__wrapper-item {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

footer {
	background-color: var(--dark-color);
}

.footer__container {
	padding: 0 var(--footer-padding-inline);
}

.footer__flex-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer__social-media {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 35px;
	padding: 88px 0 88px 0;
}

.footer__social-media-frame {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border: 1px solid var(--light-color);
	text-decoration: none;
}

.footer__social-media-frame i {
	color: var(--light-color);
	font-size: 12px;
}

.footer__flex-wrapper address {
	max-width: 386px;
	font-style: normal;
	font-weight: 100;
	font-size: 20px;
	line-height: 24px;
	color: var(--light-color, #f5f5f7);
	padding: 88px 0 88px 0;
}

.footer__number {
	font-style: normal;
	font-weight: 100;
	font-size: 20px;
	line-height: 24px;
	color: var(--light-color, #f5f5f7);
	text-decoration: none;
	padding: 88px 0 88px 0;
}