/* Основные */
.page_help *, .page_help a {
    font-family: "SF UI Text", sans-serif;
}

.text_no_wrap {
    white-space: nowrap;
}

.main {
    padding-bottom: 0;
}

/* Заголовок */
.page_help .help_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.015em;
    color: #0a1f44;
    margin-bottom: 28px;
    margin-top: 8px;
    text-align: center;
}

/* Сами табы */
.page_help .help_tabs .tabs__header {
    position: relative;
}

.page_help .help_tabs .tabs__header,
.page_help .help_tabs .tabs__list {
    border: initial;
    padding: 0;
    margin: 0;
    text-align: center;
}

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

.page_help .help_tabs .tabs__list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

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

.page_help .help_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: 25%;
}

.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_help .help_tabs .tabs__label.active {
    cursor: default;
}

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

.page_help .help_tabs .tabs__label.active::before {
    background-color: #a63244;
}

.page_help .help_tabs .tabs__item.active {
    display: block;
    opacity: 1;
    height: initial;
}

.page_help .help_tabs .tabs__item {
    padding: 19px 0;
    display: none;
    opacity: 0;
    transition: .25s;
    height: 0;
}

/* 1 вкладка */
.help_tabs .tab1_h5 {
    color: #e30611;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-align: center;
}

.help_tabs .tab1_h3 {
    color: rgb(166, 50, 68);
    opacity: 1;
    font-size: 36px;
    line-height: 1.23;
    font-weight: 600;
    text-align: center;
}
@media screen AND (max-width: 768px){
    .help_tabs .tab1_h3 {
        font-size: calc(22px + 1.8vw);
    }
}
.help_tabs .tab1_desc {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 32px;
    padding-bottom: 10px;
    display: block;
}

@media screen AND (max-width: 375px) {
    .help_tabs .tab1_desc {
        margin: 0 auto;
    }
}

/* 2 Вкладка */
.help_tabs .tabs_tales {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 64px;
}

@media screen AND (max-width: 920px) {
    .help_tabs .tabs_tales {
        flex-wrap: wrap;
    }
}

.help_tabs .tales_item {
    width: calc(25% - 20px);
    margin: 0 10px;
    text-align: center;
}

.help_tabs .tales_item.circles {
    width: 0;
    position: relative;
}

@media screen AND (max-width: 920px) {
    .help_tabs .tales_item {
        width: 100%;
    }

    .help_tabs .tales_item.circles {
        margin: 32px 50%;
    }

    .help_tabs .tales_item.circles {
        width: 100%;
    }
}

.help_tabs .circles_item {
    width: 130px;
    height: 4px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: absolute;
    margin: auto;
    left: -75px;
    right: -75px;
    top: 50px;
}

@media screen AND (max-width: 1105px) AND (min-width: 992px) {
    .help_tabs .circles_item {
        width: 100px;
    }
}

@media screen AND (max-width: 991px) AND (min-width: 921px) {
    .help_tabs .circles_item {
        width: 70px;
    }
}

@media screen AND (max-width: 920px) {
    .help_tabs .circles_item {
        position: initial;
        width: 100%;
        flex-wrap: wrap;
        height: initial;
    }
}

.help_tabs .tales_img,
.help_tabs .tales_title {
    margin-bottom: 25px;
}

.help_tabs .tales_img_svg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid black
}

.help_tabs .tales_title {
    color: #a63244;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.help_tabs .tales_desc {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
    color: #000;
}

.help_tabs .tabs_relative {
    position: relative;
    margin-bottom: 64px;
}

.help_tabs .circles_circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: black;
}

@media screen AND (max-width: 920px) {
    .help_tabs .circles_circle {
        margin-bottom: 10px;
    }

    .help_tabs .circles_circle:first-child,
    .help_tabs .circles_circle:last-child {
        display: none;
    }
}

.help_tabs .instruction_item {
    position: relative;
    padding-bottom: 64px;
}

.help_tabs .instruction_item:last-child {
    padding-bottom: 0;
}

.help_tabs .instruction_line,
.help_tabs .instruction_circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen AND (max-width: 968px) {
    .help_tabs .instruction_line,
    .help_tabs .instruction_circle {
        right: initial;
    }
}

.help_tabs .instruction_line {
    height: 100%;
    width: 2px;
    background: #eee;
    z-index: 2;
}

.help_tabs .instruction_circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: red;
    z-index: 3;
    margin: -10px 0 0 -9px;
}

.help_tabs .instruction_item:last-child .instruction_line {
    height: 0;
}

.help_tabs .instruction_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media screen AND (max-width: 968px) {
    .help_tabs .instruction_container {
        flex-wrap: wrap;
    }
}

.help_tabs .instruction_img,
.help_tabs .instruction_content {
    overflow: hidden;
    padding: 16px;
    width: 50%;
}

@media screen AND (max-width: 968px) {
    .help_tabs .instruction_img,
    .help_tabs .instruction_content {
        width: 100%;
    }
}

.help_tabs .instruction_img {
    border: 1px solid #eee;
}

.help_tabs .instruction_content {
    background-color: #f5f5f5;
}

.help_tabs .instruction_item:nth-child(2n+1) .instruction_img,
.help_tabs .instruction_item:nth-child(2n) .instruction_content {
    order: 1;
    border-radius: 40px 0 0 0;
    text-align: right;
}

.help_tabs .instruction_item:nth-child(2n+1) .instruction_content,
.help_tabs .instruction_item:nth-child(2n) .instruction_img {
    order: 2;
    border-radius: 0 0 40px 0;
}

@media screen AND (max-width: 968px) {
    .help_tabs .instruction_item:nth-child(2n+1) .instruction_content,
    .help_tabs .instruction_item:nth-child(2n) .instruction_content {
        order: 2;
        border-radius: 0 0 40px 0;
        text-align: left;
    }

    .help_tabs .instruction_item:nth-child(2n+1) .instruction_img,
    .help_tabs .instruction_item:nth-child(2n) .instruction_img {
        order: 1;
        border-radius: 0;
    }
}

.help_tabs .instruction_content_title {
    color: #e30611;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 2px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    border-bottom: 1px solid white;
}

.help_tabs .instruction_content_desc {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    color: #000;
}

/* Кнопка вверх */
.page_help_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_help_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_help_up:hover {
    opacity: 1;
}

.page_help_up .page_help_up_svg {
    width: 100%;
    height: 100%;
}

.container_block {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    display: flow-root;
    box-sizing: content-box;
}

@media screen AND (max-width: 930px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

