/*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;  }*/
.video_block iframe{margin-bottom:30px}
#bx-soa-order #bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company[data-id='8']{display:none}

/* Predzakaz sryt */
#bx_117848907_5792_store_quantity,
.catalog_block .item-stock[data-id='5792'],
.catalog_block .item-stock[data-id='5928'] {display:none}
.stickers [class*=sticker_predzakaz],
.stickers [class*=sticker_preorder]{background-color:#ffa300}

/* Translate Panel */
/* Прячем панель гугла */
.skiptranslate {
    display: none !important;
}
/* Убираем подсветку ссылок */
.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}
/* language */
.language {
   /* position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);*/
    z-index: 999;
   /* display: flex;
    flex-direction: column;*/
}
.language__img {
    margin: 0 1px;
    cursor: pointer;
    opacity: .5;
    width: 24px;
	height: auto;
	transition: 0.4s;
	color: #2f2f2f;
}
.language__img:hover,
.language__img_active {
	opacity: 1;
	border-bottom: 1px dotted;
	color: #ff7f00;
	font-weight: 500;
}
.language__img:hover {
	border-bottom: 0 dotted;
}
.language__img_active:hover {
	border-bottom: 1px dotted;
}
/* fix top UA */
.translated-ltr .site_s1 {top:0 !important}
body.site_s1 {
	top:0 !important
}