@media (max-width: 1200px) {
	.news-and-video-block,
	.forum-rating {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.forum-rating {
		width: calc(100% - 10px);
		margin: 0px 5px;
	}

	.news-and-video-block {
		margin: 20px 0px;
	}

	.nav .nav-item .nav-link {
		padding: 10px;
	}

	.video-block,
	.news-block {
		width: 100%;
	}

	.forum-block {
		margin: 30px 0;
	}
}

@media (max-width: 1000px) {
	.hide-on-mobile {
		display: none;
	}

	.hide-on-desktop {
		display: block !important;
	}

	.footer-mid {
		padding: 50px 10px;
		height: max-content;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.footer-links {
		justify-content: center;
	}

	.download-content {
		padding: 50px 15px;
	}
}

@media (max-width: 800px) {
	.logo-big {
		margin: 0 auto;
		width: 80%;
	}
	.footer::after,
	.forum-article::after {
		background-size: cover;
	}
	.top-info {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	.rating-block {
		width: 100%;
		min-width: unset;
		background-size: cover;
		background-position: center;
	}

	.rating-heading-row {
		margin: 0;
	}

	.forum-block .forum-btns {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	.rating-row {
		padding: 15px;
	}

	.news-row .news-title {
		max-width: 150px;
	}

	.dTop {
		flex-direction: column;
		gap: 20px;
		padding: 40px 20px;
	}
	.dTop-left,
	.dTop-right {
		border: none;
		width: 100%;
		height: max-content;
	}

	.dTop-cat_blocks {
		flex-direction: column;
	}

	.dTop-cat_block {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.news-block {
		max-height: max-content;
		height: auto;
		padding: 30px 10px;
	}

	.footer-top {
		height: max-content;
		padding: 40px 20px;
	}
	.footer-top .nav {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.footer-text {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		max-width: 300px;
	}

	.footer-des {
		align-items: center;
		text-align: center;
	}

	.footer-links-wrapper {
		height: max-content;
		padding: 40px 20px;
	}

	.footer-links {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.footer-links .footer-link:first-child {
		padding-left: 40px;
	}

	.footer-bottom {
		padding: 0px 10px;
		height: max-content;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.social-links {
		padding: 0;
	}

	.footer .line-v {
		display: none;
	}

	.modal-content {
		background-position: center;
		background-size: cover;
		margin: 0px;
	}

	.registration-form {
		padding: 16px 10px;
	}

	.modal-content {
		height: 100vh;
	}

	.modal-wrapper {
		padding: 0px 10px;
	}

	.modal .close {
		top: 10px;
		right: -10px;
	}
	.main-shadow {
		background-size: cover;
	}

	.table-download thead tr::after {
		background-size: cover;
        width: 550px;
	}
}

@media (max-width: 480px) {
	.login-btn .icon-container {
		display: none;
	}
	.header .reg-btn {
		width: 95px;
		height: 30px;
		font-size: 8px;
	}
	.rating-row {
		padding: 15px 5px;
	}

	.modal-wrapper {
		justify-content: unset;
	}
}
