* {
	box-sizing: border-box;
	font-family: 'Rubik';
}


:root {
	--black: #000;
}

html {
	overflow-x: clip;
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	font-family: 'Rubik';
	font-size: 16px;
	color: #fff;
	background: var(--black);
	line-height: normal;
	font-variation-settings: 'wght' 400;
	padding: 0;
	margin: 0;
	position: relative;
	overflow-x: clip;
}

main {
    padding: 80px 0 130px 0;
}

.container {
	max-width: 1750px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

a {
	text-decoration: none;
	transition: .35s;
}

p {
	margin: 0 0 10px 0;
}

img {
	max-width: 100%;
}

button {
	color: #000;
}

.pretty-button {
	gap: 10px;
	color: #000;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #121212;
	justify-content: center;
	position: relative;
	border-radius: 30px;
	/* padding: 15px 30px; */
	background: #fff;
	overflow: hidden;
	transition: .35s;
}

.pretty-button span {
	transition: .35s;
	position: relative;
}

.pretty-button:hover {
	transition: .35s;
	background: #121212;
	transition-delay: .25s;
}

.pretty-button:hover span {
	color: #fff;
	transition: .35s;
}

.pretty-button::before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #121212;
	transition: .35s;
	border-radius: 30px;
	transform: scaleX(0);
	transform-origin: 0 50%;
}

.pretty-button:hover::before {
	transform: scale(1);
	transition: .35s;
}

.title {
	font-weight: 500;
	font-variation-settings: 'wght' 500;
}


#breadcrumbs a {
	color: #a2a2a2;
}

/* Слайдер на главной странице */

.first-screen {
	height: 100dvh;
	position: relative;
}

.main-slider {
	height: 100%;
	position: relative;
}

/* .main-slider::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60));
	z-index: 2;
} */

.main__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.4);

}


.main__slide video {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: brightness(0.4);
}


.main-slider-text {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 3;
	width: 100%;
	transform: translate(-50%, 0);
	padding-bottom: 50px;
}

.main-slider-text h1 {
	font-size: 20px;
	margin: 25px 0 40px 0;
}

.main-slider-text__logo img {
	filter: brightness(99);
	max-width: 350px;
	height: auto;
}

.main-slider-text__container {
	margin-bottom: 40px;
}

.arrow-button {
	margin: 0 auto;
	display: block;
	background: transparent;
	border: none;
	z-index: 3;
	position: relative;
}

@keyframes arrow_move {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}



.arrow-button svg {
	animation: arrow_move 3s infinite linear;
	cursor: pointer;
	transition: .35s;
}

.arrow-button:hover svg {
	opacity: .6;
	transition: .35s;
}

section.content {
	/* min-height: 100vh; */
}

section.certificates {
	min-height: 100vh;
	height: max-content;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 100px;
}

section.certificates::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60));
	z-index: 1;
}

section.certificates>img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 70px;
	object-fit: cover;
}

.certificates__marquee {
	display: flex;
	overflow: hidden;
	background-color: #121212;
	padding: 20px 0;
	position: relative;
	z-index: 1;
	height: 70px;
}

.certificates__track {
	display: inline-flex;
	flex-shrink: 0;
	white-space: nowrap;
	animation: running-animation 40s linear infinite;
}

.certificates__track:nth-child(2) {
	animation-delay: 0s;
	/* половина длительности */
}

.certificates__item {
	display: inline-flex;
	align-items: center;
	padding: 0 5px;
	gap: 10px;
	/* расстояние между strong и <b> */
}

.certificates__strong {
	font-size: 20px;
	text-transform: uppercase;
}

/* ключевые кадры */
@keyframes running-animation {
	0% {
		transform: translateZ(0);
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}

.certificates__item b {
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	display: block;
}

.certificates__text {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 100px;
}

.certificates__items {
	height: 100%;
	gap: 60px;
}

.certificates__items h2 {
	margin: 0;
	width: 100%;
	font-size: 80px;
	line-height: normal;
}

.certificates__items h2 span {
	line-height: 100%;
}

.certificates__items h2 span:nth-child(even) {
	text-align: end;
}

.certificate__items__left {
	width: calc(50% - 30px);
	gap: 200px;
}

.certificate__items__right {
	width: calc(50% - 30px);
	gap: 90px;
}

.certificate__items__desc p {
	color: #c0c0c0;
	font-size: 20px;
	margin: 0;
}

.certificate__items__right h3 {
	margin: 0;
	max-width: 60%;
	color: #c0c0c0;
	font-size: 28px;
}


.certificate__items__button {
	width: 60%;

}


.certificate__items__button button {
	border: none;
	background: #fff;
	border-radius: 30px;
	padding: 15px 30px;
	font-size: 20px;
}


#open-menu {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 58px;
	height: 58px;
	background-color: #080808;
	border-radius: 50%;
	position: fixed;
	z-index: 99;
	border: none;
	gap: 5px;
	cursor: pointer;
}

#open-menu span {
	width: 30px;
	height: 3px;
	background-color: #fff;
	display: flex;
	transition: .35s;
}


.open-menu--active span:nth-child(1) {
	transform: translate(0px, 8px) rotate(45deg);
}

.open-menu--active span:nth-child(2) {
	opacity: 0;
}

.open-menu--active span:nth-child(3) {
	transform: translate(0px, -8px) rotate(-45deg);
}

#main-menu {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #080808;
	height: 100%;
	width: 400px;
	z-index: 9;
	transform: translateX(400px);
	transition: .35s;
	padding: 50px;
}

#main-menu.main-menu--open {
	transform: translateX(0);

}

body:has(.main-menu--open)::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #0000008d;
	position: absolute;
	left: 0;
	top: 0;
	transition: .4s;
	backdrop-filter: blur(15px);
	z-index: 5;
}




.faq {
	background: #fff;
	padding: 60px 0 100px 0;
	color: var(--black);
}

.faq h2 {
	font-size: 36px;
}

.faq-items {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.faq__item {
	border-bottom: 1px solid #ddd;
}

.faq__question {
	position: relative;
	width: 100%;
	padding: 27px 0;
	text-align: left;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

.faq__question span {
	font-size: 24px;
	color: var(--black);
}

.faq__answer {
	color: var(--black);
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s ease;
}

.faq__answer p {
	margin-top: 0;
}

.faq__item.active .faq__answer {
	display: block;
}

.faq__question-icon {
	transition: .35s;
	width: 40px;
	height: 40px;
	border-radius: 100px;
}

.faq__question:hover .faq__question-icon {
	background-color: #c3c3c3;
	transition: .35s;
}



.faq__item.active .faq__question-icon {
	transform: rotate(-45deg);
	transition: .35s;
}

.map-container {
	width: 100vw;
	left: 50%;
	position: relative;
	transform: translate(-50%);
}

#map {
	height: 600px;
}


.route-map-links {
	position: absolute;
	bottom: 30px;
	width: 100%;
	max-width: 800px;
	left: 50%;
	transform: translate(-50%);
	color: #000;
	border-radius: 10px;
	z-index: 1;
	/* background: rgba(195, 195, 195, 0.3); */

}


.route-map-links__container {
	position: relative;
}

.route-map-links__background+div {
	gap: 20px;
	position: relative;
	padding: 30px 80px;
	/* background: #fff; */
	backdrop-filter: blur(15px);
	background: #1212124d;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px;
}


.route-map-links__background+div {
	gap: 20px;
	position: relative;
	padding: 30px 80px;
}

.route-map-links__head {
	font-size: 22px;
	color: #fff;
}

.route-map-links__link {
	gap: 15px;
}




.route-map-links__link a img {
	max-height: 35px;
	position: relative;
	z-index: 1;
}

.route-map-links__link a span {
	font-size: 18px;
	position: relative;
	z-index: 1;
}



/* Tattoo Art Section */
.tattoo-art-section {
	background: #000;
	color: #fff;
	position: relative;
	margin-bottom: 100px;
}

.tattoo-art-section::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60));
	z-index: 1;
}

.tattoo-art-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}


.tattoo-art-content {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}

.tattoo-art-image {
	width: 100%;
	max-height: 800px;
	margin: 0 auto;
}



.tattoo-art-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 30px 30px 30px;
	z-index: 1;
}

.tattoo-art-text span {
	display: inline-block;
	font-size: 80px;
}

.tattoo-art-text span:nth-child(odd) {
	padding-left: 150px;
}



/* Список мессенджеров */


.messengers-list {
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 15px;
}

.messengers-list li {
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	transition: .35s;

}

.messengers-list li:hover {
	transform: translateY(-2px);
	transition: .35s;
}


.messengers-list li img {
	max-width: 35px;
}




.prices-container {
	margin-bottom: 100px;
}


.prices-left h2 {
	margin: 0 0 30px 0;
	font-size: 36px;
}

.prices-left>div {
	position: sticky;
	top: 100px;
}

.prices-left {
	width: calc(50% - 15px);
}

.prices-right {
	width: calc(42% - 15px);
}

.prices-block {
	gap: 30px;
}

.prices-list li {
	gap: 10px;
}

.prices-list li img {
	width: 100%;
	height: auto;
	aspect-ratio: 59 / 39;
	object-fit: cover;
}

.prices-list {
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 50px;
}

.price-top-right {
	gap: 50px;
}

.price-top-left span {
	margin: 0;
	font-size: 16px;
}

.price-bottom h3 {
	margin: 0;
	font-size: 30px;
}


footer {
	padding: 30px 0 50px 0;
	background-color: #111111;
}

.footer-columns a {
	color: #fff;
}

.footer-columns {
	grid-template-columns: repeat(3, 1fr);
}

.footer-columns__item:nth-child(1) {
	gap: 15px;
}

.footer-columns__item:nth-child(2) {
	gap: 20px;
}

.footer-columns__item:nth-child(3) a svg {
	width: 30px;
}


footer .messengers-list li img {
	max-width: 30px;
}

footer .messengers-list li {
	width: 40px;
	height: 40px;
}

footer a.privacy {
	color: #c0c0c0;
	font-size: 14px;
}

.messengers-widget {
	position: fixed;
	right: 30px;
	bottom: 25px;
	gap: 15px;
	z-index: 99;
}

.messengers-widget .links {
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px;
	display: none;
	transition: .35s;
}

.messengers-widget .links.active {
	display: flex;
}

@starting-style {
	.messengers-widget .links {
		opacity: 0;
	}
}



.messengers-widget .links+button {
	padding: 0;
	background: #fff;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	border: none;
	box-shadow: 0px 0px 16px 1px #00000080;
	cursor: pointer;
	position: relative;
}

.messengers-widget .links img {
	width: 45px;
	transition: .35s;
}


.messengers-widget .links+button img {
	border-radius: 50%;
	width: 40px;
	height: auto;
	object-fit: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.messengers-widget .links+button img.close {
	transform: translate(-50%, -50%) scale(0);
	transition: .35s;
}

.messengers-widget .links+button.active img.close {
	transform: translate(-50%, -50%) scale(1);
	transition: .35s;
}


.messengers-widget .links+button img.open {
	transform: translate(-50%, -50%) scale(1);
	transition: .35s;
}

.messengers-widget .links+button.active img.open {
	transform: translate(-50%, -50%) scale(0);
	transition: .35s;
}



.tattoo-styles {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	padding: 100px 0 130px;
}

.tattoo-tabs {
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	margin-bottom: 130px;
}

.tattoo-tabs__tab {
	background: #fff;
	overflow: hidden;
}

.tattoo-tabs__tab:hover img {
	transform: scale(1.05);
	transition: 1.5s;
}

.tattoo-tabs__tab img {
	width: 100%;
	height: auto;
	aspect-ratio: 235 / 335;
	object-fit: contain;
	transition: 1.5s;
}

.tattos-styles-content {
	gap: 80px;
}

.styles-content__item {
	gap: 50px;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	scroll-margin-top: 30px;
}

.styles-content__item h2 {
	margin: 0;
}

.styles-content-item__text {
	max-width: 75%;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 1.5px;
}

.style-swiper {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
}

.style-item__slide {
	aspect-ratio: 1 / 1;
	height: auto !important;
}

.style-item__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.style-swiper-nav {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.style-swiper-prev,
.style-swiper-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #fff;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: .35s;
}

.style-swiper-prev:hover,
.style-swiper-next:hover{
	transform: translate(0, -50%) scale(1.05);
	transition: .35s;
}

.style-swiper-prev.swiper-button-disabled,
.style-swiper-next.swiper-button-disabled{
	opacity: .5;
}


.style-swiper-prev::before,
.style-swiper-next::before {
	content: '';
	position: absolute;
	/* inset: 0; */
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}


.style-swiper-prev {
	left: 0;
}

.style-swiper-next {
	right: 0;
}


.style-swiper-prev::before {
	transform: rotate(-135deg);
	inset: 0 -5px 0 0;

}

.style-swiper-next::before {
	transform: rotate(45deg);
	inset: 0 5px 0 0;

}

.simple-block{
	gap: 30px;
}

.simple-block h2{
	margin: 0;
}

.simple-block__text {
	margin-bottom: 20px;
	max-width: 50%;
	line-height: 150%;
}

.simple-block__button{
	background: #fff;
	color: #000;
	padding: 15px 30px;
	font-size: 18px;
	transition: .35s;
}

.simple-block__button:hover{
	transform: translateY(-4px);
	transition: .35s;
}



