

/* Start:/local/templates/.default/components/neftegaz/portal.index.news.weekly/template_2022_08_01_banner1/style.css?1702479289504*/
@media (max-width: 1200px) {
	.news_week__item .top {
		display: block !important;
	}
	.news_week__item .additional .item-add {
		color: #9A9A9A;
		font-size: 14px;
	 	display: inline-block;
		margin-top: 10px;
	}
	.news_week__item .additional .time {
		margin-left: 25px;
	}
	.news_week__item .additional .item-add:before {
		position: relative;
		display: inline-block;
	}
	/*
	.news_week__item .additional .views:before {
		top:7px;
	}

	.news_week__item .additional .time:before {
		top:5px;
	}
	*/
}
/* End */


/* Start:/local/templates/.default/components/neftegaz/portal.index.news.latest/template_2022_08_01/style.css?17092993411046*/
.list_last_news .load_more {
    height: 50px;
    width: 100%;
}

.list_last_news .load_more img {
    display: block;
    margin: auto;
}
.list_last_news .mobile-update {
    display: none;
}
@media screen and (max-width: 1200px) {
    .list_last_news .mobile-hot {
        display: inline-block;
    }

    .list_last_news .mobile-update {
        display: inline-block;
        color: #FF7F00;
    }

    .list_last_news .mobile-hot:before{
        content: '';
        background-image: url('/local/templates/neftegaz/images/icon/fast_news.png');
        display: block;
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 10px;
        height: 15px;
        margin: 0 0 0 5px;
    }
    .list_last_news .load_more {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
	.list_last_news-wrapper {
		overflow: hidden hidden; 
		max-height: 1325px;
	}
.list_last_news-wrapper .list_last_news {
padding-right:30px;
}
.m-list_last_news.list_last_news li {
  padding-right: 0px;
}
}
/* End */


/* Start:/local/templates/.default/components/neftegaz/portal.index.news.latest/template_2022_08_01/assets/simplebar.css?16593627233706*/
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: scroll; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

/* End */


/* Start:/local/templates/.default/components/custom/super/portal-main-carousel/style.css?16977977979102*/
.iternalb {
	text-align:center;
	width:100%;
    position: relative;
}

.iternalb.tablet, .iternalb.mobile {
	display:none;
}

.iternalb .stdpic {
	margin:0 auto;
}

.iternalb.width100 .stdpic {
	width:100%;
}

@media (max-width: 1200px) {
	.iternalb.desktop {
		display:none;
	}
	
	.iternalb.tablet {
		display:block;
	}
}

@media (max-width: 640px) {
	.iternalb.tablet {
		display:none;
	}
	
	.iternalb.mobile {
		display:block;
	}
}

/* Advert Title */
.adTitle_1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    cursor: pointer !important;
    max-width: calc(100% - 40px) !important;
    height: 12px !important;
    line-height: normal !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0 4px !important;
    border-radius: 16px !important;
    font-size: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: .125em !important;
    pointer-events: none !important;
    text-decoration: none !important;
    color: #575c66 !important;
    background-color: #fff !important;
    opacity: .8 !important;
    font-family: YS Text Variable, YS Text, Helvetica, Arial, sans-serif !important
}

.adTitle_2 {
    position: absolute !important;
    top: 6px !important;
    left: 4px !important;
    z-index: 10 !important
    left: 4px !important
}

.adTitle_3 {
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important
}


/* Advert Button */
.adMarkBtn_1.adMarkBtn_2 {
    top: 4px;
    left: 4px;
}

.adMarkBtn_4 {
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 10
}

.adMarkBtn_3.adMarkBtn_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: auto;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.adMarkBtn_3.adMarkBtn_4:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.adMarkBtn_3.adMarkBtn_4 .adMarkBtn_7 svg {
    fill: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

.adMarkBtn_3.adMarkBtn_5 {
    width: 24px;
    height: 24px
}

.adMarkBtn_3.adMarkBtn_5:before {
    width: 42px;
    height: 42px
}

.adMarkBtn_3 .adMarkBtn_7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    -webkit-transition: fill .5s ease-in-out;
    -o-transition: fill .5s ease-in-out;
    transition: fill .5s ease-in-out
}

.adMarkBtn_3 .adMarkBtn_7 svg {
    fill: grey
}

.adMarkBtn_6 {
    --tertiary-color: rgba(255, 255, 255, 0.6);
}

/* Advert Menu */
.adMarkWrap {
    position: absolute !important;
    display: none;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    pointer-events: auto !important;
    direction: ltr !important;
    border-radius: inherit !important
}

.adMarkCloseButton {
    position: absolute !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff !important;
    outline: 0 !important;
    top: 4px !important;
    z-index: 2 !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
}

.adMarkCloseButton {
    min-width: 24px !important;
    min-height: 24px !important;
    right: 4px !important
}

.adMarkCloseButton:focus,
.adMarkCloseButton:hover {
    background-color: #f4f6fb !important
}

.adMarkCloseButton:before {
    content: "" !important;
    width: 42px !important;
    height: 42px !important;
    position: absolute !important;
    top: -4px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.adMarkCloseButton span:after,
.adMarkCloseButton span:before {
    position: absolute !important;
    top: 6px !important;
    left: 11px !important;
    content: " " !important;
    height: 12px !important;
    width: 2px !important;
    background-color: #a3acbf !important
}

.adMarkCloseButton span:before {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

.adMarkCloseButton span:after {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important
}

.adMark_10 {
    font-family: YS Text Variable, YS Text, Helvetica, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 14px !important;
    color: #a3acbf !important;
    margin: 0 !important;
    word-break: break-word !important
}

.adMark_4 {
    font-family: YS Text Variable, YS Text, Helvetica, Arial, sans-serif !important;
    /*height: 100% !important*/
}

.adMark_4 {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 14px !important
}

.adMark_5 {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    font-weight: 700 !important;
    color: #a3acbf !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 16px 36px 8px 22px !important
}

.adMark_6 {
    padding: 8px 26px 8px 16px !important;
    font-size: 12px !important
}

.adMark_7 {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    padding: 0 14px 8px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important
}

.adMark_8 {
    padding: 0 8px 8px !important;
    line-height: 16px !important
}

.adMark_8 {
    font-size: 12px !important
}

.adMark_9 {
    padding: 8px 16px 8px 8px !important
}

.adMark_9 {
    font-size: 13px !important;
    line-height: 18px !important
}

.adMark_1 {
    position: absolute !important;
    width: calc(100% - 4px) !important;
    max-width: 248px !important;
    max-height: 95% !important;
    right: 2px !important;
    top: 4px !important;
    border: none !important;
    border-radius: 16px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    background-color: #fff !important;
}

.adMark_3 {
    width: 100% !important;
    max-height: 100% !important;
    overflow: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: #c6cfd8 #fff !important
}

.adMark_3::-webkit-scrollbar-thumb {
    background: #c6cfd8 !important;
    border-radius: 12px !important;
    border: 4px solid #fff !important
}

.adMark_3::-webkit-scrollbar-track {
    border-radius: 12px !important
}

.adMark_3::-webkit-scrollbar-corner {
    background: #fff !important
}

.adMark_3::-webkit-scrollbar {
    width: 12px !important
}

.adMark_3::-webkit-scrollbar-button {
    display: none !important
}

.adMark_2 {
    /*height: 100% !important*/
}

.menucircle {
    background-color: #fff !important;
    opacity: .8 !important;
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    border-radius: 50% !important;
    -webkit-transition: opacity .15s,background-color .5s ease-in-out !important;
    -o-transition: opacity .15s,background-color .5s ease-in-out !important;
    transition: opacity .15s,background-color .5s ease-in-out !important;
}

.margdown {
    padding-bottom: 50px;
}
/* End */


/* Start:/local/templates/neftegaz/components/custom/super/portal-index-special-2/style.css?17024792892093*/
.special_projects_id .pagingInfo_spec {
    position: absolute;
    z-index: 1;
    right: 114px;
    top: 37px;
    color: #BEBEBE;
}

.special_projects_id .slick-prev,
.special_projects_id .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #0000;
    top: 27px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5;
}

.special_projects_id .slick-prev:hover,
.special_projects_id .slick-next:hover {
    opacity: 1;
}

.special_projects_id .slick-prev {
    right: 68px;
    background-image: url(/local/templates/neftegaz/css/../images/btn/slider_prev.svg);
}

.special_projects_id .slick-next {
    right: 32px;
    background-image: url(/local/templates/neftegaz/css/../images/btn/slider_next.svg);
}

a:hover div.title_block {
    color: #ff7f00;
}

@media (max-width: 1200px) {
    .slider_special_projects__item .pic {
        display: block !important;
    }

    .slider_special_projects__item img {
        width: auto !important;
    }

    .item_book .thumb {
        display: block !important;
    }
}

@media (max-width: 480px) {

    .special_projects_id .slick-prev,
    .special_projects_id .slick-next {
        position: absolute;
        display: block;
        line-height: 0px;
        font-size: 0px;
        cursor: pointer;
        background: #0000;
        top: 520px !important;
        padding: 0;
        border: none;
        outline: none;
        z-index: 4;
        width: 28px;
        height: 28px;
        color: #fff;
        opacity: 0.9 !important;
        border-radius: 50%;
    }

    .special_projects_id .slick-prev {
        right: auto !important;
        left: 16px !important;
        background-image: url(/local/templates/neftegaz/css/../images/btn/slider_prev_4.svg) !important;
    }

    .special_projects_id .slick-next {
        right: 16px !important;
        background-image: url(/local/templates/neftegaz/css/../images/btn/slider_next_4.svg) !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/neftegaz/index.one-big-block.list/with_native_banners1/style.css?17206968066439*/
.flx_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flx_list .additional {
    margin-bottom: 10px;
    overflow: hidden;
    /*opacity: 0;*/
    transition: .3s;
}

.flx_list .item:hover .additional {
    opacity: 1;
}

.flx_list .additional .item-add {
    float: left;
    margin-right: 15px;
    color: #9A9A9A;
    font-size: 14px;
    line-height: 1.4;
    font-weight: inherit;
    opacity: .8;
    display: block;
    position: relative;
    padding-left: 20px;
}

.flx_list .item-add.is-favorite {
    color: #FF7F00;
}

.flx_list .additional.white .item-add {
    color: white;
}

.flx_list .additional.white .views:before {
    background-image: url(/local/templates/neftegaz/images/icon/views.svg);
}

.flx_list .additional.white .time:before {
    background-image: url(/local/templates/neftegaz/images/icon/date.svg);
}

.flx_list .additional.white .favorites:before {
    background-image: url(/local/templates/neftegaz/images/icon/Star_white.svg);
}

.additional .item-add:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
}

.additional .favorites {
    cursor: pointer;
}

.additional .views:before {
    background-image: url(/local/templates/neftegaz/images/icon/views2.svg);
    top: 4px;
}

.additional .time:before {
    background-image: url(/local/templates/neftegaz/images/icon/date_2.svg);
    top: 3px;
}

.additional .favorites:before {
    background-image: url(/local/templates/neftegaz/images/icon/Star.svg);
    top: 1px;
    height: 19px;
    left: 1px;
    width: 20px;
}

.additional .is-favorite.favorites:before {
    background-image: url(/local/templates/neftegaz/images/icon/Star_fill.svg);
}

.flx_list .item {
    position: relative;
    margin-bottom: 3%;
}

.flx_list .item .meta {
    margin-bottom: 10px;
}

.flx_list .item:nth-child(1n+3) {
    margin-bottom: 0;
}

/*.flx_list .item.shadow .thumb a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.158769), rgba(0, 0, 0, 0.158769)), -webkit-linear-gradient(348.6deg, rgba(56, 74, 108, 0.0001) 42.16%, rgba(26, 36, 58, 0.46) 71.54%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.158769), rgba(0, 0, 0, 0.158769)), -o-linear-gradient(348.6deg, rgba(56, 74, 108, 0.0001) 42.16%, rgba(26, 36, 58, 0.46) 71.54%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.158769), rgba(0, 0, 0, 0.158769)), linear-gradient(101.4deg, rgba(56, 74, 108, 0.0001) 42.16%, rgba(26, 36, 58, 0.46) 71.54%);
    background-blend-mode: multiply;
}*/

.flx_list .item.info_vid_3 {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611);
}

.flx_list .item.info_vid_3 .info {
    padding: 0px 50px 22px 30px;
    position: relative;
}

.flx_list .item.info_vid_3 .date {
    display: none;
}

.flx_list .item.info_vid_3 .title {
    margin-top: 0;
}

.flx_list .item.info_vid_3 .category_link {
    position: absolute;
    top: -10px;
    right: 30px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-right: 0;
}

.flx_list .thumb {
    position: relative;
    margin-bottom: 30px;
}

.flx_list .thumb a {
    display: block;
}

.flx_list img {
    display: block !important;
    width: 100%;
    height: auto;
}

.flx_list .title a {
    text-decoration: none;
    font-size: 22px;
    line-height: 1.2;
    color: #000C24;
}

.flx_list .title a:hover {
    color: #FF7F00;
}

.flx_list .title span {
    font-weight: bold;
    font-family: "Gotham Pro";
}

@media (max-width: 1200px) {
    .flx_list .item {
        margin-bottom: 40px;
    }
    /*
    .flx_list .item.info_vid_2 .title a {
        font-size: 24px;
    }
    */
    .flx_list .title {
        margin-top: 14px;
    }

    .flx_list .title a {
        font-size: 18px;
    }

    .flx_list .thumb {
        margin-bottom: 20px;
    }

    .flx_list .item.info_vid_3 .info {
        padding: 0px 50px 20px 20px;
    }

    .flx_list .item.info_vid_3 .category_link {
        top: -15px;
    }

}

@media (max-width: 750px) {
    .flx_list .item {
        margin-bottom: 25px !important;
    }

    .flx_list .thumb {
        margin-bottom: 12px;
    }

    .flx_list .title a {
        font-size: 17px;
    }
    /*
    .flx_list .item.info_vid_2 .info {
        bottom: 0;
        left: 0;
        position: relative;
        max-width: 100%;
    }

    .flx_list .item.info_vid_2 .thumb {
        margin-bottom: 12px;
    }

    .flx_list .item.info_vid_2 .title {
        margin-top: 8px;
    }

    .flx_list .item.info_vid_2 .title a {
        font-size: 17px;
        color: #000C24;
    }
    */
    .flx_list .additional.white .item-add {
        color: inherit;
    }

    .flx_list .additional.white .views:before {
        background-image: url(/local/templates/neftegaz/images/icon/views2.svg);
    }

    .flx_list .additional.white .time:before {
        background-image: url(/local/templates/neftegaz/images/icon/date_2.svg);
    }

    .flx_list .additional.white .favorites:before {
        background-image: url(/local/templates/neftegaz/images/icon/Star.svg);
    }
}

.category_link.useful {
    margin-bottom: 7px;
}
/*@media (min-width: 768px) {
	.info_vid_2 .thumb a img {
		display: block;
		height: 100%;
		width: fit-content;
		max-height: 440px;
	}
	.info_vid_2 .thumb a {
		overflow: hidden;
	}
}*/

@media screen and (min-width:1200px){
    .flx_list .item.info_vid_2 .thumb {
        margin-bottom: 0;
    }
    
    .flx_list .item.info_vid_2 .info {
        position: absolute;
        bottom: 100px;
        left: 50px;
        max-width: 478px;
    }
    
    .flx_list .item.info_vid_2 .title a {
        font-size: 28px;
        line-height: 1.2;
        color: #fff;
    }
    
    .flx_list .item.info_vid_2 .title a:hover {
        color: #FF7F00;
    }
}
/* End */


/* Start:/local/components/neftegaz/portal.persons.top/templates/index-experts_v2/style.css?17024792891565*/
@media (max-width: 1200px) {
    #experts .left .list_experts ul {
        overflow: auto;
    }
}

.regalia_block_hide {
    height: 60px;
    overflow: hidden;
}
.hide_shadow_reit_expert {
    width: 100%;
    height: 60px;
    margin-top: -60px;
    position: relative;
    z-index: 10;
    background-color: #fff0;
    /*background-image: -moz-linear-gradient(rgba(255,255,255,0),#fff);
    background-image: -webkit-linear-gradient(#fff0,#fff);
    background-image: linear-gradient(#fff0,#fff);*/
}
/*
@media (max-width: 768px) {
	.hide_shadow_reit_expert {
		background-image: -moz-linear-gradient(rgba(255,255,255,0),#f2f0eb) !important;
		background-image: -webkit-linear-gradient(#fff0,#f2f0eb) !important;
		background-image: linear-gradient(#fff0,#f2f0eb) !important;
	}
}
*/
/*@media (max-width: 768px) {*/
@media (max-width: 1200px) {
	.list_experts .photo::after {
		z-index: 2;
		content: '';
		display: block;
		background-image: url(/local/templates/neftegaz/css/../images/icon/expert_new.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 90px;
		height: 90px;
		position: absolute;
		bottom: 20px;
		left: -30px;
	}
}
/*@media (min-width: 769px) {
	.list_experts .photo::after {
		z-index: 2;
		content: '';
		display: block;
		background-image: url(/local/templates/neftegaz/css/../images/icon/expert_new.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 150px;
		height: 162px;
		position: absolute;
		bottom: -10px;
		left: -35px;
	}
}*/
/* End */


/* Start:/local/templates/neftegaz/components/custom/super/portal-expert-quote_v2/style.css?1702479289902*/
/*.blockquote .fil_left {
    padding-bottom: 25px;
}*/
.before_hide_shadow_post_person_block {
    height: 55px;
    overflow: hidden;
}
.hide_shadow_post_person_block {
    width: 100%;
    height: 55px;
    margin-top: -55px;
    position: relative;
    z-index: 10;
    background-color: #fff0;
    /*background-image: -moz-linear-gradient(rgba(255,255,255,0),#fff);
    background-image: -webkit-linear-gradient(#fff0,#fff);
    background-image: linear-gradient(#fff0,#fff);*/
}

/*@media (max-width: 768px) {
	.hide_shadow_post_person_block {
		background-image: -moz-linear-gradient(rgba(255,255,255,0),#f2f0eb) !important;
		background-image: -webkit-linear-gradient(#fff0,#f2f0eb) !important;
		background-image: linear-gradient(#fff0,#f2f0eb) !important;
	}
}*/
.blockquote img {
    max-width: 180px !important;
}
@media (max-width: 750px)
{
	.list_experts .photo {
		overflow: hidden;
	}
}
/* End */


/* Start:/local/components/neftegaz/index.one-big-block.list/templates/with_native_banners/style.css?17206967456432*/
.flx_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flx_list .additional {
    margin-bottom: 10px;
    overflow: hidden;
    /*opacity: 0;*/
    transition: .3s;
}

.flx_list .item:hover .additional {
    opacity: 1;
}

.flx_list .additional .item-add {
    float: left;
    margin-right: 15px;
    color: #9A9A9A;
    font-size: 14px;
    line-height: 1.4;
    font-weight: inherit;
    opacity: .8;
    display: block;
    position: relative;
    padding-left: 20px;
}

.flx_list .item-add.is-favorite {
    color: #FF7F00;
}

.flx_list .additional.white .item-add {
    color: white;
}

.flx_list .additional.white .views:before {
    background-image: url(/local/templates/neftegaz/images/icon/views.svg);
}

.flx_list .additional.white .time:before {
    background-image: url(/local/templates/neftegaz/images/icon/date.svg);
}

.flx_list .additional.white .favorites:before {
    background-image: url(/local/templates/neftegaz/images/icon/Star_white.svg);
}

.additional .item-add:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
}

.additional .favorites {
    cursor: pointer;
}

.additional .views:before {
    background-image: url(/local/templates/neftegaz/images/icon/views2.svg);
    top: 4px;
}

.additional .time:before {
    background-image: url(/local/templates/neftegaz/images/icon/date_2.svg);
    top: 3px;
}

.additional .favorites:before {
    background-image: url(/local/templates/neftegaz/images/icon/Star.svg);
    top: 1px;
    height: 19px;
    left: 1px;
    width: 20px;
}

.additional .is-favorite.favorites:before {
    background-image: url(/local/templates/neftegaz/images/icon/Star_fill.svg);
}

.flx_list .item {
    position: relative;
    margin-bottom: 3%;
}

.flx_list .item .meta {
    margin-bottom: 10px;
}

.flx_list .item:nth-child(1n+3) {
    margin-bottom: 0;
}

/*.flx_list .item.shadow .thumb a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.158769), rgba(0, 0, 0, 0.158769)), -webkit-linear-gradient(348.6deg, rgba(56, 74, 108, 0.0001) 42.16%, rgba(26, 36, 58, 0.46) 71.54%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.158769), rgba(0, 0, 0, 0.158769)), -o-linear-gradient(348.6deg, rgba(56, 74, 108, 0.0001) 42.16%, rgba(26, 36, 58, 0.46) 71.54%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.158769), rgba(0, 0, 0, 0.158769)), linear-gradient(101.4deg, rgba(56, 74, 108, 0.0001) 42.16%, rgba(26, 36, 58, 0.46) 71.54%);
    background-blend-mode: multiply;
}*/

.flx_list .item.info_vid_3 {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.175611);
}

.flx_list .item.info_vid_3 .info {
    padding: 0px 50px 22px 30px;
    position: relative;
}

.flx_list .item.info_vid_3 .date {
    display: none;
}

.flx_list .item.info_vid_3 .title {
    margin-top: 0;
}

.flx_list .item.info_vid_3 .category_link {
    position: absolute;
    top: -10px;
    right: 30px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-right: 0;
}

.flx_list .thumb {
    position: relative;
    margin-bottom: 30px;
}

.flx_list .thumb a {
    display: block;
}

.flx_list img {
    display: block !important;
    width: 100%;
    height: auto;
}

.flx_list .title a {
    text-decoration: none;
    font-size: 22px;
    line-height: 1.2;
    color: #000C24;
}

.flx_list .title a:hover {
    color: #FF7F00;
}

.flx_list .title span {
    font-weight: bold;
    font-family: "Gotham Pro";
}

@media (max-width: 1200px) {
    .flx_list .item {
        margin-bottom: 40px;
    }
    /*
    .flx_list .item.info_vid_2 .title a {
        font-size: 24px;
    }
    */
    .flx_list .title {
        margin-top: 14px;
    }

    .flx_list .title a {
        font-size: 18px;
    }

    .flx_list .thumb {
        margin-bottom: 20px;
    }

    .flx_list .item.info_vid_3 .info {
        padding: 0px 50px 20px 20px;
    }

    .flx_list .item.info_vid_3 .category_link {
        top: -15px;
    }

}

@media (max-width: 750px) {
    .flx_list .item {
        margin-bottom: 25px !important;
    }

    .flx_list .thumb {
        margin-bottom: 12px;
    }

    .flx_list .title a {
        font-size: 17px;
    }
    /*
    .flx_list .item.info_vid_2 .info {
        bottom: 0;
        left: 0;
        position: relative;
        max-width: 100%;
    }
    
    .flx_list .item.info_vid_2 .thumb {
        margin-bottom: 12px;
    }

    .flx_list .item.info_vid_2 .title {
        margin-top: 8px;
    }

    .flx_list .item.info_vid_2 .title a {
        font-size: 17px;
        color: #000C24;
    }
    */
    .flx_list .additional.white .item-add {
        color: inherit;
    }

    .flx_list .additional.white .views:before {
        background-image: url(/local/templates/neftegaz/images/icon/views2.svg);
    }

    .flx_list .additional.white .time:before {
        background-image: url(/local/templates/neftegaz/images/icon/date_2.svg);
    }

    .flx_list .additional.white .favorites:before {
        background-image: url(/local/templates/neftegaz/images/icon/Star.svg);
    }
}

.category_link.useful {
    margin-bottom: 7px;
}
/*@media (min-width: 768px) {
	.info_vid_2 .thumb a img {
		display: block;
		height: 100%;
		width: fit-content;
		max-height: 440px;
	}
	.info_vid_2 .thumb a {
		overflow: hidden;
	}
}*/

@media screen and (min-width:1200px) {
    .flx_list .item.info_vid_2 .thumb {
        margin-bottom: 0;
    }

    .flx_list .item.info_vid_2 .info {
        position: absolute;
        bottom: 100px;
        left: 50px;
        max-width: 478px;
    }

    .flx_list .item.info_vid_2 .title a {
        font-size: 28px;
        line-height: 1.2;
        color: #fff;
    }

    .flx_list .item.info_vid_2 .title a:hover {
        color: #FF7F00;
    }
}
/* End */


/* Start:/local/templates/neftegaz/components/custom/super/portal-index-stories/style.css?1626166101714*/
.views2.stories {
    color: #fff !important;
    opacity: 0.8 !important;
}

#slider_nav_home .nav_item {
    position: relative;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    font-size: 13px;
}

#slider_nav_home .nav_item::after {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 0;
    background-color: #FF7F00;
    height: 1px;
    transition: 4s;
}

#slider_nav_home .nav_item.slick-current::after {
    width: 100%;
}
.category_link_stories {
    font-size: 17px !important;
}


@media (max-width: 1200px)
{
	.for_item_home img {
		width: auto !important;
	}
	.for_item_home .thumb {
		display: block !important;
	}
}
/* End */


/* Start:/local/templates/.default/components/neftegaz/portal.index.rates/template2/style.css?17176631741475*/
.choice-dropdown {
    position: absolute;
    left: 70px;
    overflow: hidden;
    display: none;
    z-index: 9;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;

}

.choice-dropdown li {
    list-style-type: none;
    padding: 5px 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 17px;
    color: #9A9A9A;
   content-visibility: auto;
}

.choice-dropdown li:hover {
    background-color: #f2f2f2;
}

.choice-dropdown li.active {
    background-color: #e2e2e2;
}

/*@media (max-width: 780px) {
    .padding_left_right {
        padding-left: 0!important;
    }
}*/

.item__best .txt {
    height: 75px;
    overflow: hidden;
}
.hide_shadow_reit {
    width: 100%;
    height: 75px;
    margin-top: -60px;
    position: relative;
    z-index: 10;
    background-color: #fff0;
    background-image: -moz-linear-gradient(rgba(255,255,255,0),#fff);
    background-image: -webkit-linear-gradient(#fff0,#fff);
    background-image: linear-gradient(#fff0,#fff);
}
.item__best {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.category_link_reit_block {
    font-size: 17px !important;
}

.name_s .right {
    margin-left: auto;
}
/* End */


/* Start:/local/templates/neftegaz/components/custom/super/portal-index-media/style.css?156561163776*/
.pagingInfo3_1,
.pagingInfo3_2,
.pagingInfo3_3{
    top: -87px !important;
}
/* End */


/* Start:/local/components/neftegaz/portal.index.events/templates/image/style.css?1702479289988*/
.tabs_plus_slider .pagingInfo3_4 {
    top: 19px !important;
}

.events_id .slider_tabs .thumb {
    /*height: 410px;*/
    content-visibility: auto;
}

.slider_tabs .slick-slide .partner img {
    width: 109px;
    height: 20px;
}
/*.event .info:hover {
    display: none;
}
.event .info:hover + .thumb::after {
	background: none !important;
}*/
/*
.slider_tabs .event:hover .thumb, #slider_news .slider_news__item {
    z-index: 5;
}
*/

.slider_tabs .event .info {
	display: none;
}
.slider_tabs .event:hover .info {
    display: block;
    border: 1px solid #FF7F00;
    content: " ";
    position: absolute;
    background-color: #1a243a;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    top: 0;
}
.slider_tabs .event {
    background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
}
@media (max-width: 1200px)
{
	.for_item_home img {
		width: auto !important;
	}
	.event .thumb {
		display: block !important;
		/*height: 312px !important;*/
	}
}
/* End */
/* /local/templates/.default/components/neftegaz/portal.index.news.weekly/template_2022_08_01_banner1/style.css?1702479289504 */
/* /local/templates/.default/components/neftegaz/portal.index.news.latest/template_2022_08_01/style.css?17092993411046 */
/* /local/templates/.default/components/neftegaz/portal.index.news.latest/template_2022_08_01/assets/simplebar.css?16593627233706 */
/* /local/templates/.default/components/custom/super/portal-main-carousel/style.css?16977977979102 */
/* /local/templates/neftegaz/components/custom/super/portal-index-special-2/style.css?17024792892093 */
/* /local/templates/.default/components/neftegaz/index.one-big-block.list/with_native_banners1/style.css?17206968066439 */
/* /local/components/neftegaz/portal.persons.top/templates/index-experts_v2/style.css?17024792891565 */
/* /local/templates/neftegaz/components/custom/super/portal-expert-quote_v2/style.css?1702479289902 */
/* /local/components/neftegaz/index.one-big-block.list/templates/with_native_banners/style.css?17206967456432 */
/* /local/templates/neftegaz/components/custom/super/portal-index-stories/style.css?1626166101714 */
/* /local/templates/.default/components/neftegaz/portal.index.rates/template2/style.css?17176631741475 */
/* /local/templates/neftegaz/components/custom/super/portal-index-media/style.css?156561163776 */
/* /local/components/neftegaz/portal.index.events/templates/image/style.css?1702479289988 */
