@font-face {
  font-family: "Kia Signature Fix";
  src: url("../fonts/KiaSignatureFixLight.woff") format("woff"),
    url("../fonts/KiaSignatureFixLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kia Signature Fix";
  src: url("../fonts/KiaSignatureFixBold.woff") format("woff"),
    url("../fonts/KiaSignatureFixBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kia Signature Fix";
  src: url("../fonts/KiaSignatureFixRegular.woff") format("woff"),
    url("../fonts/KiaSignatureFixRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Kia Signature Fix", sans-serif;
  background-color: #f5f4f4;
  padding: 45px 0;
  overflow-x: hidden;
}
* {
  outline: none !important;
  box-sizing: border-box;
}

.intro_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  width: 100%;
  gap: 40px 32px;
  margin: 0px auto;
}

.card {
  width: calc(50% - 17px);
}

.card a {
  text-decoration: none;
  display: block;
}

.card_img {
  height: 230px;
  background-position: center;
  background-size: cover;
}

.card_title {
  height: 130px;
  display: flex;
  align-items: center;
  padding: 20px 34px;
  background: #05141f;
  font-size: 21px;
  color: #eceef0;
  font-weight: bold;
  line-height: 1.29;
}
.items7 .card:last-child {
  width: 100%;
}

.tab_item {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 5px;
  height: 5px;
  transition: opacity 0.5s ease;
}

.tab_item.active {
  visibility: visible;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: inherit;
}

.gallery_container {
  max-width: 850px;
  margin: 0 auto;
}

.gallery_container h1 {
  margin-bottom: 32px;
  color: black;
  font-size: 42px;
  font-weight: bold;
}

.tabs_switcher {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.tabs_switcher li {
  transition: 0.3s;
  width: 180px;
  height: 55px;
  border: 2px solid #05141f;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  line-height: 1;
  padding-top: 2px;
}

.tabs_switcher li.active {
  background-color: #05141f;
  color: #fff;
}

.gallery_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}

.gallery_item {
  height: 400px;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}

a.gallery_item.half {
  width: calc(50% - 12px);
  height: 262px;
}
[data-fancybox-toggle-thumbs] {
  display: none;
}

[data-fancybox-toggle-fullscreen] {
  display: none;
}

[data-fancybox-toggle-slideshow] {
  display: none;
}

[data-panzoom-action="iterateZoom"] {
  display: none;
}

.f-button {
  color: #fff;
}

[data-fancybox-close].f-button svg {
  width: 60px;
  max-width: inherit;
  height: auto;
}

[data-fancybox-close] {
  position: relative;
  right: 30px;
  top: 30px;
  max-width: inherit;
  width: auto;
  height: auto;
}

.fancybox__toolbar__column.is-left {
  display: none;
}

.f-button svg {
  width: 80px;
  height: auto;
}

.f-button {
  max-width: inherit;
  max-height: inherit;
}
a.gallery_item.full {
  flex: none;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  height: auto;
}

a.gallery_item.full img {
  width: 100%;
  height: auto;
}
.video_item::before {
  content: "";
  background-image: url(../img/play.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-color: rgb(5 20 31 / 33%);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
}
.video_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.video_title {
  margin: 0;
  margin-bottom: 18px;
  color: black;
  font-size: 25.5px;
  line-height: 1.18;
  font-weight: bold;
  margin-top: 21px;
}

.video_item {
  height: 480px;
  border-radius: 16px;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}


iframe, #myPDF {
    width: 100%;
    height: calc(100vh - 205px);
    height: calc(100dvh - 205px);
}


.is-close-btn {
  position: fixed !important;
  right: 40px !important;
  top: 30px !important;
}

/* #imageContainer {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 199px);
  overflow: hidden;
  position: relative;
}

/* .iv-container.iv-image-mode */


#largeImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: grab;
  touch-action: none; /* Disable default touch actions */
} 
.zoomist-container {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 199px);
}

.zoomist-image {
  width: 100%;
  aspect-ratio: 1;
}

.zoomist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.iframe_wrp {
  position: relative;
}

.iframe_wrp::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 62px;
  z-index: 1000;
}
.iframe_wrp iframe {
  background-color: #b0b0b0;
}
.video_item_wrp {
  width: 100%;
}
.page_survey {
  margin-top: -45px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.page_survey .gallery_item.full {
  height: auto;
  display: flex;
  justify-content: center;
}
.page_survey h1 {
  margin-top: 55px;
  margin-bottom: 70px;
  font-size: 42px;
  line-height: 1.42;
}
.answers {
    background: #F7F7F7;
    display: flex;
    gap: 25px;
    padding: 45px;
    margin-bottom: 55px;
}

.answers div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    height: 71px;
    background: #fff;
    font-size: 22px;
    color: #05141F;
}

.answers div.active {
    background: #162139;
    color: #fff;
}

.question_form_wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 34px;
}

.input_el {
    width: 100%;
}

.input_el.half {
    width: calc(50% - 18px);
}

.input_el p {
    margin: 0;
    margin-bottom: 14px;
    color: #05141F;
    font-size: 24px;
    font-weight: bold;
}

input {
    width: 100%;
    height: 71px;
    border: none;
    background: #F7F7F7;
    padding: 0 30px;
    font-size: 19px;
    color: #5A5A5A;
    border: 1px solid transparent;
}

.send_answers {
    width: 100%;
    height: 112px;
    background: #162139;
    border: none;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.pressing {
    margin: 0;
    font-size: 20px;
    color: #05141F;
    position: relative;
    padding-left: 48px;
    margin-bottom: 80px;
    margin-top: 10px;
}

.pressing a {
    color: inherit;
}

.pressing::before {
    content: '';
    display: block;
    position: absolute;
    border: 2px solid #05141F;
    width: 33px;
    height: 33px;
    border-radius: 6px;
    top: -7px;
    left: 0;
    box-sizing: border-box;
}

.pressing.pressed::before {
    border-width: 7px;
}
.page-template-quiz {
  background-color: #fff;
}
:focus::placeholder {
  color: transparent;
}
.validate_error {
    border-color: red!important;
}

.question_wrp > div div {
    border: 1px solid transparent;
}

.question_wrp.validate_error div {
    border-color: red;
}

.pressing.validate_error::before {
    border-color: red;
}
html,body {
  min-height: 100vh;
  min-height: 100dvh;
}

body.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.home > div {
  width: 100%;
}
.photo_group_title {
  width: 100%;
  margin-top: 21px;
  margin-bottom: -2px;
  color: black;
  font-size: 25.5px;
  line-height: 1.18;
  font-weight: bold;
}

.photo_group_title:nth-child(1) {
  margin-top: 10px;
}