body {
    margin: 0;
    font-family: 'Lineyka' !important;
    overflow: hidden;
}
@font-face {
    font-family: 'Lineyka';
    src: url('Lineyka.otf');
    font-weight: 400;
}
*, *:after, *:before {
    box-sizing: border-box;
}
button {
    outline: none;
    font-family: 'Lineyka';
}
button:hover {
    background-color: #4992FF;
}
.thanks-message, .sub-message, .card-text-area {
    font-family: 'Inter', sans-serif;
}
.custom-container {
    margin: 0 auto;
    background: url("images/0.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    height: 100vh;
    padding: 27px 0 64px;
    transition: all linear 0.2s;
}
.error-message {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 8px;
    color: #58151c;
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
}
.card-carousel {
    overflow: hidden;
    height: 186px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F7FA;
}
.card-form-wrap {
    margin-top: 34px;
    padding: 0 64px;
}
.card-form {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 44px;
    background-color: #F6F7FA;
    padding: 0 18px 0 36px;
}
.input-card-title {
    color: #000;
    font-size: 24px;
    padding: 5px 30px;
    width: 380px;
    height: 44px;
    border-radius: 32px;
    background: #FEFEFE;
    border: none;
    margin-top: 16px;
    margin-bottom: 12px;
    text-align: center;
    outline: none !important;
}
.input-card-title::placeholder, .card-text-area::placeholder {
    color: #828282;
}
.input-card-title.error {
    border: 1px solid #f1aeb5;
}
.card-text-area {
    resize: none;
    outline: none;
    height: 198px;
    width: 100%;
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 20px;
    padding: 16px 57px 16px 39px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.card-text-area.error {
    border: 1px solid #f1aeb5;
}
.card-text-area-bg {
    height: 198px;
    width: 92%;
    padding: 16px 39px;
    border-radius: 24px;
    background: #EDEFFF;
    position: absolute;
    top: 74px;
    left: 50%;
    margin-left: -46%;
    z-index: 1;
}
.card-text-area::-webkit-scrollbar {
    background-color: #C0C8CE;
    width: 6px;
    border-radius: 12px;
}
.card-text-area::-webkit-scrollbar-thumb {
    background-color: #0066FF;
    border-radius: 12px;
}
.card-btn {
    outline: none !important;
    margin-top: 14px;
    margin-bottom: 28px;
    width: 228px;
    height: 46px;
    background-color: #0066FF;
    color: #fff;
    border: none;
    border-radius: 32px;
    font-size: 24px;
    cursor: pointer;
}
.card-btn.active {
    background: radial-gradient(35.53% 73.96% at 50.00% 50.00%, #2c81ff 99.99%, #06F 100%);
}
.card-img {
    width: 202px;
    height: 140px;
    object-fit: cover;
    border-radius: 24px;
    cursor: pointer;
    margin: 0 auto !important;
    transition: all linear .2s;
}
.slick-center {
    transform: scale(1.15);
    transition: all linear .2s;
}
.slick-center .card-img {
    border: 4px solid #0066FF;
    border-radius: 24px;
}
.slick-slide {
    margin: 22px 15px;
    outline: none;
    transition: all linear 0.2s;
    position: relative;
}
.card-header {
    position: relative;
    margin: 0 auto 34px;
    border: none;
    background-color: transparent;
    width: 91%;
}
.card-header-bg {
    width: 100%;
}
.card-header-1, .card-header-2, .card-header-3, .card-header-4, .card-header-5 {
    position: absolute;
}
.card-header-2, .card-header-3, .card-header-5 {
    font-size: 20px;
}
.card-header-1, .card-header-4 {
    font-size: 32px;
}
.card-header-1 {
    bottom: 1.5vw;
    left: 2vw;
}
.card-header-2 {
    top: 1.75vw;
    left: 16vw;
}
.card-header-3 {
    bottom: 2vw;
    left: 34vw;
}
.card-header-4 {
    top: 1.5vw;
    right: 6.5vw;
}
.card-header-5 {
    bottom: 2vw;
    right: 6.5vw;
}
.sing-pink {
    position: absolute;
    top: -15px;
    left: 5px;
}
.sing-blue {
    position: absolute;
    bottom: -15px;
    right: -20px;
}
.card-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
}
.card-img-check {
    display: none;
    position: absolute;
    background: url("images/check.svg") no-repeat center;
    background-size: contain;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    z-index: 99999;
}
.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    background: #fff;
}
.thanks-message-container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}
.message-wrap {
    padding: 42px;
    width: 95%;
    height: 632px;
    border-radius: 69px;
    margin: 65px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.message-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.message-bg {
    background: url("images/0.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
.telegram-link {
    display: none;
    background-color: #fff;
    color: #0066FF;
    font-size: 24px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    position: absolute;
    bottom: 42px;
    height: 40px;
    width: 178px;
    cursor: pointer;
}
.telegram-link img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.thanks-message {
    color: #fff;
    font-size: 168px;
    font-weight: 600;
    line-height: 1;
}
.sub-message {
    text-align: center;
    width: 328px;
    height: 53px;
    margin: 40px auto 0;
    border-radius: 24px;
    background: #F6F7FA;
    font-size: 24px;
    padding: 12px 20px;
    line-height: normal;
}
.mobile-intro {
    position: absolute;
    background: #fff;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mobile-bg {
    width: 170%;
    position: absolute;
    top: 50px;
}
@keyframes sign-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes sign-move {
    0%, 100% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(-38vw, 38vh);
    }
    30% {
        transform: translate(38vw, 46vh);
    }
    40% {
        transform: translate(-38vw, 4vh);
    }
    50% {
        transform: translate(38vw, -10vh);
    }
    60% {
        transform: translate(-38vw, -29vh);
    }
    70% {
        transform: translate(38vw, -35vh);
    }
    80% {
        transform: translate(-38vw, -4vh);
    }
    90% {
        transform: translate(38vw, 0vh);
    }
}
.mobile-intro-img {
    width: 72vw;
    height: 80vh;
    text-align: center;
    position: relative;
}
.mobile-intro-img img {
    width: 74vw;
    height: 80vh;
}
.intro-btn {
    width: 228px;
    height: 46px;
    border-radius: 32px;
    font-size: 24px;
    border: none;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 6vh;
    cursor: pointer;
    background: #06F;
    color: #fff;
}
.intro-btn:hover {
    background: #4992FF;
}
.intro-btn.active {
    background: radial-gradient(35.53% 73.96% at 50.00% 50.00%, #2c81ff 99.99%, #06F 100%);
}
.intro-title {
    color: #FB90CB;
    text-align: center;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 0.05em;
    height: 132px;
    width: 226px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -113px;
    margin-top: -66px;
    z-index: 2;
}
.intro-sign-1, .intro-sign-2, .intro-sign-3 {
    position: absolute;
}
.intro-sign-1 {
    top: 4vh;
    right: -25px;
    animation: sign1 linear 7s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}
.intro-sign-2 {
    top: 24vh;
    left: -30px;
    animation: sign2 linear 10s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}
.intro-sign-3 {
    right: -30px;
    bottom: 20vh;
    animation: sign3 linear 10s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}
@keyframes sign1 {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(10px, 15px, 0);
    }
}
@keyframes sign2 {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(20px, -30px, 0);
    }
}
@keyframes sign3 {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-30px, 40px, 0);
    }
}
@media (max-width: 1400px) {
    .card-header-1, .card-header-4 {
        font-size: 28px;
    }
    .card-header-2, .card-header-3, .card-header-5 {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    .card-header-1, .card-header-4 {
        font-size: 24px;
    }
    .card-header-2, .card-header-3, .card-header-5 {
        font-size: 15px;
    }
}
@media (max-width: 1000px) {
    .thanks-message {
        font-size: 120px;
    }
    .card-text-area-bg {
        width: 90%;
        margin-left: -45%;
    }
    .card-header {
        margin: 0 auto 20px;
    }
    .card-header-1, .card-header-4 {
        font-size: 18px;
    }
    .card-header-2, .card-header-3, .card-header-5 {
        font-size: 11px;
    }
}
@media (max-width: 780px) {
    .error-message {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 230px;
        margin-right: -115px;
        right: 50%;
        bottom: 10px;
        padding: 8px 12px;
        text-align: center;
        font-size: 12px;
    }
    .mobile-intro {
        display: flex;
    }
    .card-header {
        display: none;
    }
    .custom-container {
        padding: 0;
    }
    .content {
        height: 100vh;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
@media (max-width: 780px) and (max-height: 680px) {
    .card-text-area, .card-text-area-bg {
        height: 20vh;
    }
}
@media (max-width: 700px) {
    .thanks-message {
        font-size: 92px;
    }
    .message-wrap {
        height: 450px;
        width: 92%;
        margin: 20px auto 0;
    }
    .card-form-wrap {
        padding: 0 42px;
    }
    .card-text-area {
        padding: 16px 50px 16px 32px;
    }
}
@media (max-width: 600px) {
    .custom-container {
        height: 100vh;
    }
    .card-form-wrap {
        padding: 0 25px;
    }
    .card-text-area {
        padding: 16px 32px 16px 22px;
        font-size: 16px;
    }
    .input-card-title {
        width: 65%;
        font-size: 20px;
    }
    .card-btn {
        font-size: 20px;
        width: 200px;
    }
    .thanks-message {
        font-size: 74px;
    }
    .mobile-intro-img {
        width: 93vw;
        height: 82vh;
    }
    .mobile-intro-img img {
        width: 82vw;
        height: 80vh;
    }
    .intro-btn {
        margin-top: 30px;
    }
}
@media (max-width: 450px) {
    .message-wrap {
        height: 400px;
    }
    .thanks-message {
        font-size: 58px;
    }
    .card-text-area {
        padding: 16px 18px 16px 0;
    }
    .card-form-wrap {
        padding: 0 12px;
    }
}
@media (min-width: 1500px) {
    .message-wrap {
        width: 90%;
    }
}
@media (min-width: 1600px) {
    .message-wrap {
        width: 75%;
    }
    .card-text-area {
        padding: 16px 65px 16px 47px;
    }
    .card-header-5 {
        right: 8vw;
    }
}
@media (min-width: 780px) and (max-height: 899px) {
    .card-header {
        display: none;
    }
    .custom-container {
        padding: 0;
    }
    .content {
        height: 100vh;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
@media (min-width: 780px) and (max-height: 650px) {
    .card-text-area, .card-text-area-bg {
        height: 20vh;
    }
}
@media (min-width: 1920px) {
    .message-wrap {
        width: 70%;
    }
    .card-text-area {
        padding: 16px 75px 16px 57px;
    }
    .card-header-2, .card-header-3, .card-header-5 {
        font-size: 28px;
    }
    .card-header-1, .card-header-4 {
        font-size: 40px;
    }
    .card-header-5 {
        right: 6.5vw;
    }
}
@media (min-width: 1920px) and (max-height: 950px) {
    .card-header {
        display: none;
    }
    .custom-container {
        padding: 0;
    }
    .content {
        height: 100vh;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
@media (min-width: 2050px) {
    .message-wrap {
        width: 55%;
    }
    .card-text-area {
        padding: 16px 100px 16px 82px;
    }
    .card-form-wrap {
        padding: 0 264px;
        margin: 7vh 0;
    }
    .card-header-bg {
        padding: 0 171px;
    }
    .card-header-2, .card-header-3, .card-header-5 {
        font-size: 25px;
    }
    .card-header-1, .card-header-4 {
        font-size: 36px;
    }
    .card-header-1 {
        left: 10vw;
    }
    .card-header-2 {
        top: 1.5vw;
        left: 21vw;
    }
    .card-header-3 {
        bottom: 1.5vw;
        left: 35.5vw;
    }
    .card-header-4 {
        top: 1.3vw;
        right: 13.5vw;
    }
    .card-header-5 {
        right: 13vw;
        bottom: 1.5vw;
    }
    .sing-blue {
        right: 155px;
    }
    .sing-pink {
        left: 160px;
    }
}