@charset "UTF-8";
/*
    Theme Name: Anybusiness  Consult
    Author: Bo web 
    Author URI: http://www.boweb.com.ua
    Description: Starter Theme
    Version: 1.0
    License: GNU General Public License v3 or later
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
}

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

:focus, :active {
  outline: none;
}

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

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

details summary {
  list-style: none;
}
details summary:focus {
  outline: none;
}
details summary::-webkit-details-marker {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*--------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 488px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 680px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 904px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 1268px) {
  .container {
    max-width: 1180px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.row {
  margin-left: -gutter-width(xs);
  margin-right: -gutter-width(xs);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0) {
  .row {
    margin-left: -gutter-width(xs);
    margin-right: -gutter-width(xs);
  }
}
@media (min-width: 576px) {
  .row {
    margin-left: -gutter-width(sm);
    margin-right: -gutter-width(sm);
  }
}
@media (min-width: 768px) {
  .row {
    margin-left: -gutter-width(md);
    margin-right: -gutter-width(md);
  }
}
@media (min-width: 992px) {
  .row {
    margin-left: -gutter-width(lg);
    margin-right: -gutter-width(lg);
  }
}
@media (min-width: 1268px) {
  .row {
    margin-left: -gutter-width(xl);
    margin-right: -gutter-width(xl);
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 0) {
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) {
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .col {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 1268px) {
  .col {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

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

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

.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.3333333333%;
}

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

.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.3333333333%;
}

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

.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.3333333333%;
}

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

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

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1268px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #EDE9E5;
  color: #1A1916;
  font-family: "Nunito Sans", sans-serif;
}

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

::-webkit-scrollbar-thumb {
  background-color: #1A1916;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

p {
  font-size: 17px;
  line-height: 150%;
}
p.bold {
  font-weight: 800;
}

li {
  font-size: 17px;
  line-height: 150%;
}
li.bold {
  font-weight: 800;
}
li:not(:last-child) {
  margin-bottom: 16px;
}

h1, h2, h3, h4, h5 {
  font-family: "Wix Madefor Text", sans-serif;
  margin-bottom: 0.32em;
  font-weight: 800;
}

.h1 {
  font-size: 46px;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 58px;
  }
}
@media (min-width: 992px) {
  .h1 {
    font-size: 76px;
  }
}

h2, .h2 {
  font-size: 46px;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 76px;
  }
}

h3, .h3 {
  font-size: 37px;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 46px;
  }
}

*[data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.02, 0.34, 0.3, 0.78) !important;
          transition-timing-function: cubic-bezier(0.02, 0.34, 0.3, 0.78) !important;
}

/* Components */
.back-section.top-back {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .back-section.top-back {
    display: block;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
}
.back-section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 11px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #1A1916;
}
.back-section a::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7787 5.5575L10.7212 4.5L6.22119 9L10.7212 13.5L11.7787 12.4425L8.34369 9L11.7787 5.5575Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
  height: 18px;
}

.others-cast-section h3 {
  margin-bottom: 24px;
}
.others-cast-section .swiper {
  margin-right: -16px;
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .others-cast-section .swiper {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.others-cast-section .swiper-wrapper .swiper-slide {
  width: 205px;
}
@media (min-width: 768px) {
  .others-cast-section .swiper-wrapper .swiper-slide {
    width: auto;
  }
}
.others-cast-section .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .others-cast-section .swiper-wrapper .swiper-slide a {
    aspect-ratio: 0.9917355372;
  }
}
.others-cast-section .swiper-wrapper .swiper-slide a .block-case__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.others-cast-section .swiper-wrapper .swiper-slide a .block-case__image .block-case__image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(26, 25, 22, 0.6);
  top: 0;
}
.others-cast-section .swiper-wrapper .swiper-slide a .block-case__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.others-cast-section .swiper-wrapper .swiper-slide a .block-case__description {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px 24px;
  color: #fff;
  font-weight: 800;
  gap: 4px;
}
.others-cast-section .swiper-wrapper .swiper-slide a .block-case__description h4 {
  font-size: 17px;
}
@media (min-width: 768px) {
  .others-cast-section .swiper-wrapper .swiper-slide a .block-case__description h4 {
    font-size: 28px;
  }
}
.others-cast-section .swiper-wrapper .swiper-slide a .block-case__description p {
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.others-cast-section .swiper-wrapper .swiper-slide a:hover .block-case__image .block-case__image-overlay {
  background: #FFCB05;
}
.others-cast-section .swiper-wrapper .swiper-slide a:hover .block-case__description {
  color: #1A1916;
}

.component-banner {
  overflow: hidden;
  border-radius: 28px;
  position: relative;
  padding: 74px 44px 66px;
}
@media (min-width: 992px) {
  .component-banner {
    padding: 70px 44px 90px;
  }
}
.component-banner .component-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.component-banner .component-banner__bg .component-banner__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(26, 25, 22, 0.6);
  top: 0;
}
@media (min-width: 992px) {
  .component-banner .component-banner__bg .component-banner__overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 25, 22, 0.75)), to(rgba(26, 25, 22, 0.15)));
    background: linear-gradient(90deg, rgba(26, 25, 22, 0.75) 0%, rgba(26, 25, 22, 0.15) 100%);
  }
}
.component-banner .component-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.component-banner .component-banner__content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .component-banner .component-banner__content {
    text-align: left;
  }
}
.component-banner .component-banner__content h3 {
  font-size: 28px;
  text-align: left;
}
@media (min-width: 768px) {
  .component-banner .component-banner__content h3 {
    font-size: 46px;
  }
}
.component-banner .component-banner__content p {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 48px;
  text-align: left;
}
@media (min-width: 768px) {
  .component-banner .component-banner__content p {
    font-size: 21px;
    margin-bottom: 32px;
  }
}
.component-banner .component-banner__content .btn {
  background-color: #FFCB05;
  border-radius: 50px;
  color: #1A1916;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
  padding: 13px 24px;
  display: inline-block;
  font-weight: 800;
}
@media (min-width: 768px) {
  .component-banner .component-banner__content .btn {
    font-size: 21px;
    padding: 16px 32px;
  }
}
.component-banner .component-banner__content .btn:hover {
  background-color: #EDBD06;
}

.wpcf7-form {
  text-align: center;
}
@media (min-width: 768px) {
  .wpcf7-form {
    text-align: left;
  }
}
.wpcf7-form .input-wrapper {
  border: 1px solid #1A1916;
  border-radius: 4px;
  padding: 15px 16px;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.wpcf7-form .input-wrapper.active label {
  top: -12px;
  width: auto;
  font-size: 12px;
  padding: 0 4px;
}
.wpcf7-form .input-wrapper.error {
  border-color: #dc3232;
}
.wpcf7-form .input-wrapper.error label {
  color: #dc3232;
}
.wpcf7-form .input-wrapper label {
  position: absolute;
  width: calc(100% - 32px);
  background-color: #EDE9E5;
  z-index: 2;
}
.wpcf7-form .input-wrapper input, .wpcf7-form .input-wrapper textarea {
  background-color: #EDE9E5;
  font-size: 17px;
  line-height: 150%;
  color: #1A1916;
  width: 100%;
}
.wpcf7-form .input-wrapper input::-webkit-input-placeholder, .wpcf7-form .input-wrapper textarea::-webkit-input-placeholder {
  color: #1A1916;
}
.wpcf7-form .input-wrapper input::-moz-placeholder, .wpcf7-form .input-wrapper textarea::-moz-placeholder {
  color: #1A1916;
}
.wpcf7-form .input-wrapper input:-ms-input-placeholder, .wpcf7-form .input-wrapper textarea:-ms-input-placeholder {
  color: #1A1916;
}
.wpcf7-form .input-wrapper input::-ms-input-placeholder, .wpcf7-form .input-wrapper textarea::-ms-input-placeholder {
  color: #1A1916;
}
.wpcf7-form .input-wrapper input::placeholder, .wpcf7-form .input-wrapper textarea::placeholder {
  color: #1A1916;
}
.wpcf7-form .input-wrapper textarea {
  height: 126px;
}
.wpcf7-form .input-wrapper .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .custom-submit {
  display: inline-block;
  background-color: #1A1916;
  color: #fff;
  width: auto;
  margin: auto;
  margin-top: 4px;
  border-radius: 50px;
  padding: 10px 24px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .wpcf7-form .custom-submit {
    padding: 16px 32px;
  }
}
.wpcf7-form .custom-submit input {
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}
@media (min-width: 768px) {
  .wpcf7-form .custom-submit input {
    font-size: 21px;
  }
}
.wpcf7-form .custom-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  border: 4px solid #FFCB05;
  width: 28px;
  height: 28px;
}
.wpcf7-form .custom-submit .wpcf7-spinner::before {
  background-color: #1A1916 !important;
  top: -3px !important;
  left: -3px !important;
  -webkit-transform-origin: 11px 11px !important;
      -ms-transform-origin: 11px 11px !important;
          transform-origin: 11px 11px !important;
}
.wpcf7-form .custom-submit:hover {
  background-color: #FFCB05;
  border-color: #FFCB05;
}
.wpcf7-form .custom-submit:hover input {
  color: #1A1916;
}
.wpcf7-form .wpcf7-response-output {
  background-color: #FFCB05;
  border-color: #FFCB05 !important;
  padding: 24px 16px !important;
  border-radius: 4px;
}
.wpcf7-form .wpcf7-acceptance {
  text-align: left;
  margin-bottom: 24px;
  display: block;
}
@media (min-width: 768px) {
  .wpcf7-form .wpcf7-acceptance {
    margin-bottom: 16px;
  }
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance label {
  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: 11px;
}
.wpcf7-form .wpcf7-acceptance label input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #1A1916;
  cursor: pointer;
}
.wpcf7-form .wpcf7-acceptance label input:checked {
  background-color: #1A1916;
}
.wpcf7-form .wpcf7-acceptance label span {
  width: calc(100% - 29px);
}
.wpcf7-form.submitting .custom-submit input {
  color: transparent;
}
.wpcf7-form.sent .custom-submit {
  background-color: #FFCB05;
}
.wpcf7-form.sent .custom-submit > p::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13.4L3 9.4L4.4 8L7 10.6L13.6 4L15 5.4L7 13.4Z' fill='%231A1916'/%3E%3C/svg%3E%0A") " Контакти залишено";
  color: #1A1916;
  font-size: 15px;
  font-weight: 800;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .wpcf7-form.sent .custom-submit > p::before {
    font-size: 21px;
  }
}
.wpcf7-form.sent .custom-submit input {
  display: none;
  color: transparent;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.poppup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(26, 25, 22, 0.45);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  padding: 30px 16px;
  display: none;
}
.poppup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.poppup .poppup__wrapper {
  background-color: #EDE9E5;
  padding: 24px;
  border-radius: 14px;
  max-width: 648px;
  min-height: 618px;
  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: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .poppup .poppup__wrapper {
    padding: 48px;
    border-radius: 28px;
  }
}
.poppup .poppup__wrapper .poppup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .poppup .poppup__wrapper .poppup__close {
    top: 24px;
    right: 24px;
  }
}
.poppup .poppup__wrapper .poppup__close::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
}
.poppup .poppup__wrapper .poppup__content {
  width: 100%;
}
.poppup#form-register .poppup__wrapper .poppup__content {
  text-align: center;
}
.poppup#form-register .poppup__wrapper h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .poppup#form-register .poppup__wrapper h4 {
    font-size: 28px;
  }
}
.poppup#form-register .poppup__wrapper .wpcf7-form {
  text-align: center;
}
.poppup#thank-you .poppup__wrapper .poppup__content, .poppup#thank-you-regiser .poppup__wrapper .poppup__content {
  text-align: center;
}
.poppup#thank-you .poppup__wrapper .poppup__content > span.icon, .poppup#thank-you-regiser .poppup__wrapper .poppup__content > span.icon {
  width: 80px;
  height: 80px;
  border: 1px solid #1A1916;
  background-color: #FFCB05;
  border-radius: 60px;
  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;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .poppup#thank-you .poppup__wrapper .poppup__content > span.icon, .poppup#thank-you-regiser .poppup__wrapper .poppup__content > span.icon {
    margin-bottom: 44px;
  }
}
.poppup#thank-you .poppup__wrapper .poppup__content h4, .poppup#thank-you-regiser .poppup__wrapper .poppup__content h4 {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .poppup#thank-you .poppup__wrapper .poppup__content h4, .poppup#thank-you-regiser .poppup__wrapper .poppup__content h4 {
    margin-bottom: 36px;
  }
}
.poppup#thank-you .poppup__wrapper .poppup__content p, .poppup#thank-you-regiser .poppup__wrapper .poppup__content p {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .poppup#thank-you .poppup__wrapper .poppup__content p, .poppup#thank-you-regiser .poppup__wrapper .poppup__content p {
    margin-bottom: 64px;
  }
}
.poppup#thank-you .poppup__wrapper .poppup__content span.btn, .poppup#thank-you-regiser .poppup__wrapper .poppup__content span.btn {
  border: 1px solid #1A1916;
  border-radius: 40px;
  padding: 10px 24px;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .poppup#thank-you .poppup__wrapper .poppup__content span.btn, .poppup#thank-you-regiser .poppup__wrapper .poppup__content span.btn {
    border: 1px solid #1A1916;
    border-radius: 40px;
    padding: 13px 32px;
    font-weight: 900;
    font-size: 21px;
    line-height: 30px;
  }
}
.poppup#thank-you .poppup__wrapper .poppup__content span.btn:hover, .poppup#thank-you-regiser .poppup__wrapper .poppup__content span.btn:hover {
  background-color: #FFCB05;
}
.poppup#register_popup .poppup__wrapper {
  padding: 24px 16px 32px;
  min-height: auto;
}
@media (min-width: 768px) {
  .poppup#register_popup .poppup__wrapper {
    width: 90%;
    padding: 30px;
    max-width: 1030px;
  }
}
@media (min-width: 1268px) {
  .poppup#register_popup .poppup__wrapper {
    padding: 48px;
  }
}
@media (min-width: 768px) {
  .poppup#register_popup .poppup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 1268px) {
  .poppup#register_popup .poppup__content {
    gap: 48px;
  }
}
.poppup#register_popup .poppup__content .poppup__image {
  display: none;
}
@media (min-width: 768px) {
  .poppup#register_popup .poppup__content .poppup__image {
    display: block;
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
    width: 40%;
  }
  .poppup#register_popup .poppup__content .poppup__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) {
  .poppup#register_popup .poppup__content .poppup__block {
    width: calc(100% - 30px - 40%);
  }
}
.poppup#register_popup .poppup__content .poppup__block .poppup__heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.poppup#register_popup .poppup__content .poppup__block .poppup__description {
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .poppup#register_popup .poppup__content .poppup__block .poppup__description {
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
  }
}

.single-page {
  padding-top: 36px;
  padding-bottom: 48px;
}
.single-page .single-page__wrapper {
  max-width: 650px;
  margin: auto;
}
.single-page .single-page__title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .single-page .single-page__title {
    margin-bottom: 50px;
  }
}
.single-page .single-page__content p {
  margin-bottom: 26px;
}
.single-page .single-page__content img {
  width: 100%;
  border-radius: 28px;
  aspect-ratio: 1.1631205674;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .single-page .single-page__content img {
    aspect-ratio: inherit;
    margin-bottom: 48px;
  }
}

#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #1A1916;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #EDE9E5;
}
#scrollTopBtn:hover {
  background-color: #FFCB05;
  border-color: #FFCB05;
}
@media (min-width: 768px) {
  #scrollTopBtn {
    right: 40px;
    bottom: 20px;
    width: 56px;
    height: 56px;
  }
}

.site-header {
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
}
.site-header .header-logo {
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  .site-header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
  }
}
.site-header .header-logo img {
  height: 48px;
}
@media (min-width: 992px) {
  .site-header .header-logo img {
    height: 84px;
  }
}
.site-header .header-logo .site-name {
  display: none;
}
@media (min-width: 992px) {
  .site-header .header-logo .site-name {
    display: inline-block;
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 33.6px;
    max-width: 200px;
  }
}
.site-header .site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 14px;
}
@media (min-width: 992px) {
  .site-header .site-navigation {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-header .site-navigation .main-navigation {
  display: none;
}
.active-nav .site-header .site-navigation .main-navigation {
  display: block;
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation {
    display: block;
  }
}
.site-header .site-navigation .main-navigation ul {
  border-radius: 16px;
  background-color: #FFFEFC;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  min-width: 260px;
  z-index: 50;
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul {
    bottom: -4px;
  }
}
.site-header .site-navigation .main-navigation ul#menu-primary {
  padding-top: 100px;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 768px) {
  .site-header .site-navigation .main-navigation ul#menu-primary > li {
    margin-bottom: 4px;
  }
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul#menu-primary {
    background-color: transparent;
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    height: auto;
  }
}
.site-header .site-navigation .main-navigation ul li {
  padding: 12px 16px;
  position: relative;
  border-radius: 35px;
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul li {
    padding: 12px 16px;
  }
}
.site-header .site-navigation .main-navigation ul li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-navigation .main-navigation ul li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5575 0.221309L0.5 1.27881L5 5.77881L9.5 1.27881L8.4425 0.221309L5 3.65631L1.5575 0.221309Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
}
.site-header .site-navigation .main-navigation ul li a {
  color: #1A1916;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 19px;
  font-weight: 800;
  text-wrap: nowrap;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul li a {
    font-weight: 600;
    font-size: 17px;
  }
  .site-header .site-navigation .main-navigation ul li a::before {
    content: attr(title);
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    font-weight: 800;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 0;
    z-index: 1;
    background-color: #FFCB05;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    letter-spacing: -0.4px;
  }
  .site-header .site-navigation .main-navigation ul li a:hover::before {
    color: #1A1916;
    opacity: 1;
  }
}
.site-header .site-navigation .main-navigation ul li .sub-menu {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul li .sub-menu {
    background-color: #FFCB05;
    top: auto;
    -webkit-transform: translateY(100%) translateX(100%) scaleY(0);
        -ms-transform: translateY(100%) translateX(100%) scaleY(0);
            transform: translateY(100%) translateX(100%) scaleY(0);
  }
}
.site-header .site-navigation .main-navigation ul li .sub-menu li {
  -webkit-transition: all 0.2s ease-in-out 0.15s;
  transition: all 0.2s ease-in-out 0.15s;
  padding: 9px 0;
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul li .sub-menu li {
    padding: 7px 0;
    opacity: 0;
  }
  .site-header .site-navigation .main-navigation ul li .sub-menu li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.site-header .site-navigation .main-navigation ul li .sub-menu li:last-child {
  padding-bottom: 0;
}
.site-header .site-navigation .main-navigation ul li .sub-menu li a {
  font-weight: 600;
  font-size: 17px;
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul li:hover {
    background-color: #FFCB05;
  }
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul li.current-menu-parent, .site-header .site-navigation .main-navigation ul li.current_page_item {
    background-color: #FFCB05;
  }
  .site-header .site-navigation .main-navigation ul li.current-menu-parent a::before, .site-header .site-navigation .main-navigation ul li.current_page_item a::before {
    font-weight: 800;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .site-header .site-navigation .main-navigation ul li.active > a::before {
    color: #1A1916;
    opacity: 1;
  }
  .site-header .site-navigation .main-navigation ul li.active .sub-menu {
    bottom: -4px;
    position: relative;
    -webkit-transform: translateY(0%) scaleY(1);
        -ms-transform: translateY(0%) scaleY(1);
            transform: translateY(0%) scaleY(1);
    padding: 14px 0px 0px 0px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul li.active .sub-menu {
    bottom: 0px;
    border-top: 4px solid #ede9e5;
    left: 0;
    padding: 0px 0px 0px 0px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 28px;
    padding: 16px 28px 24px 28px;
    position: absolute;
    -webkit-transform: translateY(100%) scaleY(1);
        -ms-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
}
@media (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul li:hover > a::before {
    color: #1A1916;
    opacity: 1;
  }
  .site-header .site-navigation .main-navigation ul li:hover .sub-menu {
    bottom: -4px;
    position: relative;
    -webkit-transform: translateY(0%) translateY(100%) scaleY(1);
        -ms-transform: translateY(0%) translateY(100%) scaleY(1);
            transform: translateY(0%) translateY(100%) scaleY(1);
    padding: 14px 0px 0px 6px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .site-header .site-navigation .main-navigation ul li:hover .sub-menu {
    left: 0;
    padding: 0px 0px 0px 0px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 28px;
    padding: 16px 28px 24px 28px;
    position: absolute;
    -webkit-transform: translateY(100%) scaleY(1);
        -ms-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  .site-header .site-navigation .main-navigation ul li:hover .sub-menu li {
    opacity: 1;
  }
}
.site-header .language-toggle > span, .site-header .nav-toggle > span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
}
@media (min-width: 768px) {
  .site-header .language-toggle > span, .site-header .nav-toggle > span {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  .site-header .language-toggle > span, .site-header .nav-toggle > span {
    margin-top: 4px;
  }
}
.site-header .language-toggle > span:hover, .site-header .nav-toggle > span:hover {
  background-color: #FFCB05;
}
.site-header .language-toggle {
  position: relative;
}
@media (max-width: 991px) {
  .site-header .language-toggle.active .language-dropdown {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .site-header .language-toggle > span {
    margin-bottom: 9px;
  }
  .site-header .language-toggle:hover .language-dropdown {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
.site-header .language-toggle .language-dropdown {
  display: inline-block;
  background-color: #FFCB05;
  right: 0;
  padding: 0px 0px 0px 0px;
  margin-top: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 28px;
  padding: 16px 20px 16px 20px;
  position: absolute;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
@media (min-width: 992px) {
  .site-header .language-toggle .language-dropdown {
    margin-top: 0px;
  }
}
.site-header .language-toggle .language-dropdown .country-selector {
  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;
}
.site-header .language-toggle .language-dropdown .country-selector label {
  font-size: 17px;
  font-weight: 800;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.site-header .language-toggle .language-dropdown .country-selector label:before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13.4L3 9.4L4.4 8L7 10.6L13.6 4L15 5.4L7 13.4Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
  height: 18px;
}
.site-header .language-toggle .language-dropdown .country-selector a {
  font-size: 17px;
  padding: 12px 0;
  color: #1A1916;
}
.site-header .language-toggle .language-dropdown .country-selector a:hover {
  text-decoration: none;
  font-weight: 700;
}
.site-header .nav-toggle {
  position: relative;
  z-index: 60;
}
@media (min-width: 992px) {
  .site-header .nav-toggle {
    display: none;
  }
}
.site-header .nav-toggle .close {
  display: none;
}
.active-nav .site-header .nav-toggle .open {
  display: none;
}
.active-nav .site-header .nav-toggle .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer {
  background-color: #1A1916;
  color: #fff;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 16px 0 0;
  }
}
.site-footer .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .col .footer-logo img {
  height: 48px;
}
@media (min-width: 768px) {
  .site-footer .col .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1268px) {
  .site-footer .col .footer-info {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .site-footer .col .footer-info .footer-info__contact {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .site-footer .col .footer-info .footer-info__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1268px) {
  .site-footer .col .footer-info .footer-info__contact {
    gap: 40px;
  }
}
.site-footer .col .footer-info .footer-info__contact a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 17px;
  line-height: 25px;
  padding: 7px 12px;
  border-radius: 25px;
}
.site-footer .col .footer-info .footer-info__contact a:hover {
  background-color: #FFCB05;
  color: #1A1916;
}
.site-footer .col .footer-info .footer-info__social a {
  display: inline-block;
  border-radius: 50%;
}
.site-footer .col .footer-info .footer-info__social a:hover {
  background-color: #FFCB05;
}
.site-footer .col .footer-info .footer-info__social a:hover svg {
  width: 42px;
  height: 42px;
  display: block;
}
.site-footer .col .footer-info .footer-info__social a:hover svg path {
  fill: #1A1916;
}
.site-footer .footer-bottom {
  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;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-bottom {
    gap: 8%;
  }
}
.site-footer .footer-bottom .footer-navigation ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 150%;
  padding: 7px 12px;
  display: inline-block;
}
.site-footer .footer-bottom .footer-navigation ul li a:hover {
  border-radius: 20px;
  background-color: #FFCB05;
  color: #1A1916;
}
.site-footer .footer-bottom .footer-bottom__сopyright {
  color: #fff;
  font-size: 17px;
  line-height: 150%;
}

.home .site-main section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .home .site-main section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1268px) {
  .home .site-main section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.hero-section {
  padding-bottom: 0px !important;
}
@media (min-width: 1268px) {
  .hero-section {
    padding-top: 64px;
  }
}
.hero-section .hero-section__heading {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .hero-section .hero-section__heading {
    margin-bottom: 54px;
  }
}
@media (max-width: 400px) {
  .hero-section .hero-section__heading {
    font-size: 36px;
  }
}
.hero-section .hero-section__description {
  margin-bottom: 32px;
  line-height: 20px;
  letter-spacing: 0.1px;
  max-width: 455px;
}
@media (min-width: 992px) {
  .hero-section .hero-section__description {
    margin-bottom: 32px;
  }
}
.hero-section .hero-section__image {
  width: 100%;
  aspect-ratio: 2.0372670807;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .hero-section .hero-section__image {
    aspect-ratio: 2.8629441624;
  }
}
.hero-section .hero-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hero-section .animation-game {
  width: calc(100% + 10vw);
  margin: 45px -5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}
@media (min-width: 576px) {
  .hero-section .animation-game {
    width: calc(100% + 70px);
    margin: 60px -33px 0;
  }
}
@media (min-width: 768px) {
  .hero-section .animation-game {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .hero-section .animation-game {
    width: 100%;
    margin: 80px 0 0;
  }
}
.hero-section .animation-game .circle {
  cursor: pointer;
}
.hero-section .animation-game .circle::after {
  content: "";
  height: 100%;
  width: 400px;
  background-color: #EDE9E5;
}
.hero-section .animation-game .animation-game__description {
  position: absolute;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 85%;
  opacity: 0;
  margin-left: 1vw;
}
@media (min-width: 576px) {
  .hero-section .animation-game .animation-game__description {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .hero-section .animation-game .animation-game__description {
    width: 400px;
    margin-left: 100px;
  }
}
@media (min-width: 992px) {
  .hero-section .animation-game .animation-game__description {
    width: 420px;
    margin-left: 130px;
  }
}
@media (min-width: 1268px) {
  .hero-section .animation-game .animation-game__description {
    width: 470px;
    margin-left: 140px;
  }
}
.hero-section .animation-game .animation-game__description > span.animation-game__description-quote {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.hero-section .animation-game .animation-game__description > span.animation-game__description-quote.visible {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.hero-section .animation-game .animation-game__description > span.animation-game__description-quote span {
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  .hero-section .animation-game .animation-game__description > span.animation-game__description-quote span {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .hero-section .animation-game .animation-game__description > span.animation-game__description-quote span {
    margin-bottom: 20px;
  }
}
@media (min-width: 1268px) {
  .hero-section .animation-game .animation-game__description > span.animation-game__description-quote span {
    margin-bottom: 24px;
  }
}
.hero-section .animation-game .animation-game__description > span.animation-game__description-quote span p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero-section .animation-game .animation-game__description > span.animation-game__description-quote span p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .hero-section .animation-game .animation-game__description > span.animation-game__description-quote span p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1268px) {
  .hero-section .animation-game .animation-game__description > span.animation-game__description-quote span p {
    font-size: 17px;
    line-height: 25.5px;
  }
}
.hero-section .animation-game .animation-game__description > span.animation-game__description-quote h5 {
  font-size: 15px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .hero-section .animation-game .animation-game__description > span.animation-game__description-quote h5 {
    font-size: 19px;
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .hero-section .animation-game .animation-game__description > span.animation-game__description-quote h5 {
    font-size: 19px;
    line-height: 21px;
  }
}
@media (min-width: 1268px) {
  .hero-section .animation-game .animation-game__description > span.animation-game__description-quote h5 {
    font-size: 21px;
    line-height: 23px;
  }
}
.hero-section .animation-game svg {
  position: relative;
  z-index: 2;
}
.hero-section .animation-game svg::after {
  content: "";
  height: 100%;
  width: 400px;
  background-color: #EDE9E5;
}
.hero-section .animation-game svg .arrow {
  opacity: 1;
}
.hero-section .animation-game svg .circle {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.hero-section .animation-game svg .text {
  opacity: 1;
}

.home-services-section {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .home-services-section {
    padding-top: 120px;
  }
}
@media (min-width: 1268px) {
  .home-services-section {
    padding-top: 160px;
  }
}
.home-services-section .home-services-section__description {
  max-width: 360px;
}
.home-services-section .home-services-section__list {
  margin-top: 32px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (min-width: 992px) {
  .home-services-section .home-services-section__list {
    gap: 28px;
  }
}
@media (min-width: 1268px) {
  .home-services-section .home-services-section__list {
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .home-services-section .home-services-section__list {
    margin-top: 0px;
  }
}
.home-services-section .home-services-section__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 900;
  gap: 8px;
  color: #1A1916;
  font-size: 17px;
}
@media (min-width: 992px) {
  .home-services-section .home-services-section__list a {
    font-size: 28px;
    gap: 18px;
  }
}
@media (min-width: 1268px) {
  .home-services-section .home-services-section__list a {
    gap: 24px;
  }
}
.home-services-section .home-services-section__list a > span.arrow {
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  border: 1px solid #1A1916;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .home-services-section .home-services-section__list a > span.arrow {
    width: 56px;
    height: 56px;
  }
}
.home-services-section .home-services-section__list a > span.arrow::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3L7.9425 4.0575L12.1275 8.25H3V9.75H12.1275L7.9425 13.9425L9 15L15 9L9 3Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  height: 18px;
}
@media (min-width: 992px) {
  .home-services-section .home-services-section__list a > span.arrow::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
    height: 24px;
  }
}
.home-services-section .home-services-section__list a:hover > span.arrow {
  background-color: #FFCB05;
  border-color: #FFCB05;
}
.home-services-section .home-services-section__list a:hover > span.arrow::before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.home-services-section .home-services-section__list a > span.home-services-section__title {
  width: calc(100% - 48px);
}
@media (min-width: 992px) {
  .home-services-section .home-services-section__list a > span.home-services-section__title {
    width: calc(100% - 56px - 18px);
  }
}
@media (min-width: 1268px) {
  .home-services-section .home-services-section__list a > span.home-services-section__title {
    width: calc(100% - 56px - 24px);
  }
}

.home-info-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.home-info-section .row {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .home-info-section .row h3 {
    max-width: 400px;
    margin-bottom: 24px;
  }
}
.home-info-section .row .home-info-section__image {
  margin-top: 32px;
  background-color: rgba(26, 25, 22, 0.08);
  border-radius: 20px;
  aspect-ratio: 1.4385964912;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-info-section .row .home-info-section__image {
    height: 100%;
    aspect-ratio: inherit;
    margin-top: 0px;
  }
}
@media (min-width: 1268px) {
  .home-info-section .row .home-info-section__image {
    width: 82%;
    margin-right: 0;
    margin-left: auto;
  }
}
.home-info-section .row .home-info-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .home-logo-section .home-logo-section__slider {
    position: relative;
  }
}
.home-logo-section .home-logo-section__slider .swiper {
  margin-right: -16px;
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .home-logo-section .home-logo-section__slider .swiper {
    margin-right: 60px;
    margin-left: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1268px) {
  .home-logo-section .home-logo-section__slider .swiper {
    margin-right: 100px;
    margin-left: 100px;
  }
}
.home-logo-section .home-logo-section__slider .swiper-wrapper .swiper-slide {
  background-color: rgba(26, 25, 22, 0.08);
  border-radius: 28px;
  width: 128px;
  aspect-ratio: 1.2307692308;
  overflow: hidden;
  padding: 10px;
}
.home-logo-section .home-logo-section__slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-logo-section .home-logo-section__slider .swiper-button {
  display: none;
}
@media (min-width: 768px) {
  .home-logo-section .home-logo-section__slider .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-logo-section .home-logo-section__slider .swiper-button > div {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.home-logo-section .home-logo-section__slider .swiper-button > div.swiper-button-disabled {
  opacity: 0.5;
}
.home-logo-section .home-logo-section__slider .swiper-button > div.swiper-button__prev::before {
  content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_121_1068)'%3E%3Cpath d='M31.7049 23.41L30.2949 22L24.2949 28L30.2949 34L31.7049 32.59L27.1249 28L31.7049 23.41Z' fill='%231A1916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_121_1068'%3E%3Crect width='56' height='56' rx='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.home-logo-section .home-logo-section__slider .swiper-button > div.swiper-button__next::before {
  content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_121_1088)'%3E%3Cpath d='M25.7049 22L24.2949 23.41L28.8749 28L24.2949 32.59L25.7049 34L31.7049 28L25.7049 22Z' fill='%231A1916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_121_1088'%3E%3Crect width='56' height='56' rx='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.home-why-us-section .home-why-us-section__image {
  margin-top: 32px;
  background-color: rgba(26, 25, 22, 0.08);
  border-radius: 20px;
  aspect-ratio: 2.3428571429;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-why-us-section .home-why-us-section__image {
    height: 100%;
    aspect-ratio: inherit;
    margin-top: 0px;
  }
}
@media (min-width: 1268px) {
  .home-why-us-section .home-why-us-section__image {
    width: 82%;
    margin-right: 0;
    margin-left: auto;
  }
}
.home-why-us-section .home-why-us-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .home-testimonials-section .home-testimonials-section__slider {
    position: relative;
  }
}
@media (min-width: 768px) {
  .home-testimonials-section .home-testimonials-section__slider .swiper {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .home-testimonials-section .home-testimonials-section__slider .swiper-slide {
    padding: 0 4%;
    border-right: 1px solid transparent;
  }
  .home-testimonials-section .home-testimonials-section__slider .swiper-slide.swiper-slide-active {
    border-right: 1px solid #1A1916;
  }
}
@media (min-width: 1268px) {
  .home-testimonials-section .home-testimonials-section__slider .swiper-slide {
    padding: 0 5.5%;
  }
}
.home-testimonials-section .home-testimonials-section__slider .swiper-slide h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .home-testimonials-section .home-testimonials-section__slider .swiper-slide h3 {
    margin-bottom: 24px;
  }
}
.home-testimonials-section .home-testimonials-section__slider .swiper-button {
  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: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .home-testimonials-section .home-testimonials-section__slider .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
  }
}
.home-testimonials-section .home-testimonials-section__slider .swiper-button > div {
  border: 1px solid #1A1916;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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.3s ease-in-outd;
  transition: all 0.3s ease-in-outd;
}
@media (min-width: 768px) {
  .home-testimonials-section .home-testimonials-section__slider .swiper-button > div {
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
  }
}
.home-testimonials-section .home-testimonials-section__slider .swiper-button > div:hover {
  background-color: #FFCB05;
  border-color: #FFCB05;
}
@media (min-width: 768px) {
  .home-testimonials-section .home-testimonials-section__slider .swiper-button > div:hover {
    background-color: transparent;
  }
}
.home-testimonials-section .home-testimonials-section__slider .swiper-button > div.swiper-button-disabled {
  opacity: 0.5;
}
.home-testimonials-section .home-testimonials-section__slider .swiper-button > div.swiper-button__prev::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8.25H5.8725L10.065 4.0575L9 3L3 9L9 15L10.0575 13.9425L5.8725 9.75H15V8.25Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .home-testimonials-section .home-testimonials-section__slider .swiper-button > div.swiper-button__prev::before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_121_1068)'%3E%3Cpath d='M31.7049 23.41L30.2949 22L24.2949 28L30.2949 34L31.7049 32.59L27.1249 28L31.7049 23.41Z' fill='%231A1916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_121_1068'%3E%3Crect width='56' height='56' rx='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.home-testimonials-section .home-testimonials-section__slider .swiper-button > div.swiper-button__next::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3L7.9425 4.0575L12.1275 8.25H3V9.75H12.1275L7.9425 13.9425L9 15L15 9L9 3Z' fill='%231A1916'/%3E%3C/svg%3E ");
}
@media (min-width: 768px) {
  .home-testimonials-section .home-testimonials-section__slider .swiper-button > div.swiper-button__next::before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_121_1088)'%3E%3Cpath d='M25.7049 22L24.2949 23.41L28.8749 28L24.2949 32.59L25.7049 34L31.7049 28L25.7049 22Z' fill='%231A1916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_121_1088'%3E%3Crect width='56' height='56' rx='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}

.home-form-section {
  padding-bottom: 64px !important;
}
@media (min-width: 992px) {
  .home-form-section {
    padding-bottom: 160px !important;
  }
}
.home-form-section .wpcf7-form {
  margin-top: 32px;
}

.hero-service-section {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .hero-service-section {
    z-index: -2;
    position: absolute;
    opacity: 0;
  }
}

.nav-service-section {
  padding: 12px 0;
}
@media (min-width: 768px) {
  .nav-service-section {
    padding: 31px 0 48px;
  }
}
.nav-service-section .swiper {
  margin-right: -16px;
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .nav-service-section .swiper {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.nav-service-section .swiper-slide {
  width: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.nav-service-section .swiper-slide a {
  display: inline-block;
  text-wrap: nowrap;
  font-size: 17px;
  line-height: 25.5px;
  font-weight: 900;
  color: #1A1916;
  padding: 11px 24px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.nav-service-section .swiper-slide a > span {
  z-index: 1;
  position: relative;
}
.nav-service-section .swiper-slide a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #FFCB05;
  left: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-service-section .swiper-slide a:hover {
  background-color: rgba(0, 0, 0, 0.0901960784);
}
.nav-service-section .swiper-slide a.active:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.nav-service-section .swiper-slide.active a:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.blocks-service-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blocks-service-section.blocks-service-section__repeater .row:first-child {
  border-top: 1px solid #1A1916;
  padding-top: 78px;
}
.blocks-service-section.blocks-service-section__first {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .blocks-service-section.blocks-service-section__first {
    padding-top: 40px;
  }
}
@media (min-width: 1268px) {
  .blocks-service-section.blocks-service-section__first {
    padding-top: 48px;
  }
}
.blocks-service-section.blocks-service-section__main {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .blocks-service-section.blocks-service-section__main {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1268px) {
  .blocks-service-section.blocks-service-section__main {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
.blocks-service-section.blocks-service-section__last {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .blocks-service-section.blocks-service-section__last {
    padding-bottom: 32px;
  }
}
@media (min-width: 1268px) {
  .blocks-service-section.blocks-service-section__last {
    padding-bottom: 48px;
  }
}
.blocks-service-section .blocks-service-section__heading {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blocks-service-section .blocks-service-section__heading {
    font-size: 76px;
  }
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__description {
    padding: 20px 0;
  }
}
.blocks-service-section .blocks-service-section__description ul {
  padding-left: 18px;
}
.blocks-service-section .blocks-service-section__description ul li {
  list-style-type: disc;
}
.blocks-service-section .blocks-service-section__middel {
  margin-top: 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: 48px;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__middel {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 80px;
  }
}
@media (min-width: 992px) {
  .blocks-service-section .blocks-service-section__middel {
    margin-top: 60px;
  }
}
.blocks-service-section .blocks-service-section__middel .blocks-service-section__global-img {
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(26, 25, 22, 0.08);
  width: 100%;
  aspect-ratio: 0.6833333333;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__middel .blocks-service-section__global-img {
    border-radius: 28px;
    aspect-ratio: 2.623255814;
  }
}
.blocks-service-section .blocks-service-section__middel .blocks-service-section__global-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__middel .blocks-service-section__global-img img.mobile_img {
    display: none;
  }
}
.blocks-service-section .blocks-service-section__middel .blocks-service-section__global-img img.mobile_img + .descktop_img {
  display: none;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__middel .blocks-service-section__global-img img.mobile_img + .descktop_img {
    display: block;
  }
}
.blocks-service-section .blocks-service-section__middel .blocks-service-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.blocks-service-section .blocks-service-section__middel .blocks-service-section__list .blocks-service-section__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: 900;
  gap: 8px;
  color: #1A1916;
  font-size: 17px;
  width: 100%;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__middel .blocks-service-section__list .blocks-service-section__list-item {
    width: calc(50% - 12px);
  }
}
.blocks-service-section .blocks-service-section__middel .blocks-service-section__list .blocks-service-section__list-item .marker {
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  border: 1px solid #1A1916;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blocks-service-section .blocks-service-section__middel .blocks-service-section__list .blocks-service-section__list-item .marker::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00003 16.1701L4.83003 12.0001L3.41003 13.4101L9.00003 19.0001L21 7.00009L19.59 5.59009L9.00003 16.1701Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
}
.blocks-service-section .blocks-service-section__middel .blocks-service-section__list .blocks-service-section__list-item-title {
  width: calc(100% - 48px);
}
.blocks-service-section .blocks-service-two-list {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-two-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .blocks-service-section .blocks-service-two-list {
    gap: 40px;
  }
}
@media (min-width: 1268px) {
  .blocks-service-section .blocks-service-two-list {
    gap: 60px;
  }
}
.blocks-service-section .blocks-service-two-list .blocks-service-two-list__divinder {
  display: none;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-two-list .blocks-service-two-list__divinder {
    display: block;
    width: 1px;
    background-color: #1A1916;
  }
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-two-list .blocks-service-two-list__col {
    width: 50%;
  }
}
.blocks-service-section .blocks-service-two-list .blocks-service-two-list__col h4 {
  font-size: 21px;
  line-height: 120%;
  margin-bottom: 38px;
}
.blocks-service-section .blocks-service-two-list .blocks-service-two-list__col:first-child {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-two-list .blocks-service-two-list__col:first-child {
    margin-bottom: 0px;
  }
}
.blocks-service-section .blocks-service-two-list .blocks-service-two-list__col .blocks-service-two-list_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.blocks-service-section .blocks-service-two-list .blocks-service-two-list__col .blocks-service-two-list_list > li:not(:last-child) {
  margin-bottom: 25px;
}
.blocks-service-section .blocks-service-two-list .blocks-service-two-list__col .blocks-service-two-list_list > li span {
  width: 24px;
  padding-top: 1px;
}
.blocks-service-section .blocks-service-two-list .blocks-service-two-list__col .blocks-service-two-list_list > li span::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00003 16.1701L4.83003 12.0001L3.41003 13.4101L9.00003 19.0001L21 7.00009L19.59 5.59009L9.00003 16.1701Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
}
.blocks-service-section .blocks-service-two-list .blocks-service-two-list__col .blocks-service-two-list_list > li p {
  width: calc(100% - 24px - 32px);
}
.blocks-service-section .blocks-service-two-list + div {
  text-align: center;
}
.blocks-service-section .blocks-service-two-list + div > .btn {
  border-radius: 50px;
  background-color: #1A1916;
  color: #fff;
  border-radius: 50px;
  padding: 13px 24px;
  display: inline-block;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
  display: inline-block;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-two-list + div > .btn {
    margin-top: 80px;
    font-size: 21px;
    padding: 16px 32px;
  }
}
.blocks-service-section .blocks-service-two-list + div > .btn:hover {
  background-color: #FFCB05;
  color: #1A1916;
}
.blocks-service-section .blocks-service-section__footer {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    border-top: none;
    margin-top: 80px;
    gap: 40px;
  }
  .blocks-service-section .blocks-service-section__footer > div {
    width: 50%;
  }
}
@media (min-width: 1268px) {
  .blocks-service-section .blocks-service-section__footer {
    gap: 60px;
  }
}
.blocks-service-section .blocks-service-section__footer h3 {
  margin-bottom: 24px;
  font-size: 21px;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__footer h3 {
    font-size: 37px;
  }
}
.blocks-service-section .blocks-service-section__footer .block-trigger {
  display: grid;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__footer .block-trigger {
    display: block;
  }
}
.blocks-service-section .blocks-service-section__footer .block-trigger p:not(:last-child) {
  margin-bottom: 16px;
}
.blocks-service-section .blocks-service-section__footer .block-trigger .block-trigger__description {
  margin-bottom: 32px;
}
.blocks-service-section .blocks-service-section__footer .block-trigger .block-trigger__description ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 17px;
  line-height: 150%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blocks-service-section .blocks-service-section__footer .block-trigger .block-trigger__description ul li:not(:last-child) {
  margin-bottom: 16px;
}
.blocks-service-section .blocks-service-section__footer .block-trigger .block-trigger__description ul li::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00003 16.1701L4.83003 12.0001L3.41003 13.4101L9.00003 19.0001L21 7.00009L19.59 5.59009L9.00003 16.1701Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
}
.blocks-service-section .blocks-service-section__footer .block-trigger .block-trigger__description ol {
  padding-left: 18px;
}
.blocks-service-section .blocks-service-section__footer .block-trigger .block-trigger__description ol li {
  font-size: 17px;
  line-height: 150%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blocks-service-section .blocks-service-section__footer .block-trigger .block-trigger__description ol li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__footer .block-trigger .block-trigger__description {
    margin-bottom: 36px;
  }
}
.blocks-service-section .blocks-service-section__footer .block-trigger .btn {
  border-radius: 50px;
  background-color: #1A1916;
  color: #fff;
  border-radius: 50px;
  padding: 13px 24px;
  display: inline-block;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__footer .block-trigger .btn {
    font-size: 21px;
    padding: 16px 32px;
  }
}
.blocks-service-section .blocks-service-section__footer .block-trigger .btn:hover {
  background-color: #FFCB05;
  color: #1A1916;
}
.blocks-service-section .blocks-service-section__footer .blocks-service-section__footer-divinder {
  display: none;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__footer .blocks-service-section__footer-divinder {
    display: block;
    width: 1px;
    background-color: #1A1916;
  }
}
.blocks-service-section .blocks-service-section__footer .block-case h3.t2 {
  font-size: 28px;
  line-height: 120%;
}
.blocks-service-section .blocks-service-section__footer .block-case a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.1081081081;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .blocks-service-section .blocks-service-section__footer .block-case a {
    aspect-ratio: 1.520661157;
  }
}
.blocks-service-section .blocks-service-section__footer .block-case a .block-case__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.blocks-service-section .blocks-service-section__footer .block-case a .block-case__image .block-case__image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(26, 25, 22, 0.6);
  top: 0;
}
.blocks-service-section .blocks-service-section__footer .block-case a .block-case__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blocks-service-section .blocks-service-section__footer .block-case a .block-case__description {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px 24px;
  color: #fff;
  font-weight: 800;
  gap: 4px;
}
.blocks-service-section .blocks-service-section__footer .block-case a .block-case__description h4 {
  font-size: 28px;
}
.blocks-service-section .blocks-service-section__footer .block-case a .block-case__description p {
  font-size: 15px;
  line-height: 20px;
}

.nav-service-blocks__slider {
  padding-bottom: 18px;
}
.nav-service-blocks__slider h3 {
  margin-bottom: 20px;
  font-size: 21px;
}
@media (min-width: 768px) {
  .nav-service-blocks__slider h3 {
    font-size: 37px;
  }
}
.nav-service-blocks__slider .swiper {
  padding: 14px 0px;
}
.nav-service-blocks__slider .swiper .swiper-slide {
  width: auto;
  overflow: hidden;
}
.nav-service-blocks__slider .swiper .swiper-slide a {
  padding: 11px 12px;
  font-size: 17px;
  font-family: "Wix Madefor Text", sans-serif;
  line-height: 1;
  color: #1A1916;
  overflow: hidden;
  border-radius: 50px;
  display: block;
}
@media (min-width: 768px) {
  .nav-service-blocks__slider .swiper .swiper-slide a {
    font-size: 21px;
    font-weight: 800;
    padding: 12.5px 12px;
  }
}
.nav-service-blocks__slider .swiper .swiper-slide a > span {
  z-index: 1;
  position: relative;
}
.nav-service-blocks__slider .swiper .swiper-slide a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #FFCB05;
  left: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-service-blocks__slider .swiper .swiper-slide a:hover {
  background-color: rgba(0, 0, 0, 0.0901960784);
}
.nav-service-blocks__slider .swiper .swiper-slide a.active:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.banner-service-section {
  padding-top: 40px;
  padding-bottom: 48px;
}

.nav-service-section__footer {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .nav-service-section__footer {
    padding-bottom: 80px;
  }
}

.hero-blog-section {
  padding-top: 36px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .hero-blog-section .blocks-blog-section__description {
    margin-top: 20px;
  }
}

.arhive-section__content {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
  margin-bottom: 38px;
}
@media (min-width: 992px) {
  .arhive-section__content {
    gap: 24px;
  }
}
.arhive-section__content a {
  overflow: hidden;
  border-radius: 12px;
  display: block;
  width: 100%;
  height: 296px;
  position: relative;
}
@media (min-width: 768px) {
  .arhive-section__content a {
    height: auto;
    aspect-ratio: 1;
  }
}
.arhive-section__content a .blog__image {
  width: 100%;
  height: 100%;
}
.arhive-section__content a .blog__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.arhive-section__content a .blog__image .blog__image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(26, 25, 22, 0.6);
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.arhive-section__content a .blog__description {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px 24px;
  color: #fff;
  font-weight: 800;
  gap: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.arhive-section__content a .blog__description h4 {
  font-size: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.arhive-section__content a .blog__description p {
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.arhive-section__content a:hover .blog__image .blog__image-overlay {
  background: #FFCB05;
  opacity: 1;
}
.arhive-section__content a:hover .blog__description {
  color: #1A1916;
}

.arhive-section__footer {
  margin-top: 48px;
  margin-bottom: 38px;
  text-align: center;
}
@media (min-width: 768px) {
  .arhive-section__footer {
    margin-top: 65px;
    margin-bottom: 93px;
  }
}
.arhive-section__footer .archive-pagination {
  border: 1px solid #1A1916;
  border-radius: 40px;
  padding: 10px 24px;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .arhive-section__footer .archive-pagination {
    border: 1px solid #1A1916;
    border-radius: 40px;
    padding: 13px 32px;
    font-weight: 900;
    font-size: 21px;
    line-height: 30px;
  }
}
.arhive-section__footer .archive-pagination:hover {
  border-color: #FFCB05;
  background-color: #FFCB05;
  color: #fff;
}

@media (min-width: 768px) {
  .single-post-main .top-back {
    margin-top: 6px;
  }
}
.single-post-main .single-post-section {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .single-post-main .single-post-section {
    padding-top: 25px;
    margin-tbottom: 32px;
  }
}
.single-post-main .single-post-section .single-post__featured-image {
  width: 100%;
  aspect-ratio: 2.9818181818;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .single-post-main .single-post-section .single-post__featured-image {
    aspect-ratio: 4.7;
    border-radius: 28px;
    margin-bottom: 46px;
  }
}
.single-post-main .single-post-section .single-post__featured-image .single-post__featured-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(26, 25, 22, 0.6);
  top: 0;
}
.single-post-main .single-post-section .single-post__featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-post-main .single-post-section .single-post__title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .single-post-main .single-post-section .single-post__title {
    font-size: 50px;
    margin-bottom: 48px;
  }
}
.single-post-main .single-post-section .single-post__description p {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .single-post-main .single-post-section .single-post__description p {
    margin-bottom: 48px;
  }
}
.single-post-main .single-post-section .single-post__description img {
  width: 100%;
  border-radius: 28px;
  aspect-ratio: 1.1631205674;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .single-post-main .single-post-section .single-post__description img {
    aspect-ratio: inherit;
    margin-bottom: 48px;
  }
}
.single-post-main .single-post-banner-section {
  margin-bottom: 48px;
}
.single-post-main .single-post-navigation-section {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .single-post-main .single-post-navigation-section {
    margin-bottom: 80px;
  }
}
.single-post-main .single-post-navigation-section .single-post-navigation-section_wrapp {
  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;
}
.single-post-main .single-post-navigation-section .single-post-navigation-section_wrapp .desc {
  display: none;
}
@media (min-width: 992px) {
  .single-post-main .single-post-navigation-section .single-post-navigation-section_wrapp .desc {
    display: block;
  }
}
@media (min-width: 992px) {
  .single-post-main .single-post-navigation-section .single-post-navigation-section_wrapp .mob {
    display: none;
  }
}
.single-post-main .single-post-navigation-section .single-post-navigation-section_wrapp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 11px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #1A1916;
}
.single-post-main .single-post-navigation-section .single-post-navigation-section_wrapp .next::after {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.27869 4.5L6.22119 5.5575L9.65619 9L6.22119 12.4425L7.27869 13.5L11.7787 9L7.27869 4.5Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
  height: 18px;
}
.single-post-main .single-post-navigation-section .single-post-navigation-section_wrapp .prev:before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7787 5.5575L10.7212 4.5L6.22119 9L10.7212 13.5L11.7787 12.4425L8.34369 9L11.7787 5.5575Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
  height: 18px;
}

.case-main section {
  margin: 48px 0;
}
@media (min-width: 992px) {
  .case-main section {
    margin: 60px 0;
  }
}
@media (min-width: 1268px) {
  .case-main section {
    margin: 80px 0;
  }
}
.case-main .hero-case-section {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .case-main .hero-case-section {
    margin-top: 24px;
    margin-bottom: 58px;
  }
}
.case-main .hero-case-section .hero-case-section__image {
  width: 100%;
  aspect-ratio: 2.9818181818;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .case-main .hero-case-section .hero-case-section__image {
    aspect-ratio: 1.8095238095;
    border-radius: 28px;
  }
}
.case-main .hero-case-section .hero-case-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.case-main .hero-case-section h3 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .case-main .hero-case-section h3 {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .case-main .info-case-section {
    margin-top: 58px;
    margin-bottom: 110px;
  }
}
.case-main .info-case-section .row:not(:last-child) {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .case-main .info-case-section .row:not(:last-child) {
    margin-bottom: 92px;
  }
}
.case-main .info-case-section h3 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .case-main .info-case-section h3 {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .case-main .info-case-section .col-md-1 {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .case-main .info-case-section .col-md-1 .devinder {
    height: 100%;
    width: 1px;
    background-color: #1A1916;
    display: block;
    margin: auto;
    position: relative;
  }
  .case-main .info-case-section .col-md-1 .devinder::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #1A1916;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0.5px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .case-main .info-case-section .col-md-1 .devinder::after {
    content: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 4.35355C3.84171 4.54882 4.15829 4.54882 4.35355 4.35355L7.53553 1.17157C7.7308 0.976311 7.7308 0.659728 7.53553 0.464466C7.34027 0.269204 7.02369 0.269204 6.82843 0.464466L4 3.29289L1.17157 0.464466C0.976311 0.269204 0.659728 0.269204 0.464466 0.464466C0.269204 0.659728 0.269204 0.976311 0.464466 1.17157L3.64645 4.35355ZM3.5 3L3.5 4L4.5 4L4.5 3L3.5 3Z' fill='%23242320'/%3E%3C/svg%3E");
    position: absolute;
    bottom: 3px;
    left: 0.5px;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
@media (min-width: 768px) {
  .case-main .info-case-section .info-case-section__content {
    padding-top: 8px;
  }
}
.case-main .info-case-section .info-case-section__content .info-case-section__content-label {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .case-main .info-case-section .info-case-section__content .info-case-section__content-label {
    margin-bottom: 25px;
  }
}
.case-main .info-case-section .info-case-section__content .info-case-section__content-label span {
  border: 1px solid #1A1916;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
  text-wrap: nowrap;
}
.case-main .info-case-section .info-case-section__content .info-case-section__content-description {
  font-size: 17px;
}
@media (min-width: 768px) {
  .case-main .info-case-section .info-case-section__content .info-case-section__content-description {
    padding-bottom: 70px;
  }
}
.case-main .info-case-section .info-case-section__content .info-case-section__content-description p, .case-main .info-case-section .info-case-section__content .info-case-section__content-description ul {
  margin-bottom: 15px;
}
.case-main .info-case-section .info-case-section__content .info-case-section__content-description ul {
  padding-left: 18px;
}
.case-main .info-case-section .info-case-section__content .info-case-section__content-description ul li {
  list-style: inherit;
}
.case-main .info-case-section .info-case-section__content .info-case-section__content-description *:last-child {
  margin-bottom: 0;
}
.case-main .banner-service-section {
  padding: 0;
}

.page-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-contact section {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .page-contact section {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 40px 0;
  }
}
.page-contact .hero-contact-section {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-contact .hero-contact-section {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .page-contact .info-block-contact-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-contact .info-block-contact-section h2 {
  display: none;
}
@media (min-width: 768px) {
  .page-contact .info-block-contact-section h2 {
    display: block;
    margin-bottom: 22px;
  }
}
.page-contact .info-block-contact-section .info-block-contact-section__contact {
  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-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-contact .info-block-contact-section .info-block-contact-section__contact {
    margin-bottom: 15px;
  }
}
.page-contact .info-block-contact-section .info-block-contact-section__contact a {
  color: #1A1916;
  display: inline-block;
  background-color: #FFCB05;
  padding: 12px 8.5px;
  border-radius: 30px;
  font-weight: 900;
  font-size: 21px;
}
@media (min-width: 768px) {
  .page-contact .info-block-contact-section .info-block-contact-section__contact a {
    background-color: transparent;
  }
  .page-contact .info-block-contact-section .info-block-contact-section__contact a:hover {
    background-color: #FFCB05;
  }
}
.page-contact .info-block-contact-section .info-block-contact-section__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-contact .info-block-contact-section .info-block-contact-section__social h4 {
  width: 100%;
  font-weight: 400;
  padding: 0 16px;
  font-size: 17px;
}
@media (min-width: 768px) {
  .page-contact .info-block-contact-section .info-block-contact-section__social h4 {
    display: none;
  }
}
.page-contact .info-block-contact-section .info-block-contact-section__social a {
  padding: 16px;
  border-radius: 50%;
}
.page-contact .info-block-contact-section .info-block-contact-section__social a svg {
  width: 24px;
  height: 24px;
  display: block;
}
@media (min-width: 768px) {
  .page-contact .info-block-contact-section .info-block-contact-section__social a svg {
    width: 40px;
    height: 40px;
  }
}
.page-contact .info-block-contact-section .info-block-contact-section__social a:hover {
  background-color: #FFCB05;
}
@media (min-width: 768px) {
  .page-contact .contact-form-section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 30px;
  }
}
.page-contact .contact-form-section .contact-form-section__trigger {
  display: none;
}
@media (min-width: 768px) {
  .page-contact .contact-form-section .contact-form-section__trigger {
    display: block;
  }
  .page-contact .contact-form-section .contact-form-section__trigger h2 {
    margin-bottom: 26px;
  }
  .page-contact .contact-form-section .contact-form-section__trigger p {
    margin-bottom: 36px;
  }
  .page-contact .contact-form-section .contact-form-section__trigger a {
    margin: 0 auto;
    background-color: #1A1916;
    color: #fff;
    border-radius: 50px;
    padding: 13px 24px;
    display: inline-block;
    font-weight: 800;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-contact .contact-form-section .contact-form-section__trigger a {
    font-size: 21px;
    padding: 16px 32px;
  }
}
@media (min-width: 768px) {
  .page-contact .contact-form-section .contact-form-section__trigger a:hover {
    background-color: #FFCB05;
    color: #1A1916;
  }
}
@media (min-width: 768px) {
  .page-contact .contact-form-section .devinder {
    height: 100%;
    width: 1px;
    background-color: #1A1916;
    display: block;
    margin: auto;
    position: relative;
  }
}
.page-contact .contact-form-section h3 {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .page-contact .contact-form-section h3 {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .page-contact .contact-form-section .wpcf7-form .custom-submit {
    background-color: transparent;
    border: 1px solid #1A1916;
  }
  .page-contact .contact-form-section .wpcf7-form .custom-submit input {
    color: #1A1916;
    cursor: pointer;
  }
  .page-contact .contact-form-section .wpcf7-form .custom-submit:hover {
    background-color: #FFCB05;
    border-color: #FFCB05;
  }
}
@media (min-width: 768px) {
  .page-contact .team-section {
    padding-bottom: 120px;
  }
}
.page-contact .team-section .swiper {
  margin-right: -16px;
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .page-contact .team-section .swiper {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .page-contact .team-section .swiper .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 64px 24px;
  }
}
.page-contact .team-section .swiper .swiper-wrapper .swiper-slide {
  width: 242px;
}
@media (min-width: 768px) {
  .page-contact .team-section .swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 48px) / 3);
  }
}
@media (min-width: 1268px) {
  .page-contact .team-section .swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 72px) / 4);
  }
}
.page-contact .team-section .swiper .swiper-wrapper .swiper-slide .team-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-contact .team-section .swiper .swiper-wrapper .swiper-slide .team-section__item > div {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.page-contact .team-section .swiper .swiper-wrapper .swiper-slide .team-section__item > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-contact .team-section .swiper .swiper-wrapper .swiper-slide .team-section__item h3 {
  margin-bottom: 12px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: 768px) {
  .page-contact .team-section .swiper .swiper-wrapper .swiper-slide .team-section__item h3 {
    font-size: 28px;
  }
}
.page-contact .team-section .swiper .swiper-wrapper .swiper-slide .team-section__item a {
  color: #1A1916;
  text-decoration: underline;
  font-size: 17px;
  line-height: 150%;
}
@media (min-width: 768px) {
  .page-contact .triger-section {
    display: none;
  }
}
.page-contact .triger-section .triger-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-contact .triger-section h2 {
  margin-bottom: 12px;
}
.page-contact .triger-section p {
  margin-bottom: 32px;
}
.page-contact .triger-section a {
  margin: 0 auto;
  background-color: #1A1916;
  color: #fff;
  border-radius: 50px;
  padding: 13px 24px;
  display: inline-block;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
@media (min-width: 768px) {
  .page-contact .triger-section a {
    font-size: 21px;
    padding: 16px 32px;
  }
}
.page-contact .triger-section a:hover {
  background-color: #FFCB05;
  color: #1A1916;
}
.page-contact .others-cast-section {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .page-contact .others-cast-section {
    padding-bottom: 160px;
  }
}
.page-contact .others-cast-section .others-cast-section__description {
  display: none;
}
@media (min-width: 768px) {
  .page-contact .others-cast-section .others-cast-section__description {
    display: block;
  }
}
.page-contact .others-cast-section .others-cast-section__slider {
  margin-top: 24px;
}

.clients-single .hero-clients-section {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .clients-single .hero-clients-section {
    z-index: -2;
    position: absolute;
    opacity: 0;
  }
}
.clients-single .info-clients-section {
  display: none;
}
@media (min-width: 768px) {
  .clients-single .info-clients-section {
    display: block;
  }
}
.clients-single .clients-pain-card-section {
  margin-top: 44px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .clients-single .clients-pain-card-section {
    margin-bottom: 80px;
  }
}
.clients-single .clients-pain-card-section .swiper {
  margin-right: -16px;
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .clients-single .clients-pain-card-section .swiper {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.clients-single .clients-pain-card-section .swiper .swiper-slide {
  width: 264px;
  padding-bottom: 2px;
}
.clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item {
  aspect-ratio: 1.287804878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item {
    aspect-ratio: 1.8181818182;
  }
}
.clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner {
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}
.clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__front, .clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 20px;
  border: 1px solid #1A1916;
}
@media (min-width: 768px) {
  .clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__front, .clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__back {
    border-radius: 12px;
  }
}
.clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__front h4 {
  font-size: 21px;
  font-weight: 800;
}
.clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__back {
  background-color: #FFFEFC;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__back h4 {
  font-size: 17px;
  font-weight: 400;
}
.clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__back a {
  display: inline-block;
  background-color: #1A1916;
  border-radius: 50px;
  color: #fff;
  padding: 13px 24px;
  font-weight: 800;
}
.clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__back a:hover, .clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item .paid-card__inner .paid-card__back a:active {
  background-color: #FFCB05;
  border-radius: 50px;
  color: #1A1916;
}
.clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item.active .paid-card__inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 768px) {
  .clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item.active .paid-card__inner {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .clients-single .clients-pain-card-section .swiper .swiper-slide > div.paid-card__item:hover .paid-card__inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
.clients-single .clients-service-section {
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
}
@media (min-width: 768px) {
  .clients-single .clients-service-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1268px) {
  .clients-single .clients-service-section {
    margin-top: 152px;
    margin-bottom: 152px;
  }
}
.clients-single .clients-service-section .clients-service-section__slider {
  position: relative;
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper {
    margin-right: 60px;
    margin-left: 60px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
}
@media (min-width: 1268px) {
  .clients-single .clients-service-section .swiper {
    margin-right: 100px;
    margin-left: 100px;
  }
}
.clients-single .clients-service-section .swiper-slide {
  width: 100%;
}
.clients-single .clients-service-section .swiper-slide > div .clients-service-section__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-slide > div .clients-service-section__header {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: 10%;
  }
}
.clients-single .clients-service-section .swiper-slide > div h3 {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-slide > div h3 {
    margin-bottom: 32px;
  }
}
.clients-single .clients-service-section .swiper-slide > div > div {
  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;
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-slide > div > div {
    width: 50%;
  }
}
.clients-single .clients-service-section .swiper-slide > div > div.clients-service-section__header {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-slide > div > div.clients-service-section__header {
    width: 50%;
  }
}
.clients-single .clients-service-section .swiper-slide > div > div.clients-service-section__header .btn {
  background-color: #1A1916;
  border-radius: 50px;
  color: #fff;
  padding: 13px 24px;
  font-weight: 800;
}
.clients-single .clients-service-section .swiper-slide > div > div.clients-service-section__header .btn:hover, .clients-single .clients-service-section .swiper-slide > div > div.clients-service-section__header .btn:active {
  background-color: #FFCB05;
  border-radius: 50px;
  color: #1A1916;
}
.clients-single .clients-service-section .swiper-slide > div > div.clients-service-section__list > div {
  font-size: 17px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.clients-single .clients-service-section .swiper-slide > div > div.clients-service-section__list > div::before {
  width: 40px;
  content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9999 24.1701L12.8299 20.0001L11.4099 21.4101L16.9999 27.0001L28.9999 15.0001L27.5899 13.5901L16.9999 24.1701Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-slide > div > div.clients-service-section__list > div::before {
    content: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='39' height='39' rx='19.5' stroke='%23242320'/%3E%3Cpath d='M17 24.17L12.83 20L11.41 21.41L17 27L29 15L27.59 13.59L17 24.17Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
  }
}
.clients-single .clients-service-section .swiper-slide > div > div.clients-service-section__list > div:nth-child(2) {
  width: calc(100% - 52px);
}
.clients-single .clients-service-section .swiper-button {
  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: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
  }
}
.clients-single .clients-service-section .swiper-button > div {
  border: 1px solid #1A1916;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-outd;
  transition: all 0.3s ease-in-outd;
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-button > div {
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
  }
}
.clients-single .clients-service-section .swiper-button > div:hover {
  background-color: #FFCB05;
  border-color: #FFCB05;
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-button > div:hover {
    background-color: transparent;
  }
}
.clients-single .clients-service-section .swiper-button > div.swiper-button-disabled {
  opacity: 0.5;
}
.clients-single .clients-service-section .swiper-button > div.swiper-button__prev::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8.25H5.8725L10.065 4.0575L9 3L3 9L9 15L10.0575 13.9425L5.8725 9.75H15V8.25Z' fill='%231A1916'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-button > div.swiper-button__prev::before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_121_1068)'%3E%3Cpath d='M31.7049 23.41L30.2949 22L24.2949 28L30.2949 34L31.7049 32.59L27.1249 28L31.7049 23.41Z' fill='%231A1916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_121_1068'%3E%3Crect width='56' height='56' rx='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.clients-single .clients-service-section .swiper-button > div.swiper-button__next::before {
  content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3L7.9425 4.0575L12.1275 8.25H3V9.75H12.1275L7.9425 13.9425L9 15L15 9L9 3Z' fill='%231A1916'/%3E%3C/svg%3E ");
}
@media (min-width: 768px) {
  .clients-single .clients-service-section .swiper-button > div.swiper-button__next::before {
    content: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_121_1088)'%3E%3Cpath d='M25.7049 22L24.2949 23.41L28.8749 28L24.2949 32.59L25.7049 34L31.7049 28L25.7049 22Z' fill='%231A1916'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_121_1088'%3E%3Crect width='56' height='56' rx='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.clients-single .home-logo-section {
  display: none;
}
@media (min-width: 768px) {
  .clients-single .home-logo-section {
    display: block;
    margin-bottom: 180px;
  }
}
@media (min-width: 768px) {
  .clients-single .others-cast-section h3 {
    max-width: 400px;
  }
}