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

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 175%;
	background: #FAFAFA;
	color: #2a2d29;
	overflow-x: hidden;
	margin: 0;
}
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 {
	padding-top: 120px;
	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 {
	line-height: 112%;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 1000;
	background: #FAFAFA;
}
.header__top {
	padding: 14px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-wrap {
	display: flex;
	align-items: center;
}
.logo img {
	width: 176px;
	height: auto;
	display: block;
}
.logo-descr {
	font-size: 14px;
	max-width: 283px;
	line-height: 123%;
	margin-left: 23px;
}
.location-main {
	position: relative;
}
.location-main__value {
	margin-bottom: 8px;
	display: block;
	color: #2a2d29;
	font-weight: 700;
	position: relative;
}
.location-main__value i {
	margin-right: 12px;
	font-size: 14px;
	right: 100%;
	top: 0;
	position: absolute;
}
.location-main__descr {
	font-size: 14px;
	line-height: 129%;
}
.header__contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.header__contacts p {
	margin-bottom: 5px;
}
.header__contacts p a {
	color: #2a2d29;
}
.link-page {
	font-size: 14px;
	line-height: 129%;
	border-bottom: 1px dotted #338a17;
	color: #338a17;
	display: inline-block;
}
.link-page:hover {
	border-color: transparent;
}
.header__socials {
	display: flex;
	align-items: center;
}
.list-socials {
	display: flex;
	align-items: center;
}
.list-socials li {
	margin-right: 8px;
}
.list-socials li:last-child {
	margin-right: 0;
}
.list-phones {
	margin-left: 30px;
	line-height: 150%;
	font-weight: 700;
}
.list-phones a {
	color: #2a2d29;
	white-space: nowrap;
}
.header__bottom {
	padding: 6px;
	border-radius: 12px;
	background: #fcb400;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu {
	padding-left: 51px;
	padding-right: 64px;
	padding-top: 4px;
	font-weight: 500;
	font-family: "Montserrat";
	letter-spacing: 0.06em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}
.menu a {
	color: #333;
}
.menu a:hover {
	color: #338a17;
}
.btn-main {
	height: 46px;
	padding: 0 24px;
	font-size: 16px;
	line-height: 129%;
	font-weight: 700;
	color: #fafafa;
	background: #338a17;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.03em;
	text-align: center;
	border: none;
	font-family: "Montserrat";
	transition: all 0.7s;
	cursor: pointer;
}
.btn-main:hover {
	background: #6cca4d;
}
.header .btn-main {
	height: 42px;
	font-size: 14px;
}

.billbord {
	padding-top: 15px;
}
.item-billbord {
	min-height: 450px;
	padding: 46px 42px;
	font-size: 20px;
	line-height: 180%;
	z-index: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-billbord__image {
	border-radius: 20px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
}
.item-billbord__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	border-radius: 20px;
}
.title-big {
	font-size: 36px;
	margin-bottom: 11px;
	max-width: 610px;
	line-height: 122%;
	color: #2a2d29;
	font-family: "Montserrat";
	font-weight: 700;
}
.title-big span {
	color: #156e00;
}
.item-billbord .btn-main {
	height: 50px;
	min-width: 185px;
	margin-top: auto;
}
.slider-catalog:not(.slick-initialized) > li:not(:first-child),
.slider-billbord:not(.slick-initialized) > li:not(:first-child) {
	display: none;
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 11px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fcb400;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: #338a17;
}
.slick-dots li button:before {
	display: none;
}
.slider-billbord .slick-dots {
	bottom: 12px;
}
.banner {
	padding: 19px 25px;
	font-size: 20px;
	line-height: 180%;
	min-height: 100%;
	background-color: #bfe3b3;
	border-radius: 20px;
	background-image: url(../img/bg_banner.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.title-middle {
	font-size: 28px;
	line-height: 157%;
	font-weight: 700;
	font-family: "Montserrat";
}
.banner .title-middle {
	margin-bottom: 11px;
}
.banner ul li {
	padding-left: 23px;
	position: relative;
}
.banner ul li::before {
	position: absolute;
	top: 0;
	left: 3px;
	content: "•";
}
.banner__image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.banner__image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.head-section {
	padding-top: 80px;
	padding-bottom: 47px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-section .btn-simple {
	flex: none;
}
.title-section {
	font-size: 32px;
	font-family: "Montserrat";
	line-height: 137%;
}
.text-page {
	font-size: 20px;
	line-height: 150%;
}
.head-section .text-page {
	margin-top: 10px;
	max-width: 715px;
}
.item-advantage {
	padding: 29px 32px;
	padding-bottom: 55px;
	border-radius: 20px;
	line-height: 150%;
	min-height: 100%;
	background: linear-gradient(180deg, #FFEAB6 0%, #FFC859 100%);
}
.item-advantage .text-page {
	margin-bottom: 20px;
	max-width: 265px;
	min-height: 84px;
	line-height: 140%;
	font-weight: 500;
	font-family: "Montserrat";
}
.item-advantage__icon {
	width: 64px;
	height: 64px;
	margin-bottom: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FAFAFA;
}
.item-advantage__icon img {
	max-width: 100%;
	max-height: 100%;
}
.row.row_main {
	margin-bottom: -30px;
}
.row.row_main > div {
	margin-bottom: 30px;
}

.btn-simple {
	height: 48px;
	padding: 0 16px;
	border-radius: 6px;
	color: #338a17;
	background: #d1f7c4;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.btn-simple:hover {
	color: #fff;
	background: #338a17;
}
.row_categories > div {
	margin-bottom: 18px;
}
.row.row_categories {
	margin-top: 20px;
	margin-bottom: -18px;
}
.item-category {
	padding: 10px;
	min-height: 100%;
	background: #fff;
	border-radius: 20px;
	display: flex;
	align-items: flex-start;
	position: relative;
	transition: all 1s;
}
.item-category:hover {
	box-shadow: 0 3px 6px #ccc;
}
.item-category__content {
	padding-top: 10px;
}
.item-category__image {
	width: 160px;
	height: 160px;
	margin-right: 40px;
	border-radius: 16px;
	display: block;
	flex: none;
}
.item-category__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	border-radius: 16px;
}
.item-category .text-page {
	margin-bottom: 10px;
	line-height: 140%;
	color: #2a2d29;
	font-weight: 500;
	display: block;
	font-family: "Montserrat";
}
.item-category li {
	margin-bottom: 6px;
}
.item-category li a {
	color: #2a2d29;
	border-bottom: 1px transparent solid;
}
.item-category li a:hover {
	border-color: #2a2d29;
}
.item-category li:last-child {
	margin-bottom: 0;
}
.link-arrow {
	width: 24px;
	height: 24px;
	right: 18px;
	bottom: 16px;
	background-image: url(../img/arrow_circle.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
}

.cooperation-block {
	background: #ffeabf;
	border-radius: 20px;
}
.form-page {
	padding: 48px 53px;
	background: #ffd98c;
	min-height: 100%;
	border-radius: 20px;
}
.cooperation {
	padding-top: 80px;
}
.cooperation-block__image {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.cooperation-block__image img {
	object-position: bottom;
    object-fit: none;
    height: 100%;
}
.form-descr {
	margin: 0 auto;
	margin-bottom: 28px;
	max-width: 335px;
	text-align: center;
}
.form-page .title-middle {
	margin-bottom: 5px;
	text-align: center;
	font-family: "Montserrat";
	font-weight: 500;
}
.form-page .row {
	margin: 0 -7px;
}
.form-page .row > div {
	padding: 0 7px;
}
.item-form {
	margin-bottom: 16px;
}
.item-form input,
.item-form textarea {
	height: 44px;
	padding: 0 16px;
	font-size: 14px;
	line-height: 171%;
	font-weight: 400;
	color: #2a2d29;
	background: #fff;
	width: 100%;
	border: none;
	font-family: "Montserrat";
	border-radius: 6px;
}
.file-upload input {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
}
.file-upload label {
	font-size: 14px;
	padding: 0 16px;
	height: 44px;
	line-height: 140%;
	font-weight: 400;
	display: flex;
	align-items: center;
	color: #2a2d29;
	cursor: pointer;
	background: #ffeabf;
	border-radius: 6px;
	font-family: "Montserrat";
	transition: all 0.3s;
}
.file-upload:hover label {
	background: #fef0d5;
}
.file-upload label i {
	font-size: 18px;
	margin-right: 10px;
}
.file-upload {
	position: relative;
}
.name-upload {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 2px;
	font-size: 14px;
	line-height: 15px;
}
.file-upload {
	margin-bottom: 16px;
}
.checkbox {
	margin-left: -12px;
	font-size: 14px;
	line-height: 17px;
	margin-top: 25px;
	color: #1e293b;
	font-weight: 400;
	opacity: 0.5;
	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: 3px 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 #1e293b;
	border-radius: 2px;
	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: 700;
	background-image: none;
	color: #1e293b;
	font-size: 14px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.form-page .btn-main {
	margin-top: 18px;
	width: 100%;
}
.cooperation-block .form-page {
	margin-left: 45px;
}
.cooperation-block__image {
	margin-right: -120px;
}
.cooperation-block__content {
	padding-top: 50px;
	padding-left: 55px;
	font-size: 18px;
	max-width: 470px;
	position: relative;
	z-index: 2;
	line-height: 178%;
}
.cooperation-block .title-section {
	max-width: 398px;
	margin-bottom: 18px;
	font-weight: 500;
}
.cooperation-block ul li {
	padding-left: 31px;
	position: relative;
}
.cooperation-block ul li::before {
	position: absolute;
	display: block;
	content: " ";
	top: 8px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(../img/li.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.cooperation-block__descr {
	margin-top: 33px;
	max-width: 345px;
	line-height: 133%;
}
.info-delivery__item {
	margin-top: 16px;
}
.info-delivery {
	display: flex;
	align-items: flex-start;
}
.info-delivery__item {
	max-width: 190px;
	margin-right: 29px;
	line-height: 167%;
}
.info-delivery__item strong {
	font-size: 24px;
	white-space: nowrap;
}
.info-delivery__item:nth-child(1) {
	max-width: 158px;
}
.info-delivery__item:last-child {
	margin-right: 0;
}
.slider-catalog .slick-track {
	display: flex !important;
}
.slider-catalog .slick-slide {
	padding: 15px;
	height: inherit !important;
}
.slider-catalog .slick-list {
	margin: -15px;
}
.item-catalog {
	padding: 18px 16px;
	padding-top: 27px;
	border-radius: 16px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	transition: all 1s;
}
.item-catalog:hover {
	box-shadow: 0 3px 6px #ccc;
}
.item-catalog__image {
	height: 265px;
	margin-bottom: 19px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-catalog__image img {
	max-width: 100%;
	max-height: 100%;
}
.item-catalog__articul {
	font-size: 14px;
	line-height: 200%;
	margin-bottom: 10px;
	width: 100%;
}
.item-catalog__title {
	margin-bottom: 19px;
	line-height: 150%;
	color: #2a2d29;
	font-weight: 500;
	display: block;
	font-family: "Montserrat";
	width: 100%;
	overflow-wrap: break-word;
}
.item-catalog__buttons {
	width: 100%;
	margin-top: auto;
	gap: 8px;
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.item-catalog__buttons .btn-main {
	padding: 0 5px;
	flex-grow: 1;
}
.btn-main_page {
	background: #fcb400;
}
.btn-main_page:hover {
	background: #FFD98C;
}
.slick-arrow {
	width: 50px;
	height: 50px;
	font-size: 18px;
	color: #2a2d29;
	top: 50%;
	background: #ffeab6;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.5s; 
	border-radius: 50%;
}
.slick-arrow:hover {
	color: #FCB400;
	background: #fff;
}
.slick-arrow::before {
	display: none;
}
.slider-catalog .slick-prev {
	left: -64px;
}
.slider-catalog .slick-next {
	right: -64px;
}

.consultation {
	padding-top: 70px;
	padding-bottom: 100px;
}
.consultation-block {
	padding: 55px 122px;
	padding-right: 87px;
	background: #ffeabf;
	border-radius: 20px;
}
.consultation-block .title-section {
	font-size: 36px;
	margin-bottom: 42px;
	font-weight: 500;
}
.title-block {
	font-size: 30px;
	line-height: 133%;
	font-family: "Montserrat";
}
.consultation-block .title-block {
	margin-bottom: 6px;
}
.consultation-block .text-page {
	margin-bottom: 25px;
	max-width: 492px;
}
.form-consultation .text-page {
	max-width: 453px;
}
.form-consultation .row {
	margin: 0 -7px;
}
.form-consultation .row > div {
	padding: 0 7px;
}
.form-consultation .btn-main {
	width: 100%;
}
.form-consultation .checkbox {
	margin-top: 6px;
}
.phone-wrap a {
	font-size: 32px;
	margin-bottom: 17px;
	line-height: 56%;
	color: #2a2d29;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
}
.phone-wrap__descr {
	font-size: 14px;
}
.contacts-wrap {
	display: flex;
	align-items: flex-start;
}
.contacts-wrap .list-socials {
	margin-left: 34px;
}
.phone-wrap {
	margin-top: 16px;
}

.footer {
	padding-top: 43px;
	line-height: 112%;
	color: #fff;
	background: #2a2d29;
}
.footer__title {
	margin-bottom: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.footer__logo {
	margin-top: -18px;
}
.footer__logo .logo-descr {
	margin-top: 10px;
	max-width: 247px;
	margin-left: 0;
}
.footer__nav {
	columns: 2;
}
.footer__nav li {
	margin-bottom: 16px;
	break-inside: avoid;
}
.footer__nav a {
	color: #fff;
	border-bottom: 1px transparent solid;
}
.footer__nav a:hover {
	border-color: #fff;
}
.footer__nav_big {
	font-weight: 700;
	columns: initial;
	text-transform: uppercase;
}
.footer__nav_big li {
	margin-bottom: 23px;
}
.footer__col p a {
	color: #fff;
}
.footer__col p {
	margin-bottom: 22px;
}
.footer__col {
	margin-left: -35px;
}
.footer .list-phones a {
	color: #fff;
}
.footer .list-phones {
	margin: 0;
	margin-bottom: 34px;
}
.footer-bottom {
	padding: 10px 0;
	margin-top: 30px;
	font-size: 14px;
	line-height: 150%;
	color: rgba(236, 236, 236, 0.5);
	border-top: 1px solid rgba(236, 236, 236, 0.5);
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
} 
.footer-bottom a {
	color: rgba(236, 236, 236, 0.5);
}
.footer-bottom a:hover {
	color: rgba(236, 236, 236, 1);
}
.btn_top {
	font-size: 18px;
	float: right;
	position: relative;
	color: #0C3259 !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: #fff;
	z-index: 7;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_top:hover {
	opacity: 0.8;
}
.footer__title i {
	display: none;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
    width: 42px;
    height: 42px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 11px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;
	border-radius: 50%;
	background: #338a17;
	z-index: 20;
	display: none;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 18px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 8px;
	width: 18px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 12px;
	width: 18px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 9px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 5px;
	transform: rotate(-45deg); 
}
.menu-overlay {
	display: none;
}
.phone-mobile {
	display: none;
}
.page-contacts,
.basket,
.checkout {
	padding-top: 44px;
	padding-bottom: 100px;
}
.item-contact {
	font-size: 18px;
	margin-top: 25px;
	line-height: 167%;
}
.item-contact__title {
	font-weight: 700;
}
.page-contacts .list-phones {
	font-size: 18px;
	margin: 0;
}
.requisites {
	font-size: 16px;
}
.requisites p {
	margin-top: 10px;
}
.page-contacts .contacts-wrap {
	margin-top: 25px;
}
.item-contact p a {
	color: #2a2d29;
}
.form-main {
	padding: 22px 50px;
	padding-bottom: 30px;
	background: #ffeabf;
	border-radius: 20px;
}
.title-form {
	font-size: 24px;
	margin-bottom: 17px;
	line-height: 167%;
	text-align: center;
}
.page-contacts .form-main {
	margin-left: -35px;
}
.item-form textarea {
	height: 96px;
	padding-top: 13px;
	resize: none;
}
.form-main .btn-main {
	width: 100%;
}
.form-main .checkbox {
	justify-content: center;
}
#map {
	height: 530px;
	margin-top: 25px;
	border-radius: 24px;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}
.page-news {
	padding-top: 24px;
	padding-bottom: 100px;
}
.item-news {
	padding: 10px;
	border-radius: 20px;
	background: #fff;
	display: flex;
	color: #2a2d29;
	position: relative;
	transition: all 1s;
}
.item-news:hover {
	box-shadow: 0 3px 6px #ccc;
}
.item-news__image {
	width: 280px;
	height: 210px;
	margin-right: 30px;
	border-radius: 16px;
	flex: none;
	display: block;
}
.item-news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	border-radius: 16px;
}
.item-news__content {
	padding-top: 13px;
	padding-right: 10px;
	flex: 1;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-news__title {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: 500;
	color: #2a2d29;
	display: block;
	width: 100%;
	font-family: "Montserrat";
}
.item-news__text {
	display: block;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.item-news__date {
	display: block;
	width: 100%;
	color: #7b7b7b;
	margin-top: auto;
}
.item-news::after {
	position: absolute;
	display: block;
	content: " ";
	width: 24px;
	height: 24px;
	right: 18px;
	bottom: 16px;
	background-image: url(../img/arrow_circle.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-news .title-section {
	margin-bottom: 24px;
}
.pager {
	height: 50px;
	width: 703px;
	margin: 0 auto;
	margin-top: 45px;
	max-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers {
	margin: 0 15px;
	color: #000;
}
.prev.page-numbers,
.next.page-numbers {
	width: 50px;
	height: 50px;
	font-size: 18px;
	background: #ffeab6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}
.next.page-numbers {
	right: 0;
	left: auto;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	color: #FCB400;
	background: #fff;
}
.breadcrumbs {
	/* padding-top: 10px; */
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #000;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #000;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #000;
}
.breadcrumbs li::after {
	content: ">";
	margin: 0 10px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.article-date {
	margin-bottom: 21px;
	color: #7b7b7b;
}
.page-article .title-section {
	margin-bottom: 5px;
}
.article-content p {
	margin-bottom: 15px;
}
.article-content h2 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 25px;
	line-height: 117%;
	font-weight: 500;
	font-family: "Montserrat";
}
.article-content img {
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
}
.article-content ul li {
	padding-left: 20px;
	position: relative;
}
.article-content ul li::before {
	position: absolute;
	top: 0;
	left: 3px;
	content: "•";
}
.article-content ul {
	margin-bottom: 15px;
}
.sidebar-news .item-news {
	margin-bottom: 29px;
	padding-bottom: 17px;
	min-height: initial;
	display: block;
}
.sidebar-news .item-news:last-child {
	margin-bottom: 0;
}
.sidebar-news .item-news__image {
	height: 220px;
	margin: 0;
	margin-bottom: 14px;
	width: 100%;
}
.sidebar-news .item-news__date {
	margin-top: 17px;
}
.page-article {
	padding-bottom: 100px;
}
.item-review {
	padding: 29px 32px;
	padding-right: 36px;
	padding-bottom: 59px;
	margin-bottom: 24px;
	background: #fff;
	border-radius: 20px;
}
.item-review:last-child {
	margin-bottom: 0;
}
.item-review__head {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-small {
	font-size: 20px;
	line-height: 140%;
	font-weight: 500;
	font-family: "Montserrat";
}
.date-main {
	color: #7b7b7b;
}
.form-page.form-page_main {
	padding: 22px 60px;
	padding-bottom: 33px;
	min-height: initial;
	background: #ffeabf;
	transition: all 0.5s;
}
.form-page.form-page_main .title-middle {
	margin-bottom: 24px;
	font-weight: 400;
}
.form-page.form-page_main .checkbox {
	justify-content: center;
}
.form-page.form-page_main .btn-main {
	height: 54px;
	max-width: 266px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.page-reviews .form-page.form-page_main {
	top: 140px;
	position: sticky;
}
.wrapper {
	overflow: initial;
}
.page-reviews {
	padding-top: 24px;
	padding-bottom: 100px;
}
.page-reviews .title-section {
	margin-bottom: 29px;
}
.page-delivery {
	padding-top: 24px;
	padding-bottom: 100px;
}
.page-delivery .title-section {
	margin-bottom: 34px;
}
.delivery-block {
	padding: 32px;
	padding-top: 29px;
	padding-right: 0;
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
.delivery-block__image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: -1;
}
.delivery-block .title-small {
	margin-bottom: 20px;
	color: #156e00;
	font-weight: 700;
}
.delivery-block .title-small:not(:first-child) {
	margin-top: 45px;
}
.delivery-block ul {
	margin: 15px 0;
}
.delivery-block ul li {
	padding-left: 23px;
	position: relative;
}
.delivery-block ul li::before {
	position: absolute;
	top: 0;
	left: 3px;
	content: "•";
}
.delivery-block__content {
	max-width: 425px;
}
.col-md-5 .delivery-block__content {
	margin-left: -25px;
}
.col-md-5 .delivery-block__content p {
	margin-bottom: 8px;
}
.row.row_catalog {
	margin-bottom: -35px;
}
.row.row_catalog > div {
	margin-bottom: 35px;
}
.page-catalog .title-section {
	margin-bottom: 25px;
}
.page-catalog {
	padding-bottom: 100px;
}
.sidebar-catalog {
	top: 140px;
	position: sticky;
	background: #fff;
	border-radius: 20px;
}
.item-sidebar__head {
	font-size: 18px;
	padding: 20px 15px;
	line-height: 156%;
	color: #156e00;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.3s;
}
.item-sidebar__head i {
	font-size: 15px;
	transition: all 0.3s;
}
.item-sidebar {
	border-bottom: 1px solid rgba(236, 236, 236, 0.6);
}
.item-sidebar:last-child {
	border: none;
}
.item-sidebar__content {
	padding: 24px;
	padding-top: 0;
	display: none;
}
.item-sidebar__content li {
	margin-bottom: 15px;
}
.item-sidebar__content li:last-child {
	margin-bottom: 0;
}
.item-sidebar__content li a {
	color: #2a2d29;
	border-bottom: 1px solid transparent;
}
.item-sidebar__content li a:hover {
	border-color: #2a2d29;
}
.item-sidebar.active .item-sidebar__head {
	font-weight: 700;
}
.item-sidebar.active .item-sidebar__head i {
	transform: rotate(180deg);
}
.btn-main_filter {
	display: none;
}
.slider-sertificats:not(.slick-initialized) > li:not(:first-child),
.slider-nav:not(.slick-initialized) > li:not(:first-child),
.slider-for:not(.slick-initialized) > li:not(:first-child) {
	display: none;
}
.slider-for {
	border-radius: 16px;
	background: #fff;
}
.slider-for__item {
	height: 452px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.slider-for__item img {
	max-width: 100%;
	max-height: 100%;
}
.slider-nav__item {
	height: 87px;
	border-radius: 10px;
	padding: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #fff;
	border: 1px solid transparent;
	transition: all 0.3s;
}
.slider-nav__item img {
	max-width: 100%;
	max-height: 100%;
}
.slider-nav .slick-slide {
	padding: 0 5px;
}
.slider-nav {
	margin: 0 -5px;
	margin-top: 17px;
}
.slick-current .slider-nav__item {
	border-color: #5fbc74;
}
.title-card {
	font-size: 24px;
	margin-top: 4px;
	margin-bottom: 17px;
	max-width: 447px;
	line-height: 133%;
	font-weight: 400;
	font-family: "Montserrat";
	overflow-wrap: break-word;
}
.features {
	margin-bottom: 15px;
	line-height: 130%;
}
.features p {
	margin-bottom: 11px;
}
.features h2 {
	margin-bottom: 20px;
}
.features .features__amount {
	margin-bottom: 20px;
}
.page-card .btn-main {
	min-width: 157px;
}
.page-card {
	padding-bottom: 64px;
}
.recommendations {
	padding-bottom: 100px;
}
.recommendations .title-section {
	margin-bottom: 44px;
}
.page-about {
	padding-top: 24px;
	padding-bottom: 100px;
}
.about-block {
	padding: 26px 36px;
	padding-bottom: 40px;
	padding-right: 31px;
	border-radius: 20px;
	background: #fff;
}
.about-block .title-small {
	margin-bottom: 20px;
}
.about-block p {
	margin-bottom: 15px;
}
.about-block img {
	border-radius: 16px;
	max-width: 100%;
	height: auto;
	display: block;
}
.item-about {
	padding: 26px 87px;
	padding-bottom: 35px;
	padding-right: 70px;
	min-height: 100%;
	background: #d8f6c5;
	line-height: 150%;
	color: #000;
	border-radius: 10px;
}
.item-about__title {
	font-size: 32px;
	margin-bottom: 5px;
	line-height: 137%;
	font-family: "Montserrat";
}
.item-about__title sup {
	font-size: 15px;
	line-height: 0;
}
.row_about > div {
	margin-top: 2px;
}
.row_about > div:nth-child(2) .item-about {
	background: #bfefe8;
}
.row_about {
	padding-bottom: 60px;
}
.item-sertificat {
	padding: 15px 14px;
	height: 466px;
	background: #fff;
	border-radius: 20px;
	display: block;
	transition: all 0.5s;
}
.item-sertificat:hover {
	box-shadow: 0 3px 6px #ccc;
}
.item-sertificat img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	border-radius: 20px;
}
.slider-sertificats .slick-track {
	display: flex !important;
}
.slider-sertificats .slick-slide {
	padding: 15px;
	height: inherit !important;
}
.slider-sertificats .slick-list {
	margin: -15px;
}
.slider-sertificats .slick-prev {
	left: -64px;
}
.slider-sertificats .slick-next {
	right: -64px;
}
.slider-sertificats {
	margin-top: 40px;
}
.page-about .title-section {
	margin-bottom: 34px;
}
.delivery-block__content p span {
	white-space: nowrap;
}


/****/

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: 14px !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;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }

  .item-sidebar__content li.active > a {
	border-color: #2a2d29;
  }

  .modal-block {
	display: none;
	padding: 0;
	border-radius: 20px;
}
.modal-wrap {
	padding: 30px;
	width: 400px;
	max-width: 100%;	
	margin: 0 auto;
}

.modal-wrap .btn-main {
	width: 100%;
	vertical-align: middle;
}
.modal-wrap .checkbox {
	justify-content: center;
}

.page-recap {
	padding-top: 105px;
	padding-bottom: 139px;
	background-image: url(../img/bg_error.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-recap_error {
	background-image: url(../img/bg_error.jpg);
} 
.recap-block {
	padding: 24px 78px;
	padding-bottom: 70px;
	max-width: 566px;
	margin: 0 auto;
	background: rgba(254, 254, 254, 0.15);
	backdrop-filter: blur(7.5px);
	text-align: center;
	color: #001233;
}
.recap-block__value {
	font-size: 200px;
	margin-bottom: -40px;
	font-weight: 250;
	line-height: 120%;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.recap-block__title {
	font-size: 30px;
	margin-bottom: 55px;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
}
.recap-block__descr {
	font-size: 20px;
	margin-bottom: 74px;
	font-weight: 400;
	line-height: 130%; 
}
.recap-block .btn-main {
	height: 66px;
	padding: 0 48px;
}
.page-recap_thanks {
	background-image: url(../img/bg_thanks.jpg);
}
.recap-block__name {
	font-size: 50px;
	margin-top: 50px;
	margin-bottom: 34px;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.page-recap_thanks .recap-block__descr {
	margin-bottom: 91px;
}

.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;
}


/******/

/*****/
.dropdown-city__title{
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px;
}
.dropdown-city .btn{
	margin: 0 auto 20px;
}
.close-dropdown{
	position: absolute;
	width: 10px;
	height: 10px;
	cursor: pointer;
	right: 10px;
	top: 5px;
}
.dropdown-city .link-page {
	color: #373c3d;
	cursor: pointer;
	border-bottom: 1px solid #373c3d;
}

.select-city__value i {
	font-size: 10px;
	margin-left: 10px;
	color: #176a74;
}
.select-city__value span {
	color: #373c3d;
	border-bottom: 1px solid #cdcdcd;
	transition: all 0.3s;
}
.select-city__value {
	cursor: pointer;
}
.dropdown-city__title {
font-size: 14px;
line-height: 160%; 
letter-spacing: 0.7px;
}

.dropdown-city {
	padding: 15px;
	padding-bottom: 23px;
	width: 282px;
	position: absolute;
	top: 100%;
	margin-top: 20px;
	display: none;
	z-index: 90;
	border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FFF;
box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.15);
}
.dropdown-city__buttons {
    display: flex;
    align-items: center;
    margin: 0 -6px;
}
.dropdown-city .btn-main {
    padding: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
       flex-grow: 1;
    border-radius: 6px;
    height: 40px;
    margin: 0 6px;
        box-shadow: none;
}
.btn-main.btn-main_block {
    color: #0C3264;
background: #EEF5FF;
}
.btn-main.btn-main_block:hover {
    background: #d8e2ef;
}
.dropdown-city .link-page {
	color: #373c3d;
	cursor: pointer;
	border-bottom: 1px solid #373c3d;
}
.dropdown-city .link-page:hover {
	border-color: transparent;
}
.close-dropdown {
	top: 9px;
	right: 9px;
	font-size: 16px;
	color: #0C3264;
	position: absolute;
	cursor: pointer;
}
.title-modal {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 23px;
	font-weight: 700;
}
.modal-city {
	top: 0;
	right: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 90;
	position: fixed;
}
.modal-city__wrappper {
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-city__content {
    	padding: 22px 25px;
	padding-bottom: 38px;
	width: 948px;
	margin: auto;
   	border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FFF;
box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.15); 
    position: relative;
}
.list-cities {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
}
.list-cities a {
	height: 42px;
	padding: 0 14px;
color: #292929;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.98px;
	margin-right: 10px;
	margin-top: 15px;
	border: 1px solid #D9D9D9;
	display: flex !important;
	align-items: center;
	border-radius: 40px;
	justify-content: center;
	text-align: center;
	transition: all 0.3s;
}
.list-cities li:last-child a {
	margin-right: 0;
}
.list-cities a:hover,
.list-cities .active a {
	background-color: #1557AE;
	color: #fff;
	border-color: #1557AE;
}
.form-city {
    margin-bottom: 8px;
    position: relative;
} 
.form-city input {
        border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 100%;
    height: 50px;
    padding: 0 62px;
    padding-right: 15px;
    	font-family: 'Mont';
	color: #292929;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.98px;
}
.form-city__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: transparent;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    color: #104284;
    font-size: 19px;
}
.search-sity {
	margin-top: 26px;
	position: relative;
}
.search-sity input {
	height: 48px;
	padding: 0 55px;
	background-color: #ffffff;
	box-shadow: inset 0px 3px 3px 0px rgba(200,201,204,0.34);
	border-radius: 8px;
	border: none;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #373c3d;
	font-family: 'Proxima Nova';
	width: 100%;
}
.form-city *::-webkit-input-placeholder {
	color: #8699B1;
}
.form-city *:-moz-placeholder {
	color: #8699B1;
}
.form-city *::-moz-placeholder {
	color: #8699B1;
}
.form-city *:-ms-input-placeholder {
	color: #8699B1;
}
.clear-search {
	height: 48px;
	width: 48px;
	font-size: 16px;
	color: #373c3d;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	cursor: pointer;
}
.icon-search {
	width: 55px;
	height: 48px;
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	color: #000;
}

.select-city.mobile {
	display: none;
}
.mobile_geolocation {
	display: none;
}
.mobile_geolocation .dropdown-city,
.mobile_geolocation .modal-city {
	top: 0;
	width: 90%;
	max-width: 100%;
	left: 50%;
    transform: translateX(-50%);
}

.select-city.mobile .modal-city {
	background: #fff;
    height: fit-content;
}
.select-city {
	margin-bottom: 5px;
}

.sub-menu-cat {
	padding-left: 20px;
}

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

.card-descrip {
	margin-bottom: 30px;
}

.item-sidebar__head a {
	color: #156e00;
}
.page-about-front .front {
	font-size: 20px;
}
.page-about-front {
    padding-top: 100px;
    padding-bottom: 24px;
}
.product-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* Лёгкая тень */
    max-width: 250px;
    padding: 12px;
    text-align: center;
    transition: transform 0.2s ease;
	margin-bottom: 15px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto 12px;
    display: block;
}

.product-card h3 {
    font-size: 16px;
    margin: 8px 0;
    color: #333;
}

.product-card p {
    font-size: 14px;
    color: #666;
    margin: 8px 0;
    line-height: 1.4;
}

.product-card a {
    display: inline-block;
    padding: 8px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 12px;
    transition: background-color 0.3s ease;
}

.product-card a:hover {
    background-color: #0056b3;
}
.catalog-cat-description {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.catalog-cat-description p {
    margin-bottom: 16px;
}
.catalog-cat-description ul li {
	list-style-type: circle;
}
.catalog-cat-description ul {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 40px;
}
form .wpcf7-spinner {
	display: none !important;
}
.article-toc {
    border: 1px solid #fcb400;
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.article-toc ul {
    padding-left: 20px;
}
.article-toc li {
    margin-bottom: 6px;
}
.article-toc a {
    color: #0073aa;
    text-decoration: none;
}
.article-toc a:hover {
    text-decoration: underline;
	color: #fcb400;
}
.delivery-accordion {
  margin-top: 10px !important;
	margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fafafa;
  font-size: 14px;
  overflow: hidden;
  width: 300px;
}

.delivery-accordion .delivery-toggle {
  background: none;
  border: none;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
	text-transform: uppercase;
}

.delivery-accordion .delivery-toggle span {
  font-size: 18px;
  margin-left: 10px;
  line-height: 1;
}

.delivery-accordion .delivery-content {
  display: none;
  padding: 0 20px 20px 20px;
}

.search-form input {
	height: 46px;
	padding: 0 19px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	color: #000;
	background: #FFFFFF;
	border-radius: 6px;
	border: 2px solid #FCB400;
}
.search-form {
	position: relative;
	margin: 0 10px;
}
.btn-search {
	width: 35px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

.menu-mobile .search-form {
	display: none;
}
div.row.row_about div.col-lg-4 {
	margin-bottom: 30px;
}


/**/
.popup-quiz {
	display: none;
	position: fixed;
	z-index: 1000000000;
	top: 12%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
    max-width: 750px;
    padding: 30px;
    background: linear-gradient(180deg, #FFEAB6 0%, #FFC859 100%);
    border-radius: 10px;
}
.popup-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popup-title {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 32px;
	line-height: 44px;
	color: #2A2D29;
	margin-bottom: 20px;
}
.popup-title span {
	color: #338A17;
}
.popup-title .num {
	font-size: 48px;
	line-height: 44px;
}
.popup-descr {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
}
.popup-descr span {
	font-weight: 700;
}

.popup-close-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;
}

.popup-form-wr {
	margin-top: 30px;
}
.billbord .title-section {
	 margin-bottom: 12px;
}
.head-section {
	padding-top: 50px;
}
.catalog-cat-description ul li a {
	text-decoration: underline;
}

/***/
footer {
	position: relative;
	z-index: 1;
}
.video-block {
	width: 250px;
    position: fixed;
    top: 200px;
    right: 30px;
    z-index: 1;
    /* height: 350px; */
    overflow: hidden;
}
.slider-video .video-col {
	margin: 0 10px;
	border-radius: 10px;
    overflow: hidden;
}
.slider-video a.slide {
	height: 380px;
	/* height: 534px; */
	display: block;
	position: relative;
}
.slider-video a.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider__icon {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
	transition: .6s all;
}
.slider__icon:hover > img {
	width: 95px !important;
	height: 95px !important;
}
.slider__icon img {
	width: 90px !important;
	height: 90px !important;
}

.fancybox-is-open .fancybox-inner {
	width: 100%;
    max-width: 450px;
    left: 50%;
    transform: translateX(-50%);
}

.fancybox-slide--iframe .fancybox-content {
	background: transparent !important;
}

.item-catalog p.price {
	margin-bottom: 10px;
}

.item-catalog__buttons form {
	flex-grow: 1;
}
.item-catalog__buttons form > .btn-main {
	width: 100%;
}

.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;
}

.btn-like {
	display: block;
}
.list-social__like {
    width: 44px;
    height: 44px;
    margin-left: 13px;
    border: 1px solid #dedede;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.list-social__like img {
	width: 28px;
	height: 28px;
}
.btn-header__value {
    width: 14px;
    height: 14px;
    font-size: 12px;
    top: -1px;
    right: 0;
    border-radius: 50%;
    font-weight: 500;
    color: #000;
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #fcb400;
    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; 
}

.basket .article-toc {
	display: none;
}


.wc-block-components-country-input,
.wc-block-components-address-form__address_2,

.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,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-address-form__last_name {
	display: none !important;
}
#shipping > div {
	margin-bottom: 10px !important;
}

#billing .wc-block-components-address-form__address_1,
#billing-fields .wc-block-components-checkout-step__heading,
#billing-fields .wc-block-components-checkout-step__description {
	display: none;
}
.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
	margin: 0px !important;
}

.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;
}

.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;
}

.item-catalog .btn-like {
	margin-bottom: -25px;
}

.woocommerce-customer-details .woocommerce-column--billing-address,
.woocommerce-customer-details .woocommerce-column--shipping-address {
	max-width: 48% !important;
}

.sorting-catalog .woocommerce-ordering select {
	border: 1px solid rgba(252, 180, 0, 1) !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: none !important;
}

.btn_1click {
	margin-top: 10px;
	width: 100%;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 10px;
    width: fit-content;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.quantity-minus {
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.quantity-plus {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.quantity-btn:hover {
    background: #f5f5f5;
}

.quantity-btn:active {
    background: #e0e0e0;
}

.quantity-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quantity-wrapper .input-text.qty {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    -moz-appearance: textfield;
}

.quantity-wrapper .input-text.qty::-webkit-outer-spin-button,
.quantity-wrapper .input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-wrapper .input-text.qty:focus {
    outline: none;
    border-color: #999;
}


