@import "../fonts/psych-icons/style.css";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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;
  max-width: 100%;
  height: auto;
}

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

html {
  overflow-y: scroll;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #301106;
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  font-weight: 400;
}
body._lock {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1330px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1100px;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 920px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 700px;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 520px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 960px;
  z-index: -1;
}
.bg-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 99;
}

.main {
  position: relative;
  z-index: 2;
}

.section {
  padding: 120px 0;
}
@media (max-width: 992px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .section {
    padding: 60px 0;
  }
}
.section__header {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .section__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 576px) {
  .section__header {
    margin-bottom: 20px;
  }
}
.section__undertitle {
  font-family: "Merriweather", serif;
  font-size: 40px;
  line-height: 1em;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.1;
  color: #4F1D0B;
  padding-left: 100px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .section__undertitle {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .section__undertitle {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .section__undertitle {
    font-size: 28px;
  }
}
.section__title, .section-price__title {
  font-family: "Merriweather", serif;
  font-size: 24px;
  line-height: 1.7em;
  color: #4F1D0B;
  font-weight: 700;
}
@media (max-width: 992px) {
  .section__title, .section-price__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .section__title, .section-price__title {
    font-size: 20px;
  }
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.slider-nav button {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EB7C5F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav button i {
  font-size: 20px;
  color: #EB7C5F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-nav button:hover {
  background: #EB7C5F;
}
.slider-nav button:hover i {
  color: #ffffff;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.contact-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list__icon {
  font-size: 40px;
  color: #EB7C5F;
}
.contact-list__name {
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap;
  color: #4F1D0B;
  font-weight: 500;
}

._bold {
  font-weight: 700;
}

.btn {
  height: 60px;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA58F), to(#EB7C5F));
  background: linear-gradient(180deg, #FFA58F 0%, #EB7C5F 100%);
  padding: 0 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 0 0 #be6146;
          box-shadow: 0 2px 0 0 #be6146;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn__name {
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 600;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
    padding: 0 20px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7c5c), to(#e55732));
  background: linear-gradient(180deg, #ff7c5c 0%, #e55732 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover::before {
  opacity: 1;
}

.modal {
  display: none;
  border-radius: 10px;
  background: #F8F4EE;
  padding: 80px;
  width: 840px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .modal {
    padding: 60px;
  }
}
@media (max-width: 576px) {
  .modal {
    padding: 60px 20px;
  }
}
.modal__title {
  text-align: center;
  line-height: 1.2em;
  font-size: 28px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  color: #4F1D0B;
}
@media (max-width: 768px) {
  .modal__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .modal__title {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFA58F;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__close i {
  color: #FEDFD4;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__close:hover {
  background: #EB7C5F;
}
.modal__close:hover i {
  color: #ffffff;
}
.modal__content {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.form {
  margin: 0 !important;
  width: 100% !important;
}

.wpforms-field {
  padding: 10px 0 !important;
}

.wpforms-field-layout .wpforms-field {
  padding: 0 !important;
}

input.wpforms-field-medium,
input.wpforms-field-large {
  height: 60px !important;
  border-radius: 10px !important;
  padding: 0 20px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #301106 !important;
}
input.wpforms-field-medium::-webkit-input-placeholder, input.wpforms-field-large::-webkit-input-placeholder {
  color: #301106 !important;
}
input.wpforms-field-medium::-moz-placeholder, input.wpforms-field-large::-moz-placeholder {
  color: #301106 !important;
}
input.wpforms-field-medium:-ms-input-placeholder, input.wpforms-field-large:-ms-input-placeholder {
  color: #301106 !important;
}
input.wpforms-field-medium::-ms-input-placeholder, input.wpforms-field-large::-ms-input-placeholder {
  color: #301106 !important;
}
input.wpforms-field-medium::placeholder,
input.wpforms-field-large::placeholder {
  color: #301106 !important;
}
input.wpforms-field-medium:focus,
input.wpforms-field-large:focus {
  border-color: #EB7C5F !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

textarea.wpforms-field-medium,
textarea.wpforms-field-large {
  border-radius: 10px !important;
  padding: 20px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #301106 !important;
}
textarea.wpforms-field-medium::-webkit-input-placeholder, textarea.wpforms-field-large::-webkit-input-placeholder {
  color: #301106 !important;
}
textarea.wpforms-field-medium::-moz-placeholder, textarea.wpforms-field-large::-moz-placeholder {
  color: #301106 !important;
}
textarea.wpforms-field-medium:-ms-input-placeholder, textarea.wpforms-field-large:-ms-input-placeholder {
  color: #301106 !important;
}
textarea.wpforms-field-medium::-ms-input-placeholder, textarea.wpforms-field-large::-ms-input-placeholder {
  color: #301106 !important;
}
textarea.wpforms-field-medium::placeholder,
textarea.wpforms-field-large::placeholder {
  color: #301106 !important;
}
textarea.wpforms-field-medium:focus,
textarea.wpforms-field-large:focus {
  border-color: #EB7C5F !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input.wpforms-smart-phone-field {
  padding-left: 50px !important;
}

.wpforms-layout-row {
  display: -ms-grid !important;
  display: grid !important;
  gap: 20px !important;
  grid-auto-flow: column !important;
  grid-auto-columns: 1fr !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .wpforms-layout-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.wpforms-layout-column {
  padding: 0 !important;
  width: 100% !important;
}

.wpforms-submit-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-top: 30px !important;
  padding-bottom: 5px !important;
}

.wpforms-submit {
  height: 60px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA58F), to(#EB7C5F)) !important;
  background: linear-gradient(180deg, #FFA58F 0%, #EB7C5F 100%) !important;
  padding: 0 40px !important;
  border-radius: 10px !important;
  position: relative !important;
  overflow: hidden !important;
  -webkit-box-shadow: 0 2px 0 0 #be6146 !important;
          box-shadow: 0 2px 0 0 #be6146 !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  width: 50% !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1em !important;
  white-space: nowrap !important;
  font-weight: 600 !important;
  z-index: 2 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
}
.wpforms-submit:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffffff !important;
}
.wpforms-submit:hover::before {
  opacity: 1;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header__burger {
  display: none;
}
@media (max-width: 1200px) {
  .header__burger {
    display: block;
  }
}
.header__wrapper {
  padding: 20px 0;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 140px 40px 1fr 40px auto;
  grid-template-columns: 140px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .header__wrapper {
    -ms-grid-columns: 140px 46px;
    grid-template-columns: 140px 46px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .header__wrapper {
    -ms-grid-columns: 80px 46px;
    grid-template-columns: 80px 46px;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-menu__top {
  display: none;
  padding: 20px;
}
@media (max-width: 1200px) {
  .header-menu__top .btn-burger__line {
    background: #EB7C5F !important;
  }
}
@media (max-width: 1200px) {
  .header-menu__top .btn-burger {
    background: transparent;
    border: 1px solid #EB7C5F;
  }
}
@media (max-width: 1200px) {
  .header-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #FEDFD4;
  }
}
.header-menu__footer {
  display: none;
  margin-top: auto;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: 20px;
}
@media (max-width: 1200px) {
  .header-menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media (max-width: 1200px) {
  .header-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}
.header-menu__link {
  color: #4F1D0B;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap;
  position: relative;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}
.header-menu__link::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -2px;
  height: calc(100% + 4px);
  background: #FEDFD4;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  max-height: 0;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .header-menu__link::before {
    display: none;
  }
}
.header-menu__link:hover {
  color: #301106;
}
.header-menu__link:hover::before {
  max-height: 100px;
}
@media (max-width: 1200px) {
  .header-menu__link:hover {
    color: #4F1D0B;
  }
}
@media (max-width: 1200px) {
  .header-menu__link {
    width: 100%;
    display: block;
    padding: 20px 60px;
    font-size: 16px;
    border-bottom: 1px solid #FEDFD4;
  }
}
@media (max-width: 1200px) {
  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #F8F4EE;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 100;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
  }
}

.header-contacts__link {
  color: #4F1D0B;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .header-contacts__link {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .header-contacts {
    display: none;
  }
}

.btn-burger {
  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: 46px;
  width: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA58F), to(#EB7C5F));
  background: linear-gradient(180deg, #FFA58F 0%, #EB7C5F 100%);
}
.btn-burger__icon {
  width: 16px;
  height: 14px;
  position: relative;
}
.btn-burger__line {
  height: 2px;
  width: 100%;
  position: absolute;
  right: 0;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-burger__line_1 {
  top: 0;
}
.btn-burger__line_2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-burger__line_3 {
  bottom: 0;
}
.btn-burger__line_4 {
  top: 50%;
  width: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-burger._active .btn-burger__line {
  background: #ffffff;
}
.btn-burger._active .btn-burger__line_1, .btn-burger._active .btn-burger__line_3 {
  opacity: 0;
}
.btn-burger._active .btn-burger__line_2 {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  width: 100%;
}
.btn-burger._active .btn-burger__line_4 {
  width: 100%;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  opacity: 1;
}
.btn-burger_sticky {
  display: none !important;
}

._modal-open {
  overflow: hidden;
  height: auto;
}
._modal-open #btnBurgerOpen {
  opacity: 0;
}
@media (max-width: 1200px) {
  ._modal-open .header-menu {
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
._modal-open .menu-overlay {
  opacity: 1;
}

.hero {
  position: relative;
}
.hero__smbg {
  display: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__smbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 768px) {
  .hero__smbg {
    display: block;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 768px) {
  .hero__bg {
    display: none;
  }
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100svh;
  -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;
}
@media (max-height: 700px) {
  .hero__wrapper {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .hero__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 35%;
    height: 680px;
  }
}
@media (max-width: 1200px) {
  .hero__content {
    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;
  }
}
.hero__title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.4em;
  color: #4F1D0B;
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .hero__title {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .hero__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 32px;
  }
}
.hero__desc {
  font-size: 20px;
  line-height: 1.7em;
  color: #4F1D0B;
  padding-left: 80px;
  font-weight: 500;
  opacity: 0.6;
  max-width: 600px;
}
@media (max-width: 1200px) {
  .hero__desc {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero__desc {
    font-size: 18px;
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  .hero__desc {
    font-size: 16px;
  }
}
.hero__action {
  margin-top: 60px;
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .hero__action {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .hero__action {
    margin-top: 100px;
  }
}

.section-about {
  padding-bottom: 60px;
}
.section-about__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 520px;
  grid-template-columns: 1fr 520px;
  gap: 20px;
}
@media (max-width: 1400px) {
  .section-about__wrapper {
    -ms-grid-columns: 1fr 480px;
    grid-template-columns: 1fr 480px;
  }
}
@media (max-width: 992px) {
  .section-about__wrapper {
    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-about__text {
  line-height: 1.7em;
}
@media (max-width: 992px) {
  .section-about__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section-about__text p {
  margin-bottom: 20px;
}
.section-about__text p:last-child {
  margin-bottom: 0;
}
.section-about__img {
  position: relative;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media (max-width: 992px) {
  .section-about__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.section-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-work {
  background: #F8F4EE;
}
.section-work__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
@media (max-width: 992px) {
  .section-work__wrapper {
    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: 60px;
  }
}
@media (max-width: 576px) {
  .section-work__wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .section-work__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.section-work__side {
  position: relative;
}
@media (max-width: 992px) {
  .section-work__side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 992px) {
  .section-work__side .section-work__img {
    opacity: 0.2;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.section-work__text {
  line-height: 1.7em;
  max-width: 500px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section-work__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section-work__text p {
  margin-bottom: 20px;
}
.section-work__text p:last-child {
  margin-bottom: 0;
}
.section-work__list {
  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-work__item {
  line-height: 1.4em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section-work__item::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA58F), to(#EB7C5F));
  background: linear-gradient(180deg, #FFA58F 0%, #EB7C5F 100%);
  border-radius: 50%;
}

.section-consult__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .section-consult__wrapper {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .section-consult__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section-consult__item {
  position: relative;
  border-radius: 10px;
  border: 1px solid #EB7C5F;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.section-consult__num {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #E6DFDD;
  font-family: "Merriweather", serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 992px) {
  .section-consult__num {
    font-size: 80px;
  }
}
@media (max-width: 576px) {
  .section-consult__num {
    font-size: 60px;
  }
}
.section-consult__icon i {
  color: #FFA58F;
  font-size: 100px;
}
@media (max-width: 992px) {
  .section-consult__icon i {
    font-size: 80px;
  }
}
.section-consult__name {
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: 700;
  color: #4F1D0B;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .section-consult__name {
    font-size: 18px;
  }
}
.section-consult__desc {
  margin: 0;
  line-height: 1.7em;
}

.section-price__wrapper {
  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;
}
.section-price__content {
  padding: 80px;
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  background: #F8F4EE;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section-price__content::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
@media (max-width: 768px) {
  .section-price__content {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .section-price__content {
    padding: 40px 20px;
  }
}
.section-price__num ._name {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  color: #301106;
  opacity: 0.5;
  margin-bottom: 5px;
  text-align: center;
}
.section-price__num ._value {
  font-size: 30px;
  line-height: 1.2em;
  color: #EB7C5F;
  font-weight: 600;
  text-align: center;
}
.section-price__desc {
  line-height: 1.7em;
  text-align: center;
}
.section-price__desc p {
  margin-bottom: 10px;
}
.section-price__desc p:last-child {
  margin-bottom: 0;
}

.section-education__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section-education__top {
    display: block;
  }
}
.section-education__text {
  line-height: 1.7em;
}
.section-education__text p {
  margin-bottom: 10px;
}
.section-education__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section-education__text {
    text-align: center;
  }
}
.section-education__nav {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media (max-width: 992px) {
  .section-education__nav {
    display: none;
  }
}
.section-education .swiper-slide {
  width: auto;
}

.education-item {
  display: block;
  height: 200px;
  border-radius: 10px;
  background: #F8F4EE;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.education-item:focus-visible {
  outline: none;
}
.education-item:hover {
  background: #FEDFD4;
}
.education-item__img {
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__wrapper {
  padding: 60px 0;
  border-top: 1px solid #FEDFD4;
  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: 40px;
}
@media (max-width: 1200px) {
  .footer__wrapper {
    padding: 40px 0;
  }
}
.footer__logo {
  width: 140px;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 80px;
  }
}
.footer__copyright p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  color: #4F1D0B;
}