

/* Start:/local/templates/viksan/components/bitrix/catalog/catalog/style.css?16415933211007*/

.catalog-item__buy-delivery.selected > .catalog-item__buy-delivery-price {font-weight:700;color:#4350f6;}

.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}s

/* End */


/* Start:/local/templates/viksan/components/bitrix/breadcrumb/.default/style.css?1641593321252*/
.breadcrumbs {margin:0;padding:0;}
.breadcrumbs ul.list {list-style:none;}
.breadcrumbs ul.list li {display:inline-block;margin:0;padding:0;font-size:11px;line-height:16px;color:#858585;}
.breadcrumbs ul.list li a {color:#5a5a5a;text-decoration:none;}

/* End */


/* Start:/local/templates/viksan/components/bitrix/catalog.smart.filter/catalog/style.css?16415933212*/


/* End */


/* Start:/local/templates/viksan/components/bitrix/system.pagenavigation/catalog/style.css?1641593321985*/
.section__page-navigation {display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;}

.pagination {height:auto !important;margin:20px 0 0 0 !important;padding-left:0;list-style:none;border-radius:.25rem;}

.page-link {position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:14px;color:#344aba;background-color:#fff;border:1px solid #ccc;}
.page-link svg {margin-top:2px;margin-bottom:2px;}
.page-link:hover {z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}

.page-item:first-child .page-link {margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;}
.page-item:last-child .page-link {border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;}
.page-item.active .page-link {z-index:1;color:#fff;background-color:#344aba;border-color:#344aba;}
.page-item.disabled .page-link {color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6;}
/* End */


/* Start:/local/templates/viksan/components/bitrix/catalog.section/catalog/style.css?16415933211031*/
.catalog-item__img {background-color:#fff;}
.catalog-item__img img {object-fit: cover;}

.catalog-tags{
    /*text-align: center;*/
    margin: 26px 0;
    font-size: 12px;
    line-height: 15px;
    /*color: #808080;*/
}

.tags-list{
    margin-bottom: 24px;
    border-radius: 0;
    line-height: 40px;
    padding: 0 12px;
    text-align: left;
    /*height: 55px;*/
    /*background: #fff;*/
    /*border: 1px solid #e7e8ea;*/

}
.item-tag{
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    border-radius: 14px;
    background-color: #e3e3e3;
    color: #373737;
    text-decoration: none;
}
.item-tag:hover{
    color: #ffffff!important;
    background-color: #344aba;
    text-decoration: none;
}
.d-none{
    display: none !important;
}

.CATALOG_LIST_BEFORE_DESCRIPTION{
    margin-bottom: 15px;
}
.CATALOG_LIST_AFTER_DESCRIPTION{
    margin-bottom: 15px;
    margin-top: 15px;
}

/* End */


/* Start:/local/templates/viksan/components/bitrix/catalog.item/catalog/style.css?1644609434851*/
.catalog-item__img {background-color:#fff !important;}
.catalog-item__img img {object-fit: contain;}
.page-custom-form__preview-img img {
    width: 100%;
    height: auto;
}
.catalog-item__favourites-text{
    font-size: 12px;
    color: #000000;
    position: absolute;
    top: 8px;
    right: 35px;
}
.catalog-item__favourites-text-line{
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 14px;
    right: 49px;
}

.catalog-item__block{
    max-height: 135px;
    max-width: 515px;
    overflow-y: auto;
    margin-left: -5px;
}
.catalog-item__block::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: transparent;
}

.catalog-item__block::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*background-color: #fff;*/
    background-color: #344aba;
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16415933031816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/viksan/components/bitrix/catalog.section/catalog/themes/green/style.css?1641593321843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */


/* Start:/local/templates/viksan/components/bitrix/news.list/nashe-preimushestvo/style.css?16415933211002*/
@media (min-width: 768px) and (max-width:1199px) { 
ul {
	flex-wrap: wrap;
}
ul > .page-about__advantages-item {
	width: 100%;
	margin-bottom:22px;
	border-radius: 4px;
	padding: 18px 166px 32px 24px; 
}
h1.page__title.h1 {
	font-size: 40px;
	line-height: 44px;
}
.page-about__advantages .h1{
	font-size: 40px;
	line-height: 44px;
    text-align: center;
    margin: 128px 0 60px;
}

}
@media (max-width: 767px) {
.page-about__advantages .h1{
	margin: 60px 0 30px;
}	
ul {
	flex-wrap: wrap;
}
ul > .page-about__advantages-item {
	width: 100%;
	margin-bottom:22px;
	border-radius: 4px;
	padding: 27px 111px 34px 21px; 
}
ul > .page-about__advantages-item h3 {
	font-weight: 700;
    font-size: 18px;
    line-height: 1.33;
    margin: 0 0 18px;
}
ul > .page-about__advantages-item p {
	font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    color: #6a6a6a;
}
ul > .page-about__advantages-item img {
	right: 24px;
    bottom: 24px;
    width: 64px;
    height: auto;
}
}
/* End */
/* /local/templates/viksan/components/bitrix/catalog/catalog/style.css?16415933211007 */
/* /local/templates/viksan/components/bitrix/breadcrumb/.default/style.css?1641593321252 */
/* /local/templates/viksan/components/bitrix/catalog.smart.filter/catalog/style.css?16415933212 */
/* /local/templates/viksan/components/bitrix/system.pagenavigation/catalog/style.css?1641593321985 */
/* /local/templates/viksan/components/bitrix/catalog.section/catalog/style.css?16415933211031 */
/* /local/templates/viksan/components/bitrix/catalog.item/catalog/style.css?1644609434851 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16415933031816 */
/* /local/templates/viksan/components/bitrix/catalog.section/catalog/themes/green/style.css?1641593321843 */
/* /local/templates/viksan/components/bitrix/news.list/nashe-preimushestvo/style.css?16415933211002 */
