

/* Start:/bitrix/templates/petville_bootstrap_v4/components/bitrix/advertising.banner/alert/style.css?1623321802530*/
.bx-banner-container {
	width: 100%;
	padding: .5rem .5rem 0 .5rem;
	color: var(--theme-color-second);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.vr-alert-banner {
	width: 100%;
	background: #343a40;
	padding: 0.5rem;
	padding-top: 0.75rem;
	border-radius: .25rem;
	outline-offset: -5px;
	outline: 2px solid var(--theme-color-primary);
}

.vr-banner-close {
	position: relative;
	bottom: -10px;
	float: right;
	text-decoration: none;
	font-size: .75rem;
	font-weight: normal;
	text-transform: none;
}
/* End */


/* Start:/bitrix/templates/petville_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?16391790287268*/
.bx-basket { }

.basket-line-block {
	position: relative;
	white-space: nowrap;
	font-size: .875rem;
}

.bx-header-personal .vr-basket-line-block {
	display: none;
}

.bx-header-personal .basket-line-block {
	text-align: right;
}

.vr-basket-line-block {
	margin-top: .125rem;
	margin-bottom: .125rem;
}

.vr-menu-section .vr-top-menu-container {
	padding-left: 18px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.vr-top-menu-container .basket-line-block-icon-profile {
	margin-right: 0;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.vr-icon-user:before {
	content: '\f007';
}

.vr-icon-logout:before {
	content: '\f08b';
	padding-left: 2px;
}

.vr-icon-login:before {
	content: '\f090';
}

.vr-icon-register:before {
	content: '\f046';
}

.vr-icon-cart:before {
	content: '\f07a';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/bitrix/templates/petville_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/images/profile.svg); }

.vr-top-menu-container .basket-line-block-icon-profile:after {
	background: none;
}

.vr-menu-section .vr-icon:before {
	background: var(--theme-b-bg-primary);
	box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
}

.vr-menu-section .vr-top-menu-item-container:hover .vr-icon:before {
	color: var(--theme-b-tx-primary-hover);
	background: #dcdcdc linear-gradient(#fff, #dcdcdc);
	box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}

.vr-menu-section .vr-top-menu-item-container:active .vr-icon:before {
	color: var(--theme-b-tx-primary-active);
	background: none;
	box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgb(0 0 0 / 50%) inset, 0 1px 2px #fff; 
}
.vr-menu-section .vr-top-menu-item-container:hover .vr-top-menu-item {
	color: var(--theme-b-tx-primary-hover);
}

.vr-menu-section .vr-top-menu-item-container:active .vr-top-menu-item {
	color: var(--theme-b-tx-primary-active);
}

.vr-basket-count-container {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 19px;
	width: 1.25rem;
	height: 1.25rem;
	overflow: hidden;
	color: var(--theme-b-tx-primary);
}

@media (min-width: 768px) and (max-width: 991px) {
	.vr-basket-count-container {
		top: 15px;
		left: 12px;
	}
}

.vr-basket-count {
	position: absolute;
	right: -55px;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.vr-top-menu-item-container:hover .vr-basket-count {
	color: var(--theme-b-tx-primary-hover);
}

.vr-top-menu-item-container:active .vr-basket-count {
	color: var(--theme-b-tx-primary-active);
}

.vr-basket-line-block span {
	color: var(--theme-b-tx-primary);
}

.basket-line-block-icon-cart:after { background: no-repeat center url(/bitrix/templates/petville_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/images/cart.svg); }

.vr-top-menu-container .basket-line-block-icon-cart:after {
	background: none;
}

/*FIXED BASKET*/

@media (min-width: 992px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border-radius: 1px;
		background: var(--primary);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 991px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border-radius: 1px;
		background: linear-gradient(var(--theme-color-light), var(--primary));
	}

	.bx-basket-item-list { display: none; }
}

.bx-basket-fixed .basket-line {
	display: flex;
	padding: 0 .5rem;
}

.bx-basket-fixed .basket-line-block {
	flex: 1 0 0;
	text-align: right;
}

.bx-basket-fixed .vr-basket-line-block {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.bx-basket-fixed .vr-basket-count-container {
    left: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .bx-basket-fixed {
        min-height: 50px;
    }
}
    .bx-basket-fixed .vr-basket-count-container {
        left: 12px;
    }

}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }
/* End */


/* Start:/bitrix/templates/petville_bootstrap_v4/components/bitrix/menu/bootstrap_v4/style.css?163844699813419*/
.bx-top-nav-container {
	position: relative;
/*	top: -30px;*/
	border-radius: .25rem;
	background: none;
}

/*region 1 lvl*/

	.fa-home {
		font-size: 1rem;
		margin-right: .25rem;
		height: 18px;
	}

@media (min-width: 768px) and (max-width: 991px) {

	.fa-home {
		height: 20px;
	}

}

.bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl {
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
	.bx-nav-1-lvl {
	margin: 0;
	width: 100%;
	}
}

.bx-nav-1-lvl-link {
	display: block;
	margin-top: .125rem;
	margin-bottom: .125rem;
	margin-left: -1px;
	color: var(--theme-b-tx-primary);
	border-radius: .25rem;
	background-color: var(--theme-b-bg-primary);
	text-decoration: none;
	box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.bx-nav-1-lvl-link:hover {text-decoration: none;}

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-radius: .25rem;
	color: var(--theme-b-tx-primary-hover);
	background: #dcdcdc linear-gradient(#fff, #dcdcdc);
    box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}

.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link {
	color: var(--theme-b-tx-primary-hover);
}

.bx-nav-1-lvl:active > .bx-nav-1-lvl-link {
	color: var(--theme-b-tx-primary-active);
	background: none;
	box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgb(0 0 0 / 50%) inset, 0 1px 2px #fff;
}

.bx-nav-1-lvl-link-text {
	display: flex;
	height: 40px;
	padding: 0 .5rem;
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 300;
	line-height: 16px;
	align-items: center;
}

.bx-nav-1-lvl.active > .bx-nav-1-lvl-link-text {
	color: var(--theme-b-tx-primary-active);
}

.bx-nav-angle-top,
.bx-nav-angle-bottom {
	position: relative;
	display: block;
	background-color: transparent;
	margin-left: .25rem;
}

.bx-nav-angle-top:before,
.bx-nav-angle-bottom:before {
	font-family: FontAwesome;
	font-size: 1rem;
	font-weight: bold;
	color: var(--theme-b-tx-primary);
	text-align: center;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.bx-nav-angle-top:before {
	content: '\f106';
}

.bx-nav-angle-bottom:before {
	content: '\f107';
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before {
	color: var(--theme-b-tx-primary-hover);
}

.bx-nav-1-lvl.bx-active .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-active .bx-nav-angle-bottom:before { color: var(--theme-b-tx-primary);}

.bx-nav-1-lvl:active .bx-nav-angle-bottom:after,
.bx-nav-1-lvl:active .bx-nav-angle-bottom:before,
.bx-nav-1-lvl.bx-hover:active .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-hover:active .bx-nav-angle-bottom:before,
.bx-nav-1-lvl.bx-active:active .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-active:active .bx-nav-angle-bottom:before { color: var(--theme-b-tx-active);}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	color: var(--theme-b-tx-primary-hover);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover:active > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:active > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	color: var(--theme-b-tx-primary-active);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
/*	background: var(--theme-color-second);
	opacity: 0.9;
*/
}

/**/

/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	-webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.3);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl:hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	z-index: 999;
	display: flex;
	padding: .5rem 0 1rem 0;
	background: var(--theme-color-light);
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 0;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	width: 225px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: .25rem 1rem;
	border-bottom: none !important;
	text-decoration: none !important;
	color: var(--theme-b-tx-primary);
}

.bx-nav-2-lvl-link-image { }

.bx-nav-2-lvl-link-text {
	font-family: 'Raleway', sans-serif;
	font-size: .875rem;
	line-height: 1.5rem;
	font-weight: bold;
}

.bx-nav-2-lvl-link.bx-active,
.bx-nav-2-lvl-link:hover {
	background: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 225px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: .1rem 1rem .1rem 1.5rem;
	border-bottom: none;
	color: var(--theme-b-tx-primary);
	text-decoration: none;
	font-size: .875rem;
	line-height: 1.25rem;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	width: 250px;
	border-left: .25rem solid var(--theme-color-primary);
	background: #343a40;
	color: white;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	object-fit: contain;
	width: 170px;
	height: 170px;
/*	border: 1px solid var(--theme-b-bd-primary);*/
	border-radius: .25rem;
}

.bx-nav-catinfo p {
	padding: 15px 0 0;
	font-size: .875rem !Important;
	color: var(--theme-color-light) !Important;
}

.bx-nav-catinfo span {
	font-size: .875rem !Important;
	color: var(--theme-color-light) !Important;
}

/*endregion*/

/*region ASIDE */

.bx-menu-button-mobile {
	overflow: inherit !important;
}

.bx-aside-nav-control { }

.bx-nav-bars {
	z-index: 2100;
	width: 40px;
	height: 40px;
}

.bx-wrapper,
.bx-aside-nav { transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1); }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 54px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: var(--theme-color-light);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	color: var(--theme-b-tx-primary);
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	border-radius: 0!important;
}

.bx-aside-nav .bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link {
	color: var(--theme-b-tx-primary);
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	color: var(--theme-color-light);
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	display: none;
	position: relative;
	box-shadow: none;
}



.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
	box-shadow: none;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a {
	background: var(--theme-b-bg-primary-active);
	border-radius: 0;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-1-lvl-link-text {
/*	color: var(--theme-b-tx-primary-hover);
*/
}

.bx-aside-nav .bx-nav-list-2-lvl { background-color: var(--theme-color-light); }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover {
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary);
}

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: var(--theme-b-bg-primary-hover); }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid var(--theme-b-bd-primary);
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1); }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

.bx-aside-nav .bx-nav-angle-bottom:before,
.bx-aside-nav .bx-nav-angle-bottom:after { 
	background-color: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl-link-text {
		height: 2rem;
		padding: 10px .5rem .5rem .5rem;
	}
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }
	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		position: absolute;
		top: -2.5rem;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav,
	.bx-aside-nav .bx-nav-1-lvl {
		display: block;
		border-bottom: 1px solid var(--theme-b-bd-primary);
	}

	.bx-aside-nav .bx-nav-1-lvl-link {
		background-color: var(--primary);
		box-shadow: none;
	}

	.bx-aside-nav .bx-nav-2-lvl-link,
	.bx-aside-nav .bx-nav-3-lvl-link {
		background-color: var(--theme-color-light);
	}

	.bx-top-nav-container { display: none; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }
/* End */


/* Start:/bitrix/templates/petville_bootstrap_v4/components/bitrix/search.title/bootstrap_v4/style.css?16114649561039*/
.bx-searchtitle .input-group .form-control {
	opacity: 1;
	border: 1px solid var(--theme-b-bd-primary);
	border-right: none;
	border-radius: .25rem 0 0 .25rem;;
	outline: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-title-button{
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	min-width:38px;
	height:100%;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.search-title-button::before {
	font-family: FontAwesome;
	font-size: 1rem;
	content: "\f002";
  }

.title-search-result{
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.bx_item_block{
	font-size: 14px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom:1px solid #ddd;
}

.all_result,
.others_result { border: none; }

.all_result { margin-bottom: 0;}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1622495097620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/bitrix/templates/petville_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v4/style.css?16138186982061*/
.bx-socnet {
	padding: 0 4px;
  /* Флекс */
  display: -webkit-flex;
  display: flex;

  /* Расстояние между блоками */
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.bx-footer .bx-socnet {
	width: 250px;
	margin: auto;
}

.bx-socnet .bx-icon {
	font-size: 19px;
	position: relative;
	display: inline-block;
	margin: 0 -4px;
	text-decoration: none;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: .25rem;
	color: var(--theme-b-tx-primary);
	background: var(--theme-b-bg-primary);
	box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.bx-socnet .bx-icon:hover {
	color: var(--theme-b-tx-primary-hover);
	background: #dcdcdc linear-gradient(#fff, #dcdcdc);
	box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}

.bx-socnet .bx-icon:active {
	color: var(--theme-b-tx-primary-active);
	background: var(--theme-b-bg-primary);
	box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgb(0 0 0 / 50%) inset, 0 1px 2px #fff;
}

.bx-socnet .bx-icon:before {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 1rem;
}

.bx-footer .bx-socnet {
	width: 250px;
	margin: auto;
}

.bx-footer .bx-socnet .bx-icon {
	color: var(--theme-b-link);
	background: #343a40;
	box-shadow: 0 0 0 1px #212529 inset, 0 1px 1px #6c757d;
}

.bx-footer .bx-socnet .bx-icon:hover {
	color: var(--theme-b-tx-primary-hover);
	background: #212529 linear-gradient(#6c757d, #212529);
	box-shadow: 0 0 0 1px #212529 inset, 0 1px 1px #212529;
}

.bx-footer .bx-socnet .bx-icon:active {
	color: var(--theme-b-tx-primary-active);
	background: #343a40;
	box-shadow: 0 0 0 1px #212529 inset, 0 1px 3px rgb(0 0 0 / 50%) inset, 0 1px 2px #6c757d;
}
.bx-socnet-icon-in::before { content: "\f16d"; }

.bx-socnet-icon-vk::before { content: "\f189"; }

.bx-socnet-icon-fb::before { content: "\f09a"; }

.bx-socnet-icon-tw::before { content: "\f099"; }

.bx-socnet-icon-gp::before { content: "\f0d5"; }
/* End */


/* Start:/bitrix/templates/petville_bootstrap_v4/components/bitrix/menu/personal_menu/style.css?16230255321944*/
.list-group {
	-webkit-box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 10%);
}

.list-group-item {
	font-family: 'Raleway', sans-serif;
	font-size: .875rem;
	line-height: 1.5rem;
	letter-spacing: .05rem;
	color: var(--theme-b-tx-primary);
	border: none;
}

.list-group-item:hover,
.list-group-item.active {
	background: var(--theme-b-bg-primary-hover) !important;
	color: var(--theme-b-tx-primary-hover) !important;
	box-shadow: none !important;
}

/* Sidebar menu */

.bx-inclinkspersonal-item.bx-theme-blue:hover{
	background: #0083d1;
}

.bx-inclinkspersonal-item.bx-theme-black:hover{
	background: #303030;
}

.bx-inclinkspersonal-item.bx-theme-green:hover{
	background: #44b1c9;
}

.bx-inclinkspersonal-item.bx-theme-red:hover{
	background: #e63c3c;
}

.bx-inclinkspersonal-item.bx-theme-yellow:hover{
	background: #f4a52e;
}

.bx-theme-blue.bx-inclinkspersonal-selected{
	background: #3398d7;
}

.bx-theme-black.bx-inclinkspersonal-selected{
	background: #484848;
}

.bx-theme-green.bx-inclinkspersonal-selected{
	background: #5cc3d1;
}

.bx-theme-red.bx-inclinkspersonal-selected{
	background: #e95c5c;
}

.bx-theme-yellow.bx-inclinkspersonal-selected{
	background: #fbb859;
}

.bx-inclinkspersonal-item-element {
	display: block;
	padding: 10px 0 10px 15px;
	width: calc(100% - 20px);
	color: #333;
	text-transform: uppercase;
	-webkit-transition: background .3s ease, color .3s ease;
	-moz-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.bx-inclinkspersonal-item-element:after {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: 'FontAwesome';
	content: "\f105";
}

.bx-inclinkspersonal-item:hover .bx-inclinkspersonal-item-element {
	color: #fff;
}

.bx-inclinkspersonal-item-element.bx-inclinkspersonal-item-element:hover:after {
	color: #fff;
}
/* End */


/* Start:/bitrix/components/bitrix/sender.subscribe/templates/.default/style.min.css?17422970364471*/
.bx-subscribe{margin:10px 0}.bx-subscribe div.bx-block-title{font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600);color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px}.bx-subscribe-desc{color:#aaa;font-size:12px;position:relative;margin-top:-5px;margin-bottom:3px}.bx-subscribe .bx-input-group .bx-form-control{position:relative;margin-bottom:15px;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-radius:2px;outline:0;box-shadow:none !important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-subscribe .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.btn-subscribe{cursor:pointer;text-align:center;background:#70bb18;border:0;color:#fff;font-size:13px;position:relative;text-transform:uppercase;border-radius:2px;line-height:30px;height:40px;padding:5px 60px 5px 20px;vertical-align:middle;outline:0;-webkit-transition:width 5s linear;-moz-transition:width 5s linear;-ms-transition:width 5s linear;-o-transition:width 5s linear;transition:width 5s linear}.btn-subscribe:hover{background:#7ec629}.btn-subscribe:before{content:" ";position:absolute;top:0;bottom:0;right:0;width:40px;background-color:#5b9f0b;	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC"); background-position:50%;background-repeat:no-repeat;border-radius:0 2px 2px 0}.btn-subscribe span{display:block}.btn-subscribe.send{padding:5px 40px;-webkit-animation-name:MeilSend;animation-name:MeilSend;-webkit-animation-duration:.5s;animation-duration:.5s;outline:0;color:#fff}.btn-subscribe:hover,.btn-subscribe:active{color:#fff}.btn-subscribe.send:before{width:0;background-position:100px 50%;-webkit-animation-name:MeilSendButton;animation-name:MeilSendButton;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes MeilSend{0{padding:5px 60px 5px 20px}100%{padding:5px 40px}}@-webkit-keyframes MeilSend{0{padding:5px 60px 5px 20px}100%{padding:5px 40px}}@keyframes MeilSendSpan{0{color:transparent}100%{color:#fff}}@-webkit-keyframes MeilSendSpan{0{color:transparent}100%{color:#fff}}@keyframes MeilSendButton{0{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}@-webkit-keyframes MeilSendButton{0{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}.bx_subscribe_response_container{padding:40px;color:#35414e}.bx_subscribe_checkbox_container{line-height:16px;font-size:13px;margin-bottom:3px;vertical-align:middle;color:#aaa}.bx-sender-subscribe-agreement .main-user-consent-request a{font:11px/10px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}
/* End */


/* Start:/bitrix/templates/petville_bootstrap_v4/styles.css?1696838592933*/
.ag_chatpanel_main_item {
    background-color: var(--primary) !Important;
    border-color: var(--primary) !Important;
}
 


.vr-img-reviews {
    float: left;
    margin: 0 1rem 1rem 0;
    padding: .5rem;
    border: 1px solid var(--theme-b-bd-primary);
    background: var(--theme-color-light);
}



.vr-img {
    height: auto;
    padding: .25rem;
    border: 1px solid var(--theme-b-bd-primary);
}

.vr-diplom .vr-img {
    margin: .25rem .125rem;
    object-fit: cover;
}

.vr-img-float-left {
    float: left;
    margin: 0 .5rem 0 0;
}

.vr-img-float-right {
    float: right;
    margin: 0 0 0 .5rem;
}

.vr-mess-btn {
    width: 100%;
    background: #343a40;
    padding: 0.5rem;
    border-radius: .25rem;
    outline-offset: -5px;
    outline: 2px solid var(--theme-color-primary);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.vr-mess-btn a {
    color: var(--theme-color-second);
}
/* End */


/* Start:/bitrix/templates/petville_bootstrap_v4/template_styles.css?169683859214397*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f47813;
	--theme-color-second: #f9a91d;
	--theme-color-light: #fff;
	--theme-b-link: #f47813;
	--theme-b-link-hover: #f47813e6;
	--theme-b-tx-primary: #622828;
	--theme-b-bg-primary: #f1f1f1;
	--theme-b-bd-primary: #ddd;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #f47813e6;
	--theme-b-bg-primary-hover: #dcdcdc linear-gradient(#fff, #dcdcdc);
	--theme-b-bd-primary-hover: #aaa;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #f9a91d;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #aaa;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.bx-background-image {
/*	position: relative;
	background-size: auto;
	background-repeat: repeat;
	background-position: top center;
	background-image: url(/bitrix/templates/petville_bootstrap_v4/);*/
}

@media (max-width: 575px) {
	body.bx-background-image {
		background: none;
	}
}

.workarea { padding-bottom: 2px; }

.bx-content-section { background: white; }

#pagetitle { margin-bottom: 1.5rem; }

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.3;
}

.vr-row {
	display: flex;
	flex-wrap: wrap;
}

/*region HEADER*/

.bx-header {
	z-index: 899;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	background: linear-gradient(var(--primary), var(--theme-color-light));
}

.bx-header-section-container { }

.bx-header-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bx-header-personal { }

.vr-m-auto {
	margin-left: auto;
	margin-right: auto;
}

.bx-touch .vr-touch-d-none {
		display: none;
}

/*region MENU*/

.vr-menu-section { }

.vr-sticky {
	z-index: 898;
	position: sticky;
	top: 0px;
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0px 0px 30px 0 var(--theme-color-light);
	box-shadow: 0px 0px 30px 0 var(--theme-color-light);
}

/*endregion*/

/*region Logo*/

.bx-logo-block {
	min-height: 120px;
}

.bx-logo {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(https://www.petville.llcit.ru/bitrix/templates/petville_bootstrap_v4/images/logo_200x120.png);
}

@media (max-width: 767px) {

	.bx-logo-block {
		height: 70px;
		min-height: auto;
	}

	.bx-logo {
		background-image: url(https://www.petville.llcit.ru/bitrix/templates/petville_bootstrap_v4/images/logo_mobile.png);
	}

}

/*endregion*/

/*region included Phone, Worktime*/

.bx-header-contact {
	font-size: 1rem;
	white-space: nowrap;
}

.vr-header-contact-title {
	min-width: 145px;
	color: var(--theme-tx-primary);
}

.vr-header-contact-text,
.vr-header-contact-text a {
	width: 100%;
	color: var(--theme-b-tx-primary);
	white-space: normal;
	letter-spacing: -.1px;
}

@media (min-width: 1200px) {

	.vr-header-contact-text,
	.vr-header-contact-text a {
		white-space: nowrap;
	}

	.vr-header-adress {
		flex-wrap: nowrap;
	}

}

@media (max-width: 991px) {

	.bx-header-contact {
		font-size: .875rem;
	}

	.vr-header-contact-text,
	.vr-header-contact-text a {
		white-space: nowrap;
		min-width: 220px;
		letter-spacing: -.5px;
	}

}

@media (max-width: 767px) {

	.vr-header-contact-title {
		max-width: 160px;
		min-width: 155px;
	}

	.vr-header-contact-text {
		text-align: right;
	}

}

/*endregion*/



.vr-top-menu-container { }

.vr-top-menu-item-container {
    display: inline-table;
    cursor: pointer;
    color: var(--theme-b-tx-primary);
}

.vr-icon {
    display: inline-block;
    position: absolute;
    height: 40px;
}

.vr-icon:before {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 1rem;
    border-radius: .25rem;
    box-shadow: 0 0 0 1px #e0b262 inset, 0 1px 1px #ffdea6;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.vr-top-menu-item-container:hover .vr-icon:before {
    color: var(--theme-b-tx-primary-hover);
    background: linear-gradient(#ffbb43, #e69300);
    box-shadow: 0 0 0 1px #c17a00 inset, 0 1px 1px #c17a00;
}

.vr-top-menu-item-container:active .vr-icon:before {
    color: var(--theme-b-tx-primary-active);
    background: none;
    box-shadow: 0 0 0 1px #f9ab21 inset, 0 1px 3px rgb(0 0 0 / 50%) inset, 0 1px 2px #ffdea6;
}

.vr-icon-box:before {
    content: '\f00a';
}

.vr-icon-truck:before {
    content: '\f0d1';
}

.vr-icon-charity:before {
    content: '\f06b';
}

.vr-icon-location:before {
    content: '\f124';
}

.vr-icon-comments:before {
    content: '\f0e6';
}

.vr-icon-bars:before {
    content: '\f0c9';
}

.vr-top-menu-item {
    display: inline-block;
    position: relative;
    line-height: 40px;
    height: 40px;
    padding-left: 3rem;
    font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

@media (min-width: 992px) and (max-width: 1199px) {

    .vr-top-menu-item {
        max-width: 250px; 
        text-overflow: ellipsis;
        overflow: hidden;      
    }
}

.vr-top-menu-item-container:hover .vr-top-menu-item {
    color: var(--theme-b-tx-primary-hover);
}

.vr-top-menu-item-container:active .vr-top-menu-item {
    color: var(--theme-b-tx-primary-active);
}

@media (min-width: 768px) and (max-width: 991px) {

    .vr-icon {
        height: 2rem;
    }

    .vr-icon:before {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }

    .vr-top-menu-item {
        height: 2rem;
        line-height: 2rem;
        padding-left: 2.5rem;
        font-size: .875rem;
    }

}

@media (max-width: 767px) {

    .vr-top-menu-container {
        display: flex;
        justify-content: space-between !important;
    }

    .vr-icon {
        display: block;
        position: relative;
        height: 40px;
        width: 40px;
        margin: auto;
    }

    .vr-icon:before { }

    .vr-top-menu-item {
            display: block;
            max-width: 75px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            padding: 0;
            height: 1.5rem;
            line-height: 1.5rem;
            text-align: center;
            font-size: .75rem;
    }

}



/*endregion*/

/*region FOOTER*/

.bx-footer {
	background-color:  #343a40;
	-webkit-box-shadow: 0px 0px 0px 8px var(--theme-color-primary);
	box-shadow: 0 0 0 8px var(--theme-color-primary);
}

.bx-footer-section { }

.bx-footer-copyright {
	padding-bottom: 5rem;
}

@media (min-width: 768px) and (max-width: 991px) {

	.bx-footer-copyright {
		padding-bottom: 3.5rem;
	}

}

@media (min-width: 992px) {

	.bx-footer-copyright {
		padding-bottom: .5rem;
	}

}

.bx-footer-section .bx-block-title { }

.bx-footer .vr-header-contact-title {
	color: white;
	font-size: .875rem;
	max-width: initial;
}

.bx-footer .vr-header-contact-text,
.bx-footer .vr-header-contact-text a {
	color: white;
	font-size: .875rem;
	text-align: right;
}

.bx-footer .vr-header-contact-text:hover,
.bx-footer .vr-header-contact-text a:hover {
	color: var(--theme-b-link-hover);
}

.vr-footer-about {
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: .05rem;
	text-align: justify;
}

.bx-footer  .bx-logo {
	float: left;
	width: 125px;
	height: 75px;
	margin-right: .5rem;
	background-image: url(https://www.petville.llcit.ru/bitrix/templates/petville_bootstrap_v4/images/logo_125x75.png);
}

.vr-socnet-container {
	border-top: 1px solid var(--theme-b-tx-primary-hover);
	padding-top: 1rem;
	text-align: center;
}

/*endregion*/

/*SIDEBAR*/

.bx-sidebar-block { }

.sidebar .vr-card-container {
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
}

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	display: inline-block;
	height: 38px;
	text-align: center;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 300;
	line-height: 38px;
}

.fa-file-text-o,
.fa-truck,
.fa-check,
.fa-newspaper-o,
.fa-list-alt,
.fa-coffee,
.fa-question-circle,
.fa-info {
	position: relative;
	top: 2px;
	margin-right: .25rem;
}

.sidebar-title {
	background: linear-gradient(var(--primary), var(--theme-color-light));
	padding: 0 .5rem;
	text-align: center;
	color: var(--theme-b-tx-primary);
	box-shadow: 0px 0px 30px 0 var(--theme-color-light);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.sidebar a:hover .sidebar-title { 
	color: var(--theme-b-tx-primary-hover);
}

.sidebar-icon { }

.sidebar a:hover .sidebar-icon { }

.sidebar-text {
	padding: 1.25rem;
	text-align: justify;
	font-size: .875rem;
	color: #212529;
}

/*endregion*/

/*ICONS*/

.bx-icon {
	font-family: FontAwesome;
/*	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
*/	text-align: center;
	font-size: 1.2rem;
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.bx-icon:hover {
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.bx-icon:active {
	color: var(--theme-b-tx-primary-active);
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }



/*region Bootstrap modified*/

.vr-btn-check:focus+.vr-btn,
.vr-btn:focus {
	outline: none;
	box-shadow: none;
}

.btn-check:focus+.btn, .btn:focus {
	box-shadow: none;
}

.btn-primary,
.list-group-item.active {
	color: var(--theme-b-tx-primary);
	border: none;
	background: var(--theme-b-bg-primary);
	box-shadow: 0 0 0 1px var(--theme-b-bd-primary) inset, 0 1px 1px #fff;
}

.btn-primary:hover {
	color: var(--theme-b-tx-primary-hover);
	background: var(--theme-b-bg-primary-hover);
	box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}

/* press */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	color: var(--theme-b-tx-primary-active);
	background: var(--theme-b-bg-primary);
	box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgb(0 0 0 / 50%) inset, 0 1px 2px #fff;
}

/* drag-over */
.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: var(--theme-b-tx-primary);
	background: var(--theme-b-bg-primary);
	box-shadow: 0 0 0 1px var(--theme-b-bd-primary) inset, 0 1px 1px #fff;
}


.btn-primary.disabled,
.btn-primary:disabled {
	color: var(--theme-b-tx-primary-disabled);
	border-color: var(--theme-b-bd-primary-disabled);
	background-color: var(--theme-b-bg-primary-disabled);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: var(--theme-b-tx-primary-active);
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: none;
}

a,
.btn-link {
	color: var(--theme-b-link);
	text-decoration: none;
}

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/
/* End */
/* /bitrix/templates/petville_bootstrap_v4/components/bitrix/advertising.banner/alert/style.css?1623321802530 */
/* /bitrix/templates/petville_bootstrap_v4/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?16391790287268 */
/* /bitrix/templates/petville_bootstrap_v4/components/bitrix/menu/bootstrap_v4/style.css?163844699813419 */
/* /bitrix/templates/petville_bootstrap_v4/components/bitrix/search.title/bootstrap_v4/style.css?16114649561039 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1622495097620 */
/* /bitrix/templates/petville_bootstrap_v4/components/bitrix/eshop.socnet.links/bootstrap_v4/style.css?16138186982061 */
/* /bitrix/templates/petville_bootstrap_v4/components/bitrix/menu/personal_menu/style.css?16230255321944 */
/* /bitrix/components/bitrix/sender.subscribe/templates/.default/style.min.css?17422970364471 */
/* /bitrix/templates/petville_bootstrap_v4/styles.css?1696838592933 */
/* /bitrix/templates/petville_bootstrap_v4/template_styles.css?169683859214397 */
