*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: "Baloo Paaji 2", Sans-serif;
    background: #b366c45a;
}
#zwerxu{
    display: flex;
    padding: 30px 0;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.menu a{
    text-decoration: none;
    margin: 0 10px;
    color: #3f2c12;
    transition: all .4s;
}

.logo img{
    width: 400px;
}
.end_item3{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.header_foto {
    background-image: url(../img/logo.jpg);
    min-height: 300px; 
    background-position: center;
    backdrop-filter: blur(10px);
    background-position-y: -702px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header_foto3 {
    background-image: url(../img/logo2.jpg);
    min-height: 300px; 
    background-position: center;
    backdrop-filter: blur(10px);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header_foto2 {
    background-image: url(../img/cart.jpg);
    min-height: 300px; 
    background-position: center;
    backdrop-filter: blur(10px);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header_foto::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
}
.header_foto3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
}
.construction{
    display: flex;
    flex-direction: column;
    color: rgb(85 80 80);
    padding: 40px 0 10px 0;
    align-items: center;
}
.construction_logo{
    color: #3f2c12;
    font-size: 25px;
    padding-bottom: 20px;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
}
.construction_text{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.construction_text div{
    width: 520px;
    margin: 0 20px;
    text-align: center;
    line-height: 20px;
}
.ware{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}
.ware_item{
    display: flex;
    flex-direction: column;
    width: 750px;
    color: #fff;
    padding: 30px;
    border-radius: 40px;
    border: 1px solid #3f2c12;
    transition: all .6s;
    margin-top: 20px;
}
.ware_item:hover{
    box-shadow: 0 0 30px #3f2c12;
}
.ware_foto img{
    width: 350px;
    height: 250px;
}
.ware_name{
    font-size: 20px;
    padding: 10px 0;
}
.ware_text{
    padding-bottom: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.prod{
    display: flex;
    flex-wrap: wrap;
}
.ware_prise{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ware_prise1{
    transition: all .4s;
}
.ware_prise1:hover{
    color: #3f2c12;
}
.ware_prise_btn{
    text-decoration: none;
    width: 300px;
    height: 30px;
    border-radius: 30px;
    transition: all .6s;
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: #3f2c12;
    align-items: center;
}
.ware_prise_btn:hover{
    background-color: #3f2c12;
}
#senk {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#senk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    position: absolute;
    top: -118px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#senk_open div{
    margin-bottom: 10px;
}
#senk:target {
    display: block;
}

#senk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    position: absolute;
    top: 218px;
    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;
}
.form_zakazat{
    width: 444px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid;
    padding: 20px;
    position: absolute;
}
#zakazat{
    width: 444px;
    padding: 20px;
    border-radius: 24px;
    border: 2px solid #315977;
    position: absolute;
    bottom: 195px;
    left: 529px;
    z-index: 100;
    display: none;
    background-color: #fff;
}
#zakazat:target {
    display: block;
}
.form_zakazat div{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.form_zakazat input{
    width: 200px;
    height: 20px;
    border-radius: 20px;
    padding-left: 10px;
}
.close2 {
    display: inline-block;
    border-style: none;
    padding: 0 12px;
    margin: 10px;
    width: 150px;
    height: 35px;
    text-decoration: none;
    background: #3f2c12;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.close2:hover {
    background: #3f2c12;
}
.abou{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}
.logo_abou{
    color: #3f2c12;
    letter-spacing: 3px;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    padding-bottom: 30px;
}
.abou_items{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.about_icon .fa-solid{
    font-size: 40px;
    color: #3f2c12;
    padding-bottom: 10px;
}
.about_item_logo{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
.about_item_txt{
    line-height: 25px;
    color: rgb(85 80 80);
}
.blogs{
    display: flex;
    justify-content: space-around;
    padding: 50px 0;
    flex-wrap: wrap;
}
.blogs_item{
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
#buysenk {
    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: 340px;
    left: 0;
    margin: auto;
    background: #fff;
}
#buysenk_open div{
    margin-bottom: 10px;
}
#buysenk:target {
    display: block;
}
.blog_foto img{
    width: 350px;
    height: 200px;
    transition: all .5s;
}
.blog_foto img:hover{
    box-shadow: 0 0 20px #3f2c12;
}
.blog_txt{
    text-decoration: none;
    color: rgb(85 80 80);
    width: 750px;
    text-align: center;
    transition: all .5s;
    padding-top: 10px;
    line-height: 20px;
    letter-spacing: 4px;
}
.blog_txt:hover{
    color: #3f2c12;
}
#end{
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    flex-wrap: wrap;
    position: relative;
}
.end_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    background-color: #3f2c12;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    transition: all .4s;
}
.end_btn a:hover{
    background-color: #3f2c12;
}
.end_item{
    display: flex;
    justify-content: inherit;
    flex-direction: column;
}
.end_zag{
    color: #3f2c12;
    font-size: 20px;
    font-weight: 700;
}
.end_txt{
    color: #3f2c12;
    margin-top: 20px;
    width: 400px;
}
.end_input input{
    outline: none;
    width: 200px;
    margin: 20px 0;
    height: 30px;
    border: 3px solid #3f2c12;
    padding-left: 10px;
}
.contact_linc a{
    color: #3f2c12;
    text-decoration: none;
    transition: all .5s;
}
.contact_linc {
    color: #3f2c12;
    cursor: pointer;
    transition: all .5s;
    margin:  15px 0;
}
.contact_linc .fa-solid{
    padding-right: 10px;
}
.contact_linc:hover, .contact_linc a:hover{
    color:#2f56b1;
}
.polit{
    padding: 40px;
    color: #333;
}
.plit{
    text-align: center;
    padding-bottom: 10px;
}
#werx3{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #3f2c12;
    text-align: center;
    background-image: url(../img/logo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.prev_div{
    font-size: 50px;
}
.footer_menu__item{
    color: #3f2c12;
    text-decoration: none;
    padding-left: 15px;
    transition: all .5s;
    margin: 15px 0;
    transition: all .4s;
}

#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 {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    max-width: 462px;
    border-radius: 20%;
    position: absolute;
    padding: 58px 20px;
    background: #fefefe;
    z-index: 1000;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    box-shadow: 73px -35px rgb(0 0 0 / 69%), -60px 82px 0px rgb(234 218 218 / 41%);
    animation: fade .6s;
}
.close2 {
    width: 220px;
    height: 40px;
    border: none;
    background-color: #3f2c12;
    cursor: pointer;
    outline: none;
    display: flex;
    margin: 0 auto;
    font-size: 20px;
    transition: all .4s;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 20px;
}
.close:hover {
    background-color: #2e53aa;
}
.modal {
    position: fixed; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); 
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none; 
    margin: 0;
    padding: 0;
}
.modal:target {
    opacity: 1; 
	  pointer-events: auto; 
    overflow-y: auto; 
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 30px auto;
  }
} 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
.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;
}
.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}
.closes {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 46px;
    text-decoration: none;
    background: #3f2c12;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.closes:hover {
    background: #3f2c12;
}
.product-wrap {
    width: 300px;
    margin: 0 auto;
    background: white;
    padding: 0 0 20px;
    text-align: center;
    font-size: 14px;
    font-family: Lora;
    text-transform: uppercase;
 }
 .product-item {
    position: relative;
    overflow: hidden;
 }
 .product-wrap img {
    display: block;
    width: 100%;
    height: 400px;
 }
 .product-buttons {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: .3s ease-in-out;
 }
 .button {
    text-decoration: none;
    color: #c0a97a;
    font-size: 12px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #c0a97a;
    transform: translate(-50%, -50%) scale(0);
    transition: .3s ease-in-out;
 }
 .button:before {
    content: "\f07a";
    font-family: FontAwesome;
    margin-right: 10px;
 }
 .product-item:hover .product-buttons {
    opacity: 1;
 }
 .product-item:hover .button {
    transform: translate(-50%, -50%) scale(1);
 }
 .button:hover {
    background: black;
 }
 .product-title {
    color: #5e5e5e;
 }
 .product-title a {
    text-decoration: none;
    color: #2e2e2e;
    font-weight: 600;
    margin: 15px 0 5px;
    padding-bottom: 7px;
    display: block;
    position: relative;
    transition: .3s ease-in-out;
 }
 .product-title a:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #2e2e2e;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    transition: .3s ease-in-out;
 }
 .product-title a:hover {
    color: #c0a97a;
 }
 .product-title:hover a:after {
    background: #c0a97a;
 }
 .product-price {
    font-size: 20px;
    color: #c0a97a;
    font-weight: 700;
 }
@media (max-width: 750px){
    .logo img{
        margin-top: 10px;
    }
    .blog_txt, .ware_item{
        width: 450px;
    }
    .ware_prise_btn{
        width: 200px;
    }
    .blogs_item{
        width: 400px;
    }
}
@media (max-width: 650px){
    .end_item {
        align-items: center;
        text-align: center;
    }
    .end_txt{
        padding: 20px 0;
    }
    .end_input input {
        margin: 0 0 10px 0;
    }
}
@media (max-width: 560px){
    .construction_text div {
        width: 320px;
    }
    .blog_txt{
        width: 430px;
    }
}
@media (max-width: 510px){
    .form_zakazat{
        width: 300px;
        left: 50px;
    }
    .form_zakazat input{
        width: 150px;
    }
    .blog_txt, .ware_item{
        width: 400px;
    }
    .ware_prise_btn{
        width: 100px;
    }
}
@media (max-width: 430px){
    .menu{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ware_foto img {
        width: 320px;
        height: 220px;
    }
    .ware_item {
        width: 320px;
        padding: 20px;
    }
    .end_txt {
        width: 350px;
    }
    .blogs_item{
        width: 350px;
    }
    .header_foto {
        background-position-y: 0px;
    }
    .header_foto::after{
        display: none;
    }
    .blogs_item {
        width: 350px;
    }
    .blog_foto img {
        width: 320px;
        height: 210px;
    }
    .blog_txt {
        width: 320px;
    }
    .logo img{
        width: 360px;
    }
    .form_zakazat{
        left: 8px;
    }
}