@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Lora';
    src: url('Lora-Bold.woff2') format('woff2'),
        url('Lora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-Regular.woff2') format('woff2'),
        url('Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-Italic.woff2') format('woff2'),
        url('Lora-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-SemiBold.woff2') format('woff2'),
        url('Lora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-BoldItalic.woff2') format('woff2'),
        url('Lora-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('Lora-SemiBoldItalic.woff2') format('woff2'),
        url('Lora-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'permanent_markerregular';
    src: url('permanentmarker-webfont.woff2') format('woff2'),
         url('permanentmarker-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaInseratCyr Upright';
    src: url('HelveticaInseratCyr-Upright.woff2') format('woff2'),
        url('HelveticaInseratCyr-Upright.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.white{color:#fff;}
.pink{color:#d3054f;}
.yellow{color:#fff000;}
.yellow2{color:#ecc248;}
.green{color:#2a9803;}
.red{color:#ff0000;}
.blue{color:#6700B3;}
.blue2{color:#0b3d91;}
.brown{color:#c58b00;}

.strikeout, .strikeout2 {
  position: relative;
}
.strikeout::after, .strikeout2::after {
  border-bottom: 0.12em solid #F00;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 54%;
}
.strikeout::after{
  transform:rotate(-10deg);
  -webkit-  transform:rotate(-10deg);
}
.strikeout2::after{
  border-bottom: 0.06em solid #F00;
  top: 61%;
}
/*embien*/
.sml-txt {
    font-size: 22px !important;
    background: #0b0b19;
    color: #ffce3c;
    text-align: center;
    padding: 30px 25px !important;
    border-radius: 16px 16px 0px 0px;
}
#timer{
    background-color: #0b0b19;
    padding-bottom: 30px;
}
.timer {
    display: flex;
    width: 100%;
    max-width: 375px;
    margin: 35px auto 0px;
    text-align: center;
}
.hours {
    border-radius: 10px;
    background: #0b0b19;
    padding: 5px 5px 10px;
    width: 100%;
    max-width: 33.33%;
    margin: 0px 10px;
}
.setfield {
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.sectionTimer {
    font-weight: 400;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #0b0b19;
    color: #ffce3c;
    font-size: 12px;
    padding: 0px 10px;
}
.time_cntnt {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    margin: 0px;
    font-size: 49px;
    font-weight: 500;
    color: #ffce3c;
    line-height: 1.2;
}
#accordion{
    padding-bottom: 30px;
}
/*===============================*/
.show-479, .show-tab, .show-1000, .show-767, .show-400, .show-340, .show-359, .show-389{display:none;}
@media only screen and (max-width: 1000px){
.show-tab, .show-1000 {display:block;}
.hide-tab, .hide-1000 {display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 389px){
.show-389{display:block;}
.hide-389{display:none;}
}
@media only screen and (max-width: 359px){
.hide-359{display:none;}
.show-359{display:block;}
}
/*===============================*/
.shine-hope-anim:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
    animation: ShineAnim 7s ease infinite;
    animation-delay: 1s;
}

@keyframes ShineAnim {
    0% {
        left: -100%
    }

    10% {
        left: 100%
    }

    100% {
        left: 100%
    }
}
