body {
	margin: 0;
}

.btn-subscribe {
	display: inline-block !important;
	text-align: center !important;
	z-index: 1 !important;
	padding: 15px 30px !important;
	min-width: 228px !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #fff !important;
	background: -webkit-gradient(linear, left top, right top, color-stop(34%, #8F95B8), to(#73A990)) !important;
	background: linear-gradient(90deg, #8F95B8 34%, #73A990 100%) !important;
	border-radius: 50px !important;
	height: 50px !important;
}

.btn-subscribe::before {
	display: none;
}

.header-catalog__category ul li {
	height: unset !important;
}

.block_razmot {
	display: none;
}

.popup-window-titlebar-text {
    /* display: none; */
}

.popup-window-buttons {
	display: none;
	justify-content: space-around;
}

.popup-window-content {
    /* display: none; */
}

.popup-window-content img {
	display: none;
}

.cart-order__add-table {
	max-width: 500px;
}

.popup-window-buttons a {
	font-family: 'Montserrat', sans-serif;
}

.price_line {
	display: flex;
}

.product__weight > div > div {
	display: flex;
}

.product__weight .product__weight-row {
	margin-top: 0px;
}

.popup-window_new {
	background-color: #fff;
	-webkit-box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
	box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
	padding: 10px;
	font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	border-radius: var(--popup-window-border-radius);
}

.popup-window_new.popup-window-with-titlebar {
    padding: 0 10px 10px;
    position: relative;
}

.popup-window-with-titlebar .popup-window-content_new {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: var(--popup-window-content-border-radius);
	scrollbar-width: thin;
	scrollbar-color: var(--popup-window-scrollbar-thumb-background,rgba(82,92,105,0.2));
	padding: 20px;
	background-color: white;
	display: block;
}

.popup-window-buttons_new {
	text-align: center;
	padding: 20px 0 10px;
	position: relative;
	justify-content: space-around;
	display: flex;
}

.popup-window-buttons_new .btn-buy {
	font-family: 'Montserrat', sans-serif;
}
.dn-important {
	display: none !important;
}

.order__btn {
  display: flex;
}
.loading {
	opacity: 0.5;
}
a.header-bottom__btn:hover, a.header-bottom__btn:focus, a.header-catalog__btn:hover, a.header-catalog__btn:focus {
	text-decoration: none;
	color: inherit;
}

.js-basket-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110000;
    display: none;
    justify-content: center;
    align-items: center;
}
.js-basket-modal-wrap.active {
    display: flex;
}
.basket-modal-bg {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}





