@font-face {
  font-family: "SimSun-ExtB";
  src: url(../fonts/simsunb.ttf);
}

@font-face {
  font-family: "Segoe UI", sans-serif;
  src: url(../fonts/SegoeUI.ttf);
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

@media ((min-width: 757px)) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media ((min-width: 979px)) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media ((min-width: 1600px)) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2.5rem;
}

* {
  margin: 0;
  padding: 0;
  scroll-margin-top: 10rem;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Segoe UI", sans-serif;
}

h1,
h2 {
  font-family: "SimSun-ExtB";
  letter-spacing: -0.2rem;
}

h2 {
  font-size: 5rem;
  text-transform: uppercase;
  color: #b1b592;
  font-weight: 100;
  margin: 1rem 0;
}

@media ((min-width: 979px)) {
  h2 {
    margin: 6rem 0;
    font-size: 5rem;
  }
}

@media ((min-width: 1600px)) {
  h2 {
    font-size: 7rem;
  }
}

a {
  text-decoration: none;
  color: #b1b592;
}

p {
  letter-spacing: -0.6px;
  line-height: 3.3rem;
}

i:before {
  color: #b1b592;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  position: relative;
}

@media ((min-width: 757px)) {
  #container {
    max-width: 979px;
  }
}

@media ((min-width: 979px)) {
  #container {
    max-width: 1600px;
  }
}

@media ((min-width: 1600px)) {
  #container {
    max-width: 1600px;
  }
}

.swiper {
  width: 100%;
}

@media ((min-width: 979px)) {
  .slider-review {
    height: 80rem !important;
  }
  .slider-review .slider-review-element {
    height: 65rem !important;
  }
}

@media (min-width: 1400px) {
  .slider-review {
    height: 70rem !important;
  }
  .slider-review .slider-review-element {
    height: 55rem !important;
  }
}

@media ((min-width: 1600px)) {
  .slider-review {
    height: 67rem !important;
  }
  .slider-review .slider-review-element {
    height: 53rem !important;
  }
}

.slider-arrow-left,
.slider-arrow-right {
  position: absolute;
  top: 45%;
  z-index: 2;
  font-size: 5rem;
  cursor: pointer;
  color: #fff;
}

@media ((min-width: 979px)) {
  .slider-arrow-left,
  .slider-arrow-right {
    color: #b1b592;
  }
  .slider-arrow-left:hover,
  .slider-arrow-right:hover {
    opacity: 0.8;
  }
}

.slider-review-arrow-right,
.slider-review-arrow-left {
  color: #b1b592;
  top: 10%;
}

@media ((min-width: 979px)) {
  .slider-review-arrow-right,
  .slider-review-arrow-left {
    top: 45%;
  }
}

.slider-arrow-left {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 0;
}

@media ((min-width: 979px)) {
  .slider-arrow-left {
    left: 5rem;
  }
}

.slider-arrow-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0;
}

@media ((min-width: 979px)) {
  .slider-arrow-right {
    right: 5rem;
  }
}

.modal {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  overflow: auto;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal__content {
  background-color: #fff;
  margin: 15% auto;
  padding: 2rem;
  border: 1px solid #888;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__close {
  color: #b1b592;
  float: right;
  font-size: 4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal__close:hover, .modal__close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal__button {
  color: #b1b592;
  border-color: #b1b592;
  background: #fff;
  cursor: pointer;
  margin-top: 1rem;
  max-width: 300px;
}

.modal__button:hover {
  color: #fff;
  border-color: #b1b592;
  background: #b1b592;
}

.modal__form h2 {
  margin: 0;
  padding-bottom: 2rem;
}

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

.modal__form input {
  border: 1px solid;
  border-color: #b1b592;
}

.modal__form label {
  color: #b1b592;
  font-size: 2rem;
}

.modal__form input[type="text"],
.modal__form input[type="email"] {
  height: 5rem;
}

@media ((min-width: 979px)) {
  .modal__form input[type="text"],
  .modal__form input[type="email"] {
    width: 40rem;
    height: 4rem;
  }
}

.modal__form textarea {
  height: 20rem;
  padding-top: 1rem;
}

.modal__form textarea,
.modal__form input[type="text"],
.modal__form input[type="email"] {
  outline: none;
  border: 2px solid;
  border-color: #b1b592;
  font-size: 1.8rem;
  color: #b1b592;
  margin-bottom: 1rem;
  padding-left: 1rem;
  background: transparent;
}

.modal__form ::-webkit-input-placeholder {
  color: #b1b592;
}

.modal__form :-ms-input-placeholder {
  color: #b1b592;
}

.modal__form ::-ms-input-placeholder {
  color: #b1b592;
}

.modal__form ::placeholder {
  color: #b1b592;
}

.modal__form :-ms-input-placeholder {
  color: #b1b592;
}

.modal__form ::-ms-input-placeholder {
  color: #b1b592;
}

.modal__form .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 4rem;
  font-size: 1.3rem;
}

@media ((min-width: 979px)) {
  .modal__form .checkbox-label {
    padding-left: 2.5rem;
  }
}

.modal__form .checkbox-label a {
  font-size: 1.3rem;
  text-decoration: underline;
  margin-left: 0.4rem;
}

.modal__form .checkbox-label a:hover {
  text-decoration: none;
}

.modal__form .checkbox-label input {
  display: none;
}

.modal__form .checkbox-label input:checked ~ .checkmark {
  background: #b1b592;
}

.modal__form .checkbox-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  border: 1px solid;
  border-color: #b1b592;
  cursor: pointer;
}

@media ((min-width: 979px)) {
  .modal__form .checkbox-label .checkmark {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.modal__form .checkbox-label .checkmark:hover {
  background: #b1b592;
}

.modal__form .checkbox-label .checkmark:checked {
  background: #b1b592;
}

.modal__form .checkbox-label .checkmark:before {
  color: #fff;
  position: absolute;
  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;
  top: 4px;
  left: 0;
  font-size: 2.2rem;
}

@media ((min-width: 979px)) {
  .modal__form .checkbox-label .checkmark:before {
    left: -1.5px;
    top: 1px;
    font-size: unset;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.button {
  border: 2px solid;
  border-radius: 8rem;
  font-size: 1.5rem;
  padding: 1rem 4rem;
}

@media ((min-width: 979px)) {
  .button {
    font-size: 2rem;
  }
}

.button.--white {
  color: #fff;
  border-color: #fff;
}

.button.--white:hover {
  color: #b1b592;
  border-color: #b1b592;
}

.button.--green {
  color: #b1b592;
}

.button.--green:hover {
  color: #fff;
  border-color: #fff;
}

.header {
  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;
  position: fixed;
  z-index: 9;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 10rem;
}

@media ((min-width: 757px)) {
  .header {
    height: 11rem;
  }
}

@media ((min-width: 979px)) {
  .header {
    height: unset;
  }
}

@media ((min-width: 1600px)) {
  .header {
    max-width: 1600px;
  }
}

.header.--scroll {
  background: #fff;
}

.header.--scroll:before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  z-index: -1;
  box-shadow: 0 1px 10px #dadada;
  -webkit-box-shadow: 0 1px 10px 0 #dadada;
  -moz-box-shadow: 0 0 10px 0 #dadada;
  top: 0;
  bottom: 0;
}

@media ((min-width: 979px)) {
  .header.--scroll .menu-link {
    color: #000 !important;
  }
  .header.--scroll .menu-link:hover {
    color: #b1b592 !important;
  }
}

.header.--scroll i:before {
  color: #b1b592 !important;
}

.header__logo {
  padding: 0.5rem 1.5rem;
}

.header__logo img {
  max-width: 12rem;
}

@media ((min-width: 757px)) {
  .header__logo img {
    max-width: 15rem;
  }
}

@media ((min-width: 979px)) {
  .header__logo img {
    max-width: 20rem;
  }
}

@media ((min-width: 979px)) {
  .header__logo img {
    max-width: 15rem;
  }
}

.header .hamburger.active {
  display: none;
}

.header .cancel {
  display: none;
}

.header .cancel.active {
  display: block;
}

.header__navigation {
  position: relative;
}

.header__navigation .hamburger_toggler {
  padding-right: 1rem;
}

.header__navigation .hamburger_toggler i {
  font-size: 4rem;
}

.header__navigation .hamburger_toggler i:before {
  color: #fff;
}

@media ((min-width: 979px)) {
  .header__navigation .hamburger_toggler {
    display: none;
  }
}

.header__navigation .menu {
  position: absolute;
  right: 0;
  background: #b1b592;
  top: 7.5rem;
  height: 92vh;
  padding-top: 4rem;
  -webkit-transform: translate(100%);
          transform: translate(100%);
}

@media ((min-width: 757px)) {
  .header__navigation .menu {
    top: 8.1rem;
  }
}

@media ((min-width: 979px)) {
  .header__navigation .menu {
    position: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
    height: unset;
    padding-top: 0;
    background: transparent;
  }
}

.header__navigation .menu.active {
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header__navigation .menu.active ul {
  width: 100vw;
}

.header__navigation .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 3rem;
}

@media ((min-width: 979px)) {
  .header__navigation .menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 3rem;
  }
}

.header__navigation .menu ul li .menu-href {
  border: 2px solid;
  border-radius: 8rem;
  padding: 1rem 4rem;
}

.header__navigation .menu ul li .menu-link {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
}

@media ((min-width: 979px)) {
  .header__navigation .menu ul li .menu-link:hover {
    color: #b1b592;
  }
}

@media ((min-width: 1600px)) {
  .header__navigation .menu ul li .menu-link {
    font-size: 2.2rem;
  }
}

.section_banner {
  background: url("../img/brutus_shadow.png");
  background-repeat: no-repeat;
  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;
  background-size: 400%;
  min-height: 54rem;
  background-position: -30rem 0;
  background-size: 210%;
}

@media (max-width: 400px) {
  .section_banner {
    height: 100vh;
    background-position: -55rem 0;
    background-size: 400%;
  }
}

@media ((min-width: 757px)) {
  .section_banner {
    background-size: 140%;
    background-position: -22rem 0;
    padding: 0;
    height: unset;
    min-height: 70rem;
  }
}

@media (min-width: 1215px) {
  .section_banner {
    min-height: 68rem;
    background-size: 100%;
    background-position: unset;
  }
}

@media ((min-width: 1600px)) {
  .section_banner {
    min-height: 89rem;
  }
}

.section_banner__head {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section_banner__head h1 {
  font-size: 4rem;
}

@media ((min-width: 979px)) {
  .section_banner__head h1 {
    font-size: 8rem;
    font-weight: 100;
    padding-top: 8.5rem;
    margin-bottom: 5.5rem;
  }
}

.section_banner__head p {
  text-align: center;
  line-height: 2.2rem;
  padding: 3rem 1rem;
  font-size: 1.5rem;
  max-width: 50rem;
}

@media ((min-width: 757px)) {
  .section_banner__head p {
    font-size: 2rem;
    max-width: 70rem;
    padding: 3rem 3rem;
  }
}

@media ((min-width: 979px)) {
  .section_banner__head p {
    font-size: 2.2rem;
    max-width: 85rem;
    line-height: 3.3rem;
  }
}

@media ((min-width: 1600px)) {
  .section_banner__head p {
    font-size: 2.5rem;
  }
}

.section_banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

@media ((min-width: 979px)) {
  .section_banner__buttons {
    padding: 8rem;
  }
}

.section_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
  padding: 2rem 1rem 0 1rem;
}

@media ((min-width: 979px)) {
  .section_about {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 0 4rem;
  }
}

.section_about__text p {
  font-size: 1.8rem;
  margin: 2rem 0;
}

@media ((min-width: 1600px)) {
  .section_about__text p {
    padding-right: 17rem;
    margin: 4rem 0;
    font-size: 2rem;
  }
}

.section_about__text p strong {
  color: #b1b592;
}

.section_about__text div {
  padding: 2rem 0 5rem 0;
}

@media ((min-width: 979px)) {
  .section_about__text div {
    padding: 3rem 0;
  }
}

.section_about__text a {
  color: #b1b592;
  border-color: #b1b592;
}

.section_about__text a:hover {
  color: #fff;
  background: #b1b592;
}

@media ((min-width: 979px)) {
  .section_about__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.section_about__photo img {
  width: 100%;
}

@media ((min-width: 979px)) {
  .section_about__photo img {
    max-height: 80rem;
    width: unset;
  }
}

@media ((min-width: 1600px)) {
  .section_about__photo img {
    max-height: 97rem;
  }
}

.section_services {
  background: #e4e4e4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
}

@media ((min-width: 979px)) {
  .section_services {
    padding: 0;
  }
}

.section_services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0 2.5rem 0;
  justify-content: center;
  gap: 5rem 0;
}

@media ((min-width: 757px)) {
  .section_services__items {
    gap: 5rem 2rem;
  }
}

@media ((min-width: 979px)) {
  .section_services__items {
    padding: 5rem 0 10rem 0;
  }
}

@media ((min-width: 1600px)) {
  .section_services__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

.section_services__items_item img {
  max-width: 15rem;
}

@media ((min-width: 757px)) {
  .section_services__items_item img {
    max-width: 12rem;
  }
}

@media ((min-width: 979px)) {
  .section_services__items_item img {
    max-width: 20rem;
  }
}

@media ((min-width: 1600px)) {
  .section_services__items_item img {
    max-width: 25rem;
  }
}

.section_services__items_item span {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 2rem 0;
  text-align: center;
  font-family: "SimSun-ExtB";
  letter-spacing: -0.1rem;
  color: #b1b592;
}

.section_services__items_item p {
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
}

.section_gallery {
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10rem;
}

.section_gallery h2 {
  padding: 3rem 0;
}

.section_reviews {
  background: #b1b592;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10rem;
  padding-top: 5rem;
}

@media ((min-width: 979px)) {
  .section_reviews {
    padding-top: 0;
  }
}

.section_reviews__title {
  padding-bottom: 5rem;
}

.section_reviews__title h2 {
  color: #fff;
}

@media ((min-width: 979px)) {
  .section_reviews__title {
    padding-bottom: 0;
  }
}

.section_reviews__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10rem;
}

.section_reviews__elements_element {
  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;
  background: #fff;
  padding: 5rem 0;
}

@media ((min-width: 979px)) {
  .section_reviews__elements_element {
    box-shadow: 21px 23px 10px 0 #94987a;
    -webkit-box-shadow: 21px 23px 10px 0 #94987a;
    -moz-box-shadow: 21px 23px 10px 0 #94987a;
    max-width: 40rem;
    width: 40rem;
  }
}

.section_reviews__elements_element span {
  font-size: 3rem;
  font-weight: bold;
  color: #b1b592;
  padding: 2rem 0;
}

.section_reviews__elements_element p {
  font-style: italic;
  font-size: 1.5rem;
  padding: 0 5rem;
  min-height: 35rem;
}

@media (min-width: 500px) {
  .section_reviews__elements_element p {
    min-height: 22rem;
  }
}

@media ((min-width: 979px)) {
  .section_reviews__elements_element p {
    min-height: 45rem;
  }
}

@media (min-width: 1400px) {
  .section_reviews__elements_element p {
    min-height: 38rem;
  }
}

@media ((min-width: 1600px)) {
  .section_reviews__elements_element p {
    min-height: 35rem;
  }
}

.section_reviews__elements_element i {
  font-size: 4.5rem;
}

.section_reviews__button {
  padding-top: 7rem;
}

.section_reviews__button a {
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}

.section_reviews__button a:hover {
  background-color: #fff;
  color: #b1b592;
}

.section_contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/dog_footer.png");
  background-repeat: no-repeat;
  background-position: -88rem -35rem;
  padding: 5rem 1rem;
}

@media ((min-width: 979px)) {
  .section_contact {
    padding: 5rem 5rem 10rem 5rem;
    background-position: -20rem -33rem;
  }
}

.section_contact__form p {
  font-size: 2.2rem;
  color: #b1b592;
  padding-bottom: 2rem;
  padding: 3rem 0;
}

@media ((min-width: 979px)) {
  .section_contact__form p {
    font-size: 2.6rem;
    padding: 0 0 3rem 0;
  }
}

.section_contact__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}

@media ((min-width: 979px)) {
  .section_contact__form form {
    margin-bottom: 5rem;
  }
}

.section_contact__form form .form-label {
  font-size: 2rem;
  padding-bottom: 0.3rem;
}

.section_contact__form form .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 4rem;
  font-size: 1.3rem;
}

@media ((min-width: 979px)) {
  .section_contact__form form .checkbox-label {
    padding-left: 2.5rem;
  }
}

.section_contact__form form .checkbox-label a {
  font-size: 1.3rem;
  text-decoration: underline;
  margin-left: 0.4rem;
}

.section_contact__form form .checkbox-label a:hover {
  text-decoration: none;
}

.section_contact__form form .checkbox-label input {
  display: none;
}

.section_contact__form form .checkbox-label input:checked ~ .checkmark {
  background: #b1b592;
}

.section_contact__form form .checkbox-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  border: 1px solid;
  border-color: #b1b592;
  cursor: pointer;
}

@media ((min-width: 979px)) {
  .section_contact__form form .checkbox-label .checkmark {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.section_contact__form form .checkbox-label .checkmark:hover {
  background: #b1b592;
}

.section_contact__form form .checkbox-label .checkmark:checked {
  background: #b1b592;
}

.section_contact__form form .checkbox-label .checkmark:before {
  color: #fff;
  position: absolute;
  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;
  top: 4px;
  left: 0;
  font-size: 2.2rem;
}

@media ((min-width: 979px)) {
  .section_contact__form form .checkbox-label .checkmark:before {
    left: -1.5px;
    top: 1px;
    font-size: unset;
  }
}

.section_contact__form form input {
  border: 1px solid;
  border-color: #b1b592;
}

.section_contact__form form label {
  color: #b1b592;
}

.section_contact__form form input[type="text"],
.section_contact__form form input[type="email"] {
  height: 5rem;
}

@media ((min-width: 979px)) {
  .section_contact__form form input[type="text"],
  .section_contact__form form input[type="email"] {
    width: 40rem;
    height: 4rem;
  }
}

.section_contact__form form textarea {
  height: 20rem;
  padding-top: 1rem;
}

.section_contact__form form textarea,
.section_contact__form form input[type="text"],
.section_contact__form form input[type="email"] {
  outline: none;
  border: 1px solid;
  border-color: #b1b592;
  font-size: 1.8rem;
  color: #b1b592;
  margin-bottom: 1rem;
  padding-left: 1rem;
  background: transparent;
}

.section_contact__form form ::-webkit-input-placeholder {
  color: #b1b592;
}

.section_contact__form form :-ms-input-placeholder {
  color: #b1b592;
}

.section_contact__form form ::-ms-input-placeholder {
  color: #b1b592;
}

.section_contact__form form ::placeholder {
  color: #b1b592;
}

.section_contact__form form :-ms-input-placeholder {
  color: #b1b592;
}

.section_contact__form form ::-ms-input-placeholder {
  color: #b1b592;
}

.section_contact__form .button-form {
  color: #b1b592;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

@media ((min-width: 979px)) {
  .section_contact__form .button-form:hover {
    color: #fff;
    background: #b1b592;
    border-color: #b1b592;
  }
}

@media ((min-width: 757px)) {
  .section_contact__links > div {
    padding-left: 3rem;
    padding-top: 6rem;
  }
}

@media ((min-width: 979px)) {
  .section_contact__links > div {
    padding-left: 10rem;
    padding-top: 0;
  }
}

.section_contact__links > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_contact__links i {
  font-size: 2.5rem;
  padding-right: 0.5rem;
}

.section_contact__links a {
  font-size: 1.7rem;
}

@media ((min-width: 979px)) {
  .section_contact__links a {
    font-size: 2rem;
  }
  .section_contact__links a:hover {
    text-decoration: underline;
  }
}

.section_contact__links p {
  color: #b1b592;
  font-size: 2rem;
}

footer {
  margin: 0 auto;
}

@media ((min-width: 1600px)) {
  footer {
    max-width: 1600px;
    -webkit-box-shadow: -30vw 0 0 #b1b592, 30vw 0 0 #b1b592;
            box-shadow: -30vw 0 0 #b1b592, 30vw 0 0 #b1b592;
  }
}

footer .footer_container {
  background: #b1b592;
  color: #fff;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

footer .footer_container > div {
  padding: 1rem 0;
}

@media ((min-width: 979px)) {
  footer .footer_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.8rem;
  }
}

footer .footer_container a {
  color: #fff;
  text-decoration: underline;
}

@media ((min-width: 979px)) {
  footer .footer_container a {
    font-size: 1.8rem;
  }
  footer .footer_container a:hover {
    text-decoration: none;
  }
}

.section_terms {
  padding-bottom: 5rem;
}

.section_terms p {
  line-height: normal;
  font-size: 1.6rem;
}

.section_terms strong {
  display: block;
  font-size: 1.6rem;
  margin-top: 1rem;
}

.section_terms h2 {
  margin: 4rem 0 0 0;
}

.section_terms__agreement, .section_terms__general, .section_terms__checklist {
  padding: 5rem 0 1rem 0;
}

.section_terms__agreement span, .section_terms__general span, .section_terms__checklist span {
  color: #b1b592;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}

@media ((min-width: 979px)) {
  .section_terms__agreement span, .section_terms__general span, .section_terms__checklist span {
    font-size: 2.4rem;
  }
}

.non-strong-title {
  padding-top: 1rem;
  display: block;
}
/*# sourceMappingURL=style.css.map */