* {
	margin: 0;
	padding: 0;
	outline: none;
}
a img {
	border: none;
}
.clearfix {
	float: none;
    clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
    content: " ";
}
.wreaper {
	width: 100%;
	position: relative;
	min-height: 100%;
}
/* Reset */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    box-sizing: border-box;
    outline: none;
    border: none;
}
body {
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	background: #ffffff;
	color: #000000;
/*
	Input на айфоне нормальное отображение
	-webkit-appearance: none;
*/
/*
Делает шрифт лучше
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
*/
/*
возможно исправит отображение шрифта для MACos
-webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
*/
}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

::-webkit-input-placeholder {color:#ffffff;}
::-moz-placeholder          {color:#ffffff;}
:-moz-placeholder           {color:#ffffff;}
:-ms-input-placeholder      {color:#ffffff;}

strong {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
/* end */
/*.width-1200 {
	max-width: 1200px;
	margin: 0 auto;
}*/
.size-0 {
	display: table;
	font-size: 0;
	width: 100%;
}
#mobile-menu,
.button-menu_tablet,
.tablet-search,
.box-location.box-location_tablet,
.exchange-rates.exchange-rates_tablet,
.searchs-icons_tablet {
	display: none;
}
.box-relative {
	position: relative;
}
header {
	background: #000000;
	min-height: 50px;
	position: relative;
    z-index: 2;
}
.all-box-logo {
	width: 282px;
	height: 58px;
	position: absolute;
	top: 0;
	left: 2px;
	background: #FFFFFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 2px 2px;
	padding: 9px 0 0 0;
    box-sizing: border-box;
}
.box-logo {
	display: block;
	font-size: 0;
	width: 162px;
	height: 35px;
	margin: 0 auto;
}
.box-logo img {
	max-width: 100%;
	height: auto;
}
.menu-1 {
	float: left;
	margin-left: 299px;
}
.menu-1 > ul {

}
.menu-1 > ul > li {
	float: left;
	height: 50px;
	padding-right: 10px;
	position: relative;
}
.menu-1 > ul > li:last-child {
	padding-right: 0;
}
.menu-1 > ul > li > a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500px;
	font-size: 12px;
	line-height: 50px;
	padding: 0 10px;
	transition: 0.3s ease all;
}
.menu-1 > ul > li.active > a,
.menu-1 > ul > li:hover > a,
.menu-1 > ul > li > a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.menu-1 > ul > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -11px;
	width: 213px;
	z-index: 5;
	background: #ffffff;
	border-top: 2px solid #FF473A;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.24);
	margin-top: -2px;
	box-sizing: border-box;
	padding: 21px 19px 7px 19px;
}
.menu-1 > ul > li > ul:before {
	display: block;
	content: "";
	bottom: 100%;
	left: 23px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #FF473A;
	border-width: 7px;
	margin-left: -7px;
}
.menu-1 > ul > li:hover > ul {
	display: block;
}
.menu-1 > ul > li > ul > li {
	margin: 0 0 12px 0;
}
.menu-1 > ul > li > ul > li > a {
	display: block;
	text-decoration: none;
	transition: 0.3s ease all;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}
.menu-1 > ul > li > ul > li > a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.header-right {
	float: right;
}
.header-search {
	float: left;
	position: relative;
	width: 169px;
	margin: 10px 24px 0 0;
}
.header-search_input {
	display: block;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #ffffff;
	background: transparent;
	font-size: 12px;
	color: #ffffff;
	padding: 0 35px 0 6px;
}
.header-search_button {
	display: block;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 0;
	background: url(../images/icons_search.svg) no-repeat;
	background-size: 19px 19px;
	position: absolute;
	top: 6px;
	right: 5px;
}
.button-login {
	float: left;
	width: 90px;
	height: 30px;
	background: #FF473A;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	margin-top: 10px;
	cursor: pointer;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0.02em;
	font-size: 12px;
	font-weight: 500;
}
.button-login:hover {
	transition: 0.3s ease all;
	background: #FF7A70;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}
.button-login:active {
	background: #CF1F13;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	transition: 0.3s ease all;
}
.header-bottom {
	min-height: 50px;
	background: #E4E4E4;
	position: relative;
    z-index: 1;
}
.header-bottom_left,
.header-bottom_center,
.header-bottom_right {
	display: inline-block;
	vertical-align: top;
	font-size: initial;
}
.header-bottom_left {
	width: 23.5%;
}
.header-bottom_center {
	width: 52.9%;
}
.header-bottom_right {
	width: 23.6%;
}
.header-bottom_time {
	padding: 21px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #000000;
}
.header-bottom_menu {
	margin: 20px 0 0 27px;
}
.header-bottom_menu > ul {

}
.header-bottom_menu > ul > li {
	float: left;
	margin: 0 33px 0 0;
}
.header-bottom_menu > ul > li:last-child {
	margin-right: 0;
}
.header-bottom_menu > ul > li > a {
	display: block;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.87);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.3s ease all;
}
.header-bottom_menu > ul > li.active a,
.header-bottom_menu > ul > li > a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.social-networks {
	float: right;
}
.social-networks a {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin: 16px 0 0 20px;
	transition: 0.3s ease all;
}
.social-networks a:first-child {
	margin-left: 0;
}
.social-networks a.social-networks_instagram {
	margin-top: 14px;
}
.social-networks a.social-networks_twitter {

}
.social-networks a.social-networks_facebook {
	margin-top: 14px;
}
.social-networks a.social-networks_google {

}
.social-networks a:hover svg path {
	fill: #FF473A;
	transition: 0.3s ease all;
}
#qtranslate-chooser {
	float: left;
	margin: 19px 0 0 0;
}
#qtranslate-chooser li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #000000;
}
#qtranslate-chooser li a {
	display: block;
	text-transform: uppercase;
	transition: 0.3s ease all;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}
#qtranslate-chooser li.active a {
	pointer-events: none;
}
#qtranslate-chooser li.active a,
#qtranslate-chooser li a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
/*.sidebar-left {
	float: left;
	width: 23.5%;
	padding-bottom: 12px;
	position: relative;
    right: 52.9%;
    padding-top: 34px;
    z-index: 10;
}
.sidebar-center {
	float: left;
	width: 52.9%;
	box-sizing: border-box;
	padding: 35px 17px 12px 17px;
	position: relative;
    left: 23.5%;
}
.sidebar-right {
	float: right;
	width: 23.6%;
	padding-bottom: 12px;
	z-index: 10;
}*/
.box-location {
	text-align: center;
	padding: 11px 0 7px 0;
}
.box-location span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 0 0 0 16px;
}
.box-location span a {
	color: #CB1617;
	text-decoration: underline;
}
.box-location span:before {
	display: block;
    content: "";
    width: 14px;
    height: 19px;
	background: url(../images/icons_point.svg) no-repeat;
	background-size: 14px 19px;
	position: absolute;
	top: -3px;
	left: -3px;
}
.box-location span a:hover {
	text-decoration: none;
}
.all-box-articles {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #E3E3E3;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	padding: 15px 20px;
	/*margin-bottom: 24px;*/
}
.box-articles {
	position: relative;
}
.box-articles_title {
	position: relative;
	margin: 0 0 12px 0;
}
.box-articles_title h2 {
	display: inline-block;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	background: #ffffff;
	position: relative;
	z-index: 3;
	padding-right: 7px;
}
.box-articles_title:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #000000;
	margin-top: -1px;
	z-index: 1;
}
.box-articles_tabs {
	display: table\0/;
	font-size: 0;
	width: 100%;
	border-bottom: 1px solid #E4E4E4;
	margin: 0 0 16px 0;
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.box-articles_tabs li {
	display: inline-block\0/;
	vertical-align: top\0/;
	width: 33.33%\0/;
	height: 29px;
	line-height: 29px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	font-size: 11px;
	color: #000000;
	cursor: pointer;
	transition: 0.3s ease all;

	flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
}
.box-articles_tabs li.active,
.box-articles_tabs li:hover {
	background: #F2F2F2;;
	transition: 0.3s ease all;
}
.box-articles_content {
	display: none;
}
.box-articles_content.active {
	display: block;
}
.list-articles {

}
.list-articles li {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 13px;
	margin: 0 0 18px 0;
}
.list-articles li:last-child {
	margin-bottom: 13px;
}
.list-articles li h3 {
	margin: 0 0 5px 0;
	font-size: 12px;
    line-height: 14px;
	font-weight: 500;
	color: #FF473A;
}
.list-articles li h3 a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #FF473A;
	transition: 0.3s ease all;
}
.list-articles li h3 a:hover {
	color: #FF7A70;
}
.list-articles li h3 a:active {
	color: #BB0000;
}
.list-articles_thumb {
	float: left;
	width: 76px;
	height: 76px;
	background: #C4C4C4;
	border-radius: 50%;
	overflow: hidden;
}
.list-articles_thumb img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.list-articles_right {
	margin-left: 90px;
}
.list-articles_margin {
	margin: 14px 0;
}
.list-articles_date {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin: 0 0 5px 0;
}
.list-articles_text {
	display: block;
	font-weight: 500;
	font-size: 14px;
    line-height: 17px;
	color: #000000;
	/*margin: 0 0 13px 0;*/
	text-decoration: none;
	transition: 0.3s ease all;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-articles_text:hover {
	color: #CB1617;
	transition: 0.3s ease all;
}
.list-articles_comments {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	box-sizing: border-box;
	padding: 0 0 0 24px;
	margin: 0 34px 5px 0;
	text-decoration: none;
	transition: 0.3s ease all;
}
.list-articles_comments:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/icons_comments.svg) no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 0;
	left: 0;
}
.list-articles_comments:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.list-articles_views {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	box-sizing: border-box;
	padding: 0 0 0 25px;
}
.list-articles_views:before {
	display: block;
	content: "";
	width: 19px;
	height: 15px;
	background: url(../images/icons_views.svg) no-repeat;
	background-size: 19px 15px;
	position: absolute;
	top: 0;
	left: 0;
}
.box-articles_all {
	text-align: center;
}
.box-articles_all a {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #CB1617;
}
.box-articles_all a:hover {
	color: #FF7A70;
}
.box-articles_all a:active {
	color: #BB0000;
}
.box-arrived {
	text-align: center;
	margin-bottom: 24px;
}
.box-arrived a {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.box-arrived a img {
	max-width: 100%;
	height: auto;
}
.all-most-interesting {
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 18px 20px 0px 21px;
    /*margin-bottom: 24px;*/
}
.most-interesting_title {
	position: relative;
    margin: 0 0 12px 0;
}
.most-interesting_title:after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000;
    margin-top: -1px;
    z-index: 1;
}
.most-interesting_title h2 {
	display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding-right: 7px;
}
.most-interesting {

}
.list-interesting li {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 15px;
    margin-bottom: 18px;
}
.list-interesting li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.list-interesting li h3 {
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #FF473A;
}
.list-interesting li h3 a {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #FF473A;
	text-decoration: none;
}
.list-interesting li h3 a:hover {
	text-decoration: underline;
}
.list-interesting_thumb {
	float: left;
	font-size: 0;
	width: 114px;
}
.list-interesting_thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.list-interesting_right {
	position: relative;
	margin-left: 128px;
}
.list-interesting_date {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin: 0 0 8px 0;
}
.list-interesting_text {
	display: block;
	font-weight: 500;
	font-size: 13px;
    line-height: 16px;
	color: #000000;
	height: 48px;
	overflow: hidden;
	text-decoration: none;
	transition: 0.3s ease all;
}
.list-interesting_text:hover {
	color: #CB1617;
	transition: 0.3s ease all;
}
.all-box-subscribe {
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 18px 20px 22px 21px;
    /*margin-bottom: 24px;*/
}
.box-subscribe_title {
    position: relative;
    margin: 0 0 12px 0;
}
.box-subscribe_title:after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000;
    margin-top: -1px;
    z-index: 1;
}
.box-subscribe_title h2 {
	display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding-right: 7px;
}
.box-subscribe_text {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #FF473A;
	margin: 0 0 15px 0;
}
.box-subscribe_item {
	position: relative;
	margin-bottom: 16px;
}
.input-relative {
	position: relative;
}
.input-success .input-relative:after {
	display: block;
	content: "";
	width: 17px;
	height: 13px;
	background: url(../images/icons_7.svg) no-repeat;
	background-size: 17px 13px;
	position: absolute;
	right: 11px;
	bottom: 12px;
}
.input-error .input-relative:after {
	display: block;
	content: "";
	width: 17px;
	height: 15px;
	background: url(../images/icons_error.svg) no-repeat;
	background-size: 17px 15px;
	position: absolute;
	right: 11px;
	bottom: 11px;
}
.input-error input {
	border: 1px solid #FF473A;
}
.error-text {
	font-size: 11px;
	line-height: 13px;
	color: #FF473A;
	margin-top: 8px;
}
.box-subscribe_item p {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0 0 5px 0;
}
.box-subscribe_input {
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px 35px 9px 8px;
	font-size: 12px;
	color: #999999;
}
.box-subscribe_input::-webkit-input-placeholder {color:#999999;}
.box-subscribe_input::-moz-placeholder          {color:#999999;}
.box-subscribe_input:-moz-placeholder           {color:#999999;}
.box-subscribe_input:-ms-input-placeholder      {color:#999999;}
.box-subscribe_button {
	display: block;
	width: 100%;
	height: 35px;
	background: #FF473A;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.0357143em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.box-subscribe_button:hover {
	transition: 0.3s ease all;
	background: #FF7A70;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}
.box-subscribe_button:active {
	background: #CF1F13;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	transition: 0.3s ease all;
}
.box-subscribe_button.no-active {
	pointer-events: none;
	background: #999999;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}
.box-subscribe_confidentiality {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #999999;
    margin: 17px 0 0 0;
}
.box-subscribe_confidentiality span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 26px;
}
.box-subscribe_confidentiality span:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/shield-lock.svg) no-repeat;
	background-size: 24px 24px;
	position: absolute;
	top: -6px;
	left: 0;
}
.exchange-rates {
	padding: 11px 0 0px 0;
}
.exchange-rates_left {
	float: left;
}
.exchange-rates_right {
	float: right;
}
.exchange-rates_text {
	font-size: 12px;
	line-height: 14px;
	color: #FE5D51;
	padding-bottom: 9px;
}
.exchange-rates_text span {
	color: #000000;
}
.all-box-actual {
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 10px 20px;
    /*margin-bottom: 24px;*/
}
.box-actual_title {
	position: relative;
    margin: 0 0 12px 0;
}
.box-actual_title:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000;
    margin-top: -1px;
    z-index: 1;
}
.box-actual_title h2 {
	display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding-right: 7px;
}
.list-actual {

}
.list-actual li {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 13px;
    margin: 0 0 16px 0;
}

.all-box-actual.all-boxActual {
	padding: 10px 7px;
}
.listActual_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
    padding: 0 13px 5px 0;
}
.listActual_top .list-actual_date {
	margin: 0;
	font-weight: normal;
    font-size: 11px;
}
.listActual_center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.listActual_center .list-actual_thumb {
	-webkit-box-flex: 0;-webkit-flex: none;-ms-flex: none;flex: none;
    width: 64px;
    height: 40px;
    margin: 0 9px 0 0;
    overflow: hidden;
}
.listActual_center .list-actual_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.listActual_top .list-actual_views:before {
    width: 13px;
    height: 10px;
    background-size: 13px 10px;
    top: 1px;
}
.listActual_top .list-actual_views {
	padding-left: 17px;
}
.all-boxActual .list-actual li h3 {
    margin: -2px 0 0 0;
}
.all-boxActual .list-actual li {
    padding-bottom: 11px;
    margin: 0px 0 11px 0;
}
.all-boxActual .list-actual li h3 a {
	color: rgba(0, 0, 0, 0.83);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}





/*.list-actual li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
    padding-bottom: 1px;
}*/
.list-actual_thumb {
	display: block;
	font-size: 0;
	width: 100%;
	margin: 0 0 17px 0;
	position: relative;
}
.list-actual_thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.list-actual_date {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin: 0 0 9px 0;
}
.list-actual li h3 {
	margin: 0 0 8px 0;
}
.list-actual li h3 a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	transition: 0.3s ease all;
}
.list-actual li h3 a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.list-actual_comments {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    box-sizing: border-box;
    padding: 0 0 0 24px;
    margin: 0 34px 5px 0;
    text-decoration: none;
    transition: 0.3s ease all;
}
.list-actual_comments:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.list-actual_comments:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/icons_comments.svg) no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.list-actual_comments:hover {
	transition: 0.3s ease all;
}
.list-actual_views {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}
.list-actual_views:before {
    display: block;
    content: "";
    width: 19px;
    height: 15px;
    background: url(../images/icons_views.svg) no-repeat;
    background-size: 19px 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.box-widget {
	margin-bottom: 24px;
}
.box-widget > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	font-size: 0;
}
.all-our-sponsor {
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 18px 16px 19px 16px;
    /*margin-bottom: 24px;*/
}
.our-sponsor {
	position: relative;
    margin: 0 0 12px 4px;
}
.our-sponsor:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000;
    margin-top: -1px;
    z-index: 1;
}
.our-sponsor h2 {
	display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding-right: 7px;
}
.our-sponsor_thumb {
	display: block;
	font-size: 0;
}
.our-sponsor_thumb img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.all-upcoming-events {
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 18px 20px 12px 20px;
    /*margin-bottom: 24px;*/
}
.upcoming-events {
    position: relative;
    margin: 0 0 12px 0px;
}
.upcoming-events:after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000;
    margin-top: -1px;
    z-index: 1;
}
.upcoming-events h2 {
	display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding-right: 7px;
}
.list-events {

}
.list-events li {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 12px;
    margin-bottom: 18px;
}
.list-events li:last-child {
    margin-bottom: 13px;
}
.list-events_item {
	margin-bottom: 16px;
}
.list-events_thumb {
	float: left;
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	font-size: 0;
	overflow: hidden;
}
.list-events_thumb img {
	width: 100%;
	height: 100%;
}
.list-events_right {
	position: relative;
	margin-left: 92px;
}
.list-events_date-time {
	margin: 0 0 7px 0
}
.list-events_date-time span {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
}
.list-events_date {

}
.list-events_time {
	color: #FF473A;
}
.list-events li h3 {
	max-height: 48px;
	overflow: hidden;
}
.list-events li h3 a {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
	transition: 0.3s ease all;
}
.list-events li h3 a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.list-events_comments {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    box-sizing: border-box;
    padding: 0 0 0 24px;
    margin: 0 34px 5px 0;
    text-decoration: none;
    transition: 0.3s ease all;
}
.list-events_comments:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.list-events_comments:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/icons_comments.svg) no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.list-events_comments:hover {
	transition: 0.3s ease all;
}
.list-events_views {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}
.list-events_views:before {
    display: block;
    content: "";
    width: 19px;
    height: 15px;
    background: url(../images/icons_views.svg) no-repeat;
    background-size: 19px 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.list-events_all {
	text-align: center;
}
.list-events_all a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #CB1617;
}
.list-events_all a:hover {
	color: #FF7A70;
}
.list-events_all a:active {
	color: #BB0000;
}
.box-arrived-2 {
	text-align: center;
    margin-bottom: 19px;
}
.box-arrived-2 a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.box-arrived-2 img {
	max-width: 100%;
    height: auto;
}
.great-article {
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 19px;
}
.great-article_thumb {
	display: block;
	font-size: 0;
	position: relative;
}
.great-article_thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 2px 2px 0px 0px;
}
.pos-box-category {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.pos-box-category > * {
	margin-bottom: 5px;
}
.pos-box-category > *:last-child {
	margin-bottom: 0;
}
.great-article .pos-box-category_icons {
	width: 46px;
    height: 36px;
    padding: 10px;

    position: absolute;
    bottom: 0;
    right: 10px;
    margin: 0;
    bottom: 14px;
    background: transparent;
}
.pos-box-category_icons {
	position: absolute;
    right: 5px;
    margin: 0;
    bottom: 2px;

	/*background: rgba(0,0,0,0.7);*/
    width: 34px;
    height: 26px;
    box-sizing: border-box;
    padding: 6px;
    display: -webkit-box;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pos-box-category_icons img {
	max-width: 100%;
	height: auto;
}
.great-article_category {
	background: rgba(0,0,0,0.7);
	border-radius: 2px 2px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 18px 65px 21px 18px;
}
.great-article_item {
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	box-sizing: border-box;
    padding: 16px 19px 16px 19px;
    border-top: 0;
    overflow: hidden;
}
.great-article_date {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	margin: 0 0 12px 0;
}
.great-article_item h2 {
	margin: 0 0 11px 0;
}
.great-article_item h2 > a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	transition: 0.3s ease all;
}
.great-article_item h2 > a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.great-article_text {
	font-weight: 300;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	color: #000000;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 10px;
}
.great-article_comments {
	float: left;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    box-sizing: border-box;
    padding: 0 0 0 24px;
    margin: 13px 34px 5px 0;
    text-decoration: none;
    transition: 0.3s ease all;
}
.great-article_comments:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/icons_comments.svg) no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.great-article_comments:hover {
    color: #FF473A;
    transition: 0.3s ease all;
}
.great-article_views {
	float: left;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    box-sizing: border-box;
    padding: 0 0 0 25px;
    margin: 14px 0 0 0;
}
.great-article_views:before {
	display: block;
    content: "";
    width: 19px;
    height: 15px;
    background: url(../images/icons_views-2.svg) no-repeat;
    background-size: 19px 15px;
    position: absolute;
    top: -1px;
    left: 0;
}
.great-article_social {
	float: right;
	margin: 10px 0 0 0;
}
.great-article_social a {
	display: block;
	float: left;
	font-size: 0;
	margin-left: 24px;
}
.great-article_social a:first-child {
	margin-left: 0;
}
.great-article_social a.social-networks_google {
	margin-top: 2px;
}
.great-article_social a.social-networks_facebook {

}
.great-article_social a.social-networks_telegram {
	margin-top: 3px;
}
.great-article_social a.social-networks_twitter {
	margin-top: 2px;
}
.great-article_social a.social-networks_instagram {

}
.great-article_social a svg path {
	fill: #999999;
	transition: 0.3s ease all;
}
.great-article_social a:hover svg path {
	fill: #FF473A;
	transition: 0.3s ease all;
}
.all-recent-articles {
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 19px;
}
.recent-articles_title {
    position: relative;
    margin: 0 0 14px 0;
}
.recent-articles_title:after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000;
    margin-top: -1px;
    z-index: 1;
}
.recent-articles_title h2 {
	display: inline-block;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000000;
	background: #ffffff;
    position: relative;
    z-index: 3;
    padding-right: 7px;
}
.recent-articles {
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	border-bottom: 0;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	padding: 19px 20px 16px 20px;
	position: relative;
	z-index: 1;
	transition: 0.3s ease all;
}
.recent-articles:first-child {
	border-radius: 2px 2px 0px 0px;
}
.recent-articles:last-child {
	border-radius: 0px 0px 2px 2px;
	border-bottom: 1px solid #E3E3E3;
}
.recent-articles:hover {
	box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.3), 0px 15px 12px rgba(0, 0, 0, 0.22);
	transition: 0.3s ease all;
	z-index: 5;
}
.recent-articles_item {
	border-bottom: 1px solid #E3E3E3;;
	padding-bottom: 14px;
}
.recent-articles_thumb {
	float: left;
	display: block;
	width: 241px;
	font-size: 0;
	position: relative;
}
.recent-articles_thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.recent-articles_category {
	background: rgba(0,0,0,0.7);
	border-radius: 0px 0px 2px 2px;
	box-sizing: border-box;
	padding: 7px 45px 9px 8px;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.recent-articles_right {
	position: relative;
	margin-left: 259px;
}
.recent-articles_date {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin: 0 0 10px 0;
}
.recent-articles h3 {
	height: 33px;
    overflow: hidden;
    margin: 0 0 9px 0;
}
.recent-articles h3 a {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #FF473A;
}
.recent-articles h3 a:hover {
	color: #FF7A70;
}
.recent-articles h3 a:active {
	color: #BB0000;
}
.recent-articles p {
	font-weight: 300;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	color: #000000;
	max-height: 68px;
	overflow: hidden;
}
.b-pagintaion {
	display: table;
	font-size: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 2px 5px 19px 5px;
	text-align: center;
}
.b-pagintaion li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1px;
}
.b-pagintaion li a {
	display: block;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: transparent;
	text-align: center;
	line-height: 22px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.b-pagintaion li.active a {
	pointer-events: none;
}
.b-pagintaion li.active a,
.b-pagintaion li a:hover {
	color: #FFFFFF;
	background: #FF473A;
	transition: 0.3s ease all;
}
.b-pagintaion li.b-pagintaion_tributary {
	font-size: 12px;
	color: #999999;
	margin: 5px 4px 0 4px;
	pointer-events: none;
}
.b-pagintaion li.b-pagintaion_prev {
	margin: 5px 7px 0 0px;
}
.b-pagintaion li.b-pagintaion_next {
	margin: 5px 0px 0 7px;
}
.b-pagintaion li.b-pagintaion_next a,
.b-pagintaion li.b-pagintaion_prev a {
	background: transparent;
	width: auto;
	height: auto;
	border-radius: 0;
	line-height: 1;
}
.b-pagintaion li.b-pagintaion_prev a:hover svg path,
.b-pagintaion li.b-pagintaion_next a:hover svg path {
	fill: #999999;
}
.load-more-wrapper {
  display: flex;
  justify-content: center;
}
.load-more {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 1.2rem;
  padding: 0 15px;
  color: #535353;
  background: #e4e4e4;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  text-transform: uppercase;
}

.load-more[hidden] {
  display: none;
}

.load-more:hover {
	transition: 0.3s ease all;
	box-shadow: none;
}

.load-more__icon {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.load-more--loading .load-more__icon {
  animation: rotation 4s infinite linear;
}

.load-more__text {
  padding: 4px 0 0 5px;
  letter-spacing: 0.02em;
	font-size: 12px;
  font-weight: 500;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.pagination {
	text-align: center;
	font-size: 0;
}
.nav-links {
	display: table;
	font-size: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 2px 5px 19px 5px;
	text-align: center;
}
.nav-links > a,
.nav-links > span {
	display: inline-block;
	vertical-align: top;
	margin: 0 1px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: transparent;
	text-align: center;
	line-height: 22px;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.nav-links a:hover,
.nav-links span {
	color: #FFFFFF;
	background: #FF473A;
	transition: 0.3s ease all;
}
.nav-links .b-p_padding a:hover,
.nav-links .b-p_padding span {
	background: transparent;
}
.nav-links--updated span.page-numbers:not(.dots) {
  color: #fff;
	background: #ff473a;
}

.nav-links .dots {
	font-size: 12px;
	color: #999999;
	margin: 5px 4px 0 4px;
	pointer-events: none;
	height: auto;
    background: none;
    line-height: 1;
}

.nav-links .prev {
	margin: 5px 7px 0 0px;
}
.nav-links .next {
	margin: 5px 0px 0 7px;
}
.nav-links .prev,
.nav-links .next {
	background: transparent;
	width: auto;
	height: auto;
	border-radius: 0;
	line-height: 1;
}
.nav-links .prev:hover svg path,
.nav-links .next:hover svg path {
	fill: #999999;
}
.nav-links a.prev:hover,
.nav-links a.next:hover {
	background: transparent;
}
.box-arrived-3 {
	text-align: center;
    margin-bottom: 28px;
}
.box-arrived-3 a {
	display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.box-arrived-3 a img {
	max-width: 100%;
    height: auto;
}
footer {
	position: relative;
    z-index: 1;
}
.footer-top {
	min-height: 50px;
	background: #E4E4E4;
}
.footer-bottom {
	background: #999999;
	padding-bottom: 14px;
}
.footer-bottom_left {
	float: left;
    width: 23.5%;
    position: relative;
    right: 52.9%;
}
.b-copyright {
	font-size: 13px;
    line-height: 1.25;
    color: #fff;
    padding: 34px 0 0 0;
}
.footer-bottom_button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	background: transparent;
	margin-top: 15px;
	text-decoration: underline;
	text-decoration-color: #C2C0C0;
	cursor: pointer;
}
.footer-bottom_button svg {
	stroke: #fff;
	margin-right: 10px;
}
.footer-bottom_button:hover {
	text-decoration: none;
}
.footer-bottom_mail {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    margin-top: 16px;
}
.footer-bottom_mail a {
	text-decoration: none;
	color: #fff;
}
.footer-bottom_mail a:hover {
	text-decoration: underline;
	text-decoration-color: #C2C0C0;
}
.footer-bottom_center {
	float: left;
	width: 52.9%;
	position: relative;
	left: 23.5%;
	padding-top: 33px;
}
.footer-bottom_right {
	float: right;
	width: 23.6%;
	text-align: right;
	padding-top: 34px;
}
.box-developed {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.box-developed p {
	display: inline-block;
	vertical-align: top;
	margin: 11px 8px 0 0;
}
.box-developed a {
	display: inline-block;
	vertical-align: top;
}
.use-material {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 50px 11px 26px;
}
.box-live-internet {
	float: left;
	margin-top: 23px;
	float: left;
}
.box-live-internet a {
	display: block;
	font-size: 0;
}
.all-logo-footer {
	width: 282px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 2px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 2px 2px;
    padding: 9px 0 0 0;
    box-sizing: border-box;
}
.footer-menu {
	float: left;
	margin: 21px 0 0 309px;
}
.footer-menu ul {

}
.footer-menu ul li {
	float: left;
	margin-right: 34px;
}
.footer-menu ul li:last-child {
	margin-right: 0;
}
.footer-menu ul li a {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
	transition: 0.3s ease all;
}
.footer-menu ul li.active a,
.footer-menu ul li a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.footer-social {
	float: right;
	margin: 17px 0 0 0;
}
.footer-social a {
	float: left;
	font-size: 0;
	margin-left: 24px;
}
.footer-social a:first-child {
	margin-left: 0;
}
.footer-social a svg path {
	fill: #000000;
	transition: 0.3s ease all;
}
.footer-social a:hover svg path {
	fill: #FF473A;
	transition: 0.3s ease all;
}
.footer-social a.social-networks_twitter {
	margin-top: 2px;
}
.footer-social a.social-networks_google {
	margin-top: 2px;
}
.remodal-title {
	position: relative;
    margin: 0 0 16px 0;
    text-align: left;
}
.remodal-title:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000;
    margin-top: -1px;
    z-index: 1;
}
.remodal-title h2 {
	display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding-right: 7px;
}
.remodal-icons {
    margin: 0 0 3px 0;
}
.remodal-icons img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.form-remodal {
	margin: 0 0 3px 0;
}
.form-remodal_item {
	position: relative;
	margin: 0 0 16px 0;
}
.form-remodal_item p {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0 0 5px 0;
}
.form-remodal_input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #999999;
	border-radius: 2px;
	font-size: 12px;
	color: #000000;
	padding: 10px 8px 9px 8px;
}
.form-remodal_input.form-remodal_area {
	height: 100px;
	resize: none;
}
.form-remodal_input::-webkit-input-placeholder {color:#000000;}
.form-remodal_input::-moz-placeholder          {color:#000000;}
.form-remodal_input:-moz-placeholder           {color:#000000;}
.form-remodal_input:-ms-input-placeholder      {color:#000000;}
.form-remodal_forgotten {
	text-align: right;
	margin: -7px 0 15px 0;
}
.form-remodal_forgotten a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	text-decoration-line: underline;
	color: #CB1617;
}
.form-remodal_forgotten a:hover {
	text-decoration: none;
}
.form-remodal_button {
	display: block;
	width: 100%;
	height: 35px;
	background: #FF473A;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.0357143em;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: 0.3s ease all;
	cursor: pointer;
}
.form-remodal_button:hover {
	background: #FF7A70;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	transition: 0.3s ease all;
}
.form-remodal_button:active {
	background: #CF1F13;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	transition: 0.3s ease all;
}
.form-remodal_new-account {
	text-align: center;
	line-height: 15px;
	margin: 24px 0 0 0;
}
.form-remodal_new-account p {
	font-size: 12px;
	color: #999999;
}
.form-remodal_button-2 {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #999999;
	cursor: pointer;
	background: transparent;
	text-decoration: underline;
	color: #FF473A;
}
.form-remodal_button-2:hover {
	text-decoration: none;
}
.remodal-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #FF473A;
	margin: 19px 0;
}
.inner-page .sidebar-center {
	padding-top: 0 !important;
}
.b-breadcrumbs {
	box-sizing: border-box;
    padding: 11px 5px 4px 5px;
}
.b-breadcrumbs li {
	float: left;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	margin: 0 11px 5px 0;
	color: #FF473A;
}
.b-breadcrumbs li:after {
	display: block;
	content: "/";
	position: absolute;
	top: 0;
	right: -8px;
	color: #999999;
}
.b-breadcrumbs li:last-child:after {
	display: none;
}
.b-breadcrumbs li:last-child {
	margin-right: 0;
}
.b-breadcrumbs li a {
	display: block;
	color: #999999;
	text-decoration: none;
}
.b-breadcrumbs li a:hover {
	text-decoration: underline;
}
.all-category-detali {
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 24px;
}
.category-detali {
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	box-sizing: border-box;
	padding: 18px 20px;
}
.date-comments-views {
	margin-bottom: 12px;
}
.d-c-v_date {
	float: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	position: relative;
	padding-left: 25px;
}
.d-c-v_date:before {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/icons_date.svg) no-repeat;
	position: absolute;
	top: -2px;
	left: 0;
}
.d-c-v_right {
	float: right;
}
.d-c-v_views {
	float: left;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	position: relative;
	padding-left: 27px;
	margin-top: 1px;
}
.d-c-v_views:before {
	display: block;
    content: "";
    width: 19px;
    height: 15px;
    background: url(../images/icons_views-2.svg) no-repeat;
    background-size: 19px 15px;
    position: absolute;
    top: -1px;
    left: 0;
}
.d-c-v_comments {
	float: left;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #999999;
	padding-left: 23px;
    position: relative;
    margin: 1px 25px 0 0;
    transition: 0.3s ease all;
}
.d-c-v_comments:before {
	display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/icons_comments.svg) no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.d-c-v_comments:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.category-detali h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 39px;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 17px;
}

.title-author-articles {
  font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 39px;
	color: #ff473a;
	padding-bottom: 17px;
}

.box-author-list {
	display: grid;
	margin-bottom: 1rem;
}

.box-author {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 8px 0;
	margin: 0 0 11px 0;
}

.box-author-list .box-author {
	margin: 0;
	border-bottom: none;
}

.box-author_thumb {
	display: block;
	float: left;
	font-size: 0;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	overflow: hidden;
}
.box-author_thumb img {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}
.box-author_right {
	position: relative;
	margin-left: 90px;
    min-height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-author_name {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
	transition: 0.3s ease all;
}
.box-author_name a {
	text-decoration: none;
	color: #000000;
	transition: 0.3s ease all;
}
.box-author_name a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.box-author_name h4 {
	margin: 0 !important;
}
.box-author_name:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.box-author_description {
	font-size: 14px;
	line-height: 23px;
	color: #000000;
}
.box-author_biography {
  border-top: 1px solid #E3E3E3;
  padding-top: 8px;
  margin-top: 11px;
}

.box-widget-2 {
	font-size: 0;
	margin-bottom: 21px;
}
.box-widget-2 img {
	max-width: 100%;
	height: auto;
}
.c-d_description {
	font-weight: 300;
	font-size: 16px;
    line-height: 1.56;
	text-align: justify;
	color: #000000;
}
.c-d_description p {
	font-weight: 300;
    font-size: 16px;
    line-height: 1.56;
	text-align: justify;
	color: #000000;
	padding: 5px 0;
}
.c-d_description p iframe {
	width: 100% !important;
	height: 280px !important;
}
.c-d_description h1,
.c-d_description h2,
.c-d_description h3,
.c-d_description h4,
.c-d_description h5,
.c-d_description h6 {
	font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.1 !important;
}
.c-d_description h1 {
	font-size: 27px;
	color: #343434;
}
.c-d_description h2 {
	font-size: 24px;
	color: #FF473A;
    margin: 14px 0 11px 0;
}
.c-d_description h3 {
	font-size: 20px;
	color: #000000;

    margin: 18px 0 8px 0;
}
.c-d_description h4 {
	font-size: 18px;
	color: #FF473A;
    margin: 18px 0 8px 0;
}
.c-d_description h5 {
	font-size: 16px;
	color: #000000;
    margin: 24px 0 8px 0;
}
.c-d_description h6 {
	font-size: 16px;
	color: #000000;
    margin: 24px 0 8px 0;
}
.c-d_description p a {
	color: #FF473A;
	transition: 0.3s ease all;
	text-decoration: underline;
}
.c-d_description p a:hover {
	transition: 0.3s ease all;
	color: #FF7A70;
}
.c-d_description p a:active {
	transition: 0.3s ease all;
	color: #CF1F13;
}
.c-d_description blockquote {
	box-sizing: border-box;
    background: #F9F9F9;
    border-left: 3px solid #FF473A;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.56;
    color: #000000;
    margin: 10px 0 13px 0;
    padding: 27px 21px 21px 24px;
    text-align: left;
}
.c-d_description blockquote p {
	position: relative;
	text-align: left;
	padding: 0;
}
.c-d_description blockquote p:before,
.c-d_description blockquote p:after {
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
	color: #FF473A;
	line-height: 0;
}
.c-d_description blockquote p:before {
	content: "“";
}
.c-d_description blockquote p:after {
	content: "”";
    position: relative;
    top: 2px;
}
.post_content ol,
.c-d_description ol {
	margin: 12px 0 17px 22px;
	counter-reset: item;
}
.c-d_description ol li {
	font-weight: 300;
    font-size: 16px;
    line-height: 1.56;
    text-align: justify;
    color: #000000;
    list-style: inside decimal;
    margin-bottom: 4px;
    position: relative;
    padding-left: 20px;
}
.c-d_description ol li:last-child {
	margin-bottom: 0px;
}
.c-d_description ol > li::marker {
	opacity: 0;
	display: none;
	visibility: hidden;
	font-size: 0;
}
.c-d_description ol > li:before {
	display: block;
    content: counter(item) "";
    counter-increment: item;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #FF473A;
    position: absolute;
    left: 0;
    top: 6px;
} 
.c-d_description ol li ol {
	margin-left: 18px;
}
.c-d_description ul li a,
.c-d_description ol li a {
	color: #FF473A;
	transition: 0.3s ease all;
	text-decoration: underline;
}
.c-d_description ul li a:hover,
.c-d_description ol li a:hover {
	transition: 0.3s ease all;
    color: #FF7A70;
}
.post_content > ul,
.c-d_description > ul {
	margin: 20px 0 20px 20px;
}
.c-d_description ul li {
	font-weight: 300;
	font-size: 16px;
    line-height: 1.56;
	text-align: justify;
	color: #000000;
	position: relative;
	margin-left: 20px;
	margin-bottom: 4px;
}
.c-d_description ul li:last-child {
	margin-bottom: 0px;
}
.c-d_description ul li:before {
	display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #FF473A;
    position: absolute;
    left: -20px;
    top: 7px;
}
.c-d_description ul li ul {
	margin: 3px 0 3px 10px;
}
.c-d_description ul li ul li:before {
	background: #C4C4C4;
}
.c-d_description table {
	width: 100%;
	margin: 24px 0;
}
.c-d_description table tr {

}
.c-d_description img.aligncenter {
	display: block;
	margin: 0 auto;
}
.c-d_description table tr th {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #000000;
	background: #F8F8F8;
	text-align: center;
	border: 1px solid #E3E3E3;
	padding: 9px 5px;
}
.c-d_description table tr td {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	text-align: center;
	border: 1px solid #E3E3E3;
	padding: 10px 5px;
}
.c-d_description img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}
.box-page {
	margin-bottom: 24px;
}
.prev-page {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 3px;
	position: relative;
}
.prev-page .b-p_padding:before {
	display: block;
	content: "";
	width: 40px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background: #E3E3E3;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.prev-page .b-p_padding:after {
	display: block;
	content: "";
	width: 8px;
	height: 16px;
	background: url(../images/icons_prev.svg) no-repeat;
	background-size: 8px 16px;
	position: absolute;
	top: 17px;
	left: 15px;
}
.next-page {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-left: 3px;
	position: relative;
}
.next-page .b-p_padding:before {
	display: block;
	content: "";
	width: 40px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background: #E3E3E3;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.next-page .b-p_padding:after {
	display: block;
	content: "";
	width: 8px;
	height: 16px;
	background: url(../images/icons_next.svg) no-repeat;
	background-size: 8px 16px;
	position: absolute;
	top: 17px;
	right: 15px;
}
.prev-page .b-p_padding {
	padding-left: 50px;
	padding-right: 10px;
}
.next-page .b-p_padding {
	padding-right: 50px;
	padding-left: 10px;
}
.next-page .b-p_padding p {
	margin-right: 70px;
}
.prev-page .b-p_padding p {
	margin-left: 70px;
}
.b-p_padding {
	background: #F8F8F8;
	border-radius: 2px;
	height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s ease all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-p_padding:hover {
	background: #E3E3E3;
	transition: 0.3s ease all;
}
.b-p_padding span {
	display: block;
	width: 100%;
	max-height: 30px;
	overflow: hidden;
	position: relative;
}
.b-p_padding span img {
	display: block;
	float: left;
	width: 60px;
	height: 30px;
	overflow: hidden;
	margin: 0;
}
.next-page .b-p_padding img {
	position: absolute;
	top: 0;
	right: 0;
}
.b-p_padding span p {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	position: relative;
}
.all-box-disqus {
	margin-top: 24px;
}
.box-disqus {
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	box-sizing: border-box;
	padding: 12px 0 15px 0;
	box-sizing: border-box;
}
.category-detali_bottom {
	margin-top: 14px;
	margin-bottom: 2px;
}
.send-friend {
	float: left;
	position: relative;
	padding-left: 25px;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	text-decoration: none;
	transition: 0.3s ease all;
}
.send-friend:before {
	display: block;
	content: "";
	width: 16px;
	height: 14px;
	background: url(../images/icons_9.svg) no-repeat;
	background-size: 16px 14px;
	position: absolute;
	left: 0;
	top: -1px;
}
.send-friend:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.c-d_bottom-right {
	float: right;
}
.c-d_bottom-views {
	float: left;
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    position: relative;
    padding-left: 27px;
}
.c-d_bottom-views:before {
	display: block;
    content: "";
    width: 19px;
    height: 15px;
    background: url(../images/icons_views-2.svg) no-repeat;
    background-size: 19px 15px;
    position: absolute;
    top: -1px;
    left: 0;
}
.c-d_bottom_comments {
	float: left;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    color: #999999;
    padding-left: 23px;
    position: relative;
    margin: 0 37px 0 0;
    transition: 0.3s ease all;
}
.c-d_bottom_comments:before {
	display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/icons_comments.svg) no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: -1px;
    left: 0;
}
.c-d_bottom_comments:hover {
	color: #FF473A;
    transition: 0.3s ease all;
}
.c-d_bottom_version {
	float: left;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    color: #999999;
    padding-left: 21px;
    position: relative;
    margin: 0 51px 0 0;
    transition: 0.3s ease all;
}
.c-d_bottom_version:before {
	display: block;
    content: "";
    width: 16px;
    height: 13px;
    background: url(../images/icons_mail.svg) no-repeat;
    background-size: 16px 13px;
    position: absolute;
    top: -1px;
    left: 0;
}
.c-d_bottom_version:hover {
	color: #FF473A;
    transition: 0.3s ease all;
}
.all-related-publications {
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 14px;
}
.related-publications {
	background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 17px 20px 0 17px;
}
.related-publications_title {
	position: relative;
    margin: 0 0 11px 0;
}
.related-publications_title h2 {
	display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding-right: 7px;
}
.related-publications_title:after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000;
    margin-top: -1px;
    z-index: 1;
}
.list-publications {
	display: table;
	font-size: 0;
	width: 100%;
}
.list-publications li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	padding-bottom: 20px;
}
.list-publications li:nth-child(even) {
	padding-left: 20px;
	padding-right: 0;
}
.list-publications_item {

}
.list-publications_item h3 {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	margin-bottom: 10px;
}
.list-publications_item h3 a {
	display: inline-block;
	vertical-align: top;
	color: #FF473A;
	text-decoration: none;
	transition: 0.3s ease all;
}
.list-publications_item h3 a:hover {
	color: #FF7A70;
	transition: 0.3s ease all;
}
.list-publications_item h3 a:active {
	color: #BB0000;
	transition: 0.3s ease all;
}
.list-publications_thumb {
	width: 114px;
	float: left;
}
.list-publications_thumb img {
	max-width: 100%;
	height: auto;
}
.list-publications_right {
	position: relative;
	margin-left: 129px;
}
.list-publications_date {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin-bottom: 8px;
}
.list-publications_description {
	font-weight: 500;
	font-size: 13px;
    line-height: 16px;
    color: #000000;
    height: 48px;
	overflow: hidden;
}
.page-error {
	max-width: 525px;
	margin: 0 auto;
	padding: 87px 0 83px 0;
	position: relative;
}
.page-error_text {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 26px 0;
}
.page-error_text-2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FF473A;
}
.page-error_left {
	float: left;
}
.page-error_right {
	float: right;
}
.page-error_text-3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 143px;
    color: #FF473A;
    margin: -19px 0px 0 0;
}
.page-error_thumb {
	font-size: 0;
	margin: 36px 0 0 0;
}
.page-error_thumb img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.event-detali_date {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FF473A;
}
.event-detali_box {
	margin-bottom: 17px;
}
.event-detali_box h1 {
	padding-bottom: 0;
}
.event-detali_thumb {
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	padding: 18px 0;
	margin-bottom: 11px;
    font-size: 0;
}
.event-detali_thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.big-events {
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 19px;
}
.big-events_thumb {
    display: block;
    font-size: 0;
    position: relative;
}
.big-events_thumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 2px 2px 0px 0px;
}
.big-events_position {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    border-radius: 2px 2px 0px 0px;
    box-sizing: border-box;
    padding: 15px 18px 13px 18px;
}
.big-events_category {
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.big-events_date {
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
	color: #FF473A;
	margin-top: 8px;
}
.big-events_item {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 16px 19px 16px 19px;
    border-top: 0;
    overflow: hidden;
}
.big-events_address {
	float: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
}
.big-events_map {
	float: right;
}
.big-events_map a {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #CB1617;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
}
.big-events_map a:hover {
	text-decoration: none;
}
.address-map {
	margin: 3px 0 12px 0px;
}
.big-events_item h2 {
    margin: 0 0 13px 0;
}
.big-events_item h2 > a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    transition: 0.3s ease all;
}
.big-events_text {
	font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-align: justify;
    color: #000000;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 13px;
}
.all-box-filter {
	width: 100%;
	min-height: 29px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
    padding: 5px 20px 8px 19px;
    position: relative;
    top: 1px;
    margin-bottom: 10px;
}
.list-filter {
	float: left;
}
.list-filter li {
	float: left;
	margin-right: 25px;
}
.list-filter li:last-child {
	margin-right: 0;
}
.list-filter_button {
	background: transparent;
	cursor: pointer;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	position: relative;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.list-filter_button svg {
	position: absolute;
	top: -1px;
	left: 0;
}
.list-filter_button svg path {
	transition: 0.3s ease all;
}
.list-filter_button:hover,
.list-filter_button.active {
	color: #FF473A;
	transition: 0.3s ease all;
}
.list-filter_button:hover svg path,
.list-filter_button.active svg path {
	fill: #FF473A;
	transition: 0.3s ease all;
}
.list-filter_right {
	float: right;
	margin-top: 3px;
}
.list-filter_calendar {
	font-size: 11px;
	box-sizing: border-box;
	line-height: 13px;
	color: #999999;
    position: relative;
}
.list-filter_calendar:before {
	display: block;
	content: attr(data-text);
	position: absolute;
	top: 0;
	right: 103px;
}
.list-filter_calendar:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
    border: 5px solid transparent;
    border-top-color: #999999;
    border-bottom: 0;
    position: absolute;
    top: 4px;
    right: 0px;
}
.list-filter_calendar input {
	display: block;
	min-width: 228px;
	color: #FF473A;
	background: transparent;
	font-size: 11px;
	line-height: 13px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0 40px 0 130px;
	position: relative;
	z-index: 3;
}
.small-events {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-bottom: 0;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 19px 20px 16px 20px;
    position: relative;
    transition: 0.3s ease all;
    z-index: 1;
}
.small-events:last-child {
    border-radius: 0px 0px 2px 2px;
    border-bottom: 1px solid #E3E3E3;
}
.small-events:hover {
    box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.3), 0px 15px 12px rgba(0, 0, 0, 0.22);
    transition: 0.3s ease all;
    z-index: 5;
}
.small-events_item {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 14px;
}
.small-events_thumb {
    float: left;
    display: block;
    width: 241px;
    font-size: 0;
    position: relative;
}
.small-events_thumb img {
	max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.small-events_category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    border-radius: 0px 0px 2px 2px;
    box-sizing: border-box;
    padding: 15px 8px 16px 8px;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.small-events_right {
    position: relative;
    margin-left: 259px;
}
.events_date-map {
	margin-bottom: 6px;
}
.small-events_date {
	float: left;
	font-weight: 500;
	font-size: 12px;
	color: #FF473A;
	margin-bottom: 5px;
}
.small-events_map {
	float: right;
	text-align: right;
	margin-bottom: 5px;
}
.small-events_map a {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	font-weight: 500;
	font-size: 12px;
	color: #FF473A;
}
.small-events_map a:hover {
	text-decoration: none;
}
.small-events_address {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #989898;
	margin: 0 0 11px 0;
}
.small-events_text {
	font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    text-align: justify;
    color: #000000;
    max-height: 68px;
    overflow: hidden;
}
.event-information {
	margin: 21px 0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
}
.event-information_width-50 {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	background: #FFFFFF;
	/*border: 1px solid #E3E3E3;*/
	box-sizing: border-box;
}
.event-information_width-50:first-child {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;

}
.event-information_width-50:last-child {
	border-left: 0;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left: 1px solid #E3E3E3;
}
.event-information_title {
	display: block;
	width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
    background: #F8F8F8;
    border-bottom: 1px solid #E3E3E3;;
}
.event-information_item {
	box-sizing: border-box;
    padding: 13px 17px 13px 17px;
}
.event-information_title-2 {
	font-weight: 500;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
}
.event-information_title-3 {
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
.event-information_text {
	font-weight: 500;
	font-size: 12px;
    line-height: 20px;
    color: #000000;
}
.event-information_text pre {
	white-space: pre-wrap;
    word-break: break-all;
}
.event-information_text a {
	color: #CB1617;
	text-decoration: underline;
}
.event-information_text a:hover {
	text-decoration: none;
}
#map_google,
.map {
	width: 100%;
	height: 135px;
}
#map_google > div {
	height: 100% !important;
}
.event-information_text.event-information_black a {
	text-decoration: none;
	color: #000000;
	transform: 0.3s ease all;
}
.event-information_text.event-information_black a:hover {
	color: #CB1617;
	transform: 0.3s ease all;
}
.box-leftsidebar {
	margin-bottom: 24px;
}
.box-leftsidebar > a {
	display: block;
	font-size: 0;
}
.box-leftsidebar > a > img {
	max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.box-rightsidebar {
	font-size: 0;
	margin-bottom: 24px;
}
.box-rightsidebar > a {
	display: block;
	font-size: 0;
}
.box-rightsidebar > a > img {
	max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.box-rightsidebar .textwidget {
	text-align: center;
}
.box-rightsidebar .textwidget > div {
	width: auto !important;
}
.box-rightsidebar .textwidget iframe {
	width: 100% !important;
}
.stButton {
	margin-bottom: 5px;
}
.search-error {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    transition: 0.3s ease all;
	margin-bottom: 24px;
	box-sizing: border-box;
	padding: 0 5px;
}
.will-share {
	margin-bottom: 24px;
}
.st_fblike_hcount > span {
	margin: 0 !important;
	vertical-align: top !important;
}
.stButton {
	margin-left: 0 !important;
}
.pagination-page .nav-links a.prev:hover,
.pagination-page .nav-links span.prev,
.pagination-page .nav-links a.next:hover,
.pagination-page .nav-links span.next {
	background: transparent;
}
.pagination-page .nav-next > *,
.pagination-page .nav-previous > *{
	text-decoration: none;
}
.login-registration .wreaper {
	background: #EBE3D1;
}
.login-registration.internal-pages .big-picture,
.login-registration .big-picture {
	background: transparent;
}
.scroll-top {
    position: fixed;
    color: #fff;
    background-color: #2c3142;
    bottom: 0;
    right: 0;
    z-index: 10000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 20px 20px 30px 0;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    will-change: transform,opacity;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
            transform: scale(.5);
}
.scroll-top.scroll-top_hover {
    visibility: visible;
    opacity: 0.5;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.scroll-top:hover {
    background-color: #2c3142;
    opacity: 1;
}
.scroll-top i {
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid #ffffff;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -6px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pr,
.pr-2 {
	float: left;
    width: 20px;
    height: 17px;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 2px;
    text-transform: uppercase;
    color: #999999;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    margin: 9px 0 0 34px;
    position: relative;
    top: 2px;
    pointer-events: none;
}
.pr-2 {
	margin-left: 20px;
	width: 25px;
}
.code-block iframe {
	width: 100% !important;
}
.date-comments-views .pr {
	top: 0;
    margin: -2px 0 0 34px;
}
.date-comments-views .pr-2 {
	top: 0;
    margin: -2px 0 0 20px;
}

.b-p_padding span p {
	padding: 0;
}
.box-author .box-author_description p {
	font-size: 14px;
    line-height: 23px;
    padding: 0;
    text-align: left;
    font-weight: normal;
}
.tribe-events-calendar th {
    font-size: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h2.tribe-events-page-title {
	margin-top: 0.5em;
}

.background-figure {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.background-figure > a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
}
/*.relative-index {
	box-sizing: border-box;
    padding: 0 10px;
    background: #fff;
    z-index: 1;
}*/
.post_tags {
	float: left;
	margin: 13px 0 0 20px;
}
.post_tags * {
	display: inline-block;
	vertical-align: top;
}
.post_tags a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;

    text-decoration: none;
}
.post_tags a:hover {
	color: #FF473A;
    transition: 0.3s ease all;
}
.all-box-slider {
	margin: 20px 0;
}
.slider-big {
	font-size: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.slider-big,
.slider-big_item {
	height: 281px;
}
.slider-big_item {
	position: relative;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.slider-big_item img {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: auto !important;
}
.slider-big_full {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	z-index: 2;
	background-color: rgba(52,52,52,.75);
	transition: all .3s ease 0s;
}
.slider-big_full:before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: url(../images/icons-full.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	z-index: 2;
}
.slider-big_item:hover .slider-big_full {
    background-color: rgba(52,52,52,.9);
    transition: all .3s ease 0s;
}
.slider-small {
	width: 100%;
	height: 50px;
	overflow: hidden;
	font-size: 0;
}
.slider-small_thumb {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid transparent;
	cursor: pointer;
}
.slick-current .slider-small_thumb {
	border: 1px solid #FF473A;
}
.slider-small_thumb img {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: auto !important;
}
.category-detali .post_tags {
	margin-top: 0;
}
.left-right_item-1 {
	float: left;
	width: 120px;
}
.left-right_item-2 {
	position: relative;
	margin-left: 120px;
}
.recent-articles .left-right_item-2,
.great-article_item .left-right_item-2 {
	float: right;
	margin: 14px 25px 0 0;
}
.d-c-v_right .left-right_item-2 {
	float: left;
	margin: 1px 25px 0 0;
}
.recent-articles .left-right_item-2 li,
.great-article_item .left-right_item-2 li,
.d-c-v_right .left-right_item-2 li {
	display: inline-block;
	vertical-align: top;
    font-size: 14px;
    color: #999999;
    margin-right: 3px;
}
.recent-articles .left-right_item-2 li a,
.great-article_item .left-right_item-2 li a,
.d-c-v_right .left-right_item-2 li a {
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}
.recent-articles .left-right_item-2 li a:hover, 
.great-article_item .left-right_item-2 li a:hover, 
.d-c-v_right .left-right_item-2 li a:hover {
	color: #FF473A;
}
.recent-articles .left-right_item-2 li img,
.great-article_item .left-right_item-2 li img,
.d-c-v_right .left-right_item-2 li img {
	font-size: 0;
    position: relative;
    top: 0;
    margin-right: 2px; 
}
.list-tags {
	font-size: 0;
	text-align: right;
	list-style: none;
}
.c-d_description .list-tags li {
	display: inline-block;
	vertical-align: top;
	margin: 3px 10px 3px 0;
    font-size: 14px;
    line-height: 16px;
	color: #000000;
}
.c-d_description .list-tags li:before {
	display: none;
}
.list-tags li:last-child {
	margin-right: 0;
}
.c-d_description .list-tags li a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    text-decoration: none;
}
.c-d_description .list-tags li a:hover {
	color: #FF473A;
    transition: 0.3s ease all;
}
.big-poll {
	padding: 15px 0 30px 0;
}
.big-poll_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 3px;
}
.big-poll_date {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}
.poll-results {
	margin: 10px 0 0 0;
}
.poll-results_item {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.poll-results_item:last-child {
	padding-bottom: 0;
	border: 0;
}
.poll-results_title {
	font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 3px;
}
.rel {
	position: relative;
}
.poll-results_bar {
	height: 12px;
    margin-right: 120px;
    background: #e2e2e2;
    position: relative;
}
.poll-results_line {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    background: #717171;
}
.poll-results_percent {
	font-size: 16px;
    line-height: 12px;
    color: #717171;
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.poll-results_percent span {
	display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 12px;
    color: #717171;
    font-weight: normal;
}
.poll-result_top .poll-results_line {
	background: #FF473A;
}
.poll-result_top .poll-results_percent,
.poll-result_top .poll-results_percent span {
	color: #FF473A;
}
.small-poll {

}
.small-poll_title {
	font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #FF473A;
    border-bottom: 2px solid #FF473A;
    margin-bottom: 20px;
}
.small-poll_list {

}
.small-poll_list li {
	margin-bottom: 25px;
}
.small-poll_ask {
	font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}
.small-poll_ask span {
	cursor: pointer;
	color: #666;
	border-bottom: #999999 1px dotted;
	transition: 0.3s ease all;
}
.small-poll_ask span:hover {
	color: #FF473A;
	border-color: #FF473A;
	transition: 0.3s ease all;
}
.small-poll_date {
	font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}
.small-poll_list .poll-results_item {
    margin-bottom: 5px;
}
.small-poll_list .poll-results_item:last-child {
	margin-bottom: 0;
}
.small-poll_list .poll-results_title {
    font-size: 14px;
    line-height: 18px;
}
.poll-results_link {
	margin: 10px 0 0 0;
}
.poll-results_link a {
	display: inline-block;
	font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #999999;
    transition: 0.3s ease all;
}
.poll-results_link a:hover {
	color: #FF473A;
    transition: 0.3s ease all;
}
.small-poll_dropdown {
	display: none;
}
.poll-content {
	padding: 20px 0;
}
.poll-content_title {
	font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 3px;
}

.poll-content_radio,
.poll-content_checkbox {
	margin-top: 10px;
}

.poll-content_radio:last-child,
.poll-content_checkbox:last-child {
	margin-bottom: 0;
}

.poll-content_radio input[type="radio"],
.poll-content_checkbox input[type="checkbox"] {
    display: none;
}

.poll-content_radio label,
.poll-content_checkbox label {
    display: block;
    cursor: pointer;
    position: relative;
}

.poll-content_radio input[type="radio"] + label > span:first-child {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #858585;
    position: relative;
    cursor: pointer;
    top: 0px;
}

.poll-content_radio input[type="radio"]:checked + label > span:first-child:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #858585;
    position: absolute;
    top: 3px;
    left: 3px;
}

.poll-content_checkbox input[type="checkbox"] + label > span:first-child {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 2px solid #858585;
    position: relative;
    cursor: pointer;
    top: 0px;
}

.poll-content_checkbox input[type="checkbox"]:checked + label > span:first-child:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    /* border-radius: 50%; */
    background: #858585;
    position: absolute;
    top: 3px;
    left: 3px;
}

.poll-content_radio .check_text,
.poll-content_checkbox .check_text {
    font-size: 14px;
    display: block;
    color: #535353;
    margin: 0px 0 0 27px;
    position: relative;
    top: 2px;
    box-sizing: border-box;
}
.poll-submit {
	font-size: 0;
	margin-top: 20px;
}
.poll-submit_button {
	display: inline-block;
	vertical-align: top;
	width: 120px;
    height: 30px;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s ease all;
    margin-right: 10px;
    margin-bottom: 10px;
}
.poll-submit_button-1 {
	background: #FF473A;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	color: #ffffff;
}
.poll-submit_button-1:hover {
	transition: 0.3s ease all;
    background: #FF7A70;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}
.poll-submit_button-2 {
	background: #E4E4E4;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	color: #535353;
}
.poll-submit_button-2:hover {
	box-shadow: none;
	transition: 0.3s ease all;
}
.poll-content_text {
	color: #666;
	margin: 10px 0 0 0;
}

.leave_comment__link {
	margin-top: 0.75rem;
	display: inline-block;
	
	font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
	color: #666;
    border-bottom: 1px dotted #999999;
	transition: 0.3s ease all;
	text-decoration: none;
}
.leave_comment__link:hover {
    color: #ff473a;
	border-color: #ff473a;
}
.right-poll-results {
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 15px 20px;
}
.right-poll-results .poll-results_title {
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 5px;
}
.right-poll-results .poll-results_percent {
	width: 100px;
    font-size: 14px;
}
.right-poll-results .poll-results_bar {
    margin-right: 110px;
}
.right-poll-results .poll-results_item {
    padding-bottom: 10px;
    margin-bottom: 7px;
}

.right-poll-results .big-poll_title a {
	color: #000000;
	text-decoration: none;
	transition: 0.3s ease all;
}
.right-poll-results .big-poll_title a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.right-poll-results .poll-content_radio .check_text {
    margin: 0px 0 0 23px;
}
.right-poll-results .poll-submit button {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 0;
}
.right-poll-results .poll-submit button:last-child {
	margin-right: 0;
	margin-left: 2%;
}
.right-poll-results .big-poll_title {
	text-transform: inherit;
	font-size: 14px;
    line-height: 17px;
}
.wp-caption {
	width: auto !important;
}
.wp-caption img {
	margin-bottom: 0 !important;
}
.wp-caption .wp-caption-text {
	color: #999999 !important;
	font-size: 14px !important;
	line-height: 18px !important;
}

.button--content,
.c-d_description .button--content,
.c-d_description p .button--content {
	display: inline-flex;
    align-items: center;
    height: 35px;
	margin: 0 0 20px;
	padding: 0 15px;
	float: none;

	background: #ff473a;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.0357143em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

.button--content:hover,
.c-d_description .button--content:hover,
.c-d_description p .button--content:hover {
	transition: 0.3s ease all;
    background: #FF7A70;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
	color: #ffffff;
}

.button--content::before,
.c-d_description .button--content::before,
.c-d_description p .button--content::before {
	display: none;
}
.quantity-rating {
	float: right;
	white-space: nowrap;
	font-size: 0;
	margin-top: 2px;
}
.quantity-rating > div {
	display: inline-block;
	vertical-align: top;
	margin-left: 23px;
}
.quantity-rating > div:first-child {
	margin-left: 0;
}
.quantity-rating > div p {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #161616;
	height: 21px;
	line-height: 21px;
	margin-right: 5px;
	padding: 0;
}
.quantity-rating_minus,
.quantity-rating_plus {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 21px;
	height: 21px;
	font-size: 0;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    box-sizing: border-box;
    transition: 0.3s ease all;
}
.quantity-rating_minus {
	background: #0077B5;
	padding-bottom: 1px;
}
.quantity-rating_plus {
	transform: rotate(180deg);
	background: #FF473A;
	padding-top: 1px;
}
.quantity-rating_minus:hover,
.quantity-rating_plus:hover {
	opacity: 0.8;
	transition: 0.3s ease all;
}
.quantity-rating_input {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	line-height: 16px;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 12px;
}
.box-author_rating {
	font-size: 12px;
	margin-top: 5px;
}
.green {
	color: green;
}
.red {
	color: red;
}
.grey {
	color: #999999;
}
.box-author_date {
	font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #999999;
    margin-top: 5px;
}
.list-leaders {

}
.list-leaders li {
	border-bottom: 1px solid #E3E3E3;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.list-leaders li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.list-leaders_item {
	display: block;
	font-size: 0;
	text-decoration: none;
}
.list-leaders_thumb {
	float: left;
	display: block;
	width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}
.list-leaders_right {
    position: relative;
    margin-left: 92px;
}
.list-leaders_right:before {
	display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    right: 100%;
    background-image: url(../images/author-arrow.svg);
    background-size: 100% auto;
    background-position: 50%;
    margin-right: 6px;
}
.list-leaders_name {
	font-size: 12px;
	color: #454545;
	line-height: 1.2;
	font-weight: 500;
}
.list-leaders_right h3 {
	font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    height: 48px;
    overflow: hidden;
    margin-top: 3px;
    transition: 0.3s ease all;
}
.list-leaders_item:hover h3 {
	color: #FF473A;
	transition: 0.3s ease all;
}
.list-leaders_date {
	font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    margin-top: 3px;
}
.list-orglisting_margin {
	margin-left: -20px;
	margin-right: -20px;
}
.list-orglisting {
	display: block;
	font-size: 0;
	width: 100%;
	-webkit-column-count: 3;
    column-count: 3; 
}
.list-orglisting > li {
	-webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    box-sizing: border-box;
    padding: 0 20px 30px 20px;
}
.list-orglisting_title {
	position: relative;
    margin: 0 0 12px 0;
}
.list-orglisting_title h3 {
	display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding-right: 7px;
}
.list-orglisting_title:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000000;
    margin-top: -1px;
    z-index: 1;
}
.list-orglisting_link {

}
.list-orglisting_link > li {
    margin-bottom: 7px;
}
.list-orglisting_link > li a {
	display: block;
	text-decoration: none;
	position: relative;
	padding-left: 30px;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    color: #000000;
    transition: 0.3s ease all;
}
.list-orglisting_link > li a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.list-orglisting_link > li i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
}
.list-orglisting_link > li i img {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: auto;
}
.list-orglisting_link li a span {
	/*color: #999999;*/
}
.box-fua {
    box-sizing: border-box;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 10px;
}
.box-fua_left {
	width: 170px;
    float: left;
}
.box-fua_thumb-logo {
	display: block;
	font-size: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.box-fua_thumb-logo img {
	width: 100%;
	height: 100%;
	margin: 0;
}
.box-fua_right {
	position: relative;
	margin-left: 185px;
}
.box-fua_mail,
.box-fua_number {
	margin-top: 15px;
}
.box-fua_mail a,
.box-fua_number a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #000000; 
	transition: 0.3s ease all;
}
.box-fua_mail a:hover,
.box-fua_number a:hover {
	color: #FF473A;
	transition: 0.3s ease all;
}
.box-fua_title {

}
.box-fua_title > * {
	display: inline-block;
    vertical-align: baseline;
}
.box-fua_title h1 {
	font-size: 22px;
	line-height: 1;
	padding-bottom: 5px;
/*	padding-right: 10px;*/
}
.box-fua_title h1 a {
	color: #FF473A;
    transition: 0.3s ease all;
    text-decoration: underline;
}
.box-fua_title h1 a:hover {
    transition: 0.3s ease all;
    color: #FF7A70;
}
.box-fua_text_2 {
	font-size: 16px;
    font-weight: 500;
}
/*.box-fua_title span {
	font-size: 18px;
    font-weight: 500;
}*/
.box-fua_text-2 {
	font-weight: 300;
    font-size: 16px;
    text-align: justify;
    color: #000000;
    padding-top: 5px;
}
.box-fua_text-2 a {
	color: #FF473A;
    transition: 0.3s ease all;
    text-decoration: underline;
}
.box-fua_text-2 a:hover {
    transition: 0.3s ease all;
    color: #FF7A70;
}
.list-fua {
	display: table;
	font-size: 0;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.list-fua > div {
	margin-bottom: 5px;
}
.list-fua > div:last-child {
	margin-bottom: 0;
}
.list-fua_left {
	float: left;
	width: 110px;
	font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
}
.list-fua_right {
	position: relative;
	margin-left: 120px;
	font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}
.list-fua_right a {
	color: #FF473A;
	text-decoration: none;
}
.list-fua_right a:hover {
	text-decoration: underline;
}
.c-d_description p.size-14 {
	font-size: 14px;
    line-height: 1;
    color: #000000;
    padding: 1px 0;
}
.c-d_description p.green {
	color: green;
}
.c-d_description p.color-grey {
	color: #999999;
}
.m-24 {
	margin-top: 24px;
}
.box-fua_name {
	padding: 0 0 10px 0;
    border-bottom: 1px solid #E3E3E3;
}
.m-24 .all-recent-articles {
	padding: 0;
}
.language_mobile {
	display: none;
}
.box-cookies {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
    text-align: center;
    z-index: 10000;
}
.box-cookies_item {
    padding: 7px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box-cookies p {
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	box-sizing: border-box;
	padding-right: 10%;
}
.box-cookies_button {
    width: 120px;
    height: 30px;
    background: #FF473A;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.box-cookies_button:hover {
	transition: 0.3s ease all;
    background: #FF7A70;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}
.empty_posts {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    padding: 20px 0;
    color: #FF473A;
}
.page_social {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}
.page_social a {
	display: block;
	float: left;
	font-size: 0;
	margin-left: 24px;
}
.page_social a:first-child {
	margin-left: 0;
}
.page_social a.social-networks_google {
	margin-top: 2px;
}
.page_social a.social-networks_facebook {

}
.page_social a.social-networks_telegram {
	margin-top: 3px;
}
.page_social a.social-networks_twitter {
	margin-top: 2px;
}
.page_social a.social-networks_instagram {

}
.page_social a svg path {
	fill: #999999;
	transition: 0.3s ease all;
}
.page_social a:hover svg path {
	fill: #FF473A;
	transition: 0.3s ease all;
}
.social-networks_telegram {
	position: relative;
	top: 2px;
}
.footer-bottom_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    margin-top: 10px;
}
.footer-bottom_item .boxPhotos {
	margin-left: 36px;
}
.footer-bottom_item .boxPhotos p {
	margin-bottom: 4px;
}
.boxPhotos {
	font-weight: 500;
	font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.boxPhotos a svg {
	max-width: 100%;
	height: auto;
}
.boxPhotos a {
	display: inline-block;
	font-size: 0;
}
.boxPhotos a svg path {
	fill: #fff;
}
.box-developed img {
	max-width: 49px;
}








@media screen and (max-width: 1200px) {
	.header-right {
	    padding-right: 10px;
	}
	.header-bottom_right {
		box-sizing: border-box;
	    padding-right: 10px;
	}
	.sidebar-left {
	    box-sizing: border-box;
	    padding-left: 10px;
	}
	.sidebar-right {
	    box-sizing: border-box;
	    padding-right: 10px;
	}
	.footer-social {
	    margin: 17px 10px 0 0;
	}
	.exchange-rates_right,
	.exchange-rates_left {
	    float: none;
	    text-align: center;
	}
	.background-figure {
		display: none;
	}
	.relative-index {
	    padding: 0 !important;
	}
	.footer-bottom {
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}



}
@media screen and (max-width: 1199px) {
/*	.box-arrived,
	.box-arrived-2,
	.box-arrived-3 {
		display: none;
	}*/

	.main-page #text-9,
	.post-page #text-9 {
		display: block;
		margin-top: 1.2rem;
	}

	.social-networks,
	#qtranslate-chooser,
	.header-bottom_center,
	.box-location,
	.exchange-rates,
	.header-search,
    .menu-1 {
    	display: none;
    }
	.all-box-logo {
	    height: 50px;
	    left: 10px;
	    padding: 6px 0 0 0;
	}
	.sidebar-center {
		float: none !important;
		width: 100% !important;
		left: 0 !important;
		padding: 16px 20px 12px 20px !important;
	}
	.sidebar-left {
	    float: left;
	    width: 50% !important;
	    right: 0 !important;
	    padding: 0 20px 12px 20px !important;
	}
	.sidebar-right {
	    float: right !important;
	    width: 50% !important;
	    padding: 0 20px 12px 20px !important;
	}
	.exchange-rates.exchange-rates_tablet {
		display: block;
	}
	.exchange-rates_left {
		float: left;
	}
	.exchange-rates_right {
		float: right;
	}
	.exchange-rates {
	    padding: 0px 0 8px 0px;
	}
	.all-recent-articles,
	.great-article {
	    padding: 0;
	}
	.header-bottom_time {
	    padding: 21px 0 0 20px;
	    text-align: left;
	}
	.header-bottom_right,
	.header-bottom_left {
		width: 50%;
	}
	.box-location.box-location_tablet {
		display: block;
		float: right;
	    padding: 20px 10px 0px 0;
	}
	.footer-menu {
		display: none;
	}
	.all-logo-footer {
	    height: 50px;
	    position: relative;
	    left: 0;
	    padding: 7px 0 0 0;
	    margin: 0 auto;
	}
	.footer-social {
	    margin: 12px 0px 11px 0;
	    display: table;
	    font-size: 0;
	    width: 100%;
	    text-align: center;
	}
	.footer-social a,
	.footer-social a:first-child {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: 12px;
		margin-right: 12px;
	}
	.footer-bottom_center {
	    float: none;
	    width: 100%;
	    left: 0;
	    text-align: center;
	    box-sizing: border-box;
	    padding: 0 20px 15px 20px;
	}
	.footer-bottom_left {
		width: 50%;
	    right: 0;
	    box-sizing: border-box;
	    padding: 0 20px;
	}
	.b-copyright {
		padding-top: 0;
	}
	.footer-bottom_right {
		width: 50%;
		box-sizing: border-box;
	    padding: 0 20px;
	}
	.use-material {
	    padding: 10px 0 0 0;
	}
	.footer-bottom {
	    padding-bottom: 10px;
	}
	.button-login {
		width: 20px;
		height: 20px;
		background: url(../images/icons_6.svg);
		font-size: 0;
		line-height: 1;
    	letter-spacing: 0;
    	border-radius: 0;
    	box-shadow: none;
    	margin-top: 15px;
	}
	.button-login:hover,
	.button-login:active {
		background: url(../images/icons_6.svg);
	}
	.header-right {
	    padding-right: 20px;
	}
	.tablet-search {
		float: left;
		margin: 18px 20px 0 0;
		display: block;
		cursor: pointer;
		width: 16px;
	    height: 16px;
	    background: url(../images/icons_8.svg) no-repeat;
	    background-size: 16px 16px;
	    font-size: 0;
	}
	.button-menu_tablet {
		display: block;
		width: 18px;
		height: 12px;
		background: url(../images/icons_hamburger.svg) no-repeat;
		background-size: 18px 12px;
		float: left;
		font-size: 0;
		cursor: pointer;
		margin: 19px 24px 0 0;
	}

	.search-tablet .header-search {
		display: block;
	    position: absolute;
	    left: 0;
	    right: 0;
	    height: 100%;
	    width: auto;
	    top: 0;
	    height: 50px;
	    background: #000;
	    margin: 0;
	    box-sizing: border-box;
	    padding: 10px 40px 10px 20px;
	}
	.search-tablet .header-search_button {
	    top: 16px;
	    right: 48px;
	}
	.search-tablet .searchs-icons_tablet {
		display: block;
		width: 14px;
		height: 14px;
		background: url(../images/icons_close.svg) no-repeat;
		background-size: 14px 14px;
		position: absolute;
		top: 18px;
		right: 13px;
		cursor: pointer;
		font-size: 0;
	}
	.search-tablet .all-box-logo {
		box-shadow: none;
	}
	#mobile-menu {
	    display: block;
	    width: 320px;
	    position: fixed;
	    top: 50px;
	    left: 0;
	    bottom: 0;
	    background: #000000;
	    z-index: 99999;
	    -webkit-transform: translate(-320px,0);
	    -ms-transform: translate(-320px,0);
	    transform: translate(-320px,0);
	    -webkit-transform: translate3d(-320px,0,0);
	    transform: translate3d(-320px,0,0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease,-webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	    box-sizing: border-box;
	    padding-bottom: 58px;
	    border-top: 1px solid #ffffff;
	}
	#mobile-menu:after {
		display: block;
		content: "";
		background: url(../images/fond-menu.png) no-repeat;
		width: 188px;
		height: 214px;
		position: absolute;
		top: 10%;
		right: 0;
	}
	#mobile-menu.left-1 {
	    -webkit-transform: translate(0px,0);
	    -ms-transform: translate(0px,0);
	    transform: translate(0px,0);
	    -webkit-transform: translate3d(0px,0,0);
	    transform: translate3d(0px,0,0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease,-webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	}
	.mobile-menu_close {
	    width: 14px;
	    height: 14px;
	    background: url(../images/icons_close.svg) no-repeat;
	    background-size: 14px 14px;
	    position: absolute;
	    top: 12px;
    	right: 14px;
	    cursor: pointer;
	    font-size: 0;
	    z-index: 15;
	}
	.mobile-menu_bottom {
		height: 58px;
		border-top: 1px solid #ffffff;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
    	background: #000;
	}
	.menu-social {
		float: left;
		margin: 18px 0 0 10px;
	}
	.menu-social a {
		float: left;
		font-size: 0;
		margin-right: 24px;
	}
	.menu-social a:last-child {
		margin-right: 0;
	}
	.menu-social a svg path {
		fill: #ffffff;
	}
	.menu-social a:hover svg path {
		fill: #FF473A;
	}
	.menu-social a.social-networks_twitter {
		margin-top: 2px;
	}
	.menu-social a.social-networks_google {
		margin-top: 2px;
	}
	.mobile-menu_bottom #qtranslate-chooser {
		display: block;
		float: right;
		margin: 19px 0 0 0;
	}
	.mobile-menu_bottom #qtranslate-chooser li a {
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		text-transform: uppercase;
		color: #ffffff;
		margin-right: 12px;
	}
	.mobile-menu_bottom #qtranslate-chooser li.active a {
		color: #FF473A;
	}
	.mobile-menu_nav {
		box-sizing: border-box;
    	padding: 30px 0px 0 0;
    	height: calc(100vh - 110px);
    	overflow-y: scroll;
	}
	.mobile-menu_nav > ul {
	    position: relative;
	    z-index: 2;
	}
	.mobile-menu_nav > ul > li {
		padding-bottom: 3px;
	}
	.mobile-menu_nav > ul > li > a {
		display: block;
		font-weight: 500;
		font-size: 12px;
		line-height: 14px;
		text-transform: uppercase;
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 10px 23px 10px;
	}
	.mobile-menu_nav > ul:last-child > li> a  {
		font-size: 10px;
	}
	.mobile-menu_nav > ul > li.active > a,
	.mobile-menu_nav > ul > li.open > a,
	.mobile-menu_nav > ul > li > a:hover {
		color: #FF473A;
	}
	.mobile-menu_nav > ul > li > ul {
		display: none;
		background: #ffffff;
		padding: 16px 0;
		position: relative;
		z-index: 5;
		margin-bottom: 25px;
	}
	.mobile-menu_nav > ul > li > ul > li {
		box-sizing: border-box;
    	padding: 0px 0 14px 10px;
	}
	.mobile-menu_nav > ul > li > ul > li:last-child {
		padding-bottom: 0;
	}
	.mobile-menu_nav > ul > li > ul > li > a {
		display: block;
		font-size: 12px;
		line-height: 14px;
		color: #000000;
		text-decoration: none;
	}
	.mobile-menu_nav > ul > li > ul > li > a:hover {
		color: #FF473A;
	}
	body.overlay {
		overflow: hidden;
	}
	body.overlay:after {
		display: block;
		content: "";
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 50px;
		background: rgba(0,0,0,0.6);
		z-index: 20;
	}
	.inner-page .exchange-rates {
		padding: 16px 0 0 0;
	}
	.b-breadcrumbs {
	    padding: 4px 0px 11px 0px;
	}
	.all-category-detali {
	    padding: 0;
	}
	.all-related-publications {
	    padding: 0;
	}
	.big-events {
	    padding: 0;
	}
	.search-error {
		padding: 0;
	}
	.scroll-top {
	    margin: 10px 10px 10px 0;
	}
	.slider-big,
	.slider-big_item {
		height: auto;
	}
	.footer-bottom {
		padding-left: 0;
		padding-right: 0;
	}


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


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

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

}
@media screen and (max-width: 767px) {
    .header-bottom_time {
	    padding: 21px 0 0 10px;
	}
	.box-location.box-location_tablet {
	    padding: 20px 0px 0px 0;
	}
	.sidebar-center {
	    padding: 16px 10px 12px 10px !important;
	}
	.sidebar-right,
	.sidebar-left {
	    padding: 0 10px 0px 10px !important;
	}
	.sidebar-left {
		padding-bottom: 20px !important;
	}
	.sidebar-right,
	.sidebar-left {
	    float: none !important;
	    width: 100% !important;
	}
	.header-right {
	    padding-right: 10px;
	}
	.footer-bottom_center {
	    padding: 0 10px 15px 10px;
	}
	.footer-bottom_left {
		
	    padding: 0 10px;
	}
	.footer-bottom_right {
	    padding: 0px 10px;
	}
	.prev-page .b-p_padding {
	    padding-left: 55px;
	    padding-right: 15px;
	}
	.next-page .b-p_padding {
	    padding-right: 55px;
	    padding-left: 15px;
	}
	.all-logo-footer {
	    width: 183px;
	}
	#tribe-events-footer:before,
	#tribe-events-header:before {
		display: none;
	}
	.poll-results_title {
	    font-size: 14px;
	    line-height: 20px;
	}
	.list-orglisting {
	    -webkit-column-count: 2;
	    column-count: 2;
	}
	.language_mobile .language-chooser,
	.language_mobile {
		display: block !important;
	}
	#qtranslate-chooser {
		float: right;
		margin: 20px 0 0 0;
	}
	.box-cookies p {
	    font-size: 12px;
	    line-height: 1.2;
	    padding-right: 4%;
	}
	

}
@media screen and (max-width: 639px) {
    .list-publications li {
	    width: 100%;
	    padding-right: 0px;
	    padding-bottom: 16px;
	    border-bottom: 1px solid #E3E3E3;
	    margin-bottom: 14px;
	}
	.list-publications li:nth-child(even) {
	    padding-left: 0;
	    padding-right: 0;
	}
	.list-publications_item h3 {
	    height: auto;
	}
	.list-publications li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	.c-d_bottom_version {
	    margin: 0 16px 0 0;
	}
	.c-d_bottom_comments {
	    margin: 0 16px 0 0;
	}
	.page-error_text {
	    font-size: 18px;
	    line-height: 22px;
	    margin: 0 0 7px 0;
	}
	.page-error_text-2 {
	    font-size: 18px;
	    line-height: 22px;
	}
	.page-error_left,
	.page-error_right {
	    float: none;
	}
	.page-error_text-3 {
	    font-size: 101px;
	    margin: 0;
	    text-align: center;
	}
	.page-error_thumb {
		max-width: 257px;
		margin: 16px auto 0 auto;
	}
	.page-error {
	    padding: 42px 0;
	}
	.page-error_left {
		text-align: center;
	}
	.address-map {
	    margin: 0px 0 11px 0px;
	}
	.big-events_address {
		float: none;
		margin-bottom: 10px;
	}
	.big-events_map {
		float: none;
	}
	.list-filter_calendar {
	    padding: 0 20px 0 0;
	}
	.small-events_date {
	    float: none;
	    margin-bottom: 5px;
	}
	.small-events_map {
	    float: none;
	    text-align: left;
	}
	.events_date-map {
	    margin-bottom: 5px;
	}
	.small-events_address {
	    margin: 0px 0 5px 0;
	}
	.list-filter {
	    float: none;
	    width: 100%;
	    font-size: 0;
	    display: table;
	    padding-bottom: 8px;
	    position: relative;
	}
	.list-filter:after {
		display: block;
		content: "";
		position: absolute;
		height: 1px;
		left: -10px;
		right: -10px;
		bottom: 0;
		background: #E3E3E3;
	}
	.list-filter li {
		float: none;
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		margin-right: 0;
	}
	.list-filter_right {
	    float: none;
	    margin-top: 9px;
	}
	.all-box-filter {
	    padding: 9px 10px 8px 10px;
	}
	.list-filter li:nth-child(2) {
		text-align: center;
	}
	.list-filter li:last-child {
	    text-align: right;
	}
	.list-filter_calendar:before {
	    right: inherit;
	    left: 0;
	}
	.list-filter_calendar input {
		text-align: left;
		min-width: 100%;
		padding: 0 40px 0 120px;
	}
	.event-information_width-50 {
	    width: 100%
	}
	.event-information_width-50:last-child {
		border-left: 0;
	}
	.event-information_width-50:last-child .event-information_title {
		border-top: 1px solid #E3E3E3;
	}
	.prev-page {
		width: 100%;
		float: none;
	    margin-bottom: 4px;
	    padding-right: 0;
	}
	.next-page {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	}
	.great-article_comments {
		margin-right: 16px;
	}
	.pr, .pr-2 {
		margin-left: 16px;
	}
	.post_tags {
		margin-left: 16px;
	}
	.box-fua_left {
	    width: 100%;
	    float: none;
	}
	.box-fua_right {
	    margin: 15px 0 0 0;
	}


	.footer-bottom_left {
	    width: 100%;
	    text-align: center;
	}
	.footer-bottom_right {
	    padding: 15px 10px 0 10px;
	    width: 100%;
	    text-align: center;
	}
	.footer-bottom_item {
	    -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
	}


}
@media screen and (max-width: 479px) {
	.all-box-logo {
	    width: 182px;
	    padding: 8px 0 0 0;
	}
	.box-logo {
	    width: 134px;
	    height: 29px;
	}
	.great-article_thumb {
	    min-height: 144px;
	}
	.great-article_category {
	    line-height: 29px;
	    padding: 7px 65px 8px 13px;
	}
	.great-article .pos-box-category_icons {
	    bottom: 4px;
	}
	.great-article_item {
	    padding: 13px 10px 10px 10px;
	}
	.great-article_date {
	    margin: 0 0 9px 0;
	}
	.great-article_item h2 {
	    margin: 0 0 7px 0;
	}
	.great-article_item p {
	    padding-bottom: 8px;
	}
	.great-article_comments span {
		display: none;
	}
	.great-article_comments {
	    margin: 13px 19px 5px 0;
	}
	.great-article {
	    margin-bottom: 14px;
	}
	.recent-articles_title {
	    margin: 0 0 10px 0;
	}
	.recent-articles {
	    padding: 12px 10px 10px 10px;
	}
	.recent-articles_category {
	    padding: 9px 45px 11px 8px;
	}
	.recent-articles_thumb {
	    margin-bottom: 12px;
	}
	.recent-articles_item {
	    padding-bottom: 7px;
	}
    .recent-articles_thumb {
    	float: none;
    	width: 100%;
    }
    .recent-articles_right {
	    margin-left: 0;
	}
	.all-recent-articles {
	    margin-bottom: 17px;
	}
	/** **/
	.b-pagintaion {
		position: relative;
		padding: 2px 5px 9px 5px;
	}
	.b-pagintaion li a {
	    font-size: 14px;
	}
	.b-pagintaion li {
	    margin: 0 6px;
	}
	.b-pagintaion li.b-pagintaion_next a svg,
	.b-pagintaion li.b-pagintaion_prev a svg {
		width: 10px;
		height: 16px;
	}
	.b-pagintaion li.b-pagintaion_prev {
	    margin: 4px 7px 0 0px;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.b-pagintaion li.b-pagintaion_next {
	    margin: 4px 0px 0 7px;
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	/** **/
	.nav-links {
		position: relative;
		padding: 2px 5px 9px 5px;
	}
	.nav-links > a,
	.nav-links > span {
		font-size: 14px;
	}
	.nav-links .prev svg,
	.nav-links .next svg {
		width: 10px;
		height: 16px;
	}
	.nav-links .prev {
		margin: 4px 7px 0 0px;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.nav-links .next {
		margin: 4px 0px 0 7px;
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	.sidebar-left {
	    padding-bottom: 9px  !important;
	}
	.box-rightsidebar,
	.box-leftsidebar {
		margin-bottom: 9px;
	}
	.right-poll-results,
	.all-box-articles {
	    padding: 15px 10px;
	    /*margin-bottom: 9px;*/
	}
	.all-most-interesting {
	    padding: 18px 10px 0px 10px;
	    /*margin-bottom: 9px;*/
	}
	.list-interesting li {
	    padding-bottom: 17px;
	    margin-bottom: 17px;
	}
	.all-box-subscribe {
	    padding: 18px 10px 22px 10px;
	    /*margin-bottom: 9px;*/
	}
	.all-box-actual {
	    padding: 10px 10px;
	    /*margin-bottom: 9px;*/
	}
	.box-widget {
	    /*margin-bottom: 9px;*/
	}
	.all-our-sponsor {
	    padding: 18px 10px 19px 10px;
	    /*margin-bottom: 9px;*/
	}
	.all-upcoming-events {
	    padding: 18px 10px 12px 10px;
	    /*margin-bottom: 9px;*/
	}
	.list-actual_thumb img {
	    width: 100%;
	}
	.our-sponsor_thumb img {
	    width: 100%;
	}
	.category-detali {
	    padding: 13px 10px 7px 10px;
	}
	.d-c-v_comments {
	    margin: 1px 11px 0 0;
	}
	.date-comments-views {
	    margin-bottom: 14px;
	}
	.category-detali h1,
	.title-author-articles {
		padding-bottom: 11px;
	}
	.box-author {
	    margin: 0 0 11px 0;
	}
	.box-author_right {
	    margin-left: 85px;
	}
	.box-author_name {
	    line-height: 16px;
	    margin: 0 0 3px 0;
	}
	.box-author_description {
	    line-height: 16px;
	}
	.box-widget-2 {
	    margin-bottom: 11px;
	}
	.c-d_description h2 {
	    font-size: 20px;
	    padding: 11px 0 0px 0;
	}
	.c-d_description blockquote {
	    margin: 10px 0 3px 0;
	    padding: 15px 13px 10px 13px;
	}
	.box-page {
	    margin-bottom: 16px;
	}
	.category-detali_bottom {
	    margin-top: 8px;
	    margin-bottom: 0;
	}
	.send-friend {
		width: 55px;
	    padding-left: 22px;
	}
	.send-friend:before {
	    top: 50%;
	    margin-top: -7px;
	}
	.c-d_bottom_comments span {
		display: none;
	}

	.c-d_bottom_version {
	    width: 58px;
	}
	.button--content,
	.c-d_description .button--content,
	.c-d_description p .button--content {
		width: auto;
		margin-bottom: 10px;
	}

	.c-d_bottom-views {
	    margin-top: 5px;
	}
	.c-d_bottom_comments {
	    margin: 5px 16px 0 0;
	}
	.c-d_bottom_version:before {
	    top: 50%;
	    margin-top: -8px;
	}
	.all-category-detali {
	    margin-bottom: 8px;
	}
	.related-publications {
	    padding: 17px 10px;
	}
	.list-publications li {
	    padding-bottom: 18px;
	    margin-bottom: 16px;
	}
	.big-events_item {
	    padding: 13px 10px 10px 10px;
	}
	.small-events_right {
		margin-left: 0;
	}
	.big-events_position {
	    padding: 15px 10px 13px 10px;
	}
	.big-events_category,
	.big-events_date {
		font-size: 20px;
		line-height: 20px;
	}
	.big-events_date {
	    margin-top: 0;
	}
	.big-events_item h2 {
	    margin: 0 0 10px 0;
	}
	.big-events_text {
	    padding-bottom: 10px;
	}
	.big-events {
	    margin-bottom: 14px;
	}
	.small-events {
	    padding: 12px 10px 10px 10px;
	}
	.small-events_thumb {
		float: none;
		width: 100%;
		margin-bottom: 12px;
	}
	.events_date-map {
	    margin-bottom: 8px;
	}
	.small-events_date {
	    margin-bottom: 8px;
	}
	.small-events_address {
	    margin: 0px 0 8px 0;
	}
	.event-detali_box h1 {
		padding-bottom: 0;
	}
	.pr {
	    margin: 10px 0 0 15px;
	}
	.pr-2 {
	    margin: 10px 0 0 15px;
	}
	.code-block {
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 10px !important;
	}
	.date-comments-views .pr {
	    margin: -2px 0 0 15px;
	}
	.date-comments-views .pr-2 {
		margin: -2px 0 0 10px;
	}
	.d-c-v_right .left-right_item-2 {
	    margin: 1px 10px 0 0;
	}
	.great-article_item .left-right_item-2,
	.d-c-v_right .left-right_item-2 {
		display: none;
	}

	.list-orglisting {
	    -webkit-column-count: initial;
	    column-count: initial;
	}
	.list-orglisting > li {
		padding-left: 0;
		padding-right: 0;
	}
	.list-orglisting_margin {
	    margin-left: 0;
	    margin-right: 0;
	}




}
@media screen and (max-width: 374px) {
	.date-comments-views .pr-2,
    .date-comments-views .pr {
	    margin: -2px 0 0 5px;
	}
	.d-c-v_date {
	    font-size: 13px;
	    padding-left: 23px;
	}
}
@media screen and (max-width: 359px) {
	.great-article_social a {
	    margin-left: 15px;
	}
	.date-comments-views .pr {
		display: none;
	}
	.great-article_comments {
	    margin: 13px 15px 5px 0;
	}



}
