.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    background-color: #39302f;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #39302f;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    background-color: #39302f;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #39302f;
}

.pb-6 {
    padding-bottom: 5rem !important;
}

.pb-7 {
    padding-bottom: 8rem !important;
}

.mb-2-0 {
    margin-bottom: 2rem !important;
}

.mb-2-5 {
    margin-bottom: 2.5rem !important;
}

.mb-6-0 {
    margin-bottom: 6rem !important;
}

.navbar {
    background-color: #000;
    height: 60px;
    padding: 10px;
}

.navbar .pull-right {
    display: inherit;
    margin-left: auto;
}

.navbar .label {
    color: #fff;
    text-align: right;
    line-height: 12px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
}

.navbar .points {
    color: #fff;
    background-color: #6d0703;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    font-weight: 700;
    font-size: 24px;
    padding: 2px 15px;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    font-size: 24px;
    padding: 2px 10px;
}

.navbar-dark .navbar-toggler {
    color: #fff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-tabs {
    display: inline-flex;
    font-weight: 900;
    border-bottom: 2px solid #ad9064;
    width: 100%
}

.nav-tabs .nav-item {
    width: 50%;
}

.nav-tabs .nav-item a {
    text-transform: uppercase;
    height: 100%;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ad9064;
    border: 0;
    margin-bottom: -2px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
    margin-bottom: 2px;
}

.navbar-brand {
    padding: 0;
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

.btn-primary {
    width: 280px;
    color: #ad9064;
    border: 2px #ad9064 solid;
    font-weight: 700;
    font-size: 20px;
    background: transparent;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 7px;
}

.btn-primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ad9064;
    border-color: #ad9064;
}

.btn-primary:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ad9064 !important;
    border-color: #ad9064 !important;
    box-shadow: none !important;
}

.btn-primary:focus {
    box-shadow: none !important;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 280px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

.modal.right .modal-body {
    padding: 25px;
    color: #e1e1e1;
}

.modal.right.fade .modal-dialog {
    right: -280px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.right .modal-close {
    overflow: hidden;
}

.modal.right ul {
    list-style-type: none;
    padding: 0;
}

.modal.right li {
    line-height: 36px;
}

.modal.right li a {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

.modal.right li a.smaller {
    font-size: 16px;
}

.modal.right li a.active {
    text-decoration: none;
    font-weight: 700;
    color: #ad9064; 
}

.modal.right li a:hover {
    text-decoration: none;
    color: #ad9064; 
}

.modal.right .language {
    position: absolute;
    bottom: 0;
    padding-bottom: 31px;
}

.modal.right .language p {
    color: #39302f;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.modal.right .btn-lang {
    color: #39302f;
}

.modal.right .btn-lang:hover {
    border: 2px #ad9064 solid;
    background-color: #ad9064;
    color: #fff;
}

.modal.right .btn-lang.active {
    color: #fff;
}

button.close {
    color: #ad9064;
    font-size: 60px;
    font-weight: 400;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 8px;
    height: 8px;
}

.btn-block {
    width: 100% !important;
}

.fs-24 {
    font-size: 24px;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #39302f;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #39302f;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #fff;
}