@font-face{
    font-family:"Narrow";
    src:url("../fonts/PTSans-Narrow.woff2");
    src:url("../fonts/PTSans-Narrow.woff")
}
@font-face{
    font-family:"Orator";
    src:url("../fonts/OratorStd.woff")
}
html,body{
    margin:0;
    padding:0
}
p{
    margin:0;
    padding:0
}
body{
    background-color:#cc2d10;
    font-size:15px;
    font-family:"Narrow",sans-serif;
    -webkit-font-smoothing:antialiased !important;
    -moz-font-smoothing:antialiased !important;
    text-rendering:optimizelegibility !important
}
ul{
    margin:0;
    padding:0
}
a{
    color:#e9d1a8;
    text-decoration:none
}
main{
    max-width:100%;
    margin:auto;
    padding:20px
}
#return-btn a{
    display:block;
    width:30px;
    height:30px;
    border-radius:15px;
    background-color:rgba(233,209,168,.4);
    text-indent:-3000px;
    background-image:url("../svg/arrow-left.svg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px 15px
}
@media screen and (min-width: 560px){
    main{
        max-width:520px
    }
    body{
        padding-top:80px
    }
    #languages{
        max-width:300px!important
    }
}
#languages{
    padding:10px 56px;
    margin:auto;
    max-width:400px
}
#languages ul{
    list-style:none;
    display:flex;
    justify-content:space-between
}
#languages ul *{
    font-size:14px;
    text-transform:uppercase
}
#languages ul li.active a{
    color:#000;
    border-bottom:1px solid #000;
    padding-bottom:6px
}
#languages ul li a{
    font-family:"Orator"
}
@media screen and (min-width: 768px){
    #languages{
        padding:10px 20px
    }
}
#home #dinamic-content{
    background:url("../svg/bg-home.png");
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:top left
}
#home #dinamic-content>div{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-transform:uppercase;
    font-family:"Orator"
}
#home #dinamic-content>div *{
    color:#e9d1a8
}
#home #dinamic-content>div>div{
    flex-basis:calc(100% - 45px);
    text-align:right;
    margin:10px 0;
    font-size:16px
}
#home #dinamic-content>div a{
    width:30px;
    height:30px;
    border-radius:15px;
    background-color:rgba(233,209,168,.4);
    background-image:url("../svg/arrow.svg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px 15px;
    margin-top:-5px
}
#home #dinamic-content div.highlight{
    position:relative;
    margin-top:20px
}
#home #dinamic-content div.highlight:before{
    content:"";
    width:150px;
    border-bottom:1px dotted #e9d1a8;
    position:absolute;
    right:0;
    top:-18px
}
#home #dinamic-content div.highlight+a{
    margin-top:3px !important
}
#page{
    padding:20px 10px
}
#page #intro{
    flex-wrap:wrap;
    display:flex;
    margin-bottom:25px
}
#page #intro .column-titles{
    margin-bottom:-15px;
    letter-spacing:1px;
    flex:0 0 calc(100% - 40px);
    padding-right:40px;
    color:#000;
    font-size:12px;
    display:flex;
    justify-content:flex-end
}
#page #intro .column-titles>div:nth-child(2){
    margin-left:25px
}
#page #intro .title{
    font-size:19px;
    color:#000;
    text-transform:uppercase;
    letter-spacing:1px;
    padding-left:15px;
    font-family:"Orator"
}
#page #intro .info{
    padding-left:15px;
    padding-right:40px
}
#page #intro .info+.title{
    margin-top:5px
}
#page #intro .content{
    padding-top:5px;
    max-width:calc(100% - 60px)
}
#page #intro p{
    color:#e9d1a8;
    font-size:15px
}
#page #intro p.vegetarian{
    padding-left:18px;
    background:url("../svg/vegetarian.svg") no-repeat center left;
    background-size:12px 12px
}
#page #intro p.glutenfree{
    padding-left:18px;
    background:url("../svg/glutenfree.svg") no-repeat center left;
    background-size:15px 15px
}
#page #intro p.spicy{
    padding-left:18px;
    background:url("../svg/spicy.svg") no-repeat center left;
    background-size:12px 12px
}
#page #dinamic-content{
    position:relative;
    width:calc(100% - 46px);
    padding-right:36px;
    overflow:auto
}
#page #dinamic-content .title-family{
    color:#e9d1a8;
    text-transform:uppercase;
    margin-bottom:20px;
    padding-left:44px;
    font-family:"Orator"
}
#page #dinamic-content .family{
    margin-bottom:20px
}
#page #dinamic-content .main-product{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin:6px 0
}
#page #dinamic-content .main-product .title{
    color:#000;
    text-transform:uppercase;
    font-family:"Orator"
}
#page #dinamic-content .main-product .descr{
    color:#e9d1a8;
    line-height:20px;
    font-family:"Narrow"
}
#page #dinamic-content .main-product .prices{
    color:#000;
    flex-basis:106px;
    text-align:right;
    font-family:"Orator";
    display:flex;
    justify-content:flex-end
}
#page #dinamic-content .main-product .prices>div:nth-child(2){
    margin-left:25px
}
#page #dinamic-content .main-product .attributes{
    width:46px;
    display:flex;
    justify-content:center
}
#page #dinamic-content .main-product .attributes .glutenfree,
#page #dinamic-content .main-product .attributes .vegetarian,
#page #dinamic-content .main-product .attributes .spicy{
    width:20px;
    height:20px;
    background:url("../svg/glutenfree.svg") no-repeat center center;
    background-size:15px 15px
}
#page #dinamic-content .main-product .attributes .vegetarian{
    background:url("../svg/vegetarian.svg") no-repeat center center;
    background-size:12px 12px
}
#page #dinamic-content .main-product .attributes .spicy{
    background:url("../svg/spicy.svg") no-repeat center center;
    background-size:12px 12px
}
#page #dinamic-content .main-product .attributes+div{
    flex-basis:calc(100% - 125px)
}
#page #dinamic-content .main-product.info{
    margin-top:20px
}
#page #dinamic-content .main-product.price{
    margin-top:20px
}
#page #dinamic-content .main-product.price .title{
    color:#e9d1a8;
    font-size:15px;
    text-transform:none;
    font-family:"Narrow"
}
#page #dinamic-content .main-product.note{
    margin-top:20px;
    border:1px dotted #e9d1a8;
    padding:20px 40px 20px 40px;
    display:block;
    margin-left:44px;
    text-align:center
}
#page #dinamic-content .main-product.option{
    padding-left:25px;
    margin-bottom:0;
    margin-top:0
}
#page #dinamic-content .main-product.option .title{
    font-family:"Narrow";
    text-transform:none
}
#page #dinamic-content .main-product:not(.option)+.main-product.option{
    margin-top:-6px
}
#page.double-price .prices{
    justify-content:flex-start !important
}
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before{
    background-color:#e9d1a8;
    left:-3px
}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track{
    background-color:#7a7774;
    border-radius:0
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical{
    width:1px;
    background-color:#7a7774;
    border-radius:0
}
/*# sourceMappingURL=styles.css.map */