/*Меню*/
i.fa.fa-arrows-h{
	display: none;
}
.pushy-submenu .sub-nav_link{
    background: transparent;
}
.transparent {
    background-color: transparent!important;
}
span.rotate-left:before {
    top: 1px!important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
span.rotate-right:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 1px;
}
.footer-contact-line.footer-contact-line-phone,
.b-logo_mobile,
.l-top_menu_mobile{
	display: none;
}
.bottom_menu._mobile-bottom_menu{
	display: none;
}	
#nav-toggle._open span,
#nav-toggle._open span:before,
#nav-toggle._open span:after {
    position: absolute;
    display: block;
    content: '';
    width: 32px;
    height: 3px;
    background: #23619a;
}
#nav-toggle._close span,
#nav-toggle._close span:before,
#nav-toggle._close span:after {
    position: absolute;
    display: block;
    content: '';
    border-radius: 3px;
    height: 4px;
    margin-top: -4px;
    width: 42px;
    top: 50%;
    left: 0;
    background: #23619a;
}
#nav-toggle._close{
    top: 58px;
    right: 63%;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle:hover span,
#nav-toggle:hover span:before,
#nav-toggle:hover span:after {
    background: #23619a;
}
#nav-toggle._close.active span {
    background-color: transparent;
}
#nav-toggle._close.active span:before,
#nav-toggle._close.active span:after {
    top: 0;
}
#nav-toggle._close.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-toggle._close.active span:after {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
    transform: translateY(-10px) rotate(-45deg);
}
#nav-toggle._close.active:hover span:before,
#nav-toggle._close.active:hover span:after {
    background: #23619a;
}
#nav-toggle{
	display: none;
	}

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 100%;
    top: 55px;
    position: absolute;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
    border-right: 1px solid #d8d8d8;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    display: block;
}
.left-off-canvas-menu._active{
    opacity: 1;
    visibility: visible;
    
	border-right: 0;
	height: calc(100% - 230px);
	overflow: scroll;
	/*-webkit-overflow-scrolling: touch;*/

}
.left-off-canvas-menu{
	    border-right: 0;
}
.mobile-navi a:hover, .mobile-navi a:focus {
    color: #23619a;
}
.offcanvas-overlap .left-off-canvas-menu{
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.mobile-navi{
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
    box-sizing: border-box;
}
.mobile-navi-close-wrapper{
    
    position: absolute;
	top: -220px;
    right: 54px;
    
}
.mobile-navi a {
	font-size: 18px;
    color: #3a3a3a;
    text-decoration: none;
}
.mobile-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-navi ul li {
    position: relative;
    margin: 0;
    overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.mobile-navi ul li a {
	display: block;
    padding: 15px 48px 15px 5% ;
    border-bottom: 1px solid #fff;
	color: #6685a2;
}
.mobile-navi ul li.current a {
    color: #23619a;
}
.mobile-navi ul li span {
	display: block;
    position: absolute;
	top: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	right: 0;
    width: 54px;
    height: 47px;   
}
.mobile-navi ul li span:after {
    content: '';
	position: absolute;
    right: 19px;    
	width: 15px;
    height: 8px;
	top: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGBAMAAADnHHnLAAAAKlBMVEUAAABAaY1AaY1AaY1AaY1AaY1AaY1AaY1AaY1AaY1AaY1AaY1AaY1AaY07dlqCAAAADnRSTlMA/fTx7T8r+Erb13YgEuWhHmsAAAApSURBVAjXY0gWFBSUSmDgKBIUkmZgYGgpVAkAUqzGrgwgkHkATPECMQB4CATllRrpiAAAAABJRU5ErkJggg==) no-repeat;
}

/*.mobile-navi ul li span:before {
    content: "\f107";
}*/
.mobile-navi ul li span:hover {
    color: #00487f;
}
.mobile-navi ul li.active > span {
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 2px;	
}
.mobile-navi ul li ul.submenu li span:after {
    top: 18px;
	right: 16px;
}
.mobile-navi ul li ul.submenu {
    max-height: 0px;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.mobile-navi ul li ul.submenu.open {
    max-height: 1000px;
}
.mobile-navi ul li ul.submenu li {
    overflow: hidden;	
    border-bottom: 1px solid #96cae2;
	-webkit-overflow-scrolling: touch;
}
.mobile-navi ul li ul.submenu li ul.submenu li {
    border-bottom: 0;
}
.mobile-navi ul li ul.submenu li a {
    color: #3a3a3a;
    font-size: 1em;
	padding: 12px 60px 12px 10%;
	background: #fff;
}
.mobile-navi ul li ul.submenu li ul.submenu li a{
	    padding: 12px 5px 12px 15%;
}
.mobile-navi ul li ul.submenu li a:hover,
.mobile-navi ul li ul.submenu li a:focus {
    color: #23619a;
}
.mobile-navi ul li ul.submenu li.current a {
    color: #23619a;
}
.mobile-navi ul li ul.submenu li span {
    right: 5%;
    top: 0px;
    width: 50px;
    height: 41px;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu {
    max-height: 0px;
    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu.open {
    max-height: 400px;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu li a {
    color: #3a3a3a;
    font-size: 1em;
    padding: 5px 42px 5px 15px;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu li a:hover,
.mobile-navi ul li ul.submenu li ul.sub-submenu li a:focus {
    color: #00487f;
}
.mobile-navi ul li ul.submenu li ul.sub-submenu li.current a {
    color: #00487f;
}
.mobile-navi .buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-navi .buttons li {
    display: block;
    float: left;
    width: 50%;
    border-top: 1px solid #d8d8d8;
}
.mobile-navi .buttons li:first-child {
    border-right: 1px solid #d8d8d8;
}
.mobile-navi .buttons li a {
    display: block;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
}
.mobile-navi .buttons li a i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.2em;
    font-style: normal;
    vertical-align: middle;
    margin-left: 7px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mobile-navi .buttons li a i:before {
    content: "\f107";
}
.mobile-navi .buttons li.active a i {
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-navi .buttons li ul {
    display: block;
    width: 100%;
}
.mobile-navi .buttons li ul li {
    width: 100%;
    float: none;
    border-right: none;
}
.mobile-navi .buttons li ul li:first-child {
    border-right: none;
    border-top: none;
}
.mobile-navi .buttons li ul li a {
    text-transform: uppercase;
    border: none;
}
.mobile-navi .buttons li.lang,
.mobile-navi .buttons li.currency {
    border-top: none;
    border-left: 1px solid #d8d8d8;
}
.mobile-navi .buttons li.lang > a.non-active,
.mobile-navi .buttons li.currency > a.non-active {
    border-bottom: 1px solid #d8d8d8;
}
.mobile-navi .buttons li.currency {
    margin-left: -1px;
}
.mobile-navi .buttons li.lang a,
.mobile-navi .buttons li.currency a {
    padding: 10px 5px 6px 5px;
    text-transform: uppercase;
    font-size: 0.95em;
    border-bottom: none;
}
.mobile-navi .buttons li.lang > a,
.mobile-navi .buttons li.currency > a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    transition: border 0.3s ease;
}
.mobile-navi .buttons li.lang.active > a,
.mobile-navi .buttons li.currency.active > a {
    border-bottom: 1px solid #d8d8d8;
}
.mobile-navi .buttons:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.mobile-navi .user a {
    display: block;
    padding: 12px 5px;
    text-align: center;
}
.mobile-navi .user a i {
    margin-right: 10px;
}
#nav-toggle {
		z-index: 10;
		cursor: pointer;
		padding: 10px 32px 16px 0px;
		margin: -10px -32px -16px 0px;
		position: absolute;
	}
	/*end меню*/
a.btn._mobile-catalog._mobile-min{
	display: none;
}
.user-btn-group ._mobile-catalog,
.catalog-menu-mobile{
	display: none;
}
.catalog-menu-mobile.open{
	display: block;
	width: 100%;
    height: 100%;
    position: fixed;
	z-index: 1000;
    top: 0;
    left: 0;
    background-color: #e9eef2;
	opacity: 1;
    overflow-y: scroll;
}
body.cat-menu{
	overflow: hidden;
}
.calc-select {
    width: 311px !important;
}
.cart_line {
    padding-left: 50px;
}
/*.wrapper select.client_select{
    -webkit-appearance: none;
    border-radius: 0;
}*/
.wrapper select.client_select:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGBAMAAADnHHnLAAAAKlBMV…gWFBSUSmDgKBIUkmZgYGgpVAkAUqzGrgwgkHkATPECMQB4CATllRrpiAAAAABJRU5ErkJggg==) 0 0 no-repeat transparent;
    right: 13px;
    top: 29px;
    cursor: pointer;
}
/* мобильное меню */

.mobile-menu {
    border-bottom: 1px solid #b1c6d6;
    background-color: #e9eef2;
    display: none;
}

.fa-times {
    display: none;
}

.search-mobile {
    background: none;
    border: none;
    color: #6685a2;
    font-size: 20px;
    width: 47px;
    height: 40px;    
	border-right: 1px solid #b1c6d6;
	-webkit-appearance: none;
    border-radius: 0;
    padding: 10px 0;
    text-align: center;	
}
.menu-btn span, 
.menu-btn span:before, 
.menu-btn span:after {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background: #6685a2;
}
.menu-btn span:before {
    top: -7px;
}
.menu-btn span:after {
    bottom: -7px;
}
.fa-phone,
.fa-question
 { font-size: 20px; }

.fa-balance-scale {
    font-size: 18px;
}

.fa-phone,
.fa-question,
.fa-balance-scale {
    padding-left: 10px;
    padding-right: 5px;
}

.pushy-content ul {
    padding: 0 !important;
    margin: 0 !important;
}

.menu-btn {
    background-color: transparent;
    text-transform: uppercase;
    color: #234e73;
    font-size: 22px;
    border: none;
}

.pushy-submenu button { padding-left: 20px !important; }

/*.pushy-link:first-child a {*/
    /*display: block;*/
    /*color: black;*/
    /*text-decoration: none;*/
    /*font-weight: bold;*/
/*}*/

.pushy-submenu button {
    color: #000;
}


.pushy {
    background-color: #e9eef2;
}

.pushy a  {
    padding-left: 20px;
    color: #40698d;
    border: transparent;
}



.header-mobile {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;

}

.contact-block {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    /*justify-content: space-between;*/
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;

}

/* конец мобильного меню */
	.blue_text._mobile,
	.phones-header .notetext{
		display: none;
	}
	
	table._manufacturers td a img{
		padding: 10px;
	}
@media (max-width: 1031px) {
	.catalog-element-img{
		width: 100%;
	}
	.catalog-element-base {
		width: 100%;
		float: left;
	}
	.showcase-element{
		width: 100%!important;
	}
	
}

@media (max-width: 1125px) {
	.showcase-content{
		width: 100%!important;
	}
	.bx-flat-filter._full
	.__contact td{
		font-size: 0;
	}
	.contacts_title a{
		font-size: 13px;
		vertical-align: middle;
	}
	.article-video-container .article-video-side,
	.double-title .article-video-side,
	.es-navigation{
		display: none;
	}
	.article-video-container .es-slides li:first-child{
		display: block;
	}
	.article-video-container .es-slides li{
		display: none;
	}
	.article-item:first-child{
		margin-bottom: 0;
	}
	.tab-content td{
		min-width: 0;
	}
	.showcase-content-container{
		width: 70%!important;
		overflow: initial!important;
	}
	.showcase-arrow-next,
	.showcase-arrow-previous,
	.calcHD a{
		display: none;
	}
	.personal-table{
		    overflow: auto;
	}
	.col5 {
		float: none;
		width: 100%;
		display: inline-block;
		margin-top: 15px;
	}
	.__contact-map td.test-map{
		display: block;
		width: 100%!important;
	}
	.__contact-map td.map{
		display: inline-block;
		width: 100%!important;
	}
	.__contact-map td.map ymaps{
		
	}
	.cut_screen { display: none; }
	.article-video-side .block-container .image_with_youtube {
         height: auto;
    }
	 .article-video-side .block-container { 
	text-align: center; 
	height: auto;
	}
	 .article-video-side .block { margin-top: 30px; }
	.article-video-side .block-container .link_beward{
		padding-bottom: 10px;
	}
#___ytsubscribe_0{
	    left: 10px;
}
    .slider-index {
        width: 641px;
    }

    .nav-main {
        width: 941px;
    }


    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Начало topline */
    .top-line { /* отступы внутри topline */
        padding-left: 10px;
        padding-right: 10px;
    }

    .top-line-wrapper { font-size: 12px; }

    .compare_line { padding-left: 36px; }

    .modal-container input,
    .modal-container textarea,
    .modal-container select { /* поля модального окна задать вопрос */
        border: 1px solid #e4ebf0;
        -webkit-transition-property: border-color;
        -moz-transition-property: border-color;
        transition-property: border-color;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
        padding: 8px 10px;
        width: 100% !important;
    }

    

    .top-line-search {
        width: 25%;
    }

    .top-line-links {
        width: 35%;
    }

    .top-line-cart {
        width: 16%;
    }

    .top-line-compare {
        width: 24%;
    }
    /* Конец topline */


    /* Начало header */
    .logo-container {
        padding-top: 0;
        width: 50%;
        float: none;
        text-align: center;
    }
	.logo-container img{
	    width: 150px;
	}
    .header-info {
         width: 100%;
         float: none;
    }
	.header{
		position: relative;
	}
    .header-phones {
		position: absolute;
		width: 50%;
		top: 10px;
		right: 106px;
		border-bottom: 0;
		text-align: right;
		padding-left: 70px;
    }

    .header-user { text-align: center; }

    .user-btn-group {
        display: block;
        text-align: unset;
    }

    .phones-header { padding-left: 32px; }

    .phones-line {
        /*display: none;*/
    }
    /* Конец header */

    /*табы новинки-акции*/
    .tabs-line:after, .tabs-line:before {
        display: none;
    }
    /*Конец новинки-акции*/


    /* слайдер с акциями новинками */
#goods-slider-2.everslider.fullwidth-slider.goods-slider.es-slides-ready,
#goods-slider-1.everslider.fullwidth-slider.goods-slider.es-slides-ready{
	width: 720px;
}
    #goods-slider-2,
    #goods-slider-1 {
        width: 82%;
        margin: 0 auto;
    }

    .es-navigation .es-prev {
        left: 7px;
    }

    .es-navigation .es-next {
        right: 7px;
    }

    /*Конец слайдер с акциями новинками портится на 958px!!!!!!!!!!!!!!!!!!!!*/

    /* Статьи */

    .article-thumb a {
        width: 60%;
        height: auto;
    }

    .article-item:nth-child(6n+1) {
        clear: none;
    }

    .article-item {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .title-block { height: auto; }

    .title-container {
         float: none;
         width: auto;
        margin-left: 1%;
    }

    .article_title {
        display: inline !important;
        font-size: 14px;
        text-transform: none;
        line-height: 1.3;
        height: auto !important;
    }

    /* Конец cтатьи */

    /* кнопка звонка*/

    .newton_callback_phone {
        width: 118px !important;
        height: 120px !important;
        position: fixed !important;
        bottom: 70px !important;
        right: 2px !important;
        z-index: 100002 !important;
        cursor: pointer !important;
        transform-origin: 50% 50% 0 !important;
    }

    /* конец кнопка звонка*/

    /* Кнопка наверх */

    #to-top {
        position: fixed;
        bottom: 20px;
        left: 20px;
        margin-left: 0;
        width: 40px;
        height: 40px;
        z-index: 999;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        transition-property: background;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
        display: none;
    }

    #to-top.to-top-stop {
        position: absolute;
        bottom: -23px;
    }

    /* конец кнопка наверх */

    /* блок с видео на главной */

    .article-video-main {
         float: none;
         margin-right: 0;
         width: 100%;
    }

    .article-video-main .title_slide {
         /*overflow: inherit;*/
        /*text-overflow: unset;*/
        /*-o-text-overflow: unset;*/
         /*white-space: unset;*/
        /*width: 100%;*/
        overflow: inherit;
        text-overflow: inherit;
        -o-text-overflow: unset;
        white-space: initial;
        width: 100%;
    }
/*.tab-content.visible iframe, */
    .es-slides li iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*.tab-content.visible,*/
    .article-video-container .goods-slider .es-slides li {
        margin-right: 0;
        position: relative;
        padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
        /*padding-top: 30px;*/
        height: 0;
        overflow: hidden;
    }

    .video-preview { display: none; }

    .preview_fix_height {
        display: none;
    }

    /* коне ц блок видео на главной */

    /* footer */

    .customer-info {
        width: auto;
         float: none;
    }

    .contacts-footer {
         width: auto;
         float: none;
		 padding-bottom: 100px;
		margin-top: -35px;
    }
	.copyright{
	    position: absolute;
		bottom: 0;
		border: 0;
	}
	.footer .wrapper{
	    position: relative;
	}

    .footer-contact-line:before { left: 0; }
span.address,
.footer-contact-line.footer-contact-line-messenger{
	    padding-left: 25px;
}
    /* Конец footer */

    /*страница Новости*/
    .news-list-thumb {
        width: auto;
    }

    .news-list-content .btn_float {
         float: none;
    }

    .news-list-content {
         width: auto;
    }

    .article-thumb {
        text-align: center;
        margin-top: 15px;
    }

    .articles-row {
         border-bottom: none;
    }

    .articles-row {
         border-bottom: none;
    }

    .article-item {
        padding-bottom: 5px;
        border-bottom: 1px solid #e4ebf0;
    }
    /*Конец страница новости*/

    .articles-row { padding-top: 10px; }

    /* Контакты */
    /*.for_h1+div>div>table>tbody td {*/
        /*width: 100%;*/
        /*display: block;*/
        /*text-align: center;*/
    /*}*/

    /*.contacts_title {*/
        /*text-align: center;*/   /*заменить на более мелком разрешении*/
    /*}*/
    /*.for_h1+div>table>tbody td {*/
        /*width: 100%;*/
        /*display: block;*/
    /*}*/
    /* Конец контакты */
/*.article-video-side {
        float: none; 
        display: block;
        margin-right: 0;
        width: auto;
    }*/
	.catalog-goods-related .goods-atr{
	    width: 100%;
		padding-right: 20px;
	}
	.blue_text._copirait,
	.nav_item-calculator{
		display: none;
	}
	.blue_text._mobile{
		display: block;
	}
	button, 
	html input[type="button"], 
	input[type="reset"], 
	input[type="submit"]{
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0;
	}
	
	.video-container._detail {
		height: 0;
		position: relative;
		padding-bottom: 56.25%;
		float: none;
        margin-right: 0;
		margin-bottom: 15px;
    }
	
	.video-container._detail iframe{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
    }
	
	.catalog-goods-related .goods-atr{
		padding-bottom: 10px;
	}
	.user-btn-group ._mobile-catalog{
		display: inline-block;
	}
	.tabbed-full .tabs{
		    display: grid;
	}
	.col7 textarea{
		margin-top: 0;
		width: 100%;
	}
	.col7 h4{
		    display: block;
		margin: 10px 0;
		width: auto;
	}
	.col7 .ui-selectmenu-button span.ui-selectmenu-text{
		padding-right: 30px;
		white-space: normal;
		    width: 100%!important;
	}
	.col7 .hren1{
		    display: block;
		margin-left: 0;
		    margin-bottom: 10px;
	}
	.col7 .ui-state-default{
		width: auto!important;
		float: none!important;
		overflow: hidden;
		display: block;
	}
	.col7{
		width: 100%;
	}
	.__contact td{
		font-size: 0;
		display: block;
		width: 100%;
	}
	.top_link:first-child {
        margin-right: 0;
		display: block;
    }
    .top-line.fixed + .wrapper { margin-top: 5px; }/*отступ от логотипа*/

    .nav-main {
        border: none;
    }

    /*Ошибка 404*/
    .half-content, .half-pic { width: 41.82117%; }

    /* верхний слайдер на главной странице */
    .slider-index {
        width: 660px;
        height: 281px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin: 0 auto;
    }
    /* конец слайдера */

    .top-line.fixed { top: 41px; }

    .nav-main { width: 100% }

    .nav_item { display: none; }


    button.menu-btn {
		padding: 0 6px 2px;
	    width: 47px;
		height: 40px;
	    border-left: 1px solid #b1c6d6;
		border-right: 1px solid #b1c6d6;
    }

    .es-navigation .es-prev {
        left: -10px;
    }

    .es-navigation .es-next {
        right: -10px;
    }

    .es-navigation a {
        padding: 4px;
    }

    .goods-slide .catalog-goods {
        width: 97%;
    }

    .goods-atr { margin: 10px 4px 10px 4px; }

    .top-line-links { display: none; }

    .top-line { /* скрытие блока с поиском для скрипта */
        display: none;
    }

    /* мобильное меню */


    .mobile-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile-menu {
        display: block !important;
    }

    .compare_line {
         padding-left: 0 !important;
    }

    .compare_line {
        background: transparent;
        display: inline;
    }

    .fa-phone,
    .fa-question {
        display: none;
    }

    .mobile-compare {
       width: 25%;
       border-left: 1px solid #b1c6d6;
		border-right: 1px solid #b1c6d6;
    }

    .link_dotted { padding-bottom: 2px; }

    .top_link {
        display: flex;
        align-items: center;
        text-decoration: none;
		width: 25%;
    }

    .cart_line {
        background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAMAAACnUt2HAAAAaVBMVEUAAABri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6Nri6NHoyyAAAAAI3RSTlMAptDeEQPLxfXm8Ox1NAr8v69RSC0Z1rmSiGpYH9KimWVBJhxZrlIAAACvSURBVBjTXY8HDsMgDEXdmEAYWYzs1d7/kIWAVJqHwOJJtr5hkBIJ/NGA22r5kJ2/pt2LHBRe6qp/ZZyceUm4hRw2h7eYc1ejCeXocqnQhXJhmcme3uUt6/gvG3L1VRzmUFmtV3WOVdu26FLayiM47mxaTdqEDP3WwAMr6PELv6b5ijFa3Id1VEGkmRYoA2BedXKEcr7EbfjAtyg/QrERAoskQqeZk0Qbe5gY8xw5XwgICA7MNdddAAAAAElFTkSuQmCC') 15px 50% no-repeat
    }


    .top-line-compare {
        display: none;
    }

    .top-line-cart {
        display: none;
    }

    .link_dotted-blue,
	.order_date {     
		background: none;
        display: block;
    }
	.link_dotted-blue span,
	.order_date span {
        background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAACAgMAAAD+0746AAAADFBMVEUAAABri6Nri6Nri6O7PCdyAAAAA3RSTlMAzFWGOPnnAAAADklEQVQI12MI4G5gABMACRMBt1RxlHAAAAAASUVORK5CYII=') 0 100% repeat-x;
    }
    .top-line-search {
         border-left: none;
    }

    .top-line-search {
        width: 100%;
    }

    .top-line {
        padding-left: 0;
        padding-right: 0;
    }

    .search_btn {
        margin-right: 0px;
    }

    /* конец мобильного меню */

    /* Товары */

    .catalog-container-tiles .catalog-goods {
        float: left;
        margin-left: 2.35765%;
        width: 28.23176%;
        margin-bottom: 10px;
    }

    .catalog-container-list .goods-preview-container {
        width: 60%;
    }

    .availability {
        margin-bottom: 10px;
        margin-top: 10px;
        width: auto;
        text-align: center;
        display: block;
        position: inherit;
    }

    .availability_status-none, .order_status-cancel {
        margin-bottom: 10px;
        float: none !important;
    }

    .availability_status-none+span {
        float: none;
    }

    .modal-call {
        padding-right: 40px;
    }

    /*Конец товаров*/

    /*Страница видео*/
    .video-tile {
        margin-right: 0;
        width: 100%;
    }
    /*Конец страница видео*/

    .calc-select { width: 64.3% !important; }

    /*Корзина*/
    .calc-select { position: initial; }

    .calc-select { border-bottom: none; }

    .calc-select:before { display: none; }

    .calc-select:after {
        left: 245px;
        top: 19px;
    }

    .calc_title {
        font-weight: bold;
        text-decoration: underline;
    }

    /*Конец корзина*/

}

@media (max-width: 974px) {
	

}

@media (max-width: 786px) {
	#goods-slider-2.everslider.fullwidth-slider.goods-slider.es-slides-ready,
	#goods-slider-1.everslider.fullwidth-slider.goods-slider.es-slides-ready {
		width: 470px;
	}
	.article-item._list-main .title-block{
		display: none;
	}
	input.elements_filter.set_status.ui-autocomplete-input,
	.remont_filter .ui-state-default{
		width: 100%!important;
	}
	.tabbed.tabbed-full .col4{
		width: 100%;
	}
	#to-top:hover {
		background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQBAMAAADzFNLhAAAAJ1BMVEUAAAAjTnMjTnMjTnMjTnMjTnMjTnMjTnMjTnMjTnMjTnMjTnMjTnNHX7n3AAAADXRSTlMA6FQyL09aKxW424s72O0jMAAAAGVJREFUCNdjgIJsBhTAJpmAwk8sF0ORFmcoVEDiKxYwsAghuEziQMJRASHtACQQCphEgARIAUIaBJiF4NIQYKgAkTaA8plFQSSrMNxcwwAgEQiUhiuASSMUnAJKIxTMYOhA8VcDAJImCkQQqQLCAAAAAElFTkSuQmCC) 50% 50% no-repeat;
	}
	span.qnty_btn.qnty-down {
		
		left: -8px;
		top: 8px;
		transform: rotate(90deg);
		width: 34px;
	}
	span.qnty_btn.qnty-up {
		top: 8px;
		transform: rotate(90deg);
		width: 34px;
		left: 34px;
	}
	.row-container .col8{
		width: 100%;
	}
	.order-form .order-row .btn-blue{
		display: block;
		margin-top: 10px
	}
	.input-qnty{
		width: 60px;
		padding-left: 25px;
	}
	.qnty-container{
		width: auto;
	}
.catalog-section{
	width: 47%;
	margin-right: 5.35765%;
}
.catalog-section:nth-child(even){
	margin-right: 0;
}
    .half-content, .half-pic { width: 32.82117%; }

	.news-element img,
    .article img,
	.article-thumb a img {
        width: 100%;
        height: auto;
    }

    .article-thumb {
        margin-bottom: 20px;
        width: 80%;
        margin: 0 auto;
    }

    .nav-footer {
        float: none;
        margin-right: 2.35765%;
        width: 100%;
    }
	.nav-footer:first-child{
		margin-bottom: 0;
	}
	.nav-footer:last-child{
		margin-top: 0;
	}
    /* статьи */
    .date-container, .thumb-date { width: 100%; }
    .title-container {
        padding: 20px;
        display: block;
    }

    .article-item .title-block .date-container {
        background: #234e73;
        color: white;
    }

    .article-item {
        border-bottom: 5px solid #e4ebf0;
        padding-bottom: 10px;
    }

    /* конец статьи */


    

   

    

    

    .article-video-side .block-container {
        
    }

    .article-video-side .block-container .link_beward {
         overflow: inherit;
        z-index: 0;
        text-align: center;
         position: inherit;
        white-space: normal;
    }

    .article-video-side .block-container .link_beward {
        width: auto;
    }

   

    .mobile-compare { width: 30%; }

    /*Каталог товаров*/

    .for_h1 span.title-main h1 {
        width: auto;
    }

    .catalog-container-tiles .catalog-goods {
        float: left;
        margin-left: 2.35765%;
        width: 45.23176%;
        margin-bottom: 10px;
    }

    .sort-by,
    .show-by{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .range-inputs input {
        width: 70px;
    }

    /*Конец каталог товаров*/

    .breadcrumbs {
        display: none;
    }

}

@media (max-width: 680px) {
	
	.goods-atr,
	.catalog-container-list .goods-preview-container p{
		    margin-left: 10px;
	}
	table._manufacturers{
		width: 100%;
	}
	table._manufacturers td{
		width: 50%;
	}
	table._manufacturers td a img{
		width: 100%;
		height: auto;
	}
	#newton_callback_phone,
	#vk_community_messages{
		display: none!important;
	}
	.header-phones {
		right: 85px;
		padding-left: 0;
	}
	.catalog-goods-related .thumb-container{
		display: none;
	}
	.calc-select{
		position: relative;
		margin-left: 0; 
		width: 100%!important;
	}
	.calc-select:after {
		left: 10px;
		top: 16px;
	}
	.price{
		white-space: pre;
	}
	.nowrap{
		white-space: normal!important;
	}
	.catalog-goods-cart .goods-content{
		    width: auto;
	}
	.top_link {
		width: 10%;
	}
	.mobile-compare {
       width: 70%;
    }
	.action-description {
        display: none;
    }
	 .fa-phone, .fa-question {
        display: inline;
    }
    .half-content, .half-pic {
         float: none;
    }

    .half-content {
        width: 100%;
    }

    .half-pic {
        width: 60%;
    }

    .half-content {
        text-align: center;
    }

    .es-pagination { display: none; }

    .slider-index {
        width: 538px;
        height: 229px;
    }

    /*Товары*/
    .catalog-container-list .goods-thumb {
         display: block;
    }

    .catalog-container-list .goods-thumb {
        width: auto;
        height: auto;
    }

    .catalog-container.catalog-container-list {
        display: block;
    }

    .catalog-container-list .catalog-goods-container {
        display: block;
    }

    .catalog-container-list .goods-preview-container {
        width: 100%;
    }

    .catalog-container-list .goods-price-container {
         width: auto;
         float: none;
    }

    .catalog-container-list .availability {
        width: auto;
        text-align: center;
        margin-top: 10px;
    }

    .catalog-container-list .goods_title {
        width: auto;
    }

    .select_div {
         margin-left: 0;
    }

    .select_div div {
        margin-bottom: 0 !important;
        /*display: block !important;*/
        margin-right: 0 !important;
        float: none !important;
    }

    .checker+label {
        width: 100px !important;
    }
    /*Конец Товары*/

    .for_h1+div>p>img+img {
        width: 100% !important;
        height: auto !important;
    }

    /* Таблица с произовдителями */
   /* .for_h1+div>table>tbody>tr>td {
        display: block !important;
        text-align: center !important;
    }*/

    /* Конец таблицы */

    /*Доставка*/
    div.partners img {
        width: 100% !important;
        height: auto !important;
    }
    /*Конец доставка*/
	   .contact-block {     width: 90%; }
}

@media (max-width: 568px) {
	#goods-slider-2.everslider.fullwidth-slider.goods-slider.es-slides-ready,
	#goods-slider-1.everslider.fullwidth-slider.goods-slider.es-slides-ready {
		width: 230px;
	}
	.show-variant{
		display: none;
	}
	.catalog-container-tiles .goods-preview-container{
		display: block!important;
		padding-left: 10px!important;
	}
	.video-container a{
		width: 100%;
	}
	.video-container a img{
		width: 100%;
		height: auto;
	}
	.zarplataWidget-card_salary.zarplataWidget-card__text-large.zarplataWidget-card__text-right{
		display: none;
	}
	.modal-container .form-cell-4,
	.modal-id-login .form-cell-9,
	.modal-container .form-cell-9{
		width: 100%;
	}
	a.lost-passwd-link.right.modal-call {
		margin-top: 20px;
		text-align: right;
	}
	.header-phones {
		right: 0;
	}
		button.menu-btn {
		border-left: 0; 
	}
	.user-btn-group ._mobile-catalog{
		display: block;
		margin-bottom: 10px;
	}
	
	.row-container .col4{
		margin-top: 10px; 
		width: 100%;
	}
	
	
	.ui-selectmenu-menu .ui-menu{
		    width: 100%!important;
	}
	.col7 .form-cell-4{
		    margin-left: 0;
			width: auto;
	}
	.col7 .form-cell-8{
		width: auto;
		    margin-right: 0;
	}
	
	
	
	.form-cell-3.label-box {
		text-align: left;
		margin-bottom: 10px;
	}
	.catalog-goods-related .btn-cart{
		width: 100%;
	}
	.nav_item_link{
		padding-left: 15px;
	}
	.cart_line{
		font-size: 0;
		/**/
		position: absolute;
		right: 0;
		top: 0;
	}
	.top_link {
		width: 30%;
	}
	.cart_line .rub{
		font-size: 0;
		border-bottom: 0;
	}
.fa-phone, .fa-question, .fa-balance-scale {
    padding-left: 0;
    padding-right: 0;
}
    .zarplataWidget-card {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-flow: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .half-pic {
        width: 100%;
    }

    .half-content {
        text-align: left;
    }

    .half-pic img {
        width: 90%;
        height: auto;

    }

    .eyeball-parent { display: none; }

    .link_dotted {
        padding-bottom: 0px;
    }

    .qnty-legend {
        display: none;
    }
.catalog-element-base .qnty-container {
    width: auto;
}
span.retail-price.no_auth_price{
	white-space: normal;
}
    .qnty-container {
        width: 60px;
    }

    .goods-slide .catalog-goods {
        width: 100%;
    }

    .price_line > .price {
        font-size: 16px;
    }

    .tabs-line .tab_link:last-child {
         margin-left: 0;
    }

    .tabs-line .tab_link:first-child {
         margin-right: 0;
        margin-bottom: 15px;
    }

    .tabs-line .tab_link:first-child {
         margin-right: 0;
    }

    .tab-content-slider { top: 139px; }

    .tab_link {
        width: 100% !important;
    }

    .tabs-container-line {
        margin-bottom: 65px;
    }

    .another-article {
        border-top: 5px solid #e4ebf0;
    }

    .news-tile {
        width: 80%;
        margin: 10px auto;
        border: 5px solid #e4ebf0;
        padding: 5px;
        float: none;
    }

    .news-tile-content>.date+div { height: auto !important; }

    .news-tile-content .btn {
        margin-top: 10px;
    }

    .news-tile:nth-child(3n) {
         margin-right: auto;
    }

    .news-tile-content {
        margin-top: 0;
    }

    .news-tile-content > .div {
        height: auto !important;
    }

    .news-tile-thumb .thumb-wrapper {
        border: none;
    }

    .article-video-main .title_slide {
        line-height: 1.3;
        text-align: center;
        font-size: 18px;
    }


    /* mobile-menu*/
   

    

    .link_dotted-blue, .order_date { background: none; }

    


    .slider-index {
        width: 370px;
        height: 158px;
    }

    /* Товары */
    .catalog-container-tiles .catalog-goods {
        float: left;
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .catalog-container-tiles .catalog-goods { margin-right: 0; }

    .sort-panel { display: block; }

    .availability_status+span {
        float: none !important;
    }

    .modal-call {
        padding-right: 0;
        padding-left: 0;
		position: inherit;
		width: 100%;
    }
    /* Конец Товары */

    /*Форма на странице вопросы*/
    .form-cell-3 {
         float: none;
        margin-right: 2.35765%;
         width: 100%;
    }

    .form-cell-2:last-child {
        margin-right: 0;
        margin-top: 10px;
    }

    .form-cell-2 {
        float: none;
        text-align: center;
        display: block;
         width: 100%;
    }
    /*Конец Форма на странице вопросы*/

    /*Сертификат perco*/
    p.perco img{
        width: 100%;
        height: auto;
    }
    /*Конец серт perco*/

    /*Страница видео*/
	.video-container {
		float: none;
        margin-right: 0;
    }
    .video-tiles .video-list-title { min-height: inherit; }
    /*Конец страница видео*/

    .articles-row { padding-top: 5px; }

    .articles-row {
        padding-bottom: 0;
    }
	.mobile-compare {
		width: 60%;
	}
}

@media (max-width: 480px) {
.contacts-footer {
		 padding-bottom: 130px;
    }
	i.fa.fa-arrows-h{
	display: block;
	    width: 93%;
    text-align: right;
    font-size: 40px;
    color: #416a8e;
	transform: scale(1.2, 0.5);
    padding-right: 12px;
}
	.catalog-element-img img{
		width: 100%;
		height: auto;
	}
	.qnty-container{
	    margin-right: 5px;
	}
	.footer-contact-line-phone span.notetext{
		display: none;
	}
	.footer-contact-line.footer-contact-line-phone{
		display: block;
	}
	.footer-contact-line-phone a.phone_link.phone_link-header{
	    padding-left: 25px;
	}
	.cart{
		overflow: scroll;
	}
	table.table.table-cart{
		width: 480px;
	}
	span.section_title{
		text-align: center;
	}
	.modal-container .form-row{
		margin-left: 0;
	}
	.modal-footer .form-row{
		margin: 0 40px 15px;		
	}
	.modal-footer.reg-individual.show .form-row{
	    margin: 15px 0;
	}
	.modal-footer .form-row .btn_padding{
		width: 100%;
	}
	.user-btn-group .btn:last-child{
		margin-top: 10px;
	}
	.modal-footer{
		padding: 0;
	}
	.btn_margin{
		margin-left: 0;
	}
	table._manufacturers td,
	.btn_margin{
		width: 100%;
		
	}
	table._manufacturers td{
		display: block;
		text-align: center;
	}
	.header-phones{
		display: none;
	}
	a.btn._mobile-catalog{
		display: none;
	}
	a.btn._mobile-catalog._mobile-min{
		display: inline-block;
		vertical-align: middle;
		margin-top: -24px;
		margin-left: 60px;
	}
	a.logo_link{
		margin-right: 60px;
		min-width: 120px;
		display: inline-block;
	}
	img.logo_img{
		width: 126px;
	}
	.logo-container{
		width: 100%;
	}
	.modal-id-login, 
	.modal-id-forgot{
		width: 100%!important;
	}
	.col4,
	.contacts-table,
	.contacts-table tr{
		width: 100%;
	}
	.contacts-table td {
		width: auto;
	}
	a.btn.btn-blue.submit_profile_a{
		float: none!important;
		margin-top: 10px;
	}
	.goods-price-container .icon-cart-white{
		left: 3px;
	}
	.catalog-goods-container .price_line{
		white-space: normal;
	}
	.catalog-element-additional h3.title{
		    font-size: 18px;
	}
	    
	.catalog-section{
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 406px) {
	/*a.btn._mobile-catalog._mobile-min {
		margin-left: 28px;
		width: 110.19px;
		min-width: 0;
	}
	a.logo_link {
		margin-right: 28px;
	}
	.user-btn-group .btn { min-width: auto; }*/
}

 
@media (max-width: 390px) {
	.article-video-container{
		padding-bottom: 20px;
	}
	.link_youtube{
		right: initial;
		bottom: 7px;
	}
	div#___ytsubscribe_0,
	.absolut_link_video{
		bottom: 30px;
	}
	a.btn._mobile-catalog._mobile-min {
		margin-left: 28px;
		width: 110.19px;
		min-width: 0;
	}
	a.logo_link {
		margin-right: 28px;
	}
	.user-btn-group .btn { min-width: auto; }
	
	
	.tab-content td {
		min-width: 0;
	}
	.catalog-element-additional h3.title{
		    font-size: 14px;
	}
.contact-block {
    width: 75%;
}
    h3.title { line-height: 1.2; }

    .ms-drop { width: 168px; !important;}


    .slider-index {
        width: 301px;
        height: 129px;
    }



    .news-tile { width: 100%; }


    .newton_callback_department_select { bottom: 61px !important; }
    .newton_callback_department_select {
        border-radius: 0 !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        top: auto !important;
        bottom: 60px !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 16777271 !important;
        position: absolute !important;
        word-wrap: normal !important;
        box-sizing: content-box !important;
        background: #3EB5E8 !important;
    }

    .link_dotted-blue, .order_date {
        margin-right: 5px;
    }

    .contact-block {
        justify-content: space-around;
    }

    /* Товары */
    .sort-by_title,
    .show-by_title,
    .show-variant_title
    {
        font-weight: bold;
        display: block;
        background: whitesmoke;
        margin-bottom: 5px;
    }
    /* конец товары */
    .client_select option {
        font-size: 10px;
        /*font-weight: bold;*/
    }

    /*Пагинация в каталоге новостей*/
    .pagination-item {
        width: 29px;
        height: 28px;
    }
    /*Конец пагинации*/
}
@media (max-width: 341px) {
	.qnty-container{
	    margin-right: 3px;
	}
	 /*a.logo_link {
		margin-right: 21px;
	}*/
 }