

/* Start:/local/templates/symmetron_default/components/bitrix/news/news_symm_new/bitrix/news.detail/.default/style.css?16656668831056*/
table.tbl {
    width:100%;
    background-color: #FFFFFF;
    text-align: left;
    border-collapse: collapse;
}

table.tbl td, table.tbl th {
    border: 1px solid #C2C2C2;
    padding: 10px 10px;
}

table.tbl tr:nth-child(odd) {
    background-color: #ececec;
}

table.tbl tbody td {
    font-size: 13px;
}

table.tbl thead {
    background: #E0E0E0;
    border-bottom: 0px solid #ABABAB;
}

table.tbl thead th, table.tbl thead td {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

table.tbl tfoot td {
    font-size: 8px;
}

table.tbl tfoot .links {
    text-align: right;
}

table.tbl tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.article-data .article-data__list {
    flex-wrap: wrap;
}

.article-data .article-data__item {
    flex-shrink: unset;
    margin-bottom: 8px;
}

.article-data__link {
    display: inline-block;
    position: relative;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1671034158675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/news.list/favorites/style.css?16867291073336*/
.active-status:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #ff0000;
}

.active-status.ordered:before {
    background-color: #0066ff;
}

.active-status.stock:before {
    background-color: #13af2c;
}

.active-status.order:before {
    background-color: #ff9600;
}

.favorite-table table {
    width: 100%;
    border-collapse: collapse;
}

.favorite-table th {
	white-space: nowrap;
    color: #000;
}


.favorite-table th:nth-child(1) {
    font-weight: bold;
}

.sidebar-favorite a, .sidebar-question a, .sidebar-sample {
    display: block;
}

.favorite-table th, .favorite-table td {
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    border-bottom: 1px solid #bdbfc0;
}

/*.favorite-table a {
    display: block;
    text-decoration: none;
    color: #008aff;
}*/

.favorite-heart {
    display: block;
    width: 26px;
    height: 24px;
    float: right;
}

.favorite-status:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #ff0000;
}

.favorite-status.ordered:before {
    background-color: #0066ff;
}

.favorite-status.stock:before {
    background-color: #13af2c;
}

.favorite-status.order:before {
    background-color: #ff9600;
}


.quantity {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.quantity > span {
    flex-grow: 1;
}

.quantity-items,
.quantity-price {
    font-size: 14px;
}

.quantity-price {
    text-align: right;
}

.quantity .quantity-separator {
    align-self: center;
    flex-grow: 8;
    border-bottom: 1px solid #c6c6c6;
}


.remove-fav {
	display: block;
    width: 20px;
    height: 20px;
    fill: #000;
    stroke: #000;
	cursor: pointer;
}


.disabled {
    pointer-events: none; /* делаем элемент неактивным для взаимодействия */
    cursor: default; /*  курсор в виде стрелки */
    color: #888;/* цвет текста серый */
}

.add-to-cart {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #008aff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
	cursor: pointer;
}

.wholesale {
    margin-top: 20px;
}

.sidebar-sample {
    width: 100%;
    max-width: 190px;
    margin: 0px auto;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
    text-decoration: none;
	cursor: pointer;
}

.mini-cart__wrapper .item-more .avalibilty.out {
    margin-bottom: 15px;
    text-align: center;
}
.avalibilty {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

a.add-to-cart:hover {
    color: #fff;
    opacity: 0.85;
}

.favorite-select a {
    text-decoration: none;
    color: #008aff;
}

.favorite .favorite-table {
    overflow: unset;
}

@media (max-width: 480px) {
    .favorite .favorite-table {
        overflow: auto;
    }

	.favorite-table td:nth-child(3) {
		white-space: nowrap;
	}
}

.partner-icon {
    width: 22px;
}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog.item/mini/style.css?16626448058661*/
.mini-card {
    display: none;
    padding: 55px 15px 15px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 100;
}

.mini-card.open td {
    border-top: none;
}

.mini-card .card-holder {
    display: none;
    overflow: visible;
}

.mini-cart__wrapper {
    display: none;
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
    position: relative;
    background-color: #fff;    
}

.mini-card.open {
    display: table-row;
}

.mini-card.open .mini-cart__wrapper {
    display: block;
	position: relative;
}

.item-img {
    position: relative;
}

.item-img .favorite {
    display: block;
    position: absolute;
    top: -25px;
    left: -20px;
    cursor: pointer;
    z-index: 40;
}
.purchase-content__item .item-img .favorite,
.sample-content__item .item-img .favorite {
    top: -35px;
    left: 0px;
}

.cardmini-favorite {
	display: flex;
	align-items: center;
	margin-right: 15px;
	cursor: pointer;
    font-size: 15px;
}

.cardmini-favorite:hover span {
	color: #008aff;
}

.cardmini-favorite svg {
    display: block;
    width: 18px;
    height: 18px;
	margin-right: 10px;
    fill: #000;
    stroke: #000;
    transition: 0.3s;
}

.cardmini-favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
}

.cardmini-favorite.act span {
	color: #008aff;
}

.cardmini-favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.cardmini-favorite.act svg #fill-heart {
	fill: #008aff;
}

.fav_status {
	line-height: 20px;
}

.item-img .favorite svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #000;
    stroke: #000;
    transition: 0.3s;
}

.item-img .favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
    opacity: 0.55;
}

.item-img .favorite:hover svg #fill-heart {
    fill: #008aff;
    opacity: 0.55;
}


.item-img .favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.item-img .favorite.act svg #fill-heart {
    fill: #008aff;
}

#fill-heart {
    fill: transparent;
}


.mini-cart__wrapper .item-img a {
    display: block;
}

.mini-cart__wrapper .item-img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.mini-cart__wrapper .item-info {
    width: 72%;
    padding: 0px 20px;
}

@media (min-width: 481px) {
    .item-info {
        border-bottom: 1px solid #f0f0f0;
        /* border-left: 1px solid #f0f0f0; */
    }
}

@media (min-width: 1025px) {
    .item-info {
       /* border-left: 1px solid #f0f0f0;*/
    }
}

@media (min-width: 1550px) {
    .item-info {
        border-bottom: none;
    }
}
.mini-cart__wrapper .item-info a {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 20px;
    color: #008aff;
    text-decoration: none;
    white-space: normal;
	width: 100%;
}

.mini-cart__wrapper .item-more {
    width: 28%;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .mini-cart__wrapper .item-more {
        margin-top: 0;
    }
}

@media (min-width: 1550px) {
    .mini-cart__wrapper .item-more {
        padding-top: 60px;
    }
}

.mini-cart__wrapper .item-info__content {
    display: flex;
}

.mini-cart__wrapper .avalibilty {
	margin-top: 15px;
}

.mini-cart__wrapper .item-info__content ul {
    padding: 0px;
    margin: 0px 20px 0px 0px;
    list-style: none;
}

.mini-cart__wrapper .item-info__content li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
}

.mini-cart__wrapper .item-more {
    padding: 0px 20px;
}

.item-more .avalibilty:before,
.avalibilty:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
	vertical-align: middle;
    color: #13af2c;
	border-radius: 50%;
	background-color: #13af2c;
}
.item-more .avalibilty.out:before,
.avalibilty.out:before {
    color: #ff0000;
}

.mini-cart__wrapper .item-more .avalibilty.out {
    margin-bottom: 15px;
    text-align: center;
}

.mini-cart__wrapper .item-more .quantity-num {
    margin: 10px auto;
    float: left;
}

.mini-cart__wrapper .item-more .add-to-cart {
    max-width: 284px;
    margin: 10px auto 20px;
}

.mini-cart__wrapper .item-more .price {
    margin-top: 20px;
    float: right;
    font-size: 18px;
    line-height: 20px;
}

.close-mini {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog.item/mini/images/close.png);
    cursor: pointer;
}

.analogue-table .mini-card td {
	padding: 0px;
    border-bottom: 1px solid #bdbfc0;
}

.analogue-table .mini-cart__wrapper {
	margin-top: 0px;
}

.mini-card__select td {
	border-bottom: 1px solid #bdbfc0;
}

.mini-cart__wrapper .item-info  .item-info__head {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 36px;
}

.item-info__type {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 30px;
}

.mini-cart__wrapper .item-info .item-info__fullLink {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 30px;
}

.mini-cart__wrapper .add-to-cart svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	fill: #fff;
}

.item-info__actions {
	/*width: 30%;*/
    width: 60%;
}


.item-info__description, .item-info__inner {
	display: flex;
}

.item-info__inner {
    position: relative;
}

.item-wrapper {
    display: flex;	
    padding: 10px 0;
    position: relative;
    z-index: 100;
}

.item-info__question {
    font-size: 15px;
}

.mini-cart__wrapper .item-info .item-info__question-link {
	margin-bottom: 0px;
}

.mini-cart__wrapper .item-info .item-info__question .item-info__question-link {
    display: flex;
    align-items: center;
}

.item-info__inner-wrapper .item-wrapper {
	margin-bottom: 15px;
}

@media (min-width: 800px) {
    .mini-cart__wrapper .item-info .item-info__question .item-info__question-link {
        margin-left: 10px;
    }
}

.item-info__question a span {
    margin-right: 2px;
}

.item-info__question svg {
	width: 18px;
	height: 18px;
	margin-right: 5px;
    margin-bottom: -2px;
}

.item-info__question span {
	font-size: 15px;
	vetrical-align: middle;
}

.item-info__text {
	margin-bottom: 15px;
	/*padding: 0px 15px;*/
	box-sizing: border-box;
    width: 100%;
}

.item-sample {
    width: 100%;
    max-width: 190px;
    margin-bottom: 15px;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.item-info__textBold {
	margin-bottom: 5px;
}  Bold span {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.item-info__textDescrition {
	font-size: 14px;
	line-height: 20px;
}

.mini-cart__wrapper .item-more {
	border-left: 1px solid #f0f0f0;
}

.item-info__img a {
display: block;
    width: 100%;
max-width: 150px;
    height: 150px;
}


.item-info__img img {
	display: block;
	width: 100%;
	max-width: 130px;
}



.favorite-table .card-holder {
	width: 100% !important;
	max-width: 100%;
}

.item-info__inner {
	align-items: flex-start;
}

.item-info__inner-wrapper {
	width: 100%;
}

.favorite-table {
	overflow: auto;
}

.favorite-select {
	cursor: pointer;
}


@media (max-width: 768px) {
	.card-holder .mini-cart__wrapper .item-info {
	    width: 100%;
	}
}

@media (max-width: 767px) {	

	.item-info__inner {
		flex-direction: column;
	}

	.item-info__inner .item-info__img {
		margin: 0 auto;	
        position: relative !important;		
	}
	
	/*#analogue-card .item-info__img,
	.catalog-accompanying .item-info__img {
		position: relative;
	}*/
	
	.item-info__img a {
		margin: 0 auto;
	}

	.mini-cart__wrapper .item-more {
		margin-top: 0px;
	}

	.item-info__img a {
		width: 100%;
		height: auto;
	}

	.item-info__img img {
		display: block;	
		/*width: 100%;*/
		max-width: 320px;
		margin: 0 auto;
		height: auto;
	}

	.item-info__description {
		flex-direction: column;
	}
			

}

@media (max-width: 480px) {
	.card-holder  .mini-cart__wrapper .item-info {
		padding-left: 0px;
	}
	.sidebar-sample {    
		font-size: 14px;
	}	

  }

@media (max-width: 414px) {
	table .mini-card .mini-cart__wrapper {
	    max-width: 360px;
	}
}	
@media (max-width: 400px) {
	.item-wrapper {
		flex-direction: column;
	}


	.cardmini-favorite  {
		margin-bottom: 10px;
	}
}

@media (max-width: 375px) {
	table .mini-card .mini-cart__wrapper {
	    max-width: 320px;
	}
}
@media (max-width: 320px) {
	table .mini-card .mini-cart__wrapper {
	    max-width: 280px;
	}
}

.mini-cart__wrapper .item-info
{
	float: left;
}

@media (max-width: 1500px) {
	
	.mini-cart__wrapper .item-info, .mini-cart__wrapper .item-more {
		float: none;
		clear: both;
	}	
}
/* End */


/* Start:/local/components/mcart/catalog.quantity/templates/list/style.css?17440332918817*/
.quancart {
	flex-wrap: wrap;
}

.quantity-block {
    display: flex;
    position: relative;   
    margin-bottom: 10px;
}

.quantity-block {
    display: flex;
    position: relative;    
    margin-bottom: 10px;
}

.in-box {
    margin-top: 5px;
    font-size: 12px;
    color: #7a7a7a;
}

.not-multiples a {
    color: #008aff;
}

.not-multiples > span {
    display: flex;
}

.not-multiples svg {
    display: block;
    width: 10px;
    height: 12px;
    margin-right: 5px;
    margin-left: -15px;
}

.trash, .not-equal--svg {
    fill: #a7a5a6;
}

.item-more .in-box.not-multiples {
    padding: 0px 40px 10px;
}


.wholesale {
    margin: 20px 0px;
}

.avalibilty {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}


.avalibilty.out:before {
    color: #ff0000;
    background-color: #ff0000;
}

.quantity {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.quantity > span {
    text-align: center;
}


.quantity-items,
.quantity-price {
    font-size: 14px;
}

.quantity > .quantity-items {
    padding-right: 10px;
}

.quancart .quantity-price {
    line-height: 3;
	padding-left: 8px;
}

.quantity .quantity-separator {
    align-self: center;
    flex-grow: 8;
    border-bottom: 1px solid #c6c6c6;
}


form > .price {
    font-size: 30px;
    text-align: center;
}

.add-to-cart {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #008aff;
    color: #fff;
    border-radius: 5px;
}

.add-to-cart:hover {
    opacity: 0.85;
}

.sidebar-favorite {
    cursor: pointer;
}

.sidebar-favorite,
.sidebar-question a,
.sidebar-sample {
    display: block;
}

.sidebar-favorite,
.sidebar-question a {
    font-size: 14px;
    text-decoration: none;
}

.sidebar-favorite span {
    display: inline-block;
    vertical-align: middle;
}


.sidebar-favorite span svg {
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
    fill: #000;
    stroke: #000;
}

.sidebar-favorite,
.sidebar-question {
    margin-bottom: 10px;
}

.sidebar-favorite {
    margin-top: 20px;
}

.sidebar-sample {
    width: 240px;
    margin: 0px 0px 0px auto;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.sidebar-sample:hover {
    opacity: 0.85;
}

.cb {
    clear: both;
}

.mini-cart__wrapper .item-more {
    padding: 0px;
}


@media (min-width: 1550px) {
    .mini-cart__wrapper .item-more {
        padding-top: 40px;
    }
}

.item-more .wholesale {
    padding: 0px 15px;
}

.no-quant__text {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #ff0000;
    clear: both;
}

.mini-cart__wrapper .item-info {
    width: 65%;
}

@media (min-width: 769px) {
    .mini-cart__wrapper .item-info {
        width: 60%;
    }
}

.mini-cart__wrapper .item-more {
    width: 40%;
	float: left;
}

.quant-inPack {
    display: block;
    margin: 10px 0px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.mini-cart__wrapper .item-more .quantity-num {
    float: none;
    margin: 0px;
}

.quancart {    
    padding: 15px;
    clear: both;    
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;	
	display: flex !important;
    flex-direction: column;
    align-items: center;
}

.mini-cart__wrapper .item-more .add-to-cart {
    max-width: none;
    width: 240px;
    margin: auto;
}

.mini-cart__wrapper .item-more .add-to-cart.analogue-btn {
    margin: 0px auto;
}

.quantity-holder {
    margin-top: 2px;
}

.quant-weHave {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.mini-card .no-quant__text {
    margin-top: 10px;
}

.mini-card .sidebar-sample svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    fill: #fff;
}

.quancart form {
    display: block;
    width: 100%;
	margin-left: auto;
}

#analogue-card .quancart form,
#together .quancart form {
	margin: 0px;
}

.mini-card .sidebar-sample.qua-request,
.mini-card .sidebar-sample.miss-request {
    max-width: none;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #737a82;
}

.mini-card .sidebar-sample.qua-no {
    width: 100%;
	max-width: none;
    margin: 0 auto;
}

.mini-card .sidebar-sample.qua-request span,
.mini-card .sidebar-sample.miss-request span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.mini-card .sidebar-sample.qua-no span {
    display: inline-block;
    vertical-align: middle;
}

.mini-card .sidebar-sample svg.cart-no {
    margin-left: auto;
    margin-right: 5px;
    fill: #000;
}

.card-sidebar__content .sidebar-sample {
    margin: 0 auto;
}

.modal .sidebar-sample {
    margin: 0 auto;
}

#select_count select {
    font-size: 14px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #d3d5d6;
    background-color: transparent;
    text-align: center;
    text-align-last: center;
    outline: none;
}

.item-info__img { padding-top: 40px; }

@media (max-width: 1024px) {
    .mini-cart__wrapper {
        max-width: 970px;
    }
    .mini-cart__wrapper .item-more .add-to-cart {        
        width: 190px;
    }
}

@media (max-width: 768px) {
	
    .mini-cart__wrapper {
        max-width: 730px;
		width: 100%;
    }

    .mini-cart__wrapper .item-more {
        border-left: 0px;
    }

    .quancart {
        padding: 15px 31px;
    }

    .analogue-table .mini-cart__wrapper .item-info {
        width: 100%;
        padding-top: 40px 40px 0px 40px;
    }

    .mini-cart__wrapper .item-info .item-info__head {
        font-size: 24px;
        line-height: 24px;		
    }

    .mini-cart__wrapper .item-more .quancart .sidebar-sample, .mini-cart__wrapper .item-more .quancart .add-to-cart {
        margin: 0 auto;
    }

    .quancart {
        display: block;
    }

	.item-info__img { padding-top: 0px; }	
}

@media (max-width: 480px) {
    .mini-card .mini-cart__wrapper {
        max-width: 480px;
    }
    .item-info__description {
        flex-direction: column;
    }

    .item-info {
        flex-direction: column;
    }

    .item-info__inner {
        flex-direction: column;
    }

    .item-info__actions, .item-info__description {
        width: 100%;
    }

   /* .mini-card.open .mini-cart__wrapper {
        padding: 0px 25px 0px 0px;
    } */

    .item-info__text, .item-more .wholesale {
        padding-left: 0px;
    }

    .quancart {
        padding: 15px;
    }

}

@media (min-width: 1550px) {
    .mini-card.open .mini-cart__wrapper {
        flex-direction: row;
    }
}

@media (max-width: 414px) {
    .mini-card .mini-cart__wrapper {
        max-width: 400px
    }
}

@media (max-width: 411px) {
    .mini-card .mini-cart__wrapper {
        max-width: 400px
    }
}

@media (max-width: 375px) {
    .mini-card .mini-cart__wrapper {
        max-width: 365px
    }
}


@media (max-width: 360px) {
    .mini-card .mini-cart__wrapper {
        max-width: 350px
    }

    .item-info__description, .item-info__inner {
        flex-direction: column;
    }
}


@media (max-width: 320px) {
    .mini-card .mini-cart__wrapper {
        max-width: 320px
    }

    .item-info__description, .quancart {
        flex-direction: column;
        align-items: center;
    }

    .mini-cart__wrapper .item-more .add-to-cart,
    .sidebar-sample {
        margin: 15px auto;
    }

}

#analogue-card .mini-cart__wrapper .item-more,
.catalog-accompanying .mini-cart__wrapper .item-more
{
    width: 32%;
}

#analogue-card .mini-cart__wrapper .item-info,
.catalog-accompanying .mini-cart__wrapper .item-info
{
    width: 50%;
}

@media (max-width: 767px) {	
	.quancart {
		border: none;
	}
}

@media screen and (max-width: 1500px) 
{
	.mini-cart__wrapper .item-more, .mini-cart__wrapper .item-info {
		width: 80%;
	}	
	#analogue-card .mini-cart__wrapper .item-more,
	.catalog-accompanying .mini-cart__wrapper .item-more {
		width: 100%;
	}
	#analogue-card .mini-cart__wrapper .item-info,
	.catalog-accompanying .mini-cart__wrapper .item-info {
		width: 100%;
	}	
	.mini-card .sidebar-sample.qua-no {
		width: 270px;		
	}	
	.mini-cart__wrapper .item-info .item-info__head {        
		text-align: center;
    }	
	.mini-cart__wrapper .item-info .item-info__fullLink,
	.item-info__type,
	.item-info__text {		
		text-align: center;
	}
	.item-wrapper {
		align-items: center;
		justify-content: center;
	}	
	.item-sample {
        margin: 0 auto 15px;
        display: block;
    }	
	.item-info__inner .item-info__img {
		position: absolute;
		right: 0;
	}
}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/news.list/activity_block/style.css?165363847943*/
.event-date__day-wrapper { 
	width: 100%;
}
/* End */
/* /local/templates/symmetron_default/components/bitrix/news/news_symm_new/bitrix/news.detail/.default/style.css?16656668831056 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1671034158675 */
/* /local/templates/symmetron_default/components/bitrix/news.list/favorites/style.css?16867291073336 */
/* /local/templates/symmetron_default/components/bitrix/catalog.item/mini/style.css?16626448058661 */
/* /local/components/mcart/catalog.quantity/templates/list/style.css?17440332918817 */
/* /local/templates/symmetron_default/components/bitrix/news.list/activity_block/style.css?165363847943 */
