.main {
    padding-bottom: 0;
}

.h2 {
    color: #a63244;
    margin: 0;
    padding: 64px 0;
    border: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    unicode-bidi: isolate;
    font-size: 42px;
    line-height: 1.23;
    font-weight: 600;
    text-align: center;
}

.text_no_wrap {
    white-space: nowrap;
}

.page_land_header *, .page_land_header a {
    font-family: "SF UI Text", sans-serif;
}

.page_land_header {
    height: calc(100vh - 210px);
}

@media screen AND (max-width: 768px) {
    .page_land_header {
        height: calc(100vh - 67px);
    }
}

.page_land_header .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
}

.page_land_header .item {
    width: 100%;
}

.page_land_header .p_title_1 {
    font-weight: 700;
    box-sizing: content-box;
    color: #878787;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 14px;
    letter-spacing: 2.5px;
    text-align: center;
}

.page_land_header .h2_title {
    font-weight: 700;
    box-sizing: content-box;
    color: #a63244;
    font-size: 52px;
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 1.23;
    text-align: center;
}

.page_land_header .p_title_2 {
    color: #040404;
    margin: 0;
    border: 0;
    box-sizing: content-box;
    display: block;
    unicode-bidi: isolate;
    font-size: 22px;
    padding: 10px 0 20px 0;
    letter-spacing: .7px;
    line-height: 1.55;
    text-align: center;
}

@media screen AND (max-width: 1070px) AND (min-width: 769px) {
    .page_land_header .p_title_1 {
        font-size: 12px;
    }

    .page_land_header .h2_title {
        font-size: 42px;
    }

    .page_land_header .p_title_2 {
        font-size: 20px;
    }
}

@media screen AND (max-width: 768px) {
    .page_land_header .p_title_1 {
        font-size: 12px;
    }

    .page_land_header .h2_title {
        font-size: 32px;
    }

    .page_land_header .p_title_2 {
        font-size: 16px;
    }
}

.page_land_header .down {
    width: 38px;
    height: 25px;
    margin-top: 25px;
    cursor: pointer;
}

@keyframes slidein {
    from {
        margin-top: 5px;
    }
    50% {
        margin-top: 0;
    }
    to {
        margin-top: 5px;
    }
}

.page_land_header .down_svg {
    animation-duration: 2s;
    animation-name: slidein;
    animation-iteration-count: infinite;
}

/* Табы */
.page_lend .land_tabs .tabs__header {
    position: relative;
}

.page_lend .land_tabs .tabs__header,
.page_lend .land_tabs .tabs__list {
    border: initial;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.page_lend .land_tabs .tabs__list {
    list-style: none;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.page_lend .land_tabs .tabs__list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media screen AND (max-width: 664px) {
    .page_lend .land_tabs .tabs__list {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.page_lend .land_tabs .tabs__label {
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
    position: relative;
    transition: all .2s ease-out;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 50%;
}

.tabs__header_left,
.tabs__header_right {
    height: 35px;
    width: 25px;
    position: absolute;
    top: 0;
}

.tabs__header_left {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.tabs__header_right {
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.page_lend .land_tabs .tabs__label.active {
    cursor: default;
}

.page_lend .land_tabs .tabs__label::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eee;
}

.page_lend .land_tabs .tabs__label.active::before {
    background-color: #a63244;
}

.page_lend .land_tabs .tabs__item.active {
    display: block;
    opacity: 1;
    height: initial;
}

.page_lend .land_tabs .tabs__item {
    padding: 32px 0;
    display: none;
    opacity: 0;
    transition: .25s;
    height: 0;
}

.page_lend .why_profitable {
    background-color: #f2f2f2;
    padding: 32px 0 32px;
}

/* Кнопка вверх */
.page_lend_up {
    position: fixed;
    margin: auto;
    bottom: 30px;
    right: 30px;
    padding: 6px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(240, 240, 240, .5);
}

.page_lend_up {
    position: fixed;
    margin: auto;
    bottom: 30px;
    right: 30px;
    padding: 6px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #bbb;
    opacity: .3;
    transition: .5s;
    z-index: 99;
    cursor: pointer;
    background-color: #f5f5f5;
}

.page_lend_up:hover {
    opacity: 1;
}

.page_lend_up .page_lend_up_svg {
    width: 100%;
    height: 100%;
}

.page_lend .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
}

.page_lend .icons svg {
    width: 40px;
    gap: 10px;
}

/* Почему с нами выгодно */

.why_profitable_items,
.how_it_works_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.why_profitable_items .item,
.how_it_works_items .item {
    width: 30%;
    margin-bottom: 48px;
    text-align: center;
}

@media screen AND (min-width: 961px) {
    .how_it_works_items .item:nth-child(2n) {
        width: 0;
        position: relative;
    }
}

.why_profitable_items .icon,
.how_it_works_items .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}

.how_it_works_items_2 .item:nth-child(2n) .icon {
    width: 40px;
    height: 40px;
}

@media screen AND (min-width: 961px) {
    .how_it_works_items .item:nth-child(2n) .icon {
        position: absolute;
        left: -80px;
        right: -80px;
        max-width: 80px;
        margin: auto;
    }

    .how_it_works_items_2 .item:nth-child(2n) .icon {
        position: absolute;
        left: -40px;
        right: -40px;
        max-width: 40px;
        margin: auto;
        transform: rotate(-90deg);
    }
}

.why_profitable_items .h3_title,
.how_it_works_items .h3_title {
    color: #a63244;
    margin-bottom: 25px;
    margin-top: 12px;
    font-size: 30px;
    line-height: 1.17;
    font-weight: 600;
}

.why_profitable_items .p_desc,
.how_it_works_items .p_desc {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: #000;
}

@media screen AND (max-width: 1200px) {
    .h2 {
        font-size: 38px;
    }

    .why_profitable_items .h3_title,
    .how_it_works_items .h3_title {
        font-size: 28px;
    }

    .why_profitable_items .p_desc,
    .how_it_works_items .p_desc {
        font-size: 16px;
    }
}

@media screen AND (max-width: 960px) {
    .why_profitable_items .item,
    .how_it_works_items .item {
        width: 100%;
    }

    .how_it_works_items .item {
        margin-bottom: 0;
    }

    .how_it_works_items .item:nth-child(2n) .icon {
        transform: rotate(90deg);
    }

    .how_it_works_items_2 .item:nth-child(2n) .icon {
        transform: rotate(0);
    }
}


.lend_line {
    background-color: #f5f5f5;
    padding-top: 28px;
    padding-bottom: 28px;
}

.lend_line .container {
    background-color: #ccc;
    height: 1px;
}

.lend_line_gradient {
    height: 1px;
    margin-bottom: 24px;
    margin-top: 24px;
    background: linear-gradient(90deg, rgba(208, 208, 208, 0) 20%, rgba(208, 208, 208, 1) 40%, rgba(208, 208, 208, 1) 60%, rgba(208, 208, 208, 0) 80%);
}

div.h2 {
    color: black;
    margin: 0 auto;
}

div.p_desc {
    text-align: center;
    font-size: 18px;
    color: #a63244;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 64px;
}

.t-submit {
    display: block;
    vertical-align: top;
    border: 0;
    font: inherit;
    line-height: inherit;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    box-sizing: border-box;
    touch-action: manipulation;
    user-select: none;
    transition: .3s;
    color: #fff;
    background-color: #a63244;
    padding: 14px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 64px;
}

.t-submit:hover {
    background-color: #8c182a;
    color: white;
}

#tabs_down {
    position: absolute;
    bottom: 100px;
}

@media screen AND (max-width: 768px) {
    #tabs_down {
        bottom: -40px;
    }
    div.h2 {
        font-size: 32px;
    }

    div.p_desc {
        text-align: center;
        font-size: 18px;
        color: #a63244;
        font-weight: 300;
        letter-spacing: 1px;
        margin-bottom: 64px;
    }
}
