@font-face {
  font-family: 'Wadik';
  src: url('../fonts/Wadik.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
    font-family: 'Yandex Sans Text';
    src: url('../fonts/YandexSansText-Medium.eot');
    src: local('../fonts/Yandex Sans Text Medium'), local('YandexSansText-Medium'),
        url('../fonts/YandexSansText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YandexSansText-Medium.woff2') format('woff2'),
        url('../fonts/YandexSansText-Medium.woff') format('woff'),
        url('../fonts/YandexSansText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    margin: 0px;
}

.header-title-login {
    margin: 0 auto;
}
.block-frame {
    background-color: #100028 !important;
    background: url(../images/main-frame2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 872px;
    font-family: "Rubik";
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
.block-container {
    max-width: 1140px;
    margin: 0 auto;
}
.block-container h2 {
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
.block-content-frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 64px;
    position: relative;
    z-index: 3;
}
.title{
    font-family: 'Wadik';
    font-size: 92px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin-top: 24px;
    margin-block-end: 24px;
    user-select: none;
}
.title strong{
    color: #8000FF;
    font-weight: 300;
}
.work-selection-block-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    margin: 98px auto 0;
    border: none;
    outline: none;
    overflow: visible;
}

.work-selection-block {
    width: 100%;
    padding: 38px 90px;
    background: url(../images/frame-work-selection-block.png);
    background-color: #18151B;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 38px;
    border: 1px solid #403946;
    user-select: none;
    box-shadow: 0 8px 32px black;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}
.work-selection-title {
    font-family: "Unbounded";
    font-size: 29px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 0 32px 0;
    user-select: none;
}
.work-type-dropdown {
    display: none;
    position: relative;
    width: 100%;
    margin-bottom: 32px;
}
.work-type-dropdown-btn {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border-radius: 12px;
    border: 1px solid #B164FD;
    background: rgba(15, 10, 30, 0.6);
    color: #E8D0FF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}
.work-type-dropdown-btn:hover {
    background: #26222B;
    border-color: #D084FF;
}
.work-type-dropdown-btn.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}
.work-type-dropdown-btn #work-type-dropdown-text {
    text-align: center;
    width: 100%;
}
.work-type-dropdown-btn .dropdown-arrow {
    position: absolute;
    right: 20px;
    width: 12px;
    height: 8px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    pointer-events: none;
}
.work-type-dropdown-btn.active .dropdown-arrow {
    transform: rotate(180deg);
}
.work-type-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1F1B22;
    border: 1px solid #403946;
    border-top: none;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}
.work-type-dropdown-menu.active {
    display: block;
}
.work-type-dropdown-item {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #E8D0FF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border-top: 1px solid #403946;
}
.work-type-dropdown-item:last-child {
    border-bottom: none;
}
.work-type-dropdown-item:hover {
    background: #26222B;
    color: #ffffff;
}
.work-type-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 32px;
}
.work-type-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid #B164FD;
    background: rgba(15, 10, 30, 0.6);
    color: #E8D0FF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.work-type-btn .star-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-bottom: 0;
    object-fit: contain;
    display: block;
}
.work-type-btn:hover {
    background: rgba(177, 100, 253, 0.2);
    border-color: #D084FF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(177, 100, 253, 0.3);
}
.work-type-btn.active {
    background: linear-gradient(135deg, rgba(177, 100, 253, 0.4) 0%, rgba(128, 0, 255, 0.3) 100%);
    border: 2px solid #B56CFD;
    color: #ffffff;
    box-shadow:
        0 0 20px rgba(177, 100, 253, 0.4),
        inset 0 0 20px rgba(177, 100, 253, 0.1);
}
.work-type-btn.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(177, 100, 253, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(177, 100, 253, 0.1) 1px, transparent 1px);
    background-size: 8px 8px;
    opacity: 0.3;
    pointer-events: none;
}
.topic-input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.login-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #BF9FDF;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 16px;
}
.login-link:hover {
    color: #D084FF;
}
.login-link-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.login-link-text {
    user-select: none;
}
.topic-input-container {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.topic-input-container .pencil-icon {
    position: absolute;
    left: 16px;
    width: 20px;
    height: 20px;
    z-index: 1;
    pointer-events: none;
}
.topic-input {
    width: 100%;
    height: 56px;
    padding: 0 20px 0 48px;
    border-radius: 12px;
    border: 1px solid #BF9FDF;
    background: #1F1B22;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topic-input::placeholder {
    color: #A7A7A7;
}
.topic-input:focus {
    border-color: #D084FF;
    background: #302a35;
    box-shadow: 0 0 20px rgba(177, 100, 253, 0.3);
}
.topic-input.error {
    border-color: #FF4444;
    background: #2a1f1f;
}
.topic-input-error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    color: #FF4444;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0 4px;
    pointer-events: none;
}
.next-button {
    min-width: 140px;
    height: 56px;
    padding: 0 24px;
    border-radius: 12px;
    border: none;
    background: #BF9FDF;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}
.next-button:hover {
    background: #5f4d71;
}
.next-button:active {
    transform: translateY(0);
}
.text-next {
    transform: translateX(-27px);
}
.next-button-icon {
    transform: translateX(-5px);
    display: none;
}
.block-content-frame a{
    text-decoration: none;
}
.star-icon {
    margin-bottom: -10px;
}
.circle-button {
    font-family: "Rubik";
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(90deg, #9544FF 0%, #7004FF 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    padding: 0px 0px 42px 0px;
    border: 5px solid #AF5FFF;
    text-shadow: 5px 5px 23px #D8B1FF;
    outline: 5px solid rgba(190, 79, 255, 0.3);
    box-shadow: 0 0 65px #A954FF;
    cursor: pointer;
}
.span-intelegence {
    font-size: 20px;
    color: #D6D6D6;
    font-weight: 400;
    text-align: center;
    line-height: 150%;
}
.span-intelegence2 {
    font-size: 16px;
    color: #D6D6D6;
    font-weight: 400;
    text-align: center;
    line-height: 150%;
    display:none
}
.link-make-work {
    margin-top: 36px;
    margin-bottom: 55px;
}
.block-sale {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}
.block-sale span:nth-child(1){
    font-size: 26px;
    color: #D6D6D6;
    font-weight: 400;
    text-align: center;
}
.block-sale span:nth-child(2){
    margin-top: 12px;
    font-size: 54px;
    color: transparent;
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 2px #A54BFF;
    text-shadow: 5px 5px 40px rgba(165, 75, 255, 0.5);;
}
.blocks-works {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.blocks-works-child:not(:first-child) {
    margin-left: 10px;
}
.blocks-works-child {
    background-color: #1F1B22;
    color: #ffffff;
    font-family: "Inter";
    font-size: 14px;
    border-radius: 17px;
    border: 1px solid #BF9FDF;
    height: 33px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

@media (min-width: 626px) {
    .blocks-works-child {
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .blocks-works-child::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(190, 104, 255, 0.3), transparent);
        transition: left 0.6s ease;
    }

    .blocks-works-child:hover::before {
        left: 100%;
    }

    .blocks-works-child:hover {
        transform: translateY(-3px) scale(1.05);
        background-color: #64537140;
        border-color: #BF9FDF;
        color: #ffffff;
        box-shadow:
            0 8px 25px rgba(190, 104, 255, 0.4),
            0 0 20px rgba(190, 104, 255, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .blocks-works-child img {
        transition: all 0.4s ease;
        filter: brightness(1);
    }

    .blocks-works-child:hover img {
        transform: scale(1.1) rotate(5deg);
        filter: brightness(1.2) drop-shadow(0 0 8px rgba(190, 104, 255, 0.6));
    }

    .blocks-works-child:hover span {
        transform: translateX(-15px);
        text-shadow: 0 0 10px rgba(240, 230, 255, 0.5);
    }
}

.blocks-works-child span {
    transform: translateX(-20px);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.blocks-works-child.active {
    background: #BF9FDF;
    border: 2px solid #BF9FDF;
    color: #1F1B22;
    box-shadow:
        0 0 20px rgba(177, 100, 253, 0.4),
        inset 0 0 20px rgba(177, 100, 253, 0.1);
}
.blocks-works-child.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(177, 100, 253, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(177, 100, 253, 0.1) 1px, transparent 1px);
    background-size: 8px 8px;
    opacity: 0.3;
    pointer-events: none;
    border-radius: 17px;
}
.block-taste {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 35px;
}
.block-taste-child {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-taste-child-photo {
    width: 50%;
}
.block-taste-child h4 {
    font-family: "Rubik";
    font-size: 28px;
    font-weight: 500;
    margin-block-start: 0px;
    margin-block-end: 8px;
}
.block-taste-child div:nth-child(2){
    margin-top: 12px;
}
.block-taste-child span {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.block-taste-child-photo img {
    width: 100%;
}
.block-taste-child li{
    font-family: "Inter";
    font-size: 18px;
    margin-bottom: 5px;
}
.block-taste-child li::marker {
    font-size: 0px;
}
.block-video {
    margin-bottom: 36px;
}
.block-video h2{
    margin-bottom: 32px;
}
.main-video{
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 4px 20px #cfa0ff;
}
.block-why-open-maker {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 36px;
}
.child-why-open-maker {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 73%;
    margin-top: 40px;
}
.item-why-open-maker {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 816px;
}
.open-maker {
    border: 6px solid #912AFF;
    border-radius: 50%;
    background-color: #2F2F2F;
    box-shadow: 0px 0px 50px rgba(128, 0, 255, 0.3);
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 27px;
}
.why-open-maker {
    border: 6px solid rgba(128, 0, 255, 0.07);
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px rgba(128, 0, 255, 0.3);
    width: 138px;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-why-open-maker img {
    width: 62%;
}
.item-why-open-maker:nth-child(1) img {
    width: 45%;
}
.item-why-open-maker:nth-child(2) img {
    width: 70%;
    margin-bottom: 20px;
}
.item-why-open-maker span {
    text-align: center;
    font-family: "Rubik";
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}
.ref-make-work {
    margin-top: 37px;
    margin-bottom: 6px;
    text-decoration: none;
    color: black;
}
.button-make-work {
    width: 259px;
    height: 56px;
    font-family: "Montserrat";
    background-color: white;
    color: black;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #8000FF;
    box-shadow: 0px 0px 45px rgba(128, 0, 255, 0.3);
    margin-top: 5px;
    border-radius: 12px;
    cursor: pointer;
}
.button-make-work img {
    margin-right: 4px;
    margin-bottom: 3px;
}
.block-example-work {
    margin-bottom: 36px;
}
.block-example-work h2{
    margin-bottom: 32px;
}
.child-example-work {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
 .item-example-work {
     width: 276px;
     height: 365px;
     text-align: center;
     border: 2px solid #8000FF;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     border-radius: 20px;
     box-shadow: 0px 0px 15px 0px rgba(128, 0, 255, 0.25);
     transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
     cursor: pointer;
     position: relative;
     overflow: hidden;
 }
 .item-example-work::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(135deg, rgba(128, 0, 255, 0.1) 0%, rgba(181, 108, 253, 0.1) 100%);
     opacity: 0;
     transition: opacity 0.4s ease;
     z-index: 1;
     border-radius: 18px;
 }
 .item-example-work:hover {
     transform: translateY(-10px) scale(1.03);
     box-shadow:
         0px 20px 40px rgba(128, 0, 255, 0.4),
         0px 0px 30px rgba(128, 0, 255, 0.3),
         inset 0px 0px 0px 2px rgba(181, 108, 253, 0.2);
     border-color: #B56CFD;
 }
 .item-example-work:hover::before {
     opacity: 1;
 }
.item-example-work img{
    margin-top: 21px;
    width: 136px;
    height: 136px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.item-example-work:hover img {
    transform: scale(1.1) rotate(2deg);
    filter: brightness(1.1) saturate(1.2);
}
 .item-example-work > div {
     padding: 0px 5px 0px 5px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: center;
     position: relative;
     z-index: 2;
     transition: transform 0.3s ease;
 }
 .item-example-work:hover > div {
     transform: translateY(-2px);
 }
 .item-example-work div {
     font-family: "Rubik";
     line-height: 21px;
 }
.title-example {
    font-size: 18px;
    font-weight: 500;
    margin-top: 14px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.item-example-work:hover .title-example {
    color: #8000FF;
    text-shadow: 0 0 10px rgba(128, 0, 255, 0.3);
    transform: translateY(-1px);
}
.example-text {
    font-size: 16px;
    margin-top: 16px;
}
.example-text span{
    color: #585858;
}
 .item-example-work button {
     position: relative;
     overflow: hidden;
     background: transparent;
     color: black;
     width: 204px;
     height: 43px;
     border: 2px solid #8000FF;
     font-family: "Montserrat";
     margin-bottom: 30px;
     font-size: 13px;
     font-weight: 500;
     border-radius: 9px;
     cursor: pointer;
     z-index: 3;
     transition: all 0.3s ease;
 }
.item-example-work a {
    color: black;
}
.item-example-work button:hover {
    color: #ffffff;
    border: none;
    box-shadow: 0px 0px 45px rgba(128, 0, 255, 0.4);
}
.item-example-work button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #8000FF 0%, #3E00BA 100%);
    opacity: 0;
    transition: opacity 0.5s, border 0.5s;
    z-index: -1;
}
.item-example-work button:hover::before {
    opacity: 1;
}
.block-price {
    margin-bottom: 35px;
}
.block-price h2{
    margin-bottom: 27px;
}
.child-block-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-block-price {
    width: 276px;
    height: 310px;
    text-align: center;
    border: 2px solid #8000FF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-block-price > div {
    padding: 0px 15px 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.item-block-price h5 {
    font-family: "Rubik";
    font-size: 26px;
    font-weight: 500;
    margin-block-start: 18px;
    margin-block-end: 0px;
}
.item-block-price span {
    font-family: "Rubik";
}
.item-block-price p {
    margin-block-start: 0px;
    margin-block-end: 5px;
}
.item-block-price span:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
.item-block-price:nth-child(3) span:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    margin-top: 73px;
}
.item-block-price:nth-child(4) span:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    margin-top: 73px;
}
.item-block-price span:nth-child(3) {
    font-size: 14px;
    color: #A7A7A7;
    font-weight: 300;
    margin-top: 5px;
    line-height: 20px;
}
.item-block-price span:nth-child(4) {
    font-size: 24px;
    font-weight: 600;
    margin-top: 23px;
}
.item-block-price:nth-child(1) span:nth-child(5) {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}
.item-block-price:nth-child(1) span:nth-child(6) {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}
.item-block-price:nth-child(2) span:nth-child(2) {
    margin-top: 15px;
}
.item-block-price:nth-child(2) {
    background-color: #FAF5FF;
}
.block-model  {
    font-family: "Rubik";
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    color: #A4A4A4;
}
.item-block-price button {
    position: relative;
    overflow: hidden;
    background: transparent;
    color: black;
    width: 204px;
    height: 43px;
    border: 2px solid #8000FF;
    font-family: "Montserrat";
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 9px;
    cursor: pointer;
}
.item-block-price a {
    color: black !important;
}
.item-block-price button:hover {
    color: #ffffff;
    border: none;
    box-shadow: 0px 0px 45px rgba(128, 0, 255, 0.4);
}
.item-block-price button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #8000FF 0%, #3E00BA 100%);
    opacity: 0;
    transition: opacity 0.5s, border 0.5s;
    z-index: -1;
}
.item-block-price button:hover::before {
    opacity: 1;
}
.block-questions {
    margin-bottom: 64px;
}
.child-block-questions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 89%;
    margin: 0 auto;
    margin-top: 40px;
}
.item-block-questions-form {
    display: flex;
    flex-direction: column;
    font-family: 'Inter';
}
.item-block-questions-form span {
    font-size: 18px;
    margin-top: 19px;
}
.item-block-questions-form form{
    display: flex;
    flex-direction: column;
}
.item-block-questions-form form input{
    height: 42px;
    border: 1px solid #8000FF;
    border-radius: 10px;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}
.item-block-questions-form form input:focus{
    border: 1px solid #8000FF !important;
    outline: none;
}
.item-block-questions-form form input:not(:placeholder-shown) {
    text-align: left;
    text-indent: 10px;
}
.item-block-questions-form form button{
    height: 46px;
    border: 1px solid #8000FF;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
    margin-top: 15px;
    font-weight: 400;
    font-family: "Inter";
}
.openmaker-chat-link button{
    width: 100%;
    height: 46px;
    border: 1px solid #8000FF;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
    margin-top: 15px;
    font-weight: 400;
    font-family: "Inter";
}
.open-maker span {
    font-family: "Wadik";
    font-weight: 500;
    color: white;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.open-maker svg{
    width: 24px;
    height: 45px;
}
.open-maker-tg {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 27px;
}
.open-maker-tg span{
    font-family: 'Inter';
    font-size: 16px;
}
.open-maker-tg button{
    width: 204px;
    height: 43px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 13px;
    background: linear-gradient(90deg, #8000FF 0%, #3E00BA 100%);
    box-shadow: 0px 0px 40px rgba(128, 0, 255, 0.3);
    border: none;
    border-radius: 9px;
    cursor: pointer;
    margin-top: 18px;
}
.item-block-questions-tg {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.line {
    width: 3px;
    height: 165px;
    background: #8000FF;
    border-radius: 3px;
}

.block-login {
    width: 100%;
    height: 828px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.login-container {
    height: auto;
    border-radius: 25px;
    box-shadow: 0px 4px 16px -3px rgba(128, 0, 255, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 8px solid #FBF8FF;
    padding: 24px;
}
.default-auth{
    max-width: 355px;
}
.referral-auth{
    max-width: 650px;
}
.referral-auth .auth-user-agreement{
    margin-top: 18px;
}

.ref-user-header, .ref-user-bonus-header{
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
}
.ref-user-header{
    line-height: 150%;
    font-size: 20px;
    margin-bottom: 6px;
}
.ref-user-bonus-header{
    font-size: 16px;
    color: #828282;
    margin-bottom: 24px;
}
.ref-user-bonus-header span{
    color: #8000FF;
}
.btn-yandex {
    background-color: black;
    color: white;
    height: 44px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    font-family: 'Rubik';
    font-size: 16px;
    margin-top: 16px;
    border-radius: 10px;
    transition: all 0.2s;
}
.btn-yandex:hover {
    opacity: 0.8;
}
.btn-yandex img {
    position: absolute;
    left: 12px;
}
.social-auth-buttons{
    max-width: 520px;
    width: 100%;
}
.auth-user-agreement{
    font-family: 'Inter';
    font-size: 12px;
    color: #888888;
    text-align: center;
    margin: 16px auto 0 auto;
    line-height: 17px;
    max-width: 310px;
}
.login-container iframe{
    overflow: visible !important;
    margin-top: 25px !important;
}
.vk-auth-btn img {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 12px;
}
.vk-auth-btn span {
    margin: 0 auto;
}
.login-container h2{
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
    text-align: center;
}
.vk-auth-btn {
    width: 100%;
    height: 44px;
    font-size: 16px;
    border-radius: 10px;
    background-color: #0077ff;
    color: #ffffff;
    border: none;
    font-family: "Rubik";
    cursor: pointer;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.2s;
}
.links-login {
    width: 78%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 32px;
}
.links-login a{
    font-family: "Rubik";
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.links-register {
    width: 78%;
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 32px;
}
.links-register a{
    font-family: "Rubik";
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.subscription-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    animation: fadeIn 0.3s ease;
}

.subscription-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscription-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.subscription-modal-content {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 24px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
    z-index: 10001;
}

.subscription-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: color 0.2s ease;
}

.subscription-modal-close:hover {
    color: #8000FF;
}

.subscription-modal-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.subscription-modal-logo img {
    width: 96px;
    height: 96px;
}

.subscription-modal-title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 0 6px 0;
}

.subscription-modal-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #2B2B2B;
    text-align: center;
    margin: 0 0 20px 0;
}

.subscription-modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.subscription-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 9px;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    cursor: pointer;
    position: relative;
}

.subscription-btn-icon {
    position: absolute;
    left: 20px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.subscription-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.subscription-btn:active {
    transform: translateY(0);
}

.subscription-btn-vk {
    background: linear-gradient(90deg, #0077FF 0%, #0051D5 100%);
}

.subscription-btn-telegram {
    background: #25A2E0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media(max-width: 1200px) {
    .blocks-works-child {
        margin-top: 12px;
    }
    .next-button {
        height: 46px;
    }
    .topic-input {
        height: 46px;
    }
    .work-type-buttons {
        margin-bottom: 24px;
    }
    .work-selection-block-wrapper {
        width: 868px;
        margin: 98px auto 0;
        position: relative;
    }
    .work-selection-block {
        width: 100%;
        height: 337px;
        padding: 42px 100px;
        background: url(../images/frame-work-selection-block2.png);
        background-color: #18151B;
        background-position: center;
        background-repeat: no-repeat;
    }
    .work-selection-title {
        font-size: 26px;
        margin: 0 0 20px 0;
    }
    .block-frame {
        padding-left: 20px;
        padding-right: 20px;
    }
    .block-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .block-content-frame svg{
        width: 80px;
        height: 93px;
    }
    .title {
        font-size: 71px;
    }
    .item-block-price:nth-child(4) {
        margin: 0 auto;
        margin-top: 25px;
    }
    .item-example-work:nth-child(4) {
        margin: 0 auto;
        margin-top: 25px;
    }
    .child-block-questions {
        flex-direction: column;
    }
    .open-maker {
        display: none;
    }
    .line {
        width: 450px;
        height: 3px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .open-maker-tg {
        margin-left: 0px;
    }
    .child-block-questions {
        margin-top: 0px;
    }
    .block-questions {
        margin-bottom: 40px;
    }
}
@media(max-width: 992px) {
    .title {
        font-size: 66px;
    }
    .span-intelegence {
        font-size: 18px;
    }
    .block-sale span:nth-child(1) {
        font-size: 22px;
    }
    .block-sale span:nth-child(2) {
        font-size: 50px;
    }
    .link-make-work {
        margin-top: 78px;
    }
    .circle-button {
        width: 165px;
        height: 165px;
        font-size: 20px;
    }
    .block-taste-child span {
        font-size: 16px;
    }
    .block-taste-child li {
        font-size: 16px;
    }
    .block-taste-child h4 {
        font-size: 26px;
    }
    .item-why-open-maker span {
        font-size: 17px;
    }
    .child-why-open-maker {
        width: 89%;
    }
    .block-container h2 {
        font-size: 34px;
    }
}
@media(max-width: 1044px) {
    .blocks-works {
        height: 92px;
        justify-content: center;
    }
}
@media(max-width: 946px) {
    .work-selection-block-wrapper {
        width: 100%;
    }
    .work-selection-block {
        width: 100%;
        background: url(../images/frame-laptop.png);
        background-color: #18151B;
        background-position: center;
        background-repeat: no-repeat;
        padding: 42px 55px;
    }
}
@media (max-width: 626px) {
    .blocks-works {
        height: 142px;
    }
}
@media(max-width: 867px) {
    .item-block-price:nth-child(3) {
        margin-top: 25px;
    }
    .item-block-price:nth-child(4) {
        margin: 0px;
        margin-top: 25px;
    }
    .child-block-price {
        justify-content: space-around;
    }
    .block-sale {
        margin-top: 36px;
    }
    .child-example-work {
        justify-content: space-around;
    }
    .item-example-work:nth-child(3) {
        margin-top: 25px;
    }
    .item-example-work:nth-child(4) {
        margin: 0;
        margin-top: 25px;
    }

}
@media(max-width: 768px) {
    .blocks-works-child {
        margin-top: 7px;
    }
    .work-selection-title {
        font-size: 24px;
    }
    .work-type-buttons {
        gap: 8px;
        margin-bottom: 24px;
    }
    .work-type-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    .title {
        font-size: 51px;
        margin-top: 25px;
    }
    .span-intelegence {
        font-size: 16px;
    }
    .block-sale span:nth-child(1) {
        font-size: 20px;
    }
    .block-sale span:nth-child(2) {
        font-size: 42px;
    }
    .link-make-work {
        margin-top: 93px;
    }
    .block-taste {
        margin-top: 40px;
    }
    .block-taste-child-photo {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .block-taste-child h4 {
        font-size: 24px;
    }
    .block-container h2 {
        font-size: 30px;
    }
    .child-why-open-maker {
        flex-wrap: wrap;
    }
    .item-block-questions-form span {
        text-align: center;
    }
    .item-why-open-maker {
        width: 50%;
    }
    .item-why-open-maker:nth-child(3) {
        margin-top: 25px;
    }
    .item-why-open-maker:nth-child(4) {
        margin-top: 25px;
    }
    .work-selection-block-wrapper {
        margin: 72px auto 0;
        position: relative;
    }
    .work-selection-block {
        height: auto;
        background: #18151B;
    }
}
@media(max-width: 685px) {
    .block-taste-child-photo {
        margin-top: 23px;
        width: 100%;
        align-items: center;
    }
    .block-taste-child-photo img {
        width: 304px;
        height: 300px;
    }
    .block-taste {
        flex-direction: column;
    }
    .block-taste-child {
        width: 100%;
    }
    .block-taste-child h4 {
        text-align: center;
    }
}
@media(max-width: 591px) {
    .item-block-price:nth-child(2) {
        margin-top: 16px;
    }
    .item-block-price:nth-child(3) {
        margin-top: 16px;
    }
    .item-block-price:nth-child(4) {
        margin-top: 16px;
    }
    .line {
        width: 100%;
    }
    .item-example-work {
        margin-top: 25px;
    }
    .block-example-work h2 {
        margin-bottom: 10px;
    }
}
@media(max-width: 576px) {
    .work-selection-block-wrapper {
        margin: 0px auto 0;
        position: relative;
    }
    .next-button:hover {
        background: #302a35;
    }
    .next-button-icon {
        transform: translateX(-5px);
        display: block;
    }
    .work-type-dropdown-btn #work-type-dropdown-text {
        font-size: 18px;
    }
    .work-type-dropdown-btn {
        background-color: #1F1B22;
        border: 1px solid #403946;
        color: #C4C4C4;
        height: 46px;
    }
    .topic-input-container {
        width: 100%;
    }
    .topic-input-container .pencil-icon {
        display: none;
    }
    .work-type-dropdown {
        display: block;
        margin-bottom: 16px;
    }
    .topic-input-wrapper {
        flex-direction: column;
    }
    .next-button {
        width: 100%;
    }
    .login-link {
        font-size: 16px;
        padding: 6px 0;
        justify-content: center;
    }
    .login-link-icon {
        width: 18px;
        height: 18px;
    }
    .work-selection-block {
        padding: 32px 16px;
        margin: 72px auto 0;
        background-color: #1F1B22;
    }
    .work-selection-title {
        margin-bottom: 30px;
    }
    .work-type-buttons {
        gap: 6px;
        margin-bottom: 20px;
    }
    .work-type-btn {
        padding: 8px 14px;
        font-size: 12px;
    }
    .work-type-btn .star-icon {
        width: 14px;
        height: 14px;
    }
    .topic-input {
        height: 46px;
        font-size: 18px;
        padding: 0;
        border: 1px solid #403946;
        color: #615C66;
        text-align: center;
    }
    .topic-input-container .pencil-icon {
        left: 12px;
        width: 18px;
        height: 18px;
    }
    .topic-input-error {
        font-size: 12px;
        padding: 0 4px;
        margin-top: 4px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
    .next-button {
        height: 48px;
        font-size: 16px;
        background-color: #1F1B22;
        border: 1px solid #BF9FDF;
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .block-content-frame svg {
        width: 60px;
        height: 62px;
    }
    .blocks-works {
        height: 92px;
    }
    .block-why-open-maker {
        margin-top: 40px;
    }
    .title {
        font-size: 28px;
    }
    .span-intelegence {
        display: none;
    }
    .span-intelegence2 {
        display: block;
    }
    .block-frame {
        background: url(../images/mobile-frame.png);
        background-size: cover;
        background-position: inherit;
        background-repeat: no-repeat;
        min-height: 780px;
        max-height: 780px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
        padding-left: 5px;
        padding-right: 5px;
    }
    .link-make-work {
        margin-bottom: 107px;
        margin-top: 43px;
    }
    .block-sale {
        margin-top: 125px;
    }
    .title {
        font-weight: 400;
    }
    .block-container h2 {
        font-size: 24px;
    }
    .item-block-questions-form span {
        font-size: 16px;
    }
    .line {
        width: 410px;
    }
    .open-maker-tg span {
        text-align: center;
    }
    .block-questions {
        margin-bottom: 32px;
    }
    .block-login {
        height: 528px;
    }
    .blocks-works-child {
        border: none;
        background-color:  transparent;
    }
    .blocks-works-child img {
        margin-left: -50px;
    }
    .blocks-works {
        margin-left: 22px;
    }

    .subscription-modal-description {
        font-size: 14px;
    }

    .subscription-modal-logo svg {
        width: 72px;
        height: 72px;
    }

    .subscription-btn {
        padding: 14px 20px;
        font-size: 14px;
    }
}
@media(max-width: 538px) {
    .line {
        width: 100%;
    }
}
@media(max-width: 480px) {
    .main-video{
        border-radius: 8px;
        box-shadow: 0 2px 10px #cfa0ff;
    }
    .main-video-wrapper{
        margin: 0 8px;
    }
    .line {
        width: 100%;
    }
    .item-why-open-maker {
        width: 100%;
    }
    .item-why-open-maker {
        margin-top: 20px;
    }
    .item-why-open-maker:nth-child(1) {
        margin-top: 28px;
    }
    .child-why-open-maker {
        margin-top: 0px;
    }
    .login-container {
        width: 89%;
    }
}
@media(max-width: 445px) {
    .block-taste-child span {
        text-align: center;
    }
    .ref-user-header{
        font-size: 16px;
    }
    .ref-user-bonus-header{
        font-size: 14px;
    }
    .login-container{
        padding: 24px 6px;
    }
}
@media(max-width: 400px) {
    .block-taste-child-photo img {
        width: 263px;
        height: 260px;
    }
}
@media(max-width: 360px) {
    .block-container {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .subscription-btn-icon {
        position: absolute;
        left: 12px;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
    .subscription-modal-content {
        padding: 32px 12px;
    }
}