body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-family: "e-Ukraine", sans-serif;
  display: flex;
  flex-direction: column;
}
body * {
  box-sizing: border-box;
}
body button {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
body a {
  display: inline-block;
  text-decoration: none;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body img {
  display: block;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5 {
  margin: 0;
}

.backdrop {
  max-width: 1920px;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

.header-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  /* background: linear-gradient(168deg, #9ed6cc 0%, #88bacc 100%); */
  max-height: unset;
  overflow: unset;
  position: relative;
  height: auto;
  padding: 40px 0 16px 0;
  overflow: hidden;
}
.header .header-bg{
  position: absolute;
  top: -150px;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:-100;
}

.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 300px;
}
.header .logo__link {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.header_logo-text {
  text-transform: uppercase;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  width: 250px;
}
.header__socials {
  display: flex;
  gap: 8px;
  align-items: center;
}
.header__socials-icon {
  width: 48px;
  height: 48px;
}

.header__menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .nav-menu__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header .nav-menu__button {
  position: relative !important;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: -0.05rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

/* .header .nav-menu__button::before {
  content: url(/assets/image/images-redesign/arrow-down.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
} */
.header .nav-menu__options {
  display: flex;
  gap: 20px;
}
.header .full-menu {
  position: absolute;
  background: #fff;
  overflow: hidden;
  display: none;
  right: 0;
  left: 0;
  top: 0;
  z-index: 11;
  opacity: 0;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0, 0, 0.16, 0.96) 0s, opacity 0.35s cubic-bezier(0, 0, 0.16, 0.96) 0s;
}
.header .full-menu.open {
  transform: translateY(0);
  opacity: 1;
}
.header .full-menu__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header .full-menu__button {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}
.logo__link-img{
  height: 100%;
  object-fit: contain;
}
.logo__link-line{
  height: 100%;
  object-fit: contain;
  padding: 5px 0;
}


.icon {
  display: block;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon--diia {
  background-image: url(https://poda.gov.ua/images/diia-icon.svg);
}
.icon--trident {
  background-image: url(https://poda.gov.ua/images/trident.svg);
}
.icon--flag {
  background-image: url(/assets/image/images-redesign/ukrainian_flag.svg);
  width: 30px;
  height: 30px;
}
.icon--open {
  background-image: url(/assets/image/images-redesign/burger-menu.svg);
  width: 40px;
  height: 40px;
}
.icon--close {
  background-image: url(/assets/image/images-redesign/close.svg);
  width: 40px;
  height: 40px;
}

.new-site__container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f5f7;
  padding: 12px 16px;
}
.new-site__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-left: 15px;
}

.updates {
  padding:80px 0;
}
.updates__item {
  padding: 15px;
  position: relative;
}
.updates__item-text {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  line-height: 1.1;
}
.updates__item-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 15px;
}
.updates__item-info {
  display: flex;
  gap: 15px;
}
.updates__item-info-article {
  padding: 15px;
  width: 100%;
  background-color: #f1f5f7;
}
.updates__item-info-article-title {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 7px;
}
.updates__item-info-article-count {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 7px;
}
.updates__item-info-article-text {
  font-size: 15px;
  line-height: 1.2;
}

.sections {
  margin-bottom: 70px;
}
.sections__title {
  margin-bottom: 48px;
}
.sections__card{
  display: flex;
  position: relative;
  height: 500px;
  overflow: hidden;
  transition: .5s;
  cursor: pointer;
  margin-bottom: 30px;
}
.sections__card-link{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sections__card:hover .sections__card-img{
  transform: scale(1.1,1.1);
  transition: .5s;
}
.sections__card-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: .5s;
  object-fit: cover;
  filter: brightness(.6);
}
.sections__card-info{
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 15px;
}
.sections__card-title{
  font-size: 1.5rem;
}
.sections__card-desc{
  color: #c9c9c9;
  font-size: .8rem;
}

.services {
  position: relative;
  margin-bottom: 70px;
}
.services__title {
  margin-bottom: 48px;
}
.services__link {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  color: black;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.services__link span {
  margin-right: 12px;
  font-size: 18px;
}
.services__link::after {
  content: url(/assets/image/images-redesign/right-arrow.svg);
  width: 21px;
  height: 20px;
}
.services__button-wrapper {
  display: flex;
  margin-bottom: 48px;
}
.services__button {
  padding-bottom: 15px;
  background-color: transparent;
  width: 50%;
  color: #ccc;
  font-size: 24px;
  line-height: 1.2;
  border: none;
  background: none;
  border-bottom: 1px solid #ccc;
  transition: all ease-in 300ms;
}
.services__button.active {
  color: #000;
  border-bottom: 2px solid #000;
  transition: opacity ease-in 300ms;
}
.services__list {
  display: flex;
  gap: 20px;
}
.services__list-wrapper {
  position: relative;
}
.services .list-content.open {
  display: flex;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0%;
  transition: all ease-in-out 400ms;
}
.services .list-content {
  display: flex;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  transition: all ease-in-out 400ms;
}
.services__item {
  width: calc((100% - 60px) / 4);
  margin-right: 40px;
}
.services__item-icon{
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  background-size: contain;
}
.services__item-title {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
}
.services__item-desc{
  color: #808080;
  font-weight: 400;
  font-size: .8rem;
  margin-bottom: 16px;
}
.services__item-category {
  font-size: .8rem;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 50px;
  background: #f7f7f7;
  margin-right: 10px;
}

.geoinform {
  background-image: url(/assets/image/home-img/main-bg-goals.jpg);
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 70px;
}
.geoinform__title {
  color: white;
  margin-bottom: 48px;
  backdrop-filter: blur(10px);
  display: inline-block;

}
.geoinform__item {
  padding: 30px;
  background-color: white;
  margin-bottom: 30px;
  position: relative;
}
.geoinform__item-title {
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 15px;
}
.geoinform__item-desc{
  color: #6b6a6a;
  font-size: 0.8rem;
}
.geoinform__item-link{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.geoinform__img {
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
}
.geoinform__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.questions {
  background-color:rgba(164, 231, 248, 0.2274509804);
  padding: 80px 0;
}
.questions__border-bottom{
  height: 2px;
  width: 100%;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgba(236,105,106,0.6839110644257703) 0%, rgba(76,193,82,0.5718662464985995) 44%, rgba(91,117,231,0.48783263305322133) 87%, rgba(65,85,170,0.700717787114846) 100%);
}
.questions__title {
  margin-bottom: 48px;
}
.questions__content-wrapper {
  display: flex;
  gap: 20px;
}
.questions__content {
  width: calc((100% - 20px) / 2);
}
.questions__content-title {
  padding-bottom: 10px;
}
.questions__content-item {
  font-size: 18px;
  margin-top: 15px;
}




@media screen and (max-width: 480px) {
  .container-fluid {
    max-width: 736px;
  }
  .header-container {
    max-width: 736px;
  }
  .logo-mobile-text {
    font-size: 14px !important;
    width: 150px !important;
  }
  .logo-mobile__image {
    margin-right: 5px;
  }
  .logo__link img{
  width: 35px;
}
  .nav-menu__options-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    filter: invert(1);
  }
  .updates {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .updates__item {
    padding: 10px;
  }
  .updates__item-text {
    right: -5px;
    font-size: 10px;
  }
  .updates__item-title {
    font-size: 14px;
  }
  .updates__item-info {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .updates__item-info-article-title {
    text-transform: uppercase;
    font-size: 12px;
  }
  .updates__item-info-article-count {
    font-size: 24px;
  }
  .updates__item-info-article-text {
    font-size: 12px;
    line-height: 1.2;
  }
  .title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .sections {
    margin-bottom: 30px;
  }
  .sections__title {
    margin-bottom: 20px;
  }
  .sections__list {
    display: flex;
    flex-wrap: wrap;
  }
  .sections__list-item {
    width: 100%;
    height: 300px;
  }
  .sections__list-item-content {
    bottom: 0px;
  }
  .sections__list-item-title {
    font-size: 18px;
  }
  .sections__list-item-text {
    font-size: 14px;
  }
  .services {
    margin-bottom: 30px;
  }
  .services__title {
    margin-bottom: 48px;
  }
  .services__link {
    top: 40px !important;
    right: 10px !important;
    color: black;
    margin-right: 10px;
  }
  .services__link span {
    margin-right: 12px;
    font-size: 16px;
  }
  .services__link::after {
    content: url(/assets/image/images-redesign/right-arrow.svg);
    width: 15px;
    height: 12px;
  }
  .services__button-wrapper {
    margin-bottom: 20px;
  }
  .services__button {
    font-size: 18x;
  }
  .services__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  .services__item {
    width: 100%;
  }
  .services__item-title {
    font-size: 14px;
  }
  .services__item-text {
    font-size: 12px;
  }
  .services__item-category {
    font-size: 12px;
  }
  .geoinform {
    padding: 18px;
    margin-bottom: 30px;
  }
  .geoinform__title {
    margin-bottom: 20px;
  }
  .geoinform__item {
    padding: 10px;
    width: 90%;
  }
  .geoinform__item-title {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .geoinform__item-text {
    font-size: 10px;
  }
  .geoinform__img {
    width: 20px;
  }
  .questions {
    margin-bottom: 20px;
    padding: 10px;
  }
  .questions__title {
    margin-bottom: 20px;
  }
  .questions__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
  }
  .questions__content {
    width: 100%;
  }
  .questions__content-title {
    margin-bottom: 20px;
  }
  .questions__content-item {
    font-size: 16px;
  }
  .banners {
    margin-bottom: 20px;
  }
  .banners__top {
    display: flex;
    flex-direction: column;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .logo__link {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer_logo-text {
    font-size: 16px;
    width: 200px;
  }
  .footer__top {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__top-info {
    max-width: 100%;
  }
  .footer__top-info-description {
    margin-top: 10px;
    max-width: 100%;
    font-size: 16x;
    margin-bottom: 20px;
  }
  .footer__top-nav {
    width: 100%;
  }
  .footer__top {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .footer__top-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  .footer__top-nav-item {
    text-align: center;
  }
  .footer .nav-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer .nav-list-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
    max-height: fit-content;
  }
  .footer .nav-item-inner {
    font-size: 14px;
    color: #a0a0a0;
    margin-right: auto;
    margin-bottom: 6px;
    width: 100%;
  }
  .footer__bottom {
    padding-top: 35px;
  }
  .footer__technical-info {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer__license {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    gap: 10px;
  }
  .footer__license-title {
    color: #808080;
    font-size: 16px;
  }
  .footer__license-text {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
  }
  .footer__created {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__created-title {
    color: #808080;
    text-align: center;
  }
  .footer__created-image {
    width: 150px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .logo-mobile-text {
    font-size: 18px !important;
    width: 200px !important;
  }
  .logo-mobile__image {
    margin-right: 7px;
  }  .logo__link img{
  width: 50px;
}
  .full-menu.open {
    transform: translateY(6px);
    opacity: 1;
  }
  .nav-menu__options-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .updates {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .updates__item {
    padding: 10px;
  }
  .updates__item-text {
    right: -5px;
    font-size: 14px;
  }
  .updates__item-title {
    font-size: 18px;
  }
  .updates__item-info {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .updates__item-info-article-title {
    text-transform: uppercase;
    font-size: 14px;
  }
  .updates__item-info-article-count {
    font-size: 26px;
  }
  .updates__item-info-article-text {
    font-size: 14px;
    line-height: 1.2;
  }
  .title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .sections {
    margin-bottom: 30px;
  }
  .sections__title {
    margin-bottom: 20px;
  }
  .sections__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15;
  }
  .sections__list-item {
    width: calc((100% - 15px) / 2);
    height: 300px;
  }
  .sections__list-item-content {
    bottom: 0px;
  }
  .sections__list-item-title {
    font-size: 18px;
  }
  .sections__list-item-text {
    font-size: 14px;
  }
  .services {
    margin-bottom: 30px;
  }
  .services__title {
    margin-bottom: 48px;
  }
  .services__link {
    top: 40px !important;
    right: 10px !important;
    color: black;
    margin-right: 10px;
  }
  .services__link span {
    margin-right: 12px;
    font-size: 16px;
  }
  .services__link::after {
    content: url(/assets/image/images-redesign/right-arrow.svg);
    width: 15px;
    height: 12px;
  }
  .services__button-wrapper {
    margin-bottom: 20px;
  }
  .services__button {
    font-size: 18x;
  }
  .services__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .services__item {
    width: calc((100% - 15px) / 2);
  }
  .services__item-title {
    font-size: 14px;
  }
  .services__item-text {
    font-size: 12px;
  }
  .services__item-category {
    font-size: 12px;
  }
  .geoinform {
    padding: 18px;
    margin-bottom: 30px;
  }
  .geoinform__title {
    margin-bottom: 20px;
  }
  .geoinform__item {
    padding: 10px;
    width: 70%;
  }
  .geoinform__item-title {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .geoinform__item-text {
    font-size: 10px;
  }
  .geoinform__img {
    width: 20px;
  }
  .questions {
    margin-bottom: 20px;
    padding: 10px;
  }
  .questions__title {
    margin-bottom: 20px;
  }
  .questions__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
  }
  .questions__content {
    width: calc((100% - 20px) / 2);
  }
  .questions__content-title {
    margin-bottom: 20px;
  }
  .questions__content-item {
    font-size: 16px;
  }
  .banners {
    margin-bottom: 20px;
  }
  .banners__top {
    display: flex;
    flex-direction: column;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .logo__link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .footer_logo-text {
    font-size: 16px;
    width: 300px;
  }
  .footer_logo-image {
    width: 25px;
  }
  .footer__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer__top-info {
    max-width: 100%;
  }
  .footer__top-info-description {
    margin-top: 10px;
    max-width: 80%;
    font-size: 16x;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__top-nav {
    width: 100%;
  }
  .footer__top {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .footer__top-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  .footer__top-nav-item {
    text-align: center;
  }
  .footer .nav-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer .nav-list-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
    max-height: fit-content;
  }
  .footer .nav-item-inner {
    font-size: 14px;
    color: #a0a0a0;
    margin-right: auto;
    margin-bottom: 6px;
    width: 100%;
  }
  .footer__bottom {
    padding-top: 35px;
  }
  .footer__technical-info {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer__license {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    gap: 10px;
  }
  .footer__license-title {
    color: #808080;
    font-size: 16px;
  }
  .footer__license-text {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
  }
  .footer__created {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__created-title {
    color: #808080;
    text-align: center;
  }
  .footer__created-image {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .container-fluid {
    max-width: 736px;
  }
  .full-menu.open {
    transform: translateY(32px) !important;
    opacity: 1;
  }
  .nav-menu__options-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    filter: invert(1);
  }
  .footer .logo__link {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer_logo-text {
    text-transform: uppercase;
    color: #fff;
    font-size:1.5rem;
    line-height: 1.2;
    font-weight: 500;

  }
  .footer_logo-image {
    height: 90px;

  }
  .footer_logo-line{
    margin:  0 10px;
    padding: 5px 0;
  }
  .footer__top-info {
    max-width: 350px;
  }
  .footer__top-info-description {
    margin-top: 20px;
    max-width: 380px;
    font-size: 16x;
    color: #a0a0a0;
  }
  .footer__top-nav {
    width: 50%;
  }
  .footer__top-nav-list {
    display: flex;
    gap: 20px;
    justify-content: space-around;
  }
  .footer .nav-list-inner {
    max-height: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid {
    max-width: 1296px;
  }
  .nav-list-inner {
    max-height: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .header__menu-inner {
    display: none;
  }
  .header__top {
    display: none;
  }
  .header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo-mobile__link {
    display: flex;
    gap: 5px;
  }
  .logo-mobile__link .logo-mobile-text {
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    width: 300px;
  }
  .full-menu.open {
    display: flex;
    height: calc(100vh - 88px);
    overflow: auto;
    top: 88px;
    padding: 16px 0 50px;
    transform: none;
  }
}
@media screen and (min-width: 1201px) {
  .header-mobile {
    display: none;
  }
  .header-container{
    max-width: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .container-fluid {
    max-width: 1752px;
  }
  .header-container{
    max-width: 1752px;
  }
}

/*# sourceMappingURL=styles.css.map */
