button[data-action=stop] {
display:none;
}

img#logo {
    /* height: 100%; */
    padding: 10px 10px 10px 0;
    width: 300px;
    height: auto;
}

img#logo-footer {
    /* height: 100%; */
    padding: 0 10px 10px 0;
    width: 250px;
        margin-right: 30px;
        height: auto; 
}

.bestsellers_block .slide_inner .left {
	max-height: 570px !important; 
}

.contacts_block .contact_form form input[type=text], .contacts_block .contact_form form textarea {
	background: #e8e8e8;
}

.call_back_block .right form {
    width: 100%;
    margin-left: 12%;
}

.about_us_block .partner_logo img {
	width:60% !important;
}

.copyright_author {
    font-size: 14px;
    color: #8c8c8c;
    text-align: center;
}

.call_back_reviews {
    color: #395E29;
    border: 1px solid #395E29;
    padding: 10px 20px;
    background: transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    text-align: center;
    width: 180px;
    margin: 0 auto;
}
.phone a,
.contact a {
    text-decoration: none;
    color: black;
}
.product_price__empty {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}

.accept_terms__link {
	text-decoration: underline !important;
}

.popup_window {
	position: fixed;
	max-width: 900px;
	width: 100%;
	height: auto;
	left: calc(50% - 900px/2 + 0.5px);
	bottom: 24px;
	z-index: 10000;
	border: none;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 8px 8px 20px rgba(54, 34, 0, 0.2);
}

.popup_window * {
	box-sizing: border-box;
}

.popup_window__container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
}

.popup_window__text, .popup_window__link, .popup_window__description {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #333333 !important;
	margin: 0;
	text-align: left;
}

.popup_window__link:hover {
	color: #395E29;
	text-decoration: underline;
}

.popup_window__description {
	font-weight: 400;
}

.popup_window__button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 145px;
	height: 50px;
	color: #000000;
	background: #fff;
	border: 1px solid #395E29;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	border-radius: 3px;
	padding: 11px 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
}

.popup_window__button:hover {
	color: #395E29;
}

.footer-line {
	width: 100%;
	margin: 20px 0;
	padding: 0 15px 6px 15px;
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-line a {
	margin-right: 20px;
	color: #222222 !important;
}

.footer-line a:hover {
	color: #395E29 !important;
}
.catalog-wrapper .bx-breadcrumb {
	margin: 0 0 30px;
}
.catalog-wrapper .bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: var(--color-gray);
}
.modal-bg .modal {
	display: block;
}
.modal .cart_stage3 .order_details .left, .modal .cart_stage3 .order_details .right {
	width: 50%;
}
.donut-segment {
	stroke: var(--accent-color);
	opacity: .9;
}
.block_header:has(.link-in-catalog) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.link-in-catalog {
	width: fit-content;
	padding: 12px 30px 12px 43px;
	background-color: var(--accent-color);
	border-radius: 3px;
	position: relative;
	flex-shrink: 0;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.link-in-catalog:hover {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
}
.link-in-catalog::before {
	content: '';
	display: block;
	width: 51px;
	height: 36px;
	background: url(../include/link-in-catalog.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: -16px;
}
.link-in-catalog > span {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}
.footer .wrapper {
	overflow: hidden;
}
.modal.modal-scale {
	display: block;
	pointer-events: none;
}
.modal.modal-visible {
	height: fit-content;
	margin: 0 auto;
	font-family: "Open Sans";
	pointer-events: all;
	position: relative;
}
#mobile_menu .menu .catalog-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 10px;
	margin: 0;
	transition: all .3s ease-in-out;
}
.catalog-link::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: var(--icon-square);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: all .3s ease-in-out;
	flex-shrink: 0;
}
.menu-catalog-dropdown {
	display: flex;
	flex-direction: column;
	position: relative;
}
.catalog-menu-toggle {
	display: none;
}
.catalog-dropdown-arrow {
	display: block;
	width: 24px;
	height: 24px;
	background-image: var(--icon-arr);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition: transform 0.3s ease;
	position: absolute;
	top: 12px;
	right: 10px;
}
.catalog-dropdown-content {
	background: #fff;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
	z-index: 1000;
}
#mobile_menu .catalog-menu-toggle:checked ~ .catalog-link {
	color: var(--accent-color);
}
.catalog-menu-toggle:checked ~ .catalog-link::before {
	background-image: var(--icon-square-green);
}
.catalog-menu-toggle:checked ~ .catalog-link .catalog-dropdown-arrow {
	transform: rotate(180deg);
	background-image: var(--icon-arr-green);
}
.catalog-menu-toggle:checked ~ .catalog-dropdown-content {
	max-height: 80vh;
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
}
#mobile_menu .catalog-dropdown-content ul.catalog-sidebar__list {
	padding-right: 0;
	margin: 10px 0 24px;
}
#mobile_menu .catalog-dropdown-content ul.catalog-sidebar__list[data-depth-level='2'] {
	margin: 24px 0;
}
.catalog-dropdown-content .catalog-sidebar__open-list {
	right: 20px;
}
#mobile_menu .menu ul.catalog-sidebar__list > li {
	padding: 8px;
	padding-right: 20px;
	border: none;
}
#mobile_menu .menu ul.catalog-sidebar__list[data-depth-level='2'] > li {
	padding: 0;
}
#mobile_menu .catalog-sidebar__list .catalog-sidebar__link {
	display: flex;
	padding: 0;
}
.catalog-dropdown-content .catalog-sidebar__text {
	font-size: 14px;
	font-weight: 500;
}
.catalog-dropdown-content .catalog-sidebar__list[data-depth-level='2'] .catalog-sidebar__text {
	font-size: 13px;
	font-weight: 400;
}
.main_slider_block button[data-action="start"] {
	display: none;
}
@media (max-width: 1200px) {
	body {
		overflow-x: hidden;
	}
}
@media (max-width: 900px) {
	.popup_window {
		width: calc(100% - 40px);
		left: 20px;
		right: 20px;
	}
	.popup_window__button {
		min-width: 130px;
		font-size: 14px;
	}
}
@media (max-width: 680px) {
	.popup_window__container {
		width: 100%;
	}
	.popup_window__text, .popup_window__link, .popup_window__description {
		font-size: 14px;
	}
	.popup_window__button {
		font-size: 14px;
	}
	.footer-line {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
	.footer-line a {
		margin-right: 0;
		text-align: center;
	}
}
@media (max-width: 600px) {
	.popup_window__container {
	  flex-direction: column;
	}
	.popup_window__text, .popup_window__link, .popup_window__description {
		font-size: 13px;
	}
	.popup_window__container {  
	  padding: 15px 15px;
	  gap: 10px;
	}
	.popup_window__text, .popup_window__link, .popup_window__description {
	  text-align: center;
	}
	.popup_window__button {
		width: 180px;
		height: 40px;
	}
}
@media (max-width: 400px) {
	.catalog-dropdown-content .catalog-sidebar__text {
		font-size: 13px;
	}
	.catalog-dropdown-content .catalog-sidebar__list[data-depth-level='2'] .catalog-sidebar__text {
		font-size: 12px;
	}
}
@media (max-width: 360px) {
	.popup_window__text, .popup_window__link, .popup_window__description {
		font-size: 13px;
	}
	.popup_window__button {
		font-size: 13px;
	}
}

@media(max-width:1024px){
    img#logo-footer {
        width: 100px;
    }
}
.sticky_header .logo {
    max-width: 300px;
}
.sticky_header .wrapper .logo a {
    max-width: 100%;
    display: block;
}
.logo img {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .call_back_block .right form  {
        margin-left: 0;
    }
    #map iframe {
        max-width: 100%;
    }
}
