body {
	position: relative;
	min-width: 320px;
	margin: 0 auto;
	font-family: "Lato-Regular", "Arial", sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	color: #000;
	background-color: #fff
}

body,
html {
	overflow-x: hidden
}

a {
	font-weight: 700
}

img {
	max-width: 100%;
	height: auto
}

input:invalid {
	-webkit-box-shadow: none;
	box-shadow: none
}

body>a {
	text-decoration: none;
	color: #000;
	position: absolute;
	left: 50%;
	margin-left: -42px;
	bottom: 10px
}

.ac_footer {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 50px 0;
	color: #a12000
}

.ac_footer a {
	color: #a12000
}

.ac_footer p {
	text-align: center
}

img[height="1"],
img[width="1"] {
	display: none !important
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	white-space: nowrap;
	border: 0;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}

.another-review__text a,
.clinically__text a,
.end__text a,
.health__text a,
.myresult__text a,
.news__text a,
.reason__image-container--text a,
.reason__text a,
.result__text a,
.user-text a {
	color: #5e8acc
}

.another-review__text a:hover,
.btn,
.clinically__text a:hover,
.end__text a:hover,
.health__text a:hover,
.myresult__text a:hover,
.news__text a:hover,
.reason__image-container--text a:hover,
.reason__text a:hover,
.result__text a:hover,
.user-text a:hover {
	color: #2f5895;
	cursor: pointer;
	text-decoration: underline
}

.btn {
	font-family: "Roboto-Black", sans-serif;
	color: #fff;
	font-size: 23px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 0;
	background-color: #e19431;
	border: 0;
	outline: 0
}

.btn:hover {
	background-color: #c37a1c
}

.btn:active {
	background-color: #965e16
}

.flag-dropdown,
.hide {
	display: none
}

.error-box {
	color: #fff;
	background-color: #de5042;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto 10px
}

@media(min-width:1230px) {
	body {
		font-size: 24px;
		line-height: 29px
	}
}

.page-header__wrapper {
	margin: 0 auto;
	width: 320px;
	padding: 15px 0
}

@media(min-width:1230px) {
	.page-header__wrapper {
		width: 1170px;
		padding: 20px 30px;
		margin: auto
	}
}

.page-header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-header__logo-icon {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 12px
}

.page-header__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	color: #d05ca7;
	margin: 0
}

.navigation__list {
	width: 320px;
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #f2f2f2;
	border: 1px solid #cbcbcb;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0
}

.navigation__item {
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #d9d9d9
}

.navigation__item:hover {
	background: #ccc
}

.navigation__item:hover a {
	color: #000
}

.navigation__item a {
	text-decoration: none;
	color: #3a6696
}

.navigation__item:nth-child(-n+3) {
	margin-bottom: 5px
}

.navigation__item:last-child {
	display: none
}

.navigation__item--fifth,
.navigation__item--first,
.navigation__item--fourth,
.navigation__item--second {
	width: 20%
}

.navigation__item--sixth,
.navigation__item--third {
	width: 45%;
	border: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media(min-width:1230px) {
	.page-header__logo-icon {
		margin-left: 0;
		margin-bottom: 15px
	}
	.page-header__title {
		font-family: "NokiaSansS60-Bold";
		font-size: 32px;
		line-height: 36px;
		color: #d05ca7;
		margin: 0
	}
	.navigation__list {
		width: 1170px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 0
	}
	.navigation__item {
		font-size: 24px;
		line-height: 24px;
		padding: 15px;
		border-right: 1px solid #d9d9d9;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.navigation__item:nth-child(-n+3) {
		margin-bottom: 0
	}
	.navigation__item:last-child {
		display: block;
		border: 0
	}
	.navigation__item--fifth,
	.navigation__item--first,
	.navigation__item--fourth,
	.navigation__item--second {
		width: auto
	}
	.navigation__item--sixth,
	.navigation__item--third {
		width: auto;
		border-right: 1px solid #d9d9d9;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

.exclusive__wrapper {
	width: 290px;
	padding: 10px 15px;
	margin: 0 auto
}

@media(min-width:1230px) {
	.exclusive__wrapper {
		width: 1170px;
		padding: 20px 30px
	}
}

.exclusive__title {
	font-family: "Lato-Bold", sans-serif;
	font-size: 24px;
	line-height: 29px;
	margin: 0 0 25px
}

.exclusive__title span {
	text-transform: uppercase
}

.exclusive__text {
	font-style: italic;
	margin: 0;
	border-bottom: 3px solid #db0000;
	padding-bottom: 10px
}

@media(min-width:1230px) {
	.exclusive__title {
		font-size: 31px;
		line-height: 38px
	}
}

.health__wrapper {
	width: 290px;
	padding: 10px 15px;
	margin: 0 auto
}

@media(min-width:1230px) {
	.health__wrapper {
		width: 1170px;
		padding: 20px 30px
	}
}

.health__journalist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px
}

.journalist-image {
	margin-right: 30px
}

.journalist-title {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 8px
}

.journalist-stats {
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 5px
}

.journalist-text {
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	margin: 0
}

.health__title {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px
}

.health__text {
	margin: 0 0 20px
}

.health__text:last-child {
	margin-bottom: 0
}

.news {
	display: none
}

@media(min-width:1230px) {
	.health-and-news-container {
		position: relative;
		width: 1230px;
		margin: 0 auto
	}
	.news {
		display: block;
		position: absolute;
		top: 30px;
		right: 30px;
		width: 370px
	}
	#sidebar {
		position: relative
	}
	.container4 {
		background: #ccc;
		padding: 15px 10px;
		margin-bottom: 12px
	}
	.news__title {
		font-size: 30px;
		line-height: 30px;
		margin: 0 0 10px
	}
	.news__text {
		font-size: 16px;
		line-height: 19px;
		margin: 0 0 15px
	}
	.news__text span {
		font-style: italic
	}
	.news__text--more {
		display: block;
		text-align: right;
		margin-bottom: 0
	}
	.news__text--line {
		position: relative;
		padding-bottom: 15px
	}
	.news__text--line::before {
		position: absolute;
		content: "";
		bottom: 0;
		width: 100%;
		height: 1px;
		background: #fff
	}
	h3 {
		margin: 0 0 15px
	}
	.news-image {
		margin-bottom: 15px
	}
	.news__try {
		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-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-shadow: 0 0 3px 0 #8c8c8c;
		box-shadow: 0 0 3px 0 #8c8c8c
	}
	.try-title {
		width: 100%;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		background-color: #139775;
		margin: 0 0 30px;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.try-contaier {
		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-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.try-link a {
		display: block;
		text-align: center;
		background: #ffff8f;
		color: #000
	}
	.news__btn {
		width: 94%;
		font-size: 28px;
		line-height: 28px;
		font-weight: 700;
		margin-bottom: 25px
	}
	.health__journalist {
		position: relative
	}
	.journalist-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 170px;
		height: 234px
	}
	.journalist-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}
	.journalist-title {
		font-size: 24px;
		line-height: 24px;
		margin-left: 200px;
		margin-right: 25px
	}
	.journalist-stats {
		font-size: 18px;
		line-height: 18px
	}
	.journalist-text {
		width: 170px;
		font-size: 16px;
		line-height: 16px;
		top: 250px;
		left: 0;
		position: absolute
	}
	.health__text,
	.health__title {
		width: 770px
	}
	.health__text:first-of-type,
	.health__title:first-of-type {
		width: 570px;
		margin-left: 200px
	}
}

.reason__wrapper {
	width: 290px;
	padding: 10px 15px;
	margin: 0 auto
}

@media(min-width:1230px) {
	.reason__wrapper {
		width: 1170px;
		padding: 20px 30px
	}
}

.reason__image-container {
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.reason__image-container--text {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
	background: #ffff95;
	padding: 5px;
	margin: -5px 0 20px
}

.reason__text {
	margin: 0 0 20px
}

.clinically__item:last-child,
.reason__text:last-child {
	margin-bottom: 0
}

@media(min-width:1230px) {
	.reason__image-container {
		width: 770px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.reason__image-container--text {
		font-size: 20px;
		line-height: 23px;
		padding: 15px
	}
	.reason__text {
		width: 770px;
		margin-bottom: 30px
	}
}

.result__wrapper {
	width: 290px;
	padding: 10px 15px;
	margin: 0 auto
}

@media(min-width:1230px) {
	.result__wrapper {
		width: 1170px;
		padding: 20px 30px
	}
}

.result__image-container {
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.result__image-container--text {
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
	background: #ffff95;
	padding: 5px;
	margin: -5px 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.result__text {
	margin: 0 0 20px
}

.result__text--last {
	margin-bottom: 10px
}

.result__image2 {
	display: none
}

@media(min-width:1230px) {
	.result__image-container {
		width: 770px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.result__image2 {
		width: 770px;
		display: block
	}
	.result__image-container--text {
		font-size: 24px;
		line-height: 28px;
		padding: 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.result__text {
		width: 770px
	}
}

.another-review__wrapper {
	width: 290px;
	padding: 10px 15px;
	margin: 0 auto
}

@media(min-width:1230px) {
	.another-review__wrapper {
		width: 1170px;
		padding: 20px 30px
	}
}

.another-review__title {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 20px
}

.another-review__text {
	margin: 0
}

@media(min-width:1230px) {
	.another-review__title {
		width: 770px;
		font-size: 24px;
		line-height: 29px
	}
	.another-review__text {
		width: 770px
	}
}

.clinically__wrapper {
	width: 290px;
	padding: 10px 15px;
	margin: 0 auto
}

@media(min-width:1230px) {
	.clinically__wrapper {
		width: 1170px;
		padding: 20px 30px
	}
}

.clinically__title {
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 20px
}

.clinically__list {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
	padding: 0 0 0 15px
}

.clinically__item {
	margin-bottom: 5px
}

.clinically__text {
	margin: 0
}

@media(min-width:1230px) {
	.clinically__title {
		font-size: 24px;
		line-height: 29px
	}
	.clinically__list {
		width: 770px
	}
	.clinically__item {
		font-size: 23px
	}
	.clinically__text {
		width: 770px
	}
}

.myresult__wrapper {
	width: 290px;
	margin: 0 auto;
	padding: 10px 7px;
	background: #ebebeb;
	border: 8px solid #9f9f9f
}

.page-header__navigation {
	display: none
}

@media(min-width:1230px) {
	.myresult__wrapper {
		width: 1170px;
		padding: 20px 30px
	}
	.page-header__navigation {
		display: block
	}
}

.myresult__image-container {
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.myresult__image-container--text {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	background: #ffff95;
	margin: 0;
	padding: 5px
}

.end__text span,
.myresult__image-container--text span {
	font-weight: 700
}

.myresult__title {
	font-weight: 700;
	margin: 0 0 15px
}

.myresult__title:last-child {
	margin: 0
}

.myresult__title:nth-last-child(-n+3) {
	text-align: center
}

.myresult__text {
	margin: 0 0 15px
}

@media(min-width:1230px) {
	.myresult__wrapper {
		width: 1230px;
		padding: 20px 0;
		border: 0;
		background: 0
	}
	.container {
		width: 746px;
		background: #ebebeb;
		border: 12px solid #9f9f9f;
		padding: 15px
	}
	.myresult__image-container {
		width: 744px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.myresult__image-container--text {
		font-size: 24px;
		line-height: 29px
	}
	.myresult__text,
	.myresult__title {
		width: 750px
	}
}

.end__wrapper {
	width: 290px;
	padding: 10px 15px;
	margin: 10px auto 0
}

@media(min-width:1230px) {
	.end__wrapper {
		width: 1170px;
		padding: 20px 30px
	}
}

.end__text {
	margin: 0 0 20px
}

.end__text--important {
	color: #db0000;
	font-weight: 700
}

.end__text--important span {
	text-transform: uppercase
}

.end__text:last-child {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0
}

.end__product {
	border: 2px dashed #559363;
	border-radius: 15px;
	margin-bottom: 20px
}

.container2,
.end__product {
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 10px
}

.end__product--image {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px
}

.end__product--text {
	color: #db0000;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 20px
}

.end__product--text span {
	font-size: 28px;
	text-transform: uppercase
}

.end__link {
	margin-bottom: 20px;
	color: #5e8acc
}

.end__link:hover {
	color: #2f5895;
	cursor: pointer;
	text-decoration: underline
}

.end__product--text-last {
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 20px
}

.end__btn {
	width: 98%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px
}

@media(min-width:1230px) {
	.end__product {
		position: relative;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 700px;
		border: 5px dashed #559363;
		padding: 60px 30px 20px 30px
	}
	.container2 {
		width: 380px
	}
	.end__product--image {
		position: absolute;
		left: 30px;
		top: 50px;
		margin: 0
	}
	.end__product--text {
		font-size: 32px;
		line-height: 32px
	}
	.end__product--text span {
		font-size: 40px;
		line-height: 40px
	}
	.end__link {
		margin-bottom: 35px
	}
	.end__product--text-last {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 35px
	}
	.end__btn {
		font-size: 35px;
		line-height: 35px;
		background-color: #f89521
	}
	.end__btn:hover {
		background-color: #df7c07
	}
	.end__btn:active {
		background-color: #ae6005
	}
	.end__text {
		width: 770px
	}
}

.users-comments__wrapper {
	width: 290px;
	padding: 10px 15px;
	margin: 0 auto
}

@media(min-width:1230px) {
	.users-comments__wrapper {
		width: 1170px;
		padding: 20px 30px
	}
}

.users-comments__title {
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 20px 0 10px
}

.users-comments__list {
	list-style: none;
	margin: 0;
	padding: 0
}

.users-comments__item {
	border: 1px dotted #7b7b7b;
	padding: 15px 5px;
	margin-bottom: 15px
}

.user-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px
}

.user-image {
	margin-right: 10px
}

.user-name {
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	margin: 0 0 15px
}

.user-text,
.user-time {
	font-size: 16px;
	line-height: 19px;
	margin: 0
}

.user-time {
	position: relative;
	padding-left: 15px
}

.user-time::before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background-image: url(../img/calendar.png);
	background-repeat: no-repeat
}

.user-text {
	font-weight: 700
}

.users-comments__btn {
	display: block;
	margin: 35px 0
}

@media(min-width:1230px) {
	.users-comments__wrapper {
		width: 1230px;
		padding: 20px 0
	}
	.container3 {
		width: 800px
	}
	.users-comments__item {
		margin-bottom: 25px
	}
	.users-comments__item:last-child {
		margin-left: 65px
	}
	.users-comments__title {
		margin-left: 30px;
		margin-bottom: 45px
	}
	.user-image {
		margin-right: 30px
	}
	.user-image,
	.user-text {
		margin-left: 25px
	}
	.users-comments__btn {
		width: 470px;
		font-size: 35px;
		line-height: 35px;
		background-color: #f89521;
		margin-left: 200px
	}
}

.page-footer {
	background: #cbcbcb
}

.page-footer__wrapper {
	width: 290px;
	padding: 10px 15px;
	margin: 0 auto
}

@media(min-width:1230px) {
	.page-footer__wrapper {
		width: 1170px;
		padding: 20px 30px;
		margin: auto
	}
}

.page-footer__text {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 0
}

.sidebar {
	background: #fff
}

@media(max-width:1229px) {
	.page-header__logo {
		text-align: center;
		display: block;
		padding-top: 10px;
		margin-bottom: 0
	}
	.page-header__title {
		display: none
	}
	.users-comments__item:nth-child(-n+7) {
		display: none
	}
}

@media(max-width:1230px) {
	.wrapper {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.health__journalist {
		max-width: 150px;
		float: left;
		display: block;
		margin-right: 25px
	}
	.image-container,
	.photo3 {
		max-width: 290px;
		margin: auto;
		display: block
	}
}

@media(max-width:450px) {
	.health__journalist {
		max-width: 290px;
		margin: 0 auto 20px;
		display: block;
		float: none;
		text-align: center
	}
}

.main-lnk {
	text-decoration: none;
	color: inherit;
}