@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

html,
body {
    height: 100%;
    margin: 0;
    scrollbar-width: none;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    background-color: #f9f9f9;
    background-image: url("../img/nBackground.png");
    background-repeat: no-repeat;
    background-position: center 370px;
}

body.white {
    background-color: #fff;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
}

/*.nIcons {*/
/*    overflow: hidden;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*}*/

/*.nIcons::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url("../img/nbook.png") no-repeat;*/
/*    width: 400px;*/
/*    height: 400px;*/
/*    top: 400px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    margin-left: 550px;*/
/*}*/

/*.nIcons::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url("../img/nbook_large.png") no-repeat;*/
/*    width: 604px;*/
/*    height: 604px;*/
/*    top: 600px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    margin-left: -600px;*/
/*}*/

.appBar {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 8px rgb(238, 238, 238);
    padding: 13px 0;
    position: relative;
    margin-bottom: 40px;
}

.appBar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.appBar .appBarTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    flex: 1;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.appBar .appBarTitle1 {
    font-size: 12px;
    text-align: right;
    flex: 1;
    margin: 50;
    position: absolute;
    left: 200%;
    top: 50%;
    transform: translate(-50%, -50%);
    word-wrap: break-word;
}

.logoBox,
a.logoBox {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

a.logoBox:hover {
    color: #ce8032;
}

.logoBox img {
    height: 58px;
}

.logoBox span {
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 15px;
}

.btn-border {
    background: none;
    color: #000;
}

.wrapper {
    min-height: 100%;
    display: block;
    padding-bottom: 40px;
    margin-bottom: -55px;
}

#footer,
.push {
    height: 55px;
}

#footer {
    background: #113a71;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

#footer a {
    color: #fff;
}

#footer p {
    margin: 0;
}

.footerFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.withSpace>* {
    margin-left: 15px;
}

.contactsPath {
    display: flex;
}

.contactsPath>* {
    margin-left: 20px;
}

.contactsPath>*:first-child {
    margin-left: 0;
}

.welcomeBanner {
    display: flex;
    margin: 60px 0 100px 0;
    padding: 0 75px;
    align-items: center;
}

.welcomeBanner .textContent {
    flex: 1;
    margin-right: 30px;
}

.welcomeBanner h5 {
    font-size: 16px;
}

.welcomeBanner h1 {
    font-size: 27px;
    font-weight: bold;
}

.dashedTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.dashedTitle::before,
.dashedTitle::after {
    content: '';
    height: 1px;
    width: 100px;
    background: #d5d5d5;
}

.dashedTitle h1 {
    font-size: 24px;
    width: 315px;
    text-align: center;
    margin: 0 60px;
}

.miniCenteredGroup {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0 300px;
    column-gap: 20px;
}

.custom-select {
    border: 0;
    border-bottom: 2px solid #e9e9f0;
    border-radius: 0;
    box-shadow: none !important;
}

.custom-select:focus {
    border-color: #3e5f8c;
}

.schoolsGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.schoolsGrid a {
    background: #fff;
    box-shadow: 0 0 25px #eee;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
}

.schoolsGrid a:hover {
    transform: scale(1.02);
    box-shadow: 0 0 25px #c2c2c2;
}

.schoolsGrid a:hover .img:before {
    opacity: 0;
}

.schoolsGrid a img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.schoolsGrid a .img {
    position: relative;
}

.schoolsGrid a .img::before {
    content: '';
    background: rgba(94, 90, 250, 0.33);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.schoolsGrid a .contPath {
    padding: 24px;
}

.schoolsGrid a h1 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 68px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.schoolsGrid a h5 {
    color: #256ece;
    font-size: 13px;
    margin: 0;
}

.pull-center {
    display: table;
    margin: 0 auto;
}

.title {
    font-size: 20px;
    color: #113a71;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.miniTitle {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.page {
    background: #fff;
    min-height: 100px;
    margin: 0 40px;
    padding: 40px;
    box-shadow: 0 0 7px #eee;
}

.page .title {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    display: table;
    margin: 0 auto 20px auto;
    padding-bottom: 10px;
}

.page .title::before {
    content: '';
    position: absolute;
    border-bottom: 1px dotted #113a71;
    width: 70%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.inputsGroup3x {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -20px;
}

.inputsGroup3x.small .item {
    padding: 15px 35px;
}

.inputsGroup3x .item {
    width: 33%;
    padding: 35px;
}

.flexRow {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}

.flexRow h1,
.timeRow h1,
.subTitle {
    font-size: 15px;
    color: #43425d;
    font-weight: bold;
    margin: 0;
}

.weekNames {
    display: flex;
}

.weekNames label {
    background: white;
    height: 100px;
    width: 100px;
    margin: 10px;
    font-size: 14px;
    color: #43425d;
    cursor: pointer;
    box-shadow: 0 0 10px #e3e3e3;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #fff;
    position: relative;
    padding: 0 20px;
}

.weekNames label:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 1px;
    background: #d9d9d9;
}

.weekNames label:after {
    content: '+';
}

.weekNames input[type=checkbox],
.weekNames input[type=radio] {
    display: none;
}

.weekNames input[type=checkbox]:checked+label,
.weekNames input[type=radio]:checked+label {
    background: #dfedff;
}

.weekNames input[type=checkbox]:checked+label:after,
.weekNames input[type=radio]:checked+label:after {
    content: '-';
}

.timeRow {
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.timeRow>.item {
    display: flex;
    gap: 25px;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.timeRow>.item:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ececec;
    right: 15px;
}

.timeRow>.item:last-child:after {
    display: none;
}

.timeRow .flexInputsGroup,
.timeRow .flexInputsGroup .item {
    display: flex;
    margin: 0 20px;
    align-items: center;
}

.timeRow .flexInputsGroup {
    justify-content: space-around;
}

.timeRow .flexInputsGroup .item input {
    width: 80px;
}

.timeRow .flexInputsGroup .item>span {
    width: 10px;
    height: 1px;
    background: #43425d;
    margin: 0 10px;
}

.topFixAlign {
    width: 75px;
}

.fullWidth {
    width: 100% !important;
}

.noMargin {
    margin: 0 !important;
}

.centerBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.centerBtns>* {
    margin: 0 10px;
    padding: 6px 30px;
}

.no-border {
    border: none;
}

.colorsList {
    display: flex;
    margin-top: 5px;
}

.colorsList span {
    display: flex;
    align-items: center;
    margin-right: 7px;
    font-size: 14px;
}

.colorsList span::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    display: block;
    margin-right: 5px;
}

.colorsList span.green::before {
    background: #4ab44a;
}

.colorsList span.red::before {
    background: #d94848;
}

.colorsList span.yellow::before {
    background: #f9ab36;
}

.marger {
    margin-bottom: 30px;
}

.infoGrid.mini {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin: 0 auto;
}

.infoGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 25px;
}

.infoGrid h1 {
    font-size: 12px;
    color: #43425d;
    padding: 0 10px;
}

.infoGrid .noPadding h1 {
    padding: 0;
}

.infoGrid p {
    font-size: 14px;
    color: #000000;
    background: #f8f8f8;
    padding: 10px;
}

.checkResultBox {
    margin: 20px 0 40px 0;
}

.checkResultBox .infoGrid {
    grid-template-columns: repeat(2, 1fr);
    width: 60%;
    margin: 20px auto;
}

.horizontalField {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 auto;
}

.horizontalField label {
    margin: 12px 0 0 0;
    text-align: right;
}

.star-rating {
    margin: 0 auto;
    display: table;
    font-family: "FontAwesome";
}

.star-rating>fieldset {
    border: none;
    display: inline-block;
}

.star-rating>fieldset:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.star-rating>fieldset:not(:checked)>label {
    float: right;
    width: 1em;
    padding: 0 0.05em;
    margin: 0 3px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    color: #4bce61;
}

.star-rating>fieldset:not(:checked)>label:before {
    content: '\f006';
}

.star-rating>fieldset:not(:checked)>label:hover,
.star-rating>fieldset:not(:checked)>label:hover~label {
    color: #4bce61;
    text-shadow: 0 0 3px #4bce61;
}

.star-rating>fieldset:not(:checked)>label:hover:before,
.star-rating>fieldset:not(:checked)>label:hover~label:before {
    content: '\f005';
}

.star-rating>fieldset>input:checked~label:before {
    content: '\f005';
}

.star-rating>fieldset>label:active {
    position: relative;
    top: 2px;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #e9e9f0;
    outline: 0;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;

}



.form__group.is-invalid .form__field {
    border-color: #dc3545;
}

.form__group.is-invalid .form__field:focus~label {
    color: #dc3545;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown~label {
    cursor: text;
    top: 20px;
}

.form__group label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    color: #9b9b9b;
    font-size: 14px;
    pointer-events: none;
}

.form__field:focus {
    border-color: #113a71;
}

.form__field:focus~label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    color: #113a71;
    font-weight: 700;
}

.form__field:required,
.form__field:invalid {
    box-shadow: none;
}

.schoolsSlider {
    margin: 50px 0 0 0;
    padding: 0 50px;
}

.schoolsSlider.schoolsGrid h1 {
    font-size: 14px;
    height: 50px;
}

.schoolsSlider.schoolsGrid img {
    height: 150px;
}

.schoolsSlider .item {
    box-shadow: 0 0 10px #eee;
    margin: 15px 5px;
    transition: all 0.3s ease;
}

.schoolsSlider .item:hover {
    transform: scale(1.02);
}

.schoolsSlider .owl-nav .owl-next,
.schoolsSlider .owl-nav .owl-prev {
    outline: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.schoolsSlider .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.schoolsSlider .owl-nav .owl-next i,
.schoolsSlider .owl-nav .owl-prev i {
    font-size: 70px;
    color: #bcbcbc;
}

.withQrCode img {
    width: 64px;
}

.form-group {
    position: relative;
}

.invalid-feedback {
    position: absolute;
    width: auto;
}

.select2-container--default .select2-selection--single {
    outline: none !important;
    border: none !important;
    border-bottom: 2px solid #e9e9f0 !important;
    border-radius: 0 !important;
}

.select2-container--default:focus,
.select2-selection--single:focus {
    border-color: #3e5f8c;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eeee !important;
    color: #000 !important;
}

.cRed {
    color: #ff7070;
}

.cGreen {
    color: #4ab44a;
}

.cYellow {
    color: #f9ab36;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/Infinity.gif') center no-repeat #fff;
    background-size: 8%;
}