.open-menu .boxMenu {
	display: block;
}
.open-menu {
    overflow-y: hidden;
}
.boxMenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
}
.boxMenu:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31, 34, 41, 0.96);
	backdrop-filter: blur(10px);
}
.boxMenu_item {
	position: relative;
	padding-top: 148px;
	padding-bottom: 60px;
}
.boxMenu_scroll {
    height: calc(100vh - 208px);
    box-sizing: border-box;
    padding: 0 15px 0 0;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: #fff transparent;
}
.boxMenu_scroll::-webkit-scrollbar-track {
	background: transparent;
}
.boxMenu_scroll::-webkit-scrollbar-thumb {
	background: #3293CB;
}
.boxMenu_scroll::-webkit-scrollbar {
	background-color: #fff;
	width: 5px;
}
.boxMenu_close {
	position: absolute;
	top: 39px;
	right: 0;
	width: 38px;
	height: 38px;
	font-size: 0;
	background: transparent;
}
.boxMenu_close use {
	stroke: #fff;
}
.boxMenu_close:hover use {
	stroke: #3293CB;
}
.boxMenu_left {
	width: calc(100% - 293px);
	box-sizing: border-box;
	padding-right: 72px;
	padding-bottom: 6.8vh;
    box-sizing: border-box;
}
.boxMenu_right {
	width: 293px;
	padding-top: 4px;
	padding-bottom: 15px;
}
.bigMenu {

}
.bigMenu ul {
	-webkit-columns: 2 40px;
	-moz-columns: 2 40px;
	columns: 2 40px;
}
.bigMenu li {
	margin-bottom: 36px;
}
.bigMenu a {
	color: #FFF;
	font-size: 35px;
	line-height: 1.25;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding-left: 26px;
}
.bigMenu li.active a,
.bigMenu a:hover {
	color: #3293CB;
}
.bigMenu a:before {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: #3293CB;
	position: absolute;
	top: 18px;
	left: 0;
}
.boxMenu_bottom {
	border-top: 1px dashed #444444;
	padding-top: 42px;
	margin-top: 42px;
}
.linkCalendar {
	height: 60px;
	padding: 0 32px 0 13px;
	color: #363636;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	background: #3293CB;
}
.linkCalendar svg {
	margin-right: 31px;
}
.linkCalendar span {
	position: relative;
	top: 2px;
}
.linkCalendar:hover {
	background: #1A76B9;
}
.linkCalendar:active {
	background: #1A76B9;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.50) inset;
}
.boxMenu_right .titleH2 {
	color: #fff;
	border-color: rgba(68, 68, 68, 0.15);
}
.boxMenu_right .listEvents {
	margin-top: 0;
}
.boxMenu_right .listEvents_width {
	width: 91px;
    margin-right: 10px;
}
.boxMenu_right .listEvents_thumb {
	padding-bottom: 73.64%;
}
.boxMenu_right .listEvents_li h3 a {
	color: #fff;
}
.boxMenu_right .listEvents_li h3 a:hover {
	color: #3293CB;
}
.boxMenu_right .listEvents_link {
	color: #3293CB
}
.boxMenu_right .listEvents_center {
	padding-top: 13px;
}
.boxMenu_right .listEvents_link {
	margin-top: 7px;
}
.boxMenu_right .listEvents_link:hover {
	text-decoration: underline;
}
.boxMenu_right .listEvents_li {
    padding-bottom: 16px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #444;	
}
.boxMenu_right .gloablLink {
	margin-top: 37px;
	position: relative;
    z-index: 2;
}
.boxMenu_right .gloablLink a {
	color: #fff;
}
.boxMenu_right .gloablLink a span {
	background: transparent;
	position: relative;
}
.boxMenu_right .gloablLink a:before {
	width: 16px;
}
.boxMenu_right .gloablLink a span:after {
    display: block;
    content: "";
    width: 50vw;
    height: 16px;
    background: #3293CB;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
}
.boxMenu_right .socialNetworks {
	-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;
	margin-top: 8vh;
}
.modalSearch ul {
	padding-left: 8px;
	border-bottom: 1px dashed #535353;
}
.modalSearch ul li {
	margin-bottom: 20px;
}
.modalSearch ul li a { 
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	text-decoration: none;
}
.modalSearch ul li a:hover {
	color: #3293CB;
}
.modalSearch_link {
	box-sizing: border-box;
    padding: 17px 0 0 8px;
}
.modalSearch_link a {
	color: #3293CB;
	font-size: 13px;
	font-weight: bold;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dashed transparent;
}
.modalSearch_link a:hover {
	border-color: #3293CB;
}
.gloablLink {
    padding-top: 4px;
    overflow: hidden;
}
.gloablLink a {
	display: block;
	color: #363636;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	position: relative;
	padding-left: 16px;
}
.gloablLink a span {
	display: inline-block;
	padding-left: 13px;
	padding-right: 16px;
	background: #F4F4F4;
	position: relative;
	padding-top: 1px;
}
.gloablLink a:hover {
	color: #3293CB;
}
.gloablLink a:before {
	display: block;
	content: "";
	width: 100%;
	height: 16px;
	background: #3293CB;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.homeSurvey {

}
.homeSurvey_archive {
    display: inline-block;
	color: #3293CB;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	margin-top: 8px;
}
.homeSurvey_archive:hover {
	text-decoration: underline;
}
.homeSurvey_title {
	color: #363636;
	font-size: 15px;
	font-weight: 700;
	margin-top: 16px;
    line-height: 1.28;
}
.homeSurvey_item {
    box-sizing: border-box;
    padding: 19px 0 0 14px;
}
.homeSurvey_check {
	margin-bottom: 12px;
}
.homeSurvey_check:last-child {
	margin-bottom: 0;
}
.homeSurvey_check label {
	cursor: pointer;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 66px 0 0;
}
.homeSurvey_check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.homeSurvey_check .check-text {
	position: relative;
    top: 1px;
    color: #363636;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.28;
}
.homeSurvey_check .check-radio {
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #B6B6B6;
	background: #FFF;
	position: relative;
	margin-right: 12px;
}
.homeSurvey_check .check-radio:before {
	opacity: 1;
    visibility: hidden;
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s ease all;
}
.homeSurvey_check input:checked + .check-radio {
	background: #3293CB;
	border-color: #3293CB;
}
.homeSurvey_check input:checked + .check-radio:before {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease all;
}
.homeSurvey_bottom {
    margin-top: 27px;
}
.homeSurvey_button-1 {
	width: calc(61% - 7px);
	height: 39px;
	font-weight: 600;
	font-size: 11px;
	color: #FFFFFF;
	background: #3293CB;
	transition: 0.3s ease all;
}
.homeSurvey_button-1:hover {
	background: #1A76B9;
	transition: 0.3s ease all;
}
.homeSurvey_button-1:active {
	background: #1A76B9;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.50) inset;
	transition: 0.3s ease all;
}
.homeSurvey_button-2 {
	width: 39%;
	height: 39px;
	background: #FFFFFF;
	border: 1px solid #363636;
	font-weight: 600;
	font-size: 11px;
	color: #363636;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s ease all;
}
.homeSurvey_button-2:hover {
	background: #A9A3A3;
	border: 1px solid #A9A3A3;
	color: #fff;
	transition: 0.3s ease all;
}
.homeSurvey_button-2:active {
	background: #A9A3A3;
	border: 1px solid #736F6F;
	box-shadow: inset 0px 0px 21px rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: 0.3s ease all;
}
.homeSurvey_comment {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 5px 0;
	font-size: 12px;
	color: #B6B6B6; 
	background: transparent;
	transition: 0.3s ease all;
	margin-top: 13px;
}
.homeSurvey_comment:hover {
	color: #3293CB;
	transition: 0.3s ease all;
}
.listResults {
    box-sizing: border-box;
    padding: 19px 0 0 14px;
}
.listResults_item {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.listResults_item:last-child {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
}
.listResults_title {
	font-size: 14px;
	line-height: 1.25;
	color: #363636;
    margin-bottom: 5px;
}
.listResults_bar {
	height: 13px;
    margin-right: 110px;
    background: #D9D9D9;
    position: relative;
}
.listResults_line {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    background: #717171;
}
.listResults_percent {
	font-size: 14px;
    line-height: 12px;
    color: #717171;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}
.listResults_percent span {
	display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 1;
    color: #717171;
}
.listResults_top .listResults_line {
	background: #3293CB;
}
.listResults_top .listResults_percent,
.listResults_top .listResults_percent span {
	color: #3293CB;
}
.boxSlider {
	margin-top: 37px;
}
.boxSlider_top {
	padding-bottom: 11px;
    border-bottom: 1px solid #B6B6B6;
    margin-bottom: 25px;
}
.boxSlider_top h2 {
	color: #363636;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.28;
}
.boxSlider_right {
	width: calc(33.33% - 9px);
}
.boxSlider_link {

}
.boxSlider_link a {
	color: #363636;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	text-decoration: none;
}
.boxSlider_link a:hover {
	color: #3293CB;
}
.slider {

}
.slider h3 {
	height: 55px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #363636;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.28;	
	margin-bottom: 7px;
}
.slider h3 a {
	color: #363636;
	text-decoration: none;
}
.slider h3 a:hover {
	color: #3293CB;
}
.slider p {
	height: 72px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #707070;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}
.slider .listRelevant_thumb {
	padding-bottom: 72.692%;
}
.boxArrows {

}
.swiper-button-prev,
.swiper-button-next {
	width: 25px;
	height: 25px;
	font-size: 0;
	transition: 0.3s ease all;
	cursor: pointer;
}
.swiper-button-prev use,
.swiper-button-next use {
	fill: #363636;
}
.swiper-button-next svg {
	-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);
}
.swiper-button-prev:hover use,
.swiper-button-next:hover use {
	fill: #3293CB;
}
.box-showMore {
	position: relative;
    height: 249px;
    overflow: hidden;
}
.showMore {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.showMore:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(360deg, #F4F4F4 0%, rgba(244, 244, 244, 0.00) 100%);
}
.showMore_link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 272px;
	height: 49px;
	background: #3293CB;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	margin: 0 auto;
} 
.showMore_link:hover {
	background: #1A76B9;
}
.showMore_link:active {
	background: #1A76B9;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.50) inset;
}
.articleAuthor {
    margin-top: 14px;
}
.articleAuthor_thumb {
	display: block;
	font-size: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
}
.articleAuthor_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.articleAuthor_right {
	width: 100%;
	box-sizing: border-box;
	padding-left: 12px;
}
.articleAuthor_name {
	display: inline-block;
    margin: 5px 27px 5px 0;
	color: #363636;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}
.articleAuthor_name:hover {
	color: #1A76B9;
}
.articleAuthor_views,
.articleAuthor_book {
	color: #363636;
	font-size: 13px;
}
.articleAuthor_views svg {
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.articleAuthor_book svg {
	margin-right: 7px;
	position: relative;
	top: -2px;
}
.articleAuthor_views {
    margin-right: 21px;
}
.articleAuthor_book use {
	fill: #363636;
}
.articleAuthor_views use {
	stroke: #363636;
}
.boxStatistics {
	border: 1px solid #DEDEDE;
	background: #ECECEC;
	box-sizing: border-box;
	margin-top: 18px;
	padding: 8px 11px 8px 14px;
}
.boxShare {

}
.boxShare p {
	color: #363636;
	font-size: 12px;
	margin-right: 10px;
	position: relative;
    top: 1px;
}
.boxShare_item a {
	display: flex;
	align-items: center;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	font-weight: 0;
}
.boxShare_item a use {
	fill: #363636;
}
.boxShare_item a:last-child {
	margin-right: 0;
}
.boxStatistics_views,
.boxStatistics_comment,
.boxStatistics_date p {
	color: #363636;
	font-size: 13px;
	font-weight: 600;
}
.boxStatistics_date svg {
	position: relative;
	top: -1px;
	margin-right: 7px;
}
.boxStatistics_comment {
	text-decoration: none;
}
.boxStatistics_comment:hover {
	color: #3293CB;
}
.boxStatistics_views svg,
.boxStatistics_comment svg {
	margin-right: 9px;
}
.boxStatistics_views use,
.boxStatistics_comment use {
	stroke: #363636;
}
.boxStatistics_comment:hover use {
	stroke: #3293CB;
}
.boxStatistics_views svg {
	position: relative;
	top: -1px;
}
.description {
	margin-top: 9px;
	border-top: 1px dashed #D8D8D8;

	padding: 29px 0;
	color: #363636;
	text-align: justify;
	font-size: 16px;
	line-height: 1.56; 
}
.description.no-border {
	border-bottom: 0;
	margin-bottom: 8px;
}
.description p {
    font-size: 16px;
    line-height: 1.56;
	text-align: justify;
	color: #363636;
	margin-bottom: 28px;
}
.description p iframe {
	width: 100% !important;
	height: 280px !important;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
	font-weight: bold;
    font-family: 'Mont' !important;
    line-height: 1.25;
    text-transform: uppercase;
    color: #3293CB;
    margin: 0px 0 18px 0;
    text-align: left;
}
.description h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
}
.description h2 {
	font-size: 20px;
}
.description h3 {
	font-size: 19px;
	color: #575757;
	text-transform: initial;
}
.description h4 {
	font-size: 18px;
	text-transform: initial;
}
.description h5 {
	font-size: 18px;
	color: #707070;
	text-transform: initial;
}
.description h6 {
	font-size: 16px;
	text-transform: initial;
}
.description p a {
	color: #FF473A;
	transition: 0.3s ease all;
	text-decoration: underline;
}
.description p a:hover {
	transition: 0.3s ease all;
	color: #3293CB;
}
.description p a:active {
	transition: 0.3s ease all;
	color: #CF1F13;
}
.description blockquote {
	box-sizing: border-box;
    border-left: 3px solid #3293CB;
    font-style: italic;
    font-size: 16px;
    line-height: 1.56;
    color: #363636;
    margin: 26px 0;
    padding: 15px 21px;
    text-align: left;
}
.description blockquote p {
	position: relative;
	text-align: left;
	padding: 0;
	margin-bottom: 0 !important;
}
.description blockquote p:before,
.description blockquote p:after {
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
	color: #3293CB;
	line-height: 0;
}
.description blockquote p:before {
	content: "“";
}
.description blockquote p:after {
	content: "”";
    position: relative;
    top: 2px;
}
.description ol {
    margin: 0 0 26px 12px;
    counter-reset: item;
	list-style-type: none;
}
.description ol li {
	font-size: 16px;
    line-height: 1.56;
    text-align: justify;
    color: #363636;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1px;
}
.description ol li::marker {
	color: #3293CB !important;
	font-weight: 700;
}
.description ol li::marker {
	opacity: 0;
	display: none;
	visibility: hidden;
	font-size: 0;
}
.description ol li:before {
	counter-increment: item;
    content: counters(item,".") "";
	font-size: 16px;
    line-height: 1.56;
    font-weight: bold;
    color: #3293CB;
    margin-right: 12px;
} 
.description ol li > ol {
	margin-top: 10px;
}
.description ol li:last-child {
	margin-bottom: 0px;
}
.description ol li ol {
	margin-left: 18px;
}
.description ul li a,
.description ol li a {
	color: #B10101;
	transition: 0.3s ease all;
	text-decoration: underline;
}
.description ul li a:hover,
.description ol li a:hover {
	transition: 0.3s ease all;
    color: #FF7A70;
}
.description > ul {
    margin: 0 0 26px 12px;
}
.description ul li {
    font-size: 16px;
    line-height: 1.56;
    text-align: justify;
    color: #363636;
    position: relative;
    padding-left: 13px;
    margin-bottom: 10px;
}
.description ul li:last-child {
	margin-bottom: 0px;
}
.description ul li:before {
	display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #3293CB;
    position: absolute;
    left: -1px;
    top: 9px;
    border-radius: 50%;
}
.description ul li ul {
	margin: 10px 0 10px 20px;
}
.description ul li ul li:before {
	background: #3293CB;
}
.description ul li ul li:after {
	display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #3293CB;
    position: absolute;
    left: -10px;
    top: 9px;
    border-radius: 50%;
}
.description iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto 15px auto;
}
.description table {
	width: 100%;
	margin: 24px 0;
}
.description table tr {

}
.description img.aligncenter {
	display: block;
	margin: 0 auto;
}
.description table tr th {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #363636;
	background: #F8F8F8;
	text-align: center;
	border: 1px solid #E3E3E3;
	padding: 9px 5px;
}
.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;
}
.description img {
	max-width: 100%;
	height: auto;
	margin: 26px 0;
	font-size: 0;
}
.description figure {
	width: 100% !important;
}
.description figure {
	margin-bottom: 25px;
}
.description figure img {
	margin-bottom: 10px !important;
}
.description > *:last-child {
	margin-bottom: 0 !important;
}
.twoColumn_left .navigation .screen-reader-text {
	display: none;
}
.twoColumn_left .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 3px;
	background: #F5F5F5;
	margin-top: 26px;
}
.twoColumn_left .nav-links .nav-previous,
.twoColumn_left .nav-links .nav-next {
	width: calc(50% - 5px);
}
.twoColumn_left .nav-links .nav-previous a,
.twoColumn_left .nav-links .nav-next a  {
	display: block;
	font-size: 0;
	box-sizing: border-box;
	border: 1px solid #E2E2E2;
	background: #FFF;
	position: relative;
	padding: 0;
	text-decoration: none;
}
.twoColumn_left .nav-links .nav-previous a {
	padding: 7px 8px 8px 37px;
}
.twoColumn_left .nav-links .nav-next a {
	padding: 7px 37px 7px 8px;
}
.twoColumn_left .prev-page span {
	margin-right: 8px;
}
.twoColumn_left .next-page span {
	margin-left: 8px;
}
.twoColumn_left .prev-page,
.twoColumn_left .next-page {
	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;
}
.twoColumn_left .prev-page p,
.twoColumn_left .next-page p {
	color: #363636;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	height: 39px;
	overflow: hidden;
	transition: 0.3s ease all;
}
.twoColumn_left .nav-links a:hover p {
	color: #3293CB;
	transition: 0.3s ease all;
}

.twoColumn_left .prev-page span,
.twoColumn_left .next-page span {
	display: block;
	width: 58px;
	height: 41px;
	overflow: hidden;
}
.twoColumn_left .prev-page span img,
.twoColumn_left .next-page span img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.twoColumn_left .nav-previous a:before,
.twoColumn_left .nav-next a:after {
	display: block;
	content: "";
	width: 27px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #3293CB;
	transition: 0.3s ease all;
}
.twoColumn_left .nav-previous a:before {
	left: 0;
}
.twoColumn_left .nav-next a:after {
	right: 0;
}
.twoColumn_left .nav-links svg {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	z-index: 2;
}
.twoColumn_left .nav-previous svg {
	left: 9px;
}
.twoColumn_left .nav-next svg {
	right: 9px;
	-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);
}
.twoColumn_left .nav-previous use,
.twoColumn_left .nav-next use {
	stroke: #fff;
}
.twoColumn_left .nav-links a:hover:before,
.twoColumn_left .nav-links a:hover:after {
    background: #1A76B9;
    transition: 0.3s ease all;
}
.quantityRating {
	margin-top: 2px;
}
.quantityRating_item {
	color: #363636;
	font-size: 13px;
	font-weight: 700;
}
.quantityRating_item.like {
	margin-right: 20px;
	position: relative;
}
.quantityRating_item.like:after {
	display: block;
	content: "";
	position: absolute;
    top: -5px;
    right: -10px;
    bottom: -5px;
	width: 1px;
	background: linear-gradient(0deg, rgba(163, 163, 163, 0) 0%, rgba(178, 178, 178, 0.70) 50%, rgba(163, 163, 163, 0) 100%);
}
.quantityRating_button {
	width: 21px;
	height: 21px;
	font-size: 0;
	background: transparent;
	margin-right: 10px;
	transition: 0.3s ease all;
}
.quantityRating_button:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}
.like .quantityRating_button {
	position: relative;
	top: -2px;
	margin-right: 4px;
}
.dislike .quantityRating_button {
	margin-right: 0;
}
.like use {
	fill: #363636;
}
.dislike use {
	fill: #C4C4C4;
}
.listSpecification {
	
}
.boxSpecification_li {
	width: 50%;
	position: relative;
	margin-bottom: 25px;
}
.boxSpecification_li:nth-child(odd) h3 {
	border-right: 0;
}
.boxSpecification_li:nth-child(even) h3 {
	border-left: 0;
}
.boxSpecification_li:nth-child(odd) h3:after {
	display: block;
	content: "";
	position: absolute;
	top: 4px;
	bottom: 4px;
	right: 0;
	border-right: 1px dashed #D8D8D8;
}
.boxSpecification_li h3 {
	color: #363636;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #DEDEDE;
	background: #ECECEC;
	padding: 12px 10px 11px 28px;
	position: relative;
}
.list {
	box-sizing: border-box;
	padding: 18px 10px 0 28px;
}
.list_li {
	margin-bottom: 10px;
}
.list_li p.list_smallText {
	color: #B9B9B9;
	font-weight: normal;
	margin-bottom: 2px;
}
.list_li p {
	color: #363636;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
}
.list_li p a {
	color: #363636;
	text-decoration: none;
}
.list_li p a:hover {
	color: #3293CB;
}
.list_li p.list_organization a,
.list_li p.list_organization {
	color: #3293CB;
	font-weight: 600;
}
.list_li p.list_organization a:hover {
	text-decoration: underline;
}
.listSpecification-2 .boxSpecification_li {
	width: 100%;
}
.listSpecification-2 .boxSpecification_li h3:after {
	display: none;
}
.listSpecification-2 .list_smallText {
	margin-bottom: 0;
	width: 150px;
	margin-right: 15px;
}
.listSpecification-2 p a {
	color: #3293CB;
}
.boxSpecification_map iframe {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 15px auto 0 auto;
}







.categorySidebar_left h1,
.categorySidebar_left h2 {
	color: #363636;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	    margin-bottom: 13px;
}
.tagsSorting {
	border-bottom: 1px dashed #B6B6B6;
    padding-bottom: 13px;
    margin-bottom: 23px;
}
.smallTags {

}
.smallTags a {
	display: inline-block;
	vertical-align: top;
	color: #A9A3A3;
	font-size: 14px;
	line-height: 1.25; 
	text-decoration: none;
	margin: 0 8px 5px 0;
}
.boxSorting {
	margin-top: 1px;
}
.boxSorting p {
	color: #363636;
	font-size: 14px;
	font-weight: 600;
	margin-right: 5px;
	position: relative;
    top: 1px;
}



.listCategory {
	margin-left: -14px;
	margin-right: -14px;
}
.listCategory_li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 14px 16px 14px;
	margin-bottom: 23px;
	position: relative;
}
.listCategory_li:after {
	display: block;
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 0;
	border-bottom: 1px dashed #B6B6B6;
}



.listCategory_li h3 {
	width: 100%;
	padding-left: 14px;
	box-sizing: border-box;
	color: #363636;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}
.listCategory_li h3 a {
	color: #363636;
	text-decoration: none;
}
.listCategory_li h3 a:hover {
	color: #3293CB;
}
.listCategory_left {
	width: 125px;
}
.listCategory_thumb {
	width: 100%;
	padding-bottom: 69.6%;
}
.listCategory_li p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
    color: #707070;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 12px;
    height: 54px;
    overflow: hidden;
}
.showCategory {
    padding: 60px 0 0 0;
    margin-top: -130px;
    position: relative;
    z-index: 2;
}
.showCategory:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -110px;
	background: linear-gradient(0deg, #F4F4F4 30%, rgba(244, 244, 244, 0.00) 100%);
	z-index: -1;
    bottom: 0;
}
.showCategory a {
	width: 272px;
	height: 49px;
	background: #3293CB;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 1;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	margin: 0 auto;
	padding-top: 1px;
}
.showCategory a use {
	stroke: #fff;
}
.showCategory a svg {
	margin-right: 15px;
}
.showCategory a:hover {
	background: #1A76B9;
}
.oneColumn {
	margin-bottom: 39px;
}
.oneColumn .boxSlider_right {
    width: calc(25% - 18px);
}






















footer {
	border-top: 5px solid #3293CB;
	box-sizing: border-box;
	background: #1F2229;
	text-align: center;
}
.boxFooter {
	padding-top: 27px;
    padding-bottom: 9px;
}
.boxFooter .menuTop li.active a,
.boxFooter .menuTop a:hover {
	color: #3293CB;
}
.footerLogo {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	text-decoration: none;
	margin: 46px 0 34px 0;
}
.footer-mail {
	color: #FFF;
	font-size: 12px;
	line-height: 1.25;
}
.footer-mail a {
	color: #FFF;
	text-decoration: none;
}
.footer-mail a:hover {
	color: #3293CB;
}
.boxFooter .socialNetworks {
	margin-top: 19px;
}
.boxFooter .socialNetworks a {
	margin: 0 8px;
}
.boxFooter_bottom {
    position: relative;
    margin-top: 22px;
    box-sizing: border-box;
    padding: 0 200px;
}
.boxCopyright {
    color: #FFF;
    font-size: 12px;
    line-height: 2.5;
}
.boxDeveloped {
	font-size: 0;
	position: absolute;
    top: -4px;
    right: 0;
}
.boxDeveloped p {
	font-size: 12px;
	line-height: 1.25;
	color: #FFFFFF;
	margin-right: 8px;
}


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

	.boxMenu_close {
	    top: 30px;
	    width: 30px;
	    height: 30px;
	}
	.boxMenu_close svg {
		width: 100%;
		height: 100%;
	}
	.boxMenu_item {
	    padding-top: 90px;
	    padding-bottom: 40px;
	}
	.boxMenu_scroll {
    	height: calc(100vh - 130px);
    }
    .bigMenu a {
    	font-size: 22px;
    }
    .bigMenu a:before {
    	top: 8px;
    }
    .boxMenu_left {
    	display: block;
    }

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

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

}
@media screen and (max-width: 1199px) {
	.boxFooter .menuTop  {
		display: none;
	}
	.footerLogo {
	    margin: 0 0 30px 0;
	}
	.boxFooter_bottom {
		padding: 0;
	}
	.boxDeveloped {
	    position: relative;
	    top: 0;
	    -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
	    margin-top: 15px;
	}
	.boxFooter {
		padding-bottom: 15px;
	}
	.boxMenu_close {
		right: 15px;
	}
	.boxMenu_left {
		padding-right: 30px;
	}



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

}
@media screen and (max-width: 979px) {
	.boxMenu_right .titleH2,
	.boxMenu_right .listEvents,
	.boxMenu_right .gloablLink {
		display: none;
	}
	.boxMenu_scroll > div {
		display: block;
	}
	.boxMenu_left {
	    padding-right: 0;
	    width: 100%;
	    padding-bottom: 30px;
	}
	.boxMenu_bottom {
	    padding-top: 30px;
	    margin-top: 20px;
	}
	.boxMenu_right {
	    width: 100%;
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.boxMenu_right .socialNetworks {
		-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;
	    margin-top: 0;
	}


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

}
@media screen and (max-width: 768px) {
	.oneColumn .boxSlider_right,
	.boxSlider_right {
	    width: calc(50% - 9px);
	}
	.boxMenu_close {
	    top: 15px;
	    width: 24px;
	    height: 24px;
	}
	.boxMenu_item {
	    padding-top: 50px;
	    padding-bottom: 20px;
	}
	.boxMenu_scroll {
	    height: calc(100vh - 70px);
	}
	.bigMenu ul {
		-webkit-columns: initial;-moz-columns: initial;columns: initial;
	}
	.bigMenu a {
	    font-size: 18px;
	}
	.bigMenu a:before {
	    width: 7px;
	    height: 7px;
	}
	.bigMenu li {
	    margin-bottom: 15px;
	}
	.linkCalendar {
	    height: 48px;
	    padding: 0 25px 0 13px;
	    font-size: 15px;
	}
	.linkCalendar svg {
	    margin-right: 15px;
	}



}
@media screen and (max-width: 639px) {
	.slider .listRelevant_name {
		display: none;
	}
	.articleAuthor_right {
		display: block;
	}
	.articleAuthor_name {
		margin-right: 0;
	}
	.boxStatistics {
		flex-wrap: wrap;
	}
	.boxShare {
	    width: 100%;
	    margin-bottom: 8px;
	}
	.twoColumn_left .nav-links {
		display: block;
	}
	.twoColumn_left .nav-links .nav-previous {
		width: 100%;
		margin-bottom: 5px;
	}
	.twoColumn_left .nav-links .nav-next {
	    width: 100%;
	}
	.description {
		padding: 25px 0;
		font-size: 14px;
	}
	.description p {
	    font-size: 14px;
		margin-bottom: 25px;
	}
	.description p iframe {
		width: 100% !important;
		height: 280px !important;
	}
	.description h1,
	.description h2,
	.description h3,
	.description h4,
	.description h5,
	.description h6 {
	    margin: 0px 0 15px 0;
	}
	.description blockquote {
	    font-size: 14px;
	    margin: 25px 0;
	    padding: 15px;
	}
	.description blockquote p:before,
	.description blockquote p:after {
		font-size: 20px;
	}
	.description ol li {
		font-size: 14px;
	}
	.description ol li:before {
		font-size: 14px;
	} 
	.description ul li {
	    font-size: 14px;
	}
	.description ul li ul li:after,
	.description ul li:before {
		top: 7px;
	}
	.boxSpecification_li {
		width: 100%;
	}
	.list,
	.boxSpecification_li h3 {
		padding-left: 10px;
	}
	.boxSpecification_li:nth-child(odd) h3:after {
		display: none;
	}
	.boxSpecification_li:nth-child(odd) h3 {
	    border-right: 1px solid #DEDEDE;
	}
	.listCategory_li {
		width: 100%;
	}
	.listCategory .listArticles_bottom {
	    display: flex;
	}
	.listCategory .listArticles_name {
	    margin-bottom: 0;
	}


}
@media screen and (max-width: 479px) {
	.slider h3 {
		height: auto;
		max-height: 55px;
	}
	.boxSlider_top {
		display: block;
	}
	.oneColumn .boxSlider_right,
	.boxSlider_right {
	    width: 100%;
	    -webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;
	}
	.boxArrows {
	    margin-left: 35px;
	}
	.boxShare {
		
	}
	.quantityRating {
		width: 100%;
	    margin-top: 8px;
	}
	.boxStatistics {
	    padding: 8px 10px 8px 10px;
	}	
	.listSpecification-2 .list_li {
		display: block;
	}
	.listSpecification-2 .list_li p.list_smallText {
	    width: 100%;
	    margin: 0 0 2px 0;
	}
	.tagsSorting {
	    display: block;
	}
	.boxSorting {
		justify-content: center;
	}
	.smallTags a {
		font-size: 12px;
	}




}
@media screen and (max-width: 374px) {
	.listCategory_li h3 {
		padding-left: 10px;
	}
	.listCategory_li h3 {
		font-size: 13px;
	}

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

}