h2 {
	font-size: 38px;
    font-family: 'Rubik-BoldItalic';
    line-height: 42px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
}
.slider {
            position: relative;
            width: 100%;
            height: 80vh;
            overflow: hidden;
        }

        .slides {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease-in-out;
        }
        .slide_one {
            background-image: url('/image/slide-1.webp');
        }
        .slide_two {
            background-image: url('/image/slide-2.webp');
        }
        .slide {
            position: relative;
                background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
            min-width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
        }
.center-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Rubik-BoldItalic;
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    width: 100%;
    color: #000;
    background-color: #FFFFFF;
    border-color: #000;
    box-shadow: 5px 5px 0px 0px #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -0.5px;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.center-button:hover {
    color: #F7C500;
    text-decoration: none;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 864px) {
    .slide_one {
        background-image: url('/image/slide-11.webp');
    }
    .slide_two {
        background-image: url('/image/slide-12.webp');
    }
    .center-button {
        height: 45px;
        box-shadow: 2px 2px 0px 0px #000;
        font-size: 17px;
    }
}

/*******
3.1 Services  
***************************************/
#service h2, #service p {
    color: #fff;
}
.circle-border {
    text-align: center;
}
.img-circle {
    width: 230px;
    height: auto;
    border: 3px solid #fff;
}
.span4 {
    max-width: 360px;
    width: 100%;
}
#service h3 {
    margin-top: 25px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Rubik-BoldItalic';
    text-align: center;
}
.button_simple {
    cursor: pointer;
    margin: 0 auto;
    height: 45px;
    max-width: 250px;
    width: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Rubik-BoldItalic;
    outline: none;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 3px 3px 0px 0px #fadc66;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    margin-bottom: 15px;
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.button_simple:hover {
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.section {
    position: relative;
}
.row-fluid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 30px;
}
.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
@media (max-width: 992px) {
    .row-fluid {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .span4 {
        width: auto;
    }
}
@media (max-width: 544px) {
    .row-fluid {
        flex-wrap: wrap;
        justify-content: center;
    }
    .span4 {
        width: 100%;
    }
}
.section_bud {
    position: relative;
    padding-bottom: 120px;
}
.section_bud h2 {
    text-transform: uppercase;
    color: #fff;
    padding-top: 120px;
    font-size: 140px; 
    -webkit-text-stroke: 3px #f7c500; 
    text-shadow: 1px 1px 0 #f7c500, -1px 1px 0 #f7c500, 1px -1px 0 #f7c500, -1px -1px 0 #f7c500;
    margin-bottom: 60px;
    line-height: 100%;
}
@media (max-width: 1200px) {
    .section_bud h2 {
        font-size: 110px;
    }
}
@media (max-width: 992px) {
    .section_bud h2 {
        font-size: 88px;
    }
}
@media (max-width: 742px) {
    .section_bud h2 {
        font-size: 80px;
    }
}
@media (max-width: 677px) {
    .section_bud h2 {
        padding-top: 60px;
        font-size: 60px;
        margin-bottom: 30px;
    }
    .section_bud {
        padding-bottom: 60px;
    }
}
@media (max-width: 516px) {
    .section_bud h2 {
        font-size: 50px;
    }
}
@media (max-width: 446px) {
    .section_bud h2 {
        font-size: 40px;
    }
}
@media (max-width: 354px) {
    .section_bud h2 {
        font-size: 35px;
    }
}

.two-images-block-h2 {
    padding-top: 25px;
    padding-left: 15px;
    color: #fff;
    font-family: "Superline";
    font-size: 72px;
    letter-spacing: 5px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.66);
}
.button_simple-two {
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
    height: 45px;
    max-width: 250px;
    width: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Rubik-Medium;
    outline: none;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    border-color: #000;
    box-shadow: 5px 5px 0px 0px #000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    margin-bottom: 15px;
    transition: all 0.3s 
cubic-bezier(0.5, 0.12, 0.46, 0.88);
font-style: italic;
}
.button_simple-two:hover {
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.two-images-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
  padding: 60px 20px;
}

.image-item {
  position: relative;
  width: 100%;
  max-width: 730px;
}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* текст сверху слева */
.text-block {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff; /* заменишь сам */
}

/* кнопка снизу по центру */
.image-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* адаптив */
@media (max-width: 768px) {
  .two-images-block-h2 {
      font-size: 50px;
  }
  .two-images-block {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .image-item img {
    height: 325px;
  }
}

.full_width_background_three:before {
    background-color: #101316;
    content: '';
    background-size: cover;
    background-image: url(/image/home.webp);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(var(--parallax-y, 0));
    width: 100vw;
    height: 100%;
    z-index: -1;
    background-repeat: repeat;
}
.full_width_background_two:before {
    background-color: #181A1C;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.full_width_background:before {
	background-color: #fadc66;
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.section {
    position: relative;
    padding-bottom: 60px;
}
.h2_title {
    padding-top: 60px;
}
.featured_home .action-label-category {
	background-color: #181a1c;
}
.featured_home .boc_order_category_btn:hover {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important;
}
.featured_home .product-thumb .button-group .add2wishlist {
    border: 1px solid #181A1C;
    background-color: #181A1C;
}
.featured_home .product-thumb .button-group .add2wishlist .icon-star {
    stroke: #fff;
    fill: #fff;
}
.featured_home .product-thumb .button-group .add2wishlist:hover .icon-star {
    stroke: #f7c500;
    fill: #f7c500;
}
.featured_home .product-thumb .button-group .active_wish .icon-star {
    stroke: #f7c500;
    fill: #f7c500;
}
.featured_home .caption .rating .fa-star + .fa-star-o:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(/image/star_black_else.svg) no-repeat;
}
.featured_home .product-thumb .price-old {
    color: #181A1C;
}
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
}
.triangle_black {
    border-top: 40px solid #181A1C;
}
.triangle_yellow {
    border-top: 40px solid #fadc66;
}
.triangle {
    margin-left: -15px;
    text-align: center;
    width: 0;
    height: 0;
    position: relative;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 478px) {
	h2,h3 {
	    font-size: 26px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .h2_title {
        padding-top: 50px;
    }
    .section {
        padding-bottom: 50px;
    }
}