

nav.menu {    
    padding-bottom: 1em;
}


.mf-phone {
	display: none;
}



/*.content-block__float-img:nth-child(2) {*/
p ~ .content-block__float-img {
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 50%;
  float: left;
}

.info-block {
	clear: right;
}


.news-block {
	clear: left;
}



.page-content-inner {

}

.page-content-inner .main-advantages {
	padding-top: .75em;
	padding-bottom: .75em;
}

.page-content-inner .partnership {
	padding-top: 2em;
}



.c, .text-center {
	text-align: center;
}
.l {
	text-align: left;
	padding-left: 1em;
}



.col-md-2 {
	width: 16%;
	display: inline-block;
	
}

.col-md-3 {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}

.col-md-4 {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.col-md-6 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.col-md-6:nth-child(even) {
	width: 48%;
	margin-left: 2%;
}

.col-md-9 {
	width: 74%;
	display: inline-block;
	vertical-align: top;
}

/* Mobile Columns */
@media (max-width: 767px) {

.col-sm-12 {
	width: 100%;
}

}



.bx_catalog_tile_ul li {
	width: 25%!important;
	display: inline-block!important;
	float: none!important;
}
.bx_catalog_tile_ul li a {
	background-color: transparent!important;
	border: none!important;
	width: 100%!important;
	height: auto!important;
}
.bx_catalog_tile_ul li a img {
	width: 100%!important;
	height: 50%!important;
}
.bx_catalog_tile_title a {
	color: #000!important;
	text-align: left!important;
}


.bx-newslist .bx-newslist-container:nth-child(3n+1) {
  clear: none!important;
}



hr.separator {
	margin: 0 0 20px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid #ccc;
}



.priem .content-block ul {
  padding: 0 0 0 0!important;
}

.priem .content-block ul li::before {
  content: ""!important;
}
.priem .content-block li {
  margin-bottom: 0!important;
}



/* правки Ольга 23.08 */

@media (max-width: 767px) {

p ~ .content-block__float-img {
  max-width: 100%;
}


.col-md-6:nth-child(2n) {
  width: 100%;
  margin-left: 0%;
}
.col-md-6:nth-child(2n) input {
	/*width: 100%;*/
}

.col-sm-6 {
  width: 49%;
  display: inline-block;
}

.col-sm-12 {
  width: 99%;
  display: inline-block;
}


.bx_catalog_tile_ul li {
  width: 49% !important;
  display: inline-block !important;
  float: none !important;
}


}



.txt a:active, .txt a:focus, .txt a:hover {
  opacity: .5;
}


.content-block ol li::before, .content-block ul li::before {
    left: -25px;
}


.proclub {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 301px;
	flex: 0 1 301px;
	height: 100px;
	background-color: #f0f5f8;
	padding: 20px 27px 20px 20px;
}
.proclub a {
	display: block;
	text-align: center;
}
.proclub a img {
	display: block;
	margin: auto;
	margin-bottom: .5em;
}


.proclub-title {
	background-image: url(/images/proclub_bg.jpg);
	color: #fff;
	
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 110%;
	
	/*padding: 0 .5em;*/
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.proclub-title span {
	display: block;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 110%;
}

.proclub-item {
	position: relative;
	/*padding-top: 75%;*/
}
/*
.proclub-item :before {
  display: block; 
  content: "";
  width: 100%;
}
.proclub-item .content {
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
*/
.proclub-item span.date {
	position: absolute;
	top: 70%;
	color: #fff;
	padding-left: 1em;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
}
.proclub-item a {
	position: absolute;
	top: 75%;
	color: #fff;
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	padding-left: 1em;
	padding-right: 1em;
}


a.but {
	background-color: #E23538;
	text-transform: uppercase;
	padding: 1em 2em;
	color: #fff;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
}


.no-req {
	
}
.no-req span:after {
	display: none;
}


/*
.custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px 0 8px;
}

.custom-select label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
*/

.custom-input label select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 50px;
  padding: 12px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #222;
  border: 0;
  background-color: #f7f7f7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  -webkit-transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
}

.custom-input label input, .custom-input select {
	margin-left: .5em;
	margin-right: .5em;
}



.doc-files {
	padding-left: 0!important;
}

.doc-files li::before, .doc-files li::before {
	display: none;
}

.docs-list {
	
	padding-left: 5em!important;
	padding-top: 2em!important;
}



/* NEW 13/05/25 */

.header__top {
	
	background-image: url("/assets/images/bg/fond-log.jpg");
	
}


.header__bottom {
	
	background: #575757;
	
}


.footer__bottom {

	background: none;
	background-color: #575757!important;
	
}



.page-content--inner .main-advantages {
  padding-top: .75em;
  padding-bottom: .75em;
}




.proclub-title {
  background-image: url(/images/proclub_bg.jpg);
  color: #fff;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 110%;
  padding: 0 .5em;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.proclub-title span {
	display: block;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 110%;
}


.proclub-item {
  position: relative;
  /*padding-top: 75%;*/
}

.proclub-item span.date {
	position: absolute;
	top: 70%;
	color: #fff;
	padding-left: 1em;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
}
.proclub-item a {
	position: absolute;
	top: 75%;
	color: #fff;
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	padding-left: 1em;
	padding-right: 1em;
}



a.but {
	background-color: #E23538;
	text-transform: uppercase;
	padding: 1em 2em;
	color: #fff;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
}



.c, .text-center {
	text-align: center;
}
.l {
	text-align: left;
	padding-left: 1em;
}



.col-md-2 {
	width: 16%;
	display: inline-block;
	
}

.col-md-3 {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}

.col-md-4 {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.col-md-6 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.col-md-6:nth-child(even) {
	width: 48%;
	margin-left: 2%;
}

.col-md-9 {
	width: 74%;
	display: inline-block;
	vertical-align: top;
}

/* Mobile Columns */
@media (max-width: 767px) {

.col-sm-12 {
	width: 100%;
}

}



.footer-safety {
	background-image: url("/assets/images/bg/fond-log.jpg");
}
.footer-video {
	background-image: url("/assets/images/bg/fond-log.jpg");
}
.topic {
	background-image: url("/assets/images/bg/fond-log.jpg");
}


.header__btn-login--desktop.btn {
	background-color: #575757;
}
.on-photo-label {
	background-color: #575757;
}
.news-card__tag {
	background-color: #575757;	
}
.main-news__side-news-control.is-active::before {
	background-color: #575757;
}

.main-advantages__title {
	color: #575757;
}
.main-news__side-news-control.is-active {
	color: #575757;	
}

.btn {
	background-color: #00ccff;
}
.btn:hover {
	background-color: #00b8e6;
}

.main-news__slider-button {
	background-color: #00ccff;
}
.main-news__slider-button:hover {
	background-color: #00b8e6;
}

.profservice__button {
	background-color: #00ccff;
}
.profservice__item:hover .profservice__button {
	background-color: #00b8e6;
}

 .folders__button:hover {
    color: #575757;
}


.profservice__bg--left, .profservice__bg--right {
	display: none;
}
.footer-invite__bg--left, .footer-invite__bg--right {
	display: none;
}


/*
.header__logo img {
  width: 143px;
  height: auto;  
}
*/


.header__logo {
	margin-left: 8%;
	margin: auto;
}


@media (max-width: 1023px) {
	
.header__logo {
    position: static;
    left: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
	
	
/*
.header__top {
	display: block;
}	
	
.header__top .container {
	display: block;
	text-align: center;
}	

.header__top .container * {
	display: block;
}

.header__logo {
		
	display: inline-block;
	position: static;
	margin: 0;
	padding: 0;
	left: none;
	
	width: 143px;
	
}
*/
	
}


.footer-invite__wrapper {
	display: block;
}



/* !! „‹џ ђ…†€ЊЂ правки */

.main-advantages__list > div {
	display: flex;
}

.main-nav__list > div {
	display: flex;
}

.footer-safety > div .footer-safety__text-content {
	display: inline-block;
}
.footer-safety > div .footer-safety__slogan {
	display: inline-block;
}





.main-news__top-container {
    grid-template-columns: 2fr 1fr 1fr;
}



@media (max-width: 1439px) {

    .main-news__side-news {
        max-height: calc(100%);
    }
	
}

	
	
.main-news__navigation {

	display: block;
	z-index: 10000;
	top: 386px;
	right: 0px;
	bottom: auto;
	/*bottom: 0px;*/
	background: none;

}



.main-news__ppo-news {

	display: grid;
	grid-template-columns: 1fr 1fr;
	
	column-gap: 30px;
    row-gap: 30px;

}


.main-news__side-news {
	max-height: none;
}



/** Mobiles **/
@media (max-width: 1023px) {

	.main-news__slider {
	
	margin-bottom: 30px;
	
	}

	.main-news-large-card {
	
	margin-bottom: 30px;
	
	}
	
	.main-news__top-container div:first-of-type {
	
        height: auto;
		
    }
	
	.main-news__tabs-content {
	
		overflow: scroll;
	
	}
	
	
	.header__top h3 {
	
	display: none;
	
	}

}


/** Desktop **/
@media (min-width: 1024px) {

.header__logo {
    margin-left: 0%;
    margin: 0;
}


.main-news__slider {
	width: 630px!important;
}

.main-news__slide {
    width: 630px!important;
    min-width: 630px;
}



.profservice__bg--left {
	display: block;
	left: 0px;
	top: -5%;
	height: auto;
}

.profservice__bg--left img {
    height: auto;
}



.header__top {

	display: grid;
	grid-template-columns: 2fr 3fr;

}

.header__top h3 {

	color: #fff;

}


}



.main-advantages__item {

background-color: #00ccff;

}

.main-advantages__item .main-advantages__content > * {

color: #fff;

}
/* Codex header alignment 2026-07-20 */
@media (min-width: 1024px) {
  .header__top {
    display: block;
  }

  .header__top .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    min-height: 110px;
  }

  .header__logo {
    position: static;
    display: block;
    flex: 0 0 270px;
    width: 270px;
    margin: 0;
    transform: none;
  }

  .header__logo img {
    display: block;
    width: 270px !important;
    max-width: 100%;
    height: auto;
  }

  .header__top h3 {
    flex: 0 0 640px;
    width: 640px;
    max-width: 640px;
    margin: 0 !important;
    margin-left: 0 !important;
    color: #fff;
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 1023px) {
  .header__top .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__logo {
    width: min(230px, 80vw);
    margin: 0;
  }

  .header__logo img {
    width: 100% !important;
    height: auto;
  }
}
/* Codex top menu arrows 2026-07-20 */
@media (min-width: 1024px) {
  .main-nav__item.bx-nav-parent > button.main-nav__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .main-nav__item.bx-nav-parent > button.main-nav__button svg {
    display: inline-block !important;
    flex: 0 0 auto;
    width: 10px;
    height: 7px;
    margin: 1px 0 0 0;
    color: currentColor;
    fill: currentColor;
    stroke: currentColor;
  }
}
/* Codex advantage card watermarks 2026-07-20 */
.main-advantages__item {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.30) 0, rgba(255, 255, 255, 0) 38%),
    linear-gradient(118deg, #008fc2 0%, #66e3ff 52%, #00b8e6 100%);
  box-shadow: 0 12px 26px rgba(0, 204, 255, 0.16);
}

.main-advantages__item::before {
  z-index: 4;
  border-color: transparent rgba(255, 255, 255, 0.22) transparent transparent;
}

.main-advantages__item::after {
  position: absolute;
  content: "";
  right: -12px;
  bottom: -18px;
  z-index: -1;
  width: 230px;
  height: 155px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 170'%3E%3Cg fill='none' stroke='%23a86600' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' opacity='.34'%3E%3Cpath d='M39 162 78 8l39 154M54 105h48M61 78h34M67 52h23M50 128h56M78 8v154M52 162 78 132l27 30M62 110l16-22 18 22M69 78l9-17 10 17'/%3E%3Cpath d='M164 162 196 42l32 120M176 118h40M181 92h30M187 69h18M196 42v120M177 162l19-24 20 24M186 118l10-18 12 18' opacity='.82'/%3E%3Cpath d='M4 162h252M15 162v-30h22v30M43 162v-44h25v44M75 162v-26h24v26M111 162v-55h20v55M139 162v-39h23v39M121 107h30M121 93h30M124 80h24M25 132v-22M30 132v-32M119 107l10-29 11 29' opacity='.76'/%3E%3Cpath d='M216 162h30v-18M229 144l22-26M251 118v44' opacity='.7'/%3E%3C/g%3E%3Cg fill='%23a86600' opacity='.16'%3E%3Crect x='10' y='154' width='240' height='8'/%3E%3Crect x='42' y='136' width='48' height='18'/%3E%3Crect x='108' y='147' width='75' height='15'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.42;
  pointer-events: none;
}

.main-advantages__item:nth-child(1)::after {
  right: -28px;
  bottom: -22px;
}

.main-advantages__item:nth-child(2)::after {
  right: 12px;
  bottom: -26px;
  width: 210px;
  opacity: 0.38;
}

.main-advantages__item:nth-child(3)::after {
  right: -4px;
  bottom: -20px;
  width: 225px;
}

.main-advantages__item:nth-child(4)::after {
  right: -26px;
  bottom: -18px;
  width: 235px;
}

.main-advantages__item svg,
.main-advantages__item .main-advantages__content {
  position: relative;
  z-index: 2;
}

.main-advantages__item .main-advantages__content > * {
  color: #fff;
  text-shadow: 0 1px 2px rgba(110, 70, 0, 0.24);
}
/* Codex news slider arrows 2026-07-20 */
.main-news__slider-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-news__slider-button svg {
  display: none;
}

.main-news__slider-button::before {
  display: block;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.main-news__slider-button--prev::before {
  content: "\2190";
}

.main-news__slider-button--next::before {
  content: "\2192";
}
/* Codex profservice button arrows 2026-07-20 */
.profservice__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.profservice__button svg {
  display: none;
}

.profservice__button::before {
  content: "\2192";
  display: block;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
}
/* Codex footer safety photo 2026-07-20 */
.footer-safety__slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-safety__slogan-img {
  width: min(460px, 100%);
  max-width: 100%;
  margin: 12px auto 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 30px rgba(135, 74, 0, 0.18);
}

.footer-safety__slogan-img img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

.footer-safety__slogan-top {
  max-width: 560px;
  margin: 0 0 12px;
}

.footer-safety__slogan-bottom {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .footer-safety__slogan-img {
    width: 100%;
    margin-top: 10px;
  }
}
/* Codex events card arrows 2026-07-20 */
.events__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.events__button svg {
  display: none;
}

.events__button::before {
  content: "\2192";
  display: block;
  color: currentColor;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
}

.events__item:hover .events__button::before,
.events__item:focus-within .events__button::before {
  color: #05588c;
}
/* Codex hero content grid 2026-07-20 */
@media (min-width: 1024px) {
  .page-intro--large .page-intro__home-container {
    max-width: 1370px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .page-intro--large .page-intro__home-container .row,
  .page-intro--large .page-intro__home-container .col-left-banner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .page-intro--large .title--h1 {
    max-width: 820px;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 48px;
    line-height: 1.16;
    white-space: normal;
  }

  .page-intro--large .btn {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .page-intro--large .page-intro__home-container {
    max-width: 100%;
  }

  .page-intro--large .title--h1 {
    max-width: 720px;
    white-space: normal;
  }
}
/* Codex top menu chevrons 2026-07-20 */
@media (min-width: 1024px) {
  .main-nav__item.bx-nav-parent > button.main-nav__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
  }

  .main-nav__item.bx-nav-parent > button.main-nav__button svg {
    display: none !important;
  }

  .main-nav__item.bx-nav-parent > button.main-nav__button::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    flex: 0 0 auto;
  }

  .main-nav__item.bx-nav-parent.is-active > button.main-nav__button::after {
    margin-top: 3px;
    transform: rotate(225deg);
  }
}
/* Codex footer safety caption alignment 2026-07-20 */
.footer-safety__slogan {
  width: min(460px, calc(50% - 30px));
  max-width: min(460px, calc(50% - 30px));
  margin-left: auto;
  align-items: stretch;
}

.footer-safety__slogan-top {
  width: 100%;
  max-width: 100%;
  margin: 0 0 14px;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
}

.footer-safety__slogan-img {
  width: 100%;
}

.footer-safety__slogan-bottom {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 1023px) {
  .footer-safety__slogan {
    width: min(460px, 100%);
    max-width: min(460px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .footer-safety__slogan {
    width: 100%;
    max-width: 100%;
  }

  .footer-safety__slogan-top {
    text-align: center;
  }
}
/* Codex video gradient background 2026-07-20 */
.footer-video {
  position: relative;
  overflow: hidden;
  background-color: #008fc2;
  background-image:
    url("/images/bg/video-lep-watermark.svg?v=1784803901"),
    radial-gradient(circle at 58% 18%, rgba(167, 241, 255, 0.58) 0, rgba(102, 227, 255, 0.35) 28%, rgba(102, 227, 255, 0) 48%),
    linear-gradient(116deg, #008fc2 0%, #00ccff 34%, #66e3ff 55%, #00a8d4 78%, #007fad 100%);
  background-repeat: no-repeat;
  background-position: right center, center center, center center;
  background-size: min(76vw, 1180px) auto, cover, cover;
}

.footer-video::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 143, 194, 0.88) 0%, rgba(0, 143, 194, 0.42) 34%, rgba(0, 143, 194, 0) 64%),
    radial-gradient(circle at 36% 84%, rgba(0, 143, 194, 0.18) 0, rgba(0, 143, 194, 0) 36%);
  pointer-events: none;
}

.footer-video .container {
  position: relative;
  z-index: 1;
}

.footer-video .title--h3 {
  text-shadow: 0 1px 2px rgba(126, 67, 0, 0.18);
}

@media (max-width: 1023px) {
  .footer-video {
    background-position: 62% center, center center, center center;
    background-size: 1100px auto, cover, cover;
  }
}


/* Codex themed scrollbar 2026-07-20 */
:root,
html {
  scrollbar-color: #00ccff #eef3f6;
  scrollbar-width: thin;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #eef3f6 0%, #ffffff 48%, #eef3f6 100%);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  border: 3px solid #eef3f6;
  border-radius: 999px;
  background:
    linear-gradient(180deg, #66e3ff 0%, #00ccff 48%, #008fc2 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #a7f1ff 0%, #00b8e6 45%, #008fc2 100%);
}

html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background:
    linear-gradient(180deg, #008fc2 0%, #008fc2 100%);
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  background: #eef3f6;
}

.footer-video .video__links,
.footer-video .video__links-list {
  scrollbar-width: none;
}

.footer-video .video__links::-webkit-scrollbar,
.footer-video .video__links-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/* End Codex themed scrollbar 2026-07-20 */

/* Codex inner editable detail 2026-07-20 */
.page-content-inner .partnership {
  padding: 46px 0 64px;
}

.page-content-inner .partnership .container.content-block.txt {
  position: relative;
  max-width: 1290px;
  padding: 42px 52px 46px;
  border: 1px solid rgba(232, 238, 242, 0.95);
  border-left: 5px solid #00ccff;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(0, 204, 255, 0.12) 0%, rgba(255, 255, 255, 0) 34%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(26, 38, 54, 0.08);
}

.page-content-inner .partnership .container.content-block.txt::after {
  position: absolute;
  content: "";
  right: 34px;
  bottom: 28px;
  width: 190px;
  height: 150px;
  background: url("/images/bg/video-lep-watermark.svg?v=1784803901") right bottom / contain no-repeat;
  opacity: 0.055;
  pointer-events: none;
}

.page-content-inner .partnership .news-detail {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  color: #111827;
  font-size: 16px;
  line-height: 1.62;
}

.page-content-inner .partnership .news-detail h3 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 16px;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 700;
}

.page-content-inner .partnership .news-detail h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #008fc2 0%, #66e3ff 100%);
}

.page-content-inner .partnership .news-detail + p {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
}

.page-content-inner .partnership .news-detail + p a[href="/about/"],
.page-content-inner .partnership .news-detail + p a[href$="/about/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  background: linear-gradient(135deg, #66e3ff 0%, #00ccff 54%, #008fc2 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 204, 255, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.page-content-inner .partnership .news-detail + p a[href="/about/"]::before,
.page-content-inner .partnership .news-detail + p a[href$="/about/"]::before {
  content: "\2190";
  margin-right: 10px;
  font-size: 17px;
  line-height: 1;
}

.page-content-inner .partnership .news-detail + p a[href="/about/"]:hover,
.page-content-inner .partnership .news-detail + p a[href$="/about/"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 204, 255, 0.28);
  filter: brightness(1.03);
}

.page-content-inner .partnership .news-detail + p a[href="/about/"]:active,
.page-content-inner .partnership .news-detail + p a[href$="/about/"]:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.2);
}

@media (max-width: 767px) {
  .page-content-inner .partnership {
    padding: 28px 0 42px;
  }

  .page-content-inner .partnership .container.content-block.txt {
    padding: 28px 22px 32px;
    border-left-width: 4px;
  }

  .page-content-inner .partnership .news-detail {
    font-size: 15px;
    line-height: 1.58;
  }

  .page-content-inner .partnership .news-detail h3 {
    font-size: 23px;
  }
}
/* End Codex inner editable detail 2026-07-20 */

/* Codex footer partners import 2026-07-20 */
.partners {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fafc 100%);
}

.partners__wrapper {
  position: relative;
}

.partners__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 22px 26px;
  border: 1px solid rgba(225, 233, 238, 0.95);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(26, 38, 54, 0.055);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.partners__item:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 204, 255, 0.55);
  box-shadow: 0 16px 32px rgba(26, 38, 54, 0.09);
}

.partners__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.partners__link img {
  width: auto !important;
  height: auto !important;
  max-width: 220px;
  max-height: 72px;
  object-fit: contain;
}

.partners__link[href*="vk.com"] img {
  max-width: 62px;
  max-height: 62px;
  border-radius: 12px;
}

@media (max-width: 1023px) {
  .partners__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .partners__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .partners__item {
    min-height: 88px;
    padding: 16px;
  }

  .partners__link img {
    max-width: 145px;
    max-height: 58px;
  }
}
/* End Codex footer partners import 2026-07-20 */

/* Codex leadership tables 2026-07-20 */
.page-content-inner .partnership .news-detail h2 {
  position: relative;
  margin: 34px 0 16px;
  padding-left: 18px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 700;
}

.page-content-inner .partnership .news-detail h3 + h2 {
  margin-top: 8px;
}

.page-content-inner .partnership .news-detail h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.15em;
  width: 5px;
  height: 1.1em;
  border-radius: 999px;
  background: linear-gradient(180deg, #66e3ff 0%, #008fc2 100%);
}

.page-content-inner .partnership .news-detail table {
  width: 100% !important;
  margin: 0 0 30px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(218, 228, 235, 0.95) !important;
  border-radius: 6px;
  background: #ffffff;
  font-family: "Ubuntu", "Verdana", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  box-shadow: 0 14px 32px rgba(26, 38, 54, 0.055);
}

.page-content-inner .partnership .news-detail table tr {
  background: #ffffff !important;
}

.page-content-inner .partnership .news-detail table tr:nth-child(odd) {
  background: #f7fafc !important;
}

.page-content-inner .partnership .news-detail table td,
.page-content-inner .partnership .news-detail table th {
  padding: 15px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(218, 228, 235, 0.86) !important;
  color: #1f2937;
  vertical-align: top !important;
}

.page-content-inner .partnership .news-detail table tr:last-child td,
.page-content-inner .partnership .news-detail table tr:last-child th {
  border-bottom: 0 !important;
}

.page-content-inner .partnership .news-detail table td:first-child,
.page-content-inner .partnership .news-detail table th:first-child {
  width: 70px !important;
  min-width: 70px;
  color: #008fc2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.page-content-inner .partnership .news-detail table td:first-child::first-line {
  color: #008fc2;
}

.page-content-inner .partnership .news-detail table td:nth-child(2),
.page-content-inner .partnership .news-detail table th:nth-child(2) {
  width: 34% !important;
  min-width: 260px;
}

.page-content-inner .partnership .news-detail table strong {
  color: #0f172a;
  font-weight: 700;
}

.page-content-inner .partnership .news-detail table br {
  content: "";
}

@media (max-width: 767px) {
  .page-content-inner .partnership .news-detail {
    overflow-x: auto;
  }

  .page-content-inner .partnership .news-detail h2 {
    min-width: 620px;
    font-size: 18px;
  }

  .page-content-inner .partnership .news-detail table {
    min-width: 620px;
    font-size: 14px !important;
  }

  .page-content-inner .partnership .news-detail table td,
  .page-content-inner .partnership .news-detail table th {
    padding: 12px 14px !important;
  }
}
/* End Codex leadership tables 2026-07-20 */

/* Codex history page 2026-07-20 */
.history-intro {
  max-width: 1030px;
  margin: 0 0 30px;
  padding: 24px 28px;
  border-left: 5px solid #00ccff;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(0, 204, 255, 0.14) 0%, rgba(255, 255, 255, 0) 42%), #f8fbfd;
}

.history-intro p,
.history-note p,
.history-timeline p {
  margin: 0 0 14px;
}

.history-intro p:last-child,
.history-note p:last-child,
.history-timeline p:last-child {
  margin-bottom: 0;
}

.history-timeline {
  position: relative;
  max-width: 1060px;
  margin: 34px 0;
  padding-left: 34px;
}

.history-timeline::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #66e3ff 0%, #008fc2 45%, rgba(0, 204, 255, 0.08) 100%);
}

.history-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(218, 228, 235, 0.95);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(26, 38, 54, 0.055);
}

.history-timeline__item::before {
  position: absolute;
  content: "";
  left: -31px;
  top: 29px;
  width: 14px;
  height: 14px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #00ccff;
  box-shadow: 0 0 0 2px rgba(0, 204, 255, 0.35);
}

.history-timeline__year {
  color: #008fc2;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.history-timeline__content h2,
.history-note h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.3;
}

.history-timeline__content h2::before,
.history-note h2::before {
  display: none;
}

.history-note {
  max-width: 1030px;
  margin-top: 30px;
  padding: 26px 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, #008fc2 0%, #00ccff 58%, #66e3ff 100%);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 204, 255, 0.18);
}

.history-note h2,
.history-note p {
  color: #ffffff;
}

.history-note__sources {
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.86;
}

@media (max-width: 767px) {
  .history-intro,
  .history-note {
    padding: 20px;
  }

  .history-timeline {
    padding-left: 26px;
  }

  .history-timeline__item {
    display: block;
    padding: 18px;
  }

  .history-timeline__year {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
/* End Codex history page 2026-07-20 */

/* Codex global inner back button 2026-07-20 */
.page-content-inner .partnership .news-detail + p > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  background: linear-gradient(135deg, #66e3ff 0%, #00ccff 54%, #008fc2 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 204, 255, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.page-content-inner .partnership .news-detail + p > a::before {
  content: "\2190";
  margin-right: 10px;
  font-size: 17px;
  line-height: 1;
}

.page-content-inner .partnership .news-detail + p > a:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 204, 255, 0.28);
  filter: brightness(1.03);
}

.page-content-inner .partnership .news-detail + p > a:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.2);
}
/* End Codex global inner back button 2026-07-20 */


/* Codex photo gallery neutral style 2026-07-20 */
.photo-gallery-page .photo-gallery-section {
  padding: 44px 0 58px;
  background: #edf3f7 !important;
  background-image: none !important;
}

.photo-gallery-page .photo-gallery-section .container.content-block.txt {
  max-width: 1220px;
  padding: 38px 46px 42px;
  border-left: 4px solid #d7e1e8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 36, 54, 0.08);
}

.photo-gallery-page .bx_catalog_tile {
  margin: 0;
}

.photo-gallery-page .bx_catalog_tile_category_title {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.photo-gallery-page .bx_catalog_tile_category_title a {
  color: inherit;
}

.photo-gallery-page .bx_catalog_tile_ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 28px;
  margin: 0;
  padding: 0;
}

.photo-gallery-page .bx_catalog_tile_ul li {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

.photo-gallery-page .bx_catalog_tile_ul li:nth-child(n) {
  clear: none !important;
}

.photo-gallery-page .bx_catalog_tile_img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 280 / 185;
  overflow: hidden;
  border: 0 !important;
  border-radius: 2px;
  background: #dfe8ee !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.photo-gallery-page .bx_catalog_tile_img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.photo-gallery-page .bx_catalog_tile_ul li:hover .bx_catalog_tile_img img {
  transform: scale(1.035);
  filter: saturate(1.06);
}

.photo-gallery-page .bx_catalog_tile_title {
  margin: 12px 0 0;
  padding: 0;
  line-height: 1.25;
}

.photo-gallery-page .bx_catalog_tile_title a {
  display: block;
  max-width: none;
  overflow: visible;
  color: #0b1118 !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left !important;
  text-decoration: none;
  text-overflow: clip;
  text-transform: none;
}

.photo-gallery-page .bx_catalog_tile_title a:hover {
  color: #008fc2 !important;
}

@media (max-width: 1180px) {
  .photo-gallery-page .bx_catalog_tile_ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .photo-gallery-page .photo-gallery-section {
    padding: 28px 0 40px;
  }

  .photo-gallery-page .photo-gallery-section .container.content-block.txt {
    padding: 26px 22px 30px;
  }

  .photo-gallery-page .bx_catalog_tile_ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }
}

@media (max-width: 520px) {
  .photo-gallery-page .bx_catalog_tile_ul {
    grid-template-columns: 1fr;
  }
}
/* End Codex photo gallery neutral style 2026-07-20 */

/* Codex contacts page style 2026-07-20 */
.contacts-page .contacts-section {
  padding: 44px 0 56px;
  background: #edf3f7 !important;
  background-image: none !important;
}

.contacts-page .contacts-section .container.content-block {
  max-width: 1220px;
  padding: 38px 46px 34px;
  border-left: 4px solid #d7e1e8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 36, 54, 0.08);
}

.contacts-page__title {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 16px;
  color: #0f172a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.22;
}

.contacts-page__title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #008fc2 0%, #66e3ff 100%);
}

.contacts-page__subtitle {
  margin: 0 0 14px;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.contacts-page .address {
  margin: 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.55;
}

.contacts-page .address iframe {
  display: block;
  margin: 0 0 24px;
  border-radius: 8px !important;
}

.contacts-page .address > br:first-child,
.contacts-page .address iframe + br,
.contacts-page .address iframe + br + br {
  display: none;
}

.contacts-page .address p {
  margin: 0;
}

@media (max-width: 767px) {
  .contacts-page .contacts-section {
    padding: 28px 0 40px;
  }

  .contacts-page .contacts-section .container.content-block {
    padding: 26px 22px 28px;
  }

  .contacts-page__title {
    font-size: 25px;
  }

  .contacts-page__subtitle {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
/* End Codex contacts page style 2026-07-20 */

/* Codex documents outer background fix 2026-07-20 */
.documents-page .documents-shell .container.content-block.txt {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

.documents-page .documents-shell .container.content-block.txt::after {
  display: none;
}

.documents-page .documents-shell .page-content--documents {
  margin: 0;
}

.documents-page .documents-shell .topic {
  background-image: url("/assets/images/bg/fond-log.jpg");
  background-color: #00ccff;
}

@media (max-width: 767px) {
  .documents-page .documents-shell .container.content-block.txt {
    padding: 0;
    border: 0;
  }
}
/* End Codex documents outer background fix 2026-07-20 */

/* Codex about section nav buttons 2026-07-20 */
.about-nav {
  position: relative;
  z-index: 1;
  margin: 0;
}

.about-nav__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-nav__item {
  margin: 0;
  padding: 0;
}

.about-nav__item::before {
  display: none;
}

.about-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 22px 72px 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(206, 220, 229, 0.95);
  border-left: 4px solid #00ccff;
  border-radius: 6px;
  background: #fff;
  color: #07111f;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 14px 30px rgba(16, 36, 54, 0.08);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.about-nav__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 58%, rgba(167, 241, 255, 0.42) 100%),
    url("/assets/images/bg/fond-log.jpg") center/cover no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

.about-nav__link::after {
  content: "\2192";
  position: absolute;
  right: 22px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #66e3ff 0%, #00ccff 100%);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.32);
}

.about-nav__label {
  position: relative;
  z-index: 1;
}

.about-nav__link:hover,
.about-nav__link:focus {
  border-left-color: #008fc2;
  color: #008fc2;
  box-shadow: 0 18px 34px rgba(16, 36, 54, 0.13);
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 1023px) {
  .about-nav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-nav__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-nav__link {
    min-height: 76px;
    padding: 18px 64px 18px 20px;
    font-size: 16px;
  }
}
/* End Codex about section nav buttons 2026-07-20 */
/* Codex gallery nav buttons 2026-07-20 */
.gallery-nav-wrap {
  margin: 0;
}

.gallery-nav .about-nav__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
}

.gallery-nav .about-nav__link {
  min-height: 96px;
}

@media (max-width: 640px) {
  .gallery-nav .about-nav__list {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
/* End Codex gallery nav buttons 2026-07-20 */
/* Codex social partnership document links 2026-07-20 */
.page-content-inner .partnership .news-detail > a[href^="/Soc_part/"] {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  max-width: 860px;
  margin: 0 0 12px;
  padding: 15px 64px 15px 56px;
  border: 1px solid rgba(206, 220, 229, 0.98);
  border-left: 4px solid #00ccff;
  border-radius: 6px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 62%, rgba(0, 204, 255, 0.18) 100%);
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(16, 36, 54, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.page-content-inner .partnership .news-detail > a[href^="/Soc_part/"]::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 20px;
  height: 24px;
  border: 2px solid #8fa3b2;
  border-radius: 3px;
  background: #ffffff;
  transform: translateY(-50%);
}

.page-content-inner .partnership .news-detail > a[href^="/Soc_part/"]::after {
  content: "\2192";
  position: absolute;
  right: 22px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #66e3ff 0%, #00ccff 100%);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.26);
}

.page-content-inner .partnership .news-detail > a[href^="/Soc_part/"] + br {
  display: none;
}

.page-content-inner .partnership .news-detail > a[href^="/Soc_part/"]:hover,
.page-content-inner .partnership .news-detail > a[href^="/Soc_part/"]:focus {
  border-left-color: #008fc2;
  color: #008fc2;
  box-shadow: 0 16px 30px rgba(16, 36, 54, 0.12);
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .page-content-inner .partnership .news-detail > a[href^="/Soc_part/"] {
    min-height: 58px;
    padding: 14px 54px 14px 50px;
    font-size: 15px;
  }

  .page-content-inner .partnership .news-detail > a[href^="/Soc_part/"]::after {
    right: 16px;
    width: 28px;
    height: 28px;
  }
}
/* End Codex social partnership document links 2026-07-20 */
/* Codex inner paragraph document links 2026-07-20 */
.page-content-inner .partnership .news-detail p:has(> a[href]) {
  margin: 0 0 12px;
}

.page-content-inner .partnership .news-detail p > a[href] {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  max-width: 940px;
  margin: 0;
  padding: 15px 64px 15px 56px;
  border: 1px solid rgba(206, 220, 229, 0.98);
  border-left: 4px solid #00ccff;
  border-radius: 6px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 62%, rgba(0, 204, 255, 0.18) 100%);
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(16, 36, 54, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.page-content-inner .partnership .news-detail p > a[href]::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 20px;
  height: 24px;
  border: 2px solid #8fa3b2;
  border-radius: 3px;
  background: #ffffff;
  transform: translateY(-50%);
}

.page-content-inner .partnership .news-detail p > a[href]::after {
  content: "\2192";
  position: absolute;
  right: 22px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #66e3ff 0%, #00ccff 100%);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.26);
}

.page-content-inner .partnership .news-detail p > a[href]:hover,
.page-content-inner .partnership .news-detail p > a[href]:focus {
  border-left-color: #008fc2;
  color: #008fc2;
  box-shadow: 0 16px 30px rgba(16, 36, 54, 0.12);
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .page-content-inner .partnership .news-detail p > a[href] {
    min-height: 58px;
    padding: 14px 54px 14px 50px;
    font-size: 15px;
  }

  .page-content-inner .partnership .news-detail p > a[href]::after {
    right: 16px;
    width: 28px;
    height: 28px;
  }
}
/* End Codex inner paragraph document links 2026-07-20 */
/* Codex component css guard 2026-07-20 */
@media (min-width: 1024px) {
  .main-nav__button,
  .main-nav__sublevel-link {
    color: #ffffff;
    font-family: "Ubuntu", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
  }

  .main-nav__button:hover,
  .main-nav__button:focus,
  .main-nav__sublevel-link:hover,
  .main-nav__sublevel-link:focus {
    color: #66e3ff;
    text-decoration: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  background: #00ccff;
  color: #ffffff;
  font-family: "Ubuntu", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.btn:hover,
.btn:focus {
  background: #00ccff;
  color: #ffffff;
  text-decoration: none;
}

.btn:active {
  transform: translateY(1px);
}

.page-intro .btn {
  min-width: 202px;
}
/* End Codex component css guard 2026-07-20 */

/* Codex top menu compact restore 2026-07-20 */
@media (min-width: 1024px) {
  .header__bottom {
    min-height: 46px;
  }

  .header__bottom > .container,
  .main-nav,
  .main-nav__wrapper,
  .main-nav__list {
    min-height: 46px;
  }

  .main-nav__list {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-nav__item {
    display: flex;
    align-items: center;
    min-height: 46px;
  }

  .main-nav__button {
    min-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 46px;
  }

  button.main-nav__button {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 0;
  }

  a.main-nav__button > span.main-nav__button {
    display: inline;
    min-height: 0;
    padding: 0;
    line-height: inherit;
  }
}
/* End Codex top menu compact restore 2026-07-20 */

/* Codex top menu margin restore 2026-07-20 */
@media (min-width: 1024px) {
  .header__bottom .main-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    margin: 0;
    padding: 0;
  }

  .header__bottom .main-nav__list > div {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
  }

  .header__bottom .main-nav__item {
    margin: 0;
  }

  .header__bottom .main-nav__button {
    height: 46px;
    min-height: 46px;
    padding: 0;
    line-height: 46px;
  }
}
/* End Codex top menu margin restore 2026-07-20 */

/* Codex cookie notice 2026-07-20 */
.cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  padding: 0 16px 16px;
  color: #ffffff;
  font-family: "Ubuntu", "Arial", sans-serif;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.cookie-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-notice__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 16px 14px 18px;
  border-left: 4px solid #00ccff;
  border-radius: 6px;
  background: rgba(70, 70, 70, 0.96);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}

.cookie-notice__text {
  flex: 1 1 auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.cookie-notice__text p {
  margin: 0;
}

.cookie-notice__link {
  margin-left: 8px;
  color: #00ccff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-notice__link:hover,
.cookie-notice__link:focus {
  color: #ffffff;
}

.cookie-notice__button {
  flex: 0 0 auto;
  min-width: 116px;
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: #00ccff;
  color: #222222;
  font-family: "Ubuntu", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.cookie-notice__button:hover,
.cookie-notice__button:focus {
  background: #00ccff;
  color: #ffffff;
}

.cookie-notice__button:active {
  transform: translateY(1px);
}

@media (max-width: 767px) {
  .cookie-notice {
    padding: 0 10px 10px;
  }

  .cookie-notice__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 13px 13px 14px;
  }

  .cookie-notice__text {
    font-size: 13px;
  }

  .cookie-notice__button {
    width: 100%;
  }
}
/* End Codex cookie notice 2026-07-20 */

/* Codex top menu final height restore 2026-07-20 */
@media (min-width: 1024px) {
  .header__bottom {
    min-height: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .header__bottom > .container,
  .header__bottom .main-nav,
  .header__bottom .main-nav__wrapper,
  .header__bottom .main-nav__list {
    min-height: 0;
    height: auto;
  }

  .header__bottom > .container,
  .header__bottom .main-nav,
  .header__bottom .main-nav__list,
  .header__bottom .main-nav__list > div {
    align-items: center;
  }

  .header__bottom .main-nav__item {
    min-height: 0;
    height: auto;
  }

  .header__bottom .main-nav__button {
    height: auto;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 17px;
  }

  .header__bottom button.main-nav__button {
    display: inline-flex;
    align-items: center;
  }

  .header__bottom a.main-nav__button > span.main-nav__button {
    height: auto;
    min-height: 0;
    line-height: inherit;
  }
}
/* End Codex top menu final height restore 2026-07-20 */

/* Codex hidden header buttons flow fix 2026-07-20 */
@media (min-width: 1024px) {
  .header__bottom .header__btn-search[style*="visibility:hidden"],
  .header__bottom .header__btn-search[style*="visibility: hidden"] {
    display: none !important;
  }

  .header__bottom .header__btn-login--mobile {
    display: none !important;
  }
}
/* End Codex hidden header buttons flow fix 2026-07-20 */

/* Codex dropdown menu text color 2026-07-21 */
@media (min-width: 1024px) {
  .header__bottom .main-nav__sublevel-link,
  .header__bottom .main-nav__sublevel-link:visited {
    color: #222222 !important;
  }

  .header__bottom .main-nav__sublevel-link:hover,
  .header__bottom .main-nav__sublevel-link:focus {
    color: #111111 !important;
    opacity: 0.78;
    text-decoration: none;
  }
}
/* End Codex dropdown menu text color 2026-07-21 */

/* Codex client header rollback 2026-07-21 */
.header__top {
  display: none !important;
}

.main-advantages {
  display: none !important;
}

@media (min-width: 1024px) {
  .header__bottom .main-nav__button,
  .header__bottom .main-nav__button:visited {
    color: #00ccff !important;
  }

  .header__bottom .main-nav__button:hover,
  .header__bottom .main-nav__button:focus,
  .header__bottom .main-nav__item.is-active > .main-nav__button,
  .header__bottom .main-nav__item.bx-active > .main-nav__button {
    color: #00ccff !important;
    opacity: 0.88;
  }

  .page-intro--large {
    justify-content: flex-start;
    min-height: 545px;
    padding-top: 36px;
    padding-bottom: 46px;
  }

  .page-intro--large .page-intro__home-container {
    width: 100%;
  }

  .codex-hero-brand {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 900px;
    margin: 0 0 52px;
    text-align: left;
  }

  .codex-hero-brand__logo {
    display: block;
    flex: 0 0 auto;
    width: 260px;
    max-width: 28vw;
    height: auto;
  }

  .codex-hero-brand__text {
    color: #00ccff;
    font-family: "Ubuntu", "Arial", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.22;
    text-align: left;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.24);
  }
}

@media (max-width: 1023px) {
  .page-intro--large {
    justify-content: flex-start;
    padding-top: 28px;
  }

  .codex-hero-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 28px;
    text-align: left;
  }

  .codex-hero-brand__logo {
    width: min(180px, 42vw);
    height: auto;
  }

  .codex-hero-brand__text {
    color: #00ccff;
    font-family: "Ubuntu", "Arial", sans-serif;
    font-size: clamp(16px, 3vw, 22px);
    font-weight: 700;
    line-height: 1.22;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .codex-hero-brand {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* End Codex client header rollback 2026-07-21 */

/* Codex old image hero cleanup 2026-07-21 */
.page-intro--large .title--h1,
.page-intro--large .btn {
  display: none !important;
}

@media (min-width: 1024px) {
  .page-intro--large {
    justify-content: center;
    min-height: 580px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-intro--large .page-intro__image img {
    object-position: center top;
  }
}
/* End Codex old image hero cleanup 2026-07-21 */


/* Codex restore hero logo text 2026-07-21 */
.page-intro--large .codex-hero-brand {
  display: flex !important;
}

.page-intro--large .codex-hero-brand__text {
  color: #00ccff !important;
}
/* End Codex restore hero logo text 2026-07-21 */

/* Codex hero brand top placement 2026-07-21 */
@media (min-width: 1024px) {
  .page-intro--large {
    position: relative;
  }

  .page-intro--large .page-intro__home-container {
    position: absolute;
    top: 54px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .page-intro--large .codex-hero-brand {
    margin: 0 0 0 32px;
    max-width: 880px;
    pointer-events: auto;
  }

  .page-intro--large .codex-hero-brand__logo {
    width: 260px;
    max-width: 260px;
  }
}
/* End Codex hero brand top placement 2026-07-21 */
/* Codex dropdown bullets and ppo table 2026-07-21 */
.header__bottom .main-nav__sublevel-item::before,
.footer__nav-sublevel-item::before {
  background-color: #00ccff !important;
  border-color: #00ccff !important;
}

.codex-ppo-intro {
  margin: 0 0 24px;
  color: #29313d;
  font-size: 16px;
  line-height: 1.6;
}

.codex-ppo-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 26px 0 10px;
  border: 1px solid #dce6ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(12, 35, 54, 0.08);
}

.codex-ppo-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  color: #111927;
  font-size: 14px;
  line-height: 1.45;
}

.codex-ppo-table th,
.codex-ppo-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #dce6ec;
  vertical-align: top;
  text-align: left;
}

.codex-ppo-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f0f6fa;
  color: #1d2a35;
  font-weight: 700;
}

.codex-ppo-table tbody tr:nth-child(even) td {
  background: #f8fbfd;
}

.codex-ppo-table tbody tr:hover td {
  background: #eef8fc;
}

.codex-symbol-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.codex-symbol-list a {
  display: flex;
  min-height: 74px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid #dce6ec;
  border-left: 4px solid #00ccff;
  border-radius: 8px;
  background: #fff;
  color: #111927;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(12, 35, 54, 0.07);
}

.codex-symbol-list a:hover,
.codex-symbol-list a:focus {
  color: #00a8d4;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .codex-symbol-list {
    grid-template-columns: 1fr;
  }
}
/* End Codex dropdown bullets and ppo table 2026-07-21 */
/* Codex stronger dropdown bullet color 2026-07-21 */
.header__bottom .main-nav__sublevel-list li::before,
.header__bottom .main-nav__sublevel-item::before,
.header__bottom .main-nav__sublevel-link::before,
.footer__nav-sublevel-list li::before,
.footer__nav-sublevel-item::before,
.footer__nav-sublevel-link::before {
  background: #00ccff !important;
  background-color: #00ccff !important;
  border-color: #00ccff !important;
}
/* End Codex stronger dropdown bullet color 2026-07-21 */
/* Codex documents submenu anchors 2026-07-21 */
.header__bottom .main-nav__sublevel-link,
.footer__nav-sublevel-link {
  text-transform: none !important;
}

.doc-files__item[id] {
  scroll-margin-top: 96px;
}
/* End Codex documents submenu anchors 2026-07-21 *//* Codex PРџРћ compact table 2026-07-21 */
.codex-ppo-table {
  min-width: 860px;
}

.codex-ppo-table th:nth-child(1),
.codex-ppo-table td:nth-child(1) {
  width: 30%;
}

.codex-ppo-table th:nth-child(2),
.codex-ppo-table td:nth-child(2) {
  width: 23%;
}

.codex-ppo-table th:nth-child(3),
.codex-ppo-table td:nth-child(3) {
  width: 22%;
}

.codex-ppo-table th:nth-child(4),
.codex-ppo-table td:nth-child(4) {
  width: 25%;
}
/* Codex top menu white bar 2026-07-21 */
.header__bottom {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 204, 255, 0.24);
  box-shadow: 0 4px 14px rgba(16, 36, 54, 0.08);
}

.header__bottom .main-nav__button,
.header__bottom .main-nav__button:visited {
  color: #00ccff !important;
}

.header__bottom .main-nav__button:hover,
.header__bottom .main-nav__button:focus,
.header__bottom .main-nav__button.is-active {
  color: #008fc2 !important;
}
/* Codex footer nav centered 2026-07-21 */
.footer__bottom .footer__nav {
  width: 100%;
}

.footer__bottom .footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 26px 48px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.footer__bottom .footer__nav-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer__bottom .footer__nav-title {
  text-align: center;
}

.footer__bottom .footer__nav-sublevel-list,
.footer__bottom .footer__nav-sublevel-wrap {
  text-align: center;
}

@media (max-width: 767px) {
  .footer__bottom .footer__nav-list {
    justify-content: flex-start;
    gap: 0;
  }

  .footer__bottom .footer__nav-title,
  .footer__bottom .footer__nav-sublevel-list,
  .footer__bottom .footer__nav-sublevel-wrap {
    text-align: left;
  }
}
/* End Codex footer nav centered 2026-07-21 */
/* Codex footer safety blue theme 2026-07-21 */
.footer-safety {
  position: relative;
  overflow: hidden;
  background-color: #05588c !important;
  background-image:
    radial-gradient(circle at 74% 34%, rgba(0, 204, 255, 0.38) 0, rgba(0, 204, 255, 0.16) 24%, rgba(0, 204, 255, 0) 52%),
    linear-gradient(115deg, #043d68 0%, #007fb4 45%, #00ccff 100%) !important;
}

.footer-safety::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    url("/images/bg/video-lep-watermark.svg?v=1784803901") right center / min(760px, 56vw) auto no-repeat;
  opacity: 0.16;
}

.footer-safety .container {
  position: relative;
  z-index: 1;
}

.footer-safety__slogan-img {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 30px rgba(0, 55, 90, 0.28);
}

.footer-safety__item::before {
  color: #05588c !important;
}
/* End Codex footer safety blue theme 2026-07-21 */
/* Codex partners split carousel 2026-07-22 */
.partners {
  background: #f3f9fc;
}

.codex-partners {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.codex-partners__group {
  min-width: 0;
}

.codex-partners__title {
  margin: 0 0 18px;
  color: #111927;
}

.codex-partners__viewport {
  position: relative;
  overflow: hidden;
  padding: 2px 0 10px;
}

.codex-partners__viewport::before,
.codex-partners__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 70px;
  pointer-events: none;
}

.codex-partners__viewport::before {
  left: 0;
  background: linear-gradient(90deg, #f3f9fc 0%, rgba(243, 249, 252, 0) 100%);
}

.codex-partners__viewport::after {
  right: 0;
  background: linear-gradient(270deg, #f3f9fc 0%, rgba(243, 249, 252, 0) 100%);
}

.codex-partners__track {
  display: flex;
  align-items: stretch;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 18px;
  animation: codexPartnersScroll 34s linear infinite;
}

.codex-partners__group:hover .codex-partners__track {
  animation-play-state: paused;
}

.codex-partners__group--partners .codex-partners__track {
  animation-duration: 24s;
}

.partners__item.codex-partners__item {
  flex: 0 0 auto;
  width: 230px;
  margin: 0;
}

.partners__link.codex-partners__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 78px;
  padding: 14px 22px;
  border: 1px solid rgba(5, 88, 140, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(5, 88, 140, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.partners__link.codex-partners__link:hover,
.partners__link.codex-partners__link:focus {
  border-color: rgba(0, 204, 255, 0.62);
  box-shadow: 0 16px 34px rgba(0, 143, 194, 0.16);
  transform: translateY(-2px);
}

.codex-partners__link img {
  display: block;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

@keyframes codexPartnersScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .codex-partners__track {
    animation: none;
  }
}

@media (max-width: 767px) {
  .codex-partners {
    gap: 26px;
  }

  .codex-partners__viewport {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .codex-partners__viewport::-webkit-scrollbar {
    display: none;
  }

  .codex-partners__viewport::before,
  .codex-partners__viewport::after {
    display: none;
  }

  .codex-partners__track {
    animation: none;
  }

  .partners__item.codex-partners__item,
  .partners__link.codex-partners__link {
    width: 205px;
  }
}
/* End Codex partners split carousel 2026-07-22 */

/* Codex chairman quotes 2026-07-22 */
.chairman-quotes {
  position: relative;
  overflow: hidden;
  padding: 96px 0 92px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 18%, rgba(102, 227, 255, 0.2) 0, rgba(102, 227, 255, 0) 38%),
    linear-gradient(120deg, #043d68 0%, #05588c 48%, #008fc2 100%);
}

.chairman-quotes::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("/images/bg/video-lep-watermark.svg?v=1784803901") right center / min(760px, 56vw) auto no-repeat;
  opacity: 0.1;
}

.chairman-quotes .container {
  position: relative;
  z-index: 1;
}

.chairman-quotes__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.chairman-quotes__eyebrow {
  margin: 0 0 10px;
  color: #baf3ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.chairman-quotes__title {
  position: relative;
  margin: 0;
  color: #ffffff;
}

.chairman-quotes__title::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 16px;
  border-radius: 999px;
  background: #00ccff;
}

.chairman-quotes__controls {
  display: inline-flex;
  gap: 12px;
  flex: 0 0 auto;
}

.chairman-quotes__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.chairman-quotes__button:hover,
.chairman-quotes__button:focus {
  border-color: rgba(0, 204, 255, 0.9);
  background: rgba(0, 204, 255, 0.18);
  transform: translateY(-1px);
}

.chairman-quotes__viewport {
  overflow: hidden;
}

.chairman-quotes__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chairman-quotes__item {
  display: none;
  align-items: center;
  gap: 40px;
  min-height: 245px;
  padding: 42px 54px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  box-shadow: 0 22px 54px rgba(0, 32, 58, 0.2);
}

.chairman-quotes__item.is-active {
  display: flex;
}

.chairman-quotes__portrait {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 170px;
  width: 170px;
  height: 170px;
  border: 8px solid rgba(186, 243, 255, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%),
    #00a8d4;
  color: #ffffff;
  font-size: 44px;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(0, 24, 42, 0.22);
  overflow: hidden;
}

.chairman-quotes__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chairman-quotes__content {
  position: relative;
  max-width: 850px;
}

.chairman-quotes__content::after {
  content: "\201D";
  position: absolute;
  right: -16px;
  top: -58px;
  color: rgba(186, 243, 255, 0.22);
  font-family: Georgia, serif;
  font-size: 96px;
  line-height: 1;
}

.chairman-quotes__item-title {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.chairman-quotes__text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.72;
}

.chairman-quotes__text p {
  margin: 0;
}

.chairman-quotes__author {
  margin: 22px 0 0;
  color: #baf3ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 1023px) {
  .chairman-quotes {
    padding: 64px 0;
  }

  .chairman-quotes__item {
    align-items: flex-start;
    gap: 26px;
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .chairman-quotes {
    padding: 44px 0;
  }

  .chairman-quotes__header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .chairman-quotes__button {
    width: 42px;
    height: 42px;
  }

  .chairman-quotes__item {
    flex-direction: column;
    gap: 20px;
    padding: 24px 18px;
  }

  .chairman-quotes__portrait {
    flex-basis: 118px;
    width: 118px;
    height: 118px;
    border-width: 6px;
    font-size: 32px;
  }

  .chairman-quotes__item-title {
    font-size: 19px;
  }

  .chairman-quotes__text {
    font-size: 15px;
    line-height: 1.58;
  }

  .chairman-quotes__content::after {
    display: none;
  }
}
/* End Codex chairman quotes 2026-07-22 */

/* Codex partners seamless short-loop fix 2026-07-22 */
.codex-partners__group--partners .codex-partners__track {
  animation-duration: 42s;
}
/* End Codex partners seamless short-loop fix 2026-07-22 */
/* Codex documents blue section headers 2026-07-22 */
.page-content--documents .topic {
  background-color: #05588c !important;
  background-image:
    radial-gradient(circle at 72% 35%, rgba(102, 227, 255, 0.36) 0, rgba(102, 227, 255, 0.12) 28%, rgba(102, 227, 255, 0) 58%),
    linear-gradient(105deg, #043d68 0%, #008fc2 58%, #00ccff 100%) !important;
  color: #ffffff !important;
}

.page-content--documents .topic::before,
.page-content--documents .topic::after {
  border-color: rgba(186, 243, 255, 0.34) !important;
}
/* End Codex documents blue section headers 2026-07-22 */
/* Codex news archive blue header 2026-07-22 */
.news-archive-head {
  align-items: center !important;
}

.news-archive-title.topic,
.news-archive-title.topic--light {
  background-color: #05588c !important;
  background-image:
    radial-gradient(circle at 72% 35%, rgba(102, 227, 255, 0.36) 0, rgba(102, 227, 255, 0.12) 28%, rgba(102, 227, 255, 0) 58%),
    linear-gradient(105deg, #043d68 0%, #008fc2 58%, #00ccff 100%) !important;
  color: #ffffff !important;
}

.news-archive-count {
  align-self: center !important;
  margin-top: 0 !important;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .news-archive-count {
    transform: none;
  }
}
/* End Codex news archive blue header 2026-07-22 */
/* Codex news detail aside blue header 2026-07-22 */
.news .news-aside .topic--short {
  background-color: #05588c !important;
  background-image:
    radial-gradient(circle at 74% 38%, rgba(102, 227, 255, 0.36) 0, rgba(102, 227, 255, 0.12) 28%, rgba(102, 227, 255, 0) 58%),
    linear-gradient(105deg, #043d68 0%, #008fc2 60%, #00ccff 100%) !important;
  color: #ffffff !important;
}

.news .news-aside .topic--short::before,
.news .news-aside .topic--short::after {
  border-color: rgba(186, 243, 255, 0.34) !important;
}
/* End Codex news detail aside blue header 2026-07-22 */
/* Codex home news cleanup 2026-07-22 */
@media (min-width: 1024px) {
  .main-news__top-container {
    align-items: start;
  }

  .main-news__large-cards-list,
  .main-news__large-cards-item,
  .main-news__large-cards .main-news-large-card {
    height: 430px;
  }

  .main-news__side-news {
    max-height: 430px !important;
    overflow: hidden;
  }

  .main-news__tabs-content,
  .main-news__side-news .custom-scrollbar,
  .main-news__side-news .scrollable {
    max-height: 370px !important;
  }
}

.main-news-large-card__content,
.main-news-slide__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-news-large-card__content .date,
.main-news-slide__content .date {
  margin-top: auto;
  margin-bottom: 7px;
}

.main-news-large-card__title,
.main-news-slide__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-news__side-news .news-card__wrapper {
  min-height: 96px;
}

.main-news__side-news .news-card .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* End Codex home news cleanup 2026-07-22 */
/* Codex chairman moving carousel 2026-07-22 */
.chairman-quotes {
  padding: 88px 0 88px;
}

.chairman-quotes__header {
  max-width: 1040px;
}

.chairman-quotes__controls {
  margin-right: 88px;
}

.chairman-quotes__viewport {
  position: relative;
  overflow: hidden;
  margin-right: -96px;
  padding: 0 96px 5px 0;
}

.chairman-quotes__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 170px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 143, 194, 0), rgba(0, 143, 194, 0.72));
  z-index: 2;
}

.chairman-quotes__list {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.22, 0.84, 0.31, 1);
}

.chairman-quotes__item {
  display: flex !important;
  flex: 0 0 min(1120px, calc(100vw - 230px));
  max-width: 1120px;
  opacity: 0.46;
  transform: scale(0.965);
  transform-origin: center left;
  transition: opacity 0.35s ease, transform 0.55s cubic-bezier(0.22, 0.84, 0.31, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.chairman-quotes__item.is-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(186, 243, 255, 0.34);
  box-shadow: 0 26px 60px rgba(0, 32, 58, 0.24);
}

.chairman-quotes__item:not(.is-active) {
  box-shadow: none;
}

.chairman-quotes__item:not(.is-active) .chairman-quotes__content,
.chairman-quotes__item:not(.is-active) .chairman-quotes__portrait {
  filter: saturate(0.86);
}

.chairman-quotes__button {
  position: relative;
  overflow: hidden;
}

.chairman-quotes__button::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 35% 20%, rgba(102, 227, 255, 0.35), rgba(102, 227, 255, 0));
  opacity: 0;
  transition: opacity 0.18s ease;
}

.chairman-quotes__button:hover::before,
.chairman-quotes__button:focus::before {
  opacity: 1;
}

@media (max-width: 1199px) {
  .chairman-quotes__controls {
    margin-right: 56px;
  }

  .chairman-quotes__viewport {
    margin-right: -56px;
    padding-right: 56px;
  }

  .chairman-quotes__item {
    flex-basis: calc(100vw - 132px);
  }
}

@media (max-width: 767px) {
  .chairman-quotes__controls {
    margin-right: 0;
  }

  .chairman-quotes__viewport {
    margin-right: 0;
    padding-right: 0;
  }

  .chairman-quotes__viewport::after {
    display: none;
  }

  .chairman-quotes__list {
    gap: 16px;
  }

  .chairman-quotes__item {
    flex-basis: calc(100vw - 32px);
  }
}
/* End Codex chairman moving carousel 2026-07-22 */
/* Codex documents title compact 2026-07-22 */
.documents-page {
  padding-top: 28px !important;
}

.documents-page .documents-shell {
  padding-top: 0 !important;
}

.documents-page .documents-shell .container.content-block.txt {
  padding-top: 0 !important;
}

.documents-page__title {
  position: relative;
  margin: 0 0 26px;
  color: #06172a;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.18;
}

.documents-page__title::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: #00ccff;
}

.documents-page .page-content--documents {
  padding-top: 0 !important;
}

.documents-page .documents__wrapper,
.documents-page .doc-files {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .documents-page {
    padding-top: 22px !important;
  }

  .documents-page__title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
/* End Codex documents title compact 2026-07-22 */
/* Codex documents icons 2026-07-22 */
.page-content--documents .folders__button {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 48px;
  padding: 13px 52px 13px 62px !important;
  color: #06172a;
  font-weight: 700;
  background: #ffffff;
  transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.page-content--documents .folders__button::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 24px;
  height: 21px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='24' height='21' viewBox='0 0 24 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5.35C2 4.25 2.9 3.35 4 3.35H9.05C9.68 3.35 10.27 3.65 10.65 4.15L11.55 5.35H20C21.1 5.35 22 6.25 22 7.35V16.85C22 17.95 21.1 18.85 20 18.85H4C2.9 18.85 2 17.95 2 16.85V5.35Z' fill='%2300CCFF'/%3E%3Cpath d='M2 8.1H22V16.85C22 17.95 21.1 18.85 20 18.85H4C2.9 18.85 2 17.95 2 16.85V8.1Z' fill='%23008FC2'/%3E%3Cpath d='M4.25 10.05H19.75' stroke='%2366E3FF' stroke-width='1.4' stroke-linecap='round' opacity='.75'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-content--documents .folders__button > svg {
  display: none !important;
}

.page-content--documents .folders__button:hover,
.page-content--documents .folders__button:focus {
  color: #008fc2 !important;
  background: #f7fcff;
  box-shadow: inset 3px 0 0 #00ccff;
}

.page-content--documents .folders__element.is-active .folders__button::before {
  filter: brightness(1.08);
}

.page-content--documents .docs-list {
  padding: 0 !important;
  background: #ffffff;
}

.page-content--documents .docs-list__item {
  margin: 0 !important;
  background: #ffffff;
  border-top: 1px solid #d8e4ea;
}

.page-content--documents .docs-list__link {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 58px;
  padding: 14px 22px 14px 80px !important;
  color: #06172a;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease;
}

.page-content--documents .docs-list__link::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 50%;
  width: 22px;
  height: 26px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='22' height='26' viewBox='0 0 22 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 1.5H13.2L19 7.35V22.5C19 23.6 18.1 24.5 17 24.5H3C1.9 24.5 1 23.6 1 22.5V3.5C1 2.4 1.9 1.5 3 1.5Z' fill='%23F7FCFF' stroke='%2300A8D4' stroke-width='2'/%3E%3Cpath d='M13 1.8V7.8H19' stroke='%2300A8D4' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M5.5 13H14.5M5.5 17H16.5' stroke='%2300CCFF' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-content--documents .docs-list__link > svg {
  display: none !important;
}

.page-content--documents .docs-list__link:hover,
.page-content--documents .docs-list__link:focus {
  color: #008fc2;
  background: #f7fcff;
}

@media (max-width: 767px) {
  .page-content--documents .folders__button {
    padding-left: 52px !important;
  }

  .page-content--documents .folders__button::before {
    left: 17px;
  }

  .page-content--documents .docs-list__link {
    padding-left: 58px !important;
  }

  .page-content--documents .docs-list__link::before {
    left: 22px;
  }
}
/* End Codex documents icons 2026-07-22 */
/* Codex inner breadcrumbs emphasis 2026-07-22 */
.page-intro:not(.page-intro--large) {
  min-height: 118px;
}

.page-intro:not(.page-intro--large) .container {
  display: flex;
  align-items: center;
  min-height: 118px;
}

.page-intro:not(.page-intro--large) .breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(186, 243, 255, 0.22);
  border-radius: 6px;
  background: rgba(4, 61, 104, 0.28);
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  backdrop-filter: blur(2px);
}

.page-intro:not(.page-intro--large) .breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  color: inherit;
}

.page-intro:not(.page-intro--large) .breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-left: 12px;
  background: rgba(186, 243, 255, 0.74);
}

.page-intro:not(.page-intro--large) .breadcrumbs .link {
  color: inherit !important;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.page-intro:not(.page-intro--large) .breadcrumbs a.link[href]:hover,
.page-intro:not(.page-intro--large) .breadcrumbs a.link[href]:focus {
  color: #66e3ff !important;
}

.page-intro:not(.page-intro--large) .title:empty,
.page-intro:not(.page-intro--large) .title--h2:empty {
  display: none !important;
}

@media (max-width: 767px) {
  .page-intro:not(.page-intro--large),
  .page-intro:not(.page-intro--large) .container {
    min-height: 96px;
  }

  .page-intro:not(.page-intro--large) .breadcrumbs {
    padding: 9px 12px;
    font-size: 13px;
  }
}
/* End Codex inner breadcrumbs emphasis 2026-07-22 */
/* Codex gazeta page 2026-07-22 */
.gazeta-page__lead {
  max-width: 860px;
  margin: 0 0 24px;
  color: #223144;
  font-size: 18px;
  line-height: 1.65;
}

.gazeta-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 34px;
}

.gazeta-page__card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 16px;
  min-height: 94px;
  padding: 18px 22px;
  border: 1px solid #d8e4ea;
  border-radius: 8px;
  background: #ffffff;
  color: #06172a;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(4, 61, 104, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gazeta-page__card:hover,
.gazeta-page__card:focus {
  border-color: rgba(0, 204, 255, 0.72);
  color: #06172a;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 143, 194, 0.13);
}

.gazeta-page__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background: linear-gradient(135deg, #043d68, #00ccff);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.gazeta-page__card-title {
  align-self: end;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.gazeta-page__period {
  color: #617282;
  font-size: 15px;
  line-height: 1.35;
}

.gazeta-page__archive {
  padding: 24px;
  border-left: 4px solid #00ccff;
  border-radius: 8px;
  background: #f7fcff;
}

.gazeta-page__archive h2 {
  margin: 0 0 10px;
  color: #06172a;
  font-size: 24px;
}

.gazeta-page__archive p {
  margin: 0 0 16px;
  color: #46596a;
}

.gazeta-page__years {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gazeta-page__years a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #008fc2;
  font-weight: 700;
  text-decoration: none;
}

.gazeta-page__years a:hover,
.gazeta-page__years a:focus {
  background: #00ccff;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .gazeta-page__grid {
    grid-template-columns: 1fr;
  }
}
/* End Codex gazeta page 2026-07-22 */
/* Codex simvolika page 2026-07-22 */
.simvolika-page__lead {
  max-width: 840px;
  margin: 0 0 24px;
  color: #223144;
  font-size: 18px;
  line-height: 1.65;
}

.simvolika-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 22px;
}

.simvolika-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 22px;
  border: 1px solid #d8e4ea;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
  color: #06172a;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(4, 61, 104, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.simvolika-card:hover,
.simvolika-card:focus {
  border-color: rgba(0, 204, 255, 0.72);
  color: #06172a;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 143, 194, 0.13);
}

.simvolika-card__type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 0 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #043d68, #00ccff);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.simvolika-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.simvolika-card__group {
  margin: 0 0 7px;
  color: #008fc2;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.simvolika-card__title {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.simvolika-card__note {
  color: #617282;
  font-size: 15px;
  line-height: 1.45;
}

.simvolika-card__action {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 18px;
  color: #008fc2;
  font-weight: 800;
}

.simvolika-card__action::after {
  content: "";
  width: 18px;
  height: 1px;
  margin-left: 8px;
  background: currentColor;
}

.simvolika-page__hint {
  margin: 0;
  padding: 16px 18px;
  border-left: 4px solid #00ccff;
  border-radius: 6px;
  background: #f7fcff;
  color: #46596a;
}

@media (max-width: 991px) {
  .simvolika-grid {
    grid-template-columns: 1fr;
  }
}
/* End Codex simvolika page 2026-07-22 */
/* Codex gazeta local archive 2026-07-22 */
.gazeta-page__archive--local {
  margin-top: 4px;
}

.gazeta-archive-list {
  display: grid;
  gap: 18px;
}

.gazeta-archive-year {
  padding: 18px;
  border: 1px solid #d8e4ea;
  border-radius: 8px;
  background: #ffffff;
}

.gazeta-archive-year h3 {
  margin: 0 0 14px;
  color: #043d68;
  font-size: 22px;
  line-height: 1.2;
}

.gazeta-archive-files {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gazeta-archive-file {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #06172a;
  text-decoration: none;
  background: #f7fcff;
  transition: background 0.18s ease, color 0.18s ease;
}

.gazeta-archive-file:hover,
.gazeta-archive-file:focus {
  background: rgba(0, 204, 255, 0.12);
  color: #008fc2;
  text-decoration: none;
}

.gazeta-archive-file__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: linear-gradient(135deg, #043d68, #00ccff);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.gazeta-archive-file__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .gazeta-archive-files {
    grid-template-columns: 1fr;
  }
}
/* End Codex gazeta local archive 2026-07-22 */
/* Codex gazeta local archive 2026-07-22 */
.gazeta-page__archive--local {
  margin-top: 4px;
}

.gazeta-archive-list {
  display: grid;
  gap: 18px;
}

.gazeta-archive-year {
  padding: 18px;
  border: 1px solid #d8e4ea;
  border-radius: 8px;
  background: #ffffff;
}

.gazeta-archive-year h3 {
  margin: 0 0 14px;
  color: #043d68;
  font-size: 22px;
  line-height: 1.2;
}

.gazeta-archive-files {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gazeta-archive-file {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #06172a;
  text-decoration: none;
  background: #f7fcff;
  transition: background 0.18s ease, color 0.18s ease;
}

.gazeta-archive-file:hover,
.gazeta-archive-file:focus {
  background: rgba(0, 204, 255, 0.12);
  color: #008fc2;
  text-decoration: none;
}

.gazeta-archive-file__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: linear-gradient(135deg, #043d68, #00ccff);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.gazeta-archive-file__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .gazeta-archive-files {
    grid-template-columns: 1fr;
  }
}
/* End Codex gazeta local archive 2026-07-22 */
/* Codex social partnership local 2026-07-22 */
.social-partnership-page__lead {
  max-width: 900px;
  margin: 0 0 24px;
  color: #223144;
  font-size: 18px;
  line-height: 1.65;
}

.social-partnership-sections {
  display: grid;
  gap: 18px;
}

.social-partnership-section {
  padding: 24px;
  border: 1px solid #d8e4ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(4, 61, 104, 0.05);
}

.social-partnership-section h2 {
  margin: 0 0 16px;
  color: #06172a;
  font-size: 24px;
  line-height: 1.25;
}

.social-partnership-section__content {
  color: #223144;
  font-size: 16px;
  line-height: 1.6;
}

.social-partnership-section__content p {
  margin: 0 0 14px;
}

.social-partnership-section__content a {
  color: #008fc2;
  font-weight: 700;
}

.social-partnership-section__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 12px 0;
  border-radius: 6px;
}

.social-partnership-section__empty {
  margin: 0;
  color: #617282;
}

.social-partnership-files {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.social-partnership-file {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #f7fcff;
  color: #06172a;
  text-decoration: none;
}

.social-partnership-file:hover,
.social-partnership-file:focus {
  color: #008fc2;
  text-decoration: none;
  background: rgba(0, 204, 255, 0.12);
}

.social-partnership-file__type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 38px;
  border-radius: 6px;
  background: linear-gradient(135deg, #043d68, #00ccff);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.social-partnership-file__title {
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .social-partnership-section {
    padding: 18px;
  }

  .social-partnership-files {
    grid-template-columns: 1fr;
  }
}
/* End Codex social partnership local 2026-07-22 */
/* Codex okhrana local 2026-07-22 */
.okhrana-page {
  --okhrana-blue: #00ccff;
  --okhrana-blue-dark: #043d68;
  --okhrana-text: #06172a;
  --okhrana-muted: #5f7484;
  position: relative;
}

.okhrana-page__lead {
  max-width: 940px;
  margin: 0 0 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--okhrana-blue);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 204, 255, 0.12), rgba(255, 255, 255, 0.9));
  color: #223144;
  font-size: 18px;
  line-height: 1.6;
}

.okhrana-docs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.okhrana-doc,
.okhrana-section__content p a,
.okhrana-section__content div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  gap: 14px;
  padding: 14px 18px 14px 68px;
  border: 1px solid #d9e8ef;
  border-radius: 8px;
  background: #ffffff;
  color: var(--okhrana-text);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(4, 61, 104, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.okhrana-doc:hover,
.okhrana-doc:focus,
.okhrana-section__content p a:hover,
.okhrana-section__content p a:focus {
  border-color: rgba(0, 204, 255, 0.78);
  color: #007faf;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(4, 61, 104, 0.1);
  transform: translateY(-1px);
}

.okhrana-doc::before,
.okhrana-section__content p a::before,
.okhrana-section__content div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--okhrana-blue-dark), var(--okhrana-blue));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
}

.okhrana-doc::after,
.okhrana-section__content p a::after,
.okhrana-section__content div::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  width: 14px;
  height: 18px;
  transform: translateY(-50%);
  background:
    linear-gradient(135deg, transparent 0 6px, rgba(255,255,255,0.72) 6px 7px, transparent 7px) top right / 7px 7px no-repeat,
    linear-gradient(#fff, #fff) left top / 12px 2px no-repeat,
    linear-gradient(#fff, #fff) left 7px / 14px 2px no-repeat,
    linear-gradient(#fff, #fff) left 13px / 10px 2px no-repeat;
  border: 2px solid #fff;
  border-top-right-radius: 4px;
}

.okhrana-doc[href^="#"]::after {
  width: 18px;
  height: 14px;
  left: 26px;
  border: 2px solid #fff;
  border-top-width: 6px;
  border-radius: 3px;
  background: none;
}

.okhrana-doc__type {
  display: none;
}

.okhrana-doc__title {
  display: block;
  font-weight: 700;
  line-height: 1.35;
}

.okhrana-sections {
  display: grid;
  gap: 18px;
}

.okhrana-section {
  overflow: hidden;
  border: 1px solid #d9e8ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(4, 61, 104, 0.06);
}

.okhrana-section h2 {
  margin: 0;
  padding: 18px 22px;
  background: linear-gradient(100deg, var(--okhrana-blue-dark), var(--okhrana-blue));
  color: #ffffff;
  font-size: 21px;
  line-height: 1.3;
}

.okhrana-section__content {
  display: grid;
  gap: 10px;
  padding: 18px;
  color: #223144;
  font-size: 16px;
  line-height: 1.6;
}

.okhrana-section__content p {
  margin: 0;
}

.okhrana-section__content p a {
  width: 100%;
  font-weight: 700;
}

.okhrana-section__content div {
  flex-wrap: wrap;
}

.okhrana-section__content div > a {
  color: var(--okhrana-text);
  font-weight: 700;
  text-decoration: none;
}

.okhrana-section__content div > a:hover,
.okhrana-section__content div > a:focus {
  color: #007faf;
}

.okhrana-section__content div > a[download] {
  margin-left: auto;
  padding: 8px 13px;
  border-radius: 6px;
  background: rgba(0, 204, 255, 0.12);
  color: #007faf;
  font-size: 14px;
}

.okhrana-section__empty {
  margin: 0;
  color: var(--okhrana-muted);
}

@media (max-width: 767px) {
  .okhrana-page__lead {
    padding: 15px 17px;
    font-size: 16px;
  }

  .okhrana-docs {
    grid-template-columns: 1fr;
  }

  .okhrana-doc,
  .okhrana-section__content p a,
  .okhrana-section__content div {
    padding-right: 14px;
  }

  .okhrana-section h2 {
    padding: 16px 18px;
    font-size: 19px;
  }

  .okhrana-section__content {
    padding: 14px;
  }

  .okhrana-section__content div > a[download] {
    margin-left: 0;
  }
}
/* End Codex okhrana local 2026-07-22 */
/* Codex okhrana visual fix 2026-07-22 */
.okhrana-page .okhrana-doc,
.okhrana-page .okhrana-section__content p a,
.okhrana-page .okhrana-section__content div {
  padding-left: 76px;
}

.okhrana-page .okhrana-doc::before,
.okhrana-page .okhrana-section__content p a::before,
.okhrana-page .okhrana-section__content div::before,
.okhrana-page .okhrana-doc::after,
.okhrana-page .okhrana-section__content p a::after,
.okhrana-page .okhrana-section__content div::after {
  box-sizing: border-box;
  pointer-events: none;
}

.okhrana-page .okhrana-doc::before,
.okhrana-page .okhrana-section__content p a::before,
.okhrana-page .okhrana-section__content div::before {
  left: 20px !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, var(--okhrana-blue-dark), var(--okhrana-blue)) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3), 0 8px 18px rgba(0, 204, 255, 0.22) !important;
}

.okhrana-page .okhrana-doc::after,
.okhrana-page .okhrana-section__content p a::after,
.okhrana-page .okhrana-section__content div::after {
  left: 32px !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 14px !important;
  height: 18px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  border: 2px solid #ffffff !important;
  border-radius: 2px !important;
  border-top-right-radius: 6px !important;
  background:
    linear-gradient(135deg, transparent 0 6px, rgba(255,255,255,0.8) 6px 7px, transparent 7px) top right / 7px 7px no-repeat,
    linear-gradient(#fff, #fff) left 4px / 10px 2px no-repeat,
    linear-gradient(#fff, #fff) left 9px / 11px 2px no-repeat,
    linear-gradient(#fff, #fff) left 14px / 8px 2px no-repeat !important;
  box-shadow: none !important;
}

.okhrana-page .okhrana-doc[href^="#"]::after {
  left: 30px !important;
  width: 18px !important;
  height: 14px !important;
  border: 2px solid #ffffff !important;
  border-top-width: 6px !important;
  border-radius: 3px !important;
  background: none !important;
}

.okhrana-page .okhrana-section h2,
.okhrana-page .okhrana-section h2 a {
  color: #ffffff !important;
}

.okhrana-page .okhrana-section h2 {
  text-shadow: 0 1px 0 rgba(0,0,0,0.12);
}
/* End Codex okhrana visual fix 2026-07-22 */
/* Codex okhrana doc rows 2026-07-22 */
.okhrana-page .okhrana-doc,
.okhrana-page .okhrana-section__content p a,
.okhrana-page .okhrana-section__content div {
  display: flex !important;
  align-items: center !important;
  min-height: 62px !important;
  padding: 14px 82px 14px 88px !important;
  border-left: 4px solid var(--okhrana-blue) !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 56%, rgba(0, 204, 255, 0.17) 100%) !important;
}

.okhrana-page .okhrana-doc::before,
.okhrana-page .okhrana-section__content p a::before,
.okhrana-page .okhrana-section__content div::before {
  content: "" !important;
  position: absolute !important;
  left: 22px !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  border-radius: 9px !important;
  background-color: var(--okhrana-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h6'/%3E%3Cpath d='M9 9h2'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--okhrana-blue-dark), var(--okhrana-blue)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center, center !important;
  background-size: 22px 22px, cover !important;
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.24) !important;
  pointer-events: none !important;
}

.okhrana-page .okhrana-doc::after,
.okhrana-page .okhrana-section__content p a::after,
.okhrana-page .okhrana-section__content div::after {
  content: "" !important;
  position: absolute !important;
  right: 22px !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  background-color: var(--okhrana-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--okhrana-blue-dark), var(--okhrana-blue)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center, center !important;
  background-size: 19px 19px, cover !important;
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.24) !important;
  pointer-events: none !important;
}

.okhrana-page .okhrana-doc[href^="#"]::after {
  right: 22px !important;
  left: auto !important;
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  background-color: var(--okhrana-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--okhrana-blue-dark), var(--okhrana-blue)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center, center !important;
  background-size: 19px 19px, cover !important;
}

.okhrana-page .okhrana-doc__title,
.okhrana-page .okhrana-section__content p a,
.okhrana-page .okhrana-section__content div > a:first-child {
  display: block !important;
  color: var(--okhrana-text) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.okhrana-page .okhrana-section__content div > a[download] {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
}

.okhrana-page .okhrana-doc:hover::after,
.okhrana-page .okhrana-doc:focus::after,
.okhrana-page .okhrana-section__content p a:hover::after,
.okhrana-page .okhrana-section__content p a:focus::after,
.okhrana-page .okhrana-section__content div:hover::after,
.okhrana-page .okhrana-section__content div:focus-within::after {
  transform: translateY(-50%) scale(1.04) !important;
}

@media (max-width: 767px) {
  .okhrana-page .okhrana-doc,
  .okhrana-page .okhrana-section__content p a,
  .okhrana-page .okhrana-section__content div {
    padding: 13px 64px 13px 74px !important;
  }

  .okhrana-page .okhrana-doc::before,
  .okhrana-page .okhrana-section__content p a::before,
  .okhrana-page .okhrana-section__content div::before {
    left: 17px !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 20px 20px, cover !important;
  }

  .okhrana-page .okhrana-doc::after,
  .okhrana-page .okhrana-section__content p a::after,
  .okhrana-page .okhrana-section__content div::after,
  .okhrana-page .okhrana-doc[href^="#"]::after {
    right: 15px !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 17px 17px, cover !important;
  }
}
/* End Codex okhrana doc rows 2026-07-22 */

/* Codex legal support local 2026-07-22 */
.legal-support-page {
  --legal-blue: #00ccff;
  --legal-blue-dark: #043d68;
  --legal-text: #06172a;
}

.legal-support-page__lead {
  max-width: 940px;
  margin: 0 0 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--legal-blue);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 204, 255, 0.12), rgba(255, 255, 255, 0.9));
  color: #223144;
  font-size: 18px;
  line-height: 1.6;
}

.legal-support-sections {
  display: grid;
  gap: 18px;
}

.legal-support-section {
  overflow: hidden;
  border: 1px solid #d9e8ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(4, 61, 104, 0.06);
}

.legal-support-section h2 {
  margin: 0;
  padding: 18px 22px;
  background: linear-gradient(100deg, var(--legal-blue-dark), var(--legal-blue));
  color: #ffffff !important;
  font-size: 21px;
  line-height: 1.3;
  text-shadow: 0 1px 0 rgba(0,0,0,0.12);
}

.legal-support-files {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.legal-support-file {
  position: relative;
  display: flex !important;
  align-items: center !important;
  min-height: 62px !important;
  padding: 14px 82px 14px 88px !important;
  border: 1px solid #d9e8ef !important;
  border-left: 4px solid var(--legal-blue) !important;
  border-radius: 8px !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 56%, rgba(0, 204, 255, 0.17) 100%) !important;
  color: var(--legal-text) !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(4, 61, 104, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.legal-support-file:hover,
.legal-support-file:focus {
  border-color: rgba(0, 204, 255, 0.78) !important;
  color: #007faf !important;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(4, 61, 104, 0.1);
  transform: translateY(-1px);
}

.legal-support-file::before {
  content: "" !important;
  position: absolute !important;
  left: 22px !important;
  top: 50% !important;
  width: 38px !important;
  height: 38px !important;
  transform: translateY(-50%) !important;
  border-radius: 9px !important;
  background-color: var(--legal-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h6'/%3E%3Cpath d='M9 9h2'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--legal-blue-dark), var(--legal-blue)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center, center !important;
  background-size: 22px 22px, cover !important;
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.24) !important;
}

.legal-support-file::after {
  content: "" !important;
  position: absolute !important;
  right: 22px !important;
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
  transform: translateY(-50%) !important;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  background-color: var(--legal-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--legal-blue-dark), var(--legal-blue)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center, center !important;
  background-size: 19px 19px, cover !important;
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.24) !important;
}

.legal-support-file__title {
  display: block;
  color: inherit;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .legal-support-page__lead {
    padding: 15px 17px;
    font-size: 16px;
  }

  .legal-support-section h2 {
    padding: 16px 18px;
    font-size: 19px;
  }

  .legal-support-files {
    padding: 14px;
  }

  .legal-support-file {
    padding: 13px 64px 13px 74px !important;
  }

  .legal-support-file::before {
    left: 17px !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 20px 20px, cover !important;
  }

  .legal-support-file::after {
    right: 15px !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 17px 17px, cover !important;
  }
}
/* End Codex legal support local 2026-07-22 */

/* Codex org work local 2026-07-22 */
.org-work-page {
  --org-blue: #00ccff;
  --org-blue-dark: #043d68;
  --org-text: #06172a;
}

.org-work-page__lead {
  max-width: 940px;
  margin: 0 0 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--org-blue);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 204, 255, 0.12), rgba(255, 255, 255, 0.9));
  color: #223144;
  font-size: 18px;
  line-height: 1.6;
}

.org-work-sections {
  display: grid;
  gap: 18px;
}

.org-work-section {
  overflow: hidden;
  border: 1px solid #d9e8ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(4, 61, 104, 0.06);
}

.org-work-section h2 {
  margin: 0;
  padding: 18px 22px;
  background: linear-gradient(100deg, var(--org-blue-dark), var(--org-blue));
  color: #ffffff !important;
  font-size: 21px;
  line-height: 1.3;
  text-shadow: 0 1px 0 rgba(0,0,0,0.12);
}

.org-work-files {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.org-work-file {
  position: relative;
  display: flex !important;
  align-items: center !important;
  min-height: 62px !important;
  padding: 14px 82px 14px 88px !important;
  border: 1px solid #d9e8ef !important;
  border-left: 4px solid var(--org-blue) !important;
  border-radius: 8px !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 56%, rgba(0, 204, 255, 0.17) 100%) !important;
  color: var(--org-text) !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(4, 61, 104, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.org-work-file:hover,
.org-work-file:focus {
  border-color: rgba(0, 204, 255, 0.78) !important;
  color: #007faf !important;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(4, 61, 104, 0.1);
  transform: translateY(-1px);
}

.org-work-file::before {
  content: "" !important;
  position: absolute !important;
  left: 22px !important;
  top: 50% !important;
  width: 38px !important;
  height: 38px !important;
  transform: translateY(-50%) !important;
  border-radius: 9px !important;
  background-color: var(--org-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h6'/%3E%3Cpath d='M9 9h2'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--org-blue-dark), var(--org-blue)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center, center !important;
  background-size: 22px 22px, cover !important;
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.24) !important;
}

.org-work-file--external::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--org-blue-dark), var(--org-blue)) !important;
}

.org-work-file::after {
  content: "" !important;
  position: absolute !important;
  right: 22px !important;
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
  transform: translateY(-50%) !important;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  background-color: var(--org-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--org-blue-dark), var(--org-blue)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center, center !important;
  background-size: 19px 19px, cover !important;
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.24) !important;
}

.org-work-file__title {
  display: block;
  color: inherit;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .org-work-page__lead {
    padding: 15px 17px;
    font-size: 16px;
  }

  .org-work-section h2 {
    padding: 16px 18px;
    font-size: 19px;
  }

  .org-work-files {
    padding: 14px;
  }

  .org-work-file {
    padding: 13px 64px 13px 74px !important;
  }

  .org-work-file::before {
    left: 17px !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 20px 20px, cover !important;
  }

  .org-work-file::after {
    right: 15px !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 17px 17px, cover !important;
  }
}
/* End Codex org work local 2026-07-22 */
/* Codex finance work local 2026-07-22 */
.finance-work-page {
  --finance-blue: #00ccff;
  --finance-blue-dark: #043d68;
  --finance-text: #06172a;
}

.finance-work-page__lead {
  max-width: 940px;
  margin: 0 0 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--finance-blue);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 204, 255, 0.12), rgba(255, 255, 255, 0.9));
  color: #223144;
  font-size: 18px;
  line-height: 1.6;
}

.finance-work-sections {
  display: grid;
  gap: 18px;
}

.finance-work-section {
  overflow: hidden;
  border: 1px solid #d9e8ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(4, 61, 104, 0.06);
}

.finance-work-section h2 {
  margin: 0;
  padding: 18px 22px;
  background: linear-gradient(100deg, var(--finance-blue-dark), var(--finance-blue));
  color: #ffffff !important;
  font-size: 21px;
  line-height: 1.3;
  text-shadow: 0 1px 0 rgba(0,0,0,0.12);
}

.finance-work-files {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.finance-work-file {
  position: relative;
  display: flex !important;
  align-items: center !important;
  min-height: 62px !important;
  padding: 14px 82px 14px 88px !important;
  border: 1px solid #d9e8ef !important;
  border-left: 4px solid var(--finance-blue) !important;
  border-radius: 8px !important;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 56%, rgba(0, 204, 255, 0.17) 100%) !important;
  color: var(--finance-text) !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(4, 61, 104, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.finance-work-file:hover,
.finance-work-file:focus {
  border-color: rgba(0, 204, 255, 0.78) !important;
  color: #007faf !important;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(4, 61, 104, 0.1);
  transform: translateY(-1px);
}

.finance-work-file::before {
  content: "" !important;
  position: absolute !important;
  left: 22px !important;
  top: 50% !important;
  width: 38px !important;
  height: 38px !important;
  transform: translateY(-50%) !important;
  border-radius: 9px !important;
  background-color: var(--finance-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h6'/%3E%3Cpath d='M9 9h2'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--finance-blue-dark), var(--finance-blue)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center, center !important;
  background-size: 22px 22px, cover !important;
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.24) !important;
}

.finance-work-file--external::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--finance-blue-dark), var(--finance-blue)) !important;
}

.finance-work-file::after {
  content: "" !important;
  position: absolute !important;
  right: 22px !important;
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
  transform: translateY(-50%) !important;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  background-color: var(--finance-blue) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E"), linear-gradient(135deg, var(--finance-blue-dark), var(--finance-blue)) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center, center !important;
  background-size: 19px 19px, cover !important;
  box-shadow: 0 8px 18px rgba(0, 204, 255, 0.24) !important;
}

.finance-work-file__title {
  display: block;
  color: inherit;
  font-weight: 700;
  line-height: 1.35;
}

.finance-work-empty {
  margin: 0;
  padding: 16px 18px;
  border: 1px dashed rgba(0, 204, 255, 0.45);
  border-radius: 8px;
  background: rgba(0, 204, 255, 0.08);
  color: #4d6475;
  font-weight: 600;
}

@media (max-width: 767px) {
  .finance-work-page__lead {
    padding: 15px 17px;
    font-size: 16px;
  }

  .finance-work-section h2 {
    padding: 16px 18px;
    font-size: 19px;
  }

  .finance-work-files {
    padding: 14px;
  }

  .finance-work-file {
    padding: 13px 64px 13px 74px !important;
  }

  .finance-work-file::before {
    left: 17px !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 20px 20px, cover !important;
  }

  .finance-work-file::after {
    right: 15px !important;
    width: 34px !important;
    height: 34px !important;
    background-size: 17px 17px, cover !important;
  }
}
/* End Codex finance work local 2026-07-22 */
/* Codex brighter LEP watermarks 2026-07-22 */
.footer-safety::before {
  opacity: 0.32 !important;
  filter: grayscale(1) brightness(0.78) contrast(1.28);
}

.chairman-quotes::before {
  opacity: 0.26 !important;
  filter: grayscale(1) brightness(0.8) contrast(1.22);
}

.page-content-inner .partnership .container.content-block.txt::after {
  opacity: 0.16 !important;
  filter: grayscale(1) brightness(0.72) contrast(1.35);
}

.footer-video {
  background-image:
    url("/images/bg/video-lep-watermark.svg?v=1784803901"),
    radial-gradient(circle at 58% 18%, rgba(167, 241, 255, 0.58) 0, rgba(102, 227, 255, 0.35) 28%, rgba(102, 227, 255, 0) 48%),
    linear-gradient(116deg, #008fc2 0%, #00ccff 34%, #66e3ff 55%, #00a8d4 78%, #007fad 100%) !important;
}
/* End Codex brighter LEP watermarks 2026-07-22 */
/* Codex home news stream visible fallback 2026-07-22 */
.main-news__side-news [data-tabs="element"].is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.main-news__side-news [data-tabs="content"] {
  min-height: 370px;
}

.main-news__side-news [data-tabs="element"]:first-child {
  z-index: 1;
}
/* End Codex home news stream visible fallback 2026-07-22 */

/* Codex about nav blue no orange artifact 2026-07-22 */
.about-nav__link {
  background: linear-gradient(90deg, #ffffff 0%, #f7fdff 60%, #dff8ff 100%) !important;
}

.about-nav__link::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 253, 255, 0.96) 58%, rgba(0, 204, 255, 0.18) 100%),
    url("/images/bg/video-lep-watermark.svg?v=1784803901") right center / 260px auto no-repeat !important;
  opacity: 1 !important;
  filter: none !important;
}

.about-nav__link:hover::before,
.about-nav__link:focus::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 252, 255, 0.94) 56%, rgba(0, 204, 255, 0.26) 100%),
    url("/images/bg/video-lep-watermark.svg?v=1784803901") right center / 260px auto no-repeat !important;
}
/* End Codex about nav blue no orange artifact 2026-07-22 */

/* Codex compact reference footer 2026-07-22 */
.footer-main {
  position: relative;
  overflow: hidden;
  padding: 34px 0 22px !important;
  background:
    linear-gradient(90deg, rgba(2, 28, 68, 0.96), rgba(4, 61, 104, 0.94)),
    #052a57 !important;
  color: #ffffff;
}

.footer-main::before,
.footer-main::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(430px, 32vw);
  pointer-events: none;
  background: url("/images/bg/video-lep-watermark.svg?v=1784803901") center bottom / contain no-repeat;
  opacity: 0.22;
  filter: grayscale(1) brightness(0.72) contrast(1.35);
}

.footer-main::before {
  left: -78px;
  transform: scaleX(-1);
}

.footer-main::after {
  right: -62px;
}

.footer-main__container {
  position: relative;
  z-index: 1;
}

.footer-main__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 38px;
  align-items: start;
}

.footer-main__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(138px, 1fr));
  gap: 24px 34px;
}

.footer-main__col,
.footer-main__list,
.footer-main__item {
  margin: 0;
  padding: 0;
}

.footer-main__col::before,
.footer-main__item::before {
  display: none !important;
  content: none !important;
}

.footer-main__title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-main__list {
  display: grid;
  gap: 9px;
  list-style: none;
}

.footer-main__link,
.footer-main__contact-link,
.footer-main__legal-link,
.footer-main__made a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.footer-main__link {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.footer-main__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00ccff;
  transform: translateY(-50%);
}

.footer-main__link:hover,
.footer-main__link:focus,
.footer-main__contact-link:hover,
.footer-main__contact-link:focus,
.footer-main__legal-link:hover,
.footer-main__legal-link:focus,
.footer-main__made a:hover,
.footer-main__made a:focus {
  color: #66e3ff;
  text-decoration: none;
}

.footer-main__contacts {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.35;
}

.footer-main__contact-link {
  display: inline-block;
  margin: 0 0 14px;
  font-weight: 800;
}

.footer-main__address {
  margin: 0 0 18px;
}

.footer-main__vk {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(102, 227, 255, 0.66);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #66e3ff 0%, #00ccff 54%, #008fc2 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 204, 255, 0.22);
  text-decoration: none;
}

.footer-main__vk:hover,
.footer-main__vk:focus {
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

.footer-main__vk-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-main__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 22px;
  margin: 26px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-main__legal-link {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.35;
}

.footer-main__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px 34px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.35;
}

.footer-main__bottom p {
  margin: 0;
}

.footer-main__made a {
  margin-left: 4px;
  color: #ffffff;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .footer-main__top {
    grid-template-columns: 1fr;
  }

  .footer-main__contacts {
    display: grid;
    grid-template-columns: auto minmax(240px, 1fr) auto;
    gap: 12px 24px;
    align-items: center;
  }

  .footer-main__contacts .footer-main__title {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .footer-main__contact-link,
  .footer-main__address {
    margin: 0;
  }
}

@media (max-width: 960px) {
  .footer-main__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .footer-main {
    padding: 28px 0 20px !important;
  }

  .footer-main__nav,
  .footer-main__contacts {
    grid-template-columns: 1fr;
  }

  .footer-main__contacts {
    gap: 10px;
  }

  .footer-main__legal {
    flex-direction: column;
    gap: 7px;
  }
}
/* End Codex compact reference footer 2026-07-22 */

/* Codex home news three-column layout 2026-07-23 */
@media (min-width: 1024px) {
  .main-news .main-news__top-container {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(260px, 0.95fr) !important;
    column-gap: 30px !important;
    row-gap: 30px !important;
    align-items: start !important;
  }

  .main-news .main-news__slider,
  .main-news .main-news__large-cards,
  .main-news .main-news__side-news {
    width: 100% !important;
    min-width: 0 !important;
  }

  .main-news .main-news__slider {
    max-width: none !important;
  }

  .main-news .main-news__slide {
    width: 100% !important;
    min-width: 100% !important;
  }

  .main-news .main-news__large-cards-list {
    display: block !important;
    width: 100% !important;
  }

  .main-news .main-news__large-cards-item,
  .main-news .main-news__large-cards .main-news-large-card,
  .main-news .main-news__side-news {
    height: 430px !important;
    max-height: 430px !important;
  }

  .main-news .main-news__large-cards .main-news-large-card {
    margin-bottom: 0 !important;
  }

  .main-news .main-news__side-news {
    display: flex !important;
    overflow: hidden !important;
  }
}
/* End Codex home news three-column layout 2026-07-23 */

/* Codex gray LEP watermarks 2026-07-23 */
.footer-safety::before {
  opacity: 0.56 !important;
  filter: none !important;
}

.chairman-quotes::before {
  opacity: 0.48 !important;
  filter: none !important;
}

.page-content-inner .partnership .container.content-block.txt::after {
  opacity: 0.34 !important;
  filter: none !important;
}
/* End Codex gray LEP watermarks 2026-07-23 */

/* Codex chairman greeting photo 2026-07-23 */
.page-content-inner .partnership .news-detail img.detail_picture {
  float: right;
  width: min(320px, 38vw) !important;
  height: auto !important;
  margin: 4px 0 24px 34px;
  border: 8px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 79, 115, 0.18);
  object-fit: cover;
}

@media (max-width: 767px) {
  .page-content-inner .partnership .news-detail img.detail_picture {
    float: none;
    display: block;
    width: 100% !important;
    max-width: 340px;
    margin: 0 0 22px;
    border-width: 6px;
  }
}
/* End Codex chairman greeting photo 2026-07-23 */

/* Codex stronger LEP watermarks 2026-07-23 */
.footer-safety::before {
  opacity: 0.78 !important;
  filter: none !important;
}

.chairman-quotes::before {
  opacity: 0.64 !important;
  filter: none !important;
}

.page-content-inner .partnership .container.content-block.txt::after {
  opacity: 0.48 !important;
  filter: none !important;
}
/* End Codex stronger LEP watermarks 2026-07-23 */

/* Codex LEP watermark compromise 2026-07-23 */
.footer-safety::before {
  opacity: 0.68 !important;
  filter: none !important;
}

.chairman-quotes::before {
  opacity: 0.34 !important;
  filter: none !important;
}

.page-content-inner .partnership .container.content-block.txt::after {
  opacity: 0.40 !important;
  filter: none !important;
}
/* End Codex LEP watermark compromise 2026-07-23 */

/* Codex split LEP watermark styles 2026-07-23 */
.footer-safety::before {
  opacity: 0.68 !important;
  filter: none !important;
}

.chairman-quotes::before {
  opacity: 0.52 !important;
  filter: brightness(0) invert(1) !important;
}

.page-content-inner .partnership .container.content-block.txt::after {
  opacity: 0.40 !important;
  filter: none !important;
}
/* End Codex split LEP watermark styles 2026-07-23 */
