*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: "Baloo Paaji 2", Sans-serif;
}
#verhushka1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #fff;
}
.verh_menu1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    font-weight: 600;
}
.verh_menu21{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
    border-bottom: 5px solid rgb(120 87 41);
}
.verh_menu21 a{
    text-decoration: none;
    margin: 5px 25px;
    color: rgb(120 87 41);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.polit1{
    padding: 20px;
}
.plit1{
    text-align: center;
    padding-bottom: 10px;
}
.prew_logo21 img{
    width: 400px;
}
.verh_menu21 a:hover{
    color: rgb(181, 131, 59);
}
.verh_menu1 a{
    text-decoration: none;
    margin: 5px 25px;
    color: rgb(120 87 41);
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.verh_menu1 a:hover{
    color: #fff;
    background-color: rgb(120 87 41);
}
#prew1{
    display: flex;
    flex-direction: column;
    background-image: url(../img/logo.jpg);
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}
#prew11{
    display: flex;
    flex-direction: column;
    background-image: url(../img/logo.jpg);
    min-height: 100vh; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}
.prew_item1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    width: 480px;
    height: 230px;
    border-radius: 0 20%;
    border: 2px solid rgb(81, 59, 29);
    box-shadow: 0 0 0 7px #fff;
}
.prew_logo1 img{
    width: 300px;
}
.prew_logo1{
    letter-spacing: 5px;
    font-size: 4rem;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: rgb(120 87 41);
    width: 300px;
    border-bottom: 2px solid rgb(120 87 41);
    margin-bottom: 20px;
}
.prew_logo11{
    letter-spacing: 4px;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: rgb(120 87 41);
    width: 336px;
    border-bottom: 2px solid rgb(120 87 41);
    margin-bottom: 20px;
}
.prew_disc1{
    font-size: 17px;
    letter-spacing: 5px;
    color: rgb(120 87 41);
    display: flex;
    justify-content: center;
    align-items: center;
}
.magaz1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.magaz_logo1{
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    color: rgb(120 87 41);
    padding-bottom: 20px;
}
.magaz_items1{
    display: flex;
    flex-wrap: wrap;
}
.magaz_item1{
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.magaz_item_foto1 img{
    width: 350px;   
    height: 350px;
}
.magaz_name1{
    color: rgb(120 87 41);
    font-size: 20px;
    padding: 20px 0;
    font-weight: 700;
}
.magaz_pris1{
    text-decoration: none;
    color: rgb(120 87 41);
    letter-spacing: 3px;
    font-size: 25px;
    transition: all .7s;    
}
.magaz_pris1:hover{
    font-weight: 700; 
}
#aboutus1{
    display: flex;
    flex-direction: column;
    background-color: rgb(120 87 41);
    color: #fff;
    align-items: center;
    padding-bottom: 50px ;
}
.aboutus_logo1{
    padding: 50px 0 20px 0;
    font-size: 40px;
    letter-spacing: 3px;
}
.aboutus_txt1{
    width: 670px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
}
.magaz_txt1{
    width: 350px;
    color: rgb(201, 142, 58);
    font-size: 600;
    letter-spacing: 1px;
}
.abouts1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0 80px 0;
}
.abouts_item1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 25px;
    width: 140px;
    cursor: pointer;
    transition: all .5s;
}
.abouts_item1:hover{
    color: rgb(198, 143, 66);
}
.abouts_item1 .fa-solid{
    font-size: 45px;
    padding-bottom: 10px;
}
.promegutok1{
    background-image: url(../img/promegutok.jpg);
    min-height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}
.posts1{
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.post1{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 30px;
    width: 663px;
    padding-bottom: 20px;
    margin: 10px 50px;
    border: 2px solid rgb(77, 55, 25);
    box-shadow: 0 0 0 7px #fff;
}
.post_name1{
    letter-spacing: 3px;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    color: rgb(120 87 41);
    padding: 30px 0 10px 0;
    width: 413px;
    border-bottom: 2px solid rgb(120 87 41);
    margin-bottom: 30px;
    transition: all .4s;
}
.post_name1:hover{
    color: rgb(220, 156, 65);
    border-bottom: 2px solid rgb(220, 156, 65);
}
.post_text1{
    letter-spacing: 2px;
    color: rgb(120 87 41);
    padding: 0 10px;
}
#form_end_contact1{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_item1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
    justify-content: center;
}
.contact_item21{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.item1{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 50px 10px 50px;
    color: rgb(120 87 41);
    letter-spacing: 2px;
    text-align: center;
}
.item1 p{
    padding: 0 0 10px 0;
}
.item1 a{
    color: rgb(120 87 41);
    text-decoration: none;
}
#forma1 {
    width: 600px;
    margin: 0 auto;
}
form div {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}
form input {
    width: 245px;
    height: 35px;
    outline: none;
    border-radius: 40px;
    padding-left: 30px;
}
.close21 {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    width: 250px;
    height: 35px;
    border-radius: 46px;
    text-decoration: none;
    background: rgb(120 87 41);
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: all .5s;
    cursor: pointer;
}
.close21:hover {
    background: rgb(210, 150, 66);
}
.form11{
    padding: 0 0 20px 0;
}
.footer_form1{
    padding-bottom: 30px;
    position: relative;
}
 #senk21 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#senk_open1 {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #315977;
    position: absolute;
    top: -530px;
    right: 0;
    bottom: 0;
    left: -22px;
    margin: auto;
    background: #fff;
}
#senk_open1 div{
    margin-bottom: 10px;
}
 #senk21:target {
    display: block;
}
.senk_close1 {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 46px;
    text-decoration: none;
    background: rgb(120 87 41);
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.senk_close1:hover {
    background: rgb(195, 139, 60);
}
.preim1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    padding: 30px 0 0 0;
    align-items: center;
}
.preim_item1{
    width: 300px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 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 {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    max-width: 462px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    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;
}
.close {
    width: 220px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background-color: rgb(181, 131, 59);
    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: rgb(132, 99, 53);
}
@media (max-width: 1165px){
    .magaz_items1{
        justify-content: center;
    }
}
@media (max-width: 680px){
    .aboutus_txt1{
        width: 400px;
    }
}
@media (max-width: 640px){
    #forma1 {
        width: 400px;
    }
    .contact_item1{
        padding: 30px 0 5px 0;
    }
}
@media (max-width: 500px){
    .prew_item1 {
        width: 350px;
    }
    .prew_disc1{
        text-align: center;
    }
    .aboutus_txt1 {
        width: 400px;
    }
    .prew_logo21 img{
        width: 350px;
    }
}
@media (max-width: 430px){
    .post1{
        width: 350px;
    }
    .post_name1{
        width: 340px;
    }
}
@media (max-width: 400px){
    #forma1 {
        width: 360px;
    }
    .aboutus_txt1 {
        width: 360px;
    }
    .magaz_item1 {
        margin: 0px;
    }
    .aboutus_txt1 {
        width: 350px;
    }
    form input {
        width: 220px;
    }
}