* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;

	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
}
select,
input,
button {
	font-family: 'Roboto Condensed', sans-serif;
}
img {
	max-width: 100%;
	display: block;
	outline: none;
	border: 0;
}
ul {
	margin: 0;
	list-style-type: none;
}
.wrapper {
	max-width: 970px;
	padding: 0 10px;
	margin: auto;
}
.header__left,
.header__right,
.nav {
	display: none;
}
.header__middle {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 500;
	font-size: 26px;
	text-align: center;
	color: #000;
	padding: 14px 10px;
	position: relative;
}
.header__middle::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 20px;
	height: 14px;
	background: url(../img/burger.svg) no-repeat center/contain;
}
.title {
	background: url(../img/titlebg.jpg) no-repeat center/cover;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	padding: 20px 10px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
figure {
	margin-bottom: 10px;
}
figure img {
	display: block;
	margin: auto;
}
figcaption {
	background: #fffae0;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}
figcaption i {
	display: block;
}
hr {
	background: #d9d9d9;
	height: 1px;
	margin: 20px 0 10px;
}
h2 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.mb-bigger {
	margin-bottom: 30px;
}
.success-block {
	border: 2px solid #8faa99;
	border-radius: 15px;
	background: #f5faf4;
	padding: 10px 12px;
	margin-bottom: 10px;
}
.success-block li:not(:last-of-type) {
	margin-bottom: 10px;
}
.increase {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #6b6b6b;
}
.increase h2 {
	text-align: center;
	font-size: 12px;
	margin-top: 0;
}
.increase__vertical {
	position: absolute;
	transform: rotate(-90deg);
	font-size: 10px;
	bottom: 44%;
	left: -68px;
}
.danger-block {
	border: 2px solid #ff6358;
	border-radius: 15px;
	padding: 10px 12px;
	margin-bottom: 10px;
	background: #f9d7d2;
}
.main-img {
	margin: auto;
	margin-bottom: 10px;
	display: block;
}
.success-block img,
.dander-block-icons img {
	width: 28px;
	height: auto;
	min-width: 28px;
}
.dander-block-icons li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-weight: 700;
}
.danger-block li,
.success-block li {
	margin-bottom: 10px;
}
.success-block li:last-of-type,
.danger-block li:last-of-type {
	margin-bottom: 0;
}
.result ul {
	margin-bottom: 10px;
}
.list-dots li {
	padding-left: 10px;
	position: relative;
}
.list-dots li::before {
	content: '';
	width: 3px;
	height: 3px;
	background: black;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
.danger-block ul + p {
	margin-top: 10px;
	margin-bottom: 0;
}
.main a {
	font-weight: 700;
	color: red;
	text-decoration: none;
}
.main a:hover {
	text-decoration: dashed;
}
.prod {
	max-width: 167px;
}
.helplist li {
	margin-bottom: 10px;
	font-weight: 700;
}
.composition li {
	margin-bottom: 15px;
	text-align: center;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.composition img {
	margin-bottom: 10px;
}
.composition b {
	display: block;
}
.without {
	text-align: center;
}
.without li {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	text-align: left;
}
.figure__imgs {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	margin-left: auto;
	gap: 20px;
	margin-right: auto;
}
.figure__imgs > * {
	max-width: 50%;
	max-height: 160px;
}
.ginger {
	left: 50px;
	position: absolute;
	bottom: -10px;
	max-width: 100px;
}
.figure__imgs + p {
	text-align: center;
	font-weight: 700;
	margin-top: 10px;
}
.reaction__title {
	display: flex;
	font-size: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0 10px;
	margin-bottom: 10px;
}
.reaction__title img {
	width: 28px;
	align-self: flex-start;
	height: 28px;
	min-width: 28px;
}
.comments__title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
	color: #000;
}
.comments__item {
	margin-bottom: 15px;
}
.comments__ava {
	float: left;
	width: 38px;
	height: 38px;
	margin-right: 10px;
}
.btn {
	background: #ff0101;
	padding: 13px 20px;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-transform: uppercase;
	border-radius: 100px;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
    color: white !important;
	border: 0;
	outline: none;
	transition: 0.2s;
	cursor: pointer;
}
.btn:hover {
	background: #c50101;
	transform: scale(0.95);
}

@media (min-width: 992px) {
	body {
		font-size: 28px;
	}
	.header__left,
	.header__right,
	.nav {
		display: block;
	}
	.header {
		border-bottom: 2px solid #d9d9d9;
	}
	.header .wrapper {
		display: flex;
		max-width: none;
		align-items: center;
		justify-content: space-between;
	}
	.header__left {
		font-weight: 300;
		font-size: 20px;
		width: 29%;
	}
	.header__left img {
		display: inline;
		vertical-align: middle;
	}
	.header__middle {
		font-size: 50px;
		width: 42%;
	}
	.header__right {
		width: 29%;
		display: flex;
		justify-content: flex-end;
		gap: 20px;
	}
	.signup {
		display: inline-block;
		background: #1595de;
		border-radius: 10px;
		color: white;
		font-weight: 700;
		font-size: 20px;
		text-align: center;
		padding: 8px 15px;
		/* border: 3px solid #1595de; */
		border: 0;
		text-decoration: none;
	}
	.signup:hover {
		background: #0578ba;
	}

	.login {
		border: 3px solid #d9d9d9;
		border-radius: 10px;
		padding: 5px 15px;
		font-weight: 700;
		font-size: 20px;
		text-decoration: none;
		text-align: center;
		color: #000;
	}
	.login:hover {
		border: 3px solid #b3b3b3;
	}
	.login img {
		width: 19px;
		display: inline;
		vertical-align: middle;
	}
	.header__middle::before {
		display: none;
	}
	.nav {
		padding: 10px;
		margin-bottom: 20px;
	}
	.nav ul {
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	.nav a {
		color: #000;
		text-decoration: none;
	}
	.nav a:hover,
	.nav .active a {
		color: #1595de;
	}
	.title {
		font-size: 64px;
		padding: 70px 30px;
		margin-bottom: 20px;
	}
	p,
	figure,
	.success-block,
	.danger-block,
	.increase,
	.main-img,
	.composition img,
	.reaction__title {
		margin-bottom: 20px;
	}
	figcaption {
		max-width: 740px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	hr {
		margin: 40px 0;
	}
	h2 {
		margin-top: 60px;
		margin-bottom: 30px;
		font-size: 38px;
	}
	.success-block,
	.danger-block {
		padding: 20px 32px;
		border-width: 3px;
	}
	.increase {
		width: 900px;
		padding-left: 60px;
	}
	.increase h2 {
		font-size: 38px;
	}
	.increase__vertical {
		left: -200px;
		font-size: 30px;
	}
	.success-block img,
	.dander-block-icons img {
		width: 60px;
		height: auto;
		min-width: 60px;
	}
	.danger-block ul + p {
		margin-top: 20px;
	}
	.list-dots li::before {
		width: 5px;
		height: 5px;

		top: 16px;
		left: -2px;
	}
	.prod {
		max-width: 367px;
	}
	.composition li {
		max-width: none;
		width: calc(50% - 25px);
		text-align: center;
		font-size: 28px;
	}
	.composition {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		gap: 50px;
	}
	.composition img {
		margin-left: auto;
		margin-right: auto;
	}
	.without {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		margin-bottom: 30px;
	}
	.without.success-block li:not(:last-of-type) {
		margin-bottom: 0;
	}
	.figure__imgs {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.figure__imgs > * {
		max-height: 100%;
	}
	.ginger {
		width: 262px;
		height: 183px;
		max-height: 183px;
		max-width: 262px;
		left: 160px;
		bottom: -40px;
	}
	.reaction li {
		margin-bottom: 40px;
	}
	.reaction__title img {
		width: 60px;
		align-self: flex-start;
		height: 60px;
		min-width: 60px;
	}
	.reaction h3 {
		font-size: 32px;
	}
	.reaction__title img {
		align-self: center;
	}
	.reaction__title {
		align-items: center;
	}
	.success-block.participance li:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.comments__ava {
		width: 100px;
		height: 100px;
		margin-right: 30px;
	}
	.comments li {
		margin-bottom: 40px;
	}
	.btn {
		font-size: 38px;
		padding: 22px;
		border-radius: 30px;
		max-width: 600px;
	}
}
@media (min-width: 1350px) {
	.header__middle {
		font-size: 75px;
	}
	.signup {
		font-size: 30px;

		padding: 13px 27px;
	}

	.login {
		padding: 10px 24px;

		font-size: 30px;
	}
	.nav ul {
		font-size: 30px;

		gap: 30px;
	}
	.header__middle {
		width: 50%;
	}
	.header__left,
	.header__right {
		width: 25%;
	}
}
.footer__company {
	padding: 30px 10px;
	color: #1595de;
	font-size: 14px;
	text-align: center;
}
.footer__company a {
	color: #1595de;
	text-decoration: underline;
}
.footer__company a:hover {
	text-decoration: none;
}
.footer__company .adress {
	margin: 10px 0;
}
.return-adress {
	margin: 10px 0;
}
.footer__company .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}
.ac_footer {
	display: none !important;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;

	font-size: 14px;
	overflow-y: scroll;
	z-index: 10000;
}
.popup .page-width {
	background-color: #fff;
	padding: 15px;
	padding-right: 45px;
}
.popup .wrapper {
	width: 95%;

	margin: auto;
	position: relative;
}
.popup__close {
	position: fixed;
	top: 10px;
	right: calc((100% - 84%) / 2 + 10px);
	border: 1px solid #000;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
@media(min-width:1050px){
.popup__close {
 
    right: calc((100% - 930px) / 2 + 10px);
  }}
.popup__close::before {
	content: '';
	width: 1px;
	height: 15px;
	transform: rotate(45deg);
	position: absolute;
	top: 1px;
	left: 8px;
	background: #000;
}
.popup__close::after {
	content: '';
	width: 1px;
	height: 15px;
	transform: rotate(-45deg);
	position: absolute;
	top: 1px;
	left: 8px;
	background: #000;
}
.popup .page-title {
	margin-bottom: 30px;
	text-align: center;
}
.popup h3 {
	margin: 30px 0 15px;
}
body.fixed {
	overflow: hidden;
}
.popup.hidden {
	display: none;
}
