html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #444444;
}

img {
	max-width: 100%;
}

ul,
li {
	list-style: none;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

/*-----------------------------------------Common-----------------------------------------*/
.container {
	width: 100%;
	max-width: 991px;
	margin: 0 auto;
	padding: 0 15px;
}

.main-link {
	font-weight: 700;
	color: #0099ff;
	text-decoration: none;
	transition: all .3s ease-out;
}

.main-link:hover {
	color: #008000;
}

.red {
	color: #d20008;
}

.bold {
	font-weight: 700;
}

.main-header__navigation {
	margin: 0 -15px;
	padding: 10px 0;
	background-color: #d20008;
	border-bottom: 5px solid #000000;
}

.main-header__burger {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

.main-header__burger::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 4px;
	border-radius: 10px;
	background-color: #000000;
	transform: translate(-50%, -50%);
	box-shadow: 0 -8px 0 #000000, 0 8px 0 #000000;
}


.main-header__list,
.main-header__lang-list,
.banner__social-list {
	display: none;
}

.banner__image-wrapper {
	margin-left: -15px;
	margin-right: -15px;
	font-size: 0;
	background-color: #fe0002;
	/* background: url("../images/banner-bg1.jpg") center / cover no-repeat, #d20008; */
}

.banner__image {
	position: relative;
	display: block;
	font-size: 0;
	text-align: center;
}

.banner__image::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(transparent 30%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0px 0px;
	z-index: 0;
}

/* .banner__image img {
  max-width: 280px;
  margin: 20px auto;
} */

.banner__main-title {
	padding: 15px;
	font-size: 21px;
	line-height: 1.3;
	color: #ffffff;
	background-color: #000000;
}

.banner__bottom {
	margin-left: -15px;
	margin-right: -15px;
	padding: 5px 0;
	background-color: #000000;
}

.banner__author {
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	color: #f65757;
	border-right: 1px solid #ffffff;
}

.banner__date {
	display: inline-block;
	padding: 5px 15px;
	font-size: 14px;
	color: #ffffff;
}

.main-content {
	display: block;
	padding-bottom: 40px;
}

.main-content__sidebar {
	display: none;
}

.article__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #8b0000;
}

.article__photo-wrapper {
	max-width: 577px;
	margin: 15px auto 0;
	font-size: 0;
	text-align: center;
	background-color: #eeeeee;
}

.article__desc {
	display: block;
	padding: 10px 5px;
	font-size: 14px;
	text-align: center;
}

.article__paragraph {
	margin-top: 15px;
}

.article__paragraph--black {
	color: #000000;
}

.article__paragraph--big {
	font-size: 18px;
}

.article__paragraph--bold {
	margin-top: 20px;
	font-weight: 700;
}

.article__paragraph--color {
	color: #8b0000;
}

.article__introduction {
	margin: 15px 0;
	padding: 15px 0;
	font-weight: 700;
	font-size: 21px;
	color: #d20008;
	border-top: 2px solid #d20008;
	border-bottom: 2px solid #d20008;
}

.article__image-wrapper {
	margin-top: 20px;
	font-weight: 0;
	text-align: center;
}

.article__subtitle {
	margin-top: 25px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}

.order {
	margin-top: 20px;
	padding: 15px 0;
	border-top: 2px solid #aaaaaa;
}

.order__paragraph:not(:first-of-type) {
	margin-top: 15px;
}

.order__product {
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}

.order__timer {
	max-width: 320px;
	margin: 10px auto;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.timer {
	display: block;
	font-weight: 700;
	font-size: 21px;
	color: #d20008;
}

.order__prices {
	margin-top: 15px;
	text-align: center;
	font-size: 0;
}

.order__price {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #b2b2b2;
}

.order__price:not(:last-of-type) {
	margin-right: 15px;
}

.order__price--old {
	text-decoration: line-through;
}

.order__price--new {
	font-size: 24px;
	color: #188be2;
}

.order__info {
	max-width: 320px;
	margin: 20px auto 0;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #188be2;
}

.order__form {
	max-width: 320px;
	margin: 20px auto 0;
}

.order__label {
	display: block;
	width: 100%;
}

.order__label:not(:first-of-type) {
	margin-top: 15px;
}

.order__field {
	display: block;
	width: 100%;
	padding: 15px;
	font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	background-color: #f8f9f9;
	transition: all .3s ease-out;
	outline: none;
}

.order__field::-webkit-input-placeholder {
	font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #666666;
	opacity: 1;
}

.order__field::-moz-placeholder {
	font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #666666;
	opacity: 1;
}

.order__field:-moz-placeholder {
	font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #666666;
	opacity: 1;
}

.order__field:-ms-input-placeholder {
	font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #666666;
	opacity: 1;
}

.order__field--select::-ms-expand {
	display: none;
}

.order__field--select {
	-webkit-appearance: none;
	appearance: none;
	background: url("../images/customselect.png") center right 15px no-repeat, #f8f9f9;
}

.order__field:focus {
	border-color: #0099ff;
	background-color: #ffffff;
	box-shadow: 0 0 0 3px rgba(0, 153, 255, 0.3);
}

.order__field--select:focus {
	background: url("../images/customselect.png") center right 15px no-repeat, #ffffff;
}

.button {
	position: relative;
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 20px auto 0;
	padding: 15px;
	font-weight: 700;
	font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	background-color: #0099ff;
	border: none;
	border-radius: 3px;
	outline: none;
	transition: all .3s ease-out;
	cursor: pointer;
	z-index: 1;
}

.button::before,
.button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	transition: all .3s ease-out;
	z-index: -1;
}

.button::before {
	background: linear-gradient(to bottom, #188be2, #0c4d99);
}

.button::after {
	background: linear-gradient(to top, #188be2, #0c4d99);
	opacity: 0;
}

.button:hover::after {
	opacity: 1;
}

.comments {
	margin-top: 60px;
}

.comments__title {
	padding-bottom: 5px;
	text-align: center;
	font-size: 28px;
	color: #000000;
	border-bottom: 2px solid #000000;
}

.comments__list {
	margin-top: 15px;
}

/* .comments__item:nth-last-child(n+6) { */
/* display: none; */
/* } */

.comments__item:not(:first-of-type) {
	margin-top: 20px;
}

.comments__item::after {
	content: "";
	display: block;
	clear: both;
}

.comments__avatar-wrapper {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
}

.comments__name {
	padding-top: 25px;
	font-weight: 700;
	text-decoration: none;
	color: #000000;
}

.comments__text {
	margin-top: 25px;
}

.comments__image {
	margin: 15px 0;
	font-size: 0;
}

.comments__date {
	margin-top: 5px;
	font-size: 14px;
	color: #808080;
}

.main-content__attention {
	margin-top: 40px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

@media (min-width: 421px) {
	.comments__avatar-wrapper {
		width: 75px;
		height: 75px;
	}

	.comments__content {
		padding-left: 90px;
	}

	.comments__name {
		padding: 0;
	}

	.comments__text {
		margin-top: 5px;
	}

}

@media (min-width: 991px) {
	body {
		font-size: 18px;
	}

	.container {
		max-width: 1300px;
	}

	.inner-container {
		max-width: 991px;
	}

	.main-header__navigation {
		padding: 0;
		background-color: transparent;
		border-bottom: none;
	}

	.main-header__burger {
		display: none;
	}

	.main-header__list,
	.main-header__lang-list,
	.banner__social-list {
		display: block;
	}

	.container--navigation {
		position: relative;
		max-width: 1270px;
		padding: 0;
		border-top: 2px solid #8b0000;
	}

	.container--navigation::after {
		content: "";
		display: block;
		clear: both;
	}

	.main-header__list {
		float: left;
		margin-top: -2px;
		font-size: 0;
		text-align: center;
	}

	.main-header__item {
		display: inline-block;
	}

	.main-header__item--desktop {
		display: none;
	}

	.main-header__link {
		display: block;
		padding: 15px 10px;
		font-size: 15px;
		text-decoration: none;
		color: #000000;
		border-top: 2px solid #8b0000;
		transition: all .3s ease-out;
	}

	.main-header__link::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #bf2219;
	}

	.main-header__link--active {
		background-color: #bf2219;
		color: #ffffff;
	}

	.main-header__link--1 {
		border-color: rgb(255, 212, 0);

	}

	.main-header__link--1:hover {
		color: #ffffff;
		background-color: rgb(255, 212, 0);
	}

	.main-header__link--1:hover::after {
		background-color: rgb(255, 212, 0);
		z-index: 2;
	}

	.main-header__link--2 {
		border-color: rgb(48, 179, 191);
	}

	.main-header__link--2:hover {
		color: #ffffff;
		background-color: rgb(48, 179, 191);
	}

	.main-header__link--2:hover::after {
		background-color: rgb(48, 179, 191);
		z-index: 2;
	}

	.main-header__link--3 {
		border-color: rgb(54, 64, 179);
	}

	.main-header__link--3:hover {
		color: #ffffff;
		background-color: rgb(54, 64, 179);
	}

	.main-header__link--3:hover::after {
		background-color: rgb(54, 64, 179);
		z-index: 2;
	}

	.main-header__link--4 {
		border-color: rgb(242, 182, 242);
	}

	.main-header__link--4:hover {
		color: #ffffff;
		background-color: rgb(242, 182, 242);
	}

	.main-header__link--4:hover::after {
		background-color: rgb(242, 182, 242);
		z-index: 2;
	}

	.main-header__link--5 {
		border-color: rgb(204, 162, 102);
	}

	.main-header__link--5:hover {
		color: #ffffff;
		background-color: rgb(204, 162, 102);
	}

	.main-header__link--5:hover::after {
		background-color: rgb(204, 162, 102);
		z-index: 2;
	}

	.main-header__link--6 {
		border-color: rgb(115, 204, 51);
	}

	.main-header__link--6:hover {
		color: #ffffff;
		background-color: rgb(115, 204, 51);
	}

	.main-header__link--6:hover::after {
		background-color: rgb(115, 204, 51);
		z-index: 2;
	}

	.main-header__link--7 {
		border-color: rgb(186, 57, 230);
	}

	.main-header__link--7:hover {
		color: #ffffff;
		background-color: rgb(186, 57, 230);
	}

	.main-header__link--7:hover::after {
		background-color: rgb(186, 57, 230);
		z-index: 2;
	}

	.main-header__link--8 {
		border-color: #bf2219;
	}

	.main-header__link--9 {
		border-color: rgb(242, 101, 34);
	}

	.main-header__link--9:hover {
		color: #ffffff;
		background-color: rgb(242, 101, 34);
	}

	.main-header__link--9:hover::after {
		background-color: rgb(242, 101, 34);
		z-index: 2;
	}

	.main-header__link--10 {
		border-color: rgb(242, 182, 0);
	}

	.main-header__link--10:hover {
		color: #ffffff;
		background-color: rgb(242, 182, 0);
	}

	.main-header__link--10:hover::after {
		background-color: rgb(242, 182, 0);
		z-index: 2;
	}

	.main-header__link--11 {
		border-color: rgb(0, 0, 0);
	}

	.main-header__link--11:hover {
		color: #ffffff;
		background-color: rgb(0, 0, 0);
	}

	.main-header__link--11:hover::after {
		background-color: rgb(0, 0, 0);
		z-index: 2;
	}

	.main-header__lang-list {
		float: right;
		font-size: 0;
		padding-right: 15px;
	}

	.main-header__lang-item {
		display: inline-block;
	}

	.main-header__lang-link {
		display: block;
		padding: 15px 5px;
		font-size: 16px;
		text-decoration: none;
		color: #808080;

	}

	.main-header__lang-link--active {
		position: relative;
		padding-left: 20px;
		font-weight: 700;
		color: #444444;
	}

	.main-header__lang-link--active::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 1px;
		height: 30px;
		background-color: #808080;
	}

	.banner__main-title {
		position: relative;
		width: auto;
		margin: -50px 30px 15px;
		padding: 15px;
		font-size: 16px;
		line-height: 1.5;
		z-index: 1;
	}

	.banner__image-wrapper {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 1px;
	}

	.banner__image {
		max-width: 100%;
		/* margin: 0 30px; */
		/* padding: 50px 0 15px; */
	}

	.banner__image::after {
		display: none;
	}

	/* .banner__image img,
  .banner__image-desc {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
  }

  .banner__image img {
    max-width: 470px;
  }

  .banner__image-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 470px;
    margin: 0 auto;
    padding: 40px 5px;
    background-color: #fe0000;
    font-size: 18px;
    box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .banner__image-desc-inner {
    display: block;
    padding: 15px 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  } */


	.banner__bottom {
		margin-left: auto;
		margin-right: auto;
	}

	.banner__bottom::after {
		content: "";
		display: block;
		clear: both;
	}

	.banner__info {
		float: left;
	}

	.banner__social-list {
		float: right;
		font-size: 0;
	}

	.banner__social-item {
		display: inline-block;
		vertical-align: bottom;
	}

	.banner__social-link {
		display: block;
		padding: 5px 15px;
		color: #ffffff;
		font-size: 0;
		text-decoration: none;
	}

	.banner__social-number {
		font-size: 14px;
		line-height: 1;
		vertical-align: middle;
	}

	.banner__social-icon {
		width: 15px;
		height: 15px;
		margin-right: 5px;
		fill: #ffffff;
		vertical-align: middle;
		transition: all .3s ease-out;
	}

	.banner__social-link--facebook:hover .banner__social-icon {
		fill: #39569a;
	}

	.banner__social-link--twitter:hover .banner__social-icon {
		fill: #1c9cea;
	}

	.banner__social-link--telegram:hover .banner__social-icon {
		fill: #2ba0d9;
	}

	.banner__social-link--messenger:hover .banner__social-icon {
		fill: #006df7;
	}

	.banner__social-link--viber:hover .banner__social-icon {
		fill: #784f97;
	}

	.main-content {
		margin-top: 0;
		padding-bottom: 60px;
	}

	.article__title {
		font-size: 32px;
	}

	.article__photo-wrapper {
		margin: 30px auto 0;
	}

	.article__paragraph {
		margin-top: 20px;
	}

	.article__paragraph--bold {
		margin-top: 25px;
	}

	.article__paragraph--color {
		font-size: 21px;
	}

	.article__introduction {
		margin: 20px 0;
		padding: 15px 0;
		font-size: 24px;
		color: #d20008;
	}

	.article__image-wrapper {
		margin-top: 25px;
	}

	.article__subtitle {
		margin-top: 30px;
		text-align: center;
	}

	.main-content__container {
		font-size: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}

	.main-content__container::after {
		content: "";
		display: inline-block;
		width: 100%;
	}

	.main-content__wrapper,
	.main-content__sidebar {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 100%;
		font-size: 18px;
	}

	.main-content__wrapper {
		max-width: calc(100% - 340px - 20px);
		margin-right: 20px;
	}

	.main-content__sidebar {
		max-width: 340px;
		background-color: #f5f5f5;
	}

	.sidebar__topics {
		font-size: 0;
	}

	.sidebar__topic {
		display: inline-block;
		width: 100%;
		max-width: calc(100% / 3);
	}

	.sidebar__topic-link {
		display: block;
		padding: 10px;
		font-weight: 700;
		font-size: 9px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		color: #666666;
		background-color: #e2e2e2;
		transition: all .3s ease-out;
	}

	.sidebar__topic-link--active {
		background-color: #f5f5f5;
	}

	.sidebar__topic-link:not(.sidebar__topic-link--active):hover {
		text-decoration: underline;
	}

	.sidebar__articles {
		padding: 0 20px;
	}

	.sidebar__article {
		padding: 15px 0;
	}

	.sidebar__article:not(:last-of-type) {
		border-bottom: 1px solid #dcdcdc;
	}

	.sidebar__article-link {
		display: block;
		text-decoration: none;
		font-size: 0;
	}

	.sidebar__article-heading {
		font-size: 16px;
		line-height: 1.3;
		color: #666666;
	}

	.sidebar__article-link:not(.sidebar__article-link--poster):hover .sidebar__article-heading {
		text-decoration: underline;
	}

	.sidebar__article-info {
		margin-top: 5px;
	}

	.sidebar__article-info-item {
		display: inline-block;
		font-size: 10px;
		color: #a0a0a0;
	}

	.sidebar__article-info-item:not(:last-of-type) {
		margin-right: 10px;
	}

	.sidebar__article-poster {
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 10px;
		font-size: 0;
		text-align: center;
		overflow: hidden;
	}

	.sidebar__article-poster img {
		transition: all .5s ease-out;
	}

	.sidebar__article-heading--bold {
		font-weight: 700;
		color: #333333;
	}

	.comments__item:nth-last-child(n+6) {
		display: block;
	}

	.sidebar__article-link--poster:hover img {
		transform: scale(1.1);
	}
}

/* @media (min-width: 1100px) {
  .banner__image {
    display: flex;
    justify-content: center;
    max-width: 790px;
    margin: 0 30px;
  }

  .banner__image-desc {
    max-width: 305px;
    margin-left: 0;
  }

  .banner__image img {
    margin-right: 15px;
  }
} */

@media (min-width: 1200px) {
	.main-header__item--desktop {
		display: inline-block;
	}
}

/* @media (min-width: 1240px) {
  .banner__image {
    margin: 0 auto;
  }
} */