* {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    box-sizing: border-box;
    color:#0d2645;
    list-style-type: none;
}

body {
    height: auto;
    min-height: 100vh;
    background: white url("../img/bg-pic-moc.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;

}
#wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    height: auto;
}

#wrapper:before {
    content: "";
    position: absolute;
    width: 150%;
    height:42vh;
    rotate: -42deg;
    background-color: #0d2645;
    z-index:-1;
    transform-origin: left bottom;
    box-shadow: -100px 80px 82px 0 rgba(255,255,255,0.8);
}

#wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height:25vh;
    left:calc(100vw - 275px);
    top:100%;
    rotate: -42deg;
    background-color: #0d2645;
    z-index:-1;
    transform-origin: left top;
    box-shadow: -80px -80px 82px 0 rgba(255,255,255,0.8);
}

header {
    position: relative;
    width: 100%;
    height: 110px;
}
header img {
    width: auto;
    max-height: 100%;
}

.text-center {
    text-align: center !important;
}

section	{
    align-self: center;
    flex:1;
    width: 100%;
    max-width: 96vw;
    margin:60px 0;
}

.content-wrap {
    padding:1.5rem 2rem;
    background-color: rgba(255,255,255,0.89);
    width: 100%;
    max-width: 1590px;
    margin:0 auto;
}
h1, h2 {
    font-size:30px;
    margin-bottom:25px;
    text-align: center;
}

p {
    text-align: justify;
    margin-bottom: 20px;
}

hr {
    display: block;
    width: 100%;
    height: 2px;
    border:0;
    background-color: #757576;
}
sup {
    font-size:65%;
    line-height: 1;
}

ul {
    margin-bottom: 40px;
}
ul li {
    display: flex;
    flex-wrap:nowrap;
}
ul li span {
    line-height: 1.8;
}
ul li span:first-child {
    min-width: 100px;
}

.lh-big {
    line-height: 1.8;
    margin-bottom:75px;
}
.social {
    display: block;
    width: 64px;
    margin:0 auto;
}
footer {
    display: flex;
    flex-direction: column;
    padding: 15px 0 0 0;
}

footer p {text-align: left}

@media (min-width:1280px){
    #wrapper:before {
        height: 83vh;
        rotate:-42deg!important;
    }
    .content-wrap {
        padding:1.5rem 3.75rem;
    }
    .content-wrap h1,
    .content-wrap h2,
    .content-wrap p {
        text-align: center;
        margin-bottom:30px;
    }
    .content-wrap p {
        padding:0;
        max-width: 1170px;
        margin-left:auto;
        margin-right:auto;
    }
    footer {
        padding: 30px 0 0 0;
    }

    footer p { flex-basis:45%;}
    .content-wrap footer p {text-align: left}
}

@media (min-width: 1400px) {
    section	{
        margin:80px 0;
    }
}

@media (min-width:1600px){
    header {
        height: auto
    }
    section	{
        margin:100px 0;
    }

}

#download_container .btn {
    width: 100%;
    padding:20px 20px;
    text-transform: uppercase;
    background-color: #6dcc4a;
    color:#0d2646;
    box-shadow: none;
    border:0;
    font-size:24px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

#download_container .btn:hover {
    background-color: #83d564;
    box-shadow: none;
    cursor: pointer;
}
#download_container .btn.disabled,
#download_container .btn:disabled {
    color:white;
    background-color: #e5e5e5;
    cursor:not-allowed;
}
@media (min-width: 768px)  {
    #download_container .btn {
        max-width: 60%;
    }
}
@media (min-width: 992px)  {
    #download_container .btn {
        max-width: 50%;
    }
}
@media (min-width: 1200px)  {
    #download_container .btn {
        max-width: 40%;
    }
}



.form-group  {
    display: flex;
    flex-direction: column;
    gap:10px;
    margin-bottom:10px;
}



.form-group .form-control {
    padding:20px;
    text-align: center;
    border:3px solid #0d2646;
    margin-bottom: 10px;
}

.input-group > .form-control:focus,
.input-group > .form-control:focus-visible {
    outline: 3px solid #dee2e6;
}

.form-group > .form-control:focus,
.form-group > .form-control:focus-visible {
    outline: 3px solid #dee2e6;
}



.form-group .btn {
    position: relative;
    z-index: 2;
    background-color:#0d2646;
    border:3px solid #0d2646;
    color:white;
    padding:20px;
    font-size:20px;
    text-transform: uppercase;
    cursor: pointer;
}

.form-group .btn.disabled,
.form-group .btn:disabled {
    cursor: not-allowed;
    background-color: #6c7e91;
    border:3px solid #6c7e91;
    box-shadow: none;
}

.code-wrap {
    max-width: 100%;
    margin-bottom: 10px;
}

#error_message {
    color:red;
    font-size:23px;
}

@media (min-width: 768px)  {
    .code-wrap {
        max-width: 60%;
        margin-left:auto;
        margin-right:auto;
    }
}

@media (min-width: 992px)  {
    .code-wrap {
        max-width: 50%;
        margin-left:auto;
        margin-right:auto;
    }
}

@media (min-width: 1200px)  {
    .form-group {
        margin-bottom:20px;
    }

    .code-wrap {
        max-width: 40%;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
    }
}


::placeholder {
    color:#d8d8d8 !important;
}
