@charset "UTF-8";

/*
Theme Name: Main
Description: Make by Megamir
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 7.4
Version: 1.0
*/

.salons__btns button{
	padding: 0;
    margin: 20px;
}

.sertificates__slidePrice{
	font-weight: 478;
}

.basket__sale > div{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.header__nav li a:hover {
    border-bottom: 1px solid white;
}
.basket__productName{
	margin: 0;
}

.prod_type{
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: var(--font-family, sans-serif);
	font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 490, "YOPQ" 58, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 640, "slnt" 0, "wdth" 125, "opsz" 56;
}

#zaiavka{
	margin-top: 0;
	padding-top: 150px;
}

.specpredl {
	margin-bottom: 0;
}

.product__settingsWr select,
.product__settingsWr input,
.reset_variations{
	display: none;
}

.spa__cardsWr > p{
	font-size: 20px;
	font-family: var(--font-family, sans-serif);
	font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 490, "YOPQ" 58, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 640, "slnt" 0, "wdth" 125, "opsz" 56;
	line-height: 23.44px;
}

.page-content p,
.page-content h2,
.page-content ul{
	margin-top: 0;
	margin-bottom: 10px;
	
	font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 490, "YOPQ" 58, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 640, "slnt" 0, "wdth" 125, "opsz" 56;
}

.page-content ul {
    margin: 10px 0;
    font-weight: 446;
    line-height: 150%;
    font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 490, "YOPQ" 58, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 640, "slnt" 0, "wdth" 125, "opsz" 56;
    padding-left: 28px;
	margin-top: 20px;
}

.page-content h2{
	margin: 20px 0 10px;
	margin-top: 30px;
    color: var(--text-text-title, #0a100d);
    font-size: 26px;
    font-weight: 446;
    line-height: 110%;
    font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 490, "YOPQ" 58, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 640, "slnt" 0, "wdth" 125, "opsz" 56;
}

.page-content{
	margin-bottom: 150px;
}

.header__nav > ul{
	position: relative;
}

.header__nav ul.sub-menu{
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	padding: 30px;
	background: #fff;
	font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 490, "YOPQ" 58, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 640, "slnt" 0, "wdth" 125, "opsz" 56;
	position: absolute;
	display: none !important;
}

.header__nav ul > li > a:hover + ul.sub-menu,
.header__nav ul.sub-menu:hover{
	display: block !important;
}

.header__nav ul.sub-menu a{
	color: #242424 !important;
	text-align: left;
	font-size: 14px;
}

.header__nav ul.sub-menu a.active{
	color: #A62424 !important;
}

nav.article-nav{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 16px;
}

nav.article-nav > div{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 12px;
}

nav.article-nav svg{
	height: 22px;
	transition: .4s;
}

nav.article-nav svg path{
	fill: #24242480;
}

nav.article-nav svg:hover{
	transform: scale(1.1);
}

nav.article-nav svg:hover path{
	fill: #505050;
}

nav.article-nav a{
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 490, "YOPQ" 58, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 640, "slnt" 0, "wdth" 125, "opsz" 56;
	color: #24242480;
}

nav.article-nav a.active{
	color: #A62424;
}

.article-nav a{
	font-size: 18px !important;
}
.article-nav a.active{
	font-size: 20px !important;
}

.blog__img img{
	max-height: 275px;
}

.richText h2 > span{
	margin-top: 10px;
	display: block;
}

.article__loyalText p{
	margin-block: 10px !important;
}