body {
    margin: 0;
    background-color: #F1F1F1;
    font-family: 'Mulish', sans-serif;
    /* font-family: 'Newsreader', serif; */
}

.menu {
    display: flex;
    justify-content: space-between;
    color: rgb(24, 22, 22);
    align-items: center;
    align-items: center;
    box-shadow: 0 2px 4px -2px grey;

}

header {
    background-color: pink;
    position: sticky;
    top: 0;
    background-color: white;
}


.nodeco {
    text-decoration: none;
}

.nodeco-w {
    color: white;
    text-decoration: none;
}

footer {
    color: white;
    background-color: black;
    line-height: 1.5;
}

.box {
    padding: 15px 15% 30px 15%;
}

.box-head {
    padding: 15px 15% 15px 15%;
}

.icon {
    font-size: 2em;
    color: white;
    margin: 5px;
}

.center {
    text-align: center;
}

.col-w {
    color: white;
}

.col-g {
    color: rgb(68, 66, 66);
}

.col-b {
    color: black;
}

.claim {
    background: linear-gradient(45deg, #004e98, #8dc6ff);
    font-size: calc(20px + 2vw);
}

.btn-primary {
    background-color: #004e98;
    padding: 10px 25px;
    border-radius: 20px;
    border-style: none;

}

.bold {
    font-weight: 700;
}

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;

}

.hero img {
    max-width: 100%;
    display: block;
}

h1 {
    /* font-size: calc(20px + 3vw); */
    font-size: calc(30px + 4vw);
    margin: 30px 0;
    line-height: 1.1;
}

.product {
    padding: 30px 20% 30px 20%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    background-color: white;
}

.product-small {
    display: grid;
    grid-template-rows: 1fr 0.5fr;
    box-shadow: 0 0px 5px 0px grey;
    border-radius: 10px;
}

.product-description {
    background-color: white;
    text-align: center;
    padding: 10px;
    text-align: left;
    display: grid;
    grid-template-rows: 0.5fr 1fr 0.5fr;
    border-radius: 0px 0px 10px 10px;
}

.product-photo img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
}

.singlerow {
    display: block;
    margin-top: 20px;
}

.claim-font {
    color: white;
    font-size: 36px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Newsreader', serif;
}

.name-font {
    color: #004e98;
    font-size: calc(24px + 0.4vw);
    padding-top: 10px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
}


h2 {
    margin-top: 0;
    padding-top: 30px;
    font-size: 30px;
}

.btn-submit {
    margin: 20px 0px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.form input {
    line-height: 3;
    border-radius: 20px;
    border: 1px solid gray;
    padding-left: 10px;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
}

textarea {
    border-radius: 15px;
    border: 1px solid gray;
    padding-left: 10px;
    font-family: 'Mulish', sans-serif;
    width: calc(100% - 13px);
    font-size: 14px;

}

.form {
    background: linear-gradient(45deg, #004e98, #ebebeb);
    display: grid;
    justify-items: center;
    padding: 15px 5% 15px 5%;
    scroll-margin-top: 50px;
}

.product-detail {
    /* font-size: 14px; */
    font-size: calc(14px + 0.5vw);
    line-height: 1.5;
    padding-left: 5px;
}

.form label {
    padding-bottom: 5px;
    font-weight: bold;
}

h3 {
    margin: 10px 0;
}

.max-w {
    width: calc(100% - 13px);
}

.fas {
    padding-right: 5px;
}

.price {
    text-align: center;
    font-weight: bold;
    /* font-size: 1.5em; */
    font-size: calc(14px + 1vw);
    margin: 0px 0px 10px 0px;
}

.form-section {
    padding-top: 15px;
}

.note {
    padding-top: 10px;
}

.small-note {
    font-size: 0.7em;
}

.conditions {
    padding: 15px 15% 30px 15%;
    display: grid;
    column-gap: 10px;
    margin: 30px 0;
}

ol li {
    padding-top: 10px;
}

ul li {
    padding-top: 5px;
}

.colors-plus {
    margin-top: 10px;
}

.easy {
    font-size: calc(14px + 1vw);
    margin: 0;
}

.icons {
    margin-bottom: 15px;
}

.podminky {
    color: black;
}

.thankyou {
    background-color: #004e98;
    height: 60vh;
    color: white;
    text-align: center;
    padding-top: 60px;
    font-size: 30px;
}

.laska {
    font-size: 10px;
    margin-bottom: 10px;
}


.lightbox img {
    max-width: 100%;
    display: block;
    border-radius: 5px;

}

.lightbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.main-pic{
    border-radius: 5px;
}

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

    .box {
        padding: 15px 5% 30px 5%;
    }

    .box-head {
        padding: 15px 5% 15px 5%;
    }

    .hero {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: auto;

    }

    .product {
        padding: 30px 5% 30px 5%;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .product-small {
        grid-template-rows: 1fr 0.5fr;
    }

    .lightbox {
        grid-template-columns: 1fr 1fr;
    }

    .hero-photo {
        display: flex;
        align-items: center;
    }

    .form{
        scroll-margin-top: 50px;
    }
}