body.preloading .section {
    opacity: 0 !important;
    visibility: hidden !important;
}
body.preloading  {
    overflow: hidden;

}

.lang-flag {
	display: none !important;
}

.overlay {
    position: fixed;
    inset: 0;
    background-image: url(../images/bg_preloader.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color  : rgba(0,0,0, 1);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999999000;
    background-position: center;
    transition: opacity 2s linear, visibility 2s linear, filter 2s linear;
    filter: blur(0px);
    opacity: 1 !important;
    visibility: visible !important;
}
.overlay_image {
    position: absolute;
    top: 30px;
    left: 40px;
}
.overlay_content {
    width: 463px;
    height: 524px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
.progress-ring {
    position: relative;
    height: 372px;
    display: flex;
    justify-content: center;
}
.overlay_button {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    align-items: center;
}
.start-btn.show, .overlay_button.show {
    opacity: 1;
    pointer-events: auto;
}
.percent-val {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    font-family: var(--second-family);
    font-weight: 600;
    color: #0e6ad2;
}
.tick {
    position: absolute;
    top: 348px;
    left: 50%;
    width: 7px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    transform-origin: center -144px;
    border-radius: 1px;
}
.tick.active {
    background: #0e6ad2;
}
.overlay_button_fade {
    display: flex;
    width: 45px;
}
.overlay.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    filter: blur(10px);
    pointer-events: none !important;
}
.start-btn {
    padding: 27px 40px;
    background: none;
    border: 2px solid #0e6ad2;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    font-weight: 600;
    font-size: 19px;
    line-height: 140%;
    text-align: center;
    color: var(--white);
    transition: all 0.4s;
}
.overlay_button_fade {
    display: flex;
    width: 45px;
}
.overlay_button img {
    height: fit-content;
}
.overlay_button_fade img {
    animation: arrowBlink 1.5s ease-in-out infinite;
}
.overlay_button_fade img {
    height: 35px;
}
@keyframes arrowBlink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
img.arrow2 {
    margin-left: -2px;
}
img.arrow3 {
    margin-left: -2px;
}
.arrow2 {
    animation-delay: 0.5s !important;
}
.arrow3 {
    animation-delay: 1s !important;
}
.equalizer.default .bar {
    height: 8px !important;
    animation-play-state: paused;
}
.bar {
    animation: bounce 1.5s infinite ease-in-out;
}
@keyframes bounce {
  0%, 100% { height: 20%; }
  50% { height: 100%; }
}
.bar:nth-child(1) {
    animation-delay: 0s;
}
.bar:nth-child(2) {
    animation-delay: 0.2s;
}
.bar:nth-child(3) {
    animation-delay: 0.4s;
}
.bar:nth-child(4) {
    animation-delay: 0.6s;
}
.bar:nth-child(5) {
    animation-delay: 0.8s;
}
.bar:nth-child(6) {
    animation-delay: 1s;
}
.bar:nth-child(7) {
    animation-delay: 1.2s;
}
.equalizer {
    cursor: pointer;
}

@media (min-width: 1900px) {
    .overlay_image {
        width: 181px;
    }
    .overlay_content {
        height: 444px;
        width: 392px;
    }
    div#progressRing {
        height: 314px;
    }
    .percent-val {
        font-size: 60px;
    }
    .tick {
        height: 32px;
        width: 5px;
        transform-origin: center -124px;
        top: 300px;
    }
    button.start-btn {
        font-size: 16px;
        padding: 24px 34px;
    }
    .overlay_button img {
        height: 30px;
    }
}
@media (max-width: 1600px) {
    .tick {
        transform-origin: center -110px;
        height: 28px;
        width: 3px;
        top: 260px;
    }
    .overlay_button img {
        width: 26px;
    }
    button.start-btn {
        font-size: 14px;
        padding: 20px 30px;
    }
    .percent-val {
        font-size: 52px;
        height: 274px;
    }
    div#progressRing {
        height: 274px;
    }
    .overlay_content {
        width: 342px;
        height: 386px;
    }
    .overlay_image {
        width: 161px;
    }
}
@media (max-width: 1400px) {
    .overlay_image {
        width: 147px;
    }
}
@media (max-width: 800px) {
    .overlay_image {
        width: 168px;
        top: 15px;
        left: 15px;
    }
}
@media (max-width: 420px) {
    button.start-btn {
        font-size: 13px;
        padding: 16px 28px;
    }
    .overlay_button_fade {
        width: 31px;
    }
    .overlay_button img {
        height: 24px;
    }
    .tick {
        height: 24px;
        transform-origin: center -91px;
        top: 217px;
    }
    .percent-val {
        font-size: 42px;
        height: 230px;
    }
    div#progressRing {
        height: 230px;
    }
    .overlay_content {
        width: 291px;
        height: 330px;
    }
    .overlay_image {
        width: 128px;
        top: 12px;
        left: 12px;
    }
}