﻿

.main-header-logo, .mobile-header-logo {
    display: none;
}

.open-menu {
    display: none;
}

a.start-button {
    background: #fff;
    color: #006064;
}

.username {
    direction: ltr !important;
    text-align: left !important;
}

.signin-form form .iti__selected-flag {
    padding-left: 15px;
}

.iti__selected-flag {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.iti__country-list {
    min-width: 250px;
}


.iti__flag-container {
    left: 0
}

.main-login-container input {
    padding: 0 26px;
}

.is-login-section-info-text {
    font-size: 36px;
    color: #006064;
    text-align: center;
    margin-block: 10px;
}

.is-login-section-info-download-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-block: 16px;
}

    .is-login-section-info-download-wrapper > a {
        transition: all linear 0.3s;
        text-decoration: none;
    }

    .is-login-section-info-download-wrapper img {
        width: 100%;
        min-width: 150px;
        max-width: 200px;
    }

.marketing-container {
    background: white;
}

.marketing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 800px;
    margin-inline: auto;
    padding: 50px 30px;
}

.mk-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    row-gap: 30px;
    column-gap: 50px;
    margin-block: 60px;
}

.mk-cat {
    aspect-ratio: 1 / 1;
}

    .mk-cat img {
        width: 100%;
        height: 100%;
    }


.mk-badges {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px;
    margin-block: 60px;
    direction:ltr;
}

    .mk-badges > img {
        width: 100%;
    }

.mk-hint {
    font-weight: 600;
    color: #006064;
    text-align: center;
    margin-bottom: unset;
}

.img.start-main-logo {
    margin-bottom: 20px;
}

.welcome-img {
    height: 200px;
    margin-block: 60px;
}

@media screen and (max-width: 768px) {
    .is-login-section-info-download-wrapper img {
        min-width: 100px;
        max-width: 120px;
    }

    .is-login-section-info-text {
        font-size: 18px;
    }

    .login-box-container {
        height: 100vh !important;
        margin-top: unset;
    }

    .welcome-img {
        height: unset;
        width: 300px;
    }

    .mk-categories {
        grid-template-columns: repeat(2, minmax(80px, 1fr));
        column-gap: 20px;
    }

    .mk-badges {
        grid-template-columns: repeat(5, 1fr);
    }
}
