body {
    background: url(/styles/img/background.png) center fixed;
    background-size: cover;
    font-family: 'MuseoSansCyrl-300', sans-serif;
    font-size: 19px;
}

p {
    font-family: 'MuseoSansCyrl-100', sans-serif;
}

strong {
    font-family: 'MuseoSansCyrl-700', sans-serif;
}

.navbar {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 20px 23px !important;
}

.navbar .btn-online {
    margin-left: 0
}

.navbar .nav-link {
    color: #fff !important
}

.navbar .nav-link:hover {
    opacity: .8
}

.card {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 3px;
    border: #2f2f2f 1px solid;
    background-color: #383535
}

.tab-content {
    padding-top: 10px
}

article {
    background: #3e17a1;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: rgba(176, 176, 176, .3) 0 1px 15px
}

#action {
    margin-bottom: 45px;
    overflow: hidden;
    box-shadow: rgba(99, 51, 220, .3) 0 1px 45px
}

#action img {
    width: 100%
}

.badge-sm {
    padding: 10px 5px;
    margin: 0
}

footer {
    color: #fff;
    margin-bottom: 10px
}

button[type='submit'] {
    cursor: pointer !important
}

.nav-link .fas, .nav-link .fab {
    margin-right: 5px
}

.btn-ip {
    margin-left: 15px;
}

.navbar-brand {
    text-shadow: rgba(255, 255, 255, .9) 0 1px 7px
}

button:disabled {
    cursor: not-allowed !important
}

#server-info {
    font-size: 16px
}

.nav-tabs .nav-link {
    color: #000;
}

#donaters {
    padding-top: 10px
}

#donaters img {
    border-radius: 20%;
    background-color: #7642fb;
}

#donaters * {
    margin-bottom: 10px;
    color: #fff;
}

.last_donators {
    margin-top: 40px;
    margin-bottom: 30px;
}

.twoForms {
    display: flex;
    justify-content: space-between;
}

.broadcast {
    width: 200px;
    height: 190px;
    background-color: #764ae7;
    color: white;
    font-size: 16px;
    border-radius: 25px;
}

.broadcast-cont {
    display: flex;
    align-items: center;
    height: 100%;
    width: 150px;
    margin: auto;
}

.stock {
    width: 250px;
    height: 190px;
    background-color: #764ae7;
    color: white;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 900;
}

.stock-cont {
    height: 100%;
    width: 200px;
    margin: auto;
}

.stock-first {
    padding-top: 30px;
    padding-bottom: 10px;
}

.timers {
    display: flex;
    padding-bottom: 5px;
}

.timer {
    width: 45px;
    height: 45px;
    background-color: #5a2abd;
    border-radius: 15px;
    padding: 10px 12px;
}

.timer-info {
    margin-left: 20px;
}

.timer-info:first-child {
    margin-left: 0;
}

.stock-cont p {
    margin: 0;
}

.timers-text {
    display: flex;
}

.timers-text p {
    font-size: 16px;
    font-weight: 100;
    padding-left: 20px;
}

.timers-text p:first-child {
    padding: 0;
}

.author_site {
    color: #7642fb;
    font-weight: 900;
}

.author_site:hover {
    text-decoration: none;
    color: #7e4bff;
}

.alert.alert-warning.donate-information {
    background-color: #764ae7;
    border-radius: 20px;
    opacity: 0.9;
}

.alert.alert-warning.donate-information li {
    margin-bottom: 10px;
}

.alert.alert-warning.donate-information li:last-child {
    margin-bottom: 0;
}

.alert.alert-warning.donate-information li:first-child {
    margin-top: 15px;
}

.btn-success {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #6638db;
    box-shadow: none !important;
    border: none !important;
}

.buy_btn.btn.btn-success:hover {
    background-color: #5931bf;
}

.buy_btn.btn.btn-success:focus:active {
    background-color: #5931bf;
}

.buy_btn.btn.btn-success:disabled {
    background-color: #6638db;
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 17px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #6546b3;
    border-radius: 15px;
    margin-bottom: 20px;
}

.select-group.form-control {
    cursor: pointer;
}

.input-promo.form-control {
    margin: 0;
}

.input-count.form-control {
    display: none;
}

.form-control:focus {
    color: white;
    background-color: #6546b3;
    border-color: #6546b3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(119, 88, 198, 0.25);
}

.nav-link.love {
    padding: 20px 28px;
    margin-bottom: 10px;
    color: #7343eb !important;
    transition: 2s ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.nav-tabs.love .nav-link {
    border: 1px solid #6638db !important;
    border-radius: 15px;
    margin-right: 15px;
}

.nav-link.love.active {
    background-color: #6638db;
    color: white !important;
}

.nav-tabs.love {
    border: none;
}

.nav-tabs.love .nav-link.love:hover {
    border-color: #ccc !important;
    background-color: #562ac8;
    transition: background-color 100ms,
    border-bottom-color 100ms,
    border-left-color 100ms,
    border-right-color 100ms,
    border-top-color 100ms;
    color: white !important;
}

.nav-tabs.love .nav-link.active {
    border-color: #6638db !important;
    color: white !important;
}

.checked_server_in_form {
    margin: 10px 0 20px;
    font-size: 17px;
}

.buy-container {
    margin-right: 30px;
    margin-left: 30px;
}

.alert.buymenu {
    background-color: #6638db;
    border-radius: 15px;
}

.alert.alert-danger.text-center.alert-board {
    margin-top: 35px;
    margin-bottom: 25px;
}


.navbar-brand.brand-name {
    margin-right: 30px;
}

.nav-link.tab {
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: inline-block;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.nav-link.tab:after {
    background-color: #fff;
    display: block;
    content: "";
    height: 2px;
    width: 0;
    top: 35px;
    left: 50%;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-link.tab:hover:after {
    width: 100%;
}

.nav-link.tab:hover,
.nav-link.tab:focus {
    opacity: 1 !important;
}

.nav-link.activated {
    font-weight: 700 !important;
}

.nav-active {
    position: relative;
}

.nav-active::after {
    content: '';

    position: absolute;
    top: 29px;
    left: 0;
    right: 0;

    height: 2px;
    background-color: #fff;
}

.donat {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

/* Информация о донате*/

.donate-style {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    display: block;
    margin: auto;
    max-width: 444px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

.modal-edit {
    width: 400px;
    height: 200px;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 100000;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
    border-radius: 20px;

    animation-name: fadeIn;
    animation-duration: 0.7s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-edit-body .header {
    font-family: 'Montserrat', sans-serif;
    color: #6638db;
    font-weight: 700;
    margin-top: 37.75px;
}

.modal-edit-body img {
    width: 40px;
    height: 40px;
}

.modal-edit-body .item:hover {
    cursor: pointer;
}

.modal-edit-body .item:hover p {
    border-bottom: 1px solid #6638db;
    transition: 1s;
}

.modal-edit-body .item p {
    font-family: 'Montserrat', sans-serif;
    color: #6638db;
    margin: 5px;

}

.row-center {
    display: flex;
    justify-content: center;
}

.row-start {
    display: flex;
    justify-content: start;
}

.shadow-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}

.houses .row-center {
    flex-wrap: wrap;
}

.house > p {
    color: white;
}

.houses img {
    width: 380px;
    object-fit: cover;
}

.houses .item {
    margin: 30px;
}

.houses .item .info {
    color: white;
    text-align: center;
}

iframe {
    color-scheme: none !important;
}

.slick-slide {
    height: auto !important;
}

.btn:hover {
    cursor: pointer;
}

.rules h3, .donate h3, .post h1 {
    font-family: 'MuseoSansCyrl-900', sans-serif;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
}

.breadcrumbs ol {
    padding-left: 5px;
    margin-bottom: 0px;
}

.breadcrumbs span {
    font-size: 12px;
}

.rules ul li {
    font-size: 14px;
}

.rules .forbidden {
    list-style: none;
    padding-left: 15px;
}

.rules .forbidden li {
    margin-bottom: 5px;
}

.post img:nth-child(2) {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.cabinet img {
    width: 500px;
}

.cabinet .header {
    font-size: 40px;
    margin-bottom: 0;
}

.join img {
    width: 600px;
}

.top-header img {
    width: 500px;
    padding-right: 1em;
}

.top-header-text {
    width: 400px;
}

.block-welcome .btn-online, .post .btn-modal-server {
    width: 400px;
}

.social a:nth-child(1){
    margin-right: 1.5rem;
}

.social a:nth-child(3){
    margin-left: 1.5rem;
}

.advantages-card {
    width: 80%;
}

.advantages-card-text {
    margin-left: 3rem;
}

.advantages-card-text p {
    font-size: 15px;
}

.cabinet-action {
    display: none;
}

.cabinet {
    margin-bottom: 20px;
}

.download-pe ul {
    padding: 0;
    list-style: none;
}

.download article img {
    width: 100%;
}

.apk-download {
    width: 600px;
}

.btn-download {
    width: 200px;
    margin-right: 10px;
}

.mobile-nav, .stock-mobile {
    display: none;
}


@media (max-width: 992px) {
    .join {
        display: block !important;
    }

    .join img {
        width: 100%;
    }

    .top-header img {
        width: 400px;
        padding-right: 0;
    }

    .top-header-text {
        width: 100%;
    }

    .cabinet {
        margin-bottom: 0px;
    }

    .cabinet {
        display: block !important;
    }

    .cabinet img{
        width: 100%;
    }

    .cabinet-action, .mobile-nav {
        display: block;
    }
    .cabinet-action-text{
        display: none;
    }
    .nav-link.tab {
        margin-top: 20px;
    }

    .stock{
        width: 100%;
    }

    .broadcast {
        height: max-content !important;
    }
}

@media screen and (max-width: 768px) {
    .nav {
        flex-direction: column;
    }

    li {
        list-style-type: none;
    }

    .post li, .join li{
        list-style: disc;
    }

    .stock {
        margin-top: 40px;
        width: 280px;
    }

    .btn-ip {
        margin-top: 7px
    }

    .advantages-card {
        width: 100%;
    }

    .advantages-card img{
        width: 50px;
    }
    .advantages-card-text {
        margin-left: 15px;
    }
    .advantages-card-text p {
        font-size: 13px;
    }
    .apk-download {
        width: 500px;
    }

    .broadcast, .stock {
        width: 100% !important;
    }
    .stock-pc {
        display: none;
    }

    .stock-mobile {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .top-header {
        padding: 0 15px;
    }

    .top-header .btn-online {
        width: 100%;
    }
    .post h1 {
        font-size: 30px;
    }
    .apk-download {
        width: 100%;
    }
}


@media screen and (max-width: 1024px) {
    .btn-online {
        margin-bottom: 30px;
    }

    .download .btn-online {
        margin-bottom: 0;
    }

    .block-welcome .btn-online, .post .btn-modal-server {
        margin-bottom: 0px;
    }

    .btn-ip {
        margin-left: 0px;
    }

    .donate-information li {
        margin-right: 50px;
    }

    .perenos .donate-information li {
        margin-right: 0px !important;
    }

    .twoForms {
        display: block;
        flex-direction: column;
    }

    .broadcast {
        margin-top: 50px;
        width: 280px;
    }

}

@media (min-width: 444.1px) and (max-width: 767.98px) {
    .donate-style {
        width: 100%;
    }

    .timers {
        margin-left: 12.5px
    }

    .timers-text {
        margin-left: 12px
    }

    .broadcast {
        margin-top: 30px;
    }
}

@media (min-width: 320.1px) and (max-width: 443.98px) {
    .alert li {
        margin-top: 30px;
    }

    .broadcast, .stock {
        width: 240px;
    }
}

@media (max-width: 600px) {
    .slick-prev:before, .slick-next:before {
        display: none;
    }
}

@media (max-width: 500px) {
    .modal-edit {
        width: 350px;
    }

    .houses img {
        width: 350px;
        height: 210px;
    }

    .houses .item .name {
        font-size: 15px;
    }
    .social a{
        width: 300px;
        margin: 5px 0;
    }
    .social a:nth-child(1){
        margin-right: 0;
    }

    .social a:nth-child(3){
        margin-left: 0;
    }

    .advantages-card img{
        display: none;
    }
    .block-welcome .btn-online, .post .btn-modal-server {
        width: 100%;
    }
    .top-header img {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .modal-edit {
        width: 310px;
    }

    .houses img {
        width: 300px;
        height: 160px;
    }
    .btn-download {
        width: 150px;
    }
}

@media screen and (max-width: 320px) {
    .broadcast {
        margin-top: 30px;
        width: 190px;
    }

    .stock {
        width: 190px;
    }

    .alert li {
        margin-top: 30px;
    }
}

.images {
    width: 100%;
}

#modal_donate:active .donate-style {
    display: block;
}

.donate-style:last-child {
    border-bottom: 0;
}

.btn-online {
    background-color: #764ae7;
    font-family: 'MuseoSansCyrl-300', sans-serif !important;
    box-shadow: none !important;
    border: none !important;
}

.btn-online:hover {
    background-color: #6d48cc;
}

.btn-online:focus:active {
    background-color: #5636a7 !important;
}

.btn-ip {
    padding: 15px 20px;
    background-color: #5a2abd;
    font-family: 'MuseoSansCyrl-300', sans-serif !important;
    box-shadow: none !important;
    border: none !important;
}

.btn-ip:hover {
    background-color: #522aa3;
}

.btn-ip:focus:active {
    background-color: #442585 !important;
}