/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

a.scroll-to-top {
	right: inherit;
	left: 25px;
}

.right_block_store.contacts_map:before {
	content:none;
}

.catalog_block .article_block{
	display: none;
}

.b24-widget-button-position-bottom-right {
	right: 25px !important;
	bottom: 25px !important;
}

.basket_hover_block .btn.btn-transparent-border-color {
	background-color: #162552;
	border-color: #162552;
	color: #fff;
}

.product-action .button_block .btn {
	font-size: .8em;
}

.catalog_item .item-title .font_sm {
	font-size: 1em;
}

.product-view ul:not([id*="bx_"]) > li::before {
	content: "";
	margin: 0;
}
.product-view ul > li {
	list-style-type: disc;
}

.catalog-footer-info {
	text-align: center;
	margin-bottom: -40px;
	margin-top: 40px;
	font-size: 0.9em;
}

@media (min-width: 1000px) {	
	.company_produce {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		padding-right: 20px;
	}
		
	.videoBlock {
		max-height: 550px;
		max-width: 481px;
		width: 49%;
		height: auto;
		margin: 0 auto;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 766px) {
	.catalog-footer-info {
		text-align: center;
		margin-bottom: -15px;
		margin-top: 15px;
		font-size: 0.9em;
	}
}

.fancybox-inner .fancybox-content {
    height: 100vh !important;
    max-height: 100%;
}

.fancybox-inner .fancybox-content .fancybox-image{
	max-height: 800px;
	height: auto;
}
	
@media (max-width: 550px) {
	.page-top > div {
		padding-top: 5px;
	}
	.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER .popup-text-info {
		padding: 5px 40px 5px 26px;
	}	
	.breadcrumbs {
		padding-bottom: 0;
	}
	.page-top > div:last-of-type {
	    padding: 4px 0 9px;
	}	
	
	.fancybox-inner .fancybox-content {
		min-height: 610px;
	}	
}

.intl-tel-input {
    width: 100%;
}
.intl-tel-input input, .intl-tel-input input[type="text"], .intl-tel-input input[type="tel"] {
	padding-left: 44px !important;
}
.intl-tel-input .country-list {
	z-index: 2000;
}
.intl-tel-input .country-list .country {
	padding: 5px 10px;
	margin: 8px 0 0 0;
}
.intl-tel-input .country-list .country::before {
	content: "";
	margin: 0;
}


.app-block {
	background: #494949;
	display: flex;
	padding: 20px 80px;
	gap: 40px;
	color: #bcbcbc;
}
.app-block b {
	color: #bcbcbc;
}
.app-block img {
	max-width: 160px;
}

@media (max-width: 960px) {
	.app-block {
		color: #fff;
		flex-wrap: wrap;
		padding: 20px;
		gap: 10px;
		margin-bottom: 10px;
	}
	.app-block > div {
		width: calc(50% - 10px);
	}
	.app-block > div:first-child {
		width: 100%;
		margin-bottom: 10px;
	}
	.app-block img {
		width: 100%;
	}		
	.app-block b {
		color: #fff;
	}
}


