.mobMenuWrapper {
    width: 35px;
    height: 88px;
}

.mobtoggle {
    position: relative;
}

.menu__wrapper {
    display: none
}

.mobMenu {
    display: none;
}

.single-ppc .p0Container .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:1120px) {
    .headBtn {
        margin-left: auto
    }

    .navMobile a {
        text-decoration: none !important;
    }

    .navMobile {
        display: block !important;
        padding: 0;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-top: 40px;
    }

    .navMobile li {
        display: block;
        width: 100%;
    }

    .navMobile li a {
        display: block;
        padding: 4px 0
    }

    .mobMenu {
        display: flex;
        width: 35px;
        height: 35px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 30px;
    }

    .menu__toggler {
        width: 35px;
    }

    .menu__toggler {
        cursor: pointer;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mobtoggle span,
    .mobtoggle span::before,
    .mobtoggle span::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 20px;
        transition: 500ms cubic-bezier(.77, 0, .175, 1);
        display: block;
    }

    .menu__toggler.mobmenuActive>span::before {
        transform: rotate(-225deg);
    }

    .mobmenuActive .menu__toggler>span::after {
        transform: rotate(225deg);
    }

    .menu__toggler span::before {
        top: -8px
    }

    .menu__toggler span::after {
        top: 8px;
    }

    .mobmenuActive .menu__toggler span {
        background: transparent
    }

    .mobmenuActive .menu__toggler span::before {
        top: 0
    }

    .mobmenuActive .menu__toggler span::after {
        top: 0;
    }

    .mobileMenuNav .mobMenu {
        margin-left: auto;
        margin-top: 20px;
        margin-right: 20px;
    }

    .mobileMenuNav .nav {
        display: block;
    }

    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
        background-color: transparent;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        z-index: 6;
    }

    body.mobmenuActive::before {
        opacity: 1;
    }

    .menu__wrapper {
        background-color: #272727;
        position: fixed;
        top: 0;
        width: 351px;
        right: 0;
        z-index: 9999;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 0;
        z-index: 6;
        transition: transform .5s ease;
        transform: translate3d(-100%, 0, 0);
        right: 0;
        transform: translate3d(100%, 0, 0);
        transition: right .5s ease;
    }

    .menu__wrapper.mobmenuActive {
        right: 351px;
        transform: translate3d(100%, 0, 0);
    }

    .mobMenuBtn {
        width: 100%;
        height: 94px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0;
        padding-left: 20px;
        align-items: center;
    }

    .mobMenuBtn .mobMenu {
        width: 60px;
    }

    .mobMenuBtn .menu__toggler {
        width: 30px;
    }

    .mobileMenuWrapper {
        width: 100%;
        overflow: auto;
    }

    #menu-mobile-menu .sub-menu>li:last-child {
        margin-bottom: 24px
    }

    #menu-mobile-menu .sub-menu .sub-menu>li:last-child {
        margin-bottom: 0px
    }

    .mobMenuButton {
        margin-top: 30px;
        width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        font-family: var(--fontHeading);
        text-align: center;
        margin-right: 20px;
        margin-left: auto;
    }

    .mobBtnPhone a {
        border: 2px solid #fff;
        display: inline-flex;
        width: 100%;
        margin-bottom: 16px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 16px;
        padding: 19px 28px;
    }

    .mobBtnBook a {
        color: #fff;
        border-radius: 6px;
        border-color: #fff;
        display: inline-flex;
        width: 100%;
        margin-bottom: 16px;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        justify-content: center;
        font-size: 18px;
        line-height: 18px;
        padding: 19px 20px;
    }

    .infoContactIcon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        background: url(../../img/phone.webp) no-repeat center center;
        background-size: 100% auto;

    }

    .mobBtnPhone,
    .mobBtnBook {
        width: 100%;
    }

    /**FONT STYLING**/
    #mobileMenu li {
        position: relative;
    }

    #menu-mobile-menu>li {
        border-top: dashed 1px #979797;
    }

    #menu-mobile-menu>li:last-child {
        border-bottom: dashed 1px #979797;
    }

    #menu-mobile-menu>li ul>li.menu-item-has-children>a {
        font-family: var(--fontHeading);
    }

    #mobileMenu .sub-menu {
        display: none;
    }

    #mobileMenu .sub-menu {
        padding-left: 20px
    }

    #mobileMenu .sub-menu a {
        padding-top: 5px;
        padding-bottom: 5px
    }

    #mobileMenu .sub-menu .fa {
        display: none !important;
    }

    #mobileMenu .sub-menu ul {
        display: block !important;
    }


    #mobileMenu a {
        padding: 20px;
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 20px;
        font-style: normal;
        line-height: 26px;
        font-family: var(--font);
        font-weight: 400;
        position: relative;
        color: #fff
    }

    #mobileMenu .menu-item-has-children>a+i {
        display: block;
        content: '';
        background: url(../../img/arrowDownMob.webp);
        background-size: 18px auto;
        background-position: center center;
        border: 0;
        width: 60px;
        height: 66px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        transition: all 0.2s;
        cursor: pointer;
    }

    #mobileMenu .menu-item-has-children.active>a+i {
        transform: rotate(180deg);
    }
}

@media screen and (max-width:560px) {

    .mobtoggle span,
    .mobtoggle span::before,
    .mobtoggle span::after {
        background: #fff;
    }

    .menu__wrapper .mobMenu {}

    .menu__wrapper .mobtoggle span::before,
    .menu__wrapper .mobtoggle span::after {
        background: #fff
    }


}