* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    color: #202020;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.button {
    font-family: 'Inter Semi Bold';
    font-size: 16px;
    color: #202020;
    background-color: #ffb700;
    padding: 18px 30px;
    border-radius: 10px;
    text-decoration: none;
    outline: 0;
    border: 0;
}

.button:hover {
    opacity: 0.8;
}

.button.button-large {
    font-size: 20px;
    padding: 31px 50px;
}

.top__header {
    position: fixed;
    /*background: #fff;*/
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #fff;
    width: 100%;
    border-radius: 20px;
    padding: 22px;
    top: 20px;
    max-width: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    margin: 0 -15px;
}

.block {
    padding: 148px 0;
}

.block-title {
    font-family: 'Inter Medium';
    font-size: 64px;
    color: #393E51;
    margin-bottom: 48px;
    letter-spacing: -0.04em;
    line-height: 1;
}

.block-title__small {
    font-size: 24px;
    font-family: 'Inter Medium';
    color: #FFB700;
    margin-bottom: 48px;
    letter-spacing: -0.04em;
    line-height: 1;
}

.block-1 {
    background-image: url(images/bg_banner.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.block-1__info {
    display: flex;
    flex-direction: column;
    gap: 54px;
    position: relative;
}

.block-1__title {
    font-family: 'Inter Medium';
    font-size: 96px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 100px;
}

.block-1__title span {
    color: #ffb700;
    display: block;
}

.block-1__description {
    font-family: 'Inter Light';
    font-size: 24px;
    color: #dedede;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    max-width: 55%;
}

.block-1__slide {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 39px);
    width: 78px;
    height: 46px;
    background-image: url(/local/templates/business/images/icons/btn_slide.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
}

.block-1__img1 {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.block-1__img2 {
    position: absolute;
    right: 200px;
    bottom: -106px;
}

.block-1__text {
    position: absolute;
    bottom: 18px;
    left: 18px;
    color: #393E51;
    font-family: 'Inter Medium';
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    line-height: 1;
}

.block-2__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.block-2__item {
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    border-radius: 20px;
}

.block-2__item-title {
    position: absolute;
    font-family: 'Inter Medium';
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    z-index: 3;
    padding: 28px;
    color: #202020;
}

.block-2__item-img {
    position: absolute;
    top: 0;
    z-index: 1;
}

.block-2__item-img img {
    background-image: linear-gradient(153.57deg, #EEEFEF 16.6%, #C7CBD4 99.09%);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-3 {
    background-color: #eeefef;
}

.block-3__title {
    font-family: 'Inter Medium';
    font-size: 64px;
    color: #393E51;
    letter-spacing: -0.04em;
    line-height: 1;
    padding-right: 100px;
}

.block-3__desc {
    font-family: 'Inter Semi Bold';
    font-size: 30px;
    color: #393E51;
    letter-spacing: -0.04em;
    line-height: 100%;
    padding: 0 88px;
}

.block-3__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 16px;
}

.block-3__card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: radial-gradient(109.44% 238.3% at 104.11% 109.21%, #F8F8F8 0%, #393E51 70.37%, #202020 100%);
    padding: 26px;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
    font-family: 'Inter Regular';
    line-height: 100%;
}

.block-3__card.block-3__card__orange {
    background: #FFB700;
    color: #202020;
}

.block-3__card-title {
    font-family: 'Inter Semi Bold';
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.04em;
    color: #ffb700;
    margin-bottom: 24px;
}

.block-3__card.block-3__card__orange .block-3__card-title {
    color: #202020;
}

.block-3__card-right img {
    width: 196px;
    max-width: max-content;
}

.block-4 {
    overflow: hidden;
}

.block-4__info {
    position: relative;
}

.block-4__info:before {
    position: absolute;
    display: block;
    content: '';
    width: 400px;
    height: 287px;
    background: url(/local/templates/business/images/block4_bg2.png) 50% no-repeat;
    background-size: contain;
    top: -148px;
    right: 0;
}

.block-4__title {
    font-family: 'Inter Medium';
    font-size: 64px;
    color: #393E51;
    letter-spacing: -0.04em;
    line-height: 1;
    max-width: 65%;
}

.block-4__list {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.block-4__item {
    border-radius: 20px;
    padding: 32px;
    background: #ffb700;
    height: fit-content;
}

.block-4__item:nth-of-type(even) {
    background: #eeefef;
}

.block-4__step {
    display: flex;
}

.block-4__step-cnt {
    background: linear-gradient(279.97deg, #202020 8.88%, #393E51 81.74%);
    border-radius: 8px;
    padding: 10px 18px;
    font-family: 'Inter Bold';
    font-size: 20px;
    color: #ffb700;
    line-height: 1;
    display: flex;
    align-items: center;
}

.block-4__step-status {
    background: #202020;
    border-radius: 8px;
    padding: 10px;
}

.block-4__desc {
    font-family: 'Inter Regular';
    font-size: 24px;
    margin-top: 22px;
}

.block-4__desc span {
    color: #fff;
}

.block-4__desc a {
    color: #fff;
    text-decoration: none;
}

.block-4__desc a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.block4__garland {
    display: flex;
    justify-content: center;
}

.block-5 {
    background: url(/local/templates/business/images/block5_bg.png) 0 no-repeat;
    background-size: cover;
}

.block-5__title {
    font-family: 'Inter Medium';
    font-size: 64px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
}

.block-5__button {
    margin-top: 81px;
}

.block-6__title {
    font-family: 'Inter Medium';
    font-size: 64px;
    color: #363e51;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 48px;
}

.block-6__tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 34px;
}

.block-6__tab {
    padding: 27px 0 26px;
    text-align: center;
    border-radius: 54px;
    border: 2px solid #ffb700;
    background-color: #fff;
    font-family: 'Inter Semi Bold';
    font-size: 32px;
    color: #393e51;
    line-height: 1;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.block-6__tab.active {
    background-color: #ffb700;
    color: #fff;
}

.block-6__tab.active:after {
    position: absolute;
    display: block;
    content: '';
    width: 26px;
    height: 47px;
    background: url(/local/templates/business/images/icons/block6_tabs.svg) 50% no-repeat;
    background-size: cover;
    bottom: -47px;
    left: 56px;
}

.block-6__tab.active.block-6__tab-right:after {
    right: 56px;
    left: initial;
}

.block-6__tab:hover {
    color: #393e51;
    background-color: #ffb700;
}

.block-6__tab-item {
    border-radius: 56px;
    background-color: #eeefef;
    padding: 56px 50px;
    font-family: 'Inter Regular';
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.block-6__tab-desc {
    margin-bottom: 36px;
}

.block-6__tab-desc div {
    display: none;
    margin-bottom: 20px;
    font-family: 'Inter Medium';
    font-size: 24px;
}

.block-6__tab-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.block-6__tab-el {
    background-color: #fff;
    border-radius: 20px;
    padding: 44px;
    border: 2px solid #fff;
}

.block-6__tab-el.block-6__tab-el__orange {
    border: 2px solid #ffb700;
    position: relative;
}

.block-6__tab-el.block-6__tab-el__orange:before {
    position: absolute;
    display: block;
    content: '';
    width: 119px;
    height: 97px;
    background: url(/local/templates/business/images/icons/block6_bg.svg) 50% no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
}

.block-6__tab-el__title {
    font-family: 'Inter Regular';
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #393e51;
    margin-bottom: 26px;
}

.block-6__tab-el.block-6__tab-el__orange .block-6__tab-el__title {
    color: #ffb700;
}

.block-6__tab-el__list ul {
    font-family: 'Inter Regular';
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #393e51;
    margin-bottom: 0;
    padding-left: 22px;
}

.block-6__tab-el__list li {
    padding-bottom: 24px;
}

.block-6__tab-el__list li:last-of-type {
    padding-bottom: 0;
}

.block-7 {
    background: url(/local/templates/business/images/block7_bg.png) 0 no-repeat;
    background-size: cover;
    padding-top: 148px;
}

.block-7__title {
    font-family: 'Inter Medium';
    font-size: 64px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
}

.block-7__info-top {
    padding-bottom: 176px;
    position: relative;
}

.block-7__info-top:after {
    position: absolute;
    display: block;
    content: '';
    width: 388px;
    height: 313px;
    background: url(/local/templates/business/images/icons/block7_bg1.svg) 50% no-repeat;
    background-size: cover;
    bottom: -50px;
    right: 0;
}

.block7__info-bottom {
    padding: 71px 0 76px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block7__info-bottom:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #434961;
}

.block7__info-copyright {
    font-family: 'Inter Medium';
    font-size: 18px;
    color: #696e80;
    line-height: 1;
}

.block7__info-copyright2,
.block7__info-copyright2 a {
    font-family: 'Inter Regular';
    font-size: 18px;
    color: #696e80;
    text-decoration: none;
    line-height: 1;
}

.block7__info-copyright2 a:hover {
    border-bottom: 1px solid #696e80;
}

@media (max-width: 1200px) {
    .block {
        padding: 100px 0;
    }

    .block-title {
        font-size: 55px;
    }

    .top__header {
        padding: 15px;
    }

    .top__logo {
        max-width: 150px;
    }

    .top__button .button {
        font-size: 15px;
        padding: 15px 18px;
    }

    .block-1__info {
        gap: 40px;
    }

    .block-1__title {
        font-size: 80px;
        line-height: 86px;
    }

    .block-1__description {
        font-size: 20px;
        margin-bottom: 28px;
        max-width: 50%;
    }

    .button.button-large {
        font-size: 20px;
        padding: 25px 40px;
    }

    .block-1__img {
        max-width: 300px;
    }

    .block-1__img1 {
        bottom: 55px;
    }

    .block-1__img2 {
        bottom: -100px;
    }

    .block-title__small {
        font-size: 22px;
    }

    .block-3__title {
        font-size: 50px;
    }

    .block-3__card-title {
        font-size: 26px;
        line-height: 30px;
    }

    .block-3__card {
        font-size: 20px;
    }

    .block-3__card-right img {
        width: 155px;
    }

    .block-3__desc {
        font-size: 26px;
    }

    .block-4__title {
        font-size: 55px;
    }

    .block-4__info:before {
        top: -100px;
    }

    .block-4__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .block-4__item {
        height: auto;
    }

    .block4__garland {
        display: none;
    }

    .block-5__title {
        font-size: 55px;
    }

    .block-6__title {
        font-size: 55px;
    }

    .block-6__tab {
        font-size: 26px;
    }

    .block-6__tab-item {
        font-size: 26px;
    }

    .block-6__tab-el__title {
        font-size: 26px;
    }

    .block-6__tab-el__list ul {
        font-size: 20px;
    }

    .block-6__tab-el__list li {
        padding-bottom: 15px;
    }

    .block-7__title {
        font-size: 55px;
    }

    .block-7 {
        padding-top: 100px;
    }

}

@media (max-width: 992px) {
    .block-1__title {
        font-size: 70px;
        line-height: 76px;
    }

    .block-1__img2 {
        right: 55px;
    }

    .button.button-large {
        font-size: 20px;
        padding: 20px 35px;
    }

    .block-1__text {
        font-size: 15px;
    }

    .block-title {
        font-size: 50px;
    }

    .block-2__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .block-3__list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .block-3__item:first-of-type {
        order: 1;
    }

    .block-3__item:nth-of-type(2) {
        order: 2;
    }

    .block-3__item:nth-of-type(3) {
        order: 4;
    }

    .block-3__item:nth-of-type(4) {
        order: 3;
    }

    .block-3__item:nth-of-type(5) {
        order: 5;
    }

    .block-3__item:nth-of-type(6) {
        order: 6;
    }

    .block-3__desc {
        padding: 0;
        font-size: 22px;
        line-height: 1.2;
    }

    .block-3__card-right img {
        width: 135px;
    }

    .block-4__title {
        font-size: 50px;
    }

    .block-4__info:before {
        background-size: 65%;
        top: -150px;
        right: -55px;
    }

    .block-4__desc {
        font-size: 21px;
    }

    .block-5__title {
        font-size: 50px;
    }

    .block-6__title {
        font-size: 50px;
    }

    .block-6__tab {
        font-size: 24px;
    }

    .block-6__tab-item {
        font-size: 24px;
    }

    .block-6__tab-list {
        grid-template-columns: 1fr;
    }

    .block-6__tab-el__title {
        font-size: 24px;
    }

    .block-7__title {
        font-size: 50px;
    }

    .block7__info-bottom {
        flex-direction: column;
        gap: 35px;
    }
}

@media (max-width: 767px) {
    .block-1__info {
        gap: 30px;
    }

    .block-1__title {
        font-size: 65px;
        line-height: 69px;
    }

    .block-1__description {
        max-width: 100%;
    }

    .block-1__img1 {
        position: relative;
        bottom: initial;
        right: initial;
    }

    .block-1__img2 {
        position: relative;
        bottom: initial;
        right: initial;
    }

    .block-1__imgs {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }

    .block-1__text {
        font-size: 14px;
    }

    .block-4__title {
        max-width: 100%;
    }

    .block-4__list {
        grid-template-columns: 1fr;
    }

    .block-4__info:before {
        background-size: 60%;
        top: -157px;
        right: -72px;
    }

    .block-5__title {
        font-size: 42px;
        line-height: 46px;
    }

    .block-6__title {
        font-size: 42px;
    }

    .block-6__tabs {
        flex-direction: column;
    }

    .block-6__tab.active:after {
        display: none;
    }

    .block-6__tabs {
        display: none;
    }

    .block-6__tab {
        font-size: 22px;
        padding: 18px 0 18px;
    }

    .block-6__tab-desc div {
        display: block;
    }

    .block-6__tab-item {
        display: block !important;
    }

    .block-6__tabs-content {
        display: grid;
        gap: 30px;
    }

    .block-6__tab-item {
        font-size: 20px;
        line-height: 24px;
        border-radius: 30px;
        padding: 30px 35px;
    }

    .block-6__tab-desc {
        margin-bottom: 20px;
    }

    .block-6__tab-el {
        padding: 20px;
    }

    .block-6__tab-el__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .block-6__tab-el__list ul {
        font-size: 18px;
    }

    .block-6__tab-el__list li {
        padding-bottom: 12px;
    }

    .block-6__tab-el.block-6__tab-el__orange:before {
        background-size: 65%;
        top: -17px;
        right: -22px;
    }
}

@media (max-width: 550px) {
    .top__header {
        margin: 0;
        left: 0;
        right: 0;
    }

    .block-title {
        font-size: 45px;
    }

    .block-1 {
        height: 850px;
    }

    .block-1__imgs {
        margin-top: 40px;
    }

    .block-1__text {
        position: relative;
        bottom: initial;
        left: initial;
        padding: 10px 16px;
    }

    .block-1__title {
        font-size: 60px;
        line-height: 66px;
    }

    .block-1__img {
        display: none;
    }

    .block-1__slide {
        display: none;
    }

    .block-2__list {
        grid-template-columns: 1fr;
    }

    .block-2__item-img {
        position: relative;
    }

    .block-3__title {
        font-size: 45px;
    }

    .block-3__card {
        padding: 18px;
        font-size: 18px;
        line-height: 23px;
    }

    .block-3__card-right img {
        width: 115px;
    }

    .block-3__card-title {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .block-4__info:before {
        display: none;
    }

    .block-4__title {
        font-size: 45px;
    }

    .block-5__title {
        font-size: 38px;
        line-height: 42px;
    }

    .block-6__title {
        font-size: 38px;
    }

    .block-6__tab-el.block-6__tab-el__orange:before {
        background-size: 55%;
        top: -22px;
        right: -27px;
    }

    .block-7__title {
        font-size: 45px;
    }
    .block7__info-copyright2,
    .block7__info-copyright2 a {
        font-size: 16px;
    }

    .block-7__info-top {
        padding-bottom: 100px;
    }
}