@media screen and (max-width: 1024px) {
    html,
    body {
        overflow-x: hidden;
    }
    .item {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .item {
        padding: 0 50px;
    }
}
@media screen and (max-width: 1024px) {
    .header {
        width: 90%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        position: fixed;
        top: 20px;
        left: 0;
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .header {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .header .header__logo {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .header .header__logo img {
        width: 80%;
    }
    .header .header__menu {
        width: 20%;
    }
    .header .header__menu .header__button {
        float: right;
    }
    .header--modal-active {
        z-index: 100;
    }
    .header--modal-active .header__logo {
        visibility: hidden;
    }
    .header .header__menu {
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(-6px -6px 15px #fff) drop-shadow(6px 6px 15px #d3dbe9);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(-6px -6px 15px #fff)
            drop-shadow(6px 6px 15px #d3dbe9);
    }
    .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;
    }
    .button {
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(-6px -6px 15px #fff) drop-shadow(6px 6px 15px #d3dbe9);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(-6px -6px 15px #fff)
            drop-shadow(6px 6px 15px #d3dbe9);
    }
    .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;
        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 {
        position: relative;
        height: 480px;
        background-image:
            url("/auth/img/main-img.png"), url("/auth/img/first-slide-back.jpg");
        background-position:
            right -175px center,
            center;
        background-repeat: no-repeat;
        background-size: 260px, cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .first {
        height: 640px;
        background-position:
            right -160px center,
            center;
        background-repeat: no-repeat;
        background-size: 430px, cover;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .first {
        height: 640px;
        background-position:
            right -160px center,
            center;
        background-repeat: no-repeat;
        background-size: 560px, cover;
    }
}
@media screen and (max-width: 1024px) {
    .first .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .first .content .content__text p {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #797979;
        line-height: 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .first .content .content__text p {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .first .content .content__text h2 {
        font-family: "Square-Bold", sans-serif;
        line-height: 0;
        font-weight: bold;
        font-size: 30px;
        color: #282829;
        padding: 15px 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .first .content .content__text h2 {
        font-size: 55px;
    }
}
@media screen and (max-width: 1024px) {
    .first #mainlogo {
        display: none;
    }
    .second {
        background-color: #f4f4f4;
        background-image: url("/auth/img/second-mob-bg.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain;
        padding-bottom: 60px;
    }
    .second .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .second .content .content__text {
        padding: 200px 0;
    }
    .second .content .content__text p {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #797979;
        line-height: 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .second .content .content__text p {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .second .content .content__text h2 {
        font-family: "Square-Bold", sans-serif;
        line-height: 0;
        font-weight: bold;
        font-size: 30px;
        color: #282829;
        padding: 15px 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .second .content .content__text h2 {
        font-size: 55px;
    }
}
@media screen and (max-width: 1024px) {
    .second .content .content__text .sub-title {
        width: 137px;
        height: 27px;
        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%);
        padding: 5px 40px;
        letter-spacing: 1.2;
    }
    .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 .corner-grid__item {
        cursor: pointer;
        display: inline-block;
        width: 48%;
    }
    .second .corner-grid__item:hover {
        opacity: 0.7;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    .second .corner-grid__item:hover h3 {
        color: #ff541e;
    }
    .second .corner-grid__item h3 {
        font-family: "Square-Roman", sans-serif;
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .second .corner-grid__item h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .third {
        margin-top: 60px;
        background-image: url("/auth/img/r-litera-third.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right -200px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third {
        background-size: 60%;
    }
}
@media screen and (max-width: 1024px) {
    .third .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .third .content .content__text {
        padding-top: 80px;
        height: 360px;
    }
    .third .content .content__text p {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #797979;
        line-height: 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .content__text p {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .content__text h2 {
        font-family: "Square-Bold", sans-serif;
        line-height: 0;
        font-weight: bold;
        font-size: 30px;
        color: #282829;
        padding: 15px 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .content__text h2 {
        font-size: 55px;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .content__text .sub-title {
        width: 260px;
        height: 55px;
    }
    .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 .first-half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .third .content .first-half .first-half__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .first-half .first-half__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .first-half .first-half__grid h3 {
        font-family: "Square-Roman", sans-serif;
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .first-half .first-half__grid h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .first-half .first-half__grid .first-half__item {
        cursor: pointer;
    }
    .third .content .first-half .first-half__grid .first-half__item:hover {
        opacity: 0.7;
        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: 360px;
        background-image: url("/auth/img/third-item-1half-1.jpg");
        background-size: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item.col-12
        .first-half__item--img {
        height: 590px;
    }
}
@media screen and (max-width: 1024px) {
    .third
        .content
        .first-half
        .first-half__grid
        .first-half__item.col-6
        .first-half__item--img {
        width: 100%;
        height: 290px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .first-half .first-half__grid .first-half__item.col-6 {
        width: 48%;
    }
}
@media screen and (max-width: 1024px) {
    .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 (max-width: 1024px) and (max-width: 1440px) {
    .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 (max-width: 1024px) {
    .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 (max-width: 1024px) and (max-width: 1440px) {
    .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 (max-width: 1024px) {
    .third .content .first-half .first-half__social {
        margin-top: 20px;
        padding: 20px;
        background-color: #f5f5f5;
    }
    .third .content .first-half .first-half__social h2 {
        font-family: "Square-Bold", sans-serif;
        font-size: 18px;
        font-weight: bold;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .first-half .first-half__social h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .first-half .first-half__social p {
        font-family: "Open Sans";
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .first-half .first-half__social p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .first-half ul {
        list-style: none;
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .third .content .first-half ul li {
        list-style: none;
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(-6px -6px 15px #fff) drop-shadow(6px 6px 15px #d3dbe9);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(-6px -6px 15px #fff)
            drop-shadow(6px 6px 15px #d3dbe9);
        margin-top: 20px;
    }
    .third .content .first-half ul li button {
        cursor: pointer;
        background-color: #f5f5f5;
        font-family: "Square-Roman", sans-serif;
        border: 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%);
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .first-half ul li button {
        width: 120px;
        height: 50px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .third .content .first-half ul li button {
        width: 160px;
        height: 60px;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .telegram-wide-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        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;
    }
    .third .content .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 (max-width: 1024px) and (min-width: 768px) {
    .third .content .telegram-wide-button h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .telegram-wide-button p {
        font-family: "Open Sans";
        font-size: 14px;
        display: none;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .telegram-wide-button p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .telegram-wide-button button {
        width: 100px;
        background: #2196f3;
        height: 100px;
        border: none;
    }
}
@media screen and (max-width: 1024px) and (max-width: 1600px) {
    .third .content .telegram-wide-button button {
        height: 97px;
    }
}
@media screen and (max-width: 1024px) {
    .third .content .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: 185px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .third .content .first-half__video .teaser {
        height: 380px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .third .content .first-half__video .teaser {
        height: 460px;
    }
}
@media screen and (max-width: 1024px) {
    .fourth .link-cloud {
        padding: 30px 0;
    }
    .fourth .link-cloud img {
        width: 100% !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .fourth .fourth__grid {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .fourth .fourth__grid .grid-item {
        cursor: pointer;
        position: relative;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .fourth .fourth__grid .grid-item {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .fourth .fourth__grid .grid-item img {
        height: 237px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .fourth .fourth__grid .grid-item img {
        height: auto;
    }
}
@media screen and (max-width: 1024px) {
    .fourth .fourth__grid .grid-item h3 {
        position: absolute;
        margin: 0;
        bottom: 25px;
        left: 25px;
        font-family: "Square-Roman", sans-serif;
        font-size: 16px;
        color: white;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .fourth .fourth__grid .grid-item h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .fourth .fourth__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 620px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .fourth .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 .fourth__grid .grid-item {
        cursor: pointer;
        position: relative;
        width: 210px;
    }
    .fourth .fourth__grid .grid-item h3 {
        position: absolute;
        margin: 0;
        bottom: 25px;
        left: 25px;
        font-family: "Square-Roman", sans-serif;
        font-size: 16px;
        color: white;
    }
}
@media screen and (max-width: 1024px) {
    .fifth {
        background: #f4f4f4;
        background-image: url("/auth/img/fifth-slide-back.jpg");
        background-repeat: no-repeat;
        background-position: right -980px top;
        padding-bottom: 60px;
    }
    .fifth .content .content__text {
        height: 420px;
        padding-top: 180px;
    }
    .fifth .content .content__text .sub-title {
        margin-left: 35px;
        width: 198px;
        height: 70px;
    }
    .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: 125px;
        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: 30px;
        color: #282829;
        padding: 15px 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .fifth .content h2 {
        font-size: 55px;
    }
}
@media screen and (max-width: 1024px) {
    .fifth .button__inner {
        background-position: -125px center;
        width: 300px;
        -webkit-clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
        clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
    }
    .fifth .grid-video {
        margin-bottom: 30px;
    }
    .fifth .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;
        height: 185px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .fifth .grid-video .teaser {
        height: 380px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .fifth .grid-video .teaser {
        height: 460px;
    }
}
@media screen and (max-width: 1024px) {
    .fifth .grid-text-blocks .text-block {
        padding: 20px;
        background: #ffffff;
        border: 1px solid #f2f2f2;
        -webkit-box-shadow:
            0px 0px 1px rgba(0, 0, 0, 0.04),
            0px 2px 6px rgba(0, 0, 0, 0.04),
            0px 10px 20px rgba(0, 0, 0, 0.04);
        box-shadow:
            0px 0px 1px rgba(0, 0, 0, 0.04),
            0px 2px 6px rgba(0, 0, 0, 0.04),
            0px 10px 20px rgba(0, 0, 0, 0.04);
    }
    .fifth .grid-text-blocks .text-block h3 {
        font-family: "Square-Bold", sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #282829;
        cursor: pointer;
    }
    .fifth .grid-text-blocks .text-block h3:hover {
        color: #328fcd;
    }
    .fifth .grid-text-blocks .text-block p {
        font-size: 14px;
        line-height: 19px;
        color: #606060;
        font-family: "Open Sans", sans-serif;
    }
    .fifth .grid-text-blocks .text-block:first-child {
        margin-bottom: 30px;
    }
    .fifth .grid-text-blocks .text-block .text-block__button {
        text-align: right;
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(-6px -6px 15px #fff) drop-shadow(6px 6px 15px #d3dbe9);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(-6px -6px 15px #fff)
            drop-shadow(6px 6px 15px #d3dbe9);
    }
    .fifth .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;
        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 .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 {
        background: #f4f4f4;
        background-repeat: no-repeat;
        background-image: url("/auth/img/mob-sixth-bg.png");
        background-position:
            top right,
            top right;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .sixth {
        padding-top: 390px;
        background-image: url("/auth/img/sixth-tablet-bg.png");
    }
}
@media screen and (max-width: 1024px) {
    .sixth .content .content__text {
        padding-top: 120px;
        height: 380px;
    }
    .sixth .content .content__text .sub-title {
        width: 325px;
        height: 55px;
    }
    .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: 50px;
        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: 30px;
        color: #282829;
        padding: 15px 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .sixth .content .content__text h2 {
        font-size: 55px;
    }
}
@media screen and (max-width: 1024px) {
    .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 .grid-item {
        position: relative;
        margin-bottom: 20px;
    }
    .sixth .content .sixth__grid .grid-item h3 {
        position: absolute;
        bottom: 15px;
        left: 30px;
        font-family: "Square-Roman", sans-serif;
        font-size: 16px;
        color: white;
    }
    .sixth .content .sixth__grid .grid-item img {
        height: 300px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right;
    }
    .sixth .content .sixth__grid .grid-row .text-block {
        padding: 15px 28px;
        background: #ffffff;
        border: 1px solid #f2f2f2;
        margin-bottom: 30px;
    }
    .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;
    }
    .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(-6px -6px 15px #fff) drop-shadow(6px 6px 15px #d3dbe9);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(-6px -6px 15px #fff)
            drop-shadow(6px 6px 15px #d3dbe9);
    }
    .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;
        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%;
        transition: background-color linear 0.2s;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .sixth .content .sixth__grid .grid-row .grid-item {
        width: 48%;
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
    }
}
@media screen and (max-width: 1024px) {
    .seventh {
        background-image: url("/auth/img/seventh-mob-bg.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right;
        height: 480px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .seventh {
        height: 100vh;
        background-position: center right;
    }
}
@media screen and (max-width: 1024px) {
    .seventh .content .content__text .sub-title {
        width: 335px;
        height: 55px;
    }
    .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: 30px;
        color: #282829;
        padding: 15px 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .seventh .content .content__text h2 {
        font-size: 55px;
    }
}
@media screen and (max-width: 1024px) {
    .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 {
        padding: 40px 0 90px;
        background: rgba(0, 0, 0, 0.5);
        background-image: url(/auth/img/modal-back-2.png);
    }
    .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 h3 {
        font-size: 16px;
    }
    .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;
    }
    .modal {
        background: rgba(0, 0, 0, 0.72);
        background-image: url(/auth/img/modal-back.png);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .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: 10px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .modal .modal__header {
        padding-right: 5px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .modal .modal__header {
        padding-right: 25px;
    }
}
@media screen and (max-width: 1024px) {
    .modal .modal__header.links {
        font-size: 14px;
    }
    .modal .modal__header.links a:first-child {
        padding-right: 35px;
        background-position: 60px center;
    }
    .modal .modal__header img {
        margin-left: 20px;
        width: 80px;
        cursor: pointer;
    }
    .modal .modal__footer {
        padding-bottom: 20px;
        padding-right: 16px;
    }
    .modal--active {
        height: 100vh;
    }
    .modal .popup-wrapper--signin {
        background-image:
            url("/auth/img/reg-back-rect.png"),
            url("/auth/img/reg-back-rect.png");
        padding-bottom: 20px;
    }
    .modal .popup-wrapper .popup {
        width: 320px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 20px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .modal .popup-wrapper .popup {
        width: 480px;
    }
}
@media screen and (max-width: 1024px) {
    .modal .popup-wrapper .popup .popup-video-frame {
        width: 100%;
    }
    .modal .popup-wrapper .popup p {
        padding: 0 0px;
    }
    .modal .popup-wrapper .popup .popup__phone {
        width: 100%;
    }
    .modal .popup-wrapper .popup .button__inner {
        margin-top: 10px;
    }
    .modal .modal__content {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .modal .modal__content {
        padding-right: 70px;
    }
}
@media screen and (max-width: 1024px) {
    .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: 28px;
        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;
    }
    #content-modal .popup {
        color: #fff;
        padding: 20px;
    }
    #content-modal .popup h3 {
        color: #ff541e;
        font-size: 16px;
    }
    #content-modal .popup p {
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        padding: 0;
    }
    #content-modal .popup ul {
        list-style: none;
        font-family: "Open Sans", sans-serif;
    }
    .footer {
        position: fixed;
        bottom: 20px;
        right: 15px;
    }
    .footer .navigation {
        display: none;
    }
    .social {
        -webkit-filter: drop-shadow(0px -1px 0px #fff)
            drop-shadow(-6px -6px 15px #fff) drop-shadow(6px 6px 15px #d3dbe9);
        filter: drop-shadow(0px -1px 0px #fff) drop-shadow(-6px -6px 15px #fff)
            drop-shadow(6px 6px 15px #d3dbe9);
    }
    .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-block;
        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 img {
        padding: 12px 23px;
        width: 14px;
        height: 14px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .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);
    }
}
/*# sourceMappingURL=responsive.min.css.map */
