@charset "UTF-8";

/* base */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

.scrollToTop {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 55;
	cursor: pointer;
	border-radius: 50%;
	padding: 5px 7px;
	border: 1px solid orange;
}

.scrollToTop i {
	font-size: 24px;
	color: orange;
}

.clip-preview {
	position: relative;
	display: block;
}


.clip-preview:after {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 0;
	height: 2px;
	background: #b60d2c;
	display: block;
	content: '';
	top: 0;
}

.preload-line:after {
	transition: width 1.3s ease-in-out;
	width: 100%;
}

.re_linking {
	margin-left: 30px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 22px;
}

@media (min-width: 992px) {
	.row>.re_linking {
		margin-left: 0px;
	}
}

@media (max-width: 991px) {
	.re_linking {
		margin-top: 37px;
	}
}

@media (max-width: 991px) {
	.row>.re_linking {
		text-align: center;
		margin-bottom: 25px;
		margin-top: 10px;
	}
}

.re_linking_2>p {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.06em;
	font-size: 22px;
	margin-bottom: 17px;
}

.re_linking_2 {
	margin-bottom: 10px;
}

.re_linking_2>a>img {
	width: 100%;
}


.re_linking a {
	margin-top: -10px;
	padding-left: 10px;
	text-decoration: none;
	outline: none;
	color: #010103;
	display: inline-block;
	position: relative;
	border: 1px solid;
	border-image: linear-gradient(180deg, #ff3000, #ed0200, #ff096c, #d50082);
	border-image-slice: 1;
	overflow: hidden;
	letter-spacing: 2px;
	transition: .8s cubic-bezier(.165, .84, .44, 1);
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

.re_linking a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	z-index: -1;
	color: white;
	background: linear-gradient(180deg, #ff3000, #ed0200, #ff096c, #d50082);
	transition: .8s cubic-bezier(.165, .84, .44, 1);
}

.re_linking a:hover {
	background: rgba(255, 255, 255, 0);
}

.re_linking a:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

elements-of-type(html5-block) {
	display: block;
}

body,
html {
	color: #000;
}

div {
	position: relative;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=0b07be7ae792deb51c90c5f995c8019a)
 * Config saved to config.json and https://gist.github.com/0b07be7ae792deb51c90c5f995c8019a
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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,
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 {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	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"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	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;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.main__video-text p {
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.block__text h2 {
	font-size: 22px;
	border-bottom: solid 1px #d50000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.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-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {

	.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 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {

	.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-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}

	.aside__categories ul.header__categories {
		max-height: 500px;
		overflow-y: scroll;
		column-count: auto;
	}

	.ya-share2 {
		margin: 10px 0;
		width: 100%;
	}

	.header__menu {
		width: 40%;
		min-width: 200px;
		height: 160px;
		border-radius: 0 0 10% 0;
		border-bottom: 1px solid #f00;
		border-right: 1px solid #f00;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	div.aside__categories ul {
		column-count: 3;
	}

	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html,
body {
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

b,
strong {
	font-weight: bold;
}

img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

ol,
ul {
	list-style: none;
}

li {
	display: list-item;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td,
caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

sub,
sup,
small {
	font-size: 75%;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

input {
	padding: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg {
	overflow: hidden;
}

.aside__title {
	font-size: 22px;
	margin-bottom: 17px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.06em;
}

.aside__title span {
	position: relative;
	top: -10px;
	display: inline-block;
}

.aside__title span:nth-child(2) {
	height: 2px;
	background-color: #d50000;
	width: 76px;
}

.aside__title span:last-child {
	width: calc(100% - 76px);
	height: 1px;
	background-color: #cfd8dc;
}

.aside__categories {
	width: 100%;
	height: auto;
	padding: 10px 20px;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	color: #313131;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.aside__categories {
		margin-bottom: 0;
	}
}

.aside__categories__title {
	font-size: 17px;
	color: #313131;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}

.aside__categories__title span {
	position: relative;
	top: -3px;
	display: inline-block;
}

.aside__categories__title span:nth-child(2) {
	height: 2px;
	background-color: #d50000;
	width: 111px;
}

.aside__categories__title span:last-child {
	width: calc(100% - 111px);
	height: 1px;
	background-color: #eaeaeb;
}

.aside__categories_close {
	position: absolute;
	top: 0;
	right: 0;
}

.aside__categories_close:after {
	content: 'Развернуть';
	font-family: 'Roboto', serif;
	font-weight: 300;
	font-size: 14px;
}

.aside__categories_close.open:after {
	content: 'Свернуть';
}

.aside__categories ul {
	display: none;
	-moz-column-count: 2;
	/* Firefox */
	-webkit-column-count: 2;
	/* Safari and Chrome */
	column-count: 2;
	height: auto;
	margin-top: 19px;
}

@media (min-width: 768px) {
	.aside__categories ul {
		-moz-column-count: 4;
		/* Firefox */
		-webkit-column-count: 4;
		/* Safari and Chrome */
		column-count: 4;
		height: auto;
	}
}

@media (min-width: 992px) {
	.aside__categories ul {
		display: block !important;
		-moz-column-count: 1;
		/* Firefox */
		-webkit-column-count: 1;
		/* Safari and Chrome */
		column-count: 1;
		height: auto;
	}
}

.aside__categories__category {
	color: #313131;
	font-family: 'Roboto', serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding-bottom: 5px;
	transition: all linear 0.1s;
	border-bottom: 1px solid #eaeaeb;
}

.aside__categories__category:not(:last-child) {
	margin-bottom: 5px;
}

@media (min-width: 992px) {
	.aside__categories__category {
		font-size: 12px;
		padding-bottom: 14px;
	}

	.aside__categories__category:not(:last-child) {
		border-bottom: 1px solid #eaeaeb;
		margin-bottom: 17px;
	}

	.aside__categories__category:last-child {
		border: none;
	}
}

@media (min-width: 1200px) {

	.aside__categories__category a:hover,
	.aside__categories__category a:active,
	.aside__categories__category afocus {
		color: #d50000;
	}
}

.breadcrumbs {
	margin-bottom: 20px;
}

.breadcrumbs ul li {
	display: inline-block;
	font-family: 'PT Sans', serif;
	color: #d50000;
	font-size: 14px;
	line-height: 36px;
	vertical-align: middle;
	margin-right: 4px;
}

@media (min-width: 768px) {
	.breadcrumbs ul li {
		margin-right: 9px;
		font-size: 13px;
	}
}

.breadcrumbs ul li:last-child {
	color: #313131;
}

.breadcrumbs ul li:last-child .fa {
	display: none;
}

.breadcrumbs ul li a {
	display: inline;
	margin-right: 5px;
}

@media (min-width: 768px) {
	.breadcrumbs ul li a {
		margin-right: 15px;
	}
}

.breadcrumbs ul li .fa {
	font-size: 16px;
	line-height: 35px;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.breadcrumbs ul li .fa {
		font-size: 20px;
		line-height: 36px;
	}
}

.footer {
	width: 100%;
	margin: 40px 0;
}
ol.footer__categories-list,
ul.footer__categories-list {
    padding-left: 40px;
}
ul.footer__categories-list {
    list-style: disc;
}

.footer__text {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.footer__logo {
	display: inline-block;
	top: 23px;
	width: 100px;
}

@media (min-width: 768px) {
	.footer__logo {
		width: auto;
		top: 7px;
	}
}

.footer__logo img {
	width: 100%;
}

.footer__nav {
	float: right;
	margin-top: 17px;
}

@media (min-width: 768px) {
	.footer__nav {
		display: inline-block;
	}
}

.footer__nav_button {
	position: absolute;
	left: 15px;
	top: 27px;
}

.footer__menu {
	position: absolute;
	top: 75px;
	left: 0;
	background-color: #f5f5f5;
	display: none;
	padding-left: 15px;
	margin-right: 10px;
	z-index: 1;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}

@media (min-width: 768px) {
	.footer__menu {
		top: 0;
		right: 0;
		position: relative;
		background-color: transparent;
		padding: 0;
		box-shadow: none;
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.footer__menu {
		margin-right: 30px;
	}
}

.footer__menu-item {
	display: block;
	line-height: 35px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
	transition: all linear 0.1s;
	padding: 0 9px;
	letter-spacing: 0.06em;
}

.footer__menu-item:not(:last-child) {
	border-right: 1px solid #e0e0e0;
}

@media (min-width: 768px) {
	.footer__menu-item {
		display: inline-block;
	}
}

@media (min-width: 1200px) {

	.footer__menu-item:hover,
	.footer__menu-item:active,
	.footer__menu-item:focus {
		color: #d50000;
	}
}

.footer__menu-item.active {
	color: #d50000;
}

.footer__search {
	display: inline-block;
	float: right;
	position: relative;
	width: 180px;
	height: 32px;
	margin: 21px 0 0 0;
	border: 1px solid #eee;
	background-color: #fff;
}

@media (min-width: 992px) {
	.footer__search {
		width: 220px;
	}
}

@media (min-width: 1200px) {
	.footer__search {
		width: 270px;
	}
}

.footer__search input {
	margin: 9px 0 0 9px;
	width: 125px;
	position: relative;
	font-family: 'Roboto', sans-serif;
	color: #989898;
	font-size: 11px;
	background-color: transparent;
	border: none;
	outline: none;
}

.footer__search input::-webkit-input-placeholder {
	color: #989898;
}

.footer__search input::-moz-placeholder {
	color: #989898;
}

.footer__search input:-moz-placeholder {
	color: #989898;
}

.footer__search input:-ms-input-placeholder {
	color: #989898;
}

.footer__search input:focus::-webkit-input-placeholder {
	color: transparent;
}

.footer__search input:focus::-moz-placeholder {
	color: transparent;
}

.footer__search input:focus:-moz-placeholder {
	color: transparent;
}

.footer__search input:focus:-ms-input-placeholder {
	color: transparent;
}

@media (min-width: 992px) {
	.footer__search input {
		width: 150px;
	}
}

@media (min-width: 1200px) {
	.footer__search input {
		width: 210px;
	}
}

.footer__search button {
	width: 41px;
	height: 100%;
	position: relative;
	float: right;
	border: none;
	background: none;
}

.footer__search button .fa {
	color: #d50000;
	font-size: 15px;
}

.header {
	width: 100%;
	height: 75px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
}

.header__logo {
	display: inline-block;
	top: 17px;
	width: 100px;
}

@media (min-width: 768px) {
	.header__logo {
		width: auto;
		top: 7px;
	}
}

.header__logo img {
	width: 100%;
}

.header__nav {
	float: right;
	margin-top: 17px;
}

@media (min-width: 768px) {
	.header__nav {
		display: inline-block;
	}
}

.header__nav_button {
	position: absolute;
	left: 15px;
	top: 27px;
}

.header__menu {
	position: absolute;
	top: 75px;
	left: 0;
	background-color: #f5f5f5;
	display: none;
	padding-left: 15px;
	margin-right: 10px;
	z-index: 6;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}

@media (min-width: 768px) {
	.header__menu {
		top: 0;
		right: 0;
		position: relative;
		background-color: transparent;
		padding: 0;
		box-shadow: none;
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.header__menu {
		margin-right: 30px;
	}
}

.header__menu-item {
	display: block;
	line-height: 35px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
	transition: all linear 0.1s;
	padding: 0 9px;
	letter-spacing: 0.06em;
}

.header__menu-item:not(:last-child) {
	border-right: 1px solid #e0e0e0;
}

@media (min-width: 768px) {
	.header__menu-item {
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.header__menu-item {
		padding: 0 18px;
	}
}

@media (min-width: 1200px) {

	.header__menu-item:hover,
	.header__menu-item:active,
	.header__menu-item:focus {
		color: #d50000;
	}
}

.header__menu-item.active {
	color: #d50000;
}

.header__search {
	display: inline-block;
	float: right;
	position: relative;
	width: 180px;
	height: 32px;
	margin: 21px 0 0 0;
	border-color: #eee;
	background-color: #fff;
}

@media (min-width: 992px) {
	.header__search {
		width: 220px;
	}
}

@media (min-width: 1200px) {
	.header__search {
		width: 270px;
	}
}

.header__search input {
	margin: 9px 0 0 9px;
	width: 125px;
	position: relative;
	font-family: 'Roboto', sans-serif;
	color: #989898;
	font-size: 11px;
	background-color: transparent;
	border: none;
	outline: none;
}

.header__search input::-webkit-input-placeholder {
	color: #989898;
}

.header__search input::-moz-placeholder {
	color: #989898;
}

.header__search input:-moz-placeholder {
	color: #989898;
}

.header__search input:-ms-input-placeholder {
	color: #989898;
}

.header__search input:focus::-webkit-input-placeholder {
	color: transparent;
}

.header__search input:focus::-moz-placeholder {
	color: transparent;
}

.header__search input:focus:-moz-placeholder {
	color: transparent;
}

.header__search input:focus:-ms-input-placeholder {
	color: transparent;
}

@media (min-width: 992px) {
	.header__search input {
		width: 150px;
	}
}

@media (min-width: 1200px) {
	.header__search input {
		width: 210px;
	}
}

.header__search button {
	width: 41px;
	height: 100%;
	position: relative;
	float: right;
	border: none;
	background: none;
}

.header__search button .fa {
	color: #d50000;
	font-size: 15px;
}

.link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: inherit;
	color: inherit;
	cursor: pointer;
}

.link:hover,
.link:active,
.link:focus {
	text-decoration: none;
	color: inherit;
}

.main.mobile-width {
	width: 320px;
	margin-left: calc((100% - 320px) / 2);
}

.main__video-text p {
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.main__title {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.06em;
	font-size: 22px;
	margin-bottom: 17px;
}

.main>.row>p {
	padding: 15px 15px 30px 15px;
}

.main__title span {
	position: relative;
	top: -10px;
	display: inline-block;
}

.main__title span:nth-child(2) {
	height: 2px;
	background-color: #d50000;
	width: 263px;
}

.main__title span:last-child {
	height: 1px;
	background-color: #cfd8dc;
	width: calc(100% - 263px);
}

.main__video {
	margin-bottom: 35px;
	box-shadow: 0px 0px 10px 0px rgba(234, 234, 235, 0.75);
}

@media (min-width: 1200px) {

	.main__video:hover,
	.main__video:active,
	.main__video:focus {
		background-color: #f5f5f5;
	}

	.main__video:hover .main__video-text,
	.main__video:active .main__video-text,
	.main__video:focus .main__video-text {
		color: #d50000;
	}
}

.main__video-img {
	width: 100%;
	overflow: hidden;
	height: 252px;
}

.main__video-img img {
	min-height: 100%;
	width: auto;
	height: 100%;
}

.main__video-img span {
	width: 100%;
	height: 2px;
	background-color: #d50000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.main__video-time {
	padding: 0 5px;
	position: absolute;
	top: 227px;
	right: 1px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 2px;
	background-color: #000;
	width: auto;
	height: 20px;
	color: #fff;
}

.main__video-text {
	padding: 6px 22px 0 22px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #313131;
	height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 14px;
	margin: 5px 0 14px 0;
}

@media (min-width: 992px) {
	.main__video-text {
		font-size: 16px;
	}
}

.main__video-view {
	padding-left: 22px;
	padding-bottom: 20px;
	font-size: 16px;
	font-family: "Roboto";
	color: rgba(66, 66, 66, 0.5);
}

.main__video-view .fa {
	font-size: 19px;
	margin-right: 10px;
}

.menu-button {
	display: block;
	cursor: pointer;
}

.menu-button * {
	background-color: #d50000;
	width: 30px;
	height: 3px;
	border-radius: 1px;
	transition: all .3s linear;
}

.menu-button *:not(:last-child) {
	margin-bottom: 6px;
}

.top-active {
	margin-top: 10px;
	margin-bottom: 0;
	transform: rotate(45deg);
}

.mid-active {
	opacity: 0;
}

.bot-active {
	margin-top: -18px;
	transform: rotate(-45deg);
}

.more-video__title {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.06em;
	font-size: 22px;
	margin-bottom: 17px;
}

.more-video__title span {
	position: relative;
	top: -10px;
	display: inline-block;
}

.more-video__title span:nth-child(2) {
	height: 2px;
	background-color: #d50000;
	width: 263px;
}

.more-video__title span:last-child {
	height: 1px;
	background-color: #cfd8dc;
	width: calc(100% - 263px);
}

.more-video__video {
	margin-bottom: 35px;
	box-shadow: 0px 0px 10px 0px rgba(234, 234, 235, 0.75);
}

@media (min-width: 1200px) {

	.more-video__video:hover,
	.more-video__video:active,
	.more-video__video:focus {
		background-color: #f5f5f5;
	}

	.more-video__video:hover .more-video__video-text,
	.more-video__video:active .more-video__video-text,
	.more-video__video:focus .more-video__video-text {
		color: #d50000;
	}
}

.more-video__video-img {
	width: 100%;
	overflow: hidden;
	height: 252px;
}

.more-video__video-img img {
	min-height: 100%;
	width: auto;
	height: 100%;
}

.more-video__video-img span {
	width: 100%;
	height: 2px;
	background-color: #d50000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.more-video__video-time {
	position: absolute;
	top: 227px;
	right: 1px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 2px;
	background-color: #000;
	width: 50px;
	height: 20px;
	color: #fff;
}

.more-video__video-text {
	padding: 6px 22px 0 22px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 14px;
	margin: 5px 0 14px 0;
}

@media (min-width: 992px) {
	.more-video__video-text {
		font-size: 16px;
	}
}

.more-video__video-view {
	padding-left: 22px;
	padding-bottom: 20px;
	font-size: 16px;
	font-family: "Roboto";
	color: rgba(66, 66, 66, 0.5);
}

.more-video__video-view .fa {
	font-size: 19px;
	margin-right: 10px;
}

.video {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 32px;
}

.video video {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	background-color: #d50000;
}

.video__title {
	font-family: 'Roboto Slab', serif;
	line-height: 1;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	color: #313131;
}

@media (min-width: 768px) {
	.video__title {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.video__title {
		font-size: 22px;
	}
}

.video__info {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	box-shadow: 0px 0px 1px 0px rgba(234, 234, 235, 0.75);
	background-color: white;
	color: #313131;
	line-height: 1.5;
}

/* Commentaries block */

.comments {
    background-color: #fff;
    border-radius: 8px;
	margin-top: 1rem;
	box-shadow: 0px 0px 1px 0px rgba(234, 234, 235, 0.75);
}
.tabs-menu {
    color: #232323;
    font-size: 1.3rem;
    font-weight: 700;
}
.tabs-menu ul {
    list-style: none;
    padding-left: 0;
}
.tab-content {
    display: block;
<<<<<<< HEAD
=======

>>>>>>> 73d00915a18c52d8ae1a4a481f115ed1353db324
    color: #232323;
}
.block-info {
    padding: 0.5rem 1.2rem;
}
.block-comment {
    width: 100%;
    overflow: hidden;
}

.list-comments, .list-tags {
    letter-spacing: 0;
}
.list-comments {
    overflow: hidden;
    width: 100%;
    letter-spacing: -5px;
}
.list-comments, .list-tags {
    letter-spacing: 0;
}
.list-comments .margin-fix {
    margin: -10px 0 0 -10px;
}
.list-comments .item {
    margin: 10px 0 0 10px;
    color: #232323;
    padding: 10px;
    text-align: left;
    background-color: #fff;
    /* box-shadow:  inset 0px 1px 10px 0px #232323; */
}
.list-comments .item.reply-item {
    border: 0;
    border-top: 1px solid #232323;
    /* box-shadow:  inset 0px 2px 7px 0px #232323; */
}
.list-comments .image {
    float: left;
    width: 86px;
    height: 86px;
    margin: 0 6px 0 0;
}
.list-comments .image .no-thumb {
    background: #232322;
    border-radius: 8px;
    color: #fff;
    display: block;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
}
.reply-item .image .no-thumb {
    font-size: 12px;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.list-comments .text {
    overflow: hidden;
}
.text {
    margin-top: 15px;
}

.list-comments .comment-options {
    display: flex;
    float: right;
    justify-content: center;
}
.list-comments .comment-options .positive {
    color: #232323;
    font-weight: 800;
    border: 1px solid #232323;
    padding: 2px 10px;
    border-radius: 8px;
}

.list-comments .comment-options span {
    background: #fff;
    padding: 2px 10px;
    font-weight: bold;
    float: left;
    border-radius: 8px;
    border:1px solid red;
    -webkit-border-radius: 8px;
}
.list-comments .comment-options span {
    margin: 0 0 0 5px;
}
.list-comments .comment-options .comment-like {
    color: #232323;
}
.list-comments .comment-options .comment-dislike {
    color: #232323;
}
.list-comments .comment-options span:hover {
    color: red;
    cursor: pointer;
}
.list-comments .comment-info {
    display: block;
    color: #232323;
    margin: 0 0 5px;
}
.list-comments .username {
    font-weight: bold;
    padding: 0 5px 0 0;
}
.list-comments .date {
    color: #232323 + "63";
    font-weight: 500;
    font-size: 12px;
    padding: 0 5px 0 0;
}
.original-text {
	display: block;
    color: #232323;
}
.comment-reply {
    clear: both;
    padding-top: 2px;
    width: 100%;
}
.reply-item {
    margin: 5px 0 0 20px;
    border-top: 1px solid #232323;
    // box-shadow: 3px 0 1px 0 #ffffff;
}
.list-comments .reply-item .image, .list-comments .reply-item .image .no-thumb {
    width: 75px;
    height: 75px;
    line-height: 75px;
}

.list-comments .item:after {
    content: "";
    display: block;
    clear: both;
}
/* End commentaries block */

/* Mobile commentaries block */

@media screen and (max-width: 575px) {
    .list-comments .image {
        float: left;
        width: 53px;
        height: 53px;
        margin: 0 6px 0 0;
    }
    .list-comments .image .no-thumb {
        display: block;
        width: 53px;
        height: 53px;
        line-height: 20px;
        padding: 5px;
        text-align: center;
    }
    .reply-item .image .no-thumb {
        font-size: 12px;
        line-height: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .list-comments .reply-item .image, .list-comments .reply-item .image .no-thumb {
        width: 47px;
        height: 47px;
        line-height: 17px;
    }
    .list-comments .comment-options {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        float: unset;
        margin-bottom: 3px;
    }
    .list-comments .comment-info {
        display: flex;
        justify-content: flex-end;
        align-items: center;
	}
	.comments .list-comments .text {
        margin-top: 3px;
    }
    .comments .list-comments .reply-item .text {
        margin-top: 0;
    }
    .original-text {
		display: block;
        width: 100%;
    }
}

/* end of mobile commentaries block */

.video__video-meta {
	width: 100%;
	padding: 10px 20px 13px;
	font-size: 16px;
	letter-spacing: 0.06em;
}

.video__video-meta_time,
.video__video-meta_like {
	display: inline-block;
}

.video__video-meta_time .fa,
.video__video-meta_like .fa {
	margin-right: 10px;
	font-size: 25px;
	color: #d50000;
}

.video__video-meta_time {
	margin-right: 24px;
}

.video__video-text {
	padding: 0 20px 22px;
	font-size: 16px;
}

/* Categories mix block */
.additional-categories{
	padding: 15px 0;
	margin-top: 10px;
	margin-bottom: 10px;
  }
.additional-categories a {
    border: solid 1px;
    padding: 2px 5px;
    display:inline-block;
    margin: 2px 1px;
}
.additional-categories a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 1px red;
}
  /* END Categories mix block */

@media (min-width: 768px) {
	.video__video-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 567px) {
	.more-video__video-wrap.col-xs-6 {
		width: 100%;
	}

	.main__video-wrap.col-xs-6 {
		width: 100%;
	}

	.main__video-img img {
		width: 100%;
		height: auto;
	}

	.main__video-text {
		min-height: 50px;
	}

	.main__video-img {
		height: auto;
	}

	.video__video-text,
	.more-video {
		padding: 0;
	}
}

main>p {
	padding: 10px 0;
}



.pagination-nav {
	text-align: center;
}

.box-paginations {
	display: inline-block;
	padding: 25px;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #303030;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	color: #36485a;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item-pre a {
	border-radius: 20px 0 0 20px;
}

.page-item-fol a {
	border-radius: 0 20px 20px 0;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.page-item:last-child .page-link {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #979797;
	border-color: #979797;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

@media (max-width: 992px) {
	.video__video-text {
		padding: 0 10px 22px;
	}

	.more-video {
		padding: 0;
	}

	.re_linking {
		margin-top: 36px !important;
	}

	.header {
		margin-bottom: 10px;
	}

	.aside__categories {
		padding: 10px;
	}

	main.main {
		padding: 0;
	}

	.aside__categories__title span {
		display: none;
	}

	.video {
		clear: both;
	}

	.aside__categories__category {
		text-transform: none;
	}

	.footer {
		margin: 20px 0;
	}
}