.text-big {
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
}

.text-big-medium {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
}

.text-medium {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.text-small {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.bold {
    font-weight: 700;
}

.ii-banner {
    background-color:#0B0C0C;
    color:white;
    position:relative;
    z-index:1;
}

.ii-banner__wrapper {
    display:flex;
    flex-direction:column;
    gap:40px;
    position:relative;
    height:100%;
}

.logo__wrapper {
    max-width:825px;
    display:flex;
    gap:16px;
    padding-top:38px;
}

.logo img,.logo svg {
    max-height:38px;
    width:auto;
}

.logo--padding {
    padding:0 8px;
}

.logo__line {
    width:2px;
    height:auto;
    background-color:white;
}

.🦄 .banner-img {
    position:absolute;
    right:0;
    width:500px;
    height:100%;
}

.banner-back{
    position: absolute;
    z-index: 0;
    pointer-events: none;
    width: 100%;
}

.banner-text {
    margin-bottom: 40px;
}

.banner-text__desc {
    margin:24px 0 18px;
}

.banner-text__desc2 {
    margin:18px 0 40px;
}

.banner-text__button {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color:white !important;
    background-color:#F17400;
    padding:15px 36px;
    border-radius:99px;
    cursor:pointer;
    transition:background-color .3s ease;
}

.banner-text__button:hover {
    background-color:#F58F33;
}


.second-block {
    background-color: #0B0C0C;
    padding: 40px 0 40px;
    color: white;
}

.second-block__title {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}

.second-block__elements {
    position: relative;
    z-index: 1;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    justify-content: center;
}

.second-block__item {
    border-radius:16px;
    position:relative;
    overflow:hidden;
}

.second-block__item.first, .second-block__item.second, .second-block__item.sixth, .second-block__item.seventh {
    flex:0 0 49%;
}

.second-block__item.third, .second-block__item.fourth, .second-block__item.fifth {
    flex:0 0 32.4%;
}

.second-block__item.second, .second-block__item.third {
    background-color:#1A1A1A;
}

.second-block__item.first, .second-block__item.fifth, .second-block__item.sixth {
    background-color:#702C9F;
}

.second-block__item.seventh {
    background-color:#28343E;
}

.second-block__item.fourth {
    background-image:url('img/second-block-svg-4.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.second-block__item.first, .second-block__item.second, .second-block__item.third, .second-block__item.fifth, .second-block__item.sixth, .second-block__item.seventh {
    padding:32px;
}

.second-block__item.first, .second-block__item.second{
    height: 211px;
}

.second-block__item.sixth, .second-block__item.seventh{
    height: 360px;
}

.second-block__text{
    max-width: 58%;
}

.second-block__text-2{
    max-width: 68%;
}

.second-block__item-row {
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom: 20px;
}

.text-line-1 {
    position:relative;
}

.text-line-1::after {
    position:absolute;
    content:'';
    display:block;
    background:url('img/second-block-text-line-1.svg') no-repeat;
    background-size: contain;
    width: 471px;
    bottom: -11px;
    left: -14px;
    height: 27px;
}

.text-line-2 {
    position:relative;
}

.text-line-2::after {
    position:absolute;
    content:'';
    display:block;
    background:url('img/second-block-text-line-2.svg') no-repeat;
    background-size: contain;
    width: 122px;
    bottom: -18px;
    left: -7px;
    height: 11px;
}

.text-line-3 {
    position:relative;
}

.text-line-3::after {
    position:absolute;
    content:'';
    display:block;
    background:url('img/third-block-text-line-3.svg') no-repeat;
    background-size: contain;
    width: 240px;
    bottom: -13px;
    left: -7px;
    height: 18px;
}

.text-symbol {
    position: relative;
}

.text-symbol::after {
    content: '';
    position: absolute;
    left: 131px;
    width: 35px;
    height: 35px;
    background: url('img/second-block-symbol.svg') no-repeat center/contain;
    pointer-events: none;
}

.second-block__svg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: auto !important;
}

.third-block {
    position: relative;
    background-color: #0B0C0C;
}

.third-block--green {
    right: -130px;
    bottom: -480px;
}

.third-block--purple {
    bottom: -137px;
    left: -38px;
}

.third-block__decor {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.third-block__decor--people {
    width: 616px;
    bottom: 0;
    right: 0;
}

.third-block__decor--sber {
    bottom: -19px;
    right: 70px;
    width: 486px;
    transform: rotate(25deg);
}

.third-block__decor--green {
    bottom: 0;
}

.third-block__content {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: #0B0C0C;

}

.third-block__text {
    position: relative;
    z-index: 1;
    padding: 32px 44% 32px 32px;
    color:white;
}

.third-block__item {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.third-block__list-title {
    margin: 40px 0 30px;
}

.third-block__item li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 15px;
    min-height: 54px;
    display: flex;
    align-items: center;
}

.third-block__item li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 54px;
    background-image: url('img/third-block-marker.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fourth-block {
    padding: 50px 0 100px;
    background-color: #0B0C0C;
}

.fourth-block__button {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color:white !important;
    background-color:#F17400;
    padding:15px 15px;
    border-radius:99px;
    cursor:pointer;
    transition:background-color .3s ease;
}

.fourth-block__button:hover {
    background-color:#F58F33;
}

.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) {
    .text-big {
        font-size: 40px;
        line-height: 48px;
    }

    .text-big-medium {
        font-weight: 400;
        font-size: 36px;
        line-height: 42px;
    }

    .text-medium {
        font-size: 24px;
        line-height: 32px;
    }

    .text-small {
        font-size: 20px;
        line-height: 28px;
    }

    .logo__wrapper {
        gap:12px;
    }

    .logo img,.logo svg {
        width:100%;
    }

    .🦄 .banner-img {
        width: 400px;
        height: 400px;
        top: 60px;
    }

    .text-line-1::after {
        width: 300px;
        height: 18px;
    }

    .second-block__item.third, .second-block__item.fourth{
        flex:0 0 49%;
    }

    .second-block__item.first, .second-block__item.fifth, .second-block__item.sixth, .second-block__item.second {
        flex:0 0 99%;
        height: 210px;
    }

    .second-block__item.seventh{
        flex:0 0 99%;
        height: 364px;
    }

    .third-block__decor--people {
        width: 350px;
    }

    .third-block__decor--sber {
        bottom: -19px;
        right: 38px;
        width: 288px;
    }

    .third-block__decor--purple {
        width: 150%
    }

    .third-block__decor--green {
        width: 150%
    }

    .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) {
    .text-big {
        font-size: 40px;
        line-height: 48px;
    }

    .text-big-medium {
        font-weight: 400;
        font-size: 36px;
        line-height: 42px;
    }

    .text-medium {
        font-size: 22px;
        line-height: 26px;
    }

    .text-small {
        font-size: 18px;
        line-height: 22px;
    }

    .logo__wrapper {
        max-width:100%;
        gap:12px;
    }

    .logo img,.logo svg {
        width:100%;
    }

    .🦄 .banner-img {
        width: 100%;
        height: auto;
        position:static;
    }

    .banner-text__button {
        display: flex;
        justify-content: center;
        padding:12px 36px;
    }

    .text-line-1::after {
        width: 300px;
        height: 18px;
    }

    .text-line-2::after {
        width: 110px;
        bottom: -10px;
        left: -7px;
        height: 9px;
    }

    .second-block__item.first, .second-block__item.second, .second-block__item.third, .second-block__item.fifth, .second-block__item.sixth{
        flex:0 0 100%;
        height: 160px;
        padding: 14px;
    }

   .second-block__item.seventh {
       flex:0 0 100%;
       height: 300px;
       padding: 20px;
   }

   .second-block__item.fourth {
       flex:0 0 100%;
   }

    .second-block__item_text {
        max-width: 60%;
    }

    .third-block__decor--purple {
        width: 150%
    }

    .third-block__decor--green {
        width: 150%
    }

    .third-block__decor--people {
        width: 350px;
        top: 15px;
        right: auto;
    }

    .third-block__decor--sber {
        top: -30px;
        left: -61px;
        width: 288px;
    }

    .text-line-3 {
        margin-top: 230px;
    }

    .text-line-3::after{
        width: 200px;
        height: 15px;
    }

    .third-block__text {
        padding: 20px;
    }

    .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;
    }
	.second-block .second-block__text, .second-block .second-block__item_text, .second-block__item.fifth .text-medium{
		font-size:18px;
		line-height:22px;
	}
	.second-block__svg {
		right:-10%;
	}
	.second-block__item.sixth .text-symbol {
		display:none;
	}
}

@media screen and (min-width:743px) and (max-width:950px) {

    .🦄 .banner-img {
        width: 300px;
        height: 300px;
        top: 10px;
        right: -50px;
    }
}

@media screen and (min-width:1200px) and (max-width:1367px) {

}

@media screen and (min-width:950px) and (max-width:1199px) {

}

