*::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
*:-moz-placeholder {
	color: #000;
	opacity: 1;
}
*::-moz-placeholder {
	color: #000;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'Mulish';
	font-size: 16px;
	line-height: 160%;
	color: #000;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	/* padding: 55px 0; */
	padding: 23px 0;
	font-size: 14px;
	line-height: 140%;
	font-weight: 500;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: all 0.5s;
}
.header.fixed {
	padding: 15px 0;
	background: #e1e1df;
}

.header.nav-up {
	transform: translateY(-135px);
	box-shadow: none;
}
.header.nav-down {
	transform: translateY(0px);
}
.logo {
	display: inline-block;
}
.header .logo {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #000;
}
.header .logo img {
	width: 243px;
}
.header .logo span {
	margin-top: 14px;
	display: block;
}
.logo img {
	width: 159px;
	max-width: 100%;
	height: auto;
	transition: all 0.5s;
}
.header__center {
	text-align: center;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 46px;
	height: 46px;
	margin-right: 46px;
	padding: 0 16px;
	padding-top: 12px;
	background-color: #000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	z-index: 20;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 8px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #AA875A;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 7px;
	width: 14px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #AA875A;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 10px;
	width: 14px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #AA875A;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 10px;
	width: 14px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 6px;
	transform: rotate(-45deg); 
}
.header__left {
	display: flex;
	align-items: center;
}
.header__location {
	margin-bottom: 8px;
}
.header__line {
	display: flex;
	align-items: center;
}
.phone-main {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: normal;
}
.phone-main span {
	font-size: 20px;
}
.list-social {
	display: flex;
	align-items: center;
}
.list-social li {
	margin-right: 13px;
}
.list-social a {
	width: 28px;
	height: 28px;
	font-size: 17px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__line .phone-main {
	margin-right: 24px;
}
.list-social a:hover {
	opacity: 0.7;
}

.billbord {
	padding-top: 210px;
	min-height: 800px;
	background-image: url(../img/billbord.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.delivery-main {
	font-size: 20px;
	padding-left: 42px;
	margin-bottom: 50px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
}
.delivery-main::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(../img/ic_delivery.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.title-big {
	font-size: 48px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 1.44px;
	font-family: 'Playfair Display';
}
.title-big span {
	text-transform: uppercase;
}
.billbord .title-big {
	max-width: 700px;
	margin-bottom: 94px;
}
.btn-main {
	height: 50px;
	padding: 0 33px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	border-radius: 6px;
	border: 1px solid #000;
	font-family: 'Mulish';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	background: transparent;
}
.btn-main:hover {
	background: #000;
	color: #fff;
}
.billbord .btn-main {
	height: 63px;
	padding: 0 51px;
	font-size: 16px;
}

.title-section {
	padding: 35px 0;
	color: #000;
	font-size: 36px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 1.08px;
	margin: 0;
	font-family: 'Playfair Display';
}
.row.row_collections {
	margin: 0 -4px;
}
.row.row_collections > div {
	padding: 0 4px;
	margin-bottom: 8px;
}
.col-main {
	width: 20%;
}
.item-collection {
	height: 347px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.slider-card__item img,
.item-catalog__image img,
.item-service__image img,
.item-gallery img,
.item-collection img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 1s;
}
.item-service:hover .item-service__image img,
.item-gallery:hover img,
.item-collection:hover img {
	transform: scale(1.1);
}
.item-gallery {
	height: 510px;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.item-gallery[data-video-id]::before {
	position: absolute;
	display: block;
	content: " ";
	width: 37px;
	height: 37px;
	left: 22px;
	bottom: 16px;
	border-radius: 50%;
	z-index: 2;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slider-gallery,
.row {
	margin: 0 -18px;
}
.slider-gallery .slick-slide,
.row > div {
	padding: 0 18px;
}
.slider-gallery {
	margin-top: 30px;
}
.slick-arrow {
	width: 24px;
	height: 24px;
	font-size: 22px;
	color: #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transition: all 0.3s;
	cursor: pointer;
}
.slick-arrow:hover {
	opacity: 0.7;
}
.slick-arrow:before {
	display: none;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slider-gallery .slick-prev {
	left: -20px;
}
.slider-gallery .slick-next {
	right: -20px;
}

.row_main > div {
	margin-bottom: 36px;
}
.item-category {
	height: 316px;
	padding: 32px 34px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 1;
	background-color: #ddd;
}
.categories-block__text {
	font-size: 20px;
    max-width: 660px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 20px;
}
.title-min {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.price-main {
	font-size: 32px;
	font-weight: 600;
	line-height: 140%;
	font-family: 'Playfair Display';
}
.price-main span {
	font-size: 20px;
}
.item-category .btn-main {
	margin-top: auto;
}
.item-category__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
.item-category__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 1s;
}
.item-category:hover .item-category__image img {
	transform: scale(1.1);
}

.services .title-section {
	padding-top: 0;
}
.item-service {
	min-height: 290px;
	margin-bottom: 36px;
	padding: 21px 28px;
	width: 100%;
	flex: 1;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	background: #FAFAFA;
}
.item-service__image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	overflow: hidden;
}
.item-service__title {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.72px;
	font-family: 'Playfair Display';
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.row_services > div {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.catalog {
	padding-top: 20px;
}
.tabs {
	display: flex;
	align-items: center;
	gap: 8px;
}
.tabs li {
	flex-grow: 1;
}
.tabs a {
	font-size: 14px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #000;
	background: transparent;
	color: #000;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.tabs a:hover,
.tabs .active a {
	color: #fff;
	background-color: #000;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
.item-catalog__slider:not(.slick-initialized) > li:not(:first-child) {
	display: none;
}
.row_catalog > div {
	margin-bottom: 30px;
}
.item-catalog {
	border: 1px solid #D9D9D9;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-catalog__image {
	height: 326px;
	width: 100%;
	display: block;
}
.item-catalog__slider {
	width: 100%;
}
.item-catalog__content {
	padding: 25px 22px;
	padding-bottom: 19px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex: 1;
}
.item-catalog__bottom {
	display: flex;
	align-items: center;
	margin-top: auto;
	width: 100%;
}
.item-catalog__title {
	margin-bottom: 24px;
	font-weight: 500;
	line-height: 140%;
	display: block;
	color: #000;
	width: 100%;
	text-align: center;
}
.price-catalog {
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
}
.btn-like {
	width: 24px;
	height: 24px;
	background-image: url(../img/heart.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.btn-like::before {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/heart_active.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	opacity: 0;
	transition: all 0.3s;
}
.btn-like.active::before {
	opacity: 1;
}
.item-catalog .btn-like {
	margin-right: 20px;
	margin-left: auto;
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .slick-dots li {
	width: 9px;
	height: 9px;
	margin: 0 10px;
	display: block;
  }
  .slick-dots li button {
	width: 9px;
	height: 9px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 0;
	transition: all 0.3s;
  }
  .slick-dots li button:hover,
  .slick-dots li.slick-active button {
	background: #000;
}
.slick-dots li button::before {
	display: none;
}
.item-catalog__slider .slick-dots {
	bottom: 13px;
}
.item-catalog .btn-main {
	padding: 0 23px;
	font-size: 13px;
	height: 44px;
	letter-spacing: 0.65px;
}
.tab-container {
	padding-top: 32px;
}

.consultation {
	padding-top: 38px;
}
.consultation-block {
	padding-left: 87px;
	background-image: url(../img/bg_consultation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.consultation-block__image img {
	margin-left: auto;
	max-width: 100%;
	height: auto;
}
.consultation-block__image {
	margin-top: -43px;
}
.consultation-block__title {
	font-size: 55px;
	margin-bottom: 19px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 1.65px;
	font-family: 'Playfair Display';
}
.consultation-block__descr {
	font-size: 24px;
	margin-bottom: 53px;	
	max-width: 622px;
	font-weight: 500;
	line-height: 160%;
}
.consultation-block__contacts {
	margin-bottom: 31px;
	display: flex;
	align-items: flex-start;
}
.consultation-block__text {
	font-size: 20px;
	max-width: 438px;
	margin-top: -3px;
	margin-right: 11px;
	font-weight: 500;
	line-height: 160%;
}
.consultation-block__text a {
	color: #000;
	white-space: nowrap;
}
.item-form {
	margin-bottom: 15px;
}
.item-form textarea,
.item-form input {
	height: 58px;
	padding: 0 27px;
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	width: 100%;
	border: none;
	border-radius: 3px;
	font-family: 'Mulish';
	color: #000;
	background: #FFF;
}
.btn-main_page {
	background: #D6001D;
	border: none;
	color: #fff;
}
.btn-main_page:hover {
	background: #a30016;
}
.consultation-block .btn-main {
	padding: 0 59px;
	height: 63px;
	font-size: 16px;
}
.consultation-block .item-form {
	margin: 0;
}
.consultation-block__form {
	max-width: 570px;
}
.consultation-block__form .row {
	margin: 0 -10px;
}
.consultation-block__form .row > div {
	padding: 0 10px;
}
.checkbox {
	font-size: 12px;
	margin-top: 25px;
	line-height: normal;
	color: #393C48;
	letter-spacing: normal;
	display: flex;
	text-align: left;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label > span {
	position: relative;
	padding: 5px 0 0 32px;
	display: block;
	cursor: pointer;
}
.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #393C48;
	transition: .2s;
}
.checkbox label > span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 19px;
	height: 19px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	background-image: none;
	color: #393C48;
	font-size: 12px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}

.gallery .title-section {
	padding-bottom: 7px;
}
.descr-section {
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
}
.controls-slider .slick-dots {
	margin: 0 55px;
	position: relative;
	width: initial;
}
.controls-slider {
	margin-top: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.controls-slider .slick-arrow {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	transform: none;
}
.controls-slider .slick-next {
	order: 2;
}
.controls-slider_card .slick-dots li button:hover,
.controls-slider_card .slick-dots li.slick-active button {
  background: #AA875A;
  border-color: #AA875A;
}
.card {
	padding-bottom: 48px;
}
.title-page {
	font-size: 32px;
	font-weight: 500;
	line-height: 160%;
	margin: 0;
}
.option-title {
	margin-top: 15px;
}
.checkbox_card {
	font-size: 20px;
	max-width: 425px;
	font-weight: 500;
	line-height: 140%;
	color: #000;
}
.checkbox_card label > span {
	padding-top: 4px;
	padding-left: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.checkbox label {
	position: relative;
} 
.checkbox_card label {
	width: 100%;  
	display: block;
}
.checkbox_card label > span:before,
.checkbox_card label > span:after {
	width: 30px;
	height: 30px;
}
.checkbox_card label > span:before {
	border-radius: 3px;
	border: 1px solid #000;
}
.checkbox_card label > span:after {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
.text-card {
	font-size: 18px;
	max-width: 495px;
	margin-top: 60px;
	font-weight: 500;
	line-height: 160%;
}
.card .title-page {
	padding-bottom: 20px;
}
.card .card__right {
	padding-left: 45px;
}

.footer {
	padding-top: 31px;
	font-size: 14px;
	line-height: 140%;
	font-weight: 500;
	color: #fff;
	background: #000;
}
.footer__nav li {
	margin-bottom: 10px;
}
.footer__nav a {
	color: #fff;
	border-bottom: 1px transparent solid;
}
.footer__nav a:hover {
	border-color: #fff;
}
.footer__title {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 12px;
}
.footer p a {
	color: #fff;
}
.footer p {
	margin-bottom: 11px;
}
.footer__contacts {
	margin-left: -20px;
}
.footer .list-social {
	padding-top: 10px;
}
.footer-bottom {
	padding: 10px 0;
	margin-top: 30px;
	color: #D9D9D9;
	border-top: 1px solid rgba(217, 217, 217, 0.3);
}
.footer-bottom p {
	margin: 0 !important;
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
} 
.footer-bottom a {
	color: #D9D9D9;
}
.footer-bottom a:hover {
	color: #fff;
}
.btn_top {
	font-size: 18px;
	float: right;
	position: relative;
	color: #000 !important; 
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #D9D9D9;
	z-index: 7;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_top:hover {
	background-color: #fff;
}
.footer .logo {
	margin-top: -10px;
}
.slider-card__item {
	height: 450px;
	display: block;
	width: 100%;
}
.phone-mobile {
	display: none;
}
.header .container {
	position: relative;
}
.menu-dropdown {
	padding: 25px;
	font-size: 14px;
	/* width: 800px; */
	width: 100%;
	margin-top: 15px;
	line-height: 140%;
	color: #000;
	top: 100%;
	left: 15px;
	background: #e1e1df;
	position: absolute;
	display: none;
}
.list-nav li {
	margin-bottom: 10px;
}
.list-nav a {
	border-bottom: 1px transparent solid;
	color: #000;
}
.list-nav a:hover {
	border-color: #000;
}
.title-menu {
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: 700;
}
.menu-dropdown p a {
	color: #000;
}
.menu-dropdown p {
	margin-bottom: 11px;
}
.menu-overlay {
	display: none;
}


/*catalog*/
.wrapper_page {
	/* padding-top: 90px; */
	padding-top: 140px;
}
.wrapper_page .header {
	padding-top: 23px;
	padding-bottom: 16px;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.breadcrumbs {
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 14px;
	line-height: 140%;
	font-weight: 500;
	color: #393C48;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #393C48;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #393C48;
}
.breadcrumbs li::after {
	content: "/";
	margin: 0 10px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.wrapper_page .header__location span {
	display: block;
	font-weight: 700;
}
.wrapper_page .header__line {
	justify-content: flex-end;
}
.item-sidebar__head {
	font-size: 24px;
	padding-bottom: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.72px;
	font-family: 'Playfair Display';
}
.page-catalog .title-main {
	padding-bottom: 16px;
}
.range-controls {
	margin: 0 -6px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input-range {
	margin: 0 6px;
	flex: 1;
}
.irs--flat {
	height: 17px;
}
.input-range input {
	width: 100%;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	width: 100%;
	font-size: 18px;
	line-height: 140%;
	font-weight: 500;
	color: #393C48;
	font-family: 'Mulish';
}
.irs--flat .irs-line {
	top: 4px;
	height: 4px;
	background: #D9D9D9;
}
.irs--flat .irs-bar {
	top: 4px;
	height: 4px;
	background: #AA875A;
}
.irs-handle i {
	display: none !important;
}
.irs--flat .irs-handle {
	width: 14px;
	height: 14px;
	top: -1px;
	border: none;
	padding: 0;
	background: #AA875A;
	cursor: pointer;
	border-radius: 0;
}
.irs--flat .irs-min, .irs--flat .irs-max {
	display: none !important;
}
.range-catalog > input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
.range-catalog {
	margin-bottom: 50px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
	display: none;
}
.item-sidebar {
	margin-bottom: 17px;
	border-bottom: 1px rgba(217, 217, 217, 0.6) solid;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
	top: 20px;
	color: #393C48;
	font-family: Mulish;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}
.sidebar__link {
	padding: 14px 18px;
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.9px;
	display: block;
	color: #000;
	cursor: pointer;
	border-bottom: 1px rgba(217, 217, 217, 0.6) solid;
}
.sidebar__link:hover {
	color: #AA875A;
}
.sidebar-nav li:first-child .sidebar__link {
	border-top: 1px rgba(217, 217, 217, 0.6) solid;
}
.sorting-catalog {
	margin-top: 6px;
	margin-bottom: 22px;
	display: flex;
	align-items: center;
}
.item-sorting {
	margin-right: 32px;
	color: #393C48;
	border-bottom: 2px dotted transparent;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.item-sorting.active,
.item-sorting:hover {
	border-color: #393C48;
}
.item-sorting:last-child {
	margin-right: 0;
}
.sorting-catalog > span {
	margin-right: 26px;
}
.page-catalog .row_catalog > div {
	margin-bottom: 36px;
}
.pager {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-numbers {
	margin: 0 3px;
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 140%;
	font-weight: 500;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
.page-numbers.current,
.page-numbers:hover {
	background: #F5F5F5;
}
.prev.page-numbers,
.next.page-numbers {
	font-size: 21px;
	border: none;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	position: absolute;
	top: 0px;
	margin: auto;
}
.prev.page-numbers {
	left: 0px;
}
.next.page-numbers {
	right: 0px;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	color: #AA875A;
	background: transparent;
}
.text-main p {
	margin-bottom: 20px;
}
.text-main {
	font-weight: 500;
}
.page-catalog {
	padding-bottom: 39px;
}
.page-catalog .text-main {
	padding-top: 37px;
}
.buttons-fixed,
.btn-main_filter {
	display: none;
}
.irs--flat .irs-from {
	margin-left: 14px;
}
.photo-card {
	margin-bottom: 30px;
	display: inline-block;
	overflow: hidden;
}
.photo-card img {
	max-width: 100%;
	height: auto;
	display: block;
}
.photo-card:last-child {
	margin-bottom: 0;
}
.photo-card img {
	transition: all 1s;
}
.photo-card:hover img {
	transform: scale(1.1);
}
.card-photos {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.title-card {
	font-size: 30px;
	padding-bottom: 23px;
	margin-top: -5px;
	margin-bottom: 17px;
	max-width: 400px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.9px;
	font-family: 'Playfair Display';
	position: relative;
}
.title-card::before {
	position: absolute;
	display: block;
	content: " ";
	opacity: 0.6;
	height: 1px;
	background: #D9D9D9;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 333px;
}
.price-card {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: normal;
}
.item-select .jqselect {
	font-size: 14px;
	line-height: 140%;
	font-weight: 500;
	letter-spacing: 0.7px;
	width: 100%;
}
.item-select .jq-selectbox__select-text {
	padding: 0;
	padding-left: 14px;
	padding-right: 30px;
	color: #000;
	height: 30px;
	display: flex;
	align-items: center;
	border: 1px solid #D9D9D9;
	width: 100% !important;
	white-space: nowrap;
	cursor: pointer;
}
.item-select .jq-selectbox__dropdown {
	top: 100% !important;
	bottom: auto !important;
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #D9D9D9;
	width: 100%;
}
.item-select .jq-selectbox__dropdown li {
	padding: 5px 14px;
	cursor: pointer;
}
.item-select .jq-selectbox__trigger {
	width: 19px;
	height: 19px;
	font-size: 12px;
	right: 8px;
	color: #223E7C;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
}
.item-select .jq-selectbox__trigger:before {
	content: "\f078";
}
.title-select {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 140%;
	border-bottom: 2px #000 dotted;
	display: inline-block;
}
.page-card .item-select {
	max-width: 210px;
}
.btn-like {
	display: block;
}
.buttons-card {
	margin-top: 26px;
	margin-bottom: 21px;
	display: flex;
	align-items: center;
}
.buttons-card .btn-main {
	margin-right: 19px;
	width: 210px;
	font-size: 13px;
	padding: 0;
	letter-spacing: 0.6px;
	height: 44px;
}
.title-small {
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
}
.page-card .title-small {
	margin-bottom: 1px;
}
.card-info {
	/* padding: 42px 15px; */
	padding: 15px;
	background: #F5F5F5;
}
.list-card li {
	padding-left: 39px;
	margin-bottom: 40px;
	position: relative;
}
.list-card li:last-child {
	margin-bottom: 0;
}
.icon-min {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-min img {
	max-width: 100%;
	max-height: 100%;
}
.add-ons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin: 20px 0;
  padding: 16px;
  background: #f9f9f9;
  border-radius: 12px;
  border: 1px solid #3c3c3c;
}
.checkbox-card {
  position: relative;
}
.add-on-card {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  height: -webkit-fill-available;
  box-sizing: border-box;
}

.add-on-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(177, 15, 95, 0.15);
}

.add-on-checkbox {
  position: absolute !important;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}


.add-on-card input[type="checkbox"]:checked + .image-checkbox::after {
  content: "✓";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  background: #b10f5f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
  z-index: 3;
}
.checkbox-text-price {
  font-weight: 600;
  font-size: 20px;
  color: #b10f5f;
  text-align: center;
  line-height: 1.3;
}
.checkbox-text {
	position: relative;
	display: block;
	cursor: pointer;
	text-align: center;
}

.image-checkbox {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.image-checkbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-content {
	top: 0;
	position: sticky;
	transition: all 0.5s;
}
.add-ons-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}
.wrapper_page {
	overflow: initial;
}
.header.nav-down ~ * .card-content {
	top: 93px;
}
.recomendation {
	padding-bottom: 30px;
}
.sidebar-nav li:last-child .sidebar__link {
	border: none;
}
.wrapper_page .menu-dropdown {
	background-color: #F5F5F5;
}

.page-contacts {
	padding-bottom: 54px;
}
.image-contacts img {
	max-width: 100%;
	height: auto;
	display: block;
}
.title-main {
	font-size: 30px;
	font-weight: 500;
	line-height: 140%;
	font-family: 'Playfair Display';
	letter-spacing: 0.9px;
}
.page-contacts .title-main {
	padding-bottom: 66px;
}
.item-contacts .title-small {
	padding-bottom: 12px;
	margin-bottom: 13px;
	border-bottom: 1px rgba(217, 217, 217, 0.6) solid;
}
.item-contacts {
	font-size: 18px;
	line-height: 140%;
	font-weight: 500;
	max-width: 333px;
}
.row_contacts > div:nth-child(even) .item-contacts {
	text-align: center;
	margin: 0 auto;
}
.item-contacts__line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-contacts .list-social li:last-child {
	margin-right: 0;
}
.item-contacts .phone-main {
	font-size: inherit;
	font-weight: 400;
}
#map {
	height: 306px;
	margin-top: 27px;
	width: 100%;
	background-color: #ddd;
}
.page-delivery #map {
	height: 379px;
	margin: 0;
}
.page-delivery .title-main {
	padding-bottom: 23px;
}
.page-delivery .title-small {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px rgba(217, 217, 217, 0.6) solid;
}
.page-delivery p {
	line-height: 140%;
	margin-bottom: 15px;
}
.page-delivery p strong {
	text-transform: uppercase;
	font-weight: 700;
}
.items-delivery {
	display: flex;
	align-items: center;
	line-height: 140%;
}
.items-delivery p {
	margin-bottom: 13px;
	margin-right: auto;
}
.item-payment {
	max-width: 100%; /* was 250px */
	margin-top: 20px;
	margin-left: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 140%;
}
.item-payment__icon {
	margin-right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}
.item-payment__icon img {
	max-width: 100%;
	max-height: 100%;
}
.page-delivery {
	padding-bottom: 110px;
}
.title-small_delivery {
	margin-top: -40px;
}
div.deliver-left {
	padding-bottom: 40px;
}

/***/

.reset_variations {
	display: none !important;
}

.item-select select {
	padding: 5px;
	width: 100%;
    height: 40px;
}
.single_variation_wrap {
	margin-top: 17px;
}
.single_variation_wrap .price,
.single_variation_wrap .dop_price {
	display: block;
	font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: normal;
}

.sidebar-nav li.active .sidebar__link {
    color: #AA875A;
}

.woocommerce-result-count {
    margin-right: 20px;
}

.form_radio_btn {
    display: inline-block;
    margin-right: 10px;
}
.form_radio_btn input[type=radio] {
    display: none;
}
.form_radio_btn label {
	margin-right: 32px;
    color: #393C48;
    border-bottom: 2px dotted transparent;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.form_radio_btn input[type=radio]:checked + label {
    border-color: #393C48;
}

.list-social__like {
    width: 28px;
    height: 28px;
    margin-right: 13px;
    border: 1px solid #dedede;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.list-social__like img {
	width: 18px;
	height: 18px;
}
.btn-header__value {
    width: 14px;
    height: 14px;
    font-size: 12px;
    top: -1px;
    right: 0;
    border-radius: 50%;
    font-weight: 500;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #8d0300;
    justify-content: center;
}

.btn-like::before {
	display: none;
}
.btn-like {
	background-image: none;
	cursor: pointer;
}

.simplefavorite-button.active i {
    font-weight: 700;
}

.favorit-header {
    border-top: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.favorit-link .simplefavorites-clear {
    border: none !important;
    background: transparent !important;
    text-decoration: underline !important;
}

.favorit-item {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 37px; 
}

.woocommerce-breadcrumb {
	padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: #393C48;
}

.woocommerce-breadcrumb a {
	color: #393C48;
    border-bottom: 1px solid transparent;
}

.item-gallery iframe {
	width: 100%;
	height: 100%;
}
.true_loadmore-wr.catalog__items {
	text-align: center;
}

.single_variation_wrap .item-form_min {
    display: none !important;
}

.buttons-card .added_to_cart.wc-forward {
	display: none !important;
}

.modal-block {
	display: none;
}
.modal-wrap {
	width: 702px;
	padding: 25px 50px;
	padding-bottom: 37px;
	max-width: 100%;
	margin-left: auto;
	background: #F5F5F5;
}
.modal-wrap .title-section {
	font-size: 32px;
	margin-bottom: 27px;
	padding: 0;
	text-align: center;
}
.fancybox-skin {
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
  }
  .fancybox-close {
    top: 2px;
    right: 2px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center; 
	font-size: 22px;
	color: #000;
	background-image: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
  }
  .fancybox-close::before {
  content: "\f00d";
  }
  .fancybox-inner {
	overflow: visible !important;
 }
 .item-form .jq-selectbox__select-text {
	height: 58px;
	padding: 0 27px;
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	width: 100%;
	border: none;
	border-radius: 3px;
	font-family: 'Mulish';
	color: #000;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.item-form .jqselect {
	width: 100%;
}
.item-form .jq-selectbox__dropdown {
	top: 100% !important;
	bottom: auto !important;
	background: #FFF;
	border-radius: 3px;
	width: 100%;
}
.item-form .jq-selectbox__dropdown li {
	padding: 5px 27px;
	color: #3E4657;
	cursor: pointer;
}
.item-form .jq-selectbox__trigger {
	width: 19px;
	height: 19px;
	font-size: 12px;
	right: 8px;
	color: #000;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
}
.item-form .jq-selectbox__trigger:before {
	content: "\f078";
}
.item-form textarea {
	height: 80px;
	padding-top: 11px;
	resize: none;
}
.bottom-form {
        width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bottom-form .wpcf7-spinner {
    display: block;
    margin: 0 auto;
    margin-bottom: -17px;
}
.checkbox {
	margin-top: 20px;
}
.bottom-form .btn-main {
	min-width: 268px;
	height: 63px;
	font-size: 16px;
}
.modal-wrap .item-form {
	margin-bottom: 18px;
}
.consultation-block .wpcf7-spinner {
    position: absolute;
    top: 100%;
    left: 0;
}
.item-form_min.custom_f {
	/* display: none; */
	margin-top: 20px;
}
.custom_f input {
	height: 25px;
    padding: 0px;
}
.item-form select {
	padding: 10px;
    width: 100%;
    height: 58px;
    border: none;
}

.page-thanks {
	padding-top: 105px;
	padding-bottom: 132px;
	background-image: url(../img/billbord.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.thanks-block {
	padding: 76px;
	/* text-align: center; */
	/* border-radius: 20px;
	border: 1px solid rgba(225, 218, 193, 0.05);
	background: linear-gradient(180deg, #222427 0%, #0E1015 100%), #D9D9D9; */
}
.thanks-block__title {
	font-size: 40px;
	padding-bottom: 7px;
	color: #C1A780;
	font-weight: 900;
	line-height: 140%;
	text-transform: uppercase;
}
.thanks-block__descr {
	font-size: 32px;
	padding-bottom: 30px;
	color: #000;
	font-weight: 700;
	line-height: 140%; 
	text-transform: uppercase;
}
.thanks-block__text {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	max-width: 404px;
	color: #000;
}
.thanks-block .btn-main {
	padding: 0 63px;
	margin-top: 56px;
}

form .btn-main {
	cursor: pointer;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid red !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  .bottom-form {
	width: 100%;
	text-align: center;
  }
/* .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
	display: none !important;
} */
.modal-wrap .row {
    margin: 0 -9px;
}
.modal-wrap .row > div {
    padding: 0 9px;
}

.woocommerce-variation-price {
	display: flex;
}

.item-sidebar__head a,
.title-menu a {
	color: #000;
}

.footer__title a {
	color: #fff;
}
.page-default-template {
	padding-bottom: 40px;
}
.entry-content p,
.entry-content h2,
.entry-content h3,
.entry-content ul,
.entry-content ol {
	margin-bottom: 15px;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
	display: none;
}

a.wc-block-components-product-name {
	color: #000;
	font-weight: bold;
}

a.components-button,
button.components-button {
	height: 50px;
    padding: 0 33px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #000;
    font-family: 'Mulish';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    background: transparent;
}
a.components-button:hover,
button.components-button:hover {
	background: #000;
    color: #fff;
}

.wc-block-checkout__form .wc-block-components-button__text {
	font-size: 0px !important;
	line-height: normal;
}

.wc-block-checkout__form .wc-block-components-button__text::after {
	content: 'Оформить заказ';
	font-size: 15px;
	display: flex;
}
.items-delivery {
	flex-wrap: wrap;
}

/* .xoo-wsc-ft-btn-cart, */
.wc-block-components-country-input,
/* .wc-block-components-address-form__address_2, */
/* .wc-block-components-address-form__address_1, */
/* .wc-block-components-address-form__city, */
.wc-block-components-address-form__state,
.wc-block-checkout__use-address-for-billing,
.wc-block-components-totals-item .wc-block-components-shipping-address,
.wc-block-components-text-input.wc-block-components-address-form__postcode,
/* .wc-block-components-text-input.wc-block-components-address-form__city, */
#wc-block-components-totals-shipping__change-address__link {
	display: none !important;
}

.favorites_page {
	min-height: calc(100vh - 590px);
}

.entry-header {
	margin-bottom: 20px;
}
article h1,
article h2,
article h3,
article h4 {
	font-weight: bold;
}

.item-catalog__slider img {
	width: 100%;
}


.item-category {
position: relative;
}

.item-category .btn-main {
	position: relative;
	z-index: 120;
}

.wrapper-link {
width: 100%;
height: 100%;
display: block;
position: absolute; 
z-index: 100;
top: 0px;
left: 0px;
}

#wow_list .btn-main.fancybox {
	margin-top: 15px;
}

/* News banner */

.telegram-news {
	padding-bottom: 54px;
}

.telegram-banner {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	border: 1px solid black;
	align-items: center;
	gap: 5px;
	position: relative;
}

.telegram-banner .title-big {
	font-size: 36px;
}

.telegram-link-news {
	color: black !important;
}

.image-responsive {
	max-width: 100%;
}

.telegram-flowers img {
	max-height: 60px;
}

.row.row_payments {
	align-items: center;
}


/***/
#customer_details input[type="text"],
#customer_details input[type="tel"],
#customer_details input[type="email"],
#customer_details textarea {
    background-color: #fff;
    border: 1px solid hsla(0,0%,7%,.8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%;
}
#customer_details textarea {
	height: 150px;
    resize: none;
}

#shipping_method li,
#payment li {
    color: inherit;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0 0 1em;
    padding: 0 0 0 2.25em;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit;
}
#shipping_method input,
#payment input {
	appearance: none;
    background: #fff;
    border: 1px solid rgba(25,23,17,.48);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 1.5em;
    left: 0px;
    margin: inherit;
    min-height: 24px;
    min-width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    width: 1.5em;
}
#payment input {
	top: 15px;
}

#shipping_method input:checked,
#payment input:checked {
    border: 1px solid hsla(0,0%,7%,.8);
}

#shipping_method input:checked:before,
#payment input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0.75em;
}

#payment button#place_order {
	height: 45px;
    padding: 0 33px;
    font-size: 14px;  
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #000;
    font-family: 'Mulish';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
	margin-top: 20px;
	background: #000;
    color: #fff;
}

#payment button#place_order:hover {
	background: transparent;
	color: #000;
}

.woocommerce-form-coupon-toggle {
	display: none !important;
}

#customer_details .form-row-first,
#customer_details .form-row-last {
	width: 100% !important;
}

.sidebar-catalog {
	top: 10px;
    max-height: calc(100vh - 130px);
    overflow: auto;
	overflow-x:hidden;
    position: sticky;
}

#filter .item-sidebar__content {
	padding: 0px 10px;
}

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

.product-description ul {
	padding-left: 18px;
	margin: 10px 0px;
}

.product-description ul li {
	list-style-type: disc;
}

.price-card.crossed {
	text-decoration: line-through;
	opacity: 0.5;
	margin-bottom: 0px;
	font-size: 20px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
     float: unset !important;
}

#wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input > label {
	visibility: hidden;
    word-spacing: -999px;
    letter-spacing: -999px;
}

#wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input > label::after {
	content: 'Введите купон';
	font-size: 16px;
	visibility: visible;
    word-spacing: normal;
    letter-spacing: normal;
}

.btn-main.lmp_button {
	height: 50px;
    padding: 0 33px !important;
    font-size: 14px !important;
    color: #000;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #000;
    font-family: 'Mulish';
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    background: transparent;
}

.item-contacts.addr a,
.header__location a {
	color: #000;
}

.cookies-modal {
display: none;
position: fixed;
z-index: 1000000000;
bottom: 0px;
left: 0px;
transform: translateX(-50%);
margin: 0px -50% 15px 50%;
padding: 9px 43px 9px 14px;
font-size: 12px;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
text-align: left;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.95);
pointer-events: auto;
max-width: 1280px;
box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
color: #5c5c5c;
}

.cookies-modal a {
text-decoration: none;
cursor: pointer;
outline: none;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 600;
color: #1557AE;
}

.cookies-modal .cookie-policy-button {
margin: 0px;
padding: 0px;
background: none;
border: none;
font: inherit;
cursor: pointer;
position: absolute;
top: 9px;
right: 7px;
display: inline-block;
width: 28px;
color: rgb(92, 99, 112);
text-align: center;
}

.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
}

.cookies-modal .cookies-btns .cookies-btn {
  border: 1px solid #1557AE;
  color: #1557AE;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s;
}

.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
  margin-left: 0px;
  color: #fff;
  background-color: #1557AE;
}

.cookies-modal .cookies-btns .cookies-btn:hover {
  opacity: 0.8;
}


.exitblock {    
    display:none;    
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}    
.exitblock .fon {
    background: #F6FCFF;
    opacity:.8;
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock .modaltext {
    box-sizing: border-box;  
    padding:20px 40px;
    border: 2px solid #AEAEAE;
    background: #F6FCFF;
    position:fixed;
    top:80px;
    left:50%;
    margin-left:-30%;
    width:60%;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
}        
.closeblock {
    cursor:pointer;
    position: fixed;
    line-height:60px;
    font-size:82px;
    transform: rotate(45deg);
    text-align:center;
    top:20px;
    right:10%;
    color: #337AB7;    
}
.closeblock:hover {
    color: #000;    
}
.modal-img {
	height: 60vh;
}
.modal-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.modaltext .btn-main {
	margin-top: 20px;
}

.modaltext .btn-main.first-btn {
	margin-right: 25px;
}

/**/
.list-advantages__wrapper {
	display: flex;
	white-space: nowrap;
	align-items: center;
}


.str_wrap {
    height: 30px !important;
	overflow:hidden;
	/* zoom:1; */
	width:100%;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}

.str_wrap.str_active {
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
}
.str_move_clone {
	display:inline-block;
	/* display:inline;
	zoom:1; */
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}

.item-advantage {
	font-size: 14px !important;
	margin-right: 39px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	display: flex;
	align-items: center;
}
.item-advantage img {
    max-height: 40px;
	margin-right: 19px;
}

.location-main {
	padding-left: 20px;
	cursor: pointer;
	position: relative;
  }
  .location-main strong {
	font-weight: 800;
	display: block;
	line-height: 1em;
  }
  .location-main i {
	font-size: 12px;
	top: 3px; /* was 5px */
	left: 0;
	position: absolute;
	transition: 0.3s;
  }

  .location-main {
	position: relative;
  }
  
  .item-header__dropdown {
	padding: 15px;
	width: 250px;
	top: 100%;
	left: 3px;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	transition: all 0.1s;
	position: absolute;
	z-index: 999;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
  
  .item-header__dropdown li {
	margin-top: 7px;
  }
  
  .location-main:hover i {
	transform: rotate(180deg);
  }
  
  .location-main:hover .item-header__dropdown {
	visibility: visible;
	opacity: 1;
  }

  #pickup_location_field select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

.btn-main.red-button {
	color: #fff;
	border-color: red;
	background-color: red;
}
.btn-main.red-button:hover {
	color: red;
	background-color: transparent;
}

.variable-dop-wrap {
    display: none;
}

/******/
.banner-promocode {
    padding-left: 87px;
    /* background-image: url(../img/bg_consultation.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	min-height: 140px;
}

.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-radio-control > label:nth-child(n+4) {
	display: none !important;
}
.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-radio-control > label:nth-child(3) .wc-block-components-radio-control__label {
	visibility: hidden;
    position: relative;
}
.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-radio-control > label:nth-child(3) .wc-block-components-radio-control__label::after {
	visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
	content: "Самовывоз";
}

.wc-block-cart__submit-button {
	padding: 0 23px;
    font-size: 13px;
    height: 44px;
    letter-spacing: 0.65px;   
    color: #000;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #000;
    font-family: 'Mulish';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    background: transparent;
}

.wc-block-cart__submit-button:hover {
    background: #000;
    color: #fff;
}

.wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__label {
	opacity: 0;
}

.main-reviews {
	margin-bottom: 30px;
}

.text-main li{
	list-style-type: square;
	margin-left: 20px;
}

.btn_top-wr {
	position: fixed;
    top: 90vh;
    right: 5%;
	display: none;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	display: none !important;
}

.main_menu_footer{
	margin-top: 25px;
}

.big-list-footer{
	columns: 2;
}

.menu-dropdown .footer__title a {
    color: #000;
}

.hidden-desktop .list-social .list-social__like {
	background: transparent;
	margin-right: 0;
}

.season-badge {
    display: inline-block;
    padding: 6px 12px; /* 0.5em 0.85em → 6px 12px */
    font-size: 14px; /* 0.85em → 14px */
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 6px; /* 0.35rem → 6px */
    margin: 15px 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.season-badge--active {
    color: #0f5132;
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
    box-shadow: 0 2px 4px rgba(209, 231, 221, 0.3);
}

.season-badge--ended {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    box-shadow: 0 2px 4px rgba(248, 215, 218, 0.3);
}

.top-header-wr {
	border-bottom: 1px solid #00000080;
	margin-bottom: 20px;
}

.top-header {
	display: flex;
	gap: 20px;	
}
.top-header a {
	color: #000;
}

.top-header .location-main {
	display: flex;
	gap: 5px;
}

.footer .item-payment{
	margin-top: 0;
    margin-left: 0;
}

.sidebar-catalog form{
	padding-right: 5px;
}

.item-catalog__content .button-1click {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.item-catalog__content .button-1click > a {
	width: 100%;
}


/*news*/
.page-news {
	padding-bottom: 90px;
}
.page-news .title-main {
	margin-bottom: 28px;
}
.item-news {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-news__image {
	margin-bottom: 20px;
	padding-top: 56%;
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.item-news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 1s;
	position: absolute;
	top: 0;
	left: 0;
}
.item-news:hover .item-news__image img {
	transform: scale(1.05);
}
.item-news__title {
	font-size: 18px;
	padding-bottom: 14px;
	margin-bottom: auto;
	line-height: 160%;
	color: #000;
	font-weight: 700;
	display: block;
	width: 100%;
}
.item-news__title:hover {
	color: #aa875a;
}
.item-news__text {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.item-news__bottom {
	padding-top: 32px;
	gap: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-news__date {
	font-size: 14px;
	line-height: 140%;
	color: #393c48;
}
.link-page {
	padding: 0px 0px 6px;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #aa875a;
	font-weight: 600;
	border-bottom: 1px solid #aa875a;
}
.link-page:hover {
	border-color: transparent;
}
.page-news .pager {
	margin-top: 40px;
}
.page-article {
	padding-top: 42px;
	padding-bottom: 25px;
}
.article-main {
	min-height: 448px;
	padding: 40px;
	margin-bottom: 50px;
	padding-top: 0;
	position: relative;
	z-index: 1;
	color: #fff;
}
.article-main__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.article-main__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 1s;
}
.article-main__image::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.article-main .breadcrumbs {
	padding-top: 30px;
	padding-bottom: 117px;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.article-main .breadcrumbs a {
	color: #fff;
}
.article-main .breadcrumbs a:hover {
	border-color: #fff;
}
.article-main h1 {
	font-size: 40px;
	max-width: 885px;
	margin: 0 auto;
	line-height: 140%;
	letter-spacing: 0.03em;
	text-align: center;
	font-weight: 500;
	font-family: 'Playfair Display';
}
.article-descr {
	max-width: 1020px;
	margin: 0 auto;
	margin-bottom: 43px;
	font-weight: 500;
}
.article-descr a {
	color: inherit;
	text-decoration: underline;
}
.page-article h2 {
	font-size: 24px;
	margin-bottom: 24px;
	line-height: 140%;
	font-weight: 500;
	letter-spacing: 0.03em;
	font-family: 'Playfair Display';
}
.news-page__item-date {
	text-align: center;
    padding-top: 15px;
    color: #c9cdcf;
    font-size: 14px;
}
.grid-cards {
	gap: 12px;
	margin-top: 43px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 160%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.item-card__image {
	margin-bottom: 16px;
	padding-top: 100%;
	width: 100%;
	position: relative;
}
.item-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 1s;
	position: absolute;
	top: 0;
	left: 0;
}
.item-card__title {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 160%;
	text-transform: uppercase;
	font-weight: 500;
}
.article-content {
	padding: 36px;
	margin: 0 -36px;
	background: #f5f5f5;
}
.article-content ul li,
.article-content p {
	margin-bottom: 15px;
}
.article-content strong {
	font-weight: 600;
}
.article-content ul li {
	list-style-type: disc;
}
.article-content ul {
	padding-left: 20px;
}
.article-content .row {
	margin-bottom: 50px;
}
.article-content .row:last-child {
	margin-bottom: 0;
}
.article-content img {
	max-width: 100%;
	height: auto;
}
.article-content__text {
	padding: 36px;
	background: #fff;
}
.article-content__image {
	margin-right: -188px;
}
.consultation + .footer {
	margin-top: 90px;
}

.banner_slider .slick-arrow {
	background: rgba(250, 250, 250, 0.7);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.banner_slider .slick-prev {
	left: 70px;
}

.banner_slider .slick-next {
	right: 70px;
}

.banner_slider .slick-dots {
    bottom: 20px;
}

.reviews-intro,
.reviews-text {
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.6;
}
.reviews-text__block {
    background: rgb(34 1 1 / 89%);
    border: wheat;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 10px;
    color: wheat;
    flex-wrap: wrap;
}
.reviews-benefits {
	padding: 30px 0 50px;
}

.benefit-item {
	background: #f7f7f7;
	padding: 25px;
	border-radius: 6px;
	text-align: center;
	height: 130px;
	margin-top: 15px;
}

.benefit-item strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.reviews-content {
	padding: 30px 0;
}

.reviews-block {
	margin-bottom: 70px;
}
.reviews-content__block {
	margin-bottom: 30px;	
}
.reviews-block__title {
	margin-bottom: 10px;
    font-size: 18px;
    border-radius: 10px;
    padding: 20px;
    background: #f7f7f7;
    font-weight: 600;
}

.reviews-cta {
	background: #fafafa;
	padding: 60px 0;
	text-align: center;
}

.reviews-cta__box h2, p {
	margin-bottom: 15px;
}

/*start newyear*/
.container__newyear {
	position: relative;
	z-index: 1;
}
.container__newyear::before {
	position: absolute;
	display: block;
	content: " ";
	width: 247px;
	height: 937px;
	top: 0;
	right: 100%;
	background-image: url(../img/newyear1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
	pointer-events: none;
}
.container__newyear::after {
	position: absolute;
	display: block;
	content: " ";
	width: 308px;
	height: 920px;
	top: 0;
	left: 100%;
	background-image: url(../img/newyear2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}
.wrapper_newyear .footer {
	background-image: url(../img/footer_newyear.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media only screen and (max-width : 1600px) {
	.container__newyear::before {
    	width: 193px;
    	height: 760px;
	}
	.container__newyear::after {
		width: 270px;
		height: 808px;
	}
}
@media only screen and (max-width : 1200px) {
	.container__newyear::before {
        width: 148px;
        height: 578px;
	}
	.container__newyear::after {
        width: 205px;
        height: 610px;
	}
}
@media only screen and (max-width : 992px) {
	.container__newyear::before {
		display: none;
	}
	.container__newyear::after {
		right: 0;
		left: auto;
		width: 120px;
        height: 275px;
        background-position: top;
	}
	.wrapper_page .container__newyear::after  {
		display: none;
	}
}
/*end newyear*/


.collections-slider .item-collection {
	width: unset;
	margin: 0 10px;
}

.collections-slider .slick-arrow {
	top: auto;
	bottom: -45px;
}

.advantages-collections {
	margin-bottom: 20px !important;
	display: flex;
    align-items: center;
    gap: 8px;
}

.advantages-collections .item-advantages-txt {
	width: calc(100% - 100px);
	padding: 0px;
}

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

.collections .advantages {
	padding-left: 20px;
}

.advantages .descr-section {
	margin-bottom: 30px;
}

.collections .advantages .item-payment__icon {
	padding: 0px !important;
}
.stores-section {
  padding: 70px 0;
}

.stores-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 16px 24px;
  box-shadow: 0 14px 30px rgba(4, 35, 66, 0.08);
  margin-bottom: 15px;
}

.store-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #eef3fa;
}

.store-item:last-child {
  border-bottom: none;
}
.store-info {
  max-width: 70%;
}
.store-city {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2px;
  color: #1f2532;
}

.map-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 8px;
  height: 100%;
  box-shadow: 0 14px 30px rgba(4, 35, 66, 0.08);
}

.map-embed {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border-radius: 12px;
  overflow: hidden;
}
.news-block-section {
	margin-bottom: 40px;
}
.slide-hidden {
    display: none;
}
.product-details-short {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 10px;
  background: #fff7fb;
  border: 1px solid #ffc4e1;
}

.product-details-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #b10f5f;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.product-details-content {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.product-details-content li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}

.product-details-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #b10f5f;
  font-size: 18px;
  line-height: 1;
}

.product-details-content strong {
  font-weight: 600;
  color: #000;
}

.info-section {
    background: linear-gradient(135deg, #f8fafc 0%, #f5bbd742 100%);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	 text-align: center;
}

.info-title {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 25px;
    font-weight: 600;
}

.info-text {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}
.messengers {
	margin-bottom:20px;
}
.messengers .list-social {
    justify-content: center;
}
.messengers .list-social a {
	width: 50px;
    height: 50px;
}
.info-form {
	display: flex;
 	justify-content: center;
}
/* ========== ABOUT SECTION ========== */
.about {
	padding: 70px 0;
}
.about-text h2 {
font-size: 30px;
line-height: 1.3em;
font-weight: 700;
margin-bottom: 20px;
}

.about-text p {
font-size: 15px;
margin-bottom: 20px;
line-height: 1.8;
}

.values-list {
list-style: none;
margin-top: 30px;
}

.values-list li {
padding: 15px 0;
display: flex;
gap: 15px;
align-items: flex-start;
border-bottom: 1px solid #e8e8e8;
}

.values-list li:last-child {
border-bottom: none;
}

.values-list .icon {
font-size: 24px;
flex-shrink: 0;
}

.values-list .text {
flex: 1;
}

.values-list .text strong {
display: block;
margin-bottom: 5px;
}

.values-list .text span {
font-size: 14px;
}

.about-image {
background: url(https://xn--80aaggh4aidu3b3b.xn--p1ai/wp-content/uploads/2026/01/mycollages-1.jpg);
border-radius: 12px;
height: 700px;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
font-size: 120px;
position: relative;
overflow: hidden;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}


.trust-card {
text-align: center;
padding: 20px;
}

.trust-card .number {
font-size: 36px;
font-weight: 700;
color: #c41e3a;
margin-bottom: 10px;
}

.trust-card .label {
font-size: 14px;
color: #666;
}


.process {
background: linear-gradient(135deg, #fff5f7 0%, #fff 100%);
padding: 70px 0;
}

.process h2 {
text-align: center;
font-size: 36px;
font-weight: 700;
margin: 50px 0px;
}

.step {
background: white;
padding: 30px;
border-radius: 12px;
text-align: center;
position: relative;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
transition: transform 0.3s, box-shadow 0.3s;
margin: 4px;
}

.step:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.step-number {
width: 50px;
height: 50px;
background: #c41e3a;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: 700;
margin: 0 auto 20px;
}

.step strong {
font-size: 18px;
margin-bottom: 15px;
}

.step p {
font-size: 14px;
color: #666;
line-height: 1.6;
}
.faq-section {
	margin-top:40px;
}
.faq-question {
	display:block;
	width:100%;
	text-align:left;
	background:#f8f8f8;
	padding:20px;
	font-weight:600;
	border:none;
	cursor:pointer;
	border-bottom:1px solid #ddd;
	font-size:20px;
}
.faq-answer {
	display:none;
	padding:15px;
	background:#fff;
	border-bottom:1px solid #eee;
}
.faq-item.active .faq-answer {
	display:block;
}

.select-postcard-link {
	color: #b10f5f;
	padding: 16px 18px;
    border-radius: 10px;
    background: #fff7fb;
    border: 1px solid #ffc4e1;	
	transition: color 0.3s ease;
}
.select-postcard-link:hover {
	 background: #fff;
	 color: #ff53a8;
}

.add-ons-grid.otkrytki .checkbox-card {
	margin: 0 10px;
	text-align: center;
}

.link-more-fancy {
	font-weight: 600;
  	text-decoration: underline;
    color: #b10f5f;   
    line-height: 1.3;
}
.product_descript-txt {
    background: #fff7fb;
    border: 1px solid #ffc4e1;
	border-radius: 10px;
}