@media only screen and (max-width: 1920px) {
.productSliderItem__image img {
    width: 518px;
    height: 360px;
}
.catalogItem__link  {
    height: 400px;
}
}

@media only screen and (max-width: 1300px) {


  .container {
    max-width: 1100px;
  }

  .header_logo_col {
    flex: 0 0 180px;
    max-width: 180px;
  }

  .header_info_col {
    padding-left: 20px;
  }

  .header_menu_list_item {
    margin-right: 25px;
  }

  .homeWelcome__info {
    padding: 40px 40px 20px;
  }

  .homeWelcome__title {
    font-size: 40px;
  }


  .numberItem__numb {
    font-size: 58px;
  }

  .section_title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .productItem__image {
    height: 300px;
  }


  .contacts_text {
    font-size: 14px;
  }

  .header_menu_sub_list {
    top: 83px;
  }

  .header_menu_col_list_item a {
    font-size: 14px;
  }

}


@media only screen and (max-width: 1130px) {

  .container {
    max-width: 900px;
  }

  .header_logo_col {
    flex: 0 0 140px;
    max-width: 140px;
  }

  .header_menu_list_item a {
    font-size: 14px;
  }

  .header_menu_list_item {
    margin-right: 20px;
  }

  .header_contact_link {
    font-size: 14px;
  }

  .header_contact_link:before {
    width: 16px;
    height: 16px;
    background-size: cover;
    left: -20px;
  }

  .header_contact_item {
    padding-left: 18px;
  }

  .btn_call {
    font-size: 12px;
    padding: 10px 14px 8px;
  }

  .header_contacts {
    padding-left: 25px;
  }
  .header_info_col {
    padding-left: 10px;
  }

  .header_contact_item p {
    font-size: 10px;
  }

  .homeWelcome__title {
    font-size: 32px;
  }

  .homeWelcome__info,
  .homeWelcome__image {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .homeWelcome__text {
    font-size: 12px; 
  }

  .numberItem__text {
    font-size: 13px;
  }

  .section_title {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .col-about-text {
    font-size: 13px;
  }

  .productItem__image {
    height: 260px;
  }

  .sidebar {
    flex: 0 0 220px;
    max-width: 220px;
  }

  .productMain {
    flex: 1;
    max-width: calc(100% - 220px);
  }

  .productName {
    font-size: 28px;
  }
  
  .sidebarItem__linkCategory,
  .sidebarItem__subList li a {
    font-size: 13px;
    padding: 10px 24px
  }

  .header_menu_sub_list {
    top: 66px;
  }



}

@media only screen and (max-width: 920px) {

  .container {
    max-width: 720px;
  }

  .homeWelcome__info, .homeWelcome__image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .homeWelcome__image {
    order: 1;
  }

  .homeWelcome__info {
    order: 2;
  }

  .homeWelcome {
    flex-wrap: wrap;
  }


  .header {
    display: none;
  }

  body {
    margin-top: 60px;
  }

  .header_mobile {
    display: block;
    padding: 10px 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 10000;
    width: 100%;
    left: 0;
  }

  #page {
    padding-top: 0px;
  }

  .homeWelcome__info {
    padding: 20px;
  }

  .homeWelcome__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .homeWelcome__text {
    font-size: 15px;
  }

  .col-number {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .numberItem {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }


  .numberItem__numb {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .numberItem__text {
    font-size: 15px;
  }

  .section_numb {
    padding: 40px 0 0px;
  }

  .brand-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .footerContactCall {
    margin-left: 30px;
  }

  .col-about-image,
  .col-about-text {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-about-text {
    padding-top: 20px;
    padding-left: 0;
  }


  .feedbackItem {
    margin-bottom: 0;
    height: 100%;
  }

  .feedback-col {
    margin-bottom: 20px;
  }

  .feedbackItem__name {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .feedbackItem__raiting {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }

  .catalog-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .product-slider-col,
  .product-info-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .contacts_image_col {
    flex: 0 0 100%;
  }

  .contacts_top_text_col {
    flex: 0 0 100%;
    padding-left: 0;
  }

  .contacts_image {
    margin-bottom: 30px;
  }

  .contacts_bottom_col_1,
  .contacts_bottom_col_2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media only screen and (max-width: 730px) { 

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  
  .homeWelcomeWrap,
  .aboutImage {
    margin-left: -20px;
    margin-right: -20px;
  }

  .brand-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer_col_2 {
    display: none;
  }

  .footer_col_1 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .productItem__image {
    height: 350px;
  }

  .productItem__link {
    position: relative;
  }

  .productItem__title {
    font-size: 16px;
    color: #fff;
  }

  .productItem__link p {
    font-size: 15px;
    color: #fff;
  }

  .productItem__main {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }

  .productsSliderItem  {
    width: 260px;
  }

  .productsWrap {
    margin-left: 0px;
    margin-right: -20px;
  }

  .productsSliderItem {
    margin-left: 0;
    margin-right: 12px;
  }

  .brand-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footerMenu__item a {
    font-size: 13px;
  }

  .footerMenu__item {
    margin-right: 18px;
  }

  .footerRights, .footerCopyright {
    font-size: 11px;
  }

  .brandItem a img {
    max-width: 80%;
  }

  .catalog-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .catalog_tab {
    font-size: 11px;
  }

  .sidebar {
    display: none;
  }

  .productMain {
    flex: 1;
    max-width: 100%;
    padding-left: 0;
  }

}

@media only screen and (max-width: 600px) {  

  .homeWelcome {
    background-color: transparent;
  }

  .homeWelcome__info {
    background: #1C6031;

  }

  .homeWelcome__text {
    display: none;
  }

  .homeWelcome__text_mobile {
    display: block;
  }  

  .homeWelcome__info {
    z-index: 100;
        position: relative;
    transform: translateY(-115px);
    margin-bottom: -60px;
    height: 157px;
    top: 70px;
min-height:157px;
  }

  .homeWelcome__image img {
    height: 310px;
    object-fit: cover;
  }

  .section_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section_about,
  .section_products {
    padding-bottom: 40px;
    margin: 20px 0;
  }

  .productItem__link p {
    line-height: 140%;
    color: #CACACA;
  }

  .productItem__image:after {
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 93.23%);
  transform: rotate(-180deg);
  }

  .brandsList__btn {
    display: block;
  }

  .brand-col {
    display: none;
  }

  .brand-col:nth-child(1),
  .brand-col:nth-child(2),
  .brand-col:nth-child(3) {
    display: block;
  }

  .brand-col.show {
    display: block;
  }

  .section_brands {
    padding-bottom: 40px;
  }

  .feedback-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .feedbackItem__text br {
    display: none;
  }

  .titlePage {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .feedback__button {
    text-align: center;
  }

  .breadcrumbs {
    margin-bottom: 10px;
  }

  .catalog-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .catalogTabs {
    margin-right: -20px;
  }

  .catalog_tab {
    width: 43%;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .productSldierNavigationWrap {
    display: none;
  }

  .productSliderItem__image {
    border: 1px solid #CACACA;
    padding: 30px;
  }

  .product-info-col {
    padding-left: 0;
  }

  .productOrderWrap {
    text-align: center;
  }

  .product-tabs-col {
    margin-top: 15px;
  }

  .productTabContent__title {
    font-size: 18px;
  }
  
  .fileLink {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 25px;
  }

  .productName {
    display: none;
  }

  .productName__mobile {
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
  }

  .table-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .table-row {
    flex-wrap: wrap;
    padding: 14px 24px;
    border: 1px solid #E3E7EC;
    border-bottom: none;
  }

  .table-row:last-child {
    border-bottom: 1px solid #E3E7EC;
  }

  .table-item {
    padding: 0;
    border: none;
  }

  .contacts_image {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .contacts_top_container {
    margin-bottom: 29px;
  }

  .contacts_bottom_title {
    margin-bottom: 10px;
  }

  .contacts_bottom_col_2 {
    margin-top: 10px;
  }

  .contacts_bottom_container {
    padding-bottom: 30px;
  }

  .contacts_bottom_col_1 {
    padding-right: 0;
  }

  .popup_content {
    width: 95%;
    max-width: 310px;
    padding: 24px 24px 24px;
  }

  .popup_content_close {
    top: 14px;
    right: 14px;
  }

  .popup_item_input {
    margin-bottom: 8px;
  }

  .input {
    padding: 7px 14px;
    font-size: 14px;
    height: 38px;
  }

  .file_label {
    font-size: 14px;
    height: 38px;
    padding: 7px 14px;
  }

  .textarea {
    height: 80px;
    font-size: 14px;
  }

  .popup_btn .btn_green {
    height: 36px;
    width: 210px;
    padding: 12px 55px;
  }

  .popup_condition {
    margin-bottom: 10px;
  }

  .popup_condition {
    font-size: 10px;
  }

  .popup_item_row {
    margin: 10px 0;
  }
  .productTabContentWrap{
      display: flex;
      overflow: scroll;
  }
  .productSliderItem__image img {
    width: 100%;
    height: auto
    
}
}
