* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;

}

img {
	vertical-align: middle;
	height: auto;
}

body {
	font-size: 15px;
	background-color: #F0F2F5;
	color: #1c1e21;
}

hr {
	border: none;
	color: #CED0D4;
	background-color: #CED0D4;
	height: 1px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 56px;
	padding: 0 16px;
	background-color: #fff;
	z-index: 1000;
}

.header::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 7px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOBAMAAAD3WtBsAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAD29va1cB7UAAAAB3RSTlMCCwQHGBAaZf6MKAAAABpJREFUCNdjSGNIY3BhCGUQBEJjIFQCQigAACyJAjLNW4w5AAAAAElFTkSuQmCC);
}

.header__right-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #E4E6EB;
	border: none;
	border-radius: 50%;
	cursor: pointer;
}

.header__icon:not(:last-of-type) {
	margin-right: 8px;
}

.header__icon:hover {
	background-color: #d8dadf;
}

main {
	padding: 56px 0 0;
}

.profile {
	width: 100%;
	background-color: #fff;
}

.profile__content {
	display: block;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}

.profile__img {
	max-width: 851px;
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 7px;
}

.profile__info {
	position: relative;
	width: 100%;
	max-width: 1353px;
	margin: 0 auto;
	padding: 0 32px;
}

.profile__block-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-left: 184px;
	padding-bottom: 16px;
	margin-bottom: 40px;
}

.profile__block-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 60px;
}

.profile__avatar {
	width: 168px;
	height: 168px;
	position: absolute;
	left: 0;
	bottom: -34px;
	border: 4px solid #fff;
	border-radius: 50%;
}

.profile__name {
	margin-top: 32px;
	margin-bottom: 16px;
	font-size: 32px;
	margin-right: auto;
	font-weight: 700;
	color: #050505;
	text-align: center;
}

.profile__send {
	margin-top: 32px;
	margin-bottom: 16px;
}

.send {
	padding: 8px 12px;
	color: #fff;
	background-color: #1B74E4;
	border: none;
	transition: background-color .3s;
	border-radius: 6px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .7);
	cursor: pointer;
}

.send:hover {
	background-color: #124d96;
}

.send__img {
	vertical-align: top;
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.send__text {
	font-size: 18px;
	font-weight: 600;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.selection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.selection__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 56px;
	margin: 2px 0;
	color: #65676B;
	cursor: pointer;
}

.selection__item:not(:last-of-type) {
	margin-right: 20px;
}

.selection__item:hover {
	background-color: #f2f2f2;
	border-radius: 6px;
}

.selection__item.active {
	color: hsl(214deg, 89%, 52%);
	position: relative;
}

.selection__item.active::after {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	width: 75px;
	height: 3px;
	background-color: hsl(214deg, 89%, 52%);
}

.selection__item.active>.selection__item-icon {
	fill: hsl(214deg, 89%, 52%);
}

.selection__item-text {
	font-weight: 600;
  color: initial;;
}

.selection__item-icon {
	fill: #65676B;
}

.selection__option {
	width: 48px;
	height: 36px;
}

.option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.gray-button {
	background-color: #E4E6EB;
	border: none;
	border-radius: 6px;
}

.gray-button:hover {
	background-color: #d8dadf;
}

.shadow-1 {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow-2 {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.posts {
	width: 100%;
	max-width: 1186px;
	margin: 16px auto 0;
}

.post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 8px 16px;
	background-color: #FFFFFF;
	border-radius: 6px;
}

.post-info__title {
	font-size: 20px;
	font-weight: 700;
	color: #050505;

}

.title {
	font-size: 1.7em;
	line-height: 1.2em;
}

.post-info__filter {
	width: 90px;
	height: 36px;
}

.filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.filter__text {
	color: #050505;
	font-weight: 600;
	margin-left: 6px;
}

.post {
	width: 100%;
	margin: 16px 0 32px;
	padding: 12px 0 8px;
	background-color: #FFFFFF;
	border-radius: 6px;
}

.post__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 12px;
	padding: 0 16px;
}

.post__info {
	display: inline;
	width: 100%;
}

.post__avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	border-radius: 50%;
}

.post__name {
	display: block;
	font-weight: 600;
	color: #050505;
	text-decoration: none;
}

.post__name:hover {
	text-decoration: underline;
}

.post__date {
	font-size: 13px;
	font-weight: 400;
	color: #65676B;
}

.post__visible {
	width: 12px;
	height: 12px;
	vertical-align: bottom;
	top: 0px;
	position: relative;

}

.post__option {
	width: 36px;
	height: 36px;
}

.post__content {
	padding: 0 15px;
}

.post__content>p {
	margin: 15px 0;
	font-size: 18px;
	color: #050505;
	line-height: 1.4;
}

.post__comments {
	padding: 0 16px;
}

.post__comments-select {
	display: block;
	width: 100%;
	margin: 8px 0;
	font-weight: 600;
	color: #65676B;
	text-align: end;
	cursor: pointer;
}

.post__comments-select-icon {
	fill: #65676B;
}

.content-img {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}

.content-img img {
	width: 100%;
}

.content-caption {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.question {
	font-weight: bold;
	font-size: 23px !important;
	text-decoration: underline;
	text-align: center;
}

.subtitle {
	padding: 10px 20px;
	margin: 5px;
	background-color: #ffd9d9;
	text-align: justify;
}

.subtitle p {
	margin: 10px 0;
}

.check-list {
	margin: 0;
	font-size: 18px;
	background-color: #e5f2e3;
	padding: 10px 20px 10px 10px;
}

.form__block {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: center;
}

.form__img {
	margin-right: 30px;
}

.check-list li {
	position: relative;
	list-style-type: none;
	padding-left: 2.5rem;
}

.check-list li::before {
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top: -4px;
	width: 7px;
	height: 18px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #00a8a8;
	transform-origin: bottom left;
	transform: rotate(45deg);
}

.product {
	margin: 0 auto;
	display: block;
  width: 100%;
	max-width: 350px;
}

.link {
	font-weight: bold;
	color: #15acb3;
}

.feedback {
	margin: 0 16px;
}

.feedback__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	max-width: 122px;
	height: 43px;
	cursor: pointer;
}

.feedback__count-icon {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.feedback__count-text {
	font-weight: 400;
	color: #65676B;
}

.feedback__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 0;
	border-top: 1px solid #CED0D4;
	border-bottom: 1px solid #CED0D4;
}

.feedback__link {
	width: 33.3333333%;
	height: 44px;
}

.feedback-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	cursor: pointer;
}

.feedback-link__icon {
	filter: invert(8%) sepia(10%) saturate(200%) saturate(200%) saturate(166%) hue-rotate(177deg) brightness(104%) contrast(91%);
	-webkit-filter: invert(8%) sepia(10%) saturate(200%) saturate(200%) saturate(166%) hue-rotate(177deg) brightness(104%) contrast(91%);
	margin-right: 8px;
}

.feedback-link__text {
	color: #65676B;
	font-weight: 600;
}

.feedback-link:hover {
	background-color: #f2f2f2;
	border-radius: 6px;
}

.transparent-button {
	background-color: transparent;
}

.transparent-button:hover {
	background-color: #f2f2f2;
	border-radius: 50%;
}

.comment {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.comment:last-of-type {
	margin-bottom: 30px;
	padding-bottom: 0;
	border: none;
}

.comment__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment__avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.comment__avatar::after {
	content: "";
	display: table;
	clear: both;
}

.comment__content {
	display: inline-block;
	margin-left: 10px;
	padding: 8px 12px;
	background-color: #F0F2F5;
	border-radius: 18px;
}

.comment__name {
	font-size: 16px;
	font-weight: 600;
	color: #050505;
	text-decoration: none;
}

.comment__name:hover {
	text-decoration: underline;
}

.comment__links {
	margin-left: 52px;
}

.comment__links-link {
	margin: 0 8px;
	font-size: 12px;
	font-weight: 700;
	color: #65676B;
	text-decoration: none;
}

.comment__links-link:hover {
	text-decoration: underline;
}

.comment__links-date {
	font-size: 12px;
	font-weight: 400;
	color: #65676B;
}

@media screen and (max-width: 899px) {
	.profile__block-one {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding-left: 0;
		margin-bottom: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.profile__avatar {
		position: static;
		margin-top: -84px;
	}

	.profile__name {
		margin-top: 16px;
		margin-left: auto;
		margin-right: auto;
	}

	.profile__send {
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	.selection__item:nth-of-type(5) {
		display: none;
	}
}

@media screen and (max-width: 562px) {
	.selection__item:nth-of-type(4) {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.profile__send {
		width: 100%;
	}
}

@media screen and (max-width: 497px) {
	.selection__item:nth-of-type(3) {
		display: none;
	}

	.profile__img {
		display: none;
	}

	.profile__avatar {
		margin-top: 20px;
	}
}

@media screen and (max-width: 434px) {
	.selection__item:nth-of-type(2) {
		display: none;
	}
}

@media screen and (max-width: 359px) {
	.selection__item:nth-of-type(1) {
		display: none;
	}
}

.comment__img {
	border-radius: 5px;
	max-width: 300px;
	width: 100%;
	margin-top: 5px;
}

.main_form {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url('../img/form_bg.jpg') center top no-repeat;
	background-size: 100% 100%;
	padding: 30px 15px;
	text-align: center;
	max-width: 430px;
	margin: 0;
}

.main_form h2 {
	color: #01a676;
	font-weight: normal;
}

.sertif {
	color: blue;
	font-size: 14px;
	font-style: italic;
}

.blue-border {
	margin: 15px 20px 15px 20px;
	border: 2px solid #0299ff;
	padding: 10px;
	max-width: 700px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
}

.main_form input {
	font-size: 18px;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%;
}

.main_form label {
	margin-top: 10px;
	font-size: 16px;
}

.main_form button {
	padding: 20px;
	color: #fff;
	max-width: 300px;
	width: 100%;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
	border-radius: 5px;
	background-color: #0299ff;
	background-position: 1.35em .94em;
	background-size: 1em;
	background-repeat: no-repeat;
	transition: all .15s ease-in-out;
	border: none;
	cursor: pointer;
	font-size: 20px;
	margin-top: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.main_form button:hover {
	background-color: #017ACC;
}

.price_red {
	font-weight: bold;
	color: red;
	font-size: 24px;
}

.timelimit,
.additional {
	font-size: 12px;
	text-align: center;
	padding: 0 20px;
}

.timelimit {
	margin-bottom: 5px;
}

.comment__text {
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.4em;
}

.additional {
	font-size: 14px;
	line-height: 1.3;
	padding: 0;
}

.timelimit b {
	display: inline-block;
	margin-top: -2px;
	padding-left: 5px;
	color: red;
	vertical-align: middle;
	font-size: 15px;
}

.blue-border {
	margin: 15px 20px 15px 20px;
	border: 2px solid #0299ff;
	padding: 10px !important;
	max-width: 700px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center !important;
}

@media only screen and (max-width: 359px) {
	.main_form input {
		max-width: 270px;
		font-size: 18px;
	}

	.main_form button {
		width: 270px;
	}
}

.main_form h2 {
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}

.main_form p {
	padding-bottom: 10px !important;
}

 .inL_657226 {
	font-size: 18px;
 }

 .inL_602530 {
	font-size: 18px;
 }

 .inL_818645 {
	font-size: 18px;
 }

 .inL_234568 {
	margin: 0;
 }

 .inL_567150 {
	list-style-type: disc;
	margin-left: 30px;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
 }

 .inL_991749 {
	list-style-type: disc;
	margin-left: 30px;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
 }

 .inL_375862 {
	list-style-type: disc;
	margin-left: 30px;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
 }

 .inL_299102 {
	list-style-type: disc;
	margin-left: 30px;
	font-size: 18px;
	line-height: 1.4;
 }

 .inL_3814 {
	margin-bottom: 0.5rem;
 }

 .inL_158324 {
	color: #ac0000;
 }

 .inL_305488 {
	text-align: center;
 }

 .inL_852263 {
	color: #ac0000;
	text-align: center;
 }

 .inL_199814 {
	width: 350px;
	max-width: 100%;
 }

 .inL_120050 {
	text-align: center;
 }

 .inL_311880 {
	text-decoration: line-through;
	font-size: 18px;
	margin-right: 5px;
 }
 
 .inL_834845 {
	display: block;
	text-align: center;
	max-width: 320px;
	margin: 30px auto 20px;
	width: 100%;
 }

 .post__content>.additional--footer {
	font-size: 16px;
	margin: 0 0 5px;
 }

 @media screen and (max-width: 720px) {
	.selection__item:nth-of-type(6) {
		display: none;
	}

	.form__block {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}

	.main_form {
		margin: 0 auto;
	}

	.form__img {
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.inL_199814 {
		max-width: 290px;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.comment__img {
		max-width: 260px;
	}
}

@media screen and (max-width: 562px) {
	.form__block {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 497px) {
	.main_form {
		background-image: none;
		background-color: #f9f4f3;
		border: 2px solid #cdc9c8;
	}

	.comment__links-link:first-child {
		margin-left: 0;
	}

	.comment__links {
		margin-left: 62px;
	}

	.comment__links-date {
		display: block;
	}
}

@media screen and (max-width: 434px) {
	.main_form button {
		padding: 17px;
		font-size: 18px;
	}

	.inL_834845 {
		max-width: 280px;
		padding: 5px 12px;
	}
}

.red {
  color: red;
}