html body {
    margin: 0;
    padding: 0;
    background-color: #161619;
}
.ssk-uvs-img {
    position: relative;
    display: block;
    width: 130px;
    height: 60px;
    margin: auto;
    /* background-color: #fff; */
    /* background-image: url("../img/sprobuy-vse/ssk-uvs.svg"); 
        background-position: left; 
        background-repeat: no-repeat;
        background-size: cover; */
    /* border: 1px solid #fff; */
}



.slider-top-section .swiper {
    width: 100%;
    height: 280px; /* мобільні за замовчуванням */
    object-fit: cover;
  }
  
  @media (min-width: 768px) {
    .slider-top-section .swiper { 
      height: 500px; /* планшети і десктоп */
      object-fit: contain;
    }
  }
  
  .block-fon {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    height: 50px;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 40% 100%);
    bottom: 0;
}
  .slider-top-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .slider-top-slide-wrapper h1{
    position: absolute;
    width: 80%;
    height: auto;
    margin-top: 60px;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    color: #FFC500;
    z-index: 1;
    text-shadow: 0 2px 5px #000;
    background-color: #0000007b;
  }
  .slider-top-slide-wrapper h2{
    position: absolute;
    width: 80%;
    height: auto;
    margin-top: 60px;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    color: #FFC500;
    z-index: 1;
    text-shadow: 0 2px 5px #000;
    background-color: #0000007b;
  }
  .slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* Базовий стиль кнопок */
.custom-slider-btn {
    position: absolute;
    bottom: -5%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFC500;
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    transition: background-color 0.3s ease;
  }
  .slider-top-button-prev {
    left: 15px;
  }
  .slider-top-button-next {
    left: 100px;
  }
  
  .custom-slider-btn:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
  
  


  
.header {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    margin: auto;
    /* background-image: url("../img/footer-fon.webp"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #222222;
    border-bottom: 2px solid #FFC500;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 90%);
}
.header p {
    position: relative;
    display: block;
    width: 260px;
    height: 60px;
    margin: auto;
    text-align: center;
}
.header p a{
    position: relative;
    display: block;
    font-size: 1.1rem;
    color: #FFC500;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 6px;
    text-decoration: none;
    background-color: #000;
    clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 13% 100%);
}
.menu-block {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.menu {
    position: absolute;
    display: block;
    width: 60px;
    height: 50px;
    top: 0px;
    right: 0px;
    z-index: 1;
    /* background-color: #000;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); */
}
.menu img{
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    transform: rotate(-90deg);
    top: -17px;
    right: -13px;
    z-index: 1;
}
.h-1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    /* text-shadow: 0px 10px 10px #000; */
    font-size: 0.9rem;
    color: #ffffff;
    padding: 0.3rem;
    font-family: 'e-UkraineHead-Bold';

}
.header-logo {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    margin: auto;
}

.shooting-range {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: rgb(0, 0, 0);
    /* border: 1px solid rgb(0, 0, 0); */
    /* background-color: #fff; */
    background-image: url("../img/slider/ssk-uvs-gallery-25.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-shooting-range {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    margin: auto;
    /* border: 1px solid #000; */
}

.block-shooting-range h1 {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1.3rem;
    padding: 0.3rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-shadow: 0 1px 6px #000;
}



/* target-section */
.target-section {
    background-color: #fff;
  }
  
  /* Сетка: по 2 блока уже с самого низа */
  .target-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  
  @media (min-width: 768px) {
    .target-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (min-width: 1200px) {
    .target-grid {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  
  
  /* Стилі елементів */
  .target-item {
    padding: 20px;
    background-color: #FFF;
    height: 100%;
    transition: transform 0.3s ease;
    text-align: center;
  }
  
  
  .target-icon {
    width: 48px;
    height: 48px;
  }
  
  .target-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .target-text {
    font-size: 1.1rem;
    color: #555555;;
  }
  
  




.weapon-brands {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #fff;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.block-weapon-brands {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: auto;
    /* border: 1px solid #000; */
}


.weapon {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #fff;
}

.slider-weapon-name {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.slider-weapon-name h1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    color: #000;
    font-family: 'e-UkraineHead-Bold';
    padding: 0.5em;
    /* padding-left: 5px;
    padding-right: 5px; */
    text-decoration: none;
}

.price-slider {
    position: absolute;
    display: block;
    right: 15%;
    bottom: 15%;
    width: auto;
    height: auto;
    z-index: 1;
}

.price-slider h2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 0.4em;
    font-weight: 600;
    color: #b2895f;
    font-family: 'e-UkraineHead-Bold';
    /* padding: 0.5em; */
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    /* background-color: #000; */
    border-radius: 4px;
}

.price-slider h3 {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    color: #000000;
    font-family: 'e-UkraineHead-Bold';
    top: 5px;
    padding: 0.1em;
    text-decoration: none;
    /* border: 1px solid #b2895f; */
    border-radius: 4px;
    /* background-color: #b2895f; */
}





.shooting-gallery {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #fff;
    /* border-top: 3px solid #000; */
    border-bottom: 3px solid #000;
}

.block-shooting-gallery {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    border: 1px solid #000;
}

.block-shooting-gallery img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.block-shooting-gallery a {
    text-decoration: none;
    outline: none;
}

.block-shooting-gallery video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    border: 1px solid #000;
}

.block-shooting-gallery h2 {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    bottom: 0;
    padding: 0.1em;
    text-decoration: none;
    text-shadow: 0 1px 6px #000;
    /* background-color: #161619; */
}



.ammunition {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #fff;
}

.block-ammunition {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    margin: auto;
    border: 1px solid #000;
}

.block-ammunition img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    /* border-right: 0.5px solid #fff; */
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 90%); */
}


.information {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    margin: auto;
    background-color: #161619;
    background-image: url("../img/slider/ssk-uvs-shooting-gallery.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-information {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
    /* border: 1px solid #000; */
}

.block-information h2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    top: 20px;
    padding: 0.3em;
    text-decoration: none;
    text-shadow: 0 1px 6px #000;
}

.lick-slider-top-menu {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.image-slick-slider-top-menu img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-slider-top-header {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    top: 30%;
    padding: 1rem;
    text-align: center;
    /* text-shadow: 0px 10px 10px #000; */
    font-size: 1.3rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-shadow: 0 0 8px #000;
}

.slick-slider-top-description {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    top: 43%;
    padding: 2rem;
    text-align: center;
    /* text-shadow: 0px 10px 10px #000; */
    font-size: 0.8rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-shadow: 0 0 8px #000;
}

.slick-slider-button {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    top: 65%;
}

.slick-slider-button button {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    background-color: #af241c;
    font-size: 0.9rem;
    padding: 0.9rem;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    border-radius: 6px;
    border: none;
    z-index: 2;
}

.weapons-programs {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #161619;
    border-bottom: 1px solid #af241c;
}

.weapons-programs-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1rem;
    padding: 1rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.weapons-programs-description {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 0.9rem;
    padding: 1rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.weapons-programs-menu {
    position: relative;
    display: block;
    width: 300px;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    bottom: 0px;
    padding: 1px;
    text-decoration: none;

}

.programs-training {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #161619;
    /* border-bottom:1px solid #af241c; */
}

.programs-training-box {
    position: relative;
    display: block;
    width: 340px;
    height: 390px;
    margin: auto;
    background-color: #ffffff;
    /* border:1px solid #af241c; */
    /* background-color: rgb(255, 255, 255); */
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 90%);
}

.programs-training-img-1 {
    position: relative;
    display: block;
    width: 40%;
    height: 120px;
    margin: auto;
    top: 10px;
    background-image: url("../img/arsenal/ssk-uvs-glock-17.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.programs-training-img-2 {
    position: relative;
    display: block;
    width: 90%;
    height: 120px;
    margin: auto;
    top: 20px;
    background-image: url("../img/arsenal/ssk-uvs-mossberg-500.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.programs-training-img-3 {
    position: relative;
    display: block;
    width: 90%;
    height: 130px;
    margin: auto;
    top: 20px;
    background-image: url("../img/arsenal/ssk-uvs-z-15.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.circle {
    position: absolute;
    display: block;
    background: #af241c;
    clip-path: circle(50%);
    height: 2.8em;
    width: 2.8em;
    right: 10px;
    top: 10px;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 90%);
}

.age {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 0.9rem;
    padding: 0.7rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    text-align: center;
}

.programs-training-content {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    margin: auto;
    background-color: #ffffff;
    /* border-radius: 10px; */
    border-radius: 0 0 10px 10px;
}

.programs-training-content .price {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.4rem;
    padding: 1rem;
    color: #000000;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.programs-training-content p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    color: #000000;
    font-family: 'e-UkraineHead-Thin';
    padding: 0.5rem;
    text-decoration: none;
}

.p-t1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 0.7em;
    font-weight: 600;
    color: #000000;
    font-family: 'e-UkraineHead-Bold';
    padding: 0.5rem;
    text-decoration: none;
}

.programs-training-content span {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
    color: #000000;
    font-family: 'e-UkraineHead-Bold';
    padding: 0.5rem;
    text-decoration: none;
}

.programs-training-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.4rem;
    color: #000000;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.programs-training-button {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.programs-training-button button {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    background-color: #af241c;
    font-size: 0.9rem;
    padding: 0.9rem;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    border-radius: 6px;
    border: none;
}

.feedback {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    /* background-image: url("../img/111.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: #161619;
    border-top: 1px solid #af241c;
    /* border-bottom:1px solid #af241c; */
}

.feedback-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.rem;
    padding: 1rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    text-align: left;
}

.feedback-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 0.9rem;
    padding: 0.1rem;
    color: #b2895f;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}


/* YouTube */
.YouTube {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    /* background-color: #ffffff; */
    /* border-top:1px solid #af241c; */
    /* border-bottom:1px solid #af241c; */
    /* background-image: url("../img/111.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.youtube-block {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    margin: auto;
}

.icon {
    filter: drop-shadow(0 3px 10px rgb(253, 253, 253));
}

/* .icon:hover {
    filter: drop-shadow(0 3px 10px rgb(0, 0, 0));
  } */
.icon:hover path {
    fill: red;
}

/* end YouTube */



.group {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #161619;
    /* border-top:1px solid #af241c; */
    border-bottom: 1px solid #af241c;
}

.group-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.4rem;
    padding: 1rem;
    color: #b2895f;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.group-header-description {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 0.8rem;
    padding: 0.1rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.group-header-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 0.8rem;
    padding: 1rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    text-align: left;
}

.group-button {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.group-button button {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    background-color: #af241c;
    font-size: 0.9rem;
    padding: 0.9rem;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    border-radius: 6px;
    border: none;
}



.certificate {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.certificate-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.2rem;
    padding: 1rem;
    color: #b2895f;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.certificate img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-gallery {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.image-slick-slider-gallery {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.image-slick-slider-gallery img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #161619;
    /* border-top:1px solid #2d2c2a; */
    border-bottom: 1px solid #2d2c2a;
}

.gallery-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.4rem;
    padding: 1rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.gallery-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    padding: 1rem;
    text-decoration: none;
}

.gallery-box {
    position: relative;
    display: block;
    width: 340px;
    height: auto;
    margin: auto;
    font-size: 0.8rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-align: left;
    border-bottom: 1px solid #af241c;
}

.gallery-box-description {
    position: relative;
    display: block;
    width: 340px;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    padding-top: 0.5rem;
    text-decoration: none;
}

.shot {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1rem;
    padding: 1rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
    border-top: 1px solid #2d2c2a;
}

.shot-box {
    position: relative;
    display: block;
    width: 340px;
    height: auto;
    margin: auto;
    font-size: 0.8rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-align: left;
    border-bottom: 1px solid #af241c;
}

.shot-box-description {
    position: relative;
    display: block;
    width: 340px;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    padding-top: 0.5rem;
    text-decoration: none;
}

.gallery-services {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1rem;
    padding: 1rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
    border-top: 1px solid #2d2c2a;
}

.regulations {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #fff;
}

.video {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    margin: auto;
}

.regulations-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem;
    color: #000;
    text-align: center;
}

.regulations-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1.1rem;
    color: #555;    
    padding: 1rem;
    text-decoration: none;
}

.regulations-button {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.regulations-button button {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    background-color: #FFC500;
    position: relative;
    clip-path: polygon(5% 8%, 100% 3%, 87% 100%, 0% 111%);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.9rem;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    border-radius: 6px;
    border: none;
}

.content-regulations {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 500;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    padding: 1rem;
    text-decoration: none;
}

.questions {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #161619;
    /* border-bottom:1px solid #af241c; */
}

.questions-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.4rem;
    padding: 1rem;
    color: #b2895f;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.questions-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 500;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    padding: 1rem;
    text-decoration: none;
}

.club {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #161619;
    border-top: 1px solid #af241c;
}

.club-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 1.4rem;
    padding: 1rem;
    color: #b2895f;
    font-family: 'e-UkraineHead-Bold';
    text-align: center;
}

.club-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    padding: 1rem;
    text-decoration: none;
}

.club-button {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.club-button button {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    background-color: #af241c;
    font-size: 0.8rem;
    padding: 0.9rem;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    border-radius: 6px;
    border: none;
}





.footer {
    position: relative;
    display: block;
    width: 100%;
    height: 72px;
    margin: auto;
    /* background-image: url("../img/footer-fon.webp"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #161619;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 90%);
}

.services-img {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 0.2rem;
    top: 4px;
}

.services-bottom-menu {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    /* text-shadow: 0px 10px 10px #000; */
    font-size: 0.7rem;
    color: #ffffff;
    font-family: 'e-UkraineHead-Bold';
    /* border: 1px solid #fff;  */
}

/* modal */
.modal-header-name {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
    font-family: 'e-UkraineHead-Bold';
    bottom: 0px;
    text-decoration: none;
}

.modal-body a {
    text-decoration: none;
}

.modalPage-header {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    bottom: 0px;
    padding: 1rem;
    text-decoration: none;
}

.modalPage-body {
    position: relative;
    display: block;
    width: 100%;
    height: 700px;
    margin: auto;
}

.modalPage {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    bottom: 0px;
    padding: 10px;
    text-decoration: none;
}

.modal-footer-adres {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    color: #fff;
    font-family: 'e-UkraineHead-Thin';
    bottom: 0px;
    padding-left: 10px;
    text-decoration: none;
}

.EN {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
    font-family: 'e-UkraineHead-Thin';
    bottom: 0px;
    padding: 10px;
    text-decoration: none;
}

.gulations {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    bottom: 0px;
    padding: 15 px;
    text-decoration: none;
}

.modalArsenal {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    bottom: 0px;
    padding: 10px;
    text-decoration: none;
    background-color: #fff;
}

.arsenal-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.arsenal-content img {
    position: relative;
    display: block;
    width: 180px;
    height: auto;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.arsenal-description {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: #000000;
    font-family: 'e-UkraineHead-Thin';
    /* font-family: 'e-UkraineHead-Bold'; */
    bottom: 0px;
    /* padding: 10px; */
    text-decoration: none;
}

.arsenal-content-z15,
.arsenal-content-DB15,
.arsenal-content-Z9,
.arsenal-content-fort201,
.arsenal-content-ruger-10,
.arsenal-content-sks {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.arsenal-content-z15 .arsenal-content-DB15,
.arsenal-content-Z9,
.arsenal-content-fort201,
.arsenal-content-ruger-10,
.arsenal-content-etro_et-09,
.arsenal-content-aug1,
.arsenal-content-aug-223,
.arsenal-content-svt,
.arsenal-content-sks,
img {
    position: relative;
    display: block;
    width: 360px;
    height: auto;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.arsenal-description-z15,
.arsenal-description-DB15,
.arsenal-description-Z9,
.arsenal-description-fort201,
.arsenal-description-ruger-10,
.arsenal-description-etro_et-09,
.arsenal-description-aug1,
.arsenal-description-aug-223,
.arsenal-description-svt,
.arsenal-description-sks {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: #000000;
    font-family: 'e-UkraineHead-Thin';
    /* font-family: 'e-UkraineHead-Bold'; */
    bottom: 10px;
    /* padding: 10px; */
    text-decoration: none;
}

/* end modal */




/* blog style */

.blog-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    /* background-color: #161619; */
    /* border:1px solid #af241c; */
    /* background-color: rgb(255, 255, 255); */
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 90%); */
}

.blog-box-img-self-defense-course {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    margin: auto;
    background-image: url("../img/blog/ssk-uvs-self-defense-course.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* border-radius: 10px 10px 0 0;   */
}

.title-blog-box {
    position: relative;
    display: block;
    width: 280px;
    height: auto;
    margin: auto;
    background-color: #00000088;
    top: 30%;
}

.title-blog-box h1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 1.6em;
    font-weight: 600;
    color: #e5ff00;
    font-family: 'e-UkraineHead-Bold';
    padding: 0.4rem;
    text-decoration: none;
}

.title-blog-box h2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    background-color: #e5ff00;
    color: #000000;
    font-family: 'e-UkraineHead-Bold';
    padding: 0.1rem;
    text-decoration: none;
}

.blog-box-content {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    margin: auto;
    /* background-color: #ffffff; */
    /* border-radius: 10px; */
    /* border-radius: 0 0 10px 10px; */
}

.blog-box-content p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'e-UkraineHead-Thin';
    bottom: 0px;
    padding: 10px;
    text-decoration: none;
    /* background-color: #fff; */
}




.pereyti {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    /* background-color: rgb(255, 149, 0); */
    /* background-image: url("../img/111.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.perviy-ekran-img-intensiv {
    position: relative;
    display: block;
    width: 70%;
    height: 550px;
    margin: auto;
    /* background-color: #fff; */
    background-image: url("../img/sprobuy-vse/intensiv.webp");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    /* border: 1px solid #fff; */
    border-radius: 4px;
}

/* md (>=1024 и <=2000) */
@media (min-width: 1024px) and (max-width: 2000px) {
    .block-weapon img {
        position: relative;
        display: block;
        margin: auto;
        width: 60%;
        height: auto;
    }

    .block-weapon .price {
        position: absolute;
        display: block;
        margin: auto;
        width: 122px;
        height: auto;
        border: 1px solid green;
        z-index: 1;
        right: 30%;
        bottom: 25%;
        border-radius: 4px;
    }

    .block-weapon .price p {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: auto;
        text-align: center;
        font-size: 1.3em;
        font-weight: 600;
        color: green;
        font-family: 'e-UkraineHead-Bold';
        padding: 0.2em;
        text-decoration: none;
    }

    .block-weapon .description {
        position: absolute;
        display: block;
        margin: auto;
        width: auto;
        height: auto;
        border: 1px solid #000;
        z-index: 1;
        right: 30%;
        bottom: 45%;
        background-color: #000;

    }

    .block-weapon .description p {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: auto;
        text-align: center;
        font-size: 0.6em;
        font-weight: 600;
        color: #ffffff;
        font-family: 'e-UkraineHead-Bold';
        bottom: 0px;
        padding: 0.2em;
        text-decoration: none;
    }

    .perviy-ekran-img {
        position: relative;
        display: block;
        width: 98%;
        height: 690px;
        margin: auto;
        /* background-color: #fff; */
        background-image: url("../img/sprobuy-vse/intensiv.webp");
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        /* border: 1px solid #fff; */
        border-radius: 4px;
    }

    .pereyti-block {
        position: relative;
        display: block;
        width: 400px;
        height: auto;
        color: #fff;
        background-color: #f00;
        font-family: 'Raleway', sans-serif;
        font-size: 2em;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        text-decoration: none;
        /* text-transform: uppercase; */
        /* text-shadow: 0 1px 2px black; */
        padding: 4px;
        /* padding-left: 10px; */
        margin: auto;
        top: 60px;
        margin-bottom: 20px;
        border-radius: 4px;
        box-shadow: 0px 3px 10px #fff;
    }
}

/* md (>=768 и <=1024) */
@media (min-width: 768px) and (max-width: 1024px) {
    .perviy-ekran-img-intensiv {
        position: relative;
        display: block;
        width: 98%;
        height: 500px;
        margin: auto;
        /* background-color: #fff; */
        background-image: url("../img/sprobuy-vse/intensiv.webp");
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        /* border: 1px solid #fff; */
        border-radius: 4px;
    }

    .pereyti-block {
        position: relative;
        display: block;
        width: 400px;
        height: auto;
        color: #fff;
        background-color: #f00;
        font-family: 'Raleway', sans-serif;
        font-size: 2em;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        text-decoration: none;
        /* text-transform: uppercase; */
        /* text-shadow: 0 1px 2px black; */
        padding: 4px;
        /* padding-left: 10px; */
        margin: auto;
        top: 52px;
        margin-bottom: 20px;
        border-radius: 4px;
        box-shadow: 0px 3px 10px #fff;
    }
}

/*  (>=414 и <=768) */
@media (min-width: 414px) and (max-width: 768px) {
    .perviy-ekran-img-intensiv {
        position: relative;
        display: block;
        width: 98%;
        height: 260px;
        margin: auto;
        /* background-color: #fff; */
        background-image: url("../img/sprobuy-vse/intensiv.webp");
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        /* border: 1px solid #fff; */
        border-radius: 4px;
    }

    .pereyti-block {
        position: relative;
        display: block;
        width: 190px;
        height: auto;
        color: #fff;
        background-color: red;
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        text-decoration: none;
        /* text-transform: uppercase; */
        /* text-shadow: 0 1px 2px black; */
        padding: 4px;
        /* padding-left: 10px; */
        margin: auto;
        top: 207px;
        margin-bottom: 20px;
        border-radius: 4px;
        box-shadow: 0px 3px 8px #fff;
    }
}

/*  (>=390 и <=414) */
@media (min-width: 390px) and (max-width: 414px) {
    .perviy-ekran-img-intensiv {
        position: relative;
        display: block;
        width: 98%;
        height: 260px;
        margin: auto;
        /* background-color: #fff; */
        background-image: url("../img/sprobuy-vse/intensiv.webp");
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        /* border: 1px solid #fff; */
        border-radius: 4px;
    }

    .pereyti-block {
        position: relative;
        display: block;
        width: 190px;
        height: auto;
        color: #fff;
        background-color: #1212127a;
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        text-decoration: none;
        /* text-transform: uppercase; */
        /* text-shadow: 0 1px 2px black; */
        padding: 4px;
        /* padding-left: 10px; */
        margin: auto;
        top: 207px;
        margin-bottom: 20px;
        border-radius: 4px;
    }
}

/*  (>=320 и <=389) */
@media (min-width: 320px) and (max-width: 389px) {
    .perviy-ekran-img-intensiv {
        position: relative;
        display: block;
        width: 98%;
        height: 260px;
        margin: auto;
        /* background-color: #fff; */
        background-image: url("../img/sprobuy-vse/intensiv.webp");
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        /* border: 1px solid #fff; */
        border-radius: 4px;
    }
}



/* arsenal-section */
.arsenal-section {
    background: #fff;
  }
  
  .section-title {
    font-size: 2rem;
    font-weight: 700;
  }
  
  .section-description {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #555;
  }
  
  /* Slide */
.arsenal-section .swiper-slide {
    border: 1px solid #000;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    background-color: #fff;
    position: relative;
  }
  
  .image-wrapper {
    overflow: hidden;
    border-bottom: 1px solid transparent; /* для збереження структури */
  }
  
  .image-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    display: block;
  }
  
  /* Ефект збільшення всередині wrapper */
  .swiper-slide:hover .image-wrapper img {
    transform: scale(1.05);
  }
  .swiper-slide:active {
    transform: scale(0.97);
  }

  
  /* Caption */
  .arsenal-caption {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding-top: 10px;
  }
  
  /* Button Overlay */
  .arsenal-slide-wrapper {
    position: relative;
    overflow: hidden;
  }
  
  .arsenal-btn-overlay {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 5;
  }
  
  .swiper-slide:hover .arsenal-btn-overlay,
  .swiper-slide:active .arsenal-btn-overlay {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  
  .arsenal-btn-overlay .btn {
    padding: 8px 20px;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 5px;
  }
  .swiper-btn {
    background-color: #222222;
    position: relative;
    clip-path: polygon(5% 8%, 100% 3%, 87% 100%, 0% 111%);
    font-size: 0.9rem;
    font-weight: 600;
    color: #FFC500;
    border: none;
    padding: 0.6rem 40px;
    transition: all 0.3s ease;
    z-index: 3;
    display: inline-block;
    text-decoration: none;
  }
  .swiper-btn:hover {
    text-decoration: none;
    color: #FFC500;
  }



.services-sl-section {
    background-color: #fff;
}

.services-sl-title {
    font-size: 2rem;
    font-weight: 700;
}

.services-sl-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 720px;
    margin: 0 auto;
}

.services-sl-wrapper {
    position: relative;
}

.services-sl-track {
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 60px;
    scroll-behavior: smooth;
}

.services-sl-card {
    flex: 0 0 auto;
    width: 330px;
    height: 540px;
    background: #fff;
    /* padding: 30px; */
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); */
    scroll-snap-align: center;
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.services-sl-default-content-img {
    width: 150px;
    height: 150px;
    margin: auto;
    border: 1px solid #000;
    margin-top: 45px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.services-sl-card:hover {
    transform: translateY(-5px);
}

.services-sl-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.services-sl-h1 {
    width: 320px;
    margin: auto;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 25px;
    margin-top: 0px;
    background-color: #FFC500;
    position: relative;
    clip-path: polygon(5% 8%, 100% 3%, 87% 100%, 0% 111%);
}

.services-sl-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0px;
    padding-left: 20px;
}

/* Базовий білий фон */
.btn-wrapper {
    background-color: #fff;
    transition: background-color 0.3s ease;
    max-width: 260px;
    height: 50px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  }
  /* Коли карточка в ховері — робимо чорним */
  .services-sl-card:hover .btn-wrapper,
  .services-sl-card.active .btn-wrapper {
    background-color: #000;
  }
  
  /* Окремо можна керувати кольором тексту в кнопці */
  .services-sl-card:hover .btn-wrapper .services-sl-btn-main,
  .services-sl-card.active .btn-wrapper .services-sl-btn-main {
    color: #fff;
    border-color: #fff;
  }
  


.services-sl-btn-main {
    /* background-color: #ffc500; */
    position: relative;
    display: block;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    padding-left: 60px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
    font-size: 1.1rem;
}

.services-sl-btn-main:hover {
    background-color: transparent;
}

.services-sl-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: #000;
    border: none;
    /* border-radius: 50%; */
    z-index: 10;
    font-size: 18px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.services-sl-btn:hover {
    background-color: transparent;
}

.services-sl-btn.left {
    left: 6px !important;
}

.services-sl-btn.right {
    right: 18px !important;
}

.services-sl-hover-overlay {
    position: absolute;
    inset: 0;
    background-color: #FFC500;
    color: #000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: 5;
    /* padding: 30px; */
    display: flex;
    align-items: stretch;
}

.services-sl-card:hover .services-sl-hover-overlay {
    opacity: 1;
    pointer-events: all;
}

.services-sl-hover-content h5 {
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.services-sl-hover-content p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.light-start-card {
    background-color: #FFC500;
    width: 320px;
    padding: 25px;
    margin: 0px auto 15px;
    color: #000;
    font-family: sans-serif;
    clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 0% 100%);
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .light-start-subtitle {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
  }
  
  .light-start-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
  }
  
  .light-start-description {
    font-size: 0.95rem;
    margin: 0;
  }
  
  .light-start-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .icon-img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .icon-img img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
  }
  
  .light-start-button {
    background-color: #111;
    height: 50px;
    max-width: 227px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  
  .light-start-button a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }


   /* certificate-section */
  /* Секція */
.certificate-section {
    position: relative;
    background-color: transparent;
    z-index: 1;
    padding: 0;
  }
  
  /* Жовтий фон */
  .certificate-bg-yellow {
    background-color: #FFC500;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  /* Чорна маска поверх жовтого */
  .certificate-bg-black {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    clip-path: polygon(0% 0%, 70% 0%, 50% 100%, 0% 100%);
  }
  
  /* Заголовок + текст */
  .certificate-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
  }
  .certificate-title span{
    font-size: 2rem;
    font-weight: 700;
    color: #FFC500;
    text-transform: uppercase;
  }
  .certificate-description {
    width: 60%;
    font-size: 1.1rem;
    color: #eee;
  }
  @media (min-width: 768px) {
    .certificate-description {
        font-size: 1.1rem;
        color: #eee;
      }
  }
  /* Обгортка слайдера */
  .slider-certificate {
    position: relative;
    z-index: 3;
  }
  
  .certificateSlider {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
  }
  
  /* Одна картка */
  .certificate-slide-wrapper {
    position: relative;
    width: 360px;
    height: 240px;
    border-radius: 15px;
    border: 1px solid #000;
    background-color: #222222;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    margin: 80px 15px 0 15px;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .certificate-slide-wrapper {
        position: relative;
        width: 100%;
        height: 280px;
        border-radius: 15px;
        border: 1px solid #000;
        background-color: #222222;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
        margin: 80px 15px 0 15px;
        overflow: hidden;
      }
}
.certificate-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* прозора темна маска */
    z-index: 2;
    border-radius: 15px;
  }
  
  /* Фото сертифіката */
  .certificate-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
  }

  /* Контейнер для тексту на карточці */
.certificate-slide-content {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  }
  @media (min-width: 768px) {
    .certificate-slide-content {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        z-index: 2;
        color: #fff;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
      }
}
 .certificate-slide-logo {
    width: 60px;
    height: auto;
    margin: auto;
 }
 .certificate-slide-logo img{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
 }
  /* Заголовок */
  .certificate-slide-title {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 5px;
    color: #FFC500;
    text-transform: uppercase;
  }
  
  @media (min-width: 768px) {
    .certificate-slide-title {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 5px;
        text-transform: uppercase;
      }
}
  /* Ціна */
  .certificate-slide-price {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
  }
  .certificate-slide-price span{
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    padding-top: 100px;
  }
  @media (min-width: 768px) {
    .certificate-slide-price span{
        font-size: 1.3rem;
        font-weight: 400;
        margin: 0;
        padding-top: 100px;
      }
}
  @media (min-width: 768px) {
    .certificate-slide-price {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
      }
}
  
  /* Кнопка під карточкою */
  .certificate-order-btn {
    background-color: #222222;
    position: relative;
    clip-path: polygon(5% 8%, 100% 3%, 87% 100%, 0% 111%);
    font-size: 0.9rem;
    font-weight: 600;
    color: #FFC500;
    border: none;
    padding: 0.9rem 40px;
    transition: all 0.3s ease;
    z-index: 3;
    display: inline-block;
  }
  
  
  
  .certificate-order-btn:hover {
    background-color: #000;
    color: #fff;
  }
  
  /* Стрілки */
  .custom-certificate-btn {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    z-index: 4;
    background-color: #FFC500;
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 40px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    user-select: none;
  }
  
  .certificate-slider-prev {
    left: 60px;
  }
  
  .certificate-slider-next {
    left: 130px;
  }
  
  

  /* social-section */
  .social-section {
    background-color: #fff;
  }
  
  .social-title {
    font-size: 2rem;
    font-weight: 700;
  }
  
  .social-subtitle {
    font-size: 1.1rem;
    color: #555;
    text-align: left;
    padding: 10px;
  }
  @media (min-width: 768px) {
    .social-subtitle {
        font-size: 1.1rem;
        color: #555;
        padding: 0px;
      }
  } 
  .social-call {
    display: none;
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 0;
    text-align: left;
    width: 360px;
    padding: 10px;
  }
  @media (min-width: 768px) {
    .social-call {
        display: block;
        font-size: 1.05rem;
        color: #444;
        margin-bottom: 0;
        padding: 0px;
      }
  }
  .social-icons a {
    color: #000;
    transition: color 0.3s ease;
  }
  
  .social-icons a:hover {
    color: #ffc500;
  }
  
  .hashtag-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: right;
  }
  
  .social-slider-wrapper {
    padding: 0 0;
  }
 .socialSwiper img{
    width: 100%;
    height: 280px;
    border: 1px solid #000;
    border-radius: 0 !important;
 }
 @media (min-width: 768px) {
    .socialSwiper img{
        width: 100%;
        height: 340px;
        border: 1px solid #000;
        border-radius: 0 !important;
     }
  }


/* СЕКЦІЯ ВІДГУКІВ */
.ss-reviews-section {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
}

.ss-reviews-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.ss-reviews-subtitle {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    color: #666;
    font-size: 1rem;
}

.ss-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.ss-carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0 60px;
}

.ss-carousel-item {
    flex: 0 0 80%;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.ss-review-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.ss-review-name {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.ss-review-text {
    font-size: 1rem;
    color: #555;
    font-style: italic;
}

.ss-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 20px;
    z-index: 10;
}

.ss-carousel-btn:hover {
    background: transparent;
}

.ss-carousel-btn.left {
    left: 40px;
}

.ss-carousel-btn.right {
    right: 40px;
}

@media (min-width: 992px) {
    .ss-carousel-item {
        flex: 0 0 33%;
    }
}


/* Google карта style */
.contact-block-wrapper {
    width: 100%;
    height: auto;
    background-color: #fafafa;
}

.contact-block {
    border-radius: 10px;
    padding: 20px;
    animation: fadeIn 1s ease-in-out;
}

.contact-icon {
    color: #FFC500;
    margin-right: 10px;
    width: 25px;
    text-align: center;
}

.map-block {
    overflow: hidden;
    animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* block-trapezoid-fafafa */
.block-trapezoid-fafafa {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.trapezoid-fafafa {
    position: absolute;
    display: block;
    border-bottom: 60px solid #fafafa;
    border-left: 60px solid transparent;
    width: 170px;
    right: 0;
}

@media (min-width: 768px) {
    .trapezoid-fafafa {
        width: 500px;
    }
}

/* block-trapezoid-fafafa-222222 */
.block-trapezoid {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #fafafa;
}

.trapezoid {
    position: absolute;
    display: block;
    border-bottom: 60px solid #222222;
    border-left: 60px solid transparent;
    width: 170px;
    right: 0;
}

@media (min-width: 768px) {
    .trapezoid {
        width: 500px;
    }
}

/* footer style */

/* Анімація fadeInUp */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Застосування анімації до блоків футера */
.footer-col {
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
}

/* Налаштування затримки анімації для кожного блоку */
.footer-col:nth-child(1) {
    animation-delay: 0.2s;
}

.footer-col:nth-child(2) {
    animation-delay: 0.4s;
}

.footer-col:nth-child(3) {
    animation-delay: 0.6s;
}

.footer-col:nth-child(4) {
    animation-delay: 0.8s;
}

/* Анімація для блоку з кнопкою Telegram */
.telegram-block {
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1s;
}

/* Додаткові стилі для футера */
/* style footer */
footer {
    background-color: #222;
    color: #f8f8f8;
    padding-top: 2rem;
}

footer h5 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #FFC500;
}

footer a {
    color: #f8f8f8;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer ul.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-col {
    margin-bottom: 1.5rem;
}

.footer-logo {
    width: 80px;
    height: auto;
    margin-left: 0;
}

@media (min-width: 768px) {
    .footer-logo {
        width: 80px !important;
    }
}

.contacts-footer {
    position: relative;
    display: block;
    padding-bottom: 5px;
    height: auto;
    margin: auto;
    border-bottom: 1px solid #2d2c2a;
}

@media (min-width: 768px) {
    .contacts-footer {
        width: 100% !important;
    }
}

.telegram-block {
    width: 100%;
    background-color: #fff;
    height: 130px;
}

footer .block__social .instagram {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
}

/* Оформлення іконки */
.custom-telegram,
.custom-instagram {
    font-size: 2rem;
    color: #fff;
    transition: color 0.3s ease;
}

/* Колір при наведенні */
.custom-telegram:hover,
.custom-instagram:hover {
    color: #FFC500;
}

.form-control {
    display: block;
    width: 90% !important;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.5;
    color: #212529;
    background-color: #fff;
    /* background-clip: padding-box; */
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: 'Raleway', sans-serif;
}

/* Блок "Записатися в тир" */
.booking-block {
    position: fixed;
    right: 15px;
    bottom: 45%;
    background-color: #FFC500;
    padding: 5px 20px;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transform: rotate(90deg);
    transform-origin: right;
    z-index: 1000;
}

/* Блок в верх */
.go-upstairs-block {
    position: fixed;
    right: 15px;
    bottom: 25%;
    background-color: #FFC500;
    padding: 5px 20px;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transform: rotate(90deg);
    transform-origin: right;
    z-index: 1000;
}

/* кнопка связи */
#contactButton {
    display: none;
    position: fixed;
    bottom: 15%;
    right: -20px;
    z-index: 1;
    /* padding: 10px; */
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.hidden {
    display: none;
}

#popup__toggle {
    position: relative;
}

.img-circle {
    background-color: #ffc500;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #29AEE3;
    width: 130px;
    height: 130px;
    bottom: -15px;
    right: 20px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #29AEE3;
    width: 88px;
    height: 88px;
    bottom: 6px;
    right: 41px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 55px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 40px;
    height: 40px;
    margin-top: 9px;
    margin-left: 11px;
    background-image: url(../img/call.svg);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

/*          конец кнопки звонка            */







@font-face {
    font-family: 'e-UkraineHead-Bold';
    src: url(/e-Ukraine_font/web/e-UkraineHead-Bold.eot);
    src: local('e-UkraineHead-Bold'), local('e-UkraineHead-Bold');
    src: url('../e-Ukraine_font/web/e-UkraineHead-Bold.woff2') format('woff2');
    src: url('/e-Ukraine_font/web/e-UkraineHead-Bold.woff') format('woff');
    src: url('../e-Ukraine_font/web/e-UkraineHead-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-UkraineHead-Thin';
    src: url(/e-Ukraine_font/web/e-UkraineHead-Thin.eot);
    src: local('e-UkraineHead-Thin'), local('e-UkraineHead-Thin');
    src: url('../e-Ukraine_font/web/e-UkraineHead-Thin.woff2') format('woff2');
    src: url('/e-Ukraine_font/web/e-UkraineHead-Thin.woff') format('woff');
    src: url('../e-Ukraine_font/web/e-UkraineHead-Thin.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}