﻿body {
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: gotham-medium;
    src: url(/fonts/gotham-medium.ttf);
}

@font-face {
    font-family: gotham-black;
    src: url(/fonts/gotham-black.ttf);
}

@font-face {
    font-family: gotham-bold;
    src: url(/fonts/gotham-bold.ttf);
}

@font-face {
    font-family: open-sans-light;
    src: url(/fonts/open-sans.light.ttf);
}

@font-face {
    font-family: open-sans-italic;
    src: url(/fonts/open-sans.light-italic.ttf);
}

section {
    padding-bottom: 49px;
}

.error {
    color: red !important;
}

.bg-img {
    position: relative;
    padding-bottom: 120px;
}

    .bg-img .bg {
        width: 100%;
        height: 587px;
    }

.event-desc {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    margin: 0 auto 30px;
}

.envited-text {
    font-family: gotham-medium;
    letter-spacing: 4.2px;
    color: #fff;
    font-size: 21px;
    margin-bottom: 45px;
}

.event-h {
    font-family: gotham-black;
    color: #fff;
    font-size: 78px;
    margin: 0 auto 39px;
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1184px;
    width: 100%;
    padding: 0 22px;
    margin: 0 auto;
    text-align: center;
}

.private-event-text {
    color: #D50000;
    font-size: 24px;
    font-family: gotham-bold;
    margin-bottom: 5px;
    letter-spacing: 4.8px;
    text-align: center;
}

.main-title {
    color: #000000;
    font-size: 44px;
    font-family: open-sans-light;
    margin-bottom: 8px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 8px;
}

form {
    color: #000000;
    font-size: 22px;
    margin: 38px 0 0;
    font-family: open-sans-light;
}

.contact-info-text {
    color: #000000;
    font-size: 22px;
    margin-bottom: 26px;
    font-family: open-sans-light;
}

form .field {
    max-width: 100%;
    width: 640px;
    margin: 0 auto 17px;
    position: relative;
}

    form .field input {
        display: block;
        width: 100%;
        height: 47px;
        border: 1px solid #C1C1C1;
        background: #F8F8F8;
        border-radius: 24px;
        padding: 0 21px;
        font-size: 18px;
        font-family: open-sans-light;
    }

.choose-date-container {
    padding-top: 16px;
}

footer {
    background: #F8F8F8;
    padding: 36px 0;
    font-family: open-sans-light;
    font-size: 15px;
}

:focus {
    outline: none !important;
}

.field-icon {
    position: absolute;
    top: 14px;
    right: 21px
}

.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    height: 47px;
    border: 1px solid #C1C1C1;
    background: #F8F8F8;
    border-radius: 24px;
    padding: 0 21px;
    font-size: 18px;
    font-family: open-sans-light;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
    }

.field .select2-container {
    width: 100% !important;
    margin-bottom: 29px;
}

.select2-container--open .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown {
    border-color: #C1C1C1;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #C1C1C1;
}

.select2-selection__arrow b {
    position: absolute;
    right: 21px;
    top: 22px;
    width: 10px;
    height: 6px;
    background: url(../images/dropdown-arrow.svg);
}

.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
}

.continue-btn {
    background: #D50000;
    border: none;
    border-radius: 24px;
    color: #fff;
    width: 284px;
    max-width: 90%;
    height: 47px;
    font-family: open-sans-light;
    font-size: 22px;
    margin-bottom: 31px;
}

.additional-text {
    font-family: open-sans-light;
    font-size: 22px;
    color: #000;
}

    .additional-text div {
        font-size: 18px;
        font-family: open-sans-italic;
        margin-top: 14px;
    }

.copyright-txt {
    margin-top: 30px;
}

    .copyright-txt a {
        color: #000;
        text-decoration: underline;
    }

.thank-text {
    color: #000000;
    font-size: 22px;
    font-family: open-sans-light;
    width: 700px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.cars {
    max-width: 100%;
}

.bootstrap-datetimepicker-widget {
    width: 193px;
}

    .bootstrap-datetimepicker-widget td {
        height: 20px;
        line-height: 20px;
        padding: 0 !important;
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        padding: 0;
    }

    .bootstrap-datetimepicker-widget td span {
        height: 20px;
        line-height: 20px;
    }

.disabled.day {
    color: #e0e0e0 !important;
    opacity: 0.7;
    cursor: not-allowed !important;
}

@media (max-width: 768px) {
    .bg-img .bg {
        height: 336px;
    }

    .logo {
        width: 180px;
    }

    .envited-text {
        font-size: 16px;
        margin-bottom: 8px;
    }

    h1.event-h {
        font-size: 52px;
        margin-bottom: 18px;
        line-height: 0.99;
    }

    .bg-img {
        padding-bottom: 90px;
    }

    .private-event-text {
        font-size: 18px;
    }

    .main-title {
        font-size: 20px;
    }

    .black-arr {
        width: 18px;
    }

    form {
        margin: 14px 0 0;
    }

    .contact-info-text {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .continue-btn {
        width: 148px;
        font-size: 18px;
        margin-bottom: 22px;
    }

    .field .select2-container {
        margin-bottom: 8px;
    }

    .additional-text {
        font-size: 18px;
    }

        .additional-text div {
            font-size: 14px;
            margin-top: 5px;
        }

    section {
        padding-bottom: 36px;
    }

    footer {
        padding: 29px 0;
        font-size: 12px;
    }

    .copyright-txt span {
        display: block;
    }

    .copyright-txt {
        margin-top: 20px;
    }

    .event-h {
        width: 336px;
    }

    .cars {
        width: 342px;
    }

    .event-desc {
        top: 31px;
    }
}
