/*
@font-face {
    font-family: 'MyriadPro-Cond';
    src: url('MYRIADC.TTF'); */
/* IE9 Compat Modes *//*

    src: url('MYRIADC.TTF?#iefix') format('embedded-opentype'), */
/* IE6-IE8 *//*
 url('MYRIADC.TTF') format('truetype'), */
/* Safari, Android, iOS *//*

}
*/
html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Montserrat;
    background-color: #939393;
}

div {
    /*border: 1px solid red;*/
    font-family: Montserrat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

option {
    font-size: 14px !important;
    color: black !important;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.first-option {
    color: #999 !important;
}


/* --------------- FORM  ------------*/

#form-con {
    position: absolute;
    left: 843px;
    top: 144px;
    border: solid 1px transparent;
}

#FRM {
    border: 1px solid transparent;
    width: 310px;
}

#FRM input, textarea, select {
    border: 1px solid #ccc;
    font-size: 18px;
    margin-bottom: 12px;
    padding: 10px 0;
    background: #ffffff;
    width: 100%;
    font-family: Montserrat;
    text-indent: 8px;
    border-radius: 8px;
}

.fullNameSameLine {
    display: flex;
    justify-content: space-between;
}

.fullNameSameLine input:first-child {
    margin-right: 10px;
}

#ta {
    margin-bottom: 6px;
    resize: none;
    height: 55px;
}

#agreement {
    width: 14px !important;
    margin: 0 8px 0 0;
    transform: scale(1.2);
}

#agreementText {
    color: #F4F4F4;
    display: flex;
    font-size: 11px;
    align-items: center;
}

#sendBtn {
    height: 50px;
    cursor: pointer;
    margin-top: 8px;
    border: 1px solid transparent;
    background-color: #1db8fd;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 8px;
}

#block {
    /*display: block !important;*/
    background: #0a0c25;
    position: absolute;
    width: 327px;
    left: -10px;
    height: 460px;
    top: 0;
    z-index: 1000;
    color: #ffffff;
    font-size: 16px;
    padding: 50px;
    opacity: 1;
    line-height: 24px;
}

.err {
    border: 1px solid red !important;
}



/*-------------------------------------*/

#wrapper {
    width: 1200px;
    height: 2858px;
    margin: 0 auto;
    background-color: #f1f1f1;
    position: relative;
}

#item1 {
    height: 100%;
    background: #f1f1f1 url("../images/HP.jpg") no-repeat;
    position: relative;
}

.hit {
    position: absolute;
    cursor: pointer;
    height: 80px;
    width: 362px;
    top: 1431px;
    left: 418px;
    /*border: 1px solid red;*/
}

.hit2 {
    top: 2738px;
    left: 459px;
    width: 279px;
}

/*.hit3 {
    height: 80px;
    width: 303px;
    top: 2325px;
    left: 604px;
}*/

#icons-con {
    position: absolute;
    /*border: 1px solid red;*/
    top: 730px;
    height: 513px;
    left: 166px;
    right: 157px;
}

.icon-con {
    width: 60px;
    height: 60px;
}

.icons-row {
    display: flex;
    justify-content: space-between;
}

.ico {
    position: absolute;
    cursor: pointer;
}

.static:hover {
    opacity: 0;
}

#l2 {
    position: relative;
    top: 125px;
}

#l3 {
    position: relative;
    top: 308px;
}




/*
#vidGal {
    position: absolute;
    height: 201px;
    top: 1649px;
    cursor: pointer;
    right: 88px;
    left: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    !*border: 1px solid red;*!
}

.vid-tumb {
    cursor: pointer;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    !*border: 1px solid red;*!
}

#vidPop {
   position: absolute;
    top: 1340px;
    left: 0;
    bottom: 2032px;
    right: 0;
    height: 770px;
    z-index: 5;
    background-color: rgba(18, 22, 57, 0.98);
}

#vidCon {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#closeVid {
    position: absolute;
    right: -30px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: darkred;
    color: white;
    text-align: center;
    font-family: "Arial Black";
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gallery {
    display: none;
    left: 0;
    top: 2887px;
    width: 635px;
    height: 1050px;
    position: absolute;
    !*border: 1px solid red;*!
}*/

/*#strip{
    overflow: hidden;
}

#slider{
    position: relative;
    width: 1200px;
    height: 1000px;
    transition: all 0.3s ease-in-out;
    !*background-image: url("../images/mobile/slider.jpg");*!
}

#btn-con {
    position: absolute;
    top:1000px;
    left: 266px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inFocus {
    background-color: #02a1ff;
}

.galBtn{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #0b1438;

    cursor: pointer;
}


.arrow-disabled{
    pointer-events: none;
    background-color: #cefefe;
}

#studentGal{
    display: none;
}*/

#live-text {
    position: absolute;
    left: 77px;
    top: 463px;
    display: inline-flex;
    justify-content: space-between;
    height: 50px;
    width: 430px;

    /*background: rgb(4,244,177);*/
    /*background: linear-gradient(90deg, rgba(4,244,177,1) 0%, rgba(8,190,254,1) 100%);*/
}

.info {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
}

#rside {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #adadad;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    white-space: pre-line;
}


#mobile {
    display: none;
}

#StickyCon {
    display: none;
}

/* ==== mobile =====*/

@media screen and (max-width: 1200px) {



    #mobile {
        display: block;
        position: relative;
    }


    #StickyButton {
        position: sticky;
        top: 30px;
        display: flex;
        height: 80px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
         font-weight: bold;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        width: 629px;
        margin-left: 3px;
        color: #ffffff;
        background-color: #1db8fd;
        border-radius: 70px;
        font-family: Montserrat;
        /*box-shadow: 0px 0px 12px 3px rgb(255 255 255 / 50%);*/
        /*background: linear-gradient(90deg, rgba(12, 114, 253, 1) 0%, rgba(116, 93, 234, 1) 100%);*/
    }


    #StickyCon {
        top: 0;
        position: absolute;
        height: 2630px;
        width: 20px;
        display: flex;
        flex-direction: column;
        z-index: 20;
        /*border: 1px solid red;*/
    }


    #header {
        position: relative;
        height: 2475px;
        background: #f1f1f1 url("../images/M-Header.jpg") no-repeat;
    }

    #m1 {
        height: 0px;
        transition: 0.4s height;
        background: url("../images/M-menu-1.jpg") no-repeat;
    }

    .m1_open {
        height: 714px !important;
    }

    #m1Btn {
        width: 635px;
        height: 113px;
        bottom: 0;
        cursor: pointer;
        position: absolute;
    }

    .arrow {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 42px;
        right: 40px;
        background: url("../images/arrow-close.jpg") no-repeat;
        transition: 0.4s;
    }

    .arrow_open {
        transform: rotate(90deg);
    }

    #m2Button {
        position: relative;
        height: 116px;
        cursor: pointer;
        background: url("../images/M-Menu.jpg") no-repeat;
    }

    #m2 {
        height: 0px;
        transition: 0.4s height;
        background: url("../images/M-menu-2.jpg?v1") no-repeat;
    }

    .m2_open {
        height: 622px !important;
    }

    #footer {
        position: relative;
        height: 1597px;
        background: url("../images/M-fotter.jpg") no-repeat;
    }

    #wrapper {
        width: 635px;
        height: 100%;
    }

    #live-text {
        z-index: 10;
        left: 35px;
        top: 465px;
        width: 580px;
    }

    .info {
        text-align: center;
    }

    #FRM {
        width: 540px;
    }

    #form-con {
        left: 44px;
        top: 444px;
        width: 550px;
    }

    #FRM input, textarea, select {
        margin-bottom: 25px;
        font-size: 28px;
        padding: 22px 0;
    }

    #item1 {
        height: 100%;
        position: relative;
        background: none !important;
    }

    .fullNameSameLine {
        /*display: block;*/
    }

    #block {
        top: 0;
        width: 625px;
        height: 870px;
        padding: 100px 60px;
        background-color: #0a0c25;
        color: #F4F4F4;
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        left: -40px;
    }

    #blockText {
        color: white;
        font-size: 18px;
        line-height: 30px;
    }

    #spinner-con {
        filter: invert(1);
    }

    #sendBtn {
        /*border: 1px solid red !important;*/
        width: 542px;
        height: 102px;
        position: relative;
        margin-top: 40px;
        font-size: 38px;
    }

    #agreement {
        margin: 0 15px 0 0 !important;
    }

    #ta {
        height: 100px;
    }

    #agreementText {
        color: #F4F4F4;
        display: flex;
        font-size: 12px;
        margin-top: 15px;
    }

    .hit {
        display: none !important;
    }

    .hit1 {
        left: 455px !important;
        top: 1614px !important;
        width: 142px !important;
        height: 671px !important;
        display: block !important;
    }

    #gallery {
        display: flex;
    }


    .galBtn {
        top: 230px;
        left: -35px;
    }

    .arrow-disabled {
        background-color: #ddffff;
    }


/*    #vidGal {
        height: 130px;
        top: 47px;
        left: 20px;
        right: 24px;
    }

    .vid-tumb {
        width: 130px;
        height: 130px;
    }

    #vidPop {
        position: absolute;
        top: 33px;
        height: 875px;
    }

    #vidFrame {

    }*/

    #studentGal {
        display: flex;
        top: 3000px;
        width: 750px;
        height: 1100px;
        position: absolute;
        overflow: hidden;
        /*border: 1px solid red;*/
    }

    #studentStrip {
        position: absolute;
        width: 1860px;
        height: 996px;
        transition: all 0.3s ease-in-out;
        /*background-image: url("../images/mobile/MobStudent.jpg");*/
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sBtn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: white;
        margin: 3px;
        cursor: pointer;
    }

    #studentButtons{
      position: absolute;
        bottom: 20px;
        display: flex;
        left: 308px;
    }

    .sBtnOn {
        background-color: #05dae0;
    }
}
