/*#landing {
    display: none;
}*/
/*@media (min-width: 481px)*/
    /*(min-width: 376px) and (orientation: portrait),*/
    /*(min-width: 720px) and (orientation: landscape) */ /*{*/
    /*.wrapper {
        display: none;
    }*/
    
    .hidden {
        display: none;
    }
    
    #landing {
        font-family: 'SFUIDisplay-Regular', serif;
        display: block;
        font-size: 24px;
        font-size: 1.25vw;
        line-height: 29px;
        line-height: 1.5vw;
    }
    
    #landing p {
        font-size: 18px;
        /*font-size: 0.935vw;*/
        font-size: 1.2vw;
        line-height: 32px;
        line-height: 1.9vw;
        text-align: justify;
        margin-bottom: 20px;
    }
    
    .landing-carousel {
        position: relative;
    }
    
    .landing-carousel .carousel-inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10;
    }
    
    .landing-nav {
        width: 100%;
        padding: 0 125px;
        padding: 0 6.5vw;
        position: absolute;
        top: 0;
        margin-top: 80px;
        margin-top: 4vw;
        z-index: 1000;
    }
    
    .landing-container {
        width: 100%;
        padding: 100px 125px;
        padding: 5.2vw 6.5vw;
    }
    
    .landing-container__about {
        background-color: #331645;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    }
    
    .landing-container__contacts {
        background-color: #491744;
    }
    
    .landing-menu {
        list-style: none;
    }
    
    .landing-menu-item {
        display: inline-block;
        margin: 0 30px;
    }
    
    .landing-menu-item a:hover {
        text-decoration: none;
        color: #FFFFFF;
    }
    
    .landing-logo {
        position: absolute;
        top: 0;
        margin-top: 22%;
        /*top: calc(50% - 133px);*/
        /*left: calc(50% - 321px);*/
        width: 100%;
        text-align: center;
        z-index: 100;
    }
    
    .landing-logo img {
        width: 27%;
    }
    
    .landing-qr {
        position: absolute;
        z-index: 100;
        /*left: calc(50% - 246px);*/
        width: 100%;
        bottom: 0;
        margin-bottom: 4%;
        margin-bottom: 4vw;
        text-align: center;
    }
    
    .landing-qr img {
        width: 9%;
    }
    
    .landing-qr__info {
        margin-bottom: 20px;
    }
    
    .landing-title {
        font-family: 'SFUIDisplay-Heavy', serif;
        font-size: 64px;
        font-size: 3.35vw;
        line-height: 76px;
        line-height: 4vw;
        margin-bottom: 50px;
        margin-bottom: 2.65vw;
        width: 100%;
    }
    
    .landing-row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .landing-col-6 {
        flex-basis: 60%;
    }
    
    .landing-col-2 {
        flex-basis: 20%;
    }
    
    .landing__mobile-screens {
        justify-content: space-between;
    }
    
    .landing__mobile-screen {
        width: 15%;
        /*height: auto;*/
        min-height: auto !important;
    }
    
    .landing__about {
        margin-bottom: 60px;
        margin-bottom: 3vw;
    }
    
    .landing-col-4 {
        flex-basis: 40%;
    }
    
    .align-end {
        margin-left: auto;
    }
    
    .pd-10 {
        padding-right: 10%;
    }
    
    .landing-row__footer {
        margin-top: 50px;
        margin-top: 2.65vw;
    }
    
    .landing__auth {
        position: relative;
        z-index: 1000;
    }
    
    .auth__button:hover {
        cursor: pointer;
    }
    
    .auth__popup {
        position: absolute;
        right: 0;
        background: rgba(51, 22, 69, 0.9);
        border-radius: 20px 0px 0px 20px;
        padding: 30px;
        display: none;
        z-index: 1000;
    }
    
    .auth__popup.show {
        display: block;
    }
    
    .auth_error {
        margin-bottom: 20px;
    }
    
    .auth__select {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    
    .auth__select-item {
        opacity: 0.4;
    }
    
    .auth__select-item.active {
        opacity: 1;
    }
    
    .auth__select-item:hover {
        cursor: pointer;
    }
    
    .auth__tab {
        display: none;
        min-width: 400px;
    }
    
    .auth__tab.active {
        display: block;
    }
    
    .auth-form__row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    
    .auth-form__row {
        width: 400px;
        margin-bottom: 20px;
    }
    
    .auth-form__forgot {
        text-align: right;
        margin-bottom: 20px;
        opacity: 0.4;
    }
    
    .auth-form__forgot:hover {
        cursor: pointer;
    }
    
    .auth-form__label {
        margin-bottom: 0;
    }
    
    .auth-form__input,
    .auth-form__input:focus,
    .auth-form__input:active {
        min-width: 250px;
        width: 250px;
    }
    
    .auth-form__button {
        box-shadow: none;
        font-size: 1.25vw;
        background: rgba(255, 255, 255, 0.05);
    }
    
    .auth-form__agree .field-check {
        font-size: 1.25vw;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding-left: 2rem;
    }
    
    .auth-form__agree .field-check__box {
        width: 25px;
        height: 25px;
        margin-left: -2rem;
    }
    
    .auth-form__agree {
        margin-bottom: 20px;
    }
    
    .auth_error {
        color: red;
    }
/*}*/

@media (min-width: 1200px) {
    #landing {
        font-family: 'SFUIDisplay-Regular', serif;
        display: block;
        font-size: 24px;
        line-height: 29px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #landing {
        font-family: 'SFUIDisplay-Regular', serif;
        display: block;
        font-size: 14px;
        line-height: 19px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #landing {
        font-family: 'SFUIDisplay-Regular', serif;
        display: block;
        font-size: 12px;
        line-height: 15px;
    }
}
@media (max-width: 575px) {
    #landing {
        font-family: 'SFUIDisplay-Regular', serif;
        display: block;
        font-size: 10px;
        line-height: 14px;
    }
    .landing-menu {
        padding-left: 0;
    }
    .landing-menu-item {
        margin: 0 10px;
    }
    .landing-col-6 {
        flex-basis: 100%;
    }
    #landing p {
        font-size: 10px;
        line-height: 14px;
    }
    .auth__tab {
        min-width: auto;
    }
    .auth-form__row {
        width: 300px;
    }
    .auth-form__agree .field-check {
        font-size: 10px;
    }
    .auth-form__button {
        font-size: 10px;
    }
}