@import url("variables.css");

/* Typography */
/*@font-face {
  font-family: eUkraine;
  src: local("e-Ukraine"),
    url("../assets/fonts/e-Ukraine/e-Ukraine-Regular.otf") format("opentype");
}

@font-face {
  font-family: eUkraine;
  font-weight: 300;
  src: url(../assets/fonts/e-Ukraine/e-Ukraine-UltraLight.otf);
}

@font-face {
  font-family: eUkraine;
  font-weight: 700;
  src: url(../assets/fonts/e-Ukraine/e-Ukraine-Bold.otf);
}*/

/*@font-face {
  font-family: eUkraineHead;
  src: url(../assets/fonts/e-UkraineHead/e-UkraineHead-Regular.otf);
}

@font-face {
  font-family: eUkraineHead;
  src: url(../assets/fonts/e-UkraineHead/e-UkraineHead-Bold.otf);
  font-weight: 700;
}*/
/*@font-face{
  font-family:eUkraine;
  src:url(../assets/fonts/e-UkraineHead/e-Ukraine-Thin.eot);
  src:url(../assets/fonts/e-UkraineHead/e-Ukraine-Thin.eot?#iefix) format("embedded-opentype"),
  url(../assets/fonts/e-UkraineHead/e-Ukraine-Thin.woff2) format("woff2"),
  url(../assets/fonts/e-UkraineHead/e-Ukraine-Thin.woff) format("woff"),
  url(../assets/fonts/e-UkraineHead/e-Ukraine-Thin.ttf) format("truetype");
  font-weight:100;
  font-style:normal;font-display:swap}
  @font-face{
  font-family:eUkraine;
  src:url(../assets/fonts/e-UkraineHead/e-Ukraine-UltraLight.eot);
  src:url(../assets/fonts/e-UkraineHead/e-Ukraine-UltraLight.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/e-UkraineHead/e-Ukraine-UltraLight.woff2) format("woff2"),
    url(../assets/fonts/e-UkraineHead/e-Ukraine-UltraLight.woff) format("woff"),
    url(../assets/fonts/e-UkraineHead/e-Ukraine-UltraLight.ttf) format("truetype");
    font-weight:200;
    font-style:normal;font-display:swap}*/
@font-face {
  font-family: eUkraine;
  src: url(../assets/fonts/e-Ukraine/e-Ukraine-Light.eot);
  src: url(../assets/fonts/e-Ukraine/e-Ukraine-Light.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Light.woff2) format("woff2"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Light.woff) format("woff"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url(../assets/fonts/e-Ukraine/e-Ukraine-Regular.eot);
  src: url(../assets/fonts/e-Ukraine/e-Ukraine-Regular.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Regular.woff2) format("woff2"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Regular.woff) format("woff"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url(e-Ukraine-Medium.eot);
  src: url(../assets/fonts/e-Ukraine/e-Ukraine-Medium.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Medium.woff2) format("woff2"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Medium.woff) format("woff"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url(../assets/fonts/e-Ukraine/e-Ukraine-Medium.eot);
  src: url(../assets/fonts/e-Ukraine/e-Ukraine-Medium.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Medium.woff2) format("woff2"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Medium.woff) format("woff"),
    url(../assets/fonts/e-Ukraine/e-Ukraine-Medium.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*@font-face{font-family:eUkraine;
    src:url(../assets/fonts/e-Ukraine/e-Ukraine-Bold.eot);
  src:url(../assets/fonts/e-Ukraine/e-Ukraine-Bold.eot?#iefix) format("embedded-opentype"),
  url(../assets/fonts/e-Ukraine/e-Ukraine-Bold.woff2) format("woff2"),
  url(../assets/fonts/e-Ukraine/e-Ukraine-Bold.woff) format("woff"),
  url(../assets/fonts/e-Ukraine/e-Ukraine-Bold.ttf) format("truetype");
  font-weight:700;font-style:normal;font-display:swap}*/

a {
  /*transition: 0.5s;*/
}

/* Layout*/
html {
  /*font-size: 62.5%;*/
  font-size: 13px;
}

body {
  display: flex;
  flex-direction: column;
  font-family: eUkraine, sans-serif;
  justify-content: space-between;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
}

header {
  background-color: var(--primary-bg-color);
  color: var(--secondary-color);
  flex-basis: 78px;
  padding: 20px;
  z-index: 99999;
  position: relative;
}

main {
  flex-grow: 1;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert {
  position: relative;
  padding: 0.57rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
  font-size: 14px;
}

.button {
  color: #333;
  background: var(--active-color);
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding: 8px 40px;
  transition: 0.8s;
  border-radius: 0;
  border: 0 none;
  cursor: pointer;
}

.transition {
  transition: all 0.3s ease;
}

.d-flex {
  display: flex;
}

.d-flex-inline {
  display: inline-flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.bold {
  font-weight: bold;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.max210 {
  max-width: 210px;
}

.announcement {
  background: #FFD72F;
  color: #234260;
  line-height: 18px;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 3px;
  transition: .3s
}

.button:hover,
.button:focus,
.button:hover:focus {
  color: #fff;
  background-color: var(--primary-bg-color);
  /* background: var(--primary-bg-color) url(../assets/images/arrow-w.svg)
    no-repeat 95% center; */
}

.button-arrow {
  background-image: url(../assets/images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  padding-right: 50px;
}

.button-arrow:hover {
  background-image: url(../assets/images/arrow-w.svg);
  background-position: 93% center;
}

.blue-button {
  background-color: var(--primary-bg-color);
  color: #fff;
}

.blue-button:hover {
  background-color: transparent;
  color: var(--primary-bg-color);
}

h2 {
  font-size: 1.7rem;
  line-height: 2.5rem;
  /*font-family: eUkraineHead;*/
  color: var(--primary-bg-color);
}

h2.simple-header {
  padding-left: 0;
  border-left: none;
}

input,
select,
textarea {
  background-color: var(--light-bg-color);
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding: 8px;
  font-weight: 300;
  border: 0 none;
  border-radius: 0;
}

.content-page input,
.content-page select {
  background-color: var(--input-bg-color);
}

input.search {
  padding-left: 40px;
  background-image: url(../assets/images/new/search.svg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-6 {
  margin-bottom: 5rem;
}

.pt-5 {
  margin-top: 3rem;
}

/* Outer menu */
.swiper {
  width: fit-content;
}

.outer-menu {
  margin-left: -5px;
  height: 30px;
}

.outer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*.outer-menu ul li {
  display: inline-block;
  margin: 0 6px;
  width: fit-content !important;
}*/
.outer-menu .swiper-slide {
  width: auto;
}

.outer-menu {
  width: 100%;
}

.outer-menu ul li a,
.outer-menu ul li a:hover,
.outer-menu ul li a:focus,
.outer-menu ul li a:visited {
  color: var(--ternary-color);
  text-decoration: none;
  font-weight: 300;
  font-size: 11px;
  padding: 0 6px;
  display: block;
}

.outer-menu ul li a:hover,
.outer-menu ul li.active-link a {
  color: var(--active-color);
  padding-bottom: 2px;
}

/* Header main */
header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-top: 20px;
}

header .container.container-swiper {
  overflow-x: hidden;
  height: auto;
  margin-top: -5px;
}

.container-swiper+.container {
  margin-top: -5px;
}

.header-row {
  margin-top: 0;
}

header .plus {
  background-image: url(../assets/images/new/arrow-white.svg);
  transform: rotate(360deg);
}

header .plus.active,
header .top-menu-item:hover .plus {
  transform: rotate(180deg);
  background-image: url(../assets/images/new/arrow-yellow.svg);
}

header .top-menu-item.active {
  color: var(--active-color);
}

header .top-menu-item:hover+.dropdown-menu-main {
  display: block;
}

.left-menu,
.logo-wrapper,
.actions-wrapper {
  flex-grow: 1;
  flex-basis: 100px;
}

.logo-full {
  position: relative;
  top: -8px;
}

.actions-wrapper {
  justify-content: flex-end;
  display: flex;
}

.logo-wrapper {
  justify-content: center;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.text-muted {
  color: #6c757d !important;
}

.cursor-pointer {
  cursor: pointer;
}

.logo-short {
  display: none;
}

/* Left menu */
.menu-toggler {
  background-image: url(../assets/images/menu.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  height: 18px;
  display: block;
  background-size: 20px;
  width: fit-content;
  /*transition: 0.5s;*/
}

.menu-toggler:hover {
  background-image: url(../assets/images/menu_active.svg);
  cursor: pointer;
}

.menu-toggler.cross {
  background-image: url(../assets/images/new/cross.svg);
  background-size: 20px;
}

.menu-toggler span.menu-label {
  /*font-family: eUkraineHead;*/
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.menu-toggler:hover span {
  color: var(--active-color);
}

.menu-all {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}

.primary-menu .plus {
  display: none;
}

.menu-toggler input {
  display: none;
}

.left-menu .second-level-menu {
  display: none;
  margin: 0;
  background-color: var(--primary-bg-color);
  border-radius: 0;
  padding: 0;
  color: white;
  position: absolute;
  left: 0;
  top: 93px;
  width: 100%;
  z-index: 10000;
  justify-content: space-between;
}

.left-menu .second-level-menu .menu-all>ul {
  list-style: none;
  padding: 30px 30px 30px 0;
  margin: 0;
}

.left-menu .second-level-menu>ul {
  /*width: 100%;*/
}

.left-menu .second-level-menu ul li {
  /*padding: 10px 10px 10px 30px;*/
  list-style: none;
}

.left-menu .second-level-menu .menu-all>ul>li {
  padding-left: 0;
  width: 100%;
  border-left: 4px solid transparent;
}

.left-menu .second-level-menu a {
  padding: 10px 10px 5px 20px;
  font-size: 13px;
  text-decoration: none;
  color: white;
  display: block;
}

.left-menu .second-level-menu a.active .plus {
  transform: rotate(180deg);
}

.left-menu .second-level-menu a.nacp-email:hover {
  color: var(--active-color);
}

.left-menu .second-level-menu .menu-all>ul>li>a {
  font-weight: 500;
}

.left-menu .second-level-menu>li>a.maintainHover,
.left-menu .second-level-menu li:hover>a {
  color: var(--active-color);
}

.left-menu .second-level-menu .menu-all>ul>li.active,
.left-menu .second-level-menu .menu-all>ul>li:hover {
  border-left: solid 4px var(--active-color);
}

.left-menu input:checked+span+.second-level-menu {
  display: flex;
}

.left-menu .second-level-menu .menu-all>ul.primary-menu {
  padding-right: 0;
}

.left-menu .second-level-menu .menu-all>ul {
  padding: 0 30px 30px 0;
}

input#menu_input {
  display: none;
}

input#menu_input:checked+.second-level-menu {
  display: flex;
}

.dropdown-menu-main {
  display: none;
  flex: 1;
  /*width: 600px;
  columns: 2;
  position: absolute;
  left: 324px;
  top: -1px;*/
}

.dropdown-menu-main .submenu_wrap {
  display: flex;
  flex-wrap: wrap;
}

.dropdown-menu-main .secondary-menu {
  width: 50%;
}

.submenu {
  flex: 1;
}

.submenu .plus {
  transform: rotate(0deg);
  background-size: 50%;
}

.left-menu .primary-menu>ul>li .dropdown-menu-main {
  display: none;
}

.left-menu .primary-menu>ul>li.active .dropdown-menu-main {
  display: block;
}

/*.dropdown-menu-main li {
  min-width: 250px;
}*/

.secondary-menu {
  padding-left: 0;
  margin-top: 0;
}

.left-menu .second-level-menu ul.level3 {
  padding: 0;
}

.left-menu .second-level-menu ul.level3 li a {
  padding-left: 50px;
  display: block;
  position: relative;
  font-size: 12px;
}

.left-menu .second-level-menu ul.level3 li a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffd72f;
  top: 17px;
  left: 34px;
}

.contacts-all {
  width: 360px;
  padding-right: 20px;
  padding-left: 20px;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  font-family: eUkraine;
  text-transform: none;
  padding-bottom: 30px;
}

.left-menu .second-level-menu .contacts-all .button {
  width: 100%;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
  padding-left: 10px;
}

.left-menu .second-level-menu .phone a {
  padding-right: 0;
  font-size: 1rem;
}

.left-menu .second-level-menu .contacts-all .button.button-white {
  background-color: #fff;
}

.left-menu .second-level-menu .contacts-all .button:hover {
  background-color: var(--primary-bg-color);
  color: #fff;
}

.contacts-all .phone,
.contacts-all .phone:hover {
  color: #fff;
}

.menu-toggler span.working-hours {
  font-weight: 300;
  font-size: 1.1rem;
  font-family: eUkraine;
  text-transform: none;
}

.menu-toggler .nacp-email {
  color: #fff;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.shadow::after {
  content: " ";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9;
  top: 0;
  left: 0;
}

/* Logo wrapper */
.logo-wrapper {
  display: flex;
  align-items: center;
}

/* Action menu */
.actions-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.actions-wrapper li {
  padding: 7px 4px;
  display: inline-block;
  vertical-align: middle;
}

.langs-switcher {
  margin-right: 20px;
}

.langs-switcher a {
  color: var(--secondary-color);
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
}

.langs-switcher a:first-child {
  margin-right: 5px;
  padding-right: 5px;
  border-right: solid 1px #fff;
}

.langs-switcher a:hover,
.langs-switcher a.active {
  color: var(--active-color);
}

.langs-switcher a.active {
  pointer-events: none;
}

.action-icon {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}

.icon-search.action-icon {
  cursor: pointer;
  margin-top: 6px;
}

.action-icon path,
.action-icon svg {
  transition: 0.5s;
}

.action-icon:hover svg {
  transform: scale(1.2);
}

.action-icon:hover path {
  fill: var(--active-color);
}

.icon-view svg {
  position: relative;
  top: 2px;
}

/* Main */

/*Tabs*/

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px;
  border: solid 1px var(--border-color);
}

.tabs-caption {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}

.tabs-caption li {
  padding: 15px 15px;
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: var(--header-color);
  list-style: none;
  width: fit-content;
  cursor: pointer;
  white-space: nowrap;
  border: solid 1px transparent;
  border-bottom: solid 1px #fff;
}

.tabs-caption li.active {
  border: solid 1px var(--border-color);
  border-bottom: solid 1px #fff;
  position: relative;
  top: 1px;
  z-index: 7;
}

.one-item {
  padding: 20px;
  border: none;
  background-color: var(--light-bg-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.one-item:hover {
  background-color: #fff;
  cursor: pointer;
}

.one-item p {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 300;
  color: #333;
  margin-top: 0;
  flex: 1;
}

.one-item h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #000;
  margin-top: 0;
}

.one-item:hover {
  border-color: var(--primary-bg-color);
  color: #000;
}

.one-item .arrow-button {
  background: url(../assets/images/new/arrow.svg) no-repeat 95% center;
  display: block;
  width: 35px;
  height: 35px;
  text-decoration: none;
}

.grey-tabs .tabs-content {
  background-color: #f9f9f9;
}

.white-tabs .tabs-content {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  gap: 0;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: auto;
  width: 36px;
  height: 20px;
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
}

.swiper-buttons {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background-size: 150%;
  font-size: 0;
  width: 30px;
  height: 15px;
}

.swiper-button-prev:after {
  background: transparent url(../assets/images/new/arrow-left.svg) center center no-repeat;
}

.swiper-button-next:after {
  background: transparent url(../assets/images/new/arrow-right.svg) center center no-repeat;
}

.swiper-slide {
  height: auto;
}

.grey-tabs .tabs-caption li.active {
  background-color: #f9f9f9;
  border-bottom: solid 1px #f9f9f9;
}

/* Footer */
footer {
  background-color: var(--primary-bg-color);
  color: var(--secondary-color);
  flex-basis: 218px;
  padding: 20px 0;
  font-size: 1.1rem;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: var(--active-color);
}

footer .container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.menu-box {
  border-bottom: solid 1px #fff;
  padding-bottom: 30px;
}

footer .menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

footer .menu-wrapper .menu-column li {
  position: relative;
}

footer .plus {
  background-image: url(../assets/images/new/arrow-yellow.svg);
  transform: rotate(0deg);
  position: absolute;
  background-size: 19px 9px;
  left: 93%;
}

footer .active .plus {
  transform: rotate(180deg);
}

.menu-column {
  flex-basis: calc(20% - 20px);
  padding: 0 20px 0 0;
}

.menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-wrapper ul.level3 {
  padding-left: 20px;
  list-style-position: inside;
  list-style: disc;
}

.menu-wrapper li {
  margin: 10px 0;
}

.menu-wrapper li a {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3rem;
  display: block;
}

.menu-wrapper h4 {
  font-size: 15px;
  line-height: 1.6rem;
  font-weight: 700;
  color: var(--active-color);
  cursor: pointer;
}

.menu-wrapper h4 .plus {
  display: none;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
}

.branding-box {
  flex-basis: 60%;
  display: flex;
  align-items: flex-start;
}

.licence-box {
  border-top: solid 1px #fff;
  padding-top: 12px;

  display: flex;
  align-items: center;
  color: #fff;
}

.licence-box a {
  font-weight: bold;
}

.bottom-logo {
  margin-right: 40px;
}

.bottom-logo img {
  display: block;
}

.bottom-logo span {
  display: block;
  margin-top: 25px;
}

footer .social-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.phone {
  text-align: right;
}

footer .phone {
  padding-bottom: 20px;
}

.phone span {
  display: block;
  font-size: 1rem;
}

.phone span:first-child {
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 700;
  margin-bottom: 7px;
}

.left-menu .second-level-menu .phone span:first-child a {
  padding-bottom: 0;
}

.social-icon:hover path {
  fill: var(--active-color);
}

.nacp-slogan {
  font-size: 1.9rem;
  line-height: 2.3rem;
  padding-left: 30px;
  border-left: solid 1px;
}

/*Main Header block*/
.main-header-content {
  position: relative;
  z-index: 1;
}

/*Sections*/

.sections-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

.one-section {
  border: solid 1px #d3d3d3;
  color: #333;
  text-decoration: none;
  display: flex;
  gap: 20px;
  padding: 20px;
}

.one-section img {
  width: 90px;
}

.one-section:hover {
  background-color: rgba(255, 215, 47, 0.06);
  color: var(--primary-bg-color);
  border-color: var(--primary-bg-color);
}

.one-section h3 {
  /*font-family: eUkraineHead;*/
  font-size: 1.5rem;
}

.one-section p {
  font-size: 1.1rem;
  font-weight: 300;
}

.one-section .text-wrapper {
  border-left: solid 1px var(--active-color);
  padding-left: 20px;
}

.simple-page h1,
.content-page h1 {
  /*font-family: eUkraineHead;*/
  font-size: 2rem;
  line-height: 3rem;
  color: var(--primary-bg-color);
  padding-bottom: 30px;
  margin: 0;
}

.content-page h1 {
  padding: 0 0 20px;
}

.simple-page .content-wrapper {
  display: grid;
  grid-template-columns: 70% 30%;
}

.list-box {
  padding-right: 30px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 20px;
}

.navigation-box {
  padding-left: 30px;
}

.help-link,
.teme-link {
  border: solid 1px var(--primary-bg-color);
  padding: 14px 15px;
  background-color: rgba(32, 42, 120, 0.04);
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 0.9rem;
}

.teme-link {
  background-color: rgba(255, 230, 125, 0.42);
  border-color: #ffd72f;
  display: inline-block;
  margin: 20px auto;
  padding: 15px 30px;
  font-size: 1.1rem;
}

.align-center {
  text-align: center;
}

.help-link:hover,
.teme-link:hover {
  border-color: white;
  color: var(--primary-bg-color);
  background-color: transparent;
}

.navigation-box h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.one-category {
  border-left: solid 1px var(--active-color);
  padding-left: 20px;
  color: #333333;
  text-decoration: none;
  display: block;
  padding-right: 24px;
  margin-bottom: 30px;
}

.one-category h2,
.navigation-box h2 {
  padding-left: 0;
  border-left: 0 none;
  font-size: 1.5rem;
  margin-top: 5px;
}

.one-category p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 300;
  margin-bottom: 5px;
}

.one-category:hover {
  border-color: var(--primary-bg-color);
  color: var(--primary-bg-color);
}

.one-question {
  transition: 0.5s;
  margin-bottom: 20px;
}

.one-question .button {
  display: inline-block;
}

.question_title,
.content_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: solid 1px var(--border-color);
  padding: 0 0 0 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8rem;
  color: #000;
}

.content_title {
  padding-right: 20px;
  width: auto;
}

.question_title:hover,
.content_title:hover {
  color: var(--primary-bg-color);
}

.question_descr {
  margin: 10px 20px;
  display: none;
}

.question_descr li {
  padding: 10px;
  display: block;
}

.question_descr p {
  /*font-size: 1.3rem;
  line-height: 1.8rem;*/
}

.question_descr li a {
  color: var(--primary-bg-color);
}

.question_descr ul {
  margin: 0;
  /*font-size: 1.3rem;*/
  list-style: disc;
}

.content .title {
  border-right: solid 1px var(--border-color);
  margin-right: 20px;
  padding-right: 20px;
}

.plus {
  margin-top: 5px;
  transition: 0.5s;
  background-image: url(../assets/images/new/vacancy_arrow.svg);
  padding-right: 30px;
  background-position: center center;
  background-size: 24px 11px;
  display: inline-block;
  width: 24px;
  height: 11px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.plus.active {
  transform: rotate(360deg);
}

.download {
  transition: 0.5s;
  background-image: url(../assets/images/new/download.svg);
  padding-right: 10px;
  background-position: center center;
  background-size: 30px auto;
  display: inline-block;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
}

.vacancies-icons {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.articles-box .plus {
  min-width: 20px;
}

.one-question:hover {
  border-color: #d11180;
  cursor: pointer;
}

.one-question a:hover path {
  fill: #d11180;
}

.rozdils-wrapper .one-question {
  margin-bottom: 10px;
}

.rozdils-wrapper .question_title {
  background-color: #ffd72f;
  border-color: #ffd72f;
  font-size: 1.2rem;
}

.rozdils-wrapper .question_descr {
  margin: 0;
}

.rozdils-wrapper ol {
  margin: 0;
  padding: 0;
}

.rozdils-wrapper ol li {
  transition: 0.5s;
}

.rozdils-wrapper ol li:hover {
  background-color: rgba(255, 215, 47, 0.42);
}

.docs-wrapper {
  margin-top: 50px;
}

.action-panel,
.bottom-panel {
  font-size: 1.1rem;
  font-weight: 300;
  font-family: eUkraine;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.action-panel a,
.action-panel span {
  color: #555;
  text-decoration: none;
  display: inline-block;
}

.action-panel span {
  pointer-events: none;
  cursor: pointer;
}

.action-panel span,
.action-panel a {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
  margin-right: 20px;
}

.text-date {
  background-image: url(../assets/images/cal.svg);
}

.text-valid {
  background-image: url(../assets/images/check.svg);
}

.text-copylink {
  background-image: url(../assets/images/copy.svg);
  display: block;
  width: 20px;
  height: 20px;
  text-decoration: none;
}

.action-panel-top {
  position: absolute;
  top: 30px;
  right: 10px;
}

.action-panel-top a {
  padding-left: 0;
  background-repeat: no-repeat;
  background-position: 5px center;
  margin-right: 0;
}

.action-panel a.text-fav {
  background-image: url(./assets/images/fav.svg);
  padding-right: 30px;
  background-position: center right;
}

.button.text-print {
  background-image: url(./assets/images/print.svg);
  padding-left: 35px;
  background-size: 15px;
  background-position: 10px center;
}

.bottom-panel .panel-right .button {
  padding-right: 20px;
  background-image: none;
  margin-left: 10px;
}

/*Breadcrumbs*/
.breadcrumbs-box {
  padding: 20px 0 0 0;
}

.breadcrumbs-box .container {
  position: relative;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
}

.breadcrumbs li {
  padding-right: 30px;
  position: relative;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.breadcrumbs {
  list-style: none;
}

.breadcrumbs li {
  font-weight: 300;
  font-size: 1.1rem;
}

.breadcrumbs li.active {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.breadcrumbs li a span {
  color: var(--primary-bg-color);
}

.breadcrumbs li span {
  color: #555;
}

.breadcrumbs li:hover a span {
  color: var(--active-color);
}

.breadcrumbs li a {
  color: #000;
  text-decoration: none;
}

.breadcrumbs span,
.breadcrumbs li a:hover {
  color: var(--primary-bg-color);
}

.breadcrumbs-box .help-link {
  width: calc(30% - 62px);
}

/*tags*/
.tags-wrapper {
  display: flex;
  gap: 20px;
}

.tag {
  color: var(--primary-text);
  background-color: #fff;
  padding: 10px 15px;
  line-height: 0.9rem;
  font-size: 0.9rem;
  text-transform: capitalize;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  align-self: flex-start;
  text-transform: uppercase;
}

.tag:hover {
  background-color: var(--active-color);
}

.tag:hover {
  color: var(--primary-text);
}

.active-tag,
.square-button {
  padding: 10px 15px;
  font-size: 0.9rem;
  line-height: 0.9rem;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-start;
  border-radius: 0;
  text-transform: uppercase;
  background-color: var(--primary-bg-color);
  color: #fff;
}

/*Slider*/

.swiper-gallery {
  width: 100%;
  height: 313px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.swiper-gallery .swiper-slide {
  color: #fff;
  position: relative;
}

.swiper-gallery .swiper-slide img {
  overflow: hidden;
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
}

.swiper-gallery .news-info {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 20px;
  height: 100%;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.swiper-gallery .swiper-slide:hover .news-info .swiper-gallery .swiper-slide+.swiper-pagination:hover .news-info {
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0));
}

.swiper-gallery .swiper-pagination-bullet-active {
  background: rgba(32, 42, 120, 0.5);
  opacity: 1;
}

.swiper-gallery .swiper-pagination {
  text-align: center;
  right: 0;
  left: auto;
  bottom: 0;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  background: var(--primary-bg-color);
  transform: scale(1.5);
  opacity: 1;
}

.new-date {
  font-size: 0.9rem;
}

.news-info p {
  font-size: 1.5rem;
  margin-top: 5px;
  margin-bottom: 0;
  width: 90%;
}

/*Content*/
.text-content {
  width: 100%;
}

.text-content a {
  color: var(--primary-bg-color);
}

.text-content ul li {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}

.text-content .tabs-caption li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
}

.text-content .tabs-caption li.active {
  padding-top: 4px;
}

.text-content a.out-link {
  background: transparent url(../assets/images/new/link-yellow.svg) left center no-repeat;
  padding-left: 30px;
  text-decoration: none;
  font-weight: 400;
  display: block;
}

.text-content a:hover {
  color: var(--active-color);
}

ul.no-marker {
  list-style: none;
}

/* Pagination */
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px auto;
  width: fit-content;
  display: flex;
}

.pagination li {
  display: inline-block;
}

.text-content ul li span {
  height: 10px;
}

.pagination li a {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 10px;
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;

}

.pagination li a.current,
.pagination li a:hover {
  background-color: #000;
}

.pagination li:first-child a {
  width: 26px;
  border: 0 none;
  background: transparent url(../assets/images/new/arrow-left.svg) center center no-repeat;
}

.pagination li:last-child a {
  width: 26px;
  border: 0 none;
  background: transparent url(../assets/images/new/arrow-right.svg) center center no-repeat;
}

/*Chat bot link*/

.chat-bot-link {
  position: fixed;
  bottom: 20px;
  left: 0;
}

.js-carousel {
  overflow: hidden;
}

.js-carousel .swiper-wrapper {
  align-items: center;
}

.js-carousel .swiper-slide {
  height: auto;
  width: auto;
}

.js-carousel .swiper-slide:hover:before {
  opacity: 0;
}

/*CDTO*/
.timeline-wrap {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  max-width: 600px;
  margin: auto;
}

.timeline-article {
  display: block;
  position: relative;
}

.timeline-article a {
  display: block;
  transition: all 0.2s ease 0;
  display: block;
  position: relative;
  color: #3e414f;
  text-decoration: none;
  font-size: 14px;
  padding-left: 35px;
}

.timeline-article-date {
  display: block;
  position: relative;
  color: #1a1a1a;
  font-size: 17px;
  height: 16px;
  line-height: 16px;
  padding-left: 30px;
  font-weight: 700 !important;
  padding: 20px 10px 20px 30px;
}

.timeline-article a:before,
.timeline-article a:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 19px;
  border-radius: 50%;
}

.timeline-article a:before {
  width: 14px;
  height: 14px;
  border: 2px solid #4287c0;
}

.timeline-article a:after {
  width: 0;
  height: 0;
  left: 4px;
  top: 24px;
  border: 4px solid #4287c0;
}

.timeline-article a:before,
.timeline-article a:after {
  border-color: #ddd;
}

.timeline-article.active a:before,
.timeline-article.active a:after {
  border-color: #4287c0;
}

.timeline-article:before {
  content: "";
  position: absolute;
  height: calc(100% - 30px);
  top: 48px;
  left: 6px;
  border-left: 4px solid #ddd;
}

.timeline-article.active:before {
  border-color: #ffda3c;
}

.timeline-article a:before,
.timeline-article a:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 24px;
  border-radius: 50%;
}

.timeline-article a:before {
  width: 14px;
  height: 14px;
  border: 2px solid #4287c0;
}

.timeline-article a:after {
  width: 0;
  height: 0;
  left: 4px;
  top: 29px;
  border: 4px solid #4287c0;
}

.timeline-article a:before,
.timeline-article a:after {
  border-color: #ddd;
}

.timeline-article.active a:before,
.timeline-article.active a:after {
  border-color: #4287c0;
}

.timeline-article:before {
  content: "";
  position: absolute;
  height: calc(100% - 30px);
  top: 48px;
  left: 6px;
  border-left: 4px solid #ddd;
}

.timeline-article.active:before {
  border-color: #ffda3c;
}

/*end CDTO*/
.swiper1Bottom .swiper-button-prev {
  position: absolute;
}

.swiper1Bottom .swiper-button-next {
  position: absolute;
}

/*News*/
.news-wrapper {
  grid-area: b;
  margin-left: 30px;
}

.news-wrapper h2 {
  color: var(--primary-bg-color);
  font-size: 1.3rem;
  margin: -5px 0 5px 0;
}

.news-wrapper .one-news-day {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4rem;
  background-color: white;
  position: relative;
  left: calc(50% - 80px);
  width: fit-content;
  top: 9px;
  padding: 3px 10px 0;
  margin-top: -20px;
}

.news-wrapper .one-news {
  border-top: solid 1px var(--border-color);
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #333;
  padding-top: 15px;
  text-decoration: none;
}

.news-wrapper .one-news:hover {
  color: var(--primary-bg-color);
}

.news-wrapper .one-news-date {
  font-size: 0.9rem;
  min-width: 30px;
  line-height: 1.4rem;
  color: #555;
}

.news-wrapper .one-news-text {
  font-size: 1rem;
  line-height: 1.4rem;
}

.news-wrapper .news-list {
  background-color: #fff;
  padding: 20px;
}

.news-wrapper .news-list.news-desktop {
  height: 280px;
}

/* Widget -  imported styles from old web site */
.widget {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 50px;
  display: inline-flex;
  align-items: center;
  height: 46px;
}

/*.widget:hover .widget__popup {visibility: visible; opacity: 1; transform: translateY(0px); transition: 0.3s; }*/
.widget .popup1:hover,
.widget .widget__icon.icon1:hover~.popup1 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
}

.widget .popup2:hover,
.widget .widget__icon.icon2:hover~.popup2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
}

.widget:hover .widget__label {
  transform: translateX(15px);
  opacity: 0;
  transition: 0.3s;
}

.widget__popup {
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition: 0s;
  position: absolute;
  right: 5px;
  bottom: calc(100% + 10px);
}

.widget__label {
  position: absolute;
  right: 120px;
  height: 42px;
  min-width: 150px;
  width: 158px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-right: 40px;
  padding: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #1a1a1a;
  padding-left: 10px;
  transform: translateX(0px);
  opacity: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.widget__label span {
  font-size: 11px;
  font-weight: 300;
  display: block;
  font-family: eUkraine;
}

.widget__icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 3px solid rgba(255, 255, 255, 0.33);
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget__icon.icon2 {
  right: 95px;
}

.widget__popup .bg {
  /*background-color: #fff;*/
  padding: 8px 0px 25px;
  border-radius: 12px;
  /*box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25); */
  z-index: 10;
  position: relative;
}

.widget__popup .bg2 {
  /*background-color: #fff;*/
  padding: 8px 0px 25px;
  border-radius: 12px;
  z-index: 10;
  position: relative;
}

.widget__popup a {
  font-size: 16px;
  display: block;
  font-weight: 600;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.widget__popup a svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  fill: #234161;
  margin-right: 16px;
  margin-top: 5px;
}

.widget__popup .triangle {
  width: 20px;
  height: 20px;
  position: absolute;
  transform: rotate(45deg);
  background: #fff;
  right: 20px;
  bottom: 15px;
  z-index: 2;
}

.widget__popup .bg2 .triangle {
  right: 120px;
}

.callback {
  padding: 17px 25px 15px 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.callback .title {
  font-family: eUkraine;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  color: var(--primary-bg-color);
}

.callback .tel {
  padding: 4px 0;
  white-space: nowrap;
  font-family: eUkraine;
  display: block;
  font-weight: bold;
  color: #1a1a22;
}

.callback .graph {
  font-family: eUkraine;
  font-size: 15px;
  padding: 4px 0;
  line-height: 17px;
  letter-spacing: 1px;
  color: var(--primary-bg-color);
  margin-bottom: 15px;
  white-space: nowrap;
}

.widget__icon img {
  border-radius: 50%;
}

.widget .pulsation {
  width: 98px;
  height: 98px;
  background-color: #124e7d;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: -1;
  transform: scale(0);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.widget .pulsation:nth-of-type(2n) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  to {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  to {
    transform: scale(1);
    opacity: 0;
  }
}

@media screen and (max-width: 860px) {
  .widget__label {
    display: none;
  }

  .widget {
    right: 38px;
    bottom: 38px;
  }

  .scrolltop {
    width: 50px;
    height: 50px;
    right: 52px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255, 0.6);
  }
}

.ch-contrast {
  display: block;
  margin-top: 6px;
}

.ch-contrast svg {
  width: 30px;
}

.ch-contrast svg path {
  transition: .3s;
  /*fill: rgba(231,246,255,0.6);*/
  fill: var(--secondary-color);
}

.ch-contrast:hover svg path {
  fill: var(--active-color);
}

#my_accessibility {
  position: absolute;
  top: 70px;
  display: none;
  right: 0;
  z-index: 10;
  background: #005aad;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  font-size: 1.4rem;
  padding: 8px 0;
  padding: 10px;
}

div#accessibility_off {
  /*background: #ffda3c!important;*/
}

#my_accessibility>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#my_accessibility .changes {
  display: flex;
}

#my_accessibility .changes>div {
  display: flex;
  padding: 0 9px;
  position: relative;
}

#my_accessibility .changes>div:first-child {
  padding-left: 0;
}

#my_accessibility .changes>div:last-child {
  padding-right: 0;
}

#my_accessibility .changes>div:first-child>div:first-child {
  margin-left: 0;
}

#my_accessibility .changes>div:not(:last-child):after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#my_accessibility .changes>div>div {
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
}

#my_accessibility .serif-face,
body.serif * {
  font-family: times new roman !important;
}

#my_accessibility .non-serif-face,
body.non-serif * {
  font-family: arial !important;
}

#my_accessibility .black-on-white,
body.black-on-white,
body.black-on-white * {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

#my_accessibility .white-on-black,
body.white-on-black,
body.white-on-black * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

#my_accessibility .yellow-on-blue,
body.yellow-on-blue,
body.yellow-on-blue * {
  background-color: #3563b1 !important;
  color: #FFD200 !important;
}

html.zoom150 {
  zoom: 150%;
  -ms-zoom: 1.5;
  -webkit-zoom: 1.5;
  -moz-transform: scale(1.5);
  -moz-transform-origin: left top;
}

html.zoom150 #my_accessibility {
  zoom: 66.667%;
  -ms-zoom: 0.66;
  -webkit-zoom: 0.66;
  -moz-transform: scale(0.66);
  -moz-transform-origin: left top;
}

html.zoom200 {
  zoom: 200%;
  -ms-zoom: 2;
  -webkit-zoom: 2;
  -moz-transform: scale(2);
  -moz-transform-origin: left top;
}

html.zoom200 #my_accessibility {
  zoom: 50%;
  -ms-zoom: 0.5;
  -webkit-zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: left top;
}

#accessibility_on {
  display: inline-block;
  background-color: #ffd232;
  border-radius: 2px;
  padding: 5px 3px;
  font-size: 14px;
  border: 2px solid #ffd232;
  cursor: pointer;
  transition: all 0.3s;
}

body.accessibility_on #accessibility_on {
  display: none;
}

#accessibility_on:hover {
  background-color: transparent;
}

div#accessibility_off {
  background-color: var(--active-color);
  padding: 8px 20px;
  cursor: pointer;
  color: #000;
  font-size: 1.1rem;
  margin-top: 5px;
}

body.black-on-white div#accessibility_off {
  border: 1px solid #000;
}

body.white-on-black div#accessibility_off {
  border: 1px solid #fff;
}

body.black-on-white img,
body.white-on-black img {
  filter: grayscale(1);
}

body.black-on-white svg path {
  fill: #000;
  stroke: #000;
}

body.white-on-black svg path {
  fill: #fff;
  stroke: #fff;
}

body.black-on-white .one-category-button h4:before {
  border-left-color: #000;
}

body.white-on-black .one-category-button h4:before {
  border-left-color: #fff;
}

body.black-on-white .active-tag,
body.black-on-white .square-button {
  border: 1px solid #000;
}

body.white-on-black .active-tag,
body.white-on-black .square-button {
  border: 1px solid #fff;
}

body.black-on-white .nicescroll-cursors {
  background-color: #000 !important;
}

body.white-on-black .nicescroll-cursors {
  background-color: #fff !important;
}

.zoom150 .swiper-gallery,
.zoom200 .swiper-gallery {
  max-width: 500px;
}

.zoom150 .buttons-box .container,
.zoom200 .buttons-box .container {
  flex-wrap: wrap;
}

.zoom200 .tabs-caption li,
.zoom150 .tabs-caption li {
  padding: 10px 14px;
}

.flex-cols {
  display: flex;
}

.documents h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0 40px 30px;
}

blockquote {
  background: #F3F3F3;
  padding: 23px 30px 23px 80px;
  position: relative;
  margin: 20px 0 25px;
}

@media screen and (max-width: 768px) {
  .news-info p {
    font-size: 1.3rem;
  }

  .documents h1 {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 440px) {
  .news-info p {
    font-size: 0.9rem;
  }
}

blockquote:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 20px;
  width: 48px;
  height: 50px;
  background: url('/main/assets/images/news/quote.svg') 50% no-repeat
}

@media screen and (max-width: 550px) {
  blockquote {
    padding-left: 50px;
  }

  blockquote:after {
    background-size: 55%;
    left: 4px;
  }
}