@charset "UTF-8";
/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: http://rost.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 75px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
}

h2 {
  font-size: 75px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
}

h3 {
  font-size: 40px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
}

h4 {
  font-size: 26px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  font-family: "NeutralFace";
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

.container-xl {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@font-face {
  font-family: "NeutralFace";
  src: url("./fonts/neutral-face/NeutralFace.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeutralFace-Bold";
  src: url("./fonts/neutral-face/NeutralFace-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  padding: 10px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}
.header .header-cont {
  display: flex;
  justify-content: space-between;
}
.header .header-cont .col-r {
  display: flex;
  align-items: center;
}
.header .header-cont .col-r .order-title {
  margin: 0 35px 0 0;
}
.header .header-cont .col-r .social-btn_header {
  font-size: 16px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
  margin-right: 15px;
  transition: background-color 0.4s ease-in-out, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 3s infinite;
}
.header .header-cont .col-r .social-btn_header .soc-icon_header {
  width: 40px;
  height: auto;
}
.header .header-cont .col-r .social-btn_header:hover {
  background-color: #FF8A00;
  color: #fff;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

.scrolled {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.first-section {
  position: relative;
  padding: 20px 0;
  margin-top: 180px;
}

.static-text {
  margin-bottom: 20px;
}

#dynamic-text {
  color: #FF8A00;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 620px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  touch-action: pan-y;
}

.slide {
  min-width: 100%;
  max-height: 620px;
}

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

#slide-nav, #slide-nav2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 138, 0, 0.7);
  color: #ffffff;
  border: none;
  padding: 5px 20px;
  font-size: 50px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

#slide-nav:hover {
  background-color: rgba(255, 136, 0, 0.831);
}

#slide-nav2:hover {
  background-color: rgba(255, 136, 0, 0.831);
}

#slide-nav {
  left: 30px;
}

#slide-nav2 {
  right: 30px;
}

.second-section {
  padding: 120px 0;
}
.second-section .container-xl .tabs-nav {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-bottom: 8px;
  padding: 8px;
  position: relative;
}
.second-section .container-xl .tabs-nav .tab-button {
  font-size: 18px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: none;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.second-section .container-xl .tabs-nav .tab-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #000;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}
.second-section .container-xl .tabs-nav .tab-button.active {
  color: #FF8A00;
}
.second-section .container-xl .tabs-nav .tab-button.active::before {
  transform: scaleX(1);
}
.second-section .container-xl .content-box {
  margin-top: 20px;
}
.second-section .container-xl .tab-content {
  display: none;
  box-shadow: none;
}
.second-section .container-xl .tab-content .tab-description {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.second-section .container-xl .tab-content .tab-description .text-description {
  width: 60%;
  margin-bottom: 0;
}
.second-section .container-xl .tab-content .tab-description .col-r {
  margin-left: 8%;
}
.second-section .container-xl .tab-content .tab-description .btn-md {
  padding: 10px 20px;
  color: #fff;
  background-color: #FF8A00;
  font-size: 16px;
  font-family: "NeutralFace-Bold";
  display: inline-block;
  text-decoration: none;
  border: none;
  letter-spacing: 0.1em;
  transition: 0.4s ease-in-out;
  margin-top: 17px;
}
.second-section .container-xl .tab-content .tab-description .btn-md:hover {
  background-color: #D77400;
}
.second-section .container-xl .tab-content .image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.second-section .container-xl .tab-content .img-tab {
  width: 100%;
  height: auto;
  display: block;
}
.second-section .container-xl .tab-content.active {
  display: block;
}
.second-section .container-xl .btn-lg {
  padding: 15px 25px;
  color: #fff;
  background-color: #FF8A00;
  font-family: "NeutralFace-Bold";
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: 0.4s ease-in-out;
}
.second-section .container-xl .btn-lg:hover {
  background-color: #D77400;
}

.third-section {
  padding: 120px 0;
  background-color: #F6F6F6;
}
.third-section .column {
  display: flex;
  align-items: center;
}
.third-section .column .col-l,
.third-section .column .col-r {
  width: 50%;
}
.third-section .column .col-l .image-interior {
  width: 100%;
  height: auto;
  margin-top: 25px;
}
.third-section .column .col-r .text-interior {
  margin-left: 10%;
  width: 80%;
}
.third-section .column .col-r .btn-md {
  padding: 10px 20px;
  color: #fff;
  background-color: #FF8A00;
  font-size: 16px;
  font-family: "NeutralFace-Bold";
  display: inline-block;
  text-decoration: none;
  margin-left: 10%;
  letter-spacing: 0.1em;
  transition: 0.4s ease-in-out;
}
.third-section .column .col-r .btn-md:hover {
  background-color: #D77400;
}

.fourth-section {
  padding: 120px 0;
}
.fourth-section .column {
  display: flex;
  justify-content: space-between;
}
.fourth-section .column .link-library {
  color: #FF8A00;
  font-weight: 700;
  text-decoration: none;
}
.fourth-section .column .link-library:hover {
  text-decoration: underline;
}
.fourth-section .column .col-l,
.fourth-section .column .col-r {
  width: 50%;
}
.fourth-section .column .col-r {
  padding-left: 14%;
}
.fourth-section .column .col-r .social-btn {
  font-size: 16px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 50px;
  margin-right: 10px;
  transition: background-color 0.4s ease-in-out, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 3s infinite;
}
.fourth-section .column .col-r .social-btn .soc-icon {
  width: 40px;
  height: auto;
}
.fourth-section .column .col-r .social-btn:hover {
  background-color: #FF8A00;
  color: #fff;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.fourth-section .column .col-r .ai-icon {
  width: 350px;
  height: auto;
}

.fifth-section {
  padding-bottom: 120px;
}

.sixth-section {
  background-color: #F6F6F6;
  padding: 120px 0;
}
.sixth-section .title-xl {
  margin-bottom: 50px;
}
.sixth-section .describtion {
  font-size: 45px;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.sixth-section .describtion.visible {
  opacity: 1;
  transform: translateY(0);
}

.seventh-section {
  padding: 120px 0;
}
.seventh-section .cards-group {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.seventh-section .cards-group .col-card {
  display: flex;
}
.seventh-section .cards-group .col-card .card {
  border: 2px solid #000;
  border-radius: 0;
  padding: 45px;
  margin-right: 10px;
  text-align: center;
  transition: transform 0.8s ease, box-shadow 0.8s ease;
}
.seventh-section .cards-group .col-card .card :last-child {
  margin-bottom: 0;
}
.seventh-section .cards-group .card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.eight-section {
  background-color: #F6F6F6;
  padding: 120px 0;
}
.eight-section .column {
  display: flex;
  justify-content: space-between;
}
.eight-section .column .col-l {
  width: 40%;
}
.eight-section .column .col-r {
  width: 60%;
}
.eight-section .column .accordion {
  margin-bottom: 0;
}
.eight-section .column .accordion .accordion-item {
  box-shadow: none;
}
.eight-section .column .accordion .accordion-item .accordion-button {
  padding: 25px 20px 48px 20px;
  background-color: #F6F6F6;
  font-size: 26px;
  border: none;
  box-shadow: none;
  color: #000;
  letter-spacing: 0.1em;
}
.eight-section .column .accordion .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4393_4)'%3E%3Cpath d='M23 11H13V1C13 0.734784 12.8946 0.48043 12.7071 0.292893C12.5196 0.105357 12.2652 0 12 0V0C11.7348 0 11.4804 0.105357 11.2929 0.292893C11.1054 0.48043 11 0.734784 11 1V11H1C0.734784 11 0.48043 11.1054 0.292893 11.2929C0.105357 11.4804 0 11.7348 0 12H0C0 12.2652 0.105357 12.5196 0.292893 12.7071C0.48043 12.8946 0.734784 13 1 13H11V23C11 23.2652 11.1054 23.5196 11.2929 23.7071C11.4804 23.8946 11.7348 24 12 24C12.2652 24 12.5196 23.8946 12.7071 23.7071C12.8946 23.5196 13 23.2652 13 23V13H23C23.2652 13 23.5196 12.8946 23.7071 12.7071C23.8946 12.5196 24 12.2652 24 12C24 11.7348 23.8946 11.4804 23.7071 11.2929C23.5196 11.1054 23.2652 11 23 11Z' fill='%23FF8A00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4393_4'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.eight-section .column .accordion .accordion-item .accordion-body {
  background-color: #F6F6F6;
  letter-spacing: 0.1em;
}
.eight-section .column .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.first-section-library .container-xl {
  /* Спиннер - центрирование по экрану */
}
.first-section-library .container-xl .btn-back_group {
  display: flex;
  align-items: center;
  margin: 250px 0 150px 0;
}
.first-section-library .container-xl .btn-back_group .btn-back {
  text-decoration: none;
}
.first-section-library .container-xl .btn-back_group .btn-back :hover {
  text-decoration: underline;
}
.first-section-library .container-xl .navigation-group {
  margin-bottom: 150px;
}
.first-section-library .container-xl .navigation-group .line-separator {
  border: 1px solid #000;
  margin: 25px 0;
}
.first-section-library .container-xl .navigation-group .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.first-section-library .container-xl .navigation-group .navigation .btn-nav {
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
}
.first-section-library .container-xl .navigation-group .navigation .btn-nav:hover {
  text-decoration: underline;
}
.first-section-library .container-xl .navigation-group .navigation:first-child .btn-nav:nth-child(2n) {
  margin: 0 40px;
}
.first-section-library .container-xl .navigation-group .navigation:last-child .btn-nav:nth-child(2n+1) {
  margin: 0 40px;
}
.first-section-library .container-xl .spinner {
  position: fixed; /* Спиннер остается на месте при скроллинге */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 13px solid #dadada;
  border-radius: 50%;
  border-top-color: #FF8A00;
  width: 100px;
  height: 100px;
  animation: spin 1s ease-in-out infinite;
  z-index: 9999; /* Чтобы спиннер был поверх всех элементов */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.first-section-library .container-xl .img-title {
  margin-bottom: 100px;
}
.first-section-library .container-xl .collage {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.first-section-library .container-xl .collage .col-l {
  width: 35%;
}
.first-section-library .container-xl .collage .col-r {
  width: 65%;
}
.first-section-library .container-xl .collage .col-l2 {
  width: 30%;
}
.first-section-library .container-xl .collage .col-r2 {
  width: 85%;
}
.first-section-library .container-xl .collage .col-l3 {
  width: 35%;
}
.first-section-library .container-xl .collage .col-r3 {
  width: 75%;
}
.first-section-library .container-xl .collage .col-l4 {
  width: 62%;
}
.first-section-library .container-xl .collage .col-r4 {
  width: 40%;
}
.first-section-library .container-xl .collage .col-l5 {
  width: 31%;
}
.first-section-library .container-xl .collage .col-r5 {
  width: 71%;
}
.first-section-library .container-xl .collage .col-l6 {
  width: 40%;
}
.first-section-library .container-xl .collage .col-r6 {
  width: 61%;
}
.first-section-library .container-xl .collage .col-l7 {
  width: 35%;
}
.first-section-library .container-xl .collage .col-r7 {
  width: 70%;
}
.first-section-library .container-xl .collage2 {
  margin-bottom: 100px;
}
.first-section-library .container-xl .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 100px;
}
.first-section-library .container-xl .button-group {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.first-section-library .container-xl .button-group .order-btn {
  padding: 10px 15px;
  font-family: "NeutralFace-Bold";
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  text-align: center;
  width: 100%;
  transition: background-color 0.4s ease-in-out, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.first-section-library .container-xl .button-group .order-btn:hover {
  background-color: #FF8A00;
  color: #fff;
}
.first-section-library .container-xl .img-2col {
  width: 100%;
  height: auto;
  display: block;
}
.first-section-library .container-xl .image-grid2 {
  margin-bottom: 15px !important;
}
.first-section-library .container-xl .img-horizontal {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.first-section-library .container-xl .round-button {
  width: 75px;
  height: 75px;
  background-color: #FF8A00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
.first-section-library .container-xl .round-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 4px solid white;
  border-top: 4px solid white;
  transform: rotate(-45deg);
  margin-top: 5px;
}
.first-section-library .container-xl .round-button:hover {
  background-color: #D77400;
}

.first-section-interiors .container-xl .btn-back_group {
  display: flex;
  align-items: center;
  margin: 250px 0 150px 0;
}
.first-section-interiors .container-xl .btn-back_group .btn-back {
  text-decoration: none;
}
.first-section-interiors .container-xl .btn-back_group .btn-back :hover {
  text-decoration: underline;
}
.first-section-interiors .container-xl .navigation-group {
  margin-bottom: 150px;
}
.first-section-interiors .container-xl .navigation-group .line-separator {
  border: 1px solid #000;
  margin: 25px 0;
}
.first-section-interiors .container-xl .navigation-group .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.first-section-interiors .container-xl .navigation-group .navigation .btn-nav {
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
}
.first-section-interiors .container-xl .navigation-group .navigation .btn-nav:hover {
  text-decoration: underline;
}
.first-section-interiors .container-xl .navigation-group .navigation:first-child .btn-nav:nth-child(2n) {
  margin: 0 40px;
}
.first-section-interiors .container-xl .navigation-group .navigation:last-child .btn-nav:nth-child(2n+1) {
  margin: 0 40px;
}
.first-section-interiors .container-xl .spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  border-top: 16px solid #FF8A00;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: none;
  z-index: 1000;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.first-section-interiors .container-xl .img-title {
  margin-bottom: 100px;
}
.first-section-interiors .container-xl .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}
.first-section-interiors .container-xl .image-grid .img-2col {
  width: 100%;
  height: auto;
  display: block;
}
.first-section-interiors .container-xl .img-horizontal {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.first-section-interiors .container-xl .round-button {
  width: 75px;
  height: 75px;
  background-color: #FF8A00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 150px;
}
.first-section-interiors .container-xl .round-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 4px solid white;
  border-top: 4px solid white;
  transform: rotate(-45deg);
  margin-top: 5px;
}
.first-section-interiors .container-xl .round-button:hover {
  background-color: #D77400;
}

footer {
  padding: 100px 0;
}
footer .container-xl .footer-group {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
footer .container-xl .footer-group .contacts {
  text-decoration: none;
}
footer .container-xl .footer-group .contacts :hover {
  text-decoration: underline;
}
footer .container-xl .footer-group :last-child {
  margin-left: 50px;
}
footer .container-xl .social-btn {
  font-size: 16px;
  font-family: "NeutralFace-Bold";
  color: #000;
  font-weight: 700;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  border: 2px solid #000;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 50px;
  margin-right: 10px;
  transition: background-color 0.4s ease-in-out, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 3s infinite;
}
footer .container-xl .social-btn .soc-icon {
  width: 40px;
  height: auto;
}
footer .container-xl .social-btn:hover {
  background-color: #FF8A00;
  color: #fff;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .header {
    margin-bottom: 50px;
  }
  .header .header-cont {
    display: flex !important;
    text-align: left !important;
    align-items: center;
  }
  .header .header-cont .img-fluid {
    display: none;
  }
  .header .header-cont .order-title {
    display: none;
  }
  .header .col-r {
    margin-top: 20px !important;
  }
  h1 {
    font-size: 50px !important;
  }
  #slide-nav, #slide-nav2 {
    padding: 5px 10px;
    font-size: 30px;
  }
  .title-xl {
    font-size: 50px !important;
  }
  .describtion {
    font-size: 25px !important;
  }
  .img-title {
    font-size: 50px !important;
  }
  .round-button {
    width: 55px !important;
    height: 55px !important;
  }
}
@media screen and (max-width: 1200px) {
  .header-cont {
    display: block !important;
    text-align: center;
  }
  .header-cont .col-r {
    margin-top: 50px;
    margin-bottom: 20px;
    justify-content: center;
  }
  h1 {
    font-size: 60px;
  }
  .title-xl {
    font-size: 60px;
  }
  .describtion {
    font-size: 35px !important;
  }
  .img-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .cards-group {
    display: block !important;
  }
  .cards-group .col-card {
    justify-content: center;
    margin-bottom: 10px;
  }
  .cards-group .col-card .card {
    width: 350px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .navigation-group .line-separator {
    margin: 25px 0 50px 0 !important;
  }
  .navigation-group .navigation {
    display: block !important;
    text-align: center;
  }
  .navigation-group .navigation .btn-nav {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .first-section-library .image-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .first-section-library .collage {
    display: block !important;
  }
  .first-section-library .collage .col-l,
  .first-section-library .collage .col-r {
    width: 100% !important;
  }
  .first-section-library .collage .col-l2,
  .first-section-library .collage .col-r2 {
    width: 100% !important;
  }
  .first-section-library .collage .col-l3,
  .first-section-library .collage .col-r3 {
    width: 100% !important;
  }
  .first-section-library .collage .col-l4,
  .first-section-library .collage .col-r4 {
    width: 100% !important;
  }
  .first-section-library .collage .col-l5,
  .first-section-library .collage .col-r5 {
    width: 100% !important;
  }
  .first-section-library .collage .col-l6,
  .first-section-library .collage .col-r6 {
    width: 100% !important;
  }
  .first-section-library .collage .col-l7,
  .first-section-library .collage .col-r7 {
    width: 100% !important;
  }
  .second-section {
    padding: 100px 0;
  }
  .tabs-nav {
    display: block !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .tabs-nav .tab-button {
    margin-right: 30px;
    margin-bottom: 40px !important;
  }
  .tab-description {
    display: block !important;
  }
  .tab-description .col-r {
    margin-left: 0 !important;
  }
  .content-box {
    margin-top: 0 !important;
  }
  .content-box .text-description {
    width: 100% !important;
    margin-bottom: 35px !important;
  }
  .third-section {
    padding: 100px 0;
  }
  .third-section .column {
    display: block;
    text-align: center;
  }
  .third-section .column .col-l {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .third-section .column .col-l .image-interior {
    margin-bottom: 40px;
  }
  .third-section .column .col-r {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .third-section .column .col-r .text-interior {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .third-section .column .col-r .btn-md {
    margin-left: 0 !important;
  }
  .fourth-section {
    padding: 100px 0;
  }
  .fourth-section .column {
    display: block;
  }
  .fourth-section .column .col-l {
    width: 100%;
    margin-bottom: 60px;
  }
  .fourth-section .column .col-r {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .fifth-section {
    padding-bottom: 100px;
  }
  .sixth-section {
    padding: 100px 0;
  }
  .seventh-section {
    padding: 100px 0;
  }
  .eight-section {
    padding: 100px 0;
  }
  .eight-section .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .eight-section .column {
    display: block;
    text-align: center;
  }
  .eight-section .column .col-l,
  .eight-section .column .col-r {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .eight-section .column .col-r {
    margin-top: 45px;
  }
  .eight-section .column .col-r .accordion-button {
    padding: 25px 0 48px 0 !important;
  }
  .eight-section .column .accordion-body {
    padding: 0 0 34px 0;
    text-align: left;
  }
}
@media screen and (min-width: 767px) {
  .icon-fluid {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .second-section {
    padding: 80px 0;
  }
  .tab-content {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .image-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .third-section {
    padding: 80px 0;
  }
  .fourth-section {
    padding: 80px 0;
  }
  .fifth-section {
    padding-bottom: 80px;
  }
  .sixth-section {
    padding: 80px 0;
  }
  .seventh-section {
    padding: 80px 0;
  }
  .seventh-section .col-card {
    display: block !important;
    margin-bottom: 0 !important;
  }
  .seventh-section .col-card .card {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px;
  }
  .eight-section {
    padding: 80px 0;
  }
  footer {
    padding: 80px 0;
  }
  .img-title {
    margin-bottom: 80px !important;
  }
  .btn-back_group {
    margin: 80px 0 90px 0 !important;
  }
  .navigation-group {
    margin-bottom: 90px !important;
  }
  .image-grid {
    margin-bottom: 80px !important;
  }
  #img-gr {
    margin-bottom: 20px !important;
  }
  .round-button {
    margin-bottom: 100px !important;
  }
  #navigation {
    display: grid !important;
  }
}
@media screen and (max-width: 650px) {
  h1 {
    font-size: 35px !important;
  }
  #slide-nav, #slide-nav2 {
    padding: 0px 10px;
    font-size: 25px;
  }
  h3 {
    font-size: 35px !important;
  }
  .title-xl {
    font-size: 35px !important;
  }
  .describtion {
    font-size: 20px !important;
  }
  .accordion-button {
    font-size: 20px !important;
  }
  h4 {
    font-size: 20px;
  }
  .img-title {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 575px) {
  .header {
    margin-bottom: 40px;
  }
  .header .soc-icon_header {
    display: none;
  }
  h1 {
    font-size: 24px !important;
  }
  #slide-nav, #slide-nav2 {
    padding: 0px 10px;
    font-size: 25px;
  }
  .second-section {
    padding: 60px 0;
  }
  .tabs-nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tabs-nav .tab-button {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .tabs-nav .tab-button-5 {
    margin-right: 0 !important;
  }
  .tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .btn-lg {
    font-size: 16px !important;
    padding: 15px 20px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  .third-section {
    padding: 60px 0;
  }
  .fourth-section {
    padding: 60px 0;
  }
  .fifth-section {
    padding-bottom: 60px;
  }
  .sixth-section {
    padding: 60px 0;
  }
  .seventh-section {
    padding: 60px 0;
  }
  .eight-section {
    padding: 60px 0;
  }
  .eight-section .accordion-button {
    font-size: 16px !important;
    padding: 15px 0 38px 0 !important;
  }
  footer {
    padding: 60px 0;
  }
  .img-title {
    font-size: 24px !important;
    margin-bottom: 60px !important;
  }
  .image-grid {
    margin-bottom: 60px !important;
  }
  #img-gr {
    margin-bottom: 20px !important;
  }
  .round-button {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 400px) {
  .tab-button-1 {
    margin-right: 0 !important;
  }
  .ai-icon {
    width: 100% !important;
    height: auto !important;
  }
}
/*# sourceMappingURL=style.css.map */
