/* === DESKTOP FIRST === */

/* xl <= Extra extra large (xxl) */
@media (max-width: 1399px) {

}

/* lg <= Extra large (xl) */
@media (max-width: 1199px) {
	h1 {
		font-size: 74px;
	}

	h2, .h2, .about__title {
		font-size: 52px;
	}

	h3 {
		font-size: 34px;
	}

	.contacts-item__link {
		font-size: 34px;
	}

	.article-header__text-article {
		position: absolute;
		top: 57%;
		right: calc(50% - 200px);
		width: 400px;
		height: 200px;
		background: url(../images/word-article.svg) center no-repeat;
		background-size: contain;
	}

	.bk-item-general,
	.bk-item-offer,
	.bk-item-adv {
		padding: 24px 16px;
	}

	.bk-item-adv__wrap {
		gap: 12px;
	}

	.bk-item-adv__list {
		flex-basis: calc(50% - 6px);
	}

	.bk-item-screenshots {
		padding: 0 16px 16px 16px;
	}

	.bk-item-brief {
		padding: 24px 16px;
	}

	.bk-item-info {
		padding: 24px 16px;
	}

	.article-header__top {
		flex-wrap: wrap;
	}

	/* .article-author {
		gap: 12px;
	} */

	/* .article-author__name::before {
		display: none;
	} */

	.bk-score {
		padding: 16px;
	}

	.bk-score__rating .rating {
		gap: 8px;
	}

	.bk-info {
		flex-direction: column;
		background-size: 100% 180px;
	}

	.bk-info__payment-list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bk-info__bonusbtn-wrap {
		text-align: center;
	}

	.bk-best-item__li {
		margin: 0;
	}

	.modal-close {
		right: 0;
		top: calc((12px + 32px) * -1);
	}
}

/* md <= Large (lg) */
@media (max-width: 991px) {
	h1 {
		font-size: 70px;
	}

	h2, .h2, .about__title {
		font-size: 38px;
	}

	h3 {
		font-size: 30px;
	}

	.about__desc {
		max-width: 480px;
	}

	.about__btn::before {
		left: -110px;
	}

	.article-item-home__featured {
		transform: scale(.7);
		left: -120px;
	}

	.article-item-home__featured_left {
		left: unset;
		right: -100px;
	}

	.article-item-home {
		height: 600px;
	}

	.intro-home-header {
		padding-top: 200px;
		padding-bottom: 150px;
	}

	.about-inner {
		padding-top: 80px;
		padding-bottom: 120px;
	}

	.advantages {
		padding: 120px 0;
	}

	.contacts-item__link {
		font-size: 26px;
	}

	.privacy {
		background: linear-gradient(to right, var(--red) calc(50% - 121px), transparent calc(50% - 121px));
	}

	.privacy::after {
		content: '';
		left: calc(50% - 122px);
	}

	.breadcrumb__item.active {
		max-width: 130px;
	}

	.article-header {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.privacy .aside {
		padding-right: 30px;
	}

	.privacy .content {
		padding-left: 30px;
	}

	.bk-compare-modal-header-wrap {
		justify-content: start;
	}

  .modal-content {
    max-width: 90%;
    width: 90%;
  }

	.table-bk-list__thead-tr {
		display: none;
	}

	.table-bk-list__tbody-tr {
		flex-direction: column;
		position: relative;
		align-items: center;
		padding: 44px;
		gap: 24px;
	}

	.table-bk-list__td {
		padding: 0;
	}

	.table-bk-list__td-operator img {
		width: 100%;
		height: auto;
	}

	.table-bk-list__td-rank {
		position: absolute;
		top: 0;
		left: 0;
	}

	.table-bk-list__td-action {
		align-items: center;
	}

	.bk-bonus {
		flex-direction: column;
		gap: 12px;
	}

	.table-bk-full__thead-tr {
		display: none;
	}

	.table-bk-full__tbody {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.table-bk-full__tbody-tr {
		display: flex;
		flex-direction: column;
	}

	.table-bk-full__td-info {
		text-align: center;
		padding: 8px 16px;
	}

	.table-bk-full__td-rank .td-rank__rank {
		background: unset;
	}

	.table-bk-full__td-rank {
		padding: 16px;
		background: #F2F2F2;
	}

	.table-bk-full__td-operator {
		padding: 40px 16px;
	}

	.bk-score tbody tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 8px 0;
	}

	.bk-score td {
		padding: 4px 8px;
	}

	.bk-score__bonus {
		order: 1;
	}

	.bk-score__rating {
		order: 3;
		flex-basis: 100%;
	}

	.bk-score__summary {
		order: 2;
	}

	.bk-score tbody {
		width: 100%;
	}

	.bk-advantages-adv,
	.bk-advantages-disadv {
		padding: 0 12px;
	}
}

/* sm <= Medium (md) */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 56px;
	}

	h2 {
		font-size: 42px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 22px;
	}

	h5, .h5 {
		font-size: 14px;
	}

	.aside .accordion-panel {
		max-height: 0;
	}

	.header-inner {
		padding: 10px 0 6px;
	}

	.menu {
		display: block;
	}

	.header-nav {
		padding-top: 50px;
		padding-bottom: 20px;
	}

	.menu__item {
		width: 100%;
	}

	.menu__link {
		padding-top: 15px;
		padding-bottom: 20px;
		font-size: 30px;
	}

	.intro-home-header__title::before {
		background-size: contain;
		width: 85px;
		height: 85px;
		top: -65px;
	}

	.intro-home-header {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.intro-home-header__title {
		margin-bottom: 16px;
	}

	.intro-home-header__desc {
		margin-bottom: 16px;
	}

	.intro-home-header__image {
		position: relative;
		left: unset;
		right: unset;
	}

	.decor::before {
		background-size: cover;
		height: 100px;
	}

	.decor::after {
		background-size: cover;
		height: 44px;
	}

	.block-link {
		padding: 11px 0;
	}

	.block-link__span {
		font-size: 22px;
	}

	.about-inner {
		padding-top: 60px;
		padding-bottom: 72px;
	}

	.about__inscription {
		margin-bottom: 26px;
		font-size: 16px;
	}

	.about__title {
		line-height: 123%;
		margin-bottom: 25px;
		letter-spacing: -1px;
	}

	.about__desc {
		margin-bottom: 16px;
		text-align: center;
	}

	.about__btn::before {
		transform: scale(.6);
		left: -103px;
		top: -8px;
	}

	.articles-home {
		padding: 0;
	}

	.article-item {
		margin-bottom: 32px;
	}

	.article-item__top {
		margin-bottom: 17px;
	}

	.article-item__title {
		margin-bottom: 10px;
	}

	.article-item__desc {
		margin-bottom: 10px;
	}

	.link-main,
	.article-item__btn {
		margin-bottom: 0;
	}

	.article-item-home__media {
		position: relative;
		height: 300px;
		border-top: 4px solid var(--black);
		left: 0;
		width: 100%;
	}

	.article-item-home__featured {
		transform: scale(.6);
		top: 0;
		left: -180px;
	}

	.articles-home::after {
		display: none;
	}

	.article-item-home {
		padding-top: 39px;
		padding-bottom: 0;
		margin: 0;
	}

	/* .article-item__legend,
	.article-item__date {
		margin-bottom: 8px;
	} */
	.article-item-home__title {
		margin-top: 16px;
		margin-bottom: 16px;
	}

	.article-item-home__desc {
		margin-bottom: 16px;
	}

	.link-main,
	.article-item__btn {
		width: 168px;
		height: 42px;
		background-size: contain;
	}

	.article-item-home__btn {
		margin-bottom: 36px;
	}

	.article-item-home {
		height: auto;
	}

	.article-header {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.article-header::after {
		display: none;
	}

	.article-header__media {
		position: relative;
		height: 300px;
		width: 100%;
		left: 0;
		border-top: 4px solid var(--black);
	}

	.article-header__text-article {
		right: unset;
		left: -10px;
		top: 40%;
		width: 300px;
	}

	.breadcrumb__item.active {
		max-width: 110px;
	}

	.article-content {
		padding-top: 0;
		padding-bottom: 50px;
		background: unset;
	}

	.article-content::after {
		display: none;
	}

	.bg-pink-mobile {
		padding-top: 32px;
		background: var(--pink);
		border-bottom: 4px solid var(--black);
		margin-bottom: 32px;
	}

	.bg-red-mobile {
		padding-top: 32px;
		background: var(--red);
		border-bottom: 4px solid var(--black);
		margin-bottom: 32px;
	}

	blockquote {
		padding: 16px;
		font-size: 16px;
	}

	.privacy {
		padding-top: 0;
		padding-bottom: 50px;
		background: unset;
	}

	.privacy .content {
		padding-left: 0;
	}

	.privacy .aside {
		padding-right: 0;
	}

	.privacy::after {
		display: none;
	}

	.advantages {
		padding-top: 96px;
		padding-bottom: 52px;
	}

	.advantages__winding-arrow {
		right: 30px;
		top: -26px;
		transform: rotate(180deg);
		width: 60px;
		height: 60px;
		background-size: contain;
	}

	.advantage {
		margin-bottom: 23px;
	}

	.advantage__image {
		width: 80px;
	}

	.advantage__title {
		margin-bottom: 10px;
	}

	.page-intro {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.page-intro__inscription {
		margin-top: 70px;
		padding-bottom: 17px;
		margin-bottom: 24px;
	}

	.page-intro__inscription::before {
		width: 200px;
		background-size: contain;
		right: calc(50% - 100px);
		top: -110px;
	}

	.contacts {
		padding-top: 40px;
	}

	.contacts-item {
		padding-top: 20px;
	}

	.contacts-item__link {
		font-size: 18px;
		padding: 20px 15px;
	}

	.footer-inner {
		padding-top: 35px;
		padding-bottom: 38px;
	}

	.footer__logo {
		width: 180px;
	}

	.footer-inner__title_copyright {
		margin-top: 25px;
	}

	.footer-inner__title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer-inner__desc {
		margin-bottom: 30px;
	}

	.footer .link-white {
		margin-top: 16px;
	}

	.author__header-wrap,
	.author__content-wrap {
		flex-direction: column;
		align-items: center;
	}

	.author__content-wrap {
		padding-bottom: 60px;
	}

	.author__header-wrap {
		gap: 8px;
	}

	.author {
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.bk-item-main,
	.bk-item-accordion-panel-content {
		flex-direction: column;
	}

	.team__title {
		padding-bottom: 40px;
	}

	.team-item {
		border-bottom: 8px solid #000;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}

	.articles-nav {
		padding: 24px 0;
	}

	.articles-nav__title {
		word-spacing: 100vw;
		margin-bottom: 24px;
	}

	.articles-nav__list {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 24px;
	}

	.articles-nav__item {
		flex-basis: calc(32% - 12px);
		text-align: center;
	}

	.articles-nav__item::after {
		display: none;
	}

	.bk-bottombox {
		padding: 20px 0;
	}

	.bk-bottombox__rating-wrap {
		display: none;
	}

	.bk-bottombox__bonus-caption {
		display: none;
	}

	.bk-bottombox__bonus-title {
		font-weight: 700;
		font-size: 24px;
		line-height: 130%;
	}

	.article-header__rtime {
		margin-bottom: 40px;
	}
}


/* xs <= Small (sm) */
@media (max-width: 575px) {
	.bk-bottombox-inner {
		gap: 8px;
	}

	.bk-bottombox__btn-wrap {
		flex-grow: 1;
		text-align: center;
	}

	.bk-bottombox__bonus-title {
		display: none;
	}

	.bk-bottombox__btn-bonus {
		display: block;
		margin-bottom: 8px;
		font-size: 20px;
	}

	.bk-bottombox__btn {
		width: 100%;
		padding: 0;
	}

	.bk-bottombox__btn::before {
		display: none;
	}

	.bk-advantages::before {
		display: none;
	}

	.bk-advantages {
		flex-direction: column;
	}

	.bk-advantages__title {
		margin-bottom: 12px;
	}

	.bk-advantages-adv {
		margin-bottom: 24px;
	}

	.bk-advantages-adv,
	.bk-advantages-disadv {
		padding: 0;
	}

	.bk-short-info {
		flex-direction: column;
		gap: 20px;
	}

	.modal-content__btn {
		padding: 12px 32px;
	}
}


/* === MOBILE FIRST === */

/* Custom (xs) */
@media (min-width: 0) {

}

/* Small (sm) */
@media (min-width: 576px) {

}

/* Medium (md) */
@media (min-width: 768px) {
	.article-author {
		gap: 12px;
	}

	.article-author__name::before {
		left: -8px;
	}
}

/* Large (lg) */
@media (min-width: 992px) {

}

/* Extra large (xl) */
@media (min-width: 1200px) {
	.container {
		max-width: 1130px;
	}

	.article-author {
		gap: 52px;
	}

	.article-author__name::before {
		left: -24px;
	}
}

/* Extra extra large (xxl) */
@media (min-width: 1400px) {
	.container {
		max-width: 1130px;
	}
}
