* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, 
body.innerPage {
    height: 100%;
}
@font-face {
    font-family: 'Mont';
    src:
        url('../fonts/Mont-Regular.woff2') format('woff2'),
        url('../fonts/Mont-Regular.woff') format('woff'),
        url('../fonts/Mont-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src:
        url('../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/Mont-SemiBold.woff') format('woff'),
        url('../fonts/Mont-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src:
        url('../fonts/Mont-Bold.woff2') format('woff2'),
        url('../fonts/Mont-Bold.woff') format('woff'),
        url('../fonts/Mont-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src:
        url('../fonts/Mont-Black.woff2') format('woff2'),
        url('../fonts/Mont-Black.woff') format('woff'),
        url('../fonts/Mont-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
img {
	display: block;
	width: auto;
    max-width: 100%;
    height: auto;
}
.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.img-center img,
.img-center svg {
	display: block;
	-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: 0 auto;
}
.img-position {
	display: block;
	position: relative;
	font-size: 0;
}
.img-position img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

a img {
	border: none;
}
path,
path:hover,
stroke,
stroke:hover,
circle,
circle:hover,
use,
use:hover,
a,
a:hover {
	transition: 0.3s ease all;
}
.clearfix {
	float: none;
    clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
    content: " ";
}
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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
    font-family: inherit;
}
textarea {
	font-family: inherit;
}
button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
body {
	font-family: 'Mont';
	line-height: 1;
	color: #363636;
	background: #F4F4F4;
	font-weight: normal;
	position: relative;
	-webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}
::-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: #B3B3B3;}
::-moz-placeholder          {color: #B3B3B3;}
:-moz-placeholder           {color: #B3B3B3;}
:-ms-input-placeholder      {color: #363636;}
strong,
b {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
/* end */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.overflow-hidden {
	overflow: hidden;
}
.rel {
	position: relative;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.size-0 {
	display: table;
	font-size: 0;
	width: 100%;
}
.table-responsive {
    width: 100%;
    min-height: .01%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
} 
.hidden {
	display: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.f_wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_none {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.a-i_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.a-i_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.a-i_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.j-c_start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.j-c_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.j-c_around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.j-c_end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.j-c_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-d_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  touch-action: manipulation;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
		touch-action: manipulation;
		user-select: none;
	}
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}
.width-100 {
	width: 100%;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
/*header,*/
footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.width-1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.buttonSearch,
.boxSearch_close,
.tabletSidebar_right {
	display: none;
}
header {
	position: relative;
	z-index: 100;
}
.headerTop {
	box-sizing: border-box;
	padding: 10px 0;
	height: 80px;
	background: #1F2229;
}
.headerBottom {
	box-sizing: border-box;
	border-bottom: 1px solid #1F2229;
	background: #3293CB;
	height: 55px;
}
.buttonMenu {
	display: block;
	width: 28px;
	height: 28px;
	font-size: 0;
	line-height: 1;
	background: transparent;
	margin-right: 44px;
}
.buttonMenu use {
	fill: #B6B6B6;
}
.buttonMenu:hover use {
	fill: #fff;
}
.boxLogo {
	display: block;
	max-width: 200px;
}
.link-calendar {
	width: 60px;
	height: 60px;
	background: #3293CB;
	margin-left: 44px;
	font-size: 0;
}
.link-calendar:hover {
	background: #1A76B9;
}
.socialNetworks {

}
.socialNetworks a {
	font-size: 0;
	text-decoration: none;
	margin-right: 16px;
}
.socialNetworks a:last-child {
	margin-right: 0;
}
.socialNetworks a use {
	fill: #B6B6B6;
}
.socialNetworks a:hover use {
	fill: #3293CB;
}
.boxSearch {
	width: 100%;
	margin: 0 44px 0 44px;
	position: relative;
}
.boxSearch_item {
	position: relative;
}
.boxSearch_input {
	display: block;
	width: 100%;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid rgba(182, 182, 182, 0.23);
	background: #363636;
	line-height: 36px;
	padding: 0 80px 0 20px;
	color: #FFF;
	font-size: 12px !important;
	font-weight: 600;
}
.boxSearch_input::-webkit-input-placeholder {color: #fff;}
.boxSearch_input::-moz-placeholder          {color: #fff;}
.boxSearch_input:-moz-placeholder           {color: #fff;}
.boxSearch_input:-ms-input-placeholder      {color: #fff;}
.boxSearch_button {
    display: block;
    width: 60px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    font-size: 0;
    line-height: 1;
}
.boxSearch_button use {
	stroke: #B6B6B6;
}
.boxSearch_button:hover use {
	stroke: #3293CB;
}
.modalSearch {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
    border: 1px solid rgba(182, 182, 182, 0.23);
    border-top: 0;
	background: #363636;
    border-top: 0;
    margin-top: -1px;
    box-sizing: border-box;
    padding: 28px 10px 26px 28px;
}
.modalSearch:before {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    border-top: 1px dashed #535353;
}
.boxLanguages {
	margin-left: 44px;
	margin-top: 2px;
}
.boxLanguages a {
	color: #51545A;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 18px;
	position: relative;
}
.boxLanguages a:hover,
.boxLanguages a.active {
	color: #3293CB;
}
.boxLanguages a:last-child {
	margin-right: 0;
}
.boxLanguages a:last-child:after {
	display: none;
}
.boxLanguages a:after {
	display: block;
    content: "";
    width: 1px;
    position: absolute;
    top: -1px;
    right: -10px;
    height: 15px;
    background: #51545A;
    pointer-events: none;
}
.menuTop {
	height: 100%;
}
.menuTop ul {
	height: 100%;
}
.menuTop li {
	position: relative;
	-webkit-box-flex: 1;-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto;
}
.menuTop li:after {
	display: block;
	content: "";
	width: 1px;
	position: absolute;
	right: 0;
	top: -1px;
	bottom: 1px;
	border-right: 1px dashed rgba(255,255,255,0.54);
}
.menuTop li:last-child:after {
	display: none;
}
.menuTop a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.22;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	padding: 3px 5px;
}
.menuTop li.active a,
.menuTop a:hover {
	color: #363636;
}
.boxTop {
    text-align: right;
    padding: 10px 0 14px 0;
}
.boxTop_date {
	color: #363636;
	font-size: 13px;
	line-height: 1.25;
}
.categorySidebar {
	margin-bottom: 39px;
	margin-top: -9px;
}
.categorySidebar_left {
	width: 100%;
	box-sizing: border-box;
	padding-right: 35px;
}
.categorySidebar_right {
	width: 293px;
	padding-top: 40px;
}
.boxSidebar {
	margin-bottom: 39px;
}
.boxSidebar_left {
	width: 293px;
	
}
.stitckySidebar{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;

}
.boxSidebar_right {
	box-sizing: border-box;
	padding: 0 0 0 35px;
	width: calc(100% - 293px);
}
.twoColumn {
	width: 100%;
}
.twoColumn_left {
	box-sizing: border-box;
	padding: 0 35px 0 0;
	width: calc(100% - 293px);
}
.twoColumn_right {
	width: 293px;
}
.titleH2 {
	color: #363636;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    padding: 4px 0 12px 9px;
    position: relative;
    border-bottom: 1px solid #B6B6B6;
    margin-bottom: 14px;
}
.titleH2:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 11px;
	width: 2px;
	background: #3293CB;
}
.boxEvents {
	margin-bottom: 51px;
}
.listEvents {
	margin-top: 26px;
}
.listEvents_li {
	padding-bottom: 21px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #B6B6B6;
}
.listEvents_width {
	width: 116px;
	margin-right: 7px;
}
.listEvents_thumb {
    width: 100%;
    padding-bottom: 57.76%;
    overflow: hidden;
}
.listEvents_li h3 {
	width: 100%;
	height: 72px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #363636;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}
.listEvents_li h3 a {
	color: #363636;
	text-decoration: none;
}
.listEvents_li h3 a:hover {
	color: #3293CB;
}
.listEvents_center {
	box-sizing: border-box;
	padding: 9px 9px 0 0;
}
.listEvents_view,
.listEvents_date {
	color: #B6B6B6;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
}
.listEvents_date svg {
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.listEvents_address use,
.listEvents_view use,
.listEvents_date use {
	stroke: #B6B6B6;
}
.listEvents_view svg {
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.listEvents_address svg {
	margin-right: 7px;
	position: relative;
	top: 1px;
}
.listEvents_address {
	color: #B6B6B6;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.listEvents_address:after {
	display: block;
	content: "";
	position: absolute;
	width: 58px;
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(261deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
}
.listEvents_link {
	display: inline-block;
    color: #363636;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 12px;
}
.listEvents_link:hover {
	color: #3293CB;
}
.boxRelevant {

}
.listRelevant {
	margin-top: 29px;
}
.listRelevant_li {
	border-bottom: 1px dashed #B6B6B6;
	padding-bottom: 22px;
	margin-bottom: 27px;
}
.listRelevant_top {
	position: relative;
	margin-bottom: 16px;
}
.listRelevant_thumb {
	overflow: hidden;
    padding-bottom: 69.284%;
}
.listRelevant_li h3 {
	color: #363636;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 9px;
}
.listRelevant_li h3 a {
	color: #363636;
	text-decoration: none;
}
.listRelevant_li h3 a:hover {
	color: #3293CB;
}
.listRelevant_li p {
	max-height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #707070;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5; 
}
.listRelevant_sticker {
	position: absolute;
	top: 11px;
	left: 0;
	z-index: 2;
}
.listRelevant_sticker span {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	background: #3293CB;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28;
	padding: 6px 16px 6px 14px;
}
.listRelevant_sticker span:last-child {
	margin-bottom: 0;
}
.listRelevant_bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #363636;
	box-sizing: border-box;
	padding: 9px 11px 8px 11px;
}
.listRelevant_view,
.listRelevant_name {
	color: #B6B6B6;
	font-size: 13px;
}
.listRelevant_view svg,
.listRelevant_name svg {
	margin-right: 9px;
    position: relative;
    top: -1px;
}
.listRelevant_view use,
.listRelevant_name use {
	stroke: #b6b6b6;
}
.listRelevant_name span {
	display: block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listArticles {

}
.listArticles_li {
	padding-bottom: 24px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #B6B6B6;
	position: relative;
}
.listArticles_li:first-child {
	display: block;
}
.listArticles_li .listRelevant_sticker span {
	font-size: 12px;
}
.listArticles_li:first-child .listRelevant_sticker span {
	font-size: 14px;
}
.listArticles_top {
	width: 193px;
}
.listArticles_thumb {
    width: 100%;
    padding-bottom: 72.54%;
    overflow: hidden;
}
.listArticles_li:first-child .listArticles_top {
	width: 100%;
}
.listArticles_li:first-child .listArticles_thumb {
    padding-bottom: 67.464%;
}
.listArticles_right {
	box-sizing: border-box;
	padding: 5px 0 0 16px;
}
.listArticles_li:first-child .listArticles_right {
	padding: 16px 0 0 0;
}
.listArticles_li h3 {
	max-height: 36px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #363636;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28; 
	margin-bottom: 10px;
}
.listArticles_li:first-child p,
.listArticles_li:first-child h3 {
	display: block;
	max-height: 100%;
}
.listArticles_li h3 a {
	color: #363636;
	text-decoration: none;
}
.listArticles_li h3 a:hover {
	color: #3293CB;
}
.listArticles_li p {
	max-height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #707070;
	font-size: 12px;
	line-height: 1.5; 
}
.listArticles_bottom {
	box-sizing: border-box;
    padding: 12px 0 0 0;
}
.listArticles_view,
.listArticles_name {
	color: #B6B6B6;
	font-size: 13px;
}
.listArticles_view svg,
.listArticles_name svg {
	margin-right: 9px;
    position: relative;
    top: -1px;
}
.listArticles_view use,
.listArticles_name use {
	stroke: #b6b6b6;
}
.listArticles_name span {
	display: block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxBest {
	margin-bottom: 43px;
}
.boxBest .listRelevant {
	margin-top: 0;
}
.boxCookies {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px -5px 4px rgba(0, 0, 0, 0.1);
	z-index: 100;
}
.boxCookies_item {
	padding: 30px 0;
}
.boxCookies_item p {
	font-size: 11px;
	line-height: 1.45;
	text-align: justify;
	color: #363636;
	box-sizing: border-box;
	padding-right: 8%;
}
.boxCookies_button-1 {
	width: 149px;
	height: 49px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #A9A3A3;
	font-weight: 700;
	font-size: 12px;
	color: #363636;
	transition: 0.3s ease all;
	margin-right: 20px;
}
.boxCookies_button-1:hover {
	background: #A9A3A3;
}
.boxCookies_button-1:active {
	background: #A9A3A3;
	border: 1px solid #736F6F;
	box-shadow: inset 0px 0px 21px rgba(0, 0, 0, 0.5);
}
.boxCookies_button-2 {
	width: 292px;
	height: 49px;
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF;
	background: #3293CB;
	transition: 0.3s ease all;
}
.boxCookies_button-2:hover {
	background: #1A76B9;
	transition: 0.3s ease all;
}
.boxCookies_button-2:active {
	background: #1A76B9;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.50) inset;
}
.innerPage .boxTop {
	margin-bottom: 15px;
}
.breadcrumbs {
	text-align: left;
}
.breadcrumbs li {
    color: #002A44;
    font-family: Mont;
    font-size: 13px;
    line-height: 1.25;
    margin: 0 31px 5px 0;
    position: relative;
}
.breadcrumbs li:after {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background: #3293CB;
	position: absolute;
	top: 6px;
    right: -18px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs li:last-child {
	margin-right: 0;
}
.breadcrumbs a {
	color: #A9A3A3;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #3293CB;
}
.innerPage .twoColumn_left {
	position: relative;
}
.innerPage .boxSidebar_right {
    padding: 0 0 0 10px;
}
.innerPage .twoColumn_left:before {
	display: block;
	content: "";
	position: absolute;
	top: -17px;
	left: 0;
	background: #FFF;
	right: 10px;
	bottom: -17px;
	z-index: -1;
}
.twoColumn_left h1 {
	color: #363636;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}
.innerPage .twoColumn_left {
	box-sizing: border-box;
	padding: 4px 24px 14px 14px;
	height: 100%;
}
.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: #3293CB;
}
.page-error_text-3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 143px;
    color: #3293CB;
    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;
}





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

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

}
@media screen and (max-width: 1279px) {
	.pd-15 {
		box-sizing: border-box;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.headerBottom {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.boxCookies_item p {
	    padding-right: 3%;
	}
	.boxCookies_button-2 {
		width: 240px;
	}
	.buttonMenu {
		margin-right: 25px;
	}
	.boxSearch {
	    margin: 0px 40px;
	}
	.link-calendar {
		margin-left: 35px;
	}
	.boxSidebar {
		-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	}
	.boxSidebar_left {
		-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;
		width: 50%;
		box-sizing: border-box;
		padding-right: 35px;
	}
	.boxSidebar_right {
		-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;
		width: 100%;
		padding: 0 0 50px 0;
	}
	.twoColumn_left {
		width: 100%;
		padding: 0;
	}
	.twoColumn_right {
		display: none;
	}
	.tabletSidebar_right {
	    display: block;
	    width: 50%;
	    -webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;
	    box-sizing: border-box;
	    padding-left: 35px;
	}
	.innerPage .boxSidebar_right {
	    padding: 0;
	    margin-bottom: 50px;
	}
	.innerPage .twoColumn_left:before {
		right: 0;
	}
	.innerPage .twoColumn_left {
		padding-right: 14px;
	}


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

}
@media screen and (max-width: 979px) {
	.boxSearch {
		display: none;
	}
	.tabletSidebar_right {
		padding-left: 15px;
	}
	.boxSidebar_left {
		padding-right: 15px;
	}
	.buttonSearch {
		display: block;
		width: 40px;
		height: 40px; 
		font-size: 0;
		margin-left: 35px;
		background: transparent;
	}
	.buttonSearch use {
		stroke: #B6B6B6;
	}

	.search-tablet .boxSearch {
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 2;
	    background: #1F2229;
	    padding: 10px 60px 10px 15px;
	    box-sizing: border-box;
	    margin: 0;
	}
	.boxSearch_button,
	.boxSearch_input {
		height: 60px;
	}
	.modalSearch {
		left: 15px;
		right: 60px;
	}
	.modalSearch {
	    margin-top: -11px;
	}
	.boxSearch_close {
		display: block;
		position: absolute;
		width: 40px;
		height: 40px;
		top: 20px;
		right: 10px;
		font-size: 0;
		background: transparent;
	}
	.boxSearch_close use {
		stroke: #fff;
	}
	.categorySidebar {
	    display: block;
	}
	.categorySidebar_left {
		padding-right: 0;
	}
	.categorySidebar_right {
	    width: 100%;
	    display: flex;
	}
	.categorySidebar_right > * {
	    width: 50%;
	    box-sizing: border-box;
	}
	.categorySidebar_right > *:nth-child(odd) {
		padding-right: 15px;
	}
	.categorySidebar_right > *:nth-child(even) {
		padding-left: 15px;
	}
	.boxLanguages {
	    margin-left: 30px;
	}


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

}
@media screen and (max-width: 768px) {
	.boxCookies_item {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.boxCookies_item p {
		padding: 0 0 15px 0;
	}
	.boxCookies_button-1,
	.boxCookies_button-2 {
		font-size: 10px;
		height: 44px;
	}
	.boxCookies_button-1 {
		margin-right: 10px;
	}
	.headerTop {
		height: 60px;
	}
	.link-calendar {
	    width: 40px;
	    height: 40px;
	}
	.boxLogo {
	    max-width: 168px;
	}
	.boxSearch_button,
	.boxSearch_input {
		height: 40px;
	}
	.boxSearch_close {
		top: 10px;
	}
	.innerPage .boxTop_date {
		display: none;
	}

}
@media screen and (max-width: 639px) {
	.listArticles_right {
	    padding: 0 0 0 15px;
	}
	.listArticles_li:first-child .listArticles_bottom {
		display: flex;
	}
	.listArticles_bottom {
	    padding: 7px 0 0 0;
	    display: block;
	}
	.listArticles_name {
		margin-bottom: 5px;
	}
	.listArticles_li h3 {
		margin-bottom: 7px;
	}
	.boxSidebar_left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.tabletSidebar_right {
		width: 100%;
		padding-left: 0;
	}
	.buttonSearch,
	.link-calendar {
	    margin-left: 15px;
	}
	.categorySidebar_right {
	    display: block;
	}
	.categorySidebar_right > * {
	    width: 100%;
	}
	.categorySidebar_right > *:nth-child(odd) {
		padding-right: 0;
	}
	.categorySidebar_right > *:nth-child(even) {
		padding-left: 0;
	}
	.boxLanguages {
	    margin-left: 14px;
	}
	.headerTop_right .socialNetworks {
		display: none;
	}
	.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;
	}
	.page-error > div {
		display: block;
	}

}
@media screen and (max-width: 479px) {
	.headerTop_right .socialNetworks {
		display: none;
	}
	.listArticles_li {
		display: block;
	}
	.listArticles_top {
		width: 100%;
	}
	.listArticles_right {
	    padding: 16px 0 0 0;
	}
	.listArticles_bottom {
	    display: flex;
	}
	.listArticles_name {
	    margin-bottom: 0;
	}
	.breadcrumbs li {
		font-size: 11px;
		margin-right: 18px;
	}
	.breadcrumbs li:after {
	    top: 5px;
	    right: -11px;
	}
	.headerTop_right .link-calendar {
		display: none;
	}


}
@media screen and (max-width: 374px) {
	.buttonMenu {
	    margin-right: 15px;
	}
	.boxCopyright {
	    line-height: 2;
	}
	.buttonSearch {
		margin-left: 0;
	}
	.boxLogo {
	    max-width: 148px;
	}
	.link-calendar {
	    margin-left: 10px;
	}

}
@media screen and (max-width: 359px) {
	.boxLanguages {
	    margin-left: 5px;
	}
	.buttonMenu {
	    margin-right: 10px;
	}
	.boxLanguages a {
		margin-right: 14px;
	}
	.boxLanguages a:after {
		right: -7px;
	}
}

#currency-table{
	min-width: 100%;
	border-collapse: collapse;
}
#currency-table tbody{
	text-align: left !important;
}

#currency-table tbody tr{
	border-bottom: 1px solid #B6B6B6;
}

#currency-table .currency-code{
	font-size: 18px;

}

.boxFeed  .listRelevant_li {
	border-bottom: 1px dashed #B6B6B6;
	padding-bottom: 10px;
	margin-bottom: 10px;

}
.boxFeed .listRelevant_li h3 span {
	font-size: 12px;
	color: #707070;
}
.boxFeed .dateBox {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #707070;
}

.widget-title{
	color: #363636;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	padding: 4px 0 12px 9px;
	position: relative;
	border-bottom: 1px solid #B6B6B6;
	margin-bottom: 14px;
}
.widget-title:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 11px;
	width: 2px;
	background: #3293CB;
}
.currency-exchange h2 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.currency-table {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	font-size: 16px;
	background-color: #fff;
}

.currency-table thead th {
	background-color: #3293CB;
	color: #fff;
	text-align: center;
	padding: 6px;
	font-weight: 600;
}

.currency-table tbody td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.currency-table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

.currency-table tbody tr:hover {
	background-color: #e6f7ff;
}

.currency-code {
	font-weight: bold;
	color: #3293CB;
}

.currency-table tbody td:last-child {
	text-align: center;
}

/*@media (max-width: 600px) {*/
/*	.currency-table thead {*/
/*		display: none;*/
/*	}*/

/*	.currency-table tbody tr {*/
/*		display: block;*/
/*		margin-bottom: 10px;*/
/*		border-bottom: 2px solid #ddd;*/
/*		padding: 10px;*/
/*	}*/

/*	.currency-table tbody td {*/
/*		display: block;*/
/*		text-align: right;*/
/*		padding-left: 50%;*/
/*		position: relative;*/
/*	}*/

/*	.currency-table tbody td:before {*/
/*		content: attr(data-label);*/
/*		position: absolute;*/
/*		left: 0;*/
/*		width: 45%;*/
/*		padding-left: 15px;*/
/*		font-weight: bold;*/
/*		text-align: left;*/
/*		color: #007bff;*/
/*	}*/

/*	.currency-table tbody td:last-child {*/
/*		text-align: right;*/
/*	}*/
/*}*/


