.nortis__container {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
    position: relative;
}
/* Nortis:: Header **********************************************/
.nortis__hdr {
    position: relative;
    display: flex;
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}
.nortis__hdr .nortis__hdr-brand img {
    width: 190px;
}
/*- Nortis:: Social -------*/
.nortis__social ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nortis__social ul li a {
    font-size: 16px;
    color: #000;
}
.nortis__social ul li a:hover {
    color: #d73941;
}
/*- Nortis:: Langs -------*/
.nortis__langs {
    position: relative;
}
.nortis__langs a,
.nortis__langs label {
    display: flex;
    align-items: center;
    color: #000;
    justify-content: flex-start;
    font-size: 15px;
    cursor: pointer;
}
.nortis__langs label i{
    margin-left: 8px;
    font-size: 12px;
}
.nortis__langs a span{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.nortis__langs img {
    width: 21px;
    margin-right: 8px;
    position: relative;
    bottom: 1px;
}
.nortis__langs.hover li {
    transition-delay: 300ms;
}
.nortis__langs .nortis__langs-drop:checked + label{
    opacity: .7;
}
.nortis__langs .nortis__langs-drop:checked + label:before,
.nortis__langs .nortis__langs-drop:not(:checked) + label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}
.nortis__langs .nortis__langs-drop:checked + label:before {
    pointer-events: auto;
}
.nortis__langs .nortis__langs-drop:not(:checked) + label .uil {
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}
.nortis__langs .nortis__langs-drop:checked + label .uil {
    transform: rotate(180deg);
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}
.nortis__langs .nortis__langs-drop_sec {
    position: absolute;
    background-color: #fff;
    top: 35px;
    right: 0;
    border-radius: 7px;
    display: block;
    z-index: 99999999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
    padding: 8px;
    width: 190px;
    border: 1px solid #dbdbdb;
}
.nortis__langs .nortis__langs-drop_sec li{
    margin: 0 0 7px 0 !important;
}
.nortis__langs .nortis__langs-drop_sec li a{
    color: #000;
    font-size: 15px;
    padding: 6px 10px 5px 10px;
    background-color: #f4f4f4;
    border-radius: 4px;
}
.nortis__langs .nortis__langs-drop_sec li a:hover{
    color: #fff;
    background-color: #000;
}
.nortis__langs .nortis__langs-drop_sec li:last-child{
    margin: 0 !important;
}
.nortis__langs .nortis__langs-drop:checked ~ .nortis__langs-drop_sec {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.nortis__langs .nortis__langs-drop_sec:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
    display: block;
    z-index: 1;
}
.nortis__langs .nortis__langs-drop_sec:after {
    position: absolute;
    top: -7px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}
.nortis__langs [type="checkbox"]:checked,
.nortis__langs [type="checkbox"]:not(:checked) {
    display: none;
}
.nortis__langs.hover:hover li, .nortis__langs.toggle > input:checked ~ ul li {
    height: 40px;
}
.nortis__langs.hover:hover li:first-child, .nortis__langs.toggle > input:checked ~ ul li:first-child {
    padding-top: 15px;
}
/* Nortis:: Waitlist **********************************************/
.nortis__mains {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5em;
}
.nortis__mains h1 { font-size: 23px; }
.nortis_statics .nortis__mains{
    display: grid;
    gap: 20px;
}
.nortis__main {
    position: relative;
    z-index: 1;
    max-width: 450px;
    width: 450px;
}
.nortis_statics .nortis__main {
    max-width: 100%;
    width: 100%;
}
.nortis__main h1 {
    font-size: 27px;
    margin-bottom: 8px;
}
.nortis__main h3 {
    font-weight: lighter;
    font-size: 25px;
    margin-bottom: -7px;
}
.nortis__main h4 {
    font-size: 27px;
    margin-bottom: 25px;
}
/*- Nortis:: Waitlist - picture -------*/
.nortis__main picture {
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 15px;
    height: 12em;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
    margin: 20px 0;
    background-image: url('../imgs/nortis-cvr.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nortis__main picture button {
    background-color: #FFF;
    border-radius: 100%;
    width: 6em;
    height: 6em;
    color: #d73941;
}
.nortis__main picture button i {
    font-size: 25px;
    position: relative;
    left: 3px;
    top: 1px;
}
.nortis__main picture button:hover {
    background-color: #d73941;
    color: #fff;
}
/*- Nortis:: Waitlist - acts -------*/
.nortis__main .nortis__main-acts button {
    border-radius: 100px;
    background-color: #d73941;
    color: #FFF;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 16px;
}
.nortis__main .nortis__main-acts button:nth-child(2) {
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    margin-top: 13px;
    color: #000;
}
.nortis__main .nortis__main-acts button img {
    width: 22px;
}
.nortis__main .nortis__main-acts button span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.nortis__main .nortis__main-acts button:hover {
    background-color: #000;
    color: #fff;
}
.nortis__main .nortis__main-acts button:nth-child(2):hover {
    background-color: #FFF;
    border: 1px solid #000;
    color: #000;
}
/*- Nortis:: Waitlist - airplane -------*/
.nortis__airplane {
    position: absolute;
    margin-top: -10em;
    scale: 1.2;
}
.nortis__airplane img {
    animation: MoveUpDown 2s linear infinite;
    position:relative;
    left: 0;
    bottom: 0;
}
@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
}
/* Nortis:: Footer **********************************************/
.nortis__ftr {
    position: relative;
    text-align: center;
    display: grid;
    gap: 15px;
    margin-top: 2em;
}
/*- nortis:: calls -------*/
.nortis__calls ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.nortis__calls ul li i.fa-circle {
    font-size: 6px;
    bottom: 2px;
    position: relative;
    color: #8e8e8e;
}
.nortis__calls ul li a {
    font-size: 14px;
    color: #000;
}
.nortis__calls ul li a i {
    margin-right: 3px;
    font-size: 12px;
    position: relative;
    bottom: 1px;
}
.nortis__calls ul li a:hover {
    background: none;
    text-decoration: underline;
}
/*- nortis:: Statics -------*/
.nortis__statics {
    text-align: left;
    line-height: 26px;
}
.nortis__statics.ac_alone {
    width: auto;
}
.nortis__statics form{
    width: 100%;
}
.nortis__statics p{
    margin-bottom: 13px;
}
.nortis__statics h1, .nortis__statics h2, .nortis__statics h3, .nortis__statics h4, .nortis__statics h5, .nortis__statics h6 {
    margin-bottom: 10px;
}
.nortis__statics h5{
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
}
.nortis__statics h5:first-child{
    margin-top: 0;
}
.nortis__statics h2 {
    font-size: 18px;
}
.nortis__statics h1 {
    font-size: 24px;
}
.nortis__statics p:last-child {
    margin-bottom: 0;
}
.nortis__muls { display: flex; justify-content: space-between; }

/****************************************************************/
/* nortis:: Respon ********************************************/
@media only screen and (max-width: 950px) {
    body { padding: 4em 2em; }
    .nortis__container { max-width: 500px; }
    .nortis__mains { border-radius: 20px; padding: 3em; }
    .nortis__main { max-width: 450px; width: 450px; }
    .nortis__main h1 { font-size: 20px; }
    .nortis__main h3 { font-size: 18px; }
    .nortis__airplane { margin-top: -6em; scale: 1.6; }
}
@media only screen and (max-width: 700px) {
    .nortis__mains h1 { font-size: 19px; }
    .nortis__hdr { margin-bottom: 1em; }
    .nortis__container { max-width: 400px; }
    .nortis__hdr .nortis__hdr-brand img { width: 160px; }
    .nortis__form-cols {
        display: grid;
    }
    .nortis__main h1 { font-size: 19px; margin-bottom: 13px; }
    .nortis__main h3 { font-size: 18px; }
    .nortis__muls { justify-content: center; display: grid; gap: 14px; }
}
@media only screen and (max-width: 400px) {
    body { padding: 3em 0em; }
    .nortis__calls ul { display: grid; gap: 0px; }
    .nortis__container { max-width: 330px; }
}
