@charset "UTF-8";
/* Обнуляючі стилі для всіх браузерів */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
  color: inherit;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

@font-face {
  font-family: "Lora";
  src: url("fonts/Lora-Regular.woff2") format("woff2"), url("fonts/Lora-Regular.woff") format("woff"), url("fonts/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("fonts/Lora-Italic.woff2") format("woff2"), url("fonts/Lora-Italic.woff") format("woff"), url("fonts/Lora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("fonts/Lora-Bold.woff2") format("woff2"), url("fonts/Lora-Bold.woff") format("woff"), url("fonts/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "STIXTwoText";
  src: url("fonts/STIXTwoText-Regular.woff2") format("woff2"), url("fonts/STIXTwoText-Regular.woff") format("woff"), url("fonts/STIXTwoText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  margin: 0 auto;
  max-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;
  height: 100%;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-full {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}

.header {
  background: rgb(251, 251, 251);
  padding: 40px;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid rgb(223, 221, 221);
  z-index: 100;
}

.top-header-con {
  max-width: 1140px;
  margin: 0 auto;
}

.container-header {
  width: 100%;
  max-width: 100%;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 30px 0px 0px 0px;
  margin: 0;
}

.top-nav a {
  color: #000000;
  text-decoration: none;
  padding: 10px 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.request-bt {
  background: #fdc400;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  border: none;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  margin: 0px 5px;
  border: 2px solid rgba(128, 128, 128, 0);
}

.request-bt:hover {
  background: rgb(171, 112, 9);
  cursor: pointer;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: white;
  border: 2px solid rgb(255, 255, 255);
}

.icons a {
  color: #000000;
  font-family: "Roboto", sans-serif;
}

.top-nav a:hover {
  color: #fdc400;
}

.top-nav a {
  color: #050505;
}

.phones span:hover a, .phones span:hover i {
  color: #fdc400 !important;
}

i {
  font-size: 18px;
  color: #3b3535;
}

i:hover {
  color: rgb(192, 126, 88);
}

.phones {
  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;
  width: 100%;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.top-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 100px;
}

.top-contacts::after {
  content: "";
  height: 1px;
  width: 70%;
  background-color: #fdc400;
  position: absolute;
  bottom: -10px;
  left: 15%;
}

.contacts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.social {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.social a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.social a i {
  font-size: 20px;
}

.social a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.btn-burger {
  display: none;
}

@media screen and (max-width: 768.8px) {
  .btn-request {
    margin-top: 10px;
    padding: 5px 10px;
    border: none;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: pulse 1.5s infinite;
            animation: pulse 1.5s infinite;
  }
  .card {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .card img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Мобільний вигляд */
@media screen and (max-width: 999px) {
  .top-nav {
    display: none;
  }
  .top-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-nav.active {
    list-style: none;
    padding: 0;
    padding-top: 25px;
    margin: 0;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    background-color: #4866ea;
    z-index: 101;
    width: 100%;
    top: 0px;
    left: 0;
  }
  .top-nav.active a {
    color: white;
  }
  header.header {
    padding-bottom: 85px;
  }
  .btn-burger {
    position: absolute;
    width: 40px;
    top: 85px;
    z-index: 102;
    right: 48%;
    height: 30px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; /* Виправлення для мобільних браузерів */
  }
  .btn-burger.active {
    top: 20px;
    right: 50px;
  }
  .btn-burger span {
    position: absolute;
    width: 35px;
    height: 5px;
    background: rgb(0, 0, 0);
    border-radius: 5px;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  /* Верхня лінія */
  .btn-burger span:nth-child(1) {
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
  /* Середня лінія */
  .btn-burger span:nth-child(2) {
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  /* Нижня лінія */
  .btn-burger span:nth-child(3) {
    -ms-transform: translateY(10px);
        transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  /* Анімація перетворення на хрестик */
  .btn-burger.active span:nth-child(1) {
    -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
  }
  .btn-burger.active span:nth-child(2) {
    opacity: 0;
  }
  .btn-burger.active span:nth-child(3) {
    -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
  }
  .top-contacts {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .phones {
    gap: 25px;
  }
}
@media screen and (max-width: 618px) {
  .phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-burger {
    right: 45.5%;
    top: 155px !important;
  }
  .btn-burger.active {
    right: 25px;
    top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .top-contacts {
    -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;
  }
  .phones {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-contacts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo {
    display: none;
  }
  .btn-burger.active {
    right: 25px;
    top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .top-contacts {
    -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;
  }
  .phones {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-contacts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .logo {
    display: none;
  }
  .btn-burger {
    right: 45.5%;
    top: 100px !important;
  }
  .btn-burger.active {
    right: 25px;
    top: 30px;
  }
}
@media screen and (max-width: 506px) {
  .btn-burger {
    right: 45.5%;
    top: 125px !important;
  }
  .btn-burger.active {
    right: -30px;
    top: 30px;
  }
}
@media screen and (max-width: 376px) {
  .btn-burger {
    right: 39%;
    top: 155px !important;
  }
  .btn-burger.active {
    right: -25px;
    top: 30px;
  }
}
@media screen and (max-width: 816px) {
  .phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-burger {
    top: 125px;
  }
  .top-contacts::after {
    display: none;
  }
  .contacts-header {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.btn-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #f79800;
  color: white;
  border: none;
  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;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 100;
}

.btn-up:hover {
  background: #ce7f00;
}

.btn-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.content {
  font-family: "Roboto", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content .text {
  text-align: justify;
  text-indent: 1.25cm;
}

h2 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  color: rgb(16, 5, 66);
  margin: 40px 0px 40px 0px;
  text-transform: uppercase;
}

.poslugi::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 150px;
  height: 2px;
  background-color: #fdc400;
  border-radius: 2px;
}

.tabs {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 767.8px) {
  .tabs {
    max-width: 100%;
    margin: 0 auto;
    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;
  }
  .tab-content.active .card {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  max-width: 240px;
  min-width: 240px;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  background: #ddd;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.tab-btn.active {
  background: #4169ce;
  color: white;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.card {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 220px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-content {
  padding: 15px;
}

.card-content h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: rgb(153, 81, 4);
  font-weight: bold;
  text-align: center;
}

.card-content p {
  margin: 4px 0;
  font-size: 14px;
}

.how-we-work {
  text-align: center;
  background-color: #fff;
}

.how-we-work h2::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 180px;
  height: 2px;
  background-color: #fdc400;
  border-radius: 2px;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
  background-color: rgb(253, 248, 243);
}

.step {
  max-width: 300px;
  padding: 25px;
}

.step i {
  font-size: 48px;
  padding: 25px;
  color: #c15d00;
}

.step p {
  font-size: 18px;
  color: #000000;
  margin: 0;
}

.guarantees {
  padding: 50px 20px;
  color: white;
  text-align: center;
}

.guarantees h2::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 180px;
  height: 2px;
  background-color: #fdc400;
  border-radius: 2px;
}

.guarantees h2 {
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.card {
  width: 260px;
  height: 320px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  cursor: pointer;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.card:hover .card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  background-color: #fdc400;
}

.card-front {
  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;
}

.card-front img {
  width: 100%;
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-front h3 {
  color: rgb(36, 39, 47);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  margin: 20px;
  font-weight: 800;
}

.card-back h3 {
  color: rgb(0, 0, 0);
  font-size: 22px;
  text-align: center;
  padding: 25px;
}

.card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.card-back ul {
  list-style: none;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .card {
    height: auto;
    -webkit-perspective: none;
            perspective: none;
    padding: 15px;
  }
  .card-inner {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .card-front,
  .card-back {
    position: static;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding: 10px 0;
  }
  .card-front {
    display: none;
  }
  .card-back h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: orange;
  }
  .card-back ul {
    padding-left: 15px;
    font-size: 15px;
    color: black;
  }
  .cards {
    -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: 20px;
  }
  .guarantees {
    padding: 30px 15px;
  }
}
.results {
  text-align: center;
  padding: 60px 20px;
}

.results h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.results h2::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 180px;
  height: 2px;
  background-color: #fdc400;
  border-radius: 2px;
}

.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.stat-item {
  max-width: 200px;
}

.stat-item i {
  font-size: 48px;
  margin-bottom: 10px;
  color: rgba(232, 160, 5, 0.768627451);
}

.stat-item .number {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.stat-item p {
  font-size: 16px;
  color: #444;
}

/* Адаптив */
@media (max-width: 768px) {
  .stats {
    -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;
  }
  .stat-item .number {
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }
  .card {
    height: 250px;
  }
  .card img {
    width: 100%;
    height: 50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 18px !important;
  }
}
.price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  background: #fdfdfd;
  position: relative;
  font-family: "Segoe UI", sans-serif;
}

.price-column {
  background: white;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 600px;
  width: 100%;
}

.price-column::before,
.price-column::after {
  content: "$";
  font-size: 120px;
  color: rgba(255, 166, 0, 0.229); /* напівпрозорий помаранчевий */
  position: absolute;
  z-index: 0;
}

.price-column::before {
  top: -40px;
  left: -70px;
}

.price-column::after {
  bottom: -40px;
  right: -70px;
}

.price-column h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  z-index: 1;
  color: #333;
}

.price-column h2::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 100%;
  height: 2px;
  background-color: #fdc400;
  border-radius: 2px;
}

.price-icon {
  color: orange;
  margin-right: 5px;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  position: relative;
}

.price-item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 25px;
  color: #444;
}

.price-item::before {
  content: "✔";
  color: orange;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

.price-list .price-item:last-child {
  border-bottom: none;
}

.price-column p {
  margin-top: 25px;
  font-weight: bold;
  color: orange;
  z-index: 1;
  position: relative;
}

.contact-us {
  margin: 15px;
}

form {
  max-width: 574px;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.295);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.295);
}

label,
input,
textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

input,
textarea {
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.success {
  color: green;
}

.error {
  color: red;
}

/*Модальне вікно*/
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: 300px;
  padding: 20px;
  background: rgb(253, 248, 243);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-align: center;
}

.modal.active {
  display: block;
}

.modal button {
  margin-top: 10px;
  padding: 5px 10px;
  background: rgb(203, 108, 7);
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.modal button:hover {
  background: rgb(219, 135, 45);
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
}

.error {
  color: rgb(165, 98, 98);
  font-size: 12px;
}

label {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

input, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

textarea {
  resize: none;
}

/* Контейнер кастомного селекту */
.custom-select {
  position: relative;
  width: 100%;
}

/* Сам селект (невидимий) */
.custom-select select {
  display: none;
}

/* Блок, який виглядає як селект */
.select-box {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: white;
  cursor: pointer;
  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;
  position: relative;
}

/* Іконка стрілки вниз */
.select-box::after {
  content: "▼";
  position: absolute;
  right: 15px;
  font-size: 14px;
  color: #666;
}

/* Список варіантів */
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  max-height: 300px; /* Обмежуємо висоту */
  overflow-y: auto; /* Додаємо прокрутку */
  z-index: 10;
}

/* Окремий пункт у випадаючому списку */
.select-options div {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select-options div:hover {
  background: #f1f1f1;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 50px;
  gap: 40px;
}

@media screen and (max-width: 998.8px) {
  .grid-container {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: rgb(253, 248, 243);
  }
}
@media screen and (max-width: 576px) {
  .grid-container {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px;
    background-color: rgb(253, 248, 243);
  }
  .right-column {
    padding: 0px;
  }
}
.left-column {
  position: relative;
  padding: 15px;
  overflow: hidden;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
}

.right-column {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 15px;
}

.left-column h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
}

.left-column h2 span {
  font-weight: 700;
  color: #000;
}

.left-column h2::before {
  content: "❝";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  color: orange;
}

.desc {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slogan {
  font-weight: bold;
  font-size: 1.05rem;
  color: #111;
  margin-bottom: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slogan strong {
  color: orange;
}

.slogan span {
  display: inline-block;
  color: #000;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.05rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.label {
  background-color: orange;
  color: white;
  padding: 0.3rem 0.6rem;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
  min-width: 90px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.value {
  background-color: #eee;
  color: #000;
  padding: 0.3rem 0.6rem;
  border-radius: 0 5px 5px 0;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.value:hover {
  background-color: orange;
  color: white;
}

.decor-top,
.decor-bottom {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.decor-top svg,
.decor-bottom svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: orange;
}

.gpay {
  display: inline-block;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.review-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.review-header {
  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;
  margin-bottom: 5px;
}

.review-name {
  font-weight: bold;
  font-size: 1.1em;
}

.review-stars {
  color: rgb(222, 177, 14);
}

.review-date {
  color: #888;
  font-size: 0.85em;
}

.review-service {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 8px;
}

.review-text {
  font-size: 0.95em;
  color: #333;
}

.stars {
  color: gold;
  font-size: 1.1em;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .review-card {
    -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;
    text-align: center;
  }
  .review-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .review-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.hero {
  background: #f5f7fa;
  padding: 25px 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.hero .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.blogh1 {
  color: orange;
  text-align: center;
  font-size: 28px;
  margin: 40px auto;
}

h1 {
  font-size: 20px;
  line-height: 1.4;
  color: #1d1d1d;
  font-weight: 700;
}

h1 span {
  color: #0a67b5; /* синій акцент */
}

.hero .desc {
  font-size: 16px;
  color: #444;
  margin-top: 20px;
  margin-bottom: 30px;
}

.slogan {
  font-size: 20px;
  color: #222;
}

.slogan strong {
  color: #fdc400; /* оранжевий акцент */
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 400px;
  background-color: rgba(229, 150, 2, 0.3098039216);
  border-radius: 50%;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  z-index: 0;
}

.hero::before {
  top: -50px;
  left: -100px;
}

.hero::after {
  bottom: -50px;
  right: -100px;
  -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
          clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.slogan span {
  color: #0a67b5;
  font-weight: 600;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 18px;
  }
  .hero .desc {
    font-size: 16px;
  }
  .slogan {
    font-size: 16px;
  }
}
.blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 24px;
  margin: 25px auto;
}
.blog-container ul {
  margin-left: 20px;
}
.blog-container h3 {
  text-align: left;
}
.blog-container .checklist li {
  margin-bottom: 5px;
}
.blog-container .pros, .blog-container .cons {
  margin: 10px 0;
  padding-left: 20px;
}
.blog-container .pros::before {
  content: "✅ ";
}
.blog-container .cons::before {
  content: "❌ ";
}
.blog-container .icon {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .blog-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 25px auto;
  }
}
.blog-container h3 {
  font-weight: bold;
  color: orange;
  margin: 15px 0px;
}

.blog-container hr {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 30px 0;
}

.blog-post {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.blog-post:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-post img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content {
  padding: 16px 20px;
}

.post-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.post-content p {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #444;
  text-align: justify;
}

.post-content ul {
  margin-bottom: 10px;
  padding-left: 20px;
}

.post-content ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.payment-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.payment-item {
  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: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.payment-item img {
  max-height: 32px;
  max-width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  background-color: rgba(210, 210, 210, 0.218);
}
.footer h2 {
  font-size: 16px;
  color: rgb(86, 86, 86);
  text-align: left;
  margin: 15px 0px;
}

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

.inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

.our-phone {
  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;
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.copy a:hover {
  color: rgb(255, 167, 91);
}

.modal-polit {
  display: none;
  /* Спочатку вікно приховане */
  position: fixed;
  z-index: 1;
  /* Вікно буде поверх всього іншого контенту */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Напівпрозорий фон */
}

.modal-content {
  text-align: center;
  padding: 50px;
  margin: 15% auto;
  border-radius: 10px;
  width: 90%;
  max-width: 560px;
  position: relative;
}

.modal-content a {
  color: rgb(111, 52, 10);
  display: block;
  margin: 20px 0;
}

.modal-content a:hover {
  color: rgb(255, 106, 0);
  display: block;
  margin: 20px 0;
}

.close {
  color: rgb(121, 48, 17);
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.close:hover,
.close:focus {
  color: #b26d06;
  text-decoration: none;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

a.polit {
  color: rgb(167, 81, 0);
  font-size: 14px;
  cursor: pointer;
}

@media screen and (max-width: 767.8px) {
  .payment-item img {
    max-height: 24px;
    max-width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .inner {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    justify-items: start;
  }
}
.infa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

@media screen and (max-width: 816px) {
  .social-bottom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media screen and (max-width: 560px) {
  .inner {
    display: grid;
    grid-template-columns: 1fr;
  }
  .social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .our-phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .inner h2 {
    text-align: center;
  }
  .our-pays, .our-phone {
    width: 100%;
  }
  .payment-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .graphik {
    text-align: center;
  }
}