@import "./normalize.css";
@import "../fonts/fonts.css";
@import "./elements.css?v=3";
.header {
    background-color: #102239;
    width: 100%;
    position: relative;
    z-index: 9999 !important
}

.newssource {
    margin-top: 10px
}

.header .contentbox {
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.icon_menu_toggle {
    display: none;
    width: 23px;
    height: 18px;
    fill: #fff;
    cursor: pointer
}

.logo {
	/*     width: 60px;
	height: 66px */
	height: 66px;
}

.menu_top_nav {
    height: 100%;
    padding-bottom: 5px
}

.menu_top_ul {
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center
}

.menu_top_li {
    margin-right: 22px
}

.menu_top_ul:last-child {
    margin-right: 0
}

.menu_top_li a {
    font-size: .78rem;
    font-family: "Proxima Nova Rg", serif;
    color: #fff
}

.menu_top_li a:hover,
.menu_top_li a.active {
    color: #eab767
}

.seperate_header {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .1);
    margin-left: -20px
}

.weather {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 27px;
    margin-left: 30px
}

.weather:before,
.rate:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    display: block;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    z-index: 2
}

.weather > * {
    color: #fff;
    font-size: .67rem;
    font-family: "Proxima Nova Rg", serif
}

.weather .city {
    margin-right: 17px
}

.weather .icon_weather {
    margin-right: 10px
}

.rate {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 27px;
    margin-left: 30px
}

.rate > p {
    color: #fff;
    font-size: .67rem;
    font-family: "Proxima Nova Rg", serif;
    position: relative;
    padding-right: 16px
}

.rate_up {
    margin-right: 27px
}

.rate_up:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff
}

.rate_down:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff
}

.icon_finder {
    width: 22px;
    height: 22px;
    cursor: pointer;
    fill: #fff;
    color: #fff;
    font-size: 2.29rem;
    font-family: "Proxima Nova Rg", serif;
    line-height: .45
}

.icon_close_finder {
    display: none
}

#icon_close_finder #x1 {
    transform: rotate(45deg) translate(2px, -2px)
}

#icon_close_finder #x3 {
    transform: rotate(-45deg) translate(-10px, -3px)
}

.icon_close_finder_in {
    display: none
}

p.icon_finder {
    display: none
}

.main {
    min-height: calc(100vh - 75px - 372px)
}

.main.contentbox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.main_left_wrapper {
    max-width: 930px
}

.main_right_wrapper {
    width: 290px
}

.share {
    height: 58px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.share.share_top {
    justify-content: flex-end;
    width: 100%
}

.share a {
    display: inline-flex;
    margin-right: 15px
}

footer .share a {
    margin-right: 0
}

.icon_share {
    margin-left: 10px;
    fill: #575757
}

.share_top a:nth-child(1) svg {
    height: 14px;
    width: 24px
}

.share_top a:nth-child(2) svg {
    height: 18px;
    width: 10px
}

.share_top a:nth-child(3) svg {
    height: 16px;
    width: 18px
}

.share_top a:nth-child(4) svg {
    height: 16px;
    width: 17px
}

.share_top a:nth-child(5) svg {
    height: 43px;
    width: 20px
}

.share_top a:nth-child(6) svg {
    height: 16px;
    width: 18px
}

.articles {
    flex-flow: row wrap;
    justify-content: space-between
}

.articles a {
    margin-bottom: 19px;
    width: calc(100% / 3 - 10px);
	border-radius: 5px;
    overflow: hidden;
}

.articles a:nth-child(3n) {
    margin-right: 0
}

.articles + .button_full_area {
    margin-top: 28px;
    margin-bottom: 69px
}

.share_detail {
    height: 45px;
    width: 100%;
    max-width: 370px;
    background: gray
}

.footer {
    background: #102239
}

.footer > .contentbox {
	/* height: 372px;*/
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding: 44px 0
}

.wrapper_links {
    display: flex
}

.links {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 100%
}

.links li {
    display: inline-flex;
    margin: 0 20px 0 0
}

.links a {
    font-size: .76rem;
    color: #fff;
    line-height: 2.05;
    font-family: "Proxima Nova Rg", serif
}

.links_1 {
    margin-right: 76px;
    padding-right: 0
}

.links_3 {
    margin-right: 83px
}

.footer_data {
    max-width: 397px;
    padding: 14px 0 0 39px
}

.share_footer {
    width: 100%;
    margin-bottom: 30px;
    height: 29px;
    justify-content: flex-start
}

.share_footer svg {
    fill: #fff;
    margin-left: 0;
    margin-right: 36px
}

.share_footer a:nth-child(1) svg {
    width: 37px;
    height: 23px
}

.share_footer a:nth-child(2) svg {
    width: 15px;
    height: 29px
}

.share_footer a:nth-child(3) svg {
    width: 28px;
    height: 24px
}

.share_footer a:nth-child(4) svg {
    width: 28px;
    height: 28px
}

.share_footer a:nth-child(5) svg {
    width: 27px;
    height: 27px
}

.contact-new-icons {
    font-size: 0
}

.contact-new-icon-item {
    vertical-align: top;
    display: inline-block
}

.contact-new-icon-item+.contact-new-icon-item {
    margin-left: 10px
}

.contact-new-icon {
    background-image: url(/images/icons-zulioran.png);
    width: 40px;
    height: 40px;
    display: block
}

.contact-new-icon.i1 {
    background-position: 0 0
}

.contact-new-icon.i2 {
    background-position: 0 -40px
}

.contact-new-icon.i3 {
    background-position: 0 -80px
}

.contact-new-icon.i4 {
    background-position: 0 -120px
}

.contact-new-icon.i5 {
    background-position: 0 -160px
}

.contact-new-icon.i6 {
    background-position: 0 -200px
}

.share_footer a:nth-child(6) svg {
    width: 27px;
    height: 25px
}

.mistakes {
    margin-bottom: 17px;
    display: inline-block
}

.mistakes,
.v18,
.license {
    font-size: .67rem;
    font-family: "Proxima Nova Rg", serif;
    color: #fff;
    line-height: 1.286
}

.v18 {
    margin-bottom: 14px
}

.license {
    color: #fff)
}

.flag_exclusive {
    top: 30px;
    left: 25px
}

.logo62info {
    top: 30px;
    right: 25px
}

.items_prev_type_3 p {
    max-width: 794px;
    line-height: 1.3;
    margin: 18px 0
}

.items_prev_type_3 .item_prev {
    height: 650px;
    margin-bottom: 30px
}

.slider {
    margin-top: 25px;
    height: 650px;
    margin-top: 25px;
    margin-bottom: 65px;
    height: 650px
}

.icon_finder_form {
    width: 22px;
    height: 22px;
    fill: #fff
}

.icon_finder_form.black {
    fill: #000
}

@media screen and (max-width: 1199px) {
    .desktop,
    .main_right_wrapper {
        display: none
	}
    .main_left_wrapper {
        max-width: 100%
	}
    .mb_25 {
        margin-bottom: 43px
	}
    .mt_25 {
        margin-top: 40px
	}
    .header .contentbox,
    .menu_top_nav,
    .share_top,
    .items,
    .footer > .contentbox,
    /* .detail_text,*/
    h1.h1_news,
    .article_title,
    .item_data_title,
    h2,
    .items_prev_type_3 p,
    .finder_wrapper {
        padding: 0 28px
	}
    .share_detail,
    .adv,
    .button_full_area {
        margin-left: 28px;
        margin-right: 28px
	}
    .item_prev,
    .items_prev_in,
    .items_prev_in .item,
    .footer_data,
    .items_prev_type_3 p {
        max-width: 1200px
	}
    .header .contentbox {
        height: 65px
	}
    .logo {
        width: 53px;
        height: 57px
	}
    .menu_top_nav {
        padding-left: 27px;
        padding-right: 27px
	}
    .menu_top_ul {
        justify-content: space-between
	}
    .weather {
        margin-left: -12%
	}
    .rate {
        margin-left: -9%
	}
    .weather:before {
        display: none
	}
    .menu_top_nav {
        width: 100%;
        position: absolute;
        left: 0;
		top: 60px;
        background: #f6f6f6;
        height: 41px;
        padding-bottom: 5px;
        z-index: 99999
	}
    .new-contact-left {
        padding: 20px
	}
    .menu_top_li a {
        color: #000
	}
    .menu_top_li a:hover,
    .menu_top_li a.active {
        color: #3996bd
	}
    .share_top {
        margin-top: 41px;
		
        height: 50px;
        justify-content: flex-start
	}
    .share_top .icon_share {
        margin: 0 34px 0 0
	}
    h1.h1_news {
        margin: 10px 0
	}
    h1.article_title {
        line-height: 1.2
	}
    .item_data_title {
        margin: -9px 0 31px
	}
    .exclusive .item_data_title {
        margin: -16px 0 60px
	}
    .flag_exclusive {
        height: 53px;
        max-width: 169px
	}
    .flag_exclusive p {
        padding-left: 23px;
        padding-right: 23px
	}
    .exclusive .item_prev {
        height: 650px;
        margin-bottom: 7px
	}
    .exclusive .slider {
        margin-bottom: 50px;
        height: calc(100vw * 0.541)
	}
    .exclusive .slider img {
        height: calc(100vw * 0.541);
        width: auto
	}
    .exclusive .items_prev_type_3 p {
        margin: 17px 0
	}
    .detail_text {
		margin: 26px 0 10px;
	}
    .detail_text p {
        line-height: 1.3;
        margin: 13px 0
	}
    .items_prev {
        flex-flow: column;
        height: auto;
        padding: 0 28px
	}
    .items_prev_type_2 .item_prev {
        height: 473px
	}
	/*   .items_prev_in .item {
        padding: 0;
        margin-top: 41px
	} */
    .articles .item {
        max-width: 100%;
        height: 389px;
        background-size: 100% 210px;
        background-position: top;
        padding: 49px 12px 42px
	}
    .share {
        padding: 0 28px
	}
    .articles a {
        max-width: calc(50% - 9px);
        width: 100%
	}
    .articles .item_img_wrapper {
        height: 240px
	}
    .row_back {
        display: none
	}
    .item_prev {
        height: 471px;
        padding: 68px 29px
	}
    .item_prev_wrapper,
    .detail_text {
        width: 100%
	}
    .item_prev .item_data {
        bottom: 36px;
        position: absolute
	}
    .item .article_title {
        padding: 0;
        margin-top: 14px
	}
    .items_prev_in {
        padding: 0
	}
    .articles .item .article_type {
        position: absolute;
        top: 14px
	}
    .articles .item .article_type_news {
        display: block
	}
    .articles .item.item_bg {
        justify-content: flex-start;
        padding-top: 230px
	}
    .articles .item.item_bg .article_title {
        max-height: 120px;
        overflow: hidden
	}
    .articles .item.item_bg .article_title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px
	}
    .articles .item.item_bg .article_type {
        top: 162px
	}
    .articles .article_title {
		margin-top: 14px;
        line-height: 1.25;
        color: #000;
		font-weight: 600;
	}
    .articles .item:before {
        height: 210px
	}
    .articles .item_data > * {
        color: #000;
        opacity: .3
	}
    .articles .item_data >:first-child {
        opacity: 1
	}
    .articles .item_data svg {
        fill: #000
	}
    .adv,
    .adv.adv_965 {
        max-width: calc(100% - 60px)
	}
    .adv {
        height: 100px
	}
    .button_full_area {
        max-width: calc(100% - 60px)
	}
    .pagination {
        margin: 9px 0 50px
	}
    .arrow {
        display: none
	}
    .pagination li a {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        background-color: #3996bd;
        width: 58px;
        height: 58px;
        color: #fff;
        margin-right: 15px
	}
    .pagination li.active a {
        background-color: #b0d5e5
	}
    .pagination li a.dot,
    .pagination li.active a.dot {
        background: none;
        color: #3996bd
	}
    .footer > .contentbox {
        justify-content: space-between;
        flex-wrap: wrap;
        height: auto;
        padding-top: 42px;
        padding-bottom: 40px
	}
    .links {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        min-width: 171px
	}
    .footer_data {
        width: 100%;
        padding: 57px 0 0
	}
    .v18 {
        margin-bottom: 7px
	}
    .mistakes {
        max-width: 355px
	}
    .finder {
        background: rgba(0, 0, 0, .9)
	}
    .finder_wrapper {
        width: 100%;
        margin: 103px auto auto
	}
    .hide_finder {
        visibility: hidden
	}
    .finder_tips > div {
        padding: 8px 24px;
        margin: 0 10px 11px 0
	}
    .finder_result {
        margin: 45px 0 0
	}
    .finder_result p {
        margin-bottom: 26px
	}
    .finder_tips {
        width: 100%;
        max-width: 745px
	}
    .wrapper_links_2 {
        width: 100%
	}
    .wrapper_links {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-flow: row
	}
}

@media screen and (max-width: 719px) {
    .new-contact-left {
        padding: 20px
	}
    .seperate_header {
        display: none
	}
    .adaptive {
        display: block
	}
    .share {
        padding: 0 21px
	}
    .items_prev .share {
        padding: 0
	}
    #unit_92164 {
        padding: 0 21px
	}
    .weather,
    .weather .city,
    .rate,
    .menu_top_nav,
    .share_top,
    .rate:before,
    .weather:before {
        display: none
	}
    .header .contentbox,
    .menu_top_li,
    .share_top,
    .items,
    .footer > .contentbox,
    .detail_text,
    h1.h1_news,
    .article_title,
    .item_data_title,
    h2,
    .items_prev_type_3 p,
    .finder_wrapper,
    .adaptive_index_top,
    .items_prev {
        padding: 0 20px
	}
    .share_detail,
    .adv,
    .button_full_area {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 15px;
        padding-right: 15px
	}
    h1.h1_news {
        margin: 12px 0
	}
    p,
    a {
        font-size: .9rem
	}
    .header .contentbox {
        height: 60px
	}
    .logo {
        margin-left: 8px;
	    height: 48px;
		width: auto;
	}
    .rate {
        width: 120px;
        height: 33px;
        flex-wrap: wrap;
        margin-left: -4%;
        margin-right: -20px;
	}
    .rate * {
        margin: 0
	}
    .icon_menu_toggle {
        display: block
	}
    .menu_top_nav {
        padding: 0;
        height: auto;
        z-index: 110;
        background: #102239
	}
    .menu_top_ul {
        padding: 9px 0 21px;
        margin-top: 6px;
        flex-flow: column;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.051);
        border-bottom: 1px solid rgba(255, 255, 255, 0.051)
	}
    .menu_top_li {
        width: 100%;
        margin: 6px 0 4px
	}
    .menu_top_li a {
        width: 100%;
        display: inline-block;
        color: #fff;
        font-size: .86rem;
        font-family: "Proxima Nova Rg", serif;
        line-height: 1.3;
        text-align: center
	}
    .menu_top_li a:hover,
    .menu_top_li a.active {
        color: #eab767
	}
    .share_top {
        height: 87px;
        margin: 0;
        justify-content: space-between
	}
    .share_top .icon_share {
        margin: 0;
        fill: #99999a
	}
    .share_top a:nth-child(1) svg {
        height: 19px;
        width: 37px
	}
    .share_top a:nth-child(2) svg {
        height: 24px;
        width: 13px
	}
    .share_top a:nth-child(3) svg {
        height: 21px;
        width: 23px
	}
    .share_top a:nth-child(4) svg {
        height: 24px;
        width: 24px
	}
    .share_top a:nth-child(5) svg {
        height: 23px;
        width: 14px
	}
    .share_top a:nth-child(6) svg {
        height: 21px;
        width: 23px
	}
    .adaptive_index_top {
        width: 100%;
        height: 60px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center
	}
    .h1_news {
        font-size: 1.43rem;
        padding: 0
	}
    .adaptive_index_top a {
        font-size: .86rem;
        font-family: "Proxima Nova Rg", serif;
        font-weight: 600;
        padding-bottom: 2px;
        border-bottom: 1px solid #bacff2
	}
    .items_prev {
        border: none
	}
    .items_prev_in {
        padding: 0
	}
    .main .articles a {
        margin: 0;
        max-width: 100%;
		overflow: hidden;
	}
    .main .item {
		/*      height: auto; */
		height: unset;
        padding: 20px 15px 0;
        border: 1px solid #ebebeb;
        max-width: 100%;
        width: 100%;
        min-width: 280px;
        margin-top: 0;
        margin-bottom: 19px
	}
    .main .item:not(.item_bg) {
        height: unset;
		min-height: unset;
		border-right: 0;
		border-left: 0;
	}
	
	.item-mobile-hard-height{
		min-height: 208px !important;
	}
	
    .item .item_img_wrapper {
		
		
		position: relative;
		display: flex;
		margin-bottom: 10px;
		margin-right: -15px;
		margin-left: -15px;
		width: 100vw;
	}
    .item > .article_title {
        font-size: .86rem;
        color: #000;
        margin-top: 18px;
        line-height: 1.25;
		font-weight: 600;
	}
    .main .item .article_type {
        top: 0;
        position: relative;
        margin-bottom: 4px
	}
    .main .item.item_bg .article_type {
        top: 175px;
        position: absolute
	}
    .main .item.item_bg .article_title {
        margin-top: 0;
        line-height: 1.25
	}
    .main .item.item_bg .article_title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px
	}
    .main .item.item_bg {
		
		/*  padding-top: 250px */
		padding-top: 0;
	}
    .main .item_data {
        bottom: 21px;
        position: relative;
        margin-top: 20px
	}
    .main .item_data > * {
        color: #000;
        opacity: 1
	}
    .main .item_data svg {
        fill: #000;
        opacity: .3
	}
    .main .item_data span:nth-child(2) {
        opacity: 0
	}
    .adv,
    .adv.adv_965 {
        height: 43px;
        max-width: calc(100% - 40px)
	}
    .button_full_area {
        max-width: calc(100% - 40px)
	}
    .footer > .contentbox {
        padding-top: 29px
	}
    .share_footer {
        justify-content: space-between
	}
    .share_footer a svg {
        margin: 0
	}
    .mistakes {
        display: none
	}
    .license {
        padding-bottom: 37px
	}
    .wrapper_links {
        flex-flow: row wrap;
        justify-content: space-between;
        height: 205px;
        position: relative;
        overflow: hidden
	}
    .wrapper_links_2 {
        position: relative
	}
    .links li {
        margin-bottom: 22px
	}
    .links a {
        line-height: 1.3
	}
    .links_3 {
        margin-bottom: 25px
	}
    .hide_links {
        position: absolute;
        width: calc(100% + 40px);
        height: 25px;
        left: -20px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        bottom: -3px;
        background: #484849;
        z-index: 2
	}
    .hide_links .show_links {
        height: 12px;
        width: 7px;
        transform: rotate(-90deg);
        fill: #fff
	}
    .pagination {
        margin: 9px 0 68px;
        padding: 0 20px
	}
    .pagination li a {
        margin-right: 5px;
        width: 36px;
        font-size: 14px;
        height: 36px
	}
    .pagination li.active span {
        margin-right: 0;
        width: 36px;
        font-size: 14px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center
	}
    .pagination li a.dot {
        width: 30px
	}
    .footer_data {
        padding: 40px 0 0
	}
    .share_footer {
        margin-bottom: 34px
	}
    .v18 {
        margin-bottom: 13px
	}
    h1.article_title {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.3;
        margin-top: 21px
	}
    .main .item_data_title {
        position: static;
        margin: -13px 0 2px
	}
	
	.erid_top{
		padding: 20px 20px 0;
	}
	
    .main .items_prev_type_2 .item {
        height: 183px;
        padding: 0
	}
    .detail_text а {
        padding-left: 0;
        padding-right: 0;
        margin: 26px 0 20px
	}
    .detail_text p {
        line-height: 1.4
	}
    .share_detail {
        margin-left: 0;
        margin-right: 0
	}
    .see_also {
        font-size: 1.43rem
	}
    .finder {
        z-index: 110
	}
    .finder_wrapper {
        margin: 91px auto auto
	}
    .input_finder {
        height: 46px;
        padding: 24px 68px 26px 11px;
        font-size: .76rem
	}
    .icon_finder_form {
        width: 16px;
        height: 16px;
        top: 18px;
        right: 14px
	}
    .finder_tips {
        margin-top: 25px
	}
    .icon_close_finder {
        fill: #fff;
        width: 22px;
        height: 22px;
        display: none!important
	}
    .icon_close_finder_in {
        position: absolute;
        display: block;
        cursor: pointer;
        fill: #fff;
        width: 20px;
        height: 20px;
        top: 27px;
        right: 18px
	}
    .finder_result {
        margin: 28px 0 0;
        line-height: 1.4
	}
    .finder_result a {
        font-size: 1rem
	}
    .finder_result p {
        margin: 11px 0 43px
	}
    .flag_exclusive {
        top: 12px;
        left: 13px;
        height: 35px;
        max-width: 116px;
        padding: 0 24px 0 10px
	}
    .flag_exclusive svg {
        min-width: 14px;
        min-height: 14px;
        margin-right: 5px
	}
    .exclusive .items_prev_type_3 .flag_exclusive p {
        margin: 0;
        padding: 0;
        font-size: .67rem
	}
    .items_prev.items_prev_type_2.items_prev_type_3 p {
        padding: 0
	}
    .exclusive .item_data_title {
        margin-top: -5px
	}
    .exclusive .items_prev_type_3 p {
        max-width: 794px;
        line-height: 1.4;
        margin: 18px 0
	}
    .exclusive .items_prev_type_2 .item {
        margin-bottom: 5px
	}
    .item_img_wrapper img {
		/*  max-width: 100% */
		position: relative;
	}
    .h3 {
        padding: 0 20px
	}
    .detail_text {
        padding: 0;
		
	}
}

.newstags a {
    display: inline-block;
    border: 1px solid #3183a5;
    padding: 4px 8px;
    color: #3183a5;
    font-family: "Proxima Nova Rg", serif;
    font-size: .67rem;
    text-decoration: none;
    margin-top: 10px
}

.project-wrap {
    margin: 0 -15px
}

.project-item {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 15px;
    box-sizing: border-box
}

.project-picture {
    text-align: center;
    display: block;
    background-color: #fff;
    padding-top: 60%;
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 10px
}

.project-picture img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.project-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 9px
}

.project-link {
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 9px
}

.project-link:hover {
    text-decoration: none;
    color: #007dca
}

.project-description {
    color: #6d6d6d;
    display: block;
    font-size: 13px
}

@media (min-width: 440px) {
    .project-item {
        width: 100%;
        float: left;
        margin-bottom: 30px
	}
    .project-item:nth-child(2n+1) {
        clear: both
	}
}

@media (min-width: 660px) {
    .project-item {
        width: 33%
	}
    .project-item:nth-child(2n+1) {
        clear: none
	}
    .project-item:nth-child(3n+1) {
        clear: none
	}
}

@media (min-width: 1000px) {
    .project-item:nth-child(3n+1) {
        clear: none
	}
    .project-item:nth-child(4n+1) {
        clear: none
	}
}

.competition-wrap {
    margin: 0 -15px;
    display: inline-flex;
    flex-wrap: wrap;
}

.competition-item {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 15px;
    box-sizing: border-box
}

.competition-picture {
    text-align: center;
    display: block;
    background-color: #fff;
    /* padding-top: 100%; */
    border: 1px solid #eee;
    /* position: relative; */
    margin-bottom: 10px;
	
    height: 200px;
}

.competition-picture img {
    /* position: absolute;
		left: 50%;
		top: 50%;
		width: 200px;
		-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%) */
    width: 200px;
    object-fit: contain;
    height: 100%;
}

.competition-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 9px
}

.competition-link {
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 9px
}

.competition-link:hover {
    text-decoration: none;
    color: #007dca
}

.competition-description {
    color: #6d6d6d;
    display: block;
    font-size: 13px
}

@media (min-width: 440px) {
    .competition-item {
        width: 50%;
        display: inline-block;
        margin-bottom: 30px
	}
    .competition-item:nth-child(2n+1) {
        clear: both
	}
}

@media (min-width: 660px) {
    .competition-item {
        width: 32.7%
	}
    .competition-item:nth-child(2n+1) {
        clear: none
	}
    .competition-item:nth-child(3n+1) {
        clear: none
	}
}

@media (min-width: 1000px) {
    .competition-item:nth-child(3n+1) {
        clear: none
	}
    .competition-item:nth-child(4n+1) {
        clear: none
	}
}

.prizot62info .preview-text {
    font-size: 14px
}

.prizot62info .time {
    font-size: 13px
}

.prizot62info .links {
    padding-left: 0
}

.prizot62info .links li {
    padding-bottom: 0
}

.mosaicflow__item {
    padding: 3px
}

.mosaicflow__column {
    float: left
}

.mosaicflow__item img {
    display: block;
    width: 100%;
    height: auto
}

.mosaicflow__item img:hover {
    opacity: .6;
    filter: alpha(opacity=60)
}

.mosaicflow {
    margin-bottom: 20px
}

.banner_template {
    width: 100%;
	height: auto !important;
}

.detail_text * {
    max-width: 100%
}

.mm-body {
    background: #fff!important
}

.adv_span {
    font-size: 14px
}

ul#lightgallery {
    list-style-type: none;
    padding: 0
}

#lightgallery li {
    display: inline-block;
	overflow: hidden;
    max-height: 200px;
}

#lightgallery li img{
	object-fit: cover;
}

ul.lightgallery {
    list-style-type: none;
    padding: 0
}

.lightgallery li {
    display: inline-block;
	overflow: hidden;
    max-height: 200px;
    height: 200px;
    background: #000;
	width: 32%;
}

.lightgallery li img{
	object-fit: cover;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.comment {
    background-color: #f6f7f8;
    border-left: 5px solid #102239;
    padding: 20px 40px
}

.comment-text {
    margin-left: 100px;
    margin-top: 50px
}

@media screen and (max-width: 719px) {
    .comment-text {
        margin-left: 0;
        margin-top: 100px
	}
    #weather {
        display: none
	}
}

.comment-author {
    font-weight: 700;
    text-align: right;
    margin-top: 24px
}

.comment-author-top {
    margin-bottom: 20px
}

.comment-author-top-photo {
    width: 80px;
    float: left
}

.comment-author-top-photo img {
    border-radius: 50%;
    display: block
}

.comment-author-top-name {
    margin-left: -80px;
    padding-left: 100px;
    width: 100%;
    float: left;
    box-sizing: border-box
}

.comment-atn-1 {
    font-size: 18px;
    margin-bottom: 5px
}

.comment-atn-2 {
    font-size: 13px;
    color: #6d6d6d
}

.vote-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vote-position {
    /* height: 60px; */
    margin-bottom: 2px
}

.vote-name a {
	
    color: #333;
    margin-top: 10px;
    text-decoration: none;
    display: block
}

.author {
    overflow: hidden;
    margin-bottom: 10px
}

.author img {
	
    width: 55px
}

.author-more {
    width: 100%;
	
}


.authors-detail {
    font-size: 15px;
    overflow: hidden;
    line-height: 1.6
}

.authors-detail .detail_picture {
    margin: 0 15px 7px 0;
    width: 50%;
    float: left
}

.news-today-item-content a,
.news-today-item-content p {
    font-size: .9rem;
    font-family: "Proxima Nova Rg", serif
}

.news-today {
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    display: flex
}

.news-today-item {
    width: calc(100% / 3 - 10px);
    border: 2px solid #3996bd;
    margin-bottom: 20px
}

.news-today-item-content {
    padding: 20px
}

.news-today-item-content a {
    color: #0075a7;
    margin-bottom: 6px
}

.news-today-item-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start
}

.only_mobile {
    display: none
}

@media screen and (max-width: 719px) {
    #my-widget {
        padding: 0 20px
	}
    .news-today-item {
        width: 100%
	}
    .only_mobile {
        display: block;
        width: 100%;
        margin-bottom: 20px
	}
    .margin-20-mobile {
        margin-bottom: 20px
	}
    .hidden-mobile {
        display: none!important
	}
}

@media screen and (max-width: 1199px) {
	.mobile-sizer{
		margin: 0 20px;
	}
	
    #my-widget {
        padding: 0 28px
	}
	
	.center-mobile-btn{
		margin-bottom: 20px;
		margin: 0 auto;
		display: block;
		max-width: 160px;
	}
}

.bx-core-adm-dialog {
    z-index: 9999999!important
}

.lg-backdrop {
    z-index: 9999999!important
}

.lg-outer {
    z-index: 99999999!important
}

.sub-main-news {
    position: relative;
    height: 50%; 
    background-position: center !important;
    background-size: cover !important;
	border-radius: 5px;
    overflow: hidden;
}

.sub-main-news.sub1 {
    border-left: 2px solid #fff;
    border-bottom: 1px solid #fff
}

.sub-main-news.sub2 {
    border-left: 2px solid #fff;
    border-top: 1px solid #fff;
	margin-top:20px;
}

@media screen and (max-width: 1199px) {
	/*  .sub-main-news {
        border: 0!important;
        padding: 20px
	} */
    .sub-main-news.sub1 {
        margin-top: 20px;
        margin-bottom: 20px
	}
    .sub-main-news .article_title {
        font-size: 1.9rem
	}
    .sub-main-news .item_data {
        display: none
	}
}

.split-banners {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.spl-banner {
    width: calc(50% - 10px)
}

@media screen and (max-width: 719px) {
    .split-banners {
        display: block;
        padding: 20px
	}
    .spl-banner {
        width: 100%
	}
    .sub-main-news {
        border: 0!important;
        padding: 0
	}
    .sub-main-news .article_title {
        font-size: .9rem
	}
    .sub-main-news .item:not(.item_bg) {
        border: 0
	}
}

.files a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px dashed #a7a3a3
}

.subscribe_block {
    display: flex;
    align-items: center;
    justify-content: left;
    border-top: 2px solid #3996bd;
    border-bottom: 2px solid #3996bd;
    color: #000;
    padding: 20px;
}

.subscribe_block a {
    font-weight: 600;
    color: #fff;
}

.subscribe_block img {
    margin-right: 10px;
}

a.no-decoration {
    text-decoration: none;
}

.top {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    bottom: 0;
    display: none;
    font-weight: 700;
    margin: 20px;
    position: fixed;
    color: #102239;
    right: 0;
    text-decoration: none;
    z-index: 999999;
    background: #f1f1f1;
    padding: 0px;
    font-size: 29px;
    line-height: 2.05;
    font-family: "Proxima Nova Rg", serif;
    border: 0px solid #000000;
}

.top.show {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

#subscribe_advice {
    margin-bottom: 30px;
}

.404_link {
    display: inline-block;
    padding: 10px 20px;
}

.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 9999999;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window > div {
    width: 620px;
    position: absolute;
    height: 90%;
    top: 50%;
    left: 50%;
    overflow: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
}

@media (max-width: 920px) {
    .modal-window > div {
        width: 60%;
        height: 80%;
        padding: 40px 10px;
	}
}

@media (max-width: 660px) {
    .modal-window > div {
        width: 90%;
        height: 90%;
	}
    .hidden-mobile {
        display: none;
	}
    .center-mobile-btn {
        margin: 0 auto;
        display: block;
        width: 156px;
	}
    .mobile-items-prev {
        padding: 0;
	}
    .main .item.item_bg .article_title {
        font-weight: 600;
	}
}

.modal-window header {
    font-weight: bold;
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-close {
    color: #000;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    font-weight: bold;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}

.modal-btn {
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #ffffff;
    font-size: .78rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
    max-width: 930px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

:root {
    --swiper-theme-color: #102239 !important;
}

#promo-a {
    height: 100%;
    position: fixed;
    height: 1852px;
    width: 100%;
    background-repeat: no-repeat;
	cursor: pointer;
}

.menu_top_li.dropdown:not(.active) .menu_top_ul {
    display: none;
}

.menu_top_ul.submenu {
    position: absolute;
    height: auto;
    z-index: 9999999;
    background-color: #102239;
    padding: 13px 15px;
    margin-left: -15px;
}

@media screen and (max-width: 1199px) {
	.menu_top_ul.submenu {
		background-color: #f6f6f6;
		
		margin-left: -94px;
	}
	
	.mobile-padding{
		padding: 0 28px;
	}
}

.svg-more {
    -moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg);
    fill: #fff;
}

.menu_top_li.dropdown.active .menu_top_ul.submenu {
    display: block;
}

.menu_top_li.dropdown.active .svg-more {
    -moz-transform: rotate(0deg);
    /* Для Firefox */
    -ms-transform: rotate(0deg);
    /* Для IE */
    -webkit-transform: rotate(0deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg);
    /* Для Opera */
    transform: rotate(0deg);
}

div.search-item h4 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 16px;
}

div.search-item h4 a {
    font-family: 'Proxima Nova Rg', serif;
}

@media screen and (max-width: 719px) {
    .menu_top_ul.submenu {
        position: relative;
        height: auto;
        /* z-index: 9999999; */
        background-color: #102239;
        margin-left: 0px;
        border-bottom: 0;
	}
    #lightgallery {
        width: 100vw;
		min-height: 200px;
		height:200px;
	}
    #lightgallery li,
    #lightgallery li img {
        width: 100%;
		height: 100%;
		/* object-fit: cover; */
		
		object-fit: contain;
		background: #000;
	}
	
	.lightgallery {
        width: 100vw;
		min-height: 200px;
		height:200px;
	}
    .lightgallery li,
    .lightgallery li img {
        width: 100%;
		height: 100%;
		/* object-fit: cover; */
		
		object-fit: contain;
		background: #000;
	}
	
    .detail-image-wrapper {
        margin-right: -20px;
        margin-left: -20px;
        width: 100vw;
	}
    .search-page {
        padding: 20px;
	}
    .detail_text img {
        margin-right: -20px;
        margin-left: -20px;
        max-width: 100vw;
        height: auto;
	}
	
	.mobile-padding{
		padding: 0 20px;
	}
}


.test_list{
	min-height: 70vh;
}

.test_image{
    width: 100%;
	height: auto;
}

.test_detail{
	margin: 20px auto 60px;
    width: 690px;
	text-align: center;
	min-height: 70vh;
}

.test_descr{
	text-align: left;
}

@media screen and (max-width: 740px) {
	.test_detail{
		width: 100%;
		
	}
	
	.test_descr{
		padding: 0 20px;
	}
}

.q_item{
    margin: 12px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.q{
	cursor: pointer;
	display: flex;
    align-items: center;
}

.q label{
	text-align: left;
}

.q *{
	cursor: pointer;
}


.q [type="checkbox"]{
    margin: 10px 10px 10px 0;
	width: 20px;
    height: 20px;
	min-width: 20px;
	min-height: 20px;
}

.q_a{
	font-weight: 600;
	margin: 10px;
}

.q_a.good{
	color: #08ab08;
}



.q_a.bad{
	color: #e02727; 
}



.q_descr img{
	max-width:100%;
	height: auto;
}

@media screen and (max-width: 740px) {
	.q_descr p{
		padding: 0 20px;
	}
	
	.q_item{
		padding: 0px 20px;
	}
}

.news_list_modern{
	padding: 20px;
    background: #eee;
    margin-bottom: 30px;
    border-radius: 5px;
}

.news_list_modern ul{
	list-style: none;
	margin: 0 0 14px 0;
    padding: 0;
}

.news_list_modern ul li{
    display: flex;
    align-items: center;
	margin-bottom: 6px;
}


.news_list_modern ul li.date{
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 6px;
}

.news_list_modern ul li .clock{
    font-size: 14px;
    width: 120px;
    display: inline-block;
	min-width: 120px;
}

@media screen and (max-width: 719px) {
	.news_list_modern ul li{
		display: block;
		margin-bottom: 20px;
	}
	
	.news_list_modern ul li .clock{
		display: block;
	}
	
	.items_prev_in{
		margin: 0;
	}
}


.news_list_modern .more{
	margin: 20px 0px;
    font-size: 18px;
    font-weight: 600;
	cursor: pointer;
}

.news_list_modern ul li a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.news_list_modern ul li a:hover{
	text-decoration: underline;
}

.index-page-vip{
	width:60%;
	overflow: hidden;
}

.prev_next_detail{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.prev_next_detail a{
	text-decoration: none;
	
}

.prev_next_detail .fleft{
	padding-right: 20px;
	text-align: left;
	width: 50%;
}

.prev_next_detail .fright{
	padding-left: 20px;
	text-align: right;
	width: 50%;
}

@media screen and (max-width: 719px) {
	
	.prev_next_detail{
		flex-direction: column;
	}
	
	.prev_next_detail .fleft,.prev_next_detail .fright{
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
		text-align: center;
	}
	
	.content_wrapper{
		padding: 0 20px;
	}
}


.citata-wrapper{
	border: 2px solid rgb(57, 150, 189);
	padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
	margin-bottom: 30px;
	border-radius: 5px;
}

.citata-wrapper img{
    border-radius: 70px;
    height: 140px;
    width: 140px;
}

.citata-wrapper a{
	text-decoration: none;
	color: #000;
}

.citata-wrapper .citata-header-sub{
	font-size: .9rem;
}


.citata-wrapper .citata-text{
	padding: 20px 0 0;
	font-style: italic;
}

.citata-wrapper:hover .citata-text{
	text-decoration: underline;
}




.fixed-bottom{
	display: none;
}

@media screen and (max-width: 719px) {
	.fixed-bottom{
		position: fixed;
		bottom: 0px;
		margin: 0px;
		z-index: 999;
		display: flex;
		
		
	}
	
	.fixed-bottom .banner_template{
		height:100% !important;	
	}
	.fixed-bottom .only_mobile{
		margin: 0px;
		padding: 0;
		display: flex;
	}
}


.subscribe-yandex-62{
	position: fixed;
    top: 100px;
    left: 40px;
	
    z-index: 999;
    background: #fff;
	
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	padding: 20px;
}

@media screen and (max-width: 719px) {
	.subscribe-yandex-62{
		right: 40px;
	}
}

.subscribe-yandex-62 h2{
    font-size: 20px;
}

.subscribe-yandex-62 .link{
	margin-top: 10px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.subscribe-yandex-62 .sbscr-link{
    padding: 12px 22px;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}


#detail-blocker{
	display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.delim{
	border: none;
    color: #eee;
    background-color: #eee;
    height: 2px;
}

table{
	border: 1px solid #eee;
}

table td{
	padding: 20px;
	min-width: 170px;
}

table tr:hover{
	background-color: #f7f7f7;
}

table td p{
	margin: 0;
}

.author{
	display: flex;
    flex-direction: row;
	
}

.author .image{
	margin-right: 10px;
}

.author .author-more{
	
	color: #000;
    /* flex-direction: column;
	justify-content: center; */
	display: flex;
}

.author .author-more .title{
	font-size: 16px;
	font-weight: 600;
	margin-left: 8px;
}
.author .author-more a{
	color: #000;
}

.author-title{
	margin-bottom: 10px;
    font-size: 15px;
    color: #4a4a4a;
}


.author-link{
	color: #102239;
    font-weight: 600;
	margin-bottom: 6px;
	font-size: 20px;
}


.author .author-more .info{
	font-size: 14px;
	font-weight: 500;
	color: #929292;
}

.author-wrap{
	display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}



@media screen and (max-width: 1199px) {
	.author-wrap{
		padding: 20px;
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 719px) {
	.author-wrap{
		padding: 20px;
		display: block;
	}
}

.author-item{
	display: flex;
	margin-bottom: 14px;
}

.video-icon, .gallery-icon{
    display: flex;
    align-items: center;
	margin-left: 10px;
}

.icon-box-flex{
	display: flex;
    width: 50px;
    margin: 0;
    justify-content: flex-end;
}


.send-material-wrapper{
	border: 2px solid rgb(57, 150, 189);
    padding: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
	flex-direction: column;
}

.send-material-wrapper svg{
	width: 50px;
	height:50px;
	fill: rgb(57, 150, 189);
}

.send-material-form{
	margin-bottom: 60px;
}

.send-material-form .row{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.send-material-form .row label{
	font-size: 18px;
	margin: 10px 0;
	
}

.send-material-form .row .send-textarea{
	width:100%;
	min-height: 300px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 20px;
}

.send-material-form .row .send-file{
	font-family: "Proxima Nova Rg", serif;
    font-size: 15px;
    color: #000;
    padding: 12px 0px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.send-material-form .row .send-textarea:focus{
    border: 1px solid #3996bd;
    outline: none;
	
}

.send-material-form .notice{
	font-size: 14px;
}

.send-material-form .text-danger{
	color: red;
    font-size: 18px;
    margin-top: 16px;
}

.form-result-wrapper{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-bottom: 200px;
}
.form-result-wrapper svg{
    fill: #3996bd;
    width: 200px;
    height: 200px;
    margin: 40px;
}

.share-material{
	height: 58px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: left !important;
}

.weather-wrapper{
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 719px) {
	.weather-wrapper{
		padding: 0 20px;
	}
}

.weather-item , .gsInformer{
	width: 100% !important;
	margin-bottom: 20px;
}

.readmore{
    display: flex;
    align-items: center;
	/* padding: 20px 0;
		border-top: 1px solid #eee; 
	border-bottom: 1px solid #eee; */
	flex-wrap: wrap;
}

.readmore a{
    margin: 0px 0px 10px 0px;
}


.fixed-bttom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 99999;
}

.fixed-bttom-container{
    position: fixed;
    bottom: 0;
    /*left: 0;*/
    width: 100%;
	max-width: 965px;
    /*height: 150px;*/
    z-index: 99999;
	
	left: 50%;
    transform: translateX(-50%);
}

.sbscr-button-news{
	/*	border: 1px solid #eee; */
	border-radius: 10px;
	display: flex;
	flex-direction: center;
	align-items: center;
    min-height: 60px;
}

.sbscr-button-news img{
	
	width: 200px;
}

.ab_reporterror-wrap{
	bottom:100px !important;
}


body.lg-on{
	
}
.all-col-none{
	display: flex;  
	flex-wrap: nowrap;
}
.left-col-none,
.right-col-none{	
	flex: 0 1 100%;
}
.left-col-none{	
	 
}
.right-col-none{	
	 
}
.main.contentbox{
	flex: 1 0 auto;
}
@media (max-width: 1259.98px) {
	.left-col-none,
	.right-col-none{
	    display:none;
	}
}