.fluid-container {
    max-width: 1366px;
    width: 100%;
    padding: 80px 15px;
    margin: 0 auto;
}

.content-page {
    margin-top: 110px;
}

/*--------------------------------------------------------------
PRELOADER PAGE
--------------------------------------------------------------*/
.preloader-page {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    background: var(--white);
}

.preloader-page .logo {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.header-page {
    height: 110px;
    z-index: 999;
}

.header-page .header-page-wrapper {
    position: relative;
    z-index: 10;
    border-bottom: var(--border-default);
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .1);
}

.header-page .header-page-wrapper > div {
    max-width: 1366px;
    margin: 0 auto;
}

.header-page .logo {
    max-width: 200px;
    padding-left: 15px;
}

.header-page .nav-page ul.nav-page-menu {
    padding-right: 15px;
}

.header-page .nav-page ul.nav-page-menu li {
    height: 100%;
}

.header-page .nav-page ul.nav-page-menu li:not(:first-child) {
    margin-left: 58px;
}

.header-page .nav-page ul.nav-page-menu a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 4px solid transparent;
}

.header-page .nav-page ul.nav-page-menu a span {
    font-size: 15px;
    line-height: 22px;
    transition: var(--transition-default);
}

.header-page .nav-page ul.nav-page-menu li.active-menu-item a {
    border-color: var(--monza);
}

.header-page .nav-page ul.nav-page-menu li:hover a {
    border-color: var(--ebony);
}

.header-page .nav-page ul.nav-page-menu li.active-menu-item a > span {
    color: var(--monza);
}

.header-page .nav-page a.nav-page-linkedin {
    border-left: var(--border-default);
    border-right: var(--border-default);
    width: 80px;
    margin-left: 40px;
}

.header-page .nav-page a.nav-page-linkedin img {
    max-width: 21px;
}

.header-page .nav-page button.nav-page-choose-lang {
    padding: 0 44px;
}

.header-page .header-page-dropdown {
    border: var(--border-default);
    border-top: 0;
    width: 216px;
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .1);
    padding: 10px 0;
}

.header-page .nav-page-mobile-menu {
    width: 100%;
}

.header-page .header-page-dropdown ul a {
    padding: 13px 30px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}

.header-page .header-page-dropdown ul li.active-lang a {
    background: var(--athens);
}

.header-page .header-page-dropdown ul li:not(.active-lang):hover a {
    background: var(--alabaster);
}

.header-page .nav-page-mobile-menu ul a {
    text-align: center;
    font-size: 18px;
}

.header-page .nav-page-mobile-menu ul li.active-lang a {
    color: var(--monza);
}

/*--------------------------------------------------------------
SECTIONS
--------------------------------------------------------------*/
section {
    width: 100%;
}

h2.section-title, h3.section-title {
    font-size: 32px;
    /*line-height: 64px;*/
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

h3.section-title {
    margin-bottom: 5px;
    font-size: 20px;
}

h2.section-title:not(.not-line):before {
    content: '';
    border-bottom: 5px solid var(--monza);
    position: absolute;
    width: 75px;
    bottom: -15px;
}

h2.section-title.line-center:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

p.section-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

p.section-content:not([class*='max-w-']) {
    max-width: 1100px;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.footer-page {
    width: 100%;
}

.footer-page .footer-page-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 15px;
}

.footer-page .footer-page-wrapper strong,
.footer-page .footer-page-wrapper span,
.footer-page .footer-page-wrapper a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.footer-page .footer-page-wrapper a:hover {
    color: var(--monza);
}

.footer-page .footer-page-wrapper li {
    font-size: 0;
}

.footer-page .footer-page-wrapper li:nth-child(2) {
    margin-left: 25px;
    margin-right: 8px;
}

.footer-page .footer-page-wrapper li img {
    max-height: 25px;
    border-radius: 100%;
    transition: .4s;
}

.footer-page .footer-page-wrapper li:hover img {
    background: var(--monza);
}

/*--------------------------------------------------------------
PAGE FORM
--------------------------------------------------------------*/
.page-form {
    min-height: 830px;
}

.page-form > * {
    width: 50%;
}

.page-form .left-side-wrapper {
    padding: 55px 35px 42px;
    max-width: 683px;
}

.page-form .left-side .left-side-wrapper > div {
    max-width: 460px;
    margin-bottom: 35px;
}

.page-form:not(.not-form) .left-side h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 17px;
}

.page-form:not(.not-form) .left-side p {
    line-height: 24px;
    font-size: 20px;
    font-weight: 300;
}

.page-form .left-side form.form,
.page-form .left-side form.form input.form-input {
    max-width: 622px;
}

.page-form .file-uploader {
    margin-bottom: 20px;
}

.page-form .file-uploader label {
    align-items: flex-start;
    padding-left: 59px;
}

.file-uploader-html img {
    max-width: 45px;
    margin-right: 29px;
}

.file-uploader-html > *:not(img) {
    color: var(--spruce);
    line-height: 24px;
    width: 200px;
}

.file-uploader-html strong {
    font-size: 18px;
}

.file-uploader-html span {
    font-size: 15px;
    font-weight: 300;
}

/*--------------------------------------------------------------
CUSTOM LIST
--------------------------------------------------------------*/
.custom-list--numeric li {
    display: flex;
    align-items: center;
    max-width: 600px;
}

.custom-list--numeric li:before {
    content: attr(data-list-type);
    color: var(--monza);
    font-weight: 900;
    font-size: 72px;
    padding-right: 30px;
    animation-name: floating-small;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.custom-list--numeric li > div {
    display: flex;
    flex-direction: column;
}

.custom-list--numeric li > div strong {
    color: var(--monza);
    font-size: 16px;
    line-height: 28px;
}

.custom-list--numeric li > div span {
    font-size: 14px;
    font-weight: 400;
    color: var(--spruce);
}

.custom-list--numeric + strong {
    display: block;
    max-width: 600px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 20px;
    color: var(--spruce);
}

/*--------------------------------------------------------------
INFO SECTION
--------------------------------------------------------------*/
.custom-info-section .fluid-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-info-section img {
    max-width: 600px;
    width: 100%;
}

.custom-info-section .left-side,
.custom-info-section p:not(.section-content) {
    margin-left: 60px;
}

.custom-info-section p:not(.section-content) {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    max-width: 500px;
    color: var(--spruce);
}

/*--------------------------------------------------------------
SEARCH ENGINE
--------------------------------------------------------------*/
.page-search-engine {
    position: relative;
    z-index: 10;
    overflow: unset;
}

.page-search-engine .fluid-container {
    padding: 0 15px;
}

.page-search-engine .search-engine-box {
    border: 1px solid var(--gray);
    border-radius: 15px;
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .1);
}

.page-search-engine .search-engine-box > div {
    border-bottom: 1px solid var(--gray);
}

.page-search-engine h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.page-search-engine svg {
    max-width: 20px;
    margin-right: 15px;
}

.page-search-engine .search-engine-box > * {
    padding: 20px 40px;
}

.page-search-engine .search-engine-box > form {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-search-engine .search-engine-box > form .form-bottom {
    margin-top: 15px;
}

.page-search-engine .search-engine-box > form a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.page-search-engine .search-engine-box > form button[type="submit"] {
    margin-top: 0;
    margin-left: 20px;
}

/*--------------------------------------------------------------
BOX OFFER
--------------------------------------------------------------*/
.box-offer-container {
    max-width: 390px;
    width: 100%;
    border-radius: 29px;
}

.box-offer-container .box-offer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-offer-container .box-offer-header h6 {
    font-size: 22px;
    font-weight: 400;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box-offer-container .box-offer {
    border: var(--border-default);
    border-radius: 29px;
    padding: 25px 30px;
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .1);
}

.box-offer-container.box-offer-card .box-offer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.box-offer-container.box-offer-card .box-offer-header {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
    border: var(--border-default);
    border-bottom: 0;
    padding: 15px 30px 10px;
}

.box-offer-container .box-offer:not(.not-margin) li:not(:first-child) {
    margin-top: 8px;
}

.box-offer-container .box-offer li:not(.date-expired) {
    display: flex;
    align-items: center;
}

.box-offer-container .box-offer li.date-expired {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.box-offer-container .box-offer li.date-expired > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.box-offer-container .box-offer li img {
    max-width: 17px;
    height: auto;
}

.box-offer-container .box-offer li strong {
    font-size: 17px;
    font-weight: 500;
}

.box-offer-container .box-offer li.date-expired div > span {
    color: var(--silver);
    font-size: 13px;
}

.box-offer-container .box-offer li:not(.date-expired) strong {
    margin-left: 10px;
}

/*--------------------------------------------------------------
THANK YOU PAGE
--------------------------------------------------------------*/
.thank-you-page .page-banner-content {
    max-width: 100%;
}

.thank-you-page .page-banner-content p {
    max-width: 500px;
    font-size: 16px !important;
    margin-top: 20px;
}


/*--------------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------------*/
@media screen and (max-width: 1160px) {
    .header-page .nav-page ul.nav-page-menu li:not(:first-child) {
        margin-left: 35px;
    }

    .header-page .nav-page button.nav-page-choose-lang {
        padding: 0 30px 0 34px;
    }
}

@media screen and (max-width: 1024px) {
    /** FORM **/
    .page-form .left-side {
        display: none;
    }

    .page-form > * {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .content-page {
        margin-top: 80px;
    }

    .fluid-container {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    h3.section-title {
        font-size: 19px;
    }

    h2.section-title {
        font-size: 26px !important;
    }

    h2.section-title:not(.not-line):before {
        bottom: -7px;
    }

    p.section-content {
        font-size: 13px !important;
        line-height: 25px;
    }

    /* HEADER */
    .header-page {
        height: 80px;
    }

    .header-page .logo {
        max-width: 160px;
    }

    /* FOOTER */
    .footer-page .footer-page-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
    }

    .footer-page .footer-page-wrapper > *:nth-child(2) {
        display: block;
        margin: 15px 0;
    }

    /* FORM */
    .page-form {
        height: auto !important;
    }

    .page-form .left-side {
        width: 100%;
    }

    .page-form .left-side-wrapper,
    .page-form .left-side .left-side-wrapper > div,
    .page-form .left-side form.form,
    .page-form .left-side form.form input.form-input {
        max-width: 100%;
    }

    .page-form .left-side-wrapper {
        padding: 30px 15px 50px 15px !important;
    }

    /* CUSTOM LIST */
    .custom-list--numeric li:before {
        font-size: 60px;
    }

    /* INFO SECTION */
    .custom-info-section .left-side,
    .custom-info-section p:not(.section-content) {
        margin-left: 40px;
    }

    .custom-info-section p:not(.section-content) {
        font-size: 14px;
        line-height: 26px;
    }

    /* BOX OFFER */
    .box-offer-container .box-offer {
        padding: 20px 25px !important;
    }

    .box-offer-container .box-offer-header {
        padding: 15px 25px 10px !important;
    }
}

@media screen and (max-width: 768px) {
    h2.section-title {
        font-size: 23px;
    }

    /* HEADER */
    .header-page .nav-page a.nav-page-linkedin,
    .header-page .nav-page button.nav-page-choose-lang {
        width: 60px;
    }

    .nav-page-mobile-menu-button {
        padding: 0 15px;
    }

    /* FORM */
    .page-form .left-side .left-side-wrapper > div {
        margin-bottom: 20px;
    }

    .page-form .left-side h3 {
        font-size: 23px !important;
        line-height: normal !important;
    }

    /* INFO SECTION */
    .custom-info-section .fluid-container {
        flex-direction: column;
        align-items: center;
    }

    .custom-info-section .fluid-container.column-reverse {
        flex-direction: column-reverse;
    }

    .custom-info-section img {
        max-width: 400px;
        margin: 0 auto;
    }

    .custom-info-section .left-side,
    .custom-info-section p:not(.section-content) {
        margin: 20px 0 0;
    }

    .custom-info-section .fluid-container.column-reverse .left-side {
        margin-bottom: 30px !important;
        margin-top: 0 !important;
    }

    .custom-info-section ~ section {
        padding-left: 0 !important;
    }

    /* INFO SECTION */
    .custom-info-section p:not(.section-content) {
        font-size: 15px;
    }

    .page-search-engine .search-engine-box > * {
        padding: 20px 25px;
    }

    .page-search-engine .search-engine-box > form {
        padding: 25px;
    }

    .page-search-engine .search-engine-box > form .form-group {
        flex-direction: column;
    }

    .page-search-engine .search-engine-box > form a {
        font-size: 14px;
    }
}

@media screen and (max-width: 620px) {
    /* HEADER */
    .header-page .nav-page ul.nav-page-menu {
        display: none;
    }

    .nav-page-mobile-menu-button {
        display: block;
        border-left: var(--border-default);
        padding: 0 30px;
    }

    .nav-page-mobile-menu-button > span {
        font-weight: bold;
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    /* FORM */
    .page-form .left-side form.form .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 400px) {
    /* HEADER */
    .header-page .logo svg {
        max-width: 85px;
    }

    .header-page .nav-page a.nav-page-linkedin {
        display: none;
    }

    .header-page .nav-page button.nav-page-choose-lang {
        border-left: var(--border-default);
    }
}
