﻿.comments-like, .comments-dislike {
	display: inline-block;
	vertical-align: middle;
	background-image: url('../images/sprite2-50f.arb.png');
	background-position: -206px 0;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	opacity: .5;
	cursor: pointer;
}
.link{
	color: #212529;
	font-size: 20px;
	font-weight: bold;
}
.comments-dislike {
	background-position: -12px 0;
}
.comments-like:hover, .comments-dislike:hover {
	opacity: .8;
}
.photo-title{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #868e96;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #868e96;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
	*, *::after, *::before {
		 text-shadow: none !important;
		 -webkit-box-shadow: none !important;
					box-shadow: none !important;
	}

	a, a:visited {
		 text-decoration: underline;
	}

	img {
		 page-break-inside: avoid;
	}

	h2, h3, p {
	}

	h2, h3 {
		 page-break-after: avoid;
	}
}

*, *::after, *::before {
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
}

article, aside, figure, header, main, nav {
	display: block;
}

body {
	margin: 0px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: rgb(33, 37, 41);
	text-align: left;
	background-color: rgb(255, 255, 255);
}

h1, h2, h3, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0px;
	margin-bottom: 1rem;
}

ul {
	margin-top: 0px;
	margin-bottom: 1rem;
}

strong {
	font-weight: bolder;
}

a {
	color: rgb(0, 123, 255);
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: rgb(0, 86, 179);
	text-decoration: underline;
}

figure {
	margin: 0px 0px 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

a {
	-ms-touch-action: manipulation;
		 touch-action: manipulation;
}

h1, h2, h3, h5, h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		 max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		 max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		 max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		 max-width: 1140px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 1rem;
}

.col-md-12, .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-sm-12, .col-sm-8 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {

	.col-sm-8 {
		 -webkit-box-flex: 0;
			  -ms-flex: 0 0 66.6667%;
					flex: 0 0 66.6667%;
		 max-width: 66.6667%;
	}

	.col-sm-12 {
		 -webkit-box-flex: 0;
			  -ms-flex: 0 0 100%;
					flex: 0 0 100%;
		 max-width: 100%;
	}
}

@media (min-width: 768px) {

	.col-md-4 {
		 -webkit-box-flex: 0;
			  -ms-flex: 0 0 33.3333%;
					flex: 0 0 33.3333%;
		 max-width: 33.3333%;
	}

	.col-md-6 {
		 -webkit-box-flex: 0;
			  -ms-flex: 0 0 50%;
					flex: 0 0 50%;
		 max-width: 50%;
	}

	.col-md-7 {
		 -webkit-box-flex: 0;
			  -ms-flex: 0 0 58.3333%;
					flex: 0 0 58.3333%;
		 max-width: 58.3333%;
	}

	.col-md-8 {
		 -webkit-box-flex: 0;
			  -ms-flex: 0 0 66.6667%;
					flex: 0 0 66.6667%;
		 max-width: 66.6667%;
	}

	.col-md-12 {
		 -webkit-box-flex: 0;
			  -ms-flex: 0 0 100%;
					flex: 0 0 100%;
		 max-width: 100%;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-moz-user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
	transition: background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
	transition: background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}

.btn:focus, .btn:hover {
	text-decoration: none;
}

.btn:focus {
	outline: 0px none;
	-webkit-box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.25);
			  box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
	opacity: 0.65;
}

.btn:active:not([disabled]):not(.disabled) {
	background-image: none;
}

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

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

body {
	font-family: "Open Sans", sans-serif;
	background: rgb(235, 235, 235) none repeat scroll 0% 0%;
	font-size: 1rem;
	line-height: 27px;
}

.number {
	padding-left: 20px;
	margin-bottom: 1rem;
}

.number li {
	list-style-type: disc;
	list-style-position: outside;
}

.info_weight {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.info_weight span {
	color: #ce0e0e;
}

:focus, div, *, .btn, a:active {
	outline: medium none;
	-webkit-box-shadow: 0px 0px 0px 0px;
			  box-shadow: 0px 0px 0px 0px;
}

:focus, :active {
	outline: 0px none;
	-webkit-box-shadow: 0px 0px 0px 0px;
			  box-shadow: 0px 0px 0px 0px;
}

*::-moz-selection {
	background: rgb(46, 69, 165) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
}

ul, li {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style: outside none none;
}

img {
	vertical-align: text-bottom;
}

.container {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

header {
	margin-top: 20px;
}

.logo h1 {
	font-weight: 300;
	display: inline-block;
	color: rgb(116, 115, 115);
	font-size: 40px;
	letter-spacing: 12px;
	position: relative;
}

.logo h1 span {
	font-family: Georgia, "Times Italic", "PT Serif";
	font-style: italic;
}

.logo img {
	position: relative;
	top: 10px;
}

#content h2 {
	color: #212529;
	font-size: 44px;
	font-weight: 700;
	padding: 20px 0px;
	margin: 0px;
	display: block;
}

#content em {
	padding: 10px 0px;
	display: block;
	font-size: 1.2rem;
}

#content img {
	width: 100%;
	height: auto;
}

.data_main {
	padding-top: 20px;
}

#date, .on_page {
	font-size: 12px;
	color: rgb(116, 115, 115);
	text-align: left;
}

#date {
	text-align: right;
}

.on_page strong {
	color: rgb(46, 70, 166);
}

.logo_main {
	border-bottom: 1px solid rgb(235, 235, 235);
	border-top: 1px solid rgb(235, 235, 235);
	padding: 20px 0px;
}

nav ul {
	width: 100%;
	display: table;
	margin-top: 20px;
}

nav ul li {
	text-align: center;
	display: table-cell;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

nav ul li span {
	color: rgb(0, 0, 0);
	padding: 10px 0px;
	font-size: 14px;
	display: block;
	border-top: 1px solid rgb(211, 211, 211);
	border-bottom: 1px solid rgb(211, 211, 211);
}
nav ul li span a,nav ul li span a:hover {
	color: inherit;
	text-decoration: none;
}
nav ul li span:hover {
	color: rgb(255, 255, 255);
	background: rgb(36, 51, 150) none repeat scroll 0% 0%;
	text-decoration: none;
	cursor: pointer;
}

.info_produkt {
	text-align: center;
}

a.btn, a.btn:visited {
	color: rgb(255, 255, 255);
	font-size: 0.7em;
	font-weight: 700;
	text-decoration: underline;
	white-space: normal;
	background: rgb(94, 167, 48) none repeat scroll 0% 0%;
}

a.btn:hover {
	color: rgb(49, 74, 174);
}

.yelow_bg {
	background: rgb(255, 230, 18) none repeat scroll 0% 0%;
	font-weight: bold;
}

.link_web_site {
	color: rgb(66, 101, 169);
}

.produkt_placement_main {
	display: block;
	padding-top: 50px;
}

.produkt_placement_main .btn {
	text-align: center;
	width: 70%;
	margin: -30px auto auto;
	border: 1px solid rgb(104, 168, 65);
	display: block;
	text-decoration: none;
	font-size: 29px;
	background: rgb(104, 168, 65) none repeat scroll 0% 0%;
	-webkit-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}

.picture img {
	width: 100%;
}

.dec_info_blog {
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.picture {
	background: rgb(245, 244, 234) none repeat scroll 0% 0%;
}

.produkt_placement_main .btn:hover {
	color: rgb(255, 255, 255);
	background: rgb(226, 79, 100) none repeat scroll 0% 0%;
	border-color: rgb(226, 79, 100);
	text-shadow: 1px 1px 1px rgb(0, 14, 65);
	-webkit-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}

.produkt_placement_main img:hover {
	-webkit-filter: saturate(200%);
			  filter: saturate(200%);
}

.product_placement { /* background: rgb(167, 168, 168) none repeat scroll 0% 0%; */
	display: block;
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
	border: 2px solid rgb(181, 181, 181);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.product_placement:hover {
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
	border: 2px solid rgb(94, 167, 48);
	text-decoration: none;
	-webkit-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}

.product_placement img {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product_placement img:hover {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#content .product_placement h3 {
	background: rgb(94, 167, 48) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	font-weight: 700;
	font-size: 20px;
	padding: 20px 0px;
	margin-bottom: 0px;
}

.main-cta {
	color: rgb(255, 26, 26);
	font-size: 18px;
	font-weight: 700;
}

.product_placement {
	text-align: center;
	color: rgb(255, 255, 255);
	padding-bottom: 40px;
}

.comments {
	font-size: 12px;
}

.bred_crumbs {
	padding: 10px 0px 10px 10px;
}

.bred_crumbs li {
	display: inline;
}

.bred_crumbs li span {
	color: rgb(11, 15, 44);
	display: inline-block;
	padding-right: 25px;
	font-size: 11px;
	padding-left: 10px;
	cursor: pointer;
	position: relative;
}
.bred_crumbs li span a {
	color: inherit;
	text-decoration: none;
}
.bred_crumbs li span:after {
	content: '>';
	position: absolute;
	right: 0;
	top: auto;
}
.bred_crumbs li span:hover {
	text-decoration: underline;
}
.bred_crumbs li span.last_crumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}
.bred_crumbs li span.last_crumb:after {
	content: none;
}
.bred_crumbs span.last_crumb {
	font-weight: bold;
	color: rgb(0, 0, 0);
}

.comments {
	margin: 0px 0px 20px;
	padding: 0px;
	color: rgb(128, 128, 128);
	font-size: 12px;
	line-height: 1.28;
}
.comments .name span {
	color: rgb(59, 89, 152);
}
.comments span {
	font-weight: bold;
	text-decoration: none;
	border: 0px none;
}

.comments span a {
	color: inherit;
	text-decoration: none;
}
.opinion {
	font-style: italic;
	margin-bottom: 1rem;
}

.comments .comments-count {
	float: left;
	font-weight: bold;
	color: rgb(51, 51, 51);
}

.comments .comments-top {
	padding: 9px 0px;
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	font-size: 11px;
	line-height: 13px;
}

.comments .comment-content p {
	font-size: 12px;
	line-height: 1.28;
	margin: 0px;
	color: rgb(62, 62, 62);
}
.comment-content {
	margin-bottom: 10px;
	margin-top: 4px;
}
.comments .action-bar .reply span{
	color: rgb(59, 89, 152);
}
.comments .action-bar span {
	font-weight: normal;
}

.comments li.c {
	border-bottom: 1px solid rgb(233, 233, 233);
	padding: 10px 0px 0px;
}

.comments figure {
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 0px;
}

.comments .count {
	color: rgb(59, 89, 152);
}

.comments .comment {
	margin-bottom: 10px;
	padding-left: 60px;
}

.comments .comment-content p {
	font-size: 12px;
	line-height: 1.28;
	display: block;
}

#content p, #content li {
	font-size: 14px;
	line-height: 25px;
}

#content h3 {
	font-size: 20px;
	color: rgb(206, 14, 14);
	font-weight: bold;
	margin-bottom: 1rem;
}

#content h5 {
	font-size: 20px;
	color: #212529 ;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 1rem;
}

.opinion {
	font-size: 13px;
	background: rgba(255, 246, 229, 0.37) none repeat scroll 0% 0%;
}

.opinion .col-xs-12 {
	border-bottom: 5px solid rgb(255, 255, 255);
}

.opinion .col-xs-12:hover {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.opinion h6 {
	font-style: normal;
	font-size: 14px;
	padding-top: 20px;
	font-weight: bold;
}

.addcomenct {
	width: 10px;
	height: 10px;
	padding-left: 15px;
	margin-left: 10px;
	color: #3B5998;
}

@media screen and (max-width: 780px) {
	.produkt_placement_main .btn {
		 color: rgb(255, 255, 255);
	}

	.logo h1 {
		 font-size: 30px;
	}

	#content h2 {
		 font-size: 24px;
	}

	.comments {
		 margin-top: 30px;
	}

	aside {
		 text-align: center;
	}

	#date {
		 text-align: left;
	}

	nav, .bredcroumbs {
		 display: none;
	}

	a.btn {
		 color: rgb(255, 255, 255);
	}
}

@media screen and (max-width: 480px) {
	.logo {
		 text-align: center;
	}

	body {
		 font-family: "Open Sans", sans-serif;
		 background: rgb(235, 235, 235) none repeat scroll 0% 0%;
		 font-size: 0.8rem;
		 line-height: 22px;
	}

	#content h2 {
		 font-size: 24px;
	}

	a.btn {
		 color: rgb(46, 68, 160);
		 font-size: 0.8em;
	}

	.logo h1 {
		 font-size: 28px;
		 letter-spacing: 0px;
		 padding-top: 30px;
	}
}

.subcoment {
	margin-left: 40px;
}

@media all and (max-width: 780px) {
	header {
		 margin-top: 10px;
	}

	.container {
		 padding-top: 4px !important;
	}
}

a:active, a:focus {
	outline: medium none;
}

:focus {
	outline: medium none;
}


a:active, a:focus {
	outline: medium none;
}

:focus {
	outline: medium none;
}

html, body {
	overflow-x: hidden;
}
.popup-title {
	font-size: 30px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	display: block;
	color: #fff;
}

.popup-body {
	display: block;
	width: 90%;
	padding: 0 5%;
	margin-top: 27px;
}

.popup-img-box {
	float: left;
	display: block;
	width: 30%;
	margin: 0 auto;
}

.popup-img-box img {
	display: block;
	width: 200px;
	margin: 0 auto;
}

.popup-link-btn {
	display: inline-block;
	border: 1px solid rgba(73,155,234,1);
	background: rgba(222,69,92,1);
	background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(222,69,92,1)),color-stop(13%,rgba(222,69,92,1)),color-stop(76%,rgba(192,31,55,1)),color-stop(100%,rgba(192,31,55,1)));
	background: linear-gradient(135deg,rgba(222,69,92,1) 0%,rgba(222,69,92,1) 13%,rgba(192,31,55,1) 76%,rgba(192,31,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de455c',endColorstr='#c01f37',GradientType=1);
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 60px;
	vertical-align: top;
	text-indent: 0;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
	width: 100%;
	max-width: 402px;
	opacity: 1;
	bottom: 29px;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	border-radius: 10px;
	-webkit-transition: .6s ease;
	transition: .6s ease;
}

.popup-link-btn:hover {
	color: #FFFFFF;
	-webkit-box-shadow: 0 0 15px rgba(255,255,255,0.5);
			  box-shadow: 0 0 15px rgba(255,255,255,0.5);
}

@media all and (max-width: 767px) {
	aside {
		 display: none!important;
	}
}

.submit-roulette:hover {
	background: #bb0000;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	color: #FFF;
	text-decoration: none;
}

.submit-roulette:active {
	-webkit-transform: translateY(2px);
			  transform: translateY(2px);
	-webkit-box-shadow: none;
			  box-shadow: none;
}
.submit-roulette {
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 15px 0;
	outline: none;
	border: none;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 3px #242120;
			  box-shadow: 0px 4px 3px #242120;
	background: #ce0e0e;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.ruletka-p {
	text-indent: 0px;
	color: #212529;
	text-align: center !important;
	margin: 15px;
	line-height: 25px;
	font-weight: bold;
}

.ruletka-p h2 {
	font-size: 25px;
	margin-bottom: 15px;
}

.ruletka-a {
	color: rgb(22, 151, 206);
}

.hidden-results {
	display: none;
}

.hidden-results span {
	font-weight: 700;
	color: #ce0e0e;
}
.opinion .col-md-6:nth-of-type(2n+1) {
	max-width: 40%;
}
.opinion .col-md-6:nth-of-type(2n) {
	max-width: 60%;
	-webkit-box-flex: 0;
		 -ms-flex: none;
			  flex: none;
}
.discl {
	font-size: 18px;
	line-height: 1.2;
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #f5f5f5;
	color: #bdbdbd
}

.discl p {
	padding: 0;
	margin: 0
}

.discl span {
	cursor: pointer;
	text-decoration: underline
}

.discl-footer {
	width: 100%;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	float: right
}

.discl-footer .note {
	width: 100%;
	padding: 10px 0;
	background: rgb(238, 238, 238);
	color: rgb(102, 102, 102)
}

.discl-footer .cellar {
	width: 100%;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #000;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	padding: 15px 0;
	text-align: center
}

.discl-footer p {
	margin: 0 2px;
	padding: 0
}

.discl-footer span {
	cursor: pointer;
	text-decoration: underline;
	margin: 0 2px;
	padding: 0
}

@media (max-width:540px) {
	.discl-footer .cellar {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center
	}
}
.blockRedLine3103 {
	z-index: 1!important;
}