:root {
  --primary-color: #014F83 !important;
  --secondary-color: #fff !important;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "niafam" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.niafam-menu:before {
  content: "\e923";
}

.niafam-phone-call1:before {
  content: "\e901";
}

.niafam-location:before {
  content: "\e902";
}

.niafam-call1:before {
  content: "\e903";
}

.niafam-email:before {
  content: "\e905";
}

.niafam-email1:before {
  content: "\e906";
}

.niafam-phone-call:before {
  content: "\e907";
}

.niafam-map:before {
  content: "\e908";
}

.niafam-link:before {
  content: "\e909";
}

.niafam-calendar1:before {
  content: "\e90a";
}

.niafam-Vector1:before {
  content: "\e90b";
}

.niafam-archive-09-1:before {
  content: "\e90c";
}

.niafam-technical-support:before {
  content: "\e90d";
}

.niafam-customer-service1:before {
  content: "\e90f";
}

.niafam-technical-support1:before {
  content: "\e910";
}

.niafam-bell:before {
  content: "\e911";
}

.niafam-customer-service:before {
  content: "\e912";
}

.niafam-left:before {
  content: "\e913";
}

.niafam-right:before {
  content: "\e914";
}

.niafam-cal:before {
  content: "\e915";
}

.niafam-bid:before {
  content: "\e917";
}

.niafam-Vector:before {
  content: "\e918";
}

.niafam-auction:before {
  content: "\e919";
}

.niafam-aparat-11:before {
  content: "\e91a";
}

.niafam-auctioneer:before {
  content: "\e91b";
}

.niafam-arrow-right:before {
  content: "\e91c";
}

.niafam-arrow-left:before {
  content: "\e91d";
}

.niafam-search:before {
  content: "\e91e";
}

.niafam-call:before {
  content: "\e91f";
}

.niafam-bale-1:before {
  content: "\e920";
}

.niafam-aparat-1:before {
  content: "\e921";
}

.niafam-instagram-1:before {
  content: "\e922";
}

.niafam-home-1:before {
  content: "\e926";
}

.niafam-camera:before {
  content: "\e916";
}

.niafam-Whatsapp:before {
  content: "\e98f";
}

.niafam-twitter-1:before {
  content: "\e990";
}

.niafam-Bisphon:before {
  content: "\e993";
}

.niafam-Facebook:before {
  content: "\e995";
}

.niafam-Gap:before {
  content: "\e996";
}

.niafam-Linkedin:before {
  content: "\e998";
}

.niafam-Soroush:before {
  content: "\e999";
}

.niafam-Telegram:before {
  content: "\e99a";
}

.niafam-accessibility:before {
  content: "\e900";
}

.niafam-minus:before {
  content: "\e904";
}

.niafam-close:before {
  content: "\e90e";
}

.text__white {
  color: var(--secondary-color);
}
.text__black {
  color: #000;
}
.text__l-black {
  color: #323538;
}
.text__gray {
  color: #3A3A3A;
}
.text__blue {
  color: var(--primary-color);
}
.text__11 {
  font-size: 0.6875em;
}
.text__12 {
  font-size: 0.75em;
}
.text__13 {
  font-size: 0.813em;
}
.text__14 {
  font-size: 0.875em;
}
.text__15 {
  font-size: 0.938em;
}
.text__16 {
  font-size: 1em;
}
.text__17 {
  font-size: 1.063em;
}
.text__18 {
  font-size: 1.125em;
}
.text__19 {
  font-size: 1.188em;
}
.text__20 {
  font-size: 1.25em;
}
.text__22 {
  font-size: 1.375em;
}
.text__24 {
  font-size: 1.5em;
}
.text__25 {
  font-size: 1.5625em;
}
.text__28 {
  font-size: 1.75em;
}
.text__30 {
  font-size: 1.875em;
}
.text__32 {
  font-size: 2em;
}
.text__36 {
  font-size: 2.25em;
}
.text__39 {
  font-size: 2.4375em;
}
.text__40 {
  font-size: 2.5em;
}
.text__48 {
  font-size: 3em;
}
.text__50 {
  font-size: 3.125em;
}
.text__66 {
  font-size: 4.125em;
}
.text__70 {
  font-size: 4.375em;
}
.text__bold {
  font-weight: 700;
}
.text__medium {
  font-weight: 500;
}
.text__regular {
  font-weight: 400;
}

.line-clamp__1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__16 {
  display: -webkit-box;
  -webkit-line-clamp: 16;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flickity-page-dots .dot {
  transition: all 0.2s linear;
}

.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}

html {
  scroll-behavior: smooth;
}

body {
  text-align: start;
  font-family: vazir;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

ul {
  list-style: none;
}

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  background-color: #F0F0F2;
  padding-top: 100vh;
  transition: 0s !important;
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
  color: #01c3f6;
}

.fixed-images {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: vazir;
  font-size: 12px;
}

input::placeholder,
textarea::placeholder {
  font-family: vazir;
  font-size: 12px;
}

button {
  font-family: vazir;
  font-weight: 600;
}

.logo-sticky {
  display: none;
}

.header--fixed .header-sec__menu {
  opacity: 1;
  visibility: visible;
}

.section {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section__header {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.section__title {
  position: relative;
  background-color: #296DAC;
  border-radius: 50px 0 0 50px;
  padding: 8px 30px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.section__archive {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  gap: 6px;
}
.section__archive .icon {
  width: 25px;
  height: 25px;
  border: 1px solid #D3D3D4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.5);
}
.section__archive .icon i {
  color: #0168AB;
  transition: all 0.2s linear;
}
.section__archive:hover .icon {
  background-color: #01c3f6;
}
.section__archive:hover .icon i {
  color: #fff;
}
.section__archive:hover span {
  color: #01c3f6;
}
.section__archive span {
  transition: all 0.2s linear;
}
.section__dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #D14F1A;
}
.section__dot::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 71px;
  height: 1px;
  transform: translate(0%, -50%);
  background: linear-gradient(to right, #D14F1A, rgba(209, 79, 26, 0));
}
.section__dot::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 71px;
  height: 1px;
  transform: translate(0%, -50%);
  background: linear-gradient(to left, #D14F1A, rgba(209, 79, 26, 0));
}

.news-item {
  position: relative;
  display: flex;
  align-items: center;
}
.news-item--horizontal {
  flex-direction: row;
  margin-bottom: 0;
  align-items: center;
  position: relative;
}
.news-item--horizontal i:before {
  transition: all 0.2s linear;
}
.news-item--horizontal span {
  transition: all 0.2s linear;
}
.news-item--horizontal:hover .news-item__pic img {
  overflow: hidden;
}
.news-item--horizontal:hover .news-item__pic img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}
.news-item--horizontal .news-item__pic {
  overflow: hidden;
  position: relative;
  width: 845px;
  height: 563px;
  flex-shrink: 0;
}
.news-item--horizontal .news-item__date {
  display: flex;
  align-items: center;
}
.news-item--horizontal .news-item__date i {
  margin-inline-end: 4px;
}
.news-item--horizontal .news-item__archive i {
  margin-inline-start: 4px;
}
.news-item--horizontal .news-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-item--vertical {
  align-items: unset;
  border-radius: 15px;
  flex-direction: column;
}
.news-item--vertical .news-item__pic {
  transition: all 0.2s ease-out;
}
.news-item--vertical .news-item__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.news-item--vertical .news-item__date {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.news-item--vertical span {
  transition: all 0.2s linear;
}
.news-item--vertical:hover img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}
.news-item--vertical:hover span {
  color: #01c3f6;
}
.news-item__pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.news-item__pic img {
  transition: all 0.6s ease-out;
}
.news-item__archive {
  display: flex;
  align-items: center;
}

.tab-pane {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
}
.tab-pane.active {
  opacity: 1;
  visibility: visible;
}

.tab-button {
  border: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e8cd06;
  transition: all 0.2s linear;
  color: black;
  cursor: pointer;
  padding: 20px;
  width: 24px;
  height: 25px;
  border-radius: 50%;
}
#myBtn i {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s linear;
}
#myBtn i::before {
  margin-left: 0;
}
#myBtn:hover {
  background: var(--secondary-color);
}
#myBtn:hover i {
  color: var(--secondary-color);
}

.header-sec {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99999999;
  background-color: transparent;
  transition: 0.3s;
}
.header-sec__logo {
  position: relative;
  width: 325px;
  height: 80px;
}
.header-sec__container {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  padding-bottom: 0;
}
.header-sec__rahbar {
  position: relative;
  width: 161px;
  height: 108px;
}
.header-sec__left {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header-sec__access {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.header-sec__links {
  display: flex;
  gap: 7px;
  align-items: center;
}
.header-sec__links li {
  position: relative;
}
.header-sec__links li:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.header-sec__links li:hover i::before {
  color: #01c3f6 !important;
}
.header-sec__links li:hover span {
  color: #01c3f6;
}
.header-sec__links li i:before {
  transition: all 0.2s linear;
}
.header-sec__links li span {
  transition: all 0.2s linear;
}
.header-sec__links li .tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #ffffff;
  color: #296dac;
  font-size: 12px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-sec__menu {
  position: relative;
  width: 50%;
  display: table;
  padding: 0 25px;
  margin: 0px auto 30px;
  margin-top: 0px;
  padding: 20px 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: var(--secondary-color);
  margin-top: -40px;
  border-radius: 150px;
}
.header-sec__more {
  position: relative;
}
.header-sec__more b {
  background-color: #fff;
  height: 2px;
  width: 30px;
  border-radius: 8px;
  display: flex;
  margin-bottom: 7px;
  transition: all 0.2s linear;
}
.header-sec__more:hover b {
  background-color: #01c3f6;
}
.header-sec .header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newmenu__box__wrapper {
  top: 100%;
  position: absolute;
  width: 360px;
  border-radius: 5px;
  padding: 20px;
  z-index: 9999;
  visibility: hidden;
  left: 0;
  background: #f7f7f7;
  transition: 0.3s;
  opacity: 0;
  z-index: 1000000000000000000;
}

.newmenu__box__wrapper.show {
  opacity: 1;
  visibility: visible;
}

.newmenu__box__title {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;
}

.newmenu__box__wrapper .col-6 {
  margin: 0 0 10px 0;
}

#newmenuCloser {
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 15px;
}

.header__svg {
  width: 100%;
  position: absolute;
  right: 0;
  height: initial;
  bottom: -46px;
  opacity: 0;
  transition: bottom 0.3s;
}

.header--bg .header__svg {
  opacity: 1 !important;
  bottom: 4px !important;
}

.main-container--fixed .slider-sec {
  height: 180px;
  z-index: 999999;
}

.slider-sec {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
}
.slider-sec__title {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  padding: 17px 28px;
  font-family: pinar;
  z-index: 5;
}
.slider-sec__title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 40px;
  border-right: 5px solid var(--secondary-color);
  border-bottom: 5px solid var(--secondary-color);
  filter: blur(1.5px);
}
.slider-sec__title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 40px;
  border-left: 5px solid var(--secondary-color);
  border-top: 5px solid var(--secondary-color);
  filter: blur(1.5px);
}
.slider-sec__cell {
  width: 100%;
  height: 100vh;
}
.slider-sec__pic {
  width: 100%;
  height: 100vh;
  position: relative;
}
.slider-sec__pic::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.slider-sec__pic::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 77, 133, 0.6);
  z-index: 1;
}
.slider-sec__pic img {
  animation: animatedBackground 15s ease infinite alternate;
}
.slider-sec .flickity-prev-next-button.previous {
  left: 60px;
}
.slider-sec .flickity-prev-next-button.next {
  right: 60px;
}
.slider-sec .flickity-prev-next-button {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.15);
}
.slider-sec .flickity-button.flickity-prev-next-button.previous::after {
  content: "\e91d";
  color: #fff;
  font-size: 21px;
}
.slider-sec .flickity-button.flickity-prev-next-button.next::after {
  content: "\e91c";
  color: #fff;
  font-size: 21px;
}
tr.tender-sec__inner.active  a{
    color: #012e71 !important;
}
tr.tender-sec__inner.active  {
    color: #012e71 !important;
}
.tender-sec {
  position: relative;
  background-color: #F0F0F2;
}
.tender-sec::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0%;
  width: 100%;
  height: 138px;
  background-image: url("../img/Rectangle 908.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.tender-sec::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #F0F0F2;
  z-index: 0;
}
.tender-sec .container {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tender-sec__wrapper {
  position: relative;
  padding: 100px 0 20px;
  background-color: #F0F0F2;
}
.tender-sec__container {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 16;
justify-content: center;
}

.tender-item {
  background-color: var(--secondary-color);
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 15px;
  width: calc(21% - 30px);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: auto !important;
  transition: all 0.2s linear;
}
.tender-item a {
  z-index: 20;
}
.tender-item__icon {
  width: 120px;
  height: 120px;
  background-color: #DCDCDC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 4px;
  position: relative;
  z-index: 15;
}
.tender-item__pic {
  position: relative;
  width: 70px;
  height: 70px;
}
.tender-item__pic i {
  font-size: 70px;
  color: #949494;
}
.tender-item__date {
  background-color: #DCDCDC;
  padding: 7px 15px;
  border-radius: 10px;
}
.tender-item__date span {
  color: #949494;
}
.tender-item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  width: 100%;
  position: relative;
  z-index: 15;
}
.tender-item__number {
  color: #949494;
}
.tender-item__title {
  color: #949494;
  position: relative;
  z-index: 15;
}
.tender-item.active {
  cursor: pointer;
}
.tender-item.active .tender-item__icon {
  background-color: #296DAC;
}
.tender-item.active .tender-item__pic i {
  color: var(--secondary-color);
  transition: all 0.5s linear;
}
.tender-item.active .tender-item__title {
  color: #296DAC;
}
.tender-item.active .tender-item__date {
  background-color: #296DAC;
}
.tender-item.active .tender-item__date span {
  color: var(--secondary-color);
}
.tender-item.active .tender-item__number {
  color: #3A3A3A;
}
.tender-item.active:hover {
  transform: scale(1.05);
}
.tender-item.active:hover i {
  font-size: 80px;
}
.tender-item.active:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.tender-item.active .tooltip {
  position: absolute;
  bottom: -15px;
  left: 35%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #296dac;
  color: #ffffff;
  font-size: 12px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 1px solid #ffffff;
  z-index: 10;
}

.special-sec {
  margin-bottom: 60px;
  position: relative;
  z-index: 15;
}
.special-sec__container {
  display: flex;
  gap: 30px;
}
.special-sec .news-item--vertical .news-item__pic {
  width: 1100px;
  height: 715px;
  border-radius: 20px;
}
.special-sec .news-item--vertical .news-item__pic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(46, 47, 156, 0.5) 0%, rgba(46, 47, 156, 0) 100%);
  z-index: 1;
}
.special-sec .news-item--vertical .news-item__pic img {
  border-radius: 20px;
}
.special-sec .news-item--vertical .news-item__content {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 35px;
  z-index: 2;
}
.special-sec .section__header {
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 20px;
}
.special-sec__right {
  flex-grow: 1;
  position: relative;
}
.special-sec__left {
  width: 270px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30.5px;
}
.special-sec__top {
  position: relative;
}
.special-sec__top .flickity-page-dots {
  text-align: center;
  bottom: 20px;
  top: unset;
  padding-inline-end: 0;
}
.special-sec__top .carousel-cell:hover img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}

.character-item__pic {
  position: relative;
  width: 270px;
  height: 342.5px;
  border-radius: 15px;
  overflow: hidden;
}
.character-item__pic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(46, 47, 156, 0.5) 0%, rgba(46, 47, 156, 0) 100%);
  z-index: 1;
  border-radius: 15px;
}
.character-item__pic img {
  border-radius: 15px;
  border: 1px solid #8F8F8F;
  transition: all 0.6s ease-out;
}

.poster-item {
  position: relative;
}
.poster-item__pic {
  position: relative;
  width: 270px;
  height: 342.5px;
  border-radius: 15px;
  overflow: hidden;
}
.poster-item__pic img {
  border-radius: 15px;
  border: 1px solid #8F8F8F;
  transition: all 0.6s ease-out;
}
.poster-item:hover img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}

.system-sec {
  height: 380px;
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
}
.system-sec .flickity-viewport {
  height: 240px !important;
  padding-top: 15px !important;

}
.system-sec .flickity-slider {
	right: 10px !important;
}
.system-sec::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: url("../img/Group 2121(1).png");
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.system-sec .carousel-cell {
 width: calc(20% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}
.system-sec .section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.system-sec__container {
  width: 88.5%;
}

.system-item {
  position: relative;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  padding: 0px 20px;
  text-align: center;
  padding-top: 40px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.system-item__pic {
  position: relative;
  width: 80px;
  height: 80px;
}
.system-item__pic i {
  font-size: 80px;
  display: block;
  transform-origin: top center;
  transition: transform 0.3s ease-in-out;
}
.system-item span {
  transition: all 0.2s linear;
  position: relative;
  z-index: 2;
}
.system-item:hover {
  border: 5px solid #8fbddb;
  transform: scale(1.05);
}
.system-item:hover .system-item__pic i {
  animation: swing 0.8s ease-in-out infinite alternate;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.news-sec {
  margin-bottom: 60px;
}
.news-sec__container {
  display: flex;
  gap: 30px;
}
.news-sec__right {
  width: calc(55% - 30px);
}
.news-sec__left {
  width: calc(55% - 30px);
}
.news-sec .news-item--horizontal {
  border: 1px solid #0168AB;
  background-color: var(--secondary-color);
  border-radius: 20px;
  gap: 20px;
  margin-bottom: 30px;
  height: 145px;
  position: relative;
}
.news-sec .news-item--horizontal:last-child {
  margin-bottom: 0;
}
.news-sec .news-item--horizontal .news-item__title {
  transition: all 0.5s ease;
  position: relative;
}
.news-sec .news-item--horizontal .news-item__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #01c3f6;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.5s ease;
}
.news-sec .news-item--horizontal .news-item__pic {
  width: 225px;
  height: 145px;
  border-radius: 0 20px 20px 0;
}
.news-sec .news-item--horizontal .news-item__pic img {
  border-radius: 0 20px 20px 0;
}
.news-sec .news-item--horizontal .news-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0 20px 23px;
}
.news-sec .news-item--horizontal .news-item__lead {
  margin-bottom: 3px;
}
.news-sec .news-item--horizontal:hover .news-item__title {
  font-size: 17px;
}
.news-sec .news-item--horizontal:hover .news-item__title:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}
.news-sec .news-item--horizontal:hover .news-item__lead {
  color: #01c3f6;
}

.video-sec {
  margin-bottom: 60px;
}
.video-sec a {
  z-index: 300;
}
.video-sec__pic {
  position: relative;
  width: 100%;
  height: 550px;
  border-radius: 20px;
}
.video-sec__pic img {
  border-radius: 20px;
  border: 1px solid #8F8F8F;
}
.video-sec__pic video {
  border-radius: 20px;
  border: 1px solid #8F8F8F;
}
.video-sec .play-btn {
  width: 50px;
  height: 50px;
  background: none;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 250;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-sec .play-btn:after {
  content: "\e90b";
  font-family: niafam;
  font-size: 24px;
  color: #0168AB;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-70%);
  width: 22px;
  height: 24px;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.video-sec .play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #0168AB;
  top: -22%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}
@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(1, 104, 171, 0.75), 0px 0px 25px 10px rgba(1, 104, 171, 0.75);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.video-sec__poster {
  z-index: 200;
}

.gallery-sec {
  margin-bottom: 60px;
}
.gallery-sec__buttons {
  position: absolute;
  top: 0;
  display: flex;
  align-items: ce;
  gap: 20px;
z-index: 10;
}
.gallery-sec__buttons button {
  background-color: #DCDCDC;
  color: #949494;
  border-radius: 8px;
  padding: 7px 16px;
  position: relative;
  cursor: pointer;
}
.gallery-sec__buttons button.active {
  background-color: #0168AB;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.gallery-sec__buttons button.active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-image: url("../img/Polygon 1.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.gallery-sec__container {
  display: flex;
  gap: 56px;
}
.gallery-sec__left {
  width: 530px;
  flex-shrink: 0;
  height: 318px;
  background-color: var(--secondary-color);
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 10px;
  padding-inline-start: 30px;
}
.gallery-sec__left .section__header {
  margin-bottom: 20px;
}
.gallery-sec__left .section__title {
  margin-inline-start: -30px;
}
.gallery-sec__left .news-item__list {
  height: 220px;
}
.gallery-sec__right {
  flex-grow: 1;
  position: relative;
}
.gallery-sec__right .section {
  position: relative;
}
.gallery-sec__right .section__header {
  justify-content: flex-end;
}
.gallery-sec__right .news-item__list {
  display: flex;
  gap: 31px;
}
.gallery-sec .news-item--vertical {
  background-color: var(--secondary-color);
  border: 1px solid rgba(143, 143, 143, 0.3);
  border-radius: 20px;
  width: calc(36% - 31px);
}
.gallery-sec .news-item--vertical .news-item__pic {
  width: 100%;
  height: 160px;
  border-radius: 20px 20px 0 0;
}
.gallery-sec .news-item--vertical .news-item__pic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(46, 47, 156, 0.5) 0%, rgba(46, 47, 156, 0) 100%);
  z-index: 1;
}
.gallery-sec .news-item--vertical .news-item__pic img {
  border-radius: 20px 20px 0 0;
}
.gallery-sec .news-item--vertical .news-item__content {
  padding: 20px;
  text-align: center;
}
.gallery-sec .news-item--horizontal {
  margin-bottom: 20px;
  padding-inline-end: 10px;
  gap: 10px;
}
.gallery-sec .news-item--horizontal .news-item__pic {
  width: 150px;
  height: 100px;
  border-radius: 20px;
}
.gallery-sec .news-item--horizontal .news-item__pic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(46, 47, 156, 0.5) 0%, rgba(46, 47, 156, 0) 100%);
  z-index: 1;
}
.gallery-sec .news-item--horizontal .news-item__pic img {
  border-radius: 20px;
}
.gallery-sec .news-item--horizontal .news-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gallery-sec .news-item--horizontal:hover span {
  color: #01c3f6;
}
.gallery-sec .news-item--horizontal:hover i::before {
  color: #01c3f6;
}

.map-sec__container {
  display: flex;
}
.map-sec__right {
  flex-grow: 1;
}
.map-sec__left {
  width: 718px;
  height: 698px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: end;
}
.map-sec__slider {
  margin-bottom: 42px;
}
.map-sec__slider .news-item--vertical:hover span {
  color: #01c3f6 !important;
}
.map-sec__bottom {
  background-color: var(--secondary-color);
  border: 1px solid #E0E0E0;
  padding: 20px;
  height: 220px;
  border-radius: 10px;
  padding-inline-end: 12px;
}
.map-sec__list {
  height: 177px;
}
.map-sec .news-item__list {
height: 175px;
  display: flex;
  flex-wrap: wrap;
  gap:15px;
  align-items: flex-start;
}
.map-sec .news-item--vertical .news-item__pic {
  width: 682px;
  height: 358px;
  border-radius: 20px;
}
.map-sec .news-item--vertical .news-item__pic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(46, 47, 156, 0.5) 0%, rgba(46, 47, 156, 0) 100%);
  z-index: 1;
}
.map-sec .news-item--vertical .news-item__pic img {
  border-radius: 20px;
  border: 1px solid #8F8F8F;
}
.map-sec .news-item--vertical .news-item__content {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 35px;
  z-index: 2;
}
.map-sec .news-item--horizontal {
  width: calc(50% - 15px);
  gap: 15px;
}
.map-sec .news-item--horizontal .news-item__pic {
  width: 140px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.08);
}
.map-sec .news-item--horizontal .news-item__pic img {
  border-radius: 10px;
}
.map-sec .news-item--horizontal .news-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map-sec .news-item--horizontal:hover span {
  color: #01c3f6;
}
.map-sec .news-item--horizontal:hover i::before {
  color: #01c3f6;
}
.map-sec .flickity-page-dots {
  text-align: end;
  top: 35px;
  padding-inline-end: 35px;
}
.map-sec .os-scrollbar-handle {
  background-color: #296DAC !important;
}
.map-sec path:hover {
  fill: #0168AB;
}
.map-sec #_x3C_Path_x3E__13_:hover {
  pointer-events: none;
}
.map-sec #path3425 {
  pointer-events: none;
}
.map-sec #_x3C_Path_x3E__12_ {
  pointer-events: none;
}

.footer-sec {
  padding-top: 40px;
  margin-top: 100px;
  position: relative;
}
.footer-sec__poster {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: url("../img/Rectangle 1(1).png");
  z-index: 0;
}
.footer-sec::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: -9%;
  width: 100%;
  height: 220px;
  background-image: url("../img/Group 2120.png");
  z-index: 1;
}
.footer-sec::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: #012E71;
  opacity: 0.9;
}
.footer-sec__top {
  display: flex;
  gap: 58px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  justify-content: space-between;
}
.footer-sec__top::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 100%;
  width: 100%;
  height: 1px;
  transform: translate(0%, -50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.1) 100%);
}
.footer-sec__pic {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 49px;
}
.footer-sec__logo {
  position: relative;
  width: 68px;
  height: 69px;
}
.footer-sec__namad {
  position: relative;
  width: 63px;
  height: 69px;
}
.footer-sec__about {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-sec__about li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-sec__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-sec__social li {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: var(--secondary-color);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-sec__social li .tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #ffffff;
  color: #296dac;
  font-size: 12px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.footer-sec__social li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #01c3f6;
  transition: 0.5s;
  transform: scale(0.9);
  z-index: -1;
}
.footer-sec__social li i:before {
  transition: all 0.65s;
}
.footer-sec__social li:hover:before {
  transform: scale(1.2);
  box-shadow: 0 0 15px #01c3f6;
}
.footer-sec__social li:hover i:before {
  color: #01c3f6;
}
.footer-sec__social li:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.footer-sec__header {
  margin-bottom: 15px;
}
.footer-sec__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
  align-content: space-between;
}
.footer-sec__link li {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.footer-sec__link li span {
  transition: all 0.65s;
}
.footer-sec__link li i {
  font-size: 9px;
}
.footer-sec__link li i:before {
  transition: all 0.65s;
}
.footer-sec__link li:hover span {
  color: #e8cd06;
}
.footer-sec__link li:hover i::before {
  color: #e8cd06;
}
.footer-sec__col {
  width: 250px;
}
.footer-sec__col:nth-child(3) {
  width: 378px;
}
.footer-sec__col:nth-child(4) {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer-sec__copyRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.footer-sec__copyRight a:hover {
  color: #e8cd06;
}
.footer-sec__map {
  position: relative;
  width: 260px;
  height: 138px;
}
.footer-sec__map img {
  border-radius: 20px;
}
.footer-sec__container {
  padding-top: 80px;
  position: relative;
  z-index: 5;
}

.system__border__wrapper {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  right: -4px;
  top: -5px;
  border-radius: 15px;
  overflow: hidden;
  padding: 5px 6px;
}

.system__border__wrapper span:nth-child(1) {
  height: 5px;
  width: 0;
  left: 50%;
  top: 0;
}

.system__border__wrapper span {
  position: absolute;
  z-index: 0;
  background-color: #296DAC;
  transition: 0;
  transition-delay: 0s;
}

.system__border__wrapper span:nth-child(2n) {
  width: 128px;
  height: 128px;
  border-radius: 64px;
}

.system__border__wrapper span:nth-child(2) {
  right: 0;
  top: -128px;
}

.system__border__wrapper span:nth-child(3) {
  height: 0;
  width: 40px;
  right: 0;
  top: 0;
}

.system__border__wrapper span:nth-child(4) {
  right: -128px;
  bottom: 0;
}

.system__border__wrapper span:nth-child(5) {
  height: 40px;
  width: 0;
  right: 0;
  bottom: 0;
}

.system__border__wrapper span:nth-child(6) {
  left: 0;
  bottom: -128px;
}

.system__border__wrapper span:nth-child(7) {
  bottom: 0;
  height: 0;
  width: 6px;
  left: 0;
}

.system__border__wrapper span:nth-child(8) {
  left: -128px;
  top: 0;
}

.system__border__wrapper span:nth-child(9) {
  height: 40px;
  width: 0;
  left: 0;
  top: 0;
}

.tender-item.active:hover span:nth-child(1) {
  width: 50%;
}

.tender-item.active:hover span:nth-child(2) {
  transition: 0.3s;
  transition-delay: 0.1s;
  top: 0;
}

.tender-item.active:hover span:nth-child(3) {
  transition: 0.8s;
  transition-delay: 0.1s;
  height: 100%;
}

.tender-item.active:hover span:nth-child(4) {
  transition: 0.3s;
  transition-delay: 0.6s;
  right: 0;
}

.tender-item.active:hover span:nth-child(5) {
  transition: 0.7s;
  transition-delay: 0.6s;
  width: 100%;
}

.tender-item.active:hover span:nth-child(6) {
  transition: 0.3s;
  transition-delay: 1s;
  bottom: 0;
}

.tender-item.active:hover span:nth-child(7) {
  transition: 0.8s;
  transition-delay: 1.05s;
  height: 100%;
}

.tender-item.active:hover span:nth-child(8) {
  transition: 0.3s;
  transition-delay: 1.6s;
  left: 0;
}

.tender-item.active:hover span:nth-child(9) {
  transition: 0.5s;
  transition-delay: 1.6s;
  width: 50%;
}

.tender-item__inner {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  background-color: var(--secondary-color);
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}

.tender-item:hover .tender-item__inner {
  opacity: 1;
}

#newmenuOpener {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
}
#newmenuOpener:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "\e923";
  font-family: niafam;
  z-index: 1;
  font-size: 25px;
  color: #fff;
}

[dir=ltr] .section__title {
  border-radius: 0 50px 50px 0;
}

[dir=ltr] .section__archive .icon {
  order: 2;
}

[dir=ltr] .news-sec .news-item--horizontal .news-item__pic {
  border-radius: 20px 0 0 20px;
}

[dir=ltr] .news-sec .news-item--horizontal .news-item__pic img {
  border-radius: 20px 0 0 20px;
}

[dir=ltr] .news-sec .news-item--horizontal .news-item__content {
  padding: 20px 23px 20px 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1430px;
  }
}
@media (min-width: 1366px) and (max-width: 1400px) {
  .map-sec__left {
    width: 688px;
  }
  .system-item {
    width: 206px;
    height: 206px;
  }
  .header-sec__container {
    padding: 15px 40px;
  }
  .header-sec__menu {
    margin-top: -30px;
  }
  .header--bg .header__svg {
    bottom: 13px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1367.98px) {
  .header-sec__menu {
    padding: 18px 0;
  }
  .container {
    max-width: 1190px;
  }
  .system-sec {
    height: 340px;
  }
  .system-sec .carousel-cell {
    width: calc(25% - 40px);
  }
  .system-item {
    width: 195px;
    height: 195px;
  }
  .system-item__pic {
    width: 60px;
    height: 60px;
  }
  .system-item__pic i {
    font-size: 60px;
  }
  .tender-item__icon {
    width: 100px;
    height: 100px;
  }
  .tender-item__pic {
    width: 50px;
    height: 50px;
  }
  .tender-item__pic i {
    font-size: 50px;
  }
  .gallery-sec .news-item--vertical .news-item__pic {
    width: 100%;
    height: 120px;
  }
  .gallery-sec .news-item--vertical .news-item__content {
    padding: 20px 10px;
  }
  .gallery-sec__container {
    gap: 30px;
  }
  .gallery-sec__left {
    height: 270px;
  }
  .gallery-sec__left .news-item__list {
    height: 160px;
  }
  .map-sec .news-item--vertical .news-item__pic {
    width: 480px;
    height: 298px;
  }
  .map-sec__left {
    width: 678px;
  }
  .special-sec .news-item--vertical .news-item__pic {
    width: 100%;
  }
  .special-sec__right .carousel-cell {
    width: 100%;
  }
  .header-sec__container {
    padding: 15px 40px;
  }
  .header-sec__menu {
    margin-top: -10px;
    width: 90%;
  }
  .header-sec__logo {
    width: 235px;
    height: 58px;
  }
  .header-sec__rahbar {
    width: 91px;
    height: 60px;
  }
  .main-container--fixed .slider-sec {
    height: 166px;
  }
  .map-sec .news-item__list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .map-sec .news-item--horizontal {
    width: calc(100% - 15px);
  }
  .header--bg .header__svg {
    bottom: 7px !important;
  }
}
@media (max-width: 1199.98px) {
  .tender-sec .container {
    top: 50%;
  }
  .tender-item {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .tender-item__icon {
    width: 100px;
    height: 100px;
  }
  .tender-item__pic {
    width: 50px;
    height: 50px;
  }
  .tender-item__pic i {
    font-size: 50px;
  }
  .tender-sec {
    height: 230px;
  }
  .tender-sec .flickity-viewport {
    width: 100% !important;
    height: 220px !important;
  }
  .tender-sec .flickity-page-dots {
    text-align: center;
    top: 110%;
    padding-inline-end: 0;
  }
  .tender-sec:before {
    display: none;
  }
  .special-sec__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .special-sec .news-item--vertical .news-item__pic {
    width: 100%;
    height: 395px;
  }
  .special-sec__left {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .special-sec .character-carousel {
    width: 270px;
  }
  .special-sec__right {
    width: 100%;
  }
  .special-sec__right .carousel-cell {
    width: 100%;
  }
  .system-item {
    width: 195px;
    height: 195px;
  }
  .system-item__pic {
    width: 60px;
    height: 60px;
  }
  .system-item__pic i {
    font-size: 60px;
  }
  .system-sec .carousel-cell {
    width: calc(30% - 40px);
  }
  .footer-sec__map {
    width: 200px;
    height: 118px;
  }
  .news-sec .news-item--horizontal {
    height: 135px;
  }
  .news-sec .news-item--horizontal .news-item__pic {
    width: 195px;
    height: 135px;
  }
  .news-sec .news-item--horizontal .news-item__pic {
    padding: 15px 0 15px 23px;
  }
  .gallery-sec__right .news-item__list {
    gap: 20px;
  }
  .gallery-sec__left {
    width: 360px;
    height: 245px;
  }
  .gallery-sec__left .news-item__list {
    height: 140px;
  }
  .gallery-sec__container {
    gap: 25px;
  }
  .gallery-sec .news-item--vertical {
    width: calc(37% - 31px);
  }
  .gallery-sec .news-item--vertical .news-item__pic {
    width: 100%;
    height: 100px;
  }
  .gallery-sec .news-item--vertical .news-item__content {
    padding: 17px 8px;
  }
  .gallery-sec .news-item--horizontal .news-item__pic {
    width: 130px;
    height: 90px;
    border-radius: 20px;
  }
  .map-sec .news-item__list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .map-sec .news-item--horizontal {
    width: calc(100% - 15px);
  }
  .map-sec {
    position: relative;
    z-index: 5;
  }
  .map-sec__left {
    width: 438px;
    height: 468px;
  }
  .map-sec__right .carousel-cell {
    width: 100%;
  }
  .map-sec__container {
    align-items: center;
  }
  .map-sec .news-item--vertical .news-item__pic {
    width: 100%;
    height: 285px;
  }
  .header-sec__container {
    padding: 15px 40px;
  }
  .header-sec__menu {
    margin-top: -10px;
    width: 90%;
  }
  .header-sec__logo {
    width: 235px;
    height: 58px;
  }
  .header-sec__rahbar {
    width: 91px;
    height: 60px;
  }
  .main-container--fixed .slider-sec {
    height: 160px;
  }
  .footer-sec {
    margin-top: 40px;
  }
.header--bg .header__svg {
    bottom: 15px !important;
}
}
@media (max-width: 991.98px) {
  .header-sec .header__menu {
    justify-content: flex-start;
    margin-top: 40px;
  }
  .header--bg .header__svg {
    opacity: 1 !important;
    bottom: 31px !important;
  }
  .gallery-sec__left {
    width: 360px;
    height: 285px;
  }
  .gallery-sec__left .news-item__list {
    height: 182px;
  }
  .slider-sec__title span {
    font-size: 25px;
    -webkit-line-clamp: 2;
    text-align: center;
  }
  .main-container--fixed .slider-sec {
    height: 140px;
  }
  .header-sec__menu {
    margin-top: -30px;
  }
  .tender-sec {
    z-index: 5;
    padding: 0;
    padding-bottom: 60px;
  }
  .tender-sec .container {
    z-index: 15;
  }
  .tender-sec__wrapper {
    padding: 0;
  }
  .header-sec__menu {
    opacity: 1 !important;
    visibility: visible !important;
    background-color: transparent;
  }
  .header-sec__logo {
    width: 245px;
    height: 60px;
  }
  .header-sec__rahbar {
    width: 110px;
    height: 72px;
  }
  .header-sec__menu {
    width: 30%;
    left: 30%;
        margin-top: -60px;
  }
  .tender-item {
    width: calc(33.33% - 30px);
  }
  .tender-sec__wrapper {
    padding: 70px 0 0px;
  }
  .system-sec {
    margin-bottom: 0;
  }
  .system-sec:before {
    top: 40%;
    width: 100%;
    height: 70%;
  }
  .system-sec .carousel-cell {
    width: calc(33.33% - 40px);
  }
  .system-sec .flickity-prev-next-button.previous {
    left: -60px;
  }
  .system-sec .flickity-prev-next-button.next {
    /* inset-inline-start: 60px; */
    right: -60px;
  }
  .system-item {
    width: 100%;
    height: 163px;
    padding-top: 20px;
  }
  .news-sec {
    margin-top: -50px;
  }
  .news-sec__container {
    flex-direction: column;
  }
  .news-sec__right {
    width: 100%;
  }
  .news-sec__left {
    width: 100%;
  }
  .video-sec__pic {
    height: 440px;
  }
  .gallery-sec__container {
    flex-direction: column;
  }
  .gallery-sec .tab-content {
    height: 180px;
  }
  .gallery-sec__left {
    width: 100%;
  }
  .map-sec__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .map-sec__left {
    order: -1;
    height: 428px;
  }
  .map-sec__bottom {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
  }
  .map-sec__right {
    flex-grow: unset;
    width: 100%;
  }
  .map-sec .news-item--vertical .news-item__pic {
    width: 100%;
    height: 325px;
  }
  .footer-sec {
    margin-top: 60px;
  }
  .footer-sec:before {
    top: 0%;
    background-size: cover;
    background-position: center;
  }
  .footer-sec__col {
    width: 45% !important;
  }
  .footer-sec__top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .header--bg .header__svg {
    opacity: 1 !important;
    bottom: 40px !important;
  }
  .header-sec.header--fixed.header--bg .header-sec__left {
    opacity: 0;
  }
  .header-sec__menu {
    margin-top: -110px;
  }
  .header-sec__rahbar {
    display: none;
  }
  .header-sec__container {
    flex-direction: column;
  }
  .header-sec__left {
    justify-content: end;
  }
  .slider-sec__title {
    top: 70%;
  }
  .tender-item {
    width: calc(50% - 30px);
  }
  .special-sec__top {
    width: 45%;
  }
  .special-sec .character-item__pic {
    width: 100%;
  }
  .special-sec .character-carousel {
    width: 100%;
  }
  .special-sec .character-carousel .carousel-cell {
    width: 100%;
  }
  .special-sec .poster-item {
    width: 45%;
  }
  .special-sec .poster-item__pic {
    width: 100%;
  }
  .system-sec .carousel-cell {
    width: calc(50% - 40px);
  }
  .system-item {
    height: 185px;
  }
  .video-sec__pic {
    height: 330px;
  }
  .map-sec .news-item__list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .map-sec .news-item--horizontal {
    width: calc(100% - 15px);
  }
}
@media (max-width: 575.98px) {
  .header-sec__more i {
    display: flex;
  }
  .special-sec .news-item--vertical .news-item__pic {
    width: 100%;
    height: 225px;
  }
  .special-sec .news-item--vertical .news-item__content .news-item__date {
    display: none;
  }
  .special-sec .news-item--vertical .news-item__content {
    bottom: -10px;
  }
  .special-sec .character-item__pic {
    width: 270px;
  }
  .special-sec .poster-item__pic {
    width: 270px;
  }
  .tender-sec .flickity-viewport {
    width: 100% !important;
    height: 240px !important;
  }
  .header--bg .header__svg {
    opacity: 1 !important;
    bottom: 20px !important;
  }
  .main-container--fixed .slider-sec {
    height: 160px;
  }
  .wrapper {
    padding-top: 95vh;
  }
  .tender-sec__wrapper {
    padding: 0px 0 0px;
  }
  .tender-sec {
    margin-top: -20px;
  }
  .accessibility__btn {
    top: calc(50% - 20px);
  }
  .slider-sec {
    height: 85vh;
  }
  .slider-sec__cell {
    height: 85vh;
  }
  .slider-sec__pic {
    height: 85vh;
  }
  .header-sec__menu {
    margin-top: -80px;
  }
  .header-sec__logo {
    width: 265px;
    height: 68px;
    margin-top: 5px;
  }
  .header-sec__links span {
    font-size: 23px;
  }
  .system__border__wrapper {
    display: none;
  }
  .slider-sec__title {
    top: 75%;
    width: 90%;
  }
  .newmenu__box__wrapper {
    width: 240px;
  }
  .header-sec__rahbar {
    display: none;
  }
  .header-sec__access {
    justify-content: end;
    align-items: end;
  }
  .header-sec .header__menu {
    margin-top: 20px;
    margin-inline-start: -20px;
  }
  .special-sec__left {
    flex-direction: column;
  }
  .special-sec__top {
    width: 82%;
  }
  .special-sec .poster-item {
    width: 82%;
  }
  .system-sec .system-item {
    border-radius: 15px;
    height: 165px;
  }
  .system-sec .carousel-cell {
    width: calc(50% - 15px);
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .map-sec__container .section__header {
    position: absolute;
    top: 50px;
    width: 100%;
  }
  .map-sec__container {
    position: relative;
  }
  .system-sec .flickity-prev-next-button.previous {
    left: -20px;
  }
  .system-sec .flickity-prev-next-button.next {
    right: -20px;
  }
  .news-sec .news-item--horizontal .news-item__pic {
    width: 125px;
    height: 85px;
  }
  .news-sec .news-item--horizontal {
    height: 85px;
  }
  .news-sec .news-item--horizontal .news-item__title {
    -webkit-line-clamp: 2;
  }
  .news-sec .news-item--horizontal .news-item__lead {
    display: none !important;
  }
  .video-sec__pic {
    height: 200px;
  }
  .gallery-sec .news-item--vertical {
    width: calc(100% - 31px);
  }
  .gallery-sec .news-item--vertical .news-item__pic {
    height: 150px;
  }
  .gallery-sec__right .news-item__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .gallery-sec .tab-content {
    height: 760px;
  }
  .map-sec__left {
    width: 318px;
  }
  .gallery-sec {
    margin-bottom: 0;
  }
  .map-sec .news-item--vertical .news-item__pic {
    height: 255px;
  }
  .map-sec .news-item--vertical .news-item__content {
    bottom: 5px;
  }
  .footer-sec__copyRight {
    flex-direction: column;
  }
  .header-sec__container {
    padding: 5px 10px;
  }
  .footer-sec {
    text-align: center;
  }
  .footer-sec__col {
    width: 100% !important;
  }
  .footer-sec__col:nth-child(4) {
    justify-content: center;
    align-items: center;
  }
  .footer-sec__col li {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .footer-sec__social li {
    width: 30px !important;
  }
}
@media (min-width: 320px) and (max-width: 460px) {
  .tender-item {
    width: calc(100% - 30px);
  }
}/*# sourceMappingURL=main.css.map */