.🦄 .svg-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.first-section {
    color: #FFFFFF;
    background-color:#0B0C0C;
    position: relative;
    padding: 40px 110px;
    min-height: 600px;
}

.purple {
    position: absolute;
    top: 0;
    right: 0;
}

.blue {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.25;
}

.net {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.25;
}

.star {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.pushkin {
    position: absolute;
    top: 65px;
    right: 460px;
    z-index: 2;
}

.logos-container {
    max-width: 590px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logos-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.logo-item {
    display: flex;
    align-items: center;
}

.logo-divider {
    width: 1.95px;
    height: 55px;
    background: #FEFEFE;
    margin: 0 20px;
}

<?/*
.🦄 .logo-svg {
    display: block;
    object-fit: contain;
}
*/?>

.logo-svg:nth-child(1) { width: 165px; height: 50px; }
.logo-svg:nth-child(2) { width: 155px; height: 58px; }
.logo-svg:nth-child(3) { width: 43px; height: 72px; }
.logo-svg:nth-child(4) { width: 115px; height: 60px; }

.first-content-block {
    display: flex;
    justify-content: space-between;
}

.first-text-content {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    margin: 60px 0;
    min-width: 430px;
    z-index: 1;
}

.first-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    padding-bottom: 18px;
}

.first-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    padding-bottom: 35px;
    padding-right: 180px;
}

.register-btn {
    width: 206px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color:white !important;
    background-color:#F17400;
    padding:12px 24px;
    border-radius:99px;
    cursor:pointer;
    transition:background-color .3s ease;
}

.register-btn:hover {
    background: #F58F33;
}

.info-section {
    color: #FFFFFF;
    background-color:#0B0C0C;
    position: relative;
    min-height: 600px;
    padding: 0 400px 50px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.info-main {
    position: relative;
}

.main-decoration-1 {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    right: -134px;
    top: 115px;
}

.main-decoration-2 {
    display: none;
}

.main-decoration-3 {
    position: absolute;
    z-index: 3;
    width: 300px;
    height: 300px;
    left: -292px;
    bottom: -115px;
}

.info-main-content {
    border-radius: 16px;
    background: #702C9F;
    padding: 24px;
    z-index: 2;
    margin-top: 35px;
    position: relative;
}

.info-main-header {
    display: flex;
    gap: 31px;
    flex-direction: row;
}

.info-main-header__label {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    padding-right: 20px;
}

.info-main-header__divider {
    background: #FEFEFE;
    width: 1.95px;
}

.info-main-header__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.info-task {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 40px 40px 24px 0;
}
.info-examples {
    display: flex;
    padding: 20px;
    gap: 34px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    color: #46255D;
    margin-bottom: 40px;
}

.info-example {
    display: flex;
    align-items: center;
    gap: 23px;
}

.info-example__action {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.🦄 .info-example__arrow {
    width: 26px;
    height: 17px;
    transform: rotate(27.127deg);
    flex-shrink: 0;
    fill: #FF6B20;
}

.info-example__result {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.info-motivation {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 40px;
}

.info-why {
    position: relative;
}

.why-decoration-1 {
    z-index: 5;
    position: absolute;
    width: 220px;
    height: 150px;
    right: -240px;
    top: 0;
}

.why-decoration-2 {
    z-index: 5;
    position: absolute;
    width: 400px;
    height: 400px;
    right: -323px;
    bottom: -150px;
}

.info-why-content {
    border-radius: 16px;
    background: #28343E;
    display: flex;
    flex-direction: column;
    padding: 24px;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.info-why-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 24px;
    width: 100%;
    z-index: 5;
}

.info-why-header__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.info-why-header__prize {
    margin-right: -24px;
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 32px;
    border-radius: 16px 0 0 16px;
    background: #1A1A1A;
}

.info-why-header__prize-label {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.info-why-header__prize-amount {
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
    color: #9CB81C;
}

.info-why-benefits {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    z-index: 5;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 33%;
}

.🦄.benefit-card__icon-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    height: 161px;
    flex-shrink: 0;
}

.🦄.benefit-card__icon-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}

.🦄.benefit-card__icon-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    flex-shrink: 0;
}

.🦄 .why-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit-card-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.benefit-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.benefit-card__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.info-prize {
    display: flex;
    flex-direction: column;
    padding: 24px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    background: #1A1A1A;
    z-index: 2;
    position: relative;
}

.prize-decoration-1 {
    position: absolute;
    width: 230px;
    height: 75px;
    left: -210px;
    bottom: 0;
    z-index: 5;
}

.prize-decoration-2 {
    position: absolute;
    width: 131px;
    height: 113px;
    right: -30px;
    top: -50px;
    z-index: 5;
}

.prize-decoration-3 {
    display: none;
}

.info-prize-header__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.info-prize-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    padding: 32px 0;
}

.prize-track {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    max-width: 55%;
}

.prize-track__header {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 8px;
}

.prize-track__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prize-track__number {
    color: #FF6B20;
}

.prize-track__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.prize-track-awards {
    padding-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.prize-award {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.🦄.prize-award__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 60px;
    flex-shrink: 0;
}

.🦄 .prize-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prize-award__amount {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.prize-track__divider {
    background: #FEFEFE;
    width: 1.95px;
    height: 184px;
}

.info-prize__footer {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.info-register {
    margin-top: 40px;
    width: 100%;
}

.info-register-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #46255D !important;
    background-color: #FFF;;
    padding:15px 36px;
    border-radius:99px;
    cursor:pointer;
    transition:background-color .3s ease;
}

.info-register-btn:hover {
    background: #281434;
}

.registration-section {
    color: #FFFFFF;
    background-color:#0B0C0C;
    position: relative;
    padding: 40px 110px;
}

.background-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-gradient-1 {
    width: 500px;
    height: 500px;
    transform: rotate(-66deg);
    opacity: 0.60;
    background: radial-gradient(ellipse 53.05% 53.05% at 56.76% 50.16%, rgba(2, 173, 238, 0.90) 0%, rgba(2, 173, 238, 0.90) 100%);
    border-radius: 9999px;
    filter: blur(100.06px);
    position: absolute;
    bottom: 0;
    right: 20%;
}

.bg-gradient-2 {
    width: 1000px;
    height: 1000px;
    bottom: 0px;
    position: absolute;
    transform: rotate(135deg);
    background: radial-gradient(ellipse 43.11% 43.11% at 51.62% 48.30%, rgba(100, 35, 141, 0.90) 0%, rgba(126.01, 64.62, 174.25, 0) 100%);
}

.bg-gradient-3 {
    width: 700px;
    height: 700px;
    transform: rotate(-66deg);
    opacity: 0.60;
    background: radial-gradient(ellipse 53.05% 53.05% at 56.76% 50.16%, rgba(2, 173, 238, 0.90) 0%, rgba(2, 173, 238, 0.90) 100%);
    border-radius: 9999px;
    filter: blur(100.06px);
    position: absolute;
    right: -22%;
}

.bg-gradient-4 {
    width: 1100px;
    height: 1100px;
    left: -43%;
    bottom: -46%;
    position: absolute;
    transform: rotate(135deg);
    background: radial-gradient(ellipse 43.11% 43.11% at 51.62% 48.30%, rgba(100, 35, 141, 0.90) 0%, rgba(126.01, 64.62, 174.25, 0) 100%);
}

.bg-gradient-5 {
    width: 400px;
    height: 200px;
    right: 0;
    top: 0;
    position: absolute;
    transform: rotate(39deg);
    background: #702C9F;
    border-radius: 9999px;
    filter: blur(100px);
}

.bg-gradient-6 {
    width: 400px;
    height: 200px;
    left: 0;
    top: 0;
    position: absolute;
    transform: rotate(39deg);
    mix-blend-mode: color-dodge;
    background: #0D88B7;
    border-radius: 9999px;
    filter: blur(160px);
}

.registration-content {
    display: flex;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.🦄 .registration-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 375px;
    height: 375px;
    flex-shrink: 0;
}

.registration-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 55%;
    position: relative;
}

.registration-text-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -200px;
    width: 500px;
    height: 500px;
    background-image: url(img/drops.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.registration-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.registration-description {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.b-order-subtitle.green {
    display:flex;
    align-items:center;
    gap:8px;
}

.b-order-subtitle.green svg{
    height:24px;
    width:24px;
    min-width:24px;
}

.b-order-subtitle.green span{
    font-size: 16px;
    line-height: 22px;
    color:#209F6D;
    font-weight:400;
}

.b-order-title {
    margin-bottom:25px;
}

.b-reg-field.first {
    flex:0 0 60%;
}

.b-reg-field.second {
    flex:0 0 36.5%;
}

textarea[name="comment"]::placeholder {
    color:var(--gray40);
}

.input-subtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color:#B2B4B2;
    margin:24px 0 8px;
}

.🦄 .b-order-politic label {
    max-width: none;
    margin-left: 0;
    margin-top: 16px;
}

.🦄 .b-order-politic .m-form-policy__text {
    font-size:16px;
    max-width:610px;
    color:#0B0C0C;
}

.b-order-button button {
    margin-left:unset;
}

.buttons {
    display:flex;
    justify-content:flex-start;
    gap:32px;
}



.🦄 .b-order-button button {
    padding:12px 31px;
    max-width:unset;
    border-radius:99px;
}

.🦄 .b-order-button--white button {
    background-color:white;
    color:#46255D;
    border:1px solid #46255D;
    padding:12px 24px;
}

.🦄 .b-order-button--white button:hover {
    background-color:rgb(220,220,220) !important;
}

.🦄  .b-order-button {
    margin-top:48px;
}

.b-reg-field__input.telephone span{
    width:90%;
}

.b-reg-field__input.telephone.not-empty span{
    width:unset;
}

.input-subtext.--bday {
    display:flex;
    justify-content:flex-start;
    margin-top:0;
}
.b-order-form-group-inputs.--first-row {
    align-items: flex-end;
}

.b-reg-field__select-panel.error span {
    color: var(--color50);
}

.tablet-only {
    display:none;
}

.🦄 .m-send-image {
    max-width:unset;
}

.🦄 .m-send-title {
    max-width: 500px;
    margin: 32px auto 16px;
}
.🦄 .b-order-forms-result .b-order-button {
    margin-top: 32px;
    justify-content: center;
}

.🦄 .b-order-forms-result .b-order-button button {
    gap:8px;
}

.🦄 .b-order-forms-result p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

@media screen and (max-width:1199px) and (min-width:744px) {
    .first-section {
        padding: 40px 76px;
    }

    .logos-container {
        width: 306px;
        height: 32px;
    }

    .logo-svg:nth-child(1) { width: 82px; height: 25px; }
    .logo-svg:nth-child(2) { width: 77px; height: 29px; }
    .logo-svg:nth-child(3) { width: 21px; height: 36px; }
    .logo-svg:nth-child(4) { width: 57px; height: 30px; }

    .logo-divider {
        height: 27px;
        margin: 0 10px;
    }

    .first-text {
        font-size: 16px;
        line-height: 20px;
    }

    .🦄 .info-section {
        padding: 0 76px 50px;
    }

    .main-decoration-1 {
        position: absolute;
        z-index: 3;
        width: 200px;
        height: 200px;
        right: -149px;
        top: 160px;
    }

    .main-decoration-2 {
        display: none;
    }

    .main-decoration-3 {
        position: absolute;
        z-index: 3;
        width: 200px;
        height: 200px;
        top: -106px;
        left: -104px;
    }

    .info-main-header {
        flex-direction: column;
        gap: 24px;
        padding-bottom: 24px;
    }

    .info-main-header__label {
        font-size: 32px;
        line-height: 32px;
    }

    .info-main-header__divider {
        display: none;
    }

    .info-main-header__description {
        line-height: 24px;
    }

    .info-task {
        font-size: 16px;
        line-height: 20px;
        padding: 24px 20px 24px 0;
    }

    .info-examples {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 24px;
    }

    .info-motivation {
        font-size: 16px;
        line-height: 24px;
        padding-right: 20px;
    }

    .why-decoration-1 {
        width: 170px;
        height: 110px;
        right: -65px;
        bottom: 92px;
        top: auto;
    }

    .why-decoration-2 {
        display: none;
    }

    .info-why-header__title {
        font-size: 32px;
        line-height: 32px;
    }

    .info-why-header__prize {
        padding: 16px 80px 16px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0;
    }

    .info-why-header__prize-label {
        font-size: 16px;
    }

    .info-why-header__prize-amount {
        font-size: 32px;
    }

    .info-why-benefits {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .benefit-card {
        flex-direction: row;
        justify-content: left;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        max-width: 100%;
    }

    .🦄.benefit-card__icon-1 .benefit-card__icon-2 .benefit-card__icon-3 {
        width: 161px;
        height: auto;
    }

    .benefit-card-info {
        max-width: 60%;
    }

    .prize-decoration-1 {
        display: none;
    }

    .prize-decoration-2 {
        top: 10px;
        right: -20px;
    }

    .prize-decoration-3 {
        position: absolute;
        width: 200px;
        height: 110px;
        right: -102px;
        bottom: 60px;
        z-index: 5;
        display: flex;
    }

    .info-prize-header__title {
        font-size: 32px;
        line-height: 32px;
    }

    .info-prize-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding: 24px 0;
    }

    .prize-track {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        max-width: 100%;
    }

    .prize-track__divider {
        background: #FEFEFE;
        width: 100%;
        height: 1.95px;
    }

    .info-prize__footer {
        font-size: 20px;
        line-height: 28px;
    }

    .registration-section {
        padding: 40px 76px;
    }

    .registration-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .🦄 .registration-image {
        width: 235px;
        height: 235px;
    }

    .registration-text-content {
        align-items: center;
        gap: 24px;
        max-width: 100%;
    }

    .registration-text-content::after {
        display: none;
    }

    .registration-title {
        text-align: center
    }

    .registration-description {
        text-align: center
    }

    .b-order-form-group-inputs.--first-row {
        flex-direction: column;
        align-items: unset;
    }
    .b-order-form-group-inputs.--first-row .b-reg-field.second{
        width: 48%;
    }
}

@media screen and (max-width:743px) {
    .first-section {
        padding: 40px 16px;
    }

    .first-text {
        padding-right: 0;
    }

    .logos-container {
        width: 210px;
        height: 20px;
    }

    .logos-wrapper {
        justify-content: space-around;
    }

    .logo-svg:nth-child(1) { width: 60px; height: 18px; }
    .logo-svg:nth-child(2) { width: 56px; height: 21px; }
    .logo-svg:nth-child(3) { width: 15px; height: 26px; }
    .logo-svg:nth-child(4) { width: 42px; height: 22px; }

    .logo-divider {
        height: 15px;
        margin: 0 5px;
    }

    .first-title {
        font-size: 32px;
        line-height: 32px;
    }

    .register-btn {
        display: flex;
        justify-content: center;
        padding:12px 36px;
    }

    .🦄 .info-section {
        padding: 0 16px 40px;
    }

    .main-decoration-1 {
        position: absolute;
        z-index: 3;
        width: 62px;
        height: 62px;
        right: 45px;
        top: 10px;
    }

    .main-decoration-2 {
        position: absolute;
        width: 90px;
        height: 90px;
        left: -25px;
        top: -15px;
        z-index: 3;
        display: flex
    }

    .main-decoration-3 {
        display: none;
    }

    .info-main-header {
        flex-direction: column;
        gap: 24px;
        padding-bottom: 24px;
    }

    .info-main-header__label {
        font-size: 24px;
        line-height: 32px;
    }

    .info-main-header__divider {
        display: none;
    }

    .info-main-header__description {
        font-size: 18px;
        line-height: 22px;
    }

    .info-task {
        font-size: 16px;
        line-height: 18px;
        padding: 24px 0;
    }

    .info-examples {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin-bottom: 24px;
    }

    .info-example {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .info-example__action {
        font-size: 18px;
        line-height: 22px;
    }

    .🦄 .info-example__arrow {
        transform: rotate(120deg);
    }

    .info-example__result {
        font-size: 16px;
        line-height: 18px;
    }

    .info-motivation {
        font-size: 16px;
        line-height: 18px;
        padding-right: 0;
    }

    .why-decoration-1 {
        display: none;
    }

    .why-decoration-2 {
        display: none;
    }

    .info-why-header__title {
        font-size: 24px;
        line-height: 32px;
    }

    .info-why-header__prize {
        padding: 8px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0;
    }

    .info-why-header__prize-label {
        font-size: 14px;
    }

    .info-why-header__prize-amount {
        font-size: 25.725px;
        line-height: 25.725px;
    }

    .info-why-benefits {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .benefit-card {
        flex-direction: row;
        justify-content: left;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        max-width: 100%;
    }

    .benefit-card__title {
        line-height: 26px;
    }

    .benefit-card__description {
        line-height: 18px;
    }

    .🦄.benefit-card__icon-1 .benefit-card__icon-2 .benefit-card__icon-3 {
        width: 115px;
        height: auto;
    }

    .benefit-card-info {
        max-width: 60%;
    }

    .prize-decoration-1 {
        display: none;
    }

    .prize-decoration-3 {
        display: none;
    }

    .prize-decoration-2 {
        position: absolute;
        width: 98px;
        height: 86px;
        right: -10px;
        top: -40px;
    }

    .info-prize-header__title {
        font-size: 24px;
        line-height: 32px;
    }

    .info-prize-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 16px 0;
    }

    .prize-track {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        max-width: 100%;
    }

    .prize-track__divider {
        background: #FEFEFE;
        width: 100%;
        height: 1.95px;
    }

    .info-prize__footer {
        font-size: 16px;
        line-height: 28px;
    }

    .registration-section {
        padding: 40px 16px;
    }

    .registration-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .🦄 .registration-image {
        width: 235px;
        height: 235px;
    }

    .registration-text-content {
        align-items: center;
        gap: 24px;
        max-width: 100%;
    }

    .registration-text-content::after {
        display: none;
    }

    .registration-title {
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .registration-description {
        font-size: 20px;
        line-height: 26px;
        text-align: center
    }

    .b-order-form-group-inputs.--first-row {
        align-items: unset;
    }

    .🦄 .b-order-forms-result p {
        font-size: 16px;
        line-height: 20px;
    }
    .🦄 .m-send-title {
        font-size:18px;
        line-height:24px;
    }
}

@media screen and (max-width: 1400px) and (min-width:860px) {
    .pushkin{
        display: none;
    }

    .star {
        right: 0;
    }

    .net {
        top: -175px;
    }

    .blue {
        top: -150px;
    }

    .first-section {
        min-height: 400px;
    }
}

@media screen and (max-width: 859px){
    .first-content-block {
        justify-content: center;
    }

    .pushkin{
        display: none;
    }

    .purple {
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .net {
        width: 80%;
        top: -19%;
    }

    .star {
        width: 410px;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .first-text-content {
        align-items: center;
        margin-top: 350px;
    }

    .first-title {
        text-align: center;
    }

    .first-text {
        text-align: center;
    }
}

@media screen and (max-width:1920px) {
	.info-section {
		padding: 0 250px 50px;
	}
}