:root {
    --main-blue: #235999;
    --light-bg: #f8f9fb;
    --text-dark-gray: #3c3c3c;
    --text-medium-dark-gray: #878996;
}

body {
    font-family: manrope;
    background: #FFF;
}

/* ===== HEADER */
/* ==================================== */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0 1px 16px 0 rgba(49, 52, 56, 0.1);
}

header.menu_opened {
    height: 100vh;
}

header .top_menu {
    height: 80px;
    padding: 10px 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .logo_container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

header .logo_container > a {
    display: block;
    width: 150px;
    height: 100%;
}

header .logo_container > a > img {
    display: block;
    width: 100%;
}

header .menu_icons > span {
    color: var(--main-blue);
    font-size: 20px;
    cursor: pointer;
}

header .menu_icons .icon_closed,
header.menu_opened .menu_icons .icon_opened {
    display: block;
}

header .menu_icons .icon_opened,
header.menu_opened .menu_icons .icon_closed {
    display: none;
}

header > .dropdown_menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    background: #FFF;
}

header.menu_opened > .dropdown_menu {
    display: block;
}

header > .dropdown_menu .dropdown_menu_content {
    border-top: 1px solid #e3e8f1;
    padding: 10px 0;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
}

header > .dropdown_menu .dropdown_menu_links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 75px;
}

header > .dropdown_menu .dropdown_menu_links > .links_block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header > .dropdown_menu .dropdown_menu_links > .links_block > div {
    margin: 0 2%;
}

header > .dropdown_menu .dropdown_menu_links > .links_block > div > span {
    margin-top: 5px;
    width: 100%;
    height: 2px;
    display: block;
}

header > .dropdown_menu .dropdown_menu_links > .links_block > div.active > span {
    background: var(--main-blue);
}

header > .dropdown_menu .dropdown_menu_links > .last-links_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header > .dropdown_menu .dropdown_menu_links > .links_block > div > a,
header > .dropdown_menu .dropdown_menu_links > .last-links_block > div > a {
    font-size: 18px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--text-dark-gray);
    font-weight: 600;
}

header > .dropdown_menu .dropdown_menu_links > .last-links_block > div.demo_link {
    border-radius: 8px;
    padding: 15px 0px;
    background: var(--main-blue);
    width: 125px;
    border: 2px solid var(--main-blue);
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

header > .dropdown_menu .dropdown_menu_links > .last-links_block > div.demo_link > a {
    color: #FFF;
}

header > .dropdown_menu .dropdown_menu_links > .last-links_block > div.language_link {
    padding: 15px 0;
    width: 125px;
}

header > .dropdown_menu .dropdown_menu_links > .last-links_block > div.language_link > a {
    color: var(--text-medium-dark-gray) !important;
}

header > .dropdown_menu .dropdown_menu_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 30px;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header > .dropdown_menu .dropdown_menu_footer > a {
    font-size: 18px;
    margin-bottom: 15px;
    text-decoration: none;
    color: var(--main-blue);
    font-weight: 800;
}


main {
    margin-top: 80px;
}

main > section {
    padding: 0 10%;
}

main .block-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

main .block-with-icon > img {
    width: 120px;
    display: block;
}

main .block-with-icon h3 {
    font-size: 32px;
    text-align: center;
    color: var(--main-blue);
    font-weight: 800;
    margin-top: 15px;
}

main .block-with-icon p {
    font-size: 24px;
    color: var(--text-medium-dark-gray);
    text-align: center;
    width: 400px;
    margin-top: 15px;
}

.save_time > div:first-child h2 {
    font-size: 48px;
    line-height: 67px;
    font-weight: 900;
    color: var(--text-dark-gray);
}

.save_time > div:first-child p {
    font-size: 24px;
    color: var(--text-medium-dark-gray);
}

.bullet_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.bullet_container > .bullet-border {
    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;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: rgba(135, 137, 150, 0.12);
    border-radius: 50%;
    margin-right: 10px;
}

.bullet_container > .bullet-border > span {
    width: 12px;
    height: 12px;
    background: var(--main-blue);
    border-radius: 50%;
}

.bullet_container > p {
    font-size: 18px;
    color: var(--text-dark-gray);
    font-weight: 700;
    width: auto;
    margin-bottom: 0;
}

.section_header_container {
    margin-bottom: 35px;
}

.section_header_container > span {
    font-weight: 900;
    font-size: 20px;
    color: var(--main-blue);
}

.section_header_container > h2 {
    font-weight: 900;
    font-size: 48px;
    line-height: 67px;
    color: var(--text-dark-gray);
}

.section_body_container .text_container > p,
.sub_section .text_container > p {
    color: var(--text-medium-dark-gray);
    font-size: 24px;
    margin-bottom: 25px;
}

.section_body_container .button {
    width: 350px;
    text-align: center;
}

.sub_section > h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--main-blue);
    line-height: 42px;
    text-align: center;
}

.sub_section > h3 > span {
    font-weight: 900;
}

.text_container {
    margin-right: 25px;
}

table {
    border: 1px solid #c5cddd;
    width: 100%;
    margin-top: 35px;
}

table > thead > tr th {
    background: var(--main-blue);
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

table > tbody > tr td:first-child {
    text-align: left;
}

table > tbody > tr:first-child td {
    font-weight: 700;
}

table > tbody > tr td:not(:first-child) {
    width: 100px;
}

table > tbody > tr td {
    border: 1px solid #eff2f7;
    color: var(--text-medium-dark-gray);
    padding: 10px 20px;
    text-align: center;
    height: 60px;
    vertical-align: middle;
}

table > tbody > tr td:nth-child(odd) {
    background: var(--light-bg);
}

/* ===== FOOTER */
/* ==================================== */

footer {
    background: #FFF;
    padding: 0 10%;
}

footer .footer_resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

footer .footer_resume > .logo_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

footer .footer_resume > .logo_container > a:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}

footer .footer_resume .social > a {
    color: var(--main-blue);
    font-size: 25px;
}

footer .footer_resume > .logo_container > a > img {
    width: 150px;
    display: block;
}

.footer_resume > .text_container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    /*height: 250px;*/
}

footer .text_container {
    color: var(--text-medium-dark-gray);
    font-size: 14px;
}

footer .text_container > p:not(:last-child) {
    margin-bottom: 15px;
}

footer .text_container > ul > li {
    margin-bottom: 5px;
}

footer .text_container > ul > li a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: var(--text-medium-dark-gray);
}

footer h3 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 24px;
    height: 50px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.footer_resume > .text_container p,
.footer_section > .text_container p {
    width: 350px;
    font-size: 16px;
}

.footer_section > .text_container span {
    display: block;
}

.footer_section.contact .phone {
    margin-bottom: 15px;
}

.footer_section.contact .phone > a {
    text-decoration: none;
    color: var(--text-medium-dark-gray);
    font-size: 16px;
}

.footer_section.contact .email > a {
    text-decoration: none;
    color: var(--main-blue);
    font-size: 16px;
}

footer .copyright > p {
    color: var(--text-medium-dark-gray);
    font-size: 12px;
    margin-bottom: 10px;
}

strong,
b {
    font-weight: 800;
}

.fs18 > p,
.fs18 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999991;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal_content {
    position: relative;
}

.modal_content > .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    z-index: 999992;
    cursor: pointer;
    font-size: 18px;
}

.modal_content h2 {
    color: #FFF;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.alert {
    position: fixed;
    top: 100px;
    left: 50%;
    background: #07a287;
    color: #FFF;
    text-align: center;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 0 39px 0 rgba(49, 52, 56, 0.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 350px;
}

.alert.success {
    background: #07a287;
}

.alert.warning {
    background: #ffc501;
}


/* Mobile */
@media only screen and (max-width: 769px) {

    header .top_menu {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 0 20px;
        height: 60px;
        width: 100%;
    }

    header .top_menu > .menu_icons {
        display: block !important;
    }

    header .logo_container > a {
        width: 100px;
    }

    header.menu_opened > .dropdown_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header > .dropdown_menu {
        display: none;
    }

    header > .dropdown_menu .dropdown_menu_links {
        padding-right: 0;
        -webkit-box-flex: 3;
        -ms-flex: 3 1 0;
        flex: 3 1 0;
        margin: 0 20px;
        border-top: 1px solid #e3e8f1;
        border-bottom: 1px solid #e3e8f1;
        padding-bottom: 25px;
    }

    header > .dropdown_menu .dropdown_menu_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header > .dropdown_menu .dropdown_menu_links > .links_block {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 100%;
    }

    header > .dropdown_menu .dropdown_menu_links > .last-links_block > div.language_link {
        margin-top: 25px;
    }

    main {
        margin-top: 60px;
    }

    main > section {
        padding: 0 20px;
    }

    .text_container {
        margin-right: 0;
    }

    /* =========================================== */
    .save_time {
        display: block !important;
    }

    .save_time > div:first-child {
        padding-right: 0;
    }

    .save_time > div:first-child p {
        font-size: 20px;
        width: auto;
        text-align: center;
    }

    footer {
        padding: 0 20px;
    }

    footer > div:first-child {
        display: block;
    }

    .footer_resume > .text_container p,
    .footer_section > .text_container p {
        font-size: 14px;
        width: auto;
    }

    .footer_section {
        border-top: 1px solid #e3e8f1;
        margin-top: 35px;
        padding-top: 35px;
    }

    footer h3 {
        padding-top: 0;
    }

    .footer_section.contact .phone > a,
    .footer_section.contact .email > a,
    footer .text_container > ul > li {
        font-size: 14px;
    }

    .activities {
        padding-bottom: 25px;
    }

    .copyright {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    a.link_button {
        width: 280px !important;
    }

    .save_time > div:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 35px;
    }

    .save_time > div:first-child h2,
    .section_header_container > h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .save_time > div:first-child h2 {
        font-size: 30px;
        line-height: 36px;
        width: auto;
        margin-bottom: 25px;
        text-align: center;
    }

    main .block-with-icon {
        margin-bottom: 35px;
    }

    main .block-with-icon > img {
        width: 80px;
    }

    main .block-with-icon h3 {
        font-size: 24px;
        line-height: 28px;
    }

    main .block-with-icon p {
        font-size: 20px;
        width: auto;
        margin-top: 15px;
    }

    .section_body_container .text_container p {
        font-size: 18px;
        margin-bottom: 25px;
        width: auto;
        line-height: 22px;
    }

    .section_body_container .button {
        width: 100%;
    }

    .section_body_container img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 90%;
        margin-top: 35px;
    }

    .sub_section > h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

/* Tablette */
@media only screen and (min-width: 769px) and (max-width: 1024px) {

    header .top_menu {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 0 20px;
        height: 60px;
    }

    header .logo_container > a {
        width: 100px;
    }

    header > .dropdown_menu .dropdown_menu_links {
        padding-right: 0;
        -webkit-box-flex: 3;
        -ms-flex: 3 1 0;
        flex: 3 1 0;
        margin-right: 20px;
    }

    header > .dropdown_menu .dropdown_menu_links > .links_block {
        flex-flow: row nowrap !important;
    }
    header > .dropdown_menu .dropdown_menu_links > .last-links_block > div.demo_link {
        padding: 10px 15px;
        width: auto;
    }

    main {
        margin-top: 60px;
    }

    main > section {
        padding: 0 5%;
    }

    .save_time > div:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 35px;
    }

    .save_time > div:first-child h2,
    .section_header_container > h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .save_time > div:first-child h2 {
        font-size: 30px;
        line-height: 36px;
        width: auto;
        margin-bottom: 25px;
        text-align: center;
    }

    footer {
        padding: 0 5%;
    }

    footer > div:first-child {
        flex-flow: row nowrap;
    }

    .footer_resume > .text_container p,
    .footer_section > .text_container p {
        width: auto;
    }
}

/* Desktop */
@media (min-width: 1024px) {

    header > .dropdown_menu .dropdown_menu_links > .last-links_block > div.demo_link:hover {
        background: #FFF;
    }

    header > .dropdown_menu .dropdown_menu_links > .last-links_block > div.demo_link:hover > a {
        color: var(--main-blue);
    }
}