@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: normal;
    line-height: 1.5 !important;
    min-width: 600px;
}

#main-header {
    position: sticky;
}

#top-menu a.btn {
    margin-bottom: 15px;
}

a.btn {
    padding-bottom: 0;
}

.btn {
    width: 100%;
    font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    border-radius: 4px;
    padding: 12px !important;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    display: inline-block;
    background: #EDC97F;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-secondary {
    background: #6D6D6D;
    color: #EDC97F !important;
}

.btn-gold {
    background: #EDC97F;
    color: #000 !important;
}

.new-layout {
    margin: 0 auto;
    max-width: 1120px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.new-layout p {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.new-layout .quote, .new-layout table, .new-layout .comment {
    margin-bottom: 20px;
}

.new-layout ul li::marker , .new-layout ol li::marker {
    color: #27AE60;
}

.new-layout h1,
.new-layout h2 {
    color: #EDC97F!important;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 0 !important;
    font-weight: 600;
    text-align: center;
}

.new-layout table {
    font-weight: 500;
    font-size: 16px;
}

.new-layout table td {
    border-radius: 6px;
    border: 2px solid #424242;
    padding: 0.5em 10px;
    color: #fff;
    font-weight: 700;
    background: #5e5e5e;
    vertical-align: top;
}

.new-layout table td p:last-child, .new-layout table th p:last-child {
    margin-bottom: 0;
}

.new-layout table td[colspan] {
    text-align: center;
}

.new-layout table th, .new-layout table td:first-of-type {
    border-radius: 6px;
    border: 2px solid #424242;
    padding: 0.5em 10px;
    color: #fff;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), to(#333)), #000;
    background: -o-linear-gradient(top, #424242 0, #333 100%), #000;
    background: linear-gradient(180deg, #424242 0, #333 100%), #000;
}

.new-layout .quote {
    background-color: #3E3E3E;
    border-left: 5px solid #EFCB80;
    border-radius: 6px;
    padding: 20px;
}

.new-layout .collapse-custom {
    padding: 20px;
    border: 1px solid #D9A449;
    border-radius: 6px;
    margin-bottom: 20px;
}

.new-layout .collapse-custom .collapse-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.new-layout .collapse-custom .collapse-body {
    margin-top: 20px;
    padding-left: 20px;
}

.new-layout .collapse-custom .collapse-header .collapse-toggler {
    color: #EDC97F;
}

.new-layout .comment {
    padding: 20px;
    border-radius: 6px;
    background-color: #2C2C2C;
}

.new-layout .comment .comment-author {
    color: #d0b473;
    margin-bottom: 7px;
}

.block-wrap {
    padding: 40px;
    border: 1px solid #D9A449;
    border-radius: 6px;
}

.form-control {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    outline: none;
    padding: 10px!important;
    margin-bottom: 20px!important;
}

textarea.form-control {
    height: auto;
}

.clearfix {
    clear: both;
}

.poster, .img-left, .img-right {
    margin-bottom: 20px;
    text-align: center;
}

.poster img, .img-left img, .img-right img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 992px) {
    .list-inline li {
        width: 24%;
    }
    
    .d-lg-flex {
        display: flex;
        margin: 0 -15px;
    }
    
    .col-lg-6 {
        width: 50%;
        padding: 0 15px;
    }
    
    .img-right {
        float: right;
        margin-left: 20px;
        width: 50%;
    }
    
    .img-left {
        float: left;
        margin-right: 20px;
        width: 50%;
    }
}