@charset "utf-8";


body{
    font-family: 'Open Sans';
    font-size: 16px;
    background-color: #fff;
}
.w100{
    width: 100%;
}
.h100{
    height: 100%;
}
.h105{
    height: 105%;
}
.p0{
    padding: 0;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.pr20{
    padding-right: 1.25rem;
}
.pl30{
    padding-left: 1.875rem;
}
.ml0{
    margin-left: 0!important;
}
.mt20 {
    margin-top: 20px;
}
.tr{
    text-align: right;
}

.mobile-menu{
    display: none;
    position: fixed;
    height: 50px;
    width: 100%;
    top:0;
    left:0;
    background: #bc39aa;
    color: #fff;
    z-index: 5;
}

.mobile-menu-title{
    font-size: 20px;
    color: #fff;
    float: left;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px;
}

.mobile-menu-button{
    float: right;
    line-height: 50px;
    margin-right: 17px;
    margin-top: 17px;
    width: 16px;
    height: 16px;
    background: url('../images/sendvich.svg') no-repeat center center;
}
.mobile-menu-button.active{
    background: url('../images/close.svg') no-repeat center center;
}

.mobile-menu-cont{
    visibility: hidden;
    background: #fff;
    min-height: 200px;
    width: 100%;
    position: absolute;
    top: 50px;
    border: 1px solid #bc39aa;
    padding-top: 10px;
}

.mobile-menu-cont.active{
    visibility: visible;
}

.mobile-menu-cont ul{
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.mobile-menu-cont ul li{
    margin-bottom: 15px;
}

.mobile-menu ul li a{
    color: #000000;
    font-size: 18px;
}


