.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-top: 20px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.chapter-item.item {
display: flex;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/* loader */
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #122072;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
/* loader */

.news-list-decription
{
    height: 218px;
    overflow: hidden;
}
@media (max-width: 776px) {
    .chapter-item{
    height:auto;
    }
    .news-list-decription
    {
        height: auto;
    }
}

.reg-link
{
    margin-top: 16px;
}
.reg-link a
{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-right: 24px;
    color: #006CB7;
}
div.login-form
{
    margin-bottom: 40px;
}
div.login-form input.input-field {vertical-align:middle;}
div.login-form .form-input input,
div.login-form .form-input .label__select
{
    max-width:   411px;
    width: 100%;
    margin-bottom: 16px;
}
div.login-form .errortext
{
    display: block;
    margin-bottom: 16px;
}
div.login-form .field-button
{
    margin-top: 24px;
}
div.login-form .login-form
{
    margin-bottom: 160px;
}
div.login-form .login-form a
{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #006CB7;
}

.header_avatar
{
    border-radius: 10px;
}
.header
{
    z-index: 9;
}

.search-form {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}
.search-page__form-input {
    flex: 1 0 574px;
    max-width: 574px;
}
.search-page__form-body {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}
div.search-page input.search-query, div.search-page input.search-suggest, table.search-filter input.input-field, table.search-filter select.select-field {
    background: #ffffff;
    border-color: #D3D3D3;
}
div.search-page input.search-query {
    width: 99%;
    border: 1px solid #D3D3D3;
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
    color: #374248;
}
.search-page__form-input .input__text {
    padding: 10px 24px;
}
.online-navigator__title
{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #BC9B62;
    margin-bottom: 24px;
    margin-top: 24px;
}
.online-navigator-search-page h4 {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #006CB7;
}
.online-navigator-search-page h4 {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #006CB7;
    margin-bottom: 16px;
}
.online-navigator-search-page .search-preview b
{
    font-weight: 400;
}
.online-navigator-search-page .search-preview{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #374248;
    margin-bottom: 24px;
}
.page__container
{
    margin-bottom: 100px;
}

.bx-basket {
    display: none;
}