#toTop {
	width:100px;
	border:1px solid #ccc;
	background:#f7f7f7;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px;
	left:10px;
	cursor:pointer;
	display:none;
	/*color:#333;*/
	font-size:11px;
	z-index: 9;
	
	color:#fff;
	background: #a63a50;
	/*
	    background-image: -o-linear-gradient(-90deg, #1298d5 0%, #a63a50 98%);
	    background-image: -moz-linear-gradient(-90deg, #1298d5 0%, #a63a50 98%);
	    background-image: -webkit-linear-gradient(-90deg, #1298d5 0%, #a63a50 98%);
	    background-image: -ms-linear-gradient(-90deg, #1298d5 0%, #a63a50 98%);
	    background-image: linear-gradient(-180deg, #1298d5 0%, #a63a50 98%);
	    -pie-background: linear-gradient(-180deg, #1298d5 0%, #a63a50 98%);
	    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.15);
	    border-radius: 8px;
	*/
}

#toTop:after {
    content: '\027A4';
    transform: rotate(-90deg);
    display: inline-block;
}

.interest {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: stretch;
    align-items: stretch;
    margin: 25px 0;
    text-align: center;
}
.interest > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin: 5px;
    padding: 15px;
    border: 2px solid #a63a50;
}
.interest > div > div {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.interest a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background-color: #a63a50;
    font-weight: bold;
    text-decoration: none;
}
.h2-text {
	margin-top: 20px;
	font-size: 18px;
    color: #202020;
    font-family: 'exo_2';
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}
@media (max-width: 600px) {
	.interest {
		grid-template-columns: 1fr;
	}
}

.site-phone{
	padding-left: 5px !important;
	background: none !important;
}

.site-phone-left{
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.site-phone-left a{
	height: 18px;
}

.display-block{
	display: block;
}

@media (max-width: 580px){
	.site-phone {
    	display: flex !important;
    	margin: 0 auto;
	}
}

.brendy img{
	width: 130px;
	vertical-align: middle;
}
#hide_adapt::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    transform: rotate(316deg);
    border-left: 1px solid #a63a50;
    border-bottom: 1px solid #a63a50;
    margin: -4px 0px 0px 5px;
}

.block-used{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.block-used .item{
	max-width: 100px;
}
.block-used .item img{
	width: 100px;
	height: 100px;
}

.block-used .item p{
	text-align: center;
}
.bx-viewport {
height: auto!important;
}

.top-menu {
height: 49px;
overflow: hidden;
}

.product-info-wrapper {
    background: rgb(217, 216, 214);
    border-radius: 5px;
}
.product-info-block {
	border-bottom: 1px solid #fff;
	padding: 15px;
}
.product-info-block > b {
	margin: 0 0 6px 
}
.product-info-block > ul {
	color: rgb(129, 129, 129);
	font-size: 12px;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* 6.03.2024 */
.product-image-additional-list {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-image-additional {
    width: 30%;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    margin: 0 5px
}

.product-image-additional img {
    width: 100%!important;
}