/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*/
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active {
	outline: 0;
}

a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*html {
	box-sizing: border-box;
}*/

*,
*::before,
*::after {
	box-sizing: inherit;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-webkit-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

html {
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #373a3c;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #818a91;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

a {
	color: #0275d8;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #014c8c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
}

[role="button"] {
	cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

table {
	background-color: transparent;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #818a91;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: left;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
	margin: 0;
	line-height: inherit;
	border-radius: 0;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
}

input[type="search"] {
	box-sizing: inherit;
	-webkit-appearance: none;
}

output {
	display: inline-block;
}

[hidden] {
	display: none !important;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.container-fluid::after {
	content: "";
	display: table;
	clear: both;
}

.row {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 320px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	/*.col-md-12 {
		width: 100%;
	}*/
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1024px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

.hidden-xs-up {
	display: none !important;
}

@media (max-width: 319px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 320px) {
	.hidden-md-up {
		display: none !important;
	}
}


@media (max-width: 539px) {
	.hidden-xs-down {
		display: none !important;
	}

}

@media (min-width: 540px) {
	.hidden-md-up {
		display: none !important;
	}

/*		.content_wrap{
		width: 980px;
	}*/
}

@media (max-width: 1023px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.hidden-lg-up {
		display: none !important;
	}
}

.hidden-lg-down {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}


/*===== VARIABLES =====*/


/*~~~~~~~~~~~~~~~ MIXINS ~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~ End MIXINS ~~~~~~~~~~~~~~~*/

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666;
}

body input:required:valid,
body textarea:required:valid {
	color: #666;
}


body {
	min-width: 320px;
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	color: #000;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 56px;
	line-height: 65px;
	font-weight: 600;
	text-transform: uppercase;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

strong,
b {
	font-weight: 700;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

input,
button,
button:active,
button:focus {
	border: none;
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0 !important;
}

.floatl {
	float: left;
	margin-right: 15px;
}

.floatr {
	float: right;
	margin-left: 15px;
}

.fsi {
	font-style: italic;
}

.ttu {
	text-transform: uppercase;
}

a {
	font-weight: 700;
	text-decoration: none;
	color: #a71818;
}

a:hover {
	text-decoration: underline;
	color: #a71818;
}

.icon_emoji {
	position: relative;
	display: inline-block;
	width: 29px;
}

.icon_emoji:after {
	content: '';
	position: absolute;
	display: block;
	height: 29px;
	width: 29px;
	top: -25px;
	left: 0;
	background-size: cover !important;
}

.icon_emoji-like:after {
	background: url("../img/thumbs-up-1.png") no-repeat 50% 50%;
}

.icon_emoji-sad:after {
	background: url("../img/1.png") no-repeat 50% 50%;
}

.icon_emoji-woo:after {
	background: url("../img/2.png") no-repeat 50% 50%;
}

.icon_emoji-pro:after {
	background: url(../img/3.png) no-repeat 50% 50%;
}

.header-wrap {
	height: 180px;
	padding: 15px 0 0;
}

.logo-box {
	display: inline-block;
	margin-left: 20px;
}

.logo-box .logo-mob {
	display: none;
}

.main-menu {
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 0;
	border-top: 2px solid #a71818;
	border-left: 2px solid #a71818;
	border-right: 2px solid #a71818;
}

.main-menu .menu_item {
	position: relative;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	padding: 7px 29px;
}

.main-menu .menu_item.active {
	background-color: #d5d5d5;
}

.main-menu .menu_item.active:after {
	content: '';
	position: absolute;
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: -7px;
	background-color: #d5d5d5;
	border-bottom: 2px solid #a71818;
	border-right: 2px solid #a71818;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 5;
}

.top-menu .menu-list__item {
	display: inline-block;
	cursor: default;
}

.breadcrambs {
	background: #b70e70;
}

.breadcrambs .bc_item {
	position: relative;
	display: inline-block;
	height: 45px;
	padding-right: 35px;
	line-height: 45px;
	color: #f0d0e3;
}

.breadcrambs .bc_item:last-child {
	padding-right: 0;
	color: #fffefe;
}

.breadcrambs .bc_item:last-child:after {
	content: none;
}

.breadcrambs .bc_item:after {
	content: '\f178';
	font-family: "FontAwesome";
	position: absolute;
	right: 8px;
}

.content_wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #a71818;
	border-left: 2px solid #a71818;
	border-right: 2px solid #a71818;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom: 2px dotted #a71818;
}

.content_wrap .top_line {
	font-size: 14px;
	font-style: italic;
	color: #1c1c1c;
}

.content_wrap .top_line .ddate {
	margin-right: 15px;
}

.content_wrap .top_line .hearts {
	display: inline-block;
	margin-left: 15px;
}

.content_wrap h1 {
	
	text-align: center;
	margin: 10px 0;
}

.content_wrap h1 span {
	color: #fff;
	background-color: #a71818;
	padding: 0 5px;
}

.content_wrap .text {
	letter-spacing: -0.7px;
	margin-bottom: 10px;
	text-indent: 10px;
	line-height: 1.8;
}

.content_wrap .img_wrap {
	position: relative;
	text-align: center;
}

.content_wrap .img_wrap img {
	max-width: 100%;
}

.sidebar {
	padding-top: 93px;
}

.sidebar .sb_block {
	position: relative;
	border: 1px solid #e7e7e7;
	padding-top: 15px;
}

.sidebar .sb_block h3 {
	position: absolute;
	padding: 0 10px;
	margin-left: 12px;
	text-align: center;
	top: -25px;
	background: #fff;
}

.sidebar .sidebar-block {
	padding: 15px 20px;
	border-bottom: 1px solid #e7e7e7;
}

.sidebar .sidebar-block:last-child {
	border-bottom: none;
}

.sidebar .sidebar-block p {
	margin-top: 15px;
	font-weight: 300;
}

.sidebar .sidebar-block_imgwrap {
	position: relative;
}

.sidebar .sidebar-block_imgwrap img {
	max-width: 100%;
}

.sidebar .sidebar-block_imgwrap span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	left: 0;
	background-color: #cb167f;
	color: #fff;
	text-align: center;
}

.comments[data-comments-style="custom"] {
	position: relative;
}

.comments[data-comments-style="custom"] .comments__wrap {
	border-left: 2px solid #a71818;
	border-right: 2px solid #a71818;
	border-bottom: 2px solid #a71818;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-bottom: 35px;
	box-shadow: 0 13px 20px #ccc;
}

.comments[data-comments-style="custom"] .comments__head {
	font-size: 30px;
	line-height: 46px;
	margin: 10px 0;
}

.comments[data-comments-style="custom"] .comment {
	position: relative;
	margin-left: 115px;
	margin-bottom: 50px;
	padding: 12px 20px;
	background-color: #f4f4f4;
	border-radius: 15px;
}

.comments[data-comments-style="custom"] .comment a {
	font-weight: bold;
	cursor: pointer;
}

.comments[data-comments-style="custom"] .comment__avatar {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 0;
	left: -115px;
}

.comments[data-comments-style="custom"] .comment__avatar img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.comments[data-comments-style="custom"] .comment__name {
	display: inline-block;
	position: relative;
	margin-left: 0px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.comments[data-comments-style="custom"] .comment__name:after {
	content: '';
	position: absolute;
	display: block;
	width: 54px;
	height: 18px;
	top: 3px;
	right: -70px;
	background: url("../img/comm-icon.png") no-repeat 50% 50%;
}

.comments[data-comments-style="custom"] .comment__text {
	margin-left: 0px;
}

.comments[data-comments-style="custom"] .comment__include-photo {
	margin: 10px 0;
}

.comments[data-comments-style="custom"] .comment__include-photo .commphoto {
	max-width: 100%;
	height: auto;
}

.comments[data-comments-style="custom"] .comment__date {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	margin-top: 5px;
}

.comments[data-comments-style="custom"] .comment.mb0 {
	margin-bottom: 0;
}

.btn-wrap {
	padding: 20px 0;
	text-align: center;
}

.btn-wrap .btn {
	display: inline-block;
	padding: 25px 55px;
	background-color: #a71818;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	border: none;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border-radius: 2px 3px 3px 2px;
	box-shadow: inset 0 -4px 0 #7a1212;
	transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.btn-wrap .btn:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.btn_order {
	font-size: 34px;
	line-height: 1.6;
	cursor: pointer;

}
.btn_order_black{
	background:black;
	padding:10px;
	border-radius:10px;
	
}

.form-order input[type="text"] {
	display: block;
	width: 300px;
	height: 40px;
	color: #000;
	font-size: 19px;
	padding: 0 22px 0;
	margin-bottom: 5px;
	border: 1px solid #b8b8b8;
	outline: none;
}

.form-order .select-box {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	background: #fff;
}

.form-order .select-box:after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 20px;
	background: url(../img/select-arrow.svg) no-repeat 50% 50%;
}

.form-order select {
	display: block;
	position: relative;
	width: 300px;
	height: 40px;
	border: none;
	outline: none;
	font-size: 19px;
	color: #000;
	padding: 0 20px;
	margin: 0 auto;
	border: 1px solid #b8b8b8;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	z-index: 3;
}

.form-order select:focus {
	border: 1px solid #737373;
}

.main-footer {
	background-color: #f4f4f4;
	padding: 20px 0;
}

.main-footer .logo_bot {
	display: inline-block;
}

.main-footer .copyright {
	display: inline-block;
	float: right;
	margin-top: 8px;
}

@media only screen and (max-width: 1023px) {
	.hidden-mob {
		display: none;
	}
	body {
		font-size: 16px;
		line-height: 22px;
	}
	h1 {
		font-size: 24px;
		line-height: 1.3;
	}
	.btn-wrap .btn {
		font-size: 22px;
		padding: 10px 20px;
	}
	.icon_emoji {
		width: 20px;
	}
	.icon_emoji:after {
		height: 20px;
		width: 20px;
		top: -16px;
		left: 0;
	}
	.header-wrap {
		padding: 5px 0;
		height: 60px;
	}
	.logo-box {
		margin-left: 0;
	}
	.logo-box .logo-web {
		display: none;
	}
	.logo-box .logo-mob {
		display: block;
		max-width: 100%;
	}
	.main-menu {
		display: none;
	}
	/*~~~~~~~~~~~~~~~ block CONTENT ~~~~~~~~~~~~~~~*/
	.content .img_wrap.floatl,
	.content .img_wrap.floatr {
		float: none;
		margin: 0;
	}
	.content_wrap {
		border-top: 1px solid #a71818;
		border-left: 1px solid #a71818;
		border-right: 1px solid #a71818;
	}
	.content_wrap .top_line .ddate {
		font-size: 12px;
		margin-right: 10px;
	}
	.content_wrap .top_line .hearts {
		margin-left: 10px;
	}
	.img-soc {
		display: none;
	}
	.comments[data-comments-style="custom"] .comments__head {
		font-size: 20px;
	}
	.comments[data-comments-style="custom"] .comments__wrap {
		margin-bottom: 20px;
		box-shadow: 0 6px 10px #ccc;
		border-left: 1px solid #a71818;
		border-right: 1px solid #a71818;
		border-bottom: 1px solid #a71818;
	}
	.comments[data-comments-style="custom"] .comment {
		margin-left: 60px;
		margin-bottom: 20px;
		padding: 6px 10px;
	}
	.comments[data-comments-style="custom"] .comment__avatar {
		height: 50px;
		width: 50px;
		left: -60px;
	}
	.comments[data-comments-style="custom"] .comment__name {
		font-size: 16px;
	}
	.comments[data-comments-style="custom"] .comment__name:after {
		display: none;
	}
	.main-footer {
		padding: 7px 0;
	}
	.main-footer .logo_bot {
		width: 120px;
	}
	.main-footer .copyright {
		font-size: 14px;
		margin-top: 3px;
	}
}

.ac_footer {
	position: relative;
	top: 10px;
	height: 0;
	text-align: center;
	margin-bottom: 70px;
	color: #a12000
}

	.ac_footer a {
		color: #a12000
	}

	.ac_footer p {
		text-align: center
	}

img[height="1"], img[width="1"] {
	display: none !important
}

