@charset "UTF-8";

/* ============================================================
   103-kyivcity-modern-fix-{date}.css
   Виправлення
   ============================================================ */

/* 1. Скасовуємо зміну position хедера, навіть якщо додано клас header-sticky */
/* ------- Sticky Header Scroll fix - START ------- */
#sp-header.header-sticky {
    position: fixed !important;
    animation: none !important;
}

html {
  scroll-padding-top: 101px!important;
}
/* ------- Sticky Header Scroll fix - END ------- */


/* 2. Виправлення проблеми смикання QUIX-секцій на пристроях з iOS  */
/* ------- QUIX iOS fix - START ------- */
html, body {
  height: 100%;
  overflow-x: hidden;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.section {
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* ------- QUIX iOS fix - END ------- */

/* 3. Виправлення вертикального вирівнювання елементів icon-list у вертикальному розташуванні  */
/* ------- icon-list desktop-vertical-layout fix - START ------- */
.qx.quix ul.qx-flex.desktop-vertical-layout li#icon-list{
    width: 100%;
    text-align: center;
}

.qx.quix ul.qx-flex.desktop-vertical-layout {
    flex-direction: column !important;
    align-items: center;
    list-style: none!important;
}
/* ------- icon-list desktop-vertical-layout fix - END ------- */