body {
	font: 400 normal 16px/27px "DM Sans", serif;
	color: #4e4e4e;
	background: #f8f8f8;
}

a {
	color: #B57E51;
	transition: all .2s ease-in-out;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2B1F1F;
}

.justify {
	text-align: justify;
}

#header {
	padding: 0;
	z-index: 1;
	position: relative;
	background: #e9e6de;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

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

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

.mtm-60 {
    margin-top: -60px;
}

h1.page_title {
	font-size: 36px;
	font-weight: bold;
	line-height: 58px;
	color: #2b1717;
}

ul, ol, p {
    margin-top: 0;
    margin-bottom: 0;
}

ol {
	padding-left: 18px;
}

p {
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px !important;
}

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

.mt-25 {
	margin-top: 25px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

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

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: "Cormorant Garamond", serif;
    color: #2B1F1F;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.padding-no {
    padding: 0px;
}

.padding-right {
    padding-right: 15px;
    padding-left: 0px;
}

.padding-left {
    padding-right: 0px;
    padding-left: 15px;
}

.p-r-no {
	padding-right: 0px;
}

.fs-10 {
	font-size: 10px !important;
}

.t-b-logo > img,
.t-b-logo > a > img {
	max-height: 50px;
	width: auto;
	margin-top: 10px;
}

.top-menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: right;
	display: inline-block;
}

.top-menu > li {
	display: inline-block;
	font-weight: bold;
	line-height: 70px;
	padding: 0px 20px;
	position: relative;
}

.top-menu > li > ul {
    display: none;
    padding: 0;
    position: absolute;
    top: 55px;
    background: #fff;
    box-shadow: none;
    margin: 0;
    list-style-type: none;
    transition: all .2s ease-in-out;
    width: auto;
    height: auto;
    text-align: left;
    left: -3px;
    z-index: 500;
    border: none;
    border-radius: 0px;
}

.top-menu > li:hover > ul {
	display: block;
}

.top-menu > li > ul > li {
	line-height: 36px;
	display: block;
	text-align: left;
}

.top-menu > li > a {
	color: #2b1717;
    transition: all .2s ease-in-out;
    font: 500 normal 14px / 32px "DM Sans", serif;
    text-decoration: none;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
}

.top-menu > li > a::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #B57E51;
	bottom: -5px;
	left: 0px;
	transition: all .2s ease-in-out;
	opacity: 0;
}

.top-menu > li > a:hover {
	color: #B57E51;
}

.top-menu > li > a:hover::after {
	bottom: 0px;
	opacity: 100%;
}

.dropdown-menu > li > a {
    display: block;
    padding: 0 15px;
    clear: both;
    font-weight: 400;
    line-height: 36px;
    color: #2b1717;
    white-space: nowrap;
}

.caret {
	border: none;
	background: url('./../images/down-arrow.png') no-repeat;
	width: 8px;
    height: 8px;
    background-size: cover;
    position: relative;
    top: -1px;
}

.btn_callback, .btn-submit {
	position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #b57e51;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 30px;
    border-radius: 0;
    text-decoration: none;
    line-height: 32px;
}

.btn_callback::after, .btn_callback::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2b1717;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
}

.btn_callback:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.btn_callback:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.btn_callback:hover::before, .btn_callback:hover:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.btn_callback:hover,
.modal-header .close:hover {
	background: #B57E51;
	border-color: #B57E51;
	color: white;
}

#slider_index {
	min-height: 800px;
	/*
	background-image: url('../images/slider_index.jpg');
	*/
	background-image: url('../images/img-3047-(2).jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}

#slider_index::before {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 0;
}

.slide-card {
	height: 900px;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.slide-card-title {
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 92px;
	line-height: 120px;
	font-weight: 700;
	color: #2b1717;
}

.slider-btn-f {
	display: inline-block;
    line-height: 52px;
    border-radius: 0;
    color: white;
    cursor: pointer;
    transition: all ease-in-out 0.1s;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #B57E51;
	background: #B57E51;
    padding: 0 20px;
	margin-top: 35px;
}

.slider-btn-f:hover {
	background: #d37f3b;
	border-color: #d37f3b;
	color: #fff;
}

.slider-btn-f > span > svg {
	max-width: 20px;
    position: relative;
    top: -2px;
	transition: all ease-in-out 0.1s;
}

.slider-btn-f:hover > span > svg {
	left: 3px;
}

.slider-btn-f > span {
	display: inline-block;
	width: 20px;
}



.h1-header {
	font-family: "Cormorant Garamond", serif;
    font-size: 62px;
    letter-spacing: 2px;
    position: relative;
	display: block;
    z-index: 1;
	color: #2b1717;
}


.slide-title p {
	font-size: 24px;
    padding-top: 15px;
    line-height: 38px;
    padding-bottom: 15px;
}

.slide-title a {
	display: inline-block;
    line-height: 60px;
    background: #B57E51;
    color: white;
    cursor: pointer;
    transition: all ease-in-out 250ms;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 300;
    padding: 0 50px;
}

.slide-title a:hover {
	background: #A08C7D;
}

.bg-block {
	background-position: center center !important;
    min-height: 900px;
    background-size: cover !important;
}

.brown-block {
	background: #2B1F1F;
	color: #fff;
}

.mh-900 {
	min-height: 900px;
}

.section {
	padding: 70px 0;
	background: #e9e6de;
}

.section-title {
	font-family: "Cormorant Garamond", serif;
    font-size: 42px;
	font-weight: 700;
    position: relative;
	display: block;
    z-index: 1;
	color: #2b1717;
}

.section-subtitle {
	z-index: 0;
    font-family: "Cormorant Garamond", serif;
    color: #B57E51;
    position: relative;
	display: block;
	font-size: 20px;
}

.p-desc {
	padding: 30px 35px 25px;
    text-align: center;
    font-size: 20px;
	color: #4e4e4e;
}

.btn-outline {
	position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #b57e51;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    color: #b57e51;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 30px;
    border-radius: 0;
    text-decoration: none;
    line-height: 32px;
}

.btn-outline::after, .btn-outline::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2b1717;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
}

.btn-outline:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.btn-outline:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.btn-outline:hover::before, .btn-outline:hover:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	background-color: #B57E51;
}

.btn-outline:hover {
	border-color: #fff;
	color: white;
}

.bege-block {
	background: #e9e6de;
}

.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.service-item {
	padding: 25px 40px;
	border: 1px solid #2B1F1F;
	text-align: center;
}

.service-item.bs-item {
	background: #2B1F1F;
	color: #fff;
}

.service-item > div:first-child {
	font-family: "Cormorant Garamond", serif;
    color: #B57E51;
    letter-spacing: 2px;
    position: relative;
    display: block;
    font-size: 52px;
    line-height: 72px;
    padding-top: 15px;
}

.service-item > div:nth-child(2) {
	font-weight: 700;
	font-size: 36px;
	line-height: 52px;
}

.service-item > div:nth-child(2) > span {
	font-size: 20px;
	font-weight: 300;
}

.service-item > span {
	letter-spacing: 3px;
	text-transform: uppercase;
	
}

.service-item > p {
	padding-top: 40px;
}

.service-item > a.btn-outline {
	display: inline-block;
	margin-top: 40px !important;
	margin-bottom: 25px !important;
	line-height: 42px;
	color: #2B1F1F;
	border-color: #2B1F1F;
}

.service-item.bs-item > a.btn-outline {
	color: #fff;
	border-color: #fff;
}

.service-item > a.btn-outline:hover {
	border-color: #B57E51;
}

.service-item.bs-item > a.btn-outline:hover {
	color: #000;
}

.h3-pagetitle {
	font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    letter-spacing: 2px;
	padding-bottom: 15px;
}

.mt-6 {
	margin-top: 5rem !important;
}

.gold-bg {
	background: #B57E51;
	color: #fff;
}

.gold-bg .section-subtitle {
	color: #e9e6de;
	padding-top: 42px;
}

.gold-bg .btn-outline:hover {
	background: #e9e6de;
	border-color: #e9e6de;
}

.modal-header {
	border-bottom: none;
	text-align: center;
}

.modal-header .modal-title {
    font: 600 normal 28px / 52px 'Cormorant Garamond';
    margin-top: 30px;
    margin-bottom: -15px;
}

.modal-header .close {
	font-size: 42px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #f3f5fa;
    opacity: 1;
    text-shadow: none;
    font-weight: 200;
    border-radius: 25px;
    width: 36px;
    line-height: 36px;
    margin-top: 0;
}

.modal-content {
	border:none;
	border-radius: 30px;
}

.modal-footer {
	border-top:none;
	text-align:center;
}

.video-modal .modal-content {
	padding: 0px;
	border-radius: 0px;
	background: transparent;
}

.video-modal .modal-body {
	padding: 0px;
}

.video-modal .btn-close {
	position: absolute;
	right: 0;
	top: -25px;
}

.video-about-box {
	width: 100%;
	min-height: 420px;
	/* background: url('./../images/video-about-us-bg.jpg') center center no-repeat; */
	background-size: cover;
	position: relative;
	z-index: 5;
	margin-top: 50px;
}

@keyframes pulsing {

0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.4;
}
100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
}

}

.v-link {
	display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: rgba(194, 133, 101, 0.85);
    border-radius: 50%;
    border: 1px solid #fff;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	z-index: 10;
}

.v-link:hover {
	background-color: rgba(194, 133, 101, 1);
}


.pulse {
	display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	z-index: 5;
}

.pulse::after, .pulse::before {
	display: block;
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	z-index: -1;
	background-color: rgba(194, 133, 101, 1);
	top: 0;
	left: 0;
	border-radius: 50%;
	-webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulsing;
    animation-name: pulsing;
}

.pulse::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.choice-item > div {
	font-size: 20px;
    line-height: 32px;
	font-weight: 700;
	font-family: 'Cormorant Garamond', sans-serif;
	margin: 15px 0 7px;
	color: #2b1717;
}

.g-color {
	color: #b57e51;
}

#appoinment_index {
	background: url('./../images/nail_polish_bg.webp') no-repeat;
	background-position: center center;
	background-size: cover;
}

.pricing-tabs.nav-tabs {
    border-bottom: 0;
}

.pricing-tabs {
    gap: 30px;
}

.price-list {
	background-color: #b57e51 !important;
    border: 1px solid #b57e51 !important;
    padding: 10px 53px;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #b57e51 !important;
    border-radius: 0;
    -webkit-transition: 0.4sease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-radius: 0px !important;
}

.price-list:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #e9e6de;
    z-index: -1;
    -webkit-transition: 0.4sease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.price-list:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 17px);
    border-style: solid;
    border-width: 0 17px 0 17px;
    border-color: #b57e51 transparent transparent transparent;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4sease-in-out;
}

.pricing-tabs.nav-tabs .nav-item.show .nav-link, .pricing-tabs.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #B57E51 !important;
    border-color: #B57E51 !important;
    border-radius: 0;
}

.price-list.active::before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.price-list.active:after {
    border-width: 13px 17px 0 17px;
}

.price-list-area {
    padding: 40px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin-top: 35px;
}

.price-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.price-box_wrapp {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.price-box_content {
    width: calc(100% - 0px);
    position: relative;
}

.price-box .box-title {
    margin-bottom: 0px;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}

.box-title a {
    color: #2b1717;
    text-decoration: none;
}

.price-box_desc {
    display: inline-block;
    padding-right: 12px;
    margin-bottom: 0;
}

.price-box_price {
    font-family: 'Cormorant Garamond', sans-serif;
    color: #2b1717;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

.gallery-row {
    --bs-gutter-y: 1.9rem;
}

.gallery-img {
    margin-top: 0px;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left:0;
  margin-right:0;
}

.grid-sizer,
.gallery-item {
  width: 100%;
  padding: 15px 0px;
  box-sizing: border-box;
}

.gallery-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Адаптивная сетка */
@media (min-width: 576px) {
  .grid-sizer,
  .gallery-item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .grid-sizer,
  .gallery-item {
    width: 32%;
  }
}

#contacts_index .section-title {
    position: relative;
}

#contacts_index .section-title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 66.486px;
    height: 3px;
    background-color: #B57E51;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 30px;
    gap: 25px;
    padding: 30px;
}

.contact-info_icon {
    display: inline-block;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #B57E51;
    color: #fff;
    text-align: center;
    font-size: 35px;
    position: relative;
}

.fa-light, .fal {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 300;
}

.gy-40 {
    --bs-gutter-y: 40px;
}

.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}

.th-widget-about .footer-info-title {
    font-size: 18px;
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 7px;
    margin-top: -0.2em;
}

.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto;
    background-color: #B57E51;
    margin-top: 50px;
}

.copyright-text {
    margin: 0;
}


.th-widget-about .about-text {
    color: #B2B2B2;
    margin-bottom: 17px;
    margin-top: -0.5em;
}

.text-theme {
    color: #B57E51 !important;
}

.working-time .title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.text-theme2 {
    color: #A08C7D !important;
}

.working-time .desc {
    color: #B2B2B2;
    margin-bottom: 30px;
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.th-social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--white-color, #fff);
    color: #B57E51;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}

.widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_archive ul, .widget_categories ul, .wp-block-categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.footer-widget.widget_nav_menu a:before {
    content: "\f30b";
    position: absolute;
    font-weight: 600;
    font-family: "Font Awesome 6 Pro";
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit;
}

.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a, .wp-block-categories a {
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 16px 45px 19px 0px;
    font-size: 16px;
    line-height: 1.313;
    color: #A08C7D;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 22px;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    text-decoration: none;
}

.th-widget-about .footer-info {
    position: relative;
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #B2B2B2;
    line-height: 26px;
    padding: 0 0 0 35px;
    max-width: 277px;
}

.th-widget-about .footer-info i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #B57E51;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 10px;
}

.fa-solid, .fas {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
}

.th-widget-about .footer-info a {
    text-decoration: none;
}

@keyframes pulsetop {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.2;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 60px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300mslinear;
    transition: all 300mslinear;
    background-color: #B57E51;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.scroll-top:before, .scroll-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: -1;
    background-color: #B57E51;
    opacity: 0.4;
    -webkit-animation: pulsetop 3s infinite;
    animation: pulsetop 3s infinite;
}

#page_header {
    padding: 150px 0;
    background: url('./../images/nail_polish_bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

#page_header::before {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 0;
}

.article-idx-item > div,
.article-line-index {
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px rgba(52,49,75,0.1);
    transition: all .1s ease-in-out;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-size: cover !important;
}

.article-line-index {
	background: #fff;
}

.article-idx-item > div::after {
	height: 50%;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
    bottom: 0;
    left: 0%;
    z-index: 0;
}

.article-idx-content {
	margin-top: 250px;
	min-height: 140px;
	position: relative;
	z-index: 1;
}

.article-idx-title > a,
.article-line-title > a {
	font: 900 24px / 27px 'Cormorant Garamond';
    color: #fff;
    padding: 25px 25px 15px;
    display: inline-block;
	min-height: 90px;
	text-decoration: none;
}

.article-line-title > a {
	color: #000 !important;
	min-height: 80px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.article-idx-title > span,
.article-line-title > span {
	font: 500 14px / 24px 'Cormorant Garamond';
    color: #fff;
	padding: 0px 25px 15px;
	display: inline-block;
}

.article-line-title > span {
	color: #747474;
}

.article-line-index {
	margin-bottom: 15px;
}


.banner-page-in {
    border-radius: 15px 15px 0px 0px;
    margin-top: 0;
    position: relative;
    top: -60px;
    z-index: 100;
    overflow: hidden;
}

.page-content-img {
	margin-top: -60px !important;
	border-radius: 0 0 7px 7px !important;
}











.left-menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.left-menu > li {
	padding: 7px 0px 10px 0px;
	font-size: 15px;
	line-height: 21px;
}

.left-menu > li > a,
.left-menu-link {
	color: #000;
	font-weight: 500;
}

.left-menu-link {
	display: block;
    margin-top: 7px;
    margin-block: 7px;
}

.left-menu > li > a:hover,
.left-menu-link:hover {
	color: #E11143;
	text-decoration: none;
}

.left-menu-link.active,
.left-menu > li.active > a
 {
	font-weight: 700;
	text-decoration: underline;
	color: #E11143;
}

.left-menu-link.active:hover {
	text-decoration: none;
}




#footer {
	padding: 65px 0 0;
	background: #e9e6de;
	color: #fff;
}

#footer .small {
	font-size: 12px;
	line-height: 18px;
}

.bottom-block {
	padding: 7px 0;
	background: linear-gradient(90deg, #900f0a 0%, #dc6655 50%, #900f0a 100%);
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}

.bottom-block a {
	color: #fff;
	font-size: 12px;
	margin-left: 15px;
	display: inline-block;
	line-height: 12px;
}

.copy-block {
	margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #261b1b;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.footer-title-block {
	font: 400 24px/27px 'Abril Fatface';
    margin-bottom: 20px;
}

.b-logo {
	padding-right: 90px;
    padding-bottom: 25px;
}

.b-logo > img,
.b-logo > a > img {
	height: 70px;
    width: auto;
}

.footer-menu {
	list-style-type: none;
	padding: 0;
	margin:  0 0 30px;
}

.footer-menu > li > a {
	display: inline-block;
	color: #fff;
	position: relative;
	padding-left: 15px;
	transition: all .1s ease-in-out; 
	margin-bottom: 5px;
}

.footer-menu > li > a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	color: #B57E51;
	width: 8px;
	height: 11px;
	background: url('./../images/sub_title.png') no-repeat;
	background-size: cover;
	top: 7px;
}

.footer-menu > li > a:hover {
	padding-left: 20px;
}

#content {
	background: #f8fafa;
	padding-bottom: 50px;
}

.breadcrumbs-list {
	list-style-type: none;
	padding: 25px 0 5px;
	margin:  0px;
}

.breadcrumbs-list > li {
	display: inline-block;
	margin-right: 3px;
}

.breadcrumbs-list .separate-ul {
	margin-right: 3px;
}

.breadcrumbs-list > li > a,
.breadcrumbs-list .separate-ul {
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.breadcrumbs-list .separate-ul {
	color: #a5a5a5;
}

.breadcrumbs-list > li > a:hover {
	color: #E11143;
}

.breadcrumbs-list > li > span {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: 500;
	
}

#content h1.page_title {
	margin: 15px 0px;
	line-height: 47px;
}

h2.h2-pagetitle {
	margin: 25px 0px 7px;
}

.page-content {
	background: #fff;
    border-radius: 7px;
    padding: 30px;
    margin-top: 25px;
	box-shadow: 0 2px 12px 0 #2a31371a;
}

.title-column-left {
	font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-top: 15px;

}

.title-column-left a {
	color: #000;
}

.title-column-left a:hover {
	color: #E11143;
}

.list-card,
.list-news-card {
	background: #fff;
    border-radius: 7px;
    padding: 25px 30px;
	box-shadow: 0 2px 12px 0 #2a31371a;
    line-height: 22px;
    margin-top: 15px;
    transition: all .2s ease-in-out;
}

.list-city-card {
    background: #fff;
    border-radius: 7px;
	box-shadow: 0 2px 12px 0 #2a31371a;
    line-height: 22px;
    margin-top: 15px;
    transition: all .2s ease-in-out;
    padding: 0px;
}
    
.list-news-card-img {
	display: flex;
	padding: 0px;
}

.news-page-img {
	margin-top: 15px;
	border-radius: 7px;
	box-shadow: 0 2px 12px 0 rgb(42 49 55 / 40%);
	width: 100%;
}

.list-card-img {
	width: 30%;
	height: auto;
	overflow: hidden;
	border-radius: 7px 0 0 7px;
    background-size: cover !important;
    background-position: center !important;
    transition: all .2s ease-in-out;
}

.list-city-card .list-card-img {
	width: 100%;
	height: 150px;
	border-radius:0;
	filter: brightness(1);
	transition: all .2s ease-in-out;
}

.list-city-card:hover .list-card-img {
    filter: brightness(1.2);
}

.list-city-card .list-card-img > a {
    display: block;
    width: 100%;
    height: 100%;
}

.list-card.short-card {
    position: relative;
    padding-bottom: 90px;
}

.list-card-content {
	width: 75%;
	height: auto;
	padding-left: 15px; 
}

.list-city-card .list-card-content {
    padding: 25px 30px;
    width: 100%;
}

.list-news-card-img .list-card-content {
	padding: 25px 30px 25px 15px;
}

.list-card:hover,
.list-news-card:hover {
	box-shadow: 0 1px 5px #04040438;
}

.list-card-h {
	min-height: 50px;
}

.list-card-h > h3 {
	margin-top: 0px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	width: 80%;
	display: inline-block;
}

.list-news-card .list-card-h > h3,
.list-card.short-card .list-card-h > h3 {
	width: 93%;
}

.list-card-h .ad-label {
	width: 20%;
	float: right;
    text-align: right;
}

.list-news-card .list-card-h .ad-label,
.list-card.short-card .list-card-h > .ad-label {
	width: 7%;
}

.list-card-h > h3 > a {
	color: #000;
}

.list-card-h > h3 > a:hover {
	color: #E11143;
}

.list-card-c {
	font-size: 15px;
    text-align: justify;
    color: #555;
}

.list-card-f {
	margin-top: 10px;
}

.list-card.short-card .list-card-f {
    position: absolute;
    bottom: 25px;
}

.list-card-price {
	font-size: 18px;
	font-weight: bold;
}

.pay_period {
	font-size: 12px;
	font-weight: normal;
	color: #A1A1A1;
	display: inline-block;
	position: relative;
}

.list-card-b {
	margin-top: 10px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 12px;
	font-weight: normal;
	color: #A1A1A1;
}

.list-card-b > div:first-child > div:first-child > svg {
	display: inline-block;
	position: relative;
	top: 3px;
}

.list-card-b > div:first-child > div:first-child > span.red {
	color: #dc6655;
	font-weight: 700;

}

.share-link:hover svg {
	fill: #4164bd;
}



.share-links-box {
	padding: 0 35px;
}

.share-links-box > a,
.share-links-box > button {
	display: block;
    border-radius: 30px;
    border: 1px solid #A5A5A5;
    line-height: 50px;
    margin-bottom: 7px;
    text-align: center;
    color: #000;
    font-weight: 700;
	position: relative;
	background: none;
    width: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.share-links-box > a > .sl-icon,
.share-links-box > button > .sl-icon {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	transition: all .2s ease-in-out;
	transform: rotate(0deg);
	top: 10px;
	left: 10px;
	
}

.share-links-box > a > .sl-icon svg,
.share-links-box > button > .sl-icon svg {
	width: 30px;
	height: 30px;
	transition: all .2s ease-in-out;
}

.share-links-box > a:hover,
.share-links-box > button:hover {
	background: #000;
	color: #fff;	
	border-color: #fff;
}

.share-links-box > a:hover > .sl-icon,
.share-links-box > button:hover > .sl-icon {
	width: 60px;
	height: 60px;
	transform: rotate(15deg);
	position: absolute;
	top: -10px;
	left: -10px;
}

.share-links-box > a:hover > .sl-icon svg,
.share-links-box > button:hover > .sl-icon svg {
	width: 60px;
	height: 60px;
}

.back-link {
	color: #a5a5a5;
    font-size: 12px;
    font-weight: 500;
    padding-top: 25px;
    display: inline-block;
}

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

.infobar > div {
	color: #A1A1A1;
	font-size: 14px;
	width: 50%;
	display: inline-block;
}

.infobar > div:first-child > svg {
	position: relative;
	bottom: -6px;
}

.infobar > div:first-child > span {
	padding-left: 3px;
}

.infobar > div:last-child {
	text-align: right;
}

.infobar > div:last-child a {
	color: #A1A1A1;
    background: #fff;
    padding: 10px 25px;
    border-radius: 7px;
}

.infobar > div:last-child a:hover {
	color: #fff ;
    background: #00244c;
}

.infobar > div:last-child a svg{
	transition: all .2s ease-in-out;
	position: relative;
	bottom: -5px;
	margin-left: 3px;
}

.infobar > div:last-child a:hover svg{
	fill: #fff;
}

.c-pagetitle {
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Acrom';

}

.page-subtitle {
	margin-top: -15px;
    line-height: 47px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 27px;
	font-family: 'Acrom';
	color: #999;
}

.show-phone-number {
    line-height: 52px;
    border-radius: 7px;
    background: #00244c;
    color: #fff;
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
    font-family: 'Acrom';
    font-weight: 600;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.show-phone-number svg {
	margin-right: 15px;
	transition: all .2s ease-in-out;
}

.show-phone-number:hover svg {
	margin-right: 7px;
}

.show-phone-number:hover {
	background: #E11143;
}

.link-phone-number,
.link-phone-number:visited,
.link-phone-number:focus {
	display: block;
    line-height: 20px;
    border-radius: 7px;
    background: #607d8b;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Acrom';
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 16px;
}

.link-phone-number:hover {
	background: #E11143;
	color: #fff;
	text-decoration: none;
}

.vac-hide-info {
    border-radius: 7px;
    padding: 12px 0;
    color: #A1A1A1;
    border: 1px solid #A1A1A1;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.job-soc-block {
	text-align: center;
}

.job-soc-block > a {
	display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 3px;
}

.job-soc-block > a > img {
	width: 40px;
	height: 40px;
	transition: all .2s ease-in-out;
}

.job-soc-block > a:hover img {
	filter: brightness(1.2);
}

.infobar-separator {
	font-size: 22px;
    font-weight: 100;
    margin-left: 7px;
    margin-right: 7px;
    color: #dbdbdb;
}

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

.pagination-block .pagination {
    margin: 35px 0px 30px 0px;
    border-radius: 0;
}

.pagination-block .pagination>.disabled>span,
.pagination-block .pagination>.disabled>span:hover,
.pagination-block .pagination>.disabled>span:focus,
.pagination-block .pagination>.disabled>a,
.pagination-block .pagination>.disabled>a:hover,
.pagination-block .pagination>.disabled>a:focus {
    background-color: transparent;
    border-color: transparent;
    font-weight: 700;
}

.pagination-block .pagination>li>a,
.pagination-block .pagination>li>span {
    color: #000;
    background-color: transparent;
    border:none;
    font-weight: 500;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
}

.pagination-block .pagination>.active>a, 
.pagination-block .pagination>.active>span, 
.pagination-block .pagination>.active>a:hover, 
.pagination-block .pagination>.active>span:hover, 
.pagination-block .pagination>.active>a:focus, 
.pagination-block .pagination>.active>span:focus {
	color: #fff;
    background-color: #1c2b54;
    border-color: transparent;
    border-radius: 50%;
}

.alert {
    font-family: Acrom;
    font-weight: 600;
}

.bg-op {
	background: linear-gradient(45deg, #e16e2f, #c0378f);
	color: #fff;
}

.bg-op a {
	color: #FFF;
    font-weight: 600;
    text-decoration: underline;
    font-family: 'Acrom';
}

.bg-op a:hover {
	text-decoration: none;
}

.soc-contact a {
	font-weight: 700;
}

.soc-contact a:hover {
	color: #00244c;
}

.contact-form label {
    font-weight: 600;
    font-size: 12px;
    color: #777;
    line-height: 18px;
}

.s-message {
	display: none;
}

.button-sbmt {
	display: inline-block;
    line-height: 50px;
    border-radius: 40px;
    background: #00244c;
    color: white;
    width: 100%;
    cursor: pointer;
    transition: all ease-in-out 500ms;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Acrom';
    border: none;
}

.button-sbmt:hover {
	background: #E11143;
}

.caption-img {
    text-align: center;
    font-size: 12px;
    position: relative;
    top: -15px;
    font-weight: 500;
    color: #A5A5A5;
}

.img-responsive {
	width: 100%;
}

.source-link {
	color: #A5A5A5;
	font-weight: 500;
	margin-top: 25px;
}

.source-link a {
	color: #00244c;
}

.filter-selector-block {
    position: relative;
}

.filter-selector-block::before {
    display: table;
    content: '';
}

.filter-selector-block::after {
    display: table;
    content: '';
    clear: both;
}

.filter-link.collapsed > span:first-child {
    display: inline-block;
}

.filter-link.collapsed > span:last-child {
    display: none;
}

.filter-link > span:first-child {
    display: none;
}

.filter-link > span:last-child {
    display: inline-block;
}

.btn-blue {
    width: 100%;
    color: #fff;
    background-color: #00244c;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-blue:focus {
    outline: none;
    color: #fff;
}

.btn-blue svg {
    display: inline-block;
    margin-right: 5px;
}

.row-flex {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}

.row-flex .col-sm-3 {
    width: calc(25% - 10.5px);
    margin-right: 14px;
}

.row-flex .col-sm-3:nth-child(4n) {
    margin-right: 0px;
}

.row-flex .col-sm-6 {
    width: calc(50% - 7px);
    margin-right: 14px;
}

.row-flex .col-sm-6:nth-child(2n) {
    margin-right: 0px;
}

.booksy-block {
    display: none;
}

@media (min-width: 768px) {
    .modal-share-link {
        width: 450px;
    }
}