.container {
  max-width: 1232px;
  margin: 0 auto;
  width: 100%;
  padding: 0 16px; }
  @media (max-width: 1200px) {
    .container {
      max-width: calc(1024px - 32px); } }
  @media (max-width: 1024px) {
    .container {
      max-width: calc(768px - 32px); } }
  @media (max-width: 768px) {
    .container {
      max-width: calc(640px - 32px); } }
  @media (max-width: 640px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 425px) {
    .container {
      max-width: 100%; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none; }

body {
  font-family: 'Rubik', sans-serif; }
  body.active {
    overflow: hidden; }

.header {
  padding: 17px 0;
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  border-radius: 0 0 16px 16px;
  border: 1px solid #F3F3F3;
  border-top: none; }
  @media (max-width: 1024px) {
    .header {
      padding: 8px 0; } }
  .header .header-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .header .header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0; } }
  .header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .header .header-nav {
        display: none; } }
  .header .header-link-wrap {
    position: relative; }
    .header .header-link-wrap:hover .header-link-list {
      display: -ms-grid;
      display: grid; }
    .header .header-link-wrap:hover .header-link {
      color: #35AB52;
      text-decoration: underline; }
    .header .header-link-wrap .header-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header .header-link-wrap .header-link::after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url("../img/svg/drop-arrow-down.svg") no-repeat center;
        background-size: contain;
        margin-left: 4px; }
    .header .header-link-wrap .header-link-list {
      position: absolute;
      top: 100%;
      padding: 20px;
      background: white;
      display: none;
      gap: 16px;
      width: 230px;
      border: 1px solid #D0DED6;
      border-radius: 16px;
      left: -20px; }
      .header .header-link-wrap .header-link-list .header-list-link {
        text-decoration: none;
        color: #222424;
        display: block;
        letter-spacing: 0.02em; }
  .header .header-link {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #222424;
    text-decoration: none;
    margin-right: 24px; }
  .header .header-logo {
    display: block;
    height: 60px; }
    @media (max-width: 1024px) {
      .header .header-logo {
        height: 35px; } }
    .header .header-logo img {
      height: 140%;
      display: block;
      position: relative;
      top: -10px; }
    @media (max-width: 1024px) {
      .header .header-logo {
        top: -7px; } }
  .header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right; }
    @media (max-width: 1024px) {
      .header .header-right {
        margin-left: auto;
        margin-right: 16px; } }
    @media (max-width: 425px) {
      .header .header-right {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 16px; } }
  .header .search-icon {
    width: 24px;
    height: 24px;
    background: url("../img/svg/search.svg");
    margin-right: 16px;
    display: none; }
    @media (max-width: 1024px) {
      .header .search-icon {
        display: block; }
        .header .search-icon.active {
          display: none; } }
  .header .header-search {
    border: 1px solid #D0DED6;
    border-radius: 16px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 210px;
    width: 100%;
    position: relative; }
    @media (max-width: 1024px) {
      .header .header-search {
        display: none; }
        .header .header-search.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    @media (max-width: 425px) {
      .header .header-search {
        width: 100%;
        max-width: none; } }
    .header .header-search .header-submit {
      width: 24px;
      height: 24px;
      background: url("../img/svg/search.svg") no-repeat center;
      background-size: contain;
      border: none;
      cursor: pointer;
      position: absolute;
      right: 16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 425px) {
        .header .header-search .header-submit {
          width: 16px;
          height: 16px;
          right: 30px; } }
    .header .header-search .search-close {
      width: 16px;
      height: 16px;
      background: url("../img/svg/close.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 5px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: none; }
      @media (max-width: 1024px) {
        .header .header-search .search-close {
          display: block; } }
    .header .header-search .header-input {
      width: 100%;
      display: block;
      border: none;
      font-size: 15px;
      height: 100%;
      background: none;
      padding: 0 40px 0 16px; }
      @media (max-width: 425px) {
        .header .header-search .header-input {
          padding: 0 50px 0 10px;
          font-size: 13px; } }
      .header .header-search .header-input::-webkit-input-placeholder {
        color: #92949B; }
      .header .header-search .header-input:-ms-input-placeholder {
        color: #92949B; }
      .header .header-search .header-input::-ms-input-placeholder {
        color: #92949B; }
      .header .header-search .header-input::placeholder {
        color: #92949B; }
  .header .burger {
    width: 16px;
    height: 13px;
    display: none;
    -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;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1024px) {
      .header .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .header .burger.active span:nth-child(2) {
      opacity: 0; }
    .header .burger.active span:first-child {
      -webkit-transform: translateY(5.5px) rotate(45deg);
      -ms-transform: translateY(5.5px) rotate(45deg);
      transform: translateY(5.5px) rotate(45deg);
      background: #EA372C; }
    .header .burger.active span:last-child {
      -webkit-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
      transform: translateY(-5px) rotate(-45deg);
      background: #EA372C; }
    .header .burger span {
      width: 100%;
      height: 2px;
      background: #3C3C3B;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }

.intro-thumb-swiper {
  display: none; }

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px; }
  .header-contacts a:nth-child(1) {
    display: none; }
  .header-contacts a:nth-child(3) {
    display: none; }
  @media (max-width: 1200px) {
    .header-contacts {
      margin-right: 24px; } }
  @media (max-width: 1024px) {
    .header-contacts {
      display: none; } }
  .header-contacts a {
    display: block;
    width: 20px;
    height: 20px; }
  .header-contacts > a:not(:last-child) {
    margin-right: 20px; }
    @media (max-width: 1200px) {
      .header-contacts > a:not(:last-child) {
        margin-right: 10px; } }
  .header-contacts svg {
    width: 100%;
    height: 100%; }

.languages {
  padding-left: 12px;
  margin-left: 12px;
  position: relative; }
  @media (max-width: 1024px) {
    .languages {
      display: none; } }
  .languages::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #F3F3F3;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.lang-list {
  position: absolute;
  top: 110%;
  left: -10px;
  background: white;
  padding: 20px;
  display: none;
  border: 1px solid #D0DED6;
  border-radius: 16px; }
  .lang-list.active {
    display: -ms-grid;
    display: grid;
    gap: 16px; }
  .lang-list .lang {
    cursor: pointer; }

.current-lang {
  color: #222424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .current-lang::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/svg/arrow-down.svg") no-repeat center;
    background-size: contain; }

.navbar {
  width: 250px;
  background: white;
  position: fixed;
  z-index: 89;
  height: 100vh;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding: 75px 24px 24px 24px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .navbar.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  @media (max-width: 1024px) {
    .navbar .header-contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .navbar .languages {
      display: block;
      padding-left: 0;
      margin-left: 0; }
      .navbar .languages::after {
        display: none; } }
  .navbar .nav {
    margin-bottom: 52px;
    display: -ms-grid;
    display: grid;
    gap: 24px; }
  .navbar .nav-link-wrap > .nav-link,
  .navbar .nav > .nav-link {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #222424;
    text-decoration: none; }
  .navbar .nav-link-wrap > .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar .nav-link-wrap > .nav-link.active {
      color: #35AB52; }
      .navbar .nav-link-wrap > .nav-link.active::after {
        background: url("../img/svg/green-up.svg") no-repeat center;
        background-size: contain; }
    .navbar .nav-link-wrap > .nav-link::after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      margin-left: 4px;
      background: url("../img/svg/drop-arrow-down.svg") no-repeat center;
      background-size: contain; }
  .navbar .nav-links {
    gap: 16px;
    padding: 16px 0 0 10px;
    display: none; }
    .navbar .nav-links .nav-link {
      font-size: 14px;
      color: #92949B;
      text-decoration: none;
      display: block;
      margin-bottom: 7px;
      line-height: 1; }
  .navbar .header-contacts a {
    margin-right: 20px;
    margin-bottom: 24px; }
    .navbar .header-contacts a:nth-child(1) {
      display: none; }
    .navbar .header-contacts a:nth-child(3) {
      display: none; }

.intro {
  height: 990px;
  margin-top: -16px;
  position: relative; }
  @media (max-width: 1440px) {
    .intro {
      height: 600px; } }
  @media (max-width: 640px) {
    .intro {
      height: 420px; } }
  .intro .intro-swiper {
    height: 100%; }
    .intro .intro-swiper .intro-thumb-swiper {
      display: none; }
    .intro .intro-swiper img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .intro .intro-swiper .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 768px) {
        .intro .intro-swiper .swiper-slide {
          padding-bottom: 250px;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      @media (max-width: 640px) {
        .intro .intro-swiper .swiper-slide {
          padding-bottom: 120px; } }
    .intro .intro-swiper .intro-title {
      font-family: 'Playfair Display', sans-serif;
      font-weight: bold;
      font-size: 92px;
      line-height: 100%;
      position: relative;
      z-index: 1;
      max-width: 815px;
      color: #F3F3F3; }
      @media (max-width: 1440px) {
        .intro .intro-swiper .intro-title {
          font-size: 70px;
          max-width: 600px; } }
      @media (max-width: 1024px) {
        .intro .intro-swiper .intro-title {
          max-width: 450px;
          font-size: 50px; } }
      @media (max-width: 640px) {
        .intro .intro-swiper .intro-title {
          font-size: 32px; } }
  .intro .thumb-swiper-wrap {
    max-width: 32%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 140px; }
    @media (max-width: 1440px) {
      .intro .thumb-swiper-wrap {
        bottom: 40px; } }
    @media (max-width: 768px) {
      .intro .thumb-swiper-wrap {
        max-width: 50%; } }
    @media (max-width: 640px) {
      .intro .thumb-swiper-wrap {
        max-width: calc(100% - 20px);
        bottom: 20px; } }
    .intro .thumb-swiper-wrap .swiper-slide {
      height: 190px;
      width: 260px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media (max-width: 1440px) {
        .intro .thumb-swiper-wrap .swiper-slide {
          height: 150px;
          width: 200px; } }
      @media (max-width: 768px) {
        .intro .thumb-swiper-wrap .swiper-slide {
          height: 100px;
          width: 150px; } }
      @media (max-width: 640px) {
        .intro .thumb-swiper-wrap .swiper-slide {
          width: 86px;
          height: 64px; } }
      .intro .thumb-swiper-wrap .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 16px; }
        @media (max-width: 1440px) {
          .intro .thumb-swiper-wrap .swiper-slide img {
            border-radius: 10px; } }
  .intro .intro-navigations {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media (max-width: 640px) {
      .intro .intro-navigations {
        display: none; } }
    .intro .intro-navigations .intro-pagination {
      position: static;
      width: auto;
      margin-right: 44px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .intro .intro-navigations .intro-pagination .swiper-pagination-current {
        font-weight: 300;
        font-size: 56px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-right: 20px;
        line-height: 1; }
        @media (max-width: 1440px) {
          .intro .intro-navigations .intro-pagination .swiper-pagination-current {
            font-size: 32px;
            margin-right: 5px; } }
      .intro .intro-navigations .intro-pagination .swiper-pagination-total {
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #AEADAD;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1440px) {
          .intro .intro-navigations .intro-pagination .swiper-pagination-total {
            font-size: 12px;
            font-weight: normal; } }
        .intro .intro-navigations .intro-pagination .swiper-pagination-total::before {
          content: "";
          display: block;
          height: 24px;
          width: 1px;
          background: #E0E0E0;
          margin-right: 14px;
          -webkit-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
          transform: rotate(15deg); }
          @media (max-width: 1440px) {
            .intro .intro-navigations .intro-pagination .swiper-pagination-total::before {
              height: 14px;
              margin-right: 5px; } }
    .intro .intro-navigations .intro-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 50%;
      left: 185px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
      @media (max-width: 1440px) {
        .intro .intro-navigations .intro-buttons {
          left: 100px; } }
      .intro .intro-navigations .intro-buttons .intro-prev, .intro .intro-navigations .intro-buttons .intro-next {
        position: static;
        margin: 0;
        width: 44px;
        height: 44px;
        background: #222424;
        border: 1px solid #3C3C3B;
        border-radius: 8px; }
        @media (max-width: 1440px) {
          .intro .intro-navigations .intro-buttons .intro-prev, .intro .intro-navigations .intro-buttons .intro-next {
            width: 32px;
            height: 32px; }
            .intro .intro-navigations .intro-buttons .intro-prev svg, .intro .intro-navigations .intro-buttons .intro-next svg {
              width: 16px;
              height: 16px; } }
        .intro .intro-navigations .intro-buttons .intro-prev::after, .intro .intro-navigations .intro-buttons .intro-next::after {
          display: none; }
      .intro .intro-navigations .intro-buttons .intro-prev {
        margin-right: 4px; }

.menu-ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  color: #000000;
  margin: 20px 0 12px 0;
  padding: 0 16px; }

.menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr); }
  @media (max-width: 1200px) {
    .menu {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 768px) {
    .menu {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 425px) {
    .menu {
      -ms-grid-columns: (290px)[1];
      grid-template-columns: repeat(1, 290px);
      padding: 0 16px;
      overflow: auto;
      gap: 12px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .menu .swiper {
    height: 765px;
    width: 100%; }
    @media (max-width: 1440px) {
      .menu .swiper {
        height: 500px; } }
    @media (max-width: 425px) {
      .menu .swiper {
        height: 384px; } }
    .menu .swiper:hover .swiper-slide::after {
      background: rgba(0, 0, 0, 0.15); }
    .menu .swiper:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .menu .swiper:hover .menu-title {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .menu .swiper:hover .menu-more {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .menu .swiper-slide {
    padding: 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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 1440px) {
      .menu .swiper-slide {
        padding: 24px; } }
    @media (max-width: 640px) {
      .menu .swiper-slide {
        padding: 10px; } }
    @media (max-width: 425px) {
      .menu .swiper-slide {
        border-radius: 12px;
        overflow: hidden;
        padding: 40px 20px; } }
    .menu .swiper-slide::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
  .menu .swiper-pagination {
    width: auto;
    bottom: 40px;
    left: 40px; }
    @media (max-width: 1440px) {
      .menu .swiper-pagination {
        left: 24px;
        bottom: 24px; } }
    @media (max-width: 640px) {
      .menu .swiper-pagination {
        left: 10px;
        bottom: 10px; } }
    .menu .swiper-pagination .swiper-pagination-bullet {
      width: 9px;
      height: 9px;
      background: rgba(172, 167, 161, 0.6);
      border: 1px solid #F3F3F3;
      margin: 0 6px;
      opacity: 1; }
      .menu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #1B864A; }
  .menu .menu-title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 125%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
    padding-top: 24px;
    border-top: 2px solid #E7B778;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(94px);
    -ms-transform: translateY(94px);
    transform: translateY(94px); }
    @media (max-width: 1600px) {
      .menu .menu-title {
        font-size: 24px; } }
    @media (max-width: 640px) {
      .menu .menu-title {
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        padding-top: 13px;
        font-size: 14px;
        margin-bottom: 16px; } }
    @media (max-width: 425px) {
      .menu .menu-title {
        font-size: 18px;
        margin-bottom: 10px;
        -webkit-transform: translateY(44px);
        -ms-transform: translateY(44px);
        transform: translateY(44px); } }
  .menu .menu-more {
    font-weight: 500;
    line-height: 125%;
    color: #3C3C3B;
    padding: 18px 64px;
    background: #E7B778;
    border-radius: 100px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    margin-bottom: 40px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0; }
    @media (max-width: 640px) {
      .menu .menu-more {
        font-size: 12px;
        padding: 10px 24px;
        border-radius: 20px; } }
    @media (max-width: 425px) {
      .menu .menu-more {
        margin: 0; } }
  .menu img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100);
    filter: grayscale(100); }

.news {
  padding: 55px 0 95px 0;
  position: relative;
  display: none; }
  .news.news-inner {
    padding: 0 0 64px 0;
    max-width: none !important;
    display: block; }
    .news.news-inner > div {
      width: 100% !important; }
    @media (max-width: 425px) {
      .news.news-inner {
        padding-bottom: 36px; } }
    .news.news-inner .news-grid .news-item::after {
      display: none; }
    @media (max-width: 1024px) {
      .news.news-inner .news-grid .news-item {
        -ms-grid-column-span: 1 !important;
        grid-column: span 1 !important; } }
    @media (max-width: 640px) {
      .news.news-inner .news-grid .news-item .news-img {
        height: 214px !important;
        width: 100% !important; } }
    @media (max-width: 640px) {
      .news.news-inner .news-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 19px; } }
  .news > svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    z-index: -1; }
    @media (max-width: 640px) {
      .news > svg {
        width: 100%; } }
  .news .mask {
    position: absolute;
    top: 260px;
    width: 55%;
    height: auto; }
  @media (max-width: 640px) {
    .news {
      padding: 20px 0 60px 0; } }
  .news .news-ttl {
    font-family: Playfair Display, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    margin-bottom: 16px; }
    @media (max-width: 640px) {
      .news .news-ttl {
        margin-bottom: 12px;
        font-size: 26px; } }
  .news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news .news-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[24];
    grid-template-columns: repeat(24, 1fr);
    -webkit-column-gap: 32px;
    column-gap: 32px;
    row-gap: 56px;
    margin-bottom: 45px; }
    @media (max-width: 1024px) {
      .news .news-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 24px; } }
    @media (max-width: 640px) {
      .news .news-grid {
        -ms-grid-columns: (auto)[5];
        grid-template-columns: repeat(5, auto);
        overflow: auto;
        gap: 8px;
        margin-bottom: 24px; } }
    .news .news-grid.news-grid.index {
      -ms-grid-columns: 1.3fr 1fr 1fr;
      grid-template-columns: 1.3fr 1fr 1fr; }
      .news .news-grid.news-grid.index .news-item {
        -ms-grid-column-span: 1 !important;
        grid-column: span 1 !important; }
        .news .news-grid.news-grid.index .news-item img {
          width: 100% !important; }
      @media (max-width: 1024px) {
        .news .news-grid.news-grid.index {
          -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }
      @media (max-width: 425px) {
        .news .news-grid.news-grid.index {
          -ms-grid-columns: (auto)[5];
          grid-template-columns: repeat(5, auto); }
          .news .news-grid.news-grid.index .news-item {
            width: 210px; } }
  .news .news-more {
    color: #383838;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    padding: 11px 55px;
    border-radius: 100px;
    border: 1px solid #92949B;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (max-width: 425px) {
      .news .news-more {
        width: 100%;
        text-align: center; } }
  .news .news-item {
    position: relative;
    -ms-grid-column-span: 7;
    grid-column: span 7; }
    @media (max-width: 1024px) {
      .news .news-item {
        -ms-grid-row-span: 1 !important;
        grid-row: span 1 !important; }
        .news .news-item::after, .news .news-item::before {
          display: none !important; }
        .news .news-item .news-img {
          margin-bottom: 10px !important;
          height: 230px !important; } }
    @media (max-width: 1024px) and (max-width: 640px) {
      .news .news-item .news-img {
        width: 210px !important;
        height: 160px !important; } }
    @media (max-width: 1024px) {
        .news .news-item .news-item-ttl {
          font-size: 12px !important; }
        .news .news-item .news-date {
          font-size: 11px !important;
          margin-bottom: 8px !important; }
        .news .news-item .news-item-txt {
          font-size: 11px !important;
          margin-top: 10px; } }
    .news .news-item::after {
      content: "";
      display: block;
      height: 100%;
      width: 1px;
      border-right: 1px solid #D0DED6;
      position: absolute;
      top: 0;
      right: -16px; }
    .news .news-item:nth-child(3)::after, .news .news-item:nth-child(5)::after {
      display: none; }
    .news .news-item:nth-child(2)::after {
      height: calc(100% + 56px); }
    .news .news-item:nth-child(10n + 4)::before, .news .news-item:nth-child(10n + 5)::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #D0DED6;
      position: absolute;
      top: -28px;
      left: 0; }
    .news .news-item:hover .news-item-ttl {
      color: #35AB52; }
    .news .news-item:nth-child(10n + 1) {
      -ms-grid-row-span: 2;
      grid-row: span 2;
      -ms-grid-column-span: 10;
      grid-column: span 10; }
      .news .news-item:nth-child(10n + 1) .news-img {
        height: 370px;
        margin-bottom: 24px; }
      .news .news-item:nth-child(10n + 1) .news-date {
        font-size: 16px;
        margin-bottom: 12px; }
      .news .news-item:nth-child(10n + 1) .news-item-ttl {
        font-size: 24px; }
    .news .news-item:nth-child(9n + 6), .news .news-item:nth-child(9n + 7), .news .news-item:nth-child(9n + 8), .news .news-item:nth-child(9n + 9) {
      -ms-grid-column-span: 6;
      grid-column: span 6; }
      .news .news-item:nth-child(9n + 6) .news-img, .news .news-item:nth-child(9n + 7) .news-img, .news .news-item:nth-child(9n + 8) .news-img, .news .news-item:nth-child(9n + 9) .news-img {
        height: 220px; }
  .news .news-img {
    display: block;
    width: 100%;
    height: 248px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 12px; }
  .news .news-date {
    font-weight: 600;
    font-size: 13px;
    color: #BCBCBC;
    margin-bottom: 8px; }
  .news .news-item-ttl {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: black; }
  .news .news-item-txt {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #3C3C3B;
    margin-top: 24px; }
  .news .news-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about-us {
  display: none; }
  .about-us .about-us-ttl {
    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: 0 auto 80px auto; }
    .about-us .about-us-ttl::before, .about-us .about-us-ttl::after {
      content: "";
      display: block;
      height: 2px;
      width: auto;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      background: #35AB52; }
    .about-us .about-us-ttl span {
      font-weight: 500;
      font-size: 20px;
      text-transform: uppercase;
      color: #FFFFFF;
      width: 314px;
      height: 67px;
      background: url("../img/png/green-figure_314.png") no-repeat center;
      background-size: contain;
      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: 0 -1px 0 -1px; }
      @media (max-width: 425px) {
        .about-us .about-us-ttl span {
          font-size: 13px;
          height: 40px;
          width: 187px; } }
    @media (max-width: 640px) {
      .about-us .about-us-ttl {
        margin-bottom: 24px; } }
  .about-us .about-us-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 130px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .about-us .about-us-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 35px;
        background: url("../img/svg/mask-long-mob.svg") no-repeat center top;
        height: 900px;
        max-width: 320px;
        padding: 0 32px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin: 0 auto; } }
  .about-us .about-left {
    width: 470px;
    height: 740px;
    background: url("../img/svg/mask-long.svg") no-repeat center;
    background-size: contain;
    padding: 0 80px; }
    @media (max-width: 1200px) {
      .about-us .about-left {
        width: 340px;
        padding: 0 40px; } }
    @media (max-width: 1024px) {
      .about-us .about-left {
        background: none;
        padding: 0;
        height: auto;
        width: 100%; } }
  .about-us .about-logo {
    display: block;
    width: 100%;
    margin-top: 170px;
    margin-bottom: 45px; }
    @media (max-width: 1200px) {
      .about-us .about-logo {
        margin-bottom: 24px; } }
    @media (max-width: 1024px) {
      .about-us .about-logo {
        max-width: 150px;
        margin: 100px auto 32px auto; } }
  .about-us .about-notif {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E7B778;
    margin-bottom: 36px;
    text-align: center; }
    @media (max-width: 1200px) {
      .about-us .about-notif {
        margin-bottom: 16px;
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .about-us .about-notif {
        font-size: 18px;
        margin-bottom: 32px; } }
  .about-us .about-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #3C3C3B; }
    @media (max-width: 1200px) {
      .about-us .about-text {
        font-size: 14px; } }
    @media (max-width: 1024px) {
      .about-us .about-text {
        font-size: 15px; } }
  .about-us .about-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 90px;
    column-gap: 90px;
    row-gap: 40px; }
    @media (max-width: 1200px) {
      .about-us .about-right {
        -webkit-column-gap: 40px;
        column-gap: 40px;
        row-gap: 24px; } }
    @media (max-width: 1024px) {
      .about-us .about-right {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 32px;
        max-width: 130px;
        margin: 0 auto; } }
  .about-us .about-num {
    font-weight: 600;
    font-size: 64px;
    color: #222424;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E7B778; }
    @media (max-width: 1200px) {
      .about-us .about-num {
        font-size: 32px; } }
    @media (max-width: 1024px) {
      .about-us .about-num {
        font-size: 50px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        text-align: center; } }
  .about-us .about-right-txt {
    line-height: 135%;
    text-transform: uppercase;
    color: #959595; }
    @media (max-width: 1200px) {
      .about-us .about-right-txt {
        font-size: 14px; } }
    @media (max-width: 1024px) {
      .about-us .about-right-txt {
        font-size: 13px;
        text-align: center; } }

.video {
  margin-top: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6.3fr 3.7fr;
  grid-template-columns: 6.3fr 3.7fr;
  background: #222424; }
  @media (max-width: 425px) {
    .video {
      margin-top: 30px; } }
  @media (max-width: 640px) {
    .video {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      border-radius: 16px;
      overflow: hidden;
      padding: 55px 16px 16px 16px; } }
  .video .video-left {
    height: 860px; }
    @media (max-width: 1440px) {
      .video .video-left {
        height: 500px; } }
    @media (max-width: 1024px) {
      .video .video-left {
        height: 350px; } }
    @media (max-width: 640px) {
      .video .video-left {
        height: 200px;
        border-radius: 16px;
        overflow: hidden; } }
    .video .video-left iframe {
      width: 100%;
      height: 100%;
      border: none; }
  .video .video-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .video .video-inner {
    max-width: 320px;
    margin-left: 120px; }
    @media (max-width: 1440px) {
      .video .video-inner {
        margin-left: 60px; } }
    @media (max-width: 1024px) {
      .video .video-inner {
        max-width: calc(100% - 32px);
        margin: 0 auto; } }
    @media (max-width: 640px) {
      .video .video-inner {
        max-width: calc(100% - 64px);
        margin: 0 auto 55px auto; } }
  .video .video-ttl {
    font-weight: bold;
    font-size: 48px;
    color: #E7B778;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    margin-bottom: 45px; }
    @media (max-width: 1024px) {
      .video .video-ttl {
        font-size: 24px;
        gap: 8px;
        margin-bottom: 20px; } }
    @media (max-width: 640px) {
      .video .video-ttl {
        text-align: center; } }
    .video .video-ttl::after {
      content: "";
      display: block;
      width: 100%;
      height: 20px;
      border: 1px solid #E7B778;
      border-right: none;
      border-left: none; }
      @media (max-width: 1024px) {
        .video .video-ttl::after {
          height: 8px; } }
  .video .video-text {
    font-size: 20px;
    line-height: 125%;
    color: #F3F3F3; }
    @media (max-width: 1024px) {
      .video .video-text {
        font-size: 11px; } }
    @media (max-width: 640px) {
      .video .video-text {
        text-align: center; } }

.advantages {
  padding: 80px 0; }
  @media (max-width: 640px) {
    .advantages {
      padding: 40px 0; } }
  .advantages .advan-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 64px; }
    .advantages .advan-ttl span {
      font-weight: 500;
      font-size: 20px;
      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;
      text-transform: uppercase;
      color: #FFFFFF;
      width: 348px;
      height: 67px;
      background: url("../img/png/green-figure_348.png") no-repeat center;
      background-size: contain;
      margin: 0 -1px 0 -1px; }
      @media (max-width: 425px) {
        .advantages .advan-ttl span {
          font-size: 13px;
          width: 208px;
          height: 40px; } }
    .advantages .advan-ttl::before, .advantages .advan-ttl::after {
      content: "";
      display: block;
      width: auto;
      height: 2px;
      background: #35AB52;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .advantages .advan-txt {
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    color: #3C3C3B;
    max-width: 980px;
    margin-bottom: 64px; }
    @media (max-width: 1024px) {
      .advantages .advan-txt {
        font-size: 18px;
        margin-bottom: 36px; } }
  .advantages .advan-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 72px;
    column-gap: 72px;
    row-gap: 64px; }
    @media (max-width: 640px) {
      .advantages .advan-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 40px; } }
  .advantages .advan-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .advantages .advan-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 20px; } }
  .advantages .advan-itm-ttl {
    font-weight: bold;
    font-size: 28px;
    line-height: 125%;
    text-transform: uppercase;
    color: #3C3C3B;
    margin-bottom: 16px; }
    @media (max-width: 1024px) {
      .advantages .advan-itm-ttl {
        font-size: 18px;
        margin-bottom: 12px; } }
  .advantages .advan-irm-txt {
    font-size: 14px;
    line-height: 150%;
    color: #3C3C3B; }
    @media (max-width: 1024px) {
      .advantages .advan-irm-txt {
        font-size: 12px; } }

.footer {
  padding: 48px 0 36px 0;
  background: #F3F3F3;
  position: relative; }
  @media (max-width: 425px) {
    .footer {
      padding: 65px 0 80px 0; } }
  .footer::after, .footer::before {
    display: block;
    content: "";
    width: 44px;
    height: 100%;
    border-left: 1px solid #E7B778;
    border-right: 1px solid #E7B778;
    position: absolute;
    top: 0; }
    @media (max-width: 1440px) {
      .footer::after, .footer::before {
        display: none; } }
    @media (max-width: 425px) {
      .footer::after, .footer::before {
        display: block; } }
  .footer::before {
    left: 36px; }
    @media (max-width: 425px) {
      .footer::before {
        top: 16px;
        width: 100%;
        height: 20px;
        left: 0;
        border-top: 1px solid #E7B778;
        border-bottom: 1px solid #E7B778;
        border-left: none;
        border-right: none; } }
  .footer::after {
    right: 36px; }
    @media (max-width: 425px) {
      .footer::after {
        right: 16px;
        width: 20px; } }
  .footer .footer-top-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.9fr 1fr 1fr 1fr;
    grid-template-columns: 1.9fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 70px; }
    @media (max-width: 1200px) {
      .footer .footer-top-inner {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 40px; } }
    @media (max-width: 1024px) {
      .footer .footer-top-inner {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; }
        .footer .footer-top-inner > div:first-child {
          -ms-grid-column-span: 3;
          grid-column: span 3; } }
    @media (max-width: 1024px) and (max-width: 768px) {
      .footer .footer-top-inner > div:first-child {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
    @media (max-width: 1024px) and (max-width: 425px) {
      .footer .footer-top-inner > div:first-child {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        grid-area: 4/1;
        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;
        margin-top: 24px; } }
    @media (max-width: 768px) {
      .footer .footer-top-inner {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 425px) {
      .footer .footer-top-inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 32px; }
        .footer .footer-top-inner::after {
          content: "";
          display: block;
          width: 100%;
          height: 20px;
          border-top: 1px solid #E7B778;
          border-bottom: 1px solid #E7B778;
          position: absolute;
          bottom: 16px;
          left: 0; } }
  .footer .footer-logo {
    max-width: 114px;
    margin-bottom: 16px; }
  .footer .copyright {
    font-size: 13px;
    line-height: 24px;
    color: #92949B; }
  .footer .footer-contacts {
    margin-top: 24px;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
    gap: 24px; }
    .footer .footer-contacts a {
      display: block;
      width: 20px;
      height: 20px; }
      .footer .footer-contacts a:nth-child(1) {
        display: none; }
      .footer .footer-contacts a:nth-child(3) {
        display: none; }
  .footer .footer-ttl {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    color: #3C3C3B; }
    @media (max-width: 425px) {
      .footer .footer-ttl {
        margin-bottom: 12px; } }
  .footer .footer-link {
    font-size: 15px;
    display: block;
    color: #92949B;
    margin-bottom: 12px;
    text-decoration: none; }
    @media (max-width: 425px) {
      .footer .footer-link {
        margin-bottom: 14px; } }
  .footer .footer-bottom {
    padding: 3px 0;
    font-size: 14px;
    color: #92949B;
    border-top: 1px solid #E7B778;
    border-bottom: 1px solid #E7B778; }
    @media (max-width: 425px) {
      .footer .footer-bottom {
        padding: 0;
        border: none; } }
    .footer .footer-bottom a {
      text-decoration: none;
      color: inherit; }
    .footer .footer-bottom .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 425px) {
        .footer .footer-bottom .container {
          -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; } }
  .footer .sunrise {
    display: none;
    height: 32px;
    margin-left: 20px; }
    @media (max-width: 425px) {
      .footer .sunrise {
        margin-left: 0; } }

.manage-intro-wrap {
  position: relative; }
  .manage-intro-wrap > svg {
    position: absolute;
    top: -32px;
    right: 0;
    width: 70%;
    height: auto; }
    @media (max-width: 425px) {
      .manage-intro-wrap > svg {
        display: none; } }

.feedback-icon {
  background: #FFFFFF;
  border: 2px solid #E6E8EC;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  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;
  z-index: 88; }
  .feedback-icon.active {
    display: none; }
  @media (max-width: 640px) {
    .feedback-icon {
      width: 40px;
      height: 40px;
      right: 16px;
      border-radius: 8px; }
      .feedback-icon svg {
        width: 16px;
        height: 16px; } }

.feedback-wrap {
  display: none; }
  .feedback-wrap.active {
    display: block; }
  .feedback-wrap .feedback {
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 24px 20px;
    background: #FFFFFF;
    border-radius: 16px;
    width: 285px;
    z-index: 88;
    max-height: calc(100% - 80px);
    overflow: auto; }
    @media (max-width: 640px) {
      .feedback-wrap .feedback {
        max-height: none;
        height: 100%;
        width: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0; } }
  .feedback-wrap .feedback-ttl {
    font-weight: 600;
    font-size: 14px;
    color: #222424;
    margin-bottom: 12px; }
  .feedback-wrap .feedback-links {
    display: -ms-grid;
    display: grid;
    gap: 4px;
    margin-bottom: 34px; }
    .feedback-wrap .feedback-links a:nth-child(2) {
      display: none; }
  .feedback-wrap .feed-link {
    font-size: 14px;
    color: #3C3C3B;
    text-decoration: none;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #F3F3F3;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .feedback-wrap .feed-link::before {
      content: "";
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 14px; }
    .feedback-wrap .feed-link.tel::before {
      background-image: url("../img/svg/feed-tel.svg"); }
    .feedback-wrap .feed-link.telegram::before {
      background-image: url("../img/svg/feed-telegram.svg"); }
    .feedback-wrap .feed-link.whatsapp::before {
      background-image: url("../img/svg/feed-whatsapp.svg"); }
    .feedback-wrap .feed-link.email::before {
      background-image: url("../img/svg/feed-email.svg"); }
  .feedback-wrap .feedback-form {
    display: -ms-grid;
    display: grid;
    gap: 4px; }

.feedback-btn {
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  height: 44px;
  background: #1B864A;
  border-radius: 100px;
  border: none;
  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; }
  .feedback-btn.close {
    color: #383838;
    font-weight: 500;
    background: none;
    border: 1px solid #92949B; }

.input {
  height: 44px;
  padding: 0 16px;
  font-size: 14px;
  border: 1px solid #F3F3F3;
  border-radius: 28px; }
  .input::-webkit-input-placeholder {
    color: #92949B; }
  .input:-ms-input-placeholder {
    color: #92949B; }
  .input::-ms-input-placeholder {
    color: #92949B; }
  .input::placeholder {
    color: #92949B; }

textarea.input {
  resize: none;
  padding: 12px 16px;
  min-height: 140px;
  border-radius: 16px; }

.about-intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px; }
  @media (max-width: 640px) {
    .about-intro {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 38px; }
      .about-intro .about-left {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: 2/1; } }
  .about-intro .about-right {
    border-bottom-left-radius: 16px;
    overflow: hidden; }
    @media (max-width: 640px) {
      .about-intro .about-right {
        height: 255px;
        border-radius: 0 0 16px 16px; } }
  .about-intro .about-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .about-intro .about-left-inner {
    max-width: 600px;
    margin-left: auto;
    padding: 120px 106px 130px 0; }
    @media (max-width: 1200px) {
      .about-intro .about-left-inner {
        max-width: 480px; } }
    @media (max-width: 1024px) {
      .about-intro .about-left-inner {
        max-width: 352px;
        padding: 80px 40px 80px 0; } }
    @media (max-width: 768px) {
      .about-intro .about-left-inner {
        max-width: 288px; } }
    @media (max-width: 640px) {
      .about-intro .about-left-inner {
        padding: 0 16px 24px 16px;
        max-width: none;
        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; } }
  .about-intro .about-logo {
    height: 160px;
    margin-bottom: 100px; }
    @media (max-width: 1024px) {
      .about-intro .about-logo {
        height: 96px;
        margin-bottom: 26px; } }

.about-ttl {
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  color: #3C3C3B;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E7B778; }
  @media (max-width: 1024px) {
    .about-ttl {
      font-size: 28px; } }
  @media (max-width: 640px) {
    .about-ttl {
      text-align: center; }
      .about-ttl.quality-ttl {
        text-align: left; } }

.about-txt {
  font-weight: 300;
  font-size: 15px;
  line-height: 175%;
  color: #3C3C3B; }
  @media (max-width: 1024px) {
    .about-txt {
      font-size: 13px;
      line-height: 150%; } }
  @media (max-width: 640px) {
    .about-txt {
      text-align: center; }
      .about-txt.quality-txt {
        text-align: left; } }

.about-quality {
  margin: 24px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  min-height: 540px; }
  @media (max-width: 1200px) {
    .about-quality {
      min-height: 350px; } }
  @media (max-width: 640px) {
    .about-quality {
      margin: 0 0 16px 0;
      gap: 16px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      padding: 0 16px;
      min-height: auto; } }
  .about-quality .quality-right {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    padding-right: 24px;
    grid-template-areas: "a b" "c b"; }
    .about-quality .quality-right img:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: a; }
    .about-quality .quality-right img:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 3;
      grid-area: b; }
    .about-quality .quality-right img:nth-child(3) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      grid-area: c; }
    @media (max-width: 640px) {
      .about-quality .quality-right {
        gap: 8px;
        padding-right: 0;
        padding-left: 0;
        grid-template-areas: "a" "b" "c"; }
      .about-quality .quality-right img:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .about-quality .quality-right img:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
      .about-quality .quality-right img:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1; } }
  .about-quality .quality-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px; }
  .about-quality .quality-left {
    background: #F6F4E5;
    border-radius: 0 16px 16px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 640px) {
      .about-quality .quality-left {
        border-radius: 16px; } }
    .about-quality .quality-left::after {
      content: "";
      display: block;
      width: 143px;
      height: 143px;
      background: url("../img/svg/quality.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      right: 70px;
      bottom: 80px; }
      @media (max-width: 640px) {
        .about-quality .quality-left::after {
          display: none; } }
  .about-quality .quality-left-inner {
    max-width: 600px;
    margin-left: auto;
    padding: 50px 110px 50px 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1200px) {
      .about-quality .quality-left-inner {
        max-width: 480px; } }
    @media (max-width: 1500px) {
      .about-quality .quality-left-inner {
        max-width: 90%; } }
    @media (max-width: 768px) {
      .about-quality .quality-left-inner {
        max-width: 90%; } }
    @media (max-width: 640px) {
      .about-quality .quality-left-inner {
        max-width: none;
        padding: 36px 20px; } }

@media screen and (max-width: 1500px) {
  .about-quality {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    .about-quality .quality-right {
      padding-left: 24px; } }

.about-advan {
  margin-bottom: 120px; }
  @media (max-width: 640px) {
    .about-advan {
      margin-bottom: 45px; } }
  .about-advan .about-advan-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px; }
    @media (max-width: 1024px) {
      .about-advan .about-advan-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 640px) {
      .about-advan .about-advan-grid {
        gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .about-advan .about-advan-item {
    background: #F3F3F3;
    border-radius: 16px;
    padding: 36px; }
    @media (max-width: 640px) {
      .about-advan .about-advan-item {
        padding: 24px; } }
  .about-advan .about-advan-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 36px; }
    @media (max-width: 640px) {
      .about-advan .about-advan-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 24px; } }
  .about-advan .about-advan-ttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #3C3C3B;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E7B778; }
    @media (max-width: 640px) {
      .about-advan .about-advan-ttl {
        font-size: 20px;
        padding-bottom: 16px;
        margin-bottom: 16px; } }
  .about-advan .about-advan-txt {
    font-weight: 300;
    font-size: 15px;
    line-height: 175%;
    color: #3C3C3B; }
    @media (max-width: 640px) {
      .about-advan .about-advan-txt {
        font-size: 13px; } }
  .about-advan .about-advan-bottom-txt {
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    color: #3C3C3B;
    margin-top: 120px;
    max-width: 815px; }
    @media (max-width: 1024px) {
      .about-advan .about-advan-bottom-txt {
        font-size: 20px;
        margin-top: 45px; } }

.plan {
  margin-bottom: 130px; }
  @media (max-width: 640px) {
    .plan {
      margin-bottom: 48px; } }
  .plan .plan-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6fr 5.3fr;
    grid-template-columns: 6fr 5.3fr;
    gap: 64px; }
    @media (max-width: 1200px) {
      .plan .plan-grid {
        -ms-grid-columns: 6fr 4fr;
        grid-template-columns: 6fr 4fr; } }
    @media (max-width: 1024px) {
      .plan .plan-grid {
        gap: 32px; } }
    @media (max-width: 640px) {
      .plan .plan-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .plan .plan-left {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.4fr 3fr;
    grid-template-columns: 2.4fr 3fr;
    gap: 64px; }
    @media (max-width: 1024px) {
      .plan .plan-left {
        gap: 24px; } }
    @media (max-width: 640px) {
      .plan .plan-left {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .plan .plan-left::after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #D0DED6;
      position: absolute;
      top: 0;
      right: -32px; }
      @media (max-width: 1024px) {
        .plan .plan-left::after {
          display: none; } }
  .plan .plan-ttl {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #3C3C3B; }
    @media (max-width: 1024px) {
      .plan .plan-ttl {
        font-size: 16px; } }
  .plan .plans {
    display: -ms-grid;
    display: grid;
    gap: 36px;
    counter-reset: counter; }
    @media (max-width: 1024px) {
      .plan .plans {
        gap: 24px; } }
  .plan .plan-item {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #3C3C3B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .plan .plan-item {
        font-size: 16px; } }
    .plan .plan-item:not(:last-child) {
      padding-bottom: 36px;
      border-bottom: 1px solid #E7B778; }
      @media (max-width: 1024px) {
        .plan .plan-item:not(:last-child) {
          padding-bottom: 24px; } }
    .plan .plan-item::before {
      counter-increment: counter;
      content: counter(counter);
      font-weight: bold;
      font-size: 92px;
      color: #35AB52;
      margin-right: 20px;
      line-height: 100%; }
      @media (max-width: 1024px) {
        .plan .plan-item::before {
          font-size: 64px; } }
  .plan .plan-txt {
    font-weight: 300;
    font-size: 20px;
    line-height: 175%;
    color: #3C3C3B;
    margin-bottom: 48px; }
    @media (max-width: 1024px) {
      .plan .plan-txt {
        font-size: 13px;
        margin-bottom: 24px; } }
  .plan .plan-img {
    display: block;
    width: 100%;
    border-radius: 16px; }

.news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 95px; }
  @media (max-width: 640px) {
    .news-header {
      margin-top: 16px;
      padding-top: 95px; } }
  .news-header .news-ttl {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    line-height: 1; }
    @media (max-width: 640px) {
      .news-header .news-ttl:not(.mob) {
        display: none; } }
    .news-header .news-ttl.mob {
      font-size: 26px;
      display: none; }
      @media (max-width: 640px) {
        .news-header .news-ttl.mob {
          display: block; } }
  .news-header .news-sort {
    position: relative; }
  .news-header .news-cur-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3C3C3B;
    cursor: pointer; }
    @media (max-width: 640px) {
      .news-header .news-cur-sort {
        font-size: 14px; } }
    .news-header .news-cur-sort::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: url("../img/svg/arrow-down.svg") no-repeat center;
      background-size: contain;
      margin-right: 4px; }
  .news-header .news-sort-list {
    background: #FFFFFF;
    border: 1px solid #D0DED6;
    border-radius: 16px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    z-index: 1;
    display: none; }
    @media (max-width: 640px) {
      .news-header .news-sort-list {
        padding: 12px 10px;
        left: auto;
        right: -18px;
        width: auto; } }
    .news-header .news-sort-list.active {
      display: block; }
    .news-header .news-sort-list .news-sort-tem {
      color: #3C3C3B;
      cursor: pointer; }
      @media (max-width: 640px) {
        .news-header .news-sort-list .news-sort-tem {
          font-size: 14px; } }
      .news-header .news-sort-list .news-sort-tem:hover {
        color: #35AB52; }
      .news-header .news-sort-list .news-sort-tem:first-child {
        margin-bottom: 16px; }
        @media (max-width: 640px) {
          .news-header .news-sort-list .news-sort-tem:first-child {
            margin-bottom: 8px; } }

.news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  margin: 127px 0 64px 0; }
  @media (max-width: 768px) {
    .news-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .news-inner > div:first-child {
    width: 64%;
    margin-right: 65px; }
    @media (max-width: 1024px) {
      .news-inner > div:first-child {
        margin-right: 24px;
        width: 60%; } }
    @media (max-width: 768px) {
      .news-inner > div:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 64px; } }
  .news-inner > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (max-width: 640px) {
    .news-inner {
      margin: 68px 0 48px 0; } }
  .news-inner .news-date {
    font-weight: 600;
    font-size: 16px;
    color: #BCBCBC;
    margin-bottom: 12px; }
    @media (max-width: 1024px) {
      .news-inner .news-date {
        font-size: 12px;
        margin-bottom: 8px; } }
  .news-inner .news-inner-ttl {
    font-weight: bold;
    font-size: 24px;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 24px;
    color: #000000; }
    @media (max-width: 1024px) {
      .news-inner .news-inner-ttl {
        font-size: 16px;
        margin-bottom: 10px; } }
  .news-inner .news-swiper {
    margin-bottom: 12px; }
    @media (max-width: 1024px) {
      .news-inner .news-swiper {
        margin-bottom: 10px; } }
    .news-inner .news-swiper .swiper-slide {
      height: 470px; }
      @media (max-width: 1024px) {
        .news-inner .news-swiper .swiper-slide {
          height: 300px; } }
      @media (max-width: 425px) {
        .news-inner .news-swiper .swiper-slide {
          height: 210px; } }
    .news-inner .news-swiper img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 16px; }
  .news-inner .news-thumb-swiper {
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .news-inner .news-thumb-swiper {
        margin-bottom: 12px; } }
    .news-inner .news-thumb-swiper .swiper-slide {
      width: 89px;
      height: 68px; }
      @media (max-width: 1024px) {
        .news-inner .news-thumb-swiper .swiper-slide {
          width: 54px;
          height: 42px; } }
    .news-inner .news-thumb-swiper img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 12px; }
      @media (max-width: 1024px) {
        .news-inner .news-thumb-swiper img {
          border-radius: 6px; } }
  .news-inner .news-inner-txt {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #3C3C3B;
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .news-inner .news-inner-txt {
        font-size: 13px;
        margin-bottom: 12px; } }
  .news-inner .news-video {
    height: 470px;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
    border: none; }
    @media (max-width: 1024px) {
      .news-inner .news-video {
        height: 300px; } }
    @media (max-width: 425px) {
      .news-inner .news-video {
        height: 210px; } }
  .news-inner .news-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .news-inner .news-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .news-inner .news-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
    padding: 11px 26px 11px 20px;
    background: #1B864A;
    border-radius: 100px;
    margin-right: 35px; }
    @media (max-width: 1024px) {
      .news-inner .news-download {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 35px; } }
    .news-inner .news-download svg {
      margin-right: 10px; }
  .news-inner .news-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news-inner .news-share .news-share-link {
      text-decoration: none;
      width: 24px;
      height: 24px;
      margin-right: 16px; }
  .news-inner .another-news-ttl {
    font-weight: 500;
    font-size: 20px;
    color: #3C3C3B;
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .news-inner .another-news-ttl {
        margin-bottom: 12px; } }
  .news-inner .another-news {
    display: -ms-grid;
    display: grid;
    gap: 15px; }
    .news-inner .another-news .another-news-img {
      width: 100%;
      display: block;
      height: 220px;
      margin-bottom: 12px;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 16px; }
      @media (max-width: 1024px) {
        .news-inner .another-news .another-news-img {
          height: 210px;
          margin-bottom: 10px; } }
    .news-inner .another-news .another-news-date {
      font-weight: 600;
      font-size: 11px;
      color: #BCBCBC;
      margin-bottom: 8px; }
      @media (max-width: 1024px) {
        .news-inner .another-news .another-news-date {
          font-size: 12px; } }
    .news-inner .another-news .another-news-ttl {
      font-family: 'Playfair Display', sans-serif;
      font-weight: bold;
      color: #000000; }
      @media (max-width: 1024px) {
        .news-inner .another-news .another-news-ttl {
          font-size: 13px; } }
  .news-inner .news-prev,
  .news-inner .news-next {
    width: 40px;
    height: 40px;
    background: #222424;
    border: 1px solid #3C3C3B;
    border-radius: 8px; }
    @media (max-width: 425px) {
      .news-inner .news-prev,
      .news-inner .news-next {
        display: none; } }
    .news-inner .news-prev::after,
    .news-inner .news-next::after {
      display: none; }

.manage-intro {
  margin-top: 32px;
  max-width: 950px;
  margin-bottom: 80px; }
  @media (max-width: 640px) {
    .manage-intro {
      margin-top: 16px;
      margin-bottom: 50px; } }
  .manage-intro .manage-ttl {
    font-weight: bold;
    font-family: 'Playfair Display', sans-serif;
    font-size: 40px;
    color: #000000;
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .manage-intro .manage-ttl {
        font-size: 26px;
        margin-bottom: 16px; } }
  .manage-intro .manage-intro-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.6fr 5.5fr;
    grid-template-columns: 3.6fr 5.5fr;
    gap: 32px; }
    @media (max-width: 1024px) {
      .manage-intro .manage-intro-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  @media (max-width: 1024px) {
    .manage-intro .manage-intro-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .manage-intro .manager {
    height: 480px;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 24px;
    border-radius: 16px; }
    @media (max-width: 1024px) {
      .manage-intro .manager {
        height: 176px;
        width: 132px;
        margin-bottom: 0;
        margin-right: 12px; } }
  .manage-intro .manager-name {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin-bottom: 16px; }
    @media (max-width: 1024px) {
      .manage-intro .manager-name {
        font-size: 16px;
        margin-bottom: 12px; } }
  .manage-intro .manager-prof {
    font-size: 20px;
    color: #92949B; }
    @media (max-width: 1024px) {
      .manage-intro .manager-prof {
        font-size: 12px; } }
  .manage-intro .manager-quote-ttl {
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    margin-bottom: 24px;
    color: #000000; }
    @media (max-width: 1024px) {
      .manage-intro .manager-quote-ttl {
        font-size: 18px;
        margin-bottom: 16px; } }
  .manage-intro .manager-quote {
    font-weight: 300;
    line-height: 150%;
    color: #3C3C3B; }
    @media (max-width: 1024px) {
      .manage-intro .manager-quote {
        font-size: 13px; } }

.staff {
  margin-bottom: 64px; }
  @media (max-width: 640px) {
    .staff {
      margin-bottom: 48px; } }
  .staff .staff-ttl {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 125%;
    color: #3C3C3B;
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .staff .staff-ttl {
        font-size: 24px; } }
  .staff .staff-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 64px; }
    @media (max-width: 1024px) {
      .staff .staff-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 32px; } }
  .staff .staff-item {
    position: relative;
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 640px) {
      .staff .staff-item {
        -ms-grid-columns: 1fr 1.3fr;
        grid-template-columns: 1fr 1.3fr;
        gap: 12px; } }
    .staff .staff-item:nth-child(2n + 1)::after {
      width: calc(100% + 16px); }
    .staff .staff-item:nth-last-child(1)::after, .staff .staff-item:nth-last-child(2)::after {
      display: none; }
    .staff .staff-item::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      opacity: 0.5;
      background: #E7B778;
      position: absolute;
      left: 0;
      bottom: -32px; }
      @media (max-width: 1024px) {
        .staff .staff-item::after {
          display: none; } }
  .staff .staff-img {
    height: 380px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px; }
    @media (max-width: 640px) {
      .staff .staff-img {
        height: 156px; } }
  .staff .staff-prof {
    font-size: 18px;
    color: #92949B;
    margin-bottom: 16px; }
    @media (max-width: 640px) {
      .staff .staff-prof {
        font-size: 12px;
        bottom: 12px; } }
  .staff .staff-name {
    font-size: 32px;
    color: #000000;
    margin-bottom: 16px; }
    @media (max-width: 640px) {
      .staff .staff-name {
        font-size: 13px;
        margin-bottom: 12px; } }
  .staff .staff-contact {
    color: #3C3C3B;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
    @media (max-width: 640px) {
      .staff .staff-contact {
        font-size: 13px;
        margin-bottom: 13px; } }
    .staff .staff-contact svg {
      margin-right: 10px; }
      @media (max-width: 640px) {
        .staff .staff-contact svg {
          width: 16px;
          height: 16px; } }

.products-swiper.intro {
  height: 910px;
  margin-bottom: 64px; }
  @media (max-width: 1024px) {
    .products-swiper.intro {
      min-height: 420px;
      height: 420px; } }
  @media (max-width: 640px) {
    .products-swiper.intro {
      border-radius: 0 0 12px 12px;
      overflow: hidden;
      margin-bottom: 32px; } }
  .products-swiper.intro img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .products-swiper.intro .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .products-swiper.intro .swiper-slide::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1); }
  .products-swiper.intro h2, .products-swiper.intro p {
    position: relative;
    z-index: 1;
    max-width: 585px; }
  .products-swiper.intro h2 {
    font-weight: 600;
    font-size: 72px;
    line-height: 125%;
    margin-bottom: 24px;
    padding-top: 24px;
    border-top: 2px solid #E7B778;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .products-swiper.intro h2 {
        font-size: 32px;
        padding-top: 12px;
        margin-bottom: 12px; } }
  .products-swiper.intro p {
    font-weight: 300;
    font-size: 40px;
    line-height: 125%;
    color: #F3F3F3; }
    @media (max-width: 1024px) {
      .products-swiper.intro p {
        font-size: 18px; } }
  .products-swiper.intro .intro-navigations {
    margin-top: 0;
    max-width: 1200px;
    width: 100%;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    position: absolute;
    bottom: 63px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }
    @media (max-width: 1200px) {
      .products-swiper.intro .intro-navigations {
        max-width: 960px; } }
    @media (max-width: 1024px) {
      .products-swiper.intro .intro-navigations {
        max-width: 704px; } }
    @media (max-width: 768px) {
      .products-swiper.intro .intro-navigations {
        max-width: 576px; } }
    @media (max-width: 640px) {
      .products-swiper.intro .intro-navigations {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 20px; }
        .products-swiper.intro .intro-navigations .swiper-pagination-bullet {
          width: 4px;
          height: 4px;
          background: rgba(172, 167, 161, 0.6);
          border: 0.5px solid #F3F3F3;
          margin: 0 3px;
          opacity: 1; }
          .products-swiper.intro .intro-navigations .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #1B864A; }
        .products-swiper.intro .intro-navigations .intro-buttons {
          display: none; } }
    .products-swiper.intro .intro-navigations .intro-buttons {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

.products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  row-gap: 128px;
  margin-bottom: 128px; }
  @media (max-width: 1024px) {
    .products-grid {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 768px) {
    .products-grid {
      row-gap: 48px; } }
  @media (max-width: 640px) {
    .products-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-bottom: 36px; } }
  .products-grid .product-item {
    position: relative; }
    .products-grid .product-item::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #E7B778;
      position: absolute;
      bottom: -64px;
      left: 0; }
      @media (max-width: 768px) {
        .products-grid .product-item::after {
          bottom: -24px; } }
    .products-grid .product-item:nth-child(3n + 2)::after {
      left: -24px;
      width: calc(100% + 48px); }
    @media (max-width: 1024px) {
      .products-grid .product-item:nth-child(3n + 2)::after {
        left: 0;
        width: 100%; }
      .products-grid .product-item:last-child::after {
        display: none; } }
    .products-grid .product-item img {
      height: 290px;
      width: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 16px;
      border-radius: 16px; }
      @media (max-width: 768px) {
        .products-grid .product-item img {
          height: 210px; } }
    .products-grid .product-item .products-name {
      font-weight: 600;
      font-size: 30px;
      line-height: 125%;
      color: #3C3C3B;
      margin-bottom: 16px; }
      @media (max-width: 768px) {
        .products-grid .product-item .products-name {
          font-size: 24px;
          margin-bottom: 12px; } }
    .products-grid .product-item .prod-desc {
      font-weight: 300;
      line-height: 150%;
      color: #3C3C3B; }
      @media (max-width: 768px) {
        .products-grid .product-item .prod-desc {
          font-size: 13px; } }

.prod-more-wrap {
  text-align: center; }
  .prod-more-wrap .prod-more {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #383838;
    padding: 11px 48px;
    border-radius: 100px;
    border: 1px solid #92949B;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 64px; }
    @media (max-width: 640px) {
      .prod-more-wrap .prod-more {
        margin-bottom: 36px; } }
    @media (max-width: 425px) {
      .prod-more-wrap .prod-more {
        width: 100%;
        text-align: center; } }

.prod-inner-page {
  max-width: none; }
  .prod-inner-page > div:first-child {
    width: 52%;
    margin-right: 32px !important; }
    @media (max-width: 768px) {
      .prod-inner-page > div:first-child {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px; } }
  .prod-inner-page .production-ttl {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #3C3C3B;
    margin-bottom: 8px;
    display: none; }
    @media (max-width: 768px) {
      .prod-inner-page .production-ttl {
        display: block; } }
  .prod-inner-page .prod-inner-ttl {
    font-weight: 600;
    font-size: 48px;
    line-height: 125%;
    margin-bottom: 16px;
    color: #3C3C3B; }
    @media (max-width: 768px) {
      .prod-inner-page .prod-inner-ttl {
        display: none; } }
  .prod-inner-page .prod-inner-desc {
    font-weight: 300;
    line-height: 150%;
    color: #3C3C3B;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .prod-inner-page .prod-inner-desc {
        margin-bottom: 16px;
        font-size: 13px; } }
  .prod-inner-page .prod-param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #92949B;
    font-weight: 300;
    margin-bottom: 16px; }
    @media (max-width: 768px) {
      .prod-inner-page .prod-param {
        font-size: 15px; } }
    .prod-inner-page .prod-param span {
      line-height: 100%; }
    .prod-inner-page .prod-param .param-dots {
      height: 0;
      margin: 0 4px;
      display: block;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-bottom: 1px dashed #BCBCBC;
      -ms-flex-item-align: end;
      align-self: flex-end; }
    .prod-inner-page .prod-param .prod-param-val {
      color: #3C3C3B;
      margin-left: 4px; }

.similar-prod {
  font-family: 'Playfair Display', sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 125%;
  color: #3C3C3B;
  margin-bottom: 16px; }
  @media (max-width: 640px) {
    .similar-prod {
      font-size: 32px;
      margin-bottom: 24px; } }

.prod-grid-inner.products-grid {
  row-gap: 64px; }
  @media (max-width: 640px) {
    .prod-grid-inner.products-grid {
      gap: 48px; } }
  .prod-grid-inner.products-grid .product-item::after {
    display: none; }
    @media (max-width: 640px) {
      .prod-grid-inner.products-grid .product-item::after {
        display: block; } }
  @media (max-width: 640px) {
    .prod-grid-inner.products-grid .product-item:last-child::after {
      display: none; } }

.halal-intro {
  height: 838px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: -16px;
  margin-bottom: 64px; }
  @media (max-width: 640px) {
    .halal-intro {
      height: 420px;
      margin-bottom: 32px; } }
  .halal-intro > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .halal-intro .container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .halal-intro .halal-intro-ttl {
    font-weight: 600;
    font-size: 72px;
    line-height: 125%;
    color: #FFFFFF;
    padding-top: 24px;
    border-top: 2px solid #E7B778; }
    @media (max-width: 640px) {
      .halal-intro .halal-intro-ttl {
        font-size: 32px;
        padding-top: 12px; } }
  .halal-intro .halal-logo {
    max-width: 370px;
    width: 100%;
    margin-left: 24px; }
    @media (max-width: 1024px) {
      .halal-intro .halal-logo {
        display: none; } }

.halal-inner {
  max-width: 965px; }
  .halal-inner .what-is-halal {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #222424;
    margin-bottom: 32px; }
    @media (max-width: 1024px) {
      .halal-inner .what-is-halal {
        font-size: 24px;
        margin-bottom: 20px; } }
  .halal-inner .halal-txt {
    font-weight: 300;
    line-height: 150%;
    color: #3C3C3B;
    max-width: 768px; }
    @media (max-width: 1024px) {
      .halal-inner .halal-txt {
        font-size: 13px; } }
  .halal-inner .halal-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 72px; }
    @media (max-width: 1024px) {
      .halal-inner .halal-grid {
        margin-top: 55px;
        gap: 20px; } }
    @media (max-width: 640px) {
      .halal-inner .halal-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .halal-inner .halal-grid > div:nth-child(2) {
      -ms-grid-row-span: 2;
      grid-row: span 2; }
      @media (max-width: 640px) {
        .halal-inner .halal-grid > div:nth-child(2) {
          -ms-grid-row-span: 1;
          grid-row: span 1; } }
  .halal-inner .halal-img {
    display: block;
    width: 100%;
    height: 330px;
    margin-bottom: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px; }
    @media (max-width: 1024px) {
      .halal-inner .halal-img {
        height: 210px; } }
  .halal-inner .halal-title {
    font-family: Playfair Display, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #222424;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .halal-inner .halal-title {
        font-size: 24px; } }

.contacts-wrap {
  padding: 155px 0 48px 0; }
  @media (max-width: 768px) {
    .contacts-wrap {
      padding: 68px 0 48px 0; } }
  .contacts-wrap .contacts-title {
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      .contacts-wrap .contacts-title {
        font-size: 26px;
        margin-bottom: 16px; } }
  .contacts-wrap .contacts-text {
    font-weight: 300;
    font-size: 32px;
    line-height: 125%;
    color: #3F4953;
    margin-bottom: 48px;
    max-width: 600px; }
    @media (max-width: 768px) {
      .contacts-wrap .contacts-text {
        font-size: 24px;
        margin-bottom: 24px; } }
  .contacts-wrap .contacts-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
    gap: 16px;
    margin-bottom: 48px;
    max-width: 930px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-weight: 500; }
    @media (max-width: 1024px) {
      .contacts-wrap .contacts-grid {
        -ms-grid-columns: (auto)[3];
        grid-template-columns: repeat(3, auto); } }
    @media (max-width: 768px) {
      .contacts-wrap .contacts-grid {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto; } }
    @media (max-width: 640px) {
      .contacts-wrap .contacts-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 36px; } }
  .contacts-wrap .con-item {
    padding: 24px;
    background: #F3F3F3;
    border-radius: 16px; }
    .contacts-wrap .con-item:nth-child(3) {
      display: none; }
    @media (max-width: 640px) {
      .contacts-wrap .con-item {
        padding: 20px; } }
    .contacts-wrap .con-item .contacts-icon {
      font-weight: 500;
      color: #92949B;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 12px; }
      .contacts-wrap .con-item .contacts-icon svg {
        margin-right: 16px; }
        @media (max-width: 640px) {
          .contacts-wrap .con-item .contacts-icon svg {
            width: 36px;
            height: 36px;
            margin-right: 12px; } }
  .contacts-wrap .contacts-num {
    font-size: 20px;
    line-height: 150%;
    color: #3C3C3B;
    display: block;
    text-decoration: none; }
    .contacts-wrap .contacts-num:not(:last-of-type) {
      margin-bottom: 10px; }
  .contacts-wrap .con-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.4fr 5.1fr;
    grid-template-columns: 3.4fr 5.1fr;
    max-width: 930px;
    gap: 77px; }
    @media (max-width: 768px) {
      .contacts-wrap .con-footer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px; }
        .contacts-wrap .con-footer > div:first-child {
          -ms-grid-row: 2;
          -ms-grid-column: 1;
          grid-area: 2/1; } }
    .contacts-wrap .con-footer .con-foot-ttl {
      font-weight: 500;
      font-size: 18px;
      color: #222424;
      margin-bottom: 12px;
      display: none; }
      @media (max-width: 768px) {
        .contacts-wrap .con-footer .con-foot-ttl {
          display: block; } }
  .contacts-wrap .con-form-ttl {
    font-weight: 500;
    font-size: 18px;
    color: #222424;
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      .contacts-wrap .con-form-ttl {
        display: none; } }
  .contacts-wrap .feedback-form {
    display: -ms-grid;
    display: grid;
    gap: 8px; }
  .contacts-wrap .con-foot-txt {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #3F4953; }
    @media (max-width: 768px) {
      .contacts-wrap .con-foot-txt {
        font-size: 18px; } }

.template {
  padding: 163px 0 280px 0; }
  @media (max-width: 1024px) {
    .template {
      padding: 68px 0 48px 0; } }
  .template .template-ttl {
    font-weight: bold;
    font-size: 40px;
    color: #222424;
    max-width: 768px;
    margin-bottom: 32px; }
    @media (max-width: 1024px) {
      .template .template-ttl {
        margin-bottom: 16px;
        font-size: 26px; } }
  .template .template-txt {
    max-width: 768px;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #3C3C3B; }
    @media (max-width: 1024px) {
      .template .template-txt {
        font-size: 13px; } }
