html {
	box-sizing: border-box;
}

body {
	background-color: rgb(231, 231, 231);
	margin: 0;
	font-family: "Open Sans", sans-serif;
}

.main {
	max-width: 1084px;
	width: 100%;
	margin: 0 auto;
	background-color: white;
}

.header {
	background-color: rgb(244, 244, 244);
}

.logo {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
}

.logo_name {
	margin: auto;
	font-size: 26px;
	color: #00a2d9;
}

.bold {
	font-weight: 700;
}

.header {
	height: 101px;
	background: no-repeat right rgb(244, 244, 244) url("../img/header_bg.jpg");
}

.nav_panel {
	padding: 14px 20px;
	font-size: 12px;
	border-bottom: solid 1px rgb(231, 231, 231);
}

.nav_elem,
.nav_elem1,
.nav_elem2,
.nav_elem3,
.nav_elem4,
.nav_elem5,
.nav_elem6,
.nav_elem7,
.nav_elem8,
.nav_elem9,
.nav_elem0 {
	cursor: pointer;
	padding: 10px;
}

.nav_elem:hover,
.nav_elem:focus {
	background-color: rgb(232, 227, 48);
}

.nav_elem1:hover,
.nav_elem1:focus {
	background-color: rgb(48, 202, 232);
}

.nav_elem2:hover,
.nav_elem2:focus {
	background-color: rgb(112, 103, 195);
}

.nav_elem3:hover,
.nav_elem3:focus {
	background-color: rgb(232, 48, 140);
}

.nav_elem4:hover,
.nav_elem4:focus {
	background-color: rgb(199, 125, 84);
}

.nav_elem5:hover,
.nav_elem5:focus {
	background-color: rgb(48, 232, 73);
}

.nav_elem6:hover,
.nav_elem6:focus {
	background-color: rgb(192, 50, 255);
}

.nav_elem7:hover,
.nav_elem7:focus {
	background-color: rgb(255, 139, 37);
}

.nav_elem8:hover,
.nav_elem8:focus {
	background-color: rgb(255, 54, 27);
}

.nav_elem9:hover,
.nav_elem9:focus {
	background-color: rgb(240, 27, 255);
}

.nav_elem0:hover,
.nav_elem0:focus {
	background-color: rgb(40, 150, 160);
}


.light_blue {
	color: #62A7D9
}


.topPage {
	display: flex;
	justify-content: space-between;
}

.page_block {
	max-width: 814px;
	width: 100%;
	padding: 30px 40px 0 40px;
}

.mainPage {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px
}

.headline1 {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 27px
}

.info_cont {
	display: flex;
	justify-content: space-between;
}

.info_date {
	font-size: 15px;
}

.info_stat {
	display: flex;
	font-size: 13px;
}

.info_stat_item {
	margin: 0 9px;
}

.info_stat_icon {
	background-repeat: no-repeat;
	padding: 2px 12px;
}

.icon2 {
	background-image: url("../img/icon_2.png");
}

.icon3 {
	background-image: url("../img/icon_3.png");
}

.icon4 {
	background-image: url("../img/icon_4.png");
}



.text {
	font-size: 18px;
	line-height: 1.5;
	margin: 20px 0;
}

.standartImg,
.interviewImg {
	display: block;
	;
	max-width: 700px;
	width: 100%;
}

.italic {
	font-style: italic;
}

.image_Text,
.interviewImage_Text {
	font-size: 14px;
	max-width: 600px;
	margin-top: 4px;
}

.interviewImage_Text {
	width: fit-content;
}

.koresponden {
	position: relative;
	min-height: 124px;
	padding: 15px;
	margin: 0 0 20px 0;
	border-radius: 10px;
	background-color: rgb(241, 243, 245);
	border: 1px solid rgb(20, 141, 226);
}

.nameKor {
	color: #00a2d9;
}

.nameDoc {
	color: red;
}

.diaologFirst {
	margin: 0 auto;
	margin-bottom: 20px;
}

.avaImg {
	width: 94px;
	float: left;
	margin-right: 10px;
}

.dialogImg {
	width: 640px;
}

.underLine {
	text-decoration: underline;
}

.red {
	color: #960000;
}

.productLink {
	color: limegreen;
	text-decoration: none;
}

.productLink:hover {
	text-decoration: underline;
}

.tesis {
	margin: 0 auto;
}

.interviewImg,
.interviewImage_Text {
	margin-left: auto;
	margin-right: auto;
}

.headline2 {
	text-align: center;
	font-size: 19px;
	text-transform: none;
	margin-top: 25px;
	font-weight: bold;
	margin: 0 auto;
	padding: 25px 15px 0 15px;
	max-width: 420px;
}

.dinamika {
	max-width: 640px;
	margin: 25px auto 0 auto;
	border-radius: 10px;
	background-color: #394c6c;
	color: white;
}

.statistic {
	width: 640px;
	max-width: 100%;
	padding: 15px;
	margin: 0 auto;
}

.dinamikaBand {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	margin: 10px auto 10px 0;
	background: linear-gradient(to bottom, #8dd8f5 0, #59a4cc 100%);
}

.dinamikaLineLeft,
.dinamikaLineRight {
	padding: 2px;
	color: white;
}

.dinamikaLineLeft {
	padding-left: 10px;
}

.dinamikaLineRight {
	padding-right: 10px;
}

.article {
	padding-right: 20px
}

.article_block {
	margin: 20px 0
}

.article,
.articleImg {
	max-width: 200px;
	width: 100%;
}

.articleImg {
	display: block
}

.articleLink {
	color: black;
	text-decoration: none;
}

.articleLink:hover {
	text-decoration: underline;
}

.articleText {
	font-size: 15px;
	margin: 0;
	line-height: 1.5;
}

.line1 {
	width: 96.5%
}

.line2 {
	width: 95%
}

.line3 {
	width: 93%
}

.line4 {
	width: 84%
}

.line5 {
	width: 94%
}

.line6 {
	width: 96%
}

.line7 {
	width: 97.5%
}

.line8 {
	width: 92%
}

.line9 {
	width: 91%
}

.productImg {
	display: block;
	max-width: 400px;
	margin: 20px auto;
	width: 100%;
}

.benefits {
	padding: 7px;
	padding-bottom: 32px;
	font-weight: bold;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}

.productBlock {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
}

.productImg1,
.productImg2 {
	max-width: 215px;
	margin: 25px 0;
}

.productTest {
	display: flex;
	justify-content: space-evenly;
}

.productTest1,
.productTest2 {
	max-width: 300px;
	margin: 25px 0;
}

.attention {
	padding: 25px 15px;
	background-color: rgb(255, 246, 246);
	border: 3px solid rgb(145, 23, 16);
	border-radius: 7px;
}

.medForm {
	width: 100%;
	max-width: 640px;
	margin: 25px auto;
	padding: 20px;
	line-height: 1.5625;
	background-image: url("../images/formbg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-style: italic;
	text-align: center;
}

.formImg {
	max-width: 100px;
	margin: 25px auto
}

.blue {
	color: blue;
	font-size: 14px;
}

.formHeadline {
	margin: 0 auto;
	font-size: 28px;
}

.oldPrice {
	text-decoration: line-through;
}

.newPrice {
	font-size: 30px;
	color: red;
}

.fillForm {
	margin: 45px 15px 25px 15px;
	border: 2px solid #0299ff;
	padding: 10px;
	font-size: 12px;
}

.formLabel {
	display: block;
	padding: 5px 0;
	font-size: 16px;
}

.formInput {
	font-size: 21px;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%;
}

.formButton {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 20px auto;
	padding: 20px;
	font-size: 20px;
	color: white;
	background-color: #0299ff;
	border-radius: 5px;
	border: none;
	transition: all .15s ease-in-out;
	box-shadow: 0px 4px 3px #242120;
	cursor: pointer;
}

.formButton:hover {
	background-color: #026cb3;
}

.formText {
	font-size: 12px;
}

.center {
	text-align: center;
}

.commentsHead {
	padding: 10px;
	font-size: 18px;
	color: white;
	background-color: rgb(38, 106, 193);
}

.comment {
	border-bottom: 1px dashed #ccc;
	display: flex;
	align-items: flex-start;
	padding: 15px 0;
	margin: 0 -10px;
}

.commentAva {
	flex-grow: 0;
	padding: 0 10px;
	width: 70px;
	border-radius: 50%;
}

.commentContent {
	padding: 0 10px;
	width: 100%;
	font-size: 15px;
	line-height: 1.4;
}

.commentName {
	margin-top: 0;
	color: rgb(145, 23, 16);
}

.commentText {
	margin: 8px 0;
	font-size: 17px;
}

.commentDetails {
	color: rgb(48, 129, 232);
}

.like {
	width: 13px;
}

.likes {
	color: black;
}

.commentImg {
	display: block;
	max-width: 300px;
	width: 100%
}

.commentLast {
	border: none
}

.footer {
	max-width: 1084px;
	width: 100%;
	margin: 0 auto 83px auto;
	padding: 20px 0;
	background-color: white;
	text-align: center;
	border-top: 1px solid #ccc;
}

.widget {
	display: none;
	height: 83px;
	align-items: center;
	position: fixed;
	width: 100%;
	margin-left: -8px;
	bottom: 0;
	background-image: url("../img/widget.png");
	background-color: rgb(0, 0, 0);
	background-position: center top;
	background-size: cover;
}

.wg_text {
	font-size: 18px;
}

.wg_container {
	padding: 10px;
	text-align: center;
	display: flex;
	width: 100%;
	margin: auto;
	justify-content: space-evenly;
	align-items: center;
	color: #fff;
}

.wg_btn {
	color: white;
	text-decoration: none;
	width: 100%;
	max-width: 250px;
	max-height: 40px;
	margin-left: 10px;
	font-size: 18px;
	background: linear-gradient(180deg, #ff6a00, rgba(195, 30, 0, 1.0));
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.productTest {
		width: 100%;
		max-width: 350px;
		display: block;
		margin: 0 auto;
	}

	.productTest1,
	.productTest2 {
		max-width: 350px;
		margin: 25px 0;
	}

	.header {
		background: no-repeat left rgb(244, 244, 244) url("../img/header_bg.jpg");
	}

	.navPanel {
		display: none
	}

	.article {
		display: none
	}

	.productBlock {
		flex-direction: column;
		align-items: center;
	}

	.info_cont {
		display: block
	}

	.info_date {
		display: block;
		margin: 20px auto;
	}

	.page_block,
	.mainPage {
		padding: 0 10px;
	}

	.koresponden {
		min-height: 108px;
		padding: 7px;
	}

	.statistic {
		padding: 15px 7px
	}

	.dinamikaLineLeft {
		padding-left: 7px;
	}

	.dinamikaLineRight {
		padding-right: 7px;
	}

	.wg_text {
		font-size: 16px
	}
}