@font-face {
  font-family: 'e-Ukraine';
  src: url("e-Ukraine-Regular.woff") format("woff"), url("e-Ukraine-Regular.woff2") format("woff2");
}

body.is-over #header .diya .logo, body.is-over #header .diya #ot-slogan {
  -webkit-animation: none;
          animation: none;
}

@media screen and (max-width: 650px) {
  .is-over #header .diya {
    display: none;
  }
}

.diya__popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@media screen and (max-width: 650px) {
  .diya__popup {
    overflow: hidden;
  }
}

.diya__popup_open {
  display: block;
}

.diya__popup__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.diya__popup__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.diya__popup__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 650px) {
  .diya__popup__bg {
    background: #CED6F8;
  }
}

.diya__popup__close {
  width: 2.73vh;
  height: 2.73vh;
  position: absolute;
  right: 4.39vh;
  top: 4.39vh;
  background: url(close.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .diya__popup__close {
    right: 45px;
    top: 45px;
    width: 28px;
    height: 28px;
  }
}

.diya__popup__close_mb {
  display: none;
}

@media screen and (max-width: 1023px) {
  .diya__popup__close_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
}

.diya__popup__close_mb .diya__popup__close {
  right: 0;
}

@media screen and (max-width: 1023px) {
  .diya__popup__close_desc {
    display: none;
  }
}

.diya__popup__wrapper {
  background: #CED6F8;
  padding: 6.74vh 4.88vh 6vh 7.03vh;
  position: relative;
  max-width: 64.26vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.46vh;
  height: auto;
}

@media screen and (max-width: 650px) {
  .diya__popup__wrapper {
    padding: 3vh;
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1600px) {
  .diya__popup__wrapper {
    border-radius: 15px;
    height: 900px;
    max-width: 658px;
    padding: 69px 50px 63px 72px;
  }
}

.diya__popup__img {
  height: 10.8vh;
  width: auto;
  margin-bottom: 5.2vh;
}

@media screen and (min-width: 1600px) {
  .diya__popup__img {
    margin-bottom: 53px;
    height: 111px;
  }
}

.diya__popup__img_k {
  margin-left: 1.66vh;
}

@media screen and (min-width: 1600px) {
  .diya__popup__img_k {
    margin-left: 17px;
  }
}

.diya__popup__btn {
  width: 100%;
  height: 9.2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  min-height: 7.4vh;
  font-size: 3.125vh;
  border-radius: 1.95vh;
  text-transform: uppercase;
  color: black;
  font-family: 'e-Ukraine', sans-serif;
  font-weight: 700;
  margin-top: 1.95vh;
}

@media screen and (min-width: 1600px) {
  .diya__popup__btn {
    height: 95px;
    min-height: 76px;
    font-size: 32px;
    border-radius: 20px;
    margin-top: 20px;
  }
}

.diya__popup__txt {
  color: #000000;
  font-size: 3.5vh;
  line-height: 144.42%;
  font-family: 'e-Ukraine', sans-serif;
}

@media screen and (min-width: 1600px) {
  .diya__popup__txt {
    font-size: 36px;
  }
}

.diya__popup__txt_s {
  font-size: 2.5vh;
  line-height: 144.42%;
  margin-top: 3.9vh;
}

@media screen and (min-width: 1600px) {
  .diya__popup__txt_s {
    font-size: 26px;
    margin-top: 40px;
  }
}

.diya__popup__txt_s a {
  text-decoration: underline;
  color: #000000;
  font-family: 'e-Ukraine', sans-serif;
}

#header .diya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  #header .diya {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (max-width: 1023px) {
  #header .diya .logo {
    -webkit-animation: change_logo 6s infinite;
            animation: change_logo 6s infinite;
    top: 100%;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
    z-index: 0;
  }
}

#header .diya__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#header .diya__link img {
  height: auto;
  width: 135px;
  min-width: 135px;
}

#header .diya #ot-slogan {
  display: block;
}

@media screen and (max-width: 1023px) {
  #header .diya #ot-slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: change_logo 6s infinite;
            animation: change_logo 6s infinite;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    top: 0;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
    z-index: 0;
  }
}

@-webkit-keyframes change_logo {
  0% {
    opacity: 0;
    z-index: 0;
  }
  10% {
    opacity: 1;
    z-index: 1;
  }
  45% {
    opacity: 1;
    z-index: 1;
  }
  55% {
    opacity: 0;
    z-index: 0;
  }
  95% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

@keyframes change_logo {
  0% {
    opacity: 0;
    z-index: 0;
  }
  10% {
    opacity: 1;
    z-index: 1;
  }
  45% {
    opacity: 1;
    z-index: 1;
  }
  55% {
    opacity: 0;
    z-index: 0;
  }
  95% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
/*# sourceMappingURL=style.css.map */