@font-face {
    font-family: __sans;
    src: url(./sfont.ttf);
}

html {
    scroll-behavior: smooth!important;
}

html, body, p, h1, h2, h3, h4, span, strong {
    font-family: __sans!important;
}

strong {
    font-weight: 600;
}

p:not(#description_title):not(#description_content):not(.code_char) {
    font-size: 16px!important;
}

.en {
    text-align: left;
    display: block;
    direction: ltr;
}

.comment_block .comment_text {
    font-size: 14px!important;
}

.actions.clearfix {
    display: none;
}

.btn_need_help {
    text-align: center;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    margin-top: 16px;
}

.qr {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 700;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.qr_inner_container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    background-color: white;
    align-items: center;
    padding: 64px 16px;
    cursor: default;
    direction: rtl;
    overflow: hidden auto;
    height: 500px;
    direction: ltr;
}

.description_container {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 32px;
}

.description_container p:nth-of-type(1) {
    color: #000;
    font-family: "openbold";
    font-size: 48px;
    font-family: proxima_nova,lato,sans-serif;
    margin-bottom: 0!important;
    line-height: 35px;
}

.description_container p:nth-of-type(2) {
    color: #222;
    font-size: 18px;
    margin-top: 32px;
    font-family: proxima_nova,lato,sans-serif;
    margin-bottom: 0!important;
    text-align: justify;
}

.qr_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.img_qr {
    width: 289px;
    height: 280px;
}

.auth_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 700;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.auth_container {
    width: 100%;
    max-width: 1200px;
    background-color: white;
    padding: 64px 16px;
    cursor: default;
    overflow: hidden auto;
    direction: ltr;
    text-align: center;
    font-family: proxima_nova,lato,sans-serif;
}

.auth_container h3 {
    font-weight: 700;
    margin-bottom: 1em;
}

.auth_container p {
    margin-bottom: .3em;
}

.auth_methods_container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.auth_method {
    cursor: pointer;
    border: 1px solid #bbbbbb;
    border-radius: 8px;
    padding: .5em;
    margin-top: 1em;
    width: 90%;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_method svg {
    margin-right: 1em;
}

.auth_method p {
    margin-bottom: -5px;
    font-weight: 500;
}

.auth_method.disabled {
    background-color: #ebebeb;
    filter: grayscale(1);
    cursor: default;
}

.auth_method:not(.disabled):hover {
    border-color: #f99400;
    border-width: 1px;
    background-color: rgba(249, 148, 0, .1);
}

.pet_description {
    direction: rtl!important;
}

.lang_container {
    margin-bottom: 32px;
}

.lang_container span {
    cursor: pointer;
}

.lang_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    direction: rtl;
}

.lang {
    display: flex;
    align-items: center;
}

.lang img {
    width: 20px;
    margin: 0 8px;
    margin-top: -4px;
}

.lang p {
    margin-left: 8px;
}


aside.sticky-sidebar:nth-of-type(2) {
    display: none;
}

.loading_container {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .9);
    z-index: 800;
    align-items: center;
    justify-content: center;
    display: none;
    flex-direction: column;
}

#loading_msg {
    color: #f4f4f4;
    margin-top: 24px;
}

#countdown {
    display: none;
}

#petitionsMainImageBlock {
    width: 100%!important;
    max-width: none!important;
}

.read_more_container {
    width: 100%;
    height: 50px;
    background-color: #f99400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.read_more_container p {
    color: white!important;
    font-size: 16px;
    margin: 0;
}

.read_more_content {
    display: none;
}

.message_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    background-color: white;
    align-items: center;
    padding: 64px 16px;
    cursor: default;
    direction: rtl;
    overflow: hidden auto;
    z-index: 999;
}



/* ----------------- Progress --------------------- */
.progress {
    height: 200px;
}

.progress > svg {
    height: 100%;
    display: block;
}
/* ----------------- Progress --------------------- */
/* ----------------- Countdown --------------------- */
  .counter_li {
    display: inline-block;
    font-size: .8em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    color: #f4f4f4;
    text-align: center;
  }
  
  .counter_li span {
    display: block;
    font-size: 6rem;
    color: #f99400;
    margin-top: 16px;
  }

  @media all and (max-width: 768px) {
    .counter_li {
      font-size: 1.125rem;
      padding: .75rem;
    }
    
    .counter_li span {
      font-size: 3.375rem;
    }
  }
/* ----------------- Countdown --------------------- */

@media screen and (max-width: 1024px) {
    #description_title {
        font-size: 40px;
    }

    #description_content {
        font-size: 18px;
    }

    .main-content {
        padding: 150px 0;
    }
}

@media screen and (max-width: 900px) {
    .qr_inner_container {
        flex-direction: column;
    }
}

@media screen and (max-width: 830px) {
    #description_title {
        padding-bottom: 0;
        font-size: 38px;
    }

}

@media screen and (max-width: 770px) {
    #description_title {
        font-size: 33px;
    }

    #description_content {
        font-size: 16px;
    }

    .main-content {
        min-height: unset;
        padding-bottom: 32px;
    }

    .qr_inner_container {
        padding: 16px;
    }
}

@media screen and (max-width: 889px) {
    .main-content {
        padding: 0;
    }

    .lang_container {
        margin-bottom: 16px;
    }

    #description_content {
        margin-top: 16px;
    }
}

@media screen and (max-width: 425px) {
    #description_title {
        font-size: 24px;
    }
}