
.eteczka_mainheader{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.eteczka_mainheader-grabber{
    width: 100%;
    max-width: 90rem;
    display: flex;
    position: relative;
}
.eteczka_mainheader-lft{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.eteczka_mainheader-rgt{
    width: 85%;
    background-image: url(../img/eteczka/main.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.eteczka_mainheader-title{
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
}
.eteczka_mainheader-subtitle{
    margin: 0rem 2rem;
    font-family: 'Quicksand', sans-serif;
}
.eteczka_mainheader-buttons{
    margin: 2rem;
    display: flex;
}
.eteczka_mainheader-lft .btned{
    background-color: #F8BD31;
    color: black;
    margin-left: 2rem;
}


.eteczka_logo{
    width: 100%;
    max-width: 15rem;
    height: auto;
    margin: 2rem;
    margin-bottom: 0;
}
/**/
.teczka_sc1{

}
.teczka_sc1-grabber{
    width: 100%;
    max-width: 90rem;
    display: flex;
    flex-direction: column;
}
.teczka_sc1-box{
    width: 100%;
}
.teczka_sc1-tittle{
    font-family: 'Quicksand', sans-serif;
    font-size: 3rem;
    line-height: initial;
    font-weight: bold;
    margin: 2rem;
}
.teczka_sc1-content{
    display: flex;
}
.teczka_sc1-box{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    border-radius: .7rem;
    margin: 1rem;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.teczka_sc1-box-title{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: initial;
    text-align: center;
    margin: 2rem 0 0 0;
}
.teczka_sc1-box hr{
    background-color: #F8BD31;
    border-radius: .5rem;
    width: 14rem;
    height: .5rem;
    border: none;
    margin: 2rem auto;

}
.teczka_sc1-box-subtitle{
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
}
.teczka_sc1-box-subtitle:before{
    content: "";
    position: absolute;
    left: -1.5rem;
    background-image: url(../img/eteczka/check.png);
    width: 1.3rem;
    height: 1.3rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: .1rem;
}


.teczka_sc1-box-subtitle1{
        text-align: center;
        font-weight: 500;
        font-size: 1.3rem;
        line-height: initial;
        margin: 2rem 0 0 0;
}

.teczka_sc1-box img{
    width: 4rem;
    height: auto;
    margin: 1rem 0;
}

.teczka_sc1-box ul{
    list-style-type: disc;
    width: 100%;
    max-width: 20rem;
    margin: 1rem 0 0 0;
}

.teczka_sc1-box ul li{
    margin: .3rem 0;
    display: flex;
    align-items: center;
    position: relative;
    line-height: normal;
}

.teczka_sc1-box ul li:before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: black;
    left: -1rem;
    position: absolute;
}

.teczka_sc1 .teczka-hover{
    position: relative;
    display: flex;
    margin-left: 1rem;
}
.teczka_sc1 .teczka-hover img{
    width: 1rem;
    height: auto;
    margin: .3rem 0;
}

.teczka_sc1 .teczka-hover p{
    position: absolute;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    border: .1rem solid #d8d8d8;
    padding: .5rem;
    margin: 0;
    width: 15rem;
    font-size: 1rem;
    line-height: normal;
    display: none;
    left: 2rem;
    top: -1rem;
    background-color: white;
    z-index: 1;
}

.teczka_sc1 .teczka-hover:hover p{
    display: inline-block;
}

.teczka_sc1 .teczka-hover.ed10 p{
    left: auto;
    right: 2rem;
}
/**/
.teczka_sc2{

}
.teczka_sc2-grabber{
    width: 100%;
    max-width: 90rem;
    display: flex;
   
}
.teczka_sc2box{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    width: 100%;
    margin: 1rem;
    border-radius: .8rem;
}
.teczka_sc2-iconbox{
    background-color: #F8BD31;
    border-top-left-radius: .8rem;
    border-bottom-left-radius: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4rem 1rem;
}
.teczka_sc2-iconbox img{
    width: 4rem;
    height: auto;
    margin: 1rem;
}
.teczka_sc2-content{
    padding: 1rem;
    width: 100%;
}
.teczka_sc2-content p{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: initial;
    margin: 1rem;
}
.teczka_sc2-content .teczka_sc2-line{
    background-color: #F8BD31;
    border-radius: .5rem;
    width: 14rem;
    height: .5rem;
    border: none;
    margin:  0 2rem;
    display: inline-block;
}
.teczka_sc2-button{
    padding: 2rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teczka_sc2-button a{
    color: white;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    background-color: var(--main-color);
    min-width: 10rem;
    max-width: fit-content;
    height: auto;
    padding: 1rem;
    font-weight: bold;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    transition: color .5s ease, background-color .5s ease;
    border: none;
    background-color: #F8BD31;
    color: black;
}
/**/


.eteczka_sec1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.eteczka_sec1-grabber{
    width: 100%;
    max-width: 90rem;
    display: flex;
    flex-direction: column;
}
.eteczka_sec1-title{
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    margin: 2rem;
    font-size: 3rem;
    font-weight: bold;
    /* width: 100%;
    max-width: 60rem; */
}
.eteczka_sec1-boxes{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
}
.eteczka_sec1-box{
    display: flex;
    flex-direction: column;
    
    align-items: center;
    width: 100%;
    margin: 2rem;
}
.eteczka_sec1-box img{
    width: 8rem;
    height: auto;
}
.eteczka_sec1-box span{
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    margin: 1rem;
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 400;
    
}

.eteczkaEdit1 .eteczka_sec1-boxes{
    flex-wrap: wrap;
}
.eteczkaEdit1 .eteczka_sec1-box{
    width: 25%;
    margin: 2rem 0;
}
/**/


.eteczka_boxsection{

}
.eteczka_boxsection-grabber{
    width: 100%;
    max-width: 90rem;
    background-color: #F8BD31;
    padding: 2rem;
    border-radius: 1.5rem;
}
.eteczka_boxsection-title{
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    margin: 2rem;
    font-size: 3rem;
    font-weight: bold;
}
.eteczka_boxsection-subtitle{
    line-height: 2rem;

}
.eteczka_boxsection-subtitle span{
    font-weight: 600;
    font-size: 1.3rem;
}
.eteczka_boxsection-checks{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
}
.eteczka_boxsection-check{
    display: flex;
    align-items: flex-start;
    padding: 2rem 0rem;
    width: 24rem;
    margin: .5rem;
    padding-bottom: 0;
}
.eteczka_boxsection-check img{
    width: 3.5rem;
    height: auto;
}
.eteczka_boxsection-check span{
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    margin: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0;
    min-height: 8rem;
}
.etEd1{
    margin: 0 2rem;
}
.eteczka_boxsection-button{
    color: white;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    background-color: black;
    min-width: 10rem;
    max-width: fit-content;
    height: auto;
    padding: 1rem;
    font-weight: bold;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    transition: color .5s ease, background-color .5s ease;
    border: none;
    margin: 2rem;
}
/**/

.eteczka_sec4{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 0;
}
.eteczka_sec4-grabber{
    width: 100%;
    max-width: 90rem;
    display: flex;
    background-color: #F5F5F5;
    border-bottom-right-radius: 5rem;
    padding: 2rem;
    position: relative;
}
.eteczka_sec4-grabber:before{
    content: "";
    width: 40rem;
    height: 20rem;
    position: absolute;
    background-image: url(../img/eplace/pix3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    top: 5rem;
    left: -10rem;
}
.eteczka_sec4-lft{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.eteczka_sec4-lft a{
    margin: 2rem;
    background-color: #F8BD31;
    color: black;
}

.eteczka_sec4-lft .button__classic:visited{
    color: black;
}
.eteczka_sec4-title{
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    margin: 2rem;
    font-size: 2rem;
    font-weight: bold;
    color: #12447D;
    color: black;
    font-size: 3rem;
    text-align: right;
}
.eplaqce_sec4-subtitle{
    line-height: 1.8rem;
    font-size: 1.2rem;
    margin: 0 2rem;
    font-family: 'Quicksand', sans-serif;
}
.eteczka_sec4-lft button{
    margin: 2rem;
    
}
.eteczka_sec4-lft hr{
    background-color: #F8BD31;
    border-radius: .5rem;
    width: 14rem;
    height: .5rem;
    border: none;
    margin: 0 2rem;
}
.eteczka_sec4-rgt{
    width: 100%;
    background-image: url(../img/eteczka/main2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 30rem;
}

/**/
.eteczka_sec5{

}
.eteczka_sec5-grabber{
    width: 100%;
    max-width: 90rem;
    display: flex;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.eteczka_sec5-lft{
    width: 65%;
}
.eteczka_sec5-lft h5{
    font-family: 'Quicksand', sans-serif;
    line-height: normal;
    margin: 2rem;
    font-size: 3rem;
    font-weight: bold;
}
.eteczka_sec5-lft p{

}
.eteczka_sec5-lft a{
    color: white;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    background-color: var(--main-color);
    min-width: 10rem;
    max-width: fit-content;
    height: auto;
    padding: 1rem;
    font-weight: bold;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    transition: color .5s ease, background-color .5s ease;
    border: none;
    background-color: #F8BD31;
    color: black;
    margin: 2rem;
}
.eteczka_sec5-rgt{
    width: 35%;
    display: flex;
    flex-wrap: wrap;
}
.eteczka_sec5-box{
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
}
.eteczka_sec5-box img{
    width: 6rem;
    height: auto;
   
}
.eteczka_sec5-box span{
    margin: 1rem .5rem;
    line-height: initial;
    text-align: center;
    font-weight: bold;
}

/**/

@media (max-width: 1285px){
    .teczka_sc1-box-subtitle{
        width: 14rem;
    line-height: normal;
    }
}
@media (max-width: 1250px){
    .eteczka_sec3-grabber:after{
        right: -5rem;
    }
}

@media (max-width: 1200px){
    .eteczka_sec1-boxes{
        flex-wrap: wrap;
    }
    .eteczka_sec1-title{
        font-size: 1.2rem;
    }
    .eteczkaEdit1 .eteczka_sec1-boxes{
        flex-wrap: wrap;
    }
    .eteczkaEdit1 .eteczka_sec1-box{
        width: 100%;
    }
}
@media (max-width: 1150px){
    .eteczka_sec2-line{
        flex-direction: column;
    }
    .eteczka_sec2-box{
        background-image: linear-gradient(to right, lightgray 45%, rgba(255, 255, 255, 1) 0%);
        background-position: bottom;
        background-size: 9px 1px;
        background-repeat: repeat-x;
    }

    .eteczka_sec3-grabber:after{
        right: -8rem;
    }

   
}
@media (max-width: 1150px){
    .teczka_sc1-content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .teczka_sc1-box{
        width: 100%;
        max-width: 30rem;
    }
}
@media (max-width: 1000px){

    .eteczka_mainheader-grabber{
        flex-direction: column-reverse;
    }

    .eteczka_mainheader-rgt{
        height: 20rem;
        width: 100%;
    }

    .eteczka_mainheader-grabber:before{
        top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    }

    .eteczka_sec1-title{
        max-width: 100%;
        width: auto;
    }

    .eteczka_sec3-grabber:before{
        display: none;
    }
    .eteczka_sec3-grabber{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .eteczka_sec3-rgt{
        height: 30rem;
    }
    .eteczka_sec3-lft{
        margin-top: 0;
    }
    .eteczka_sec3-grabber:after{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 4rem;
    }

    .eteczka_sec4-grabber{
        flex-direction: column-reverse;
    }
    .eteczka_sec4-rgt{
        height: 25rem;
    }
    .eteczka_sec4-grabber:before{
        right: auto;
        top: 2rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .eteczka_sec5-grabber{
        flex-direction: column;
    }
    .eteczka_sec5-lft{
        width: 100%;
    }
    .eteczka_sec5-rgt{
        width: 100%;
    }

    .eteczka_sec4-grabber:before{
        display: none;
    }
  
}

@media (max-width: 900px){
    .teczka_sc2box{
        flex-direction: column;
        margin: 0;
    }
    .teczka_sc2-iconbox{
        border-bottom-left-radius: 0;
        border-top-right-radius: .8rem;
    }
}

@media (max-width: 600px){
    .eteczka_sec2-box{
        flex-direction: column;
    }
    .eteczka_mainheader-title{
        font-size: 1.2rem;
        margin: 2rem;
    }
    .teczka_sc1-tittle{
        font-size: 1.2rem;
    }
    .teczka_sc2-content p{
        font-size: 1.2rem;
    }
    .eteczka_boxsection-title{
        font-size: 1.2rem;
    }
    .eteczka_boxsection-check img{
        width: 2rem;
    }
    .eteczka_boxsection-check{
        width: auto;
    }
    .eteczka_boxsection-check span{
        min-height: auto;
    }
    .eteczka_sec5-lft h5{
        font-size: 1.2rem;
    }
    .eteczka_sec5-box{
        width: 100%;
        margin: 2rem 0;
    }
    .eteczka_sec4-title{
        font-size: 1.2rem;
    }
}