@charset "utf-8";
/* CSS Document */

body {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    color: #231f20;
    text-align: justify;
    font-size: 15px;
    line-height: 23px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.content {flex-grow: 1;hyphens: auto;}
.submenu {
    position: absolute;
    border-radius: 20px;
    background-color: #fff;
    z-index: -1;
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    max-height:0;
    overflow:hidden;
    transition:500ms all;
    padding: 0 20px;
}
.header-menu-item:hover .submenu {
    max-height: 600px;
    filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.25));
    padding: 40px 20px 20px;
}
.header-menu-item:hover > a.parent {
    color: #6a3c7b;
}
.submenu li:after {
    content: "";
    border-bottom: 1px solid #d3bedb;
    width: 20px;
    display: block;
    margin-left: calc(50% - 10px);
    margin-top: 2px;
}
.submenu li:last-child:after {
    border-bottom:none;
}


.header-menu-item:hover > a > img {
    opacity: 0;
}
.header-logos {
    display: flex;
    height: 125px;
    flex-basis: min(47vw, 850px);
    filter: drop-shadow(10px 10px 15px rgba(0,0,0,0.25));
    z-index: 1;
}

.header {
    display: flex;
    flex-wrap: wrap;
    background: url(../templateimages/bg-skin.webp) no-repeat center bottom;
    background-size: cover;
    justify-content: space-between;
    border-bottom: 20px solid #6a3c7b;
    margin-bottom: 4vw;
}

.header-fasa-top {
    position: absolute;
    height: 90px;
    width: 100%;
    background-color: #6a3c7b;
}

.centered {
    margin: 0 auto;
}

.max1100 {
    max-width: 1100px;    width: 100%;
}

.header-menu {
    display: flex;
    max-width: 1050px;
    justify-content: space-between;
    padding-right: 1vw;
    flex-grow: 1;
    z-index: 1;
    height: 90px;
}

.header-fasa-bottom {
    flex-basis: 100%;
    height: 40px;
    background: url(../templateimages/fasa-mov.svg) no-repeat;
    filter: drop-shadow(10px 10px 15px rgba(0,0,0,0.25));
}

.title {
    display: flex;
    flex-basis: 100%;
    margin-top: 3vw;
}

.title-left, .title-right {
    flex-basis: 25%;
    flex-grow: 1;
}

.header-menu-item a {
    color: #fff;
    font-size: 13px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in-out;
    text-transform:uppercase;
    white-space:normal;
	letter-spacing: -0.5px;
}

a {text-decoration: none;white-space: nowrap;color: #62359a;}

img {
    width: 100%;
    height: intrinsic;
}

.header-logos-center img {
    height: min(8vw, 70px);
    width: auto;
}

.title-left {
    border-top: 5px solid #62359a;
    margin-top: 7px;
}

.title-right {
    border-bottom: 5px solid #6a3c7b;
}

.title-middle {
    border-bottom: 5px solid #6a3c7b;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-width: 1100px;
}



.path {
    font-size: 16px;
    color: #62359a;
    font-weight: 500;
    flex-basis: 100%;
    padding-left: 5px;
}

h1 {
    color: #746083;
    font-size: min(5vw, 45px);
    line-height: min(5.5vw, 55px);
    font-weight: 500;
    flex-grow: 1;
    flex-basis: 50%;
    margin: 1vw 0;
}

.home-title-dand {
    max-width: 165px;
    bottom: -40px;
    position: absolute;
    right: 0;
}

h2 {
    font-weight: 300;
    font-size: min(6vw, 35px);
    line-height: min(6vw, 35px);
    margin: 0;
    margin-bottom: 20px;
}

.home-intro {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
}

.home-intro-left, .home-intro-right {
    flex-basis: 47%;
}

.home-stoxoi-carousel-photo img {
	    mask-repeat: no-repeat;
	    mask-image: url('data:image/svg+xml;utf8,<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 475.55 349"><defs></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M450.5,319H38.24L0,349V25.05C0,11.21,11.21,0,25.05,0h425.45c13.83,0,25.05,11.21,25.05,25.05v268.9c0,13.83-11.21,25.05-25.05,25.05Z"/></g></svg>');
	    mask-position: center;
	    mask-size: 100%;
        position:absolute;
        opacity:0;
        top:0;
        left:0;
        transition:500ms all;
        height:100%;
        object-fit:cover;
}
.home-stoxoi-carousel-photo img:first-child {position:relative;opacity:1}
.home-stoxoi-carousel-photo img.active {opacity:1}
.home-intro-left {
    font-size: 15px;
    line-height: 20px;
    margin-top: min(4vw, 80px);
}

.home-stoxoi-carousel-items {
    background-color: #62359a;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 335px;
    padding: 30px;
    padding-top: 80px;
    box-sizing: border-box;
    justify-content: space-between;
    filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.25));
}

.home-stoxoi-carousel {
    margin-top: 80px;
    max-width: 475px;
    margin-bottom: -60px;
    position:relative;
    z-index:0;
}

.home-stoxoi-carousel-photo {
    margin-bottom: -60px;
    margin-left: 30px;
    width: 475px;
    height: 350px;
    filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.25));
    z-index: 1;
    position: relative;
}

.home-stoxoi-carousel-title {
    font-weight: 300;
    font-size: min(6vw, 35px);
}

.home-stoxoi-carousel-title span {
    font-size: initial;
    display: block;
}

.home-stoxoi-carousel-controls {
    flex-grow: 1;
    text-align: right;
}

.home-stoxoi-carousel-controls img {
    width: 15px;
}

.home-stoxoi-carousel-controls a {
    padding-left: 20px;
    display: inline-block;
    z-index: 10;
    position: relative;
}

.home-stoxoi-carousel-controls a:nth-child(1) img {
    transform: rotate(180deg);
}

.home-stoxoi-carousel-item {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
    position: relative;
}

.home-stoxoi-carousel-item-number {
    font-size: 300px;
    line-height: 0;
    opacity: 0.2;
    position: absolute;
    right: -20px;
    bottom: 20px;
}
.home-stoxoi-carousel-scroller {
    width: 1700px;
    white-space: nowrap;
    position: relative;
    display: block;
    /* flex-basis: 100%; */
    height: 90px;
    clear: both;
    margin-top: 85px;
    transition: 500ms all;
}

.home-stoxoi-carousel-scroller .home-stoxoi-carousel-item {
    float: left;
    width: 415px;
    white-space: normal;
    min-height: 90px;
    padding-right: 60px;
}
.home-stoxoi-carousel-controls {
    text-align: right;
    float: right;
}
    .home-stoxoi-carousel-title {
    font-weight: 300;
    font-size: min(6vw, 35px);
    width: 55%;
    float: left;
}
    .home-stoxoi-carousel-items {display:block}
    .home-stoxoi-carousel-item-number {right:30px}


.btn-generic {
    background-color: #62359a;
    border-radius: 50px;
    padding: 5px;
    display: block;
    width: fit-content;
    min-width: 300px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 10px 0;
    transition: all 0.25s ease-in-out;
    border: 1px solid transparent;
    text-align: center !important;
}

.btn-ciel {
    background-color: #c6a6d5;
}

.btn-mov {
    background-color: #6a3c7b;
}

.text-center {
    text-align: center;
}

.me-mia-matia-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
}

.me-mia-matia-item {
    flex-basis: 23%;
}

.me-mia-matia-item img {
    max-width: 55px;
    max-height: 45px;
}

.me-mia-matia-item-divider img {
    width: 5px;
}

.spacer {
    height: min(2vw, 40px);
}

.me-mia-matia-item-divider {
    display: flex;
}

.max1400 {
    max-width: 1400px;
}

hr {
    background: url(../templateimages/hr.svg) no-repeat;
    outline: 0;
    margin: 0;
    height: min(10vw, 70px);
    border: 0;
    margin: 0 auto;
    text-align: center;
    background-position: center;
}

.home-promos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-promos-item {
    flex-basis: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.home-promos-item-photo, .home-promos-item-text {
    flex-basis: 45%;
    text-align: left;
    position: relative;
}

.home-promos-item-photo {border-radius: 20px;overflow: hidden;width: 300px;height: 300px;position: relative;}

.home-promos-item-photo img:nth-child(1) {
    position: absolute;
    width: 150px;
    left: -30px;
    bottom: -90px;
}

.home-promos-item-photo img:nth-child(2) {
    object-fit: cover;
    height: 100%;
}

.home-promos-item-mov h2 {
    color: #746083;
}

.home-promos-item-blue h2 {
    color: #62359a;
}

.home-promos-item-line {
    margin: 30px 0 30px -135px;
    height: 5px;
    width: 240px;
    z-index: 10;
}

.home-promos-item-mov .home-promos-item-line {
    background-color: #746083;
}

.home-promos-item-blue .home-promos-item-line {
    background-color: #62359a;
}



.footer-content {
    background-color: #e6d5cd;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-sizing: border-box;
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom-strip {
    background-color: #6a3c7b;
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.footer {
    position: relative;
    margin-top: 3vw;
}

.footer-content-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 100%;
    gap: 3vw;
    padding: 1vw;
}

img.logo-footer {
    height: 100px;
    width: fit-content;
}

.footer-item-spacer {
    flex-grow: 1;
}

.footer-item-cert {flex-basis: 100px;}

.footer-content-bottom {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    padding: 0 1vw;
    background-color: #d8c4c3;
    height: 40px;
    align-items: center;
}

.footer-content-bottom-right {
    width: 60px;
}

.footer-item a {
    display: block;
}

.footer-item h4 {
    margin-bottom: 10px;
}

h4 {margin: 0;font-size: 17px;font-weight: 500;line-height: 18px;}

.footer-content-bottom-left a {
    font-size: 12px;
}

.footer-content-bottom-left {
    display: flex;
    gap: 40px;
}

.submenu ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    border-bottom: 2px solid #dbf2f0;
    padding-bottom: 10px;
    text-align: center;
}

.submenu a {
    color: #6a3c7b;
	display: block;
}

img.submenu-arrow {

    padding-bottom: 10px;
    transform: none !important;
}

.submenu li {
    margin-bottom: 5px;
}



.header-menu-item {
    text-align: center;
    margin-top: 35px;
    position:relative;
}

.padding {
    padding: min(2vw, 20px);
}

.header-logos-center {
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 1;
}
.header-logos-center a {

    display: flex;
    align-items: center;
    gap: 1vw;

}


.header-logos-left img {transform: scale(-1, 1);margin-right: -1px;}

.header-logos-left img, .header-logos-right img {
    height: 100%;
    width: auto;
}
.header-logos-right img {margin-left:-1px}

.header-logos-center img:nth-child(1) {
    margin-left: 20px;
}

.header-logos-center img:nth-child(2) {
    margin-right: -120px;
}

.header-logos-left {
    display: none;
}

.header-menu-mobile {
    background: #6a3c7b;
    max-width: 100%;
    flex-basis: 100%;
    justify-content: center;
    height: 90px;
    align-items: center;
    display: none;
}

.header-menu-mobile a {
    color: #fff;
    font-size: 17px;
    display: flex;
    gap: 3vw;
}

.header-menu-item a:hover {
    border-bottom-color: #fff;
}

.btn-generic:hover {
    background-color: #fff;
    border-color: #62359a;
    color: #62359a;
}

.header-menu-item img, .header-menu-mobile img {
    width: 10px;
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
}

.inside .header {
    border-bottom: 0;
}

.mathimata {
    display: flex;
    flex-wrap: wrap;
}

.mathimata-item {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
    border-bottom: 1px solid #62359a;
}

.mathimata-header {
    background-color: #62359a !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.mathimata-item div:nth-child(2), .mathimata-item div:nth-child(3) {
    flex-basis: 20%;
    text-align: center;
}

.mathimata-item div:nth-child(1) {
    flex-grow: 1;
    flex-basis: 55%;
}

.mathimata-item img {
    width: 20px;
    padding-right: 10px;
}

.mathimata-item a {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
}

.mathimata-item-content {
    flex-basis: 60%;
    color: #58595b;
    font-size: 13px;
    line-height: 18px;
    padding-top: 0px;
    margin-left: 30px;
    overflow:hidden;
    max-height:0;
    transition:500ms all;
}

h3 {
    color: #62359a;
    font-weight: 300;
    font-size: min(5.7vw, 30px);
    line-height: min(6vw, 35px);
    margin: 0;
    margin-bottom: 20px;
}
.content h3 {margin-top:30px;}

.mathimata-item:nth-child(odd) {
    background-color: #f7f2f9;
}

.mathimata-item-footer {
    background-color: #fff !important;
    font-weight: 700;
    border-bottom: 0;
}

.mathimata-item-footer div:nth-child(1) {
    text-align: right;
}

.mathimata-item-open .mathimata-item-content {
    padding-top: 10px;
    max-height: 400px;
    max-height: attr(data-height px);
}

.mathimata-item-open a:before {
    transform: rotate(-180deg);
}

.mathimata-item a:before {
    content: url(../templateimages/arrow-blue.svg);
    width: 20px;
    margin-right: 10px;
    min-width: 20px;
    transition: 500ms all;
}

.mathimata-mob-caption {
    display: none;
}

.diplom-filters {
    display: flex;
    gap: 1vw;
    margin: 20px auto;
    align-items: center;
}

input, select {
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
    font-size: 15px;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #62359a;
    padding: 10px;
    box-sizing: border-box;
    min-width: 150px;
    padding-right: 50px;
}

select {
    background-color: #62359a;
    color: #fff;
}

input#search {
    width: 100%;
    max-width: 500px;
    font-size: 13px;
}

input.submit-search {
    border: 0;
    background: url(../templateimages/icon-search.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 20px;
    background-position: center;
    padding: 0;
    min-width: auto;
    cursor: pointer;
    margin-left: -70px;
}

.list {
    display: flex;
    flex-direction: column;
}

.list-item {
    border-bottom: 1px solid #62359a;
    box-sizing: border-box;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

	
.links-list .list-item .link-img {width: 150px;height: 75px;display: flex;justify-content: center; }
.links-list .list-item .link-img img{max-height: 75px;width: auto;max-width: 150px;object-fit:contain}
.links-list .list-item a{display: flex;align-items: center;gap: 20px;}
.links-list .list-item a:before {content: url(../templateimages/icon-link.svg);}
	
	
.list-item:nth-child(odd) {
    background-color: #f7f2f9;
}

select#etos {
    font-size: 13px;
}

.list-item a, .list-item span.nofile {
    padding: 20px;
    display: flex;
    flex-basis: 100%;
    padding-bottom: 15px;
}
.diplom-list h3 {margin-top:60px;tex-align:left;}
.diplom-list h3:first-child {margin-top:30px;}
.diplom-item {padding-bottom:10px;row-gap: 5px;}
.diplom-item a {padding-bottom: 0px;}
.diplom-item-name {margin-left: 50px;}

.list-item a:before {
    content: url(../templateimages/icon-dnld.svg);
    width: 20px;
    padding-right: 10px;
    min-width: 20px;
}
.list-item span.nofile:before {
    content:" ";
    width: 20px;
    padding-right: 10px;
    min-width: 20px;
}

.pager {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 40px;
}

.pager img {
    width: 20px;
    transform: rotate(90deg);
}

.pager a {
    padding: 10px;
}
.pager a.pager-active{border-bottom:1px solid #62359a;}

img.pager-next {transform: rotate(270deg);}

.diplom-item:hover, .mathimata-item:hover {
    background-color: #f4edf7;
}

.diplom-item a:hover {
    color: #000;
}

.content a {
    transition: all 0.25s ease-in-out;
    text-align: left;
    white-space: normal;
}

.content a:hover {
    color: #000;
}

.strip100percent {
    position: relative;
    margin-left: -50vw;
    left: 50%;
    width: calc(100vw - 10px);
    display: flex;
    justify-content: center;
    gap: 2vw;
    margin-top: 40px;
    margin-bottom: 40px;
}

.max600 {
    max-width: 600px;
}

.content2columns {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}

.content2columns-left, .content2columns-right {flex-basis: calc(50% - 2vw);}

.intro-text {
    font-weight: 700;
    color: #746083;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: min(6vw, 80px);
}

.columnPhoto {
    height: 100%;
    object-fit: cover;
}

.columnPhoto img {
    object-fit: cover;
    height: 100%;
}

.content hr {
    margin: 40px 0;
}

.strip100percent img {
    width: 30%;
}

.inside .path {
    font-size: 13px;
}

.langs {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0 15px;
    background-color: #fff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-right: 1vw;
    display: flex;
    gap: 6px;
}

.langs a {
    font-size: 11px;
    color: #62359a;
    display: block;
}

.langs span {
    width: 1px;
    background-color: #62359a;
    display: inline-block;
}

.list-columns {    column-count: 4;
   }
	.content ul {    padding: 0;    list-style-type: none;}
	.content li {text-align:left;    padding-left: 15px;}
	.content li:before {
    content: "¬ ";
    margin-left: -15px;
    color: #746083;
    font-weight: 700;
}


	.content ol li:before {content:""; margin:0}
	
	
	.children  {        display: grid; 
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));}
	
	.children-item {    border: 1px solid #6a3c7b;    padding: 10px;     display: flex; height: 100px;
    align-items: center;
    justify-content: center;
    text-align: center !important;}
	
		.children-item:hover {background-color: #6a3c7b; color:#fff !important;}