

/* Start:/local/templates/oblgaz/components/bitrix/breadcrumb/.default/style.min.css?1708387200467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/oblgaz/components/bitrix/menu/overlay_menu/style.min.css?17083872002111*/
ul#vertical-multilevel-menu,#vertical-multilevel-menu ul{margin:0;padding:0;list-style:none;width:214px;font-size:12px}#vertical-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;border:1px solid #c1c1c1;border-bottom:0;width:200px}#vertical-multilevel-menu li a{display:block;text-decoration:none;color:#4f4f4f;font-weight:bold;padding:5px;background:#f5f5f5;border-bottom:1px solid #c1c1c1}#vertical-multilevel-menu li a.item-selected{background-color:#d6d6d6}#vertical-multilevel-menu li a:hover{background-color:#d6d6d6}#vertical-multilevel-menu a.root-item{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/local/templates/oblgaz/components/bitrix/menu/overlay_menu/images/item_bg.gif) 0 0 no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.root-item:hover,#vertical-multilevel-menu a.root-item-selected:hover{background:#61656a url(/local/templates/oblgaz/components/bitrix/menu/overlay_menu/images/item_bg.gif) 0 -26px no-repeat}#vertical-multilevel-menu a.root-item-selected{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/local/templates/oblgaz/components/bitrix/menu/overlay_menu/images/item_bg.gif) 0 -26px no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.parent{background:#f5f5f5 url(/local/templates/oblgaz/components/bitrix/menu/overlay_menu/images/arrow.gif) center right no-repeat;padding-right:10px}#vertical-multilevel-menu a.denied{background:#f5f5f5 url(/local/templates/oblgaz/components/bitrix/menu/overlay_menu/images/lock.gif) center right no-repeat;color:#ddd;padding-right:10px}/*\*/* html ul#vertical-multilevel-menu li{float:left;height:1%}* html ul#vertical-multilevel-menu li a{height:1%}/**/#vertical-multilevel-menu li ul.root-item{margin:-27px 0 0 210px}#vertical-multilevel-menu li ul{margin:-27px 0 0 133px}#vertical-multilevel-menu li:hover ul ul,#vertical-multilevel-menu li.jsvhover ul ul,#vertical-multilevel-menu li:hover ul ul ul,#vertical-multilevel-menu li.jsvhover ul ul ul{display:none}#vertical-multilevel-menu li:hover ul,#vertical-multilevel-menu li.jsvhover ul,#vertical-multilevel-menu li li:hover ul,#vertical-multilevel-menu li li.jsvhover ul,#vertical-multilevel-menu li li li:hover ul,#vertical-multilevel-menu li li li.jsvhover ul{display:block}
/* End */


/* Start:/local/templates/oblgaz/template_styles.css?173871360031605*/
html {
    font-size: 20px !important;
}
p {
    text-align: justify;
    padding-bottom:10px;
}
a {
    transition: opacity ease 0.3s;
}
a:hover {
    opacity: 0.7;
}
div.bg, div.bg2 {
    padding: 20px;
    background: #f2f3f4;
    margin: 0 0 1rem;
}
div.bg2 {
    background: #e9f2f9;
}
div.bg2.wide {
    max-width: 800px;
    font-weight: 300;
}
a.blue-bordered {
    color: #037ac1;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-color: rgba(3,122,193,0.2);    
}
.g-35 {
    gap: 35px !important;
}

.align-left p {
    text-align: left !important;
}

.header__logo {
    height: 64px;
    background-image: url("/local/templates/oblgaz/img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bb_light-gray {
    border-bottom: 1px solid #eee;    
}

.swiper {
    width: 100%;
    height: 100%;
}
  
.swiper-slide {
    display: block;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.main__banners {
    width: 100%;
    height: 400px;
    position: relative;
}
.main-carousel__slide-wrapper {
    max-width: 1600px;
    height: 100%;
    /*-webkit-box-sizing: content-box;
    box-sizing: content-box;*/
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner__content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    z-index: 1;
    padding: 0 50px 0 0;
}
.banner__img {
    position: absolute;
    width: 100%;
    align-self: stretch;
    height: 400px;
	left: 50%;
    /*background-position: 85% top;*/
    background-repeat: no-repeat;
    background-size: contain;
}
.banner__title {
    color: #FFF;
    font-size: 52px;
    line-height: 52px;
    font-weight: 500;
    text-align: left;
}
.banner__title a {
	display: inline-block;
	position: relative;
	transition: all ease 0.3s;
}
.banner__title a::after {
	content: "";
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    top: 7px;
    right: 0px;
	background-image: url("/local/templates/oblgaz/img/ico-arrow-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.banner__title a:hover {
	opacity: 0.7;
}
.banner__subtitle {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255,255,255, 0.7);
    text-align: left;
}
.carousel-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    position: relative;
    z-index: 1;
}
.carousel-pagination .swiper-pagination-bullet {
    background: rgba(0,0,0,0.7) !important;
    margin: 0 !important;
}
.carousel-pagination .swiper-pagination-bullet-active {
    background: #000 !important;
}
.carousel-button-next, .carousel-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 44px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/oblgaz/img/carousel_arrow.svg");
    transition: all ease 0.3s;
}
.carousel-button-prev {
    left: 50px;
    transform: translateY(-50%) rotate(180deg);
}
.carousel-button-next {
    right: 50px;
}
.carousel-button-next:hover, .carousel-button-prev:hover {
    background-image: url("/local/templates/oblgaz/img/carousel_arrow-active.svg");
}
.carousel-button-prev.swiper-button-disabled, .carousel-button-next.swiper-button-disabled {
    display: none;
}

.main__top.top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}
.main__top.top .top__item {
    flex-basis: 50%;
}
.top__item-inner {
    flex-wrap: wrap;
}
.top__block:hover {
    background: #fff !important;
    color: #000 !important;
    opacity: 0.7 !important;
}
.top__block:hover::after {
    background: url("/local/templates/oblgaz/img/arrow-blue.svg") center/contain no-repeat !important;
}
.top__block::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    margin-right: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.top__block_lkf::before {
    background: url("/local/templates/oblgaz/img/person.svg") center/contain no-repeat;
}
.top__block_pay::before {
    background: url("/local/templates/oblgaz/img/pay.svg") center/contain no-repeat;
}
.top__block_pok::before {
    background: url("/local/templates/oblgaz/img/send.svg") center/contain no-repeat;
}
.top__block_dog::before {
    background: url("/local/templates/oblgaz/img/dogovor.svg") center/contain no-repeat;
}
.top__block_org::before {
    background: url("/local/templates/oblgaz/img/org.svg") center/contain no-repeat;
}
.top__block_uz::before {
    background: url("/local/templates/oblgaz/img/connect-new.svg") center/contain no-repeat;
}
.main__inner {
    margin-top: 20px;
}
.main__asside {
    margin-top: 0 !important;
}
@media screen and (max-width: 767px) {    
	.main-carousel__slide-wrapper {
		padding: 0 20px;
	}
    .banner__content {
        flex-basis: 100%;
    }
    .banner__img {
        display: none;
    }
    .carousel-button-next,.carousel-button-prev {
        display: none !important;
    }
    .banner__title {
        font-size: 36px;
        line-height: normal;
    }
    .banner__subtitle {
        font-size: 18px;
        line-height: normal;
    }
    .main__top.top {
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }
    .main__top.top .top__item {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 480px) {
    .banner__title {
        font-size: 26px;
        line-height: normal;
    }
	.banner__title a::after {
		width: 26px;
		height: 26px;
	}
}
.single__page {
    margin: 30px 0;
}
.single__page h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    margin-bottom: 15px;
    text-decoration: none;
}
.single__page p{
    font-size: 20px;
    line-height: 143.9%;
    font-style: normal;
    font-weight: 350;
}
.single__page a {
    display: inline-block;
    color: #006fba;
    font-weight: 400;
    transition: all ease 0.3s;
}
.single__page a:hover {
    color:#0966b5;
    text-decoration: underline;
}
.table_wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
}
.table-responsive table {
    border-collapse: collapse;
    margin-bottom: 30px;
    border: none;
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
}
.table-responsive table th {
    padding: 5px 3px;
    font-weight: 500;
    text-align: left;
    color: #000;
    vertical-align: top;
    border-bottom: solid 1px #009fde;
}
.table-responsive table td {
    border: none;
    border-bottom: solid 1px #e6e6e6;
    padding: 3px 20px 3px 3px;
}
.table_notes {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
    color: #999;
}
.search-form {
    width: 0;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 32px;
    position: relative;
}
.search-form input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 37px 0 10px;
    font-size: 18px;
}
.search-form button {
    display: none !important;
}
.search-form.opened {
    width: 300px;
    border: 1px solid #007ac2;
    transition: all ease 0.3s;
}
.search-form.opened button {
    display: block !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 28px;
    height: 28px;
}
.cols-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cols-2>div{
    flex-basis: 48%;
}
.menu__item .sub-menu {
    position: absolute;
    top: inherit !important;
    left: 0;
    min-width: 200px;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #007ac2;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    /* margin-top: 5px !important; */
}
.menu__item._active .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}
.menu__item._active .menu__link:hover {
    color: #FFF !important;
}
.menu__item:hover .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}
.accordeon_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 25px 0 15px;
}
.accordeon_subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 15px;
    margin: 25px 0 15px;
}
.accordeon_wrapper {
    padding-left: 30px;
    margin-bottom: 25px;
}
.blocks.accordeon-wrapper {
    gap: 0px;
}
.accordeon-wrapper .blocks__item, .accordeon_wrapper .blocks__item {
    padding: 10px 20px;
    background: rgba(7,122,192,0.10);
    border-radius: 10px;
    margin: 0 0 10px;
    cursor: pointer;
}
.accordeon-wrapper .blocks__item:hover, .accordeon_wrapper .blocks__item:hover {
    background: rgba(7,122,192,0.05);
}
.accordeon_btn {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* color: #006fba; */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    /* margin-top: 30px; */
    cursor: pointer;
}
.accordeon_btn svg {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6px;
    flex: 0 0 6px;
    stroke: #006fba;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.accordeon_content {
    padding: 0 15px;
    height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
}
.accordeon_btn.opened + .accordeon_content {
    padding: 5px 15px;
}
.accordeon_content h5 {
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase;
    color: #0966b5;
}
.accordeon_content ul {
    margin: 0 0 20px 40px;
    padding: 0 0 4px 0;
    border: none;
    line-height: 20px;
    font-size: 16px;
    font-family: Calibri, Arial, Helvetica, Sans-serif;
    list-style-type: square;
}
.accordeon_content ul li {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 17px;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 143.99%;
}
.accordeon_content ul li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: black;
    left: 0;
    top: 13px;
}


.form__item .error {
    text-align: left;
}
span.error {
    display: block;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}
input.btn-submit:disabled {
    background: #C1C1C1;
    border-color: #C1C1C1;
    cursor: inherit;
}
div.messageBox {
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
}
div.messageBox.error {
    background: #f7b4b4;
    color: #ad0000;
}
div.messageBox.success {
    background: #b8f7b4;
    color: #29ad00;
}
.drop-zone {
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.drop-zone__content {
    width: 100%;
    position: absolute;
}
.drop-zone__thumbnail {
    width: 100%;
    aspect-ratio: 1.5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.form .drop-zone input {
    position: relative;
    height: 100%;
    min-height: 160px;
    opacity: 0;
}
span.drop-zone__prompt.hide-before::before {
    display: none !important;
}

.loader_wrapper {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 100; */
    text-align: center;
}
.lds-ring {
    display: inline-block;
    /* position: absolute; */
    width: 40px;
    height: 40px;
    /* top: 150px;
    left: 50%;
    transform: translateX(-50%); */
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 5px;
    border: 5px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #007ac2 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.statements {
    margin-top: 30px;
}
.flex__right ul.message__items {
    height: auto;
    max-height: 250px;
    overflow-y: auto;
}
li.message__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
span.message__date {
    font-size: 14px;
    font-weight: 500;
    color: #999;
}
span.message__status {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
span.message__status::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.new span.message__status {
    color: #007ac2;
}
.new span.message__status::before {
    background-color: #007ac2;
}
.other span.message__status {
    color: #999;
}
.other span.message__status::before {
    background-color: #999;
}
.cost__item.neg {
    border-color: #1ec200;
}
.cost__item.pos {
    border-color: #e73103;
}
.bordered {
    border-radius: 10px;
    border: 1px solid #007ac2;
}
.logout_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 72px;
    max-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
.logout_btn span.logout-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url("/local/templates/oblgaz/img/logout.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease 0.3s;
}
.logout_btn:hover {
    color: #007ac2;
}
.logout_btn:hover span.logout-icon{
    background-image: url("/local/templates/oblgaz/img/logout-active.png");
}
span.label {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.1px;
    margin-bottom: 15px;
    display: block;    
}
.radio__items {
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.radio input {
    width: auto !important;
    padding: 0 !important;
    height: auto !important;
    line-height: normal !important;
}
.radio label {
    margin-bottom: 0 !important;
}
.blocks.fdr {
    flex-direction: row;
    flex-wrap: wrap;
}
.personal__card {
    max-width: 165px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.personal__card-grade{
  
    text-align: left;
    font-size: 0.85rem;
    color: #888;
    line-height: 1.4;
}




.personal__card-img {
    width: 100%;
    max-width: 220px;
}
.personal__card-img img {
    width: 100%;
}
.personal__card-name {
    margin: 1em 0 0;
    text-align: left;
    font-size: 0.85rem;
    color: #888;
    line-height: 1.4;
}
.personal__card-email a {
    font-size: 14px !important;
    margin-top: 0 !important;
}

.accordeon-wrapper .base-text, .accordeon-wrapper .base-text:hover {
    background: transparent;
}
.base-text h5 {
    /* text-transform: uppercase; */
    padding: 10px 0;
    font-size: 36px;
    font-weight: 500;
}
.underwrite {
    text-align: right;
    padding: 30px;
}
@media (max-width: 61.9875em){
    .logout_btn {
        height: 40px;
    }
}

.auktion__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    gap: 30px;
    margin: 30px 0;
}
.auktion__item {
    align-self: stretch;
}
.auktion__item-title {
    font-size: 18px;
    line-height: 143%;
    margin-bottom: 10px;
    font-weight: 500;
}
.auktion__item-doc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 5px;
}
.doc__item span {
    font-weight: 400;
    color: #9c9c9c;
}
.auktion__item-icon {
    display: block;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.auktion__item-icon.pdf {
	background-image: url("/local/templates/oblgaz/img/pdf-1.png");
}
.auktion__item-icon.word {
	background-image: url("/local/templates/oblgaz/img/word.png");
}
.auktion__item-icon.excel {
	background-image: url("/local/templates/oblgaz/img/excel.png");
}
.auktion__item-icon.zip {
	background-image: url("/local/templates/oblgaz/img/zip.png");
}
.auktion__item-icon.img {
	background-image: url("/local/templates/oblgaz/img/jpg.png");
}
.bredcumbers ul li a {
    white-space: nowrap;
}
.news {
    margin-bottom: 0 !important;
    margin: 45px 0 !important;
    gap: 30px !important;
}
.news__item span.news-date-time, .news-detail span.news-date-time {
    display: block;
    margin-bottom: 0 !important;
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.49%;
}
.news__item .news__item-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    text-decoration: none;
    margin-bottom: 0 !important;
    transition: all ease 0.3s;
}
.news__item .news__item-img {
    width: 100%;
    max-width: 425px;
    margin-bottom: 0 !important;
}
.news__item .news__item-img img {
    width: 100%;
    height: auto;
}
div.news-detail img.detail_picture {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 800px;
    height: auto;
}
a.all__news {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    padding: 6px 10px 6px 33px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    position: relative;
    transition: all ease 0.3s;
    max-width: 200px !important;
}
a.all__news.reverse {
    padding: 6px 33px 6px 10px;    
}
a.all__news::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 13px;
    height: 5px;
    background-image: url("/local/templates/oblgaz/img/arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease 0.3s;
}
a.all__news.reverse::before {
    left: auto;
    right: 10px;
    transform: rotate(180deg);   
}
a.all__news:hover {
    color: #888;
    border-color: #888;
}
a.all__news:hover::before {
    background-image: url("/local/templates/oblgaz/img/arrow-left_active.svg");    
}
.main-slider__slide.swiper-slide {
    height: auto;
}
.main__content {
    flex-basis: 66.6%;
    max-width: 100%;
}
.main__asside {
    flex-basis: 33.3%;
    max-width: 450px;
}
.ads .news {
    flex-wrap: wrap;
    flex-direction: row;
}
.ads .news .news__item {
    flex-basis: 47%;
}
.ads .news .pagging {
    flex-basis: 100%;
}
.main__third {
    padding-bottom: 35px;
    flex-basis: 33.3%;
}
.tegs {
    max-width: 100% !important;
}
a.ip__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
    gap: 30px;
    background: #e3f1fa;
    transition: all ease 0.3s;
}
a.ip__wrapper:hover {
    opacity: 0.7;
}
.ip__image {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-position: center top;
    background-size: 160%;
    background-repeat: no-repeat;
    background-image: url("/local/templates/oblgaz/img/director.jpg");
}
.ip__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}
.ip__button {
    display: flex;
    color: #FFF;
    background: #007ac2;
    padding: 5px 5px 5px 15px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.ip__button span {
    display: flex;
    width: 30px;
    height: 30px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.mrg__info {
    background: #f2f3f4;
    margin: 0 -50px 35px;
    padding: 0px 50px 30px;
    position: relative;
    overflow: hidden;
}
.mrg__info h2 {
    margin: 1em 0 0.5em;
}
.mrg__info h2 a {    
    font-size: 36px;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.flexwrap {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -17.5px;
}
.mrg__news {
    flex-basis: 66.6%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 35px;
    padding: 0 17.5px;
}
.mrg__news-item_date {
    font-size: 14px;
    margin-right: 1em;
    color: #888;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0.3em;
}
a.mrg__news-item_title {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 0.3em;
}
.mrg__buttons {
    flex-basis: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}
a.mrg__buttons-item {
    display: inline-block;
    color: #888;
    background: rgba(0,0,0,0.05);
    border: 1px solid #ccc;
    width: auto;
    height: auto;
    cursor: pointer;
    line-height: 1.5em;
    padding: 0.3em 0.5em;
    font-size: inherit;
    font-weight: 500;
    border-radius: 8px;
    transition: all ease 0.3s;
}
a.mrg__buttons-item:hover {
    background: #48a3ee !important;
    border-color: #48a3ee !important;
    color: #fff !important;
    opacity: 0.7;    
}
.social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
span.social__title {
    font-weight: bold;
    color: #888;
    font-size: 16px;
    margin-right: 0.5em;
}
span.social__links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.2em;
}
.social__links a {
    transition: all ease 0.3s;
}
.social__links a:hover {
    opacity: 0.7;
}
.social__links a img {
    height: 1.5em;
}
.mrg__banners {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 17.5px;
    gap: 35px;
}
a.mrg__banners-item {
    flex-basis: 33.3%;
    transition: all ease 0.3s;
}
a.mrg__banners-item:hover {
    opacity: 0.7;
}
a.mrg__banners-item img {
    width: 100%;
}
.table__title {
    font-size: 24px;
    margin: 1em 0 1em;
    line-height: 1.5;    
}
.block-with-aside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.left-block {
    flex-basis: 100%;
    width: 100%;
    flex-grow: 1;
}
.left-block.vacancies {
    flex-basis: calc(100% - 350px);
    width: calc(100% - 350px);
    flex-grow: 1;
}
aside#content-right {
    width: 400px;
    flex-basis: 400px;
    flex-shrink: 0;
    padding: 0 0 35px 35px;
    margin: 1em 0 1em;
}
.block-aside {
    display: inline-block;
    height: auto;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    width: 350px;
    padding: 0;
    margin: 0;
}
div.border-block {
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #000;
    margin: 0 0 20px;
}
.block-aside h3.header {
    line-height: 1.4;
    margin: 0em 0 0.5em;
    font-weight: 400;
    font-size: 28px;
}
.block-aside p.description {
    font-size: 16px;
    line-height: 1.4;
    color: #888;
    font-weight: 400;
    padding-bottom: 0;
    text-align: left;
}

.news-detail .detail-text img {
    max-width: 800px;
<!--float: left;-->
}
.contact__single {
    width: 100%;
    display: flex;
    gap: 1em;
}
.contact__map.twothird {
    flex-basis: 66.6%;
    width: 66.6%;
}
.contact__detail.third {
    flex-basis: 33.3%;
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}
@media (max-width: 61.9875em){
    .ads .news .news__item {
        flex-basis: 100%;
    }
    .main__top.top .top__item {
        flex-basis: 100%;
        width: 100%;
    }
    .top__item h2 a {
        font-size: 22px;
    }
    .bredcumbers ul {
        flex-wrap: wrap;
    }
    .main__third {
        flex-basis: 100%;
    }
    .mrg__info h2 a {
        font-size: 24px;
        font-weight: 400;
    }
    .flexwrap {
        flex-flow: column;
        margin: 0;
    }
    .mrg__news {
        flex-basis: 100%;
        flex-direction: column;
        padding: 0;
        margin-bottom: 50px;
    }
    a.mrg__news-item_title {
        hyphens: auto;
    }
    .mrg__buttons {
        margin-bottom: 20px;
    }
    .mrg__banners {
        flex-direction: column;
        padding: 0;
    }
    a.mrg__banners-item {
        flex-basis: 100%;
    }
    .block-with-aside {
        flex-direction: column;
    }
    aside#content-right {
        width: 100%;
        flex-basis: 100%;
        flex-shrink: 0;
        padding: 35px 0 0;
    }
    .tegs {
        flex-direction: column;
    }
    .block-aside {
        width: 100%;
    }    
    .contact__single {
        flex-direction: column;
    }
    .contact__map.twothird {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
    .contact__detail.third {
        flex-basis: 100%;
        width: 100%;
    }
}

.main_contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
}
.main_contacts p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 1px;
}
.main_contacts-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.6em;
}
a.main_contacts-title {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,0.2);
	transition: all ease 0.3s;
}
a.main_contacts-phone {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
	transition: all ease 0.3s;
}
a.main_contacts-title:hover, a.main_contacts-phone:hover {
	opacity: 0.7;
}
p a, li a {
    display: inline !important;
    margin: 0 !important;
    text-align: justify !important;
}
ul.defis li, ul.check li {
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    position: relative;
    font-weight: 300;
	max-width: 916px;
	line-height: normal;
}
ul.defis li::before {
    content: '\2014';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #123899;    
}
ul.check li {
    background: url("/local/templates/oblgaz/img/ico-check-stroke.svg") 0 0 no-repeat;
    background-size: 20px;
    min-height: 20px;    
}
.hotlinks {
    display: flex;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.hotlinks > a {
    margin-left: 20px;
    border: none;
    text-decoration: none;
    transition: color 0.1s ease-in,border-color 0.1s ease-in,opacity 0.15s ease-in;
}
.hotlinks > a.lkfiz {
    background: rgba(204,0,0,0.1);
    border-radius: 20px;
    padding: 0 7px 0 0;
}
.hotlinks > a:hover {
	opacity: 0.7;
}
.hotlinks > a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1.2em;
    width: 1.2em;
    margin-right: 0.3em;
    background-position: center;
	background-repeat: no-repeat;
    background-size: contain;
}
.hotlinks > a.send:before {
    background-image: url("/local/templates/oblgaz/img/solid-up.svg");
}
.hotlinks > a.pay:before {
    background-image: url("/local/templates/oblgaz/img/solid-ruble.svg");
}
.hotlinks > a.connectgas:before {
    background-image: url("/local/templates/oblgaz/img/solid-plus-green.svg");
}
.hotlinks > a.lkfiz:before {
    background-image: url("/local/templates/oblgaz/img/solid-person-red.svg");
}

.big-menu__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: opacity ease 0.3s;
}
.big-menu__wrapper.opened {
    z-index: 1000;
    opacity: 1;
}
a.big-menu__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    align-self: center;
    width: 38px;
    height: 38px;
    background-image: url("/local/templates/oblgaz/img/ico-close-stroke-black.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.big-menu__body {
    display: flex;
    flex-flow: column wrap;
    align-items: stretch;
    padding: 50px 80px;
    height: 100vh;
}
.big-menu__body .top-level {
    padding: 0 50px 25px 0;
    width: 33vw;
}
.big-menu__body .top-level h3 {
    line-height: 1.4;
    margin: 0 0 0.5em;
    font-weight: 400;
    font-size: 28px;
}
.big-menu__body a {
	color: #000;
	transition: all ease 0.3s;
}
.big-menu__body a:hover {
	opacity: 0.7;
}
.big-menu__body .root-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.big-menu__body .root-item a {
    color: #037ac1;
    font-size: 0.85rem;
}
@media (max-width: 61.9875em){
	.big-menu__wrapper.opened {
		overflow-y: auto;
	}
	.big-menu__body {
		padding: 20px;
		height: auto;
		padding-bottom: 20vh;
    	gap: 1rem;
	}
	.big-menu__body .top-level {
		padding: 0;
	}
	.big-menu__body .top-level h3 {
		font-size: 20px;
	}
ul.check li,
ul.defis li {
	font-size: 14px;
    background-size: 14px;
    min-height: 20px;    
}
.left-block.vacancies {
    width: 100%;
}
.news-detail h1 {
    font-size: 24px;
}
}


.profile__menu {
    width: 100%;
    margin: 15px 0 40px;
}
.profile__menu-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 21px;
    width: fit-content;
}
.profile__menu-item {
    color: #007AC2;
    font-size: 20px;
    line-height: 1;
    padding: 11px 25px;
    border-radius: 21px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.profile__menu-item.active{
    background-color: #007AC2;
    color: #FFF;
}

.list__items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.list__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 15px 0;
}
.list__item:last-child {
    border-bottom: none;
}
.list__item-theme {
    font-size: 22px;
}
.list__item span {
    font-weight: 400;
    font-size: 18px;
}
.list__wrapper {
    border-radius: 20px;
    border: 1px solid #007ac2;
    padding: 50px 20px;
}
/* End */
/* /local/templates/oblgaz/components/bitrix/breadcrumb/.default/style.min.css?1708387200467 */
/* /local/templates/oblgaz/components/bitrix/menu/overlay_menu/style.min.css?17083872002111 */
/* /local/templates/oblgaz/template_styles.css?173871360031605 */
