* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

a {
  display: block;
  cursor: pointer;
  font-size: inherit;
  color: currentColor;
}

button,
input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  background-color: transparent;
  color: currentColor;
}

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

button {
  cursor: pointer;
  background-color: transparent;
}
button:disabled {
  cursor: default;
}

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

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

ol,
ul {
  list-style: none;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row {
  --x: 24px;
  --y: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--y) * -1);
  margin-right: calc(var(--x) / -2);
  margin-left: calc(var(--x) / -2);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--x) / 2);
  padding-left: calc(var(--x) / 2);
  margin-top: var(--y);
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fdfaf7;
  color: #1e1e1e;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  margin-top: 64px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  width: 1320px;
  margin: 0 auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  min-height: 64px;
  position: fixed;
  z-index: 3;
  background-color: #fdfaf7;
  width: 100%;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}
.header__left a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__left a:hover {
  opacity: 0.7;
}
.header__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.header__left ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 64px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.header__right a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__right a img {
  width: 24px;
}
.header__right a:hover {
  opacity: 0.7;
}
.header__right a:nth-child(4) {
  display: none;
}
.header__right-top {
  font-weight: 700;
  font-size: 20px;
}
.header__right-top img {
  width: 100% !important;
}
.header__right-bottom {
  font-weight: 400;
  font-size: 14px;
  color: #7d7d7d;
}
.header__right-col {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 22px;
}

.menu__body {
  position: fixed;
  top: 64px;
  left: 0;
  height: calc(100% - 64px);
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 50px 0;
}
.menu__body ul {
  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;
  gap: 23px;
}
.menu__body ul li {
  width: 100%;
}
.menu__body ul li a {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #1e1e1e;
  width: 100%;
}
.menu__body._active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.menu__close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #1f2327;
  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;
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu__icon {
  position: relative;
  height: 24px;
  width: 24px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5px;
  display: none;
}
.menu__icon div {
  width: 20px;
  height: 2px;
  background-color: #1f2327;
  border-radius: 2px;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  color: #1e1e1e;
  text-align: center;
}

h2 {
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  color: #1e1e1e;
  opacity: 0.5;
}

h3 {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #1e1e1e;
}

.button {
  font-weight: 700;
  font-size: 20px;
  color: #4d442a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(19.71%, #fbc528), color-stop(76.44%, #ffe45a));
  background: linear-gradient(360deg, #fbc528 19.71%, #ffe45a 76.44%);
  border-radius: 45px;
  padding: 20px 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover {
  opacity: 0.8;
}

.main__section {
  padding: 94px 0;
  background: url(../img/main_background.png) no-repeat center center;
  background-size: cover;
}
.main__section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
  width: 1190px;
}
.main__section-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
.main__section-left::after {
  content: "";
  width: 100%;
  height: 250px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.main__section-left h1 {
  font-size: 42px;
  text-align: left;
  z-index: 1;
}
.main__section-left h2 {
  opacity: 0.7;
  text-align: left;
  z-index: 1;
}
.main__section-left a {
  margin-top: 18px;
  z-index: 1;
}

.form {
  width: 475px;
  background-color: #fefbf6;
}
.form__header {
  background-color: #fed54f;
  font-weight: 700;
  font-size: 32px;
  color: #1e1e1e;
  text-align: center;
  padding: 19px;
}
.form__body {
  padding: 36px 32px 32px 32px;
  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;
}
.form__body button {
  margin-top: 8px;
  width: 100%;
}
.form__body .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.form__body .select__left {
  font-weight: 400;
  font-size: 20px;
  color: #7d7d7d;
}
.form__body .select__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form__body .select__right div {
  font-weight: 400;
  font-size: 20px;
  color: #7d7d7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form__body .select__right div .radio {
  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;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #89939E;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form__body .select__right div .radio::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FED54F;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form__body .select__right div.active .radio {
  border: 1px solid #FED54F;
}
.form__body .select__right div.active .radio::after {
  opacity: 1;
}
.form__body input {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #1e1e1e;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 16px;
  background-color: #fff;
}
.form__body input::-webkit-input-placeholder {
  color: #7d7d7d;
}
.form__body input::-moz-placeholder {
  color: #7d7d7d;
}
.form__body input:-ms-input-placeholder {
  color: #7d7d7d;
}
.form__body input::-ms-input-placeholder {
  color: #7d7d7d;
}
.form__body input::placeholder {
  color: #7d7d7d;
}
.form__body input:active, .form__body input:focus {
  border: 1px solid #fedb4b;
}

.prace__section {
  padding: 150px 0;
}
.prace__section h1 {
  margin-bottom: 42px;
}
.prace__section .block {
  -webkit-box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
  padding: 37.5px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 100%;
}
.prace__section .block span:nth-child(2) {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #1e1e1e;
  margin-top: 12px;
}
.prace__section .block span:nth-child(3) {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #7d7d7d;
}

.slider {
  position: relative;
}
.slider .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slider .swiper-slide img:hover {
  opacity: 0.85;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  background: #fed54f !important;
  border-radius: 50%;
  width: 48px !important;
  height: 48px !important;
  color: transparent !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.slider .swiper-button-next svg,
.slider .swiper-button-prev svg {
  height: 20px !important;
  width: 10px !important;
}
.slider .swiper-button-next {
  right: -24px !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slider .swiper-button-next:hover {
  opacity: 0.85;
}
.slider .swiper-button-prev {
  left: -24px !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slider .swiper-button-prev:hover {
  opacity: 0.85;
}

.krok__section h1 {
  margin-bottom: 42px;
}

.proc__section {
  padding: 150px 0;
}
.proc__section h1 {
  text-align: left;
  margin-bottom: 43px;
}
.proc__section .form {
  -webkit-box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.proc__section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.proc__section .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
  padding: 24px;
}
.proc__section .block__col {
  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;
}
.proc__section .block__col span:first-child {
  font-weight: 700;
  font-size: 16px;
  color: #1e1e1e;
}
.proc__section .block__col span:last-child {
  font-weight: 400;
  font-size: 15px;
  color: #7d7d7d;
}

.postup {
  position: absolute;
  top: 118px;
  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;
  gap: 16px;
  width: 100%;
  z-index: 1;
}
.postup span {
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
  opacity: 0.5;
}
.postup__left {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.postup__left::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.88);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.postup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
  padding: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.postup__top .arrow {
  margin: 30px 80px 0 30px;
}
.postup__top .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.postup__top .block__number {
  font-weight: 700;
  font-size: 36px;
  color: #1e1e1e;
  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;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background-color: #fed54f;
}
.postup__top .block__text {
  font-weight: 700;
  font-size: 18px;
  color: #1e1e1e;
}
.postup__section {
  background: url(../img/postup.png) no-repeat center center;
  background-size: cover;
  padding: 130px 0 160px 0;
}
.postup__section .container {
  position: relative;
}
.postup__section h1 {
  position: relative;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 16px auto;
}
.postup__section h2 {
  position: relative;
  z-index: 1;
}

.realizace__section {
  padding: 265px 0 75px 0;
}
.realizace__section h2 {
  margin: 16px auto 42px auto;
}
.realizace__section h3 {
  margin: 32px auto 26px auto;
}
.realizace__section .button {
  margin: 0 auto;
  padding: 20px 80px;
}

.jak__section {
  padding: 75px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.jak__section h2 {
  margin: 16px auto 42px auto;
}
.jak__section h3 {
  margin: 32px auto 0 auto;
}
.jak__section h3:last-child {
  margin: 16px auto 0 auto;
}
.jak__section .block {
  position: relative;
  border-radius: 8px;
  height: 100%;
  aspect-ratio: 16/9;
}
.jak__section .block video,
.jak__section .block img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.jak__section .block .play {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  background-color: rgba(254, 213, 79, 0.18);
  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;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.jak__section .block .play.playing {
  opacity: 0;
  pointer-events: none;
}
.jak__section .block .play.playing:hover {
  opacity: 0;
}
.jak__section .block .play:hover {
  opacity: 0.8;
}

.map {
  width: 100%;
  height: 660px;
  position: relative;
}
.map__section {
  padding: 75px 0 0 0;
}
.map__section h2 {
  margin: 16px auto 12px auto;
}
.map__section h3 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #1e1e1e;
  opacity: 0.5;
  margin-bottom: 42px;
}
.map__section .form {
  -webkit-box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 47px -16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  left: 112px;
  bottom: 40px;
}

.contact__section {
  padding: 54px 0 82px 0;
}
.contact__section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__section .text {
  font-weight: 400;
  font-size: 22px;
  color: #1e1e1e;
}
.contact__section .dark {
  font-weight: 700;
}
.contact__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.contact__col img:nth-child(2) {
  display: none;
}
.contact__center h1 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #1e1e1e;
}
.contact__center .button {
  width: 100%;
  margin: 16px 0;
}
.contact__center h3 {
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
  opacity: 0.5;
}
.contact__right {
  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;
}
.contact__right .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
}
.contact__right .flex .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background-color: #fed54f;
  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;
}
.contact__logo {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

footer {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #7d7d7d;
  background: #1e1e1e;
  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;
  padding: 25px 16px;
}
footer img:nth-child(2) {
  display: none;
}

.up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border: 1px solid #1f2327;
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fdfaf7;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 2;
}
.up.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.up:hover {
  opacity: 0.7;
}
.up svg {
  width: 24px;
}

.gallery {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6588235294);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 3;
  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;
  backdrop-filter: blur(10px);
  padding: 24px;
}
.gallery .slider {
  display: none;
}
.gallery .slider.active {
  display: block;
}
.gallery__inner {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.gallery__inner img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 16px;
  width: 100%;
}
.gallery__button {
  width: 48px;
  min-width: 48px;
  height: 48px;
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fed54f;
}
.gallery__button:hover {
  opacity: 0.7;
}
.gallery__wrapper {
  width: 100%;
  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;
  gap: 12px;
  max-width: 900px;
}
.gallery__close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 40px;
  height: 40px;
  border: 1px solid #1f2327;
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fdfaf7;
  z-index: 2;
}
.gallery__close:hover {
  opacity: 0.7;
}
.gallery__close svg {
  width: 18px;
}
.gallery .counter {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #1e1e1e;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gallery.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.gallery__inner .slider .swiper-button-next {
  right: 16px !important;
}

.gallery__inner .slider .swiper-button-prev {
  left: 16px !important;
}

.swiper-pagination-fraction {
  position: initial !important;
}

#swiper3 .swiper-slide,
#swiper4 .swiper-slide {
  text-align: center;
}
#swiper3 .swiper-slide img,
#swiper4 .swiper-slide img {
  width: calc(100% - 18px) !important;
  border-radius: 16px !important;
  cursor: default;
}
#swiper3 .swiper-slide img:hover,
#swiper4 .swiper-slide img:hover {
  opacity: 1;
}

@media (max-width: 1440px) {
  .container,
  .main__section .container {
    width: 976px;
  }
  .proc__section .row .col-6 {
    width: 100%;
  }
  .prace__section .row .col-3 {
    width: 50%;
  }
  .proc__section .form {
    position: sticky;
    top: 42px;
  }
  .proc__section .container {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .postup__top .arrow {
    margin: 30px 40px 0 20px;
  }
  .main__section-left h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023.97px) {
  .container,
  .main__section .container {
    width: 100%;
    padding: 0 16px;
  }
  .postup {
    left: 0;
  }
  .slider .swiper-button-next {
    right: 8px !important;
  }
  .slider .swiper-button-prev {
    left: 8px !important;
  }
  .gallery__inner .slider .swiper-button-next {
    right: 16px !important;
  }
  .gallery__inner .slider .swiper-button-prev {
    left: 16px !important;
  }
  .header__left ul {
    display: none;
  }
  .header__right a:nth-child(3) {
    display: block;
  }
  .header__right {
    gap: 16px;
  }
  .header__right-col {
    margin-left: 16px;
  }
  .header__right-col .header__right-top,
  .header__right-col a {
    display: none;
  }
  .menu__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main__section-right {
    display: none;
  }
  .main__section {
    padding: 160px 0 210px 0;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .main__section-left h1 {
    font-size: 28px;
  }
  .prace__section,
  .proc__section {
    padding: 80px 0;
  }
  .prace__section h1,
  .krok__section h1,
  .proc__section h1 {
    margin-bottom: 34px;
  }
  .prace__section .row .col-3 {
    width: 100%;
  }
  .proc__section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .proc__section .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .proc__section .block__col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .proc__section .form {
    width: 100%;
  }
  .form__body {
    padding: 24px;
  }
  .proc__section h1 {
    text-align: center;
  }
  .row {
    --x: 16px;
    --y: 16px;
  }
  .form__body .select__left,
  .form__body .select__right div {
    font-size: 18px;
  }
  .postup__left {
    width: auto;
  }
  .postup {
    overflow: hidden;
    top: 170px;
  }
  .postup__section {
    padding: 160px 0 230px 0;
  }
  .postup span {
    padding: 0 16px;
    text-align: center;
  }
  .postup__top {
    overflow-y: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .postup__top::-webkit-scrollbar {
    display: none;
  }
  .postup__top .arrow {
    margin: 30px 65px 0 12px;
  }
  .postup__top .block {
    min-width: 130px;
  }
  .realizace__section {
    padding: 210px 0 40px 0;
  }
  .realizace__section h3 {
    margin: 32px auto 16px auto;
  }
  .realizace__section .button {
    padding: 20px 30px;
  }
  .jak__section .row .col-6 {
    width: 100%;
  }
  .jak__section,
  .map__section {
    padding: 40px 0;
  }
  .postup__section h1 {
    width: auto;
  }
  .map__section h3 {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .map__section .form {
    left: 16px;
    bottom: -35%;
    width: calc(100% - 32px);
  }
  .map__section .container {
    padding: 0;
  }
  .contact__section {
    padding: 280px 0 60px 0;
  }
  .contact__section .container {
    -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;
    gap: 42px;
  }
  .contact__section .text {
    text-align: center;
  }
  .contact__col img:nth-child(2) {
    display: block;
  }
  .contact__col img:nth-child(1) {
    display: none;
  }
  .gallery {
    padding: 0;
  }
}
@media (max-width: 700px) {
  footer img:nth-child(2) {
    display: block;
  }
  footer img:nth-child(1) {
    display: none;
  }
}
@media (max-width: 370px) {
  body {
    zoom: 0.8;
  }
}