.like1 {
	stroke: #3e5f8a;
	stroke-width: 2.1px;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: unset;
}

.pcs-text {
font-size: 12px;
opacity: 0.6;
text-align: left;
margin: 10px 0;
}

.pcs-text a {
color: rgb(0, 108, 234);
}

.like1:hover{
	stroke: #007fff;
	stroke-width: 2.1px;
}

.basket-left-v2{
	width: 73%;
}

.basket-right-v2{
	width: 25%;
}

.basket-right__price-all2{
    padding: 32px 40px 32px 32px;
    border: 1px solid #E8E8E8;
	width: 336px;
	top: 162px;
}

.basket-right__price-all__cupon2{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.basket-right__price-all__price2{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.basket-right__price-all__btn2{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.basket-right__price-all__cupon2 > p{
    font-size: 14px;
    line-height: 16px;
    color: #808080;	
	padding-bottom: 10px;
}

.basket-right__price-all__cupon2 > input{
    background: #fff;
	padding: 9px 10px;
	border: 1px solid #efefef;
	color: #5f5f5f;
	font-size: 14px;
	width: 200px;
}

.basket-right__price-all__cupon2 > input:focus-visible{
	outline: none;
}

.basket-right__price-all__price2 > span{
    font-size: 18px;
    line-height: 21px;
    color: #1B1E25;
	display: inline-block;
}

.basket-right__price-all__price2 > div{
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #1B1E25;
	display: inline-block;
	padding-left: 15px;
}

.basket-right__price-all__btn2 > button{
    border-color: #3e5f8a;
    background-color: #3e5f8a;
    color: #fff;
	padding: 9px 24px;
	border-radius: 4px;
	font-size: 16px;
    line-height: 1.375;
	width: 176px;
	text-align: center;
}

.basket-right__price-all__btn2 > button:hover{
    border-color: #5e85a4;
    background-color: #5e85a4;
    color: #fff;
}

.basket-right__price-all__btn2 > a{
	margin-top: 8px;
	background-color: transparent;
    color: #3e5f8a;
	border: 2px solid #3e5f8a;
	padding: 9px 24px;
	border-radius: 4px;
	font-size: 16px;
    line-height: 1.375;
	display: inline-block;
	width: 176px;
	text-align: center;
}

.basket-right__price-all__btn2 > a:hover{
    border-color: #5e85a4;
    background-color: #5e85a4;
    color: #fff;
}


/* moved to /local/templates/dispensator/components/bitrix/sale.basket.basket/basket_right/style.css */

.fixed_block {
  position: fixed;
  display: block;
}

.none_block {
	display: none;
}

.slide-product {
	display: none;
	height: 240px;
	align-items: center
}

.slides-product-btn{
	position: absolute;
	top: 25%;
	left: 5%;
	width: 90%;
	display: none;
}

.card-product:hover .slides-product-btn{
	display: block;
}

.next-product{
	top: 23%;
	position: absolute;
	right: 0;
}

.prev-product > svg{
	transform: rotate(178deg);
}

.next-product > svg{

}

.slides-sticker{
	background-image: url(../images/other/roszdravnadzor.png);
	width: 85px;
	height: 85px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

.cat-pages__alert a{
	color: #3e5f8a;
}

.cat-pages__alert a:hover{
	text-decoration: underline;
}

.table_compare {
	overflow: auto;
	width: 100%;
}

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

.table_compare table tr td:first-child {
	font-weight: bold;
	white-space: nowrap;
	color: #3d4345;
}

.table_compare table tr:nth-child(odd) td {
	background: #fff;
}

.table_compare table tr td {
	font-size: 14px;
	position: relative;
	padding: 8px 20px;
	text-align: left;
	background: #f9f9f9;
	width: 250px;
	min-width: 250px;
}

.table_compare table tr td a {
	color: #3e5f8a;
	font-size: 14px;
}

.table_compare table tr td a:hover {
	text-decoration: underline;
}

.table_compare table.compare-price tr td {
	font-weight: 400;
	background: #fff;
}

.table_compare table.compare-price tr td.simple:first-child {
	text-align: left;
}

.button-table-pages__a{
	color: #fff !important;
	text-decoration: none !important;
	margin-top: 10px;
}

.compare_srv{
	color: #88b98e;
	font-size: 16px;
	margin: 0 auto;
	padding-top: 20px;
}

.text_compare{
	margin-top: -10px;
	margin-bottom: 30px;
}

.text_compare > h2{
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.text_compare > div{
	margin-top: 15px;
}

.text_compare > div > span{
	color: #212121;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding-right: 10px;
	display: inline-block;
}

.text_compare > div > ul{
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}

.text_compare > div > ul > li{
	float: left;
	padding-left: 5px;
}

.table-compare__name{
	height: 65px;
}

.side-panel {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	background: #ffffff;
	width: 550px;
	height: 100vh;
	display: none;
	animation-name: sidePanelClose;
	animation-duration: 1s;
}

.side-panel__active{
	right: 0;
	animation-name: sidePanelOpen;
	animation-duration: 1s;
}

.side-panel__middle::-webkit-scrollbar,
.header__search-result__products::-webkit-scrollbar,
.menu-submenu-wrapper::-webkit-scrollbar {
	height: 12px;
	width: 8px;
}
.side-panel__middle::-webkit-scrollbar-track,
.header__search-result__products::-webkit-scrollbar-track,
.menu-submenu-wrapper::-webkit-scrollbar-track {
	background: #fff;
}
.side-panel__middle::-webkit-scrollbar-thumb,
.header__search-result__products::-webkit-scrollbar-thumb,
.menu-submenu-wrapper::-webkit-scrollbar-thumb {
	background-color: #3e5f8a;
	border-radius: 5px;
	border: 3px solid #3e5f8a;
}


.cookie-policy {
    z-index: 999;
    min-height: 20px;
    box-sizing: border-box;
    padding: 16px;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    left: 90px;
    background: #fff;
    box-shadow: 0 0 50px #ebebeb;
    display: none;
    width: calc(100% - 8px);
    max-width:416px
}

	.cookie-policy-content__link:target, .cookie-policy-content__link:active, .cookie-policy-content__link:focus {
		box-shadow: none;
		outline: none;
	}



@media only screen and (max-width: 1023px) {
    .cookie-policy {
        bottom: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform:translateX(-50%)
    }
		.cookie-policy-content__btn {
    font-size: 12px!important;
}
}

.cookie-policy.__show {
    opacity: 1;
    display:block
}

.cookie-policy-content {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(2, auto);
    -webkit-box-align: center;
    align-items: center;
    border-radius:10px
}

.cookie-policy-content__message {
    font-size: 12px;
    line-height:1.375
}

.cookie-policy-content__link {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.375;
    position: relative;
    cursor:pointer
}

.cookie-policy-content__btn {
    padding: 8px 20px;
    max-height: 40px;
    border-radius: 6px;
    color: #fff;
    background-color: rgb(0, 108, 234);
    box-shadow: 0 0 60px rgb(0 108 234 / 52%);
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height:1.5
}

.cookie-policy-content__btn:hover {
    color: #fff;
      background-color: rgb(37, 137, 255);
    box-shadow:0 0 60px rgb(37 137 255 / 83%)
}

.cookie-policy__close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    text-align: center;
    border: none;
    background: none;
    font-size: 34px;
    line-height: 0;
    cursor: pointer;
    color: #2d3462;
    outline:none
}

@keyframes sidePanelOpen {
	from {
		right: -550px;
	}
	to {
		right: 0;
	}
}

@keyframes sidePanelClose {
	from {
		right: 0;
	}
	to {
		right: -550px;
	}
}

@media (max-width: 1366px) {
	.basket-right__price-all2{
		width: 320px;
	}
}

@media (max-width: 1320px) {
	.basket-right__price-all2{
		width: 310px;
	}
}

@media (max-width: 1280px) {
	.basket-right__price-all2{
		width: 300px;
	}
}

@media (max-width: 1180px) {
	.basket-right__price-all2{
		width: 280px;
	}
	.table-compare__name{
		height: 70px;
	}
}

@media (max-width: 1150px) {

}

@media (max-width: 1100px) {
	.basket-right__price-all__cupon2 > input{
		width: 100%;
	}
	.basket-right__price-all2{
		width: 265px;
	}
}

@media (max-width: 1050px) {
	.basket-right__price-all2{
		width: 245px;
	}
}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {

}

@media (max-width: 991px) {
	.basket-left-v2,
	.basket-right-v2{
		width: 100%;
	}
	.basket-right__price-all__cupon2{
		width: 55%;
	}

	.basket-right__price-all__price2{
		width: 40%;
	}

	.basket-right__price-all__btn2{
		width: 100%;
	}
	.basket-right__price-all2 {
		width: 100%;
	}
	.table-compare__name{
		height: 75px;
	}
}


@media (max-width: 950px) {

}

@media (max-width: 900px) {

}

@media (max-width: 800px) {

}

@media (max-width: 768px) {

}

@media (max-width: 767px) {

}

@media (max-width: 720px) {
	.side-panel,
	.side-panel__active{
		display: none;
	}
	.table-compare__name{
		height: 80px;
	}
}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

}

@media (max-width: 480px) {
	.basket-right__price-all__cupon2{
		width: 100%;
	}

	.basket-right__price-all__price2{
		width: 100%;
	}
	.table-compare__name{
		height: 85px;
	}
}

@media (max-width: 420px) {

}

@media (max-width: 400px) {

}

@media (max-width: 340px) {

}