@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
    url('../fonts/Manrope-Medium.woff') format('woff'),
    url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
    url('../fonts/Manrope-SemiBold.woff') format('woff'),
    url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
    url('../fonts/Manrope-Regular.woff') format('woff'),
    url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
    url('../fonts/Manrope-Bold.woff') format('woff'),
    url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Manrope', serif;
    font-weight: 500;
    font-style: normal;
    background: #EEF1F6;
}

.main-bg {
    width: 100%;
    min-height: 720px;
    background: url("../img/bg.png") top center no-repeat;
    background-size: cover;
}

.navbar {
    box-shadow: 0 10px 40px rgba(0,0,0,0.07);
}

.title-container {
    padding: 100px 0 0 0;
}

.title-container h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #2F3542;
}

.form-container {
    background: #fff;
    border-radius: 15px;
    margin: 30px 0;
    padding: 30px 40px;
}

.form-container .col-sm-12,
.form-container .col-md-4 {
    padding: 0 10px !important;
}

.md-form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.md-form .form-control {
    background: #EEF1F6 !important;
    border-radius: 10px !important;
    height: 60px !important;
    border: 1px solid #EEF1F6 !important;
    padding: 15px 0 0 20px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #2F3542;
}

.md-form input:active,
.md-form input:focus {
    border: 1px solid #90A1AC !important;
    box-shadow: none !important;
}

.md-form label {
    top: 6px;
    left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #90A1AC;
    border: 0 !important;
}

.md-form label.active {
    color: #90A1AC !important;
    transform: translateY(-1px) scale(0.7);
    border: 0 !important;
}

.dropdown-toggle {
    height: 60px;
    background: #EEF1F6 !important;
    border: 1px solid #EEF1F6;
    border-radius: 10px;
    box-shadow: none;
    text-transform: none !important;
    padding: 18px 0 0 20px;
    margin: 0;
    width: 100%;

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: flex-start;
    color: #90A1AC;
}

.icon-dropdown,
.icon-dropup {
    margin: 0 20px 0 auto;
}

.dd-container .dropdown-toggle .icon-dropdown {
    display: block;
}

.dd-container .dropdown-toggle .icon-dropup {
    display: none;
}

.dd-container.show .dropdown-toggle .icon-dropdown {
    display: none !important;
}

.dd-container.show .dropdown-toggle .icon-dropup {
    display: block !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
    outline: 0 !important;
    box-shadow: none !important;
}

.dropdown-menu {
    width: 100%;
    background: #FFF !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
    border: 0;
    border-radius: 10px;
    max-height: 224px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown-menu.show {
    margin: 10px 0;
}

.dropdown-toggle:hover {
    color: #90A1AC !important;
}

.dd-container.selected .dropdown-toggle,
.dd-container.show .dropdown-toggle {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    display: flex;
    color: #90A1AC;
    padding: 13px 0 0 20px;
    align-items: flex-start;
    transition: padding 0.15s ease-in-out, font-size 0.15s ease-in-out;
}

.dd-container.selected.dd-error .dropdown-toggle,
.dd-container.show.dd-error .dropdown-toggle {
    color: #dc3545;
}

.dd-container.show .dropdown-toggle {
    border: 1px solid #90A1AC;
}

.dropdown-item {
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    cursor: pointer;
    border-bottom: 1px solid #EEF1F6;
}

.dropdown-item:last-child {
    border-bottom: 1px solid #FFF;
}

.dropdown-item:hover {
    background: #EEF1F6;
    border-bottom: 1px solid #EEF1F6;
}

.dropdown-item.selected {
    background: url("../img/check.svg") center right no-repeat;
    background-position: calc(100% - 20px) center;
}

.dropdown-value {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    color: #2F3542;
    position: absolute;
    margin: 28px 0 0 20px;
    z-index: 100;
    display: none;
}

.dd-container.selected .dropdown-value,
.dd-container.show .dropdown-value {
    display: flex;
}

.dd-container.selected .icon-dropdown {
    margin: 5px 20px 0 auto;
}

.dd-container.show .icon-dropup,
.dd-container.selected .icon-dropup {
    position: absolute;
    right: 0;
    top: 15px;
    margin: 3px 20px 0 auto;
}

.delimiter {
    margin: 40px auto;
    width: 100%;
    height: 1px;
    background: #eef1f6;
}

.promocode-tip .text {
    padding: 20px 0 0 0;
    width: 135px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #90a1ac;
}

.mafin-submit {
    height: 60px;
    width: 100%;
    max-width: 264px;
    display: block;
    margin: 10px 0 10px auto;
    background: #ff0550;
    border-radius: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    border: 0;
    outline: none !important;
}

.invalid-feedback {
    display: none;
    margin: 0;
    font-size: 100%;
}


.is-valid,
.form-control.is-valid,
.md-form .form-control.is-valid {
    border: 1px solid #EEF1F6 !important;
    box-shadow: none !important;
}

.md-form .form-control:focus.is-valid {
    border: 1px solid #90A1AC !important;
    box-shadow: none !important;
}

.info {
    padding: 60px 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #2F3542;
}

.info h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #2F3542;
    margin: 30px 0 20px 0;
}

.main-bg .notes {
    color: #90a1ac;
    margin: 30px auto 10px auto;
    font-size: 14px !important;
}

.total-price {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #2F3542;
    display: none;
}

.info-link {
    font-size: 14px;
    display: block;
    color: #407ec0;
    margin: 20px 16px;
}

@media (max-width: 991px) {
    .info-link {
        color: white !important;
        padding: 0 0 0 40px;
    }

    .main-bg {
        background: #5F6062 url('../img/bg_tablet.png') center no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .container.no-pad {
        max-width: 991px;
        width: 100% !important;
        background: #5F6062;
        padding-bottom: 30px;
    }

    .title-container {
        padding: 80px 48px 50px 48px;
    }

    .title-container h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .mafin-submit {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .main-bg {
        background: #5F6062 url('../img/bg_mobile.png') center no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .container.no-pad {
        background: #5F6062;
        padding-bottom: 30px;
    }

    .form-container .col-sm-12, .form-container .col-md-4 {
        padding: 0 !important;
    }

    .form-container {
        padding: 20px !important;
    }

    .form-container .row {
        margin-right: 0;
        margin-left: 0;
    }

    .title-container {
        padding: 40px 30px 0 30px;
        width: 100%;
    }

    .title-container h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .promocode-tip {
        padding: 0;
        width: 100%;
    }

    .promocode-tip .text {
        padding: 0;
        width: 100%;
    }

    .mafin-submit {
        margin: 40px auto 20px auto;
    }

    .delimiter {
        margin: 30px auto;
    }

    .mafin-submit {
        max-width: 200px;
    }
}

