html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background-color: #2A2A2A;
  line-height: 1.4;
  overflow-x: hidden;
  height: 100%;
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

:root {
  --bw-white: #EDEDED;
  --bw-black: #2C3136;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

a:hover {
  opacity: 0.8;
}

/* .section-bg {
  background-color: #F9F9F9;
} */

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.scroll-all {
  overflow: hidden;
  overflow-x: scroll;
}

.form-group:has(textarea) {
  grid-column: 1 / -1;
}

.swiper-initialized {
  overflow: hidden;
}

.swiper-button-box .swiper-button-disabled,
.swiper-button-box .swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-prev,
.swiper-button-next {
  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: static;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  margin: 0;
  z-index: 1;
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  opacity: 1;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 20px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-wrapper {
  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;
  margin-top: 30px;
}

/* section:has(.swiper-slide-active) .swiper-button-wrapper {
  display: flex;
} */

.swiper-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-button-wrapper-title {
  color: #757575;
  font-size: clamp(1rem, 0.938rem + 0.278vw, 1.25rem);
  max-width: 170px;
}

.swiper-pagination {
  position: static;
  /* position: absolute;
  bottom: 20px; */
  position: static !important;
  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;
  gap: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 20px 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  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: 100%;
  height: 3px;
  opacity: 1;
  position: relative;
  background-color: #d9d9d9;
  border-radius: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.swiper-pagination-bullet-active {
  background-color: #2C3136;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.swiper-pagination {
  display: none;
}

#main__swiper-pag-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: clamp(31.25rem, 5.066rem + 34.942vw, 44.375rem);
  position: absolute !important;
  bottom: 0;
}

@media (max-width: 1199px) {
  #main__swiper-pag-2 {
    max-width: 100%;
    position: static !important;
  }
}

.info .swiper-pagination {
  -ms-flex-item-align: end;
  align-self: flex-end;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0;
}

#main__swiper-pag-2 .swiper-pagination-bullet-active {
  height: 3px;
  background-color: #2C3136;
}

/* @media (max-width: 991px) {
  .swiper-button-box {
    display: none;
  }

  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
} */

h1,
.h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: clamp(0.625rem, 0.2041rem + 1.7959vw, 2rem);
  margin-top: clamp(0.625rem, 0.2041rem + 1.7959vw, 2rem);
}

h2,
.h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: clamp(0.875rem, 0.7985rem + 0.3265vw, 1.125rem);
  margin-top: clamp(0.875rem, 0.7985rem + 0.3265vw, 1.125rem);
}

h3,
.h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: clamp(0.625rem, 0.5484rem + 0.438vw, 1rem);
  margin-top: clamp(0.625rem, 0.5484rem + 0.438vw, 1rem);
}

h4,
.h4 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: clamp(0.875rem, 0.7985rem + 0.3265vw, 1.125rem);
  margin-top: clamp(0.875rem, 0.7985rem + 0.3265vw, 1.125rem);
}

h5,
.h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: clamp(0.875rem, 0.7985rem + 0.3265vw, 1.125rem);
  margin-top: clamp(0.875rem, 0.7985rem + 0.3265vw, 1.125rem);
}

h6,
.h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: clamp(0.875rem, 0.7985rem + 0.3265vw, 1.125rem);
  margin-top: clamp(0.875rem, 0.7985rem + 0.3265vw, 1.125rem);
}

@media (max-width: 991px) {

  h1,
  .h1 {
    font-size: 35px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 23px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 26px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  p {
    font-size: 16px;
  }

}

.decor {
  color: #C28840;
}

form label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}


footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.noscroll {
  overflow: hidden;
}

.visible-header {
  overflow: visible !important;
}

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

.rel {
  position: relative;
}

.dark,
.dark-7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
}

.dark.active {
  z-index: 3;
  opacity: 1;
}

.dark-7.active {
  z-index: 7;
  opacity: 1;
}

.btn-top {
  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: fixed;
  left: 95%;
  /* right: 80px; */
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-color: rgb(44, 49, 54, 0.5);
  border: 1px solid #EDEDED33;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: inset 1 0 0 0 transparent;
  box-shadow: inset 1 0 0 0 transparent;
  translate: 0 0 0;
  z-index: 3;
}

.btn-top:hover {
  -webkit-box-shadow: inset 80px 80px 0 0 rgb(247, 185, 109, 0.5);
  box-shadow: inset 80px 80px 0 0 rgb(247, 185, 109, 0.5);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-top.active {
  /* translate: 0 -100vh 0; */
  -webkit-transform: translateY(calc(-100vh + 350px));
  -ms-transform: translateY(calc(-100vh + 350px));
  transform: translateY(calc(-100vh + 350px));
  /* bottom: auto;
  top: 100px; */
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 1200px) {
  .btn-top.active {
    -webkit-transform: translateY(calc(-100vh + 190px));
    -ms-transform: translateY(calc(-100vh + 190px));
    transform: translateY(calc(-100vh + 190px));
  }

  .btn-top {
    left: auto;
    right: 20px;
    bottom: 15px;
    /* top: auto; */
    width: 30px;
    height: 30px;
  }

  .btn-top svg {
    width: 16px;
  }
}

.btn {
  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;
  gap: 20px;
  padding: 0 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  height: 60px;
  color: #ffffff;
  font-weight: 600;
  /* font-size: 14px; */
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 991px) {

  .btn {
    font-size: 16px;
    height: 50px;
  }

}

@media (max-width: 575px) {

  .btn {
    max-width: 100%;
    width: 100%;
  }

}

.btn-primary:hover {
  -webkit-box-shadow: inset 0 70px 0 0 #f7b96d;
  box-shadow: inset 0 70px 0 0 #f7b96d;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
}

.btn-primary {
  background-color: #C28840;
}

.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.header__burg-box {
  position: relative;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"] {
  width: 100%;
  outline: transparent;
  border: none;
  height: 75px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: transparent;
  border: 1px solid #C28840;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
  width: 15px;
  height: 15px;
  margin: 0;
}

/* Супер-хак для автозаповнення */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background: transparent !important;
}


@media (max-width: 991px) {

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type="search"] {
    height: 50px;
  }

}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 16px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 16px;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
}

textarea {
  width: 100%;
  outline: transparent;
  resize: none;
  border: none;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #C28840;
  font-size: 16px;
  height: 100%;
  max-height: 165px;
  padding: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.text-error {
  display: block;
  color: red;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 0;
}

.error {
  display: block;
  color: red;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 0;
  margin: 0;
}

.form-group:has(.form-error) textarea,
.form-group:has(.form-error) input {
  border: 1px solid red;
}

.form-group:has(.error) textarea {
  padding: 15px;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover {
  border: 1px solid#f7b96d;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid#f7b96d;
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

.form-group button+input {
  padding: 0 16px;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #c28840;
  border-radius: 5px;
}

.header__burg-scroll::-webkit-scrollbar {
  width: 3px;
}

*::-moz-scrollbar {
  width: 0px;
  height: 0px;
}

*::-moz-scrollbar-track {
  background: transparent;
}

*::-moz-scrollbar-thumb {
  background: #c28840;
}

.section-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 70px;
}

.section-title-box .section-title {
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title {
  font-size: 50px;
  font-weight: 600;
  margin-top: 0;
}

@media (max-width: 767px) {

  .section-title-box {
    margin-bottom: 35px;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}

.section-title h2 {
  position: relative;
  margin: 0 !important;
}

.section-title h2::after {
  content: '';
  display: flex;
  width: 120px;
  height: 5px;
  background-color: #C28840;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .section-title h2::after {
    width: 55px;
  }
}

.section-title-info {
  color: #757575;
  font-size: clamp(0.875rem, 0.813rem + 0.278vw, 1.125rem);
  margin-bottom: clamp(1.875rem, 1.719rem + 0.694vw, 2.5rem);
}

.slider__btn-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* section:first-child {
  padding-top: clamp(0.625rem, 0.4643rem + 0.7143vw, 1.25rem);
  padding-bottom: clamp(1.25rem, 0.8482rem + 1.7857vw, 2.8125rem);
}

section:first-of-type {
  padding-top: clamp(0.625rem, 0.4643rem + 0.7143vw, 1.25rem);
  padding-bottom: clamp(1.25rem, 0.8482rem + 1.7857vw, 2.8125rem);
} */

section {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* section:last-child {
  padding-bottom: 100px;
}

section:last-of-type {
  padding-bottom: 100px;
} */

@media (max-width: 767px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}

.fade-hide-box {
  display: grid;
  margin-bottom: 20px;
}

.fade-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 24px;
  cursor: pointer;
  padding: 30px 0;

  svg {
    width: 20px;
  }
}

.fade-hide-box-border {
  border-bottom: 1px solid #C28840;
}

.fade-svg-box-page {
  rotate: 0deg;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fade-title.active .fade-svg-box-page {
  rotate: 180deg;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hide-text {
  display: none;
}

.hide-text-info {
  display: grid;
  gap: 10px;
  font-size: 18px;
  margin: 0 0 35px 0;
}


@media (max-width: 767px) {
  .fade-title {
    font-size: 18px;
    padding: 20px 0;
  }

  .hide-text-info {
    font-size: 14px;
    margin: 0 0 25px 0;
  }

}


/*--------------------------------------------------header*/


.header {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  height: 100dvh;
  background-color: #131417;
  z-index: 5;
}

.header__top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: clamp(0.75rem, -0.6786rem + 1.9048vw, 1.25rem);
  padding-bottom: clamp(0.75rem, -0.6786rem + 1.9048vw, 1.25rem);
  background-color: transparent;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 5;
}

.header__top.active {
  background-color: #131417;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 7;
}


.header__top-inner {
  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;
  gap: 20px;
}

@media (max-width: 991px) {
  .header__top-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }

  .header__top-inner .custom-logo-link,
  .header__burger-menu .custom-logo-link {
    width: 60px;
  }
}

.header__top-img {
  width: 100%;
  height: 100%;
  /* grid-column: 1;
  grid-row: 3;
  align-self: flex-end; */
  position: absolute;
  overflow: hidden;
}

.header__top-img img {
  width: 100%;
  height: 100%;
}

.next-block-arrow {
  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;
  line-height: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  align-self: flex-end;
  -ms-grid-column-align: center;
  justify-self: center;
  border: 1px solid #EDEDED33;
  border-radius: 50%;
  width: clamp(3.125rem, 2.891rem + 1.042vw, 4.063rem);
  height: clamp(3.125rem, 2.891rem + 1.042vw, 4.063rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 20px;
  margin-bottom: clamp(3.125rem, 2.344rem + 3.472vw, 6.25rem);
  z-index: 3;
}

.next-block-arrow:hover {
  border: 1px solid #C28840;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.next-block-arrow svg {
  width: clamp(0.875rem, 0.781rem + 0.417vw, 1.25rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.next-block:hover svg path {
  fill: #C28840;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__top-img svg {
  width: 120%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__nav a.active[href^="#"] {
  color: #C28840 !important;
}


@media (max-width: 575px) {
  .header__top-img svg {
    width: 270%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

.fill {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 140px 1fr auto;
  grid-template-rows: 140px 1fr auto;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  /* overflow: auto; */
}

/* @media (max-width: 767px) {

  .header,
  .fill,
  .header__top-img {
    max-height: 760px;
  }
} */

.header__top-title-box {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  /* justify-self: center;
  text-align: center; */
  z-index: 2;
}

.header__top-title {
  margin-top: 0 !important;
}

.header__title {
  font-size: clamp(1.75rem, 1.25rem + 2.222vw, 3.75rem);
  font-weight: 400;
  max-width: 1200px;
}

@media (max-width: 575px) {
  .header__title {
    text-align: left;
  }
}

.header__top-title svg {
  width: clamp(1.875rem, 1.484rem + 1.736vw, 3.438rem);
  height: clamp(0.875rem, 0.688rem + 0.833vw, 1.625rem);
}

.header__top-title-info {
  /* text-align: center; */
  font-size: 20px;
  max-width: 750px;
  /* margin: 0 auto; */
  margin-bottom: 35px;
}

.header__nav {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .header__nav {
    display: none;
  }

  .header__top-title-info {
    font-size: 14px;
  }
}

.header__nav-list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 700;
  gap: clamp(1.25rem, 0.781rem + 2.083vw, 3.125rem);
  text-transform: uppercase;
}

.header__nav-list li:hover a,
.header__nav-list li.current_page_item a {
  color: #f7b96d;
  opacity: 1 !important;
}

header .logo,
header .custom-logo-link {
  max-width: clamp(4.375rem, 3.672rem + 3.125vw, 7.188rem);
}

.custom-logo-link img {
  height: auto;
  width: auto;
}

.order-btn:hover {
  color: #C28840;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

.header__burg-btn,
.header__burger-menu {
  display: none;
}

.phone {
  color: #C28840;
  font-size: 20px;
  font-weight: 700;
}

.phone:hover {
  color: #f7b96d;
  opacity: 1 !important;
}

@media (max-width: 1199px) {

  .header__nav-list,
  .phone {
    font-size: 18px;
    gap: 30px;
  }
}


@media (max-width: 991px) {

  .order-btn {
    display: none;
  }

  .header__burg-scroll .header__nav,
  .header__burg-scroll .order-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .header__burg-scroll .order-btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .header__burg-btn {
    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;
  }

  .header__burg-btn:hover svg rect {
    fill: #C28840;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .header__burg-btn svg rect:nth-child(1) {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  body:has(.header__burger-menu.active) .header__burg-btn svg rect:nth-child(1) {
    -webkit-transform: translate(0px, 2.8px);
    -ms-transform: translate(0px, 2.8px);
    transform: translate(0px, 2.8px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .header__burger-menu {
    background-color: #131417;
    display: block;
    max-width: 500px;
    width: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    left: -100%;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 10;
  }

  .header__burger-menu.active {
    display: block;
    left: 0;
  }

  .header__burger-top {
    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;
    gap: 20px;
    padding: 10px 30px;
  }

  .header__burg-btn-close {
    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;
    line-height: 1;
    font-size: 50px;
    color: var(--bw-white);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
  }

  .header__burg-btn-close svg {
    scale: 1.2;
    rotate: 0deg;
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }

  .header__burg-btn-close.active {
    rotate: 360deg;
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }

  body:has(.header__burger-menu.active) .header__burg-btn-close {
    rotate: 360deg;
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }

  .header__burger-menu .header__nav-list {
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    font-size: 18px;
  }

  .header__burger-menu .header__nav-list a {
    padding: 10px 0;
  }


  .header__burger-menu .header__nav-list .next-block {
    padding: 12px;
    gap: 0;
    cursor: pointer;
  }
}

.header__burg-btn-close:hover svg path {
  stroke: #C28840;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__burg-scroll .header__top-inner {
  display: block;
  max-height: calc(100vh - 80px);
  overflow: auto;
  height: 100%;
  background-color: #2A2A2A;
  padding: 20px 30px;
}

.header__burg-scroll .header__top-inner::-webkit-scrollbar {
  width: 3px;
}

.header__burger-menu-rel {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 10px 1fr;
  grid-template-rows: auto 1fr;
  gap: 4px;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------*/



.main__swiper-inner {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.main__swiper-inner:hover {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main__swiper-inner:hover img {
  scale: 1.1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main__swiper-box {
  height: 100%;
  overflow: hidden;
}

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

.main__swiper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main__swiper .swiper-slide {
  background-color: #303030;
  height: auto;
  padding: 35px;
  /* border-radius: 10px; */
}

.main__swiper .swiper-wrapper {
  box-sizing: border-box;
}

@media (max-width: 991px) {

  .main__swiper-title {
    font-size: 18px;
    font-weight: 700;

    svg {
      width: 14px;
    }
  }

  .main__swiper-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main__swiper .swiper-slide {
    padding: 25px;
  }
}



/*--------------------------------------------------info-wrapper*/


.info {
  overflow: hidden;
}

.info-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-column-gap: clamp(1.875rem, -6.853rem + 11.647vw, 6.25rem);
  -moz-column-gap: clamp(1.875rem, -6.853rem + 11.647vw, 6.25rem);
  column-gap: clamp(1.875rem, -6.853rem + 11.647vw, 6.25rem);
  row-gap: 30px;
}

@media (max-width: 1199px) {
  .info-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  grid-auto-flow: dense;
}

.info-wrapper-slide:nth-child(2),
.info-wrapper-slide:nth-child(3) {
  grid-column: 2;
  grid-row: span 1;
  max-height: 195px;
}

.info-wrapper-slide:nth-child(8),
.info-wrapper-slide:nth-child(9) {
  grid-column: 3;
  grid-row: span 1;
  max-height: 195px;
}

.info-wrapper-slide {
  grid-row: span 2;
  max-height: 400px;
}


@media (max-width: 575px) {
  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
    /* gap: 5px; */
  }

  .info-wrapper-slide {
    grid-column: auto !important;
    grid-row: auto !important;
    max-height: inherit !important;
  }
}


/* @media (max-width: 575px) {
  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  .info-wrapper-slide:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .info-wrapper-slide:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    max-height: 140px;
  }

  .info-wrapper-slide:nth-child(8),
  .info-wrapper-slide:nth-child(9) {
    grid-column: auto;
    grid-row: auto;
  }

  .info-wrapper-slide:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
    max-height: 140px;
  }

  .info-wrapper-slide:nth-child(6) {
    grid-column: 1;
    grid-row: 4;
    max-height: 140px;
  }

  .info-wrapper-slide:nth-child(8) {
    grid-column: 2;
    grid-row: 5;
    max-height: 140px;
  }

  .info-wrapper-slide:nth-child(9) {
    grid-column: 2;
    grid-row: 6;
    max-height: 140px;
  }
} */


.info-wrapper-photo {
  /* border-radius: 10px; */
  height: 100%;
  overflow: hidden;
}

.info-wrapper-photo a,
.info-wrapper-photo img {
  width: 100%;
  height: 100%;
  /* -o-object-position: top;
  object-position: top; */
}

.info-wrapper-value {
  display: -ms-grid;
  display: grid;
  gap: clamp(0.625rem, 0.547rem + 0.347vw, 0.938rem);
  align-self: flex-end;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.info-wrapper-value-1 {
  display: block;
  font-size: clamp(1.125rem, 1.094rem + 0.139vw, 1.25rem);
}

.info-wrapper-value-2 {
  display: block;
  position: relative;
  font-size: clamp(1.5rem, 1.375rem + 0.556vw, 2rem);
  font-weight: 600;
}



/*--------------------------------------------------info-number-wrapper*/



.info-number-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 30px;
}

.info-number-wrapper .section__title {
  grid-column: 1 / -1;
}

.info-number-value {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.info-number-value-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.info-number-photo {
  grid-column: 2 / -1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 60px;
}

.info-number-photo img {
  width: 100%;
}

.info-number-value-1 {
  font-size: clamp(4rem, 3rem + 4.444vw, 8rem);
  font-weight: 600;
}

.info-number-value-1 span {
  font-size: clamp(1.5rem, 1.438rem + 0.278vw, 1.75rem);
  font-weight: 600;
  margin-left: -25px;
}

.info-number-value-2 {
  color: #5A5A5A;
  font-size: clamp(1.125rem, 1.094rem + 0.139vw, 1.25rem);
}

@media (max-width: 1199px) {
  .info-number-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .info-number-photo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .info-number-value {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 60px;
  }

  .info-number-value-top {
    -ms-grid-row: 6;
    grid-row: 6;
    border: none;
  }

  .info-number-value-1 span {
    margin-left: -10px;
  }
}


/*--------------------------------------------------email-box*/



.email-box {
  background-color: #303030;
  margin-top: 45px;
}

.email-box-info {
  display: block;
  font-size: clamp(1rem, 0.969rem + 0.139vw, 1.125rem);
  line-height: 1.5;
  padding-top: 32px;
}

.email-box-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* align-items: center; */
  column-gap: 230px;
  row-gap: 20px;
  margin-bottom: 30px;
}

/* .email-box-wrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 250px;
  row-gap: 10px;
} */

.wpcf7-form p {
  margin-bottom: 0;
}

/* p:has(.wpcf7-textarea) {
  grid-column: 2;
  grid-row: 1 / 3;
} */

p:has(textarea) textarea {
  min-height: 188px;
}

.email-box-wrapper form .btn-primary {
  border: 2px solid #C28840;
  margin-top: 20px;
}

.email-box-wrapper form .btn-primary:hover {
  border: 2px solid #f7b96d;
}

.wpcf7 form .wpcf7-response-output {
  grid-column: 1 / -1;
  border: none;
  /* color: red; */
  padding: 0;
  margin: 0;
}

.form-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 250px;
  row-gap: 25px;
}

.form-box-input span {
  display: block;
  margin-bottom: 10px;
}

.form-box-input span br {
  display: none;
}

@media (max-width: 1500px) {

  .email-box-inner,
  .form-box {
    column-gap: 50px;
  }
}

@media (max-width: 991px) {

  .email-box-inner,
  .form-box {
    grid-template-columns: 1fr;
  }

  p:has(.wpcf7-textarea) {
    grid-column: auto;
    grid-row: auto;
  }

  .email-box-inner {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .email-box-info {
    display: none;
  }

  p:has(textarea) textarea {
    height: 165px !important;
  }

  p:has(textarea) textarea {
    min-height: inherit;
  }
}

@media (max-width: 575px) {
  .email-box {
    overflow: hidden;
  }

  .email-box-wrapper {
    overflow: visible;
  }

  .form-box {
    width: 100%;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }

  .email-box-wrapper form .btn {
    width: 100%;
  }

}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 14px;
  margin: 5px 0 15px 0;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}




/*--------------------------------------------------about-us*/


.about-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 10px;
}

.about-image {
  justify-self: flex-end;
  max-width: 410px;
}

.about-image img {
  object-fit: contain;
}

.about-bottom-title {
  max-width: 350px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-bottom-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.about-bottom-text li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
}


@media (max-width: 991px) {

  .about-top {
    grid-template-columns: 1fr;
  }

  .about-image {
    display: none;
  }

  .about-bottom {
    display: grid;
    gap: 15px;
  }

  .about-bottom-title {
    max-width: 100%;
    font-size: 18px;
    margin: 20px 0;
  }

  .about-bottom-text {
    display: contents;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .about-bottom-text li {
    font-size: 16px;
  }

  .about-bottom-title:nth-child(2) {
    grid-row: 5;
  }

  .about-bottom-title:nth-child(3) {
    grid-row: 9;
  }
}



/*--------------------------------------------------service*/



.service-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-box-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #303030;
  padding: 35px;
}

.service-box-number {
  color: #C28840;
  font-size: 48px;
  font-weight: 700;
}

.service-box-title {
  font-size: 28px;
  font-weight: 700;
}

.service-box-size span,
.service-box-characteristics span {
  display: none;
}

@media (max-width: 1199px) {

  .service-box-size span,
  .service-box-characteristics span {
    display: flex;
  }

  .service-box-number {
    color: #C28840;
    font-size: 35px;
    font-weight: 700;
  }

  .service-box-title {
    font-size: 24px;
    font-weight: 700;
  }

  .service-box-text {
    font-size: 16px;
  }

}

@media (max-width: 991px) {

  .popular-services .container,
  .fixing-services .container {
    display: grid;
    gap: 10px;
  }

  .popular-services .section-title-box,
  .fixing-services .section-title-box {
    display: contents;
  }

  .popular-services .btn-link,
  .fixing-services .btn-link {
    /* max-width: 100%;
    width: 100%; */
    grid-row: 3;
  }

  .service-box-number {
    font-size: 24px;
  }

  .service-box-title {
    font-size: 20px;
  }

  .service-box-item {
    gap: 10px;
  }

  .service-box {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

}


@media (max-width: 767px) {

  .service-box-item {
    padding: 25px;
  }
}

@media (max-width: 575px) {

  .service-box {
    grid-template-columns: 1fr;
  }
}

.hide-block-box {
  display: grid;
  grid-template-columns: 1fr 4fr;
  column-gap: 50px;
  row-gap: 10px;
  pointer-events: none;
  border-bottom: 1px solid #C28840;
  padding: 30px 0;

  .fade-svg-box-page {
    display: none;
  }

  .hide-text {
    display: flex;
  }
}

.hide-block-box:last-child {
  border-bottom: 1px solid transparent;
}

.hide-text-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  column-gap: 50px;
  row-gap: 30px;

  li {
    display: grid;
    gap: 10px;

    span {
      font-size: 18px;
      font-weight: 700;
    }
  }

}

.popular-services-title {
  /* font-size: 28px; */
  font-weight: 700;
}

.service-box-image {
  max-width: 300px;
  max-height: 230px;
}

.service-box-image img {
  width: 100%;
  height: 100%;
  max-height: 230px;
}


@media (max-width: 1199px) {

  .popular-services-title {
    font-size: 18px;
  }

  .hide-block-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    pointer-events: auto;
    padding: 0;

    .fade-svg-box-page {
      display: flex;
    }

    .hide-text {
      display: none;
    }

    .service-box-size {
      font-size: 14px;
    }

    .service-box-characteristics {
      font-size: 14px;
    }
  }

  .hide-text-box {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding-bottom: 30px;
  }

  .service-box-image {
    max-width: 100%;
    max-height: 390px;
  }

  .service-box-image img {
    max-height: 390px;
  }
}


@media (max-width: 575px) {

  .popular-services-title {
    font-size: 16px;
  }
}


/*--------------------------------------------------price*/


.price-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* grid-template-columns: repeat(4, 1fr); */
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  max-width: 1200px;
  gap: 20px;
  margin: 0 auto;
}

.price-block-size {
  font-size: 40px;
  color: #C28840;
}

.price-block-sum {
  font-size: 24px;
}

.price-title-info {
  font-size: 24px;
}

.price-block-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  background-color: #303030;
  min-width: 220px;
  padding: 40px;
  overflow: hidden;
}

.price-block-item:nth-child(5) {
  min-width: 410px;
}

.price-block-item:nth-child(6) {
  min-width: 330px;
}

.price-block-item:nth-child(7) {
  min-width: 330px;
}


@media (max-width: 1199px) {
  .price-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .price-block-item {
    min-width: auto !important;
  }

  .price-title-info {
    font-size: 14px;
  }

}

/* Загальний стиль для всіх кутів */
.price-block-item::before,
.price-block-item::after,
.price-block-item span::before,
.price-block-item span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: white;
  border-style: solid;
}

/* Верх-лівий */
.price-block-item::before {
  top: 20px;
  left: 20px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-width: 0;
  border-bottom-width: 0;
}

/* Верх-правий */
.price-block-item::after {
  top: 20px;
  right: 20px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-left-width: 0;
  border-bottom-width: 0;
}

/* Низ-лівий */
.price-block-item span::before {
  bottom: 20px;
  left: 20px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 0;
  border-top-width: 0;
}

/* Низ-правий */
.price-block-item span::after {
  bottom: 20px;
  right: 20px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-top-width: 0;
}

@media (max-width: 767px) {

  .price-block {
    display: grid;
    gap: 15px;
  }

  .price-block-item {
    gap: 10px;
    padding: 25px;
  }

  .price-block-size {
    font-size: 24px;
    color: #C28840;
  }

  .price-block-sum {
    font-size: 18px;
  }

  .price-block-item::before {
    top: 15px;
    left: 15px;
  }

  .price-block-item::after {
    top: 15px;
    right: 15px;
  }

  .price-block-item span::before .price-block-item::before {
    top: 15px;
    left: 15px;
  }

  .price-block-item::after {
    top: 15px;
    right: 15px;
  }

  .price-block-item span::before {
    bottom: 15px;
    left: 15px;
  }

  .price-block-item span::after {
    bottom: 15px;
    right: 15px;
  }

  .price-block-item span::after {
    bottom: 15px;
    right: 15px;
  }

}

@media (max-width: 575px) {

  .price-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-block-item:last-child {
    grid-column: 1 / -1;
  }

}


/*--------------------------------------------------privacy*/


.page-content ul,
.page-content ol {
  font-size: clamp(1rem, 0.938rem + 0.278vw, 1.25rem);
  line-height: 1.4;
  color: #757575;
  font-weight: 400;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}

.page-content ol {
  list-style: decimal;
}

.privacy-description .container {
  max-width: 950px;
}

.privacy-description {
  padding: 20px 0;
}

.privacy-description h1 {
  font-size: clamp(1.375rem, 1.05rem + 1.625vw, 3rem);
  font-weight: 700;
  margin-bottom: 8px;
}

.privacy-description span {
  display: block;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  margin-bottom: 40px;
}

.privacy-description h2 {
  display: block;
  font-size: clamp(1.375rem, 1.25rem + 0.625vw, 2rem);
  font-weight: 700;
  margin-bottom: 24px;
}

.privacy-description ol b {
  display: block;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 14px;
}

.privacy-description p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.privacy-description span {
  display: block;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  margin-bottom: 40px;
}

.privacy-description ol {
  padding-left: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.privacy-description li {
  list-style: none;
}


/*--------------------------------------------------footer*/


footer {
  background-color: #1E1E1E;
  padding-top: clamp(1.25rem, -0.32rem + 6.977vw, 5rem);
  padding-bottom: clamp(1.25rem, -0.32rem + 6.977vw, 5rem);
}

.footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 767px) {
  .footer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  footer .custom-logo-link {
    justify-self: center;
    max-width: 90px;
  }
}

.footer__nav-title {
  font-size: clamp(1.5rem, 1.375rem + 0.556vw, 2rem);
  font-weight: 600;
  margin-bottom: 35px;
}

.footer__nav .header__nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.footer-link .header__nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

.footer__nav-telephone {
  display: grid;
  gap: 10px;
}

.header__nav-list-contact {
  display: grid;
  gap: 10px;
  justify-content: flex-end;
}

.footer__nav-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

body:has(#wpadminbar) .btn-top {
  bottom: 55px;
}


@media (max-width: 991px) {
  footer .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  body:has(#wpadminbar) footer {
    padding-bottom: 100px !important;
  }

  footer .logo {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .header__nav-list-contact {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .footer__nav .header__nav-list {
    font-size: 16px;
    margin-bottom: 15px;
  }
}



/*--------------------------------------------------media*/