@font-face {
  font-family: "Instrument Sans";
  src: url("/fonts/InstrumentSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("/fonts/InstrumentSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

html {
  --neutral05: #eceff1;
  --neutral10: #cfd8dc;
  --neutral20: #b0bec5;
  --neutral60: #546e7a;
  --neutral80: #37474f;
  --neutral90: #263238;
  --pri05: #eff3f9;
  --pri10: #cfdcf1;
  --pri20: #92c1e4;
  --pri30: #678ac6;
  --pri60: #1b3e7a;
  --pri80: #102447;
  --sec05: #fce8e8;
  --sec60: #e41f1f;
  --sec70: #b9151c;
  --ter05: #fbf8ee;
  --ter10: #faf0d6;
  --ter20: #f6e1ad;
  --ter50: #e8b332;
  --ter60: #daa520;
  --ter70: #c89413;
  --qua05: #eff6f1;
  --qua10: #e0eee4;
  --qua60: #008a27;
  --qua70: #076d02;
  --filter-fff: invert(100%);
  --filter-neutral05: invert(98%) sepia(3%) saturate(154%) hue-rotate(161deg)
    brightness(92%) contrast(107%);
  --filter-neutral20: invert(79%) sepia(17%) saturate(176%) hue-rotate(156deg)
    brightness(94%) contrast(87%);
  --filter-neutral60: invert(44%) sepia(24%) saturate(435%) hue-rotate(154deg)
    brightness(87%) contrast(87%);
  --filter-neutral80: invert(26%) sepia(7%) saturate(1396%) hue-rotate(155deg)
    brightness(91%) contrast(89%);
  --filter-neutral90: invert(16%) sepia(26%) saturate(439%) hue-rotate(155deg)
    brightness(97%) contrast(93%);
  --filter-pri10: invert(89%) sepia(9%) saturate(586%) hue-rotate(185deg)
    brightness(97%) contrast(94%);
  --filter-pri20: invert(71%) sepia(65%) saturate(199%) hue-rotate(165deg)
    brightness(93%) contrast(91%);
  --filter-pri30: invert(48%) sepia(68%) saturate(318%) hue-rotate(179deg)
    brightness(97%) contrast(90%);
  --filter-pri60: invert(16%) sepia(41%) saturate(3191%) hue-rotate(205deg)
    brightness(94%) contrast(88%);
  --filter-pri80: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  --filter-sec60: invert(19%) sepia(65%) saturate(6588%) hue-rotate(353deg)
    brightness(92%) contrast(91%);
  --filter-sec70: invert(12%) sepia(100%) saturate(3792%) hue-rotate(350deg)
    brightness(96%) contrast(96%);
  --filter-ter50: invert(60%) sepia(86%) saturate(368%) hue-rotate(5deg)
    brightness(103%) contrast(92%);
  --filter-ter60: invert(85%) sepia(10%) saturate(6540%) hue-rotate(347deg)
    brightness(91%) contrast(86%);
  --filter-qua70: invert(20%) sepia(86%) saturate(2284%) hue-rotate(88deg)
    brightness(98%) contrast(98%);
  --tgl-black: #000;
  --tgl-white: #fff;
  --txt-neutral60: var(--neutral60);
  --txt-neutral90: var(--neutral90);
  --txt-pri60: var(--pri60);
  --txt-pri80: var(--pri80);
  --tgl-neutral05: var(--neutral05);
  --tgl-neutral10: var(--neutral10);
  --tgl-neutral20: var(--neutral20);
  --tgl-neutral60: var(--neutral60);
  --tgl-neutral80: var(--neutral80);
  --tgl-neutral90: var(--neutral90);
  --tgl-pri05: var(--pri05);
  --tgl-pri10: var(--pri10);
  --tgl-pri20: var(--pri20);
  --tgl-pri30: var(--pri30);
  --tgl-pri60: var(--pri60);
  --tgl-pri80: var(--pri80);
  --tgl-sec05: var(--sec05);
  --tgl-sec60: var(--sec60);
  --tgl-sec70: var(--sec70);
  --tgl-ter05: var(--ter05);
  --tgl-ter10: var(--ter10);
  --tgl-ter20: var(--ter20);
  --tgl-ter50: var(--ter50);
  --tgl-ter60: var(--ter60);
  --tgl-ter70: var(--ter70);
  --tgl-qua05: var(--qua05);
  --tgl-qua10: var(--qua10);
  --tgl-qua60: var(--qua60);
  --tgl-qua70: var(--qua70);
  --filter-txt-neutral60: var(--filter-neutral60);
  --filter-txt-pri60: var(--filter-pri60);
  --filter-txt-pri80: var(--filter-pri80);
  --filter-tgl-black: none;
  --filter-tgl-white: var(--filter-fff);
  --filter-tgl-neutral05: var(--filter-neutral05);
  --filter-tgl-neutral20: var(--filter-neutral20);
  --filter-tgl-neutral60: var(--filter-neutral60);
  --filter-tgl-neutral80: var(--filter-neutral80);
  --filter-tgl-pri10: var(--filter-pri10);
  --filter-tgl-pri20: var(--filter-pri20);
  --filter-tgl-pri30: var(--filter-pri30);
  --filter-tgl-pri60: var(--filter-pri60);
  --filter-tgl-pri80: var(--filter-pri80);
  --filter-tgl-sec60: var(--filter-sec60);
  --filter-tgl-sec70: var(--filter-sec70);
  --filter-tgl-ter50: var(--filter-ter50);
  --filter-tgl-ter60: var(--filter-ter60);
  overflow-x: hidden;
}

[class*="ico-"]:before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: no-repeat 50% 50% / contain;
}

* {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body,
h1,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

body {
  position: relative;
  font-family: sans-serif;
  line-height: 1.25;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

button {
  font-size: 100%;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
}

h1,
#emblem {
  font-family: "Fira Sans", sans-serif;
}

h1,
#emblem {
  font-weight: 700;
}

body {
  font-family: "Inter", sans-serif;
  color: #263238;
  background: #fff;
  overflow-anchor: none;
}

a,
a:hover {
  color: #102447;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

#ma1n {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.m-bg-1 {
  padding: 10px 0;
}

.m-bg-3 {
  max-width: 1030px;
  margin: 0 auto;
  background: #fff;
}

.m-bg-4 {
  position: relative;
  z-index: 2;
  width: 1000px;
  min-height: 600px;
  margin: 0 auto;
  padding: 0.1px 0 1px;
  background: #fff;
  text-align: left;
}

@media screen and (min-width: 1030px) {
  .m-bg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.portal {
  position: relative;
  z-index: 99;
  width: 1030px;
  margin: 0 -15px 20px;
  text-align: left;
}

.portal-g1 {
  position: relative;
  z-index: 2;
  background: #fff;
  transition:
    box-shadow 0.4s,
    background 0.2s;
}

.portal-g1:after {
  content: "";
  display: block;
  clear: both;
}

#emblem {
  float: left;
  margin: 0 0 0 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: normal;
  color: inherit;
}

#emblem:after {
  content: "";
  display: block;
  clear: both;
}

#footer .content {
  width: 964px;
  margin: 2.5rem auto 1.5rem;
  font-size: 1rem;
}

#footer .f-idn {
  display: block;
  width: 10rem;
  height: 2rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  text-indent: -99em;
  background: url("/img/idnes.svg") no-repeat 50% 50% / contain;
}

#footer .f-top {
  float: right;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #e41f1f url("/img/arrow-up.svg") no-repeat 50% 50% / 50% 50%;
}

#footer #copyright {
  padding-bottom: 20px;
  margin: 0 3.5rem;
  font-weight: 400;
  font-size: 81.25%;
  line-height: 1.231;
  text-align: center;
}

.settime {
  display: flex;
  justify-content: space-between;
  margin: 6px 0 16px;
  color: #8598a0;
  font-size: 12px;
  align-items: center;
}

@media (max-width: 992px) {
  .settime {
    margin: 10px 0 16px;
  }
}

.content {
  position: relative;
  clear: both;
  margin-bottom: 20px;
}

.col-over {
  margin: -20px -6px 20px;
}

.art-full:after {
  content: "";
  display: block;
  clear: both;
}

@media print {
  body,
  #portal #emblem,
  .m-bg-1,
  .m-bg-2,
  .m-bg-3,
  .m-bg-4,
  .content,
  #content,
  .art-full {
    float: none !important;
    clear: both !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    filter: none !important;
  }

  .content {
    margin: 0 !important;
  }

  a {
    color: #009 !important;
  }
}

@media print {
  .portal,
  .content,
  #content,
  .art-full,
  .col-over {
    float: none !important;
    clear: both !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    filter: none !important;
  }

  .portal-g1 {
    width: auto;
    color: initial !important;
    background: none !important;
    text-shadow: none;
  }

  .portal ul {
    display: none !important;
  }

  .content {
    margin: 0 !important;
  }

  a {
    color: #009 !important;
  }
}

h1 {
  font-size: 225%;
  padding-top: 20px;
}

.art-full p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.img-responsive {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#ma1n {
  width: 100%;
}

.m-bg-4 {
  width: 100%;
  max-width: 1000px;
}

.portal {
  width: calc(100% + 30px);
  margin: 0;
  margin-left: -15px;
  margin-bottom: 20px;
}

.col-over {
  width: 100%;
}

#footer .f-idn {
  background: url("/img/idnes.svg") no-repeat 50% 50% / contain;
  width: 100%;
}

#footer .content {
  position: relative;
  width: 100%;
  max-width: 964px;
}

#footer .f-top {
  float: none;
  position: absolute;
  top: 0;
  right: 50px;
}

@media (max-width: 1060px) {
  .m-bg-4 {
    box-sizing: border-box;
  }

  .art-full {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  .portal {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 460px) {
  #footer .f-top {
    width: 2rem;
    height: 2rem;
    top: -35px;
    right: 25px;
  }
}

.portal {
  border-top: 0.25rem solid #e41f1f;
}

.header-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}

.header-new__under {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  color: #102447;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0.8em;
}

.header-new__under span svg {
  width: 8px;
}

.header-icons {
  display: flex;
  gap: 1.5em;
  margin-left: auto;
  padding-right: 15px;
  filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -webkit-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -moz-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -o-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -ms-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
}

.header-nav {
  border-top: 1px solid #cfdcf1;
  border-bottom: 1px solid #cfdcf1;

  display: flex;
  justify-content: center;
  list-style: none;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 15px;
}

.header-nav li {
  color: #19386d;
  font-weight: 700;
  padding: 10px 0.5em;
}

.text-icons {
  font-size: 0.5em;
  text-align: center;
  margin-left: -2px;
  color: #000;
}

.btn-premium {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: auto;
}

.btn-premium p {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
  color: #526b99;
}

.btn-header {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  color: #263238 !important;
  background: #e8b332 !important;
  box-shadow: 0 2px 5px #b0bec5;
}

.logo-header {
  width: 170px;
}

.logo {
  margin-inline: auto;
}

.art-full {
  max-width: 600px;
  width: 100%;
}

.title_def {
  font-weight: 600 !important;
  font-size: 2.5rem !important;
}

@media (max-width: 991px) {
  .logo-header {
    width: 130px;
  }

  .title_def {
    font-weight: 600 !important;
    font-size: 24px !important;
  }

  .btn-premium {
    display: none;
  }

  .header-nav {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
  }

  .header-nav::-webkit-scrollbar {
    display: none;
  }

  .header-nav li {
    color: #000;
    font-size: 14px;
  }

  .header-new__under {
    color: #000;
  }

  .desk {
    display: none;
  }

  .header-icons {
    margin-left: 0;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
  }

  .m-bg-1 {
    padding: 0;
  }
}

@media (min-width: 991px) {
  .mob {
    display: none;
  }
}

.navlist li * {
  text-decoration: none !important;
}

.navlist {
  position: relative;
  overflow: hidden;
  margin: 0 0 1rem;
  font-size: 100%;
  line-height: 1.25;
}

.navlist:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--tgl-neutral10, #cfdcf1);
}

.navlist li {
  float: left;
  display: block;
}

.navlist a {
  display: block;
  padding: 0.5em 0.75em;
  border: solid transparent;
  border-width: 2px 0;
}

.navlist a:hover {
  background: var(--tgl-neutral05, #eceff1);
  text-decoration: none;
}

.navlist a.act {
  position: relative;
  z-index: 1;
  border-bottom-color: var(--tgl-pri60, #1b3e7a);
  font-weight: 700;
  color: inherit;
  background: none;
}

.dsc-00:has(+ .dsc-00) .limb:after {
  border: 0 solid var(--paint) !important;
  border-width: 0 0 0 1px !important;
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}

.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}

a {
  cursor: pointer;
}

#Send-Us-Message {
  border: none;
  border-radius: 15px;
  max-width: 504px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}

#Send-Us-Message h3 {
  padding: 0 15px;
  margin: 0 0 20px 0;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

#Send-Us-Message h3 span {
  font-weight: 600;
  color: #dd2a30;
  font-family: "Instrument Sans";
  font-style: italic;
}

#Send-Us-Message .form-photo {
  max-width: 452px;
  padding: 0 15px;
  box-sizing: border-box;
}

#Send-Us-Message .form-photo img {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  width: 100%;
}

#Send-Us-Message h2 {
  padding: 0 10px;
  color: #000;
  margin: 0 0 10px 0;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

#cd-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  font-family: "Instrument Sans";
}

.cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
  position: relative;
}

.cd-digits {
  display: flex;
}

.cd-box {
  background: #fff;
  padding: 15px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 35px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 0 2px;
  box-sizing: border-box;
}

.cd-label {
  margin-top: 5px;
  font-size: 0.6em;
  color: #333;
  text-transform: uppercase;
  position: absolute;
  bottom: -25px;
  font-weight: bold;
}

.cd-separator {
  color: black;
  border-radius: 8px;
  font-size: 1.5em;
  font-weight: bold;
}

@media (max-width: 550px) {
  .cd-box {
    font-size: 18px;
  }

  .cd-separator {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .cd-box {
    font-size: 16px;
    padding: 10px 13px;
    min-width: initial;
  }
}

@media (max-width: 450px) {
  .cd-box {
    font-size: 16px;
    padding: 8px 10px;
    min-width: initial;
  }
}

@media (max-width: 400px) {
  .cd-box {
    font-size: 14px;
    padding: 6px;
    min-width: initial;
  }
}

@media (max-width: 380px) {
  .cd-box {
    margin: 0 1.5px;
  }
}

.form-footer {
  box-sizing: border-box;
  padding: 22px 37px 10px 37px;
  width: 100%;
  background: #dd2a30;
  border-radius: 0 0 15px 15px;
  background-image: url("/img/noice.webp");
  background-size: cover;
}

.form-footer img {
  margin: 0 auto 50px !important;
  width: 100% !important;
  height: unset !important;
}

.form-footer .uniqp {
  font-family: "Instrument Sans";
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}

.form-footer .pp {
  font-family: "Instrument Sans";
  font-weight: 400 !important;
  font-size: 12px !important;
  text-align: center;
  color: #fff;
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container img {
  border: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle,
.fb--container .fcg,
.fb--container a.uiLinkSubtle {
  color: #90949c;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf,
.fb--container .rfloat {
  float: right;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container ._2vq9 a {
  color: #4267b2;
}

.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}

.fb--container ._517h:hover {
  background-color: #e9ebee;
}

.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container ._6b {
  vertical-align: middle;
  display: inline-block;
  word-wrap: normal;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  line-height: 22px;
}

.fb--container ._5mdd,
.fb--container._2pi8 {
  word-wrap: break-word;
}

.fb--container ._6b::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
}

.fb--container ._2pis {
  padding-left: 8px;
  margin-left: 56px;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container._5lm5 {
  margin-top: 12px;
  border-top: 1px solid #e9ebee;
}

.fb--container._5lm5 ._42ef {
  font-size: 11px;
  color: #365899;
  cursor: pointer;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 700;
}

.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

#comments_form.mycomment {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 20px 0 0;
  font-size: 16px;
}

#comments_form .mycomment-img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

#comments_form .mycomment-info {
  width: 100%;
  max-width: 100%;
}

#comments_form .textbox {
  color: #1d2129;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  margin-bottom: 10px;
  outline: 0;
}

#comments_form .mycomment-info__inner {
  background-color: #f2f3f5;
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0;
  padding: 0.75rem 12px 1rem;
  position: relative;
}

#comments_form .error {
  position: relative;
  margin-top: -10px;
  color: red;
  font-size: 13px;
  padding-left: 5px;
  display: none;
}
.header-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
.header-nav .active a:after {
  background: var(--sec60, #e41f1f);
}
.header-nav .active {
  position: relative;
}
.artsum-btn:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.75rem 0 0;
  filter: invert(87%) sepia(12%) saturate(141%) hue-rotate(162deg)
    brightness(84%) contrast(89%);
}
.ico-discusion:before {
  background-image: url(/img/discusion.svg);
}
.ico-share:before {
  background-image: url(/img/share.svg);
}
.artsum-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 1.5rem;
  padding: 0 0 0 2rem;
  white-space: nowrap;
  font-size: 0.625rem;
  line-height: 1.2;
}
.artsum-btn.artsum-btn {
  color: #75868e;
  text-decoration: none;
}
.artsum-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--spacing-1, 1rem);
  min-width: 7.375rem;
  margin: 0 0 0 var(--spacing-1, 1rem);
  padding: 0 0 0 var(--spacing-1, 1rem);
  border-left: 1px solid var(--tgl-pri10, #d6deeb);
}
.settime_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.settime_wrap img {
  border-radius: 0.5rem;
  width: 36px;
  height: 36px;
}
.settime_info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.settime_info-name {
  color: #122e5b;
}
.main-photo {
  display: flex;
  gap: 40px;
}
.video-side {
  width: 300px;
}
.video-side img {
  width: 100%;
}
.video-side__descr {
  color: #122e5b;
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .video-side {
    display: none;
  }
  .img-responsive {
    max-width: 100%;
  }
  .art-full {
    max-width: 100%;
    margin-inline: auto;
  }
  .col-over {
    margin-inline: auto;
  }
  .art-full,
  .col-over {
    width: 90%;
  }
}
.image {
  margin: 15px 0;
  width: 100%;
}

.image img {
  width: 100%;
  object-fit: cover;
}

.cl-benefits-wrap {
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  padding: 1rem 0;
}
.cl-benefits-card {
  background: #0a2540;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 6px 18px rgba(10, 37, 64, 0.18);
}
.cl-benefits-title {
  color: #d4af37;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}
.cl-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.cl-benefit-item:last-child {
  border-bottom: none;
}
.cl-check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.cl-check svg {
  width: 14px;
  height: 14px;
}
.cl-benefit-text {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
}
.cl-benefit-text-highlight {
  color: #ffd700;
  font-weight: 700;
}
@media (max-width: 600px) {
  .cl-benefits-card {
    padding: 22px 20px;
  }
  .cl-benefit-text {
    font-size: 15px;
  }
  .cl-check {
    width: 24px;
    height: 24px;
  }
}

.cl-min-wrap {
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  padding: 1rem 0;
}
.cl-min-card {
  background: #ffffff;
  border: 1px solid rgba(10, 37, 64, 0.12);
  border-radius: 12px;
  padding: 32px 36px;
  box-shadow: 0 4px 16px rgba(10, 37, 64, 0.08);
}
.cl-min-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 2px solid #0a2540;
  flex-wrap: wrap;
}
.cl-min-rijks {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.cl-min-emblem {
  width: 52px;
  height: 56px;
  flex-shrink: 0;
}
.cl-min-rijks-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.cl-min-rijks-main {
  color: #0a2540;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-family: Georgia, "Times New Roman", serif;
}
.cl-min-rijks-sub {
  color: #5b6b7c;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 4px;
  font-weight: 600;
}
.cl-min-divider-vert {
  width: 1px;
  height: 40px;
  background: rgba(10, 37, 64, 0.2);
}
.cl-min-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.1;
}
.cl-min-brand-name {
  color: #0a2540;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.5px;
}
.cl-min-brand-sub {
  color: #d4af37;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
  font-weight: 700;
}
.cl-min-title-wrap {
  text-align: center;
  margin: 26px 0 22px;
}
.cl-min-title {
  color: #0a2540;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 2px;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
}
.cl-min-title-line {
  width: 60px;
  height: 3px;
  background: #d4af37;
  margin: 12px auto 0;
}
.cl-min-quote {
  display: flex;
  gap: 18px;
  padding: 4px 8px;
}
.cl-min-quote-bar {
  width: 4px;
  background: #0a2540;
  flex-shrink: 0;
  border-radius: 2px;
}
.cl-min-quote-text {
  color: #1f2937;
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
}
.cl-min-quote-text strong {
  font-weight: 700;
  font-style: normal;
  color: #0a2540;
}
.cl-min-footer {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(10, 37, 64, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.cl-min-stamp {
  color: #5b6b7c;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.cl-min-source {
  color: #5b6b7c;
  font-size: 11px;
  letter-spacing: 0.3px;
  font-style: italic;
}
@media (max-width: 600px) {
  .cl-min-card {
    padding: 22px 20px;
  }
  .cl-min-header {
    gap: 16px;
    padding-bottom: 16px;
  }
  .cl-min-divider-vert {
    display: none;
  }
  .cl-min-brand {
    align-items: flex-start;
  }
  .cl-min-emblem {
    width: 42px;
    height: 46px;
  }
  .cl-min-rijks-main {
    font-size: 15px;
  }
  .cl-min-title {
    font-size: 17px;
    letter-spacing: 1.3px;
  }
  .cl-min-quote-text {
    font-size: 14px;
  }
}

.cl-st-wrap {
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  padding: 1rem 0;
}
.cl-st-card {
  background: #0a2540;
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 6px 18px rgba(10, 37, 64, 0.18);
  position: relative;
  overflow: hidden;
}
.cl-st-title {
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  text-align: center;
}
.cl-st-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.cl-st-item {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  position: relative;
}
.cl-st-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 56px;
  bottom: -10px;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.4),
    rgba(212, 175, 55, 0.1)
  );
}
.cl-st-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 2px solid #d4af37;
  color: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.cl-st-content {
  flex: 1;
  padding-top: 4px;
}
.cl-st-headline {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.3;
}
.cl-st-sub {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.cl-st-sub-highlight {
  color: #d4af37;
  font-weight: 600;
}
.cl-st-time-badge {
  display: inline-block;
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  margin-left: 6px;
  vertical-align: middle;
}
.cl-st-item-critical {
  background: linear-gradient(
    90deg,
    rgba(220, 38, 38, 0.12) 0%,
    rgba(220, 38, 38, 0.04) 100%
  );
  margin-left: -32px;
  margin-right: -32px;
  padding-left: 32px;
  padding-right: 32px;
  border-left: 3px solid #dc2626;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 8px;
}
.cl-st-item-critical .cl-st-num {
  background: rgba(220, 38, 38, 0.2);
  border-color: #dc2626;
  color: #fca5a5;
  animation: clCritPulse 2s ease-in-out infinite;
}
@keyframes clCritPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(220, 38, 38, 0);
  }
}
.cl-st-item-critical .cl-st-headline {
  color: #fca5a5;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.cl-st-warn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.cl-st-item-critical .cl-st-sub {
  color: rgba(255, 255, 255, 0.85);
}
.cl-st-final-warning {
  color: #fca5a5;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 600px) {
  .cl-st-card {
    padding: 22px 20px;
  }
  .cl-st-item {
    gap: 14px;
    padding: 14px 0;
  }
  .cl-st-num {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .cl-st-item:not(:last-child)::after {
    left: 18px;
    top: 48px;
  }
  .cl-st-headline {
    font-size: 14px;
  }
  .cl-st-sub {
    font-size: 12px;
  }
  .cl-st-item-critical {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cl-urg-wrap {
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  padding: 1rem 0;
}
.cl-urg-card {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  border-radius: 12px;
  padding: 22px 28px;
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.3);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cl-urg-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  animation: clShine 2.5s ease-in-out infinite;
}
@keyframes clShine {
  0%,
  100% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}
.cl-urg-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cl-urg-icon-wrap {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: clShake 2.5s ease-in-out infinite;
}
@keyframes clShake {
  0%,
  88%,
  100% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-10deg);
  }
  92% {
    transform: rotate(10deg);
  }
  94% {
    transform: rotate(-8deg);
  }
  96% {
    transform: rotate(6deg);
  }
}
.cl-urg-icon {
  width: 24px;
  height: 24px;
  color: #ffffff;
}
.cl-urg-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  flex: 1;
}
.cl-urg-text strong {
  font-weight: 800;
  background: rgba(255, 255, 255, 0.18);
  padding: 1px 8px;
  border-radius: 4px;
}
@media (max-width: 600px) {
  .cl-urg-card {
    padding: 18px 18px;
  }
  .cl-urg-content {
    gap: 12px;
  }
  .cl-urg-text {
    font-size: 14px;
  }
  .cl-urg-icon-wrap {
    width: 38px;
    height: 38px;
  }
  .cl-urg-icon {
    width: 20px;
    height: 20px;
  }
}

.cl-map-wrap {
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  padding: 1rem 0;
}
.cl-map-card {
  position: relative;
  background: linear-gradient(135deg, #e8edf2 0%, #d5dfe8 100%);
  border-radius: 14px;
  padding: 40px 32px;
  min-height: 380px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(10, 37, 64, 0.12);
}
.cl-map-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  opacity: 0.18;
  pointer-events: none;
}
.cl-map-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto 1fr;
  gap: 0;
  min-height: 320px;
}
.cl-bank-card {
  background: #ffffff;
  border: 1px solid rgba(10, 37, 64, 0.1);
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 4px 14px rgba(10, 37, 64, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 90px;
  transition: transform 0.3s ease;
}
.cl-bank-card:hover {
  transform: translateY(-2px);
}
.cl-bank-tl {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: start;
}
.cl-bank-tr {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
}
.cl-bank-bl {
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
  align-self: end;
}
.cl-bank-br {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
  align-self: end;
}
.cl-bank-name {
  font-weight: 800;
  width: 100px;
  font-size: 15px;
  color: #0a2540;
  letter-spacing: 0.3px;
  text-align: center;
  img {
    width: 100%;
  }
}
.cl-bank-sub {
  font-size: 10px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
}
.cl-cs {
  color: #0083c9;
}
.cl-csob {
  color: #00529b;
}
.cl-kb {
  color: #b30838;
}
.cl-airbank {
  color: #e50046;
}
.cl-center {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: center;
  align-self: center;
  background: #0a2540;
  border: 3px solid #d4af37;
  border-radius: 12px;
  padding: 16px 28px;
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.25);
  position: relative;
  z-index: 2;
}
.cl-center-name {
  color: #ffffff;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: nowrap;
}
.cl-center-sub {
  color: #d4af37;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 3px;
  font-weight: 700;
}
.cl-line {
  position: absolute;
  background: rgba(212, 175, 55, 0.4);
  z-index: 1;
}
.cl-line-tl {
  top: 25%;
  left: 25%;
  width: 22%;
  height: 1px;
  transform: rotate(35deg);
  transform-origin: left center;
}
.cl-line-tr {
  top: 25%;
  right: 25%;
  width: 22%;
  height: 1px;
  transform: rotate(-35deg);
  transform-origin: right center;
}
.cl-line-bl {
  bottom: 25%;
  left: 25%;
  width: 22%;
  height: 1px;
  transform: rotate(-35deg);
  transform-origin: left center;
}
.cl-line-br {
  bottom: 25%;
  right: 25%;
  width: 22%;
  height: 1px;
  transform: rotate(35deg);
  transform-origin: right center;
}
@media (max-width: 600px) {
  .cl-map-card {
    padding: 24px 16px;
    min-height: 360px;
  }
  .cl-bank-card {
    padding: 12px 14px;
    min-height: 70px;
  }
  .cl-bank-name {
    font-size: 12px;
  }
  .cl-bank-sub {
    font-size: 9px;
  }
  .cl-center {
    padding: 12px 18px;
  }
  .cl-center-name {
    font-size: 14px;
  }
  .cl-line {
    display: none;
  }
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;

  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
