.top-block__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.top-block__content {
    width: 48%;
}
.top-block__img {
    width: 42.92%;
    background-color: #FFFFFF;
    /* border: 1.5px solid #EBEBEB; */
    border-radius: 15px;
    position: relative;
}
/* .top-block__img::before {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1.5px solid #EBEBEB;
    border-radius: 15px;
    z-index: -1;
} */
.top-block__img-head {
    padding: 20px 20px 18px;
}
.top-block__img-head-logo {
    display: flex;
    width: 71px;
    height: 20px;
}
.top-block__img-head-logo svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top-block__img-video {
    width: 100%;
    border-radius: 8px;
}
.top-block__img-video-wrap {
    /* border-top: 1.5px solid #EBEBEB; */
    display: flex;
    width: 100%;
    /* border-radius: 0 0 15px 15px; */
    border-radius: 8px;
    filter: drop-shadow(0px 0px 1px rgba(26, 32, 36, 0.32)) drop-shadow(0px 12px 24px rgba(91, 104, 113, 0.18));
    overflow: hidden;
}
.top-block {
    /* min-height: 100vh;
    padding-top: 96px;
    padding-bottom: 10px; */
    padding-top: 71px;
    padding-bottom: 87px;
    display: flex;
    align-items: center;
}
.top-block__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    font-family: var(--fotnFamilyRaleway);
    color: #2A2831;
    margin-bottom: 14px;
}
.top-block__title span {
    color: #7C4DFF;
}
.top-block__text {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #2A2831;
    margin-bottom: 40px;
}
.top-block__list {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #2A2831;
    opacity: 0.7;
    margin-bottom: 40px;
}
/* .top-block__list-item {
    margin-bottom: 10px;
    padding-left: 38px;
    background-image: url(../img/icon-check);
    background-repeat: no-repeat;
    background-position: 0 0;
} */
.edit-list {
    background: linear-gradient(265.57deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #7C4DFF;
    /* background-image: url(../img/bg-edit-list.png); */
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 71px;
    padding-bottom: 70px;
    position: relative;
}
.edit-list .container,
.native-mobile .container {
    position: relative;
    z-index: 4;
}
.edit-list:after {
    content: '';
    display: block;
    width: 110%;
    height: 110%;
    background-image: url(../img/lines.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -5%;
    top: -5%;
    z-index: 1;
    animation-name: traslate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 50s;
}

.native-mobile:after{
    content: '';
    display: block;
    width: 110%;
    height: 100%;
    background-image: url(../img/lines.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -5%;
    top: 0%;
    z-index: 1;
    animation-name: traslate-2;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 50s;
}
@keyframes traslate {
    0% {transform: translate(0%, 0%)}
    12.5% {transform: translate(-2.5%, -5%)}
    25% {transform: translate(-5%, -2.5%)}
    37.5% {transform: translate(-2.5%, 0%)}
    50% {transform: translate(0%, 2.5%)}
    62.5% {transform: translate(2.5%, 5%)}
    75%{transform: translate(5%, 2.5%)}
    87.5%{transform: translate(2.5%, 0%)}
    100%{transform: translate(0%, 0%)}
  }

  @keyframes traslate-2 {
    0% {transform: translate(0%, 0%)}
    12.5% {transform: translate(-2.5%, 0%)}
    25% {transform: translate(-5%, 0%)}
    37.5% {transform: translate(-2.5%, 0%)}
    50% {transform: translate(0%, 0%)}
    62.5% {transform: translate(2.5%, 0%)}
    75%{transform: translate(5%, 0%)}
    87.5%{transform: translate(2.5%, 0%)}
    100%{transform: translate(0%, 0%)}
  }
.edit-list__wrap {
    display: flex;
    justify-content: space-between;
}

.edit-list__wrap .edit-list__item:first-child{
    width: calc(50% - 50px);
    margin-right: 50px;
}

.edit-list__wrap .edit-list__item:last-child{
    width: 50%;
}
.edit-list__item {
    /* width: 46.67%; */
    display: flex;
    justify-content: space-between;
}
.edit-list__item-content {
    /* width: 55.36%; */
    width: calc(57% - 20px);
    margin-right: 40px;
}
.edit-list__item-img {
    /* width: 39.29%; */
    width: 40%;
    /* padding: 20px; */
}
.edit-list__item-img img{
    width: 100%;
}
.edit-list__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--fotnFamilyRaleway);
    color: #fff;
    margin-bottom: 12px;
}
.edit-list__item-text {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 30px;
}
.btn__icon {
    display: flex;
    margin-left: 5px;
    margin-right: -13px;
}
.get-more {
    background-color: #F9F9F9;
    padding-top: 70px;
    padding-bottom: 70px;
}
.get-more__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.get-more__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    font-family: var(--fotnFamilyRaleway);
    color: #2A2831;
    margin-bottom: 20px;
}
.get-more__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #2A2831;
    opacity: 0.7;
}
.get-more__list-item-icon {
    margin-right: 15px;
    display: flex;
}
.get-more__list-item {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.native-mobile {
    padding-top: 70px;
    padding-bottom: 70px;
    /* background-image: url(../img/bg-native-mobile.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(265.57deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #7C4DFF;
    /* overflow: hidden; */
    position: relative;
}
.native-mobile__wrap {
    display: flex;
    justify-content: space-between;
}
.native-mobile__content {
    width: 47%;
}
.native-mobile__subtitle {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}
.native-mobile__title {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 30px;
    color: #fff;
}
.native-mobile__list {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.native-mobile__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.native-mobile__list-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 4px 8px rgba(91, 104, 113, 0.24);
    margin-right: 20px;
}

.native-mobile__list-item-icon svg{
    width: 30px;
    height: 30px;
}
.native-mobile__list-item-holder {
    color: #fff;
}
.native-mobile__list-item-title {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2px;
}
.native-mobile__list-item-text {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.native-mobile__btns {
    display: flex;
    gap: 20px;
}
.native-mobile__img {
    /* margin-top: -100px;
    margin-bottom: -55px; */
    margin-top: -114px;
    margin-bottom: -159px;
}
.all-free {
    padding: 70px 0;
}
.all-free__subtitle {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7C4DFF;
    margin-bottom: 8px;
    text-align: center;
}
.all-free__title {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
    color: #2A2831;
    text-align: center;
    margin-bottom: 40px;
}
.all-free__btns {
    display: flex;
    gap: 5px;
    background-color: #F9F9F9;
    border-radius: 12px;
    padding: 5px;
}
.all-free__btn {
    font-family: var(--fotnFamilyRaleway);
    padding: 6px 18px;
    border-radius: 10px;
    color: rgba(42, 40, 49, 0.5);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    background: none;
    white-space: nowrap;
}
.all-free__btn.active-tab,
.all-free__btn:hover {
    color: #7C4DFF;
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
}
.all-free__btns-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.all-free__list {
    display: flex;
    justify-content: space-between;
}
.all-free__list-column {
    width: calc(33.33% - 20px);
}
.all-free__list-item {
    padding: 12px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: all .3s ease;
}
.all-free__list-item:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 2px 8px rgba(91, 104, 113, 0.15);
}
.all-free__list-item-icon {
    padding: 12px;
    width: 58px;
    flex: 0 0 58px;
    height: 58px;
    background: rgba(124, 77, 255, 0.05);
    border-radius: 50%;
    margin-right: 14px;
}
.all-free__list-item-icon svg,
.all-free__list-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.all-free__list-item-text {
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #2A2831;
}
/* btn-help */
.btn-help__wrap {
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 30px;
}
.btn-help {
    background: linear-gradient(92.31deg, #8C49F7 0%, #6C53FF 100%);
    border-radius: 300px;
    padding: 11px 12px;
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    min-height: 48px;
    min-width: 48px;
}
.btn-help:hover {
    background: linear-gradient(92.31deg, #6C53FF 0%, #8C49F7 100%);
}
.btn-help__content {
    display: flex;
    align-items: center;
}
.btn-help__content-icon {
    display: flex;
}
.btn-help__content--open {
    display: none;
}
.btn-help__content-text {
    margin-right: 2px;
}
.btn-help__wrap--open .btn-help__content--open {
    display: flex;
}
.btn-help__wrap--open .btn-help__content--close {
    display: none;
}
.btn-help__drop {
    position: fixed;
    right: -100%;
    bottom: 93px;
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 12px 24px rgba(91, 104, 113, 0.18);
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    transition: right .3s ease;
}
.btn-help__wrap--open .btn-help__drop {
    right: 30px;
}
.btn-help__drop-header {
    background: linear-gradient(92.31deg, #8C49F7 0%, #6C53FF 100%);
    border-radius: 10px 10px 0px 0px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: var(--fotnFamilyRaleway);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.btn-help__drop-body {
    padding: 30px 20px 20px;
}
.btn-help__drop-title {
    text-align: center;
    margin-bottom: 20px;
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
}
.btn-help__drop-title span {
    font-weight: 700;
}
.btn-help__drop-link-wrap {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    font-family: var(--fotnFamilyRaleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.btn-help__drop-link {
    color: #7C4DFF;
}

/* 25.09.2023 */

.section-catalog-docs {
    height: calc(100vh - 87px)!important;
}

.select-title {
    white-space: nowrap;
    overflow: hidden;
}

#selectPageSize .select-title br {
    display: none;
}