* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, figure {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

address {
  font-style: normal;
}

button,
input,
optgroup,
textarea, iframe {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

td, th {
  padding: 0;
}

p {
  margin: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
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 {
  display: none;
}

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

body.ovh {
  overflow: hidden;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn:focus,
button:focus {
  box-shadow: none;
  outline: none;
}

input[type="data"]::-webkit-clear-button {
  display: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

*[hidden] {
  display: none !important;
}

.row {
  display: flex;
}

.row-wrap {
  display: flex;
  flex-wrap: wrap;
}

.row-column {
  flex-direction: column;
}

.justify-content-between {
  display: flex;
  justify-content: space-between;
}

.align-items-end {
  align-items: flex-end;
  display: flex;
}

.align-items-center {
  display: flex;
  align-items: center;
}

.justify-content-end {
  display: flex;
  justify-content: flex-end;
}

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

.justify-content-center {
  display: flex;
  justify-content: center;
}

img.alignright {
  float: right;
  margin: 0 0 3.125rem 20px;
}

img.alignleft {
  float: left;
  margin: 0 20px 3.125rem 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 3.125rem 30px;
}

a img.alignleft {
  float: left;
  margin: 0 20px 3.125rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft + .alignleft {
  margin-right: 0;
}

@media only screen and (max-width: 1080px) {
  .alignleft, .alignright {
    max-width: 48%;
  }
}

@media only screen and (max-width: 859px) {
  .alignleft, .alignright {
    max-width: 46%;
  }
}

@media only screen and (max-width: 639px) {
  .alignleft, .alignright {
    width: 100%;
    max-width: 100%;
  }
}

.col-100 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (max-width: 639px) {
  .col-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-33 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.text-center {
  text-align: center;
}

*[hidden], .hidden {
  display: none !important;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

h1, .h1 {
  line-height: 1.2;
  font-weight: 700;
  font-size: 3.25rem;
  color: #111D15;
}

@media (max-width: 1279px) {
  h1, .h1 {
    font-size: 48px;
  }
}

@media (max-width: 699px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}

h2, .h2 {
  font-size: 48px;
  margin: 0 0 52px;
  text-transform: uppercase;
  color: #406F3F;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 32px;
  }
}

@media (max-width: 374px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #111D15;
  font-weight: 600;
}

@media (max-width: 579px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111D15;
}

h5, .h5 {
  font-size: 1.25rem;
}

p a {
  text-decoration: underline;
  color: #3783ef;
}

p a:hover {
  text-decoration: none;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.select2-results__option {
  font-weight: 300;
  padding: 8px 20px;
}

@media (max-width: 767px) {
  .select2-results__option {
    padding: 8px 10px;
    font-size: 16px;
  }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #1E5449 !important;
}

.wpcf7-form-control-wrap {
  font-weight: 300;
}

.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2C2F22 transparent transparent transparent;
  border-width: 12px 6px 0 6px;
}

.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 15px;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8182 7.99829L10.8182 12.9983L5.81824 7.99829' stroke='%23605F5F' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.wpcf7-form-control-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #2C2F22 transparent;
  border-width: 0 6px 12px 6px;
}

.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 18px;
  font-weight: 300;
}

.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2C2F22;
}

.wpcf7-form-control-wrap .select2-container--default .select2-selection--single {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F3F3F3;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
}

.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding: 9px 30px 9px 8px;
}

@media (max-width: 679px) {
  .wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 9px 40px 9px 20px;
  }
}

.wpcf7-form-control-wrap .select2-container {
  width: 100% !important;
}

.wpcf7-form-control-wrap .select2-container .select2-selection--single {
  height: auto;
}

.input-checkbox {
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
}

.input-checkbox input {
  display: none;
}

.input-checkbox input:checked + label::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='29' height='27' viewBox='0 0 29 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 15.7368L10.1385 25L28 1' stroke='%239FC387' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px 27px;
}

.input-checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 46px;
  display: block;
}

.input-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background-color: #FFFFFF;
  border: 1px solid rgba(70, 70, 70, 0.21);
  border-radius: 2px;
}

@media only screen and (max-width: 1279px) {
  .input-checkbox label::before {
    width: 28px;
    height: 28px;
  }
  .input-checkbox input {
    display: none;
  }
  .input-checkbox input:checked + label::before {
    background-size: 24px 22px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

a,
.button, .btn {
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.57, 0.4, 0.55, 1.17);
}

select::-ms-expand {
  display: none;
}

*::-webkit-scrollbar {
  width: 13px;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(17, 29, 21, 0.4);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(64, 111, 63, 0.7);
}

*::selection {
  background: rgba(64, 111, 63, 0.7);
  color: #fff;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #2C2F22;
  min-width: 320px;
  height: 100%;
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
  background: #F2F0EB;
}

body.ovh, body.show-menu {
  overflow: hidden !important;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (max-width: 570px) {
  body {
    font-size: 14px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: #F2F0EB;
  z-index: 9;
  transition: all .35s linear;
}

@media (max-width: 1279px) {
  .header {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 17px 0;
  }
}

.header-logo img {
  display: block;
}

@media (max-width: 1279px) {
  .header-logo {
    width: 180px;
  }
}

@media (max-width: 859px) {
  .header-logo {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    width: 120px;
  }
}

@media (max-width: 374px) {
  .header-logo {
    width: 100px;
  }
}

.header.fixed {
  padding: 16px 0;
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.24);
}

@media (max-width: 767px) {
  .header.fixed {
    padding: 10px 0;
  }
}

.header .tel {
  padding: 10px 39px;
  background: #406F3F;
  font-size: 24px;
  color: #FFFDFD;
  line-height: 1.4;
  text-align: center;
  transition: all .35s linear;
  border-radius: 30px;
  margin-left: 40px;
  font-family: "Inter", serif;
}

.header .tel:hover {
  background: #ff7e53;
}

@media (max-width: 1279px) {
  .header .tel {
    padding: 10px 20px;
    margin-left: 20px;
    font-size: 20px;
  }
}

@media (max-width: 859px) {
  .header .tel {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .header .tel {
    padding: 11px 46px 11px 16px;
    margin-left: auto;
    border: 1px solid #406F3F;
    color: #406F3F;
    font-size: 14px;
    background: none;
    line-height: 1;
    position: relative;
  }
  .header .tel::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5.5L15 15.5M15 15.5V8.83333M15 15.5H8.33333' stroke='%23406F3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 21px;
    position: absolute;
    top: 7px;
    right: 16px;
  }
}

@media (max-width: 374px) {
  .header .tel {
    padding: 8px 30px 8px 10px;
  }
  .header .tel::before {
    top: 4px;
    right: 7px;
  }
}

.header > .container > .row {
  align-items: center;
}

@media (max-width: 767px) {
  .header > .container > .row .btn-menu {
    display: block;
    width: 24px;
    margin-left: 15px;
    height: 25px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12.5H21M3 6.5H21M3 18.5H21' stroke='%23406F3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .header > .container > .row .btn-menu.active {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%23406F3F'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 27px;
    background-position: center;
  }
}

.header-menu {
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Inter", serif;
}

.header-menu a {
  color: #2C2F22;
  transition: color .35s linear;
}

.header-menu a:hover {
  color: #406F3F;
}

.header-menu ul {
  display: flex;
  align-items: center;
  gap: 29px;
}

@media (max-width: 1279px) {
  .header-menu ul {
    gap: 20px;
  }
}

@media (max-width: 859px) {
  .header-menu ul {
    gap: 16px;
  }
}

@media (max-width: 1279px) {
  .header-menu {
    font-size: 18px;
  }
}

@media (max-width: 859px) {
  .header-menu {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .header-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 99%;
    width: 100%;
    background: #F2F0EB;
  }
  .header-menu ul {
    display: block;
  }
  .header-menu ul li {
    border-bottom: 1px solid #2C2F22;
  }
  .header-menu ul li a {
    text-align: center;
    padding: 10px;
    display: block;
  }
  .header-menu.active {
    display: block;
  }
}

.main {
  padding-top: 110px;
}

@media (max-width: 1279px) {
  .main {
    padding-top: 88px;
  }
}

@media (max-width: 767px) {
  .main {
    padding-top: 72px;
  }
}

.main-banner {
  min-height: 541px;
  overflow: hidden;
  position: relative;
  display: flex;
  background-position: center top;
  background-size: cover;
}

.main-banner .container {
  width: 100%;
}

.main-banner h1, .main-banner .h1 {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1279px) {
  .main-banner h1, .main-banner .h1 {
    font-size: 48px;
  }
}

@media (max-width: 859px) {
  .main-banner h1, .main-banner .h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .main-banner h1, .main-banner .h1 {
    font-size: 30px;
    font-weight: 500;
  }
}

@media (max-width: 479px) {
  .main-banner h1, .main-banner .h1 {
    max-width: 260px;
  }
}

.main-banner__box {
  flex: 0 0 600px;
  max-width: 600px;
}

@media (max-width: 1279px) {
  .main-banner__box {
    flex: 0 0 500px;
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .main-banner__box {
    flex: 0 0 auto;
    max-width: 500px;
  }
}

.main-banner .row {
  height: 100%;
  align-items: center;
}

.main-banner__num {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 55px;
  text-align: center;
  font-weight: 500;
  flex-direction: column;
  color: #FEFFFE;
  line-height: 1.1;
  padding: 40px 15px 40px 45px;
}

.main-banner__num::before {
  content: "";
  width: 130%;
  height: 100%;
  position: absolute;
  left: 0;
  transform: skew(-17deg, 0deg);
  top: 0;
  background: rgba(64, 111, 63, 0.8);
}

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

.main-banner__num span {
  font-size: 128px;
  display: block;
}

@media (max-width: 1279px) {
  .main-banner {
    min-height: 460px;
  }
  .main-banner__num {
    font-size: 42px;
    padding: 20px 15px 40px 20px;
  }
  .main-banner__num span {
    font-size: 96px;
  }
}

@media (max-width: 859px) {
  .main-banner__num {
    font-size: 32px;
  }
  .main-banner__num span {
    font-size: 72px;
  }
}

@media (max-width: 767px) {
  .main-banner {
    padding: 30px 0;
  }
  .main-banner__num {
    width: 100%;
    height: 108px;
    font-size: 36px;
    padding: 0px 15px 8px;
  }
  .main-banner__num span {
    font-size: 48px;
  }
  .main-banner__num::before {
    transform: none;
  }
  .main-banner .row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.btn {
  background: #406F3F;
  height: 56px;
  min-width: 341px;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 15px;
  line-height: 26px;
  border: 0;
  font-size: 14px;
  font-weight: 800;
  transition: all .3s linear;
}

.btn:hover {
  background: #ff7e53;
  color: #fff;
}

@media (max-width: 374px) {
  .btn {
    min-width: 100%;
  }
}

.banner {
  background: #fff;
}

.banner .container::after, .banner .container::before {
  display: none;
}

.banner .container .row {
  margin: 0;
  justify-content: space-between;
}

.banner .container .row::after, .banner .container .row::before {
  display: none;
}

@media (max-width: 991px) {
  .banner .container .row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .banner .container .row {
    position: relative;
  }
}

.banner-trust {
  padding: 0;
  list-style-type: none;
  display: flex;
  margin: 0 -15px;
}

.banner-trust li {
  padding: 0 15px;
  display: flex;
  flex: 0 0 170px;
  max-width: 170px;
  text-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  flex-direction: column;
  color: #2C2F22;
  line-height: 1.2;
}

@media (max-width: 1599px) {
  .banner-trust li {
    flex: 0 0 140px;
    max-width: 140px;
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .banner-trust li {
    font-size: 13px;
    flex: 0 0 120px;
    max-width: 120px;
    padding: 0 10px;
  }
}

@media (max-width: 1599px) {
  .banner-trust {
    margin: 0 -30px;
  }
}

.banner-trust-icon {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-bottom: 6px;
}

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

.banner-info {
  position: relative;
  z-index: 2;
  flex: 0 0 600px;
  max-width: 600px;
  padding: 40px 0 15px;
}

.banner-info .h2, .banner-info h2 {
  margin: 0 0 34px;
  font-size: 48px;
  color: #406F3F;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 1599px) {
  .banner-info {
    flex: 0 0 440px;
    max-width: 440px;
  }
  .banner-info .h2, .banner-info h2 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .banner-info .h2, .banner-info h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .banner-info {
    order: 2;
    flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
    padding: 82px 0 32px;
  }
  .banner-info .h1, .banner-info h1 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .banner-info .h1::after, .banner-info h1::after {
    content: "-15%";
    position: absolute;
    top: 10px;
    left: 50%;
    font-size: 64px;
    font-weight: 700;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .banner-info {
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -15px;
    text-align: center;
    padding: 15px;
    max-width: -webkit-max-content;
    max-width: max-content;
    background: rgba(64, 111, 63, 0.8);
  }
  .banner-info .h2, .banner-info h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .banner-info .h2, .banner-info h2 {
    font-size: 30px;
  }
}

@media (max-width: 374px) {
  .banner-info .h2, .banner-info h2 {
    font-size: 26px;
  }
}

.banner-img {
  position: relative;
  z-index: 1;
  margin: 0 -12%;
}

.banner-img img {
  display: block;
}

@media (max-width: 1599px) {
  .banner-img {
    margin: 0 -10%;
  }
}

@media (max-width: 1199px) {
  .banner-img {
    margin: 0 -20% 0 -25%;
  }
}

@media (max-width: 991px) {
  .banner-img {
    margin: 0 -15px;
    order: 1;
  }
  .banner-img img {
    max-width: 100%;
  }
}

.banner-text {
  margin-top: auto;
  margin-bottom: 20px;
  color: #406F3F;
  text-align: center;
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 350px;
  position: relative;
  z-index: 1;
}

.banner-text span {
  font-size: 75px;
  line-height: 1;
  display: block;
}

.banner-text-small {
  font-size: 12px;
  color: #2C2F22;
  text-transform: none;
  margin-top: 5px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

@media (max-width: 1599px) {
  .banner-text {
    font-size: 32px;
  }
  .banner-text span {
    font-size: 64px;
  }
  .banner-text-small {
    font-size: 14px;
  }
}

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

.form {
  flex: 0 0 347px;
  max-width: 347px;
}

@media (max-width: 567px) {
  .form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-section {
  padding: 32px 0;
  background: #2C2F22;
}

.form-section .container::after, .form-section .container::before {
  display: none;
}

.form-section .container .row {
  position: relative;
  margin: 0;
  justify-content: space-between;
}

.form-section .container .row::after, .form-section .container .row::before {
  display: none;
}

.form-section .container .row .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .form-section .container .row {
    justify-content: center;
  }
  .form-section .container .row .btn {
    position: static;
    margin: 0 auto;
    display: table;
  }
}

.form h2, .form .h2 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 24px;
}

.form .input-wrap {
  margin-bottom: 24px;
  max-width: 347px;
}

.form .input-wrap:nth-child(5) {
  margin-bottom: 0;
}

.form .input-wrap input {
  display: block;
  width: 100%;
  background: none;
  border-radius: 0;
  color: #fff;
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #fff;
}

.form .input-wrap input::-webkit-input-placeholder {
  color: white;
}

.form .input-wrap input:-moz-placeholder {
  color: white;
}

.form .input-wrap input::-moz-placeholder {
  color: white;
}

.form .input-wrap input:-ms-input-placeholder {
  color: white;
}

@media (max-width: 567px) {
  .form .input-wrap {
    max-width: 100%;
  }
}

.catalog-section {
  padding: 72px 0 62px;
  border-bottom: 1px solid #2C2F22;
}

.catalog-section .catalog-slider-pager {
  position: relative;
  margin: 0 auto;
  width: auto;
  line-height: 1;
  height: 28px;
  padding: 24px 72px;
  display: none;
}

@media (max-width: 767px) {
  .catalog-section .catalog-slider-pager {
    display: table;
  }
  .form .input-wrap:nth-child(5){
    margin-bottom: 32px;
  }
}

@media (max-width: 479px) {
  .catalog-section .catalog-slider-pager {
    padding: 22px 50px;
  }
}

@media (max-width: 374px) {
  .catalog-section .catalog-slider-pager {
    padding: 15px 50px;
    width: 126px;
  }
}

.catalog-section .catalog-slider-pager .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  height: 28px;
}

.catalog-section .catalog-slider-pager .slick-dots li {
  height: 22px !important;
  color: #A3A39B;
  font-size: 16px;
  margin: 0 12px;
  cursor: pointer;
  line-height: 22px;
  box-shadow: none;
  font-weight: 900;
  background: transparent !important;
}

.catalog-section .catalog-slider-pager .slick-dots li.slick-active {
  color: #726C6C;
}

@media (max-width: 579px) {
  .catalog-section .catalog-slider-pager .slick-dots li {
    margin: 0 5px;
  }
}

@media (max-width: 479px) {
  .catalog-section .catalog-slider-pager .slick-dots li {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .catalog-section .catalog-slider-pager .slick-dots li {
    display: none;
  }
}

.catalog-section .catalog-slider-pager .catalog-slider-prev,
.catalog-section .catalog-slider-pager .catalog-slider-next {
  position: absolute;
  opacity: 1;
  width: 56px;
  height: 28px;
  border: 1px solid #406F3F;
  box-shadow: none;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  border-radius: 30px;
  transition: all .35s linear;
  margin-top: auto;
}

.catalog-section .catalog-slider-pager .catalog-slider-prev:hover,
.catalog-section .catalog-slider-pager .catalog-slider-next:hover {
  background: #406F3F;
}

.catalog-section .catalog-slider-pager .catalog-slider-prev:hover::after,
.catalog-section .catalog-slider-pager .catalog-slider-next:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(1%) hue-rotate(56deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(1%) hue-rotate(56deg) brightness(101%) contrast(101%);
}

.catalog-section .catalog-slider-pager .catalog-slider-prev::after,
.catalog-section .catalog-slider-pager .catalog-slider-next::after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12H20M20 12L14 6M20 12L14 18' stroke='%23406F3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 50%;
  transition: all .35s linear;
  transform: translate(50%, -50%);
  transform-origin: center;
}

@media (max-width: 479px) {
  .catalog-section .catalog-slider-pager .catalog-slider-prev,
  .catalog-section .catalog-slider-pager .catalog-slider-next {
    width: 46px;
  }
}

.catalog-section .catalog-slider-pager .catalog-slider-prev::after {
  transform: rotate(180deg) translate(-50%, 50%);
}

.catalog-section .catalog-slider-pager .catalog-slider-next {
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  .catalog-section {
    padding: 42px 0 25px;
  }
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 40px;
}

.catalog-list__item {
  flex: 0 0 calc(33.333% - 27px);
  max-width: calc(33.333% - 27px);
  position: relative;
}

.catalog-list__item__size {
  position: absolute;
  left: 0;
  top: 75px;
  padding: 7px 18px;
  line-height: 1.22;
  font-size: 32px;
  color: #fff;
  text-align: center;
  background: rgba(64, 111, 63, 0.9);
}

.catalog-list__item__size span {
  font-size: 20px;
}

@media (max-width: 1279px) {
  .catalog-list__item__size {
    font-size: 24px;
    padding: 5px 10px;
  }
  .catalog-list__item__size span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .catalog-list__item__size {
    font-size: 32px;
    top: 90px;
  }
  .catalog-list__item__size span {
    font-size: 20px;
  }
}

.catalog-list__item__title {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media (max-width: 1279px) {
  .catalog-list__item__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .catalog-list__item__title {
    font-size: 23px;
    padding-top: 16px;
  }
}

.creation {
  display: flex;
  width: 100%;
  height: 662px;
}

@media (max-width: 1600px) {
  .creation {
    height: 540px;
  }
}

@media (max-width: 991px) {
  .creation {
    height: 470px;
  }
}

@media (max-width: 859px) {
  .creation {
    height: 440px;
  }
}

@media (max-width: 767px) {
  .creation {
    display: block;
    height: auto;
  }
}

.creation .slick-slider {
  min-width: 0;
}

.creation-section {
  padding: 66px 0 100px;
}
@media (max-width: 1600px) {
  
  .creation-section h2,.creation-section .h2{
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .creation-section {
    padding: 48px 0 60px;
  }
}

.creation-item .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  height: 28px;
}

.creation-item .slick-dots li {
  height: 22px !important;
  color: #A3A39B;
  font-size: 16px;
  margin: 0 12px;
  cursor: pointer;
  line-height: 22px;
  box-shadow: none;
  font-weight: 900;
  background: transparent !important;
}

.creation-item .slick-dots li.slick-active {
  color: #726C6C;
}

@media (max-width: 479px) {
  .creation-item .slick-dots li {
    margin: 0 5px;
  }
}

.creation-item__current {
  flex: 0 0 45%;
  max-width: 45%;
}

.creation-item__current .creation-item__slider__img {
  height: 250px;
}

@media (max-width: 1600px) {
  .creation-item__current .creation-item__slider__img {
    height: 200px;
  }
}

.creation-item__current .creation-item__slider__img img {
  display: block;
}

@media (max-width: 859px) {
  .creation-item__current .creation-item__slider__img {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .creation-item__current .creation-item__slider__img {
    display: none;
  }
}

@media (max-width: 767px) {
  .creation-item__current {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.creation-item__slider {
  width: 100%;
}

.creation-item__slider__box {
  flex: 0 0 55%;
  max-width: 55%;
  max-width: 500px;
}

@media (max-width: 1179px) {
  .creation-item__slider__box {
    max-width: 420px;
  }
}

@media (max-width: 1023px) {
  .creation-item__slider__box {
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .creation-item__slider__box {
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .creation-item__slider__box {
    max-width: 340px;
  }
}

@media (max-width: 859px) {
  .creation-item__slider__box {
    max-width: 310px;
  }
}

@media (max-width: 767px) {
  .creation-item__slider__box {
    max-width: 100%;
  }
}

.creation-item__slider__item {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .creation-item__slider__item {
    padding: 0;
  }
}

.creation-item__slider__wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
}

@media (max-width: 767px) {
  .creation-item__slider__wrap {
    display: block;
    padding-bottom: 30px;
  }
}

.creation-item__slider__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 46px;
}
@media (max-width: 1600px) {
  .creation-item__slider__img {
    margin-bottom: 32px;
  }
}

@media (max-width: 1179px) {
  .creation-item__slider__img {
    margin-bottom: 22px;
  }
}

.creation-item__slider__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px;
}

@media (max-width: 1600px) {
  .creation-item__slider__img img {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .creation-item__slider__img img {
    height: 340px;
  }
}

@media (max-width: 859px) {
  .creation-item__slider__img img {
    height: 300px;
  }
}

.creation-item__slider__info table {
  font-size: 20px;
}

.creation-item__slider__info table th {
  font-weight: 600;
}

.creation-item__slider__info table td, .creation-item__slider__info table th {
  text-align: left;
  padding: 8px 0;
}

@media (max-width: 1179px) {
  .creation-item__slider__info table td, .creation-item__slider__info table th {
    padding: 6px 0;
  }
}

@media (max-width: 991px) {
  .creation-item__slider__info table {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .creation-item__slider__info {
    margin-bottom: 32px;
  }
}

.creation-item__slider__nav {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 32px 0 0;
}

@media (max-width: 1600px) {
  .creation-item__slider__nav {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .creation-item__slider__nav {
    padding-top: 15px;
  }
}

@media (max-width: 374px) {
  .creation-item__slider__nav {
    padding: 15px 50px;
    width: 126px;
  }
  .creation-slider-pagination{
    display: none;
  }
}

.creation-item__slider__nav__prev, .creation-item__slider__nav__next {
  opacity: 1;
  width: 56px;
  height: 28px;
  border: 1px solid #2C2F22;
  box-shadow: none;
  top: 50%;
  cursor: pointer;
  left: 0;
  border-radius: 30px;
  transition: all .35s linear;
  margin-top: auto;
  position: relative;
}

.creation-item__slider__nav__prev::after, .creation-item__slider__nav__next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H17M17 7L11 1M17 7L11 13' stroke='%232C2F22' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.creation-item__slider__nav__prev:hover, .creation-item__slider__nav__next:hover {
  background: #406F3F;
  border-color: #406F3F;
}

.creation-item__slider__nav__prev:hover::after, .creation-item__slider__nav__next:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(1%) hue-rotate(56deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(1%) hue-rotate(56deg) brightness(101%) contrast(101%);
}

.creation-item__slider__nav__prev::after {
  transform: rotate(180deg) translate(50%, 50%);
}

@media (max-width: 767px) {
  .creation-item__slider__nav {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    justify-content: center;
  }
}

.creation-item__slider__name {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 15px;
  background: #406F3F;
  color: #fff;
  font-size: 24px;
  width: 100%;
  text-align: center;
  max-width: 174px;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .creation-item__slider__name {
    max-width: 133px;
    padding: 10px 12px;
  }
}

.creation-item__title {
  cursor: pointer;
  width: 78px;
  height: 100%;
  border: 1px solid #2C2F22;
  border-width: 0 1px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: -1px;
}

@media (min-width: 768px) {
  .creation-item__title.active {
    display: none;
  }
}

@media (max-width: 767px) {
  .creation-item__title.active span {
    color: #406F3F;
  }
  .creation-item__title.active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}

.creation-item__title.active + .creation-item__content {
  display: block;
}

.creation-item__title span {
  position: absolute;
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;
  transform: rotate(270deg) translateX(-45%);
  transform-origin: center;
  display: block;
  white-space: nowrap;
}

@media (max-width: 1179px) {
  .creation-item__title {
    width: 70px;
  }
}

@media (max-width: 859px) {
  .creation-item__title {
    width: 60px;
  }
  .creation-item__title span {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .creation-item__title {
    width: 100%;
    border: 0;
    justify-content: flex-start;
    padding: 18px 56px 18px 16px;
    position: relative;
  }
  .creation-item__title::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12L24 24M24 24V16M24 24H16' stroke='%232C2F22' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='18' cy='18' r='17.5' stroke='%232C2F22'/%3E%3C/svg%3E%0A");
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .creation-item__title span {
    font-size: 20px;
    transform: none;
    position: static;
  }
}

@media (max-width: 374px) {
  .creation-item__title span {
    font-size: 18px;
  }
}

.creation-item__content {
  display: none;
  position: relative;
  padding: 0 50px;
}

.creation-item__content h2, .creation-item__content .h2 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #2C2F22;
  margin-bottom: 44px;
}
@media (max-width:1600px) {
  .creation-item__content h2, .creation-item__content .h2 {
    font-size: 38px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .creation-item__content {
    padding: 0 30px;
  }
  .creation-item__content h2, .creation-item__content .h2 {
    font-size: 32px;
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .creation-item__content {
    padding: 0 15px 15px;
  }
  .creation-item__content h2, .creation-item__content .h2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .creation-item {
    margin-bottom: 16px;
    border: 1px solid #2C2F22;
  }
  .creation-item:last-child {
    margin-bottom: 0;
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-in both;
}

.fade-out {
  animation: fadeOut 0.6s ease-in both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.service {
  padding: 56px 0;
  border-bottom: 1px solid #2C2F22;
}

@media (max-width: 767px) {
  .service {
    padding: 56px 0 36px;
  }
}

@media (max-width: 479px) {
  .service {
    padding: 32px 0;
  }
}

.service .container::after, .service .container::before {
  display: none;
}

.service .container .row {
  position: relative;
  margin: 0;
  justify-content: space-between;
}

.service .container .row::after, .service .container .row::before {
  display: none;
}

.service .container .row .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media (max-width: 991px) {
  .service-list {
    margin: 0 -8px;
  }
}

.service-list_item {
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
  margin-bottom: 55px;
}

@media (max-width: 1199px) {
  .service-list_item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .service-list_item {
    padding: 0 8px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .service-list_item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.service-list_item:not(.active) .service-list_item_box {
  background: none !important;
}

.service-list_item:not(.active) .service-list_item_box::after {
  display: none;
}

.service-list_item.active {
  flex: 0 0 50%;
  max-width: 50%;
}

.service-list_item.active .service-list_item_num {
  margin-bottom: 20px;
}

.service-list_item.active .service-list_item_num,
.service-list_item.active .service-list_item_title {
  color: #fff;
}

.service-list_item.active .service-list_item_text {
  display: block;
  color: #fff;
  font-size: 15px;
}

.service-list_item.active .service-list_item_box {
  border: 0;
}

.service-list_item.active .service-list_item_box::before {
  width: 70px;
  height: 70px;
  border-color: #F2F0EB;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L18 18M18 18H10M18 18V10' stroke='%23F2F0EB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .service-list_item.active .service-list_item_box::before {
    width: 40px;
    height: 40px;
    transform: translateY(0);
    bottom: 22px;
    top: auto;
  }
}

@media (max-width: 1199px) {
  .service-list_item.active {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
}

@media (max-width: 767px) {
  .service-list_item.active {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .service-list_item.active .service-list_item_title {
    margin-right: -40px;
  }
  .service-list_item.active .service-list_item_num {
    font-size: 48px;
    margin-bottom: 0;
  }
  .service-list_item.active .service-list_item_box {
    padding: 28px 65px 28px 18px;
  }
}

.service-list_item_box {
  border: 1px solid #000;
  cursor: pointer;
  padding: 48px 20px 49px 30px;
  height: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-list_item_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.service-list_item_box::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 27px;
  right: 20px;
  border: 1px solid #726C6C;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 18L18 6M18 6V14M18 6H10' stroke='%23726C6C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  z-index: 2;
}

@media (max-width: 1023px) {
  .service-list_item_box::before {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .service-list_item_box::before {
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1023px) {
  .service-list_item_box {
    padding: 32px 20px;
  }
}

@media (max-width: 767px) {
  .service-list_item_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 9px 65px 9px 18px;
    min-height: 76px;
  }
}

.service-list_item_num {
  color: #406F3F;
  font-size: 48px;
  font-family: "Inter", serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .service-list_item_num {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .service-list_item_num {
    font-size: 36px;
    margin-bottom: 0;
  }
}

.service-list_item_title {
  color: #726C6C;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .service-list_item_title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .service-list_item_title {
    margin: 0 0 0 auto;
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .service-list_item_title {
    max-width: 200px;
    text-align: right;
    line-height: 1.4;
  }
}

@media (max-width: 419px) {
  .service-list_item_title {
    max-width: 182px;
  }
}

@media (max-width: 374px) {
  .service-list_item_title {
    max-width: 140px;
    font-size: 16px;
  }
}

.service-list_item_text {
  display: none;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .service-list_item_text {
    flex: 0 0 100%;
    padding-top: 20px;
    font-size: 12px;
    max-width: 70%;
  }
}

.project {
  padding-top: 100px;
  margin-bottom: 170px;
}

.project-slider {
  margin: 0 -15px;
}

.project-slider .slick-list {
  position: relative;
}

.project-slider .slick-list:before, .project-slider .slick-list::after {
  content: "";
  z-index: 2;
  width: 15px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  background: #F2F0EB;
}

.project-slider .slick-list::before {
  right: 0;
  left: auto;
}

.project-wrap {
  border-bottom: 1px solid #726C6C;
  padding-bottom: 45px;
  position: relative;
}

@media (max-width: 767px) {
  .project-wrap {
    padding-bottom: 25px;
  }
}

.project .project-slider-pager {
  position: absolute;
  top: auto;
  display: table;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  bottom: -80px;
  line-height: 1;
  height: 28px;
  padding: 0 72px;
}

@media (max-width: 767px) {
  .project .project-slider-pager {
    bottom: -60px;
  }
}

@media (max-width: 479px) {
  .project .project-slider-pager {
    padding: 0 52px;
  }
}

.project .project-slider-pager .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  height: 28px;
}

.project .project-slider-pager .slick-dots li {
  height: 22px !important;
  color: #A3A39B;
  font-size: 16px;
  margin: 0 12px;
  cursor: pointer;
  line-height: 22px;
  box-shadow: none;
  font-weight: 900;
  background: transparent !important;
}

.project .project-slider-pager .slick-dots li.slick-active {
  color: #726C6C;
}

@media (max-width: 579px) {
  .project .project-slider-pager .slick-dots li {
    margin: 0 5px;
  }
}

@media(max-width:374px){
  .project .project-slider-pager{
    padding: 15px 50px;
    width: 126px;
  }
  .project .project-slider-pager .slick-dots{
    display: none!important;
  }
}

.project .project-slider-pager .project-slider-prev,
.project .project-slider-pager .project-slider-next {
  position: absolute;
  opacity: 1;
  width: 56px;
  height: 28px;
  border: 1px solid #406F3F;
  box-shadow: none;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  border-radius: 30px;
  transition: all .35s linear;
  margin-top: auto;
}

.project .project-slider-pager .project-slider-prev:hover,
.project .project-slider-pager .project-slider-next:hover {
  background: #406F3F;
}

.project .project-slider-pager .project-slider-prev:hover::after,
.project .project-slider-pager .project-slider-next:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(1%) hue-rotate(56deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(1%) hue-rotate(56deg) brightness(101%) contrast(101%);
}

.project .project-slider-pager .project-slider-prev::after,
.project .project-slider-pager .project-slider-next::after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12H20M20 12L14 6M20 12L14 18' stroke='%23406F3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 50%;
  transition: all .35s linear;
  transform: translate(50%, -50%);
  transform-origin: center;
}

@media (max-width: 479px) {
  .project .project-slider-pager .project-slider-prev,
  .project .project-slider-pager .project-slider-next {
    width: 46px;
  }
}

.project .project-slider-pager .project-slider-prev::after {
  transform: rotate(180deg) translate(-50%, 50%);
}

.project .project-slider-pager .project-slider-next {
  right: 0;
  left: auto;
}

.project .container::after, .project .container::before {
  display: none;
}

.project .container .row {
  position: relative;
  margin: 0;
  justify-content: space-between;
}

.project .container .row::after, .project .container .row::before {
  display: none;
}

.project .container .row .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.project_img {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .project_img {
    margin-bottom: 22px;
  }
}

.project_desk {
  font-size: 16px;
}

.project_desk p:first-child {
  font-size: 20px;
}

@media (max-width: 374px) {
  .project_desk p:first-child {
    font-size: 16px;
  }
}

.project_desk b {
  display: inline-block;
  margin-right: 7px;
  color: #406F3F;
  font-size: 20px;
}

@media (max-width: 374px) {
  .project_desk b {
    font-size: 14px;
    color: #2C2F22;
  }
}

.project_item {
  padding: 0 15px;
}

.project_item img {
  width: 100%;
}

@media (max-width: 767px) {
  .project {
    padding-top: 60px;
    margin-bottom: 100px;
  }
}

.design {
  background: #FFFDFD;
  padding: 60px 0 100px;
}

.design .container {
  position: relative;
}

.design-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.design-img img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .design-img {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .design-img {
    position: static;
    transform: none;
    margin: 0 auto 10px;
  }
}

.design-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  counter-reset: counter;
}

.design-list-title {
  color: #406F3F;
  font-size: 20px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.design-list li {
  margin-bottom: 12px;
  color: #726C6C;
  font-size: 12px;
  display: flex;
  counter-increment: counter;
}

.design-list li:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.design-list li:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}

.design-list li:nth-child(3) {
  grid-area: 3 / 1 / 4 / 2;
}

.design-list li:nth-child(4) {
  grid-area: 4 / 1 / 5 / 2;
}

.design-list li:nth-child(5) {
  grid-area: 1 / 2 / 2 / 3;
  display: flex;
  justify-content: flex-end;
}

.design-list li:nth-child(6) {
  grid-area: 2 / 2 / 3 / 3;
  display: flex;
  justify-content: flex-end;
}

.design-list li:nth-child(7) {
  grid-area: 3 / 2 / 4 / 3;
  display: flex;
  justify-content: flex-end;
}

.design-list li:nth-child(8) {
  grid-area: 4 / 2 / 5 / 3;
  display: flex;
  justify-content: flex-end;
}

.design-list li .box {
  position: relative;
  padding-left: 36px;
  max-width: 320px;
}

.design-list li .box::before {
  font-size: 20px;
  color: #406F3F;
  content: "0" counter(counter);
  position: absolute;
  font-weight: 500;
  left: 0;
  top: 0;
}

@media (max-width: 1599px) {
  .design-list li .box {
    max-width: 300px;
  }
}

@media (max-width: 1199px) {
  .design-list li .box {
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .design-list {
    display: block;
    background: #F2F0EB;
    padding: 28px 15px;
    margin: 0 -15px;
  }
  .design-list li {
    margin-bottom: 20px;
    display: block !important;
  }
  .design-list li .box {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .design {
    padding: 32px 0 0;
  }
}

.about {
  padding: 88px 0 100px;
}

@media (max-width: 767px) {
  .about {
    padding: 36px 0 56px;
  }
  .about-img {
    display: none;
  }
}

.about .container .row {
  margin: 0;
  justify-content: space-between;
}

.about .container .row .btn {
  margin-top: auto;
}

.about .container .row::after, .about .container .row::before {
  display: none;
}

.about-info {
  flex: 1;
  font-size: 20px;
  color: #2C2F22;
}

@media (max-width: 1299px) {
  .about-info {
    padding-right: 80px;
  }
}

@media (max-width: 1023px) {
  .about-info {
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .about-info {
    font-size: 16px;
    padding-right: 0px;
  }
}

.about-section {
  padding: 72px 0 88px;
}

@media (max-width: 1023px) {
  .about-section {
    padding: 60px 0;
  }
}

.about-banner {
  margin-bottom: 32px;
  align-items: center;
}

.about-banner__callback {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 35px;
}

.about-banner__callback__link {
  position: relative;
  display: table;
  cursor: pointer;
}

.about-banner__callback__link__text {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  font-size: 16px;
  max-width: 110px;
}

.about-banner__callback__link img {
  display: block;
  animation: rotateC 30s linear infinite;
}

@media (max-width: 767px) {
  .about-banner__callback {
    display: none;
  }
  .about-section > .container > h2{
    display: none;
  }
}

.about-banner__img {
  position: relative;
}

.about-banner__img h2, .about-banner__img .h2 {
  display: none;
}

@media (max-width: 767px) {
  .about-banner__img {
    margin: 0 -15px;
  }
  .about-banner__img h2, .about-banner__img .h2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 374px) {
  .about-banner__img h2, .about-banner__img .h2 {
    font-size: 32px;
  }
}

.about-banner__img__box img {
  display: block;
}

@media (max-width: 767px) {
  .about-banner__img__box img {
    min-height: 233px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-banner__img__box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
  }
}

.about-content {
  gap: 55px;
}

.about-content__title {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2C2F22;
  line-height: 1.5;
  margin-bottom: 16px;
}

.about-content__col {
  flex: 0 0 calc(33.333% - 37px);
  font-size: 16px;
}

@media (max-width: 1023px) {
  .about-content {
    gap: 32px;
  }
  .about-content__col {
    flex: 0 0 calc(33.333% - 22px);
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-content {
    flex-wrap: wrap;
  }
  .about-content__col {
    flex: 0 0 100%;
    font-size: 16px;
  }
}

@keyframes rotateC {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wpcf7-response-output {
  color: #fff !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 15px 0 !important;
}

.footer {
  border-top: 1px solid #726C6C;
  padding: 40px 0 0;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 28px;
  }
}

.footer .row {
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer .row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.footer > .container {
  padding-bottom: 40px;
}

.footer-bottom {
  padding: 10px 0;
  color: #fff;
  background: #406F3F;
  text-align: center;
}

.footer-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-item a {
  color: #2C2F22;
}

.footer-item a:hover {
  color: #406F3F;
}

.footer-item .email, .footer-item address, .footer-item .schedule, .footer-item .phone {
  position: relative;
  padding-left: 28px;
}

.footer-item .email::after, .footer-item address::after, .footer-item .schedule::after, .footer-item .phone::after  {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z' fill='%23406F3F'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
}
.footer-item .schedule::after {
  background: url(../img/clock1.png) no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(39%) sepia(16%) saturate(1116%) hue-rotate(70deg) brightness(93%) contrast(95%);
}
.footer-item .phone::after {
  background: url(../img/phone.png) no-repeat;
  background-size: 22px;
  filter: brightness(0) saturate(100%) invert(39%) sepia(16%) saturate(1116%) hue-rotate(70deg) brightness(93%) contrast(95%);
}

.footer-item address::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath fill='%23406F3F' fill-rule='evenodd' d='M11.291 21.706 12 21l-.709.706zM12 21l.708.706a1 1 0 0 1-1.417 0l-.006-.007-.017-.017-.062-.063a47.708 47.708 0 0 1-1.04-1.106 49.562 49.562 0 0 1-2.456-2.908c-.892-1.15-1.804-2.45-2.497-3.734C4.535 12.612 4 11.248 4 10c0-4.539 3.592-8 8-8 4.408 0 8 3.461 8 8 0 1.248-.535 2.612-1.213 3.87-.693 1.286-1.604 2.585-2.497 3.735a49.583 49.583 0 0 1-3.496 4.014l-.062.063-.017.017-.006.006L12 21zm0-8a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.footer-item h4, .footer-item .h4 {
  margin-bottom: 0;
}

.faq-section {
  padding: 46px 0 100px;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 32px 0;
    background: #fff;
  }
}

.faq-section h2, .faq-section .h2 {
  margin: 0 0 48px;
}

@media (max-width: 767px) {
  .faq-section h2, .faq-section .h2 {
    margin: 0 0 38px;
  }
}

.faq-item {
  min-height: 47px;
  margin-bottom: 24px;
  border-bottom: 1px solid #2C2F22;
}

@media (max-width: 767px) {
  .faq-item {
    margin-bottom: 20px;
  }
}

.faq-item-wrap {
  padding-right: 72px;
  position: relative;
  display: flex;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .faq-item-wrap {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .faq-item-wrap::before {
    content: "";
    width: 72px;
    bottom: -1px;
    right: 0;
    height: 1px;
    position: absolute;
    background: #F2F0EB;
  }
}

@media (max-width: 767px) {
  .faq-item-wrap {
    padding-right: 0;
  }
}

.faq-item__doc {
  display: none;
}

.faq-item__title {
  flex: 0 0 440px;
  max-width: 440px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  padding-right: 30px;
}

.faq-item__title.active {
  color: #406F3F;
}

.faq-item__title.active .faq-item__toggler {
  transform: rotate(0);
}

@media (max-width: 767px) {
  .faq-item__title.active .faq-item__toggler {
    bottom: auto;
    top: 0px;
  }
}

@media (max-width: 767px) {
  .faq-item__title {
    flex: 0 0 auto;
    max-width: 100%;
    padding-right: 50px;
  }
  .faq-item__title.active {
    margin-bottom: 26px;
  }
}

.faq-item__box {
  color: #2C2F22;
  font-size: 16px;
  flex: 1;
}

.faq-item__toggler {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  flex: 0 0 50px;
  height: 50px;
  border: 1px solid #2C2F22;
  transform: rotate(45deg);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00023 7L12.6571 12.6569L13.3642 11.9497L7.70734 6.29289L12.6571 1.34315L11.95 0.636039L7.00023 5.58579L2.05048 0.636039L1.34338 1.34315L6.29312 6.29289L0.636271 11.9497L1.34338 12.6569L7.00023 7Z' fill='%232C2F22'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s linear;
}

.faq-item__toggler:hover {
  border-color: #406F3F;
  background-color: #406F3F;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00023 7L12.6571 12.6569L13.3642 11.9497L7.70734 6.29289L12.6571 1.34315L11.95 0.636039L7.00023 5.58579L2.05048 0.636039L1.34338 1.34315L6.29312 6.29289L0.636271 11.9497L1.34338 12.6569L7.00023 7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .faq-item__toggler {
    bottom: 8px;
    top: auto;
  }
}

.footer-map {
  width: 600px;
}
.footer-map iframe {
  width: 100%;
}
@media(max-width: 991px) {
.footer-map {
  width: 100%;
  padding: 0 15px;
}
.footer-map iframe {
  width: 100%;
} 
}