/* Code tidied up by ScrapBook */

a {
	text-decoration: none;
}

.under-href {
	text-decoration: underline;
}

.under-href:hover {
	text-decoration: none;
}
html {
	scroll-behavior: smooth;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	vertical-align: top;
	background: transparent none repeat scroll 0% 0%;
}

body {
	margin: 0;
		font-weight: 400;
		font-style: normal;
		font-size: 24px;
		line-height: 36px;
		background: #eef0f2;
}

img,
table {
	max-width: 100%;
}

a {
	color: rgb(70, 108, 199);
}

a:hover {
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

header {
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: 100% 100%;
}

div.conContent {
	text-align: center;
	display: inline;
	width: 100%;
	font-size: 18px;
	padding: 0px;
}

.images-logo {
	display: block;
}

.images-logo img {
	max-width: 100%;
	float: left;
	padding: 0px 10px;
	height: auto;
}

.images-logo img:last-child {
	width: 380px;
	padding: 3px 0px 3px 3px;
}

div.text-header {
	display: block;
	text-align: center;
	padding: 10px 10px 10px 0px;
}

div.text-header p {
	padding: 10px;
}

div.text-header h1 {
	font-size: 47px;
}

@media screen and (max-width: 980px) {
	div.text-header h1 {
		font-size: 46px;
	}
}

@media screen and (max-width: 900px) {
	div.text-header h1 {
		font-size: 40px;
	}

	.images-logo img:last-child {
		width: 330px;
	}
}

@media screen and (max-width: 800px) {
	.images-logo img:last-child {
		width: 300px;
	}

	div.text-header h1 {
		font-size: 38px;
	}
}

@media screen and (max-width: 768px) {
	.images-logo img:last-child {
		width: 320px;
	}

	div.text-header h1 {
		text-align: center;
	}
}

.container {
	width: 700px;
	position: relative;
	margin: 0px auto;
}

.content {
	/* background: rgb(255, 255, 255) none repeat scroll 0% 0%; */
	border-radius: 3px;
	margin: 0 0px 15px;
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
}

.sidebar {
	float: right;
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	top: -95px;
}

.itemfirst {
	width: 249px;
	padding: 12px 12px 30px;
	background: rgb(241, 241, 241) none repeat scroll 0% 0%;
	border: 1px solid rgb(225, 225, 225);
	float: left;
}

.itemsecond {
	width: 249px;
	display: none;
	float: left;
	text-align: center;
	margin: 15px 0px 30px;
}

.sidebar .author {
	text-align: left;
	overflow: hidden;
	padding: 55px 0px 15px;
}

.sidebar .author h3 {
	margin: 0px;
	text-decoration: underline;
}

.sidebar .author img {
	float: right;
}

.sidebar .author ul {
	position: relative;
	top: 13px;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 30px 15px;
	overflow: hidden;
}

.text {
	width: 100%;
	font-size: 17px;
	line-height: 1.2;
	text-align: justify;
	padding: 0px 15px 0px 0px;
}

div.center {
	margin: 15px 0px;
	text-align: center;
}

div.center img {
	margin: 0px auto;
	max-width: 700px;
	width: 100%;
}

.content h1 {
	font-size: 28px;
	margin: 0px 0px 25px;
	text-align: left;
}

.content h1 span {
	color: red;
}

.content h2 {
	font-size: 1.7em;
	margin: 15px 0px;
}

.content h3 {
	font-size: 17px;
	margin: 15px 0px;
}

.content p {
	margin: 0px 0px 15px;
	font-weight: 400;
}

.content p.desc {
	margin: 0px 0px 15px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

.content ol {
	margin-left: 30px;
}

.content ol li {
	margin: 0px 0px 15px;
	font-weight: 400;
}

.content p.bg {
	background: rgb(218, 68, 68) none repeat scroll 0% 0%;
	padding: 5px;
	color: rgb(255, 255, 255);
}

.content .red {
	color: rgb(244, 11, 11);
}

.text3 img {
	width: 65px;
	margin: 5px 0px 0px;
}

.content .red2 {
	font-size: 16px;
	padding: 10px 0px 0px;
	color: rgb(244, 11, 11);
}

div.blur {
	position: relative;
	background: rgb(238, 238, 238) none repeat scroll 0% 0%;
	padding: 10px;
	cursor: pointer;
}

div.blur img {
	filter: blur(15px);
}

.blur-p {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

div.blur.active {
	cursor: default;
}

div.blur.active img {
	filter: none;
}

div.blur.active .blur-p {
	display: none;
}

.kov {
	position: relative;
	background: rgb(237, 250, 255) none repeat scroll 0% 0%;
	padding: 35px 105px;
	margin-bottom: 15px;
}

.kov::before {
	display: block;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 75px;
	background: transparent url("kov2.png") repeat scroll 0% 0%;
}

.kov::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100px;
	height: 75px;
	background: transparent url("kov1.png") repeat scroll 0% 0%;
}

.kov p {
	font-style: italic;
	font-weight: 700;
}

.kov p.avtor {
	margin: 0px;
	text-align: right;
	font-size: 15px;
	font-weight: 400;
}

.content ul {
	margin-left: 30px;
	list-style: inside none circle;
}

.content ul li {
	margin: 0px 0px 15px;
}

#comments {}

#comments h1 {
	color: rgb(204, 0, 0);
	margin: 0px 0px 5px;
}

.maxB {
	margin: 0px auto;
	display: inline-block;
}

.comment {
	padding: 15px 0px;
	border-top: 1px solid rgb(232, 232, 232);
}

.comment .text1 {
	font-size: 14px;
	font-weight: bold;
}

.comment .text2 {
	font-size: 12px;
	float: right;
	color: rgb(136, 136, 136);
	font-weight: normal;
}

.comment .text3 {
	font-size: 15px;
	padding: 10px 0px 0px;
	font-weight: normal;
}

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

.block2 {
	width: 650px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 5px;
	border: 1px solid red;
}

.block2 p {
	font-weight: 600;
}

.red {
	color: rgb(244, 11, 11);
}

.content h2.red {
	padding: 10px 0px 0px;
}

.yourChance {
	background: transparent linear-gradient(to left, rgb(255, 255, 255), rgb(171, 186, 171)) repeat scroll 0% 0%;
	font-size: 18px;
	padding: 20px;
	margin-bottom: 15px;
	font-style: inherit;
}

.button_page,
.btn {
	position: relative;
	width: 320px;
	margin: 20px auto;
	padding: 10px;
	cursor: pointer;
	background: rgb(0, 175, 242) none repeat scroll 0% 0%;
	border: 1px solid rgb(0, 126, 175);
	border-radius: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

.button_page:hover {
	background: rgb(10, 76, 143) none repeat scroll 0% 0%;
}

.itemfirst .button_page {
	max-width: 100%;
}

.insite {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}

.close {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 25px;
	padding: 0px 10px;
	cursor: pointer;
	z-index: 999;
	font-weight: 600;
	color: rgb(204, 204, 204);
}

.sertif {
	text-align: center;
	width: 100%;
}

.serts {
	width: 139px;
	height: 200px;
	position: relative;
	display: inline-block;
	margin: 0px 19px 30px;
	cursor: pointer;
	padding: 0px;
	border: 1px solid rgb(238, 238, 238);
}

.serts img {
	width: 100%;
	height: 100%;
	position: relative;
}

.serts .overflow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url("overflow.png") no-repeat scroll 0% 0%;
	display: none;
}

.serts:hover .overflow {
	display: block;
}

.modal-open {
	overflow: hidden;
}

.modal {
	opacity: 0;
	display: none;
	overflow-x: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1050;
	outline: 0px none;
	transition: all 0.5s ease 0s;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
}

body.modal-open .modal {
	opacity: 1;
}

.modal-content {
	position: relative;
	outline: 0px none;
}

.modal-backdrop {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1040;
	background-color: rgb(0, 0, 0);
	transition: all 0.5s ease 0s;
	opacity: 0;
}

body.modal-open .modal-backdrop {
	opacity: 0.9;
}

.modal-body {
	position: relative;
}

.modal {
	overflow: hidden;
}

.modal-dialog {
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: -17px;
	position: absolute;
	overflow-y: scroll;
}

.modal-content {
	width: 100%;
	max-width: 640px;
	margin: auto;
	position: relative;
	padding: 50px 0px;
	min-height: 475px;
}

.modal-dialog.sert .modal-content {
	text-align: center;
}

.modal-dialog.sert .modal-content img {
	width: 96%;
	max-width: 548px;
	margin: 0px auto;
}

.modal-content .close-window {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 30px;
	height: 30px;
	z-index: 1000;
	background: transparent url("close_tinymenu.png") repeat scroll 0px -30px;
	cursor: pointer;
}

.modal-content .close-window:hover {
	background-position: 0px 0px;
}

.iframe {
	width: 578px;
	height: 401px;
	position: relative;
	margin: 15px 0px 0px;
}

.ftrsale {
	display: none;
	width: 100%;
	background: transparent url("blck.png") repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, 0.17);
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
}

.ftrsale .cls {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url("close_m.png") no-repeat scroll 0px 0px;
	cursor: pointer;
}

.ftrsale .cls:hover {
	background-position: 0px -16px;
}

.ftrsale .lft {
	width: 60%;
	float: left;
}

.ftrsale p {
	text-align: center;
	margin: 10px;
	line-height: 25px;
	font-size: 20px;
	letter-spacing: 1px;
}

.ftrsale p span {
	color: rgb(255, 0, 0);
}

.ftrsale .rght {
	width: 40%;
	float: right;
	margin: 20px 0px;
	text-align: right;
}

.ftr-bttn {
	display: inline-block;
	outline: medium none;
	border: 2px solid rgb(255, 71, 71);
	box-shadow: 0px 5px 8px 0px rgba(255, 255, 255, 0.5),
		0px 6px 15px 0px rgb(169, 0, 0);
	background-color: rgb(212, 212, 212);
	border-radius: 25px;
	color: rgb(255, 0, 0);
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	cursor: pointer;
	padding: 10px 25px;
	font-weight: 700;
	letter-spacing: -1px;
}

.ftr-bttn:hover {
	background-color: rgb(237, 250, 255);
}

.ftr-bttn:active {
	background-color: rgb(237, 250, 255);
	box-shadow: 0px 5px rgb(102, 102, 102);
	transform: translateY(4px);
}

@media screen and (max-width: 999px) {
	.content h1 {
		width: auto;
	}

	.container {
		width: 95%;
	}

	.block2 {
		width: auto;
	}

	.conteinerCenter {
		width: 550px;
		margin: 0px auto;
	}

	.itemfirst {
		width: 200px;
	}

	.itemsecond {
		width: 200px;
	}
}

@media screen and (max-width: 900px) {
	.text {
		width: auto;
		float: none;
		text-align: justify;
		padding: 0px;
	}

	.sidebar {
		float: none;
		top: 20px;
	}

	.itemfirst {
		width: auto;
	}

	.itemsecond {
		display: block;
		width: auto;
	}

	.sidebar .author {
		padding: 0px 0px 20px;
	}

	.sidebar .author img {
		float: left;
		margin: 10px 35px 0px 5px;
	}
}

@media screen and (max-width: 767px) {
	img.imgFl {
		float: none !important;
		margin: 0px auto 10px;
		display: block;
	}

	.conteinerCenter {
		width: 100%;
	}

	.button_page {
		width: 100% !important;
		font-size: 14px;
		box-sizing: border-box;
	}

	.iframe {
		width: 480px;
		height: 270px;
	}

	.ftrsale .rght {
		width: 100%;
		float: none;
		text-align: center;
		margin: 10px 0px;
	}

	.ftrsale .lft {
		width: 100%;
		float: none;
	}

	.ftrsale p {
		line-height: 22px;
		font-size: 18px;
	}

	.content h2 {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 479px) {
	.content h1 {
		width: auto;
		font-size: 22px;
	}

	.block2 {
		text-align: left;
	}

	.text3 {
		text-align: left;
	}

	.comment {
		text-align: left;
	}

	.iframe {
		width: 342px;
		height: 192px;
	}

	.text p.blur-p {
		text-align: center;
		font-size: 20px;
	}

	.kov {
		padding: 15px;
	}

	.kov::before {
		display: none;
	}

	.kov::after {
		display: none;
	}

	.content ul {
		margin-left: 10px;
	}

	.ftrsale .cls {
		z-index: 3;
	}
}

@media screen and (max-width: 320px) {
	.button_page {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.images-logo img {
		float: none;
	}
}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 468px) {
	.images-logo img {
		float: none;
	}
}

@media screen and (max-width: 468px) {}

* {
	margin: 0px;
	padding: 0px;
}

.close {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 40px;
	cursor: pointer;
}

.ouimain-text-img::after {
	content: "";
	display: block;
	clear: both;
}

.ymaps-b-form-button__input::-moz-focus-inner {
	padding: 0px;
	border: 0px none;
}

@media not all,
not all {}

@media not all {}

.sendpulse-fab .sendpulse-prompt-message::after,
.sendpulse-fab .sendpulse-prompt-message::before {
	content: "";
	position: absolute;
	bottom: -21px;
	right: 23px;
	border-style: solid;
	height: 0px;
	width: 0px;
	border-width: 10px;
	border-color: rgb(204, 204, 204) transparent transparent;
}

.sendpulse-fab .sendpulse-prompt-message::after {
	border-top-color: rgb(255, 255, 255);
	bottom: -20px;
}

.ymaps-b-form-button__input::-moz-focus-inner {
	padding: 0px;
	border: 0px none;
}

@media not all,
not all {}

@media not all {}

.screenLock {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	top: 0px;
	left: 0px;
	z-index: 99999;
	display: none;
}

.msg {
	position: absolute;
	width: 630px;
	height: 460px;
	top: 150px;
	left: 50%;
	margin-left: -300px;
	background: rgb(218, 218, 218) none repeat scroll 0% 0%;
	border: 1px solid rgb(238, 238, 238);
}

.close {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 40px;
	cursor: pointer;
}

@media screen and (min-width: 35.5em) {

	.pure-u-sm-1,
	.pure-u-sm-1-1,
	.pure-u-sm-1-2,
	.pure-u-sm-1-3,
	.pure-u-sm-2-3,
	.pure-u-sm-1-4,
	.pure-u-sm-3-4,
	.pure-u-sm-1-5,
	.pure-u-sm-2-5,
	.pure-u-sm-3-5,
	.pure-u-sm-4-5,
	.pure-u-sm-5-5,
	.pure-u-sm-1-6,
	.pure-u-sm-5-6,
	.pure-u-sm-1-8,
	.pure-u-sm-3-8,
	.pure-u-sm-5-8,
	.pure-u-sm-7-8,
	.pure-u-sm-1-12,
	.pure-u-sm-5-12,
	.pure-u-sm-7-12,
	.pure-u-sm-11-12,
	.pure-u-sm-1-24,
	.pure-u-sm-2-24,
	.pure-u-sm-3-24,
	.pure-u-sm-4-24,
	.pure-u-sm-5-24,
	.pure-u-sm-6-24,
	.pure-u-sm-7-24,
	.pure-u-sm-8-24,
	.pure-u-sm-9-24,
	.pure-u-sm-10-24,
	.pure-u-sm-11-24,
	.pure-u-sm-12-24,
	.pure-u-sm-13-24,
	.pure-u-sm-14-24,
	.pure-u-sm-15-24,
	.pure-u-sm-16-24,
	.pure-u-sm-17-24,
	.pure-u-sm-18-24,
	.pure-u-sm-19-24,
	.pure-u-sm-20-24,
	.pure-u-sm-21-24,
	.pure-u-sm-22-24,
	.pure-u-sm-23-24,
	.pure-u-sm-24-24 {
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto;
	}

	.pure-u-sm-1-2,
	.pure-u-sm-12-24 {
		width: 50%;
	}
}

@media screen and (min-width: 48em) {

	.pure-u-md-1,
	.pure-u-md-1-1,
	.pure-u-md-1-2,
	.pure-u-md-1-3,
	.pure-u-md-2-3,
	.pure-u-md-1-4,
	.pure-u-md-3-4,
	.pure-u-md-1-5,
	.pure-u-md-2-5,
	.pure-u-md-3-5,
	.pure-u-md-4-5,
	.pure-u-md-5-5,
	.pure-u-md-1-6,
	.pure-u-md-5-6,
	.pure-u-md-1-8,
	.pure-u-md-3-8,
	.pure-u-md-5-8,
	.pure-u-md-7-8,
	.pure-u-md-1-12,
	.pure-u-md-5-12,
	.pure-u-md-7-12,
	.pure-u-md-11-12,
	.pure-u-md-1-24,
	.pure-u-md-2-24,
	.pure-u-md-3-24,
	.pure-u-md-4-24,
	.pure-u-md-5-24,
	.pure-u-md-6-24,
	.pure-u-md-7-24,
	.pure-u-md-8-24,
	.pure-u-md-9-24,
	.pure-u-md-10-24,
	.pure-u-md-11-24,
	.pure-u-md-12-24,
	.pure-u-md-13-24,
	.pure-u-md-14-24,
	.pure-u-md-15-24,
	.pure-u-md-16-24,
	.pure-u-md-17-24,
	.pure-u-md-18-24,
	.pure-u-md-19-24,
	.pure-u-md-20-24,
	.pure-u-md-21-24,
	.pure-u-md-22-24,
	.pure-u-md-23-24,
	.pure-u-md-24-24 {
		display: inline-block;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto;
	}

	.pure-u-md-1-3,
	.pure-u-md-8-24 {
		width: 33.3333%;
	}
}

@media screen and (min-width: 64em) {}

@media screen and (min-width: 80em) {}

#wrapper_39 {
	max-width: 750px;
	padding: 0px 7px 7px;
	margin: 0px;
	outline: 0px solid rgb(214, 157, 157);
}

.tizdiv_img_39 {
	text-align: left;
	padding-right: 5px;
}

#wrapper_39 img {
	padding: 0px;
	margin: 0px;
	outline: 0px solid rgb(0, 0, 0);
	max-height: 150px;
	max-width: 150px;
}

.tizdiv_a_39 {
	text-align: left;
}

#wrapper_39 a {
	color: rgb(0, 0, 0);
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper_39 a:hover {
	color: rgb(16, 47, 212);
	text-decoration: underline;
}

.pure-u-1 {
	padding-top: 7px;
}

.tizdiv_img_39 {
	position: relative;
}

.list1 {
	list-style-type: none;
	font-weight: normal;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
}

.list2 {
	font-weight: normal;
	padding-left: 20px;
}

.iframe {
	width: 578px;
	height: 401px;
	position: relative;
	margin: 15px 0px 0px;
}

@media screen and (max-width: 767px) {
	.iframe {
		width: 470px;
		height: 268px;
	}
}

@media (max-width: 480px) {
	.a {
		padding-top: 58px;
	}

	.button_page {
		font-size: 14px;
	}

	.b {
		width: auto;
	}

	.iframe {
		width: 100%;
	}
}

#voteSectionBestProd .voteBlk {
	position: relative;
	font-size: 22px;
}

#voteSectionBestProd .voteBlk .choice {
	position: relative;
	z-index: 9;
	top: 17px;
	left: 15px;
	cursor: pointer;
}

#voteSectionBestProd {
	padding: 30px 10px;
	width: 100%;
	max-width: 400px;
	margin: 10px auto 70px auto;
}

#voteSectionBestProd h2.title {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

#voteSectionBestProd h2.title span {
	color: #e43315;
}

#voteSectionBestProd h2.title:after {
	display: block;
	content: "";
	margin: 15px 0 0;
	width: 62px;
	height: 5px;
	background: url("separator_red.png") center no-repeat;
}

#voteSectionBestProd input[type="radio"] {
	appearance: none;
	margin: 0;
	font: initial;
	width: 20px;
	height: 20px;
	border: 2px solid #65676b;
	border-radius: 50%;
	display: grid;
	place-content: center;
	color: #1c1e21;
	position: absolute;
	align-self: normal;
}

#voteSectionBestProd input[type="radio"]::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	color: #1c1e21;
	background: #1c1e21;
}

#voteSectionBestProd input[type="radio"]:checked::before {
	transform: scale(1);
}

#voteSectionBestProd input[type="radio"]:focus {
	outline-offset: max(2px, 0.15em);
	border: 0.15em solid #1c1e21;
}

#voteSectionBestProd .vote_block {
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 27px rgb(2 2 2 / 10%);
	-moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	box-shadow: 0 0 27px rgb(2 2 2 / 10%);
}

#voteSectionBestProd .questions_list {
	margin: 0 0 25px;
}

#voteSectionBestProd .question_item {
	margin: 0 0 8px;
	height: 55px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	position: relative;
	border: 1px solid #d9d9d9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(90deg, #fff, #18abfd0d);
}

#voteSectionBestProd .question_item:nth-of-type(3) {
	margin-bottom: 20px;
}

#voteSectionBestProd .questions_list.active .question_item .line {
	display: block;
}

#voteSectionBestProd .question_item .line {
	background: #d6ebff;
}

#voteSectionBestProd .question_item .line {
	display: none;
	width: 0%;
	height: 55px;
	position: absolute;
	top: initial;
	left: 0;
}

#voteSectionBestProd .question_item .question_text {
	padding: 0;
	line-height: 23px;
	position: absolute;
	left: 50px;
	color: #000;
}

#voteSectionBestProd .question_item .percents {
	padding: 0 20px 0 0;
	font-weight: 700;
	text-align: right;
	position: relative;
	order: 1;
	color: #216fdb;
	top: 2px;
}

#voteSectionBestProd .voice_count {
	text-align: center;
	position: relative;
	right: 45px;
	top: 0px;
	font-size: 16px;
	line-height: 34px;
}

#voteSectionBestProd .voice_count b {
	margin: 0;
	padding: 1px 5px;
	border-radius: 2px;
	background: #7ac700;
	color: #fff;
}

#voteSectionBestProd .percents::after {
	content: "\3009";
	color: #5f6771;
	height: 12px;
	font-size: 12px;
	margin-left: 7px;
	position: relative;
	bottom: 2px;
}

#voteSectionBestProd #voteBtnSubmt {
	background: linear-gradient(180deg, #18acfd 0%, #0064e0 100%);
	border: none;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	right: 0;
	cursor: pointer;
	width: 130px;
	height: 40px;
	z-index: 99;
	font-size: 22px;
}

#voteSectionBestProd #voteBtnSubmt[disabled] {
	background: #ccc;
}

#voteSectionBestProd .fb-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 4px;
	filter: grayscale(100%);
	margin: 0;
}

#th #voteSectionBestProd .question_item {
	font-size: inherit;
}

#in #voteSectionBestProd .question_item,
#ph #voteSectionBestProd .question_item,
#mx #voteSectionBestProd .question_item,
#lt #voteSectionBestProd .question_item {
	font-size: 16px;
}

@media screen and (max-width: 350px) {

	#in #voteSectionBestProd .voice_count,
	#ph #voteSectionBestProd .voice_count,
	#mx #voteSectionBestProd .voice_count,
	#in #voteSectionBestProd .question_item,
	#ph #voteSectionBestProd .question_item,
	#mx #voteSectionBestProd .question_item,
	#lt #voteSectionBestProd .question_item {
		font-size: 16px;
	}
}

.hidden {
	visibility: hidden;
}

#thx_msg {
	display: none;
}

.buy-button a {
	font-weight: 700;
	display: block;
	font-size: 20px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-align: center;
	max-width: 350px;
	background: rgb(219, 32, 32) none repeat scroll 0% 0%;
	padding: 20px 20px 14px;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-o-border-image: none;
	border-image: none;
	border-radius: 6px;
	text-decoration: none;
	margin: 10px auto;
	border-bottom: 6px solid transparent;
	-webkit-animation: 1s pulse infinite alternate ease-in-out;
	animation: 1s pulse infinite alternate ease-in-out;
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
}

.list__wrap-img {
	list-style-type: none;
	padding: 0;
}

.list__elem {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: none;
}

.list__elem::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: black;
	border-radius: 50%;
}

.header {
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1000;
}

.header__top {
	border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

@media screen and (max-width: 815px) {
	.header__top {
		display: none;
	}
}

.header__top-inner {
	max-width: 1020px;
	margin: 0 auto;
	width: 100%;
	justify-content: space-between;
	display: flex;
}

.header__top-inner-wrap {
	padding: 10px;
}

.header__top-inner-item {
	color: rgba(26, 26, 26, 0.5);
	display: inline-block;
	margin-right: 30px;
	font-weight: 400;
	font-size: 14px;
}

.header__top-inner-item:hover {
	color: #0099dc;
}

.header__wrapp {
	max-width: 1020px;
	margin: 0 auto;
	width: 100%;
}

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px;
}

.header__logo {
	color: #fff;
	display: flex;
	align-items: center;
}

.header__logo h1 {
	font-size: 14px;
	margin-left: 6px;
}

.header__menu {
	padding-left: 20px;
}

@media screen and (max-width: 815px) {
	.header__menu {
		display: none;
	}
}

.menu__list {
	display: flex;
	gap: 50px;
}

.menu__list li {
	display: flex;
	list-style: none;
}

.menu__link {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 800;
}

.menu__link:hover {
	color: #0099dc;
}

.header__button-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header__button-wrap-inp {
	padding: 10px;
}

.header__button-wrap-inp::placeholder {
	color: rgba(26, 26, 26, 0.5);
}

@media screen and (max-width: 450px) {
	.header__button-wrap-inp {
		display: none;
	}
}

.menu__burger {
	padding-top: 6px;
	padding-left: 14px;
	display: none;
}

@media screen and (max-width: 815px) {
	.menu__burger {
		display: block;
	}
}

.header__button {
	background-color: #62a316;
}

.header__button a {
	padding: 14px 25px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.breadcrumbs {
	min-height: 40px;
	height: 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.colophon__container,
.colophon__social-icon-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.breadcrumbs.hidden {
	display: none;
}

.breadcrumbs__container {
	padding: 0;
}

.breadcrumbs nav {
	position: relative;
	z-index: 2;
}

.breadcrumbs__logo {
	width: 26px;
}

.breadcrumbs .breadcrumb {
	background: 0 0;
	padding: 0;
	margin-bottom: 0;
}

.breadcrumbs .breadcrumb-item {
	font-size: 1.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.breadcrumbs .breadcrumb-item a,
.breadcrumbs .breadcrumb-item span {
	font-size: 1.4rem;
}

.breadcrumbs .breadcrumb-item span {
	color: #58595b;
}

.breadcrumbs .breadcrumb-item::before {
	content: "\e92b" !important;
	font-family: "icomoon";
	margin-left: 5px;
	margin-right: 6px;
	font-size: 1.2rem;
	vertical-align: middle;
	color: #a3a3a3;
	margin-top: 1px;
}

.breadcrumbs__with-blue-background .breadcrumb-item a,
.breadcrumbs__with-blue-background .breadcrumb-item+.breadcrumb-item::before,
.breadcrumbs__with-blue-background .breadcrumb-item.active,
.btn-cao {
	color: #fff;
}

.breadcrumbs::after {
	content: "";
	display: block;
	background: #dde2e6;
	-webkit-transform: skewY(13.5deg);
	transform: skewY(13.5deg);
	position: absolute;
	left: 0;
	right: 0;
	top: -210px;
	height: 530px;
	z-index: 0;
}

.breadcrumbs--remove-skewed-element::after {
	display: none !important;
}

.breadcrumbs__with-background.breadcrumbs::before {
	-webkit-transform: none;
	transform: none;
	top: 0;
	height: 60px;
	background: rgba(255, 255, 255, 0.85);
	z-index: 1;
}

.breadcrumbs__with-blue-background {
	z-index: 1;
}

.breadcrumbs__with-blue-background.breadcrumbs::before {
	-webkit-transform: none;
	transform: none;
	top: 0;
	height: 60px;
	background: #0092cb;
	z-index: 1;
}

.contact-overzicht .content-featured-list__list-link:hover,
.contact-overzicht__contact-block .content__external-link-block .content__external-link-block-link:hover {
	color: #0083bd;
}

@media (max-width: 1024.98px) {
	.breadcrumbs {
		margin-top: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 50px;
		height: 50px;
	}

	.breadcrumbs .breadcrumb-item {
		display: inherit;
	}

	.breadcrumbs__with-background.breadcrumbs::before {
		display: none;
	}

	.breadcrumbs__with-background.breadcrumbs {
		background: #eef0f2;
		position: relative;
		z-index: 10100;
	}

	.breadcrumbs__with-background .breadcrumbs__container {
		background: #eef0f2;
	}

	.breadcrumbs__with-blue-background.breadcrumbs::before {
		height: auto;
		bottom: 0;
	}

	.breadcrumbs .breadcrumbs__mobile-back {
		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-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.breadcrumbs .breadcrumbs__mobile-back::before {
		content: "\e92c";
		font-family: "icomoon";
		font-size: 1rem;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		margin-right: 10px;
	}
}

.breadcrumbs__shadowborder {
	-webkit-box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	height: 11px;
	margin-top: -10px;
}

.list__wrap-img {
	list-style-type: none;
	padding: 0;
}

.list__elem {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: none;
}

.list__elem::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: black;
	border-radius: 50%;
}

footer {
	text-align: center;
	padding: 10px;
	color: #bf321b;
	font-size: 16px;
	font-weight: bold;
line-height: 25px;
}

/* comments  */
/*.header-blk--inner .signin:hover {
  background: #f8f8f8;
}*/
/* /end media 1199px */
/* /end media 468px */
/* /end media 340px */
/* @media */

.red {
	color: #f00;
	font-weight: bold;
}

.blue {
	color: #00f;
}

.center {
	text-align: center;
}

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

b {
	font-weight: bold;
}

/* *** * BQ *** */

/* *** / BQ *** */

/* *** ~ ContentStyles * *** */
/* *** * ************* * *** */
/* *** * ************* * *** */

.center {
	text-align: center;
}

.red {
	color: red;
	font-weight: bold;
}

.blue {
	color: #0000ff;
}

b {
	font-weight: bold;
}

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

/**/

/* ******************************************** */

/* ******************************************** */

/* ******************************************** */

/* ************ */

/* *** / ContentStyles * *** */
/* *** * ************* * *** */
/* *** * ************* * *** */

/* *********************************************************** */

/* *********************************************************** */

/* ****************************************************** */

/* *** FORM  *** */

/* *** /end form *** *** ************************ *** *** *** */

/*  *** ******************* COMMENTS *** ******************* */

/* *** new fix fox comments 2023-08-22 *** */

/* *********************** /end COMMENT *** **************************************** */

/*  buy-button   */

@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

.buy-button {
	color: white;
	font-size: 19px;
	font-weight: 700;
	display: block;
	max-width: 320px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-align: center;
	background: rgb(219, 32, 32) none repeat scroll 0% 0%;
	padding: 20px 20px 14px;
	border-image: none;
	border-radius: 6px;
	text-decoration: none;
	margin: 50px auto 0 auto;
	border-bottom: 6px solid transparent;
	animation: 1.7s pulse infinite alternate ease-in-out;
	white-space: nowrap;
	box-shadow: 0px 2px 7px #777;
}

@media screen and (max-width: 1199px) {
	.buy-button {
		margin: 50px auto 40px auto;
	}
}

/**/

/**/

/**/
#comment-component-text * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#comment-component-text {
	margin-top: 55px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 8px;
	padding: 16px 0 0;
	padding: 10px;
	border-top: 4px solid #365398;
	color: #000;
}

#comment-component-text #comment_num {
	border-bottom: 1px dashed #365398;
	color: #365398;
	font-weight: bold;

	width: 100%;
}

#comment-component-text .comment,
#comment-component-text .txt-cmt {
	margin: auto !important;
	width: 100%;
}

#comment-component-text .txt-cmt {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
}

#comment-component-text .txt-cmt .form-comment__img {
	padding: 0 5px;
	width: 80px;
}

#comment-component-text img {
	max-width: 100%;
	line-height: 1;
	display: inline-block;
	width: 65px;
	border-radius: 50px;
}

#comment-component-text .form-comment__content {
	width: 100%;
	padding: 0 5px;
}

#comment-component-text .your-name,
#comment-component-text .txt-content {
	font-size: inherit;
}

#comment-component-text .your-name {
	border: 1px solid #ddd;
	padding: 5px 10px;
	width: 100%;
	margin-bottom: 0;
	border-radius: none;
}

#comment-component-text .txt-content {
	width: 100%;
	min-height: 40px;
	display: block;
	margin: 15px 0 5px 0;
	padding: 10px;
	resize: none;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

#comment-component-text .add-comment-button {
	background-color: #4267b2;
	border: 1px solid #4267b2;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	padding: 0 8px;
	line-height: 22px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	width: initial;
}

#comment-component-text .comment {
	border-top: 1px dashed #ccc;
	display: flex;
	align-items: flex-start;
	padding: 25px 0;
	margin: 0 -10px;
	white-space: normal;
}

#comment-component-text .comment:last-of-type {
	border-bottom: 1px dashed #ccc;
}

#comment-component-text .comment__content {
	padding: 0 10px;
	width: 100%;
}

#comment-component-text .comment__content .comment__name {
	margin-top: 0;
	color: #365398;
	font-size: 18px;
	text-align: left;
	text-align-last: left;
	font-weight: 700;
	white-space: nowrap;
}

#comment-component-text .comment .comment__text {
	margin: 10px 0 7px 0;
	font-size: 16px;
	line-height: 1.4;
}

#comment-component-text .comment__details {
	font-size: 12px;
	color: #365398;
	line-height: 2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 16px;
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
	text-decoration: none;
	color: #365398;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	cursor: pointer;
}

#comment-component-text .comment__details img {
	border-radius: 0;
}

#comment-component-text .comment__details img {
	width: 16px;
	position: relative;
	top: 2px;
}

#comment-component-text .comment .comment__text img {
	display: block;
	width: 300px;
	margin: 8px 0 0;
	border-radius: 0 !important;
	cursor: pointer;
}

#comment-component-text .form-comment {
	font-size: 20px;
	width: 100%;
}

#comment-component-text .comment__details button {
	background: transparent;
	border: none;
	color: #365398;
	cursor: pointer;
}

#comment-component-text .make-comment {
	display: inline-block;
	white-space: nowrap;
}

#comment-component-text .comment__details button::after,
#comment-component-text .comment__details .make-comment::after {
	content: "‧";
	display: inline-block;
	width: 13px;
	text-align: center;
}

#comment-component-text .comment__time {
	white-space: nowrap;
}

#comment-component-text .comment__time:hover {
	cursor: default;
}

.comment__img {
	cursor: pointer;
}

#comment-img-dummy {
	border-radius: 50%;
}

@media screen and (max-width: 500px) {
	.comment {
		position: relative;
		right: 5px;
	}

	#comment-img-dummy {
		line-height: 1;
		display: inline-block;
		max-width: initial !important;
	}
}

#scroll-new-comment {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.comment-write {
	transition: all 0.3s ease;
	max-height: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.comment-write img {
	margin-right: 20px;
}

.loading {
	font-style: italic;
}

.loading img {
	display: inline;
	width: 60px !important;
}

.loading:after {
	content: ".";
	animation: loading 1s ease alternate infinite;
}

@keyframes loading {
	60% {
		text-shadow: 0.35em 0 0 currentColor;
	}

	100% {
		text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
	}
}

.kov {
	position: relative;
	background: rgb(237, 250, 255) none repeat scroll 0% 0%;
	padding: 35px 90px;
	margin-bottom: 15px;
}
.kov::before {
	display: block;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 75px;
	background: transparent url("../img/kov2.png") repeat scroll
	0% 0%;
}
.kov::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100px;
	height: 75px;
	background: transparent url("../img/kov1.png") repeat scroll
	0% 0%;
}
.kov p {
	font-style: italic;
	font-weight: 700;
}
.kov p.avtor {
	margin: 0px;
	text-align: right;
	font-size: 15px;
	font-weight: 400;
}