@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

#middle_slider .owl-stage {
    display: flex;
    justify-content: space-around;
}

#middle_slider .owl-stage:after {
    all: unset;
}

#middle_slider .owl-stage .owl-item {
    min-width: 190px;
}

.content-text {
    color: #ffffff;
}

.image-style-align-center, .text-align-center {
    text-align: center;
}

.content-text figure.image-style-align-center {
    margin: 0 auto !important;
}


.promocode {
    font-family: Roboto, sans-serif;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(273.75deg, #DB0000 -4.53%, #F22408 88.25%);
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.72);
    z-index: 99999;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.promocode .promocode-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.promocode .promocode-close svg {
    display: block;
    width: 25px;
    height: 25px;
}

.promocode .promocode-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.promocode .promocode-text > div:first-child {
    color: #FF2F01;
    font-size: 55px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 10px 0 135px;
    -webkit-text-stroke: 3px black;
}

.promocode .promocode-text > div:last-child {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.promocode .promocode-button {
    font-size: 25px;
    background: linear-gradient(352.06deg, #4A8678 11.11%, #45EBC0 94.18%);
    box-shadow: 0 2px 26px rgba(255, 125, 69, 0.6);
    border-radius: 7px;
    margin: 0 30px 0 40px;
    position: relative;
}

.promocode .promocode-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: calc(50% - 25px);
    background-image: url(img/arrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 45px;
}

.promocode .promocode-button a {
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}

.promocode .promocode-button a:hover {
    color: #ffffff !important;
}

.promocode .promocode-button span {
    color: #ffffff;
    font-weight: 700;
}


.promocode .gift {
    position: absolute;
    top: -15px;
    left: 10px;
    background-image: url(../assets/img/lips.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 135px;
    height: 95px;
    display: block
}

.promocode .promocode-text .i150 {
    display: block;
    background-image: url(../assets/img/s150.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 152px;
    height: 53px;
    margin: 0 10px 0 150px;
}

@media(max-width:767px) {
    .promocode {
        width: auto;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        padding: 15px 20px;
        margin: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .promocode .promocode-text {
        display: flex;
        flex-direction: row;
    }
    .promocode .promocode-text > div:last-child {
        font-size: 16px;
    }
    .promocode .promocode-text .i150 {
        background-image: url(../assets/img/s150m.svg);
        margin: 0 10px 0 0;
        width: 131px;
        height: 46px;
    }
    .promocode .gift {
        top: 40px;
        left: 0;
        background-image: url(../assets/img/lips_m.svg);
        width: 96px;
        height: 67px;
    }
    .promocode .promocode-close {
        top: 0;
        right: 0;
    }
    .promocode .promocode-button {
        margin: 15px 0 0 0;
        font-size: 22px;
    }
}
