*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: "Open Sans", sans-serif;
}
#hesder_top{
    display: flex;
    flex-wrap: wrap;
    background-color: #f0dbd8;
    justify-content: flex-end;
    border-bottom: 1px solid;
    box-shadow: rgba(139, 123, 86, 0.09) 0px 2px 1px, rgba(139, 123, 86, 0.09) 0px 4px 2px, rgba(139, 123, 86, 0.09) 0px 8px 4px, rgba(139, 123, 86, 0.09) 0px 16px 8px, rgba(139, 123, 86, 0.09) 0px 32px 16px;
}
.header_item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
}
.header_item div{
    display: flex;
    align-items: center;
}
.header_logo{
    text-decoration: none;
    font-size: 2rem;
    letter-spacing: 5px;
}
.header_logo img{
    width: 200px;
}
#werx2{
    display: flex;
    align-items: center;
    background-color: #f0dbd8;
    justify-content: flex-end;
}
.werx_logo3{
    text-decoration: none;
    transition: all .4s;
    color: #000;
    margin: 10px;
    border-radius: 30px;
    font-weight: 800;
    padding: 7px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.werx_logo2 img{
    width: 200px;
}
.header_menu a{
    text-decoration: none;
    transition: all .4s;
    color: #000;
    margin: 10px;
    border-radius: 30px;
    font-weight: 800;
    padding: 7px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact_linc2 a{
    text-decoration: none;
    font-size: 18px;
    color: rgb(70, 68, 68);
    transition: all .4s;
    padding: 0 30px;
    border-left: 1px solid;
    border-right: 1px solid;
}
.contact_linc2 p{
    text-decoration: none;
    font-size: 18px;
    color: rgb(70, 68, 68);
    transition: all .4s;
    padding: 0 30px;
    border-left: 1px solid;
    border-right: 1px solid;
}

.elementr{
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(../img/logo1\ \(2\).jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    min-height: 100vh;
}
.elementr::after{
    content: '';
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #0000009b;
}
.elementr_logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 150px;
    z-index: 10;
    color: #fff;
}
.elementr_logo2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.elementr_logo22 h1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    max-width: 400px;
    margin: 0 auto;
}
.elementr_logo22 p{
    justify-content: center;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0;
}
h1{
    font-size: 5rem;
    color: #0f1d1b;
}
.btn{
    text-decoration: none;
    color: #ee6043;
    display: flex;
    padding: 10px;
    justify-content: center;
    border-radius: 15px;
    align-items: center;
    border: 1px solid;
    margin-top: 10px;
    transition: all 1s;
    max-width: 200px;
}
.btn:hover{
    color: #fff;
    background-color: #ee6043;
}
.btn_new{
    width: 240px;
    text-decoration: none;
    padding: 20px 15px;
    color: #000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 5px;
    transition: all 1s;
}
.btn_new:hover{
    background-color: #cacaca;
}
.elementr_logo h1, .elementr_logo2 h1{
    padding: 52px 0 0 0;  
    max-width: 578px;
    color: #fff;
}
.post-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
 }
 .post-item3, .post-item2, .post-item {
    padding: 10px;
 }
 .post-link {
    text-decoration: none;
    display: block;
 }
 .post-item-wrap {
    overflow: hidden;
    position: relative;
 }
 .post-item img {
    display: block;
    width: 400px;
 }
 .post-item2 img {
    display: block;
    width: 400px;
    height: 400px;
 }
 .post-item2 img{
    display: block;
    width: 450px;
    object-fit: cover;
 }
 .text-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    left: 0;
    z-index: 10;
    width: 82%;
    padding: 10px 20px;
    background-image: linear-gradient(to right bottom, #ee6043c0, #4d4d4db6);
    transform: translate3d(-100%, 0, 0);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
 }
 .text-wrapper2 {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    top: 0;
    justify-content: center;
    text-align: center;
    left: 0;
    z-index: 10;
    width: 90%;
    padding: 10px 20px;
    background-image: linear-gradient(to right bottom, #4d4d4db6, #ee6043c0);
    transform: translate3d(-100%, 0, 0);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
 }
 .prices{
    font-size: 20px;
    font-weight: 500;
 }
 .post-item2{
    width: 500px;
 }
 .post-item2:hover .text-wrapper, .post-item:hover .text-wrapper {
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93) .3s;
 }

 .post-item2:hover .overlay, .post-item:hover .overlay {
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
 }
  .post-item3 img{
    width: 340px;
}
.post-item3 .text-wrapper2 {
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93) .3s;
 }

  .post-item3 .overlay {
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
 }
 .post-cat {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
 }
 .pris_item_btn{
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    width: 200px;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #ee6043;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    transition: all 1s;
    letter-spacing: 1.4px;
}
.pris_item_btn:hover{
    background-color: #954c3e;
}
 .post-title {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 0;

 }
.elementr_logo p{
    width: 700px;
    line-height: 28px;
    letter-spacing: 2px;
}
.elementr_logo2 p{
    line-height: 28px;
    letter-spacing: 2px;
}
.about{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    flex-wrap: wrap;
    background-color: #f0dbd8;
}
.about2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 10px;
    background: #f7f7f7;
    max-width: 1080px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin: 20px auto;
}
.image-wrapper{
    width: 400px;
    height: 400px;
    background-color: #e0a067;
}   
#werx3{
    height: 100vh;
    width: 100%;
    display: flex;
    background-color: #e0a067;
    justify-content: center;
    align-items: center;
}
.prev_div{
    font-size: 3rem;
    text-align: center;
}
.prew_txt{
    text-align: center;
}
.about_img img{
    width: 412px;
    height: 412px;
    object-fit: cover;
    box-shadow: -60px 16px #d4945a;
}
.about_img2 img{
    width: 412px;
    height: 412px;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.about_lorem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
    padding-left: 40px;
}
.about_lorem h3{
    color: #d4945a;
    font-size: 19px;
    padding-top: 20px;
    font-weight: 100;
}
.about_lorem h2, .about_lorem h1{
    color: #000000;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 20px 0;
}
.about_lorem p{
    color: #000000;
    line-height: 1.2em;
}
.aboutus{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #f0dbd8;
    padding: 0 0 30px 0;
}
#about{
    background-color: #f0dbd8;
    text-align: center;
    color: #d4945a;
}
#about2{
    text-align: center;
    color: #d4945a;
}
.logo_new{
    text-align: center;
    color: #d4945a;
    margin-top: 20px;
    font-size: 3rem;
}
#tovar{
    text-align: center;
    color: #d4945a;
    padding-top: 10px;
}
.aboutus_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 20px;
    border-bottom: 1px solid;
}
.aboutus_item .namd{
    color: #d4945a;
    font-size: 30px;
}
.aboutus_item h3{
    text-align: start;
}
.aboutus_item p{
    width: 600px;
    color: #000;
    line-height: 25px;
}

.form_zakazat{
    width: 444px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid;
    padding: 20px;
    top: 70px;
    position: absolute;
    display: flex;
    flex-direction: column;
}
.form_zakazat2{
    width: 244px;
background-color: #fff;
border-radius: 16px;
border: 3px solid;
padding: 10px;
position: absolute;
display: flex;
flex-direction: column;
top: 200px; 
left: 50%; 
transform: translate(-50%, -50%); 

}
.form_zakazat div p{
    text-align: center;
    width: 100%;
}
.form_zakazat2 div p{
    text-align: center;
    width: 100%;
}
#senk, #senk3, #senk2 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#buysenk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #315977;
    position: absolute;
    right: 0;
    bottom: 480px;
    left: 0;
    margin: auto;
    background: #fff;
}
#buysenk_open div{
    margin-bottom: 10px;
}
#buysenk:target {
    display: block;
}
.buysenk_close {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 46px;
    text-decoration: none;
    background: #876e42;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
#senk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #646346;
    position: absolute;
    top: 318px;
    right: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    background: #fff;
}
#senk_open div{
    margin-bottom: 10px;
}
#senk_open2 {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    position: absolute;
    top: -508px;
    right: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    background: #fff;
}
#senk_open2 div{
    margin-bottom: 10px;
}
#senk:target, #senk3:target, #senk2:target {
    display: block;
}
.senk_close {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 46px;
    text-decoration: none;
    background: #444e4c;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.senk_close:hover {
    background: #49b245;
}
.form_zakazat div{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.form_zakazat input{
    width: 200px;
    height: 31px;
    border: 2px solid grey;
    border-radius: 6px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .modal-dialog {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
  }

  .close3 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close3:hover,
  .close3:focus {
    text-decoration: none;
    cursor: pointer;
    color: black;
  }
  .custom-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .custom-modal-dialog {
    width: 444px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid;
    padding: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
  }
  #openModalBtn2{
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding: 6px 20px;
    margin: 0 auto;
    outline: none;
    font-size: 16px;
    background-color: #b9a38f;
    color: #fff;
  }
  .custom-modal-dialog2{
    width: 250px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid;
    padding: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
  }
  .custom-form-zakazat2{
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .custom-modal-dialog div{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
  }
  .custom-modal-dialog input{
    width: 200px;
    height: 31px;
    border: 2px solid grey;
    border-radius: 6px;
  }
  .custom-close-btn{
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding: 6px 20px;
    margin: 0 auto;
    outline: none;
    font-size: 16px;
    background-color: #b9a38f;
    color: #fff;
  }
  button{
    cursor: pointer;
  }
#openModalBtn{
    text-decoration: none;
    color: #ee6043;
    display: flex;
    padding: 10px;
    justify-content: center;
    border-radius: 15px;
    cursor: pointer;
    align-items: center;
    border: 1px solid;
    margin-top: 10px;
    transition: all 1s;
    max-width: 200px;
    transition: all 1s;
}
#openModalBtn:hover{
  background-color: #ee6043;
  color: #fff;
}
.custom-form-zakazat{
    display: flex;
    flex-direction: column;
}

.towar{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
}
.tovar-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
}
.tovar-text h2{
    padding: 10px 0 0 0;
    font-size: 20px;
    text-align: center;
}
.tovar-item img{
    width: 350px;
    height: 350px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}


.tovar_logo{
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #f0dbd8;
    flex-direction: column;
}
.tovar_logo p{
    color: #000;
    padding-top: 10px 10px 0 10px;
    text-align: center;
    font-size: 1rem;
    max-width: 1100px;
    letter-spacing: 2px;
    font-weight: 100;
}
.postoblog_items{
    display: flex;
    flex-wrap: wrap;
}
.postoblog_item{
    display: flex;
    margin: 20px;
    padding: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 40px;
}
.elementr_btn{
    display: flex;
}
.postoblog_item_foto{
    width: 300px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    object-fit: cover;
}
.postoblog_item_logo{
    text-decoration: none;
    color: #444e4c;
    font-size: 20px;
    transition: all .5s;
}

.postoblog_item_text{
    width: 600px;
    padding: 10px 50px;

}
.postoblog_item_text p{
    padding: 10px 0;
}
.postoblog{
    background-color: #f0dbd8;
    margin: 0 30px;
}
.footer_cont{
    display: flex;
    justify-content: space-around;
    border-top: 1px solid rgb(70, 68, 68);
    color: rgb(70, 68, 68);
    flex-wrap: wrap;
    background-color: #f0dbd8;
    font-size: 18px;
    font-weight: 200;
    padding: 15px 0;
    line-height: 29px;
    flex-wrap: wrap;
}
.fot1 img{
    width: 200px;
    object-fit: cover;
}
.fot1 p{
    max-width: 350px;
}
.fot1{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_menu__item{
    text-decoration: none;
    color: rgb(70, 68, 68);
    font-size: 20px;
    font-weight: 200;
}
.plit{
    font-size: 3.5rem;
}
.prise{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    flex-wrap: wrap;
}
.mission{
    position: relative;
    background-image: url(../img/blog.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-position-y: -200px;
    background-size: cover;
    align-items: center;
    color: #fff;
    height: 450px;
    margin: 50px 0 20px 0;
}
.mission::after{
    content: '';
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #0000009b;
    z-index: 3;
}
.mission2{
    position: relative;
    background-image: url(../img/blog2.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position-y: -300px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    color: #fff;
    height: 450px;
    margin: 0 0 20px 0;
}
.mission2::after{
    content: '';
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #000000c1;
    z-index: 3;
}
.mission_logo{
    font-size: 45px;
    z-index: 10;
    padding-bottom: 20px;
    font-weight: 900;
}
.mission_text{
    font-size: 15px;
    z-index: 10;
    font-weight: 200;
    text-align: center;
    max-width: 1100px;
}
.polit{
    padding:  0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
}
.contact{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    animation: fade .6s;
    overflow: auto;
    display: flex;
    text-align: center;
    display: none;
}
.popup {
    bottom: 0;
    left: 0;
    right: 0;       
    margin: auto;
    position: absolute;
    padding: 20px 15px;
    background: #b9a38f;
    color: #fff;
    z-index: 1000;
    font-size: 10px!important;
    font-weight: 100;
    line-height: 21px;
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    animation: fade .6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.popup h2{
    max-width: 1000px;
}
.popup_btn{
    display: flex;
}
.popap_menu__item{
    color: #fff;
}
.close2 {
    border: 1px solid #fff;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    padding: 10px;
    margin: 10px 2px;
    background-color: #b9a38f;
    color: #fff;
    margin-left: 10px;
    transition: all 1s;
}
.close2:hover {
    background-color: #897868;
}
.close3 {
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding:  6px 20px;
    margin: 0 auto;
    outline: none;
    font-size: 16px;
    background-color: #b9a38f;
    color: #fff;
}
.contacts{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    border-radius: 20px;
    margin: 10px auto;
    background-color: #e09f6754;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 20px;
}
.element{
    display: flex;
    border-right: 1px solid;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 30px;
}
.element_contact-item{
    padding: 20px;
    border-bottom: 1px solid;
}
.form_element{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    height: 300px;
    justify-content: space-between;
    align-items: center;
}
.form_element div{
    display: flex;
    flex-direction: column;
}
input{
    padding: 0 15px;
}
.form_element input{
   width: 400px;
   height: 40px;
   border: 2px solid;
}
#element_coment{
    height: 100px;
}
span{
    color: red;
}

@media (max-width: 1000px){

    .elementr_logo p{
        width: 600px;
    }
    .elementr_logo22 p{
        max-width: 400px;
    }
    .postoblog_item{
        justify-content: center;
    }
    .postoblog_item_text{
        width: 550px;
        padding: 10px 50px;
    
    }
}

@media (max-width: 750px){
    .postoblog_item_text{
        width: 400px;
        padding: 10px 10px;
    }
    .about2{
        flex-wrap: wrap;
    }
    .elementr_logo p {
        width: 400px;
    }
    .contact_linc2 p{
        border-left: 0px solid;
        border-right: 0px solid;
    }
}
@media (max-width: 650px){
    .elementr_logo p{
        width: 500px;
    }
    .form_zakazat{
        width: 350px;
    }
    .form_zakazat input {
        width: 150px;
    }
    .elementr_logo{
        padding-left: 50px;
    }
    .post-item2{
        width: 340px;
     }
     .aboutus_item p{
        width: 500px;
    }
    .aboutus_item h2{
        max-width: 360px;
    }
    .header_item{
        justify-content: center;
    }
}
@media (max-width: 550px){

    .elementr_foto img{
        width: 350px;
        height: 300px;
    }
    .elementr_logo{
        padding: 0 10px;
        width: 100%;
    }
    .btn_new{
        margin-right: 0;
    }
    .aboutus_item{
        padding: 20px 0;
        margin: 20px 0;
    }
    .aboutus_item p{
        width: 350px;
    }
    .text-wrapper{
        width: 88%;
    }
    .post-title{
        font-size: 13px;
    }
    .elementr_btn{
        justify-content: space-around;
    }
}
@media (max-width: 530px){
    .postoblog_item{
        width: 400px;
    }
    .postoblog_item_text {
        width: 350px;
        padding: 10px 0;
    }
    .postoblog_item_logo{
        text-align: center;
    }
    .footer_cont{
        text-align: center;
    }
    .about_lorem{
        padding: 0 10px;
    }
    .plit{
        font-size: 1.5rem;
    }
}
@media (max-width: 500px){
    .elementr_logo p{
        width: 400px;
    }
    .elementr_logo h1 {
        padding-top: 0px;
        font-size: 3rem;
    }
    .elementr{
        min-height: 70vh;
    }
    #tovar{
        padding: 0;
    }
    .tovar_logo{
        font-size: 1.4rem;
        text-align: center;
    }
    .mission2, .mission{
        background-position-y: 0px;
    }
}
@media (max-width: 450px){
    .form_zakazat{
        left: 20px;
    }
    .postoblog_item{
        width: 300px;
        margin: 0;
    }
    .form_element input{
        width: 300px;
    }
    .element{
        border-right: none;
        padding: 0;
    }
    .form_element{
        padding: 0;
    }
    .contacts{
        padding: 20px 0;
    }
}
@media (max-width: 410px){
    .form_zakazat{
        width: 270px;
        left: 20px;
    }
    .about_img2 img, .about_img img{
        width: 340px;
        height: 340px;
    }
    .form_zakazat input {
        width: 110px;
    }
    .elementr_logo p {
        width: 340px;
    }
    .tovar-item{
        margin: 15px 0;
    }
    .mission_text{
        width: 340px;
    }
    .image-wrapper{
        width: 340px;
        height: 350px;
    }
}
@media (max-width: 400px){
    .elementr_logo p{
        width: 330px;
    }
    .elementr_logo22 h1{
        max-width: 300px;
    }
    .elementr_logo22 p{
        max-width: 300px;
    }
    .polit_p{
        font-size: 20px;
    }
    h1 {
        font-size: 1.4rem;
    }
    .aboutus_item {
        padding: 0px 5px 10px 5px;
        width: 340px;
        margin: 5px 0;
    }
    .postoblog_item {
        width: 340px;
        margin: 0;
        padding: 10px;
    }
    .postoblog_item_text {
        width: 290px;
    }
    .aboutus_item p{
        font-size: 15px;
        width: 330px;
    }
    .postoblog_item_foto{
        width: 260px;
    }
    .custom-modal-dialog {
        width: 330px;
      }
    h1{
        text-align: center;
    }
    .header_menu{
        flex-wrap: wrap;
        justify-content: center;
    }
    .header_item{
        padding: 0;
    }
    .tovar_foto img{
        width: 350px;
    }
    .tovar_foto1 img{
        width: 350px;
    }
    #werx2{
        flex-direction: column;
    }
    .tovar-item img{
        width: 330px;
        height: 330px;
    }
    .post-item2 img, .post-item img{
        width: 350px;
    }
    .post-item2 .text-wrapper, .post-item .text-wrapper {
        transform: translate3d(0, 0, 0);
        transition: transform .5s cubic-bezier(.33, .02, 0, .93) .3s;
     }
    
     .post-item2 .text-wrapper,  .post-item .overlay {
        transform: translate3d(0, 0, 0);
        transition: transform .5s cubic-bezier(.33, .02, 0, .93);
     }
}