@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: IstokWeb;
  font-display: swap;
  src: url("../polygraph-ukr__fonts/polygraph-ukr__IstokWeb-Bold.woff2") format("woff2"), url("../polygraph-ukr__fonts/polygraph-ukr__IstokWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: IstokWeb;
  font-display: swap;
  src: url("../polygraph-ukr__fonts/polygraph-ukr__IstokWeb-Regular.woff2") format("woff2"), url("../polygraph-ukr__fonts/polygraph-ukr__IstokWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 122px;
  --container-padding-tablet: 12px;
  --background: #fff;
  --font-color: #053172;
  --font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
  --font-family: IstokWeb, sans-serif;
  --primary-color: #012151;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
.polygraph-ukr__h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 120%;
}

h1 {
  font-size: clamp(1.125rem, 0.4759615385rem + 2.8846153846vw, 3rem);
}

h2,
.polygraph-ukr__h2 {
  font-size: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
}

h3 {
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
}

p {
  line-height: 120%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
  font-weight: 700;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.polygraph-ukr__no-scroll {
  overflow: hidden;
}

.polygraph-ukr__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.polygraph-ukr__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.polygraph-ukr__items .polygraph-ukr__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.polygraph-ukr__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.polygraph-ukr__btn,
.polygraph-ukr__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 9px clamp(2.25rem, 2.1634615385rem + 0.3846153846vw, 2.5rem);
  border-radius: 10px;
  background: #07809C;
  -webkit-box-shadow: 0px 0px 44px 0px #0DA7CA inset;
  box-shadow: 0px 0px 44px 0px #0DA7CA inset;
  color: #fff !important;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.polygraph-ukr__btn-active,
.polygraph-ukr__btn:hover,
.polygraph-ukr__btn:active {
  background: #7c838d;
  color: #fff !important;
  -webkit-tap-highlight-color: transparent;
}

.polygraph-ukr__blue-bg {
  background-color: var(--primary-color);
  color: #fff;
}

.polygraph-ukr__blue-bg .polygraph-ukr__wrap li:before {
  content: "•";
  margin-inline: 8px;
}

.polygraph-ukr__wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.polygraph-ukr__border-radius {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.polygraph-ukr__container.polygraph-ukr__grid-2,
.polygraph-ukr__grid-2 {
  grid-template-columns: repeat(2, calc(50% - 10px));
}

.polygraph-ukr__container.polygraph-ukr__grid-3,
.polygraph-ukr__grid-3 {
  grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px));
}

.polygraph-ukr__container.polygraph-ukr__grid-4,
.polygraph-ukr__grid-4 {
  grid-template-columns: repeat(4, calc(25% - 10px));
}

.polygraph-ukr__container.polygraph-ukr__grid-2,
.polygraph-ukr__grid-2,
.polygraph-ukr__container.polygraph-ukr__grid-3,
.polygraph-ukr__grid-3,
.polygraph-ukr__container.polygraph-ukr__grid-4,
.polygraph-ukr__grid-4 {
  display: grid;
  gap: 20px;
}

.polygraph-ukr__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.polygraph-ukr__wrap {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  color: var(--primary-color);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.polygraph-ukr__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.polygraph-ukr__main .polygraph-ukr__container {
  padding-block: 60px;
}

.polygraph-ukr__main .polygraph-ukr__container .polygraph-ukr__img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.polygraph-ukr__modal {
  display: none;
  /* по умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.polygraph-ukr__modal-content {
  background: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 370px;
  padding: 20px 12px;
  position: relative;
  width: 90%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.02, 0.7, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.02, 0.7, 0.03, 1);
}

.polygraph-ukr__close {
  position: absolute;
  color: var(--primary-color);
  top: -26px;
  right: 0;
  font-size: 1.5rem;
  cursor: pointer;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
  max-width: 100% !important;
  min-height: 256px;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 0px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #0DA7CA;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Blocks */

.polygraph-ukr__banner .polygraph-ukr__container {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 0;
  padding-right: 0;
}

.polygraph-ukr__banner .polygraph-ukr__inner {
  padding-block: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  text-wrap: balance;
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
}

.polygraph-ukr__banner .polygraph-ukr__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-animation: revealClip 0.8s ease-out forwards;
  animation: revealClip 0.8s ease-out forwards;
  will-change: clip-path;
}

.polygraph-ukr__banner .polygraph-ukr__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@-webkit-keyframes revealClip {
  from {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes revealClip {
  from {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  position: relative;
}

form div {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}

form p,
form h2 {
  text-align: center;
}

input,
textarea {
  color: var(--primary-color);
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid #D5D8E4;
  background: #FFF;
  width: 100%;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  color: #9B9EAA;
  text-align: center;
}

::-moz-placeholder {
  color: #9B9EAA;
  text-align: center;
}

:-ms-input-placeholder {
  color: #9B9EAA;
  text-align: center;
}

::-ms-input-placeholder {
  color: #9B9EAA;
  text-align: center;
}

::placeholder {
  color: #9B9EAA;
  text-align: center;
}

.polygraph-ukr__warning {
  display: none;
  width: 100%;
  padding: 20px 10px;
  border-radius: 10px;
  background: #0DA7CA;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.polygraph-ukr__footer {
  margin-top: auto;
  background: var(--primary-color);
  padding-block: 60px;
  color: #fff;
}

.polygraph-ukr__footer a:hover {
  opacity: 0.6;
}

.polygraph-ukr__footer .polygraph-ukr__item li,
.polygraph-ukr__footer .polygraph-ukr__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.polygraph-ukr__footer .polygraph-ukr__item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.polygraph-ukr__footer .polygraph-ukr__item a {
  font-weight: 400;
}

.polygraph-ukr__footer .polygraph-ukr__item:last-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.polygraph-ukr__footer .polygraph-ukr__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-inline: 6px;
}

.polygraph-ukr__footer .polygraph-ukr__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 20px;
  margin-top: 20px;
}

.polygraph-ukr__header {
  padding: 10px 0;
}

.polygraph-ukr__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.polygraph-ukr__header .polygraph-ukr__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.polygraph-ukr__header a:hover {
  color: #7c838d;
}

.polygraph-ukr__header .polygraph-ukr__logo img {
  width: clamp(5rem, 4.6754807692rem + 1.4423076923vw, 5.9375rem);
  -o-object-fit: contain;
  object-fit: contain;
}

.polygraph-ukr__how-we-work ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  counter-reset: step-counter;
  list-style: none;
}

.polygraph-ukr__how-we-work ol li {
  counter-increment: step-counter;
  border-radius: 10px;
  background: var(--primary-color);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 2px 10px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  margin-block: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.polygraph-ukr__how-we-work ol li::before {
  content: counter(step-counter) ". ";
  font-size: clamp(1.25rem, 1.0552884615rem + 0.8653846154vw, 1.8125rem);
}

.polygraph-ukr__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--primary-color);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.polygraph-ukr__mobile-nav--open {
  top: 0;
}

.polygraph-ukr__mobile-nav a {
  color: #fff;
}

.polygraph-ukr__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.polygraph-ukr__mobile-nav__list .polygraph-ukr__active {
  opacity: 0.5;
}

/* Nav Icon */

.polygraph-ukr__mobile-nav-btn {
  --time: 0.1s;
  --width: 30px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: var(--primary-color);
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 3);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.polygraph-ukr__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.polygraph-ukr__nav-icon::before,
.polygraph-ukr__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.polygraph-ukr__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.polygraph-ukr__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.polygraph-ukr__nav-icon.polygraph-ukr__nav-icon--active {
  background-color: transparent;
}

.polygraph-ukr__nav-icon.polygraph-ukr__nav-icon--active::before,
.polygraph-ukr__nav-icon.polygraph-ukr__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.polygraph-ukr__nav-icon.polygraph-ukr__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.polygraph-ukr__nav-icon.polygraph-ukr__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.polygraph-ukr__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.polygraph-ukr__price h3 {
  border-radius: 10px;
  background: var(--primary-color);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  color: #FFF;
  text-align: center;
}

.polygraph-ukr__price .polygraph-ukr__wrap {
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  cursor: default;
}

.polygraph-ukr__price .polygraph-ukr__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.polygraph-ukr__price .polygraph-ukr__wrap ul:not(.polygraph-ukr__check) {
  text-transform: uppercase;
}

.polygraph-ukr__price .polygraph-ukr__wrap ul:not(.polygraph-ukr__check) li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.polygraph-ukr__price .polygraph-ukr__wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.polygraph-ukr__price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0DA7CA;
  text-align: center;
}

.polygraph-ukr__price .polygraph-ukr__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-top: auto;
}

.polygraph-ukr__price .polygraph-ukr__check li::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("./../polygraph-ukr__img/polygraph-ukr__check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.polygraph-ukr__price .polygraph-ukr__h2 {
  text-align: center;
}

.polygraph-ukr__qualification .polygraph-ukr__wrap {
  height: 202px;
}

.polygraph-ukr__qualification img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.polygraph-ukr__qualification .polygraph-ukr__wrap img.polygraph-ukr__show {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  z-index: 1000;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

@media (min-width: 1440px) {
  .polygraph-ukr__banner .polygraph-ukr__img {
    clip-path: polygon(25% 0%, 100% 0%, 80% 100%, 0% 100%);
  }
}

@media (max-width: 1220px) {
  .polygraph-ukr__container {
    padding: 0 var(--container-padding-tablet);
    gap: 10px;
  }

  .polygraph-ukr__banner .polygraph-ukr__container {
    grid-template-columns: repeat(2, 50%);
  }

  .polygraph-ukr__header__nav {
    display: none;
  }

  .polygraph-ukr__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .polygraph-ukr__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .polygraph-ukr__items .polygraph-ukr__item {
    gap: 10px;
  }

  .polygraph-ukr__container.polygraph-ukr__grid-2,
  .polygraph-ukr__grid-2,
  .polygraph-ukr__container.polygraph-ukr__grid-3,
  .polygraph-ukr__grid-3,
  .polygraph-ukr__container.polygraph-ukr__grid-4,
  .polygraph-ukr__grid-4 {
    grid-template-columns: 100%;
    gap: 10px;
  }

  .polygraph-ukr__descr {
    gap: 10px;
  }

  .polygraph-ukr__wrap {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }

  .polygraph-ukr__main .polygraph-ukr__container {
    padding-block: 20px;
  }

  .polygraph-ukr__main .polygraph-ukr__container .polygraph-ukr__img {
    min-height: 210px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }

  .swiper {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    padding-bottom: 30px;
  }

  .polygraph-ukr__banner .polygraph-ukr__inner {
    gap: 12px;
    padding-block: 20px;
  }

  form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .polygraph-ukr__footer {
    padding-block: 20px;
  }

  .polygraph-ukr__footer .polygraph-ukr__item:last-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .polygraph-ukr__footer .polygraph-ukr__social {
    padding: 0;
  }

  .polygraph-ukr__footer .polygraph-ukr__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .polygraph-ukr__how-we-work ol {
    gap: 10px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
}

@media (hover: hover) {
  .polygraph-ukr__price .polygraph-ukr__wrap:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}