.hero-slider__item {
    position: relative;
}

.hero-slider__image {
    min-height: 900px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.hero-slider__item__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
}

.hero-slider__content {
    max-width: 550px;
}

.hero-slider__bottom-content {
    max-width: 550px;
    background: #EFCEAB;
    padding: 25px;
    border-radius: 15px;
    color: #521313;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 30px;
    border: 1px solid #521313;
	position:relative;
}

.hero-slider__bottom-content p {
    margin: 0;
    color: #521313 !important;
}

h2.hero-slider__title {
    font-size: 72px;
}

.hero-slider__button {
    display: inline-block;
    margin: 0 0 20px;
    background: #771B1F;
    padding: 9px 30px;
    border-radius: 10px;
    color: #ffff;
    font-weight: 500;
    transition: all 0.5s;
    position: relative;
}

.hero-slider__button:hover {
    background: #efceab;
}

.hero-slider__item--yes :is(p, h2) {
    color: #fff;
}

.hero-slider__item--yes .hero-slider__image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 250px;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 32%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.78;
}

.hero-slider__bottom-content svg {
    position: absolute;
    bottom: -45px;
    right: -45px;
}

.testimonials-slider__item {
    background: #fff;
    padding: 30px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 24px 48px 105px rgba(0, 0, 0, 0.1);
    margin-top: 35px;
    position: relative;

    .review {
        font-size: 18px;
        line-height: 1.5;
    }

    .count {
        position: absolute;
        left: 0;
        font-size: 65px;
        top: -20px;
        left: -25px;
        font-weight: bold;
        -webkit-text-fill-color: white;
        -webkit-text-stroke: 1px black;
    }

    .meta {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .img {
            margin-bottom: -66px;
        }

        h4 {
            font-size: 20px;
            font-style: italic;
            font-weight: bold;
            margin: 0;
        }
    }
}

.testimonials-slider__item img {
    max-width: 132px;
    height: 132px;
    object-fit: contain;
}

.front-image,.back-image {
    transition: all 0.5s;
}

.back-image {
    opacity: 0;
}

.prd-item:hover .back-image {
    opacity: 1;
}

.prd-item:hover .front-image {
    opacity: 0;
}

.steps__item-blocks {
    display: flex;
    align-items: center;
    gap: 25px;
	    justify-content: space-between;
}

.steps__item-content {
    width: 55%;
    padding: 40px 30px;
    background: #511313;
    border-radius: 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 318px;
    align-items: flex-start;
    justify-content: center;
}

.steps__item-image {
    width: 40%;
}

h3.steps__item-title {
    display: none;
}

p.steps__item-text {
    margin: 0;
    color: #CCB091;
}

.steps__item-step-text {
    font-size: 100px;
    display: table;
    line-height: 1.1;
    margin-left: auto;
    position: absolute;
    top: -29px;
    right: 25px;
    text-shadow: -1px -1px 0 #d0b394, 1px -1px 0 #c8ac8d, -1px 1px 0 #c9ad8e, 1px 1px 0 #c9ad8e;
    color: #511313;
	    font-family: "Playfair Display", sans-serif;
}

.steps__item-content span {
    width: 100px;
    height: 100px;
    background: transparent;
    display: block;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 49px;
    border: 2px solid #C8AD8E;
    color: #ceb292;
}

.steps__item-image img {
    height: 318px;
    margin-left: auto;
    display: block;
}

.steps-carousel__wrapper {
    padding: 0 70px;
}

.steps-carousel__wrapper .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}

.steps-carousel__wrapper .owl-nav button {
    width: 40px;
    height: 40px;
    background: #511313 !important;
    border-radius: 100% !important;
    color: #fff !important;
    font-size: 36px !important;
}

.steps-carousel__wrapper .owl-nav button span {
    line-height: 0;
}

@media screen and (max-width: 767px) {
    h2.hero-slider__title {
        font-size: 31px;
    }

    .hero-slider__image {
        min-height: 420px;
        background-size: cover;
        background-position: 88% 100%;
    }

    .hero-slider__bottom-content {
        display: none;
    }

    .hero-slider__item__wrapper {
        background: rgb(0 0 0 / 38%);
    }

    .hero-slider__title {
        color: #fff;
    }

    .hero-slider__description {
        color: #fff;
    }

    .hero-slider__item--yes .hero-slider__image:before {
        z-index: 1;
        height: 148px;
    }
	
	.steps__item-blocks {
    flex-direction: column-reverse;
}

.steps__item-image {
    width: 100%;
}

.owl-carousel .owl-item img {
    height: auto;
}

.steps__item-content {
    width: 100%;
    border-radius: 25px;
    padding: 25px;
}

.steps__item-step-text {
    font-size: 46px;
    top: -23px;
}

.steps__item-content span {
    width: 50px;
    height: 50px;
    font-size: 21px;
}

.steps-carousel__wrapper {
    padding: 0 50px;
}
	
	.testimonials-slider__item .meta {
    font-size: 14px !important;
}

.testimonials-slider__item h4 {
    font-size: 14px !important;
}

.testimonials-slider__item img {
    width: 70px !important;
    height: 70px !important;
}

.testimonials-slider__item p {
    font-size: 16px;
    margin-bottom: 20px;
}
	
	.gt_switcher.notranslate {
    display: flex !important;
    flex-direction: column-reverse !important;
}
}