/*@font-face {
    font-family: 'BPG Rioni';
    src: url('/assets/fonts/BPG-Rioni/bpg-rioni-webfont.eot'); !* IE9 Compat Modes *!
    src: url('/assets/fonts/BPG-Rioni/bpg-rioni-webfont.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
    url('/assets/fonts/BPG-Rioni/bpg-rioni-webfont.woff2') format('woff2'), !* Super Modern Browsers *!
    url('/assets/fonts/BPG-Rioni/bpg-rioni-webfont.woff') format('woff'), !* Pretty Modern Browsers *!
    url('/assets/fonts/BPG-Rioni/bpg-rioni-webfont.ttf') format('truetype'), !* Safari, Android, iOS *!
    url('/assets/fonts/BPG-Rioni/bpg-rioni-webfont.svg#bpg_rioniregular') format('svg'); !* Legacy iOS *!
}

@font-face {
    font-family: 'ALK Sanet';
    src: url('/assets/fonts/ALK-Sanet/alk-sanet-webfont.eot'); !* IE9 Compat Modes *!
    src: url('/assets/fonts/ALK-Sanet/alk-sanet-webfont.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
    url('/assets/fonts/ALK-Sanet/alk-sanet-webfont.woff2') format('woff2'), !* Super Modern Browsers *!
    url('/assets/fonts/ALK-Sanet/alk-sanet-webfont.woff') format('woff'), !* Pretty Modern Browsers *!
    url('/assets/fonts/ALK-Sanet/alk-sanet-webfont.ttf') format('truetype'), !* Safari, Android, iOS *!
    url('/assets/fonts/ALK-Sanet/alk-sanet-webfont.svg#alk_sanetregular') format('svg'); !* Legacy iOS *!
}*/

@font-face {
    font-family: 'Noto Sans Georgian Medium';
    src: url('/assets/fonts/Noto-Sans-Georgian/NotoSansGeorgian-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Noto Sans Georgian Bold';
    src: url('/assets/fonts/Noto-Sans-Georgian/NotoSansGeorgian-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Noto Sans Georgian Black';
    src: url('/assets/fonts/Noto-Sans-Georgian/NotoSansGeorgian-Black.ttf') format('truetype'); /* Safari, Android, iOS */
}


/*general styles*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}

html, body{
    min-height: 100vh;
}

.falling-snow{
    z-index: 99;
    -webkit-pointer-events: none;
    pointer-events: none;
}

/*body.en,
footer span,
.calendar-wrapper,
.warning-box > span > span,
.page-approved .main-content .container .report p:not(:first-child),
.page-payment .main-content .container ul li p:last-child,
.page-pick-subscription .main-content .container .total,
body .field-perm-eng{
  font-family: 'Poppins', sans-serif;
}*/
.payment-back:before,
body {
    font-family: 'Noto Sans Georgian Medium', sans-serif;
}
.greeting strong,
.warning-box strong{
    font-family: 'Noto Sans Georgian bold', sans-serif;
}
.greeting span[data-stronger],
.main-content .container h1{
    font-family: 'Noto Sans Georgian Black', sans-serif;
}

body {
    background-color: #F7F5FC;
    position: relative;
}

.title {
  font-style: normal;
}

.pure-link{
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
.pure-link a{
    display: inline-block;
    color: #858585;
    font-size: 13px;
}

.container,
.o-actions{
  max-width: 550px;
  width: 100%;
  padding: 28px 22px;
  margin: 0 auto;
}
.main-content.notification .container{
    padding-top: 16px;
    padding-bottom: 18px;
    position: relative;
    overflow: hidden;
}
/*.main-content.notification .container:before{
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    background: #f7f7f7;
    transform: rotate(41deg);
    transform-origin: center;
    top: -40px;
    right: -34px;
}
.main-content.notification .container:after{
    content: '';
    position: absolute;
    top: 7px;
    right: 9px;
    background: url('/assets/media/notif-bell-black.svg') center center no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 15px;
}*/

.notification .notif-title{
    font-family: 'Noto Sans Georgian bold', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
}

.o-actions{
    text-align: center;
    margin-top: 32px;
    padding: 0;
}
.o-actions .btn{
    display: inline-flex;
}
.o-actions .pure-link{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.o-actions .pure-link a{
    text-decoration: underline;
    font-size: 13px;
}
.o-actions .txt{
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}
.o-actions .txt strong{
    font-family: 'Noto Sans Georgian bold', sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
.o-actions .txt strong img{
    display: inline-block;
    width: 14px;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.o-actions .txt small{
    font-size: 14px;
    color: #eb4c4c;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}


.header,
.main-content{
    transform: translateY(30px);
    transition: transform 0.6s, opacity 0.8s;
    opacity: 0;
}
body.do-anim.loaded .header,
body.do-anim.loaded .main-content{
    transform: translateY(0);
    opacity: 1;
}
.main-content {
    padding: 0 24px 180px 24px;
    transition-delay: 0.4s;
}

.main-content .container {
    background-color: #ffffff;
    border-radius: 22px;
    box-shadow: 0 0 40px -20px #666;
}
.notifications-wrap{
    width: 100%;
}
.main-content.notification{
    padding-bottom: 12px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.main-content.notification:last-child{
    padding-bottom: 28px;
}

.btn,
#reader button{
    border: 0;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 15px;
    max-width: 90%;
    width: 350px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: inherit;
    border-radius: 16px;
}

/*.btn:hover{*/
/*    background-color: transparent;*/
/*    border: solid 1px #1D2226;*/
/*    color: #1D2226;*/
/*}*/

.btn.primary {
    background-color: #333333;
}
.btn.success,
#reader button{
    background-color: #27B61A;
}
.btn.disabled{
    background: #dfdfdf;
    color: #999;
    cursor: default;
}
.btn.danger,
#reader button#html5-qrcode-button-camera-stop{
  background-color: #EB4C4C;
}

.hugeimg{
    display: inline-block;
    width: 200px;
    margin: 10px;
}

.greeting{
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.greeting span:not([data-stronger]),
.greeting strong{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.greeting .smallimg{
    vertical-align: middle;
    width: 14px;
    margin-left: 5px;
    display: inline-block;
}
.greeting .medimg{
    width: 50px;
    display: block;
    margin: 25px auto 10px auto;
}
.greeting a{
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: underline;
}
.priority-privileges{
    display: block;
    margin-bottom: 10px;
}
.priority-privileges li{
    display: block;
    margin: 10px 0;
    position: relative;
    padding: 10px 10px;
    background: #F7F7F7;
    border-radius: 16px;
}

.field-wrap{
    width: 100%;
    margin-bottom: 20px;
}
.field-wrap .text-sm{
    width: 100%;
    display: block;
    margin-bottom: 0 !important;
    margin-top: 8px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
.the-form input,
.the-form .styled-select,
.dob-wrap, .disabled-field{
    width: 100%;
    display: block;
}
.the-form input,
.the-form .styled-select,
.the-form .styled-select select,
.disabled-field, .art-ph {
    border: 4px solid #F7F7F7;
    outline: none;
    background: #fff;
    border-radius: 16px;
    appearance: none;
    -webkit-appearance: none;
    text-align: left;
    color: inherit;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0 12px;
    box-sizing: border-box;
    font-family: inherit;
    display: block;
}
.the-form .styled-select{
    position: relative;
    padding: 0;
}
.the-form .styled-select:after,
.disabled-field.it-was-select:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    border: 5px solid transparent;
    border-top: 6px solid #bbb;
    pointer-events: none;
}
.the-form .styled-select select{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    line-height: 42px;
    height: 42px;
}
.the-form .styled-select select:not(.validd){
    color: #999;
}
.the-form input::-webkit-date-and-time-value {
    text-align: left;
    display: inline;
    font-family: inherit;
    font-size: inherit;
}
.the-form input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
.the-form input::-moz-placeholder {
    color: #999;
    font-size: 14px;
}
.the-form input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}
.the-form input:-moz-placeholder {
    color: #999;
    font-size: 14px;
}
.the-form input::placeholder{
    color: #999;
    font-size: 14px;
}
.disabled-field, .art-ph{
    color: #ccc;
    display: flex;
    align-items: center;
    line-height: normal;
}
.disabled-field {
    color: #ababab;
    background: #F7F7F7;
    cursor: default;
}
.disabled-field.it-was-select{
    position: relative;
}
.dob-wrap .art-ph{
    position: absolute;
    top: 0;
    left: 46px;
    color: #999;
    -webkit-pointer-events: none;
    pointer-events: none;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0;
    width: calc(100% - 62px);
}
.dob-wrap input:focus + .art-ph,
.dob-wrap input.filled + .art-ph{
    display: none;
}
.the-form input[type="checkbox"],
.the-form input[type="radio"]{
    appearance: auto;
    -webkit-appearance: auto;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.the-form label {
    width: 100%;
    font-size: 17px;
    color: #1d2226;
    display: block;
}
.the-form label.disabled {
    color: #ccc;
}

.the-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

.form-errors{
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    box-sizing: border-box;
    padding-left: 10px;
}
.form-errors ul{
    width: 100%;
    float: left;
    margin: 0 !important;
}
.form-errors ul li{
    width: 100%;
    float: left;
    font-size: 13px;
    margin-bottom: 6px;
}
.form-errors ul li:last-child{
    margin-bottom: 0;
}

.form-success{
    width: 100%;
    float: left;
    color: #27B61A;
    font-size: 13px;
    line-height: 20px;
    margin: 8px 0 0 0;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.form-success:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: url('/assets/media/check.svg') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -2px;
}
/* end general styles*/

/*header styles*/

.header .container{
    text-align: center;
    font-size: 0;
    position: relative;
}
.header .logo{
    display: inline-block;
    width: 100px;
}
.header .lang{
    position: absolute;
    left: 0;
}
.header .lang li{
    display: block;
}
.header .lang li.toggle{
    display: none;
}
.header form{
    display: inline;
}
.header .logout-btn{
    position: absolute;
    right: 0;
    padding: 4px 10px;
    color: #fff;
    background: #EB4C4C;
    font-family: inherit;
}
.header .logout-btn img {
    /*margin-right: 5px;*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
/* end header styles*/

/*main section styles*/

.main-content .container h1 {
    text-align: center;
    width: 100%;
    color: #333333;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 34px;
}
.main-content .container h1 img{
    display: block;
    margin: 0 auto;
    width: 50px;
    margin-bottom: 8px;
}

.page-unknown-qr .main-content .container,
.page-payment-success .main-content .container,
.page-payment-error .main-content .container,
.page-awaiting .main-content .container,
.page-blocked .main-content .container,
.page-reject .main-content .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-reject .main-content .container .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.page-main .main-content .container ul {
    display: block;
    margin-top: 30px;
}

.page-main .main-content .container ul li {
    width: 100%;
    display: block;
    background: #F7F7F7;
    position: relative;
    border-radius: 16px;
    margin-bottom: 24px;
    padding: 18px 18px;
    font-size: 0;
}
.page-main .main-content .container ul li .img{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.page-main .main-content .container ul li p{
    width: calc(100% - 70px);
    font-size: 14px;
    line-height: 20px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.page-main .main-content .container .cmnt{
    font-size: 14px;
    line-height: 20px;
    color: #4caf50;
    text-align: center;
}

.page-main .main-content .actions {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 12px;
    text-align: center;
}

.page-main .main-content .actions a,
.page-main .main-content .actions button{
    margin: 20px 0 0 0;
    display: inline-block;
}
.page-main .main-content .actions form{
    display: inline;
}
.payment-back:before{
    content: '\00AB';
    margin-right: 7px;
}

/* end main section styles*/
.main-content .container .checkbox {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 25px;
}
.main-content .container .checkbox input {
    display: none;
}
.main-content .container .checkbox .fake-checkbox{
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    box-sizing: border-box;
}
.main-content .container .checkbox input:checked + .fake-checkbox:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #27B61A;
}
.main-content .container .checkbox .t,
.main-content .container .checkbox a{
    font-size: 14px;
    color: #777777;
    margin: 0;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.main-content .container .checkbox a {
    text-decoration: underline;
}

.terms-body{

}
.terms-body h2{
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 30px;
}
.terms-body ul{
    width: 100%;
    counter-reset: item;
}
.terms-body ul ul{
    padding-left: 15px;
}
.terms-body ul li,
.terms-body > p{
    margin-top: 15px;
    font-size: 15px;
    display: block;
    line-height: 22px;
    font-weight: normal;
}
.terms-body > ul > li{
    font-weight: bold;
}
.terms-body ul li:before{
    content: counters(item, ".")".";
    counter-increment: item;
    font-weight: bold;
    display: inline-block;
    margin: 0 10px 0 0;
}

/*loading page styles*/
.page-loading {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 10px #82c1ea;
  border-right: solid 10px #d64e5b;
  border-bottom: solid 10px #955ba3;
  border-left: solid 10px #7dc35a;
}

.page-loading img {
  max-width: 175px;
  width: 100%;
  animation: animate 1s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  50% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.9;
  }
}

/*loading page styles*/

#reader {
  border: none !important;
}

#reader div:first-child img {
  display: none;
}
#reader__dashboard_section div a {
  display: none;
}
#html5-qrcode-anchor-scan-type-change {
  display: none !important;
}

.scan-carry-on-priority-member{
    display: block;
    text-align: center;
    background: #27B61A;
    color: #fff;
    padding: 10px;
    font-size: 13px;
}

#html5-qrcode-button-camera-permission,
#html5-qrcode-button-camera-start,
#html5-qrcode-button-camera-stop {
  -webkit-appearance: none;
  appearance: none;
  padding: 15px 30px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #dddddd;
  box-shadow: 0 0 2px #dddddd;
}

.warning-box{
    margin-bottom: 25px;
    text-align: center;
}
.warning-box strong{
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.warning-box strong img{
    width: 16px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}
.warning-box > span{
    font-size: 13px;
    margin-top: 10px;
    display: inherit;
    line-height: 20px;
}
.warning-box > span > span{
    color: #4caf50;
}

#reader #reader__dashboard_section_csr > span:first-child,
#reader #reader__dashboard_section_csr > div:first-child + span{
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
#reader #html5-qrcode-select-camera{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #555;
    padding: 6px 10px;
    width: 100%;
}

footer{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    color: #777;
}
footer .get-help{
    display: inline-block;
    padding-left: 31px;
    text-align: left;
    position: relative;
    margin-bottom: 18px;
}
footer .get-help img{
    width: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer .get-help a{
    display: inline-block;
    color: inherit;
}
footer .rights{
    font-size: 13px;
}
footer .rights a{
    font-size: inherit;
    color: inherit;
    display: inline-block;
    text-decoration: underline;
}
footer .rights .created{
    display: block;
    margin-top: 6px;
}
footer .rights strong{
    font-weight: normal;
    font-family: 'Noto Sans Georgian Bold', sans-serif;
}

[data-sakh-iblock]{
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.landing-blocks{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    margin: 25px 0;
}
.landing-blocks a{
    flex: 1 1 100%;
    padding: 20px 20px 20px 60px;
    background: #ccc;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Noto Sans Georgian Black', sans-serif;
    color: #fff;
    text-align: left;
    position: relative;
}
.landing-blocks a span{
    margin: 0 !important;
}
.landing-blocks svg{
    position: absolute;
    width: 28px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}
.landing-blocks a.instagram{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(30deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.landing-blocks a.facebook{
    background: #4267B2;
}
.landing-blocks a.tiktok{
    background: #000000;
}
.landing-blocks a.callus{
    background: #2196F3;
}
.landing-blocks a.bar-menu{
    background: #E50000;
}
.landing-blocks a.verify{
    background: #4CAF50;
}

@media (max-width: 560px) {
  .header,
  .main-content {
      padding-left: 24px;
      padding-right: 24px;
  }
}
