body {
  margin: 0;
  font-family: "century gothic", system-ui;
  font-size: 16px;
  color: #202024;
  letter-spacing: 0.5px;
}
body > * {
  position: relative;
}
body .body__background-image {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/twentytwentyone/images/_template/images/bg.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
body .body__background-gradient {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.35;
  background-color: #00b2f0;
}

.__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 260px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#181818), to(#1b1d22));
  background: linear-gradient(to right, #181818, #1b1d22);
  font-family: "century gothic bold";
  cursor: pointer;
}
.__btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#011b7c), to(#00b2f0));
  background: linear-gradient(to right, #011b7c, #00b2f0);
}
.__btn:hover span:first-child {
  color: #fff;
}
.__btn:hover span:last-child {
  color: #202024;
}

.--cntrl .__btn {
  border: 2px solid #011b7c;
}
.--cntrl .__btn:not(:hover) {
  background: none;
}

.__bi {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.__container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 600px) {
  .__container {
    padding: 0 8px;
  }
}
@media (max-width: 400px) {
  .__container {
    padding: 0 4px;
  }
}

.content > .__container {
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}
@media (min-width: 482px) {
  .content > .__container {
    margin-top: 50px;
  }
}

.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.main {
  padding: 16px 16px;
}
@media (min-width: 801px) {
  .main {
    width: 76%;
    max-width: calc(100% - 265px);
  }
}
@media (max-width: 800px) {
  .main {
    width: 100%;
  }
}

.aside {
  min-width: 265px;
  width: 24%;
  padding: 16px 16px;
  background-color: #f3f3f3;
}
@media (max-width: 800px) {
  .aside {
    display: none;
  }
}

@media (max-width: 976px) {
  .__desktop {
    display: none !important;
  }
}

@media (min-width: 977px) {
  .__mobile {
    display: none !important;
  }
}

.__f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.__fcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.__fcolc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.__fnw {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.__fc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.__fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.__fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.__fsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.__fse {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: space-evenly;
      -ms-flex-align: space-evenly;
          align-items: space-evenly;
}

.__fsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}

.__fais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.__faic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.__faie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

h1, h2, h3,
.h1, .h2, .h3 {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: "century gothic bold";
  text-transform: uppercase;
  color: #000e42;
  margin-bottom: 24px;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child),
.h1:not(:first-child), .h2:not(:first-child), .h3:not(:first-child) {
  margin-top: 62.5px;
}
h1 span, h2 span, h3 span,
.h1 span, .h2 span, .h3 span {
  color: #202024;
  opacity: 0.5;
}

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

@media (min-width: 977px) {
  h1, .h1 {
    font-size: 30px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 18px;
  }
}
@media (max-width: 976px) {
  h1, .h1 {
    font-size: 28px;
  }

  h2, .h2 {
    font-size: 22px;
  }

  h3, .h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  h1, .h1 {
    font-size: 26px;
  }

  h2, .h2 {
    font-size: 20px;
  }

  h3, .h3 {
    font-size: 16px;
  }
}
::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#1b1d22));
  background: linear-gradient(to bottom, #181818, #1b1d22);
}

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#011b7c), to(#00b2f0));
  background: linear-gradient(to bottom, #011b7c, #00b2f0);
  border-radius: 8px;
  border: solid 3px #1a1b20;
}

.__substrate {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 60;
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  cursor: pointer;
  -webkit-transition: 300ms 300ms top, 300ms opacity;
  transition: 300ms 300ms top, 300ms opacity;
}

.--active .__substrate {
  top: 0;
  opacity: 1;
  -webkit-transition: 0ms top, 300ms opacity;
  transition: 0ms top, 300ms opacity;
}

.svg-gradients {
  position: fixed;
  opacity: 0;
  z-index: -1;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

ol,
ul {
  padding-left: 16px;
  margin: 0 0 16px 24px;
}

li {
  margin-bottom: 8px;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  color: #011b7c;
}

.--cntrl a:hover {
  color: #00b2f0;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

input, button {
  outline: none;
}

*:focus-visible {
  outline: none;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section,
.section {
  position: relative;
  z-index: 0;
  padding: 50px 0;
}
@media (min-width: 977px) {
  section,
.section {
    padding: 40px 0;
  }
}
@media (max-width: 976px) {
  section,
.section {
    padding: 30px 0;
  }
}
section.--cntrl,
.section.--cntrl {
  color: #ffffff;
}

@font-face {
  font-family: "century gothic";
  src: url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic.eot");
  src: local("Open Sans Regular"), local("CenturyGothic"), url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic.woff") format("woff"), url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century gothic bold";
  src: url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic-Bold.eot");
  src: local("Open Sans SemiBold"), local("CenturyGothic-Bold"), url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic-Bold.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic-Bold.woff") format("woff"), url("/wp-content/themes/twentytwentyone/fonts/century-gothic/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.aside__arhivs {
  position: relative;
  z-index: 1;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "century gothic bold" !important;
}
.aside__arhivs #primary-menu-list > li {
  width: 100%;
}
.aside__arhivs .sub-menu-toggle {
  display: block !important;
}
.aside__arhivs .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside__arhivs .menu-item:hover > .aa__sub-menu-target {
  color: #011b7c;
}
.aside__arhivs .menu-item:hover path {
  fill: #011b7c;
}
.aside__arhivs .svg-icon {
  width: 25px;
  height: 25px;
}
.aside__arhivs .svg-icon path {
  fill: #202024;
}
.aside__arhivs .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
  background-color: #000e42 !important;
}
.aside__arhivs .primary-navigation > div > .menu-wrapper > li > .sub-menu li a {
  color: #ffffff;
}
.aside__arhivs .primary-navigation > div > .menu-wrapper > li > .sub-menu {
  border: 4px solid #ffffff !important;
}
@media (min-width: 1301px) {
  .aside__arhivs .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    left: 120px;
    top: 20px;
  }
}
@media (max-width: 1300px) {
  .aside__arhivs .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    left: 60px;
    bottom: 0;
  }
}
.aside__arhivs .primary-navigation .sub-menu .current_page_item > a:first-child {
  color: #00b2f0 !important;
}

.aa__sub-menu-target {
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aa__menu-name {
  padding-bottom: 24px;
  text-transform: uppercase;
  opacity: 0.5;
}

#site-navigation {
  padding-left: 16px;
}

.etica h2:first-child {
  margin-top: 0;
  padding-top: 0;
}
.etica h2:first-child::before {
  opacity: 0;
}

.gl_red img {
  float: left;
  padding-right: 16px;
  padding-bottom: 4px;
}

@media (max-width: 610px) {
  article .redcollegiya {
    overflow-x: scroll;
  }
}
article .redcollegiya tr:first-child td {
  background-color: #00b2f050;
  color: #202024;
  font-family: "century gothic bold";
}
article .redcollegiya tr:first-child td:not(:first-child) {
  border-left: 2px solid #ffffff;
}
article .redcollegiya td[colspan] {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: "century gothic bold";
}

.sign-cont {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sign-cont > * {
  height: 100px;
}

.position {
  color: #000e42;
}

.sign {
  width: 150px;
  height: 100px;
  margin-left: 16px;
  margin-right: 16px;
  background-position: center;
  background-size: cover;
}
.sign.--suglobov {
  background-image: url("/wp-content/themes/twentytwentyone/images/content/signatures/suglobov.jpg");
}
.sign.--bank {
  background-image: url("/wp-content/themes/twentytwentyone/images/content/signatures/bank.jpg");
}

.name span {
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #20202440;
}

.tematika h2 {
  margin-top: 24px;
}
.tematika h2:before {
  opacity: 0;
}

.wp-block-file {
  max-width: 100% !important;
}

article h1,
article h2 {
  position: relative;
}
article h1::before,
article h2::before {
  position: absolute;
  content: "";
  left: 48px;
  right: 48px;
  height: 1px;
  opacity: 0.3;
  background-color: #202024;
}
article h1 {
  margin-bottom: 24px;
  padding-bottom: 24px;
}
article h1::before {
  bottom: 0;
}
article h2 {
  margin-top: 24px;
  padding-top: 24px;
}
article h2::before {
  top: 0;
}
article table {
  margin-bottom: 24px;
}
article td {
  border: 1px solid #20202460;
}
article tr:nth-child(2n+1) td {
  background-color: #00b2f030;
}
article li span,
article p span {
  opacity: 0.7;
  color: #011b7c;
  font-family: "century gothic bold";
}
article a {
  font-family: "century gothic bold";
  border-bottom: 1px dashed #011b7c;
}
article ul,
article ol {
  padding-left: 16px;
}
article ul > li {
  list-style: none;
  position: relative;
}
article ul > li svg {
  position: absolute;
  top: 0;
  right: 100%;
  width: 50px;
  height: 24px;
  opacity: 0.5;
}
article ul > li svg path {
  fill: #011b7c;
}

.sub-menu-toggle[aria-expanded=true] path {
  fill: #000e42;
}
.sub-menu-toggle[aria-expanded=true] ~ span {
  color: #000e42;
}

.comment {
  font-style: italic;
}

.aside__btn {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "century gothic bold";
}

.ab__btn {
  padding: 8px 8px;
  border: 4px solid #ffffff;
  background-color: #000e42;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.ab__btn:hover {
  border-color: #00b2f0;
  color: #00b2f0;
}

.footer {
  padding-top: 0;
}

.footer__wrapper {
  opacity: 0.8;
  text-align: left;
  line-height: 32px;
}
.footer__wrapper span {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 22px;
}
.footer__wrapper span::before {
  position: absolute;
  content: "";
  top: -4px;
  bottom: -10px;
  left: 50%;
  width: 4px;
  background-color: #ffffff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.--fixed-btn {
  position: fixed;
  width: 45px;
  height: 45px;
  border: 1px solid #d7dbdd40;
  background-color: #202024;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
}
.--fixed-btn.--active {
  opacity: 1;
}
.--fixed-btn svg {
  width: 80%;
  padding-left: 20%;
  padding-top: 25%;
}
.--fixed-btn path {
  fill: #ffffff;
}
.--fixed-btn:hover path {
  fill: url(#__phone);
}

.go-top--quadr {
  bottom: 10px;
  left: 10px;
}

.header__banner {
  position: relative;
  z-index: 1;
  background-image: url("/wp-content/themes/twentytwentyone/images/header__banner/images/background.jpg");
}
@media (min-width: 482px) {
  .header__banner {
    border-bottom: 4px solid #ffffff;
  }
}
.header__banner:not(.--index) {
  height: 200px;
}
.header__banner.--index {
  height: 400px;
}
.header__banner::before, .header__banner::after {
  position: absolute;
  content: "";
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000e4280), to(#000e4200));
  background: linear-gradient(to bottom, #000e4280, #000e4200);
}

.header__logo {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 0;
  height: 100px;
  font-family: "century gothic bold";
}
@media (min-width: 977px) {
  .header__logo {
    font-size: 30px;
  }
}
@media (max-width: 976px) {
  .header__logo {
    font-size: 24px;
  }
}
.header__logo .--main {
  position: relative;
  margin-right: 24px;
  padding-right: 24px;
  opacity: 0.5;
  text-transform: uppercase;
  height: 100px;
}
.header__logo .--main::after {
  position: absolute;
  content: "";
  top: 16px;
  bottom: 16px;
  right: 0;
  width: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header__logo .--main .--title {
  height: 100px;
}

.header__menu {
  padding-top: 0;
  padding-bottom: 0;
}

.primary-navigation .primary-menu-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

menu {
  font-family: "century gothic bold" !important;
  padding: 8px 8px;
  margin: 0;
  background-color: #000e42;
}
menu a {
  text-transform: uppercase;
  color: #ffffff !important;
}
menu a:hover {
  color: #00b2f0 !important;
  text-decoration: none !important;
}
menu .sub-menu a {
  color: #202024 !important;
}
menu .sub-menu a:hover {
  color: #000e42 !important;
}
@media (max-width: 481px) {
  menu {
    min-height: 74px;
  }
}

.primary-navigation a {
  font-family: "century gothic bold" !important;
}

.menu-wrapper {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.sub-menu-toggle {
  display: none !important;
}

.primary-navigation .current-menu-item > a:first-child {
  color: #00b2f0 !important;
  text-decoration: none;
}

.primary-navigation .sub-menu .current_page_item > a:first-child {
  color: #000e42 !important;
}

.sub-menu::before, .sub-menu::after {
  opacity: 0 !important;
}
.sub-menu li a {
  padding: 8px 16px !important;
}
.sub-menu li:first-child a {
  padding-top: 16px !important;
}
.sub-menu li:last-child a {
  padding-bottom: 16px !important;
}

@media (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background-color: #00b2f0 !important;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu li a {
    color: #ffffff !important;
  }
}
@media (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background-color: #ffffff !important;
  }
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  padding-top: 0;
}

@media (max-width: 800px) {
  .primary-navigation > div > .menu-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media (min-width: 800px) {
  #menu-item-144 {
    display: none;
  }
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  border: none !important;
}
@media (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    border-top: 4px solid #ffffff !important;
  }
}
@media (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    border-left: 4px solid #00b2f0 !important;
  }
}

.menu-button-container {
  padding-bottom: calc(0.5 * var(--global--spacing-vertical)) !important;
}

@media (max-width: 481px) {
  .primary-navigation-open .primary-navigation {
    z-index: 30;
  }
}
.menu-button-container #primary-mobile-menu {
  color: #ffffff;
}

.primary-navigation-open .menu-button-container {
  background: none !important;
  padding-right: 50px;
}

@media (max-width: 481px) {
  .menu-button-container {
    color: #202024;
  }

  .primary-navigation > .primary-menu-container {
    background-color: #000e42;
  }
  .primary-navigation > .primary-menu-container li {
    margin-bottom: 0;
  }

  #primary-mobile-menu[aria-expanded=true] {
    background-color: #202024 !important;
    color: #ffffff !important;
  }

  .aa__sub-menu-target {
    opacity: 0.5;
    margin-left: 16px;
  }

  .sub-menu .sub-menu {
    margin-bottom: 16px;
  }
  .sub-menu .sub-menu li:last-child {
    position: relative;
    margin-bottom: 16px;
  }
  .sub-menu .sub-menu li:last-child::after {
    position: absolute;
    content: "";
    z-index: 1000;
    bottom: -16px;
    left: -24px;
    right: 0;
    height: 16px;
    background-color: #000e42;
  }
}
.index__img {
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.ml__btn {
  position: absolute;
  cursor: pointer;
}
.ml__btn.--open {
  top: 24px;
  right: 24px;
  padding: 8px 16px;
  border: 2px solid #ffffff;
  background-color: #000e42;
  color: #ffffff;
  text-transform: uppercase;
}
.ml__btn.--open:hover {
  border-color: #00b2f0;
  color: #00b2f0;
}
.ml__btn.--close {
  top: 8px;
  right: 8px;
  padding: 0 2px;
}
.ml__btn.--close svg {
  width: 35px;
  height: 35px;
}
.ml__btn.--close path {
  fill: #000e42;
}
.ml__btn.--close:hover path {
  fill: #011b7c;
}

.ml__items-wrapper {
  position: fixed;
  z-index: 100;
  top: -100vh;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  cursor: pointer;
}
.--active .ml__items-wrapper {
  top: 0;
  opacity: 1;
}

.ml__items {
  position: relative;
  padding: 50px 16px;
  max-width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 6px #00000030;
          box-shadow: 3px 3px 6px #00000030;
}
@media (min-width: 600px) {
  .ml__items {
    min-width: 600px;
  }
}
.ml__items a {
  font-size: 18px;
  text-align: left;
  width: 80%;
}
.ml__items a:not(:last-child) {
  padding-bottom: 16px;
}

.multy-lang {
  position: relative;
  z-index: 20;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "century gothic bold";
}
.multy-lang .__container {
  position: relative;
}

.wp-block-file__button.--cntrl {
  background-color: #000e42 !important;
  margin-top: 16px;
  margin-bottom: 16px;
}
.wp-block-file__button.--cntrl:hover {
  background-color: #011b7c !important;
  color: #ffffff !important;
  border-color: #000e42 !important;
}