body {
    font-family: 'Roboto Condensed', sans-serif;
}

html,
body {
    height: 100%;
}

.wrapper-footer-help {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wrapper-navbar-new {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container-help-height {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

.nav-item{
    display: block;
}
/* Header */
.navbar {
    background: #283A70;
    background: linear-gradient(269.86deg, #283A70 0%, #193381 100%), #283A70;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    font-weight: normal;
}

.navbar-nav .nav-item.lang-active span {
    border-bottom: 2px solid #fff;
    display: block;
}

.dropdown-toggle.special-view-button:after {
    display: none;
}

.nav-item .phone-icon {
    display: block;
    float: left;
    width: 18px;
    height: 32px;
    margin-right: 10px;
    background-image: url('../images/phone.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-item .fb-icon {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 32px;
    background-color: #425180;
    background-image: url('../images/fb.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.nav-item .ig-icon {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 32px;
    background-color: #425180;
    background-image: url('../images/ig.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.nav-item .yt-icon {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 32px;
    background-color: #425180;
    background-image: url('../images/yt.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.nav-item .special-view-icon {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    border-radius: 32px;
    background-image: url('../images/special-view.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64%;
}

.nav-scroller {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f8f8f8;
}

.nav-scroller .nav-link {
    margin: 15px 0!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1A293F;
    padding: 8px 0;
    display: inline-block;
}

.nav-scroller .active .nav-link {
    border-bottom: 3px solid #283A70;
}

.oneNews img {
    max-width: 100%;
}

/* Links */

.links {
    padding: 40px 0;
}

.links a {
    color: #283A70;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0;
}

.links a.active {
    border-bottom: 3px solid #283A70;
}

/* Content */

.container-wrap {
    position: relative;
}

.content {
    position: relative;
    z-index: 4;
}

.main-content::after {
    content: " ";
    display: block;
    background: url('../images/main-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.main-content::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90.8deg, rgba(255, 255, 255, 0.9) 2.76%, rgba(255, 255, 255, 0) 99.39%);
    z-index: 2;
}

.content .content-inner {
    position: relative;
    z-index: 3;
}

.content .description {
    color: #283A70;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content .description h3 {
    font-size: 42px;
    line-height: 49px;
    font-weight: 700;
}

.content .description p {
    font-weight: normal;
    font-size: 30px;
    line-height: 100px;
    display: inline-block;
}

.content .description p i {
    display: block;
    width: 70px;
    height: 100px;
    background: url('../images/EA-logo-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
}

.content .modules {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content .modules li {
    clear: both;
    display: block;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 22px 8px;
    margin: 10px 0;
    position: relative;
    max-width: 200px;
    float: right;
}

.content .modules button {
    position: absolute;
    top: 22px;
    right: 0;
    width: 31px;
    height: 31px;
    border-radius: 31px;
    margin-right: -15px;
    background-color: #283A70;
    background-image: url('../images/go_icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: none;
}

.content .modules span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #283A70;
}

.content .modules i {
    display: block;
    height: 74px;
    width: 100%;
    margin-bottom: 22px;
    background-position: center;
    background-repeat: no-repeat;
}

.content .modules .qabilet_module i {
    background-image: url('../images/qabilet.png');
}

.content .modules .myn_bala_module i {
    background-image: url('../images/1000-BALA-logo.png');
    background-size: contain;
}

.content .modules .birge_oqy_module i {
    background-size: contain;
    background-image: url('../images/birge-oqy.svg');
}

.content .modules .elbasy_module i {
    background-image: url('../images/elbasy_medali.png');
}

.content .modules .talent_module i {
    background-image: url('../images/owl-logo.svg');
}

.content .modules .ustaz_module i {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-image: url('../images/ustaz.png');
}
.content .modules .game_module i {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    transform: scale(1.6);
    background-image: url('../images/era-logo.svg');
}
.content .modules .ksl_module i {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-image: url('../images/ksl.png');
}

.content .modules .premia_module i {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-image: url('../images/premia.svg');
}


/* Page */

.page_wrap {
    padding: 0 15px;
    font-size: 22px;
    line-height: 26px;
    color: #283A70;
    font-weight: 400;
}

.page_wrap img {
    max-width: 100%;
    margin-bottom: 20px;
}

h1.title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #283A70;
}

.page_wrap h1.title {
    font-family: 'Roboto', sans-serif;
    padding: 10px 0;
    font-size: 24px;
    color: #283A70;
    font-weight: bold;
}

.page_wrap h2 {
    margin: 10px 0;
    font-size: 24px;
    color: #283A70;
    font-weight: bold;
}

.page_wrap .task-cards-wrap .card p {
    font-size: 22px;
    line-height: 26px;
    color: #283A70;
    font-weight: 400;
    margin-bottom: 20px;
    min-height: 150px;
}

.page_wrap ul {
    list-style: inside;
    list-style-type: ' - ';
    padding-left: 15px;
}

.page_wrap ul li {
    font-size: 22px;
    line-height: 26px;
    color: #283A70;
    font-weight: 400;
}

.page_wrap .page_content {
    padding: 20px 0 40px;
}

.page_content .card-teachers {
    font-family: 'Montserrat', sans-serif;
    border-radius: 16px;
    background: #ccc;
    padding: 50px 40px;
    color: #fff;
    margin: 50px 0;
    position: relative;
}

.page_content .card-teachers.card-online-lesson {
    background-color: #E2547A;
    padding-right: 40%;
    margin-top: 120px;
}

.page_content .card-teachers.card-birge-oqy {
    background: #2195B8;
    padding-left: 45%;
}

.page_content .card-teachers.card-community {
    background: #473F95;
    padding-right: 40%;
}

.page_content .card-teachers:after {
    content: " ";
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.page_content .card-teachers.card-online-lesson:after {
    width: 400px;
    height: 600px;
    top: -120px;
    right: 30px;
    background-image: url('../images/card-online-lesson.png');
}

.page_content .card-teachers.card-birge-oqy:after {
    width: 570px;
    height: 400px;
    top: 0px;
    left: -90px;
    background-image: url('../images/card-birge-oqy.png');
}

.page_content .card-teachers.card-community:after {
    width: 465px;
    height: 355px;
    top: 50%;
    margin-top: -175px;
    right: -20px;
    background-image: url('../images/card-community.png');
}

.page_content .card-teachers h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 30px;
}

.page_content .card-teachers .card-content {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}

.page_content .card-teachers .card-more {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: relative;
}

.page_content .card-teachers .card-more:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -32px;
    display: block;
    width: 22px;
    height: 14px;
    background: url('../images/card-more.svg');
}

.tasks_wrap {
    background: #F8FBFB;
    padding: 45px 0;
}

.tasks_wrap .card {
    margin-bottom: 35px;
}

.form-search {
    font-family: 'Roboto', sans-serif;
}

.form-search .form-control.search-input {
    margin-bottom: 35px;
    width: 100%;
    border-radius: 4px;
    border-color: #e0e0e0;
    font-size: 14px;
    line-height: 16px;
    height: 46px;
    color: #2C2C2C;
    padding-left: 40px;
    color: #2c2c2c80;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.form-search .filter {
    margin: 0 0 35px;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.form-search .filter .form-label {
    font-size: 13px;
    line-height: 16px;
}

.form-search .filter select {
    border-radius: 4px;
    border-color: #e0e0e0;
    font-size: 14px;
    line-height: 16px;
    height: 46px;
    color: #2C2C2C;
    color: #2c2c2c80;

}

.form-search .filter-buttons {
    text-align: right;
}

.form-search .filter-buttons .btn {
    background: #fff;
    display: inline-block;
    width: initial;
    padding: 12px 28px;
    margin-left: 10px;
    border: 1px solid #E0E0E0;
}

.form-search .btn {
    width: 100%;
    height: 46px;
    background: #233876;
    border: none;
}

.sort-news {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #212529;
}

.sort-news p {
    display: inline;
}

.sort-news span {
    border-bottom: 2px dashed #212529;
    margin: 0 5px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}

.sort-news span.active {
    color: #B3CAFF;
    border-color: #B3CAFF;
}

.news-content {
    padding: 20px 0;
}

.news-content .news {
    padding: 10px 0;
}

.news-content .news a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #303030;
    text-decoration: none;
}

.news-content .info {
    font-size: 14px;
    line-height: 16px;
    color: #5F5F5F;
}

.news-content .info .views i {
    display: inline-block;
    height: 10px;
    width: 24px;
    background-image: url('../images/views-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.news-content .info .comments i {
    display: inline-block;
    height: 14px;
    width: 24px;
    margin-bottom: -2px;
    background-image: url('../images/comments-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.news-content .preview {
    margin: 15px 0;
    font-size: 14px;
    line-height: 16px;
}

.news-content img {
    max-width: 100%;
    margin: 0 15px 8px 0;
    float: left;
}

.news-content .news .minature {
    width: 360px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 15px 8px 0;
    float: left;
}

.faq-wrap .faq-sidebar .faq-sidebar-menu {
    padding: 0;
    background: none;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 5px 10px 50px rgba(108, 100, 190, 0.15);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.faq-wrap .faq-sidebar .faq-sidebar-menu a {
    border: 1px solid #ececec;
    color: #000;
    border-bottom: 0;
    display: block;
    padding: 25px;
    font-weight: lighter;
    font-size: 20px;
    line-height: 23px;
    border-radius: 0;
}

.faq-wrap .faq-sidebar .faq-sidebar-menu li:first-child a {
    border-top-right-radius: 10px;
}

.faq-wrap .faq-content .tab-pane div .card .card-body {
    text-indent: 12px;
}

.faq-wrap .faq-sidebar .faq-sidebar-menu li:last-child a {
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #ececec;
}

.faq-wrap .faq-sidebar .faq-sidebar-menu a:hover {
    text-decoration: none;
}

.faq-wrap .faq-sidebar .faq-sidebar-menu li .active {
    background: #F8F8F8;
    border-left: 2px solid #3D79FA;
}

.breadcrumb {
    background: none;
}

.breadcrumb a {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #838383;
    position: relative;
    margin-right: 20px;
}

.breadcrumb a:last-child:after {
    display: none;
}

.breadcrumb a:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: #05458C;
}

.breadcrumb a.active {
    color: #05458C;
}

.faq-content {
    padding-bottom: 40px;
}

.faq-content .accordionFaq .card {
    border-radius: 10px;
    box-shadow: 5px 10px 50px rgba(108, 100, 190, 0.15);
    margin-bottom: 5px;
    border: none;
}

.faq-content .accordionFaq .card-header {
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
}

.faq-content .accordionFaq .card .btn {
    color: #000;
    font-size: 1.1rem;
    line-height: 23px;
    font-weight: lighter;
    position: relative;
    padding-left: 24px;
    text-align: left;
}

.faq-content .accordionFaq .card .btn:hover {
    text-decoration: none;
}

.faq-content .accordionFaq .card .btn:focus,
.faq-content .accordionFaq .card .btn:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.faq-content .accordionFaq .card .btn:after {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 18px;
    background-image: url('../images/accordion-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 0px;
    margin-top: -9px;
    transition: all 0.2s ease;
}

.faq-content .accordionFaq .card .btn[aria-expanded="true"]:after {
    transform: rotate(90deg);
    transition: all 0.2s ease;
}

.tasks_wrap .tasks h3.title,
.projects .page_wrap h3.title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.tasks_wrap .card {
    background: #FFFFFF;
    box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
    border-radius: 10px;
    border: none;
}

.tasks .card-mission {
    padding: 40px 30px;
    position: relative;
}

.tasks .card-mission-header {
    color: #05458C;
    margin-bottom: 30px;
}

.tasks .card-missions .card-mission {
    font-size: 22px;
    line-height: 20px;
    margin: 70px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.tasks .card-missions .card-mission h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.tasks .card-missions .card-mission img {
    float: left;
    width: initial;
}

.tasks .card-missions div:first-child .card-mission:after {
    content: " ";
    position: absolute;
    bottom: -115px;
    right: 20%;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('../images/card-mission-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.projects .card {
    background: #FFFFFF;
    box-shadow: 5px 10px 50px rgba(108, 100, 190, 0.15);
    border-radius: 12px;
    border: none;
    padding: 30px;
    margin-bottom: 35px;
    padding-left: 290px;
}

.projects .card p {
    display: table-cell;
    vertical-align: middle;
    height: 160px;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
}

.projects .card .go-button-wrap {
    height: 160px;
    display: table;
    width: 100%;
}

.projects .card .go-button {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.projects .card .go-button .btn {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    background: #283A70;
    border: none;
    border-radius: 8px;
    padding: 14px 30px;
    padding-right: 45px;
    display: inline;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.projects .card .go-button .btn:after {
    display: block;
    content: " ";
    background: url('../images/right-arrow.svg');
    background-size: cover;
    width: 8px;
    height: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
}

.projects .card.project-qabilet {
    background: url('../images/qabilet_final.svg') no-repeat -50px center;
    background-size: 400px;
}

.projects .card.project-mynbala {
    background: url('../images/1000-BALA-logo.svg') no-repeat 50px center;
    background-size: 200px;
}

.projects .card.project-birge-oqy {
    background: url('../images/birge-oqy.svg') no-repeat 50px center;
    background-position: 50px;
    background-size: 190px;
}

.projects .card.project-elbasy {
    background: url('../images/project-elbasy.svg') no-repeat 50px center;
}

/* Footer */

.footer {
    font-family: 'Roboto', sans-serif;
    background: #283A70;
    background: linear-gradient(269.86deg, #283A70 0%, #193381 100%), #283A70;
    padding: 40px 0 25px;
    color: #F4F5F7;
}

.footer h5 {
    font-size: 16px;
    line-height: 28px;
}

.footer .footer_menu {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.footer .footer_menu a {
    display: block;
    color: #fff;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 28px;
}

.footer .footer_menu li {
    clear: both;
}

.footer .social .social_icons {
    padding: 0;
    list-style: none;
    clear: both;
}

.footer .social .social_icons li {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    float: left;
    margin-right: 12px;
    background: #404f83;
}

.footer .social .social_icons li a {
    display: block;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    float: left;
    color: #fff;
}

.footer .social .social_icons li.social_in a {
    background-image: url('../images/instagram_logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.footer .social .social_icons li.social_fb a {
    background-image: url('../images/facebook_logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
}

.footer .social .social_icons li.social_yt a {
    background-image: url('../images/yt.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.footer .mobile-apps-wrap a {
    float: left;
    margin-right: 5px;
}

.footer .footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 10%);
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.locale-links-mobile {
    display: none;
}
.mobile-links{
    display: none;
}

.docs-bg {
    background: url('../images/main-bg.jpg') no-repeat 50% 80% / cover;
}

.docs-feedback__email::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    left: -60px;
    top: 10px;
    background-image: url("../images/mail.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-scroller nav li ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    top: 100%;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 99 !important;
    width: 190px;
    text-align: left;
    cursor: pointer;
}

.nav-scroller nav li ul li ul{
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    left: 181px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    top: -10px;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 99 !important;
    width: 190px;
    text-align: left;
    cursor: pointer;
}

.nav-scroller nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.nav-scroller nav>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.nav-item-docs {
    position: relative;
}

.nav-docs-list {
    color: #FFFFFF;
    background: #283A70;
}

.nav-docs-sublist {
    color: #FFFFFF;
    background: #283A70;
}

.nav-docs-list li {
    margin: 10px;
}

.item-arrow {
    position: relative;
}

.item-arrow::after {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    right: -5px;
    top: 10px;
    background-image: url("../images/arrow-chevron-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-docs-list__link {
    text-decoration: none !important;
    color: inherit !important;
}

.nav-docs-list-mobile {
    list-style-type:  none;
    text-align: center;
    padding: 0 !important;
    background: #324481;
    border-radius: 5px;
    display: none;
}

.nav-docs-sublist-mobile {
    list-style-type:  none;
    text-align: center;
    padding: 0 !important;
    background: #51618f;
    border-radius: 5px;
    display: none;
}

.nav-docs-list-mobile li {
    padding: 10px;
}

.nav-docs-li {
    position: relative;
}

.nav-docs-li:has(ul)::after {
    content: '↓';
    right: 10px;
    top: 10px;
    width: 10px;
    color: #FFFFFF;
    font-size: 25px;
    position: absolute;
}

.menu-mobile-sidebar li a:has(ul)::after {
    content: '↓';
    right: 20px;
    top: 3px;
    width: 10px;
    color: #FFFFFF;
    font-size: 25px;
    position: absolute;
}

.banner-block {
    border-radius: 12px;
    background: #FFF;
    padding: 40px 150px 40px 70px;
    position: relative;
    margin-top: 30px;
    min-height: 580px;
}

.banner-block:after {
    content: "";
    display: block;
    background-image: url('../images/owl.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 131px;
    height: 267px;
    top: 115px;
    right: 0px;
}

.banner-history-block {
    border-radius: 12px;
    background: #FFF;
    padding: 15px;
    position: relative;
    margin-top: 30px;
    position: relative;
    min-height: 580px;
}

.banner-container {
    width: 100%;
}

.banner-title {
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.banner-history-title {
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.banner-subtitle {
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.banner-start-date {
    border-radius: 10px;
    background: #4888D7;
    padding: 10px 20px;

    color: #FFF;

    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.banner-start-date span {
    font-weight: 900;
}

.banner-period {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px 20px 50px 0px rgba(16, 112, 177, 0.20);
    padding: 15px 20px 15px 65px;

    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    margin-bottom: 50px;
}

.banner-period span {
    font-weight: 700;
}

.banner-period::before {
    content: "";
    display: block;
    background-image: url('../images/info-circle.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 10px;
    left: 20px;
}

.banner-text {
    padding: 0 90px;

    color: #303030;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    margin-bottom: 50px;
}

.banner-text::before {
    content: " ";
    width: 70px;
    height: 4px;
    top: 18px;
    left: 0;
    border-radius: 2px;
    background: #FFD926;
    position: absolute;
}

.banner-text::after {
    content: " ";
    width: 70px;
    height: 4px;
    top: 18px;
    right: 0;
    border-radius: 2px;
    background: #FFD926;
    position: absolute;
}

.banner-link {
    border-radius: 10px;
    background: #4888D7;
    padding: 10px 50px;
    text-decoration: none !important;

    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.banner-link:hover {
    color: #FFF;
}

.banner-link-history {
    border-radius: 10px;
    background: #F2A072;
    padding: 10px 50px;
    text-decoration: none !important;

    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.banner-link-history:hover {
    color: #FFF;
}

.banner-history-middle {
    border-radius: 10px;
    border: 1px solid #F2A072;
    background: #FFF;
    padding: 0 120px;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.banner-history-middle::before {
    content: "";
    display: block;
    background-image: url('../images/bell-history.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 33px;
    height: 38px;
    top: 30px;
    left: 20px;
}

.banner-history-middle::after {
    content: "";
    display: block;
    background-image: url('../images/flag-history.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 36px;
    height: 49px;
    top: 30px;
    right: 20px;
}

.banner-history-block::before {
    content: "";
    display: block;
    background-image: url('../images/Back-history.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 700px;
    height: 391px;
    top: 70px;
    left: 40px;
    z-index: 5;
}

.banner-history-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
}

.banner-history-choice {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.28px;
    margin-top: 5px;
}

.banner-history-middle ul {
    padding: 0;
    margin-left: 20px;
}

.carousel-indicators .active {
    background-color: darkgrey;
    width: 45px;
    height: 15px;
    margin-top: 20px;
    border-radius: 17px;
}

.carousel-indicators li {
    background-color: darkgrey;
    width: 15px;
    height: 15px;
    margin-top: 20px;
    border-radius: 50%;
}


@media screen and (max-width: 991px) {
    .mobile-links{display: block}
    .locale-links-mobile {
        display: block;
        width: 100%;
        padding: 0 20px;
        margin: 0;
        list-style: none;
    }

    .locale-links-mobile li {
        float: right;
        margin: 5px;
    }

    .locale-links-mobile .nav-link {
        display: block;
        width: 28px;
        color: #1a5ebf;
        height: 28px;
        border-radius: 26px;
        text-align: center;
        padding: 0.35rem 0;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
    }

    .locale-links-mobile .lang-active .nav-link {
        color: #fff;
        background: -webkit-gradient(linear, left top, right top, from(#407bff), color-stop(8.85%, #306ee3), color-stop(59.38%, #1c5fc2), to(#1358b3));
        background: linear-gradient(90deg, #407bff 0%, #306ee3 8.85%, #1c5fc2 59.38%, #1358b3 100%);
    }
}
