
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}



input {
    display: flex;
    padding: 12px 229px 12px 11px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.04);
    width: 100%;
}

.btn-ai {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: #1D1B20;
    color: #FFF;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 13px 40px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-ai:hover, .btn-ai:active {
    background: #2F2D32;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}



.rotate-div {
    display: flex;
    position: fixed;
    top: 55%;
    transform: translate(-43%, -55%) rotate(-90deg);
    z-index: 1100;
}


.rotate-div .rotate-el {
    color: #000;
    text-align: center;
    font-family: "Akkurat Pro", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rotate-div .rotate-el.one {
    padding: 20px 33px 20px 20px;
    width: 20px;
    border: 2px solid #000;
}

.rotate-div .rotate-el.engine {
    width: 367px;
    padding: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.rotate-div .rotate-el.earth {
    width: 325px;
    padding: 20px;
    border: 2px solid #000;

}



.nav-links {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: end;
    z-index: 1000;
    background-color: #fff
}


.nav-links .links {
    margin-top: 62px;
    margin-right: 5%;
}

.nav-links .links a {
    padding: 20px;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    font-family: "Akkurat Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}


.nav-links .links span{
    padding: 20px;
    margin-left: -7px;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    font-family: "Akkurat Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
}



.login-section {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.login-section .left .body {
    display: flex;
    justify-content: center;
}


.login-section .left .body .image {
    background: url(../img/user/no-auth.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 45px;
    position: relative;
    width: 828px;
    height: 876px;
    flex-shrink: 0;
    background-position: right;
}



.login-section .left .body .image h1 {
    position: absolute;
    top: 55%;
    left: 8%;
    color: #000000;
    width: 1000px;
    font-family: Lato, sans-serif;
    font-size: 170px;
    font-style: normal;
    font-weight: 900;
    line-height: 145px;
}


.login-section .left .body .image-first {
    width: 402px;
    height: 502px;
    flex-shrink: 0;
    background: url('../img/user/login-first.png') lightgray 50% / cover no-repeat;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}


.login-section .left .body .image-second {
    width: 402px;
    height: 401px;
    flex-shrink: 0;
    background: url('../img/user/login-second.png') lightgray 50% / cover no-repeat;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    position: absolute;
    margin-left: 280px;
    margin-top: 168px;
}



.login-section .right {
    display: inline-flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #FFF;
    width: 100%;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
}

.login-section .right h2 {
    text-align: center;
    align-self: stretch;
    color: #1D1B20;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
}




#image-button {
    display: flex;
    padding: 12px 229px 12px 11px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.04);
    width: 100%;
}

#image-button img {
    max-width: 25px;
    height: auto;
}



.modal .modal-content  {
    display: flex;
    padding: 12px 20px 12px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}


.modal .modal-content h2 {
    color: #49454F;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.1px;
    align-self: stretch;
}

.modal .modal-content p {
    color: #49454F;
    align-self: stretch;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.25px;
}


.modal .modal-content .actions {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-top: 35px;
    align-self: stretch;
}

.modal .modal-content .actions .delete {
    color: #B3261E;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

.modal .modal-content .actions .cancel {
    color: #1D1B20;
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 1578px) {
.nav-links .links a {
    font-size: 11px;
    padding: 12px 17px 10px 10px;
    line-height: 14px;
}

.nav-links .links span {
    padding: 0px 9px 7px 9px;

}

.nav-links .links span img {
    width: 19px;
}



.rotate-div .rotate-el {
    font-size: 11px;
    line-height: 14px;
}

.rotate-div .rotate-el.one {
    padding: 10px 17px 10px 10px;
}

.rotate-div .rotate-el.engine {
    width: 200px;
    padding: 10px;
}

.rotate-div .rotate-el.earth {
    width: 180px;
    padding: 10px;
}

.home-section .left .body h1 {
    font-size: 67px;
}
}




@media (max-width: 991px) {
.login-section .left, .home-section .left {
    display: none;
}

}





