@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

@font-face {
  font-family: 'Saol-Display';
  src: url('../fonts/SaolDisplay-LightItalic-new.woff2') format('woff2'),
    url('../fonts/SaolDisplay-LightItalic-new.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Saol-Display';
  src: url('../fonts/SaolDisplay-Light-new.woff2') format('woff2'),
    url('../fonts/SaolDisplay-Light-new.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Saol-Display';
  src: url('../fonts/SaolDisplay-Regular-new.woff2') format('woff2'),
    url('../fonts/SaolDisplay-Regular-new.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Regular.eot');
  src: url('../fonts/Cormorant-Regular.woff2') format('woff2'),
    url('../fonts/Cormorant-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-UltraLight.woff2') format('woff2'),
    url('../fonts/Butler-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Medium.woff2') format('woff2'),
    url('../fonts/Butler-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Light.woff2') format('woff2'),
    url('../fonts/Butler-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Black.woff2') format('woff2'),
    url('../fonts/Butler-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Bold.woff2') format('woff2'),
    url('../fonts/Butler-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-ExtraBold.woff2') format('woff2'),
    url('../fonts/Butler-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler.woff2') format('woff2'),
    url('../fonts/Butler.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}
.marck-blocks {
  background: #ffffff;
  min-width: 320px;
  scroll-behavior: smooth;
  color: #000000;
  font-family: 'Cormorant', Sans-serif;
  font-size: 16px;
}
.marck-blocks,
.marck-blocks *,
.marck-blocks *::before,
.marck-blocks *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
}
.marck-blocks h1,
.marck-blocks h2,
.marck-blocks h3,
.marck-blocks h4,
.marck-blocks h5,
.marck-blocks h6 {
  font-weight: normal;
}
.marck-blocks button {
  border: none;
  background: transparent;
}
.marck-blocks li {
  list-style-type: none;
}
.marck-blocks a {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}
.marck-blocks a:hover,
.marck-blocks a:active,
.marck-blocks a:focus {
  color: inherit;
}
.marck-blocks img {
  border: 0;
  cursor: inherit;
}
.marck-blocks font {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.marck-blocks input,
.marck-blocks textarea {
  outline: none;
}
.marck-blocks ::-moz-selection {
  background: #dddddd;
  color: #000;
}
.marck-blocks ::selection {
  background: #dddddd;
  color: #000;
}
.marck-blocks table {
  border-collapse: collapse;
  border-spacing: 0;
}
.marck-blocks .row:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}
.marck-blocks .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.marck-blocks .container.wrap:after,
.marck-blocks .row.wrap:after {
  display: none;
}
.marck-blocks .container {
  margin: 0 auto;
  padding: 0;
  width: 1800px;
}
.marck-blocks .btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', Sans-serif;
  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: 50px;
  border: 1px solid #aaa;
  width: 250px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
.marck-blocks .btn .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  margin-left: 5px;
}
.marck-blocks .btn:hover {
  background: #aaa;
  color: #fff;
}
.marck-blocks .btn:hover .icon {
  fill: #fff;
}
.marck-blocks .btn_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.marck-blocks .btn_line span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', Sans-serif;
  margin-right: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.marck-blocks .btn_line span:nth-child(2) {
  display: none;
}
.marck-blocks .btn_line .icon {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.marck-blocks .btn_line.active span:nth-child(1) {
  display: none;
}
.marck-blocks .btn_line.active span:nth-child(2) {
  display: block;
}
.marck-blocks .btn_line.active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.marck-blocks .btn_line:hover {
  background: #aaa;
  color: #fff;
}
.marck-blocks .btn_line:hover .icon {
  fill: #fff;
}
.marck-blocks .btn_link {
  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;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.marck-blocks .headerscroll {
  position: sticky;
  top: 0;
  padding: 20px 0;
  background: #fff;
  z-index: 8;
  font-family: 'Montserrat', Sans-serif;
  font-size: 12px;
}
.marck-blocks .headerscroll .btn {
  width: auto;
  padding: 0 12px;
}
.marck-blocks .headerscroll .container {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.marck-blocks .headerscroll .link--phone {
  margin-left: 24px;
  letter-spacing: 0.2em;
}
.marck-blocks .headerscroll ul {
  display: flex;
  margin: 0 auto;
}
.marck-blocks .headerscroll li:not(:last-child) {
  margin-right: 24px;
}
.marck-blocks .headerscroll li a {
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  display: block;
  letter-spacing: 0.2em;
}
.marck-blocks .headerscroll li a:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}
.marck-blocks .headerscroll .btn_popupnav {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  display: block;
  margin-left: 330px;
}
.marck-blocks .headerscroll .btn_popupnav:before,
.marck-blocks .headerscroll .btn_popupnav:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #c4bebe;
  position: absolute;
  right: 0;
  top: 50%;
}
.marck-blocks .headerscroll .btn_popupnav:before {
  margin-top: -6px;
  -webkit-box-shadow: 0 6px 0 0 #c4bebe;
          box-shadow: 0 6px 0 0 #c4bebe;
}
.marck-blocks .headerscroll .btn_popupnav:after {
  margin-top: 6px;
  width: 66.666%;
}
@media only screen and (max-width: 1240px) {
  .marck-blocks .headerscroll ul {
    display: none;
  }
  .marck-blocks .headerscroll .btn {
    height: 36px;
  }
  .marck-blocks .headerscroll .btn span {
    display: none;
  }
  .marck-blocks .headerscroll .link--phone {
    margin-left: 0;
  }
  .marck-blocks .headerscroll .btn_popupnav {
    margin-left: 0;
  }
}

.marck-blocks .btn_link span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', Sans-serif;
  margin-right: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.marck-blocks .btn_link .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.marck-blocks .btn_link:hover {
  background: #aaa;
  color: #fff;
}
.marck-blocks .btn_link:hover .icon {
  fill: #fff;
}
.marck-blocks .ftype_0 {
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', Sans-serif;
}
.marck-blocks .ftype_1 {
  font-weight: 250;
  font-size: 70px;
  line-height: 80px;
  font-family: 'Butler', Sans-serif;
}
.marck-blocks .ftype_1 b {
  font-weight: 400;
}
.marck-blocks .ftype_2 {
  font-weight: 250;
  font-size: 48px;
  line-height: 60px;
  font-family: 'Butler', Sans-serif;
}
.marck-blocks .ftype_2 b {
  font-weight: 400;
}
.marck-blocks .ftype_3 {
  font-weight: 250;
  font-size: 36px;
  line-height: 40px;
  font-family: 'Butler', Sans-serif;
}
.marck-blocks .ftype_3 b {
  font-weight: 400;
}
.marck-blocks .ftype_4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Cormorant', Sans-serif;
}
.marck-blocks .ftype_5 {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Cormorant', Sans-serif;
}
.marck-blocks section {
  width: 100%;
  overflow: hidden;
}
.header {
/*  position: fixed;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .btn_nav {
  margin-top: 60px;
  margin-left: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  display: block;
}
.header .btn_nav:before,
.header .btn_nav:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #c4bebe;
  position: absolute;
  right: 0;
  top: 50%;
}
.header .btn_nav:before {
  margin-top: -6px;
  -webkit-box-shadow: 0 6px 0 0 #c4bebe;
          box-shadow: 0 6px 0 0 #c4bebe;
}
.header .btn_nav:after {
  margin-top: 6px;
  width: 66.666%;
}
.header .nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: none;
}
.header .col {
  width: 50%;
}
.header .li_btn {
  cursor: pointer;
  padding: 10px;
}
.header .li_btn .icon {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header .li_btn.active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.header .col--content {
  height: 100vh;
  background: #fff;
  position: relative;
  padding: 64px 150px 150px 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header .col--content .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .btn_close {
  margin-right: -90px;
  margin-left: auto;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.header .btn_close:before,
.header .btn_close:after {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  content: '';
  width: 100%;
  height: 2px;
  background: #aaa;
  position: absolute;
  right: 0;
  top: 50%;
}
.header .btn_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .btn_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .btn_close:hover:before,
.header .btn_close:hover:after {
  background: #000;
}
.header ul {
  margin-bottom: 35px;
}
.header li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
.header li:not(:first-child):not(.small) {
  border-top: 1px solid #ddd;
}
.header li a {
  font-weight: 250;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-family: 'Butler', Sans-serif;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.header li a:hover {
  padding-left: 10px;
}
.header li.small {
  padding: 0;
}
.header li.small:not(.active) {
  display: none;
}
.header li.small a {
  font-weight: 250;
  font-size: 20px;
  line-height: 40px;
}
.header li.small.active + li:not(.small) {
  margin-top: 25px;
}
.header .social {
  margin-right: 20px;
}
.header .icon {
  display: block;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.header .icon:hover {
  fill: #999;
}
.header .btn {
  margin-left: auto;
}
.shownav {
  overflow: hidden;
}
.shownav .header .nav {
  display: block;
}
.footer .section_instagramm {
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
.footer .section_instagramm .container {
  padding: 0 305px;
}
.footer .section_instagramm .title {
  margin-bottom: 20px;
}
.footer .section_instagramm .img {
  width: 25%;
}
.footer .footer_content {
  background: #FBFAF8;
}
.footer .footer_content .container {
  padding: 160px 152px 125px 152px;
}
.footer .footer_content .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .footer_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_content li:not(:last-child) {
  margin-right: 30px;
}
.footer .footer_content li a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', Sans-serif;
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer .footer_content li a:hover {
  color: #000;
}
.footer .footer_content .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.footer .footer_content .social:not(:last-child) {
  margin-right: 30px;
}
.footer .footer_content .social .icon {
  fill: #999;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.footer .footer_content .social .icon:hover {
  fill: #000;
}
.footer .footer_content .col--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer_content .col--right .cont {
  margin-right: 40px;
}
.footer .footer_content .col--right .tit {
  font-weight: 250;
  font-size: 24px;
  line-height: 30px;
  color: #999;
  font-family: 'Butler', Sans-serif;
}
.footer .footer_content .col--right .text {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #999;
}
.footer .footer_content .col--right .frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.footer .footer_content .col--right .frm.success:before {
  content: attr(data-success);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  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 .footer_content .col--right .input {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 4px 0;
  width: 240px;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #999;
  background: none;
}
.footer .footer_content .col--right .button {
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  font-family: 'Montserrat', Sans-serif;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer .footer_content .col--right .button:hover {
  color: #000;
}
.page_content .section_bg {
  background: #FBFAF8;
}
.page_content .title--uppercase {
  text-transform: uppercase;
}
.page_content .section_1 {
  position: relative;
}
.page_content .section_1 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
}
.page_content .section_1 .container {
  min-height: 800px;
  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;
}
.page_content .section_1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_content .section_1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #000;
}
.page_content .section_1 .scroll_box {
  position: absolute;
  left: 50%;
  bottom: 100px;
  margin-left: -20px;
}
.page_content .section_1 .scroll_box:after {
  content: '';
  width: 2px;
  height: 40px;
  bottom: -60px;
  position: absolute;
  left: 19px;
  background: rgba(255, 255, 255, 0.5);
}
.page_content .section_1 .scroll_box .icon {
  display: block;
}
.page_content .section_1 .beforetitle {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.page_content .section_1 .title {
  text-align: center;
  color: #fff;
}
.page_content .section_1 .socials {
  position: absolute;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.page_content .section_1 .social {
  display: block;
}
.page_content .section_1 .social:not(:last-child) {
  margin-bottom: 32px;
}
.page_content .section_1 .icon {
  display: block;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.page_content .section_1 .icon:hover {
  fill: #ccc;
}
.page_content .section_1 .contact_content {
/*  max-width: 1200px;*/
  color: #fff;
  padding-top: 200px;
/*  padding-right: 620px;*/
  z-index: 8;
  padding-right: 120px;
  margin-right: 500px;
  max-width: 700px;
}
.page_content .section_1 .contact_content .title--2 {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.page_content .section_1 .contact_content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  font-family: 'Cormorant', Sans-serif;
}
.page_content .section_1 .contact_content .text p {
  margin-bottom: 35px;
}
.page_content .section_1 .contact_content .workhour {
  font-weight: 250;
  font-size: 24px;
  line-height: 40px;
  font-family: 'Butler', Sans-serif;
}
.page_content .section_1 .contact_content .wrap {
  font-weight: 250;
  font-size: 24px;
  line-height: 40px;
  font-family: 'Butler', Sans-serif;
}
.page_content .section_1 .contact_content .phone {
  position: relative;
  z-index: 3;
  -webkit-transition: padding 0.3s, margin 0.3s;
  transition: padding 0.3s, margin 0.3s;
}
.page_content .section_1 .contact_content .phone:first-child {
  margin-right: 5px;
}
.page_content .section_1 .contact_content .phone:last-child {
  margin-left: 5px;
}
.page_content .section_1 .contact_content .phone:hover {
  padding-bottom: 10px;
  margin-top: -10px;
}
.page_content .section_2 {
  padding: 80px 0 120px 0;
}
.page_content .section_2 .beforetitle {
  text-align: center;
  margin-bottom: 47px;
}
.page_content .section_2 .title {
  text-align: center;
  margin-bottom: 34px;
}
.page_content .section_2 .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 172px;
}
.page_content .section_2 .col--1 {
  width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page_content .section_2 .col--2 {
  width: calc(100% - 706px);
}
.page_content .section_2 .col--2 .wrap {
  padding: 100px 0 0 0;
}
.page_content .section_2 .col--3 {
  width: 275px;
}
.page_content .section_2 .img {
  width: 100%;
  display: block;
}
.page_content .section_2 .text {
  text-align: center;
  padding-top: 34px;
  margin-bottom: 75px;
  position: relative;
}
.page_content .section_2 .text:before {
  content: '';
  width: 200px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  background: #ddd;
}
.page_content .section_2 .tit {
  margin-bottom: 5px;
}
.page_content .section_2 .btn {
  margin-top: 12px;
}
.page_content .section_2 .btn.btn--center {
  margin-left: auto;
  margin-right: auto;
}
.page_content .section_3 {
  padding-top: 120px;
  background: #fbfaf8;
  padding-bottom: 125px;
}
.page_content .section_3 .title {
  text-align: center;
  margin-bottom: 50px;
}
.page_content .section_3 .text {
  text-align: center;
  margin-bottom: 40px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.page_content .section_3 .text p:not(:last-child) {
  margin-bottom: 25px;
}
.page_content .section_3 .text:not(.active) p:nth-child(n+3) {
  display: none;
}
.page_content .section_3 .readmore {
  margin: 0 auto 0 auto;
}
.page_content .section_4 {
  position: relative;
  padding: 180px 0;
}
.page_content .section_4 .wrap {
  padding: 0 290px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_content .section_4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #000;
}
.page_content .section_4 .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0;
  color: #fff;
  position: relative;
  padding-top: 30px;
  text-align: center;
}
.page_content .section_4 .text:before {
  content: '';
  width: 200px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  background: rgba(255, 255, 255, 0.5);
}
.page_content .section_4 .col--photo {
  width: 428px;
}
.page_content .section_4 .col--text {
  width: 400px;
}
.page_content .section_4 .img {
  width: 100%;
}
.page_content .section_4 .beforetitle {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.page_content .section_4 .title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page_content .section_4 .link {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.page_content .section_4 .link .icon {
  fill: #fff;
}
.page_content .section_4 .link span {
  color: #fff;
}
.page_content .section_4 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_content .section_5 {
  padding: 120px 0 120px 0;
}
.page_content .section_5 .container.scroll {
  width: auto;
  max-width: 90vw;
}
.page_content .section_5 .brforetitle {
  text-align: center;
  margin-bottom: 20px;
}
.page_content .section_5 .title {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.page_content .section_5 .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  position: relative;
}
.page_content .section_5 .img {
  height: 24vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  width: 18%;
  position: absolute;
  top: 3vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left 0.8s, opacity 0.8s, visibility 0.8s, height 0.8s, width 0.8s, top 0.8s;
  transition: left 0.8s, opacity 0.8s, visibility 0.8s, height 0.8s, width 0.8s, top 0.8s;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page_content .section_5 .img.slider_start {
  left: -21%;
}
.page_content .section_5 .img.slider_end {
  left: 103%;
}
.page_content .section_5 .img.slider_1 {
  opacity: 1;
  visibility: visible;
  left: 0%;
}
.page_content .section_5 .img.slider_2 {
  opacity: 1;
  visibility: visible;
  left: 19%;
}
.page_content .section_5 .img.slider_3 {
  opacity: 1;
  visibility: visible;
  left: 38%;
  top: 0;
  height: 30vw;
  width: 24%;
}
.page_content .section_5 .img.slider_4 {
  opacity: 1;
  visibility: visible;
  left: 63%;
}
.page_content .section_5 .img.slider_5 {
  opacity: 1;
  visibility: visible;
  left: 82%;
}
.page_content .section_5 .img--big {
  height: 500px;
  width: 400px;
}
.page_content .section_5 .link {
  margin: 0 auto;
}
.page_content .section_6 {
  padding: 60px 0;
  overflow: hidden;
}
.page_content .section_6 .brforetitle {
  text-align: center;
  margin-bottom: 20px;
}
.page_content .section_6 .title {
  text-align: center;
  margin-bottom: 40px;
}
.page_content .section_6 .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page_content .section_6 .img {
  z-index: 1;
  width: 13.285%;
  position: absolute;
  object-fit: contain;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left 0.8s, opacity 0.8s, visibility 0.8s;
  transition: left 0.8s, opacity 0.8s, visibility 0.8s;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page_content .section_6 .img.slider_start {
  left: -14.785%;
}
.page_content .section_6 .img.slider_end {
  left: 103%;
}
.page_content .section_6 .img.slider_1 {
  opacity: 1;
  visibility: visible;
  left: 0.5%;
}
.page_content .section_6 .img.slider_2 {
  opacity: 1;
  visibility: visible;
  left: 14.785%;
}
.page_content .section_6 .img.slider_3 {
  opacity: 1;
  visibility: visible;
  left: 29.07%;
}
.page_content .section_6 .img.slider_4 {
  opacity: 1;
  visibility: visible;
  left: 43.355%;
}
.page_content .section_6 .img.slider_5 {
  opacity: 1;
  visibility: visible;
  left: 57.64%;
}
.page_content .section_6 .img.slider_6 {
  opacity: 1;
  visibility: visible;
  left: 71.925%;
}
.page_content .section_6 .img.slider_7 {
  opacity: 1;
  visibility: visible;
  left: 86.21%;
}
.page_content .section_6 hr {
  width: 1px;
  height: 100px;
  border: none;
  background: #ddd;
}
.page_content .section_6 hr:last-child {
  display: none;
}
.page_content .section_6 .btn_left {
  display: none;
}
.page_content .section_6 .btn_right {
  display: none;
}
.page_content .section_7 {
  padding: 80px 0 115px 0;
}
.page_content .section_7 .wrap {
  padding: 0 340px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page_content .section_7 .col--left {
  width: 465px;
}
.page_content .section_7 .col--right {
  width: 440px;
}
.page_content .section_7 .img {
  width: 100%;
}
.page_content .section_7 .brforetitle {
  text-align: center;
  margin-top: 60px;
}
.page_content .section_7 .title {
  text-align: center;
  margin-top: 15px;
}
.page_content .section_7 .text {
  text-align: center;
  margin-top: 23px;
}
.page_content .section_7 .link {
  margin: 72px auto 12px auto;
}
.page_content .section_8 {
  padding: 150px 0 150px 0;
}
.page_content .section_8 .title {
  text-align: center;
}
.page_content .section_8 .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 105px;
}
.page_content .section_8 .col--1 {
  width: 388px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page_content .section_8 .col--2 {
  width: calc(100% - 799px);
  padding: 176px 68px 176px 102px;
}
.page_content .section_8 .col--2 .wrap {
  padding: 100px 0 0 0;
}
.page_content .section_8 .col--3 {
  width: 411px;
}
.page_content .section_8 .img {
  width: 100%;
  display: block;
}
.page_content .section_8 .text {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.page_content .section_8 .btn {
  margin-left: auto;
  margin-right: auto;
}
.page_content .section_9 {
  padding-top: 79px;
  padding-bottom: 123px;
  overflow: hidden;
}
.page_content .section_9 .beforetitle {
  text-align: center;
  margin-bottom: 30px;
}
.page_content .section_9 .title {
  text-align: center;
  margin-bottom: -23px;
  font-size: 80px;
  line-height: 80px;
  z-index: 3;
  position: relative;
}
.page_content .section_9 .sliders {
  height: 542px !important;
  position: relative;
  max-width: 1100px;
  margin: 0 auto 0 auto;
}
.page_content .section_9 .btn_left {
  position: absolute;
  left: 80px;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
.page_content .section_9 .btn_left .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  fill: #aaa;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.page_content .section_9 .btn_left:hover .icon {
  fill: #000;
}
.page_content .section_9 .btn_right {
  position: absolute;
  right: 80px;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
.page_content .section_9 .btn_right .icon {
  display: block;
  fill: #aaa;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.page_content .section_9 .btn_right:hover .icon {
  fill: #000;
}
.page_content .section_9 .sliders__portfolio_box {
  position: relative;
}
.page_content .section_9 .sliders--portfolio {
  visibility: hidden;
  opacity: 0;
}
.page_content .section_9 .sliders--portfolio:not(:first-child) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
}
.page_content .section_9 .sliders--portfolio.active {
  visibility: visible;
  opacity: 1;
}
.page_content .section_9 .slider {
  z-index: 1;
  width: 31.333%;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left 0.8s, opacity 0.8s, visibility 0.8s, top 0.8s, width 0.8s, height 0.8s;
  transition: left 0.8s, opacity 0.8s, visibility 0.8s, top 0.8s, width 0.8s, height 0.8s;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 293px;
  height: 434px;
}
.page_content .section_9 .slider.slider_start {
  left: -293px;
}
.page_content .section_9 .slider.slider_end {
  left: 100%;
}
.page_content .section_9 .slider.slider_1 {
  opacity: 1;
  visibility: visible;
  left: 0px;
  top: 54px;
}
.page_content .section_9 .slider.slider_2 {
  opacity: 1;
  visibility: visible;
  left: 348px;
  width: 407px;
  height: 542px;
}
.page_content .section_9 .slider.slider_3 {
  top: 54px;
  opacity: 1;
  visibility: visible;
  left: 807px;
}
.page_content .section_9 .box_tabs {
  max-width: 885px;
  margin: 80px auto 0 auto;
}
.page_content .section_9 .label_tabs {
  margin-bottom: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_content .section_9 .label_tab {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  cursor: pointer;
  padding-bottom: 10px;
}
.page_content .section_9 .label_tab:not(:last-child) {
  margin-right: 50px;
}
.page_content .section_9 .label_tab.active {
  border-bottom: 1px solid #aaa;
}
.page_content .section_9 .text {
  max-width: 885px;
  margin: 80px auto 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.page_content .section_9 .tab {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: none;
}
.page_content .section_9 .tab.active {
  display: block;
}
.page_content .section_10 {
  padding-top: 120px;
  padding-bottom: 60px;
}
.page_content .section_10.section_bg {
  padding-bottom: 120px;
}
.page_content .section_10 .beforetitle {
  text-align: center;
  margin-bottom: 20px;
}
.page_content .section_10 .title {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.page_content .section_10 .text {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Cormorant', Sans-serif;
  max-width: 770px;
  margin: 0 auto 60px auto;
}
.page_content .section_10 .text p:not(:last-child) {
  margin-bottom: 25px;
}
.page_content .section_10 .text.text--big {
  font-size: 30px;
  line-height: 40px;
}
.page_content .section_10 .wrap {
  max-width: 1012px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_content .section_10 .wrap.wrap--2 {
  max-width: 1148px;
}
.page_content .section_10 .box {
  width: calc(33.333% - 30px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-bottom: 60px;
}
.page_content .section_10 .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.page_content .section_10 .img {
  width: 100%;
  height: 370px;
  display: block;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_content .section_10 .tit {
  text-align: center;
  font-weight: 250;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Butler', Sans-serif;
}
.page_content .section_10 .names {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Butler', Sans-serif;
}
.page_content .section_10 .link {
  margin: 0 auto 0 auto;
  width: 320px;
}
.page_content .section_10 .wrap--2 .box:nth-child(4n+1),
.page_content .section_10 .wrap--2 .box:nth-child(4n+4) {
  width: 429px;
  padding: 0 32px;
}
.page_content .section_10 .wrap--2 .box:nth-child(4n+1) .img,
.page_content .section_10 .wrap--2 .box:nth-child(4n+4) .img {
  width: 365px;
  height: 486px;
}
.page_content .section_10 .wrap--2 .box:nth-child(4n+2),
.page_content .section_10 .wrap--2 .box:nth-child(4n+3) {
  width: 648px;
}
.page_content .section_10 .wrap--2 .box:nth-child(4n+2) .img,
.page_content .section_10 .wrap--2 .box:nth-child(4n+3) .img {
  width: 648px;
  height: 486px;
}
.page_content .section_10 .wrap--2 .box:nth-child(2n) {
  padding-top: 37px;
}
.page_content .section_11 {
  margin-top: -60px;
  position: relative;
  z-index: 3;
  padding-bottom: 76px;
}
.page_content .section_11 .wrap {
  max-width: 1056px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_content .section_11 .col {
  width: calc(50% - 50px);
  margin-bottom: 44px;
}
.page_content .section_11 .col:first-child {
  padding-top: 120px;
}
.page_content .section_11 .col:last-child {
  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;
}
.page_content .section_11 .col:last-child .img {
  max-width: 352px;
}
.page_content .section_11 .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.page_content .section_11 p:not(:last-child) {
  margin-bottom: 30px;
}
.page_content .section_11 p a {
  color: #666666;
}
.page_content .section_11 .img {
  max-width: 100%;
  display: block;
}
.page_content .section_12 .img {
  display: block;
  width: 100%;
}
.page_content .section_13 {
  padding: 120px 0;
}
.page_content .section_13 .text {
  text-align: center;
  max-width: 1190px;
  margin: 0 auto;
}
.page_content .section_13 .text p:not(:last-child) {
  margin-bottom: 25px;
}
.page_content .section_13 + .section_14 {
  padding-top: 0;
}
.page_content .section_14 {
  padding: 120px 0;
}
.page_content .section_14 .wrap {
  max-width: 1205px;
  margin: 0 auto;
}
.page_content .section_14 .col {
  width: 50%;
  margin-bottom: 5px;
}
.page_content .section_14 .col:nth-child(4n+1) {
  padding-right: 91px;
  padding-top: 85px;
}
.page_content .section_14 .col:nth-child(4n+2) {
  padding-right: 91px;
}
.page_content .section_14 .col:nth-child(4n+3) {
  padding-left: 70px;
  padding-right: 65px;
  padding-top: 148px;
}
.page_content .section_14 .col:nth-child(4n+4) {
  padding-left: 90px;
}
.page_content .section_14 .img {
  max-width: 100%;
  display: block;
}
.page_content .section_15 {
  padding: 120px 0;
}
.page_content .section_15 .icon {
  margin: 0 auto 22px auto;
  width: 66px;
  display: block;
}
.page_content .section_15 .text {
  text-align: center;
  font-weight: 250;
  font-size: 36px;
  line-height: 50px;
  max-width: 850px;
  margin: 0 auto 50px auto;
  font-family: 'Butler', Sans-serif;
}
.page_content .section_15 .signature {
  text-align: center;
}
.page_content .section_16 {
  padding: 120px 0;
}
.page_content .section_16 .title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.page_content .section_16 .wrap {
  max-width: 1057px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_content .section_16 .col {
  width: calc(33.333% - 33.333px);
}
.page_content .section_16 .img:not(:last-child) {
  margin-bottom: 50px;
}
.page_content .section_17 {
  padding-top: 120px;
  padding-bottom: 60px;
}
.page_content .section_17.section_bg {
  padding-bottom: 120px;
}
.page_content .section_17 .beforetitle {
  text-align: center;
  margin-bottom: 20px;
}
.page_content .section_17 .title {
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.page_content .section_17 .wrap {
  max-width: 1012px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_content .section_17 .wrap.wrap--2 {
  max-width: 1148px;
}
.page_content .section_17 .box {
  width: calc(33.333% - 57.333px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page_content .section_17 .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.page_content .section_17 .img {
  width: 100%;
  height: 370px;
  display: block;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_content .section_17 .tit {
  text-align: center;
}
.page_content .section_17 .names {
  text-align: center;
  font-weight: 250;
  font-size: 34px;
  line-height: 40px;
  font-family: 'Butler', Sans-serif;
}
.page_content .section_18 {
  padding-top: 150px;
  padding-bottom: 120px;
}
.page_content .section_18 .block {
  max-width: 970px;
  margin: 0 auto 120px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_content .section_18 .block:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page_content .section_18 .block:nth-child(2n) .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page_content .section_18 .block:last-child {
  margin-bottom: 0;
}
.page_content .section_18 .img {
  width: 50%;
  min-width: 50%;
  height: 555px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_content .section_18 .content {
  padding: 0 60px;
  text-align: center;
}
.page_content .section_18 .brgoretitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page_content .section_18 .title {
  font-weight: 250;
  font-size: 32px;
  line-height: 50px;
  font-family: 'Butler', Sans-serif;
  margin-bottom: 10px;
}
.page_content .section_18 .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Cormorant', Sans-serif;
  margin-bottom: 30px;
}
.page_content .section_18 .link {
  margin: 0 auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: padding 0.3s, margin 0.3s;
  transition: padding 0.3s, margin 0.3s;
}
.page_content .section_18 .link:hover {
  margin-top: -10px;
  padding-bottom: 10px;
}
.page_content .section_18 .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1005px;
}
.page_content .section_18 .post_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: margin 0.3s, padding 0.3s;
  transition: margin 0.3s, padding 0.3s;
}
.page_content .section_18 .post_link:first-child .icon {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.page_content .section_18 .post_link:last-child .icon {
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.page_content .section_18 .post_link:hover {
  margin-top: -10px;
  padding-bottom: 10px;
}
.page_content .section_19 {
  padding: 100px 0;
}
.page_content .section_19 .wrap {
  max-width: 1344px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_content .section_19 .col {
  width: calc(33.333% - 39px);
}
.page_content .section_19 .tit {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page_content .section_19 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Cormorant', Sans-serif;
  margin-bottom: 60px;
}
.page_content .section_19 .img {
  width: 100%;
  display: block;
  margin-top: 100px;
}
.page_content .section_19 a {
  border-bottom: 1px solid #000;
}
.page_content .section_20 {
  position: relative;
  padding: 120px 0 130px 0;
}
.page_content .section_20 .bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_content .section_20 .content {
  max-width: 885px;
  margin: 0 auto;
  color: #fff;
}
.page_content .section_20 .title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.page_content .section_20 .title:after {
  content: '';
  width: 200px;
  height: 1px;
  background: #fff;
  margin: 20px auto 0 auto;
  display: block;
}
.page_content .section_20 .step {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page_content .section_20 .text {
  font-family: 'Cormorant', Sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.page_content .section_20 .text:not(:last-child) {
  margin-bottom: 60px;
}
.page_content .section_21 {
  position: relative;
  margin-bottom: 113px;
  padding: 150px 0;
}
.page_content .section_21 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.page_content .section_21 .content {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
}
.page_content .section_21 .beforetitle {
  margin-bottom: 20px;
}
.page_content .section_21 .title {
  margin-bottom: 20px;
}
.page_content .section_21 .text {
  margin-bottom: 50px;
  max-width: 640px;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Cormorant', Sans-serif;
}
.page_content .section_22 {
  padding: 120px 0;
}
.page_content .section_22 .text {
  font-family: 'Cormorant', Sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.page_content .section_22 .text p:not(:last-child) {
  margin-bottom: 25px;
}
.page_content .section_22 .btn {
  margin: 60px auto 0 auto;
}
.page_content .section_23 {
  -webkit-transform: translateY(calc(-100% + 115px));
          transform: translateY(calc(-100% + 115px));
  margin-bottom: -600px;
  border-bottom: 30px solid #fff;
}
.page_content .section_23 .content {
  padding-right: 100px;
}
.page_content .section_23 .frm {
  max-width: 580px;
  margin-left: auto;
  background: #fff;
  padding: 63px 50px 47px 50px;
  position: relative;
}
.page_content .section_23 .frm.success:before {
  content: attr(data-success);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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: 3;
  background: #fff;
  position: absolute;
}
.page_content .section_23 .title {
  font-weight: 250;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Butler', Sans-serif;
  padding-bottom: 31px;
  border-bottom: 1px solid #aaa;
}
.page_content .section_23 .input {
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  font-family: 'Cormorant', Sans-serif;
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}
.page_content .section_23 .input.error {
  border-bottom: 1px solid #f00;
}
.page_content .section_23 label {
  margin-top: 33px;
  display: block;
  cursor: pointer;
}
.page_content .section_23 label input {
  display: none;
}
.page_content .section_23 label span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Cormorant', Sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_content .section_23 label span:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #DDDDDD;
  min-width: 16px;
  margin-right: 10px;
  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;
}
.page_content .section_23 label input:checked + span:before {
  content: '✓';
}
.page_content .section_23 .btn {
  margin-top: 80px;
  width: 100%;
}
@media only screen and (max-width: 1840px) {
  .marck-blocks .container {
    width: 1600px;
  }
 
  .footer .section_instagramm .container {
    padding: 0px 200px;
  }
  .page_content .section_7 .wrap {
    padding: 0 240px;
  }
}
@media only screen and (max-width: 1640px) {
  .marck-blocks .container {
    width: 1200px;
  }
  .header .btn_close {
    margin-right: 0;
  }
  .header .col--content {
    padding: 64px 50px 150px 50px;
  }
  .footer .section_instagramm .container {
    padding: 0px 95px;
  }
  .footer .footer_content .container {
    padding: 160px 0 125px 0;
  }
  .footer .footer_content .col--right .input {
    width: 140px;
  }
  .page_content .section_1 .logo {
    width: 200px;
  }
  .page_content .section_2 {
    overflow: hidden;
  }
  .page_content .section_2 .container > .wrap {
    width: 1800px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page_content .section_3 .text {
    padding: 0 5px;
  }
  .page_content .section_4 .wrap {
    padding: 0 130px;
  }
  .page_content .section_5 {
    overflow: hidden;
  }
  .page_content .section_5 .wrap {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page_content .section_7 .wrap {
    padding: 0 80px;
  }
  .page_content .section_8 {
    overflow: hidden;
  }
  .page_content .section_8 .wrap {
    width: 1800px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page_content .section_23 .frm {
    max-width: 470px;
  }
}
@media only screen and (max-width: 1240px) {
  .page_content .section_1 .contact_content {
    padding-right: 0px;
    margin-right: 0px;
    max-width: 1200px;
  }
  .marck-blocks .container {
    width: 800px;
  }
  .marck-blocks .ftype_1 {
    font-size: 50px;
    line-height: 60px;
  }
  .marck-blocks .ftype_2 {
    font-size: 38px;
    line-height: 40px;
  }
  .marck-blocks .ftype_3 {
    font-size: 30px;
    line-height: 35px;
  }
  .header .col--photo {
    width: calc(100% - 550px);
  }
  .header .col--content {
    width: 550px;
  }
  .footer .section_instagramm .title {
    text-align: center;
  }
  .footer .footer_content .col--left {
    width: 100%;
  }
  .footer .footer_content .col--left ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_content .col--left .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_content .col--right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .footer .footer_content .col--right .input {
    width: 200px;
  }
  .page_content .section_1 .socials {
    display: none;
  }
  .page_content .section_1 .contact_content {
    padding-right: 0;
  }
  .page_content .section_2 .container > .wrap {
    width: 100vw;
    padding: 0;
  }
  .page_content .section_2 .col--2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .page_content .section_2 .col--2 .text {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_content .section_2 .col--2 .img {
    margin-top: 80vw;
  }
  .page_content .section_2 .col--2 .wrap {
    padding-top: 50px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_content .section_2 .col--3,
  .page_content .section_2 .col--1 {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 45%;
    margin-top: 0;
  }
  .page_content .section_2 .col--3 .img,
  .page_content .section_2 .col--1 .img {
    top: 15vw;
    position: absolute;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_content .section_2 .col--1 .img {
    top: 30vw;
  }
  .page_content .section_3 .text {
    padding: 0;
  }
  .page_content .section_4 {
    padding-top: 0;
    padding-bottom: 0;
    background: none !important;
  }
  .page_content .section_4:before {
    display: none;
  }
  .page_content .section_4 .bg {
    display: none;
  }
  .page_content .section_4 .col--photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
  .page_content .section_4 .col--text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
  }
  .page_content .section_4 .bg {
    display: none;
  }
  .page_content .section_4 .col--photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 125vw;
    position: relative;
    margin-bottom: 60px;
  }
  .page_content .section_4 .col--photo .img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_content .section_4 .col--text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .page_content .section_4 .beforetitle {
    color: #000;
    margin-bottom: 10px;
  }
  .page_content .section_4 .title {
    color: #000;
    margin-bottom: 50px;
  }
  .page_content .section_4 .text {
    color: #000;
    padding-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .page_content .section_4 .link span {
    color: #000;
  }
  .page_content .section_4 .link .icon {
    fill: #000;
  }
  .page_content .section_6 .img {
    z-index: 1;
    width: 23%;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left 0.8s, opacity 0.8s, visibility 0.8s;
    transition: left 0.8s, opacity 0.8s, visibility 0.8s;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .page_content .section_6 .img.slider_start {
    left: -26%;
  }
  .page_content .section_6 .img.slider_end {
    left: 103%;
  }
  .page_content .section_6 .img.slider_1 {
    opacity: 1;
    visibility: visible;
    left: 1%;
  }
  .page_content .section_6 .img.slider_2 {
    opacity: 1;
    visibility: visible;
    left: 26%;
  }
  .page_content .section_6 .img.slider_3 {
    opacity: 1;
    visibility: visible;
    left: 51%;
  }
  .page_content .section_6 .img.slider_4 {
    opacity: 1;
    visibility: visible;
    left: 76%;
  }
  .page_content .section_7 .wrap {
    padding: 0;
  }
  .page_content .section_7 .col--left {
    width: 365px;
  }
  .page_content .section_7 .col--right {
    width: 340px;
  }
  .page_content .section_9 .beforetitle {
    margin-bottom: 20px;
  }
  .page_content .section_9 .title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: -15px;
  }
  .page_content .section_9 .sliders {
    width: 700px !important;
    height: 339px !important;
  }
  .page_content .section_9 .slider {
    width: 183px;
    height: 271px;
  }
  .page_content .section_9 .slider.slider_start {
    left: -293px;
  }
  .page_content .section_9 .slider.slider_end {
    left: 100%;
  }
  .page_content .section_9 .slider.slider_1 {
    opacity: 1;
    visibility: visible;
    left: 0px;
    top: 34px;
  }
  .page_content .section_9 .slider.slider_2 {
    opacity: 1;
    visibility: visible;
    left: 223px;
    width: 254px;
    height: 339px;
  }
  .page_content .section_9 .slider.slider_3 {
    top: 34px;
    opacity: 1;
    visibility: visible;
    left: 517px;
  }
  .page_content .section_10 .box {
    width: calc(33.333% - 30px);
    margin-bottom: 60px;
  }
  .page_content .section_10 .img {
    height: 310px;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(4n+1),
  .page_content .section_10 .wrap--2 .box:nth-child(4n+4) {
    width: 292px;
    padding: 0 32px;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(4n+1) .img,
  .page_content .section_10 .wrap--2 .box:nth-child(4n+4) .img {
    width: 228px;
    height: 304px;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(4n+2),
  .page_content .section_10 .wrap--2 .box:nth-child(4n+3) {
    width: 475px;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(4n+2) .img,
  .page_content .section_10 .wrap--2 .box:nth-child(4n+3) .img {
    width: 475px;
    height: 304px;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(2n) {
    padding-top: 37px;
  }
  .page_content .section_11 .col {
    width: calc(33.333% - 33.333px);
  }
  .page_content .section_11 .col:first-child {
    width: 100%;
  }
  .page_content .section_11 .col .img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* .page_content .section_16 .img {
    height: 316px;
  }
  .page_content .section_16 .img:last-child {
    height: 164px;
  }
  .page_content .section_16 .col:last-child .img:first-child {
    height: 164px;
  }
  .page_content .section_16 .col:last-child .img:last-child {
    height: 316px;
  } */
  .page_content .section_17 .box {
    width: calc(33.333% - 30px);
    margin-bottom: 60px;
  }
  .page_content .section_17 .img {
    height: 310px;
  }
  .page_content .section_18 .img {
    height: 455px;
  }
  .page_content .section_18 .content {
    padding: 0 30px;
  }
  .page_content .section_23 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 0;
    padding: 100px 0;
    background: #FBFAF8;
  }
  .page_content .section_23 .frm {
    padding: 50px;
    max-width: 100%;
  }
  .page_content .section_23 .content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 840px) {
  .marck-blocks .ftype_0 {
    font-size: 9px;
    line-height: 20px;
  }
  .marck-blocks .ftype_1 {
    font-size: 40px;
    line-height: 55px;
  }
  .marck-blocks .ftype_2 {
    font-size: 32px;
    line-height: 45px;
  }
  .marck-blocks .ftype_3 {
    font-size: 30px;
    line-height: 35px;
  }
  .marck-blocks .ftype_4 {
    font-size: 15px;
    line-height: 25px;
  }
  .marck-blocks .container {
    width: 315px;
  }
  .header .col--photo {
    width: 10%;
  }
  .header .col--content {
    width: 90%;
    padding: 40px 30px 100px 30px;
  }
  .header .btn_nav {
    margin-top: 25px;
  }
  .header li {
    padding: 18px 0;
  }
  .header li a {
    font-size: 24px;
    line-height: 18px;
  }
  .header .btn {
    width: 100%;
    margin-top: 35px;
  }
  .footer .section_instagramm .container {
    padding: 0;
  }
  .footer .section_instagramm .title {
    text-align: center;
  }
  .footer .section_instagramm .img {
    width: 33.333%;
  }
  .footer .section_instagramm .img:nth-child(n+4) {
    display: none;
  }
  .footer .footer_content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_content li {
    margin-bottom: 20px;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .footer .footer_content .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_content .nav {
    display: none;
  }
  .footer .footer_content .container {
    padding: 80px 0 45px 0;
  }
  .footer .footer_content .col--left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .footer .footer_content .col--right {
    margin-bottom: 40px;
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -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;
    width: 100%;
  }
  .footer .footer_content .col--right .cont {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer .footer_content .col--right .tit {
    text-align: center;
  }
  .footer .footer_content .col--right .text {
    text-align: center;
  }
  .page_content .section_1 .logo {
    width: 210px;
    top: 10px;
  }
  .page_content .section_1 .scroll_box {
    display: none;
  }
  .page_content .section_1 .container {
    height: auto;
    padding-top: 240px;
    padding-bottom: 50px;
    min-height: 560px;
  }
  .page_content .section_1 .contact_content {
    padding-top: 0;
  }
  .page_content .section_1 .contact_content .workhour {
    font-size: 20px;
  }
  .page_content .section_2 {
    padding-bottom: 50px;
  }
  .page_content .section_2 .beforetitle {
    margin-bottom: 10px;
  }
  .page_content .section_2 .title {
    margin-bottom: 20px;
  }
  .page_content .section_2 .text {
    padding-top: 30px;
  }
  .page_content .section_2 .col--1 .img {
    top: calc(20vw + 150px);
  }
  .page_content .section_2 .col--3 .img {
    top: calc(10vw + 150px);
  }
  .page_content .section_2 .col--2 .text {
    width: 320px;
  }
  .page_content .section_2 .col--2 .wrap {
    width: 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_content .section_3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page_content .section_3 .text:not(.active) p:nth-child(n+2) {
    display: none;
  }
  .page_content .section_4 {
    padding-top: 0;
    padding-bottom: 90px;
  }
  .page_content .section_4 .wrap {
    padding: 0;
  }
  .page_content .section_5 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page_content .section_5 .title {
    margin-bottom: 20px;
  }
  .page_content .section_5 .img {
    width: 30%;
    height: 50vw;
  }
  .page_content .section_5 .img.slider_start {
    left: -34.333%;
  }
  .page_content .section_5 .img.slider_end {
    left: 103%;
  }
  .page_content .section_5 .img.slider_1 {
    opacity: 1;
    visibility: visible;
    left: 0%;
  }
  .page_content .section_5 .img.slider_2 {
    opacity: 1;
    visibility: visible;
    left: 31%;
    width: 38%;
    top: 0;
    height: 56vw;
  }
  .page_content .section_5 .img.slider_3 {
    opacity: 1;
    visibility: visible;
    left: 70%;
    top: 3vw;
    height: 50vw;
    width: 30%;
  }
  .page_content .section_6 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page_content .section_6 .wrap {
    margin-bottom: -20px;
  }
  .page_content .section_6 .img {
    z-index: 1;
    width: 48%;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left 0.8s, opacity 0.8s, visibility 0.8s;
    transition: left 0.8s, opacity 0.8s, visibility 0.8s;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .page_content .section_6 .img.slider_start {
    left: -51%;
  }
  .page_content .section_6 .img.slider_end {
    left: 103%;
  }
  .page_content .section_6 .img.slider_1 {
    opacity: 1;
    visibility: visible;
    left: 1%;
  }
  .page_content .section_6 .img.slider_2 {
    opacity: 1;
    visibility: visible;
    left: 51%;
  }
  .page_content .section_7 {
    padding-top: 90px;
    padding-bottom: 94px;
  }
  .page_content .section_7 .col--left {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    padding-top: 139vw;
  }
  .page_content .section_7 .col--left .img {
    position: absolute;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 139vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_content .section_7 .col--right {
    width: 100%;
    position: relative;
    padding-top: 64vw;
  }
  .page_content .section_7 .col--right .img {
    position: absolute;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 64vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_content .section_7 .brforetitle {
    margin-top: 30px;
  }
  .page_content .section_7 .title {
    margin-top: 10px;
  }
  .page_content .section_7 .link {
    margin-top: 25px;
  }
  .page_content .section_8 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .page_content .section_8 .wrap {
    width: 100vw;
    padding: 0;
  }
  .page_content .section_8 .col--1 {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
  }
  .page_content .section_8 .col--1 .img {
    width: calc(50vw - 10px);
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_content .section_8 .col--2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 0 0;
  }
  .page_content .section_8 .col--3 {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 40px;
  }
  .page_content .section_8 .col--3 .img {
    width: calc(50vw - 10px);
    margin-left: 10px;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page_content .section_8 .title {
    font-size: 24px;
    line-height: 34px;
  }
  .page_content .section_8 .text {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .page_content .section_8 .col--3 .img,
  .page_content .section_8 .col--1 .img {
    height: 260px;
  }
  .page_content .section_9 {
    padding: 60px 0;
  }
  .page_content .section_9 .beforetitle {
    margin-bottom: 10px;
  }
  .page_content .section_9 .sliders {
    width: 320px !important;
  }
  .page_content .section_9 .sliders:not(:first-child) {
    margin-left: 3px;
  }
  .page_content .section_9 .slider {
    width: 100px;
    height: 271px;
  }
  .page_content .section_9 .slider.slider_start {
    left: -1000px;
  }
  .page_content .section_9 .slider.slider_end {
    left: 1000px;
  }
  .page_content .section_9 .slider.slider_1 {
    width: 183px;
    opacity: 1;
    visibility: visible;
    left: -173px;
    top: 34px;
  }
  .page_content .section_9 .slider.slider_2 {
    opacity: 1;
    visibility: visible;
    left: 33px;
    width: 254px;
    height: 339px;
  }
  .page_content .section_9 .slider.slider_3 {
    width: 183px;
    top: 34px;
    opacity: 1;
    visibility: visible;
    left: 310px;
  }
  .page_content .section_9 .label_tabs {
    -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;
  }
  .page_content .section_9 .label_tab {
    padding-bottom: 0;
  }
  .page_content .section_9 .label_tab:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page_content .section_9 .btn_left {
    left: 0px;
  }
  .page_content .section_9 .btn_right {
    right: 0px;
  }
  .page_content .section_10 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .page_content .section_10.section_bg {
    padding-bottom: 60px;
  }
  .page_content .section_10 .beforetitle {
    margin-bottom: 10px;
  }
  .page_content .section_10 .title {
    margin-bottom: 30px;
  }
  .page_content .section_10 .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .page_content .section_10 .img {
    height: 410px;
    margin-bottom: 10px;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(4n+1),
  .page_content .section_10 .wrap--2 .box:nth-child(4n+4) {
    width: 100%;
    padding: 0 0;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(4n+1) .img,
  .page_content .section_10 .wrap--2 .box:nth-child(4n+4) .img {
    width: 100%;
    height: 410px;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(4n+2),
  .page_content .section_10 .wrap--2 .box:nth-child(4n+3) {
    width: 100%;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(4n+2) .img,
  .page_content .section_10 .wrap--2 .box:nth-child(4n+3) .img {
    width: 100%;
    height: 410px;
  }
  .page_content .section_10 .wrap--2 .box:nth-child(2n) {
    padding-top: 0;
  }
  .page_content .section_11 .col {
    width: calc(33.333% - 10px);
  }
  .page_content .section_11 .col .img {
    height: 140px;
  }
  .page_content .section_14 .col {
    width: 100%;
    padding: 0 !important;
  }
  .page_content .section_14 .col:not(:last-child) {
    margin-bottom: 50px;
  }
  .page_content .section_15 .text {
    font-size: 22px;
    line-height: 40px;
  }
  .page_content .section_16 .col {
    width: 100%;
  }
  .page_content .section_16 .col:not(:last-child) {
    margin-bottom: 50px;
  }
  .page_content .section_17 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .page_content .section_17.section_bg {
    padding-bottom: 60px;
  }
  .page_content .section_17 .beforetitle {
    margin-bottom: 10px;
  }
  .page_content .section_17 .title {
    margin-bottom: 30px;
  }
  .page_content .section_17 .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .page_content .section_17 .img {
    height: 410px;
    margin-bottom: 10px;
  }
  .page_content .section_18 .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_content .section_18 .img {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 100%;
    margin-bottom: 30px;
    height: 355px;
    min-width: 100%;
  }
  .page_content .section_18 .content {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100%;
    padding: 0;
  }
  .page_content .section_18 .post_link {
    font-size: 14px;
    line-height: 14px;
  }
  .page_content .section_19 .col {
    width: 100%;
  }
  .page_content .section_19 .img {
    margin-top: 0;
  }
  .page_content .section_23 .frm {
    padding: 20px;
  }
  .page_content .section_23 .btn {
    font-size: 9px;
    margin-top: 30px;
    padding: 0 20px;
  }
}
