html,
body {
    background-color: #0c111c;
}

nav {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-right: 130px;
    padding-left: 130px;
}

@media (max-width: 992px) {
footer {
    display: none;
        /*position: absolute;
        bottom: 0;*/
    }
}
#nav-dropdown {
    display: none;
}

::-webkit-scrollbar {
    width: 7px;
}
   
#loader {
    display: block;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ea864d;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ea864d;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ea864d;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#preloader {
    background: #0c111c;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
   
::-webkit-scrollbar-track {
    background-color: #171717;
    opacity: 0.5;
}
   
::-webkit-scrollbar-thumb {
    background-color: #ea864d;
    outline: 1px solid #171717;
    opacity: 0.7;
}

nav img {
    vertical-align: middle;
}

.nav-content {
	font-size: 18px;
	font-weight: 400;
	float: right;
    text-align: center;
    display: flex;
}

.logo {
	position: absolute;
	vertical-align: middle;
    width: 100%;
    max-width: 300px;
}

.balance {
	font-size: 17px;
	display: contents;
	color: #fff;
	font-weight: 300;
	margin-bottom: 50px;
    text-align: center;
	font-family: 'Acrom';
}

.nav-items {
    margin-right: 25px;
    align-self: center;
    white-space: nowrap;
}

.price-roullet {
    margin-left: 330px;
    color: #fff;
	transition: all 0.15s; 
    border-radius: 15px;
    background: #161b29;
    padding: 15px;
    user-select: none;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 3px;
}

.price-roullet:hover {
    transform: scale(1.05);
}

.balance-and-price {
	display:flex;
	align-items: center;
	margin-bottom: 25px;
}

.nav-items a {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    position: relative;
    color: #bebebe;
    text-decoration: none;
    transition: all .3s linear;
}
.nav-items a:hover {
    color: #fff;
    text-shadow: 0 2px 10px #fff;
    text-decoration: none;
}

.nav-items a:hover::after {
    opacity: 1;
    pointer-events: none;
}

.nav-items a:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 3px;
    opacity: 0;
    border-radius: 50px;
    background-color: #ea864d;
    box-shadow: 0 0 15px #ea864d;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.heading {
    display: flex;
    margin-bottom: 100px;
}

#burg {
    width: 100%;
	display: flex;
    padding-top: 35px;
}

#burg img {
	margin: auto;
	width: 70px;
    height: 70px;
}

.mobile-tab {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.mobile-tab nav {
    width: 100%;
}

#desktop {
    display: none;       
}

.mobile-tab li{
    list-style-type: none;
}

@media screen and (min-width: 993px) {
    .mobile-tab,#burg,#mobile {
        display: none;
    }
    .mobile-bar {
        display: none;
    }
    #desktop {
        display: flex;
    }
    
}

.menu-m {
    width: 100%;
}

.menu__item-m {
    text-align: center;
    height: 50px;
    text-decoration: none;
    color: #31343c;
    box-sizing: border-box;
}

.menu__item-m a {
    color: #fff;
}

footer {
    background-color: #171717;
}

.footer__items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.footer__logo {
    margin-top: 15px;
    background: url(../logo-footer.png) no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    opacity: .6;
}
.footer__frexee__logo {
    margin-top: 10px;
    background: url(../freexee.png) no-repeat;
    background-size: contain;
    width: 90px;
    height: 40px;
    opacity: .6;
    align-items: center;
}
.navigation {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    align-items: left;
    margin-left: 100px;
    margin-right: 100px;
}
.navigation__link {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    color: #bebebe;
    text-decoration: none;
    transition: all .3s linear;
}
.navigation__textblock {
    position: relative;
    text-align: left;
    font-weight: 500;
    color: #bebebe;
    text-decoration: none;
    transition: all .3s linear;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    line-height: 1.4;
    outline: none;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.navigations__text {
    vertical-align: middle;
    text-align: left;
    margin-bottom: 2px;
    color: #404040;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s linear;
}
.addon {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    align-items: left;
    margin-right: -65px;
}
.addon__link {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    color: #bebebe;
    text-decoration: none;
    transition: all .3s linear;
}
.addon__textblock {
    position: relative;
    text-align: left;
    max-width: 500px;
    font-weight: 500;
    color: #bebebe;
    text-decoration: none;
    transition: all .3s linear;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    line-height: 1.4;
    outline: none;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.addon__text {
    vertical-align: middle;
    text-align: left;
    margin-bottom: 2px;
    color: #404040;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s linear;
}
.contacts {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    align-items: left;
    margin-left: 310px;
}
.contacts__textblock {
    position: relative;
    text-align: left;
    font-weight: 500;
    color: #bebebe;
    text-decoration: none;
    transition: all .3s linear;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    line-height: 1.4;
    outline: none;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.contacts__text {
    vertical-align: middle;
    text-align: right;
    margin-bottom: 2px;
    color: #404040;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s linear;
}

.contacts__texts {
    vertical-align: middle;
    text-align: right;
    margin-bottom: 2px;
    color: #404040;
    font-size: 14px;
    text-decoration: none;
    user-select: none;
    transition: color .2s linear;
}


.contacts__text:hover {
    color: #8f8f8f;
    text-decoration: none;
}

.addon__text:hover {
    color: #8f8f8f;
    text-decoration: none;
}

.navigations__text:hover {
    color: #8f8f8f;
    text-decoration: none;
}
.footer__content {
    padding: 20px 30px;
    display: flex;
}
@media (max-width: 1200px) { 
    nav {
        padding-left: 1%;
        padding-right: 5%;
    }
}