@media screen and (max-width: 1600px){
    #slider{
        height:450px;
    }

    .where_buy_content{
        padding-top:32px;
    }
    .where_buy_content h2{
        margin-bottom:20px;
    }


    .new_products h2{
        margin-bottom:20px;
    }
  
  

    .mainpage_slider .slider_content{
        height:450px;
        max-height: 450px;
    }

    .mainpage_slider .slider_content p{
        margin-top: 32px;
    }

    .new_products{
        padding-top:35px;
    }

    .about_company_content{
        padding-top:32px;
    }

    .where_buy_slider .bread-crumbs{
        padding-left:0;
    }

}
@media screen and (max-width: 1400px){

    .t-container.row > .lef-col{
        padding-left:16px;
    }

    .s-content{
        padding-right:64px;
    }
    #slider{
        height:340px;
    }

    .where_buy_content{
        padding-top:35px;
    }
    .where_buy_content h2{
        margin-bottom:16px;
    }

  
    #slider.where_buy_slider {
            background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0)),url("../image/by_bg_s.jpg");
          }

    .mainpage_slider .slider_content{
        height:340px;
        max-height: 340px;
    }

    .mainpage_slider .slider_content p{
        margin-top: 28px;
    }

    .new_products{
        padding-top:35px;
    }

    .about_company_content{
        padding-top:40px;
    }

    .newspage_slider_content{
        padding:0 36px;
      }

      .subscription_info{
        font-size:18px;
      }  

      .newspage_slider h1{
        font-size:70px;
      }

      .subscription_block{
        padding-top:40px;
      }
      .dz-button > span br{
        display: none;
      }
}

@media screen and (max-width: 1200px) {


    .s-content{
        padding:32px;
       
        
    }

    .s-container{
        max-width: 100%;
    }

    .support-form .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news_footer .subscription_button button span{
        display:none;
    }

    .filter-block .filter{
        padding-right:0;
    }


    #slider.where_buy_slider {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0)),url("../image/by_bg_l.jpg");
      }

    body {
        padding-top: 56px;
    }

    header,
    #logo {
        height: 56px;
    }

    header .col-2 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    #logo {
        max-width: 100px;
        position: relative;
        z-index: 2;

    }

    header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 999;
    }


    .search-box {
        top: 7px;
        right: 56px;
        height: 40px;
        width: auto;
        left: 12px;
    }

    .input-search {
        transition: none;
        padding: 0;
        width: 0;
        position: relative;
        z-index: 3;
    }

    .btn-search:focus~.input-search {
        transition: none;
        width: 100%;
        position: relative;
        z-index: 3;
    }
    
    .btn-search{
        z-index: 9;
    }

    .input-search:focus {
        transition: none;
        width: 100%;
    }

    .mainpage_slider .slider_content p {
        padding-left: 0;
        width: 100%;
        position: static;
    }

    .mainpage_slider .slider_content p::after {
        display: none;

    }


    .mainpage_slider .slider_content {
        padding: 28px 14px 0 14px;
        height: 340px;
        max-height: 340px;
    }



 

    .new_products .device_name h3 {
        font-size: 18px;
        margin: 24px 0 6px 0;
    }


    .new_products .model_name {
        font-size: 16px;
    }

    .new_products a .img_bg {
        outline: none;

        box-sizing: border-box;
        transition: all 200ms ease-out;
    }

    .new_products a:hover .img_bg {
        outline: none;
        background: #f4f4f4;
    }

    footer .col-2 {
        display: none;
    }


    footer .col-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer_menu {
        padding-left: 14px;
    }

    .copyright {
        padding-right: 14px;
    }

    .sticky {
        top: 54px;
    }

    .where_buy_content .col-3{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;

    }
    
    .where_buy_slider .bread-crumbs{
        padding-left:0;
    }

    .download a::after{
        top:22px;
        right:23px;
        width:12px;
        height:17px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='17' fill='none' viewBox='0 0 12 17'%3E%3Cpath stroke='%23323232' stroke-width='2' d='M0 16h12'/%3E%3Cpath stroke='%23333' stroke-width='2' d='m1 8 5 4.5L11 8M6 0v12'/%3E%3C/svg%3E");
      
      }



      .searchbar {
		position: absolute;
		right: 60px;
		left: 0px;
		height: 56px;
		margin: 0 0 0 0;
		top: 0;
		background: transparent;
		z-index: 5;
        
	}
	.searchbar .searchbar-inputbox {
		width: 100%;
		margin: 0;
		padding: 9px 0 0px 0;
		top: 7px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: #fff;
		border:none;
	}
	.searchbar .searchbar-button {
		right: 0;
		position: absolute;
		top: 16px;
		z-index: 100;
	}
	.searchbar .searchbar-inputbox .searchbar-input {
		width: 100%;
		background: #fff;
		color: #4d4d4d;
		border: none;
		text-decoration: none;
        height: 26px;
	}
	.searchbar .searchbar-inputbox .searchbar-input::-webkit-input-placeholder {
		color: #fff;
	}
	.searchbar .searchbar-inputbox .searchbar-input::-moz-placeholder {
		color: #fff;
	}
	.searchbar.animating .searchbar-button {
		background: none;
	}
	.searchbar.expanded .searchbar-button {

		margin: 0;
	}
	.paading-form {
		padding: 0 40px 0 16px;
	}
	.expanded,
	.animating {
		z-index: 20;
	}
	.searchbar .searchbar-button,
	.searchbar.collapsed .searchbar-button {
		

		margin-right: 0;
		margin-right: 0;
	}

	.searchbar.expanded .searchbar-button-close,
	.searchbar.animating .searchbar-button-close {
		position: absolute;
		z-index: 10;
		display: block;
		cursor: pointer;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath stroke='%23323232' stroke-width='2' d='m1 1 19 18m0-18L1 19'/%3E%3C/svg%3E") no-repeat center center;
		background-size: 18px auto;
		width: 24px;
		height: 24px;
		left: 16px;
		top: 16px;
		margin: 0;
	}
	/* 3.4.1 Вывод резутатов поиска */
	.searchbar .searchbar-inputbox .searchbar-results {
		position: fixed;
		top: 55px;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
		padding: 0;
        border-top:1px solid #ebebeb;
        display: flex;
        flex-direction: column;
	}
	.result-scroll {
        min-width: 100%;
		-webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        padding:0 18px;
	}
	.result-all {
        margin-top:auto;
		border-top: 1px solid #ddd;
       
	}
	.result-all button {
		background: none;
        display: block;
        padding:22px 0;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
	}

	.result-all .blue-button {
		height: auto;
	}
	.result-all .blue-button:hover {
		background: none;
	}

}


@media screen and (max-width: 1024px) {
    .t-container h3 br{
        display:none;
    }

    .t-container h3{
        font-weight:400;
    }

    .t-container h3 span{
        display: none;
    }
    
    .bottom_block{
        margin-top:60px;
        padding-bottom:30px;
    }
    .t-container .col-6{
        flex: 0 0 100%;
        max-width: 100%;

    }
    .s-content{
        padding:32px 16px;
    }
    .send_button{
        margin-bottom:16px;
    }
    .news_footer{
        padding-top:42px;
    }

    .also_links{
        padding-top:8px;

    }

  
    .news_footer .subscription_block{
       background-image: none;
       padding:38px;
    }
    .newspage_slider_content .col-6,
    .news_header .col-6,
    .news_contnet .col-6
    {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news_header .col-6 img{
        width:100%;
    }

    .col-6.news_title h1{
        padding-bottom:20px;
        margin-top:-20px;
    }

    .subscription_info{
        display:none;
  
    }

    .subscription_block{
        padding-top:20px;
    }

    .newspage_slider h1 {
        font-size:56px;
    }
    
    
    .footer_menu{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        
    }

  
    
    .footer_menu > li{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-right:0;
    }

    .copyright{
        margin-top:28px;
        text-align:left;
        padding-left:14px;
    }
    .device.col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product_header .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .thumbs {
        display: none;
    }

    .product_image .mySwiper2 {
        max-width: none;
        height: 100%;


    }


    .product_image {
        padding-bottom: 22px;
    }

    .product_header .product_image .owl-thumbs {
        display: none;
    }

    .product_image {
        margin: 0 0 48px 0;
        padding: 0;
    }



    .product_header .product_image .owl-carousel .owl-item a {
        pointer-events: none;
    }


    .product_attributes {
        padding: 0;
    }


    .product_attributes .col-6,
    .about_company_content .col-6,
    .warranty_content .col-6,
    .service_centers_content .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about_company_content .icons_numbers_block::after{
        display:none;
    }

    .news_contnet .product_news .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .products_catalog .col-3{
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
 
}

@media screen and (max-width: 768px) {


    .products_catalog{
        padding:0 8px;
    }
    .products_catalog .col-3{
        flex: 0 0 50%;
        max-width: 50%;
        padding:0 8px;
        margin-bottom:16px;
    }
    
    .products_catalog .col-3 a{
        min-height: 100%;
        box-sizing: border-box;
       padding-top:34px;
       padding-bottom:34px;
    }

    .products_catalog .col-3 a:hover{
        background:#eee;
        color:#333;
        outline: none;
    }

    .products_catalog .col-3 a:hover::before{
        background-position-x: 0;
    }


    .products_catalog .col-3 a::before{
       transform: scale(0.8, 0.8);
    }
   


    .news_footer .col-6{
        
         flex: 0 0 100%;
        max-width: 100%;
    }
    .subscription_block{
        margin:0;
    }
    .news_footer .subscription_block{
        margin:0;
    }

    .news_footer .row{
        flex-direction: column;
    }

    .news_footer .col-6:first-of-type{
        order:2;
    }

    .news_footer .col-6:last-of-type{
        order:1;
        padding-bottom:38px;
    }
    .row.one_news{
        display:block;
        overflow: hidden;
    }
    .col-2.date{
        flex:none;
        max-width: 100%;
        padding-left:50%;
       padding-bottom:0;
      }
      
      .col-4.image_prew{
        flex:none;
        float: left;
        max-width: 50%;
      }
      
      .col-6.news_body{
        flex:none;
        max-width: 100%;
        padding-left:50%;
        padding-top:16px;
      }


      .one_news > div{
        padding-top:32px;
        padding-bottom:16px;
      }
      
      .col-2.date span{
        margin-left:16px;

      }
      .news_body h2  {
        padding-left:16px;
      }

      .news_body p{
        padding-left:16px;
      }
      
      

    .old_new:first-of-type{
        padding-top:34px;
        border-top: 1px solid #D3D3D3;
    }

    .news_block_preview > .row > .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .last_new{
        padding-right:0;
        margin-bottom:34px;
    }


    .news_block_preview{
        padding-bottom:68px;
    }


    #rhint{
		display:none !important;
	}

	#rhint2{
		position: fixed;
        padding-left:26px;
   		z-index: 999999;
   		left: 16px !important;
   		right: 15px;
		width: auto;
		height: auto;
		bottom: 15px;
		top: auto !important;
	
    	
	}

	#rhint2 .f_arrow{
		display:none;
	}

	#main-navigation{
		display:none;
	}



    .search_result_block .col-8{
        padding: 34px 0;
    }


    
    .footer_menu{
        display: flex;
        
    }
    
    .footer_menu > li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-right:0;
    }

    .copyright{
        margin-top:28px;
        text-align:left;
        padding-left:14px;
    }



    .mainpage_slider .slider_content {
        padding: 28px 14px 0 14px;
        height: 350px;
        max-height: 350px;
    }



    #slider {
        height: 350px;
    }

    .mainpage_slider .slider_content p {
        margin-top: 14px;
    }

    .new_products .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 32px;
    }


    .new_products h2 {
        margin-bottom: 24px;
    }


    .new_products {
        padding: 52px 0 30px 0;
    }



    .copyright {
        padding: 20px 0 40px 0;
        text-align: left;
        margin-top: 30px;
        border-top: 1px solid #474747;
    }


    .footer_menu {
        padding: 0 0 0 0;
    }

    footer {
        padding-top: 42px;
        font-size: 16px;
    }

    .footer_menu a {
        padding: 8px 0;
        font-size: 16px;
    }

    .footer_menu>li {
        float: left;
        margin-right: 0;
        width: 50%;
        margin-bottom:28px;
    }



    .filter-block.col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .devices.col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .filter-hide {
        display: block;
    }

    #filter {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 9999;
        overflow: scroll;
        background: #fff;
        z-index: 99999;
 
        box-sizing: border-box;
        transition: transform 0.25s ease-out;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);

    }

    #filter.slide {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .filter_box {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        height: 100%;
    }

    .filter-close {
        position: absolute;
        top: 15px;
        right: 18px;
        width: 24px;
        height: 24px;

    }

    .filter-close::after,
    .filter-close::before {
        content: "";
        display: block;
        width: 26px;
        height: 2px;
        background: #323232;
        position: absolute;


    }


    .filter-close::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 11px;
        left: -1px;
    }

    .filter-close::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 11px;
        left: -1px;
    }


    #filter h4 {
        font-size: 22px;
    }

    #filter label {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .checkbox,
    .radiobutton {
        width: 18px;
        height: 18px;
    }

    .radiobutton{
        top:1px;
    }


    #filter .button {
        margin-top: auto;
        font-size: 18px;
        line-height: 2.8em;
        min-height:50px;
    }


    .bread-crumbs {
        padding: 32px 0
    }

    .filter-title {
        font-size: 18px;
        margin-bottom: 42px;
        margin-top: 18px;
        display: inline-block;
        position: relative;
        padding-left: 34px;

    }


    #smartfilter .clear_form.icon_text{
        padding-top:14px;
        padding-left:18px;
    }

    #smartfilter .clear_form.icon_text input{
        padding:8px 8px 8px 24px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' fill='none' viewBox='0 0 16 19'%3E%3Cpath fill='%2301B2BC' fill-rule='evenodd' d='M14.25 11A6.25 6.25 0 0 0 8 4.75v-1.5a7.75 7.75 0 1 1-6.089 2.955l1.178.929A6.25 6.25 0 1 0 14.25 11Z' clip-rule='evenodd'/%3E%3Cpath fill='%2301B2BC' d='M4 4 8.5.536v6.928L4 4Z'/%3E%3C/svg%3E") no-repeat 0 7px;
    }

    .mobile_scroll{
        position:absolute;
        left:0;
        right:0;
        bottom:82px;
        top:56px;
        overflow-y: auto;
        padding:0 18px;
  
    }
    .filter-title::before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='18' fill='none' viewBox='0 0 25 18'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M3.126 5a4.002 4.002 0 0 0 7.748 0H25V3H10.874a4.002 4.002 0 0 0-7.748 0H0v2h3.126ZM5 4a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM0 15h14.126a4.002 4.002 0 0 0 7.748 0H25v-2h-3.126a4.002 4.002 0 0 0-7.748 0H0v2Zm18-3a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z' clip-rule='evenodd'/%3E%3C/svg%3E");
        position: absolute;
        top: 2px;
        left: 0;
    }

   .b_button{
    display: none;
   }


   .button.filter-hide{
    position: absolute;
    bottom:18px;
    left:18px;
    right:18px;
   }
    .sticky {
        display: none;
    }


    .checkbox-label .check-radio{
        width:20px;
        height:20px;
    }

    #filter label{
        padding-left:30px
    }

    .switch .sw_slider{
        height:26px;
        width:44px;
        top:-4px;
    }


    .sw_slider::before{
        width:22px;
        height:22px;
    }

    .sub_content_block {
        display: none;
    }

    .product_attributes section {
        padding: 0;
    }

    .product_attributes .title_block {
        padding: 26px 14px;
        font-size: 26px;
    }

    #section2 .title_block {
        padding-left: 0;

    }

    .product_attributes {
        border-top: 1px solid #ebebeb;
    }

    .product_header {
        padding-bottom: 40px;
    }

    .product_header .bulleted_list {
        margin-top: 32px;
    }


    .description_title,
    .product_attributes h4 {
        font-size: 18px;
        font-weight: 500;

    }

    .data_sheet td[colspan="2"] strong {
        font-size: 18px;
        font-weight: 600;
    }

    .sub_content_block {
        padding-bottom: 38px;
    }


    .icons_numbers_block .col-4::after {
        display: none;
    }

    .icons_numbers_block {
        padding-bottom: 0;
        ;
    }

    .title_block {
        position: relative;
    }

    .title_block::after {
        content: "";
        display: block;
        position: absolute;
        right: 14px;
        top: 34px;
        width: 19px;
        height: 11px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' fill='none' viewBox='0 0 19 11'%3E%3Cpath stroke='%23323232' stroke-width='2' d='m1 1 8.5 8.5L18 1'/%3E%3C/svg%3E");
        transition: all 0.1s ease-in;
    }

    #section2 .title_block::after {
        right: 0;
    }

    .title_block.active::after {
        -webkit-transform: rotate(180deg);
        -ms-transform:  rotate(180deg);
        transform:  rotate(180eg);

    }


    .documents_list a {
        color: #777;
    }

    .data_sheet table td {
        width: auto;
    }

    .data_sheet {
        font-size: 15px;
    }

    .data_sheet tr td:nth-child(2) {
        padding-left: 22px;
        color: #777;
    }

    .data_sheet td[colspan="2"] strong {
        padding-top: 30px;
    }

    .documents_list a::after {
        display: none;
    }

    .documents_list a,
    .documents_list .software a {
        padding-left: 0;
        background-position: right 19px;
    }

    .documents_list {
        margin-top: 0;
    }

    .order_info td:first-child {
        font-size: 16px;
        font-weight: 600;
    }

    .order_info td:nth-child(2) {
        padding-left: 22px;
        color: #777;
    }

    .order_info {
        margin-top: 0;
    }

    .icons_numbers_block .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 34px;
    }

    .icons_numbers_block {
        padding-top: 0;
    }

    .about_company_content{
        padding-top:52px;
    }

    .about_company_content h2{
       word-wrap: break-word;
        font-size: 30px;
        padding-right:0;
    }

    .product_line_includes{
        margin-top:48px;
    }

    .where_buy_content{
        padding-top:52px;
    }
    .where_buy_content .col-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .top-compare{
        display: block;
        position: static;
        padding-bottom:20px;
    }

    .top-compare a{
        display: inline-block;
    }





      


}


@media screen and (max-width: 576px) {

    .col-6.news_title h1{
        font-size:30px;
    }
    .news_footer .subscription_block{
        padding:230px 32px 32px 32px;
        background: #F4F4F4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='148' height='148' fill='none' viewBox='0 0 148 148'%3E%3Ccircle cx='74' cy='74' r='74' fill='%23E7E7E7'/%3E%3Cpath fill='%23FFB806' d='M74 16 20 65.957h108L74 16Zm0 97.057-54-47.1h108l-54 47.1Z'/%3E%3Cpath fill='%23fff' d='M120 27H28v98h92V27Z'/%3E%3Cpath fill='%23FFCF03' d='M128 138H20V65.957l54 39.057 54-39.057V138Z'/%3E%3Cpath fill='%23FFB806' d='M74 105.014 20 138h108l-54-32.986Z'/%3E%3Cpath stroke='%2301B2BC' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m62.428 69.717 8.66 8.58 18.34-18.17'/%3E%3C/svg%3E") no-repeat center 42px;
    }
    .col-4.image_prew{
        flex:none;
        float: none;
        max-width: 100%;
    }

    .image_prew img{
        max-width: 100%;
    }

    .col-6.news_body{
        padding-left:16px;
    }

    .col-2.date{
        padding-left:16px;
        padding-top:16px;
    }

    .col-2.date span{
        margin-left:0;
    }

    .news_body h2,
    .news_body p{
        padding-left: 0;
    }
    .newspage_slider_content{
        padding:0 0px;
    }

    .newspage_slider h1 {
        font-size:24px;
    }
    .subscription_input{
        margin-right:0;
    }
    .subscription_button{
        width: 100%;
        margin-top:16px;
    }

    .subscription_block{
        padding-top:10px;
    }

    .newspage_slider_content{
        margin-top:-10px;
    }
    .old_new .col-6{
        flex: 0 0 100%;
         max-width: 100%;
         padding:0;

    }


    .title_news h3{
        margin-top:16px;
    }


    #slider {
        height: 250px;
    }


    .mainpage_slider .slider_content {
        padding: 0 0x;
        height: 250px;
        max-height: 300px;
    }

    .mainpage_slider .slider_content h1 {
        font-size: 42px;
    }

    .mainpage_slider .slider_content p {
        font-size: 20px;
        margin-top: 14px;
    }


    .new_products .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .device.col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 54px;
    }

    .new_products .device_name {
        text-align: left;
    }

    .new_products .device_name h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .new_products .model_name {
        font-size: 18px;
    }

    .device .model_name {
        font-size: 20px;
    }

    .where_buy_content .col-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom:14px;

    }
    

    .search_result_block .col-8{
        padding:22px 0;
    }


    .news_contnet .product_news .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news_product_text{
        padding-top:0;
    }
 
    


}