@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
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, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  position: relative;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

button {
  border: none;
  cursor: pointer;
}

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

input[type=number] {
  border: none;
  -moz-appearance: textfield;
}

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
}

button:focus {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

select {
  color: #000;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #000;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-tap-highlight-color: transparent;
}

div:focus {
  border: none;
  outline: none;
}

.container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    padding: 0px 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0px;
    max-width: 1170px;
    margin: 0 auto;
  }
}

html.no_scroll {
  overflow-y: hidden;
}

body.no_scroll {
  position: relative;
  overflow-y: hidden;
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
  box-sizing: border-box;
  padding: 15px 0px;
  background: transparent;
  transition: all 0.2s linear;
}

.header.active {
  background: #1E2D27;
  transition: all 0.2s linear;
}

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

.header_content_list {
  display: none;
}

.header_content_btn {
  position: relative;
  width: 23px;
  height: 14px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: -webkit-transform 330ms ease-out;
  transition: -webkit-transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
}

.header_content_btn span {
  height: 2px;
  background-color: white;
  border-radius: 3px;
}

.header_content_btn span:first-child {
  width: 50%;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.header_content_btn span:nth-child(2) {
  width: 100%;
}

.header_content_btn span:last-child {
  width: 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.header_content_btn.active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header_content_btn.active span:first-child {
  -webkit-transform: rotate(-90deg) translateX(5px);
          transform: rotate(-90deg) translateX(5px);
}

.header_content_btn.active span:last-child {
  -webkit-transform: rotate(-90deg) translateX(-5px);
          transform: rotate(-90deg) translateX(-5px);
}

@media (min-width: 1200px) {
  .header_content_list {
    display: block;
  }
  .header_content_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_content_list ul li {
    margin-left: 50px;
    position: relative;
  }
  .header_content_list ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 0px;
    height: 2px;
    background-color: #CBA689;
    -webkit-box-shadow: 0px 1px 4px rgba(203, 166, 137, 0.69);
            box-shadow: 0px 1px 4px rgba(203, 166, 137, 0.69);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header.active .header_content_list ul li:before {
    background-color: white;
  }
  .header_content_list ul li:first-child {
    margin-left: 0px;
  }
  .header_content_list ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #EDEDF5;
  }
  .header_content_list ul li:hover:before {
    width: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_content_btn {
    display: none;
  }
}

.header_dropdown {
  width: 100%;
  height: 100%;
  background: rgba(38, 58, 50, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: fixed;
  left: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 16px 0px 16px;
  -webkit-transform: translateX(-500px);
          transform: translateX(-500px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 450px;
  z-index: 4;
}

.header_dropdown_first_list {
  position: relative;
}

.header_dropdown_first_list:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.header_dropdown_first_list ul li {
  margin-top: 20px;
  position: relative;
}

.header_dropdown_first_list ul li:before {
  content: "";
  position: absolute;
  display: none;
  left: 0px;
  bottom: -5px;
  width: 40px;
  height: 2px;
  background-color: #CBA689;
  -webkit-box-shadow: 0px 1px 4px rgba(203, 166, 137, 0.69);
          box-shadow: 0px 1px 4px rgba(203, 166, 137, 0.69);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_dropdown_first_list ul li:first-child {
  margin-top: 0px;
}

.header_dropdown_first_list ul li.active:before {
  display: block;
}

.header_dropdown_first_list ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #EDEDF5;
}

.header_dropdown_second_list {
  margin-top: 60px;
}

.header_dropdown_second_list ul li {
  margin-top: 20px;
}

.header_dropdown_second_list ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #EDEDF5;
}

.header_dropdown_social {
  margin-top: 30px;
}

.header_dropdown_social h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.header_dropdown_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.header_dropdown_social ul li {
  margin-left: 8px;
}

.header_dropdown_social ul li:first-child {
  margin-left: 0px;
}

.header_dropdown_social ul li a {
  width: 30px;
  height: 30px;
  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 #4B5752;
  border-radius: 50%;
}

.header_dropdown.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .header_dropdown {
    padding: 100px 32px 0px 32px;
  }
}

.home {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home_slider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.home_slider .slick-prev {
  display: none !important;
}

.home_slider .slick-next {
  display: none !important;
}

.home_slider_item {
  width: 100%;
  height: 100vh;
}

.home_slider .slick-dots {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.home_slider .slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(236, 225, 216, 0.5);
  border-radius: 50%;
  margin-top: 10px;
}

.home_slider .slick-dots li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ECE1D8;
  display: none;
}

.home_slider .slick-dots li:first-child {
  margin-top: 0px;
}

.home_slider .slick-dots li button {
  height: 0px;
  width: 0px;
  opacity: 0;
}

.home_slider .slick-dots li.slick-active:after {
  display: block;
}

.home_content_desktop {
  display: none;
}

.home_content_mobile {
  position: relative;
  height: 100vh;
}

.home_content_mobile h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #FFFFFF;
  position: absolute;
  top: 130px;
}

.home_content_mobile a {
  position: absolute;
  bottom: 83px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 1px solid #CBA689;
  text-transform: uppercase;
}

.home_content_mobile a svg {
  display: none;
}

@media (min-width: 768px) {
  .home {
    height: 800px;
  }
  .home_slider_item {
    height: 800px;
  }
  .home_content_mobile {
    height: 800px;
  }
}

@media (min-width: 1200px) {
  .home_slider .slick-dots {
    display: none !important;
  }
  .home_content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 142px;
  }
  .home_content_desktop {
    display: block;
  }
  .home_content_desktop_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 200px;
  }
  .home_content_desktop_top_left {
    margin-top: 23px;
  }
  .home_content_desktop_top_left a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 290px;
    display: block;
    text-align: center;
    text-transform: uppercase;
  }
  .home_content_desktop_top_left a svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
  }
  .home_content_desktop_top_left a rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .home_content_desktop_top_left a:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .home_content_desktop_top_left_feature {
    margin-bottom: 62px;
  }
  .home_content_desktop_top_left_feature p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    max-width: 280px;
    width: 100%;
    min-height: 36px;
  }
  .home_content_desktop_top_left_feature_item {
    position: relative;
    width: 290px;
    height: 2px;
    background-color: #fff;
    margin-top: 9px;
  }
  .home_content_desktop_top_left_feature_item_strip {
    position: absolute;
    width: 50%;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: #CBA689;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .home_content_desktop_top_left_feature_item_top {
    position: absolute;
    right: 0px;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .home_content_desktop_top_left_feature_item_top:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 4px;
    width: 10px;
    height: 1px;
    background-color: #CBA689;
    -webkit-transform: rotate(-53deg);
            transform: rotate(-53deg);
  }
  .home_content_desktop_top_left_feature_item_top:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 4px;
    width: 10px;
    height: 1px;
    background-color: #CBA689;
    -webkit-transform: rotate(53deg);
            transform: rotate(53deg);
  }
  .home_content_desktop_top_left_feature_item_top .insert {
    position: absolute;
    bottom: -8.7px;
    left: -5.4px;
    width: 11.4px;
    height: 1px;
    background-color: #CBA689;
  }
  .home_content_desktop_top_left_feature_item_top:focus {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #CBA689;
  }
  .home_content_desktop_top_left_feature_item_top:hover {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #CBA689;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .home_content_desktop_top_left_feature_item_bottom {
    position: absolute;
    right: 0px;
    bottom: -20px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .home_content_desktop_top_left_feature_item_bottom:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 4px;
    width: 10px;
    height: 1px;
    background-color: #CBA689;
    -webkit-transform: rotate(-53deg);
            transform: rotate(-53deg);
  }
  .home_content_desktop_top_left_feature_item_bottom:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 4px;
    width: 10px;
    height: 1px;
    background-color: #CBA689;
    -webkit-transform: rotate(53deg);
            transform: rotate(53deg);
  }
  .home_content_desktop_top_left_feature_item_bottom .insert {
    position: absolute;
    bottom: -8.7px;
    left: -5.5px;
    width: 11.4px;
    height: 1px;
    background-color: #CBA689;
  }
  .home_content_desktop_top_left_feature_item_bottom:focus {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #CBA689;
  }
  .home_content_desktop_top_left_feature_item_bottom:hover {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #CBA689;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .home_content_desktop_top_right h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 53px;
    line-height: 65px;
    color: #FFFFFF;
    width: 775px;
    /* text-transform: uppercase; */
    text-align: right;
  }
  .home_content_desktop_bottom {
    width: 100%;
  }
  .home_content_desktop_bottom_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home_content_desktop_bottom_links_item {
    background: rgba(38, 58, 50, 0.5);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 142px;
    padding: 30px 52px 23px 51px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home_content_desktop_bottom_links_item span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
  }
  .home_content_desktop_bottom_links_item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 209px;
    margin-top: 20px;
    position: relative;
  }
  .home_content_desktop_bottom_links_item h5:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -10px;
    width: 24px;
    height: 2px;
    background-color: #CBA689;
  }
  .home_content_desktop_bottom_links_item:nth-child(1) h5 {
    width: 62px;
  }
  .home_content_desktop_bottom_links_item:nth-child(2) h5 {
    width: 147px;
  }
  .home_content_desktop_bottom_links_item:nth-child(3) h5 {
    width: 180px;
  }
  .home_content_desktop_bottom_links_item:nth-child(4) h5 {
    width: 147px;
  }
  .home_content_desktop_bottom_links_item:nth-child(5) h5 {
    width: 118px;
  }
  .home_content_desktop_bottom_links_item.active {
    background: rgba(203, 166, 137, 0.5);
  }
  .home_content_desktop_bottom_links_item:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(203, 166, 137, 0.5);
  }
  .home_content_mobile {
    display: none;
  }
}

.reason {
  padding-top: 30px;
  padding-bottom: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF8F8;
}

.reason h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.reason_slider {
  margin-top: 30px;
}

.reason_slider_item {
  position: relative;
  height: 56px;
  margin-right: 32px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.reason_slider_item img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: auto;
  height: 56px;
}

.reason_slider_item p {
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #263A32;
}

.reason_bar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 30px;
}

.reason_bar_item {
  width: calc(100% - 66px);
  margin: 0 auto;
  position: relative;
  height: 2px;
  background-color: rgba(38, 58, 50, 0.2);
}

.reason_bar_item_strip {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 2px;
  background-color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reason_bar button {
  position: absolute;
}

.reason_bar_prev {
  left: 15px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reason_bar_prev:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-57deg);
          transform: rotate(-57deg);
}

.reason_bar_prev:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
}

.reason_bar_prev .insert {
  position: absolute;
  bottom: -9px;
  left: -6px;
  width: 11px;
  height: 1px;
  background-color: #263A32;
}

.reason_bar_prev:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.reason_bar_prev:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reason_bar_next {
  right: 15px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reason_bar_next:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-57deg);
          transform: rotate(-57deg);
}

.reason_bar_next:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
}

.reason_bar_next .insert {
  position: absolute;
  bottom: -9px;
  left: -5px;
  width: 11px;
  height: 1px;
  background-color: #263A32;
}

.reason_bar_next:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.reason_bar_next:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reason_list {
  display: none;
}

@media (min-width: 1200px) {
  .reason {
    padding-top: 140px;
    position: relative;
  }
  .reason:after {
    content: "";
    position: absolute;
    bottom: 154px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1170px;
    height: 4px;
    z-index: 1;
    background-color: #ECE1D8;
  }
  .reason h2 {
    font-size: 53px;
    line-height: 65px;
    width: 900px;
  }
  .reason_slider {
    display: none;
  }
  .reason_bar {
    display: none;
  }
  .reason_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 106px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reason_list_item {
    position: relative;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .reason_list_item img {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .reason_list_item p {
    position: relative;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #263A32;
    margin-left: 15px;
    margin-bottom: 5px;
  }
}

.every {
  margin-top: 30px;
}

.every_content {
  position: relative;
}

.every_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.every_content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(112, 100, 88, 0.9);
  margin-top: 30px;
}

.every_content_bar {
  margin-top: 20px;
}

.every_content_bar_count span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  color: #263A32;
}

.every_content_bar_main {
  position: relative;
  margin-top: 10px;
}

.every_content_bar_main button {
  position: absolute;
  top: -4px;
}

.every_content_bar_main_prev {
  left: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_content_bar_main_prev:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-57deg);
          transform: rotate(-57deg);
}

.every_content_bar_main_prev:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
}

.every_content_bar_main_prev .insert {
  position: absolute;
  bottom: -9px;
  left: -6px;
  width: 11px;
  height: 1px;
  background-color: #263A32;
}

.every_content_bar_main_prev:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.every_content_bar_main_prev:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_content_bar_main_next {
  right: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_content_bar_main_next:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-57deg);
          transform: rotate(-57deg);
}

.every_content_bar_main_next:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
}

.every_content_bar_main_next .insert {
  position: absolute;
  bottom: -9px;
  left: -5px;
  width: 11px;
  height: 1px;
  background-color: #263A32;
}

.every_content_bar_main_next:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.every_content_bar_main_next:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_content_bar_main_line {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 10px;
  height: 2px;
  background-color: rgba(38, 58, 50, 0.2);
  position: relative;
}

.every_content_bar_main_line_sticks {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30%;
  height: 2px;
  background-color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_content_bar_main span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #263A32;
}

.every_content_slider {
  margin-top: 30px;
}

.every_content_slider_item {
  position: relative;
}

.every_content_slider_item_img {
  position: relative;
  width: 224px;
  height: 280px;
}

.every_content_slider_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.every_content_slider_item h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 36px;
  letter-spacing: -0.6px;
  color: #263A32;
  position: absolute;
  top: 45px;
  right: 32px;
}

.every_content_slider .slick-dots {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -9;
}

.every_content_next {
  position: absolute;
  right: 0px;
  bottom: 130px;
}

.every_content_next img {
  width: 45px;
}

@media (min-width: 1200px) {
  .every_mobile {
    display: none;
  }
}

.every_desktop {
  margin-bottom: 80px;
  display: none;
}

.every_desktop_content {
  margin-top: 80px;
}

.every_desktop_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 53px;
  line-height: 65px;
  color: #263A32;
}

.every_desktop_content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: rgba(112, 100, 88, 0.9);
  max-width: 770px;
  margin-top: 30px;
}

.every_desktop_content_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.every_desktop_content_main_bar {
  width: 174px;
  position: relative;
  margin-top: 30px;
}

.every_desktop_content_main_bar_count {
  margin-left: 20px;
}

.every_desktop_content_main_bar_count span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  color: #263A32;
}

.every_desktop_content_main_bar_line {
  position: relative;
}

.every_desktop_content_main_bar_line_prev {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_desktop_content_main_bar_line_prev:after {
  content: "";
  position: absolute;
  left: -7.6px;
  top: 4.4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}

.every_desktop_content_main_bar_line_prev:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(53deg);
  transform: rotate(53deg);
}

.every_desktop_content_main_bar_line_prev .insert {
  position: absolute;
  bottom: -9px;
  left: -6px;
  width: 11.4px;
  height: 1px;
  background-color: #263A32;
}

.every_desktop_content_main_bar_line_prev:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.every_desktop_content_main_bar_line_prev:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_desktop_content_main_bar_line_next {
  position: absolute;
  right: 0px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_desktop_content_main_bar_line_next:after {
  content: "";
  position: absolute;
  left: -7.6px;
  top: 4.4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}

.every_desktop_content_main_bar_line_next:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(53deg);
  transform: rotate(53deg);
}

.every_desktop_content_main_bar_line_next .insert {
  position: absolute;
  bottom: -9px;
  left: -6px;
  width: 11.4px;
  height: 1px;
  background-color: #263A32;
}

.every_desktop_content_main_bar_line_next:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.every_desktop_content_main_bar_line_next:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_desktop_content_main_bar_line_tool {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 2px;
  background-color: rgba(38, 58, 50, 0.2);
  position: relative;
}

.every_desktop_content_main_bar_line_tool_sticks {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 2px;
  background-color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.every_desktop_content_main_slider {
  display: block;
  width: 900px;
  margin-left: 20px;
}

.every_desktop_content_main_slider_item {
  position: relative;
}

.every_desktop_content_main_slider_item_img {
  width: 270px;
  height: 350px;
  position: relative;
}

.every_desktop_content_main_slider_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.every_desktop_content_main_slider_item h5 {
  position: absolute;
  right: 100px;
  top: 100px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.6px;
  color: #263A32;
}

.every_desktop_content_main_slider_item_feature {
  position: absolute;
  left: 295px;
  top: 5px;
}

.every_desktop_content_main_slider_item_feature:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 32px;
  background-color: #ECE1D8;
}

.every_desktop_content_main_slider_item_feature span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(112, 100, 88, 0.9);
}

.every_desktop_content_main_slider .slick-dots {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: -9;
}

@media (min-width: 1200px) {
  .every_desktop {
    display: block;
  }
}

.detail {
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  margin-top: 30px;
}

.detail_content_top_img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 10px 60px 40px 60px;
  background-color: #ECE1D8;
}

.detail_content_top_img:after {
  content: "";
  position: absolute;
  width: 100%;
  left: -30px;
  height: 100%;
  top: 0px;
  background-color: #ECE1D8;
}

.detail_content_top_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.detail_content_top_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 257px;
}

.detail_content_top_text h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.detail_content_top_text h3:first-child {
  text-align: left;
}

.detail_content_top_text h3:last-child {
  text-align: right;
}

.detail_content_bottom_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #263A32;
  margin-bottom: 20px;
}

.detail_content_bottom_text p:last-child {
  margin-bottom: 0px;
}

.detail_content_bottom_text p span {
  font-weight: 700;
}

.detail_content_bottom_img {
  position: relative;
  margin-top: 10px;
}

.detail_content_bottom_img img {
  width: 100%;
}

.detail_content_bottom_img_feature {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 1200px) {
  .detail {
    position: relative;
    padding-top: 160px;
    padding-bottom: 150px;
    margin-top: 0px;
  }
  .detail:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 160px;
    width: 40%;
    height: 341px;
    background-color: #ECE1D8;
  }
  .detail_content_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail_content_top_img {
    padding: 25px 170px 30px 60px;
  }
  .detail_content_top_img:after {
    display: none;
  }
  .detail_content_top_text {
    width: 567px;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  .detail_content_top_text h3 {
    font-size: 53px;
    line-height: 65px;
  }
  .detail_content_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .detail_content_bottom_img {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    margin-left: 114px;
  }
  .detail_content_bottom_text p {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .detail_content_bottom_text p:last-child {
    margin-bottom: 0px;
  }
}

.caption {
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}

.caption_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.caption_content p {
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #263A32;
}

.caption_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.caption_content_list_item {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.caption_content_list_item img {
  width: auto;
}

.caption_content_list_item h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #263A32;
  position: relative;
  margin-top: 18px;
  text-align: center;
}

.caption_content_list_item h5::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -9px;
  height: 5px;
  width: 32px;
  background-color: #ECE1D8;
}

.caption_content_list_item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #263A32;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .caption {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .caption_content h2 {
    font-size: 50px;
    line-height: 61px;
  }
  .caption_content p {
    font-size: 16px;
    line-height: 35px;
  }
  .caption_content_list {
    flex-direction: row;
  }
  .caption_content_list_item {
    width: calc(33% - 16.1px);
    margin-top: 90px;
  }
  .caption_content_list_item h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 30px;
  }
  .caption_content_list_item h5:after {
    top: -12px;
  }
  .caption_content_list_item span {
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  .caption_content_list_item:nth-child(odd) {
    margin-left: 30px;
  }
  .caption_content_list_item:nth-child(even) {
    margin-left: 30px;
  }
  .caption_content_list_item:first-child {
    margin-left: 0px;
  }
  .caption_content_list_item:nth-child(3n + 4) {
    margin-left: 0px;
  }
  .caption_content_list_item:nth-child(3n+2) span {
    text-align: center;
  }
  .caption_content_list_item:nth-child(3n+3) h5 {
    text-align: center;
  }
  .caption_content_list_item:nth-child(3n+3) span {
    text-align: center;
  }
  .caption_content_list_item:first-child h5 {
    margin-top: 65px;
  }
  .caption_content_list_item:nth-child(2) h5 {
    margin-top: 66px;
  }
  .caption_content_list_item:nth-child(3) h5 {
    margin-top: 93px;
  }

  .caption_content_list_item:nth-child(3) img {
    margin-top: 31px;
  }

  .caption_content_list_item:nth-child(4) h5 {
    margin-top: 77px;
  }

  .caption_content_list_item:nth-child(5) h5 {
    margin-top: 121px;
  }
  .caption_content_list_item:nth-child(5) img {
    margin-top: 41px;
  }

  .caption_content_list_item:nth-child(6) h5 {
    margin-top: 70px;
  }
}

.greens {
  background-image: url(../img/greens/1.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.greens:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 58, 50, 0.5);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.greens_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.greens_content a {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 1px solid #CBA689;
}

.greens_content a svg {
  display: none;
}

@media (min-width: 1200px) {
  .greens:after {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
  .greens_content a {
    position: relative;
    border: none;
    width: 294px;
    display: block;
  }
  .greens_content a svg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
  }
  .greens_content a rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .greens_content a:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.form {
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 62px;
}

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

.form_content_text {
  margin-top: 30px;
}

.form_content_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  position: relative;
}

.form_content_text h2:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -12px;
  width: 56px;
  height: 4px;
  background-color: #CBA689;
}

.form_content_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #263A32;
  margin-top: 24px;
}

.form_content_form form p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.form_content_form form p span {
  width: 100%;
  position: relative;
  margin-top: 41px;
}

/* .form_content_form form p span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
} */

.form_content_form form p span input {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #263a32;
  width: 100%;
}

.form_content_form form p span input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 16px;
  color: rgba(38, 58, 50, 0.45);
}

.form_content_form form p span input::-moz-placeholder {
  font-size: 12px;
  line-height: 16px;
  color: rgba(38, 58, 50, 0.45);
}

.form_content_form form p span input:-ms-input-placeholder {
  font-size: 12px;
  line-height: 16px;
  color: rgba(38, 58, 50, 0.45);
}

.form_content_form form p span input::-ms-input-placeholder {
  font-size: 12px;
  line-height: 16px;
  color: rgba(38, 58, 50, 0.45);
}

.form_content_form form p span input::placeholder {
  font-size: 12px;
  line-height: 16px;
  color: rgba(38, 58, 50, 0.45);
}

.form_content_form form p span.your-email {
  width: calc(50% - 7.5px);
}

.form_content_form form p span.email-218 {
  width: calc(50% - 7.5px);
}

.form_content_form form p span.focus::before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #CBA689;
}

.form_content_form form .warning {
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(38, 58, 50, 0.45);
}

.form_content_form form .submit {
  position: relative;
  margin-top: 30px;
  width: 225px;
  cursor: pointer;
}

.form_content_form form .submit:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
  z-index: 1;
  height: 2px;
  background-color: #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form_content_form form .submit:hover:after {
  width: 0%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form_content_form form .submit input {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #263A32;
  border: none;
  background-color: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.form_content_form form .submit img {
  position: absolute;
  right: 1px;
  top: 5px;
}

@media (min-width: 1200px) {
  .form {
    padding-bottom: 0px;
  }
  .form_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 80px;
    padding-bottom: 154px;
  }
  .form_content_text {
    width: 546px;
    margin-top: 0px;
  }
  .form_content_text h2 {
    font-size: 50px;
    line-height: 56px;
  }
  .form_content_text h2:after {
    bottom: -20px;
  }
  .form_content_text p {
    font-size: 16px;
    line-height: 35px;
    margin-top: 64px;
  }
  .form_content_form {
    width: 570px;
  }
  .form_content_form form p span {
    margin-top: 56px;
  }
  /* .form_content_form form p span:before {
    bottom: -15px;
  } */
  .form_content_form form p span input {
    font-size: 16px;
    line-height: 16px;
  }
  .form_content_form form p span input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .form_content_form form p span input::-moz-placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .form_content_form form p span input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .form_content_form form p span input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .form_content_form form p span input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .form_content_form form p span.your-email {
    width: calc(50% - 15px);
  }
  .form_content_form form p span.email-218 {
    width: calc(50% - 15px);
  }
  .form_content_form form .warning {
    font-size: 16px;
    line-height: 20px;
    margin-top: 36px;
  }
  .form_content_form form .submit {
    margin-top: 40px;
    width: 270px;
  }
  .form_content_form form .submit input {
    font-size: 16px;
    line-height: 16px;
  }
  .form_content_form form .submit:after {
    height: 4px;
  }
}

.front {
  width: 100%;
  height: 100vh;
  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;
}

.front_content h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  color: #FFFFFF;
}

.front_content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 30px;
}

.front_content_links {
  display: none;
}

.front_content_text_link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  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: 193px;
  border: 1px solid #CBA689;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}

.front_content_text_link svg {
  display: none;
}

@media (min-width: 768px) {
  .front {
    height: 675px;
  }
}

@media (min-width: 1200px) {
  .front_content {
    height: 675px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .front_content_text {
    max-width: 680px;
  }
  .front_content h1 {
    font-size: 90px;
    line-height: 110px;
  }
  .front_content p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .front_content_links {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .front_content_links_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .front_content_links_list_item {
    background: rgba(38, 58, 50, 0.5);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 142px;
    padding: 30px 52px 23px 51px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .front_content_links_list_item span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
  }
  .front_content_links_list_item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 209px;
    margin-top: 20px;
    position: relative;
  }
  .front_content_links_list_item h5:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -10px;
    width: 24px;
    height: 2px;
    background-color: #CBA689;
  }
  .front_content_links_list_item:nth-child(1) h5 {
    width: 62px;
  }
  .front_content_links_list_item:nth-child(2) h5 {
    width: 147px;
  }
  .front_content_links_list_item:nth-child(3) h5 {
    width: 180px;
  }
  .front_content_links_list_item:nth-child(4) h5 {
    width: 147px;
  }
  .front_content_links_list_item:nth-child(5) h5 {
    width: 118px;
  }
  .front_content_links_list_item.active {
    background: rgba(203, 166, 137, 0.5);
  }
  .front_content_links_list_item:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(203, 166, 137, 0.5);
  }
}

@media (min-width: 1200px) {
  .front_exp .front_content_text h1 {
    font-size: 53px;
    line-height: 65px;
  }
  .front_exp .front_content_text p {
    font-size: 14px;
    line-height: 17px;
  }
  .front_exp .front_content_text_link {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 290px;
    display: block;
    text-align: center;
    border: none;
  }
  .front_exp .front_content_text_link svg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
  }
  .front_exp .front_content_text_link rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .front_exp .front_content_text_link:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.front_dream .front_content h1 {
  font-size: 24px;
  line-height: 29px;
}

@media (min-width: 1200px) {
  .front_dream .front_content h1 {
    font-size: 53px;
    line-height: 65px;
  }
}

.information {
  padding-top: 60px;
  padding-bottom: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF8F8;
}

.information_block h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #263A32;
}

.information_block p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #263A32;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .information {
    padding-top: 0px;
    padding-bottom: 118px;
  }
  .information_block {
    margin: 0 auto;
    max-width: 682px;
    padding-top: 108px;
  }
  .information_block h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .information_block p {
    font-size: 18px;
    line-height: 35px;
    margin-top: 44px;
  }
}

.edit {
  height: 336px;
  position: relative;
}

.edit_images img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.edit_images_item {
  display: none;
}

.edit_images_item.active {
  display: block;
}

.edit_item {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit_item_wood {
  top: 53%;
  left: 27%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.edit_item_window {
  position: absolute;
  left: 55%;
  top: 64%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.edit_item button {
  width: 14px;
  height: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.edit_item button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}

.edit_item_text {
  background: rgba(236, 225, 216, 0.2);
  mix-blend-mode: normal;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px 5px 0px;
  border-left: none;
  margin-left: 24px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.edit_item_text span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  white-space: nowrap;
}

.edit_item_text_triangle {
  position: absolute;
  left: -23px;
  top: 4px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 18px solid rgba(236, 225, 216, 0.2);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.edit_item_text_triangle:after {
  content: "";
  position: absolute;
  right: -17.9px;
  bottom: -10.3px;
  width: 22.5px;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(52deg);
  transform: rotate(52deg);
}

.edit_item_text_triangle:before {
  content: "";
  position: absolute;
  left: -17.8px;
  bottom: -9.8px;
  width: 22.1px;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(-52deg);
  transform: rotate(-52deg);
}

.edit_item.active button {
  border: 1px solid #FFC595;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.edit_item.active button:after {
  background-color: #FFC595;
}

.edit_item.active .edit_item_text {
  border: 1px solid #FFC595;
  border-left: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.edit_item.active .edit_item_text_triangle:after {
  background-color: #FFC595;
}

.edit_item.active .edit_item_text_triangle:before {
  background-color: #FFC595;
}

.edit_bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(38, 58, 50, 0.5);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 34px 13px 18px;
}

.edit_bottom p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  margin-top: 3px;
}

.edit_bottom span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.edit_bottom:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20px;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  mix-blend-mode: normal;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 15px solid rgba(38, 58, 50, 0.5);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

.edit_choice_wood {
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit_choice_wood.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edit_choice_wood span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}

.edit_choice_wood_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edit_choice_wood_list label {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  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;
  margin-left: 25px;
}

.edit_choice_wood_list label:first-child {
  margin-left: 0px;
}

.edit_choice_wood_list label img {
  width: 20px;
  display: none;
}

.edit_choice_wood_list label input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.edit_choice_wood_list label input:checked ~ img {
  display: block;
}

.edit_choice_wood_black {
  background: #2E2A2A;
  border: 1px solid #FFFFFF;
}

.edit_choice_wood_natural {
  background: #ECCDB0;
  border: 1px solid #FFFFFF;
}

.edit_choice_wood_grey {
  background: #56676D;
  border: 1px solid #FFFFFF;
}

.edit_choice_window {
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit_choice_window.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edit_choice_window span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}

.edit_choice_window_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edit_choice_window_list label {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  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;
  margin-left: 25px;
}

.edit_choice_window_list label:first-child {
  margin-left: 0px;
}

.edit_choice_window_list label img {
  width: 20px;
  display: none;
}

.edit_choice_window_list label input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.edit_choice_window_list label input:checked ~ img {
  display: block;
}

.edit_choice_window_black {
  background: #2E2A2A;
  border: 1px solid #FFFFFF;
}

.edit_choice_window_white {
  background: #fff;
  border: 1px solid #FFFFFF;
}

.edit.active .edit_bottom {
  display: none;
}

@media (min-width: 1200px) {
  .edit {
    height: 850px;
    margin-top: 0px;
  }
  .edit_item_wood {
    top: auto;
    bottom: 20%;
    left: 54%;
  }
  .edit_item_window {
    left: 60%;
    top: 65%;
  }
  .edit_item button {
    width: 26px;
    height: 26px;
  }
  .edit_item button:after {
    width: 14px;
    height: 14px;
  }
  .edit_item_text {
    padding: 9px 15px 10px 0px;
    margin-left: 40px;
  }
  .edit_item_text span {
    font-size: 24px;
    line-height: 29px;
  }
  .edit_item_text_triangle {
    position: absolute;
    left: -40px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 32px solid rgba(236, 225, 216, 0.2);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .edit_item_text_triangle:before {
    content: "";
    position: absolute;
    left: -31.9px;
    bottom: -17.2px;
    width: 39.6px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(-52deg);
    transform: rotate(-52deg);
  }
  .edit_item_text_triangle:after {
    content: "";
    position: absolute;
    right: -32.1px;
    bottom: -17.3px;
    width: 40px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
  }
  .edit_bottom {
    width: 675px;
    padding: 30px 0px 30px 30px;
  }
  .edit_bottom p {
    font-size: 16px;
    line-height: 20px;
  }
  .edit_bottom span {
    font-size: 24px;
    line-height: 29px;
  }
  .edit_bottom::after {
    bottom: -20px;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 20px solid rgba(38, 58, 50, 0.5);
  }
  .edit_choice_wood {
    height: 160px;
  }
  .edit_choice_wood span {
    font-size: 24px;
    line-height: 29px;
    -webkit-transform: translateX(-170px);
            transform: translateX(-170px);
  }
  .edit_choice_wood_list label {
    width: 80px;
    height: 80px;
    margin-left: 75px;
  }
  .edit_choice_wood_list label img {
    width: auto;
  }
  .edit_choice_window {
    height: 160px;
  }
  .edit_choice_window span {
    font-size: 24px;
    line-height: 29px;
    -webkit-transform: translateX(-170px);
            transform: translateX(-170px);
  }
  .edit_choice_window_list label {
    width: 80px;
    height: 80px;
    margin-left: 75px;
  }
  .edit_choice_window_list label img {
    width: auto;
  }
}

.come {
  background-color: #FFF8F8;
  padding-top: 74px;
  padding-bottom: 64px;
  position: relative;
}

.come_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  text-align: center;
}

.come_slider {
  margin-top: 40px;
}

.come_slider .slick-prev {
  display: none !important;
}

.come_slider .slick-slide {
  margin-left: 20px;
}

.come_slider .slick-list {
  margin-left: -20px;
}

.come_slider_item {
  width: 360px;
}

.come_slider_item_img {
  height: 215px;
}

.come_slider_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.come_slider_item_title {
  margin-top: 40px;
  margin-bottom: 10px;
}

.come_slider_item_title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #263A32;
}

.come_slider_item_text h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #CBA689;
  opacity: 0.88;
  margin-top: 38px;
}

.come_slider_item_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #263A32;
  margin-top: 15px;
}

.come_slider_item_cursor {
  display: none;
}

.come_slider .slick-dots {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: -9;
}

.come_bar {
  display: none;
}

.come_btn {
  display: none !important;
}

.come_prev {
  display: none !important;
}

@media (min-width: 1200px) {
  .come {
    padding-top: 87px;
    padding-bottom: 138px;
  }
  .come_title {
    font-size: 53px;
    line-height: 65px;
  }
  .come_slider {
    margin-top: 88px;
  }
  .come_slider_item {
    width: 1000px;
    position: relative;
    overflow: hidden;
  }
  .come_slider_item_img {
    height: 622px;
  }
  .come_slider_item_title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 548px;
    opacity: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 100px 20px 50px;
    margin: 0px;
    background: rgba(38, 58, 50, 0.3);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  .come_slider_item_title h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
  }
  .come_slider_item_text {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(38, 58, 50, 0.7);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    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;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .come_slider_item_text h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.88;
    width: 70%;
    margin-top: 30px;
  }
  .come_slider_item_text p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    color: #FFFFFF;
    width: 70%;
  }
  .come_slider_item_cursor {
    display: block;
    position: absolute;
    width: 132px;
    height: 132px;
    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: rgba(38, 58, 50, 0.3);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    opacity: 0;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 33px 27px;
  }
  .come_slider_item_cursor p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .come_slider_item_cursor .default {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .come_slider_item_cursor .close {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .come_slider_item.slick-current:hover {
    cursor: none;
  }
  .come_slider_item.slick-current:hover .come_slider_item_cursor {
    opacity: 1;
  }
  .come_slider_item.active .come_slider_item_text {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .come_slider_item.active .come_slider_item_title {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .come_slider_item.active .come_slider_item_cursor .default {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .come_slider_item.active .come_slider_item_cursor .close {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .come_bar {
    display: block;
    width: 1170px;
    margin: 0 auto;
    margin-top: 90px;
    background-color: rgba(38, 58, 50, 0.2);
    height: 2px;
    position: relative;
  }
  .come_bar_tool {
    position: absolute;
    left: 0px;
    top: -1px;
    height: 4px;
    width: 30%;
    background-color: #ECE1D8;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .come_btn {
    display: block !important;
    position: absolute;
    right: 30px;
    top: 50%;
  }
  .come_btn.hidden {
    display: none !important;
  }
  .come_prev {
    display: block !important;
    position: absolute;
    left: 30px;
    top: 50%;
  }
  .come_prev.hidden {
    display: none !important;
  }
  .come_prev img {
    transform: rotate(180deg);
  }
}

@media (min-width: 1600px) {
  .come_slider_item {
    width: 1250px;
  }
  .come_slider_item_img {
    height: 776px;
  }
  .come_btn {
    right: 230px;
  }
  .come_prev {
    left: 230px;
  }
}

.drawings_title {
  margin-top: 58px;
}

.drawings_title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.drawings_title .select2 {
  width: 100% !important;
  margin-top: 28px;
}

.drawings_content_item {
  display: none;
}

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

.drawings_content_item_main_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 60px;
}

.drawings_content_item_main_img img {
  width: 100%;
}

.drawings_content_item_main_info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.drawings_content_item_main_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
}

.drawings_content_item_main_info_list_item {
  width: 50%;
  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;
  margin-top: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.drawings_content_item_main_info_list_item::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 100%;
  background-color: #ECE1D8;
}

.drawings_content_item_main_info_list_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: rgba(112, 100, 88, 0.9);
}

.drawings_content_item_main_info_list_item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #263A32 !important;
  margin-top: 3px;
}

.drawings_content_item_main_info_download {
  display: none;
}

.drawings_content_item_bottom {
  position: relative;
}

.drawings_content_item_bottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 15px;
}

.drawings_content_item_bottom_list_img {
  width: 46%;
  margin-top: 20px;
}

.drawings_content_item_bottom_list_img img {
  width: 100%;
}

.drawings_content_item_bottom_list_img.long {
  width: 45%;
}

@media (min-width: 768px) {
  .drawings_content_item_bottom_list {
    margin-top: 35px;
  }
  .drawings_content_item_bottom_list_img {
    width: 23%;
    margin-top: 0px;
  }
  .drawings_content_item_bottom_list_img.long {
    width: 23%;
  }
}

.drawings_content_item_bottom_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 293px;
  height: 38px;
  border: 1px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-top: 60px;
}

.drawings_content_item_bottom_download img {
  margin-right: 13px;
}

.drawings_content_item_bottom_download span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 112.9%;
  color: #263A32;
}

.drawings_content_item.active {
  display: block;
}

@media (min-width: 1200px) {
  .drawings_title {
    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;
    margin-top: 80px;
  }
  .drawings_title h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 53px;
    line-height: 65px;
  }
  .drawings_title .select2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 317px !important;
    margin-top: 0px;
  }
  .drawings_content_item_main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .drawings_content_item_main_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 700px;
    margin-top: 47px;
  }
  .drawings_content_item_main_info {
    margin-left: 110px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 7px;
  }
  .drawings_content_item_main_info_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .drawings_content_item_main_info_list_item {
    width: 100%;
    margin-top: 40px;
  }
  .drawings_content_item_main_info_list_item p {
    font-size: 16px;
    line-height: 24px;
  }
  .drawings_content_item_main_info_list_item span {
    font-size: 22px;
    line-height: 24px;
  }
  .drawings_content_item_main_info_download {
    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;
    width: 293px;
    height: 38px;
    border: 1px solid #CBA689;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 82px;
  }
  .drawings_content_item_main_info_download img {
    margin-right: 13px;
  }
  .drawings_content_item_main_info_download span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #263A32;
  }
  .drawings_content_item_bottom_list {
    margin-top: 72px;
  }
  .drawings_content_item_bottom_download {
    display: none;
  }
}

.select2-dropdown .select2-search {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 19px 18px 18px 15px;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #263A32;
}

@media (min-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 24px;
    line-height: 26px;
  }
}

.select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 25px;
}

@media (min-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 29px;
  }
}

.select2-dropdown {
  border: 1px solid #CBA689;
}

.select2-dropdown .select2-results ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #263A32;
}

@media (min-width: 1200px) {
  .select2-dropdown .select2-results ul li {
    font-size: 18px;
    line-height: 20px;
  }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #CBA689;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}

.select2-selection__arrow:before {
  content: "";
  position: absolute;
  background: url(../img/draw/arrow.svg);
  background-size: cover;
  width: 15px;
  height: 9px;
}

@media (min-width: 1200px) {
  .select2-selection__arrow:before {
    right: 10px;
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
}

.select2-dropdown {
  border-radius: 0px !important;
}

.meet {
  width: 100%;
  height: 346px;
  position: relative;
  margin-top: 60px;
}

.meet_slider_item {
  height: 346px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.meet_slider_item h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}

.meet_prev {
  position: absolute;
  bottom: 30px;
  left: 15px;
}

.meet_prev img {
  width: 70px;
}

.meet_next {
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.meet_next img {
  width: 70px;
}

@media (min-width: 1200px) {
  .meet {
    height: 650px;
    margin-top: 80px;
  }
  .meet_slider_item {
    height: 650px;
  }
  .meet_slider_item h2 {
    font-size: 53px;
    line-height: 74px;
  }
  .meet_prev {
    left: 83px;
    bottom: 46%;
  }
  .meet_prev img {
    width: 70px;
  }
  .meet_next {
    bottom: 46%;
    right: 83px;
  }
  .meet_next img {
    width: 70px;
  }
}

.natural {
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFF8F8;
}

.natural:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 40px;
  width: 67%;
  height: 115px;
  background-color: #ECE1D8;
}

.natural_content_title {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.natural_content_title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.natural_content_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #263A32;
  margin-top: 30px;
}

.natural_content_text p b {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .natural {
    padding-top: 116px;
    padding-bottom: 97px;
  }
  .natural:after {
    height: 189px;
    top: 85px;
  }
  .natural_content_title h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .natural_content_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .natural_content_text p {
    font-size: 16px;
    line-height: 30px;
    width: 570px;
  }
}

.big_image {
  position: relative;
  height: 364px;
}

@media (min-width: 1200px) {
  .big_image {
    height: 800px;
  }
}

@-webkit-keyframes moveWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes moveWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes moveHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes moveHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.welcome {
  position: relative;
  background-color: #FFF8F8;
  padding-bottom: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.welcome_frame {
  position: absolute;
  width: 100%;
  width: 92%;
  height: 277px;
  border-top: 265px;
  left: -15px;
  top: 34px;
}

.welcome_frame_top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 3px;
  background-color: #CBA689;
}

.welcome_frame_right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3px;
  height: 0%;
  background-color: #CBA689;
}

.welcome_frame_bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #CBA689;
}

.welcome_frame.active .welcome_frame_top {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidth;
          animation-name: moveWidth;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.welcome_frame.active .welcome_frame_right {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveHeight;
          animation-name: moveHeight;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.welcome_frame.active .welcome_frame_bottom {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidth;
          animation-name: moveWidth;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

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

.welcome_content_left {
  margin-top: 72px;
}

.welcome_content_left_img {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.welcome_content_left_img img {
  width: 83%;
  -o-object-fit: cover;
     object-fit: cover;
}

.welcome_content_left_text {
  display: none;
}

.welcome_content_right h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 40px;
  margin-bottom: 40px;
}

.welcome_content_right p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #263A32;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .welcome_frame {
    width: 53%;
    height: 440px;
    top: 106px;
  }
  .welcome_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .welcome_content_left {
    width: 570px;
    margin-top: 160px;
  }
  .welcome_content_left_img {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .welcome_content_left_img img {
    width: 100%;
    height: 607px;
  }
  .welcome_content_left_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .welcome_content_left_text_item {
    width: 270px;
    margin-top: 30px;
  }
  .welcome_content_left_text_item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #CBA689;
  }
  .welcome_content_left_text_item p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #263A32;
    margin-top: 10px;
  }
  .welcome_content_right {
    width: 470px;
    margin-top: 107px;
  }
  .welcome_content_right h2 {
    font-size: 53px;
    line-height: 65px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .welcome_content_right p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
}

.husen {
  position: relative;
  background: #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 75px;
  display: none;
}

.husen_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  text-align: center;
}

.husen_content_hero {
  margin: 0 auto;
  position: relative;
  width: 344px;
  height: 336px;
  background: url(../img/husen/1.png);
  background-size: 100%;
  background-position: center;
  margin-top: 40px;
}

.husen_content_hero_item {
  position: absolute;
  cursor: pointer;
}

.husen_content_hero_item_btn {
  background: #263A32;
  border-radius: 50%;
  position: relative;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.husen_content_hero_item_btn:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(38, 58, 50, 0.8);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.husen_content_hero_item_block {
  background: rgba(38, 58, 50, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 14px 11px 9px;
  width: 110px;
  display: block;
  opacity: 0;
  position: absolute;
  left: -15px;
  top: 30px;
  z-index: -2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.husen_content_hero_item_block:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid rgba(38, 58, 50, 0.8);
}

.husen_content_hero_item_block h5 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}

.husen_content_hero_item_block_img {
  margin-top: 2px;
}

.husen_content_hero_item_block_img img {
  width: 100%;
}

.husen_content_hero_item_block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.husen_content_hero_item_block_list_item {
  width: 50%;
}

.husen_content_hero_item_block_list_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 4px;
  line-height: 6px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.husen_content_hero_item_block_list_item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 5px;
  line-height: 7px;
  color: #FFFFFF;
}

.husen_content_hero_item.active .husen_content_hero_item_btn {
  background: #FFBB83;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.husen_content_hero_item.active .husen_content_hero_item_btn:after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid rgba(255, 187, 131, 0.8);
}

.husen_content_hero_item.active .husen_content_hero_item_block {
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.husen_content_hero_item:first-child {
  left: 110px;
  top: 75px;
}

.husen_content_hero_item:nth-child(2) {
  left: 162px;
  top: 90px;
}

.husen_content_hero_item:nth-child(3) {
  left: 208px;
  top: 105px;
}

.husen_content_hero_item:nth-child(4) {
  left: 254px;
  top: 121px;
}

.husen_content_hero_item:nth-child(5) {
  left: 302px;
  top: 136px;
}

.husen_content_hero_item:nth-child(5) .husen_content_hero_item_block {
  left: -92px;
}

.husen_content_hero_item:nth-child(5) .husen_content_hero_item_block:after {
  left: 85px;
}

.husen_content_hero_item:nth-child(6) {
  left: 86px;
  top: 185px;
}

.husen_content_hero_item:nth-child(7) {
  left: 147px;
  top: 197px;
}

.husen_content_hero_item:nth-child(8) {
  left: 196px;
  top: 217px;
}

.husen_content_hero_item:nth-child(9) {
  left: 245px;
  top: 227px;
}

.husen_content_hero_item:nth-child(10) {
  left: 287px;
  top: 248px;
}

.husen_content_hero_item:nth-child(10) .husen_content_hero_item_block {
  left: -92px;
}

.husen_content_hero_item:nth-child(10) .husen_content_hero_item_block:after {
  left: 85px;
}

@media (min-width: 768px) {
  .husen_content_hero {
    width: 550px;
    height: 492px;
  }
  .husen_content_hero_item:first-child {
    left: 175px;
    top: 94px;
  }
  .husen_content_hero_item:nth-child(2) {
    left: 255px;
    top: 121px;
  }
  .husen_content_hero_item:nth-child(3) {
    left: 329px;
    top: 145px;
  }
  .husen_content_hero_item:nth-child(4) {
    left: 410px;
    top: 170px;
  }
  .husen_content_hero_item:nth-child(5) {
    left: 478px;
    top: 193px;
  }
  .husen_content_hero_item:nth-child(5) .husen_content_hero_item_block {
    left: -15px;
  }
  .husen_content_hero_item:nth-child(5) .husen_content_hero_item_block:after {
    left: 10px;
  }
  .husen_content_hero_item:nth-child(6) {
    left: 142px;
    top: 274px;
  }
  .husen_content_hero_item:nth-child(7) {
    left: 240px;
    top: 288px;
  }
  .husen_content_hero_item:nth-child(8) {
    left: 316px;
    top: 316px;
  }
  .husen_content_hero_item:nth-child(9) {
    left: 394px;
    top: 338px;
  }
  .husen_content_hero_item:nth-child(10) {
    left: 465px;
    top: 368px;
  }
  .husen_content_hero_item:nth-child(10) .husen_content_hero_item_block {
    left: -15px;
  }
  .husen_content_hero_item:nth-child(10) .husen_content_hero_item_block:after {
    left: 10px;
  }
}

@media (min-width: 1200px) {
  .husen {
    padding-top: 80px;
    padding-bottom: 122px;
  }
  .husen_content h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .husen_content_hero {
    width: 762px;
    height: 743px;
    margin-top: 85px;
  }
  .husen_content_hero_item_btn {
    width: 16px;
    height: 16px;
  }
  .husen_content_hero_item_btn:after {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(38, 58, 50, 0.8);
  }
  .husen_content_hero_item_block {
    width: 388px;
    padding: 35px 48px 10px 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 75px;
  }
  .husen_content_hero_item_block h5 {
    font-size: 24px;
    line-height: 29px;
  }
  .husen_content_hero_item_block_list {
    margin-top: 6px;
  }
  .husen_content_hero_item_block_list_item {
    margin-bottom: 23px;
  }
  .husen_content_hero_item_block_list_item p {
    font-size: 14px;
    line-height: 24px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-bottom: 6px;
  }
  .husen_content_hero_item_block_list_item span {
    font-size: 16px;
    line-height: 18px;
  }
  .husen_content_hero_item_block:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid rgba(38, 58, 50, 0.8);
  }
  .husen_content_hero_item.active .husen_content_hero_item_btn:after {
    border: 3px solid rgba(255, 187, 131, 0.8);
  }
  .husen_content_hero_item:first-child {
    left: 244px;
    top: 164px;
  }
  .husen_content_hero_item:nth-child(2) {
    left: 346px;
    top: 198px;
  }
  .husen_content_hero_item:nth-child(3) {
    left: 455px;
    top: 232px;
  }
  .husen_content_hero_item:nth-child(4) {
    left: auto;
    top: 268px;
    right: 184px;
  }
  .husen_content_hero_item:nth-child(5) {
    left: auto;
    top: 299px;
    right: 82px;
  }
  .husen_content_hero_item:nth-child(5) .husen_content_hero_item_block {
    left: 50%;
  }
  .husen_content_hero_item:nth-child(5) .husen_content_hero_item_block:after {
    left: 50%;
  }
  .husen_content_hero_item:nth-child(6) {
    left: 186px;
    top: 407px;
  }
  .husen_content_hero_item:nth-child(7) {
    left: 327px;
    bottom: 297px;
    top: auto;
  }
  .husen_content_hero_item:nth-child(8) {
    left: auto;
    top: auto;
    right: 309px;
    bottom: 258px;
  }
  .husen_content_hero_item:nth-child(9) {
    left: auto;
    top: auto;
    right: 202px;
    bottom: 225px;
  }
  .husen_content_hero_item:nth-child(10) {
    left: auto;
    top: auto;
    bottom: 197px;
    right: 107px;
  }
  .husen_content_hero_item:nth-child(10) .husen_content_hero_item_block {
    left: 50%;
  }
  .husen_content_hero_item:nth-child(10) .husen_content_hero_item_block:after {
    left: 50%;
  }
}

@media (min-width: 1600px) {
  .husen_content_hero {
    width: 100%;
    height: 1044px;
  }
  .husen_content_hero_item_btn {
    width: 26px;
    height: 26px;
  }
  .husen_content_hero_item_btn:after {
    width: 52px;
    height: 52px;
    border: 5px solid rgba(38, 58, 50, 0.8);
  }
  .husen_content_hero_item.active .husen_content_hero_item_btn:after {
    border: 5px solid rgba(255, 187, 131, 0.8);
  }
  .husen_content_hero_item:first-child {
    left: 369px;
    top: 213px;
  }
  .husen_content_hero_item:nth-child(2) {
    left: 539px;
    top: 256px;
  }
  .husen_content_hero_item:nth-child(3) {
    left: 702px;
    top: 304px;
  }
  .husen_content_hero_item:nth-child(4) {
    left: auto;
    top: 360px;
    right: 270px;
  }
  .husen_content_hero_item:nth-child(5) {
    left: auto;
    top: 400px;
    right: 125px;
  }
  .husen_content_hero_item:nth-child(5) .husen_content_hero_item_block {
    left: 50%;
  }
  .husen_content_hero_item:nth-child(5) .husen_content_hero_item_block:after {
    left: 50%;
  }
  .husen_content_hero_item:nth-child(6) {
    left: 292px;
    top: 568px;
  }
  .husen_content_hero_item:nth-child(7) {
    left: 495px;
    top: auto;
    bottom: 411px;
  }
  .husen_content_hero_item:nth-child(8) {
    left: auto;
    top: auto;
    right: 482px;
    bottom: 357px;
  }
  .husen_content_hero_item:nth-child(9) {
    left: auto;
    top: auto;
    right: 316px;
    bottom: 303px;
  }
  .husen_content_hero_item:nth-child(10) {
    left: auto;
    top: auto;
    bottom: 231px;
    right: 165px;
  }
  .husen_content_hero_item:nth-child(10) .husen_content_hero_item_block {
    left: 50%;
  }
  .husen_content_hero_item:nth-child(10) .husen_content_hero_item_block:after {
    left: 50%;
  }
}

.interest {
  position: relative;
  margin-top: 57px;
  margin-bottom: 70px;
}

.interest_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #263A32;
}

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

.interest_content_list_item {
  margin-top: 57px;
}

.interest_content_list_item_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.interest_content_list_item_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 52px;
  background-color: #ECE1D8;
  bottom: 0px;
  left: 0px;
}

.interest_content_list_item_img img {
  width: 70%;
  position: relative;
  z-index: 2;
}

.interest_content_list_item a {
  width: 100%;
  height: 49px;
  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;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #263A32;
  border: 1px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 35px;
}

.interest_content_list_item a svg {
  display: none;
}

@media (min-width: 1200px) {
  .interest {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .interest_content h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .interest_content_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .interest_content_list_item {
    width: 570px;
  }
  .interest_content_list_item_img:after {
    height: 86px;
  }
  .interest_content_list_item_img img {
    width: 428px;
  }
  .interest_content_list_item a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #263A32;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 290px;
    display: block;
    text-align: center;
    border: none;
    height: auto;
    margin-top: 30px;
  }
  .interest_content_list_item a svg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
  }
  .interest_content_list_item a svg rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .interest_content_list_item a:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .interest_content_list_right a {
    margin-left: auto;
  }
}

.order_catalog {
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 36px;
  padding-bottom: 84px;
}

.order_catalog_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.order_catalog_content_check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  margin-top: 23px;
  cursor: pointer;
}

.order_catalog_content_check input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.order_catalog_content_check .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_check .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_check .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_check input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_check input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_check input:checked ~ .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_download {
  width: 293px;
  height: 38px;
  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;
  border: 1px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #263A32;
  margin-top: 32px;
}

.order_catalog_content_download img {
  margin-right: 13px;
}

.order_catalog_content_download svg {
  display: none;
}

.order_catalog_content_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.order_catalog_content_main span {
  width: 100%;
  margin-top: 14px;
}

.order_catalog_content_main span input {
  width: 100%;
  height: 56px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #263A32;
  border: 1px solid #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 18px;
}

.order_catalog_content_main span input::-webkit-input-placeholder {
  color: #7D8681;
}

.order_catalog_content_main span input::-moz-placeholder {
  color: #7D8681;
}

.order_catalog_content_main span input:-ms-input-placeholder {
  color: #7D8681;
}

.order_catalog_content_main span input::-ms-input-placeholder {
  color: #7D8681;
}

.order_catalog_content_main span input::placeholder {
  color: #7D8681;
}

.order_catalog_content_main span input.focus {
  border: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_main span.half {
  width: calc(50% - 5px);
}

.order_catalog_content h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 50px;
}

.order_catalog_content_plot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
}

.order_catalog_content_plot label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  margin-top: 28px;
  cursor: pointer;
}

.order_catalog_content_plot label input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  cursor: pointer;
  z-index: 2;
}

.order_catalog_content_plot label .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.order_catalog_content_plot label .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_plot label .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_plot label input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_plot label input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_plot label input:checked ~ .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_policy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  margin-top: 50px;
  cursor: pointer;
}

.order_catalog_content_policy input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  cursor: pointer;
  z-index: 2;
}

.order_catalog_content_policy .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.order_catalog_content_policy .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_policy .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_policy input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_policy input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_policy input:checked ~ .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_submit {
  border: 2px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 186px;
  height: 40px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}

.order_catalog_content_submit input {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #1E2D27;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.order_catalog_content_submit img {
  margin-left: 9px;
}

.order_catalog_content_submit svg {
  display: none;
}

.order_catalog_content form p {
  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;
}

@media (min-width: 1200px) {
  .order_catalog {
    padding-top: 73px;
    padding-bottom: 95px;
  }
  .order_catalog_content {
    width: 770px;
    margin: 0 auto;
  }
  .order_catalog_content_check {
    margin-top: 43px;
  }
  .order_catalog_content_check .text {
    font-size: 16px;
    line-height: 20px;
  }
  .order_catalog_content_check .checkmark {
    top: -3px;
  }
  .order_catalog_content_download {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #263A32;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    width: 290px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order_catalog_content_download svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .order_catalog_content_download rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .order_catalog_content_download:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .order_catalog_content_main {
    margin-top: 59px;
  }
  .order_catalog_content_main span {
    margin-top: 18px;
  }
  .order_catalog_content_main span input {
    height: 73px;
    font-size: 16px;
    padding: 0px 38px;
  }
  .order_catalog_content_main span input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .order_catalog_content_main span input::-moz-placeholder {
    font-size: 16px;
  }
  .order_catalog_content_main span input:-ms-input-placeholder {
    font-size: 16px;
  }
  .order_catalog_content_main span input::-ms-input-placeholder {
    font-size: 16px;
  }
  .order_catalog_content_main span input::placeholder {
    font-size: 16px;
  }
  .order_catalog_content_main span.half {
    width: calc(50% - 12px);
  }
  .order_catalog_content h4 {
    margin-top: 75px;
  }
  .order_catalog_content_plot label .text {
    font-size: 16px;
    line-height: 20px;
  }
  .order_catalog_content_plot label .checkmark {
    top: -3px;
  }
  .order_catalog_content_policy .text {
    font-size: 16px;
    line-height: 20px;
  }
  .order_catalog_content_policy .checkmark {
    top: -3px;
  }
  .order_catalog_content_submit {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    width: 290px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 97px;
  }
  .order_catalog_content_submit input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #263A32;
  }
  .order_catalog_content_submit svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .order_catalog_content_submit rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .order_catalog_content_submit:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.optional_catalog {
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 36px;
  padding-bottom: 84px;
}

.optional_catalog_content_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.optional_catalog_content_main span {
  width: 100%;
  margin-top: 14px;
}

.optional_catalog_content_main span input {
  width: 100%;
  height: 56px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #263A32;
  border: 1px solid #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 18px;
}

.optional_catalog_content_main span input::-webkit-input-placeholder {
  color: #7D8681;
}

.optional_catalog_content_main span input::-moz-placeholder {
  color: #7D8681;
}

.optional_catalog_content_main span input:-ms-input-placeholder {
  color: #7D8681;
}

.optional_catalog_content_main span input::-ms-input-placeholder {
  color: #7D8681;
}

.optional_catalog_content_main span input::placeholder {
  color: #7D8681;
}

.optional_catalog_content_main span input.focus {
  border: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_main span.half {
  width: calc(50% - 5px);
}

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

.optional_catalog_content_building h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 66px;
}

.optional_catalog_content_building label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  margin-top: 30px;
  cursor: pointer;
}

.optional_catalog_content_building label input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.optional_catalog_content_building label .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_building label .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_building label .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_building label input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_building label input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_building label input:checked ~ .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.optional_catalog_content_design h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 66px;
}

.optional_catalog_content_design label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  margin-top: 30px;
  cursor: pointer;
}

.optional_catalog_content_design label input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.optional_catalog_content_design label .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_design label .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_design label .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_design label input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_design label input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_design label input:checked ~ .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_design input[type="text"] {
  width: 100%;
  height: 56px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 56px;
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 35px;
}

.optional_catalog_content_design input[type="text"]::-webkit-input-placeholder {
  color: #7D8681;
}

.optional_catalog_content_design input[type="text"]::-moz-placeholder {
  color: #7D8681;
}

.optional_catalog_content_design input[type="text"]:-ms-input-placeholder {
  color: #7D8681;
}

.optional_catalog_content_design input[type="text"]::-ms-input-placeholder {
  color: #7D8681;
}

.optional_catalog_content_design input[type="text"]::placeholder {
  color: #7D8681;
}

.optional_catalog_content_design input[type="text"].focus {
  border: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_choice h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 66px;
}

.optional_catalog_content_choice label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.optional_catalog_content_choice input {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 160px;
  height: 100%;
  cursor: pointer;
}

.optional_catalog_content_choice #button {
  width: 160px;
  height: 45px;
  position: relative;
  border: 2px solid #263A32;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  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;
}

.optional_catalog_content_choice #button input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}


.optional_catalog_content_choice #button .file-379 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}


.optional_catalog_content_choice #button span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #263A32;
}

.optional_catalog_content_choice #val {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  margin-left: 25px;
}

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

.optional_catalog_content_type h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 66px;
}

.optional_catalog_content_type label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  margin-top: 30px;
  cursor: pointer;
}

.optional_catalog_content_type label input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.optional_catalog_content_type label .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_type label .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_type label .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_type label input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_type label input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_type label input:checked ~ .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.optional_catalog_content_variant h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 66px;
}

.optional_catalog_content_variant label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  margin-top: 30px;
  cursor: pointer;
}

.optional_catalog_content_variant label input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.optional_catalog_content_variant label .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_variant label .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_variant label .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_variant label input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_variant label input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_variant label input:checked ~ .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_submit {
  border: 2px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 186px;
  height: 40px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
}

.optional_catalog_content_submit input {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #1E2D27;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.optional_catalog_content_submit img {
  margin-left: 9px;
}

.optional_catalog_content_submit svg {
  display: none;
}

@media (min-width: 1200px) {
  .optional_catalog {
    padding-top: 82px;
    padding-bottom: 120px;
  }
  .optional_catalog_content {
    width: 770px;
    margin: 0 auto;
  }
  .optional_catalog_content_main span {
    margin-top: 18px;
  }
  .optional_catalog_content_main span input {
    height: 73px;
    font-size: 16px;
    padding: 0px 38px;
  }
  .optional_catalog_content_main span input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .optional_catalog_content_main span input::-moz-placeholder {
    font-size: 16px;
  }
  .optional_catalog_content_main span input:-ms-input-placeholder {
    font-size: 16px;
  }
  .optional_catalog_content_main span input::-ms-input-placeholder {
    font-size: 16px;
  }
  .optional_catalog_content_main span input::placeholder {
    font-size: 16px;
  }
  .optional_catalog_content_main span.half {
    width: calc(50% - 12px);
  }
  .optional_catalog_content_building h4 {
    margin-top: 78px;
  }
  .optional_catalog_content_building label .text {
    font-size: 16px;
    line-height: 20px;
  }
  .optional_catalog_content_building label .checkmark {
    top: -3px;
  }
  .optional_catalog_content_design h4 {
    margin-top: 78px;
  }
  .optional_catalog_content_design label .text {
    font-size: 16px;
    line-height: 20px;
  }
  .optional_catalog_content_design label .checkmark {
    top: -3px;
  }
  .optional_catalog_content_design input[type="text"] {
    height: 73px;
    padding: 0px 38px;
    font-size: 16px;
    line-height: 73px;
    margin-top: 43px;
  }
  .optional_catalog_content_choice h4 {
    margin-top: 78px;
  }
  .optional_catalog_content_choice {
    margin-top: 0px;
  }
  .optional_catalog_content_choice input {
    width: 188px;
  }
  .optional_catalog_content_choice #button {
    width: 188px;
    height: 53px;
  }
  .optional_catalog_content_choice #button span {
    font-size: 16px;
    line-height: 16px;
  }
  .optional_catalog_content_choice #val {
    font-size: 16px;
    line-height: 16px;
  }
  .optional_catalog_content_type h4 {
    margin-top: 78px;
  }
  .optional_catalog_content_type label .text {
    font-size: 16px;
    line-height: 20px;
  }
  .optional_catalog_content_type label .checkmark {
    top: -3px;
  }
  .optional_catalog_content_variant h4 {
    margin-top: 78px;
  }
  .optional_catalog_content_variant label .text {
    font-size: 16px;
    line-height: 20px;
  }
  .optional_catalog_content_variant label .checkmark {
    top: -3px;
  }
  .optional_catalog_content_submit {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    width: 290px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 97px;
  }
  .optional_catalog_content_submit input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #263A32;
  }
  .optional_catalog_content_submit svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .optional_catalog_content_submit rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .optional_catalog_content_submit:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.planning {
  position: relative;
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 58px;
}

.planning:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 45px;
  width: 50%;
  height: 46px;
  background-color: #ECE1D8;
}

.planning_title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  opacity: 0.88;
  text-align: center;
  position: relative;
  z-index: 2;
}

.planning_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}

.planning_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.planning_content_item_num {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
}

.planning_content_item_num .desktop {
  display: none;
}

.planning_content_item_num .mobile {
  display: block;
}

.planning_content_item_num img {
  position: absolute;
  left: 25px;
  top: 2px;
}

.planning_content_item_num span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  opacity: 0.88;
}

.planning_content_item_num p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #263A32;
  opacity: 0.88;
  margin-top: 5px;
}

.planning_content_item_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 25px;
  border: 1px solid #ECE1D8;
  margin-top: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.planning_content_item_text:hover {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.planning_content_item_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #263A32;
}

@media (min-width: 1200px) {
  .planning {
    padding-top: 112px;
  }
  .planning:after {
    height: 70px;
    top: 92px;
    width: 56%;
  }
  .planning_title h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .planning_content {
    margin-top: 45px;
  }
  .planning_content_item {
    width: 470px;
    position: relative;
    margin-left: 100px;
    margin-top: 65px;
  }
  .planning_content_item_num {
    position: absolute;
    left: -102px;
    top: 27px;
    padding-left: 0px;
  }
  .planning_content_item_num img {
    left: 0px;
    top: 25px;
  }
  .planning_content_item_num .desktop {
    display: block;
  }
  .planning_content_item_num .mobile {
    display: none;
  }
  .planning_content_item_num span {
    font-size: 24px;
    line-height: 29px;
  }
  .planning_content_item_num p {
    font-size: 14px;
    line-height: 18px;
  }
  .planning_content_item_text {
    height: 196px;
    padding: 30px 30px 0px 30px;
  }
  .planning_content_item_text p {
    font-size: 14px;
    line-height: 17px;
  }
}

.preparation {
  position: relative;
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 74px;
  padding-bottom: 60px;
}

.preparation:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 62px;
  width: 50%;
  height: 46px;
  background-color: #ECE1D8;
}

.preparation_title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  opacity: 0.88;
  text-align: center;
  position: relative;
  z-index: 2;
}

.preparation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
}

.preparation_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.preparation_content_item_num {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 45px;
}

.preparation_content_item_num .desktop {
  display: none;
}

.preparation_content_item_num .mobile {
  display: block;
}

.preparation_content_item_num img {
  position: absolute;
  left: 25px;
  top: 2px;
}

.preparation_content_item_num span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  opacity: 0.88;
}

.preparation_content_item_num p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #263A32;
  opacity: 0.88;
  margin-top: 5px;
}

.preparation_content_item_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 25px;
  border: 1px solid #ECE1D8;
  margin-top: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.preparation_content_item_text:hover {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.preparation_content_item_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #263A32;
}

@media (min-width: 1200px) {
  .preparation {
    padding-top: 143px;
    padding-bottom: 130px;
  }
  .preparation:after {
    height: 70px;
    top: 122px;
    width: 56%;
  }
  .preparation_title h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .preparation_content {
    margin-top: 45px;
  }
  .preparation_content_item {
    width: 470px;
    position: relative;
    margin-left: 100px;
    margin-top: 65px;
  }
  .preparation_content_item_num {
    position: absolute;
    left: -102px;
    top: 27px;
    padding-left: 0px;
  }
  .preparation_content_item_num img {
    left: 0px;
    top: 25px;
  }
  .preparation_content_item_num .desktop {
    display: block;
  }
  .preparation_content_item_num .mobile {
    display: none;
  }
  .preparation_content_item_num span {
    font-size: 24px;
    line-height: 29px;
  }
  .preparation_content_item_num p {
    font-size: 14px;
    line-height: 18px;
  }
  .preparation_content_item_text {
    height: 196px;
    padding: 30px 30px 0px 30px;
  }
  .preparation_content_item_text p {
    font-size: 14px;
    line-height: 17px;
  }
}

@-webkit-keyframes moveWidthSolut {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes moveWidthSolut {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes moveHeightSolut {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes moveHeightSolut {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.solution {
  position: relative;
  margin-top: 101px;
}

.solution_frame {
  position: absolute;
  left: 0px;
  top: -43px;
  width: 89%;
  height: 286px;
}

.solution_frame_top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 3px;
  background-color: #263A32;
}

.solution_frame_right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3px;
  height: 0%;
  background-color: #263A32;
}

.solution_frame_bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #263A32;
}

.solution_frame.active .solution_frame_top {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthSolut;
          animation-name: moveWidthSolut;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.solution_frame.active .solution_frame_right {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveHeightSolut;
          animation-name: moveHeightSolut;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.solution_frame.active .solution_frame_bottom {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthSolut;
          animation-name: moveWidthSolut;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

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

.solution_content_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.solution_content_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 57px;
  margin-bottom: 30px;
}

.solution_content_text_normal {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #263A32;
  margin-top: 20px;
}

.solution_content_text_bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #263A32;
  margin-top: 40px;
}

.solution_content_text_link {
  width: 220px;
  height: 58px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #263A32;
  border: 1px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 57px;
}

.solution_content_text_link svg {
  display: none;
}

.solution_content_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.solution_content_img img {
  width: 285px;
}

@media (min-width: 1200px) {
  .solution_frame {
    display: block;
    left: auto;
    right: 0px;
    width: 40%;
    height: 445px;
    top: 20px;
  }
  .solution_frame_top {
    left: auto;
    right: 0px;
  }
  .solution_frame_right {
    right: auto;
    left: 0px;
  }
  .solution_frame_bottom {
    left: 0px;
    right: auto;
  }
  .solution_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solution_content_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .solution_content_text h2 {
    font-size: 53px;
    line-height: 65px;
    width: 600px;
    margin: 0px;
    margin-bottom: 45px;
  }
  .solution_content_text p {
    width: 507px;
  }
  .solution_content_text_normal {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
  }
  .solution_content_text_bold {
    font-size: 16px;
    line-height: 25px;
    margin-top: 45px;
  }
  .solution_content_text_link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    height: 38px;
    width: 290px;
    display: block;
    text-align: center;
    margin-top: 89px;
  }
  .solution_content_text_link svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .solution_content_text_link rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .solution_content_text_link:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .solution_content_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 140px;
  }
  .solution_content_img img {
    width: 466px;
  }
}

.architecture {
  position: relative;
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 72px;
}

.architecture_top {
  position: relative;
}

.architecture_top_img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.architecture_top_img:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -88px;
  width: 65%;
  height: 131px;
  background-color: #ECE1D8;
}

.architecture_top_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.architecture_top_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
  position: relative;
  z-index: 3;
}

.architecture_top_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 23px;
}

.architecture_bottom_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
}

.architecture_bottom_text h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  margin-top: 30px;
  margin-bottom: 30px;
}

.architecture_bottom_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #263A32;
  margin-top: 20px;
}

.architecture_bottom_img {
  width: 100%;
  margin-top: 130px;
  position: relative;
}

.architecture_bottom_img:after {
  content: "";
  position: absolute;
  left: 0px;
  top: -66px;
  width: 65%;
  height: 131px;
  background-color: #ECE1D8;
}

.architecture_bottom_img img {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@media (min-width: 1200px) {
  .architecture {
    padding-top: 227px;
    margin-top: 115px;
  }
  .architecture_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .architecture_top_img {
    width: 52%;
  }
  .architecture_top_img:after {
    width: calc(100% + 183px);
    height: 258px;
    top: -95px;
    left: 0px;
    bottom: auto;
  }
  .architecture_top_text {
    padding: 0px;
    margin-left: 70px;
  }
  .architecture_top_text h2 {
    font-size: 53px;
    line-height: 65px;
    margin-top: 0px;
  }
  .architecture_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    margin-top: 127px;
  }
  .architecture_bottom_img {
    width: 49%;
    margin-top: 0px;
  }
  .architecture_bottom_img:after {
    width: calc(100% + 70px);
    right: 0px;
    left: auto;
    top: auto;
    height: 160px;
    bottom: 0px;
  }
  .architecture_bottom_text {
    width: 507px;
    padding: 0px;
    margin-right: 92px;
    position: relative;
    z-index: 2;
  }
  .architecture_bottom_text h4 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 0px;
  }
  .architecture_bottom_text p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1600px) {
  .architecture {
    padding-bottom: 46px;
  }
  .architecture_top_img:after {
    height: 358px;
  }
  .architecture_bottom_img::after {
    height: 260px;
    bottom: -80px;
  }
}

.contact {
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 38px;
  position: relative;
}

.contact:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 30px;
  width: 55%;
  height: 46px;
  background-color: #ECE1D8;
}

.contact_content_cottage h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  position: relative;
  z-index: 2;
}

.contact_content_cottage_main {
  margin-top: 35px;
}

.contact_content_cottage_main_left p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 35px;
  color: #263A32;
  margin-top: 20px;
}

.contact_content_cottage_main_left p:first-child {
  margin-top: 0px;
}

.contact_content_cottage_main_right_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 54px;
}

.contact_content_cottage_main_right_item img {
  position: absolute;
  left: 0px;
  top: -5px;
}

.contact_content_cottage_main_right_item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #263A32;
}

.contact_content_cottage_main_right_item a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #263A32;
  margin-top: 25px;
}

.contact_content_cottage_main_right_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #263A32;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .contact:after {
    top: 30px;
  }
}

@media (min-width: 1200px) {
  .contact {
    padding-top: 148px;
  }
  .contact_content_cottage h3 {
    font-size: 53px;
    line-height: 65px;
  }
  .contact_content_cottage_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .contact_content_cottage_main_left {
    width: 386px;
    margin-top: 60px;
  }
  .contact_content_cottage_main_left p {
    font-size: 18px;
    line-height: 35px;
    margin-top: 30px;
  }
  .contact_content_cottage_main_right {
    width: 407px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_content_cottage_main_right_item {
    padding-left: 0px;
    margin-top: 89px;
  }
  .contact_content_cottage_main_right_item img {
    left: -53px;
  }
  .contact_content_cottage_main_right_item span {
    font-size: 16px;
    line-height: 28px;
  }
  .contact_content_cottage_main_right_item p {
    font-size: 16px;
    line-height: 34px;
    margin-top: 25px;
  }
  .contact_content_cottage_main_right_item a {
    font-size: 16px;
    line-height: 35px;
    margin-top: 25px;
  }
  .contact:after {
    height: 120px;
    top: 124px;
  }
}

.contact_us {
  background-color: #FFF8F8;
  padding-top: 77px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.contact_us:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 68px;
  height: 46px;
  width: 48%;
  background-color: #ECE1D8;
}

.contact_us_block h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  text-align: center;
  position: relative;
  z-index: 2;
}

.contact_us_block_form {
  margin-top: 56px;
}

.contact_us_block_form form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_us_block_form form {
  position: relative;
}


.contact_us_block_form form span input {
  width: 100%;
  height: 56px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #263A32;
  border: 1px solid #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 18px;
}

.contact_us_block_form form span input::-webkit-input-placeholder {
  color: #7D8681;
}

.contact_us_block_form form span input::-moz-placeholder {
  color: #7D8681;
}

.contact_us_block_form form span input:-ms-input-placeholder {
  color: #7D8681;
}

.contact_us_block_form form span input::-ms-input-placeholder {
  color: #7D8681;
}

.contact_us_block_form form span input::placeholder {
  color: #7D8681;
}

.contact_us_block_form form span input.focus {
  border: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_us_block_form form span.half {
  width: calc(50% - 5px);
}

.contact_us_block_form form span.email-137 {
  width: calc(50% - 5px);
}

.contact_us_block_form form span.tel-545 {
  width: calc(50% - 5px);
}

.contact_us_block_form form span input.wpcf7-email {
  background-color: transparent;
}

.contact_us_block_form form span input.wpcf7-email:focus {
  outline: none;
}

.contact_us_block_form form span textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  color: #263A32;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  padding-top: 20px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 20px;
}

.contact_us_block_form form span textarea::-webkit-input-placeholder {
  color: #7D8681;
}

.contact_us_block_form form span textarea::-moz-placeholder {
  color: #7D8681;
}

.contact_us_block_form form span textarea:-ms-input-placeholder {
  color: #7D8681;
}

.contact_us_block_form form span textarea::-ms-input-placeholder {
  color: #7D8681;
}

.contact_us_block_form form span textarea::placeholder {
  color: #7D8681;
}

.contact_us_block_form form span textarea.focus {
  border: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_us_block_form_warning {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: rgba(38, 58, 50, 0.3);
  margin-top: 13px;
  margin-bottom: 22px;
}

.contact_us_block_form_info {
  margin-top: 25px;
}

.contact_us_block_form_info label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  margin-top: 13px;
  cursor: pointer;
}

.contact_us_block_form_info label input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.contact_us_block_form_info label .checkmark {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 0px;
}

.contact_us_block_form_info label .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_us_block_form_info label .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 0px;
}

.contact_us_block_form_info label input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_us_block_form_info label input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_us_block_form_info label input:checked ~ .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_us_block_form_info label.focus .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_us_block_form_info label.focus .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_us_block_form_info label.focus .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact_us_block_form_submit {
  border: 2px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 160px;
  height: 40px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
}

.contact_us_block_form_submit input {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #1E2D27;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.contact_us_block_form_submit img {
  position: absolute;
  left: 68%;
}

.contact_us_block_form_submit svg {
  display: none;
}

@media (min-width: 768px) {
  .contact_us_block_info label .checkmark {
    top: -4px;
  }
}

@media (min-width: 1200px) {
  .contact_us {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .contact_us_block_form_submit img {
    left: 63%;
  }
  .contact_us:after {
    height: 120px;
    top: 141px;
  }
  .contact_us_block h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .contact_us_block_form {
    width: 770px;
    margin: 0 auto;
    margin-top: 100px;
  }
  .contact_us_block_form form span input {
    height: 73px;
    font-size: 16px;
    padding: 0px 38px;
  }
  .contact_us_block_form form span input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span input::-moz-placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span input:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span input::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span input::placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span textarea {
    font-size: 16px;
    padding: 29px 38px;
  }
  .contact_us_block_form form span textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span textarea::placeholder {
    font-size: 16px;
  }
  .contact_us_block_form form span.half {
    width: calc(50% - 12px);
  }
  .contact_us_block_form form span.email-137 {
    width: calc(50% - 12px);
  }
  
  .contact_us_block_form form span.tel-545 {
    width: calc(50% - 12px);
  }
  .contact_us_block_form_warning {
    font-size: 13px;
    line-height: 16px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .contact_us_block_form_info {
    margin-top: 42px;
  }
  .contact_us_block_form_info label {
    margin-top: 26px;
  }
  .contact_us_block_form_info label .text {
    font-size: 16px;
    line-height: 20px;
  }
  .contact_us_block_form_info label .checkmark {
    top: -3px;
  }
  .contact_us_block_form_submit {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    width: 290px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
  .contact_us_block_form_submit input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #263A32;
  }
  .contact_us_block_form_submit svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .contact_us_block_form_submit rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .contact_us_block_form_submit:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.right_place {
  position: relative;
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.right_place_content_img:after {
  content: "";
  height: 115px;
  width: 66%;
  background-color: #ECE1D8;
  right: 0px;
  bottom: -60px;
  position: absolute;
}

.right_place_content_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.right_place_content_text {
  margin-top: 28px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
  z-index: 2;
}

.right_place_content_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.right_place_content_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .right_place {
    padding-top: 187px;
  }
  .right_place_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .right_place_content_img {
    width: 49%;
    margin-top: 27px;
  }
  .right_place_content_img:after {
    top: -70px;
    height: 246px;
    left: 0px;
    width: calc(100% + 242px);
  }
  .right_place_content_text {
    width: 502px;
    margin-top: 0px;
    margin-left: 100px;
    padding: 0px;
  }
  .right_place_content_text h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .right_place_content_text p {
    font-size: 16px;
    line-height: 28px;
  }
}

@-webkit-keyframes moveWidthLanguage {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes moveWidthLanguage {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes moveHeightLanguage {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes moveHeightLanguage {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.language {
  position: relative;
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 40px;
}

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

.language_content_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

.language_content_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.language_content_img_frame {
  position: absolute;
  height: 229px;
  width: 72%;
  right: 0px;
  top: 40px;
}

.language_content_img_frame_top {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 3px;
  background-color: #CBA689;
}

.language_content_img_frame_right {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0%;
  width: 3px;
  background-color: #CBA689;
}

.language_content_img_frame_bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0%;
  height: 3px;
  background-color: #CBA689;
}

.language_content_img_frame.active .language_content_img_frame_top {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthLanguage;
          animation-name: moveWidthLanguage;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.language_content_img_frame.active .language_content_img_frame_right {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveHeightLanguage;
          animation-name: moveHeightLanguage;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.language_content_img_frame.active .language_content_img_frame_bottom {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthLanguage;
          animation-name: moveWidthLanguage;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.language_content_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
  margin-top: 85px;
}

.language_content_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.language_content_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  margin-top: 25px;
  color: #263A32;
}

@media (min-width: 1200px) {
  .language {
    padding-top: 120px;
    padding-bottom: 242px;
  }
  .language_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .language_content_img {
    width: 49%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .language_content_img_frame {
    width: calc(100% + 75px);
    right: 0px;
    height: 402px;
    bottom: -94px;
    top: auto;
  }
  .language_content_img_frame_top {
    left: auto;
    right: 0px;
  }
  .language_content_img_frame_right {
    right: auto;
    left: 0px;
  }
  .language_content_img_frame_bottom {
    left: 0px;
    right: auto;
  }
  .language_content_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 480px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 117px;
  }
  .language_content_text h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .language_content_text p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 45px;
  }
}

.safety {
  position: relative;
}

.safety_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #263A32;
  margin-top: 45px;
}

.safety_content_undertitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #263A32;
  margin-top: 40px;
  text-align: center;
}

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

.safety_content_list_item {
  position: relative;
  width: 200px;
  margin-top: 190px;
}

.safety_content_list_item:after {
  content: "";
  position: absolute;
  bottom: -127px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 60px;
  background-color: #F5ECE8;
}

.safety_content_list_item img {
  position: absolute;
  left: -40px;
  top: -61px;
}

.safety_content_list_item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #263A32;
  position: relative;
  z-index: 2;
}

.safety_content_list_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #263A32;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.safety_content_list_item:first-child {
  margin-top: 150px;
}

.safety_content_list_item:last-child:after {
  display: none;
}

@media (min-width: 1200px) {
  .safety_content h2 {
    font-size: 53px;
    line-height: 65px;
    margin-top: 123px;
  }
  .safety_content_undertitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 36px;
  }
  .safety_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 954px;
    margin: 0 auto;
    margin-top: 164px;
  }
  .safety_content_list_item {
    margin-top: 0px;
  }
  .safety_content_list_item:first-child {
    margin-top: 0px;
  }
  .safety_content_list_item:after {
    bottom: 116px;
    width: 60px;
    height: 2px;
    left: 208px;
  }
}

.help {
  position: relative;
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 65px;
}

.help p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.help a {
  width: 193px;
  height: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #FFFFFF;
  border: 1px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 32px;
}

.help a svg {
  display: none;
}

@media (min-width: 1200px) {
  .help {
    height: 600px;
  }
  .help p {
    font-size: 24px;
    line-height: 29px;
  }
  .help a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    height: 38px;
    width: 290px;
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .help a svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .help a rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .help a:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.video video {
  width: 100%;
}

.certificates {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF8F8;
}

.certificates:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 51px;
  width: 52%;
  height: 46px;
  background-color: #ECE1D8;
}

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

.certificates_title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.certificates_title p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-top: 27px;
}

.certificates_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
}

.certificates_list_item {
  margin-top: 36px;
}

.certificates_list_item_text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.certificates_list_item_text::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -4px;
  width: 5px;
  height: 32px;
  background-color: #ECE1D8;
}

.certificates_list_item_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(112, 100, 88, 0.9);
}

.certificates_list_item img {
  width: 100%;
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .certificates {
    padding-top: 160px;
    padding-bottom: 0px;
  }
  .certificates:after {
    height: 196px;
    top: 108px;
  }
  .certificates_title h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .certificates_title p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .certificates_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .certificates_list_item {
    width: 370px;
    margin-top: 84px;
  }
  .certificates_list_item_text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.house_one {
  background-color: #FFF8F8;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 73px;
}

.house_one_content_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #263A32;
  text-align: center;
}

.house_one_content_title span {
  font-size: 16px;
  line-height: 19px;
}

.house_one_content_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-top: 20px;
}

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

.house_one_content_main_slider {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 37px;
  position: relative;
}

.house_one_content_main_slider_open {
  position: absolute;
  right: 9px;
  top: 9px;
  background: rgba(38, 58, 50, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: 25px;
  height: 25px;
  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;
  z-index: 9;
  cursor: pointer;
}

.house_one_content_main_slider_block {
  position: relative;
}

.house_one_content_main_slider_block .slick-dots {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.house_one_content_main_slider_block .slick-dots li {
  position: relative;
  border: 1px solid rgba(38, 58, 50, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 6px;
  cursor: pointer;
}

.house_one_content_main_slider_block .slick-dots li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #263A32;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.house_one_content_main_slider_block .slick-dots li:first-child {
  margin-top: 0px;
}

.house_one_content_main_slider_block .slick-dots li button {
  opacity: 0;
  width: 0px;
}

.house_one_content_main_slider_block .slick-dots li.slick-active:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.house_one_content_main_slider_block_item {
  height: 270px;
}

.house_one_content_main_slider_block_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.house_one_content_main_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.house_one_content_main_text_item {
  width: 50%;
  margin-top: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  position: relative;
}

.house_one_content_main_text_item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: rgba(112, 100, 88, 0.9);
}

.house_one_content_main_text_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #263A32;
  margin-top: 3px;
}

.house_one_content_main_text_item:first-child {
  margin-top: 34px;
}

.house_one_content_main_text_item:nth-child(2) {
  margin-top: 34px;
}

.house_one_content_main_text_item:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 53px;
  background-color: #ECE1D8;
}

@media (min-width: 1200px) {
  .house_one {
    padding-top: 80px;
    padding-bottom: 126px;
  }
  .house_one_content_title {
    text-align: left;
    font-size: 53px;
    line-height: 65px;
  }
  .house_one_content_title span {
    font-size: 24px;
    line-height: 29px;
  }
  .house_one_content_text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    width: 732px;
  }
  .house_one_content_main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
  }
  .house_one_content_main_slider {
    width: 770px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
  }
  .house_one_content_main_slider_open {
    top: 14px;
    right: 14px;
  }
  .house_one_content_main_slider_block .slick-dots {
    right: 20px;
  }
  .house_one_content_main_slider_block .slick-dots li {
    width: 12px;
    height: 12px;
    margin-top: 10px;
  }
  .house_one_content_main_slider_block .slick-dots li:after {
    width: 6px;
    height: 6px;
  }
  .house_one_content_main_slider_block .slick-dots li:first-child {
    margin-top: 0px;
  }
  .house_one_content_main_slider_block_item {
    height: 424px;
  }
  .house_one_content_main_slider_block_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .house_one_content_main_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 30px;
  }
  .house_one_content_main_text_item {
    width: 100%;
  }
  .house_one_content_main_text_item:first-child {
    margin-top: 0px;
  }
  .house_one_content_main_text_item span {
    font-size: 16px;
    line-height: 24px;
  }
  .house_one_content_main_text_item p {
    font-size: 22px;
    line-height: 25px;
  }
}

.house_two {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 73px;
}

.house_two_content_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #263A32;
  text-align: center;
}

.house_two_content_title span {
  font-size: 16px;
  line-height: 19px;
}

.house_two_content_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-top: 20px;
}

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

.house_two_content_main_slider {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 37px;
  position: relative;
}

.house_two_content_main_slider_open {
  position: absolute;
  right: 9px;
  top: 9px;
  background: rgba(38, 58, 50, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: 25px;
  height: 25px;
  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;
  z-index: 9;
  cursor: pointer;
}

.house_two_content_main_slider_block {
  position: relative;
}

.house_two_content_main_slider_block .slick-dots {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.house_two_content_main_slider_block .slick-dots li {
  position: relative;
  border: 1px solid rgba(38, 58, 50, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 6px;
  cursor: pointer;
}

.house_two_content_main_slider_block .slick-dots li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #263A32;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.house_two_content_main_slider_block .slick-dots li:first-child {
  margin-top: 0px;
}

.house_two_content_main_slider_block .slick-dots li button {
  opacity: 0;
  width: 0px;
}

.house_two_content_main_slider_block .slick-dots li.slick-active:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.house_two_content_main_slider_block_item {
  height: 270px;
}

.house_two_content_main_slider_block_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.house_two_content_main_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.house_two_content_main_text_item {
  width: 50%;
  margin-top: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  position: relative;
}

.house_two_content_main_text_item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: rgba(112, 100, 88, 0.9);
}

.house_two_content_main_text_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #263A32;
  margin-top: 3px;
}

.house_two_content_main_text_item:first-child {
  margin-top: 34px;
}

.house_two_content_main_text_item:nth-child(2) {
  margin-top: 34px;
}

.house_two_content_main_text_item:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 53px;
  background-color: #ECE1D8;
}

@media (min-width: 1200px) {
  .house_two {
    padding-top: 110px;
    padding-bottom: 126px;
  }
  .house_two_content_title {
    text-align: left;
    font-size: 53px;
    line-height: 65px;
  }
  .house_two_content_title span {
    font-size: 24px;
    line-height: 29px;
  }
  .house_two_content_text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    width: 732px;
  }
  .house_two_content_main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
  }
  .house_two_content_main_slider {
    width: 770px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
  }
  .house_two_content_main_slider_open {
    top: 14px;
    right: 14px;
  }
  .house_two_content_main_slider_block .slick-dots {
    right: 20px;
  }
  .house_two_content_main_slider_block .slick-dots li {
    width: 12px;
    height: 12px;
    margin-top: 10px;
  }
  .house_two_content_main_slider_block .slick-dots li:after {
    width: 6px;
    height: 6px;
  }
  .house_two_content_main_slider_block .slick-dots li:first-child {
    margin-top: 0px;
  }
  .house_two_content_main_slider_block_item {
    height: 424px;
  }
  .house_two_content_main_slider_block_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .house_two_content_main_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 30px;
  }
  .house_two_content_main_text_item {
    width: 100%;
  }
  .house_two_content_main_text_item:first-child {
    margin-top: 0px;
  }
  .house_two_content_main_text_item span {
    font-size: 16px;
    line-height: 24px;
  }
  .house_two_content_main_text_item p {
    font-size: 22px;
    line-height: 25px;
  }
}

.terrace {
  background-color: #FFF8F8;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 67px;
}

.terrace_img {
  position: relative;
  position: relative;
}

.terrace_img:after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0px;
  height: 131px;
  width: 65%;
  background-color: #ECE1D8;
}

.terrace_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.terrace_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
  position: relative;
  z-index: 2;
}

.terrace_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 27px;
  margin-bottom: 34px;
}

.terrace_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
}

.terrace_text h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  margin-top: 34px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .terrace {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 243px;
  }
  .terrace_img {
    width: 49%;
    height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .terrace_img:after {
    width: calc(100% + 242px);
    left: 0px;
    right: auto;
    height: 246px;
    top: -71px;
    bottom: auto;
  }
  .terrace_text {
    padding: 0px;
    width: 500px;
    margin-left: 100px;
  }
  .terrace_text h2 {
    font-size: 53px;
    line-height: 65px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .terrace_text p {
    font-size: 16px;
    line-height: 28px;
  }
  .terrace_text h5 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1600px) {
  .terrace_text h2 {
    margin-bottom: 106px;
  }
  .terrace_text h5 {
    margin-top: 48px;
  }
}

@-webkit-keyframes moveWidthFireplace {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes moveWidthFireplace {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes moveHeightFireplace {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes moveHeightFireplace {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.fireplace {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF8F8;
  padding-top: 71px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fireplace_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
}

.fireplace_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.fireplace_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-top: 30px;
}

.fireplace_text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ECE1D8;
  margin: 0 auto;
  margin-top: 38px;
}

.fireplace_text_link svg {
  display: none;
}

.fireplace_text_link_top {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #CBA689;
}

.fireplace_text_link_bottom {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  margin-top: 5px;
}

.fireplace_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

.fireplace_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.fireplace_img_frame {
  position: absolute;
  right: 0px;
  bottom: -43px;
  width: 89%;
  height: 196px;
}

.fireplace_img_frame_top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 3px;
  background-color: #CBA689;
}

.fireplace_img_frame_right {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 0%;
  background-color: #CBA689;
}

.fireplace_img_frame_bottom {
  position: absolute;
  left: 0px;
  right: auto;
  bottom: 0px;
  width: 0%;
  height: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #CBA689;
}

.fireplace_img_frame.active .fireplace_img_frame_top {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthFireplace;
          animation-name: moveWidthFireplace;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fireplace_img_frame.active .fireplace_img_frame_right {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveHeightFireplace;
          animation-name: moveHeightFireplace;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.fireplace_img_frame.active .fireplace_img_frame_bottom {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthFireplace;
          animation-name: moveWidthFireplace;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

@media (min-width: 1200px) {
  .fireplace {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 168px;
    padding-bottom: 219px;
  }
  .fireplace_text {
    padding: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 35px;
    margin-top: 0px;
  }
  .fireplace_text h2 {
    width: 565px;
    font-size: 53px;
    line-height: 65px;
    margin-bottom: 45px;
  }
  .fireplace_text p {
    width: 470px;
    font-size: 16px;
    line-height: 28px;
  }
  .fireplace_text_link {
    margin-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    height: 78px;
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 89px;
  }
  .fireplace_text_link_top {
    font-size: 16px;
    line-height: 20px;
  }
  .fireplace_text_link_bottom {
    font-size: 24px;
    line-height: 29px;
    margin-top: 9px;
  }
  .fireplace_text_link svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .fireplace_text_link rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .fireplace_text_link:hover {
    border: 2px solid #263A32;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .fireplace_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 49%;
  }
  .fireplace_img_frame {
    width: calc(100% + 75px);
    height: 402px;
    bottom: -94px;
  }
  .fireplace_img_frame_top {
    left: auto;
    right: 0px;
  }
  .fireplace_img_frame_right {
    right: auto;
    left: 0px;
  }
  .fireplace_img_frame_bottom {
    left: 0px;
    right: auto;
  }
  .fireplace_img img {
    height: 518px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sauna {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 80px;
}

.sauna_img img {
  width: 100%;
}

.sauna_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
}

.sauna_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 50px;
}

.sauna_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-top: 38px;
}

.sauna_text_link {
  width: 270px;
  height: 78px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ECE1D8;
  margin: 0 auto;
  margin-top: 38px;
}

.sauna_text_link svg {
  display: none;
}

.sauna_text_link_top {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #CBA689;
}

.sauna_text_link_bottom {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .sauna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 160px;
  }
  .sauna_img {
    width: 49%;
  }
  .sauna_text {
    padding: 0px;
    width: 470px;
    margin-left: 100px;
  }
  .sauna_text h2 {
    font-size: 53px;
    line-height: 65px;
    margin-top: 0px;
  }
  .sauna_text p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 45px;
  }
  .sauna_text_link {
    margin-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    height: 78px;
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 80px;
  }
  .sauna_text_link_top {
    font-size: 16px;
    line-height: 20px;
  }
  .sauna_text_link_bottom {
    font-size: 24px;
    line-height: 29px;
    margin-top: 9px;
  }
  .sauna_text_link svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .sauna_text_link rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .sauna_text_link:hover {
    border: 2px solid #263A32;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

@keyframes moveWidthFireplace {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes moveHeightFireplace {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.udebrus {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 72px;
}

.udebrus_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 114px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
}

.udebrus_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.udebrus_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-top: 30px;
}

.udebrus_text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ECE1D8;
  margin: 0 auto;
  margin-top: 38px;
}

.udebrus_text_link svg {
  display: none;
}

.udebrus_text_link_top {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #CBA689;
}

.udebrus_text_link_bottom {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  margin-top: 5px;
}

.udebrus_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

.udebrus_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.udebrus_img_frame {
  position: absolute;
  right: 0px;
  bottom: -43px;
  width: 89%;
  height: 196px;
}

.udebrus_img_frame_top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 3px;
  background-color: #CBA689;
}

.udebrus_img_frame_right {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 0%;
  background-color: #CBA689;
}

.udebrus_img_frame_bottom {
  position: absolute;
  left: 0px;
  right: auto;
  bottom: 0px;
  width: 0%;
  height: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #CBA689;
}

.udebrus_img_frame.active .udebrus_img_frame_top {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthFireplace;
          animation-name: moveWidthFireplace;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.udebrus_img_frame.active .udebrus_img_frame_right {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveHeightFireplace;
          animation-name: moveHeightFireplace;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.udebrus_img_frame.active .udebrus_img_frame_bottom {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthFireplace;
          animation-name: moveWidthFireplace;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

@media (min-width: 1200px) {
  .udebrus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 168px;
  }
  .udebrus_text {
    padding: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 35px;
    margin-top: 0px;
  }
  .udebrus_text h2 {
    width: 565px;
    font-size: 53px;
    line-height: 65px;
    margin-bottom: 45px;
  }
  .udebrus_text p {
    width: 433px;
    font-size: 16px;
    line-height: 28px;
  }
  .udebrus_text_link {
    margin-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    height: 78px;
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 80px;
  }
  .udebrus_text_link_top {
    font-size: 16px;
    line-height: 20px;
  }
  .udebrus_text_link_bottom {
    font-size: 24px;
    line-height: 29px;
    margin-top: 9px;
  }
  .udebrus_text_link svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .udebrus_text_link rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .udebrus_text_link:hover {
    border: 2px solid #263A32;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .udebrus_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 49%;
  }
  .udebrus_img_frame {
    width: calc(100% + 75px);
    height: 402px;
    bottom: -94px;
  }
  .udebrus_img_frame_top {
    left: auto;
    right: 0px;
  }
  .udebrus_img_frame_right {
    right: auto;
    left: 0px;
  }
  .udebrus_img_frame_bottom {
    left: 0px;
    right: auto;
  }
  .udebrus_img img {
    height: 518px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.canopy {
  background-color: #FFF8F8;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 67px;
  margin-top: 70px;
}

.canopy_img {
  position: relative;
  position: relative;
}

.canopy_img:after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0px;
  height: 131px;
  width: 65%;
  background-color: #ECE1D8;
}

.canopy_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.canopy_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
  position: relative;
  z-index: 2;
}

.canopy_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 27px;
  margin-bottom: 27px;
}

.canopy_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
}

.canopy_text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ECE1D8;
  margin: 0 auto;
  margin-top: 38px;
}

.canopy_text_link svg {
  display: none;
}

.canopy_text_link_top {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #CBA689;
}

.canopy_text_link_bottom {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .canopy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 212px;
    margin-top: 220px;
  }
  .canopy_img {
    width: 49%;
    height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .canopy_img:after {
    width: calc(100% + 242px);
    left: 0px;
    right: auto;
    height: 298px;
    top: -71px;
    bottom: auto;
  }
  .canopy_text {
    padding: 0px;
    width: 500px;
    margin-left: 100px;
  }
  .canopy_text h2 {
    font-size: 53px;
    line-height: 65px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .canopy_text p {
    font-size: 16px;
    line-height: 28px;
  }
  .canopy_text_link {
    margin-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    height: 78px;
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 80px;
  }
  .canopy_text_link_top {
    font-size: 16px;
    line-height: 20px;
  }
  .canopy_text_link_bottom {
    font-size: 24px;
    line-height: 29px;
    margin-top: 9px;
  }
  .canopy_text_link svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .canopy_text_link rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .canopy_text_link:hover {
    border: 2px solid #263A32;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

@media (min-width: 1600px) {
  .canopy_text h2 {
    margin-bottom: 106px;
  }
  .canopy_text h5 {
    margin-top: 48px;
  }
}

@keyframes moveWidthFireplace {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes moveHeightFireplace {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.toolbox {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFF8F8;
  padding-top: 56px;
  padding-bottom: 76px;
}

.toolbox_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 114px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px;
}

.toolbox_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.toolbox_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-top: 30px;
}

.toolbox_text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ECE1D8;
  margin: 0 auto;
  margin-top: 38px;
}

.toolbox_text_link svg {
  display: none;
}

.toolbox_text_link_top {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #CBA689;
}

.toolbox_text_link_bottom {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  margin-top: 5px;
}

.toolbox_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

.toolbox_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.toolbox_img_frame {
  position: absolute;
  right: 0px;
  bottom: -43px;
  width: 89%;
  height: 196px;
}

.toolbox_img_frame_top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 3px;
  background-color: #CBA689;
}

.toolbox_img_frame_right {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 0%;
  background-color: #CBA689;
}

.toolbox_img_frame_bottom {
  position: absolute;
  left: 0px;
  right: auto;
  bottom: 0px;
  width: 0%;
  height: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #CBA689;
}

.toolbox_img_frame.active .toolbox_img_frame_top {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthFireplace;
          animation-name: moveWidthFireplace;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.toolbox_img_frame.active .toolbox_img_frame_right {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveHeightFireplace;
          animation-name: moveHeightFireplace;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.toolbox_img_frame.active .toolbox_img_frame_bottom {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: moveWidthFireplace;
          animation-name: moveWidthFireplace;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

@media (min-width: 1200px) {
  .toolbox {
    padding-top: 148px;
    padding-bottom: 214px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .toolbox_text {
    padding: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 35px;
    margin-top: 0px;
  }
  .toolbox_text h2 {
    width: 565px;
    font-size: 53px;
    line-height: 65px;
    margin-bottom: 45px;
  }
  .toolbox_text p {
    width: 433px;
    font-size: 16px;
    line-height: 28px;
  }
  .toolbox_text_link {
    margin-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    height: 78px;
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 164px;
  }
  .toolbox_text_link_top {
    font-size: 16px;
    line-height: 20px;
  }
  .toolbox_text_link_bottom {
    font-size: 24px;
    line-height: 29px;
    margin-top: 9px;
  }
  .toolbox_text_link svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    display: block;
  }
  .toolbox_text_link rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .toolbox_text_link:hover {
    border: 2px solid #263A32;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .toolbox_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 49%;
  }
  .toolbox_img_frame {
    width: calc(100% + 75px);
    height: 402px;
    bottom: -94px;
  }
  .toolbox_img_frame_top {
    left: auto;
    right: 0px;
  }
  .toolbox_img_frame_right {
    right: auto;
    left: 0px;
  }
  .toolbox_img_frame_bottom {
    left: 0px;
    right: auto;
  }
  .toolbox_img img {
    height: 518px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.listen {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 55px;
  margin-bottom: 90px;
}

.listen_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

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

.listen_content_list_item {
  margin-top: 64px;
}

.listen_content_list_item_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listen_content_list_item_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 52px;
  background-color: #ECE1D8;
  bottom: 0px;
  left: 0px;
}

@media (min-width: 1200px) {
  .listen_content_list_item_img:after {
    height: 86px;
  }
}

.listen_content_list_item_img img {
  width: 70%;
  position: relative;
  z-index: 2;
}

.listen_content_list_item h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #263A32;
  margin-top: 38px;
  position: relative;
}

.listen_content_list_item h3:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 5px;
  background-color: #ECE1D8;
  left: 0px;
  top: -10px;
}

.listen_content_list_item a {
  width: 100%;
  height: 49px;
  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;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #263A32;
  border: 1px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 35px;
}

.listen_content_list_item a svg {
  display: none;
}

.listen_content_list_item:first-child {
  margin-top: 56px;
}

@media (min-width: 1200px) {
  .listen {
    margin-top: 80px;
  }
  .listen_content h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .listen_content_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-top: 80px;
  }
  .listen_content_list_item {
    width: 570px;
    margin-top: 0px;
  }
  .listen_content_list_item h3 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px;
  }
  .listen_content_list_item_img img {
    width: 75%;
  }
  .listen_content_list_item a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #263A32;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 290px;
    display: block;
    text-align: center;
    border: none;
    height: auto;
    margin-top: 20px;
  }
  .listen_content_list_item a svg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
  }
  .listen_content_list_item a svg rect {
    fill: none;
    stroke: #CBA689;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .listen_content_list_item a:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .listen_content_list_item:first-child {
    margin-top: 0px;
  }
  .listen_content_list_item:nth-child(2) a {
    margin-left: auto;
  }
  .listen_content_list_item:nth-child(2) h3 {
    text-align: right;
  }
  .listen_content_list_item:nth-child(2) h3:after {
    left: auto;
    right: 0px;
  }
}

.search {
  position: relative;
  width: 100%;
  height: 100vh;
}

.search_content {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
}

.search_content h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #FFFFFF;
}

.search_content_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 30px;
}

.search_content_bottom {
  display: none;
}

.search_content_calculator {
  background: rgba(38, 58, 50, 0.5);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  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-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.search_content_calculator_drop {
  position: relative;
  cursor: pointer;
}

.search_content_calculator_drop h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #C4C4C4;
}

.search_content_calculator_drop p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 10px;
}

.search_content_calculator_drop img {
  position: absolute;
  left: 160px;
  top: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search_content_calculator_drop_choice {
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
  z-index: 6;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
}

.search_content_calculator_drop_choice label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  margin-top: 19px;
  cursor: pointer;
  margin-left: 20px;
}

.search_content_calculator_drop_choice label input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.search_content_calculator_drop_choice label .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 0px;
}

.search_content_calculator_drop_choice label .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search_content_calculator_drop_choice label .text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 0px;
}

.search_content_calculator_drop_choice label input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search_content_calculator_drop_choice label input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search_content_calculator_drop_choice label input:checked ~ .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search_content_calculator_drop_choice label:last-child {
  margin-bottom: 20px;
}

.search_content_calculator_drop.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.search_content_calculator_drop.active .search_content_calculator_drop_choice {
  max-height: 160px;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

.search_content_calculator_space {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
}

.search_content_calculator_space_title {
  width: 100%;
}

.search_content_calculator_space_title h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #C4C4C4;
}

.search_content_calculator_space_bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7px;
  margin-top: 32px;
  width: 100%;
}

.search_content_calculator_space_bar_left {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #CBA689;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.search_content_calculator_space_bar_left:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(236, 225, 216, 0.5);
}

.search_content_calculator_space_bar_right {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ECE1D8;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.search_content_calculator_space_bar_right:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(236, 225, 216, 0.5);
}

.search_content_calculator_space_bar:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: 0;
  background-color: #ECE1D8;
}

.search_content_calculator_space_bar input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background-color: transparent;
  height: 3px;
  position: relative;
  z-index: 2;
  border: 5px solid rgba(255, 0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: none;
  border-right: none;
}

.search_content_calculator_space_bar input[type=range]:focus {
  outline: none;
}

.search_content_calculator_space_bar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
}

.search_content_calculator_space_bar input[type=range]::-webkit-slider-thumb {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ECE1D8;
  cursor: pointer;
  margin-top: -1.8px;
  margin-left: 0px;
  -webkit-appearance: none;
}

.search_content_calculator_space_bar input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background-color: transparent;
}

.search_content_calculator_space_bar input[type=range]::-moz-range-thumb {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ECE1D8;
  cursor: pointer;
}

.search_content_calculator_space span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  position: absolute;
}

.search_content_calculator_space_min {
  left: 0px;
  bottom: 18px;
}

.search_content_calculator_space_max {
  right: 0px;
  bottom: 18px;
}

.search_content_calculator_price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
}

.search_content_calculator_price_title {
  width: 100%;
}

.search_content_calculator_price_title h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #C4C4C4;
}

.search_content_calculator_price_bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7px;
  margin-top: 32px;
  width: 100%;
}

.search_content_calculator_price_bar_left {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #CBA689;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.search_content_calculator_price_bar_left:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(236, 225, 216, 0.5);
}

.search_content_calculator_price_bar_right {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ECE1D8;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.search_content_calculator_price_bar_right:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(236, 225, 216, 0.5);
}

.search_content_calculator_price_bar:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: 0;
  background-color: #ECE1D8;
}

.search_content_calculator_price_bar input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background-color: transparent;
  height: 3px;
  position: relative;
  z-index: 2;
  border: 5px solid rgba(255, 0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.search_content_calculator_price_bar input[type=range]:focus {
  outline: none;
}

.search_content_calculator_price_bar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
}

.search_content_calculator_price_bar input[type=range]::-webkit-slider-thumb {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ECE1D8;
  cursor: pointer;
  margin-top: -1.8px;
  margin-left: 0px;
  -webkit-appearance: none;
}

.search_content_calculator_price_bar input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background-color: transparent;
}

.search_content_calculator_price_bar input[type=range]::-moz-range-thumb {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ECE1D8;
  cursor: pointer;
}

.search_content_calculator_price span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  position: absolute;
}

.search_content_calculator_price_min {
  left: 0px;
  bottom: 18px;
}

.search_content_calculator_price_max {
  right: 0px;
  bottom: 18px;
}

.search_content_calculator_search {
  width: 85px;
  height: 38px;
  border: 1px solid #CBA689;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  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;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 43px;
}

.search_content_calculator_search svg {
  display: none;
}

@media (min-width: 768px) {
  .search {
    height: 800px;
  }
  .search_content {
    height: 800px;
  }
}

@media (min-width: 1200px) {
  .search_content h1 {
    font-size: 90px;
    line-height: 110px;
  }
  .search_content_text {
    font-size: 24px;
    line-height: 29px;
    margin-top: 0px;
  }
  .search_content_bottom {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    display: block;
  }
  .search_content_bottom_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search_content_bottom_links_item {
    background: rgba(38, 58, 50, 0.5);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 142px;
    padding: 30px 52px 23px 51px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .search_content_bottom_links_item span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
  }
  .search_content_bottom_links_item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 209px;
    margin-top: 20px;
    position: relative;
  }
  .search_content_bottom_links_item h5:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -10px;
    width: 24px;
    height: 2px;
    background-color: #CBA689;
  }
  .search_content_bottom_links_item:nth-child(1) h5 {
    width: 62px;
  }
  .search_content_bottom_links_item:nth-child(2) h5 {
    width: 147px;
  }
  .search_content_bottom_links_item:nth-child(3) h5 {
    width: 180px;
  }
  .search_content_bottom_links_item:nth-child(4) h5 {
    width: 147px;
  }
  .search_content_bottom_links_item:nth-child(5) h5 {
    width: 118px;
  }
  .search_content_bottom_links_item.active {
    background: rgba(203, 166, 137, 0.5);
  }
  .search_content_bottom_links_item:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(203, 166, 137, 0.5);
  }
  .search_content_calculator {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px;
    margin-top: 30px;
  }
  .search_content_calculator_drop {
    width: 214px;
  }
  .search_content_calculator_drop h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .search_content_calculator_drop p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
  }
  .search_content_calculator_drop img {
    left: 199px;
    top: 24px;
  }
  .search_content_calculator_drop_choice {
    top: 60px;
  }
  .search_content_calculator_space {
    width: 382px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
  }
  .search_content_calculator_space_title {
    margin-bottom: 5px;
  }
  .search_content_calculator_space_title h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .search_content_calculator_space span {
    position: relative;
    font-size: 16px;
    line-height: 20px;
  }
  .search_content_calculator_space_min {
    bottom: 0px;
    width: 55px;
  }
  .search_content_calculator_space_max {
    bottom: 0px;
    width: 55px;
  }
  .search_content_calculator_space_bar {
    width: 127px;
    margin-top: 0px;
  }
  .search_content_calculator_price {
    width: 404px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
  }
  .search_content_calculator_price_title {
    margin-bottom: 5px;
  }
  .search_content_calculator_price_title h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .search_content_calculator_price span {
    position: relative;
    font-size: 16px;
    line-height: 20px;
  }
  .search_content_calculator_price_min {
    bottom: 0px;
    width: 120px;
  }
  .search_content_calculator_price_max {
    bottom: 0px;
    width: 120px;
  }
  .search_content_calculator_price_bar {
    width: 130px;
    margin-top: 0px;
  }
  .search_content_calculator_search {
    margin: 0px;
  }
}

.find {
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 85px;
}

.find_content {
  position: relative;
}

.find_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
}

.find_content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 35px;
  color: #263A32;
  margin-top: 30px;
}

.find_content_bar {
  margin-top: 60px;
}

.find_content_bar_count span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  color: #263A32;
}

.find_content_bar_main {
  position: relative;
  margin-top: 10px;
}

.find_content_bar_main button {
  position: absolute;
  top: -4px;
}

.find_content_bar_main_prev {
  left: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_content_bar_main_prev:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-57deg);
          transform: rotate(-57deg);
}

.find_content_bar_main_prev:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
}

.find_content_bar_main_prev .insert {
  position: absolute;
  bottom: -9px;
  left: -6px;
  width: 11px;
  height: 1px;
  background-color: #263A32;
}

.find_content_bar_main_prev:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.find_content_bar_main_prev:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_content_bar_main_next {
  right: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_content_bar_main_next:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-57deg);
          transform: rotate(-57deg);
}

.find_content_bar_main_next:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
}

.find_content_bar_main_next .insert {
  position: absolute;
  bottom: -9px;
  left: -5px;
  width: 11px;
  height: 1px;
  background-color: #263A32;
}

.find_content_bar_main_next:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.find_content_bar_main_next:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_content_bar_main_line {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 10px;
  height: 2px;
  background-color: rgba(38, 58, 50, 0.2);
  position: relative;
}

.find_content_bar_main_line_sticks {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30%;
  height: 2px;
  background-color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_content_bar_main span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #263A32;
}

.find_content_slider {
  margin-top: 30px;
}

.find_content_slider_item {
  position: relative;
}

.find_content_slider_item_img {
  position: relative;
  width: 224px;
  height: 280px;
}

.find_content_slider_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.find_content_slider_item h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 36px;
  letter-spacing: -0.6px;
  color: #263A32;
  position: absolute;
  top: 45px;
  right: 32px;
}

.find_content_slider .slick-dots {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -9;
}

.find_content_next {
  position: absolute;
  right: 0px;
  bottom: 130px;
}

.find_content_next img {
  width: 45px;
}

@media (min-width: 1200px) {
  .find {
    display: none;
  }
}

.find_desktop {
  display: none;
  background-color: #FFF8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 130px;
  padding-bottom: 150px;
}

.find_desktop_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 53px;
  line-height: 65px;
  color: #263A32;
}

.find_desktop_content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}

.find_desktop_content_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #263A32;
  width: 489px;
}

.find_desktop_content_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 157px;
}

.find_desktop_content_main_bar {
  width: 174px;
  position: relative;
  margin-top: 30px;
}

.find_desktop_content_main_bar_count {
  margin-left: 20px;
}

.find_desktop_content_main_bar_count span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  color: #263A32;
}

.find_desktop_content_main_bar_line {
  position: relative;
}

.find_desktop_content_main_bar_line_prev {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_desktop_content_main_bar_line_prev:after {
  content: "";
  position: absolute;
  left: -7.6px;
  top: 4.4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}

.find_desktop_content_main_bar_line_prev:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(53deg);
  transform: rotate(53deg);
}

.find_desktop_content_main_bar_line_prev .insert {
  position: absolute;
  bottom: -9px;
  left: -6px;
  width: 11.4px;
  height: 1px;
  background-color: #263A32;
}

.find_desktop_content_main_bar_line_prev:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.find_desktop_content_main_bar_line_prev:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_desktop_content_main_bar_line_next {
  position: absolute;
  right: 0px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_desktop_content_main_bar_line_next:after {
  content: "";
  position: absolute;
  left: -7.6px;
  top: 4.4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}

.find_desktop_content_main_bar_line_next:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 10px;
  height: 1px;
  background-color: #263A32;
  -webkit-transform: rotate(53deg);
  transform: rotate(53deg);
}

.find_desktop_content_main_bar_line_next .insert {
  position: absolute;
  bottom: -9px;
  left: -6px;
  width: 11.4px;
  height: 1px;
  background-color: #263A32;
}

.find_desktop_content_main_bar_line_next:focus {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
}

.find_desktop_content_main_bar_line_next:hover {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_desktop_content_main_bar_line_tool {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 2px;
  background-color: rgba(38, 58, 50, 0.2);
  position: relative;
}

.find_desktop_content_main_bar_line_tool_sticks {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 2px;
  background-color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.find_desktop_content_main_bar p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #263A32;
}

.find_desktop_content_main_slider {
  display: block;
  width: 900px;
  margin-left: 20px;
}

.find_desktop_content_main_slider_item {
  position: relative;
}

.find_desktop_content_main_slider_item_img {
  width: 270px;
  height: 350px;
  position: relative;
}

.find_desktop_content_main_slider_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.find_desktop_content_main_slider_item h5 {
  position: absolute;
  right: 100px;
  top: 100px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.6px;
  color: #263A32;
}

.find_desktop_content_main_slider_item_feature {
  position: absolute;
  left: 295px;
  top: 5px;
}

.find_desktop_content_main_slider_item_feature:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 32px;
  background-color: #ECE1D8;
}

.find_desktop_content_main_slider_item_feature span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(112, 100, 88, 0.9);
}

.find_desktop_content_main_slider .slick-dots {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: -9;
}

@media (min-width: 1200px) {
  .find_desktop {
    display: block;
  }
}

.wooden_cabins {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 62px;
  margin-bottom: 78px;
}

.wooden_cabins_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  text-align: center;
}

.wooden_cabins_content_list_item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 25px 30px 25px;
  border: 1px solid #ECE1D8;
  margin-top: 93px;
}

.wooden_cabins_content_list_item:after {
  content: "";
  position: absolute;
  bottom: -94px;
  height: 93px;
  width: 1px;
  background-color: #ECE1D8;
}

.wooden_cabins_content_list_item_img {
  position: absolute;
  top: -43px;
  width: 130px;
  height: 130px;
}

.wooden_cabins_content_list_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wooden_cabins_content_list_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-bottom: 20px;
}

.wooden_cabins_content_list_item-left:after {
  left: 87px;
}

.wooden_cabins_content_list_item-left .wooden_cabins_content_list_item_img {
  left: 34px;
}

.wooden_cabins_content_list_item-right::after {
  right: 87px;
}

.wooden_cabins_content_list_item-right p {
  text-align: right;
}

.wooden_cabins_content_list_item-right .wooden_cabins_content_list_item_img {
  right: 34px;
}

.wooden_cabins_content_list_item:last-child:after {
  display: none;
}

@media (min-width: 1200px) {
  .wooden_cabins {
    margin-top: 106px;
    margin-bottom: 136px;
  }
  .wooden_cabins_content h2 {
    font-size: 53px;
    line-height: 65px;
    margin-bottom: 115px;
  }
  .wooden_cabins_content_list_item {
    margin-top: 86px;
  }
  .wooden_cabins_content_list_item_img {
    width: 191px;
    height: 191px;
    top: -47px;
  }
  .wooden_cabins_content_list_item p {
    font-size: 16px;
    line-height: 34px;
  }
  .wooden_cabins_content_list_item:after {
    height: 87px;
    bottom: -88px;
  }
  .wooden_cabins_content_list_item-left {
    width: 835px;
    margin-left: 95px;
    padding: 38px 35px 18px 120px;
  }
  .wooden_cabins_content_list_item-left:after {
    right: 343px;
    left: auto;
  }
  .wooden_cabins_content_list_item-left .wooden_cabins_content_list_item_img {
    left: -95px;
  }
  .wooden_cabins_content_list_item-right {
    width: 870px;
    margin-left: auto;
    margin-right: 95px;
    padding: 38px 120px 18px 35px;
  }
  .wooden_cabins_content_list_item-right:after {
    left: 379px;
    right: auto;
  }
  .wooden_cabins_content_list_item-right .wooden_cabins_content_list_item_img {
    right: -95px;
  }
}

.catalog {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF8F8;
  padding-top: 32px;
}

.catalog_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog_content_item {
  background-color: #FFFFFF;
  margin-top: 32px;
  position: relative;
}

.catalog_content_item_slider {
  position: relative;
}

.catalog_content_item_slider_prev {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.catalog_content_item_slider_next {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.catalog_content_item_slider_list_img {
  width: 100%;
  height: 200px;
  position: relative;
}

.catalog_content_item_slider_list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog_content_item_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 15px 0px 15px;
}

.catalog_content_item_text_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 32px;
}

.catalog_content_item_text_description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #263A32;
  margin-top: 15px;
}

.catalog_content_item_text_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 33px;
}

.catalog_content_item_text_list_item {
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  margin-bottom: 46px;
}

.catalog_content_item_text_list_item:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 53px;
  background-color: #ECE1D8;
}

.catalog_content_item_text_list_item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: rgba(112, 100, 88, 0.9);
}

.catalog_content_item_text_list_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #263A32;
  margin-top: 3px;
}

.catalog_content_item:first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .catalog_content_item_slider_list_img {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .catalog {
    padding-top: 100px;
  }
  .catalog_content_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
  .catalog_content_item_slider_list {
    width: 393px;
  }
  .catalog_content_item_slider_list_img {
    width: 393px;
    height: 408px;
  }
  .catalog_content_item_text {
    padding: 0px;
    padding-right: 60px;
    margin-left: 40px;
    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;
  }
  .catalog_content_item_text_title {
    font-size: 42px;
    line-height: 51px;
    margin-top: 0px;
  }
  .catalog_content_item_text_description {
    font-size: 18px;
    line-height: 35px;
    margin-top: 33px;
  }
  .catalog_content_item_text_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 60px;
  }
  .catalog_content_item_text_list_item {
    width: auto;
    margin-right: 40px;
  }
  .catalog_content_item_text_list_item span {
    font-size: 16px;
    line-height: 24px;
  }
  .catalog_content_item_text_list_item p {
    font-size: 22px;
    line-height: 25px;
    margin-top: 3px;
  }
}

.modal_house_one {
  position: fixed;
  width: 100%;
  height: 100vh;
  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;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal_house_one.active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal_house_one_back {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.modal_house_one_slider {
  width: calc(100% - 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.modal_house_one_slider_item img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal_house_one_prev {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.modal_house_one_prev img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 20px;
  cursor: pointer;
}

.modal_house_one_next {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.modal_house_one_next img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .modal_house_one_slider_item img {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .modal_house_one_slider {
    width: calc(100% - 200px);
  }
  .modal_house_one_slider_item img {
    height: 700px;
  }
  .modal_house_one_prev {
    left: 15px;
  }
  .modal_house_one_prev img {
    width: auto;
  }
  .modal_house_one_next {
    right: 15px;
  }
  .modal_house_one_next img {
    width: auto;
  }
}

.modal_house_two {
  position: fixed;
  width: 100%;
  height: 100vh;
  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;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal_house_two.active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal_house_two_back {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.modal_house_two_slider {
  width: calc(100% - 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_house_two_slider_item img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal_house_two_prev {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.modal_house_two_prev img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 20px;
  cursor: pointer;
}

.modal_house_two_next {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.modal_house_two_next img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .modal_house_two_slider_item img {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .modal_house_two_slider {
    width: calc(100% - 200px);
  }
  .modal_house_two_slider_item img {
    height: 700px;
  }
  .modal_house_two_prev {
    left: 15px;
  }
  .modal_house_two_prev img {
    width: auto;
  }
  .modal_house_two_next {
    right: 15px;
  }
  .modal_house_two_next img {
    width: auto;
  }
}

.footer {
  background-color: #1E2D27;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.footer:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #1E2D27;
}

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

.footer_content_mobile_top {
  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;
  margin-top: 10px;
}

.footer_content_mobile_top_btn {
  position: relative;
  width: 23px;
  height: 14px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: -webkit-transform 330ms ease-out;
  transition: -webkit-transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
  z-index: 8;
}

.footer_content_mobile_top_btn span {
  height: 2px;
  background-color: white;
  border-radius: 3px;
}

.footer_content_mobile_top_btn span:first-child {
  width: 50%;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.footer_content_mobile_top_btn span:nth-child(2) {
  width: 100%;
}

.footer_content_mobile_top_btn span:last-child {
  width: 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.footer_content_mobile_top_btn.active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer_content_mobile_top_btn.active span:first-child {
  -webkit-transform: rotate(-90deg) translateX(5px);
          transform: rotate(-90deg) translateX(5px);
}

.footer_content_mobile_top_btn.active span:last-child {
  -webkit-transform: rotate(-90deg) translateX(-5px);
          transform: rotate(-90deg) translateX(-5px);
}

.footer_content_mobile_mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.footer_content_mobile_mid_left h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.footer_content_mobile_mid_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

.footer_content_mobile_mid_left ul li {
  margin-top: 10px;
}

.footer_content_mobile_mid_left ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #BABABA;
}

.footer_content_mobile_mid_left ul li p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #BABABA;
}

.footer_content_mobile_mid_right h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: right;
}

.footer_content_mobile_mid_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.footer_content_mobile_mid_right ul li {
  margin-left: 8px;
}

.footer_content_mobile_mid_right ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #4B5752;
  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;
}

.footer_content_mobile_mid_right ul li:first-child {
  margin-left: 0px;
}

.footer_content_mobile_copyright {
  margin-top: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}

.footer_content_mobile_copyright:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -20px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer_content_mobile_copyright p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
}

.footer_content_desktop {
  display: none;
}

.footer_content_desktop_copyright {
  display: none;
}

.footer_dropdown {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(38, 58, 50, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-transform: translateX(-500px);
          transform: translateX(-500px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 15px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_dropdown.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer_dropdown_left h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer_dropdown_left ul li {
  margin-top: 15px;
}

.footer_dropdown_left ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.footer_dropdown_right h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: right;
}

.footer_dropdown_right ul li {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer_dropdown_right ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.footer-order {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .footer_dropdown {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}

@media (min-width: 1200px) {
  .footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 42px;
    padding-bottom: 30px;
  }
  .footer-order {
    margin-top: 0px;
  }
  .footer_content_mobile {
    display: none;
  }
  .footer_content_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_content_desktop_mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_content_desktop_mid_first h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
  }
  .footer_content_desktop_mid_first ul {
    margin-top: 37px;
  }
  .footer_content_desktop_mid_first ul li {
    margin-top: 15px;
  }
  .footer_content_desktop_mid_first ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    position: relative;
  }
  .footer_content_desktop_mid_first ul li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 2px;
    left: 0px;
    width: 0px;
    background-color: #CBA689;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer_content_desktop_mid_first ul li a:hover:after {
    width: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer_content_desktop_mid_second {
    margin-left: 64px;
  }
  .footer_content_desktop_mid_second h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
  }
  .footer_content_desktop_mid_second ul {
    margin-top: 37px;
  }
  .footer_content_desktop_mid_second ul li {
    margin-top: 15px;
  }
  .footer_content_desktop_mid_second ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    position: relative;
  }
  .footer_content_desktop_mid_second ul li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 2px;
    left: 0px;
    width: 0px;
    background-color: #CBA689;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer_content_desktop_mid_second ul li a:hover:after {
    width: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .footer_content_desktop_mid_second ul li p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    position: relative;
  }
  .footer_content_desktop_mid_second ul li p:after {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 2px;
    left: 0px;
    width: 0px;
    background-color: #CBA689;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer_content_desktop_mid_second ul li p:hover:after {
    width: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer_content_desktop_mid_three {
    margin-left: 48px;
  }
  .footer_content_desktop_mid_three h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
  }
  .footer_content_desktop_mid_three ul {
    margin-top: 37px;
  }
  .footer_content_desktop_mid_three ul li {
    margin-top: 15px;
  }
  .footer_content_desktop_mid_three ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #BABABA;
    position: relative;
  }
  .footer_content_desktop_mid_three ul li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 2px;
    left: 0px;
    width: 0px;
    background-color: #CBA689;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer_content_desktop_mid_three ul li a:hover:after {
    width: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }


  .footer_content_desktop_mid_three ul li p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #BABABA;
    position: relative;
  }

  .footer_content_desktop_social h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
  }
  .footer_content_desktop_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27px;
  }
  .footer_content_desktop_social ul li {
    margin-left: 22px;
  }
  .footer_content_desktop_social ul li:first-child {
    margin-left: 0px;
  }
  .footer_content_desktop_social ul li a {
    width: 36px;
    height: 36px;
    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 #4B5752;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer_content_desktop_social ul li a:hover {
    background-color: #CBA689;
    border: 1px solid #CBA689;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .footer_content_desktop_copyright {
    display: block;
    margin-top: 70px;
    position: relative;
  }
  .footer_content_desktop_copyright:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -30px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .footer_content_desktop_copyright p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .footer_dropdown {
    display: none;
  }
}



.plug {
  position: relative;
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/every/2.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/every/2.jpg);
  background-size: cover;
  background-position: 50%;
}

.plug .container {
  position: relative;
}

.plug_content {
  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;
  height: 100vh;
  width: 100%;
  position: relative;
}

.plug_content_header {
  position: absolute;
  left: 0px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.plug_content_header_right {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plug_content_header_right a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: #FFFFFF;
}

.plug_content_header_right_tel {
  position: relative;
}

.plug_content_header_right_tel:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -15px;
  width: 1px;
  height: 38px;
  background-color: #fff;
}

.plug_content_header_right_mail {
  margin-left: 30px;
}

.plug_content h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  color: #FFFFFF;
  text-align: center;
}

@media (min-width: 768px) {
  .plug_content_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    top: 20px;
  }
  .plug_content_header_right {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .plug_content_header {
    top: 47px;
  }
  .plug_content h1 {
    font-size: 60px;
    line-height: 73px;
  }
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.form_content_form form p span input {
  border-bottom: 1px solid  #263A32;
  box-sizing: border-box;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;

}

.form_content_form form p span input:focus {
  border-bottom: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form_content_form form p span input.wpcf7-email {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
}


.form_content_form form p span input.wpcf7-email:focus {
  outline: none !important;
  border-bottom: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 1200px) {
  .form_content_form form p span input {
    padding-bottom: 15px;
  }
}

.form_content_form form p span input.wpcf7-not-valid {
  border-bottom: 1px solid red;
}

.form_content_form form p span input.wpcf7-email.wpcf7-not-valid:focus {
  border-bottom: 1px solid red;
}

.wpcf7-response-output {
  border: none !important;
  padding: 0px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #263A32;
  position: absolute;
  margin-left: 0px !important;
}

@media (min-width: 1200px) {
  .wpcf7-response-output {
    font-size: 16px;
    line-height: 20px;
  }
}

.contact_us_block_form .wpcf7-response-output {
  width: 100%;
  text-align: center;
}

.wpcf7-list-item-label {
  display: none !important;
}

.contact_us_block_form_info label .wpcf7-form-control-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
}

.contact_us_block_form_info .wpcf7-form-control-wrap {
  margin: 0px;
}

.contact_us_block_form_info .wpcf7-form-control-wrap .wpcf7-form-control {
  margin: 0px;
}

.contact_us_block_form_info .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0px;
}

.contact_us_block_form_info span input {
  height: 26px !important;
  top: -4px !important;
  margin: 0px !important;
}

.contact_us_block_form form span input.wpcf7-not-valid {
  border: 1px solid red;
}

.order_catalog_content_main span.text-950 {
  width: calc(50% - 5px);
}

.order_catalog_content_main span.tel-366 {
  width: calc(50% - 5px);
}

.order_catalog_content_main span.text-952 {
  width: calc(50% - 5px);
}

.order_catalog_content_main span.text-953 {
  width: calc(50% - 5px);
}

.order_catalog_content_main span input.wpcf7-email {
  background-color: transparent;
  border: 1px solid #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_main span input.wpcf7-email:focus {
  border: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
}



@media (min-width: 1200px) {
  .order_catalog_content_main span.text-950 {
    width: calc(50% - 12px);
  }
  
  .order_catalog_content_main span.tel-366 {
    width: calc(50% - 12px);
  }
  
  .order_catalog_content_main span.text-952 {
    width: calc(50% - 12px);
  }
  
  .order_catalog_content_main span.text-953 {
    width: calc(50% - 12px);
  }
}

.order_catalog_content label .wpcf7-form-control-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
}

.order_catalog_content_check .checkbox-48 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.order_catalog_content_check input {
  position: absolute;
  left: 0px;
  height: 26px;
  top: -6px;
  width: 100%;
}


.order_catalog_content_check.focus .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_check.focus .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_check.focus .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_submit {
  position: relative;
}

.order_catalog_content_submit input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.order_catalog_content_submit img {
  position: absolute;
  right: 20px;
}

@media (min-width: 1200px) {
  .order_catalog_content_submit img {
    right: 50px;
  }
}

.order_catalog_content .wpcf7-response-output {
  width: 100%;
  text-align: center;
}

.order_catalog_content {
  position: relative;
}

.order_catalog_content_plot label .checkbox-998 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.order_catalog_content_plot label .checkbox-557 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.order_catalog_content_plot label .checkbox-999 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.order_catalog_content_plot label input {
  height: 26px;
  width: 100%;
  left: 0px;
  top: -6px;
}

.order_catalog_content_plot label.focus .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_plot label.focus .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_plot label.focus .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_main span input.wpcf7-not-valid {
  border: 1px solid red;
}

.order_catalog_content_main span input.wpcf7-email.wpcf7-not-valid {
  border: 1px solid red;
}

.optional_catalog_content_building .wpcf7-form-control-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.optional_catalog_content_building .wpcf7-form-control-wrap input {
  position: absolute;
  left: 0px;
  top: -6px;
  width: 100%;
  height: 26px;
}

.optional_catalog_content_building label.focus .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_building label.focus .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_building label.focus .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.optional_catalog_content_design .checkbox-572,
.optional_catalog_content_design .checkbox-573 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.optional_catalog_content_design .checkbox-572 input,
.optional_catalog_content_design .checkbox-573 input {
  position: absolute;
  left: 0px;
  top: -6px;
  width: 100%;
  height: 26px;
}

.optional_catalog_content_design label.focus .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_design label.focus .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_design label.focus .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.optional_catalog_content_choice h4 {
  margin-bottom: 30px;
}

.optional_catalog_content_type .wpcf7-form-control-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.optional_catalog_content_type .wpcf7-form-control-wrap input {
  position: absolute;
  left: 0px;
  top: -6px;
  width: 100%;
  height: 26px;
}

.optional_catalog_content_type label.focus .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_type label.focus .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_type label.focus .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_variant .wpcf7-form-control-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.optional_catalog_content_variant .wpcf7-form-control-wrap input {
  position: absolute;
  left: 0px;
  top: -6px;
  width: 100%;
  height: 26px;
}

.optional_catalog_content_variant label.focus .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_variant label.focus .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_variant label.focus .text {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.optional_catalog_content_submit input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.optional_catalog_content_submit img {
  position: absolute;
  left: 68%;
}

@media (min-width: 1200px) {
  .optional_catalog_content_submit img {
    left: 63%;
  }
}

.optional_catalog_content {
  position: relative;
}

.optional_catalog_content .wpcf7-response-output {
  width: 100%;
  text-align: center;
}

.optional_catalog_content_main span.email-668 {
  width: calc(50% - 5px);
}

.optional_catalog_content_main span.email-669 {
  width: calc(50% - 5px);
}

.optional_catalog_content_main span.text-917 {
  width: calc(50% - 5px);
}

.optional_catalog_content_main span.text-919 {
  width: calc(50% - 5px);
}

.optional_catalog_content_main input.wpcf7-email {
  background-color: transparent;
}

.optional_catalog_content_main input.wpcf7-email:focus {
  outline: none;
}

.optional_catalog_content_main input.wpcf7-not-valid {
  border: 1px solid red;
}

.optional_catalog_content_main input.wpcf7-not-valid:focus {
  border: 1px solid red;
}

@media (min-width: 1200px) {
  .optional_catalog_content_main span.email-668 {
    width: calc(50% - 12px);
  }
  
  .optional_catalog_content_main span.email-669 {
    width: calc(50% - 12px);
  }
  
  .optional_catalog_content_main span.text-917 {
    width: calc(50% - 12px);
  }
  
  .optional_catalog_content_main span.text-919 {
    width: calc(50% - 12px);
  }
}

.catalog_content_item.hidden {
  opacity: 0;
  position: absolute;
  left: -99999px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  z-index: -2;
}

.new {
  height: 100vh;
  position: relative;
}

.new_block {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 158px;
  background: rgba(236, 225, 216, 0.5);
  mix-blend-mode: normal;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.new_block h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #263A32;
}

.new_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 40px;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  margin-top: 32px;
}

.new_block a img {
  margin-left: 9px;
}

@media (min-width: 1200px) {
  .new_block {
    width: 875px;
    height: 310px;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 70px;
  }
  .new_block h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .new_block a {
    width: 328px;
    height: 54px;
    font-size: 16px;
    line-height: 18px;
  }
  .new_block a img {
    margin-left: 13px;
  }
  .reason {
    padding-bottom: 195px;
  }
}


.drawings_title span {
  outline: none !important;
}

.drawings_title span:focus {
  outline: none !important;
}

.back_scheme {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.767);
  z-index: -9;
  opacity: 0;
  cursor: pointer;
}

.modal_scheme {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 90%;
  z-index: -10;
  opacity: 0;
}

@media (min-width: 1200px) {
  .modal_scheme {
    width: 60%;
  }
}

.modal_scheme_img {
  width: 100%;
}

.modal_scheme_img img {
  width: 100%;
}

.back_scheme.active {
  opacity: 1;
  z-index: 9;
}

.modal_scheme.active {
  opacity: 1;
  z-index: 10;
}

.drawings_content_item img {
  cursor: pointer;
}


.caption_content_list_item img {
  order: 3;
  margin-top: 10px;
}

.caption_content_list_item h5 {
  order: 1;
}

.caption_content_list_item span {
  order: 2;
}

@media (min-width: 1200px) {
  .caption_content_list_item img {
    order: 1;
    margin-top: 0px;
  }
  .caption_content_list_item h5 {
    order: 2;
  }
  .caption_content_list_item span {
    order: 3;
  }
}

.search_content_calculator_space_polzunok {
  width: 100%;
}

.search_content_calculator_price_polzunok {
  width: 100%;
}

.ui-slider-horizontal {
  height: 2px;
}

.ui-slider .ui-slider-handle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -3px;
  border: none;
  background: #CBA689;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(236, 225, 216, 0.5);
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -2px;
}

.ui-widget.ui-widget-content {
  border: none;
  background: #CBA689;
}

.ui-widget-content {
  border: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px;
}

.search_content_calculator_space_polzunok {
  margin-top: 45px;
}

.search_content_calculator_space_polzunok_count_max {
  right: 0px;
  top: 24px;
}

.search_content_calculator_space_polzunok_count_min {
  left: 0px;
  top: 24px;
}


.search_content_calculator_price_polzunok {
  margin-top: 45px;
}

.search_content_calculator_price_polzunok_count_max {
  right: 0px;
  top: 24px;
}

.search_content_calculator_price_polzunok_count_min {
  left: 0px;
  top: 24px;
}


@media (min-width: 1200px) {
  .search_content_calculator_space_polzunok {
    margin-top: 14px;
    display: flex;
    align-items: center;
  }
  .search_content_calculator_space_polzunok_count_max {
    top: 0px;
    width: 55px;
  }
  .search_content_calculator_space_polzunok_count_min {
    top: 0px;
    width: 55px;
  }
  .search_content_calculator_space_polzunok_bar {
    width: 232px;
    margin: 0px 19px;
  }
  .search_content_calculator_price_polzunok_bar {
    width: 137px;
    margin: 0px 19px;
  }
  .search_content_calculator_price_polzunok {
    display: flex;
    align-items: center;
    margin-top: 14px;
  }
  .search_content_calculator_price_polzunok_count_min {
    width: 114px;
    top: 0px;
  }
  .search_content_calculator_price_polzunok_count_max {
    width: 114px;
    top: 0px;
  }
}

.outercase {
  position: relative;
}

.outercase::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 114px;
  width: 50%;
  height: 46px;
  background-color: #ECE1D8;
}

.outercase_general h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #263A32;
  margin-top: 68px;
}

.outercase_title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #263A32;
  opacity: 0.88;
  margin-top: 65px;
  text-align: center;
}

.outercase_list_item {
  margin-top: 55px;
  display: none;
}

.outercase_list_item.active {
  display: block;
}

.outercase_list_item h5 {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #CBA689;
  opacity: 0.88;
}

.outercase_list_item h5::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  width: 32px;
  height: 5px;
  background-color: #ECE1D8;
}

.outercase_list_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #263A32;
  margin-top: 10px;
}

.outercase_btn {
  width: 90px;
  display: flex;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}

.outercase_btn.active {
  display: none;
}

.outercase_btn:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0px;
  height: 2px;
  background-color: #CBA689;
}

.outercase_btn span {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #263A32;
}

.innercase {
  position: relative;
  display: none;
}

.innercase.active {
  display: block;
}

.innercase::before {
  content: "";
  position: absolute;
  right: 0px;
  top: -8px;
  width: 50%;
  height: 46px;
  background-color: #ECE1D8;
}

.innercase_title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #263A32;
  opacity: 0.88;
  margin-top: 65px;
  text-align: center;
}

.innercase_list_item {
  margin-top: 55px;
}

.innercase_list_item h5 {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #CBA689;
  opacity: 0.88;
}

.innercase_list_item h5::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  width: 32px;
  height: 5px;
  background-color: #ECE1D8;
}

.innercase_list_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #263A32;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .outercase_btn {
    display: none;
  }
  .outercase::before {
    top: 217px;
    height: 69px;
  }
  .outercase_general h2 {
    font-size: 53px;
    line-height: 65px;
    margin-top: 140px;
  }
  .outercase_title h3 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 108px;
  }
  .outercase_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 115px;
  }
  .outercase_list_item {
    display: block;
    width: 310px;
    margin-top: 0px;
  }
  .outercase_list_item:nth-child(4) {
    margin-top: 10px;
  }
  .outercase_list_item:nth-child(5) {
    margin-top: 50px;
  }
  .outercase_list_item:nth-child(6) {
    margin-top: 32px;
  }
  .outercase_list_item:nth-child(7) {
    margin-top: -27px;
  }
  .outercase_list_item:nth-child(8) {
    margin-top: 50px;
  }
  .outercase_list_item:nth-child(9) {
    margin-top: -108px;
  }
  .outercase_list_item h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .outercase_list_item p {
    font-size: 14px;
    line-height: 20px;
  }
  .innercase {
    margin-bottom: 110px;
    display: block;
  }
  .innercase:before {
    height: 69px;
    top: -20px;
  }
  .innercase_title h3 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 150px;
  }
  .innercase_list_item {
    width: 310px;
    margin-top: 0px;
  }
  .innercase_list_item:nth-child(4) {
    margin-top: 7px;
  }
  .innercase_list_item:nth-child(5) {
    margin-top: -73px;
  }
  .innercase_list_item:nth-child(6) {
    margin-top: 70px;
  }
  .innercase_list_item:nth-child(7) {
    position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);
  }
  .innercase_list_item:nth-child(8) {
    position: absolute;
    bottom: -21px;
    right: 0px;
  }
  .innercase_list_item h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .innercase_list_item p {
    font-size: 14px;
    line-height: 20px;
  }
  .innercase_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 115px;
  }
}

.background_scheme {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9;
  display: none;
}

.background_scheme.active {
  display: block;
}

.modal_uni_item {
  display: none;
}

.modal_uni_item.active {
  display: block;
}

.modal_uni {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  z-index: 10;
}

.modal_uni_item {
  padding: 35px 48px 10px 35px;
  box-sizing: border-box;
  background: rgba(38, 58, 50, 0.8);
}

.modal_uni_item h5 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.modal_uni_item_img img {
  width: 100%;
}

.modal_uni_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
}

.modal_uni_item_list_item {
  width: 50%;
  margin-bottom: 23px;
}


.modal_uni_item_list_item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 6px;
}

.modal_uni_item_list_item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.thank_background {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(38, 58, 50, 0.5);
  mix-blend-mode: normal;
  backdrop-filter: blur(19px);
  width: 100%;
  height: 100%;
  z-index: -5;
  opacity: 0;
  transition: all 0.3s linear;
  cursor: pointer;
}

.thank_background.active {
  opacity: 1;
  z-index: 5;
  transition: all 0.3s linear;
}

.modal_thank {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  background-color: #FFFFFF;
  z-index: -6;
  box-sizing: border-box;
  padding: 0px 23px 67px 23px;
  opacity: 0;
  transition: all 0.3s linear;
}

.modal_thank.active {
  opacity: 1;
  z-index: 6;
  transition: all 0.3s linear;
}

.modal_thank_close {
  position: absolute;
  right: 15px;
  top: 23px;
  cursor: pointer;
}

.modal_thank h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #263A32;
  margin-top: 68px;
}

.modal_thank p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #263A32;
  margin-top: 28px;
}

@media (min-width: 1200px) {
  .modal_thank {
    width: 970px;
    padding: 0px 41px 85px 41px;
  }
  .modal_thank p {
    font-size: 16px;
    line-height: 28px;
    width: 485px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .modal_thank h2 {
    font-size: 53px;
    line-height: 65px;
    margin-top: 85px;
  }
  .modal_thank_close {
    top: 30px;
    right: 27px;
  }
}

#mc_embed_signup_scroll {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.order_catalog_content h2 {
  order: 1;
  width: 100% !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  color: #263A32 !important;
}

.order_catalog_content_pdf {
  order: 2;
  margin-top: 23px;
  margin-bottom: 50px;
  width: 100%;
}

.order_catalog_content_sommer {
  order: 2;
  width: 100%;
  margin-top: 50px;
}

.order_catalog_content_name {
  order: 3;
  width: 100% !important;
  position: relative;
}

.order_catalog_content_lastname {
  order: 4;
  width: 100% !important;
  position: relative;
  margin-top: 14px;
}

.order_catalog_content_email {
  order: 5;
  position: relative;
  width: calc(50% - 5px) !important;
  margin-top: 14px;
}

.order_catalog_content_phone {
  order: 6;
  position: relative;
  margin-top: 14px;
  width: calc(50% - 5px) !important;
}

.order_catalog_content_by {
  order: 7;
  margin-top: 14px;
  position: relative;
  width: 100% !important;
}

.order_catalog_content_address {
  order: 8;
  margin-top: 14px;
  position: relative;
  width: 100% !important;
}

.order_catalog_content_codepost {
  order: 9;
  margin-top: 14px;
  position: relative;
  width: 100% !important;
}

.order_catalog_content_list {
  order: 10;

}

.order_catalog_content_policy {
  order: 11;
}

.order_catalog_content_submit {
  order: 12;
}

#mc_embed_signup_scroll .order_catalog_content_name input,
#mc_embed_signup_scroll .order_catalog_content_lastname input, 
#mc_embed_signup_scroll .order_catalog_content_email input,
#mc_embed_signup_scroll .order_catalog_content_phone input,
#mc_embed_signup_scroll .order_catalog_content_by input,
#mc_embed_signup_scroll .order_catalog_content_address input,
#mc_embed_signup_scroll .order_catalog_content_codepost input {
  width: 100%;
  height: 56px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #263A32;
  border: 1px solid #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 18px;
  background-color: transparent;
}

#mc_embed_signup_scroll .order_catalog_content_name input.focus,
#mc_embed_signup_scroll .order_catalog_content_lastname input.focus, 
#mc_embed_signup_scroll .order_catalog_content_email input.focus,
#mc_embed_signup_scroll .order_catalog_content_phone input.focus,
#mc_embed_signup_scroll .order_catalog_content_by input.focus,
#mc_embed_signup_scroll .order_catalog_content_address input.focus,
#mc_embed_signup_scroll .order_catalog_content_codepost input.focus {
  border: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#mc_embed_signup .mc-field-group {
  padding: 0px !important;
  height: auto !important;
  min-height: auto !important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 1px solid #e85c41 !important;
}

#mc_embed_signup .mc-field-group input {
  padding: 0px 18px !important;
}

#mc_embed_signup_scroll .order_catalog_content_email input:focus {
  outline: none;
}

.order_catalog_content_pdf ul li {
  position: relative;
}

.order_catalog_content_pdf ul li label {
  padding-left: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_pdf ul li input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.order_catalog_content_pdf ul li .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_pdf ul li .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_pdf ul li input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_pdf ul li input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_check input:checked ~ label {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

div.mce_inline_error {
  display: none !important;
}

.order_catalog_content_list h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 50px;
}

.order_catalog_content_house {
  width: 100%;
}

.order_catalog_content_house h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 50px;
}

.order_catalog_content_build h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 50px;
}

.order_catalog_content_options h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin-top: 50px;
}

.order_catalog_content_list ul li {
  position: relative;
  margin-top: 28px !important;
}

.order_catalog_content_list ul li label {
  padding-left: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: block !important;
  cursor: pointer;
}

.order_catalog_content_list ul li input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.order_catalog_content_list ul li .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_list ul li .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_list ul li input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_list ul li input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_list input:checked ~ label {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#mc-embedded-subscribe {
  border: none !important;
  border-radius: 0px !important;
  margin: 0px !important;
}

#mc_embed_signup div#mce-responses {
  order: 14 !important;
  width: 100% !important;
  top: auto !important;
  margin: 0px !important;
  text-align: center !important;
}

#mc_embed_signup div.response {
  width: 100% !important;
}


@media (min-width: 1200px) {
  .order_catalog_content_pdf ul li label {
    font-size: 16px;
    line-height: 20px;
    padding-left: 48px;
  }
  .order_catalog_content_pdf {
    margin-top: 28px;
    margin-bottom: 75px;
  }
  .order_catalog_content_pdf ul li .checkmark {
    top: -3px;
  }  
  .order_catalog_content_lastname {
    margin-top: 18px;
  }
  
  .order_catalog_content_email {
    margin-top: 18px;
  }
  
  .order_catalog_content_phone {
    margin-top: 18px;
  }
  
  .order_catalog_content_by {
    margin-top: 18px;
  }
  
  .order_catalog_content_address {
    margin-top: 18px;
  }
  
  .order_catalog_content_codepost {
    margin-top: 18px;
  }
  #mc_embed_signup_scroll .order_catalog_content_name input,
  #mc_embed_signup_scroll .order_catalog_content_lastname input, 
  #mc_embed_signup_scroll .order_catalog_content_email input,
  #mc_embed_signup_scroll .order_catalog_content_phone input,
  #mc_embed_signup_scroll .order_catalog_content_by input,
  #mc_embed_signup_scroll .order_catalog_content_address input,
  #mc_embed_signup_scroll .order_catalog_content_codepost input {
    height: 73px;
    font-size: 16px;
    padding: 0px 38px;
  }
  .order_catalog_content_list h4 {
    margin-top: 75px;
    margin-bottom: 12px;
  }
  .order_catalog_content_list ul li label {
    font-size: 16px;
    line-height: 20px;
    padding-left: 48px;
  }
  .order_catalog_content_list ul li .checkmark {
    top: -3px;
  }
}

.order_catalog_content_costyl {
  position: absolute !important;
  opacity: 0;
  left: -9999px;
  top: 0px;
}

.indicates-required {
  display: none !important;
}

.optional_catalog_content h2 {
  order: 1;
  width: 100% !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  color: #263A32 !important;
}

.order_catalog_content_house {
  order: 11;
}

.order_catalog_content_house ul li {
  position: relative;
  margin-top: 28px !important;
}

.order_catalog_content_house ul li label {
  padding-left: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_house ul li input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.order_catalog_content_house ul li .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_house ul li .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_house ul li input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_house ul li input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_house input:checked ~ label {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 1200px) {
  .order_catalog_content_house h4 {
    margin-top: 75px;
    margin-bottom: 12px;
  }
  .order_catalog_content_house ul li label {
    font-size: 16px;
    line-height: 20px;
    padding-left: 48px;
  }
  .order_catalog_content_house ul li .checkmark {
    top: -3px;
  }
}

.order_catalog_content_build {
  order: 11;
}

.order_catalog_content_build ul li {
  position: relative;
  margin-top: 28px !important;
}

.order_catalog_content_build ul li label {
  padding-left: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_build ul li input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.order_catalog_content_build ul li .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_build ul li .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_build ul li input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_build ul li input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_build input:checked ~ label {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 1200px) {
  .order_catalog_content_build h4 {
    margin-top: 75px;
    margin-bottom: 12px;
  }
  .order_catalog_content_build ul li label {
    font-size: 16px;
    line-height: 20px;
    padding-left: 48px;
  }
  .order_catalog_content_build ul li .checkmark {
    top: -3px;
  }
}



.order_catalog_content_options {
  order: 12;
}

.order_catalog_content_options ul li {
  position: relative;
  margin-top: 28px !important;
}

.order_catalog_content_options ul li label {
  padding-left: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_options ul li input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.order_catalog_content_options ul li .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_options ul li .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_options ul li input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_options ul li input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_options input:checked ~ label {
  color: #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 1200px) {
  .order_catalog_content_options h4 {
    margin-top: 75px;
    margin-bottom: 12px;
  }
  .order_catalog_content_options ul li label {
    font-size: 16px;
    line-height: 20px;
    padding-left: 48px;
  }
  .order_catalog_content_options ul li .checkmark {
    top: -3px;
  }
}

.optional_catalog_content_submit {
  order: 13;
}

.optional_catalog_content_submit input {
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #263A32 !important;
}

.order_catalog_content_options {
  width: 100%;
}

.form_content_form .mc-field-group {
  width: 100%;
  position: relative;
  margin-top: 41px;
}

.form_content_form input {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #263a32 !important;
  width: 100% !important;
  border: none !important;
  box-sizing: border-box;
  padding-bottom: 10px !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0px !important;
  text-indent: 0% !important;
}

.form_content_name input,
.form_content_lastname input,
.form_content_tel input,
.form_content_postcode input {
  border-bottom: 1px solid #263A32 !important;
}

.form_content_form #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: none !important;
  border-bottom: 1px solid red !important;
}

.form_content_form #mc_embed_signup .mc-field-group input {
  padding: 0px !important;
  padding-bottom: 10px !important;
}

.form_content_email {
  width: calc(50% - 7.5px) !important;
}
.form_content_tel {
  width: calc(50% - 7.5px) !important;
}


.form_content_email input {
  border: none !important;
  border-bottom: 1px solid #263A32 !important;
  outline: none !important;
  background-color: transparent !important;
}

.form_content_form form .submit input {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 16px !important;
}


@media (min-width: 1200px) {
  .form_content_form input {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .form_content_email {
    width: calc(50% - 15px) !important;
  }
  .form_content_tel {
    width: calc(50% - 15px) !important;
  }
  .form_content_form form .submit input {
    font-size: 16px !important;
    line-height: 16px !important;
  }

}

.form_content_form input:focus {
  border-bottom: 1px solid #CBA689 !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form_content_postcode input {
  background-color: transparent;
}

.form_content_email input:focus {
  border-bottom: 1px solid #CBA689 !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#mc_embed_signup input {
  border: none;
}

.form_content_name,
.form_content_lastname,
.form_content_postcode {
  width: 100% !important;
}

.form_content_form form .submit input:focus {
  border: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #FFF8F8 inset !important;
  -webkit-box-shadow: 0 0 0 30px #FFF8F8 inset !important;
}


.form_content_form .response {
  text-align: left !important;
}

.order_catalog_content_coment {
  order: 10;
  width: 100%;
}

#mc_embed_signup_scroll .order_catalog_content_coment input {
  width: 100%;
  height: 56px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #263A32;
  border: 1px solid #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 18px;
  background-color: transparent;
}

#mc_embed_signup_scroll .order_catalog_content_coment input.focus {
  border: 1px solid #CBA689;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 1200px) {
  #mc_embed_signup_scroll .order_catalog_content_coment input {
    height: 73px;
    font-size: 16px;
    padding: 0px 38px;
  }
}

/* .contact_us_block_form #mc_embed_signup {
  background-color: transparent !important;
} */

.order_catalog_content_list {
  width: 100% !important;
}

.order_catalog_content_coment {
  width: 100% !important;
}

input:-internal-autofill-selected {
  background-color: #FFF8F8 !important;
}

.order_catalog_content_submit input {
  width: 100% !important;
}

.response {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #263a32;
}

.policy {
  margin-top: 50px;
  margin-bottom: 50px;
}

.policy h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  margin: 40px 0px;
}

.policy h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #263A32;
  margin-bottom: 15px;
}

.policy p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
  margin-bottom: 15px;
}

.policy p a {
  color: blue;
}

.policy_content_footer {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #263A32;
}

.policy_content_footer a {
  color: blue;
}


@media (min-width: 1200px) {
  .policy {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .policy h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .policy h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
  }
  .policy p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .policy_content_footer {
    font-size: 16px;
    line-height: 26px;
  }
}

.contact_us_block_form .wpcf7-form-control-wrap {
  width: 100%;
  margin-top: 14px;
}

@media (min-width: 1200px) {
  .contact_us_block_form .wpcf7-form-control-wrap {
    margin-top: 18px;
  }
}



.modal_cookie {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  background-color: #FFFFFF;
  z-index: -6;
  box-sizing: border-box;
  padding: 0px 23px 54px 23px;
  opacity: 0;
  transition: all 0.3s linear;
}

.modal_cookie.active {
  opacity: 1;
  z-index: 6;
  transition: all 0.3s linear;
}

.modal_cookie_close {
  position: absolute;
  right: 15px;
  top: 23px;
  cursor: pointer;
}

.modal_cookie h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #263A32;
  margin-top: 68px;
}

.modal_cookie p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #263A32;
  margin-top: 28px;
}

.modal_cookie_btns {
  display: flex;
  flex-direction: column;
}

.modal_cookie_btns_reject {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 267px;
  height: 40px;
  box-sizing: border-box;
  border: 2px solid #7D8681;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 35px;
}

.modal_cookie_btns_reject span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #7D8681;
}

.modal_cookie_btns_accept {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 267px;
  height: 40px;
  box-sizing: border-box;
  background-color: #1E2D27;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 15px;
}

.modal_cookie_btns_accept span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}


@media (min-width: 1200px) {
  .modal_cookie {
    width: 970px;
    padding: 0px 41px 85px 41px;
  }
  .modal_cookie p {
    font-size: 16px;
    line-height: 28px;
    width: 630px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .modal_cookie h2 {
    font-size: 53px;
    line-height: 65px;
    margin-top: 85px;
    text-transform: uppercase;
  }
  .modal_cookie_close {
    top: 30px;
    right: 27px;
  }
  .modal_cookie_btns {
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
  }
  .modal_cookie_btns_reject {
    width: 212px;
    height: 54px;
    margin: 0px;
  }
  .modal_cookie_btns_reject span {
    font-size: 16px;
    line-height: 18px;
  }
  .modal_cookie_btns_accept {
    width: 212px;
    height: 54px;
    margin: 0px;
    margin-left: 73px;
  }
  .modal_cookie_btns_accept span {
    font-size: 16px;
    line-height: 18px;
  }
}


.order_catalog_content_sommer ul li {
  position: relative;
}

.order_catalog_content_sommer ul li label {
  padding-left: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #7D8681;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_sommer ul li input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.order_catalog_content_sommer ul li .checkmark {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 26px;
  height: 26px;
  border: 1px solid #7D8681;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_sommer ul li .checkmark:after {
  content: "";
  display: block;
  opacity: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #263A32;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_sommer ul li input:checked ~ .checkmark {
  border: 1px solid #263A32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.order_catalog_content_sommer ul li input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


@media (min-width: 1200px) {
  /* .order_catalog_content_sommer {
  } */
  .order_catalog_content_sommer ul li label {
    font-size: 16px;
    line-height: 20px;
    padding-left: 48px;
  }
  .order_catalog_content_sommer ul li .checkmark {
    top: -3px;
  } 
}

.catalog h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #263A32;
  text-align: center;
  margin-bottom: 30px;
}

.catalog-second {
  padding-bottom: 32px;
}

@media (min-width: 1200px) {
  .catalog h2 {
    font-size: 53px;
    line-height: 65px;
    margin-bottom: 80px;
  }
  .catalog-second {
    padding-bottom: 100px;
  }
}

#mc_embed_signup {
  background-color: transparent !important;
}

.order_catalog_content-form input.highlight {
  border-bottom: 1px solid red !important;
}

.order_catalog_content_bestil input.highlight {
  border: 1px solid red !important;
}

.thank {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.thank h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #263A32;
  width: calc(100% - 30px);
}

@media (min-width: 1200px) {
  .thank h1 {
    width: 970px;
  }
  .thank h1 {
    font-size: 53px;
    line-height: 65px;
  }
}

.form_content_hidden {
  position: absolute !important;
  right: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: -9;
}