.banner-slider__wrap.swiper-wrap {
    display: flex;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 479px) {
    .buy-now__image {
        right: 45px;
        height: 250px;
        bottom: -8px;
        width: 50%;
    }
}
#supportWindow{
    display: none;
}

.ui-widget-overlay{
    background: #070707;
    opacity: .4;
}
.text-label1{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
@media (max-width: 1090px){
    .callback-form__wrapper{
        width: unset !important;
    }
}
@media screen and (max-width: 920px){
    .footer__info{
        flex-direction: column !important;
    }
}

.basket-total__summary .js-totalprice .js-summary {
    width: 150px;
    text-align: right;
}

.bside {
display: flex;
flex-direction: row;
	transition: 0.5s; 
	align-items: center;
	justify-content: flex-end;
	padding-right:40px;
}

.bside__logo{
	width: 55%;
	-moz-transform: rotate(20.8deg); /* Для Firefox */
    -ms-transform: rotate(20.8deg); /* Для IE */
    -webkit-transform: rotate(20.8deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(20.8deg); /* Для Opera */
    transform: rotate(20.8deg);
}
.bside__logo:hover {

   }

@media screen and (max-width: 800px) {
	.bside__logo {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.bside {
		display: none;
	}
}