.tattoo__inner {
	padding-top: 30px;
}

.header {
	margin-bottom: 50px;
}

.author__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
}

.author__information {
	max-width: 50%;

}

.author__subTitle {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;

	color: var(--second-color);
}

.author__text {
	font-size: 18px;
	margin-bottom: 20px;
}

.author__info {
	text-align: center;
}

.author__slider {
	position: relative;
	border: 2px solid var(--second-color);
	border-radius: 25px;
	margin-bottom: 25px;
}

.author__slider-img {
	border-radius: 25px;
}

.author__info-tel,
.author__info-address {
	display: block;
	font-size: 32px;

	border-bottom: 2px solid var(--second-color);
	margin-bottom: 10px;
}
.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.arrow-left{
	left: 5px;
}
.arrow-right{
	right: 5px;
}

.works__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px;
}

.works__item {
	position: relative;
	cursor: pointer;
}

.works__click {
	position: absolute;
	top: 5px;
	right: 5px;

	width: 50px;
}

.social-media {

}

.social-media__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.social-media__tel {
	display: block;
	margin-bottom: 0;
}

.geolocation__address {
	text-align: center;
	font-size: 32px;

	margin-bottom: 25px;
}

.geolocation__maps {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 75px;
}

.geolocation__maps-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.geolocation__maps-link {
	width: 100%;
}

.geolocation__maps-img {
	width: 100%;
}

.geolocation__maps-title {
}

@media (max-width: 1216px) {
	.author__info-tel,
	.author__info-address {
		font-size: 24px;
	}
}

@media (max-width: 1060px) {
	.nav {
		justify-content: center;
	}
	.menu {
		display: none;
	}
}

@media (max-width: 970px) {
	.author__info-tel,
	.author__info-address {
		font-size: 19px;
	}
}

@media (max-width: 830px) {
	.works__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 800px) {
	.author__content {
		display: block;
	}

	.author__information {
		max-width: 100%;
	}

	.author__info-tel,
	.author__info-address {
		font-size: 30px;
	}

	.works__list {
		grid-template-columns: 1fr;
		justify-content: center;
	}
	.works__click {
		right: 45px;
	}
}

@media (max-width: 610px) {
	.author__subTitle {
		font-size: 23px;
	}
	.social-media__title {
		font-size: 26px;
	}
}
@media (max-width: 570px) {
	.section {
		padding-bottom: 25px
	}
	.social-media__tel {
		font-size: 26px;
	}
}
@media (max-width: 486px) {
	.author__info-tel,
	.author__info-address {
		font-size: 24px;
	}
}
@media (max-width: 426px) {
	.popup__img {
		width: 70%;
	}
}

@media (max-width: 406px) {
	.author__info-tel,
	.author__info-address {
		font-size: 19px;
	}
	.social-media__tel {
		font-size: 20px;
	}
}