:root {
    --sch-accent-color: #fabe00
}

.sch-get-coupon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: wrap;
    flex-direction: wrap;
    margin-bottom: 30px;
    padding: 0 15px 0 0
}

.sch-get-coupon-btn,
.sch-get-coupon-btn .vsh-btn {
    width: 100%
}

.sch-get-coupon-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-left: auto
}

@media only screen and (max-width:991px) {
    .sch-get-coupon-wrapp {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.sch-get-coupon--beton .sch-get-coupon-icon i {
    background: linear-gradient(1turn, #e4ff00, #eaf400 107.35%)
}

.sch-get-coupon--beton .copy svg path {
    fill: #e8ff00
}

@media only screen and (max-width:991px) {
    .sch-get-coupon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 25px 25px
    }
}

.sch-get-coupon-icon {
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.sch-get-coupon-icon,
.sch-get-coupon-icon i {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.sch-get-coupon-icon i {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#d1a440), color-stop(107.35%, #f7ce4f));
    background: linear-gradient(1turn, #d1a440, #f7ce4f 107.35%);
    border-radius: 4px;
    height: 120px;
    width: 120px
}

.sch-get-coupon-icon__title {
    display: none;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0
}

@media only screen and (max-width:991px) {
    .sch-get-coupon-icon__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sch-get-coupon-icon {
        margin-top: -20px
    }

    .sch-get-coupon-icon i {
        height: 57px;
        margin-bottom: 10px;
        width: 57px
    }

    .sch-get-coupon-icon i img {
        height: 23px;
        width: 23px
    }
}

.sch-get-coupon-description {
    padding: 0 25px
}

.sch-get-coupon-description__title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0
}

@media only screen and (max-width:991px) {
    .sch-get-coupon-description__title {
        display: none
    }
}

.sch-get-coupon-description p {
    font-size: 14px;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .sch-get-coupon-description {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-top: 15px;
        order: 1;
        text-align: center
    }
}

.sch-get-coupon-copycode {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    padding: 0 0 0 20px
}

.sch-get-coupon-copycode>span {
    font-size: 2.8125rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 20px
}
.bigpromo>span {
    font-size: 2.3125rem;
}


.sch-get-coupon-copycode>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #000;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    justify-content: center;
    width: 90px
}

.sch-get-coupon-copycode>a>.done {
    display: none
}

.sch-get-coupon-copycode>a>span.copy {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sch-get-coupon-copycode>a.copied>.done {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sch-get-coupon-copycode>a.copied>.copy {
    display: none
}

.sch-get-coupon-copycode>a:hover span.copy {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

@media only screen and (max-width:991px) {
    .sch-get-coupon-copycode {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .sch-get-coupon-copycode>span {
        font-size: 1.875rem
    }
    .bigpromo{
        font-size: 1.275rem !important
    }
    
}






[data-tooltip] {
    position: relative
}

[data-tooltip]:before {
    -webkit-animation: site-fade-in .3s linear;
    animation: site-fade-in .3s linear;
    background-color: #e0e0e0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px rgba(209, 164, 64, .45), 0 10px 24px rgba(0, 0, 0, .7);
    box-shadow: 0 0 4px rgba(209, 164, 64, .45), 0 10px 24px rgba(0, 0, 0, .7);
    color: #000;
    content: attr(data-tooltip);
    display: none;
    font-size: .625rem;
    padding: 10px 14px;
    position: absolute;
    right: -30px;
    text-align: center;
    text-transform: none;
    top: -38px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 154px
}

[data-tooltip]:after {
    -webkit-animation: site-fade-in .3s linear;
    animation: site-fade-in .3s linear;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e0e0e0;
    content: " ";
    display: none;
    font-size: 0;
    line-height: 0;
    margin-left: 0;
    position: absolute;
    right: 40px;
    top: -8px
}

[data-tooltip].copied:after,
[data-tooltip].copied:before {
    display: block
}