.pozvonim-mobile {
    display: none !important;
}
.boxwidget{
	width: 100%;
    display: flex;
    justify-content: flex-start;
	flex-direction: column;
}
.boxwidget__inner{
	width: 100%;
	max-width: 1344px;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin: 0 auto;
}
.boxwidget-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.boxwidget-nav__link {
    display: block;
    text-decoration: none;
    outline: none;
    transition: .4s ease-in-out;
    cursor: pointer;
}
.boxwidget-nav__list {
    backface-visibility: hidden;
    background: rgba(255,255,255,.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.boxwidget-nav__item {
    flex: 0 1 auto;
    margin: 0;
    padding: 0;
    position: relative;
    background: #f6b453;
    width: 180px;
    height: 35px;
    margin-right: 22px;
}
.boxwidget-nav__item--box{
    width: 260px;
}
.boxwidget-nav__link {
    line-height: 35px;
    display: flex;
    align-items: flex-start;
    padding-left: 14px;
    color: #fff;
}
.boxwidget-nav__link:hover{
    text-decoration: none;
    color: #fff;
}
.boxwidget-nav__link::after {
    content: "\003C";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 13px;
}
.boxwidget-nav__list-sub {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    width: auto;
    padding: 0;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0% 0%;
    transition: .6s ease-in-out;
	background: #fff;
	-webkit-box-shadow: 0px 13px 41px -2px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 13px 41px -2px rgba(0,0,0,0.49);
	box-shadow: 0px 13px 41px -2px rgba(0,0,0,0.49);
}
@media (min-width: 1025px){
	.boxwidget-nav__item--down:hover > .boxwidget-nav__list-sub{
		visibility: visible;
		opacity: 1;
		transform: perspective(600px) rotateX(0deg);
	}
}
.active-submenu{
	visibility: visible;
	opacity: 1;
	transform: perspective(600px) rotateX(0deg);
}
.boxwidget-nav__link-sub {
    color: #949494;
    font-size: 14px;
    line-height: 36px;
    padding: 0 14px;
}
.boxwidget-nav__link-sub--box{
    font-size: 14px;
}
.boxwidget-nav__link-sub--active{
    font-weight: bold;
	color: #f6b453;
}
.boxwidget-nav__link-sub:hover{
    color: #f6b453;
}
.boxwidget-nav__link--disable{
	background-color: grey;
	cursor: default;
}
.boxwidget-nav__item-sub{
    list-style: none;
    position: relative;
}
.boxwidget-nav__item-sub a {
    cursor: pointer;
}
/*Кнопка*/
.boxwidget-btn{
    border: none;
    background: transparent;
    color: #000;
    position: relative;
    outline: none;
    padding-left: 30px;
    margin-left: 145px;
}
.boxwidget-btn__inner{
    border-bottom: 2px solid #f3b150;
    font-size: 17px;
}
.boxwidget-btn__inner:hover{
    border-bottom-color: transparent;
}
.boxwidget-btn::before{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
	top: 2px;
    background: url("images/arrow.svg") no-repeat;
}
.boxwidget-btn__text{
    color: #f3b150;
}

/*Изображение*/
.boxwidget-image{
    padding-top: 100px;
    max-width: 100vw;
    min-width: 320px;
    width: 1172px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	overflow: hidden;
	min-height: 441px;
}
.empty-block__box, .empty-block {
	bottom: 0px;
}
.empty-block__box img, .empty-block img {
    margin: 0 auto;
}
.empty-block__box img, .activate_box img {
    transform: translateX(-150px);
}
.boxwidget-image .bx-wrapper:nth-of-type(2){
	    background: url(/boxwidget/images/back.png) 50% -43% no-repeat;
    background-size: contain;
}
.boxwidget-image__box{
    position: relative;
    margin-left: -13%;
    visibility: hidden;
}
.boxwidget-image__car{
    position: relative;
    margin-top: -5px;
    visibility: hidden;
}
.boxwidget-nav__link-sub--box::after{
    content: "";
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -143px;
    top: 2px;
    filter: invert(73%);
    -webkit-filter: invert(73%);
}
.boxwidget-nav__link-sub--active.boxwidget-nav__link-sub--box::after{
    filter: invert(0);
    -webkit-filter: invert(0);
}
/*Анимация*/
.boxwidget-image__box--animation{
    animation: box 2s 1 linear;
    visibility: visible;
}
.boxwidget-image__car--animation{
    animation: car 2s 1 linear;
    visibility: visible;
}
@keyframes car {
    from {left: -100%;}
    to {left: 0;}
}
@keyframes box {
    from {left: -100%;}
    to {left: 0;}
}

@media (max-width: 1000px) {
    .boxwidget-nav__list{
        flex-direction: column;
    }
    .boxwidget-nav__list-sub{
        background: #fff;
    }
}

@media (max-width: 768px) {
    .boxwidget-btn{
        margin-left: 0;
    }
}
.boxwidget-image .bx-viewport{
	overflow: visible!important;
}

.boxwidget-image .bx-wrapper{
	box-shadow: none;
	margin-bottom: 0;
	border: none;
	background: transparent;
}
.activate_img > img, .activate_box > img{
	margin: 0 auto;
    position: relative;
}
.boxwidget__selected{
	padding: 20px 0 0 14px;
	display: grid;
	grid-template-columns: repeat(2, 180px) 260px;
	grid-template-rows: 35px;
	grid-column-gap: 22px;
	margin: 0 auto;
    width: 1344px;
	max-width: 100%;
}
.bx-wrapper img{
	max-width: 80vw!important;
}

@media screen and (max-width: 1024px) {
    .boxwidget-image .bx-wrapper {
        margin-top: 0px;
    }
	.empty-block > img, .empty-block__box {
		margin-left: 10%!important;
	}
	.empty-block__box {
		margin-left: 0.5%!important;
	}
	.empty-block__box > img{
		max-height: 80px;
		margin-top: 40px;
	}
	.bxslider__box .activate_box{
		margin-left: -.25%!important;
	}
	.bxslider__box .activate_box > img{
		max-height: 80px;
		margin-top: 40px!important;
        transform: translateX(50px);
	}
	.bxslider__car .activate_img{
		margin-left:0!important;
	}
	.boxwidget-image{
		padding-top: 0;
	}
    .additional_descr_boxwidget {
        margin-top: -70px;
    }
}
@media screen and (max-width: 850px) {
	.boxwidget{
		width: 100%;
		padding: 0% 4%;
	}
	.boxwidget .boxwidget-nav{
		width: 100%;
		margin-bottom: 10px;
	}
	.boxwidget-nav__list .boxwidget-nav__item{
		width: 100%;
		margin: 6px 0px;
	}
    .empty-block__box {
        margin-left: 0.4%!important;
    }
    .bxslider__box .activate_box {
        bottom: 0px!important;
    }
}
@media screen and (max-width: 750px) {
    .empty-block__box {
        margin-left: 0.35%!important;
        bottom: 3px!important;
    }
    .additional_descr_boxwidget {
        margin-top: -120px;
    }
}
@media screen and (max-width: 650px) {
    .empty-block__box > img {
        max-height: 70px;
    }
    .bxslider__box .activate_box > img {
        max-height: 70px;
    }
    .additional_descr_boxwidget {
        margin-top: -150px;
    }
    .boxwidget__selected {
        display: flex;
    }
}
@media screen and (max-width: 570px) {
    .empty-block__box > img {
        max-height: 60px;
        margin-top: 20px;
    }
    .bxslider__box .activate_box > img {
        max-height: 60px;
        margin-top: 35px!important;
    }
    .additional_descr_boxwidget {
        margin-top: -180px;
    }
}
@media screen and (max-width: 500px) {
    .empty-block__box > img {
        max-height: 50px;
        margin-top: 30px;
    }
    .bxslider__box .activate_box > img {
        max-height: 50px;
        margin-top: 30px!important;
    }
    .additional_descr_boxwidget {
        margin-top: -200px;
    }
}
@media screen and (max-width: 450px) {
    .empty-block__box > img {
        max-height: 40px;
        margin-top: 25px;
    }
    .bxslider__box .activate_box > img {
        max-height: 40px;
        margin-top: 20px!important;
        bottom: 0!important;
    }
    .additional_descr_boxwidget {
        margin-top: -250px;
    }

}
@media screen and (max-width: 420px) {
    .empty-block__box {
        bottom: 8px!important;
    }
	.empty-block img {
		margin-top: -3px!important;
	}
	.bxslider__box .activate_box {
		margin-left: -.28%!important;
		bottom: -2px!important;
	}
}
/*ДЛЯ ВЫПАДАЮЩЕГО МЕНЮ ИКОНОК БОКСОВ*/
.boxwidget-nav__item-sub-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boxwidget-box-menu {
    height: 30px;
    width: auto;
    margin-left: auto;

}
.boxwidget-box-menu img {
    width: auto;
    height: 30px;
    object-fit: contain;
}
.boxwidget-nav__link-sub--box::after {
    content: none;
}

@media screen and (min-width: 1024px) {
    .bxslider__box .activate_box[aria-hidden="false"][selected_car="kia-rio-2015"][selected_box="923"] > img {
        /*left: 503px !important;*/
    }
    .bxslider__box .activate_box[aria-hidden="false"][selected_car="renault-logan-new"][selected_box="923"] > img {
        left: 476px !important;
    }
    .bxslider__box .activate_box[aria-hidden="false"][selected_car="datsun-on-do-sedan-2014"][selected_box="923"] > img {
        left: 491px !important;
    }
    .bxslider__box .activate_box[aria-hidden="false"][selected_car="kalina-sedan"][selected_box="923"] > img {
        left: 472px !important;
    }
    .bxslider__box .activate_box[aria-hidden="false"][selected_car="granta-sedan"][selected_box="923"] > img {
        left: 480px !important;
    }
    .bxslider__box .activate_box[aria-hidden="false"][selected_car="x50-2015"][selected_box="923"] > img {
        left: 434px !important;
    }
}
