html, body{
    overflow-x: hidden;
}
a{
    color: inherit;
}
a:hover{
    color: inherit;
    text-decoration: inherit;
}
.active a{
    color: #5d2331;
}
header{
    width: 100%;
}
.lg{
    position: absolute;
    top: 30px;
    right: 30px;
    
    z-index: 8000;
    display: flex;
}
.lg_item{
    padding: 5px 20px;
    border: 2px solid #5d2331;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 5px;
    color: #5d2331;
    font-weight: bold;
    background-color: rgba(255, 255, 255, .7);
    transition: all .3s;
}
.lg_item:hover{
    background-color: #5d2331;
    color: #FFF;
}
.active_lg{
    background-color: #5d2331;
    color: #FFF;
}
.owl-item{
    width: 100%;
}
.owl-dots{
    display: none;
}
.menu{
    width: 100%;
    background-color: #000;
    color: #FFF;
    position: relative;
    z-index: 9000;
}
.header_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    background-color: #5d2331;
    display: inline-block;
    padding: 5px 20px;
}
.logo h1{
    font-family: cursive;
    font-weight: bold;
    text-shadow: 0px 1px 1px white;
    text-align: center;
}
.logo p{
    border-top: 1px dashed #451924;
    border-bottom: 1px dashed #451924;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .3em;
    text-align: center;
}
.menu_box_1{
    display: flex;
}
.menu_item{
    padding: 0px 15px;
    border-right: 1px dashed #faf5d9;
    transition: color .3s;
    cursor: pointer;
    white-space: nowrap;
}
.menu_item:hover{
    color: #ffffff;
    text-decoration: underline;
}
.menu_burder{
    display: none;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}
.burger_box img{
    width: 50px;
}
.content{
    margin: 30px 0;
}
.content_block_1{
    background-image: url(../images/content_1.jpg);
    background-size: cover;
    background-size: 50%, 50%;
    background-repeat: no-repeat;
    background-position: right;
    transform: translatex(100vw);
    transition: transform 2s;
}
.block_1_box{
    width: 50%;
    height: 100%;
    padding: 20px 10px;
}
.special{
    color: #5d2331;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 1.2em;
    margin: 0 0 15px 0;
}
.content h2{
    color: #2e0908;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 50px;
    font-size: 1.6em;
}
a.homebutton {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.2em;
    padding: 5px 16px;
    color: #5d2331;
    border: 2px solid #f1eedf;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fdfcf6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fdfcf6));
    background: -webkit-linear-gradient(top, #fff 0, #fdfcf6 100%);
    background: -o-linear-gradient(top, #fff 0, #fdfcf6 100%);
    background: -ms-linear-gradient(top, #fff 0, #fdfcf6 100%);
    background: linear-gradient(top, #fff 0, #fdfcf6 100%);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fdfcf6');
    outline: none;
    cursor: pointer;
}
.content_block_2{
    background-image: url(../images/content_2.jpg);
    background-size: cover;
    background-size: 50%, 50%;
    background-repeat: no-repeat;
    background-position: left;
    transform: translatex(-100vw);
    transition: transform 2s;
}
.block_2_box{
    width: 50%;
    margin-left: 50%;
    padding: 10px;
}
.content_block_3{
    background-image: url(../images/content_3.jpg);
    background-size: cover;
    background-size: 50%, 50%;
    background-repeat: no-repeat;
    background-position: right;
    transform: translatex(100vw);
    transition: transform 2s;
}
.content_block_4{
    background-color: #f1ece9;
    transform: translatex(-100vw);
    transition: transform 2s;
}
.content_block_4_box{
    display: flex;
}
.block_4_item{
    flex: 1;
}
.block_4_item{
    padding: 40px 20px 50px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.block_4_item_2{
    border-right: 1px solid #f6f3f1;
    border-left: 1px solid #f6f3f1;
    background: #e9e4e1;
}
.block_4_item h3{
    font-size: 2.2em;
    font-style: italic;
    text-transform: none;
    color: #5d2331;
    font-weight: bold;
    font-family: 'Lora', serif;
    margin: 40px 0 20px 0;
}
.block_4_item h4{
    letter-spacing: .3em;
    font-size: 1.2em;
    line-height: 1.8em;
}
.block_4_item p{
    color: #5d2331;
}
.block_4_item input[type='text']{
    padding: 10px;
    outline: none;
    overflow: hidden;
    font: 12px;
    background: #fff;
    border: none;
}
.block_4_item input[type='submit']{
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #5d2331;
}
.content_block_5{
    padding-top: 30px;
    transform: translatex(100vw);
    transition: transform 2s;
}
.content_block_5 .title h2{
    line-height: 1;
    margin-bottom: 50px;
}
.content_block_5 .title{
    text-align: center;
}
.content_block_5 .title h4{
    padding: 20px 0 10px 0;
    border-top: 8px solid #ded8d4;
    display: inline-block;
    letter-spacing: .4em;
    font-size: 1em;
}
.block_5_box{
    display: flex;
    flex-wrap: wrap;
}
.block_5_item{
    width: 33.33%;
    cursor: pointer;
    transition: transform .2s;
}
.block_5_item:hover{
    background-color: #e9e4e1;
}
.block_5_item:hover h4{
    transform: translateY(-30px);
}
.block_5_item:hover h4:before{
    background: #fff;
    margin-top: 70px;
}
.block_5_item:hover span{
    opacity: 1;
    transform: translateY(0px);
}
.block_5_item_img, .block_5_item_img img{
    width: 100%;
}
.block_5_item_text{
    text-align: center;
    padding: 30px 0;
    color: #5d2331;
}
.block_5_item_text h4{
    font-weight: bold;
    transition: all .2s;
    margin: 20px 0 10px 0;
    padding: 20px 0 0 0;
    position: relative;
}
.block_5_item_text h4:before{
    content: '';
    position: absolute;
    background: #e9e4e1;
    width: 160px;
    height: 6px;
    top: 0px;
    left: 50%;
    margin: -10px 0 0 -80px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}
.block_5_item span{
    letter-spacing: 1px;
    color: #5d2331;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}
/*about*/
#bg1{
    width: 100%;
    background: #fff url(../images/bg5.jpg) no-repeat;
    height: 500px;
    background-size: cover;
    position: relative;
}
.about_block_1_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_block_1_box > div{
    width: 48%;
}
.about_block_1_item_1{
    transform: translateX(-200%);
    transition: transform 2s;
}
.about_block_1_item_1 > div{
    background: #f1ece9;
    padding: 30px;
    margin-top: -80px;
}
.about_block_1_item_2{
    transform: translateX(150%);
    transition: transform 2s;
}
.about_block_1_item_2 img{
    width: 100%;
}
.about_block_2_item_1{
    transform: translateX(-200%);
    transition: transform 2s;
}
.about_block_2_item_2{
    transform: translateX(200%);
    transition: transform 2s;
}
.about_block_2_box{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.about_block_2_box > div{
    width: 48%;
}
.about_block_2_box img{
    width: 100%;
}
.about_item_text{
    background-color: #000;
    padding: 20px;
}
.about_item_text h2{
    color: #363636;
    font-size: 3em;
    font-family: 'Lora', serif;
    font-style: italic;
    text-shadow: none;
}
.about_item_text p{
    color: #fff;
}
.about_block_2_item_2 .about_item_text{
    background: #e9e4e1;
}
.about_block_2_item_2 .about_item_text h2{
    color: #fff;
}
.about_block_2_item_2 .about_item_text p{
    color: #050101;
}
.about_block_3_item_1{
    transform: translateX(-200%);
    transition: transform 2s;
}
.about_block_3_item_2{
    transform: translateX(200%);
    transition: transform 2s;
}
.about_block_3_box{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.about_block_3_box > div{
    width: 48%;
}
.about_block_3_box img{
    width: 100%;
}
.about_block_3_item_1 .about_item_text{
    background: #e9e4e1;
}
.about_block_3_item_1 .about_item_text h2{
    color: #fff;
}
.about_block_3_item_1 .about_item_text p{
    color: #050101;
}










footer{
    background-color: #000;
    color: #FFFFFF;
}
.footer_box{
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_about{
    width: 48%;
}
.footer_about p{
	text-align: justify;
	padding-right: 38px;
}

.footer_link, .footer_contact{
    width: 24%;
}
.footer_about h3{
    margin-bottom: 20px;
}
.hidden_11{
    margin-bottom: 15px;
}
.link_item{
    margin-bottom: 10px;
    cursor: pointer;
    transition: color .3s;
}
.first_footer_contact{
    font-weight: bold;
    color: #5d2331;
}
.last_footer_contact{
    margin-left: 20px;
}
.link_item:hover{
    color: #5d2331;
}
.copy_right{
    display: flex;
    justify-content: space-between;
}
.copy_right a{
    color: #5d2331;
}
.animate_block{
    margin: 20px 0;
}
.class_right{
    transform: translatex(0vw);
}
.arrow{
    width: 80px;
    position: fixed;
    right: 50px;
    font-size: 40px;
    bottom: 30px;
    cursor: pointer;
    display: none;
    padding: 0 15px;
    animation: fadeInDown 1.5s alternate infinite ease-in-out;
}
.arrow img{
    width: 100%;
}
@keyframes fadeInDown{
    from{
        transform: translateY(-30px);
    }
    to{
        transform: translateY(30px);
    }
}
/*product*/
.product{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.product_item{
    width: 23%;
    margin-bottom: 20px;
    transition: all 1s;
}

.product_item:hover{
    transform: scale(1.05);
}

.product > div.product_item:nth-child(2n+1){
    animation: anim 3s cubic-bezier(0, 0, 0, 0) infinite;
}
.product > div.product_item:nth-child(2n+2){
    animation: anim 3s cubic-bezier(0, 0, 0, 0) infinite reverse;
}
.product_item img{
    width: 100%;
}
.product_item p{
    text-align: center;
}
.product_1_item{
    width: 32%;
    transition: transform .6s;
}
.product_1_item:hover{
    transform: scale(1.1);
}
.product_1_item h3{
    text-align: center;
}
.product_1_item img{
    width: 100%;
    border: 8px solid #5d2331;
    border-radius: 3px;
    transition: all .6s;
}

/*
@keyframes anim{
    0%{
        transform:  matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    }
    33%{
        transform:  matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,8,0,1);
    }
    67%{
        transform:  matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-8,0,1);
    }
    100%{
       transform:  matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    }
}
*/
.prodTop{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.backProd{
    width: 40%;
    font-size: 80px;
    height: 0;
    color: #5d2331;
    display: flex;
    height: 100%;
}
.backProd i{
    cursor: pointer;
}
.searchClass{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.searchClass input{
    outline: inherit;
    border: 2px solid #5d2331;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    padding-left: 28px;
}
.product_filter{
    width: 300px;
    position: relative;
}
.product_filter i {
    position: absolute;
    left: 8px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.selectProd{
    width: 300px;
    margin-left: 20px;
    display: flex;
    justify-content: flex-end;
}
.selectProd select{
    width: 250px;
    padding: 5px;
    border: 2px solid #5d2331;
    border-radius: 5px;
    cursor: pointer;
    outline: inherit;
}
/*contact*/
.contact_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_box > div{
    width: 48%;
}
.form_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_box input, .form_box textarea{
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #5d2331;
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 0 20px #5d2331;
}
.form_box input{
    width: 48%;
}
.form_box textarea{
    width: 100%;
}
.form_box input[type='submit']{
    cursor: pointer;
    width: 150px;
    padding: 5px;
    transition: all .3s;
    border: 2px solid #5d2331;
    color: #FFF;
    background-color: #5d2331;
    border-radius: 5px;
}
.form_box input[type='submit']:hover{
    border: 2px solid #5d2331;
    color: #5d2331;
    background-color: #FFF;
}
.form_box input::placeholder, .form_box textarea::placeholder{
    color: #5d2331;
}
.form_box input[type='text']:focus, .form_box textarea:focus {
    box-shadow: 0 10px 20px #5d2331;
}
.contact_item{
    display: flex;
}
.contact_icon{
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid;
    padding: 5px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5d2331;
    margin-right: 20px;
}
.map {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    border: 2px solid #5d2331;
}

.form-error{
    color: #f00;
    width: 100%;
}




























