@media screen and (max-width:1440px) {

	/* Header */
	.header__cover {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header__logo {
		width: 15%;
	}

	.header__menu-main {
		margin-left: 2%;
	}

	.header__form {
		max-width: 300px;
	}

	/* Results */
	.results__tab-teams {
		max-width: 46%;
	}
}

@media screen and (max-width:1025px) {
	.cover {
		padding-left: -webkit-calc(50% - (85% / 2));
		padding-left: -moz-calc(50% - (85% / 2));
		padding-left: calc(50% - (85% / 2));
		padding-right: -webkit-calc(50% - (85% / 2));
		padding-right: -moz-calc(50% - (85% / 2));
		padding-right: calc(50% - (85% / 2));
	}

	.content {
		max-width: 85%;
	}

	body,
	article,
	.article,
	.protektion__review,
	.legal__review {
		font-size: 14px;
		line-height: 1.5;
	}

	h1,
	.title.general {
		font-size: 34px;
	}

	h2,
	.title.high,
	.protektion__review h2 {
		font-size: 30px;
	}

	h3,
	.title.middle,
	.protektion__review h3,
	.title.news__title {
		font-size: 26px;
	}

	ul>li:before {
		top: 7px;
	}

	.button {
		font-size: 18px;
		padding: 20px 40px;
		margin-top: 25px;
	}

	/* Header */
	.header__cover {
		border-top-width: 35px;
		padding-left: 10px;
		padding-right: 10px;
	}

	main {
		padding-top: 125px;
	}

	.header__logo {
		margin-right: auto;
		padding-right: 10px;
	}

	.menu-button {
		display: block;
		border: 2px solid #fff;
		padding: 10px;
		border-radius: 10px;
		width: 40px;
		height: 40px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-left: 15px;
	}

	.menu-button svg {
		display: block;
		margin: auto;
	}

	.menu-button svg rect {
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		fill: #fff;
	}

	.menu-button.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.menu-button.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: scale(0, 2);
		-moz-transform: scale(0, 2);
		-o-transform: scale(0, 2);
		transform: scale(0, 2);
	}

	.menu-button.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.header__menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #2d676f;
		z-index: 10;
		margin: 0;
		border-radius: 0;
		display: none;
		padding: 25px 25px 150px;
		height: 100vh;
		overflow: auto;
	}

	.header__menu-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 25px;
	}

	.header__menu-main li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header__menu-main li:after {
		display: block;
		height: 2px;
		width: 25px;
		margin: 15px auto;
	}

	.categories__submenu {
		position: static;
		display: block;
	}

	.header__links {
		height: 35px;
	}

	/* Prime */
	.prime__slide {
		padding: 25px 0 100px;
	}

	.prime__general {
		max-width: 660px;
	}

	.prime__slider-title,
	.prime__title {
		padding: 25px;
	}

	.prime__button {
		padding: 15px;
		text-align: center;
	}

	.prime__nav {
		max-width: 660px;
		bottom: 25px;
	}

	.prime__nav-dots {
		padding: 15px;
	}

	/* Slider */
	.card__desc {
		padding: 10px;
	}

	.card__tag,
	.card__date {
		font-size: 14px;
	}

	.card__title {
		font-size: 18px;
	}

	/* Tags */
	.tags__list {
		margin: 20px 0;
	}

	.tags__list a {
		font-size: 15px;
	}

	/* Results */
	.results__tab-link li {
		font-size: 18px;
		padding: 15px;
	}

	.results__tab-link li+li {
		margin-left: 10px;
	}

	.results__tab li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 10px 10px 120px;
	}

	.results__tab-icon {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		height: 40px;
		padding: 0 20px;
	}

	.results__tab-icon img {
		max-width: 28px;
		max-height: 21px;
	}

	.results__tab-teams {
		flex: 0 0 100%;
		margin: 0 0 10px;
		font-size: 14px;
		max-width: none;
	}

	.results__tab-teams .wrap img {
		max-width: 24px;
		max-height: 22px;
	}

	.results__tab-date,
	.results__tab-time {
		font-size: 14px;
	}

	.button.results__tab-button {
		font-size: 13px;
	}

	/* Video */
	.video__title {
		font-size: 20px;
	}

	.video__tab-links li {
		padding-left: 60px;
		padding-right: 60px;
	}

	.video__tab {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.video__tab-item {
		max-width: none;
		margin: 0;
	}

	.video__item-title {
		font-size: 18px;
		padding: 15px 10px;
	}

	.video__tab-list {
		margin: 20px auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: none;
		margin: 20px 0 0;
	}

	.video__tab-list li {
		margin: 0 5px 10px;
		width: 31%;
	}

	.video__tab-list li+li {
		margin-top: 0;
	}

	.preview__descr .video__item-about {
		font-size: 12px;
		margin: -50px 0 10px 10px;
	}

	.preview__descr .video__item-title {
		font-size: 14px;
	}

	/* News list */
	.news__top {
		margin-bottom: 25px;
	}

	.title.news__title {
		padding: 15px 10px;
		max-width: 300px;
	}

	.news__categories {
		padding: 10px;
	}

	.news__list>li {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.news__list>li:nth-child(3n) {
		margin-right: 10px;
	}

	.news__list>li:nth-child(even) {
		margin-right: 0;
	}

	.news__list>li:nth-child(n+3) {
		margin-top: 15px;
	}

	.tag-list {
		top: 15px;
		left: 10px;
	}

	.tag-list li {
		margin: 0 3px 5px;
	}

	.tag {
		font-size: 12px;
		padding: 5px;
	}

	.news__icon {
		padding: 5px 10px;
		left: 10px;
	}

	.title.news__descr-date {
		font-size: 16px;
	}

	.news__descr-title {
		margin: 15px 0;
		font-size: 18px;
	}

	.news__autor {
		font-size: 14px;
		padding: 5px 10px 5px;
	}

	.news__button {
		margin-bottom: 45px;
	}

	/* Review */
	.desc__img {
		max-width: 200px;
	}

	/* Archive */
	.archive__content {
		padding: 15px;
		margin-top: 30px;
	}

	.archive__title {
		font-size: 18px;
	}

	.archive__content li {
		padding: 10px;
	}

	.archive__content li+li {
		margin-top: 10px;
	}

	.archive__content li a {
		font-size: 16px;
		padding-right: 5px;
	}

	.archive__content li span {
		font-size: 14px;
		padding: 5px 10px;
	}

	/* Footer */

	.footer__cover,
	.footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer__menu {
		margin: 20px 0 0;
	}

	.footer__logo {
		max-width: 254px;
	}

	.footer__logo img {
		max-height: 46px;
	}

	.footer__menu ul li a {
		font-size: 16px;
	}

	.footer__bottom {
		margin-top: 20px;
	}

	.footer__text {
		max-width: 300px;
	}

	.footer__callback a {
		margin-top: 10px;
	}

	.footer__news {
		max-width: none;
		margin-top: 20px;
	}

	.footer__news-title {
		font-size: 18px;
		padding: 10px;
	}

	.footer__news>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer__news>ul>li {
		margin: 0 5px 10px;
	}

	.footer__news>ul>li+li {
		margin-top: 0;
	}

	.footer__tag-list {
		top: auto;
		bottom: 0;
	}

	.footer__news-tag {
		font-size: 10px;
	}

	.footer__desc-title {
		font-size: 14px;
	}

	.footer__news-date {
		margin-top: 5px;
	}

	/* ARTICLE PAGE */
	/* Prime */
	.cover.article__prime {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 10px;
	}

	.article__prime .prime__general {
		max-width: none;
		width: 90%;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.article__prime .prime__img {
		width: auto;
		max-width: 90%;
		margin-right: 0;
		align-self: flex-start;
	}

	.article__prime .prime__img img {
		max-height: 25vh;
	}

	/* Sitebar */
	.sitebar-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sitebar-content__main,
	.sitebar-content__news {
		max-width: none;
		width: 100%;
	}

	.sitebar-content__main h2,
	.sitebar-content__main h3 {
		font-size: 20px;
	}

	.sitebar-content article {
		font-size: 16px;
	}

	.sitebar-content__news {
		margin-top: 30px;
	}

	.cards__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.cards__list li {
		max-width: 350px;
		margin: 0 5px 10px;
	}

	.sitebar-content__news .news__card+.news__card {
		margin-top: 0;
	}

	/* NEWS PAGE */
	.news__page-title {
		font-size: 20px;
		padding: 10px;
		margin-bottom: 15px;
	}

	.prime__subtitle {
		font-size: 18px;
	}

	.horisontal-cards li,
	.search__list .horisontal-cards li {
		padding: 15px;
	}

	/* More news */
	.horisontal-cards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.horisontal-cards li,
	.horisontal-cards>li:nth-child(3n) {
		width: 100%;
		margin-right: 0;
	}

	.horisontal-cards>li:nth-child(n+2) {
		margin-top: 20px;
	}

	.horisontal-cards li .news__descr-title,
	.search__list .horisontal-cards li .news__descr-title {
		font-size: 18px;
	}

	.news__descr-autor::before {
		width: 20px;
		height: 20px;
	}

	.horisontal-cards li .news__img {
		max-width: 250px;
	}

	/* Article */
	.news-page__content article {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	/* CATEGORIES PAGE */
	/* Prime */
	.prime__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.prime__content-title {
		max-width: none;
		margin: 0 0 15px;
		padding: 10px;
	}

	.prime__content {
		margin-top: 25px;
	}

	.news__button-box .button {
		padding: 15px 50px;
	}

	.news__button-box .button:before {
		width: 10px;
		height: 20px;
	}

	.news__button-order:before {
		left: 20px;
	}

	.news__button-newer:before {
		right: 20px;
	}

	.news__button-order:hover:before {
		left: 15px;
	}

	.news__button-newer:hover:before {
		right: 15px;
	}

	.news__button-box .button+.button {
		margin-left: 15px;
	}

	/* LEGAL PAGE */
	.page__single-prime {
		padding-top: 25px;
	}

	.legal__review h2,
	.legal__review h3 {
		font-size: 18px;
	}

	/* 404 */
	.not-foud__content {
		margin-top: 25px;
		margin-bottom: 25px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.not-found__title {
		font-size: 26px;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high,
	.protektion__review h2 {
		font-size: 26px;
	}

	h3,
	.title.middle,
	.protektion__review h3,
	.title.news__title {
		font-size: 20px;
	}

	p {
		margin-top: 15px;
	}

	article>*+*,
	.review>*+* {
		margin-top: 15px;
	}

	/* Prime */
	.home .prime__img,
	.news__prime .prime__img {
		display: none;
	}

	.prime__general,
	.home .prime__nav {
		width: 90%;
	}

	.prime__slider-title,
	.prime__title {
		padding: 20px;
	}

	.prime__button,
	.news__prime .prime__nav {
		padding: 20px 0 20px 15px;
	}

	/* Results */
	.results__tab-link li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.results__tab li {
		padding-left: 55px;
	}

	.results__tab-icon {
		padding: 0 15px;
		height: auto;
		bottom: 0;
		max-width: 45px;
	}

	.results__tab-icon img {
		max-width: 20px;
		max-height: 15px;
	}

	.results__tab-date,
	.results__tab-time {
		padding: 5px 10px;
	}

	.results__tab-time {
		margin: 0 15px;
	}

	/* Video */
	.video__title {
		padding: 15px 20px;
	}

	.video__tab-links li {
		padding-left: 50px;
		padding-right: 50px;
	}

	.video__tab-list li {
		width: auto;
	}

	/* News */
	.news__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.title.news__title {
		max-width: none;
		margin: 0 0 15px;
	}

	.news__descr {
		padding: 10px 10px 0;
	}

	.news__autor {
		margin: auto -10px 0;
	}

	/* Review */
	.desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
	}

	.desc .wrap:first-child {
		margin-right: auto;
	}

	.desc .wrap:last-child {
		margin-left: auto;
	}

	.desc__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin: 0 auto 10px;
	}

	/* Footer */
	.footer__cover {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: none;
		margin-bottom: 30px;
	}

	.footer__callback {
		margin: 0 10% 0 0;
	}

	.footer__callback li+li {
		margin-top: 25px;
	}

	/* ARTICLE PAGE */
	/* Prime */
	.prime__title-about {
		font-size: 16px;
	}

	/* Article */
	.sitebar-content__main h2,
	.sitebar-content__main h3 {
		font-size: 18px;
	}

	.sitebar-content article {
		font-size: 14px;
	}

	/* CATEGORIES PAGE */
	/* Prime */
	.prime__content-title {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* News */
	.news__button-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.news__button-box .button+.button {
		margin-left: 0;
	}

	/* SINGLE */
	.page__single-title {
		min-width: 90%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width:650px) {

	/* Header */
	.header__cover {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header__logo {
		width: auto;
		max-width: 180px;
	}

	.header__form {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: none;
		margin-top: 15px;
		display: none;
	}

	.header__form input {
		padding: 10px 10px 10px 50px;
	}

	.header__form button {
		left: 20px;
	}

	.form-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 4px;
		background: #fff;
		flex: 0 0 auto;
	}

	main {
		padding-top: 90px;
	}

	/* Prime */
	.cover.prime__cover {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* Results */
	.results__tab-link li {
		font-size: 18px;
	}

	.results__tab-link li+li {
		margin-left: 5px;
	}

	.results__tab-teams {
		font-size: 12px;
	}

	.results__tab-teams p {
		margin: 0 20px;
	}

	.results__tab-teams .wrap img {
		margin-right: 5px;
	}

	.button.results__tab-button {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-top: 15px;
	}

	/* Video */
	.video__tab-links li {
		margin-left: 10px;
		padding: 40px;
	}

	.video__tabs {
		padding: 15px 10px;
	}

	.video__tab-item .video__item-about {
		margin: 0 0 20px;
	}

	.video__item-descr {
		padding: 15px 10px;
	}

	.video__item-title {
		font-size: 16px;
	}

	.preview__descr .video__item-title {
		padding: 15px 10px;
	}

	/* News */
	.news__categories li a {
		padding: 5px;
	}

	.prime__content-categories .news__categories li a,
	.prime__content-categories .tags__list a {
		font-size: 11px;
	}

	.news__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 15px;
	}

	.news__list>li,
	.news__list>li:nth-child(3n) {
		width: 100%;
		margin: 0;
	}

	.news__list>li:nth-child(n+2) {
		margin-top: 10px;
	}

	/* Review */
	.review__cover {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* Archive */

	.archive__content {
		padding: 15px 10px;
	}

	.archive__title {
		margin-bottom: 15px;
	}

	.archive__content li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.archive__content li a {
		padding: 0;
	}

	.archive__content li span {
		margin: 15px 0 0;
	}

	/* ARTICLE PAGE */
	/* Prime */
	.article__prime .prime__title {
		padding: 15px 10px;
	}

	/* Article */
	.sitebar-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/* NEWS PAGE */
	/* More news */
	.horisontal-cards li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.horisontal-cards li .news__img {
		width: auto;
	}

	.horisontal-cards li .news__descr {
		margin: 15px 0 0;
	}

	.horisontal-cards li .news__descr-title {
		font-size: 16px;
		margin: 10px 0;
	}

	/* Popup */
	.popup__content {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.popup__text {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.popup__button {
		font-size: 18px;
		padding: 15px 30px;
	}

	.popup__close {
		top: 10px;
		right: 15px;
	}
}

@media screen and (max-width:450px) {

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high,
	.protektion__review h2 {
		font-size: 22px;
	}

	h3,
	.title.middle,
	.protektion__review h3 {
		font-size: 18px;
	}

	h2,
	h3 {
		padding: 10px;
	}

	li {
		padding-left: 15px;
	}

	article ul li ul {
		padding-left: 0;
		margin: 15px 0 10px;
	}

	.button {
		padding: 15px 30px;
	}

	/* Header */
	.header__menu {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Prime */

	.prime__slider-title,
	.prime__title {
		padding: 15px;
	}

	.prime__nav-dots li button {
		width: 15px;
		height: 15px;
	}

	/* Slider */
	.card__desc {
		padding: 15px 10px;
	}

	.card__title {
		font-size: 16px;
	}

	/* Results */
	.results__tab-link li {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}

	.results__tab {
		padding: 15px 10px;
	}

	.results__tab li {
		padding: 0 0 10px;
	}

	.results__tab-icon {
		position: static;
		width: 100%;
		max-width: none;
		height: 25px;
		border-radius: 4px;
	}

	.results__tab-teams p {
		margin: 0 10px;
	}

	.results__tab-teams .wrap img {
		max-width: 16px;
		max-height: 14px;
	}

	.button.results__tab-button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		margin-top: 10px;
	}

	/* Video */
	.video__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.video__title {
		padding: 10px;
		margin-bottom: 15px;
	}

	.video__tab-links li {
		padding: 25px 40px;
	}

	.video__tab-item .video__item-about {
		margin-bottom: 10px;
	}

	.video__item-title {
		font-size: 14px;
	}

	.preview__descr .video__item-title {
		font-size: 12px;
	}

	/* News */
	.title.news__descr-date {
		font-size: 14px;
	}

	.news__descr-title {
		font-size: 14px;
		margin: 10px 0;
	}

	.news__button {
		margin-bottom: 25px;
	}

	/* Footer */
	.footer__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__menu ul li+li {
		margin: 10px 0 0;
	}

	.footer__news-title {
		font-size: 16px;
	}

	.footer__news ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__news-tag {
		font-size: 8px;
	}

	/* ARTICLE PAGE */
	/* Prime */
	.prime__general,
	.home .prime__nav {
		width: 95%;
	}

	/* Article */
	.sitebar-content__news .news__card {
		margin-left: 0;
		margin-right: 0;
	}

	/* NEWS APGE */
	.horisontal-cards li .news__descr-title {
		font-size: 14px;
	}

	/* LEGAL PAGE */
	.legal__review h2,
	.legal__review h3 {
		font-size: 16px;
	}

	/* 404 */
	.not-foud__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.not-found__title {
		font-size: 24px;
		margin-top: 20px;
	}

	/* Popup */
	.popup__content {
		padding-bottom: 20px;
	}

	.popup__text {
		font-size: 20px;
	}
}