:root {
    --dry-orange-color: #F27F2C;
    --mr-franklin-color: #00844D;
    --gray-13-color: #202020;
    --gray-20-color: #333;
    --gray-40-color: #666;
    --gray-60-color: #999;
    --background: #0F1821;
    --white: #FFF;
    --deepBlue: #344995;
    --very-light-pink: #cccccc;
    --grey-40: #666666;
    --grey-50: #808080;
    --light-grey-blue: #acafba;
    --black: #212121;
    --light-blue-grey: #a9b7eb;
    --grey-70: #b3b3b3;
    --light-blue-grey-30: rgba(169, 183, 235, 0.3);
    --pale-grey: #edeef2;
    --brown-grey: #999999;
    --ctgBlue: #2e4bb5;
    --light-blue-grey-20: rgba(169, 183, 235, 0.2);
    --cloudy-blue: #b8bdd0;
    --grey-85: #d9d9d9;
    --greyish-brown: #4d4d4d;
    --light-burgundy: #963234;
    --off-white: #fff8e5;
    --dark-blue-grey: #141c38;
    --pale-lilac: #e1e3eb;
    --light-periwinkle: #d6d9e5;
    --brownish-grey: #757575;
}

body, html {
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0;
    margin: 0;
    background-color: var(--background);
}

*, ::after, ::before {
    box-sizing: border-box;
}

.covid-toast.toastify {
    width: 100vw;
    max-width: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    cursor: default;
    top: 0 !important;
}

.covid-toast.toastify .toast-close {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 11;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 120px;
    min-height: 100vh;
}

.content {
    width: 100%;
}

.image_block {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    pointer-events: none;
}

.image_block img {
    max-width: 66vw;
    max-height: 44vh;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.wrapper {
    width: 100%;
    min-height: 100vh;
    background-image: url("../images/photo.png");
    background-size: cover;
    background-color: var(--background);
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    color: var(--white);
    position: relative;
    z-index: 10;
}

.content_logo {
    display: flex;
    padding: 120px 0;
    width: 250px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.content_logo img {
    width: 250px;
    max-width: 50vw;
    height: auto;
}

.content_title {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    margin-bottom: 19px;
}

.content_text, .content_subtitle {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
}

.content_text {
    color: #dedede;
    margin-bottom: 40px;
}

.content_subtitle {
    color: var(--white);
}

.content_subtitle a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    text-decoration: none;
}

.privacy, .terms {
    background: white;
    display: flex;
    justify-content: center;
}

#terms-container, #privacy-container, #licences, #info-page {
    max-width: 990px;
    text-align: justify;
    padding: 0 15px;
    min-height: 100vh;
    width: 100%;
}

.request-block {
    margin-bottom: 40px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-btn {
    width: 260px;
    height: 60px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(26px);
    backdrop-filter: blur(26px);
    background-image: linear-gradient(to left, var(--ctgBlue), var(--deepBlue));
    cursor: pointer;

    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;


    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-btn:focus, .request-btn:hover {
    background-image: none;
    background-color: #101f52;
}

.download-app {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 120px;
}

.gp-btn {
    height: 81px;
}


@media screen and (max-width: 1024px) {
    .container {
        padding: 0 80px;
    }

    .content_logo {
        padding: 80px 0;
    }

    .request-block {
        flex: initial;
        padding-top: 40px;
    }

    .content_title {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 40px;
    }

    .content_logo {
        padding: 40px 0;
    }

    .content_title {
        font-size: 28px;
    }

    .content_text, .content_subtitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        padding: 0 20px;
    }

    .content_logo {
        padding: 20px 0;
    }

    .content_title {
        font-size: 26px;
    }

    .content_text, .content_subtitle {
        font-size: 16px;
    }

    .download-app {
        order: 3;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .request-block {
        padding-top: 0;
        order: 4;
    }
    .request-btn {
        width: 80vw;
        height: 55px;
        font-size: 18px;
    }

    .image_block {
        order: 5;
        position: static;
        width: 100vw;
        margin-left: -20px;
    }

    .image_block img {
        max-width: 100vw;
    }
}


