html {
  font-size: 14px;
}

.footerTitleCompanyName {
    font-size: 4.5rem;
}

.footerRightSide {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footerSocMeregiForSmallScreen {
    display: none;
}

.clFooterBlock {
    padding: 75px;
}

.clFooterRightSide {
    padding-left: 40px;
}

.inputRegData,
.inputWebinarData {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    height: 40px;
    border-bottom: 2px solid rgba(0, 87, 183, 1);
    border-radius: 2px;
}

    .inputWebinarData ::placeholder,
    .inputRegData ::placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

    .inputWebinarData:focus-visible,
    .inputRegData:focus-visible {
        outline: none;
        background-color: lightgrey;
    }

.errRegData,
.errWebinarData {
    border-bottom: 2px solid red;
}
.errRegDataCheckBox {
    color: red;
}
.errorOnSubmit {
    color: red;
    margin-bottom: 10px;
}




.topAreaTitleSupport {
    font-size: 2.5rem;
}

.leftTextForRegistrationForm {
    font-size: 2rem;
}

.modalContentRegistration {
    border-radius: 25px;
    width: 1000px;
}
.modalRegistration {
    top: 100px;
    /*left: calc(50% - 500px);*/
}
.modalInfo {
    top: 100px;
    left: calc(50% - 200px);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .footerSocMeregiForBigScreen {
        display: none;
    }

    .footerSocMeregiForSmallScreen {
        display: flex;
    }

    .footerCentralArrow {
        display: none;
    }

    .footerRightSide {
        border: none;
    }

    .footerTitleCompanyName {
        font-size: 3rem;
    }

    .clFooterBlock {
        padding: 10px;
    }

    .clFooterRightSide {
        padding-left: 20px;
    }

    .clFooterLastRow {
        text-align: center;
        display: grid;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


.submitRedButton,
.submitBlueButton {
    width: 200px;
    border: none;
    color: white;
}

.submitRedButton {
    background-color: rgb(235, 61, 0);
}

.submitBlueButton {
    background-color: rgb(0, 173, 238);
}

    .submitRedButton:focus,
    .submitBlueButton:focus {
        outline: none;
        box-shadow: none;
    }

    .submitRedButton:hover,
    .submitBlueButton:hover {
        transform: scale(1.05);
    }

.submitButtonDisabled {
    color: rgb(255,255,255,0.2) !important;
}

    .submitButtonDisabled:hover {
        box-shadow: none !important;
    }



.roundCorner {
    border-radius: 25px;
}

.roundCornerButton {
    border-radius: 25px;
    height: 35px;
    background-color: lightblue;
    border: 2px solid blue;
}

.submitButton,
.selectRegDirection{
    _border: none;
}

    .selectRegDirection:focus,
    .submitButton:focus {
        outline: none;
        box-shadow: none;
    }

    .selectRegDirection:hover,
    .submitButton:hover {
        transform: scale(1.05);
    }

.selectRegDirection {
    background-color: #E5EEF8;
    margin: 10px 10px 10px 0;
    color: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
}

.selectRegActiveDirection {
    background-color: #FFDD00;
    color: black;
}

.submitActiveButton {
    background-color: lightgreen;
}

.btnCloseSubmitForm {
    background-color: #E5EEF8;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    width: 30px;
    height: 30px;
    float: right;
}





@font-face {
    font-family: "e-Ukraine";
    src: url('../fonts/e-Ukraine-Regular.otf');
}

/*@font-face {
    font-family: "e-UkraineHead";
    src: url('../fonts/e-UkraineHead-Regular.otf');
}*/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: e-Ukraine !important;
    line-height: 1.6;
}


/* Overlay */
.screen-lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0.5;
    background-color: #fff;
    pointer-events: none;
}

    .screen-lock[aria-hidden="false"] {
        display: flex;
        pointer-events: auto;
    }

    .screen-lock img {
        display: block;
        margin-bottom: 10px;
    }

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 35px;
}*/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

footer {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(10, 34, 61, 1);
    color: white;
    box-sizing: border-box;
}


.container {
    max-width: 100%;
}

.container {
    height: -moz-calc(100% - (80px + 40px));
    height: -webkit-calc(100% - (80px 40px));
    height: calc(100% - (80px + 40px));
}




/*MainMenu*/
.colorForTogglerBtnMenu {
    /*color: yellow;
    background-color: yellow;*/
    background-color: rgba(255, 255, 255, 0.20);
}
.mainMenu_Lang {
    margin: 10px;
}
.linkForLang {
    color: white;
    padding: 5px 7px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.20);
    text-decoration-line: none;
}

.mainMenu_SocLinks {
    margin: 10px;
    white-space: nowrap;
}

.menuSocNetLightScreenBlue,
.menuSocNetLightScreenBlack {
    display: none;
}


.btnSocialLink {
    border: none;
    background-color: rgba(255, 255, 255, 0.20);
    padding: 4px 0px 5px 3px;
    border-radius: 8px;
    text-decoration-line: none;
    margin: auto 3px;
}

    .btnSocialLink img {
        width: 20px;
        height: 20px;
    }

.mainMenu_Registration {
    margin: 0 10px;
    padding: 10px 30px;
    color: black;
    background-color: #FFDD00;
    border-radius: 10px;
    border: none;
}

.btnSocialFooterLink {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    width: 72px;
    min-width: 72px;
    height: 72px;
    text-align: center;
    background-color: rgba(10, 34, 61, 1);
    margin-left: -5px;
    display: flex;
}

    .btnSocialFooterLink img {
        width: 28px;
        height: 28px;
        margin: auto;
    }


    /*firstAreaWithImage*/
    .containerBtnRegistration {
        display: flex;
        position: relative;
        height: 200px;
        margin: 30px;
        margin-top: 30px;
    }
.mainImageYellowArrow {
    width: 140px;
}


.btnRegistrationOnFirstImage {
    color: black;
    background-color: #FFDD00;
    border-radius: 10px;
    border: none;
    /*margin: auto 20px -30px 30px;*/
    padding: 10px 30px;
    height: 90px;
    width: 300px;
}

.btnRegistration_AccessToMaterial {
    width: 200px;
/*    margin-top: auto;
    margin-bottom: -8px;*/
    font-size: 0.9rem;
    margin: auto 15px;
}
.imageUnderMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.firstImage_MainTitle {
    padding: 25px 0;
    font-size: 6rem;
    line-height: normal;
}

.firstImage_TextUnderTitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
}

.firstImage_DataInColumns {
    margin-top: 20px;
    height: 170px;
}

.firstImage_CountsPeople {
    font-size: 40px;
    font-weight: 500;
}

.firstImage_WhichPeople {
    font-size: 18px;
    font-weight: 500;
}

.firstImage_GroupOfTexts {
    margin-left: 85px;
    width: 700px;
    color: white;
    /*padding-top: 25px;*/
    position: relative;
}






/*common for pages*/
.areaRowGap {
    margin: 40px 0px;
}

.topAreaTitle {
    font-size: 3rem;
    display: inline-block;
    position: relative;
}

.underlineForAreaTitleText {
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: calc(100% + 10px);
    pointer-events: none;
    min-height: 10px;
}

.yellow-oval-container {
    background-image: url('/images/yellowOval.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.yellow-oval-simplereg {
    width: 340px;
    height: 115px;
    margin-top: -15px;
}
.yellow-oval-sizes {
    width: 300px;
    height: 100px;
    margin-top: -15px;
}

.btnRedirectToPage {
    border-radius: 10px;
    border: none;
    display: flex;
    height: 45px;
    min-width: 200px;
}

.containerForCaruselBtns {
    display: flex;
    float: right;
    margin-top: 20px;
}

.btnCaruselForDirection {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    width: 40px;
    height: 40px;
}

.btnRedirectMainPageBtnArrow {
    height: 48px;
    border-radius: 15px;
    z-index: 2;
}

.btnRedirectMainPage {
    height: 48px;
    width: 200px;
    white-space: nowrap;
    border-radius: 15px;
    backdrop-filter: blur(24px);
    z-index: 1;
    margin-left: -10px;
    padding-left: 20px;
}













/*corners for images and boxes*/
.corner-img {
    z-index: 2;
    width: 100px;
    height: 100px;
    position: absolute;
    display: none;
}
.top-left {
    top: 0;
    left: 0;
    transform: translate(-15%, -15%);
}
.top-right {
    top: 0;
    right: 0;
    transform: translate(15%, -15%);
}
.bottom-left {
    bottom: 0;
    left: 0;
    transform: translate(-15%, 15%);
}
.bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(15%, 15%);
}



/*review elements*/

.play_ytbImg {
    width: 20px;
    height: 20px;
    margin-top: 9px;
}

.review_ytbBtn {
    border-radius: 13px;
    background-color: white;
    border: 1px solid lightGrey;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 30px;
}

.review_ytbImage {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.review_ytbTitle {
    margin-top: 20px;
}

.reviewDivElement {
    background-color: white;
    border-radius: 15px;
    padding: 15px 0;
    display: block;
    position: relative;
}

.firstImage_CentralText {
    padding-top: 30px;
    font-size: 1.25rem;
}

/*@media (min-width: 576px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 1020px) {
    .container {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}
*/

@media (min-width: 490px) {
    .firstImage_MainTitle {
        font-size: 5rem;
        padding: 10px 0;
    }

    .modalContentInfo,
    .modalContentRegistration {
        width: 97%;
    }

    .modalInfo,
    .modalRegistration {
        top: 5px;
        left: 10px;
    }
    
    .modal-dialog {
        max-width: 1000px;
    }
}

@media (min-width: 768px) {
    .firstImage_CentralText {
        font-size: 1rem;
        padding-top: 20px;
    }
    .firstImage_GroupOfTexts {
        /*padding-top: 20px;*/
    }

    .modalContentInfo,
    .modalContentRegistration {
        width: 97%;
    }

    .modalInfo,
    .modalRegistration {
        top: 5px;
        left: 10px;
    }
}

@media (min-width: 1020px) {
    .firstImage_MainTitle {
        font-size: 5.2rem;
        padding: 10px 0;
    }
    .firstImage_CentralText {
        font-size: 1.1rem;
        padding-top: 25px;
    }
    .firstImage_GroupOfTexts {
        /*padding-top: 20px;*/
    }

    .firstImage_DataInColumns {
        margin-top: 30px;
    }


    .containerBtnRegistration {
        margin: 10px 30px;
    }

    .modalContentInfo {
        border-radius: 25px;
        width: 400px;
    }

    .modalContentRegistration {
        border-radius: 25px;
        width: 1000px;
    }

    .modalInfo {
        top: 100px;
        left: calc(50% - 200px);
    }
    .modalRegistration {
        top: 100px;
        /*left: calc(50% - 500px);*/
    }
}

@media (min-width: 1200px) {
    .firstImage_MainTitle {
        font-size: 5.5rem;
        padding: 15px 0;
    }
    .firstImage_CentralText {
        font-size: 1.1rem;
        padding-top: 25px;
    }
    .firstImage_DataInColumns {
        margin-top: 40px;
    }

    .containerBtnRegistration {
        margin: 20px;
    }

}

@media (min-width: 1400px) {
    .firstImage_MainTitle {
        font-size: 6rem;
        padding: 20px 0;
    }
    .containerBtnRegistration {
        margin: 30px;
        margin-top: 30px;
    }

    .firstImage_DataInColumns {
        margin-top: 50px;
        height: 200px;
    }
}



.col-black80 {
    color: rgba(0, 0, 0, 0.8);
}

.col-black50 {
    color: rgba(0, 0, 0, 0.5);
}

.col-black30 {
    color: rgba(0, 0, 0, 0.3);
}







/*need recheck!!!!*/
.news_date {
    margin: 15px 0;
    color: rgba(0, 0, 0, 0.3);
}

.news_shortImg {
    border-radius: 20px;
}

.news_title {
    font-size: 1rem;
}

.partner_shortImg {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    max-height: 50vh;
}
.partner_title {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}













.imgOnSmallScreen {
    display: none;
}


.containerBtnRegSmallScreen {
    display: none;
}


@media (max-width: 975px) {
    .imgOnFullScreen {
        display: none;
    }

    .imgOnSmallScreen {
        display: block;
    }

    .firstImage_GroupOfTexts {
        text-align: center;
        margin: 0;
        width: 100%;
        /*padding-top: 0px;*/
    }

    .firstImage_CentralText {
        width: 70%;
        margin: auto;
    }

    .containerBtnRegistration {
        display: none;
    }
    .containerBtnRegSmallScreen {
        display: grid;
        position: relative;
        margin: auto;
    }

    .yellowArrowOnRegforSmallScreen {
        height: 200px;
        margin: auto;
        padding: 20px 90px 20px 0;
    }

    .btnRegistrationOnFirstImage {
        margin: auto;
        padding: 20px;
        height: 90px;
    }

    .btnRegistration_AccessToMaterial {
        width: 50%;
        text-align: center;
        margin: auto;
        padding-top: 25px;
    }
}

@media (max-width: 755px) {
    .mainMenu_Registration {
        margin: 0;
        padding: 10px;
    }

    .yellowArrowOnRegforSmallScreen {
        height: 185px;
        margin: auto;
        padding: 10px 90px 10px 0;
    }

    .btnRegistrationOnFirstImage {
        height: 65px;
    }
    .btnRegistration_AccessToMaterial {
        padding-top: 15px;
    }
}

@media (max-width: 575px) {
    .yellowArrowOnRegforSmallScreen {
        height: 170px;
        margin: auto;
        padding: 0px 90px 3px 0;
    }

    .btnRegistrationOnFirstImage {
        height: 60px;
    }

    .btnRegistration_AccessToMaterial {
        padding-top: 5px;
    }
}


.labelColorRed,
.redTextColor {
    color: rgb(235, 61, 0) !important;
}

.labelColorBlue,
.blueTextColor {
    color: #0057B7 !important;
}

/*blue for button
rgba(0, 87, 183, 1);*/