

/* Start:/local/templates/mynos/template_styles.css?16963384975771*/
.lang-switch {
    float: right;
    padding-top: 10px;
    margin-top: 11px;
    margin-left: 60px;
}

.lang-switch:after {
    clear: both;
    display: table;
    width: 0;
    height: 0;
}

.lang-switch a,
.lang-switch span{
    font: 500 14px/15px "Montserrat", sans-serif;
    color: #888888;
    text-transform: uppercase;
    display: inline-block;
}

.lang-switch a:hover,
.lang-switch a.active {
    color: #1f2531;
}

.rd-mobilepanel .lang-switch {
    line-height: 48px;
    position: fixed;
    top: 5px;
    right: 15px;
}

@media (max-width: 767px) {
    .stuck_container .lang-switch {
        display: none;
    }
}

.zpb-0 {
    padding-bottom: 0 !important;
}

.zpt-40 {
    padding-top: 40px !important;
}


.z-with-photo-block {
    display: flex;
    flex-wrap: wrap;
}

.z-with-photo-block h6 a,
.z-main-page-block3 h6 a {
    color: #000000;
}

.z-with-photo-block .grid_4 {
    position: relative;
    padding-bottom: 65px;
}

.z-with-photo-block .btn-full {
    position: absolute;
    left: 0;
    bottom: 0;
}

.btn-full {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500 !important;
}

.blue-border-block {
    border-top: 10px solid #009DA6;
    border-bottom: 10px solid #009DA6;
}

@media (max-width: 767px) {
    .blue-border-block {
        border-top: 5px solid #009DA6;
        border-bottom: 5px solid #009DA6;
    }

    .social-list {
        text-align: center;
    }
}

.z-black {
    color: #000000 !important;
}

.z-reviews-block {
    background: #F6F1EC;
    color: #000000;
}

.z-reviews-block .owl-nav .owl-next:before, .z-reviews-block .owl-nav .owl-prev:before {
    color: #000000;
}

.z-reviews-block .owl-nav .owl-next:hover:before, .z-reviews-block .owl-nav .owl-prev:hover:before {
    color: #009DA6;
}

.list-wr:before {
    content: '' !important;
}

.z-copyright {
    padding-left: 30px;
}

.z-flx-block {
    min-height: 220px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer a:hover {
    color: #b3b0ae !important;
}

.menu-page-list {
    display: flex;
}

.menu-page-item {
    position: relative;
    height: 800px;
    width: 50%;
    overflow: hidden;
}

.menu-page-item * {
    transition: all 1s ease-out;
}

.menu-page-item__title {
    position: absolute;
    width: 84px;
    height: 46px;
    left: calc(50% - 84px/2);
    top: calc(50% - 46px/2);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.menu-page-item__image {
    position: absolute;
    width: 1200px;
    height: 800px;
    left: calc(50% - 1200px/2);
    top: calc(50% - 800px/2);
    background-size: contain !important;
}

.menu-page-item__image_one {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/menu-one.jpg') center center;
}

.menu-page-item__image_two {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/menu-two.jpg') center center;
}

.menu-page-item__shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    background: radial-gradient(52.5% 50.06% at 52.5% 49.94%, rgba(0, 0, 0, 0) 27.6%, rgba(0, 0, 0, 0.7) 100%);
}

.menu-page-item:hover .menu-page-item__image {
    transform:scale(1.35);
}

.menu-page-item:hover .menu-page-item__image_one {
    background: url('/images/menu-one.jpg');
}

.menu-page-item:hover .menu-page-item__image_two {
    background: url('/images/menu-two.jpg');
}

.menu-page-item:hover .menu-page-item__title {
    top: calc(50% - 46px/2 + 330px);
}

.menu-page-item:hover .menu-page-item__shadow {
    background: radial-gradient(44.35% 50% at 50% 50%, rgba(0, 0, 0, 0) 26.4%, rgba(0, 0, 0, 0.7) 100%);
}

@media (max-width: 1024px) {
    .menu-page-item {
        height: 426px;
    }

    .menu-page-item__title {
        position: absolute;
        width: 84px;
        height: 24px;
        left: calc(50% - 84px/2);
        top: calc(50% - 24px/2);
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .menu-page-item:hover .menu-page-item__title {
        top: calc(50% - 24px/2 + 165px);
    }

    .menu-page-item__image {
        position: absolute;
        width: 640px;
        height: 426px;
        left: calc(50% - 640px/2);
        top: calc(50% - 426px/2);
    }

}

@media (max-width: 468px) {
    .menu-page-list {
        flex-direction: column;
    }

    .menu-page-item {
        width: 100%;
        height: 300px;
    }

    .menu-page-item__title {
        position: absolute;
        width: 84px;
        height: 20px;
        left: calc(50% - 84px/2);
        top: calc(50% - 20px/2);
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .menu-page-item:hover .menu-page-item__title {
        top: calc(50% - 20px/2 + 125px);
    }

    .menu-page-item__image {
        position: absolute;
        width: 457px;
        height: 305px;
        left: calc(50% - 457px/2);
        top: calc(50% - 305px/2);
    }

}
/* End */
/* /local/templates/mynos/template_styles.css?16963384975771 */
