*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: "Open Sans", sans-serif;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #f0ece6;
}
.header-logo{
    font-size: 22px;
    font-weight: 800;
    color: #333;
    text-decoration: none;
}
.header-logo img{
    width: 280px;
}
.menu{
    display: flex;
    justify-content: center;
}
.logo_topt{
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
}
.logo_tet{
    z-index: 100;
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
}
.header-menu a{
    text-decoration: none;
    color: #333;
    transition: all .5s;
}
.header-menu a:hover{
    color: #a6a4a4;
}
.header-menu-item{
    margin: 20px;
}
.logo{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 800px;
    z-index: 10;
    height: 500px;
    padding-bottom: 200px;
}
.logo::before{
    content: '';
    background-image: url(../img/logo.jpg);
    position: absolute;
    z-index: -11;
    width: 544px;
    height: 603px;
    top: 10px;
    right: -600px;
}
.logo_top{
    font-weight: 700;
    font-size: 4rem;
    padding: 30px 0 20px 80px;
    position: relative;
    z-index: 100;
}
.logo_top::before{
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    left: 0;
    background-color: #fcf528;
    z-index: -11;
}
.logo_text{
    padding: 0 0 20px 80px;
    z-index: 100;
    position: relative;
}
.logo_text::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 166px;
    top: -41px;
    right: -33px;
    background-color: #333;
    z-index: -11;
}
.logo_linc {
    z-index: 100;
}
.logo_linc a{
    color: #000;
    padding: 0 0 0 80px;
}
.shop{
    display: flex;
    flex-direction: column;
    position: relative;
    padding:  0 0 50px 0;
}
.shop-goods{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 2.8rem;
    padding: 0 0 20px 0;
}
.shop-items{
    display: flex;
    justify-content: space-around;
}
.shop-item{
    display: flex;
    flex-direction: column;
    width: 312px;
}
.shop-item img{
    width: 320px;
    height: 430px;
}
.shop-name{
    font-size: 1.5rem;
    font-weight: 800;
}
.shop-sub{
    padding: 10px 0;
}
.shop-prise{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.prise{
    font-size: 20px;
    font-weight: 900;
}
.prise-btn{
    width: 100px;
    height: 20px;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    transition: all .5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.prise-btn:hover{
    background-color: #333;
}
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;
}
#senkyu {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#senkyu_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #000;
    position: absolute;
    top: -118px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#senkyu_open div{
    margin-bottom: 10px;
}
#senkyu:target {
    display: block;
}
.senkyu_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: #000;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.senkyu_close:hover {
    background: #333;
}
#zakaz{
    width: 444px;
    padding: 20px;
    border-radius: 24px;
    border: 2px solid #000;
    position: absolute;
    bottom: 284px;
    left: 529px;
    z-index: 100;
    display: none;
    background-color: #fff;
}
#windov {
    width: 410px;
    height: 245px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #000;
    position: absolute;
    top: -725px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#zakaz:target {
    display: block;
}
.close2 {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 150px;
    height: 35px;
    border-radius: 46px;
    text-decoration: none;
    background: #000;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.close2:hover {
    background: #333;
}
.benefit{
    padding: 20px 0 50px 0;
    background-color: #f0ece6;
}
.benefit-logo{
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
}
.benefit-items{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.benefits-foto img{
    width: 500px;
}
.benefits{
    display: flex;
    flex-wrap: wrap;
    width: 750px;
}
.benefit-item{
    font-size: 14px;
    font-weight: 900;
    width: 350px;
    display: flex;
    margin: 12px;
}
.benefit-item span{
    font-size: 70px;
    color: #4f95db;
    margin: 0 20px;
}
.post{
    padding: 50px 0;
}
.post_lorem{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    padding: 0 0 20px 0;
}
.post_items{
    display: flex;
    justify-content: center;
    align-items: center;
}
.post_item img{
    width: 310px;
    height: 320px;
}
.post_item{
    display: flex;
    margin: 20px;
}
.post_txt{
    width: 250px;
    margin-left: 10px;
}
.post_logo{
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 5px;
}
.post_text{
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0;
}
.post_button{
    margin-top: 20px;
    width: 150px;
    height: 20px;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    transition: all .5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.post_button:hover{
    background-color: #333;
}
.down-one{
    display: flex;
    background-color: #f0ece6;
    padding: 30px 0 0 0;
}
.down-foto img{
    width: 1000px;
    height: 600px;
    margin-right: 100px;
    margin-bottom: -5px;
}
.down-contact{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #333;
    font-size: 20px;
    font-weight: 800;
}
.down-contact p{
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 10px;
}
.down-contact a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    color: #333;
}
.wish{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.wish-form{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.wish-foto img{
    width: 1000px;
    height: 600px;
}
.wish-form-logo{
    padding: 0 0 20px 0;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
}
.wish-form_linc{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}
.oner{
    padding-top: 120px;
}
.form-wish div{
    padding: 0 30px;
}
.form-wish{
    padding: 20px 0 50px 0;
}
.form-wish  input {
    padding-left: 10px;
}
.form-wish-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    transition: all .5s;
    margin-bottom: 20px;
}
.form-wish-btn:hover{
    background-color: #333;
}
#senkyu-wish {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#senkyu_open_wish {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #000;
    position: absolute;
    top: -118px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#senkyu_open_wish div{
    margin-bottom: 10px;
}
#senkyu-wish:target {
    display: block;
}
.senkyu_close_wish {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 46px;
    text-decoration: none;
    background: #000;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.senkyu_close_wish:hover {
    background: #333;
}
.down-two{
    position: relative;
}
.polit{
    background-color: #a6a4a4;
    padding: 0 40px;
}
.plit{
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 3px;
    text-align: center;
    padding: 50px 0 30px 0;
}
@media (max-width: 1430px){
	.wish {
        flex-wrap: wrap;
        justify-content: end;
    }
    .wish-form-logo {
        padding: 0 0 20px 0;
        font-size: 30px;
    }
    .form-wish label{
        width: 200px;
    }
    .form-wish div {
        display: flex;
        justify-content: center;
        margin: 10px 0;
        align-items: center;
    }
    .wish-foto img{
        display: none;
    }
}
@media (max-width: 1400px){
	.logo::before {
        right: -542px;
    }
    .down-foto img {
        margin-right: 20px;
    }
}
@media (max-width: 1350px){
	.logo::before {
        display: none;
    }
}
@media (max-width: 1310px){
	.down-one{
        flex-wrap: wrap;
        justify-content: center;
    }
    .down-foto img {
        margin-right: 0;
    }
    .down-contact {
        flex-direction: inherit;
        margin: 0 auto;
    }
    .down-contact div{
        margin: 20px 30px;
    }
}
@media (max-width: 1230px){
	.post_items{
        flex-direction: column;
    }
    .benefits {
        width: 500px;
    }
    .oner{
        padding-top: 30px;
    }
}
@media (max-width: 1015px){
	.down-foto img {
        width: 800px;
        height: 472px;
    }
    .shop-item {
        margin: 10px;
    }
    .shop-items {
        flex-wrap: wrap;
    }
}
@media (max-width: 880px){
	.benefit-items{
        flex-wrap: wrap;
    }
    .benefits{
        width: auto;
        justify-content: center;
    }
    .down-contact {
        flex-wrap: wrap;
    }
}
@media (max-width: 840px){
	.logo_text::before{
        display: none;
    }
    .down-foto img {
        width: 600px;
        height: 341px;
    }
}
@media (max-width: 800px){
	.logo_top {
        padding-left: 10px;
        font-size: 3rem;
    }
    .logo_text {
        padding: 0 0 20px 10px;
    }
    .logo_linc a {
        padding: 0 0 0 10px ;
    }
    .logo{
        width: 600px;
    }
}
@media (max-width: 700px){
	header{
        flex-direction: column;
        justify-content: center;
    }
    .post_logo {
        font-size: 1rem;
    }
}
@media (max-width: 600px){
	.logo{
        width: 500px;
        height: auto;
    }
    .down-foto img {
        width: 500px;
        height: 296px;
    }    
    .plit{
        font-size: 35px;
    }
}
@media (max-width: 580px){
	.post_item {
        flex-direction: column;
    } 
}
@media (max-width: 540px){
	.down-contact {
        flex-direction: column;
    }   
    .logo_top {
        font-size: 2.4rem;
    }
    .menu {
        width: 400px;
        flex-wrap: wrap;
    }
}
@media (max-width: 500px){
    .benefits-foto img {
        width: 400px;
    }
    .down-foto img {
        width: 400px;
        height: 252px;
    }
    .logo {
        width: 400px;
        padding-bottom: 20px;
    }
    .plit{
        font-size: 22px;
        letter-spacing: 1px;
    }
}
@media (max-width: 425px){
    .logo_top {
        font-size: 2rem;
    }
    .benefit-logo{
        font-size: 2rem;
        font-weight: 600;
    }
    .post_lorem{
        font-size: 2rem;
        font-weight: 600;
    }
}
@media (max-width: 400px){
    .logo_top::before {
        display: none;
    }
    .benefits-foto img {
        width: 350px;
    }
    .down-foto img {
        width: 350px;
        height: 222px;
    }
    .logo {
        width: 350px;
    }
    .menu {
        width: 350px;
    }
}