@import "fonts.css";
@import "reset.css";
/*  font-family: 'Bebas';   */
/*  font-family: 'Roboto Condensed', sans-serif;  */


/* --- DEFAULT STYLES --- */

body, html {
    font-family: 'Bebas';
    color: #fefefe;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

.no-padding {
    padding: 0;
}
/* --- DEFAULT STYLES --- */


/* --- HEADER START --- */

.header {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 185, 231, .4);
    z-index: 20;
}

.header .header-content .logo {
    float: left;
    padding-top: 8px;
    margin-left: 12px;
}

.header .header-content .logo img {
    vertical-align: middle;
}

.header .header-content .menu {
    float: right;
}

.header .header-content .menu ul {
    line-height: 97px;
    font-size: 18px;

}

.header .header-content .menu li {
    display: inline-block;
}

.header .header-content .menu li a {
    color: #fefefe;
    text-transform: uppercase;
    font-family: 'BebasLight';
    font-weight: 700;
    letter-spacing: 1.1px;
}
.header .header-content .menu li+li {
    padding-left: 48px;
}

.header .header-content .hamburger {
    height: 97px;
    float: right;
    display: none;
}

.header .header-content .hamburger .hamburger-menu{
    width: 30px;
    height: 22px;
    margin-top: 37.5px;
    cursor: pointer;
}

.header .header-content .hamburger .menu-row{
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
}

.header .header-content .hamburger .hamburger-menu span+span {
    margin-top: 6px;
}

@media (max-width: 768px) {
    .header .header-content .menu ul {
        display: none;
        position: absolute;
        left: 0;
        top: 97px;
        width: 100%;
        background-color: #54a4f1;
        text-align: center;
    }

    .header .header-content .menu li,
    .header .header-content .menu a {
        display: block;
    }

    .header .header-content .menu li + li {
        padding-left: 0;
    }

    .header .header-content .hamburger {
        display: block;
    }

    .header .header-content .menu a:hover {
        background-color: #2e60ff;
    }
}
    @media (min-width: 769px) {
    .header .header-content .menu ul {
        display: block !important;
    }
    .header .header-content .hamburger {
        display: none;
    }
}
/* --- HEADER END --- */

/* --- INNER START --- */

.inner {
    background: #59a8f6;
    background: url("../img/main-bg.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    text-align: center;
}

.inner::before {
    content: '';
    vertical-align: middle;
    height: 100%;
    display: inline-block;
    margin-left: -4px;
}

.inner .inner-content {
    display: inline-block;
    vertical-align: middle;
}

.inner .inner-content h1 {
    max-width: 600px;
    font-family: 'BebasBold';
    font-size: 72px;
    line-height: 120px;
    color: #fefefe;
    letter-spacing: 3px;
}

.inner .inner-content h1 span {
    display: block;
}

.inner .inner-content .btn-entry {
    margin-top: 50px;
}

.inner .inner-content .btn-entry a {
    font-size: 30px;
    color: #ff1212;
    background-color: rgba(255,255,255, .3);
    padding: 24px 80px 16px;
    border-radius: 5px;
    transition: .5s all;
}

.inner .inner-content .btn-entry a:hover {
    background-color: rgba(255,255,255,1);
}

@media (max-width: 480px) {
    .inner .inner-content h1 {
        font-size: 50px;
        line-height: 85px;
    }
}

@media (max-height: 800px) {
    .inner .inner-content {
        margin-top: 97px;
    }
    .inner {
        height: 800px;
    }
}

/* --- INNER END --- */

/* --- MEETING START --- */

.meeting {
    background: url("../img/metting-bg.jpg") no-repeat 80%;
    background-size: cover;
    padding-bottom: 140px;
}

.meeting .meeting-content .logo {
    text-align: center;
}

.meeting .meeting-content .logo img {
    transform: translateY(-45%);
    vertical-align: middle;
    animation: jump 2s infinite;

}

.meeting .meeting-content h2 {
    text-align: center;
    font-size: 48px;
    font-family: 'BebasBold';
    letter-spacing: 3px;
    max-width: 505px;
    margin: 0 auto;
}

.meeting .meeting-content .education {
    margin-bottom: 280px;
}

.meeting .meeting-content .education h3,
.meeting .meeting-content .career h3
{
    font-family: 'BebasLight';
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 4px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.meeting .meeting-content .education span,
.meeting .meeting-content .career span{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.meeting .meeting-content .education span+span {
    margin: 30px 0;
}

@media (max-width: 1200px) {
    .meeting {
        background-position: 70%;
    }
}

@media (max-width: 992px) {
    .meeting {
        background-position: 60%;
    }
}


@media (max-width: 768px) {
    .meeting {
        background-position: 50%;
    }
    .meeting .meeting-content .education {
        margin-bottom: 180px;
    }
}
/* --- MEETING END --- */

/* --- PROGRAMM START --- */

.program {
    background: url("../img/program-bg.jpg") center center no-repeat;
    background-size: cover;
}

.program .program-content h2 {
    margin-top: 50px;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'BebasLight';
    font-weight: 700;
    letter-spacing: 4px;
}

.program .program-content p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 48px;
    letter-spacing: 3px;
    font-weight: 300;
}

.program .program-content p+p {
    margin-top: 50px;
}

.program .program-content .btn-download {
    margin-top: 100px;
    margin-bottom: 165px;
    text-align: center;
}

.program .program-content .btn-download a {
    font-family: 'BebasBold';
    font-size: 36px;
    padding: 15px 70px 7px;
    border-radius: 5px;
    border: 4px solid #00b7f4 ;
    background: #00fbec;
    background: linear-gradient(to bottom,  #00fbec 0%,#0297ff 100%,#1e5799 100%);
    box-shadow: 0px 0px 46px -3px rgba(0,251,236,1);
    color: #222221;
    transition: .5s all;
}

.program .program-content .btn-download a:hover {
    color: #fff;
}

@media (max-width: 480px) {
    .program .program-content .btn-download a {
        padding: 15px 30px 7px;
        font-size: 24px;
    }
}

/* --- PROGRAMM END --- */


/* --- TYPES START --- */

.types {
    background: url("../img/types-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 50px;
}

.types .types-content h2 {
    font-family: 'BebasBold';
    font-size: 48px;
    margin-top: 50px;
    letter-spacing: 2px;
}

.types .types-content h3 {
    font-family: 'BebasLight';
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    margin: 35px 0;
}

.types .types-content p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 3px;
    font-weight: 300;
}

.types .types-content p.middle {
    margin-top: 30px;
    margin-bottom: 30px;
}

.types .types-content p.last {
    margin-top: 35px;
    margin-bottom: 260px;
}

.types .contacts {
    font-family: 'BebasBold';
    margin-bottom: 80px;
}

.types .contacts h2 {
    font-family: 'BebasBold';
    font-size: 48px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
}

.types .contacts .phones,
.types .contacts .address .wrapper{
    text-align: center;
}

.types .contacts .phones ul {
    list-style: none;
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 48px;
}


.types .contacts .address .wrapper p {
    text-align: left;
    display: inline-block;
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 48px;
}

.types .links {
    text-align: center;
}

@media (max-width: 768px) {
    .types .col-fifty {
        width: 50%;
        margin-bottom: 50px;
    }
    .types .contacts .phones,
    .types .contacts .address
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .types .contacts .address .wrapper p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .types .col-fifty {
        width: 100%;
    }
}
/* --- TYPES END --- */


@keyframes jump {
    0% {
        transform: translateY(-45%);
    }
    50% {
        transform: translateY(-65%);

    }
    100% {
        transform: translateY(-45%);
    }
}















