@charset "utf-8";
/* CSS Document */
.js-divider {
    border-bottom: 20px solid #d0dcec;
    margin-bottom: 38px;
    margin-top: -15px;
}
#AllExTab{
    opacity: 1;
    margin: 0px;
    top: 0px;
    background-color: rgb(246, 249, 252);
    padding: 5px 3px;
    border: 1px solid rgb(208, 220, 236);
    border-radius: 6px;
    z-index: 9997;
    width: fit-content;
}

.js-nav-ex{
    margin-bottom: -7px;
}

.js-allex-tab-sticky {
    width: auto;
    position: fixed;
}

.js-allex-tab-stuck {
    width: fit-content;
    position: relative;
}
.js-alert-hidden{
    display: none;
}
#0a-main{
    position:relative
}

#0a-panel{
    z-index:10;
    position:relative
}

#0a-play-center{
    position: absolute;
    top: 28%;
    left: 46%
}

#0a-de{
    font-size: 20px;
    line-height: 24px;
    color: white;
    text-shadow: 2px 0 0 #000000, -2px 0 0 #000000, 0 2px 0 #000000, 0 -2px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
    letter-spacing: 2px;
    cursor: pointer
}
#0a-content{
    position: absolute;
    top: 34%;
    bottom: 10%;
    width: 100%;
    left: -0.1%;
    cursor: pointer;
}
#0a-ru{
    font-size: 26px;
    line-height: 24px;
    padding-bottom: 10px
}
#0a-video{
    width: 100%;
    height: 100%;

}
#0a-play-center>i{
    font-size: 2em;
    color: rgba(255,255,255,.7);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px
}
#0a-next>a>i, #0a-prev>a>i{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px
}
.js-ex-body{
    position: relative;
    /*height: 70vh;*/
}
.js-ex-body-hover{
    top: 0px;
    left: 0px;
    position: absolute;
    line-height:  51vh;
    height: 100%;
    text-align: center;
    background-color: #7eaae5d1;
    padding: 35px;
    width:100%
}
.js-ex-body-hover-p{
    display: inline-block;
    color: white;
    font-size: 48px;
}
.js-opacity{
    opacity: 0;
}
.js-ex-body-hover-premium{
    color: #0f5fd0;
}
.js-ex-red-cross{
    color:red !important;
    text-decoration:line-through !important;
}
.js-ex7-btn{
    padding: 0 0 1px 7px;
    margin: 7px;
    line-height: 42px;
    border: 2px solid #d6d5d5;
    border-radius: 5px;
    border-top: 1px solid #d6d5d5;
    background-color: #f4f1f1;
}

.tour-modal>.shepherd-content{
    background-color: #40657e!important;
    border: 1px solid #888888 !important;
}

.tour-modal>.shepherd-content>.shepherd-header{
    background-color: #40657e!important;
}

.tour-modal>.shepherd-content>.shepherd-header>.shepherd-title{
    color: #FFFFFF;
    hyphens:auto;
}
.tour-btn{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.tour-modal>.shepherd-content>.shepherd-text{
    color: #FFFFFF;
}
#collapse-all-level{
    margin: 1px 0px 0px 4px;
}
.tooltip {
    z-index: 9999 !important;
}

.js-list-block-odd{
  	background: #f4f4f4;
	border-bottom: 2px dashed #CCC;
    border-top: 2px dashed #CCC;
}
/* testing/gramtrain preloader*/
.js-loader-parent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lds-ripple {
    /* change color here */
    color: #7eaae5
}
.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid currentColor;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/*Oa settings*/
.js-0a-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #B22222; /* Dark Red */
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    margin-right: 20px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Hover Effect */
.js-0a-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background-color: #8B0000; /* Darker Red on Hover */
}

/* Active Button */
.js-0a-button.active {
    background-color: #FF4500; /* Orange Red */
    box-shadow: 0 6px 12px rgba(255, 69, 0, 0.4);
}

/* Icon Button */
.js-0a-button i {
    font-size: 21px;
    padding: 0 8px;
}

/* List Styling */
.js-0a-list {
    list-style-type: none;
    padding: 0;
}

.js-0a-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 4px;
    font-family: Arial, sans-serif;
    color: #555;
}

/* Text Next to Button */
.js-0a-button + div,
.js-0a-button + span {
    font-size: 16px;
    line-height: 1.4;
}

/* Accordion Styles */
.js-0a-accordion {
    background-color: #B22222;
    color: white;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    outline: none;
    transition: background-color 0.3s ease;
}

.js-0a-accordion:hover {
    background-color: #8B0000;
}

.js-0a-panel {
    padding: 11px 20px 0 0;
    display: none;
    overflow: hidden;
}
#js-test-menu{
    top: 22%;
    font-size: 16px;
}

.js-0a-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}
.js-0a-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Чтобы видео заполняло контейнер */
}
.js-0a-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    color: white; /* Цвет текста */
    z-index: 2; /* Чтобы текст был поверх видео */
    max-width: 1000px;
}
.js-0a-text-overlay .js-0a-display-de {
    font-size: 2rem;
    line-height: 1.2;
}
.js-0a-text-overlay .js-0a-display-ru {
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 10px;
}
.js-0a-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    cursor: pointer;
    color: white; /* Цвет стрелок */
    z-index: 2; /* Чтобы стрелки были поверх видео */
}
.js-0a-arrow.left {
    left: 10px;
}
.js-0a-arrow.right {
    right: 10px;
}
.js-0a-video-html::-webkit-media-controls-timeline {
    display: none !important;
}

.js-premium-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  line-height: 51vh;
  height: 100%;
  text-align: center;
  background-color: #7eaae5d1;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:435px) {
    .js-0a-text-overlay .js-0a-display-de {
        font-size: .9rem;
    }
    .js-0a-text-overlay .js-0a-display-ru {
        font-size: .8rem;
    }
    #0a-play-center{
        position: absolute;
        top: 40%;
        left: 46%
    }
    #0a-next>a>i, #0a-prev>a>i{
        font-size: 3em;
    }
    #0a-de{
        font-size: 30px;
        line-height: 24px;
        padding-bottom: 20px
    }
    #0a-ru{
        font-size: 26px;
        line-height: 24px;
    }
    #0a-content{
        position: absolute!important;
        top: 30%!important;
    }
    #js-test-menu{
        top: 18%;
        font-size: 16px;
    }
}
@media(max-width:767.98px) {
    #AllExTab{
        padding: 10px 3px 10px;

    }
    #js-test-menu{
        top: 18%;
        font-size: 16px;
    }
    .js-0a-text-overlay .js-0a-display-de {
        font-size: 1.5rem;
    }
    .js-0a-text-overlay .js-0a-display-ru {
        font-size: 1rem;
    }
}


@media(max-width:575.98px) {
    .js-allex-tab-sticky {
        width: 100%;
        position: fixed;
    }

    .js-allex-tab-stuck {
            width: fit-content;
            position: relative;
        }
    #AllExTab{
        padding: 5px 3px;

    }
    #js-test-menu{
        top: 18%;
        font-size: 16px;
    }
    .js-0a-text-overlay .js-0a-display-de {
        font-size: 1rem;
    }
    .js-0a-text-overlay .js-0a-display-ru {
        font-size: .9rem;
    }

}
.js-new-translate{
 z-index: 9999;
}
/*test styles*/

/* === Layout container === */
#test-login-email-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid #d7dadf;
    border-radius: 10px;
    background-color: white;
    max-width: 500px;
    margin: 30px auto;
}

/* === Title === */
.test-login-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3b3b3b;
    margin-bottom: 10px;
}

/* === Switch text (signup/login) === */
.test-login-switch-span {
    text-decoration: underline;
    color: #17a2b8;
    cursor: pointer;
    font-size: 16px;
}

.m-10 {
    margin: 10px 0;
}

/* === Input group === */
.test-login-form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 300px;
    margin: 15px auto;
}

/* === Inputs === */
.test-login-field {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eef5ff;
    box-sizing: border-box;
}

/* === Button === */
#test-login-button {
    width: 100%;
    max-width: 250px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    transition: 0.3s ease;
}

#test-login-button:hover {
    background-color: #e6faff;
    border-color: #17a2b8;
}

/* === Hidden elements === */
.test-login-hidden {
    visibility: hidden;
}

.test-login-hidden-2 {
    display: none;
}

/* === Terms & conditions block === */
.remember-checkbox {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

#terms-label {
    margin: 10px 0;
}

.test-login-terms-highlight {
    text-decoration: underline;
    color: #494949;
    font-weight: 500;
}

.test-login-terms-highlight:hover {
    color: #000;
}

/* === Extra styling === */
.test-login-field-success {
    border: 2px solid green;
    border-radius: 5px;
}

.test-login-warning-text {
    color: darkred;
    border-bottom: 1px dashed darkred;
}

#test-login-signup-text {
    font-size: 14px;
    margin-top: 5px;
}

#test-login-email-block-success {
    min-height: 180px !important;
}
