/*@font-face {
	font-family: "GothamPro";
	src: url("/local/templates/prozoo/fonts/GothamPro/GothamPro.eot");
	src: url("/local/templates/prozoo/fonts/GothamPro/GothamPro.eot?#iefix")format("embedded-opentype"),
	url("/local/templates/prozoo/fonts/GothamPro/GothamPro.woff") format("woff"),
	url("/local/templates/prozoo/fonts/GothamPro/GothamPro.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "ALS Rubl";
	src: url('/local/templates/prozoo/fonts/subset-ALSRubl.woff2') format('woff2'),
	url('/local/templates/prozoo/fonts/subset-ALSRubl.woff') format('woff'),
	url('/local/templates/prozoo/fonts/subset-ALSRubl.ttf') format('truetype'),
	url('/local/templates/prozoo/fonts/subset-ALSRubl.svg#ALSRubl') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
*/
.price {
	font-family: "PT Sans", GothamPro;
}
.price-font {
	font-family: "PT Sans", GothamPro;
}
#basketinfo {
	font-family: "PT Sans", GothamPro;
}
.soloprice .line {
	display: none !important;
}
.hideifzero {
	display: none !important;
}
/* Bootstrup table start */
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8daff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c3e6cb;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #bee5eb;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
	border: 0;
}

/* Bootstrup table end */

@media (max-width: 530px) {
	.grid-news .grid-news-item .grid-news-item-image {
		height: auto;
	}
}
.dop-menu .centering>ul>li {
	/*z-index: 1000;*/
}
.dop-menu .centering .section-link {
	z-index: 9;
}
#tpanel.fixed {
	position: fixed;
	width: 100%;
	z-index: 600; 
}
#header.fixed {
    position: fixed;
    width: 100%;
    z-index: 400;
    background: #fff;
    top: 60px;
}
#header.fixed .main-menu {
	position: absolute;
}
#panel {
	position: absolute;
	width: 100%;
}
.digi-autocomplete-container {
	max-height: 450px;
	overflow-y: scroll;
}
.as-btn.btn1click {
	width: 100%;
	padding: 11px 14px;
	font-size: 13px;
}
.cantbuy .quantitytitle {
	display: none !important;
}
.cantbuy .quantity {
	display: none !important;
}
#mainpage_catalog {
	margin-bottom: 20px;
}
.ex-discount {
	color: #f7a500;
}
#tpanel .bxmaker__geoip__city__line-name {
	z-index: 9999;
	position: relative;
	background: #f3f3f3;
}
#tpanel .work_time_tel {
	z-index: 9999;
	position: relative;
	background: #f3f3f3;
}
#tpanel .company .dropdown__toggle {
	z-index: 9999 !important;
	position: relative;
	background: #f3f3f3;
}
#tpanel .company .item-top-menu {
	z-index: 9999 !important;
	position: relative;
	background: #f3f3f3;
}
#tpanel .auth_top_panel-item {
	z-index: 9999 !important;
	position: relative;
	background: #f3f3f3;
}
.main-menu ul.list-menu > li { width:11% }
.main-menu ul.list-menu > li.vacancy  {
	background-color: #f7a501;
}
.main-menu ul.list-menu > li.vacancy:hover {
    background-color: #ffb829;
}
@media (min-width: 1025px) {
	.header .main-menu ul.list-menu>li.vacancy:hover {	
		height: 55px;
		border-bottom: 5px solid #5f8b15;
	}
}

.main-menu ul.list-menu > li.personal  {
	background-color: #f7a501;
}
.main-menu ul.list-menu > li.personal:hover {
	background-color: #ffb829;
}
@media (min-width: 1025px) {
	.header .main-menu ul.list-menu>li.personal:hover {
		height: 55px;
		border-bottom: 5px solid #5f8b15;
	}
}

.tpanelmdop.orange a {
	color: #f7a500;
}
.js-get-price {
	padding: 3px 15px !important;
	font-size: 13px !important;
	margin-left: 5px;
}
.warning-address {
    color: red;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 0;
}
.warning-address a {
	color: red;
	font-weight: bold;
}
.main-menu ul.list-menu > li {
	width: 11%;
}

.search-category-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-category-wrapper h2 {
	color: #29333d;
	font-size: 26px;
}

.search-category-wrapper .category-page-row:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 40px;
}

.search-category-wrapper .category-list {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 40px;
	margin: 40px 0;
}

.search-category-wrapper .category-list .category-list-item .category-list-item-image {
	height: 90px;
	padding: 20px;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-category-wrapper .category-list .category-list-item .category-list-item-image img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.search-category-wrapper .category-list .category-list-item .category-list-item-name {
	display: block;
	font-size: 16px;
	margin-top: 8px;
	text-align: center;
	font-weight: 400;
}

@media screen and (max-width: 1200px) {
	.search-category-wrapper .category-list {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media screen and (max-width: 1024px) {
	.search-category-wrapper .category-list {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.search-category-wrapper .category-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 552px) {
	.search-category-wrapper .category-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 450px) {
	.search-category-wrapper .category-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.brandslistimg_rm, .newslist_rm {
		display: block !important;
		position: unset !important;
		margin-top: 10px !important;
	}
}

.search-category-wrapper .category-group {
	margin-top: 40px;
}

.search-category-wrapper .as24-alphabet-filter {
	margin-top: 40px;
}
.form-search-page .input-search {
	width: 400px;
}

@media (max-width: 530px) {
	.search-category-wrapper .category-list .category-list-item .category-list-item-image {
		display: none;
	}
	.search-category-wrapper {
		margin-bottom: 10px;
	}
	.search-category-wrapper .category-list {
	    grid-gap: 0;
	    margin: 0;
		margin-top: 10px;
	}
	.form-search-page .input-search {
		width: auto;
		min-width: 100%;
		margin-bottom: 10px;
	}
	.form-search-page .submit {
		margin-top: 10px;
		width: 100%;
	}
	.not-mobile {
		display: none;
	}
	a.category-list-item {
		background-color: #70a11c;
		display: inline;
		width: 130px;
		float: left;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.search-category-wrapper .category-list .category-list-item .category-list-item-name {
		display: block;
		font-size: 16px;
		margin-top: 4px;
		margin-bottom: 4px;
		color: #fff;
		text-align: center;
		font-weight: 400;
	}
}
@media screen and (max-width: 450px) {
	.in.mobile {
		display: none;
	}
}
.mobile-profile-menu {
	position: absolute;
	bottom: 56px;
	background-color: #fff;
	width: 100%;
}
body.adaptive .mobile-profile-menu .pmenu {
	margin-bottom: 0;
	position: relative;
	z-index: 10000;
}
body.adaptive .mobile-profile-menu .pmenu .in.mobile {
	display: block !important;
}
body.adaptive .mobile-profile-menu .pmenu.mobile {
	display: block !important;
}
.overlay-profile-menu {
	width: 100%;
	height: 3000px;
	background: black;
	opacity: 0.5;
	position: fixed;
	top: 0;
	z-index: 100;
}
@media (max-width: 540px) {
	body .mobile-menu ul li a.company-icon {
		font-weight: 600;
		padding-left: 35px;
		background: url(/images/zoopt-mini.png) no-repeat 14px 11px;
		background-size: 11px;
	}
	body #mobile_header.header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
}
.mobile-menu.action .js-bxmaker__geoip__city-name-global {
	border-bottom: none;
}
.company .item.item_company {
	font-size: 13px;
	position: relative;
	vertical-align: baseline;
	padding: 20px 0 10px 0;
}
.company .header_inner .header_inner__holidays-time a {
	position: static!important;
}
.company .header_inner .header_inner__section a:hover {
	color: #f37f00;
	border-color: #f37f00;
}
.company .main_links strong,.company .right_side_items strong {
	font-weight: 400;
}
.company .dropdown {
	position: relative;
	list-style: none;
	display: inline-block
}
.company .dropdown_open .dropdown__toggle:after {
	border-bottom: 5px solid;
	border-top: 0
}
.company .dropdown_open .dropdown__menu {
	display: block
}
.company .dropdown_animate .dropdown__menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all .2s
}
.company .dropdown_animate.dropdown_open .dropdown__menu {
	opacity: 1;
	visibility: visible;
	transition: all .2s
}
.company .dropdown__toggle {
	margin-right: 15px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px dashed #acacac;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.company .dropdown__toggle {
	color: #70a11c;
}
.company .dropdown__toggle:hover {
	color: #70a11c;
	border-bottom-color: #70a11c;
}
.company .dropdown__toggle:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	margin-top: -2px;
	height: 0;
	width: 0
}

.company .dropdown__menu {
	position: absolute;
	z-index: 1000;
	top: 100%;
	float: left;
	min-width: 160px;
	font-size: 14px;
	list-style: none;
	background-color: #f8f7f5;
	background-clip: padding-box;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
	transition: all 0s ease;
	display: none
}
.company .dropdown__menu_left {
	left: 0;
}
.company .dropdown__menu:not(.auth-user-popup__menu) {
	width: 260px;
	padding: 8px 5px;
}
.company .dropdown__menu:not(.auth-user-popup__menu):before {
	content: "";
	position: absolute;
	left: 30px;
	top: -8px;
	width: 14px;
	height: 14px;
	background-color: #f8f7f5;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: none;
	border-right: none;
	transform: rotate(45deg)
}
.company ul {
	list-style: none;
}
.company ul li {
	list-style-type: inherit;
	line-height: 19px;
	margin-bottom: 10px;
	color: #000000;
}
.company .item-top-menu {
	color: #70a11c;
	margin-left: 10px;
}

@media screen and (min-width: 540px) and (max-width: 900px) {

	#header .logo.column1 {
		width: 300px !important;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 300px;
	}
	#header .floatclaer-box {
		width: 250px;
		float: none;
		padding: 0 15px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	#header .clearadaptive {
		display: none;
	}
	#header .basket.column1 {
		width: 220px;
		height: 70px;
		float: left;
	}
	#header .fav.column1 {
		float: right;
		height: 70px;
		display: flex;
		align-items: center;
	}
	#header .basket .box-icon {
		float: left;
	}
	#header .basket .msg {
		float: right;
		width: 150px;
		position: relative;
		top: 20px;
	}
	body.adaptive .column1.basket {
		background: none !important;
	}

	.basketinhead {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.authandlocation {
		float: none!important;
		text-align: right;
	}
}

@media screen and (max-width: 540px) {
	#header .fav.column1 {
		font-size: 25px;
		float: left;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 9px;
	}
}

#header .phone.column1 {
	display: none;
}
@media screen and (min-width: 900px) and (max-width: 1070px) {
	#header .floatclaer-box {
		width: 220px;
		float: right;
	}
	#header .basket.column1 {
		width: 220px;
	}
	#header .clearadaptive {
		display: none;
	}
	body.adaptive #header .logo.column1 {
		width: 300px !important;
	}
}

.news .iblockdetail .block_map-bottom {
	display: block;
}

@media (max-width: 768px) {
	.news .iblockdetail {
		/*padding: 0 20px;*/
	}

	.news .iblockdetail .text {
		width: 100%;
	}

	.block-map_item {
		width: 100% !important;
	}
}

.artable {
	position: relative;
}
@media (max-width: 900px) {
	.basket-arrow-right {
		background: url(/images/basket-arrow-right.png) no-repeat;
		background-size: 30px;
		opacity: 0.5;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		right: 20px;
		animation: eye .6s ease-in-out infinite alternate;
	}

}
@keyframes eye {
	from { right: 10px; }
	to   { right: 20px; }
}
*, input {
	outline: none !important;
}
#catalog-section-info:not(.mobile) img {
	max-height: 100px;
}









@-webkit-keyframes Pulse {
	0% { -webkit-box-shadow: 0 0 14px rgba(247, 165, 0,0.2); }
	50% { -webkit-box-shadow: 0 0 14px rgba(247, 165, 0,0.99); }
	100% { -webkit-box-shadow: 0 0 14px rgba(247, 165, 0,0.2); }
}

@keyframes Pulse {
	0% { box-shadow: 0 0 14px rgba(247, 165, 0,0.2); }
	50% { box-shadow: 0 0 14px rgba(247, 165, 0,0.99); }
	100% { box-shadow: 0 0 14px rgba(247, 165, 0,0.2); }
}
/*.propvision1 .offer_prop.offer_prop_list .div_options.div_options_list .div_option.cyber {
	position: relative;
}
.propvision1 .offer_prop.offer_prop_list .div_options.div_options_list .div_option.cyber:after {
	content: "";
	background-image: url(/images/cyber_icon_2.png);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	right: -19px;
	pointer-events: none;
}*/
.main-menu .section-link.images {
	pointer-events: none;
	position: relative;
	z-index: 1;
}
.main-menu .lv-2-new {
	position: relative;
	z-index: 1000 !important;
}
.catalog-element-cross-sale .showcase {
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: visible;
}
hr.hr {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}
.color-orange {
	color: #F7A500 !important;
}
.color-green {
	color: #70A11C;
}
.progress-bar.diamond {
	margin-top: 0;
	padding-bottom: 0;
	text-align: center;
}
.progress-bar.diamond .progress-bar-title {
	position: relative;
	top: auto;
	left: auto;
}
.personal-card-item-inner img.brilliant {
	width: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.text a {
	color: #70a11c;
	text-decoration: underline;
}
@media (min-width: 605px) {
	.catalog .prods .sectinfo .description.no_img_descr {
		padding: 0 0 15px 15px;
	}
}
@media (max-width: 605px) {
	.catalog .prods .sectinfo .description.no_img_descr {
		padding-right: 20px;
	}
}

.block_map-how-to-get {
	position: relative;
	bottom: 10px;
}

.catalog-element-cross-sale.page-personal-wrapper.is-mobile {
	overflow: hidden;
}
.boxberry-pvz {
	padding: 5px 10px;
	background: #70A11C;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
.cut-opener {
	color: #70a11b;
}
.competition-result .cut-opener {
	color: #FFF;
}

.paysystem>.body>.item.disable {
	opacity: 0.5;
	pointer-events: none;
}
.bxmaker__geoip__delivery-box-item-more .as-btn{
	display: none;
}
.bxmaker__geoip__delivery-box-item-more br{
	display: inline;
	content: ' ';
	clear:none;
}
.bxmaker__geoip__delivery-box-item-more span{
	display: block;
	margin-top: 10px;
}
.bxmaker__geoip__delivery-box-item-more div{
	margin-top: 10px;
}
.mainsections.new-main {
	width: 100%;
	float: unset;
}
.mainsections.no-mobile li.section.big {
	width: 50%;
}
.mainsections.no-mobile li.section.big .ms_mp__img {
	width: 50%;
	height: 100%;
	float: left;
}
.btn-cancel {
	float: right;
}
.__jivoMobileButton {
	bottom: 50px !important;
}
.elementdetail .info .properties {
	margin-top: 20px;
}


#yandexSelect {
	        width: 200px;
	        margin-top: 10px;
	        font-size: 11px;
	 }
.soa-delivery-item a {
	        text-decoration: underline;
	 }
.soa-delivery-item a:hover {
	        text-decoration: none;
	 }
@media screen and (min-width: 450px) and (max-width: 992px) {
	.__jivoMobileButton {
		bottom: 0px !important;
	}
}

div[data-field="YANDEX_DELIVERY_TIME"] {
	display: none;
}
.is_mobile .logo.column1 a img {
	margin-left: auto;	
}

.props .inline {
	float: left;
}
.props .inline input {
	width: 97% !important;
}
.props .inline.HOUSE input {
	width: 100% !important;
}
.props .inline.STREET input {
	width: 98% !important;
}
.props .inline.DOMOFON input {
	width: 100% !important;
}
.props .inline.STREET {
	width: 80%;
}
.props .inline.HOUSE {
	width: 20%;
}
.props .inline.PODEZD {
	width: 33%;
}
.props .inline.FLOOR {
	width: 34%;
}
.props .inline.DOMOFON {
	width: 33%;
	float: right;
}
.bx_order_make .agree-block {
	font-size: 10px;
    color: #2f2f2f;
}
.bx_order_make .agree-block a {
	font-size: 10px;
    color: #2f2f2f;
    text-decoration: underline;
}
.bx_order_make .agree-block a:hover {
    text-decoration: none;
}





.type-delivery input[type=radio] {
  display: none !important;
}
.type-delivery input[type="radio"]:checked + label:before,
.type-delivery input[type="radio"] + label:before
{
	display: none !important;
}


.type-delivery input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #555;
  cursor: pointer;
}

.type-delivery input[type=radio]:checked + label {
	background-color: rgb(111 161 28 / .25);
	border: 1px solid #6fa11c;
	border-radius: 3px;
	font-weight: 600;
	color: #222;
}

.type-delivery label {
	width: 60px;
    height: 40px;
	padding: 10px;
	/*background-color: #ccc;*/
	background-size: 100% 100%;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 3px;
	text-align: center;
}
.type-delivery label.delivery-60 {
    background-image: url('/images/courier-2.png');
    background-position: 5px -8px;
    background-size: 70px;
	background-repeat: no-repeat;
}
.type-delivery label.delivery-61 {
	background-image: url('/images/pickup-2.png');
    background-position: 5px -8px;
    background-size: 70px;
	background-repeat: no-repeat;

}
.type-delivery label.delivery-60 span {
	left: 100px;
}
.type-delivery label.delivery-61 span {
	left: 100px;
}

@media screen and (max-width: 552px) {
	.type-delivery label.delivery-60 span {
		left: 80px;
	}
	.type-delivery label.delivery-61 span {
		left: 80px;
	}
}

@media screen and (max-width: 450px) {
	.type-delivery label span {
		font-size: 11px;
	}

	.type-delivery label.delivery-60 span {
		left: 80px;
	}
	.type-delivery label.delivery-61 span {
		left: 65px;
	}
}

@media screen and (max-width: 375px) {
	.type-delivery label.delivery-60 {
		background-position: 0px -3px;
		background-size: 60px;
		background: none;
	}
	.type-delivery label.delivery-61 {
		background-position: -5px -8px;
		background: none;
	}

	.type-delivery label.delivery-60 span {
		/*left: 65px;*/
		left: 0;
		right: 0;
	}
	.type-delivery label.delivery-61 span {
		/*left: 55px;*/
		left: 0;
		right: 0;
	}
}

.type-delivery .sc-delivery-type-item {
	display: inline-block;
	position: relative;
	width: 47.5%;
}

/*.type-delivery .sc-delivery-type-item[data-group-id="SAMOVYVOZ"]:after {*/
/*	content: '%';*/
/*	position: absolute;*/
/*	top: -10px;*/
/*	right: -10px;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	background: #f7a501;*/
/*	color: #fff;*/
/*	font-size: 11px;*/
/*	font-weight: 800;*/
/*	border-radius: 50%;*/
/*}*/

.type-delivery .sc-delivery-type-item:first-child {
	margin-right: 5%;
}

.type-delivery .sc-delivery-type-item label {
	width: 100%;
}
.type-delivery label span {
	position: absolute;
	bottom: 10px;
}
#section-brands {
	/*
	 * 14.08.20 Алкексей С.
	 * Убрал этот отступ, потому что сделал отступ у .catalog .sidebar поэтому теперь не надо у всех элементов каталога
	 * ставить отступ слева
	 */

	/*margin-left: 10px;*/

	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	/*justify-content: space-between;*/
}

#section-brands h3,
.h3-title {
	width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
}

#section-brands .brand {
	display: inline-flex;
	font-size: 0;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 5px;
	margin-right: 16px;
	overflow: hidden;
	/* border: 1px solid #6fa11c; */
	position: relative;
	box-shadow: 2px 0px 3px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.12);
}
#section-brands .brand.purina {
	background: #212020;
	border: 0;
}
#section-brands .brand.stm {
	box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.12), 0 0 0 2px #7ab11c;
	display: inline-flex;
}
#section-brands .brand.stm a {
	display: flex;
	width: 100%;
}
#section-brands .brand.new {
	box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.12), 0 0 0 2px #7ab11c;
}
#section-brands .brand .brand-new {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 1;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	background: #7ab11c;
	pointer-events: none;
	height: 14px;
	line-height: 12px;
}
.catalog_menu__brands__items__item.purina {
	background: #212020;
}
#section-brands .brand.active {
	border: 2px solid #f7a500;
}
#section-brands .brand.all a {
	color: #6fa11c;
	font-size: 14px;
	text-align: center !important;
	display: block;
	position: absolute;
	top: 18px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-height: 90%;
	max-width: 90%;
	text-transform: uppercase;
}

#section-brands .brand img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-height: 90%;
	max-width: 90%;
}

#section-brands .section-brands-items {
	position: relative;
	flex: 1;
}

#section-brands .brand.all {
	margin: 0 !important;
}

#section-brands .as-btn {
	/*position: absolute;*/
	/*top: 50%;*/
	/*right: 0;*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	/*margin-top: -10px;*/
	font-size: 14px;
	align-self: flex-start;
}

#section-brands .as-btn i {
	margin-right: 15px;
}

@media screen and (max-width: 1024px) {
    #section-brands .section-brands-items {
		flex: auto;
		width: 100%;
		/*display: flex;
		flex-wrap: wrap;*/
	}

	#section-brands .as-btn {
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

.delete-order-btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: none;
}

.as-personal-order-actions {
	display: inline-block;
}
.search_debug {
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid red;
	border-left: none;
	border-right: none;
}
.popup-auth-form {
	display: inline-block;
	background: #fff;
}
#mainpage_slider {
	display: none;
}
.text-500-error {
	font-size: 16px;
	line-height: 23px;
	margin: 20px 0;
}
.text-500-error a {
	text-decoration: underline;
}
.text-500-error a:hover {
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
.filtren .lvl2 div label span {
	display: inline;
}

.line0__right__sn.yt {

}

.rules-block {
	line-height: 26px;
}
.rules-block ul {
	list-style: none;
}
.rules-block ul li::before {
	content: "\2022";
	color: #6fa11c;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	position: relative;
	left: 7px;
	top: 3px;
	font-size: 22px;
}
.sitemap-page h3 {
	margin-bottom: 20px;
}
.sitemap-page ul {
	list-style: none;
}
.sitemap-page > ul > li > a {
	color: #70a11c;
	font-size: 16px;
}
.sitemap-page > ul > li {
	margin-bottom: 10px;
}
.sitemap-page > ul > li {
	float: left;
	min-width: 30%;
}
.sitemap-page ul.lv2 li {
	margin: 5px 0;
}

.content-text {
	margin-top: 20px;
}
.content-text a {
	text-decoration: underline;
}
.content-text a:hover {
	text-decoration: none;
}
.content-text p {
	margin-bottom: 10px;
	line-height: 20px;
}
.content-text ul {
	list-style: none;
	margin-top: 10px;
}
.content-text li::before {
	content: "•";
	color: black;
	display: inline-block;
	position: relative;
	font-size: 19px;
	right: 10px;
	top: 3px;
}
.content-text li p {
	display: inline;
}
.content-text h2 {
	padding-bottom: 10px;
}


.content h1 {
	margin-bottom: 10px;
	line-height: 28px;
}
.popular-main {
	margin-top: 20px;
}
.popular-main h2 {
	margin-bottom: 10px;
}


ul.social-link {
	transform: translate(8%, -15%);
	list-style-type: none;
	padding: 0;
}
ul.social-link li {
	display: inline-block;
	margin: 5px;
}
ul.social-link li a i.fab {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 32px;
	padding: 0px;
	border-radius: 40px;
	color: #fff;
	position: relative;
	transition: all ease 0.2s;
}
ul.social-link li a i.fab::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 40px;
	background-color: #6fa11c;
}
ul.social-link li a i.fab:hover {
	color: #fff;
}
ul.social-link li a i.fab:hover::after {
	animation: animate ease 0.6s forwards;
}
ul.social-link li a i.fa-vk:hover::after {
	background-color: #4976a8;
}
ul.social-link li a i.fa-instagram:hover::after {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
ul.social-link li a i.fa-youtube:hover::after {
	background-color: #ff0000;
}
ul.social-link li a i.fa-google:hover::after {
	background: linear-gradient(-120deg, #4285f4, #34a853, #fbbc05, #ea4335);
}

@keyframes animate {
	0%,20% {
		transform: scale(1);
		border-radius: 40px;
		background-color: #6fa11c;
	}
	30% {
		transform: scale(1.2);
	}
	40% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1);
		border-radius: 10px;
	}
	60%,100% {
		transform: scale(1);
		border-radius: 5px;
	}
}

#list .preloader {
	position: relative;
	left: 45%;
	height: 40px;
	margin-top: 20px;
}

.mobile-footer-bar .mobile-footer-bar-item span {
	margin-bottom: 7px;
}
.mobile-footer-bar .mobile-footer-bar-item {
	padding: 15px 0 5px;
}

ul.social-link-v2 {
	margin: 0 !important;
	/*display: grid;*/
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;

	display: flex;
	justify-content: center;
}
ul.social-link-v2 > li {
	list-style: none;
	display: inline-block;
	background-color: #6fa11c;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.social-link-v2 > li a {
	color: #fff;
	position: relative;
	top: 6px;
}

.b-fast-order {
	background-color: #08801c;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 17px;
	position: relative;
}
.b-fast-order .text {
	display: inline-block;
	padding-left: 5px;
}
.b-fast-order a {
	color: #fff;
	text-decoration: underline;
}
.b-fast-order img.icon {
	height: 32px;
	display: inline-block;
}

.footer-copyright {
	margin-left: 10px;
	margin-top: 20px;
}

.fixcol {
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	left: 0px;
	background-color: #fff;
	z-index: 100;
}

#basket_form_container tr.js-element.order,
#basket_form_container tr.js-element.not_available,
#basket_form_container tr.js-element.order .fixcol,
#basket_form_container tr.js-element.not_available .fixcol {
	background: #f8d7da;
}

#basket_form_container tr.js-element.order.order--roznica,
#basket_form_container tr.js-element.not_available.order--roznica,
#basket_form_container tr.js-element.order.order--roznica .fixcol,
#basket_form_container tr.js-element.not_available.order--roznica .fixcol {
	background: #FCF8E3;
}

#basket_form_container tr.js-element.order--razves,
#basket_form_container tr.js-element.order--razves .fixcol {
	background: #FCF8E3 !important;
}

.btn.btn3.clearitems-order {
	background-color: #f8d7da !important;
	color: #565656;
}
.btn.btn3.clearitems-order.clearitems-order--roznica {
	background-color: #FCF8E3 !important;
	color: #565656;
}

.mm-btn {
	background: #70a11c;
	color: #fff;
	padding: 12px 30px !important;
	text-decoration: none;
	border: none;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px !important;
	cursor: pointer;
}
.mm-btn:hover {
	text-decoration: none !important;
	background: #f7a501 !important;
}

.popularlist.mainstyles {
	margin-top:25px;
	position: relative;
}
.popularlist.mainstyles .title {
	margin-bottom:15px;
	padding:0px 17px 15px 17px;
	border-bottom:1px solid #F2F2F2;
}
.popularlist.mainstyles .title a {
	color:#70a11c;
	font-weight:normal;
	font-size: 18px;
	font-weight: 600;
}

.popularlist.mainstyles .title a.popularlist_rm {
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 17px;
}

.grid-news-item.main.slider {
	width: 100% !important;
}
.grid-news .owlitem {
	height: 100% !important;
	width: 100% !important;
}

.grid-news .owl-larrow, .grid-news .owl-rarrow {
	top: -290px !important;
}
.grid-news {
	padding: 0 !important;
}

.popular-main .sc-sticker {
	left: -10px;
}
.popular-main .swiper-slider-arrow--prev {
	position: absolute;
	top: 30%;
	z-index: 89;
	background-image: url(/local/templates/prozoo/components/bitrix/news.list/new_banners/main-slider-marker.png);
	width: 30px;
	height: 45px;
	cursor: pointer;
	margin-top: 62px;
}
.popular-main .swiper-slider-arrow--next {
	position: absolute;
	top: 30%;
	z-index: 89;
	background-image: url(/local/templates/prozoo/components/bitrix/news.list/new_banners/main-slider-marker.png);
	width: 30px;
	height: 45px;
	cursor: pointer;
	margin-top: 62px;
	right: 0;
	background-position: 100% 0;
}

.grid-news .owlitem {
	margin: 0;
}

.newslist_rm, .brandslistimg_rm, .popularlist_rm {
	text-decoration: underline;
}
.newslist_rm:hover, .brandslistimg_rm:hover, popularlist_rm:hover {
	text-decoration: none;
}
.mm-btn-orange {
	background: #f7a501;
	color: #fff;
	padding: 12px 30px !important;
	text-decoration: none;
	border: none;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px !important;
	cursor: pointer;
}
.mm-btn-orange:hover {
	text-decoration: none !important;
	background: #70a11c !important;
}
.cut-opener {
	border-bottom: 1px dashed #70a11c;
}
.cut-opener:hover {
	text-decoration: none;
}
.multi-wrapper {
	margin-top: 40px;
}
@media (min-width: 770px) and (max-width: 1210px) {
	.grid-news .grid-news-item .grid-news-item-image img {
		height: auto !important;
	}
}
@media (min-width: 700px) and (max-width: 768px) {
	.grid-news .grid-news-item .grid-news-item-image img {
		width: auto !important;
	}
}

.cart-icon {
	display: flex;
	flex-wrap: wrap;
}
.cart-icon > a {
	display: inline-block;
	flex: 25%;
	max-width: 25%;
	text-align: center;
	height: 100px;
	cursor: pointer;
}
.is_mobile .cart-icon > a {
	flex: 50%;
	max-width: 50%;
}
.cart-icon > a img {
	height: 30px;
	margin-bottom: 10px;
}
.cart-icon > a span {
	display: block;
}

.no-link {
	cursor: none;
	pointer-events: none;
}
.ny-head-time-work {
	color: #f3a733;
}

@media (min-width: 450px) {
	.ny-head-time-work {
		display: none;
	}
}

/*
#header, #header.sticky-header-box .header-box {
	background: url(/images/snow2020.jpg?7);
}
@media (max-width: 540px) {
	body .header-box {
		background: url(/images/snow2020.jpg?7);
	}
	.news .iblockdetail {
		padding: 0 20px;
	}
}
 */
.animation-rotation {
	animation-name: rotation;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes rotation {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

.as-btn.disable {
	background: #a5a5a5;
	font-size: 12px;
	pointer-events: none;
}

.logo .column1inner a:not(.callback) {
	width: 100%;
	text-align: center;
}

.is_mobile input[name='BasketOrder'],
.is_mobile button[name='BasketOrder']
{
	height: 60px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
}

.showcase .js-element:hover .inner,
.showcase .js-element.hover .inner{
	z-index:130 !important;
}

ul.b-live-animals {
	list-style: none;
	padding: 0;
}
ul.b-live-animals li{
	margin-bottom: 15px;
}
ul.b-live-animals li i.fas {
	color: #70a11b;
	font-size: 28px;
	position: relative;
	top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 28px;
	text-align: center;
}
ul.b-live-animals li.icon-camera:before {
	content: "\f030";
	font-family: "Font Awesome\ 5 Free";
}

.contentinner h4 {
	font-size: 15px;
	margin: 10px 0;
}

.btn-form-anketa {
	text-align: center;
	margin-top: 40px;
}

label[for='66'] {
	padding-left: 8px;
}

@media screen and (max-width: 480px) {
	body.adaptive .fancybox-inner .form-anketa.someform {
		max-width: 90%;
		padding: 44px 22px;
	}
	body.adaptive .basket .btns .coupon a {
		width: 100%;
		margin-bottom: 16px;
		display: block;
		padding: 4px 0;
		text-align: center;
	}
}

.as-btn.js-show-remains {
	background: none;
	color: #000000;
	border: 1px solid #e4e4e4;
}

.as-btn.js-show-remains:hover {
	text-decoration: none;
	background: #F3F3F3;
	border: 1px solid #70a11b;
}

.basket .fa-gift {
	color: #f7a501;
}

.sc-blockhr-vacancy {
	margin-bottom: 50px !important;
}
.no-stores-btn {
	color: #808080;
	text-decoration: underline;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.form-director .field_anonym {
	margin-bottom: 25px !important;
}

.fancybox-content.form-director {
	padding: 30px 15px;
}

.sticker.fast-delivery + .sticker_big-bags {
	display: none !important;
}
.sticker.fast-delivery:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 50%;
}
.sticker.fast-delivery,
.sticker.temp_mode {
	width: 66px !important;
	height: 66px !important;
	padding: 10px;
	z-index: 100 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 9px;

	background: transparent !important;
	top: 15px !important;
	right: -20px !important;
	padding: 0 !important;
	transform: scale(0.5) !important;
}
.sticker.sticker_pro-price {
	width: 66px !important;
	height: 66px !important;
	padding: 10px;
	z-index: 100 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 9px;
	background: #eba93b !important;
	top: 60px !important;
	right: -20px !important;
	padding: 0 !important;
	transform: scale(0.5) !important;
	color: #fff;
	font-weight: 800;
}
.elementdetail .sticker.fast-delivery {
	right: 0 !important;
}
.elementdetail .sticker.temp_mode {
	right: auto !important;
	left: 0;
	top: 0!important;
}
@media screen and (max-width: 600px) {
	.elementdetail .sticker.fast-delivery {
		top: -15px!important;
		right: 0 !important;
	}
}
.sticker.fast-delivery img {
	width: 80px;
	height: 80px;
	display: block;
	max-width: none;
}
.sticker.fast-delivery a {
	display: block;
	text-decoration: none;
	height: auto !important;
	line-height: unset !important;
	color: #fff;


	color: #70a11c !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
}
.sticker.fast-delivery input[type="image"] {
	width: 25px;
	display: block;
	text-align: center;
	margin: 0 auto;
	position: relative;
	bottom: 7px;
	display: none !important;
}

label.arrFilter_204_2292005957 {
	display: none;
}
label.arrFilter_204_1864700226 {
	display: none;
}
[data-propcode="IS_PAUCH_PACKAGE"] {
	display: none;
}
.most-low-price {
	display: none !important;
}
.cback-field:not(.active) {
	pointer-events: none;
}

[data-propcode="PROIZVODITEL"] [data-name="Wellness Cat&Co"] span,
[data-propcode="PROIZVODITEL"] [data-name="Wellness Dog&Co"] span,
[data-propcode="PROIZVODITEL"] [data-name="Country snaсk"] span,
[data-propcode="PROIZVODITEL"] [data-name="Ortiga"] span,
[data-propcode="PROIZVODITEL"] [data-name="Healfort"] span {
	font-weight: bold;
}
/*
.brand.stm.hide {
	display: none !important;
}
*/

.basket .coupon_result.good .counpon_note {
	font-size: 0;
}
.basket .coupon_result.good .counpon_note:before {
	content: "купон применен";
	font-size: 12px;
}

[data-page="-catalog-actions-action_darim_promokod_za_otzyv_o_produkte_royal_canin-"] [data-propcode="VID_PREPARATA"] {
	display: none;
}
[data-page="-catalog-actions-action_darim_promokod_za_otzyv_o_produkte_royal_canin-"] [data-propcode="PROIZVODITEL"] [data-name="Purina Pro Plan"],
[data-page="-catalog-actions-action_darim_promokod_za_otzyv_o_produkte_royal_canin-"] [data-propcode="PROIZVODITEL"] [data-name="Purina Pro Plan Veterinary Diets"],
[data-page="-catalog-actions-action_darim_promokod_za_otzyv_o_produkte_royal_canin-"] [data-propcode="PROIZVODITEL"] [data-name="Cat Chow"]
{
	display: none;
}

[data-propcode="PROIZVODITEL"] [data-name="Dono della"] span,
[data-propcode="PROIZVODITEL"] [data-name="Qushy"] span,
[data-propcode="PROIZVODITEL"] [data-name="Ortiga"] span,
[data-propcode="PROIZVODITEL"] [data-name="Jarvy"] span,
[data-propcode="PROIZVODITEL"] [data-name="Jarvi"] span,
[data-propcode="PROIZVODITEL"] [data-name="Pesta"] span,
[data-propcode="PROIZVODITEL"] [data-name="SkogsFRO"] span,
[data-propcode="PROIZVODITEL"] [data-name="Hill's"] span,
[data-propcode="PROIZVODITEL"] [data-name="Hill's Prescription Diet"] span,
[data-propcode="PROIZVODITEL"] [data-name="Country snaсk"] span,
[data-propcode="PROIZVODITEL"] [data-name="Dono Della"] span,
[data-propcode="PROIZVODITEL"] [data-name="Purina One"] span,
[data-propcode="PROIZVODITEL"] [data-name="Purina Dentalife"] span {
	font-weight: bold;
}

[data-propcode="PROIZVODITEL"] [data-name="Purina Pro Plan"] span,
[data-propcode="PROIZVODITEL"] [data-name="Purina Pro Plan Veterinary Diet"] span,
[data-propcode="PROIZVODITEL"] [data-name="Purina Pro Plan Veterinary Diets"] span
{
	font-weight: normal !important;
}

.sc-proplan-text-green {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	z-index: 1;
	line-height: 1;
	width: 100%;
	background: #70a11c;
	color: #fff;
	padding: 7px;
	border-radius: 3px;
	box-sizing: border-box;
	/*box-shadow: 0 0 15px #70a11c;*/
}
.propvision1 .offer_prop .div_options .div_option.sc-proplan:after {
	background: #f7a500;
}
.sc-proplan-text-green a {
	color: #fff;
}
.elementdetail .pic .sticker.sticker_cm {
	background: #000000;
	display: none !important;
	color: #fff;
	line-height: normal;
}
.elementdetail .pic .sticker.sticker_cm .sticker__text {
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	line-height: 15px;
}
.mobile-search {
	/*display: none !important;*/
}
.soloprice .purina_royal_pickup {
	color: #70a11c;
	border: 1px solid #f7a501;
	padding: 5px 15px;
	border-radius: 40px;
	position: relative;
	bottom: 6px;
	left: 10px;
	margin-right: 10px;
}
.as-btn.cheaper-detail {
	position: relative;
	top: -6px;
}
.is_mobile .brand.stm {
        /*top: -15px !important;*/
}

@media (max-width: 480px) {
	body.adaptive h1.pagetitle {
		padding-bottom: 15px;
	}
}

.question.sup {
	position: relative;
	top: -9px;
	left: -2px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.question.sup:before {
	font-size: 9px;
}

.question.sup:hover .question-description {
	display: block !important;
}

.question .question-description {
	display: none;
	position: absolute;
	bottom: 22px;
	width: 146px;
	background: #fff;
	left: -90px;
	margin-left: 7px;
	padding: 15px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #ddd;
	z-index: 1000;
	font-size: 11px;
	font-weight: normal;
}

.question .question-description:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #ddd;
}

.is_mobile .question .question-description {
	left: -140px;
}
.is_mobile .question .question-description:before {
	margin-left: 42px;
}
div.g-recaptcha > div.grecaptcha-badge {
	width:0 !important;
}

[data-propcode="IS_PRO_ALMATY"]  {
	display: none;
}

.mm-question {
	z-index: 999;
	position: relative;
}
@media screen and (max-width: 500px) {
	.mm-question {
		top: -25px;
		right: 0px;
	}
}
.mm-question-more {
	position: relative;
	display: inline-block !important;
	width: 20px;
	height: 20px;
	background: #ddd;
	border-radius: 15px;
	top: 0;
	cursor: pointer;
	padding: 0;
	text-align: center;
	line-height: 15px;
	font-size: 28px;
}
.mm-question:hover .mm-question-more {
	z-index: 5;
}

.mm-question:hover .mm-question-more-content {
	z-index: 99999;
	display: block !important;
	text-decoration: none;
}

@media screen and (max-width: 500px) {
	.mm-question {
		top: -25px;
		right: 0px;
	}
}

.mm-question-more:before {
	content: '?';
	color: #232323;
	font-size: .4em;
	position: absolute;
	left: 7px;
	top: 3px;
}

.mm-question-more-content {
	display: none !important;
	position: absolute;
	top: 26px;
	left: -113px;
	width: 200px;
	background: #fff;
	margin-left: 7px;
	padding: 15px;
	text-align: left;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.mm-question-more-content:before {
	content: "";
	display: block;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #ddd;
}

.mm-question-more-content:after {
	content: "";
	display: block;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fff;
}

.mm-question-more-content .pickup-bonus-text {
	font-weight: 500;
	font-size: 15px;
	color: #000;
	white-space: normal;
}

.filtren .lvl2 label.name:hover span span {
	text-decoration: none;
}


.filtren .lvl2.filter-pro label:hover  {
	text-decoration: none !important;
}

.filtren .lvl2.filter-pro label.name:hover span {
	text-decoration: none !important;
}

.label-pro {
	background: #f7a501;
	color: #fff;
	padding: 1px 4px;
	border-radius: 12px;
	font-weight: bold;
}

.filter-pro {
	padding: 5px 0px 5px 12px;
	border-radius: 3px;
	color: #fff;
	border: 1px solid #f7a501;
}
.b-filter-pro {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #f7a501;
	border-radius: 3px;
	position: relative;
}
.b-filter-pro span.val {
	color: #000;
}
.b-filter-pro .filter-pro > div {
	position: relative;
	bottom: 10px;
}
.b-filter-pro .mm-question {
	top: 0;
	margin-left: 10px;
}
.filter-pro .mm-question {
	top: 0;
}

#tpanel .sc-lang {
	z-index: 9999;
}

.b-mobile-app {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
.b-mobile-app-qr, .b-mobile-app-btn {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}
.is_mobile .b-mobile-app .b-mobile-app-qr {
	display: none;
}
.is_mobile .b-mobile-app .b-mobile-app-btn img {
	margin: 0 auto;
}
.showcase .name a {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.is_mobile .elementdetail .visits.gift {
	max-width: 260px;
	text-align: center;
	margin: 0 auto 15px;
}
.elementdetail .visits.gift {
	font-weight: 700;
	border: 1px solid #f4a401;
	border-radius: 50px;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	max-width: 420px;
/*	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;*/
}
.elementdetail .visits.gift .js-call-auth-form {
	text-decoration: underline;
	text-decoration-style: dashed;
	color: #70a11c;
}
#tpanel > .centering > .centeringin {
	overflow: visible;
}

.articles-detail-text {
	/*max-width: 1157px;*/
}
.articles-detail-text h3 {
	font-style: normal;
	font-size: 20px;
	line-height: 150%;
	color: #70A11C;
	padding-bottom: 7px;
}
.articles-detail-text img.float-right {
	float: right;
	padding-left: 60px;
}
.articles-detail-text ul li {
	list-style: disc;
}
.articles-detail-text p {
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #000;
	margin-bottom: 10px;
}
.articles-detail-text .columns {
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.articles-detail-text .column {
	border: 1px solid #70A11C;
	border-radius: 15px;
	padding: 0 17px;
	margin: 10px 0;
	text-align: left;
	width: 216px;
	height: 141px;
	font-size: 13px;
	line-height: 150%;
	display: flex;
	align-items: center;
	margin-right: 14px;
}
.articles-detail-text .b-gray {
	width: 535px;
	height: 109px;
	background: #EFEFEF;
	border-radius: 15px;
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #3F3E3E;
	padding: 0 18px;
}
.articles-detail-text .btn-center {
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	display: block;
	width: 180px;
	padding: 10px 10px;
	color: #fff;
	background: #70A11C;
	border-radius: 100px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
.l-ss-c-is-mobile .articles-detail-text .columns,
.is_mobile .articles-detail-text .columns {
	flex-direction: column;
}
.l-ss-c-is-mobile .articles-detail-text .column,
.is_mobile .articles-detail-text .column {
	width: auto;
	height: auto;
	padding: 10px 15px;
}

.l-ss-c-is-mobile .articles-detail-text .b-gray,
.is_mobile .articles-detail-text .b-gray {
	width: auto;
	height: auto;
	display: block;
	padding: 20px;
}
.l-ss-c-is-mobile .articles-detail-text img.float-right,
.is_mobile .articles-detail-text img.float-right {
	width: 100%;
	padding-left: 0;
	margin: 20px 0;
}


.articles-detail .columns.img .column {
	display: block;
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 200px;
}
.articles-detail .columns.img .column .img {
	text-align: center;
}
.articles-detail .columns.img .column .img img {
	width: 90%;
}
.articles-detail .columns.img .column .text {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #70a11c;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.articles-detail .b-green {
	width: 600px;
	border: 1px solid #70A11C;
	border-radius: 15px;
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #3F3E3E;
	padding: 10px 18px;
	margin: 10px 0;
}
.l-ss-c-is-mobile .articles-detail-text .b-green,
.is_mobile .articles-detail-text .b-green {
	width: auto;
	height: auto;
	display: block;
	padding: 20px;
}

.articles-detail .columns.num .column {
	display: block;
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 150px;
}
.articles-detail .columns.num .column .num {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #70a11c;
	width: 53px;
	height: 100%;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b7d08d;
	font-size: 48px;
}
.articles-detail .columns.num .column .text {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 45px;
	height: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
}

.articles-detail-text .b-question {
	border: 1px solid #70A11C;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 20px 10px 50px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
.articles-detail-text .b-question::before {
	content: "?";
	padding-right: 10px;
	color: #70A11C;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 20px;
	opacity: 0.7;
}
.articles-detail-text .answer {
	width: 450px;
	margin-bottom: 30px;
}
.l-ss-c-is-mobile .articles-detail-text .answer,
.is_mobile .articles-detail-text .answer{
	width: auto;
}


.catalog .prods .sectinfo .description.no_img_descr {
	padding: 0;
}
#catalog-section-info:not(.mobile) img.show-mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	#catalog-section-info:not(.mobile) img.show-mobile {
		display: block;
	}
	#catalog-section-info:not(.mobile) img.hide-mobile {
		display: none;
	}
}
#catalog-section-info a {
	text-decoration: underline;
}

.sc-header-bottom .centering > .centeringin {
	overflow: unset;
}
.sc-header-center .centering > .centeringin {
	overflow: unset;
}

.sc-header-dropdown .sc-header-dropdown-menu {
	z-index: 99999;
}
.sc-header .sc-header-top .centeringin {
	overflow: unset;
}
.sc-header-dropdown-menu-item .work-time {
	display: block;
}

.sc-header .bxmaker__geoip__city__line-name {
	padding-bottom: 5px;
}

/*#propREKOMENDATSII table {
	border-collapse: collapse;
}
#propREKOMENDATSII table tr td {
	border: 1px solid #000;
	padding: 2px 6px;
}*/
.detailtabs #propSOSTAV table,
.detailtabs #propREKOMENDATSII table,
.detailtabs #detailtext table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}
.detailtabs #propSOSTAV table th,
.detailtabs #propREKOMENDATSII table th,
.detailtabs #detailtext table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.detailtabs #propSOSTAV table td,
.detailtabs #propREKOMENDATSII table td,
.detailtabs #detailtext table td {
	border: 1px solid #dddddd;
	padding: 5px;
}

.basket_gift {
	/*color: #d11853;*/
	background-image: url(/images/gift_image.png);
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-top: 10px;
	font-weight: bold;
}

.mobile-phone-popup .dropdown__menu .global-text {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	color: #747474;
	display: block;
	font-size: 12px;
}
.mobile-phone-popup .dropdown__menu .region-text {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	color: #70A11C;
	display: block;
	font-size: 12px;
}
.mobile-phone-popup {
	position: relative;
}
#header .header-box,
#mobile_header .header-box {
	overflow: visible;
}
.mobile-phone-popup .dropdown__menu a {
	font-size: 16px;
}
.mobile-phone-popup .dropdown {
	position: relative;
	list-style: none;
	display: inline-block
}
.mobile-phone-popup.dropdown_open .dropdown__toggle:after {
	border-bottom: 5px solid;
	border-top: 0
}
.mobile-phone-popup.dropdown_open .dropdown__menu {
	display: block
}
.mobile-phone-popup .dropdown_animate .dropdown__menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all .2s
}
.mobile-phone-popup .dropdown__toggle {
	margin-right: 15px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px dashed #f7a501;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #f7a501;
}
.mobile-phone-popup .dropdown__toggle:hover {
	color: #f7a501;
	border-bottom-color: #f7a501;
}
.mobile-phone-popup .dropdown__toggle:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	margin-top: -2px;
	height: 0;
	width: 0
}
.mobile-phone-popup .dropdown__menu {
	position: absolute;
	z-index: 1000;
	top: 100%;
	float: left;
	min-width: 160px;
	font-size: 14px;
	list-style: none;
	background-color: #f8f7f5;
	background-clip: padding-box;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
	transition: all 0s ease;
	display: none;
	margin-top: 10px;
	right: 0;
	width: 260px;
	padding: 8px 5px;
	text-align: center;
}
.mobile-phone-popup .dropdown__menu:before {
	content: "";
	position: absolute;
	right: 8px;
	top: -8px;
	width: 14px;
	height: 14px;
	background-color: #f8f7f5;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: none;
	border-right: none;
	transform: rotate(45deg)
}
.mobile-phone-popup .dropdown__menu .work-time {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
	display: block;
}
.mobile-phone-popup .dropdown__menu .title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.mobile-phone-popup .dropdown__menu .region-phone {
	font-size: 20px;
	text-align: center;
	color: #70A11C;
	display: block;
}
.mobile-phone-popup .dropdown__menu .global-phone {
	font-size: 16px;
	text-align: center;
	color: #747474;
	display: block;
	padding: 0 !important;
}
.mobile-phone-popup .dropdown__menu .vet-link {
	font-size: 12px;
	text-align: center;
	margin: 10px 0 5px 0;
	color: #70A11C;
	display: block;
}
.mobile-phone-popup .dropdown__menu .callback-link {
	font-size: 12px;
	text-align: center;
	margin: 10px 0 5px 0;
	color: #70A11C;
	display: block;
	position: relative;
	left: -5px;
}
.mobile-phone-popup .dropdown__menu hr {
	border-top: 1px solid #d0d0d0
}
.mobile-phone-popup {
	position: relative;
}

.main-menu .sticker.sticker_pro-price:before,
.mobile-menu .sticker.sticker_pro-price:before {
	content: "PRO";
}
.main-menu .sticker.sticker_pro-price,
.mobile-menu .sticker.sticker_pro-price {
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	width: 40px!important;
	height: 40px!important;
	font-size: 16px;
	line-height: 9px;
	background: #eba93b !important;
	padding: 0 !important;
	transform: scale(0.5) !important;
	color: #fff;
	font-weight: 800;
	position: absolute;
	right: -3px!important;
	top: -3px!important;
}
.main-menu .dop-menu .sticker.sticker_pro-price {
	right: -35px!important;
	top: -5px!important;
}
.main-menu .relative,
.mobile-menu .relative {
	position: relative;
}
.mobile-menu .sticker.sticker_pro-price {
	right: 30px!important;
}
@media (max-width: 1170px) {
	.main-menu .sticker.sticker_pro-price {
		right: -7px!important;
		top: -4px!important;
	}
}

.sc-header-center-pro:hover {
	text-decoration: none;
}

.soa-delivery-item[data-id="10004"] [data-field=data] {
	display: none;
}


.catalog-seo-tags {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.catalog-seo-tags a {
	display: flex;
	border: 1px solid #ccc;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	max-width: 100%;
	width: max-content;
	white-space: nowrap;
	border-radius: 8px;
	padding: 5px 10px;
	text-decoration: none;
}

.auth-on-head {
	text-align: center;
	display: none;
	position: relative;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(to top, #70a11cbd, #70a11cbd);
}
.auth-on-head a {
	color: #fff;
	/*border-bottom: 1px dashed #FFF;*/
	text-decoration: underline;
	text-decoration-style: dashed;
}
.auth-on-head_bg {
	width: 100%;
	height: 100%;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url("/images/bones-bg.svg");
	background-size: 10%;
}
.auth-on-head_close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 23px;
	width: 40px;
	cursor: pointer;
}
body > .auth-on-head,
.sticky-header-box .auth-on-head {
	display: block;
}
@media (max-width: 540px) {
	.auth-on-head {
		font-size: 14px;
	}
	body > .auth-on-head {
		display: none;
	}
	.header .auth-on-head {
		display: block;
	}
	body.adaptive .header .header-box .floatclaer-box {
		position: relative;
		max-height: 20px;
		/*top: 20px;*/
	}
	body .mobile-menu>ul {
		padding-top: 85px;
	}
}

@media screen and (max-width: 552px) {
	.sidebar .menu-sidebar {
		display: none;
	}
}

.sc-main-banners {
	display: flex;
	justify-content: center;
}
.sc-main-banners .visits {
	/*background: #ffe94c;*/
	/*color: #000;*/
	/*border-radius: 50px;*/
	/*padding: 10px 15px;*/
	/*display: inline-block;*/
	font-weight: 700;
	border: 1px solid #f4a401;
	border-radius: 50px;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}
.sc-main-banners .visits.gift,
.sc-main-banners .visits.roket {
	border: none; /*2px solid #f4a401;*/
	padding-left: 55px;
	background-image: url('/images/icons8-gift.png');
	background-repeat: no-repeat;
	background-position: 17px 8px;
}

.sc-main-banners .visits.roket {
	background-image: url('/upload/resize_cache/sale/delivery/logotip/301/95_55_1/rocket.png');
	background-size: 28px;
}

.is_mobile .sc-main-banners .visits.gift,
.is_mobile .sc-main-banners .visits.roket {
	text-align: center;
	background-position-y: center;
}
@media screen and (min-width: 540px) {
	.sc-main-banners .visits br {
		display: none;
	}
}

@media screen and (max-width: 540px) {
	.sc-main-banners .visits {
		margin-bottom: 0;
		margin-top: 10px;
		font-weight: 100;
	}
	.visits .nobr {
		white-space: nowrap;
	}
}