:root {
    --blue: #1683b0;
    --light: #ffffff;
    --dark: #3c3c3b;
    --gold: #f6bb2e;
    --light_gray: #eaeaea;

    --page-width: 1400px;
  }
::before, ::after {
    box-sizing: inherit;
}
:target{
    scroll-margin-top: 110px;
    }
html, body{
    scroll-behavior: smooth;
    margin:0;
    padding:0;
    min-height:2000px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: var(--light_gray);
    color: var(--dark);
    font-family: 'Mitr', sans-serif;
    font-weight: 200;
}
h1, h2, h3{
    font-weight: 400;
    margin:0;
}
section{
    position:relative;
}
.margin_b_50{
    margin-bottom: 50px;
}
.text_light{
    color: var(--light);
}
.text_dark{
    color: var(--dark);
}
.main_menu {
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 10;
    top:0;
    transition: 1s;
}
.menu_container {
    width: var(--page-width);
    margin: 0 auto;
    overflow: auto;
    padding: 0 100px 0 80px;
    box-sizing: border-box;
}
.main_menu.backgrounded_menu {
    background-color: var(--gold);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.04);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.04);
    transition: 1s;
}
.main_menu.backgrounded_menu a {
    color: var(--dark);
}
.main_menu .logo {
    position: relative;
    float: left;
}
.main_menu .logo img{
    height: 80px;
}
.main_menu a {
    color: var(--light);
    text-decoration: none;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    font-weight: 400;
}
.main_menu ul {
    list-style-type: none;
    float: right;
    margin: 20px;
}
.main_menu li {
    display: inline-block;
    line-height: var(--main-menu-height);
    margin: 0 10px 0 10px;
}
.slick-next {
    z-index: 10;
    right: 100px;
    line-height: 80px;
    }
.slick-prev {
    z-index: 10;
    left: 100px;
    line-height: 80px;
    }
.slick-prev:before, .slick-next:before{
    font-size: 70px;
    color: var(--gold);
}
.back_to_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: var(--gold);
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    color: var(--light);
    font-size: 30px;
    display:none;
}
.promo{
    height: 80vh;
    box-sizing: border-box;
    position: relative;
 }
 .promo h1{
     margin-bottom:80px;
 }
 .garance{
     height:80vh;
     box-sizing: border-box;
     position: relative;
     min-height: 700px;
 }
 .garance .fulscreen_content .inner_box{
     width:1200px;
 }
 .grid{
    height:90vh;
    box-sizing: border-box;
    position: relative;
    min-height: 800px;
 }
 .fulscreen_img{
     height: 100%;
     min-height: 100%;
     width:100%;
 }
 .fulscreen_img img{
     height: 100%;
     width:100%;
     object-fit: cover;
 }
 #overlay{
     background-color: rgba(34,34,34,0.6);
 }
 .text-gold{
     color: var(--gold);
 }
 .center{
     text-align: center;
 }
 .fulscreen_content{
     width: 100%;
     height: 100%;
     position: absolute;
     top:0;
 }
 .fulscreen_content .inner_box{
     width: var(--page-width);
     position: absolute;
     top:50%;
     left: 50%;
     transform: translate(-50%, -50%);

 }
 .narrow{
     width: 600px;
     position: relative;
     left: 50%;
     transform: translate(-50%, 0);
 }
 h1{
     font-size: 40px;
     color: var(--blue);
     font-weight: 400;

 }
 a{
     color:var(--dark);
     text-decoration: none;
 }
 .btn{
     background-color: var(--gold);
     border-radius: 10px;
     padding: 8px 20px 8px 20px;
     margin: 0 10px 0 10px;
     font-weight: 400;
 }
 .backgrounded_menu .btn{
     background-color:  var(--light);
 }
 a.btn{
     color: var(--dark);
 }
 .checkbox_lg{
     display:inline-block;
     height:20px;
 }
 .checkbox{
     display:inline-block;
     height:14px;
 }
 .checkbox_sm{
     display:inline-block;
     height:10px;
 }

 .content{
    width: var(--page-width);
    margin: 0 auto;
    display: block;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.reason{
    display: inline-block;
    width:250px;
    height:400px;
    border-radius: 20px;
    background-color: var(--light);
    margin: 10px;
    vertical-align: bottom;
}
.reason .image{
    display:inline-block;
    padding: 20px 40px 20px 40px;
    border-radius: 20px;
    background-color:  var(--light_gray);
    position: relative;
    top:0;
    transform: translate(0, -50%);
}
.reason img{
    height: 40px;
    width:40p;
}
.reason h2{
    margin-top: -30px;
    color: var(--blue);
    font-size: 18px;
}
.reason p{
    text-align: center;
    padding: 20px;
}
.grant_box{
    display:block;
    width: 539px;
    height:207px;
    border-radius:20px;
    box-sizing: border-box;
    position: relative;
    background-color: var(--light);
    padding: 40px 10px 10px 120px;
    margin:100px 30px 30px 30px;
    text-align: left
}
.grant_box .btn{
    margin:0;
}
.grant_box .grant_img{
    display: block;
    float:left;
    height:100px;
    position: absolute;
    top:50%;
    left:0;
    transform:translate(0,-50%);
}
.grant_box:nth-child(odd) {
    float:right;
  }

.grant_box:nth-child(even) {
    float:left;
  }
  .grant_box p{
    text-align: left;
  }

  .timelapse{
    width:800px;
    text-align:center;
    margin: 0 auto;
}
.header{
    overflow: auto;
    margin-bottom:40px;
}
.header_left{
    width:25%;
    float:left;
    border-bottom: 2px solid var(--blue);
    border-top: 2px solid var(--blue);
    padding:5px;
    font-weight: 400;
}
.header_right{
    width:25%;
    float:right;
    border-bottom: 2px solid var(--gold);
    border-top: 2px solid var(--gold);
    padding:5px;
    font-weight: 400;
}
.timeline .start{
    padding: 5px 15px 5px 15px;
    background-color: #bebebe;
    color: var(--dark);
    font-weight: 400;
    border-radius: 8px;
    display:inline-block;
}
.timeline .more{
    padding: 5px 15px 5px 15px;
    background-color: var(--gold);
    color: var(--dark);
    font-weight: 400;
    border-radius: 8px;
    display:inline-block;
}
.timeline .event_left{
    width:50%;
    padding-top:20px;
    padding-bottom:20px;
    border-right: 2px solid #bebebe;
}
.timeline .event_right{
    margin-left:50%;
    width:50%;
    padding-top:20px;
    padding-bottom:20px;
    border-left: 2px solid #bebebe;

}
.timeline .event_left .event{
    border-top: 2px solid var(--blue);
    padding-right: 34px;
}
.timeline .event_right .event{
    border-top: 2px solid var(--gold);
    padding-left: 34px;
}
.timeline .event_text{
    border-left:1px solid #bebebe;
    border-right:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #efefef;
    padding:15px;
    text-align: left;
}

.grid_box{
    width:900px;
    margin: 0 auto;
    position: relative;
}
.grid_item{
    float:left;
    width:50%;
    display: block;
    box-sizing: border-box;
    padding:40px;
}
.grid_item .number{
    float:left;
    width:20%;
    font-size:100px;
    color: var(--blue);
    text-align: right;
    padding-right:20px;
    box-sizing: border-box;
    line-height:140px;
}
.grid_item .text{
    float:right;
    width:80%;
    font-size:20px;
    color: var(--light);
    text-align: center;
    background-color: var(--blue);
    border-radius:15px;
    box-sizing: border-box;
    height:100px;
    margin-top:20px;
    padding:20px;
    text-transform: uppercase;
    position: relative;
}
.grid_item .text span{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}
.grid_item:hover .text{
    color: var(--blue);
    background-color: var(--light_gray);
}
.no_padding{
    padding:0;
}
.faq{
    width: 500px;
}
.faq.left{
    float:left;
    padding-left: 180px;
}
.faq.right{
    float:right;
    padding-right: 180px;
}
.faq .box{
    width: 500px;
}
.faq .faq_header{
    border-bottom: 1px solid var(--dark);
    line-height: 50px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-weight: 400;
    padding-right: 70px;
}
.faq .faq_text{display:none;}
.more_info_btn{
    display:inline-block;
    position: absolute;
    top: 7px;
    right: 20px;
    cursor: pointer;
}
.financovani{
    background-color: var(--light);
    padding: 20px;
    border-radius: 20px;
    overflow: auto;
    width:1100px;
    margin: 0 auto;
    margin-top:50px;
    font-weight:300;
    box-sizing: border-box;
}
.financovani_left, .financovani_center, .financovani_right{
    width: 33%;
    margin: 0;
    float: left;
    box-sizing: border-box;
    text-align: left;
}
.financovani_left{
    padding-left:25px;
}
.financovani_center{
    border-radius:20px;
    background-color: #2970ee;
    height:200px;
    box-sizing: border-box;
    padding: 15px;
}
.financovani_center img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.financovani_header{
    font-size: 38px;
    font-weight: 400;
    line-height: 40px;
}
.financovani_name{
    font-weight: 400;
    margin-top: 10px;
    font-size: 20px;
}
.financovani_note{
    padding: 10px 10px 10px 50px;
    position: relative;
}
.financovani_note img{
    margin-left: -30px;
    position: absolute;
    top: 14px;
}
.options{
    width:1010px;
    margin: 0 auto;
}
.option{
    display: inline-block;
    padding:50px;
    box-sizing: border-box;
    width:500px;
}
.option_title{
    border-radius: 15px;
    background-color: var(--blue);
    color: var(--light);
    font-weight: 400;
    padding:20px;
    font-size:20px;
}
.option_box{
    margin-top:20px;
    border-radius: 15px;
    background-color: var(--light);
    padding:30px;
    font-size:20px;
}
.option_name{
    font-size: 40px;
    color: var(--blue);
    font-weight: 400;
}
.option_hint{
    text-align:left;
    font-size:16px;
    padding: 5px 5px 5px 40px;
    position: relative;
    font-weight:300;
}
.option_hint img{
    margin-left: -30px;
    position: absolute;
    top: 14px;
}
.option_box .btn {
    margin-top: 40px;
    display: inline-block;
    font-size: 16px;
}
.reference{
    border-radius: 20px;
    background-color: var(--light);
    padding: 25px;
    font-size: 20px;
    box-sizing: border-box;
    width: 500px;
    margin: 10px;
}
.reference img{
    width:100%;
    border-radius: 20px;
}
.reference_header{
    font-weight: 400;
    color: var(--blue);
}
.reference_info{
    padding-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.reference_bubble{
    border-radius: 20px;
    background-color: var(--dark);
    color: var(--light);
    padding: 10px;
    font-size: 14px;
    font-weight: 300;

}
.reference_bottom{
    padding-top:20px;
    width:100%;
    position: relative;
    font-size: 14px;
    text-align: left;
    vertical-align: bottom;
}
.reference_bottom span{
    line-height: 40px;
}
.reference_bottom .btn{
    float:right;
    padding:10px;
    font-size:12px;
}
.references{
    margin-bottom:80px;
}
.contact_box{
    border-radius: 20px;
    background-color: var(--light);
    width:650px;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    height:440px;
    float:left;
}
.contact_profile{
    padding-right:15px;
    box-sizing: border-box;
    border-right: 1px dashed var(--blue);

}
.contact_persons{
    padding-left:40px;
    font-weight: 300;

}
.contact_persons h3{
    font-size: 20px;
}
.contact_box p{
    line-height:18px;
}
.contact_profile img{
    width: 100%;
}
.contact_header{
    font-size: 20px;
    font-weight: 300;
}
.contact_map_box{
    border-radius: 20px;
    background-color: var(--light);
    width:650px;
    box-sizing: border-box;
    height:440px;
    float:right;
}
#map{
    border-radius: 20px;
}
.fixed_section{
    height:800px;
}
.copyright{
    background-color: #111111;
    text-align: center;
    padding: 20px;
    color: var(--light);
}
.copyright a{
    color: var(--gold);
}
.footer{
    margin:0 auto;
    width: var(--page-width);
    padding:20px;
    font-size:18px;
    line-height:20px;
    box-sizing: border-box;
    overflow: auto;
}
.footer p{
    float:left;
}
.footer ul{
    float:right;
    list-style: none;
}
.footer li{
    display: inline-block;
    margin-left:15px;
    margin-right:15px;
}

.menu_btn{
    display: none;
}
.main_menu .btn img{
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.form_box{
    width: 1200px;
    border-radius: 20px;
    background-color: var(--light);
    padding: 25px;
    box-sizing: border-box;
    padding-bottom:80px;
    margin-bottom:30px;
    margin-top:100px;
}
.form_box h1{
    font-size:30px;
    width: 760px;
    text-align:center;
    margin: 0 auto;
}
.form_box p{
    color: #aaaaaa;
}

form {
    text-align: left;
    overflow: hidden;
    margin-top:30px;
}
form label{
    display:block;
}
form .full{
    padding:10px;
    box-sizing: border-box;
}
form .half{
    width:50%;
    float:left;
    padding:10px;
    box-sizing: border-box;

}
form .third{
    width:33%;
    float:left;
    padding:10px;
    box-sizing: border-box;

}
input.btn{
    margin:0;
}
input, textarea{
    background-color: var(--light_gray);
    line-height:34px;
    padding:10px;
    border:1px solid #bbbbbb;
    border-radius: 15px;
    width:100%;
    font-size: 18px;
    box-sizing: border-box;
}
input[type=submit]{
    border:none;
    cursor: pointer;
}
input[type=submit]:hover{
    background-color: var(--blue);
    color: var(--light);
}
form .btn img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
form .btn{
    line-height: 34px;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin:0;
}

@media only screen and (max-width: 1400px) {
    :root{
        --page-width: 1200px;
    }
    .reason{
        margin: 50px 50px 10px 50px;
    }
    .faq {
        width: 400px;
    }
    .faq.right {
        padding-right: 180px;
    }
    .faq.left {
        padding-left: 100px;
    }
    .contact_map_box {
        width: 590px;
    }
    .contact_box {
        width: 590px;
    }
}

@media only screen and (max-width: 1200px) {
    :root{
        --page-width: 100%;
    }
    p{
        padding: 15px;
        box-sizing: border-box;
    }
    .reason{
        margin: 50px 40px 10px 40px;
        width: auto;
    }
    .faq {
        width: 400px;
    }
    .faq.right {
        padding-right: 180px;
    }
    .faq.left {
        padding-left: 100px;
    }
    .contact_map_box {
        width: 590px;
    }
    .contact_box {
        width: 590px;
    }
    .grant_box:nth-child(odd), .grant_box:nth-child(even)  {
        float: none;
    }
    .garance .fulscreen_content .inner_box {
        width:100%;
    }
.grant_box {
    width: 96%;
    margin: 2%;
    padding: 40px 10px 50px 10px;
    height: auto;
}
    .grant_box p{
        padding-left:110px;
    }
    .grant_box a{
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 80%;
        text-align: center;
    }
    .timelapse {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }
    .grid_box {
        width: 100%;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    .grid_item {
        width: 100%;
        padding: 20px;
    }
    .narrow {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .financovani {
        width: 96%;
    }
    .options {
        width: 100%;
    }
    .contact_box {
        width: 96%;
        margin: 2%;
        float:none;
    }
    .contact_map_box {
        width: 96%;
        margin: 2%;
        float:none;
    }
    .option {
        width: 100%;
        padding: 40px;
    }
    .header_left {
        width: 50%;
        box-sizing: border-box;
    }
    .header_right {
        width: 50%;
        box-sizing: border-box;
    }
    .fulscreen_content .inner_box {
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        position: relative;
    }
    .fulscreen_content {
        height: auto;
        position: relative;
    }
    .fulscreen_img {
        position: absolute;
    }
    .garance {
        height: auto;
        padding-bottom: 10px;
    }
    .grid {
        height: auto;
    }
    .faq.left, .faq.right{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .faq .box {
        width: 100%;
    }
    .promo {
        height: auto;
    }
    .promo .fulscreen_content{
        height: 100%;
        padding-top: 0px;

    }
    .promo .inner_box{
        padding: 15px;
        box-sizing: border-box;
        padding-top: 100px;
    }
    .promo h1 {
        margin-bottom: 40px;
    }
    .promo .btn {
        display: block;
        margin: 0 10px 30px 10px;
    }
    .financovani_left {
        padding-left: 0;
    }
    .financovani_left, .financovani_center, .financovani_right {
        width: 100%;
        margin: 0;
        float: none;
    }
    .financovani_center{
        margin-top:25px;
        margin-bottom: 25px;
    }
    .fixed_section {
        height: auto;
    }
    .fixed_section .fulscreen_content .inner_box {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .footer ul {
        float: none;
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0;
        width: 100%;
        line-height:30px;
    }
    .fulscreen_img {
        width:100%;
    }
    .main_menu{
        box-sizing: border-box;
    }
    .menu_container{
        padding:0;
        box-sizing: border-box;
        width: 100%;
    }
    .main_menu .logo img {
        height: 40px;
        margin: 0 0 0 20px;
    }
    .main_menu ul{
        display: none;
        width: 100%;
        margin: 50px 0px 0px;
        float: none;
        box-sizing: border-box;
        padding: 10px;
    }
    .main_menu li {
        display: block;
        line-height: 34px;
        margin: 10px;
        width: 100%;
        text-align: center;
    }

    .main_menu li:last-child{
        margin-top:30px;
    }
    .menu_btn{
        display: block;
        position: fixed;
        right: 30px;
        top: 15px;
    }
    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: var(--gold);
        margin: 6px 0;
        transition: 0.4s;
    }
    .backgrounded_menu .bar1,.backgrounded_menu .bar2,.backgrounded_menu .bar3 {
        width: 35px;
        height: 5px;
        background-color: var(--light);
    }
      .change .bar1 {
        transform: translate(0, 11px) rotate(-45deg);
      }

      .change .bar2 {opacity: 0;}

      .change .bar3 {
        transform: translate(0, -11px) rotate(45deg);
      }
    .reference_info {
      flex-direction: column;
    }
    .reference_bubble {
        margin-bottom: 10px;
    }
    .reference_bottom{
        text-align: center;

    }
    .reference_bottom .btn{
        float: none;
        display: block;
    }
    .contact_box {
        flex-direction: column;
        height: auto;
    }
    .contact_profile {
        border: none;
        width: 100%;
    }
    .contact_persons {
        padding-left: 15px;
    }

    .timeline{
        padding: 15px;
    }
    .timeline .event_left,.timeline .event_right {
        width: 100%;
        border: none;
        margin:0;
    }

    .timeline .event_right .event,.timeline .event_left .event {
        padding:0;
    }
    form .half, form .third{
        width: 100%;
        float:none;
    }
    .form_box{
        width: 90%;
        border-radius: 20px;

    }
    .form_box h1{
        width:100%;
    }
    .contact_profile img {
        width: 60%;
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
        display: block;
        margin-bottom: 10px;
    }

}