*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    background-color: #f7f5fd;
    font-family: "Open Sans", sans-serif;
}
#hesder_top{
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}
#postoblo, #tova, #aboutu{
    height: 65px;
}
.header_item{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #fff;
}
.header_logo{
    text-decoration: none;
    font-size: 2rem;
    letter-spacing: 5px;
}
.header_logo 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;
}
.contact_linc a{
    text-decoration: none;
    font-size: 18px;
    color: rgb(70, 68, 68);
    transition: all .4s;
}
.contact_linc{
    font-size: 18px;
    color: rgb(70, 68, 68);
    cursor: pointer;
    transition: all .4s;
    text-decoration: none;
    margin: 15px 0;
}
.contact_linc a:hover, .contact_linc:hover{
    color: rgb(152, 147, 147);
}
.my{
    padding: 100px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.my2{
    padding: 100px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.my_foto img{
    width: 550px;
    height: 500px;
    margin: 20px 0;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 39px 27px 9px -5px rgba(112,104,88,0.44);
    -moz-box-shadow: 39px 27px 9px -5px rgba(112,104,88,0.44);
    box-shadow: 39px 27px 9px -5px rgba(112,104,88,0.44);
}

.my_logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.my_logo2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.my_logo22 h1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    max-width: 400px;
    margin: 0 auto;
}
.my_logo22 p{
    justify-content: center;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0;
}
h1{
    font-size: 3rem;
    color: #0f1d1b;
     
}
.btn_new{
    width: 140px;
    text-decoration: none;
    padding: 20px 15px;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    align-items: center;
    margin-top: 10px;
}
.my_logo h1, .my_logo2 h1{
    padding: 52px 0 0 0;  
    max-width: 578px;
}
.my_logo p{
    width: 700px;
    line-height: 28px;
    letter-spacing: 2px;
}
.my_logo2 p{
    line-height: 28px;
    letter-spacing: 2px;
}
.aboutus{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.aboutus_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 20px;
    margin: 20px 40px;
    border-bottom: 1px solid;
}
.aboutus_item .namd{
    color: #228ae9;
    font-size: 20px;
}
.aboutus_item h3{
    text-align: start;
}
.promegutok{
    background-image: url(../img/blog3.jpg);
    min-height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}
.cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #444e4c;
    padding: 20px 0;
}
.promegutok1{
    background-image: url(../img/map.jpg);
    min-height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}
.aboutus_item p{
    width: 500px;
    color: #000;
    line-height: 25px;
}
#tovar{
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
.form_zakazat{
    width: 444px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid;
    padding: 20px;
    left: 514px;
    top: 119px;
    position: absolute;
}
.tovar_foto img{
    width: 630px;
}
.tovar_foto1 img{
    width: 400px;
}
.tovar_item{
    margin: 10px 20px;
    padding: 15px;
    border-radius: 20px;
}
.tovar_item1{
    width: 400px;
    margin: 10px 20px;
    padding: 15px;
    border-radius: 20px;
}
#senk, #senk3, #senk2 {
    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;
    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;
    flex-direction: column;
}
.form_zakazat input{
    width: 100%;
    height: 30px;
    border-radius: 20px;
    padding-left: 10px;
}
.close2 {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    width: 150px;
    height: 35px;
    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;
    margin-top: 20px;
}
.close2:hover {
    background: #49a546;
}
.tovar_har{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tovar_foto{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.tovar_name{
    font-size: 20px;
    font-weight: 900;
}
.tovar_pris{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.pris{
    padding: 10px 0;
}
.buy{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.pris_btn{
    text-decoration: none;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #49a08e;
    padding: 10px;
    transition: all .5s;
}
.pris_btn:hover{
    background-color: #414144;
}
.nizbtn{
    text-decoration: none;
    width: 200px;
    height: 40px;
    border-radius: 40px;
    background-color: #444e4c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .5s;
}
.nizbtn:hover{
    background-color: #30f9c7;
}
.text{
    padding-left: 118px;
}
.postoblog_logo{
    color: #000;
    font-size: 3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.tovar_logo{
    color: #000;
    font-size: 3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.postoblog_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.postoblog_item{
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 20px;
    border-radius: 40px;
}
    
.postoblog_item_foto{
    display: flex;
    justify-content: center;
}
.postoblog_item_foto img{
    width: 300px;
    height: 250px;

}
.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: #f4f8fd;
    margin: 0 30px;
}
#niz{
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    position: relative;
    flex-wrap: wrap;
    background-color: #eee7e7;
}
.end_item{
    display: flex;
    justify-content: inherit;
    text-align: center;
    flex-direction: column;
    color: #fff;
}
.end_zag{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.end_txt{
    color: #fff;
    width: 400px;
}
.end_input input{
    outline: none;
    width: 200px;
    height: 30px;
    border-radius: 40px;
    border: 3px solid #444e4c;
    padding-left: 10px;
}
.contact_linc a{
    color: #6e6666;
    text-decoration: none;
    transition: all .5s;
}
.contact_linc {
    color: #6e6666;
    cursor: pointer;
    transition: all .5s;
    margin:  15px 0;
}
.contact_linc:hover, .contact_linc a:hover{
    color:#444e4c;
}
.polit{
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.polit2{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.polit_p{
    text-align: center;
    font-size: 25px;
    color: #444e4c;
}
.plit{
    text-align: center;
    padding-bottom: 10px;
}
#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;       
    font-size: 14px;
    margin: auto;
    position: absolute;
    padding: 65px 20px;
    border: 3px solid #fff;
    background: #444e4c;
    z-index: 1000;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    animation: fade .6s;
}
.close2 {
    width: 220px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background-color: #444e4c;
    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;
}
.close2:hover {
    background-color: #4b4b50;
}

@media (max-width: 1300px){
    .form_zakazat {
        left: 414px;
    }
}
@media (max-width: 1200px){
    .form_zakazat {
        left: 350px;
    }
}
@media (max-width: 1000px){
    .form_zakazat {
        left: 250px;
    }
    .my_logo p{
        width: 600px;
    }
    .my_logo22 p{
        max-width: 400px;
    }
}
@media (max-width: 760px){
    .form_zakazat {
        left: 150px;
    }
    .tovar_item{
        width: 400px;
    }
}
@media (max-width: 650px){
    .my_logo p{
        width: 500px;
    }
    .form_zakazat{
        width: 350px;
        left: 150px;
    }

}
@media (max-width: 550px){
    .form_zakazat{
        left: 50px;
    }
    .my_foto img{
        width: 350px;
        height: 300px;
    }
}
@media (max-width: 530px){
    .postoblog_item{
        width: 400px;
    }
    .postoblog_item_text {
        width: 370px;
        padding: 10px 0;
    }
    .postoblog_item_logo{
        text-align: center;
    }
    .end_item {
        align-items: center;
        text-align: center;
    }
    .end_txt{
        padding: 10px 0;
    }
}
@media (max-width: 500px){
    .my_logo p{
        width: 400px;
    }
    .my_logo h1 {
        padding-top: 120px;
    }
    #tovar{
        padding: 0;
    }
    .tovar_logo{
        font-size: 2rem;
    }
    .end_input input{
        margin-bottom: 10px;
    }
}
@media (max-width: 450px){
    .form_zakazat{
        left: 40px;
    }
}
@media (max-width: 410px){
    .form_zakazat{
        width: 280px;
        left: 20px;
    }
    .form_zakazat input {
        width: 97%;
    }

}
@media (max-width: 400px){
    .my_logo p{
        width: 330px;
        padding: 10px;
    }
    .my_logo22 h1{
        max-width: 300px;
    }
    .my_logo22 p{
        max-width: 300px;
    }
    .polit_p{
        font-size: 20px;
    }
    h1 {
        font-size: 1.4rem;
    }
    .aboutus_item {
        padding: 50px 5px;
        width: 340px;
        margin: 20px 0;
    }
    .postoblog_item {
        width: 340px;
        margin: 0;
        padding: 0;
    }
    .postoblog_item_text {
        width: 320px;
    }
    .end_txt {
        color: #fff;
        width: 340px;
    }
    .aboutus_item p{
        font-size: 15px;
        width: 350px;
    }
    
    h1{
        text-align: center;
    }
    .tovar_item, .tovar_item1{
        margin: 10px 0;
        padding: 10px 0;
        width: 350px;
    }
    .header_menu{
        flex-wrap: wrap;
        justify-content: center;
    }
    .header_item{
        padding: 0;
    }
    .tovar_foto img{
        width: 350px;
    }
    .tovar_foto1 img{
        width: 350px;
    }
    .btn_new{
        margin-left: 5px;
    }
}