a {
	color: #ff5252;
}

.btn-primary {
	border-color: #ff5252 !important;
	background-color: #ff5252 !important;
}

.vmCartModule {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.vmCartModule .menu-phone {
	margin-right: 30px;
}

.vmCartModule .menu-phone a {
	font-size: 21px;
	font-weight: 400;
	color: #252525;
}

.vmCartModule .menu-phone a span {
	color: #ff5252;
}

.sp-megamenu-parent>li>a {
	font-size: 21px;
	font-weight: 400;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
	color: #ff5252;
}

.sp-megamenu-parent>li:hover>a {
	color: #ff5252;
}

.home-catalog {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-catalog .category {
	width: 200px;
	text-align: center;
	margin-bottom: 75px;
}

.home-catalog .category .category-image {
	margin-bottom: 5px;
}

.home-catalog .category .category-image img {
	margin: 0 auto;
}

.home-catalog .category .category-name .category-name-span {
	color: #000;
	font-weight: 500;
}

.home-catalog .category .category-name .category-subname-span {
	color: #000;
	font-weight: 400;
	font-size: 0.8rem;
}

#change-text {
	color: #4b4b4b;
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 35px;
}

/*.home-products .productdetails {
	margin-bottom: 10px;
}*/

.home-products .vmgroup {
	margin-bottom: -20px;
}

.home-products .productdetails .addtocart-row {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.home-products .productdetails .addtocart-row .addtocart-button {
	margin-top: 20px;
}

.home-products .vmproduct.productdetails .product-container {
	margin-bottom: 20px;
}

.home-products .vmproduct.productdetails .product-container .spacer {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.home-products .vmproduct.productdetails .product-container .spacer .product-name {
	margin-top: 20px;
	margin-bottom: 35px;
}

.home-tag a {
	border: 1px dashed #000;
	color: #000 !important;
}

.home-tag a:hover {
	background-color: #ff5252 !important;
	border-color: #fff !important;
	color: #fff !important;
}

.catalog-unique-banks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.catalog-unique-banks .unique-bank {
	width: 240px;
	text-align: center;
	margin-bottom: 75px;
}

.catalog-unique-banks .unique-bank .unique-bank-image {
	margin-bottom: 5px;
}

.catalog-unique-banks .unique-bank .unique-bank-name a {
	color: #000;
}

.category-view .vm-category-subcategories .vm-subcategory {
	max-width: 150px;
}

.main-catalog {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto 40px;
}

.main-catalog .category {
	margin-bottom: 30px;
}

.main-catalog .category .category-image img {
	max-width: 105px;
}

.main-catalog .category .category-name {
	text-align: center;
	margin-top: 3px;
}

.main-catalog .category .category-name .category-name-span {
	font-size: 14px;
	color: #3d3d3d;
}

.random-goods .vmproduct.productdetails {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.random-goods .vmproduct.productdetails .product-container {
	/*margin: 0px 30px;
	padding: 0px;
	max-width: 295px;*/
	padding: 20px;
}

.random-goods .vmproduct.productdetails .product-container img {
	/*max-width: 295px;*/
}

.random-goods .vmproduct.productdetails .product-container .product-name {
	color: #6a6a6a;
}

.random-goods .vmproduct.productdetails .product-container .addtocart-button {
	background-color: #ff5252;
	border: 1px solid #ff5252;
}

.random-goods .vmproduct.productdetails .product-container .spacer {
	min-height: 435px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.recently-viewed-products {
	max-width: 1200px;
	margin: 0 auto;
}

.recently-viewed-products .vmproduct.productdetails {
	display: flex;
}

.recently-viewed-products .vmproduct.productdetails .featuredProductImage {
	max-width: 125px;
	margin: 0 auto;
}

.recently-viewed-products .vmproduct.productdetails .addtocart-row {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.recently-viewed-products .vmproduct.productdetails .product-container {
	margin: 8px;
	padding: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.recently-viewed-products .vmproduct.productdetails .product-container .catalog-product-name {
	color: #6a6a6a;
}

.recently-viewed-products .vmproduct.productdetails .product-container .addtocart-button {
	margin-top: 10px;
	background-color: #ff5252;
	border: 1px solid #ff5252;
}

.footer-catalog-section {
	max-width: 1200px;
	margin: 0 auto;
}

/*.footer-catalog-section .small-catalog-title h3 {
	font-weight: 400;
}*/

.footer-catalog-section .main-catalog {
	max-width: 1200px;
	justify-content: space-between;
}

.footer-catalog-section .main-catalog .category {
	margin-bottom: 20px;
	padding: 5px 35px;
	border: 1px solid #e5cbcb;
	border-radius: 10px;
}

.category-view .vm-subcategory-title {
	border: none !important;
	padding-top: 0 !important;
}

.category-view .form-label {
	font-size: 14px;
	color: #5d5d5d;
}

.category-view .product-container {
	padding: 0px 25px;
}

.category-view .product-container .product-price .vm-price-value {
	font-size: 22px;
}

.category-view .product-container .vm-price-desc {
	font-size: 15px;
}

.category-view .product-container .addtocart-button {
	background-color: #ff5252;
	border: 1px solid #ff5252;
}

.product-container .details {
	border-bottom: 1px solid #e5e5e5;
}

.product-container .product-description p {
	color: #787878;
}

.product-container .custom-fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.product-container .custom-fields .field {
	/*margin: 0 70px 0 0;*/
}

.product-container .custom-fields .field:last-child {
	margin: 0;
}

.product-container .custom-fields .field h3 {
	font-weight: 400;
	font-size: 22px;
	color: #ff5252;
	text-transform: uppercase;
	margin: 0 0 20px 5px;
}

.product-container .custom-fields .field .field-wrapper {
	justify-content: space-between;
}

.product-container .vm-product-details-container .addtocart-button {
	background-color: #ff5252;
	border: 1px solid #ff5252;
}

.main-text-block {
	width: 550px;
	margin: 0 0 0 auto;
}

.main-text-block h2 {
	font-size: 32px;
	font-weight: 400;
}

.main-text-block .sppb-addon-content p {
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;
}

.second-text-block .sppb-row {
	margin-top: -175px;
}

.second-text-block .sppb-row .sppb-column {
	border-radius: 10px;
}

.second-text-block .fancy-title p,
.text-link-block .fancy-title p,
.catalog-block .fancy-title p {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1.2;
	font-size: 0.9rem;
	color: #dc3545;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	orphans: 2;
	text-align: left;
	text-indent: 0px;
	widows: 2;
	word-spacing: 0px;
	-webkit-text-stroke-width: 0px;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

.text-link-block .fancy-title p {
	margin-bottom: 30px;
}

.second-text-block .text-title h2,
.text-link-block .text-title h2 {
	font-size: 38px;
	font-weight: 400;
}

.catalog-block .main-catalog {
	max-width: unset;
	justify-content: space-between;
}

.catalog-block .main-catalog .category {
	margin-bottom: 50px;
}

.catalog-block .main-catalog .category .category-image img {
	max-width: 200px;
}

.details-block h3 {
	color: #4d4d4d;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px;
}

.details-block p {
	color: #6c6c6c;
}

.section-quick-order .quick-order p {
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
}

.section-quick-order .quick-order p:before {
	content: '';
	position: absolute;
	background: #ff5252;
	height: .5px;
	width: 100px;
	left: 240px;
	top: 14px;
}

.quick-order-form input[type="text"]:not(.form-control),
.quick-order-form input[type="email"]:not(.form-control),
.quick-order-form input[type="tel"]:not(.form-control) {
	background-color: transparent;
	color: #15191c;
	font-size: 20px;
	font-weight: 300;
	border-color: #8d8d8d;
}

.quick-order-form input[type="text"]:not(.form-control):focus,
.quick-order-form input[type="email"]:not(.form-control):focus,
.quick-order-form input[type="tel"]:not(.form-control):focus {
	border-color: #ff5252;
}

.quick-order-form button {
	border: 1px solid #ff5252;
	transition: .3s;
}

.quick-order-form button:hover {
	color: #ff5252 !important;
	transition: .3s;
}

.quick-order-form form {
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
}

.quick-order-form form .sppb-form-group {
	/*width: 40% !important;*/
	margin-bottom: 25px;
}

#cart-view .form-check-input:checked {
	background-color: #ff5252;
	border-color: #ff5252;
}

#cart-view .btn-primary:hover,
#cart-view .sppb-btn-primary:hover {
	background-color: #fff;
	border-color: #ff5252;
	color: #ff5252;
}

#cart-view .list-group-item-primary {
	color: #ff5252;
	background-color: #fbecec;
}

#cart-view .input-group {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

#cart-view .input-group .unik {
	margin-left: 30px;
	border-radius: 6px;
}

#checkoutForm a:hover {
	color: #ff5252;
}

#checkoutForm .vm-fieldset-pricelist svg {
	fill: #ff5252;
}

#sp-header #sp-menu .sp-module .vmCartModule .basket-title {
	position: relative;
}

#sp-header #sp-menu .sp-module .vmCartModule .basket-title .basket-total {
	position: absolute;
	top: -20px;
	right: -25px;
	background-color: #ff5252;
	color: #fff;
	border-radius: 50%;
	padding: 2px 8px 0px;
}

#sp-header #sp-menu .sp-module .vmCartModule .basket-title .details {
	font-size: 21px;
}

#sp-header #sp-menu .sp-module .vmCartModule .basket-title .details img {
	width: 40px;
}

#sp-header #sp-menu .sp-module .vmCartModule .basket-title a:hover {
	color: #ff5252;
}

.cart-view {
	min-height: 600px;
}

#sp-bottom .sp-module ul>li {
	margin-bottom: 7px;
}

.opt-block .product-price,
.opt-two-block .product-price,
.recently-viewed-products .product-price,
.random-goods .product-price {
	text-align: right;
	margin: 0 0 15px;
}

.recently-viewed-products .product-price {
	margin: 15px 0 15px;
}

.recently-viewed-products .product-name {
	margin-bottom: 15px;
}

.btn-primary:hover, .sppb-btn-primary:hover {
	background-color: #fff !important;
	border-color: #ff5252 !important;
	color: #ff5252;
}

.vm-pagination .pagination {
	justify-content: center;
}

a:hover, a:focus, a:active {
	color: #ff5252 !important;
}

.vm-pagination .pagination a:hover {
	color: #fff !important;
}

.vm-pagination .pagination .page-link:hover,
.pagination>.active>a, .pagination>.active>span {
	background-color: #ff5252;
	border-color: #ff5252;
}

.products-view .product-price {
	text-align: right;
}

#fancybox-wrap {
	max-width: 500px;
}

/*#cart-view .form-control {
	width: 60%;
}*/

#cart-view .red {
	color: #ff5252;
}

.offcanvas-menu .offcanvas-phone {
	color: #252525;
	font-size: 18px;
	opacity: 0.7;
	transition: 0.3s;
}

.offcanvas-menu .offcanvas-phone span {
	color: #ff5252;
}

#sp-header {
	position: fixed;
	z-index: 9999;
}

#sp-main-body {
	margin-top: 80px;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
	color: #ff5252;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus,
.offcanvas-menu .offcanvas-inner a:hover,
.offcanvas-menu .offcanvas-inner a:focus,
.offcanvas-menu .offcanvas-inner a:active {
	opacity: 1;
}

.vm-wrap.vm-order-done {
	min-height: 600px;
}










/* -------------------- Медиа запросы -------------------- */
@media (min-width: 320px) {
	#sp-header {
		min-height: 50px;
	}

	#sp-header #sp-logo img {
		height: auto;
		width: 100px;
	}

	#sp-header #sp-menu .sp-module,
	#sp-header #sp-menu .sp-module .vmCartModule {
		padding: 0 !important;
		margin: 0 !important;
	}

	#sp-main-body {
		padding: 30px 0;
	}

	.home-catalog,
	.catalog-unique-banks{
		justify-content: space-evenly;
	}

	.home-catalog .category {
		width: 140px;
		margin-bottom: 30px;
	}

	.top-block h1 {
		font-size: 22px !important;
	}

	.top-block .top-subtitle .sppb-addon-title {
		font-size: 14px !important;
		font-weight: 400 !important;
	}

	.second-main-block h2,
	.second-main-block .sppb-addon-raw-html p {
		font-size: 22px !important;
	}

	.opt-block .opt-block-img,
	.opt-two-block .opt-two-block-img {
		padding-top: 200px;
		padding-bottom: 200px;
		background-position: 0px 65% !important;
	}

	.opt-block .opt-block-row .home-products {
		margin-left: -15px;
	}

	.opt-two-block .opt-two-block-row .home-products {
		margin-right: -15px;
	}

	.opt-block .opt-block-row .home-products h3,
	.opt-two-block .opt-two-block-row .home-products h3 {
		font-size: 20px !important;
	}

	.opt-block .opt-block-row .home-products p,
	.opt-two-block .opt-two-block-row .home-products p {
		font-size: 12px !important;
	}

	.catalog-unique-banks .unique-bank {
		width: 140px;
		margin-bottom: 30px;
	}

	.unique-block .unique-title h2 {
		font-size: 28px !important;
	}

	.unique-block .unique-subtitle h2 {
		font-size: 24px !important;
	}

	.section-quick-order .quick-order p:before {
		display: none;
	}

	.section-quick-order .quick-order-title p {
		font-size: 30px !important;
	}

	.quick-order-form form {
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: unset;
		margin: 0 !important;
	}

	.quick-order-form form .sppb-form-group {
		padding: 0 !important;
		width: 290px !important;
	}

	.quick-order-form form .sppb-form-builder-btn {
		margin: 0 !important;
		text-align: left;
	}

	.catalog-top-block h1 {
		font-size: 22px !important;
	}

	.catalog-top-block .main-catalog {
		justify-content: space-evenly;
	}

	.random-goods .vmproduct.productdetails .product-container .spacer {
		min-height: 320px;
	}

	.random-goods .vmproduct.productdetails .product-container .vm-addtocart-button-col {
		margin-top: 20px;
	}

	.footer-catalog-section .main-catalog .category {
		padding: 5px 10px;
	}

	.main-text-block h2 {
		font-size: 24px;
	}

	.main-text-block .sppb-addon-content p {
		font-size: 20px;
		line-height: 30px;
		width: 320px;
	}

	.second-text-block .text-title h2,
	.text-link-block .text-title h2 {
		font-size: 25px;
	}

	.text-link-block img {
		margin-top: 20px;
		max-width: 340px;
	}

	.catalog-block .main-catalog .category .category-image img {
		max-width: 125px;
	}

	.product-container .custom-fields .field {
		margin-bottom: 25px;
	}

	.vmCartModule .menu-phone {
		margin-right: 20px;
	}

	.vmCartModule .menu-phone a {
		font-size: 16px;
	}

	#sp-header #sp-menu .sp-module .vmCartModule .basket-title .details img {
		width: 30px;
	}

	.vmCartModule .menu-phone {
		display: none;
	}
}

@media (min-width: 440px) {
	.vmCartModule .menu-phone {
		display: block;
	}
}

@media (min-width: 576px) {
	.second-main-block h2,
	.second-main-block .sppb-addon-raw-html p {
		font-size: 26px !important;
	}

	.opt-block .opt-block-row .home-products h3,
	.opt-two-block .opt-two-block-row .home-products h3 {
		font-size: 24px !important;
	}

	.opt-block .opt-block-row .home-products p,
	.opt-two-block .opt-two-block-row .home-products p {
		font-size: 14px !important;
	}

	.unique-block .unique-title h2 {
		font-size: 28px !important;
	}

	.unique-block .unique-subtitle h2 {
		font-size: 24px !important;
	}

	.section-quick-order .quick-order p:before {
		display: block;
	}

	.section-quick-order .quick-order-title p {
		font-size: 32px !important;
		margin-bottom: 50px;
	}

	.catalog-top-block h1 {
		font-size: 28px !important;
	}

	.random-goods .vmproduct.productdetails .product-container .spacer {
		min-height: 500px;
	}

	.footer-catalog-section .main-catalog .category {
		padding: 5px 15px;
	}

	.main-text-block h2 {
		font-size: 28px;
	}

	.main-text-block .sppb-addon-content p {
		font-size: 25px;
		line-height: 35px;
		width: 500px;
	}
}

@media (min-width: 768px) {
	#sp-header #sp-logo img {
		width: 125px;
	}

	.home-catalog .category {
		width: 160px;
	}

	.top-block h1 {
		font-size: 25px !important;
	}

	.second-main-block h2,
	.second-main-block .sppb-addon-raw-html p {
		font-size: 32px !important;
	}

	.opt-block .opt-block-img,
	.opt-two-block .opt-two-block-img {
		padding-top: 350px;
		padding-bottom: 350px;
		background-position: 0px 65% !important;
	}

	.opt-block .opt-block-row .home-products h3,
	.opt-two-block .opt-two-block-row .home-products h3 {
		font-size: 28px !important;
	}

	.opt-block .opt-block-row .home-products p,
	.opt-two-block .opt-two-block-row .home-products p {
		font-size: 16px !important;
	}

	.catalog-unique-banks .unique-bank {
		width: 130px;
	}

	.quick-order-form form {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-end;
		margin: 0 15px 0 !important;
	}

	.quick-order-form form .sppb-form-group {
		padding: 0 15px 0 !important;
	}

	.section-quick-order .quick-order-title p {
		margin-bottom: 0px;
	}

	.quick-order-form form .sppb-form-builder-btn {
		margin: 0 15px 0 !important;
		text-align: right;
	}

	.footer-catalog-section .main-catalog .category {
		padding: 5px 20px;
	}

	.main-text-block h2 {
		font-size: 32px;
	}

	.main-text-block .sppb-addon-content p {
		font-size: 30px;
		line-height: 40px;
		width: 100%;
	}

	.catalog-block .main-catalog .category .category-image img {
		max-width: 150px;
	}

	.product-container .custom-fields .field {
		margin-bottom: 0px;
	}

	.random-goods .vmproduct.productdetails .product-container .vm-addtocart-button-col {
		margin-top: 0px;
	}

	.random-goods .vmproduct.productdetails .product-container .product-price {
		margin: 15px 0 15px;
	}

	.random-goods .vmproduct.productdetails .product-container .product-price .PricesalesPrice {
		font-size: 18px !important;
	}

	.vmCartModule .menu-phone {
		margin-right: 20px;
	}

	.vmCartModule .menu-phone a {
		font-size: 16px;
	}

	#sp-header #sp-menu .sp-module .vmCartModule .basket-title .details img {
		width: 30px;
	}
}

@media (min-width: 992px) {
	#sp-header #sp-logo img {
		height: auto;
		width: 160px;
	}

	#sp-header #sp-menu .sp-megamenu-wrapper {
		padding-right: 50px;
	}

	.home-catalog .category {
		width: 140px;
	}

	.second-main-block h2 {
		font-size: 36px !important;
	}

	.opt-block .opt-block-row .home-products {
		margin-left: unset;
	}

	.opt-block .opt-block-row .home-products h3,
	.opt-two-block .opt-two-block-row .home-products h3 {
		font-size: 22px !important;
	}

	.opt-block .opt-block-row .home-products p,
	.opt-two-block .opt-two-block-row .home-products p {
		font-size: 12px !important;
	}

	.opt-block .opt-block-img,
	.opt-two-block .opt-two-block-img {
		padding-top: 0px;
		padding-bottom: 0px;
		background-position: 0 0 !important;
	}

	.catalog-unique-banks .unique-bank {
		width: 180px;
	}

	.section-quick-order .quick-order-title p {
		font-size: 38px !important;
	}

	.catalog-top-block h1 {
		font-size: 34px !important;
	}

	.catalog-top-block .main-catalog {
		justify-content: center;
	}

	.footer-catalog-section .main-catalog .category {
		padding: 5px 15px;
	}

	.second-text-block .text-title h2, .text-link-block .text-title h2 {
		font-size: 30px;
	}

	.vmCartModule .menu-phone {
		margin-right: 30px;
	}

	.vmCartModule .menu-phone a {
		font-size: 21px;
	}

	#sp-header #sp-menu .sp-module .vmCartModule .basket-title .details img {
		width: 40px;
	}
}

@media (min-width: 1200px) {
	.home-catalog .category {
		width: 160px;
	}

	.top-block h1 {
		font-size: 30px !important;
	}

	.top-block .top-subtitle .sppb-addon-title {
		font-weight: 700 !important;
		font-size: 18px !important;
	}

	.opt-block .opt-block-row .home-products h3,
	.opt-two-block .opt-two-block-row .home-products h3 {
		font-size: 24px !important;
	}

	.opt-block .opt-block-row .home-products p,
	.opt-two-block .opt-two-block-row .home-products p {
		font-size: 14px !important;
	}

	.catalog-unique-banks .unique-bank {
		width: 200px;
	}

	.footer-catalog-section .main-catalog .category {
		padding: 5px 28px;
	}

	.catalog-block .main-catalog .category .category-image img {
		max-width: 160px;
	}
}

@media (min-width: 1320px) {
	.footer-catalog-section .main-catalog .category {
		padding: 5px 35px;
	}
}

@media (min-width: 1400px) {
	.home-catalog .category {
		width: 200px;
	}

	.opt-block .opt-block-row .home-products h3,
	.opt-two-block .opt-two-block-row .home-products h3 {
		font-size: 28px !important;
	}

	.catalog-unique-banks .unique-bank {
		width: 240px;
	}

	.catalog-block .main-catalog .category .category-image img {
		max-width: 200px;
	}
}

@media (min-width: 1600px) {
	.opt-block .opt-block-row .home-products h3,
	.opt-two-block .opt-two-block-row .home-products h3 {
		font-size: 34px !important;
	}

	.opt-block .opt-block-row .home-products p,
	.opt-two-block .opt-two-block-row .home-products p {
		font-size: 16px !important;
	}
}

@media (min-width: 1733px) {
	.home-products .productdetails .addtocart-row .addtocart-button {
		margin-top: 0;
	}
}