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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, td, tfoot, th, thead, tr, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, mark, menu, menuitem, meter, nav, output, progress, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: 100%;
  display: block;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  background: #F4F5EB;
  color: #333333;
}

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

h1 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h1 br {
    display: none;
  }
}

h2 {
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

section {
  padding: 65px 0;
}
@media screen and (max-width: 991px) {
  section {
    padding: 30px 0;
  }
}

p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.4;
  margin: 0 0 15px;
}

strong {
  font-weight: 700;
}

.btn {
  background: #1D461E;
  output: none;
  border: none;
  color: #fff;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 44px;
  font-size: 16px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}

main ul {
  list-style: disc;
  padding-left: 15px;
  margin: 10px 0;
  line-height: 1.6;
  font-size: clamp(14px, 1.5vw, 16px);
}
main i {
  font-style: italic;
}

header {
  min-height: 400px;
  background: url("../img/header-bg.png") center center/cover no-repeat;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 991px) {
  header {
    min-height: auto;
    padding: 0 0 40px;
  }
}
header .slug {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 65px;
}
@media screen and (max-width: 991px) {
  header .slug {
    padding: 100px 0 20px;
  }
}

.header_bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .header_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}
.header_bar.scroll {
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_bar.active {
  background: rgba(0, 0, 0, 0);
}

.burger_mobile {
  position: relative;
  top: 3px;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .burger_mobile {
    display: none;
  }
}

.burger_close {
  position: relative;
  top: 4px;
  cursor: pointer;
}

@media screen and (min-width: 991px) {
  .burger_icon {
    display: none;
  }
}
.burger_icon div {
  display: none;
}
.burger_icon div.active {
  display: block;
}

.header-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 0;
}

.logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 0 24px;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .logo img {
    margin: 0 auto;
  }
}

.logo, .nav_row, .slug, h1 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}

.nav_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .nav_row {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .nav_row.active {
    display: block;
    position: fixed;
    background: #9B9896;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
  }
}
.nav_row .phone {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .nav_row .phone {
    background: #302E2C;
    width: 100%;
    display: block;
    padding: 15px 0;
    margin: 7px 0 0;
  }
}

nav {
  margin: 0 0 64px;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  nav {
    margin: 0;
    padding: 80px 0 0;
  }
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
  }
}

.block-1 {
  background: #425F42;
  color: #fff;
}

.block-1_row {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 70px;
}
@media screen and (max-width: 991px) {
  .block-1_row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.block-1_desc {
  font-size: clamp(14px, 1.5vw, 16px);
}

.link {
  margin: 45px 0 0;
}
@media screen and (max-width: 991px) {
  .link .btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .block_1_img {
    margin: 0 auto;
  }
}

.block-2_item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .block-2_item_row {
    -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;
  }
}

.block-2_item_price {
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 700;
  color: #1D461E;
}

.block-2_row {
  display: grid;
  gap: 45px;
  margin: 45px 0 0;
}
@media screen and (max-width: 991px) {
  .block-2_row {
    margin: 20px 0 0;
    gap: 20px;
  }
}

.block-2_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .block-2_item {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.block-2_item.reverse .block-2_item_img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 991px) {
  .block-2_item_img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.block-2_item_desc {
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .block-2_item_desc {
    padding: 20px;
  }
}

.block-3 {
  background: #CFBB90;
  color: #fff;
}

.block-3_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 30px;
}
@media screen and (max-width: 991px) {
  .block-3_row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.block-3_slug {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0 40px;
}
@media screen and (max-width: 991px) {
  .block-3_slug {
    margin: 10px 0 20px;
  }
}

.block-4 {
  background: #fff;
}

.block-4_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 30px;
}

.block-4_slug {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0 40px;
}
@media screen and (max-width: 991px) {
  .block-4_slug {
    margin: 10px 0 20px;
  }
}

.block-4_item {
  position: relative;
  width: 100%;
}
.block-4_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/video.svg") center center/cover no-repeat;
  z-index: 1;
  width: 62px;
  height: 62px;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .block-4_item::before {
    width: 32px;
    height: 32px;
  }
}

.banner {
  height: 352px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .banner {
    height: auto;
    padding: 30px 0 0;
  }
}
.banner .container {
  height: 100%;
}

.banner-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner-row {
    grid-template-columns: 1fr;
  }
}
.banner-row h2 {
  color: #1D461E;
  text-align: left;
  margin: 0 0 24px;
}
@media screen and (max-width: 991px) {
  .banner-row h2 {
    margin: 0 0 10px;
  }
}

.banner_img {
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 450px;
}
@media screen and (max-width: 1200px) {
  .banner_img {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner_img {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .banner_img {
    width: 100%;
  }
}

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

.banner_phone {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .banner_phone {
    display: inline-block;
  }
}

.banner_slug {
  margin: 0 0 16px;
  font-size: clamp(20px, 2vw, 24px);
}

footer {
  background: #DBB874;
  color: #fff;
  padding: 55px 0 0;
}
footer h2 {
  margin: 0 0 35px;
}

.footer_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .footer_row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.footer_slug {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.footer_title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.footer_dop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 30px;
  border-top: 1px solid rgba(155, 152, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .footer_dop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}