/*
Theme Name: Nutkins-nails 
Theme URI: https://Nutkins-nails.ru/
Author: @DmitryHarin https://t.me/DmitryHarin
Author URI: https://t.me/DmitryHarin
Description: Site Nutkins-nails
Version: 1.0
*/


/* style */
.w-25 {
	width: 25%;
}
.w-50 {
	width: 50%;
}
.w-85 {
	width: 85%;
}
.w-100 {
	width: 100%;
}
.h-100 {
	height: 100%;
}
.text-center {
	text-align: center;
}
.d-flex {
	display: flex;
}
.d-block {
	display: block;
}
.flex-direction-column {
	flex-direction: column;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.align-items-center {
	align-items:center;
}
.align-items-start {
	align-items: start;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-around {
	justify-content: space-around;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-end {
	justify-content: end;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

.page-title, h2 {
	font-size: 64px;
	font-family: Gagalin-Regular;
	font-weight: 400;
	color: #ff8a00;
	line-height: 110px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 8px black;
	letter-spacing: 0;
}

h3 {
	font-size: 32px;
	font-weight: normal;
	line-height: 52px;
	letter-spacing: -0.005rem;
	text-transform: uppercase;
}

ul, li {
	list-style: none;
	padding: 0;
}

.text, p, li {
	font-size: 16px;
	line-height: 22.4px;
}

.wp-block-list {
	padding-left: 18px;
}

p {
	margin: 0;
}

img {
	width: 100%;
}

figure {
	margin: 0;
}

input {
	background: none;
	border: none;
}

/* /style */

@font-face {
	font-family: 'Gagalin-Regular'; 
	src: url(assets/fonts/Gagalin-Regular.otf);
}

/* common styles */

main {
	flex-direction: column;
	align-items: center;
}

body {
	margin: 0 auto;
	color: #cfcfcf;
	background-color: #494949;
	background-image: url(/wp-content/uploads/2025/12/bg-nutkins-nails.jpg);
	font-family: Gagalin-Regular;
    text-shadow: 0px 0px 8px black;
    letter-spacing: 1px;
}

section {
	width: 100%;
	max-width: 1408px;
}

.wrapper {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	position: relative;
}

a {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.circle {
	border-radius: 50px;
}

.p-1 {
	padding: 0.25rem;
}

.pt-1 {
	padding-top: 0.25rem;
}

.pr-1 {
	padding-right: 0.25rem;
}

.pb-1 {
	padding-bottom: 0.25rem;
}

.pl-1 {
	padding-left: 0.25rem;
}

.p-2 {
	padding: 0.5rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pr-2 {
	padding-right: 0.5rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.pl-2 {
	padding-left: 0.5rem;
}

.p-3 {
	padding: 1rem;
}

.pt-3 {
	padding-top: 1rem;
}

.pr-3 {
	padding-right: 1rem;
}

.pb-3 {
	padding-bottom: 1rem;
}

.pl-3 {
	padding-left: 1rem;
}

.p-4 {
	padding: 1.5rem;
}

.pt-4 {
	padding-top: 1.5rem;
}


.pr-4 {
	padding-right: 1.5rem;
}

.pb-4 {
	padding-bottom: 1.5rem;
}

.pl-4 {
	padding-left: 1.5rem;
}

.p-5 {
	padding: 3rem;
}

.pt-5 {
	padding-top: 3rem;
}


.pr-5 {
	padding-right: 3rem;
}

.pb-5 {
	padding-bottom: 3rem;
}

.pl-5 {
	padding-left: 3rem;
}

.m-1 {
	margin: 0.25rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mr-1 {
	margin-right: 0.25rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.ml-1 {
	margin-left: 0.25rem;
}

.m-2 {
	margin: 0.5rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.ml-2 {
	margin-left: 0.5rem;
}

.m-3 {
	margin: 1rem;
}

.mt-3 {
	margin-top: 1rem;
}

.mr-3 {
	margin-right: 1rem;
}

.mb-3 {
	margin-bottom: 1rem;
}

.ml-3 {
	margin-left: 1rem;
}

.m-4 {
	margin: 1.5rem;
}

.mt-4 {
	margin-top: 1.5rem;
}


.mr-4 {
	margin-right: 1.5rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.ml-4 {
	margin-left: 1.5rem;
}

.m-5 {
	margin: 3rem;
}

.mt-5 {
	margin-top: 3rem;
}


.mr-5 {
	margin-right: 3rem;
}

.mb-5 {
	margin-bottom: 3rem;
}

.ml-auto {
	margin-left: auto;
}

.gray {
	color: #ABAAAA;
}

.white {
	color: white !important;
}

.black {
	color: black;
}

.bg-white {
	background-color: white;
}

.bg-black {
	background-color: #272727;
}

.bg-yellow {
	background-color: #FFC700;
}

.bg-gray {
	background-color: #F2F2F2;
}


/* /common styles */
header {
	position: fixed;
    top: 0;
    backdrop-filter: blur(4px);
	width: 100%;
	z-index: 3;
	padding: 16px 0;
	line-height: 2;
}

header .wrapper {
	max-width: 1328px;
}

.header-block {
	height: 56px;
}

.header-nav {
	background-color: rgba(221, 221, 221, 1);
}

.nav-item {
	padding: 8px 24px;
	color: #272727;
}

.nav-item:hover {
	cursor: pointer;
}

.radius {
	border-radius: 32px;
	border: 0px;
}

header .dropdown-pages {
	width: 157px;
	background: rgba(221, 221, 221, 1);
}

header .dropdown-pages .submenu {
	width: 157px;
}

.dropdown-links .submenu {
	width: 214px;
	left: -160px;
	top: 60px;
	border: 1px solid #80808040;
}

.dropdown-links .active img {
	filter: brightness(0.7);
}

.header-btn {
	height: -webkit-fill-available;
	padding: 5px 0;
	margin: 0;
}

.logo img {
	width: 72px
}

/* banner */
.banner {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	background-image: url(/wp-content/uploads/2026/02/banner-bg-nutkins-nails.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hero-subtitle {
	max-width: 544px;
}

.contacts button,
.banner button,
.banner a {
	width: 300px;
    height: 50px;
	font-size: 17px;
	color: white;
	background-color: #ff8a00;
	filter: drop-shadow(0px 1px 2px black);
}

.contacts button:hover,
.banner button:hover {
	color: #e7e7e7;
	background-color: #e6497b;
	transition: 0.7s;
}

.modalForm iframe {
	width: 100%;
    height: 75vh;
}

button {
    border: none;
    background: transparent;
	cursor: pointer;
}
     
.banner a {
	display: flex;
	color: #cfcfcf;
	align-items: center;
	justify-content: center;
}

h1 {
	max-width: 80%;
    font-family: Gagalin-Regular;
	font-weight: normal;
    font-size: 87px;
    color: #ff8a00;
	text-shadow: 0px 0px 8px black;
    text-align: center;
}

.header-block .logo {
	line-height: 0;
}

.social i {
	font-size: 32px;
	color: #ff8a00;
	cursor: pointer;
	margin-left: 24px;
}

.social i:hover {
	color: #e6497b;
	transition: 0.5s;
}

.social .fa-shake {
    animation-duration: var(--fa-animation-duration, 5s);
}

.contacts-items .telegram:hover,
.social .fa-telegram:hover {
	color: #3390ec;
	transition: .7s;
}
.contacts-items .whatsapp:hover,
.social .fa-whatsapp:hover {
	color: #25d366;
		transition: .7s;
}

.social .fa-vk:hover {
	color: rgb(0, 119, 255);
	transition: .7s;
}

.contacts-items .pinterest:hover,
.social .fa-pinterest:hover {
	color: rgb(230, 0, 35);
	transition: .7s;
}

.contacts-items .location:hover,
.social .fa-location-dot:hover {
	color: rgb(255, 68, 51);
	transition: .7s;
}

.subtitle {
	position: absolute;
	z-index: -2;
	bottom: 2%;
}

.about {
	padding: 40px 0;
}

.about-text {
	max-width: 70%;
}

.about .page-title {
	line-height: 1;
}

.about img {
	max-height: 900px;
}
	
.about p,
.about ul,
.about li {
    font-size: 20px;
    line-height: normal;
}

.about h2 {
	font-size: 40px;
	text-align: start;
	line-height: normal;
	margin: 24px 0;
}

.about ul {
	margin-top: 0;
}

.about li {
    position: relative;
    padding-left: 36px;
	margin-top: 10px;
	font-size: 20px;
}

.about li:before,
details li:before {
    content: "";
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2025/05/check-orange.png);
    background-size: contain;
    top: 4px;
}

.about-photo-desktop {
	max-width: 25%;
}

.works,
.reviews {
    max-width: 100vw;
}

.price img {
	display: block;
    width: auto;
	height: 72vh;
	margin: 0 auto;
}

.contacts .map {
	width: fit-content;
	box-shadow: 2px 2px 16px 2px black;
	overflow: hidden;
}

.contacts-items {
	display: flex;
    flex-direction: column;
}

.contacts-items a {
	color: #ff8a00;
	font-size: 32px;
}

.contacts button {
	width: auto;
}

.contacts-items a .fa-whatsapp {
	color: #25d366;
}

.contacts-items a .fa-telegram {
	color: #3390ec;
}

.contacts-items a .fa-location-dot {
	color: rgb(255, 68, 51);
	font-size: 36px;
}
.contacts-items a .fa-pinterest {
	color: rgb(230, 0, 35);
}

.about-photo-mobile {
	display: none;
}

footer .contact-item {
	margin-right: 32px;
}

footer a {
	color: #cfcfcf;
}

footer .footer-contact {
	white-space: nowrap;
}

.policy-link {
	max-width: 600px;
	color: #cfcfcf;
	font-size: 11px;
}

.privacy-page {
    margin: 96px 0;	
}

.privacy-page h2 {
    line-height: 1;
	margin: 48px 0;
}


@media (max-width: 1328px) {
	header .wrapper {
		padding: 0 32px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 72px;
	}
	.hero-subtitle {
		max-width: 372px;
	}
	h2 {
		font-size: 32px;
	}
	.about {
		padding: 0;
	}
	.about-photo-mobile {
		display: block;
	}
	.about-photo-desktop {
		display: none;
	}
	header .wrapper {
		padding: 0 16px;
	}
	header {
		padding: 8px 0;
	}
	.wrapper,
	.reviews-wrapper {	
		padding: 0 16px;
    	width: calc(100% - 32px);
	}
	.banner {
		overflow: hidden;
		position: relative;
	}
	.header-logo {
		margin: 0 auto;
	}
	.seo-description {
		text-align: center;
		margin-top: 24px;
	}
	.contacts {
		 text-align: center;
    	justify-content: center;
	}
	footer .footer-contact {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 256px;
	}
	footer .social {
		margin: 48px auto 16px;
	}
	.social i {
		font-size: 28px;
	}
	.about-text {
    	max-width: 100%;
	}
	.about .page-title {
		font-size: 32px;
	}
	.about .about-title {
        max-width: 254px;
		color: #cfcfcf;
		text-align: center;
    	font-size: 24px;
		margin: 24px auto;
	}
	.about ul {
		width: 100%;
	}
	.about li {
		font-size: 16px;
		color: #cfcfcf;
		text-align: start;
	}
	.about-text {
		text-align: center;
	}
	.price img {
		width: 100%;
		height: auto;
	}
	footer .contact-item {
		margin-right: 0;
	}
	.policy-block p {
		text-align: center;
		margin: 0 auto 16px;
	}
	.maps-reviews {
		width: 92vw !important;
		margin-bottom: 32px;
	}
	.contacts button, 
	.banner button {
		width: 92vw;
	}
	body {
		text-shadow: 0px 0px 4px black;
	}
	.contacts-items a {
		color: #ff8a00;
		font-size: 28px;
	}
	.contacts .map {
		width: 100%;
	}
	.map iframe {
		width: 100%;
		border-radius: 32px;
	}
	.logo img {
		width: 56px
	}
	.privacy-page {
		margin: 48px 0;
	}
	.privacy-page h2 {
		font-size: 32px;
		text-align: start;
	}
	h3 {
		font-size: 24px;
	    line-height: 24px;
		margin: 16px 0;
	}	
	.banner a {
		width: 92vw;
	}
	.swiper-price {
		position: relative;
	}
}