*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}
@font-face {
    font-family: "rsm0";
    src: url("../fonts/reaver-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "rsm0";
    src: url("../fonts/reaver-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
html {
    font-family: "rsm0";
    scroll-behavior: smooth;
    scrollbar-color: #DCC5A3 #F2E4D5;
    scrollbar-width: auto;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background: #F2E4D5;
}
::-webkit-scrollbar-thumb {
    background: #DCC5A3;
}
::-webkit-scrollbar-thumb:hover {
    background: #cfb68f;
}
.main {
    letter-spacing: -0.025em;
}
.background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 1080px;
    overflow: visible;
    z-index: -1;
    object-fit: cover;
    object-position: right;
}
@media (max-width: 500px) {
    .background {
        object-position: -1145px;
    }
}
.nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    padding-right: 40px;
    top: 2%;
    right: 0;
    max-width: 620px;
    width: 100%;
    height: 64px;  
    background: linear-gradient(270deg, rgba(39, 19, 4, 0.4) 0%, rgba(90, 52, 26, 0) 100%);
    z-index: 10;
}
@media (max-width: 500px) {
    .nav {
        padding-right: 0;
        justify-content: center;
    }
}
.nav::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, #D5793A 0%, #EDAE82 46.35%, rgba(237, 174, 130, 0) 100%);
    opacity: 0.4;
    right: 0;
    bottom: 0;
}
.nav::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(270deg, #D5793A 0%, #EDAE82 46.35%, rgba(237, 174, 130, 0) 100%);
    opacity: 0.4;
    right: 0;
    top: 0;
}
.nav_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
@media (max-width: 500px) {
    .nav_menu {
        gap: 40px;
    }
}
.menu_item {
    font-weight: 700;
    font-size: 20px;
    background: linear-gradient(180deg, #FFAF61 0%, #FFDCB2 58.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.55));
    transition: .3s;
}
.menu_item:hover {
    background: linear-gradient(180deg, #FF9D3D 0%, #FFB65E 58.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media (max-width: 500px) {
    .menu_item {
        font-size: 16px;
    }
}
.start {
    position: absolute;
    display: flex;
    height: 100%;
    right: 195px;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 1000px) {
    .start {
        width: 100%;
        right: 0;
    }
}
.logo {
    width: 100%;
    margin-top: 258px;
    max-width: 722px;
    pointer-events: none;
}
@media (max-width: 500px) {
    .logo {
        margin-bottom: 50px;
    }
}
.start_btn {
    position: relative;
    margin-top: -48px;
    background: url('../img/btns/btn.png') no-repeat;
    width: 301px;
    height: 79px;
    transition: .3s;
    z-index: 5;
}
.start_btn:hover {
    filter: brightness(115%);
}
.social_banner {
    position: relative;
    top: -40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 14px;
    background: url('../img/banner.png') no-repeat;
    width: 205px;
    height: 161px;
    padding-top: 40px;
}
.banner_item:nth-child(1) {
    margin-left: -5px;
    background: url('../img/btns/vk.png');
    width: 43px;
    height: 48px;
}
.banner_item:nth-child(2) {
    background: url('../img/btns/tg.png');
    width: 43px;
    height: 48px;
}
.banner_item:nth-child(3) {
    background: url('../img/btns/mmotop.png');
    width: 43px;
    height: 48px;
}
.banner_item {
    transition: .3s;
}
.banner_item:hover {
    filter: brightness(115%);
}
@media (min-width: 2000px) {
    .start {
        right: 390px;
    }
    .logo {
        transform: scale(1.3);
        margin-top: 300px;
    }
    .start_btn {
        margin-top: -10px;
        transform: scale(1.3);
    }
    .social_banner {
        transform: scale(1.3);
        top: -10px;
    }
    .nav {
        transform: scale(1.3);
        right: 93px;
    }
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    text-align: center;
    max-width: 290px;
    bottom: -50px;
}
@media (min-width: 2000px) {
    .footer {
        bottom: 30px;
        transform: scale(1.3);
    }
}
.footer p:nth-child(1) {
    font-weight: 700;
    font-size: 12px;
    color: #e7ba8d;
    opacity: 0.8;
    margin-bottom: 5px;
}
.footer p:nth-child(2) {
    font-weight: 400;
    font-size: 11px;
    color: #fbcfa7;
    opacity: 0.7;
    line-height: 16px;
    margin-bottom: 10px;
}
.copyright {
    background: url('../img/copy.png') no-repeat;
    width: 121px;
    height: 19px;
    opacity: 0.7;
    transition: .3s;
}
.copyright:hover {
    opacity: 1;
}
[data-tooltip]::after {
    position: relative;
    top: 50px;
    margin-left: -5px;
    opacity: 0;
    transition: .3s;
    text-align: center;
    color: #ffd6ae;
    pointer-events: none;
}
[data-tooltip]:hover::after {
    opacity: 1;
}
.banner_item:nth-child(1)[data-tooltip]::after {
    content: attr(data-tooltip);
    margin-left: -10px;
}
.banner_item:nth-child(2)[data-tooltip]::after {
    content: attr(data-tooltip);
}
.banner_item:nth-child(3)[data-tooltip]::after {
    content: attr(data-tooltip);
}
