body {
    max-width : 1920px;
    background: url("../img/bg_body.87f57769.jpg") bottom no-repeat #000000;
    margin    : 0 auto;
}

.tt {
    font-style: italic;    
    background: linear-gradient(180deg, #ffedb8 0, #fccc8c 50%, #9d7048);    
    color: transparent;
    font-weight: 700;
    letter-spacing: 0;
    background-clip: text;   
}

.tt2 {
    font-style: italic;    
    background: linear-gradient(180deg, #ffedb8 0, #fccc8c 50%, #9d7048);    
    color: transparent;
    font-weight: 700;
    letter-spacing: 0;
    background-clip: text;
    text-align: right;  
}

.xi{font-size: 36px;}

.top_ {
    padding-top: 60px;
}

.bg1 {
    background-image: url("../img/bg_header.386d0930.jpg");
    color           : #fff;
}

.nav {
    --bs-nav-link-padding-y: 0rem;

}

.nev-black {
    background: linear-gradient(90deg, transparent 0, #1b0707 30%, #1b0707 70%, transparent);
}

.nav-item {
    width         : 110px;
    padding-top   : 10px;
    color         : #fff;
    padding-bottom: 10px;
}

.nav-item:hover {
    background: url("../img/menuHover.74245dc5.png") 50% no-repeat;

}

a {
    color          : #fff;
    text-decoration: none;
}

.p10 {
    padding-bottom: 10px;
}

.p3 {
    padding-top: 5px;
}

.top20 {
    padding-top: 20px;
}

.log-w {
    width: 20px;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;
}

.nav-link {
    color: #ffffff;
}

.hr1 {
    background-color: #f1dd4300;
    background-image: url("../img/hr_gold.b95c149a.svg");
    background-size : 100%;
    border-bottom   : 0.5px solid #00000000;
    opacity         : inherit;
    border-top      : inherit;
    width           : 1400px;
    margin          : 0 auto;
}

.hr2 {
    background-color: #f1dd4300;
    background-image: url("../img/hr_gold.b95c149a.svg");
    background-size : 100%;
    border-bottom   : 0.5px solid #00000000;
    opacity         : inherit;
    border-top      : inherit;
    width           : 1100px;
    margin          : 0 auto;
}

.bg2 {
    background-color: #0c132375;
    color           : #fff;
}

h1,
h2,
h3,
h4,
h5 {
    color: #e9b21a;
}

.reg--jumbotron {
    height     : 100px;
    padding-top: 20px;
}

.img {
    padding: 5px;
    width  : 100%;
}

p {
    color: #fff;
}

span {
    color    : #959595;
    font-size: 12px;
}
b{color: bisque;}
.col-auto {
    padding-top  : 10px;
    padding-right: 3px;
    padding-left : 3px;
}

.btn-primary {
    width                : 100px;
    height               : 40px;
    color                : #fff;
    margin-top           : -2px;
    vertical-align       : top;
    background           : transparent url("../img/001.jfif") left center no-repeat;
    --bs-btn-border-color: #0d6efd00;
    background-size      : auto 100%;
    border               : none;
    box-shadow           : 0 0 15px 0 rgba(0, 156, 255, .56), inset 0 0 3px 1px rgba(86, 182, 255, .79);
    padding              : 0 10px;
    border-radius        : 20px;
    padding-top: 8px;
}

.btn-primary2 {
    width                : 100px;
    height               : 40px;
    color                : #000000;
    margin-top           : -2px;
    vertical-align       : top;
    --bs-btn-bg          : #ffffff;
    --bs-btn-border-color: #0d6efd00;
    background-size      : auto 100%;
    border               : none;
    box-shadow           : 0 0 15px 0 rgb(255 0 0 / 56%), inset 0 0 3px 1px rgb(255 86 86 / 79%);
    padding              : 0 10px;
    border-radius        : 20px;
    padding-top: 8px;
}

.form-control {
    background-color: #1e0707;
    border          : 1px solid #5c3636;
}

img {
    max-width: 100%;
    height   : auto;
}

.box01 {
    box-shadow   : rgb(255 0 0 / 50%) 0px 0px 15px 0px, rgb(255 86 86 / 72%) 0px 0px 3px 1px inset;
    border-radius: 20px;
}

.box02 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.box01:hover {
    box-shadow: #664d03 0px 0px 15px 0px, #ffc107 0px 0px 3px 1px inset;
    background-color: #450007;
}

.reg--footer {
    height    : 285px;
    background: transparent url("../img/img_model02_01.72f73053.png") center bottom no-repeat;
}

.ul--logos {
    padding-top: 175px;
}

.reg--resonTwo {
    height    : 71px;
    background: transparent url("../img/img_model02_01.72f73053.png") left center no-repeat;
}

.hh {
    line-height : 2.9;
    padding-left: 40px;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

.darks {
    background-color: #1c0101cf;
}

.darkt {
    background-color: #0b1727;
    background-image: url("../img/bg_header.386d0930.jpg");

}

.darkt1 {
    background-image: linear-gradient(180deg, #2699fb, #194d8c 56%, #093879);
    background      : transparent url("../img/bg_header.386d0930.jpg") left center no-repeat;
}

.lnk_logo {
    display        : block;
    width          : 246px;
    height         : 68px;
    background-size: contain;
}



@media (max-width: 1200px) {
    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .xi{font-size: 20px;}

}