*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    background-color: #2cb9f5;
    font-family: "Open Sans", sans-serif;
}
#hesder_top{
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #423534;
}
#postoblo, #tova, #aboutu{
    height: 65px;
}
.header_item{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
    background-color: #1461aa;
}
.header_logo{
    text-decoration: none;
    font-size: 2rem;
    letter-spacing: 5px;
}
.header_logo img{
    width: 400px;
}
.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 a:hover{
    background: #4242aa;
}
.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: 70px 0 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.my_foto img{
    width: 550px;
    height: 500px;
    margin: 20px 0;
    border: 4px solid #423534;
    border-radius: 30px;
}
.my_logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.my_logo h1{
    font-size: 3.5rem;
    color: #4242aa;
    padding: 52px 0 0 0;    
}
h1{
    font-size: 3.5rem;
    color: #4242aa;   
}
.my_logo p{
    width: 900px;
    line-height: 30px;
    letter-spacing: 3px;    
}
.aboutus{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.aboutus_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    transition: all .5s;
    margin: 20px 40px;
    background-color: #4242aa;
    cursor: pointer;
    border: 5px double #fff;
    border-radius: 20px;
}
.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: #4242aa;
    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:hover{
    background-color: #4242aa;
    cursor: pointer;
}
.aboutus_item .fa-solid{
    color: #4242aa;
    font-size: 40px;
    padding-bottom: 20px;
}
.aboutus_item p{
    width: 350px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 25px;
}
#tovar{
    display: flex;
    justify-content: center;
    padding: 50px 0;
    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: 360px;
    height: 265px;
    border-radius: 40px;
}
.tovar_item{
    width: 800px;
    margin: 10px 20px;
    padding: 15px;
    background: #fff;
    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: #4242aa;
    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: 20px;
    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: #4242aa;
    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;
    letter-spacing: 4px;
    text-align: center;
}
.tovar_pris{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.pris{
    font-weight: 600;
    padding: 10px 0;
}
.pris_btn{
    text-decoration: none;
    width: 200px;
    height: 40px;
    border-radius: 40px;
    background-color: #4242aa;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .5s;
}
.pris_btn:hover{
    background-color: #414144;
}
.nizbtn{
    text-decoration: none;
    width: 200px;
    height: 40px;
    border-radius: 40px;
    background-color: #4242aa;
    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;
    justify-content: space-around;
    flex-wrap: wrap;
}
.postoblog_item{
    display: flex;
    flex-direction: column;
    margin: 20px;
    background-color: #603fe7;
    padding: 20px;
    border-radius: 40px;
    align-items: center;
    border-radius: 2px solid #fff;
}
.postoblog_item_foto img{
    width: 300px;
    height: 250px;
}
.postoblog_item_logo{
    text-decoration: none;
    color: #4242aa;
    font-size: 20px;
    transition: all .5s;
}
.postoblog_item_logo:hover{
    color: #579d55;
}
.postoblog_item_text{
    width: 500px;
    padding: 10px 0;
}
.postoblog_item_text p{
    padding: 10px 0;
}
#niz{
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    position: relative;
    flex-wrap: wrap;
    background-color: #16345e;
}
.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 #4242aa;
    padding-left: 10px;
}
.contact_linc a{
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}
.contact_linc {
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    margin:  15px 0;
}
.contact_linc:hover, .contact_linc a:hover{
    color:#4242aa;
}
.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: #4242aa;
}
.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 {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 83%;
    max-width: 450px;
    position: absolute;
    padding: 65px 20px;
    border: 10px double #fff;
    background: #4242aa;
    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: #4242aa;
    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;
    }
}
@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;
    }
    .form_zakazat input {
        width: 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 {
        font-size: 3rem;
        padding-top: 120px;
    }
    #tovar{
        padding: 0;
    }
    .tovar_logo{
        font-size: 2rem;
    }
    .end_input input{
        margin-bottom: 10px;
    }
}
@media (max-width: 450px){
    .form_zakazat{
        left: 20px;
    }
}
@media (max-width: 410px){
    .form_zakazat{
        width: 310px;
        left: 5px;
    }
    .form_zakazat input {
        width: 110px;
    }
}
@media (max-width: 400px){
    .my_logo p{
        width: 350px;
    }
    .polit_p{
        font-size: 20px;
    }
    h1 {
        font-size: 1.4rem;
    }
    .aboutus_item {
        padding: 50px 5px;
        width: 340px;
        margin: 20px 0;
    }
    .postoblog_item {
        width: 340px;
    }
    .postoblog_item_text {
        width: 320px;
    }
    .end_txt {
        color: #fff;
        width: 340px;
    }
    .header_logo img{
        width: 350px;
    }
    .aboutus_item p{
        font-size: 15px;
    }
    .aboutus_item{
       border-radius: 50px;
    }
    h1{
        text-align: center;
    }
    .tovar_item{
        margin: 10px 0;
        padding: 10px 0;
        width: 350px;
    }
    .header_menu{
        flex-wrap: wrap;
        justify-content: center;
    }
    .tovar_foto img{
        width: 340px;
    }
}