/*
Theme Name: Lanada
Theme URI: https://lanada.pl
Author: Lanada
Author URI: https://lanada.pl
Description: Motyw Lanada.pl
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Lanada
*/

:root {
    --body-color: #fff;
    --font-color: #333;
    --font-size: 16px;
    --font-weight: 400;
    --line-height: 1.6;
    --font-family: 'Roobert', sans-serif;
    --letter-spacing: 0.02em;
    --primary-color: #c4a75b;
    --secondary-color: #ffffff;
    --tertiary-color: #000;
}

body {
    margin: 0;
    padding: var(--site-header-height) 0 0 0;
    background-color: var(--body-color);
    color: var(--font-color);
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    line-height: var(--line-height);
    font-family: var(--font-family);
    letter-spacing: var(--letter-spacing);
}

::-webkit-scrollbar {
  width: 8px;
  height:8px;
}


::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #c4a75b, #b58b40);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #b58b40, #6b4f1e);
}

select::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

select::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.makijaz-template-default .sticky-toc::-webkit-scrollbar-track, .new-sticky::-webkit-scrollbar-track {
  background: #a18a5f;
}

.makijaz-template-default .sticky-toc, .new-sticky {
	scrollbar-color: var(--primary-color) #fff;
}

header {
	display:unset;
}

.site-footer {
    background-color: var(--tertiary-color);
    color: #fff;
    clear: both;
    display: flex;
}

footer {
	background-color:var(--tertiary-color);
	color:var(--secondary-color);
}

.footer-logo {  
	margin-bottom:25px;
	max-width:180px;
	width:100%;
	margin-left:-22px;
}

.footer-infos {
	display:flex;
	flex-wrap:wrap;
}

.footer-infos span {
	width:100%;
}

.site-footer .footer-widgets-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 60px 0;

}

.site-footer .footer-widgets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-footer .footer-column {
    width: 25%;
    padding: 0 50px;
    box-sizing: border-box;
    margin: 20px 0 0 0;
    position: relative;
}

.site-footer .footer-widget {
    margin-bottom: 20px;
}

.primary-c {
	color:var(--primary-color);
}

.in-flex {
	display:inline-flex;
	align-items:center;
}

.site-footer .footer-widget .widget-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.site-footer .footer-widget a {
    text-decoration: none;
}

.site-footer .footer-widget a:hover {
    text-decoration: underline;
}

.site-footer .logo-center {
    line-height:0;
}

.primary-menu {
    background: var(--secondary-color);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    z-index:999;
}

.primary-menu .logo-center {
	line-height:0;
}

.top-nav-infobar a {
	line-height:0;
}

.primary-menu.sticky {
    position:sticky;
    position: -webkit-sticky; 
    top:0;
}

.container {
    width:100%;
    max-width: 1920px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.special-cursor {
	cursor:pointer;
}

.primary-menu #menu-right, .primary-menu #menu-left {
    display:flex;
    justify-content:center;
    list-style-type:none;
    gap:30px;
    height:100%;
    padding: 0;
    margin: 0;
}	

.primary-menu a {
    color: var(--font-color);
    font-size: var(--font-size);
    text-decoration:none;
    letter-spacing: var(--letter-spacing);
    transition: all .3s;
}

.primary-menu .menu-special a {
	color:var(--primary-color);
}

.primary-menu .menu-special a:hover {
	color:var(--font-color);
}

.header-container {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width:100%;
    max-width: 1920px;
}

.menu-left,
.menu-right {
    flex: 1;
}

.logo-center {
    flex-shrink: 0;
}

.logo-center img {
    max-height: 60px;
}

.header-container .logo-center {
	align-self: center;
}

.header-container .logo-center img {
	max-width: 120px;
	height:auto;
}

nav {
    display: flex;
    justify-content: center;
    align-items:center;
}

a {
	text-decoration:none;
}

a:hover {
	color:#c4a75b;
}

.slider-home .slider-image {
	width:100%;
	display:flex;
}

.slider-home .slider-image img {
    width: 100%;
    height:auto;
    max-height: 640px;
    min-height: 450px;
    object-fit: cover;
}

.slider-home .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.slider-home .slider-content {
	position: absolute;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    left: calc((100% - 1000px) / 2);
    color:#F1F1F1;
}

.slider-home .slider-content .slider-button {
	display:flex;
}

.slider-home .slider-content .slider-button a {
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0 10px 10px 0;
    outline: none;
    font-weight: 700;
    border-radius:10px;
}

.slider-home .slider-parent {
    width: 100%;
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.slider-home .slider-title {
    font-size: 49px;
    line-height:1.1;
    letter-spacing: -.8px;
    color:#F1F1F1;
}

.title-btn {
    display:flex;
}

.title-btn ul {
    display: flex;
    gap:20px;
    align-items: center;
    list-style-type:none;
}

.title-btn ul li a, .title-btn ul li .nav-btns {
    background-color: var(--primary-color);
    cursor: pointer;
    color: #fff;
    padding:10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius:10px;
}

.title-btn ul li a:hover, .title-btn ul li .nav-btns:hover {
    background-color: #a18a5f;
}

.logo-center h1 {
    font-family: 'Roobert', sans-serif;
    color: #333;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(170, 170, 170, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mr5 {
	margin-right:5px;
}

.mr7 {
	margin-right:7px;
}

.ml5 {
	margin-left:5px;
}

.ml10 {
	margin-left:10px;
}

.mr10 {
	margin-right:10px;
}

.mr20 {
	margin-right:20px;
}

.ml20 {
	margin-left:20px;
}

.mt0 {
	margin-top:0;
}

.mt10 {
	margin-top:10px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mt30 {
	margin-top:30px;
}

.mt40 {
	margin-top:40px !important;
}

.custom-mt40 {
	margin-top:40px;
}

.mt50 {
	margin-top:50px !important;
}

.subtraction-b20 {
	margin-bottom: -20px;
}

.subtraction-t10 {
	margin-top: -10px;
}

.subtraction-t15 {
	margin-top:-15px;
}

.subtraction50 {
	margin-top: -50px;
}

.mt60 {
	margin-top:60px;
}

.mb0 {
	margin-bottom:0 !important;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb30 {
	margin-bottom:30px;
}

.mb10 {
	margin-bottom:10px !important;
}

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

.mb55 {
	margin-bottom:55px;
}

.pt0 {
	padding-top:0 !important;
}

.pb0 {
	padding-bottom:0 !important;
}

.pl0 {
	padding-left:0 !important;
}

.pl30 {
	padding-left:30px;
}

.pt10 {
	padding-top:10px;
}

.pt20 {
	padding-top:20px;
}

.pt30 {
	padding-top:30px;
}

.pt40 {
	padding-top:40px;
}

.pb10 {
	padding-bottom:10px;
}

.pb20 {
	padding-bottom:20px;
}

.pb25 {
	padding-bottom:25px;
}

.pb30 {
	padding-bottom:30px;
}

.pb40 {
	padding-bottom:40px;
}

.plr50 {
	padding:0 50px;
}

.pl50 {
	padding-left:50px;
}

.pr50 {
	padding-right:50px;
}

.pt50 {
	padding-top:50px;
}

.pb50 {
	padding-bottom:50px;
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

.text-left {
	text-align:left;
}

.text-justify {
	text-align:justify;
}

.font-bold {
	font-weight:600;
}

.w-100 {
	width:100% !important;
}

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

.primary-menu ul ul li {
	padding: 0;
	height: auto;
	border-bottom: 1px solid #f7f7f7;
	width:100%;
}

.primary-menu .sub-menu li a {
	color: var(--font-color);
	display: block;
	padding: 8px 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.primary-menu .sub-menu li a:hover {
	color: var(--primary-color);
}

.primary-menu ul li.pll-parent-menu-item ul {
	max-width:115px;
}

.primary-menu ul ul li {
	border-bottom:none;
}

.primary-menu ul li.offer-menu li.menu-item-has-children>a:after {
	display:none;
}

.top-nav-infobar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #000;
    position: relative;
}

.top-nav-infobar .item span {
    background-color: #393939;
    padding: 7px 20px;
    color: #fff !important;
    margin: 0 0 0 15px;
}

.top-nav-infobar a {
    color:#fff;
}

.top-nav-infobar a:hover {
    color:var(--primary-color);
}

.top-nav-infobar .parent {
    width: 100%;
    max-width: 1920px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.top-nav-infobar .item {
    display: inline-flex;
    align-items: center;
    color:#F5F5F5;
    gap:5px;
    font-size:13px;
    letter-spacing:1px;
    font-weight:500;
}

.top-nav-infobar .item.mob {
     display:none;
}

.service-area ul.slick-dots li, .post-area ul.slick-dots li {
    background-color: var(--primary-color);
    box-shadow: none;
    border: 3px solid transparent;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 5px 2px;
    cursor: pointer;
    outline: none;
    box-sizing: content-box;
    padding: 0;
    transition: all .3s;
}

.service-area .service .image img:hover {
    transform: scale(1.02);
}

.service-area .service .image img {
    transition: transform 0.3s ease;
}	

.service-area ul.slick-dots li.slick-active, .post-area ul.slick-dots li.slick-active {
    border: 3px solid var(--primary-color);
    background-color: #fff;
}

.service-area ul.slick-dots li button, .post-area .posts-slider ul.slick-dots li button {
    display: none;
}

.service-area .slide-image img {
    padding: 0 0 20px 0;
    height: 270px;
    width: 100%;
    object-fit: contain;
}

.service-area, .content-area {
    padding: 60px 0;
    overflow: hidden;
}

.service-area .slide-title {
    width: 100%;
    margin: 0 0 10px 0;
    text-align:center;
    font-size: 1.5em;
    color: var(--font-color);
}

.la-container {
    max-width: 1550px;
}

.service-heading, .content-heading, .content-area .content-section h2, .related-title {
    display: block;
    text-align: center;
    font-size: 35px;
    width: 100%;
    line-height: 45px;
    font-weight: var(--font-weight);
}

.related-posts .post-title {
    text-align:center;
    font-size:24px !important;
    margin-top:15px !important;
    margin-bottom:20px !important;
}

.service-heading > span, .content-heading > span, .content-area .content-section h2 > span {
	font-weight:bold;
}

.service-heading:after, .content-heading:after, .content-area .content-section h2:after, .related-title:after, .toc-heading:after, .service-form-heading:after {
    content: '';
    width: 50px;
    height: 2px;
    margin: 10px auto;
    background-color: var(--primary-color);
    display: block;
}

.post-art .toc-container a:hover {
    color:var(--primary-color);
}

.service-form-heading {
    display:block !important;
}

.single .content-and-toc .image {
	flex-grow: 1;
}

.post-template-default .toc-container {
	display:block !important;
}

.single .form-column {
	width:100%;
}	

.row-f {
    display: flex;
}

.row-fw {
	display:flex;
	flex-wrap:wrap;
}

.fw {
	flex-wrap:wrap;
}

.fl25 {
	flex:25% !important;
}

.cky-notice-des {
	overflow-y:auto !important;
}

.service-area .tab-list {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0 50px 0 0;
}

.page-template-page-zabiegi-pod #related {
	overflow-x:hidden;
}

.service-area .tab-content {
    width: 75%;
    padding-left: 20px;
}

.service-area .tab-link {
    display: block;
    font-size:16px;
    width: 100%;
    color:var(--font-color);
    margin: 0 0px;
    padding: 20px 25px;
    background-color: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    text-align: left;
}

.service-area .tab-url {
	display:block;
	width:100%;
}

.service-area .tab-link:hover {
	background-color:var(--primary-color);
	color:#fff;
}

.service-area .tab-link.active {
    background-color: var(--primary-color);
    color:#fff;
}

.service-area .content {
    display: none;
}

.service-area .content.active {
    display: block;
}

.service-area .service {
    display:flex;
    overflow-x:auto;
    padding-bottom:20px;
    gap: 10px;
}

.service-area .service .service-item {
    flex: 0 0 calc((100% - 20px) / 3);
    box-sizing: border-box;
}

.service-area .slick-dots {
    bottom:-25%;
}

.service-area .service .service-title {
	font-size:18px;
	color:var(--font-color);
	margin-top:10px;
	text-align:center;
	letter-spacing:1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;     
}

.service-area .service .service-title:hover {
    color:var(--primary-color);
}

.service-area .service .image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    border-radius:10px;
}

.post-area .posts-slider .slick-dots {
	bottom:-25px;
}

.slick-dotted.posts-slider {
    margin-bottom: 15px !important;
}

.content-area .content-txt-img {
	display:flex;
	flex-wrap:wrap;
}

.content-area .content-txt-img .content-item {
	flex: 1; 
	align-self:center;
}

.content-area .content-txt-img .content-item img {
	max-width:100%;
    height:100%;
    object-fit:cover;
}

.content-area .content-txt-img .content-item.last p, .content-area .content-txt-img .content-item.last h2 {
	padding-left:15px;
}

.content-area .content-txt-img .content-item.first p, .content-area .content-txt-img .content-item.first h2 {
	padding-right:15px;
}

.content-area .content-txt-img .content-item.last .read-more-btn-sec {
	margin-left:auto;
}

.content-area .content-txt-img .content-item.last .read-more-btn-sec:hover, .content-area .content-txt-img .content-item .read-more-btn:hover, .slider-home .slider-content .slider-button a:hover, .btn-primary:hover {
	background-color:#a18a5f !important;
} 

.btn-w {
    background: unset !important;
    border: 1px solid var(--primary-color);
    margin:0 !important;
}

.btn-w:hover {
	color:#fff !important;
	background:var(--primary-color) !important;
}

.treatments-effects {
  background-color: #f8f9fa;
  padding: 45px 20px;
  margin-top:40px;
  margin-bottom:40px;
}

.treatments-effects .container {
  padding:0 15px;
  margin: 0 auto;
  text-align: center;
}

#effects-title {
	text-align:center !important;
	display:block !important;
        margin-top:0 !important;
	margin-bottom:0 !important;
}

#effects-title::before {
	display:none !important;
}

.page-template-page-service .box h2 {
	line-height:1.2;
}


.page-template-page-zabiegi-pod #cnt-img {
	display:flex;
	gap:20px;
	box-sizing:border-box;
}


.page-template-page-zabiegi-pod #cnt-img img {
	width:100%;
	max-width:100%;
	height:100%;
	border-radius:10px;
	object-fit:cover;
}

.page-template-page-zabiegi-pod .special-cta {
	padding-left:0;
	padding-right:0;
}

.treatments-effects .section-title {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #4d4d4d;
  letter-spacing: 1px;
}

.treatments-effects .intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  color: #777;
  margin-bottom: 40px;
  margin-top:30px;
}

.treatments-effects .effects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
  margin-top:40px;
  margin-bottom:20px;
}

.treatments-effects .effect-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.treatments-effects .effect-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.treatments-effects .effect-icon {
  margin-bottom: 20px;
  color: var(--primary-color);
}

.treatments-effects .effect-title {
  margin-bottom: 10px;
  font-size:18px;
  line-height:1.2;
}

.treatments-effects .effect-description {
  font-size: 14px;
  line-height: 1.6;
  max-width: 300px;
  margin: 0 auto;
}

#f-details-content svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    stroke-width: 1.5;
}

#f-details-content p {
    display: flex;
    align-items: center;
    gap: 8px;
}

#f-details-content span {
	font-size:14px;
}

.related-posts-grid .related-post {
	flex:25% !important;
}

.search .page-title {
	word-break: break-word;
}

.search .page-title::before {
	height:100%;
}

.content-area .content-section {
    overflow-y: auto;
}

.content-area .content-section .more-content, .content-area .content-section .more-content-sec {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 10px;
}

.content-area .content-section .read-more-btn, .content-area .content-section .read-more-btn-sec, .btn-primary {
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content:center;
    align-items: center;
    max-width:20%;
    cursor:pointer;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 20px 10px 10px 0;
    outline: none;
    border-radius:10px;
}

.content-area .content-section .more-content.active, .content-area .content-section .more-content-sec.active {
    max-height: 1000px;
    padding: 10px 0;
}

.post-area .posts-slider, .post-area .posts-slider-blog, .post-area .portfolio-slider, .post-area .metamorphoses-slider, .post-area .portfolio-mini-slider {
	display:flex;
}

.post-area .posts-slider .post-item {
    margin: 0;
    height:auto;
    width: 25%;
}

.portfolio-mini-slider .slick-list {
  flex: 1 1 auto;
}

.post-area .posts-slider-blog .post-item {
    margin: 0;
    height:auto;
    width: 25%;
    margin: 0 10px;
}

.post-area .posts-slider .post-item .post-title, .post-area .posts-slider-blog .post-item .post-title {
    font-size: 24px;
    color: var(--font-color);
    letter-spacing: 1px;
    width: 100%;
    margin: 0 0 10px 0;
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-area .posts-slider .post-item .post-title:hover, .post-area .posts-slider-blog .post-item .post-title:hover {
	color:var(--primary-color);
}

.post-area .posts-slider .post-item img, .post-area .posts-slider-blog .post-item img, .post-area .portfolio-slider .post-item img, .post-area .metamorphoses-slider .post-item img, .post-area .portfolio-mini-slider .post-item img {
    aspect-ratio: 16 / 9;
    height: 100%;
    padding: 0;
    width: 100%;
    object-fit: cover;
    border-radius:10px;
}

.post-area .posts-slider .post-item .image, .post-area .posts-slider-blog .post-item .image {
    height: 220px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.site-footer ul {
	list-style:none;
	padding-left:0;
}

.site-footer ul li a {
	color:#fff;
}

.site-footer ul li a:hover {
	color:var(--primary-color) !important;
} 

.site-footer .tel, .site-footer .email {
	width:100%;
        display:flex;
        align-items:center;
}

.site-footer .footer-widget {
    box-sizing: border-box;
    margin: 20px 0 0 0;
    position: relative;
}

.site-footer .contact-items {
    display:flex;
    flex-wrap:wrap;
    margin: 20px 0 0 0;
}

.site-footer .contact-items a {
    color:var(--secondary-color);
}

.site-footer .contact-items a:hover {
    color:var(--primary-color);
}


.site-footer .footer-widget .title {
    font-size:16px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(170, 170, 170, 0.5);
    text-transform: uppercase;
}

.site-footer .footer-widget .title:after {
    content: '';
    width: 50px;
    height: 2px;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:auto;
    background-color: var(--primary-color);
    display: block;
}

.tab-content .content {
    display: none;
}

.tab-content .content.active {
    display: block;
}

.aliself {
    align-items:center;
}

.page-template-page-service .post-area .portfolio-slider {
	flex-wrap:wrap;
}

.page-template-page-service .post-area .portfolio-slider .post-item {
	flex:25%;
	padding:10px 10px;
}


.posts-slider-blog {
	flex-wrap:wrap;
}

.posts-slider-blog .post-item {
	flex:25%;
	margin:10px 10px !important;
}

.special-icons {
    padding-left:30px;
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    margin-bottom:20px;
    padding-top:20px;
    letter-spacing:1px;
}

.special-icons div {
    align-self: center;
    display: flex;
    gap: 10px;
    max-width:50%;
    justify-content:center;
    padding:15px 7px;
    color:#fff;
    flex:46%;
    font-size:15px;
    cursor:pointer;
}

.contact-heading {
    margin-top:30px;
    text-align:left;
}

.contact-heading::after, .toc-heading::after, .service-form-heading::after {
	margin-left:0;
}

.o-image-text {
    display: flex;
    gap: 20px;
}

.o-image-text .image img {
    max-width: 100%;
    border-radius: 10px;
    height:100%;
    object-fit: cover;
}

.o-image-text .text, .o-image-text .image {
	width:50%;
}

.wpcf7-form .form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top:45px;
}

.wpcf7-form .form-row {
    display: flex;
    gap:15px;
    justify-content: space-between;
}

.wpcf7-form .form-column-full {
    width: 100%;
}

.wpcf7-form label {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    padding: 20px;
    font-family: var(--font-family);
    width: 100%;
    height: 50px;
    border:1px solid #eee;
}

.wpcf7-form textarea {
    height: 150px;
    resize: none;
}

.wpcf7-form input[type="submit"] {
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0 10px 10px 0;
    outline: none;
    border:none;
    border-radius:10px;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #a18a5f !important
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
textarea:focus {
    border-color: var(--primary-color);
    outline: none;
}

.wpcf7-form .wpcf7-list-item {
	margin:0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    margin-bottom: -5px;
}

.wpcf7-form .wpcf7-response-output {
	display:none;
}

.wpcf7-form a {
	color:var(--font-color);
}

.wpcf7-form a:hover {
	color:var(--primary-color);
}

.grayscale-map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.bg-section {
	background-color:#f0f0f0;
}

.posts-slider, .related-posts-grid, .portfolio-slider, .metamorphoses-slider, .posts-slider-blog, .portfolio-mini-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.single .slick-prev, .single .slick-next {
	display:none !important;
}

.single .btn-wrap {
	padding-top:20px;
	padding-bottom:20px;
}

.single .btn-wrap .btn-primary {
	margin-top:0 !important;
}

.post-area .posts-slider .post-item, .related-posts-grid .related-post, .post-area .portfolio-slider .post-item, .post-area .metamorphoses-slider .post-item, .post-area .portfolio-mini-slider .post-item {
	padding:0 10px;
}

.related-posts-makeup {
	padding-bottom:20px !important;
	padding-top:40px !important;
	margin-bottom:50px !important;
}

.la-special .content-area .content-txt-img .content-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 100%, 100% -500%, 100% 100%, 0 100%);
    border: none;
}

.la-special-r .content-area .content-txt-img .content-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(100% 100%, 0 -500%, 0 100%, 100% 100%);
    border: none;
}

.posts-slider .prev, .posts-slider .next {
	display: block;
	position: absolute;
	z-index: 10;
	top:20%;
	cursor:pointer;
	color:var(--primary-color);
}

.posts-slider .next {
	right: 0px;
}

.page-template-page-zabiegi-pod .btn-wrap {
	padding-top: 0;
    	margin-top: -30px;
    	padding-bottom: 40px;
}

.page-template-page-opinie #related {
	overflow-x:hidden;
}

.breadcrumbs {
    width: 100%;
    margin: 5px auto 0;
    max-width: 1550px;
    transition: all .3s;
    justify-content:unset;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs .separator {
    padding: 0 5px 0 5px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
}

.breadcrumbs a {
	color:var(--font-color);
}

.breadcrumbs a:hover {
	color:var(--primary-color);
}

.btn-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
	padding-top:30px;
}

.btn-wrap .btn-primary {
	border:none;
}

.table-url {
    color: #333;
}

.home .up-list {
    list-style: none;
    padding-left:15px;
}

.page-template-page-zabiegi-pod .up-list {
    list-style: none;
    padding-left: 0;
}

.page-template-page-zabiegi-pod .up-list li:before, .home .up-list li:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    margin: 2px 10px 2px 0px;
    background: #b99f6d;
}

.page-title, .arch-content h2, .table-title, .faq-title, .post-art h2, .post-art h3, .post-art h4, .page-template-page-service .table-title {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    font-size: 35px;
    width: 100%;
    line-height: 45px;
    font-weight: var(--font-weight);
}

.page-title::before, .arch-content h2::before, .table-title::before, .faq-title::before {
	content: '';
    width: 2px;
    height: 50px;
    background-color: var(--primary-color);
    margin-right: 20px;
    display: inline-block;
}

.service-archive-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

table.price p {
   margin: 0;
   padding: 0;
}

.home .contact-box .info {
	border-radius:10px;
}

.home .contact-box .info .text {
	font-size:20px;
}

.home .contact-box .info .text a {
	color:var(--font-color);
}


.home .contact-box .info .text a:hover {
	color:var(--primary-color);
}

.unarrow-service-slider .slick-dots {
	display:none !important;
}

.g20 {
	gap:20px;
}

.box-heading {
    	margin: 0;
	font-size:1.3em;
	font-weight:bold;
        line-height:1.2;
}	

.single .boxes .box, .page .boxes .box {
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.home .post-area .posts-slider {
	flex-wrap:wrap;
}

.home .post-area .posts-slider .post-item {
	flex:25%;
}

.service-archive-posts .item {
    flex: 1 1 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.service-archive-posts .post-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius:10px;
}

.service-archive-posts .post-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width:100%;
}

.service-archive-posts .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s;
}

.service-archive-posts .overlay .name {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight:bold;
}

.service-archive-posts .overlay .name a {
    color: inherit;
}

.service-archive-posts .overlay .name a:hover {
    color: var(--primary-color);
}

.service-archive-posts .overlay .post-excerpt {
    margin: 10px 0;
}

.page-id-135 td.rowspan {
    border-bottom: none !important;
}

.page-id-135 td.rowspan {
        border-top: 1px solid #ddd;
}

.page-template-page-gallery .gallery {
    display: grid;
    gap: 15px;
}

.course-heading {
    display: block;
    text-align: center;
    font-size: 35px;
    width: 100%;
    line-height: 45px;
    font-weight: var(--font-weight);
    margin-top:0;
}

.page-template-page-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    display:grid;
}

.page-template-page-service #intro-content p {
	margin-top:0;
}

.page-template-page-gallery .gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
    border-radius:10px;
    height:315px;
    object-fit:cover;
}

.page-template-page-gallery .gallery-item img:hover{
    filter: brightness(0.7);
}

.page-template-page-gallery .gallery-item img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.page-template-page-gallery .gallery-item:hover img::after {
    opacity: 1;
}

.page-template-page-service .arch-content ul {
    list-style: none;
    padding-left: 0;
}

.page-template-page-service .arch-content ul li:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    margin: 2px 10px 2px 0px;
    background: #b99f6d;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.category-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width:100%;
    max-width:350px;
    padding-right: 30px;
    border: 2px solid #c4a75b;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding: 12px 12px;
    border-radius: 10px;
    float:right;
    outline: none;
    box-sizing: border-box;
}

.select-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    margin-top:9px;
    pointer-events: none;
    font-size: 16px;
    color: #c4a75b;
}

table.price {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    overflow: hidden;
    border-collapse: collapse;
}

table.price thead {
    background-color: #b99f6d;
    color: white;
}

table.price th, 
table.price td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height:1.2;
}

table.price th:last-child, 
table.price td:last-child {
    border-right: none;
}

table.price thead th {
    border-right: 1px solid #f0f0f0;
}

table.price tbody tr:last-child td {
    border-bottom: none;
}

table.price tbody td:hover {
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}

table.price td {
    font-size: 18px;
    color: #333;
}

table.price th {
    font-size: 20px;
}

.single-post .post-content a {
	color:var(--primary-color);
}

.single-post .post-content a:hover {
	color:#a18a5f;
}	

.so-image {
	max-width:100%;
	height:auto;
        margin-top:5px;
        border-radius: 10px;
}

.footer-tags {
    margin-top: 30px;
}

.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top:30px;
    margin-bottom:10px;
}

.tag-cloud li {
    margin: 0;
}

.tag-cloud a {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    border: 1px solid #c9a96a;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.site-footer .tag-cloud a:hover {
    background: #c9a96a;
    color: #fff !important;
    text-decoration:none !important;
}

#footer-w-100-mt-mix {
    margin-top:0;
}

.boxes .box {
    flex:1;
    gap:20px;
    padding:20px;
    color: white;
    align-content: center;
}

.boxes .left-box {
    background-color: #b99f6d;;
    color: #fff;
}

.boxes .right-box {
    background-color: #000;
}

.boxes ul {
    list-style:none;
    padding-left: 0;
    margin-top:10px;
    margin-bottom:0;
    text-align:left;
}

.boxes .left-box ul li:before {
    background: #131313 !important;
}

.boxes ul li:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    margin: 2px 10px 2px 0px;
    background: #b99f6d;
}

.boxes h2 {
    margin:0;
}

.single-post .related-posts-grid {
	display:flex;
	flex-wrap:wrap;
}

.single-post .related-posts-grid .related-post, .makijaz-template-default .related-posts-grid .related-post {
	flex:25%;
}

.makijaz-template-default .post-area .portfolio-slider .post-item, .makijaz-template-default .post-area .metamorphoses-slider .post-item {
    flex: calc(25% - 20px);
    flex-shrink: 0;
    flex-grow: 0;
    padding: 10px 10px;
}	

.makijaz-template-default .post-area .portfolio-slider, .makijaz-template-default .post-area .metamorphoses-slider {
	flex-wrap:wrap;
}	

.post-template-default .post-art .post-thumbnail {
	width:100%;
	height:auto;
}

.home #faq-accordion {
	margin-bottom:60px !important;
}

.home #faq-accordion p {
	text-align:justify;
}

.home #faq-accordion input:checked+h3>.tab-label {
    background: var(--primary-color);
    color: #fff;
}

.home #faq-accordion input:checked+h3>.tab-label::after {
	color:#fff;
}

#faq-accordion h3 {
	margin: 0 !important;
	font-weight: var(--font-weight);
	font-size:22px;
}

#faq-accordion p {
	margin:0 !important;
	padding:10px 0;
}

#faq-accordion label {
	margin:0 !important;
}

#faq-accordion {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 0;
	margin-top:40px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#faq-accordion input {
	position: absolute;
	opacity: 0;
	z-index: -1
}

#faq-accordion .tabs {
	border-radius: 0px;
	overflow: hidden;
	border: 1px solid #eee;
}

#faq-accordion .tab {
	width: 100%;
	color: white;
	overflow: hidden;
}

#faq-accordion .tab-label {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1em;
	background: #f9f9f9;
	cursor: pointer;
	color: var(--font-color);
	transition: all .3s;
	border-top: 1px solid #eee;
}

#faq-accordion .tab:first-child .tab-label {
	border-top: none;
}

#faq-accordion .tab-label:hover {
	background: #eee;
}

#faq-accordion .tab-label::after {
	content: "\276F";
	color:var(--primary-color);
	width: 1em;
	align-self:center;
	margin-left:20px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

#faq-accordion .tab-content {
	max-height: 0;
	margin-bottom:0;
	padding: 0 1em;
	color: #111;
	background: white;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#faq-accordion .tab-close {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #29abe2;
	cursor: pointer;
}

#faq-accordion .tab-close:hover {
	background: #29abe2;
}

#faq-accordion input:checked+.tab-label,#faq-accordion input:checked+h3>.tab-label {
	background: #eee;
	color: #111;
}

#faq-accordion input:checked+.tab-label::after,#faq-accordion input:checked+h3>.tab-label::after {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

#faq-accordion input:checked~.tab-content {
	max-height: 100vh;
	padding: 1em
}

.new-toc {
    width: 33% !important;
    border-radius: 10px 0 0 10px !important;
    padding: 0 !important;
    padding-left: 20px !important;
    background-color: #000 !important;
}

.no-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
}

button.next-btn.btn-primary.slick-disabled, button.prev-btn.btn-primary.slick-disabled  {
    cursor: not-allowed;
}

.blog-page .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-page .blog-post {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-page .blog-post:hover, .post-area .posts-slider-blog .post-item:hover {
    transform: scale(1.02);
}

.blog-page .post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-page .post-content {
    padding: 20px;
}

.grecaptcha-badge {
	display:none !important;
}

.blog-page .post-content .post-title, .related-posts .post-title {
    font-size: 18px;
    color: var(--font-color);
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.blog-page .post-content .post-title a, .related-posts .post-title a {
    color:inherit;
    text-decoration: none;
}

.blog-page .post-content .post-title a:hover, .related-posts .post-title a:hover {
    color:var(--primary-color);
}

.meta-flex {
	display:inline-flex;
	align-items:center;
}

.meta-flex svg {
	color:var(--primary-color);
}

.blog-page .entry-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: -10px;
    text-transform:capitalize;
}

.blog-page .post-content p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.mod-color .areas-treatments li a {
	background:var(--primary-color);
	color:#fff;
}

.mod-color .areas-treatments li a:hover {
	background:#fff !important;
	color:var(--primary-color) !important;
}

.blog-page .read-more {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.blog-page .read-more:hover {
    background-color: #a18a5f;
}

.blog-page .pagination {
    text-align: center;
    margin-top: 30px;
}

.blog-page .pagination a {
    margin: 0 5px;
    text-decoration: none;
    padding: 8px 12px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.blog-page .pagination a:hover {
    background-color: #a18a5f;
    color: #fff;
}

.related-posts .post-title {
	line-height:1.2;
}

.blog-page .pagination .current {
    margin: 0 5px;
    text-decoration: none;
    padding: 8px 12px;
    background-color: #a18a5f;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    cursor:not-allowed;
}


.breadcrumbs-and-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}

.post-meta-date, .post-meta-author {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-transform:capitalize;
}

.post-meta-date i, .post-meta-author i {
    font-size: 16px;
}

.posts-slider-blog .post-item .entry-meta i  {
    color:var(--primary-color);
}

.page-template-page-zabiegi-pod .arch-content h2::before {
        content: '';
        position: absolute;
        width: 2px;
        background-color: var(--primary-color);
        left: 0;
        top: 0;
        height: 100%;
}

.page-template-page-zabiegi-pod .arch-content h2 {
        padding-left: 20px;
        line-height: 1.2;
        width: auto;
}

.page-template-page-service .special-cta .related-title {
	line-height:1.2;
}

  .promo-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #fff 0%, #f7f3ef 100%);
    border: 1px solid #e8e4df;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 20px 30px;
    width: 90%;
    max-width: 900px;
    margin:0 auto;
    margin-bottom:40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .promo-bar:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  }

  .promo-left {
    font-size: 1.2rem;
    font-weight: 500;
    color: #2d2d2d;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .promo-left span {
    font-size: 1.5rem;
  }

  .promo-right a {
    background-color: #c7a27c;
    color: #fff;
    text-decoration: none;
    padding: 12px 26px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(199, 162, 124, 0.3);
  }

  .promo-right a:hover {
    background-color: #b08968;
    box-shadow: 0 4px 12px rgba(176, 137, 104, 0.4);
    transform: translateY(-1px);
  }


.post-art .content-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-art .content-and-toc {
    display: flex;
    gap: 20px;
}

.post-art .post-content {
    flex: 1;
    overflow: hidden;
    line-height: 1.6;
    text-align: justify;
}

.post-art .post-thumbnail {
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin: 0 0 20px 0;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.post-art h2 {
	font-size: 29px;
    line-height:1.2;
}

.post-art h3 {
	font-size: 22px;
	line-height:1.2;
}

.post-art h4 {
	font-size: 24px;
	line-height:1.2;
}

.page-template-page-course .sticky-toc::before, .new-sticky::before {
    content: '';
    width: 50px;
    height: 2px;
    margin: 10px auto;
    background-color: var(--primary-color);
    display: block;
	margin:30px 0;
}	

.page-template-page-course .sticky-toc::after, .new-sticky::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    margin-top:25px;
    margin-bottom:30px;
}

.page-template-page-course .top-content, .new-sticky .top-content {
   padding: 0 10px;
}

.single-post #faq-accordion {
    margin-bottom: 30px !important;
}

.single-post #faq-accordion input:checked+h3>.tab-label {
    background: var(--primary-color);
    color: #fff;
}

.single-post #faq-accordion input:checked+h3>.tab-label::after {
    color: #fff;
}

.page-template-page-course .post-art .toc-container {
    height: auto;
    position: unset;
    padding-bottom: 0;
    padding-top: 0;
    overflow: unset;
}

.single-post #faq-accordion .tab-label {
    background:#f1f1f1;
}

.single-post #faq-accordion .tab-label:hover {
    background: #f9f9f9;
}


.page-template-page-course  .post-art .toc-container .sticky-toc {
    position: sticky;
    top: 50px;
    overflow-y: auto;
}


@media (min-width: 992px) {
    .page-template-page-course .sticky-toc, .new-sticky {
        max-height: 450px;
    }
}

.post-art .post-content ul li:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    margin: 2px 10px 2px 0px;
    background: #b99f6d;
}

.post-art .post-content ul {
    list-style: none;
    padding-left:0;
}

#box-heading-gold, #box-heading-black {
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2;
}

.wskazanie-template-default .post-art #box-heading-gold::before {
    background-color:#000 !important;
}

.post-art .toc-container {
    width: 300px;
    position: sticky;
    top: 100px;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow-y: auto;
}

.post-art .toc-container .toc-heading {
    margin-top: 0;
    background-color: #f1f1f1;
    padding: 5px;
    z-index: 1;
    font-size: 1.17em;
    font-weight:bold;
}

.post-art .toc-container ul {
    list-style: none;
    padding: 0;
}

.post-art .toc-container li {
    margin-bottom: 8px;
}

.post-art .toc-container a {
    text-decoration: none;
    color: var(--font-color);
}

.post-art .toc-container a:hover {
    text-decoration: underline;
}

.post-art .content-and-toc .image img {
    margin-bottom:0;
}

.team-info h2 {
    font-size: 1.17em;
    margin-bottom:10px;
}

.sr-only-sel {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.makeup-txt-img {
	display: flex;
    gap: 20px;
    box-sizing: border-box;
}	

.makeup-txt-img .txt {
	flex: 70%;
}

.makeup-txt-img .image {
	flex: 30%;
}

.makeup-txt-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.two-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin:20px 0;
}

.two-images .image {
	flex:1;
}

.two-images .image img {
	max-width:100%;
	height:auto;
	border-radius:10px;
}

.makijaz-template-default .post-art .toc-container, .wskazanie-template-default .post-art .toc-container, .zabiegi_na_twarz-template-default .post-art .toc-container, .zabiegi_na_cialo-template-default .post-art .toc-container, .zabiegi_anti_aging-template-default .post-art .toc-container, .stylizacja_brwi-template-default .post-art .toc-container, .stylizacja_rzes-template-default .post-art .toc-container, .zabiegi_na_usta-template-default .post-art .toc-container {
     height:auto;
     position:unset;
     padding-bottom:0;
     padding-top:0;
     overflow:unset;
}

.makijaz-template-default .post-art .sticky-toc ol, .wskazanie-template-default .post-art .sticky-toc ol, .zabiegi_na_twarz-template-default .post-art .sticky-toc ol, .zabiegi_na_cialo-template-default .post-art .sticky-toc ol, .zabiegi_anti_aging-template-default .post-art .sticky-toc ol, .stylizacja_brwi-template-default .post-art .sticky-toc ol, .stylizacja_rzes-template-default .post-art .sticky-toc ol {
     padding-right:10px;
}

.makijaz-template-default .post-art .toc-container .sticky-toc, .wskazanie-template-default .post-art .toc-container .sticky-toc, .zabiegi_na_twarz-template-default .post-art .toc-container .sticky-toc, .zabiegi_na_cialo-template-default .post-art .toc-container .sticky-toc, .zabiegi_anti_aging-template-default .post-art .toc-container .sticky-toc, .stylizacja_brwi-template-default .post-art .toc-container .sticky-toc, .stylizacja_rzes-template-default .post-art .toc-container .sticky-toc, .zabiegi_na_usta-template-default .post-art .toc-container .sticky-toc {
     position:sticky;
     top:50px;
     overflow-y:auto;
}

.makijaz-template-default .post-art .toc-container .sticky-toc .toc-heading, .wskazanie-template-default .post-art .toc-container .sticky-toc .toc-heading, .zabiegi_na_twarz-template-default .post-art .toc-container .sticky-toc .toc-heading, .zabiegi_na_cialo-template-default .post-art .toc-container .sticky-toc .toc-heading, .zabiegi_anti_aging-template-default .post-art .toc-container .sticky-toc .toc-heading, .stylizacja_brwi-template-default .post-art .toc-container .sticky-toc .toc-heading, .stylizacja_rzes-template-default .post-art .toc-container .sticky-toc .toc-heading {
        margin-top:20px;
}

.makijaz-template-default .post-art h2, .wskazanie-template-default .post-art h2, .zabiegi_na_twarz-template-default .post-art h2, .zabiegi_na_cialo-template-default .post-art h2, .zabiegi_anti_aging-template-default .post-art h2, .stylizacja_brwi-template-default .post-art h2, .stylizacja_rzes-template-default .post-art h2, .zabiegi_na_usta-template-default .post-art h2 {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
}

.makijaz-template-default .post-art h2::before, .wskazanie-template-default .post-art h2::before, .zabiegi_na_twarz-template-default .post-art h2::before, .zabiegi_na_cialo-template-default .post-art h2::before, .zabiegi_anti_aging-template-default .post-art h2::before, .stylizacja_brwi-template-default .post-art h2::before, .stylizacja_rzes-template-default .post-art h2::before, .zabiegi_na_usta-template-default .post-art h2::before {
    content: '';
    width: 2px;
    height: 50px;
    background-color: var(--primary-color);
    margin-right: 20px;
    display: inline-block;
}

.page-id-562 .portfolio-slider .image, .page-template-page-service .portfolio-slider .image {
	height:360px
}

.course-btn {
    display: inline-block;
    padding: 14px 30px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(196,167,91,0.4);
}

.course-btn:hover {
    background: var(--primary-dark);
}


.course-hero {
    background: #f1f1f1;
    text-align: center;
    padding: 40px 20px;
    margin:40px 0;
    padding-bottom:30px;
}

.course-badges {
    margin-top: 20px;
}


.course-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin:40px 0;
    margin-bottom:50px;
}

.page-template-page-course #faq-accordion input:checked+h3>.tab-label {
    background: var(--primary-color);
    color: #fff;
}

.page-template-page-course #faq-accordion input:checked+h3>.tab-label::after {
    color: #fff;
}

.course-grid-text-heading {
    display: block;
    font-size: 27px;
    width: 100%;
    line-height: 1.2em;
    font-weight: var(--font-weight);
    margin-top: 0;
}

.course-card p {
	text-align:center;
}

.course-card .ico {
    margin-bottom: 20px;
    color: var(--primary-color);
    text-align:center;
}

.course-card .heading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
    text-align:center;
    color:var(--primary-color);
}

.page-template-page-course .treatments-effects {
    background:transparent;
}

.two-col-wrapper {
  display: flex;
  gap: 30px;
}

.custom-col {
  width: 50%;
}

@media (max-width: 768px) {
  .two-col-wrapper {
    flex-direction: column;
  }

  .custom-col {
    width: 100%;
  }
}

@media(max-width:768px){
    .course-grid { grid-template-columns:1fr; }
}


.course-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(196,167,91,0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}


.course-section-light {
    background: var(--bg-light);
}


.course-testimonial {
    font-style: italic;
}


.course-cta {
    text-align: center;
    background: var(--bg-light);
    padding: 80px 20px;
}

.breadcrumbs .current {
	color: #a18a5f;
}

.related-posts-grid {
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
}

    #custom-video-container {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #000;
      display: none;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
      border-radius: 10px;
      overflow: hidden;
      z-index: 9999;
    }

    .custom-video-mini {
      width: 170px;
      height: 303px; /* 170 * (16/9) */
    }

    .custom-video-mini video {
      object-fit: cover;
    }

    #custom-video-container video {
      width: 100%;
      height: 100%;
      display: block;
    }

    #custom-video-controls {
      position: absolute;
      top: 5px;
      right: 5px;
      display: flex;
      gap: 6px;
      z-index: 10000;
    }

    .custom-video-button {
      background: rgba(0, 0, 0, 0.6);
      border: none;
      padding: 4px;
      cursor: pointer;
      font-size: 13px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .custom-video-button svg {
      width: 16px;
      height: 16px;
      pointer-events: none;
      stroke: #c4a75b;
      fill: none;
    }

.page-template-page-team .team-info a {
	color: var(--font-color);
}

.image-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
}

.image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.page-template-page-service .boxes ul {
	padding-left:0;
}

.image-slider img.active-slide {
    opacity: 1;
}

.page-template-page-course .effect-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin:0 auto;
  margin-bottom: 20px;
}

.related-post img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.related-post img:hover {
	transform: scale(1.02);
}

.related-posts-grid .related-post {
	height:auto;
	flex:1;
}

.related-posts .post-title {
	margin-top:10px;
}

.single-post .post-content p:last-child {
    margin-bottom: 0;
}

.without-l li::before {
	display:none !important;
}

.contact-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom:-10px;
}

.contact-box .info {
    text-align: center;
    flex: 22%;
    background: #fff;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-box .info:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.contact-box .info svg {
    display: flex;
    margin: 0 auto 10px auto;
    color: var(--primary-color);
}

.contact-box .info .text {
    line-height: 1.5;
    color: #757575;
    font-size: 14px;
}

.contact-box .info .text a {
    color: #757575;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-box .info .text a:hover {
    color: #757575;
}





.post-art .breadcrumbs {
    width:auto;
    margin-top:5px;
    margin-left:0;
    margin-right:0;
}

.hamburger-container {
    display: none;
    margin-top:5px;
}

.slider-home {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height:0;
}

.slider-home .slider-description {
    line-height: var(--line-height);
}

button.toggle-submenu {
	display:none !important;
}

.all-team {
	padding: 20px 0;
}

.core-team, .all-team, .team-values, .team-cta {
	padding: 20px 0;
	text-align: center;
}

.team-member {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.team-photo {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	object-fit: cover;
	margin-top: 10px;
}

.team-carousel .team-member {
	flex: 0 0 200px;
	text-align: center;
}

.team-flex-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 20px;
}

.team-details-left {
	text-align: center;
}

.gallery-btn {
    max-width:100% !important;
    margin-bottom:0;
    margin-top:20px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#certificate-gallery {
    display: none !important;
}

.cert-thumbnail {
    width: 100px;
    height: auto;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.cert-thumbnail:hover {
    transform: scale(1.1);
}

.blog-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:20px;
    width:100%;
    justify-content:flex-end;
}
.blog-search-field {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1;
}
.blog-search-submit {
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.blog-search-submit:hover {
    background-color: #a18a5f;
}

.foot-l {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    margin-left:-9px;
    margin-bottom:20px;
}

.blog-search-field {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.blog-search-field:focus {
    border-color: var(--primary-color);
    outline: none;
}

.blog-search-field::-webkit-search-cancel-button {
    display: none;
}
	

.img-text-indication {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.img-text-indication .image img {
    max-width: 100%;
    min-height: 455px;
    width: auto;
    height: 100%;
    border-radius:10px;
    object-fit:cover;
}
.img-text-indication .image {
    max-width: 100%;
    height: auto;
    padding-left:30px;
}

.single #faq-accordion {
    margin-bottom:40px;
}

.single #faq-accordion h3 {
	display:block;
}

.single .portfolio .btn-wrap {
	padding-top:40px;
}

.single .portfolio img {
	border-radius:10px;
}

#mixmt40 {
	margin-top:40px !important;
}

.single .portfolio .post-item .image, .page-template-page-service .post-area .posts-slider .post-item .image, .post-area .metamorphoses-slider .post-item .image {
    height: 360px;
}

.post-area .posts-slider .post-item img, .single .portfolio-slider .post-item .image, .post-area .portfolio-slider .post-item img, .post-area .metamorphoses-slider .post-item img, .post-area .portfolio-mini-slider .post-item img  {
	transition: transform 0.3s ease;
}

.post-area .posts-slider .post-item img:hover, .post-area .portfolio-slider .post-item img:hover, .post-area .metamorphoses-slider .post-item img:hover, .post-area .portfolio-mini-slider .post-item img:hover {
	transform: scale(1.02);
}

.page-template-page-opinie .related-title {
	margin-top: 40px !important;
}

.page-template-page-opinie .btn-wrap {
	padding-top:0 !important;
}

.page-template-page-team .btn-wrap {
    padding-top: 0 !important;
}

.page-template-page-opinie .ti-load-more-reviews-button {
	margin-top:40px !important;
}

.service-archive-posts .item {
    transition: transform 0.3s ease;
}

.service-archive-posts .item:hover {
	transform: scale(1.02);
}

.img-below {
	max-width:100% !important;
	width:100%;
	height:auto;
	max-height:650px !important;
}

.posts-slider-blog .post-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.posts-slider-blog .post-item .post-content {
    padding: 10px 20px 20px 20px;
}

.content-area .content-txt-img .content-item.first h2, .content-area .content-txt-img .content-item.last h2, .blog-page .post-content .post-title {
	line-height:1.2;
}

.posts-slider-blog .post-item .post-title {
    white-space:unset !important;
    font-size: 18px !important;
    margin: 0 0 10px !important;
    color:var(--font-color);
    line-height:1.2;
}

.posts-slider-blog .post-item .post-title a {
   color:inherit;
}

.posts-slider-blog .entry-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    text-transform:capitalize;
}

.blog-page .entry-meta i {
    color:var(--primary-color);
}

.single table {
    width: calc(100% - 8px);
}

.policy-heading {
	font-size:20px;
}

.policy-url, .o-anch-url {
	color:var(--primary-color);
}

.menu-no-url {
	padding: 8px 18px;
}

.h2mtmb {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.h2mb {
    margin-block-end: 0.83em;
    margin-inline-end: 0px;
}

.single .btn-ptb {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    margin-top:-40px !important;
}

.post-author-bio {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.05);
  margin-top: 2rem;
  max-width: 100%;
  color: #333;
  gap: 1rem;
}

.post-author-bio__logo img {
  width: 120px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 2px var(--primary-color);
}

.post-author-bio__content p {
  margin: 0;
  line-height: 1.5;
  text-align:justify;
}

.post-author-bio__content strong {
  color: var(--primary-color);
}

.hidden {
    display: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-height:204px;
    max-width: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.popup-content {
    display: flex;
    display: -webkit-flex;
}

.popup-left, .popup-right {
    flex: 1;
}

.popup-left {
    padding: 20px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-right img {
    width: 100%;
    border-radius: 0 10px 10px 0;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.popup-close {
    margin-top: 20px;
    padding: 10px 15px;
    background: #c4a75b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.popup-close:hover {
   background-color:#a18a5f;
}

#popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

#customPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 90%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    overflow: hidden;
    display: flex;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top:30px;
}

.reviews-grid .review-card {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(196, 167, 91, 0.25);
  transition: all 0.4s ease;
  overflow: hidden;
}

.reviews-grid .review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.reviews-grid .review-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.reviews-grid .review-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
}

.reviews-grid .review-author {
  font-weight: 600;
  color: #000;
}

.reviews-grid .review-date {
  opacity: 0.7;
}

.reviews-title {
	text-align:center;
}

.error-btn {
 color:var(--primary-color);
 font-weight:600;
}

.recommended-treatments {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}

.recommended-treatments .treatment {
    display: flex;
    align-content: center;
    height: 100%;
    min-height: 50px;
    text-align: center;
}

.recommended-treatments .treatment .treatment-url {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    border: 1px solid var(--primary-color);
    background:var(--primary-color);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    text-decoration: none;
    color:#fff;
}

.areas-treatments {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding-left:0;
    padding-right:0;
}

.areas-treatments li {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    min-height: 50px;
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.areas-treatments li a {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius:10px;
    margin: 0 auto;
    justify-content: center;
    border: 1px solid var(--primary-color);
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--font-color);
}

.areas-treatments li a:hover {
    color: var(--primary-color);
}

.treatments-heading {
    margin-bottom:20px;
    font-size: 29px;
    line-height: 1.2;
}

.home .areas-treatments li a, .error404 .areas-treatments li a {
	background:#fff;
}

.special-cta {
  text-align: center;
  margin-top: 30px;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
}
.special-cta .cta-button {
  display: inline-block;
  padding: 10px 20px;
  background: var(--primary-color);
  color: #fff !important;
  text-decoration: none;
  border-radius: 10px;
  margin-top:10px;
  margin-bottom: 15px;
}
.special-cta .cta-button:hover {
  background-color: #a18a5f;
}
.special-cta .related-title.cta-text {
	font-size:29px;
	line-height:1.2;
}
.blog-text-image {
	max-width:100%;
	height:auto;
        margin-bottom:-5px;
        border-radius:10px;
}

.recommended-treatments .treatment .treatment-url:hover {
    background:unset;
    color:var(--primary-color);
}

.recommended-treatments .treatment .treatment-name a {
    color:#fff;
}

.makijaz-template-default .post-art .content-and-toc {
	gap:unset;
}

.page-template-page-offer .arch-content ul li:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    margin: 2px 10px 2px 0px;
    background: #b99f6d;
}

.page-template-page-offer .arch-content ul {
    list-style: none;
    padding-left: 0;
}

.postid-3375 .portfolio .row.pl50.pr50.pt20.pb30 {
	padding-bottom:0 !important;
}

.postid-3375 .portfolio .portfolio-slider.pb30.slick-initialized.slick-slider {
	padding-bottom:0 !important;
}

.postid-3375 section.related-posts.mt40 .row.pl50.pr50.pb30 .related-title  {
	padding-top: 10px;
    	padding-bottom: 5px;
}

.new-cont-toc {
	gap:unset !important;
}

.makijaz-template-default .post-art .toc-container, .makijaz-template-default .post-art .toc-container .toc-heading {
	background: #000;
}

.makijaz-template-default .post-art .toc-container {
	width:33%;
	border-radius: 10px 0 0 10px;
        padding:0;
        padding-left:20px;
}

.makijaz-template-default .post-art .content-and-toc .image img {
	 border-radius: 0 10px 10px 0;
}

.makijaz-template-default .toc-container p, .new-toc p {
	 color:#fff;
}

.makijaz-template-default .toc-container ul li:before, .new-toc ul li:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    margin: 2px 10px 2px 0px;
    background: #b99f6d;
}

.makijaz-template-default .toc-container ul {
	color:#fff;
}

.makijaz-template-default  .details-content ul, .new-top-content .details-content ul  {
    margin: 5px 0 15px;
}

.makijaz-template-default  .details-content ul li, .new-top-content .details-content ul li {
    font-size: 14px;
    color: lightgray;
    margin-bottom: 5px;
}

.new-top-content .details-content ul li a {
    color: lightgray;
}

.new-top-content .details-content ul li a:hover {
    text-decoration:none;
}

.page-template-page-gallery .links-item {
	font-size: 17px !important;
}

.no-slider img {
    border-radius: 0 10px 10px 0 !important;
}	

.makijaz-template-default .sticky-toc::before, .new-sticky::before {
    content: '';
    width: 50px;
    height: 2px;
    margin: 10px auto;
    background-color: var(--primary-color);
    display: block;
	margin:30px 0;
}	

.makijaz-template-default .sticky-toc::after, .new-sticky::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    margin-top:25px;
    margin-bottom:30px;
}

.makijaz-template-default .top-content, .new-sticky .top-content {
   padding: 0 10px;
}

#cont-form .content-area .content-txt-img .content-item {
	align-self:unset;
}

#cont-form .content-item.pl30 {
	line-height:0;
}

#cont-form .wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	box-sizing: border-box
}

#cont-form .wpcf7-form input[type="submit"] {
	margin-top:3px;
}

#cont-1, #cont-2, #cont-3, #cont-4 {
	align-self:unset;
        line-height:0;
}	

#radius-l {
	border-radius: 10px 0 0 0;
}

.service-archive-posts .item {
   max-width:33.3%;
}

@media (min-width:1550px) {
	.page-template-page-offer .service-archive-posts .item {
		max-width:100%;
	}
}

@media (min-width:1151px) {
	.primary-menu  ul li {
		position: relative;
		padding: 25px 0;
	}
	.primary-menu li:hover>ul {
		opacity: 1;
		visibility: visible;
		left: 0;
		display: flex !important;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index:1;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
		-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
		box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	}
	.primary-menu ul li.menu-item-has-children>a:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid var(--primary-color);
        margin: 0 0 0 10px;
        display: inline-flex;
	}
	.primary-menu ul li ul {
        display: flex;
        width: 200px;
        position: absolute;
        border-top: 3px solid var(--primary-color);
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        -o-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .06);
        flex-wrap: wrap;
        overflow: hidden;
        background-color: #fff;
        align-items: baseline;
        border-radius: 0;
        padding: 0;
        box-sizing: content-box;
	}
	.primary-menu .offer-menu > .sub-menu > .menu-item-has-children > a {
		font-weight: bold;
		font-size: 20px;
		margin-top:15px;
		margin-bottom: 10px;
		display: block;
	}
	.menu-no-url {
    		font-weight: bold;
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 10px;
		display: block;
	}
	.primary-menu ul .offer-menu:hover ul {
		position:fixed;
		width:100%;
		top:110px;
		display: flex !important;
		overflow: visible;
		justify-content: left;
		max-height:350px;
		overflow-y:auto;
		padding-bottom:5px;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
		-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
		box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	}
	.primary-menu.sticky ul .offer-menu:hover ul {
		top:75px;
	}
	.primary-menu ul .offer-menu ul li {
		width:100%;
    	list-style-type: none;
	}
	.primary-menu .offer-menu .sub-menu li a {
		padding-top:4px;
		padding-bottom:4px;
	}
	.menu-no-url {
		padding-top:4px;
		padding-bottom:4px;
	}
	.primary-menu ul .offer-menu:hover ul .sub-menu {
		display: block !important;
		max-width: 100%;
		position: static;
		visibility: visible;
		opacity: 1 !important;
		border: none;
		box-shadow: unset;
	}
	.primary-menu .col-25 {
		width:33% !important;
	}
	.maxh .sub-menu {
                width:240px;
		height:335px;
		overflow-y:auto;
	}
}

@media (min-width:1250px) {
	.primary-menu .col-25 {
		width:25% !important;
	}
}

@media (min-width:1024px) {
	.service-area .tab-url {
		width:265px;
	}
}
@media (min-width:992px) {
	.image.image-slider, .no-slider {
		max-height:450px; 
	}
	.single-makijaz .sticky-toc, .new-sticky {
		max-height:450px;
	}
}
@media (max-width:1550px) {
	.la-special, .la-special-r {
		max-width:100%;
	}
	.la-special .pr50 {
		padding-right:0 !important;
	}
	.la-special-r .pl50 {
		padding-left:0 !important;
	}
}

@media (max-width:1220px) {
	.content-area .content-section .read-more-btn, .content-area .content-section .read-more-btn-sec, .btn-primary {
		max-width:35%;
	}
}

@media (max-width:1200px) {
	.slider-home .slider-content {
		left: 0;
		padding: 0 15px;
		overflow: hidden;
	}
	.breadcrumbs-and-meta {
		display:block;
	}
	.post-meta {
		margin-top:20px;
	}	
}

@media (max-width: 1150px) {
    .header-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .menu-left {
        opacity:0;
    }
    .menu-right {
		display:none;
     }
    .hamburger-container {
        display: block;
        order: 2;
    }
    .primary-menu {
        position: relative;
    }
    .primary-menu .menu-left {
        position: fixed !important;
        height: 100vh;
        transform: translateX(-300px);
        transition: transform .3s;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 300px;
        transition: transform .3s;
        overflow-y: auto;
        border-right: 1px solid #f7f7f7;
        opacity:0;
    }
    .primary-menu.active .menu-left {
        transform: translateX(0);
        opacity: 1;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    }
    .primary-menu .menu-left ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .primary-menu .menu-left ul li {
        margin: 0;
        position: relative;
        text-align: left;
        border-bottom: 1px solid #f7f7f7;    
    }
	.primary-menu ul>li>a {
		padding: 10px 20px;
		display: block;
		text-decoration: none;
	}
    .primary-menu #menu-right, .primary-menu #menu-left {
        display: block;
    }
    .menu.moved {
        display: none !important;
    }
	.header-container .logo-center img {
		margin-left:-10px;
	}
	.hamburger {
		width: 30px;
		height: 24px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}
	.hamburger span {
		width: 100%;
		height: 3px;
		background-color: #333;
		border-radius: 5px;
		transition: all 0.3s ease-in-out;
		position: absolute;
	}
	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg);
		top: 50%;
		left: 0;
		transform-origin: center;
	}
	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg);
		top: 50%;
		left: 0;
		transform-origin: center;
	}
	.hamburger span:nth-child(1) {
		top: 0;
	}
	.hamburger span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	.hamburger span:nth-child(3) {
		bottom: 0;
	}
	.primary-menu ul.sub-menu li:first-child {
	   border-top: 1px solid #f7f7f7;
	}
	.toggle-submenu {
		background: none;
		font-size:17px;
		align-items: center;
		position: absolute;
		right: 10px;
		top: 0;
		line-height: 45px;
		text-align: center;
		cursor: pointer;
		width: 35px;
		height: 44px;
	}
	.sub-menu {
		display: none;
		margin-top: 5px;
		padding-left: 20px;
		overflow: hidden;
	}
	button.toggle-submenu {
		display:inline-flex !important;
		color:var(--primary-color);
		border:none;
	}
	.primary-menu .sub-menu li a, .menu-no-url {
		margin-left: 10px;
		display: block;
		text-decoration: none;
		padding: 10px 20px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.primary-menu .sub-menu .sub-menu li a {
		margin-left:20px;
		display: block;
		text-decoration: none;
		padding: 10px 20px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
}

@media (max-width:1024px) {
	.row.pl50.pr50, .row-f.pl50.pr50 {
		padding-left:15px;
		padding-right:15px;
	}
	.service-archive-posts .item {
		flex: 1 1 calc(50% - 20px);
		max-width:100%;
	}
	.site-footer .footer-column {
		padding:0 15px;
	}	
	.site-footer .footer-column.pl0 {
		padding-left:15px !important;
	}
	.treatments-effects .container {
		padding:0;
	}
}

@media (max-width:1023px) {
	.service-area .tab-list {
		width:100%;
	}
	.home .la-container .service-area .row-f {
		display:block;
	}
	.service-area .tab-link {
		display:flex;
		flex:50%;
	}
	.o-image-text {
		flex-wrap:wrap;
	}
	.o-image-text .text, .o-image-text .image {
		width:100%;
	}
	.o-image-text .image img{
		height:auto;
		margin-top:-15px;
	}
}

@media (max-width:1022px) {
	.service-area .tab-content {
		width:100%;
		padding:0;
	}
	.slider-home .dark-overlay {
		width:100%;
	}

.promo-bar {
	display:block;
}
.promo-bar .promo-right {
	margin-top:20px;
	text-align:center;
}

.promo-bar .promo-left{
	text-align:center;
	justify-content:center;
}

}

@media (max-width: 992px) {
	select#category-select {
    		margin-top: 0px !important;
    		margin-bottom: 10px !important;
	}
	.select-arrow {
		margin-top:-5px;
	}
	.category-select {
		max-width:100%;
	}
	.service-area .service .service-item {
		flex: 0 0 calc((100% - 20px) / 2);
	}
	.title-btn {
		flex-wrap:wrap;
	}
	.title-btn ul li {
		display:flex;
	}
	.title-btn ul {
		padding-left: 0;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 20px;
		overflow-x:auto;
	}
	.blog-search-form {
		margin-top:0;
		margin-bottom:40px;
		justify-content:unset;
	}
	.makijaz-template-default .toc-container {
                width:100% !important;
                border-radius: 0px 0px 10px 10px !important;
		display:block;
                padding:0 !important;
                margin-bottom:0 !important;
                order:2;
	} 
	.new-toc {
                width:100% !important;
                border-radius: 0px 0px 10px 10px !important;
		display:block !important;
                padding:0 !important;
                margin-bottom:0 !important;
                order:2;
	} 
	.makijaz-template-default .top-content {
		padding:0 15px;
	}
	.new-top-content {
		padding:0 15px !important;
	}
	.new-sticky {
		padding:0 15px !important;
	}
	.no-slider img {
		border-radius: 10px 10px 0px 0px !important;
	}
        .makijaz-template-default .post-art .content-and-toc {
		display:flex;
       		flex-wrap:wrap;
	}
	.new-cont-toc {
		display:flex !important;
       		flex-wrap:wrap !important;
	}
	.makijaz-template-default .post-art .toc-container .sticky-toc {
		padding: 0 15px;
	}
	.makijaz-template-default .post-art .content-and-toc .image img {
		border-radius: 10px 10px 0px 0px;
	}
        .toc-container {
		display:none;
	}
    .contact-box {
        flex-direction:column;
	gap:20px;
    }
.custom-select-wrapper {
	margin-top: -10px;
	margin-bottom: 10px;
}
.makijaz-template-default .title-btn ul li a, .nav-btns {
	text-align:center;
	width:100%;
}

.perfect-scroll {
		display: grid !important;
        	gap: 10px !important;
		width:100%;
}

.perfect-scroll:has(li:nth-child(4)):not(:has(li:nth-child(5))) {
  grid-template-columns: repeat(2, 1fr);
}

.perfect-scroll:has(li:nth-child(3)):not(:has(li:nth-child(4))) {
  grid-template-columns: repeat(3, 1fr);
}

.perfect-scroll:has(li:nth-child(2)):not(:has(li:nth-child(3))) {
  grid-template-columns: repeat(2, 1fr);
}

.perfect-scroll:has(li:nth-child(1)):not(:has(li:nth-child(2))) {
  grid-template-columns: repeat(1, 1fr);
}



}

@media (max-width: 900px) {
    .blog-page .blog-grid {
		grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .site-footer .footer-column {
        width: 48%;
        margin-bottom: 20px;
    }
    .service-archive-posts .item {
        flex: 1 1 calc(100% - 20px) !important;
        position: relative;
    }
	.post-art .breadcrumbs ul, .page-template-page-zabiegi-pod .breadcrumbs ul, .search .breadcrumbs ul {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
	}
	.fl25 {
		flex:50% !important;
	}
	.team-flex-container {
		flex-direction: column;
		text-align: center;
	}
	.team-photo {
		width: 200px;
		height: 200px;
	}
	.custom-mt40 {
		margin-top:20px;
	}
.makeup-txt-img .txt {
	order:2;
        flex:100%;
}
.makeup-txt-img .image {
        flex:100%;
        margin-bottom:-30px;
}
.makeup-txt-img {
	flex-wrap:wrap;
}
.makeup-txt-img img {
	max-height:350px;
}
.img-text-indication {
	display:block;
}
.img-text-indication .image {
	padding-left:0;
}
.img-text-indication .image img {
        height:auto;
	min-height:auto;
}
}

@media (max-width:750px) {
	.top-nav-infobar .parent .item:first-child, .top-nav-infobar .parent .item:nth-child(2) {
		display:none;
	}
	.top-nav-infobar .parent {
		justify-content:flex-end;
	}
	.top-nav-infobar .parent {
		padding:0;
	}
	.post-art .toc-container {
		width:250px;
	}

.promo-bar {
	flex-wrap:wrap;
        padding-left:0;
	padding-right:0;
	width:100%;
	max-width:100%;
}

.promo-bar .promo-left {
	margin: 0 auto;
        flex-wrap: wrap;
        gap: unset;
        justify-content: center;
}

.promo-bar .promo-right {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
}

@media (max-width: 600px) {
	table.price th, table.price td {
		padding-left:10px;
		padding-right:10px;
	}
	table.price td {
		font-size:14px;
	}
	.slider-home .slider-content {
		width:auto;
	}
        .wpcf7-form .wpcf7-not-valid-tip {
		font-size:12px;
                margin-top:10px;
                margin-bottom:-3px;
	}
        input, textarea {
    		font-size: 16px;
    		-webkit-text-size-adjust: 100%;
	}
	.m-pt15 {
		padding-top:15px;
	}
	.m-pt30 {
		padding-top:30px;
	}
	.post-area .posts-slider-blog .post-item {
		margin:0 10px;
	}
	.related-posts-grid .related-post {
		flex:100% !important;
	}
	.related-title {
		font-size:29px;
                line-height:1.2;
	}
	.page-template-page-kontakt .content-area .content-txt-img .content-item img, .page-template-page-service .content-area .content-txt-img .content-item img, .page-template-page-offer .content-area .content-txt-img .content-item img, .single .content-area .content-txt-img .content-item img, .page-template-page-zabiegi-pod .content-area .content-txt-img .content-item img, .page-template-page-opinie .content-area .content-txt-img .content-item img {
		height:auto;
	}
	.service-area .service .service-item {
		flex: 0 0 calc((100% - 20px) / 1) !important;
	}
	.blog-page .blog-grid {
		grid-template-columns: 1fr !important;
	}
	.blog-page .post-thumbnail img {
		height: 150px;
	}
	.la-special-r .content-area .content-txt-img .content-item img, .la-special .content-area .content-txt-img .content-item img {
		clip-path:unset;
	}
	.home .row-fw {
		display:block;
	}
	.content-area .content-txt-img .content-item {
		flex:100%;
	}
	.content-area .content-txt-img .content-item.last .read-more-btn-sec {
		margin-right:auto;
	}
	.la-special-r .row-fw.pl50.pr50 {
		padding: 0 !important;
	}
	.page-template-page-kontakt .row-fw.pl50.pr50, .page-template-page-service .row-fw.pl50.pr50, .page-template-page-offer .row-fw.pl50.pr50, .single .row-fw.pl50.pr50, .page-template-page-zabiegi-pod .row-fw.pl50.pr50, .page-template-page-opinie .row-fw.pl50.pr50 {
		padding:0 !important;
	}
	.page-template-page-kontakt .content-item.pl30, .page-template-page-service .content-item.pl30, .page-template-page-offer .content-item.pl30, .single .content-item.pl30, .page-template-page-zabiegi-pod .content-item.pl30, .page-template-page-opinie .content-item.pl30 {
		padding:0 !important;
	}
	.page-template-page-service .wpcf7-form, .page-template-page-offer .wpcf7-form, .single .wpcf7-form, .page-template-page-zabiegi-pod .wpcf7-form, .page-template-page-opinie .wpcf7-form {
		padding: 0 15px;
	}


.page-template-page-course .row-fw.pl50.pr50 {
        padding: 0 !important;
}

.page-template-page-course .content-item.pl30 {
        padding: 0 !important;
}

.page-template-page-course .content-area .content-txt-img .content-item img {
        height: auto;
}

.page-template-page-course .wpcf7-form {
        padding: 0 15px;
}

	.arch-content h2 {
		font-size:29px;
		padding-left:20px;
		line-height:1.2;
                width:auto;
	}
    .page-template-page-service .table-title, .page-template-page-service .faq-title, .page-template-page-zabiegi-pod .faq-title {
        padding-left: 20px;
        line-height: 1.2;
        width: auto;
	font-size:29px;
    }
	.service-archive-posts .overlay .name {
		line-height:normal;
	}
	.page-title {
                width:auto;
		padding-left:20px;
	}
	.post-art h2, .home .content-area .content-section h2 {
		font-size:29px;
	}
	.home .content-area .content-section h2 {
		line-height:1.2;
	}
	.page-template-page-zabiegi-pod #cnt-img {
		flex-wrap:wrap;
	}
	.page-template-page-zabiegi-pod #cnt-img #o-2 {
		order:2;
	}
        .page-template-page-zabiegi-pod .related-title.mt40.pt40 {
		margin-top:20px !important;
	}
        .page-template-page-zabiegi-pod #related {
		margin-bottom:40px !important;
	}
	.page-template-page-zabiegi-pod .related-title {
		font-size:29px !important;
                line-height:1.2;
	}
	.page-template-page-zabiegi-pod .btn-wrap {
    		margin-top: -70px;
	}
	.page-template-page-service .post-area .posts-slider-blog {
		flex-wrap:wrap;
	}
	.home .content-area .content-txt-img .content-item.last h2 {
   		padding-left:0;
	}
        .home .post-area .posts-slider .post-item {
		flex: 100%;
	}
	.post-area .posts-slider-blog .post-item {
	flex:100%;
	}
	.page-template-page-service .post-area .portfolio-slider .post-item {
		flex:100%;
	}
	#contact-fnt {
		font-size:29px;
	}
	.page-template-page-zabiegi-pod #cnt-img img {
    		height: auto;
    		min-height: auto;
	}
	#related-page-post-heading, #service-reviews-heading {
		font-size:29px;
		line-height:1.2;
    		width: auto;
    		padding: 0 15px;
	}
	#faq-accordion .tab-label {
		line-height:1.2;
	}
        .makijaz-template-default .related-title {
		line-height:1.2;
	}
	.post-art h3 {
		font-size:24px;
	}
	.arch-content h2::before, .page-title::before, .page-template-page-service .table-title::before, .page-template-page-service .faq-title::before, .page-template-page-zabiegi-pod .faq-title::before {
		content: '';
		position: absolute; 
		width: 2px;
		background-color: var(--primary-color);
		left: 0;
		top: 0;
		height: 100%;
	}
.makijaz-template-default .post-art h2::before, .wskazanie-template-default .post-art h2::before, .zabiegi_na_twarz-template-default .post-art h2::before, .zabiegi_na_cialo-template-default .post-art h2::before, .zabiegi_anti_aging-template-default .post-art h2::before, .stylizacja_brwi-template-default .post-art h2::before, .stylizacja_rzes-template-default .post-art h2::before, .zabiegi_na_usta-template-default .post-art h2::before {
        content: '';
        position: absolute;
        width: 2px;
        background-color: var(--primary-color);
        left: 0;
        top: 0;
        height: 100%;
}	
.makijaz-template-default .post-art h2, .wskazanie-template-default .post-art h2, .zabiegi_na_twarz-template-default .post-art h2, .zabiegi_na_cialo-template-default .post-art h2, .zabiegi_anti_aging-template-default .post-art h2, .stylizacja_brwi-template-default .post-art h2, .stylizacja_rzes-template-default .post-art h2, .zabiegi_na_usta-template-default .post-art h2 {
        padding-left: 20px;
        width:auto;
}
	.mob-plr {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.la-special-r .content-area .content-section {
		width:100%;
	}
	.home .la-special .content-area .row-fw.pr50.pl50 {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.home .la-special .content-area .row-fw .content-item.first.pt30.pb30 {
		padding-left:15px;
		padding-right:15px;
	}
	.home .la-special-r .content-area .row-fw .content-item.last.pt30.pb30 {
		padding-left:15px;
		padding-right:15px;
	}
	.content-area .content-txt-img .content-item.first p {
		padding-right:0; 
		text-align:justify;
	}
	.content-area .content-txt-img .content-item.last p {
		padding-left:0;
		text-align:justify;
	}
	.content-area .content-section .read-more-btn {
		margin-left:auto;
		margin-right:auto;
	}
	.post-area .posts-slider .post-item .image, .post-area .posts-slider .post-item img, .post-area .portfolio img {
		height:auto;
	}
	.service-area .tab-content {
		width:100%;
		padding-left:0;
	}
	.home .service-area {
		padding-bottom:30px;
	}
	.home .service-area .slick-dots {
		bottom:-50px;
	}
	.home .btn-wrap {
		padding-top:15px;
	}
	.home .wpcf7 {
		padding: 0 15px;
	}
	.home .la-special .content-item.pl30 {
		padding-left:0;
	}
	.service-area .service .service-item {
		margin:0;
	}
	.post-art .content-and-toc {
		display:block;
	}
	.post-art .toc-container {
		position:unset;
		width:100% !important;
		padding:20px 0;
		padding-bottom:0;
		margin-bottom:20px;
	}
	.post-art .toc-container .toc-heading {
		padding-left:15px;
	}
	.single .wpcf7-form {
		margin-bottom:-25px;
	}
	.mob-w {
		flex-wrap:wrap;
		margin-top:-25px;
	}
        .mob--mt5 {
		margin-top:-5px;
	}
	.box-mob {
		flex-wrap:wrap;
	}
	.single .boxes .box, .page .boxes .box {
		flex:100%;
	}
       .top-nav-infobar .item.mob {
                display: inline-flex;
    		align-items: center;
    		color: #f5f5f5;
    		gap: 7px;
    		font-size: 13px;
    		letter-spacing: 1px;
    		font-weight: 500;
                padding-left:15px;
        }
	.top-nav-infobar .item {
		gap: 7px;
	}
       .top-nav-infobar .parent {
        justify-content: space-between;
       }
       .contact-box .info .text {
		font-size:16px;
	}
	.home .la-special-r .content-area .content-txt-img .content-item img {
		height:auto;
	}
	.home .la-special .content-area .content-txt-img .content-item img {
                height:auto;
	}
	#effects-title {
		padding-left:0 !important;
	}
	.mjus {
		text-align:justify;
	}
	#mb-plr {
		padding-left:0;
		padding-right:0;
	}
	.makijaz-template-default .post-area .portfolio-slider .post-item, .makijaz-template-default .post-area .metamorphoses-slider .post-item {
		flex:100% !important;
	}
	.two-images .image {
    		flex: 100%;
	}
        .site-footer .footer-widget {
		margin-top:0;
	}
	.page-template-page-gallery .content-heading, .page-template-page-opinie .content-heading {
		font-size:29px;
	}
	.post-author-bio {
		flex-wrap:wrap;
                margin-top:20px;
	}
	.post-author-bio__logo {
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
	}
	.post-author-bio__logo img {
		width:200px;
		box-shadow:none;
		height:auto;
	}
}


@media (max-width:670px) {
.page-template-page-gallery .gallery-item {
	grid-template-columns: unset;
}
}

@media (max-width:599px) {
.treatments-effects .effect-title {
	font-size:22px;
}
}

@media (max-width: 480px) {
	.slider-home .slider-title {
		font-size:42px;
	}
	.team-photo {
		width: 150px;
		height: 150px;
	}
	.team-member {
		padding: 10px;
	}
	.team-info h3, .team-info h2 {
		font-size: 18px;
	}
	.team-info p {
		font-size: 14px;
	}
	.site-footer .footer-column {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	.slider-button {
		margin-bottom:30px;
	}
	.recommended-treatments {
		grid-template-columns: unset;
	}
	#footer-w-100-mt-mix {
		margin-top:30px;
	}
}

@media (max-width:385px) {
	.service-area .tab-link {
		padding:20px 15px;
	}
	.slider-home .slider-title {
		font-size: 34px;
	}
}



@media (max-width:345px) {
	.service-area .tab-link {
		flex:100% !important;
	}
	.scrollabe-table {
		overflow-x:auto;
	}
        input, textarea {
    		font-size: 14px;
    		-webkit-text-size-adjust: 100%;
	}
        .areas-treatments {
		grid-template-columns: unset;
		width:100%;
	}
}