/* main */
@charset "UTF-8";

blockquote,
figure {
    margin: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt60 {
    margin-top: 60px;
}

.gap-12 {
    gap: 12px;
}

.center {
    text-align: center;
}

.flex {
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.skd-web .font-weight-normal {
    font-weight: 400 !important;
}

.skd-web .font-weight-semibold {
    font-weight: 600 !important;
}

.skd-web .text-nowrap {
    white-space: nowrap !important;
}

.skd-web .text-pretty {
  text-wrap: pretty !important;
}

.skd-web .anchors-container {
    padding-bottom: 28px;
}

.skd-web h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.skd-web .perco-icon-check {
    background-image: url("/images/2023/icons/icon-check-20.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.skd-web .anchors-container {
    margin: 40px 0;
}

.skd-web .anchors-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.skd-web .anchors-wrapper:not(:last-child) {
    margin-bottom: 16px;
}

.skd-web .anchors-wrapper {
    margin-bottom: 0;
    max-width: 1157px;
    gap: 16px 20px;
}

.skd-web .anchor-item {
    width: calc((100% - 40px) / 3);
    font-size: 18px;
    line-height: 155%;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #6D7885;
}

.skd-web .anchor-item:hover {
    color: #214288;
    text-decoration: none;
}

.skd-web .anchor-item::before {
    content: '';
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #2B56B1;
    /*url('/images/2023/swap-icon.svg') no-repeat center center / contain;*/
    width: 8px;
    height: 8px;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.skd-web .anchor-item.last {
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .skd-web .anchor-item {
        width: auto;
        padding: 0;
        font-size: 16px;
    }

    .skd-web .anchors-wrapper.sol {
        gap: 16px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1036px) {
    .skd-web .anchor-item {
        width: calc((100% - 90px) / 2);
        padding: 0;
        font-size: 16px;
    }

    .skd-web .anchors-wrapper {
        gap: 16px 90px;
        -ms-flex-pack: initial;
        justify-content: initial;
    }

    .skd-web .anchors-container {
        margin: 32px 0;
    }
}

@media screen and (max-width: 742px) {
    .skd-web .anchors-wrapper {
        gap: 16px 40px;
    }

    .skd-web .anchor-item {
        width: calc((100% - 40px) / 2);
    }
}

@media screen and (max-width: 450px) {
    .skd-web .anchor-item {
        width: calc(100%);
    }
}


@media (max-width: 1548px) {
    .skd-web .anchors-container {
        padding-bottom: 10px;
    }

    .skd-web h2 {
        margin-bottom: 24px;
    }
}

@media (max-width: 1280px) {
    .skd-web .container {
        max-width: 956px;
    }
}

@media (max-width: 1036px) {
    .skd-web .container {
        max-width: 712px;
    }
}

@media (max-width: 742px) {
    .skd-web .container {
        max-width: 468px;
    }

    .skd-web h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}

@media (max-width: 508px) {
    .skd-web .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .skd-web h2 {
	scroll-padding-top: 6rem;
    }
}

/* button */
.skd-web .toggle-section-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    line-height: 120%;
    padding: 16px 0;
    color: #214288;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.skd-web .toggle-section-btn:after {
    content: '';
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: url("/images/2023/icons/swap-icon.svg") no-repeat center center/contain;
    margin-left: 4px;
}

.skd-web .toggle-section-btn.expanded:after {
    transform: rotate(180deg);
}

.skd-web .toggle-section-btn.opened:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.skd-web .blue-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    background: #214288;
    padding: 12px 16px;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto;
    -ms-flex-pack: center;
    justify-content: center;
}

.skd-web .wrapper-btn {
    margin-top: 28px;
}

.skd-web .wrapper-btn .blue-btn {
    width: 228px;
}

.skd-web .download-link {
    padding-top: 14px;
    padding-bottom: 14px;
}

@media (max-width: 1280px) {
    .skd-web .wrapper-btn {
        margin-top: 34px;
    }
}

@media (max-width: 1036px) {
    .skd-web .wrapper-btn {
        margin-top: 24px;
    }
}

/* comparision */
.skd-web .comparision {
    background: #EBEDF0;
    padding: 80px 0 100px;
}

.skd-web .comparision__wrapper {
    padding-top: 8px;
    max-width: 890px;
}

.skd-web .comparision .compare-table__head {
    background-color: transparent;
}

.skd-web .compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
}

.skd-web .compare-table__head {
    background-color: #F5F5F5;
    border: 1px solid #CBCBCB;
}

.skd-web .compare-table__head>.compare-table__th {
    font-weight: 600;
}

.skd-web .compare-table__head>.compare-table__th:first-child {
    text-align: left;
}

.skd-web .compare-table__cell--line {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.skd-web .compare-table .compare-table__cell,
.skd-web .compare-table .compare-table__th {
    padding: 8px 16px;
    border-right: 1px solid #CBCBCB;
    height: 46px;
    min-height: 46px;
    vertical-align: middle;
}

.skd-web .compare-table tbody tr {
    border: 1px solid #CBCBCB;
}

.skd-web .compare-table tbody tr .compare-table__cell .text-bold {
    font-weight: 600;
}

.skd-web .compare-table tbody tr .compare-table__cell:last-child {
    border-right: none;
}

.skd-web .compare-table tbody tr .compare-table__cell:first-child {
    text-align: left;
}

.skd-web .compare-table__row--last-visible {
    border-bottom: 2px solid #CBCBCB !important;
}

.skd-web .compare-table__section .compare-table__cell {
    background-color: #F5F5F5;
    font-weight: 600;
    padding: 16px;
}

.skd-web .compare-table__section--collapsible.is-hidden {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
}

.skd-web .compare-table th.compare-table__cell[scope="row"] {
    font-weight: 400;
}

.skd-web .compare-table__cell--check {
    background-image: url("/images/2023/icons/check.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    display: inline-block;
    width: 100%;
    height: 20px;
}

.skd-web .compare-table__row--collapsible.is-hidden,
.skd-web .compare-table__section--collapsible.is-hidden {
    display: none;
}

@media (max-width: 1548px) {
    .skd-web .comparision__wrapper {
        padding-top: 0;
    }
}

@media (max-width: 1036px) {
    .skd-web .comparision {
        padding: 60px 0 80px;
    }
}

@media (max-width: 742px) {
    .skd-web .comparision {
        padding: 40px 0 60px;
    }

    .skd-web .comparision__table-scroll {
        overflow: auto;
    }

    .skd-web .comparision__table-scroll>.comparision__table {
        min-width: 580px;
    }

    .skd-web .compare-table .compare-table__cell,
    .skd-web .compare-table .compare-table__th {
        font-size: 12px;
        padding: 8px;
        height: 44px;
        min-height: 44px;
    }
}

/* content-video */
.migration iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
}

.migration .video-element {
    max-width: 100%;
}

.migration .youtube-video-container {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.migration .youtube-video-container img {
 
}

.migration .section-video-item {
    cursor: pointer;
}

/* converter */
.skd-web .converter {
    background: #EBEDF0;
    padding: 80px 0 100px;
}

.skd-web .converter__desc {
    color: #2C2D2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    max-width: 690px;
}

.skd-web .converter__list {
    padding: 12px 0 12px 6px;
    list-style-type: none;
    position: relative;
}

.skd-web .converter__list-item {
    display: -ms-flexbox;
    display: flex;
}

.skd-web .converter__list-item::before {
    content: "\2022";
    color: #000000;
    font-size: 16px;
    margin-right: 8px;
}

.skd-web .converter__list-item:not(:last-child) {
    margin-bottom: 5px;
}

@media (max-width: 1280px) {
    .skd-web .converter__desc {
        margin-top: 32px;
    }
}

@media (max-width: 1036px) {
    .skd-web .converter {
        padding: 60px 0 80px;
    }

    .skd-web .converter__desc {
        margin-top: 16px;
    }
}

@media (max-width: 742px) {
    .skd-web .converter {
        padding: 40px 0 60px;
    }

    .skd-web .converter__list-item:not(:last-child) {
        margin-bottom: 8px;
    }
}

/* features */
.skd-web .features {
    background: #EBEDF0;
    padding: 80px 0 100px;
}

.skd-web .features__wrapper {
    max-width: 890px;
}

@media (max-width: 1036px) {
    .skd-web .features {
        padding: 60px 0 80px;
    }
}

@media (max-width: 742px) {
    .skd-web .features {
        padding: 40px 0 60px;
    }
}

/* migration */
.skd-web .migration {
    padding: 80px 0 100px;

    ul,
    ol {
        margin-top: 0;
        margin-bottom: 0;
    }

}

.skd-web .migration .block-video-wrapper {
    padding: 0;
}

.skd-web .migration .block-video-wrapper .youtube-video-container {
    width: 100%;
    max-width: 600px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.skd-web .migration .block-video-wrapper .video-description ol {
    list-style-type: none;
    counter-reset: num;
    margin-left: 36px;
    padding: 8px 0 5px 0;
}

.skd-web .migration .block-video-wrapper .video-description ol li {
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.skd-web .migration .block-video-wrapper .video-description ol li:not(:last-child) {
    padding-bottom: 16px;
}

.skd-web .migration .block-video-wrapper .video-description ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -24px;
    text-align: center;
    color: #6D7885;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

@media (max-width: 1548px) {
    .skd-web .migration .migration .block-video-wrapper {
        gap: 40px;
    }

    .skd-web .migration .block-video-wrapper {
        gap: 40px;
    }

    .skd-web .migration .block-video-wrapper .video-description {
        padding-left: 32px;
    }
}

@media (max-width: 1280px) {
    .skd-web .migration .block-video-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 60px;
    }

    .skd-web .migration .block-video-wrapper .youtube-video-container {
        max-width: 712px;
        -ms-flex-order: 1;
        order: 1;
    }

    .skd-web .migration .block-video-wrapper .video-description {
        width: 100%;
        max-width: 712px;
        padding-left: 0;
    }
}

@media (max-width: 1036px) {
    .skd-web .migration {
        padding: 60px 0 80px;
    }

    .skd-web .migration .block-video-wrapper {
        gap: 48px;
    }
}

@media (max-width: 742px) {
    .skd-web .migration {
        padding: 40px 0 60px;
    }

    .skd-web .migration .block-video-wrapper {
        gap: 40px;
    }
}

/* profitable */
.skd-web .profitably {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 120px;
    /* Начиная с 10-го пункта убрали ведущий ноль */
}

.skd-web .profitably__item {
    padding-top: 8px;
}

.skd-web .profitably__item:not(:last-child) {
    margin-bottom: 52px;
}

.skd-web .profitably__item-title {
    font-family: "Manrope";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.skd-web .profitably__item-title h3 {
    -ms-flex-line-pack: center;
    align-content: center;
    color: #2C2D2E;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.skd-web .profitably__item-circle-with-number {
    border: 1.5px solid #CBCBCB;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.skd-web .profitably__item-wrap {
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.skd-web .profitably__item-card {
    color: #2C2D2E;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    border: 1.5px solid #CBCBCB;
    padding: 40px 40px 36px 48px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.skd-web .profitably__item-subtitle {
    margin-top: 0;
    margin-bottom: 12px;
    font-family: "Manrope";
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.skd-web .profitably__item-desc {
    font-weight: 400;
    font-size: 16px;
}

.skd-web .profitably__item-desc p {
    margin: 0;
}

.skd-web .profitably__item-desc p:not(:last-child) {
    margin-bottom: 8px;
}

.skd-web .profitably__item-desc--left img {
    margin-right: 40px;
    float: left;
}

.skd-web .profitably__item-desc img {
    max-width: 206px;
}

.skd-web .profitably__item-desc-bottom {
    margin-top: 16px;
    position: relative;
}

.skd-web .profitably__item-desc--right img {
    margin-left: 16px;
    float: right;
}

.skd-web .profitably__users {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.skd-web .profitably__users-item {
    border: 1.5px solid #CBCBCB;
    padding: 40px;
    width: 50%;
}

.skd-web .profitably__users-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    gap: 16px;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}

.skd-web .profitably__users-title span {
    padding-top: 8px;
}

.skd-web .profitably__users-title p {
    margin: 0;
}

.skd-web .profitably__users-subtitle {
    margin: 0 0 4px 0;
    color: #2c2d2e;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.skd-web .profitably__users-list {
    margin-top: 28px;
    list-style-type: none;
    counter-reset: num;
    margin-left: 54px;
    padding: 0;
}

.skd-web .profitably__users-list>li {
    position: relative;
    margin: 0;
    padding: 8px 0 16px 0;
}

.skd-web .profitably__users-list>li::before {
    content: "0"counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    margin-top: 8px;
    top: 0;
    left: -53px;
    width: 38px;
    text-align: center;
    color: #6D7885;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.skd-web .profitably__users-list>li:not(:last-child)::after {
    content: '';
    display: block;
    width: calc(100% + 48px);
    height: 1px;
    background-color: #CBCBCB;
    position: absolute;
    left: -48px;
    bottom: 0;
}

.skd-web .profitably__users-list li:not(:last-child) {
    margin-bottom: 4px;
}

.skd-web .profitably__users-list p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.skd-web .profitably ol>li:nth-child(n+10)::before {
    content: counter(num);
}

@media (max-width: 1548px) {
    .skd-web .profitably__item-card {
        padding-left: 40px;
        padding-right: 34px;
    }

    .skd-web .profitably__users-item {
        width: 100%;
    }

    .skd-web .profitably__item-desc-bottom {
        margin-top: 16px;
        gap: 16px;
    }

    .skd-web .profitably__users-list {
        margin-top: 24px;
    }
}

@media (max-width: 1280px) {

    .skd-web .profitably__item-card,
    .skd-web .profitably__users-item {
        padding: 32px;
    }

    .skd-web .profitably__item-desc {
        font-size: 16px;
    }

    .skd-web .profitably__item-desc--left img {
        margin-right: 16px;
    }

    .skd-web .profitably__users-list {
        margin-top: 20px;
        margin-left: 48px;
    }

    .skd-web .profitably__users-list>li::before {
        left: -47px;
    }

    .skd-web .profitably__users-list>li:not(:last-child)::after {
        width: calc(100% + 48px);
        left: -48px;
    }
}

@media (max-width: 1036px) {
    .skd-web .profitably {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .skd-web .profitably__item-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .skd-web .profitably__item-desc img {
        max-width: 172px;
    }

    .skd-web .profitably__users {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .skd-web .profitably__item-desc--left img {
        margin-right: 12px;
    }
}

@media (max-width: 742px) {
    .skd-web .profitably {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .skd-web .profitably__item:not(:last-child) {
        margin-bottom: 32px;
    }

    .skd-web .profitably__item-title {
        align-items: normal;
        gap: 16px;
        margin-bottom: 16px;
    }

    .skd-web .profitably__item-circle-with-number {
        width: 44px;
        height: 44px;
        font-size: 24px;
        line-height: 32px;
    }

    .skd-web .profitably__item-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    .skd-web .profitably__item-desc--left img {
        float: none;
    }

    .skd-web .profitably__users-item {
        padding: 20px 16px;
    }

    .skd-web .profitably__users-list {
        margin-left: 34px;
    }

    .skd-web .profitably__item-desc-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .skd-web .profitably__item-desc-bottom figcaption {
        -ms-flex-order: 1;
        order: 1;
    }

    .skd-web .profitably__item-desc-bottom img {
        -ms-flex-order: 2;
        order: 2;
    }

    .skd-web .profitably__users-list>li::before {
        left: -38px;
    }

    .skd-web .profitably__users-list>li:not(:last-child)::after {
        width: calc(100% + 34px);
        left: -34px;
    }
}

/* supported */
.skd-web .supported {
    padding: 80px 0 100px;
    background: #f9f9f9;
}

.skd-web .supported__wrapper {
    max-width: 890px;
}

.skd-web .supported__desc {
    display: flex;
    align-items: flex-start;
    gap: 100px;
    margin-top: 24px;
    justify-content: space-between;
}

.skd-web .supported__desc p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px;
    max-width: 490px;
}

.skd-web .supported .compare-table__th {
    background-color: #fff;
}

.skd-web .supported__desc--remark-text {
    font-size: 14px;
}

.skd-web .supported .comparision__wrapper {
    padding-top: 0;
}

@media (max-width: 1036px) {
    .skd-web .supported {
        padding: 60px 0 80px;
    }

    .skd-web .supported__desc {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        margin-top: 32px;
    }

    .skd-web .supported__desc p {
        margin-bottom: 8px;
    }

    .skd-web .supported__desc a {
        margin-bottom: 32px;
    }
}

@media (max-width: 742px) {
    .skd-web .supported {
        padding: 40px 0 60px;
    }

    .skd-web .supported__desc {
        margin-top: 0;
    }

    .skd-web .supported__desc p {
        margin-bottom: 0;
    }

    .skd-web .supported__desc a {
        margin-top: 0;
    }
}

/* toggle-section */

.toggle-section .toggle-section-item {
    overflow: hidden;
}

.toggle-section .toggle-section-item.hidden {
    display: none;
}

.toggle-section .visible-border {
    border-bottom: 2px solid #CBCBCB !important;
}