/*!* cyrillic-ext *!*/
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/notosans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu2ui.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/notosans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu2ui.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/notosans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du2ui.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/notosans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu2ui.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/notosans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du2ui.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/notosans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/notosans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(./fonts/notosans/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7duw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap');*/

/*cookie*/

.body-of-cookie{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 497px;
    bottom: 10%;
    right: 10%;
    background-color: rgba(255, 235, 241, 1);
    border: 2px solid rgba(239, 80, 132, 1);
    border-radius: 16px;
    padding: 28px 24px;
    z-index: 1000;
}

@media (max-width: 576px) {
    .body-of-cookie{
        width: 80%;
        bottom: 0;
        padding: 26px 20px;
    }

}
@media (max-width: 535px) {
    .text-of-cookie{
        width: 84% !important;
    }
    /*.btn-of-cookie{*/
    /*    width: 26% !important;*/
    /*}*/
}
@media (max-width: 420px) {
    .body-of-cookie{
        padding: 25px 18px;
    }
    .text-of-cookie{
        width: 78% !important;
    }
    /*.btn-of-cookie{*/
    /*    width: 22% !important;*/
    /*}*/
}
@media (max-width: 375px) {
    .body-of-cookie{
        width: 100%;
        bottom: 0;
        right: 0;
        padding: 24px 16px;
    }
    .text-of-cookie{
        width: 77% !important;
    }
    /*.btn-of-cookie{*/
    /*    width: 23% !important;*/
    /*}*/
}

.text-of-cookie{
    color: black;
    font-size: 15px;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin: 0;
    width: 80%;
}

.text-of-cookie a{
    color: rgba(255, 166, 192, 1);
}

.btn-of-cookie{
    box-sizing: border-box;
    width: 105px;
    height: 48px;
    background-color: rgba(1, 143, 154, 1);
    border-radius: 8px;
    color: #fff;
    padding: 14px 21px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in-out;
}

.btn-of-cookie:hover{
    color: rgba(3, 93, 102, 1);
    background-color: rgba(1, 143, 154, 1);
    border: 2px solid rgba(3, 93, 102, 1);
}

.btn-of-cookie:active{
    color: #fff;
    background-color: rgba(3, 93, 102, 1);
    border: 2px solid rgba(3, 93, 102, 1);
}

/*banner for ads*/

#bannerForAds{
    position: fixed;
    z-index: 10000;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Nunito", sans-serif;
    width: 100%;
}

.body-of-ads{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 862px;
    background-color: rgba(239, 80, 132, 1);
    border-radius: 0 0 8px 8px;
    padding: 16px;
    gap: 5px;
}

@media (max-width: 768px) {
    .body-of-ads{
        width: 704px;
        display: grid;
        justify-content: normal !important;
    }
    .btn-block-of-ads{
        justify-content: end !important;
    }
}

@media (max-width: 576px) {
    .text-of-ads{
        font-size: 12px;
        line-height: 16px;
    }

    .upper-text{
        font-size: 15px;
        line-height: 20px;
    }
    .btn-block-of-ads{
        margin-top: 16px;
    }
}

.text-of-ads{
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.text-of-ads p{
    margin-bottom: 0;
    white-space: pre-wrap;
}
.upper-text{
    font-size: 17px;
    line-height: 24px;
}

.upper-text span{
    text-decoration: underline;
}

.btn-block-of-ads{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 17px;
}

.btn-ad{
    background-color: rgba(255, 235, 241, 1);
    transition: .3s ease-in-out;
    outline: none;
}

.btn-ad a{
    text-decoration: none;
    color: rgba(255, 78, 132, 1) !important;
    transition: .3s ease-in-out;
}

.btn-ad:hover{
    background-color: rgba(255, 181, 203, 1);
    border: 1px solid rgba(219, 24, 83, 1);
}

.btn-ad:hover a{
    color: rgba(219, 24, 83, 1) !important;
}

.btn-ad:active a{
    color: rgba(130, 1, 41, 1) !important;
}

.btn-ad:active {
    border: 1px solid rgba(130, 1, 41, 1) !important;
    color: rgba(130, 1, 41, 1) !important;
}

.btn-block-of-ads .close-ad:active{
    stroke:rgba(130, 1, 41, 1) !important;
}

.btn-block-of-ads .learn-more-btn{
    padding: 6px 12px;
    border-radius: 47px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.learn-more-btn span{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.btn-block-of-ads .close-ad{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-block-of-ads #closeAds svg{
    width: 14px;
    height: 14px;
    transition: .3s ease-in-out;
}

.btn-block-of-ads .close-ad{
    stroke: rgba(219, 24, 83, 1) !important;
}

.btn-block-of-ads #closeAds svg path{
    fill: rgba(255, 78, 132, 1) !important;
}

/*navbar index.blade*/
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) !important;
}

.navbar-toggler span:nth-child(2) {
    opacity: 1 !important;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) !important;
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg) !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0 !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) !important;
}


header, footer {
    font-family: "Noto Sans", sans-serif !important;
}
.header {
    background-color: #fff;
}
.navbar-collapse {
    flex-grow: 1;
    justify-content: space-between;
}
.navbar-dark .dropdown-with-bars a.dropdown-toggle {
    font-size: 16px !important;
}
.header .title h1 {
    text-transform: none;
    padding-top: 0 !important;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .navbar-white {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #E8F0F3;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
header .navbar-white a, .navbar-white button{
    color: #6C7072;
    border: none;
    background-color: transparent;
}
header .navbar-dark {
    padding-top: 16px;
    padding-bottom: 16px;
}
.gap-10 {
    gap: 10px;
}
header nav {
    background-color: #035D66;
}

header .header .title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #035D66;
}

header .header .title {
    margin-bottom: 40px;
}

header .header {
    background-image: url(../images/b/header-students.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    margin-top: 96px;
    padding: 64px 0 64px 0;
}

header .header form .search input[type="search"] {
    border: solid 1px #6C7072;
    border-right: none;
    height: 44px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px 0 0 30px;
    padding: 10px 15px;
}
header .header form .search input[type="search"]::placeholder {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    color: #6C7072 !important;
}
.form-control.typeahead.tt-hint {
    display: none;
}
.display-none {
    display: none !important;
}
header .header form .search button {
    border-radius: 30px;
    background-color: #035D66;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    height: 100%;
    padding-right: 42px;
    padding-left: 42px;
}

header .header form .search .button-wrapper {
    border-radius: 0 30px 30px 0;
    border: solid 1px #6C7072;
    border-left: 0;
}
header .header form .search .select-wrapper {
    border: 1px #6C7072 solid;
    border-left: 0;
    border-right: 0;
    padding-right: 20px;
    width: 105px;
}

header .header form .search .select2-selection.select2-selection--single {
    border: 0;
    border-left: 1px solid #ADB5BD;
    border-radius: 0;
}
header .header form .search .select2-selection__rendered {
    color: #6C7072;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
header .header form .search .select2 {
    visibility: hidden;
}

header #nav-mid-tab{
    display: none;
    background-color: #fff;
}
.container-for-new-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
}
.container-for-new-nav::-webkit-scrollbar{
    width: 4px;
    height: 8px;
    background-color: #CCCCCC;
}
.container-for-new-nav::-webkit-scrollbar-thumb{
    background-color: #035D66;
    border-radius: 10px;
}
.new-link{
    background-color: #035D66;
    flex: 0 0 auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    width: 160px;
    height: 64px;
}
.new-link:hover{
    background-color: #ff4e84;
    color: #fff;
}
.active-link{
    background-color: #ff4e84;
}
#tab-nav{
    display: none;
}
.search-mobile{
    display: none;
    width: 20px !important;
    height: 20px;
}
.menu-roiv-info a{
    color: #fff;
}
/*.lk-menu{*/
/*    overflow-y: scroll;*/
/*    max-height: 100%;*/
/*}*/
/*.nw-link{*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*}*/
.lk-menu .nav-link{
    padding-left: 16px;
    text-transform: uppercase !important;
}
.lk-menu a:hover{
    border-left-color: #fff !important;
}
.lk-menu a.active{
    border-left-color: #fff !important;
    font-weight: 700 !important;
}
.lk-menu::-webkit-scrollbar{
    width: 10px;
    background-color: #035D66;
}
.lk-menu::-webkit-scrollbar-thumb{
    background-color: #ccc;
    border-radius: 10px;
}
@media (max-width: 640px) {
    header #nav-mid{
        display: none;
    }
    header #nav-mid-tab{
        display: block;
    }
    #desk-nav{
        display: none;
    }
    #tab-nav{
        display: flex;
    }
    .new-menu{
        height: 735px;
        overflow-y: scroll;
    }
    .lk-menu{
        overflow-y: scroll;
        height: 351px;
    }
    #tab-nav{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #version-for-weaks{
        margin-top: 0 !important;
    }
}
@media (max-width: 375px) {
    /*#hide-logo{*/
    /*    display: none;*/
    /*}*/
    .new-link{
        width: 95px;
        font-size: 12px;
        line-height: 16px;
    }
    .search-desk{
        display: none;
    }
    .search-mobile{
        display: block;
    }
    .new-menu{
        height: 650px;
        width: 350px;
        overflow-y: scroll;
    }
    .new-menu .dropdown-item{
        padding: 2px 12px;
    }
    .lk-menu{
        height: 260px;
    }
    .lk-menu .nav-link{
        font-size: 12px;
        line-height: 16px;
    }

}

.fs-16 {
    font-size: 16px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.opacity-5 {
    opacity: 0.5;
}

.footer-logo {
    height: 90px;
}
footer > *,
footer a {
    color: #fff !important;
}

header .header form div.form-switch label,
header .custom-control-inline .custom-control-label.label-custom {
    font-size: 14px;
    line-height: 1.5rem;
    color: #616161;
    display: block;
}
header .custom-control-inline .custom-control-label.label-custom {
    padding-left: 4px;
}
header .custom-switch .custom-control-label::after {
    top: calc(.25rem + 2.5px);
    left: calc(-2.25rem + 3px);
    width: calc(1rem - 5.25px);
    height: calc(1rem - 5.25px);
}

header .form-switch {
    padding-left: 2.5rem;
}

header .custom-switch .custom-control-label::after {
    background-color: #616161;
}
header .custom-control-label::before {
    border: #616161 solid 1px;
}
header .form-switch .form-check-input {
    border-color: #616161;
    width: 28px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(97, 97, 97, 1)'/></svg>");
}
header .form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
    background-color: #ff4e84 !important;
    border-color: #ff4e84 !important;
}
header .fa-bars {
    font-size: 15px !important;
}
header .header form .search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #035D66;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -7px;
}

header .header form .search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
    margin-top: -2px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #035D66 !important;
}

.select2-container--bootstrap .select2-selection {
    border: none !important;
    box-shadow: none !important;
}

.select2-container--bootstrap .select2-selection__rendered {
    border: none !important;
    box-shadow: none !important;
}

header #nav-mid a.col {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}
header .header {
    background-image: none !important;
}

.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above {
    min-width: 100px !important;
}
.select2-results__option {
    font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #035D66;
}
.select2.select2-container.select2-container--default {
    min-width: 115px !important;
}
.select-wrapper {
    min-width: 125px;
}
@media (max-width: 375px) {
    width: 85px !important;
    padding-right: 0;
}
header nav a.nav-link {
    text-transform: none !important;
}
footer b, footer strong {
    font-weight: 600;
}
.dropdown-with-bars .nav-link {
    color: #fff !important;
}
@media(max-width: 767px) {
    .buttons-block {
        margin-top: 20px;
    }
    .navbar-collapse .dropdown {
        margin-top: 0.8rem;
    }

    header .header .title h1 {
        font-size: 28px;
        line-height: normal;
    }

    header .header form .search button {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    #headerLogo{
        max-width: 120px !important;
    }
}

@media (max-width: 375px) {
    .mobile-btn{
        padding-right: 17px !important;
        padding-left: 17px !important;
    }
}

/*new footer*/
.new-footer{
    font-family: Montserrat, sans-serif !important;
}

.new-footer h6{
    font-weight: 500;
    margin-bottom: 16px !important;
}

.new-footer .small-text{
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
}

.new-footer .middle-text{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.new-footer a, #icons svg path{
    transition: .2s ease-in-out;
}

.new-footer a:hover{
    color: #ff4e84 !important;
}

.new-footer #icons svg path:hover{
    fill: #ff4e84 !important;
}

.new-footer #tab-block{
    display: none;
}
.new-footer #tab-block-2{
    display: none;
}
#desk-block #mobile-logo{
    display: none ;
}

#footerMobileBlock1{
    width: 240px;
}

#footerMobileBlock2{
    /*width: 213px;*/
    padding: 0 !important;
}

.footer-for-mobile{
    display: none;
}

/* Полный сброс стилей аккордеона */
.footer-for-mobile.accordion {
    background: none;
    border: none;
}

.footer-for-mobile .accordion-header{
    margin-top: 0;
    padding-top: 0;
}

.footer-for-mobile .accordion-item {
    background: none;
    border: none;
    /*border-bottom: 1px solid #ddd; !* или ваш стиль *!*/
}

.footer-for-mobile .accordion-collapse{
    border: 0;
}

.footer-for-mobile .accordion-button {
    background: none;
    border: none;
    padding: 9px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    box-shadow: none;
}

.footer-for-mobile .accordion-button::after{
    filter: brightness(0) invert(1);
}

.footer-for-mobile .accordion-button:not(.collapsed) {
    background: none;
    color: #fff;
    box-shadow: none;
}

/*.footer-for-mobile .accordion-button::after {*/
/*    display: none; !* скрыть стандартную иконку *!*/
/*}*/

.footer-for-mobile .accordion-body {
    padding: 0 0 1rem 0;
    background: none;
}

@media (min-width: 1200px) {
    .new-footer #footer-for-desk{
        gap: 20px;
    }
}

@media (min-width: 992px) {
    #footerMobileBlock3{
        max-width: 230px;
        width: 24%;
    }
}

@media (max-width: 991px) {
    .new-footer #desk-block{
        display: none;
    }
    .new-footer #tab-block{
        display: block;
        margin-top: 24px;
    }

    .new-footer #desk-logo{
        display: none;
    }
    #footerMobileBlock3{
        width: 33%;
    }
}
@media (max-width: 767px) {
    .new-footer #footerMobileBlock1, #footerMobileBlock2{
        margin-bottom: 32px;
    }
    .new-footer #footerMobileBlock2{
        padding: 0 12px !important;
    }

    .new-footer #footerMobileBlock1{
        width: 50% !important;
    }
    .new-footer #footerMobileBlock3{
        width: 45%;
    }
    .new-footer #tab-block{
        margin-top: 0;
    }
    .new-footer #tab-block-2{
        display: block;
    }
    .new-footer #tab-block{
        display: none;
    }
    .new-footer #desk-logo{
        display: block !important;
    }
}
@media (max-width: 575px) {
    .new-footer #desk-block{
        display: block;
        margin-bottom: 32px;
    }
    .new-footer #tab-block{
        display: none;
    }
    .new-footer #desk-logo{
        display: none !important;
    }
    #desk-block #mobile-logo{
        display: block;
    }
    .new-footer #tab-block-2{
        display: none;
    }
    #footerMobileBlock1, #footerMobileBlock2{
        width: 100%;
    }
    .new-footer #footerMobileBlock2{
        padding-left: 14px !important;
        margin-left: 0 !important;
    }
    .new-footer #mobile-contacts{
        flex-direction: column-reverse;
        gap: 18px;
    }
    .new-footer #footerMobileBlock3, #tab-block{
        margin-bottom: 32px;
    }
    .footer-for-mobile{
        display: block;
    }
    #footer-for-desk{
        display: none;
    }

}
/*@media (min-width: 320px) {*/
/*    */

/*}*/