/*
    Theme Name: BO WEB Starter Theme
    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.cdnfonts.com/css/resagokr");
@import url("https://fonts.cdnfonts.com/css/inter");
* {
  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;
}

/*--------------------*/
/* Layaut */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 488px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 904px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 1012px;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1152px;
  }
}

.row {
  margin-left: -gutter-width();
  margin-right: -gutter-width();
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

.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-0 {
  margin-left: 0%;
}

.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-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0%;
    padding: 0 !important;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
    padding: inherit;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
    padding: inherit;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    padding: inherit;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
    padding: inherit;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
    padding: inherit;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: inherit;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
    padding: inherit;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
    padding: inherit;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    padding: inherit;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
    padding: inherit;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
    padding: inherit;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: inherit;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .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-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0%;
    padding: 0 !important;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
    padding: inherit;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
    padding: inherit;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    padding: inherit;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
    padding: inherit;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
    padding: inherit;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: inherit;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
    padding: inherit;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
    padding: inherit;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    padding: inherit;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
    padding: inherit;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
    padding: inherit;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: inherit;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .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-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0%;
    padding: 0 !important;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
    padding: inherit;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
    padding: inherit;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    padding: inherit;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
    padding: inherit;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
    padding: inherit;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: inherit;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
    padding: inherit;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
    padding: inherit;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    padding: inherit;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
    padding: inherit;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
    padding: inherit;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: inherit;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .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: 1100px) {
  .col-xl-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0%;
    padding: 0 !important;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
    padding: inherit;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
    padding: inherit;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    padding: inherit;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
    padding: inherit;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
    padding: inherit;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: inherit;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
    padding: inherit;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
    padding: inherit;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    padding: inherit;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
    padding: inherit;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
    padding: inherit;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: inherit;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .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%;
  }
}
@media (min-width: 1240px) {
  .col-xxl-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0%;
    padding: 0 !important;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
    padding: inherit;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
    padding: inherit;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    padding: inherit;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
    padding: inherit;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
    padding: inherit;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: inherit;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
    padding: inherit;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
    padding: inherit;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    padding: inherit;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
    padding: inherit;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
    padding: inherit;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: inherit;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #EEE8E2;
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #6E6761;
}
body.text_accent {
  font-weight: 700;
}
body.text_additional {
  font-size: 13px;
}

a {
  text-decoration: underline;
}

h1, .h1 {
  font-size: 50px;
  line-height: 110%;
  font-family: "Resagokr", sans-serif;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 75px;
    line-height: 100%;
  }
}

h2, .h2 {
  font-size: 38px;
  line-height: 120%;
  font-family: "Resagokr", sans-serif;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 52px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 120%;
  font-family: "Resagokr", sans-serif;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 16px;
  line-height: 120%;
  font-family: "Resagokr", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes moveup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.rotating-element {
  -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite;
}

.move-element {
  -webkit-animation: moveup 3s linear infinite;
          animation: moveup 3s linear infinite;
}

.site-header {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 80px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .site-header {
    height: 100px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.site-header:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #544D4A;
  top: 0;
  left: 0;
}
.site-header > div {
  position: relative;
  z-index: 2;
}
.site-header > div .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header > div .row .col .nav-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.site-header > div .row .col .nav-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #EEE8E2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.site-header > div .row .col .nav-toggle span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% + 5px));
      -ms-transform: translate(-50%, calc(-50% + 5px));
          transform: translate(-50%, calc(-50% + 5px));
}
.site-header > div .row .col .nav-toggle span:nth-child(2) {
  -webkit-transform: translate(-50%, calc(-50% - 5px));
      -ms-transform: translate(-50%, calc(-50% - 5px));
          transform: translate(-50%, calc(-50% - 5px));
}
@media (min-width: 768px) {
  .site-header > div .row .col .nav-toggle {
    display: none;
  }
}
.site-header > div .row .col .header-logo {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .site-header > div .row .col .header-logo {
    text-align: left;
  }
}
.site-header > div .row .col .header-logo img {
  max-width: 120px;
  max-height: 100%;
}
@media (min-width: 768px) {
  .site-header > div .row .col .header-logo img {
    max-width: 100%;
  }
}
.site-header > div .row .col .main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: none;
}
.site-header > div .row .col .main-navigation.active {
  display: block;
  overflow: auto;
}
@media (min-width: 768px) {
  .site-header > div .row .col .main-navigation.active {
    overflow: inherit;
  }
}
.site-header > div .row .col .main-navigation.active:after {
  position: fixed;
  content: "";
  display: block;
  background-color: #544D4A;
  height: 100vh;
  width: 100vw;
  left: 36%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3));
  opacity: 0.85;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
@media (min-width: 768px) {
  .site-header > div .row .col .main-navigation.active:after {
    content: none;
  }
}
.site-header > div .row .col .main-navigation.active ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 50px;
  width: 100%;
}
@media (min-width: 576px) {
  .site-header > div .row .col .main-navigation.active ul {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .site-header > div .row .col .main-navigation .sub-menu {
    display: none;
  }
}
.site-header > div .row .col .main-navigation .overlay {
  position: fixed;
  content: "";
  display: block;
  background-color: #171616;
  height: 100vh;
  width: 100vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .site-header > div .row .col .main-navigation .overlay {
    display: none;
    content: none;
  }
}
.site-header > div .row .col .main-navigation .close {
  display: block;
  position: relative;
  z-index: 10;
  left: 15px;
  top: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .site-header > div .row .col .main-navigation .close {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-header > div .row .col .main-navigation {
    display: block;
    position: relative;
    bottom: 0;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    width: auto;
    height: auto;
  }
}
.site-header > div .row .col .main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .site-header > div .row .col .main-navigation ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    top: 0px;
    padding: 60px 0 0;
  }
  .site-header > div .row .col .main-navigation ul li.menu-item-has-children:hover .sub-menu li {
    background-color: #ffffff;
    padding: 8px 20px;
  }
  .site-header > div .row .col .main-navigation ul li.menu-item-has-children:hover .sub-menu a {
    color: #544D4A !important;
  }
}
.site-header > div .row .col .main-navigation ul li.menu-item-has-children .sub-menu {
  padding-left: 30px;
  gap: 16px;
}
.site-header > div .row .col .main-navigation ul li.menu-item-has-children li a {
  font-size: 14px;
}
@media (min-width: 768px) {
  .site-header > div .row .col .main-navigation ul li.menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header > div .row .col .main-navigation ul li.menu-item-has-children::after {
    display: block;
    content: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L3.5 5L7 1H0Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
.site-header > div .row .col .main-navigation ul li a {
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .site-header > div .row .col .main-navigation ul li a {
    font-size: 15px;
    line-height: 22px;
  }
}
.site-header > div .row .col .main-navigation ul li:hover a {
  text-shadow: 0 0 0.01px #EEE8E2, 0 0 0.01px #EEE8E2, 0 0 0.01px #EEE8E2;
}
.site-header > div .row .col .main-navigation ul li.current-menu-item a::before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #EEE8E2;
}

.site-footer {
  background-color: #544D4A;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .site-footer .container {
    padding-top: 64px;
  }
}
.site-footer .footer-logo {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .site-footer .footer-logo {
    text-align: left;
  }
}
.site-footer .footer-logo img {
  height: 85px;
  width: auto;
}
.site-footer nav ul {
  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;
  gap: 20px;
}
@media (min-width: 768px) {
  .site-footer nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.site-footer nav ul a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer nav.footer-navigation ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 576px) {
  .site-footer nav.footer-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.site-footer nav.social {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .site-footer nav.social {
    margin-bottom: 0px;
  }
}
.site-footer nav.social ul li a {
  padding: 0;
}
.site-footer nav.social ul li a svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-footer nav.social ul li a:hover svg {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.site-footer .footer-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .footer-wrapper {
    text-align: left;
    margin-top: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-footer .footer-wrapper .footer-wrapper__description {
  color: #ffffff;
}
.site-footer .footer-wrapper .decor {
  width: 100%;
  height: 2px;
  background-color: #6E6761;
}
.site-footer .copyr {
  padding: 44px 0 16px;
  text-align: center;
  color: #EEE8E2;
}
@media (min-width: 768px) {
  .site-footer .copyr {
    text-align: left;
    padding: 24px 0 0px;
  }
}

.btn {
  border: 1px solid #ffffff;
  padding: 15px 26px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.btn.primary {
  border-color: #B7A09A;
  background-color: #B7A09A;
}
.btn.primary.outline {
  background-color: transparent;
  color: #B7A09A;
}
.btn.secondary {
  border-color: #6E6761;
  background-color: #6E6761;
}
.btn.secondary.outline {
  background-color: transparent;
  color: #6E6761;
}
.btn.white {
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn.white.outline {
  background-color: transparent;
}

.form-service-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  display: none;
}
@media (min-width: 576px) {
  .form-service-modal {
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form-service-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-service-modal .modal__overlay {
  background-color: #6E6761;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.form-service-modal .modal__wrapper {
  width: 100%;
  max-width: 480px;
  background-color: #B7A09A;
  background-image: url("./assets/img/bg-modal.jpg");
  color: #ffffff;
  padding: 20px;
  overflow: auto;
  max-height: 100vh;
  position: relative;
  z-index: 4;
}
.form-service-modal .modal__wrapper .close {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.form-service-modal .modal__wrapper .close svg {
  width: 100%;
  height: 100%;
}
.form-service-modal .modal__wrapper .modal__wrapper-header {
  text-align: center;
  max-width: 386px;
  margin: auto;
  margin-bottom: 22px;
}
.form-service-modal .modal__wrapper .modal__wrapper-header .modal-logo {
  margin: auto;
  width: 128px;
  margin-bottom: 22px;
}
.form-service-modal .modal__wrapper .modal__wrapper-header .modal-logo img {
  width: 128px;
}
.form-service-modal .modal__wrapper .modal__wrapper-header h4 {
  font-size: 32px;
  margin-bottom: 8px;
}
.form-service-modal .modal__wrapper .modal__wrapper-header p {
  font-size: 12px;
}
.form-service-modal .modal__wrapper .modal__wrapper-content {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 386px;
  margin: auto;
  padding: 34px 24px 25px;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
}
@media (min-width: 768px) {
  .form-service-modal .modal__wrapper .modal__wrapper-content .form-conteiner .form-col-1 {
    width: calc(50% - 8px);
  }
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 {
  position: relative;
  width: 100%;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 label, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 label {
  color: #544D4A;
  font-size: 12px;
  margin-bottom: 4px;
  display: inline-block;
  padding-left: 10px;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 input:not([type=radio]):not([type=submit]),
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 textarea:not([type=radio]):not([type=submit]), .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 input:not([type=radio]):not([type=submit]),
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 textarea:not([type=radio]):not([type=submit]) {
  background-color: #E9ECEF;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 12px;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 textarea, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 textarea {
  height: 100px;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 .wpcf7-not-valid-tip, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
  color: #B31E2D;
  position: absolute;
  font-weight: 200;
  padding-left: 10px;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 .wpcf7-not-valid-tip::before, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 .wpcf7-not-valid-tip::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.51566 1.47704C7.31383 1.09554 6.68616 1.09554 6.48433 1.47704L1.23433 11.3937C1.18725 11.4826 1.16396 11.5822 1.16672 11.6827C1.16949 11.7833 1.19822 11.8815 1.25011 11.9676C1.30201 12.0538 1.37532 12.1251 1.46291 12.1746C1.55049 12.2241 1.64939 12.2501 1.75 12.25H12.25C12.3506 12.2503 12.4495 12.2244 12.5372 12.175C12.6248 12.1256 12.6981 12.0543 12.75 11.9681C12.8019 11.8819 12.8305 11.7837 12.8332 11.6832C12.8358 11.5826 12.8124 11.4831 12.7651 11.3943L7.51566 1.47704ZM7.58333 10.5H6.41666V9.33338H7.58333V10.5ZM6.41666 8.16671V5.25004H7.58333L7.58391 8.16671H6.41666Z' fill='%23B31E2D'/%3E%3C/svg%3E%0A");
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 .wpcf7-radio, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 .wpcf7-radio .wpcf7-list-item, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  height: 18px;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 .wpcf7-radio .wpcf7-list-item label, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 6px;
  position: relative;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 .wpcf7-radio .wpcf7-list-item input[type=radio], .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border: 2px solid #B7A09A;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 .wpcf7-radio .wpcf7-list-item input[type=radio]:checked, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  border-color: #B7A09A;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 .wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 .wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B7A09A;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-service-modal .modal__wrapper .modal__wrapper-content .form-col-1 .wpcf7-radio .wpcf7-list-item input[type=radio]:focus, .form-service-modal .modal__wrapper .modal__wrapper-content .form-col-2 .wpcf7-radio .wpcf7-list-item input[type=radio]:focus {
  outline: none;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .wpcf7-submit {
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .wpcf7-spinner {
  display: none;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .wpcf7-response-output {
  display: none;
}
.form-service-modal .modal__wrapper .modal__wrapper-content .messages {
  margin-top: 18px;
  text-align: center;
  color: #544D4A;
}
.form-service-modal .thanks-wrapper {
  display: none;
}
.form-service-modal.thanks .modal__wrapper {
  display: none;
}
.form-service-modal.thanks .thanks-wrapper {
  display: block;
  width: 100%;
  max-width: 336px;
  background-color: #fff;
  background-image: url("./assets/img/bg-modal.jpg");
  color: #544D4A;
  padding: 20px;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.form-service-modal.thanks .thanks-wrapper .thanks-wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EBE8E1;
  margin-bottom: 16px;
}
.form-service-modal.thanks .thanks-wrapper .thanks-wrapper__header .modal-logo {
  margin: auto;
  width: 128px;
}
.form-service-modal.thanks .thanks-wrapper .thanks-wrapper__header .modal-logo img {
  width: 128px;
}
.form-service-modal.thanks .thanks-wrapper .thanks-wrapper__header h3 {
  font-size: 32px;
}
.form-service-modal.thanks .thanks-wrapper .thanks-wrapper__body p {
  text-align: center;
  margin-bottom: 24px;
}
.form-service-modal.thanks .thanks-wrapper .thanks-wrapper__body button {
  width: 100%;
  text-transform: uppercase;
}

.section-single-header {
  padding: 180px 0 80px;
  background-image: url("./assets/img/bg-single-page.jpg");
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  background-position: center;
  background-size: cover;
}
.section-single-header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #EBE8E1;
  mix-blend-mode: lighten;
  opacity: 0.5;
}
.section-single-header .container {
  position: relative;
  z-index: 2;
}
.section-single-header h3 {
  margin-bottom: 20px;
}
.section-single-header #breadcrumbs {
  margin-top: 38px;
}
.section-single-header #breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}

.section-single-page {
  padding: 84px 0 100px;
}
.section-single-page__content h2, .section-single-page__content h3, .section-single-page__content h4 {
  margin-top: 16px;
  margin-bottom: 4px;
}
.section-single-page__content p {
  margin-bottom: 16px;
}
.section-single-page__content p strong {
  margin-bottom: 4px;
  display: inline-block;
}
.section-single-page__content p br {
  display: block;
  font-size: 4px;
  line-height: 4px;
}

.blog-page {
  color: #544D4A;
  overflow: hidden;
}
.blog-page a {
  text-decoration: none;
}

.blog-featured {
  padding: 48px 0 72px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .blog-featured {
    padding: 40px 0 40px;
  }
}
.blog-featured .blog-featured__card {
  position: relative;
  display: block;
  min-height: 401px;
  overflow: hidden;
  color: #ffffff;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-featured .blog-featured__card {
    min-height: 400px;
  }
}
.blog-featured .blog-featured__shade {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 77, 74, 0.08)), to(rgba(84, 77, 74, 0.72)));
  background: linear-gradient(180deg, rgba(84, 77, 74, 0.08) 0%, rgba(84, 77, 74, 0.72) 100%);
  mix-blend-mode: multiply;
}
.blog-featured .blog-featured__tag {
  position: absolute;
  top: 48px;
  left: 48px;
  color: #EBE8E1;
  font-family: "Resagokr", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 767px) {
  .blog-featured .blog-featured__tag {
    top: 24px;
    left: 24px;
    font-size: 20px;
  }
}
.blog-featured .blog-featured__content {
  position: absolute;
  right: 48px;
  bottom: 48px;
  left: 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: 16px;
}
@media (max-width: 767px) {
  .blog-featured .blog-featured__content {
    right: 24px;
    bottom: 40px;
    left: 24px;
  }
}
.blog-featured .blog-featured__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.blog-featured .blog-featured__line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .blog-featured .blog-featured__line {
    width: 246px;
    max-width: 100%;
  }
}
.blog-featured .blog-featured__title {
  max-width: 880px;
  color: #ffffff;
  font-family: "Resagokr", sans-serif;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-featured .blog-featured__title {
    font-size: 28px;
  }
}
.blog-featured .blog-featured__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
@media (max-width: 1099px) {
  .blog-featured .blog-featured__summary {
    -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;
  }
}
@media (max-width: 767px) {
  .blog-featured .blog-featured__summary {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px;
    text-align: left;
  }
}
.blog-featured .blog-featured__summary p {
  max-width: 832px;
  margin: 0;
  color: #544D4A;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .blog-featured .blog-featured__summary p {
    font-size: 16px;
  }
}
.blog-featured .blog-featured__summary .btn {
  min-width: 127px;
  padding-right: 18px;
  padding-left: 18px;
}

.blog-list {
  padding: 0 0 76px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .blog-list {
    padding: 0 0 44px;
  }
}
.blog-list .blog-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-list .blog-list__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.blog-list h2 {
  margin: 0;
  color: #544D4A;
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-list h2 {
    font-size: 28px;
  }
}
.blog-list .blog-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(544px, 100%);
  height: 44px;
  border: 1px solid #B7A09A;
  border-radius: 2px;
  background: #ffffff;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .blog-list .blog-search {
    width: 100%;
  }
}
.blog-list .blog-search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 10px 12px;
  color: #544D4A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: transparent;
}
.blog-list .blog-search input::-webkit-input-placeholder {
  color: #d8d8d8;
  letter-spacing: 0;
  text-transform: none;
}
.blog-list .blog-search input::-moz-placeholder {
  color: #d8d8d8;
  letter-spacing: 0;
  text-transform: none;
}
.blog-list .blog-search input:-ms-input-placeholder {
  color: #d8d8d8;
  letter-spacing: 0;
  text-transform: none;
}
.blog-list .blog-search input::-ms-input-placeholder {
  color: #d8d8d8;
  letter-spacing: 0;
  text-transform: none;
}
.blog-list .blog-search input::placeholder {
  color: #d8d8d8;
  letter-spacing: 0;
  text-transform: none;
}
.blog-list .blog-search input:focus {
  outline: none;
}
.blog-list .blog-search input:not(:-moz-placeholder) {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.blog-list .blog-search input:not(:-ms-input-placeholder) {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.blog-list .blog-search input:not(:placeholder-shown) {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.blog-list .blog-search button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 100%;
  padding: 0;
  color: #B7A09A;
  background: transparent;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.blog-list .blog-search button:hover, .blog-list .blog-search button:focus {
  background-color: #B7A09A;
  color: #ffffff;
}
.blog-list .blog-search button svg {
  width: 24px;
  height: 24px;
}
.blog-list .blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .blog-list .blog-tags {
    display: none;
  }
}
.blog-list .blog-tags a {
  position: relative;
  padding: 0 16px 13px;
  color: #B7A09A;
  font-family: "Resagokr", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  opacity: 0.6;
}
.blog-list .blog-tags a.active {
  opacity: 1;
}
.blog-list .blog-tags a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #B7A09A;
}
.blog-list .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 1099px) {
  .blog-list .blog-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .blog-list .blog-grid {
    gap: 12px;
    margin-top: 24px;
  }
}
.blog-list .blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
  min-height: 43px;
}
@media (max-width: 767px) {
  .blog-list .blog-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.blog-list .blog-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 43px;
  height: 43px;
  padding: 0 7px;
  color: #544D4A;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-list .blog-pagination .page-numbers:not(.prev):not(.next) {
    display: none;
  }
}
.blog-list .blog-pagination .page-numbers.current {
  color: #ffffff;
  background: #B7A09A;
}
.blog-list .blog-pagination .page-numbers.prev, .blog-list .blog-pagination .page-numbers.next {
  position: absolute;
  top: 0;
  gap: 12px;
  min-width: 133px;
  border: 1px solid #B7A09A;
  color: #B7A09A;
}
@media (max-width: 767px) {
  .blog-list .blog-pagination .page-numbers.prev, .blog-list .blog-pagination .page-numbers.next {
    margin: 0;
  }
}
.blog-list .blog-pagination .page-numbers.prev svg, .blog-list .blog-pagination .page-numbers.next svg {
  display: block;
  width: 9px;
  height: 15px;
}
.blog-list .blog-pagination .page-numbers.prev {
  left: 0;
}
.blog-list .blog-pagination .page-numbers.next {
  right: 0;
}
.blog-list .blog-pagination .page-numbers .blog-pagination__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B7A09A;
}
.blog-list .blog-pagination .page-numbers .blog-pagination__arrow--previous {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-list .blog-empty {
  margin: 72px 0 0;
  color: #544D4A;
  text-align: center;
}

.blog-card {
  position: relative;
  isolation: isolate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  overflow: hidden;
  padding: 42px 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  background: #6E6761;
}
@media (max-width: 767px) {
  .blog-card {
    min-height: 400px;
    padding: 40px 24px;
  }
}
.blog-card:hover .blog-card__image {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.blog-card .blog-card__media,
.blog-card .blog-card__shade {
  position: absolute;
  inset: 0;
}
.blog-card .blog-card__media {
  z-index: -2;
  overflow: hidden;
}
.blog-card .blog-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  will-change: transform;
}
.blog-card .blog-card__shade {
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 77, 74, 0.12)), to(rgba(84, 77, 74, 0.86)));
  background: linear-gradient(180deg, rgba(84, 77, 74, 0.12) 0%, rgba(84, 77, 74, 0.86) 100%);
  mix-blend-mode: multiply;
}
.blog-card .blog-card__tag {
  position: absolute;
  top: 24px;
  left: 24px;
  color: #EBE8E1;
  font-family: "Resagokr", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 767px) {
  .blog-card .blog-card__tag {
    font-size: 20px;
  }
}
.blog-card .blog-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  color: #ffffff;
}
.blog-card .blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.blog-card .blog-card__line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .blog-card .blog-card__line {
    width: 246px;
    max-width: 100%;
  }
}
.blog-card .blog-card__title {
  color: #ffffff;
  font-family: "Resagokr", sans-serif;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-card .blog-card__title {
    font-size: 28px;
  }
}
.blog-card.blog-card--popular {
  display: block;
  min-height: 0;
  overflow: visible;
  padding: 0;
  color: #544D4A;
  background: transparent;
}
@media (max-width: 767px) {
  .blog-card.blog-card--popular {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.blog-card.blog-card--popular:hover .blog-card__image {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.blog-card.blog-card--popular .blog-card__media {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 235px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-card.blog-card--popular .blog-card__media {
    width: 100px;
    height: 100px;
  }
}
.blog-card.blog-card--popular .blog-card__image {
  position: absolute;
  inset: 0;
}
.blog-card.blog-card--popular .blog-card__shade,
.blog-card.blog-card--popular .blog-card__tag,
.blog-card.blog-card--popular .blog-card__meta,
.blog-card.blog-card--popular .blog-card__line {
  display: none;
}
.blog-card.blog-card--popular .blog-card__content {
  display: block;
  margin-top: 16px;
  color: #544D4A;
}
@media (max-width: 767px) {
  .blog-card.blog-card--popular .blog-card__content {
    margin-top: 0;
  }
}
.blog-card.blog-card--popular .blog-card__title {
  display: block;
  color: #544D4A;
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .blog-card.blog-card--popular .blog-card__title {
    font-size: 19px;
  }
}

.blog-popular {
  padding: 52px 0 64px;
  background: #EBE8E1;
}
@media (max-width: 767px) {
  .blog-popular {
    padding: 40px 0 56px;
  }
}
.blog-popular h2 {
  margin: 0 0 43px;
  color: #544D4A;
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-popular h2 {
    margin-bottom: 23px;
    font-size: 28px;
  }
}
.blog-popular .blog-popular__swiper {
  padding-bottom: 58px;
}
@media (max-width: 767px) {
  .blog-popular .blog-popular__swiper {
    padding-bottom: 50px;
  }
}
.blog-popular .blog-popular__swiper .swiper-slide {
  height: auto;
}
@media (max-width: 767px) {
  .blog-popular .blog-popular__swiper--desktop {
    display: none;
  }
}
.blog-popular .blog-popular__swiper--mobile {
  display: none;
}
@media (max-width: 767px) {
  .blog-popular .blog-popular__swiper--mobile {
    display: block;
  }
}
.blog-popular .blog-popular__mobile-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.blog-popular .blog-popular__pagination {
  bottom: 0px !important;
}
.blog-popular .blog-popular__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background: #FAFBF6;
  opacity: 1;
}
.blog-popular .blog-popular__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B7A09A;
  opacity: 1;
}

.blog-single-page {
  color: #544D4A;
  overflow: hidden;
}
.blog-single-page a {
  text-decoration: none;
}

.blog-single {
  padding: 48px 0 80px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .blog-single {
    padding: 32px 0 48px;
  }
}
.blog-single .blog-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(84, 77, 74, 0.24);
  color: #544D4A;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .blog-single .blog-single__meta {
    padding-bottom: 16px;
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.blog-single .blog-single__content > h2, .blog-single .blog-single__content > h3, .blog-single .blog-single__content > h4, .blog-single .blog-single__content > h5, .blog-single .blog-single__content > p, .blog-single .blog-single__content > strong, .blog-single .blog-single__content > ul, .blog-single .blog-single__content > ol {
  max-width: 928px;
  margin: 0 auto;
}
.blog-single .blog-single__content {
  margin-top: 48px;
  color: #6E6761;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blog-single .blog-single__content {
    margin-top: 32px;
  }
}
.blog-single .blog-single__content > * {
  margin-right: auto;
  margin-left: auto;
}
.blog-single .blog-single__content h2,
.blog-single .blog-single__content h3,
.blog-single .blog-single__content h4 {
  color: #544D4A;
  margin-top: 48px;
  margin-bottom: 20px;
}
.blog-single .blog-single__content h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .blog-single .blog-single__content h2 {
    font-size: 28px;
  }
}
.blog-single .blog-single__content h3 {
  font-size: 24px;
}
.blog-single .blog-single__content p {
  margin-bottom: 20px;
  color: #6E6761;
  font-size: 14px;
  line-height: 1.65;
}
.blog-single .blog-single__content p strong {
  color: #544D4A;
}
@media (max-width: 767px) {
  .blog-single .blog-single__content p {
    font-size: 13px;
  }
}
.blog-single .blog-single__content ul,
.blog-single .blog-single__content ol {
  margin-bottom: 24px;
  padding-left: 20px;
  color: #6E6761;
}
.blog-single .blog-single__content ul li,
.blog-single .blog-single__content ol li {
  margin-bottom: 8px;
}
.blog-single .blog-single__content .wp-block-image {
  margin-top: 48px;
  margin-bottom: 48px;
}
.blog-single .blog-single__content .wp-block-image img {
  width: 100%;
  height: auto;
}
.blog-single .blog-single__content .wp-block-gallery {
  gap: 32px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .blog-single .blog-single__content .wp-block-gallery {
    gap: 12px;
  }
}

.lumera-blog-video {
  margin: 64px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .lumera-blog-video {
    margin: 40px auto;
  }
}
.lumera-blog-video h2 {
  margin: 0 0 24px;
  color: #544D4A;
  font-size: 38px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lumera-blog-video h2 {
    font-size: 28px;
  }
}
.lumera-blog-video .lumera-blog-video__frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 896/488;
  overflow: hidden;
  background: #d8d8d8;
}
@media (max-width: 767px) {
  .lumera-blog-video .lumera-blog-video__frame {
    aspect-ratio: 311/157;
  }
}
.lumera-blog-video .lumera-blog-video__frame iframe,
.lumera-blog-video .lumera-blog-video__frame video,
.lumera-blog-video .lumera-blog-video__frame .lumera-blog-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.lumera-blog-video .lumera-blog-video__placeholder {
  position: absolute;
  inset: 0;
  background: #d8d8d8;
}
.lumera-blog-video .lumera-blog-video__trigger {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
}
.lumera-blog-video .lumera-blog-video__trigger:hover .lumera-blog-video__play circle {
  fill: #6E6761;
}
.lumera-blog-video .lumera-blog-video__play {
  position: relative;
  z-index: 2;
  display: block;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .lumera-blog-video .lumera-blog-video__play {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.lumera-blog-video .lumera-blog-video__play svg {
  display: block;
  width: 100%;
  height: 100%;
}
.lumera-blog-video .lumera-blog-video__play circle {
  -webkit-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out;
}
.lumera-blog-video .lumera-blog-video__button-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .lumera-blog-video .lumera-blog-video__button-text {
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }
}

.lumera-blog-banner {
  width: 100vw;
  max-width: none !important;
  margin: 64px 0 64px 0 !important;
  padding: 64px 0 !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #EBE8E1;
  left: 50% !important;
  position: relative;
}
@media (max-width: 767px) {
  .lumera-blog-banner {
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 40px 0;
  }
}
.lumera-blog-banner .lumera-blog-banner__text {
  max-width: 928px;
  margin: 0 auto;
  color: #6E6761;
  font-family: "Resagokr", sans-serif;
  font-size: 52px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .lumera-blog-banner .lumera-blog-banner__text {
    max-width: 312px;
    font-size: 28px;
    text-align: center;
  }
}
.lumera-blog-banner .lumera-blog-banner__text p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.lumera-blog-carousel {
  margin: 56px auto;
}
@media (max-width: 767px) {
  .lumera-blog-carousel {
    margin: 40px auto;
  }
}
.lumera-blog-carousel .lumera-blog-carousel__swiper {
  padding-bottom: 46px;
}
.lumera-blog-carousel .lumera-blog-carousel__swiper .swiper-slide {
  height: auto;
}
.lumera-blog-carousel .lumera-blog-carousel__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 194/270;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lumera-blog-carousel .lumera-blog-carousel__pagination {
  bottom: 0 !important;
}
.lumera-blog-carousel .lumera-blog-carousel__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px !important;
  background: #EBE8E1;
  opacity: 1;
}
.lumera-blog-carousel .lumera-blog-carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B7A09A;
}

.lumera-blog-comparison {
  display: grid;
  grid-template-columns: 352px minmax(0, 1fr);
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 80px auto 64px;
}
@media (max-width: 767px) {
  .lumera-blog-comparison {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 48px auto;
  }
}
.lumera-blog-comparison .lumera-blog-comparison__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(183, 160, 154, 0.45);
  border-radius: 12px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .lumera-blog-comparison .lumera-blog-comparison__media {
    padding: 12px;
    margin-bottom: 56px;
  }
}
.lumera-blog-comparison .lumera-blog-comparison__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 140/210;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
}
.lumera-blog-comparison .lumera-blog-comparison__content h3 {
  margin: 0 0 20px;
  color: #544D4A;
  font-size: 24px;
  line-height: 1.2;
}
.lumera-blog-comparison .lumera-blog-comparison__content div {
  color: #544D4A;
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-line;
}

.blog-post-nav {
  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: 24px;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .blog-post-nav {
    gap: 16px;
    margin-top: 48px;
  }
}
.blog-post-nav .blog-post-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  min-width: 133px;
  border-color: #B7A09A;
  background-color: transparent;
  color: #B7A09A;
}
.blog-post-nav .blog-post-nav__link svg {
  display: block;
  width: 9px;
  height: 15px;
}
.blog-post-nav .blog-post-nav__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B7A09A;
}
.blog-post-nav .blog-post-nav__arrow--previous {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-post-nav .blog-post-nav__link--next {
  margin-left: auto;
}

.section-single-page__content-skin-test {
  padding: 0px 20px;
  max-width: 968px;
  margin: auto;
}
@media (min-width: 992px) {
  .section-single-page__content-skin-test {
    padding: 0px 40px;
    max-width: 1008px;
  }
}

.section-single-page__skin-test {
  background-color: #EBE8E1;
  padding: 52px 20px;
  margin-top: 42px;
}
@media (min-width: 992px) {
  .section-single-page__skin-test {
    padding: 52px 40px;
  }
}
.section-single-page__skin-test > div {
  max-width: 928px;
  margin: auto;
}
.section-single-page__skin-test > div > h2 {
  color: #544D4A;
  text-align: center;
  margin-bottom: 32px;
}
.section-single-page__skin-test > div .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
.section-single-page__skin-test > div .results li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #544D4A;
}
.section-single-page__skin-test > div .results li .color {
  min-width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
}
.section-single-page__skin-test > div .results li p span {
  font-weight: 700;
}
.section-single-page__skin-test > div .logo {
  display: block;
  margin: auto;
}
.section-single-page__skin-test > div .description {
  text-align: center;
  margin-bottom: 42px;
}
.section-single-page__skin-test > div > h3 {
  color: #B7A09A;
  text-align: center;
}

.home .site-main section {
  padding: 48px 0 72px;
  text-align: center;
}
@media (min-width: 768px) {
  .home .site-main section {
    padding: 72px 0 78px;
    text-align: left;
  }
}

.hero-section {
  background-color: #544D4A;
  background-position: center;
  background-size: cover;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.hero-section::before {
  content: "";
  background: #544D4A;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.hero-section .hero-section__wrapper {
  height: 100vh;
  min-height: 100dvh;
  padding: 180px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  gap: 48px;
}
@media (min-width: 768px) {
  .hero-section .hero-section__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
  }
}
.hero-section .hero-section__wrapper .hero-section__content h1 {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .hero-section .hero-section__wrapper .hero-section__content h1 {
    margin-bottom: 36px;
  }
}
.hero-section .hero-section__wrapper .hero-section__content h3 {
  margin-bottom: 20px;
}
.hero-section .hero-section__wrapper .hero-section__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .hero-section .hero-section__wrapper .hero-section__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home-service-section {
  background-color: #ffffff;
  color: #544D4A;
  position: relative;
  text-align: center !important;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home-service-section {
    text-align: left !important;
  }
}
@media (min-width: 1100px) {
  .home-service-section {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1240px) {
  .home-service-section {
    padding-top: 106px !important;
  }
}
.home-service-section .home-service-section__wrapper {
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .home-service-section .home-service-section__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-service-section .home-service-section__content {
  background-color: #EBE8E1;
  padding: 48px;
}
@media (min-width: 992px) {
  .home-service-section .home-service-section__content {
    max-width: 448px;
  }
}
.home-service-section .home-service-section__content .decor {
  display: none;
  height: 3px;
  width: 54px;
  background-color: #544D4A;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .home-service-section .home-service-section__content .decor {
    display: block;
  }
}
.home-service-section .home-service-section__content .home-service-section__description {
  margin-bottom: 48px;
}
.home-service-section .home-service-section__content .home-service-section__description a {
  padding: 0;
  color: #544D4A;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 992px) {
  .home-service-section .home-service-section__content .home-service-section__description {
    margin-bottom: 56px;
    text-align: left !important;
  }
}
.home-service-section .home-service-section__content .home-service-section__akcent {
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .home-service-section .home-service-section__content .home-service-section__akcent {
    margin-bottom: 40px;
  }
}
.home-service-section .home-service-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-service-section .home-service-section_footer {
  margin-top: 106px;
  text-align: center;
  color: #B7A09A;
}
.home-service-section .home-service-section_footer h4 {
  max-width: 1120px;
  margin: auto;
  margin-bottom: 15px;
}
.home-service-section .home-service-section_footer .btn {
  color: #B7A09A !important;
  text-transform: inherit;
  font-weight: 400;
  font-size: 14px;
}

.home-about-section {
  background-color: #6E6761;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.home-about-section .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -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;
}
@media (min-width: 992px) {
  .home-about-section .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
  }
}
.home-about-section .col > 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: 32px;
}
@media (min-width: 992px) {
  .home-about-section .col > div {
    gap: 56px;
  }
}
@media (min-width: 992px) {
  .home-about-section .col .home-about-section__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.home-about-section .home-about-section__description p {
  margin-bottom: 10px;
  text-align: left !important;
}
@media (min-width: 992px) {
  .home-about-section .home-about-section__description p {
    margin-bottom: 20px;
  }
}
.home-about-section .home-about-section__image {
  width: 100%;
  margin: auto;
  position: relative;
}
.home-about-section .home-about-section__image > div {
  border-radius: 4px;
  border: 4px solid #EEE8E2;
  overflow: hidden;
  position: relative;
}
.home-about-section .home-about-section__image > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-about-section .home-about-section__description2 p {
  margin-bottom: 10px;
  text-align: left !important;
}
@media (min-width: 992px) {
  .home-about-section .home-about-section__description2 p {
    margin-bottom: 20px;
  }
}
.home-about-section .btn {
  margin-top: 12px;
}

.home-promo-section {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 60px 0 64px !important;
  text-align: center !important;
}
.home-promo-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6E6761;
  opacity: 0.8;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
.home-promo-section .home-promo-section__wrapper {
  padding: 30px 16px 48px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  z-index: 4;
  color: #ffffff;
}
@media (min-width: 768px) {
  .home-promo-section .home-promo-section__wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 48px 48px 56px;
  }
}
.home-promo-section .home-promo-section__wrapper > * {
  position: relative;
  z-index: 2;
}
.home-promo-section .home-promo-section__wrapper .logo {
  margin-bottom: 36px;
}
.home-promo-section .home-promo-section__wrapper p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .home-promo-section .home-promo-section__wrapper p {
    margin-bottom: 40px;
  }
}
.home-promo-section .home-promo-section__wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EBE8E1;
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
}

.home-testimonials-section {
  background-color: #6E6761;
  color: #ffffff;
}
.home-testimonials-section .container {
  text-align: center;
  margin-bottom: 40px;
}
.home-testimonials-section .container h2 {
  margin-bottom: 24px;
}
.home-testimonials-section .swiper {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .home-testimonials-section .swiper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.home-testimonials-section .swiper .swiper-wrapper {
  position: relative;
}
.home-testimonials-section .swiper .swiper-wrapper .swiper-slide {
  background-color: #EBE8E1;
  color: #6E6761;
  padding: 44px 10px;
  text-align: center;
  height: 420px;
}
.home-testimonials-section .swiper .swiper-wrapper .swiper-slide .poster-img {
  width: 102px;
  height: 102px;
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 50%;
}
.home-testimonials-section .swiper .swiper-wrapper .swiper-slide .poster-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-testimonials-section .swiper .swiper-wrapper .swiper-slide h3 {
  margin-bottom: 15px;
}
.home-testimonials-section .swiper .swiper-wrapper .swiper-slide .owner {
  font-size: 13px;
  color: #B7A09A;
}
.home-testimonials-section .swiper .swiper-wrapper .swiper-slide .content {
  max-width: 322px;
  margin: auto;
  margin-bottom: 36px;
}
.home-testimonials-section .swiper .swiper-pagination {
  bottom: -5px;
}
.home-testimonials-section .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #EEE8E2;
  opacity: 1;
  margin: 0 8px;
}
.home-testimonials-section .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #544D4A;
}
.home-testimonials-section .swiper .swiper-controls {
  display: none;
}
@media (min-width: 768px) {
  .home-testimonials-section .swiper .swiper-controls {
    display: block;
  }
}
.home-testimonials-section .swiper .swiper-controls > div:nth-child(2) {
  left: -8px;
}
.home-testimonials-section .swiper .swiper-controls > div:nth-child(1) {
  right: -8px;
}
.home-testimonials-section .swiper .swiper-controls > div::after {
  color: #EBE8E1;
  font-size: 20px;
}

.home-map-section {
  padding: 0 !important;
  height: 150px;
  overflow: hidden;
  position: relative;
  text-align: center !important;
}
.home-map-section iframe {
  height: 150px;
  width: 100vw;
}

.home-carousel-section {
  background-color: #FAFBF6;
  color: #6E6761;
  padding: 64px 0 44px !important;
}
@media (min-width: 768px) {
  .home-carousel-section {
    padding: 30px 0px !important;
  }
}
.home-carousel-section h2 {
  width: 100% !important;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .home-carousel-section h2 {
    margin-bottom: 38px;
  }
}
.home-carousel-section .swiper-wrapper {
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .home-carousel-section .swiper-wrapper {
    margin-bottom: 0;
  }
}
.home-carousel-section .swiper-wrapper .swiper-slide .decor {
  display: block;
  width: 64px;
  height: 3px;
  background-color: #B7A09A;
  margin: 10px 0;
}
.home-carousel-section .swiper-scrollbar {
  background-color: #B7A09A;
  height: 2px;
  border-radius: 0;
}
.home-carousel-section .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  border: 1px solid #6E6761;
  background-color: #6E6761;
  border-radius: 0;
  top: -2px;
}

.home-get-in-touch {
  color: #6E6761;
}
.home-get-in-touch .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .home-get-in-touch .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .home-get-in-touch .col > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .home-get-in-touch .home-get-in-touch-accordion {
    max-width: 448px;
  }
}
.home-get-in-touch .home-get-in-touch-accordion .home-get-in-touch-accordion__item .home-get-in-touch-accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #B7A09A;
  padding-top: 6px;
  padding-bottom: 12px;
  cursor: pointer;
}
.home-get-in-touch .home-get-in-touch-accordion .home-get-in-touch-accordion__item .home-get-in-touch-accordion__header i {
  min-width: 40px;
  height: 40px;
}
.home-get-in-touch .home-get-in-touch-accordion .home-get-in-touch-accordion__item .home-get-in-touch-accordion__header h4 {
  padding-top: 4px;
}
.home-get-in-touch .home-get-in-touch-accordion .home-get-in-touch-accordion__item .home-get-in-touch-accordion__description {
  padding: 20px 20px 20px;
  display: none;
}
.home-get-in-touch .home-get-in-touch-accordion .home-get-in-touch-accordion__item.active .home-get-in-touch-accordion__description {
  display: block;
}
.home-get-in-touch .home-get-in-touch-right .home-get-in-touch-right__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.home-get-in-touch .home-get-in-touch-right .home-get-in-touch-right__contact h4 {
  margin-bottom: 4px;
}
.home-get-in-touch .home-get-in-touch-right .social {
  margin-bottom: 42px;
}
.home-get-in-touch .home-get-in-touch-right .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.home-get-in-touch .home-get-in-touch-right .social ul a {
  min-width: 32px;
  height: 32px;
  background-color: #D9D9D9;
  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;
}
.home-get-in-touch .home-get-in-touch-right .social ul a svg path {
  fill: #6E6761;
}
.home-get-in-touch .home-get-in-touch-right h3.f-description {
  max-width: 484px;
  margin-bottom: 10px;
  color: #B7A09A;
}

.home-featured-services-section .home-featured-services-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;
  gap: 30px;
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .home-featured-services-section .home-featured-services-section__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-featured-services-section .home-featured-services-section__header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-featured-services-section .service-item {
  display: block;
  aspect-ratio: 204/280;
  overflow: hidden;
  position: relative;
}
.home-featured-services-section .service-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-services {
  padding: 48px 0 72px;
}
@media (min-width: 992px) {
  .section-services {
    padding: 94px 0 124px !important;
  }
}
@media (min-width: 992px) {
  .section-services .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.section-services .col .section-services__list {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section-services .col .section-services__list {
    width: 50%;
    margin-bottom: 0;
  }
}
.section-services .col .section-services__list li:not(:last-child) {
  margin-bottom: 26px;
}
.section-services .col .section-services__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  text-decoration: none;
}
.section-services .col .section-services__list li a .circle {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #EBE8E1;
}
.section-services .col .section-services__list li a h3 {
  color: #544D4A;
}
.section-services .col .section-services__list li a p {
  color: #ABABAB;
  text-transform: uppercase;
}
.section-services .col .section-services__img {
  position: relative;
}
@media (min-width: 992px) {
  .section-services .col .section-services__img {
    width: 50%;
  }
}
.section-services .col .section-services__img img {
  width: 100%;
  height: auto;
}

.section-services-prices {
  background-color: #6E6761;
  padding: 48px 0 72px;
}
@media (min-width: 992px) {
  .section-services-prices {
    padding: 84px 0 87px !important;
  }
}
.section-services-prices h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .section-services-prices h2 {
    margin-bottom: 35px;
  }
}
.section-services-prices .service-section__wrapper .service-section__item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section-services-prices .service-section__wrapper .service-section__item:not(:last-child) {
  border-bottom: 1px solid #B7A09A;
}
.section-services-prices .service-section__wrapper .service-section__item {
  padding: 40px 40px;
}
@media (min-width: 992px) {
  .section-services-prices .service-section__wrapper .service-section__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1240px) {
  .section-services-prices .service-section__wrapper .service-section__item {
    padding: 40px 90px;
  }
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-top {
  text-align: left;
}
@media (min-width: 992px) {
  .section-services-prices .service-section__wrapper .service-section__item .service-section__item-top {
    width: 28%;
  }
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-middle {
  margin-bottom: auto;
}
@media (min-width: 992px) {
  .section-services-prices .service-section__wrapper .service-section__item .service-section__item-middle {
    width: 27%;
  }
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-middle .price-list {
  text-align: left;
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-middle .price-list:not(:last-child) {
  margin-bottom: 8px;
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-middle .price-list > p {
  font-weight: 700;
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-middle .price-list ul {
  padding-left: 16px;
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-middle .price-list ul > li {
  list-style: disc;
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-middle .price-list ul > li > div {
  display: inline-block;
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  .section-services-prices .service-section__wrapper .service-section__item .service-section__item-bottom {
    width: 45%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.section-services-prices .service-section__wrapper .service-section__item .service-section__item-bottom .btn {
  width: 50%;
}
@media (min-width: 992px) {
  .section-services-prices .service-section__wrapper .service-section__item .service-section__item-bottom .btn {
    width: initial;
  }
}

.single-service .section-description {
  margin: 64px 0 80px;
}
.single-service .section-description .section-description__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .single-service .section-description .section-description__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single-service .section-description .section-description__content .section-description__img {
  width: 100%;
  height: 440px;
}
@media (min-width: 992px) {
  .single-service .section-description .section-description__content .section-description__img {
    height: auto;
    width: 352px;
    min-width: 352px;
  }
}
.single-service .section-description .section-description__content .section-description__img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-service .section-description .section-description__content .section-description__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-service .section-description .section-description__content .section-description__text h3 {
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .single-service .section-description .section-description__content .section-description__text h3 {
    margin-bottom: 32px;
  }
}
.single-service .section-description .section-description__content .section-description__text ul, .single-service .section-description .section-description__content .section-description__text ol {
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .single-service .section-description .section-description__content .section-description__text ul, .single-service .section-description .section-description__content .section-description__text ol {
    margin-bottom: 32px;
  }
}
.single-service .section-description .section-description__content .section-description__text ul {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.single-service .section-description .section-description__content .section-description__text ul li {
  padding-left: 30px;
  height: 20px;
  position: relative;
}
.single-service .section-description .section-description__content .section-description__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20C4.477 20 0 15.523 0 10C0 4.477 4.477 0 10 0C15.523 0 20 4.477 20 10C20 15.523 15.523 20 10 20ZM8.823 12.14L6.058 9.373L5 10.431L8.119 13.552C8.30653 13.7395 8.56084 13.8448 8.826 13.8448C9.09116 13.8448 9.34547 13.7395 9.533 13.552L15.485 7.602L14.423 6.54L8.823 12.14Z' fill='%236E6761'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.single-service .section-description .section-description__content .section-description__text p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-service .section-description .section-description__content .section-description__text p {
    margin-bottom: 26px;
  }
}
.single-service .section-description .section-description__content .section-description__text > *:last-child {
  margin-bottom: 0;
}
.single-service .section-locations {
  margin: 64px 0 80px;
}
.single-service .section-locations .section-locations__wrapper {
  background-color: #6E6761;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .single-service .section-locations .section-locations__wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-service .single-service-gallery {
  margin: 80px 0 110px;
}
.single-service .single-service-gallery .single-service-gallery__wrapper .swiper-slide {
  width: 100%;
  height: 315px;
  position: relative;
  overflow: hidden;
}
.single-service .single-service-gallery .single-service-gallery__wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-service .single-service-column {
  padding: 52px 0 80px;
  background-color: #EBE8E1;
}
.single-service .single-service-column .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .single-service .single-service-column .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .single-service .single-service-column .col > * {
    width: 33.3333333333%;
  }
}
.single-service .single-service-column .col .single-service-column__one h2 {
  margin-bottom: 24px;
}
.single-service .single-service-column .col .single-service-column__one > div {
  margin-bottom: 32px;
}
.single-service .single-service-column .col .single-service-column__one > div h2, .single-service .single-service-column .col .single-service-column__one > div h3, .single-service .single-service-column .col .single-service-column__one > div h4 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-service .single-service-column .col .single-service-column__one > div h2, .single-service .single-service-column .col .single-service-column__one > div h3, .single-service .single-service-column .col .single-service-column__one > div h4 {
    margin-bottom: 24px;
  }
}
.single-service .single-service-column .col .single-service-column__one > div ul, .single-service .single-service-column .col .single-service-column__one > div ol {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-service .single-service-column .col .single-service-column__one > div ul, .single-service .single-service-column .col .single-service-column__one > div ol {
    margin-bottom: 24px;
  }
}
.single-service .single-service-column .col .single-service-column__one > div ul {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.single-service .single-service-column .col .single-service-column__one > div ul li {
  padding-left: 30px;
  height: 20px;
  position: relative;
}
.single-service .single-service-column .col .single-service-column__one > div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20C4.477 20 0 15.523 0 10C0 4.477 4.477 0 10 0C15.523 0 20 4.477 20 10C20 15.523 15.523 20 10 20ZM8.823 12.14L6.058 9.373L5 10.431L8.119 13.552C8.30653 13.7395 8.56084 13.8448 8.826 13.8448C9.09116 13.8448 9.34547 13.7395 9.533 13.552L15.485 7.602L14.423 6.54L8.823 12.14Z' fill='%236E6761'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.single-service .single-service-column .col .single-service-column__one > div p {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .single-service .single-service-column .col .single-service-column__one > div p {
    margin-bottom: 20px;
  }
}
.single-service .single-service-column .col .single-service-column__one > div > *:last-child {
  margin-bottom: 0;
}
.single-service .single-service-column .col .single-service-column__two > div {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.single-service .single-service-column .col .single-service-column__two > div img {
  width: 100%;
}
.single-service .single-service-column .col .single-service-column__three > div {
  margin-bottom: 32px;
}
.single-service .single-service-column .col .single-service-column__three > div h2, .single-service .single-service-column .col .single-service-column__three > div h3, .single-service .single-service-column .col .single-service-column__three > div h4 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-service .single-service-column .col .single-service-column__three > div h2, .single-service .single-service-column .col .single-service-column__three > div h3, .single-service .single-service-column .col .single-service-column__three > div h4 {
    margin-bottom: 24px;
  }
}
.single-service .single-service-column .col .single-service-column__three > div ul, .single-service .single-service-column .col .single-service-column__three > div ol {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-service .single-service-column .col .single-service-column__three > div ul, .single-service .single-service-column .col .single-service-column__three > div ol {
    margin-bottom: 24px;
  }
}
.single-service .single-service-column .col .single-service-column__three > div ul {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.single-service .single-service-column .col .single-service-column__three > div ul li {
  padding-left: 30px;
  height: 20px;
  position: relative;
}
.single-service .single-service-column .col .single-service-column__three > div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20C4.477 20 0 15.523 0 10C0 4.477 4.477 0 10 0C15.523 0 20 4.477 20 10C20 15.523 15.523 20 10 20ZM8.823 12.14L6.058 9.373L5 10.431L8.119 13.552C8.30653 13.7395 8.56084 13.8448 8.826 13.8448C9.09116 13.8448 9.34547 13.7395 9.533 13.552L15.485 7.602L14.423 6.54L8.823 12.14Z' fill='%236E6761'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.single-service .single-service-column .col .single-service-column__three > div p {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .single-service .single-service-column .col .single-service-column__three > div p {
    margin-bottom: 20px;
  }
}
.single-service .single-service-column .col .single-service-column__three > div > *:last-child {
  margin-bottom: 0;
}
.single-service .single-service-to-do {
  padding: 72px 0 64px;
}
.single-service .single-service-to-do .single-service-to-do__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .single-service .single-service-to-do .single-service-to-do__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single-service .single-service-to-do .single-service-to-do__wrapper .single-service-to-do__item {
  background-color: #EBE8E1;
  padding: 87px 10px 48px;
  max-width: 448px;
  text-align: center;
}
.single-service .single-service-to-do .single-service-to-do__wrapper .single-service-to-do__item h3 {
  font-size: 28px;
  font-family: "Inter", sans-serif;
  margin-bottom: 16px;
}
.single-service .single-service-to-do .single-service-to-do__wrapper .single-service-to-do__item > div {
  aspect-ratio: 428/260;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 34px;
}
.single-service .single-service-to-do .single-service-to-do__wrapper .single-service-to-do__item > div > div {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.single-service .single-service-to-do .single-service-to-do__wrapper .single-service-to-do__item > div > div img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.single-service .single-service-price.one {
  background-color: #6E6761;
  color: #ffffff;
  padding: 84px 0 110px;
}
.single-service .single-service-price.one .main-header {
  margin-bottom: 32px;
  text-align: center;
  color: #EEE8E2;
}
.single-service .single-service-price.one .main-description {
  margin-bottom: 32px;
  text-align: center;
}
.single-service .single-service-price.one .table-price .table-price__filter {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 0;
}
.single-service .single-service-price.one .table-price .table-price__filter button {
  padding: 0 20px 10px;
  background-color: transparent;
  color: #ffffff;
  opacity: 0.6;
  border-bottom: 2px solid transparent;
}
.single-service .single-service-price.one .table-price .table-price__filter button.active {
  opacity: 1;
  border-bottom: 2px solid #ffffff;
}
.single-service .single-service-price.one .table-price .table-price__items .table-price__item {
  display: none;
}
.single-service .single-service-price.one .table-price .table-price__items .table-price__item.active {
  display: block;
}
.single-service .single-service-price.one .table-price .table-price__items .table-price__item > p {
  text-align: center;
  margin-bottom: 24px;
}
.single-service .single-service-price.one .table-price .table-price__items .table-price__item > 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: 32px;
}
.single-service .single-service-price.one .table-price .table-price__items .table-price__item > div > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .single-service .single-service-price.one .table-price .table-price__items .table-price__item > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 0;
  }
  .single-service .single-service-price.one .table-price .table-price__items .table-price__item > div > div h3 {
    background-color: #6E6761;
    padding-right: 20px;
    margin-bottom: -2px;
  }
  .single-service .single-service-price.one .table-price .table-price__items .table-price__item > div > div .h3 {
    background-color: #6E6761;
    padding-left: 20px;
    margin-bottom: -2px;
  }
}
.single-service .single-service-price.one .btn-cont {
  margin-top: 80px;
  text-align: center;
}
.single-service .single-service-price.two .heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .single-service .single-service-price.two .price_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-service .single-service-price.two .price_grid > div {
  color: #EEE8E2;
  text-align: center;
  height: 336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .single-service .single-service-price.two .price_grid > div {
    width: 50%;
  }
}
.single-service .single-service-price.two .price_grid > div h2 {
  margin-bottom: 32px;
}
.single-service .single-service-price.two .price_grid > div:nth-child(2) {
  background-color: #6E6761;
}
.single-service .single-service-price.two .price_grid > div:nth-child(1) {
  background-color: #544D4A;
}
.single-service .single-service-accordion {
  margin-top: 110px;
  margin-bottom: 64px;
}
.single-service .single-service-accordion .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .single-service .single-service-accordion .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .single-service .single-service-accordion .single-service-accordion__left {
    width: 50%;
  }
}
.single-service .single-service-accordion .single-service-accordion__left h2 {
  margin-bottom: 38px;
}
@media (min-width: 992px) {
  .single-service .single-service-accordion .single-service-accordion__left h2 {
    margin-bottom: 46px;
  }
}
.single-service .single-service-accordion .single-service-accordion__left img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .single-service .single-service-accordion .single-service-accordion__right {
    width: 50%;
    margin-top: 52px;
  }
}
.single-service .single-service-accordion .single-service-accordion__right .single-service-accordion__item .single-service-accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #B7A09A;
  padding-top: 6px;
  padding-bottom: 12px;
  cursor: pointer;
}
.single-service .single-service-accordion .single-service-accordion__right .single-service-accordion__item .single-service-accordion__header i {
  min-width: 40px;
  height: 40px;
}
.single-service .single-service-accordion .single-service-accordion__right .single-service-accordion__item .single-service-accordion__header h4 {
  padding-top: 4px;
}
.single-service .single-service-accordion .single-service-accordion__right .single-service-accordion__item .single-service-accordion__description {
  padding: 20px 20px 20px;
  display: none;
}
.single-service .single-service-accordion .single-service-accordion__right .single-service-accordion__item.active .single-service-accordion__description {
  display: block;
}

.contacts-page section {
  padding: 48px 0 72px;
  text-align: center;
}
@media (min-width: 768px) {
  .contacts-page section {
    padding: 72px 0 78px;
    text-align: left;
  }
}

.hero-section-contacts {
  background-color: #544D4A;
  background-position: center;
  background-size: cover;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}
.hero-section-contacts::before {
  content: "";
  background: #B1A39B;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.hero-section-contacts .hero-section__wrapper {
  height: 100vh;
  min-height: 100dvh;
  padding: 80px 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-section-contacts .hero-section__wrapper {
    max-width: 552px;
    text-align: left;
  }
}
.hero-section-contacts .hero-section__wrapper ul li:not(:last-child) {
  margin-bottom: 16px;
}
.hero-section-contacts .hero-section__wrapper ul li > a, .hero-section-contacts .hero-section__wrapper ul li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: #EEE8E2;
  position: relative;
  font-weight: 400;
  text-decoration: none;
}
.hero-section-contacts .hero-section__wrapper ul li > a:hover:before, .hero-section-contacts .hero-section__wrapper ul li > p:hover:before {
  background: rgba(253, 247, 242, 0.08);
  border-radius: 8px;
  content: "";
  display: block;
  left: -20px;
  height: calc(100% + 10px);
  width: calc(100% + 40px);
  position: absolute;
  top: -5px;
}
@media (min-width: 768px) {
  .hero-section-contacts .hero-section__wrapper ul li > a, .hero-section-contacts .hero-section__wrapper ul li > p {
    font-size: 27px;
    line-height: 32.4px;
    font-weight: 500;
    font-family: "Resagokr", sans-serif;
  }
}
.hero-section-contacts .hero-section__wrapper ul li > a svg, .hero-section-contacts .hero-section__wrapper ul li > p svg {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .hero-section-contacts .hero-section__wrapper ul li > a svg, .hero-section-contacts .hero-section__wrapper ul li > p svg {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
  }
}
.hero-section-contacts .book-link {
  position: fixed;
  right: 30px;
  bottom: 90px;
  padding: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .hero-section-contacts .book-link {
    right: 30px;
    bottom: 90px;
  }
}
.hero-section-contacts .book-link svg {
  -webkit-box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3));
  border-radius: 50%;
  cursor: pointer;
}
.hero-section-contacts .book-link svg .circle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-section-contacts .book-link svg:hover .circle {
  fill: #6D6661;
}

.contact-about-section {
  background-color: #EEE8E2;
  color: #6E6761;
  padding-bottom: 0 !important;
}
.contact-about-section h1 {
  margin-bottom: 36px;
}
.contact-about-section > .container:last-child .row {
  padding-bottom: 72px;
}
@media (min-width: 768px) {
  .contact-about-section > .container:last-child .row {
    padding-bottom: 78px;
  }
}
.contact-about-section > .container:last-child .row {
  border-bottom: 1px solid #EBE8E1;
}
.contact-about-section > .container:last-child .row .col {
  padding-bottom: 0 !important;
}
.contact-about-section h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .contact-about-section h2 {
    text-align: left;
    margin-bottom: 40px;
  }
}
.contact-about-section .box-info {
  text-align: left;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .contact-about-section .box-info {
    padding: 0 32px 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .contact-about-section .box-info {
    padding: 0 68px 40px;
  }
}
.contact-about-section .box-info h5 {
  font-weight: bold;
  margin-bottom: 8px;
}
.contact-about-section .box-info.mob-hidden {
  display: none;
}
@media (min-width: 768px) {
  .contact-about-section .box-info.mob-hidden {
    display: block;
  }
}
@media (min-width: 768px) {
  .contact-about-section .box-info.desck-hidden {
    display: none;
  }
}
.contact-about-section .about-section__image {
  width: 100%;
  margin: auto;
  position: relative;
  max-width: 500px;
}
.contact-about-section .about-section__image.mob-hidden {
  display: none;
}
@media (min-width: 768px) {
  .contact-about-section .about-section__image.mob-hidden {
    display: block;
  }
}
@media (min-width: 768px) {
  .contact-about-section .about-section__image.desck-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .contact-about-section .about-section__image {
    max-width: 474px;
  }
}
.contact-about-section .about-section__image > div {
  width: 100vw;
  aspect-ratio: 1.2958333333;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
  margin-left: -53px;
  max-width: 100vw;
}
@media (min-width: 576px) {
  .contact-about-section .about-section__image > div {
    width: 100%;
    border-radius: 2px;
    border: 4px solid #EEE8E2;
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
    -webkit-filter: drop-shadow(0px 1px 2px rgba(58, 54, 52, 0.3));
            filter: drop-shadow(0px 1px 2px rgba(58, 54, 52, 0.3));
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .contact-about-section .about-section__image > div {
    aspect-ratio: 1.2810810811;
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .contact-about-section .about-section__image > div {
    border-radius: 4px;
    border: 6px solid #EEE8E2;
  }
}
.contact-about-section .about-section__image > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact-about-section .banner-about {
  background-image: url("./assets/img/bg-about.png");
  background-position: center;
  background-size: 100% 100%;
  margin-top: 20px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .contact-about-section .banner-about {
    margin-top: 40px;
  }
}
.contact-about-section .banner-about h3 {
  padding: 48px 0;
  color: #EEE8E2;
  text-align: center;
  max-width: 312px;
  margin: auto;
}
@media (min-width: 768px) {
  .contact-about-section .banner-about h3 {
    max-width: 460px;
    padding: 56px 0 64px;
  }
}
.contact-about-section .shedule-box h3 {
  max-width: 312px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .contact-about-section .shedule-box h3 {
    margin-left: 0;
    max-width: 370px;
    margin-top: 70px;
  }
}

.contacts-bottom {
  padding: 0 !important;
}
.contacts-bottom img {
  width: 100%;
}
@media (min-width: 576px) {
  .contacts-bottom {
    display: none;
  }
}