
:root {
    --mosh-dark: #353d38;
    --mosh-dark-light: #353d38cc;
    --mosh-black: #232323;
    --background-green: #c5c0ae;
    --background-700: #F8B494;
    --background-600: #3f3f28;
    --background-dark: #210B03;
    --background: #FFEEE6;
    --mosh-red-dark: #b13d22;
    --mosh-red: #a0321c;
    --mosh-red-light: #af625130;
    --mosh-red-lighter: #af62510a;
    --mosh-gray-light: #eeeeee78;
    --white: #fff;
  
}

@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Regular'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Roboto Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Thin Italic'), url('../fonts/Roboto/Roboto-ThinItalic.woff') format('woff');
}



body {
    font-family: 'Roboto Regular', Arial, "Times New Roman", Times, serif;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: var(--mosh-black);
    color: var(--mosh-dark);
    position: relative;
    font-size: 14px;
}

.site_content {
   
    top: 130px;
}

@media (max-width: 992px) {
    .site_content {
        top: 125px;
    }
}



a {
    color: var(--mosh-dark) !important
}
a:hover {
    color: var(--mosh-red) !important;
}

.text-black {
    color: var(--mosh-dark) !important
}

.text-white {
    color: #fafafa !important;
}

.text-red {
    color: var(--mosh-red-dark) !important;
}

.text-bold {
  /*  font-weight: 700 !important;*/
    font-weight: 600 !important;
}

text-center {
    text-align: center;
}
text-right {
    text-align: right;
}

text-left {
    text-align: left;
}

.site_content img {
  
}
    .site_content img:hover,
    .site_content img:focus {
        transition: filter 0.4s ease; 
        filter: sepia(20%) saturate(150%) hue-rotate(-10deg) brightness(100%);
    }

/*

.container,
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
*/
/*.row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
}
    .row > * {
        padding-right: 0px;
        padding-left: 0px;
    }
  */

.row {
    --bs-gutter-x: 0rem;
    --bs-gutter-x: 0rem;
    margin-left: 0;
    margin-right: 0;
}
.row > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}
/******  MENU ********/
    .menutype2 {
    z-index: 1000;
    width: 100%;
    position: relative;
}

    .menutype2 .dropdown-item:before {
    /*    font-family: Moririse2 !important;*/
        content: "\e966";
        display: inline-block;
        width: 0;
        position: absolute;
        left: 1rem;
        top: 0.5rem;
        margin-right: 0.5rem;
        line-height: 1;
        font-size: inherit;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        transform: scale(0, 1);
        transition: all 0.25s ease-in-out;
    }


.menutype2 .navbar-nav {
    margin: auto;
    margin-left: 0;
    width: 80%;
}

.menutype2 .content-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.menutype2 .navbar-nav .nav-item {
    position: relative;
    padding: 2px !important;
    transition: .3s all !important;
  
}

@media (max-width: 992px) {
    .menutype2 .navbar-nav .nav-item {
        padding-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .menutype2 .content-wrap {
        width: 100%;
    }

    .menutype2 .navbar-nav {
        width: 100%;
    }

    .menutype2 .navbar-toggler {
        transform: scale(0.8);
    }

    .menutype2 .navbar-nav .nav-item {
        margin: 0 auto;
        margin-right: 0;
    }
}

.menutype2 .navbar-nav .nav-item::before {
    content: '';
    background-color: var(--mosh-dark);
    background-color: var(--white);
    transition: all .5s ease;
}

@media (max-width: 992px) {
    .menutype2 .navbar-nav .nav-item::before {
        display: none;
    }
}

.menutype2 .navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    background-color: var(--mosh-dark);
    background-color: var(--white);
    transition: all .5s ease;
}

@media (max-width: 992px) {
    .menutype2 .navbar-nav .nav-item::after {
        display: none;
    }
}

.menutype2 .navbar-nav .nav-item:hover::before {
    width: 100%;
}

.menutype2 .navbar-nav .nav-item:hover::after {
    width: 100%;
}

.menutype2 .navbar-nav .nav-item .nav-link {
    /*font-family: 'Roboto Regular', sans-serif;*/
    position: relative;
    padding: 5px !important;
    transition: .3s all !important;
/*    border-bottom: 2px solid var(--mosh-red);*/
    letter-spacing: 1px;
    font-weight: 600;
    /*font-size: 1.3rem;*/
}

    .menutype2 .navbar-nav .nav-item .nav-link.active,
    .menutype2 .navbar-nav .nav-item .nav-link:hover {
 
        border-bottom: 2px solid var(--mosh-red);
        color:var(--white) !important;
        font-weight: 700;
    }

@media (max-width: 992px) {
    .menutype2 .navbar-nav .nav-item .nav-link {
        padding: 10px 10px 10px 0 !important;
    }
}

.menutype2 .navbar-nav .open .nav-link::after {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .menutype2 .navbar-nav .open .nav-link::before {
        content: "";
        width: 100%;
        height: 20px;
        top: 100%;
        background: transparent;
        position: absolute;
    }
}

.menutype2 .navbar-nav .dropdown-item {
    padding: 14px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: .3s all !important;
    background: var(--background-green);
}

.menutype2 .nav-link {
    width: fit-content;
    position: relative;
}

.menutype2 .navbar-logo {
    padding-left: 0;
    margin: 0 !important;
    border-radius: 5px !important;
}

.menutype2 .navbar-caption {
    padding-left: .5rem;
    padding-right: 20px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .menutype2 .navbar-caption {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .menutype2 .nav-dropdown {
        padding-bottom: 0.5rem;
    }
}

.menutype2 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    transition: .3s all;
}

.menutype2 .container,
.menutype2 .container-fluid {
    display: flex;
    /*height: 60px;*/
    padding: 0px 0px 0px 10px; 
    flex-wrap: nowrap;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (max-width: 1750px) {
    .menutype2 .container,
    .menutype2 .container-fluid {
        padding-left: clamp(0px, 10vw, 140px);
    }
}

@media (max-width: 1450px) {
    .menutype2 .container,
    .menutype2 .container-fluid {
        padding-left: clamp(0px, 13vw, 180px);
     
    }
}
@media (max-width: 1380px) {
    .menutype2 .container,
    .menutype2 .container-fluid {
        padding-left: clamp(0px, 12vw, 180px);
      
    }
}

@media (max-width: 1270px) {
    .menutype2 .container,
    .menutype2 .container-fluid {
        padding-left: clamp(0px, 15vw, 160px);
      
    }
}
@media (max-width: 992px) {

    .menutype2 .container,
    .menutype2 .container-fluid {
        padding: 0.5rem 15px 0.5rem 15px;
        /*padding-right: 2rem;*/
        box-shadow: none;
    }
}

@media (max-width: 767px) {

    .menutype2 .container,
    .menutype2 .container-fluid {
     /*   width: 95%;*/
      /*  height: 56px !important;*/
        padding-right: 1rem;
        margin-top: 0rem;
    }
}



/*@media (min-width: 1450px) {
    .menutype2 .container, .menutype2 .container-fluid {
        padding: 0px 0px 0px 10%;
    }
}*/
.menutype2 .container-fluid {
    margin-left: 44px;
    margin-right: 44px;
}

@media (max-width: 1440px) {
    .menutype2 .container-fluid {
        margin-left: 32px;
        margin-right: 32px;
    }
}

@media (max-width: 992px) {
    .menutype2 .container-fluid {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.menutype2 .iconfont-wrapper {
    color: var(--background-green) !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease-in-out;
}

    .menutype2 .iconfont-wrapper:hover {
        opacity: .6;
    }

.menutype2 .dropdown-menu {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 0 !important;
    border-radius: 1rem;
    transition: .3s all !important;
    min-width: auto;
}

.menutype2 .nav-item:focus,
.menutype2 .nav-link:focus {
    outline: none;
}

.menutype2 .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

    .menutype2 .dropdown .dropdown-menu .dropdown-item::after {
        right: 0.5rem;
    }

    .menutype2 .dropdown .dropdown-menu .dropdown-item .mosh-iconfont {
        margin-right: 0.5rem;
        vertical-align: sub;
    }

        .menutype2 .dropdown .dropdown-menu .dropdown-item .mosh-iconfont:before {
            display: inline-block;
            transform: scale(1, 1);
            transition: all 0.25s ease-in-out;
        }

.menutype2 .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.menutype2 .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.menutype2 .navbar {
    min-height: 90px;
    transition: all 0.3s;
  
    padding: 0 !important;
  
    border-radius: 0 !important;
    background-color: var(--mosh-dark);
    /* background: url(../images/wall_red.png);
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
    position: fixed;
    width: 100%;
}

    .menutype2 .navbar.opened {
        transition: all 0.3s;
    }

    .menutype2 .navbar .dropdown-item {
        padding: 0.5rem 1.8rem;
    }

    .menutype2 .navbar .navbar-logo img {
        width: auto;
    }

    .menutype2 .navbar .navbar-collapse {
        z-index: 1;
        justify-content: space-between;
    }

    .menutype2 .navbar.collapsed {
        justify-content: center;
    }

        .menutype2 .navbar.collapsed .nav-item .nav-link::before {
            display: none;
        }

        .menutype2 .navbar.collapsed.opened .dropdown-menu {
            top: 0;
        }

@media (min-width: 992px) {
    .menutype2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(98.5vh - 3.5rem);
    }
}

.menutype2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.menutype2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.menutype2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.menutype2 .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.menutype2 .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

.menutype2 .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .menutype2 .navbar {
        min-height: 72px;
    }

        .menutype2 .navbar .navbar-logo img {
            height: 2rem !important;
        }
}

@media (max-width: 991px) {
    .menutype2 .navbar .nav-item .nav-link::before {
        display: none;
    }

    .menutype2 .navbar.opened .dropdown-menu {
        top: 0;
    }

    .menutype2 .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .menutype2 .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .menutype2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .menutype2 .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }



    .menutype2 .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .menutype2 .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0;
    }
}


.menutype2 .dropdown-item.active,
.menutype2 .dropdown-item:active {
    background-color: transparent;
}


.menutype2 .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

    .menutype2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
        margin-right: 0;
        padding: 0.667em 1.667em;
    }

.menutype2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: transparent;
    top: 2.5rem;
}

@media (max-width: 992px) {
    .menutype2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
        top: 0;
    }
}

.menutype2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 95%;
    transform: none;
    top: 0;
}

.menutype2 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
}

.menutype2 ul.navbar-nav {
    flex-wrap: wrap;
}

.menutype2 .navbar-buttons {
    text-align: center;
    min-width: 140px;
}

@media (max-width: 992px) {
    .menutype2 .navbar-buttons {
        text-align: left;
    }
}

.menutype2 button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

    .menutype2 button.navbar-toggler .hamburger span {
        position: absolute;
        right: 0;
        width: 30px;
        height: 2px;
        border-right: 5px;
        background-color: var(--white);
    }

        .menutype2 button.navbar-toggler .hamburger span:nth-child(1) {
            top: 0;
            transition: all 0.2s;
        }

        .menutype2 button.navbar-toggler .hamburger span:nth-child(2) {
            top: 8px;
            transition: all 0.15s;
        }

        .menutype2 button.navbar-toggler .hamburger span:nth-child(3) {
            top: 8px;
            transition: all 0.15s;
        }

        .menutype2 button.navbar-toggler .hamburger span:nth-child(4) {
            top: 16px;
            transition: all 0.2s;
        }

.menutype2 nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.menutype2 nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.menutype2 nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.menutype2 nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.menutype2 .navbar-dropdown {
    padding: 0 1rem;
}

.menutype2 a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menutype2 .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

@media (max-width: 992px) {
    .menutype2 .icons-menu {
        justify-content: flex-end;
        margin-bottom: .5rem;
    }
}

.menutype2 .icons-menu .iconfont-wrapper {
    padding-right: 7px;
    
}

    .menutype2 .icons-menu .iconfont-wrapper .mosh-iconfont {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        width: 32px;
        height: 32px;     
        border-radius: 100%;
        color: var(--white);
        border-radius: 100%;
        background-color: var(--mosh-red-dark);        
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menutype2 .navbar {
        height: 70px;
    }

        .menutype2 .navbar.opened {
            height: auto;
        }
}

.menutype2 .navbar .dropdown > .dropdown-menu {
    display: none;
    width: max-content;
    max-width: 500px !important;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    left: 50%;
}

    .menutype2 .navbar .dropdown > .dropdown-menu .dropdown-item {
        line-height: 1 !important;
        margin-bottom: 9px !important;
    }

@media (max-width: 992px) {
    .menutype2 .navbar .dropdown > .dropdown-menu .dropdown-item {
        margin-bottom: 0;
    }
}

.menutype2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
}

    .menutype2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
        display: inline-block;
        position: static;
        margin-left: 0.6rem;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        transition: .3s all;
        transform: rotate(-90deg);
    }

.menutype2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(0deg);
}

.menutype2 .mosh-section-btn {
    margin: -0.6rem -0.6rem;
}

    .menutype2 .mosh-section-btn .btn {
        white-space: nowrap;
        width: auto;
        min-height: 65px;
    }

@media (max-width: 575px) {
    .menutype2 .mosh-section-btn .btn {
        width: auto !important;
    }
}

.menutype2 .navbar-toggler {
    margin-left: 12px;
    margin-right: 8px;
    order: 1000;
}

@media (max-width: 991px) {


    .menutype2 .navbar-collapse {
        z-index: -1 !important;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        padding: 10px;
        /* border-radius: 1.5rem; */
        background: var(--mosh-dark);
    }


    .menutype2 .navbar .dropdown > .dropdown-menu {
        max-width: 100% !important;
        transform: translateX(0);
        top: 10px;
        left: 0;
        padding: 0 !important;
        border-radius: 1rem;
        background-color: transparent !important;
    }

        .menutype2 .navbar .dropdown > .dropdown-menu .dropdown-item {
            padding: 10px 10px 10px 0 !important;
            line-height: 1 !important;
            margin-bottom: 4px !important;
        }

        .menutype2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
            align-items: center;
            display: flex;
            height: max-content !important;
            min-height: max-content !important;
        }

            .menutype2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
                display: inline-block;
                position: static;
                margin-left: 0.5rem;
                margin-top: 0;
                margin-right: 0;
                margin-bottom: 0;
                transition: .3s all;
                transform: rotate(0deg);
            }

        .menutype2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
            transform: rotate(180deg);
        }

        .menutype2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
            position: static;
            width: 100%;
            max-width: 100% !important;
            transform: translateX(0) !important;
            top: 0;
            left: 0;
            padding: 8px !important;
            padding-left: 0 !important;
            margin-left: 0;
            border-radius: 1rem;
            background-color: transparent;
        }

    .menutype2 .navbar .dropdown.open > .dropdown-menu {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
 /*   .menutype2 .navbar-collapse {
        padding: 1rem;
    }*/
}



@media (max-width: 992px) {
    .menutype2 .content-wrap {
        display: block;
    }
}

.menutype2 .nav-link,
.menutype2 .dropdown-item {
    color: var(--background-dark);
}

.marquee-media {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 50;
}

.marquee-inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: inherit;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
}

.marquee-logo img {
    margin: 0 auto;
    width: 14rem;
    position: fixed;
    transition: filter 0.4s ease;
    filter: sepia(20%) saturate(150%) hue-rotate(-10deg) brightness(100%);
}


@media (max-width: 767px) {
    .marquee-logo img {
        width: 10rem;
    }
}
 
/******  MENU END  ********/
/******  main-section ********/

.main-section {
    padding-top: 3.5rem;
    top: -75px;
   
    width: 100%;
    display: flex;
}


    .main-section .category_flow .row {
        border: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .main-section .mosh-overlay {
        background-color: rgb(85 83 64);
        background-color: rgb(62 60 52);
        background-color: rgb(100 90 75);
        background-color: rgb(182 176 163);
        background-color: var(--background-green);
    }


    @media (min-width: 768px) {
    .main-section {
        align-items: center;
    }

        .main-section .row {
            justify-content: center;
        }

        .main-section .content-wrap {
            padding: 3rem 0rem 0rem;
        }
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-section .content-wrap {
        min-width: 50%;
    }
}

@media (max-width: 767px) {
    .main-section {
        -webkit-align-items: center;
        align-items: flex-end;
    }

        .main-section .mosh-row {
            -webkit-justify-content: center;
            justify-content: center;
        }

        .main-section .content-wrap {
            width: 100%;
        }
}

.main-section .mosh-section-title,
.main-section .mosh-section-subtitle {
    text-align: left;
}

.main-section img {
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}
/******  main-section END********/

/******  main-news ********/
.main-news .container_fluid,
.main-reviews .container_fluid {
    width:97%;
    margin: 0 auto;
}


@media (max-width: 767px) {
    .main-news .container_fluid,
    .main-reviews .container_fluid {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: auto;
        margin-left: auto;
    }

    .container, .container-fluid {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: auto;
        margin-left: auto;
    }


    .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
   /* .row > [class*=col] {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }*/

    .news_box .row > [class*=col] {
        padding-right: 1rem;
    }
  
}

@media (max-width: 991px) {
    .main-news .latest_news {
        margin-bottom: 2rem;
    }

    .main-news div.advert {
    }
}
@media (max-width: 767px) {

    .main-news .news_box,
    .main-news .protaseis_box {
        margin-bottom: 2rem;
    }
}
/******  main-newsw END ********/


/******  main-reviews start ********/

.main-reviews {
    margin: 4rem auto;
}

.main-reviews .category_flow {
    padding: 0 !important
}
.main-reviews .category_flow .row {
    border: 0 !important;
}

.main-reviews .category_flow .main img,
.main-reviews .category_flow .main .item-img {
    height: 300px;
    object-fit: cover;
}

.main-reviews .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    border-radius: 50%;
}


.main-reviews .category_flow .item-wrapper.main .item-content {
    height: 170px;
}
@media (max-width: 767px) {

    .main-reviews .category_flow .item-wrapper.main .item-content {
        height: 100%;
    }


}
/******  main-reviews END ********/

/******  main-live start ********/
.main-live {
    background: #c5c0ae;
    padding-top: 2rem;
    margin: 4rem auto;
}
/*.main-live .container_fluid {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}*/
.main-live .category_flow {
    padding: 0 !important
}
.main-live .category_flow .row {
    border: 0 !important;
}
.main-live .category_flow .main.col-cards img,
.main-live .category_flow .main.col-cards .item-img
{
    height: 400px;
    object-fit: cover;
}

/******  main-live END ********/


/******** main-tag ***************/

.main-tag .category_flow {
    /*   
    border-top: 1px solid var(--mosh-red);
    border-bottom: 1px solid var(--mosh-red);*/
    /*background: var(--mosh-red-light);
    background: #eee;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*  border-top: 1px solid var(--mosh-dark);
    border-bottom: 1px solid var(--mosh-dark);*/
}

.main-tag .category_flow .row {
    /*  background: var(--mosh-red-light); */
    margin-bottom: 0;
    /* padding-bottom: 0;*/
}

.main-tag .category_flow .row.col-cards {
    padding-bottom: 0;
}
.main-tag .category_flow .item-wrapper .row {
    border-bottom: 0;
}

.main-tag .category_flow .item:first-child {
    padding-bottom: 0;
}

.main-tag .category_flow .item {
    margin-bottom: 0;
}


/*.main-tag .row > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}*/

.main-tag.articles .category_flow {
    padding-bottom: 0;
}

.main-tag.articles .category_flow {
    /* background: var(--mosh-red-light);*/
    background: #eee;   
}

.main-tag.articles .row:nth-child(2) {
    /*    border-top: 1px solid var(--mosh-red);
    border-bottom: 1px solid var(--mosh-red);*/
    /* border-top: 1px solid var(--mosh-dark);
    border-bottom: 1px solid var(--mosh-dark);*/
}

@media (max-width: 1199px) {

    .main-tag .category_flow {
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .main-tag.articles {
        /*background: #eee;*/
        padding-top: 2rem;
    }
    .main-tag .category_flow .item {
        margin-bottom: 1rem;
    }
    
    .main-tag.articles .row.col-cards .item:first-child {
        border-bottom: 1px solid var(--mosh-dark);
    }
}

/******** main-tag END***************/


/******** main-stories ***************/
.main-stories {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .main-stories .items-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 900px;
        margin: 0 auto;
    }



/******** main-stories END***************/

.content-head {
    font-family: 'Roboto Bold', Arial, "Times New Roman", Times, serif;
    font-weight: 600;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    width: 100%;
}
    .content-head a label {
        color: var(--mosh-red);
    }

/******  latest_news ********/

.latest_news {
   /* padding: 3rem;*/
    padding-bottom: 0rem;
   /* border-right: 1px solid #69693b;*/
    background-color: var(--white);
}

.latest_news .mosh-fallback-image.disabled {
    display: none;
}

.latest_news .mosh-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


.latest_news .item-wrapper {
    display: flex;
    margin-bottom: 1.5rem;
}


.latest_news .card-title a {
    font-size: 15px;
}
.latest_news .card-text {
    font-size: 12px;
}

.latest_news .card-text:last-child {
    margin-bottom: 0;
}

.latest_news .img-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}

.latest_news .card-date {
    font-size: 0.8rem;
    color: #454545;
    margin-bottom: 0;
}

.latest_news .card-date svg {
    width: 13px;
}

.latest_news img,
.latest_news .item-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

@media (max-width: 767px) {
    .latest_news .img-wrapper {
        padding-left: 0rem;
    }
}

/******  latest_news END ********/
/******  editorial - featurescols_3 ********/
section.editorial {
    padding: 1rem;
    border-right: 1px solid var(--mosh-dark);
    height: 100%;
}

section.main.editorial .item-wrapper {
    border-radius: 0rem !important;
}

section.main.editorial .item-img {
    position: absolute;
}
    section.main.editorial .item-content {
    position: absolute;
    z-index: 0;
    min-height: 100%;
    min-width: 100%;
   /* box-shadow: inset 0px 0px 50px 30px var(--white)f;*/
    /*border-radius: 0px !important;*/
}

section.main.editorial .item-title {
    color: var(--white);
    font-size: 3rem;
    transform: rotate(40deg);
    -webkit-transform: rotate(340deg);
    margin: 40% 20%;
}

section.main.editorial .item-title a {
    color: var(--white) !important;
}
section.main.editorial .item-title a:hover {
    color: var(--mosh-red) !important;
}

section.featurescols_3 {    
    margin-bottom: 2rem;
}
/******  editorial - featurescols_3 END ********/

/*****Protaseis Box ***/


.protaseis_box {
    border: 3px solid #b13d22;
    text-align: center;
    width: 85%;
    margin: 0 auto;
  /*  border-radius: 15px;*/
    max-width: 350px;
}

@@media (max-width: 992px) {
    .protaseis_box {
        margin-top: 2rem;
    }
}

.protaseis_box_logo {
    display: inline-block;
    padding-inline: 10px;
    padding-block: 20px 15px;
    background-color: #fff;
}

.protaseis_box_logo-wrapper {
    margin-top: -50px;
    display: flex;
    justify-content: space-around;
}

.protaseis_box .tag.category {
    margin: 10px 5px 0px 0px;
}
.protaseis_box_header h2 {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-style: normal;
   
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    line-height: 47px;
    letter-spacing: 2px;
    color: #353d38;
}

.protaseis_box_subHeader h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 15px 0 30px;
    margin: 0;
    color: #353d38;
}

.protaseis_box_articles {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    /*  margin-top: 35px; */
}

.protaseis_box_article {
    margin: 0 20px;
}

.protaseis_box_article-header {
    position: absolute;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: rgb(0 0 0 / 40%);
    z-index: 9;
}

    .protaseis_box_article-header a {
        color: #fff !important;
        font-family: "Ubuntu", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 21px;
        text-align: center;
        line-height: 40px;
        letter-spacing: 1px;
    }

.protaseis_box_article-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.protaseis_box_article img {
    aspect-ratio: 1;
    border-radius: 15px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}

.protaseis_box_article-tilte {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3rem;
    text-align: center;
    padding: 10px 0px;
    color: #353d38;
    margin: 0;
}

.protaseis_box_article-subtilte {
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
    color: #353d38;
}

/*****Protaseis Box END ****/

/*****News Box ****/
.news_box {
    max-width: 380px;
    padding: 10px 15px !important;
    border: 1px solid var(--mosh-red) !important;
    margin: 0 auto;
    margin-bottom: 3rem !important;
}

    .news_box .header {
        font-size: 25px;
        border-bottom: 5px solid var(--mosh-red);
        color: var(--mosh-red);
        padding-bottom: 5px;
    }


    .news_box .date {
        text-align: left;
    }

        .news_box .date svg {
            width: 10px;
        }

    .news_box img {
        aspect-ratio: 1 !important;
        height: 100px;
        object-fit: cover;
    }

    .news_box .title {
        display: inline-block;
        text-align: left;
        font-size: 13px;
        line-height: 1.15rem;
    }

    .news_box .row {
        border-bottom: 0px !important;
    }


        .news_box .row:hover {
            background-color: var(--mosh-red-lighter);
        }

    .news_box .col {
        padding-left: 0px;
        text-align: left;
    }

@media (max-width: 767px) {

    .story .news_box,
    .story .protaseis_box {
        margin-top: 2rem;
    }
}


/*****News Box END ****/



/******  advert ********/

div.advert {
   /* padding: 0 1rem 1rem 1rem;*/
    background: #eeeeee40;
    text-align: center;
    font-size: small;
    color: darkgrey;
    height: 100%;  
}

div.advert img {
    max-width:300px;
    min-height:300px;
    max-height:600px;
    height:auto;
    margin: 0 auto;
    aspect-ratio: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    margin:0 auto;
}

div.advert.horizontal {
    min-height: 600px;
}

div.advert.horizontal img {
    width: -webkit-fill-available;
    max-height: 300px;
    object-fit: cover;
}
    div.advert.main_right{
        padding:0px;
    }

    div.advert.main_right img {
        top: 0;
        margin: 0 auto;
        width: 300px;
        position: -webkit-sticky;
        position: sticky;
        max-width: auto;
        aspect-ratio: auto;
    }

div.box {
    border: 1px solid var(--mosh-gray-light);
    margin: 0rem auto;
    padding: 2rem;
    background: transparent;
    text-align: center;
    font-size: small;
    color: darkgrey;
    width: 95%;
}


div.box.category_image {
    height: auto;
}

.box.wayback {
    background: var(--mosh-dark);
    background: linear-gradient(271deg, var(--mosh-dark) 0%, var(--white) 39%);
    background: -webkit-linear-gradient(270deg, var(--mosh-dark) 0%, var(--white) 39%);
    background: -moz-linear-gradient(271deg,var(--mosh-dark) 0%, var(--white) 39%);
    background: -webkit-linear-gradient(270deg, var(--mosh-dark) 15%, var(--white) 39%);
}
    .box.wayback.red {
        background: var(--mosh-red-dark);
        background: linear-gradient(271deg, var(--mosh-red-dark) 0, var(--white) 39%);
        background: -webkit-linear-gradient(270deg, var(--mosh-red-dark) 0, var(--white) 39%);
        background: -moz-linear-gradient(271deg,var(--mosh-red-dark) 0%, var(--white) 39%);
    }

div.box.black {
    border: 1px solid var(--mosh-gray-light);
    margin: 0rem auto;
    padding: 2rem;
    background: var(--mosh-dark);
    text-align: center;
    font-size: small;
    color: darkgrey;
}


div.box img{
    aspect-ratio: auto;
}

/******  advert END ********/


/******  category_flow ********/
.category_flow {

    padding-bottom: 1rem;

}


    .category_flow img {
        transition: all 0.3s ease-in-out;
    }

    .category_flow img,
    .category_flow .item-img {
        height: 100%;
        object-fit: cover;
        aspect-ratio: 16 / 9;
    }
   
    .category_flow .item:focus,
    .category_flow span:focus {
        outline: none;
    }

    .category_flow .item {
        margin-bottom: 1rem;
    }

  
    .category_flow .item-category a {
        background-color: var(--mosh-black);
        padding: 5px 10px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        color:#fff !important;
    }

 



    @media (max-width: 767px) {
        .category_flow .item {
            margin-bottom: 1rem;
        }
    }

    .category_flow .item-wrapper {
        position: relative;
        border-radius: 4px;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
    }

    .category_flow .item-wrapper.horizontal {
        flex-flow: row nowrap;
        display: inline;
    }


    .category_flow .item-wrapper.horizontal.reverse .row {
        flex-direction: row-reverse;
    }

.category_flow .item-wrapper.main .item-content {
    position: relative;
    background: #262825;
   
    padding: 10px 20px;
}
    .category_flow .main .item-wrapper .item-content .item-summary,
    .category_flow .item-wrapper.main .item-content .item-summary {
        color: #d5d5d5;
    }

    .category_flow .content-head {
        max-width: 800px;
    }

    .category_flow.card .item-wrapper {
        background: var(--background-green);
        /*color: var(--white);*/
    }

    .category_flow.card .item-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .category_flow .item-date {
        font-size: 0.8rem;
        color: #454545;
    }
    .category_flow .item-date svg {
        width: 13px;
    }

    .category_flow .row {  
 /*   border-bottom: 1px solid var(--mosh-red-light);*/
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.category_flow .item-wrapper .row {
    border-bottom: 1px solid var(--mosh-red-light);
}
.category_flow .main.col-cards {
    border-bottom: 1px solid var(--mosh-red-light);
}
.category_flow .main figure {
    position: relative;
    height: 100%;
}


    .category_flow .main img,
    .category_flow .main .item-img {
        position: relative;
        height: 100%;
        aspect-ratio: 16 / 9;
       /* background: #0000000a;*/
    }
    .category_flow .main img::after, .category_flow .main .item-img ::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    }

.category_flow .row h2 {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: .5rem;
}

.category_flow .item-wrapper.main h2 {
    font-size: 1.15rem;
    color: #fff;
}

@media (max-width: 767px) {

    .category_flow .row h2,
    .category_flow .item-wrapper.main h2 {
        font-size: 1.2rem;
    }
    

}
    .category_flow .main.col-cards {
        color: #fff !important;
    }
    .category_flow .main.col-cards img,
    .category_flow .main.col-cards .item-img {
        height: 500px;
    /*    aspect-ratio: 1;*/
    }

    .category_flow .main.col-cards a {
        color: #fff !important;
    }
    .category_flow .main.col-cards .item-date {
        color: #fff;
    }
        .category_flow .main.col-cards .item-date svg path {
            stroke: #fff;
        }
        .category_flow .main.col-cards .item-summary > svg path {
            color: #fff;
        }

    .row.related {
        border-bottom: 0px;
    }
    .category_flow .related h2 {
        font-size: 1rem;
        font-weight: 600;
    }


    .category_flow .item-date {
        font-size: 0.8rem;
        color: #454545;
        float: right;
    }

    .category_flow .main .item-content {
        position: absolute;
        /* background: rgb(0 0 0 / 60%);*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        bottom: 0px;
        color: var(--white) !important;
        padding: 10px 15px;
        height: auto;
        width: 100%;
        /*border-radius: 0px 0px 1rem 1rem;*/
    }
   
    .category_flow .row .item-content:not(:has(.item-category)) .item-date {
        float: none !important;
    }

    .category_image {
        border: 1px solid var(--mosh-gray-light);
        padding: 2rem;
        background: transparent; 
        height: 100%;
    }

    .category_image img {
        object-fit: contain;
    }

    .category_flow .category_header .category_image {
        border: 0;
        padding: 0;   
        object-fit: contain;
        aspect-ratio: 0;
      
    }

.category_flow .category_header {
    padding-bottom: 0;
    padding-top: 20px;
    border-bottom: 5px solid var(--mosh-red-dark);
}

.category_flow .mosh-section-title {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    word-break: normal;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: .5rem !important;
}


    .category_flow .mosh-section-title label {
        color: var(--mosh-red);
    }

    .category_flow .item-content.small {
        padding: 3px 15px;
    }

    .category_flow .more img,
    .category_flow .more .item-img {
        height: 250px;
    }

    .category_flow .voices {
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
         position: -webkit-sticky;
          position: sticky;
          top: 130px;
    }

    .category_flow .voices .icons-menu {
        margin-top: 40px;
            text-align: center;
    }
       
    .category_flow .voices .icons-menu a.iconfont-wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-left: 4px;
        width: 40px;
        height: 40px;
        background-color: var(--mosh-dark);
    
        background: var(--white);
        border-radius: 100%;
    }

    /******  category_flow END  ********/
    /******  voices  ******************/

    .voices {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}

    .voices .item-wrapper img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 50% !important;
    }

    .voices .item-wrapper {
        background: var(--mosh-red);
        margin-bottom: 2rem;
        padding: 2.25rem;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .voices .item-wrapper {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {

    .category_flow .voices {
          position: relative;
        top: 0;
    }

    .voices .item-wrapper {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
}

.voices .card-title,
.voices .iconfont-wrapper {
    color: var(--white);
}

.voices .card-text {
    color: var(--white);
    text-align: left;
}

.voices .content-head {
    max-width: 800px;
}

.voices .mbr-section-title {
    color: #000;
}

.voices .card-title,
.voices .img-wrapper {
    text-align: center;
}

.voices .img-wrapper {
    display: flex;
    justify-content: center;
}

/******  voices END ******************/



/******  promo_event  ******************/
.promo_event {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .promo_event .mosh-fallback-image.disabled {
        display: none;
    }

    .promo_event .mosh-fallback-image {
        display: block;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .promo_event .card-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 70px;
        background-color: var(--background-600);
        background-color: rgb(100 90 75);
        background-color: var(--mosh-dark);
        position: relative;
        overflow: hidden;
    }

@media (max-width: 992px) {
    .promo_event .card-wrapper {
        display: block;
        padding: 20px;
    }
}


.promo_event .card-wrapper .content-wrapper {
    position: relative;
    z-index: 1;
    width: 60%;
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .content-wrapper {
        width: 100%;
    }
}

.promo_event .card-wrapper .content-wrapper .mosh-section-title {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .content-wrapper .mosh-section-title {
        margin-bottom: 20px;
    }
}

.promo_event .card-wrapper .content-wrapper .border-wrapper .border-wrap {
    display: inline-flex;
    width: 56%;
    height: 2px;
    background-color: var(--background-700);
    background-color: #c5c0ae;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .content-wrapper .border-wrapper .border-wrap {
        width: 100%;
    }
}

.promo_event .card-wrapper .content-wrapper .text-wrapper .mosh-text {
    display: inline-block;
    width: 56%;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .content-wrapper .text-wrapper .mosh-text {
        width: 100%;
    }
}

.promo_event .card-wrapper .content-wrapper .mosh-section-btn {
    margin-top: 20px;
}

.promo_event .card-wrapper .content-wrapper .images-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .content-wrapper .images-wrapper {
        display: block;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap {
    margin-right: 24px;
    margin-top: 24px;
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap {
        margin-right: 0;
        margin-top: 20px;
    }
}

.promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
    transform: rotate(-4deg);
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
        transform: none;
    }
}

.promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
    width: 256px;
    height: 256px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
        width: 100%;
        height: 300px;
    }
}

.promo_event .card-wrapper .card-wrap {
    position: relative;
    z-index: 1;
    width: 33%;
    padding: 24px;
    background-color: var(--background-700);
    background-color: #c5c0ae;
}

@media (max-width: 1440px) {
    .promo_event .card-wrapper .card-wrap {
        width: 38%;
    }
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .card-wrap {
        padding: 20px;
        width: 100%;
    }
}

.promo_event .card-wrapper .card-wrap .mosh-desc {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .card-wrap .mosh-desc {
        margin-bottom: 20px;
    }
}

.promo_event .card-wrapper .card-wrap .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .promo_event .card-wrapper .card-wrap .image-wrapper img {
        height: 300px;
    }
}

.promo_event .mosh-section-title {
    color: #f1f5eb;
}

.promo_event .mosh-text {
    color: #f1f5eb;
}

.promo_event .mosh-desc {
    color: #645a4b;
}

.promo_event .mosh-section-title,
.promo_event .border-wrapper,
.promo_event .mosh-section-btn {
    color: var(--background);
    color: var(--white);
}

.promo_event .mosh-text,
.promo_event .text-wrapper {
    color: var(--white);
}
/******  promo_event END ******************/






/*******STORY ***************************/
.story {
    /*padding: 25px 10px;*/
    margin-bottom: 50px;
}

.story figure {
max-width: 95%;
margin: 0 auto;
margin-bottom: 15px;
padding: 10px;
text-align:center;
}

.story figure img {
    width: width: -webkit-fill-available;
    max-height: 500px;
    margin: 0 auto;
}

.story figure span {
    font-size: smaller;
    color: #6d6d6d;
}

.story figure span img, svg {
    width: 20px;
    color: #6d6d6d;
}

.story figure.main-img {
    max-width: 100%;
    border: 0px solid var(--mosh-gray-light);
    padding: 0px;
}

.story figure.main-img img {
    max-height: -webkit-fill-available;
}
.story_list_item {
    margin: 50px 0;
}

    .story_list_item img {
        float: left;
        padding-right: 15px;
        float: left;
        width: 260px;
    }

        .story_list_item img:hover {
            opacity: 1;
        }

    .story_list_item p {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .story_list_item .number {
        padding: 8px 15px;
        margin: 5px;
        float: left;
        position: absolute;
        color: var(--white);
        background: var(--mosh-red-dark);
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

        .story_list_item .number.round.static {
            border-radius: 50% !important;
            font-size: 16px !important;
            margin: 0px 14px 0 0px !important;
        }

        .story_list_item .number.static {
            padding: 10px 17px;
            margin-right: 15px;
            position: relative;
            color: var(--white);
            border-radius: 0;
            background: var(--mosh-red-dark);
            align-items: center;
            justify-content: center;
            font-size: 28px;
        }

    .story_list_item.right img {
        padding-left: 15px;
        float: right;
    }

    .story_list_item.right .number {
        float: right;
    }

    .story_list_item .small-image img {
        position: absolute;
        width: 50px;
        background: var(--mosh-red-dark);
        padding: 0px;
        background: var(--white);
        padding: 0px;
    }

    .story_list_item .small-image.round img {
        border-bottom-right-radius: 15px;
    }

    .story_list_item .small-image.static img {
        position: relative;
        width: 68px;
        margin-right: 10px;
    }


.story_author {
    margin-right: 10px;
}

.story_info {
    border-bottom: 1px dotted var(--mosh-gray-light);
    border-top: 1px dotted var(--mosh-gray-light);
    padding: 10px 0;
  
}

.story_info .icons-menu .title,
.story_info .story_author {
    padding-bottom: 5px;
}

.story_tags {
    margin-top: 1.5rem;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.story_tags h5 {
    font-size: 1rem;
    margin-bottom: 0;
}
.story .advert {
   /* margin: 10px 0px;*/
}

.story .icons-menu {
   /* margin: 5px auto;*/
    margin-bottom:5px;
    text-align: right;
}

.story .icons-menu .iconfont-wrapper {
    padding-right: 2px;
}

    .story .icons-menu .iconfont-wrapper .mosh-iconfont {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        width: 30px;
        height: 30px;
        border: 2px solid #eee;
        color: var(--mosh-dark) !important;
        border-radius: 100%;
    }

.story .icons-menu .iconfont-wrapper .mosh-iconfont:hover {
    border-radius: 100%;
    color: var(--mosh-red) !important;
}

@media (max-width: 992px) {
    .story .icons-menu .iconfont-wrapper .mosh-iconfont {
        font-size: 15px;
        width: 35px;
        height: 35px;
    }
    .story_author img {
        width: 50px;
        height: 50px;
    }

    .story .icons-menu {
        /*   margin: 5px auto;
        margin-top: 25px;*/
        margin-top: 10px;
        text-align: center;
        padding-top: 5px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }

        .story .icons-menu .iconfont-wrapper {
            padding-right: 2px;
        }

    .story_label {
        text-align: center;
        display: grid;
    }
    .story figure span img, svg {
        width: 15px;
        
    }
    .story_date {
        font-size: 0.7rem;
    }
    .story_author {
        margin-right: 0px;
        text-align: center;
    }

    .story_info .icons-menu .title, .story_info .story_author {
        padding-bottom: 5px;
        font-size: 0.7rem;
    }
    .story .story_info {
        padding:0;
    }

   
}

    .story blockquote {
        font-family: 'Roboto Thin Italic', Arial, "Times New Roman", Times, serif;
        padding: 1.2rem;
        font-size: 1.5rem;
        position: relative;
        border-left: 10px solid var(--mosh-red);
        margin: 0.8rem 0;
        background-color: var(--mosh-red-lighter);
    }

    .story_author img {
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        width: 55px;
        height: 55px;
    }

    .story_body p {
        font-size: 1.05rem;
        line-height: 1.5;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .story_body h3 {
        font-size: 18px;
    }

    .story_body a {
        border-bottom: 1px dotted var(--mosh-red) !important;
        color: var(--mosh-red) !important;
    }
    .story_body a:hover {
        border-bottom: 2px dashed var(--mosh-red) !important;
    }
    .story_image {
        position: relative;
        background-color: #f1f1f16e;
        margin-bottom: 1rem;
    }


        .story_image .credit {
            font-size: smaller;
            position: absolute;
            bottom: 0;
            left: 0px;
            background-color: #00000085;
            color: white;
            padding: 5px;
            width: 100%;
            text-align: left;
            display: none;
        }

        .story_image img {
            object-fit: contain;
            aspect-ratio: 16 / 9;
        }
    /*
.story_body.with-category {
    column-count: 2;
    column-gap: 50px;   
}*/
        .story_body .category_image {
            float: left;
            width: 300px;
            shape-margin: 18px;
            margin-right: 20px;
            margin-bottom: 0px;
            margin-top: -25px;
            border: 0;
        }

    .tag {
        padding: 5px 10px;
        margin: 15px 5px 15px 0px;
        border: 0;
        border: 1px solid var(--mosh-black);
        display: inline-block;
        font-size: 14px;
    }

        .tag.category {
            display: inline-block;
            background: var(--mosh-black);
            color: #fff !important;
            padding: 7px 10px;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #fff !important;
        }



    /******* STORY END  ***************************/



    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2
    }

    .h1, h1 {
        font-size: calc(1.075rem + 0.5vw);
    }

    /*@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}*/

    .h2, h2 {
        font-size: calc(1.325rem + 0.5vw)
    }
    /*
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}*/

    .h3, h3 {
        font-size: calc(1.3rem + .1vw)
    }
    /*
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}*/

    .h4, h4 {
        font-size: calc(1rem + .2vw);
    }

    .h5, h5 {
        font-size: 1.25rem
    }

    .h6, h6 {
        font-size: 1rem
    }



.footer {
    /* background-color: #d2c8b4;*/
    /*background-color: var(--background-green);*/
    /* background: linear-gradient(180deg, transparent 0, #d2c8b4 60%);*/
    /*background: linear-gradient(180deg, transparent 0%, var(--background-green) 100%);*/
   /* background-color: var(--mosh-red-lighter);*/
    background-color: #eee;
    margin-top: 4rem;
}

        .footer .logo img {
            margin: 0 auto;
            width: 10rem;
            transition: filter 0.4s ease;
            filter: sepia(20%) saturate(150%) hue-rotate(-10deg) brightness(100%);
        }

        .footer .navbar-nav {
            display: flex;
            flex-direction: row;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: baseline;
            margin-top: 20px;
        }

        .footer li.nav-item {
            padding: 6px;
        }

        .footer .navbar-nav .nav-item .nav-link {
            font-family: 'Roboto Bold', sans-serif;
            position: relative;
            transition: .3s all !important;
            letter-spacing: 1px;
            font-weight: 600;
            font-size: 1rem;
        }

        .footer .content-wrap {
            margin: 5px 15px;
            text-align: center;
        }

        .footer .icons-menu .iconfont-wrapper .mosh-iconfont {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            width: 32px;
            height: 32px;
            border-radius: 100%;
            color: var(--white);
            border-radius: 100%;
            background-color: var(--mosh-red-dark);
        }

        .footer .icons-menu .iconfont-wrapper {
            padding-right: 7px;
        }

        .footer .iconfont-wrapper:hover {
            opacity: .9;
        }

        .footer .copyright {
            margin-top: 0.5rem !important;
            color: #ffffff;
            text-align: center;
            background: var(--mosh-dark);
            padding: 15px;
            font-size: .85rem;
        }




/**** pinned-news-box **/

.pinned-news-box {
    display: flex;
}

    .pinned-news-box.item-wrapper {
        margin: 0 auto;
    }

        .pinned-news-box.item-wrapper.column {
            flex-direction: column;
        }

            .pinned-news-box.item-wrapper.column .img-wrapper {
                padding-right: 0;
            }

            .pinned-news-box.item-wrapper.column img, .latest_news .item-wrapper.column .item-img {
                height: auto;
                /*max-height: 250px;*/
                max-height: 320px;
                aspect-ratio: 1;
                object-fit: cover;
            }

            .pinned-news-box.item-wrapper.column .card-box {
                padding: .7rem;
                min-height: 70px;
                background: #262825;
            }


            .pinned-news-box.item-wrapper.column .card-date,
            .pinned-news-box.item-wrapper.column .card-summary {
                color: #d5d5d5;
            }


            .pinned-news-box.item-wrapper.column .card-title {
                color: #fff;
                margin-top: .2rem;
            }


            .pinned-news-box.item-wrapper.column .card-date > svg path {
                stroke: #fff;
            }


            .pinned-news-box.item-wrapper.column .card-title a {
                color: #fff !important;
                font-size: 1.3rem;
                font-weight: 600;
                line-height: 1.3rem;
            }

            .pinned-news-box.item-wrapper.column .card-date {
                float: right;
                font-size: 0.8rem;
                margin-bottom: 0;
            }

            .pinned-news-box.item-wrapper.column .card-box:not(:has(.card-category)) .card-date {
                float: none !important;
            }

            .pinned-news-box.item-wrapper.column .card-category a {
                background-color: var(--mosh-black);
                padding: 5px 10px;
                font-size: 11px;
                font-weight: 600;
                letter-spacing: 1px;
                color: #fff !important;
            }

            .pinned-news-box.item-wrapper.column .card-header {
                text-align: center;
            }


                .pinned-news-box.item-wrapper.column .card-header a {
                    padding: 5px 10px;
                    font-size: 13px;
                    color: #fff !important;
                    font-weight: 600;
                    letter-spacing: 1px;
                }
/**** pinned-news-box end **/






/******** radius-item ***************/

.radius.item {
    margin-bottom: 30px;
}

    .radius.item .item-wrapper {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        padding: 30px 20px;
        background-color: var(--mosh-red);
        background-color: var(--mosh-dark);
        border-radius: 20px;
    }

        .radius.item .item-wrapper.gray {
            background-color: #eee;
        }

            .radius.item .item-wrapper.gray .card-title,
            .radius.item .item-wrapper.gray .card-text {
                color: var(--mosh-dark);
            }

    .radius.item .card-text label {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 25px;
        width: 70px;
        height: 45px;
        font-size: 1rem;
        font-weight: 900;
        padding-right: 5px;
        text-align: center;
        float: left;
    }

    .radius.item .item-wrapper .card-box {
        width: 55%;
    }

    .radius.item .item-wrapper .card-box .mbr-section-btn {
        margin-top: 20px;
        width: 100%;
    }

    .radius.item .item-wrapper .card-box .mbr-section-btn .btn {
        justify-content: space-between;
        color: #eee !important;
        background-color: var(--mosh-dark);
        border-color: var(--mosh-dark);
        border-radius: 20px;
        padding: 10px 30px;
        margin: 0;
    }

    .radius.item .item-wrapper .card-image {
        width: 40%;
        height: 200px;
    }

    .radius.item .item-wrapper .card-image img {
        object-fit: cover;
        height: 100%;
        border-radius: 25px;
    }

    .radius.item .card-title {
        margin-bottom: 20px;
        color: #eee;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .radius.item .card-text {
        margin-bottom: 0;
        color: #eee;
        font-size: 16px;
        line-height: 1.3rem;
    }


    @media (max-width: 992px) {
        .radius.item .item {
            width: 100%;
            margin-bottom: 20px;
        }

        .radius.item .item-wrapper {
            padding: 20px;
        }

            .radius.item .item-wrapper .card-box .mbr-section-btn {
                margin-top: 20px;
            }
    }

    @media (max-width: 767px) {

        .radius.item .item-wrapper {
            display: block;
            padding: 20px;
        }

        .radius.item .item-wrapper .card-box,
        .radius.item .item-wrapper .card-image {
            width: 100%;
        }

        .radius.item .item-wrapper .card-image {
            margin-top: 20px;
        }

        .radius.item .item-wrapper .card-box .mbr-section-btn {
            margin-top: 20px;
        }
    }

/******** radius-item END ***************/
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    font-weight:900;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}


.main-reviews .swiper-button-prev {
    left: 5px !important;
}

.main-reviews .swiper-button-next {
    right: 5px !important;
}

@media (max-width: 767px) {
    .swiper {
        width: 100%;
        height: 470px;
    }

    .swiper-slide {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
}