a.button-cost {
    position: fixed;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 4.929em;
    height: 100%;
    padding: 2em 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    text-decoration: none;
    line-height: 5;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #ff8100;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: text-shadow .5s;
    -moz-transition: text-shadow .5s;
    -o-transition: text-shadow .5s;
    transition: text-shadow .5s;
}

a.button-cost:hover, a.button-cost:focus {
    color: #fff;
    outline-width: 0;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff
}

a.button-cost:active:after {
    -webkit-transition: -webkit-transform .1s;
    -moz-transition: -moz-transform .1s;
    -o-transition: -o-transform .1s;
    transition: transform .1s;
    -webkit-transform: scale(1, .9);
    -moz-transform: scale(1, .9);
    -ms-transform: scale(1, .9);
    -o-transform: scale(1, .9);
    transform: scale(1, .9)
}

@media (min-width: 800px) {
    a.button-cost {

        position: fixed;
        z-index: 200;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: lr-tb;
        writing-mode: lr-tb;
        color: #fff;
        text-decoration: none;
        line-height: 5;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        background-color: #ff8100;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: text-shadow .5s;
        -moz-transition: text-shadow .5s;
        -o-transition: text-shadow .5s;
        transition: text-shadow .5s;

        top: 45%;
        right: 0px;
        width: 15em;
        height: 70px;
        padding: 0px;
    }

}
.submenu4{padding-left: 20px;}
.api-qa-form-unswer{
    display:none;
}
.bx_filter_block .check__label{
    text-align:left;
}
.sale.banner-list.owl-carousel.owl-theme.owl-loaded{
    padding: 0px;
    z-index: 0;
}
.popup-window{width:203px;}
.bx_filter .bx_filter_select_container{
    width:100%;
    text-align:left;
}
.doptext_pm{color: #3390d9;}

.header-menu__link.active {
    color: #ff8100;
}
.pay_logos{
	
}
.pl_title{
	padding-top: 5px;
	margin-bottom: 5px;
}
.pl_logos{
	display: flex;
	justify-content: space-between;
}
.pl_logo_item{
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pl_logo_item img{
	max-width: 100%;
}
.pl_soc_item{
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
}
.pl_soc_item img{
	max-width: 100%;
}