.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 45%;
}

.fullscreen-bg__video {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
}

.overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.overlay h1 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-top: 37%;
}

.overlay div {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;

    line-height: 1;
    color: #c2a375;
    margin: 0;
    padding-top: 70px;
    background-color: #000;
}

:target:before {
    display: block;
    content: " ";
    margin-top: -70px;
    height: 70px;
    visibility: hidden;
}

.main-menu {
    color: #c2a375;
    border-radius: 10px;
    border: 3px solid #000000;
    position: absolute;
    font-size: 32px;
    height: 44px;
    width: 44px;
    right: 150px;
    top: 13px;
    z-index: 100;
    background-color: #000000;
}

.main-menu a i {
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.main-menu a i.active {
    transform: rotate(180deg);
}

.menu-dropdown {
    border-radius: 6px;
    position: absolute;
    top: 100%;
    width: 250px;
    right: 0px;
    left: auto !important;
    z-index: 100;
    display: none;
    padding: 10px;
}

.menu-dropdown div {
    list-style: none;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 44px;
}

.menu-dropdown div a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.menu-dropdown.active {
    display: block;
}

.menu-block {
    color: #c2a375;
    background-color: #000000;
    border-radius: 10px;
    border: 3px solid #c2a375;
    height: 60px;
    margin-bottom: 7px;
    padding: 0;
}

.menu-block div {
    padding: 0px;
}

.menu-block h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
    padding-right: 5px;
}

.menu-img {
    height: 40px;
    padding: 0;
    border-radius: 10px;
    border: 3px solid #c2a375;
    margin-left: 7px;
    margin-top: 7px;
}

.menu-block:hover, .menu-img:hover {
    border: 3px solid #ffffff;
    color: #ffffff;
}

.div-menu-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
}

.divider {
    height: 10px;
}

.main-menu-join {
    color: #c2a375;
    border-radius: 10px;
    border: 3px solid #c2a375;
    position: absolute;
    height: 44px;
    width: 120px;
    right: 15px;
    top: 13px;
    z-index: 100;
    background-color: #000000;
}

.main-join, .btn-secondary {
    border-radius: 10px;
    height: 44px;
    width: 150px;
    margin: 30px;
    border: 2px solid;
}

.link-black, .link-black:hover {
    color: #000000;
}

.link-gold, .link-gold:hover {
    color: #c2a375;
}

.main-menu:hover, .main-menu-join:hover {
    border: 3px solid #ffffff;
    color: #ffffff;
}

.link-black:hover {
    border: 3px solid #000000;
}

.link-gold:hover {
    border: 3px solid #c2a375;
}


.div-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-text {
    font-weight: 400;
    font-size: 16px;
}

.main-button-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

a, a:visited {
    color: #c2a375;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.main-link, .main-link:visited {
    color: #c2a375;
    text-decoration: none;
}

.main-link:hover {
    color: #ffffff;
    text-decoration: none;
}

html, h1, h2, h3, h4, h5, h6, a {
    font-family: 'IBM Plex Sans', sans-serif;
}

.navbar, .navbar-light {
    background: #000000;
    height: 70px;
    box-shadow: 0 5px 5px -5px #333;
    z-index: 9999;
}

.divider {
    height: 20px;
}

.gray-back {
    padding: 0;
    margin: 0;
    background-color: #f1f4f8;
}

.gold-back {
    padding: 0;
    margin: 0;
    background-color: #e1ccad;
}

.white-back {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

.black-back {
    padding: 0;
    margin: 0;
    background-color: #000000;
}

.light-black-back {
    padding: 0;
    margin: 0;
    background-color: #111111;
}

.dark-button, .dark-button:hover {
    background-color: #000000;
}

.d-mb-12 {
    margin-bottom: 60px;
}

.d-mb-8 {
    margin-bottom: 42px;
}

.d-mb-4 {
    margin-bottom: 20px;
}

.m0 {
    margin: 0;
    padding: 0;
}

.p10 {
    padding: 10px;
}

.main-block {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.h30 {
     height: 30px;
 }

.h60 {
    height: 60px;
}

.main-header h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    margin-bottom: 25px;
    margin-top: 45px;
    font-weight: 600;
    font-size: 48px;
    text-transform: uppercase;
}

.h-black {
    color: #000000;
}

.h-gold {
    color: #c2a375;
}

.main-block p {
    text-align: justify;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
}

.main-block .p2 {
    text-align: center;
}

.main-block .p3 {
    font-size: 12px;
}

.contacts-block {
    text-align: right;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}

.carousel-caption h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.carousel-caption p {
    text-align: justify;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}

textarea:focus,
input[type="text"]:focus,
.uneditable-input:focus {
    border-color: #c2a375;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #c2a375;
    outline: 0 none;
    background-color: #000;
    color: #c2a375;
}

.form-control {
    color: #c2a375;
    background-color: #000;
    font-size: 16px;
    border: 1px solid #c2a375;
}

.form-control::placeholder {
    color: #c2a375;
    background-color: #000;
    font-size: 16px;
}

.contact-form {
    max-width: 600px;
}

.div-join {
    height: 400px;
}

.div-join-left {
    float: right;
}

.div-join-right {
    float: left;
}

.message {
    padding-top: 30px;
    color: #c2a375;
    font-size: 24px;
}

.scrollup {
    width: 200px;
    height: 36px;
    border-radius: 5px;
    border: 2px solid #887353;
    background-color: #FFFFFF;
    opacity: 0.8;
    position: fixed;
    bottom: 30px;
    right: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #643f30;
    margin: auto;
}


.admin-contact-form {
    font-size: 18px;
    line-height: 22px;
}

.admin-contact-form input {
    margin-bottom: 15px;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .overlay h1 {
        margin-top: 34%;
    }
}

@media (max-width: 991px) {

    .overlay h1 {
        margin-top: 32%;
    }

    .contacts-block {
        text-align: center;
    }

    .div-join {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .overlay h1 {
        font-size: 32px;
        margin-top: 30%;
    }

    .logo {
        width: 60%;
    }

    .fullscreen-bg {
        background: url('../video/pride.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }

    .main-header h1 {
        font-size: 36px;
    }

    .carousel-caption h2 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 24px;
    }

    .div-join {
        height: auto;
    }

    .div-join-left {
        float: none;
    }

    .div-join-right {
        float: none;
        width: 100%;
    }

}

@media (max-width: 500px) {
    .menu-block {
        color: #c2a375;
        background-color: #000000;
        border-radius: 5px;
        border: 2px solid #c2a375;
        height: 40px;
        margin-bottom: 7px;
        padding: 0;
    }

    .menu-img {
        height: 30px;
        padding: 0;
        border-radius: 5px;
        border: 2px solid #c2a375;
        margin-left: 3px;
        margin-top: -10px;
    }
}


@media (max-width: 470px) {

    .overlay h1 {
        font-size: 24px;
        padding-top: 400px;
        margin-top: 0%;
    }

    .fullscreen-bg {
        background: url(../images/logo-big.png) no-repeat center top;
        background-position-y: 50px;
        background-color: #000000;
        height: 500px;
    }

    .main-menu {
        right: 157px;
    }

    .main-menu-join {
        right: 22px;
    }

    .main-header h1 {
        font-size: 28px;
    }

    .main-block p {
        font-size: 16px;
        line-height: 22px;
    }
    .form-control {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .contact {
        font-size: 14px;
    }
}