/* 
Theme Name: Barbershop
Author: Perets & Co
Text Domain: barbershop
Version:  10.0
*/
@font-face {
    font-family: Gilroy;
    src: url(fonts/Gilroy/Gilroy-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(fonts/Gilroy/Gilroy-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(fonts/Gilroy/Gilroy-Semibold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: NewStandardOld;
    src: url(fonts/Newstandardold/newstandardoldbold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: NewStandardOld;
    src: url(fonts/Newstandardold/newstandardold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
:root {
	--c-white: #fff;
	--c-black: #282828;
	--c-green: #A9FF27;
	--c-grey: #AEAEAE;
	--c-purple: #8A43E8;
	--transition: .3s;
	--header: 132px;
}
html {
	scroll-behavior: smooth;
    scroll-padding-top: 100px;
    scrollbar-gutter: stable;
}
html, body {
	padding: 0;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline:none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
	transition: all linear .3s;
	text-decoration: none;
}
p {
	margin: 0 0 15px 0;
	line-height: 140% /* 1.488rem */;
	letter-spacing: 0.021rem;
	color: var(--c-black);
	font-family: Gilroy;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}
p:last-child {
	margin-bottom: 0;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
.hidden {
	opacity: 0;
}
body {
	line-height: 1.3;
	font-family: Gilroy;
	font-weight: 400;
	background-color: #F3F3F3;
}
body.mob-menu-open {
	overflow: hidden;
}
[class*="container__"] {
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
}
.btn,
#sb_instagram #sbi_load .sbi_load_btn, 
#sb_instagram .sbi_follow_btn a {
	font-family: Gilroy;
	font-size: 1.063rem;
	font-weight: 500;
	color: var(--c-white);
	text-transform: uppercase;
	background: #D83CFF !important;
	background: linear-gradient(150deg, rgba(216, 60, 255, 1) 1%, rgba(127, 36, 222, 1) 15%, rgba(163, 137, 255, 1) 30%, rgba(215, 73, 255, 1) 45%, rgba(156, 61, 255, 1) 60%, rgba(227, 153, 232, 1) 70%, rgba(163, 137, 255, 1) 80%, rgba(113, 58, 214, 1) 95%) !important;
	display: inline-flex;
	padding: 1.063rem 3.125rem;
	justify-content: center;
	align-items: center;
	gap: 0.432rem;
	border: 0px solid var(--c-purple);
	transition: var(--transition);
	position: relative;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 0;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover,
#sb_instagram #sbi_load .sbi_load_btn:hover {
    outline: 0;
    box-shadow: none !important;
}
#sb_instagram #sbi_load .sbi_load_btn {
	background-color: transparent !important;
	text-decoration: underline;
	border-color: transparent;
}
.btn:hover,
#sb_instagram #sbi_load .sbi_load_btn:hover  {
	background-color: var(--c-purple) !important;
}
.btn:after,
#sb_instagram #sbi_load .sbi_load_btn:after,
#sb_instagram .sbi_follow_btn a:after {
	content: '';
    position: absolute;
    left: -9.856rem;
    top: 50%;
    display: block;
    width: 6.513rem;
    height: 9.856rem;
    transform: rotate(17.609deg) translateY(-50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 47.4%, rgba(255, 255, 255, 0.00) 100%);
	transition: var(--transition);
}
.btn:hover:after,
#sb_instagram #sbi_load .sbi_load_btn:hover:after,
#sb_instagram .sbi_follow_btn a:hover:after  {
	left: 100%;
}
.btn:active,
.btn:focus {
	background-color: #D4FD94;
	border-color: #D4FD94;
}
.c-grey {
	color: var(--c-grey);
}
.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    bottom: -20px;
}
.bg-white {
	background-color: #fff;
}
.section-title,
.section-title h1 {
	color: #282828;
	font-family: NewStandardOld;
	font-size: 2.188rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150% /* 3.281rem */;
	letter-spacing: 0.044rem;
	text-transform: uppercase;
	margin-bottom: 3rem;
	margin-top: 0;
}
.section-title h1 {
	margin-bottom: 0;
}
.block-head .section-title  {
	margin-bottom: 0;
}
.block-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 3rem;
}
.block-head .title-block {
	display: flex;
	align-items: center;
}
.section {
	padding: 7.812rem 0;
}
/* Header */
header {
	position: fixed;
    top: 0;
    width: 100%;
	padding: 10px 0;
	background-color: transparent;
	z-index: 9;
	transition: var(--transition);
    background-color: rgb(243 243 243 / 90%);
}
header.scroll {
    z-index: 10;
    backdrop-filter: blur(10px);
    background-color: rgb(243 243 243 / 90%);
    transition: var(--transition);
}
header .btn {
	background-color: transparent;
}
header .logo img {
	transition: var(--transition);
	height: 112px;
}
header.scroll .logo img {
	transition: var(--transition);
	height: 62px;
}
header.scroll .btn {
	padding: 0.9rem 2.5rem;
}
header .btns {
	text-align: right;
}
.header__wrapper {
    display: grid;
    grid-template-columns: 180px auto;
    gap: 0px 60px;
    align-items: center;
}
.mob-menu__contacts {
    display: none;
}
#header-menu {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
.menu a {
	color: var(--c-black);
	font-family: Gilroy;
	font-size: 1.063rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120% /* 1.275rem */;
	letter-spacing: 0.021rem;
	text-transform: uppercase;
	text-wrap: nowrap;
}
.menu .spec a {
	padding-left: 30px;
	background: url(images/spec.svg) no-repeat left center;
}
.menu a:hover,
.menu .current-menu-item a {
	color: var(--c-purple);
}
.border-top {
    border-top: 2px solid var(--c-black);
    padding-top: 2rem;
}
.title-block {
	align-self: stretch;
	color: var(--c-grey);
	font-family: Gilroy;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 130% /* 1.625rem */;
	letter-spacing: 0.025rem;
	text-transform: uppercase;
}
/* Content */
main {
	padding-top: var(--header);
	transition: var(--transition);
}
/* Hero */
.hero {
    padding-top: 1rem;
    padding-bottom: 12.912rem;
    overflow: hidden;
}
.hero .col-right {
    width: calc(100% - 570px);
}
.container__hero {
    padding-left: 7.125rem;
    position: relative;
    display: flex
}
img.comb-img {
    position: absolute;
    top: 110px;
    left: -130px;
    z-index: 3;
    max-height: calc(100% + 12.912rem - 80px);
}
.hero .col-left {
    width: 570px;
    flex-shrink: 0;
    z-index: 3;
}
.hero .col-left,
.hero .col-right {
	position: relative;
}
.container__corgi {
	padding-top: 100px;
	position: relative;
}
.page-template-offers .container__corgi {
	padding-top: 20px;
}
.text-hero {
	position: absolute;
	right: 0;
    top: 70px;
    transform: translate(0px, -50%);
	text-transform: uppercase;
    text-decoration: underline;
    text-underline-position: under;
    z-index: 3;
}

.container__hero .col-left:before {
	content: '';
	display: block;
	width: 320px;
	height: 70px;
	border-left: 1px solid var(--c-black);
	border-top: 1px solid var(--c-black);
	position: relative;
	left: calc(-7.125rem - 50px);
	top: 0;
}
@media screen and (min-width:1024px) {
	.home .text-hero {
		top:50px;
	}
	.container__hero .col-left:before {
		margin-top:-65px;
		margin-bottom:15px;
	}
}
.hero h1 {
    color: var(--c-black);
    font-family: NewStandardOld;
    font-size: 2.813rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140% /* 3.375rem */;
    letter-spacing: 0.056rem;
    text-transform: uppercase;
    margin: 0;
}
.razor-img {
    max-width: inherit;
    position: relative;
    left: -25%;
    top: 15%;
    width: 125%;
}
.razor-img__wrapper {
	transform: translateX(-100px);
	z-index: 2;
	position: relative;
}
.stripes {
	position: absolute;
    left: 0;
    top: 10%;
    bottom: 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 1;
}
.razor-img_bg {
    background-color: #f3f3f3;
    position: absolute;
    right: 57%;
    top: 0;
    bottom: 0;
    width: 50vw;
    transform: skewX(-35deg);
    transform-origin: center right;
    z-index: -1;
}
.razor-img.animation .stripes:before {
	left: calc(-87% + 100px);
}
.stripe {
	height: 55px;
    background: linear-gradient(to right, var(--c-purple) 10px, #f3f3f3 0);
    background-size: 45px 100%;
    width: 100%;
}
.stripe:nth-child(2) {
    transform: translateX(-22px);
}
.contact-me {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
}
.hero .btn {
	padding: 1.063rem 1.5rem;
}
/* About */
.about {
	overflow: hidden;
}
.col-right .btn {
    margin-top: 2rem;
}
.about__wrapper_top .col-right {
	padding-top: 3.641rem;
}
.about-item__title {
    color: #282828;
    font-family: Gilroy;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120% /* 1.5rem */;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.about .col-left p {
	max-width: 420px;
}
.about-item + .about-item {
	margin-top: 6.25rem;
}
.about__wrapper {
    display: grid;
    grid-template-columns: calc(100% - 340px - 5rem) 340px;
    gap: 2rem 5rem;
    justify-content: space-between;
    padding-right: 5rem;
}
.about__wrapper.type2 {
	padding-right: 0;
}
.about__wrapper blockquote {
	padding: 17px 30px 15px;
	margin:17px 0 0;
	margin-right: -30px;
	background:url(images/quote1.svg) no-repeat left top, url(images/quote2.svg) no-repeat right bottom;
}
.about__wrapper blockquote p {
	font-weight: 500;
font-size: 1.25rem;
}
.about__wrapper blockquote p:first-child {
	border-top:1px solid #282828;
	padding-top: 20px;
}
@media screen and (max-width:1024px) {
	.about__wrapper blockquote {
		margin-right: 0;
		padding: 15px;
	}
	.about__wrapper blockquote p {
		font-size: 1rem;
	}
	.about__wrapper.type2 {
		padding-right: 1.25rem;
	}
}
.about-img {
	display: flex;
	justify-content: flex-end;
	margin-top: 8.75rem;
	position: relative;
}
.about-img img {
    max-width: inherit;
    top: 15%;
    right: 25%;
    max-height: 50vw;
    position: absolute;
    z-index: 2;
}
/* Block instagramm */
.inst {
	overflow: hidden;
	padding-top: 0;
	adding-left: 20px;
    padding-right: 20px;
}
.inst__wrapper {
	margin-bottom: 2rem;
}
.inst swiper-slide {
    width: 214px;
}
.slider + .slider {
	position: relative;
	margin-top: 20px;
	margin-right: -107px;
}
/* Block services */
.services {
	background-color: #fff;
}
.home .accordion__content-body {
    max-width: 720px;
    width: 100%;
}
.home .accordion__details + .accordion__content,
.home .accordion__details[open] + .accordion__content {
    padding-top: 2rem;
}
.home .accordion__head {
	cursor: text;
}
.services__wrapper {
    margin-bottom: 4rem;
}
/* Haircut */
swiper-slide {
	width: 280px;
}
swiper-container {
	position: relative;
	padding-bottom: 80px;
}
swiper-container:after {
	position: absolute;
	left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
	content: '';
	display: inline-block;
	width: 220px;
	height: 280px;
	background-image: url("data:image/svg+xml,%3Csvg width='222' height='280' viewBox='0 0 222 280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M110 0.952637C143.137 0.952637 170 36.9937 170 81.4526C170 109.555 159.266 134.293 143 148.693V170.371C146.546 171.145 150.043 172.049 153.478 173.081C166.945 177.126 179.182 183.056 189.489 190.531C199.796 198.006 207.973 206.88 213.551 216.647C219.129 226.414 222 236.881 222 247.453C222 247.453 204.5 281.453 107.5 279.453C10.5 277.453 0 247.453 0 247.453C0 236.881 2.87107 226.414 8.44922 216.647C14.0274 206.88 22.2036 198.006 32.5107 190.531C42.818 183.056 55.0553 177.126 68.5225 173.081C70.6584 172.439 72.8187 171.847 75 171.304V146.842C59.86 132.229 50 108.386 50 81.4526C50 36.9937 76.8629 0.952637 110 0.952637Z' fill='white'/%3E%3C/svg%3E%0A");
}
.haircut__carousel img {
    margin: 0 auto;
}
swiper-slide {
	padding-top: 50px;
}
swiper-slide[data-swiper-slide-index="0"] {
	padding-top: 5px;
}
swiper-slide[data-swiper-slide-index="2"] {
	padding-top: 55px;
}
swiper-slide[data-swiper-slide-index="3"] {
	padding-top: 10px;
}
swiper-slide[data-swiper-slide-index="5"] {
	padding-top: 65px;
}
swiper-slide[data-swiper-slide-index="7"] {
	padding-top: 5px;
}
swiper-slide[data-swiper-slide-index="9"] {
	padding-top: 55px;
}
swiper-slide[data-swiper-slide-index="10"] {
	padding-top: 10px;
}
swiper-slide[data-swiper-slide-index="12"] {
	padding-top: 65px;
}
.haircut__top .d-flex {
	display: flex;
	gap: 7vw;
}
.haircut__top .col-right,
.haircut__top .col-left {
	max-width: 430px;
}
.haircut__list {
    display: grid;
    grid-template-columns: 185px repeat(3, 1fr);
    gap: clamp(1rem, 32px, 3rem);
}
.haircut__list_item {
    display: flex;
    gap: 1rem;
}
.haircut__list_item span {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(169deg, #dd42ff 0%, #713ad6 100%);
	flex-shrink: 0;
}
.haircut__list_item span svg {

}
.haircut__list_item p {
    text-transform: uppercase;
}
.haircut__btn-body {
    display: flex;
    gap: 30px 60px;
    align-items: flex-end;
    margin-top: 3rem;
}
.haircut__btn_text {
    padding-top: 2rem;
    border-top: 1px solid #282828;
    display: flex;
    gap: 2rem;
    text-transform: uppercase;
}
.haircut__btn_text p:last-child {
	min-width: 270px;
}
/* Testimonials */
.testimonials {
	position: relative;
	z-index: 2;
}
.testimonials__wrapper {
}
.wp-gr[data-layout="slider"] .grw-review {
	align-items: flex-start !important;
	z-index: 2 !important;
	padding-bottom: 7.812rem !important;
}
	.testimonials {
		margin-bottom: -7.812rem;
	}
	.wp-gr[data-layout="slider"] .grw-reviews {
		    padding-bottom: 200px !important;
    margin-bottom: -200px !important;
	}
.testimonials__wrapper {
    display: flex;
    gap: 1.5rem;
    padding: 0 1rem;
}
.wp-gr.wpac .wp-google-left img {
	display: none;
}
.wp-gr .wp-google-time {
	opacity: 0;
    pointer-events: none;
    display: none;
}
.grw-review-inner {
	display: flex !important;
	flex-direction: column;
	gap: 2.5rem;
	height: 100% !important;
}
.wp-gr.wpac a.wp-google-name {
	color: var(--c-black) !important;
	text-transform: uppercase !important;
	font-family: Gilroy !important;
	font-size: 1.513rem !important;
	font-style: normal !important;
	font-weight: 500 !important;
}
.wp-gr .wp-google-text {
	color: var(--c-black) !important;
	font-family: Gilroy !important;
	font-size: 1.081rem !important;
	font-style: norma !importantl;
	font-weight: 400 !important;
	line-height: 140% /* 1.513rem */;
	letter-spacing: 0.022rem;
	text-transform: uppercase !important;
	position: absolute !important;
    right: 0rem !important;
    left: 0rem !important;
    background-color: #fafafa !important;
    padding: 0 2rem 2rem 2rem !important;
    display: block !important;
 }
.wp-gr .wp-star svg {
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle !important;
}
.wp-google-text:has(.rpi-s) {
	position: relative !important;
	padding: 0 !important;
}
.wp-gr .wp-google-stars .wp-star {
    padding: 0 8px 0 0 !important;
}
.wp-gr .grw-header-inner, .wp-gr .grw-review-inner {
	padding: 2.5rem 2rem !important;
}
.wp-gr .grw-review {
    align-items: flex-start !important;
}
.wp-gr .wp-more-toggle {
    margin-top: 1.5rem !important;
	z-index: 5;
	display: block;
	font-size: 0 !important;
}
.wp-gr .wp-more-toggle:after {
	content: 'READ MORE';
	color: #AEAEAE;
	font-family: Gilroy;
	font-size: 1.081rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140% /* 1.513rem */;
	letter-spacing: 0.022rem;
	text-transform: uppercase;
}
/*.wp-gr .wp-google-text {
    display: block;
    left: -2rem !important;
    top: 0 !important;
    right: -2rem !important;
    position: absolute !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    max-width: inherit !important;
    background-color: #fafafa !important;
    padding-bottom: 2rem !important;
}
.wp-gr .grw-reviews {
	overflow: visible !important;
}
.wp-gr .grw-review .wp-google-feedback {
	position: relative !important; 
	overflow: visible !important;
}*/
.wp-gr .grw-review .wp-google-stars {
	margin: 0 !important;
}
.wp-gr .grw-review .wp-google-left {
	z-index: 1;
	padding: 0 0 0 calc(28px + 1rem) !important;
}
.wp-gr .grw-review-inner>svg {
	z-index: 2;
	width: 28px !important;
    height: 28px !important;
    top: 39px !important;
    right: auto !important;
}
.wp-gr .grw-review .wp-google-stars {
	z-index: 3;
}
.grw-review-inner > div:nth-child(3) {
	z-index: 4;
}
/* Form */
.form {
	overflow: hidden;
	padding-bottom: 0;
}
.form .section-title {
	margin-bottom: 0;
}
.form__wrapper {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	align-items: flex-start;
}
.container__form {
	padding: 7.812rem 0 21.625rem;
	position: relative;
}
.container__form .bg-image {
	position: absolute;
    top: 12%;
    left: 40%;
    max-width: initial;
    z-index: -1;
    max-height: 59vw;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media (width <= 1120px) {
	.container__book .bg-image {
		right: 0%;
	}
}
/* Accordion */
.accordion__content {
	display: grid;
	grid-template-rows: 1fr;
	padding-top: 3rem;
	transition-duration: 0.3s;
}
.accordion__content-body {
	overflow: hidden;
}
.accordion__details[open] + .accordion__content {
	grid-template-rows: 1fr;
	padding-top: 3rem;
}
.service__more:after {
    content: attr(data-text-open);
}
.accordion__details[open] .service__more:after {
    content: attr(data-text-close);
}
/* Newsletter */
.newsletter__wrapper {
    gap: 7.235rem;
    display: grid;
    grid-template-columns: auto 550px;
    align-items: flex-end;
}
.newsletter .title-block {
    margin-bottom: 1rem;
}
.newsletter p {
    text-transform: uppercase;
    line-height: 175%;
}
/* Footer */
footer {
    padding-top: 4.375rem;
	background: #FFF;
	box-shadow: 0rem 0.25rem 3.125rem 0rem rgba(0, 0, 0, 0.05);
	padding-bottom: 30px;
}
footer .title-block {
	margin-bottom: 2rem;
}
.footer__column:nth-child(2) {
    margin-left: auto;
}
.author {
	margin-top: 2rem;
	color: var(--c-black);
	font-family: Gilroy;
	font-size: 1.063rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.021rem;
	text-transform: uppercase;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.author a {
	color: var(--c-black);
}
.author a:hover {
	color: var(--c-purple);
}
.list__soc {
	padding: 0;
	margin: 2rem 0 0 0;
	list-style-type: none;
	display: flex;
	gap: 0.625rem;
}
.list__soc a {
	display: flex;
	width: 3.647rem;
	height: 3.647rem;
	align-items: center;
	justify-content: center;
	padding: .5rem;
	background: #D83CFF;
	background: linear-gradient(150deg, rgba(216, 60, 255, 1) 1%, rgba(127, 36, 222, 1) 15%, rgba(163, 137, 255, 1) 30%, rgba(215, 73, 255, 1) 45%, rgba(156, 61, 255, 1) 60%, rgba(227, 153, 232, 1) 70%, rgba(163, 137, 255, 1) 80%, rgba(113, 58, 214, 1) 95%);
	position: relative;
	overflow: hidden;
}
.list__soc a:after {
	content: '';
	position: absolute;
	left: -9.856rem;
	top: 50%;
	display: block;
	height: 9.856rem;
    width: 6.513rem;
	transform: rotate(17.609deg) translateY(-50%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 47.4%, rgba(255, 255, 255, 0.00) 100%);
	transition: var(--transition);
}
.list__soc a:hover:after {
	left: 100%;
}
.list__opening-hours {
	display: flex;
    flex-direction: column;
    gap: 0.963rem;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #282828;
    font-family: Gilroy;
    font-size: 1.063rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120% /* 1.275rem */;
    letter-spacing: 0.021rem;
    text-transform: uppercase;
    text-wrap: nowrap;
}
.footer__wrapper {
	margin-top: 6.176rem;
    display: flex;
    gap: 2rem 10rem;
}
#footer-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.963rem;
}
.copy {
    text-align: center;
    margin-top: 2rem;
    font-size: 1rem;
	color: var(--c-grey);
}
/* Contact form 7 */
.wpcf7 {
    display: flex;
    align-items: center;
}
.wpcf7-form fieldset {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    border: none;
}
.wpcf7-form input:not([type="submit"]) {
	color: var(--c-black);
    min-height: 60px;
    font-weight: 400;
	font-family: Gilroy;
    font-size: 1rem;
    padding: 1rem 3.125rem;
    text-transform: uppercase;
    transition: var(--transition);
    width: 100%;
}
span[data-name="your-email"] {
	--borderWidth: 1px;
	width: 100%;
	display: flex;
    align-items: center;
    border-radius: 0;
	--borderGradient: 
		linear-gradient(
			150deg, rgba(216, 60, 255, 1) 1%, 
			rgba(127, 36, 222, 1) 15%, 
			rgba(163, 137, 255, 1) 30%, 
			rgba(215, 73, 255, 1) 45%, 
			rgba(156, 61, 255, 1) 60%, 
			rgba(227, 153, 232, 1) 70%, 
			rgba(163, 137, 255, 1) 80%, 
			rgba(113, 58, 214, 1) 95%) !important;
	position: relative;

	&:before {
    	content: '';
    	position: absolute;
    	inset: 0;
    	padding: var(--borderWidth);
    	background-image: var(--borderGradient);
    	border-radius: inherit;
    	mask: 
    		conic-gradient(#000 0 0) content-box exclude,
    		conic-gradient(#000 0 0);
    	pointer-events: none;
    }
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form input:not([type="submit"])::placeholder {
	font-weight: 400;
	font-family: Gilroy;
    font-size: 1rem;
    text-transform: uppercase;
}
.wpcf7-not-valid-tip {
    position: absolute;
    display: block;
    transform: translate(10px, -50%);
    background-color: #fff;
    line-height: 1;
    padding: 2px 4px;
    font-size: .8rem;
    color: #ff0000;
}
.screen-reader-response,
span.wpcf7-spinner {
	display: none;
}
.wpcf7-form input:not([type="submit"])::placeholder {
	color: var(--c-grey);
	transition: var(--transition);
}
.wpcf7-form input:focus:not([type="submit"])::placeholder {
	color: #fff;
}
/* Services */
.all-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 3rem;
}
.services__section:first-child {
	grid-row: span 2;
}
.services__section:nth-last-child(3) {
	grid-column: 2 / 3;
}
.services__section:last-child,
.services__section:nth-last-child(2) {
    grid-column: span 2;
}
.services__section:nth-child(2) ~ div {
    margin-top: 3rem;
}
.services__section-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.services__section:last-child .services__section-list {
    flex-direction: row;
    flex-wrap: wrap;
}
.services__section:last-child .services__section-item {
	width: 100%;
}
.services__section-title {
    display: flex;
    min-height: 270px;
    align-items: flex-end;
    padding-bottom: 0rem;
    justify-content: center;
    position: relative;
    margin-bottom: 2rem;
}
.services__section-title .icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	height: 210px;
}
.accordion__head {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-right: 5rem;
    align-items: center;
    cursor: pointer;
}
.accordion__head .link_icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
}
.accordion__head .link_icon svg {
	transform: scale(1.0) translate(0,0);
	transition: var(--transition);
}
.accordion__head .link_icon:hover svg {
	transform: scale(1.2)  translate(10%, -10%);
	transition: var(--transition);
}
.service__more {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: var(--c-grey);
    text-decoration: underline;
    text-underline-position: under;
}
.accordion__summary {
    border: none;
    border-top: 1px solid var(--c-black);
    padding-top: 1.25rem;
    list-style-type: none;
}
summary::-webkit-details-marker {
    display: none;
}
.accordion__head > div {
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
}
.service__title,
.service__title a {
    color: var(--c-black);
    font-family: Gilroy;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130% /* 1.625rem */;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    padding-right: 10px;
}
.service__title a:hover {
	color: var(--c-purple);
}
.service__price {
    color: var(--c-black);
    font-family: NewStandardOld;
    font-size: 2.188rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130% /* 2.844rem */;
    letter-spacing: 0.044rem;
    text-transform: uppercase;
    margin-left: auto;
    white-space: nowrap;
}
/* Marquee */
.marquee {
    padding: 2rem 0;
    background: #D83CFF;
    background: linear-gradient(150deg, rgba(216, 60, 255, 1) 1%, rgba(127, 36, 222, 1) 15%, rgba(163, 137, 255, 1) 30%, rgba(215, 73, 255, 1) 45%, rgba(156, 61, 255, 1) 60%, rgba(227, 153, 232, 1) 70%, rgba(163, 137, 255, 1) 80%, rgba(113, 58, 214, 1) 95%);
    overflow: hidden;
}
.marquee__item {
    white-space: nowrap;
    color: #fff;
    font-family: NewStandardOld;
    font-size: 2.188rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100% /* 3.281rem */;
    letter-spacing: 0.044rem;
    text-transform: uppercase;
}
.marquee__wrap {
  	animation: scroll 20s linear infinite;
	flex-shrink: 0;
	display: flex;
	gap: 1.5rem;
	counter-reset: item;
	justify-content: space-around;
	min-width: 100%;
}
/*.marquee:hover .marquee__wrap {
  	animation-play-state: paused;
}*/
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1.5rem));
  }
}
/* Page */
.container__page {
    padding-bottom: 7.812rem;
}
/* Gallery template */
.gallery-slider {
	margin-top: 1rem;
}
.gallery-slider swiper-container {
}
.img-inst {
	margin: 7.812rem auto 0;
}
.gallery-slider swiper-slide {
	width: 214px;
	display: flex;
	align-items: center;
}
.gallery-slider swiper-container swiper-slide[data-swiper-slide-index="1"],
.gallery-slider swiper-container swiper-slide[data-swiper-slide-index="3"],
.gallery-slider swiper-container swiper-slide[data-swiper-slide-index="6"],
.gallery-slider swiper-container swiper-slide[data-swiper-slide-index="9"] {
	padding-top: 40px;
}
.gallery-slider swiper-container swiper-slide[data-swiper-slide-index="3"],
.gallery-slider swiper-container swiper-slide[data-swiper-slide-index="6"] {
	width: 196px;
}
.gallery-slider swiper-container swiper-slide[data-swiper-slide-index="2"],
.gallery-slider swiper-container swiper-slide[data-swiper-slide-index="4"] {
	padding-top: 20px;
	position: relative;
}
.gallery-slider swiper-container > swiper-slide[data-swiper-slide-index="5"],
.gallery-slider swiper-container > swiper-slide[data-swiper-slide-index="7"] {
	padding-bottom: 20px;
	position: relative;
	width: 160px;
}
.gallery-slider {
	padding-left: 20px;
	padding-right: 20px;
}
#sb_instagram .sb_instagram_header a, .sb_instagram_header a {
	color: var(--c-black);
}
#sb_instagram .sb_instagram_header a:hover, .sb_instagram_header a:hover {
	color: var(--c-purple);
}
/* About */
figure {
    margin: 0;
}
figcaption {
    color: #AEAEAE;
    font-family: Gilroy;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130% /* 1.625rem */;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 1rem;
}
.about-hero {
	overflow: hidden;
}
.about-hero__wrapper {
    display: grid;
    grid-template-columns: 505px auto;
    gap: 4.5rem;
    align-items: center;
}
.img-about-me {
    margin: 3.75rem auto;
}
.about-hero__animation {
    background: linear-gradient(to right, var(--c-purple) 10px, #f3f3f3 0);
    background-size: 50px 100%;
    height: 8.75rem;
    margin-top: 11.37rem;
    position: relative;
}
.razor {
    position: absolute;
    bottom: 15%;
    right: clamp(0%, calc(70% - 50px), 90%);
    width: 100vw;
}
.razor img {
 	width: 50vw;
    max-width: 600px;
    min-width: 300px;
    margin-left: auto;
}
.razor.animation img {
    
}
.razor:before {
	content: '';
    position: absolute;
    height: 40%;
    bottom: 13%;
    right: 10%;
    background-color: #f3f3f3;
    width: 100vw;
    z-index: 1;
    transform: rotate(2deg);
    transform-origin: right bottom;
}
.about-hero__animation img {
	position: relative;
    z-index: 2;
}
.pt-0 {
	padding-top: 0rem;
}
.pt-3 {
	padding-top: 3rem;
}
.pb-0 {
	padding-bottom: 0rem;
}
.session__text {
    column-count: 2;
}
.session__text p {
	page-break-inside: avoid;
  	break-inside: avoid;
  	text-transform: uppercase;
}
.session .btn {
    margin-top: 3rem;
}
.list-unstyle {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.list-type-square li {
	display: flex;
}
.list-type-square li:before {
  	content: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.444458' width='15' height='15' fill='%238A43E8'/%3E%3C/svg%3E%0A");
  	margin-right: 10px;
  	position: relative;
    top: 2px;
}
.list-type-square li:not(:last-child) {
	margin-bottom: 1.5rem;
}
.session_text {
    display: flex;
    position: relative;
    padding-right: calc(7rem + 160px);
}
.session_text img {
    transform: translate(50px,30px);
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-me_text {
    column-count: 2;
    
}
.about-me_text p {
	page-break-inside: avoid;
    break-inside: avoid;
    text-transform: uppercase;
}
.sertificates {
    margin: 3rem 0;
}
.swiper-container {
	position: relative;
	padding: 0 65px;
}
.nav-carousel {
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	background-color: #8A43E8;
	cursor: pointer;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nav-prev  {
	left: 0;
}
.nav-next {
	right: 0;
}
.sertificates__slider--img {
	position: relative;
	padding: 0 0 8px 8px;
}
.sertificates__slider--img:before {
	content: '';
	z-index: -1;
	display: block;
	position: absolute;
	width: calc(100% - 8px);
    height: calc(100% - 8px);
    right: 8px;
    top: 8px;
	background: linear-gradient(128.13deg, #D83CFF 4.93%, #7F24DE 19.24%, #A389FF 35.37%, #D749FF 50.89%, #9C3DFF 66.72%, #E399E8 82.55%, #A389FF 87.82%, #713AD6 103.65%);
}
.sertificates__slider--img img {
	border: 1px solid #713AD6;
}
.sertificates__slider {
    display: block;
    width: 100%;
}
.sertificates swiper-slide {
    padding-top: 0px;
}
.sertificates swiper-container {
	padding-bottom: 0;
}
/* Contacts */
.page-template-contacts main {
	margin-top: -179px;
	padding-top: calc(179px + var(--header));
	overflow: hidden;
}
.contacts {
	position: relative;
}
.contacts__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem 1.25rem;
}
.contacts .col-right {
    position: relative;
}
.col_map img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
img.hand {
    position: absolute;
    z-index: 2;
    left: calc(50% - 50px);
    top: -7vw;
    max-width: 50vw;
    min-width: 900px;
    pointer-events: none;
}
.col_map {
	position: relative;
}
.col_map:after {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    display: block;
    pointer-events: none;
}
.col_map iframe {
    min-height: 500px;
    filter: grayscale(90%);
}
.contacts__info {
    background-color: #fff;
    padding: 3.675rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.contacts__info p {
	margin-bottom: 0;
}
.contacts .col:first-child {
    padding-top: 4rem;
}
.list__icon li {
    display: flex;
    gap: 1.3rem;
    align-items: center;
}
.list__icon li span {
    display: block;
    margin-bottom: 0.3rem;
    color: #282828;
    font-family: Gilroy;
    font-size: 1.063rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140% /* 1.488rem */;
    letter-spacing: 0.021rem;
    text-transform: uppercase;
}
.list__icon li a,
.list__icon li p {
	color: #282828;
	font-family: Gilroy;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140% /* 1.75rem */;
	letter-spacing: 0.025rem;
	text-transform: uppercase;
}
.list__icon li a:hover {
	color: var(--c-purple);
}
.list__icon li:first-child a {
	font-size: 2.188rem;
}
.list__icon {
	list-style-type: none;
	padding: 0;
	margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}
.list__icon .icon {
    background: #D83CFF;
    background: linear-gradient(150deg, rgba(216, 60, 255, 1) 1%, rgba(127, 36, 222, 1) 15%, rgba(163, 137, 255, 1) 30%, rgba(215, 73, 255, 1) 45%, rgba(156, 61, 255, 1) 60%, rgba(227, 153, 232, 1) 70%, rgba(163, 137, 255, 1) 80%, rgba(113, 58, 214, 1) 95%);
    width: 3.875rem;
    height: 3.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.corgi_rain {
	cursor: pointer;
	transition: var(--transition);
	display: flex;
	align-items: center;
	justify-content: center;
}
.corgi_rain lottie-player {
	width: 125px;
	margin-top: -15px;
	margin-right: -20px;
	margin-left: -35px;
}
.corgi_rain.active {
	pointer-events: none;
}
.corgi_rain:hover {
	color: var(--c-purple);
}
.corgi_animation {
	position: fixed;
	height: 100vw;
	min-height: 1000px;
	inset: 0;
	transform: translate(0px,-110%);
	z-index: 99;
	opacity: 0;
}
.corgi_animation.animation {
	opacity: 1;
	animation: 5s linear corgi;
}
@-webkit-keyframes corgi {
  from {
    transform: translate(0px,-110%);
  }
  to {
    transform: translate(0px,110%);
  }
}
.corgi_animation .corgi {
	position: absolute;
	max-width: 250px;
    min-width: 110px;
    width: 15vw;
    overflow: hidden;
}
.corgi {
	transition: 4s top linear;
}
.corgi_1 {
    position: absolute;
    left: calc(50% + 8vw);
    top: 0%;
}
@-webkit-keyframes corgi1 {
  0% {
    top: 0%;
  }
  50% {
    top: 20%;
  }
  100% {
    top: 0%;
  }
}
.corgi_2 {
    position: absolute;
    left: calc(50% - 22vw);
    top: 26%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi2 {
  0% {
    top: 26%;
  }
  50% {
    top: 45%;
  }
  100% {
    top: 26%;
  }
}
.corgi_3 {
    position: absolute;
    left: calc(50% + 34vw);
    top: 28%;
    transform: scaleX(1) rotate(15deg);
}
@-webkit-keyframes corgi3 {
  0% {
    top: 28%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 28%;
  }
}
.corgi_4 {
    position: absolute;
    left: calc(50% - 33vw);
    top: 43%;
    transform: scaleX(1) rotate(11deg);
}
@-webkit-keyframes corgi4 {
  0% {
    top: 43%;
  }
  50% {
    top: 58%;
  }
  100% {
    top: 43%;
  }
}
.corgi_5 {
    position: absolute;
    left: calc(50% - 23vw);
    top: 53%;
    transform: scaleX(-1) rotate(-5deg);
}
@-webkit-keyframes corgi5 {
  0% {
    top: 53%;
  }
  50% {
    top: 80%;
  }
  100% {
    top: 53%;
  }
}
.corgi_6 {
    position: absolute;
    left: calc(50% + 18vw);
    top: 55%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi6 {
  0% {
    top: 55%;
  }
  50% {
    top: 60%;
  }
  100% {
    top: 55%;
  }
}
.corgi_7 {
    position: absolute;
    left: calc(50% + 14vw);
    top: 39%;
    transform: scaleX(-1) rotate(-36deg);
}
@-webkit-keyframes corgi7 {
  0% {
    top: 39%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 39%;
  }
}
.corgi_8 {
    position: absolute;
    left: calc(50% - 48vw);
    top: 75%;
    transform: scaleX(-1) rotate(-53deg);
}
@-webkit-keyframes corgi8 {
  0% {
    top: 75%;
  }
  50% {
    top: 90%;
  }
  100% {
    top: 75%;
  }
}
.corgi_9 {
    position: absolute;
    left: calc(50% + 28vw);
    top: 77%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi9 {
  0% {
    top: 77%;
  }
  50% {
    top: 90%;
  }
  100% {
    top: 77%;
  }
}
.corgi_10 {
    position: absolute;
    left: calc(50% - 5vw);
    top: 90%;
    transform: scaleX(1) rotate(11deg);
}
.corgi_11 {
    position: absolute;
    left: calc(0% + 28vw);
    top: 5%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi11 {
  0% {
    top: 5%;
  }
  50% {
    top: 25%;
  }
  100% {
    top: 5%;
  }
}
.corgi_12 {
    position: absolute;
    left: calc(23% + 28vw);
    top: 60%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi12 {
  0% {
    top: 60%;
  }
  50% {
    top: 75%;
  }
  100% {
    top: 60%;
  }
}
.corgi_13 {
    position: absolute;
    left: calc(25% + 28vw);
    top: 20%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi13 {
  0% {
    top: 20%;
  }
  50% {
    top: 30%;
  }
  100% {
    top: 20%;
  }
}
.corgi_14 {
    position: absolute;
    left: calc(0% + 5vw);
    top: 20%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi14 {
  0% {
    top: 20%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 20%;
  }
}
.corgi_15 {
    position: absolute;
    left: calc(0% + 5vw);
    top: 5%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi15 {
  0% {
    top: 5%;
  }
  50% {
    top: 25%;
  }
  100% {
    top: 10%;
  }
}
.corgi_16 {
    position: absolute;
    left: calc(1% + 5vw);
    top: 40%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi16 {
  0% {
    top: 40%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 30%;
  }
}
.corgi_17 {
    position: absolute;
    left: calc(0% + 7vw);
    top: 50%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi17 {
  0% {
    top: 50%;
  }
  50% {
    top: 60%;
  }
  100% {
    top: 70%;
  }
}
.corgi_18 {
    position: absolute;
    left: calc(0% + 45vw);
    top: 40%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi18 {
  0% {
    top: 40%;
  }
  50% {
    top: 60%;
  }
  100% {
    top: 40%;
  }
}
.corgi_19 {
    position: absolute;
    left: calc(0% + 40vw);
    top: 5%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi19 {
  0% {
    top: 5%;
  }
  50% {
    top: 35%;
  }
  100% {
    top: 10%;
  }
}
.corgi_20 {
    position: absolute;
    left: calc(0% + 83vw);
    top: 60%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi20 {
  0% {
    top: 60%;
  }
  50% {
    top: 70%;
  }
  100% {
    top: 65%;
  }
}
.corgi_21 {
    position: absolute;
    left: calc(0% + 70vw);
    top: 15%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi21 {
  0% {
    top: 15%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 20%;
  }
}
.corgi_22 {
    position: absolute;
    left: calc(0% + 80vw);
    top: 40%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi22 {
  0% {
    top: 40%;
  }
  50% {
    top: 60%;
  }
  100% {
    top: 40%;
  }
}
.corgi_23 {
    position: absolute;
    left: calc(0% + 85vw);
    top: 5%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi23 {
  0% {
    top: 5%;
  }
  50% {
    top: 35%;
  }
  100% {
    top: 10%;
  }
}
.corgi_24 {
    position: absolute;
    left: calc(0% + 25vw);
    top: 65%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi24 {
  0% {
    top: 65%;
  }
  50% {
    top: 85%;
  }
  100% {
    top: 70%;
  }
}
.corgi_25 {
    position: absolute;
    left: calc(0% + 25vw);
    top: 85%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi25 {
  0% {
    top: 85%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 90%;
  }
}
.corgi_26 {
    position: absolute;
    left: calc(0% + 68vw);
    top: 68%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi26 {
  0% {
    top: 68%;
  }
  50% {
    top: 78%;
  }
  100% {
    top: 68%;
  }
}
.corgi_27 {
    position: absolute;
    left: calc(0% + 60vw);
    top: 80%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi27 {
  0% {
    top: 80%;
  }
  50% {
    top: 90%;
  }
  100% {
    top: 100%;
  }
}
.corgi_28 {
    position: absolute;
    left: calc(0% + 80vw);
    top: 100%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi28 {
  0% {
    top: 100%;
  }
  50% {
    top: 95%;
  }
  100% {
    top: 90%;
  }
}
.corgi_29 {
    position: absolute;
    left: calc(0% + 5vw);
    top: 90%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi29 {
  0% {
    top: 90%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 90%;
  }
}
.corgi_30 {
    position: absolute;
    left: calc(0% + 40vw);
    top: 70%;
    transform: scaleX(-1) rotate(11deg);
}
@-webkit-keyframes corgi30 {
  0% {
    top: 70%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 20%;
  }
}


.home #sb_instagram .sb_instagram_header, .home .sb_instagram_header,
.home #sb_instagram #sbi_load {
	display: none;
}
#sb_instagram.sbi_fixed_height {
	height: 100% !important;
}
/* 404 */
.number404 {
	color: var(--c-grey);
    font-size: clamp(20px, 20vw, 200px);
    margin-bottom: 3rem;
    opacity: 0.6;
}
.number404 span {
	color: var(--c-purple);
	position: relative;
	bottom: -1rem;
}
.grecaptcha-badge {
    display: none !important;
}
@media (width < 1280px) {
	[class*="container__"] {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.header__wrapper {
	    grid-template-columns: 160px auto;
    	gap: 0px 30px;
	}
	#header-menu {
		gap: 1rem;
	}
	.btn {
		padding: 1.063rem 1.925rem;
		font-size: 0.813rem;
	}
	header .btn {
		width: 100%;
	}
	.hero h1 {
		font-size: 2.213rem;
	}
	.hero .col-left {
		width: 430px;
	}
	.container__hero .col-left:before {
		left: calc(-7.125rem + 1rem);
	}
	.container__hero {
		padding-left: 7.125rem;
	}
	.hero .col-right {
    	width: calc(100% - 430px);
	}
	img.comb-img {
    	left: -1rem;
    	width: 7.125rem;
	}
	.razor-img {
    	width: 100%;
    	left: 0%;
	}
	.hero {
    	padding-bottom: 7.812rem;

	}
	img.hand {
    	min-width: 800px;
	}
	img.comb-img {
		max-height: calc(100% + 7.812rem - 80px);
	}
}
@media (width < 1024px) {
	.container__corgi {
    	padding-top: 15px;
	}
	.text-hero {
		transform: translate(0,0);
	}
	.razor-img_bg {
		width: 200vw;
		right: 63%;
	}
	.stripe {
    	height: 40px;
    	background: linear-gradient(to right, var(--c-purple) 6px, #f3f3f3 0);
    	background-size: 30px 100%;
    	width: 100%;
	}
	.hero {
    	padding-top: 1rem;
    	padding-bottom: 1rem;
	}
	.contact-me {
    	gap: 1.5rem;
    	margin-top: 1.5rem;
	}
	.razor-img {
        max-width: 100%;
        left: 0;
    	top: 0;
    }
    .hero .col-right {
    	margin-top: 1.5rem;
    }
    .section {
    	padding: 2.5rem 0;
	}
	.about-hero.pt-0 {
		padding-top: 0;
	}
	.about-hero__wrapper .section-title {
		font-size: 1.5rem;
	}
	.about-hero__foto {
		order:2;
		padding-bottom: 30px;
	}
	.corgi_rain {
		margin-bottom: 10px;
	}
	.corgi_rain:last-child {
		margin-bottom: 0;
	}
	.hero {
		padding-top: 0;
	}
	.header__wrapper {
        grid-template-columns: 120px auto;
        gap: 0px 30px;
    }
    .mob-menu__contacts {
    	display: block;
	}
    header .btns .btn {
    	display: none;
    }
    .btn__mob {
        width: 45px;
        height: 30px;
        position: relative;
        margin: 0px 0 0 auto;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .btn__mob span {
        display: block;
        position: absolute;
        height: 6px;
        height: 3px;
        width: 100%;
        background: #7F7F7F;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .btn__mob span:nth-child(2), .btn__mob span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
    }
    .btn__mob span:nth-child(1) {
        top: 0px;
        width: 36px;
        left: auto;
        right: 0;
    }
    .btn__mob span:nth-child(4) {
        bottom: 0px;
        width: 36px;
        left: auto;
        right: 0;
    }
    .btn__mob.open span:nth-child(1),
    .btn__mob.open span:nth-child(4) {
        opacity: 0;
    }
    .btn__mob.open span:nth-child(2) {
        transform: translateY(-50%) rotate(45deg);
    }
    .btn__mob.open span:nth-child(3) {
        transform: translateY(-50%) rotate(-45deg);
    }
    .btn__mob.open span {
        background: var(--c-purple);
    }
    .mob-menu-open header {
    	z-index: 11;
    }
    .list__icon li a {
    	font-size: 0.95rem;
    }
    .list__icon li span {
    	font-size: 0.763rem;
    }
    .list__icon li:first-child a {
    	font-size: 1.888rem;
	}
	.list__icon {
		gap: 1rem;
	}
	.list__icon .icon {
	    width: 3.675rem;
	    height: 3.675rem;
    	border-radius: 100%;
    	padding: 5px;
	}
	.list__icon .icon svg {
    	width: 30px;
	}
	.mob-menu-open header:after {
	    content: '';
	    display: block;
	    position: absolute;
	    inset: 0;
	    background-color: #ffffff;
	}
    .mob-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        inset: 0px 0 0 0;
        background-color: #fff;
        transform: translateX(-100%);
        transition: var(--transition);
        padding-top: calc(140px + 1.25rem);
        height: 100dvh;
        overflow: auto;
        padding-bottom: 3rem;
    }
    header .contacts__info {
	    background-color: #fff;
	    padding: 0;
	    display: flex;
	    flex-direction: column;
	    gap: 0;
	}
    header.scroll .mob-menu {
        padding-top: calc(97px + 1.25rem);
    }
    #header-menu {
        flex-direction: column;
    }
    #header-menu li {
    	width: 100%;
    }
    #header-menu a {
    	padding-left: 1.25rem;
    }
    #header-menu .spec a {
    	padding-left: calc(1.25rem + 30px);
    	background-position-x: 1.25rem;
    }
    header .logo,
    header .btns {
    	z-index: 10;
	}
    .mob-menu.open {
        transform: translateX(0%);
    }
    .mob-menu__contacts {
        padding-top: 1.25rem;
        margin-top: 1.25rem;
        padding-left: 1.25rem;
        border-top: 1px solid var(--c-grey);
    }
    footer {
    	display: flex;
    	flex-direction: column;
    }
    .newsletter {
    	text-align: center;
    	order: 3;
    	margin-top: 3.75rem;
	}
	.newsletter p {
		max-width: 280px;
		margin: 0 auto;
	}
    .newsletter__wrapper {
	    gap: 2rem;
	    grid-template-columns: 1fr;
	}
	.footer__wrapper,
	.container__footer,
	.footer__column {
		display: contents;
	}
	.newsletter .title-block {
    	margin-bottom: 2rem;
	}
	.wpcf7 {
    	justify-content: center;
	}
	.wpcf7-form {
	    gap: 0;
    	bottom: 0;
	}
	.wpcf7-form fieldset {
    	gap: 1rem;
    	padding: 0;
	    margin: 0 auto;
    	flex-direction: column;
    	max-width: 350px;
	}
	footer .logo {
    	order: 1;
	}
	footer .logo img {
		margin: 0 auto;
		max-width: 240px;
	}
	footer .list__soc {
		order: 2;
		justify-content: center;
	}
	.footer__column:nth-child(2) {
    	display: none;
	}
	:nth-child(3 of .footer__column) .title-block {
		order: 4;
		text-align: center;
		margin-top: 3.75rem;
	}
	:nth-child(3 of .footer__column) ul {
		order: 5;
		text-align: center;
	}
	.author {
		order: 6;
		text-align: center;
		margin-top: 3.75rem;
	}
	.copy {
		order: 7;
	}
	.list__soc a {
		border-radius: 100%;
	}
	.wpcf7-form input:not([type="submit"]) {
		padding: 1.063rem 1.025rem;
	}
	.container__hero {
        padding-left: 0;
    }
    img.comb-img,
    .container__hero .col-left:before {
    	display: none;
    }
    .container__hero {
    	padding-left: 1.25rem;
    	padding-right: 1.25rem;
    	flex-direction: column;
    }
    .hero .col-left,
    .hero .col-right {
        width: 100%;
    }
    .hero h1 {
    	text-align: center;
    	font-size: 1.563rem;
    }
    .hero h1 br,
    .contact-me p br {
    	display: none;
    }
    .text-hero {
    	left: auto;
        top: auto;
        position: relative;
        text-align: center;
	}
	.page-template-contacts .container__corgi {
		padding-top: 0;
	}
	.container__corgi + .section {
		padding-top: 10px;
	}
	.corgi_animation {
	    left: -50px;
	}
    .contact-me {
    	flex-direction: column;
    }
    .contact-me p {
    	order: -1;
	}
	p {
		font-size: 0.9rem;
		/*font-size: 0.813rem;*/
	}
	.section-title {
    	font-size: 1.125rem;
    	margin-bottom: 1.3rem;
	}
	.about .col {
    	display: contents;
	}
	.about__wrapper .section-title:first-child {
    	order: 1;
	}
	.about__wrapper .section-title:first-child + p {
    	order: 2;
	}
	.about__wrapper  .about-item:first-child {
		order: 3;
		margin-top: 2.5625rem;
		/*margin-left: 15%;*/
	}
	.about-me .col-right .btn {
		/*margin-left: 15%;*/
	}
	.about-img {
        margin-top: 1.5rem;
    	order: 4;
    	overflow: hidden;
    	max-width: calc(100% + 1.25rem);
    	margin-left: -1.25rem;
	}
	.about-img > img {
	    max-width: 100vw;
        max-height: 100%;
        transform: translateY(10%);
	}
	.inst__wrapper {
    	margin-bottom: 0rem;
	}
	.about-item + .about-item {
    	margin-top: 2.5625rem;
    	order: 5;
    	max-width: 100vw;
    	/*max-width: 67vw;*/
        margin-right: auto;
	}
	.about-item + .about-item:nth-child(2) {
		margin-top: 0;
	}
	.about-item + .about-item + .about-item {
		order: 6;
        /*margin-left: 35%;*/
        margin-right: 0;
        margin-top: 2.5625rem;
	}
	.about .col-right .btn {
		order: 7;
		width: min-content;
        position: relative;
        /*margin-left: 35%;*/
	}
	.title-block {
    	font-size: 0.938rem;
	}
	.service__title {
		font-size: 0.938rem;
	}
	.home .accordion__details[open] + .accordion__content {
    	padding-top: 1.3rem;
	}
	.about-item__title {
       	font-size: 0.938rem;
       	margin-bottom: 1.3rem;
	}
	.about-item__text {
    	font-size: 0.9rem;
    	/*font-size: 0.813rem;*/
	}
	.about__wrapper {
    	grid-template-columns: 1fr;
	    gap: 0;
    	padding-right: 0;
	}
	.testimonials__wrapper {
       	overflow: auto;
    }
	.testimonials__wrapper img {
		max-width: 220px;
	}
	.container__form .bg-image {
        position: relative;
        bottom: -15vw;
        left: auto;
        max-height: 100vw;
        z-index: 1;
    }
	.accordion__head:after {
		width: 2.5rem;
		height: 2.5rem;
	}
	.home .accordion__content-body {
	    max-width: 100vw;
	    /*max-width: 70vw;*/
	}
	.container__form {
		padding-top: 0;
		padding-bottom: 0;
	}
	.form {
		padding-bottom: 0;
	}
	.form__wrapper {
    	gap: 2rem;
    	align-items: center;
    	text-align: center;
	}
	.form__wrapper p {
		margin-bottom: 0;
	}
	.page-template h1 {
    	text-align: center;
	}
	.all-services {
    	grid-template-columns: 1fr;
    	gap: 2rem 2rem;
	}
	.accordion__head {
		padding-right: 3rem;
	}
	.service__price {
		font-size: 2.125rem;
	}
	.services__section-list {
		gap: 2rem;
	}
	.service__more {
		font-size: 0.9rem;
		/*font-size: 0.813rem;*/
	}
	.accordion__details[open] + .accordion__content {
   		grid-template-rows: 1fr;
    	padding-top: 1rem;
	}
	.services__section-title img {
		max-height: 100%;
	}
	.container__page {
    	padding-bottom: 2.5rem;
	}
	.marquee__item {
    	font-size: 1.125rem;
	}
	.marquee {
    	padding: 1rem 0;
	}
	.about-me_text {
		padding-right: 0;
	}
	.about-me_text img {
		display: none;
	}
	.about-hero__wrapper {
    	grid-template-columns: 1fr;
    	gap: 2.5rem;
	}
	.about-hero__animation img {
	}
	.pb-0 {
    	padding-bottom: 0rem;
	}
	.about-hero__animation {
    	background: linear-gradient(to right, var(--c-purple) 5px, #f3f3f3 0px);
    	background-size: 20px 100%;
    	height: 20vw;
    	max-height: 100px;
       	position: relative;
       	order: 3;
       	max-width: calc(100% + 2.5rem);
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        margin-top: 4.75rem;
	}
	.session_text {
    	padding-right: 0;
	}
	.session_text img {
		display: none;
	}
	.sertificates {
    	margin: 0;
    	flex-direction: column;
	}
	.about__wrapper {
		order: 4;
		padding-top: 4.75rem;
        padding-bottom: 4.75rem;
        background-color: #fff;
        max-width: calc(100% + 2.5rem);
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
	}
	.container__about-hero {
		padding-left: 0;
		padding-right: 0;
	}
	.contacts__wrapper {
    	grid-template-columns: 1fr;
	}
	.contacts__wrapper {
    	display: grid;
	    grid-template-columns: 1fr;
	    gap: 1.75rem 1.25rem;
	    max-width: 550px;
	    margin: 0 auto;
	}
	.contacts .col:first-child {
    	padding-top: 0;
    	text-align: center;
	}
	img.hand {
		min-width: 100vw;
        top: 0vw;
        z-index: -1;
    }
    .contacts .col:first-child p {
	    background-color: #fff;
	    padding: 1.675rem 1rem;
	    margin-bottom: -1.75rem;
	}
	.wp-gr[data-layout="slider"] .grw-review {
	}
	.wp-gr .grw-row-xs .grw-header, .wp-gr .grw-row-xs .grw-content, .wp-gr .grw-row-xs .grw-review {
		--gap: 0;
    	--col: 2;
	}
	.wp-gr .grw-header-inner, .wp-gr .grw-review-inner {
    	padding: 2rem 1.5rem !important;
	}
	.grw-review-inner {
		gap: 1.5rem;
	}
	.wp-gr .grw-review-inner>svg {
		top: 30px !important;
	}
	.contacts h1 {
    	margin-bottom: 75vw;
	}
	.contacts__info {
    	padding: 1.675rem 1rem;
	}
	.list__icon .icon {
        width: 2.675rem;
        height: 2.675rem;
        border-radius: 100%;
        padding: 5px;
    }
    .list__icon .icon svg {
        width: 24px;
    }
    .list__icon li {
    	gap: .7rem;
	}
	.list__icon li a {
        font-size: 0.85rem;
    }
    .page-template-about main {
    	display: flex;
    	flex-direction: column;
    }
    .about-hero__text {
    	padding-left: 1.25rem;
    	padding-right: 1.25rem;
    }
    .about-me {
    	
    }
    figcaption {
    	font-size: 1rem;
    	padding-left: 1.25rem;
    	padding-right: 1.25rem;
	}
	.img-about-me {
		display: none;
	}
	.about-img > img {
        max-width: 700px;
        max-height: 100%;
        right: 5%;
    }
	lottie-player#gxnftace {
    	width: 100% !important;
	}
	.haircut__list {
    	grid-template-columns: repeat(2, 1fr);
	}
	.haircut__btn-body {
	    align-items: center;
    	flex-direction: column;
	}
}
@media (width < 768px) {
	.haircut__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .haircut__list_item:nth-child(even) {
    	padding-left: 30px;
    }
    .haircut__btn_text {
    	flex-direction: column;
    	gap: 0rem;
	}
	.all-services {
        grid-template-columns: 1fr;
        gap: 4rem 2rem;
    }
    .services__section:last-child {
    	grid-column: 1;
	}
	.services__section:nth-last-child(2) {
    	grid-column: 1;
	}
}
.vagaro-container.vagaro-popup-widget {
	width: auto !important;
	text-align: left !important;
	margin: 0 !important;
}
.vagaro-container.vagaro-popup-widget a.loader-btn-html {
	display: inline-block;
    background-color: transparent !important;
    border: none !important;
    color: var(--c-black) !important;
    font-family: Gilroy !important;
    font-size: 1.25rem !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 130% /* 1.625rem */ !important;
    letter-spacing: 0.025rem !important;
    text-transform: uppercase !important;
    padding: 0 10px 0 0 !important;
    text-align: left !important;
    min-width: inherit !important;
}
.accordion__head .service__more + .vagaro-container.vagaro-popup-widget {
	position: absolute;
    right: 0;
    top: 0;
    width: 3rem !important;
    min-width: 3rem;
    height: 3rem;
}
.accordion__head .service__more + .vagaro-container.vagaro-popup-widget a.loader-btn-html,
.accordion__head .link_icon a {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.8203 33.8477H37.5195V14.1699L5.86914 45.8203L0 39.9512L31.6504 8.30078H11.9727V0H45.8203V33.8477Z' fill='url(%23paint0_linear_129_1854)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_129_1854' x1='5.41302' y1='-18.7819' x2='134.673' y2='86.7097' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0144231' stop-color='%23D83CFF'/%3E%3Cstop offset='0.110577' stop-color='%237F24DE'/%3E%3Cstop offset='0.238633' stop-color='%23A389FF'/%3E%3Cstop offset='0.364601' stop-color='%23D749FF'/%3E%3Cstop offset='0.456731' stop-color='%23713AD6'/%3E%3Cstop offset='0.456831' stop-color='%23DD42FF'/%3E%3Cstop offset='1' stop-color='%23FF87DA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: contain;
    background-repeat: no-repeat;
    font-size: 0px !important;
    height: 100%;
    width: 100%;
}
.vagaro-container.vagaro-popup-widget a.loader-btn-html:hover {
	color: var(--c-purple) !important;
}
.f-form .wpcf7-form input:not([type="submit"]) {
	width: auto;
	max-width: 220px;
	padding: 0 7px;
	background: none;
	border:1px solid #000;
	height: 30px;
	min-height: 30px;
	font-size: 16px;
	text-transform: initial;
}
.f-form .wpcf7-form {
	display: block;
}
.f-form p {
	margin: 0 0 20px;
}
.f-form ul {
	margin:-10px 0 20px;
	padding-left: 20px;
}
.dscf7_signature {
	margin-top: -10px;
}
.f-form, .f-form p {
	line-height: 140% /* 1.488rem */;
    letter-spacing: 0.021rem;
    color: var(--c-black);
    font-family: Gilroy;
    font-size: 1.063rem;
    font-style: normal;
    font-weight: 400;
}
.wpcf7-sign-wrap {
	margin-top: -10px;
}
.wpcf7-sign-wrap, .dscf7_signature_inner {
	display: inline-flex;
	position: relative;
}
.wpcf7-sign-wrap .btn, .dscf7_signature_inner .btn {
	position: absolute;
	padding: 10px 20px;
	right: 0;
	top:0;
}
@media screen and (max-width:550px) {

}
@media (width <= 1024px) {
	.accordion__head .service__more + .vagaro-container.vagaro-popup-widget {
    	width: 36px !important;
    	height: 36px;
	}
}