.topmenu2026 {
    display: none;
}

/* MID MENU */
.topmenu2026_mid {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
}
.menu2026_fixed .wrapper,
.topmenu2026_mid .wrapper {
    width: 100%;
    padding-left: 15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.menu2026_fixed .left,
.topmenu2026_mid .left {
    display: flex;
    align-items: center;
}
.menu2026_fixed .right,
.topmenu2026_mid .right {
    display: flex;
    align-items: center;
}

.menu2026_fixed .logowr,
.topmenu2026_mid .logowr {
    height: 40px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mlogo26 {
    width: 90px;
    height: 35px;
    background: url(/template/img/menu2026/logo2026.svg) center center no-repeat;
    background-size: contain;
}

/* Calc button */
.calcbutton2026 {
    width: 55px;
    height: 38px;
    position: relative;

}
.calcbutton2026:before,
.calcbutton2026:after {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(/template/img/menu2026/ico15.svg) center center no-repeat;
    background-size: contain;
}
.calcbutton2026:after {
    display: none;
}

.calcbutton2026 span {
    font-family: skodapro_bold;
    color: #4D4D4D;
    font-size: 9px;
    line-height: 1em;
    position: relative;
    top: -6px;
}


.show_cont_button {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color 0.5s linear 0s;
}
.show_cont_button.sh {
    background-color: #EFEFEF;
}
.show_cont_button:before {
    display: block;
    content: "";
    margin: 0 auto 5px auto;
    width: 22px;
    height: 22px;
    background: url(/template/img/ttel.svg) center center no-repeat;
    background-size: contain;
}
.show_cont_button span {
    color: #4D4D4D;
    font-family: skodapro_bold;
    font-size: 9px;
    line-height: 1em;
    display: block;
    width: 100%;
    text-align: center;
}


.menu2026_fixed .catbutton,
.topmenu2026_mid .catbutton {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.menu2026_fixed .catbutton span:first-child,
.topmenu2026_mid .catbutton span:first-child {
    display: block;
    position: relative;
    margin: 0 auto 5px auto;
    width: 25px;
    height: 16px;
}
.menu2026_fixed .catbutton span:first-child:before,
.menu2026_fixed .catbutton span:first-child:after,
.topmenu2026_mid .catbutton span:first-child:before,
.topmenu2026_mid .catbutton span:first-child:after {
    position: absolute;
    display: block;
    background: #46B3B9;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
}
.menu2026_fixed .catbutton span:first-child:before,
.topmenu2026_mid .catbutton span:first-child:before {
    top: 0;
}
.menu2026_fixed .catbutton span:first-child:after,
.topmenu2026_mid .catbutton span:first-child:after {
    bottom: 0;
}

.menu2026_fixed .catbutton span:first-child span,
.topmenu2026_mid .catbutton span:first-child span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: #46B3B9;
    border-radius: 2px;
}

.menu2026_fixed .catbutton span:last-child,
.topmenu2026_mid .catbutton span:last-child {
    color: #4D4D4D;
    font-family: skodapro_bold;
    font-size: 9px;
    line-height: 1em;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    top: 3px;
}

.menu2026_fixed .catbutton .close {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 22px;
    height: 22px;
}
.menu2026_fixed .catbutton .close:before,
.menu2026_fixed .catbutton .close:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    background: #979797;
    height: 2px;
    border-radius: 2px;
}
.menu2026_fixed .catbutton .close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.menu2026_fixed .catbutton .close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu2026_fixed .catbutton.sh span:first-child,
.menu2026_fixed .catbutton.sh span:last-child {
    display: none;
}

.menu2026_fixed .catbutton.sh .close {
    display: block;
}


/* Bottom Menu */
.topmenu2026_bot {
    display: none;
}


/* --------------------------------------------------------- */
.ppmenu2026 {
    position: fixed;
    left: -100000px;
    top: 0;
    bottom: 0;
    z-index: 997;
    width: 100%;
    transition: left 0s linear 0.5s;
}
.ppmenu2026.sh {
    left: 0;
    transition: left 0s linear 0s;
}

.ppmenu2026 .win {
    width: 100%;
    margin: 50px auto 0 auto;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.5s;
}
.ppmenu2026.sh .win {
    transform: translateY(0);
    opacity: 1;
}

.ppmenu2026 .menu {
    display: none;
}

/* MenuContent */
.ppmenu2026 .menucontent {
    display: none;
}
.ppmenu2026 .menucontent_mobile {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 30px;
}
.ppmenu2026 .menucontent_mobile:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 1px;
    background: #dedede;
}

.ppmenu2026 .slimScrollDiv {
    height: 100%;
}

.ppmenu2026 .menucontent_mobile .main_mobile {
    height: 100%;
    padding-bottom: 100px;
}

.ppmenu2026 .menucontent_mobile .scroll {
    padding-left: 15px;
    padding-right: 30px;
}

.ppmenu2026 .menucontent_mobile .mainmenu26 {
    margin-bottom: 30px;
}

.ppmenu2026 .menucontent_mobile .mainmenu26,
.ppmenu2026 .menucontent_mobile .mainmenu26 li,
.ppmenu2026 .main ul,
.ppmenu2026 .main li {
    width: 100%;
}

.ppmenu2026 .menucontent_mobile .mainmenu26 a,
.ppmenu2026 .mobile_submenu .submenu_content a,
.ppmenu2026 .main a {
    position: relative;
    padding-right: 30px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
}
.ppmenu2026 .menucontent_mobile .mainmenu26 a[to]:after,
.ppmenu2026 .mobile_submenu .submenu_content a[to]:after,
.ppmenu2026 .main a:after {
    display: block;
    content: "";
    width: 11px;
    height: 10px;
    background: url(/template/img/menu2026/linkarrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ppmenu2026 .menucontent_mobile .mainmenu26 a span,
.ppmenu2026 .mobile_submenu .submenu_content a span,
.ppmenu2026 .main a span {
    font-family: skodapro_medium;
    color: #4D4D4D;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}

.ppmenu2026 .menucontent_mobile .mainmenu26 a span:before,
.ppmenu2026 .main a span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #4D4D4D;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    height: 1px;
}
.ppmenu2026 .menucontent_mobile .mainmenu26 a:hover span:before,
.ppmenu2026 .main a:hover span:before {
    opacity: 1;
    bottom: -5px;
    background: #51B4C1;
}

.ppmenu2026 .submenu {
    width: 370px;
    max-width: 370px;
    display: flex;
    flex: 1;
    min-height: 0;
    padding: 40px 15px 50px 30px;
    border-right: 1px solid #D2D2D2;
    position: relative;
}
.ppmenu2026 .main:after,
.ppmenu2026 .submenu:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 40px;
    background: RGBA(255, 255, 255, 0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.ppmenu2026 .submenu .scroll {
    width: 100%;
    padding-right: 40px;
}

.ppmenu2026 .submenu ul,
.ppmenu2026 .submenu li {
    width: 100%;
}

.ppmenu2026 .submenu a {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.ppmenu2026 .submenu a span {
    font-family: skodapro_medium;
    color: #4D4D4D;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}

.ppmenu2026 .submenu a span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #4D4D4D;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    height: 1px;
}
.ppmenu2026 .submenu a:hover span:before {
    opacity: 1;
    bottom: -5px;
    background: #51B4C1;
}

.ppmenu2026 .submenu_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    animation: submenuFadeIn 0.3s ease;
}

.ppmenu2026 .submenu_content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

@keyframes submenuFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Блок контактов */
.ppmenu2026 .ppmenu2026_contacts {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ppmenu2026 .promo {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.ppmenu2026 .promo p.hint {
    font-family: skodapro_medium;
    font-size: 12px;
    line-height: 1em;
    color: #4D4D4D;
    margin-bottom: 10px;
}

.ppmenu2026 .promo_content {
    position: relative;
    width: 100%;
}
.ppmenu2026 .promo_content a {
    opacity: 0;
    z-index: 1;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ppmenu2026 .promo_content .im {
    width: 100%;
    height: 185px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ppmenu2026 .promo_content p {
    font-family: skodapro_medium;
    font-size: 18px;
    line-height: 24px;
    color: #4D4D4D;
}

.ppmenu2026_contacts .ftmenu {

}

.ppmenu2026_contacts .ftmenu ul {
    margin-bottom: 20px;
}
.ppmenu2026_contacts .ftmenu li {
    display: flex;
    margin-bottom: 20px;
}
.ppmenu2026_contacts .ftmenu li:last-child {
    margin-bottom: 0;
}

.ppmenu2026_contacts .ftmenu a {
    position: relative;
    display: inline-block;
}

.ppmenu2026_contacts .ftmenu a span {
    font-family: skodapro_medium;
    color: #4D4D4D;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}

.ppmenu2026_contacts .ftmenu a span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #4D4D4D;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
    height: 1px;
}
.ppmenu2026_contacts .ftmenu a:hover span:before {
    opacity: 1;
    bottom: -2px;
    background: #51B4C1;
}

.menucontent_mobile .ftmenu p,
.ppmenu2026_contacts .ftmenu p {
    text-align: right;
    color: #8A8A8A;
    font-size: 14px;
    line-height: 18px;
    font-family: skodapro_medium;
}
.menucontent_mobile .ftmenu p {
    text-align: left;
}

/* WTIME */
.ppmenu2026 .wtime,
.header2026 .wtime,
.topmenu2026 .wtime {
    color: #4D4D4D;
    font-family: skodapro_regular;
    font-size: 12px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    height: 20px;
    position: relative;
}
.ppmenu2026 .wtime {
    margin-bottom: 10px;
}
.topmenu2026 .wtime {
    height: 50px;
}
.ppmenu2026 .wtime:before,
.header2026 .wtime:before,
.topmenu2026 .wtime:before {
    display: block;
    content: "";
    background: url(/template/img/wtime.svg) center center no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Max & TG */
.menu2026_max,
.menu2026_tg {
    width: 40px;
    height: 40px;
    position: relative;
}
.menu2026_max {
    background: #9565EC;
}
.menu2026_tg {
    background: #049BE5;
}
.menu2026_max:before,
.menu2026_tg:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu2026_max:before {
    background: url(/template/img/menu2026/max.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.menu2026_tg:before {
    background: url(/template/img/menu2026/tg.svg) center center no-repeat;
    background-size: contain;
    width: 22px;
    height: 18px;
}

/* ContactPopup */
.mob_contact_data {
    width: 100%;
    border-top: 1px solid #DEDEDE;
    background: #fff;
    display: none;
}
.mob_contact_data .wrapper {
    width: 100%;
    padding: 10px 15px 15px 15px;
    display: flex;
    justify-content: space-between;
}
.mob_contact_data .contacts26 a,
.ppmenu2026 .contacts26 a {
    font-family: skodapro_bold;
    color: #51B4C1;
    font-size: 20px;
    line-height: 1em;
}
.ppmenu2026 .contacts26 a.mail26 {
    font-family: skodapro_medium;
    font-size: 18px;
    line-height: 20px;
    color: #4d4d4d;
}
.mob_contact_data .sc,
.ppmenu2026 .sc {
    padding-top: 10px;
    display: flex;
    gap: 10px;
}
.ppmenu2026 .sc {
    margin-bottom: 20px;
}

.ppmenu2026 .mob_contact_data .stdbutton {
    width: 150px;
}

.ppmenu2026 .menucontent_mobile .main_mobile .contacts26 {
    margin-bottom: 30px;
}


.ppmenu2026 .mobile_submenu {
    position: absolute;
    left: -100000px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    opacity: 0;
    transition: left 0s linear 0.3s, opacity 0.3s linear 0s;
}
.ppmenu2026 .mobile_submenu.sh {
    opacity: 1;
    left: 0;
    transition: left 0s linear 0s, opacity 0.3s linear 0s;
}

.ppmenu2026 .mobile_submenu .submenu_content {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.ppmenu2026 .mobile_submenu .submenu_content ul {
    width: 100%;
}
.ppmenu2026 .mobile_submenu .submenu_content ul li {
    width: 100%;
    margin-bottom: 20px;
}
.ppmenu2026 .mobile_submenu .submenu_content ul li:last-child {
    margin-bottom: 0;
}

.ppmenu2026 .mobile_submenu .goback_btn {
    display: block;
    background: transparent;
    border: none;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: left;

    font-family: skodapro_medium;
    color: #4D4D4D;
    font-size: 18px;
    line-height: 20px;
}
.ppmenu2026 .mobile_submenu .goback_btn:after {
    display: block;
    content: "";
    width: 11px;
    height: 10px;
    background: url(/template/img/menu2026/linkarrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

/* Standart */
.stdbutton {
    display: block;
    background: #51B4C1;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: skodapro_bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}
.stdbutton.inverse {
    background: #fff;
    border: 1px solid #46B3B9;
    color: #46B3B9;
}

.getcostbtn {
    margin-top: 30px;
    width: 100%;
}


/* FixedMenu */
.menu2026_fixed {
    position: fixed;
    left: 0;
    top: -100px;
    right: 0;
    height: 60px;
    z-index: 997;
    transition: 0.5s;
}
.menu2026_fixed.sh,
.menu2026_fixed.mobsh {
    top: 0;
}

.menu2026_fixed .left {
    display: flex;
    align-items: center;
}
.menu2026_fixed .right {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {


    .menu2026_fixed .wrapper,
    .topmenu2026_mid .wrapper {
        width: 720px;
        margin: 0 auto;
        padding: 0;
    }
    .mob_contact_data .wrapper {
        width: 720px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .ppmenu2026bg {
        position: fixed;
        z-index: 996;
        left: 0;
        top: 0;
        bottom: 0;
        background: #4D4D4D;
        opacity: 0;
        width: 0;
        transition: 0.5s;
    }
    .ppmenu2026bg.sh {
        width: 100%;
        opacity: 0.8;
    }

    .ppmenu2026 .menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #D2D2D2;
    }

    .ppmenu2026 .menu .left {
        display: flex;
        height: 60px;
        padding-left: 15px;
        align-items: center;
    }
    .ppmenu2026 .menu .right {
        display: flex;
        height: 60px;
        padding-right: 15px;
        align-items: center;
    }

    .ppmenu2026 .telwr {
        display: flex;
        align-items: center;
        height: 60px;
    }

    .ppmenu2026 .logowr {
        height: 60px;
        display: flex;
        align-items: center;
        margin-right: 35px;
    }

    .ppmenu2026 .closebtn {
        width: 130px;
        height: 40px;
        display: flex;
        align-items: center;
        padding-left: 47px;
        position: relative;
        background: #EFEFEF;
        cursor: pointer;
        margin-right: 20px;
    }
    .ppmenu2026 .closebtn:before {
        display: block;
        content: "";
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 15px;
        background: url(/template/img/menu2026/close.svg) center center no-repeat;
        background-size: contain;
    }
    .ppmenu2026 .closebtn span {
        font-family: skodapro_bold;
        color: #4D4D4D;
        font-size: 16px;
        line-height: 1em;
    }

    .ppmenu2026 .win {
        width: 1180px;
        height: calc(100vh - 150px);
        max-height: 540px;
    }

    /* MenuContent */
    .ppmenu2026 .menucontent {
        display: flex;
        flex: 1;
        overflow: hidden;
        min-height: 0;
    }

    .ppmenu2026 .main {
        width: 385px;
        max-width: 385px;
        border-right: 1px solid #D2D2D2;
        padding: 40px 10px 50px 50px;
        flex: 1;
        min-height: 0;
        position: relative;
    }

    .ppmenu2026 .main .scroll {
        width: 100%;
        padding-right: 15px;
        padding-bottom: 40px;
    }

    /* Блок контактов */
    .ppmenu2026 .ppmenu2026_contacts {
        width: 420px;
        padding-right: 50px;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .ppmenu2026 .promo {
        display: flex;
        justify-content: end;
        width: auto;
        margin-bottom: 0;
    }

    .ppmenu2026 .promo p.hint {
        position: absolute;
        transform: rotate(90deg);
        left: 13px;
        top: 52px;
        margin-bottom: 0;
    }

    .ppmenu2026 .promo_content {
        width: 280px;
    }

    .ppmenu2026_contacts .ftmenu li {
        justify-content: end;
        margin-bottom: 10px;
    }


    /* Header && menu */
    .topmenu2026 {
        display: block;
        width: 100%;
        background: #F3F3F3;
        height: 50px;
        position: relative;
    }

    .topmenu2026 .halign {
        padding-left: 90px;
        display: flex;
        justify-content: space-between;
    }

    .topmenu2026 .halign ul {
        display: flex;
        height: 50px;
        align-items: center;
        width: 610px;
        justify-content: space-between;
    }
    .topmenu2026 .halign ul a {
        font-family: skodapro_medium;
        font-size: 14px;
        line-height: 16px;
        color: #4D4D4D;
    }
    .topmenu2026 .halign ul a:hover {
        color: #46B3B9;
    }

    /* Location */
    .topmenu2026 .loc {
        display: block;
        position: absolute;
        left: 20px;
        padding-left: 35px;
        cursor: pointer;
        margin-top: 9px;
    }
    .topmenu2026 .loc:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 23px;
        height: 22px;
        background: url(/template/img/locarr.svg) no-repeat;
        background-size: contain;
    }
    .topmenu2026 .loc > p {
        font-family: skodapro_medium;
        font-size: 14px;
        line-height: 1em;
        position: relative;
        display: inline-block;
        letter-spacing: 1px;
    }
    .topmenu2026 .loc > p:after {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 2px;
        background: #51B4C1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .topmenu2026 .loc:hover > p:after {
        bottom: -4px;
    }
    .topmenu2026 .loc:hover > p {
        color: #51B4C1;
    }
    .topmenu2026 .loc .selloc {
        position: absolute;
        left: 35px;
        top: -400px;
        opacity: 0;
        -webkit-transition: top 0s linear 0.5s, opacity 0.5s linear 0s;
        -moz-transition: top 0s linear 0.5s, opacity 0.5s linear 0s;
        -ms-transition: top 0s linear 0.5s, opacity 0.5s linear 0s;
        -o-transition: top 0s linear 0.5s, opacity 0.5s linear 0s;
        transition: top 0s linear 0.5s, opacity 0.5s linear 0s;
        -webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.25);
        box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.25);
        background: #fff;
        padding: 20px 0 20px 20px;
        width: 160px;
        z-index: 90;
    }
    .topmenu2026 .loc .selloc:before {
        display: block;
        content: "";
        position: absolute;
        left: 25px;
        top:-10px;
        width: 0;
        height: 0;
        border-left:10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }
    .topmenu2026 .loc:hover .selloc,
    .topmenu2026 .loc .selloc:hover {
        opacity: 1;
        top: 40px;
        -webkit-transition: top 0s linear 0s, opacity 0.5s linear 0s;
        -moz-transition: top 0s linear 0s, opacity 0.5s linear 0s;
        -ms-transition: top 0s linear 0s, opacity 0.5s linear 0s;
        -o-transition: top 0s linear 0s, opacity 0.5s linear 0s;
        transition: top 0s linear 0s, opacity 0.5s linear 0s;
    }
    .topmenu2026 .loc .selloc p {
        font-family: skodapro_medium;
        font-size: 10px;
        color: #4D4D4D;
        margin-bottom: 10px;
    }
    .topmenu2026 .loc .selloc li {
        margin-bottom: 5px;
    }
    .topmenu2026 .loc .selloc li:last-child {
        margin-bottom: 0;
    }
    .topmenu2026 .loc .selloc li a {
        font-family: skodapro_medium;
        font-size: 14px;
        line-height: 1em;
        color: #A6A6A6;
    }
    .topmenu2026 .loc .selloc li.a a,
    .topmenu2026 .loc .selloc li a:hover {
        color: #4D4D4D;
    }

    /* MID MENU */
    .topmenu2026_mid {
        position: relative;
        overflow: visible;
    }
    .topmenu2026_mid:before {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 30px;
        background: #F3F3F3;
    }
    .menu2026_fixed .wrapper,
    .topmenu2026_mid .wrapper {
        width: 1180px;
        padding: 10px 10px 10px 15px;
        -webkit-box-shadow: 10px 10px 70px 0px #b6b6b6;
        -moz-box-shadow: 10px 10px 70px 0px #b6b6b6;
        box-shadow: 10px 10px 70px 0px #b6b6b6;
    }

    .menu2026_fixed .logowr,
    .topmenu2026_mid .logowr {
        margin-right: 35px;
    }

    .menu2026_fixed .telwr,
    .topmenu2026_mid .telwr {
        display: flex;
        align-items: center;
        height: 40px;
    }

    .menu2026_fixed .ttel,
    .topmenu2026_mid .ttel,
    .ppmenu2026 .ttel {
        display: inline-block;
        width: 160px;
        background: url(/template/img/ttel.svg) left top no-repeat;
        padding-left: 20px;
        margin-left:0;
    }
    .menu2026_fixed .ttel > a,
    .topmenu2026_mid .ttel > a,
    .ppmenu2026 .ttel > a {
        font-family: skodapro_bold;
        font-size: 16px;
        line-height: 1em;
        color: #4D4D4D;
        float: right;
        margin-bottom: 5px;
    }
    .menu2026_fixed .ttel > a:hover,
    .topmenu2026_mid .ttel > a:hover,
    .ppmenu2026 .ttel > a:hover {
        color: #51B4C1;
    }
    .menu2026_fixed .ttel p,
    .topmenu2026_mid .ttel p,
    .ppmenu2026 .ttel p {
        display: inline-block;
        float: right;
        font-family: skodapro_medium;
        font-size: 12px;
        line-height: 1em;
        color: #4D4D4D;
        text-transform: lowercase;
        letter-spacing: 0;
    }
    .menu2026_fixed .ttel p a,
    .topmenu2026_mid .ttel p a,
    .ppmenu2026 .ttel p a {
        font-family: skodapro_medium;
        font-size: 11px;
        line-height: 1em;
        text-decoration: underline;
        text-transform: lowercase;
        color: #51B4C1;
    }
    .menu2026_fixed .ttel p a:hover,
    .topmenu2026_mid .ttel p a:hover,
    .ppmenu2026 .ttel p a:hover {
        color: #4D4D4D;
    }

    /* Catalog button */
    .menu2026_fixed .catbutton,
    .topmenu2026_mid .catbutton {
        width: 130px;
        height: 100%;
        margin-right: 20px;
        background: #51B4C1;
        position: relative;
        padding-left: 55px;
        align-items: center;
        cursor: pointer;
        transition: 0.5s;
        flex-direction: row;
        justify-content: left;
    }
    .menu2026_fixed .catbutton:hover,
    .topmenu2026_mid .catbutton:hover {
        background: #208B95;
    }
    .menu2026_fixed .catbutton span:first-child,
    .topmenu2026_mid .catbutton span:first-child {
        position: absolute;
        left: 15px;
        top: 50%;
        width: 25px;
        height: 16px;
        margin: 0;
        transform: translateY(-50%);
    }
    .menu2026_fixed .catbutton span:first-child:before,
    .menu2026_fixed .catbutton span:first-child:after,
    .topmenu2026_mid .catbutton span:first-child:before,
    .topmenu2026_mid .catbutton span:first-child:after {
        position: absolute;
        display: block;
        background: #fff;
        content: "";
        left: 0;
        width: 100%;
        height: 2px;
    }
    .menu2026_fixed .catbutton span:first-child:before,
    .topmenu2026_mid .catbutton span:first-child:before {
        top: 0;
    }
    .menu2026_fixed .catbutton span:first-child:after,
    .topmenu2026_mid .catbutton span:first-child:after {
        bottom: 0;
    }

    .menu2026_fixed .catbutton span:first-child span,
    .topmenu2026_mid .catbutton span:first-child span {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 2px;
        width: 100%;
        background: #fff;
    }
    .menu2026_fixed .catbutton span:last-child,
    .topmenu2026_mid .catbutton span:last-child {
        color: #fff;
        font-family: skodapro_bold;
        font-size: 16px;
        line-height: 1em;
        display: inline;
        text-align: left;
		top: 0;
    }

    .menu2026_fixed .catbutton.sh span:first-child,
    .menu2026_fixed .catbutton.sh span:last-child {
        display: block;
    }

    .menu2026_fixed .catbutton.sh .close {
        display: none;
    }


    /* Calc button */
    .calcbutton2026 {
        width: 170px;
        height: 40px;
        border: 1px solid #979797;
        background: #ffffff;
        padding-left: 50px;
        display: flex;
        position: relative;
        align-items: center;
        cursor: pointer;
        transition: 0.5s;
        margin-right: 20px;
    }
    .calcbutton2026:before,
    .calcbutton2026:after {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s;
        margin: 0;
    }
    .calcbutton2026:after {
        display: block;
        background-image: url(/template/img/menu2026/ico15_wh.svg);
        opacity: 0;
    }

    .calcbutton2026 span {
        font-size: 16px;
        transition: 0.5s;
        top: 0;
    }

    .calcbutton2026:hover {
        border-color: #46B3B9;
        background: #46B3B9;
    }
    .calcbutton2026:hover:before {
        opacity: 0;
    }
    .calcbutton2026:hover:after {
        opacity: 1;
    }
    .calcbutton2026:hover span {
        color: #fff;
    }

    /* search */
    .menu2026_searchbtn {
        width: 40px;
        height: 40px;
        border: 1px solid #979797;
        background: #ffffff;
        position: relative;
        transition: 0.5s;
        cursor: pointer;
    }

    .menu2026_searchbtn:before,
    .menu2026_searchbtn:after {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        background: url(/template/img/menu2026/search.svg) center center no-repeat;
        background-size: contain;
    }
    .menu2026_searchbtn:after {
        background-image: url(/template/img/menu2026/search_wh.svg);
        opacity: 0;
    }

    .menu2026_searchbtn:hover {
        border-color: #46B3B9;
        background: #46B3B9;
    }
    .menu2026_searchbtn:hover:before {
        opacity: 0;
    }
    .menu2026_searchbtn:hover:after {
        opacity: 1;
    }

    /* Zamer Button */
    .menu2026_zamerbtn {
        width: 165px;
        height: 40px;
        background: #E51E31;
        padding-left: 60px;
        display: flex;
        align-items: center;
        color: #fff;
        cursor: pointer;
        position: relative;
        margin-left: 20px;
        transition: 0.5s;
    }
    .menu2026_zamerbtn:hover {
        background-color: #B71625;
    }
    .menu2026_zamerbtn:before {
        display: block;
        content: "";
        width: 30px;
        height: 23px;
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        background: url(/template/img/newmenu/zamer.svg) no-repeat;
        background-size: contain;
    }
    .menu2026_zamerbtn span {
        font-family: skodapro_bold;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
    }


    /* Bottom Menu */
    .topmenu2026_bot {
        display: block;
        width: 100%;
        height: 70px;
        padding-top: 15px;
    }
    .topmenu2026_bot .wrapper {
        width: 100%;
        height: 40px;
    }
    .topmenu2026_bot .wrapper > ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .topmenu2026_bot .wrapper > ul > li {
        height: 40px;
        position: relative;
        display: flex;
        align-items: center;
    }
    .topmenu2026_bot .wrapper > ul > li > a {
        padding-right: 15px;
        color: #4D4D4D;
        font-size: 16px;
        line-height: 16px;
        font-family: skodapro_medium;
        position: relative;
    }
    .topmenu2026_bot .wrapper > ul > li > a:before {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 5px;
        height: 10px;
        background: url(/template/img/newmenu/rarr.svg) center center no-repeat;
        background-size: contain;
        transition: 0.5s;
        transform: translateY(-50%) rotate(90deg);
    }
    .topmenu2026_bot .wrapper > ul > li:hover > a:before {
        transform: translateY(-50%) rotate(-90deg);
    }

    .topmenu2026_bot .wrapper > ul ul {
        display: block;
        width: 190px;
        position: absolute;
        left: -100000px;
        opacity: 0;
        top: 100%;
        z-index: 10;
        background: #fff;
        transition: left 0s linear 0.5s, opacity 0.5s linear 0s;
    }
    .topmenu2026_bot .wrapper > ul > li:hover ul {
        left: 0;
        opacity: 1;
        transition: left 0s linear 0s, opacity 0.5s linear 0s;
    }
    .topmenu2026_bot .wrapper > ul ul a {
        padding: 5px 10px 5px 12px;
        color: #4D4D4D;
        border-top: 1px solid #D2D2D2;
        text-decoration: none;
        display: block;
        width: 100%;
        font-size: 14px;
    }
    .topmenu2026_bot .wrapper > ul ul a:hover {
        background: #EAEAEA;
    }

    .mob_contact_data {
        display: none !important;
    }

    .menu2026_fixed.sh {
        top: 20px;
    }
    .menu2026_fixed.mobsh {
        top: -100px;
    }

    .menu2026_fixed .menu2026_max,
    .ppmenu2026 .menu2026_max,
    .header2026 .menu2026_max {
        margin-left: 10px;
    }
    .menu2026_fixed .menu2026_tg,
    .ppmenu2026 .menu2026_tg,
    .header2026 .menu2026_tg {
        margin-left: 20px;
    }

    .menucontent_mobile {
        display: none;
    }

    .stdbutton:hover {
        background: #208B95;
    }
    .stdbutton.inverse:hover {
        background: #208B95;
        border-color: #208B95;
        color: #fff;
    }

}

.ppwinsearch {
    z-index: 999 !important;
}