.container.height-auto{
	height: auto!important;
}
.container.pos-rel {
	position:relative;
}

.news-slider .slick-arrow{z-index:999}
.news-slider img{max-width:100%}


/* customScroll */
.scroll-init:not(.mCustomScrollbar) {
    overflow: hidden ;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0
}

body .mCSB_scrollTools {
    width: 8px;
    z-index: 3;
    opacity: 1;
    right: 0px;
    top: 2px;
}

body .mCSB_container {
    z-index: 1;
}

body .mCSB_3_dragger_vertical {
    width: 8px;
    border: 2px solid #fff;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background: #999 ;
    border-radius: 5px;
}


/* POPUP FORMS */
#popup_iframe_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup {
    display: none;
    position: fixed;
    max-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-radius: 5px;
    -webkit-border-radius: 5px;
}

.video_popup_frame.popup {
    width: 100%;

}

.jqmOverlay, .popup-window-overlay {
    background: rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) ;
    -moz-opacity: 1 ;
    -khtml-opacity: 1 ;
    opacity: 1 ;
}

.jqmOverlay {
    background: #1e1e1e;
    opacity: 1!important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}

.jqmOverlay.waiting {
    z-index: 998;
}

.jqmOverlay.mobp {
    z-index: 1048;
}

.jqmWindow, .popup {
    animation: toggle_opacity 200ms;
}

.bx_filter_vertical .bx_filter_block.scrollable {
    background: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 0 0 0px 1px #eee inset;
    -moz-box-shadow: 0 0 0px 1px #eee inset;
    -o-box-shadow: 0 0 0px 1px #eee inset;
    -webkit-box-shadow: 0 0 0px 1px #eee inset;
}

.popup-window-overlay {
    background: rgba(255, 255, 255, .2) ;
}

.jqmWindow.basket_error_frame .pop-up-title {
    padding-right: 50px;
}

.popup .video-wrapper {
    position: relative;
    grow: 2;
    flex-grow: 2;
    overflow: hidden;
    height: 60vh;
}

.popup .video-wrapper img {
    height: 100%;
}

.popup .video-wrapper .btn-play {
    left: 50%;
    top: 50%;
    margin-top: -52px;
    margin-left: -52px;
}

.popup .video-wrapper .video-text {
    width: 100%;
}

.video-block{margin:100px 0 0 0;}

.search-block {
	height: 0;
	z-index: 7;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
    transform-origin: top;
	-webkit-transition: transform .5s ease-out;
	-moz-transition: transform .5s ease-out;
	-ms-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
}
.search-block.active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

#search-title-block{
	position: absolute; width: 100%; top:0; left: 0; right:0; bottom:0;
}

#search-title-block .search-title-wrapper {
    background-color: #fff;
    height: 50px;
    /* display:none; */
    max-width: 500px;
    float: right;
    position: relative;
    width: 100%;
    padding: 10px 30px;
    transition: .5s linear all;
    /* overflow:hidden; */
    z-index: 999999;
    /* transform: scaleY(0); */
    transform-origin: top;
    /* transition: transform 0.6s ease-out; */
}

#search-title-block .search-title-wrapper.active {
    /* display:block; */
    -webkit-box-shadow: 2px 3px 4px 0px rgba(255, 0, 255, 0.4);
    -moz-box-shadow: 2px 3px 4px 0px rgba(255, 0, 255, 0.4);
    box-shadow: 2px 3px 4px 0px rgba(255, 0, 255, 0.4);
    transform: scaleY(1);
}

#search-title-block .search-title-wrapper .fixed_wrapper {
    position: fixed;
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 10px;
}

#search-title-block input {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    border: none ;
    outline: none ;
}

.alt #search-title-block input {
	color: #fff;
}

#search-title-block .search-form {
    padding: 0 30px;
}

#search-title-block .title-search-result {
    background-color: #fff;
    border: 1px solid #ececec;
    display: none;
}

#search-title-block .title-search-result .bx_item_block {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #000;
    line-height: 1.1em;
    border-top: 1px solid #ececec;
}

#search-title-block .title-search-result .bx_item_block:not(.all_result):hover {
    background: #fafafa;
    color: #000
}

#search-title-block .title-search-result .maxwidth-theme {
    display: flex;
    width: 100%;
}

#search-title-block .title-search-result .bx_item_element {
    padding-left: 20px;
}

#search-title-block .title-search-result .bx_img_element {
    margin: 10px 0;
}

#search-title-block .title-search-result .bx_img_element + .bx_item_element {
    margin: 10px 0;
}

#search-title-block .btn {
    box-shadow: none ;
}

.stsection .btn-play-video{
    left: 50%;
    transform: translateX(-50%);
}
.btn-play-video-tt{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.btn-play-video a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-play-video{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.nav-item.active{
    border-bottom: 1px solid;
}
.nav-item.active a {
    border-bottom: 4px solid;
}
.header.fixed .nav-item a.nav-link {
	padding: 9px 0 7px 0 !important;
}
.header.fixed .nav-item.active a {
	padding: 9px 0 7px 0 !important;
}

.paragraph.detail {
    font-family: 'Montserrat', serif;
}

.j-text-wrapper img {max-width:100%}