@charset "utf-8";
/* CSS Document */



.header-logos-right, .header-logos-left {
    display: none;
}

.header-logos-center img:nth-child(1), .header-logos-center img:nth-child(2) {
    margin: 0;
    width: 80%;
    height: auto;
    max-width: 250px;
}

.header-logos-center {flex-basis: 100%;justify-content: center;padding: 20px;}

.header-logos-center a{flex-direction: column;}

.header-logos {
    flex-basis: 100%;
    height: auto;
}

.home-promos-item {
    flex-basis: 100%;
}

.home-promos {
    row-gap: 10vw;
}

.header-menu-mobile {
    display: flex;
    height: 70px;
    position: relative;
    flex-wrap:wrap;
}
.header-menu-mobile-container {
    overflow:hidden;
    position:absolute;
    max-height:0;
    opacity:.5;
    transition: 500ms all;
    top: 45px;
    width: 100%;
    left: 50%;
    margin-left: -50vw;
    background-color: #6a3c7b;
    z-index: 10;
}
.menu-opened + .header-menu-mobile-container {
    max-height:max(100vh, 800px);
    opacity:1;
}
.header-menu-mobile a {
    display:inline-block;
    text-align:center;
    width:100%;
}
.header-menu-mobile-container a img {
    margin-left: 12px;
    vertical-align: -3px;
}
.header-menu-mobile-container .header-menu-item:last-child {
    margin-bottom:20px
}
.header-menu-mobile-container .submenu {width:100%}
.header-menu-mobile-container .submenu a,.header-menu-mobile-container .submenu a:hover {color: #6a3c7b}
.header-menu-item .submenu, .header-menu-item:hover .submenu {padding: 0px 20px 0px; top:0; position:relative;max-height:0;z-index:10;}
.header-menu-item .submenu.active {max-height:600px;padding: 20px 20px 20px;}
.header-menu-item .submenu > img {display:none}
.header-menu-item > a, .header-menu-item:hover > a {border:none;color:#fff}
.header-menu-item a:hover {color: #fff}
.header-menu-item:hover > a > img { opacity: 1}
.header-menu-item img {transition:500ms all}
.header-menu-item.active img {transform:rotate(-90deg)}
.header-menu {
    display: none;
}

.home-stoxoi-carousel {margin-right: 0;display: flex;justify-content: center;flex-wrap: wrap;margin: 0px auto -60px;}

.home-title-dand {
    display: none;
}

.footer-content-bottom {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5vw;
    padding: 20px;
    box-sizing: border-box;
    height: auto;
}

.footer-content-bottom-left {
    gap: 3vw;
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-basis: 100%;
}

.home-stoxoi-carousel-photo {
    width: 100%;
    margin-bottom: 0;
    height: auto;
}

.me-mia-matia {
    margin-top: 15vw;
}

.me-mia-matia-item {
    flex-basis: 100%;
}

.me-mia-matia-item-divider {
    transform: rotate(90deg);
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}

.footer-item {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.footer-item-cert {
    max-width: 100px;
}

h1 br {
    display: none;
}

.header-fasa-top {
    position: relative;
    height: auto;
}

.home-intro-right {
    /* display: flex; */
    /* justify-content: center; */
}

.home-stoxoi-carousel-items {
    margin-top: -70px;
}

.home-intro-left {
    font-size: 16px;
    line-height: 23px;
}

h1 {
    text-align: center;
    margin-bottom: 5vw;
}

.path {
    text-align: center;
    margin-bottom: 3vw;
}

.mathimata-item-content {
    flex-basis: 100%;
}

.mathimata-header div:nth-child(2), .mathimata-header div:nth-child(3) {
    display: none;
}

.mathimata-item div:nth-child(2) .mathimata-mob-caption, .mathimata-item div:nth-child(3) .mathimata-mob-caption {
    display: block;
}

.mathimata-item div:nth-child(2), .mathimata-item div:nth-child(3) {
    flex-basis: 100%;
    text-align: left;
    display: flex;
    margin-top: 10px;
    order: 3;
    margin-left: 35px;
    display: flex;
    gap: 6px;
}

.mathimata-header div:nth-child(2), .mathimata-header div:nth-child(3) {
    display: none;
}

.mathimata-item div:nth-child(1) {
    order: 1;
}

.mathimata-item-content {
    order: 2;
    text-align: left;
}

div {}

.mathimata-item-footer div:nth-child(1) {
    text-align: left;
}

.mathimata-item-footer div:nth-child(2), .mathimata-item-footer div:nth-child(3) {
    margin-left: 0;
}

.header-menu-mobile img {
    display: inline-flex;
}

.mathimata-item {
    padding: 10px;
}

.strip100percent {
    left: 0;
    margin: 40px 0;
    width: 100%;
    flex-wrap: wrap;
}

.strip100percent img {
    width: 100%;
}

.langs {
    display: none;
}

.header-menu-mobile .langs {
    display: flex;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
    flex-direction: row;
    padding: 0 15px;
    display: flex;
    gap: 6px;
}

.langs span {
    transform: none;
}
.list-columns {    column-count: 1;}
.home-stoxoi-carousel-items {display:block;width: calc(100vw - 40px);}
.home-stoxoi-carousel-scroller .home-stoxoi-carousel-item {width:min(calc(100vw - 100px), 390px);}
.home-stoxoi-carousel-item-number {bottom:auto; top:90px}