.news__date {
    color:#878787;
    font-size:16px;
    text-align: start;
    margin: 20px 0;
}
.page2 .news_item_section .mw .cont .left_side .left_side_title {
    font-family: TradeGothicBold,sans-serif!important;
    font-size: 24px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.2;
    margin-bottom: 30px;
}
.page2 .news_item_section .mw .cont .left_side .latest_news_nav ul li .news_item_list_image {
    height: 190px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    overflow: hidden;
}
.page2 .news_item_section .mw .cont .left_side .latest_news_nav ul li .news_item_list_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.page2 .news_item_section .mw .cont .left_side .latest_news_nav ul li a:hover .news_item_list_image img {
    opacity: .65
}
.page2 .news_item_section .mw .cont .left_side {
    width: 20%;
    position: relative;
}
.page2 .news_item_section .mw .cont .center {
    width: 55%;
}
.page2 .news_item_section .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page2 .news_item_section .mw {
    padding: 50px 2vh 80px;
}
.page2 .news_item_section .mw .cont .right_side {
    width: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.page2 .news_item_section .mw .cont .left_side .latest_news_nav ul li {
    margin-bottom: 30px;
}

.page2 .news_item_section .mw .cont .left_side ul li {
    line-height: 110%;
    font-size: 87%;
}
.page2 .news_item_section .mw .cont .left_side ul li a {
    display: block;
    margin: 0 0 15px;
    padding-left: 0;
    position: relative;
    color: #5a5a5a;
}
.page2 .news_item_section .mw .cont .left_side .latest_news_nav ul li .news_item_list_date {
    color: #878787;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons .share_txt {
    display: none;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons ul li {
    margin-bottom: 8px;
    max-width: 100px;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons ul li .bg_fb {
    background-color: #3b5998;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons ul li .bg_tw {
    background-color: #55acee;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons ul li .bg_vk {
    background-color: #337ab7;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons ul li .bg_gplus {
    background-color: #dd4f43;
}
.page2 .news_item_section .mw .cont .right_side .print_btn a {
    position: relative;
    display: inline-block;
}
.page2 .news_item_section .mw .cont .right_side .print_btn a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.page2 .news_item_section .mw .cont .right_side .print_btn a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2c2c2c;
    content: "";
    opacity: 0;
    -webkit-transition: height 0.3s,opacity 0.3s,-webkit-transform .3s;
    transition: height 0.3s,opacity 0.3s,-webkit-transform .3s;
    -o-transition: height 0.3s,opacity 0.3s,transform .3s;
    transition: height 0.3s,opacity 0.3s,transform .3s;
    transition: height 0.3s,opacity 0.3s,transform 0.3s,-webkit-transform .3s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.page2 .news_item_section .mw .cont .right_side .soc_icons ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 8px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    height: 40px;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons ul li a .icon {
    width: 15px;
    min-width: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons ul li a .icon img {
    width: 100%;
}
.page2 .news_item_section .mw .cont .right_side .print_btn a img {
    width: 15px;
    margin-right: 5px;
    min-width: 15px;
}
.page2 .news_item_section .mw .cont .right_side .print_btn a span {
    font-size: 16px;
    color: #2c2c2c;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons ul li a .line {
    content: "";
    margin: 0 10px;
    color: #fff;
    position: relative;
    display: block;
    height: 100%;
    width: 1px;
    background: #fff;
    opacity: .25;
}
.page2 .news_item_section .mw .cont .right_side .soc_icons ul li a .txt {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: "TradeGothicBold",sans-serif!important;
}
.page2 .news_item_section .mw .cont .right_side .print_btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.news_item_content img {
    width:100%;
}
*/
.page2 .news_item_section .mw .cont .left_side .latest_news_nav.--other_news ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.page2 .news_item_section .mw .cont .left_side .latest_news_nav ul li {
    margin-bottom: 30px;
}
.page2 .news_item_section .mw .cont .left_side ul li {
    line-height: 110%;
    font-size: 87%;
}
.table {
    width: 100%;
}
.event_section .table table,
.event_section .table td,
.event_section .table th {
    border: 1px solid #e6e6e6;
    border-collapse: collapse
}
.event_section .table table {
    width: 100%
}

.event_section .table table tbody tr td {
    padding: 16px 23px
}

.event_section .table table tbody tr td a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0081c8;
    font-size: 90%;
    line-height: 140%
}

.event_section .table table tbody tr td a:hover {
    color: #286090
}

.event_section .table table tbody tr td a .pdf {
    width: 30px;
    height: 30px;
    background: url(/images/pdf.png) no-repeat center center/cover;
    min-width: 30px;
    margin-right: 10px
}

.event_section .table table tbody tr td a .excel {
    width: 30px;
    height: 30px;
    background: url(/images/excel.png) no-repeat center center/cover;
    min-width: 30px;
    margin-right: 10px
}
.event_section .table table tbody tr td a .word {
    width: 30px;
    height: 30px;
    background: url(/images/doc.png) no-repeat center center/cover;
    min-width: 30px;
    margin-right: 10px
}
.table table tbody tr td a .arch {
    width: 30px;
    height: 30px;
    background: url(/images/arch.png) no-repeat center center/cover;
    min-width: 30px;
    margin-right: 10px
}

.event_section .table table tbody tr td .file_size {
    font-weight: 700;
    text-align: center;
    color: #2c2c2c
}

.event_section .table table tbody tr td .download {
    padding: 6px 10px;
    background: #337ab7;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.event_section .table table tbody tr td .download:hover {
    opacity: .8;
    color: #fff;
}

.pagination {
    margin-top: 30px;
    padding-top: 20px;
}

.development_program ul {
    font-size: 90%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.development_program ul li {
    margin: 15px 0 15px;
}

.development_program ul li a {
    display: block;
    margin: 0 0 15px;
    padding-left: 0;
    position: relative;
    color: #5a5a5a;
    line-height: 100%;
}

.development_program ul li a:hover {
    color: #2c2c2c;
}
.development_program .h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    color: #2c2c2c;
}

.rankings_col {
    float: left;
    width: 50%;
}
.page2 .go_back {
    background: #08689f;
}
.page2 .go_back .mw {
    padding: 1vh 2vh;
}
.page2 .go_back .mw .cont .go_back_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page2 .go_back .mw .cont .go_back_btn:hover span.txt:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.page2 .go_back .mw .cont .go_back_btn .icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 20px;
}
.page2 .go_back .mw .cont .go_back_btn .icon img {
    width: 100%;
}
.page2 .go_back .mw .cont .go_back_btn span {
    font-family: "TradeGothicBold", sans-serif !important;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.page2 .go_back .mw .cont .go_back_btn span:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.page2 .photo_video_section .go_back {
    background: transparent;
	color: #878787;
}

.page2 .photo_video_section .go_back .mw .cont >* {
	display: inline-flex;
	vertical-align: middle;
}
.page2 .photo_video_section .go_back .mw .cont > div {
	align-items: baseline;
	font-size: 95%;
}
.page2 .photo_video_section .go_back .mw .cont > div > * {
	margin-left: 15px;
}
.page2 .photo_video_section .go_back .mw .cont > div .date img {
	display: inline-flex;
	vertical-align: text-bottom;
	margin-left: 15px;
	width: 20px;
	height: 20px;
}
.page2 .photo_video_section .go_back .mw .cont > div .--dwl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 8px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	height: 35px;
	background-color: #337ab7;
	color: #fff;
	font-size: 90%;
}
.page2 .photo_video_section .go_back .mw .cont > div .--dwl:hover {
    opacity: 0.8;
}

.page2 .photo_video_section .mw {
    padding: 0 2vh 50px;
}
.page2 .photo_video_section .mw .top_cont .left_side .archive {
    font-size: 14px;
}
.page2 .photo_video_section .mw .top_cont .left_side .archive img {
    width: 16px;
    min-width: 16px;
    margin-right: 5px;
}
.page2 .photo_video_section .mw .top_cont .right_side .share_cont {
    padding: 0;
}

.page2 .photo_video_section .mw .photo_video_cont.--no_descr .card {
    margin-bottom: 20px;
}

.page2 .photo_video_section .mw .photo_video_cont .card {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 60px;
}

.page2 .photo_video_section .mw .photo_video_cont .card .img {
    height: 160px;
}

.european_ranking {
	margin-top: 40px;
}
.european_ranking .--cols,
.european_ranking .--cols >* h3 {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.european_ranking .--cols {
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.european_ranking .--cols >* {
	width: 50%;
}

.european_ranking .--cols >* h3 {
	margin: 30px 0 20px;
	align-items: center;
	text-transform: uppercase;
}

.european_ranking .--cols .icon {
	width: 40px;
    height: 40px;
	margin-right: 10px;
    padding: 6px;
    border: 1px solid #ddd;
	border-radius: 50%;
	fill: #dd4f43;
}

.european_ranking .--cols >* p {
    margin: 20px 0;
}

.european_ranking .--cols >* p svg {
	width: 10px;
	height: 10px;
	margin-left: 5px;
    vertical-align: top;
	fill: #999;
}

.european_ranking .--cols a {
	color: #0081c8;
}

.photo_video_cont .main_photo_blk {
	width: calc(100% - 5vh);
	margin-bottom: 50px;
	background: #242424;
}

.photo_video_cont .main_photo_blk,
.photo_video_cont .main_photo_blk .main_photo_content {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.photo_video_cont .main_photo_blk .main_photo_content {
	width: 100%;
}
.photo_video_cont .main_photo_blk .main_photo_content .left_arr,
 .photo_video_cont .main_photo_blk .main_photo_content .right_arr {
    display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 50px;
    border: 1px solid #fff;
	cursor: pointer;
	opacity: .65;
	-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
			 -o-transition: opacity .3s;
				transition: opacity .3s;
}
.photo_video_cont .main_photo_blk .main_photo_content .left_arr:hover,
 .photo_video_cont .main_photo_blk .main_photo_content .right_arr:hover {
	 opacity: 1;
 }
.photo_video_cont .main_photo_blk .main_photo_content .right_arr img {
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
			-o-transform: rotate(-180deg);
				transform: rotate(-180deg);
}
.photo_video_cont .main_photo_blk .main_photo_content #main_photo {
	height: 600px;
}
.photo_video_cont .main_photo_blk .main_photo_content #main_photo {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.photo_video_cont .main_photo_blk .main_photo_content #main_photo img {
	max-width: 100%;
	max-height: 100%;
}

.page_dark {
    background: #333333;
}
.page_dark .page_nav {
    background: #333333;
}

.comments_block {
	width: 100%;
	padding: 30px 0;
	margin: 30px 0;
	border-top: 1px solid #878787;
}

.page_dark .comments_block {
	color: #878787;
}

.page_dark .comments_block a {
	color: #fff;
}

.european_ranking {
	margin-top: 40px;
}

.european_ranking .--cols,
.european_ranking .--cols >* h3 {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.european_ranking .--cols {
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.european_ranking .--cols >* {
	width: 50%;
}

.european_ranking .--cols >* h3 {
	margin: 30px 0 20px;
	align-items: center;
	text-transform: uppercase;
}

.european_ranking .--cols .icon {
	width: 40px;
    height: 40px;
	margin-right: 10px;
    padding: 6px;
    border: 1px solid #ddd;
	border-radius: 50%;
	fill: #dd4f43;
}

.european_ranking .--cols >* p {
    margin: 20px 0;
}

.european_ranking .--cols >* p svg {
	width: 10px;
	height: 10px;
	margin-left: 5px;
    vertical-align: top;
	fill: #999;
}

.european_ranking .--cols a {
	color: #0081c8;
}

@media (max-width: 991px) {
	.photo_video_cont .main_photo_blk .main_photo_content #main_photo {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.page2 .photo_video_section .mw .top_cont,
	.photo_video_cont .main_photo_blk {
		flex-wrap: wrap;
	}
	.page2 .photo_video_section .go_back,
	.photo_video_cont .main_photo_blk {
		width: 100%;
	}
	.photo_video_cont .main_photo_blk .main_photo_content #main_photo {
		height: 300px;
	}
	.page2 .photo_video_section .more_photo_title {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
    .btn_c .btn_m {
        padding: 15px;
    }
    .page .header .mw {
        padding: 10px 2vh;
    }
    .page .header .mw .cont .left_side .logo .logo_img {
        width: 45px;
        min-width: 45px;
        margin-right: 10px;
    }
    .page .header .mw .cont .left_side .logo p {
        font-size: 16px;
    }
    .page .header .mw .cont .nav {
        display: none;
    }
    .page .header .mw .cont .right_side {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page .header .mw .cont .right_side .search_cont {
        display: none;
    }
    .page .header .mw .cont .right_side .soc_icons {
        display: none;
    }
    .page .header .mw .cont .right_side .share_btn {
        display: none;
    }
    .page .header .mw .cont .right_side .o_xs_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .page .search_modal .mw {
        padding: 30px 2vh;
    }
    .page .search_modal .mw .close_search_modal {
        font-size: 14px;
    }
    .page .search_modal .mw .close_search_modal img {
        width: 16px;
        min-width: 16px;
    }
    .page .search_modal .mw .form {
        margin-top: 20px;
    }
    .page .search_modal .mw .form input {
        padding: 15px;
        font-size: 16px;
    }
    .page .search_modal .mw .form .btn_search {
        right: 15px;
    }
    .page .xs_menu {
        display: block;
    }
    .page .main_banner .mw {
        padding: 15px 2vh;
    }
    .page .main .mw {
        padding-bottom: 20px;
    }
    .page .main .mw .top_line {
        width: 100%;
        padding-bottom: 15px;
        z-index: 5;
        background: #fff;
        top: 265px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page .main .mw .top_line .archive,
    .page .main .mw .top_line .view_all_news {
        font-size: 16px;
        margin-right: 15px;
    }
    .page .main .mw .top_line .archive img,
    .page .main .mw .top_line .view_all_news img {
        width: 16px;
        min-width: 16px;
        margin-right: 5px;
    }
    .page .main .mw .top_line .owl-nav .owl-prev,
    .page .main .mw .top_line .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }
    .page .main .mw .top_line .owl-nav .owl-prev img,
    .page .main .mw .top_line .owl-nav .owl-next img {
        width: 24px;
    }
    .page .main .mw .main_slider .slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page .main .mw .main_slider .slide .l_side {
        width: 100%;
        padding-bottom: 0;
        padding-top: 80px;
    }
    .page .main .mw .main_slider .slide .l_side .slide_desc .slide_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .page .main .mw .main_slider .slide .l_side .slide_desc p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }
    .page .main .mw .main_slider .slide .l_side .bottom_line {
        padding-top: 15px;
        margin-top: 15px;
    }
    .page .main .mw .main_slider .slide .l_side .bottom_line .read_more_btn {
        padding: 10px 15px;
        font-size: 12px;
        height: 40px;
    }
    .page .main .mw .main_slider .slide .l_side .bottom_line .slide_date {
        font-size: 12px;
    }
    .page .main .mw .main_slider .slide .r_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .page .main .mw .main_slider .slide .r_side .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 250px;
    }
    .page .sponsors_partners .mw {
        padding: 40px 2vh 50px;
    }
    .page .sponsors_partners .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .page .sponsors_partners .mw .cont .sponsors,
    .page .sponsors_partners .mw .cont .partners,
    .page .sponsors_partners .mw .cont .follow {
        width: 100%;
        margin-bottom: 20px;
    }
    .page .sponsors_partners .mw .cont .sponsors .m_title,
    .page .sponsors_partners .mw .cont .partners .m_title,
    .page .sponsors_partners .mw .cont .follow .m_title {
        padding-bottom: 15px;
    }
    .page .sponsors_partners .mw .cont .sponsors .m_title .h2,
    .page .sponsors_partners .mw .cont .partners .m_title .h2,
    .page .sponsors_partners .mw .cont .follow .m_title .h2 {
        font-size: 18px;
    }
    .page .sponsors_partners .mw .cont .sponsors ul li a,
    .page .sponsors_partners .mw .cont .partners ul li a,
    .page .sponsors_partners .mw .cont .follow ul li a {
        padding: 8px;
        height: 60px;
    }
    .page .sponsors_partners .mw .cont .sponsors .fb_widget,
    .page .sponsors_partners .mw .cont .partners .fb_widget,
    .page .sponsors_partners .mw .cont .follow .fb_widget {
        position: relative;
        width: 100%;
    }
    .page .footer .top_cont .mw {
        padding: 50px 2vh;
    }
    .page .footer .top_cont .mw .cont_line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page .footer .top_cont .mw .cont_line .quick_links {
        width: 50%;
        margin-bottom: 15px;
    }
    .page .footer .top_cont .mw .cont_line .quick_links .h5 {
        font-size: 16px;
    }
    .page .footer .top_cont .mw .cont_line .quick_links ul li a {
        font-size: 14px;
        line-height: 16px;
    }
    .page .footer .top_cont .mw .sign_up {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .page .footer .top_cont .mw .sign_up h5,
    .page .footer .top_cont .mw .sign_up .h5 {
        font-size: 16px;
    }
    .page .footer .top_cont .mw .sign_up form input {
        padding: 7px 10px;
        height: 40px;
        font-size: 14px;
    }
    .page .footer .top_cont .mw .sign_up form .btn_submit {
        height: 40px;
        padding: 8px;
        max-width: 100px;
        font-size: 14px;
    }
    .page .footer .bottom_cont .mw p {
        font-size: 10px;
    }
    .page2 .page_nav .mw {
        padding: 25px 2vh;
    }
    .page2 .page_nav .mw .cont ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page2 .page_nav .mw .cont ul li {
        margin-bottom: 5px;
    }
    .page2 .page_nav .mw .cont ul li:after {
        margin: 0 10px;
        font-size: 12px;
    }
    .page2 .page_nav .mw .cont ul li a {
        font-size: 12px;
    }
    .page2 .page_nav .mw .cont .h1,
    .page2 .page_nav .mw .cont h1 {
        margin-top: 20px;
        font-size: 28px;
    }
    .page2 .about_section .mw {
        padding: 40px 2vh;
    }
    .page2 .about_section .mw .cont,
	.page2 .news_item_section .mw .cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page2 .about_section .mw .cont .left_side {
        width: 100%;
        padding-bottom: 10px;
    }
    .page2 .about_section .mw .cont .left_side:after {
        position: absolute;
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #ddd), color-stop(67%, #ddd), color-stop(87%, #f4f4f4), to(#fdfdfd));
        background: -o-linear-gradient(left, #ddd 0, #ddd 67%, #f4f4f4 87%, #fdfdfd 100%);
        background: linear-gradient(to right, #ddd 0, #ddd 67%, #f4f4f4 87%, #fdfdfd 100%);
    }
    .page2 .about_section .mw .cont .left_side ul li a {
        margin: 0 0 10px;
        font-size: 80%;
    }
    .page2 .about_section .mw .cont .center {
        width: 100%;
        padding-top: 20px;
    }
    .page2 .about_section .mw .cont .center .members .member_card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page2 .about_section .mw .cont .center .members .member_card .img {
        margin-bottom: 20px;
        margin-right: 30px;
    }
    .page2 .about_section .mw .cont .center .members .member_card .desc .h3,
    .page2 .about_section .mw .cont .center .members .member_card .desc h3 {
        font-size: 20px;
    }
    .page2 .about_section .mw .cont .center .members .member_card .desc .member_position {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .page2 .about_section .mw .cont .center .members .member_card .desc p {
        font-size: 14px;
    }
    .page2 .about_section .mw .cont .center .members .member_card .desc ul li b {
        font-size: 14px;
        min-width: 70px;
    }
    .page2 .about_section .mw .cont .center .members .member_card .desc ul li span,
    .page2 .about_section .mw .cont .center .members .member_card .desc ul li a {
        font-size: 14px;
    }
    .page2 .about_section .mw .cont .center .members hr {
        margin: 20px 0;
    }
    .page2 .about_section .mw .cont .right_side,
	.page2 .news_item_section .mw .cont .right_side {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        margin-top: 30px;
    }
    .page2 .about_section .mw .cont .right_side .soc_icons,
	.page2 .news_item_section .mw .cont .right_side .soc_icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page2 .about_section .mw .cont .right_side .soc_icons .share_txt,
	.page2 .news_item_section .mw .cont .right_side .soc_icons .share_txt {
        display: block;
        color: #b3b3b3;
        font-size: 14px;
        margin-right: 5px;
    }
    .page2 .about_section .mw .cont .right_side .soc_icons ul,
	.page2 .news_item_section .mw .cont .right_side .soc_icons ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page2 .about_section .mw .cont .right_side .soc_icons ul li,
	.page2 .news_item_section .mw .cont .right_side .soc_icons ul li {
        margin-bottom: 0;
        margin-left: 5px;
    }
    .page2 .about_section .mw .cont .right_side .soc_icons ul li a,
	.page2 .news_item_section .mw .cont .right_side .soc_icons ul li a {
        padding: 6px 8px;
        margin-bottom: 0;
        height: 30px;
    }
    .page2 .about_section .mw .cont .right_side .soc_icons ul li a .line,
	.page2 .news_item_section .mw .cont .right_side .soc_icons ul li a .line {
        display: none;
    }
    .page2 .about_section .mw .cont .right_side .soc_icons ul li a .txt,
	.page2 .news_item_section .mw .cont .right_side .soc_icons ul li a .txt {
        display: none;
    }
    .page2 .about_section .mw .cont .right_side .print_btn,
	.page2 .news_item_section .mw .cont .right_side .print_btn {
        margin-top: 20px;
    }
    .page2 .about_section .mw .cont .right_side .print_btn a span,
	.page2 .news_item_section .mw .cont .right_side .print_btn a span {
        font-size: 14px;
    }
	.page2 .news_item_section .mw .cont .left_side {
		display: none;
	}
	.page2 .news_item_section .mw .cont .center {
		width: 100%;
	}
	.page2 .news_item_section .mw .cont .center h1 {
		font-size: 26px;
	}
    .page2 .desc_main p {
        font-size: 14px;
    }
    .page2 .esc_members .mw {
        padding: 40px 0 60px;
    }
    .page2 .esc_members .mw .table {
        margin-top: 40px;
        overflow-x: scroll;
    }
    .page2 .esc_members .mw .table table thead tr th {
        padding: 10px 5px;
        font-size: 80%;
    }
    .page2 .esc_members .mw .table table thead tr th:nth-child(1) {
        width: 5%;
    }
    .page2 .esc_members .mw .table table thead tr th:nth-child(2) {
        min-width: 200px;
    }
    .page2 .esc_members .mw .table table tbody tr td {
        padding: 10px 5px;
        font-size: 80%;
    }
    .page2 .esc_members .mw .table table tbody tr td .logo {
        width: 60px;
    }
    .page2 .share_cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 2vh;
    }
    .page2 .share_cont .share_txt {
        display: block;
    }
    .page2 .share_cont ul {
        width: auto;
    }
    .page2 .share_cont ul li a {
        height: 30px;
    }
    .page2 .share_cont ul li a .line {
        display: none;
    }
    .page2 .share_cont ul li a .txt {
        display: none;
    }
    .page2 .calendar_section .mw {
        padding: 40px 0 60px;
    }
    .page2 .calendar_section .mw .events_sort {
        padding: 20px 10px;
        margin-top: 20px;
    }
    .page2 .calendar_section .mw .events_sort .top_line {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page2 .calendar_section .mw .events_sort .top_line .inp_select {
        width: 100%;
    }
    .page2 .calendar_section .mw .events_sort hr {
        margin: 20px 0;
    }
    .page2 .calendar_section .mw .events_sort .bottom_line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page2 .calendar_section .mw .events_sort .bottom_line .h3 {
        font-size: 18px;
        margin-right: 20px;
    }
    .page2 .calendar_section .mw .events_sort .bottom_line .line .now_btn {
        margin-right: 10px;
    }
    .page2 .calendar_section .mw .table {
        margin-top: 20px;
        margin-bottom: 20px;
        overflow-x: scroll;
    }
    .page2 .calendar_section .mw .table table {
        width: 100%;
    }
    .page2 .calendar_section .mw .table table thead tr th {
        padding: 10px;
        font-size: 80%;
    }
    .page2 .calendar_section .mw .table table thead tr th:nth-child(2) {
        min-width: 140px;
        width: auto;
    }
    .page2 .calendar_section .mw .table table tbody tr td {
        padding: 10px;
        font-size: 80%;
    }
    .page2 .calendar_section .mw .table table tbody tr td a {
        font-size: 16px;
    }
    .page2 .calendar_section .mw .table table tbody tr td .results_book_btn {
        font-size: 14px;
        white-space: nowrap;
    }
    .page2 .calendar_section .mw .map_cont {
        padding: 15px;
    }
    .page2 .calendar_section .mw .map_cont ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page2 .calendar_section .mw .map_cont ul li {
        width: 100%;
    }
    .page2 .go_back .mw .cont .go_back_btn .icon {
        width: 18px;
        height: 18px;
        min-width: 18px;
    }
    .page2 .go_back .mw .cont .go_back_btn span {
        font-size: 14px;
    }
    .page2 .event_section .mw {
        padding: 40px 2vh 60px;
    }
    .page2 .event_section .mw .cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page2 .event_section .mw .cont .left_side {
        padding-right: 0;
        width: 100%;
    }
    .page2 .event_section .mw .cont .left_side:after {
        position: absolute;
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #ddd), color-stop(67%, #ddd), color-stop(87%, #f4f4f4), to(#fdfdfd));
        background: -o-linear-gradient(left, #ddd 0, #ddd 67%, #f4f4f4 87%, #fdfdfd 100%);
        background: linear-gradient(to right, #ddd 0, #ddd 67%, #f4f4f4 87%, #fdfdfd 100%);
    }
    .page2 .event_section .mw .cont .left_side .soc_icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .page2 .event_section .mw .cont .left_side .soc_icons .share_txt {
        display: block;
        color: #b3b3b3;
        font-size: 14px;
        margin-right: 5px;
    }
    .page2 .event_section .mw .cont .left_side .soc_icons ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page2 .event_section .mw .cont .left_side .soc_icons ul li {
        margin-bottom: 0;
        margin-left: 5px;
    }
    .page2 .event_section .mw .cont .left_side .soc_icons ul li a {
        padding: 6px 8px;
        margin-bottom: 0;
        height: 30px;
    }
    .page2 .event_section .mw .cont .left_side .soc_icons ul li a .line {
        display: none;
    }
    .page2 .event_section .mw .cont .left_side .soc_icons ul li a .txt {
        display: none;
    }
    .page2 .event_section .mw .cont .right_side {
        padding-left: 0;
        padding-top: 20px;
    }
    .page2 .event_section .mw .cont .right_side .h3,
    .page2 .event_section .mw .cont .right_side h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .page2 .event_section .mw .cont .right_side .information ul li {
        padding: 5px 0;
        font-size: 14px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .page2 .event_section .mw .cont .right_side .information ul li b {
        min-width: 140px;
    }
    .page2 .results_section .mw {
        padding: 40px 0 60px;
    }
    .page2 .results_section .mw .cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .page2 .results_section .mw .cont .left_side {
        width: 100%;
        padding: 0 2vh;
        padding-bottom: 10px;
    }
    .page2 .results_section .mw .cont .left_side:after {
        position: absolute;
        right: auto;
        left: 2vh;
        top: auto;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #ddd), color-stop(67%, #ddd), color-stop(87%, #f4f4f4), to(#fdfdfd));
        background: -o-linear-gradient(left, #ddd 0, #ddd 67%, #f4f4f4 87%, #fdfdfd 100%);
        background: linear-gradient(to right, #ddd 0, #ddd 67%, #f4f4f4 87%, #fdfdfd 100%);
    }
    .page2 .results_section .mw .cont .left_side ul li a {
        margin: 0 0 10px;
        font-size: 80%;
    }
    .page2 .results_section .mw .cont .right_side {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
    .page2 .results_section .mw .cont .right_side .desc {
        padding: 0 2vh;
        padding-bottom: 15px;
    }
    .page2 .results_section .mw .cont .right_side .desc p {
        font-size: 14px;
    }
    .page2 .results_section .mw .cont .right_side .results_sort {
        padding: 30px 10px;
        margin-bottom: 10px;
    }
    .page2 .results_section .mw .cont .right_side .results_sort .line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page2 .results_section .mw .cont .right_side .results_sort .line .inp_select {
        width: 100%;
        margin-bottom: 10px;
    }
    .page2 .results_section .mw .cont .right_side .results_sort .line .inp_select:last-child {
        margin-bottom: 0;
    }
    .page2 .results_section .mw .cont .right_side .results_sort .line .inp_select select {
        padding: 10px;
    }
    .page2 .results_section .mw .cont .right_side .table {
        overflow-x: scroll;
    }
    .page2 .results_section .mw .cont .right_side .table table {
        width: 100%;
    }
    .page2 .results_section .mw .cont .right_side .table table thead tr th {
        padding: 10px;
        font-size: 80%;
    }
    .page2 .results_section .mw .cont .right_side .table table thead tr th:nth-child(2) {
        min-width: 140px;
        width: auto;
    }
    .page2 .results_section .mw .cont .right_side .table table tbody tr td {
        padding: 10px;
        font-size: 80%;
    }
    .page2 .results_section .mw .cont .right_side .table table tbody tr td a {
        font-size: 14px;
    }
    .page2 .results_section .mw .cont .right_side .table table tbody tr td .results_book_btn {
        font-size: 14px;
        white-space: nowrap;
    }
    .page2 .development_section .mw .cont .center .development_sort {
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    .page2 .development_section .mw .cont .center .development_sort .inp_select select {
        padding: 10px;
    }
    .page2 .development_section .mw .cont .center .development_program .desc {
        margin-bottom: 30px;
    }
    .page2 .development_section .mw .cont .center .development_program .desc .h3,
    .page2 .development_section .mw .cont .center .development_program .desc h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .page2 .development_section .mw .cont .center .development_program .desc p {
        font-size: 14px;
    }
    .page2 .development_section .mw .cont .center .development_program .desc .date {
        margin-top: 30px;
        font-size: 14px;
    }
    .page2 .development_section .mw .cont .center .development_program .desc .table {
        overflow-x: scroll;
    }
    .page2 .development_section .mw .cont .center .development_program .desc .table table {
        min-width: 600px;
    }
    .page2 .development_section .mw .cont .center .development_program .desc .table table tbody tr td {
        padding: 10px 15px;
    }
    .page2 .development_section .mw .cont .center .development_program .desc .table table tbody tr td a {
        font-size: 80%;
    }
    .page2 .development_section .mw .cont .center .development_program .desc .table table tbody tr td a .pdf {
        width: 24px;
        height: 24px;
        min-width: 24px;
        margin-right: 5px;
    }
    .page2 .development_section .mw .cont .center .development_program .desc .table table tbody tr td a .word {
        width: 24px;
        height: 24px;
        min-width: 24px;
        margin-right: 5px;
    }
    .page2 .development_section .mw .cont .right_side .archive {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .page2 .development_section .mw .cont .right_side .archive img {
        width: 16px;
        min-width: 16px;
        margin-right: 5px;
    }
    .page2 .news_section .mw {
        padding: 40px 2vh 60px;
    }
    .page2 .news_section .mw .top_cont .left_side .archive {
        font-size: 14px;
    }
    .page2 .news_section .mw .top_cont .left_side .archive img {
        width: 16px;
        min-width: 16px;
        margin-right: 5px;
    }
    .page2 .news_section .mw .top_cont .right_side .share_cont {
        padding: 0;
    }
    .page2 .news_section .mw .latest_news {
        padding: 30px 10px;
        margin: 30px 0;
    }
    .page2 .news_section .mw .latest_news .h3,
    .page2 .news_section .mw .latest_news h3 {
        font-size: 18px;
    }
    .page2 .news_section .mw .latest_news hr {
        margin: 20px 0;
    }
    .page2 .news_section .mw .latest_news .line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .page2 .news_section .mw .latest_news .line .left_side {
        width: 100%;
    }
    .page2 .news_section .mw .latest_news .line .left_side .big_article {
        margin-bottom: 35px;
    }
    .page2 .news_section .mw .latest_news .line .left_side .big_article .img {
        height: 180px;
        overflow: hidden;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .page2 .news_section .mw .latest_news .line .left_side .big_article .img:hover {
        opacity: 0.7;
    }
    .page2 .news_section .mw .latest_news .line .left_side .big_article .img img {
        height: auto;
        width: 100%;
    }
    .page2 .news_section .mw .latest_news .line .left_side .big_article .title {
        font-size: 115%;
    }
    .page2 .news_section .mw .latest_news .line .left_side .big_article .date {
        padding-top: 5px;
    }
    .page2 .news_section .mw .latest_news .line .right_side {
        width: 100%;
    }
    .page2 .news_section .mw .latest_news .line .right_side article {
        margin: 0 auto 35px;
    }
    .page2 .news_section .mw .latest_news .line .right_side article:last-child {
        margin-bottom: 0;
    }
    .page2 .news_section .mw .latest_news .line .right_side .article {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin: 0 auto 35px;
        max-width: 340px;
    }
    .page2 .news_section .mw .latest_news .line .right_side .article:last-child {
        margin-bottom: 0;
    }
    .page2 .news_section .mw .latest_news .line .right_side .article .img {
        width: 100%;
        height: 180px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page2 .news_section .mw .latest_news .line .right_side .article .desc .title {
        font-size: 115%;
    }
    .page2 .news_section .mw .latest_news .line .right_side .article .desc .date {
        padding-top: 5px;
    }
    .page2 .news_section .mw .news_cont .article_card {
        width: 100%;
        margin: 0 auto 35px;
        max-width: 340px;
    }
    .page2 .news_section .mw .news_cont .article_card .img {
        height: 160px;
    }
    .page2 .news_section .mw .news_cont .article_card .title {
        font-size: 115%;
    }
    .page2 .news_section .mw .pagination {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page2 .news_section .mw .pagination a {
        margin: 0 3px 3px 0;
        padding: 3px 6px;
    }
    .page2 .photo_video_section .mw {
        padding: 0 2vh 40px;
    }
    .page2 .photo_video_section .mw .top_cont .left_side .archive {
        font-size: 14px;
    }
    .page2 .photo_video_section .mw .top_cont .left_side .archive img {
        width: 16px;
        min-width: 16px;
        margin-right: 5px;
    }
    .page2 .photo_video_section .mw .top_cont .right_side .share_cont {
        padding: 0;
    }
    .page2 .photo_video_section .mw .photo_video_cont .card {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 40px;
    }
    .page2 .photo_video_section .mw .photo_video_cont .card .img {
        height: 160px;
    }
    .page2 .photo_video_section .mw .photo_video_cont .card .desc .title {
        font-size: 14px;
    }
	.photo_video_cont .main_photo_blk .main_photo_content .left_arr,
	.photo_video_cont .main_photo_blk .main_photo_content .right_arr {
		display: none;
	}
	.page2 .photo_video_section .go_back .cont {
		width: calc(100% + 4vh);
		margin: 0 -2vh;
	}
	.page2 .photo_video_section .go_back .mw .cont > div {
		font-size: 80%;
	}
	.european_ranking .--cols {
		flex-wrap: wrap;
	}
	.european_ranking .--cols >* {
		width: 100%;
	}
}

.page2 .photo_video_section .more_photo_title {
    margin-bottom: 40px;
	text-align: center;
    color: #fff;
    margin-top: 40px;
    font-size: 40px;
    font-family: "TradeGothicBold", sans-serif !important;
    text-transform: uppercase;
}
@media (max-width: 767px) {
	.page2 .photo_video_section .mw .top_cont,
	.photo_video_cont .main_photo_blk {
		flex-wrap: wrap;
	}
	.page2 .photo_video_section .go_back,
	.photo_video_cont .main_photo_blk {
		width: 100%;
	}
	.photo_video_cont .main_photo_blk .main_photo_content #main_photo {
		height: 300px;
	}
	.page2 .photo_video_section .more_photo_title {
		font-size: 30px;
	}
}
.news_comments .media img {
    width: auto;
}
div.news_item_content.center > div > h3, .news_comments {
    padding-top: 25px;
}
section.user_section  ul  li  a  span.icon img {
    height: 15px;
}
section.user_section ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.user_section ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 8px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    height: 35px;
}
.user_section ul li .bg_fb {
    background-color: #3b5998;
}
.user_section ul li .bg_tw {
    background-color: #55acee;
}
.user_section ul li .bg_vk {
    background-color: #337ab7;
}
.user_section ul li .bg_gplus {
    background-color: #dd4f43;
}
.user_section ul li a .txt {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: TradeGothicBold,sans-serif!important;
}

.user_section ul li a .line {
    content: '';
    margin: 0 10px;
    color: #fff;
    position: relative;
    display: block;
    height: 100%;
    width: 1px;
    background: #fff;
    opacity: .25;
}
.user_section ul li a .icon {
    width: 15px;
    min-width: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.user_section ul li {
    max-width: 220px;
    margin-left: 5px;
}
.user_section div {
    height: 300px;
    margin-top: 60px;
}

.user_section > div > h2 {
    margin-left: 40%;
    margin-bottom: 20px;
}

.anonce_text:hover {
    outline: 0;
    text-decoration: none;
}
.anonce_text {
    font-size: 16px;
    color: #2c2c2c;
    line-height: 20px;
    margin-top: 30px;
}
.page2 .calendar_section .mw .events_sort .bottom_line .line .now_btn.active_now_btn {
    background-color: #337ab7;
}

.page2 .calendar_section .mw .events_sort .bottom_line .line .now_btn.active_now_btn > span {
    color: #fff;
}
.page2 .calendar_section .mw .events_sort .bottom_line .line .now_btn.active_now_btn > span.icon {
    color: #fff;
    background: url(../images/calendar_white.svg) no-repeat center center/cover;
}
.pagination_container {
    padding-bottom: 30px;
}
.results_section .table {
    padding-bottom: 30px;
}
.calendar_event_date_selector {
    padding-left: 20px;
}

.page .main .mw .main_slider .slide .r_side .img {
	position: relative;
}

.page .main .mw .main_slider .slide .r_side .img a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.page .main .mw .main_slider .slide .r_side .img img {
    max-width: 100%;
    max-height: 100%;
	width: auto;
	height: auto;
}
.archive_anhor {
    font-weight: 500;
}

.archive_container {
    padding-bottom: 4px;
}
div.news_item_content > div.desc_main ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

div.news_item_content > div.desc_main ul li {
    display: list-item;
    list-style: disc;
}
.page .header .mw .cont .nav ul li .submenu,.page .header .mw .cont .nav ul li ul {
    z-index:6;
}