/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 1200px) {
	/* - - - - - - - - - - - - - - - - - - - - - HEADER - - - - - - - - - - - - - - - - - - - - - - */
	body {
		font-size: 16px;
	}
       
	#header {
		padding-bottom: 0px;
	}
	#header > .container {
		position: relative;
	}
	/*  - - - - - header_contacts - - - - - */
	.header_contacts {
		width: 245px;
		margin-right: 7px!important;
	}
	.header_tel {
		font-size: 27px;
	}

	.header_contacts_link {
		font-size: 13px;
		padding-top: 9px;
                display: none;
	}

	/*  - - - - - header_region_tel - - - - - */

	.header_region_tel {
		position: relative;
		width: 220px;
	}
	.search_form {
		position: absolute;
		width: 407px!important;
		right: -101px;
                top: 75px;
		z-index: 9999;
	}
        .search_btn {
                margin-right: 31px!important;
        }
	.search_form>input.search_input {
		width: 80%;
	}

	.header_region_tel_it, .header_region_tel_it:nth-child(2) {
		float: none;
	}
	.header_tel2 {
		font-size: 25px;
	}
        .header_other_reg {
                font-size: 13px;
                margin-top: 26px;
        }
        .search_form {
                padding-top: 28px;
        }
        .service_but i.fa.fa-pencil-square-o, 
        .service_but2 i.fa.fa-credit-card, 
        .service_but2 i.fa.fa-envelope {
                margin: -2px 9px 0 6px!important;
        }
        .submenu li {
          white-space: normal;
          width: 287px;
        }

	/*  - - - - - header_btn_box - - - - - */

        .header_region_tel_it .header_label, .header_region_tel_it .header_tel2 {
          display: none;
        }
        .header_region_tel_it.header-youcity1 .header_label, .header_region_tel_it.header-youcity1 .header_tel2{
          display:block;
        }
	.header_btn_box {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
	}
	.header_btn_box>a {
		position: absolute;
		width: auto;
                line-height: 33px;
	}
        .order_basket_btn>i {
                line-height: 33px;
        }
	.order_online_btn {
		top: 28px!important;
		right: 30px;
		padding: 0px 11px!important;
                font-size: 13px;
	}
	.order_basket_btn {
		right: 30px;
		top: 107px;
		background: #1f55a0;
		color: #fff;
		border: none;
		padding-left: 6px;
		display: block;

	}
        .order_basket_btn {
                height: 32px;
        }
        .order_basket_btn i {
                line-height: 28px;
        }
	.order_basket_btn > span {
		display: none;
	}

	.header_other_reg {
		display: block;
		margin-right: 25px;
	}
	.header_tel_btn {
		display: none;
	}


	/* - - - - - - - - - - - - - - - - - - - - - main content - - - - - - - - - - - - - - - - - - - - - - */

	#content {
		padding-top: 3px;
	}

	/*  - - - - - sidebar - - - - - */
            
 
	.catalog_list, .list1 {
		display: none;
		width: 100%;
	}
	.catalog_list:not(:last-child) {
		margin-bottom: 0;
	}
	.catalog-wrapper {
		margin-top: 25px;
		margin-bottom: 0;
	}
	.about-wrapper, .catalog-wrapper {
		border: 1px solid #1f55a0;
	}
	.about-wrapper {
		border-top: none;
		margin-bottom: 25px;
	}
	.sidebar {
		width: 97%;
                margin-left: 15px;
	}
	.catalog-btn,
	.about-btn {
		display: block;
	}
	.catalog_list_arrow {
		background-color: #338ad5;
	}
	.catalog_list > li:first-child {
		border-top: 1px solid #214c90;
	}

	/*  - - - - - maincontent - - - - - */

	.maincontent {
		width: 100%;
	}
	.filter_select {
		display: none;
	}
	.all_news {
		text-align: center;
	}

        img.cimgRight {
        width: 100%;}

	/* - - - - - - - - - - - - - - - - - - - - - footer - - - - - - - - - - - - - - - - - - - - - - */

	.footer_list_block {
		display: none;
	}

	.footer_inner > .container {
		position: relative;
	}

	.footer_tel {
		display: block;
	}
	.footer_site_map {
		position: absolute;
		right: 205px;
	}
	.copyright {
		/*width: 270px;*/
		/*position: absolute;*/
		top: 8px;
		left: 50%;
		/*transform: translateX(-50%);*/
	}
	.footer_menu {
		/*position: absolute;*/
		right: 10px;
		top: 5px;
	}


	/* - - - - - - - - - - - - - - - - - - - - - tovar html - - - - - - - - - - - - - - - - - - - - - - */

	.tovar__maincontent {
		padding-left: 0;
	}
	.others-product__headline-link {
		font-size: 16px;
	}

	/* - - - - - - - - - - - - - - - - - - - - - gallery - - - - - - - - - - - - - - - - - - - - - - */

	.gallery__list {
		justify-content: space-between;
	}
	.gallery__item {
		width: 23%;
		margin-right: 0;
	}
	.link_box {
		justify-content: center;
	}

	.news-pages {
		text-align: center !important;
	}
	.set__item {
		width: 32%;
	}
}




@media only screen and (max-width: 991px){
	*{transition: initial !important;}
	button.search_btn i{
    width: 15px;
    height: 20px; padding-right:0px;
}
::-webkit-input-placeholder{
    color:#9c9b9a;
    -webkit-transition: initial !important;
    transition: initial !important;
}
.menu_catalog_basket .order_basket_btn {
    display: block;
}
body .fancybox-inner .product__inner .col-md-4 {
    width: auto;
    float: none;

   
}
body .fancybox-inner .product__inner .col-md-8 {
    width: 100%;
    float: none;
}
	/* - - - - - - - - - - - - - - - - - - - - - HEADER - - - - - - - - - - - - - - - - - - - - - - */

	/*  - - - - - header_contacts - - - - - */
	.set__item{margin-right:14px;}
	.header_contacts {
		margin-right: 30px;
		width: 170px;
	}
	.header_label {
		font-size: 9px;
	}
	.header_tel {
		font-size: 19px;
	}
	.header_contacts_link > a {
		display: inline-block;
		margin-bottom: 2px;
	}
        .header_contacts_link {
         font-size: 10px;
         min-width: 215px; 
         padding-top: 7px;       
         }
         #about_img {
         max-width: 24.5%;}
         .pgallery img {
         width: 32.5%;}

         .akb-offset .product-pages-top {
          margin-top: -22px!important;
          font-size: 12.4px!important;
         }
        .header_contacts_link>a:not(:last-child) {
         margin-right: 8px;
         }

        .service_but, .service_but2 {
         padding: 9px 10px 11px;}
        .icon_service_left {
         padding: 1px 22px 0 12px;}
        .icon_service_left2 {
         padding: 0px 17px 0 12px;}
         #icon_st {
         padding: 1px 23px 0 12px;}

        .search_form {
         padding-top: 33px;}

        .header_other_reg {font-size:12px;}

	/*  - - - - - header_region_tel - - - - - */

	.header_region_tel {
		width: 130px;
	}
	.header_tel2 {
		font-size: 15px;
                line-height: 29px;
	}
	.search_form {
		width: 332px;
	}
	.search_form>input.search_input {
		width: 67%;
	}
        .search_btn {
                margin-right: 11px;
        }
        .header_tel {
                line-height: 29px;
        }
        

	/*  - - - - - header_btn_box - - - - - */

        .sidebar {
		width: 96%;
                margin-left: 15px;
	}

	.order_online_btn {
		top: -11px;
		/*left: 10px;*/
		padding: 0 32px;
	}

        .product_title {
          font-size: 15px;
        }
        .iw_in_main_page img {
          max-width: 213px!important;
        }
        .product_price {
          font-size: 16px!important;
        }

	/* - - - - - - - - - - - - - - - - - - - - - footer - - - - - - - - - - - - - - - - - - - - - - */

	.copyright {
		right: 0;
		/*text-align: right;*/
		transform: none;
		left: auto;
                min-width: 100%;
                min-height: 80px;
               
	}
	.footer_menu {
		bottom: 0;
		right: auto;
		top: auto;
	}
	.footer_site_map {
		bottom: 0;
		right: 0;
	}
        .footer_tel {
        display: block;
        }
        .phone_region {
        min-width: 500px;
        }
                    

	/* - - - - - - - - - - - - - - - - - - - - - tovar html - - - - - - - - - - - - - - - - - - - - - - */

	.about-aside {
		margin-bottom: 10px;
	}

	.product-about .col-md-9 {
		padding-right: 0;
		padding-left: 15px;
	}
	.others-product__price {
		margin: 5px 0;
		font-size: 15px;
	}
	.about__table-wrapper {
		margin-bottom: 0;
	}

	.about-aside {
		display: none;
	}
	.about__table-wrapper {
		display: block;
		border: none;
		padding: 0;
	}

	.inner-table-wrap {
		display: none;
	}

	.mobile-tab-btn {
		display: block;
	}
	.product__inner .col-md-4,
	.product__inner .col-md-8 {
		padding-right: 0;
	}


	.about-aside__link {
		padding: 10px 0;
		text-align: center;
		background: #1f56a1; /* Old browsers */
		border-bottom: 1px solid #163d73;
                border-top: 1px solid #266ac9;
		color: #fff;
		font-size: 18px;
	}
	.about-aside__link:hover {
		color: #fff;
	}
	.product-about > .col-md-9 {
		padding-left: 0;
	}
	.others-product {
		margin-top: 5px;
	}

	.inner-table-active {
		display: none;
	}
	.active-table {
		display: block;
	}

	/* - - - - - - - - - - - - opcii - - - - - - - - - - - -*/

	.pages-headline {
		text-align: center;
	}

	.pages-headline.transferred {
		margin-bottom: 0px !important;
		border-bottom: 1px solid #b4b4b4 !important;
	}

	/*** - - - - - - - - - - - - - - - -  NEWS HTML - - - - - - - - - - - - - - - - - - - - -  ***/

	.news__others {
		text-align: center;
		font-size: 14px;
	}



	/*** - - - - - - - - - - - - - - - -  CONTACTS HTML - - - - - - - - - - - - - - - - - - - - -  ***/

	.spb-more {
		bottom: 60px;
	}
	.contacts__list {
		font-size: 13px;
	}
	/* - - - - - - - - - - - - card - - - - - - - - - - - -*/

	.card-product-block .left-col {
		padding-bottom: 8px;
	}
	.address {
		width: 95%;
		text-align: center;
		margin: 5px 0 -5px 0;
	}
	.del-link-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		height: 40px;
		justify-content: space-between;
		padding: 0 15px;
	}
	.card-product-block .del-link-wrap {
		padding: 0 15px;
	}
	.del-link-wrap h4 {
		padding: 0;
		margin-bottom: 0;
	}
	.del-link-wrap * {
		display: inline-block;
	}
	.req-text {
		text-align: left;
	}
	/* - - - - - - - - - - - - - - - - - - - - - gallery - - - - - - - - - - - - - - - - - - - - - - */
	.gallery__list {
		justify-content: flex-start;
	}
	.gallery__item {
		width: 30%;
		margin-right: 3%;
	}


	/*** - - - - - - - - - - - - - - - -  About - - - - - - - - - - - - - - - - - - - - -  ***/

	.plit_news-subcats .set__link .icon,
	.plit_news-subcats .set__link .icon_hover{
		width: 120px;
	}

}

       nav#nav {
       min-height: 52px;
       }


@media only screen and (max-width: 767px) {
      .product__inner .col-md-4, .product__inner .col-md-8 {    
       padding-left: 0;
        }  
      .product__price.clearfix {
       margin-bottom: 15px;
        }    
      .validate input[type=password], .validate input[type=text], .validate select, .validate textarea {
       width: 100%!important;
   
        }
        .card-product-content figure img {
        height: 131px;
        }
        .validate td {
        padding: 5px 0px 5px 2px!important;
        }
	
	.maincontent, .maincontent .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
	}
        .prices_list_element {
          margin: 1rem;
        }

        .contacts_more-company {
         margin: 0 0 40px 0;
        }
        h2 {
        font-size: 19px;
        line-height: 24px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
        }
        h4{
        text-align: center;
        }
        .img_mobil{
        float: none!important;
        margin: auto!important;
        display: block;
        padding-top: 20px;
        }
        .display-table-st.colums-8 {
         column-count: 2!important;
        }
        .zag_mobil_h{
         text-align:center
         }
        .img_pdf_w {
        width: 56px!important;
        float:none!important;
        margin: auto;
        display: block;        
        }
        .pdf_stl a {
        text-align: center;
        }
        .form-header{
        text-align:center;
        }
	.logo {
		background: url(/local/templates/iswin_2017/images/logo.gif) 5px 0 no-repeat;               
                width: 70px;
                height: 67px;
                float: left;
                background-position: 0px;
	}

        .header_contacts_link {
		padding-bottom: 6px;
                margin-top: 7px;
                font-size: 14px;
                padding-right: 6px;
                background-color: #ff8e3a;               
	}

        .product_title{
                font-size: 20px;
                font-weight: 600;
        }
	.breadcrumbs {
		text-align: center;
		background: none;
	}
	.breadcrumbs > li {
		display: inline-block;
		float: none;
	}
	.main-page-bread {
		display: none;
	}
	.row {
		margin: 0;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
        .service_but {
                display:none;    
        }
        .service_but2{
                display:none;
        }
	/* - - - - - - - - - - - - - - - - - - - - - HEADER - - - - - - - - - - - - - - - - - - - - - - */
	#header {
		padding-bottom: 0;
	}
	/*  - - - - - logo - - - - - */

	.header_left {
		float: none;
		margin-right: 0;
                margin-top: 15px;
	}
	span.iw_item_price.iw_item_price_rub.iw_item_price_active {
        display: block;
        text-align: center;
        font-size: 15px;
        }
        .col-md-12 {
        padding: 0!important;
        }
        .section_offset.motopage .product_box .product_description .product_price_box {
	    display: block;	  
	}
	        
        .product_box .product_description .product_price_box {
         display: flex;
         align-items: center;
         gap: 20px;
         justify-content: center;
        }
        .product_price_box {
        text-align: center;
        }
        .product_price {
        font-size: 24px!important;
        }
        .money_st {
        font-size: 19px;
        }
        .addToCart {
        margin-top: 0;
        font-size: 22px!important;
        line-height: 26px;
        }
        .product__btn .fast-btn>span {
        max-width: 100%;
        }
        .right_grey_product .product__btn-item__link, .servblog .title-tovarservice, .right_grey_product .product__btn-item.analog2 span {  
        font-size: 18px; 
        }
        body .product__btn-item__link.buy-btn .fs14{
        font-size: 18px; 
        }
	.servblog .text-tovarservice {
	font-size: 16px;
	}
       
        .btn_more {
         width: 100%;
         font-size: 14px;
         line-height: 16px;   
         background: #ff740a;
         background: -moz-linear-gradient(left,#ff740a 0,#ff903b 100%);
         background: -webkit-linear-gradient(left,#ff740a 0,#ff903b 100%);
         background: linear-gradient(to right,#ff740a 0,#ff903b 100%);
        }
        .prices_list_element span.pozap{
         margin-bottom: 0;
        }
        .text-blue-footer{
         margin-bottom: 10px;
        }
	.text-blue-footer:nth-last-child(1) {
	    margin-bottom: 0;
	}
	body .avail-list + .btn_more.alignright {
	 padding: 11px 5px;
	 width: 160px;
	 margin-top: 15px;
	}
        body .btn_more.alignright.addToCart{
        line-height: normal;
        padding: 5px 0;
        width: 145px;
        font-size: 18px!important;
        }
        body .btn_more.alignright {
        padding: 8px 0;
        width: 145px;
        font-size: 17px;
        }
        .product_des_list {
         font-size: 14px!important;
         }
         .others-product ul.product_des_list {
         padding: 15px 0; 
         }
         ul.product_des_list li:nth-child(odd) {
         background: #f6f6f6;
         padding: 7px 17px;
         }
         ul.product_des_list li:nth-child(even) {
         padding: 7px 17px;
         }
         .product_des_list>li:before {
          content: "\203A";
          display: block;
          position: absolute;
          left: 7px;
          top: 6px;
         }
         .product_description .txt_st {  
         text-align: center;
         }
         .txt_styl {
         font-size: 14px;
         text-align: center;
         margin-top: 6px;
         color: #727171;
         }
         .txt_styl ul li:nth-child(odd) {
         background: #f6f6f6;
         padding: 7px 17px;
         }
         .txt_styl ul li:nth-child(even) {
         padding: 7px 17px;
         }
         .product__inner__sub-headline-block {
         margin-bottom: 7px;
         padding: 8px;

        }
        .product__inner .product__sale {
         background-color: #fafafa;
        }
        table.product__sale tr td:nth-child(odd) {
        background: #fff;
        color: #1f55a0;
        }
        table.product__sale tr td:nth-child(even) {
        color: #1f55a0;
        background: #ecf5fd;
        }
        .product__sale a{
        color: #1f55a0;
        }  
        .product-about_table tr td:nth-child(2) {
        font-weight: bold;
        }

	/*  - - - - - header_contacts - - - - - */

	.header_other_reg {
		display: none;
	}
        .header_tel {
                line-height: 33px;
        }
        .header_tel > span {
                font-size: 25px;
        }

	.header_tel_btn {
		/*display: inline-block;*/
		display:none;
		text-align: center;
		margin: 0;
		padding: 0;
		font-size: 19px;
		width: auto;
		height: 22px;
		transform: translateY(22%);
                float: right;
	}
       

	/*  - - - - - header_contacts - - - - - */

	.header_contacts {
		float: none;
		width: 100%;
		text-align: center;		
                margin-bottom: 8px;
         
	}
        
	.header_label {
		font-size: 12px;
	}
	.header_tel {
		font-size: 32px;
		position: relative;
                text-align: left;
	}
	.header_contacts_link > a {
		display: inline-block;
                color:#fff;
	}
        .header_contacts_link>a:not(:last-child) {
                color:#fff;
        }

	/*  - - - - - header_region_tel - - - - - */

	.header_region_tel {
		display: none;
	}

	/*  - - - - - header_btn_box - - - - - */
        .header_btn_box{
        display:none;
        }  
	
        .header_btn_box>a {
		position: static;
	}
	.order_basket_btn {
		background: #ecf5fd;
		color: #1f55a0;
		font-size: 15px;
	}
	.order_online_btn {
		margin-left: 35px;
		margin-right: 35px;
	}
	.header_btn_box>a:last-child {
		border: none;
		border-radius: 0;
		position: relative;
		margin-top: 25px;
	}
	.order_basket_btn > span {
		display: inline;
	}
	.order_basket_btn > i {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		display: block;
		width: 35px;
		background: #1f55a0;
		color: #fff;
	}
        


	/* - - - - - - - - - - - - - - - - - - - - - main content - - - - - - - - - - - - - - - - - - - - - - */

	#nav {
		height: auto !important;
                min-height: 44px!important;          
	}
	.toggle_menu_btn {
		display: block;
		width: 100%;
	}
	.sticky_nav,.sticky_nav:before {
		background: none;
	}
	.navigation>li {
		display: block;
		background: #306ebf;
	}
	.navigation>li,
	.navigation>li:first-child {
		border: none;
	}
	.navigation > li,
	.navigation>li:first-child {
		border-bottom: 1px solid #5387cb;
	}
	.navigation>li>a {
		text-align: left;
		font-size: 14px;
		padding: 13px 10px;
		padding-left: 15px;
	}
	.navigation>li:hover>a, .navigation>li.current>a, .navigation>li.t_active>a,
	.navigation>li:before{
		background: none;
	}
	.navigation>li:first-child:after {
		display: none;
	}
	.navigation>li>a:before {
		font-family: "FontAwesome";
		content: '\f054';
		/*position: absolute;*/
		left: 0;
		top: 50%;
		/*transform: translateY(-50%);*/
		font-size: 10px;
		padding-right: 5px;
	}
	.submenu {
		position: static;
		display: none;
		box-shadow: none;
		border: 1px solid #88aedc;
		transition: none;
		opacity: 1 !important;
		visibility: visibility !important;
	}
	.submenu  li:before {
		font-family: "FontAwesome";
		content: '\f054';
		background: none;
		font-size: 10px;
		top: 14px;
		color: #5483c7;
	}
	.submenu > li {
		border-color: #d5e2f3;
		background: #fff;
	}
	.submenu > li > a {
		color: #306ebf;
	}
	.link_toggle:after {
		display: block;
	}

	.filter_wrap {
		padding-top: 0;
	}
	.fa-angle-down:before {
		content: "\f0c9";
	}
	.btn_filter_open {
		position: static;		
		cursor: pointer;
		font-size: 16px;
		color: #ffffff;
	}
	.btn_filter_open:hover {
		color: #fff;
	}
        .filter_title {
        font-size: 18px!important;
        line-height: 17px!important;
        float: right;
        }
	.filter_right, .filter_left {
		float: none;
		width: 100%;
	}

	.filter_title{
		font-size: 0;
		line-height: 0;
	}

	.filter_title:before{
		/*content: attr(data-mobtext);*/
                content: normal;
		font-size: 20px;
		line-height: 23px;
	}

	.product_headline {
		background: #f6f6f6;
		padding: 13px 10px;
		font-size: 18px;
	}

        .icon_service_left {
         padding: 2px 22px 0px 12px;
         max-width: 56px;
         margin-top: -3px;
        }
        .icon_service_left2 {
         padding: 11px 17px 0 12px;
         max-width: 55px;
         margin-top: -13px;
        }
        #icon_st {
        font-size: 21px;
        color: #d76e30;
        padding: 11px 23px 0 12px;
        margin-top: -13px;
        }
        .service_but, .service_but2 {
         padding: 7px 10px 10px;
        }
        img {
        max-width: 100%;
        height: auto;}
        #about_img {
        min-width: 100%;    
        padding: 5px;}
         
        #about_img_ad {
        min-width: 100%;    
        padding: 5px;}
        
        .about_img_ad {
        min-width: 100%;    
        padding: 5px;}
    
        
        .inner-table-active {
        padding: 5px 0px;}
        .product-about_table tr td {
         padding: 6px;
         border: 0;
         text-align: left;
        }
        .product-about_table {
         border: 0;}
        .border-warp-tab {
         border: 0px;}
       
        .video-responsive object, 
        .video-responsive embed {
        position: absolute; 
        top: 0; 
        left: 0; 
        width: 100%;
        height: 100%; 
        }
        .video-responsive { 
         position: relative; 
         padding-bottom: 56.25%; 
         height: 0; 
         overflow:hidden; 
         } 
        .zp__name_st {
         width: 100%;
         text-align: left;
        }
        .zp__button_st {
        vertical-align: middle;
        width: 100%;
        padding-left: 9px;
        }

	/*  - - - - - news - - - - - */
	.title1 {
		font-size: 19px;
	}
	.news_post p {
		display: none;
	}
	.news_media {
		width: auto;
		float: none;
	}
	.news_img {
		text-align: left;
		padding: 20px;
		width: 100%;
	}
	.news_img a {
		display: block;
		width: 100%;
		height: 100%;
	}
	body .news_img img {
		width: 100%;
	}

	.product_box{
		margin-bottom: 8px;
	}
        
        .catalog_service_item {
         margin: 8px 0 0 0;
         font-size: 13.4px;}
        .akb-offset .product-pages-top {
         margin-top: -25px;}
        .product-pages {
         text-align: left;
         }
         .moto-callback .block_form.dynamic-form .inputtext {
         max-width: 100%!important;
         }
         .validate input[type=password], .validate input[type=text], .validate select, .validate textarea {
         max-width: 150px!important;}
         iframe {
         width: 100%;
         }
         .table_container_ad {
         width: 100%;
         overflow: auto;
         -webkit-overflow-scrolling: touch;
         }
         .table_container_responsive {
         width: 100%;
         overflow: auto;
         -webkit-overflow-scrolling: touch;
         }              
         .akb-product-headline
         {font-size: 18px;
          line-height: normal;
          font-weight: 400;}
         
         div#ph_top_bott {
         margin: 18px 0 50px 0;}

      
	/* - - - - - - - - - - - - - - - - - - - - - footer - - - - - - - - - - - - - - - - - - - - - - */

	.footer_inner {
		padding: 20px 0 45px 10px;
	}
	.copyright, .footer_menu {
		position: static;
	}
	.footer_tel {
		display: block;
		font-size: 22px;
	}
	.footer_address {
		float: none;
		font-size: 16px;
		color: #fff;
		margin-bottom: 18px;
	}
	.footer_address a {
		color: #fff;
		font-size: 16px;
	}
	.footer_site_map {
		float: none;
		position: absolute;
		left: 10px;
		bottom: -30px;
	}
	.footer_site_map a {
		color: #fff;
		font-size: 11px;
	}
	.footer_bottom {
		padding: 0;
		text-align: left;
	}
	.copyright {
		text-align: left;
		font-size: 16px;
		color: #fff;
		margin-bottom: 20px;
	}
	.footer_menu, .fz152 {
    font-size: 16px;
    }
	.footer_menu>li:first-child {
		padding-left: 0;
	}
    .footer_info .footer_menu>li a {
    font-size: 16px;
    }

	/* - - - - - - - - - - - - - - - - - - - - - tovar html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/



        .social_st{
                display:none;       
        }
        .pgallery img {
                width: 31.7%;
        }
         video {
         width:100%;
        }

	.product__headline, .pages-headline {
		text-align: center;
		border: none;
		background: #f6f6f6;
		padding: 10px 10px;
		font-size: 21px;
		margin-left: 0;
	}


	.product__img-wrap {
		border: none;
		box-shadow: none;
	}

	.product__sub-headline, .product__desc {
		font-size: 14px;
	}

	.product__price {
		background: #ecf5fd; /* Old browsers */
	}

	.unique-price {
		color: #1f55a0;
		display: block;
		text-align: center;
		font-size: 24px;
		padding: 10px;
		margin-bottom: 0 !important;
		float: none;
	}

	.price__item-right {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: column nowrap;
		text-align: center;
		float: none;
	}
	.price__item-list {
		order: 3;
		padding: 0 0 11px 0;
	}
	.price__desc {
		order: 2;
		background: #f76211;
		color: #fff;
		font-size: 13px;
		margin-left: 0;
		padding: 0 2px;
	}
	body .product__btn {
		flex-flow: column nowrap;
		height: auto;
		padding: 0;
                margin:0;
	}

	.product__btn-item {
		width: 100%;
		margin-bottom: 6px;
	}

	.sales-btn, .buy-btn, .fast-btn {
		border-radius: 5px;
		padding: 13px 5px;
	}
        .analog2 .buy-btn {
		padding: 5px 5px;
	}
        .buy-btn {
		border-radius: 5px;
		padding: 11px 5px;
	}
        .fs14{
        padding: 2px 5px;
        }
	.sales-btn {
		background: #fff;
		color: #d76e30;
		border: 1px solid #d76e30;
		font-size: 16px;
		padding: 5px 5px;
	}
	.orange {
		display: block;
	}
	.no-orange {
		display: none;
	}
	.buy-btn {
		background: #1f56a1; /* Old browsers */	
	}

	.fast-btn {
		background: #338ad5; /* Old browsers */		
	}

	.product__sale {
		border: 1px solid #ecf5fd;
		padding: 8px;
                margin-bottom: -15px;
	}

	.about__table-wrapper {
		font-size: 13px;
	}

	.product__sale tr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		font-size: 13px;
		flex-flow: column nowrap;
	}
	.product__sale td:after {
		left: 12px;
	}
	.product__sale  td {
		padding: 3px 0;
	}
	.product__sale td:first-child {
		padding-left: 32px;
	}
	.product__sale td:not(:first-child) {
		padding-left: 34px;
	}

	.about-aside__item {
		border-bottom: none;
	}
	.others-product__headline {
		background: #338ad5; /* Old browsers */
		font-size: 20px;
                font-weight: 600;
		text-align: center;
	}
        .others-product:before {
         border: 4px solid #fe8f3b;
         content: "";
         width: 100%;
         display: block;
        }

	.product-about .col-md-3 {
		padding-right: 15px;
	}
	.others-product__item {
		width: 100%;
		float: none;
		margin-bottom: 5px;
		padding: 10px 10px 20px 10px;
	}
	.others-product__price {
		font-size: 21px;
	}
	.others-product__price-link {
		padding: 5px 25px;
	}
	.others-product__about-list,
	.others-product__link-more {
		font-size: 12px;
	}

	/* - - - - - - - - - - - - CERTIFICATES - - - - - - - - - - - -*/
	.cert__headline {
		font-size: 21px;
		text-align: center;
		border-bottom: none;
		padding-bottom: 0;
	}
	.fw {
		flex-flow: column nowrap;
		text-align: justify;
		padding: 10px;
	}
	.cert__section-desc, .cert_section-img {
		width: 100%;
	}
	.cert__section-item__headline {
		text-align: center;
	}
	.cert__section-desc {
		margin-bottom: 25px;
	}
	.cert__section-item {
		border: none;
                border-bottom: 1px solid #ccdae6;
	}

	/* - - - - - - - - - - - - CERTIFICATES - - - - - - - - - - - -*/

	.search__input-text{
		width: 70%;
		margin-top: 1px;
		float: left;
	}

	.search__input-submit {
		float: right;
		background: #1f55a0;
		border: none;
		color: #fff;
		padding: 5px 10px 5px 6px;
		border-radius: 3px;
		display: block;
	}

	/* - - - - - - - - - - - - search - - - - - - - - - - - -*/

	.search-filter {
		display: block;
	}

	/* - - - - - - - - - - - - opcii - - - - - - - - - - - -*/

	.set__list {
		flex-flow: column nowrap;
	}

	.set__item {
		width: 100%;
		margin-bottom: 10px;
	}

	.set__item-headline a {
		font-size: 19px;
	}
	.set__list.plit_news-subcats.plit_gray {
	        grid-template-columns: auto;
	}



	/*** - - - - - - - - - - - - - - - -  CONTACTS HTML - - - - - - - - - - - - - - - - - - - - -  ***/

	.contacts_inner-section {
		flex-flow: column nowrap;
		padding: 0;
	}

	.contacts__list {
		padding: 5px 16px 0 16px;
	}

	.names-company li {
		margin-bottom: 0;
	}

	.contacts_right-col {
		width: 99%;
		margin: 15px auto 0 auto;
		border-radius: 0;
		border: none;
	}
	.spb-more {
		position: static;
	}
	.spb-more_link {
		background: #f6f6f6;
		color: #737171;
		border-top: 1px solid #c0d2e5;
		border-radius: 0 0 5px 5px;
	}
	.contacts__city {
		text-align: center;
		color: #1a498b;
		background: #ecf5fd;
		padding: 10px 0;
		font-weight: normal;
	}

	p:not(:last-child) {
		margin-bottom: 5px;
	}

        .my_h3 {
         margin: 60px 0px 10px;}
        .cont div.my_h3 {
         margin: 7px 0px;}
     
        .prop_img {
         margin: 11px 12px 0px 11px;}
        .cont table {
         width: 100%;}

        .product_media img {
                max-width: 252px;max-height: 178px;
        }
	.contacts-headline {
		background: none;
	}
	.contacts__item, .names-company {
		font-size: 16px;
	}
	.company-list-name {
		text-align: center;
		font-size: 16px;
		background: #ecf5fd;
		color: #1a498b;
		padding: 7px 0;
		display: block;
	}
	.company-full-name li:not(:first-child) {
		padding: 10px 5px 0 15px;
	}
	.company-full-name li:not(:first-child):before {
		content: '>';
		margin-right: 3px;
	}
	.names-company, .banks-list li {
		padding: 0;
		padding-bottom: 15px;
	}
	.banks-list {
		padding: 18px 18px 0 18px;
		font-size: 16px;
	}
	.company-full-name li{
		margin-bottom: 0;
	}
	.banks-list-wrap {
		padding-bottom: 0;		
		border-radius: 5px 5px 0 0;
	}
	.last-btn-company {
		text-align: center;
		background: #f6f6f6;
		color: #747272;
		border: 1px solid #c0d2e5;
		border-radius: 0 0 5px 5px;
		padding: 2px 8px 4px 7px;
	}

	/* - - - - - - - - - - - - card - - - - - - - - - - - -*/
	.coords-input {
		width: 200px;
	}

	.submit-wrap {
		background: #f6f6f6;
		padding-bottom: 15px;
	}

	/* - - - - - - - - - - - - - - - - - - - - - gallery - - - - - - - - - - - - - - - - - - - - - - */

	.gallery__list {
		flex-flow: column nowrap;
	}
	.gallery__item {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 50px;
	}
	.gallery__item:first-child {
		margin-top: 25px;
	}
	.gallery__item span {
		margin-top: 10px;
	}

	/* - - - - - - - - - - - - - - - - - - - - - akb - - - - - - - - - - - - - - - - - - - - - - */
	.bottom-row {
		text-align: center;
	}
	.bottom-row .product-pages {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	.static-table-wrap {
		width: 100%;
		overflow: scroll;
	}

	.static-table {
		width: 600px;
	}

	.filter_row {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.filter_box {
		width: 100%;
	}

	/* - - - - - - - - - - - - - - - - - - - - - advantage - - - - - - - - - - - - - - - - - - - - - - */

	.advantage_box:before{
		width: 55px;
		height: 55px;
		
	}

        .prior_f {min-height: 69px!important;}

	.advantage_title{
		padding-left: 5px;
		/*max-width: calc(100% - 50px);*/
	}

	/*** - - - - - - - - - - - - - - - -  About - - - - - - - - - - - - - - - - - - - - -  ***/

	.plit_news-subcats .set__item{
		width: 100%;
	}

	.plit_news-subcats .set__link .icon,
	.plit_news-subcats .set__link .icon_hover{
		width: 150px;
	}

}
@media only screen and (max-width: 600px){ 
	/*body{min-width:300px;}*/
	.fancybox-inner figure.product__img-wrap {
    width:auto !important; float:none !important;
}
.fancybox-inner .slider-block {
float:none !important; width:auto !important;
}
.fancybox-inner .block_img_sl {
    width: 91px !important;
}

}

@media only screen and (max-width: 320px){
   a.header-phone {
    font-size: 22px;
}
.header_contacts {
    margin-bottom: 8px;
}
}



@media only screen and (max-width: 479px){
	/*body{min-width:300px;}*/
	.fancybox-inner figure.product__img-wrap {
    width:auto !important; float:none !important;
}
.fancybox-inner .slider-block {
float:none !important; width:auto !important;
}
.fancybox-inner .block_img_sl {
    width: 91px !important;
}
.sidebar {
          width: 100%;
          margin: 0;
}
.phone_region {
          min-width: auto;
}

.product_des_list{
          font-size:12px;
}

.pdf_stl2 {
    margin-right: 6px;
    font-size: 13px;
    border-bottom: 1px solid #dfdede;
    margin-bottom: 10px;
    max-width: 100%!important;
    padding-bottom: 10px;
    border-right:none!important;
}
.pdf_stl3 {
    margin-right: 6px;
    font-size: 13px;
    border-bottom: 1px solid #dfdede;
    margin-bottom: 10px;
    max-width: 100%!important;
    padding-bottom: 10px;
    border-right:none!important;
}
.pdf_stl4 {
    margin-right: 6px;
    font-size: 13px;
    max-width: 100%!important;
    border-right:none!important;
}

li#zapchasti {
    display: inline-block;
}

li#zapchasti_back {
    display: inline-block;
}



}

@media only screen and (min-width: 768px){
	.navigation {
		display: table !important;
	}
	.toggle_tel_list {
		display: none !important;
	}
        
        
}
@media only screen and (min-width: 1200px){
	.catalog_list, .list1 {
		display: block !important;
	}
	.border-warp-tab {
		border: none !important;
	}
}

/*
     FILE ARCHIVED ON 12:20:10 Feb 20, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:33:41 Feb 26, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 70.552 (3)
  esindex: 0.007
  captures_list: 87.329
  CDXLines.iter: 12.935 (3)
  PetaboxLoader3.datanode: 90.935 (4)
  exclusion.robots: 0.281
  exclusion.robots.policy: 0.267
  RedisCDXSource: 0.72
  PetaboxLoader3.resolve: 13.59
  load_resource: 36.341
*/