﻿.grecaptcha-badge {
    /*visibility: hidden;*/
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.error-msg {
    padding: 0 0 0.5rem;
    color: var(--colorPrimary);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background: linear-gradient(180deg, var(--colorPrimary) 0%, var(--colorPrimary) 73.02%, var(--colorPrimaryDark) 100%);
    margin-bottom:0px !important;
}

.modal-backdrop.fade.show {
    background: rgba(255, 255, 255, 0.75);
}

header {
    background-image: url("/assets/images/bg-header.svg");
    background-repeat: no-repeat;
    background-position: top center;
}

    header p {
        font-size: 0.9rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-align: center;
        color: #fff;
        margin-top: -4rem;
        display: block;
    }

    header span {
        font-weight: 600;
    }

.container {
    padding: 1.75rem 0;
    max-width: 19rem;
    margin: 0 auto;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: start;
}

.flex-container--start {
    justify-content: start;
}

.form-showcase_form {
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 1.31rem 1.19rem;
}

.form-register {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.form-showcase_form h3 {
    font-family: Hermes;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--colorComplementaryOne);
}

@media only screen and (min-width: 1024px) {
    .form-showcase_form h3 {
        font-size: 1.125rem;
    }
}

.form-showcase_form p {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--colorComplementaryOne);
    padding: 0.44rem 0;
}

.form-register input {
    border-radius: 0.25rem;
    border: 0.5px solid var(--colorComplementaryOne);
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.7rem 1.13rem;
    font-size: 0.8125rem;
}

.form-register label {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--colorLabel);
}

input[type=checkbox] {
    accent-color: var(--colorPrimary);
}

.btn-c {
    width: 100%;
    padding: 1rem;
    border-radius: 0.375rem;
    background-color: var(--colorComplementaryThree);
    margin-top: 1.5rem;
    pointer-events: none;
}

.form-message {
    color: #366f1b;
    text-align: center;
    font-family: Open Sans;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.44rem;
    width: 100%;
}

.input-lg {
    width: 100%;
    position: relative;
}

.form-icon {
    position: absolute;
    right: 1.7rem;
    top: 0.62rem;
    cursor: pointer;
}

.under-message {
    margin: -0.5rem 0 0.8rem;
    line-height: 1;
}

    .under-message a {
        font-family: Open Sans;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--colorPrimary);
        text-decoration: none;
    }

.under-message--lg {
    margin: 1rem 0 0;
}

.under-message p {
    margin: 0;
    padding-top: 0;
}

.customer-logos .container {
    display: flex;
    flex-direction: column;
    border-bottom: 1px #fff solid;
    padding: 1.5rem 0 2.5rem;
    gap: 1.5rem;
}

footer{
/*    margin-bottom:-30px;*/
/*    position:relative;*/
    width:100%;
    padding-bottom:0px !important;
    
/*    bottom:0px!important;*/
}

footer .container {
    color: #fff;
    font-kerning: none;
    font-family: "Open Sans", sans-serif;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.75rem 0 3.75rem;
    padding-bottom:30px!important;
}

.footer-logo-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.footer-block-logo--desk {
    display: none;
}

.showcase {
    display: flex;
    flex-direction: column;
}

.char-right--showcase,
.char-left--showcase {
    display: none;
}

.features-desktop {
    display: none;
}

.btn-c-active {
    pointer-events:initial!important;
    background-color: var(--colorPrimary) !important;
}

.btn-c-active:hover {
    background-color: var(--colorPrimaryDark) !important;
}

.modal-dialog {
    background: none;
}

.modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

.modal-body {
    background-color: var(--bgDanger);
    border-radius: 0.375rem;
    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.25);
    width: 16.25rem;
/*    height: 21.25rem;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*    gap: 2.31rem;*/
    margin-top: 5.31rem;
    padding: 0 2.25rem;
}

    .modal-body h3,
    .modal-body p {
        color: #fff;
        text-align: center;
    }

    .modal-body .btn-close {
        position: absolute;
        top: 0.5rem;
        right: 0.9rem;
        color: transparent !important;
        background: transparent !important;
        opacity: 1;
    }

.sup-title {
    display: none;
}


body .container {
    margin-top: 0px !important;
}
body {
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

header {
    min-height: 50px;
  
}

footer {
    min-height: 50px;
   
}

@media only screen and (min-width: 1025px) {
    main {
        margin-top: -300px;
        min-height: calc(100vh - 260px);
       
    }
    body {
        background: linear-gradient(90deg, var(--colorPrimary) 0%, var(--colorPrimary) 73.02%, var(--colorPrimaryDark) 100%);
    }

    header {
        background-image: none;
    }

        header p {
            display: none;
        }

        header .flex-container {
/*            background-image: url("/assets/images/bg-header-desk.svg");*/
            justify-content: flex-start;
            height: 20rem;
            padding: 1.75rem 4.5rem;
        }

            header .flex-container .programLogo {
                width: 16.4375rem;
                height: 10.17763rem;
            }

    .modal-body {
        width: 100%;
/*        min-width: 37.5rem;*/
    }

    .char-left,
    .char-right {
        display: none;
    }

    .showcase {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 2rem;
    }

        .showcase .sup-title {
            display: block;
            text-align: center;
            font-size: 1.6rem;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            text-align: center;
            color: #fff;
        }

            .showcase .sup-title span {
                font-weight: 600;
            }

    .form-showcase_form {
        width: 29.625rem;
        height: auto;
        flex-shrink: 0;
    }

    .form-showcase_form-ad {
        width: 20rem !important;
    }

    .container {
        max-width: 1440px;
    }

    .form-showcase {
        display: flex;
        justify-content: center;
    }

    .char-right--showcase,
    .char-left--showcase {
        display: block;
        width: auto;
        height: 30.125rem;
        z-index: 2;
    }

    .customer-logos .container {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        padding: 2.25rem 0;
    }

    .customer-logos .footer-block-logo {
        display: none;
    }

    .customer-logos .footer-block-logo--desk {
        display: inline-block;
    }
}

#select-country
{
    width: 100%;
}

#div-select-country .select2-selection{
    background-color: transparent!important;
    border:0px!important;
}

#div-select-country .select2-dropdown.select2-dropdown--below
{
    width: 150px!important;
}

.select2-dropdown.select2-dropdown--below{
    min-width: 150px!important;
    left:-25px!important;
}