* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', -apple-system, Roboto, Helvetica, sans-serif;
    background: #010712;
    color: #FFF;
    overflow-x: hidden;
    position: relative;
}

.background-blur {
    position: fixed;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
}

.background-blur-1 {
    width: 782px;
    height: 714px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(49, 61, 239, 0.50) 22.12%, rgba(49, 61, 239, 0.50) 100%);
    left: 323px;
    top: 2592px;
}

.background-blur-2 {
    width: 782px;
    height: 714px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(49, 61, 239, 0.50) 22.12%, rgba(49, 61, 239, 0.50) 100%);
    left: -666px;
    top: 2807px;
}

.main-container {
    /*
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 40px 0;
    */
    position: relative;
    z-index: 1;
}

.uz-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 40px 0; 
}

.uz-section-margin {
    margin-right: 40px;
    margin-left: 40px;
    max-width: 1920px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 110px;
}

.logo {
    width: 136px;
    height: 95px;
    position: relative;
}

.logo-img {
    width: 136px;
    height: 81px;
    position: absolute;
    left: 0;
    top: 0;
}

.logo-shadow {
    width: 135px;
    height: 17px;
    position: absolute;
    left: 1px;
    top: 78px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 100%);
    filter: blur(2px);
    opacity: 0.6;
}

.nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-btn {
    display: flex;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #313DEF;
    color: #FFF;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #4550ff;
    transform: translateY(-2px);
}

.social-icon {
    display: flex;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon svg {
    filter: drop-shadow(0 2px 3px rgba(255, 255, 255, 0.15));
}

.hero-section {
    height: 625px;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background: rgba(2, 49, 52, 0.20);
    box-shadow: 1px -1px 40px 5px rgba(45, 128, 252, 0.20) inset;
    backdrop-filter: blur(100px);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    margin: 0 auto;
}

.hero-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    background: radial-gradient(50% 50% at 50% 50%, #313DEF 22.12%, #313DEF 100%);
}

.hero-blur-1 {
    width: 496px;
    height: 514px;
    left: 836px;
    top: -31px;
}

.hero-blur-2 {
    width: 496px;
    height: 514px;
    left: 1388px;
    top: 278px;
}

.shape-decoration {
    position: absolute;
}

.shape-38 {
    width: 304px;
    height: 304px;
    right: 77px;
    top: 153px;
}

.hero-image {
    width: 878px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding: 24px;
}

.hero-title {
    width: 1164px;
    color: #FFF;
    font-family: 'Russo One', sans-serif;
    font-size: 98px;
    font-weight: 400;
    line-height: 90%;
    margin-bottom: 116px;
}

.hero-description {
    width: 846px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}

.btn-primary {
    display: flex;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-image: url('img/button-gradient.png');
}

.btn-primary:hover {
    transform: translateY(-2px);
}


.btn-gradient {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
}

.btn-gradient:hover {
    background: linear-gradient(135deg, #FFE44D, #FFB84D);
}

.intro-section {
    margin-bottom: 110px;
}

.intro-text {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 100%;
}

.benefits-section {
    margin-bottom: 110px;
}

.section-title {
    color: #FFF;
    font-family: 'Russo One', sans-serif;
    font-size: 86px;
    font-weight: 400;
    margin-bottom: 40px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.benefits-grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}

.benefits-grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.benefit-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    background: #313DEF;
    min-height: 276px;
}

.benefit-title {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px;
}

.benefit-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.benefit-description {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    max-width: 442px;
}

.benefit-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.services-section {
    position: relative;
    z-index: 9999;
    margin-bottom: 110px;
}

.services-marquee {
    height: 131px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.marquee-row {
    display: flex;
    gap: 10px;
    position: absolute;
    white-space: nowrap;
}

.marquee-row-1 {
    left: 10px;
    top: 0;
}

.marquee-row-2 {
    left: -498px;
    top: 47px;
}

.marquee-row-3 {
    left: -1007px;
    top: 94px;
}

.service-tag {
    display: inline-flex;
    padding: 8px 24px;
    border-radius: 12px;
    background: #313DEF;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.72px;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 16px;
    border: 2px solid #313DEF;
    background: rgba(49, 61, 239, 0.05);
    box-shadow: 1px -1px 40px 0 rgba(45, 128, 252, 0.20) inset;
    min-height: 442px;
}

.service-img {
    width: 200px;
    height: 200px;
    margin-bottom: 24px;
}

.service-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
}

.service-description {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    flex-grow: 1;
}

.btn-secondary {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background-image: url(img/button-gradient.png);
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.btn-secondary:hover {
    transform: translateY(-2px);
}

.lesson-section {
    margin-bottom: 110px;
}

.lesson-content {
    display: flex;
    gap: 40px;
    position: relative;
}

.video-wrapper {
    width: 923px;
    height: 618px;
    position: relative;
}

.video-background {
    width: 936px;
    height: 627px;
    border-radius: 24px;
    background: #010712;
    position: absolute;
    left: -8px;
    top: 0;
}

.video-background::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 935px;
    height: 634px;
    background: rgba(49, 61, 239, 0.10);
    border-radius: 24px;
}

.laptop-image {
    width: 547px;
    height: auto;
    position: absolute;
    left: 13px;
    top: 74px;
    z-index: 2;
}

.shape-owl {
    position: absolute;
    z-index: 1;
}

.shape-owl-1 {
    width: 220px;
    height: 220px;
    left: -13px;
    top: -55px;
    transform: rotate(-32.94deg);
}

.shape-owl-2 {
    width: 237px;
    height: 237px;
    left: 305px;
    bottom: -94px;
}

.shape-9 {
    width: 148px;
    height: 148px;
    position: absolute;
    right: 320px;
    top: 67px;
    transform: rotate(102.245deg);
}

.play-button {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 3;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.lesson-info {
    width: 755px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(49, 61, 239, 0.05);
    box-shadow: 0 -4px 20px 0 rgba(49, 61, 239, 0.20) inset;
    backdrop-filter: blur(50px);
    position: relative;
}

.lesson-info-title {
    width: 504px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 210px;
}

.shape-54 {
    width: 246px;
    height: 246px;
    position: absolute;
    right: 24px;
    top: 24px;
}

.lesson-info-text {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.pricing-section {
    margin-bottom: 110px;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pricing-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    border-radius: 16px;
    background: #313DEF;
}

.pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pricing-name {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

.pricing-duration {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}

.pricing-icon {
    width: 200px;
    height: 200px;
}

.pricing-description {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.btn-full {
    width: 100%;
}

.divider {
    width: 100%;
    height: 2px;
    background: #313DEF;
    margin-bottom: 40px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.video-sova {
    position: absolute;
    margin-left: 41px;
    margin-top: 77px;
}

.video-sova img {
    height: 489px;
}

.video-book {
    position: absolute;
    width: 923px;
    height: 100%;
}

.video-chelka {
    position: absolute;
    width: 923px;
    z-index: 999;
}

.video-chelka img {
    width: 100%;
}

.video-book img {
    width: 100%;
    height: 100%;
}

.video-wrapper .play-btn {
    position: absolute;
    left: 374px;
    top: 314px;
    z-index: 9999;
}

.video-wrapper .video-mook {
    position: absolute;
    left: 45px;
    top: 76px;
    width: 725px;
    height: 487px;
    border-radius: 21px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.radgrad {
    position: absolute;
    margin-left: -390px;
    margin-top: 280px;
}

.blue-rad-grad {
    display: inline-block;
    width: 782.401px;
    height: 713.846px;
    transform: rotate(24.321deg);
    flex-shrink: 0;
    border-radius: 782.401px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(49, 61, 239, 0.50) 22.12%, rgba(49, 61, 239, 0.50) 100%);
    filter: blur(100px);
}

.blue-rad-grad.grad-2 {
    position: relative;
    top: -480px;
    left: 180px;
}

.send-zaya {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .no-mobile {
        display: none !important;
    }

    .uz-section {
        margin: 0 auto;
        padding: 0px 10px;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 32px;
        padding: 0 12px;
        margin-bottom: 0px;
        margin-top: 12px;
    }

    .logo {
        width: 54px;
        height: 32px;
    }

    .header-actions {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .menu-button {
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-section {
        margin-top: 24px;

        display: flex;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-left: 10px;
        margin-right: 10px;

        height: unset;
        border-radius: unset;
        border: unset;
        background: unset;
        box-shadow: unset;
        backdrop-filter: unset;
        position: unset;
        overflow: hidden;
        margin-bottom: unset;
    }

    .hero-card {
        height: 775px;
        width: 100%;
        border-radius: 8px;
        border: 2px solid rgba(255, 255, 255, 0.50);
        background: rgba(2, 49, 52, 0.20);
        box-shadow: 1px -1px 40px 5px rgba(45, 128, 252, 0.20) inset;
        backdrop-filter: blur(100px);
        position: relative;
        overflow: hidden;
    }

    .hero-card  .btn-primary {
        align-self: center;
    }
    .hero-background-blur {
        width: 375px;
        height: 389px;
        border-radius: 388.854px;
        background: radial-gradient(50% 50% at 50% 50%, #313DEF 22.12%, #313DEF 100%);
        filter: blur(100px);
        position: absolute;
        left: -122px;
        top: -58px;
    }

    .hero-shape {
        width: 139px;
        height: 139px;
        position: absolute;
        left: 230px;
        top: 86px;
    }

    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-content {
        width: calc(100% - 24px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        position: absolute;
        left: 12px;
        top: 339px;
    }

    .hero-title {
        align-self: center;
        width: 345px;
        color: #FFF;
        text-align: center;
        font-family: 'Russo One', -apple-system, Roboto, Helvetica, sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 90%;
    }

    .hero-description {
        align-self: center;
        width: 345px;
        color: #FFF;
        font-family: 'Raleway', -apple-system, Roboto, Helvetica, sans-serif;
        font-size: 19px;
        font-weight: 700;
        line-height: 100%;
    }

    .section-title {
        color: #FFF;
        font-family: "Russo One";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 32px */
        letter-spacing: -0.96px;
    }

    .benefit-title {
        color: #FFF;
        font-family: Raleway;
        font-size: 19px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 19px */
        margin-bottom: 0;
    }

    .benefit-description {
        color: #FFF;
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .benefit-card {
        padding: 12px;
        height: 134px;
        min-height: 134px;
    }

    .section-title {
        margin-top: 40px;
        margin-bottom: 20px;
        color: #FFF;
        font-family: "Russo One";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 32px */
    }

    .service-tag {
        color: #FFF;
        text-align: center;
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.48px;
        padding: 8px 12px;
        gap: 10px;
    }

    .marquee-row-2 {
        top: 37px;
    }

    .marquee-row-3 {
        top: 74px;
    }

    .marquee-row {
        gap: 5px;
    }

    .services-marquee {
        height: 105px;
        margin-bottom: 20px;
    }

    .service-card {
        padding: 12px;
        min-height: unset;
    }

    .service-card img {
        width: 100px;
        height: 100px;
        margin-bottom: 8px;
    }

    .service-description {
        color: #FFF;
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 12px */
    }

    .btn-secondary {
        color: #000;
        text-align: center;
        font-family: Raleway;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.6px;
    }

    .service-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .services-section {
        margin-bottom: 0px;
    }

    .lesson-content {
        flex-direction: column;
    }

    .video-wrapper-mobile img {
        width: 360px;
    }

    .video-sova {
        margin-left: 15px;
        margin-top: 30px;
    }

    .video-sova img {
        width: 288px;
        height: unset;
    }

    .video-book img {
        width: 360px;
        height: unset;
    }

    .video-chelka img {
        width: 360px;
        height: unset;        
    }

    .video-wrapper {
        width: unset;
        height: unset;
        margin-left: calc(50vw - 170px);
    }

    .video-wrapper .play-btn img {
        width: 80px;
        height: 80px;
    }

    .video-wrapper .play-btn {
        position: absolute;
        left: 118px;
        top: 95px;
    }

    .lesson-info {
        width: unset;
        margin-top: 220px;
        padding: 12px;
    }

     .lesson-info .shape-54 {
        display: none;
     }

     .lesson-info-title {
        margin-bottom: 0;
        color: #FFF;
        font-family: Raleway;
        font-size: 19px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 19px */
        margin-bottom: 8px;
        width: unset;
     }

     .lesson-info-text {
        color: #FFF;
        font-family: Raleway;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 15px */
     }

     .pricing-cards {
        grid-template-columns: 1fr;
        gap: 20px;
     }

     .pricing-card {
        padding: 12px;
        gap: 12px;
     }

     .pricing-name {
        color: #FFF;
        font-family: Raleway;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 24px */
        width: 150px;
     }

     .pricing-duration {
        width: 150px;
        color: #FFF;
        font-family: Raleway;
        font-size: 19px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 19px */
     }

     .pricing-icon {
        width: 64px;
        height: 64px;
     }

     .pricing-description {
        display: none;
     }

     .footer-social .telegram-icon svg {
        width: 32px;
        height: 32px;
     }

     .footer-social .youtube-icon svg {
        width: 45.71px;
        height: 32px;
     }

     footer .logo {
        display: flex;
        gap: 5px;
        align-items: center;        
     }

     footer .logo .footer-logo {
        width: 54px;
        height: 32px;
     }

     footer .logo .footer-text-logo {
        width: 134.731px;
        height: 17px;
     }

     footer {
        padding-bottom: 26px !important;
     }

    .video-wrapper .video-mook {
        width: 282px;
        height: 189px;
        left: 18px;
        top: 31px;
        border-radius: 7px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media screen and (min-width: 1149px) and (max-width: 1336px) {
    .lesson-info-title {
        width: 350px;
        font-size: 32px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1149px) {
    .lesson-info-title {
        width: 300px;
        font-size: 25px;
    }
}


@media screen and (min-width: 768px) {
    .no-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 1277px) and (max-width: 1590px) {
    .video-wrapper {
        transform: scale(0.7);
        margin-left: -55px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1277px) {
    .video-wrapper {
        transform: scale(0.5);
        margin-left: -65px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .lesson-content {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) and (max-width: 885px) {
    .video-wrapper {
        transform: scale(0.7);
        margin-left: -8vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hero-title {
        width: 600px;
        color: #FFF;
        font-family: 'Russo One', sans-serif;
        font-size: 69px;
        font-weight: 400;
        line-height: 90%;
        margin-bottom: 116px;
    }

    .hero-description {
        width: 600px;
        color: #FFF;
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 100%;
        margin-bottom: 24px;
    }

    .no-tablet {
        display: none;
    }

    .header.no-desktop {
        display: flex !important;
        margin-bottom: 55px;
    }

    .header.no-desktop .menu-button {
        background: transparent;
        border: none;
        transform: scale(2);
        margin-right: 30px;
    }

    .uz-section {
        padding: 10px;
    }

    .pricing-cards, .benefits-grid.grid-3, .benefits-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .lesson-info {
        width: 100%;
    }

    .service-cards {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
}

.burger-menu-wrap {
    display: none;
}

.burger-menu-wrap.opened {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    padding-left: 73px;
    z-index: 999999999;
}

.burger-menu {
    width: 100%;
    height: 100%;
    background: #000;
    padding-left: 12px;
    padding-top: 19px;
    padding-right: 12px;
    padding-bottom: 19px;
    display: flex;
    flex-direction: column;    
}

.burger-menu-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.burger-menu-content {
    margin-top: 28px;
    flex-grow: 1;
}

.burger-menu-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.burger-menu-content ul li {
    /* Как записаться */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.04em;

    color: #FFFFFF;
}

.burger-menu-content ul li a {
    color: #fff;
    text-decoration: none;
}

.go-buy {
    display: none;
}

@media screen and (min-width: 1024px) {
    .services-marquee {
        width: 2965px;
        margin: 0 auto;
    }
}

ins {
    text-decoration: none;
}

.pricing-card button {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.play-btn:hover img {
    transition: 0.3s;
}

.play-btn:hover img {
    transform: scale(1.2);
}

.play-btn {
    cursor: pointer;   
}

@keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
}

.marquee-row {
    width: 900px;
    animation: marquee 10s linear infinite;
}

.footer-social .social-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 12px;

    width: 204px;
    height: 52px;

    background: #313DEF;
    border-radius: 12px;

    /* Профиль */

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04em;

    color: #FFFFFF;

    text-decoration: none;
    transition: .3s;
}

.footer-social .social-icon:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-social .social-icon {
        padding: 8px 12px;
        gap: 4px;
        width: unset;
        height: unset;
        /* Профиль */

        font-family: 'Raleway';
        font-style: normal;
        font-weight: 600;
        font-size: 11.5px;
        line-height: 14px;
        /* identical to box height */
        text-align: center;

        color: #FFFFFF;
    }

    .footer-social {
        gap: 8px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-social .social-icon svg {
        width: 12px !important;
        height: 12px !important;
    }
}