/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@media screen and (max-width: 1500px) {
  .container_head {
      width: 95%;
  }
  .logo_header {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1335px) {
  .header_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .menubar {
    width: 20%;
  }
  .header_right {
    width: 45%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .geo_label_text {
    font-size: 12px;
  }
  .inputTelNew2 {
    font-size: 15px;
  }
  .schedule {
    font-size: 14px;
  }
  .coll_header {
    width: 25px;
  }
  .container_main {
    width: 95%;
  }
  .menu {
    width: 240px;
  }
  .geo_label_text {
    width: 100px;
  }
}

@media screen and (max-width: 1270px) {
  .container_main {
    width: 95%;
  }
  .conteiner_company {
    display: block;
  }
  .company_left {
    width: 90%;
    margin-bottom: 50px;
  }
  .company_right {
    margin: auto;
  }

}

@media screen and (max-width: 1250px) {
  .zayavka_left {
    padding: 30px;
  }
  .zayavka_discr,
  .zayavka_title {
    width: 80%;
  }
  .conteiner_zayavka {
    height: 690px;
  }
  .zayavka_right {
    background-size: cover;
  }
}

@media screen and (max-width: 1230px) {
  .menubar  {
    width: 15%;
  }
  .work_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .work_block {
    width: 34%;
    margin-bottom: 50px;
  }
  .work_block_title {
    text-align: center;
  }
  .work_block_photo {
    margin: auto;
  }
  .work_block_title p {
    text-align: center;
    margin: auto;
  }

}

@media screen and (max-width: 1210px) {
  .menubar  {
    width: 15%;
  }
  .company_right {
    width: 738px;
  }
}

@media screen and (max-width: 1200px) {
  .fences_top_h2 {
    display: none;
  }
  .fences_bot {
    display: none;
  }
  .conteiner_fences_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_fences_top,
  .section_navesu_top {
    padding-top: 40px;
  }
  .fences_top_text {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .fences_top_h {
    margin: auto;
  }
  .fences_top_text3 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 1170px) {
  .address_header {
    display: none;
  }
  
  .menu_list:hover {
    border-bottom: none;
  }
  .menu_list {
    border-bottom: none;
  }
  .menubar {
    display: none;
  }
  .header_left {
    width: 30%;
  }
  .header_right {
    width: 70%;
  }

  .header_burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 5;
    cursor: pointer;
    margin-left: 20px;
  }
  .menubar {
    display: block;
    position: absolute;
    top: 100px;
    right: -250%;
    background: #333333;        
    -webkit-transition: all 0.2s ease;        
    -o-transition: all 0.2s ease;        
    transition: all 0.2s ease;    
  }
  .header_burger span {
    position: absolute;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
  }
  .header_burger::before,
  .header_burger::after {
      content: '';
      background-color: #FFFFFF;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
  }
  .header_burger::before {
      top: 0
  }
  .header_burger::after {
      bottom: 0;
  }
  .header_burger.open-menu span {
      opacity:0; 
      -webkit-transition: 0.5s; 
      -o-transition: 0.5s; 
      transition: 0.5s; 
  }
      .header_burger.open-menu:before {
      -webkit-transform: rotate(46deg);
          -ms-transform: rotate(46deg);
              transform: rotate(46deg);
      top: 11px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
  }
  .header_burger.open-menu:after {
      -webkit-transform: rotate(-46deg);
          -ms-transform: rotate(-46deg);
              transform: rotate(-46deg);
      bottom: 7px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
  }
  .menubar.open-menu {
    right: 53px;
    height: 140px;
    /* display: flex;
    flex-direction: column; */
    height: 100%;
    width: 227px;
  }
  .menu {
    display: block;
    width: 280px;
    background-color: #343C49;
    padding-top: 30px;
    padding-left: 62px;
    padding-bottom: 20px;
  }

  .address_header2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    background-color: #343C49;
    padding-bottom: 30px;
    padding-left: 50px;
  }
  .geo_label_text {
    width: 180px;
  }
}

@media screen and (max-width: 1100px) {
  .etap_punct {
    width: 50%;
  }
}

@media screen and (max-width: 1030px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .contact_block {
    margin-bottom: 30px;
  }

  .contact_block,
  .soc_block {
    width: 40%;

  }
}

@media screen and (max-width: 1000px) {
  .company_left {
    width: 100%;
  }
  .zayavka_right {
    display: none;
  }
  .zayavka_left {
    padding: 30px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .zayavka_btn {
    margin: auto;
  }
  .fences_product_d {
    border: 1px solid #C6AA82;
    border-radius: 8px;
  }
  .index_item_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_item_left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .index_item_right {
    width: 70%;
  }
  .index_item_discr {
    margin-bottom: 30px;
  }
  .index_item_center {
    margin: auto;
  }
  .index_item_bot {
    margin: auto;
  }
  .conteiner_zayavka {
    height: 640px;
  }
}

@media screen and (max-width: 935px) {
  .promotions_title_r,
  .promotions_title_l {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 930px) {
  .fences_top_h1 {
    font-size: 44px;
    line-height: 130%;
  }
}

@media screen and (max-width: 870px) {
  .index_item_right {
    width: 100%;
  }
}

@media screen and (max-width: 845px) {
  .work_block_title {
    min-height: 110px;
  }
  .work_block {
    width: 45%;
  }
  .promotions_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .promotions_card_left {
    margin: auto;
    margin-bottom: 30px;
    width: 100%;
  }
  .promotions_card_right {
    margin: auto;
    width: 100%;
  }
}

@media screen and (max-width: 840px) {
  .section_top,
  .section_item,
  .new_page {
    margin-top: 125px;
  }
  .section_fences_top,
  .section_navesu_top {
    margin-top: 75px;
  }
  .menubar.open-menu {
    width: 100%;
    right: 0px;
    height: 100vh;
    top: 73px;
    background-color: #343C49;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .logo_img {
    width: 155px;
  }
  .modal_send4 {
    margin-top: 40px;
    margin-left: 0px;
  }
  .header_contacts {
    display: none;
  }
  .header_contacts2 {
    display: block;
  }
  .menu,
  .address_header2,
  .header_contacts2 {
    padding: 0;
  }

  .menu_list {
    font-size: 19px;
    line-height: 18px;
  }
  .address_header2 {
    width: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .header_contacts2 {
    width: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_li {
    margin-top: 15px;
  }
  .geo_label_text {
    font-size: 14px;
  }
  .footer_center {
    width: 180px;
  }
  .conteiner_look {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .conteiner_look_block2,
  .conteiner_look_block {
    margin: auto;
  }
  .conteiner_look_left {
    margin-bottom: 30px;
    width: 100%;
  }
  .conteiner_look_right {
    width: 100%;
  }
  .conteiner_look_block2,
  .conteiner_look_block {
    width: 100%;
  }
  .modal_send3 {    
    width: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .company_left_title {
    width: 100%;
  }
  .work_block_title {
    margin-bottom: 0;
  }
  .header {
    height: 75px;
  }
  .header_wrapper {
    height: 75px;
  }
  .menu {
    height: auto;
    width: 150px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 780px) {
  .company_photo {
    width: 514px;
  }
  .company_right {
    width: 514px;
  }
  .company_card_one {
    left: 0px;
  }
  .company_card_two {
    left: 257px;
  }
  .company_card_three {
    left: 0px;
    top: 225px;
    z-index: 10;
  }
  .company_card_four {
    left: 0px;
    top: 225px;
    left: 257px;
    z-index: 10;
  }
  /* .section_promotions {
    margin-top: 520px;
  } */
  .work_blocks {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 780px) {
  .contact_block {
    width: 60%;
  }
  .soc_block {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 33px;
    width: 60%;
  }
  .contacts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .section_work2 {
    margin-top: 550px;
  }
}

@media screen and (max-width: 774px) {
  .conteiner_zayavka {
    height: 670px;
  }
}

@media screen and (max-width: 768px) {  
  .fences_product_d {
    margin: auto;
    margin-bottom: 30px;
    width: 90%;
  }
  .fences_product_a {
    width: 90%;
  }
  .fences_prodects {
    display: block;
    width: 90%;
    margin: auto;
  }
  .section_fences_top,
  .section_navesu_top {
    padding-top: 30px;
  }
  .fences_top_h1 {
    font-size: 40px;
    line-height: 125%;
    text-align: center;
  }
  .rsk {
    padding: 30px;
  }
  .promotions_title_r {
    font-size: 24px;
    line-height: 31px;
  }
  .promotions_sale {
    font-size: 33px;
    line-height: 35px;
  }
  .fences_product_title {
    padding-left: 5px;
    margin-right: 5px;
  }
  .fences_product_img {
    width: 100%;
  }
}

@media screen and (max-width: 682px) {
  .conteiner_zayavka {
    height: 690px;
  }
}

@media screen and (max-width: 660px) {
  .footer_center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100px;
  }
  .footer_link2 {
    display: block;
  }
  .etap_punct {
    width: 90%;
  }
  .etaps_puncts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .etap_punct_p {
    text-align: center;
  }
  .fences_product_title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 640px) {
  .work_block {
    width: 100%;
  }
  .index_item_left {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .footer_center2 {
    display: block;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 20px;
  }
  .eror_section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .footer_center {
    display: none;
  }
  .conteiner_fences_discriptions p,
  .company_left_discriptions,
  .span_bold,
  .span_bold3 {
    font-size: 18px;
    line-height: 21px;
  }
  
  .footer_right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
  .cont_phone2 {
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer_info {
    text-align: right;
  }
  .footer_ind_links {
    display: none;
  }
  .footer_ind_links2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

@media screen and (max-width: 540px) {
  .company_card_one,
  .company_card_two,
  .company_card_three,
  .company_card_four {
    position: unset;
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_photo,
  .company_right {
    width: 100%;
  } 
  .section_company {
    margin-bottom: 0px;
  }
  .section_promotions {
    margin-top: 50px;
  }
  .card_discr_right,
  .card_discr {
    text-align: end;
  }
  .modal_ostavit {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal_ostavit2 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal_ostavit3 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal_ostavit4 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal_ostavit7 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal_ostavit_p {
    font-size: 20px;
    line-height: 24px;
  }
  .modal_ostavit_p2 {
    font-size: 16px;
    line-height: 18px;
  }
  .input_modal,
  .btn_submit2 {
    width: 365px;
  }
  .fences_product_d {
    margin: auto;
    margin-bottom: 30px;
    width: 100%;
  }
  .fences_product_a {
    width: 100%;
  }
  .fences_prodects {
    display: block;
    width: 100%;
    margin: auto;
  }
  
  .section_work2 {
    margin-top: 100px;
  }

  .input_modal {
    width: 365px;
  }
}

@media screen and (max-width: 512px) {
  .footer-cookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-cookie-p {
    margin-right: 0px;
  }
  .footer-cookie-p,
  .footer-cookie-a {
    font-size: 12px;
    line-height: 13px;
  }
}

@media screen and (max-width: 504px) {
  .conteiner_zayavka {
    height: 710px;
  }
}

@media screen and (max-width: 500px) {
  .modal_send3 {
    display: none;
  }
  .modal_send4 {
    display: block;
  }
  .form_inp_form {
    width: 100%;
  }
  .company_photo {
    height: 380px;
  }
  .conteiner_look_block,
  .conteiner_look_block2 {
    width: 100%;
  }
  
  .fences_top_promo {
    width: 90%;
  }
  .promotions_card_right  {
    width: 100%;
  }
  .promotions_card_left, 
  .promotions_card_right {
    min-height: 370px;
  }
}

@media screen and (max-width: 480px) {
  .promotions_card_left,
  .promotions_card_right,
  .zayavka_title,
  .zayavka_discr,
  .zayavka_btn {
    width: 100%;
  }
  .footer_docs {
    width: 150px;
  }
  .docs_link {
    font-size: 11px;
    line-height: 13px;
  }
  .footer_left {
    width: 50%;
  }

}

@media screen and (max-width: 430px) {
  .input_modal,
  .btn_submit2 {
    width: 265px;
  }

}

@media screen and (max-width: 400px) {
  .zayavka_title {
    font-size: 26px;
    line-height: 30px;
  }
  .zayavka_discr {
    font-size: 16px;
    line-height: 20px;
  }
  .conteiner_zayavka {
    height: 670px;
  }
}

@media screen and (max-width: 390px) {
  .zayavka_title {
    font-size: 22px;
    line-height: 24px;
  }
  .zayavka_discr {
    font-size: 15px;
    line-height: 18px;
  }
  .conteiner_zayavka {
    height: auto;
  }
  .conteiner_contacts {
    padding: 20px;
  }
  .contact_block,
  .soc_block {
    width: 100%;
  }
  .footer-cookie {
    padding: 7px 40px;
  }
  .company_left_title2 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 350px) {
  .promotions_title_r {
    font-size: 22px;
    line-height: 28px;
}
}