.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;

}

.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;

}

.header {
    background: #2E6BE2;
}

.header__content {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__content-logo {
    max-height: 60px;
}

.header__content-logo img {
    max-height: 60px;
    height: auto;
}

.header__content-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header__content-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__content-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__content-menu ul li:last-child {
    margin-right: 0;
}

.header__content-menu ul li a {
    text-decoration: none;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header__content-menu ul li a:hover {
    color: #CCC;
}

.header__content-button a:hover {
    background: #CCC;
}

.header__content-title {
    display: none;
}

.header__content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__content-button a {
    font-size: 16px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 700;
    color: #2E6BE2;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 30px;
    background: #FFF;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header__content-burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 40px;
}

.header__content-burger img {
    max-height: 40px;
    height: auto;
}









.popupburger {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    z-index: 2;
}

.popupburger.open {
    left: 0;
}

.popupburger__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    min-height: 100%;


}

.popupburger__body-content {
    background: #FFF;
    width: 300px;
    padding: 60px 0;
    /* padding-top: 60px; */
    position: relative;
    -webkit-box-shadow: -4px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -4px 0px 8px 0px rgba(34, 60, 80, 0.2);
    /* width: 50%; */
    height: auto;
}

.popupburger__body-content-close {
    position: absolute;
    max-width: 36px;
    max-height: 36px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #2D58D4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 40px;
    top: 40px;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

.popupburger__body-content-close img {
    width: 100%;
    height: 100%;
    max-width: 24px;
    max-height: 24px;
}



.popupburger__body-content-main-PH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__content-logo-PH {
    max-height: 120px;
    margin-bottom: 40px;
}

.header__content-logo-PH img {
    max-height: 120px;
}

.header__content-menu-PH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}

.header__content-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header__content-menu-PH ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__content-menu-PH ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* margin-bottom: 20px; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header__content-menu-PH ul li a {
    text-decoration: none;
    font-family: Montserrat;
    font-size: 18px;
    padding: 20px;
    font-style: normal;
    font-weight: 700;
    color: #456FE7;
    width: 100%;
    text-align: left;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
}

.header__content-menu-PH ul li a:hover {
    background: #e2e2e2;
    /* border-bottom: 1px solid #2E6BE2; */
}

.header__content-button-PH {
    width: 100%;
    padding: 0 20px;
}

.header__content-button-PH a {
    font-size: 20px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 30px;
    background: #2E6BE2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.header__content-button-PH a:hover {
    background: #2D58D4;
}




@media (max-width: 1024px) {
    .header__content-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__content-menu,
    .header__content-button {
        display: none;
    }

    .header__content-title {
        display: block;
    }

    .header__content-title h2 {
        color: #ffffff;
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
    }

    .header__content-logo img {
        max-height: 40px;
    }
}