@import "style.css";


body{
    font-family: 'Inter', sans-serif;
    overflow-x:hidden;
    position: relative;
    padding-bottom:  75px;
    min-height: 100vh;
}

.error-text{
    height: 100%;
    font-weight: 600;
}

.error-msg{
    margin-top: calc(50vh - 110px);
}


#circle-1{
    width: 600px;
    height: 584px;
    position: absolute;
    right: 0;
    top: 0;
}

#circle-2{
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-color: #F3F7FA;
    position: absolute;
    z-index: 0;
    left: -225px;
    top: calc(25vw - 250px);
    transform: rotate(-35deg);
}

#circle-3{
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-color: #F3F7FA;
    position: absolute;
    z-index: 0;
    left: -300px;
    top: -300px;
    transform: rotate(-35deg);
}

#circle-4{
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 100px;
}


#circle-5{
    width: 100%;
    height: 110%;
    position: absolute;
    top: 10px;
    background-size: 110%;
}

#circle-6{
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-color: #F3F7FA;
    position: absolute;
    z-index: 0;
    left: -80px;
    top: 1300px;
    transform: rotate(-35deg);
}


footer{
    color: var(--etude-light-blue-8);
    background-color: #F3F7FA;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size:14px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#section-1{
    background-color: white;
}

#section-3{
    background-color: var(--etude-light-blue-3);
    border-radius: 24px;
}

#section-5{
    background-color: #ffffff00;

}

#demo-text{
    position: relative;
}

#demo-text > h2,p,button{
    position: relative;
}

#demo-text-bg{
    background-color: var(--etude-blue-4);
    border-radius: 24px;
    left: -60px;
    top: -20px;
    position: absolute;
    width: calc(200% + 60px);
    height: 300px;
}
#section-5 h2{
    color: white;
    line-height: 40px;
}

#section-5 p{
    color: white;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
}

#section-7{
    text-align: center;
}

#section-7 h3{
    font-size: 32px;
}

#section-7 p{
    text-align: center;
    line-height: 28px;
    font-size: 20px;
}

.h-demo{
    font-weight: 600;
}

a{
    color: var(--etude-light-blue-8);
    text-decoration: none;
    font-weight: 400;
}

.flat-card{
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #A1A9B5;
    border-radius: 24px;
}

.voluminous-card{
    background-color: white;
    border-radius: 24px;
    box-shadow: 3px 3px 23px 0px #B0B3BB4D;
}

.lms-img{
    box-shadow: 1px 1px 15px 0px #B0B3BB4D;
}

.card-img-box{
    background-color: white;
    border-radius: 14px;
    box-shadow: 3px 3px 23px 0px #B0B3BB4D;
}

.big-card{
    height: 500px;
}

.small-card{
    height: 370px;
}

.big-card-2{
    height: 450px;
}

.small-card-2{
    height: 320px;
}

.second-title{
    color: #7C868C;
}

.btn-send-app{
  font-weight: 400;
  color: var(--etude-gray-9);
  background-color: white;
  border-style: none;
}

.btn-send-app:hover{
  color: var(--etude-blue-9);
  background-color: var(--etude-gray-1);
}

.btn-send-app:active{
  color: var(--etude-blue-9);
  background-color: var(--etude-gray-2);
}

.mobile-el{
    display: none;
}

.img-slider{
    height: 80px;
}

.slider-mobile{
    display: none;
    overflow: hidden;
    overflow-x: scroll;
    white-space:nowrap;
    padding-bottom: 20px;
}

.slider-mobile img{
    margin-right: 25px;
    height: 80px;
}

.slider-mobile::-webkit-scrollbar {
    width: 5px;
}

.slider-mobile::-webkit-scrollbar-track {
    background-color: white;
}

.slider-mobile::-webkit-scrollbar-thumb {
    background-color: var(--etude-gray-2);
  border-radius: 10px;
}


.img-container{
    position: relative;
}

/*.etude-img{
    z-index: 999;
    position: absolute;
}*/

.white-img-box{
    width: 300px;
    height: 300px;
    background-color: white;
    border-radius: 24px;
    box-shadow: 3px 3px 23px 0px #B0B3BB4D;
    position: absolute;
    transform: rotate(20deg);
    z-index: 1;
}

#cookie{
    background-color: rgba(2, 19, 29, 0.65);
    position: fixed;
    border: none;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    box-shadow: 3px 3px 23px 0px rgba(144, 144, 152, 0.68);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

#cookie p{
    color: white;
}

#cookie a{
    text-decoration: underline;
    color: var(--etude-blue-1);
}

.video-container{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}


video{
    width: 100%;
    border-radius: 15px;
}

.video-mobile-container{
    width: 0;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    position: absolute;
}

.video-mobile{
    border-radius: 10px;
}


.separator{
    background-color: var(--etude-gray-4);
    display: none;
    width: 15px;
    height: 1px;
}
.invalid-feedback{
    font-size: 12px;
}
label {
    font-size: 15px;
}

.send-msg p{
    font-size: 12px;
    line-height: 1.2;
}

.send-msg a{
    text-decoration: underline;
}

.mobile-event{
    display: none;
}

.mobile-event .event-card{
    height: 380px;
}

.lms p{
    line-height: 1.3;
}

.lms h2{
    line-height: 1.2;
}

.lms h3{
    line-height: 1.2;
}
@media (max-width: 1400px) {

    .big-card-2{
    height: 520px;
}

    .small-card-2{
        height: 390px;
    }

    #demo-text-bg{
        height: 355px;
        top: -20px;
    }

}


@media (max-width: 1200px) {
    .circle{
        display: none;
    }

    .big-card{
        height: 570px;
    }

    .small-card{
        height: 444px;
    }

    .big-card-2{
    height: 545px;
}

    .small-card-2{
        height: 420px;
    }

    .img-slider{
        height: 60px;
    }

    .mobile-event{
        display: none;
    }

    .full-event{
        display: flex;
    }
}

@media (max-width: 991px) {
        .video-mobile-container{
        width: 100%;
        position: relative;
        opacity: 1;
    }
    .video-container{
        position: absolute;
        opacity: 0;
        width: 0;
    }

    #section-5{
    background-color: var(--etude-blue-4);
        border-radius: 25px;

    }

    #demo-text-bg{
        display: none;
    }

    .desktop-el{
        display: none;
    }
    .devices-img{
        min-width: 200px;
    }

    .mobile-el{
        display: block;
    }
    .big-card{
        height: auto;
    }

    .small-card{
        height: auto;
    }

        .big-card-2{
    height: auto;
}

    .small-card-2{
        height: auto;
    }

    .slider-desk{
        display: none;
    }
    .slider-mobile{
        display: flex;
        overflow-x: auto;
    }


    .mobile-event{
        display: block;
    }

    .full-event{
        display: none;
    }
}

@media (max-width: 767px) {

    body{
        padding-bottom:  150px;
    }
    .desktop-el{
        display: none;
    }


    .mobile-el{
        display: block;
    }

    h1{
        font-size: 32px;
        line-height: 30px;
    }
    h2{
        font-size: 32px;
        line-height: 30px;
    }
    p{
        font-size: 16px;
    }
    .separator{
        display: block;
    }
}

@media (max-width: 574px) {
    .slider-mobile{
        margin: 0 20px 0 20px;
    }
    .slider-mobile img{
        margin-right: 25px;
        height: 60px;
    }
    .separator{
        display: block;
    }


}

@media (max-width: 430px) {
    .slider-mobile{
        margin: 0 10px 0 10px;
    }
    .slider-mobile img{
        margin-right: 15px;
        height: 50px;
    }
    .separator{
        display: block;
    }

    #section-7 p{
        font-size: 16px;
        line-height: 1.5;
    }
}

.modal-open{
    overflow: hidden;
    padding-right: inherit
}

nav{
    background-color: rgba(255, 255, 255, 0);
}

.card-image {
  height: 150px;
}

.card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
    border-radius: 10px 10px 0 0;
}


.event-card{
    min-height: 335px;
    min-width: 200px;
    border-style: solid;
    border-width: 1px;
    border-color: #A1A9B5;
    border-radius: 10px;
    position: relative;
}

.full-event .event-card{
    max-width: 400px;

}

.event-card .event-city{
    margin-left: 15px;
}



.event-title{
    font-size: 12pt;
    font-weight: 500;
    color: #3F3F3F;
}

.event-date-line{
    display: flex;
    color: #3F3F3F;
    font-weight: 100;
    font-size: 9pt;
}

.mobile-event .event-date-line{
    display: block;
    color: #3F3F3F;
    font-weight: 100;
    font-size: 9pt;
}

.mobile-event .event-city{
    margin-left: 0;
}

.event-big-date-line{
    display: flex;
    color: #3F3F3F;
    font-weight: 100;
    font-size: 20px;
}


.event-register-btn{
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}

.event-register-btn a{
    width: 100%;
}

.event-register-btn > button{
    width: 100%;
}

.event-title{
    font-weight: 600;
    color: black;
}

.event-subtitle{
    font-weight: 600;
    color: var(--etude-gray-8);
}

.event-description{
    font-weight:400;
    line-height: 20px;
    font-size: 12pt;
    color: var(--etude-gray-7);
}

.event-speaker{
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--etude-gray-3);
}

.event-speaker-name{
    font-weight: 600;
    font-size: 15pt;
    color: var(--etude-gray-7);
}

.event-speaker-info{
    font-weight: 100;
    font-size: 12pt;
    line-height: 1.2em;
    color: var(--etude-gray-6);
}


.event-speaker-image {
  width: 100px;
  height: 100px;
}

.event-speaker-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
    border-radius: 100%;
}

.event-full-image {
  width: 100%;
  height: 150px;
}

.event-full-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
    border-radius: 10px;
}

.event-big-date-line svg{
    padding-bottom: 3px;
}

.event-date-line svg{
    padding-bottom: 2px;
}

.event-register-form{
    background-color: var(--etude-light-blue-3);
    border-radius: 10px;
    min-height: 150px;
    height: fit-content;
}

.event-register-form input{
    background-color: var(--etude-light-blue-1);
}

.event-register-form input:focus{
    background-color: var(--etude-light-blue-1);
}


.event-register-label{
    font-size: 15px;
    color: var(--etude-gray-5);
    font-weight: 100;
    margin-bottom: 5px;
}

.event-register-warning{
    font-size: 15px;
    color: var(--etude-gray-5);
    font-weight: 100;
    margin-bottom: 5px;
}

.event-register-form{

}

.event-register-title{
    font-weight: 600;
    color: var(--etude-gray-8);
}

.events-container{
    display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
    padding-bottom: 15px;
    position: relative;
}

.events-container .event-card{
    height: 400px;
    max-width: 320px;
    margin-left: 10px;
    line-height: 1.45em;
}

.events-container::-webkit-scrollbar {
    height: 10px;
}

.events-container::-webkit-scrollbar-track {
    background-color: white;
}

.events-container::-webkit-scrollbar-thumb {
    background-color: var(--etude-gray-2);
  border-radius: 10px;
}

/* Скрываем scrollbar для Chrome, Safari и Opera */
.events-container::-webkit-scrollbar {
    display: none;
}

/* Скрываем scrollbar для IE, Edge и Firefox */
.events-container {
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}

.events-line{
    position: relative;
}

.edge{
    position: absolute;
    background-color: white;
    width: 25px;
    height: 420px;
    right: -3px;
    top:-5px;
    -webkit-box-shadow: -15px 0px 21px -10px rgba(45, 45, 45, 1);
    -moz-box-shadow: -15px 0px 21px -10px rgba(45, 45, 45, 1);
    box-shadow: -15px 0px 21px -10px rgba(45, 45, 45, 1);
}

.fill-edge{
    background-color: white;
    width: 10px;
    height: 350px;
    flex: none;
}

.event-status{
    height: 37px;
}

.event-btn:hover{
    background-color: var(--etude-gray-1);
    border-color: var(--etude-gray-5);
    color: var(--etude-gray-8);
}

.dropdown-item:active{
    background-color: #f8f9fa;
    color: #212529
}

#section-7 h3{
    line-height: 1.3;
}
#task-block > .small-card-2{
    transition: 200ms;
}


#task-block > .small-card-2:hover{
    cursor: pointer;
    background-color: #E2ECF2;
}
