@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.container {
  padding: 0 3rem;
  margin: 0 auto;
  max-width: 158.2rem;
  width: 100%;
}
.chart .container {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 155.2rem;
  width: 100%;
}
html {
  font-size: 62.5%;
  font-family: Poppins, sans-serif;
}
ul {
  list-style-type: none;
}
input,
button {
  background: none;
  outline: none;
  border: none;
}
a {
  color: #151515;
  text-decoration: none;
}
p,
span,
a,
input,
button,
ul,
li,
ol,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
}
@media (max-width: 425px) {
  .container {
    padding: 0 2rem;
  }
}
.intro {
  padding: 50px 0 0;
}
.intro_body {
  display: flex;
  align-items: center;
}
.intro_slider {
  position: relative;
  width: calc(100% - 420px);
  margin-right: 70px;
  margin-bottom: 0 !important;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
}
.intro_slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 49, 151, 0.5);
  z-index: -1;
}
.link {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_link {
  display: block;
}
.home_link span {
  display: block;
  margin: 0 auto;
  padding: 12px 40px;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 5px;
  cursor: pointer;
}
.slider_item {
  width: 100%;
  height: 540px;
  position: relative;
  display: block !important;
  display: block;
}
.slider_item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes slider_img {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  to {
    transform: scale(1);
  }
}
.slider_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.slider_title {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider_title:hover {
  text-decoration: underline;
}
.slider_text {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 2;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  cursor: pointer !important;
  color: #fff !important;
}
.slider_content {
  color: #fff;
  z-index: 5;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
}
.slick-slide.slick-current .slider_content {
  bottom: 0;
}
.advert {
  width: 390px;
  margin-bottom: 0 !important;
  border-radius: 10px;
  box-shadow: #0000001a 0 1px 3px, #0000000f 0 1px 2px;
}
.advert_item {
  width: 100%;
  height: 540px;
  display: block;
}
.advert_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  border-radius: 10px;
}
.categories {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 50px -20px 0;
}
.cat_item {
  width: calc(20% - 40px);
  margin: 15px 20px;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -ms-flex-direction: column;
  background: var(--rgba-blue);
}
.cat_item:hover {
  background: rgba(0, 49, 151, 0.2);
}
.cat_photo {
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
}
.cat_photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.cat_text {
  color: var(--blue);
  font-size: var(--text-20);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.slick-prev {
  left: 25px;
}
.intro_slider .slick-prev {
  background: rgba(250, 250, 250, 0.5) !important;
  width: 40px;
  height: 60px;
  border-radius: 10px;
  margin-left: 50px;
  z-index: 1;
}
.slick-prev:before {
  content: url(/assets/arrow-prev.3f677dd8.svg) !important;
}
.slick-next {
  right: 25px;
}
.intro_slider .slick-next {
  background: rgba(250, 250, 250, 0.5) !important;
  width: 40px;
  height: 60px;
  margin-right: 50px;
  border-radius: 10px;
}
.slick-next:before {
  content: url(/assets/arrow-next.798b9ace.svg) !important;
}
.intro_slider .slick-dots {
  background: rgba(250, 250, 250, 0.5);
  border-radius: 10px;
  width: 110px;
  height: 30px;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
}
.advert .slick-dots {
  background: rgba(0, 49, 151, 0.5);
  border-radius: 10px;
  width: 110px;
  height: 30px;
  left: 50%;
  transform: translate(-50%);
  bottom: 25px;
  padding: 5px !important;
  margin: 5px !important;
  content: "" !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 5px !important;
  margin: 5px !important;
  content: "" !important;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  content: "" !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  content: "" !important;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  color: #fff !important;
  content: "" !important;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 0.25;
  content: "" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.intro_slider .slick-dots li button:before,
.advert .slick-dots li button:before {
  border-radius: 10px;
  background: #fff;
  opacity: 0.4;
  width: 10px;
  color: #fff;
  height: 10px;
  content: "" !important;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff !important;
  content: "" !important;
}
.intro_slider .slick-.slick-active li button:before,
.advert .slick-.slick-active li button:before {
  opacity: 1;
  color: #fff !important;
  content: "" !important;
}
@media (max-width: 800px) {
  .intro_slider .slick-next,
  .intro_slider .slick-prev {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .intro_body {
    display: block;
    align-items: center;
  }
}
@media (max-width: 1100px) {
  .advert {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    margin: auto;
    display: block;
    top: 5px;
    align-items: center !important;
    -ms-align-items: center;
  }
  .advert_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    border-radius: 10px;
  }
  .intro_body {
    display: block;
    align-items: center;
  }
  .intro_slider {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .intro_slider {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
  }
}
.all_news {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #003197;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  position: relative;
}
.news_row {
  margin-bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.online-services-content {
  margin: 0 auto;
  padding: 2em 1em;
  font-family: Poppins, sans-serif;
  color: #222;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: justify;
}
.osc-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2em;
  color: #222;
}
.osc-link {
  color: #1a0dab;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.osc-date {
  font-size: 1.8rem;
  font-style: normal;
  margin-bottom: 1.5em;
  text-align: left;
  color: #222;
}
.osc-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #222;
  text-align: left;
}
.osc-list {
  margin-left: 2.5em;
  margin-bottom: 1.5em;
  color: #222;
  font-size: 1.8rem;
  line-height: 150%;
  list-style-type: disc;
}
.osc-note {
  background: none;
  border: none;
  padding: 0;
  margin-top: 2em;
  font-size: 1.8rem;
  color: #222;
  border-radius: 0;
  text-align: left;
}
.online-services-content a {
  color: #1a0dab;
  text-decoration: underline;
  word-break: break-all;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 60 !important;
}
.nav-top {
  background: #afbfcb;
}
.nav-top-wrapper {
  padding: 1.6rem 0;
  color: #151515;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 45.68rem;
  display: flex;
  align-items: center;
}
.header_img {
  width: 75px;
  height: 70px;
  margin-right: 10px;
}
.logo_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--blue);
}
.logo_text_mobile {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--blue);
  padding-left: 5px;
}
.nav-top-list {
  display: flex;
  gap: 1.8rem;
  text-align: center;
}
.nav-top-list-item a {
  padding: 0.8rem;
  font-size: 1.8rem;
  color: #151515;
}
.sign-in-item {
  font-size: 1.7rem;
  padding: 0.8rem;
  font-weight: 700;
  border: 0.5px solid #003197;
  border-radius: 4px;
  color: #003197;
  transition: all 0.3s;
  white-space: nowrap;
}
.sign-in-item:hover {
  background: #011f44;
  color: #fff;
}
.sign-in-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 3.78px;
  margin-right: 5px;
  vertical-align: middle;
}
.nav-bottom {
  background: #011f44;
}
.nav-bottom-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.nav-lang-wrapper {
  display: flex;
  gap: 1.6rem;
  justify-self: end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-lang-item {
  color: #afbfcb;
  font-weight: 700;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0.8rem;
}
.nav-lang-item:hover,
.lang-active {
  color: #fff;
}
.nav-bottom-list {
  padding: 2.4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.nav-bottom-list a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.8rem;
}
.mobile-nav {
  display: none;
  background: #afbfcb;
  padding: 0.6rem 0;
  width: 100%;
  z-index: 3;
}
.burger {
  width: 4rem;
  height: auto;
  cursor: pointer;
}
.burger img {
  width: 100%;
  height: 100%;
}
.close-burger {
  width: 4rem;
  height: auto;
  fill: #fff;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.mobile-nav-content {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background: #05172d;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  transform: translateY(-100%);
  z-index: 2;
  flex-direction: column;
}
.nav-lang-wrapper-mobile {
  width: 100%;
}
.active {
  top: 100%;
  transform: translateY(0);
}
.active .mobile-nav-list {
  opacity: 1;
}
.mobile-nav-list-item {
  display: flex;
  align-items: center;
}
.mobile-nav-list-item a {
  color: #fff;
  font-size: 1.8rem;
  padding: 0.8rem;
  display: inline-block;
  width: 100%;
}
.mobile-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.mobile-nav-list {
  padding: 0.4rem 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  transition: all 1.5s ease;
}
@keyframes nav-anim {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1250px) {
  .nav-top-list-item a {
    font-size: 1.4rem;
  }
  .sign-in-item {
    font-size: 1.4rem;
    border-radius: 3px;
  }
  .logo {
    width: auto;
  }
  .nav-bottom-list {
    padding: 2.4rem 0;
    gap: 2.4rem;
  }
  .nav-bottom-list a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.8rem;
  }
  .nav-lang-wrapper {
    gap: 0.8rem;
  }
  .nav-lang-item {
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  .nav-top,
  .nav-bottom {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .nav-lang-item {
    font-size: 1.8rem;
  }
  .nav-lang-wrapper-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.4rem;
  }
}
#logo_top,
#logo_left,
#logo_right,
#logo_bottom {
  animation: top 4s linear infinite;
}
#logo_right {
  animation-delay: 0.3s;
}
#logo_bottom {
  animation-delay: 0.5s;
}
#logo_left {
  animation-delay: 0.8s;
}
@keyframes top {
  30% {
    fill: #aba17d;
  }
  35% {
    fill: #003197;
  }
  40% {
    fill: #0056ff;
  }
  45% {
    fill: #003197;
  }
}
.home-main {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.hero {
  height: 60rem;
  background: url(/assets/hero-remake.afb0a7d0.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.hero-wrapper,
.hero .container {
  height: 100%;
}
.hero-wrapper {
  display: flex;
  align-items: flex-end;
}
.buttons-wrapper {
  display: flex;
  cursor: pointer;
}
.hero-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34.8rem;
  height: 11rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 150%;
  padding: 0 5rem;
  cursor: pointer;
}
.hero-button:first-child {
  background: #011f44;
  color: #fff;
  cursor: pointer;
}
.hero-button:last-child {
  background: #afbfcb;
  color: #151515;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .hero {
    height: 50rem;
  }
  .hero-button {
    width: 28rem;
    height: 8rem;
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}
@media (max-width: 768px) {
  .hero {
    background-position: right;
  }
  .hero-button {
    width: 24rem;
    height: 8rem;
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}
@media (max-width: 500px) {
  .hero-button {
    width: 20rem;
    height: 8rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 425px) {
  .buttons-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: absolute;
    left: 0;
  }
  .hero-button {
    width: 100%;
    padding: 0.8rem;
    height: 7rem;
    font-size: 1.4rem;
  }
}
.ticker {
  background: #011f44;
  color: #fff;
  font-size: 1.6rem;
  z-index: 1100;
}
.ticker-wrapper {
  width: 100%;
  height: 100%;
  padding: 1.6rem 0;
  display: flex;
}
.ticker-block {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 50rem;
  padding: 0 1.6rem;
  border-left: 1px solid #868686;
  border-right: 1px solid #868686;
}
.ticker-block .green {
  color: #6eeb83;
}
.ticker-block .red {
  color: #ff5e5b;
}
.ticker-title {
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticker-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ticker-price {
  font-size: 1.6rem;
  font-weight: 600;
}
.ticker-status {
  display: flex;
  align-items: center;
  color: #6eeb83;
  gap: 0.8rem;
}
.ticker-status span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
}
.ticker-arrow {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-title {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
  color: #011f44;
}
.about-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.about-left {
  display: flex;
  flex-direction: column;
  max-width: 73.6rem;
  gap: 1.6rem;
}
.about-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 73.6rem;
  margin-bottom: 2.6rem;
}
.about-text {
  color: #868686;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: justify;
  white-space: pre-line;
}
.about-text:first-letter {
  margin-left: 2.12em;
}
.about-link-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-left: 1.6rem;
}
.about-link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  transition: all 0.2s ease;
}
.about-link:hover {
  text-decoration: none;
}
.about-link-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #05172d;
}
@media (max-width: 1440px) {
  .about-right {
    height: 80%;
  }
  .about-right .video-player {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
}
@media (max-width: 1024px) {
  .about-right {
    height: 50vh;
  }
  .about-left {
    gap: 1.6rem;
    max-width: 100%;
  }
  .about-text-wrapper {
    gap: 0.8rem;
    margin-bottom: 1.6rem;
    max-width: 100%;
  }
  .about-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .about-right {
    height: 40vh;
  }
}
@media (max-width: 550px) {
  .about-right {
    height: 30vh;
  }
}
@media (max-width: 425px) {
  .about-right {
    height: 22vh;
  }
  .about-link-text {
    font-size: 1.4rem;
  }
  .about-text-wrapper {
    margin-bottom: 0.8rem;
  }
}
.video-player {
  background: #868686;
  height: 41.4rem;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .video-player {
    height: 32rem;
    border-radius: 5px;
  }
}
@media (max-width: 500px) {
  .video-player {
    height: 24rem;
    border-radius: 5px;
  }
}
@media (max-width: 400px) {
  .video-player {
    height: 20rem;
    border-radius: 5px;
  }
}
@media (max-width: 350px) {
  .video-player {
    height: 16rem;
    border-radius: 5px;
  }
}
.news-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.news-post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.pagination {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 4.8rem;
}
.pagination .arr-left {
  transform: rotate(180deg);
}
.pagination-arrow {
  background: #afbfcb;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  color: #fff;
  cursor: pointer;
}
.pagination-arrow:hover {
  background: rgb(247, 247, 247);
}
.pagination-arrow:disabled:hover {
  background: none;
  cursor: not-allowed;
}
.pagination-arrow:disabled .arr-pagination-svg {
  fill: #868686;
}
@media (max-width: 1200px) {
  .news-post-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .news-post-wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.news-post {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  max-width: 50rem;
  width: 100%;
}
.news-post-img {
  width: 100%;
  height: 280px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 2px solid rgba(221, 221, 221, 0.8666666667);
  overflow: hidden;
}
.news-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.news-post-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.news-post-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0;
  font-family: Poppins, sans-serif;
  color: #00000080;
}
.news-post-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--blue);
  min-height: 84px;
  font-family: Poppins, sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-post-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Poppins, sans-serif;
}
.news_link {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 2;
  background: #3b5285;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.news_link img {
  width: 40%;
  height: 40%;
  object-fit: contain;
  -o-object-fit: contain;
}
.news-post-link {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  transition: 0.3s ease;
  width: fit-content;
}
.news-post-link h3 {
  font-size: 1.6rem;
  color: #05172d;
}
.news-post-link:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .news-post-title {
    font-size: 1.8rem;
  }
}
.documents {
  margin-bottom: 3.2rem;
}
.documents-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.documents-links-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.4rem;
  row-gap: 2.4rem;
}
@media (max-width: 1379px) {
  .documents-links-wrapper {
    column-gap: 1.6rem;
  }
}
@media (max-width: 1120px) {
  .documents-links-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 825px) {
  .documents-links-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.document-link {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #868686;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.document-link:hover {
  background: #05172d;
}
.document-link:hover .document-title {
  color: #fff;
}
.document-link:hover .document-img svg {
  fill: #fff;
}
.document-img svg {
  fill: #05172d;
  transition: all 0.2s ease;
}
.document-title {
  color: #05172d;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .document-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .document-title {
    font-size: 1.8rem;
  }
}
.footer {
  margin-top: 2rem;
}
.footer-top {
  padding: 4.8rem 0;
  background: #c7d8e5;
}
.footer-top-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-top-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.4rem;
  justify-content: center;
  margin-top: 2%;
}
.footer-top-item {
  display: flex;
  flex-direction: column;
}
.footer-top-item:nth-child(3) .footer-top-item-text {
  text-decoration: underline;
}
.footer-top-item-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #05172d;
}
.footer-top-item-text,
.footer-top-decoration {
  font-size: 1.8rem;
  color: #151515;
  font-weight: 400;
}
.footer-bottom {
  padding: 4.8rem 0;
  background: #011f44;
}
.footer-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.6rem;
  justify-content: center;
}
.footer-nav-list-link {
  font-size: 1.8rem;
  color: #868686;
  transition: all 0.3s ease;
}
.footer-nav-list-link:hover {
  color: #fff;
}
@media (max-width: 1440px) {
  .footer .container {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .footer-top-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.4rem;
    justify-content: center;
    align-items: center;
  }
  .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.6rem;
    justify-content: center;
  }
  .footer .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .footer-top-content {
    grid-template-columns: 1fr;
  }
  .footer-bottom,
  .footer-top {
    padding: 3.2rem 0;
  }
  .footer-nav-list {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
}
.social-icons {
  display: flex;
  gap: 5px;
}
.social-icon {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}
.social-icon:hover {
  transform: scale(1.1);
}
.qr-section {
  display: flex;
  align-items: start;
  gap: 20px;
  margin: 20px 0;
  height: 200px;
}
.line-chart {
  width: 70rem;
  height: 35.5rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .line-chart {
    width: 60rem;
  }
}
@media (max-width: 1200px) {
  .line-chart {
    width: 100%;
    height: 35.5rem;
  }
}
@media (max-width: 1100px) {
  .line-chart {
    height: 30rem;
  }
}
@media (max-width: 425px) {
  .line-chart {
    height: 20rem;
  }
}
.chart {
  padding: 8rem 0;
  background: #021d3e;
  width: 100%;
}
.chart-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.tab {
  width: 100%;
  text-align: center;
  height: 5.9rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 0.5rem;
}
.tab:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0.1rem;
  background: #4b8dff;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}
.tab span {
  z-index: 20;
}
.tab:hover.tab:after {
  height: 100%;
}
.chart-tabs {
  display: flex;
  width: 100%;
  gap: 2.4rem;
}
.chart-tabs .active.tab:after {
  height: 100%;
}
.chart-data {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.4rem;
}
@media (max-width: 1500px) {
  .tab {
    height: 5.9rem;
    font-size: 1.8rem;
  }
  .line-chart-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .tab {
    font-size: 1.4rem;
  }
  .chart-data {
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .chart-data {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
@media (max-width: 500px) {
  .chart-wrapper {
    gap: 2.4rem;
  }
  .tab {
    font-size: 1.3rem;
    height: 4.8rem;
  }
  .chart-data {
    gap: 2.4rem;
  }
  .chart-tabs {
    flex-direction: column;
    gap: 1.6rem;
  }
  .tab {
    width: 100%;
    font-size: 1.2rem;
  }
  .line-chart-wrapper {
    width: 100%;
    height: 100%;
  }
}
.table {
  max-width: 74.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.table-top {
  border-bottom: 1px solid #4b8dff;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  height: 5.9rem;
  justify-content: space-between;
}
.table-title {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.table-row-arrow {
  width: 2.4rem;
  height: 2.4rem;
}
.table-row-status {
  gap: 0.8rem;
  align-items: center;
}
.table-bottom .active {
  background: #1b3656;
}
@media (max-width: 1500px) {
  .table-top {
    gap: 1.8rem;
  }
  .table-title {
    font-size: 1.6rem;
  }
  .table-row {
    gap: 1.8rem;
  }
  .table-row span {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .table {
    max-width: 100%;
  }
  .table-row {
    gap: 1rem;
  }
  .table-row div {
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  .table-top {
    gap: 1rem;
  }
  .table-title {
    font-size: 1.4rem;
  }
  .table-row {
    gap: 1rem;
  }
  .table-row span {
    font-size: 1.4rem;
  }
}
@media (max-width: 425px) {
  .table-top {
    gap: 1rem;
    height: 4.8rem;
  }
  .table {
    gap: 1.6rem;
  }
  .table-title {
    font-size: 1.2rem;
  }
}
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all ease;
  border-radius: 0.5rem;
  padding: 2.4rem 0rem;
}
.table-row:hover {
  background: #1b3656;
}
.table-row div {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
}
.table-product-name {
  text-align: left;
  padding: 0 0 0 1.6rem;
}
.title-hide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-product-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-row-status {
  display: flex;
  align-items: center;
  color: #6eeb83;
  justify-content: center;
}
.table-row-status span {
  display: inline-block;
  font-size: 1.8rem;
  width: fit-content;
}
.table-row-status .green {
  color: #6eeb83;
}
.table-row-status .red {
  color: #ff5e5b;
}
@media (max-width: 600px) {
  .table-row {
    gap: 1rem;
  }
  .table-row .table-row-status-title,
  .table-row div {
    font-size: 1.4rem;
  }
}
.sub-page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4.8rem;
  width: 80%;
  margin: 4.8rem auto 0;
}
.sub-page-full {
  width: 100%;
}
.sub-page-content-wrapper {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.sub-page-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.sub-page-text-wrapper p {
  font-size: 1.8rem;
  line-height: 150%;
  color: #151515;
}
.sub-page-title {
  font-size: 1.8rem;
  color: #05172d;
  line-height: 150%;
}
.sub-page-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-left: 2.4rem;
}
.sub-page-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-radius: 0.5rem;
  padding: 0.2rem 0rem;
}
.sub-page-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4rem;
}
.sub-page-title-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.sub-page-list-num {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #05172d;
  color: #fff;
  border-radius: 50rem;
  font-size: 1.8rem;
  font-weight: 700;
  align-self: flex-start;
}
.sub-page-list-item-text {
  font-size: 1.8rem;
  color: #151515;
  font-weight: 400;
}
.sub-page-list-item-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.sub-page-list-item-list {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-left: 2.4rem;
}
.sub-page-file-title {
  font-weight: 500;
  color: #05172d;
  font-size: 1.8rem;
}
.sub-page-list-item-list-item {
  font-size: 1.8rem;
  color: #151515;
}
@media (max-width: 768px) {
  .sub-page-list-wrapper {
    padding: 1rem 0rem;
  }
  .sub-page-wrapper {
    width: 100%;
  }
  .sub-page-list-item {
    gap: 2.4rem;
  }
}
@media (max-width: 425px) {
  .sub-page-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.contacts-card {
  padding: 2.4rem;
  border-radius: 0.5rem;
  background: rgba(175, 191, 203, 0.231372549);
  min-height: 22.7rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contacts-card-title {
  font-size: 1.8rem;
  color: #05172d;
}
.contacts-card-pos-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.contacts-card-pos {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.contacts-card-pos-title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #151515;
}
.contacts-card-pos-contact {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.contacts-card-pos-contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts-card-pos-contact-icon img {
  width: 100%;
  height: 100%;
}
.contacts-card-pos-contact-title {
  font-weight: 700;
  color: #151515;
  font-size: 1.6rem;
}
@media (max-width: 1077px) {
  .contacts-card {
    padding: 1.6rem;
  }
  .contacts-card-pos {
    gap: 0.8rem;
  }
  .contacts-card-pos-wrapper {
    gap: 1.6rem;
  }
  .contacts-card-pos-contact {
    gap: 0.8rem;
  }
}
@media (max-width: 600px) {
  .contacts-card-pos {
    gap: 1.6rem;
  }
  .contacts-card-pos-wrapper {
    gap: 2.4rem;
  }
  .contacts-card-pos-contact {
    gap: 1.6rem;
  }
}
.contacts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 1077px) {
  .contacts-wrapper {
    gap: 2.4rem;
  }
}
@media (max-width: 880px) {
  .contacts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .contacts-wrapper {
    grid-template-columns: 1fr;
  }
}
.news-page-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 1200px) {
  .news-page-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .news-page-wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.post-page-wrapper {
  padding-top: 4.8rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
}
.post-page-main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 99.5rem;
}
.post-page-header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.post-page-title {
  font-size: 2.4rem;
  color: #05172d;
}
.post-page-main-date {
  font-size: 1.6rem;
  color: #868686;
  font-weight: 400;
}
.post-page-img {
  margin-bottom: 0.8rem;
  text-align: center;
}
.post-page-img img {
  width: 80%;
  height: 54%;
  border-radius: 5px;
}
.post-page-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.post-page-text-item {
  font-size: 1.8rem;
  color: #151515;
  white-space: pre-line;
  text-align: justify;
}
.post-page-text-item:first-letter {
  margin-left: 2.12em;
}
.post-page-latest-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.post-page-latest-title {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .post-page-wrapper {
    gap: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .post-page-latest-wrapper {
    gap: 2.4rem;
  }
}
@media (max-width: 768px) {
  .post-page-wrapper {
    grid-template-columns: 1fr;
  }
  .post-page-main-wrapper {
    gap: 1.6rem;
  }
  .post-page-wrapper {
    gap: 4rem;
  }
  .post-page-text {
    gap: 0.8rem;
  }
}
@media (max-width: 425px) {
  .post-page-wrapper {
    padding-top: 2.4rem;
  }
}
.latest-new {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem 0.8rem;
  border-top: 1px solid #868686;
  transition: all 0.2s ease;
}
.latest-new:hover {
  background: #f5f5f5;
}
.latest-new-date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #868686;
}
.latest-new-title {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .latest-new {
    padding: 0.8rem;
  }
  .latest-new-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .latest-new-title {
    font-size: 1.8rem;
  }
  .latest-new {
    padding: 1.6rem 0.8rem;
  }
}
.tarif-wrapper-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 2.4rem;
}
.tarif-wrapper-topquationts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 2.4rem;
}
.tarif-table {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .tarif-wrapper-top,
  .tarif-wrapper-topquationts {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media (max-width: 500px) {
  .table_box {
    flex-direction: column;
  }
  .table_box-search {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
  .ant-space-item,
  .responsive__select,
  .ant-select {
    width: 100% !important;
  }
}
:root {
  --blue: #003197;
  --rgba-blue: rgba(0, 49, 151, 0.1);
  --rgba-black: rgba(0, 0, 0, 0.2);
  --rgba-white: rgba(250, 250, 250, 0.2);
  --text-32: 32px;
  --text-20: 20px;
  --text-18: 18px;
  --text-16: 16px;
  --item-row: row;
  --product-col: column;
  --color: blue;
  --product-box-margin: 0 -20px;
  --item-width: calc(25% - 40px);
  --item-padding: 25px 30px;
  --item-margin: 0 20px 40px;
  --item-radius: 10px;
  --item-element-width: 100%;
  --item-element-border: none;
  --item-element-margin: 10px 0;
  --item-img-paddimg: 0;
  --item--align: unset;
  --cursor: unset;
}
[data-theme="row"] {
  --item-row: column;
  --product-col: row;
  --color: red;
  --product-box-margin: 0;
  --item-width: calc(100% - 2px);
  --item-padding: 0;
  --item-margin: 0;
  --item-radius: 0;
  --item-element-width: 17%;
  --item-element-margin: 0;
  --item-element-border: 1px solid var(--rgba-black);
  --item-img-paddimg: 10px 25px;
  --item--align: center;
  --cursor: pointer;
}
button {
  outline: none;
}
button:focus {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.export {
  padding: 0;
}
.export_table {
  width: 100%;
  overflow-x: auto;
}
.export_table table {
  border: 1px solid #e5e7eb;
  border-collapse: inherit;
  width: 100%;
  text-align: center;
  border-radius: 3px !important;
}
.export_table thead {
  background: rgba(1, 31, 68, 0.7803921569) !important;
  color: #fff;
  border-bottom: 1px solid #577bbf;
  border-radius: 3px;
}
.export_table thead th {
  font-size: 14px;
  padding: 15px 5px;
}
@media (max-width: 1000px) {
  .export_table thead th {
    white-space: nowrap;
  }
}
.export_table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.export_table tbody tr:nth-of-type(even) {
  background-color: #f3f4f6;
}
.export_table tbody tr:hover {
  background-color: #0031971a;
}
.export_table tbody tr td {
  padding: 15px 5px;
  font-size: 14px;
}
.table_info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 20px;
}
.table_info-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #374151;
  max-width: 670px;
}
.table_info-group {
  display: flex;
  align-items: center;
}
.table_download {
  cursor: pointer;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  padding: 7px 10px;
  border-radius: 3px;
  margin-right: 10px;
}
.table_filter {
  position: relative;
}
.table_filter-icon {
  width: 32px;
  height: 32px;
  border: 1px solid var(--blue);
  border-radius: 3px;
  cursor: pointer;
  padding: 5px;
}
.table_filter-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.table_filter-info {
  position: absolute;
  top: 0;
  left: -310px;
  width: 300px;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 5px;
  display: none;
}
.table_filter-info.active {
  display: block;
}
.table_filter-info:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 10px;
  height: 15px;
  background: #f3f3f3;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -ms-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -moz-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -o-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.table_filter-info-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.table_filter-info-check {
  margin-bottom: 10px;
}
.table_filter-info-check input {
  margin-right: 5px;
}
.table_filter-info-check input,
.table_filter-info-check label {
  cursor: pointer;
}
.table_box {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
  flex-wrap: wrap;
}
.table_box-search {
  margin-right: 15px;
  width: calc(100% - 15px);
  max-width: 200px;
}
.table_box-search:last-child {
  margin-right: 0;
}
input::-webkit-calendar-picker-indicator {
  display: none !important;
}
.table_box-search input,
.table_box-search .bgselect {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid var(--blue);
  border-radius: 5px;
}
.table_box-search input:focus {
  box-shadow: 0 0 5px 0.1px var(--blue);
}
.table_box-search datalist {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid var(--blue);
  border-radius: 5px;
}
.w300 {
  min-width: 300px !important;
  max-width: 300px !important;
}
.simple_banner.auto_container {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.simple_banner img {
  width: 100%;
}
.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) !important;
}
[type="reset"],
[type="submit"],
button,
html [type="button"],
[type="button"] {
  -webkit-appearance: button;
}
.ant-btn-primary {
  color: #fff;
  background-color: #004691;
  border-color: #004691;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px #0000000b;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px #00000004;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 4px;
  color: #000000a6;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
.items-center {
  align-items: center !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex {
  display: flex !important;
}
.message img[data-v-ec0ca204] {
  margin: 64px 0;
}
img,
video {
  max-width: 100%;
  height: auto;
}
.message a[data-v-ec0ca204] {
  text-decoration: underline;
  font-size: 20px;
}
.message a[data-v-ec0ca204],
.message p[data-v-ec0ca204] {
  font-size: 29px;
  color: #003197;
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: #000000d9;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px #00000026;
  box-shadow: 0 0 8px #00000026 \;
}
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000a6;
  font-size: 15px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: 400;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #004691;
  border-color: #004691;
}
.ant-checkbox-inner,
.ant-input,
.ant-select-selection {
  border-color: #004691;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #004691;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: "";
}
.ant-checkbox-checked .ant-checkbox-inner:after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.ant-checkbox-inner:after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}
:where(.css-byeoj0).ant-select-single.ant-select-lg:not(.ant-select-customize-input)
  .ant-select-selector {
  width: 100%;
  height: 40px;
  padding: 0 11px;
  border: 1px solid #011f44 !important;
}
:where(.css-byeoj0).ant-select-single.ant-select-lg .ant-select-selector {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000e0;
  font-size: 16px;
  line-height: 1.5714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  display: flex;
  border-radius: 4px;
}
:where(.css-byeoj0).ant-select .ant-select-selection-placeholder {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  color: #011f44b3 !important;
  pointer-events: none;
}
:where(.css-byeoj0).ant-select-single.ant-select-lg
  .ant-select-selector
  .ant-select-selection-item {
  position: relative;
  user-select: none;
  color: #011f44 !important;
  font-weight: 500;
}
:where(.css-byeoj0).ant-select-single:not(.ant-select-customize-input)
  .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
  border: 1px solid #011f44 !important;
}
:where(.css-byeoj0).ant-select-single.ant-select-show-arrow
  .ant-select-selection-item,
:where(.css-byeoj0).ant-select-single.ant-select-show-arrow
  .ant-select-selection-placeholder {
  padding-inline-end: 18px;
  color: #011f44c9 !important;
  font-weight: 500;
}
.centerImage {
  display: inline-flex;
  min-width: 50%;
  max-width: 88%;
  position: relative;
  height: auto;
  border-radius: 5px !important;
  object-fit: contain !important;
  min-height: auto;
  max-height: 800px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.DocumentDownload {
  cursor: pointer;
  color: #f35d02;
  font-size: 17px;
}
.tab-dark {
  height: 5.9rem;
  color: #05172d;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 0.5rem;
}
.tab-dark:hover {
  color: #fff;
}
.tab-dark:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0.1rem;
  background: #011f44;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}
.tab-dark span {
  z-index: 20;
}
.tab-dark:hover.tab-dark:after {
  height: 100%;
}
.active-tab {
  color: #fff;
}
.active-tab.tab-dark:after {
  height: 100%;
}
@media (max-width: 425px) {
  .tab-dark {
    font-size: 1.6rem;
  }
}
.tarif-service-item {
  display: flex;
  padding: 1.2rem 0;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  border-bottom: 1px solid #868686;
}
.tarif-service-text {
  font-size: 1.7rem;
  font-weight: 400;
  max-width: 88.5rem;
  color: #151515;
}
.tarif-service-price {
  font-size: 2.1rem;
  color: #05172d;
}
@media (max-width: 1024px) {
  .tarif-service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.multimedia-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin: 1.6rem 0;
}
.multimedia-top-gallery {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.multimedia-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3.2rem;
}
@media (max-width: 500px) {
  .multimedia-top-gallery {
    gap: 0.8rem;
  }
}
.multimedia-tab {
  font-size: 1.8rem;
  color: #05172d;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 1.6rem;
}
.multimedia-tab:hover,
.m-tab-active {
  color: #4b8dff;
}
@media (max-width: 500px) {
  .multimedia-tab {
    font-size: 1.8rem;
    padding: 0.8rem;
  }
}
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }
}
@media (max-width: 500px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 320px) {
  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-item {
  max-width: 28.6rem;
  max-height: 37.6rem;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}
.gallery-item:hover {
  opacity: 0.8;
}
.ImageFull {
  width: 28.6rem;
  height: 37.6rem;
  position: relative;
  object-fit: cover;
  border-radius: 5px;
}
.ImageFull:hover {
  opacity: 0.8;
}
.middle {
  transition: 0.5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}
.gallery-item:hover .middle {
  opacity: 1;
}
.text {
  font-size: 12px;
  padding: 20px 35px;
}
.videos-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  width: 100%;
}
@media (max-width: 1440px) {
  .videos-wrapper {
    gap: 2.4rem;
  }
}
@media (max-width: 1300px) {
  .videos-wrapper {
    gap: 0.8rem;
  }
}
@media (max-width: 1300px) {
  .videos-wrapper {
    grid-template-columns: 73.5rem;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .videos-wrapper {
    grid-template-columns: 1fr;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(./ajax-loader.e7b44c86.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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)
      format("embedded-opentype"),
    url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF)
      format("woff"),
    url(data:font/ttf;base64,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)
      format("truetype"),
    url(/assets/slick.12459f22.svg#slick) format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
