@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
body {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal; }

.custom-container {
  width: 991px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .custom-container {
      width: calc(100% - 32px);
      margin: 0 16px; } }

.wrapper-navigation {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .wrapper-navigation {
      flex-direction: column; } }
  .wrapper-navigation:after {
    position: absolute;
    content: '';
    bottom: -10px;
    box-shadow: inset 0 2px 0 0 #d3d2ca, inset 0 3px 0 0 #fefdf3, inset 0 4px 0 0 #d3d2ca;
    height: 4px;
    left: 0;
    right: 0;
    width: 100%; }
  .wrapper-navigation h1 {
    font-style: italic;
    font-weight: 800;
    font-size: 30px;
    line-height: 39px; }
  .wrapper-navigation ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .wrapper-navigation ul a {
      position: relative; }
      .wrapper-navigation ul a:after {
        content: '/';
        right: -15px;
        top: -3px;
        position: absolute;
        bottom: 0;
        color: #000 !important; }
    .wrapper-navigation ul span {
      color: #00000080; }

a {
  text-decoration: none;
  color: #000;
  transition: .2s linear; }
  a:hover {
    color: #00000080;
    transition: .2s linear; }

.main-title {
  font-style: italic;
  font-weight: 800;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 40px;
  position: relative; }
  .main-title:after {
    position: absolute;
    content: '';
    bottom: -10px;
    box-shadow: inset 0 2px 0 0 #d3d2ca, inset 0 3px 0 0 #fefdf3, inset 0 4px 0 0 #d3d2ca;
    height: 4px;
    left: 0;
    right: 0;
    width: 100%; }

header {
  display: flex;
  flex-direction: column;
  padding-top: 20px; }
  header .wrapper-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    text-decoration: none; }
    header .wrapper-logo .wrapper-image img {
      width: 180px; }
      @media (max-width: 991px) {
        header .wrapper-logo .wrapper-image img {
          width: 80px; } }
    header .wrapper-logo h1 {
      font-size: 60px;
      margin: 0;
      font-weight: 600;
      color: #000;
      text-align: center; }
      @media (max-width: 991px) {
        header .wrapper-logo h1 {
          font-size: 24px; } }
  header .wrapper-items-header {
    display: flex;
    gap: 20px; }
    @media (max-width: 991px) {
      header .wrapper-items-header {
        margin-top: 10px; } }
    header .wrapper-items-header img {
      width: 20px; }
  header .wrapper-main-head {
    box-shadow: inset 0 2px 0 0 #d3d2ca, inset 0 3px 0 0 #fefdf3, inset 0 4px 0 0 #d3d2ca;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 0;
    position: relative;
    list-style: none;
    margin: 20px 0; }
    @media (max-width: 991px) {
      header .wrapper-main-head {
        flex-direction: column; } }
    header .wrapper-main-head:after {
      position: absolute;
      content: '';
      bottom: 0;
      box-shadow: inset 0 2px 0 0 #d3d2ca, inset 0 3px 0 0 #fefdf3, inset 0 4px 0 0 #d3d2ca;
      left: 0;
      right: 0;
      width: 100%;
      height: 4px; }
  header ul {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      header ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 100%; } }
    header ul li {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      header ul li a {
        text-transform: uppercase;
        font-weight: 600; }

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-top: 20px;
  padding-top: 10px; }
  @media (max-width: 991px) {
    footer {
      gap: 10px; }
      footer .text {
        font-size: 12px; } }
  footer:after {
    position: absolute;
    content: '';
    top: -20px;
    box-shadow: inset 0 2px 0 0 #d3d2ca, inset 0 3px 0 0 #fefdf3, inset 0 4px 0 0 #d3d2ca;
    height: 4px;
    left: 0;
    right: 0;
    width: 100%; }
  footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li a img {
      width: 24px; }

.section-home .wrapper-home-slider {
  display: flex;
  gap: 20px;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .section-home .wrapper-home-slider {
      flex-direction: column; } }
  .section-home .wrapper-home-slider .wrapper-banner-image {
    flex: 1;
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative; }
    @media (max-width: 991px) {
      .section-home .wrapper-home-slider .wrapper-banner-image {
        height: 400px; } }
    .section-home .wrapper-home-slider .wrapper-banner-image:after {
      position: absolute;
      content: '';
      width: 100%;
      background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #f3f3f3 100%);
      bottom: 0;
      left: 0;
      top: 0; }
    .section-home .wrapper-home-slider .wrapper-banner-image .wrapper-text {
      width: 50%;
      padding: 32px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: auto;
      z-index: 9; }
      @media (max-width: 991px) {
        .section-home .wrapper-home-slider .wrapper-banner-image .wrapper-text {
          width: 100%; } }
      .section-home .wrapper-home-slider .wrapper-banner-image .wrapper-text span {
        font-size: 14px;
        line-height: 20px; }
      .section-home .wrapper-home-slider .wrapper-banner-image .wrapper-text h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        margin: 0; }
      .section-home .wrapper-home-slider .wrapper-banner-image .wrapper-text p {
        margin: 0; }
  .section-home .wrapper-home-slider .wrapper-slider {
    width: 300px; }
    @media (max-width: 991px) {
      .section-home .wrapper-home-slider .wrapper-slider {
        width: 100%; } }
    .section-home .wrapper-home-slider .wrapper-slider h3 {
      font-style: italic;
      font-weight: 800;
      font-size: 30px;
      line-height: 39px;
      margin-bottom: 20px; }
    .section-home .wrapper-home-slider .wrapper-slider .slider {
      width: 100%; }
      .section-home .wrapper-home-slider .wrapper-slider .slider .slick-arrow {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #E3E3E3;
        border-radius: 0;
        background-color: transparent;
        position: absolute;
        bottom: -30px;
        right: 0; }
        .section-home .wrapper-home-slider .wrapper-slider .slider .slick-arrow img {
          width: 12px; }
        @media (max-width: 991px) {
          .section-home .wrapper-home-slider .wrapper-slider .slider .slick-arrow {
            display: none !important; } }
      .section-home .wrapper-home-slider .wrapper-slider .slider .slick-custom-prev {
        right: 44px; }
    .section-home .wrapper-home-slider .wrapper-slider .wrapper-item {
      display: flex;
      flex-direction: column;
      padding: 20px 0;
      box-shadow: inset 0 2px 0 0 #d3d2ca, inset 0 3px 0 0 #fefdf3, inset 0 4px 0 0 #d3d2ca; }
      .section-home .wrapper-home-slider .wrapper-slider .wrapper-item h2 {
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0 0;
        font-weight: 700; }
      .section-home .wrapper-home-slider .wrapper-slider .wrapper-item a {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px; }
.section-home .wrapper-news {
  margin-top: 60px;
  position: relative; }
  .section-home .wrapper-news:after {
    position: absolute;
    content: '';
    bottom: -30px;
    box-shadow: inset 0 2px 0 0 #d3d2ca, inset 0 3px 0 0 #fefdf3, inset 0 4px 0 0 #d3d2ca;
    height: 4px;
    left: 0;
    right: 0;
    width: 100%; }
  .section-home .wrapper-news .wrapper-items {
    display: flex;
    gap: 20px; }
    @media (max-width: 991px) {
      .section-home .wrapper-news .wrapper-items {
        flex-direction: column; } }
    .section-home .wrapper-news .wrapper-items .wrapper-item {
      display: flex;
      flex-direction: column;
      gap: 40px;
      flex: 1; }
      .section-home .wrapper-news .wrapper-items .wrapper-item .wrapper-image img {
        width: 100%; }
      .section-home .wrapper-news .wrapper-items .wrapper-item h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px;
        font-weight: 700; }
      .section-home .wrapper-news .wrapper-items .wrapper-item a {
        font-size: 14px;
        line-height: 20px; }
    .section-home .wrapper-news .wrapper-items .wrapper-middle-item .wrapper-text:last-child {
      position: relative; }
      .section-home .wrapper-news .wrapper-items .wrapper-middle-item .wrapper-text:last-child:after {
        position: absolute;
        content: '';
        top: -20px;
        left: 0;
        right: 0;
        height: 4px;
        width: 100%;
        box-shadow: inset 0 2px 0 0 #d3d2ca, inset 0 3px 0 0 #fefdf3, inset 0 4px 0 0 #d3d2ca; }
.section-home .wrapper-subscribe {
  margin: 60px auto;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px; }
  @media (max-width: 991px) {
    .section-home .wrapper-subscribe {
      margin: 40px auto;
      width: 100%;
      gap: 20px; } }
  .section-home .wrapper-subscribe h5 {
    font-style: italic;
    font-weight: 800;
    font-size: 30px;
    line-height: 39px; }
    @media (max-width: 991px) {
      .section-home .wrapper-subscribe h5 {
        text-align: center; } }
  .section-home .wrapper-subscribe .wrapper-input {
    display: flex;
    gap: 8px;
    width: 400px; }
    @media (max-width: 991px) {
      .section-home .wrapper-subscribe .wrapper-input {
        width: 100%; } }
    .section-home .wrapper-subscribe .wrapper-input input {
      flex: 1;
      border: 1px solid #d3d2ca;
      padding: 8px 12px;
      border-radius: 0;
      width: 100%;
      box-shadow: none; }
    .section-home .wrapper-subscribe .wrapper-input button {
      background-color: #000;
      color: #fff;
      padding: 8px 16px;
      border: none;
      box-shadow: none; }

.section-services {
  margin-bottom: 60px; }
  .section-services .wrapper-items {
    gap: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 991px) {
      .section-services .wrapper-items {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr); } }
    .section-services .wrapper-items .wrapper-item {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .section-services .wrapper-items .wrapper-item:nth-child(2) {
        margin-top: 80px; }
        @media (max-width: 991px) {
          .section-services .wrapper-items .wrapper-item:nth-child(2) {
            margin-top: 0; } }
      .section-services .wrapper-items .wrapper-item:nth-child(3) {
        margin-top: -80px; }
        @media (max-width: 991px) {
          .section-services .wrapper-items .wrapper-item:nth-child(3) {
            margin-top: 0; } }
      .section-services .wrapper-items .wrapper-item .wrapper-image img {
        width: 100%; }
      .section-services .wrapper-items .wrapper-item .wrapper-text a {
        font-size: 20px;
        line-height: 26px; }
        .section-services .wrapper-items .wrapper-item .wrapper-text a:last-child {
          font-size: 12px;
          line-height: 15px;
          text-transform: uppercase; }
      .section-services .wrapper-items .wrapper-item .wrapper-text p {
        margin: 8px 0;
        font-size: 16px;
        line-height: 21px; }
  .section-services .wrapper-content {
    display: flex;
    gap: 40px; }
    @media (max-width: 991px) {
      .section-services .wrapper-content {
        flex-direction: column;
        gap: 20px; } }
    .section-services .wrapper-content .wrapper-text {
      flex: 1; }
    .section-services .wrapper-content .wrapper-image {
      flex: 1;
      border: 4px solid #000;
      padding: 4px; }
      .section-services .wrapper-content .wrapper-image img {
        width: 100%; }
  .section-services .wrapper-icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px; }
    .section-services .wrapper-icons .wrapper-icon-item {
      display: flex;
      align-items: center;
      gap: 12px; }
      .section-services .wrapper-icons .wrapper-icon-item h6 {
        margin-bottom: 0; }
    .section-services .wrapper-icons svg {
      fill: #00000080; }
  .section-services .wrapper-form .wrapper-input {
    display: flex;
    gap: 8px;
    width: 400px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .section-services .wrapper-form .wrapper-input {
        width: 100%; } }
    .section-services .wrapper-form .wrapper-input input {
      flex: 1;
      border: 1px solid #d3d2ca;
      padding: 8px 12px;
      border-radius: 0;
      width: 100%;
      box-shadow: none; }
  .section-services .wrapper-form .wrapper-button {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
  .section-services .wrapper-form button {
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    border: none;
    box-shadow: none;
    margin-left: auto; }

.section-gallery {
  margin-bottom: 60px; }
  .section-gallery .wrapper-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; }
    .section-gallery .wrapper-items .wrapper-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(100%); }
      .section-gallery .wrapper-items .wrapper-item img:hover {
        filter: grayscale(0%);
        transition: filter 0.3s; }
    .section-gallery .wrapper-items .wrapper-item:nth-child(5n+1), .section-gallery .wrapper-items .wrapper-item:nth-child(5n+2) {
      width: calc(50% - 20px);
      height: 400px; }
    .section-gallery .wrapper-items .wrapper-item:nth-child(5n+3), .section-gallery .wrapper-items .wrapper-item:nth-child(5n+4), .section-gallery .wrapper-items .wrapper-item:nth-child(5n+5) {
      width: calc(33.333% - 30px);
      height: 300px; }

/*# sourceMappingURL=main.css.map */
