/*
Theme Name: Linkov Hair Theme
Author: https://www.nymedicalmarketing.com/
Author URI:
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: linkovhair
This Linkov Hair Theme is licensed under the GPL.
*/


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --soft-gray: #D7D7D7;
    --primary-dark: #121212;
    --brown: #332203;
    --soft-yellow: #F3FBB9;
    --clay: #807871;
    --coffee: #C3BFBB;
    --cream: #F4F0EB;
    --white: #FFFFFF;
    --soft-cloud: #F9F6F2;
    --inactive: #BEBEBE;
    --cloudy: #7D7D7D;
}

html {
    scroll-behavior: smooth;
}

a:focus {
    border: 1px #cb4c00 dotted;
    outline-offset: 1px;
}

a:target {
    scroll-margin-top: 2rem;
}

a:active {
    background-color: yellow;
}

p:active {
    background: #e5e5e5;
}

::-moz-selection {
    color: #fff;
    background-color: #1F132C;
}

::selection {
    color: #fff;
    background-color: #1F132C;
}

body {
    font-size: 16px;
	line-height: 1.6;
    background: #EBEAEA;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

img {
    user-select: none;
}
img.aligncenter {
	margin-bottom: 20px;
	border-radius: 6px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--soft-cloud) inset !important;
}

a {
    color: var(--primary-dark);
}
a:hover {
	text-decoration: none !important;
}
ul {
    padding-left: 30px;
}

li {
    margin-bottom: 10px;
}

/* BUILT-IN CLASSES */
.mt-30 {
    margin-top: 30px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-3 {
    margin-bottom: 3px;
}

/* ARROWS */
.arrows svg {
    cursor: pointer;
}

.logo a {
    display: inline-block;
}

/* FOOTER */
footer {
    width: 100%;
    background: var(--coffee);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .wrapper {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 70px 60px;
}

footer .wrapper .top-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

footer .wrapper .top-row .columns {
    width: 51%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .wrapper .top-row .columns .column {
    width: 50%;
    margin-top: 50px;
    padding-left: 20px;
}

footer .wrapper .top-row .column.big {
    width: 49%;
}

footer .wrapper .top-row .column h2,
footer .wrapper .top-row .column h3 {
    color: #57524d;
    /* Subhead/support */
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 100% */
    margin-bottom: 16px;
}

footer .wrapper .top-row .column h3 {
    margin-top: 50px;
}

footer .wrapper .top-row .column p {
    color: var(--brown);
}

footer .wrapper .top-row .column .sci a {
    text-decoration: none;
    margin-right: 30px;
}

footer .wrapper .bottom-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .wrapper .bottom-row .column {
    width: 41%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
}

footer .wrapper .bottom-row .column.big {
    width: 59%;
    display: flex;
    justify-content: end;
    align-items: center;
}

footer .wrapper .bottom-row .column .button-base-rem {
    font-weight: bold;
}

footer .wrapper .bottom-row .column a {
    text-decoration: none;
    color: var(--brown);
    padding: 0px 20px;
    border-right: 1px solid var(--brown);
}

footer .wrapper .bottom-row .column a:last-of-type {
    border-right: none;
}


.linkedin-icon {
	display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
	align-items: center;
}
.linkedin-icon a {
	width: 36px;
    height: 36px;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.linkedin-icon a::after {
	content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(img/linkedin-def-icon.png);
}
.linkedin-icon a:hover {
    transform: rotate(5deg);
}
.fc-mobile {
	display: none;
}
.search-field {
    padding: 10px 15px;
    height: 44px;
    border: 1px solid #ccc;
}
.search-submit {
    background: var(--main-accent, #332203);
    border: 0;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    height: 44px;
}
#breadcrumbs {
	margin: 20px 0;
}
#breadcrumbs, #breadcrumbs a {
	color: var(--main-accent, #332203);
	font-size: 14px;
}
#breadcrumbs a:hover {
	text-decoration: none !important;
}
#backToTop {
  	display: inline-block;
    background-color: var(--main-accent, #332203);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 95px;
    right: 46px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: rotate(-90deg);
	touch-action: none;
    border: none;
}
#backToTop::after {
	content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-top: 2px solid #ffffffc2;
    border-left: 2px solid #ffffffc2;
    transform: rotate(135deg);
}
#backToTop:hover {
  	cursor: pointer;
  	background-color: #333;
}
#backToTop:active {
  	background-color: #555;
}
#backToTop.show {
  	opacity: 1;
  	visibility: visible;
}
.bottom-dr-bio {
    background: #756658;
    padding: 20px !important;
}
.bottom-dr-bio img {
    width: 100%;
    max-width: 270px !important;
    float: right;
    margin: 0 0 0 20px !important;
    overflow: hidden;
    max-height: 260px;
    object-fit: cover;
    object-position: top;
}
.bottom-dr-bio p {
	max-width: 100% !important;
	color: var(--beige-dark, #F4F0EB) !important;
	font-size: 14px !important;
}
.bottom-dr-bio p:active {
	background: #332203 !important;
}
.bottom-dr-bio a {
	color: var(--beige-dark, #F4F0EB) !important;
	font-size: 14px !important;
}
.disclaimerBtn {
    background: transparent;
    border: 0;
    text-decoration: underline;
    cursor: pointer;
	font-size: 16px;
	color: var(--main-accent, #332203);
	margin-top: 20px;
}
.modal-disc {
    display: none;
    position: relative;
    z-index: 99;
    padding-top: 100px;
    top: 0;
    overflow: auto;
    background-color: #0000002b;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh;
    align-items: center;
}
.modal-disc-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #dcdcdc;
    width: 800px;
}
.close-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.modal-disc-content p {
    font-size: 16px;
    max-width: fit-content;
    line-height: 24px;
}
.modal-disc-content strong {
    display: block;
	margin-bottom: 10px;
}
.review {
    text-align: center;
    border-bottom: 5px solid #716758;
    padding: 130px 0 140px !important;
    position: relative;
    margin-bottom: 50px;
}
.review:after {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    width: 55px;
    height: 55px;
    background-image: url(https://linkovhair.com/wp-content/themes/linkov-hair/img/google.svg);
    background-size: contain;
    right: 0;
    margin: auto;
}
.review .name {
    display: block;
}
.review_star {
    display: block;
    color: #ffce00;
    font-size: 22px;
    letter-spacing: 2px;
    padding-bottom: 35px;
}
.review p {
	max-width: 100% !important;
    font-size: 18px;
    line-height: 28px;
    padding: 0 20px;
    position: relative;
    font-weight: 400;
}
.inner-review.review {
	max-width: 900px;
	border-bottom: none;
    padding: 90px 0 100px !important;
    background: #fff;
    border-radius: 6px;
}
.inner-review.review:after {
	top: 20px;
}
.review-inner-slider .slick-next {
	right: 10px;
	z-index: 9999;
	opacity: 1;
}
.review-inner-slider .slick-prev {
	left: 10px;
	z-index: 9999;
	opacity: 1;
}
.review-inner-slider .slick-next:before, .review-inner-slider .slick-prev:before {
	color: var(--main-accent, #332203);
}
ul.exp-list {
    margin: 30px 0 30px 40px;
	background: none;
    padding: 0;
}
ul.exp-list .exp-title {
    display: block;
	margin-left: -30px;
    padding-left: 0;
    font-weight: bold;
}
ul.exp-list .exp-title:before {
	content: none;
}
ul.exp-list li:nth-child(n+5):nth-child(-n+500) {
    display: none;
}
ul.exp-list.show-exp li:not(.exp-title) {
    display: list-item !important;
}
ul.exp-list button {
    cursor: pointer;
}
button.show-more-li-tt {
    position: relative;
    padding: 0;
    top: -5px;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform .5s, top .5s;
}
ul.exp-list.show-exp button.show-more-li-tt {
    transform: rotate(-225deg);
    transform-origin: center;
    transition: transform .5s, top .5s;
    top: 0px;
}
button.show-more-li {
    border: none;
    background: transparent;
    font-size: 22px;
    letter-spacing: -2px;
}
button.show-more-li::before {
    content: "• • •";
    background-color: transparent;
}
header .header-wr {
	transition: all .2s ease-in-out;
}
header.fixed .header-wr {
	position: fixed;
    background: #fff;
    left: 0;
    top: 89px;
    justify-content: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	transition: all .2s ease-in-out;
}
.accordion {
	width: 100%;
}
.accordion-body {
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.accordion-body p, .accordion h2, .accordion p {
	max-width: 100% !important;
	width: 100%;
}
.accordion-body ul {
	margin-bottom: 40px;
}
.single-accordion {
	margin-bottom: 50px !important;
}
.single-accordion .active {
	background: none !important;
}
.single-accordion h2, .single-accordion h3 {
	max-width: 100% !important;
	position: relative;
	cursor: pointer;
	font-weight: 300;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #332203;
    padding-right: 30px;
}
.single-accordion h2::after, .single-accordion h3::after {
	content: '';
	position: absolute;
	top: 4px;
	right: 14.5px;
	height: 30px;
	width: 1px;
	background: var(--main-accent, #332203);
}
.single-accordion h2.active::after, .single-accordion h3.active::after {
	display: none;
}
.single-accordion h2::before, .single-accordion h3::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0px;
	margin: auto;
	width: 30px;
	height: 1px;
	background: var(--main-accent, #332203);
}
.published-date {
    padding: 5px 0;
	font-size: 14px;
}
.ba-remove-caption .before-after__item .before-after__grid-text {
	display: none !important;
}
.awards-holder {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px !important;
	gap: 25px;
}
.awards-holder img {
	width: 100%;
    margin: 0 auto;
    display: block;
}
blockquote {
	background: #fff;
    padding: 25px 40px;
    max-width: 768px;
    margin: 30px auto;
    border-radius: 20px;
    border-left: 5px solid #332203;
    border-right: 5px solid #332203;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-style: italic;
}
.read-more-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: inherit;
    color: #444;
    text-decoration: underline;
    display: inline;
    font-size: 15px;
}
.single-blog {
    background: #fff;
    padding: 30px !important;
    margin-bottom: 40px !important;
    border-radius: 20px;
    box-shadow: 1px 1px 20px #0000002e;
}
.single-blog h2, .single-blog p {
	max-width: 100% !important;
}
.inner-youtube-holder {
	display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 40px;
    align-items: center;
}
.youtube-btns {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
}
.youtube-btns img {
	
}
.inner-youtube-holder .youtube-info__label {
	padding: 20px !important;
}
@media screen and (max-width: 1468px) {
	.header .wrapper {
		padding: 20px 10px 0 10px;
	}
}
@media screen and (max-width: 1366px) {
	 .logo-desk {
        max-width: 100px;
    }
	header li {
        margin-right: 12px !important;
    }
}
@media screen and (max-width: 1165px) {
    footer .wrapper .bottom-row {
        flex-direction: column-reverse;
    }

    footer .wrapper .bottom-row .column.big {
        margin-bottom: 20px;
        width: 100%;
    }

    footer .wrapper .bottom-row .column {
        margin-right: 0px;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
	header.fixed .header-wr {
		top: 98px;
	}
    footer .wrapper {
        padding: 70px 50px 50px 50px;
    }
}

@media screen and (max-width: 800px) {
    footer .wrapper .top-row .columns {
        flex-direction: column;
    }

    footer .wrapper .top-row .columns .column {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    footer .wrapper .top-row .column h3 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
	.inner-youtube-holder {
		display: flex;
		flex-direction: column-reverse;
	}
	.inner-youtube-holder .youtube-info__label img {
		max-width: 250px;
	}
	.fc-pc {
		display: none;
	}
	.fc-mobile {
		display: block;
	}
    footer .wrapper {
        padding: 70px 20px 20px 20px;
    }
}

@media screen and (max-width: 500px) {
    footer .wrapper .top-row {
        flex-direction: column;
    }

    footer .wrapper .top-row .column.big {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .wrapper .top-row .columns {
        width: 100%;
    }

    footer .wrapper .top-row .columns .column {
        padding-left: 0;
    }

    footer .wrapper .bottom-row .column a {
        padding: 0px 10px;
    }
}

/* HEADER */
/* wordpress herad */
.custom-menu-class {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul#menu-header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 108px; */
}

ul#menu-mobile-menu {
    text-align: center;
    text-decoration: none;
    list-style: none;
    padding: 0;
}

ul#menu-mobile-menu li {
    padding-bottom: 14px
}

.btn a {
    color: white !important;
}

li#menu-item-54 {
    padding-bottom: 0 !important;
    margin: 0 !important;
}

li#menu-item-54 a {
    margin-bottom: 0 !important;
}

/**/

.contact-info {
    width: 100%;
    background: #756658;
    color: var(--cream);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
}

.contact-info .wrapper {
    width: 100%;
    max-width: 1440px;
    padding: 16px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100px;
    width: 100%;
    padding-top: 120px;
}

.header .wrapper {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 20px 0 20px;
    z-index: 999;
}


.header-wr {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.header-wr li {
    list-style: none;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-wr .sub-menu li {
    padding: 0;
}

.header-wr .menu a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 10%;
}

.header-wr .sub-menu a {
    text-transform: inherit;
}

.header-wr a:last-of-type {
    margin-right: 0;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.mobile-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    background: var(--soft-cloud);
    z-index: 100000;
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
    transform: translateX(100%);
    overflow: auto;
}

.mobile-nav.active {
    transform: translateX(0%);
}


.mobile-nav nav a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-nav .close {
    cursor: pointer;
}


.mobile-nav .info {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    text-align: center;
}

.mobile-nav .info p:first-of-type {
    padding-bottom: 20px;
}

@media screen and (max-height: 400px) {
    .mobile-nav {
        justify-content: flex-start;
        padding-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .contact-info .wrapper {
        padding: 20px 50px;
    }

    .header .wrapper {
        padding: 30px 50px 0 50px;
    }

    .logo svg {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 900px) {
    .contact-info .wrapper p {
        font-size: 14px;
    }

    header a {
        /* margin-right: 40px; */
        font-size: 14px;
    }

    header {
        width: auto;
    }
}

@media screen and (max-width: 961px) {
    .hamburger {
        display: block;
    }

    .header {
        height: 75px;
    }



}

@media screen and (max-width: 600px) {
	.m-hero__img img {
		max-width: 100% !important;
		width: 100%;
        height: auto !important;
		max-height: 500px !important;
	}
    .contact-info .wrapper {
        /*flex-direction: column;*/
        padding: 20px 35px;
    }

    .contact-info .wrapper p {
        margin-bottom: 20px;
        text-align: center;
    }


    .header .wrapper {
        padding: 20px;
        align-items: center;
    }

}

/* COMPONENTS */

/* BUTTONS */
.btn {
    height: 50px;

    color: var(--white) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    border-radius: 1600px;
    font-size: 16px;
    letter-spacing: 0%;
    font-family: "Poppins", sans-serif;
    /* text-transform: uppercase; */
    width: fit-content;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.btn-outline {
    height: 50px;
    background: transparent;
    color: var(--brown);
    border: 1px solid var(--brown);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    border-radius: 1600px;
    font-size: 16px;
    letter-spacing: 0%;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none;
    text-align: center;
}

.btn-pill-clay {
    height: 42px;
    background: var(--clay);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    border-radius: 80px;
    font-size: 16px;
    letter-spacing: 0%;
    font-family: "Poppins", sans-serif;
    width: fit-content;
    text-decoration: none;
    text-align: center;
    transition: 0.5s ease-in-out;
}

.btn-pill-gray {
    height: 42px;
    background: var(--soft-gray);
    color: var(--brown);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    border-radius: 80px;
    font-size: 16px;
    letter-spacing: 0%;
    font-family: "Poppins", sans-serif;
    width: fit-content;
    text-decoration: none;
    text-align: center;
    transition: 0.5s ease-in-out;
}

.btn-pill-gray:hover {
    background: var(--clay);
    color: var(--white);
}

.sticky-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    text-align: center;
}

.btn-about {
    height: 50px;
    background: var(--cream);
    color: var(--brown);
    border: 1px solid var(--brown);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    border-radius: 1600px;
    font-size: 16px;
    letter-spacing: 0%;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-width: 1024px) {

    .btn,
    .btn-outline,
    .btn-about,
    .btn-pill-clay,
    .btn-pill-gray,
    .sticky-button {
        font-size: 14px;
    }
}

/* DISPLAY TEXT */
.display-hero-lg {
    font-family: Gilda Display;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -6px;
    margin-bottom: 10px;
	text-align: center;
}
.display-hero-lg span {
	display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    letter-spacing: normal;
}

/* BODY TEXT */
/* .text-section-content p, */
.body-base-rem {
    font-size: 18px;
}

.body-medium-rem {
    font-size: 20px;
}

.body-small-rem {
    font-size: 14px;
}

.body-mobile-base-rem {
    font-size: 16px;
}

/* MENU TEXT */
.menu-base {
    font-size: 11px;
    letter-spacing: 0.48px;
}

/* SUBHEADING TEXT */
.subhead-support {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 128.571% */
}

/* TITLE TEXT */
.title-mobile {
    font-size: 35px;
    font-weight: normal;
}

/* BUTTON TEXT */
.button-base-rem {
    font-size: 16px;
}

@media screen and (max-width: 1160px) {
    .display-hero-lg {
        font-size: 90px;
    }
}

@media screen and (max-width: 1024px) {

    /* .text-section-content h2, */
    .display-regular {
        font-size: 60px;
    }
}

@media screen and (max-width: 900px) {
    .display-hero-lg {
        font-size: 70px;
    }

    /* .text-section-content p, */
    .body-base-rem {
        font-size: 16px;
    }

    .body-medium-rem {
        font-size: 18px;
    }

    .body-small-rem {
        font-size: 12px;
    }

    .subhead-support {
        font-size: 25px;
    }

    /* .text-section-content h2, */
    .display-regular {
        font-size: 50px;
    }
}

@media screen and (max-width: 600px) {
    .display-hero-lg {
        font-size: 45px;
    }

    /* .text-section-content p, */
    .body-base-rem {
        font-size: 14px;
    }

    .body-medium-rem {
        font-size: 16px;
    }

    .body-small-rem {
        font-size: 10px;
    }

    .subhead-support {
        font-size: 20px;
    }

    .feel-confident h2,
    .display-regular {
        font-size: 35px;
    }
}

/* SECTIONS */
/* BANNER */
.banner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    /* padding: 115px 0px 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.banner .cursor {
    position: fixed;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100000000;
    background: url("https://old.linkovhair.com/wp-content/uploads/2023/06/pp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.banner .banner-video {
    width: 100%;
    max-width: 900px;
    min-width: 800px;
    height: 800px;
    background: var(--cloudy);
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    /* clip-path: polygon(0% 100%, 0% 55%, 2% 40%, 7% 30%, 17% 9%, 31% 1%, 50% 0%, 69% 1%, 83% 9%, 93% 26%, 98% 38%, 100% 55%, 100% 100%); */
}

.banner.second .banner-video {
    height: 550px;
}

#banner .banner-video {
    cursor: none;
}

.banner .banner-video video,
.banner .banner-video .div-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-video .content {
    position: absolute;
    bottom: 180px;
    width: 90%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 900px) {
    .banner {
        padding: 30px 0 0 0;
    }

    .banner-video {
        height: 600px;
    }
}

@media screen and (max-width: 600px) {
    .banner {
        padding: 0;
    }

    .banner-video {
        height: auto;
    }
}

@media screen and (max-width: 350px) {
    .banner-video .content h2 {
        font-size: 40px
    }
}

/* LONG TEXT */
.long-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--brown);
}

.long-text .wrapper {
    width: 100%;
    max-width: 1440px;
    text-align: center;
    padding: 20px 100px;
}

.long-text .wrapper p {
    color: var(--white);
}

@media screen and (max-width: 1024px) {
    .long-text .wrapper {
        padding: 20px 50px;
    }
}

@media screen and (max-width: 600px) {
    .long-text .wrapper {
        padding: 20px;
    }
}


/* Hero Pill Section */
.hero-dual-column-horizontal-image {
    width: 100%;
    background: var(--soft-cloud);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-dual-column-horizontal-image .wrapper {
    width: 100%;
    max-width: 1440px;
    padding: 70px 100px;
}

.hero-dual-column-horizontal-image .wrapper .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hero-dual-column-horizontal-image .wrapper .content p {
    width: 100%;
    max-width: 440px;
}

.hero-dual-column-horizontal-image .wrapper .content p:first-of-type {
    margin-right: 30px;
    margin-bottom: 50px;
}

.hero-dual-column-horizontal-image .wrapper a {
    margin-bottom: 70px;
}

.hero-dual-column-horizontal-image .wrapper .hero-pill {
    width: 100%;
    height: 650px;
    border-radius: 556px;
    background: var(--cloudy);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transform: scaleX(0.5);
    transform-origin: center;
    overflow: hidden;
    animation: hero-pill-animation 2s ease-in-out forwards;
}

.hero-dual-column-horizontal-image .wrapper .hero-pill .div-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-dual-column-horizontal-image .wrapper .hero-pill .hero-pill-title {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: var(--white);
    transform: translateY(200px);
    animation: hero-pill-title-animation 1s ease-in-out 2s forwards;
}

@keyframes hero-pill-animation {
    0% {
        transform: scaleX(0.5);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes hero-pill-title-animation {
    0% {
        transform: translateY(200px);
    }

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

@media screen and (max-width: 1024px) {
    .hero-dual-column-horizontal-image .wrapper {
        padding: 50px;
    }
}

@media screen and (max-width: 800px) {
    .hero-dual-column-horizontal-image .wrapper .content {
        flex-direction: column;
    }

    .hero-dual-column-horizontal-image .wrapper .content p {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .hero-dual-column-horizontal-image .wrapper .content p:first-of-type {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .hero-dual-column-horizontal-image .wrapper .hero-pill {
        height: auto;
        border-radius: 20px;
    }
}

@media screen and (max-width: 600px) {
    .hero-dual-column-horizontal-image .wrapper {
        padding: 20px;
    }
}







/* CONTACT */
.contact {
    width: 100%;
    background: var(--soft-cloud);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .wrapper {
    width: 100%;
    max-width: 1096px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 100px 0;
}

.contact .wrapper h2 {
    margin-bottom: 50px;
}

.contact .wrapper .contact-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.contact .wrapper .contact-form .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.contact .wrapper .contact-form .row select,
.contact .wrapper .contact-form .row input {
    width: 45%;
    max-width: 550px;
    border: none;
    border-bottom: 1px solid var(--primary-dark);
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding: 5px 0;

    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    background: transparent;
    margin-bottom: 23px;
}

.contact .wrapper .contact-form .row input:focus,
.contact .wrapper .contact-form .row input:valid {
    outline: none;
    border: none;
    border-bottom: 1px solid var(--primary-dark);
}

@media screen and (max-width: 1024px) {
    .contact .wrapper {
        padding: 50px;
    }
}

@media screen and (max-width: 700px) {
    .contact .wrapper .contact-form .row {
        flex-direction: column;
    }
	.contact .wrapper .contact-form .row select,
    .contact .wrapper .contact-form .row input {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .contact .wrapper {
        padding: 20px 20px;
    }
}



/* TWO PARAGRAPH COLUMNS */
.two-paragraphs-columns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--soft-cloud);
}

.two-paragraphs-columns.second {
    background: var(--coffee);
}

.two-paragraphs-columns .wrapper {
    width: 100%;
    max-width: 1440px;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.two-paragraphs-columns.second .wrapper {
    flex-direction: column;
}

.two-paragraphs-columns .wrapper .title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.two-paragraphs-columns .wrapper .title.second {
    text-align: left;
}

.two-paragraphs-columns .wrapper .columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.two-paragraphs-columns .wrapper .columns .column {
    width: 45%;
}

.two-paragraphs-columns .wrapper .column {
    width: 45%;
}

@media screen and (max-width: 1024px) {
    .two-paragraphs-columns .wrapper {
        padding: 50px;
    }
}

@media screen and (max-width: 800px) {
    .two-paragraphs-columns .wrapper {
        flex-direction: column;
    }

    .two-paragraphs-columns .wrapper .columns {
        flex-direction: column;
    }

    .two-paragraphs-columns .wrapper .column {
        margin-bottom: 30px;
        width: 100%;
    }

    .two-paragraphs-columns .wrapper .columns .column {
        margin-bottom: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .two-paragraphs-columns .wrapper {
        padding: 20px;
    }
}

/* TITLE AND TEXT */
.title-and-rows {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--clay);
}

.title-and-rows .wrapper {
    width: 100%;
    max-width: 1440px;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    color: var(--white);
}

.title-and-rows .wrapper .title {
    margin-bottom: 50px;
}

.title-and-rows .wrapper .columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.title-and-rows .wrapper .columns .column {
    width: 45%;
}

.title-and-rows .wrapper .columns .column p {
    margin-bottom: 30px;
}

.title-and-rows .wrapper .columns .column a {
    color: var(--white);
}

.title-and-rows .wrapper .columns .column .link {
    margin-bottom: 0;
}

.title-and-rows .wrapper .columns .column .links {
    display: block;
    margin-top: 30px;
}

.title-and-rows .wrapper .columns .column .links a {
    display: block;
    border-top: 1px solid var(--white);
    color: var(--white);
    text-decoration: none;
    width: 100%;
    margin-bottom: 5px;
}

.title-and-rows .wrapper .columns .column p:last-of-type {
    margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
    .title-and-rows .wrapper {
        padding: 50px;
    }
}

@media screen and (max-width: 800px) {
    .title-and-rows .wrapper .columns {
        flex-direction: column;
    }

    .title-and-rows .wrapper .columns .column {
        width: 100%;
    }

    .title-and-rows .wrapper .columns .column:first-of-type {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .title-and-rows .wrapper {
        padding: 20px;
    }
}




/* shortstylesfix */
.feel-confident-content p,
.two-columns-slider-content {
    font-size: 18px;
}

.feel-confident-content h2,
.two-columns-slider-content h2 {
    font-size: 75px;
    font-weight: normal;
}



.two-columns-slider-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}


.two-columns-slider-content ul.border {
    width: 80%;
}

.two-columns-slider-content ul.border li {
    border-top: 1px solid var(--primary-dark);
    padding: 5px 0px;
    transition: 0.2s ease-in-out;
    display: block;
    margin-bottom: 3px;
    text-decoration: none;
}

.two-columns-slider-content ul.border li:hover {
    color: var(--clay);
}

.two-columns-slider-content ul a {
    text-decoration: none;
}


.feel-confident-content a {
    height: 50px;
    background: var(--brown);
    color: var(--white) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    border-radius: 1600px;
    font-size: 16px;
    letter-spacing: 0%;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none;
    text-align: center;

    margin-bottom: 20px;
    margin-top: 40px;
}



.dark {
    background: #F4F0EB;
}





/* menu */

.sub-menu .menu-item-has-children {
    position: relative;

}

.menu-item a:hover {
    color: #332203;
}

.menu-item-has-children {
    background: url(img/menu-arrow.svg) no-repeat right;
    background-size: 12px;
    padding-right: 20px;
    background-position-x: 99%;
    background-position-y: 51%;
}



.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.sub-menu {
    background: #EBEAEA;
    display: none;
    position: absolute;
    z-index: 9;
    min-width: 80px;
    padding: 0px;
    border: 1px solid #E0DCD7;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 10px;
}

.menu-item-has-children:hover>.sub-menu .sub-menu {
    top: -11px;
    right: -216px;
}

.sub-menu li {
    margin-bottom: 0px;
    margin-right: 0;
}

.sub-menu li:last-child {
    border-bottom: none;
}

.sub-menu li:hover {
    background-color: #c3bfbbcc;
}

.sub-menu li a {
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    text-shadow: none;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 20px;
    font-weight: 300;
}

header li {
    margin-right: 20px;
}

.modal {
    position: fixed;
    z-index: 999999;
    top: 5%;
    width: 100%;
    display: none;
}

.contact-modal {
    width: 60%;
    margin: 0 auto;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-modal .wrapper {
    padding: 50px;
}

.contact-modal .wrapper .contact-form .row input {
    margin-bottom: 20px;
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    cursor: pointer;
}


.youtube-wrap {
    display: flex;
    flex-direction: column;
}

.youtube-total {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.youtube-count {
    color: var(--ch-brown, #332203);
    font-size: 75.032px;
    font-style: normal;
    font-weight: 400;
    line-height: 90.038px;
    letter-spacing: -1.876px;
}

@media screen and (max-width: 600px) {
	.bottom-dr-bio img {
		float: none;
		display: block;
		margin: 0 auto 30px !important;
		width: 100%;
		height: auto;
	}
    .modal {
        top: 10%;
    }

    .contact-modal {
        width: 95%;
    }


    ul.menu {
        list-style: none;
    }

    .sub-menu {
        list-style: none;
        position: inherit;
    }

    .menu-item-has-children {
        background: url(img/menu-arrow.svg) no-repeat top right;
    }

    .mobile-nav nav a {
        margin-bottom: 0;
    }

    .sub-menu {
        background: none;
        box-shadow: none;
        padding-left: 30px !important;
    }

    .mobile-nav {
        display: block;
    }


    /* logo */

    .banner {
        padding-top: 40px;
    }

    .banner .banner-video {
        height: 542px;
    }


    .two-column-copy-list-image-slim-inslider .wrapper .content a:first-of-type {
        margin-top: 0;
    }

    .feel-confident h2 {
        font-family: Poppins;
        font-size: 48px !important;
        margin-bottom: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 90.038px;
        /* 187.579% */
        letter-spacing: -1.876px;
    }
}



.contact-group {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header__tel {
    text-decoration: none;
    color: var(--beige-dark, #F4F0EB);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.header__addr {
    color: var(--beige-dark, #F4F0EB);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

.footer__copy {
    color: var(--main-accent, #332203);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;

}

.footer__by {
    color: var(--main-accent, #332203);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;
	margin-top:30px;
}
.footer__by a {
	text-decoration:underline;
}
.footer__link {
    color: #393532;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: .5s;
}

footer .wrapper .bottom-row .column a:hover {
    color: #FFF;
}

footer .wrapper .top-row .column .sci a:hover svg path {
    fill: #fff;
}

.footer__text a,
.footer__text {
    text-decoration: none;
    color: var(--main-accent, #000);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
}
.footer__text a {
	text-decoration: underline;
}
.footer__text a:hover {
	text-decoration: none;
}
input[type="submit"] {
    border: none;
}

.error {
    border: 2px solid red;
}



/* main styl */

/* titles */
.h1 {
    color: var(--main-accent, #332203);
    font-family: 'Gilda Display';
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -6px;
    margin-bottom: 24px;
}

.section h2,
.h2 {
    max-width: 650px;
    color: var(--main-accent, #332203);
    font-family: "Poppins";
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.5px;
    margin-bottom: 48px;
}

.section h2 {
    margin-bottom: 40px !important;
}

.page-id-2534 .section h2 {
    font-size: 30px;
}


/* btn */
.btn {
    display: inline-block;
    background: var(--main-accent, #332203);
    color: var(--white, #FFF);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.175px;
    text-transform: uppercase;
    transition: .5s;
    line-height: 1.6em;
    display: inline-flex;
    align-items: center;
}

.btn:hover {
    background: #8B7855;
    color: var(--white, #FFF);
}

.btn-w {
    border: 2px solid var(--main-accent, #332203);
    color: var(--main-accent, #332203) !important;
    font-weight: 500 !important;
    background: none;
}

.btn-w:hover {
    border: 2px solid #8B7855;
    color: #8B7855;
    background: none;

}

.btn-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}




/* BG */

.light {
    background-color: var(--beige-light, #F9F6F2) !important;
}

.gray {
    background-color: var(--light-grey, #EBEAEA) !important;
}

.dark {
    background-color: var(--beige-dark, #F4F0EB) !important;
}

/* wrap */

.container {
    max-width: 1096px;
    margin: 0 auto;
}

.video {
    position: relative;
}

.video:before {
    content: 'Play video';
    position: absolute;
    width: 167px;
    height: 60px;
    display: block;
    background: url('/wp-content/themes/linkov-hair/img/play.svg') no-repeat left;
    top: calc(53% - 60px);
    left: 111px;

    color: var(--light-grey, #EBEAEA);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    cursor: pointer;

    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 16px;
}


/* before after */
.before-after {
    background: var(--beige-light, #F9F6F2);
    padding-top: 100px;
    padding-bottom: 120px;
    overflow: hidden;
}

.before-after__wrap {

    display: flex;
}

.before-after__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.before-after__header .h2 {
    max-width: 650px;
    margin-bottom: 28px !important;
}

.before-after__item {
    max-width: 538px;
    transition: margin-left 2s 1.5s;
}

.before-after__item a {
    display: inline-block;
}

.before-after__img {
    max-width: 538px;
	height: auto;
    border-radius: 80px;
    margin-bottom: 24px;
    opacity: 0.3;
	max-height: 403px;
}

.before-after__text p {
    color: var(--txt, #121212);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 24px !important;
}


/* .swiper-slide-prev, */
.before-after__text {
    visibility: hidden !important;
}

.before-after__item .btn {
    display: none !important;
}

.swiper-slide-active .before-after__text {
    visibility: visible !important;
}

.swiper-slide-active .btn {
    display: block !important;
}

.swiper-slide-active .before-after__img {
    opacity: 1 !important;
}


.text-two-column--btn {
    align-items: center;
}

.text-two-column.text-two-column--btn p {
    max-width: 538px;
}

/* text section */

.text-section {
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.text-section img {
    max-width: 100%;
	    height: auto;
}
.text-section iframe {
	display: block;
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 20px auto;
	aspect-ratio: 16 / 9;
}

.section {
    padding-top: 100px;
    padding-bottom: 120px;
}

.section p {
    color: var(--txt, #121212);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.08px;
    max-width: 538px;
    margin-bottom: 40px;
}

.section p+p {
    margin-bottom: 40px;
}

.text-two-column {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.text-two-column--border {
    padding-top: 40px;
    border-top: 1px solid var(--main-accent, #332203);
}

.text-two-column p {
    max-width: 426px;
}
.text-section h3,
.text-two-column h3,
.text-two-column .b,
.text-two-column b {
    display: block;
    color: var(--main-accent, #332203);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05px;
    margin-bottom: 12px;
}


/* lists */
.list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 24px;
    padding-top: 10px;
    margin-bottom: 48px;
}

.list li {
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E0DCD7;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.08px;
    min-width: 220px;
}
.list li:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 12px;
    background: url(/wp-content/themes/linkov-hair/img/circle.svg) no-repeat left center;
    vertical-align: middle;
    margin-top: 6px;
    box-sizing: border-box;
    position: absolute;
    left: -4px;
}
.list li ul li {
	border-bottom: none;
}
.list.pdl li {
	padding-left: 20px;
}
.two-column-list {
    column-gap: 210px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.two-column-list--mini {
    max-width: 650px;
    column-gap: 70px;
}

.two-column-list li {
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
    padding-left: 20px;
}




/* m-hero */
.m-hero {
    margin-top: 80px;
    background: var(--light-grey, #EBEAEA);
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

.m-hero--about {
    padding-bottom: 0;
}

.m-hero__wrap {
    display: flex;
    justify-content: space-between;
}



.m-hero__content {
    max-width: 650px;
    margin-right: 40px;
}

.m-hero__text p {
    max-width: 538px;
    color: var(--txt, #121212);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.08px;
    margin-bottom: 24px;
}

.m-hero__img {
    border-radius: 500px 500px 0px 0px;
    /* background: #CECECE; */
    max-height: 516px;
    margin-top: auto;
    margin-bottom: auto;
	width: 100%;
    max-width: 500px;
	text-align: right;
}

.m-hero--btn {
    font-size: 16px;
}





/* consultation */
.consultation {
    background: var(--main-accent, #332203);
    padding-top: 20px;
    padding-bottom: 20px;
}


.consultation__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consultation__text a,
.consultation__text {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.consultation__text a {
    text-decoration: none;
}

.consultation__text a:hover {
    color: #c3bfbbcc;
}

@media screen and (max-width: 900px) {
    .consultation__wrap {
        flex-direction: column;
    }

    .consultation__text {
        margin-top: 16px;
    }

    .consultation__text span {
        margin-right: 4px;
		font-size: 14px;
    }

    .consultation__text a,
    .consultation__text {
        font-size: 16px;
        line-height: normal;
    }
}



/* proced */
.proced {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 48px;
    margin-top: 48px;
}

.proced__item {
    max-width: 315px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proced__item-img {
    margin-bottom: 24px;
    width: 315px;
    height: 350px;
    border-radius: 80px;
    object-fit: cover;
}

.proced__item-title {
    color: var(--main-accent, #332203);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05px;
    margin-bottom: 8px;
}

.proced__item-desc {
    color: var(--ZK-Primary-Dark, #121212);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.08px;
}


/* youtube-text */
.youtube-text {
    display: flex;
    flex-direction: column;
    max-width: 426px;
}

.youtube-text img {
    max-width: 210px;
    height: 48px;
    margin-bottom: 20px;
}

.youtube-text span {
    color: var(--main-accent, #332203);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.youtube-text a {
    display: block;
    color: var(--main-accent, #332203);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-decoration-line: underline;
}



/* two column block */


.two-column-block {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}

.two-column-block--center {
    justify-content: space-between;
    align-items: flex-start;
}



.right {
    display: flex;
    flex-direction: column;
    max-width: 498px;
    width: 426px;
    height: 700px;

}

.desc-back {
    padding: 24px 36px 30px 36px !important;
    background: var(--beige-black, #E8E4E0);
    border-radius: 20px;
}

.desc-back p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 24px;
}

.edu-list {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.video-block {
    height: 600px;
    border-radius: 250px;
    margin-bottom: 48px;
}


/* lists */
.num-list {
    counter-reset: myCounter;
    margin: 0;
    padding: 0;
    max-width: 538px;
    margin-bottom: 48px;
    margin-left: 30px;
}

.num-list strong,
.num-list h3,
.num-list .b,
.num-list b {
    display: block;
    color: var(--main-accent, #332203);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05px;
    margin-bottom: 10px;
}

.num-list li {
    color: var(--ZK-Primary-Dark, #121212);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.08px;
    position: relative;
    list-style: none;
    padding-left: 64px;
    margin-bottom: 24px;
    padding-top: 4px;
    min-height: 40px;
}

.num-list li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: var(--main-accent, #332203);
    background: var(--beige-black, #E8E4E0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 12px;
    position: absolute;
    left: 0px;
    top: -2px;
    width: 40px;
    height: 40px;
}

.list-tags {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 538px;
    /* fix potom */
    max-width: 650px;
    margin-bottom: 48px;
}

.list-tags--full {
    max-width: 650px;
}

.list-tags li {
    border-radius: 80px;
    background: var(--tags, #E0DCD7);
    padding: 10px 20px 12px;
    color: var(--main-accent, #332203);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.08px;
    cursor: pointer;
    transition: 0.3s;
}

.list-tags li:hover {
    background: var(--subheader, #807871);
    color: var(--white, #FFF);
}

.list-tags li:hover a {
    color: var(--white, #FFF);
}

.list-tags a {
    text-decoration: none;
}


.list-circle {
    max-width: 538px;
    list-style: none;
    padding: 0;
    border-top: 1px solid var(--tags, #E0DCD7);
    padding-top: 10px;
    margin-bottom: 48px;
    margin-left: 30px;
}

.list-circle li {
    color: var(--txt, #121212);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.08px;
    border-bottom: 1px solid var(--tags, #E0DCD7);
    position: relative;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-bottom: 9px;
}

.list-circle li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #C3BFBB;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    box-sizing: border-box;
}

.logo-mobile {
    display: none;
}





/* youtube */
.youtube-info {
    background: var(--beige-black, #E8E4E0);
    padding-top: 80px;
}

.youtube__container {
    display: flex;
	align-items: flex-end;
}


.youtube-info__desc {
    display: block;
    color: var(--main-accent, #332203);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 32px;
}
.youtube-info__title {
	flex-grow: 3;
    flex-basis: 100%;
	margin-bottom: 0px;
}
.hp-h1-span {
	font-size: 24px;
    margin-bottom: 0px;
	font-family: 'Gilda Display';
}


.youtube-info__label {
    border-radius: 30px;
    background: var(--beige-light, #F9F6F2);
    display: flex;
    padding: 20px 24px;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
    margin-bottom: 32px;
    max-width: 538px;
	flex-wrap: wrap;
}

.youtube-info__label span {
    color: var(--txt, #121212);

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.150px;
}


.youtube-info__stars {
    background: url('/wp-content/themes/linkov-hair/img/stars.svg') no-repeat;
    display: block;
    width: 106px;
    height: 16px;
    margin-bottom: 8px;
}

.youtube-info__stars-text {
    display: inline-block;
    color: var(--txt, #121212);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05px;
    margin-bottom: 32px;
}


.youtube-info__text {
    width: 538px;
    padding: 20px 24px 24px 24px;
    background: var(--beige-light, #F9F6F2);
    border-radius: 30px;
    margin-bottom: 24px;

}

.list-check {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}

.list-check li {
    color: var(--main-accent, #332203);

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 4px;
    background: url('/wp-content/themes/linkov-hair/img/check.svg') no-repeat left;
    padding-left: 28px;
}

.youtube-info__list-title {
    display: inline-block;
    color: var(--txt, #121212);

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.045px;
    margin-bottom: 16px;
}


.list-stretch {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
}

.list-stretch li {
    padding: 10px 24px 12px 24px;
    border-radius: 80px;
    background: var(--tags, #E0DCD7);
    color: var(--main-accent, #332203);

    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.08px;
}

.youtube-info__img {
    width: 710px;
    height: 877px;
}

.youtube-info__img--mob {
    display: none;
}



/* Press */
.press {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 100px;
    padding-bottom: 120px;
}



.press__wrap {
    display: flex;
    max-width: 1067px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 48px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.press__item {
    text-decoration: none;
}

.press__item img {
    width: 175px;
    height: 140px;
}


.footer-mob {
    display: none;
}

/* testimonials */
.testimonials {
    padding-top: 100px;
    background: var(--beige-light, #F9F6F2);
}

.testimonials__wrap {
    max-width: 1096px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.testimonials__item {
    display: flex;
}

.testimonials__name {
    display: inline-block;
    color: var(--main-accent, #332203);
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05px;
    margin-bottom: 12px;
}

.testimonials__text {
    width: 650px;
    margin-right: 20px;
}

.testimonials__text p {
    max-width: 538px;
    color: var(--txt, #121212);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 24px;
}

.testimonials__img {
    border-radius: 80px 80px 0px 0px;
    height: 576px;
    object-fit: cover;
    margin-top: 20px;
}

.testimonials-img {
    max-width: 426px;
}


.header-top-info {
    display: flex;
    align-items: center;
}


/*
 .top-logo-link {
    width: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
*/
.scroll-show-logo {
    width: 120px;
    opacity: 1;
    margin-right: 20px;
}

.block-video {
    background: var(--tags, #E0DCD7);
    padding-top: 60px;
    padding-bottom: 50px;
}

.block-video .container {
    /* width: 1280px !important; */
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}


.block-video__item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}

.block-video__img {
    border-radius: 30px;
    margin-bottom: 10px;
}

.block-video__item:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 37%;
    top: 19%;

    background: url('/wp-content/themes/linkov-hair/img/play.svg');
}

.block-video__title {
    color: var(--txt, #121212);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 8px;
}

.block-video__views {
    color: var(--subheader, #807871);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.08px;
}


.block-video-button-next {
    position: absolute;
    right: 0px;
    top: 49px;
    z-index: 999;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    background: url('/wp-content/themes/linkov-hair/img/w-arrow.svg');
}

#videoModal {
    text-align: center;
}

.youtube-modal {
    position: fixed;
    z-index: 999999;
    top: 20%;
    width: 100%;
    display: none;
}

.youtube-modal-content {
    width: 100vw;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 30px;
}

.youtube-modal-close {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    cursor: pointer;
}

.sticky-button {
    max-width: 250px;
}


.footer__wrapper {
    width: 100%;
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 68px;
    padding-bottom: 64px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 78px;
}

.footer__content {
    max-width: 650px;
    display: flex;
    margin-top: 60px;
}
.footer__content iframe {
	max-width: 100%;
    width: 100%;
    height: 250px;
}
.footer__title {
    color: #332203;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
}

.footer__column--m {
    margin-left: 180px;
}

.footer__block {
    margin-bottom: 60px;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__social {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.footer__soc {
    display: block;
    font-size: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.footer__soc--inst {
    background-image: url('/wp-content/themes/linkov-hair/img/inst.svg');
}

.footer__soc--inst:hover {
    background-image: url('/wp-content/themes/linkov-hair/img/inst-hover.svg');
}

.footer__soc--fb {
    background-image: url('/wp-content/themes/linkov-hair/img/fb.svg');
}

.footer__soc--fb:hover {
    background-image: url('/wp-content/themes/linkov-hair/img/fb-hover.svg');
}

.footer__soc--youtube {
    background-image: url('/wp-content/themes/linkov-hair/img/youtube2.svg');
}

.footer__soc--youtube:hover {
    background-image: url('/wp-content/themes/linkov-hair/img/youtube2-hover.svg');
}

.footer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.footer__menu li {
    position: relative;
}

.footer__menu li:after {
    content: '';
    display: block;
    background: #807871;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: -25px;
}

.footer__menu li:last-child:after {
    display: none;
}

.footer__menu a {
    text-decoration: none;
}

.footer__menu a:hover {
    color: var(--white, #FFF);
}



@media(max-width: 1400px) {
    .youtube-info {
        overflow: hidden;
    }

    .press__item {
        width: 16%;
    }

    .logo {
        max-width: 85px;
    }

    .footer__copy {
        max-width: 350px;
    }

    .consultation,
    .youtube__container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media(max-width: 1160px) {
    .header .wrapper {
        padding: 20px 16px 0 16px;
    }

    .logo {
        max-width: 70px;
    }

    .logo-desk {
        max-width: 100px;
    }

    .press__item {
        width: 19%;
    }

    .text-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .video-testimonials__item {
/*         max-width: 33%; */
		max-width: 538px;
    }

    .video-testimonials__thumb {
        max-width: 100%;
        width: 100% !important;
    }

    .testimonials__text {
        width: 420px;
    }

    .before-after__wrap,
    .before-after__header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .video-testimonials__info img {
        width: 100px;
    }

    .footer__copy {
        max-width: 260px;
    }

    .press__wrap {
        gap: 8px
    }
	
	.header-wr .menu a {font-size: 14px;}

}

.section .container div:not(.video-testimonials__slider):last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.section .container p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sticky-button {
    display: inline-flex;
}

/* mob */

@media(max-width: 961px) {
	.youtube-info__wrap {
		width: 100%;
	}
	.header .wrapper {
		transition: all .2s ease-in-out;
	}
	header.fixed .header .wrapper {
		position: fixed;
		background: #fff;
		top: 35px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		transition: all .2s ease-in-out;
		display: none;
	}
    .sticky-button {
        display: inline-block;
    }

    /* mob menu */

    .two-column-list {
        column-gap: inherit;
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }

    .custom-menu-mobile-class {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .mobile-nav nav a {
        padding: 0;
        display: inline-block;
        padding: 12px 0;
    }

    .mobile-nav li {
        min-height: 48px;
        display: inline-block;
        width: 100%;
    }

    header a {
        margin-right: 0;
    }

    .menu-item-has-children {
        background: url(img/menu-arrow.svg) no-repeat right;
    }

    .menu-header-menu-1 {
        display: inline-block;
        width: 100%;
    }

    .menu-item-has-children:hover>.sub-menu {
        display: inline-block;
    }

    .sub-menu {
        border: none;
    }



    .youtube-info__label {
        max-width: 100%;
    }

    .header-wr {
        display: none;
    }

    .press__item img {
        object-fit: contain;
    }

    /* footer */
    .footer__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer__top {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .footer__content {
        flex-direction: column;
        margin-top: 20px;
    }

    .footer__title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .footer__text a,
    .footer__text {
        font-size: 14px;
    }

    .footer__column--m {
        margin-left: 0;
    }

    .footer__bottom {
        flex-direction: column-reverse;
    }

    .footer__menu {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 8px;
        margin-bottom: 8px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer__column,
    .footer__block {
        margin-bottom: 16px;
    }

    .footer__menu-list {
        margin-bottom: 0;
    }

    .footer__copy {
        text-align: center;
    }

    .footer__social {
        gap: 16px;
    }



    .top-logo-link {
        display: none;
    }

    .logo-desk {
        display: none;
    }

    .footer-desktop {
        display: none;
    }

    .footer-mob {
        display: block;
        width: 170px;
    }

    .logo-mobile {
        display: block;
    }

    /* m-hero */
    .m-hero {
        margin-top: 35px;
        padding-bottom: 40px;
    }

    .m-hero__wrap {
        flex-direction: column;
        align-items: center;
    }

    .m-hero__text p {
        font-size: 16px;
        line-height: 1.6em;
        letter-spacing: 0.07px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .m-hero__img {
/*         max-height: 438px; */
        max-height: 100%;
		margin-top: 30px;
    }

    .m-hero--btn {
        display: none;
    }

    .two-column-block {
        flex-direction: column;
    }

    .section img {
        width: 100%;
		height: auto;
    }

    .testimonials__item {
        flex-direction: column-reverse;
    }

    .text-two-column {
        flex-direction: column;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .text-two-column p {
        max-width: 100%;
    }

    .text-two-column--border {
        padding-top: 16px;
    }




    .right {
        width: 100%;
        height: auto;
    }


    /* temp */

    .contact-group {
        flex-direction: column;
    }


    .contact-info .btn {
        display: none;
    }


    /* header */

    .header {
        padding-top: 0px;
    }

    .header__addr {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 4px !important;
    }

    .hamburger {
        background: var(--main-accent, #332203);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-info .wrapper {
        padding: 10px 16px;
        /*align-items: baseline;*/
    }

    /* main */
    .m-hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .right {
        margin: 0 auto;
        margin-top: 16px;
    }

    .container {
        max-width: 100%;
        padding-left: 0;

        padding-right: 0;
    }

    img {
        max-width: 100%;
    }



    /* titles */
    .h1 {
        font-size: 48px;
        line-height: 110%;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    .section h2,
    .h2 {
        font-size: 28px;
        font-style: normal;
        line-height: 120%;
        letter-spacing: -0.5px;
        margin-bottom: 20px !important;
    }

    .section p {
        font-size: 16px;
        line-height: 1.6em;
        letter-spacing: 0.07px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: none !important;
    }

    .btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.175px;
        width: 100%;
        padding: 16px 24px;
    }


    /* list */
    .list-tags {
        margin: 0 auto;
        margin-top: -6px;
        margin-bottom: 24px;
        gap: 8px;
        justify-content: center;
    }

    .list-tags li {
        font-size: 16px;
        letter-spacing: 0.07px;
        padding: 6px 21px 6px 21px;
        margin-bottom: 0;
        text-align: center;
    }

    .num-list {
        margin-bottom: 20px;
    }

    .num-list li {
        letter-spacing: 0.07px;
        margin-bottom: 12px;
        padding-left: 56px;
    }

    .num-list strong,
    .num-list h3,
    .num-list .b,
    .num-list b {
        margin-bottom: 6px;
        letter-spacing: 0.05px;
        font-size: 16px;
        line-height: 1.6em;
    }



    /* youtube */

    .youtube-info {
        padding-top: 30px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .youtube__container {
        flex-direction: column;
    }

    .youtube-info__text {
        width: 100%;
    }

    .youtube-info__img {
        height: auto;
    }

    .youtube-info__desc {
        margin-top: 0;
    }

    .youtube-info__label {
        flex-direction: column;
    }

    /* press */
    .press__wrap {
        width: 100%;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }

    .press__item {
        width: 29%;
    }

    .youtube-info__img--desc {
        display: none;
    }

    .youtube-info__img--mob {
        display: block;
    }

    .youtube-info__wrap h2 {
        line-height: 36px;
        margin-bottom: 0 !important;
    }
	
    .youtube-info__desc {
        margin-bottom: 0;
        font-size: 20px;
		line-height: 1.4;
    }

    .press {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* .block-video */
    .block-video {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .block-video-button-next {
        display: none;
    }


    /* .youtube-info__stars */
    .youtube-info__label {
        margin-bottom: 24px;
    }

    .youtube-info__stars {
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .youtube-info__stars-text {
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }

    .youtube-text a {
        display: inline-block;
    }

    .youtube-text img {
        margin-bottom: 16px;
    }


    .list-stretch {
        gap: 8px;
    }

    .list-stretch li {
        color: var(--main-accent, #332203);
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.6em;
        letter-spacing: 0.07px;
        padding: 7px 20px;
    }



    /* before after */
	
	.before-after__wrap {
		max-width: 100%;
		display: block;
		padding: 0;
	}
	.before-after__wrap .swiper-wrapper, .video-testimonials__slider .swiper-wrapper {
		gap: 10px !important;
	}
	.before-after__item, .video-testimonials__item {
		max-width: 100%;
		width: 100% !important;
        margin: 0 !important;
	}
    .before-after__img {
        max-width: 100%;
		max-height: 100%;
    }

    .before-after {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px;
    }


    /* testimonials */
    .testimonials {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .testimonials__text h2 {
        display: none;
    }

    .testimonials__wrap {
        flex-direction: column;
    }

    .testimonials__text {
        width: 100%;
        max-width: 426px;
        margin: 0 auto;
    }

    .testimonials__img {
        max-height: 328px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .testimonials__text p {
        max-width: 100%;

        font-size: 14px;

        font-weight: 300;
        line-height: 20px;
        letter-spacing: 0.07px;
    }

    .testimonials__name {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.04px;
    }



    /* btn */
    .btn-group {
        flex-direction: column;
    }


    /* footer */
    footer .wrapper .bottom-row .column .button-base-rem {
        color: var(--main-accent, #332203);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }

    footer .wrapper .bottom-row .column.big {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    footer .wrapper .top-row {
        margin-bottom: 0px;
    }

    footer .wrapper .top-row .column h2,
    footer .wrapper .top-row .column h3 {

        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0;
        /* 166.667% */
    }

    footer .wrapper .top-row .column p {
        color: var(--main-accent, #332203);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 18.2px */
    }

    footer .wrapper .top-row .column h3 {
        margin-top: 16px;
    }

    footer .wrapper .top-row .column .sci a {
        margin-right: 16px;
    }

    .subhead-support {
        margin-bottom: 0;
    }

    footer .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px;
    }

    footer .wrapper .top-row .columns .column {
        margin-bottom: 16px;
    }



    /* contact */
	.contact .wrapper .contact-form .row select,
    .contact .wrapper .contact-form .row input {
        height: 27px;
        margin-bottom: 24px;
        color: var(--subheader, #150400);
        border-bottom: 1px solid var(--subheader, #807871);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 16.8px */
    }


    /* video-block */
    .video-block {
        max-width: 100%;
    }

    .proced {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .text-two-column--btn div {
        width: 100%;
    }

    .proced__item {
        max-width: 100%;
        width: 100%;
    }

    .proced__item-img {
        width: 100%;
        margin-bottom: 16px;
    }

    .proced__item {
        margin-bottom: 24px;
    }

    .proced__item-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.04px;
        margin-bottom: 20px;
    }

    .proced__item-desc {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.07px;
    }


    /* edu */
    .edu-list {
        flex-direction: column;
        padding-top: 0;
        align-items: center;
    }

    .edu-list img {
        height: 62px;
        width: 161px;
        object-fit: contain;
    }


    /* .two-column-list */
    .two-column-list {
        display: block;
    }

    .two-column-list li {
        width: 100%;
    }

    .list {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .video-block {
        height: auto;
        margin-bottom: 16px
    }



    .two-column-list li {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.6em;
        /* 142.857% */
        letter-spacing: 0.07px;
        padding-top: 10px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .text-two-column--border {
        border-top: 1px solid var(--tags, #E0DCD7);
    }

    .header-content {
        height: 75px;
        padding: 12px 16px !important;
        margin-top: 8px;
    }

    .section .btn {
        margin-top: 8px;
        margin-bottom: 16px;
    }


    .mob-nav-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        margin-bottom: 12px;
    }

    .mobile-nav ul.menu {
        padding: 0;
    }

    .mobile-nav nav a {
        font-size: 15px;
        /* padding: 13px 16px; */
    }

    .mobile-nav li {
        margin-bottom: 0px;
        border-bottom: 1px solid #E0DCD7;
        margin-right: 0;
    }

    .menu-item-has-children {
        padding-right: 0;
        margin-right: 0;
    }




    .banner .banner-video {
        width: 90%;
        min-width: 90%;
    }

    .banner .banner-video {
        height: 485px;
    }

    .banner-video .subhead-support {
        text-align: center;
    }

    .display-hero-lg {
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 24px;
    }

    .banner-video .content {
        bottom: 60px;
    }

    .logo {
        max-width: 100px;
    }

    .youtube-text {
        margin-top: 16px;
    }

    .text-two-column p {
        margin-bottom: 16px !important;
    }

    ul.text-two-column--border {
        padding-top: 0;
    }

    .menu-item-has-children:hover>.sub-menu .sub-menu {
        position: relative !important;
    }

    .menu-item-has-children:hover>.sub-menu .sub-menu {
        top: inherit;
        right: inherit;
    }

    .menu-item-has-children {
        background: none;
    }

    .sub-menu li:hover {
        background: none;
    }

    .mobile-nav li {
        position: relative;
    }

    .submenu-button {
        position: absolute;
        right: 20px;
        top: 11px;
        background: url('/wp-content/themes/linkov-hair/img/menu-arrow.svg') no-repeat center;
        border: none;
        font-size: 0;
        width: 15px;
        height: 20px;
        background-size: contain;
    }

    .activ-btn {
        transform: rotate(270deg);
    }
}
@media(max-width: 600px) {
	header.fixed .header .wrapper {
		top: 53px;
	}
}
@media(max-width: 338px) {
	header.fixed .header .wrapper {
		top: 72px;
	}
}
@media(max-width: 768px) {
	.awards-holder {
		justify-content: center;
	}
	.list-tags {
		justify-content: space-around;
        gap: 20px;
/*         flex-wrap: nowrap; */
        overflow-x: scroll;
	}
	.list-tags li {
		min-width: 235px;
	}
	.m-hero__content {
		margin-right: 0;
	}
	.display-hero-lg span {
		margin-top: 40px;
	}
	.footer__wrapper {
		padding-bottom: 90px;
	}
	.published-date {
		padding: 5px 15px !important;
	}
	.review-inner-slider {
		padding: 0 10px !important;
	}
	.review-inner-slider .slick-next {
		right: 0 !important;
	}
	.review-inner-slider .slick-prev {
		left: 0px !important;
	}
}
@media(max-width: 630px) {
	
    .press__item {
        width: 39%;
    }
}

.video-testimonials__wrap {
    display: flex;
    margin-bottom: 50px;
}

.video-testimonials__item {
    max-width: 538px;
	width: 100% !important;
    cursor: pointer;
}

.video-testimonials__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
/*     height: 210px; */
    height: 403px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
    border-radius: 30px;
}

.video-testimonials__thumb:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url('/wp-content/themes/linkov-hair/img/play.svg');
}

.video-testimonials__title {
    display: block;
    color: var(--txt, #121212);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.08px;
    margin-bottom: 8px;
}

.video-testimonials__counter {
    display: block;
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.08px;
}

.video-testimonials__info {
    display: flex;
    padding: 24px !important;
    border-radius: 30px;
    background: #FFF;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-top: 60px;
}

.video-testimonials__info p {
    margin-bottom: 0;
    max-width: 490px;
}


.video-testimonials__modal--hidden {
    display: none;
}

.video-testimonials__modal {
    position: fixed;
    z-index: 999999;
    top: 20%;
    width: 100%;

}

.video-testimonials__modal-content {
    width: 100vw;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 30px;
}

.video-testimonials__modal-close {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    cursor: pointer;
}

.video-testimonials__header {
    margin-bottom: 24px;
    align-items: baseline;
}

.video-testimonials__section {
    overflow: hidden;
}

.video-testimonials__slider {
/*     overflow: visible; */
	display: flex;
}

.video-testimonials__grid {
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
}

.video-testimonials__grid .video-testimonials__item {
    max-width: 32%;
    width: 33%;
}

.video-testimonials__grid .video-testimonials__thumb {
    height: 300px;
}

@media(max-width: 960px) {

    .video-testimonials__info {
        flex-direction: column;
    }

    .video-testimonials__header {
        align-items: flex-start;
    }

    .video-testimonials__header .h2 {
        margin-bottom: 24px;
    }

    .video-testimonials__thumb {
        width: 100%;
    }

    .video-testimonials__item {
        margin-bottom: 16px;
        max-width: 100%;
    }

    .video-testimonials__wrap {
        margin-bottom: 16px;
    }

    .video-testimonials__info img {
        max-width: 300px;
        margin-bottom: 16px;
    }

    .video-testimonials__info p {
        margin-bottom: 16px;
    }
}



.btn-light {
    background-color: transparent !important;
    border: 1px solid #000;
    color: #332203 !important;
}


.doble-slider {
    display: flex;
    justify-content: space-between;
}

.reverse {
    flex-direction: row-reverse;
}

.doble-slider__left {
    max-width: 315px;
}

.doble-slider__right {
    max-width: 650px;
}

.doble-slider__right .swiper-wrapper {
    margin-bottom: 50px !important;
}

.doble-slider__right img {
    width: 100%;
    height: 700px;
    background: #EBEAEA;
    border-radius: 240px;
    object-fit: cover;
}

.doble-slider__left-wrapper {
    margin-bottom: 24px;
}

.doble-slider__right .slider-nav {
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 99;
}

.doble-slider__left__img {
    width: 315px;
    height: 400px;
    border-radius: 120px;
    object-fit: cover;
}


/* process */
.process-hero {
    padding-top: 200px;
    padding-bottom: 60px;
}

.long-img {
    min-height: 390px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 148px;
    margin-top: 60px;


    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #cecece;
    background-position: top center;
    background-size: contain;
    border-radius: 130px;

    background-position-x: 39%;

}

.long-img__sub-title {
    color: var(--main-accent, #fff);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.long-img__title, h2.long-img__title {
    color: var(--main-accent, #fff);
    text-align: center;
    font-family: 'Gilda Display';
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -6px;
}



/*  */
.two-column-block-swiper-wrapper {
    width: 426px;
}

.two-column-block-swiper-slide video,
.two-column-block-swiper-slide img {
    object-fit: cover;
    width: 426px;
    height: 700px;
    border-radius: 500px;
    background: #5e5e5e;
}

.two-column-block-num {
    color: var(--ZK-Primary-Dark, #121212);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 48px;
}

.reverse {
    flex-direction: row-reverse;
}

.reverse .doble-slider__right {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.reverse .slider-nav {
    left: 0;
}



.contact-quiz {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 5px 0;
    margin-bottom: 20px;
}

.contact-quiz span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

.contact-quiz input {
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #cec6bf !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
    width: 60px !important;
    padding: 0 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 0 !important;
    font-weight: 300 !important;
}

.before-after__item--grid {
    max-width: 352px;
}

.before-after__item--grid .before-after__img {
    opacity: 1;
    max-width: 352px;
    border-radius: 30px;
}

.before-after__grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 48px;
}

.before-after__item--grid a {
    display: flex;
}

.fancybox__container {
    z-index: 9999 !important;
}

.fancybox__caption {
    max-width: 60% !important;
}

.before-after__grid-text {
    color: var(--txt, #121212);

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 24px;
}

.press__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.grid-press__item {
    border-radius: 30px;
    display: flex;
    background: #fff;
    flex-direction: column;
}

.grid-press__item header {
    padding: 40px 20px;
}

.text-section h2.grid-press__title,
.grid-press__title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.6em;
}

.page-item-450.menu-item-has-children {
    background-position-x: 96% !important;
}

.grid-press__title a {
    text-decoration: none;
}

.grid-press__source {
    padding: 15px 20px !important;
    margin-top: auto !important;
    font-size: 14px;
    color: #333;
}

.grid-press__data {
    color: #fff;
    padding: 10px 0 10px 23px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 30px;
    background: #2f2403;
    margin-top: auto;
}

.right img {
    border-radius: 270px;
    background: #cecece;
    height: 100%;
    object-fit: cover;
}

.m-hero__img img {
/*     border-radius: 500px 500px 0px 0px; */
    border-radius: 20px;
    max-height: 520px;
    height: 100%;
	max-width: 520px;
	width: auto;
    background: #cecece;
}

@media screen and (max-width: 1440px) {
    .header-wr li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    header li {
        margin-right: 18px;
    }
}


@media screen and (max-width: 1330px) {
    .header-wr li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    header li {
        margin-right: 18px;
    }
}

@media(max-width: 961px) {

    .press__grid {

        grid-template-columns: auto;

    }


    .before-after__grid {
        justify-content: center;
    }

    .hide-mob {
        display: none;
    }

    .process-hero {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .long-img__sub-title {
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.5px;
    }

    .long-img__title {
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -2px;
    }



    .long-img {
        background-size: cover;
        background-attachment: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .text-section-slider-nav {
        margin-bottom: 30px;
        position: absolute;
        bottom: 0;
        z-index: 999;
    }

    .two-column-block-num {
        display: none;
    }

    .two-column-block-swiper-slide img {
        width: 100%;
    }

    .two-column-block-swiper {
        margin-top: 30px !important;
        width: 100%;
        margin-bottom: 30px !important;
    }

    .text-section {
        position: relative;
    }

    .two-column-block-swiper-wrapper {
        width: 100%;
    }

    .two-column-block-swiper-slide video,
    .two-column-block-swiper-slide img {
        width: 100%;
        height: 560px;
    }

    .doble-slider {
        flex-direction: column-reverse;
    }

    .doble-slider__right,
    .doble-slider__left {
        max-width: 100%;
    }

    .doble-slider__left {
        display: none;
    }

    .sub-menu li a {
        height: auto;
    }

    .fancybox__caption {
        max-width: 100% !important;
    }

    .before-after__grid {
        justify-content: center;
    }

    .before-after__header h1.h2 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 28px !important;
    }

    .video-testimonials__grid .video-testimonials__item {
        max-width: 100%;
    }
}

@media(max-width: 400px) {
	.header {
		padding-top: 0px;
	}
}
.btn-r {
    margin-left: auto;
    display: flex;
}

.mobile-nav .sub-menu a {
    text-transform: inherit;
}

.section .h2-full {
    max-width: 800px;
}

.sub-menu li.current-menu-item>a {
    font-weight: 500;
    color: #332203;
}

.right img.not-round {
    background: none;
    border-radius: 0px;
}
.two-column-block-button-next {
    margin-left: 10px;
}
.list-tags--center {
    justify-content: center;
}
.btn-group--press {
    margin-bottom: 60px;
}

.bold {
    font-weight: bold;
}

.video__thumb {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.video__thumb:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('/wp-content/themes/linkov-hair/img/play.svg');
}
.def-text p, .def-text h2, .def-text ul {
	max-width: 100% !important;
}

select {
    color: #7d7c7c;
}
@media(max-width: 319px) {
	.swiper-slide {
		width: 100% !important;
	}
}


.newsletter-consent {
	 color: #7d7c7c;
	margin-bottom: 10px;
    font-size: 12px;

}
