@media (min-width: 1000px) {}

@media (max-width: 1450px) {
    /* lang */
    .lang {
        right: 50%;
    }
    /* menu */
    .menu_container a {
        margin: 10px 20px;
    }
    .main {
        padding: 0 10px;
    }
}

@media (max-width: 1300px) {
    /* streams */
    .stream__title {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 1200px) {
    /* news */
    .news__content-left {
        display: block;
    }
}

@media (max-width: 1100px) {
    /* lang */
    .lang {
        display: flex;
        margin-right: -80px;
    }
    /* footer */
    .footer {
        flex-wrap: wrap;
    }
    .footer__content {
        max-width: 100%;
        order: 5;
        /* padding-bottom: 30px; */
    }
    .footer__vk {
        order: 2;
        padding-bottom: 30px;
    }
    .footer__bnr {
        order: 3;
        padding-bottom: 30px;
    }
    .footer__des {
        order: 4;
        padding-bottom: 30px;
    }
    .footer__menu {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .f__menu_container {
        margin: 20px;
    }
}

@media (max-width: 900px) {
    /* logo */
    .main__logo {
        justify-content: center;
    }
    .logo {
        right: auto;
    }
	/*btn*/
	.main__btn-top {
		justify-content: center;
	}
	
    /* servers */
    .main__servers {
        justify-content: center;
    }
    .servers {
        right: auto;
    }
    /* scene */
    .scene__cloud_2 {
        right: 240px;
    }
    .girl {
        left: 140px;
    }
}

@media (max-width: 800px) {
	.title {
		text-align: center;
	}
    /* content */
    .main__content {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .main__content_content {
        width: 100%;
        padding: 0;
    }
    /* main__other */
    .main__other {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    /* streams */
    .stream {
        width: 100%;
        padding: 0;
    }
    /* animation zone */
    .scene__cloud_2,
    .scene__cloud_3,
    .scene__cloud_4,
    .scene__cloud_5,
    .girl {
        animation-name: none;
    }
}

@media (max-width: 700px) {
    .girl {
        left: 240px;
    }
}

@media (max-width: 600px) {
    /* content */
    .news {
        padding-left: 20px;
    }
    .news__content {
        position: relative;
    }
    .news__content_txt {
        padding: 0 20px 0 0;
    }
    .news__content:after {
        content: "";
        display: block;
        background: url(../images/news__wing.png) no-repeat;
        width: 69px;
        height: 44px;
        position: absolute;
        left: -37px;
        top: -45px;
    }
    .news__img {
        display: none;
    }
    .news__info {
        padding: 5px 20px 5px 35px;
    }
    /* statistics */
    .table-top td:nth-child(4),
    .table-top td:nth-child(5),
    .table-top td:nth-child(6),
    .table-top td:nth-child(7),
    .table-top th:nth-child(4),
    .table-top th:nth-child(5),
    .table-top th:nth-child(6),
    .table-top th:nth-child(7) {
        display: none;
    }
}

@media (max-width: 500px) {
    .main {
        padding-top: 150px;
    }
    /* scene */
    .girl {
        display: none;
    }
    /* forum */
    .theme {
        padding: 10px;
    }
    .theme:after,
    .theme__img {
        display: none;
    }
    /* animation zone */
    .scene__cloud_2 {
        right: 340px;
        top: 200px;
    }
}

@media (max-width: 400px) {
    /* statistics */
    .table-castle td:nth-child(1) {
        display: none;
    }
	/*btn*/
	.btn-big {
		background-size: contain;
		font-size: 33px;
	}
	
	.btn-big__min {
		background-size: contain;
		font-size: 25px;
	}

}

@media (max-width: 350px) {
    .logo {
        right: auto;
        background-size: contain;
        width: 100%;
    }
}

@media (max-width: 1100px) AND (max-height: 400px) {
    .menu_container a {
        margin: 2px 20px;
    }
}