﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*background: #f5f6f7;*/
}

main {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top:50px;
}


.stepper {
    width: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
/*    position: absolute;*/
    top: 5%;
}

/*.step--1
{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.step--4 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}*/

.step--1,
.step--2,
.step--3,
.step--4,
.step--5 {
    height: 100%;
    width: 100px;
    padding: 10px;
    background: #fff;
    color: #666;
    text-align: center;
    cursor: pointer;
}

/*.step--1,
.step--2,
.step--3 {
    border-right: 1px solid #666;
}*/

.form {
/*    background: #fff;*/
    text-align: center;
/*    position: absolute;*/
 /*   width: 80%;*/
/*    box-shadow: 0.2rem 0.2rem 0.5rem rgba(51, 51, 51, 0.2);*/
    display: none;
/*    border-radius: 1rem;*/
    overflow: hidden;
}

.form--header-container {
/*    background: linear-gradient(to right, rgb(51, 51, 51), #919191);*/
/*    color: #fff;*/
/*    height: 2rem;*/
    padding: 1rem 0;
/*    margin-bottom: 2rem;*/
}

.form--header-title {
    font-size: 1.4rem;
}

.form--header-text {
    padding: 0.5rem 0;
}

input[type="text"] {
    padding: 0.8rem;
    margin: auto;
    margin-top: 0.5rem;
    width: 20rem;
    display: block;
    border-radius: 0.5rem;
    outline: none;
    border: 1px solid #bdbdbb;
}

.form__btn {
    background: #333;
    color: #fff;
    outline: none;
    border: none;
    padding: 5px;
    width: 100%;
    height: 50px;
    margin-top: 5px;
/*    border-radius: 0.9rem;*/
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    box-sizing: content-box;
}

#btn-1 {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

#btn-2-next {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

#btn-2-prev {
    margin-top: 20px !important;
  
}

.form--message-text {
    width: 25rem;
    background: #fff;
    color: #444;
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.4rem;
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(51, 51, 51, 0.2);
    /*    animation: fadeIn 0.8s;*/
    border-radius: 1rem;
}

#frm1 {
    width: 50%;
}

.form-active {
    z-index: 1000;
    display: block;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}

.form-active::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

#country,#continent {
    width:100%;
  font-size:20px;
  padding:20px;
}


.form-active-animate {
  /*  animation: moveRight 1s;*/
}

.form-inactive {
    display: block;
/*    animation: moveLeft 1s;*/
}

.step-active {
    background: #666;
    color: #fff;
    border: 1px solid #666;
}

@keyframes moveRight {
    0% {
        transform: translateX(0rem) scale(0.9);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem) scale(1);
        opacity: 1;
    }
}

@keyframes moveLeft {
    0% {
        transform: translateX(0rem) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(0rem) scale(0.9);
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

label {
    cursor: pointer;
/*    border-bottom-width: 1px;
    border-bottom-style: solid;*/
    margin-bottom:15px;


}

.radiophotos[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
 
}

.disflex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

}

    .disflex > label {
        flex: 12.5%; /* or - flex: 0 50% - or - flex-basis: 50% - */
    }

.divpopisek {
    width: 120px;
    position: relative;
    font-size: smaller;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight:bold;
}

.divpopisek2 {
    position: relative;
    font-size: smaller;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.divpopisek3 {
    width:100%;
    position: relative;
    font-size: smaller;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align:center;
}

@media (pointer:none), (pointer:coarse) {

    .form-active {
        width: unset !important;
        height: 100%;
        font-size: 30px;
    }

    * {
        font-size: xx-large;
    }

    #country, #continent {
        font-size: 50px;
    }

    .divpopisek {
        font-size: large;
        width: unset !important;
    }

    .divpopisek2 {
        font-size: small;
    }

    .divpopisek3 {
        font-size: xx-large !important;
    }

    .divhead {
        margin-left: 20px;
    }

    .step--1,
    .step--2,
    .step--3,
    .step--4,
    .step--5 {
        width: unset;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }


    .stepper {
        width: 100%;
    }

    #frm1, #frm2, #frm3, #frm5 {
        width: 100% !important;
    }

    #frm4 {
        width: unset !important;
    }

    .form__btn {
        height: 100px !important;
    }

    .images {
        height: 240px !important;
    }

    .images2 {
       width: 100%;
       max-width:178px;
    }

    #frm2, #frm5 {
        /*    padding-left:50px;
    padding-right:50px;*/
        width: 100% !important;
        max-width: unset !important;
    }

    .disgrid {
        grid-template-columns: repeat(auto-fill, 250px) !important;
    }

    .item1pc {
        width: 100% !important;
    }

    .grid-containerPC {
        grid-template-areas:
            'pc pc pc'
            'middle middle middle'
            'image files files' !important;
        margin-bottom: 80px !important;
    }

    .filegrid {
        justify-content: space-between !important;
    }

    .boxesdiv {
        width: 100%;
    }
}

.images2 {
    width: 100%;
    max-width: 178px;
}
.imagefam{
    width:100%;
    max-height:200px;
}
.divhead {
    text-align: left;
    padding: 10;
    margin-left: 48px;
    font-weight: bold;
    font-size: large;
}



#frm2, #frm5 {
    /*    padding-left:50px;
    padding-right:50px;*/
    width: 80%;
    max-width: 1000px;
}


#frm1, #frm3 {
    width:auto;
    max-width: 500px;
}

#frm4 {
    max-width: 630px;
    width:auto;
}

.disgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 108px);
    grid-gap: 1rem;
    justify-content: center;
}




.grid-container {
    display: grid;
/*    grid-template-columns: 120px auto;*/
    grid-template-areas:
        'image header end'
        'image footer end';
    border: black;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 1px;
}

.grid-item {
   
/*    padding: 20px;*/
    font-size: 30px;
    text-align: left;

}

.item1 {
    grid-area: image;
}
.item2 {
    grid-area: header;
    font-size: x-large;
    font-weight: bold;
    margin:auto;
    width:210px;
}
.item3 {
    grid-area: footer;
    font-size: 15px;

    margin:auto;
}
.item4 {
    grid-area: end;
    margin:auto;
    
}



.btndownload {
    border-radius: 4px;
    background-color: #e5e5e5;
    border: none;
    color: black;
    text-align: center;
    /* font-size: 32px;*/
    padding: 9px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    /*  margin: 36px;*/
    /*    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);*/
}

.btndownload {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0s;
}

/*    .btndownload:after {
        content: '';
        position: absolute;
        opacity: 0;
        top: 7px;
        right: -20px;
        transition: 0s;
    }

    .btndownload:hover {
        padding-right: 24px;
        padding-left: 8px;
    }

        .btndownload:hover:after {
            opacity: 1;
            right: 10px;
        }*/




.grid-containerPC {
    display: grid;
    /*    grid-template-columns: 120px auto;*/
    grid-template-areas:
        'pc pc'
        'middle middle'
        'image files';
    margin-bottom: 35px;
    /*    border: black;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 1px;*/
}

.item1pc {
    grid-area: image;
/*    width:240px;*/
}

.item2pc {
    grid-area: pc;
    font-size: x-large;
    font-weight: bold;

}

.item3pc {
    grid-area: header;
    font-size: large;
    margin: auto;
    font-weight:bold;
}

.item4pc {
    grid-area: files;
    margin: auto;
    width:100%;
}

.item5pc {
    grid-area: middle;
    margin: auto;
    font-size:small;
    margin-bottom:15px;
}

.filegrid {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size:small;
}

.grid-item2 {
    /*    padding: 20px;*/
    font-size: 30px;
/*    text-align: left;*/
    margin: auto;
}

.images{
    height:120px;
}

.insta{
    color:black;
}


.sbhr {
    margin-bottom: 30px;
    margin-top: 30px;
}

.sbframe {
    margin-top: 30px;
}