*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

body {
    text-align: center;
    background: url(images/background.webp) no-repeat center center / cover;
    color: white;
    height: 100dvh;
    width: 100vw;
    background-size: cover;
}
.container {
    max-width: 1440px;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 100%;
    /* z-index: -1; */
}
h1 {
    font-size: 40px;
    font-weight: bold;
}
.highlight {
    color: #FFD700;
    font-size: 24px;
    text-transform: uppercase;          
    text-shadow: 0px 4px 4px #201E41;
}
.country {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.locations img {
    width: 40px;
}
.country img {
    width: 80px;
    margin: 15px 10px 5px;
}
.locations {
    font-size: 18px;
    margin: 20px 0;
}
.date {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}
.buttons {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 300px;
    /* padding: 11px 0px; */
    /* align-items: center; */
    /* width: 100%; */);)0;);)$;)$%;)$;);
}
.buttons a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 10px;
    font-weight: 600;
    background-color: #ED2939;
    color: #fff;
    border: 1px solid #ffffff;
}

.buttons a.yellow {
    border: none;
    background: #FFD700;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 24px 0px #002664;

}
.buttons a svg {
    width: 24px;
    margin-right: 8px;
}
.buttons a img {
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}
.van {
    /* margin-top: 20px; */
    /* width: 100%; */
    position: absolute;
    right: -35%;
    bottom: 0;
    z-index: -1;
}
.locations svg {
    width: 30px;
    fill: red;
    height: auto;
        margin-right: 10px; 
    }
.flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.locations p {
    font-size: 24px;
    text-align: left;
    margin: 10px 0;
    display: flex;
    align-items: center;
        font-weight: 600;       
}

.country {
    display: flex;
    flex-direction: column;
    font-size: 70px;
    position: relative;
    text-shadow: 0px 4px 4px #201E41;
}

.countries svg {
    width: 75px;
    height: 50px;
    margin: 0 15px 0;
}

.countries svg.svg-ua {
    box-shadow: 0px 4px 4px #201E41;
}

.countries.m-hidden {
    position: absolute;
    top: 75px;
}

.thanks-title {
    margin: 30px auto 0; 
    display: block; 
    font-size: 24px;
    text-shadow: 0px 4px 4px #201E41;

}

.modal {
    display: none; /* приховано за замовчуванням */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* затемнення фону */
    overflow: auto;
}


.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 27px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    border-radius: 5px;
    position: relative;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}
.close:hover {
    color: #000;
}
.modal textarea {
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    resize: vertical;
}
.modal button {
    padding: 10px 20px;
    background-color: #ED2939;
    color: #fff;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.modal button:hover {
    background-color: #004a9b;
}

#managerForm {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 50px auto 0;
}

#managerForm textarea {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 16px;
    height: 150px;
}

#managerForm button {
    padding: 15px;
    color: black;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 20px;
    background-color: #ED2939;
    color: #fff;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.country.m-hidden .countries {
    display: flex;
    position: inherit;
    margin-top: 40px;
}


@media screen and (max-width: 767px) {
    .m-hidden {
        display: none;
    }
    .country {
        font-size: 60px;
        margin-top: 20px;
    }
    .country.d-hidden .countries {
        position: absolute;
    }
    .countries svg {
        margin: 0 50px;
    }
    .countries svg:first-child {
        margin-left: 0 !important;
    }
    .countries svg:last-child {
        margin-right: 0 !important;
    }
    .van {
        width: 400px;
    }
    .thanks-title { 
        font-size: 16px;
    }
    .locations p {
        font-size: 16px;
    }
    .locations svg {
        margin: 0 5px 0 10px;
        width: 20px;
    }
}

@media screen and (min-width: 768px) {
    body {
        background: url(images/bg-back.webp) no-repeat center center / cover;
    }

    .van {
        /* margin-top: 20px; */
        /* width: 100%; */
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        max-width: 656px;
    }

    .d-hidden {
        display: none !important;
    }

    .highlight {
        display: block;
        margin-top: 100px;
    }

    /*.country {*/
    /*    display: none;*/
    /*}*/
}
