/* Logo */
.logo {
  display: block;
  width: 175px;
  height: 50px;
}
.logo-image {
  display: block;
  width: 175px;
  height: 50px;
}

@media only screen and (min-width: 825px) {
  .logo-container {
    margin-left: 15px;
  }
  .logo {
    width: 210px;
    height: 60px;
  }
  .logo-image {
    width: 210px;
    height: 60px;
  }
}

@media only screen and (min-width: 1250px) {
  .logo-container {
    margin-left: 20px;
  }
}





/* Nav Toggler */
.nav-toggler {
  background-color: var(--color--blue);
  border: none;
  cursor: pointer;
  display: flex;
  height: 42px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: all .3s ease-in-out;
  width: 42px
}
.nav-toggler span {
  background-color: var(--color--white);
  display: block;
  height: 2px;
  left: 13px;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: .3s ease-in-out;
  width: 16px
}
.nav-toggler span:first-child {
  top: 15px
}
.nav-toggler span:nth-child(2) {
  top: 20px
}
.nav-toggler span:nth-child(3) {
  top: 25px
}
.state--nav-open .nav-toggler span:first-child {
  top: 20px;
  transform: rotate(135deg)
}
.state--nav-open .nav-toggler span:nth-child(2) {
  left: -50px;
  opacity: 0
}
.state--nav-open .nav-toggler span:nth-child(3) {
  top: 20px;
  transform: rotate(-135deg)
}

@media only screen and (min-width: 825px) {
  .nav-toggler {
    display: none;
  }
}





/* Link With Icon */
.lwi {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}
.lwi.lwi--white {
  color: var(--color--white);
}
.lwi.lwi--white:hover {
  color: var(--color--siren);
}
.lwi__icon {
  width: 27px;
  height: 27px;
}
.lwi svg {
  width: 27px;
  height: 27px;
  stroke: var(--color--shaft);
}
.lwi.lwi--white svg {
  stroke: var(--color--white);
}
.lwi__text {
  margin-left: 6px;
}





/* Kyiv */
.kyiv {
  height: 345px;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kyiv-card {
  padding: 40px 20px;
  width: 100%;
  border-bottom: 6px solid var(--color--blue);
}
.kyiv-list {
  position: relative;
  overflow: hidden;
  transition: height .4s ease-in-out;
}
.kyiv-list.active-1 {
  height: 90px;
}
.kyiv-list.active-2 {
  height: 90px;
}
.kyiv-list.active-3 {
  height: 60px;
}
.kyiv-list.active-4 {
  height: 120px;
}
.kyiv-list.active-5 {
  height: 90px;
}
.kyiv-list__item {
  position: absolute;
  top: 0;
  left: -1000px;
  width: 100%;
  opacity: 0;
  transition: all .5s ease;
}
.kyiv-list__item.active {
  left: 0;
  opacity: 1;
}

@media only screen and (min-width: 400px) {
  .kyiv-list.active-1 {
    height: 60px;
  }
  .kyiv-list.active-2 {
    height: 90px;
  }
  .kyiv-list.active-3 {
    height: 60px;
  }
  .kyiv-list.active-4 {
    height: 90px;
  }
  .kyiv-list.active-5 {
    height: 90px;
  }
}

@media only screen and (min-width: 500px) {
  .kyiv-list.active-1 {
    height: 60px;
  }
  .kyiv-list.active-2 {
    height: 60px;
  }
  .kyiv-list.active-3 {
    height: 60px;
  }
  .kyiv-list.active-4 {
    height: 90px;
  }
  .kyiv-list.active-5 {
    height: 60px;
  }
}

@media only screen and (min-width: 630px) {
  .kyiv-list.active-1 {
    height: 32px;
  }
  .kyiv-list.active-2 {
    height: 32px;
  }
  .kyiv-list.active-3 {
    height: 32px;
  }
  .kyiv-list.active-4 {
    height: 60px;
  }
  .kyiv-list.active-5 {
    height: 32px;
  }
}

@media only screen and (min-width: 825px) {
  .kyiv {
    height: 520px;
  }
  .kyiv-list.active-1 {
    height: 60px;
  }
  .kyiv-list.active-2 {
    height: 90px;
  }
  .kyiv-list.active-3 {
    height: 60px;
  }
  .kyiv-list.active-4 {
    height: 90px;
  }
  .kyiv-list.active-5 {
    height: 90px;
  }
}

@media only screen and (min-width: 1050px) {
  .kyiv-list.active-1 {
    height: 60px;
  }
  .kyiv-list.active-2 {
    height: 60px;
  }
  .kyiv-list.active-3 {
    height: 60px;
  }
  .kyiv-list.active-4 {
    height: 60px;
  }
  .kyiv-list.active-5 {
    height: 60px;
  }
}

@media only screen and (min-width: 1250px) {
  .kyiv {
    height: 600px;
  }
  .kyiv-list.active-1 {
    height: 66px;
  }
  .kyiv-list.active-2 {
    height: 66px;
  }
  .kyiv-list.active-3 {
    height: 36px;
  }
  .kyiv-list.active-4 {
    height: 66px;
  }
  .kyiv-list.active-5 {
    height: 66px;
  }
}

@media only screen and (min-width: 1400px) {
  .kyiv-list.active-1 {
    height: 36px;
  }
  .kyiv-list.active-2 {
    height: 36px;
  }
  .kyiv-list.active-3 {
    height: 36px;
  }
  .kyiv-list.active-4 {
    height: 66px;
  }
  .kyiv-list.active-5 {
    height: 36px;
  }
}





/* Logo Label */
.logo-label {
  width: 126px;
  height: 36px;
}
.logo-label-big {
  width: 158px;
  height: 45px;
}





/* Button */
.button {
  display: inline-flex;
  padding: 11px 32px;
  background-color: var(--color--blue);
  border: 2px solid var(--color--blue);
  color: var(--color--white);
  font-weight: 600;
  transition: all .3s ease-in-out;
}
.button.button--small {
  padding: 5px 19px;
  font-size: 0.92em;
}
.button:hover {
  background-color: var(--color--siren);
  color: var(--color--white);
  border-color: var(--color--siren);
}
.button.button--white {
  background-color: var(--color--white);
  color: var(--color--shark);
}
.button.button--white:hover {
  background-color: var(--color--lilac-dark);
  color: var(--color--shark);
  border-color: var(--color--blue);
}





/* Simple Call To Action Card */
.simple-cta-card {
  display: flex;
  align-items: center;
  padding: 20px 25px 20px 20px;
  border: 1px solid var(--color--gray);
  border-bottom: 3px solid var(--color--blue);
  background-color: var(--color--white);
  transition: all .3s ease-in-out;
}
.simple-cta-card--link {
  position: relative;
  overflow: hidden;
}
.simple-cta-card--link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  background-image: url(/assets/svg/right-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .3s ease-in-out;

}
.simple-cta-card--link:hover {
  background-color: var(--color--blue);
  border-color: var(--color--blue);
  border-bottom: 3px solid var(--color--siren);
  color: var(--color--white);
}
.simple-cta-card--link:hover::after {
  right: 5px;
}
.simple-cta-card--link h3 {
  transition: all .3s ease-in-out;
}
.simple-cta-card--link:hover h3 {
  color: var(--color--white);
}





/* Simple Call To Action Card */
.simple-card {
  padding: 40px 20px;
}

@media only screen and (max-width: 824px) {
  .grid-three-bordered__item:first-child .simple-card {
    padding-top: 0;
  }
  .grid-three-bordered__item:last-child .simple-card {
    padding-bottom: 0;
  }
}





/* Nav Board */
.nav-board {
  padding: 20px;
  border: 1px solid var(--color--gray);
}
.nav-board__item {
  margin-bottom: 5px;
}
.nav-board__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 825px) {
  .nav-board {
    display: inline-flex;
  }
  .nav-board__item {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .nav-board__item:last-child {
    margin-right: 0;
  }
}





/* Lee Link */
.lee-link {
  display: inline-block;
  padding: 0 5px;
  color: var(--color--shark);
  font-weight: 600;
  transition: all .3s ease-in-out;
}
.lee-link:hover {
  background-color: var(--color--lilac-dark);
}
.lee-link.active {
  background-color: var(--color--blue);
  color: var(--color--white);
}





/* Inline List */
.inline-list {
  display: inline-flex;
}
.inline-list__item {
  margin-right: 8px;
}
.inline-list__item:last-child {
  margin-right: 0;
}





/* Vertical List */
.vertical-list__item {
  margin-bottom: 6px;
}
.vertical-list__item:last-child {
  margin-bottom: 0;
}





/* List */
.list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color--blue);
  color: var(--color--green);
}

@media only screen and (min-width: 825px) {
  .list li {
    padding-left: 20px;
  }
  .list li::before {
    top: 11px;
  }
}

@media only screen and (min-width: 1250px) {
  .list li {
    padding-left: 22px;
  }
}





/* Content Icon */
.content-icon svg {
  width: 30px;
  height: 30px;
}






/* Zp Banner */
.zp-banner__aside {
  padding: 60px 40px;
}
.zp-banner__main {
  padding: 40px 20px;
  background-color: var(--color--blue);
}

@media only screen and (min-width: 425px) {
  .zp-banner__aside {
    padding: 80px 40px;
  }
  .zp-banner__main {
    padding: 40px;
  }
}

@media only screen and (min-width: 825px) {
  .zp-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .zp-banner__aside,
  .zp-banner__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}





/* Dnopro */
.dnipro__content {
  padding: 40px 20px;
  border: 1px solid var(--color--gray);
  border-bottom: none;
}
.dnipro__map {
  overflow: hidden;
  /* padding-bottom: 130%; */
  position: relative;
  height: 0;
  /* border: 1px solid var(--color--gray); */
  border-bottom: 6px solid var(--color--blue);
}
.dnipro__map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media only screen and (min-width: 425px) {
  .dnipro__content {
    padding: 40px;
  }
}

@media only screen and (min-width: 500px) {
  .dnipro__content .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /* .dnipro__map {
    padding-bottom: 80%;
  } */
}

@media only screen and (min-width: 825px) {
  .dnipro__content .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* .dnipro__map {
    padding-bottom:56.25%;
  } */
}

@media only screen and (min-width: 1024px) {
  .dnipro__content .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}





/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.breadcrumbs__item::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background-image: url(/assets/svg/right-black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumbs__item:first-child::before {
  display: none;
}

@media only screen and (min-width: 600px) {
  .breadcrumbs {
    flex-direction: row;
  }
  .breadcrumbs__item {
    margin-left: 6px;
  }
  .breadcrumbs__item:first-child {
    margin-left: 0;
  }
}






/* FW Image */
.fw-image {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.fw-image img {
  display: block;
  width: 100%;
}





/* Link White */
.link-white {
  color: var(--color--white);
}
.link-white:hover {
  color: var(--color--siren);
}





/* Form */
.form {
  padding: 40px 20px;
  border: 1px solid var(--color--gray);
  border-bottom: 6px solid var(--color--blue);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.form-row {
  margin-bottom: 20px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-label {
  display: block;
  font-weight: 600;
  font-size: 0.91em;
}
.form-alert {
  display: block;
  font-weight: 600;
  font-size: 0.91em;
  color: red;
}
.form-input {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--color--gray);
  transition: all .3s ease-in-out;
}
.form-input:focus {
  outline: none;
  border-color: var(--color--blue);
}
.form-input--textarea {
  max-width: 100%;
  min-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}
.form-info {
  font-weight: 600;
  font-size: 1.27em;
}