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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: linear-gradient(135deg, #e8eef7 0%, #f5f8fc 50%, #e2e8f0 100%);
    color: #2d3748;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

html {
    overflow-x: hidden;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.decorative-dots {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
}

.decorative-dots img {
    width: 100%;
    height: auto;
}

.header {
    padding: 52px 0 20px;
    position: relative;
    z-index: 10;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

.office-block {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 285px;
    height: 104px;
    border: 1px solid #D4DEFE;
    backdrop-filter: blur(2px);
    border-radius: 20px;
    flex-shrink: 0;
    background: transparent;
    position: relative;
}

.do-logo {
    position: absolute;
    width: 240px;
    height: 72px;
    left: 22.5px;
    top: 16px;
}

.main-block {
    box-sizing: border-box;
    position: relative;
    width: 895px;
    height: 104px;
    background: #FFFFFF;
    border: 1px solid #D4DEFE;
    backdrop-filter: blur(2px);
    border-radius: 20px;
    flex-shrink: 0;
}

.promo-section {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    width: 320px;
}

.promo-icon {
    position: absolute;

    left: -60px;
    top: -60px;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.promo-icon img {
    width: 100%;
    height: 100%;
}

.promo-logo {
    display: none;
}

.promo-text {
    position: absolute;
    width: 266px;
    height: 57px;
    left: calc(50% - 266px/2 - 35px);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
}

.promo-text .highlight {
    color: #6764E8;
    font-weight: 600;
}

/* Секция таймера */
.timer-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    position: absolute;
    width: 208px;
    height: 80px;
    left: 351px;
    top: 12px;
}

.timer {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    /* gap: 2px; */
}

.timer-digit {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 4px; */
}

.timer-number {
    width: 61px;
    height: 58px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6764E8;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.timer-label {
    width: 50px;
    height: 19px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.5);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.timer-colon {
    width: 14px;
    height: 48px;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6764E8;
    flex: none;
    flex-grow: 0;
    margin-bottom: 12px;
}

.cta-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 10px;
    position: absolute;
    width: 235px;
    height: 48px;
    right: 24px;
    top: 28px;
    background: linear-gradient(278.34deg, #6764E8 32.84%, #3A3882 89.64%);
    border-radius: 20px;
}

.cta-button,
.cta-button-large {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.cta-button {
    background: none;
    border: none;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 195px;
    height: 19px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.cta-button-large {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 10px;
    width: 249px;
    height: 55px;
    background: linear-gradient(273.96deg, #6764E8 11.01%, #3A3882 89.38%);
    border-radius: 20px;
    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
}

.cta-button-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.hero {
    padding: 0 0 400px;
    position: relative;
    z-index: 5;
    min-height: 600px;
    margin-bottom: 520px;
}

.hero::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    left: -50px;
    top: 250px;
    background: url('../svg/notebook.svg') no-repeat center;
    background-size: contain;
    z-index: 2;
    opacity: 0.3;
    /*transform: rotate(-18.06deg);*/
}

.hero-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    position: absolute;
    width: 743px;
    height: 277px;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    z-index: 10;
}

.hero-image {
    position: absolute;
    width: 1332px;
    height: 865px;
    left: 50%;
    top: 255px;
    transform: translateX(-50%);
    z-index: 5;
}

.hero-notebook {
    position: absolute;
    width: 756.53px;
    height: 756.53px;
    top: 272px;
    left: -135px;
    background: url("../svg/notebook.svg") no-repeat center/contain;
    /*transform: rotate(18.06deg);*/
    opacity: 1;
    z-index: 4;
}

.registration-link {
    width: 743px;
    /* height: 22px; */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #6764E8;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    justify-content: center;
}

/* Заголовок */
.hero-title {
    width: 743px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    display: block;
    text-align: center;
    color: #000000;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.hero-title-line {
    display: inline;
}

.gradient-text {
    background: linear-gradient(90deg, #3A3882 0%, #6764E8 89.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline;
}

.hero-description {
    width: 520px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 auto;
}

.hero-description-line {
    display: inline;
}

.devices {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.block6-feature:nth-child(2) .block6-feature-description {
    width: 350px;
    margin-left: -30px;
}

.block8-os-icons {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    width: 500px;
}

.block8-os-icons img {
    width: 230px;
    object-fit: contain;
    margin: 10px
}

.block-logos-item img{
    height: 60px;
    /*width: 150px;*/
}

.block-logos .container {
    max-width: none;
}

.swiper-wrapper {
    transition-timing-function: linear !important; /* Линейная анимация для равномерности */
    align-items: center; /* Выравнивание по вертикали */
}

.swiper-wrapper {
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
}

/* Убедитесь, что контейнер не выходит за пределы */
.swiper {
    overflow: hidden;
    width: 100%;
}