.sale {

}

.sale_view_hidden {
    display: none !important;
}

.flex {
    display: flex;
}

.flex_align_center {
    align-items: center;
}

.flex_content_center {
    justify-content: center;
}

.flex_content_between {
    justify-content: space-between;
}

.sale_position_fixed {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.sale__content-percent {
    width: 140px;
    padding: 14px 10px;
    font-size: 32px;
    text-align: center;
    margin-left: 30px;
    border-radius: 18px;
    

    background-image: -moz-linear-gradient( 90deg, rgb(255,254,198) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,254,198) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,254,198) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 20%);
}

.sale__content-coupon span {
    padding: 3px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.sale__content-row {
    margin-bottom: 24px;
}

.sale__content-coupon {
    width: 285px;
    text-align: center;
    cursor: pointer;
    /*padding: 9px 30px;*/
    padding: 9px 10px;
    /* margin-right: 18px; */
    border-radius: 18px;
    background-color: #fff;

    font-size: 32px;

    border-radius: 14px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,254,198) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,254,198) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,254,198) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 20%);
}

.sale__header {
    padding: 28px 0 14px;
}

.sale__footer {
    padding: 10px 0 0;
    line-height: 15px;
    font-size: 14px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
}

.sale__header-title {
    font-size: 38px;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    line-height: 40px;
    margin-top: 5px;
}

.sale__button {

}

.sale__content {

}

.sale__wrapper {
    margin: auto;
    /*padding: 0 43px;*/
    padding: 0;
    max-width: 49%;
    min-height: 374px;

    top: 33.5%;
    left: 4%;
    position: relative;
}

.button {
    border: 0;
    padding: 0;
    outline: none;
}

.button_type_image {
    width: 58px;
    height: 58px;
    cursor: pointer;

    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.text {
    font-family: 'Gilroy', sans-serif;
}

.text_transform_uppercase {
    text-transform: uppercase;
}

.text_size_normal {
    font-size: 27px;
}

.text_weight_normal {
    font-weight: 500;
}

.text_weight_bold {
    font-weight: 700;
}

.text_weight_heavy {
    font-weight: 800;
}

.button_theme_red {
    background-image: url('../img/button_theme_red.png');
}

.button_theme_green {
    width: 64px;
    height: 64px;
    background-image: url('../img/button_theme_green.png');
}

.sale__content-border-coupon {
    border: 2px dashed black;
    padding: 5px;
    border-radius: 14px;
}

.sale__container {

}

.sale__header-button {
    top: -25px;
    right: -60px;
    position: absolute;
}

.sale__background {
    background-color: #000000e0;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;

    z-index: -2;
}




.slide-top-anim {
	-webkit-animation: slide-top 1.5s ease-in-out infinite alternate forwards;
	        animation: slide-top 1.5s ease-in-out infinite alternate forwards;
}


/* ----------------------------------------------
 * Generated by Animista on 2022-6-2 23:51:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-38px);
              transform: translateY(-38px);
    }
  }
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-38px);
              transform: translateY(-38px);
    }
}

.sale_theme_yellow .sale__content-border-coupon {
    border-color: #000 !important;
}


.sale_theme_yellow .sale__content-coupon_selected span {
    background-color: #feff2b;
}

.sale_theme_yellow .sale__container {
    margin: auto;
    max-width: 770px;

    background-size: 100%;
    background-image: url('../img/sale_theme_yellow.png');
    background-repeat: no-repeat;
    background-position: center center;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.lemon {
    background-size: 100%;
    background-image: url('../img/lemon.png');
    background-repeat: no-repeat;
    background-position: center center;
}
  

/*
    CSGonnet
*/

.sale_theme_blue .sale__wrapper {
    max-width: 52%;
    min-height: 390px;
    top: 39.5%;
    left: 1.5%;
}

.sale_theme_blue .text_size_normal {
    font-size: 25px;
}

.sale_theme_blue .sale__content-percent {
    color: #000 !important;
    background-image: -moz-linear-gradient( 90deg, rgb(255,214,23) 0%, rgb(255,255,115) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,214,23) 0%, rgb(255,255,115) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,214,23) 0%, rgb(255,255,115) 100%);
    box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 28%);
}

.sale_theme_blue .sale__content-coupon {
    color: #000 !important;
  background-image: -moz-linear-gradient( 90deg, rgb(238,245,255) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(238,245,255) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(238,245,255) 0%, rgb(255,255,255) 100%);
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.28);
}

.sale_theme_blue .text {
    color: #fff;
}

.sale_theme_blue .sale__content-coupon_selected span {
    background-color: #ffdf34;
}

.sale_theme_blue .sale__content-border-coupon {
    border-color: #fff !important;
}

.sale_theme_blue .sale__container {
    margin: auto;
    max-width: 770px;

    background-size: 100%;
    background-image: url('../img/sale_theme_blue.png');
    background-repeat: no-repeat;
    background-position: center center;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}


.banana {
    background-size: 100%;
    background-image: url('../img/banana.png');
    background-repeat: no-repeat;
    background-position: center center;
}



/*
    Dota
*/

.sale_theme_red .sale__wrapper {
    max-width: 52%;
    min-height: 390px;
    top: 39.5%;
    left: 1.5%;
}

.sale_theme_red .text_size_normal {
    font-size: 25px;
}

.sale_theme_red .sale__content-percent {
    color: #000 !important;
    background-image: -moz-linear-gradient( 90deg, rgb(255,239,240) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,239,240) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,239,240) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.28);      
}

.sale_theme_red .sale__content-coupon {
    color: #000 !important;
    background-image: -moz-linear-gradient( 90deg, rgb(255,239,240) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,239,240) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,239,240) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.28);      
}

.sale_theme_red .text {
    color: #fff;
}

.sale_theme_red .sale__content-coupon_selected span {
    background-color: #fedc3f;
}


.sale_theme_red .sale__container {
    margin: auto;
    max-width: 770px;

    background-size: 100%;
    background-image: url('../img/sale_theme_red.png');
    background-repeat: no-repeat;
    background-position: center center;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.sale_theme_red .sale__header-title .love {
    
}

.sale_theme_red .sale__content-row {
    margin-bottom: 36px;
}

.sale_theme_red .sale__footer {
    color: #fff;
}

.sale_theme_red .sale__content-border-coupon {
    border-color: #000 !important;
}


.mushroom {
    background-size: 100%;
    background-image: url('../img/mushroom.png');
    background-repeat: no-repeat;
    background-position: center center;
}