@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css');

body {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    color:#111;
    font-size:16px;
}

p {
    padding-bottom:15px;
    margin-bottom:0;
}

.h1 {
    margin-bottom:15px;
}

.navbar {
    background-color: #212529;
}

.navbar-brand img {
    width: 180px;
}

.desktop-menu {
    display: none;
}

.desktop-menu a {
    color: rgba(255,255,255,0.7);
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight:300;
    font-size:16px;
}

.desktop-menu a.active,
.desktop-menu a:hover {
    color: rgba(255,255,255,1);
}

.desktop-menu .dropdown {
    position: relative;
}

.desktop-menu .dropdown-toggle {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    user-select: none;
}

.desktop-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111;
    min-width: 180px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 1051;
}

.desktop-menu .dropdown:hover .dropdown-menu {
    display: block;
}

.desktop-menu .dropdown-menu a {
    display: block;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.desktop-menu .dropdown-menu a:hover {
    background-color: rgba(255,255,255,0.1);
}

.offcanvas-custom {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 75vw;
    background-color: #212529;
    color: white;
    padding: 2rem;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1050;
}

.offcanvas-custom.open {
    transform: translateX(0);
}

.offcanvas-custom a {
    color: white;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-size:400;
    padding-left:15px;
    padding-bottom:15px;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.offcanvas-backdrop.show {
    display: block;
}

.hero {
    background: #333 url('https://via.placeholder.com/1920x650') no-repeat center center;
    background-size: cover;
    color: white;
    height: 750px;
}

.hero-slide {
    background-position: center;
}

.hero-slide .content {
    position: relative;
    z-index: 2;
    max-width:600px;
}

.hero-title {
    position: relative;
    margin-bottom:50px;
}

.hero-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: white;
  margin: 10px auto 0;
}

.breadcrumb {
    text-transform: lowercase;
    font-size:12px;
    font-weight:300;
    color:#7a7a7a;
}

.breadcrumb a {
    color:#7a7a7a;
    text-decoration: none;
}

.cat-preview {
    background-color: #212529;
    color: #fff;
    padding: 30px;
}

.mobile-catalog-title {
    font-weight: 400;
    display: block;
    font-size: 18px;
    color: #fff;
    padding-left:15px;
    padding-bottom:15px;
}

.gallery-slider .slick-slide {
    transition: transform 0.3s ease;
    transform: scale(1);
}

.gallery-slider .slick-center {
    transform: scale(1.3);
    z-index: 2;
}

.pdf-bg-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.product {
    padding:0;
    font-size:13px;
}

.product a .bg-dark {
    transition: 0.3s ease;
}

.product a:hover .bg-dark {
    background-color: #be0a0a!important;
}

.product .bg-dark.text-center.text-white.py-3 {
    padding-left:15px;
    padding-right:15px;
    min-height:100px;
    display:flex;
        align-items: center;
    flex-direction: column;
    justify-content: center;
}

.bg-gray {
    background-color: #2d2f31;
}

.product p {
    padding-bottom:0;
    color:#fff;
    font-size:17px;
}

.footer {
    background-color: #212529;
    padding: 40px 0;
    text-align: center;
}

.main-cat a {
    color:#111;
    text-decoration:none;
    font-weight:500;
    font-size:20px;
}

.main-cat img {
    max-width:130px;
    opacity:0.5;
    transition: 0.3s ease;
}

.main-cat a:hover img {
    opacity:1;
}

.catalog-cat {
    background-color: #f8f9fa;
    margin-bottom:25px;
}

.catalog-cat a {
    color:#111;
    text-decoration:none;
    font-weight:500;
    font-size:16px;
    padding:10px 15px;
}

.catalog-cat img {
    max-width:45px;
    opacity:0.5;
    transition: 0.3s ease;
    margin-right:15px;
}

.catalog-cat a:hover img {
    opacity:1;
}

.min-margin {
    margin-right:-12px;
}

.foot-logo img {
    width: 180px;
}

.footer p {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    font-weight: 300;
    padding-top: 15px;
}

.contact {
    font-size:24px;
    background-color: #be0a0a;
    border-radius:50%;
    width:60px;
    height:60px;
    color:#fff;
    display:flex;
    align-items: center;
    text-align:center;
    text-decoration:none;
    position: fixed;
    bottom:25px;
    right:25px;
    z-index: 1;
    justify-content: center;
    transition: transform 0.3s ease;
}

.contact i {
    position: relative;
    top:5px;
    opacity:0.8;
}

.contact:hover {
    transform: scale(1.15);
}

.red-btn {
    border-radius:0;
    padding:15px 25px;
    font-size:18px;
    font-weight:300;
    background-color: #be0a0a;
    border:0;
}

.red-btn:hover {
    background-color: #111;
}

.white-btn {
    border-radius:0;
    padding:15px 25px;
    font-size:18px;
    font-weight:300;
    background-color: rgba(255,255,255,0.5);
    border:0;
}

.white-btn:hover {
    background-color: #be0a0a;
}

.subcat {
    padding-left:30px!important;
}

#menuClose {
    right:15px;
    top:15px;
    position: absolute;
    border:0;
}

#menuClose:hover {
    background-color: transparent;
    color:#fff;
}

#menuToggle {
    border:0;
    color:#fff;
    outline: none;
    position: relative;
}

#menuToggle:focus {
    border:0;
    color:#fff;
    outline: none;
}

#menuToggle i {
    position: relative;
    top:3px;
}

.faq-toggle {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  user-select: none;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px; /* Должно быть больше, чем самый длинный ответ */
}

.menu-social {
    text-align: center;
    position:absolute;
    bottom:25px;
}

.menu-social a {
    font-size:26px;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    padding: 0;
    margin-right:20px;
}

.foot-social a {
    font-size:20px;
    color:#fff;
    text-decoration:none;
    transition: 0.3s ease;
    display:iinline-block;
    margin: 0 5px;
}

.foot-social a:hover {
    color:#be0a0a;
}

.custom-slick-slider {
  margin: 60px auto;
  overflow-x: visible;
  position: relative;
  z-index: 1;
}

.custom-slick-slider .slick-list {
  overflow: visible;
}

.custom-slick-slider .slick-track {
  overflow: visible;
}

/* сами слайды */
.custom-slick-slider .slick-slide {
  transition: transform 0.3s ease;
  transform: scale(1);
  z-index: 1;
  padding: 10px;
}

/* центральный активный */
.custom-slick-slider .slick-slide.slick-center {
  transform: scale(1.5);
  z-index: 2;
}

/* изображение во всю ширину */
.custom-slick-slider .slider-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.section-usage {
    min-height: 450px;
    display: flex;
    align-items: center;
}
.bg-image {
    background-size: cover;
    background-position: center;
    min-height: 450px;
    width: 100%;
}
.text-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    height: 100%;
}

.section-usage .col-md-6 {
    padding:0;
}

@media (min-width: 768px) {
    .desktop-menu {
        display: flex;
        color: rgba(255,255,255,0.7);
        gap: 1.5rem;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .mobile-menu-toggle {
        display: none;
    }

    .desktop-menu {
        display: flex !important;
        gap: 40px;
    }
}

.main-section {
  position: relative;
  overflow: hidden;
}

.bg-image {
  background-image: url('../images/map.jpg');
  background-size: cover;
  background-position: center center;
  z-index: 0;
}

.bg-dark-section {
  background-color: #212529;
  width: 50%;
  z-index: 0;

}

.about-block i {
    font-size:40px;
    opacity: 0.7;
}

.about-block strong {
    font-size:20px;
}

.about-block p {
    margin-top:15px;
} 

.hero-slide {
    height: 750px !important;
    position: relative;
}

@media (max-width: 991.98px) {
  .bg-dark-section {
    width: 100%;
    height: 50%;
  }

  .bg-image {
    height: 50%;
  }
}

.cat-block strong {
    display:block;
    font-size:17px;
    font-weight:500;
}

.cat-block p {
    font-size:13px;
    font-weight:300;
}

.modal-header, .modal-content {
    border-radius:0!important;
}

.modal-footer {
    border-top: 0!important;
}

.modal-header {
    border-bottom: 0!important;
}

.form-control {
    padding:10px 15px;
    border-radius:0;
    font-weight:300;
}

.contact-page strong {
    font-size:17px;
    display:block;
}

.contact-page p {
    font-size:20px;
    display:block;
}

.contact-page a {
    color:#be0a0a;
    text-decoration:none;
    display:inline-block;
    font-weight:400;
}

.contact-page i.big {
    font-size:30px;
    opacity:0.65;
}

.contact-page i.small {
    margin-left:5px;
    opacity:0.65;

}

.sertificate {
    background-color: #9d1c1c;
    text-align:center;
    color:#fff;
    font-weight:300;
    font-size:13px;
}

.sertificate a {
    color:#fff;
    text-decoration:none;
    display:block;
    padding:12px 0 9px 0;
}

.sertificate p {
    padding:0 15px;
    margin:0;
}

.cert p {
    padding-bottom:0;
}

.text a {
    color:#be0a0a;
}

.page-text img {
    max-width: 100%;
    width:100%;
    height:auto;
}

@media (max-width: 767.98px) {
        .main-section {
            min-height: 60vh !important;
        }
    }

.slick-prev {
    left:15px!important;
    z-index:1;
}

.slick-next {
    right:35px!important;
    z-index:1;
}

.slick-prev:before, .slick-next:before {
    font-size:40px!important;
}

.text-red {
    color:#be0a0a;
}

.center .slick-slide {
  margin: 0 !important;
  padding: 0 !important;
}

.center .slick-slide img {
  height: 300px !important;
  width: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0;
  border: none !important;
  display: block !important;
}

.center .slick-track {
  display: flex !important;
}

.center .slick-cloned {
  display: none !important;
}