html{
scroll-behavior: smooth;
}

body{
    font-family: 'Google Sans Display';
    font-size:17px;
    color: #202124;  
}

.clock{
    margin:20px;
    max-width:100%;
}

.box{
    margin-bottom:30px;
}

.borders-1{
    border: 1px solid #ea4335;
}

.borders-2{
    border: 1px solid #34a853;
}

.borders-3{
    border: 1px solid #4285f4;
}

.borders-4{
    border: 1px solid #fbbc04;
}

.info-row{
  
}

#relacja{
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 60px;
}

#partnerzy{
    background-color: #f8f9fa;
}


.google-flex{
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #e6f4ea;
    border-radius: 20px;
}

.ul-top{
    text-align:left;
    padding:0px;
}

.right-part{
    padding-left: 40px;
}

.globe{
    max-width:100%;
}

.text-align-left{
    text-align:left;
}

.fs-20{
    font-size:20px;
}

.flex-center{
    display:flex;
    justify-content: center;
    align-items: center;
}

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.prelegent{
    background-color: #e8f0fe;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
    flex:0 1 calc(50% - 20px);
        margin-bottom:30px;
}

#close{
    width:30px;
    height:30px;
    cursor:pointer;
}

.flex-center{
    display:flex;
    justify-content: center;
    align-items: center;
}

.adress-box{
    color: #5f6368;

}

.ul-top li{
    margin-bottom: 10px;
}

.info-icon{
    width:120px;
    padding:20px;
    padding-left:0px;
    box-sizing: border-box;
}

.info-box{
    color: #5f6368;
    display:flex;
    border-radius: 20px;
    padding:40px;
    height: 100%;
}


.blue{
    background-color: #e8f0fe;
}

.yellow{
    background-color: #fef7e0;
}

.green{
    background-color: #e6f4ea;
}

.red{
    background-color: #fce8e6;
}

.prelegent-gap{
    gap:40px;
    display:flex;
    align-items: flex-start;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
}

.wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: 50% 50%;
  grid-template-areas: " a b "
                       " c d "
                       " c f "
                       " c . "
                       " c . "                       
                       " e . " ;}

.a { grid-area: a; }
.b { grid-area: b; }
.c { grid-area: c; }
.d { grid-area: d; }
.e { grid-area: e; }
.f { grid-area: f; }

.prelegent-name{
    font-size: 26px;
    font-family: 'Google Sans Display';
    font-weight:bold;    
    color:#000000;
    margin-top: 15px;
}

.prelegent-opis{
    color: #5f6368;
}

.text-aleft{
    text-align: left;
}

.prelegent-top-box{
    margin-bottom: 30px;
}

.text-right{
    text-align: right;
}



.strong{
      font-family: 'Google Sans Display';
    font-weight:bold;  
}

.green-font{
    color:#34a853;
    font-family: 'Google Sans Display';
    font-weight:bold;    
}

.title-1b{
    font-size:38px;
    font-family: 'Google Sans Display';
    font-weight:bold;
    line-height: 1.17em;
    margin-bottom: 0px;
    color:#000000;
}

.title-1{
    font-size:28px;
    font-family: 'Google Sans Display';
    font-weight:bold;
    line-height: 1.17em;
    margin-bottom: 0px;
    color:#000000;
}

.title-2{
    font-size:22px;
    font-family: 'Google Sans Display';
    font-weight:bold;
    line-height: 1.17em;
    margin-bottom: 0px;
    color:#000000;
}

.section1{
    background-color: #e8f0fe;
    padding: 60px;
    border-radius: 20px;
    color: #5f6368;
}

.section2{
    background-color: #e8f0fe;
    padding: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
}

.navbar{
    display:flex;
    justify-content: center;
    gap:50px;
    padding:20px;
}

.blue-text{
    color: #4285f4;
}

.main-title{
    font-size:28px;
}

.menu-link{
    color: #5f6368;
    text-decoration: none;
}

.menu-link:hover{
    color: #4285f4;
}

.bold{
    font-weight:bold;
}

#summer_camp{
    padding-top:80px;
}

.title{
    font-weight:bold;
    font-size:36px;
    text-align: center;
    margin-top:0px;
    margin-bottom:80px;
    margin-top:80px;
}

.blue-bg{
    background-color: #4285f4;
    color:#FFFFFF;
    border-radius: 20px;
    padding:40px;
}

.blue-white{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding:40px;
}

.form{
    color:#5f6368;
}

.hour{
    color: #d2e3fc;
}

.agenda_select_box{
    display:flex;
    justify-content: center;
    gap:20px;
}

.agenda_select{
    background-color: #f8f9fa;
    padding:15px;
    padding-left: 80px;
    padding-right: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size:20px;
    cursor:pointer;
    color:#5f6368;
    font-weight:bold;
}

.agenda_selected{
    background-color: #1967d2;
    color:#FFFFFF;
}

.info{
    margin-bottom:15px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom:10px;
}

.title-bottom{
    font-size: 28px;
}

.input{
    border: 1px solid #9aa0a6;
    border-radius: 5px;
    width: 100%;
    padding:10px;
    margin-bottom:20px;
}

.flex{
    display:flex;
    align-items: center;
    gap:15px;
    justify-content: center;
    width:100%;
    margin-top:20px;
}

.flex2{
    display:flex;
    align-items: center;
    gap:10px;
    justify-content: flex-start;
}

.q-title{
    margin-top:30px;
}

.lable{
    display:block;
    float:left;
    cursor: pointer;
}

.select-number{
    text-align: center;
    display: flex;
    flex-direction: column;
}




.padding-top{
    margin-top: 45px;
}

.padding-bottom{
    padding-bottom: 45px;
}


.answers{
    margin-bottom:15px;
}

.select-number-in{
    text-align: center;
}

.question_desc{
    margin-left:10px;
}

.ch{
    color:#5f6368;
    font-size:14px;
    margin-top:20px;
}

.flex-top{
    display:flex;
    align-items: top;
    justify-content: center;
    gap: 15px;

}

.blue-link{
    color: #4285f4;
    text-decoration: underline;
}

.submit{
    background-color: #4285f4;
    border: 0px;
    color: #FFFFFF;
    padding: 20px;
    padding-top:10px;
    padding-bottom:10px;
    border-radius: 4px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom: 20px;
    border-radius:30px;
}

label{
    cursor: pointer;
}

.submit:hover{
    background-color: #185abc;
}

.grey-bg{
    background-color: #f0f4f9;
}

.img-info{
    margin-bottom:30px;
    margin-top:30px;
}


.padding{
    padding:60px;
    padding-top:0px;
}

.img-left{
    width:100%;
}

.flex-center{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.adress-box{
    margin-left:30px;
}

.header{
    width:100%;
}

.m0{
    margin:0px;
    padding:0px;
}

.img-ico{
    margin-bottom:10px;
    margin-top:20px;
}

.map-link{
    text-decoration: none;
    font-weight: bold;
}

.arrow{
    margin-left:10px;
}

.google-link{
    color:#5f6368;
    font-weight:bold; 
    text-decoration: none;
}

.google-link:hover{
    color: #202124;
}

.flex-google{
    display:flex; 
    justify-content: flex-start;
    gap: 30px;
    align-items:center;
}

.google-bg{
    background-color: #f8f9fa;
    padding-top:20px;
}

.big-cols{
    font-size:20px;
}

.thankyou{
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
    font-size: 
}

.error-input{
    border:1px solid red;
}

.error{
    color: red;
    margin-bottom:20px;
}

.thankyou{
    padding:50px;
}

.partner-img{
    margin-bottom:20px;
}

.img-info-box{
    text-align: center;
}

.hide-mobile{
    display:block;
}

.show-mobile{
    display:none;
}

.hide-mobile2{
    display:flex;
}

.show-mobile2{
    display:none;
}

.hide{
    display:none;
}



.show{
    display:flex;
}



.menu-ico{
    cursor:pointer;
}

#menu_links{
    gap:40px;

}

#mobile-top{
    display:none;
}





@media only screen and (max-width:1280px) {



.mycontainer{
    max-width: 100%;;
}

}


@media only screen and (min-width:1200px) {


#menu_links{
    display:flex !important;
}

}


@media only screen and (max-width:1200px) {

.title-bottom{
    margin-bottom:30px;
}

.place{
    margin-top:30px;
}

    .google-flex{
        margin-bottom:30px;
    }

.info-box{
    margin-bottom: 30px;
}



.padding-mobile-2{
    padding:10px;
}

#summer_camp{
    padding-top: 40px;
}

    
.globe{
    margin: 0 auto;
    margin-top:30px;
    margin-bottom:30px;
}

.section1{

    padding: 60px;
    box-sizing: border-box;

}

    .section2{
        padding: 20px;
    }

    #menu_links{
        gap:15px;
    }

    .mobile-margin-top{
        margin-top:30px;
    }

}

.second{
    order:1;
}

.first{
    order:2;
}

@media only screen and (max-width:1200px) {


.second{
    order:2;
}

.first{
    order:1;
}


    .icon-chat{
        width: 70px;
    }


    .title{
        margin-bottom: 40px;
    }

    .clock{
        width: 60%;
        margin: 0 auto;
    }

    .mobile-top{
        margin-top:40px;
    }

    .mobile-bottom{
        margin-top:40px;
    }

    .padding-bottom{
        padding-bottom: 30px;
    }


    .padding-top{
        margin-top: 30px;
    }


    .place{
        margin-bottom:40px;
    }

    .title-1{
        font-size:22px;
    }

    .section1{
        padding:30px;
    }


    .navbar{
        padding:10px;
    }

    #mobile-top{
        display:flex;
        justify-content: flex-end;
        width:100%;
    }

    .navbar{
        flex-direction: column;
        gap:15px;
    }

    #menu_links{

        flex-direction: column;
        width:100%;
    }

    #close{
        text-align: right;

    }

    .prelegent{
        padding: 30px;
        border-radius: 20px;
        box-sizing: border-box;
        flex:0 1 calc(100%);
    }

    .agenda_select{
        padding:20px;
        font-size: 16px;
    }

    .info{
        font-size:16px;
    }

    .hour{
        font-size:16px;
    }

}

@media only screen and (max-width: 768px) {

.title-1b{
    font-size: 28px;
}

.title-bottom{
    font-size: 28px;
}

.info-box{
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-bottom:40px;
}

.info-icon{
    padding:0px;
    padding-bottom:40px;
    max-width:100%;
}


    .prelegent-name{
        font-size: 20px;
        margin-bottom:20px;
    }

    .question_desc{
        font-size:15px;
    }

    .partner-box{
        width:100%;
        margin-bottom:20px;
        display:block;
        float:left;
    }
    
    .separator{
        display:none;
    }


    .flex-google{
        flex-direction: column;
    }
    
    .main-title{
        font-size:20px;
    }
    
    .submit{
        width:100%;
    }

    .title{
        font-size: 26px;
    }

    .adress-box{
        width:100%;
        margin-left:0px !important;
    }

    .hide-mobile{
        display:none;
    }
    
    .show-mobile{
        display:block;
    }
    

    .hide-mobile2{
        display:none;
    }
    
    .show-mobile2{
        display:flex;
    }

    .title{
        margin-top:40px;
    }

    .padding{
        padding:10px;
        padding-bottom:30px;
        padding-top:30px;
    }


    .blue-white{
        padding-left:0px;
        padding-right:0px;
        background-color: transparent;
        padding: 0px;;
    }

    .input{
     font-size: 14px;
     padding-left:5px;
     padding-right:5px;

    }

    .blue-bg{
        padding:20px;
    }

  }



.input {
  border: 1px solid #9aa0a6;
  margin-bottom:10px;
  margin-top:10px;
}


.fieldOuter {
  position: relative;
}
.fieldOuter input {
  
}
.fieldOuter label {
  position: absolute;
  left:0px;
  top: 0;
  line-height:15px;
  transition: all 0.5s;
  overflow: hidden;
  color: #294e95;
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  background-color: #FFFFFF;
  font-size:14px;
  border-left:2px;
  border-right:2px;
  padding:2px;


}
.fieldOuter input:focus + label {
  opacity: 1;
  top: -2px;  
  left: 10px;
}
.fieldOuter input:focus {
  outline: none;
  border-color: #294e95;
  border:2px solid #294e95;
  margin-bottom:9px;
  margin-top:9px;
}

