body{
    padding: 0;
    margin: 0 auto;
    max-width: 1980px;
    width: 100%;
}


.bg-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 239, 239, 0.8);
    box-shadow: 0 4px 4px rgba(0, 134, 209, 0.24);
    z-index: 0;
    transition: all 350ms ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.reveal {
    opacity: .85;
    display: block;
    pointer-events: auto;
    visibility: visible;
    z-index: 99;
}

.hamburger-shell {
    margin: 0;
    position: fixed;
    overflow: hidden;
    width: 70px;
    height: 70px;
    overflow: auto;
    left: calc(100% - 100px);
    top: 20px;
    cursor: pointer;
    padding: 0;
    background: transparent;
    border: none;
    z-index: 999;
}

.top, .middle{
    position: absolute;
    width: 62px;
    height: 2px;
    /*background-color: rgb(46, 46, 46);*/
    transition: all 350ms ease-in-out;
    top: 20px;
    background-color: rgb(184, 24, 24);
}

.middle {
    top: 40px;
}

#menu {
    position: fixed;
    left: calc(100% - 292px);
    top: 10px;
    display: none;
    margin: 120px 30px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
    color: #b81818;
    padding: 24px;
    width: 210px;
    text-align: right;
    z-index: 999;
}

#menu li {
    text-decoration: none!important;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #b81818;
    list-style: none;
    color: #b81818;
    transition: all 150ms ease;
}

#menu li:hover {
    color: #b81818;
    padding-right: 3px;
}

#menu a {
    text-decoration: none;
    color: inherit;
}

.menu-open .top {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 30px;
    background-color: #b81818;
    height: 2px;
}

.menu-open .middle {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 30px;
    background-color: #b81818;
    height: 2px;
}

header {
    width: 100%;
    height: 120px;
    position: absolute;
    color: #b81818;
}

.switch-lang{
    position: fixed;
    left: calc(100% - 170px);
    z-index: 999;
    /* background-color: #FFFFFF; */
    top: 30px;
    width: 56px;
    height: 46px;
    margin: 0;
    text-align: center;
    /*border: 2px solid rgb(46, 46, 46);*/
    cursor: pointer;
    border: 2px solid rgb(184, 24, 24);
    /* opacity: 0.8; */
}


.category:hover{
    cursor: pointer;
    transform: translateY(30px);
}


/**********Footer**********/
.footer_inner {
    display: block;
    background-color: #FFED86;
    color: #B81818;
}

.footer-container {
    width: 100%;
    margin: 0 auto;
    /*padding: 60px 70px 31px;*/
}

.footer-title p {

    font-size: 23px;
    font-weight: 600;
}

.footer-links li {
    list-style: none;
}

.footer-links li > a {
    text-decoration: none;
    color: #B81818;
    font-weight: 300;
    font-size: 17px;
}

.phone {
    font-size: 1.9em;
    color: #B81818;
    text-align: left;
    font-weight: 600;
}

.social-icons li {
    list-style-type: none;
    float: left;
    padding-top: 5px;
    padding-left: 15px;
}

.copyright-text {
    float: none;
    color: #B81818;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 300;
}

.social-icons {
    margin-left: -35px;
}
.figure{
    border-radius: 0 45% 45% 0;
    background-color: #FFFCEE;
}
.figure-2{
    border-radius: 45% 0 0 45%;
    background-color: #FFFCEE;
}
.figure-3{
    border-radius: 45% 0 0 45%;
    background-color: #FFF2F1;
}
.figure-4{
    border-radius: 0 45% 45% 0;
    background-color: #FFF2F1;
}

.btn-buy{
    background-color: #C10230;
    border: 2px solid #C10230;
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    max-width: 150px;
    text-align: center;
    border-radius: 0;
}
.m-cat{
    max-width: 500px;
}
.btn-buy:hover{
    border: 2px solid #C10230;
    color: #C10230;
}
li{
    list-style-type: square;
}
::marker{
    width: 5px;
    font-size: 25px;
    color: #C10230;
}

@media screen and (min-width: 300px)  and (max-width: 767px){
    .figure-2{
        border-radius: 0;
    }
    .figure-3{
        border-radius: 0;
    }
    .figure-4{
        border-radius: 0;
    }
    .m-cat{
        max-width: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .figure-2{
        background-color: transparent;
    }
}
