/* VARIABLES */
/* VARIABLES */
@media screen and (min-width: 1025px) {
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        height: 100vh;
        overflow: hidden;
        color: #282829;
        margin: 0;
    }

    #scrollbar {
        height: 100vh;
        overflow: auto;
    }

    .container {
        width: 90%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .container {
        width: 92%;
    }
}

@media screen and (min-width: 1025px) {
    .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 1;
        counter-reset: item;
        height: 100vh;
    }
    .wrapper .item {
        position: relative;
        padding: 150px 85px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .wrapper .item {
        padding: 150px 60px;
    }
}

@media screen and (min-width: 1025px) {
    /* HEADER */
    .header {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        position: fixed;
        top: 60px;
        left: 0;
        padding: 0 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header--modal-active {
        z-index: 100;
    }
    .header--modal-active .header__logo {
        visibility: hidden;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .header {
        padding: 0;
        padding-left: 60px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .header {
        padding: 0;
        padding-left: 50px;
    }
}
@media screen and (min-width: 1025px) {
    .header .header__menu {
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(4px 4px 10px #414c61);
    }
    .header .header__menu .header__button {
        cursor: pointer;
        width: 80px;
        height: 50px;
        background: #f5f5f5;
        -webkit-clip-path: polygon(30% 0, 100% 0, 70% 100%, 0% 100%);
        clip-path: polygon(30% 0, 100% 0, 70% 100%, 0% 100%);
    }
    .header .header__menu .header__button img {
        padding: 15px 25px;
    }
    .header .header__menu .header__button:hover {
        background-color: #dcdcdc;
        -webkit-transition: background-color linear 0.2s;
        transition: background-color linear 0.2s;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .header {
        top: 20px;
    }
}

@media screen and (min-width: 1025px) {
    .button {
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(4px 4px 10px #414c61);
    }
    .button .button__inner {
        cursor: pointer;
        background-image: url("/auth/img/button-orange-rect.svg");
        background-repeat: no-repeat;
        background-position: -100px center;
        background-size: 100%;
        border: none;
        outline: none;
        background-color: #f5f5f5;
        font-family: "Square-Roman", sans-serif;
        font-size: 14px;
        letter-spacing: 1;
        width: 250px;
        height: 50px;
        -webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
        clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
    }
    .button .button__inner:hover {
        background-color: #dcdcdc;
        -webkit-transition: background-color linear 0.2s;
        transition: background-color linear 0.2s;
    }

    .first {
        background-image: url("/auth/img/first-slide-back.jpg");
        background-repeat: no-repeat;
        background-position: center right;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .first {
        background-image: url("/auth/img/first-slide-back-1600.jpg");
        background-size: contain;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .first {
        background-image: url("/auth/img/first-slide-back-1440.jpg");
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .first {
        background-image: url("/auth/img/first-slide-back-1366.jpg");
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .first {
        background-position: center right -30px;
    }
}
@media screen and (min-width: 1025px) {
    .first .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .first .content .content__text p {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 36px;
        color: #797979;
        line-height: 0;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600 px) {
    .first .content .content__text p {
        font-size: 24px;
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 375px) {
    .first .content .content__text p {
        padding-bottom: 10px;
        font-size: 18px;
    }
}
@media screen and (min-width: 1025px) {
    .first .content .content__text h2 {
        font-family: "Square-Bold", sans-serif;
        line-height: 0;
        font-weight: bold;
        font-size: 96px;
        color: #282829;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .first .content .content__text h2 {
        font-size: 55px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 375px) {
    .first .content .content__text h2 {
        font-size: 30px;
    }
}
@media screen and (min-width: 1025px) {
    .first .content .content__img {
        margin-left: 180px;
    }
    .first #mainlogo {
        position: absolute;
        right: 200px;
        text-align: right;
        width: 760px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .first #mainlogo {
        width: 740px;
        right: 50px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .first #mainlogo {
        width: 620px;
        right: 50px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .first #mainlogo {
        width: 495px;
        right: 50px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 375px) {
    .first #mainlogo {
        width: 300px;
        right: -200px;
    }
}

@media screen and (min-width: 1025px) {
    /* SECOND SCREEN */
    .second {
        background-image: url("/auth/img/second-slide-back.jpg");
        background-repeat: no-repeat;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .second {
        background-size: contain;
    }
}
@media screen and (min-width: 1025px) {
    .second .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .second .content .content__text .sub-title {
        margin-left: 255px;
        width: 198px;
        height: 39px;
        background-image: url("/auth/img/sub-2-slide-orange-rect.png");
        padding: 5px 22px;
        letter-spacing: 1.2;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .second .content .content__text .sub-title {
        margin-left: 150px;
    }
}
@media screen and (min-width: 1025px) {
    .second .content .content__text .sub-title p {
        font-family: "Square-Bold", sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        line-height: 0;
    }
    .second .content .content__text h2 {
        font-family: "Square-Bold", sans-serif;
        line-height: 0;
        font-weight: bold;
        font-size: 72px;
        color: #282829;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .second .content .content__text h2 {
        font-size: 55px;
    }
}
@media screen and (min-width: 1025px) {
    .second .content .corner-grid {
        padding-left: 50px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .second .content .corner-grid {
        padding-left: 100px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .second .content .corner-grid {
        padding-left: 90px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .second .content .corner-grid {
        padding-left: 70px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .second .content .corner-grid {
        padding-left: 60px;
    }
}
@media screen and (min-width: 1025px) {
    .second .content .corner-grid .corner-grid__item {
        width: 270px;
        cursor: pointer;
        display: inline-block;
        margin-right: -10px;
        -webkit-filter: drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(4px 4px 10px #414c61);
    }
    .second .content .corner-grid .corner-grid__item:hover {
        opacity: 0.7;
        transition: all linear 0.3s;
    }
    .second .content .corner-grid .corner-grid__item:hover h3 {
        color: #ff541e;
    }
    .second .content .corner-grid .corner-grid__item h3 {
        font-family: "Square-Roman", sans-serif;
        font-size: 12px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .second .content .corner-grid .corner-grid__item h3 {
        font-size: 10px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .second .content .corner-grid .corner-grid__item {
        width: 200px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .second .content .corner-grid .corner-grid__item {
        width: 190px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .second .content .corner-grid .corner-grid__item {
        width: 180px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .second .content .corner-grid .corner-grid__item {
        width: 170px;
    }
}
@media screen and (min-width: 1025px) {
    .second .content .corner-grid .corner-grid--first-row {
        margin-left: 140px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .second .content .corner-grid .corner-grid--first-row {
        margin-left: 100px;
    }
}
@media screen and (min-width: 1025px) {
    .second .content .corner-grid .corner-grid--second-row {
        margin-left: 70px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .second .content .corner-grid .corner-grid--second-row {
        margin-left: 50px;
    }
}
@media screen and (min-width: 1025px) {
    .second .content .corner-grid .corner-grid--third-row {
        margin-top: 20px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .second .content .corner-grid .corner-grid--third-row {
        margin-right: 50px;
    }
}

@media screen and (min-width: 1025px) {
    /* THIRD SCREEN */
    .third {
        background-image: url("/auth/img/r-litera-third.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 850px auto;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third {
        background-size: 600px auto;
    }
}
@media screen and (min-width: 1025px) {
    .third .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .third .content .content__text .sub-title {
        margin-left: 200px;
        width: 260px;
        height: 55px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .content__text .sub-title {
        margin-left: 50px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .content__text .sub-title .rects {
        position: relative;
        color: #fff;
        text-align: center;
        font-family: "Square-Bold", sans-serif;
        font-weight: bold;
        font-size: 16px;
    }
    .third .content .content__text .sub-title .rects .price-1 {
        position: absolute;
        top: 10px;
        left: 0;
        background: #ff541e;
        width: 136px;
        height: 40px;
        line-height: 40px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .third .content .content__text .sub-title .rects .price-2 {
        position: absolute;
        top: 20px;
        left: 116px;
        width: 136px;
        height: 40px;
        line-height: 40px;
        background: #e33700;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .third .content .content__text .sub-title .rects .month {
        top: 6px;
        right: 0;
        position: absolute;
        background: #328fcd;
        width: 100px;
        height: 20px;
        font-size: 13px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .third .content .content__text .sub-title .rects .and {
        position: absolute;
        top: 26px;
        left: 110px;
        background: #328fcd;
        width: 35px;
        height: 20px;
        font-size: 13px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .third .content .content__text h2 {
        font-family: "Square-Bold", sans-serif;
        line-height: 0;
        font-weight: bold;
        font-size: 72px;
        color: #282829;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .content__text h2 {
        font-size: 55px;
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .button__inner {
        background-position: -132px center;
        width: 320px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .third .content .first-half {
        margin-left: 100px;
        width: 1190px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half {
        margin-top: 30px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 960px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 533px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .first-half__grid {
        width: 455px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__grid h3 {
        font-family: "Square-Roman", sans-serif;
        font-size: 12px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .first-half__grid h3 {
        font-size: 14px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__grid .first-half__item {
        cursor: pointer;
        -webkit-filter: drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(4px 4px 10px #414c61);
    }
    .third .content .first-half .first-half__grid .first-half__item a {
        text-decoration: none;
        color: #282829;
    }
    .third .content .first-half .first-half__grid .first-half__item:hover {
        opacity: 0.7;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }
    .third .content .first-half .first-half__grid .first-half__item:hover h3 {
        color: #ff541e;
    }
    .third .content .first-half .first-half__grid .first-half__item.col-12 {
        width: 100%;
    }
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item.col-12
        .first-half__item--img {
        height: 290px;
        background-image: url("/auth/img/third-item-1half-1.jpg");
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item.col-12
        .first-half__item--img {
        height: 250px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__grid .first-half__item.col-6 {
        width: 250px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .first-half__grid .first-half__item.col-6 {
        width: 215px;
    }
}
@media screen and (min-width: 1025px) {
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item.col-6
        .first-half__item--img {
        width: 100%;
        height: 237px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item.col-6
        .first-half__item--img {
        height: 164px;
    }
}
@media screen and (min-width: 1025px) {
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item:nth-child(2)
        .first-half__item--img {
        background-image: url("/auth/img/third-item-1half-2-1.jpg");
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item:nth-child(2)
        .first-half__item--img {
        background-image: url("/auth/img/third-item-1half-2-1.jpg");
    }
}
@media screen and (min-width: 1025px) {
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item:nth-child(3)
        .first-half__item--img {
        background-image: url("/auth/img/third-item-1half-3-retina.jpg");
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item:nth-child(3)
        .first-half__item--img {
        background-image: url("/auth/img/third-item-1half-3-retina.jpg");
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__social {
        width: 600px;
        padding: 12px 30px 21px;
        background-color: #f5f5f5;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .first-half__social {
        padding: 7px 20px 7px;
        width: 450px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__social h2 {
        font-family: "Square-Bold", sans-serif;
        font-size: 18px;
        font-weight: bold;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .first-half__social h2 {
        padding-top: 0;
        font-size: 14px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__social p {
        font-family: "Open Sans";
        font-size: 14px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .first-half__social p {
        padding: 0;
        font-size: 12px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__social ul {
        list-style: none;
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .third .content .first-half .first-half__social ul li {
        list-style: none;
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(4px 4px 10px #414c61);
    }
    .third .content .first-half .first-half__social ul li button {
        cursor: pointer;
        background-color: #f5f5f5;
        font-family: "Square-Roman", sans-serif;
        border: none;
        outline: none;
        font-size: 12px;
        width: 105px;
        height: 40px;
        -webkit-clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%);
        clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%);
    }
    .third .content .first-half .first-half__social ul li button--active {
        background-image: url("/auth/img/button-blue-rect.svg");
        background-repeat: no-repeat;
        background-position: -5px 8px;
        background-size: 20%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .first-half__social ul li button {
        width: 75px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__social ul li button:hover {
        background-color: #dcdcdc;
        background-image: url("/auth/img/button-blue-rect.svg");
        background-repeat: no-repeat;
        background-position: 92px 6px;
        background-size: 11%;
        -webkit-transition: background-color linear 0.2s;
        transition: background-color linear 0.2s;
    }
    .third .content .first-half .telegram-wide-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 600px;
        margin-bottom: 30px;
        padding-left: 30px;
        background: white;
        border: 1px solid #f2f2f2;
        background-image: url("/auth/img/telegram-button-corner.png");
        background-repeat: no-repeat;
        background-position: bottom left;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .telegram-wide-button {
        width: 450px;
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .telegram-wide-button h2 {
        padding-top: 15px;
        font-family: "Square-Bold", sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .telegram-wide-button h2 {
        padding-top: 25px;
        margin: 0 0 5px 0;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .telegram-wide-button p {
        font-family: "Open Sans";
        font-size: 14px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .telegram-wide-button p {
        margin: 5px 0;
        font-size: 12px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .telegram-wide-button button {
        width: 100px;
        background: #2196f3;
        height: 100px;
        border: none;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .telegram-wide-button button {
        height: 97px;
    }
}
@media screen and (min-width: 1025px) {
    .third .content .first-half .first-half__video {
        -webkit-filter: drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(4px 4px 10px #414c61);
    }
    .third .content .first-half .first-half__video .teaser {
        cursor: pointer;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 338px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .third .content .first-half .first-half__video .teaser {
        width: 450px;
        height: 253px;
    }
}

@media screen and (min-width: 1025px) {
    /* FOURTH SCREEN */
    .fourth {
        background-image: url("/auth/img/fourth-slide-back.jpg");
        background-repeat: no-repeat;
        background-position: center right;
    }
    .fourth .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .fourth .content .link-cloud img {
        margin-top: 20px;
        width: 820px;
    }
    .fourth .content .fourth__grid {
        margin-left: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 620px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .fourth .content .fourth__grid {
        width: 520px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .fourth .content .fourth__grid {
        width: 420px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .fourth .content .fourth__grid .col1 {
        margin-right: 10px;
    }
}
@media screen and (min-width: 1025px) {
    .fourth .content .fourth__grid .col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .fourth .content .fourth__grid .grid-item {
        cursor: pointer;
        position: relative;
        width: 300px;
        -webkit-filter: drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(4px 4px 10px #414c61);
    }
    .fourth .content .fourth__grid .grid-item:hover {
        opacity: 0.7;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .fourth .content .fourth__grid .grid-item {
        width: 210px;
    }
}
@media screen and (min-width: 1025px) {
    .fourth .content .fourth__grid .grid-item h3 {
        position: absolute;
        margin: 0;
        bottom: 25px;
        left: 25px;
        font-family: "Square-Roman", sans-serif;
        font-size: 16px;
        color: white;
    }

    /* FIFTH SCREEN */
    .fifth {
        background: #f4f4f4;
        background-image: url("/auth/img/fifth-slide-back.jpg");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
    }
    .fifth .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .fifth .content {
        width: 1440px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .content .content__text .sub-title {
        margin-left: 255px;
        width: 198px;
        height: 70px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .fifth .content .content__text .sub-title {
        margin-left: 150px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .content .content__text .sub-title .rects {
        position: relative;
        color: #fff;
        text-align: center;
        font-family: "Square-Bold", sans-serif;
        font-weight: bold;
        font-size: 16px;
    }
    .fifth .content .content__text .sub-title .rects .price {
        position: absolute;
        top: 40px;
        left: 75px;
        background: #e33700;
        width: 165px;
        height: 40px;
        line-height: 40px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .fifth .content .content__text .sub-title .rects .moneyback {
        position: absolute;
        top: 0;
        left: 0;
        width: 165px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        background: #c5c5c5;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .fifth .content .content__text .sub-title .rects .year {
        top: 20px;
        right: -56px;
        position: absolute;
        background: #328fcd;
        width: 100px;
        height: 20px;
        font-size: 13px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .fifth .content .content__text .under-title {
        margin-left: 200px;
        margin-top: 20px;
    }
    .fifth .content .content__text .under-title p {
        background: #ff541e;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-family: "Square-Bold", sans-serif;
        width: 148px;
        height: 40px;
        line-height: 40px;
        -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
        clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    }
    .fifth .content h2 {
        font-family: "Square-Bold", sans-serif;
        line-height: 0;
        font-weight: bold;
        font-size: 72px;
        color: #282829;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .fifth .content h2 {
        font-size: 55px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .button__inner {
        background-position: -158px center;
        width: 375px;
        -webkit-clip-path: polygon(5% 0, 100% 0, 94% 100%, 0% 100%);
        clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    }
    .fifth .fifth__grid {
        position: relative;
        height: 695px;
        width: 1200px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .fifth .fifth__grid {
        width: 900px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .fifth .fifth__grid {
        width: 840px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .fifth__grid .grid-video {
        position: absolute;
        left: 40px;
        top: 145px;
        -webkit-filter: drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(4px 4px 10px #414c61);
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .fifth .fifth__grid .grid-video {
        left: 30px;
        top: 170px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .fifth .fifth__grid .grid-video {
        top: 214px;
        left: 35px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .fifth .fifth__grid .grid-video {
        left: 30px;
        top: 240px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .fifth__grid .grid-video .teaser {
        cursor: pointer;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 740px;
        height: 416px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .fifth .fifth__grid .grid-video .teaser {
        width: 545px;
        height: 307px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .fifth .fifth__grid .grid-video .teaser {
        width: 460px;
        height: 259px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .fifth .fifth__grid .grid-video .teaser {
        width: 373px;
        height: 210px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .fifth__grid .grid-video iframe {
        width: 740px;
        height: 416px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .fifth .fifth__grid .grid-video iframe {
        width: 545px;
        height: 307px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .fifth .fifth__grid .grid-video iframe {
        width: 460px;
        height: 259px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .fifth .fifth__grid .grid-video iframe {
        width: 373px;
        height: 210px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .fifth__grid .grid-text-blocks {
        float: right;
    }
    .fifth .fifth__grid .grid-text-blocks .text-block {
        width: 480px;
        height: 340px;
        padding: 20px 40px 35px 100px;
        background: #ffffff;
        border: 1px solid #f2f2f2;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .fifth .fifth__grid .grid-text-blocks .text-block {
        padding: 10px 30px 25px 70px;
        height: 240px;
    }
    .fifth .fifth__grid .grid-text-blocks .text-block:first-child {
        margin-top: 85px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .fifth__grid .grid-text-blocks .text-block h3 {
        font-family: "Square-Bold", sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #282829;
        cursor: pointer;
    }
    .fifth .fifth__grid .grid-text-blocks .text-block h3:hover {
        color: #328fcd;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .fifth .fifth__grid .grid-text-blocks .text-block h3 {
        font-size: 15px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .fifth__grid .grid-text-blocks .text-block p {
        font-size: 14px;
        line-height: 19px;
        color: #606060;
        font-family: "Open Sans", sans-serif;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .fifth .fifth__grid .grid-text-blocks .text-block p {
        font-size: 12px;
        line-height: 19px;
    }
}
@media screen and (min-width: 1025px) {
    .fifth .fifth__grid .grid-text-blocks .text-block:first-child {
        margin-bottom: 30px;
    }
    .fifth .fifth__grid .grid-text-blocks .text-block .text-block__button {
        text-align: right;
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(4px 4px 10px #414c61);
    }
    .fifth
        .fifth__grid
        .grid-text-blocks
        .text-block
        .text-block__button
        button {
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: url("/auth/img/button-blue-rect.svg");
        background-repeat: no-repeat;
        background-position: 92px 6px;
        background-size: 11%;
        font-family: "Square-Roman", sans-serif;
        border: none;
        outline: none;
        font-size: 12px;
        width: 105px;
        height: 40px;
        -webkit-clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%);
        clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%);
    }
    .fifth
        .fifth__grid
        .grid-text-blocks
        .text-block
        .text-block__button
        button:hover {
        background-color: #dcdcdc;
        background-image: url("/auth/img/button-blue-rect.svg");
        background-repeat: no-repeat;
        background-position: 92px 6px;
        background-size: 11%;
        -webkit-transition: background-color linear 0.2s;
        transition: background-color linear 0.2s;
    }

    /* SIXTH SCREEN */
    .sixth {
        background: #f4f4f4;
        background-image:
            url("/auth/img/r-litera-sixth.png"),
            url("/auth/img/sixth-slide-back.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position:
            500px center,
            500px center;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .sixth {
        background-size: 30%, contain;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .sixth {
        background-position:
            200px center,
            200px center;
    }
}
@media screen and (min-width: 1025px) {
    .sixth .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .sixth .content .content__text .sub-title {
        margin-left: 50px;
        width: 325px;
        height: 55px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .sixth .content .content__text .sub-title {
        margin-left: 0;
    }
}
@media screen and (min-width: 1025px) {
    .sixth .content .content__text .sub-title .rects {
        position: relative;
        color: #fff;
        text-align: center;
        font-family: "Square-Bold", sans-serif;
        font-weight: bold;
        font-size: 16px;
    }
    .sixth .content .content__text .sub-title .rects .price {
        position: absolute;
        top: 10px;
        left: 0;
        background: #e33700;
        width: 165px;
        height: 40px;
        line-height: 40px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .sixth .content .content__text .sub-title .rects .partners {
        position: absolute;
        top: 20px;
        left: 143px;
        width: 172px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        background: #ff541e;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .sixth .content .content__text .sub-title .rects .year {
        top: 2px;
        right: 0;
        position: absolute;
        background: #328fcd;
        width: 100px;
        height: 20px;
        font-size: 13px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .sixth .content .content__text h2 {
        font-family: "Square-Bold", sans-serif;
        line-height: 0;
        font-weight: bold;
        font-size: 72px;
        color: #282829;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .sixth .content .content__text h2 {
        font-size: 55px;
    }
}
@media screen and (min-width: 1025px) {
    .sixth .content .button__inner {
        background-position: -132px center;
        width: 320px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .sixth .content .sixth__grid {
        width: 910px;
    }
    .sixth .content .sixth__grid .grid-item {
        cursor: pointer;
        position: relative;
        margin-bottom: 20px;
        -webkit-filter: drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(4px 4px 10px #414c61);
    }
    .sixth .content .sixth__grid .grid-item:hover {
        opacity: 0.7;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    .sixth .content .sixth__grid .grid-item h3 {
        position: absolute;
        bottom: 10px;
        left: 30px;
        text-align: right;
        font-family: "Square-Roman", sans-serif;
        font-size: 16px;
        color: white;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .sixth .content .sixth__grid .grid-item h3 {
        font-size: 14px;
    }
}
@media screen and (min-width: 1025px) {
    .sixth .content .sixth__grid .grid-item h3.grid-item__h__top {
        top: 10px;
    }
    .sixth .content .sixth__grid .wide-banner {
        cursor: pointer;
    }
    .sixth .content .sixth__grid .wide-banner:hover {
        opacity: 0.9;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    .sixth .content .sixth__grid .wide-banner img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .sixth .content .sixth__grid .wide-banner img {
        height: 110px;
    }
}
@media screen and (min-width: 1025px) {
    .sixth .content .sixth__grid .grid-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sixth .content .sixth__grid .grid-row .text-block {
        width: 410px;
        height: 260px;
        padding: 15px 28px;
        background: #ffffff;
        border: 1px solid #f2f2f2;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .sixth .content .sixth__grid .grid-row .text-block {
        padding: 25px 28px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .sixth .content .sixth__grid .grid-row .text-block {
        padding: 10px 13px;
    }
}
@media screen and (min-width: 1025px) {
    .sixth .content .sixth__grid .grid-row .text-block h3 {
        font-family: "Square-Bold", sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #282829;
        cursor: pointer;
    }
    .sixth .content .sixth__grid .grid-row .text-block h3:hover {
        color: #328fcd;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .sixth .content .sixth__grid .grid-row .text-block h3 {
        margin: 0;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .sixth .content .sixth__grid .grid-row .text-block h3 {
        font-size: 14px;
    }
}
@media screen and (min-width: 1025px) {
    .sixth .content .sixth__grid .grid-row .text-block p {
        font-size: 14px;
        line-height: 19px;
        color: #606060;
        font-family: "Open Sans", sans-serif;
    }
    .sixth .content .sixth__grid .grid-row .text-block .text-block__button {
        text-align: right;
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(4px 4px 10px #414c61);
    }
    .sixth
        .content
        .sixth__grid
        .grid-row
        .text-block
        .text-block__button
        button {
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: url("/auth/img/button-blue-rect.svg");
        background-repeat: no-repeat;
        background-position: 92px 6px;
        background-size: 11%;
        font-family: "Square-Roman", sans-serif;
        border: none;
        outline: none;
        font-size: 12px;
        width: 105px;
        height: 40px;
        -webkit-clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%);
        clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%);
    }
    .sixth
        .content
        .sixth__grid
        .grid-row
        .text-block
        .text-block__button
        button:hover {
        background-color: #dcdcdc;
        background-image: url("/auth/img/button-blue-rect.svg");
        background-repeat: no-repeat;
        background-position: 92px 6px;
        background-size: 11%;
        -webkit-transition: background-color linear 0.2s;
        transition: background-color linear 0.2s;
    }
    .sixth .content .sixth__grid .grid-row img {
        width: 230px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .sixth .content .sixth__grid {
        width: 730px;
    }
    .sixth .content .sixth__grid .grid-row .text-block {
        width: 420px;
    }
    .sixth .content .sixth__grid .grid-row .text-block h3 {
        font-size: 13px;
    }
    .sixth .content .sixth__grid .grid-row .text-block p {
        font-size: 12px;
        line-height: 15px;
    }
    .sixth .content .sixth__grid .grid-row .grid-item {
        margin-left: 20px;
    }
}

@media screen and (min-width: 1025px) {
    /* SEVENTH SCREEN */
    .seventh {
        background: #f4f4f4;
        background-image: url("/auth/img/seventh-slide-back.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
    .seventh .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .seventh .content .content__text {
        margin-left: 200px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .seventh .content .content__text {
        margin-left: 65px;
    }
}
@media screen and (min-width: 1025px) {
    .seventh .content .content__text .sub-title {
        margin-left: 130px;
        width: 335px;
        height: 55px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .seventh .content .content__text .sub-title {
        margin-left: 55px;
    }
}
@media screen and (min-width: 1025px) {
    .seventh .content .content__text .sub-title .rects {
        position: relative;
        color: #fff;
        text-align: center;
        font-family: "Square-Bold", sans-serif;
        font-weight: bold;
        font-size: 16px;
    }
    .seventh .content .content__text .sub-title .rects .price {
        position: absolute;
        top: 10px;
        left: 0;
        background: #e33700;
        width: 175px;
        height: 40px;
        line-height: 40px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .seventh .content .content__text .sub-title .rects .partners {
        position: absolute;
        top: 20px;
        left: 153px;
        width: 172px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        background: #ff541e;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .seventh .content .content__text .sub-title .rects .year {
        top: 2px;
        right: 0;
        position: absolute;
        background: #328fcd;
        width: 100px;
        height: 20px;
        font-size: 13px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }
    .seventh .content .content__text h2 {
        font-family: "Square-Bold", sans-serif;
        line-height: 0;
        font-weight: bold;
        font-size: 72px;
        color: #282829;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .seventh .content .content__text h2 {
        font-size: 55px;
    }
}
@media screen and (min-width: 1025px) {
    .seventh .content .button__inner {
        background-position: -132px center;
        width: 320px;
        -webkit-clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
        clip-path: polygon(5.5% 0, 100% 0, 94.5% 100%, 0% 100%);
    }

    .registration {
        background: #f5f5f5;
        background-image: url("/auth/img/modal-back-2-right.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-position: center right;
    }
    .registration .tabs-handlers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .registration .tabs-handlers .divider {
        color: #e0e0e0;
        padding: 0 30px;
    }
    .registration .tabs-handlers .tab-handler {
        cursor: pointer;
    }
    .registration .tabs-handlers .tab-handler:hover {
        color: #ff541e;
    }
    .registration .tabs-handlers .tab-handler.active-handler {
        color: #ff541e;
    }
    .registration .form-tab {
        display: none;
    }
    .registration .form-tab.active {
        display: block;
    }

    /* FOOTER */
    .footer {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        position: fixed;
        bottom: 60px;
        left: 0;
        padding: 0 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .footer {
        padding: 0;
        padding-left: 50px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1376px) {
    .footer {
        padding: 0;
        padding-left: 50px;
    }
}
@media screen and (min-width: 1025px) {
    .footer--modal-active {
        z-index: 100;
    }
    .footer--modal-active .navigation {
        visibility: hidden;
    }
    .footer-only-social {
        width: inherit;
        right: 0;
        left: auto;
    }
    .footer .navigation ul {
        padding: 0;
        margin: 0;
    }
    .footer .navigation ul li {
        display: inline-block;
        list-style: none;
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(4px 4px 10px #414c61);
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .footer .navigation ul li {
        margin-top: 10px;
    }
}
@media screen and (min-width: 1025px) {
    .footer .navigation ul li .navigation__item {
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: -5px 8px;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
        outline: none;
        background-color: #f5f5f5;
        font-family: "Square-Roman", sans-serif;
        border: none;
        font-size: 12px;
        width: 136px;
        height: 40px;
        -webkit-clip-path: polygon(9% 0, 100% 0, 91% 100%, 0% 100%);
        clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    }
    .footer .navigation ul li .navigation__item--active {
        background-image: url("/auth/img/button-orange-rect.svg");
        background-repeat: no-repeat;
        background-position: -5px 8px;
        background-size: 20%;
        -webkit-transition: background-image linear 0.3s;
        transition: background-image linear 0.3s;
    }
    .footer .navigation ul li .navigation__item:hover {
        background-color: #dcdcdc;
        -webkit-transition: background-color linear 0.2s;
        transition: background-color linear 0.2s;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .footer .navigation ul li:first-child {
        margin-left: 14px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .footer .navigation {
        width: 450px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
    .footer {
        bottom: 20px;
    }
    .footer-only-social {
        right: 20px;
    }
}

@media screen and (min-width: 1025px) {
    .social {
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(4px 4px 10px #414c61);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(4px 4px 10px #414c61);
    }
    .social .social__inner {
        background: #f5f5f5;
        width: 290px;
        height: 65px;
        -webkit-clip-path: polygon(9% 0, 100% 0, 91% 100%, 0% 100%);
        clip-path: polygon(9% 0, 100% 0, 91% 100%, 0% 100%);
    }
    .social .social__inner ul {
        padding-left: 18px;
        padding-top: 12px;
        margin: 0;
    }
    .social .social__inner ul li {
        display: inline-flex;
        list-style: none;
        cursor: pointer;
        background-color: #b8b8b8;
        font-family: "Square-Roman", sans-serif;
        font-size: 12px;
        width: 60px;
        height: 40px;
        -webkit-clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
        clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
    }
    .social .social__inner ul li a {
        padding: 12px 23px;
    }
    .social .social__inner ul li a img {
        width: 14px;
        height: 14px;
    }
    .social .social__inner ul li:hover {
        background-color: #328fcd;
        -webkit-transition: background-color linear 0.2s;
        transition: background-color linear 0.2s;
    }
    .social .social__inner--modal ul li {
        background-color: rgba(184, 184, 184, 0.3);
    }
    .social--bordered {
        -webkit-filter: none;
        filter: none;
        background-image: url("/auth/img/skew-border.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .social--bordered .social__inner {
        height: 66px;
        background-color: rgba(255, 255, 255, 0);
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background-image: url("/auth/img/modal-back.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.modal--content-modal {
    background: #06304b57;
    background-image: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal--video {
    background: #06304b57;
    background-image: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal--active {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}
.modal--reg {
    background-image: url("/auth/img/modal-back-2.png");
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center left;
}
.modal--block {
    background: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
    visibility: visible;
    opacity: 1;
}
.modal .modal__header {
    padding-top: 30px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1600px) {
    .modal .modal__header {
        padding-top: 10px;
        padding-right: 35px;
    }
}
@media screen and (max-width: 1440px) {
    .modal .modal__header {
        padding-top: 10px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 1366px) {
    .modal .modal__header {
        padding-top: 10px;
        padding-right: 30px;
    }
}
.modal .modal__header.links {
    font-family: "Square-Bold", sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.modal .modal__header.links a {
    text-decoration: none;
    color: #fff;
}
.modal .modal__header.links a:first-child {
    padding-right: 60px;
    background-image: url("/auth/img/button-orange-rect-vert.svg");
    background-repeat: no-repeat;
    background-position: 76px center;
    background-size: 35%;
}
.modal .modal__header.links a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.modal .modal__header img {
    margin-left: 100px;
    width: 80px;
    cursor: pointer;
}
.modal .modal__footer {
    padding-bottom: 65px;
    padding-right: 104px;
}
@media screen and (max-width: 1600px) {
    .modal .modal__footer {
        padding-bottom: 20px;
        padding-right: 70px;
    }
}
@media screen and (max-width: 1440px) {
    .modal .modal__footer {
        padding-bottom: 20px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 1376px) {
    .modal .modal__footer {
        padding-bottom: 20px;
        padding-right: 60px;
    }
}
.modal .modal__content {
    padding-right: 160px;
}
.modal .modal__content ul {
    list-style: none;
}
.modal .modal__content ul li {
    display: block;
    margin-bottom: 40px;
    text-align: right;
    cursor: pointer;
    padding-left: 15px;
}
.modal .modal__content ul li a {
    font-weight: bold;
    font-size: 30px;
    font-family: "Square-Bold", sans-serif;
    color: #fff;
    text-decoration: none;
}
.modal .modal__content ul li:hover::before {
    content: "";
    background-image: url("/auth/img/button-orange-rect.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 22px;
    display: inline-block;
}

.popup-wrapper {
    background-color: #fff;
    background-image:
        url("/auth/img/reg-back-rect.png"), url("/auth/img/reg-back-rect.png"),
        url("/auth/img/form-bottom-1.jpg");
    background-position:
        left -10px top,
        right -10px bottom,
        bottom center;
    background-repeat: no-repeat;
    height: 630px;
}
@media screen and (max-width: 414px) {
    .popup-wrapper {
        background-image:
            url("/auth/img/reg-back-rect.png"),
            url("/auth/img/reg-back-rect.png");
        background-position:
            left -10px top,
            right -10px bottom;
        background-repeat: no-repeat;
    }
}
.popup-wrapper--signin {
    background-image:
        url("/auth/img/reg-back-rect.png"), url("/auth/img/reg-back-rect.png"),
        url("/auth/img/form-bottom-2.jpg");
    padding-bottom: 20px;
}
.popup-wrapper--content-modal-modal-wrapper {
    background-image:
        url("/auth/img/reg-back-rect.png"), url("/auth/img/reg-back-rect.png"),
        url("/auth/img/second-grid-modal-back.png");
    background-position:
        left -10px top,
        right -10px bottom,
        center;
    background-size: auto, auto, cover;
}
.popup-wrapper--video {
    background: none;
}
.popup-wrapper .popup {
    position: relative;
    width: 580px;
    padding: 40px 50px 95px;
}
@media screen and (max-width: 414px) {
    .popup-wrapper .popup {
        width: 90%;
        padding: 40px 30px 30px;
    }
}
.popup-wrapper .popup .close-button {
    cursor: pointer;
    top: 15px;
    right: 20px;
    height: 30px;
    position: absolute;
    background: none;
    border: none;
}
.popup-wrapper .popup h3 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 27px;
    font-family: "Square-Bold", sans-serif;
    text-align: center;
}
.popup-wrapper .popup h4 {
    margin-top: -25px;
    font-weight: bold;
    font-size: 18px;
    font-family: "Square-Bold", sans-serif;
    text-align: center;
    color: #b8b8b8;
}
.popup-wrapper .popup .no-account {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    font-family: "Square-Roman", sans-serif;
    color: #328fcd;
    text-decoration: none;
    margin-bottom: 10px;
}
.popup-wrapper .popup input[type="text"] {
    background: #ffffff;
    border: 1px solid rgba(233, 235, 238, 0.7);
    height: 55px;
    padding-left: 30px;
    font-size: 16px;
}
.popup-wrapper .popup input[type="text"]::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #a9a9a9;
}
.popup-wrapper .popup input[type="text"]:-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #a9a9a9;
}
.popup-wrapper .popup input[type="text"]::-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #a9a9a9;
}
.popup-wrapper .popup input[type="text"]::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #a9a9a9;
}
.popup-wrapper .popup input[type="password"] {
    background: #ffffff;
    border: 1px solid rgba(233, 235, 238, 0.7);
    height: 55px;
    padding-left: 30px;
    font-size: 16px;
}
.popup-wrapper .popup input::-webkit-outer-spin-button,
.popup-wrapper .popup input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}
.popup-wrapper .popup input[type="number"] {
    padding-left: 30px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(233, 235, 238, 0.7);
    height: 55px;
}
.popup-wrapper .popup .popup__phone-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
@media screen and (max-width: 414px) {
    .popup-wrapper .popup .popup__phone-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}
.popup-wrapper .popup .popup__phone-group .popup__country {
    width: 114px;
    padding-left: 50px;
    background-image: url("/auth/img/ua-flag.png");
    background-repeat: no-repeat;
    background-position: 15px center;
}
@media screen and (max-width: 414px) {
    .popup-wrapper .popup .popup__phone-group .popup__country {
        width: 90px;
        background-position: 10px center;
        padding-left: 40px;
    }
}
.popup-wrapper .popup .popup__phone-group .popup__phone {
    width: 61%;
}
@media screen and (max-width: 767px) {
    .popup-wrapper .popup .popup__phone-group .popup__phone {
        padding-left: 12px;
    }
}
.popup-wrapper .popup .popup__phone-group .popup__receive-password {
    width: 172px;
    height: 55px;
    border: none;
    background: #ff541e;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}
.popup-wrapper .popup .password-field {
    position: relative;
}
.popup-wrapper .popup .password-field .password-control {
    opacity: 0.4;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url("/auth/img/eye.svg");
}
.popup-wrapper .popup .password-field .password-control.view {
    opacity: 0.8;
}
.popup-wrapper .popup input.popup__password {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .popup-wrapper .popup input.popup__password {
        padding-left: 12px;
    }
}
.popup-wrapper .popup .popup__city {
    width: 100%;
    background: #ffffff;
    background-image: url("/auth/img/chevron.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    border: 1px solid rgba(233, 235, 238, 0.7);
    height: 55px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding-left: 26px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.popup-wrapper .popup .popup__city.popup__city__not__changed {
    color: #a9a9a9;
}
.popup-wrapper .popup .popup__city option {
    color: #a9a9a9;
}
.popup-wrapper .popup .popup__city option:checked {
    color: inherit;
}
.popup-wrapper .popup fieldset {
    margin-top: 20px;
    border: none;
    padding: 0;
}
.popup-wrapper .popup fieldset legend {
    font-family: "Square-Roman", sans-serif;
    margin-bottom: 10px;
}
.popup-wrapper .popup fieldset .popup__company-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 414px) {
    .popup-wrapper .popup fieldset .popup__company-id {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 414px) {
    .popup-wrapper .popup fieldset .popup__company-id input {
        width: 82px;
        margin-bottom: 10px;
    }
}
.popup-wrapper .popup fieldset input {
    width: 67px;
    font-size: 18px;
}
.popup-wrapper .popup p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 0 60px;
}
.popup-wrapper .popup .button {
    text-align: center;
}
.popup-wrapper .popup .button .button__inner {
    margin-top: 30px;
    width: 380px;
    background-position: -160px center;
    -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
    .popup-wrapper .popup .button .button__inner {
        margin-top: 30px;
        width: 280px;
        background-position: -115px center;
        -webkit-clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
        clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
    }
}

#content-modal .popup {
    color: #fff;
    padding: 40px 50px 60px;
}
#content-modal .popup a {
    font-family: "Open Sans", sans-serif;
    color: #fff;
}
#content-modal .popup h3 {
    color: #ff541e;
}
#content-modal .popup p {
    text-align: left;
    line-height: 21px;
    padding: 0;
}
#content-modal .popup ul {
    list-style: none;
    font-family: "Open Sans", sans-serif;
    padding-left: 20px;
}
#content-modal .popup ul li {
    font-size: 13px;
}
#content-modal .popup .orange-text {
    color: #ff541e;
    font-weight: 600;
}

#trigger2 {
    position: absolute;
}

#chartdiv {
    width: 850px;
    height: 500px;
}

#logon {
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.58, 0.44, 0.58, 0.44) 0.15s;
    transition: all cubic-bezier(0.58, 0.44, 0.58, 0.44) 0.15s;
}

#back2 {
    -webkit-transition: background-position linear 0.15s;
    transition: background-position linear 0.15s;
}

#back3 {
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
}

#back4 {
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
}

#back5 {
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
}

#back6 {
    -webkit-transition: background-position linear 0.15s;
    transition: background-position linear 0.15s;
}

.scrollbar-track {
    display: none !important;
}

/*# sourceMappingURL=main.css.map */

.reg_phone {
    width: 100%;
}

/* ===================== */

a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

a:link {
    color: #010c38;
}

a:visited {
    color: #010c50;
}

.svg-container {
    width: 100%;
    max-width: 250px;
    height: auto;
}
.svg-container svg {
    width: 100%;
    height: auto;
    display: block;
}

#modal_registration {
    display: flex;
    position: relative;
    top: -25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}
