body{
    min-width: 320px;
}
#news_category_menu li a{
    text-transform: uppercase;
}
#contact-form label{
    display: none;
}
.categoryPageHeader .productSubHeader ul{
    margin-top: 10px;
}
.categoryPageHeader .productSubHeader ul li{
    margin-right: 60px;
    float: none;
    display: inline-block;
}
.categoryPageHeader .productSubHeader ul li ul{
    top: 8px;
}
.categoryPageHeader .productSubHeader ul li ul:hover,
.categoryPageHeader .productSubHeader ul li:hover ul{
    display: block;
}
.categoryPageHeader .productSubHeader ul li ul li{
    margin-right: 0;
    display: block;
}
.categoryPageHeader .productSubHeader ul li ul a{
    display: block;
    color: #E60013;
    padding: 8px 20px;
}
.categoryPageHeader .productSubHeader ul li ul li a:hover{
    text-decoration: underline;
}
.categoryPageHeader .productSubHeader ul li:last-child{
    margin-right: 0;
}
.categoryPageHeader .productSubHeader ul li a{
    padding: 0px;
}
.categoryPageHeader .productSubHeader ul li a:hover{
    background: none;
}
.newsListNav ul li{
    border-bottom: 2px solid transparent;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: auto;
    max-width: 100%;
}
.productSubHeader .col-xs-8 ul{
    margin-bottom: 10px;
}
.otherModelsPart .col-xs-4 img{
    height: 300px;
}

#search_news .relatedNewsItem{
    margin-bottom: 30px;
}

#search_page .otherModelsPart .specificationTitle,
#search_page .relatedNewsPart h3{
    font-family: 'Raleway Black';
    text-align: center;
    text-transform: uppercase;
    color: #282829;
    margin-bottom: 30px;
    font-size: 38px;
}
#search_page #search_news{
    margin-top: 40px;
}
.newsDetailSubscription .subscriptionSubmit{
    position: relative;
    margin-top: 10px;
}
.newsDetailSubscription input.mce_inline_error{
    border: 2px solid #e60013;
}
.subscriptionInputBlock #mce-responses{
    float: none;
    clear: both;
}
.subscriptionInputBlock #mce-error-response{
    color: #e60013;
}.subscriptionInputBlock #mce-success-response{
    color: #fff;
}

.footerCopyright a.dev{
    font-style: normal;
}

.bannerTitlePart iframe{
    display: block;
    margin: 0 auto;
}
@media all and (max-width: 768px){
    .bannerTitlePart .embed-responsive.embed-responsive-16by9{
        margin-top: 260px;
    }
    .bannerTitlePart iframe{
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .productItemTitle{
        top: 12%;
    }
    .fixHeader{
        padding: 12.5px 0;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1500px){
    #historySlider .owl-stage {
        margin-left: -264px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1500px){
    #historySlider .owl-stage {
        margin-left: -334px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
    #historySlider .owl-stage {
        margin-left: -354px;
    }
}

.scaleCheckRightInfo{
    height: 380px;
    overflow: auto;
    z-index: 5;
}
.scaleCheckRight:after{
    z-index: 1;
}
@media screen and (max-width: 768px){
    .scaleCheckRightInfo{
        height: auto;
        overflow: inherit;
        z-index: 100;
    }
    .BuzzPart .aboutNewsLeft,
    .BuzzPart .aboutNewsRight{
        padding: 0;
    }
}
.newsListLinkDescription,
.newsListItemDescription{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.4em;
}
.newsListItem h4{
    margin: 5px 0 15px 0;
}
@media screen and (max-width: 479px){
    .categoryProductListPart .col-xs-2 {
        height: 170px;
    }
    .categoryProductListPart .categoryProductImgContainer{
        margin-top: -5px;
    }
    .categoryPageHeader .productSubHeader ul li{
        margin-right: 5px;
    }
    .productSubHeader .col-md-12{
        padding: 0 5px;
    }
}

.categoryPageHeader .productSubHeader ul li a{
    display: inline-block;
}
.productSubMenuItem .caret,
.productSubMenuItem a.disabled.dropdown-toggle .caret{
    display: none;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 4px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    color: #fff;
}

@media screen and (max-width: 768px){
    .productSubMenuItem .caret,
    .productSubMenuItem a.disabled.dropdown-toggle .caret{
        display: inline-block;
        margin-left: 3px;
        margin-top: 3px;
    }
    .categoryPageHeader .productSubHeader ul a{
        font-size: 9px !important;
    }
    .categoryPageHeader .activeProductItemMenu:after{
        bottom: -10px;
        height: 3px;
    }
    .categoryPageHeader .productSubHeader ul li:last-child ul{
        left: auto;
        right: -10px;
    }
}
@media screen and (max-width: 340px){
    .productSubMenuItem .caret,
    .productSubMenuItem a.disabled.dropdown-toggle .caret{
        display: inline-block;
        margin-left: 2px;
        margin-top: 3px;
        border-top: 5px dashed;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .categoryPageHeader .productSubHeader ul li{
        margin-right: 4px;
    }
    .categoryPageHeader .productSubHeader ul li:last-child{
        margin-right: 0;
    }
}
/*
.newsDetailPart .newsDetailContent .newsDetailImage{
    display: none;
    position: initial;
}
.productSubMenuItem a.disabled.dropdown-toggle:hover + ul.dropdown-menu{
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #e60013;
    border: none;
    box-shadow: none;
}
.productSubHeader .productSubMenuItem.dropdown{
    position: initial;
}
.productSubHeader ul.dropdown-menu a{
    color: #fff;
}
*/
/*Fix for IE*/

.modalProductImg img,
.categoryProductImgContainer img{
    font-family: 'object-fit: contain;';
}


.newsListItem img,
.listMainNews img,
.relatedNewsItem img,
.newsDetailImage img,
.buzzBlockInfo img,
.topicStoryIntro img,
.galleryItem img,
.otherModelsPart .col-xs-4 img,
.aboutNewsImg,
.listMainNews .newsListMainItem img,
.relatedNewsContent .newsListItem img{
    font-family: 'object-fit: cover;';
}

.subMenu ul{
    padding: 14px;
    min-width: 140px;
}
@media screen and (max-width: 768px){
    .vdz_main_page{
        margin-top: 54px;
    }
}
@media screen and (max-width: 768px) and (min-width: 640px){
    .vdz_main_page{
        padding-top: 54px;
    }
}

@media screen and (max-width: 991px) and (min-width: 668px){
    .galleryContainer .item-slide {
        height: 300px;
    }
    .galleryContainer .item-slide a:nth-child(1) .galleryItem{
        height: 147px;
    }
}
@media screen  and (max-width: 768px) and (min-width: 667px){
    .bannerPart.notHomeFullHeight.categoryPageHeader,
    .bannerPart.notHomeFullHeight{
        margin-top: 95px;
    }
    .bannerPart.notFullHeight{
        margin-top: 53px;
    }
}
@media screen  and (max-width: 667px){
    .bannerPart.notHomeFullHeight.categoryPageHeader{
        margin-top: 95px;
    }
    .bannerPart.notHomeFullHeight.vdzProductPage{
        margin-top: 54px;
    }

    .category-index .categoryInfoTextBlock,
    .category-index .categoryInfoText,
    .product-index .productDetailInfoText,
    .product-index .productDetailInfoLeft {
        text-align: left !important;
    }
}
.internationalPagePart{
    position: relative;
}
.internationalPagePartRight, .internationalPagePartLeft{
    min-height: 480px;
    height: auto;
}
.internationalPagePartLeftAbs{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #e60013;
}
@media screen and (max-width: 767px){
    .internationalPagePartLeftAbs{
        display: none;
    }
    .internationalPagePartRight, .internationalPagePartLeft {
        min-height: auto;
        height: auto;
    }
    .internationalPagePartRight .col-xs-3{
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-height: 230px;
    }
    .legendMap{
        position: relative;
    }
    .legendMap span{
        color: #282829;
    }
}

#regions_form .bootstrap-select.btn-group.open .dropdown-menu{
    max-height: 180px !important;
}
#regions_form .bootstrap-select.btn-group.open .dropdown-menu.inner{
    max-height: 168px !important;
}

#regions_form .bootstrap-select.btn-group.open.dropup .dropdown-menu{
    max-height: 340px !important;
}
#regions_form .bootstrap-select.btn-group.open.dropup .dropdown-menu.inner{
    max-height: 328px !important;
}

@media screen and (max-width: 420px){
    .secondItem .historySliderInfoContainer {
        padding-top: 25px;
        margin-top: 0px;
    }
}


.newsListTime img{
    width: 100%;
    height: 135px;
    object-fit: cover;
}

.news-index .newsDetailContent .blockText ul{
    margin-left: 20px;
    list-style-type: disc;
}
.news-index .newsDetailContent .blockText ul li{
    margin-bottom: 8px;
}
.news-index .newsDetailContent .blockText table td{
    padding: 5px;
}
.news-index .newsDetailContent .blockText table[border="1"] td{
    border: 1px solid #282829;
}